diff --git a/.gitignore b/.gitignore index 4d8a44035..24bd274db 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ prompts/ /plans/** /plans + +/.axon/** +/.axon \ No newline at end of file diff --git a/backend/app/DomainObjects/Enums/HomepageBackgroundType.php b/backend/app/DomainObjects/Enums/HomepageBackgroundType.php index 1ad31ff10..e582559ee 100644 --- a/backend/app/DomainObjects/Enums/HomepageBackgroundType.php +++ b/backend/app/DomainObjects/Enums/HomepageBackgroundType.php @@ -8,4 +8,5 @@ enum HomepageBackgroundType: string case MIRROR_COVER_IMAGE = 'MIRROR_COVER_IMAGE'; case COLOR = 'COLOR'; + case GRADIENT = 'GRADIENT'; } diff --git a/backend/app/Http/Request/EventSettings/UpdateEventSettingsRequest.php b/backend/app/Http/Request/EventSettings/UpdateEventSettingsRequest.php index 213038a74..480771f69 100644 --- a/backend/app/Http/Request/EventSettings/UpdateEventSettingsRequest.php +++ b/backend/app/Http/Request/EventSettings/UpdateEventSettingsRequest.php @@ -146,7 +146,7 @@ public function messages(): array 'homepage_theme_settings.accent' => $colorMessage, 'homepage_theme_settings.background' => $colorMessage, 'homepage_theme_settings.mode.in' => __('The mode must be light or dark.'), - 'homepage_theme_settings.background_type.in' => __('The background type must be COLOR or MIRROR_COVER_IMAGE.'), + 'homepage_theme_settings.background_type.in' => __('The background type must be COLOR, GRADIENT, or MIRROR_COVER_IMAGE.'), ]; } } diff --git a/frontend/package-lock.json b/frontend/package-lock.json new file mode 100644 index 000000000..c05646991 --- /dev/null +++ b/frontend/package-lock.json @@ -0,0 +1,11699 @@ +{ + "name": "hievents-frontend", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "hievents-frontend", + "version": "0.0.0", + "dependencies": { + "@dnd-kit/core": "^6.0.8", + "@dnd-kit/sortable": "^7.0.2", + "@dnd-kit/utilities": "^3.2.1", + "@lingui/macro": "^4.7.0", + "@lingui/react": "^4.7.0", + "@mantine/carousel": "^8.0.1", + "@mantine/charts": "^8.0.1", + "@mantine/colors-generator": "^8.1.0", + "@mantine/core": "^8.0.1", + "@mantine/dates": "^8.0.1", + "@mantine/dropzone": "^8.0.1", + "@mantine/form": "^8.0.1", + "@mantine/hooks": "^8.0.1", + "@mantine/modals": "^8.0.1", + "@mantine/notifications": "^8.0.1", + "@mantine/nprogress": "^8.0.1", + "@mantine/tiptap": "^8.0.1", + "@react-pdf/renderer": "^3.3.4", + "@react-router/node": "^7.1.5", + "@remix-run/node": "^2.16.8", + "@stripe/react-stripe-js": "^2.1.1", + "@stripe/stripe-js": "^1.54.1", + "@tabler/icons-react": "^3.35.0", + "@tailwindcss/vite": "^4.2.0", + "@tanstack/react-query": "5.76.1", + "@tanstack/react-table": "^8.21.3", + "@tiptap/core": "^2.7.0", + "@tiptap/extension-color": "^2.11.7", + "@tiptap/extension-image": "^2.11.5", + "@tiptap/extension-link": "^2.12.0", + "@tiptap/extension-task-item": "^2.12.0", + "@tiptap/extension-task-list": "^2.12.0", + "@tiptap/extension-text-align": "^2.12.0", + "@tiptap/extension-text-style": "^2.12.0", + "@tiptap/extension-underline": "^2.12.0", + "@tiptap/pm": "^2.7.0", + "@tiptap/react": "^2.12.0", + "@tiptap/starter-kit": "^2.12.0", + "axios": "^1.4.0", + "chroma-js": "^3.1.2", + "classnames": "^2.3.2", + "collect.js": "^4.36.1", + "compression": "^1.7.4", + "cookie-parser": "^1.4.6", + "cross-env": "^7.0.3", + "dayjs": "^1.11.8", + "dotenv": "^16.4.7", + "express": "^4.19.2", + "qr-scanner": "^1.4.2", + "query-string": "^8.1.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-helmet-async": "^2.0.4", + "react-qr-code": "^2.0.12", + "react-router": "^7.1.5", + "react-router-dom": "^7.1.5", + "recharts": "2", + "sirv": "^2.0.4" + }, + "devDependencies": { + "@lingui/vite-plugin": "^5.9.2", + "@swc/core": "1.11.24", + "@tailwindcss/postcss": "^4.2.0", + "@tailwindcss/typography": "^0.5.19", + "@types/express": "^4.17.21", + "@types/lodash": "^4.17.0", + "@types/node": "^20.12.2", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", + "@typescript-eslint/eslint-plugin": "^8.56.1", + "@typescript-eslint/parser": "^8.56.1", + "@vitejs/plugin-react": "^4.4.1", + "@vitejs/plugin-react-swc": "^3.9.0", + "autoprefixer": "^10.4.24", + "babel-plugin-macros": "^3.1.0", + "eslint": "^10.0.2", + "eslint-plugin-lingui": "^0.11.0", + "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-refresh": "^0.3.4", + "postcss": "^8.4.24", + "postcss-preset-mantine": "^1.6.0", + "postcss-simple-vars": "^7.0.1", + "sass": "^1.89.0", + "tailwindcss": "^4.2.0", + "typescript": "^5.8.3", + "vite": "^7.3.1", + "vite-bundle-visualizer": "^1.2.1", + "vite-plugin-copy": "^0.1.6" + } + }, + "node_modules/@alloc/quick-lru": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", + "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.27.1", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz", + "integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz", + "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.27.1", + "@babel/generator": "^7.28.3", + "@babel/helper-compilation-targets": "^7.27.2", + "@babel/helper-module-transforms": "^7.28.3", + "@babel/helpers": "^7.28.4", + "@babel/parser": "^7.28.4", + "@babel/template": "^7.27.2", + "@babel/traverse": "^7.28.4", + "@babel/types": "^7.28.4", + "@jridgewell/remapping": "^2.3.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz", + "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.28.3", + "@babel/types": "^7.28.2", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.27.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", + "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.27.2", + "@babel/helper-validator-option": "^7.27.1", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-globals": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", + "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.27.1", + "@babel/types": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", + "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.27.1", + "@babel/helper-validator-identifier": "^7.27.1", + "@babel/traverse": "^7.28.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", + "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", + "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", + "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.27.2", + "@babel/types": "^7.28.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz", + "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.28.4" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-self": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz", + "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-source": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz", + "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.27.2", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", + "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.27.1", + "@babel/parser": "^7.27.2", + "@babel/types": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz", + "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.27.1", + "@babel/generator": "^7.28.3", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.28.4", + "@babel/template": "^7.27.2", + "@babel/types": "^7.28.4", + "debug": "^4.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz", + "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==", + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@dnd-kit/accessibility": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz", + "integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@dnd-kit/core": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@dnd-kit/core/-/core-6.3.1.tgz", + "integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==", + "license": "MIT", + "dependencies": { + "@dnd-kit/accessibility": "^3.1.1", + "@dnd-kit/utilities": "^3.2.2", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@dnd-kit/sortable": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@dnd-kit/sortable/-/sortable-7.0.2.tgz", + "integrity": "sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==", + "license": "MIT", + "dependencies": { + "@dnd-kit/utilities": "^3.2.0", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@dnd-kit/core": "^6.0.7", + "react": ">=16.8.0" + } + }, + "node_modules/@dnd-kit/utilities": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.2.2.tgz", + "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", + "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", + "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", + "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", + "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", + "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", + "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", + "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", + "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", + "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", + "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", + "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", + "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", + "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", + "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", + "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", + "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", + "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", + "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", + "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", + "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", + "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openharmony-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", + "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", + "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", + "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", + "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", + "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", + "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/config-array": { + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.2.tgz", + "integrity": "sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/object-schema": "^3.0.2", + "debug": "^4.3.1", + "minimatch": "^10.2.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@eslint/config-helpers": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.2.tgz", + "integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.1.0" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@eslint/core": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz", + "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@eslint/object-schema": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.2.tgz", + "integrity": "sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@eslint/plugin-kit": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz", + "integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.1.0", + "levn": "^0.4.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@floating-ui/core": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz", + "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.10" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", + "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.7.3", + "@floating-ui/utils": "^0.2.10" + } + }, + "node_modules/@floating-ui/react": { + "version": "0.27.16", + "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.27.16.tgz", + "integrity": "sha512-9O8N4SeG2z++TSM8QA/KTeKFBVCNEz/AGS7gWPJf6KFRzmRWixFRnCnkPHRDwSVZW6QPDO6uT0P2SpWNKCc9/g==", + "license": "MIT", + "dependencies": { + "@floating-ui/react-dom": "^2.1.6", + "@floating-ui/utils": "^0.2.10", + "tabbable": "^6.0.0" + }, + "peerDependencies": { + "react": ">=17.0.0", + "react-dom": ">=17.0.0" + } + }, + "node_modules/@floating-ui/react-dom": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz", + "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==", + "license": "MIT", + "dependencies": { + "@floating-ui/dom": "^1.7.4" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", + "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", + "license": "MIT" + }, + "node_modules/@humanfs/core": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", + "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", + "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanfs/core": "^0.19.1", + "@humanwhocodes/retry": "^0.4.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/retry": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", + "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@isaacs/cliui": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz", + "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/@jest/schemas": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "license": "MIT", + "dependencies": { + "@sinclair/typebox": "^0.27.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@lingui/babel-plugin-extract-messages": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-5.9.2.tgz", + "integrity": "sha512-x9HxUUZgnzF5nTsRwCyJxL/csll/psQCeiTiUPMqE1qC9Mq3ZFPygHDUgijIwOCSDnILHM581Fjar/Njvpnnow==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/babel-plugin-lingui-macro": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/babel-plugin-lingui-macro/-/babel-plugin-lingui-macro-5.9.2.tgz", + "integrity": "sha512-xy5MNUvtoAlZwQtfby3B9Dnjmnf3w4Xe+jeLEQvB1wOxz/pYMNGxCWgekUQyihlxvFFRKmMyA88EByqAyvGEug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.20.12", + "@babel/runtime": "^7.20.13", + "@babel/types": "^7.20.7", + "@lingui/conf": "5.9.2", + "@lingui/core": "5.9.2", + "@lingui/message-utils": "5.9.2" + }, + "engines": { + "node": ">=20.0.0" + }, + "peerDependencies": { + "babel-plugin-macros": "2 || 3" + }, + "peerDependenciesMeta": { + "babel-plugin-macros": { + "optional": true + } + } + }, + "node_modules/@lingui/babel-plugin-lingui-macro/node_modules/@lingui/conf": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-5.9.2.tgz", + "integrity": "sha512-tkobrx4HIJDWgYO/qUOJgwOVB5QX+FdQHmk9wetzlhgf0BSc52OCGYeG//oKHteJB0dnr2XYicnTuUtoVwr3+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "cosmiconfig": "^8.0.0", + "jest-validate": "^29.4.3", + "jiti": "^2.5.1", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/babel-plugin-lingui-macro/node_modules/@lingui/core": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-5.9.2.tgz", + "integrity": "sha512-2K2lIEiUJ9VNTZU0igiRUubIUvcHu8TEuS4uRrrA5f2DGgCtHD5o7rw6OO9cM1RxZFCC5rpRwIMDeXHrc44W3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@lingui/message-utils": "5.9.2" + }, + "engines": { + "node": ">=20.0.0" + }, + "peerDependencies": { + "@lingui/babel-plugin-lingui-macro": "5.9.2", + "babel-plugin-macros": "2 || 3" + }, + "peerDependenciesMeta": { + "@lingui/babel-plugin-lingui-macro": { + "optional": true + }, + "babel-plugin-macros": { + "optional": true + } + } + }, + "node_modules/@lingui/babel-plugin-lingui-macro/node_modules/@lingui/message-utils": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-5.9.2.tgz", + "integrity": "sha512-PQA+bP4TBX7F5nmrEm9eDk+xddepjO7okI6bsOQ+6LIw1eJMvh9w/Xt3AoKTgzBCwd1ZwyqzBOelrX6sa6y+fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@messageformat/parser": "^5.0.0", + "js-sha256": "^0.10.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/babel-plugin-lingui-macro/node_modules/jiti": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/@lingui/cli": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-5.9.2.tgz", + "integrity": "sha512-jGmIB/hKparFvuyspcn3UTjnQEdOrlnBwkQH3xip0LRCyQNjd1sALi27HDyYQAqVINTfk3sDmLbKixYvJhPl1Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.21.0", + "@babel/generator": "^7.21.1", + "@babel/parser": "^7.22.0", + "@babel/runtime": "^7.21.0", + "@babel/types": "^7.21.2", + "@lingui/babel-plugin-extract-messages": "5.9.2", + "@lingui/babel-plugin-lingui-macro": "5.9.2", + "@lingui/conf": "5.9.2", + "@lingui/core": "5.9.2", + "@lingui/format-po": "5.9.2", + "@lingui/message-utils": "5.9.2", + "chokidar": "3.5.1", + "cli-table": "^0.3.11", + "commander": "^10.0.0", + "convert-source-map": "^2.0.0", + "date-fns": "^3.6.0", + "esbuild": "^0.25.1", + "glob": "^11.0.0", + "micromatch": "^4.0.7", + "ms": "^2.1.3", + "normalize-path": "^3.0.0", + "ora": "^5.1.0", + "picocolors": "^1.1.1", + "pofile": "^1.1.4", + "pseudolocale": "^2.0.0", + "source-map": "^0.7.6", + "threads": "^1.7.0" + }, + "bin": { + "lingui": "dist/lingui.js" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/cli/node_modules/@lingui/conf": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-5.9.2.tgz", + "integrity": "sha512-tkobrx4HIJDWgYO/qUOJgwOVB5QX+FdQHmk9wetzlhgf0BSc52OCGYeG//oKHteJB0dnr2XYicnTuUtoVwr3+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "cosmiconfig": "^8.0.0", + "jest-validate": "^29.4.3", + "jiti": "^2.5.1", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/cli/node_modules/@lingui/core": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-5.9.2.tgz", + "integrity": "sha512-2K2lIEiUJ9VNTZU0igiRUubIUvcHu8TEuS4uRrrA5f2DGgCtHD5o7rw6OO9cM1RxZFCC5rpRwIMDeXHrc44W3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@lingui/message-utils": "5.9.2" + }, + "engines": { + "node": ">=20.0.0" + }, + "peerDependencies": { + "@lingui/babel-plugin-lingui-macro": "5.9.2", + "babel-plugin-macros": "2 || 3" + }, + "peerDependenciesMeta": { + "@lingui/babel-plugin-lingui-macro": { + "optional": true + }, + "babel-plugin-macros": { + "optional": true + } + } + }, + "node_modules/@lingui/cli/node_modules/@lingui/message-utils": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-5.9.2.tgz", + "integrity": "sha512-PQA+bP4TBX7F5nmrEm9eDk+xddepjO7okI6bsOQ+6LIw1eJMvh9w/Xt3AoKTgzBCwd1ZwyqzBOelrX6sa6y+fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@messageformat/parser": "^5.0.0", + "js-sha256": "^0.10.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/cli/node_modules/jiti": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/@lingui/conf": { + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-4.14.1.tgz", + "integrity": "sha512-LE/1RrVoMebQK+u4y6VQJdSwjOsMu4go/VR8m1eH0THn8vfkuLOYlPTIAHTWcoO+Ogi15p5TqHPfJcgVBy/NpA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "chalk": "^4.1.0", + "cosmiconfig": "^8.0.0", + "jest-validate": "^29.4.3", + "jiti": "^1.17.1", + "lodash.get": "^4.4.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@lingui/core": { + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-4.14.1.tgz", + "integrity": "sha512-3O6bnNzApWjb+jIdXa7G2VbrP6jZ5nfCeYSVloEYg6YFIfsQ3GunccK6I2nL80mWgr2qGP4VilGD+ODCeXHITA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@lingui/message-utils": "4.14.1", + "unraw": "^3.0.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@lingui/format-po": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/format-po/-/format-po-5.9.2.tgz", + "integrity": "sha512-PMlJERgG0/rCYqMuBDQdsAuEEUxbqe1apwwDJxIniN9vZpwl+4jDZhDQ6J9CwjlaUPe7rCfOm/B79N88ELwTQQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@lingui/conf": "5.9.2", + "@lingui/message-utils": "5.9.2", + "date-fns": "^3.6.0", + "pofile": "^1.1.4" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/format-po/node_modules/@lingui/conf": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-5.9.2.tgz", + "integrity": "sha512-tkobrx4HIJDWgYO/qUOJgwOVB5QX+FdQHmk9wetzlhgf0BSc52OCGYeG//oKHteJB0dnr2XYicnTuUtoVwr3+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "cosmiconfig": "^8.0.0", + "jest-validate": "^29.4.3", + "jiti": "^2.5.1", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/format-po/node_modules/@lingui/message-utils": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-5.9.2.tgz", + "integrity": "sha512-PQA+bP4TBX7F5nmrEm9eDk+xddepjO7okI6bsOQ+6LIw1eJMvh9w/Xt3AoKTgzBCwd1ZwyqzBOelrX6sa6y+fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@messageformat/parser": "^5.0.0", + "js-sha256": "^0.10.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/format-po/node_modules/jiti": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/@lingui/macro": { + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-4.14.1.tgz", + "integrity": "sha512-kVAe78Sj4a74GJTOOqoAzxZgsgqPfcBFQC1akXMlAv9r4bX7zvbMov2cQVWjvix0waetwxo3oVqlSozsa8UPAw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@babel/types": "^7.20.7", + "@lingui/conf": "4.14.1", + "@lingui/core": "4.14.1", + "@lingui/message-utils": "4.14.1" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@lingui/react": "^4.0.0", + "babel-plugin-macros": "2 || 3" + } + }, + "node_modules/@lingui/message-utils": { + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.14.1.tgz", + "integrity": "sha512-J6MzyTLNCzEnyR1Da188G81cRcQMbk/lyYnLWMzQjIELDX8bBBwNea91Sf5Zm+BB+ADWmmGTdUqRPAjDqT9Y5w==", + "license": "MIT", + "dependencies": { + "@messageformat/parser": "^5.0.0", + "js-sha256": "^0.10.1" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@lingui/react": { + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/@lingui/react/-/react-4.14.1.tgz", + "integrity": "sha512-oZ9Rw+vOXJuaZvI1o4ASAIbCSe7AchCxsKGc0Y3csduTEOisvhsLgh8UDA8LW1mRgVPh5yZYB+VbfDMDQSzHpg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@lingui/core": "4.14.1" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@lingui/vite-plugin": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/vite-plugin/-/vite-plugin-5.9.2.tgz", + "integrity": "sha512-cKfVCoOJsHssx7OazCb8P/KHn1UqCiod+OGIpGqchtla09xPNSZmfyEp/Of0+S6G5REkOMV/ZGgl+awtGkJ0fA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@lingui/cli": "5.9.2", + "@lingui/conf": "5.9.2" + }, + "engines": { + "node": ">=20.0.0" + }, + "peerDependencies": { + "vite": "^3 || ^4 || ^5.0.9 || ^6 || ^7" + } + }, + "node_modules/@lingui/vite-plugin/node_modules/@lingui/conf": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-5.9.2.tgz", + "integrity": "sha512-tkobrx4HIJDWgYO/qUOJgwOVB5QX+FdQHmk9wetzlhgf0BSc52OCGYeG//oKHteJB0dnr2XYicnTuUtoVwr3+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "cosmiconfig": "^8.0.0", + "jest-validate": "^29.4.3", + "jiti": "^2.5.1", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@lingui/vite-plugin/node_modules/jiti": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/@mantine/carousel": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/carousel/-/carousel-8.3.5.tgz", + "integrity": "sha512-TthQo7Wf4bn299wWaYCHXnhigKCZXLr7Mmt3yQkVEnf2sfj8AcbsOA6P5leOuAU84l7hTeV4+/A7+qomZdDI7Q==", + "license": "MIT", + "peerDependencies": { + "@mantine/core": "8.3.5", + "@mantine/hooks": "8.3.5", + "embla-carousel": ">=8.0.0", + "embla-carousel-react": ">=8.0.0", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/charts": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/charts/-/charts-8.3.5.tgz", + "integrity": "sha512-jXeItISiGZbRPG6YTfh+q4Ii2DSce3Vl9dBX1spbtYz+qnJ9TE3vLUlRA3Vn2JXHR1Nka1CtiGGl26NilC81tQ==", + "license": "MIT", + "peerDependencies": { + "@mantine/core": "8.3.5", + "@mantine/hooks": "8.3.5", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x", + "recharts": ">=2.13.3" + } + }, + "node_modules/@mantine/colors-generator": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/colors-generator/-/colors-generator-8.3.5.tgz", + "integrity": "sha512-hgoswBnpB+I2Al0MJ5puAiVniIieoFF5k6UPhd7R62IhyJY8WI3RCBMQdiCrOQTo8xGMcpgmcWqdkB9Dadjybg==", + "license": "MIT", + "peerDependencies": { + "chroma-js": ">=2.4.2" + } + }, + "node_modules/@mantine/core": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.5.tgz", + "integrity": "sha512-PdVNLMgOS2vFhOujRi6/VC9ic8w3UDyKX7ftwDeJ7yQT8CiepUxfbWWYpVpnq23bdWh/7fIT2Pn1EY8r8GOk7g==", + "license": "MIT", + "dependencies": { + "@floating-ui/react": "^0.27.16", + "clsx": "^2.1.1", + "react-number-format": "^5.4.4", + "react-remove-scroll": "^2.7.1", + "react-textarea-autosize": "8.5.9", + "type-fest": "^4.41.0" + }, + "peerDependencies": { + "@mantine/hooks": "8.3.5", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/dates": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-8.3.5.tgz", + "integrity": "sha512-LkIdC4eWPNQFv1BU1c52U3Z3RuA3yU1asvTgMEIQ/MdJsGK8GePwpgMH/jKQ8ba/AW9NfksdvtOJ6uIqPwjCkg==", + "license": "MIT", + "dependencies": { + "clsx": "^2.1.1" + }, + "peerDependencies": { + "@mantine/core": "8.3.5", + "@mantine/hooks": "8.3.5", + "dayjs": ">=1.0.0", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/dropzone": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-8.3.5.tgz", + "integrity": "sha512-8eRNoEYQzUOav8Te58osGRt2vbqJO3ZORXgKALY+FhB0YGRCZYmS/gQ2T66SpyrpovY6k6OVi1ScM3wRaJrxUg==", + "license": "MIT", + "dependencies": { + "react-dropzone": "14.3.8" + }, + "peerDependencies": { + "@mantine/core": "8.3.5", + "@mantine/hooks": "8.3.5", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/form": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.5.tgz", + "integrity": "sha512-i9UFiHtO1dlrJXZkquyt+71YcNNxPPSkIcJCRp7k0Tif7bPqWK2xijPDEXzqvA53YvMvEMoqaQCEQLVmH7Esdg==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "klona": "^2.0.6" + }, + "peerDependencies": { + "react": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/hooks": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.5.tgz", + "integrity": "sha512-0Wf08eWLKi3WkKlxnV1W5vfuN6wcvAV2VbhQlOy0R9nrWorGTtonQF6qqBE3PnJFYF1/ZE+HkYZQ/Dr7DmYSMQ==", + "license": "MIT", + "peerDependencies": { + "react": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/modals": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.5.tgz", + "integrity": "sha512-8pEhVc2NqUcO1+mQab1J5hDwMGKbqwMWMQptF++PUI0e82BGyoxuOdYywWvvW7+UzcA1REMF7uy0mfG9RLcjew==", + "license": "MIT", + "peerDependencies": { + "@mantine/core": "8.3.5", + "@mantine/hooks": "8.3.5", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/notifications": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.5.tgz", + "integrity": "sha512-8TvzrPxfdtOLGTalv7Ei1hy2F6KbR3P7/V73yw3AOKhrf1ydS89sqV2ShbsucHGJk9Pto0wjdTPd8Q7pm5MAYw==", + "license": "MIT", + "dependencies": { + "@mantine/store": "8.3.5", + "react-transition-group": "4.4.5" + }, + "peerDependencies": { + "@mantine/core": "8.3.5", + "@mantine/hooks": "8.3.5", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/nprogress": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/nprogress/-/nprogress-8.3.5.tgz", + "integrity": "sha512-y4nswzL4yzX9kWbdu+jiMf3QE/0o2KeKaukxkkZkfDYa0YmdyzFdZHuPIbBBjhY5vvDxkN5xh+4o8NbpU3xCRQ==", + "license": "MIT", + "dependencies": { + "@mantine/store": "8.3.5" + }, + "peerDependencies": { + "@mantine/core": "8.3.5", + "@mantine/hooks": "8.3.5", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/store": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.5.tgz", + "integrity": "sha512-qN4fFsDMy86IV9oh1gZlDTv41RAsO0grjx90FGyT5QCv7NTgcavwxB74GBkhp45W8xn+Ms/awKy+6NxnmLmW1w==", + "license": "MIT", + "peerDependencies": { + "react": "^18.x || ^19.x" + } + }, + "node_modules/@mantine/tiptap": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@mantine/tiptap/-/tiptap-8.3.5.tgz", + "integrity": "sha512-TgBu9IC1hxURgMFXHHUtBJjEpt4swRvQtEBGckMqlxc/HRKe1fzobK5HTXxtc0LE09OAOkhc5gBhiqjhmldxMQ==", + "license": "MIT", + "peerDependencies": { + "@mantine/core": "8.3.5", + "@mantine/hooks": "8.3.5", + "@tiptap/extension-link": ">=2.1.12", + "@tiptap/react": ">=2.1.12", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x" + } + }, + "node_modules/@messageformat/parser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@messageformat/parser/-/parser-5.1.1.tgz", + "integrity": "sha512-3p0YRGCcTUCYvBKLIxtDDyrJ0YijGIwrTRu1DT8gIviIDZru8H23+FkY6MJBzM1n9n20CiM4VeDYuBsrrwnLjg==", + "license": "MIT", + "dependencies": { + "moo": "^0.5.1" + } + }, + "node_modules/@mjackson/node-fetch-server": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@mjackson/node-fetch-server/-/node-fetch-server-0.2.0.tgz", + "integrity": "sha512-EMlH1e30yzmTpGLQjlFmaDAjyOeZhng1/XCd7DExR8PNAnG/G1tyruZxEoUe11ClnwGhGrtsdnyyUx1frSzjng==", + "license": "MIT" + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@parcel/watcher": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", + "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1" + } + }, + "node_modules/@parcel/watcher-android-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", + "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", + "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", + "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-freebsd-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", + "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", + "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", + "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", + "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", + "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", + "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", + "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", + "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-ia32": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", + "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", + "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@polka/url": { + "version": "1.0.0-next.29", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz", + "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==", + "license": "MIT" + }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/@react-pdf/fns": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@react-pdf/fns/-/fns-2.2.1.tgz", + "integrity": "sha512-s78aDg0vDYaijU5lLOCsUD+qinQbfOvcNeaoX9AiE7+kZzzCo6B/nX+l48cmt9OosJmvZvE9DWR9cLhrhOi2pA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13" + } + }, + "node_modules/@react-pdf/font": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@react-pdf/font/-/font-2.5.2.tgz", + "integrity": "sha512-Ud0EfZ2FwrbvwAWx8nz+KKLmiqACCH9a/N/xNDOja0e/YgSnqTpuyHegFBgIMKjuBtO5dNvkb4dXkxAhGe/ayw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@react-pdf/types": "^2.6.0", + "cross-fetch": "^3.1.5", + "fontkit": "^2.0.2", + "is-url": "^1.2.4" + } + }, + "node_modules/@react-pdf/image": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/@react-pdf/image/-/image-2.3.6.tgz", + "integrity": "sha512-7iZDYZrZlJqNzS6huNl2XdMcLFUo68e6mOdzQeJ63d5eApdthhSHBnkGzHfLhH5t8DCpZNtClmklzuLL63ADfw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@react-pdf/png-js": "^2.3.1", + "cross-fetch": "^3.1.5", + "jay-peg": "^1.0.2" + } + }, + "node_modules/@react-pdf/layout": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@react-pdf/layout/-/layout-3.13.0.tgz", + "integrity": "sha512-lpPj/EJYHFOc0ALiJwLP09H28B4ADyvTjxOf67xTF+qkWd+dq1vg7dw3wnYESPnWk5T9NN+HlUenJqdYEY9AvA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@react-pdf/fns": "2.2.1", + "@react-pdf/image": "^2.3.6", + "@react-pdf/pdfkit": "^3.2.0", + "@react-pdf/primitives": "^3.1.1", + "@react-pdf/stylesheet": "^4.3.0", + "@react-pdf/textkit": "^4.4.1", + "@react-pdf/types": "^2.6.0", + "cross-fetch": "^3.1.5", + "emoji-regex": "^10.3.0", + "queue": "^6.0.1", + "yoga-layout": "^2.0.1" + } + }, + "node_modules/@react-pdf/pdfkit": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@react-pdf/pdfkit/-/pdfkit-3.2.0.tgz", + "integrity": "sha512-OBfCcnTC6RpD9uv9L2woF60Zj1uQxhLFzTBXTdcYE9URzPE/zqXIyzpXEA4Vf3TFbvBCgFE2RzJ2ZUS0asq7yA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@react-pdf/png-js": "^2.3.1", + "browserify-zlib": "^0.2.0", + "crypto-js": "^4.2.0", + "fontkit": "^2.0.2", + "jay-peg": "^1.0.2", + "vite-compatible-readable-stream": "^3.6.1" + } + }, + "node_modules/@react-pdf/png-js": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@react-pdf/png-js/-/png-js-2.3.1.tgz", + "integrity": "sha512-pEZ18I4t1vAUS4lmhvXPmXYP4PHeblpWP/pAlMMRkEyP7tdAeHUN7taQl9sf9OPq7YITMY3lWpYpJU6t4CZgZg==", + "license": "MIT", + "dependencies": { + "browserify-zlib": "^0.2.0" + } + }, + "node_modules/@react-pdf/primitives": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@react-pdf/primitives/-/primitives-3.1.1.tgz", + "integrity": "sha512-miwjxLwTnO3IjoqkTVeTI+9CdyDggwekmSLhVCw+a/7FoQc+gF3J2dSKwsHvAcVFM0gvU8mzCeTofgw0zPDq0w==", + "license": "MIT" + }, + "node_modules/@react-pdf/render": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@react-pdf/render/-/render-3.5.0.tgz", + "integrity": "sha512-gFOpnyqCgJ6l7VzfJz6rG1i2S7iVSD8bUHDjPW9Mze8TmyksHzN2zBH3y7NbsQOw1wU6hN4NhRmslrsn+BRDPA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@react-pdf/fns": "2.2.1", + "@react-pdf/primitives": "^3.1.1", + "@react-pdf/textkit": "^4.4.1", + "@react-pdf/types": "^2.6.0", + "abs-svg-path": "^0.1.1", + "color-string": "^1.9.1", + "normalize-svg-path": "^1.1.0", + "parse-svg-path": "^0.1.2", + "svg-arc-to-cubic-bezier": "^3.2.0" + } + }, + "node_modules/@react-pdf/renderer": { + "version": "3.4.5", + "resolved": "https://registry.npmjs.org/@react-pdf/renderer/-/renderer-3.4.5.tgz", + "integrity": "sha512-O1N8q45bTs7YuC+x9afJSKQWDYQy2RjoCxlxEGdbCwP+WD5G6dWRUWXlc8F0TtzU3uFglYMmDab2YhXTmnVN9g==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@react-pdf/font": "^2.5.2", + "@react-pdf/layout": "^3.13.0", + "@react-pdf/pdfkit": "^3.2.0", + "@react-pdf/primitives": "^3.1.1", + "@react-pdf/render": "^3.5.0", + "@react-pdf/types": "^2.6.0", + "events": "^3.3.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2", + "queue": "^6.0.1", + "scheduler": "^0.17.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@react-pdf/stylesheet": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@react-pdf/stylesheet/-/stylesheet-4.3.0.tgz", + "integrity": "sha512-x7IVZOqRrUum9quuDeFXBveXwBht+z/6B0M+z4a4XjfSg1vZVvzoTl07Oa1yvQ/4yIC5yIkG2TSMWeKnDB+hrw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@react-pdf/fns": "2.2.1", + "@react-pdf/types": "^2.6.0", + "color-string": "^1.9.1", + "hsl-to-hex": "^1.0.0", + "media-engine": "^1.0.3", + "postcss-value-parser": "^4.1.0" + } + }, + "node_modules/@react-pdf/textkit": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@react-pdf/textkit/-/textkit-4.4.1.tgz", + "integrity": "sha512-Jl9wdTqIvJ5pX+vAGz0EOhP7ut5Two9H6CzTKo/YYPeD79cM2yTXF3JzTERBC28y7LR0Waq9D2LHQjI+b/EYUQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@react-pdf/fns": "2.2.1", + "bidi-js": "^1.0.2", + "hyphen": "^1.6.4", + "unicode-properties": "^1.4.1" + } + }, + "node_modules/@react-pdf/types": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/@react-pdf/types/-/types-2.9.1.tgz", + "integrity": "sha512-5GoCgG0G5NMgpPuHbKG2xcVRQt7+E5pg3IyzVIIozKG3nLcnsXW4zy25vG1ZBQA0jmo39q34au/sOnL/0d1A4w==", + "license": "MIT", + "dependencies": { + "@react-pdf/font": "^4.0.3", + "@react-pdf/primitives": "^4.1.1", + "@react-pdf/stylesheet": "^6.1.1" + } + }, + "node_modules/@react-pdf/types/node_modules/@react-pdf/fns": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@react-pdf/fns/-/fns-3.1.2.tgz", + "integrity": "sha512-qTKGUf0iAMGg2+OsUcp9ffKnKi41RukM/zYIWMDJ4hRVYSr89Q7e3wSDW/Koqx3ea3Uy/z3h2y3wPX6Bdfxk6g==", + "license": "MIT" + }, + "node_modules/@react-pdf/types/node_modules/@react-pdf/font": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@react-pdf/font/-/font-4.0.3.tgz", + "integrity": "sha512-N1qQDZr6phXYQOp033Hvm2nkUkx2LkszjGPbmRavs9VOYzi4sp31MaccMKptL24ii6UhBh/z9yPUhnuNe/qHwA==", + "license": "MIT", + "dependencies": { + "@react-pdf/pdfkit": "^4.0.4", + "@react-pdf/types": "^2.9.1", + "fontkit": "^2.0.2", + "is-url": "^1.2.4" + } + }, + "node_modules/@react-pdf/types/node_modules/@react-pdf/pdfkit": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@react-pdf/pdfkit/-/pdfkit-4.0.4.tgz", + "integrity": "sha512-/nITLggsPlB66bVLnm0X7MNdKQxXelLGZG6zB5acF5cCgkFwmXHnLNyxYOUD4GMOMg1HOPShXDKWrwk2ZeHsvw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "@react-pdf/png-js": "^3.0.0", + "browserify-zlib": "^0.2.0", + "crypto-js": "^4.2.0", + "fontkit": "^2.0.2", + "jay-peg": "^1.1.1", + "linebreak": "^1.1.0", + "vite-compatible-readable-stream": "^3.6.1" + } + }, + "node_modules/@react-pdf/types/node_modules/@react-pdf/png-js": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@react-pdf/png-js/-/png-js-3.0.0.tgz", + "integrity": "sha512-eSJnEItZ37WPt6Qv5pncQDxLJRK15eaRwPT+gZoujP548CodenOVp49GST8XJvKMFt9YqIBzGBV/j9AgrOQzVA==", + "license": "MIT", + "dependencies": { + "browserify-zlib": "^0.2.0" + } + }, + "node_modules/@react-pdf/types/node_modules/@react-pdf/primitives": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@react-pdf/primitives/-/primitives-4.1.1.tgz", + "integrity": "sha512-IuhxYls1luJb7NUWy6q5avb1XrNaVj9bTNI40U9qGRuS6n7Hje/8H8Qi99Z9UKFV74bBP3DOf3L1wV2qZVgVrQ==", + "license": "MIT" + }, + "node_modules/@react-pdf/types/node_modules/@react-pdf/stylesheet": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@react-pdf/stylesheet/-/stylesheet-6.1.1.tgz", + "integrity": "sha512-Iyw0A3wRIeQLN4EkaKf8yF9MvdMxiZ8JjoyzLzDHSxnKYoOA4UGu84veCb8dT9N8MxY5x7a0BUv/avTe586Plg==", + "license": "MIT", + "dependencies": { + "@react-pdf/fns": "3.1.2", + "@react-pdf/types": "^2.9.1", + "color-string": "^1.9.1", + "hsl-to-hex": "^1.0.0", + "media-engine": "^1.0.3", + "postcss-value-parser": "^4.1.0" + } + }, + "node_modules/@react-router/node": { + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@react-router/node/-/node-7.13.1.tgz", + "integrity": "sha512-IWPPf+Q3nJ6q4bwyTf5leeGUfg8GAxSN1RKj5wp9SK915zKK+1u4TCOfOmr8hmC6IW1fcjKV0WChkM0HkReIiw==", + "license": "MIT", + "dependencies": { + "@mjackson/node-fetch-server": "^0.2.0" + }, + "engines": { + "node": ">=20.0.0" + }, + "peerDependencies": { + "react-router": "7.13.1", + "typescript": "^5.1.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@remirror/core-constants": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@remirror/core-constants/-/core-constants-3.0.0.tgz", + "integrity": "sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==", + "license": "MIT" + }, + "node_modules/@remix-run/node": { + "version": "2.17.4", + "resolved": "https://registry.npmjs.org/@remix-run/node/-/node-2.17.4.tgz", + "integrity": "sha512-9A29JaYiGHDEmaiQuD1IlO/TrQxnnkj98GpytihU+Nz6yTt6RwzzyMMqTAoasRd1dPD4OeSaSqbwkcim/eE76Q==", + "license": "MIT", + "dependencies": { + "@remix-run/server-runtime": "2.17.4", + "@remix-run/web-fetch": "^4.4.2", + "@web3-storage/multipart-parser": "^1.0.0", + "cookie-signature": "^1.1.0", + "source-map-support": "^0.5.21", + "stream-slice": "^0.1.2", + "undici": "^6.21.2" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "typescript": "^5.1.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@remix-run/router": { + "version": "1.23.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.2.tgz", + "integrity": "sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==", + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@remix-run/server-runtime": { + "version": "2.17.4", + "resolved": "https://registry.npmjs.org/@remix-run/server-runtime/-/server-runtime-2.17.4.tgz", + "integrity": "sha512-oCsFbPuISgh8KpPKsfBChzjcntvTz5L+ggq9VNYWX8RX3yA7OgQpKspRHOSxb05bw7m0Hx+L1KRHXjf3juKX8w==", + "license": "MIT", + "dependencies": { + "@remix-run/router": "1.23.2", + "@types/cookie": "^0.6.0", + "@web3-storage/multipart-parser": "^1.0.0", + "cookie": "^0.7.2", + "set-cookie-parser": "^2.4.8", + "source-map": "^0.7.3", + "turbo-stream": "2.4.1" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "typescript": "^5.1.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@remix-run/web-blob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@remix-run/web-blob/-/web-blob-3.1.0.tgz", + "integrity": "sha512-owGzFLbqPH9PlKb8KvpNJ0NO74HWE2euAn61eEiyCXX/oteoVzTVSN8mpLgDjaxBf2btj5/nUllSUgpyd6IH6g==", + "license": "MIT", + "dependencies": { + "@remix-run/web-stream": "^1.1.0", + "web-encoding": "1.1.5" + } + }, + "node_modules/@remix-run/web-fetch": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@remix-run/web-fetch/-/web-fetch-4.4.2.tgz", + "integrity": "sha512-jgKfzA713/4kAW/oZ4bC3MoLWyjModOVDjFPNseVqcJKSafgIscrYL9G50SurEYLswPuoU3HzSbO0jQCMYWHhA==", + "license": "MIT", + "dependencies": { + "@remix-run/web-blob": "^3.1.0", + "@remix-run/web-file": "^3.1.0", + "@remix-run/web-form-data": "^3.1.0", + "@remix-run/web-stream": "^1.1.0", + "@web3-storage/multipart-parser": "^1.0.0", + "abort-controller": "^3.0.0", + "data-uri-to-buffer": "^3.0.1", + "mrmime": "^1.0.0" + }, + "engines": { + "node": "^10.17 || >=12.3" + } + }, + "node_modules/@remix-run/web-file": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@remix-run/web-file/-/web-file-3.1.0.tgz", + "integrity": "sha512-dW2MNGwoiEYhlspOAXFBasmLeYshyAyhIdrlXBi06Duex5tDr3ut2LFKVj7tyHLmn8nnNwFf1BjNbkQpygC2aQ==", + "license": "MIT", + "dependencies": { + "@remix-run/web-blob": "^3.1.0" + } + }, + "node_modules/@remix-run/web-form-data": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@remix-run/web-form-data/-/web-form-data-3.1.0.tgz", + "integrity": "sha512-NdeohLMdrb+pHxMQ/Geuzdp0eqPbea+Ieo8M8Jx2lGC6TBHsgHzYcBvr0LyPdPVycNRDEpWpiDdCOdCryo3f9A==", + "license": "MIT", + "dependencies": { + "web-encoding": "1.1.5" + } + }, + "node_modules/@remix-run/web-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@remix-run/web-stream/-/web-stream-1.1.0.tgz", + "integrity": "sha512-KRJtwrjRV5Bb+pM7zxcTJkhIqWWSy+MYsIxHK+0m5atcznsf15YwUBWHWulZerV2+vvHH1Lp1DD7pw6qKW8SgA==", + "license": "MIT", + "dependencies": { + "web-streams-polyfill": "^3.1.1" + } + }, + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-beta.27", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz", + "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.4.tgz", + "integrity": "sha512-BTm2qKNnWIQ5auf4deoetINJm2JzvihvGb9R6K/ETwKLql/Bb3Eg2H1FBp1gUb4YGbydMA3jcmQTR73q7J+GAA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.4.tgz", + "integrity": "sha512-P9LDQiC5vpgGFgz7GSM6dKPCiqR3XYN1WwJKA4/BUVDjHpYsf3iBEmVz62uyq20NGYbiGPR5cNHI7T1HqxNs2w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.4.tgz", + "integrity": "sha512-QRWSW+bVccAvZF6cbNZBJwAehmvG9NwfWHwMy4GbWi/BQIA/laTIktebT2ipVjNncqE6GLPxOok5hsECgAxGZg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.4.tgz", + "integrity": "sha512-hZgP05pResAkRJxL1b+7yxCnXPGsXU0fG9Yfd6dUaoGk+FhdPKCJ5L1Sumyxn8kvw8Qi5PvQ8ulenUbRjzeCTw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.4.tgz", + "integrity": "sha512-xmc30VshuBNUd58Xk4TKAEcRZHaXlV+tCxIXELiE9sQuK3kG8ZFgSPi57UBJt8/ogfhAF5Oz4ZSUBN77weM+mQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.4.tgz", + "integrity": "sha512-WdSLpZFjOEqNZGmHflxyifolwAiZmDQzuOzIq9L27ButpCVpD7KzTRtEG1I0wMPFyiyUdOO+4t8GvrnBLQSwpw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.4.tgz", + "integrity": "sha512-xRiOu9Of1FZ4SxVbB0iEDXc4ddIcjCv2aj03dmW8UrZIW7aIQ9jVJdLBIhxBI+MaTnGAKyvMwPwQnoOEvP7FgQ==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.4.tgz", + "integrity": "sha512-FbhM2p9TJAmEIEhIgzR4soUcsW49e9veAQCziwbR+XWB2zqJ12b4i/+hel9yLiD8pLncDH4fKIPIbt5238341Q==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.4.tgz", + "integrity": "sha512-4n4gVwhPHR9q/g8lKCyz0yuaD0MvDf7dV4f9tHt0C73Mp8h38UCtSCSE6R9iBlTbXlmA8CjpsZoujhszefqueg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.4.tgz", + "integrity": "sha512-u0n17nGA0nvi/11gcZKsjkLj1QIpAuPFQbR48Subo7SmZJnGxDpspyw2kbpuoQnyK+9pwf3pAoEXerJs/8Mi9g==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.4.tgz", + "integrity": "sha512-0G2c2lpYtbTuXo8KEJkDkClE/+/2AFPdPAbmaHoE870foRFs4pBrDehilMcrSScrN/fB/1HTaWO4bqw+ewBzMQ==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.4.tgz", + "integrity": "sha512-teSACug1GyZHmPDv14VNbvZFX779UqWTsd7KtTM9JIZRDI5NUwYSIS30kzI8m06gOPB//jtpqlhmraQ68b5X2g==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.4.tgz", + "integrity": "sha512-/MOEW3aHjjs1p4Pw1Xk4+3egRevx8Ji9N6HUIA1Ifh8Q+cg9dremvFCUbOX2Zebz80BwJIgCBUemjqhU5XI5Eg==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.4.tgz", + "integrity": "sha512-1HHmsRyh845QDpEWzOFtMCph5Ts+9+yllCrREuBR/vg2RogAQGGBRC8lDPrPOMnrdOJ+mt1WLMOC2Kao/UwcvA==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.4.tgz", + "integrity": "sha512-seoeZp4L/6D1MUyjWkOMRU6/iLmCU2EjbMTyAG4oIOs1/I82Y5lTeaxW0KBfkUdHAWN7j25bpkt0rjnOgAcQcA==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.4.tgz", + "integrity": "sha512-Wi6AXf0k0L7E2gteNsNHUs7UMwCIhsCTs6+tqQ5GPwVRWMaflqGec4Sd8n6+FNFDw9vGcReqk2KzBDhCa1DLYg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.4.tgz", + "integrity": "sha512-dtBZYjDmCQ9hW+WgEkaffvRRCKm767wWhxsFW3Lw86VXz/uJRuD438/XvbZT//B96Vs8oTA8Q4A0AfHbrxP9zw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.4.tgz", + "integrity": "sha512-1ox+GqgRWqaB1RnyZXL8PD6E5f7YyRUJYnCqKpNzxzP0TkaUh112NDrR9Tt+C8rJ4x5G9Mk8PQR3o7Ku2RKqKA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.4.tgz", + "integrity": "sha512-8GKr640PdFNXwzIE0IrkMWUNUomILLkfeHjXBi/nUvFlpZP+FA8BKGKpacjW6OUUHaNI6sUURxR2U2g78FOHWQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.4.tgz", + "integrity": "sha512-AIy/jdJ7WtJ/F6EcfOb2GjR9UweO0n43jNObQMb6oGxkYTfLcnN7vYYpG+CN3lLxrQkzWnMOoNSHTW54pgbVxw==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.4.tgz", + "integrity": "sha512-UF9KfsH9yEam0UjTwAgdK0anlQ7c8/pWPU2yVjyWcF1I1thABt6WXE47cI71pGiZ8wGvxohBoLnxM04L/wj8mQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.4.tgz", + "integrity": "sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@sinclair/typebox": { + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", + "license": "MIT" + }, + "node_modules/@stripe/react-stripe-js": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.9.0.tgz", + "integrity": "sha512-+/j2g6qKAKuWSurhgRMfdlIdKM+nVVJCy/wl0US2Ccodlqx0WqfIIBhUkeONkCG+V/b+bZzcj4QVa3E/rXtT4Q==", + "license": "MIT", + "dependencies": { + "prop-types": "^15.7.2" + }, + "peerDependencies": { + "@stripe/stripe-js": "^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@stripe/stripe-js": { + "version": "1.54.2", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.2.tgz", + "integrity": "sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg==", + "license": "MIT" + }, + "node_modules/@swc/core": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.11.24.tgz", + "integrity": "sha512-MaQEIpfcEMzx3VWWopbofKJvaraqmL6HbLlw2bFZ7qYqYw3rkhM0cQVEgyzbHtTWwCwPMFZSC2DUbhlZgrMfLg==", + "dev": true, + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "@swc/counter": "^0.1.3", + "@swc/types": "^0.1.21" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/swc" + }, + "optionalDependencies": { + "@swc/core-darwin-arm64": "1.11.24", + "@swc/core-darwin-x64": "1.11.24", + "@swc/core-linux-arm-gnueabihf": "1.11.24", + "@swc/core-linux-arm64-gnu": "1.11.24", + "@swc/core-linux-arm64-musl": "1.11.24", + "@swc/core-linux-x64-gnu": "1.11.24", + "@swc/core-linux-x64-musl": "1.11.24", + "@swc/core-win32-arm64-msvc": "1.11.24", + "@swc/core-win32-ia32-msvc": "1.11.24", + "@swc/core-win32-x64-msvc": "1.11.24" + }, + "peerDependencies": { + "@swc/helpers": ">=0.5.17" + }, + "peerDependenciesMeta": { + "@swc/helpers": { + "optional": true + } + } + }, + "node_modules/@swc/core-darwin-arm64": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.11.24.tgz", + "integrity": "sha512-dhtVj0PC1APOF4fl5qT2neGjRLgHAAYfiVP8poJelhzhB/318bO+QCFWAiimcDoyMgpCXOhTp757gnoJJrheWA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-darwin-x64": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.11.24.tgz", + "integrity": "sha512-H/3cPs8uxcj2Fe3SoLlofN5JG6Ny5bl8DuZ6Yc2wr7gQFBmyBkbZEz+sPVgsID7IXuz7vTP95kMm1VL74SO5AQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-arm-gnueabihf": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.11.24.tgz", + "integrity": "sha512-PHJgWEpCsLo/NGj+A2lXZ2mgGjsr96ULNW3+T3Bj2KTc8XtMUkE8tmY2Da20ItZOvPNC/69KroU7edyo1Flfbw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-arm64-gnu": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.11.24.tgz", + "integrity": "sha512-C2FJb08+n5SD4CYWCTZx1uR88BN41ZieoHvI8A55hfVf2woT8+6ZiBzt74qW2g+ntZ535Jts5VwXAKdu41HpBg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-arm64-musl": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.11.24.tgz", + "integrity": "sha512-ypXLIdszRo0re7PNNaXN0+2lD454G8l9LPK/rbfRXnhLWDBPURxzKlLlU/YGd2zP98wPcVooMmegRSNOKfvErw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-x64-gnu": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.11.24.tgz", + "integrity": "sha512-IM7d+STVZD48zxcgo69L0yYptfhaaE9cMZ+9OoMxirNafhKKXwoZuufol1+alEFKc+Wbwp+aUPe/DeWC/Lh3dg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-x64-musl": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.11.24.tgz", + "integrity": "sha512-DZByJaMVzSfjQKKQn3cqSeqwy6lpMaQDQQ4HPlch9FWtDx/dLcpdIhxssqZXcR2rhaQVIaRQsCqwV6orSDGAGw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-win32-arm64-msvc": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.11.24.tgz", + "integrity": "sha512-Q64Ytn23y9aVDKN5iryFi8mRgyHw3/kyjTjT4qFCa8AEb5sGUuSj//AUZ6c0J7hQKMHlg9do5Etvoe61V98/JQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-win32-ia32-msvc": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.11.24.tgz", + "integrity": "sha512-9pKLIisE/Hh2vJhGIPvSoTK4uBSPxNVyXHmOrtdDot4E1FUUI74Vi8tFdlwNbaj8/vusVnb8xPXsxF1uB0VgiQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-win32-x64-msvc": { + "version": "1.11.24", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.11.24.tgz", + "integrity": "sha512-sybnXtOsdB+XvzVFlBVGgRHLqp3yRpHK7CrmpuDKszhj/QhmsaZzY/GHSeALlMtLup13M0gqbcQvsTNlAHTg3w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/counter": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", + "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/@swc/helpers": { + "version": "0.5.17", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz", + "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.8.0" + } + }, + "node_modules/@swc/types": { + "version": "0.1.25", + "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.25.tgz", + "integrity": "sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@swc/counter": "^0.1.3" + } + }, + "node_modules/@tabler/icons": { + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.35.0.tgz", + "integrity": "sha512-yYXe+gJ56xlZFiXwV9zVoe3FWCGuZ/D7/G4ZIlDtGxSx5CGQK110wrnT29gUj52kEZoxqF7oURTk97GQxELOFQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + } + }, + "node_modules/@tabler/icons-react": { + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.35.0.tgz", + "integrity": "sha512-XG7t2DYf3DyHT5jxFNp5xyLVbL4hMJYJhiSdHADzAjLRYfL7AnjlRfiHDHeXxkb2N103rEIvTsBRazxXtAUz2g==", + "license": "MIT", + "dependencies": { + "@tabler/icons": "3.35.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + }, + "peerDependencies": { + "react": ">= 16" + } + }, + "node_modules/@tailwindcss/node": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.0.tgz", + "integrity": "sha512-Yv+fn/o2OmL5fh/Ir62VXItdShnUxfpkMA4Y7jdeC8O81WPB8Kf6TT6GSHvnqgSwDzlB5iT7kDpeXxLsUS0T6Q==", + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.5", + "enhanced-resolve": "^5.19.0", + "jiti": "^2.6.1", + "lightningcss": "1.31.1", + "magic-string": "^0.30.21", + "source-map-js": "^1.2.1", + "tailwindcss": "4.2.0" + } + }, + "node_modules/@tailwindcss/node/node_modules/jiti": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/@tailwindcss/oxide": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.0.tgz", + "integrity": "sha512-AZqQzADaj742oqn2xjl5JbIOzZB/DGCYF/7bpvhA8KvjUj9HJkag6bBuwZvH1ps6dfgxNHyuJVlzSr2VpMgdTQ==", + "license": "MIT", + "engines": { + "node": ">= 20" + }, + "optionalDependencies": { + "@tailwindcss/oxide-android-arm64": "4.2.0", + "@tailwindcss/oxide-darwin-arm64": "4.2.0", + "@tailwindcss/oxide-darwin-x64": "4.2.0", + "@tailwindcss/oxide-freebsd-x64": "4.2.0", + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.0", + "@tailwindcss/oxide-linux-arm64-gnu": "4.2.0", + "@tailwindcss/oxide-linux-arm64-musl": "4.2.0", + "@tailwindcss/oxide-linux-x64-gnu": "4.2.0", + "@tailwindcss/oxide-linux-x64-musl": "4.2.0", + "@tailwindcss/oxide-wasm32-wasi": "4.2.0", + "@tailwindcss/oxide-win32-arm64-msvc": "4.2.0", + "@tailwindcss/oxide-win32-x64-msvc": "4.2.0" + } + }, + "node_modules/@tailwindcss/oxide-android-arm64": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.0.tgz", + "integrity": "sha512-F0QkHAVaW/JNBWl4CEKWdZ9PMb0khw5DCELAOnu+RtjAfx5Zgw+gqCHFvqg3AirU1IAd181fwOtJQ5I8Yx5wtw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-darwin-arm64": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.0.tgz", + "integrity": "sha512-I0QylkXsBsJMZ4nkUNSR04p6+UptjcwhcVo3Zu828ikiEqHjVmQL9RuQ6uT/cVIiKpvtVA25msu/eRV97JeNSA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-darwin-x64": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.0.tgz", + "integrity": "sha512-6TmQIn4p09PBrmnkvbYQ0wbZhLtbaksCDx7Y7R3FYYx0yxNA7xg5KP7dowmQ3d2JVdabIHvs3Hx4K3d5uCf8xg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-freebsd-x64": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.0.tgz", + "integrity": "sha512-qBudxDvAa2QwGlq9y7VIzhTvp2mLJ6nD/G8/tI70DCDoneaUeLWBJaPcbfzqRIWraj+o969aDQKvKW9dvkUizw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.0.tgz", + "integrity": "sha512-7XKkitpy5NIjFZNUQPeUyNJNJn1CJeV7rmMR+exHfTuOsg8rxIO9eNV5TSEnqRcaOK77zQpsyUkBWmPy8FgdSg==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.0.tgz", + "integrity": "sha512-Mff5a5Q3WoQR01pGU1gr29hHM1N93xYrKkGXfPw/aRtK4bOc331Ho4Tgfsm5WDGvpevqMpdlkCojT3qlCQbCpA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.0.tgz", + "integrity": "sha512-XKcSStleEVnbH6W/9DHzZv1YhjE4eSS6zOu2eRtYAIh7aV4o3vIBs+t/B15xlqoxt6ef/0uiqJVB6hkHjWD/0A==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-gnu": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.0.tgz", + "integrity": "sha512-/hlXCBqn9K6fi7eAM0RsobHwJYa5V/xzWspVTzxnX+Ft9v6n+30Pz8+RxCn7sQL/vRHHLS30iQPrHQunu6/vJA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-musl": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.0.tgz", + "integrity": "sha512-lKUaygq4G7sWkhQbfdRRBkaq4LY39IriqBQ+Gk6l5nKq6Ay2M2ZZb1tlIyRNgZKS8cbErTwuYSor0IIULC0SHw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.0.tgz", + "integrity": "sha512-xuDjhAsFdUuFP5W9Ze4k/o4AskUtI8bcAGU4puTYprr89QaYFmhYOPfP+d1pH+k9ets6RoE23BXZM1X1jJqoyw==", + "bundleDependencies": [ + "@napi-rs/wasm-runtime", + "@emnapi/core", + "@emnapi/runtime", + "@tybys/wasm-util", + "@emnapi/wasi-threads", + "tslib" + ], + "cpu": [ + "wasm32" + ], + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.8.1", + "@emnapi/runtime": "^1.8.1", + "@emnapi/wasi-threads": "^1.1.0", + "@napi-rs/wasm-runtime": "^1.1.1", + "@tybys/wasm-util": "^0.10.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.0.tgz", + "integrity": "sha512-2UU/15y1sWDEDNJXxEIrfWKC2Yb4YgIW5Xz2fKFqGzFWfoMHWFlfa1EJlGO2Xzjkq/tvSarh9ZTjvbxqWvLLXA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.0.tgz", + "integrity": "sha512-CrFadmFoc+z76EV6LPG1jx6XceDsaCG3lFhyLNo/bV9ByPrE+FnBPckXQVP4XRkN76h3Fjt/a+5Er/oA/nCBvQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/postcss": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.0.tgz", + "integrity": "sha512-u6YBacGpOm/ixPfKqfgrJEjMfrYmPD7gEFRoygS/hnQaRtV0VCBdpkx5Ouw9pnaLRwwlgGCuJw8xLpaR0hOrQg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "@tailwindcss/node": "4.2.0", + "@tailwindcss/oxide": "4.2.0", + "postcss": "^8.5.6", + "tailwindcss": "4.2.0" + } + }, + "node_modules/@tailwindcss/typography": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", + "integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-selector-parser": "6.0.10" + }, + "peerDependencies": { + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" + } + }, + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@tailwindcss/vite": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.0.tgz", + "integrity": "sha512-da9mFCaHpoOgtQiWtDGIikTrSpUFBtIZCG3jy/u2BGV+l/X1/pbxzmIUxNt6JWm19N3WtGi4KlJdSH/Si83WOA==", + "license": "MIT", + "dependencies": { + "@tailwindcss/node": "4.2.0", + "@tailwindcss/oxide": "4.2.0", + "tailwindcss": "4.2.0" + }, + "peerDependencies": { + "vite": "^5.2.0 || ^6 || ^7" + } + }, + "node_modules/@tanstack/query-core": { + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.76.0.tgz", + "integrity": "sha512-FN375hb8ctzfNAlex5gHI6+WDXTNpe0nbxp/d2YJtnP+IBM6OUm7zcaoCW6T63BawGOYZBbKC0iPvr41TteNVg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tanstack/react-query": { + "version": "5.76.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.76.1.tgz", + "integrity": "sha512-YxdLZVGN4QkT5YT1HKZQWiIlcgauIXEIsMOTSjvyD5wLYK8YVvKZUPAysMqossFJJfDpJW3pFn7WNZuPOqq+fw==", + "license": "MIT", + "dependencies": { + "@tanstack/query-core": "5.76.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "react": "^18 || ^19" + } + }, + "node_modules/@tanstack/react-table": { + "version": "8.21.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.21.3.tgz", + "integrity": "sha512-5nNMTSETP4ykGegmVkhjcS8tTLW6Vl4axfEGQN3v0zdHYbK4UfoqfPChclTrJ4EoK9QynqAu9oUf8VEmrpZ5Ww==", + "license": "MIT", + "dependencies": { + "@tanstack/table-core": "8.21.3" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "react": ">=16.8", + "react-dom": ">=16.8" + } + }, + "node_modules/@tanstack/table-core": { + "version": "8.21.3", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz", + "integrity": "sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tiptap/core": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.26.3.tgz", + "integrity": "sha512-TaOJzu2v5ufsOx+yu94NqXE504zmupVdFCxH1g3hk5fzZ3gT57Lh9R/27OjwM4e6o+Z3DXDl8yfFMHIcR3zUkg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-blockquote": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-2.26.3.tgz", + "integrity": "sha512-brz8+wh03TuMevNUztTSC9BzZEsLCNakPJCCicD8FRpBJoLj4benT6T3GYVdMhkk4BmhpruSFZB0FPY+rxCVlA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-bold": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-2.26.3.tgz", + "integrity": "sha512-ssXKQxSwQ+Webv65emK/A1d13iTvnfbw8I2wlzuxsrMChyb4wH2HyqI5N4g0FpLqCpkXFumforoY+0XKktve+w==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-bubble-menu": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.26.3.tgz", + "integrity": "sha512-vliC5bv/md4qkguqqL8w7LW8jnXBD1FLdSMDavHRVwdRaRnEfLRAIY7Oxtc1Voy3+762tfn912TuwDlCOPsNSQ==", + "license": "MIT", + "dependencies": { + "tippy.js": "^6.3.7" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-bullet-list": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-2.26.3.tgz", + "integrity": "sha512-pfBMOup1JbXgf2aVTtG1A5t7qFZJrpD+wNPuypjF2YWmCl/pAlwbPFz9hNuWyZq14+QoQg5tML1/G1M7cgrrtw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-code": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-2.26.3.tgz", + "integrity": "sha512-bAkUNzV+tA1J1RYbtbAGTFqkRw9+yRpAd+d3S9jy/dAD+uOe1ZD1EIngyEf2GTonnoy4bpDYtytbCjUt9PozoA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-code-block": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-2.26.3.tgz", + "integrity": "sha512-3DbzKRfMqw9EGS7mGkpyopbRWTO+qpV52Mby4Ll2+OfhvGnHzSN4Q7xOsp+VeZr14GMEmua5Oq2e/gRypqXatQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-color": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-color/-/extension-color-2.26.3.tgz", + "integrity": "sha512-ijwfLpLWXDi797aKtQLPnMYrIQuC2g/Sqw+1k+tDNCfAgqK1LaALGiqf8j1vAcdE0tHdl37PIjud3Qv0hh6J5w==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/extension-text-style": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-document": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-2.26.3.tgz", + "integrity": "sha512-gcJg4Otchilr4eSUwhPNwbhPUkEYvXhkUZ/1MAhVGD40Ovq2P8ZWkJipA3tKOCJinL5MJK59ccZBstnKSTw+JA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-dropcursor": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-2.26.3.tgz", + "integrity": "sha512-54rgDTmRStVmXZR7KdCvSOCAbumh5luXgticUkRM8OM8PBe1c0T9X8jfV7+XEFGugRVl8mtCZZpgUt5vhuxHog==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-floating-menu": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.26.3.tgz", + "integrity": "sha512-i2dsIMa0L6vjCPnTiXjPZXZqUu3sIIIAI+E1T4p0FsGYjjPTmN+AgkJqeO3bbe5XHmWcWKtgQevNCMF0kmU5rQ==", + "license": "MIT", + "dependencies": { + "tippy.js": "^6.3.7" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-gapcursor": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-2.26.3.tgz", + "integrity": "sha512-ZDNSkpz7ik2PJOjrys27rwko5Ufe6GtLjaAxjvkWmyzcgAOTadDeth9NaRdBVMDGgSLBKbXihYZZXLkiAP9RLA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-hard-break": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-2.26.3.tgz", + "integrity": "sha512-KJWUi+2KOZejVRb2KI0NM3LgCpNimxcunbOCKsZKygV/UByzhUl7UaCAIa+ySMM+kbu/Ec3hkTzafGfaU9ZkLg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-heading": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-2.26.3.tgz", + "integrity": "sha512-bp7YildFOustuGJGl8TInG26h7xbcpBKskm49TjwyBjUqRHPGH4V11554afStAr+bsTlPN4TDXt7extvq3UYLA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-history": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.26.3.tgz", + "integrity": "sha512-Qg4+WWf/hDgiBspxLbrhrIFUy7lzi2eBKPSoF/haEYFw/t/FeN60NXYYYtpLimUNpUzyJSOSIwsngFcVJO5X+g==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-horizontal-rule": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.26.3.tgz", + "integrity": "sha512-NhlJEDj0b/P1Rj4UOMgt4CjS4IXEhXQFsdiXmsYZxchfr4J72HrsOfZs4vAqIQbkrLgUlYEr/DGMNWzME78FrA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-image": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.26.3.tgz", + "integrity": "sha512-juAAY1QuzCgfl66Q8AHITLVKbwXpv+BmLNCi8Cl4j6a+IkySzcS8gENJee0hMMyRvc9K1U75o4vokvy580u4kA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-italic": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-2.26.3.tgz", + "integrity": "sha512-DJX31JQsyerqoNM+hAtbjHoJ42W/EpnMMCtQr/gRS8ssEdrVtcDDhSO2tkaP6dNjhG8zH2hKYsXpLCCFdDgvwg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-link": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-2.26.3.tgz", + "integrity": "sha512-cNYqAeiaG/65ctVEUOHt1MQnTF1JcdZqBkN9pLf3grzcmkmdr3w1/JbKOphZc84vOB2rxuhGZx9NFV2lrC5Qwg==", + "license": "MIT", + "dependencies": { + "linkifyjs": "^4.3.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-list-item": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-2.26.3.tgz", + "integrity": "sha512-9qU0SoC+tDSKYhfdWFS3dkioEk3ml1ycBeRmOxh7h+w0ezmTomiT5yvc9t3KM30ps8n1p78sIPo19GF65u1dFQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-ordered-list": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-2.26.3.tgz", + "integrity": "sha512-x6G0qA7dAvSq+kphA7P64m+ScoVEAW8s9pl7o3jIJzcIW/LrbL1xkyOjbgCvGEvwyQVsgyqtLQDQ2oeloosDBw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-paragraph": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.26.3.tgz", + "integrity": "sha512-eBC5UsaTJRUMhePtK1dcCAfes0CpqqFiewpIM0lWk4XMtpG2aoczVVVkImybbFKfqsvEEo3vgHJ2YiE5YZFCSg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-strike": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-2.26.3.tgz", + "integrity": "sha512-Po3al5hP0IwvHHIHYy3DbUvCD/kbYTsi3sWTjPAB9QgqaoJGl+jyhIyha8FsR+U3MCIIJIekMktI5o1+ySMGpg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-task-item": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-task-item/-/extension-task-item-2.26.3.tgz", + "integrity": "sha512-Pe2B/57qNPW1XlH44qdwYeKyBGYKw6TiPXg1pvdhu9zyUglu4J4gbvvn224Z5D9IHlSbPSxr4ss6DNm5S64I/w==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-task-list": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-task-list/-/extension-task-list-2.26.3.tgz", + "integrity": "sha512-VSQlU9m3uQ9ReJ4CYM6+IOepLdvNHBA6P/ti/bArb0vUseDfkx0KsQINTmxnXLPF+NLQnk1uXVk5/TJg1+OdMg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-text": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-2.26.3.tgz", + "integrity": "sha512-sGRbX96ss4jQeKw9d0iphuAWja8Dv4w4ryTDKfxD7Lizx3UaIxQB/y+Wna89tM3kfbi/qJcrD3AF7NJgfc/tEA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-text-align": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text-align/-/extension-text-align-2.26.3.tgz", + "integrity": "sha512-5PU2vMUKt53EVdxFqiuPockKKGeZxipwEq6fT5OZeqz3TUWiF61bO/xkwlXzfWSNm1ZkEmrkebtaeKrH4Wu22g==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-text-style": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-2.26.3.tgz", + "integrity": "sha512-B+t6k41xtmlIxyi0r+g8MAShGMCK6kmz8EdxoLAUVrlCxYWVk6qvzoojZbjQKlb2sE+idIo4X5yCcKpdkxFe0w==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/extension-underline": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-2.26.3.tgz", + "integrity": "sha512-FXQUiHjvKDIpU9Bg+fV7UqQnEjhGvVQUnrf9VOI1/9hm+GWWxAfV2asRiZgV6jeBvNJWYzUGzvQUN6vFzmVbdw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0" + } + }, + "node_modules/@tiptap/pm": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-2.26.3.tgz", + "integrity": "sha512-8gUmdxWlUevmgq2mNvGxvf2CpDW097tVKECMWKEn8sf846kXv3CoqaGRhI3db4kfR+09uWZeRM7rtrjRBmUThg==", + "license": "MIT", + "dependencies": { + "prosemirror-changeset": "^2.3.0", + "prosemirror-collab": "^1.3.1", + "prosemirror-commands": "^1.6.2", + "prosemirror-dropcursor": "^1.8.1", + "prosemirror-gapcursor": "^1.3.2", + "prosemirror-history": "^1.4.1", + "prosemirror-inputrules": "^1.4.0", + "prosemirror-keymap": "^1.2.2", + "prosemirror-markdown": "^1.13.1", + "prosemirror-menu": "^1.2.4", + "prosemirror-model": "^1.23.0", + "prosemirror-schema-basic": "^1.2.3", + "prosemirror-schema-list": "^1.4.1", + "prosemirror-state": "^1.4.3", + "prosemirror-tables": "^1.6.4", + "prosemirror-trailing-node": "^3.0.0", + "prosemirror-transform": "^1.10.2", + "prosemirror-view": "^1.37.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + } + }, + "node_modules/@tiptap/react": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/react/-/react-2.26.3.tgz", + "integrity": "sha512-4g7pbdyawIO5YZXJQMwNv0dptblV4QUa7T/BYHe+PjAm4H+OeQbo7UmbxU427u8hPt1PhXZjbvT7D5i3r/MXCw==", + "license": "MIT", + "dependencies": { + "@tiptap/extension-bubble-menu": "^2.26.3", + "@tiptap/extension-floating-menu": "^2.26.3", + "@types/use-sync-external-store": "^0.0.6", + "fast-deep-equal": "^3", + "use-sync-external-store": "^1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.7.0", + "@tiptap/pm": "^2.7.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/@tiptap/starter-kit": { + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-2.26.3.tgz", + "integrity": "sha512-hznj/j+mFIuKfNB0ToaZVcVjdtpSOHoBoX3ocSz9BaYCtK+nX1c0gTlfbJ1BcpYUZNtqG+tpUeIfvXifRkq/OQ==", + "license": "MIT", + "dependencies": { + "@tiptap/core": "^2.26.3", + "@tiptap/extension-blockquote": "^2.26.3", + "@tiptap/extension-bold": "^2.26.3", + "@tiptap/extension-bullet-list": "^2.26.3", + "@tiptap/extension-code": "^2.26.3", + "@tiptap/extension-code-block": "^2.26.3", + "@tiptap/extension-document": "^2.26.3", + "@tiptap/extension-dropcursor": "^2.26.3", + "@tiptap/extension-gapcursor": "^2.26.3", + "@tiptap/extension-hard-break": "^2.26.3", + "@tiptap/extension-heading": "^2.26.3", + "@tiptap/extension-history": "^2.26.3", + "@tiptap/extension-horizontal-rule": "^2.26.3", + "@tiptap/extension-italic": "^2.26.3", + "@tiptap/extension-list-item": "^2.26.3", + "@tiptap/extension-ordered-list": "^2.26.3", + "@tiptap/extension-paragraph": "^2.26.3", + "@tiptap/extension-strike": "^2.26.3", + "@tiptap/extension-text": "^2.26.3", + "@tiptap/extension-text-style": "^2.26.3", + "@tiptap/pm": "^2.26.3" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.27.0", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", + "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", + "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.28.2" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.6", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", + "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/cookie": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", + "license": "MIT" + }, + "node_modules/@types/d3-array": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz", + "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==", + "license": "MIT" + }, + "node_modules/@types/d3-color": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", + "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", + "license": "MIT" + }, + "node_modules/@types/d3-ease": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", + "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", + "license": "MIT" + }, + "node_modules/@types/d3-interpolate": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", + "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", + "license": "MIT", + "dependencies": { + "@types/d3-color": "*" + } + }, + "node_modules/@types/d3-path": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", + "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==", + "license": "MIT" + }, + "node_modules/@types/d3-scale": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz", + "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==", + "license": "MIT", + "dependencies": { + "@types/d3-time": "*" + } + }, + "node_modules/@types/d3-shape": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz", + "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==", + "license": "MIT", + "dependencies": { + "@types/d3-path": "*" + } + }, + "node_modules/@types/d3-time": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", + "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", + "license": "MIT" + }, + "node_modules/@types/d3-timer": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", + "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", + "license": "MIT" + }, + "node_modules/@types/esrecurse": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz", + "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "license": "MIT" + }, + "node_modules/@types/express": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz", + "integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.19.7", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.7.tgz", + "integrity": "sha512-FvPtiIf1LfhzsaIXhv/PHan/2FeQBbtBDtfX2QfvPxdUelMDEckK08SM6nqo1MIZY3RUlfA+HV8+hFUSio78qg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/http-errors": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", + "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "license": "MIT" + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", + "license": "MIT", + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", + "license": "MIT", + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==", + "license": "MIT" + }, + "node_modules/@types/lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/markdown-it": { + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz", + "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==", + "license": "MIT", + "dependencies": { + "@types/linkify-it": "^5", + "@types/mdurl": "^2" + } + }, + "node_modules/@types/mdurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz", + "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==", + "license": "MIT" + }, + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/node": { + "version": "20.19.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.21.tgz", + "integrity": "sha512-CsGG2P3I5y48RPMfprQGfy4JPRZ6csfC3ltBZSRItG3ngggmNY/qs2uZKp4p9VbrpqNNSMzUZNFZKzgOGnd/VA==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.21.0" + } + }, + "node_modules/@types/offscreencanvas": { + "version": "2019.7.3", + "resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz", + "integrity": "sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A==", + "license": "MIT" + }, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "license": "MIT" + }, + "node_modules/@types/prop-types": { + "version": "15.7.15", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", + "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/@types/qs": { + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/react": { + "version": "18.3.26", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.26.tgz", + "integrity": "sha512-RFA/bURkcKzx/X9oumPG9Vp3D3JUgus/d0b67KB0t5S/raciymilkOa66olh78MUI92QLbEJevO7rvqU/kjwKA==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "@types/prop-types": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-dom": { + "version": "18.3.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz", + "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "@types/react": "^18.0.0" + } + }, + "node_modules/@types/send": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.0.tgz", + "integrity": "sha512-zBF6vZJn1IaMpg3xUF25VK3gd3l8zwE0ZLRX7dsQyQi+jp4E8mMDJNGDYnYse+bQhYwWERTxVwHpi3dMOq7RKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.9.tgz", + "integrity": "sha512-dOTIuqpWLyl3BBXU3maNQsS4A3zuuoYRNIvYSxxhebPfXg2mzWQEPne/nlJ37yOse6uGgR386uTpdsx4D0QZWA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*", + "@types/send": "<1" + } + }, + "node_modules/@types/serve-static/node_modules/@types/send": { + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz", + "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/use-sync-external-store": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz", + "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==", + "license": "MIT" + }, + "node_modules/@types/yargs": { + "version": "17.0.33", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", + "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", + "license": "MIT", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", + "license": "MIT" + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz", + "integrity": "sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/regexpp": "^4.12.2", + "@typescript-eslint/scope-manager": "8.56.1", + "@typescript-eslint/type-utils": "8.56.1", + "@typescript-eslint/utils": "8.56.1", + "@typescript-eslint/visitor-keys": "8.56.1", + "ignore": "^7.0.5", + "natural-compare": "^1.4.0", + "ts-api-utils": "^2.4.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^8.56.1", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", + "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.56.1.tgz", + "integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/scope-manager": "8.56.1", + "@typescript-eslint/types": "8.56.1", + "@typescript-eslint/typescript-estree": "8.56.1", + "@typescript-eslint/visitor-keys": "8.56.1", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/project-service": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.56.1.tgz", + "integrity": "sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.56.1", + "@typescript-eslint/types": "^8.56.1", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz", + "integrity": "sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.56.1", + "@typescript-eslint/visitor-keys": "8.56.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz", + "integrity": "sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz", + "integrity": "sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.56.1", + "@typescript-eslint/typescript-estree": "8.56.1", + "@typescript-eslint/utils": "8.56.1", + "debug": "^4.4.3", + "ts-api-utils": "^2.4.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz", + "integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz", + "integrity": "sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/project-service": "8.56.1", + "@typescript-eslint/tsconfig-utils": "8.56.1", + "@typescript-eslint/types": "8.56.1", + "@typescript-eslint/visitor-keys": "8.56.1", + "debug": "^4.4.3", + "minimatch": "^10.2.2", + "semver": "^7.7.3", + "tinyglobby": "^0.2.15", + "ts-api-utils": "^2.4.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.56.1.tgz", + "integrity": "sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/scope-manager": "8.56.1", + "@typescript-eslint/types": "8.56.1", + "@typescript-eslint/typescript-estree": "8.56.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz", + "integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.56.1", + "eslint-visitor-keys": "^5.0.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@vitejs/plugin-react": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz", + "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.28.0", + "@babel/plugin-transform-react-jsx-self": "^7.27.1", + "@babel/plugin-transform-react-jsx-source": "^7.27.1", + "@rolldown/pluginutils": "1.0.0-beta.27", + "@types/babel__core": "^7.20.5", + "react-refresh": "^0.17.0" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + } + }, + "node_modules/@vitejs/plugin-react-swc": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.11.0.tgz", + "integrity": "sha512-YTJCGFdNMHCMfjODYtxRNVAYmTWQ1Lb8PulP/2/f/oEEtglw8oKxKIZmmRkyXrVrHfsKOaVkAc3NT9/dMutO5w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rolldown/pluginutils": "1.0.0-beta.27", + "@swc/core": "^1.12.11" + }, + "peerDependencies": { + "vite": "^4 || ^5 || ^6 || ^7" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.13.5.tgz", + "integrity": "sha512-WezcBo8a0Dg2rnR82zhwoR6aRNxeTGfK5QCD6TQ+kg3xx/zNT02s/0o+81h/3zhvFSB24NtqEr8FTw88O5W/JQ==", + "dev": true, + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "@swc/counter": "^0.1.3", + "@swc/types": "^0.1.24" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/swc" + }, + "optionalDependencies": { + "@swc/core-darwin-arm64": "1.13.5", + "@swc/core-darwin-x64": "1.13.5", + "@swc/core-linux-arm-gnueabihf": "1.13.5", + "@swc/core-linux-arm64-gnu": "1.13.5", + "@swc/core-linux-arm64-musl": "1.13.5", + "@swc/core-linux-x64-gnu": "1.13.5", + "@swc/core-linux-x64-musl": "1.13.5", + "@swc/core-win32-arm64-msvc": "1.13.5", + "@swc/core-win32-ia32-msvc": "1.13.5", + "@swc/core-win32-x64-msvc": "1.13.5" + }, + "peerDependencies": { + "@swc/helpers": ">=0.5.17" + }, + "peerDependenciesMeta": { + "@swc/helpers": { + "optional": true + } + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-darwin-arm64": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.13.5.tgz", + "integrity": "sha512-lKNv7SujeXvKn16gvQqUQI5DdyY8v7xcoO3k06/FJbHJS90zEwZdQiMNRiqpYw/orU543tPaWgz7cIYWhbopiQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-darwin-x64": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.13.5.tgz", + "integrity": "sha512-ILd38Fg/w23vHb0yVjlWvQBoE37ZJTdlLHa8LRCFDdX4WKfnVBiblsCU9ar4QTMNdeTBEX9iUF4IrbNWhaF1Ng==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-linux-arm-gnueabihf": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.13.5.tgz", + "integrity": "sha512-Q6eS3Pt8GLkXxqz9TAw+AUk9HpVJt8Uzm54MvPsqp2yuGmY0/sNaPPNVqctCX9fu/Nu8eaWUen0si6iEiCsazQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-linux-arm64-gnu": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.13.5.tgz", + "integrity": "sha512-aNDfeN+9af+y+M2MYfxCzCy/VDq7Z5YIbMqRI739o8Ganz6ST+27kjQFd8Y/57JN/hcnUEa9xqdS3XY7WaVtSw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-linux-arm64-musl": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.13.5.tgz", + "integrity": "sha512-9+ZxFN5GJag4CnYnq6apKTnnezpfJhCumyz0504/JbHLo+Ue+ZtJnf3RhyA9W9TINtLE0bC4hKpWi8ZKoETyOQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-linux-x64-gnu": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.13.5.tgz", + "integrity": "sha512-WD530qvHrki8Ywt/PloKUjaRKgstQqNGvmZl54g06kA+hqtSE2FTG9gngXr3UJxYu/cNAjJYiBifm7+w4nbHbA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-linux-x64-musl": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.13.5.tgz", + "integrity": "sha512-Luj8y4OFYx4DHNQTWjdIuKTq2f5k6uSXICqx+FSabnXptaOBAbJHNbHT/06JZh6NRUouaf0mYXN0mcsqvkhd7Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-win32-arm64-msvc": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.13.5.tgz", + "integrity": "sha512-cZ6UpumhF9SDJvv4DA2fo9WIzlNFuKSkZpZmPG1c+4PFSEMy5DFOjBSllCvnqihCabzXzpn6ykCwBmHpy31vQw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-win32-ia32-msvc": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.13.5.tgz", + "integrity": "sha512-C5Yi/xIikrFUzZcyGj9L3RpKljFvKiDMtyDzPKzlsDrKIw2EYY+bF88gB6oGY5RGmv4DAX8dbnpRAqgFD0FMEw==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@vitejs/plugin-react-swc/node_modules/@swc/core-win32-x64-msvc": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.13.5.tgz", + "integrity": "sha512-YrKdMVxbYmlfybCSbRtrilc6UA8GF5aPmGKBdPvjrarvsmf4i7ZHGCEnLtfOMd3Lwbs2WUZq3WdMbozYeLU93Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@web3-storage/multipart-parser": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@web3-storage/multipart-parser/-/multipart-parser-1.0.0.tgz", + "integrity": "sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==", + "license": "(Apache-2.0 AND MIT)" + }, + "node_modules/@zxing/text-encoding": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@zxing/text-encoding/-/text-encoding-0.9.0.tgz", + "integrity": "sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==", + "license": "(Unlicense OR Apache-2.0)", + "optional": true + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "license": "MIT", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/abs-svg-path": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/abs-svg-path/-/abs-svg-path-0.1.1.tgz", + "integrity": "sha512-d8XPSGjfyzlXC3Xx891DJRyZfqk5JU0BJrDQcsWomFIV1/BIzPW5HDH5iDdWpqWaav0YVIEzT1RHTwWr0FFshA==", + "license": "MIT" + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/accepts/node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz", + "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "license": "MIT" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "license": "MIT" + }, + "node_modules/attr-accept": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.5.tgz", + "integrity": "sha512-0bDNnY/u6pPwHDMoF0FieU354oBi0a8rD9FcsLwzcGWbc8KS8KPIi7y+s13OlVY+gMWc/9xEMUgNE6Qm8ZllYQ==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/autoprefixer": { + "version": "10.4.24", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.24.tgz", + "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "browserslist": "^4.28.1", + "caniuse-lite": "^1.0.30001766", + "fraction.js": "^5.3.4", + "picocolors": "^1.1.1", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "license": "MIT", + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/axios": { + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", + "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10", + "npm": ">=6" + } + }, + "node_modules/babel-plugin-macros/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "license": "MIT", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/babel-plugin-macros/node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, + "node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/baseline-browser-mapping": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz", + "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.cjs" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/bidi-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz", + "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==", + "license": "MIT", + "dependencies": { + "require-from-string": "^2.0.2" + } + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/body-parser": { + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz", + "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==", + "license": "MIT", + "dependencies": { + "bytes": "~3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "~1.2.0", + "http-errors": "~2.0.1", + "iconv-lite": "~0.4.24", + "on-finished": "~2.4.1", + "qs": "~6.14.0", + "raw-body": "~2.5.3", + "type-is": "~1.6.18", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/http-errors": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", + "license": "MIT", + "dependencies": { + "depd": "~2.0.0", + "inherits": "~2.0.4", + "setprototypeof": "~1.2.0", + "statuses": "~2.0.2", + "toidentifier": "~1.0.1" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/body-parser/node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/brace-expansion": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz", + "integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/brotli": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz", + "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==", + "license": "MIT", + "dependencies": { + "base64-js": "^1.1.2" + } + }, + "node_modules/browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "license": "MIT", + "dependencies": { + "pako": "~1.0.5" + } + }, + "node_modules/browserslist": { + "version": "4.28.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", + "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "baseline-browser-mapping": "^2.9.0", + "caniuse-lite": "^1.0.30001759", + "electron-to-chromium": "^1.5.263", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.2.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "license": "MIT" + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cac": { + "version": "6.7.14", + "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", + "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/call-bind": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.0", + "es-define-property": "^1.0.0", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001774", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz", + "integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chokidar": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", + "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", + "dev": true, + "license": "MIT", + "dependencies": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.5.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.1" + } + }, + "node_modules/chroma-js": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/chroma-js/-/chroma-js-3.1.2.tgz", + "integrity": "sha512-IJnETTalXbsLx1eKEgx19d5L6SRM7cH4vINw/99p/M11HCuXGRWL+6YmCm7FWFGIo6dtWuQoQi1dc5yQ7ESIHg==", + "license": "(BSD-3-Clause AND Apache-2.0)" + }, + "node_modules/classnames": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", + "license": "MIT" + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-table": { + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz", + "integrity": "sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==", + "dev": true, + "dependencies": { + "colors": "1.0.3" + }, + "engines": { + "node": ">= 0.2.0" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/collect.js": { + "version": "4.36.1", + "resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.36.1.tgz", + "integrity": "sha512-jd97xWPKgHn6uvK31V6zcyPd40lUJd7gpYxbN2VOVxGWO4tyvS9Li4EpsFjXepGTo2tYcOTC4a8YsbQXMJ4XUw==", + "license": "MIT" + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" + }, + "node_modules/color-string": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "license": "MIT", + "dependencies": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "node_modules/colors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", + "integrity": "sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14" + } + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "license": "MIT", + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz", + "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "compressible": "~2.0.18", + "debug": "2.6.9", + "negotiator": "~0.6.4", + "on-headers": "~1.1.0", + "safe-buffer": "5.2.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "license": "MIT", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true, + "license": "MIT" + }, + "node_modules/cookie": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-parser": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz", + "integrity": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==", + "license": "MIT", + "dependencies": { + "cookie": "0.7.2", + "cookie-signature": "1.0.6" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/cookie-parser/node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "license": "MIT" + }, + "node_modules/cookie-signature": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz", + "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==", + "license": "MIT", + "engines": { + "node": ">=6.6.0" + } + }, + "node_modules/cosmiconfig": { + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", + "license": "MIT", + "dependencies": { + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0", + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/crelt": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", + "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==", + "license": "MIT" + }, + "node_modules/cross-env": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", + "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.1" + }, + "bin": { + "cross-env": "src/bin/cross-env.js", + "cross-env-shell": "src/bin/cross-env-shell.js" + }, + "engines": { + "node": ">=10.14", + "npm": ">=6", + "yarn": ">=1" + } + }, + "node_modules/cross-fetch": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz", + "integrity": "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==", + "license": "MIT", + "dependencies": { + "node-fetch": "^2.7.0" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/crypto-js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", + "license": "MIT" + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "license": "MIT", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "license": "MIT" + }, + "node_modules/d3-array": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", + "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", + "license": "ISC", + "dependencies": { + "internmap": "1 - 2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-color": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", + "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-ease": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", + "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-format": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", + "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-interpolate": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", + "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", + "license": "ISC", + "dependencies": { + "d3-color": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-path": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", + "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", + "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", + "license": "ISC", + "dependencies": { + "d3-array": "2.10.0 - 3", + "d3-format": "1 - 3", + "d3-interpolate": "1.2.0 - 3", + "d3-time": "2.1.1 - 3", + "d3-time-format": "2 - 4" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-shape": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", + "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", + "license": "ISC", + "dependencies": { + "d3-path": "^3.1.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", + "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", + "license": "ISC", + "dependencies": { + "d3-array": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time-format": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", + "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", + "license": "ISC", + "dependencies": { + "d3-time": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-timer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", + "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/data-uri-to-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", + "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==", + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/date-fns": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" + } + }, + "node_modules/dayjs": { + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz", + "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==", + "license": "MIT" + }, + "node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decimal.js-light": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz", + "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==", + "license": "MIT" + }, + "node_modules/decode-uri-component": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.4.1.tgz", + "integrity": "sha512-+8VxcR21HhTy8nOt6jf20w0c9CADrw1O8d+VZ/YzzCt4bJ3uBjw+D1q2osAB8RnpwwaeYBxy0HyKQxD5JBMuuQ==", + "license": "MIT", + "engines": { + "node": ">=14.16" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/defaults/node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "license": "MIT", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "license": "Apache-2.0", + "optional": true, + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/detect-node-es": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz", + "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==", + "license": "MIT" + }, + "node_modules/dfa": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz", + "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==", + "license": "MIT" + }, + "node_modules/dom-helpers": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", + "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" + } + }, + "node_modules/dotenv": { + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", + "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/electron-to-chromium": { + "version": "1.5.302", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz", + "integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==", + "dev": true, + "license": "ISC" + }, + "node_modules/embla-carousel": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz", + "integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==", + "license": "MIT", + "peer": true + }, + "node_modules/embla-carousel-react": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/embla-carousel-react/-/embla-carousel-react-8.6.0.tgz", + "integrity": "sha512-0/PjqU7geVmo6F734pmPqpyHqiM99olvyecY7zdweCw+6tKEXnrE90pBiBbMMU8s5tICemzpQ3hi5EpxzGW+JA==", + "license": "MIT", + "peer": true, + "dependencies": { + "embla-carousel": "8.6.0", + "embla-carousel-reactive-utils": "8.6.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + } + }, + "node_modules/embla-carousel-reactive-utils": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz", + "integrity": "sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==", + "license": "MIT", + "peer": true, + "peerDependencies": { + "embla-carousel": "8.6.0" + } + }, + "node_modules/emoji-regex": { + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", + "license": "MIT" + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz", + "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.3.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/error-ex": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", + "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/esbuild": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", + "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.25.12", + "@esbuild/android-arm": "0.25.12", + "@esbuild/android-arm64": "0.25.12", + "@esbuild/android-x64": "0.25.12", + "@esbuild/darwin-arm64": "0.25.12", + "@esbuild/darwin-x64": "0.25.12", + "@esbuild/freebsd-arm64": "0.25.12", + "@esbuild/freebsd-x64": "0.25.12", + "@esbuild/linux-arm": "0.25.12", + "@esbuild/linux-arm64": "0.25.12", + "@esbuild/linux-ia32": "0.25.12", + "@esbuild/linux-loong64": "0.25.12", + "@esbuild/linux-mips64el": "0.25.12", + "@esbuild/linux-ppc64": "0.25.12", + "@esbuild/linux-riscv64": "0.25.12", + "@esbuild/linux-s390x": "0.25.12", + "@esbuild/linux-x64": "0.25.12", + "@esbuild/netbsd-arm64": "0.25.12", + "@esbuild/netbsd-x64": "0.25.12", + "@esbuild/openbsd-arm64": "0.25.12", + "@esbuild/openbsd-x64": "0.25.12", + "@esbuild/openharmony-arm64": "0.25.12", + "@esbuild/sunos-x64": "0.25.12", + "@esbuild/win32-arm64": "0.25.12", + "@esbuild/win32-ia32": "0.25.12", + "@esbuild/win32-x64": "0.25.12" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.2.tgz", + "integrity": "sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.8.0", + "@eslint-community/regexpp": "^4.12.2", + "@eslint/config-array": "^0.23.2", + "@eslint/config-helpers": "^0.5.2", + "@eslint/core": "^1.1.0", + "@eslint/plugin-kit": "^0.6.0", + "@humanfs/node": "^0.16.6", + "@humanwhocodes/module-importer": "^1.0.1", + "@humanwhocodes/retry": "^0.4.2", + "@types/estree": "^1.0.6", + "ajv": "^6.14.0", + "cross-spawn": "^7.0.6", + "debug": "^4.3.2", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^9.1.1", + "eslint-visitor-keys": "^5.0.1", + "espree": "^11.1.1", + "esquery": "^1.7.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^8.0.0", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "minimatch": "^10.2.1", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } + } + }, + "node_modules/eslint-plugin-lingui": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lingui/-/eslint-plugin-lingui-0.11.0.tgz", + "integrity": "sha512-O2Ixoapt5fa4VKZJgXhVwb6BHnzByIUDNMfZOhHWGMYk40GfGCho4MUfspLVrHAFLimgBPKXtCcJ8GC4YNZmfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/utils": "^8.0.0", + "micromatch": "^4.0.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "eslint": "^8.37.0 || ^9.0.0" + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", + "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + } + }, + "node_modules/eslint-plugin-react-refresh": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.3.5.tgz", + "integrity": "sha512-61qNIsc7fo9Pp/mju0J83kzvLm0Bsayu7OQSLEoJxLDCBjIIyb87bkzufoOvdDxLkSlMfkF7UxomC4+eztUBSA==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "eslint": ">=7" + } + }, + "node_modules/eslint-scope": { + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.1.tgz", + "integrity": "sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "@types/esrecurse": "^4.3.1", + "@types/estree": "^1.0.8", + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/node_modules/eslint-visitor-keys": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/esm": { + "version": "3.2.25", + "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", + "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/espree": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-11.1.1.tgz", + "integrity": "sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.16.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^5.0.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/espree/node_modules/eslint-visitor-keys": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esquery": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz", + "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "license": "MIT" + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "license": "MIT", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/express": { + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz", + "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==", + "license": "MIT", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "~1.20.3", + "content-disposition": "~0.5.4", + "content-type": "~1.0.4", + "cookie": "~0.7.1", + "cookie-signature": "~1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.3.1", + "fresh": "~0.5.2", + "http-errors": "~2.0.0", + "merge-descriptors": "1.0.3", + "methods": "~1.1.2", + "on-finished": "~2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "~0.1.12", + "proxy-addr": "~2.0.7", + "qs": "~6.14.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "~0.19.0", + "serve-static": "~1.16.2", + "setprototypeof": "1.2.0", + "statuses": "~2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/express/node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "license": "MIT" + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" + }, + "node_modules/fast-equals": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.3.2.tgz", + "integrity": "sha512-6rxyATwPCkaFIL3JLqw8qXqMpIZ942pTX/tbQFkRsDGblS8tNGtlUauA/+mt6RUfqn/4MoEr+WDkYoIQbibWuQ==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/fast-glob": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.8" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fastq": { + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", + "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "flat-cache": "^4.0.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/file-selector": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/file-selector/-/file-selector-2.1.2.tgz", + "integrity": "sha512-QgXo+mXTe8ljeqUFaX3QVHc5osSItJ/Km+xpocx0aSqWGMSCf6qYs/VnzZgS864Pjn5iceMRFigeAV7AfTlaig==", + "license": "MIT", + "dependencies": { + "tslib": "^2.7.0" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/filter-obj": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-5.1.0.tgz", + "integrity": "sha512-qWeTREPoT7I0bifpPUXtxkZJ1XJzxWtfoWWkdVGqa+eCr3SHW/Ocp89o8vLvbUuQnadybJpjOKu4V+RwO6sGng==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/finalhandler": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.4" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/flatted": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", + "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", + "dev": true, + "license": "ISC" + }, + "node_modules/follow-redirects": { + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", + "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/fontkit": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz", + "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==", + "license": "MIT", + "dependencies": { + "@swc/helpers": "^0.5.12", + "brotli": "^1.3.2", + "clone": "^2.1.2", + "dfa": "^1.2.0", + "fast-deep-equal": "^3.1.3", + "restructure": "^3.0.0", + "tiny-inflate": "^1.0.3", + "unicode-properties": "^1.4.0", + "unicode-trie": "^2.0.0" + } + }, + "node_modules/for-each": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", + "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "dev": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fraction.js": { + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", + "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/rawify" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-nonce": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz", + "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/glob": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz", + "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "foreground-child": "^3.3.1", + "jackspeak": "^4.1.1", + "minimatch": "^10.1.1", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^2.0.0" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC" + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hsl-to-hex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsl-to-hex/-/hsl-to-hex-1.0.0.tgz", + "integrity": "sha512-K6GVpucS5wFf44X0h2bLVRDsycgJmf9FF2elg+CrqD8GcFU8c6vYhgXn8NjUkFCwj+xDFb70qgLbTUm6sxwPmA==", + "license": "MIT", + "dependencies": { + "hsl-to-rgb-for-reals": "^1.1.0" + } + }, + "node_modules/hsl-to-rgb-for-reals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/hsl-to-rgb-for-reals/-/hsl-to-rgb-for-reals-1.1.1.tgz", + "integrity": "sha512-LgOWAkrN0rFaQpfdWBQlv/VhkOxb5AsBjk6NQVx4yEzWS923T07X0M1Y0VNko2H52HeSpZrZNNMJ0aFqsdVzQg==", + "license": "ISC" + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "license": "MIT", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/hyphen": { + "version": "1.10.6", + "resolved": "https://registry.npmjs.org/hyphen/-/hyphen-1.10.6.tgz", + "integrity": "sha512-fXHXcGFTXOvZTSkPJuGOQf5Lv5T/R2itiiCVPg9LxAje5D00O0pP83yJShFq5V89Ly//Gt6acj7z8pbBr34stw==", + "license": "ISC" + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/immutable": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz", + "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/import-fresh": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-from-esm": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/import-from-esm/-/import-from-esm-1.3.4.tgz", + "integrity": "sha512-7EyUlPFC0HOlBDpUFGfYstsU7XHxZJKAAMzCT8wZ0hMW7b+hG51LIKTDcsgtz8Pu6YC0HqRVbX+rVUtsGMUKvg==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4", + "import-meta-resolve": "^4.0.0" + }, + "engines": { + "node": ">=16.20" + } + }, + "node_modules/import-meta-resolve": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz", + "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/internmap": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", + "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-arguments": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz", + "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "license": "MIT" + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-function": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-observable": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-observable/-/is-observable-2.1.0.tgz", + "integrity": "sha512-DailKdLb0WU+xX8K5w7VsJhapwHLZ9jjmazqCJq4X12CTgqq73TKnbRcnSLuXYPOoLQgV5IrD7ePiX/h1vnkBw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-regex": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", + "license": "MIT", + "dependencies": { + "which-typed-array": "^1.1.16" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-url": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz", + "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==", + "license": "MIT" + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC" + }, + "node_modules/jackspeak": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz", + "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^9.0.0" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/jay-peg": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/jay-peg/-/jay-peg-1.1.1.tgz", + "integrity": "sha512-D62KEuBxz/ip2gQKOEhk/mx14o7eiFRaU+VNNSP4MOiIkwb/D6B3G1Mfas7C/Fit8EsSV2/IWjZElx/Gs6A4ww==", + "license": "MIT", + "dependencies": { + "restructure": "^3.0.0" + } + }, + "node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "license": "MIT", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-validate": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jiti": { + "version": "1.21.7", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", + "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", + "license": "MIT", + "bin": { + "jiti": "bin/jiti.js" + } + }, + "node_modules/js-sha256": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/js-sha256/-/js-sha256-0.10.1.tgz", + "integrity": "sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw==", + "license": "MIT" + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "license": "MIT" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/klona": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lightningcss": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz", + "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==", + "license": "MPL-2.0", + "dependencies": { + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-android-arm64": "1.31.1", + "lightningcss-darwin-arm64": "1.31.1", + "lightningcss-darwin-x64": "1.31.1", + "lightningcss-freebsd-x64": "1.31.1", + "lightningcss-linux-arm-gnueabihf": "1.31.1", + "lightningcss-linux-arm64-gnu": "1.31.1", + "lightningcss-linux-arm64-musl": "1.31.1", + "lightningcss-linux-x64-gnu": "1.31.1", + "lightningcss-linux-x64-musl": "1.31.1", + "lightningcss-win32-arm64-msvc": "1.31.1", + "lightningcss-win32-x64-msvc": "1.31.1" + } + }, + "node_modules/lightningcss-android-arm64": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz", + "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-arm64": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz", + "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz", + "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz", + "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz", + "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==", + "cpu": [ + "arm" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz", + "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz", + "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz", + "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz", + "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz", + "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz", + "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss/node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/linebreak": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/linebreak/-/linebreak-1.1.0.tgz", + "integrity": "sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==", + "license": "MIT", + "dependencies": { + "base64-js": "0.0.8", + "unicode-trie": "^2.0.0" + } + }, + "node_modules/linebreak/node_modules/base64-js": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz", + "integrity": "sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "license": "MIT" + }, + "node_modules/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", + "license": "MIT", + "dependencies": { + "uc.micro": "^2.0.0" + } + }, + "node_modules/linkifyjs": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz", + "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==", + "license": "MIT" + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" + }, + "node_modules/lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", + "deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.", + "license": "MIT" + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/magic-string": { + "version": "0.30.21", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.5" + } + }, + "node_modules/markdown-it": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz", + "integrity": "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==", + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1", + "entities": "^4.4.0", + "linkify-it": "^5.0.0", + "mdurl": "^2.0.0", + "punycode.js": "^2.3.1", + "uc.micro": "^2.1.0" + }, + "bin": { + "markdown-it": "bin/markdown-it.mjs" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/mdurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", + "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", + "license": "MIT" + }, + "node_modules/media-engine": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/media-engine/-/media-engine-1.0.3.tgz", + "integrity": "sha512-aa5tG6sDoK+k70B9iEX1NeyfT8ObCKhNDs6lJVpwF6r8vhUfuKMslIcirq6HIUYuuUYLefcEQOn9bSBOvawtwg==", + "license": "MIT" + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/minimatch": { + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz", + "integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/minipass": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", + "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/moo": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz", + "integrity": "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==", + "license": "BSD-3-Clause" + }, + "node_modules/mrmime": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", + "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true, + "license": "MIT" + }, + "node_modules/negotiator": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-addon-api": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "license": "MIT", + "optional": true + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-releases": { + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-svg-path": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/normalize-svg-path/-/normalize-svg-path-1.1.0.tgz", + "integrity": "sha512-r9KHKG2UUeB5LoTouwDzBy2VxXlHsiM6fyLQvnJa0S5hrhzqElH/CH7TUGhT1fVvIYBIKf3OpY4YJ4CK+iaqHg==", + "license": "MIT", + "dependencies": { + "svg-arc-to-cubic-bezier": "^3.0.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/observable-fns": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/observable-fns/-/observable-fns-0.6.1.tgz", + "integrity": "sha512-9gRK4+sRWzeN6AOewNBTLXir7Zl/i3GB6Yl26gK4flxz8BXVpD3kt8amREmWNb0mxYOGDotvE5a4N+PtGGKdkg==", + "dev": true, + "license": "MIT" + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz", + "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/optionator": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.5" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/orderedmap": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz", + "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==", + "license": "MIT" + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, + "node_modules/pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "license": "(MIT AND Zlib)" + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parse-svg-path": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/parse-svg-path/-/parse-svg-path-0.1.2.tgz", + "integrity": "sha512-JyPSBnkTJ0AI8GGJLfMXvKq42cj5c006fnLz6fXy6zfoVjJizi8BNTpu8on8ziI1cKy9d9DGNuY17Ce7wuejpQ==", + "license": "MIT" + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "license": "MIT" + }, + "node_modules/path-scurry": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz", + "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", + "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", + "license": "MIT" + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pofile": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/pofile/-/pofile-1.1.4.tgz", + "integrity": "sha512-r6Q21sKsY1AjTVVjOuU02VYKVNQGJNQHjTIvs4dEbeuuYfxgYk/DGD2mqqq4RDaVkwdSq0VEtmQUOPe/wH8X3g==", + "dev": true, + "license": "MIT" + }, + "node_modules/possible-typed-array-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", + "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/postcss": { + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-js": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz", + "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "camelcase-css": "^2.0.1" + }, + "engines": { + "node": "^12 || ^14 || >= 16" + }, + "peerDependencies": { + "postcss": "^8.4.21" + } + }, + "node_modules/postcss-mixins": { + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/postcss-mixins/-/postcss-mixins-12.1.2.tgz", + "integrity": "sha512-90pSxmZVfbX9e5xCv7tI5RV1mnjdf16y89CJKbf/hD7GyOz1FCxcYMl8ZYA8Hc56dbApTKKmU9HfvgfWdCxlwg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "postcss-js": "^4.0.1", + "postcss-simple-vars": "^7.0.1", + "sugarss": "^5.0.0", + "tinyglobby": "^0.2.14" + }, + "engines": { + "node": "^20.0 || ^22.0 || >=24.0" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-nested": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-7.0.2.tgz", + "integrity": "sha512-5osppouFc0VR9/VYzYxO03VaDa3e8F23Kfd6/9qcZTUI8P58GIYlArOET2Wq0ywSl2o2PjELhYOFI4W7l5QHKw==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "postcss-selector-parser": "^7.0.0" + }, + "engines": { + "node": ">=18.0" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-preset-mantine": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/postcss-preset-mantine/-/postcss-preset-mantine-1.18.0.tgz", + "integrity": "sha512-sP6/s1oC7cOtBdl4mw/IRKmKvYTuzpRrH/vT6v9enMU/EQEQ31eQnHcWtFghOXLH87AAthjL/Q75rLmin1oZoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-mixins": "^12.0.0", + "postcss-nested": "^7.0.2" + }, + "peerDependencies": { + "postcss": ">=8.0.0" + } + }, + "node_modules/postcss-selector-parser": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", + "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-simple-vars": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-7.0.1.tgz", + "integrity": "sha512-5GLLXaS8qmzHMOjVxqkk1TZPf1jMqesiI7qLhnlyERalG0sMbHIbJqrcnrpmZdKCLglHnRHoEBB61RtGTsj++A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.1" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "license": "MIT" + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/pretty-format": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/prop-types/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "license": "MIT" + }, + "node_modules/prosemirror-changeset": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/prosemirror-changeset/-/prosemirror-changeset-2.3.1.tgz", + "integrity": "sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ==", + "license": "MIT", + "dependencies": { + "prosemirror-transform": "^1.0.0" + } + }, + "node_modules/prosemirror-collab": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz", + "integrity": "sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==", + "license": "MIT", + "dependencies": { + "prosemirror-state": "^1.0.0" + } + }, + "node_modules/prosemirror-commands": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz", + "integrity": "sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==", + "license": "MIT", + "dependencies": { + "prosemirror-model": "^1.0.0", + "prosemirror-state": "^1.0.0", + "prosemirror-transform": "^1.10.2" + } + }, + "node_modules/prosemirror-dropcursor": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz", + "integrity": "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==", + "license": "MIT", + "dependencies": { + "prosemirror-state": "^1.0.0", + "prosemirror-transform": "^1.1.0", + "prosemirror-view": "^1.1.0" + } + }, + "node_modules/prosemirror-gapcursor": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.0.tgz", + "integrity": "sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ==", + "license": "MIT", + "dependencies": { + "prosemirror-keymap": "^1.0.0", + "prosemirror-model": "^1.0.0", + "prosemirror-state": "^1.0.0", + "prosemirror-view": "^1.0.0" + } + }, + "node_modules/prosemirror-history": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.4.1.tgz", + "integrity": "sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ==", + "license": "MIT", + "dependencies": { + "prosemirror-state": "^1.2.2", + "prosemirror-transform": "^1.0.0", + "prosemirror-view": "^1.31.0", + "rope-sequence": "^1.3.0" + } + }, + "node_modules/prosemirror-inputrules": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz", + "integrity": "sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==", + "license": "MIT", + "dependencies": { + "prosemirror-state": "^1.0.0", + "prosemirror-transform": "^1.0.0" + } + }, + "node_modules/prosemirror-keymap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz", + "integrity": "sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==", + "license": "MIT", + "dependencies": { + "prosemirror-state": "^1.0.0", + "w3c-keyname": "^2.2.0" + } + }, + "node_modules/prosemirror-markdown": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/prosemirror-markdown/-/prosemirror-markdown-1.13.2.tgz", + "integrity": "sha512-FPD9rHPdA9fqzNmIIDhhnYQ6WgNoSWX9StUZ8LEKapaXU9i6XgykaHKhp6XMyXlOWetmaFgGDS/nu/w9/vUc5g==", + "license": "MIT", + "dependencies": { + "@types/markdown-it": "^14.0.0", + "markdown-it": "^14.0.0", + "prosemirror-model": "^1.25.0" + } + }, + "node_modules/prosemirror-menu": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/prosemirror-menu/-/prosemirror-menu-1.2.5.tgz", + "integrity": "sha512-qwXzynnpBIeg1D7BAtjOusR+81xCp53j7iWu/IargiRZqRjGIlQuu1f3jFi+ehrHhWMLoyOQTSRx/IWZJqOYtQ==", + "license": "MIT", + "dependencies": { + "crelt": "^1.0.0", + "prosemirror-commands": "^1.0.0", + "prosemirror-history": "^1.0.0", + "prosemirror-state": "^1.0.0" + } + }, + "node_modules/prosemirror-model": { + "version": "1.25.3", + "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.3.tgz", + "integrity": "sha512-dY2HdaNXlARknJbrManZ1WyUtos+AP97AmvqdOQtWtrrC5g4mohVX5DTi9rXNFSk09eczLq9GuNTtq3EfMeMGA==", + "license": "MIT", + "dependencies": { + "orderedmap": "^2.0.0" + } + }, + "node_modules/prosemirror-schema-basic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz", + "integrity": "sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ==", + "license": "MIT", + "dependencies": { + "prosemirror-model": "^1.25.0" + } + }, + "node_modules/prosemirror-schema-list": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz", + "integrity": "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==", + "license": "MIT", + "dependencies": { + "prosemirror-model": "^1.0.0", + "prosemirror-state": "^1.0.0", + "prosemirror-transform": "^1.7.3" + } + }, + "node_modules/prosemirror-state": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.3.tgz", + "integrity": "sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==", + "license": "MIT", + "dependencies": { + "prosemirror-model": "^1.0.0", + "prosemirror-transform": "^1.0.0", + "prosemirror-view": "^1.27.0" + } + }, + "node_modules/prosemirror-tables": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.8.1.tgz", + "integrity": "sha512-DAgDoUYHCcc6tOGpLVPSU1k84kCUWTWnfWX3UDy2Delv4ryH0KqTD6RBI6k4yi9j9I8gl3j8MkPpRD/vWPZbug==", + "license": "MIT", + "dependencies": { + "prosemirror-keymap": "^1.2.2", + "prosemirror-model": "^1.25.0", + "prosemirror-state": "^1.4.3", + "prosemirror-transform": "^1.10.3", + "prosemirror-view": "^1.39.1" + } + }, + "node_modules/prosemirror-trailing-node": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz", + "integrity": "sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==", + "license": "MIT", + "dependencies": { + "@remirror/core-constants": "3.0.0", + "escape-string-regexp": "^4.0.0" + }, + "peerDependencies": { + "prosemirror-model": "^1.22.1", + "prosemirror-state": "^1.4.2", + "prosemirror-view": "^1.33.8" + } + }, + "node_modules/prosemirror-transform": { + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.10.4.tgz", + "integrity": "sha512-pwDy22nAnGqNR1feOQKHxoFkkUtepoFAd3r2hbEDsnf4wp57kKA36hXsB3njA9FtONBEwSDnDeCiJe+ItD+ykw==", + "license": "MIT", + "dependencies": { + "prosemirror-model": "^1.21.0" + } + }, + "node_modules/prosemirror-view": { + "version": "1.41.3", + "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.41.3.tgz", + "integrity": "sha512-SqMiYMUQNNBP9kfPhLO8WXEk/fon47vc52FQsUiJzTBuyjKgEcoAwMyF04eQ4WZ2ArMn7+ReypYL60aKngbACQ==", + "license": "MIT", + "dependencies": { + "prosemirror-model": "^1.20.0", + "prosemirror-state": "^1.0.0", + "prosemirror-transform": "^1.1.0" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "license": "MIT" + }, + "node_modules/pseudolocale": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/pseudolocale/-/pseudolocale-2.2.0.tgz", + "integrity": "sha512-O+D2eU7fO9wVLqrohvt9V/9fwMadnJQ4jxwiK+LeNEqhMx8JYx4xQHkArDCJFAdPPOp/pQq6z5L37eBvAoc8jw==", + "dev": true, + "license": "MIT", + "dependencies": { + "commander": "^10.0.0" + }, + "bin": { + "pseudolocale": "dist/cli.mjs" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/punycode.js": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", + "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/qr-scanner": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/qr-scanner/-/qr-scanner-1.4.2.tgz", + "integrity": "sha512-kV1yQUe2FENvn59tMZW6mOVfpq9mGxGf8l6+EGaXUOd4RBOLg7tRC83OrirM5AtDvZRpdjdlXURsHreAOSPOUw==", + "license": "MIT", + "dependencies": { + "@types/offscreencanvas": "^2019.6.4" + } + }, + "node_modules/qr.js": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz", + "integrity": "sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ==", + "license": "MIT" + }, + "node_modules/qs": { + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", + "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/query-string": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-8.2.0.tgz", + "integrity": "sha512-tUZIw8J0CawM5wyGBiDOAp7ObdRQh4uBor/fUR9ZjmbZVvw95OD9If4w3MQxr99rg0DJZ/9CIORcpEqU5hQG7g==", + "license": "MIT", + "dependencies": { + "decode-uri-component": "^0.4.1", + "filter-obj": "^5.1.0", + "split-on-first": "^3.0.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/queue": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", + "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==", + "license": "MIT", + "dependencies": { + "inherits": "~2.0.3" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz", + "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==", + "license": "MIT", + "dependencies": { + "bytes": "~3.1.2", + "http-errors": "~2.0.1", + "iconv-lite": "~0.4.24", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/http-errors": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", + "license": "MIT", + "dependencies": { + "depd": "~2.0.0", + "inherits": "~2.0.4", + "setprototypeof": "~1.2.0", + "statuses": "~2.0.2", + "toidentifier": "~1.0.1" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/raw-body/node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/react": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" + }, + "peerDependencies": { + "react": "^18.3.1" + } + }, + "node_modules/react-dom/node_modules/scheduler": { + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/react-dropzone": { + "version": "14.3.8", + "resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.3.8.tgz", + "integrity": "sha512-sBgODnq+lcA4P296DY4wacOZz3JFpD99fp+hb//iBO2HHnyeZU3FwWyXJ6salNpqQdsZrgMrotuko/BdJMV8Ug==", + "license": "MIT", + "dependencies": { + "attr-accept": "^2.2.4", + "file-selector": "^2.1.0", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">= 10.13" + }, + "peerDependencies": { + "react": ">= 16.8 || 18.0.0" + } + }, + "node_modules/react-fast-compare": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", + "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==", + "license": "MIT" + }, + "node_modules/react-helmet-async": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.5.tgz", + "integrity": "sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==", + "license": "Apache-2.0", + "dependencies": { + "invariant": "^2.2.4", + "react-fast-compare": "^3.2.2", + "shallowequal": "^1.1.0" + }, + "peerDependencies": { + "react": "^16.6.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/react-is": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "license": "MIT" + }, + "node_modules/react-number-format": { + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/react-number-format/-/react-number-format-5.4.4.tgz", + "integrity": "sha512-wOmoNZoOpvMminhifQYiYSTCLUDOiUbBunrMrMjA+dV52sY+vck1S4UhR6PkgnoCquvvMSeJjErXZ4qSaWCliA==", + "license": "MIT", + "peerDependencies": { + "react": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/react-qr-code": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/react-qr-code/-/react-qr-code-2.0.18.tgz", + "integrity": "sha512-v1Jqz7urLMhkO6jkgJuBYhnqvXagzceg3qJUWayuCK/c6LTIonpWbwxR1f1APGd4xrW/QcQEovNrAojbUz65Tg==", + "license": "MIT", + "dependencies": { + "prop-types": "^15.8.1", + "qr.js": "0.0.0" + }, + "peerDependencies": { + "react": "*" + } + }, + "node_modules/react-refresh": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", + "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-remove-scroll": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.1.tgz", + "integrity": "sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA==", + "license": "MIT", + "dependencies": { + "react-remove-scroll-bar": "^2.3.7", + "react-style-singleton": "^2.2.3", + "tslib": "^2.1.0", + "use-callback-ref": "^1.3.3", + "use-sidecar": "^1.1.3" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-remove-scroll-bar": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz", + "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==", + "license": "MIT", + "dependencies": { + "react-style-singleton": "^2.2.2", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-router": { + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.1.tgz", + "integrity": "sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==", + "license": "MIT", + "dependencies": { + "cookie": "^1.0.1", + "set-cookie-parser": "^2.6.0" + }, + "engines": { + "node": ">=20.0.0" + }, + "peerDependencies": { + "react": ">=18", + "react-dom": ">=18" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + } + } + }, + "node_modules/react-router-dom": { + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.1.tgz", + "integrity": "sha512-UJnV3Rxc5TgUPJt2KJpo1Jpy0OKQr0AjgbZzBFjaPJcFOb2Y8jA5H3LT8HUJAiRLlWrEXWHbF1Z4SCZaQjWDHw==", + "license": "MIT", + "dependencies": { + "react-router": "7.13.1" + }, + "engines": { + "node": ">=20.0.0" + }, + "peerDependencies": { + "react": ">=18", + "react-dom": ">=18" + } + }, + "node_modules/react-router/node_modules/cookie": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", + "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/react-smooth": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz", + "integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==", + "license": "MIT", + "dependencies": { + "fast-equals": "^5.0.1", + "prop-types": "^15.8.1", + "react-transition-group": "^4.4.5" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/react-style-singleton": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz", + "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==", + "license": "MIT", + "dependencies": { + "get-nonce": "^1.0.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-textarea-autosize": { + "version": "8.5.9", + "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.9.tgz", + "integrity": "sha512-U1DGlIQN5AwgjTyOEnI1oCcMuEr1pv1qOtklB2l4nyMGbHzWrI0eFsYK0zos2YWqAolJyG0IWJaqWmWj5ETh0A==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "use-composed-ref": "^1.3.0", + "use-latest": "^1.2.1" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/react-transition-group": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", + "license": "BSD-3-Clause", + "dependencies": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": ">=16.6.0", + "react-dom": ">=16.6.0" + } + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", + "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/recharts": { + "version": "2.15.4", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.4.tgz", + "integrity": "sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==", + "license": "MIT", + "dependencies": { + "clsx": "^2.0.0", + "eventemitter3": "^4.0.1", + "lodash": "^4.17.21", + "react-is": "^18.3.1", + "react-smooth": "^4.0.4", + "recharts-scale": "^0.4.4", + "tiny-invariant": "^1.3.1", + "victory-vendor": "^36.6.8" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/recharts-scale": { + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz", + "integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==", + "license": "MIT", + "dependencies": { + "decimal.js-light": "^2.4.1" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "1.22.10", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", + "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "license": "MIT", + "dependencies": { + "is-core-module": "^2.16.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/restore-cursor/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/restructure": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz", + "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==", + "license": "MIT" + }, + "node_modules/reusify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", + "dev": true, + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rollup": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.4.tgz", + "integrity": "sha512-CLEVl+MnPAiKh5pl4dEWSyMTpuflgNQiLGhMv8ezD5W/qP8AKvmYpCOKRRNOh7oRKnauBZ4SyeYkMS+1VSyKwQ==", + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.8" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.52.4", + "@rollup/rollup-android-arm64": "4.52.4", + "@rollup/rollup-darwin-arm64": "4.52.4", + "@rollup/rollup-darwin-x64": "4.52.4", + "@rollup/rollup-freebsd-arm64": "4.52.4", + "@rollup/rollup-freebsd-x64": "4.52.4", + "@rollup/rollup-linux-arm-gnueabihf": "4.52.4", + "@rollup/rollup-linux-arm-musleabihf": "4.52.4", + "@rollup/rollup-linux-arm64-gnu": "4.52.4", + "@rollup/rollup-linux-arm64-musl": "4.52.4", + "@rollup/rollup-linux-loong64-gnu": "4.52.4", + "@rollup/rollup-linux-ppc64-gnu": "4.52.4", + "@rollup/rollup-linux-riscv64-gnu": "4.52.4", + "@rollup/rollup-linux-riscv64-musl": "4.52.4", + "@rollup/rollup-linux-s390x-gnu": "4.52.4", + "@rollup/rollup-linux-x64-gnu": "4.52.4", + "@rollup/rollup-linux-x64-musl": "4.52.4", + "@rollup/rollup-openharmony-arm64": "4.52.4", + "@rollup/rollup-win32-arm64-msvc": "4.52.4", + "@rollup/rollup-win32-ia32-msvc": "4.52.4", + "@rollup/rollup-win32-x64-gnu": "4.52.4", + "@rollup/rollup-win32-x64-msvc": "4.52.4", + "fsevents": "~2.3.2" + } + }, + "node_modules/rollup-plugin-visualizer": { + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.14.0.tgz", + "integrity": "sha512-VlDXneTDaKsHIw8yzJAFWtrzguoJ/LnQ+lMpoVfYJ3jJF4Ihe5oYLAqLklIK/35lgUY+1yEzCkHyZ1j4A5w5fA==", + "dev": true, + "license": "MIT", + "dependencies": { + "open": "^8.4.0", + "picomatch": "^4.0.2", + "source-map": "^0.7.4", + "yargs": "^17.5.1" + }, + "bin": { + "rollup-plugin-visualizer": "dist/bin/cli.js" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "rolldown": "1.x", + "rollup": "2.x || 3.x || 4.x" + }, + "peerDependenciesMeta": { + "rolldown": { + "optional": true + }, + "rollup": { + "optional": true + } + } + }, + "node_modules/rollup-plugin-visualizer/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/rope-sequence": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz", + "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==", + "license": "MIT" + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safe-regex-test": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", + "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-regex": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/sass": { + "version": "1.93.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz", + "integrity": "sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "chokidar": "^4.0.0", + "immutable": "^5.0.2", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + }, + "optionalDependencies": { + "@parcel/watcher": "^2.4.1" + } + }, + "node_modules/sass/node_modules/chokidar": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/sass/node_modules/readdirp": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", + "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">= 14.18.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/scheduler": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.17.0.tgz", + "integrity": "sha512-7rro8Io3tnCPuY4la/NuI5F2yfESpnfZyT6TtkXnSWVkcu0BCDJ+8gk5ozUaFaxpIyNuWAPXrH0yFcSi28fnDA==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/send": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/serve-static": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "license": "MIT", + "dependencies": { + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.19.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-cookie-parser": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", + "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", + "license": "MIT" + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" + }, + "node_modules/shallowequal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==", + "license": "MIT" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/simple-swizzle": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz", + "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==", + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.3.1" + } + }, + "node_modules/simple-swizzle/node_modules/is-arrayish": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz", + "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==", + "license": "MIT" + }, + "node_modules/sirv": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", + "license": "MIT", + "dependencies": { + "@polka/url": "^1.0.0-next.24", + "mrmime": "^2.0.0", + "totalist": "^3.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/sirv/node_modules/mrmime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", + "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/source-map": { + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", + "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", + "license": "BSD-3-Clause", + "engines": { + "node": ">= 12" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-on-first": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-3.0.0.tgz", + "integrity": "sha512-qxQJTx2ryR0Dw0ITYyekNQWpz6f8dGd7vffGNflQQ3Iqj9NJ6qiZ7ELpZsJ/QBhIVAiDfXdag3+Gp8RvWa62AA==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/stream-slice": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/stream-slice/-/stream-slice-0.1.2.tgz", + "integrity": "sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA==", + "license": "MIT" + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/sugarss": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-5.0.1.tgz", + "integrity": "sha512-ctS5RYCBVvPoZAnzIaX5QSShK8ZiZxD5HUqSxlusvEMC+QZQIPCPOIJg6aceFX+K2rf4+SH89eu++h1Zmsr2nw==", + "devOptional": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "engines": { + "node": ">=18.0" + }, + "peerDependencies": { + "postcss": "^8.3.3" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/svg-arc-to-cubic-bezier": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.2.0.tgz", + "integrity": "sha512-djbJ/vZKZO+gPoSDThGNpKDO+o+bAeA4XQKovvkNCqnIS2t+S4qnLAGQhyyrulhCFRl1WWzAp0wUDV8PpTVU3g==", + "license": "ISC" + }, + "node_modules/tabbable": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", + "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==", + "license": "MIT" + }, + "node_modules/tailwindcss": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.0.tgz", + "integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==", + "license": "MIT" + }, + "node_modules/tapable": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/threads": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/threads/-/threads-1.7.0.tgz", + "integrity": "sha512-Mx5NBSHX3sQYR6iI9VYbgHKBLisyB+xROCBGjjWm1O9wb9vfLxdaGtmT/KCjUqMsSNW6nERzCW3T6H43LqjDZQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.1.0", + "debug": "^4.2.0", + "is-observable": "^2.1.0", + "observable-fns": "^0.6.1" + }, + "funding": { + "url": "https://github.com/andywer/threads.js?sponsor=1" + }, + "optionalDependencies": { + "tiny-worker": ">= 2" + } + }, + "node_modules/tiny-inflate": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", + "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", + "license": "MIT" + }, + "node_modules/tiny-invariant": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", + "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", + "license": "MIT" + }, + "node_modules/tiny-worker": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tiny-worker/-/tiny-worker-2.3.0.tgz", + "integrity": "sha512-pJ70wq5EAqTAEl9IkGzA+fN0836rycEuz2Cn6yeZ6FRzlVS5IDOkFHpIoEsksPRQV34GDqXm65+OlnZqUSyK2g==", + "dev": true, + "license": "BSD-3-Clause", + "optional": true, + "dependencies": { + "esm": "^3.2.25" + } + }, + "node_modules/tinyglobby": { + "version": "0.2.15", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", + "license": "MIT", + "dependencies": { + "fdir": "^6.5.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tinyglobby/node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/tinyglobby/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/tippy.js": { + "version": "6.3.7", + "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz", + "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==", + "license": "MIT", + "dependencies": { + "@popperjs/core": "^2.9.0" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/totalist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "license": "MIT" + }, + "node_modules/ts-api-utils": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz", + "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.12" + }, + "peerDependencies": { + "typescript": ">=4.8.4" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, + "node_modules/turbo-stream": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/turbo-stream/-/turbo-stream-2.4.1.tgz", + "integrity": "sha512-v8kOJXpG3WoTN/+at8vK7erSzo6nW6CIaeOvNOkHQVDajfz1ZVeSxCbc6tOH4hrGZW7VUCV0TOXd8CPzYnYkrw==", + "license": "ISC" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typescript": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "devOptional": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/uc.micro": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", + "license": "MIT" + }, + "node_modules/undici": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", + "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==", + "license": "MIT", + "engines": { + "node": ">=18.17" + } + }, + "node_modules/undici-types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "license": "MIT" + }, + "node_modules/unicode-properties": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz", + "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==", + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.0", + "unicode-trie": "^2.0.0" + } + }, + "node_modules/unicode-trie": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz", + "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==", + "license": "MIT", + "dependencies": { + "pako": "^0.2.5", + "tiny-inflate": "^1.0.0" + } + }, + "node_modules/unicode-trie/node_modules/pako": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", + "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==", + "license": "MIT" + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/unraw": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unraw/-/unraw-3.0.0.tgz", + "integrity": "sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==", + "license": "MIT" + }, + "node_modules/update-browserslist-db": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/use-callback-ref": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz", + "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/use-composed-ref": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.4.0.tgz", + "integrity": "sha512-djviaxuOOh7wkj0paeO1Q/4wMZ8Zrnag5H6yBvzN7AKKe8beOaED9SF5/ByLqsku8NP4zQqsvM2u3ew/tJK8/w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/use-isomorphic-layout-effect": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.1.tgz", + "integrity": "sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/use-latest": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/use-latest/-/use-latest-1.3.0.tgz", + "integrity": "sha512-mhg3xdm9NaM8q+gLT8KryJPnRFOz1/5XPBhmDEVZK1webPzDjrPk7f/mbpeLqTgB9msytYWANxgALOCJKnLvcQ==", + "license": "MIT", + "dependencies": { + "use-isomorphic-layout-effect": "^1.1.1" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/use-sidecar": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz", + "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==", + "license": "MIT", + "dependencies": { + "detect-node-es": "^1.1.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/use-sync-external-store": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/util": { + "version": "0.12.5", + "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", + "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "is-arguments": "^1.0.4", + "is-generator-function": "^1.0.7", + "is-typed-array": "^1.1.3", + "which-typed-array": "^1.1.2" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "license": "MIT", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/victory-vendor": { + "version": "36.9.2", + "resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz", + "integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==", + "license": "MIT AND ISC", + "dependencies": { + "@types/d3-array": "^3.0.3", + "@types/d3-ease": "^3.0.0", + "@types/d3-interpolate": "^3.0.1", + "@types/d3-scale": "^4.0.2", + "@types/d3-shape": "^3.1.0", + "@types/d3-time": "^3.0.0", + "@types/d3-timer": "^3.0.0", + "d3-array": "^3.1.6", + "d3-ease": "^3.0.1", + "d3-interpolate": "^3.0.1", + "d3-scale": "^4.0.2", + "d3-shape": "^3.1.0", + "d3-time": "^3.0.0", + "d3-timer": "^3.0.1" + } + }, + "node_modules/vite": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", + "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", + "license": "MIT", + "dependencies": { + "esbuild": "^0.27.0", + "fdir": "^6.5.0", + "picomatch": "^4.0.3", + "postcss": "^8.5.6", + "rollup": "^4.43.0", + "tinyglobby": "^0.2.15" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^20.19.0 || >=22.12.0", + "jiti": ">=1.21.0", + "less": "^4.0.0", + "lightningcss": "^1.21.0", + "sass": "^1.70.0", + "sass-embedded": "^1.70.0", + "stylus": ">=0.54.8", + "sugarss": "^5.0.0", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } + } + }, + "node_modules/vite-bundle-visualizer": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/vite-bundle-visualizer/-/vite-bundle-visualizer-1.2.1.tgz", + "integrity": "sha512-cwz/Pg6+95YbgIDp+RPwEToc4TKxfsFWSG/tsl2DSZd9YZicUag1tQXjJ5xcL7ydvEoaC2FOZeaXOU60t9BRXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "cac": "^6.7.14", + "import-from-esm": "^1.3.3", + "rollup-plugin-visualizer": "^5.11.0", + "tmp": "^0.2.1" + }, + "bin": { + "vite-bundle-visualizer": "bin.js" + }, + "engines": { + "node": "^18.19.0 || >=20.6.0" + } + }, + "node_modules/vite-bundle-visualizer/node_modules/tmp": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.14" + } + }, + "node_modules/vite-compatible-readable-stream": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/vite-compatible-readable-stream/-/vite-compatible-readable-stream-3.6.1.tgz", + "integrity": "sha512-t20zYkrSf868+j/p31cRIGN28Phrjm3nRSLR2fyc2tiWi4cZGVdv68yNlwnIINTkMTmPoMiSlc0OadaO7DXZaQ==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/vite-plugin-copy": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/vite-plugin-copy/-/vite-plugin-copy-0.1.6.tgz", + "integrity": "sha512-bqIaefZOE2Jx8P5wJuHKL5GzCERa/pcwdUQWaocyTNXgalN2xkxXH7LmqRJ34V2OlKF2F9E/zj0zITS7U6PpUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-glob": "^3.2.7" + }, + "engines": { + "node": ">=14.8.0" + } + }, + "node_modules/vite/node_modules/@esbuild/aix-ppc64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", + "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz", + "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz", + "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz", + "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz", + "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz", + "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz", + "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz", + "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz", + "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz", + "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz", + "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz", + "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz", + "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz", + "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz", + "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz", + "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz", + "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz", + "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz", + "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz", + "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz", + "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openharmony-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz", + "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz", + "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz", + "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz", + "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", + "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz", + "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==", + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.27.3", + "@esbuild/android-arm": "0.27.3", + "@esbuild/android-arm64": "0.27.3", + "@esbuild/android-x64": "0.27.3", + "@esbuild/darwin-arm64": "0.27.3", + "@esbuild/darwin-x64": "0.27.3", + "@esbuild/freebsd-arm64": "0.27.3", + "@esbuild/freebsd-x64": "0.27.3", + "@esbuild/linux-arm": "0.27.3", + "@esbuild/linux-arm64": "0.27.3", + "@esbuild/linux-ia32": "0.27.3", + "@esbuild/linux-loong64": "0.27.3", + "@esbuild/linux-mips64el": "0.27.3", + "@esbuild/linux-ppc64": "0.27.3", + "@esbuild/linux-riscv64": "0.27.3", + "@esbuild/linux-s390x": "0.27.3", + "@esbuild/linux-x64": "0.27.3", + "@esbuild/netbsd-arm64": "0.27.3", + "@esbuild/netbsd-x64": "0.27.3", + "@esbuild/openbsd-arm64": "0.27.3", + "@esbuild/openbsd-x64": "0.27.3", + "@esbuild/openharmony-arm64": "0.27.3", + "@esbuild/sunos-x64": "0.27.3", + "@esbuild/win32-arm64": "0.27.3", + "@esbuild/win32-ia32": "0.27.3", + "@esbuild/win32-x64": "0.27.3" + } + }, + "node_modules/vite/node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/vite/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/w3c-keyname": { + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", + "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==", + "license": "MIT" + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/web-encoding": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/web-encoding/-/web-encoding-1.1.5.tgz", + "integrity": "sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==", + "license": "MIT", + "dependencies": { + "util": "^0.12.3" + }, + "optionalDependencies": { + "@zxing/text-encoding": "0.9.0" + } + }, + "node_modules/web-streams-polyfill": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", + "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "license": "BSD-2-Clause" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "license": "MIT", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.19", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", + "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", + "license": "MIT", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "for-each": "^0.3.5", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "license": "ISC" + }, + "node_modules/yaml": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", + "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", + "license": "ISC", + "optional": true, + "peer": true, + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" + } + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/yoga-layout": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-2.0.1.tgz", + "integrity": "sha512-tT/oChyDXelLo2A+UVnlW9GU7CsvFMaEnd9kVFsaiCQonFAXd3xrHhkLYu+suwwosrAEQ746xBU+HvYtm1Zs2Q==", + "license": "MIT" + } + } +} diff --git a/frontend/package.json b/frontend/package.json index 996450036..4b4b56ab1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,6 +41,7 @@ "@stripe/react-stripe-js": "^2.1.1", "@stripe/stripe-js": "^1.54.1", "@tabler/icons-react": "^3.35.0", + "@tailwindcss/vite": "^4.2.0", "@tanstack/react-query": "5.76.1", "@tanstack/react-table": "^8.21.3", "@tiptap/core": "^2.7.0", @@ -77,28 +78,32 @@ "sirv": "^2.0.4" }, "devDependencies": { - "@lingui/vite-plugin": "^4.14.1", + "@lingui/vite-plugin": "^5.9.2", "@swc/core": "1.11.24", + "@tailwindcss/postcss": "^4.2.0", + "@tailwindcss/typography": "^0.5.19", "@types/express": "^4.17.21", "@types/lodash": "^4.17.0", "@types/node": "^20.12.2", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", - "@typescript-eslint/eslint-plugin": "^5.57.1", - "@typescript-eslint/parser": "^5.57.1", + "@typescript-eslint/eslint-plugin": "^8.56.1", + "@typescript-eslint/parser": "^8.56.1", "@vitejs/plugin-react": "^4.4.1", "@vitejs/plugin-react-swc": "^3.9.0", + "autoprefixer": "^10.4.24", "babel-plugin-macros": "^3.1.0", - "eslint": "^8.38.0", - "eslint-plugin-lingui": "^0.2.0", + "eslint": "^10.0.2", + "eslint-plugin-lingui": "^0.11.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.3.4", "postcss": "^8.4.24", "postcss-preset-mantine": "^1.6.0", "postcss-simple-vars": "^7.0.1", "sass": "^1.89.0", + "tailwindcss": "^4.2.0", "typescript": "^5.8.3", - "vite": "^5.4.19", + "vite": "^7.3.1", "vite-bundle-visualizer": "^1.2.1", "vite-plugin-copy": "^0.1.6" } diff --git a/frontend/postcss.config.cjs b/frontend/postcss.config.cjs index 13ed8b0ae..b1f78bc45 100644 --- a/frontend/postcss.config.cjs +++ b/frontend/postcss.config.cjs @@ -1,5 +1,6 @@ module.exports = { plugins: { + 'autoprefixer': {}, 'postcss-preset-mantine': {}, 'postcss-simple-vars': { variables: { diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 7a2e16bf8..46957d87b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,12 +1,13 @@ -import React, {FC, PropsWithChildren, useEffect} from "react"; -import {MantineProvider} from "@mantine/core"; -import {Notifications} from "@mantine/notifications"; -import {i18n} from "@lingui/core"; -import {I18nProvider} from "@lingui/react"; -import {ModalsProvider} from "@mantine/modals"; -import {HydrationBoundary, QueryClient, QueryClientProvider} from "@tanstack/react-query"; -import {Helmet, HelmetProvider} from "react-helmet-async"; -import {generateColors} from '@mantine/colors-generator'; +import React, { FC, PropsWithChildren, useEffect } from "react"; +import "./tailwind.css"; +import { MantineProvider } from "@mantine/core"; +import { Notifications } from "@mantine/notifications"; +import { i18n } from "@lingui/core"; +import { I18nProvider } from "@lingui/react"; +import { ModalsProvider } from "@mantine/modals"; +import { HydrationBoundary, QueryClient, QueryClientProvider } from "@tanstack/react-query"; +import { Helmet, HelmetProvider } from "react-helmet-async"; +import { generateColors } from '@mantine/colors-generator'; import "@mantine/core/styles/global.css"; import "@mantine/core/styles.css"; @@ -16,10 +17,10 @@ import "@mantine/dropzone/styles.css"; import '@mantine/dates/styles.css'; import "@mantine/charts/styles.css"; import "./styles/global.scss"; -import {isSsr} from "./utilites/helpers.ts"; -import {StartupChecks} from "./StartupChecks.tsx"; -import {ThirdPartyScripts} from "./components/common/ThirdPartyScripts"; -import {getConfig} from "./utilites/config.ts"; +import { isSsr } from "./utilites/helpers.ts"; +import { StartupChecks } from "./StartupChecks.tsx"; +import { ThirdPartyScripts } from "./components/common/ThirdPartyScripts"; +import { getConfig } from "./utilites/config.ts"; declare global { interface Window { @@ -75,19 +76,19 @@ export const App: FC< - - + + {getConfig("VITE_APP_NAME", "Hi.Events")} {props.children} - + diff --git a/frontend/src/components/common/NumberSelector/NumberSelector.module.scss b/frontend/src/components/common/NumberSelector/NumberSelector.module.scss index e63536123..ab829a1b4 100644 --- a/frontend/src/components/common/NumberSelector/NumberSelector.module.scss +++ b/frontend/src/components/common/NumberSelector/NumberSelector.module.scss @@ -7,12 +7,23 @@ .control { - background-color:#6319ff; - color: #fff; + background-color: transparent; + /* inherited */ + color: inherit; + /* inherited */ + border-radius: 9999px; + border: 1px solid transparent; + transition: all 0.2s ease; + + &:hover { + opacity: 0.8; + } &:disabled { - border-color: #ddd; - background-color: transparent; + border-color: rgba(255, 255, 255, 0.05); + /* very light hint */ + background-color: transparent !important; + opacity: 0.4; } } @@ -22,4 +33,9 @@ height: 20px !important; flex: 1 !important; text-align: center !important; -} + font-weight: 500; + background-color: transparent !important; + color: inherit !important; + border: none !important; + outline: none !important; +} \ No newline at end of file diff --git a/frontend/src/components/common/NumberSelector/index.tsx b/frontend/src/components/common/NumberSelector/index.tsx index 579e36581..02ff8a801 100644 --- a/frontend/src/components/common/NumberSelector/index.tsx +++ b/frontend/src/components/common/NumberSelector/index.tsx @@ -1,7 +1,7 @@ -import {ActionIcon, NumberInput, NumberInputHandlers, Select, TextInputProps} from "@mantine/core"; -import {useEffect, useRef, useState} from "react"; -import {UseFormReturnType} from "@mantine/form"; -import {IconMinus, IconPlus} from "@tabler/icons-react"; +import { ActionIcon, NumberInput, NumberInputHandlers, Select, TextInputProps } from "@mantine/core"; +import { useEffect, useRef, useState } from "react"; +import { UseFormReturnType } from "@mantine/form"; +import { IconMinus, IconPlus } from "@tabler/icons-react"; import classes from './NumberSelector.module.scss'; import classNames from "classnames"; import _ from "lodash"; @@ -12,9 +12,11 @@ interface NumberSelectorProps extends TextInputProps { min?: number; max?: number; sharedValues?: SharedValues; + color?: string; + textColor?: string; } -export const NumberSelector = ({formInstance, fieldName, min, max, sharedValues}: NumberSelectorProps) => { +export const NumberSelector = ({ formInstance, fieldName, min, max, sharedValues, color, textColor, className, style }: NumberSelectorProps) => { const handlers = useRef(null); // Start with 0, ensuring it's treated as number for consistency const [value, setValue] = useState(0); @@ -45,7 +47,7 @@ export const NumberSelector = ({formInstance, fieldName, min, max, sharedValues} // 3. If another NumberSelector is sharing this NumberSelector's SharedValues, and the amount // selected on that NumberSelector is less than minValue, increment to an amount where the // combined count across the NumberSelectors is minValue (or at least 1) - let adjustedMinimum = Math.max(1, minValue - sharedVals.currentValue) + const adjustedMinimum = Math.max(1, minValue - sharedVals.currentValue) setValue(sharedVals.changeValue(Math.min(adjustedMinimum, maxValue, sharedVals.quantityRemaining))) } else if (sharedVals.currentValue < minValue) { setValue(prevValue => prevValue + (sharedVals.changeValue(minValue - sharedVals.currentValue))) @@ -65,20 +67,24 @@ export const NumberSelector = ({formInstance, fieldName, min, max, sharedValues} }; const changeValue = (newValue: number) => { - let adjustedDifference = sharedVals.changeValue(newValue - value); + const adjustedDifference = sharedVals.changeValue(newValue - value); setValue(value + adjustedDifference); }; return ( -
+
event.preventDefault()} className={classes.control} + style={value > 0 ? { + backgroundColor: color ? `${color}1A` : undefined, // 10% opacity + color: color || undefined, + } : undefined} > - + = maxValue || sharedVals.quantityRemaining == 0} onMouseDown={(event) => event.preventDefault()} className={classes.control} + style={value < maxValue && sharedVals.quantityRemaining > 0 ? { + backgroundColor: color || undefined, + color: textColor || undefined, + } : undefined} > - +
); } /* todo: create an event setting to choose select over button */ -export const NumberSelectorSelect = ({formInstance, fieldName, min, max, className}: NumberSelectorProps) => { +export const NumberSelectorSelect = ({ formInstance, fieldName, min, max, className }: NumberSelectorProps) => { const [value, setValue] = useState('0'); const minValue = min || 0; @@ -120,13 +130,13 @@ export const NumberSelectorSelect = ({formInstance, fieldName, min, max, classNa } }, [value, formInstance, fieldName]); - let data = Array.from({length: maxValue - minValue + 1}, (_, i) => ({ + let data = Array.from({ length: maxValue - minValue + 1 }, (_, i) => ({ label: String(minValue + i), value: String(minValue + i), })); if (minValue > 0) { - data = [{label: '0', value: '0'}, ...data]; + data = [{ label: '0', value: '0' }, ...data]; } return ( @@ -161,7 +171,7 @@ export class SharedValues { } changeValue(difference: number) { - let adjustedDifference = Math.min(difference, this.sharedMax - this.currentValue); + const adjustedDifference = Math.min(difference, this.sharedMax - this.currentValue); this.currentValue += adjustedDifference; return adjustedDifference; diff --git a/frontend/src/components/common/ShareIcon/index.tsx b/frontend/src/components/common/ShareIcon/index.tsx index cac3a0ff2..a949137e8 100644 --- a/frontend/src/components/common/ShareIcon/index.tsx +++ b/frontend/src/components/common/ShareIcon/index.tsx @@ -1,5 +1,5 @@ -import {ReactNode, useState} from 'react'; -import {ActionIcon, Button, CopyButton, Group, Input, Popover} from '@mantine/core'; +import { ReactNode, useState } from 'react'; +import { ActionIcon, Button, CopyButton, Group, Input, Popover } from '@mantine/core'; import { IconBrandFacebook, IconBrandLinkedin, @@ -10,7 +10,7 @@ import { IconMail, IconShare } from "@tabler/icons-react"; -import {t} from "@lingui/macro"; +import { t } from "@lingui/macro"; interface ShareComponentProps { title: string; @@ -24,17 +24,17 @@ interface ShareComponentProps { } export const ShareComponent = ({ - title, - text, - url, - shareButtonText = t`Share`, - hideShareButtonText = false, - className, - children, - }: ShareComponentProps) => { + title, + text, + url, + shareButtonText = t`Share`, + hideShareButtonText = false, + className, + children, +}: ShareComponentProps) => { const [opened, setOpened] = useState(false); - let shareText = text; + const shareText = text; const shareData = { title, @@ -47,7 +47,11 @@ export const ShareComponent = ({ try { await navigator.share(shareData); } catch (error) { + // eslint-disable-next-line lingui/no-unlocalized-strings console.error('Error sharing:', error); + if (error instanceof Error && error.name !== 'AbortError') { + setOpened(!opened); + } } } else { setOpened(!opened); @@ -62,58 +66,59 @@ export const ShareComponent = ({ withArrow > -
+
{children ? ( children ) : hideShareButtonText ? ( - + ) : ( - )}
- + {/* eslint-disable lingui/no-unlocalized-strings */} + - + href={`https://twitter.com/intent/tweet?text=${encodeURIComponent(shareText)}&url=${encodeURIComponent(url)}`} + target="_blank" rel="noopener noreferrer"> + - + href={`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(url)}`} + target="_blank" rel="noopener noreferrer"> + - + href={`https://www.linkedin.com/shareArticle?mini=true&url=${encodeURIComponent(url)}&title=${encodeURIComponent(title)}&summary=${encodeURIComponent(shareText)}`} + target="_blank" rel="noopener noreferrer"> + - + href={`https://api.whatsapp.com/send?text=${encodeURIComponent(`${shareText} ${url}`)}`} + target="_blank" rel="noopener noreferrer"> + - + href={`mailto:?subject=${encodeURIComponent(title)}&body=${url}`} + target="_blank" rel="noopener noreferrer"> + - {({copied, copy}) => ( + {({ copied, copy }) => ( - {copied ? : } + {copied ? : } )} - )}/> + )} /> ); diff --git a/frontend/src/components/common/StatusToggle/StatusToggle.module.scss b/frontend/src/components/common/StatusToggle/StatusToggle.module.scss index 092ec4a8e..8fe524222 100644 --- a/frontend/src/components/common/StatusToggle/StatusToggle.module.scss +++ b/frontend/src/components/common/StatusToggle/StatusToggle.module.scss @@ -1,41 +1,42 @@ @use "../../../styles/mixins.scss"; .banner { - position: sticky; - top: 0; - left: 0; - right: 0; - z-index: 1; + position: relative; + border-radius: 1rem; background: rgba(0, 0, 0, 0.44); backdrop-filter: blur(8px); - padding: 0.75rem 1rem; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); + padding: 1rem 1.25rem; + margin-bottom: 1.5rem; + border: 1px solid rgba(255, 255, 255, 0.1); + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); animation: slideDown 0.3s ease-out; @keyframes slideDown { from { - transform: translateY(-100%); + opacity: 0; + transform: translateY(-10px); } + to { + opacity: 1; transform: translateY(0); } } @include mixins.respond-below(sm) { - padding: 0.5rem 0.75rem; + padding: 0.75rem 1rem; } } .content { - max-width: 1200px; - margin: 0 auto; display: flex; align-items: center; - justify-content: center; + justify-content: space-between; gap: 1rem; @include mixins.respond-below(sm) { gap: 0.75rem; + flex-wrap: wrap; } } @@ -71,4 +72,4 @@ padding: 0.25rem 0.625rem; min-height: 26px; } -} +} \ No newline at end of file diff --git a/frontend/src/components/common/StatusToggle/index.tsx b/frontend/src/components/common/StatusToggle/index.tsx index 8a54cb7c0..6ded5a4a2 100644 --- a/frontend/src/components/common/StatusToggle/index.tsx +++ b/frontend/src/components/common/StatusToggle/index.tsx @@ -1,14 +1,14 @@ -import React, {useCallback} from 'react'; -import {Button} from '@mantine/core'; -import {IconEye} from '@tabler/icons-react'; -import {t} from '@lingui/macro'; -import {showError, showSuccess} from '../../../utilites/notifications'; -import {confirmationDialog} from '../../../utilites/confirmationDialog'; -import {useUpdateEventStatus} from '../../../mutations/useUpdateEventStatus'; -import {useUpdateOrganizerStatus} from '../../../mutations/useUpdateOrganizerStatus'; -import {IdParam} from '../../../types'; +import React, { useCallback } from 'react'; +import { Button } from '@mantine/core'; +import { IconEye } from '@tabler/icons-react'; +import { t } from '@lingui/macro'; +import { showError, showSuccess } from '../../../utilites/notifications'; +import { confirmationDialog } from '../../../utilites/confirmationDialog'; +import { useUpdateEventStatus } from '../../../mutations/useUpdateEventStatus'; +import { useUpdateOrganizerStatus } from '../../../mutations/useUpdateOrganizerStatus'; +import { IdParam } from '../../../types'; import classes from './StatusToggle.module.scss'; -import {trackEvent, AnalyticsEvents} from '../../../utilites/analytics'; +import { trackEvent, AnalyticsEvents } from '../../../utilites/analytics'; interface StatusToggleProps { entityType: 'event' | 'organizer'; @@ -16,14 +16,26 @@ interface StatusToggleProps { currentStatus: 'DRAFT' | 'LIVE'; entityName?: string; onSuccess?: () => void; + className?: string; + contentClassName?: string; + textClassName?: string; + buttonClassName?: string; + buttonStyle?: React.CSSProperties; + hideIcon?: boolean; } export const StatusToggle: React.FC = ({ - entityType, - entityId, - currentStatus, + entityType, + entityId, + currentStatus, onSuccess, - }) => { + className, + contentClassName, + textClassName, + buttonClassName, + buttonStyle, + hideIcon, +}) => { const eventStatusMutation = useUpdateEventStatus(); const organizerStatusMutation = useUpdateOrganizerStatus(); const mutation = entityType === 'event' ? eventStatusMutation : organizerStatusMutation; @@ -43,8 +55,8 @@ export const StatusToggle: React.FC = ({ confirmationDialog(confirmMessage, () => { const mutationParams = entityType === 'event' - ? {eventId: entityId, status: newStatus} - : {organizerId: entityId, status: newStatus}; + ? { eventId: entityId, status: newStatus } + : { organizerId: entityId, status: newStatus }; mutation.mutate(mutationParams as any, { onSuccess: () => { @@ -83,16 +95,17 @@ export const StatusToggle: React.FC = ({ : t`This organizer profile is not published yet`; return ( -
-
- {message} +
+
+ {message} diff --git a/frontend/src/components/layouts/EventHomepage/EventHomepage.module.scss b/frontend/src/components/layouts/EventHomepage/EventHomepage.module.scss deleted file mode 100644 index 1637015eb..000000000 --- a/frontend/src/components/layouts/EventHomepage/EventHomepage.module.scss +++ /dev/null @@ -1,1338 +0,0 @@ -@use "../../../styles/mixins.scss"; - -// Design tokens -$font-display: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; -$font-body: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; - -$radius-xl: 28px; -$radius-lg: 20px; -$radius-md: 14px; -$radius-sm: 10px; -$radius-xs: 6px; - -$transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1); -$transition-medium: 0.25s cubic-bezier(0.4, 0, 0.2, 1); -$transition-slow: 0.4s cubic-bezier(0.4, 0, 0.2, 1); - -// Background styles -.background { - position: fixed; - width: 100%; - height: 100%; - background-size: cover; - background-position: center; - background-repeat: no-repeat; - filter: blur(24px) saturate(1.3); - z-index: -1; - transform: scale(1.08); - left: 0; - right: 0; - top: 0; - bottom: 0; - - &::after { - content: ''; - position: absolute; - inset: 0; - background: var(--background-overlay); - } -} - -.backgroundOverlay { - position: fixed; - inset: 0; - z-index: -1; - - // Color overlay for MIRROR_COVER_IMAGE mode - &::after { - content: ''; - position: absolute; - inset: 0; - background-color: var(--overlay-color, transparent); - opacity: 0.4; - pointer-events: none; - } - - // Noise texture - &::before { - content: ''; - position: absolute; - inset: 0; - opacity: 0.03; - background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); - z-index: 1; - } -} - -// Main page wrapper -.pageWrapper { - min-height: 100vh; - --background-overlay: #{rgba(white, 0.5)}; - - &[data-mode="dark"] { - --background-overlay: #{rgba(black, 0.6)}; - } -} - -.container { - min-height: 100vh; - font-family: $font-body; - - // Theme variables from EventHomepage component - --primary-color: var(--event-primary-color); - --primary-text-color: var(--event-primary-text-color); - --secondary-color: var(--event-secondary-color); - --secondary-text-color: var(--event-secondary-text-color); - --bg-color: var(--event-bg-color); - --content-bg-color: var(--event-content-bg-color); - --accent-contrast: var(--event-accent-contrast); - --accent-soft: var(--event-accent-soft); - --accent-muted: var(--event-accent-muted); - --border-color: var(--event-border-color); -} - -.wrapper { - max-width: 920px; - margin: 0 auto; - padding: 24px 24px 16px; - - @include mixins.respond-below(md) { - padding: 0; - } -} - -// Main unified card -.mainCard { - background-color: var(--content-bg-color); - border-radius: $radius-xl; - border: 1px solid var(--border-color); - box-shadow: - 0 4px 6px -1px rgba(0, 0, 0, 0.05), - 0 10px 15px -3px rgba(0, 0, 0, 0.08), - 0 20px 40px -5px rgba(0, 0, 0, 0.1); - overflow: hidden; - margin-bottom: 16px; - animation: fadeInUp 0.5s ease-out backwards; - - @include mixins.respond-below(md) { - border-radius: 0; - border-left: none; - border-right: none; - box-shadow: none; - margin-bottom: 0; - } -} - -// Hero section -.heroSection { - position: relative; - overflow: hidden; -} - -.coverWrapper { - position: relative; - width: 100%; - max-height: 560px; - overflow: hidden; - background-color: var(--accent-soft); - - // When aspect ratio is provided via CSS custom property, use it - // Otherwise fall back to auto sizing based on image - &[style*="--cover-aspect-ratio"] { - aspect-ratio: var(--cover-aspect-ratio); - } - - @include mixins.respond-below(md) { - max-height: 400px; - } -} - -.coverLqip { - position: absolute; - inset: 0; - width: 100%; - height: 100%; - object-fit: cover; - filter: blur(20px); - transform: scale(1.1); - z-index: 0; -} - -.coverImage { - width: 100%; - display: block; - transition: transform $transition-slow; - z-index: 1; - - // When wrapper has aspect ratio, image should fill it - .coverWrapper[style*="--cover-aspect-ratio"] & { - position: relative; - height: 100%; - object-fit: cover; - } - - // When no aspect ratio, let image determine height naturally - .coverWrapper:not([style*="--cover-aspect-ratio"]) & { - height: auto; - } - - .mainCard:hover & { - transform: scale(1.02); - } -} - -.heroGradient { - position: absolute; - inset: 0; - background: linear-gradient( - to top, - rgba(0, 0, 0, 0.7) 0%, - rgba(0, 0, 0, 0.3) 40%, - transparent 100% - ); - pointer-events: none; -} - -.statusBadges { - position: absolute; - top: 20px; - left: 20px; - display: flex; - gap: 8px; - z-index: 2; -} - -.statusBadge { - display: inline-flex; - align-items: center; - gap: 6px; - background: rgba(0, 0, 0, 0.5); - backdrop-filter: blur(20px); - border-radius: $radius-sm; - padding: 8px 14px; - font-size: 0.8rem; - font-weight: 600; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); - - svg { - width: 0.7rem; - height: 0.7rem; - filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3)); - } -} - -// Event header section -.eventHeader { - padding: 28px 32px 24px; - - @include mixins.respond-below(md) { - padding: 24px 20px; - } -} - -.headerTopRow { - display: flex; - align-items: center; - justify-content: space-between; - margin-bottom: 16px; -} - -.organizerPill { - display: inline-flex; - align-items: center; - gap: 10px; - background: var(--accent-soft); - border-radius: 100px; - padding: 6px 14px 6px 6px; - text-decoration: none; - transition: all $transition-fast; - cursor: pointer; - - &:hover { - transform: translateY(-1px) scale(1.02); - } -} - -.organizerPillAvatar { - width: 28px; - height: 28px; - border-radius: 50%; - object-fit: cover; - border: 2px solid var(--content-bg-color); -} - -.organizerPillAvatarPlaceholder { - width: 28px; - height: 28px; - border-radius: 50%; - background: var(--primary-color); - display: flex; - align-items: center; - justify-content: center; - color: var(--accent-contrast); - font-size: 0.75rem; - font-weight: 600; - border: 2px solid var(--content-bg-color); -} - -.organizerPillName { - font-size: 0.9rem; - font-weight: 500; - color: var(--primary-text-color); -} - -.actionButtons { - display: flex; - gap: 8px; -} - -.actionButton { - width: 42px; - height: 42px; - border-radius: 50%; - background: var(--content-bg-color); - border: 1px solid var(--border-color); - display: flex; - align-items: center; - justify-content: center; - cursor: pointer; - color: var(--secondary-color); - transition: all $transition-fast; - - svg { - width: 1rem; - height: 1rem; - } - - &:hover { - background: var(--accent-soft); - color: var(--primary-text-color); - transform: translateY(-2px); - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); - } - - &.favoriteButton:hover { - color: #ef4444; - background: rgba(239, 68, 68, 0.1); - } -} - -.eventTitle { - font-family: $font-display; - font-size: clamp(1.75rem, 5vw, 2.5rem); - font-weight: 800; - line-height: 1.15; - letter-spacing: -0.02em; - color: var(--primary-text-color); - margin: 0 0 20px; -} - -.eventMeta { - display: flex; - flex-direction: column; - gap: 14px; -} - -.metaItem { - display: flex; - align-items: center; - gap: 14px; -} - -.metaIconBox { - width: 44px; - height: 44px; - border-radius: $radius-md; - background: var(--accent-soft); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - color: var(--primary-color); - transition: all $transition-fast; - - svg { - width: 1.1rem; - height: 1.1rem; - } - - &:hover { - background: var(--primary-color); - color: var(--accent-contrast); - transform: scale(1.05); - } -} - -.metaContent { - flex: 1; - min-width: 0; -} - -.metaPrimary { - font-weight: 600; - color: var(--primary-text-color); - font-size: 1rem; - margin-bottom: 2px; -} - -.metaSecondary { - color: var(--secondary-color); - font-size: 0.9rem; -} - -.metaLink { - display: inline-flex; - align-items: center; - gap: 4px; - color: var(--primary-color); - font-weight: 500; - font-size: 0.85rem; - text-decoration: none; - margin-top: 4px; - - svg { - width: 0.7rem; - height: 0.7rem; - } - - &:hover { - text-decoration: underline; - } -} - -.addToCalendarButton { - margin-left: auto; - padding: 8px 16px; - background: transparent; - border: 1px solid var(--border-color); - border-radius: $radius-sm; - font-size: 0.85rem; - font-weight: 500; - color: var(--secondary-color); - cursor: pointer; - display: flex; - align-items: center; - gap: 6px; - transition: all $transition-fast; - - svg { - width: 0.9rem; - height: 0.9rem; - } - - &:hover { - background: var(--accent-soft); - color: var(--primary-text-color); - border-color: var(--primary-color); - } - - @include mixins.respond-below(md) { - display: none; - } -} - -// Section dividers -.section { - padding: 28px 32px; - border-top: 1px solid var(--border-color); - - @include mixins.respond-below(md) { - padding: 24px 20px; - } -} - -.sectionHeader { - display: flex; - justify-content: space-between; - align-items: center; - margin-bottom: 18px; -} - -.sectionTitle { - font-family: $font-display; - font-size: 1.35rem; - font-weight: 700; - letter-spacing: -0.01em; - color: var(--primary-text-color); - margin: 0; -} - -// Description / About section -.description { - color: var(--secondary-color); - line-height: 1.7; - font-size: 0.95rem; - - p { - margin-bottom: 1em; - - &:last-child { - margin-bottom: 0; - } - } - - a { - color: var(--primary-color); - text-decoration: none; - - &:hover { - text-decoration: underline; - } - } - - h1, h2, h3, h4, h5, h6 { - margin-top: 1.25em; - margin-bottom: 0.5em; - color: var(--primary-text-color); - font-weight: 600; - font-family: $font-display; - - &:first-child { - margin-top: 0; - } - } - - h1 { font-size: 1.375rem; } - h2 { font-size: 1.25rem; } - h3 { font-size: 1.125rem; } - - ul, ol { - padding-left: 1.5em; - margin-bottom: 1em; - } - - blockquote { - border-left: 3px solid var(--primary-color); - padding-left: 1em; - margin: 1em 0; - color: var(--secondary-color); - font-style: italic; - } - - img { - max-width: 100%; - height: auto; - border-radius: $radius-md; - margin: 1em 0; - } -} - -.readMoreToggle { - color: var(--primary-color); - font-weight: 500; - font-size: 0.9rem; - cursor: pointer; - display: inline-flex; - align-items: center; - gap: 4px; - margin-top: 8px; - background: none; - border: none; - padding: 0; - - svg { - transition: transform $transition-fast; - } - - &[data-expanded="true"] svg { - transform: rotate(180deg); - } - - &:hover { - text-decoration: underline; - } -} - -// Location section -.locationContent { - display: grid; - grid-template-columns: 1fr 200px; - gap: 20px; - align-items: start; - - @include mixins.respond-below(md) { - grid-template-columns: 1fr; - } -} - -.venueDetails { - display: flex; - flex-direction: column; - gap: 4px; -} - -.venueName { - font-weight: 600; - color: var(--primary-text-color); - font-size: 1.05rem; -} - -.venueAddress { - color: var(--secondary-color); - font-size: 0.9rem; - line-height: 1.5; -} - -.directionsLink { - display: inline-flex; - align-items: center; - gap: 6px; - color: var(--primary-color); - font-weight: 500; - font-size: 0.9rem; - text-decoration: none; - margin-top: 8px; - - svg { - width: 0.85rem; - height: 0.85rem; - } - - &:hover { - text-decoration: underline; - } -} - -.mapContainer { - border-radius: $radius-md; - overflow: hidden; - height: 120px; - cursor: pointer; - position: relative; - transition: all $transition-fast; - display: flex; - align-items: center; - justify-content: center; - - @include mixins.respond-below(md) { - display: none; - } - - &:hover { - transform: scale(1.02); - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); - } - - img { - width: 100%; - height: 100%; - object-fit: cover; - } -} - -.mapPin { - color: var(--primary-color); - position: relative; - z-index: 1; - filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)); - transition: opacity $transition-fast; - - .mapContainer:hover & { - opacity: 0; - } -} - -.mapOverlay { - position: absolute; - inset: 0; - background: rgba(0, 0, 0, 0.1); - display: flex; - align-items: center; - justify-content: center; - opacity: 0; - transition: opacity $transition-fast; - - .mapContainer:hover & { - opacity: 1; - } -} - -.mapOverlayLabel { - background: var(--content-bg-color); - padding: 8px 16px; - border-radius: $radius-sm; - font-size: 0.85rem; - font-weight: 500; - color: var(--primary-text-color); - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); - display: flex; - align-items: center; - gap: 6px; - - svg { - width: 0.85rem; - height: 0.85rem; - } -} - -// Tickets section - restyle .hi-product-widget-container -.ticketsSection { - // Override widget styles - :global(.hi-product-widget-container) { - background: transparent; - padding: 0; - font-family: $font-body; - } - - :global(.hi-product-category-rows) { - display: flex; - flex-direction: column; - gap: 12px; - } - - :global(.hi-product-category-row) { - margin-bottom: 0; - } - - :global(.hi-product-category-title) { - font-family: $font-display; - font-size: 1.35rem; - font-weight: 700; - letter-spacing: -0.01em; - color: var(--primary-text-color); - margin: 0 0 18px; - } - - :global(.hi-product-category-description) { - color: var(--secondary-color); - font-size: 0.9rem; - line-height: 1.6; - margin-bottom: 16px; - } - - :global(.hi-product-rows) { - display: flex; - flex-direction: column; - gap: 12px; - margin-bottom: 0; - } - - :global(.hi-product-row) { - background: var(--content-bg-color); - border-radius: $radius-lg; - border: 2px solid var(--border-color); - padding: 0; - transition: all $transition-fast; - cursor: pointer; - position: relative; - overflow: hidden; - - &:hover { - border-color: color-mix(in srgb, var(--border-color) 150%, transparent); - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); - } - } - - :global(.hi-product-row.hi-product-highlighted) { - background: var(--accent-soft); - border-color: var(--primary-color); - - &:hover { - background: color-mix(in srgb, var(--accent-soft) 80%, var(--content-bg-color)); - border-color: var(--primary-color); - } - } - - :global(.hi-product-highlight-message) { - background: var(--primary-color); - color: var(--accent-contrast); - font-size: 0.75rem; - font-weight: 600; - padding: 6px 16px; - text-align: center; - letter-spacing: 0.02em; - } - - :global(.hi-product-row.selected) { - border-color: var(--primary-color); - background: var(--accent-soft); - } - - :global(.hi-title-row) { - padding: 0; - } - - :global(.hi-product-title) { - padding: 20px 24px; - display: flex; - justify-content: space-between; - align-items: center; - width: 100%; - - h3 { - font-family: $font-display; - font-weight: 700; - font-size: 1.1rem; - color: var(--primary-text-color); - margin: 0; - } - } - - :global(.hi-product-title-metadata) { - font-size: 0.8rem; - color: var(--secondary-text-color); - display: flex; - align-items: center; - gap: 8px; - } - - :global(.hi-product-collapse-arrow) { - color: var(--secondary-color); - - svg { - transition: transform $transition-fast; - } - } - - :global(.hi-product-content) { - padding: 0 24px 20px; - border-top: 1px solid var(--border-color); - margin-top: 0; - } - - :global(.hi-price-tiers-rows) { - padding-top: 16px; - } - - :global(.hi-price-tier-row) { - margin-bottom: 12px; - - &:last-child { - margin-bottom: 0; - } - } - - :global(.hi-price-tier) { - display: flex; - justify-content: space-between; - align-items: center; - flex-wrap: wrap; - gap: 12px; - } - - :global(.hi-price-tier-label) { - font-weight: 600; - color: var(--primary-text-color); - font-size: 0.95rem; - } - - :global(.hi-price-tier-price) { - font-family: $font-display; - font-weight: 700; - font-size: 1.1rem; - color: var(--primary-text-color); - } - - :global(.hi-product-quantity-selector) { - .button-input { - display: flex; - align-items: center; - gap: 4px; - background: var(--content-bg-color); - border-radius: $radius-sm; - padding: 4px; - border: 1px solid var(--border-color); - - button { - width: 36px; - height: 36px; - border-radius: $radius-xs; - border: none; - background: transparent; - color: var(--secondary-color); - display: flex; - align-items: center; - justify-content: center; - font-size: 0.9rem; - cursor: pointer; - transition: all $transition-fast; - - &:hover:not(:disabled) { - background: var(--accent-soft); - color: var(--primary-text-color); - } - - &:disabled { - opacity: 0.3; - cursor: not-allowed; - } - } - - input { - font-family: $font-display; - font-weight: 700; - min-width: 32px; - text-align: center; - font-size: 1rem; - color: var(--primary-text-color); - border: none; - background: transparent; - } - } - } - - :global(.hi-product-description-row) { - color: var(--secondary-color); - font-size: 0.875rem; - line-height: 1.6; - margin-top: 12px; - padding-top: 12px; - border-top: 1px solid var(--border-color); - } - - :global(.hi-product-quantity-error) { - background: rgba(239, 68, 68, 0.1); - border: 1px solid rgba(239, 68, 68, 0.3); - color: #dc2626; - border-radius: $radius-sm; - padding: 12px 16px; - font-size: 0.875rem; - margin: 12px 0; - } - - :global(.hi-no-products) { - text-align: center; - padding: 40px 20px; - color: var(--secondary-color); - } - - :global(.hi-no-products-message) { - font-size: 0.95rem; - margin: 0; - } - - :global(.hi-footer-row) { - margin-top: 24px; - padding-top: 24px; - border-top: 1px solid var(--border-color); - - .hi-product-page-message { - background: var(--accent-soft); - border-radius: $radius-sm; - padding: 12px 16px; - margin-bottom: 16px; - font-size: 0.9rem; - color: var(--primary-text-color); - } - } - - :global(.hi-continue-button) { - width: 100%; - padding: 18px 24px !important; - height: auto !important; - background: var(--primary-color) !important; - background-color: var(--primary-color) !important; - color: var(--accent-contrast) !important; - border: none !important; - border-radius: $radius-md !important; - font-family: $font-display; - font-size: 1rem !important; - font-weight: 700 !important; - text-transform: uppercase; - letter-spacing: 0.05em; - cursor: pointer; - display: flex; - align-items: center; - justify-content: center; - gap: 10px; - transition: all $transition-fast; - - // Override Mantine button internals - :global(.mantine-Button-label) { - color: var(--accent-contrast) !important; - } - - &:hover:not(:disabled) { - transform: translateY(-2px); - box-shadow: 0 8px 20px var(--accent-soft); - filter: brightness(1.1); - background: var(--primary-color) !important; - background-color: var(--primary-color) !important; - } - - &:disabled { - opacity: 0.5; - cursor: not-allowed; - transform: none; - box-shadow: none; - } - } - - :global(.hi-promo-code-row) { - margin-top: 14px; - margin-bottom: 0; - } - - :global(.hi-have-a-promo-code-link) { - color: var(--secondary-color); - font-size: 0.9rem; - text-align: center; - display: block; - width: 100%; - - &:hover { - color: var(--primary-color); - } - } - - :global(.hi-promo-code-input-wrapper) { - gap: 12px; - } - - :global(.hi-promo-code-input) { - background: var(--content-bg-color); - border: 1px solid var(--border-color); - border-radius: $radius-sm; - color: var(--primary-text-color); - padding: 10px 14px; - } - - :global(.hi-apply-promo-code-button) { - background: var(--primary-color); - color: var(--accent-contrast); - border: none; - border-radius: $radius-sm; - font-weight: 600; - padding: 10px 20px; - - &:hover { - filter: brightness(1.1); - } - } - - :global(.hi-promo-code-applied) { - color: var(--primary-text-color); - font-size: 0.9rem; - - b { - color: var(--primary-color); - } - } -} - -// Organizer section -.organizerCard { - display: flex; - gap: 20px; - align-items: flex-start; - - @include mixins.respond-below(sm) { - flex-direction: column; - align-items: center; - text-align: center; - } -} - -.organizerAvatar { - width: 72px; - height: 72px; - border-radius: $radius-md; - object-fit: cover; - flex-shrink: 0; -} - -.organizerAvatarPlaceholder { - width: 72px; - height: 72px; - border-radius: $radius-md; - background: var(--primary-color); - display: flex; - align-items: center; - justify-content: center; - color: var(--accent-contrast); - font-size: 1.5rem; - font-weight: 700; - flex-shrink: 0; -} - -.organizerContent { - flex: 1; - min-width: 0; -} - -.organizerHeader { - display: flex; - justify-content: space-between; - align-items: flex-start; - gap: 12px; - margin-bottom: 8px; - - @include mixins.respond-below(sm) { - flex-direction: column; - align-items: center; - } -} - -.organizerName { - font-family: $font-display; - font-weight: 700; - font-size: 1.15rem; - color: var(--primary-text-color); - margin: 0 0 4px; - - a { - color: inherit; - text-decoration: none; - - &:hover { - color: var(--primary-color); - } - } -} - -.organizerLocation { - display: flex; - align-items: center; - gap: 6px; - font-size: 0.85rem; - color: var(--secondary-color); - - svg { - color: var(--primary-color); - width: 0.75rem; - height: 0.75rem; - } - - a { - color: inherit; - text-decoration: none; - - &:hover { - color: var(--primary-color); - } - } -} - -.organizerBio { - color: var(--secondary-color); - font-size: 0.9rem; - line-height: 1.6; - margin-bottom: 16px; - - p { - margin-bottom: 0.75em; - - &:last-child { - margin-bottom: 0; - } - } - - a { - color: var(--primary-color); - text-decoration: none; - - &:hover { - text-decoration: underline; - } - } -} - -.organizerActions { - display: flex; - align-items: center; - gap: 12px; - flex-wrap: wrap; - - @include mixins.respond-below(sm) { - justify-content: center; - } -} - -.socialLinks { - display: flex; - gap: 8px; -} - -.socialLink { - width: 38px; - height: 38px; - border-radius: 50%; - background: var(--accent-soft); - display: flex; - align-items: center; - justify-content: center; - color: var(--secondary-color); - text-decoration: none; - font-size: 1rem; - transition: all $transition-fast; - - &:hover { - background: var(--primary-color); - color: white; - transform: translateY(-2px); - } -} - -.contactButton { - padding: 10px 20px; - border: 1px solid var(--border-color); - background: var(--content-bg-color); - color: var(--primary-text-color); - border-radius: $radius-sm; - font-weight: 600; - font-size: 0.9rem; - display: flex; - align-items: center; - gap: 8px; - cursor: pointer; - transition: all $transition-fast; - - svg { - width: 0.9rem; - height: 0.9rem; - } - - &:hover { - background: var(--primary-color); - color: var(--accent-contrast); - border-color: var(--primary-color); - } -} - -// Footer section -.footerSection { - text-align: center; - padding: 40px 20px; - padding-bottom: 100px; - color: var(--secondary-text-color); - font-size: 0.85rem; - - @include mixins.respond-below(md) { - background-color: var(--content-bg-color); - border-top: 1px solid var(--border-color); - padding: 24px 20px; - padding-bottom: 120px; - margin: 0; - } -} - -.footerLinks { - display: flex; - justify-content: center; - gap: 24px; - margin-bottom: 16px; -} - -.footerLink { - color: var(--secondary-color); - text-decoration: none; - transition: color $transition-fast; - - &:hover { - color: var(--primary-color); - } -} - -.poweredByFooter { - display: flex; - align-items: center; - justify-content: center; - gap: 8px; - font-size: 0.9rem; - color: var(--secondary-color); - - strong { - color: var(--primary-text-color); - font-weight: 600; - } - - a { - color: inherit; - text-decoration: none; - - &:hover { - color: var(--primary-color); - } - } -} - -// Floating scroll button -.scrollToTicketsButton { - position: fixed; - bottom: 24px; - right: 24px; - z-index: 100; - display: flex; - align-items: center; - gap: 8px; - background: var(--primary-color); - color: var(--accent-contrast); - font-family: $font-display; - font-weight: 600; - font-size: 0.875rem; - padding: 12px 20px; - border-radius: 50px; - border: none; - cursor: pointer; - box-shadow: 0 4px 20px var(--accent-soft); - animation: fadeInUp 0.4s ease-out; - transition: all $transition-fast; - - @include mixins.respond-below(sm) { - bottom: 16px; - right: 16px; - padding: 10px 16px; - font-size: 0.8125rem; - } - - &:hover { - transform: translateY(-2px); - box-shadow: 0 6px 24px var(--accent-soft); - } - - &:active { - transform: translateY(0); - } -} - -// Animations -@keyframes fadeInUp { - from { - opacity: 0; - transform: translateY(20px); - } - to { - opacity: 1; - transform: translateY(0); - } -} - -// Animate sections -.section { - animation: fadeInUp 0.4s ease-out backwards; - - &:nth-child(2) { animation-delay: 0.1s; } - &:nth-child(3) { animation-delay: 0.15s; } - &:nth-child(4) { animation-delay: 0.2s; } - &:nth-child(5) { animation-delay: 0.25s; } -} - -// No cover image adjustments -.heroSection:not(:has(.coverWrapper)) { - .eventHeader { - padding-top: 32px; - - @include mixins.respond-below(sm) { - padding-top: 24px; - } - } -} - -// Online event badge -.onlineEventBadge { - display: inline-flex; - align-items: center; - gap: 6px; - background: var(--accent-soft); - color: var(--primary-color); - padding: 6px 12px; - border-radius: $radius-sm; - font-size: 0.85rem; - font-weight: 600; - - svg { - width: 0.9rem; - height: 0.9rem; - } -} diff --git a/frontend/src/components/layouts/EventHomepage/index.tsx b/frontend/src/components/layouts/EventHomepage/index.tsx index 42d8114e9..7d0c044b7 100644 --- a/frontend/src/components/layouts/EventHomepage/index.tsx +++ b/frontend/src/components/layouts/EventHomepage/index.tsx @@ -1,13 +1,9 @@ -import classes from "./EventHomepage.module.scss"; -import SelectProducts from "../../routes/product-widget/SelectProducts"; -import "../../../styles/widget/default.scss"; -import React, {useEffect, useRef, useState} from "react"; -import {EventDocumentHead} from "../../common/EventDocumentHead"; -import {eventCoverImage, eventHomepageUrl, imageUrl, organizerHomepageUrl} from "../../../utilites/urlHelper.ts"; -import {Event, OrganizerStatus} from "../../../types.ts"; -import {EventNotAvailable} from "./EventNotAvailable"; +import React, { useEffect, useMemo, useRef, useState } from "react"; +import { EventDocumentHead } from "../../common/EventDocumentHead"; +import { eventCoverImage, eventHomepageUrl, imageUrl, organizerHomepageUrl } from "../../../utilites/urlHelper.ts"; +import { Event, OrganizerStatus } from "../../../types.ts"; +import { EventNotAvailable } from "./EventNotAvailable"; import { - IconArrowUpRight, IconCalendar, IconCalendarOff, IconCalendarPlus, @@ -19,25 +15,28 @@ import { IconTicket, IconWorld } from "@tabler/icons-react"; -import {Anchor} from "@mantine/core"; -import {t} from "@lingui/macro"; -import {PoweredByFooter} from "../../common/PoweredByFooter"; -import {ContactOrganizerModal} from "../../common/ContactOrganizerModal"; -import {socialMediaConfig} from "../../../constants/socialMediaConfig"; +import { Anchor } from "@mantine/core"; +import { t } from "@lingui/macro"; +import { PoweredByFooter } from "../../common/PoweredByFooter"; +import { ContactOrganizerModal } from "../../common/ContactOrganizerModal"; +import { socialMediaConfig } from "../../../constants/socialMediaConfig"; import { formatAddress, getGoogleMapsUrl, getShortLocationDisplay, isAddressSet } from "../../../utilites/addressUtilities.ts"; -import {StatusToggle} from "../../common/StatusToggle"; -import {getConfig} from "../../../utilites/config.ts"; -import {computeThemeVariables, validateThemeSettings} from "../../../utilites/themeUtils.ts"; -import {removeTransparency} from "../../../utilites/colorHelper.ts"; -import {ShareComponent} from "../../common/ShareIcon"; -import {EventDateRange} from "../../common/EventDateRange"; -import {CalendarOptionsPopover} from "../../common/CalendarOptionsPopover"; -import {isDateInPast} from "../../../utilites/dates.ts"; +import { StatusToggle } from "../../common/StatusToggle"; +import { getConfig } from "../../../utilites/config.ts"; +import { computeThemeVariables, validateThemeSettings, getContrastColor, generateMeshColors, detectMode } from "../../../utilites/themeUtils.ts"; +// eslint-disable-next-line @typescript-eslint/no-unused-vars +import { removeTransparency, isColorDark } from "../../../utilites/colorHelper.ts"; +import { ShareComponent } from "../../common/ShareIcon"; +import { EventDateRange } from "../../common/EventDateRange"; +import { CalendarOptionsPopover } from "../../common/CalendarOptionsPopover"; +import { isDateInPast } from "../../../utilites/dates.ts"; +import SelectProducts from "../../routes/product-widget/SelectProducts"; +import "../../../styles/widget/default.scss"; interface EventHomepageProps { event?: Event; @@ -45,75 +44,73 @@ interface EventHomepageProps { promoCode?: string; } -const EventHomepage = ({...loaderData}: EventHomepageProps) => { - const {event, promoCodeValid, promoCode} = loaderData; - const [showScrollButton, setShowScrollButton] = useState(false); + +const EventHomepage = ({ ...loaderData }: EventHomepageProps) => { + const { event, promoCodeValid, promoCode } = loaderData; const [contactModalOpen, setContactModalOpen] = useState(false); const ticketsSectionRef = useRef(null); - useEffect(() => { - let showTimer: NodeJS.Timeout; - - const checkTicketsPosition = () => { - if (ticketsSectionRef.current) { - const rect = ticketsSectionRef.current.getBoundingClientRect(); - const isBelowFold = rect.top > window.innerHeight; - const isAboveView = rect.bottom < 0; - const shouldShowButton = isBelowFold || isAboveView; - setShowScrollButton(shouldShowButton); - } - }; - - showTimer = setTimeout(() => { - checkTicketsPosition(); - }, 500); - - const handleScroll = () => { - checkTicketsPosition(); - }; - - const handleResize = () => { - checkTicketsPosition(); - }; - - window.addEventListener('scroll', handleScroll); - window.addEventListener('resize', handleResize); - - return () => { - clearTimeout(showTimer); - window.removeEventListener('scroll', handleScroll); - window.removeEventListener('resize', handleResize); - }; - }, []); - - const scrollToTickets = () => { - ticketsSectionRef.current?.scrollIntoView({behavior: 'smooth', block: 'start'}); - }; - - if (!event) { - return ; - } + if (!event) { return ; } - const rawThemeSettings = event?.settings?.homepage_theme_settings; + // --- Dynamic Theming Logic --- + const rawThemeSettings = event?.settings?.homepage_theme_settings || event?.organizer?.settings?.homepage_theme_settings; const themeSettings = validateThemeSettings(rawThemeSettings); - const cssVars = computeThemeVariables(themeSettings); - const backgroundType = themeSettings.background_type; - - const themeStyles = { - '--event-bg-color': themeSettings.background, - '--event-content-bg-color': cssVars['--theme-surface'], - '--event-primary-color': themeSettings.accent, - '--event-primary-text-color': cssVars['--theme-text-primary'], - '--event-secondary-color': cssVars['--theme-text-secondary'], - '--event-secondary-text-color': cssVars['--theme-text-tertiary'], - '--event-accent-contrast': cssVars['--theme-accent-contrast'], - '--event-accent-soft': cssVars['--theme-accent-soft'], - '--event-accent-muted': cssVars['--theme-accent-muted'], - '--event-border-color': cssVars['--theme-border'], - } as React.CSSProperties; + + const backgroundType = themeSettings.background_type || 'color'; + const backgroundColor = themeSettings.background || (themeSettings.mode === 'dark' ? '#050505' : '#f9fafb'); + + const mode = themeSettings.mode === 'auto' ? detectMode(backgroundColor) : (themeSettings.mode || 'light'); + const isCardDark = mode === 'dark'; + + const accentColor = themeSettings.accent || '#40296C'; + + // eslint-disable-next-line react-hooks/exhaustive-deps + const meshColors = useMemo(() => generateMeshColors(backgroundColor), [backgroundColor]); + + const isBgDark = backgroundType === 'MIRROR_COVER_IMAGE' || backgroundType === 'IMAGE' + ? isCardDark + : detectMode(backgroundColor) === 'dark'; + + // Text colors for elements directly on the background + const bgTextPrimary = isBgDark ? '!text-white' : '!text-gray-900'; + const bgTextSecondary = isBgDark ? '!text-white/70' : '!text-gray-600'; + + // Heavy glassmorphism UI + const cardBg = isCardDark ? 'bg-black/20 backdrop-blur-2xl shadow-xl' : 'bg-white/40 backdrop-blur-2xl shadow-xl'; + const ticketCardBg = isCardDark ? 'bg-black/20 backdrop-blur-2xl shadow-xl' : 'bg-white/40 backdrop-blur-2xl shadow-xl'; + + const cardTextPrimary = isCardDark ? 'text-white' : 'text-gray-900'; + const cardTextSecondary = isCardDark ? 'text-white/70' : 'text-gray-500'; + const cardProseClasses = isCardDark + // eslint-disable-next-line lingui/no-unlocalized-strings + ? 'prose-invert text-white/80 prose-headings:text-white prose-headings:font-bold prose-a:text-[var(--prose-accent)] hover:prose-a:brightness-110' + // eslint-disable-next-line lingui/no-unlocalized-strings + : 'text-gray-600 prose-headings:text-gray-900 prose-headings:font-bold prose-a:text-[var(--prose-accent)] hover:prose-a:brightness-90'; + + const textPrimary = cardTextPrimary; + const textSecondary = cardTextSecondary; + const proseClasses = cardProseClasses; + + // Link specific text overrides to beat Mantine's global anchor styles + const linkTextPrimary = isCardDark ? '!text-white' : '!text-gray-900'; + const linkTextSecondary = isCardDark ? '!text-white/70' : '!text-gray-500'; + // eslint-disable-next-line @typescript-eslint/no-unused-vars + const bgLinkTextPrimary = isBgDark ? '!text-white' : '!text-gray-900'; + // eslint-disable-next-line @typescript-eslint/no-unused-vars + const bgLinkTextSecondary = isBgDark ? '!text-white/70' : '!text-gray-600'; + + const borderStyle = isCardDark ? 'border-white/10' : 'border-white/50'; + const cardHover = isCardDark ? 'hover:bg-black/30' : 'hover:bg-white/60'; + // eslint-disable-next-line lingui/no-unlocalized-strings + const iconWrapperBg = isCardDark ? 'bg-white/10 text-white' : 'bg-gray-50 text-gray-600'; + const subtleBtnBorder = isCardDark ? 'border-white/10' : 'border-gray-200'; + // eslint-disable-next-line lingui/no-unlocalized-strings + const subtleBtnBg = isCardDark ? 'bg-black/40 hover:bg-black/60' : 'bg-white hover:bg-gray-50'; + // ----------------------------- const coverImageData = eventCoverImage(event); const coverImage = coverImageData?.url; + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion const organizer = event.organizer!; const organizerSocials = organizer?.settings?.social_media_handles; const organizerLogo = imageUrl('ORGANIZER_LOGO', organizer?.images); @@ -133,351 +130,284 @@ const EventHomepage = ({...loaderData}: EventHomepageProps) => { const getStatusBadge = () => { const products = event.products || event.product_categories?.flatMap(c => c.products || []) || []; - - if (products.length === 0) { - return null; - } - + if (products.length === 0) return null; const availableProducts = products.filter(p => p.is_available && !p.is_sold_out); const allSoldOut = products.every(p => p.is_sold_out); - - if (allSoldOut) { - return {text: t`Sold Out`, variant: 'danger'}; - } - - if (availableProducts.length === 0) { - return null; - } - - return {text: t`Tickets Available`, variant: 'success'}; + if (allSoldOut) return { text: t`Sold Out`, variant: 'danger' }; + if (availableProducts.length === 0) return null; + return { text: t`Tickets Available`, variant: 'success' }; }; - const statusBadge = getStatusBadge(); - const mapUrl = event.settings?.maps_url || (locationDetails ? getGoogleMapsUrl(locationDetails) : null); - return ( - <> - {event?.status && event?.id && ( - - setTimeout(() => { - window.location.reload(); - }, 1000)} - /> - )} + const isImageBg = backgroundType === 'MIRROR_COVER_IMAGE'; + const isGradientBg = backgroundType === 'GRADIENT'; -
- - - {event && } - - {/* Background */} - {(coverImage && backgroundType === 'MIRROR_COVER_IMAGE') ? ( + return ( +
+ {isImageBg && coverImage ? ( +
- + + + + setContactModalOpen(false)} organizer={organizer} /> +
); }; diff --git a/frontend/src/components/layouts/OrganizerHomepage/index.tsx b/frontend/src/components/layouts/OrganizerHomepage/index.tsx index 8fde5ba47..c636e1205 100644 --- a/frontend/src/components/layouts/OrganizerHomepage/index.tsx +++ b/frontend/src/components/layouts/OrganizerHomepage/index.tsx @@ -1,22 +1,22 @@ -import {useLocation, useNavigate} from "react-router"; -import {ActionIcon, Anchor} from '@mantine/core'; -import {EventCard} from './EventCard'; +import { useLocation, useNavigate } from "react-router"; +import { ActionIcon, Anchor } from '@mantine/core'; +import { EventCard } from './EventCard'; import classes from './OrganizerHomepage.module.scss'; -import React, {useEffect, useState} from 'react'; -import {Event, GenericPaginatedResponse, Organizer} from "../../../types.ts"; -import {OrganizerDocumentHead} from "../../common/OrganizerDocumentHead"; -import {IconExternalLink, IconMail, IconMapPin, IconWorld} from '@tabler/icons-react'; -import {t} from "@lingui/macro"; -import {PoweredByFooter} from "../../common/PoweredByFooter"; -import {socialMediaConfig} from "../../../constants/socialMediaConfig"; -import {ContactOrganizerModal} from "../../common/ContactOrganizerModal"; -import {formatAddress, getShortLocationDisplay} from "../../../utilites/addressUtilities.ts"; -import {organizerHomepagePath} from "../../../utilites/urlHelper.ts"; -import {removeTransparency} from "../../../utilites/colorHelper.ts"; -import {StatusToggle} from "../../common/StatusToggle"; -import {getConfig} from "../../../utilites/config.ts"; -import {Pagination} from "../../common/Pagination"; -import {computeThemeVariables, validateThemeSettings} from "../../../utilites/themeUtils.ts"; +import React, { useEffect, useState } from 'react'; +import { Event, GenericPaginatedResponse, Organizer } from "../../../types.ts"; +import { OrganizerDocumentHead } from "../../common/OrganizerDocumentHead"; +import { IconExternalLink, IconMail, IconMapPin, IconWorld } from '@tabler/icons-react'; +import { t } from "@lingui/macro"; +import { PoweredByFooter } from "../../common/PoweredByFooter"; +import { socialMediaConfig } from "../../../constants/socialMediaConfig"; +import { ContactOrganizerModal } from "../../common/ContactOrganizerModal"; +import { formatAddress, getShortLocationDisplay } from "../../../utilites/addressUtilities.ts"; +import { organizerHomepagePath } from "../../../utilites/urlHelper.ts"; +import { removeTransparency } from "../../../utilites/colorHelper.ts"; +import { StatusToggle } from "../../common/StatusToggle"; +import { getConfig } from "../../../utilites/config.ts"; +import { Pagination } from "../../common/Pagination"; +import { computeThemeVariables, validateThemeSettings } from "../../../utilites/themeUtils.ts"; interface OrganizerHomepageProps { organizer?: Organizer; @@ -26,7 +26,7 @@ interface OrganizerHomepageProps { } const ScrollToTop = () => { - const {pathname} = useLocation(); + const { pathname } = useLocation(); useEffect(() => { setTimeout(() => { @@ -38,10 +38,10 @@ const ScrollToTop = () => { } export const OrganizerHomepage = ({ - organizer, - eventsData, - isPastEvents = false, - }: OrganizerHomepageProps) => { + organizer, + eventsData, + isPastEvents = false, +}: OrganizerHomepageProps) => { const navigate = useNavigate(); const [contactModalOpen, setContactModalOpen] = useState(false); @@ -100,7 +100,7 @@ export const OrganizerHomepage = ({ return ( <> - + {organizer?.status && organizer?.id && ( )} - {organizer && } + {organizer && }
{/* Background */} - {(organizerCover && backgroundType === 'MIRROR_COVER_IMAGE') ? ( + {(organizerCover && (backgroundType === 'MIRROR_COVER_IMAGE')) ? (
) : (
)}
@@ -188,7 +188,7 @@ export const OrganizerHomepage = ({
{getShortLocationDisplay(organizer?.settings?.location_details) && ( )} {websiteUrl && ( - +
diff --git a/frontend/src/components/routes/event/HomepageDesigner/index.tsx b/frontend/src/components/routes/event/HomepageDesigner/index.tsx index 6332e3e59..3423d063f 100644 --- a/frontend/src/components/routes/event/HomepageDesigner/index.tsx +++ b/frontend/src/components/routes/event/HomepageDesigner/index.tsx @@ -1,25 +1,25 @@ -import {useEffect, useRef, useState} from "react"; +import { useEffect, useRef, useState } from "react"; import classes from './HomepageDesigner.module.scss'; -import {useParams} from "react-router"; -import {useGetEventSettings} from "../../../../queries/useGetEventSettings.ts"; -import {useUpdateEventSettings} from "../../../../mutations/useUpdateEventSettings.ts"; -import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; -import {EventSettings, HomepageThemeSettings, IdParam} from "../../../../types.ts"; -import {showSuccess} from "../../../../utilites/notifications.tsx"; -import {t} from "@lingui/macro"; -import {useForm} from "@mantine/form"; -import {Button, Group, TextInput, Accordion, Stack, Text} from "@mantine/core"; -import {IconColorPicker, IconHelp, IconPhoto, IconPalette, IconTypography} from "@tabler/icons-react"; -import {Tooltip} from "../../../common/Tooltip"; -import {CustomSelect} from "../../../common/CustomSelect"; -import {GET_EVENT_IMAGES_QUERY_KEY, useGetEventImages} from "../../../../queries/useGetEventImages.ts"; -import {eventPreviewPath} from "../../../../utilites/urlHelper.ts"; -import {LoadingMask} from "../../../common/LoadingMask"; -import {ImageUploadDropzone} from "../../../common/ImageUploadDropzone"; -import {queryClient} from "../../../../utilites/queryClient.ts"; -import {GET_EVENT_PUBLIC_QUERY_KEY} from "../../../../queries/useGetEventPublic.ts"; -import {ThemeColorControls} from "../../../common/ThemeColorControls"; -import {validateThemeSettings} from "../../../../utilites/themeUtils.ts"; +import { useParams } from "react-router"; +import { useGetEventSettings } from "../../../../queries/useGetEventSettings.ts"; +import { useUpdateEventSettings } from "../../../../mutations/useUpdateEventSettings.ts"; +import { useFormErrorResponseHandler } from "../../../../hooks/useFormErrorResponseHandler.tsx"; +import { EventSettings, HomepageThemeSettings, IdParam } from "../../../../types.ts"; +import { showSuccess } from "../../../../utilites/notifications.tsx"; +import { t } from "@lingui/macro"; +import { useForm } from "@mantine/form"; +import { Button, Group, TextInput, Accordion, Stack, Text } from "@mantine/core"; +import { IconColorPicker, IconHelp, IconPhoto, IconPalette, IconTypography } from "@tabler/icons-react"; +import { Tooltip } from "../../../common/Tooltip"; +import { CustomSelect } from "../../../common/CustomSelect"; +import { GET_EVENT_IMAGES_QUERY_KEY, useGetEventImages } from "../../../../queries/useGetEventImages.ts"; +import { eventPreviewPath } from "../../../../utilites/urlHelper.ts"; +import { LoadingMask } from "../../../common/LoadingMask"; +import { ImageUploadDropzone } from "../../../common/ImageUploadDropzone"; +import { queryClient } from "../../../../utilites/queryClient.ts"; +import { GET_EVENT_PUBLIC_QUERY_KEY } from "../../../../queries/useGetEventPublic.ts"; +import { ThemeColorControls } from "../../../common/ThemeColorControls"; +import { validateThemeSettings } from "../../../../utilites/themeUtils.ts"; interface FormValues { homepage_theme_settings: Partial; @@ -27,7 +27,7 @@ interface FormValues { } const HomepageDesigner = () => { - const {eventId} = useParams(); + const { eventId } = useParams(); const eventSettingsQuery = useGetEventSettings(eventId); const eventImagesQuery = useGetEventImages(eventId); const updateMutation = useUpdateEventSettings(); @@ -95,7 +95,7 @@ const HomepageDesigner = () => { }; updateMutation.mutate( - {eventSettings, eventId: eventId}, + { eventSettings, eventId: eventId }, { onSuccess: () => { showSuccess(t`Successfully Updated Homepage Design`); @@ -128,7 +128,7 @@ const HomepageDesigner = () => { const settingsJson = JSON.stringify(settingsToSend); if (settingsJson !== lastSentSettings.current) { iframeRef.current.contentWindow.postMessage( - {type: "UPDATE_SETTINGS", settings: settingsToSend}, + { type: "UPDATE_SETTINGS", settings: settingsToSend }, "*" ); lastSentSettings.current = settingsJson; @@ -148,7 +148,7 @@ const HomepageDesigner = () => { const value = Array.isArray(backgroundType) ? backgroundType[0] : backgroundType; form.setFieldValue('homepage_theme_settings', { ...form.values.homepage_theme_settings, - background_type: value as 'COLOR' | 'MIRROR_COVER_IMAGE', + background_type: value as 'COLOR' | 'GRADIENT' | 'MIRROR_COVER_IMAGE', }); }; @@ -179,7 +179,7 @@ const HomepageDesigner = () => { {t`Cover Image`} - + { , - label: t`Color`, + icon: , + label: t`Solid Color`, value: 'COLOR', - description: t`Choose a color for your background`, + description: t`Choose a solid color for your background`, }, { - icon: , - label: t`Use cover image`, + icon: , + label: t`Animated Gradient`, + value: 'GRADIENT', + description: t`A fluid, animated mesh gradient`, + }, + { + icon: , + label: t`Cover Image`, value: 'MIRROR_COVER_IMAGE', description: t`Use a blurred version of the cover image as the background`, disabled: !existingCover, @@ -285,7 +291,7 @@ const HomepageDesigner = () => { onLoad={() => setIframeLoaded(true)} /> ) : ( - + )}
diff --git a/frontend/src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx b/frontend/src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx index 7d79fdcd2..80e317310 100644 --- a/frontend/src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx +++ b/frontend/src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx @@ -1,32 +1,32 @@ -import {useEffect, useRef, useState} from "react"; +import { useEffect, useRef, useState } from "react"; import classes from './OrganizerHomepageDesigner.module.scss'; -import {useParams} from "react-router"; -import {useGetOrganizerSettings} from "../../../../queries/useGetOrganizerSettings.ts"; -import {useUpdateOrganizerSettings} from "../../../../mutations/useUpdateOrganizerSettings.ts"; -import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; -import {HomepageThemeSettings, IdParam, OrganizerSettings} from "../../../../types.ts"; -import {showSuccess} from "../../../../utilites/notifications.tsx"; -import {t} from "@lingui/macro"; -import {useForm} from "@mantine/form"; -import {Accordion, Button, Group, Stack, Text} from "@mantine/core"; -import {IconColorPicker, IconHelp, IconPalette, IconPhoto} from "@tabler/icons-react"; -import {Tooltip} from "../../../common/Tooltip"; -import {LoadingMask} from "../../../common/LoadingMask"; -import {CustomSelect} from "../../../common/CustomSelect"; -import {GET_ORGANIZER_QUERY_KEY, useGetOrganizer} from "../../../../queries/useGetOrganizer.ts"; -import {ImageUploadDropzone} from "../../../common/ImageUploadDropzone"; -import {organizerPreviewPath} from "../../../../utilites/urlHelper.ts"; -import {queryClient} from "../../../../utilites/queryClient.ts"; -import {GET_ORGANIZER_PUBLIC_QUERY_KEY} from "../../../../queries/useGetOrganizerPublic.ts"; -import {ThemeColorControls} from "../../../common/ThemeColorControls"; -import {computeThemeVariables, validateThemeSettings} from "../../../../utilites/themeUtils.ts"; +import { useParams } from "react-router"; +import { useGetOrganizerSettings } from "../../../../queries/useGetOrganizerSettings.ts"; +import { useUpdateOrganizerSettings } from "../../../../mutations/useUpdateOrganizerSettings.ts"; +import { useFormErrorResponseHandler } from "../../../../hooks/useFormErrorResponseHandler.tsx"; +import { HomepageThemeSettings, IdParam, OrganizerSettings } from "../../../../types.ts"; +import { showSuccess } from "../../../../utilites/notifications.tsx"; +import { t } from "@lingui/macro"; +import { useForm } from "@mantine/form"; +import { Accordion, Button, Group, Stack, Text } from "@mantine/core"; +import { IconColorPicker, IconHelp, IconPalette, IconPhoto } from "@tabler/icons-react"; +import { Tooltip } from "../../../common/Tooltip"; +import { LoadingMask } from "../../../common/LoadingMask"; +import { CustomSelect } from "../../../common/CustomSelect"; +import { GET_ORGANIZER_QUERY_KEY, useGetOrganizer } from "../../../../queries/useGetOrganizer.ts"; +import { ImageUploadDropzone } from "../../../common/ImageUploadDropzone"; +import { organizerPreviewPath } from "../../../../utilites/urlHelper.ts"; +import { queryClient } from "../../../../utilites/queryClient.ts"; +import { GET_ORGANIZER_PUBLIC_QUERY_KEY } from "../../../../queries/useGetOrganizerPublic.ts"; +import { ThemeColorControls } from "../../../common/ThemeColorControls"; +import { computeThemeVariables, validateThemeSettings } from "../../../../utilites/themeUtils.ts"; interface FormValues { homepage_theme_settings: Partial; } const OrganizerHomepageDesigner = () => { - const {organizerId} = useParams(); + const { organizerId } = useParams(); const organizerSettingsQuery = useGetOrganizerSettings(organizerId); const organizerQuery = useGetOrganizer(organizerId); const updateMutation = useUpdateOrganizerSettings(); @@ -120,7 +120,7 @@ const OrganizerHomepageDesigner = () => { const settingsJson = JSON.stringify(settingsToSend); if (settingsJson !== lastSentSettings.current) { iframeRef.current.contentWindow.postMessage( - {type: "UPDATE_ORGANIZER_SETTINGS", settings: settingsToSend}, + { type: "UPDATE_ORGANIZER_SETTINGS", settings: settingsToSend }, "*" ); lastSentSettings.current = settingsJson; @@ -158,7 +158,7 @@ const OrganizerHomepageDesigner = () => { const value = Array.isArray(backgroundType) ? backgroundType[0] : backgroundType; form.setFieldValue('homepage_theme_settings', { ...form.values.homepage_theme_settings, - background_type: value as 'COLOR' | 'MIRROR_COVER_IMAGE', + background_type: value as 'COLOR' | 'GRADIENT' | 'MIRROR_COVER_IMAGE', }); }; @@ -179,7 +179,7 @@ const OrganizerHomepageDesigner = () => { className={classes.accordion} > - }> + }> {t`Images`} @@ -189,7 +189,7 @@ const OrganizerHomepageDesigner = () => { {t`Cover Image`} - + { {t`Logo`} - + { - }> + }> {t`Theme & Colors`}
+ className={classes.fieldset}> , - label: t`Color`, + icon: , + label: t`Solid Color`, value: 'COLOR', - description: t`Choose a color for your background`, + description: t`Choose a solid color for your background`, }, { - icon: , - label: t`Use cover image`, + icon: , + label: t`Animated Gradient`, + value: 'GRADIENT', + description: t`A fluid, animated mesh gradient`, + }, + { + icon: , + label: t`Cover Image`, value: 'MIRROR_COVER_IMAGE', description: t`Use a blurred version of the cover image as the background`, disabled: !existingCover, @@ -296,7 +302,7 @@ const OrganizerHomepageDesigner = () => { onLoad={() => setIframeLoaded(true)} /> ) : ( - + )}
diff --git a/frontend/src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx b/frontend/src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx index 5b40ecbf7..0bc00bb10 100644 --- a/frontend/src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx +++ b/frontend/src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx @@ -1,93 +1,272 @@ -import {Currency, ProductPriceDisplay} from "../../../../../common/Currency"; -import {Event, Product} from "../../../../../../types.ts"; -import {Group, TextInput} from "@mantine/core"; -import {NumberSelector} from "../../../../../common/NumberSelector"; -import {UseFormReturnType} from "@mantine/form"; -import {t} from "@lingui/macro"; -import {ProductPriceAvailability} from "../../../../../common/ProductPriceAvailability"; -import {getCurrencySymbol} from "../../../../../../utilites/currency.ts"; +/* eslint-disable lingui/no-unlocalized-strings */ +/* eslint-disable @typescript-eslint/no-explicit-any */ +import { Currency, ProductPriceDisplay } from "../../../../../common/Currency"; +import { Event, Product } from "../../../../../../types.ts"; +import { Group, TextInput, Modal, Button } from "@mantine/core"; +import { NumberSelector } from "../../../../../common/NumberSelector"; +import { useState, useEffect, useRef } from "react"; +import { UseFormReturnType } from "@mantine/form"; +import { t } from "@lingui/macro"; +import { ProductPriceAvailability } from "../../../../../common/ProductPriceAvailability"; +import { getCurrencySymbol } from "../../../../../../utilites/currency.ts"; +import { getContrastColor, hexToRgb } from "../../../../../../utilites/themeUtils"; interface TieredPricingProps { event: Event; product: Product; - form: UseFormReturnType; + form: UseFormReturnType; // Need 'any' here due to Mantine form typing complexity with nested arrays, but we will ignore the warning productIndex: number; + colors?: { + primary?: string; + primaryText?: string; + secondaryText?: string; + } | undefined; } -export const TieredPricing = ({product, event, form, productIndex}: TieredPricingProps) => { +export const TieredPricing = ({ event, product, form, productIndex, colors }: TieredPricingProps) => { + const isDarkMode = colors?.primaryText === '#ffffff'; + const textPrimaryClass = isDarkMode ? 'text-white' : 'text-gray-900'; + const textSecondaryClass = isDarkMode ? 'text-gray-300' : 'text-gray-500'; + const borderClass = isDarkMode ? 'border-white/10' : 'border-gray-100'; + const mutedBgClass = isDarkMode ? 'bg-white/10' : 'bg-gray-100'; + + const [isDonationModalOpen, setIsDonationModalOpen] = useState(false); + const [donationModalIndex, setDonationModalIndex] = useState(null); + const [tempDonationAmount, setTempDonationAmount] = useState(''); + const [showHintIndex, setShowHintIndex] = useState(null); + + // To detect when a quantity increments, we can use a ref to store previous quantities + const prevQuantitiesRef = useRef([]); + + useEffect(() => { + if (product.type !== 'DONATION') return; + + const currentQuantities = product.prices?.map((_, index) => { + return form.values.products?.[productIndex]?.quantities?.[index]?.quantity || 0; + }) || []; + + let shouldUpdateRef = false; + currentQuantities.forEach((qty, index) => { + const prevQty = prevQuantitiesRef.current[index] || 0; + if (qty > prevQty) { + // Quantity increased + setShowHintIndex(index); + // Hide after 4 seconds + setTimeout(() => { + setShowHintIndex(curr => curr === index ? null : curr); + }, 4000); + } + if (qty !== prevQty) { + shouldUpdateRef = true; + } + }); + + if (shouldUpdateRef || prevQuantitiesRef.current.length === 0) { + prevQuantitiesRef.current = currentQuantities; + } + }, [form.values.products?.[productIndex]?.quantities, product.prices, product.type, productIndex]); + + const handleOpenDonationModal = (index: number) => { + const currentPrice = form.values.products?.[productIndex]?.quantities?.[index]?.price || product.price || 0; + setTempDonationAmount(currentPrice); + setDonationModalIndex(index); + setIsDonationModalOpen(true); + setShowHintIndex(null); // Hide hint if they clicked + }; + + const handleConfirmDonation = () => { + if (donationModalIndex !== null && tempDonationAmount !== '' && tempDonationAmount >= (product.price || 0)) { + form.setFieldValue(`products.${productIndex}.quantities.${donationModalIndex}.price`, tempDonationAmount); + setIsDonationModalOpen(false); + } + }; + return ( <> + {/* Donation Dialog */} + setIsDonationModalOpen(false)} + centered + withCloseButton={false} + overlayProps={{ + color: '#000000', + opacity: 0.85, + blur: 15, + }} + styles={{ + content: { + backgroundColor: isDarkMode ? 'rgba(20, 20, 20, 0.65)' : 'rgba(255, 255, 255, 0.85)', + backdropFilter: 'blur(40px)', + WebkitBackdropFilter: 'blur(40px)', + border: `1px solid ${isDarkMode ? 'rgba(255, 255, 255, 0.15)' : 'rgba(0, 0, 0, 0.1)'}`, + boxShadow: '0 25px 50px -12px rgba(0, 0, 0, 0.7)', + borderRadius: '28px', + color: isDarkMode ? '#fff' : '#000', + }, + body: { + padding: '40px 32px', + }, + header: { + display: 'none', + } + }} + > +
+

+ {t`Custom Donation Amount`} +

+

+ {t`Minimum amount:`} {getCurrencySymbol(event?.currency)}{product.price} +

+ +
+
+ {getCurrencySymbol(event?.currency)} + setTempDonationAmount(e.currentTarget.value ? parseFloat(e.currentTarget.value) : '')} + min={product.price} + step={0.01} + className="bg-transparent border-none outline-none w-32 text-center p-0 appearance-none m-0 shadow-none focus:ring-0 [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none" + /> +
+ {tempDonationAmount !== '' && tempDonationAmount < (product.price || 0) && ( +
+ {t`Must be at least`} {getCurrencySymbol(event?.currency)}{product.price} +
+ )} +
+ +
+ + +
+
+
{product?.prices?.map((price, index) => { return ( -
- -
-
{price.label}
-
- {product.type === 'DONATION' && ( +
+
+ {price.label &&
{price.label}
} +
+ {product.type === 'DONATION' && ( +
- + className={`absolute left-1/2 -translate-x-1/2 bottom-[calc(100%+8px)] z-50 px-2.5 py-1.5 rounded-lg text-[11px] font-semibold whitespace-nowrap shadow-lg transition-all duration-300 ease-in-out border ${showHintIndex === index + ? 'opacity-100 translate-y-0 scale-100' + : 'opacity-0 translate-y-2 scale-95 pointer-events-none' + } ${isDarkMode ? 'bg-black/90 text-white border-white/10 backdrop-blur-md' : 'bg-white text-gray-900 border-gray-200 shadow-xl'}`} + > + {t`Click here to edit donation`} + {/* Tooltip Arrow */} +
- )} - {product.type !== 'DONATION' && ( - handleOpenDonationModal(index)} + > + + {getCurrencySymbol(event?.currency)} + {form.values.products?.[productIndex]?.quantities?.[index]?.price || product.price || 0} + + + + + + +
+
+ )} + {product.type !== 'DONATION' && ( + + )} + {price.is_discounted && ( +
+ - )} -
-
-
- {(product.is_available && price.is_available) && ( - <> - - {form.errors[`products.${productIndex}.quantities.${index}.quantity`] && ( -
- {form.errors[`products.${productIndex}.quantities.${index}.quantity`]} -
- )} - - )} - {(!product.is_available || !price.is_available) && ( - +
)}
- +
+
+ {(product.is_available && price.is_available) && ( +
+ - -
- )} + /> + {form.errors[`products.${productIndex}.quantities.${index}.quantity`] && ( +
+ {form.errors[`products.${productIndex}.quantities.${index}.quantity`]} +
+ )} +
+ )} + {(!product.is_available || !price.is_available) && ( + + + + )} +
); })} diff --git a/frontend/src/components/routes/product-widget/SelectProducts/index.tsx b/frontend/src/components/routes/product-widget/SelectProducts/index.tsx index 2223f7918..fc5d013ce 100644 --- a/frontend/src/components/routes/product-widget/SelectProducts/index.tsx +++ b/frontend/src/components/routes/product-widget/SelectProducts/index.tsx @@ -1,4 +1,5 @@ -import {t, Trans} from "@lingui/macro"; +/* eslint-disable lingui/no-unlocalized-strings */ +import { t, Trans } from "@lingui/macro"; import { ActionIcon, Anchor, @@ -11,31 +12,31 @@ import { TextInput, UnstyledButton } from "@mantine/core"; -import {useNavigate, useParams} from "react-router"; -import {useMutation, useQueryClient} from "@tanstack/react-query"; -import {notifications} from "@mantine/notifications"; +import { useNavigate, useParams } from "react-router"; +import { useMutation, useQueryClient } from "@tanstack/react-query"; +import { notifications } from "@mantine/notifications"; import { orderClientPublic, ProductFormPayload, ProductFormValue, ProductPriceQuantityFormValue } from "../../../../api/order.client.ts"; -import {useForm} from "@mantine/form"; -import {range, useInputState, useResizeObserver} from "@mantine/hooks"; -import React, {useEffect, useMemo, useRef, useState} from "react"; -import {showError, showInfo, showSuccess} from "../../../../utilites/notifications.tsx"; -import {addQueryStringToUrl, isObjectEmpty, removeQueryStringFromUrl} from "../../../../utilites/helpers.ts"; -import {TieredPricing} from "./Prices/Tiered"; +import { useForm } from "@mantine/form"; +import { range, useInputState, useResizeObserver } from "@mantine/hooks"; +import React, { useEffect, useMemo, useRef, useState } from "react"; +import { showError, showInfo, showSuccess } from "../../../../utilites/notifications.tsx"; +import { addQueryStringToUrl, isObjectEmpty, removeQueryStringFromUrl } from "../../../../utilites/helpers.ts"; +import { TieredPricing } from "./Prices/Tiered"; import classNames from 'classnames'; import '../../../../styles/widget/default.scss'; -import {ProductAvailabilityMessage} from "../../../common/ProductPriceAvailability"; -import {PoweredByFooter} from "../../../common/PoweredByFooter"; -import {Event, Product} from "../../../../types.ts"; -import {eventsClientPublic} from "../../../../api/event.client.ts"; -import {promoCodeClientPublic} from "../../../../api/promo-code.client.ts"; -import {IconChevronRight, IconX} from "@tabler/icons-react" -import {getSessionIdentifier} from "../../../../utilites/sessionIdentifier.ts"; -import {Constants} from "../../../../constants.ts"; +import { ProductAvailabilityMessage } from "../../../common/ProductPriceAvailability"; +import { PoweredByFooter } from "../../../common/PoweredByFooter"; +import { Event, Product } from "../../../../types.ts"; +import { eventsClientPublic } from "../../../../api/event.client.ts"; +import { promoCodeClientPublic } from "../../../../api/promo-code.client.ts"; +import { IconChevronDown, IconChevronRight, IconX } from "@tabler/icons-react" +import { getSessionIdentifier } from "../../../../utilites/sessionIdentifier.ts"; +import { Constants } from "../../../../constants.ts"; const AFFILIATE_EXPIRY_DAYS = 30; @@ -62,7 +63,7 @@ interface SelectProductsProps { event: Event; promoCodeValid?: boolean; promoCode?: string; - backgroundType?: 'COLOR' | 'MIRROR_COVER_IMAGE'; + backgroundType?: 'COLOR' | 'GRADIENT' | 'MIRROR_COVER_IMAGE'; colors?: { primary?: string; primaryText?: string; @@ -77,8 +78,56 @@ interface SelectProductsProps { showPoweredBy?: boolean; } +const TextSpoiler = ({ html, isDarkMode, lineClampClass = "line-clamp-3" }: { html: string, isDarkMode: boolean, lineClampClass?: string }) => { + const [expanded, setExpanded] = useState(false); + // Start as `true` so the button is present in the SSR HTML — preventing CLS. + // After hydration, the ResizeObserver will set this to false if text isn't actually truncated. + const [mayBeTruncated, setMayBeTruncated] = useState(true); + const contentRef = useRef(null); + + useEffect(() => { + if (!contentRef.current) return; + + const checkTruncation = () => { + if (contentRef.current && !expanded) { + setMayBeTruncated(contentRef.current.scrollHeight > contentRef.current.clientHeight + 2); + } + }; + + checkTruncation(); + + const resizeObserver = new ResizeObserver(() => { + checkTruncation(); + }); + resizeObserver.observe(contentRef.current); + return () => resizeObserver.disconnect(); + }, [expanded, html]); + + return ( +
+
+
+ {(mayBeTruncated || expanded) && ( + + )} +
+
+ ); +}; + const SelectProducts = (props: SelectProductsProps) => { - const {eventId} = useParams(); + const { eventId } = useParams(); const queryClient = useQueryClient(); const navigate = useNavigate(); @@ -99,7 +148,7 @@ const SelectProducts = (props: SelectProductsProps) => { const affiliateCodeFromUrl = new URLSearchParams(window.location.search).get('aff'); if (affiliateCodeFromUrl) { - const data = {code: affiliateCodeFromUrl, timestamp: now}; + const data = { code: affiliateCodeFromUrl, timestamp: now }; localStorage.setItem(storageKey, JSON.stringify(data)); setAffiliateCode(affiliateCodeFromUrl); return; @@ -201,8 +250,8 @@ const SelectProducts = (props: SelectProductsProps) => { const selectedProductQuantitySum = useMemo(() => { let total = 0; - form.values.products?.forEach(({quantities}) => { - quantities?.forEach(({quantity}) => { + form.values.products?.forEach(({ quantities }) => { + quantities?.forEach(({ quantity }) => { total += Number(quantity); }); }); @@ -291,22 +340,30 @@ const SelectProducts = (props: SelectProductsProps) => { || props.widgetMode === 'preview' || products?.every(product => product.is_sold_out); + const isDarkMode = props.colors?.primaryText === '#ffffff'; + const cardBgClass = isDarkMode ? 'bg-black/20 backdrop-blur-2xl border-white/10 hover:bg-black/30 hover:border-white/20 shadow-xl' : 'bg-white/40 backdrop-blur-2xl border-white/50 hover:border-white/70 shadow-xl'; + const textPrimaryClass = isDarkMode ? 'text-white' : 'text-gray-900'; + const textSecondaryClass = isDarkMode ? 'text-gray-300' : 'text-gray-500'; + const mutedBgClass = isDarkMode ? 'bg-black/20 backdrop-blur-xl border-white/10' : 'bg-white/30 backdrop-blur-xl border-white/40'; + const highlightCardClass = isDarkMode ? 'border-primary bg-primary/20 backdrop-blur-2xl shadow-[0_0_15px_rgba(var(--theme-accent-rgb),0.1)] ring-1 ring-primary/50' : 'border-primary bg-primary/10 backdrop-blur-2xl shadow-xl ring-1 ring-primary/50'; + let productIndex = 0; return ( -
+
{!productAreAvailable && (
-

+

{t`There are no products available for this event`}

@@ -334,7 +391,7 @@ const SelectProducts = (props: SelectProductsProps) => { gap: '16px', color: props.colors?.primaryText || 'inherit' }}> -
+

{ onClick={() => setOrderInProcessOverlayVisible(false)} variant={'subtle'} size={'sm'} + className={textPrimaryClass} styles={{ root: { - color: props.colors?.primaryText || 'var(--primary-color, #228be6)', '&:hover': { backgroundColor: 'transparent', textDecoration: 'underline' @@ -397,203 +454,257 @@ const SelectProducts = (props: SelectProductsProps) => { )} {(event && productAreAvailable) && ( - - - -
- {productCategories && productCategories.map((category) => { - return ( -
-

- {category.name} -

- {category.description && ( -
- -
- -
- )} -
- {category.products?.length === 0 && ( -
-

- {category.no_products_message || t`There are no products available in this category`} -

+ <> + + + +
+ {productCategories && productCategories.map((category) => { + return ( +
+

+ {category.name} +

+ {category.description && ( +
+
)} +
+ {category.products?.length === 0 && ( +
+

+ {category.no_products_message || t`There are no products available in this category`} +

+
+ )} + + {(category.products) && category.products.map((product) => { + const currentProductIndex = productIndex++; + const quantityRange = range(product.min_per_order || 1, product.max_per_order || 25) + .map((n) => n.toString()); + quantityRange.unshift("0"); + + const isCollapsed = collapsedProducts[Number(product.id)] ?? product.start_collapsed; + const isExpanded = !isCollapsed; + + const toggleExpanded = () => { + setCollapsedProducts(prev => ({ + ...prev, + [Number(product.id)]: !isCollapsed + })); + }; + + const currentProductQuantities = form.values.products?.[currentProductIndex]?.quantities || []; + const productTotalQuantity = currentProductQuantities.reduce((acc, { quantity }) => acc + Number(quantity), 0); + const isSelected = productTotalQuantity > 0; + const hasMultiplePrices = (product.prices?.length ?? 0) > 1; + + const hasAvailability = ((product.is_available && !!product.quantity_available) || (!product.is_available && product.type === 'TIERED')); + const hasCollapsibleContent = !!product.description || hasMultiplePrices || hasAvailability; + + return ( +
+ {product.is_highlighted && product.highlight_message && ( +
+ {product.highlight_message} +
+ )} - {(category.products) && category.products.map((product) => { - const currentProductIndex = productIndex; - const quantityRange = range(product.min_per_order || 1, product.max_per_order || 25) - .map((n) => n.toString()); - quantityRange.unshift("0"); - - const isProductCollapsed = collapsedProducts[Number(product.id)] ?? product.start_collapsed; - const toggleCollapse = () => { - setCollapsedProducts(prev => ({ - ...prev, - [Number(product.id)]: !isProductCollapsed - })); - }; - - return ( -
- {product.is_highlighted && product.highlight_message && ( -
- {product.highlight_message} -
- )} -
- -

- {product.title} -

-
- {(product.is_available && !!product.quantity_available) && ( - <> - {product.quantity_available === Constants.INFINITE_TICKETS && ( - - Unlimited available - +
+ {/* Header Row */} +
+ {/* Title & Chevron Group - full width on mobile (title left, chevron right), auto on desktop */} +
+

+ {product.title} +

+ {hasCollapsibleContent && ( + + )} +
+ + {/* Price & Controls Group - full width on mobile (price left, buttons right), auto on desktop */} +
+ {!hasMultiplePrices && ( + + )} +
+
+ + {/* Collapsible Content using CSS Grid trick */} + {hasCollapsibleContent && ( +
+
+ + {/* Availability tags */} + {hasAvailability && ( +
+ {(product.is_available && !!product.quantity_available) && ( +
+ {product.quantity_available === Constants.INFINITE_TICKETS && ( + Unlimited available + )} + {product.quantity_available !== Constants.INFINITE_TICKETS && ( + {product.quantity_available} available + )} +
+ )} + + {(!product.is_available && product.type === 'TIERED') && ( +
+ +
+ )} +
)} - {product.quantity_available !== Constants.INFINITE_TICKETS && ( - - {product.quantity_available} available - + + {/* Single Price Description */} + {!hasMultiplePrices && product.description && ( +
+ +
)} - - )} - - {(!product.is_available && product.type === 'TIERED') && ( - - )} - - - - -
- -
-
+ )} +
- {product.max_per_order && form.values.products && isObjectEmpty(form.errors) && (form.values.products[currentProductIndex]?.quantities.reduce((acc, {quantity}) => acc + Number(quantity), 0) > product.max_per_order) && ( -
- The maximum number of products - for {product.title} - is {product.max_per_order} + {/* Validation Errors */} + {product.max_per_order && form.values.products && isObjectEmpty(form.errors) && (currentProductQuantities.reduce((acc, { quantity }) => acc + Number(quantity), 0) > product.max_per_order) && ( +
+ The maximum number of products for {product.title} is {product.max_per_order}
)} {form.errors[`products.${currentProductIndex}`] && ( -
+
{form.errors[`products.${currentProductIndex}`]}
)} - - {product.description && ( -
- -
- -
- )} - -
- ) - })} +
+ ) + })} +
-
- ) - })} -
+ ) + })} +
-
- {event?.settings?.product_page_message && ( -
') - }} className={'hi-product-page-message'}/> +
+ {event?.settings?.product_page_message && ( +
') + }} className="mb-6 p-4 bg-blue-50/50 border border-blue-100 rounded-xl text-sm text-blue-800 leading-relaxed font-medium" /> + )} + +
+ +
+ {(!showPromoCodeInput && !form.values.promo_code) && ( + setShowPromoCodeInput(true)}> + {t`Have a promo code?`} + + )} + {form.values.promo_code && ( +
+ {form.values.promo_code} {t`applied`} + { + promoCodeEventRefetchMutation.mutate(null) + }} + > + + +
+ )} + + {(showPromoCodeInput && !form.values.promo_code) && ( + + {/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */} + {/*@ts-ignore*/} + { + if (event.key === 'Enter') { + event.preventDefault(); + handleApplyPromoCode(); + } + }} mb={0} ref={promoRef} className="flex-1" /> + + setShowPromoCodeInput(false)} + > + + + )} -
- + )} -
- {(!showPromoCodeInput && !form.values.promo_code) && ( - setShowPromoCodeInput(true)}> - {t`Have a promo code?`} - - )} - {form.values.promo_code && ( -
- {form.values.promo_code} {t`applied`} - { - promoCodeEventRefetchMutation.mutate(null) - }} - > - - -
- )} - - {(showPromoCodeInput && !form.values.promo_code) && ( - - {/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */} - {/*@ts-ignore*/} - { - if (event.key === 'Enter') { - event.preventDefault(); - handleApplyPromoCode(); - } - }} mb={0} ref={promoRef}/> - - setShowPromoCodeInput(false)} - > - - - - )} -
- { /** * (c) Hi.Events Ltd 2025 @@ -609,12 +720,14 @@ const SelectProducts = (props: SelectProductsProps) => { * If you wish to remove this notice, a commercial license is available at: https://hi.events/licensing */ } - {(props.showPoweredBy ?? true) && ( - - )} -
+ { + (props.showPoweredBy ?? true) && ( + + ) + } +
); } diff --git a/frontend/src/locales/de.js b/frontend/src/locales/de.js index 1aaadd547..c518f25c5 100644 --- a/frontend/src/locales/de.js +++ b/frontend/src/locales/de.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"„Hier gibt es noch nichts zu sehen“\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>erfolgreich eingecheckt\"],\"yxhYRZ\":[[\"0\"],\" <0>erfolgreich ausgecheckt\"],\"KMgp2+\":[[\"0\"],\" verfügbar\"],\"Pmr5xp\":[[\"0\"],\" erfolgreich erstellt\"],\"FImCSc\":[[\"0\"],\" erfolgreich aktualisiert\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" eingecheckt\"],\"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\":\"⚡️ Richten Sie Ihre Veranstaltung ein\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Veranstaltungsseite anpassen\",\"3VPPdS\":\"💳 Mit Stripe verbinden\",\"cjdktw\":\"🚀 Veröffentliche dein Event\",\"rmelwV\":\"0 Minuten und 0 Sekunden\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"Hauptstraße 123\",\"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\":\"Promo-Code anwenden\",\"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\":\"Möchten Sie diese Veranstaltung wirklich öffentlich machen? Dadurch wird die Veranstaltung für die Öffentlichkeit sichtbar\",\"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\":\"Teilnehmernotizen\",\"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\":\"Kalifornien\",\"iStTQt\":\"Die Kameraberechtigung wurde verweigert. <0>Fordern Sie die Berechtigung erneut an. Wenn dies nicht funktioniert, müssen Sie dieser Seite in Ihren Browsereinstellungen <1>Zugriff auf Ihre Kamera gewähren.\",\"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\":\"Check-in nicht möglich\",\"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\":\"Einchecken\",\"p2WLr3\":[\"Check-in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Einchecken und Bestellung als bezahlt markieren\",\"QYLpB4\":\"Nur einchecken\",\"/Ta1d4\":\"Auschecken\",\"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\":\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen zu empfangen.\",\"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\":\"Weiter einrichten\",\"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\":\"Passen Sie Ihre Veranstaltungsseite an Ihre Marke und Ihren Stil an.\",\"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\":\"Spende / Produkt mit freier Preiswahl\",\"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 ist auf diesem Gerät nicht verfügbar\",\"UNMVei\":\"Passwort vergessen?\",\"2POOFK\":\"Frei\",\"P/OAYJ\":\"Kostenloses Produkt\",\"vAbVy9\":\"Kostenloses Produkt, keine Zahlungsinformationen erforderlich\",\"nLC6tu\":\"Französisch\",\"Weq9zb\":\"Allgemein\",\"DDcvSo\":\"Deutsch\",\"4GLxhy\":\"Erste Schritte\",\"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\":\"Seite „Erste Schritte“ ausblenden\",\"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\":\"Blenden Sie die Seite „Erste Schritte“ in der Seitenleiste aus.\",\"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\":\"Mehrere Preisoptionen. Perfekt für Frühbucherprodukte usw.\",\"/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\":\"Zu dieser Bestellung wurden keine Teilnehmer hinzugefügt.\",\"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\":\"Kein Produkt mit diesem Teilnehmer verknüpft.\",\"Ya1JhR\":\"Keine Produkte in dieser Kategorie verfügbar.\",\"FTfObB\":\"Noch keine Produkte\",\"+Y976X\":\"Keine Promo-Codes anzuzeigen\",\"MAavyl\":\"Dieser Teilnehmer hat keine Fragen beantwortet.\",\"SnlQeq\":\"Für diese Bestellung wurden keine Fragen gestellt.\",\"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\":\"Sobald Sie bereit sind, setzen Sie Ihre Veranstaltung live und beginnen Sie mit dem Verkauf von Produkten.\",\"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\":\"Bestellnotizen\",\"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\":\"Bezahltes Produkt\",\"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\":\"Powered by\",\"Rs7IQv\":\"Nachricht vor dem Checkout\",\"rdUucN\":\"Vorschau\",\"a7u1N9\":\"Preis\",\"CmoB9j\":\"Preisanzeigemodus\",\"BI7D9d\":\"Preis nicht festgelegt\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Preistyp\",\"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 Bedingungen, Richtlinien oder wichtige Informationen hinzuzufügen, die die Teilnehmer vor dem Beantworten wissen 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\":\"Suchen nach Name, Bestellnummer, Teilnehmernummer oder E-Mail...\",\"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\":\"Kamera auswählen\",\"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\":\"Legen Sie einen Mindestpreis fest und lassen Sie die Nutzer mehr zahlen, wenn sie wollen.\",\"L0pJmz\":\"Legen Sie die Startnummer für die Rechnungsnummerierung fest. Dies kann nicht geändert werden, sobald Rechnungen generiert wurden.\",\"nYNT+5\":\"Richten Sie Ihre Veranstaltung ein\",\"A8iqfq\":\"Schalten Sie Ihr 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\":\"Standardprodukt mit festem Preis\",\"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\":\"Diese Details werden nur angezeigt, wenn die Bestellung erfolgreich abgeschlossen wurde. Bestellungen, die auf Zahlung warten, zeigen diese Nachricht nicht an.\",\"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\":\"Dies ist ein allgemeines Produkt, wie ein T-Shirt oder eine Tasse. Es wird kein Ticket ausgestellt\",\"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\":\"Dieses Produkt ist ein Ticket. Käufer erhalten nach dem Kauf ein Ticket\",\"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\":\"Gestuftes Produkt\",\"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\":\"TIPP\",\"MHrjPM\":\"Title\",\"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\":\"Ansehen\",\"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\":\"Sichtweite\",\"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\":\"Sie haben dieses Ticket bereits gescannt\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ist bereits eingecheckt\"],\"S4PqS9\":[[\"0\"],\" aktive Webhooks\"],\"6MIiOI\":[[\"0\"],\" übrig\"],\"COnw8D\":[[\"0\"],\" Logo\"],\"B7pZfX\":[[\"0\"],\" Veranstalter\"],\"/HkCs4\":[[\"0\"],\" Tickets\"],\"TjbIUI\":[[\"availableCount\"],\" von \",[\"totalCount\"],\" verfügbar\"],\"OJnhhX\":[[\"eventCount\"],\" Ereignisse\"],\"3IEF7U\":[[\"totalCount\"],\" Ticketarten\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Tickets hinzufügen\",\"M2DyLc\":\"1 aktiver Webhook\",\"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\",\"cGtUz6\":\"1 Woche vor der Veranstaltung\",\"HR/cvw\":\"Musterstraße 123\",\"kMU5aM\":\"Eine Stornierungsbenachrichtigung wurde gesendet an\",\"V53XzQ\":\"Ein neuer Bestätigungscode wurde an Ihre E-Mail gesendet\",\"/z/bH1\":\"Eine kurze Beschreibung Ihres Veranstalters, die Ihren Nutzern angezeigt wird.\",\"aS0jtz\":\"Abgebrochen\",\"uyJsf6\":\"Über\",\"WTk/ke\":\"Über Stripe Connect\",\"JvuLls\":\"Gebühr übernehmen\",\"lk74+I\":\"Gebühr übernehmen\",\"1uJlG9\":\"Akzentfarbe\",\"K5+3xg\":\"Einladung annehmen\",\"VTfZPy\":\"Zugriff verweigert\",\"iN5Cz3\":\"Konto bereits verbunden!\",\"YP4JuP\":\"Kontokonfiguration erfolgreich aktualisiert\",\"vOuxvL\":\"Kontoinformationen\",\"EHNORh\":\"Konto nicht gefunden\",\"bPwFdf\":\"Konten\",\"nMtNd+\":\"Handlung erforderlich: Verbinden Sie Ihr Stripe-Konto erneut\",\"AhwTa1\":\"Handlung erforderlich: Umsatzsteuerinformationen benötigt\",\"APyAR/\":\"Aktive Events\",\"UWWRyd\":\"Fügen Sie benutzerdefinierte Fragen hinzu, um während des Bezahlvorgangs zusätzliche Informationen zu erfassen\",\"a5KFZU\":\"Füge Veranstaltungsdetails hinzu und verwalte die Einstellungen.\",\"Fb+SDI\":\"Weitere Tickets hinzufügen\",\"7JF9w9\":\"Frage hinzufügen\",\"6PNlRV\":\"Fügen Sie dieses Event zu Ihrem Kalender hinzu\",\"BGD9Yt\":\"Tickets hinzufügen\",\"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.\",\"bVjDs9\":\"Zusätzliche Gebühren\",\"0Zypnp\":\"Admin Dashboard\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Partnercode kann nicht geändert werden\",\"/jHBj5\":\"Partner erfolgreich erstellt\",\"uCFbG2\":\"Partner erfolgreich gelöscht\",\"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.\",\"7rLTkE\":\"Alle archivierten Veranstaltungen\",\"gKq1fa\":\"Alle Teilnehmer\",\"pMLul+\":\"Alle Währungen\",\"qlaZuT\":\"Fertig! Sie verwenden jetzt unser verbessertes Zahlungssystem.\",\"ZS/D7f\":\"Alle beendeten Veranstaltungen\",\"QsYjci\":\"Alle Veranstaltungen\",\"31KB8w\":\"Alle fehlgeschlagenen Jobs gelöscht\",\"D2g7C7\":\"Alle Jobs zur Wiederholung eingereiht\",\"Sxm1lO\":\"Alle Status\",\"dr7CWq\":\"Alle bevorstehenden Veranstaltungen\",\"GpT6Uf\":\"Erlauben Sie Teilnehmern, ihre Ticketinformationen (Name, E-Mail) über einen sicheren Link zu aktualisieren, der mit ihrer Bestellbestätigung gesendet wird.\",\"F3mW5G\":\"Kunden erlauben, sich auf eine Warteliste zu setzen, wenn dieses Produkt ausverkauft ist\",\"QUg5y1\":\"Fast geschafft! Schließen Sie die Verbindung Ihres Stripe-Kontos ab, um Zahlungen zu akzeptieren.\",\"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\"],\"\"],\"/H326L\":\"Bereits erstattet\",\"RtxQTF\":\"Diese Bestellung auch stornieren\",\"jkNgQR\":\"Diese Bestellung auch erstatten\",\"xYqsHg\":\"Immer verfügbar\",\"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.\",\"eusccx\":\"Eine optionale Nachricht, die beim hervorgehobenen Produkt angezeigt wird, z.B. \\\"Verkauft sich schnell 🔥\\\" oder \\\"Bester Wert\\\"\",\"QNrkms\":\"Antwort erfolgreich aktualisiert.\",\"Znwxal\":\"Anwendungsgebühren-Konfiguration\",\"261RBr\":\"Nachricht genehmigen\",\"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.\",\"vPeW/6\":\"Sind Sie sicher, dass Sie diese Konfiguration löschen möchten? Dies kann sich auf Konten auswirken, die sie verwenden.\",\"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.\",\"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?\"],\"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.\",\"QGoXh3\":\"Da Ihr Unternehmen in der EU ansässig ist, müssen wir die korrekte Umsatzsteuerbehandlung für unsere Plattformgebühren bestimmen:\",\"tMeVa/\":\"Name und E-Mail für jedes gekaufte Ticket erfragen\",\"/JdZIP\":\"Zugewiesene Konfiguration\",\"xdiER7\":\"Zugewiesene Stufe\",\"F2rX0R\":\"Mindestens ein Ereignistyp muss ausgewählt werden\",\"BCmibk\":\"Versuche\",\"6PecK3\":\"Anwesenheit und Check-in-Raten für alle Veranstaltungen\",\"AJ4rvK\":\"Teilnehmer storniert\",\"qvylEK\":\"Teilnehmer erstellt\",\"Aspq3b\":\"Erfassung von Teilnehmerdetails\",\"fpb0rX\":\"Teilnehmerdetails aus Bestellung kopiert\",\"0R3Y+9\":\"Teilnehmer-E-Mail\",\"94aQMU\":\"Teilnehmerinformationen\",\"KkrBiR\":\"Erfassung von Teilnehmerinformationen\",\"av+gjP\":\"Teilnehmername\",\"cosfD8\":\"Teilnehmerstatus\",\"D2qlBU\":\"Teilnehmer aktualisiert\",\"22BOve\":\"Teilnehmer erfolgreich aktualisiert\",\"x8Vnvf\":\"Ticket des Teilnehmers nicht in dieser Liste enthalten\",\"k3Tngl\":\"Teilnehmer exportiert\",\"UoIRW8\":\"Registrierte Teilnehmer\",\"5UbY+B\":\"Teilnehmer mit einem bestimmten Ticket\",\"4HVzhV\":\"Teilnehmer:\",\"HVkhy2\":\"Attributionsanalyse\",\"dMMjeD\":\"Attributionsaufschlüsselung\",\"1oPDuj\":\"Attributionswert\",\"OpCtfq\":\"Automatisches Angebot ist aktiviert. Tickets werden automatisch angeboten, wenn Kapazität verfügbar wird. Verwenden Sie dies, um manuell zusätzliche Plätze anzubieten.\",\"V7Tejz\":\"Warteliste automatisch verarbeiten\",\"PZ7FTW\":\"Wird automatisch basierend auf der Hintergrundfarbe erkannt, kann aber überschrieben werden\",\"8Etqrl\":\"Tickets automatisch der nächsten Person anbieten, wenn Kapazität frei wird\",\"csDS2L\":\"Verfügbar\",\"clF06r\":\"Zur Erstattung verfügbar\",\"NB5+UG\":\"Verfügbare Token\",\"EmYMHc\":\"Wartet auf Offline-Zahlung\",\"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\",\"jIPNJG\":\"Grundinformationen\",\"WOpH7O\":\"Schönes Checkout-Erlebnis auf jedem Gerät\",\"iMdwTb\":\"Bevor dein Event live gehen kann, musst du einige Schritte erledigen. Schließe alle folgenden Schritte ab, um zu beginnen.\",\"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.\",\"9N+p+g\":\"Geschäftlich\",\"7ns+do\":\"Geschäftsadresse\",\"LeC29u\":\"Geschäftsadresse für Umsatzsteuerzwecke\",\"RReHTu\":\"Firmenname\",\"bv6RXK\":\"Schaltflächenbeschriftung\",\"ChDLlO\":\"Schaltflächentext\",\"BUe8Wj\":\"Käufer zahlt\",\"qF1qbA\":\"Käufer sehen einen klaren Preis. Die Plattformgebühr wird von Ihrer Auszahlung abgezogen.\",\"DFqasq\":[\"Durch Fortfahren stimmen Sie den <0>\",[\"0\"],\" Nutzungsbedingungen zu\"],\"lFdbRS\":\"Anwendungsgebühren umgehen\",\"2VLZwd\":\"Aktionsschaltfläche\",\"PUpvQe\":\"Kamera-Scanner\",\"D02dD9\":\"Kampagne\",\"H4nE+E\":\"Alle Produkte stornieren und in den Pool zurückgeben\",\"tOXAdc\":\"Das Stornieren wird alle mit dieser Bestellung verbundenen Teilnehmer stornieren und die Tickets in den verfügbaren Pool zurückgeben.\",\"IrUqjC\":\"Einchecken nicht möglich (Storniert)\",\"01sEfm\":\"Die Standardkonfiguration des Systems kann nicht gelöscht werden\",\"VsM1HH\":\"Kapazitätszuweisungen\",\"K7tIrx\":\"Kategorie\",\"2tbLdK\":\"Wohltätigkeit\",\"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.\",\"udRwQs\":\"Check-in erstellt\",\"F4SRy3\":\"Check-in gelöscht\",\"9gPPUY\":\"Check-In-Liste erstellt!\",\"f2vU9t\":\"Check-in-Listen\",\"tMNBEF\":\"Check-In-Listen ermöglichen die Kontrolle des Einlasses über Tage, Bereiche oder Tickettypen hinweg. Sie können einen sicheren Check-In-Link mit dem Personal teilen – kein Konto erforderlich.\",\"SHJwyq\":\"Check-in-Rate\",\"qCqdg6\":\"Check-In-Status\",\"cKj6OE\":\"Check-in-Übersicht\",\"7B5M35\":\"Check-Ins\",\"DM4gBB\":\"Chinesisch (Traditionell)\",\"pkk46Q\":\"Wählen Sie einen Veranstalter\",\"Crr3pG\":\"Kalender auswählen\",\"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.\",\"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\",\"7D9MJz\":\"Stripe-Einrichtung abschließen\",\"OqEV/G\":\"Schließen Sie die folgende Einrichtung ab, um fortzufahren\",\"nqx+6h\":\"Schließen Sie diese Schritte ab, um mit dem Ticketverkauf für Ihre Veranstaltung zu beginnen.\",\"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\",\"B5fpAA\":\"Konfiguration erfolgreich 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\",\"Nbd6WT\":\"Wartelisten-Einstellungen für diese Veranstaltung konfigurieren\",\"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\",\"o5A0Go\":\"Herzlichen Glückwunsch zur Erstellung eines Events!\",\"x3wVFc\":\"Herzlichen Glückwunsch! Ihre Veranstaltung ist jetzt öffentlich sichtbar.\",\"WNnP3w\":\"Verbinden & Upgraden\",\"Xe2tSS\":\"Verbindungsdokumentation\",\"1Xxb9f\":\"Zahlungsabwicklung verbinden\",\"nQI4H5\":\"Verbinden Sie Stripe, um die Bearbeitung von E-Mail-Vorlagen zu ermöglichen\",\"LmvZ+E\":\"Stripe verbinden, um Nachrichten zu aktivieren\",\"EWnXR+\":\"Mit Stripe verbinden\",\"VioGG1\":\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen für Tickets und Produkte zu akzeptieren.\",\"4qmnU8\":\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen zu akzeptieren.\",\"E1eze1\":\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen für Ihre Veranstaltungen zu akzeptieren.\",\"ulV1ju\":\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen zu akzeptieren.\",\"/3017M\":\"Mit Stripe verbunden\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakt \",[\"0\"]],\"41BQ3k\":\"Kontakt-E-Mail\",\"KcXRN+\":\"Kontakt-E-Mail für Support\",\"m8WD6t\":\"Einrichtung fortsetzen\",\"0GwUT4\":\"Weiter zur Kasse\",\"sBV87H\":\"Weiter zur Veranstaltungserstellung\",\"nKtyYu\":\"Weiter zum nächsten Schritt\",\"F3/nus\":\"Weiter zur Zahlung\",\"p2FRHj\":\"Steuern Sie, wie Plattformgebühren für diese Veranstaltung gehandhabt werden\",\"1JnTgU\":\"Von oben kopiert\",\"FxVG/l\":\"In die Zwischenablage kopiert\",\"PiH3UR\":\"Kopiert!\",\"uUPbPg\":\"Partnerlink kopieren\",\"iVm46+\":\"Code 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\",\"P0rbCt\":\"Titelbild\",\"60u+dQ\":\"Das Titelbild wird oben auf Ihrer Veranstaltungsseite angezeigt\",\"2NLjA6\":\"Das Titelbild wird oben auf Ihrer Veranstalterseite angezeigt\",\"zg4oSu\":[[\"0\"],\"-Vorlage erstellen\"],\"RKKhnW\":\"Erstellen Sie ein individuelles Widget, um Tickets auf Ihrer Website zu verkaufen.\",\"yIRev4\":\"Passwort erstellen\",\"xfKgwv\":\"Partner erstellen\",\"tudG8q\":\"Erstellen und konfigurieren Sie Tickets und Merchandise zum Verkauf.\",\"YAl9Hg\":\"Konfiguration erstellen\",\"BTne9e\":\"Erstellen Sie benutzerdefinierte E-Mail-Vorlagen für diese Veranstaltung, die die Veranstalter-Standards überschreiben\",\"YIDzi/\":\"Benutzerdefinierte Vorlage erstellen\",\"Nc3l/D\":\"Erstellen Sie Rabatte, Zugangscodes für versteckte Tickets und Sonderangebote.\",\"eWEV9G\":\"Neues Passwort erstellen\",\"8AiKIu\":\"Ticket oder Produkt erstellen\",\"agZ87r\":\"Erstellen Sie Tickets für Ihre Veranstaltung, legen Sie Preise fest und verwalten Sie die verfügbare Menge.\",\"/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\",\"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\",\"BMtue0\":\"Aktueller Zahlungsdienstleister\",\"T+1APV\":\"Aktuelle Umsatzsteuer-Identifikationsnummer ist validiert\",\"v2GlhZ\":\"Validierung der aktuellen Umsatzsteuer-Identifikationsnummer fehlgeschlagen\",\"iTvh6I\":\"Derzeit zum Kauf verfügbar\",\"g7HIC0\":\"Individuelles Branding\",\"Guo0lU\":\"Benutzerdefiniertes Datum und Uhrzeit\",\"mimF6c\":\"Benutzerdefinierte Nachricht nach dem Checkout\",\"O6mra8\":\"Benutzerdefinierte Fragen\",\"axv/Mi\":\"Benutzerdefinierte Vorlage\",\"QMHSMS\":\"Der Kunde erhält eine E-Mail zur Bestätigung der Erstattung\",\"L/Qc+w\":\"E-Mail-Adresse des Kunden\",\"wpfWhJ\":\"Vorname des Kunden\",\"GIoqtA\":\"Nachname des Kunden\",\"NihQNk\":\"Kunden\",\"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\",\"pxNIxa\":\"Passen Sie Ihre E-Mail-Vorlage mit Liquid-Vorlagen an\",\"3trPKm\":\"Passen Sie das Erscheinungsbild Ihrer Veranstalterseite an\",\"/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\",\"pvnfJD\":\"Dunkel\",\"nE5o/t\":\"Dateneigentum\",\"lnYE59\":\"Datum der Veranstaltung\",\"gnBreG\":\"Datum der Bestellaufgabe\",\"ovBPCi\":\"Standard\",\"JtI4vj\":\"Standard-Erfassung von Teilnehmerinformationen\",\"3R/Tu2\":\"Standard-Gebührenbehandlung\",\"1bZAZA\":\"Standardvorlage wird verwendet\",\"vu7gDm\":\"Partner löschen\",\"KZN4Lc\":\"Alle löschen\",\"+jw/c1\":\"Bild löschen\",\"hdyeZ0\":\"Job löschen\",\"dPyJ15\":\"Vorlage löschen\",\"mxsm1o\":\"Diese Frage löschen? Dies kann nicht rückgängig gemacht werden.\",\"snMaH4\":\"Webhook löschen\",\"vYgeDk\":\"Alle abwählen\",\"NvuEhl\":\"Designelemente\",\"H8kMHT\":\"Code nicht erhalten?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Diese Nachricht schließen\",\"BREO0S\":\"Zeigen Sie ein Kontrollkästchen an, mit dem Kunden dem Erhalt von Marketing-Mitteilungen von diesem Veranstalter zustimmen können.\",\"TvY/XA\":\"Dokumentation\",\"Kdpf90\":\"Nicht vergessen!\",\"352VU2\":\"Haben Sie noch kein Konto? <0>Registrieren\",\"AXXqG+\":\"Spende\",\"DPfwMq\":\"Fertig\",\"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 stellt sicher, dass alle Veranstalter verifiziert und rechenschaftspflichtig sind.\",\"euc6Ns\":\"Duplizieren\",\"KRmTkx\":\"Produkt duplizieren\",\"KIjvtr\":\"Niederländisch\",\"22xieU\":\"z.B. 180 (3 Stunden)\",\"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.\",\"LTzmgK\":[[\"0\"],\"-Vorlage bearbeiten\"],\"v4+lcZ\":\"Partner bearbeiten\",\"2iZEz7\":\"Antwort bearbeiten\",\"tPtRwl\":\"Anwendungsgebühren bearbeiten\",\"t2bbp8\":\"Teilnehmer bearbeiten\",\"etaWtB\":\"Teilnehmerdetails bearbeiten\",\"+guao5\":\"Konfiguration bearbeiten\",\"vRWOrM\":\"Bestelldetails bearbeiten\",\"3yNuBV\":\"Umsatzsteuer-Einstellungen bearbeiten\",\"fW5sSv\":\"Webhook bearbeiten\",\"nP7CdQ\":\"Webhook bearbeiten\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Bildung\",\"iiWXDL\":\"Berechtigungsfehler\",\"zPiC+q\":\"Berechtigte Check-In-Listen\",\"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\",\"L86zy2\":\"E-Mail erfolgreich verifiziert!\",\"FSN4TS\":\"Widget einbetten\",\"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\",\"48Y16Q\":\"Endzeit (optional)\",\"7YZofi\":\"Geben Sie einen Betreff und Inhalt ein, um die Vorschau zu sehen\",\"3bR1r4\":\"Partner-E-Mail eingeben (optional)\",\"ARkzso\":\"Partnername eingeben\",\"y1BZw1\":\"Geschäftsadresse eingeben\",\"3GfR6a\":\"Firmennamen eingeben\",\"6KnyG0\":\"E-Mail eingeben\",\"INDKM9\":\"E-Mail-Betreff eingeben...\",\"xUgUTh\":\"Vornamen eingeben\",\"9/1YKL\":\"Nachnamen eingeben\",\"VpwcSk\":\"Neues Passwort eingeben\",\"1tAGuY\":\"Geben Sie die Umsatzsteuer-Identifikationsnummer mit Ländercode ein\",\"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)\",\"X88/6w\":\"Einträge erscheinen hier, wenn Kunden sich auf die Warteliste für ausverkaufte Produkte setzen.\",\"LslKhj\":\"Fehler beim Laden der Protokolle\",\"AKbElk\":\"EU-umsatzsteuerregistrierte Unternehmen: Umkehrung der Steuerschuldnerschaft gilt (0% - Artikel 196 der MwSt-Richtlinie 2006/112/EG)\",\"WgD6rb\":\"Veranstaltungskategorie\",\"b46pt5\":\"Veranstaltungs-Titelbild\",\"1Hzev4\":\"Event-benutzerdefinierte Vorlage\",\"imgKgl\":\"Veranstaltungsbeschreibung\",\"kJDmsI\":\"Veranstaltungsdetails\",\"m/N7Zq\":\"Vollständige Veranstaltungsadresse\",\"Nl1ZtM\":\"Veranstaltungsort\",\"t3AMTs\":\"Event-Management-Plattform\",\"PYs3rP\":\"Veranstaltungsname\",\"HhwcTQ\":\"Veranstaltungsname\",\"WZZzB6\":\"Veranstaltungsname ist erforderlich\",\"Wd5CDM\":\"Der Veranstaltungsname sollte weniger als 150 Zeichen lang sein\",\"4JzCvP\":\"Veranstaltung nicht verfügbar\",\"Gh9Oqb\":\"Name des Veranstalters\",\"mImacG\":\"Veranstaltungsseite\",\"JyD0LH\":\"Veranstaltungseinstellungen\",\"cOePZk\":\"Veranstaltungszeit\",\"e8WNln\":\"Veranstaltungszeitzone\",\"GeqWgj\":\"Veranstaltungszeitzone\",\"XVLu2v\":\"Veranstaltungstitel\",\"OfmsI9\":\"Event zu neu\",\"YDVUVl\":\"Ereignistypen\",\"4K2OjV\":\"Veranstaltungsort\",\"19j6uh\":\"Veranstaltungsleistung\",\"PC3/fk\":\"Veranstaltungen, die in den nächsten 24 Stunden beginnen\",\"fTFfOK\":\"Jede E-Mail-Vorlage muss eine Aktionsschaltfläche enthalten, die zur entsprechenden Seite verlinkt\",\"BVinvJ\":\"Beispiele: \\\"Wie haben Sie von uns erfahren?\\\", \\\"Firmenname für Rechnung\\\"\",\"2hGPQG\":\"Beispiele: \\\"T-Shirt-Größe\\\", \\\"Essenspräferenz\\\", \\\"Berufsbezeichnung\\\"\",\"qNuTh3\":\"Ausnahme\",\"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\",\"SIHgVQ\":\"Nachricht konnte nicht abgebrochen werden\",\"cEFg3R\":\"Partner konnte nicht erstellt werden\",\"dVgNF1\":\"Konfiguration konnte nicht erstellt werden\",\"U66oUa\":\"Vorlage konnte nicht erstellt werden\",\"aFk48v\":\"Konfiguration konnte nicht gelöscht werden\",\"Zw6LWb\":\"Job konnte nicht gelöscht werden\",\"tq0abZ\":\"Jobs konnten nicht gelöscht werden\",\"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\",\"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\",\"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.\",\"o/blc/\":\"Kontokonfiguration konnte nicht aktualisiert werden\",\"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\",\"EhlbcI\":\"Aktualisierung der Messaging-Stufe fehlgeschlagen\",\"rpGMzC\":\"Bestellung konnte nicht aktualisiert werden\",\"Eeo/Gy\":\"Einstellung konnte nicht aktualisiert werden\",\"kqA9lY\":\"Umsatzsteuer-Einstellungen konnten nicht aktualisiert werden\",\"7/9RFs\":\"Bild-Upload fehlgeschlagen.\",\"nkNfWu\":\"Fehler beim Hochladen des Bildes. Bitte versuchen Sie es erneut.\",\"rxy0tG\":\"E-Mail konnte nicht verifiziert werden\",\"9bHCo2\":\"Gebührungswährung\",\"/sV91a\":\"Gebührenbehandlung\",\"T4BMxU\":\"Gebühren können sich ändern. Du wirst über Änderungen deiner Gebührenstruktur benachrichtigt.\",\"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\",\"8OvVZZ\":\"Teilnehmer filtern\",\"mvrlBO\":\"Nach Veranstaltung filtern\",\"8BwQeU\":\"Einrichtung abschließen\",\"hg80P7\":\"Stripe-Einrichtung abschließen\",\"1vBhpG\":\"Ersten Teilnehmer\",\"4pwejF\":\"Vorname ist erforderlich\",\"6bBh3/\":\"Feste Gebühr\",\"5mpF6N\":[\"Feste Gebühr in \",[\"currencyCode\"]],\"zWqUyJ\":\"Feste Gebühr pro Transaktion\",\"LWL3Bs\":\"Feste Gebühr muss 0 oder größer sein\",\"YXhom6\":\"Feste Gebühr:\",\"KgxI80\":\"Flexibles Ticketing\",\"lWxAUo\":\"Essen & Trinken\",\"nFm+5u\":\"Fußzeilentext\",\"MY2SVM\":\"Vollständige Erstattung\",\"T02gNN\":\"Allgemeiner Eintritt\",\"3ep0Gx\":\"Allgemeine Informationen über Ihren Veranstalter\",\"ziAjHi\":\"Generieren\",\"exy8uo\":\"Code generieren\",\"4CETZY\":\"Wegbeschreibung\",\"+4zM7f\":\"Sofortige Auszahlung über Stripe Connect\",\"ZDIydz\":\"Erste Schritte\",\"u6FPxT\":\"Tickets erhalten\",\"8KDgYV\":\"Bereiten Sie Ihre Veranstaltung vor\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Zur Eventseite\",\"gHSuV/\":\"Zur Startseite gehen\",\"6nDzTl\":\"Gute Lesbarkeit\",\"aGWZUr\":\"Bruttoeinnahmen\",\"n8IUs7\":\"Bruttoeinnahmen\",\"LIYoRQ\":\"Gästeverwaltung\",\"kTSQej\":[\"Hallo \",[\"0\"],\", verwalten Sie Ihre Plattform von hier aus.\"],\"dORAcs\":\"Hier sind alle Tickets, die mit Ihrer E-Mail-Adresse verknüpft sind.\",\"g+2103\":\"Hier ist Ihr Partnerlink\",\"QlwJ9d\":\"Das können Sie erwarten:\",\"/iE8xx\":\"Hi.Events Gebühr\",\"zppscQ\":\"Hi.Events Plattformgebühren und MwSt.-Aufschlüsselung nach Transaktion\",\"D+zLDD\":\"Verborgen\",\"DRErHC\":\"Vor Teilnehmern verborgen - nur für Veranstalter sichtbar\",\"P+5Pbo\":\"Antworten ausblenden\",\"FmogyU\":\"Optionen ausblenden\",\"gtEbeW\":\"Hervorheben\",\"NF8sdv\":\"Hervorhebungsnachricht\",\"MXSqmS\":\"Dieses Produkt hervorheben\",\"7ER2sc\":\"Hervorgehoben\",\"sq7vjE\":\"Hervorgehobene Produkte haben eine andere Hintergrundfarbe, um sie auf der Event-Seite hervorzuheben.\",\"sy9anN\":\"Wie lange ein Kunde nach Erhalt eines Angebots Zeit hat, den Kauf abzuschließen. Leer lassen für kein Zeitlimit.\",\"AVpmAa\":\"Wie man offline zahlt\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Ungarisch\",\"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\",\"PYVWEI\":\"Falls registriert, geben Sie Ihre Umsatzsteuer-ID zur Validierung an\",\"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.\",\"M8M6fs\":\"Wichtig: Stripe-Neuverbindung erforderlich\",\"jT142F\":[\"In \",[\"diffHours\"],\" Stunden\"],\"OoSyqO\":[\"In \",[\"diffMinutes\"],\" Minuten\"],\"cljs3a\":\"Geben Sie an, ob Sie in der EU umsatzsteuerregistriert sind\",\"F1Xp97\":\"Einzelne Teilnehmer\",\"85e6zs\":\"Liquid-Token einfügen\",\"38KFY0\":\"Variable einfügen\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Sofortige Auszahlungen\",\"nbfdhU\":\"Integrationen\",\"JHB/Ky\":\"Ungültig\",\"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\",\"Mokwac\":\"Laden Sie unbegrenzt Teammitglieder mit benutzerdefinierten Rollen ein\",\"aH6ZIb\":\"Laden Sie Ihr Team ein\",\"IuMGvq\":\"Rechnung\",\"y0meFR\":\"Auf Plattformgebühren wird die irische Umsatzsteuer von 23% angewendet (inländische Lieferung).\",\"1ZKm04\":\"Ist dieses Konto in der EU umsatzsteuerpflichtig registriert?\",\"Lj7sBL\":\"Italienisch\",\"F5/CBH\":\"Artikel\",\"BzfzPK\":\"Artikel\",\"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\",\"lZwV6X\":[\"Warteliste beitreten für \",[\"0\"]],\"2gMuHR\":\"Beigetreten\",\"hTJ4fB\":\"Klicken Sie einfach auf die Schaltfläche unten, um Ihr Stripe-Konto erneut zu verbinden.\",\"MxjCqk\":\"Suchen Sie nur nach Ihren Tickets?\",\"lB2hSG\":[\"Halte mich über Neuigkeiten und Veranstaltungen von \",[\"0\"],\" auf dem Laufenden\"],\"DruLRc\":\"Letzte 14 Tage\",\"ve9JTU\":\"Nachname ist erforderlich\",\"h0Q9Iw\":\"Letzte Antwort\",\"gw3Ur5\":\"Zuletzt ausgelöst\",\"QIn0Vl\":\"Rechtsgültiger Firmenname für Umsatzsteuerzwecke\",\"1njn7W\":\"Hell\",\"1qY5Ue\":\"Link abgelaufen oder ungültig\",\"psosdY\":\"Link zu Bestelldetails\",\"6JzK4N\":\"Link zum Ticket\",\"shkJ3U\":\"Verknüpfen Sie Ihr Stripe-Konto, um Gelder aus dem Ticketverkauf zu erhalten.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links erlaubt\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Live-Veranstaltungen\",\"WdmJIX\":\"Vorschau wird geladen...\",\"IoDI2o\":\"Token werden geladen...\",\"NFxlHW\":\"Webhooks werden geladen\",\"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\",\"4wUIjX\":\"Machen Sie Ihre Veranstaltung live\",\"2FzaR1\":\"Verwalten Sie Ihre Zahlungsabwicklung und sehen Sie die Plattformgebühren ein\",\"2L3vle\":\"Max. Nachrichten / 24h\",\"Qp4HWD\":\"Max. Empfänger / Nachricht\",\"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\",\"H9HlDe\":\"Minuten\",\"gqnyh0\":\"Mobile-optimiert\",\"olKKwj\":\"Mobiler Scanner mit Offline-Unterstützung und Echtzeit-Tracking\",\"JbIgPz\":\"Geldbeträge sind ungefähre Summen über alle Währungen\",\"qvF+MT\":\"Überwachen und verwalten Sie fehlgeschlagene Hintergrundprozesse\",\"w36OkR\":\"Meistgesehene Events (Letzte 14 Tage)\",\"GfaxEk\":\"Musik\",\"oVGCGh\":\"Meine Tickets\",\"8/brI5\":\"Name ist erforderlich\",\"sFFArG\":\"Name muss weniger als 255 Zeichen haben\",\"sCV5Yc\":\"Name der Veranstaltung\",\"xxU3NX\":\"Nettoeinnahmen\",\"ArHT/C\":\"Neue Anmeldungen\",\"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\",\"Dwf4dR\":\"Noch keine Teilnehmerfragen\",\"/UC6qk\":\"Keine Attributionsdaten gefunden\",\"amMkpL\":\"Keine Kapazität\",\"99ntUF\":\"Keine Check-In-Listen für diese Veranstaltung verfügbar.\",\"+dAKxg\":\"Keine Konfigurationen gefunden\",\"eb47T5\":\"Keine Daten für die ausgewählten Filter gefunden. Versuchen Sie, den Datumsbereich oder die Währung anzupassen.\",\"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\",\"54GxeB\":\"Keine Auswirkungen auf Ihre aktuellen oder vergangenen Transaktionen\",\"EpvBAp\":\"Keine Rechnung\",\"XZkeaI\":\"Keine Protokolle gefunden\",\"nrSs2u\":\"Keine Nachrichten gefunden\",\"OVFwlg\":\"Noch keine Bestellfragen\",\"EJ7bVz\":\"Keine Bestellungen gefunden\",\"NEmyqy\":\"Noch keine Bestellungen\",\"wUv5xQ\":\"Keine Veranstalteraktivität in den letzten 14 Tagen\",\"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\",\"kY7XDn\":\"Keine Produkte haben Wartelisteneinträge\",\"wYiAtV\":\"Keine neuen Kontoanmeldungen\",\"UW90md\":\"Keine Empfänger gefunden\",\"QoAi8D\":\"Keine Antwort\",\"EK/G11\":\"Noch keine Antworten\",\"3sRuiW\":\"Keine Tickets gefunden\",\"yM5c0q\":\"Keine bevorstehenden Veranstaltungen\",\"qpC74J\":\"Keine Benutzer gefunden\",\"41dJPO\":\"Keine Umsatzsteuer-Einstellungen konfiguriert\",\"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\",\"HVwIsd\":\"Nicht umsatzsteuerregistrierte Unternehmen oder Privatpersonen: Irische Umsatzsteuer von 23% gilt\",\"x5+Lcz\":\"Nicht Eingecheckt\",\"8n10sz\":\"Nicht Berechtigt\",\"BwJKBw\":\"von\",\"9h7RDh\":\"Anbieten\",\"EfK2O6\":\"Platz anbieten\",\"3sVRey\":\"Tickets anbieten\",\"2O7Ybb\":\"Angebots-Zeitlimit\",\"1jUg5D\":\"Angeboten\",\"l+/HS6\":[\"Angebote verfallen nach \",[\"timeoutHours\"],\" Stunden.\"],\"lQgMLn\":\"Name des Büros oder Veranstaltungsorts\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Offline-Zahlung\",\"nO3VbP\":[\"Im Angebot \",[\"0\"]],\"2r6bAy\":\"Sobald Sie das Upgrade abgeschlossen haben, wird Ihr altes Konto nur noch für Erstattungen verwendet.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Online-Veranstaltung\",\"bU7oUm\":\"Nur an Bestellungen mit diesen Status senden\",\"M2w1ni\":\"Nur mit Promo-Code sichtbar\",\"N141o/\":\"Stripe-Dashboard öffnen\",\"HXMJxH\":\"Optionaler Text für Haftungsausschlüsse, Kontaktinformationen oder Dankesnachrichten (nur einzeilig)\",\"L565X2\":\"Optionen\",\"c/TIyD\":\"Bestellung & Ticket\",\"H5qWhm\":\"Bestellung storniert\",\"b6+Y+n\":\"Bestellung abgeschlossen\",\"x4MLWE\":\"Bestellbestätigung\",\"CsTTH0\":\"Bestellbestätigung erfolgreich erneut gesendet\",\"ppuQR4\":\"Bestellung erstellt\",\"0UZTSq\":\"Bestellwährung\",\"HdmwrI\":\"Bestell-E-Mail\",\"bwBlJv\":\"Vorname der Bestellung\",\"vrSW9M\":\"Die Bestellung wurde storniert und erstattet. Der Bestellinhaber wurde benachrichtigt.\",\"rzw+wS\":\"Bestellinhaber\",\"oI/hGR\":\"Bestellnummer\",\"Pc729f\":\"Bestellung wartet auf Offline-Zahlung\",\"F4NXOl\":\"Nachname der Bestellung\",\"RQCXz6\":\"Bestelllimits\",\"SO9AEF\":\"Bestelllimits festgelegt\",\"5RDEEn\":\"Bestellsprache\",\"vu6Arl\":\"Bestellung als bezahlt markiert\",\"sLbJQz\":\"Bestellung nicht gefunden\",\"kvYpYu\":\"Bestellung nicht gefunden\",\"i8VBuv\":\"Bestellnummer\",\"FaPYw+\":\"Bestelleigentümer\",\"eB5vce\":\"Bestelleigentümer mit einem bestimmten Produkt\",\"CxLoxM\":\"Bestelleigentümer mit Produkten\",\"DoH3fD\":\"Bestellzahlung ausstehend\",\"UkHo4c\":\"Bestellref.\",\"EZy55F\":\"Bestellung erstattet\",\"6eSHqs\":\"Bestellstatus\",\"oW5877\":\"Bestellsumme\",\"e7eZuA\":\"Bestellung aktualisiert\",\"1SQRYo\":\"Bestellung erfolgreich aktualisiert\",\"KndP6g\":\"Bestell-URL\",\"3NT0Ck\":\"Bestellung wurde storniert\",\"sd5IMt\":\"Abgeschlossene Bestellungen\",\"5It1cQ\":\"Bestellungen exportiert\",\"UQ0ACV\":\"Bestellungen Gesamt\",\"B/EBQv\":\"Bestellungen:\",\"qtGTNu\":\"Organische Konten\",\"ucgZ0o\":\"Organisation\",\"S3CZ5M\":\"Veranstalter-Dashboard\",\"Uu0hZq\":\"Veranstalter-E-Mail\",\"Gy7BA3\":\"E-Mail-Adresse des Veranstalters\",\"SQqJd8\":\"Veranstalter nicht gefunden\",\"wpj63n\":\"Veranstaltereinstellungen\",\"coIKFu\":\"Statistiken zum Veranstalter sind für die ausgewählte Währung nicht verfügbar oder es ist ein Fehler aufgetreten.\",\"o1my93\":\"Aktualisierung des Veranstalterstatus fehlgeschlagen. Bitte versuchen Sie es später erneut.\",\"rLHma1\":\"Veranstalterstatus aktualisiert\",\"LqBITi\":\"Veranstalter-/Standardvorlage wird verwendet\",\"/IX/7x\":\"Sonstiges\",\"RsiDDQ\":\"Andere Listen (Ticket Nicht Enthalten)\",\"qMASRF\":\"Ausgehende Nachrichten\",\"6/dCYd\":\"Übersicht\",\"6WdDG7\":\"Seite\",\"8uqsE5\":\"Seite nicht mehr verfügbar\",\"QkLf4H\":\"Seiten-URL\",\"sF+Xp9\":\"Seitenaufrufe\",\"c+suC6\":\"Bezahlte Konten\",\"QIxRUI\":\"Bezahlte, kostenlose, gestaffelte und spendenbasierte Tickets\",\"5F7SYw\":\"Teilerstattung\",\"fFYotW\":[\"Teilweise erstattet: \",[\"0\"]],\"i8day5\":\"Gebühr an Käufer weitergeben\",\"k4FLBQ\":\"An Käufer weitergeben\",\"Ff0Dor\":\"Vergangenheit\",\"xTPjSy\":\"Vergangene Veranstaltungen\",\"/l/ckQ\":\"URL einfügen\",\"URAE3q\":\"Pausiert\",\"4fL/V7\":\"Bezahlen\",\"OZK07J\":\"Zahlen zum Freischalten\",\"c2/9VE\":\"Nutzlast\",\"TskrJ8\":\"Zahlung & Plan\",\"5cxUwd\":\"Zahlungsdatum\",\"ENEPLY\":\"Zahlungsmethode\",\"EyE8E6\":\"Zahlungsabwicklung\",\"8Lx2X7\":\"Zahlung erhalten\",\"vcyz2L\":\"Zahlungseinstellungen\",\"fx8BTd\":\"Zahlungen nicht verfügbar\",\"51U9mG\":\"Zahlungen fließen weiterhin ohne Unterbrechung\",\"UkM20g\":\"Überprüfung ausstehend\",\"dPYu1F\":\"Pro Teilnehmer\",\"VlXNyK\":\"Pro Bestellung\",\"hauDFf\":\"Pro Ticket\",\"mnF83a\":\"Prozentuale Gebühr\",\"2ueYqG\":\"Prozentuale Gebühr (0-100%)\",\"K2PPlT\":\"Prozentuale Gebühr muss zwischen 0 und 100 liegen\",\"MixU2P\":\"Prozentsatz muss zwischen 0 und 100 liegen\",\"MkuVAZ\":\"Prozentsatz des Transaktionsbetrags\",\"/Bh+7r\":\"Leistung\",\"6kPk3+\":\"Persönliche Daten\",\"zmwvG2\":\"Telefon\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Nach-Checkout-Nachricht\",\"OESu7I\":\"Verhindern Sie Überverkäufe durch gemeinsame Nutzung des Bestands über mehrere Tickettypen.\",\"NgVUL2\":\"Vorschau des Bestellformulars\",\"cs5muu\":\"Vorschau der Veranstaltungsseite\",\"+4yRWM\":\"Preis des Tickets\",\"a5jvSX\":\"Preisstufen\",\"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\",\"ldVIlB\":\"Produkt aktualisiert\",\"JoKGiJ\":\"Gutscheincode\",\"k3wH7i\":\"Nutzung von Rabattcodes und Rabattaufschlüsselung\",\"uEhdRh\":\"Nur mit Promo-Code\",\"dLm8V5\":\"Werbe-E-Mails können zur Kontosperrung führen\",\"EEYbdt\":\"Veröffentlichen\",\"evDBV8\":\"Veranstaltung veröffentlichen\",\"dsFmM+\":\"Gekauft\",\"Vw0KCJ\":\"QR-Code-Check-in\",\"oWXNE5\":\"Anz.\",\"k/bJj0\":\"Fragen neu sortiert\",\"b24kPi\":\"Warteschlange\",\"fqDzSu\":\"Rate\",\"mnUGVC\":\"Ratenlimit überschritten. Bitte versuchen Sie es später erneut.\",\"t41hVI\":\"Platz erneut anbieten\",\"spsZys\":\"Bereit für das Upgrade? Das dauert nur wenige Minuten.\",\"vt9xUl\":\"Echtzeit-Analysen\",\"xzRvs4\":[\"Produktupdates von \",[\"0\"],\" erhalten.\"],\"pLXbi8\":\"Letzte Kontoanmeldungen\",\"Fi3b48\":\"Neueste Bestellungen\",\"7hPBBn\":\"Empfänger\",\"jp5bq8\":\"Empfänger\",\"yPrbsy\":\"Empfänger\",\"E1F5Ji\":\"Empfänger sind verfügbar, nachdem die Nachricht gesendet wurde\",\"Edm6av\":\"Stripe neu verbinden →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Weiterleitung zu Stripe...\",\"pnoTN5\":\"Empfehlungskonten\",\"ACKu03\":\"Vorschau aktualisieren\",\"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\",\"CQeZT8\":\"Bericht nicht gefunden\",\"JEPMXN\":\"Neuen Link anfordern\",\"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\",\"kCn6wb\":\"Wird zurückgesetzt...\",\"6gRgw8\":\"Wiederholen\",\"1BG8ga\":\"Alle wiederholen\",\"rDC+T6\":\"Job wiederholen\",\"CbnrWb\":\"Zurück zum Event\",\"Oo/PLb\":\"Umsatzübersicht\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Verkauf endete \",[\"0\"]],\"loCKGB\":[\"Verkauf endet \",[\"0\"]],\"wlfBad\":\"Verkaufszeitraum\",\"5CDM6r\":\"Verkaufszeitraum festgelegt\",\"ftzaMf\":\"Verkaufszeitraum, Bestelllimits, Sichtbarkeit\",\"zpekWp\":[\"Verkauf beginnt \",[\"0\"]],\"mUv9U4\":\"Verkauf\",\"9KnRdL\":\"Verkauf pausiert\",\"3VnlS9\":\"Verkäufe, Bestellungen und Leistungskennzahlen für alle Veranstaltungen\",\"3Q1AWe\":\"Verkäufe:\",\"B4nE3N\":\"Beispiel-Ticketpreis\",\"8BRPoH\":\"Beispielort\",\"DyBPvP\":\"Konfiguration speichern\",\"KZrfYJ\":\"Social-Media-Links speichern\",\"9Y3hAT\":\"Vorlage speichern\",\"C8ne4X\":\"Ticketdesign speichern\",\"6/TNCd\":\"Umsatzsteuereinstellungen speichern\",\"I+FvbD\":\"Scannen\",\"QS1Nla\":\"Für später planen\",\"NAzVVw\":\"Nachricht planen\",\"4ba0NE\":\"Geplant\",\"qcP/8K\":\"Geplante Zeit\",\"ftNXma\":\"Partner suchen...\",\"VY+Bdn\":\"Nach Kontoname oder E-Mail suchen...\",\"VX+B3I\":\"Suche nach Veranstaltungstitel oder Veranstalter...\",\"R0wEyA\":\"Nach Jobname oder Ausnahme suchen...\",\"VT+urE\":\"Nach Name oder E-Mail suchen...\",\"GHdjuo\":\"Nach Name, E-Mail oder Konto suchen...\",\"20ce0U\":\"Nach Bestellnummer, Kundenname oder E-Mail suchen...\",\"4DSz7Z\":\"Nach Betreff, Veranstaltung oder Konto suchen...\",\"BWF1kC\":\"Nachrichten suchen...\",\"Mck5ht\":\"Sichere Kasse\",\"p7xUrt\":\"Kategorie auswählen\",\"3IcxS1\":\"Konfiguration auswählen\",\"e4L7bF\":\"Wählen Sie eine Nachricht aus, um ihren Inhalt anzuzeigen\",\"zPRPMf\":\"Stufe auswählen\",\"BFRSTT\":\"Konto auswählen\",\"mCB6Je\":\"Alle auswählen\",\"a6+167\":\"Veranstaltung auswählen\",\"kYZSFD\":\"Wählen Sie einen Veranstalter, um dessen Dashboard und Veranstaltungen anzuzeigen.\",\"CFbaPk\":\"Teilnehmergruppe auswählen\",\"hJmVtD\":\"Land auswählen\",\"tVW/yo\":\"Währung auswählen\",\"n9ZhRa\":\"Enddatum und -zeit auswählen\",\"gTN6Ws\":\"Endzeit auswählen\",\"0U6E9W\":\"Veranstaltungskategorie auswählen\",\"j9cPeF\":\"Ereignistypen auswählen\",\"1nhy8G\":\"Scanner-Typ auswählen\",\"KizCK7\":\"Startdatum und -zeit auswählen\",\"dJZTv2\":\"Startzeit auswählen\",\"3hJUtr\":\"Wählen Sie das Land aus, in dem die Umsatzsteuer registriert ist\",\"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\",\"5Ds0vl\":\"Wählen Sie aus, welche Gebührenkonfiguration für dieses Konto gilt. Feste Gebühren werden beim Bezahlen in die Bestellwährung umgerechnet.\",\"ylXj1N\":\"Ausgewählt\",\"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\",\"QEQlnV\":\"Senden Sie Ihre erste Nachricht\",\"IoAuJG\":\"Wird gesendet...\",\"h69WC6\":\"Gesendet\",\"BVu2Hz\":\"Gesendet von\",\"SPdzrs\":\"An Kunden gesendet, wenn sie eine Bestellung aufgeben\",\"LxSN5F\":\"An jeden Teilnehmer mit seinen Ticketdetails gesendet\",\"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.\",\"s0FkEx\":\"Richten Sie Check-in-Listen für verschiedene Eingänge, Sitzungen oder Tage ein.\",\"xMO+Ao\":\"Richten Sie Ihre Organisation ein\",\"C3htzi\":\"Einstellung aktualisiert\",\"Ohn74G\":\"Einrichtung & Design\",\"GG7qDw\":\"Partnerlink teilen\",\"hL7sDJ\":\"Veranstalterseite teilen\",\"jy6QDF\":\"Gemeinsame Kapazitätsverwaltung\",\"cMW+gm\":[\"Alle Plattformen anzeigen (\",[\"0\"],\" weitere mit Werten)\"],\"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\",\"t1LIQW\":[\"Zeige \",[\"0\"],\" von \",[\"totalRows\"],\" Einträgen\"],\"jVRHeq\":\"Angemeldet\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Soziales\",\"d0rUsW\":\"Social-Media-Links\",\"j/TOB3\":\"Social-Media-Links & Website\",\"s9KGXU\":\"Verkauft\",\"5qOnWX\":\"Ausverkauft-Warteliste\",\"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.\",\"H6Gslz\":\"Entschuldigung für die Unannehmlichkeiten.\",\"wdxz7K\":\"Quelle\",\"7JFNej\":\"Sport\",\"JcQp9p\":\"Startdatum & -zeit\",\"0m/ekX\":\"Startdatum & -zeit\",\"izRfYP\":\"Startdatum ist erforderlich\",\"2R1+Rv\":\"Startzeit der Veranstaltung\",\"2NbyY/\":\"Statistiken\",\"GVUxAX\":\"Statistiken basieren auf dem Erstellungsdatum des Kontos\",\"DRykfS\":\"Bearbeitet weiterhin Erstattungen für Ihre älteren Transaktionen.\",\"wuV0bK\":\"Identitätswechsel beenden\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe verbunden\",\"aKtF0O\":\"Stripe nicht verbunden\",\"9i0++A\":\"Stripe Zahlungs-ID\",\"/QlTE4\":\"Stripe-Einrichtung ist bereits abgeschlossen.\",\"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\",\"0Dk/l8\":\"SEO-Einstellungen erfolgreich aktualisiert\",\"S8Tua9\":\"Einstellungen erfolgreich aktualisiert\",\"MhOoLQ\":\"Social-Media-Links erfolgreich aktualisiert\",\"kj7zYe\":\"Webhook erfolgreich aktualisiert\",\"dXoieq\":\"Zusammenfassung\",\"/RfJXt\":[\"Sommermusikfestival \",[\"0\"]],\"CWOPIK\":\"Sommer Musik Festival 2025\",\"UaISq3\":\"Schwedisch\",\"JZTQI0\":\"Veranstalter wechseln\",\"9YHrNC\":\"Systemstandard\",\"XX32BM\":\"Dauert nur wenige Minuten\",\"yT6dQ8\":\"Erhobene Steuern gruppiert nach Steuerart und Veranstaltung\",\"Ye321X\":\"Steuername\",\"WyCBRt\":\"Steuerübersicht\",\"GkH0Pq\":\"Steuern & Gebühren angewendet\",\"Rwiyt2\":\"Steuern konfiguriert\",\"iQZff7\":\"Steuern, Gebühren, Sichtbarkeit, Verkaufszeitraum, Produkthervorhebung & Bestelllimits\",\"BW6QAz\":\"Team-Verwaltung\",\"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.\",\"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!\",\"lhAWqI\":\"Vielen Dank für Ihre Unterstützung, während wir Hi.Events weiter ausbauen und verbessern!\",\"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.\",\"MJm4Tq\":\"Die Währung der Bestellung\",\"cDHM1d\":\"Die E-Mail-Adresse wurde geändert. Der Teilnehmer erhält ein neues Ticket an der aktualisierten E-Mail-Adresse.\",\"I/NNtI\":\"Der Veranstaltungsort\",\"tXadb0\":\"Die gesuchte Veranstaltung ist derzeit nicht verfügbar. Sie wurde möglicherweise entfernt, ist abgelaufen oder die URL ist falsch.\",\"EBzPwC\":\"Die vollständige Veranstaltungsadresse\",\"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.\",\"5OmEal\":\"Die Sprache des Kunden\",\"sYLeDq\":\"Der gesuchte Veranstalter konnte nicht gefunden werden. Die Seite wurde möglicherweise verschoben oder gelöscht, oder die URL ist falsch.\",\"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\",\"z0KrIG\":\"Die geplante Zeit ist erforderlich\",\"EWErQh\":\"Die geplante Zeit muss in der Zukunft liegen\",\"DEcpfp\":\"Der Vorlagenkörper enthält ungültige Liquid-Syntax. Bitte korrigieren Sie sie und versuchen Sie es erneut.\",\"injXD7\":\"Die Umsatzsteuer-Identifikationsnummer konnte nicht validiert werden. Bitte überprüfen Sie die Nummer und versuchen Sie es erneut.\",\"A4UmDy\":\"Theater\",\"tDwYhx\":\"Thema & Farben\",\"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.\",\"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\",\"RzEvf5\":\"Diese Veranstaltung ist beendet\",\"YClrdK\":\"Diese Veranstaltung ist noch nicht veröffentlicht\",\"dFJnia\":\"Dies ist der Name Ihres Veranstalters, der Ihren Nutzern angezeigt wird.\",\"L7dIM7\":\"Dieser Link ist ungültig oder abgelaufen.\",\"MR5ygV\":\"Dieser Link ist nicht mehr gültig\",\"9LEqK0\":\"Dieser Name ist für Endbenutzer sichtbar\",\"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\",\"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.\",\"0Ew0uk\":\"Dieses Ticket wurde gerade gescannt. Bitte warten Sie, bevor Sie erneut scannen.\",\"kvpxIU\":\"Dies wird für Benachrichtigungen und die Kommunikation mit Ihren Nutzern verwendet.\",\"rhsath\":\"Dies ist für Kunden nicht sichtbar, hilft Ihnen aber, den Partner zu identifizieren.\",\"Mr5UUd\":\"Ticket storniert\",\"0GSPnc\":\"Ticketdesign\",\"EZC/Cu\":\"Ticketdesign erfolgreich gespeichert\",\"bbslmb\":\"Ticket-Designer\",\"1BPctx\":\"Ticket für\",\"bgqf+K\":\"E-Mail des Ticketinhabers\",\"oR7zL3\":\"Name des Ticketinhabers\",\"HGuXjF\":\"Ticketinhaber\",\"CMUt3Y\":\"Ticketinhaber\",\"awHmAT\":\"Ticket-ID\",\"6czJik\":\"Ticket-Logo\",\"OkRZ4Z\":\"Ticketname\",\"t79rDv\":\"Ticket nicht gefunden\",\"6tmWch\":\"Ticket oder Produkt\",\"1tfWrD\":\"Ticket-Vorschau für\",\"KnjoUA\":\"Ticketpreis\",\"tGCY6d\":\"Ticketpreis\",\"pGZOcL\":\"Ticket erfolgreich erneut gesendet\",\"8jLPgH\":\"Tickettyp\",\"X26cQf\":\"Ticket-URL\",\"8qsbZ5\":\"Ticketing & Verkauf\",\"zNECqg\":\"Tickets\",\"6GQNLE\":\"Tickets\",\"NRhrIB\":\"Tickets & Produkte\",\"EUnesn\":\"Tickets verfügbar\",\"AGRilS\":\"Verkaufte Tickets\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"An\",\"nniGTr\":\"Um Konfigurationen zu bearbeiten, gehen Sie zum Bereich Konfigurationen im Admin-Menü.\",\"tiI71C\":\"Um Ihre Limits zu erhöhen, kontaktieren Sie uns unter\",\"BZBYf3\":\"Um Kreditkartenzahlungen zu empfangen, musst du dein Stripe-Konto verbinden. Stripe ist unser Zahlungsabwicklungspartner, der sichere Transaktionen und pünktliche Auszahlungen gewährleistet.\",\"W428WC\":\"Spalten umschalten\",\"UBSG1X\":\"Top Veranstalter (Letzte 14 Tage)\",\"3sZ0xx\":\"Gesamtkonten\",\"EaAPbv\":\"Gezahlter Gesamtbetrag\",\"SMDzqJ\":\"Teilnehmer gesamt\",\"orBECM\":\"Insgesamt eingesammelt\",\"k5CU8c\":\"Einträge gesamt\",\"4B7oCp\":\"Gesamtgebühr\",\"KSDwd5\":\"Gesamtbestellungen\",\"vb0Q0/\":\"Gesamtbenutzer\",\"oJjplO\":\"Aufrufe Gesamt\",\"orluER\":\"Verfolgen Sie das Kontowachstum und die Leistung nach Attributionsquelle\",\"NHq3l1\":\"Verfolgen Sie Verkäufe, Einnahmen und Teilnahme mit detaillierten Berichten\",\"OpKMSn\":\"Transaktionsgebühr:\",\"uKOFO5\":\"Wahr bei Offline-Zahlung\",\"9GsDR2\":\"Wahr bei ausstehender Zahlung\",\"ouM5IM\":\"Andere E-Mail versuchen\",\"3DZvE7\":\"Hi.Events kostenlos testen\",\"Kz91g/\":\"Türkisch\",\"GdOhw6\":\"Ton ausschalten\",\"KUOhTy\":\"Ton einschalten\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Art des Tickets\",\"IrVSu+\":\"Produkt konnte nicht dupliziert werden. Bitte überprüfen Sie Ihre Angaben\",\"Vx2J6x\":\"Teilnehmer konnte nicht abgerufen werden\",\"h0dx5e\":\"Warteliste konnte nicht beigetreten werden\",\"n57zCW\":\"Nicht zugeordnete Konten\",\"b9SN9q\":\"Eindeutige Bestellreferenz\",\"Ef7StM\":\"Unbekannt\",\"ZBAScj\":\"Unbekannter Teilnehmer\",\"ZkS2p3\":\"Veranstaltung nicht mehr veröffentlichen\",\"X13xGn\":\"Nicht vertrauenswürdig\",\"Pp1sWX\":\"Partner aktualisieren\",\"KMMOAy\":\"Upgrade verfügbar\",\"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\",\"WBq1/R\":\"USB-Scanner bereits aktiv\",\"EV30TR\":\"USB-Scanner-Modus aktiviert. Beginnen Sie jetzt mit dem Scannen von Tickets.\",\"fovJi3\":\"USB-Scanner-Modus deaktiviert\",\"hli+ga\":\"USB/HID-Scanner\",\"OHJXlK\":\"Verwenden Sie <0>Liquid-Templating, um Ihre E-Mails zu personalisieren\",\"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\",\"rnoQsz\":\"Verwendet für Rahmen, Hervorhebungen und QR-Code-Styling\",\"BV4L/Q\":\"UTM-Analyse\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Gültig\",\"GuXjc5\":\"Validiert\",\"imLQ9Y\":\"Ihre Umsatzsteuer-Identifikationsnummer wird validiert...\",\"cK9+xQ\":\"Umsatzsteuer-Land\",\"sqdl5s\":\"Umsatzsteuerinformationen\",\"UjNWsF\":\"Je nach Ihrem Umsatzsteuerregistrierungsstatus kann auf Plattformgebühren Umsatzsteuer erhoben werden. Bitte füllen Sie den Abschnitt mit den Umsatzsteuerinformationen unten aus.\",\"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\",\"CZomgW\":\"Umsatzsteuer registriert\",\"PCRCCN\":\"Umsatzsteuerregistrierungsinformationen\",\"oSDBWm\":\"Umsatzsteuer-Einstellungen\",\"Nfbg76\":\"Umsatzsteuereinstellungen erfolgreich gespeichert\",\"UvYql/\":\"Umsatzsteuer-Einstellungen gespeichert. Wir validieren Ihre Umsatzsteuer-Identifikationsnummer im Hintergrund.\",\"R6n7j9\":\"Umsatzsteuer-Einstellungen erfolgreich 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\",\"AdWhjZ\":\"Bestätigungscode\",\"QDEWii\":\"Verifiziert\",\"wCKkSr\":\"E-Mail verifizieren\",\"/IBv6X\":\"Bestätigen Sie Ihre E-Mail-Adresse\",\"e/cvV1\":\"Wird verifiziert...\",\"fROFIL\":\"Vietnamesisch\",\"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\",\"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\",\"wPRp9Z\":\"Nur für Check-In-Personal sichtbar. Hilft, diese Liste beim Check-In zu identifizieren.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Wartend\",\"quR8Qp\":\"Warten auf Zahlung\",\"u0n+wz\":\"Warteliste\",\"3RXFtE\":\"Waitlist Enabled\",\"aUi/Dz\":\"Warnung: Dies ist die Systemstandardkonfiguration. Änderungen wirken sich auf alle Konten aus, denen keine spezifische Konfiguration zugewiesen ist.\",\"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.\",\"HJKdzP\":\"Beim Laden dieser Seite ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.\",\"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\",\"x8rEDQ\":\"Wir konnten Ihre Umsatzsteuer-Identifikationsnummer nach mehreren Versuchen nicht validieren. Wir versuchen es weiterhin im Hintergrund. Bitte schauen Sie später wieder vorbei.\",\"Uo5ddP\":[\"Wir benachrichtigen Sie per E-Mail, wenn ein Platz für \",[\"0\"],\" verfügbar wird.\"],\"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.\",\"zCdObC\":\"Wir haben unseren Hauptsitz offiziell nach Irland 🇮🇪 verlegt. Als Teil dieses Übergangs verwenden wir jetzt Stripe Irland anstelle von Stripe Kanada. Um Ihre Auszahlungen reibungslos am Laufen zu halten, müssen Sie Ihr Stripe-Konto erneut verbinden.\",\"jh2orE\":\"Wir haben unseren Hauptsitz nach Irland verlegt. Daher müssen Sie Ihr Stripe-Konto neu verbinden. Dieser schnelle Vorgang dauert nur wenige Minuten. Ihre Verkäufe und bestehenden Daten bleiben völlig unberührt.\",\"Fq/Nx7\":\"Wir haben einen 5-stelligen Bestätigungscode gesendet an:\",\"GdWB+V\":\"Webhook erfolgreich erstellt\",\"2X4ecw\":\"Webhook erfolgreich gelöscht\",\"CThMKa\":\"Webhook-Protokolle\",\"nuh/Wq\":\"Webhook-URL\",\"8BMPMe\":\"Webhook sendet keine Benachrichtigungen\",\"FSaY52\":\"Webhook sendet Benachrichtigungen\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Website\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Willkommen zurück\",\"QDWsl9\":[\"Willkommen bei \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Willkommen bei \",[\"0\"],\", hier ist eine Übersicht all Ihrer Veranstaltungen\"],\"FaSXqR\":\"Welche Art von Veranstaltung?\",\"f30uVZ\":\"Was Sie tun müssen:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Wenn ein Check-in gelöscht wird\",\"Gmd0hv\":\"Wenn ein neuer Teilnehmer 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 sich auf eine Warteliste setzen, um benachrichtigt zu werden, wenn Plätze verfügbar werden.\",\"Q7CWxp\":\"Wenn ein Teilnehmer storniert wird\",\"IuUoyV\":\"Wenn ein Teilnehmer eingecheckt wird\",\"nBVOd7\":\"Wenn ein Teilnehmer 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.\",\"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.\",\"uchB0M\":\"Widget-Vorschau\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Schreiben Sie Ihre Nachricht hier...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"5VGIlq\":\"Sie haben Ihr Nachrichtenlimit erreicht.\",\"casL1O\":\"Sie haben Steuern und Gebühren zu einem kostenlosen Produkt hinzugefügt. Möchten Sie diese entfernen?\",\"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.\",\"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.\",\"FgRxRP\":\"Sie besitzen immer 100% Ihrer Teilnehmerdaten\",\"88cUW+\":\"Sie erhalten\",\"U3wiCB\":\"Sie sind startklar! Ihre Zahlungen werden reibungslos verarbeitet.\",\"MNFIxz\":[\"Sie gehen zu \",[\"0\"],\"!\"],\"qGZz0m\":\"Sie stehen auf der Warteliste!\",\"/5HL6k\":\"Ihnen wurde ein Platz angeboten!\",\"p/Sa0j\":\"Ihr Konto hat Messaging-Limits. Um Ihre Limits zu erhöhen, kontaktieren Sie uns unter\",\"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!\",\"R02pnV\":\"Ihr Event muss live sein, bevor Sie Tickets an Teilnehmer verkaufen können.\",\"hDNwnf\":\"Ihr Logo, Ihre Farben und Ihr Stil auf jeder Seite\",\"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\",\"6heFYY\":\"Ihr Stripe-Konto ist verbunden und verarbeitet Zahlungen.\",\"vvO1I2\":\"Ihr Stripe-Konto ist verbunden und bereit zur Zahlungsabwicklung.\",\"CnZ3Ou\":\"Ihre Tickets wurden bestätigt.\",\"EmFsMZ\":\"Ihre Umsatzsteuer-Identifikationsnummer ist zur Validierung in der Warteschlange\",\"QBlhh4\":\"Ihre Umsatzsteuer-Identifikationsnummer wird beim Speichern validiert\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Produkte suchen\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Details zum ersten Teilnehmer kopieren\"],\"+4yRWM\":[\"Preis des Tickets\"],\"+4zM7f\":[\"Sofortige Auszahlung über Stripe Connect\"],\"+5Mlle\":[\"Bitte warten Sie, während wir Ihre Bestellungen für den Export vorbereiten...\"],\"+8bmSu\":[\"Kalifornien\"],\"+CeSxK\":[\"Eincheckliste erfolgreich gelöscht\"],\"+FWjhR\":[\"Die Zeit für die Bestellung ist abgelaufen.\"],\"+G/XiQ\":[\"Seit Jahresbeginn\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"Postleitzahl\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Überspringe diesen Schritt\"],\"+QARA4\":[\"Kunst\"],\"+WFMis\":[\"Berichte für alle Ihre Veranstaltungen anzeigen und herunterladen. Nur abgeschlossene Bestellungen sind enthalten.\"],\"+Y976X\":[\"Keine Promo-Codes anzuzeigen\"],\"+dAKxg\":[\"Keine Konfigurationen gefunden\"],\"+eZ7dp\":[\"Offline-Zahlungen\"],\"+fA4C7\":[\"Optionen duplizieren\"],\"+guao5\":[\"Konfiguration bearbeiten\"],\"+hBhWk\":[\"Die Eincheckliste ist abgelaufen\"],\"+jIeoh\":[\"Keine Konten gefunden\"],\"+jw/c1\":[\"Bild löschen\"],\"+pr/FY\":[\"Suche nach Veranstaltungsnamen...\"],\"+qqX74\":[\"Aktualisieren Sie den Namen, die Beschreibung und die Daten der Veranstaltung\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Code ist erforderlich\"],\"+zy2Nq\":[\"Typ\"],\"/2by1f\":[\"Staat oder Region\"],\"/3017M\":[\"Mit Stripe verbunden\"],\"/4gGIX\":[\"In die Zwischenablage kopieren\"],\"/5HL6k\":[\"Ihnen wurde ein Platz angeboten!\"],\"/5PEQz\":[\"Zur Veranstaltungsseite\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Rückerstattung\"],\"/Bh+7r\":[\"Leistung\"],\"/CV2x+\":[\"Möchten Sie diesen Teilnehmer wirklich stornieren? Dadurch wird sein Ticket ungültig.\"],\"/DNy62\":[\"Wir konnten keine Tickets finden, die mit \",[\"0\"],\" übereinstimmen\"],\"/H326L\":[\"Bereits erstattet\"],\"/HGmW9\":[\"Erstellen Sie verfolgbare Links, um Partner zu belohnen, die Ihre Veranstaltung bewerben.\"],\"/HkCs4\":[[\"0\"],\" Tickets\"],\"/IBv6X\":[\"Bestätigen Sie Ihre E-Mail-Adresse\"],\"/IX/7x\":[\"Sonstiges\"],\"/IzmnP\":[\"Bitte warten Sie, während wir Ihre Rechnung vorbereiten...\"],\"/JdZIP\":[\"Zugewiesene Konfiguration\"],\"/Jizh9\":[\"Wähle einen Account\"],\"/PN1DA\":[\"Fügen Sie eine Beschreibung für diese Eincheckliste hinzu\"],\"/QlTE4\":[\"Stripe-Einrichtung ist bereits abgeschlossen.\"],\"/RfJXt\":[\"Sommermusikfestival \",[\"0\"]],\"/Rj5P4\":[\"Ihr Name\"],\"/SIY6o\":[\"SEO-Schlüsselwörter\"],\"/SgoNA\":[\"Gesamtsteuer\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Auschecken\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Keine Attributionsdaten gefunden\"],\"/bhMdO\":[\"Meine tolle Eventbeschreibung...\"],\"/cSMqv\":[\"Frage konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben\"],\"/dgc8E\":[\"Veranstaltungsdatum\"],\"/gWrVZ\":[\"Tägliche Einnahmen, Steuern, Gebühren und Rückerstattungen für alle Veranstaltungen\"],\"/iE8xx\":[\"Hi.Events Gebühr\"],\"/jHBj5\":[\"Partner erfolgreich erstellt\"],\"/jQctM\":[\"An\"],\"/jZOZa\":[\"Servicegebühr\"],\"/l/ckQ\":[\"URL einfügen\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Gebühren\"],\"/p9Fhq\":[\"Unbegrenzt verfügbar\"],\"/roQKz\":[\"Prozentsatz\"],\"/sV91a\":[\"Gebührenbehandlung\"],\"/u4DIx\":[\"Verkaufte Produkte\"],\"/xC/im\":[\"Rechnungseinstellungen\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"Eine kurze Beschreibung Ihres Veranstalters, die Ihren Nutzern angezeigt wird.\"],\"0+iwE5\":[\"Fragen konnten nicht neu sortiert werden\"],\"0/+Nn9\":[\"Ihre Nachrichten werden hier angezeigt\"],\"0/vPdA\":[\"Fügen Sie Anmerkungen über den Teilnehmer hinzu. Diese sind für den Teilnehmer nicht sichtbar.\"],\"0/yJtP\":[\"Nachricht an Bestelleigentümer mit bestimmten Produkten senden\"],\"01WH0a\":[\"Wir konnten Ihre Zahlung nicht bestätigen. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"01sEfm\":[\"Die Standardkonfiguration des Systems kann nicht gelöscht werden\"],\"02ePaq\":[[\"0\"],\" auswählen\"],\"06s3w3\":[\"Produkt vor Verkaufsstartdatum ausblenden\"],\"074+X8\":[\"Keine aktiven Webhooks\"],\"0Dk/l8\":[\"SEO-Einstellungen erfolgreich aktualisiert\"],\"0Ew0uk\":[\"Dieses Ticket wurde gerade gescannt. Bitte warten Sie, bevor Sie erneut scannen.\"],\"0GSPnc\":[\"Ticketdesign\"],\"0GwUT4\":[\"Weiter zur Kasse\"],\"0I0Hac\":[\"Wichtiger Hinweis\"],\"0R3Y+9\":[\"Teilnehmer-E-Mail\"],\"0RXCDo\":[\"Steuer oder Gebühr erfolgreich gelöscht\"],\"0U6E9W\":[\"Veranstaltungskategorie auswählen\"],\"0UZTSq\":[\"Bestellwährung\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Ereignisstandards\"],\"0Zypnp\":[\"Admin Dashboard\"],\"0aVEBY\":[\"Sind Sie sicher, dass Sie alle fehlgeschlagenen Jobs löschen möchten?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Verwenden Sie Bestelldetails für alle Teilnehmer. Teilnehmernamen und E-Mails entsprechen den Informationen des Käufers.\"],\"0m/ekX\":[\"Startdatum & -zeit\"],\"0pC/y6\":[\"Ereignis\"],\"0zpgxV\":[\"Optionen\"],\"147G4h\":[\"Möchten Sie wirklich gehen?\"],\"15qAvl\":[\"Sie haben keine ausstehende E-Mail-Änderung.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Veranstaltungsleistung\"],\"1BG8ga\":[\"Alle wiederholen\"],\"1BPctx\":[\"Ticket für\"],\"1DBGsz\":[\"Notizen\"],\"1E0vyy\":[\"Wir konnten die Daten nicht laden. Bitte versuchen Sie es erneut.\"],\"1HfW/F\":[\"Farben\"],\"1Hzev4\":[\"Event-benutzerdefinierte Vorlage\"],\"1J/AWD\":[\"Ticket anzeigen\"],\"1JnTgU\":[\"Von oben kopiert\"],\"1JwlHk\":[\"Produktkategorie\"],\"1MAvUY\":[\"Zahlungs- und Rechnungseinstellungen für diese Veranstaltung verwalten.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Bestellung erfolgreich aktualisiert\"],\"1SbbH8\":[\"Wird dem Kunden nach dem Checkout auf der Bestellübersichtsseite angezeigt.\"],\"1USFWA\":[\"Produkt erfolgreich gelöscht\"],\"1UzENP\":[\"Nein\"],\"1WnhCL\":[\"Checkout-Einstellungen\"],\"1Xxb9f\":[\"Zahlungsabwicklung verbinden\"],\"1YMS+X\":[\"Ihre Veranstaltung wird erstellt, bitte warten\"],\"1Ycaad\":[\"Produkt erfolgreich aktualisiert\"],\"1ZKm04\":[\"Ist dieses Konto in der EU umsatzsteuerpflichtig registriert?\"],\"1ZaQUH\":[\"Nachname\"],\"1bZAZA\":[\"Standardvorlage wird verwendet\"],\"1d6kks\":[\"+Steuern/Gebühren\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Aufträge\"],\"1jRD0v\":[\"Teilnehmer mit bestimmten Tickets benachrichtigen\"],\"1jUg5D\":[\"Angeboten\"],\"1k0Mp4\":[\"Diese Eincheckliste ist noch nicht aktiv\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Erstattungsbenachrichtigungs-E-Mail senden\"],\"1lRT3t\":[\"Das Deaktivieren dieser Kapazität wird Verkäufe verfolgen, aber nicht stoppen, wenn das Limit erreicht ist\"],\"1m+YT2\":[\"Bevor der Kunde zur Kasse gehen kann, müssen obligatorische Fragen beantwortet werden.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Scanner-Typ auswählen\"],\"1njn7W\":[\"Hell\"],\"1oPDuj\":[\"Attributionswert\"],\"1qY5Ue\":[\"Link abgelaufen oder ungültig\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Geben Sie die Umsatzsteuer-Identifikationsnummer mit Ländercode ein\"],\"1tfWrD\":[\"Ticket-Vorschau für\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Akzentfarbe\"],\"1vBhpG\":[\"Ersten Teilnehmer\"],\"1z26sk\":[\"Teammitglied einladen\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Laden Sie Verkaufs-, Teilnehmer- und Finanzberichte für alle abgeschlossenen Bestellungen herunter.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Nach Bestellnummer, Kundenname oder E-Mail suchen...\"],\"22BOve\":[\"Teilnehmer erfolgreich aktualisiert\"],\"22Itl6\":[\"Senden Sie mir eine Kopie\"],\"22xieU\":[\"z.B. 180 (3 Stunden)\"],\"237hSL\":[\"Beendet\"],\"24l4x6\":[\"Produkt hinzufügen\"],\"25QDJ1\":[\"- Zum Veröffentlichen klicken\"],\"261RBr\":[\"Nachricht genehmigen\"],\"26pGvx\":[\"Haben Sie einen Promo-Code?\"],\"29w7p6\":[\"Bild wird hochgeladen...\"],\"2E2O5H\":[\"Passen Sie die sonstigen Einstellungen für dieses Ereignis an\"],\"2FzaR1\":[\"Verwalten Sie Ihre Zahlungsabwicklung und sehen Sie die Plattformgebühren ein\"],\"2KAI4N\":[\"CSV exportieren\"],\"2L3vle\":[\"Max. Nachrichten / 24h\"],\"2LMsOq\":[\"Letzte 12 Monate\"],\"2NLjA6\":[\"Das Titelbild wird oben auf Ihrer Veranstalterseite angezeigt\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Statistiken\"],\"2O7Ybb\":[\"Angebots-Zeitlimit\"],\"2POOFK\":[\"Frei\"],\"2R1+Rv\":[\"Startzeit der Veranstaltung\"],\"2RZK9x\":[\"Wir konnten die gesuchte Bestellung nicht finden. Der Link ist möglicherweise abgelaufen oder die Bestelldetails haben sich geändert.\"],\"2VLZwd\":[\"Aktionsschaltfläche\"],\"2X4ecw\":[\"Webhook erfolgreich gelöscht\"],\"2bR+8v\":[\"Gesamtumsatz brutto\"],\"2cUopP\":[\"Bitte starten Sie den Bestellvorgang neu.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Beigetreten\"],\"2hGPQG\":[\"Beispiele: \\\"T-Shirt-Größe\\\", \\\"Essenspräferenz\\\", \\\"Berufsbezeichnung\\\"\"],\"2iZEz7\":[\"Antwort bearbeiten\"],\"2q/Q7x\":[\"Sichtweite\"],\"2r6bAy\":[\"Sobald Sie das Upgrade abgeschlossen haben, wird Ihr altes Konto nur noch für Erstattungen verwendet.\"],\"2rHwhl\":[\"Warten auf Offline-Zahlung\"],\"2tbLdK\":[\"Wohltätigkeit\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Prozentuale Gebühr (0-100%)\"],\"31KB8w\":[\"Alle fehlgeschlagenen Jobs gelöscht\"],\"352VU2\":[\"Haben Sie noch kein Konto? <0>Registrieren\"],\"38KFY0\":[\"Variable einfügen\"],\"3DZvE7\":[\"Hi.Events kostenlos testen\"],\"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\"],\"3EXqwa\":[\"Kategorie erfolgreich erstellt\"],\"3F1nBX\":[\"Spende / Produkt mit freier Preiswahl\"],\"3GfR6a\":[\"Firmennamen eingeben\"],\"3IEF7U\":[[\"totalCount\"],\" Ticketarten\"],\"3IcxS1\":[\"Konfiguration auswählen\"],\"3Kzsk7\":[\"Dieses Produkt ist ein Ticket. Käufer erhalten nach dem Kauf ein Ticket\"],\"3LtiBI\":[\"Rabatt in \",[\"0\"]],\"3NT0Ck\":[\"Bestellung wurde storniert\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Verkäufe:\"],\"3R/Tu2\":[\"Standard-Gebührenbehandlung\"],\"3RQ81z\":[\"Jede Person erhält eine E-Mail mit einem reservierten Platz, um den Kauf abzuschließen.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Mit Stripe verbinden\"],\"3VnlS9\":[\"Verkäufe, Bestellungen und Leistungskennzahlen für alle Veranstaltungen\"],\"3Z223G\":[\"Fehler beim Bestätigen der E-Mail-Adresse\"],\"3ZI8IL\":[\"Sie müssen den Allgemeinen Geschäftsbedingungen zustimmen\"],\"3bR1r4\":[\"Partner-E-Mail eingeben (optional)\"],\"3buiaw\":[\"Plattformgebühren-Bericht\"],\"3cKoxx\":[\"Konfigurationen\"],\"3cqmut\":[\"Partner helfen Ihnen, Verkäufe von Partnern und Influencern zu verfolgen. Erstellen Sie Partnercodes und teilen Sie diese, um die Leistung zu überwachen.\"],\"3ep0Gx\":[\"Allgemeine Informationen über Ihren Veranstalter\"],\"3hJUtr\":[\"Wählen Sie das Land aus, in dem die Umsatzsteuer registriert ist\"],\"3oSV95\":[\"Produktebene auswählen\"],\"3ogkAk\":[\"Ereignis duplizieren\"],\"3pykXZ\":[\"Akzeptieren Sie Banküberweisungen, Schecks oder andere Offline-Zahlungsmethoden\"],\"3sRuiW\":[\"Keine Tickets gefunden\"],\"3sVRey\":[\"Tickets anbieten\"],\"3sZ0xx\":[\"Gesamtkonten\"],\"3suLF0\":[\"Kapazitätszuweisung erfolgreich aktualisiert\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Passen Sie das Erscheinungsbild Ihrer Veranstalterseite an\"],\"3wF4Q/\":[\"Zahlung ausstehend\"],\"3wV73y\":[\"Stadt\"],\"3y+V4p\":[\"Organisationsadresse\"],\"3yNuBV\":[\"Umsatzsteuer-Einstellungen bearbeiten\"],\"3yiej1\":[\"z.B. 23,5 für 23,5 %\"],\"3zRbWw\":[\"Suchen Sie nach Namen, E-Mail oder Bestellnummer ...\"],\"4+am6b\":[\"Nein, hier bleiben\"],\"4/If97\":[\"Die Aktualisierung des Ereignisstatus ist fehlgeschlagen. Bitte versuchen Sie es später erneut\"],\"4/kP5a\":[\"Wenn sich kein neues Tab automatisch geöffnet hat, klicke bitte unten auf die Schaltfläche, um mit dem Checkout fortzufahren.\"],\"403wpZ\":[\"Wenn aktiviert, ermöglichen neue Veranstaltungen Teilnehmern, ihre eigenen Ticketdetails über einen sicheren Link zu verwalten. Dies kann pro Veranstaltung überschrieben werden.\"],\"40Gx0U\":[\"Zeitzone\"],\"41BQ3k\":[\"Kontakt-E-Mail\"],\"41dJPO\":[\"Keine Umsatzsteuer-Einstellungen konfiguriert\"],\"45Srzt\":[\"Die Kategorie konnte nicht gelöscht werden. Bitte versuchen Sie es erneut.\"],\"48Y16Q\":[\"Endzeit (optional)\"],\"48rf3i\":[\"Nachricht darf 5000 Zeichen nicht überschreiten\"],\"4B7oCp\":[\"Gesamtgebühr\"],\"4CETZY\":[\"Wegbeschreibung\"],\"4D3rRj\":[\"Zurück zum Profil\"],\"4DSz7Z\":[\"Nach Betreff, Veranstaltung oder Konto suchen...\"],\"4GLxhy\":[\"Erste Schritte\"],\"4GhX3c\":[\"Keine Webhooks\"],\"4H80qv\":[\"Bestellung erfolgreich aktualisiert\"],\"4HVzhV\":[\"Teilnehmer:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Veranstaltung nicht verfügbar\"],\"4K2OjV\":[\"Veranstaltungsort\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Sind Sie sicher, dass Sie dieses Veranstalterprofil veröffentlichen möchten? Nach der Veröffentlichung ist es öffentlich sichtbar.\"],\"4WT5tD\":[\"🎨 Veranstaltungsseite anpassen\"],\"4Y2FZT\":[\"Produktpreistyp\"],\"4bUH9i\":[\"Erfassen Sie Teilnehmerdetails für jedes gekaufte Ticket.\"],\"4ba0NE\":[\"Geplant\"],\"4fL/V7\":[\"Bezahlen\"],\"4kEGqW\":[\"Laden Sie ein Logo für Ihren Veranstalter hoch\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Geben Sie zusätzlichen Kontext oder Anweisungen für diese Frage an. Verwenden Sie dieses Feld, um Bedingungen, Richtlinien oder wichtige Informationen hinzuzufügen, die die Teilnehmer vor dem Beantworten wissen müssen.\"],\"4lVaWA\":[\"Warten auf Offline-Zahlung\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"Vorname ist erforderlich\"],\"4qmnU8\":[\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen zu akzeptieren.\"],\"4rnJq4\":[\"Einbettungsskript\"],\"4ueloy\":[\"Was ist eine Kategorie?\"],\"4wUIjX\":[\"Machen Sie Ihre Veranstaltung live\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"Umsatzsteuer-Validierungsdienst vorübergehend nicht verfügbar\"],\"51AsAN\":[\"Überprüfen Sie Ihren Posteingang! Wenn Tickets mit dieser E-Mail verknüpft sind, erhalten Sie einen Link, um sie anzuzeigen.\"],\"51U9mG\":[\"Zahlungen fließen weiterhin ohne Unterbrechung\"],\"54GxeB\":[\"Keine Auswirkungen auf Ihre aktuellen oder vergangenen Transaktionen\"],\"54MPqC\":[\"z.B. Standard, Premium, Enterprise\"],\"54q0zp\":[\"Tickets für\"],\"55i7Fa\":[\"Diese Nachricht wird nur angezeigt, wenn die Bestellung erfolgreich abgeschlossen wurde. Bestellungen, die auf Zahlung warten, zeigen diese Nachricht nicht an.\"],\"5670b9\":[\"Tickets konnten nicht angeboten werden\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"Ticket\"],\"5CDM6r\":[\"Verkaufszeitraum festgelegt\"],\"5CQ+r0\":[\"Erlauben Sie Teilnehmern, die mit unbezahlten Bestellungen verbunden sind, einzuchecken\"],\"5CiNPm\":[\"Ticket erneut senden\"],\"5Ds0vl\":[\"Wählen Sie aus, welche Gebührenkonfiguration für dieses Konto gilt. Feste Gebühren werden beim Bezahlen in die Bestellwährung umgerechnet.\"],\"5F7SYw\":[\"Teilerstattung\"],\"5FSIzj\":[\"Bitte beachten Sie\"],\"5H3Z78\":[\"Bist du sicher, dass du diesen Webhook löschen möchtest?\"],\"5It1cQ\":[\"Bestellungen exportiert\"],\"5K8REg\":[\"Diese Bestellung wurde bereits zurückerstattet.\"],\"5LAZwq\":[\"Identitätswechsel gestartet\"],\"5LDT6f\":[\"Schau dir dieses Event an!\"],\"5N4wLD\":[\"Um welche Art von Frage handelt es sich?\"],\"5OmEal\":[\"Die Sprache des Kunden\"],\"5Qmxo/\":[\"Sind Sie sicher, dass Sie dieses Veranstalterprofil zurückziehen möchten? Es wird nicht mehr öffentlich sichtbar sein.\"],\"5RDEEn\":[\"Bestellsprache\"],\"5ShqeM\":[\"Die gesuchte Eincheckliste existiert nicht.\"],\"5T2HxQ\":[\"Aktivierungsdatum\"],\"5UbY+B\":[\"Teilnehmer mit einem bestimmten Ticket\"],\"5VGIlq\":[\"Sie haben Ihr Nachrichtenlimit erreicht.\"],\"5YrKW7\":[\"Schließen Sie Ihre Zahlung ab, um Ihre Tickets zu sichern.\"],\"5b3QLi\":[\"Ihr Tarif\"],\"5cxUwd\":[\"Zahlungsdatum\"],\"5lcVkL\":[\"Verbindungsdetails\"],\"5mpF6N\":[\"Feste Gebühr in \",[\"currencyCode\"]],\"5n+Wwp\":[\"Veranstalter erfolgreich aktualisiert\"],\"5qOnWX\":[\"Ausverkauft-Warteliste\"],\"5slqwZ\":[\"Erstellen Sie Ihre Veranstaltung\"],\"5tT0+u\":[\"Ungültiges E-Mail-Format\"],\"5tl0Bp\":[\"Registrierungsfragen\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Dieses Produkt vor Kunden verbergen\"],\"6/TNCd\":[\"Umsatzsteuereinstellungen speichern\"],\"6/dCYd\":[\"Übersicht\"],\"60u+dQ\":[\"Das Titelbild wird oben auf Ihrer Veranstaltungsseite angezeigt\"],\"621rYf\":[\"Zahlung\"],\"62Ciis\":[\"Sidebar schließen\"],\"65A04M\":[\"Spanisch\"],\"67NsZP\":[\"Veranstaltung wird erstellt...\"],\"67OJ7t\":[\"Bestellung anzeigen\"],\"68Axnm\":[\"Bei der Bearbeitung Ihrer Anfrage ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Tickets\"],\"6HK5Ct\":[\"Abgeschlossene Bestellungen\"],\"6IwNUc\":[\"E-Mail-Vorlagen\"],\"6JzK4N\":[\"Link zum Ticket\"],\"6K/IHl\":[\"Hier ist ein Beispiel, wie Sie die Komponente in Ihrer Anwendung verwenden können.\"],\"6K0GjX\":[\"Text könnte schwer lesbar sein\"],\"6KnyG0\":[\"E-Mail eingeben\"],\"6MIiOI\":[[\"0\"],\" übrig\"],\"6PNlRV\":[\"Fügen Sie dieses Event zu Ihrem Kalender hinzu\"],\"6PecK3\":[\"Anwesenheit und Check-in-Raten für alle Veranstaltungen\"],\"6RmHKN\":[\"Primärfarbe\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Kopiert\"],\"6WdDG7\":[\"Seite\"],\"6YtxFj\":[\"Name\"],\"6Z/F61\":[\"Keine Daten verfügbar. Bitte wählen Sie einen Datumsbereich aus.\"],\"6a/UJE\":[\"Dieser Aktionscode wird leider nicht erkannt\"],\"6aXq+t\":[\"Betreff:\"],\"6bBh3/\":[\"Feste Gebühr\"],\"6czJik\":[\"Ticket-Logo\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Bestellstatus\"],\"6euFZ/\":[\"Ein standardmäßiger \",[\"type\"],\" wird automatisch auf alle neuen Produkte angewendet. Sie können dies für jedes Produkt einzeln überschreiben.\"],\"6fLyj/\":[\"Sollten Sie diese Änderung nicht veranlasst haben, ändern Sie bitte umgehend Ihr Passwort.\"],\"6fuA9p\":[\"Ereignis erfolgreich dupliziert\"],\"6gRgw8\":[\"Wiederholen\"],\"6heFYY\":[\"Ihr Stripe-Konto ist verbunden und verarbeitet Zahlungen.\"],\"6imsQS\":[\"Vereinfachtes Chinesisch\"],\"6jYQGG\":[\"Keine vergangenen Veranstaltungen\"],\"6kPk3+\":[\"Persönliche Daten\"],\"6kdXbW\":[\"Einen Promo-Code erstellen\"],\"6nDzTl\":[\"Gute Lesbarkeit\"],\"6tmWch\":[\"Ticket oder Produkt\"],\"6uwAvx\":[\"Sie können diese Preiskategorie nicht löschen, da für diese Kategorie bereits Produkte verkauft wurden. Sie können sie stattdessen ausblenden.\"],\"6xCBVN\":[\"Einstellungen für Zahlung & Rechnungsstellung erfolgreich aktualisiert\"],\"6zQOg1\":[\"Der dem Kunden angezeigte Preis enthält keine Steuern und Gebühren. Diese werden separat ausgewiesen\"],\"7+grte\":[\"Bestätigungs-E-Mail gesendet! Bitte überprüfen Sie Ihren Posteingang.\"],\"7/9RFs\":[\"Bild-Upload fehlgeschlagen.\"],\"70dYC8\":[\"Promo-Code erfolgreich aktualisiert\"],\"72c5Qo\":[\"Gesamt\"],\"73nxDO\":[\"Verschiedene Einstellungen erfolgreich aktualisiert\"],\"73qYgo\":[\"Als Test senden\"],\"744BMm\":[\"Vervollständigen Sie Ihre Bestellung, um Ihre Tickets zu sichern. Dieses Angebot ist zeitlich begrenzt, warten Sie also nicht zu lange.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Ihre Check-In-Liste wurde erfolgreich erstellt. Teilen Sie den unten stehenden Link mit Ihrem Check-In-Personal.\"],\"7B5M35\":[\"Check-Ins\"],\"7Bj3x9\":[\"Fehlgeschlagen\"],\"7Cx5It\":[\"Früher Vogel\"],\"7D9MJz\":[\"Stripe-Einrichtung abschließen\"],\"7ER2sc\":[\"Hervorgehoben\"],\"7JF9w9\":[\"Frage hinzufügen\"],\"7JFNej\":[\"Sport\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Aktionen\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Benutzer\"],\"7VpPHA\":[\"Bestätigen\"],\"7YJdgG\":[\"Sobald Ihre Bestellungen eintreffen, werden sie hier angezeigt.\"],\"7YZofi\":[\"Geben Sie einen Betreff und Inhalt ein, um die Vorschau zu sehen\"],\"7dSOhU\":[\"Warteliste aktivieren\"],\"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.\"],\"7hPBBn\":[\"Empfänger\"],\"7kOMfV\":[\"Ereignis erfolgreich aktualisiert\"],\"7ns+do\":[\"Geschäftsadresse\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"Alle archivierten Veranstaltungen\"],\"7vhWI8\":[\"Neues Kennwort\"],\"7wtpH5\":[\"Vorlage aktiv\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Name ist erforderlich\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Liquid-Token einfügen\"],\"876pfE\":[\"Kunde\"],\"87a/t/\":[\"Etikett\"],\"88cUW+\":[\"Sie erhalten\"],\"89xaFU\":[\"Legen Sie die Standard-Plattformgebühreneinstellungen für neue Veranstaltungen dieses Veranstalters fest.\"],\"8AiKIu\":[\"Ticket oder Produkt erstellen\"],\"8BMPMe\":[\"Webhook sendet keine Benachrichtigungen\"],\"8BRPoH\":[\"Beispielort\"],\"8BwQeU\":[\"Einrichtung abschließen\"],\"8Etqrl\":[\"Tickets automatisch der nächsten Person anbieten, wenn Kapazität frei wird\"],\"8F1i42\":[\"Seite nicht gefunden\"],\"8KDgYV\":[\"Bereiten Sie Ihre Veranstaltung vor\"],\"8KmsFa\":[\"Bitte wählen Sie einen Datumsbereich aus\"],\"8Lx2X7\":[\"Zahlung erhalten\"],\"8OhzyY\":[\"Wenn ein Produkt gelöscht wird\"],\"8OvVZZ\":[\"Teilnehmer filtern\"],\"8QH2Il\":[\"Diese Kategorie ist vor der öffentlichen Ansicht verborgen\"],\"8YBH95\":[\"Einnahmen\"],\"8ZsakT\":[\"Passwort\"],\"8cBtvm\":[\"Primäre Textfarbe\"],\"8dENF9\":[\"MwSt. auf Gebühr\"],\"8jLPgH\":[\"Tickettyp\"],\"8k8Njd\":[\"Wie viele Minuten hat der Kunde Zeit, um seine Bestellung abzuschließen. Wir empfehlen mindestens 15 Minuten\"],\"8n10sz\":[\"Nicht Berechtigt\"],\"8oPbg1\":[\"Rechnungsstellung aktivieren\"],\"8pQ3NJ\":[\"Keine Veranstaltungen, die in den nächsten 24 Stunden beginnen\"],\"8q0EdE\":[\"Produkt zur Kategorie hinzufügen\"],\"8qsbZ5\":[\"Ticketing & Verkauf\"],\"8rE61T\":[\"Rechnungsadresse\"],\"8uOlgz\":[\"Fehlgeschlagen am\"],\"8uqsE5\":[\"Seite nicht mehr verfügbar\"],\"8v2LRU\":[\"Konfigurieren Sie Veranstaltungsdetails, Standort, Bezahloptionen und E-Mail-Benachrichtigungen.\"],\"8vETh9\":[\"Show\"],\"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\"],\"8wUjGl\":[\"Reserviert bis\"],\"8wgkoi\":[\"Keine angesehenen Events in den letzten 14 Tagen\"],\"8x0pUg\":[\"Sind Sie sicher, dass Sie diesen Eintrag von der Warteliste entfernen möchten?\"],\"8z6Y5D\":[\"Erstattung verarbeiten\"],\"8zCZQf\":[\"Noch keine Veranstaltungen\"],\"9+8Vez\":[\"Verbleibende Verwendungen\"],\"9+P7zk\":[\"Produkt konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben\"],\"9/1YKL\":[\"Nachnamen eingeben\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 Tag nach dem Enddatum\"],\"94aQMU\":[\"Teilnehmerinformationen\"],\"96ryID\":[\"Details pro Ticket erfassen\"],\"99ntUF\":[\"Keine Check-In-Listen für diese Veranstaltung verfügbar.\"],\"9BdS63\":[\"Aktionscode bearbeiten\"],\"9FQEn8\":[\"Kategorie auswählen...\"],\"9GsDR2\":[\"Wahr bei ausstehender Zahlung\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Verkauf pausiert\"],\"9L9/28\":[\"Wenn ein Produkt ausverkauft ist, können Kunden sich auf eine Warteliste setzen, um benachrichtigt zu werden, wenn Plätze verfügbar werden.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Dieser Name ist für Endbenutzer sichtbar\"],\"9N+p+g\":[\"Geschäftlich\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Teilnehmer\"],\"9TO8nT\":[\"Ihr Passwort\"],\"9Wh+ug\":[\"Partner exportiert\"],\"9Y3hAT\":[\"Vorlage speichern\"],\"9YHrNC\":[\"Systemstandard\"],\"9b5956\":[\"Diese Vorschau zeigt, wie Ihre E-Mail mit Beispieldaten aussehen wird. Tatsächliche E-Mails verwenden echte Werte.\"],\"9bHCo2\":[\"Gebührungswährung\"],\"9bpUSo\":[\"Partner werden exportiert\"],\"9eF5oV\":[\"Willkommen zurück\"],\"9gPPUY\":[\"Check-In-Liste erstellt!\"],\"9h7RDh\":[\"Anbieten\"],\"9i0++A\":[\"Stripe Zahlungs-ID\"],\"9jnAcN\":[\"Veranstalter-Startseite anzeigen\"],\"9mZEgt\":[\"Promo-Code erfolgreich erstellt\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Teilnehmer konnte nicht abgesagt werden\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Zurück zur Veranstaltungsseite\"],\"A4UmDy\":[\"Theater\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Schalten Sie Ihr Event live\"],\"ACKu03\":[\"Vorschau aktualisieren\"],\"AEuj2m\":[\"Veranstaltungsstartseite\"],\"AG/qmQ\":[\"Eine Radiooption hat mehrere Optionen, aber nur eine kann ausgewählt werden.\"],\"AGRilS\":[\"Verkaufte Tickets\"],\"AGZmwV\":[\"Bild erfolgreich hochgeladen\"],\"AIF7J2\":[\"Die Währung, in der die feste Gebühr definiert ist. Sie wird beim Bezahlen in die Bestellwährung umgerechnet.\"],\"AIUkyF\":[\"Navigieren Sie zu Teilnehmer\"],\"AJ4rvK\":[\"Teilnehmer storniert\"],\"AKbElk\":[\"EU-umsatzsteuerregistrierte Unternehmen: Umkehrung der Steuerschuldnerschaft gilt (0% - Artikel 196 der MwSt-Richtlinie 2006/112/EG)\"],\"APuxIE\":[\"E-Mail-Bestätigung erneut gesendet\"],\"APyAR/\":[\"Aktive Events\"],\"ARBThj\":[\"Diesen \",[\"type\"],\" auf alle neuen Produkte anwenden\"],\"ARkzso\":[\"Partnername eingeben\"],\"ATGYL1\":[\"E-Mail-Adresse\"],\"AVpmAa\":[\"Wie man offline zahlt\"],\"AXXqG+\":[\"Spende\"],\"AaP0M+\":[\"Diese Farbkombination könnte für einige Benutzer schwer lesbar sein\"],\"AdWhjZ\":[\"Bestätigungscode\"],\"AeXO77\":[\"Konto\"],\"AeejQi\":[\"Für welche Produkte soll diese Kapazität gelten?\"],\"AfNRFG\":[\"Text für Weiter-Schaltfläche\"],\"AhBPHd\":[\"Diese Details werden nur angezeigt, wenn die Bestellung erfolgreich abgeschlossen wurde. Bestellungen, die auf Zahlung warten, zeigen diese Nachricht nicht an.\"],\"AhwTa1\":[\"Handlung erforderlich: Umsatzsteuerinformationen benötigt\"],\"Ajavq0\":[\"Bitte überprüfen Sie Ihre E-Mail, um Ihre E-Mail-Adresse zu bestätigen\"],\"ApOYO8\":[\"Erstaunlich, Ereignis, Schlüsselwörter...\"],\"ApsD9J\":[\"Neue hinzufügen\"],\"ArHT/C\":[\"Neue Anmeldungen\"],\"Arzxc1\":[\"Keine Wartelisteneinträge\"],\"Aspq3b\":[\"Erfassung von Teilnehmerdetails\"],\"AtXtSw\":[\"Verwalten Sie Steuern und Gebühren, die auf Ihre Produkte angewendet werden können\"],\"Auz0Mz\":[\"Bestätigen Sie Ihre E-Mail-Adresse, um alle Funktionen zu nutzen.\"],\"B/EBQv\":[\"Bestellungen:\"],\"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. \"],\"B2Tpo0\":[\"Ungültige E-Mail\"],\"B2V3cA\":[\"Veranstaltung teilen\"],\"B3Mkdt\":[\"Frage erstellen\"],\"B3gPuX\":[\"Bestellung storniert\"],\"B4nE3N\":[\"Beispiel-Ticketpreis\"],\"B5fpAA\":[\"Konfiguration erfolgreich zugewiesen\"],\"B7pZfX\":[[\"0\"],\" Veranstalter\"],\"B7w4KY\":[\"Keine weiteren Veranstalter verfügbar\"],\"BCmibk\":[\"Versuche\"],\"BDSRuX\":[\"Erstattet: \",[\"0\"]],\"BFRSTT\":[\"Konto auswählen\"],\"BGD9Yt\":[\"Tickets hinzufügen\"],\"BHZbFy\":[\"Eine einzelne Frage pro Bestellung. Z.B., Wie lautet Ihre Lieferadresse?\"],\"BI7D9d\":[\"Preis nicht festgelegt\"],\"BJIEiF\":[\"Erfolgreich \",[\"0\"],\" Teilnehmer\"],\"BJtMTd\":[\"Wir empfehlen Abmessungen von 2160 x 1080 Pixel und eine maximale Dateigröße von 5 MB.\"],\"BLTZ42\":[\"Passwort erfolgreich zurückgesetzt. Bitte melden Sie sich mit Ihrem neuen Passwort an.\"],\"BM/KQm\":[\"Postleitzahl\"],\"BMtue0\":[\"Aktueller Zahlungsdienstleister\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Neu erstellen\"],\"BRArmD\":[\"Sie haben Zugriff auf mehrere Konten. Bitte wählen Sie eines aus, um fortzufahren.\"],\"BREO0S\":[\"Zeigen Sie ein Kontrollkästchen an, mit dem Kunden dem Erhalt von Marketing-Mitteilungen von diesem Veranstalter zustimmen können.\"],\"BTne9e\":[\"Erstellen Sie benutzerdefinierte E-Mail-Vorlagen für diese Veranstaltung, die die Veranstalter-Standards überschreiben\"],\"BUe8Wj\":[\"Käufer zahlt\"],\"BV4L/Q\":[\"UTM-Analyse\"],\"BVinvJ\":[\"Beispiele: \\\"Wie haben Sie von uns erfahren?\\\", \\\"Firmenname für Rechnung\\\"\"],\"BVu2Hz\":[\"Gesendet von\"],\"BW6QAz\":[\"Team-Verwaltung\"],\"BWF1kC\":[\"Nachrichten suchen...\"],\"BZ9GWa\":[\"Mit Promo-Codes können Sie Rabatte oder Vorverkaufszugang anbieten oder Sonderzugang zu Ihrer Veranstaltung gewähren.\"],\"BZBYf3\":[\"Um Kreditkartenzahlungen zu empfangen, musst du dein Stripe-Konto verbinden. Stripe ist unser Zahlungsabwicklungspartner, der sichere Transaktionen und pünktliche Auszahlungen gewährleistet.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"E-Mail-Vorschau\"],\"BfucwY\":[\"Verwalten Sie Ihre Benutzer und deren Berechtigungen\"],\"BiYOdA\":[\"Suche mit Name...\"],\"Bj/QGQ\":[\"Legen Sie einen Mindestpreis fest und lassen Sie die Nutzer mehr zahlen, wenn sie wollen.\"],\"Bk06QI\":[\"Stripe verbunden\"],\"BnlG9U\":[\"Ihre aktuelle Bestellung geht verloren.\"],\"BwJKBw\":[\"von\"],\"BxsfMK\":[\"Gesamtkosten\"],\"BzEFor\":[\"oder\"],\"BzfzPK\":[\"Artikel\"],\"C3htzi\":[\"Einstellung aktualisiert\"],\"C3nD/1\":[\"Geben Sie Ihre E-Mail-Adresse ein\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Produkte auswählen\"],\"C4nQe5\":[\"Die Plattformgebühr wird zum Ticketpreis hinzugefügt. Käufer zahlen mehr, aber Sie erhalten den vollen Ticketpreis.\"],\"C4qOW8\":[\"Vor der Öffentlichkeit verborgen\"],\"C63rRe\":[\"Bitte kehre zur Veranstaltungsseite zurück, um neu zu beginnen.\"],\"C8HNV2\":[\"Jetzt bezahlen\"],\"C8JLas\":[\"Rabattart\"],\"C8ne4X\":[\"Ticketdesign speichern\"],\"CBBcly\":[\"Zeigt allgemeine Adressfelder an, einschließlich Land\"],\"CCjxOC\":[\"Erstellen Sie Ihre erste Veranstaltung, um Tickets zu verkaufen und Teilnehmer zu verwalten.\"],\"CELKku\":[\"Rechnung herunterladen\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Teilnehmergruppe auswählen\"],\"CHzaTD\":[\"Keine beliebten Events in den letzten 14 Tagen\"],\"CMUt3Y\":[\"Ticketinhaber\"],\"CMyVEK\":[\"Möchten Sie diese Veranstaltung wirklich als Entwurf speichern? Dadurch wird die Veranstaltung für die Öffentlichkeit unsichtbar.\"],\"CNafaC\":[\"Kontrollkästchenoptionen ermöglichen Mehrfachauswahl\"],\"CNk/ro\":[\"Dies ist eine Online-Veranstaltung\"],\"COnw8D\":[[\"0\"],\" Logo\"],\"CPXP5Z\":[\"Partner\"],\"CQeZT8\":[\"Bericht nicht gefunden\"],\"CRu4lK\":[\"Eingecheckt\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Webhook-Protokolle\"],\"CUKVDt\":[\"Gestalten Sie Ihre Tickets mit einem individuellen Logo, Farben und einer Fußzeilennachricht.\"],\"CVw2MU\":[\"Filter (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Sommer Musik Festival 2025\"],\"CWk59I\":[\"Comedy\"],\"CZomgW\":[\"Umsatzsteuer registriert\"],\"CabI04\":[\"Umsatzsteuer-Identifikationsnummer darf keine Leerzeichen enthalten\"],\"CbnrWb\":[\"Zurück zum Event\"],\"CfKofC\":[\"Dropdown-Auswahl\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Schaltflächentext\"],\"ClwUUD\":[\"Veranstaltungsort & Details zum Veranstaltungsort\"],\"CmoB9j\":[\"Preisanzeigemodus\"],\"CnZ3Ou\":[\"Ihre Tickets wurden bestätigt.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Kalender auswählen\"],\"CsTTH0\":[\"Bestellbestätigung erfolgreich erneut gesendet\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Bestelleigentümer mit Produkten\"],\"CySr+W\":[\"Klicken, um Notizen anzuzeigen\"],\"D+zLDD\":[\"Verborgen\"],\"D02dD9\":[\"Kampagne\"],\"D2g7C7\":[\"Alle Jobs zur Wiederholung eingereiht\"],\"D2qlBU\":[\"Teilnehmer aktualisiert\"],\"D3iCkb\":[\"Startdatum\"],\"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.\"],\"D6+U20\":[\"Einchecken und Bestellung als bezahlt markieren\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Bestellbestätigung und Ticket-E-Mail senden\"],\"D9zTjx\":[\"Live-Veranstaltungen\"],\"DB8zMK\":[\"Anwenden\"],\"DCKkhU\":[\"Aktuelles Passwort\"],\"DDcvSo\":[\"Deutsch\"],\"DEcpfp\":[\"Der Vorlagenkörper enthält ungültige Liquid-Syntax. Bitte korrigieren Sie sie und versuchen Sie es erneut.\"],\"DFqasq\":[\"Durch Fortfahren stimmen Sie den <0>\",[\"0\"],\" Nutzungsbedingungen zu\"],\"DJQEZc\":[\"Produkte erfolgreich sortiert\"],\"DKYTWG\":[\"Jobs konnten nicht wiederholt werden\"],\"DKwDdj\":[\"Tickets drucken\"],\"DM4gBB\":[\"Chinesisch (Traditionell)\"],\"DMCX/I\":[\"Plattformgebühren-Standards erfolgreich aktualisiert\"],\"DPfwMq\":[\"Fertig\"],\"DRErHC\":[\"Vor Teilnehmern verborgen - nur für Veranstalter sichtbar\"],\"DRykfS\":[\"Bearbeitet weiterhin Erstattungen für Ihre älteren Transaktionen.\"],\"DXZRk5\":[\"Suite 100\"],\"DZjk8u\":[\"Einstellungen für Zahlung & Rechnungsstellung\"],\"DZlSLn\":[\"Dokumentenbeschriftung\"],\"Da29Y6\":[\"Diese Frage verbergen\"],\"DdHfeW\":[\"Verwalten Sie Ihre Kontodetails und Standardeinstellungen\"],\"Dim4LO\":[\"Einen Teilnehmer manuell hinzufügen\"],\"DjSbj3\":[\"Ticket konnte nicht erneut gesendet werden\"],\"Djl45M\":[\"Sie benötigen ein Produkt, bevor Sie eine Kapazitätszuweisung erstellen können.\"],\"DnXcDK\":[\"Sekundärfarbe\"],\"DoH3fD\":[\"Bestellzahlung ausstehend\"],\"DovcfC\":[\"Erzählen Sie uns von Ihrer Organisation. Diese Informationen werden auf Ihren Veranstaltungsseiten angezeigt.\"],\"DruLRc\":[\"Letzte 14 Tage\"],\"DrwwNd\":[\"Zeitraum auswählen\"],\"Du6bPw\":[\"Adresse\"],\"Dvq0wf\":[\"Bitte ein Bild angeben.\"],\"DwF9eH\":[\"Komponentencode\"],\"Dwf4dR\":[\"Noch keine Teilnehmerfragen\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Konfiguration speichern\"],\"E/9LUk\":[\"Veranstaltungsort Namen\"],\"E0q9qH\":[\"Unbegrenzte Nutzung erlaubt\"],\"E15xs8\":[\"⚡️ Richten Sie Ihre Veranstaltung ein\"],\"E1F5Ji\":[\"Empfänger sind verfügbar, nachdem die Nachricht gesendet wurde\"],\"E1eze1\":[\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen für Ihre Veranstaltungen zu akzeptieren.\"],\"E6nRW7\":[\"URL kopieren\"],\"E9jY+o\":[\"Teilnehmer konnte nicht aktualisiert werden\"],\"EBzPwC\":[\"Die vollständige Veranstaltungsadresse\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Veröffentlichen\"],\"EFq6EG\":[\"Bitte ein Bild auswählen.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Konto nicht gefunden\"],\"EJ7bVz\":[\"Keine Bestellungen gefunden\"],\"EJPAcd\":[\"Bestellbestätigung konnte nicht erneut gesendet werden\"],\"EK/G11\":[\"Noch keine Antworten\"],\"ELa4O9\":[\"Verkaufsende\"],\"ENCIQz\":[\"Link kopieren\"],\"ENEPLY\":[\"Zahlungsmethode\"],\"EOqL/A\":[\"Sind Sie sicher, dass Sie dieser Person einen Platz anbieten möchten? Sie wird eine E-Mail-Benachrichtigung erhalten.\"],\"ETcU7q\":[\"Platz konnte nicht angeboten werden\"],\"EUnesn\":[\"Tickets verfügbar\"],\"EV30TR\":[\"USB-Scanner-Modus aktiviert. Beginnen Sie jetzt mit dem Scannen von Tickets.\"],\"EWCLpZ\":[\"Produkt erstellt\"],\"EWErQh\":[\"Die geplante Zeit muss in der Zukunft liegen\"],\"EWPtMO\":[\"Code\"],\"EWnXR+\":[\"Mit Stripe verbinden\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Ticketdesign erfolgreich gespeichert\"],\"EZy55F\":[\"Bestellung erstattet\"],\"EaAPbv\":[\"Gezahlter Gesamtbetrag\"],\"EdQY6l\":[\"Keine\"],\"Edm6av\":[\"Stripe neu verbinden →\"],\"Eeo/Gy\":[\"Einstellung konnte nicht aktualisiert werden\"],\"Ef7StM\":[\"Unbekannt\"],\"EfK2O6\":[\"Platz anbieten\"],\"Egnj9d\":[\"Sie müssen eine Bestellung manuell als bezahlt markieren. Dies kann auf der Bestellverwaltungsseite erfolgen.\"],\"Eh5Wrd\":[\"Ihre tolle Website 🎉\"],\"EhlbcI\":[\"Aktualisierung der Messaging-Stufe fehlgeschlagen\"],\"EmFsMZ\":[\"Ihre Umsatzsteuer-Identifikationsnummer ist zur Validierung in der Warteschlange\"],\"EmYMHc\":[\"Wartet auf Offline-Zahlung\"],\"Ep3VfY\":[\"Auf Google Maps anzeigen\"],\"EpknJA\":[\"Schreiben Sie Ihre Nachricht hier...\"],\"EpvBAp\":[\"Keine Rechnung\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Marketing-Opt-in-Kontrollkästchen anzeigen\"],\"Ev2r9A\":[\"Keine Ergebnisse\"],\"Ewir4O\":[\"Bitte wählen Sie mindestens ein Produkt aus\"],\"EwoMtl\":[\"Kategorie erstellen\"],\"ExDt3P\":[\"Sind Sie sicher, dass Sie diese Veranstaltung zurückziehen möchten? Sie wird nicht mehr öffentlich sichtbar sein.\"],\"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.\"],\"EyE8E6\":[\"Zahlungsabwicklung\"],\"EzwCw7\":[\"Frage bearbeiten\"],\"F+pJnL\":[\"SEO-Einstellungen erfolgreich aktualisiert\"],\"F1Xp97\":[\"Einzelne Teilnehmer\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Mindestens ein Ereignistyp muss ausgewählt werden\"],\"F3/nus\":[\"Weiter zur Zahlung\"],\"F3mW5G\":[\"Kunden erlauben, sich auf eine Warteliste zu setzen, wenn dieses Produkt ausverkauft ist\"],\"F4NXOl\":[\"Nachname der Bestellung\"],\"F4SRy3\":[\"Check-in gelöscht\"],\"F5/CBH\":[\"Artikel\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Aktiv\"],\"F89D36\":[\"Beim Markieren der Bestellung als bezahlt ist ein Fehler aufgetreten\"],\"FCVmuU\":[\"Veranstaltung ansehen\"],\"FG98gC\":[\"Suchtext löschen\"],\"FI60XC\":[\"Steuern & Gebühren konfigurieren\"],\"FImCSc\":[[\"0\"],\" erfolgreich aktualisiert\"],\"FJ9Yat\":[\"Bitte überprüfen Sie, ob die angegebenen Informationen korrekt sind\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Teilnehmer konnte nicht eingecheckt werden\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Aktivieren\"],\"FRl8Jv\":[\"Sie müssen Ihre Konto-E-Mail-Adresse verifizieren, bevor Sie Nachrichten senden können.\"],\"FSN4TS\":[\"Widget einbetten\"],\"FSaY52\":[\"Webhook sendet Benachrichtigungen\"],\"FTfObB\":[\"Noch keine Produkte\"],\"FU1gvP\":[\"Eincheckliste bearbeiten\"],\"FVTVBy\":[\"Sie müssen Ihre E-Mail-Adresse bestätigen, bevor Sie den Veranstalterstatus aktualisieren können.\"],\"FVetkT\":[\"Welche Tickets sollen mit dieser Eincheckliste verknüpft werden?\"],\"FaK/8G\":[\"Bestellung \",[\"0\"],\" erstatten\"],\"FaPYw+\":[\"Bestelleigentümer\"],\"FaSXqR\":[\"Welche Art von Veranstaltung?\"],\"Fb+SDI\":[\"Weitere Tickets hinzufügen\"],\"Ff0Dor\":[\"Vergangenheit\"],\"FgRxRP\":[\"Sie besitzen immer 100% Ihrer Teilnehmerdaten\"],\"Fi3b48\":[\"Neueste Bestellungen\"],\"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.\"],\"FlQKnG\":[\"Steuern und Gebühren im Preis einbeziehen\"],\"FmogyU\":[\"Optionen ausblenden\"],\"FpsvqB\":[\"Farbmodus\"],\"Fq/Nx7\":[\"Wir haben einen 5-stelligen Bestätigungscode gesendet an:\"],\"Fuh+dI\":[\"Eine einzelne Frage pro Produkt. Z.B., Welche T-Shirt-Größe haben Sie?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"In die Zwischenablage kopiert\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Vorlage erfolgreich gespeichert\"],\"G0KW+e\":[\"Erfolgreich aktualisiertes Homepage-Design\"],\"G42SNI\":[\"E-Mail erneut senden\"],\"G5RhpL\":[\"Veranstalter\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Rolle\"],\"GG1fRP\":[\"Ihre Veranstaltung ist live!\"],\"GG7qDw\":[\"Partnerlink teilen\"],\"GHdjuo\":[\"Nach Name, E-Mail oder Konto suchen...\"],\"GIoqtA\":[\"Nachname des Kunden\"],\"GNcfRk\":[\"Support-E-Mail\"],\"GRChTw\":[\"Beim Löschen der Steuer oder Gebühr ist ein Fehler aufgetreten\"],\"GS+Mus\":[\"Export\"],\"GTOcxw\":[\"Benutzer bearbeiten\"],\"GVUxAX\":[\"Statistiken basieren auf dem Erstellungsdatum des Kontos\"],\"GVcaW6\":[\"Organisationsdetails\"],\"GX6dZv\":[\"Bestellübersicht\"],\"GctSSm\":[\"Promo-Code anwenden\"],\"GdOhw6\":[\"Ton ausschalten\"],\"GdWB+V\":[\"Webhook erfolgreich erstellt\"],\"GeqWgj\":[\"Veranstaltungszeitzone\"],\"GfWoKv\":[\"SEO-Einstellungen\"],\"GfaxEk\":[\"Musik\"],\"Gh9Oqb\":[\"Name des Veranstalters\"],\"Gjt/py\":[\"E-Mail-Änderung abbrechen\"],\"GkH0Pq\":[\"Steuern & Gebühren angewendet\"],\"Gmd0hv\":[\"Wenn ein neuer Teilnehmer erstellt wird\"],\"Gnjf3o\":[\"Sie können den Produkttyp nicht ändern, da Teilnehmer mit diesem Produkt verknüpft sind.\"],\"GpT6Uf\":[\"Erlauben Sie Teilnehmern, ihre Ticketinformationen (Name, E-Mail) über einen sicheren Link zu aktualisieren, der mit ihrer Bestellbestätigung gesendet wird.\"],\"GptGxg\":[\"Kennwort ändern\"],\"GqvPcv\":[\"Keine Filter verfügbar\"],\"Gspam9\":[\"Wir bearbeiten Ihre Bestellung. Bitte warten...\"],\"GuXjc5\":[\"Validiert\"],\"Guo0lU\":[\"Benutzerdefiniertes Datum und Uhrzeit\"],\"Gv5AMu\":[\"Nachrichten an Teilnehmer senden\"],\"Gy7BA3\":[\"E-Mail-Adresse des Veranstalters\"],\"H/UMUG\":[\"E-Mail-Verifizierung erforderlich\"],\"H34qcM\":[\"Veranstalter wird erstellt...\"],\"H35u3n\":[\"Sie müssen ein Ticket erstellen, bevor Sie einen Teilnehmer manuell hinzufügen können.\"],\"H4nE+E\":[\"Alle Produkte stornieren und in den Pool zurückgeben\"],\"H5qWhm\":[\"Bestellung storniert\"],\"H6Gslz\":[\"Entschuldigung für die Unannehmlichkeiten.\"],\"H6Ma8Z\":[\"Rabatt\"],\"H8kMHT\":[\"Code nicht erhalten?\"],\"H9HlDe\":[\"Minuten\"],\"HB22j9\":[\"Weiter einrichten\"],\"HE6KcK\":[\"Einladung widerrufen!\"],\"HFucK5\":[\"Keine beendeten Veranstaltungen anzuzeigen.\"],\"HGuXjF\":[\"Ticketinhaber\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Beim Laden dieser Seite ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.\"],\"HLDaLi\":[\"Administratorbenutzer haben vollständigen Zugriff auf Ereignisse und Kontoeinstellungen.\"],\"HMAqFK\":[\"E-Mails an Teilnehmer, Ticketinhaber oder Bestellinhaber senden. Nachrichten können sofort gesendet oder für später geplant werden.\"],\"HR/cvw\":[\"Musterstraße 123\"],\"HSw5l3\":[\"Nein - Ich bin eine Privatperson oder ein nicht umsatzsteuerregistriertes Unternehmen\"],\"HT/08n\":[\"Teilnehmer-Ticket\"],\"HVW65c\":[\"Bezahltes Produkt\"],\"HVkhy2\":[\"Attributionsanalyse\"],\"HVwIsd\":[\"Nicht umsatzsteuerregistrierte Unternehmen oder Privatpersonen: Irische Umsatzsteuer von 23% gilt\"],\"HWXuQK\":[\"Setzen Sie ein Lesezeichen für diese Seite, um Ihre Bestellung jederzeit zu verwalten.\"],\"HX5SVx\":[\"Artikel\"],\"HXMJxH\":[\"Optionaler Text für Haftungsausschlüsse, Kontaktinformationen oder Dankesnachrichten (nur einzeilig)\"],\"HdmwrI\":[\"Bestell-E-Mail\"],\"HhwcTQ\":[\"Veranstaltungsname\"],\"HiGkFu\":[\"Weiterleitung zu Stripe...\"],\"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.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"E-Mail-Änderung erfolgreich abgebrochen\"],\"HsFnrk\":[\"Die maximale Anzahl an Produkten für \",[\"0\"],\" ist \",[\"1\"]],\"HtrFfw\":[\"URL ist erforderlich\"],\"HxxXZO\":[\"Die primäre Markenfarbe, die für Schaltflächen und Hervorhebungen verwendet wird\"],\"I+FvbD\":[\"Scannen\"],\"I+utEq\":[\"Partnercode kann nicht geändert werden\"],\"I/NNtI\":[\"Der Veranstaltungsort\"],\"I3QpvQ\":[\"Empfänger\"],\"I3yitW\":[\"Letzte Anmeldung\"],\"I6F3cp\":[\"E-Mail nicht verifiziert\"],\"I7xjqg\":[\"Hintergrundtyp\"],\"IF7RiR\":[\"Abdeckung\"],\"IFHV2p\":[\"Ihr Ticket für\"],\"IKwyaF\":[\"E-Mail-Änderung erfolgreich bestätigt\"],\"IMJ6rh\":[\"Automatische Größenanpassung\"],\"IMwcdR\":[\"Identitätswechsel beendet\"],\"INDKM9\":[\"E-Mail-Betreff eingeben...\"],\"IUwGEM\":[\"Änderungen speichern\"],\"IV9xTT\":[\"Dieser Benutzer ist nicht aktiv, da er die Einladung nicht angenommen hat.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Geben Sie Ihre Umsatzsteuer-Identifikationsnummer mit Ländercode ohne Leerzeichen ein (z.B. IE1234567A, DE123456789)\"],\"IfN2Qo\":[\"Wir empfehlen ein quadratisches Logo mit mindestens 200x200px\"],\"IgcAGN\":[\"Bruttoumsatz\"],\"IkGIz8\":[\"bezahlt\"],\"IoAuJG\":[\"Wird gesendet...\"],\"IoDI2o\":[\"Token werden geladen...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Einchecken nicht möglich (Storniert)\"],\"IrVSu+\":[\"Produkt konnte nicht dupliziert werden. Bitte überprüfen Sie Ihre Angaben\"],\"IuMGvq\":[\"Rechnung\"],\"IuUoyV\":[\"Wenn ein Teilnehmer eingecheckt wird\"],\"IvxA4G\":[\"Tickets erfolgreich an \",[\"count\"],\" Personen angeboten\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Keine Bestellungen anzuzeigen\"],\"J3RJSZ\":[\"Teilnehmer erfolgreich aktualisiert\"],\"J3lhKT\":[\"Plattformgebühr\"],\"J6n7sl\":[\"Laufend\"],\"JEPMXN\":[\"Neuen Link anfordern\"],\"JEdsvQ\":[\"Zahlungsanweisungen\"],\"JHB/Ky\":[\"Ungültig\"],\"JJhRbH\":[\"Kapazität am ersten Tag\"],\"JKfSAv\":[\"Export fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"JNCzPW\":[\"Land\"],\"JQNMrj\":[\"Erstellen Sie Ihre erste Veranstaltung\"],\"JRQitQ\":[\"Neues Passwort bestätigen\"],\"JZTQI0\":[\"Veranstalter wechseln\"],\"JbIgPz\":[\"Geldbeträge sind ungefähre Summen über alle Währungen\"],\"JcQp9p\":[\"Startdatum & -zeit\"],\"JcejNJ\":[\"Bestellung wird verarbeitet\"],\"JhtZAK\":[\"Bezahlung fehlgeschlagen\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Wählen Sie eine Farbe für Ihren Hintergrund\"],\"Jjw03p\":[\"Fehler beim Export der Teilnehmer\"],\"JlFcis\":[\"Schicken\"],\"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.\"],\"JnuPvH\":[\"Ticket drucken\"],\"JoKGiJ\":[\"Gutscheincode\"],\"JpohL9\":[\"Steuer\"],\"JtI4vj\":[\"Standard-Erfassung von Teilnehmerinformationen\"],\"Jv22kr\":[[\"0\"],\" <0>erfolgreich eingecheckt\"],\"JvUngl\":[\"Datum & Zeit\"],\"JvuLls\":[\"Gebühr übernehmen\"],\"JwTmB6\":[\"Produkt erfolgreich dupliziert\"],\"Jwiilf\":[\"Deine Bestellung wurde storniert\"],\"JyD0LH\":[\"Veranstaltungseinstellungen\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Logo wird auf dem Ticket angezeigt\"],\"K2PPlT\":[\"Prozentuale Gebühr muss zwischen 0 und 100 liegen\"],\"K47k8R\":[\"Produkt\"],\"K5+3xg\":[\"Einladung annehmen\"],\"K6fmBI\":[\"Diese Eincheckliste ist noch nicht aktiv und steht nicht für Eincheckungen zur Verfügung.\"],\"K7tIrx\":[\"Kategorie\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Passen Sie Ihre Veranstaltungsseite an\"],\"KIjvtr\":[\"Niederländisch\"],\"KMMOAy\":[\"Upgrade verfügbar\"],\"KMgp2+\":[[\"0\"],\" verfügbar\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Keine Nachrichten zum Anzeigen\"],\"KR0679\":[\"Teammitglieder einladen\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Produkt duplizieren\"],\"KSDwd5\":[\"Gesamtbestellungen\"],\"KSQ8An\":[\"Deine Bestellung\"],\"KTxc6k\":[\"Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut oder kontaktieren Sie den Support, falls das Problem weiterhin besteht.\"],\"KUOhTy\":[\"Ton einschalten\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Mehrzeiliges Textfeld\"],\"KZN4Lc\":[\"Alle löschen\"],\"KZrfYJ\":[\"Social-Media-Links speichern\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Kontakt-E-Mail für Support\"],\"Kdpf90\":[\"Nicht vergessen!\"],\"KeCXJu\":[\"Sehen Sie Bestelldetails ein, erstatten Sie Rückzahlungen und senden Sie Bestätigungen erneut.\"],\"KfmPRW\":[\"Die Hintergrundfarbe der Seite. Bei Verwendung eines Titelbilds wird dies als Overlay angewendet.\"],\"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.\"],\"KgxI80\":[\"Flexibles Ticketing\"],\"KizCK7\":[\"Startdatum und -zeit auswählen\"],\"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.\"],\"KkrBiR\":[\"Erfassung von Teilnehmerinformationen\"],\"KmWyx0\":[\"Job\"],\"KnN1Tu\":[\"Läuft ab\"],\"KndP6g\":[\"Bestell-URL\"],\"KnjoUA\":[\"Ticketpreis\"],\"Kz91g/\":[\"Türkisch\"],\"L/+xOk\":[\"Sie benötigen ein Ticket, bevor Sie eine Eincheckliste erstellen können.\"],\"L/Qc+w\":[\"E-Mail-Adresse des Kunden\"],\"L/gNNk\":[\"Aktualisierung \",[\"0\"]],\"L0pJmz\":[\"Legen Sie die Startnummer für die Rechnungsnummerierung fest. Dies kann nicht geändert werden, sobald Rechnungen generiert wurden.\"],\"L22Tdf\":[\"Suchen nach Name, Bestellnummer, Teilnehmernummer oder E-Mail...\"],\"L565X2\":[\"Optionen\"],\"L7dIM7\":[\"Dieser Link ist ungültig oder abgelaufen.\"],\"L86zy2\":[\"E-Mail erfolgreich verifiziert!\"],\"LAW8Vb\":[\"Wählen Sie die Standardeinstellung für neue Veranstaltungen. Dies kann für einzelne Veranstaltungen überschrieben werden.\"],\"LBLOqH\":[\"Einmal pro Bestellung anfragen\"],\"LETnBR\":[\"Willkommen bei \",[\"0\"],\", hier ist eine Übersicht all Ihrer Veranstaltungen\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Gästeverwaltung\"],\"LNWHXb\":[\"Keine archivierten Veranstaltungen anzuzeigen.\"],\"LOFgda\":[\"Kontakt \",[\"0\"]],\"LQrXcu\":[\"Rechnung herunterladen\"],\"LRbt6D\":[\"Suchmaschinen erlauben, dieses Ereignis zu indizieren\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[[\"0\"],\"-Vorlage bearbeiten\"],\"LWL3Bs\":[\"Feste Gebühr muss 0 oder größer sein\"],\"Lc18qn\":[\"Wenn eine neue Bestellung erstellt wird\"],\"LcET2C\":[\"Datenschutzerklärung\"],\"LchiNd\":[\"Sind Sie sicher, dass Sie diesen Partner löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"LdPKPR\":[\"Konfiguration konnte nicht zugewiesen werden\"],\"Ldu/RI\":[\"Im Angebot\"],\"LeC29u\":[\"Geschäftsadresse für Umsatzsteuerzwecke\"],\"Lg+ewC\":[\"Zahlung & Rechnungsstellung\"],\"Lj7sBL\":[\"Italienisch\"],\"LkMOWF\":[\"Verfügbare Menge\"],\"LmvZ+E\":[\"Stripe verbinden, um Nachrichten zu aktivieren\"],\"LqBITi\":[\"Veranstalter-/Standardvorlage wird verwendet\"],\"LslKhj\":[\"Fehler beim Laden der Protokolle\"],\"Lu+kBU\":[\"Produktverkäufe\"],\"LuY52w\":[\"Willkommen an Bord! Bitte melden Sie sich an, um fortzufahren.\"],\"Lvi+gV\":[\"Nachricht an den Käufer\"],\"LxSN5F\":[\"An jeden Teilnehmer mit seinen Ticketdetails gesendet\"],\"LyFC7X\":[\"Bestellungen filtern\"],\"LyUWXA\":[\"Gebühren umgangen\"],\"M/WIer\":[\"Nachricht Senden\"],\"M1RnFv\":[\"Abgelaufen\"],\"M2DyLc\":[\"1 aktiver Webhook\"],\"M2w1ni\":[\"Nur mit Promo-Code sichtbar\"],\"M7Uapz\":[\"Betreff wird hier angezeigt\"],\"M8M6fs\":[\"Wichtig: Stripe-Neuverbindung erforderlich\"],\"MAavyl\":[\"Dieser Teilnehmer hat keine Fragen beantwortet.\"],\"MDNyJz\":[\"Der Code läuft in 10 Minuten ab. Überprüfen Sie Ihren Spam-Ordner, falls Sie die E-Mail nicht sehen.\"],\"MGbi9P\":[\"Erstattung ausstehend\"],\"MH/lj8\":[\"Frage kann nicht aktualisiert werden. Bitte überprüfen Sie Ihre Angaben\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"Die Währung der Bestellung\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"Diese Informationen werden auf der Zahlungsseite, der Bestellübersichtsseite und in der Bestellbestätigungs-E-Mail angezeigt.\"],\"MNFIxz\":[\"Sie gehen zu \",[\"0\"],\"!\"],\"MOERNx\":[\"Portugiesisch\"],\"MR5ygV\":[\"Dieser Link ist nicht mehr gültig\"],\"MSmKHn\":[\"Der dem Kunden angezeigte Preis versteht sich inklusive Steuern und Gebühren.\"],\"MT7dxz\":[\"Alle Tickets ausdrucken\"],\"MU3ijv\":[\"Machen Sie diese Frage obligatorisch\"],\"MXSqmS\":[\"Dieses Produkt hervorheben\"],\"MXZfGN\":[\"Passen Sie die Fragen während des Bezahlvorgangs an, um wichtige Informationen von Ihren Teilnehmern zu sammeln.\"],\"MY2SVM\":[\"Vollständige Erstattung\"],\"Mck5ht\":[\"Sichere Kasse\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Social-Media-Links erfolgreich aktualisiert\"],\"MhVoma\":[\"Geben Sie einen Betrag ohne Steuern und Gebühren ein.\"],\"Mi1rVn\":[\"Ausverkauft\"],\"MixU2P\":[\"Prozentsatz muss zwischen 0 und 100 liegen\"],\"Mkkvfd\":[\"Seite „Erste Schritte“ ausblenden\"],\"MkuVAZ\":[\"Prozentsatz des Transaktionsbetrags\"],\"Mokwac\":[\"Laden Sie unbegrenzt Teammitglieder mit benutzerdefinierten Rollen ein\"],\"Mqy/Zy\":[\"Vereinigte Staaten\"],\"Mr5UUd\":[\"Ticket storniert\"],\"MxjCqk\":[\"Suchen Sie nur nach Ihren Tickets?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Bestellung stornieren \",[\"0\"]],\"N0qXpE\":[\"Produkte\"],\"N141o/\":[\"Stripe-Dashboard öffnen\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Bearbeiten \",[\"0\"]],\"N9FyyW\":[\"Sehen, bearbeiten und exportieren Sie Ihre registrierten Teilnehmer.\"],\"N9JsFT\":[\"Ungültiges Format der Umsatzsteuer-Identifikationsnummer\"],\"NAzVVw\":[\"Nachricht planen\"],\"NB5+UG\":[\"Verfügbare Token\"],\"NEmyqy\":[\"Noch keine Bestellungen\"],\"NF8sdv\":[\"Hervorhebungsnachricht\"],\"NFxlHW\":[\"Webhooks werden geladen\"],\"NGXKG/\":[\"E-Mail-Adresse bestätigen\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Verfolgen Sie Verkäufe, Einnahmen und Teilnahme mit detaillierten Berichten\"],\"NIuIk1\":[\"Unbegrenzt\"],\"NJahlc\":[\"Rechnungsadresse beim Checkout erforderlich machen\"],\"NNc33d\":[\"Fehler beim Aktualisieren der Antwort.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Bestellung abschließen\"],\"NRWNfv\":[\"Gesamtrabattbetrag\"],\"NRhrIB\":[\"Tickets & Produkte\"],\"NTZ/NX\":[\"Einbettungscode\"],\"NWVRtl\":[\"Abgeschlossene Bestellungen\"],\"NY/x1b\":[\"Anschrift Zeile 1\"],\"Nbd6WT\":[\"Wartelisten-Einstellungen für diese Veranstaltung konfigurieren\"],\"Nc3l/D\":[\"Erstellen Sie Rabatte, Zugangscodes für versteckte Tickets und Sonderangebote.\"],\"Nfbg76\":[\"Umsatzsteuereinstellungen erfolgreich gespeichert\"],\"NgVUL2\":[\"Vorschau des Bestellformulars\"],\"NiIUyb\":[\"Erzählen Sie uns von Ihrer Veranstaltung\"],\"NihQNk\":[\"Kunden\"],\"Nl1ZtM\":[\"Veranstaltungsort\"],\"NlQ0cx\":[\"Erste Veranstaltung von \",[\"organizerName\"]],\"NlfnUd\":[\"Der Link, auf den Sie geklickt haben, ist ungültig.\"],\"NmpGKr\":[\"Wir konnten die Kategorien nicht neu ordnen. Bitte versuchen Sie es erneut.\"],\"NoNwIX\":[\"Inaktiv\"],\"NpEm3p\":[\"Jetzt senden\"],\"NsWqSP\":[\"Fügen Sie Ihre Social-Media-Konten und die Website-URL hinzu. Diese werden auf Ihrer öffentlichen Veranstalterseite angezeigt.\"],\"Nu4oKW\":[\"Beschreibung\"],\"NvuEhl\":[\"Designelemente\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Wählen...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"Email\"],\"O6mra8\":[\"Benutzerdefinierte Fragen\"],\"O8m7VA\":[\"Ich stimme dem Erhalt von E-Mail-Benachrichtigungen zu dieser Veranstaltung zu\"],\"OESu7I\":[\"Verhindern Sie Überverkäufe durch gemeinsame Nutzung des Bestands über mehrere Tickettypen.\"],\"OHJXlK\":[\"Verwenden Sie <0>Liquid-Templating, um Ihre E-Mails zu personalisieren\"],\"OIPtI5\":[\"Ein Prozentsatz des Produktpreises. Z.B., 3,5 % des Produktpreises\"],\"OJnhhX\":[[\"eventCount\"],\" Ereignisse\"],\"OJx3wK\":[\"Nicht verfügbar\"],\"OMJ035\":[\"Radio-Option\"],\"OMX4tH\":[\"Tickets auswählen\"],\"OP094m\":[\"Bericht zu Aktionscodes\"],\"OVFwlg\":[\"Noch keine Bestellfragen\"],\"OXku3b\":[\"<0>https://Ihre-website.com\"],\"OZK07J\":[\"Zahlen zum Freischalten\"],\"OaKTzt\":[\"Karte ansehen\"],\"OadMRm\":[\"Titelbild verwenden\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Seitenleiste öffnen\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Zurücksetzen\"],\"OfmsI9\":[\"Event zu neu\"],\"OhCesD\":[\"Diese Bestellung wurde storniert. Sie können jederzeit eine neue Bestellung aufgeben.\"],\"Ohn74G\":[\"Einrichtung & Design\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Ticketname\"],\"OmylXO\":[\"Konto erfolgreich aktualisiert\"],\"On0aF2\":[\"Website\"],\"Oo/PLb\":[\"Umsatzübersicht\"],\"OoSyqO\":[\"In \",[\"diffMinutes\"],\" Minuten\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"Automatisches Angebot ist aktiviert. Tickets werden automatisch angeboten, wenn Kapazität verfügbar wird. Verwenden Sie dies, um manuell zusätzliche Plätze anzubieten.\"],\"OpKMSn\":[\"Transaktionsgebühr:\"],\"OqEV/G\":[\"Schließen Sie die folgende Einrichtung ab, um fortzufahren\"],\"Or1CPR\":[\"Fügen Sie Anmerkungen über den Teilnehmer hinzu...\"],\"OrXJBY\":[\"Optionales Präfix für Rechnungsnummern (z. B. INV-)\"],\"Os6n2a\":[\"Bestellung stornieren\"],\"OtgNFx\":[\"E-Mail-Adresse erfolgreich bestätigt\"],\"OtjenF\":[\"Bitte geben Sie eine gültige E-Mail-Adresse ein\"],\"OvNbls\":[\".ics herunterladen\"],\"OveehC\":[\"Fügen Sie Anweisungen für Offline-Zahlungen hinzu (z. B. Überweisungsdetails, wo Schecks hingeschickt werden sollen, Zahlungsfristen)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Einladung erneut verschickt!\"],\"P+5Pbo\":[\"Antworten ausblenden\"],\"P+Sty0\":[\"Sie ändern Ihre E-Mail zu <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Kostenloses Produkt\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Titelbild\"],\"P5sgAk\":[\"Aktionscode\"],\"P8hBau\":[\"Ihre Zahlung wird verarbeitet.\"],\"PC3/fk\":[\"Veranstaltungen, die in den nächsten 24 Stunden beginnen\"],\"PCRCCN\":[\"Umsatzsteuerregistrierungsinformationen\"],\"PChXMe\":[\"Keine bezahlten Bestellungen\"],\"PFjJxY\":[\"Ihr neues Passwort muss mindestens 8 Zeichen lang sein.\"],\"PGPGsL\":[\"Beschreibung hinzufügen\"],\"PKXt9R\":[\"Das Enddatum muss nach dem Startdatum liegen\"],\"PLUB/s\":[\"Gebühr\"],\"PMhxAR\":[\"Umsatzsteuer-Identifikationsnummer muss mit einem zweistelligen Ländercode beginnen, gefolgt von 8-15 alphanumerischen Zeichen (z.B. DE123456789)\"],\"PO/sOY\":[\"Einladung widerrufen\"],\"POT0K/\":[\"Ein fester Betrag pro Produkt. Z.B., 0,50 $ pro Produkt\"],\"POdIrN\":[\"Anschrift Zeile 1\"],\"PRuBTd\":[\"Homepage-Designer\"],\"PSRm6/\":[\"Meine Tickets nachschlagen\"],\"PUpvQe\":[\"Kamera-Scanner\"],\"PYVWEI\":[\"Falls registriert, geben Sie Ihre Umsatzsteuer-ID zur Validierung an\"],\"PYs3rP\":[\"Veranstaltungsname\"],\"PZ7FTW\":[\"Wird automatisch basierend auf der Hintergrundfarbe erkannt, kann aber überschrieben werden\"],\"Pa6G7v\":[\"Name des Organisators\"],\"Pc/Wtj\":[\"Dieser Teilnehmer hat eine unbezahlte Bestellung.\"],\"Pc729f\":[\"Bestellung wartet auf Offline-Zahlung\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Kopiert!\"],\"Pjsch9\":[\"Kapazitätszuweisungen suchen...\"],\"Pmr5xp\":[[\"0\"],\" erfolgreich erstellt\"],\"PnSzEc\":[\"Sobald Sie bereit sind, setzen Sie Ihre Veranstaltung live und beginnen Sie mit dem Verkauf von Produkten.\"],\"Pp1sWX\":[\"Partner aktualisieren\"],\"Pte1Hv\":[\"Teilnehmerdetails anzeigen\"],\"Puv7+X\":[\"Account Einstellungen\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Diese Bestellung ist abgelaufen. Bitte erneut beginnen.\"],\"Q2lUR2\":[\"Währung\"],\"Q7CWxp\":[\"Wenn ein Teilnehmer storniert wird\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Ihre Umsatzsteuer-Identifikationsnummer wird beim Speichern validiert\"],\"QDEWii\":[\"Verifiziert\"],\"QDWsl9\":[\"Willkommen bei \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Senden Sie Ihre erste Nachricht\"],\"QGoXh3\":[\"Da Ihr Unternehmen in der EU ansässig ist, müssen wir die korrekte Umsatzsteuerbehandlung für unsere Plattformgebühren bestimmen:\"],\"QHhZeE\":[\"Vorlage erfolgreich erstellt\"],\"QIWCnW\":[\"VIP-Eincheckliste\"],\"QIn0Vl\":[\"Rechtsgültiger Firmenname für Umsatzsteuerzwecke\"],\"QIodqd\":[\"QR-Code herunterladen\"],\"QIxRUI\":[\"Bezahlte, kostenlose, gestaffelte und spendenbasierte Tickets\"],\"QKLP1W\":[\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen zu empfangen.\"],\"QKim6l\":[\"Teilnehmer nicht gefunden\"],\"QMHSMS\":[\"Der Kunde erhält eine E-Mail zur Bestätigung der Erstattung\"],\"QN2F+7\":[\"Webhook hinzufügen\"],\"QNrkms\":[\"Antwort erfolgreich aktualisiert.\"],\"QOg2Sf\":[\"Passen Sie die E-Mail- und Benachrichtigungseinstellungen für dieses Ereignis an\"],\"QOhkyl\":[\"Verfassen\"],\"QP3gP+\":[\"Diese Einstellungen gelten nur für kopierten Einbettungscode und werden nicht gespeichert.\"],\"QS1Nla\":[\"Für später planen\"],\"QUg5y1\":[\"Fast geschafft! Schließen Sie die Verbindung Ihres Stripe-Kontos ab, um Zahlungen zu akzeptieren.\"],\"QXgjH0\":[\"Fehler beim Beenden der Identitätswechsel. Bitte versuchen Sie es erneut.\"],\"QXlz+n\":[\"Die Standardwährung für Ihre Ereignisse.\"],\"QYARw/\":[\"Ticket auswählen\"],\"QYLpB4\":[\"Nur einchecken\"],\"QYcUEf\":[\"Minimaler Preis\"],\"QbrUIo\":[\"Seitenaufrufe\"],\"QcCPs8\":[\"Veranstaltungsdetails\"],\"QcwyCh\":[\"Ja, entfernen\"],\"Qj0GKe\":[\"Teilnehmer-Selbstbedienung aktivieren\"],\"QkLf4H\":[\"Seiten-URL\"],\"QlSZU0\":[\"Sie geben sich als <0>\",[\"0\"],\" (\",[\"1\"],\") aus\"],\"QlwJ9d\":[\"Das können Sie erwarten:\"],\"Qm5XkZ\":[\"Verkaufsstartdatum\"],\"QoAi8D\":[\"Keine Antwort\"],\"QotGhf\":[\"Diese Nachricht schließen\"],\"Qp4HWD\":[\"Max. Empfänger / Nachricht\"],\"Qqqrwa\":[\"Check-In-Seite öffnen\"],\"Qrc8RZ\":[\"Eincheckliste löschen\"],\"QsYjci\":[\"Alle Veranstaltungen\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Kamera auswählen\"],\"QuhVpV\":[\"Hallo \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Kapazität\"],\"QzmQBG\":[\"Zahlungsanbieter\"],\"R02pnV\":[\"Ihr Event muss live sein, bevor Sie Tickets an Teilnehmer verkaufen können.\"],\"R0wEyA\":[\"Nach Jobname oder Ausnahme suchen...\"],\"R29lO5\":[\"Zahlungsbedingungen\"],\"R2O9Rg\":[\"Bezahlter Betrag (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Export abgeschlossen. Datei wird heruntergeladen...\"],\"R4r4XO\":[\"Gäste\"],\"R5IT/I\":[\"Teilnehmernotizen\"],\"R6i9o9\":[\"Sie müssen bestätigen, dass diese E-Mail keinen Werbezweck hat\"],\"R6n7j9\":[\"Umsatzsteuer-Einstellungen erfolgreich aktualisiert\"],\"RBXXtB\":[\"Derzeit sind keine Zahlungsmethoden verfügbar. Bitte wenden Sie sich an den Veranstalter, um Unterstützung zu erhalten.\"],\"RD51+P\":[\"Plattformgebühr von \",[\"0\"],\" wird von Ihrer Auszahlung abgezogen\"],\"RDie0n\":[\"Sonstiges\"],\"RG3szS\":[\"schließen\"],\"RHyZUL\":[\"Keine Suchergebnisse.\"],\"RKKhnW\":[\"Erstellen Sie ein individuelles Widget, um Tickets auf Ihrer Website zu verkaufen.\"],\"ROR8QD\":[\"Ihr Kontoname wird auf Veranstaltungsseiten und in E-Mails verwendet.\"],\"ROv2ZT\":[\"Fragen & Antworten\"],\"RQCXz6\":[\"Bestelllimits\"],\"RRZDED\":[\"Wir konnten keine Bestellungen finden, die mit dieser E-Mail-Adresse verknüpft sind.\"],\"RReHTu\":[\"Firmenname\"],\"RUMiLy\":[\"Validierung der Umsatzsteuer-Identifikationsnummer fehlgeschlagen\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Promo-Codes\"],\"RWw9Lg\":[\"Modal schließen\"],\"RY2eP1\":[\"Es wurden keine Steuern oder Gebühren hinzugefügt.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"Um wie viel Uhr werden Sie ankommen?\"],\"ReihZ7\":[\"Druckvorschau\"],\"RfwZxd\":[\"Passwort zurücksetzen\"],\"RjwlZt\":[\"Diese Bestellung wurde bereits bezahlt.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Eine Nachricht schicken\"],\"RlJmQg\":[\"Eine Standardsteuer wie Mehrwertsteuer oder GST\"],\"RnvnDc\":[\"Alle plattformweit gesendeten Nachrichten anzeigen\"],\"Ropvj0\":[\"Wählen Sie aus, welche Ereignisse diesen Webhook auslösen\"],\"RpwiYC\":[\"Rückerstattung ausstehend\"],\"RqSKdX\":[\"Dieses Produkt ist ausverkauft\"],\"Rs/IcB\":[\"Erstmals verwendet\"],\"Rs7IQv\":[\"Nachricht vor dem Checkout\"],\"RsiDDQ\":[\"Andere Listen (Ticket Nicht Enthalten)\"],\"RtxQTF\":[\"Diese Bestellung auch stornieren\"],\"RuaKfn\":[\"Adresse erfolgreich aktualisiert\"],\"Rwiyt2\":[\"Steuern konfiguriert\"],\"RxzN1M\":[\"Aktiviert\"],\"RzEvf5\":[\"Diese Veranstaltung ist beendet\"],\"S+OdxP\":[\"Wer organisiert diese Veranstaltung?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"Der Vorname muss zwischen 1 und 50 Zeichen lang sein\"],\"S0ctOE\":[\"Veranstaltung archivieren\"],\"S3CZ5M\":[\"Veranstalter-Dashboard\"],\"S4PqS9\":[[\"0\"],\" aktive Webhooks\"],\"S8Tua9\":[\"Einstellungen erfolgreich aktualisiert\"],\"SCimta\":[\"Blenden Sie die Seite „Erste Schritte“ in der Seitenleiste aus.\"],\"SHJwyq\":[\"Check-in-Rate\"],\"SIHgVQ\":[\"Nachricht konnte nicht abgebrochen werden\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Teilnehmer gesamt\"],\"SMUbbQ\":[\"Eine Dropdown-Eingabe erlaubt nur eine Auswahl\"],\"SNzppu\":[\"Warteliste beitreten\"],\"SO9AEF\":[\"Bestelllimits festgelegt\"],\"SPKbfM\":[\"z.\u202FB. Tickets kaufen, Jetzt registrieren\"],\"SPdzrs\":[\"An Kunden gesendet, wenn sie eine Bestellung aufgeben\"],\"SQKPvQ\":[\"Benutzer einladen\"],\"SQqJd8\":[\"Veranstalter nicht gefunden\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Export gestartet. Datei wird vorbereitet...\"],\"SXzpzO\":[\"Marketing-Opt-in-Kontrollkästchen standardmäßig anzeigen\"],\"SZw9tS\":[\"Details anzeigen\"],\"Sa7w7S\":[\"Diese Eincheckliste ist abgelaufen und steht nicht mehr für Eincheckungen zur Verfügung.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Fehler\"],\"SnlQeq\":[\"Für diese Bestellung wurden keine Fragen gestellt.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Kontrollkästchen\"],\"SsI9v/\":[\"Bestellung konnte nicht abgebrochen werden. Bitte versuchen Sie es erneut.\"],\"Sxm1lO\":[\"Alle Status\"],\"Sxm8rQ\":[\"Benutzer\"],\"T+1APV\":[\"Aktuelle Umsatzsteuer-Identifikationsnummer ist validiert\"],\"T02gNN\":[\"Allgemeiner Eintritt\"],\"T0K0yl\":[\"Inaktive Benutzer können sich nicht anmelden.\"],\"T4BMxU\":[\"Gebühren können sich ändern. Du wirst über Änderungen deiner Gebührenstruktur benachrichtigt.\"],\"T5rdis\":[\"in die Zwischenablage kopiert\"],\"T6B2gk\":[\"Nachricht konnte nicht gesendet werden. Bitte versuchen Sie es erneut.\"],\"TBEnp1\":[\"Logo wird in der Kopfzeile angezeigt\"],\"TF37u6\":[\"Deine Teilnehmer wurden erfolgreich exportiert.\"],\"TF9opW\":[\"Flash ist auf diesem Gerät nicht verfügbar\"],\"TMLAx2\":[\"Erforderlich\"],\"TNaCfq\":[\"Einzeiliges Textfeld\"],\"TPoYsF\":[\"Bestellnummer\"],\"TSAiPM\":[\"Die gesuchte Seite existiert nicht\"],\"TTpXL3\":[\"Erneut senden in \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"Das Passwort muss mindestens 8 Zeichen lang sein\"],\"TWXU0c\":[\"Benutzer verkörpern\"],\"TZxnm8\":[\"Option hinzufügen\"],\"TdfEV7\":[\"Archiviert\"],\"TeSaQO\":[\"Zurück zu Konten\"],\"Tf55h7\":[\"Konfigurierter Rabatt\"],\"TjX7xL\":[\"Nach-Checkout-Nachricht\"],\"TjbIUI\":[[\"availableCount\"],\" von \",[\"totalCount\"],\" verfügbar\"],\"TkQVup\":[\"Bitte überprüfen Sie Ihre E-Mail und Ihr Passwort und versuchen Sie es erneut\"],\"TkfG8v\":[\"Details pro Bestellung erfassen\"],\"TlEeFv\":[\"Bevorstehende Veranstaltungen\"],\"TnzbL+\":[\"Aufgrund des hohen Spam-Risikos müssen Sie ein Stripe-Konto verbinden, bevor Sie Nachrichten an Teilnehmer senden können.\\nDies stellt sicher, dass alle Veranstalter verifiziert und rechenschaftspflichtig sind.\"],\"Tol4BF\":[\"Bestelldetails\"],\"TpqW74\":[\"Fest\"],\"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.\"],\"TskrJ8\":[\"Zahlung & Plan\"],\"TvY/XA\":[\"Dokumentation\"],\"TvkW9+\":[\"Sind Sie sicher, dass Sie diese Veranstaltung archivieren möchten?\"],\"TxfvH2\":[\"Wählen Sie aus, welche Teilnehmer diese Nachricht erhalten sollen\"],\"Tz0i8g\":[\"Einstellungen\"],\"Tz5oXG\":[\"Ja, Bestellung stornieren\"],\"U/R4Ng\":[\"Produktebene\"],\"U3pytU\":[\"Administrator\"],\"U3wiCB\":[\"Sie sind startklar! Ihre Zahlungen werden reibungslos verarbeitet.\"],\"U61sAj\":[\"Produktkategorie erfolgreich aktualisiert.\"],\"U65fiW\":[\"Organizer speichern\"],\"U66oUa\":[\"Vorlage konnte nicht erstellt werden\"],\"U7nGvl\":[\"Check-in nicht möglich\"],\"UBSG1X\":[\"Top Veranstalter (Letzte 14 Tage)\"],\"UEqXyt\":[\"Benutzerdefinierter Bereich\"],\"UGT5vp\":[\"Einstellungen speichern\"],\"UIENhw\":[\"Konfigurationsnamen sind für Endbenutzer sichtbar. Feste Gebühren werden zum aktuellen Wechselkurs in die Bestellwährung umgerechnet.\"],\"UJmAAK\":[\"Thema\"],\"UKfi21\":[\"Steuer oder Gebühr erstellen\"],\"UMGQOh\":[\"Mit Stripe verbinden\"],\"UNMVei\":[\"Passwort vergessen?\"],\"UQ0ACV\":[\"Bestellungen Gesamt\"],\"URAE3q\":[\"Pausiert\"],\"URUYHc\":[\"Plattformgebühren-Einstellungen erfolgreich aktualisiert\"],\"URmyfc\":[\"Einzelheiten\"],\"UVPI5D\":[\"Weniger Plattformen anzeigen\"],\"UW90md\":[\"Keine Empfänger gefunden\"],\"UWWRyd\":[\"Fügen Sie benutzerdefinierte Fragen hinzu, um während des Bezahlvorgangs zusätzliche Informationen zu erfassen\"],\"UXBCwc\":[\"Nachname\"],\"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.\"],\"UYUgdb\":[\"Befehl\"],\"UZ2GSZ\":[\"Rechnungseinstellungen\"],\"UaISq3\":[\"Schwedisch\"],\"UabgBd\":[\"Inhalt ist erforderlich\"],\"UdY1lL\":[\"Ihre Zahlung war nicht erfolgreich, bitte versuchen Sie es erneut.\"],\"Ug4SfW\":[\"Sobald Sie ein Ereignis erstellt haben, wird es hier angezeigt.\"],\"UiAk5P\":[\"Bild einfügen\"],\"Uicx2U\":[\"Diese Eincheckliste ist aktiv\"],\"UjNWsF\":[\"Je nach Ihrem Umsatzsteuerregistrierungsstatus kann auf Plattformgebühren Umsatzsteuer erhoben werden. Bitte füllen Sie den Abschnitt mit den Umsatzsteuerinformationen unten aus.\"],\"UkHo4c\":[\"Bestellref.\"],\"UkM20g\":[\"Überprüfung ausstehend\"],\"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.\"],\"UlAK8E\":[\"Bestellungen werden exportiert\"],\"Uo5ddP\":[\"Wir benachrichtigen Sie per E-Mail, wenn ein Platz für \",[\"0\"],\" verfügbar wird.\"],\"UoIRW8\":[\"Registrierte Teilnehmer\"],\"Upeg/u\":[\"Diese Vorlage für das Senden von E-Mails aktivieren\"],\"Uqefyd\":[\"Sind Sie in der EU umsatzsteuerregistriert?\"],\"UtDm3q\":[\"URL in die Zwischenablage kopiert\"],\"Uu0hZq\":[\"Veranstalter-E-Mail\"],\"UvYql/\":[\"Umsatzsteuer-Einstellungen gespeichert. Wir validieren Ihre Umsatzsteuer-Identifikationsnummer im Hintergrund.\"],\"Uwsg2F\":[\"Reserviert\"],\"V0SbFp\":[\"Verfügbare Produktmenge anzeigen\"],\"V1EGGU\":[\"Vorname\"],\"V1krgP\":[\"Code darf maximal 20 Zeichen lang sein\"],\"V2sk3H\":[\"E-Mail & Vorlagen\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Ein neuer Bestätigungscode wurde an Ihre E-Mail gesendet\"],\"V6Q5RZ\":[\"Kapazitätszuweisung erfolgreich erstellt\"],\"V7DYWd\":[\"Nachricht gesendet\"],\"V7MwOy\":[\"Beim Laden der Seite ist ein Fehler aufgetreten\"],\"V7Tejz\":[\"Warteliste automatisch verarbeiten\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Zurück zur Anmeldung\"],\"VD0iA7\":[\"Mehrere Preisoptionen. Perfekt für Frühbucherprodukte usw.\"],\"VDWChT\":[\"Sind Sie sicher, dass Sie diesen Veranstalter auf Entwurf setzen möchten? Dadurch wird die Veranstalterseite für die Öffentlichkeit unsichtbar.\"],\"VEsDvU\":[\"Benutzer können ihre E-Mail in den <0>Profileinstellungen ändern.\"],\"VFv2ZC\":[\"Enddatum\"],\"VHfLAW\":[\"Keine Konten\"],\"VT+urE\":[\"Nach Name oder E-Mail suchen...\"],\"VTfZPy\":[\"Zugriff verweigert\"],\"VX+B3I\":[\"Suche nach Veranstaltungstitel oder Veranstalter...\"],\"VY+Bdn\":[\"Nach Kontoname oder E-Mail suchen...\"],\"VZeG/A\":[\"Demnächst\"],\"Vd+LC3\":[\"Die Farbe muss ein gültiger Hex-Farbcode sein. Beispiel: #ffffff\"],\"VeKsnD\":[\"Bestell-E-Mail erneut senden\"],\"VejKUM\":[\"Füllen Sie zuerst Ihre Daten oben aus\"],\"Vi+BiW\":[\"Beinhaltet \",[\"0\"],\" Produkte\"],\"VioGG1\":[\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen für Tickets und Produkte zu akzeptieren.\"],\"Vjat/X\":[\"Nachricht ist erforderlich\"],\"Vjij1k\":[[\"days\"],\" Tage, \",[\"hours\"],\" Stunden, \",[\"minutes\"],\" Minuten und \",[\"seconds\"],\" Sekunden\"],\"VkSk/i\":[\"Sind Sie sicher, dass Sie diese geplante Nachricht abbrechen möchten?\"],\"VlXNyK\":[\"Pro Bestellung\"],\"Vla0Bo\":[\"Verkaufte Produkte\"],\"VlnB7s\":[\"Letzte 6 Monate\"],\"VmXiz4\":[\"Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen Anweisungen zum Zurücksetzen Ihres Passworts.\"],\"VpwcSk\":[\"Neues Passwort eingeben\"],\"VsM1HH\":[\"Kapazitätszuweisungen\"],\"VskHIx\":[\"Kategorie löschen\"],\"Vw0KCJ\":[\"QR-Code-Check-in\"],\"VwdqVy\":[\"Kapazitätszuweisung erstellen\"],\"Vx2J6x\":[\"Teilnehmer konnte nicht abgerufen werden\"],\"VxFvXQ\":[\"Widget einbetten\"],\"VxYKoK\":[\"E-Mail- und Benachrichtigungseinstellungen\"],\"VyUuZb\":[\"Bild-URL\"],\"W/eN+G\":[\"Wenn leer, wird die Adresse verwendet, um einen Google Maps-Link zu erstellen\"],\"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.\"],\"W428WC\":[\"Spalten umschalten\"],\"W4kWXJ\":[\"Suche nach Teilnehmername, E-Mail oder Bestellnummer ...\"],\"W5A0Ly\":[\"Ein unerwarteter Fehler ist aufgetreten.\"],\"W7AfhC\":[\"Alle Teilnehmer dieser Veranstaltung\"],\"WBq1/R\":[\"USB-Scanner bereits aktiv\"],\"WFHOlF\":[\"Sind Sie sicher, dass Sie diese Veranstaltung veröffentlichen möchten? Nach der Veröffentlichung ist sie öffentlich sichtbar.\"],\"WHf154\":[\"Code löschen\"],\"WKHW0N\":[\"Details zur Online-Veranstaltung\"],\"WKMnh4\":[\"Eine einzeilige Texteingabe\"],\"WLxtFC\":[\"Produkt konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben\"],\"WNnP3w\":[\"Verbinden & Upgraden\"],\"WOpH7O\":[\"Schönes Checkout-Erlebnis auf jedem Gerät\"],\"WOyJmc\":[\"- Zum Rückgängigmachen der Veröffentlichung klicken\"],\"WTk/ke\":[\"Über Stripe Connect\"],\"WUOCgI\":[\"Platz erfolgreich angeboten\"],\"WVbTwK\":[\"Eincheckliste erstellen\"],\"WVgSTy\":[\"Bestellung verwalten\"],\"WWYHKD\":[\"Ihre Zahlung ist mit Verschlüsselung auf Bankniveau geschützt\"],\"WZZzB6\":[\"Veranstaltungsname ist erforderlich\"],\"WZbCR3\":[\"Rückerstattung fehlgeschlagen\"],\"WbImlQ\":[\"Die Bestellung wurde storniert und der Bestellinhaber wurde benachrichtigt.\"],\"WbopAG\":[\"Stripe-Zahlungen sind für diese Veranstaltung nicht aktiviert.\"],\"Wd5CDM\":[\"Der Veranstaltungsname sollte weniger als 150 Zeichen lang sein\"],\"WdmJIX\":[\"Vorschau wird geladen...\"],\"Weq9zb\":[\"Allgemein\"],\"WgD6rb\":[\"Veranstaltungskategorie\"],\"WjSpu5\":[\"Online-Veranstaltung\"],\"Wjz5KP\":[\"Keine Teilnehmer zum Anzeigen\"],\"Wvrz79\":[\"Gezahlter Betrag\"],\"WyCBRt\":[\"Steuerübersicht\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Ja - Ich habe eine gültige EU-Umsatzsteuer-ID\"],\"X13xGn\":[\"Nicht vertrauenswürdig\"],\"X1zdE7\":[\"Konfiguration erfolgreich erstellt\"],\"X26cQf\":[\"Ticket-URL\"],\"X2rrlw\":[\"Zwischensumme\"],\"X4o0MX\":[\"Webhook konnte nicht geladen werden\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Einträge erscheinen hier, wenn Kunden sich auf die Warteliste für ausverkaufte Produkte setzen.\"],\"XAHqAg\":[\"Dies ist ein allgemeines Produkt, wie ein T-Shirt oder eine Tasse. Es wird kein Ticket ausgestellt\"],\"XBNC3E\":[\"Dieser Code wird zur Verfolgung von Verkäufen verwendet. Nur Buchstaben, Zahlen, Bindestriche und Unterstriche erlaubt.\"],\"XIG669\":[\"Wann Check-In öffnet\"],\"XKJuAX\":[\"Frage gelöscht\"],\"XUfgCI\":[\"Keine Kapazitätszuweisungen\"],\"XVLu2v\":[\"Veranstaltungstitel\"],\"XX32BM\":[\"Dauert nur wenige Minuten\"],\"XZkeaI\":[\"Keine Protokolle gefunden\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Adresse Ihres Veranstalters\"],\"Xe2tSS\":[\"Verbindungsdokumentation\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Deine Bestellungen wurden erfolgreich exportiert.\"],\"XgOuA7\":[\"Letzte 90 Tage\"],\"XkFYVB\":[\"Produkt gelöscht\"],\"XletzW\":[\"Kategorie erstellen\"],\"XwdMMg\":[\"Code darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten\"],\"XxecLm\":[\"Art des Tickets\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Hier ist die React-Komponente, die Sie verwenden können, um das Widget in Ihre Anwendung einzubetten.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Passen Sie die Startseite der Veranstaltung und die Nachrichten an der Kasse an\"],\"YAV57v\":[\"Partner\"],\"YAl9Hg\":[\"Konfiguration erstellen\"],\"YC3oXa\":[\"Beschreibung für das Eincheckpersonal\"],\"YClrdK\":[\"Diese Veranstaltung ist noch nicht veröffentlicht\"],\"YDVUVl\":[\"Ereignistypen\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Etwas ist schief gelaufen. Bitte versuche es erneut\"],\"YHsF9c\":[\"Produkt nach Verkaufsenddatum ausblenden\"],\"YIDzi/\":[\"Benutzerdefinierte Vorlage erstellen\"],\"YIix5Y\":[\"Suchen...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Ich bestätige, dass dies eine Transaktionsnachricht im Zusammenhang mit dieser Veranstaltung ist\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Produktverkäufe, Einnahmen und Steueraufschlüsselung\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Kontokonfiguration erfolgreich aktualisiert\"],\"YQ3QSS\":[\"Bestätigungscode konnte nicht erneut gesendet werden\"],\"YSEnLE\":[\"Schmied\"],\"YXhom6\":[\"Feste Gebühr:\"],\"YXx+fG\":[\"Gesamt vor Rabatten\"],\"YZi+Hu\":[\"Job zur Wiederholung eingereiht\"],\"Ya1JhR\":[\"Keine Produkte in dieser Kategorie verfügbar.\"],\"YaCgdO\":[\"E-Mail-Bestätigung erfolgreich erneut gesendet\"],\"Yc5YW6\":[\"Keine fehlgeschlagenen Jobs\"],\"Ye321X\":[\"Steuername\"],\"YfHZv0\":[\"Wird dem Kunden vor dem Bezahlvorgang angezeigt\"],\"YgRSEE\":[\"Möchten Sie diesen Aktionscode wirklich löschen?\"],\"YjVNGZ\":[\"Homepage-Vorschau\"],\"Ym1gnK\":[\"angewandt\"],\"YpN29s\":[\"Veranstalter über neue Bestellungen benachrichtigen\"],\"Yrbm6T\":[\"Awesome Organizer Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Diese Bestellung wurde storniert.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Eincheckliste erfolgreich aktualisiert\"],\"Z3FXyt\":[\"Wird geladen...\"],\"Z3etYG\":[\"1 Tag vor der Veranstaltung\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Offline-Zahlung\"],\"Z6q0Vl\":[\"Sie haben diese Einladung bereits angenommen. Bitte melden Sie sich an, um fortzufahren.\"],\"Z8lGw6\":[\"Teilen\"],\"ZBAScj\":[\"Unbekannter Teilnehmer\"],\"ZCSSd+\":[\"Erstellen Sie Ihre eigene Veranstaltung\"],\"ZDIydz\":[\"Erste Schritte\"],\"ZIgYeg\":[\"Sekundäre Textfarbe\"],\"ZN1WLO\":[\"E-Mail Kopieren\"],\"ZOBwQn\":[\"Homepage-Design\"],\"ZOmUYW\":[\"Wir validieren Ihre Umsatzsteuer-Identifikationsnummer im Hintergrund. Falls es Probleme gibt, werden wir Sie informieren.\"],\"ZPj0Q8\":[\"Nachrichtendetails\"],\"ZPoHOn\":[\"Kein Produkt mit diesem Teilnehmer verknüpft.\"],\"ZPwFnN\":[\"Fehler beim Export der Bestellungen\"],\"ZQ15eN\":[\"Ticket-E-Mail konnte nicht erneut gesendet werden\"],\"ZQKLI1\":[\"Gefahrenzone\"],\"ZS/D7f\":[\"Alle beendeten Veranstaltungen\"],\"ZWEfBE\":[\"Keine Zahlung erforderlich\"],\"ZZEYpT\":[\"Option \",[\"i\"]],\"ZaEJZM\":[\"E-Mail-Änderung bestätigen\"],\"ZfxaB4\":[\"Teilweise erstattet\"],\"Zi3Sbw\":[\"Erfolgreich von der Warteliste entfernt\"],\"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.\"],\"ZkS2p3\":[\"Veranstaltung nicht mehr veröffentlichen\"],\"Zkymb9\":[\"Eine E-Mail-Adresse für diesen Partner. Der Partner wird nicht benachrichtigt.\"],\"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.\"],\"Znwxal\":[\"Anwendungsgebühren-Konfiguration\"],\"ZowkxF\":[\"Steuern\"],\"ZpieFv\":[\"Stornierung der Bestellung fehlgeschlagen\"],\"ZsZeV2\":[\"E-Mail ist erforderlich\"],\"ZthcdI\":[\"Ein Promo-Code ohne Rabatt kann verwendet werden, um versteckte Produkte anzuzeigen.\"],\"ZutOKU\":[\"MwSt.-Satz\"],\"Zw6LWb\":[\"Job konnte nicht gelöscht werden\"],\"ZxnK5C\":[\"Sobald Sie Daten sammeln, werden sie hier angezeigt.\"],\"Zz6Cxn\":[\"Gefahrenzone\"],\"a/gMx2\":[\"Keine Einchecklisten\"],\"a0EjD+\":[\"Produkt erstellen\"],\"a41PKA\":[\"Partnerverkäufe werden verfolgt\"],\"a5KFZU\":[\"Füge Veranstaltungsdetails hinzu und verwalte die Einstellungen.\"],\"a5jvSX\":[\"Preisstufen\"],\"a6+167\":[\"Veranstaltung auswählen\"],\"a6gga1\":[\"Fehler beim Bestätigen der E-Mail-Änderung\"],\"a7u1N9\":[\"Preis\"],\"aAIQg2\":[\"Erscheinungsbild\"],\"aEDp5C\":[\"Fügen Sie dies dort ein, wo das Widget erscheinen soll.\"],\"aFk48v\":[\"Konfiguration konnte nicht gelöscht werden\"],\"aGWZUr\":[\"Bruttoeinnahmen\"],\"aH6ZIb\":[\"Laden Sie Ihr Team ein\"],\"aIA9C4\":[\"Frage erfolgreich erstellt\"],\"aK4uBd\":[\"Letzte 24 Stunden\"],\"aKtF0O\":[\"Stripe nicht verbunden\"],\"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.\"],\"aS0jtz\":[\"Abgebrochen\"],\"aT3jZX\":[\"Zeitzone auswählen\"],\"aUi/Dz\":[\"Warnung: Dies ist die Systemstandardkonfiguration. Änderungen wirken sich auf alle Konten aus, denen keine spezifische Konfiguration zugewiesen ist.\"],\"acIJ41\":[\"Bestellstatus\"],\"agPptk\":[\"Medium\"],\"agZ87r\":[\"Erstellen Sie Tickets für Ihre Veranstaltung, legen Sie Preise fest und verwalten Sie die verfügbare Menge.\"],\"alD1+n\":[\"Rechnungsnotizen\"],\"amMkpL\":[\"Keine Kapazität\"],\"an5hVd\":[\"Bilder\"],\"aqxYLv\":[\"Bildung\"],\"av+gjP\":[\"Teilnehmername\"],\"avf0gk\":[\"Fragebeschreibung\"],\"awHmAT\":[\"Ticket-ID\"],\"axVMjA\":[\"Produkt ausblenden, es sei denn, der Benutzer hat einen gültigen Promo-Code\"],\"axv/Mi\":[\"Benutzerdefinierte Vorlage\"],\"b0HJ45\":[\"Erfolgreich! \",[\"0\"],\" erhält in Kürze eine E-Mail.\"],\"b1Jvg+\":[\"Bitte fahren Sie im neuen Tab fort\"],\"b24kPi\":[\"Warteschlange\"],\"b33PL9\":[\"Mehr Plattformen anzeigen\"],\"b46pt5\":[\"Veranstaltungs-Titelbild\"],\"b4itZn\":[\"Arbeiten\"],\"b6+Y+n\":[\"Bestellung abgeschlossen\"],\"b9SN9q\":[\"Eindeutige Bestellreferenz\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Erstellen Sie \",[\"0\"]],\"bA31T4\":[\"Verwenden Sie die Käuferdaten für alle Teilnehmer\"],\"bB6Ram\":[\"Letzte 48 Stunden\"],\"bECJqy\":[\"Nachricht erfolgreich genehmigt\"],\"bKOYkd\":[\"Rechnung erfolgreich heruntergeladen\"],\"bLB3MJ\":[\"Zahlungsmethoden\"],\"bPWBLL\":[\"Teilnehmer konnte nicht ausgecheckt werden\"],\"bPwFdf\":[\"Konten\"],\"bU4bS1\":[\"Rückerstattungen\"],\"bU7oUm\":[\"Nur an Bestellungen mit diesen Status senden\"],\"bVjDs9\":[\"Zusätzliche Gebühren\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Möchten Sie diese Eincheckliste wirklich löschen?\"],\"bbslmb\":[\"Ticket-Designer\"],\"bcCn6r\":[\"Berechnungstyp\"],\"bcYlvb\":[\"Wann Check-In schließt\"],\"bfXQ+N\":[\"Einladung annehmen\"],\"bgqf+K\":[\"E-Mail des Ticketinhabers\"],\"bhlHm/\":[\"Ihre Bestellung wartet auf Zahlung\"],\"blK94r\":[\"Bitte fügen Sie mindestens eine Option hinzu\"],\"blXLKj\":[\"Wenn aktiviert, zeigen neue Veranstaltungen beim Checkout ein Marketing-Opt-in-Kontrollkästchen an. Dies kann pro Veranstaltung überschrieben werden.\"],\"br3Y/y\":[\"Plattformgebühren\"],\"btxLWj\":[\"Veranstaltungsstatus aktualisiert\"],\"bv6RXK\":[\"Schaltflächenbeschriftung\"],\"bwBlJv\":[\"Vorname der Bestellung\"],\"bxoWpz\":[\"Bestätigungs-E-Mail erneut senden\"],\"byKna+\":[\"Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es erneut.\"],\"c+suC6\":[\"Bezahlte Konten\"],\"c/TIyD\":[\"Bestellung & Ticket\"],\"c2/9VE\":[\"Nutzlast\"],\"c3E/kw\":[\"Homer\"],\"c4uJfc\":[\"Fast geschafft! Wir warten nur noch auf die Verarbeitung Ihrer Zahlung. Das sollte nur wenige Sekunden dauern.\"],\"c6SXHN\":[\"Veranstaltungsseite anzeigen\"],\"c7VN/A\":[\"Antworten anzeigen\"],\"c9Evkd\":[\"Sie können die letzte Kategorie nicht löschen.\"],\"c9RYbv\":[\"Wenn eine Bestellung als bezahlt markiert wird\"],\"cDHM1d\":[\"Die E-Mail-Adresse wurde geändert. Der Teilnehmer erhält ein neues Ticket an der aktualisierten E-Mail-Adresse.\"],\"cDtoWq\":[\"Sind Sie sicher, dass Sie die Bestellbestätigung erneut an \",[\"0\"],\" senden möchten?\"],\"cEFg3R\":[\"Partner konnte nicht erstellt werden\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 Woche vor der Veranstaltung\"],\"cHO4ec\":[\"Diese Nachricht wird in die Fußzeile aller E-Mails aufgenommen, die von dieser Veranstaltung gesendet werden.\"],\"cJ4Y4R\":[\"Ihre Rückerstattung wird bearbeitet.\"],\"cK9+xQ\":[\"Umsatzsteuer-Land\"],\"cKj6OE\":[\"Check-in-Übersicht\"],\"cMW+gm\":[\"Alle Plattformen anzeigen (\",[\"0\"],\" weitere mit Werten)\"],\"cOePZk\":[\"Veranstaltungszeit\"],\"cQrNR3\":[\"Profil verwalten\"],\"cRRc+F\":[\"Dieses Produkt kann nicht gelöscht werden, da es mit einer Bestellung verknüpft ist. Sie können es stattdessen ausblenden.\"],\"cSev+j\":[\"Filter\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" eingecheckt\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Sie haben Steuern und Gebühren zu einem kostenlosen Produkt hinzugefügt. Möchten Sie diese entfernen?\"],\"cd0jIM\":[\"Job-Details\"],\"cdR8d6\":[\"Bitte erstellen Sie ein Ticket\"],\"cde2hc\":[\"Alle Produkte\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Veröffentliche dein Event\"],\"cl5WYc\":[\"Aktionscode \",[\"promo_code\"],\" angewendet\"],\"clF06r\":[\"Zur Erstattung verfügbar\"],\"cljs3a\":[\"Geben Sie an, ob Sie in der EU umsatzsteuerregistriert sind\"],\"cnGeoo\":[\"Löschen\"],\"coIKFu\":[\"Statistiken zum Veranstalter sind für die ausgewählte Währung nicht verfügbar oder es ist ein Fehler aufgetreten.\"],\"cormHa\":[\"Adresszeile 2\"],\"cosfD8\":[\"Teilnehmerstatus\"],\"cs5muu\":[\"Vorschau der Veranstaltungsseite\"],\"csDS2L\":[\"Verfügbar\"],\"ct2SYD\":[\"Letzte 7 Tage\"],\"cxsKvw\":[\"Wenn ein Check-in gelöscht wird\"],\"d+F6q9\":[\"Erstellt\"],\"d+KKMz\":[\"Laden der Eincheckliste fehlgeschlagen\"],\"d0rUsW\":[\"Social-Media-Links\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Abbrechen\"],\"dF6vP6\":[\"Live\"],\"dFFW9L\":[\"Verkauf endete \",[\"0\"]],\"dFHcIn\":[\"Steuerdetails\"],\"dFJnia\":[\"Dies ist der Name Ihres Veranstalters, der Ihren Nutzern angezeigt wird.\"],\"dFuEhO\":[\"Ticket-E-Mail erneut senden\"],\"dJZTv2\":[\"Startzeit auswählen\"],\"dLm8V5\":[\"Werbe-E-Mails können zur Kontosperrung führen\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Attributionsaufschlüsselung\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Hier sind alle Tickets, die mit Ihrer E-Mail-Adresse verknüpft sind.\"],\"dPYu1F\":[\"Pro Teilnehmer\"],\"dPyJ15\":[\"Vorlage löschen\"],\"dSyJj6\":[\"E-Mail-Adressen stimmen nicht überein\"],\"dVgNF1\":[\"Konfiguration konnte nicht erstellt werden\"],\"dVxpp5\":[\"Willkommen zurück\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Keine Events gefunden\"],\"dWBrJX\":[\"Offline-Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut oder kontaktieren Sie den Veranstalter.\"],\"dXoieq\":[\"Zusammenfassung\"],\"dZsDbK\":[\"HTML-Zeichenlimit überschritten: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"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.\"],\"de6HLN\":[\"Wenn Kunden Tickets kaufen, erscheinen deren Bestellungen hier.\"],\"dfkQIO\":[\"Wenn ein neues Produkt erstellt wird\"],\"dkAPxi\":[\"Webhook erstellen\"],\"dr7CWq\":[\"Alle bevorstehenden Veranstaltungen\"],\"dsFmM+\":[\"Gekauft\"],\"dtGC3q\":[\"Die Ticket-E-Mail wurde erneut an den Teilnehmer gesendet.\"],\"e/cvV1\":[\"Wird verifiziert...\"],\"e3uMJH\":[\"Diese Bestellung ist abgeschlossen.\"],\"e4KdjJ\":[\"Teilnehmer manuell hinzufügen\"],\"e4L7bF\":[\"Wählen Sie eine Nachricht aus, um ihren Inhalt anzuzeigen\"],\"e5lF64\":[\"Verwendungsbeispiel\"],\"e7eZuA\":[\"Bestellung aktualisiert\"],\"e8WNln\":[\"Veranstaltungszeitzone\"],\"e99fHm\":[\"Veranstaltung wiederherstellen\"],\"eB5vce\":[\"Bestelleigentümer mit einem bestimmten Produkt\"],\"ePK91l\":[\"Bearbeiten\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Neues Passwort erstellen\"],\"eWRECP\":[\"Nachtleben\"],\"eXssj5\":[\"Legen Sie Standardeinstellungen für neue Veranstaltungen fest, die unter diesem Veranstalter erstellt werden.\"],\"eaUTwS\":[\"Link zum Zurücksetzen senden\"],\"eb47T5\":[\"Keine Daten für die ausgewählten Filter gefunden. Versuchen Sie, den Datumsbereich oder die Währung anzupassen.\"],\"ebIDwV\":[\"Google Kalender\"],\"eeZdaB\":[\"Konfiguration erfolgreich aktualisiert\"],\"efAM7X\":[\"Ein Datumseingabefeld. Perfekt, um nach einem Geburtsdatum o.ä. zu fragen.\"],\"ejMDw1\":[\"Wenn eine Bestellung erstattet wird\"],\"ejXy+D\":[\"Produkte konnten nicht sortiert werden\"],\"elW7Tn\":[\"E-Mail-Inhalt\"],\"enV0g0\":[\"Leer lassen, um das Standardwort \\\"Rechnung\\\" zu verwenden\"],\"eneWvv\":[\"Entwurf\"],\"enzGAL\":[\"Fragen\"],\"eorM7z\":[\"Kategorien erfolgreich neu geordnet.\"],\"ercTDX\":[\"Der Code muss zwischen 3 und 50 Zeichen lang sein\"],\"esY5SG\":[\"Der Titel der Veranstaltung, der in Suchmaschinenergebnissen und beim Teilen in sozialen Medien angezeigt wird. Standardmäßig wird der Veranstaltungstitel verwendet\"],\"etaWtB\":[\"Teilnehmerdetails bearbeiten\"],\"euc6Ns\":[\"Duplizieren\"],\"eusccx\":[\"Eine optionale Nachricht, die beim hervorgehobenen Produkt angezeigt wird, z.B. \\\"Verkauft sich schnell 🔥\\\" oder \\\"Bester Wert\\\"\"],\"evDBV8\":[\"Veranstaltung veröffentlichen\"],\"exy8uo\":[\"Code generieren\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Check-in-Listen\"],\"f30uVZ\":[\"Was Sie tun müssen:\"],\"f3RdEk\":[[\"hours\"],\" Stunden, \",[\"minutes\"],\" Minuten und \",[\"seconds\"],\" Sekunden\"],\"f4vJgj\":[\"Eine mehrzeilige Texteingabe\"],\"f7SUun\":[\"Passwörter sind nicht gleich\"],\"f8qS7T\":[\"„Hier gibt es noch nichts zu sehen“\"],\"f9WRpE\":[\"Ungültiger Dateityp. Bitte laden Sie ein Bild hoch.\"],\"fAv9QG\":[\"🎟️ Tickets hinzufügen\"],\"fFYotW\":[\"Teilweise erstattet: \",[\"0\"]],\"fFeCKc\":[\"Kein Rabatt\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Sie können eine manuell erstellte Bestellung nicht zurückerstatten.\"],\"fKn/k6\":[\"Erstattungsbetrag\"],\"fMPkxb\":[\"Zeig mehr\"],\"fROFIL\":[\"Vietnamesisch\"],\"fTFfOK\":[\"Jede E-Mail-Vorlage muss eine Aktionsschaltfläche enthalten, die zur entsprechenden Seite verlinkt\"],\"fVPt0F\":[\"Wenn eine Bestellung aktualisiert wird\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Webhook bearbeiten\"],\"fWsBTs\":[\"Etwas ist schief gelaufen. Bitte versuche es erneut.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"z.B. Wichtiges Update zu Ihren Tickets\"],\"fcnqjw\":[\"Offline-Zahlungsanweisungen\"],\"fdjq4c\":[\"Innenabstand\"],\"fgLNSM\":[\"Registrieren\"],\"fiV0xj\":[\"Verwendungslimit\"],\"fj5byd\":[\"N/V\"],\"fovJi3\":[\"USB-Scanner-Modus deaktiviert\"],\"fpMs2Z\":[\"LIVE\"],\"fpb0rX\":[\"Teilnehmerdetails aus Bestellung kopiert\"],\"fqDzSu\":[\"Rate\"],\"ftNXma\":[\"Partner suchen...\"],\"ftzaMf\":[\"Verkaufszeitraum, Bestelllimits, Sichtbarkeit\"],\"fuwKpE\":[\"Bitte versuchen Sie es erneut.\"],\"fvDQhr\":[\"Diese Ebene vor Benutzern verbergen\"],\"fx8BTd\":[\"Zahlungen nicht verfügbar\"],\"fyE7Au\":[[\"minutes\"],\" Minuten und \",[\"seconds\"],\" Sekunden\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Ihre Zahlung war nicht erfolgreich. Bitte versuchen Sie es erneut.\"],\"g+2103\":[\"Hier ist Ihr Partnerlink\"],\"g+lLS9\":[\"Teammitglied einladen\"],\"g2UNkE\":[\"Powered by\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Individuelles Branding\"],\"g9dPPQ\":[\"Maximal pro Bestellung\"],\"gGhBmF\":[\"Sie sind offline\"],\"gHSuV/\":[\"Zur Startseite gehen\"],\"gJQsLv\":[\"Laden Sie ein Titelbild für Ihren Veranstalter hoch\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Alle Teilnehmer\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Produkt erfolgreich erstellt\"],\"gPgdNV\":[\"Umsatzsteuer-Identifikationsnummer erfolgreich validiert\"],\"gTN6Ws\":[\"Endzeit auswählen\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo und Titelbild für Ihren Veranstalter\"],\"geUFpZ\":[\"Steuern & Gebühren\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Keine Suchergebnisse\"],\"gnBreG\":[\"Datum der Bestellaufgabe\"],\"goOKRY\":[\"Ebene hinzufügen\"],\"gqnyh0\":[\"Mobile-optimiert\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Hervorheben\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Zuletzt ausgelöst\"],\"gwk5gg\":[\"Adresszeile 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"Für welche Produkte gilt dieser Code?\"],\"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.\"],\"gypigA\":[\"Dieser Aktionscode ist ungültig\"],\"gzrCuN\":[\"Ihre Bestelldetails wurden aktualisiert. Eine Bestätigungs-E-Mail wurde an die neue E-Mail-Adresse gesendet.\"],\"h0Q9Iw\":[\"Letzte Antwort\"],\"h0dx5e\":[\"Warteliste konnte nicht beigetreten werden\"],\"h10Wm5\":[\"Unbezahlte Bestellung\"],\"h179TP\":[\"Eine kurze Beschreibung der Veranstaltung, die in Suchmaschinenergebnissen und beim Teilen in sozialen Medien angezeigt wird. Standardmäßig wird die Veranstaltungsbeschreibung verwendet\"],\"h69WC6\":[\"Gesendet\"],\"hAjDQy\":[\"Status auswählen\"],\"hBsw5C\":[\"Verkauf beendet\"],\"hD1ocH\":[\"Eincheck-URL in die Zwischenablage kopiert\"],\"hDNwnf\":[\"Ihr Logo, Ihre Farben und Ihr Stil auf jeder Seite\"],\"hEtQsg\":[\"Teilnehmer-Selbstbedienung standardmäßig aktivieren\"],\"hFHnxR\":[\"Für welche Produkte gilt dieser Code? (Standardmäßig gilt er für alle)\"],\"hFwWnI\":[\"Benachrichtigungseinstellungen\"],\"hJmVtD\":[\"Land auswählen\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Mein Profil\"],\"hL7sDJ\":[\"Veranstalterseite teilen\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Klicken Sie einfach auf die Schaltfläche unten, um Ihr Stripe-Konto erneut zu verbinden.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Erstellen\"],\"hauDFf\":[\"Pro Ticket\"],\"hbwCKE\":[\"E-Mail-Adresse in Zwischenablage kopiert\"],\"hcX103\":[\"Bitte erstellen Sie ein Produkt\"],\"hdyeZ0\":[\"Job löschen\"],\"he3ygx\":[\"Kopieren\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Betrag\"],\"hfHhaa\":[\"Bitte warten Sie, während wir Ihre Partner für den Export vorbereiten...\"],\"hg80P7\":[\"Stripe-Einrichtung abschließen\"],\"hli+ga\":[\"USB/HID-Scanner\"],\"hqmXmc\":[\"Arbeiten...\"],\"hrvLf4\":[\"Akzeptieren Sie Kreditkartenzahlungen über Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"E-Mail-Adresse\"],\"i0QKrm\":[\"Partner konnte nicht aktualisiert werden\"],\"i0TtkR\":[\"Dies überschreibt alle Sichtbarkeitseinstellungen und verbirgt das Produkt vor allen Kunden.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Bestellnummer\"],\"i8day5\":[\"Gebühr an Käufer weitergeben\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Code bearbeiten\"],\"iG7KNr\":[\"Logo\"],\"iIEaNB\":[\"Wenn Sie ein Konto bei uns haben, erhalten Sie eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passworts.\"],\"iJhSxe\":[\"Passen Sie die SEO-Einstellungen für dieses Event an\"],\"iMdwTb\":[\"Bevor dein Event live gehen kann, musst du einige Schritte erledigen. Schließe alle folgenden Schritte ab, um zu beginnen.\"],\"iN5Cz3\":[\"Konto bereits verbunden!\"],\"iPBfZP\":[\"Registrierte Teilnehmer\"],\"iQZff7\":[\"Steuern, Gebühren, Sichtbarkeit, Verkaufszeitraum, Produkthervorhebung & Bestelllimits\"],\"iS0wAT\":[\"Kategorien helfen Ihnen, Ihre Produkte zu organisieren. Dieser Titel wird auf der öffentlichen Veranstaltungsseite angezeigt.\"],\"iStTQt\":[\"Die Kameraberechtigung wurde verweigert. <0>Fordern Sie die Berechtigung erneut an. Wenn dies nicht funktioniert, müssen Sie dieser Seite in Ihren Browsereinstellungen <1>Zugriff auf Ihre Kamera gewähren.\"],\"iTvh6I\":[\"Derzeit zum Kauf verfügbar\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Code kopieren\"],\"iWa9cY\":[\"Erzählen Sie den Leuten, was sie bei Ihrer Veranstaltung erwartet\"],\"iX6SLo\":[\"Passen Sie den Text auf dem Weiter-Button an\"],\"ia8YsC\":[\"Bevorstehende\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Ihre Nachricht wurde erfolgreich gesendet!\"],\"igBrCH\":[\"Bitte bestätigen Sie Ihre E-Mail-Adresse, um auf alle Funktionen zugreifen zu können\"],\"ih35UP\":[\"Konferenzzentrum\"],\"ii0qn/\":[\"Betreff ist erforderlich\"],\"iiWXDL\":[\"Berechtigungsfehler\"],\"imLQ9Y\":[\"Ihre Umsatzsteuer-Identifikationsnummer wird validiert...\"],\"imgKgl\":[\"Veranstaltungsbeschreibung\"],\"injXD7\":[\"Die Umsatzsteuer-Identifikationsnummer konnte nicht validiert werden. Bitte überprüfen Sie die Nummer und versuchen Sie es erneut.\"],\"ioG+xt\":[\"Zahlung steht aus\"],\"ipP6Ue\":[\"Teilnehmer erstellen\"],\"ipYKgM\":[\"Suchmaschinenindizierung zulassen\"],\"irpUxR\":[\"Fester Betrag\"],\"ixIx1f\":[\"Produkt auswählen\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"Startdatum ist erforderlich\"],\"izwOOD\":[\"Steuern und Gebühren separat ausweisen\"],\"j/TOB3\":[\"Social-Media-Links & Website\"],\"j1Jl7s\":[\"Kategorie bearbeiten\"],\"j1VfcT\":[\"SEO-Beschreibung\"],\"j5FdeA\":[\"Diese Bestellung wird verarbeitet.\"],\"j6w7d/\":[\"Aktivieren Sie diese Kapazität, um den Produktverkauf zu stoppen, wenn das Limit erreicht ist\"],\"j9b/iy\":[\"Schnell verkauft 🔥\"],\"j9cPeF\":[\"Ereignistypen auswählen\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Sie müssen mindestens eine Preisstufe haben\"],\"jEbkcB\":[\"Insgesamt erstattet\"],\"jEu4bB\":[\"Spalten\"],\"jEw0Mr\":[\"Bitte geben Sie eine gültige URL ein\"],\"jIPNJG\":[\"Grundinformationen\"],\"jRJZxD\":[\"Kapazität löschen\"],\"jT142F\":[\"In \",[\"diffHours\"],\" Stunden\"],\"jVRHeq\":[\"Angemeldet\"],\"jZj9y9\":[\"Gestuftes Produkt\"],\"jZlrte\":[\"Farbe\"],\"jabmnm\":[\"Partner erfolgreich aktualisiert\"],\"jfC/xh\":[\"Kontakt\"],\"jh2orE\":[\"Wir haben unseren Hauptsitz nach Irland verlegt. Daher müssen Sie Ihr Stripe-Konto neu verbinden. Dieser schnelle Vorgang dauert nur wenige Minuten. Ihre Verkäufe und bestehenden Daten bleiben völlig unberührt.\"],\"jkNgQR\":[\"Diese Bestellung auch erstatten\"],\"jo3Gm6\":[\"Partner konnten nicht exportiert werden\"],\"jp5bq8\":[\"Empfänger\"],\"jpctdh\":[\"Ansehen\"],\"jrBSO1\":[\"Organisator bearbeiten\"],\"jtrY3S\":[\"Noch nichts zu zeigen\"],\"jtrqH9\":[\"Teilnehmer werden exportiert\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Gemeinsame Kapazitätsverwaltung\"],\"jyt+cx\":[\"E-Mail-Fußzeilennachricht\"],\"k/bJj0\":[\"Fragen neu sortiert\"],\"k1bLf+\":[\"Hintergrundfarbe\"],\"k3Tngl\":[\"Teilnehmer exportiert\"],\"k3dfFD\":[\"Versteckte Fragen sind nur für den Veranstalter und nicht für den Kunden sichtbar.\"],\"k3wH7i\":[\"Nutzung von Rabattcodes und Rabattaufschlüsselung\"],\"k4FLBQ\":[\"An Käufer weitergeben\"],\"k5CU8c\":[\"Einträge gesamt\"],\"k5p8dz\":[\"Kapazitätszuweisung erfolgreich gelöscht\"],\"k9RiLi\":[\"Ein Produkt erstellen\"],\"k9m6/E\":[\"Homepage-Einstellungen erfolgreich aktualisiert\"],\"kBkYSa\":[\"Kapazität bearbeiten\"],\"kCn6wb\":[\"Wird zurückgesetzt...\"],\"kF8HQ7\":[\"Antworten exportieren\"],\"kIKb9e\":[\"Soziales\"],\"kJDmsI\":[\"Veranstaltungsdetails\"],\"kKpkzy\":[\"Tickets erfolgreich an 1 Person angeboten\"],\"kMU5aM\":[\"Eine Stornierungsbenachrichtigung wurde gesendet an\"],\"kNmmvE\":[\"Awesome Events GmbH\"],\"kO44sp\":[\"Fügen Sie Verbindungsdetails für Ihr Online-Event hinzu. Diese Details werden auf der Bestellübersichtsseite und der Teilnehmer-Ticketseite angezeigt.\"],\"kODvZJ\":[\"Vorname\"],\"kOtCs2\":[\"Rechnungsnummerierung\"],\"kTSQej\":[\"Hallo \",[\"0\"],\", verwalten Sie Ihre Plattform von hier aus.\"],\"kUlL8W\":[\"Profil erfolgreich aktualisiert\"],\"kWI/37\":[\"Veranstalter auswählen\"],\"kWg31j\":[\"Eindeutigen Partnercode eingeben\"],\"kY7XDn\":[\"Keine Produkte haben Wartelisteneinträge\"],\"kYZSFD\":[\"Wählen Sie einen Veranstalter, um dessen Dashboard und Veranstaltungen anzuzeigen.\"],\"kYqM1A\":[\"Zurück zum Event\"],\"kadJKg\":[\"Gilt für 1 Produkt\"],\"kf83Ld\":[\"Etwas ist schief gelaufen.\"],\"khBZkl\":[\"Umsatzsteuer\"],\"kj7zYe\":[\"Webhook erfolgreich aktualisiert\"],\"kjAL4v\":[\"Ticket\"],\"klWBeI\":[\"Bitte warten Sie, bevor Sie einen neuen Code anfordern\"],\"kodV18\":[\"CSV herunterladen\"],\"kpAzPe\":[\"Verkaufsstart\"],\"kpJAeS\":[\"Organizer erstellen\"],\"kqA9lY\":[\"Umsatzsteuer-Einstellungen konnten nicht aktualisiert werden\"],\"ktyvbu\":[\"Produkt(e)\"],\"kv9dM4\":[\"Plattformumsatz\"],\"kvYpYu\":[\"Bestellung nicht gefunden\"],\"kvpxIU\":[\"Dies wird für Benachrichtigungen und die Kommunikation mit Ihren Nutzern verwendet.\"],\"kzx0uD\":[\"Veranstaltungsstandards erfolgreich aktualisiert\"],\"l+/HS6\":[\"Angebote verfallen nach \",[\"timeoutHours\"],\" Stunden.\"],\"l3sZO1\":[\"Fügen Sie Notizen zur Bestellung hinzu. Diese sind für den Kunden nicht sichtbar.\"],\"l5OcwO\":[\"Nachricht an Teilnehmer\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Fehler beim Speichern der Umsatzsteuereinstellungen. Bitte versuchen Sie es erneut.\"],\"l75CjT\":[\"Ja\"],\"l894xP\":[\"Organisatoren können nur Veranstaltungen und Produkte verwalten. Sie können keine Benutzer, Kontoeinstellungen oder Abrechnungsinformationen verwalten.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ist bereits eingecheckt\"],\"lB2hSG\":[\"Halte mich über Neuigkeiten und Veranstaltungen von \",[\"0\"],\" auf dem Laufenden\"],\"lFdbRS\":[\"Anwendungsgebühren umgehen\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Exportauftrag konnte nicht gestartet werden\"],\"lNipG+\":[\"Das Ausblenden eines Produkts verhindert, dass Benutzer es auf der Veranstaltungsseite sehen.\"],\"lQgMLn\":[\"Name des Büros oder Veranstaltungsorts\"],\"lS9/aZ\":[\"Empfänger konnten nicht geladen werden\"],\"lWxAUo\":[\"Essen & Trinken\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Nachrichten an einzelne Teilnehmer senden\"],\"lYGfRP\":[\"Englisch\"],\"lZwV6X\":[\"Warteliste beitreten für \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Produkt aktualisiert\"],\"lfLHNz\":[\"CTA-Beschriftung ist erforderlich\"],\"lflimf\":[\"Zahlungsfrist\"],\"lgFfeO\":[\"Ausverkauft\"],\"lhAWqI\":[\"Vielen Dank für Ihre Unterstützung, während wir Hi.Events weiter ausbauen und verbessern!\"],\"lk74+I\":[\"Gebühr übernehmen\"],\"lkE00/\":[\"Etwas ist schiefgelaufen. Bitte versuchen Sie es später erneut.\"],\"lkMK2r\":[\"Deine Details\"],\"lkNdiH\":[\"Kontoname\"],\"lnCMdg\":[\"Bild hochladen\"],\"lnYE59\":[\"Datum der Veranstaltung\"],\"lnrkNz\":[\"E-Mail-Bestätigung erneut senden\"],\"loCKGB\":[\"Verkauf endet \",[\"0\"]],\"lpm0+y\":[\"Beinhaltet 1 Produkt\"],\"lsxOPC\":[\"Zahlung erhalten\"],\"luHAJY\":[\"Beliebte Events (Letzte 14 Tage)\"],\"lyD7rQ\":[\"Dieses Veranstalterprofil ist noch nicht veröffentlicht\"],\"lzAaG5\":[\"Diese Vorlagen überschreiben die Veranstalter-Standards nur für diese Veranstaltung. Wenn hier keine benutzerdefinierte Vorlage festgelegt ist, wird stattdessen die Veranstaltervorlage verwendet.\"],\"m/N7Zq\":[\"Vollständige Veranstaltungsadresse\"],\"m0CFV2\":[\"Teilnehmerdetails\"],\"m3FM1g\":[\"Gesamtbetrag zurückerstattet\"],\"m8WD6t\":[\"Einrichtung fortsetzen\"],\"m9SD3V\":[\"Code muss mindestens 3 Zeichen lang sein\"],\"mBsBHq\":[\"Die Eincheckliste ist nicht aktiv\"],\"mCB6Je\":[\"Alle auswählen\"],\"mEHQ8I\":[\"Möchten Sie diese Veranstaltung wirklich öffentlich machen? Dadurch wird die Veranstaltung für die Öffentlichkeit sichtbar\"],\"mFdA+i\":[\"Messaging-Stufe\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Standardprodukt mit festem Preis\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"E-Mail-Änderung ausstehend\"],\"mImacG\":[\"Veranstaltungsseite\"],\"mJJh2s\":[\"Partnerverkäufe werden nicht verfolgt. Dies deaktiviert den Partner.\"],\"mLBUMQ\":[\"Konfiguration erfolgreich gelöscht\"],\"mUv9U4\":[\"Verkauf\"],\"mVKOW6\":[\"Beim Senden Ihrer Nachricht ist ein Fehler aufgetreten\"],\"mYGY3B\":[\"Datum\"],\"mYLhkl\":[\"Verschiedene Einstellungen\"],\"mYygCM\":[\"Veranstalter ist erforderlich\"],\"mdeIOH\":[\"Code erneut senden\"],\"mf3FrP\":[\"Diese Kategorie hat noch keine Produkte.\"],\"mimF6c\":[\"Benutzerdefinierte Nachricht nach dem Checkout\"],\"miysJh\":[\"Wir konnten diese Bestellung nicht finden. Möglicherweise wurde sie entfernt.\"],\"mkWad2\":[\"Ungarisch\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Prozentuale Gebühr\"],\"mnUGVC\":[\"Ratenlimit überschritten. Bitte versuchen Sie es später erneut.\"],\"mnafgQ\":[\"Die Standardzeitzone für Ihre Ereignisse.\"],\"mpB/d9\":[\"Gesamtbestellwert\"],\"muXhGi\":[\"Wenn aktiviert, erhält der Veranstalter eine E-Mail-Benachrichtigung, wenn eine neue Bestellung aufgegeben wird\"],\"mvrlBO\":[\"Nach Veranstaltung filtern\"],\"mwe+2z\":[\"Offline-Bestellungen werden in der Veranstaltungsstatistik erst berücksichtigt, wenn die Bestellung als bezahlt markiert wurde.\"],\"mxsm1o\":[\"Diese Frage löschen? Dies kann nicht rückgängig gemacht werden.\"],\"n/7+7Q\":[\"Bestätigung gesendet an\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Bild erfolgreich gelöscht\"],\"n10yGu\":[\"Rückerstattungsauftrag\"],\"n143Tq\":[\"Produktkategorie bearbeiten\"],\"n4SpU5\":[\"Veranstaltung verwalten\"],\"n57zCW\":[\"Nicht zugeordnete Konten\"],\"n5pRtF\":[\"Ticket erstellen\"],\"n5vdm2\":[\"Für diesen Endpunkt wurden noch keine Webhook-Ereignisse aufgezeichnet. Ereignisse werden hier angezeigt, sobald sie ausgelöst werden.\"],\"n6EaWL\":[\"Protokolle anzeigen\"],\"n8+Ng/\":[\"Bitte geben Sie den 5-stelligen Code ein\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Nummernpräfix\"],\"n8IUs7\":[\"Bruttoeinnahmen\"],\"n9V+ps\":[\"Geben Sie Ihren Namen ein\"],\"n9ZhRa\":[\"Enddatum und -zeit auswählen\"],\"nAn4Oe\":[\"Bestellung als bezahlt markiert\"],\"nBVOd7\":[\"Wenn ein Teilnehmer aktualisiert wird\"],\"nBqgQb\":[\"Ihre E-Mail\"],\"nCywLA\":[\"Von überall teilnehmen\"],\"nDBs04\":[\"Kapazitätsverwaltung\"],\"nE5o/t\":[\"Dateneigentum\"],\"nFm+5u\":[\"Fußzeilentext\"],\"nHm0AI\":[\"Aufschlüsselung der täglichen Verkäufe, Steuern und Gebühren\"],\"nKtyYu\":[\"Weiter zum nächsten Schritt\"],\"nLC6tu\":[\"Französisch\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Handlung erforderlich: Verbinden Sie Ihr Stripe-Konto erneut\"],\"nO3VbP\":[\"Im Angebot \",[\"0\"]],\"nOBvex\":[\"Senden Sie Echtzeit-Bestell- und Teilnehmerdaten an Ihre externen Systeme.\"],\"nOhz3x\":[\"Ausloggen\"],\"nP7CdQ\":[\"Webhook bearbeiten\"],\"nQI4H5\":[\"Verbinden Sie Stripe, um die Bearbeitung von E-Mail-Vorlagen zu ermöglichen\"],\"nWhye/\":[\"Wem sollte diese Frage gestellt werden?\"],\"nYNT+5\":[\"Richten Sie Ihre Veranstaltung ein\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Ihre Bestellung wurde storniert.\"],\"nbfdhU\":[\"Integrationen\"],\"ncwQad\":[\"(leer)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"Wir konnten das gesuchte Ticket nicht finden. Der Link ist möglicherweise abgelaufen oder die Ticketdetails haben sich geändert.\"],\"nfagfM\":[\"Gültig\"],\"nfnm9D\":[\"Organisationsname\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Fehler beim Hochladen des Bildes. Bitte versuchen Sie es erneut.\"],\"nm3Iz/\":[\"Danke für Ihre Teilnahme!\"],\"nn3mSR\":[\"Verbleibende Zeit:\"],\"nnfSdK\":[\"Einzigartige Kunden\"],\"nniGTr\":[\"Um Konfigurationen zu bearbeiten, gehen Sie zum Bereich Konfigurationen im Admin-Menü.\"],\"nqx+6h\":[\"Schließen Sie diese Schritte ab, um mit dem Ticketverkauf für Ihre Veranstaltung zu beginnen.\"],\"nrGWUv\":[\"Passen Sie Ihre Veranstaltungsseite an Ihre Marke und Ihren Stil an.\"],\"nrSs2u\":[\"Keine Nachrichten gefunden\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"Webhook-URL\"],\"nvOPBA\":[\"Links erlaubt\"],\"nwtY4N\":[\"Etwas ist schiefgelaufen\"],\"nx+rqg\":[\"einen Organizer erstellen\"],\"ny2r8d\":[\"Wenn eine Bestellung storniert wird\"],\"nz96Ue\":[\"1 Ticketart\"],\"o+tJN/\":[\"Bitte warten Sie, während wir Ihre Teilnehmer für den Export vorbereiten...\"],\"o/blc/\":[\"Kontokonfiguration konnte nicht aktualisiert werden\"],\"o1my93\":[\"Aktualisierung des Veranstalterstatus fehlgeschlagen. Bitte versuchen Sie es später erneut.\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Herzlichen Glückwunsch zur Erstellung eines Events!\"],\"o5r6b2\":[\"Job gelöscht\"],\"o6+Y6d\":[\"Erneut senden...\"],\"o7LgX6\":[\"Sie können zusätzliche Servicegebühren und Steuern in Ihren Kontoeinstellungen konfigurieren.\"],\"o7s5FA\":[\"Die Sprache, in der der Teilnehmer die E-Mails erhalten soll.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"TIPP\"],\"oHE9JT\":[\"Kapazitätszuweisung bearbeiten\"],\"oI/hGR\":[\"Bestellnummer\"],\"oJjplO\":[\"Aufrufe Gesamt\"],\"oNL5vN\":[\"Zur Eventseite\"],\"oPknTP\":[\"Optionale zusätzliche Informationen, die auf allen Rechnungen erscheinen (z. B. Zahlungsbedingungen, Gebühren für verspätete Zahlungen, Rückgaberichtlinien)\"],\"oQvMPn\":[\"Fragentitel\"],\"oR7zL3\":[\"Name des Ticketinhabers\"],\"oSDBWm\":[\"Umsatzsteuer-Einstellungen\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Meine Tickets\"],\"oW5877\":[\"Bestellsumme\"],\"oWXNE5\":[\"Anz.\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Zum Kalender hinzufügen\"],\"ocS8eq\":[\"Haben Sie bereits ein Konto? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Informationen zu Offline-Zahlungen\"],\"olKKwj\":[\"Mobiler Scanner mit Offline-Unterstützung und Echtzeit-Tracking\"],\"omyBS0\":[\"Anzahl der für die Zahlung zulässigen Tage (leer lassen, um Zahlungsbedingungen auf Rechnungen wegzulassen)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Teilnehmer verwalten\"],\"ophZVW\":[\"Tickets verwalten\"],\"oqr9HB\":[\"Dieses Produkt einklappen, wenn die Veranstaltungsseite initial geladen wird\"],\"orBECM\":[\"Insgesamt eingesammelt\"],\"orluER\":[\"Verfolgen Sie das Kontowachstum und die Leistung nach Attributionsquelle\"],\"os29v1\":[\"Dieser Link zum Zurücksetzen des Passworts ist ungültig oder abgelaufen.\"],\"ouM5IM\":[\"Andere E-Mail versuchen\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Standard\"],\"p/Sa0j\":[\"Ihr Konto hat Messaging-Limits. Um Ihre Limits zu erhöhen, kontaktieren Sie uns unter\"],\"p2/GCq\":[\"Bestätige das Passwort\"],\"p2FRHj\":[\"Steuern Sie, wie Plattformgebühren für diese Veranstaltung gehandhabt werden\"],\"p2WLr3\":[\"Check-in \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Kategorie auswählen\"],\"pAey+4\":[\"Datei ist zu groß. Maximale Größe beträgt 5MB.\"],\"pCLes8\":[\"Sie müssen dem Erhalt von Nachrichten zustimmen\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Ticket erfolgreich erneut gesendet\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Letzte Kontoanmeldungen\"],\"pMLul+\":[\"Alle Währungen\"],\"pNgdBv\":[\"In dieser Kategorie sind keine Produkte verfügbar\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Sind Sie sicher, dass Sie diesen Veranstalter veröffentlichen möchten? Dadurch wird die Veranstalterseite für die Öffentlichkeit sichtbar.\"],\"pZNOT9\":[\"Kein Enddatum\"],\"pbAk7a\":[\"Stripe verbinden\"],\"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.\"],\"pkk46Q\":[\"Wählen Sie einen Veranstalter\"],\"pn5qSs\":[\"Zusätzliche Informationen\"],\"pnVh83\":[\"Umsatzsteuer-ID\"],\"pnoTN5\":[\"Empfehlungskonten\"],\"poTr35\":[\"Benutzer bearbeiten\"],\"ppuQR4\":[\"Bestellung erstellt\"],\"pqFrv2\":[\"z.B. 2,50 für 2,50 $\"],\"prZGMe\":[\"Rechnungsadresse erforderlich\"],\"psosdY\":[\"Link zu Bestelldetails\"],\"psqIm5\":[\"Arbeiten Sie mit Ihrem Team zusammen, um gemeinsam großartige Veranstaltungen zu gestalten.\"],\"pvnfJD\":[\"Dunkel\"],\"pxNIxa\":[\"Passen Sie Ihre E-Mail-Vorlage mit Liquid-Vorlagen an\"],\"q/CcwE\":[\"Auftragsdatum\"],\"q1BizZ\":[\"Wir senden Ihre Tickets an diese E-Mail\"],\"q2LEDV\":[\"Für diese Bestellung wurden keine Teilnehmer gefunden.\"],\"q6XHL1\":[\"Preistyp\"],\"q7TRd7\":[\"Möchten Sie diesen Teilnehmer wirklich aktivieren?\"],\"qCJyMx\":[\"Checkout-Nachricht veröffentlichen\"],\"qCqdg6\":[\"Check-In-Status\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Käufer sehen einen klaren Preis. Die Plattformgebühr wird von Ihrer Auszahlung abgezogen.\"],\"qGZz0m\":[\"Sie stehen auf der Warteliste!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Ausgehende Nachrichten\"],\"qNuTh3\":[\"Ausnahme\"],\"qY4rpA\":[\"Erstattung fehlgeschlagen\"],\"qcP/8K\":[\"Geplante Zeit\"],\"qdfdgM\":[\"Hauptstraße 123\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Fertig! Sie verwenden jetzt unser verbessertes Zahlungssystem.\"],\"qnSLLW\":[\"<0>Bitte geben Sie den Preis ohne Steuern und Gebühren ein.<1>Steuern und Gebühren können unten hinzugefügt werden.\"],\"qpC74J\":[\"Keine Benutzer gefunden\"],\"qqWcBV\":[\"Vollendet\"],\"qqeAJM\":[\"Niemals\"],\"qtGTNu\":[\"Organische Konten\"],\"qu6/03\":[\"Steuern und Gebühren\"],\"quR8Qp\":[\"Warten auf Zahlung\"],\"qv4bfj\":[\"Eine Gebühr, beispielsweise eine Buchungsgebühr oder eine Servicegebühr\"],\"qvF+MT\":[\"Überwachen und verwalten Sie fehlgeschlagene Hintergrundprozesse\"],\"qvylEK\":[\"Teilnehmer erstellt\"],\"r+lQXT\":[\"Bitte geben Sie Ihre Umsatzsteuer-ID ein\"],\"r2B2P8\":[\"Eincheck-URL kopieren\"],\"r9M1hc\":[\"Einchecklisten durchsuchen...\"],\"rDC+T6\":[\"Job wiederholen\"],\"rLHma1\":[\"Veranstalterstatus aktualisiert\"],\"rMcHYt\":[\"Eine Rückerstattung steht aus. Bitte warten Sie, bis der Vorgang abgeschlossen ist, bevor Sie eine weitere Rückerstattung anfordern.\"],\"rPA+Gc\":[\"Kommunikationseinstellungen\"],\"rXngLf\":[\"SEO-Titel\"],\"rYXfOA\":[\"Regionale Einstellungen\"],\"raw09+\":[\"Konfigurieren Sie, wie Teilnehmerdetails während des Bezahlvorgangs erfasst werden\"],\"rdUucN\":[\"Vorschau\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Dies ist für Kunden nicht sichtbar, hilft Ihnen aber, den Partner zu identifizieren.\"],\"rmelwV\":[\"0 Minuten und 0 Sekunden\"],\"rnoQsz\":[\"Verwendet für Rahmen, Hervorhebungen und QR-Code-Styling\"],\"rp/zaT\":[\"Brasilianisches Portugiesisch\"],\"rpGMzC\":[\"Bestellung konnte nicht aktualisiert werden\"],\"ruJO57\":[\"Job-Name\"],\"rxy0tG\":[\"E-Mail konnte nicht verifiziert werden\"],\"rzw+wS\":[\"Bestellinhaber\"],\"s/0RpH\":[\"Nutzungshäufigkeit\"],\"s0FkEx\":[\"Richten Sie Check-in-Listen für verschiedene Eingänge, Sitzungen oder Tage ein.\"],\"s14PLh\":[\"Sie geben eine Teilerstattung aus. Dem Kunden werden \",[\"0\"],\" \",[\"1\"],\" erstattet.\"],\"s4JozW\":[\"Sind Sie sicher, dass Sie diese Veranstaltung wiederherstellen möchten? Es wird als Entwurf wiederhergestellt.\"],\"s5QRF3\":[\"Zurück zu Nachrichten\"],\"s6EF6K\":[\"Sofortige Auszahlungen\"],\"s8v9hq\":[\"Zur Veranstaltungsseite zurückkehren\"],\"s9KGXU\":[\"Verkauft\"],\"sBV87H\":[\"Weiter zur Veranstaltungserstellung\"],\"sCV5Yc\":[\"Name der Veranstaltung\"],\"sF+Xp9\":[\"Seitenaufrufe\"],\"sFFArG\":[\"Name muss weniger als 255 Zeichen haben\"],\"sGEOe4\":[\"Verwenden Sie eine unscharfe Version des Titelbilds als Hintergrund\"],\"sGjBEq\":[\"Enddatum & -zeit (optional)\"],\"sJsr1h\":[\"Produkttyp\"],\"sLbJQz\":[\"Bestellung nicht gefunden\"],\"sMiGXD\":[\"Bitte überprüfen Sie, ob Ihre E-Mail gültig ist\"],\"sQia9P\":[\"Anmelden\"],\"sQxe68\":[\"Bestätigung erneut senden\"],\"sYLeDq\":[\"Der gesuchte Veranstalter konnte nicht gefunden werden. Die Seite wurde möglicherweise verschoben oder gelöscht, oder die URL ist falsch.\"],\"sYpiZP\":[\"Promo-Code erstellen\"],\"sZg7s1\":[\"Ablaufdatum\"],\"saG4At\":[\"Nachricht geplant\"],\"sby+1/\":[\"Zum Kopieren klicken\"],\"sd5IMt\":[\"Abgeschlossene Bestellungen\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Sie können einen Promo-Code erstellen, der sich auf dieses Produkt richtet auf der\"],\"shkJ3U\":[\"Verknüpfen Sie Ihr Stripe-Konto, um Gelder aus dem Ticketverkauf zu erhalten.\"],\"sjNPMw\":[\"Diese Bestellung wurde abgebrochen. Sie können jederzeit eine neue Bestellung aufgeben.\"],\"snMaH4\":[\"Webhook löschen\"],\"spsZys\":[\"Bereit für das Upgrade? Das dauert nur wenige Minuten.\"],\"sq7vjE\":[\"Hervorgehobene Produkte haben eine andere Hintergrundfarbe, um sie auf der Event-Seite hervorzuheben.\"],\"sqdl5s\":[\"Umsatzsteuerinformationen\"],\"ss9PbX\":[\"Teilnehmer\"],\"sxKqBm\":[\"Der volle Bestellbetrag wird auf die ursprüngliche Zahlungsmethode des Kunden erstattet.\"],\"sy6fss\":[\"Gilt für \",[\"0\"],\" Produkte\"],\"sy9anN\":[\"Wie lange ein Kunde nach Erhalt eines Angebots Zeit hat, den Kauf abzuschließen. Leer lassen für kein Zeitlimit.\"],\"szSnlj\":[\"1 Stunde vor der Veranstaltung\"],\"t/KVOk\":[\"Fehler beim Starten der Identitätswechsel. Bitte versuchen Sie es erneut.\"],\"t/YqKh\":[\"Entfernen\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Zeige \",[\"0\"],\" von \",[\"totalRows\"],\" Einträgen\"],\"t2bbp8\":[\"Teilnehmer bearbeiten\"],\"t3AMTs\":[\"Event-Management-Plattform\"],\"t41hVI\":[\"Platz erneut anbieten\"],\"t79rDv\":[\"Ticket nicht gefunden\"],\"t7TeQU\":[\"Mitteilungen\"],\"t9yxlZ\":[\"Berichte\"],\"tDTq0D\":[\"Bestell-Timeout\"],\"tDwYhx\":[\"Thema & Farben\"],\"tF+VVr\":[\"VIP-Ticket\"],\"tFbRKJ\":[\"Sie können die Rolle oder den Status des Kontoinhabers nicht bearbeiten.\"],\"tGCY6d\":[\"Ticketpreis\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"Umsatzsteuerbehandlung für Plattformgebühren\"],\"tKCBU0\":[\"Zuletzt verwendet\"],\"tKKZn0\":[\"Bestelldetails anzeigen\"],\"tKcbYd\":[\"Fehlgeschlagene Jobs\"],\"tLf3yJ\":[\"Da Ihr Unternehmen in Irland ansässig ist, wird automatisch die irische Umsatzsteuer von 23% auf alle Plattformgebühren angewendet.\"],\"tMFDem\":[\"Keine Daten verfügbar\"],\"tMNBEF\":[\"Check-In-Listen ermöglichen die Kontrolle des Einlasses über Tage, Bereiche oder Tickettypen hinweg. Sie können einen sicheren Check-In-Link mit dem Personal teilen – kein Konto erforderlich.\"],\"tMeVa/\":[\"Name und E-Mail für jedes gekaufte Ticket erfragen\"],\"tNZzFb\":[\"Nachrichteninhalt\"],\"tOXAdc\":[\"Das Stornieren wird alle mit dieser Bestellung verbundenen Teilnehmer stornieren und die Tickets in den verfügbaren Pool zurückgeben.\"],\"tPtRwl\":[\"Anwendungsgebühren bearbeiten\"],\"tRXdQ9\":[\"Wenn ein Produkt aktualisiert wird\"],\"tSVr6t\":[\"Identität annehmen\"],\"tUGbi8\":[\"Meine Daten kopieren an:\"],\"tVJk4q\":[\"Bestellung stornieren\"],\"tVW/yo\":[\"Währung auswählen\"],\"tXadb0\":[\"Die gesuchte Veranstaltung ist derzeit nicht verfügbar. Sie wurde möglicherweise entfernt, ist abgelaufen oder die URL ist falsch.\"],\"tYF4Zq\":[\"Als PDF drucken\"],\"tasfos\":[\"entfernen\"],\"td/bh+\":[\"Zurück zu Berichten\"],\"tdD/QN\":[\"Produkt bearbeiten\"],\"tejfAy\":[\"Einchecklisten\"],\"tfDRzk\":[\"Speichern\"],\"tiI71C\":[\"Um Ihre Limits zu erhöhen, kontaktieren Sie uns unter\"],\"tnL+GP\":[\"Ungültige Liquid-Syntax. Bitte korrigieren Sie sie und versuchen Sie es erneut.\"],\"toutGW\":[\"QR-Code\"],\"tq0abZ\":[\"Jobs konnten nicht gelöscht werden\"],\"trnWaw\":[\"Polnisch\"],\"tst44n\":[\"Veranstaltungen\"],\"tudG8q\":[\"Erstellen und konfigurieren Sie Tickets und Merchandise zum Verkauf.\"],\"u0n+wz\":[\"Warteliste\"],\"u5oO/W\":[\"Einstellungen für Offline-Zahlungen\"],\"u6FPxT\":[\"Tickets erhalten\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Status\"],\"uBAxNB\":[\"Editor\"],\"uCFbG2\":[\"Partner erfolgreich gelöscht\"],\"uEhdRh\":[\"Nur mit Promo-Code\"],\"uIElGP\":[\"Benutzerdefinierte Karten-URL\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Wahr bei Offline-Zahlung\"],\"uM9Alj\":[\"Dieses Produkt wird auf der Veranstaltungsseite hervorgehoben\"],\"uN355O\":[\"Ereignis erstellen\"],\"uOXLV3\":[\"Ich stimme den <0>Allgemeinen Geschäftsbedingungen zu\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Nachricht abgebrochen\"],\"uQynyf\":[\"Konfiguration konnte nicht aktualisiert werden\"],\"uRfugr\":[\"T-Shirt\"],\"uUPbPg\":[\"Partnerlink kopieren\"],\"uUehLT\":[\"Wartend\"],\"uaSvqt\":[\"Verfallsdatum\"],\"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.\"],\"ucgZ0o\":[\"Organisation\"],\"uchB0M\":[\"Widget-Vorschau\"],\"udRwQs\":[\"Check-in erstellt\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Verbinden Sie Ihr Stripe-Konto, um Zahlungen zu akzeptieren.\"],\"uq2BmQ\":[\"Letzte 30 Tage\"],\"uvIqcj\":[\"Workshop\"],\"uyJsf6\":[\"Über\"],\"uzEfRz\":[\"Bestellnotizen\"],\"v1P7Gm\":[\"Widget-Einstellungen\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Test senden\"],\"v2GlhZ\":[\"Validierung der aktuellen Umsatzsteuer-Identifikationsnummer fehlgeschlagen\"],\"v4+lcZ\":[\"Partner bearbeiten\"],\"v4fiSg\":[\"Überprüfen Sie Ihre E-Mail\"],\"v7xKtM\":[\"Messaging-Stufe erfolgreich aktualisiert\"],\"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.\"],\"vAbVy9\":[\"Kostenloses Produkt, keine Zahlungsinformationen erforderlich\"],\"vERlcd\":[\"Profil\"],\"vFjEnF\":[\"Als bezahlt markieren\"],\"vJuISq\":[\"Sind Sie sicher, dass Sie diese Kapazitätszuweisung löschen möchten?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Frage konnte nicht gelöscht werden\"],\"vLyv1R\":[\"Verstecken\"],\"vOuxvL\":[\"Kontoinformationen\"],\"vPJ1FI\":[\"Prozentualer Betrag\"],\"vPeW/6\":[\"Sind Sie sicher, dass Sie diese Konfiguration löschen möchten? Dies kann sich auf Konten auswirken, die sie verwenden.\"],\"vPqpQG\":[\"Eincheckliste nicht gefunden\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Bestelldetails bearbeiten\"],\"vRznIT\":[\"Ein Fehler ist aufgetreten beim Überprüfen des Exportstatus.\"],\"vX8/tc\":[\"Mein toller Veranstaltungstitel …\"],\"vXIe7J\":[\"Sprache\"],\"vXPSuB\":[\"Profil aktualisieren\"],\"vYgeDk\":[\"Alle abwählen\"],\"vZ5qKF\":[\"Passen Sie die Widget-Höhe automatisch an den Inhalt an. Bei Deaktivierung füllt das Widget die Höhe des Containers aus.\"],\"vb0Q0/\":[\"Gesamtbenutzer\"],\"vcyz2L\":[\"Zahlungseinstellungen\"],\"ve9JTU\":[\"Nachname ist erforderlich\"],\"veessc\":[\"Ihre Teilnehmer werden hier angezeigt, sobald sie sich für Ihre Veranstaltung registriert haben. Sie können Teilnehmer auch manuell hinzufügen.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Letzte 14 Tage\"],\"vgwVkd\":[\"koordinierte Weltzeit\"],\"vi8Q/5\":[\"Ereignis duplizieren\"],\"vlf/In\":[\"Technologie\"],\"vmOFL/\":[\"Wir konnten Ihre Zahlung nicht verarbeiten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"vqji3Y\":[\"Validierung der Umsatzsteuer-Identifikationsnummer fehlgeschlagen. Bitte überprüfen Sie Ihre Umsatzsteuer-Identifikationsnummer.\"],\"vrSW9M\":[\"Die Bestellung wurde storniert und erstattet. Der Bestellinhaber wurde benachrichtigt.\"],\"vt9xUl\":[\"Echtzeit-Analysen\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Bestellung als bezahlt markiert\"],\"vu7ZGG\":[\"Logo & Titelbild\"],\"vu7gDm\":[\"Partner löschen\"],\"vv7kpg\":[\"Abgesagt\"],\"vvO1I2\":[\"Ihr Stripe-Konto ist verbunden und bereit zur Zahlungsabwicklung.\"],\"vwGkYB\":[\"Das Passwort muss mindestens 8 Zeichen lang sein\"],\"vzJenu\":[\"E-Mail-Einstellungen erfolgreich aktualisiert\"],\"w36OkR\":[\"Meistgesehene Events (Letzte 14 Tage)\"],\"w65ZgF\":[\"Sie müssen Ihre Konto-E-Mail-Adresse verifizieren, bevor Sie E-Mail-Vorlagen ändern können.\"],\"wBJR8i\":[\"Eine Veranstaltung planen?\"],\"wCKkSr\":[\"E-Mail verifizieren\"],\"wDioLj\":[\"Job konnte nicht wiederholt werden\"],\"wDx3FF\":[\"Für diese Veranstaltung sind keine Produkte verfügbar\"],\"wIa8Qe\":[\"Einladung erneut versenden\"],\"wJTzyi\":[\"Zahlungsstatus\"],\"wJijgU\":[\"Standort\"],\"wJzo/w\":[\"Wir empfehlen Abmessungen von 400 × 400 Pixeln und eine maximale Dateigröße von 5 MB\"],\"wPRp9Z\":[\"Nur für Check-In-Personal sichtbar. Hilft, diese Liste beim Check-In zu identifizieren.\"],\"wPmXlA\":[\"Erste Rechnungsnummer\"],\"wQzCPX\":[\"Steuerinformationen, die unten auf allen Rechnungen erscheinen sollen (z. B. USt-Nummer, Steuerregistrierung)\"],\"wUv5xQ\":[\"Keine Veranstalteraktivität in den letzten 14 Tagen\"],\"wYiAtV\":[\"Keine neuen Kontoanmeldungen\"],\"wckWOP\":[\"Verwalten\"],\"wdxz7K\":[\"Quelle\"],\"whqocw\":[\"Mit der Registrierung stimmen Sie unseren <0>Servicebedingungen und <1>Datenschutzrichtlinie zu.\"],\"wlfBad\":[\"Verkaufszeitraum\"],\"wnDgGj\":[\"E-Mail-Adresse wird bestätigt …\"],\"wpfWhJ\":[\"Vorname des Kunden\"],\"wpj63n\":[\"Veranstaltereinstellungen\"],\"wu98dY\":[\"Einmal pro Produkt fragen\"],\"wuV0bK\":[\"Identitätswechsel beenden\"],\"wuyaZh\":[\"Export erfolgreich\"],\"x/xjzn\":[\"Ihre Partner wurden erfolgreich exportiert.\"],\"x1PPdr\":[\"Postleitzahl\"],\"x2mjl4\":[\"Bitte geben Sie eine gültige Bild-URL ein, die auf ein Bild verweist.\"],\"x3wVFc\":[\"Herzlichen Glückwunsch! Ihre Veranstaltung ist jetzt öffentlich sichtbar.\"],\"x4MLWE\":[\"Bestellbestätigung\"],\"x5+Lcz\":[\"Nicht Eingecheckt\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Ticket des Teilnehmers nicht in dieser Liste enthalten\"],\"x8XMsJ\":[\"Wählen Sie die Messaging-Stufe für dieses Konto. Dies steuert Nachrichtenlimits und Link-Berechtigungen.\"],\"x8rEDQ\":[\"Wir konnten Ihre Umsatzsteuer-Identifikationsnummer nach mehreren Versuchen nicht validieren. Wir versuchen es weiterhin im Hintergrund. Bitte schauen Sie später wieder vorbei.\"],\"xDAtGP\":[\"Nachricht\"],\"xDzTh7\":[\"Rechnung konnte nicht heruntergeladen werden. Bitte versuchen Sie es erneut.\"],\"xFRMlO\":[\"Mindestbestellwert\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" zum aktuellen Kurs\"],\"xFj7Yj\":[\"Vorlage konnte nicht gelöscht werden\"],\"xGU92i\":[\"Vervollständigen Sie Ihr Profil, um dem Team beizutreten.\"],\"xGVfLh\":[\"Weitermachen\"],\"xHpVRl\":[\"Rückerstattungsstatus\"],\"xJaTUK\":[\"Passen Sie Layout, Farben und Branding Ihrer Veranstaltungs-Homepage an.\"],\"xMDm+I\":[\"Einchecken\"],\"xMO+Ao\":[\"Richten Sie Ihre Organisation ein\"],\"xMekgu\":[\"Fügen Sie Notizen zur Bestellung hinzu...\"],\"xN9AhL\":[\"Stufe \",[\"0\"]],\"xTPjSy\":[\"Vergangene Veranstaltungen\"],\"xUgUTh\":[\"Vornamen eingeben\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Immer verfügbar\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Werkzeuge\"],\"xdA9ud\":[\"Platzieren Sie dies im Ihrer Website.\"],\"xdiER7\":[\"Zugewiesene Stufe\"],\"xeIaKw\":[\"Sind Sie sicher, dass Sie das Ticket erneut an \",[\"0\"],\" senden möchten?\"],\"xfKgwv\":[\"Partner erstellen\"],\"xgL50q\":[\"Was sind gestufte Produkte?\"],\"xgav5v\":[\"Zahlung erfolgreich abgeschlossen!\"],\"xnWESi\":[\"Bestätige das Passwort\"],\"xowcRf\":[\"Nutzungsbedingungen\"],\"xrWdPR\":[\"Vorlage erfolgreich gelöscht\"],\"xxU3NX\":[\"Nettoeinnahmen\"],\"xxv3BZ\":[\"Diese Eincheckliste ist abgelaufen\"],\"xzRvs4\":[\"Produktupdates von \",[\"0\"],\" erhalten.\"],\"y/NR6s\":[\"Standort erfolgreich aktualisiert\"],\"y0meFR\":[\"Auf Plattformgebühren wird die irische Umsatzsteuer von 23% angewendet (inländische Lieferung).\"],\"y1BZw1\":[\"Geschäftsadresse eingeben\"],\"y1eoq1\":[\"Link kopieren\"],\"y22tv0\":[\"Kopieren Sie diesen Link, um ihn überall zu teilen\"],\"y3qNri\":[\"Sie benötigen mindestens ein Produkt, um loszulegen. Kostenlos, bezahlt oder lassen Sie den Benutzer entscheiden, was er zahlen möchte.\"],\"y55eMd\":[\"Anzahl der Verwendungen\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Keine Ereignisse zum Anzeigen\"],\"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.\"],\"yDOdwQ\":[\"Benutzerverwaltung\"],\"yIRev4\":[\"Passwort erstellen\"],\"yKWfjC\":[\"Aktionscode-Seite\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Keine bevorstehenden Veranstaltungen\"],\"yNi4PV\":[\"Sie können Teilnehmer mit unbezahlten Bestellungen nicht einchecken. Diese Einstellung kann in den Veranstaltungsdetails geändert werden.\"],\"yPI7n9\":[\"Durch Kommas getrennte Schlüsselwörter, die das Ereignis beschreiben. Diese werden von Suchmaschinen verwendet, um das Ereignis zu kategorisieren und zu indizieren.\"],\"yPZN4i\":[\"Diese Bestellseite ist nicht mehr verfügbar.\"],\"yPrbsy\":[\"Empfänger\"],\"yRg26W\":[\"Bruttoverkäufe\"],\"ySQGHV\":[\"Produkt bei Ausverkauf ausblenden\"],\"ySeBKv\":[\"Sie haben dieses Ticket bereits gescannt\"],\"ySxKZe\":[\"Wie oft kann dieser Code verwendet werden?\"],\"yT6dQ8\":[\"Erhobene Steuern gruppiert nach Steuerart und Veranstaltung\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 Ticket\"],\"yWiPh+\":[\"Steuern oder Gebühren hinzufügen\"],\"yZfBoy\":[\"Ihre Nachricht wurde gesendet\"],\"yhjU+j\":[\"Rechnung wird heruntergeladen\"],\"yiy8Jt\":[\"Ihr Veranstalterprofil wird erstellt, bitte warten\"],\"yj3N+g\":[\"1 Tag nach dem Startdatum\"],\"yjkELF\":[\"Bestätige neues Passwort\"],\"ylXj1N\":[\"Ausgewählt\"],\"ypJ62C\":[\"Rabatt %\"],\"yxhYRZ\":[[\"0\"],\" <0>erfolgreich ausgecheckt\"],\"yz7wBu\":[\"Schließen\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"Die geplante Zeit ist erforderlich\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Wir haben unseren Hauptsitz offiziell nach Irland 🇮🇪 verlegt. Als Teil dieses Übergangs verwenden wir jetzt Stripe Irland anstelle von Stripe Kanada. Um Ihre Auszahlungen reibungslos am Laufen zu halten, müssen Sie Ihr Stripe-Konto erneut verbinden.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Export des Berichts fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Keine Produkte zur Auswahl verfügbar\"],\"zLmvhE\":[\"Teilnehmer erfolgreich erstellt\"],\"zNECqg\":[\"Tickets\"],\"zNZNMs\":[\"Nachricht anzeigen\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Stufe auswählen\"],\"zPiC+q\":[\"Berechtigte Check-In-Listen\"],\"zTkTF3\":[\"Vorlage konnte nicht gespeichert werden\"],\"zUDyah\":[\"Einloggen\"],\"zWqUyJ\":[\"Feste Gebühr pro Transaktion\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[[\"0\"],\"-Vorlage erstellen\"],\"zgCHnE\":[\"Täglicher Verkaufsbericht\"],\"ziAjHi\":[\"Generieren\"],\"zlHa5R\":[\"Zu dieser Bestellung wurden keine Teilnehmer hinzugefügt.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Telefon\"],\"znIg+z\":[\"Zur Kasse\"],\"zpekWp\":[\"Verkauf beginnt \",[\"0\"]],\"zppscQ\":[\"Hi.Events Plattformgebühren und MwSt.-Aufschlüsselung nach Transaktion\"],\"zxnup4\":[\"Keine Partner vorhanden\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Erfolg\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/de.po b/frontend/src/locales/de.po index f08f680e8..dcb8ffd03 100644 --- a/frontend/src/locales/de.po +++ b/frontend/src/locales/de.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Zum Rückgängigmachen der Veröffentlichung klicken" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "„Hier gibt es noch nichts zu sehen“" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "„Hier gibt es noch nichts zu sehen“" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(leer)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} ist bereits eingecheckt" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>erfolgreich eingecheckt" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>erfolgreich ausgecheckt" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} aktive Webhooks" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} verfügbar" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} erfolgreich erstellt" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} übrig" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "{0} Logo" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} Veranstalter" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} Tickets" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} erfolgreich aktualisiert" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} eingecheckt" @@ -148,6 +169,7 @@ msgstr "<0>Die Anzahl der für dieses Produkt verfügbaren Produkte<1>Dieser msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} zum aktuellen Kurs" @@ -251,6 +273,11 @@ msgstr "Eine Gebühr, beispielsweise eine Buchungsgebühr oder eine Servicegebü msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Ein fester Betrag pro Produkt. Z.B., 0,50 $ pro Produkt" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Eine mehrzeilige Texteingabe" @@ -300,7 +327,7 @@ msgstr "Eine Standardsteuer wie Mehrwertsteuer oder GST" msgid "Abandoned" msgstr "Abgebrochen" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Über" @@ -403,7 +430,8 @@ msgstr "Handlung erforderlich: Umsatzsteuerinformationen benötigt" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Aktionen" @@ -510,7 +538,7 @@ msgstr "Ebene hinzufügen" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Zum Kalender hinzufügen" @@ -660,7 +688,7 @@ msgstr "Alle Jobs zur Wiederholung eingereiht" msgid "All Products" msgstr "Alle Produkte" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Alle Status" @@ -699,6 +727,7 @@ msgstr "Fast geschafft! Schließen Sie die Verbindung Ihres Stripe-Kontos ab, um msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Fast geschafft! Wir warten nur noch auf die Verarbeitung Ihrer Zahlung. Das sollte nur wenige Sekunden dauern." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Haben Sie bereits ein Konto? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Erstaunlich, Ereignis, Schlüsselwörter..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Betrag" @@ -734,6 +762,7 @@ msgstr "Betrag" msgid "Amount Paid" msgstr "Gezahlter Betrag" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Bezahlter Betrag ({0})" @@ -762,6 +791,11 @@ msgstr "Ein unerwarteter Fehler ist aufgetreten." msgid "An unexpected error occurred. Please try again." msgstr "Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es erneut." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Antwort erfolgreich aktualisiert." @@ -778,10 +812,11 @@ msgstr "Erscheinungsbild" msgid "Application Fees Configuration" msgstr "Anwendungsgebühren-Konfiguration" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "angewandt" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Gilt für {0} Produkte" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "Gilt für 1 Produkt" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Anwenden" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Promo-Code anwenden" +#~ msgid "Apply Promo Code" +#~ msgstr "Promo-Code anwenden" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Sind Sie sicher, dass Sie diesen Veranstalter auf Entwurf setzen möchte msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Sind Sie sicher, dass Sie diesen Veranstalter veröffentlichen möchten? Dadurch wird die Veranstalterseite für die Öffentlichkeit sichtbar." -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Sind Sie sicher, dass Sie dieser Person einen Platz anbieten möchten? Sie wird eine E-Mail-Benachrichtigung erhalten." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Sind Sie sicher, dass Sie diese Veranstaltung veröffentlichen möchten? Nach der Veröffentlichung ist sie öffentlich sichtbar." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Sind Sie sicher, dass Sie dieses Veranstalterprofil veröffentlichen möchten? Nach der Veröffentlichung ist es öffentlich sichtbar." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Sind Sie sicher, dass Sie diesen Eintrag von der Warteliste entfernen möchten?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Sind Sie sicher, dass Sie die Bestellbestätigung erneut an {0} senden möchten?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Sind Sie sicher, dass Sie das Ticket erneut an {0} senden möchten?" @@ -909,11 +947,11 @@ msgstr "Sind Sie sicher, dass Sie das Ticket erneut an {0} senden möchten?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Sind Sie sicher, dass Sie diese Veranstaltung wiederherstellen möchten? Es wird als Entwurf wiederhergestellt." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Sind Sie sicher, dass Sie diese Veranstaltung zurückziehen möchten? Sie wird nicht mehr öffentlich sichtbar sein." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Sind Sie sicher, dass Sie dieses Veranstalterprofil zurückziehen möchten? Es wird nicht mehr öffentlich sichtbar sein." @@ -1101,7 +1139,7 @@ msgstr "Automatische Größenanpassung" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "Automatisches Angebot ist aktiviert. Tickets werden automatisch angeboten, wenn Kapazität verfügbar wird. Verwenden Sie dies, um manuell zusätzliche Plätze anzubieten." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Warteliste automatisch verarbeiten" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Wird automatisch basierend auf der Hintergrundfarbe erkannt, kann aber überschrieben werden" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Tickets automatisch der nächsten Person anbieten, wenn Kapazität frei wird" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Tickets automatisch der nächsten Person anbieten, wenn Kapazität frei wird" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Zurück zu Berichten" msgid "Background Color" msgstr "Hintergrundfarbe" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Hintergrundtyp" @@ -1261,7 +1303,7 @@ msgstr "Firmenname" msgid "Button Label" msgstr "Schaltflächenbeschriftung" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Schaltflächentext" @@ -1273,6 +1315,7 @@ msgstr "Käufer zahlt" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Käufer sehen einen klaren Preis. Die Plattformgebühr wird von Ihrer Auszahlung abgezogen." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Kampagne" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Abbrechen" @@ -1343,6 +1387,7 @@ msgstr "Bestellung stornieren" msgid "Cancel Order" msgstr "Bestellung stornieren" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Bestellung stornieren {0}" @@ -1355,11 +1400,11 @@ msgstr "Das Stornieren wird alle mit dieser Bestellung verbundenen Teilnehmer st #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Wohltätigkeit" msgid "Check In" msgstr "Einchecken" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Check-in {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Chinesisch (Traditionell)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Wählen Sie eine Farbe für Ihren Hintergrund" +#~ msgid "Choose a color for your background" +#~ msgstr "Wählen Sie eine Farbe für Ihren Hintergrund" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Stadt" msgid "Clear Search Text" msgstr "Suchtext löschen" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Zum Kopieren klicken" @@ -1600,15 +1656,15 @@ msgstr "Zum Kopieren klicken" msgid "Click to view notes" msgstr "Klicken, um Notizen anzuzeigen" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "schließen" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Schließen" @@ -1672,8 +1728,8 @@ msgstr "Details pro Ticket erfassen" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Farbe" +#~ msgid "Color" +#~ msgstr "Farbe" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Steuern & Gebühren konfigurieren" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Wartelisten-Einstellungen für diese Veranstaltung konfigurieren" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Wartelisten-Einstellungen für diese Veranstaltung konfigurieren" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Konfigurierter Rabatt" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Bestätigen" @@ -1942,12 +1999,14 @@ msgstr "Mit Stripe verbunden" msgid "Connection Details" msgstr "Verbindungsdetails" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Kontakt" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Kontakt {0}" @@ -1963,12 +2022,12 @@ msgstr "Kontakt-E-Mail für Support" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Weitermachen" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Text für Weiter-Schaltfläche" @@ -1982,7 +2041,7 @@ msgstr "Weiter einrichten" msgid "Continue Setup" msgstr "Einrichtung fortsetzen" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Weiter zur Kasse" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Abdeckung" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Titelbild" @@ -2110,10 +2171,12 @@ msgstr "Das Titelbild wird oben auf Ihrer Veranstalterseite angezeigt" msgid "Create" msgstr "Erstellen" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Erstellen Sie {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "{0}-Vorlage erstellen" @@ -2339,6 +2402,10 @@ msgstr "Individuelles Branding" msgid "Custom date and time" msgstr "Benutzerdefiniertes Datum und Uhrzeit" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "Benutzerdefinierte Karten-URL" @@ -2415,7 +2482,7 @@ msgstr "Passen Sie die Fragen während des Bezahlvorgangs an, um wichtige Inform msgid "Customize the SEO settings for this event" msgstr "Passen Sie die SEO-Einstellungen für dieses Event an" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Passen Sie den Text auf dem Weiter-Button an" @@ -2613,6 +2680,7 @@ msgstr "Rabatt" msgid "Discount %" msgstr "Rabatt %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Rabatt in {0}" @@ -2621,7 +2689,7 @@ msgstr "Rabatt in {0}" msgid "Discount Type" msgstr "Rabattart" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Diese Nachricht schließen" @@ -2704,10 +2772,16 @@ msgstr "Aufgrund des hohen Spam-Risikos müssen Sie ein Stripe-Konto verbinden, #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"Aufgrund des hohen Spam-Risikos müssen Sie ein Stripe-Konto verbinden, bevor Sie Nachrichten an Teilnehmer senden können.\n" -"Dies stellt sicher, dass alle Veranstalter verifiziert und rechenschaftspflichtig sind." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "Aufgrund des hohen Spam-Risikos müssen Sie ein Stripe-Konto verbinden, bevor Sie Nachrichten an Teilnehmer senden können.\n" +#~ "Dies stellt sicher, dass alle Veranstalter verifiziert und rechenschaftspflichtig sind." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Produkt duplizieren" msgid "Dutch" msgstr "Niederländisch" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "z.B. 180 (3 Stunden)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "z. B. Tickets kaufen, Jetzt registrieren" @@ -2768,11 +2842,14 @@ msgstr "Früher Vogel" msgid "Edit" msgstr "Bearbeiten" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Bearbeiten {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "{0}-Vorlage bearbeiten" @@ -2907,7 +2984,7 @@ msgstr "Berechtigte Check-In-Listen" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Geben Sie Ihren Namen ein" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Geben Sie Ihre Umsatzsteuer-Identifikationsnummer mit Ländercode ohne Leerzeichen ein (z.B. IE1234567A, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Einträge erscheinen hier, wenn Kunden sich auf die Warteliste für ausverkaufte Produkte setzen." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Veranstaltungseinstellungen" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Die Aktualisierung des Ereignisstatus ist fehlgeschlagen. Bitte versuchen Sie es später erneut" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "Ausnahme" msgid "Expiration date" msgstr "Ablaufdatum" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Abgelaufen" @@ -3566,7 +3643,7 @@ msgstr "Empfänger konnten nicht geladen werden" msgid "Failed to load Webhook" msgstr "Webhook konnte nicht geladen werden" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Platz konnte nicht angeboten werden" @@ -3574,6 +3651,10 @@ msgstr "Platz konnte nicht angeboten werden" msgid "Failed to offer tickets" msgstr "Tickets konnten nicht angeboten werden" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Fragen konnten nicht neu sortiert werden" @@ -3778,7 +3859,7 @@ msgstr "Vorname" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Vorname" msgid "First Name" msgstr "Vorname" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "Passwort vergessen?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Frei" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "Deutsch" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Wegbeschreibung" +#~ msgid "Get Directions" +#~ msgstr "Wegbeschreibung" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Sofortige Auszahlung über Stripe Connect" msgid "Get started" msgstr "Erste Schritte" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Tickets erhalten" @@ -3987,10 +4068,11 @@ msgstr "Gästeverwaltung" msgid "Guests" msgstr "Gäste" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Haben Sie einen Promo-Code?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Hallo {0}, verwalten Sie Ihre Plattform von hier aus." @@ -4020,6 +4102,7 @@ msgstr "Hier ist Ihr Partnerlink" msgid "Here's what to expect:" msgstr "Das können Sie erwarten:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Hallo {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Vor der Öffentlichkeit verborgen" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "Versteckte Fragen sind nur für den Veranstalter und nicht für den Kunden sichtbar." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Verstecken" @@ -4134,8 +4216,8 @@ msgstr "Homepage-Design" msgid "Homepage Designer" msgstr "Homepage-Designer" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Homepage-Vorschau" @@ -4144,7 +4226,7 @@ msgstr "Homepage-Vorschau" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "Wie lange ein Kunde nach Erhalt eines Angebots Zeit hat, den Kauf abzuschließen. Leer lassen für kein Zeitlimit." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Ungarisch" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Ich stimme dem Erhalt von E-Mail-Benachrichtigungen zu dieser Veranstaltung zu" @@ -4193,7 +4275,7 @@ msgstr "Ich stimme den <0>Allgemeinen Geschäftsbedingungen zu" msgid "I confirm this is a transactional message related to this event" msgstr "Ich bestätige, dass dies eine Transaktionsnachricht im Zusammenhang mit dieser Veranstaltung ist" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Wenn sich kein neues Tab automatisch geöffnet hat, klicke bitte unten auf die Schaltfläche, um mit dem Checkout fortzufahren." @@ -4299,6 +4381,7 @@ msgstr "Fügen Sie Verbindungsdetails für Ihr Online-Event hinzu. Diese Details msgid "Include tax and fees in the price" msgstr "Steuern und Gebühren im Preis einbeziehen" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Beinhaltet {0} Produkte" @@ -4477,21 +4560,25 @@ msgstr "John" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Von überall teilnehmen" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Warteliste beitreten" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Warteliste beitreten für {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Warteliste beitreten für {0}" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Beigetreten" @@ -4503,6 +4590,7 @@ msgstr "Klicken Sie einfach auf die Schaltfläche unten, um Ihr Stripe-Konto ern msgid "Just looking for your tickets?" msgstr "Suchen Sie nur nach Ihren Tickets?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Halte mich über Neuigkeiten und Veranstaltungen von {0} auf dem Laufenden" @@ -4574,7 +4662,7 @@ msgstr "Nachname" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Wird geladen..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Tickets verwalten" msgid "Manage your account details and default settings" msgstr "Verwalten Sie Ihre Kontodetails und Standardeinstellungen" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Verwalten Sie Ihre Zahlungsabwicklung und sehen Sie die Plattformgebühren ein" @@ -4897,6 +4989,10 @@ msgstr "Messaging-Stufe" msgid "Messaging tier updated successfully" msgstr "Messaging-Stufe erfolgreich aktualisiert" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Mindestbestellwert" @@ -4905,7 +5001,7 @@ msgstr "Mindestbestellwert" msgid "Minimum Price" msgstr "Minimaler Preis" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "Minuten" @@ -4949,6 +5045,10 @@ msgstr "Mehrere Preisoptionen. Perfekt für Frühbucherprodukte usw." msgid "Music" msgstr "Musik" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "Keine Umsatzsteuer-Einstellungen konfiguriert" msgid "No viewed events in the last 14 days" msgstr "Keine angesehenen Events in den letzten 14 Tagen" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Keine Wartelisteneinträge" @@ -5369,27 +5469,27 @@ msgstr "Nummernpräfix" msgid "of" msgstr "von" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Anbieten" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Platz anbieten" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Tickets anbieten" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Angebots-Zeitlimit" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Angeboten" @@ -5444,6 +5544,7 @@ msgstr "Einstellungen für Offline-Zahlungen" msgid "On Sale" msgstr "Im Angebot" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "Im Angebot {0}" @@ -5474,7 +5575,7 @@ msgstr "Laufend" msgid "Online" msgstr "Online" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Online-Veranstaltung" @@ -5791,7 +5892,6 @@ msgstr "Organisationsname" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Veranstaltereinstellungen" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Statistiken zum Veranstalter sind für die ausgewählte Währung nicht verfügbar oder es ist ein Fehler aufgetreten." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Aktualisierung des Veranstalterstatus fehlgeschlagen. Bitte versuchen Sie es später erneut." -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Veranstalterstatus aktualisiert" @@ -5931,6 +6031,7 @@ msgstr "Teilerstattung" msgid "Partially Refunded" msgstr "Teilweise erstattet" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Teilweise erstattet: {0}" @@ -6173,6 +6274,7 @@ msgstr "Eine Veranstaltung planen?" msgid "Platform fee" msgstr "Plattformgebühr" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Plattformgebühr von {0} wird von Ihrer Auszahlung abgezogen" @@ -6215,7 +6317,7 @@ msgstr "Bitte überprüfen Sie, ob Ihre E-Mail gültig ist" msgid "Please check your email to confirm your email address" msgstr "Bitte überprüfen Sie Ihre E-Mail, um Ihre E-Mail-Adresse zu bestätigen" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Bitte fahren Sie im neuen Tab fort" @@ -6227,7 +6329,7 @@ msgstr "Bitte erstellen Sie ein Produkt" msgid "Please create a ticket" msgstr "Bitte erstellen Sie ein Ticket" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein" @@ -6271,7 +6373,7 @@ msgstr "Bitte wählen Sie einen Datumsbereich aus" msgid "Please select an image." msgstr "Bitte ein Bild auswählen." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Bitte wählen Sie mindestens ein Produkt aus" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Nach-Checkout-Nachricht" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Powered by" @@ -6335,6 +6438,11 @@ msgstr "Powered by" msgid "Pre Checkout message" msgstr "Nachricht vor dem Checkout" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Verhindern Sie Überverkäufe durch gemeinsame Nutzung des Bestands über mehrere Tickettypen." @@ -6408,7 +6516,7 @@ msgstr "Tickets drucken" msgid "Print to PDF" msgstr "Als PDF drucken" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Datenschutzerklärung" @@ -6424,7 +6532,7 @@ msgstr "Bestellung wird verarbeitet" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Profil" msgid "Profile updated successfully" msgstr "Profil erfolgreich aktualisiert" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Aktionscode {promo_code} angewendet" @@ -6555,10 +6663,16 @@ msgstr "Werbe-E-Mails können zur Kontosperrung führen" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." -msgstr "Geben Sie zusätzlichen Kontext oder Anweisungen für diese Frage an. Verwenden Sie dieses Feld, um Bedingungen, Richtlinien oder wichtige Informationen hinzuzufügen, die die Teilnehmer vor dem Beantworten wissen müssen." +" and conditions, guidelines, or any important information that attendees need to know before answering." +msgstr "" + +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "Geben Sie zusätzlichen Kontext oder Anweisungen für diese Frage an. Verwenden Sie dieses Feld, um Bedingungen, Richtlinien oder wichtige Informationen hinzuzufügen, die die Teilnehmer vor dem Beantworten wissen müssen." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Veröffentlichen" @@ -6567,8 +6681,8 @@ msgid "Publish Event" msgstr "Veranstaltung veröffentlichen" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Gekauft" @@ -6635,7 +6749,7 @@ msgstr "Rate" msgid "Rate limit exceeded. Please try again later." msgstr "Ratenlimit überschritten. Bitte versuchen Sie es später erneut." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Platz erneut anbieten" @@ -6647,6 +6761,7 @@ msgstr "Bereit für das Upgrade? Das dauert nur wenige Minuten." msgid "Real-Time Analytics" msgstr "Echtzeit-Analysen" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6725,6 +6840,7 @@ msgstr "Rückerstattung fehlgeschlagen" msgid "Refund order" msgstr "Rückerstattungsauftrag" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Bestellung {0} erstatten" @@ -6749,6 +6865,7 @@ msgstr "Rückerstattungsstatus" msgid "Refunded" msgstr "Rückerstattung" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Erstattet: {0}" @@ -6766,6 +6883,10 @@ msgstr "Regionale Einstellungen" msgid "Register" msgstr "Registrieren" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6775,13 +6896,14 @@ msgstr "Registrierungsfragen" msgid "Remaining Uses" msgstr "Verbleibende Verwendungen" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "entfernen" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Entfernen" @@ -6914,7 +7036,7 @@ msgstr "Umsatzübersicht" msgid "Revoke invitation" msgstr "Einladung widerrufen" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6929,10 +7051,12 @@ msgstr "Rolle" msgid "Sale End Date" msgstr "Verkaufsende" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Verkauf endete {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Verkauf endet {0}" @@ -6955,6 +7079,7 @@ msgstr "Verkaufszeitraum, Bestelllimits, Sichtbarkeit" msgid "Sale Start Date" msgstr "Verkaufsstartdatum" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Verkauf beginnt {0}" @@ -7008,7 +7133,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7021,8 +7146,8 @@ msgstr "Speichern" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Änderungen speichern" @@ -7103,7 +7228,7 @@ msgstr "Suche nach Veranstaltungstitel oder Veranstalter..." msgid "Search by job name or exception..." msgstr "Nach Jobname oder Ausnahme suchen..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Nach Name oder E-Mail suchen..." @@ -7163,6 +7288,7 @@ msgstr "Sekundäre Textfarbe" msgid "Secure Checkout" msgstr "Sichere Kasse" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7478,7 +7604,7 @@ msgid "Setup & Design" msgstr "Einrichtung & Design" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7507,6 +7633,7 @@ msgstr "Veranstalterseite teilen" msgid "Shared Capacity Management" msgstr "Gemeinsame Kapazitätsverwaltung" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Alle Plattformen anzeigen ({0} weitere mit Werten)" @@ -7527,8 +7654,7 @@ msgstr "Marketing-Opt-in-Kontrollkästchen anzeigen" msgid "Show marketing opt-in checkbox by default" msgstr "Marketing-Opt-in-Kontrollkästchen standardmäßig anzeigen" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Zeig mehr" @@ -7540,6 +7666,7 @@ msgstr "Mehr Plattformen anzeigen" msgid "Show tax and fees separately" msgstr "Steuern und Gebühren separat ausweisen" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Zeige {0} von {totalRows} Einträgen" @@ -7605,13 +7732,18 @@ msgid "Sold out" msgstr "Ausverkauft" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Ausverkauft" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Ausverkauft-Warteliste" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Ausverkauft-Warteliste" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7637,7 +7769,7 @@ msgstr "Etwas ist schief gelaufen. Bitte versuche es erneut" msgid "Something went wrong." msgstr "Etwas ist schief gelaufen." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Etwas ist schiefgelaufen. Bitte versuchen Sie es später erneut." @@ -7654,7 +7786,7 @@ msgstr "Etwas ist schief gelaufen. Bitte versuche es erneut." msgid "Sorry for the inconvenience." msgstr "Entschuldigung für die Unannehmlichkeiten." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Dieser Aktionscode wird leider nicht erkannt" @@ -7719,7 +7851,7 @@ msgstr "Statistiken basieren auf dem Erstellungsdatum des Kontos" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7802,11 +7934,13 @@ msgstr "Zwischensumme" msgid "Success" msgstr "Erfolg" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Erfolgreich! {0} erhält in Kürze eine E-Mail." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "Erfolgreich {0} Teilnehmer" @@ -7840,7 +7974,7 @@ msgstr "Frage erfolgreich erstellt" msgid "Successfully Duplicated Product" msgstr "Produkt erfolgreich dupliziert" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Platz erfolgreich angeboten" @@ -7852,7 +7986,7 @@ msgstr "Tickets erfolgreich an {count} Personen angeboten" msgid "Successfully offered tickets to 1 person" msgstr "Tickets erfolgreich an 1 Person angeboten" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Erfolgreich von der Warteliste entfernt" @@ -7922,8 +8056,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Plattformgebühren-Einstellungen erfolgreich aktualisiert" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Produkt erfolgreich aktualisiert" +#~ msgid "Successfully updated product" +#~ msgstr "Produkt erfolgreich aktualisiert" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7959,6 +8097,7 @@ msgstr "Suite 100" msgid "Summary" msgstr "Zusammenfassung" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8101,7 +8240,7 @@ msgstr "Vorlage erfolgreich gelöscht" msgid "Template saved successfully" msgstr "Vorlage erfolgreich gespeichert" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Nutzungsbedingungen" @@ -8118,8 +8257,8 @@ msgstr "Danke für Ihre Teilnahme!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Vielen Dank für Ihre Unterstützung, während wir Hi.Events weiter ausbauen und verbessern!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Dieser Aktionscode ist ungültig" @@ -8192,9 +8331,15 @@ msgstr "Der Link, auf den Sie geklickt haben, ist ungültig." msgid "The locale of the customer" msgstr "Die Sprache des Kunden" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "Die maximale Anzahl an Produkten für {0} ist {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "Die maximale Anzahl an Produkten für {0} ist {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8252,11 +8397,11 @@ msgstr "Theater" msgid "Theme & Colors" msgstr "Thema & Farben" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Für diese Veranstaltung sind keine Produkte verfügbar" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "In dieser Kategorie sind keine Produkte verfügbar" @@ -8332,11 +8477,11 @@ msgstr "Dieser Code wird zur Verfolgung von Verkäufen verwendet. Nur Buchstaben msgid "This color combination may be hard to read for some users" msgstr "Diese Farbkombination könnte für einige Benutzer schwer lesbar sein" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Diese Veranstaltung ist beendet" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Diese Veranstaltung ist noch nicht veröffentlicht" @@ -8412,7 +8557,11 @@ msgstr "Diese Bestellung wurde abgebrochen. Sie können jederzeit eine neue Best msgid "This order was cancelled. You can start a new order anytime." msgstr "Diese Bestellung wurde storniert. Sie können jederzeit eine neue Bestellung aufgeben." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Dieses Veranstalterprofil ist noch nicht veröffentlicht" @@ -8582,7 +8731,7 @@ msgstr "Tickets" msgid "Tickets & Products" msgstr "Tickets & Produkte" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Tickets verfügbar" @@ -8594,6 +8743,7 @@ msgstr "Tickets für" msgid "Tickets Sold" msgstr "Verkaufte Tickets" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Stufe {0}" @@ -8815,7 +8965,7 @@ msgstr "Teilnehmer konnte nicht ausgecheckt werden" msgid "Unable to create product. Please check the your details" msgstr "Produkt konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Produkt konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben" @@ -8831,7 +8981,7 @@ msgstr "Produkt konnte nicht dupliziert werden. Bitte überprüfen Sie Ihre Anga msgid "Unable to fetch attendee" msgstr "Teilnehmer konnte nicht abgerufen werden" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Warteliste konnte nicht beigetreten werden" @@ -8879,7 +9029,7 @@ msgstr "Unbekannter Teilnehmer" msgid "Unlimited" msgstr "Unbegrenzt" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Unbegrenzt verfügbar" @@ -8911,6 +9061,7 @@ msgstr "Bevorstehende" msgid "Upcoming Events" msgstr "Bevorstehende Veranstaltungen" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Aktualisierung {0}" @@ -8988,15 +9139,15 @@ msgstr "USB/HID-Scanner" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Verwenden Sie <0>Liquid-Templating, um Ihre E-Mails zu personalisieren" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Verwenden Sie eine unscharfe Version des Titelbilds als Hintergrund" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Titelbild verwenden" +#~ msgid "Use cover image" +#~ msgstr "Titelbild verwenden" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9225,7 +9376,7 @@ msgstr "Veranstaltungsseite anzeigen" msgid "View logs" msgstr "Protokolle anzeigen" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Karte ansehen" @@ -9233,7 +9384,7 @@ msgstr "Karte ansehen" msgid "View Message" msgstr "Nachricht anzeigen" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Auf Google Maps anzeigen" @@ -9293,9 +9444,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Wartend" @@ -9306,7 +9457,7 @@ msgstr "Warten auf Zahlung" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Warteliste" @@ -9330,6 +9481,7 @@ msgstr "Die Kategorie konnte nicht gelöscht werden. Bitte versuchen Sie es erne msgid "We couldn't find any orders associated with this email address." msgstr "Wir konnten keine Bestellungen finden, die mit dieser E-Mail-Adresse verknüpft sind." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "Wir konnten keine Tickets finden, die mit {0} übereinstimmen" @@ -9380,8 +9532,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "Wir konnten Ihre Umsatzsteuer-Identifikationsnummer nach mehreren Versuchen nicht validieren. Wir versuchen es weiterhin im Hintergrund. Bitte schauen Sie später wieder vorbei." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "Wir benachrichtigen Sie per E-Mail, wenn ein Platz für {0} verfügbar wird." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "Wir benachrichtigen Sie per E-Mail, wenn ein Platz für {0} verfügbar wird." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9453,14 +9609,18 @@ msgstr "Willkommen an Bord! Bitte melden Sie sich an, um fortzufahren." msgid "Welcome back" msgstr "Willkommen zurück" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Willkommen zurück{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Willkommen bei {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Willkommen bei {0}, hier ist eine Übersicht all Ihrer Veranstaltungen" @@ -9529,9 +9689,16 @@ msgstr "Wenn ein Produkt gelöscht wird" msgid "When a product is updated" msgstr "Wenn ein Produkt aktualisiert wird" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Wenn ein Produkt ausverkauft ist, können Kunden sich auf eine Warteliste setzen, um benachrichtigt zu werden, wenn Plätze verfügbar werden." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Wenn ein Produkt ausverkauft ist, können Kunden sich auf eine Warteliste setzen, um benachrichtigt zu werden, wenn Plätze verfügbar werden." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9631,7 +9798,7 @@ msgstr "Arbeiten" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9676,14 +9843,19 @@ msgstr "Ja, entfernen" msgid "You already scanned this ticket" msgstr "Sie haben dieses Ticket bereits gescannt" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Sie ändern Ihre E-Mail zu <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "Sie geben sich als <0>{0} ({1}) aus" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Sie geben eine Teilerstattung aus. Dem Kunden werden {0} {1} erstattet." @@ -9754,7 +9926,7 @@ msgstr "Sie haben Steuern und Gebühren zu einem kostenlosen Produkt hinzugefüg msgid "You must acknowledge that this email is not promotional" msgstr "Sie müssen bestätigen, dass diese E-Mail keinen Werbezweck hat" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Sie müssen dem Erhalt von Nachrichten zustimmen" @@ -9810,11 +9982,12 @@ msgstr "Sie benötigen mindestens ein Produkt, um loszulegen. Kostenlos, bezahlt msgid "You're all set! Your payments are being processed smoothly." msgstr "Sie sind startklar! Ihre Zahlungen werden reibungslos verarbeitet." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "Sie gehen zu {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Sie stehen auf der Warteliste!" @@ -9862,6 +10035,7 @@ msgstr "Deine Details" msgid "Your Email" msgstr "Ihre E-Mail" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "Ihre E-Mail-Anfrage zur Änderung auf <0>{0} steht noch aus. Bitte überprüfen Sie Ihre E-Mail, um sie zu bestätigen" diff --git a/frontend/src/locales/en.js b/frontend/src/locales/en.js index 634b28774..4ebdf4f46 100644 --- a/frontend/src/locales/en.js +++ b/frontend/src/locales/en.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>checked out successfully\"],\"KMgp2+\":[[\"0\"],\" available\"],\"Pmr5xp\":[[\"0\"],\" created successfully\"],\"FImCSc\":[[\"0\"],\" updated successfully\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" days, \",[\"hours\"],\" hours, \",[\"minutes\"],\" minutes, and \",[\"seconds\"],\" seconds\"],\"f3RdEk\":[[\"hours\"],\" hours, \",[\"minutes\"],\" minutes, and \",[\"seconds\"],\" seconds\"],\"fyE7Au\":[[\"minutes\"],\" minutes and \",[\"seconds\"],\" seconds\"],\"NlQ0cx\":[[\"organizerName\"],\"'s first event\"],\"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>Please enter the price excluding taxes and fees.<1>Taxes and fees can be added below.\",\"ZjMs6e\":\"<0>The number of products available for this product<1>This value can be overridden if there are <2>Capacity Limits associated with this 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 minutes and 0 seconds\",\"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\":\"A date input. Perfect for asking for a date of birth etc.\",\"6euFZ/\":[\"A default \",[\"type\"],\" is automaticaly applied to all new products. You can override this on a per product basis.\"],\"SMUbbQ\":\"A Dropdown input allows only one selection\",\"qv4bfj\":\"A fee, like a booking fee or a service fee\",\"POT0K/\":\"A fixed amount per product. E.g, $0.50 per product\",\"f4vJgj\":\"A multi line text input\",\"OIPtI5\":\"A percentage of the product price. E.g., 3.5% of the product price\",\"ZthcdI\":\"A promo code with no discount can be used to reveal hidden products.\",\"AG/qmQ\":\"A Radio option has multiple options but only one can be selected.\",\"h179TP\":\"A short description of the event that will be displayed in search engine results and when sharing on social media. By default, the event description will be used\",\"WKMnh4\":\"A single line text input\",\"BHZbFy\":\"A single question per order. E.g, What is your shipping address?\",\"Fuh+dI\":\"A single question per product. E.g, What is your t-shirt size?\",\"RlJmQg\":\"A standard tax, like VAT or GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Accept bank transfers, checks, or other offline payment methods\",\"hrvLf4\":\"Accept credit card payments with Stripe\",\"bfXQ+N\":\"Accept Invitation\",\"AeXO77\":\"Account\",\"lkNdiH\":\"Account Name\",\"Puv7+X\":\"Account Settings\",\"OmylXO\":\"Account updated successfully\",\"7L01XJ\":\"Actions\",\"FQBaXG\":\"Activate\",\"5T2HxQ\":\"Activation date\",\"F6pfE9\":\"Active\",\"/PN1DA\":\"Add a description for this check-in list\",\"0/vPdA\":\"Add any notes about the attendee. These will not be visible to the attendee.\",\"Or1CPR\":\"Add any notes about the attendee...\",\"l3sZO1\":\"Add any notes about the order. These will not be visible to the customer.\",\"xMekgu\":\"Add any notes about the order...\",\"PGPGsL\":\"Add description\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Add New\",\"TZxnm8\":\"Add Option\",\"24l4x6\":\"Add Product\",\"8q0EdE\":\"Add Product to Category\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Add Tax or Fee\",\"goOKRY\":\"Add tier\",\"oZW/gT\":\"Add to Calendar\",\"pn5qSs\":\"Additional Information\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Address\",\"NY/x1b\":\"Address line 1\",\"POdIrN\":\"Address Line 1\",\"cormHa\":\"Address line 2\",\"gwk5gg\":\"Address Line 2\",\"U3pytU\":\"Admin\",\"HLDaLi\":\"Admin users have full access to events and account settings.\",\"W7AfhC\":\"All attendees of this event\",\"cde2hc\":\"All Products\",\"5CQ+r0\":\"Allow attendees associated with unpaid orders to check in\",\"ipYKgM\":\"Allow search engine indexing\",\"LRbt6D\":\"Allow search engines to index this event\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Amazing, Event, Keywords...\",\"hehnjM\":\"Amount\",\"R2O9Rg\":[\"Amount paid (\",[\"0\"],\")\"],\"V7MwOy\":\"An error occurred while loading the 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\":\"An unexpected error occurred.\",\"byKna+\":\"An unexpected error occurred. Please try again.\",\"ubdMGz\":\"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\",\"aAIQg2\":\"Appearance\",\"Ym1gnK\":\"applied\",\"sy6fss\":[\"Applies to \",[\"0\"],\" products\"],\"kadJKg\":\"Applies to 1 product\",\"DB8zMK\":\"Apply\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Apply this \",[\"type\"],\" to all new products\"],\"S0ctOE\":\"Archive event\",\"TdfEV7\":\"Archived\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Are you sure you want to activate this attendee?\",\"TvkW9+\":\"Are you sure you want to archive this event?\",\"/CV2x+\":\"Are you sure you want to cancel this attendee? This will void their ticket\",\"YgRSEE\":\"Are you sure you want to delete this promo code?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Are you sure you want to make this event draft? This will make the event invisible to the public\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Are you sure you want to restore this event? It will be restored as a draft event.\",\"vJuISq\":\"Are you sure you would like to delete this Capacity Assignment?\",\"baHeCz\":\"Are you sure you would like to delete this Check-In List?\",\"LBLOqH\":\"Ask once per order\",\"wu98dY\":\"Ask once per product\",\"ss9PbX\":\"Attendee\",\"m0CFV2\":\"Attendee Details\",\"QKim6l\":\"Attendee not found\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Attendee Ticket\",\"9SZT4E\":\"Attendees\",\"iPBfZP\":\"Attendees Registered\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Auto Resize\",\"vZ5qKF\":\"Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container.\",\"4lVaWA\":\"Awaiting offline payment\",\"2rHwhl\":\"Awaiting Offline Payment\",\"3wF4Q/\":\"Awaiting payment\",\"ioG+xt\":\"Awaiting Payment\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Back to event page\",\"VCoEm+\":\"Back to login\",\"k1bLf+\":\"Background Color\",\"I7xjqg\":\"Background 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\":\"Billing Address\",\"/xC/im\":\"Billing Settings\",\"rp/zaT\":\"Brazilian Portuguese\",\"whqocw\":\"By registering you agree to our <0>Terms of Service and <1>Privacy Policy.\",\"bcCn6r\":\"Calculation Type\",\"+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\":\"Cancel\",\"Gjt/py\":\"Cancel email change\",\"tVJk4q\":\"Cancel order\",\"Os6n2a\":\"Cancel Order\",\"Mz7Ygx\":[\"Cancel Order \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Cancelled\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacity\",\"V6Q5RZ\":\"Capacity Assignment created successfully\",\"k5p8dz\":\"Capacity Assignment deleted successfully\",\"nDBs04\":\"Capacity Management\",\"ddha3c\":\"Categories allow you to group products together. For example, you might have a category for \\\"Tickets\\\" and another for \\\"Merchandise\\\".\",\"iS0wAT\":\"Categories help you organize your products. This title will be displayed on the public event page.\",\"eorM7z\":\"Categories reordered successfully.\",\"3EXqwa\":\"Category Created Successfully\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Change password\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Check in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Check in and mark order as paid\",\"QYLpB4\":\"Check in only\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Check out this event!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Check-In List deleted successfully\",\"+hBhWk\":\"Check-in list has expired\",\"mBsBHq\":\"Check-in list is not active\",\"vPqpQG\":\"Check-in list not found\",\"tejfAy\":\"Check-In Lists\",\"hD1ocH\":\"Check-In URL copied to clipboard\",\"CNafaC\":\"Checkbox options allow multiple selections\",\"SpabVf\":\"Checkboxes\",\"CRu4lK\":\"Checked In\",\"znIg+z\":\"Checkout\",\"1WnhCL\":\"Checkout Settings\",\"6imsQS\":\"Chinese (Simplified)\",\"JjkX4+\":\"Choose a color for your background\",\"/Jizh9\":\"Choose an account\",\"3wV73y\":\"City\",\"FG98gC\":\"Clear Search Text\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Click to copy\",\"yz7wBu\":\"Close\",\"62Ciis\":\"Close sidebar\",\"EWPtMO\":\"Code\",\"ercTDX\":\"Code must be between 3 and 50 characters long\",\"oqr9HB\":\"Collapse this product when the event page is initially loaded\",\"jZlrte\":\"Color\",\"Vd+LC3\":\"Color must be a valid hex color code. Example: #ffffff\",\"1HfW/F\":\"Colors\",\"VZeG/A\":\"Coming Soon\",\"yPI7n9\":\"Comma seperated keywords that describe the event. These will be used by search engines to help categorize and index the event\",\"NPZqBL\":\"Complete Order\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Complete Payment\",\"qqWcBV\":\"Completed\",\"6HK5Ct\":\"Completed orders\",\"NWVRtl\":\"Completed Orders\",\"DwF9eH\":\"Component Code\",\"Tf55h7\":\"Configured Discount\",\"7VpPHA\":\"Confirm\",\"ZaEJZM\":\"Confirm Email Change\",\"yjkELF\":\"Confirm New Password\",\"xnWESi\":\"Confirm password\",\"p2/GCq\":\"Confirm Password\",\"wnDgGj\":\"Confirming email address...\",\"pbAk7a\":\"Connect Stripe\",\"UMGQOh\":\"Connect with Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Connection Details\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continue\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Continue Button Text\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copied\",\"T5rdis\":\"copied to clipboard\",\"he3ygx\":\"Copy\",\"r2B2P8\":\"Copy Check-In URL\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copy Link\",\"E6nRW7\":\"Copy URL\",\"JNCzPW\":\"Country\",\"IF7RiR\":\"Cover\",\"hYgDIe\":\"Create\",\"b9XOHo\":[\"Create \",[\"0\"]],\"k9RiLi\":\"Create a Product\",\"6kdXbW\":\"Create a Promo Code\",\"n5pRtF\":\"Create a Ticket\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"create an organizer\",\"ipP6Ue\":\"Create Attendee\",\"VwdqVy\":\"Create Capacity Assignment\",\"EwoMtl\":\"Create category\",\"XletzW\":\"Create Category\",\"WVbTwK\":\"Create Check-In List\",\"uN355O\":\"Create Event\",\"BOqY23\":\"Create new\",\"kpJAeS\":\"Create Organizer\",\"a0EjD+\":\"Create Product\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Create Promo Code\",\"B3Mkdt\":\"Create Question\",\"UKfi21\":\"Create Tax or Fee\",\"d+F6q9\":\"Created\",\"Q2lUR2\":\"Currency\",\"DCKkhU\":\"Current Password\",\"uIElGP\":\"Custom Maps URL\",\"UEqXyt\":\"Custom Range\",\"876pfE\":\"Customer\",\"QOg2Sf\":\"Customize the email and notification settings for this event\",\"Y9Z/vP\":\"Customize the event homepage and checkout messaging\",\"2E2O5H\":\"Customize the miscellaneous settings for this event\",\"iJhSxe\":\"Customize the SEO settings for this event\",\"KIhhpi\":\"Customize your event page\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Danger zone\",\"ZQKLI1\":\"Danger Zone\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Date\",\"JvUngl\":\"Date & Time\",\"JJhRbH\":\"Day one capacity\",\"cnGeoo\":\"Delete\",\"jRJZxD\":\"Delete Capacity\",\"VskHIx\":\"Delete category\",\"Qrc8RZ\":\"Delete Check-In List\",\"WHf154\":\"Delete code\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Description\",\"YC3oXa\":\"Description for check-in staff\",\"URmyfc\":\"Details\",\"1lRT3t\":\"Disabling this capacity will track sales but not stop them when the limit is reached\",\"H6Ma8Z\":\"Discount\",\"ypJ62C\":\"Discount %\",\"3LtiBI\":[\"Discount in \",[\"0\"]],\"C8JLas\":\"Discount Type\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Document Label\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Download .ics\",\"kodV18\":\"Download CSV\",\"CELKku\":\"Download invoice\",\"LQrXcu\":\"Download Invoice\",\"QIodqd\":\"Download QR Code\",\"yhjU+j\":\"Downloading Invoice\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Dropdown selection\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicate event\",\"3ogkAk\":\"Duplicate Event\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Duplicate Options\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Early bird\",\"ePK91l\":\"Edit\",\"N6j2JH\":[\"Edit \",[\"0\"]],\"kBkYSa\":\"Edit Capacity\",\"oHE9JT\":\"Edit Capacity Assignment\",\"j1Jl7s\":\"Edit category\",\"FU1gvP\":\"Edit Check-In List\",\"iFgaVN\":\"Edit Code\",\"jrBSO1\":\"Edit Organizer\",\"tdD/QN\":\"Edit Product\",\"n143Tq\":\"Edit Product Category\",\"9BdS63\":\"Edit Promo Code\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Edit Question\",\"poTr35\":\"Edit user\",\"GTOcxw\":\"Edit User\",\"pqFrv2\":\"eg. 2.50 for $2.50\",\"3yiej1\":\"eg. 23.5 for 23.5%\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"Email & Notification Settings\",\"ATGYL1\":\"Email address\",\"hzKQCy\":\"Email Address\",\"HqP6Qf\":\"Email change cancelled successfully\",\"mISwW1\":\"Email change pending\",\"APuxIE\":\"Email confirmation resent\",\"YaCgdO\":\"Email confirmation resent successfully\",\"jyt+cx\":\"Email footer message\",\"I6F3cp\":\"Email not verified\",\"NTZ/NX\":\"Embed Code\",\"4rnJq4\":\"Embed Script\",\"8oPbg1\":\"Enable Invoicing\",\"j6w7d/\":\"Enable this capacity to stop product sales when the limit is reached\",\"VFv2ZC\":\"End Date\",\"237hSL\":\"Ended\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"English\",\"MhVoma\":\"Enter an amount excluding taxes and fees.\",\"SlfejT\":\"Error\",\"3Z223G\":\"Error confirming email address\",\"a6gga1\":\"Error confirming email change\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Event\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Event Date\",\"0Zptey\":\"Event Defaults\",\"QcCPs8\":\"Event Details\",\"6fuA9p\":\"Event duplicated successfully\",\"AEuj2m\":\"Event Homepage\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Event location & venue details\",\"OopDbA\":\"Event page\",\"4/If97\":\"Event status update failed. Please try again later\",\"btxLWj\":\"Event status updated\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Events\",\"sZg7s1\":\"Expiration date\",\"KnN1Tu\":\"Expires\",\"uaSvqt\":\"Expiry Date\",\"GS+Mus\":\"Export\",\"9xAp/j\":\"Failed to cancel attendee\",\"ZpieFv\":\"Failed to cancel order\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Failed to download invoice. Please try again.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Failed to load Check-In List\",\"ZQ15eN\":\"Failed to resend ticket email\",\"ejXy+D\":\"Failed to sort products\",\"PLUB/s\":\"Fee\",\"/mfICu\":\"Fees\",\"LyFC7X\":\"Filter Orders\",\"cSev+j\":\"Filters\",\"CVw2MU\":[\"Filters (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"First Invoice Number\",\"V1EGGU\":\"First name\",\"kODvZJ\":\"First Name\",\"S+tm06\":\"First name must be between 1 and 50 characters\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"First Used\",\"TpqW74\":\"Fixed\",\"irpUxR\":\"Fixed amount\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Forgot password?\",\"2POOFK\":\"Free\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"French\",\"Weq9zb\":\"General\",\"DDcvSo\":\"German\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Go back to profile\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Calendar\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Gross sales\",\"yRg26W\":\"Gross Sales\",\"R4r4XO\":\"Guests\",\"26pGvx\":\"Have a promo code?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Here is an example of how you can use the component in your application.\",\"Y1SSqh\":\"Here is the React component you can use to embed the widget in your application.\",\"QuhVpV\":[\"Hi \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Hidden from public view\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Hidden questions are only visible to the event organizer and not to the customer.\",\"vLyv1R\":\"Hide\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Hide product after sale end date\",\"06s3w3\":\"Hide product before sale start date\",\"axVMjA\":\"Hide product unless user has applicable promo code\",\"ySQGHV\":\"Hide product when sold out\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Hide this product from customers\",\"Da29Y6\":\"Hide this question\",\"fvDQhr\":\"Hide this tier from users\",\"lNipG+\":\"Hiding a product will prevent users from seeing it on the event page.\",\"ZOBwQn\":\"Homepage Design\",\"PRuBTd\":\"Homepage Designer\",\"YjVNGZ\":\"Homepage Preview\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"How many minutes the customer has to complete their order. We recommend at least 15 minutes\",\"ySxKZe\":\"How many times can this code be used?\",\"dZsDbK\":[\"HTML character limit exceeded: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"I agree to the <0>terms and 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\":\"If enabled, check-in staff can either mark attendees as checked in or mark the order as paid and check in the attendees. If disabled, attendees associated with unpaid orders cannot be checked in.\",\"muXhGi\":\"If enabled, the organizer will receive an email notification when a new order is placed\",\"6fLyj/\":\"If you did not request this change, please immediately change your password.\",\"n/ZDCz\":\"Image deleted successfully\",\"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 uploaded successfully\",\"VyUuZb\":\"Image URL\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inactive\",\"T0K0yl\":\"Inactive users cannot log in.\",\"kO44sp\":\"Include connection details for your online event. These details will be shown on the order summary page and attendee ticket page.\",\"FlQKnG\":\"Include tax and fees in the price\",\"Vi+BiW\":[\"Includes \",[\"0\"],\" products\"],\"lpm0+y\":\"Includes 1 product\",\"UiAk5P\":\"Insert Image\",\"OyLdaz\":\"Invitation resent!\",\"HE6KcK\":\"Invitation revoked!\",\"SQKPvQ\":\"Invite User\",\"bKOYkd\":\"Invoice downloaded successfully\",\"alD1+n\":\"Invoice Notes\",\"kOtCs2\":\"Invoice Numbering\",\"UZ2GSZ\":\"Invoice Settings\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Item\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Label\",\"vXIe7J\":\"Language\",\"2LMsOq\":\"Last 12 months\",\"vfe90m\":\"Last 14 days\",\"aK4uBd\":\"Last 24 hours\",\"uq2BmQ\":\"Last 30 days\",\"bB6Ram\":\"Last 48 hours\",\"VlnB7s\":\"Last 6 months\",\"ct2SYD\":\"Last 7 days\",\"XgOuA7\":\"Last 90 days\",\"I3yitW\":\"Last login\",\"1ZaQUH\":\"Last name\",\"UXBCwc\":\"Last Name\",\"tKCBU0\":\"Last Used\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Leave blank to use the default word \\\"Invoice\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Loading...\",\"wJijgU\":\"Location\",\"sQia9P\":\"Log in\",\"zUDyah\":\"Logging in\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Logout\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Make billing address mandatory during checkout\",\"MU3ijv\":\"Make this question mandatory\",\"wckWOP\":\"Manage\",\"onpJrA\":\"Manage attendee\",\"n4SpU5\":\"Manage event\",\"WVgSTy\":\"Manage order\",\"1MAvUY\":\"Manage payment and invoicing settings for this event.\",\"cQrNR3\":\"Manage Profile\",\"AtXtSw\":\"Manage taxes and fees which can be applied to your products\",\"ophZVW\":\"Manage tickets\",\"DdHfeW\":\"Manage your account details and default settings\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Manage your users and their permissions\",\"1m+YT2\":\"Mandatory questions must be answered before the customer can checkout.\",\"Dim4LO\":\"Manually add an Attendee\",\"e4KdjJ\":\"Manually Add Attendee\",\"vFjEnF\":\"Mark as paid\",\"g9dPPQ\":\"Maximum Per Order\",\"l5OcwO\":\"Message attendee\",\"Gv5AMu\":\"Message Attendees\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Message buyer\",\"tNZzFb\":\"Message Content\",\"lYDV/s\":\"Message individual attendees\",\"V7DYWd\":\"Message Sent\",\"t7TeQU\":\"Messages\",\"xFRMlO\":\"Minimum Per Order\",\"QYcUEf\":\"Minimum Price\",\"RDie0n\":\"Miscellaneous\",\"mYLhkl\":\"Miscellaneous Settings\",\"KYveV8\":\"Multi line text box\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"My amazing event description...\",\"vX8/tc\":\"My amazing event title...\",\"hKtWk2\":\"My Profile\",\"fj5byd\":\"N/A\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Name\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navigate to Attendee\",\"qqeAJM\":\"Never\",\"7vhWI8\":\"New Password\",\"1UzENP\":\"No\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"No archived events to show.\",\"q2LEDV\":\"No attendees found for this order.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"No Attendees to show\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"No Capacity Assignments\",\"a/gMx2\":\"No Check-In Lists\",\"tMFDem\":\"No data available\",\"6Z/F61\":\"No data to show. Please select a date range\",\"fFeCKc\":\"No Discount\",\"HFucK5\":\"No ended events to show.\",\"yAlJXG\":\"No events to show\",\"GqvPcv\":\"No filters available\",\"KPWxKD\":\"No messages to show\",\"J2LkP8\":\"No orders to show\",\"RBXXtB\":\"No payment methods are currently available. Please contact the event organizer for assistance.\",\"ZWEfBE\":\"No Payment Required\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"No products available in this category.\",\"FTfObB\":\"No Products Yet\",\"+Y976X\":\"No Promo Codes to show\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"No results\",\"gk5uwN\":\"No Search Results\",\"RHyZUL\":\"No search results.\",\"RY2eP1\":\"No Taxes or Fees have been added.\",\"EdQY6l\":\"None\",\"OJx3wK\":\"Not available\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notes\",\"jtrY3S\":\"Nothing to show yet\",\"hFwWnI\":\"Notification Settings\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notify organizer of new orders\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Number of days allowed for payment (leave blank to omit payment terms from invoices)\",\"n86jmj\":\"Number Prefix\",\"mwe+2z\":\"Offline orders are not reflected in event statistics until the order is marked as paid.\",\"dWBrJX\":\"Offline payment failed. Please try again or contact the event organizer.\",\"fcnqjw\":\"Offline Payment Instructions\",\"+eZ7dp\":\"Offline Payments\",\"ojDQlR\":\"Offline Payments Information\",\"u5oO/W\":\"Offline Payments Settings\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"On Sale\",\"Ug4SfW\":\"Once you create an event, you'll see it here.\",\"ZxnK5C\":\"Once you start collecting data, you'll see it here.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Ongoing\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Online Event Details\",\"/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 Page\",\"OdnLE4\":\"Open sidebar\",\"ZZEYpT\":[\"Option \",[\"i\"]],\"oPknTP\":\"Optional additional information to appear on all invoices (e.g., payment terms, late payment fees, return policy)\",\"OrXJBY\":\"Optional prefix for invoice numbers (e.g., INV-)\",\"0zpgxV\":\"Options\",\"BzEFor\":\"or\",\"UYUgdb\":\"Order\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Order Cancelled\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Order Date\",\"Tol4BF\":\"Order Details\",\"WbImlQ\":\"Order has been canceled and the order owner has been notified.\",\"nAn4Oe\":\"Order marked as paid\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Order Reference\",\"acIJ41\":\"Order Status\",\"GX6dZv\":\"Order Summary\",\"tDTq0D\":\"Order timeout\",\"1h+RBg\":\"Orders\",\"3y+V4p\":\"Organization Address\",\"GVcaW6\":\"Organization Details\",\"nfnm9D\":\"Organization Name\",\"G5RhpL\":\"Organizer\",\"mYygCM\":\"Organizer is required\",\"Pa6G7v\":\"Organizer Name\",\"l894xP\":\"Organizers can only manage events and products. They cannot manage users, account settings or billing information.\",\"fdjq4c\":\"Padding\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Page not found\",\"QbrUIo\":\"Page views\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"paid\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Partially Refunded\",\"8ZsakT\":\"Password\",\"TUJAyx\":\"Password must be a minimum of 8 characters\",\"vwGkYB\":\"Password must be at least 8 characters\",\"BLTZ42\":\"Password reset successfully. Please login with your new password.\",\"f7SUun\":\"Passwords are not the same\",\"aEDp5C\":\"Paste this where you want the widget to appear.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Payment\",\"Lg+ewC\":\"Payment & Invoicing\",\"DZjk8u\":\"Payment & Invoicing Settings\",\"lflimf\":\"Payment Due Period\",\"JhtZAK\":\"Payment Failed\",\"JEdsvQ\":\"Payment Instructions\",\"bLB3MJ\":\"Payment Methods\",\"QzmQBG\":\"Payment provider\",\"lsxOPC\":\"Payment Received\",\"wJTzyi\":\"Payment Status\",\"xgav5v\":\"Payment succeeded!\",\"R29lO5\":\"Payment Terms\",\"/roQKz\":\"Percentage\",\"vPJ1FI\":\"Percentage Amount\",\"xdA9ud\":\"Place this in the of your website.\",\"blK94r\":\"Please add at least one option\",\"FJ9Yat\":\"Please check the provided information is correct\",\"TkQVup\":\"Please check your email and password and try again\",\"sMiGXD\":\"Please check your email is valid\",\"Ajavq0\":\"Please check your email to confirm your email address\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Please continue in the new tab\",\"hcX103\":\"Please create a product\",\"cdR8d6\":\"Please create a ticket\",\"x2mjl4\":\"Please enter a valid image URL that points to an image.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Please Note\",\"C63rRe\":\"Please return to the event page to start over.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Please select at least one product\",\"igBrCH\":\"Please verify your email address to access all features\",\"/IzmnP\":\"Please wait while we prepare your invoice...\",\"MOERNx\":\"Portuguese\",\"qCJyMx\":\"Post Checkout message\",\"g2UNkE\":\"Powered by\",\"Rs7IQv\":\"Pre Checkout message\",\"rdUucN\":\"Preview\",\"a7u1N9\":\"Price\",\"CmoB9j\":\"Price display mode\",\"BI7D9d\":\"Price not set\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primary Color\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primary Text Color\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Print All Tickets\",\"DKwDdj\":\"Print Tickets\",\"K47k8R\":\"Product\",\"1JwlHk\":\"Product Category\",\"U61sAj\":\"Product category updated successfully.\",\"1USFWA\":\"Product deleted successfully\",\"4Y2FZT\":\"Product Price Type\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Product Sales\",\"U/R4Ng\":\"Product Tier\",\"sJsr1h\":\"Product Type\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Product(s)\",\"N0qXpE\":\"Products\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Products sold\",\"/u4DIx\":\"Products Sold\",\"DJQEZc\":\"Products sorted successfully\",\"vERlcd\":\"Profile\",\"kUlL8W\":\"Profile updated successfully\",\"cl5WYc\":[\"Promo \",[\"promo_code\"],\" code applied\"],\"P5sgAk\":\"Promo Code\",\"yKWfjC\":\"Promo Code page\",\"RVb8Fo\":\"Promo Codes\",\"BZ9GWa\":\"Promo codes can be used to offer discounts, presale access, or provide special access to your event.\",\"OP094m\":\"Promo Codes Report\",\"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\":\"Quantity Available\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Question deleted\",\"avf0gk\":\"Question Description\",\"oQvMPn\":\"Question Title\",\"enzGAL\":\"Questions\",\"ROv2ZT\":\"Questions & Answers\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radio Option\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Recipient\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Refund Failed\",\"n10yGu\":\"Refund order\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Refund Pending\",\"xHpVRl\":\"Refund Status\",\"/BI0y9\":\"Refunded\",\"fgLNSM\":\"Register\",\"9+8Vez\":\"Remaining Uses\",\"tasfos\":\"remove\",\"t/YqKh\":\"Remove\",\"t9yxlZ\":\"Reports\",\"prZGMe\":\"Require Billing Address\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Resend email confirmation\",\"wIa8Qe\":\"Resend invitation\",\"VeKsnD\":\"Resend order email\",\"dFuEhO\":\"Resend ticket email\",\"o6+Y6d\":\"Resending...\",\"OfhWJH\":\"Reset\",\"RfwZxd\":\"Reset password\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restore event\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Return to Event Page\",\"8YBH95\":\"Revenue\",\"PO/sOY\":\"Revoke invitation\",\"GDvlUT\":\"Role\",\"ELa4O9\":\"Sale End Date\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Sale Start Date\",\"hBsw5C\":\"Sales ended\",\"kpAzPe\":\"Sales start\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Save\",\"IUwGEM\":\"Save Changes\",\"U65fiW\":\"Save Organizer\",\"UGT5vp\":\"Save Settings\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Search by attendee name, email or order #...\",\"+pr/FY\":\"Search by event name...\",\"3zRbWw\":\"Search by name, email, or order #...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Search by name...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Search capacity assignments...\",\"r9M1hc\":\"Search check-in lists...\",\"+0Yy2U\":\"Search products\",\"YIix5Y\":\"Search...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Secondary Color\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Secondary Text Color\",\"02ePaq\":[\"Select \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Select category...\",\"kWI/37\":\"Select organizer\",\"ixIx1f\":\"Select Product\",\"3oSV95\":\"Select Product Tier\",\"C4Y1hA\":\"Select products\",\"hAjDQy\":\"Select status\",\"QYARw/\":\"Select Ticket\",\"OMX4tH\":\"Select tickets\",\"DrwwNd\":\"Select time period\",\"O/7I0o\":\"Select...\",\"JlFcis\":\"Send\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Send a message\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Send Message\",\"D7ZemV\":\"Send order confirmation and ticket email\",\"v1rRtW\":\"Send Test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO Description\",\"/SIY6o\":\"SEO Keywords\",\"GfWoKv\":\"SEO Settings\",\"rXngLf\":\"SEO Title\",\"/jZOZa\":\"Service Fee\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Set the starting number for invoice numbering. This cannot be changed once invoices have been generated.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Settings\",\"Z8lGw6\":\"Share\",\"B2V3cA\":\"Share Event\",\"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\":\"Show available product quantity\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Show more\",\"izwOOD\":\"Show tax and fees separately\",\"1SbbH8\":\"Shown to the customer after they checkout, on the order summary page.\",\"YfHZv0\":\"Shown to the customer before they checkout\",\"CBBcly\":\"Shows common address fields, including country\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Single line text box\",\"+P0Cn2\":\"Skip this step\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Sold out\",\"Mi1rVn\":\"Sold Out\",\"nwtY4N\":\"Something went wrong\",\"GRChTw\":\"Something went wrong while deleting the Tax or Fee\",\"YHFrbe\":\"Something went wrong! Please try again\",\"kf83Ld\":\"Something went wrong.\",\"fWsBTs\":\"Something went wrong. Please try again.\",\"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, this promo code is not recognized\",\"65A04M\":\"Spanish\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Start Date\",\"/2by1f\":\"State or Region\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Stripe payments are not enabled for this event.\",\"UJmAAK\":\"Subject\",\"X2rrlw\":\"Subtotal\",\"zzDlyQ\":\"Success\",\"b0HJ45\":[\"Success! \",[\"0\"],\" will receive an email shortly.\"],\"BJIEiF\":[\"Successfully \",[\"0\"],\" attendee\"],\"OtgNFx\":\"Successfully confirmed email address\",\"IKwyaF\":\"Successfully confirmed email change\",\"zLmvhE\":\"Successfully created attendee\",\"gP22tw\":\"Successfully Created Product\",\"9mZEgt\":\"Successfully Created Promo Code\",\"aIA9C4\":\"Successfully Created Question\",\"J3RJSZ\":\"Successfully updated attendee\",\"3suLF0\":\"Successfully updated Capacity Assignment\",\"Z+rnth\":\"Successfully updated Check-In List\",\"vzJenu\":\"Successfully Updated Email Settings\",\"7kOMfV\":\"Successfully Updated Event\",\"G0KW+e\":\"Successfully Updated Homepage Design\",\"k9m6/E\":\"Successfully Updated Homepage Settings\",\"y/NR6s\":\"Successfully Updated Location\",\"73nxDO\":\"Successfully Updated Misc Settings\",\"4H80qv\":\"Successfully updated order\",\"6xCBVN\":\"Successfully Updated Payment & Invoicing Settings\",\"1Ycaad\":\"Successfully updated product\",\"70dYC8\":\"Successfully Updated Promo Code\",\"F+pJnL\":\"Successfully Updated Seo Settings\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Support Email\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Tax\",\"geUFpZ\":\"Tax & Fees\",\"dFHcIn\":\"Tax Details\",\"wQzCPX\":\"Tax information to appear at the bottom of all invoices (e.g., VAT number, tax registration)\",\"0RXCDo\":\"Tax or Fee deleted successfully\",\"ZowkxF\":\"Taxes\",\"qu6/03\":\"Taxes and Fees\",\"gypigA\":\"That promo code is invalid\",\"5ShqeM\":\"The check-in list you are looking for does not exist.\",\"QXlz+n\":\"The default currency for your events.\",\"mnafgQ\":\"The default timezone for your events.\",\"o7s5FA\":\"The language the attendee will receive emails in.\",\"NlfnUd\":\"The link you clicked is invalid.\",\"HsFnrk\":[\"The maximum number of products for \",[\"0\"],\"is \",[\"1\"]],\"TSAiPM\":\"The page you are looking for does not exist\",\"MSmKHn\":\"The price displayed to the customer will include taxes and fees.\",\"6zQOg1\":\"The price displayed to the customer will not include taxes and fees. They will be shown separately\",\"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\":\"The title of the event that will be displayed in search engine results and when sharing on social media. By default, the event title will be used\",\"wDx3FF\":\"There are no products available for this event\",\"pNgdBv\":\"There are no products available in this category\",\"rMcHYt\":\"There is a refund pending. Please wait for it to complete before requesting another refund.\",\"F89D36\":\"There was an error marking the order as paid\",\"68Axnm\":\"There was an error processing your request. Please try again.\",\"mVKOW6\":\"There was an error sending your message\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"This attendee has an unpaid order.\",\"mf3FrP\":\"This category doesn't have any products yet.\",\"8QH2Il\":\"This category is hidden from public view\",\"xxv3BZ\":\"This check-in list has expired\",\"Sa7w7S\":\"This check-in list has expired and is no longer available for check-ins.\",\"Uicx2U\":\"This check-in list is active\",\"1k0Mp4\":\"This check-in list is not active yet\",\"K6fmBI\":\"This check-in list is not yet active and is not available for 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\":\"This information will be shown on the payment page, order summary page, and order confirmation email.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"This is an online event\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"This message will be included in the footer of all emails sent from this event\",\"55i7Fa\":\"This message will only be shown if order is completed successfully. Orders awaiting payment will not show this message\",\"RjwlZt\":\"This order has already been paid.\",\"5K8REg\":\"This order has already been refunded.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"This order has been cancelled.\",\"Q0zd4P\":\"This order has expired. Please start again.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"This order is complete.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"This order page is no longer available.\",\"i0TtkR\":\"This overrides all visibility settings and will hide the product from all customers.\",\"cRRc+F\":\"This product cannot be deleted because it is associated with an order. You can hide it instead.\",\"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\":\"This reset password link is invalid or expired.\",\"IV9xTT\":\"This user is not active, as they have not accepted their invitation.\",\"5AnPaO\":\"ticket\",\"kjAL4v\":\"Ticket\",\"dtGC3q\":\"Ticket email has been resent to attendee\",\"54q0zp\":\"Tickets for\",\"xN9AhL\":[\"Tier \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Tiered products allow you to offer multiple price options for the same product. This is perfect for early bird products, or offering different price options for different groups of people.\",\"nn3mSR\":\"Time left:\",\"s/0RpH\":\"Times used\",\"y55eMd\":\"Times Used\",\"40Gx0U\":\"Timezone\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Title\",\"xdA/+p\":\"Tools\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total Before Discounts\",\"NRWNfv\":\"Total Discount Amount\",\"BxsfMK\":\"Total Fees\",\"2bR+8v\":\"Total Gross Sales\",\"mpB/d9\":\"Total order amount\",\"m3FM1g\":\"Total refunded\",\"jEbkcB\":\"Total Refunded\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Total Tax\",\"+zy2Nq\":\"Type\",\"FMdMfZ\":\"Unable to check in attendee\",\"bPWBLL\":\"Unable to check out attendee\",\"9+P7zk\":\"Unable to create product. Please check the your details\",\"WLxtFC\":\"Unable to create product. Please check your details\",\"/cSMqv\":\"Unable to create question. Please check the your details\",\"MH/lj8\":\"Unable to update question. Please check the your details\",\"nnfSdK\":\"Unique Customers\",\"Mqy/Zy\":\"United States\",\"NIuIk1\":\"Unlimited\",\"/p9Fhq\":\"Unlimited available\",\"E0q9qH\":\"Unlimited usages allowed\",\"h10Wm5\":\"Unpaid Order\",\"ia8YsC\":\"Upcoming\",\"TlEeFv\":\"Upcoming Events\",\"L/gNNk\":[\"Update \",[\"0\"]],\"+qqX74\":\"Update event name, description and dates\",\"vXPSuB\":\"Update profile\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copied to clipboard\",\"e5lF64\":\"Usage Example\",\"fiV0xj\":\"Usage Limit\",\"sGEOe4\":\"Use a blurred version of the cover image as the background\",\"OadMRm\":\"Use cover image\",\"7PzzBU\":\"User\",\"yDOdwQ\":\"User Management\",\"Sxm8rQ\":\"Users\",\"VEsDvU\":\"Users can change their email in <0>Profile Settings\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"VAT\",\"E/9LUk\":\"Venue Name\",\"jpctdh\":\"View\",\"Pte1Hv\":\"View Attendee Details\",\"/5PEQz\":\"View event page\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"View on Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP check-in list\",\"tF+VVr\":\"VIP Ticket\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"We could not process your payment. Please try again or contact support.\",\"45Srzt\":\"We couldn't delete the category. Please try again.\",\"/DNy62\":[\"We couldn't find any tickets matching \",[\"0\"]],\"1E0vyy\":\"We couldn't load the data. Please try again.\",\"NmpGKr\":\"We couldn't reorder the categories. Please try again.\",\"BJtMTd\":\"We recommend dimensions of 1950px by 650px, a ratio of 3:1, and a maximum file size of 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"We were unable to confirm your payment. Please try again or contact support.\",\"Gspam9\":\"We're processing your order. Please wait...\",\"LuY52w\":\"Welcome aboard! Please login to continue.\",\"dVxpp5\":[\"Welcome back\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"What are Tiered Products?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"What is a Category?\",\"gxeWAU\":\"What products does this code apply to?\",\"hFHnxR\":\"What products does this code apply to? (Applies to all by default)\",\"AeejQi\":\"What products should this capacity apply to?\",\"Rb0XUE\":\"What time will you be arriving?\",\"5N4wLD\":\"What type of question is this?\",\"gyLUYU\":\"When enabled, invoices will be generated for ticket orders. Invoices will sent along with the order confirmation email. Attendees can also download their invoices from the order confirmation page.\",\"D3opg4\":\"When offline payments are enabled, users will be able to complete their orders and receive their tickets. Their tickets will clearly indicate the order is not paid, and the check-in tool will notify the check-in staff if an order requires payment.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Which tickets should be associated with this check-in list?\",\"S+OdxP\":\"Who is organizing this event?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Who should be asked this question?\",\"VxFvXQ\":\"Widget Embed\",\"v1P7Gm\":\"Widget Settings\",\"b4itZn\":\"Working\",\"hqmXmc\":\"Working...\",\"+G/XiQ\":\"Year to date\",\"l75CjT\":\"Yes\",\"QcwyCh\":\"Yes, remove them\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"You are changing your email to <0>\",[\"0\"],\".\"],\"gGhBmF\":\"You are offline\",\"sdB7+6\":\"You can create a promo code which targets this product on the\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"You cannot change the product type as there are attendees associated with this product.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"You cannot check in attendees with unpaid orders. This setting can be changed in the event settings.\",\"c9Evkd\":\"You cannot delete the last category.\",\"6uwAvx\":\"You cannot delete this price tier because there are already products sold for this tier. You can hide it instead.\",\"tFbRKJ\":\"You cannot edit the role or status of the account owner.\",\"fHfiEo\":\"You cannot refund a manually created 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\":\"You have access to multiple accounts. Please choose one to continue.\",\"Z6q0Vl\":\"You have already accepted this invitation. Please login to continue.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"You have no pending email change.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"You have run out of time to complete your order.\",\"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\":\"You must acknowledge that this email is not promotional\",\"3ZI8IL\":\"You must agree to the terms and conditions\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"You must create a ticket before you can manually add an attendee.\",\"jE4Z8R\":\"You must have at least one price tier\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"You will have to mark an order as paid manually. This can be done on the manage order page.\",\"L/+xOk\":\"You'll need a ticket before you can create a check-in list.\",\"Djl45M\":\"You'll need at a product before you can create a capacity assignment.\",\"y3qNri\":\"You'll need at least one product to get started. Free, paid or let the user decide what to pay.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Your account name is used on event pages and in emails.\",\"veessc\":\"Your attendees will appear here once they have registered for your event. You can also manually add attendees.\",\"Eh5Wrd\":\"Your awesome website 🎉\",\"lkMK2r\":\"Your Details\",\"3ENYTQ\":[\"Your email request change to <0>\",[\"0\"],\" is pending. Please check your email to confirm\"],\"yZfBoy\":\"Your message has been sent\",\"KSQ8An\":\"Your Order\",\"Jwiilf\":\"Your order has been cancelled\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Your orders will appear here once they start rolling in.\",\"9TO8nT\":\"Your password\",\"P8hBau\":\"Your payment is processing.\",\"UdY1lL\":\"Your payment was not successful, please try again.\",\"fzuM26\":\"Your payment was unsuccessful. Please try again.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Your refund is processing.\",\"IFHV2p\":\"Your ticket for\",\"x1PPdr\":\"ZIP / Postal Code\",\"BM/KQm\":\"Zip or Postal Code\",\"+LtVBt\":\"ZIP or Postal Code\",\"25QDJ1\":\"- Click to Publish\",\"WOyJmc\":\"- Click to Unpublish\",\"ncwQad\":\"(empty)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" is already checked in\"],\"S4PqS9\":[[\"0\"],\" Active Webhooks\"],\"6MIiOI\":[[\"0\"],\" left\"],\"COnw8D\":[[\"0\"],\" logo\"],\"B7pZfX\":[[\"0\"],\" organizers\"],\"/HkCs4\":[[\"0\"],\" tickets\"],\"TjbIUI\":[[\"availableCount\"],\" of \",[\"totalCount\"],\" available\"],\"OJnhhX\":[[\"eventCount\"],\" events\"],\"3IEF7U\":[[\"totalCount\"],\" ticket types\"],\"zGiMDM\":\"+1 234 567 890\",\"1d6kks\":\"+Tax/Fees\",\"B1St2O\":\"<0>Check-in lists help you manage event entry by day, area, or ticket type. You can link tickets to specific lists such as VIP zones or Day 1 passes and share a secure check-in link with staff. No account is required. Check-in works on mobile, desktop, or tablet, using a device camera or HID USB scanner. \",\"v9VSIS\":\"<0>Set a single total attendance limit that applies to multiple ticket types at once.<1>For example, if you link a <2>Day Pass and a <3>Full Weekend ticket, they will both draw from the same pool of spots. Once the limit is reached, all linked tickets automatically stop selling.\",\"ZnVt5v\":\"<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" at current rate\"],\"fAv9QG\":\"🎟️ Add tickets\",\"M2DyLc\":\"1 Active Webhook\",\"943BwI\":\"1 day after end date\",\"yj3N+g\":\"1 day after start date\",\"Z3etYG\":\"1 day before event\",\"szSnlj\":\"1 hour before event\",\"yTsaLw\":\"1 ticket\",\"nz96Ue\":\"1 ticket type\",\"cGtUz6\":\"1 week before event\",\"HR/cvw\":\"123 Sample Street\",\"kMU5aM\":\"A cancellation notice has been sent to\",\"V53XzQ\":\"A new verification code has been sent to your email\",\"/z/bH1\":\"A short description of your organizer that will be displayed to your users.\",\"aS0jtz\":\"Abandoned\",\"uyJsf6\":\"About\",\"WTk/ke\":\"About Stripe Connect\",\"JvuLls\":\"Absorb fee\",\"lk74+I\":\"Absorb Fee\",\"1uJlG9\":\"Accent Color\",\"K5+3xg\":\"Accept invitation\",\"VTfZPy\":\"Access Denied\",\"iN5Cz3\":\"Account already connected!\",\"YP4JuP\":\"Account configuration updated successfully\",\"vOuxvL\":\"Account Information\",\"EHNORh\":\"Account not found\",\"bPwFdf\":\"Accounts\",\"nMtNd+\":\"Action Required: Reconnect Your Stripe Account\",\"AhwTa1\":\"Action Required: VAT Information Needed\",\"APyAR/\":\"Active Events\",\"UWWRyd\":\"Add custom questions to collect additional information during checkout\",\"a5KFZU\":\"Add event details and manage event settings.\",\"Fb+SDI\":\"Add More tickets\",\"7JF9w9\":\"Add Question\",\"6PNlRV\":\"Add this event to your calendar\",\"BGD9Yt\":\"Add tickets\",\"QN2F+7\":\"Add Webhook\",\"NsWqSP\":\"Add your social media handles and website URL. These will be displayed on your public organizer page.\",\"bVjDs9\":\"Additional Fees\",\"0Zypnp\":\"Admin Dashboard\",\"YAV57v\":\"Affiliate\",\"I+utEq\":\"Affiliate code cannot be changed\",\"/jHBj5\":\"Affiliate created successfully\",\"uCFbG2\":\"Affiliate deleted successfully\",\"a41PKA\":\"Affiliate sales will be tracked\",\"mJJh2s\":\"Affiliate sales will not be tracked. This will deactivate the affiliate.\",\"jabmnm\":\"Affiliate updated successfully\",\"CPXP5Z\":\"Affiliates\",\"9Wh+ug\":\"Affiliates Exported\",\"3cqmut\":\"Affiliates help you track sales generated by partners and influencers. Create affiliate codes and share them to monitor performance.\",\"7rLTkE\":\"All Archived Events\",\"gKq1fa\":\"All attendees\",\"pMLul+\":\"All Currencies\",\"qlaZuT\":\"All done! You're now using our upgraded payment system.\",\"ZS/D7f\":\"All Ended Events\",\"QsYjci\":\"All Events\",\"31KB8w\":\"All failed jobs deleted\",\"D2g7C7\":\"All jobs queued for retry\",\"Sxm1lO\":\"All Statuses\",\"dr7CWq\":\"All Upcoming Events\",\"GpT6Uf\":\"Allow attendees to update their ticket information (name, email) via a secure link sent with their order confirmation.\",\"F3mW5G\":\"Allow customers to join a waitlist when this product is sold out\",\"QUg5y1\":\"Almost there! Finish connecting your Stripe account to start accepting payments.\",\"c4uJfc\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds.\",\"ocS8eq\":[\"Already have an account? <0>\",[\"0\"],\"\"],\"/H326L\":\"Already Refunded\",\"RtxQTF\":\"Also cancel this order\",\"jkNgQR\":\"Also refund this order\",\"xYqsHg\":\"Always available\",\"Wvrz79\":\"Amount Paid\",\"Zkymb9\":\"An email to associate with this affiliate. The affiliate will not be notified.\",\"vRznIT\":\"An error occurred while checking export status.\",\"eusccx\":\"An optional message to display on the highlighted product, e.g. \\\"Selling fast 🔥\\\" or \\\"Best value\\\"\",\"QNrkms\":\"Answer updated successfully.\",\"Znwxal\":\"Application Fees Configuration\",\"261RBr\":\"Approve Message\",\"VkSk/i\":\"Are you sure you want to cancel this scheduled message?\",\"0aVEBY\":\"Are you sure you want to delete all failed jobs?\",\"LchiNd\":\"Are you sure you want to delete this affiliate? This action cannot be undone.\",\"vPeW/6\":\"Are you sure you want to delete this configuration? This may affect accounts using it.\",\"JmVITJ\":\"Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template.\",\"aLS+A6\":\"Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the organizer or default template.\",\"5H3Z78\":\"Are you sure you want to delete this webhook?\",\"147G4h\":\"Are you sure you want to leave?\",\"VDWChT\":\"Are you sure you want to make this organizer draft? This will make the organizer page invisible to the public\",\"pWtQJM\":\"Are you sure you want to make this organizer public? This will make the organizer page visible to the public\",\"EOqL/A\":\"Are you sure you want to offer a spot to this person? They will receive an email notification.\",\"WFHOlF\":\"Are you sure you want to publish this event? Once published, it will be visible to the public.\",\"4TNVdy\":\"Are you sure you want to publish this organizer profile? Once published, it will be visible to the public.\",\"8x0pUg\":\"Are you sure you want to remove this entry from the waitlist?\",\"cDtoWq\":[\"Are you sure you want to resend the order confirmation to \",[\"0\"],\"?\"],\"xeIaKw\":[\"Are you sure you want to resend the ticket to \",[\"0\"],\"?\"],\"ExDt3P\":\"Are you sure you want to unpublish this event? It will no longer be visible to the public.\",\"5Qmxo/\":\"Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public.\",\"Uqefyd\":\"Are you VAT registered in the EU?\",\"+QARA4\":\"Art\",\"tLf3yJ\":\"As your business is based in Ireland, Irish VAT at 23% applies automatically to all platform fees.\",\"QGoXh3\":\"As your business is based in the EU, we need to determine the correct VAT treatment for our platform fees:\",\"tMeVa/\":\"Ask for name and email for each ticket purchased\",\"/JdZIP\":\"Assigned Configuration\",\"xdiER7\":\"Assigned Tier\",\"F2rX0R\":\"At least one event type must be selected\",\"BCmibk\":\"Attempts\",\"6PecK3\":\"Attendance and check-in rates across all events\",\"AJ4rvK\":\"Attendee Cancelled\",\"qvylEK\":\"Attendee Created\",\"Aspq3b\":\"Attendee details collection\",\"fpb0rX\":\"Attendee details copied from order\",\"0R3Y+9\":\"Attendee Email\",\"94aQMU\":\"Attendee Information\",\"KkrBiR\":\"Attendee information collection\",\"av+gjP\":\"Attendee Name\",\"cosfD8\":\"Attendee Status\",\"D2qlBU\":\"Attendee Updated\",\"22BOve\":\"Attendee updated successfully\",\"x8Vnvf\":\"Attendee's ticket not included in this list\",\"k3Tngl\":\"Attendees Exported\",\"UoIRW8\":\"Attendees registered\",\"5UbY+B\":\"Attendees with a specific ticket\",\"4HVzhV\":\"Attendees:\",\"HVkhy2\":\"Attribution Analytics\",\"dMMjeD\":\"Attribution Breakdown\",\"1oPDuj\":\"Attribution Value\",\"OpCtfq\":\"Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots.\",\"V7Tejz\":\"Auto-Process Waitlist\",\"PZ7FTW\":\"Automatically detected based on background color, but can be overridden\",\"8Etqrl\":\"Automatically offer tickets to the next person when capacity becomes available\",\"csDS2L\":\"Available\",\"clF06r\":\"Available to Refund\",\"NB5+UG\":\"Available Tokens\",\"EmYMHc\":\"Awaiting Offline Pmt.\",\"kNmmvE\":\"Awesome Events Ltd.\",\"TeSaQO\":\"Back to Accounts\",\"kYqM1A\":\"Back to Event\",\"s5QRF3\":\"Back to messages\",\"td/bh+\":\"Back to Reports\",\"jIPNJG\":\"Basic Information\",\"WOpH7O\":\"Beautiful checkout experience on any device\",\"iMdwTb\":\"Before your event can go live, there are a few things you need to do. Complete all the steps below to get started.\",\"UabgBd\":\"Body is required\",\"HWXuQK\":\"Bookmark this page to manage your order anytime.\",\"CUKVDt\":\"Brand your tickets with a custom logo, colors, and footer message.\",\"9N+p+g\":\"Business\",\"7ns+do\":\"Business Address\",\"LeC29u\":\"Business address for VAT purposes\",\"RReHTu\":\"Business Name\",\"bv6RXK\":\"Button Label\",\"ChDLlO\":\"Button Text\",\"BUe8Wj\":\"Buyer pays\",\"qF1qbA\":\"Buyers see a clean price. The platform fee is deducted from your payout.\",\"DFqasq\":[\"By continuing, you agree to the <0>\",[\"0\"],\" Terms of Service\"],\"lFdbRS\":\"Bypass Application Fees\",\"2VLZwd\":\"Call-to-Action Button\",\"PUpvQe\":\"Camera Scanner\",\"D02dD9\":\"Campaign\",\"H4nE+E\":\"Cancel all products and release them back to the pool\",\"tOXAdc\":\"Canceling will cancel all attendees associated with this order, and release the tickets back into the available pool.\",\"IrUqjC\":\"Cannot Check In (Cancelled)\",\"01sEfm\":\"Cannot delete the system default configuration\",\"VsM1HH\":\"Capacity Assignments\",\"K7tIrx\":\"Category\",\"2tbLdK\":\"Charity\",\"v4fiSg\":\"Check your email\",\"51AsAN\":\"Check your inbox! If tickets are associated with this email, you'll receive a link to view them.\",\"udRwQs\":\"Check-in Created\",\"F4SRy3\":\"Check-in Deleted\",\"9gPPUY\":\"Check-In List Created\",\"f2vU9t\":\"Check-in Lists\",\"tMNBEF\":\"Check-in lists let you control entry across days, areas, or ticket types. You can share a secure check-in link with staff — no account required.\",\"SHJwyq\":\"Check-in Rate\",\"qCqdg6\":\"Check-In Status\",\"cKj6OE\":\"Check-in Summary\",\"7B5M35\":\"Check-Ins\",\"DM4gBB\":\"Chinese (Traditional)\",\"pkk46Q\":\"Choose an Organizer\",\"Crr3pG\":\"Choose calendar\",\"LAW8Vb\":\"Choose the default setting for new events. This can be overridden for individual events.\",\"pjp2n5\":\"Choose who pays the platform fee. This does not affect additional fees you've configured in your account settings.\",\"CySr+W\":\"Click to view notes\",\"RG3szS\":\"close\",\"RWw9Lg\":\"Close modal\",\"XwdMMg\":\"Code can only contain letters, numbers, hyphens, and underscores\",\"+yMJb7\":\"Code is required\",\"m9SD3V\":\"Code must be at least 3 characters\",\"V1krgP\":\"Code must be no more than 20 characters\",\"psqIm5\":\"Collaborate with your team to create amazing events together.\",\"4bUH9i\":\"Collect attendee details for each ticket purchased.\",\"TkfG8v\":\"Collect details per order\",\"96ryID\":\"Collect details per ticket\",\"FpsvqB\":\"Color Mode\",\"jEu4bB\":\"Columns\",\"CWk59I\":\"Comedy\",\"rPA+Gc\":\"Communication Preferences\",\"7D9MJz\":\"Complete Stripe Setup\",\"OqEV/G\":\"Complete the setup below to continue\",\"nqx+6h\":\"Complete these steps to start selling tickets for your event.\",\"744BMm\":\"Complete your order to secure your tickets. This offer is time-limited, so don't wait too long.\",\"5YrKW7\":\"Complete your payment to secure your tickets.\",\"xGU92i\":\"Complete your profile to join the team.\",\"QOhkyl\":\"Compose\",\"ih35UP\":\"Conference Center\",\"B5fpAA\":\"Configuration assigned successfully\",\"X1zdE7\":\"Configuration created successfully\",\"mLBUMQ\":\"Configuration deleted successfully\",\"UIENhw\":\"Configuration names are visible to end users. Fixed fees will be converted to the order currency at the current exchange rate.\",\"eeZdaB\":\"Configuration updated successfully\",\"3cKoxx\":\"Configurations\",\"8v2LRU\":\"Configure event details, location, checkout options, and email notifications.\",\"raw09+\":\"Configure how attendee details are collected during checkout\",\"FI60XC\":\"Configure Taxes & Fees\",\"Nbd6WT\":\"Configure waitlist settings for this event\",\"NGXKG/\":\"Confirm Email Address\",\"JRQitQ\":\"Confirm new password\",\"Auz0Mz\":\"Confirm your email to access all features.\",\"7+grte\":\"Confirmation email sent! Please check your inbox.\",\"n/7+7Q\":\"Confirmation sent to\",\"o5A0Go\":\"Congratulations on creating an event!\",\"x3wVFc\":\"Congratulations! Your event is now visible to the public.\",\"WNnP3w\":\"Connect & Upgrade\",\"Xe2tSS\":\"Connect Documentation\",\"1Xxb9f\":\"Connect payment processing\",\"nQI4H5\":\"Connect Stripe to enable email template editing\",\"LmvZ+E\":\"Connect Stripe to enable messaging\",\"EWnXR+\":\"Connect to Stripe\",\"VioGG1\":\"Connect your Stripe account to accept payments for tickets and products.\",\"4qmnU8\":\"Connect your Stripe account to accept payments.\",\"E1eze1\":\"Connect your Stripe account to start accepting payments for your events.\",\"ulV1ju\":\"Connect your Stripe account to start accepting payments.\",\"/3017M\":\"Connected to Stripe\",\"jfC/xh\":\"Contact\",\"LOFgda\":[\"Contact \",[\"0\"]],\"41BQ3k\":\"Contact Email\",\"KcXRN+\":\"Contact email for support\",\"m8WD6t\":\"Continue Setup\",\"0GwUT4\":\"Continue to Checkout\",\"sBV87H\":\"Continue to event creation\",\"nKtyYu\":\"Continue to next step\",\"F3/nus\":\"Continue to Payment\",\"p2FRHj\":\"Control how platform fees are handled for this event\",\"1JnTgU\":\"Copied from above\",\"FxVG/l\":\"Copied to clipboard\",\"PiH3UR\":\"Copied!\",\"uUPbPg\":\"Copy Affiliate Link\",\"iVm46+\":\"Copy Code\",\"+2ZJ7N\":\"Copy details to first attendee\",\"ZN1WLO\":\"Copy Email\",\"y1eoq1\":\"Copy link\",\"tUGbi8\":\"Copy my details to:\",\"y22tv0\":\"Copy this link to share it anywhere\",\"/4gGIX\":\"Copy to clipboard\",\"P0rbCt\":\"Cover Image\",\"60u+dQ\":\"Cover image will be displayed at the top of your event page\",\"2NLjA6\":\"Cover image will be displayed at the top of your organizer page\",\"zg4oSu\":[\"Create \",[\"0\"],\" Template\"],\"RKKhnW\":\"Create a custom widget to sell tickets on your site.\",\"yIRev4\":\"Create a password\",\"xfKgwv\":\"Create Affiliate\",\"tudG8q\":\"Create and configure tickets and merchandise for sale.\",\"YAl9Hg\":\"Create Configuration\",\"BTne9e\":\"Create custom email templates for this event that override the organizer defaults\",\"YIDzi/\":\"Create Custom Template\",\"Nc3l/D\":\"Create discounts, access codes for hidden tickets, and special offers.\",\"eWEV9G\":\"Create new password\",\"8AiKIu\":\"Create Ticket or Product\",\"agZ87r\":\"Create tickets for your event, set prices, and manage available quantity.\",\"/HGmW9\":\"Create trackable links to reward partners who promote your event.\",\"dkAPxi\":\"Create Webhook\",\"5slqwZ\":\"Create Your Event\",\"JQNMrj\":\"Create your first event\",\"CCjxOC\":\"Create your first event to start selling tickets and managing attendees.\",\"ZCSSd+\":\"Create your own event\",\"67NsZP\":\"Creating Event...\",\"H34qcM\":\"Creating Organizer...\",\"1YMS+X\":\"Creating your event, please wait\",\"yiy8Jt\":\"Creating your organizer profile, please wait\",\"lfLHNz\":\"CTA label is required\",\"BMtue0\":\"Current payment processor\",\"T+1APV\":\"Current VAT number is validated\",\"v2GlhZ\":\"Current VAT number validation failed\",\"iTvh6I\":\"Currently available for purchase\",\"g7HIC0\":\"Custom Branding\",\"Guo0lU\":\"Custom date and time\",\"mimF6c\":\"Custom message after checkout\",\"O6mra8\":\"Custom Questions\",\"axv/Mi\":\"Custom template\",\"QMHSMS\":\"Customer will receive an email confirming the refund\",\"L/Qc+w\":\"Customer's email address\",\"wpfWhJ\":\"Customer's first name\",\"GIoqtA\":\"Customer's last name\",\"NihQNk\":\"Customers\",\"7gsjkI\":\"Customize the emails sent to your customers using Liquid templating. These templates will be used as defaults for all events in your organization.\",\"xJaTUK\":\"Customize the layout, colors, and branding of your event homepage.\",\"MXZfGN\":\"Customize the questions asked during checkout to gather important information from your attendees.\",\"iX6SLo\":\"Customize the text shown on the continue button\",\"pxNIxa\":\"Customize your email template using Liquid templating\",\"3trPKm\":\"Customize your organizer page appearance\",\"/gWrVZ\":\"Daily revenue, taxes, fees, and refunds across all events\",\"zgCHnE\":\"Daily Sales Report\",\"nHm0AI\":\"Daily sales, tax, and fee breakdown\",\"pvnfJD\":\"Dark\",\"nE5o/t\":\"Data Ownership\",\"lnYE59\":\"Date of the event\",\"gnBreG\":\"Date order was placed\",\"ovBPCi\":\"Default\",\"JtI4vj\":\"Default attendee information collection\",\"3R/Tu2\":\"Default Fee Handling\",\"1bZAZA\":\"Default template will be used\",\"vu7gDm\":\"Delete Affiliate\",\"KZN4Lc\":\"Delete All\",\"+jw/c1\":\"Delete image\",\"hdyeZ0\":\"Delete Job\",\"dPyJ15\":\"Delete Template\",\"mxsm1o\":\"Delete this question? This cannot be undone.\",\"snMaH4\":\"Delete webhook\",\"vYgeDk\":\"Deselect All\",\"NvuEhl\":\"Design Elements\",\"H8kMHT\":\"Didn't receive the code?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Dismiss this message\",\"BREO0S\":\"Display a checkbox allowing customers to opt-in to receive marketing communications from this event organizer.\",\"TvY/XA\":\"Documentation\",\"Kdpf90\":\"Don't forget!\",\"352VU2\":\"Don't have an account? <0>Sign up\",\"AXXqG+\":\"Donation\",\"DPfwMq\":\"Done\",\"2+O9st\":\"Download sales, attendee, and financial reports for all completed orders.\",\"eneWvv\":\"Draft\",\"Ts8hhq\":\"Due to the high risk of spam, you must connect a Stripe account before you can modify email templates. This is to ensure that all event organizers are verified and accountable.\",\"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\":\"Duplicate\",\"KRmTkx\":\"Duplicate Product\",\"KIjvtr\":\"Dutch\",\"22xieU\":\"e.g. 180 (3 hours)\",\"SPKbfM\":\"e.g., Get Tickets, Register Now\",\"fc7wGW\":\"e.g., Important update about your tickets\",\"54MPqC\":\"e.g., Standard, Premium, Enterprise\",\"3RQ81z\":\"Each person will receive an email with a reserved spot to complete their purchase.\",\"LTzmgK\":[\"Edit \",[\"0\"],\" Template\"],\"v4+lcZ\":\"Edit Affiliate\",\"2iZEz7\":\"Edit Answer\",\"tPtRwl\":\"Edit Application Fees\",\"t2bbp8\":\"Edit Attendee\",\"etaWtB\":\"Edit Attendee Details\",\"+guao5\":\"Edit Configuration\",\"vRWOrM\":\"Edit Order Details\",\"3yNuBV\":\"Edit VAT Settings\",\"fW5sSv\":\"Edit webhook\",\"nP7CdQ\":\"Edit Webhook\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Education\",\"iiWXDL\":\"Eligibility Failures\",\"zPiC+q\":\"Eligible Check-In Lists\",\"V2sk3H\":\"Email & Templates\",\"hbwCKE\":\"Email address copied to clipboard\",\"dSyJj6\":\"Email addresses do not match\",\"elW7Tn\":\"Email Body\",\"ZsZeV2\":\"Email is required\",\"Be4gD+\":\"Email Preview\",\"6IwNUc\":\"Email Templates\",\"H/UMUG\":\"Email Verification Required\",\"L86zy2\":\"Email verified successfully!\",\"FSN4TS\":\"Embed Widget\",\"Qj0GKe\":\"Enable attendee self-service\",\"hEtQsg\":\"Enable attendee self-service by default\",\"Upeg/u\":\"Enable this template for sending emails\",\"7dSOhU\":\"Enable Waitlist\",\"RxzN1M\":\"Enabled\",\"sGjBEq\":\"End Date & Time (optional)\",\"PKXt9R\":\"End date must be after start date\",\"48Y16Q\":\"End time (optional)\",\"7YZofi\":\"Enter a subject and body to see the preview\",\"3bR1r4\":\"Enter affiliate email (optional)\",\"ARkzso\":\"Enter affiliate name\",\"y1BZw1\":\"Enter business address\",\"3GfR6a\":\"Enter business name\",\"6KnyG0\":\"Enter email\",\"INDKM9\":\"Enter email subject...\",\"xUgUTh\":\"Enter first name\",\"9/1YKL\":\"Enter last name\",\"VpwcSk\":\"Enter new password\",\"1tAGuY\":\"Enter the VAT number including country code\",\"kWg31j\":\"Enter unique affiliate code\",\"C3nD/1\":\"Enter your email\",\"VmXiz4\":\"Enter your email and we'll send you instructions to reset your password.\",\"n9V+ps\":\"Enter your name\",\"IdULhL\":\"Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)\",\"X88/6w\":\"Entries will appear here when customers join the waitlist for sold out products.\",\"LslKhj\":\"Error loading logs\",\"AKbElk\":\"EU VAT-registered businesses: Reverse charge mechanism applies (0% - Article 196 of VAT Directive 2006/112/EC)\",\"WgD6rb\":\"Event Category\",\"b46pt5\":\"Event Cover Image\",\"1Hzev4\":\"Event custom template\",\"imgKgl\":\"Event Description\",\"kJDmsI\":\"Event details\",\"m/N7Zq\":\"Event Full Address\",\"Nl1ZtM\":\"Event Location\",\"t3AMTs\":\"Event Management Platform\",\"PYs3rP\":\"Event name\",\"HhwcTQ\":\"Event Name\",\"WZZzB6\":\"Event name is required\",\"Wd5CDM\":\"Event name should be less than 150 characters\",\"4JzCvP\":\"Event Not Available\",\"Gh9Oqb\":\"Event organizer name\",\"mImacG\":\"Event Page\",\"JyD0LH\":\"Event Settings\",\"cOePZk\":\"Event Time\",\"e8WNln\":\"Event timezone\",\"GeqWgj\":\"Event Timezone\",\"XVLu2v\":\"Event Title\",\"OfmsI9\":\"Event Too New\",\"YDVUVl\":\"Event Types\",\"4K2OjV\":\"Event Venue\",\"19j6uh\":\"Events Performance\",\"PC3/fk\":\"Events Starting in Next 24 Hours\",\"fTFfOK\":\"Every email template must include a call-to-action button that links to the appropriate page\",\"BVinvJ\":\"Examples: \\\"How did you hear about us?\\\", \\\"Company name for invoice\\\"\",\"2hGPQG\":\"Examples: \\\"T-shirt size\\\", \\\"Meal preference\\\", \\\"Job title\\\"\",\"qNuTh3\":\"Exception\",\"M1RnFv\":\"Expired\",\"kF8HQ7\":\"Export Answers\",\"2KAI4N\":\"Export CSV\",\"JKfSAv\":\"Export failed. Please try again.\",\"SVOEsu\":\"Export started. Preparing file...\",\"wuyaZh\":\"Export successful\",\"9bpUSo\":\"Exporting Affiliates\",\"jtrqH9\":\"Exporting Attendees\",\"R4Oqr8\":\"Exporting complete. Downloading file...\",\"UlAK8E\":\"Exporting Orders\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Failed\",\"8uOlgz\":\"Failed At\",\"tKcbYd\":\"Failed Jobs\",\"SsI9v/\":\"Failed to abandon order. Please try again.\",\"LdPKPR\":\"Failed to assign configuration\",\"SIHgVQ\":\"Failed to cancel message\",\"cEFg3R\":\"Failed to create affiliate\",\"dVgNF1\":\"Failed to create configuration\",\"U66oUa\":\"Failed to create template\",\"aFk48v\":\"Failed to delete configuration\",\"Zw6LWb\":\"Failed to delete job\",\"tq0abZ\":\"Failed to delete jobs\",\"vKMKnu\":\"Failed to delete question\",\"xFj7Yj\":\"Failed to delete template\",\"jo3Gm6\":\"Failed to export affiliates\",\"Jjw03p\":\"Failed to export attendees\",\"ZPwFnN\":\"Failed to export orders\",\"zGE3CH\":\"Failed to export report. Please try again.\",\"lS9/aZ\":\"Failed to load recipients\",\"X4o0MX\":\"Failed to load Webhook\",\"ETcU7q\":\"Failed to offer spot\",\"5670b9\":\"Failed to offer tickets\",\"0+iwE5\":\"Failed to reorder questions\",\"EJPAcd\":\"Failed to resend order confirmation\",\"DjSbj3\":\"Failed to resend ticket\",\"YQ3QSS\":\"Failed to resend verification code\",\"wDioLj\":\"Failed to retry job\",\"DKYTWG\":\"Failed to retry jobs\",\"zTkTF3\":\"Failed to save template\",\"l6acRV\":\"Failed to save VAT settings. Please try again.\",\"T6B2gk\":\"Failed to send message. Please try again.\",\"lKh069\":\"Failed to start export job\",\"t/KVOk\":\"Failed to start impersonation. Please try again.\",\"QXgjH0\":\"Failed to stop impersonation. Please try again.\",\"o/blc/\":\"Failed to update account configuration\",\"i0QKrm\":\"Failed to update affiliate\",\"NNc33d\":\"Failed to update answer.\",\"E9jY+o\":\"Failed to update attendee\",\"uQynyf\":\"Failed to update configuration\",\"EhlbcI\":\"Failed to update messaging tier\",\"rpGMzC\":\"Failed to update order\",\"Eeo/Gy\":\"Failed to update setting\",\"kqA9lY\":\"Failed to update VAT settings\",\"7/9RFs\":\"Failed to upload image.\",\"nkNfWu\":\"Failed to upload image. Please try again.\",\"rxy0tG\":\"Failed to verify email\",\"9bHCo2\":\"Fee Currency\",\"/sV91a\":\"Fee Handling\",\"T4BMxU\":\"Fees are subject to change. You will be notified of any changes to your fee structure.\",\"LyUWXA\":\"Fees Bypassed\",\"cf35MA\":\"Festival\",\"pAey+4\":\"File is too large. Maximum size is 5MB.\",\"VejKUM\":\"Fill in your details above first\",\"8OvVZZ\":\"Filter Attendees\",\"mvrlBO\":\"Filter by Event\",\"8BwQeU\":\"Finish Setup\",\"hg80P7\":\"Finish Stripe Setup\",\"1vBhpG\":\"First attendee\",\"4pwejF\":\"First name is required\",\"6bBh3/\":\"Fixed Fee\",\"5mpF6N\":[\"Fixed fee amount in \",[\"currencyCode\"]],\"zWqUyJ\":\"Fixed fee charged per transaction\",\"LWL3Bs\":\"Fixed fee must be 0 or greater\",\"YXhom6\":\"Fixed Fee:\",\"KgxI80\":\"Flexible Ticketing\",\"lWxAUo\":\"Food & Drink\",\"nFm+5u\":\"Footer Text\",\"MY2SVM\":\"Full refund\",\"T02gNN\":\"General Admission\",\"3ep0Gx\":\"General information about your organizer\",\"ziAjHi\":\"Generate\",\"exy8uo\":\"Generate code\",\"4CETZY\":\"Get Directions\",\"+4zM7f\":\"Get paid immediately via Stripe Connect\",\"ZDIydz\":\"Get started\",\"u6FPxT\":\"Get Tickets\",\"8KDgYV\":\"Get your event ready\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Go to Event Page\",\"gHSuV/\":\"Go to home page\",\"6nDzTl\":\"Good readability\",\"aGWZUr\":\"Gross revenue\",\"n8IUs7\":\"Gross Revenue\",\"LIYoRQ\":\"Guest Management\",\"kTSQej\":[\"Hello \",[\"0\"],\", manage your platform from here.\"],\"dORAcs\":\"Here are all the tickets associated with your email address.\",\"g+2103\":\"Here is your affiliate link\",\"QlwJ9d\":\"Here's what to expect:\",\"/iE8xx\":\"Hi.Events Fee\",\"zppscQ\":\"Hi.Events platform fees and VAT breakdown by transaction\",\"D+zLDD\":\"Hidden\",\"DRErHC\":\"Hidden from attendees - only visible to organizers\",\"P+5Pbo\":\"Hide Answers\",\"FmogyU\":\"Hide Options\",\"gtEbeW\":\"Highlight\",\"NF8sdv\":\"Highlight Message\",\"MXSqmS\":\"Highlight this product\",\"7ER2sc\":\"Highlighted\",\"sq7vjE\":\"Highlighted products will have a different background color to make them stand out on the event page.\",\"sy9anN\":\"How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout.\",\"AVpmAa\":\"How to pay offline\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Hungarian\",\"O8m7VA\":\"I agree to receive email notifications related to this event\",\"YLgdk5\":\"I confirm this is a transactional message related to this event\",\"4/kP5a\":\"If a new tab did not open automatically, please click the button below to continue to checkout.\",\"W/eN+G\":\"If blank, the address will be used to generate a Google Maps link\",\"PYVWEI\":\"If registered, provide your VAT number for validation\",\"iIEaNB\":\"If you have an account with us, you will receive an email with instructions on how to reset your password.\",\"an5hVd\":\"Images\",\"tSVr6t\":\"Impersonate\",\"TWXU0c\":\"Impersonate User\",\"5LAZwq\":\"Impersonation started\",\"IMwcdR\":\"Impersonation stopped\",\"0I0Hac\":\"Important Notice\",\"yD3avI\":\"Important: Changing your email address will update the link to access this order. You will be redirected to the new order link after saving.\",\"M8M6fs\":\"Important: Stripe reconnection required\",\"jT142F\":[\"In \",[\"diffHours\"],\" hours\"],\"OoSyqO\":[\"In \",[\"diffMinutes\"],\" minutes\"],\"cljs3a\":\"Indicate whether you're VAT-registered in the EU\",\"F1Xp97\":\"Individual attendees\",\"85e6zs\":\"Insert Liquid Token\",\"38KFY0\":\"Insert Variable\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Instant Payouts\",\"nbfdhU\":\"Integrations\",\"JHB/Ky\":\"Invalid\",\"B2Tpo0\":\"Invalid email\",\"5tT0+u\":\"Invalid email format\",\"f9WRpE\":\"Invalid file type. Please upload an image.\",\"tnL+GP\":\"Invalid Liquid syntax. Please correct it and try again.\",\"N9JsFT\":\"Invalid VAT number format\",\"g+lLS9\":\"Invite a team member\",\"1z26sk\":\"Invite Team Member\",\"KR0679\":\"Invite Team Members\",\"Mokwac\":\"Invite unlimited team members with custom roles\",\"aH6ZIb\":\"Invite Your Team\",\"IuMGvq\":\"Invoice\",\"y0meFR\":\"Irish VAT at 23% will be applied to platform fees (domestic supply).\",\"1ZKm04\":\"Is this account VAT registered in the EU?\",\"Lj7sBL\":\"Italian\",\"F5/CBH\":\"item(s)\",\"BzfzPK\":\"Items\",\"KmWyx0\":\"Job\",\"o5r6b2\":\"Job deleted\",\"cd0jIM\":\"Job Details\",\"ruJO57\":\"Job Name\",\"YZi+Hu\":\"Job queued for retry\",\"nCywLA\":\"Join from anywhere\",\"SNzppu\":\"Join Waitlist\",\"lZwV6X\":[\"Join Waitlist for \",[\"0\"]],\"2gMuHR\":\"Joined\",\"hTJ4fB\":\"Just click the button below to reconnect your Stripe account.\",\"MxjCqk\":\"Just looking for your tickets?\",\"lB2hSG\":[\"Keep me updated on news and events from \",[\"0\"]],\"DruLRc\":\"Last 14 Days\",\"ve9JTU\":\"Last name is required\",\"h0Q9Iw\":\"Last Response\",\"gw3Ur5\":\"Last Triggered\",\"QIn0Vl\":\"Legal business name for VAT purposes\",\"1njn7W\":\"Light\",\"1qY5Ue\":\"Link Expired or Invalid\",\"psosdY\":\"Link to order details\",\"6JzK4N\":\"Link to ticket\",\"shkJ3U\":\"Link your Stripe account to receive funds from ticket sales.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links Allowed\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Live Events\",\"WdmJIX\":\"Loading preview...\",\"IoDI2o\":\"Loading tokens...\",\"NFxlHW\":\"Loading Webhooks\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Cover\",\"gddQe0\":\"Logo and cover image for your organizer\",\"TBEnp1\":\"Logo will be displayed in the header\",\"Jzu30R\":\"Logo will be displayed on the ticket\",\"PSRm6/\":\"Look Up My Tickets\",\"4wUIjX\":\"Make your event live\",\"2FzaR1\":\"Manage your payment processing and view platform fees\",\"2L3vle\":\"Max Messages / 24h\",\"Qp4HWD\":\"Max Recipients / Message\",\"agPptk\":\"Medium\",\"xDAtGP\":\"Message\",\"bECJqy\":\"Message approved successfully\",\"1jRD0v\":\"Message attendees with specific tickets\",\"uQLXbS\":\"Message cancelled\",\"48rf3i\":\"Message cannot exceed 5000 characters\",\"ZPj0Q8\":\"Message Details\",\"Vjat/X\":\"Message is required\",\"0/yJtP\":\"Message order owners with specific products\",\"saG4At\":\"Message Scheduled\",\"mFdA+i\":\"Messaging Tier\",\"v7xKtM\":\"Messaging tier updated successfully\",\"H9HlDe\":\"minutes\",\"gqnyh0\":\"Mobile Optimized\",\"olKKwj\":\"Mobile scanner with offline support and real-time tracking\",\"JbIgPz\":\"Monetary values are approximate totals across all currencies\",\"qvF+MT\":\"Monitor and manage failed background jobs\",\"w36OkR\":\"Most Viewed Events (Last 14 Days)\",\"GfaxEk\":\"Music\",\"oVGCGh\":\"My Tickets\",\"8/brI5\":\"Name is required\",\"sFFArG\":\"Name must be less than 255 characters\",\"sCV5Yc\":\"Name of the event\",\"xxU3NX\":\"Net Revenue\",\"ArHT/C\":\"New Signups\",\"eWRECP\":\"Nightlife\",\"HSw5l3\":\"No - I'm an individual or non-VAT registered business\",\"VHfLAW\":\"No accounts\",\"+jIeoh\":\"No accounts found\",\"074+X8\":\"No Active Webhooks\",\"zxnup4\":\"No Affiliates to show\",\"Dwf4dR\":\"No attendee questions yet\",\"/UC6qk\":\"No attribution data found\",\"amMkpL\":\"No capacity\",\"99ntUF\":\"No check-in lists available for this event.\",\"+dAKxg\":\"No configurations found\",\"eb47T5\":\"No data found for the selected filters. Try adjusting the date range or currency.\",\"pZNOT9\":\"No end date\",\"dW40Uz\":\"No events found\",\"8pQ3NJ\":\"No events starting in the next 24 hours\",\"8zCZQf\":\"No events yet\",\"Yc5YW6\":\"No failed jobs\",\"54GxeB\":\"No impact on your current or past transactions\",\"EpvBAp\":\"No invoice\",\"XZkeaI\":\"No logs found\",\"nrSs2u\":\"No messages found\",\"OVFwlg\":\"No order questions yet\",\"EJ7bVz\":\"No orders found\",\"NEmyqy\":\"No orders yet\",\"wUv5xQ\":\"No organizer activity in the last 14 days\",\"B7w4KY\":\"No other organizers available\",\"PChXMe\":\"No Paid Orders\",\"6jYQGG\":\"No past events\",\"CHzaTD\":\"No popular events in the last 14 days\",\"zK/+ef\":\"No products available for selection\",\"kY7XDn\":\"No products have waiting entries\",\"wYiAtV\":\"No recent account signups\",\"UW90md\":\"No recipients found\",\"QoAi8D\":\"No response\",\"EK/G11\":\"No responses yet\",\"3sRuiW\":\"No Tickets Found\",\"yM5c0q\":\"No upcoming events\",\"qpC74J\":\"No users found\",\"41dJPO\":\"No VAT settings configured\",\"8wgkoi\":\"No viewed events in the last 14 days\",\"Arzxc1\":\"No waitlist entries\",\"n5vdm2\":\"No webhook events have been recorded for this endpoint yet. Events will appear here once they are triggered.\",\"4GhX3c\":\"No Webhooks\",\"4+am6b\":\"No, keep me here\",\"HVwIsd\":\"Non-VAT registered businesses or individuals: Irish VAT at 23% applies\",\"x5+Lcz\":\"Not Checked In\",\"8n10sz\":\"Not Eligible\",\"BwJKBw\":\"of\",\"9h7RDh\":\"Offer\",\"EfK2O6\":\"Offer Spot\",\"3sVRey\":\"Offer Tickets\",\"2O7Ybb\":\"Offer Timeout\",\"1jUg5D\":\"Offered\",\"l+/HS6\":[\"Offers expire after \",[\"timeoutHours\"],\" hours.\"],\"lQgMLn\":\"Office or venue name\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Offline Payment\",\"nO3VbP\":[\"On sale \",[\"0\"]],\"2r6bAy\":\"Once you complete the upgrade, your old account will only be used for refunds.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Online Event\",\"bU7oUm\":\"Only send to orders with these statuses\",\"M2w1ni\":\"Only visible with promo code\",\"N141o/\":\"Open Stripe Dashboard\",\"HXMJxH\":\"Optional text for disclaimers, contact info, or thank you notes (single line only)\",\"L565X2\":\"options\",\"c/TIyD\":\"Order & Ticket\",\"H5qWhm\":\"Order cancelled\",\"b6+Y+n\":\"Order complete\",\"x4MLWE\":\"Order Confirmation\",\"CsTTH0\":\"Order confirmation resent successfully\",\"ppuQR4\":\"Order Created\",\"0UZTSq\":\"Order Currency\",\"HdmwrI\":\"Order Email\",\"bwBlJv\":\"Order First Name\",\"vrSW9M\":\"Order has been canceled and refunded. The order owner has been notified.\",\"rzw+wS\":\"Order Holders\",\"oI/hGR\":\"Order ID\",\"Pc729f\":\"Order Is Awaiting Offline Payment\",\"F4NXOl\":\"Order Last Name\",\"RQCXz6\":\"Order Limits\",\"SO9AEF\":\"Order limits set\",\"5RDEEn\":\"Order Locale\",\"vu6Arl\":\"Order Marked as Paid\",\"sLbJQz\":\"Order not found\",\"kvYpYu\":\"Order Not Found\",\"i8VBuv\":\"Order Number\",\"FaPYw+\":\"Order owner\",\"eB5vce\":\"Order owners with a specific product\",\"CxLoxM\":\"Order owners with products\",\"DoH3fD\":\"Order Payment Pending\",\"UkHo4c\":\"Order Ref\",\"EZy55F\":\"Order Refunded\",\"6eSHqs\":\"Order statuses\",\"oW5877\":\"Order Total\",\"e7eZuA\":\"Order Updated\",\"1SQRYo\":\"Order updated successfully\",\"KndP6g\":\"Order URL\",\"3NT0Ck\":\"Order was cancelled\",\"sd5IMt\":\"Orders Completed\",\"5It1cQ\":\"Orders Exported\",\"UQ0ACV\":\"Orders Total\",\"B/EBQv\":\"Orders:\",\"qtGTNu\":\"Organic Accounts\",\"ucgZ0o\":\"Organization\",\"S3CZ5M\":\"Organizer Dashboard\",\"Uu0hZq\":\"Organizer Email\",\"Gy7BA3\":\"Organizer email address\",\"SQqJd8\":\"Organizer Not Found\",\"wpj63n\":\"Organizer Settings\",\"coIKFu\":\"Organizer statistics are not available for the selected currency or an error occurred.\",\"o1my93\":\"Organizer status update failed. Please try again later\",\"rLHma1\":\"Organizer status updated\",\"LqBITi\":\"Organizer/default template will be used\",\"/IX/7x\":\"Other\",\"RsiDDQ\":\"Other Lists (Ticket Not Included)\",\"qMASRF\":\"Outgoing Messages\",\"6/dCYd\":\"Overview\",\"6WdDG7\":\"Page\",\"8uqsE5\":\"Page no longer available\",\"QkLf4H\":\"Page URL\",\"sF+Xp9\":\"Page Views\",\"c+suC6\":\"Paid Accounts\",\"QIxRUI\":\"Paid, free, tiered pricing, and donation-based tickets\",\"5F7SYw\":\"Partial refund\",\"fFYotW\":[\"Partially refunded: \",[\"0\"]],\"i8day5\":\"Pass fee to buyer\",\"k4FLBQ\":\"Pass to Buyer\",\"Ff0Dor\":\"Past\",\"xTPjSy\":\"Past Events\",\"/l/ckQ\":\"Paste URL\",\"URAE3q\":\"Paused\",\"4fL/V7\":\"Pay\",\"OZK07J\":\"Pay to unlock\",\"c2/9VE\":\"Payload\",\"TskrJ8\":\"Payment & Plan\",\"5cxUwd\":\"Payment Date\",\"ENEPLY\":\"Payment method\",\"EyE8E6\":\"Payment Processing\",\"8Lx2X7\":\"Payment received\",\"vcyz2L\":\"Payment Settings\",\"fx8BTd\":\"Payments not available\",\"51U9mG\":\"Payments will continue to flow without interruption\",\"UkM20g\":\"Pending Review\",\"dPYu1F\":\"Per Attendee\",\"VlXNyK\":\"Per order\",\"hauDFf\":\"Per ticket\",\"mnF83a\":\"Percentage Fee\",\"2ueYqG\":\"Percentage fee (0-100%)\",\"K2PPlT\":\"Percentage fee must be between 0 and 100\",\"MixU2P\":\"Percentage must be between 0 and 100\",\"MkuVAZ\":\"Percentage of transaction amount\",\"/Bh+7r\":\"Performance\",\"6kPk3+\":\"Personal Information\",\"zmwvG2\":\"Phone\",\"zFIMat\":\"Pinterest\",\"wBJR8i\":\"Planning an event?\",\"J3lhKT\":\"Platform fee\",\"RD51+P\":[\"Platform fee of \",[\"0\"],\" deducted from your payout\"],\"br3Y/y\":\"Platform Fees\",\"3buiaw\":\"Platform Fees Report\",\"kv9dM4\":\"Platform Revenue\",\"OtjenF\":\"Please enter a valid email address\",\"jEw0Mr\":\"Please enter a valid URL\",\"n8+Ng/\":\"Please enter the 5-digit code\",\"r+lQXT\":\"Please enter your VAT number\",\"Dvq0wf\":\"Please provide an image.\",\"2cUopP\":\"Please restart the checkout process.\",\"8KmsFa\":\"Please select a date range\",\"EFq6EG\":\"Please select an image.\",\"fuwKpE\":\"Please try again.\",\"klWBeI\":\"Please wait before requesting another code\",\"hfHhaa\":\"Please wait while we prepare your affiliates for export...\",\"o+tJN/\":\"Please wait while we prepare your attendees for export...\",\"+5Mlle\":\"Please wait while we prepare your orders for export...\",\"trnWaw\":\"Polish\",\"luHAJY\":\"Popular Events (Last 14 Days)\",\"TjX7xL\":\"Post Checkout Message\",\"OESu7I\":\"Prevent overselling by sharing inventory across multiple ticket types.\",\"NgVUL2\":\"Preview checkout form\",\"cs5muu\":\"Preview Event page\",\"+4yRWM\":\"Price of the ticket\",\"a5jvSX\":\"Price Tiers\",\"ReihZ7\":\"Print Preview\",\"JnuPvH\":\"Print Ticket\",\"tYF4Zq\":\"Print to PDF\",\"LcET2C\":\"Privacy Policy\",\"8z6Y5D\":\"Process Refund\",\"JcejNJ\":\"Processing order\",\"EWCLpZ\":\"Product Created\",\"XkFYVB\":\"Product Deleted\",\"YMwcbR\":\"Product sales, revenue, and tax breakdown\",\"ldVIlB\":\"Product Updated\",\"JoKGiJ\":\"Promo code\",\"k3wH7i\":\"Promo code usage and discount breakdown\",\"uEhdRh\":\"Promo Only\",\"dLm8V5\":\"Promotional emails may result in account suspension\",\"EEYbdt\":\"Publish\",\"evDBV8\":\"Publish Event\",\"dsFmM+\":\"Purchased\",\"Vw0KCJ\":\"QR Code Check-in\",\"oWXNE5\":\"Qty\",\"k/bJj0\":\"Questions reordered\",\"b24kPi\":\"Queue\",\"fqDzSu\":\"Rate\",\"mnUGVC\":\"Rate limit exceeded. Please try again later.\",\"t41hVI\":\"Re-offer Spot\",\"spsZys\":\"Ready to upgrade? This takes only a few minutes.\",\"vt9xUl\":\"Real-Time Analytics\",\"xzRvs4\":[\"Receive product updates from \",[\"0\"],\".\"],\"pLXbi8\":\"Recent Account Signups\",\"Fi3b48\":\"Recent Orders\",\"7hPBBn\":\"recipient\",\"jp5bq8\":\"recipients\",\"yPrbsy\":\"Recipients\",\"E1F5Ji\":\"Recipients are available after the message is sent\",\"Edm6av\":\"Reconnect Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirecting to Stripe...\",\"pnoTN5\":\"Referral Accounts\",\"ACKu03\":\"Refresh Preview\",\"fKn/k6\":\"Refund amount\",\"qY4rpA\":\"Refund failed\",\"FaK/8G\":[\"Refund Order \",[\"0\"]],\"MGbi9P\":\"Refund pending\",\"BDSRuX\":[\"Refunded: \",[\"0\"]],\"bU4bS1\":\"Refunds\",\"rYXfOA\":\"Regional Settings\",\"5tl0Bp\":\"Registration Questions\",\"CQeZT8\":\"Report not found\",\"JEPMXN\":\"Request a new link\",\"TMLAx2\":\"Required\",\"mdeIOH\":\"Resend code\",\"sQxe68\":\"Resend Confirmation\",\"bxoWpz\":\"Resend Confirmation Email\",\"G42SNI\":\"Resend email\",\"TTpXL3\":[\"Resend in \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Resend Ticket\",\"Uwsg2F\":\"Reserved\",\"8wUjGl\":\"Reserved until\",\"kCn6wb\":\"Resetting...\",\"6gRgw8\":\"Retry\",\"1BG8ga\":\"Retry All\",\"rDC+T6\":\"Retry Job\",\"CbnrWb\":\"Return to Event\",\"Oo/PLb\":\"Revenue Summary\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Sale ended \",[\"0\"]],\"loCKGB\":[\"Sale ends \",[\"0\"]],\"wlfBad\":\"Sale Period\",\"5CDM6r\":\"Sale period set\",\"ftzaMf\":\"Sale period, order limits, visibility\",\"zpekWp\":[\"Sale starts \",[\"0\"]],\"mUv9U4\":\"Sales\",\"9KnRdL\":\"Sales are paused\",\"3VnlS9\":\"Sales, orders, and performance metrics for all events\",\"3Q1AWe\":\"Sales:\",\"B4nE3N\":\"Sample ticket price\",\"8BRPoH\":\"Sample Venue\",\"DyBPvP\":\"Save Configuration\",\"KZrfYJ\":\"Save Social Links\",\"9Y3hAT\":\"Save Template\",\"C8ne4X\":\"Save Ticket Design\",\"6/TNCd\":\"Save VAT Settings\",\"I+FvbD\":\"Scan\",\"QS1Nla\":\"Schedule for later\",\"NAzVVw\":\"Schedule Message\",\"4ba0NE\":\"Scheduled\",\"qcP/8K\":\"Scheduled time\",\"ftNXma\":\"Search affiliates...\",\"VY+Bdn\":\"Search by account name or email...\",\"VX+B3I\":\"Search by event title or organizer...\",\"R0wEyA\":\"Search by job name or exception...\",\"VT+urE\":\"Search by name or email...\",\"GHdjuo\":\"Search by name, email, or account...\",\"20ce0U\":\"Search by order ID, customer name, or email...\",\"4DSz7Z\":\"Search by subject, event, or account...\",\"BWF1kC\":\"Search messages...\",\"Mck5ht\":\"Secure Checkout\",\"p7xUrt\":\"Select a category\",\"3IcxS1\":\"Select a configuration\",\"e4L7bF\":\"Select a message to view its contents\",\"zPRPMf\":\"Select a tier\",\"BFRSTT\":\"Select Account\",\"mCB6Je\":\"Select All\",\"a6+167\":\"Select an event\",\"kYZSFD\":\"Select an organizer to view their dashboard and events.\",\"CFbaPk\":\"Select attendee group\",\"hJmVtD\":\"Select country\",\"tVW/yo\":\"Select currency\",\"n9ZhRa\":\"Select end date and time\",\"gTN6Ws\":\"Select end time\",\"0U6E9W\":\"Select event category\",\"j9cPeF\":\"Select event types\",\"1nhy8G\":\"Select Scanner Type\",\"KizCK7\":\"Select start date and time\",\"dJZTv2\":\"Select start time\",\"3hJUtr\":\"Select the country where VAT is registered\",\"x8XMsJ\":\"Select the messaging tier for this account. This controls message limits and link permissions.\",\"aT3jZX\":\"Select timezone\",\"TxfvH2\":\"Select which attendees should receive this message\",\"Ropvj0\":\"Select which events will trigger this webhook\",\"5Ds0vl\":\"Select which fee configuration applies to this account. Fixed fees are converted to the order currency at checkout.\",\"ylXj1N\":\"Selected\",\"j9b/iy\":\"Selling fast 🔥\",\"73qYgo\":\"Send as test\",\"HMAqFK\":\"Send emails to attendees, ticket holders, or order owners. Messages can be sent immediately or scheduled for later.\",\"22Itl6\":\"Send me a copy\",\"NpEm3p\":\"Send now\",\"nOBvex\":\"Send real-time order and attendee data to your external systems.\",\"1lNPhX\":\"Send refund notification email\",\"eaUTwS\":\"Send reset link\",\"QEQlnV\":\"Send your first message\",\"IoAuJG\":\"Sending...\",\"h69WC6\":\"Sent\",\"BVu2Hz\":\"Sent By\",\"SPdzrs\":\"Sent to customers when they place an order\",\"LxSN5F\":\"Sent to each attendee with their ticket details\",\"89xaFU\":\"Set default platform fee settings for new events created under this organizer.\",\"eXssj5\":\"Set default settings for new events created under this organizer.\",\"s0FkEx\":\"Set up check-in lists for different entrances, sessions, or days.\",\"xMO+Ao\":\"Set up your organization\",\"C3htzi\":\"Setting updated\",\"Ohn74G\":\"Setup & Design\",\"GG7qDw\":\"Share Affiliate Link\",\"hL7sDJ\":\"Share Organizer Page\",\"jy6QDF\":\"Shared Capacity Management\",\"cMW+gm\":[\"Show all platforms (\",[\"0\"],\" more with values)\"],\"UVPI5D\":\"Show fewer platforms\",\"Eu/N/d\":\"Show marketing opt-in checkbox\",\"SXzpzO\":\"Show marketing opt-in checkbox by default\",\"b33PL9\":\"Show more platforms\",\"t1LIQW\":[\"Showing \",[\"0\"],\" of \",[\"totalRows\"],\" records\"],\"jVRHeq\":\"Signed Up\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Social Links\",\"j/TOB3\":\"Social Links & Website\",\"s9KGXU\":\"Sold\",\"5qOnWX\":\"Sold-Out Waitlist\",\"KTxc6k\":\"Something went wrong, please try again, or contact support if the problem persists\",\"lkE00/\":\"Something went wrong. Please try again later.\",\"H6Gslz\":\"Sorry for the inconvenience.\",\"wdxz7K\":\"Source\",\"7JFNej\":\"Sports\",\"JcQp9p\":\"Start date & time\",\"0m/ekX\":\"Start Date & Time\",\"izRfYP\":\"Start date is required\",\"2R1+Rv\":\"Start time of the event\",\"2NbyY/\":\"Statistics\",\"GVUxAX\":\"Statistics are based on account creation date\",\"DRykfS\":\"Still handling refunds for your older transactions.\",\"wuV0bK\":\"Stop Impersonating\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe Connected\",\"aKtF0O\":\"Stripe Not Connected\",\"9i0++A\":\"Stripe Payment ID\",\"/QlTE4\":\"Stripe setup is already complete.\",\"ii0qn/\":\"Subject is required\",\"M7Uapz\":\"Subject will appear here\",\"6aXq+t\":\"Subject:\",\"JwTmB6\":\"Successfully Duplicated Product\",\"WUOCgI\":\"Successfully offered a spot\",\"IvxA4G\":[\"Successfully offered tickets to \",[\"count\"],\" people\"],\"kKpkzy\":\"Successfully offered tickets to 1 person\",\"Zi3Sbw\":\"Successfully removed from waitlist\",\"RuaKfn\":\"Successfully Updated Address\",\"kzx0uD\":\"Successfully Updated Event Defaults\",\"5n+Wwp\":\"Successfully Updated Organizer\",\"DMCX/I\":\"Successfully Updated Platform Fee Defaults\",\"URUYHc\":\"Successfully Updated Platform Fee Settings\",\"0Dk/l8\":\"Successfully Updated SEO Settings\",\"S8Tua9\":\"Successfully Updated Settings\",\"MhOoLQ\":\"Successfully Updated Social Links\",\"kj7zYe\":\"Successfully updated Webhook\",\"dXoieq\":\"Summary\",\"/RfJXt\":[\"Summer Music Festival \",[\"0\"]],\"CWOPIK\":\"Summer Music Festival 2025\",\"UaISq3\":\"Swedish\",\"JZTQI0\":\"Switch Organizer\",\"9YHrNC\":\"System Default\",\"XX32BM\":\"Takes just a few minutes\",\"yT6dQ8\":\"Tax collected grouped by tax type and event\",\"Ye321X\":\"Tax Name\",\"WyCBRt\":\"Tax Summary\",\"GkH0Pq\":\"Taxes & fees applied\",\"Rwiyt2\":\"Taxes configured\",\"iQZff7\":\"Taxes, Fees, Visibility, Sale Period, Product Highlight & Order Limits\",\"BW6QAz\":\"Team Management\",\"vlf/In\":\"Tech\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Tell people what to expect at your event\",\"NiIUyb\":\"Tell us about your event\",\"DovcfC\":\"Tell us about your organization. This information will be displayed on your event pages.\",\"7wtpH5\":\"Template Active\",\"QHhZeE\":\"Template created successfully\",\"xrWdPR\":\"Template deleted successfully\",\"G04Zjt\":\"Template saved successfully\",\"xowcRf\":\"Terms of Service\",\"6K0GjX\":\"Text may be hard to read\",\"nm3Iz/\":\"Thank you for attending!\",\"lhAWqI\":\"Thanks for your support as we continue to grow and improve Hi.Events!\",\"KfmPRW\":\"The background color of the page. When using cover image, this is applied as an overlay.\",\"MDNyJz\":\"The code will expire in 10 minutes. Check your spam folder if you don't see the email.\",\"AIF7J2\":\"The currency in which the fixed fee is defined. It will be converted to the order currency at checkout.\",\"MJm4Tq\":\"The currency of the order\",\"cDHM1d\":\"The email address has been changed. The attendee will receive a new ticket at the updated email address.\",\"I/NNtI\":\"The event venue\",\"tXadb0\":\"The event you're looking for is not available at the moment. It may have been removed, expired, or the URL might be incorrect.\",\"EBzPwC\":\"The full event address\",\"sxKqBm\":\"The full order amount will be refunded to the customer's original payment method.\",\"KgDp6G\":\"The link you are trying to access has expired or is no longer valid. Please check your email for an updated link to manage your order.\",\"5OmEal\":\"The locale of the customer\",\"sYLeDq\":\"The organizer you're looking for could not be found. The page may have been moved, deleted, or the URL might be incorrect.\",\"C4nQe5\":\"The platform fee is added to the ticket price. Buyers pay more, but you receive the full ticket price.\",\"HxxXZO\":\"The primary brand color used for buttons and highlights\",\"z0KrIG\":\"The scheduled time is required\",\"EWErQh\":\"The scheduled time must be in the future\",\"DEcpfp\":\"The template body contains invalid Liquid syntax. Please correct it and try again.\",\"injXD7\":\"The VAT number could not be validated. Please check the number and try again.\",\"A4UmDy\":\"Theater\",\"tDwYhx\":\"Theme & Colors\",\"QP3gP+\":\"These settings apply only to copied embed code and won't be stored.\",\"HirZe8\":\"These templates will be used as defaults for all events in your organization. Individual events can override these templates with their own custom versions.\",\"lzAaG5\":\"These templates will override the organizer defaults for this event only. If no custom template is set here, the organizer template will be used instead.\",\"XBNC3E\":\"This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed.\",\"AaP0M+\":\"This color combination may be hard to read for some users\",\"RzEvf5\":\"This event has ended\",\"YClrdK\":\"This event is not published yet\",\"dFJnia\":\"This is the name of your organizer that will be displayed to your users.\",\"L7dIM7\":\"This link is invalid or has expired.\",\"MR5ygV\":\"This link is no longer valid\",\"9LEqK0\":\"This name is visible to end users\",\"j5FdeA\":\"This order is being processed.\",\"sjNPMw\":\"This order was abandoned. You can start a new order anytime.\",\"OhCesD\":\"This order was cancelled. You can start a new order anytime.\",\"lyD7rQ\":\"This organizer profile is not published yet\",\"9b5956\":\"This preview shows how your email will look with sample data. Actual emails will use real values.\",\"uM9Alj\":\"This product is highlighted on the event page\",\"RqSKdX\":\"This product is sold out\",\"W12OdJ\":\"This report is for informational purposes only. Always consult with a tax professional before using this data for accounting or tax purposes. Please cross-reference with your Stripe dashboard as Hi.Events may be missing historical data.\",\"0Ew0uk\":\"This ticket was just scanned. Please wait before scanning again.\",\"kvpxIU\":\"This will be used for notifications and communication with your users.\",\"rhsath\":\"This will not be visible to customers, but helps you identify the affiliate.\",\"Mr5UUd\":\"Ticket Cancelled\",\"0GSPnc\":\"Ticket Design\",\"EZC/Cu\":\"Ticket design saved successfully\",\"bbslmb\":\"Ticket Designer\",\"1BPctx\":\"Ticket for\",\"bgqf+K\":\"Ticket holder's email\",\"oR7zL3\":\"Ticket holder's name\",\"HGuXjF\":\"Ticket holders\",\"CMUt3Y\":\"Ticket Holders\",\"awHmAT\":\"Ticket ID\",\"6czJik\":\"Ticket Logo\",\"OkRZ4Z\":\"Ticket Name\",\"t79rDv\":\"Ticket Not Found\",\"6tmWch\":\"Ticket or Product\",\"1tfWrD\":\"Ticket Preview for\",\"KnjoUA\":\"Ticket price\",\"tGCY6d\":\"Ticket Price\",\"pGZOcL\":\"Ticket resent successfully\",\"8jLPgH\":\"Ticket Type\",\"X26cQf\":\"Ticket URL\",\"8qsbZ5\":\"Ticketing & Sales\",\"zNECqg\":\"tickets\",\"6GQNLE\":\"Tickets\",\"NRhrIB\":\"Tickets & Products\",\"EUnesn\":\"Tickets Available\",\"AGRilS\":\"Tickets Sold\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"To\",\"nniGTr\":\"To edit configurations, go to the Configurations section in the admin menu.\",\"tiI71C\":\"To increase your limits, contact us at\",\"BZBYf3\":\"To receive credit card payments, you need to connect your Stripe account. Stripe is our payment processing partner that ensures secure transactions and timely payouts.\",\"W428WC\":\"Toggle columns\",\"UBSG1X\":\"Top Organizers (Last 14 Days)\",\"3sZ0xx\":\"Total Accounts\",\"EaAPbv\":\"Total amount paid\",\"SMDzqJ\":\"Total Attendees\",\"orBECM\":\"Total Collected\",\"k5CU8c\":\"Total Entries\",\"4B7oCp\":\"Total Fee\",\"KSDwd5\":\"Total Orders\",\"vb0Q0/\":\"Total Users\",\"oJjplO\":\"Total Views\",\"orluER\":\"Track account growth and performance by attribution source\",\"NHq3l1\":\"Track sales, revenue, and attendance with detailed reports\",\"OpKMSn\":\"Transaction Fee:\",\"uKOFO5\":\"True if offline payment\",\"9GsDR2\":\"True if payment pending\",\"ouM5IM\":\"Try another email\",\"3DZvE7\":\"Try Hi.Events Free\",\"Kz91g/\":\"Turkish\",\"GdOhw6\":\"Turn sound off\",\"KUOhTy\":\"Turn sound on\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Type of ticket\",\"IrVSu+\":\"Unable to duplicate product. Please check the your details\",\"Vx2J6x\":\"Unable to fetch attendee\",\"h0dx5e\":\"Unable to join waitlist\",\"n57zCW\":\"Unattributed Accounts\",\"b9SN9q\":\"Unique order reference\",\"Ef7StM\":\"Unknown\",\"ZBAScj\":\"Unknown Attendee\",\"ZkS2p3\":\"Unpublish Event\",\"X13xGn\":\"Untrusted\",\"Pp1sWX\":\"Update Affiliate\",\"KMMOAy\":\"Upgrade Available\",\"gJQsLv\":\"Upload a cover image for your organizer\",\"4kEGqW\":\"Upload a logo for your organizer\",\"lnCMdg\":\"Upload Image\",\"29w7p6\":\"Uploading image...\",\"HtrFfw\":\"URL is required\",\"WBq1/R\":\"USB Scanner Already Active\",\"EV30TR\":\"USB Scanner mode activated. Start scanning tickets now.\",\"fovJi3\":\"USB Scanner mode deactivated\",\"hli+ga\":\"USB/HID Scanner\",\"OHJXlK\":\"Use <0>Liquid templating to personalize your emails\",\"0k4cdb\":\"Use order details for all attendees. Attendee names and emails will match the buyer's information.\",\"bA31T4\":\"Use the buyer's details for all attendees\",\"rnoQsz\":\"Used for borders, highlights, and QR code styling\",\"BV4L/Q\":\"UTM Analytics\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Valid\",\"GuXjc5\":\"Validated\",\"imLQ9Y\":\"Validating your VAT number...\",\"cK9+xQ\":\"VAT Country\",\"sqdl5s\":\"VAT Information\",\"UjNWsF\":\"VAT may be applied to platform fees depending on your VAT registration status. Please complete the VAT information section below.\",\"pnVh83\":\"VAT Number\",\"CabI04\":\"VAT number must not contain spaces\",\"PMhxAR\":\"VAT number must start with a 2-letter country code followed by 8-15 alphanumeric characters (e.g., DE123456789)\",\"gPgdNV\":\"VAT number validated successfully\",\"RUMiLy\":\"VAT number validation failed\",\"vqji3Y\":\"VAT number validation failed. Please check your VAT number.\",\"8dENF9\":\"VAT on Fee\",\"ZutOKU\":\"VAT Rate\",\"CZomgW\":\"VAT Registered\",\"PCRCCN\":\"VAT Registration Information\",\"oSDBWm\":\"VAT Settings\",\"Nfbg76\":\"VAT settings saved successfully\",\"UvYql/\":\"VAT settings saved. We're validating your VAT number in the background.\",\"R6n7j9\":\"VAT settings updated successfully\",\"tJylUv\":\"VAT Treatment for Platform Fees\",\"FlGprQ\":\"VAT treatment for platform fees: EU VAT-registered businesses can use the reverse charge mechanism (0% - Article 196 of VAT Directive 2006/112/EC). Non-VAT registered businesses are charged Irish VAT at 23%.\",\"516oLj\":\"VAT validation service temporarily unavailable\",\"AdWhjZ\":\"Verification code\",\"QDEWii\":\"Verified\",\"wCKkSr\":\"Verify Email\",\"/IBv6X\":\"Verify your email\",\"e/cvV1\":\"Verifying...\",\"fROFIL\":\"Vietnamese\",\"RnvnDc\":\"View all messages sent across the platform\",\"+WFMis\":\"View and download reports across all your events. Only completed orders are included.\",\"c7VN/A\":\"View Answers\",\"SZw9tS\":\"View Details\",\"FCVmuU\":\"View Event\",\"c6SXHN\":\"View Event Page\",\"n6EaWL\":\"View logs\",\"OaKTzt\":\"View Map\",\"zNZNMs\":\"View Message\",\"67OJ7t\":\"View Order\",\"tKKZn0\":\"View Order Details\",\"KeCXJu\":\"View order details, issue refunds, and resend confirmations.\",\"9jnAcN\":\"View Organizer Homepage\",\"1J/AWD\":\"View Ticket\",\"N9FyyW\":\"View, edit, and export your registered attendees.\",\"6dp/Hz\":\"Vimeo\",\"wPRp9Z\":\"Visible to check-in staff only. Helps identify this list during check-in.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Waiting\",\"quR8Qp\":\"Waiting for payment\",\"u0n+wz\":\"Waitlist\",\"3RXFtE\":\"Waitlist Enabled\",\"aUi/Dz\":\"Warning: This is the system default configuration. Changes will affect all accounts that don't have a specific configuration assigned.\",\"RRZDED\":\"We couldn't find any orders associated with this email address.\",\"2RZK9x\":\"We couldn't find the order you're looking for. The link may have expired or the order details may have changed.\",\"nefMIK\":\"We couldn't find the ticket you're looking for. The link may have expired or the ticket details may have changed.\",\"miysJh\":\"We couldn't find this order. It may have been removed.\",\"HJKdzP\":\"We hit a snag loading this page. Please try again.\",\"IfN2Qo\":\"We recommend a square logo with minimum dimensions of 200x200px\",\"wJzo/w\":\"We recommend dimensions of 400px by 400px, and a maximum file size of 5MB\",\"x8rEDQ\":\"We were unable to validate your VAT number after multiple attempts. We'll continue trying in the background. Please check back later.\",\"Uo5ddP\":[\"We'll notify you by email if a spot becomes available for \",[\"0\"],\".\"],\"q1BizZ\":\"We'll send your tickets to this email\",\"ZOmUYW\":\"We'll validate your VAT number in the background. If there are any issues, we'll let you know.\",\"zCdObC\":\"We've officially moved our headquarters to Ireland 🇮🇪. As part of this transition, we're now using Stripe Ireland instead of Stripe Canada. To keep your payouts running smoothly, you'll need to reconnect your Stripe account.\",\"jh2orE\":\"We've relocated our headquarters to Ireland. As a result, we need you to reconnect your Stripe account. This quick process takes just a few minutes. Your sales and existing data remain completely unaffected.\",\"Fq/Nx7\":\"We've sent a 5-digit verification code to:\",\"GdWB+V\":\"Webhook created successfully\",\"2X4ecw\":\"Webhook deleted successfully\",\"CThMKa\":\"Webhook Logs\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook will not send notifications\",\"FSaY52\":\"Webhook will send notifications\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Website\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Welcome back\",\"QDWsl9\":[\"Welcome to \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Welcome to \",[\"0\"],\", here's a listing of all your events\"],\"FaSXqR\":\"What type of event?\",\"f30uVZ\":\"What you need to do:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"When a check-in is deleted\",\"Gmd0hv\":\"When a new attendee is created\",\"Lc18qn\":\"When a new order is created\",\"dfkQIO\":\"When a new product is created\",\"8OhzyY\":\"When a product is deleted\",\"tRXdQ9\":\"When a product is updated\",\"9L9/28\":\"When a product sells out, customers can join a waitlist to be notified when spots become available.\",\"Q7CWxp\":\"When an attendee is cancelled\",\"IuUoyV\":\"When an attendee is checked in\",\"nBVOd7\":\"When an attendee is updated\",\"ny2r8d\":\"When an order is cancelled\",\"c9RYbv\":\"When an order is marked as paid\",\"ejMDw1\":\"When an order is refunded\",\"fVPt0F\":\"When an order is updated\",\"bcYlvb\":\"When check-in closes\",\"XIG669\":\"When check-in opens\",\"de6HLN\":\"When customers purchase tickets, their orders will appear here.\",\"403wpZ\":\"When enabled, new events will allow attendees to manage their own ticket details via a secure link. This can be overridden per event.\",\"blXLKj\":\"When enabled, new events will display a marketing opt-in checkbox during checkout. This can be overridden per event.\",\"Kj0Txn\":\"When enabled, no application fees will be charged on Stripe Connect transactions. Use this for countries where application fees are not supported.\",\"uchB0M\":\"Widget Preview\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Write your message here...\",\"nhtR6Y\":\"X (Twitter)\",\"X/azM1\":\"Yes - I have a valid EU VAT registration number\",\"Tz5oXG\":\"Yes, cancel my order\",\"QlSZU0\":[\"You are impersonating <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"You are issuing a partial refund. The customer will be refunded \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"You can configure additional service fees and taxes in your account settings.\",\"5VGIlq\":\"You have reached your messaging limit.\",\"casL1O\":\"You have taxes and fees added to a Free Product. Would you like to remove them?\",\"pCLes8\":\"You must agree to receive messages\",\"FVTVBy\":\"You must verify your email address before you can update the organizer status.\",\"w65ZgF\":\"You need to verify your account email before you can modify email templates.\",\"FRl8Jv\":\"You need to verify your account email before you can send messages.\",\"FgRxRP\":\"You own 100% of your attendee data, always\",\"88cUW+\":\"You receive\",\"U3wiCB\":\"You're all set! Your payments are being processed smoothly.\",\"MNFIxz\":[\"You're going to \",[\"0\"],\"!\"],\"qGZz0m\":\"You're on the waitlist!\",\"/5HL6k\":\"You've been offered a spot!\",\"p/Sa0j\":\"Your account has messaging limits. To increase your limits, contact us at\",\"x/xjzn\":\"Your affiliates have been exported successfully.\",\"TF37u6\":\"Your attendees have been exported successfully.\",\"79lXGw\":\"Your check-in list has been created successfully. Share the link below with your check-in staff.\",\"BnlG9U\":\"Your current order will be lost.\",\"nBqgQb\":\"Your Email\",\"GG1fRP\":\"Your event is live!\",\"R02pnV\":\"Your event must be live before you can sell tickets to attendees.\",\"hDNwnf\":\"Your logo, colors, and style on every page\",\"ifRqmm\":\"Your message has been sent successfully!\",\"0/+Nn9\":\"Your messages will appear here\",\"/Rj5P4\":\"Your Name\",\"PFjJxY\":\"Your new password must be at least 8 characters long.\",\"gzrCuN\":\"Your order details have been updated. A confirmation email has been sent to the new email address.\",\"naQW82\":\"Your order has been cancelled.\",\"bhlHm/\":\"Your order is awaiting payment\",\"XeNum6\":\"Your orders have been exported successfully.\",\"Xd1R1a\":\"Your organizer address\",\"WWYHKD\":\"Your payment is protected with bank-level encryption\",\"5b3QLi\":\"Your Plan\",\"6heFYY\":\"Your Stripe account is connected and processing payments.\",\"vvO1I2\":\"Your Stripe account is connected and ready to process payments.\",\"CnZ3Ou\":\"Your tickets have been confirmed.\",\"EmFsMZ\":\"Your VAT number is queued for validation\",\"QBlhh4\":\"Your VAT number will be validated when you save\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Search products\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Copy details to first attendee\"],\"+4yRWM\":[\"Price of the ticket\"],\"+4zM7f\":[\"Get paid immediately via Stripe Connect\"],\"+5Mlle\":[\"Please wait while we prepare your orders for export...\"],\"+8bmSu\":[\"California\"],\"+CeSxK\":[\"Check-In List deleted successfully\"],\"+FWjhR\":[\"You have run out of time to complete your order.\"],\"+G/XiQ\":[\"Year to date\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"ZIP or Postal Code\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Skip this step\"],\"+QARA4\":[\"Art\"],\"+WFMis\":[\"View and download reports across all your events. Only completed orders are included.\"],\"+Y976X\":[\"No Promo Codes to show\"],\"+dAKxg\":[\"No configurations found\"],\"+eZ7dp\":[\"Offline Payments\"],\"+fA4C7\":[\"Duplicate Options\"],\"+guao5\":[\"Edit Configuration\"],\"+hBhWk\":[\"Check-in list has expired\"],\"+jIeoh\":[\"No accounts found\"],\"+jw/c1\":[\"Delete image\"],\"+pr/FY\":[\"Search by event name...\"],\"+qqX74\":[\"Update event name, description and dates\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Code is required\"],\"+zy2Nq\":[\"Type\"],\"/2by1f\":[\"State or Region\"],\"/3017M\":[\"Connected to Stripe\"],\"/4gGIX\":[\"Copy to clipboard\"],\"/5HL6k\":[\"You've been offered a spot!\"],\"/5PEQz\":[\"View event page\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Refunded\"],\"/Bh+7r\":[\"Performance\"],\"/CV2x+\":[\"Are you sure you want to cancel this attendee? This will void their ticket\"],\"/DNy62\":[\"We couldn't find any tickets matching \",[\"0\"]],\"/H326L\":[\"Already Refunded\"],\"/HGmW9\":[\"Create trackable links to reward partners who promote your event.\"],\"/HkCs4\":[[\"0\"],\" tickets\"],\"/IBv6X\":[\"Verify your email\"],\"/IX/7x\":[\"Other\"],\"/IzmnP\":[\"Please wait while we prepare your invoice...\"],\"/JdZIP\":[\"Assigned Configuration\"],\"/Jizh9\":[\"Choose an account\"],\"/PN1DA\":[\"Add a description for this check-in list\"],\"/QlTE4\":[\"Stripe setup is already complete.\"],\"/RfJXt\":[\"Summer Music Festival \",[\"0\"]],\"/Rj5P4\":[\"Your Name\"],\"/SIY6o\":[\"SEO Keywords\"],\"/SgoNA\":[\"Total Tax\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Check Out\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"No attribution data found\"],\"/bhMdO\":[\"My amazing event description...\"],\"/cSMqv\":[\"Unable to create question. Please check the your details\"],\"/dgc8E\":[\"Event Date\"],\"/gWrVZ\":[\"Daily revenue, taxes, fees, and refunds across all events\"],\"/iE8xx\":[\"Hi.Events Fee\"],\"/jHBj5\":[\"Affiliate created successfully\"],\"/jQctM\":[\"To\"],\"/jZOZa\":[\"Service Fee\"],\"/l/ckQ\":[\"Paste URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Fees\"],\"/p9Fhq\":[\"Unlimited available\"],\"/roQKz\":[\"Percentage\"],\"/sV91a\":[\"Fee Handling\"],\"/u4DIx\":[\"Products Sold\"],\"/xC/im\":[\"Billing Settings\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"A short description of your organizer that will be displayed to your users.\"],\"0+iwE5\":[\"Failed to reorder questions\"],\"0/+Nn9\":[\"Your messages will appear here\"],\"0/vPdA\":[\"Add any notes about the attendee. These will not be visible to the attendee.\"],\"0/yJtP\":[\"Message order owners with specific products\"],\"01WH0a\":[\"We were unable to confirm your payment. Please try again or contact support.\"],\"01sEfm\":[\"Cannot delete the system default configuration\"],\"02ePaq\":[\"Select \",[\"0\"]],\"06s3w3\":[\"Hide product before sale start date\"],\"074+X8\":[\"No Active Webhooks\"],\"0Dk/l8\":[\"Successfully Updated SEO Settings\"],\"0Ew0uk\":[\"This ticket was just scanned. Please wait before scanning again.\"],\"0GSPnc\":[\"Ticket Design\"],\"0GwUT4\":[\"Continue to Checkout\"],\"0I0Hac\":[\"Important Notice\"],\"0R3Y+9\":[\"Attendee Email\"],\"0RXCDo\":[\"Tax or Fee deleted successfully\"],\"0U6E9W\":[\"Select event category\"],\"0UZTSq\":[\"Order Currency\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Event Defaults\"],\"0Zypnp\":[\"Admin Dashboard\"],\"0aVEBY\":[\"Are you sure you want to delete all failed jobs?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Use order details for all attendees. Attendee names and emails will match the buyer's information.\"],\"0m/ekX\":[\"Start Date & Time\"],\"0pC/y6\":[\"Event\"],\"0zpgxV\":[\"Options\"],\"147G4h\":[\"Are you sure you want to leave?\"],\"15qAvl\":[\"You have no pending email change.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Events Performance\"],\"1BG8ga\":[\"Retry All\"],\"1BPctx\":[\"Ticket for\"],\"1DBGsz\":[\"Notes\"],\"1E0vyy\":[\"We couldn't load the data. Please try again.\"],\"1HfW/F\":[\"Colors\"],\"1Hzev4\":[\"Event custom template\"],\"1J/AWD\":[\"View Ticket\"],\"1JnTgU\":[\"Copied from above\"],\"1JwlHk\":[\"Product Category\"],\"1MAvUY\":[\"Manage payment and invoicing settings for this event.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Order updated successfully\"],\"1SbbH8\":[\"Shown to the customer after they checkout, on the order summary page.\"],\"1USFWA\":[\"Product deleted successfully\"],\"1UzENP\":[\"No\"],\"1WnhCL\":[\"Checkout Settings\"],\"1Xxb9f\":[\"Connect payment processing\"],\"1YMS+X\":[\"Creating your event, please wait\"],\"1Ycaad\":[\"Successfully updated product\"],\"1ZKm04\":[\"Is this account VAT registered in the EU?\"],\"1ZaQUH\":[\"Last name\"],\"1bZAZA\":[\"Default template will be used\"],\"1d6kks\":[\"+Tax/Fees\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Orders\"],\"1jRD0v\":[\"Message attendees with specific tickets\"],\"1jUg5D\":[\"Offered\"],\"1k0Mp4\":[\"This check-in list is not active yet\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Send refund notification email\"],\"1lRT3t\":[\"Disabling this capacity will track sales but not stop them when the limit is reached\"],\"1m+YT2\":[\"Mandatory questions must be answered before the customer can checkout.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Select Scanner Type\"],\"1njn7W\":[\"Light\"],\"1oPDuj\":[\"Attribution Value\"],\"1qY5Ue\":[\"Link Expired or Invalid\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Enter the VAT number including country code\"],\"1tfWrD\":[\"Ticket Preview for\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Accent Color\"],\"1vBhpG\":[\"First attendee\"],\"1z26sk\":[\"Invite Team Member\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Download sales, attendee, and financial reports for all completed orders.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Search by order ID, customer name, or email...\"],\"22BOve\":[\"Attendee updated successfully\"],\"22Itl6\":[\"Send me a copy\"],\"22xieU\":[\"e.g. 180 (3 hours)\"],\"237hSL\":[\"Ended\"],\"24l4x6\":[\"Add Product\"],\"25QDJ1\":[\"- Click to Publish\"],\"261RBr\":[\"Approve Message\"],\"26pGvx\":[\"Have a promo code?\"],\"29w7p6\":[\"Uploading image...\"],\"2E2O5H\":[\"Customize the miscellaneous settings for this event\"],\"2FzaR1\":[\"Manage your payment processing and view platform fees\"],\"2KAI4N\":[\"Export CSV\"],\"2L3vle\":[\"Max Messages / 24h\"],\"2LMsOq\":[\"Last 12 months\"],\"2NLjA6\":[\"Cover image will be displayed at the top of your organizer page\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Statistics\"],\"2O7Ybb\":[\"Offer Timeout\"],\"2POOFK\":[\"Free\"],\"2R1+Rv\":[\"Start time of the event\"],\"2RZK9x\":[\"We couldn't find the order you're looking for. The link may have expired or the order details may have changed.\"],\"2VLZwd\":[\"Call-to-Action Button\"],\"2X4ecw\":[\"Webhook deleted successfully\"],\"2bR+8v\":[\"Total Gross Sales\"],\"2cUopP\":[\"Please restart the checkout process.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Joined\"],\"2hGPQG\":[\"Examples: \\\"T-shirt size\\\", \\\"Meal preference\\\", \\\"Job title\\\"\"],\"2iZEz7\":[\"Edit Answer\"],\"2q/Q7x\":[\"Visibility\"],\"2r6bAy\":[\"Once you complete the upgrade, your old account will only be used for refunds.\"],\"2rHwhl\":[\"Awaiting Offline Payment\"],\"2tbLdK\":[\"Charity\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Percentage fee (0-100%)\"],\"31KB8w\":[\"All failed jobs deleted\"],\"352VU2\":[\"Don't have an account? <0>Sign up\"],\"38KFY0\":[\"Insert Variable\"],\"3DZvE7\":[\"Try Hi.Events Free\"],\"3ENYTQ\":[\"Your email request change to <0>\",[\"0\"],\" is pending. Please check your email to confirm\"],\"3EXqwa\":[\"Category Created Successfully\"],\"3F1nBX\":[\"Donation / Pay what you'd like product\"],\"3GfR6a\":[\"Enter business name\"],\"3IEF7U\":[[\"totalCount\"],\" ticket types\"],\"3IcxS1\":[\"Select a configuration\"],\"3Kzsk7\":[\"This product is a ticket. Buyers will be issued a ticket upon purchase\"],\"3LtiBI\":[\"Discount in \",[\"0\"]],\"3NT0Ck\":[\"Order was cancelled\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Sales:\"],\"3R/Tu2\":[\"Default Fee Handling\"],\"3RQ81z\":[\"Each person will receive an email with a reserved spot to complete their purchase.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Connect with Stripe\"],\"3VnlS9\":[\"Sales, orders, and performance metrics for all events\"],\"3Z223G\":[\"Error confirming email address\"],\"3ZI8IL\":[\"You must agree to the terms and conditions\"],\"3bR1r4\":[\"Enter affiliate email (optional)\"],\"3buiaw\":[\"Platform Fees Report\"],\"3cKoxx\":[\"Configurations\"],\"3cqmut\":[\"Affiliates help you track sales generated by partners and influencers. Create affiliate codes and share them to monitor performance.\"],\"3ep0Gx\":[\"General information about your organizer\"],\"3hJUtr\":[\"Select the country where VAT is registered\"],\"3oSV95\":[\"Select Product Tier\"],\"3ogkAk\":[\"Duplicate Event\"],\"3pykXZ\":[\"Accept bank transfers, checks, or other offline payment methods\"],\"3sRuiW\":[\"No Tickets Found\"],\"3sVRey\":[\"Offer Tickets\"],\"3sZ0xx\":[\"Total Accounts\"],\"3suLF0\":[\"Successfully updated Capacity Assignment\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Customize your organizer page appearance\"],\"3wF4Q/\":[\"Awaiting payment\"],\"3wV73y\":[\"City\"],\"3y+V4p\":[\"Organization Address\"],\"3yNuBV\":[\"Edit VAT Settings\"],\"3yiej1\":[\"eg. 23.5 for 23.5%\"],\"3zRbWw\":[\"Search by name, email, or order #...\"],\"4+am6b\":[\"No, keep me here\"],\"4/If97\":[\"Event status update failed. Please try again later\"],\"4/kP5a\":[\"If a new tab did not open automatically, please click the button below to continue to checkout.\"],\"403wpZ\":[\"When enabled, new events will allow attendees to manage their own ticket details via a secure link. This can be overridden per event.\"],\"40Gx0U\":[\"Timezone\"],\"41BQ3k\":[\"Contact Email\"],\"41dJPO\":[\"No VAT settings configured\"],\"45Srzt\":[\"We couldn't delete the category. Please try again.\"],\"48Y16Q\":[\"End time (optional)\"],\"48rf3i\":[\"Message cannot exceed 5000 characters\"],\"4B7oCp\":[\"Total Fee\"],\"4CETZY\":[\"Get Directions\"],\"4D3rRj\":[\"Go back to profile\"],\"4DSz7Z\":[\"Search by subject, event, or account...\"],\"4GLxhy\":[\"Getting Started\"],\"4GhX3c\":[\"No Webhooks\"],\"4H80qv\":[\"Successfully updated order\"],\"4HVzhV\":[\"Attendees:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Event Not Available\"],\"4K2OjV\":[\"Event Venue\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Are you sure you want to publish this organizer profile? Once published, it will be visible to the public.\"],\"4WT5tD\":[\"🎨 Customize your event page\"],\"4Y2FZT\":[\"Product Price Type\"],\"4bUH9i\":[\"Collect attendee details for each ticket purchased.\"],\"4ba0NE\":[\"Scheduled\"],\"4fL/V7\":[\"Pay\"],\"4kEGqW\":[\"Upload a logo for your organizer\"],\"4kSf7w\":[\"🎟️ Add products\"],\"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.\"],\"4lVaWA\":[\"Awaiting offline payment\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"First name is required\"],\"4qmnU8\":[\"Connect your Stripe account to accept payments.\"],\"4rnJq4\":[\"Embed Script\"],\"4ueloy\":[\"What is a Category?\"],\"4wUIjX\":[\"Make your event live\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"VAT validation service temporarily unavailable\"],\"51AsAN\":[\"Check your inbox! If tickets are associated with this email, you'll receive a link to view them.\"],\"51U9mG\":[\"Payments will continue to flow without interruption\"],\"54GxeB\":[\"No impact on your current or past transactions\"],\"54MPqC\":[\"e.g., Standard, Premium, Enterprise\"],\"54q0zp\":[\"Tickets for\"],\"55i7Fa\":[\"This message will only be shown if order is completed successfully. Orders awaiting payment will not show this message\"],\"5670b9\":[\"Failed to offer tickets\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"ticket\"],\"5CDM6r\":[\"Sale period set\"],\"5CQ+r0\":[\"Allow attendees associated with unpaid orders to check in\"],\"5CiNPm\":[\"Resend Ticket\"],\"5Ds0vl\":[\"Select which fee configuration applies to this account. Fixed fees are converted to the order currency at checkout.\"],\"5F7SYw\":[\"Partial refund\"],\"5FSIzj\":[\"Please Note\"],\"5H3Z78\":[\"Are you sure you want to delete this webhook?\"],\"5It1cQ\":[\"Orders Exported\"],\"5K8REg\":[\"This order has already been refunded.\"],\"5LAZwq\":[\"Impersonation started\"],\"5LDT6f\":[\"Check out this event!\"],\"5N4wLD\":[\"What type of question is this?\"],\"5OmEal\":[\"The locale of the customer\"],\"5Qmxo/\":[\"Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public.\"],\"5RDEEn\":[\"Order Locale\"],\"5ShqeM\":[\"The check-in list you are looking for does not exist.\"],\"5T2HxQ\":[\"Activation date\"],\"5UbY+B\":[\"Attendees with a specific ticket\"],\"5VGIlq\":[\"You have reached your messaging limit.\"],\"5YrKW7\":[\"Complete your payment to secure your tickets.\"],\"5b3QLi\":[\"Your Plan\"],\"5cxUwd\":[\"Payment Date\"],\"5lcVkL\":[\"Connection Details\"],\"5mpF6N\":[\"Fixed fee amount in \",[\"currencyCode\"]],\"5n+Wwp\":[\"Successfully Updated Organizer\"],\"5qOnWX\":[\"Sold-Out Waitlist\"],\"5slqwZ\":[\"Create Your Event\"],\"5tT0+u\":[\"Invalid email format\"],\"5tl0Bp\":[\"Registration Questions\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Hide this product from customers\"],\"6/TNCd\":[\"Save VAT Settings\"],\"6/dCYd\":[\"Overview\"],\"60u+dQ\":[\"Cover image will be displayed at the top of your event page\"],\"621rYf\":[\"Payment\"],\"62Ciis\":[\"Close sidebar\"],\"65A04M\":[\"Spanish\"],\"67NsZP\":[\"Creating Event...\"],\"67OJ7t\":[\"View Order\"],\"68Axnm\":[\"There was an error processing your request. Please try again.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Tickets\"],\"6HK5Ct\":[\"Completed orders\"],\"6IwNUc\":[\"Email Templates\"],\"6JzK4N\":[\"Link to ticket\"],\"6K/IHl\":[\"Here is an example of how you can use the component in your application.\"],\"6K0GjX\":[\"Text may be hard to read\"],\"6KnyG0\":[\"Enter email\"],\"6MIiOI\":[[\"0\"],\" left\"],\"6PNlRV\":[\"Add this event to your calendar\"],\"6PecK3\":[\"Attendance and check-in rates across all events\"],\"6RmHKN\":[\"Primary Color\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Copied\"],\"6WdDG7\":[\"Page\"],\"6YtxFj\":[\"Name\"],\"6Z/F61\":[\"No data to show. Please select a date range\"],\"6a/UJE\":[\"Sorry, this promo code is not recognized\"],\"6aXq+t\":[\"Subject:\"],\"6bBh3/\":[\"Fixed Fee\"],\"6czJik\":[\"Ticket Logo\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Order statuses\"],\"6euFZ/\":[\"A default \",[\"type\"],\" is automaticaly applied to all new products. You can override this on a per product basis.\"],\"6fLyj/\":[\"If you did not request this change, please immediately change your password.\"],\"6fuA9p\":[\"Event duplicated successfully\"],\"6gRgw8\":[\"Retry\"],\"6heFYY\":[\"Your Stripe account is connected and processing payments.\"],\"6imsQS\":[\"Chinese (Simplified)\"],\"6jYQGG\":[\"No past events\"],\"6kPk3+\":[\"Personal Information\"],\"6kdXbW\":[\"Create a Promo Code\"],\"6nDzTl\":[\"Good readability\"],\"6tmWch\":[\"Ticket or Product\"],\"6uwAvx\":[\"You cannot delete this price tier because there are already products sold for this tier. You can hide it instead.\"],\"6xCBVN\":[\"Successfully Updated Payment & Invoicing Settings\"],\"6zQOg1\":[\"The price displayed to the customer will not include taxes and fees. They will be shown separately\"],\"7+grte\":[\"Confirmation email sent! Please check your inbox.\"],\"7/9RFs\":[\"Failed to upload image.\"],\"70dYC8\":[\"Successfully Updated Promo Code\"],\"72c5Qo\":[\"Total\"],\"73nxDO\":[\"Successfully Updated Misc Settings\"],\"73qYgo\":[\"Send as test\"],\"744BMm\":[\"Complete your order to secure your tickets. This offer is time-limited, so don't wait too long.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Your check-in list has been created successfully. Share the link below with your check-in staff.\"],\"7B5M35\":[\"Check-Ins\"],\"7Bj3x9\":[\"Failed\"],\"7Cx5It\":[\"Early bird\"],\"7D9MJz\":[\"Complete Stripe Setup\"],\"7ER2sc\":[\"Highlighted\"],\"7JF9w9\":[\"Add Question\"],\"7JFNej\":[\"Sports\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Actions\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"User\"],\"7VpPHA\":[\"Confirm\"],\"7YJdgG\":[\"Your orders will appear here once they start rolling in.\"],\"7YZofi\":[\"Enter a subject and body to see the preview\"],\"7dSOhU\":[\"Enable Waitlist\"],\"7gsjkI\":[\"Customize the emails sent to your customers using Liquid templating. These templates will be used as defaults for all events in your organization.\"],\"7hPBBn\":[\"recipient\"],\"7kOMfV\":[\"Successfully Updated Event\"],\"7ns+do\":[\"Business Address\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"All Archived Events\"],\"7vhWI8\":[\"New Password\"],\"7wtpH5\":[\"Template Active\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Name is required\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Insert Liquid Token\"],\"876pfE\":[\"Customer\"],\"87a/t/\":[\"Label\"],\"88cUW+\":[\"You receive\"],\"89xaFU\":[\"Set default platform fee settings for new events created under this organizer.\"],\"8AiKIu\":[\"Create Ticket or Product\"],\"8BMPMe\":[\"Webhook will not send notifications\"],\"8BRPoH\":[\"Sample Venue\"],\"8BwQeU\":[\"Finish Setup\"],\"8Etqrl\":[\"Automatically offer tickets to the next person when capacity becomes available\"],\"8F1i42\":[\"Page not found\"],\"8KDgYV\":[\"Get your event ready\"],\"8KmsFa\":[\"Please select a date range\"],\"8Lx2X7\":[\"Payment received\"],\"8OhzyY\":[\"When a product is deleted\"],\"8OvVZZ\":[\"Filter Attendees\"],\"8QH2Il\":[\"This category is hidden from public view\"],\"8YBH95\":[\"Revenue\"],\"8ZsakT\":[\"Password\"],\"8cBtvm\":[\"Primary Text Color\"],\"8dENF9\":[\"VAT on Fee\"],\"8jLPgH\":[\"Ticket Type\"],\"8k8Njd\":[\"How many minutes the customer has to complete their order. We recommend at least 15 minutes\"],\"8n10sz\":[\"Not Eligible\"],\"8oPbg1\":[\"Enable Invoicing\"],\"8pQ3NJ\":[\"No events starting in the next 24 hours\"],\"8q0EdE\":[\"Add Product to Category\"],\"8qsbZ5\":[\"Ticketing & Sales\"],\"8rE61T\":[\"Billing Address\"],\"8uOlgz\":[\"Failed At\"],\"8uqsE5\":[\"Page no longer available\"],\"8v2LRU\":[\"Configure event details, location, checkout options, and email notifications.\"],\"8vETh9\":[\"Show\"],\"8wITQA\":[\"Tiered products allow you to offer multiple price options for the same product. This is perfect for early bird products, or offering different price options for different groups of people.\"],\"8wUjGl\":[\"Reserved until\"],\"8wgkoi\":[\"No viewed events in the last 14 days\"],\"8x0pUg\":[\"Are you sure you want to remove this entry from the waitlist?\"],\"8z6Y5D\":[\"Process Refund\"],\"8zCZQf\":[\"No events yet\"],\"9+8Vez\":[\"Remaining Uses\"],\"9+P7zk\":[\"Unable to create product. Please check the your details\"],\"9/1YKL\":[\"Enter last name\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 day after end date\"],\"94aQMU\":[\"Attendee Information\"],\"96ryID\":[\"Collect details per ticket\"],\"99ntUF\":[\"No check-in lists available for this event.\"],\"9BdS63\":[\"Edit Promo Code\"],\"9FQEn8\":[\"Select category...\"],\"9GsDR2\":[\"True if payment pending\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Sales are paused\"],\"9L9/28\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"This name is visible to end users\"],\"9N+p+g\":[\"Business\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Attendees\"],\"9TO8nT\":[\"Your password\"],\"9Wh+ug\":[\"Affiliates Exported\"],\"9Y3hAT\":[\"Save Template\"],\"9YHrNC\":[\"System Default\"],\"9b5956\":[\"This preview shows how your email will look with sample data. Actual emails will use real values.\"],\"9bHCo2\":[\"Fee Currency\"],\"9bpUSo\":[\"Exporting Affiliates\"],\"9eF5oV\":[\"Welcome back\"],\"9gPPUY\":[\"Check-In List Created\"],\"9h7RDh\":[\"Offer\"],\"9i0++A\":[\"Stripe Payment ID\"],\"9jnAcN\":[\"View Organizer Homepage\"],\"9mZEgt\":[\"Successfully Created Promo Code\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Failed to cancel attendee\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Back to event page\"],\"A4UmDy\":[\"Theater\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Set your event live\"],\"ACKu03\":[\"Refresh Preview\"],\"AEuj2m\":[\"Event Homepage\"],\"AG/qmQ\":[\"A Radio option has multiple options but only one can be selected.\"],\"AGRilS\":[\"Tickets Sold\"],\"AGZmwV\":[\"Image uploaded successfully\"],\"AIF7J2\":[\"The currency in which the fixed fee is defined. It will be converted to the order currency at checkout.\"],\"AIUkyF\":[\"Navigate to Attendee\"],\"AJ4rvK\":[\"Attendee Cancelled\"],\"AKbElk\":[\"EU VAT-registered businesses: Reverse charge mechanism applies (0% - Article 196 of VAT Directive 2006/112/EC)\"],\"APuxIE\":[\"Email confirmation resent\"],\"APyAR/\":[\"Active Events\"],\"ARBThj\":[\"Apply this \",[\"type\"],\" to all new products\"],\"ARkzso\":[\"Enter affiliate name\"],\"ATGYL1\":[\"Email address\"],\"AVpmAa\":[\"How to pay offline\"],\"AXXqG+\":[\"Donation\"],\"AaP0M+\":[\"This color combination may be hard to read for some users\"],\"AdWhjZ\":[\"Verification code\"],\"AeXO77\":[\"Account\"],\"AeejQi\":[\"What products should this capacity apply to?\"],\"AfNRFG\":[\"Continue Button Text\"],\"AhBPHd\":[\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\"],\"AhwTa1\":[\"Action Required: VAT Information Needed\"],\"Ajavq0\":[\"Please check your email to confirm your email address\"],\"ApOYO8\":[\"Amazing, Event, Keywords...\"],\"ApsD9J\":[\"Add New\"],\"ArHT/C\":[\"New Signups\"],\"Arzxc1\":[\"No waitlist entries\"],\"Aspq3b\":[\"Attendee details collection\"],\"AtXtSw\":[\"Manage taxes and fees which can be applied to your products\"],\"Auz0Mz\":[\"Confirm your email to access all features.\"],\"B/EBQv\":[\"Orders:\"],\"B1St2O\":[\"<0>Check-in lists help you manage event entry by day, area, or ticket type. You can link tickets to specific lists such as VIP zones or Day 1 passes and share a secure check-in link with staff. No account is required. Check-in works on mobile, desktop, or tablet, using a device camera or HID USB scanner. \"],\"B2Tpo0\":[\"Invalid email\"],\"B2V3cA\":[\"Share Event\"],\"B3Mkdt\":[\"Create Question\"],\"B3gPuX\":[\"Order Cancelled\"],\"B4nE3N\":[\"Sample ticket price\"],\"B5fpAA\":[\"Configuration assigned successfully\"],\"B7pZfX\":[[\"0\"],\" organizers\"],\"B7w4KY\":[\"No other organizers available\"],\"BCmibk\":[\"Attempts\"],\"BDSRuX\":[\"Refunded: \",[\"0\"]],\"BFRSTT\":[\"Select Account\"],\"BGD9Yt\":[\"Add tickets\"],\"BHZbFy\":[\"A single question per order. E.g, What is your shipping address?\"],\"BI7D9d\":[\"Price not set\"],\"BJIEiF\":[\"Successfully \",[\"0\"],\" attendee\"],\"BJtMTd\":[\"We recommend dimensions of 1950px by 650px, a ratio of 3:1, and a maximum file size of 5MB\"],\"BLTZ42\":[\"Password reset successfully. Please login with your new password.\"],\"BM/KQm\":[\"Zip or Postal Code\"],\"BMtue0\":[\"Current payment processor\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Create new\"],\"BRArmD\":[\"You have access to multiple accounts. Please choose one to continue.\"],\"BREO0S\":[\"Display a checkbox allowing customers to opt-in to receive marketing communications from this event organizer.\"],\"BTne9e\":[\"Create custom email templates for this event that override the organizer defaults\"],\"BUe8Wj\":[\"Buyer pays\"],\"BV4L/Q\":[\"UTM Analytics\"],\"BVinvJ\":[\"Examples: \\\"How did you hear about us?\\\", \\\"Company name for invoice\\\"\"],\"BVu2Hz\":[\"Sent By\"],\"BW6QAz\":[\"Team Management\"],\"BWF1kC\":[\"Search messages...\"],\"BZ9GWa\":[\"Promo codes can be used to offer discounts, presale access, or provide special access to your event.\"],\"BZBYf3\":[\"To receive credit card payments, you need to connect your Stripe account. Stripe is our payment processing partner that ensures secure transactions and timely payouts.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Email Preview\"],\"BfucwY\":[\"Manage your users and their permissions\"],\"BiYOdA\":[\"Search by name...\"],\"Bj/QGQ\":[\"Set a minimum price and let users pay more if they choose\"],\"Bk06QI\":[\"Stripe Connected\"],\"BnlG9U\":[\"Your current order will be lost.\"],\"BwJKBw\":[\"of\"],\"BxsfMK\":[\"Total Fees\"],\"BzEFor\":[\"or\"],\"BzfzPK\":[\"Items\"],\"C3htzi\":[\"Setting updated\"],\"C3nD/1\":[\"Enter your email\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Select products\"],\"C4nQe5\":[\"The platform fee is added to the ticket price. Buyers pay more, but you receive the full ticket price.\"],\"C4qOW8\":[\"Hidden from public view\"],\"C63rRe\":[\"Please return to the event page to start over.\"],\"C8HNV2\":[\"Complete Payment\"],\"C8JLas\":[\"Discount Type\"],\"C8ne4X\":[\"Save Ticket Design\"],\"CBBcly\":[\"Shows common address fields, including country\"],\"CCjxOC\":[\"Create your first event to start selling tickets and managing attendees.\"],\"CELKku\":[\"Download invoice\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Select attendee group\"],\"CHzaTD\":[\"No popular events in the last 14 days\"],\"CMUt3Y\":[\"Ticket Holders\"],\"CMyVEK\":[\"Are you sure you want to make this event draft? This will make the event invisible to the public\"],\"CNafaC\":[\"Checkbox options allow multiple selections\"],\"CNk/ro\":[\"This is an online event\"],\"COnw8D\":[[\"0\"],\" logo\"],\"CPXP5Z\":[\"Affiliates\"],\"CQeZT8\":[\"Report not found\"],\"CRu4lK\":[\"Checked In\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Webhook Logs\"],\"CUKVDt\":[\"Brand your tickets with a custom logo, colors, and footer message.\"],\"CVw2MU\":[\"Filters (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Summer Music Festival 2025\"],\"CWk59I\":[\"Comedy\"],\"CZomgW\":[\"VAT Registered\"],\"CabI04\":[\"VAT number must not contain spaces\"],\"CbnrWb\":[\"Return to Event\"],\"CfKofC\":[\"Dropdown selection\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Button Text\"],\"ClwUUD\":[\"Event location & venue details\"],\"CmoB9j\":[\"Price display mode\"],\"CnZ3Ou\":[\"Your tickets have been confirmed.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Choose calendar\"],\"CsTTH0\":[\"Order confirmation resent successfully\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Order owners with products\"],\"CySr+W\":[\"Click to view notes\"],\"D+zLDD\":[\"Hidden\"],\"D02dD9\":[\"Campaign\"],\"D2g7C7\":[\"All jobs queued for retry\"],\"D2qlBU\":[\"Attendee Updated\"],\"D3iCkb\":[\"Start Date\"],\"D3opg4\":[\"When offline payments are enabled, users will be able to complete their orders and receive their tickets. Their tickets will clearly indicate the order is not paid, and the check-in tool will notify the check-in staff if an order requires payment.\"],\"D6+U20\":[\"Check in and mark order as paid\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Send order confirmation and ticket email\"],\"D9zTjx\":[\"Live Events\"],\"DB8zMK\":[\"Apply\"],\"DCKkhU\":[\"Current Password\"],\"DDcvSo\":[\"German\"],\"DEcpfp\":[\"The template body contains invalid Liquid syntax. Please correct it and try again.\"],\"DFqasq\":[\"By continuing, you agree to the <0>\",[\"0\"],\" Terms of Service\"],\"DJQEZc\":[\"Products sorted successfully\"],\"DKYTWG\":[\"Failed to retry jobs\"],\"DKwDdj\":[\"Print Tickets\"],\"DM4gBB\":[\"Chinese (Traditional)\"],\"DMCX/I\":[\"Successfully Updated Platform Fee Defaults\"],\"DPfwMq\":[\"Done\"],\"DRErHC\":[\"Hidden from attendees - only visible to organizers\"],\"DRykfS\":[\"Still handling refunds for your older transactions.\"],\"DXZRk5\":[\"Suite 100\"],\"DZjk8u\":[\"Payment & Invoicing Settings\"],\"DZlSLn\":[\"Document Label\"],\"Da29Y6\":[\"Hide this question\"],\"DdHfeW\":[\"Manage your account details and default settings\"],\"Dim4LO\":[\"Manually add an Attendee\"],\"DjSbj3\":[\"Failed to resend ticket\"],\"Djl45M\":[\"You'll need at a product before you can create a capacity assignment.\"],\"DnXcDK\":[\"Secondary Color\"],\"DoH3fD\":[\"Order Payment Pending\"],\"DovcfC\":[\"Tell us about your organization. This information will be displayed on your event pages.\"],\"DruLRc\":[\"Last 14 Days\"],\"DrwwNd\":[\"Select time period\"],\"Du6bPw\":[\"Address\"],\"Dvq0wf\":[\"Please provide an image.\"],\"DwF9eH\":[\"Component Code\"],\"Dwf4dR\":[\"No attendee questions yet\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Save Configuration\"],\"E/9LUk\":[\"Venue Name\"],\"E0q9qH\":[\"Unlimited usages allowed\"],\"E15xs8\":[\"⚡️ Set up your event\"],\"E1F5Ji\":[\"Recipients are available after the message is sent\"],\"E1eze1\":[\"Connect your Stripe account to start accepting payments for your events.\"],\"E6nRW7\":[\"Copy URL\"],\"E9jY+o\":[\"Failed to update attendee\"],\"EBzPwC\":[\"The full event address\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Publish\"],\"EFq6EG\":[\"Please select an image.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Account not found\"],\"EJ7bVz\":[\"No orders found\"],\"EJPAcd\":[\"Failed to resend order confirmation\"],\"EK/G11\":[\"No responses yet\"],\"ELa4O9\":[\"Sale End Date\"],\"ENCIQz\":[\"Copy Link\"],\"ENEPLY\":[\"Payment method\"],\"EOqL/A\":[\"Are you sure you want to offer a spot to this person? They will receive an email notification.\"],\"ETcU7q\":[\"Failed to offer spot\"],\"EUnesn\":[\"Tickets Available\"],\"EV30TR\":[\"USB Scanner mode activated. Start scanning tickets now.\"],\"EWCLpZ\":[\"Product Created\"],\"EWErQh\":[\"The scheduled time must be in the future\"],\"EWPtMO\":[\"Code\"],\"EWnXR+\":[\"Connect to Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Ticket design saved successfully\"],\"EZy55F\":[\"Order Refunded\"],\"EaAPbv\":[\"Total amount paid\"],\"EdQY6l\":[\"None\"],\"Edm6av\":[\"Reconnect Stripe →\"],\"Eeo/Gy\":[\"Failed to update setting\"],\"Ef7StM\":[\"Unknown\"],\"EfK2O6\":[\"Offer Spot\"],\"Egnj9d\":[\"You will have to mark an order as paid manually. This can be done on the manage order page.\"],\"Eh5Wrd\":[\"Your awesome website 🎉\"],\"EhlbcI\":[\"Failed to update messaging tier\"],\"EmFsMZ\":[\"Your VAT number is queued for validation\"],\"EmYMHc\":[\"Awaiting Offline Pmt.\"],\"Ep3VfY\":[\"View on Google Maps\"],\"EpknJA\":[\"Write your message here...\"],\"EpvBAp\":[\"No invoice\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Show marketing opt-in checkbox\"],\"Ev2r9A\":[\"No results\"],\"Ewir4O\":[\"Please select at least one product\"],\"EwoMtl\":[\"Create category\"],\"ExDt3P\":[\"Are you sure you want to unpublish this event? It will no longer be visible to the public.\"],\"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.\"],\"EyE8E6\":[\"Payment Processing\"],\"EzwCw7\":[\"Edit Question\"],\"F+pJnL\":[\"Successfully Updated Seo Settings\"],\"F1Xp97\":[\"Individual attendees\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"At least one event type must be selected\"],\"F3/nus\":[\"Continue to Payment\"],\"F3mW5G\":[\"Allow customers to join a waitlist when this product is sold out\"],\"F4NXOl\":[\"Order Last Name\"],\"F4SRy3\":[\"Check-in Deleted\"],\"F5/CBH\":[\"item(s)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Active\"],\"F89D36\":[\"There was an error marking the order as paid\"],\"FCVmuU\":[\"View Event\"],\"FG98gC\":[\"Clear Search Text\"],\"FI60XC\":[\"Configure Taxes & Fees\"],\"FImCSc\":[[\"0\"],\" updated successfully\"],\"FJ9Yat\":[\"Please check the provided information is correct\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Unable to check in attendee\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Activate\"],\"FRl8Jv\":[\"You need to verify your account email before you can send messages.\"],\"FSN4TS\":[\"Embed Widget\"],\"FSaY52\":[\"Webhook will send notifications\"],\"FTfObB\":[\"No Products Yet\"],\"FU1gvP\":[\"Edit Check-In List\"],\"FVTVBy\":[\"You must verify your email address before you can update the organizer status.\"],\"FVetkT\":[\"Which tickets should be associated with this check-in list?\"],\"FaK/8G\":[\"Refund Order \",[\"0\"]],\"FaPYw+\":[\"Order owner\"],\"FaSXqR\":[\"What type of event?\"],\"Fb+SDI\":[\"Add More tickets\"],\"Ff0Dor\":[\"Past\"],\"FgRxRP\":[\"You own 100% of your attendee data, always\"],\"Fi3b48\":[\"Recent Orders\"],\"FlGprQ\":[\"VAT treatment for platform fees: EU VAT-registered businesses can use the reverse charge mechanism (0% - Article 196 of VAT Directive 2006/112/EC). Non-VAT registered businesses are charged Irish VAT at 23%.\"],\"FlQKnG\":[\"Include tax and fees in the price\"],\"FmogyU\":[\"Hide Options\"],\"FpsvqB\":[\"Color Mode\"],\"Fq/Nx7\":[\"We've sent a 5-digit verification code to:\"],\"Fuh+dI\":[\"A single question per product. E.g, What is your t-shirt size?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Copied to clipboard\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Template saved successfully\"],\"G0KW+e\":[\"Successfully Updated Homepage Design\"],\"G42SNI\":[\"Resend email\"],\"G5RhpL\":[\"Organizer\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Role\"],\"GG1fRP\":[\"Your event is live!\"],\"GG7qDw\":[\"Share Affiliate Link\"],\"GHdjuo\":[\"Search by name, email, or account...\"],\"GIoqtA\":[\"Customer's last name\"],\"GNcfRk\":[\"Support Email\"],\"GRChTw\":[\"Something went wrong while deleting the Tax or Fee\"],\"GS+Mus\":[\"Export\"],\"GTOcxw\":[\"Edit User\"],\"GVUxAX\":[\"Statistics are based on account creation date\"],\"GVcaW6\":[\"Organization Details\"],\"GX6dZv\":[\"Order Summary\"],\"GctSSm\":[\"Apply Promo Code\"],\"GdOhw6\":[\"Turn sound off\"],\"GdWB+V\":[\"Webhook created successfully\"],\"GeqWgj\":[\"Event Timezone\"],\"GfWoKv\":[\"SEO Settings\"],\"GfaxEk\":[\"Music\"],\"Gh9Oqb\":[\"Event organizer name\"],\"Gjt/py\":[\"Cancel email change\"],\"GkH0Pq\":[\"Taxes & fees applied\"],\"Gmd0hv\":[\"When a new attendee is created\"],\"Gnjf3o\":[\"You cannot change the product type as there are attendees associated with this product.\"],\"GpT6Uf\":[\"Allow attendees to update their ticket information (name, email) via a secure link sent with their order confirmation.\"],\"GptGxg\":[\"Change password\"],\"GqvPcv\":[\"No filters available\"],\"Gspam9\":[\"We're processing your order. Please wait...\"],\"GuXjc5\":[\"Validated\"],\"Guo0lU\":[\"Custom date and time\"],\"Gv5AMu\":[\"Message Attendees\"],\"Gy7BA3\":[\"Organizer email address\"],\"H/UMUG\":[\"Email Verification Required\"],\"H34qcM\":[\"Creating Organizer...\"],\"H35u3n\":[\"You must create a ticket before you can manually add an attendee.\"],\"H4nE+E\":[\"Cancel all products and release them back to the pool\"],\"H5qWhm\":[\"Order cancelled\"],\"H6Gslz\":[\"Sorry for the inconvenience.\"],\"H6Ma8Z\":[\"Discount\"],\"H8kMHT\":[\"Didn't receive the code?\"],\"H9HlDe\":[\"minutes\"],\"HB22j9\":[\"Continue set up\"],\"HE6KcK\":[\"Invitation revoked!\"],\"HFucK5\":[\"No ended events to show.\"],\"HGuXjF\":[\"Ticket holders\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"We hit a snag loading this page. Please try again.\"],\"HLDaLi\":[\"Admin users have full access to events and account settings.\"],\"HMAqFK\":[\"Send emails to attendees, ticket holders, or order owners. Messages can be sent immediately or scheduled for later.\"],\"HR/cvw\":[\"123 Sample Street\"],\"HSw5l3\":[\"No - I'm an individual or non-VAT registered business\"],\"HT/08n\":[\"Attendee Ticket\"],\"HVW65c\":[\"Paid Product\"],\"HVkhy2\":[\"Attribution Analytics\"],\"HVwIsd\":[\"Non-VAT registered businesses or individuals: Irish VAT at 23% applies\"],\"HWXuQK\":[\"Bookmark this page to manage your order anytime.\"],\"HX5SVx\":[\"Item\"],\"HXMJxH\":[\"Optional text for disclaimers, contact info, or thank you notes (single line only)\"],\"HdmwrI\":[\"Order Email\"],\"HhwcTQ\":[\"Event Name\"],\"HiGkFu\":[\"Redirecting to Stripe...\"],\"HirZe8\":[\"These templates will be used as defaults for all events in your organization. Individual events can override these templates with their own custom versions.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Email change cancelled successfully\"],\"HsFnrk\":[\"The maximum number of products for \",[\"0\"],\"is \",[\"1\"]],\"HtrFfw\":[\"URL is required\"],\"HxxXZO\":[\"The primary brand color used for buttons and highlights\"],\"I+FvbD\":[\"Scan\"],\"I+utEq\":[\"Affiliate code cannot be changed\"],\"I/NNtI\":[\"The event venue\"],\"I3QpvQ\":[\"Recipient\"],\"I3yitW\":[\"Last login\"],\"I6F3cp\":[\"Email not verified\"],\"I7xjqg\":[\"Background Type\"],\"IF7RiR\":[\"Cover\"],\"IFHV2p\":[\"Your ticket for\"],\"IKwyaF\":[\"Successfully confirmed email change\"],\"IMJ6rh\":[\"Auto Resize\"],\"IMwcdR\":[\"Impersonation stopped\"],\"INDKM9\":[\"Enter email subject...\"],\"IUwGEM\":[\"Save Changes\"],\"IV9xTT\":[\"This user is not active, as they have not accepted their invitation.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)\"],\"IfN2Qo\":[\"We recommend a square logo with minimum dimensions of 200x200px\"],\"IgcAGN\":[\"Gross sales\"],\"IkGIz8\":[\"paid\"],\"IoAuJG\":[\"Sending...\"],\"IoDI2o\":[\"Loading tokens...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Cannot Check In (Cancelled)\"],\"IrVSu+\":[\"Unable to duplicate product. Please check the your details\"],\"IuMGvq\":[\"Invoice\"],\"IuUoyV\":[\"When an attendee is checked in\"],\"IvxA4G\":[\"Successfully offered tickets to \",[\"count\"],\" people\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"No orders to show\"],\"J3RJSZ\":[\"Successfully updated attendee\"],\"J3lhKT\":[\"Platform fee\"],\"J6n7sl\":[\"Ongoing\"],\"JEPMXN\":[\"Request a new link\"],\"JEdsvQ\":[\"Payment Instructions\"],\"JHB/Ky\":[\"Invalid\"],\"JJhRbH\":[\"Day one capacity\"],\"JKfSAv\":[\"Export failed. Please try again.\"],\"JNCzPW\":[\"Country\"],\"JQNMrj\":[\"Create your first event\"],\"JRQitQ\":[\"Confirm new password\"],\"JZTQI0\":[\"Switch Organizer\"],\"JbIgPz\":[\"Monetary values are approximate totals across all currencies\"],\"JcQp9p\":[\"Start date & time\"],\"JcejNJ\":[\"Processing order\"],\"JhtZAK\":[\"Payment Failed\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Choose a color for your background\"],\"Jjw03p\":[\"Failed to export attendees\"],\"JlFcis\":[\"Send\"],\"JmVITJ\":[\"Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template.\"],\"JnuPvH\":[\"Print Ticket\"],\"JoKGiJ\":[\"Promo code\"],\"JpohL9\":[\"Tax\"],\"JtI4vj\":[\"Default attendee information collection\"],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"JvUngl\":[\"Date & Time\"],\"JvuLls\":[\"Absorb fee\"],\"JwTmB6\":[\"Successfully Duplicated Product\"],\"Jwiilf\":[\"Your order has been cancelled\"],\"JyD0LH\":[\"Event Settings\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Logo will be displayed on the ticket\"],\"K2PPlT\":[\"Percentage fee must be between 0 and 100\"],\"K47k8R\":[\"Product\"],\"K5+3xg\":[\"Accept invitation\"],\"K6fmBI\":[\"This check-in list is not yet active and is not available for check-ins.\"],\"K7tIrx\":[\"Category\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Customize your event page\"],\"KIjvtr\":[\"Dutch\"],\"KMMOAy\":[\"Upgrade Available\"],\"KMgp2+\":[[\"0\"],\" available\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"No messages to show\"],\"KR0679\":[\"Invite Team Members\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Duplicate Product\"],\"KSDwd5\":[\"Total Orders\"],\"KSQ8An\":[\"Your Order\"],\"KTxc6k\":[\"Something went wrong, please try again, or contact support if the problem persists\"],\"KUOhTy\":[\"Turn sound on\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Multi line text box\"],\"KZN4Lc\":[\"Delete All\"],\"KZrfYJ\":[\"Save Social Links\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Contact email for support\"],\"Kdpf90\":[\"Don't forget!\"],\"KeCXJu\":[\"View order details, issue refunds, and resend confirmations.\"],\"KfmPRW\":[\"The background color of the page. When using cover image, this is applied as an overlay.\"],\"KgDp6G\":[\"The link you are trying to access has expired or is no longer valid. Please check your email for an updated link to manage your order.\"],\"KgxI80\":[\"Flexible Ticketing\"],\"KizCK7\":[\"Select start date and time\"],\"Kj0Txn\":[\"When enabled, no application fees will be charged on Stripe Connect transactions. Use this for countries where application fees are not supported.\"],\"KkrBiR\":[\"Attendee information collection\"],\"KmWyx0\":[\"Job\"],\"KnN1Tu\":[\"Expires\"],\"KndP6g\":[\"Order URL\"],\"KnjoUA\":[\"Ticket price\"],\"Kz91g/\":[\"Turkish\"],\"L/+xOk\":[\"You'll need a ticket before you can create a check-in list.\"],\"L/Qc+w\":[\"Customer's email address\"],\"L/gNNk\":[\"Update \",[\"0\"]],\"L0pJmz\":[\"Set the starting number for invoice numbering. This cannot be changed once invoices have been generated.\"],\"L22Tdf\":[\"Search by name, order #, attendee # or email...\"],\"L565X2\":[\"options\"],\"L7dIM7\":[\"This link is invalid or has expired.\"],\"L86zy2\":[\"Email verified successfully!\"],\"LAW8Vb\":[\"Choose the default setting for new events. This can be overridden for individual events.\"],\"LBLOqH\":[\"Ask once per order\"],\"LETnBR\":[\"Welcome to \",[\"0\"],\", here's a listing of all your events\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Guest Management\"],\"LNWHXb\":[\"No archived events to show.\"],\"LOFgda\":[\"Contact \",[\"0\"]],\"LQrXcu\":[\"Download Invoice\"],\"LRbt6D\":[\"Allow search engines to index this event\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Edit \",[\"0\"],\" Template\"],\"LWL3Bs\":[\"Fixed fee must be 0 or greater\"],\"Lc18qn\":[\"When a new order is created\"],\"LcET2C\":[\"Privacy Policy\"],\"LchiNd\":[\"Are you sure you want to delete this affiliate? This action cannot be undone.\"],\"LdPKPR\":[\"Failed to assign configuration\"],\"Ldu/RI\":[\"On Sale\"],\"LeC29u\":[\"Business address for VAT purposes\"],\"Lg+ewC\":[\"Payment & Invoicing\"],\"Lj7sBL\":[\"Italian\"],\"LkMOWF\":[\"Quantity Available\"],\"LmvZ+E\":[\"Connect Stripe to enable messaging\"],\"LqBITi\":[\"Organizer/default template will be used\"],\"LslKhj\":[\"Error loading logs\"],\"Lu+kBU\":[\"Product Sales\"],\"LuY52w\":[\"Welcome aboard! Please login to continue.\"],\"Lvi+gV\":[\"Message buyer\"],\"LxSN5F\":[\"Sent to each attendee with their ticket details\"],\"LyFC7X\":[\"Filter Orders\"],\"LyUWXA\":[\"Fees Bypassed\"],\"M/WIer\":[\"Send Message\"],\"M1RnFv\":[\"Expired\"],\"M2DyLc\":[\"1 Active Webhook\"],\"M2w1ni\":[\"Only visible with promo code\"],\"M7Uapz\":[\"Subject will appear here\"],\"M8M6fs\":[\"Important: Stripe reconnection required\"],\"MAavyl\":[\"No questions answered by this attendee.\"],\"MDNyJz\":[\"The code will expire in 10 minutes. Check your spam folder if you don't see the email.\"],\"MGbi9P\":[\"Refund pending\"],\"MH/lj8\":[\"Unable to update question. Please check the your details\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"The currency of the order\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"This information will be shown on the payment page, order summary page, and order confirmation email.\"],\"MNFIxz\":[\"You're going to \",[\"0\"],\"!\"],\"MOERNx\":[\"Portuguese\"],\"MR5ygV\":[\"This link is no longer valid\"],\"MSmKHn\":[\"The price displayed to the customer will include taxes and fees.\"],\"MT7dxz\":[\"Print All Tickets\"],\"MU3ijv\":[\"Make this question mandatory\"],\"MXSqmS\":[\"Highlight this product\"],\"MXZfGN\":[\"Customize the questions asked during checkout to gather important information from your attendees.\"],\"MY2SVM\":[\"Full refund\"],\"Mck5ht\":[\"Secure Checkout\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Successfully Updated Social Links\"],\"MhVoma\":[\"Enter an amount excluding taxes and fees.\"],\"Mi1rVn\":[\"Sold Out\"],\"MixU2P\":[\"Percentage must be between 0 and 100\"],\"Mkkvfd\":[\"Hide getting started page\"],\"MkuVAZ\":[\"Percentage of transaction amount\"],\"Mokwac\":[\"Invite unlimited team members with custom roles\"],\"Mqy/Zy\":[\"United States\"],\"Mr5UUd\":[\"Ticket Cancelled\"],\"MxjCqk\":[\"Just looking for your tickets?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Cancel Order \",[\"0\"]],\"N0qXpE\":[\"Products\"],\"N141o/\":[\"Open Stripe Dashboard\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Edit \",[\"0\"]],\"N9FyyW\":[\"View, edit, and export your registered attendees.\"],\"N9JsFT\":[\"Invalid VAT number format\"],\"NAzVVw\":[\"Schedule Message\"],\"NB5+UG\":[\"Available Tokens\"],\"NEmyqy\":[\"No orders yet\"],\"NF8sdv\":[\"Highlight Message\"],\"NFxlHW\":[\"Loading Webhooks\"],\"NGXKG/\":[\"Confirm Email Address\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Track sales, revenue, and attendance with detailed reports\"],\"NIuIk1\":[\"Unlimited\"],\"NJahlc\":[\"Make billing address mandatory during checkout\"],\"NNc33d\":[\"Failed to update answer.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Complete Order\"],\"NRWNfv\":[\"Total Discount Amount\"],\"NRhrIB\":[\"Tickets & Products\"],\"NTZ/NX\":[\"Embed Code\"],\"NWVRtl\":[\"Completed Orders\"],\"NY/x1b\":[\"Address line 1\"],\"Nbd6WT\":[\"Configure waitlist settings for this event\"],\"Nc3l/D\":[\"Create discounts, access codes for hidden tickets, and special offers.\"],\"Nfbg76\":[\"VAT settings saved successfully\"],\"NgVUL2\":[\"Preview checkout form\"],\"NiIUyb\":[\"Tell us about your event\"],\"NihQNk\":[\"Customers\"],\"Nl1ZtM\":[\"Event Location\"],\"NlQ0cx\":[[\"organizerName\"],\"'s first event\"],\"NlfnUd\":[\"The link you clicked is invalid.\"],\"NmpGKr\":[\"We couldn't reorder the categories. Please try again.\"],\"NoNwIX\":[\"Inactive\"],\"NpEm3p\":[\"Send now\"],\"NsWqSP\":[\"Add your social media handles and website URL. These will be displayed on your public organizer page.\"],\"Nu4oKW\":[\"Description\"],\"NvuEhl\":[\"Design Elements\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Select...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"Email\"],\"O6mra8\":[\"Custom Questions\"],\"O8m7VA\":[\"I agree to receive email notifications related to this event\"],\"OESu7I\":[\"Prevent overselling by sharing inventory across multiple ticket types.\"],\"OHJXlK\":[\"Use <0>Liquid templating to personalize your emails\"],\"OIPtI5\":[\"A percentage of the product price. E.g., 3.5% of the product price\"],\"OJnhhX\":[[\"eventCount\"],\" events\"],\"OJx3wK\":[\"Not available\"],\"OMJ035\":[\"Radio Option\"],\"OMX4tH\":[\"Select tickets\"],\"OP094m\":[\"Promo Codes Report\"],\"OVFwlg\":[\"No order questions yet\"],\"OXku3b\":[\"<0>https://your-website.com\"],\"OZK07J\":[\"Pay to unlock\"],\"OaKTzt\":[\"View Map\"],\"OadMRm\":[\"Use cover image\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Open sidebar\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Reset\"],\"OfmsI9\":[\"Event Too New\"],\"OhCesD\":[\"This order was cancelled. You can start a new order anytime.\"],\"Ohn74G\":[\"Setup & Design\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Ticket Name\"],\"OmylXO\":[\"Account updated successfully\"],\"On0aF2\":[\"Website\"],\"Oo/PLb\":[\"Revenue Summary\"],\"OoSyqO\":[\"In \",[\"diffMinutes\"],\" minutes\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots.\"],\"OpKMSn\":[\"Transaction Fee:\"],\"OqEV/G\":[\"Complete the setup below to continue\"],\"Or1CPR\":[\"Add any notes about the attendee...\"],\"OrXJBY\":[\"Optional prefix for invoice numbers (e.g., INV-)\"],\"Os6n2a\":[\"Cancel Order\"],\"OtgNFx\":[\"Successfully confirmed email address\"],\"OtjenF\":[\"Please enter a valid email address\"],\"OvNbls\":[\"Download .ics\"],\"OveehC\":[\"Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Invitation resent!\"],\"P+5Pbo\":[\"Hide Answers\"],\"P+Sty0\":[\"You are changing your email to <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Free Product\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Cover Image\"],\"P5sgAk\":[\"Promo Code\"],\"P8hBau\":[\"Your payment is processing.\"],\"PC3/fk\":[\"Events Starting in Next 24 Hours\"],\"PCRCCN\":[\"VAT Registration Information\"],\"PChXMe\":[\"No Paid Orders\"],\"PFjJxY\":[\"Your new password must be at least 8 characters long.\"],\"PGPGsL\":[\"Add description\"],\"PKXt9R\":[\"End date must be after start date\"],\"PLUB/s\":[\"Fee\"],\"PMhxAR\":[\"VAT number must start with a 2-letter country code followed by 8-15 alphanumeric characters (e.g., DE123456789)\"],\"PO/sOY\":[\"Revoke invitation\"],\"POT0K/\":[\"A fixed amount per product. E.g, $0.50 per product\"],\"POdIrN\":[\"Address Line 1\"],\"PRuBTd\":[\"Homepage Designer\"],\"PSRm6/\":[\"Look Up My Tickets\"],\"PUpvQe\":[\"Camera Scanner\"],\"PYVWEI\":[\"If registered, provide your VAT number for validation\"],\"PYs3rP\":[\"Event name\"],\"PZ7FTW\":[\"Automatically detected based on background color, but can be overridden\"],\"Pa6G7v\":[\"Organizer Name\"],\"Pc/Wtj\":[\"This attendee has an unpaid order.\"],\"Pc729f\":[\"Order Is Awaiting Offline Payment\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Copied!\"],\"Pjsch9\":[\"Search capacity assignments...\"],\"Pmr5xp\":[[\"0\"],\" created successfully\"],\"PnSzEc\":[\"Once you're ready, set your event live and start selling products.\"],\"Pp1sWX\":[\"Update Affiliate\"],\"Pte1Hv\":[\"View Attendee Details\"],\"Puv7+X\":[\"Account Settings\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"This order has expired. Please start again.\"],\"Q2lUR2\":[\"Currency\"],\"Q7CWxp\":[\"When an attendee is cancelled\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Your VAT number will be validated when you save\"],\"QDEWii\":[\"Verified\"],\"QDWsl9\":[\"Welcome to \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Send your first message\"],\"QGoXh3\":[\"As your business is based in the EU, we need to determine the correct VAT treatment for our platform fees:\"],\"QHhZeE\":[\"Template created successfully\"],\"QIWCnW\":[\"VIP check-in list\"],\"QIn0Vl\":[\"Legal business name for VAT purposes\"],\"QIodqd\":[\"Download QR Code\"],\"QIxRUI\":[\"Paid, free, tiered pricing, and donation-based tickets\"],\"QKLP1W\":[\"Connect your Stripe account to start receiving payments.\"],\"QKim6l\":[\"Attendee not found\"],\"QMHSMS\":[\"Customer will receive an email confirming the refund\"],\"QN2F+7\":[\"Add Webhook\"],\"QNrkms\":[\"Answer updated successfully.\"],\"QOg2Sf\":[\"Customize the email and notification settings for this event\"],\"QOhkyl\":[\"Compose\"],\"QP3gP+\":[\"These settings apply only to copied embed code and won't be stored.\"],\"QS1Nla\":[\"Schedule for later\"],\"QUg5y1\":[\"Almost there! Finish connecting your Stripe account to start accepting payments.\"],\"QXgjH0\":[\"Failed to stop impersonation. Please try again.\"],\"QXlz+n\":[\"The default currency for your events.\"],\"QYARw/\":[\"Select Ticket\"],\"QYLpB4\":[\"Check in only\"],\"QYcUEf\":[\"Minimum Price\"],\"QbrUIo\":[\"Page views\"],\"QcCPs8\":[\"Event Details\"],\"QcwyCh\":[\"Yes, remove them\"],\"Qj0GKe\":[\"Enable attendee self-service\"],\"QkLf4H\":[\"Page URL\"],\"QlSZU0\":[\"You are impersonating <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Here's what to expect:\"],\"Qm5XkZ\":[\"Sale Start Date\"],\"QoAi8D\":[\"No response\"],\"QotGhf\":[\"Dismiss this message\"],\"Qp4HWD\":[\"Max Recipients / Message\"],\"Qqqrwa\":[\"Open Check-In Page\"],\"Qrc8RZ\":[\"Delete Check-In List\"],\"QsYjci\":[\"All Events\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Select Camera\"],\"QuhVpV\":[\"Hi \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Capacity\"],\"QzmQBG\":[\"Payment provider\"],\"R02pnV\":[\"Your event must be live before you can sell tickets to attendees.\"],\"R0wEyA\":[\"Search by job name or exception...\"],\"R29lO5\":[\"Payment Terms\"],\"R2O9Rg\":[\"Amount paid (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Exporting complete. Downloading file...\"],\"R4r4XO\":[\"Guests\"],\"R5IT/I\":[\"Attendee Notes\"],\"R6i9o9\":[\"You must acknowledge that this email is not promotional\"],\"R6n7j9\":[\"VAT settings updated successfully\"],\"RBXXtB\":[\"No payment methods are currently available. Please contact the event organizer for assistance.\"],\"RD51+P\":[\"Platform fee of \",[\"0\"],\" deducted from your payout\"],\"RDie0n\":[\"Miscellaneous\"],\"RG3szS\":[\"close\"],\"RHyZUL\":[\"No search results.\"],\"RKKhnW\":[\"Create a custom widget to sell tickets on your site.\"],\"ROR8QD\":[\"Your account name is used on event pages and in emails.\"],\"ROv2ZT\":[\"Questions & Answers\"],\"RQCXz6\":[\"Order Limits\"],\"RRZDED\":[\"We couldn't find any orders associated with this email address.\"],\"RReHTu\":[\"Business Name\"],\"RUMiLy\":[\"VAT number validation failed\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Promo Codes\"],\"RWw9Lg\":[\"Close modal\"],\"RY2eP1\":[\"No Taxes or Fees have been added.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"What time will you be arriving?\"],\"ReihZ7\":[\"Print Preview\"],\"RfwZxd\":[\"Reset password\"],\"RjwlZt\":[\"This order has already been paid.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Send a message\"],\"RlJmQg\":[\"A standard tax, like VAT or GST\"],\"RnvnDc\":[\"View all messages sent across the platform\"],\"Ropvj0\":[\"Select which events will trigger this webhook\"],\"RpwiYC\":[\"Refund Pending\"],\"RqSKdX\":[\"This product is sold out\"],\"Rs/IcB\":[\"First Used\"],\"Rs7IQv\":[\"Pre Checkout message\"],\"RsiDDQ\":[\"Other Lists (Ticket Not Included)\"],\"RtxQTF\":[\"Also cancel this order\"],\"RuaKfn\":[\"Successfully Updated Address\"],\"Rwiyt2\":[\"Taxes configured\"],\"RxzN1M\":[\"Enabled\"],\"RzEvf5\":[\"This event has ended\"],\"S+OdxP\":[\"Who is organizing this event?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"First name must be between 1 and 50 characters\"],\"S0ctOE\":[\"Archive event\"],\"S3CZ5M\":[\"Organizer Dashboard\"],\"S4PqS9\":[[\"0\"],\" Active Webhooks\"],\"S8Tua9\":[\"Successfully Updated Settings\"],\"SCimta\":[\"Hide the getting started page from the sidebar\"],\"SHJwyq\":[\"Check-in Rate\"],\"SIHgVQ\":[\"Failed to cancel message\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Total Attendees\"],\"SMUbbQ\":[\"A Dropdown input allows only one selection\"],\"SNzppu\":[\"Join Waitlist\"],\"SO9AEF\":[\"Order limits set\"],\"SPKbfM\":[\"e.g., Get Tickets, Register Now\"],\"SPdzrs\":[\"Sent to customers when they place an order\"],\"SQKPvQ\":[\"Invite User\"],\"SQqJd8\":[\"Organizer Not Found\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Export started. Preparing file...\"],\"SXzpzO\":[\"Show marketing opt-in checkbox by default\"],\"SZw9tS\":[\"View Details\"],\"Sa7w7S\":[\"This check-in list has expired and is no longer available for check-ins.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Error\"],\"SnlQeq\":[\"No questions have been asked for this order.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Checkboxes\"],\"SsI9v/\":[\"Failed to abandon order. Please try again.\"],\"Sxm1lO\":[\"All Statuses\"],\"Sxm8rQ\":[\"Users\"],\"T+1APV\":[\"Current VAT number is validated\"],\"T02gNN\":[\"General Admission\"],\"T0K0yl\":[\"Inactive users cannot log in.\"],\"T4BMxU\":[\"Fees are subject to change. You will be notified of any changes to your fee structure.\"],\"T5rdis\":[\"copied to clipboard\"],\"T6B2gk\":[\"Failed to send message. Please try again.\"],\"TBEnp1\":[\"Logo will be displayed in the header\"],\"TF37u6\":[\"Your attendees have been exported successfully.\"],\"TF9opW\":[\"Flash is not available on this device\"],\"TMLAx2\":[\"Required\"],\"TNaCfq\":[\"Single line text box\"],\"TPoYsF\":[\"Order Reference\"],\"TSAiPM\":[\"The page you are looking for does not exist\"],\"TTpXL3\":[\"Resend in \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"Password must be a minimum of 8 characters\"],\"TWXU0c\":[\"Impersonate User\"],\"TZxnm8\":[\"Add Option\"],\"TdfEV7\":[\"Archived\"],\"TeSaQO\":[\"Back to Accounts\"],\"Tf55h7\":[\"Configured Discount\"],\"TjX7xL\":[\"Post Checkout Message\"],\"TjbIUI\":[[\"availableCount\"],\" of \",[\"totalCount\"],\" available\"],\"TkQVup\":[\"Please check your email and password and try again\"],\"TkfG8v\":[\"Collect details per order\"],\"TlEeFv\":[\"Upcoming Events\"],\"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.\"],\"Tol4BF\":[\"Order Details\"],\"TpqW74\":[\"Fixed\"],\"Ts8hhq\":[\"Due to the high risk of spam, you must connect a Stripe account before you can modify email templates. This is to ensure that all event organizers are verified and accountable.\"],\"TskrJ8\":[\"Payment & Plan\"],\"TvY/XA\":[\"Documentation\"],\"TvkW9+\":[\"Are you sure you want to archive this event?\"],\"TxfvH2\":[\"Select which attendees should receive this message\"],\"Tz0i8g\":[\"Settings\"],\"Tz5oXG\":[\"Yes, cancel my order\"],\"U/R4Ng\":[\"Product Tier\"],\"U3pytU\":[\"Admin\"],\"U3wiCB\":[\"You're all set! Your payments are being processed smoothly.\"],\"U61sAj\":[\"Product category updated successfully.\"],\"U65fiW\":[\"Save Organizer\"],\"U66oUa\":[\"Failed to create template\"],\"U7nGvl\":[\"Cannot Check In\"],\"UBSG1X\":[\"Top Organizers (Last 14 Days)\"],\"UEqXyt\":[\"Custom Range\"],\"UGT5vp\":[\"Save Settings\"],\"UIENhw\":[\"Configuration names are visible to end users. Fixed fees will be converted to the order currency at the current exchange rate.\"],\"UJmAAK\":[\"Subject\"],\"UKfi21\":[\"Create Tax or Fee\"],\"UMGQOh\":[\"Connect with Stripe\"],\"UNMVei\":[\"Forgot password?\"],\"UQ0ACV\":[\"Orders Total\"],\"URAE3q\":[\"Paused\"],\"URUYHc\":[\"Successfully Updated Platform Fee Settings\"],\"URmyfc\":[\"Details\"],\"UVPI5D\":[\"Show fewer platforms\"],\"UW90md\":[\"No recipients found\"],\"UWWRyd\":[\"Add custom questions to collect additional information during checkout\"],\"UXBCwc\":[\"Last Name\"],\"UYT+c8\":[\"If enabled, check-in staff can either mark attendees as checked in or mark the order as paid and check in the attendees. If disabled, attendees associated with unpaid orders cannot be checked in.\"],\"UYUgdb\":[\"Order\"],\"UZ2GSZ\":[\"Invoice Settings\"],\"UaISq3\":[\"Swedish\"],\"UabgBd\":[\"Body is required\"],\"UdY1lL\":[\"Your payment was not successful, please try again.\"],\"Ug4SfW\":[\"Once you create an event, you'll see it here.\"],\"UiAk5P\":[\"Insert Image\"],\"Uicx2U\":[\"This check-in list is active\"],\"UjNWsF\":[\"VAT may be applied to platform fees depending on your VAT registration status. Please complete the VAT information section below.\"],\"UkHo4c\":[\"Order Ref\"],\"UkM20g\":[\"Pending Review\"],\"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.\"],\"UlAK8E\":[\"Exporting Orders\"],\"Uo5ddP\":[\"We'll notify you by email if a spot becomes available for \",[\"0\"],\".\"],\"UoIRW8\":[\"Attendees registered\"],\"Upeg/u\":[\"Enable this template for sending emails\"],\"Uqefyd\":[\"Are you VAT registered in the EU?\"],\"UtDm3q\":[\"URL copied to clipboard\"],\"Uu0hZq\":[\"Organizer Email\"],\"UvYql/\":[\"VAT settings saved. We're validating your VAT number in the background.\"],\"Uwsg2F\":[\"Reserved\"],\"V0SbFp\":[\"Show available product quantity\"],\"V1EGGU\":[\"First name\"],\"V1krgP\":[\"Code must be no more than 20 characters\"],\"V2sk3H\":[\"Email & Templates\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"A new verification code has been sent to your email\"],\"V6Q5RZ\":[\"Capacity Assignment created successfully\"],\"V7DYWd\":[\"Message Sent\"],\"V7MwOy\":[\"An error occurred while loading the page\"],\"V7Tejz\":[\"Auto-Process Waitlist\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Back to login\"],\"VD0iA7\":[\"Multiple price options. Perfect for early bird products etc.\"],\"VDWChT\":[\"Are you sure you want to make this organizer draft? This will make the organizer page invisible to the public\"],\"VEsDvU\":[\"Users can change their email in <0>Profile Settings\"],\"VFv2ZC\":[\"End Date\"],\"VHfLAW\":[\"No accounts\"],\"VT+urE\":[\"Search by name or email...\"],\"VTfZPy\":[\"Access Denied\"],\"VX+B3I\":[\"Search by event title or organizer...\"],\"VY+Bdn\":[\"Search by account name or email...\"],\"VZeG/A\":[\"Coming Soon\"],\"Vd+LC3\":[\"Color must be a valid hex color code. Example: #ffffff\"],\"VeKsnD\":[\"Resend order email\"],\"VejKUM\":[\"Fill in your details above first\"],\"Vi+BiW\":[\"Includes \",[\"0\"],\" products\"],\"VioGG1\":[\"Connect your Stripe account to accept payments for tickets and products.\"],\"Vjat/X\":[\"Message is required\"],\"Vjij1k\":[[\"days\"],\" days, \",[\"hours\"],\" hours, \",[\"minutes\"],\" minutes, and \",[\"seconds\"],\" seconds\"],\"VkSk/i\":[\"Are you sure you want to cancel this scheduled message?\"],\"VlXNyK\":[\"Per order\"],\"Vla0Bo\":[\"Products sold\"],\"VlnB7s\":[\"Last 6 months\"],\"VmXiz4\":[\"Enter your email and we'll send you instructions to reset your password.\"],\"VpwcSk\":[\"Enter new password\"],\"VsM1HH\":[\"Capacity Assignments\"],\"VskHIx\":[\"Delete category\"],\"Vw0KCJ\":[\"QR Code Check-in\"],\"VwdqVy\":[\"Create Capacity Assignment\"],\"Vx2J6x\":[\"Unable to fetch attendee\"],\"VxFvXQ\":[\"Widget Embed\"],\"VxYKoK\":[\"Email & Notification Settings\"],\"VyUuZb\":[\"Image URL\"],\"W/eN+G\":[\"If blank, the address will be used to generate a Google Maps link\"],\"W12OdJ\":[\"This report is for informational purposes only. Always consult with a tax professional before using this data for accounting or tax purposes. Please cross-reference with your Stripe dashboard as Hi.Events may be missing historical data.\"],\"W428WC\":[\"Toggle columns\"],\"W4kWXJ\":[\"Search by attendee name, email or order #...\"],\"W5A0Ly\":[\"An unexpected error occurred.\"],\"W7AfhC\":[\"All attendees of this event\"],\"WBq1/R\":[\"USB Scanner Already Active\"],\"WFHOlF\":[\"Are you sure you want to publish this event? Once published, it will be visible to the public.\"],\"WHf154\":[\"Delete code\"],\"WKHW0N\":[\"Online Event Details\"],\"WKMnh4\":[\"A single line text input\"],\"WLxtFC\":[\"Unable to create product. Please check your details\"],\"WNnP3w\":[\"Connect & Upgrade\"],\"WOpH7O\":[\"Beautiful checkout experience on any device\"],\"WOyJmc\":[\"- Click to Unpublish\"],\"WTk/ke\":[\"About Stripe Connect\"],\"WUOCgI\":[\"Successfully offered a spot\"],\"WVbTwK\":[\"Create Check-In List\"],\"WVgSTy\":[\"Manage order\"],\"WWYHKD\":[\"Your payment is protected with bank-level encryption\"],\"WZZzB6\":[\"Event name is required\"],\"WZbCR3\":[\"Refund Failed\"],\"WbImlQ\":[\"Order has been canceled and the order owner has been notified.\"],\"WbopAG\":[\"Stripe payments are not enabled for this event.\"],\"Wd5CDM\":[\"Event name should be less than 150 characters\"],\"WdmJIX\":[\"Loading preview...\"],\"Weq9zb\":[\"General\"],\"WgD6rb\":[\"Event Category\"],\"WjSpu5\":[\"Online Event\"],\"Wjz5KP\":[\"No Attendees to show\"],\"Wvrz79\":[\"Amount Paid\"],\"WyCBRt\":[\"Tax Summary\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Yes - I have a valid EU VAT registration number\"],\"X13xGn\":[\"Untrusted\"],\"X1zdE7\":[\"Configuration created successfully\"],\"X26cQf\":[\"Ticket URL\"],\"X2rrlw\":[\"Subtotal\"],\"X4o0MX\":[\"Failed to load Webhook\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Entries will appear here when customers join the waitlist for sold out products.\"],\"XAHqAg\":[\"This is a general product, like a t-shirt or a mug. No ticket will be issued\"],\"XBNC3E\":[\"This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed.\"],\"XIG669\":[\"When check-in opens\"],\"XKJuAX\":[\"Question deleted\"],\"XUfgCI\":[\"No Capacity Assignments\"],\"XVLu2v\":[\"Event Title\"],\"XX32BM\":[\"Takes just a few minutes\"],\"XZkeaI\":[\"No logs found\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Your organizer address\"],\"Xe2tSS\":[\"Connect Documentation\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Your orders have been exported successfully.\"],\"XgOuA7\":[\"Last 90 days\"],\"XkFYVB\":[\"Product Deleted\"],\"XletzW\":[\"Create Category\"],\"XwdMMg\":[\"Code can only contain letters, numbers, hyphens, and underscores\"],\"XxecLm\":[\"Type of ticket\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Here is the React component you can use to embed the widget in your application.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Customize the event homepage and checkout messaging\"],\"YAV57v\":[\"Affiliate\"],\"YAl9Hg\":[\"Create Configuration\"],\"YC3oXa\":[\"Description for check-in staff\"],\"YClrdK\":[\"This event is not published yet\"],\"YDVUVl\":[\"Event Types\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Something went wrong! Please try again\"],\"YHsF9c\":[\"Hide product after sale end date\"],\"YIDzi/\":[\"Create Custom Template\"],\"YIix5Y\":[\"Search...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"I confirm this is a transactional message related to this event\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Product sales, revenue, and tax breakdown\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Account configuration updated successfully\"],\"YQ3QSS\":[\"Failed to resend verification code\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Fixed Fee:\"],\"YXx+fG\":[\"Total Before Discounts\"],\"YZi+Hu\":[\"Job queued for retry\"],\"Ya1JhR\":[\"No products available in this category.\"],\"YaCgdO\":[\"Email confirmation resent successfully\"],\"Yc5YW6\":[\"No failed jobs\"],\"Ye321X\":[\"Tax Name\"],\"YfHZv0\":[\"Shown to the customer before they checkout\"],\"YgRSEE\":[\"Are you sure you want to delete this promo code?\"],\"YjVNGZ\":[\"Homepage Preview\"],\"Ym1gnK\":[\"applied\"],\"YpN29s\":[\"Notify organizer of new orders\"],\"Yrbm6T\":[\"Awesome Organizer Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"This order has been cancelled.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Successfully updated Check-In List\"],\"Z3FXyt\":[\"Loading...\"],\"Z3etYG\":[\"1 day before event\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Offline Payment\"],\"Z6q0Vl\":[\"You have already accepted this invitation. Please login to continue.\"],\"Z8lGw6\":[\"Share\"],\"ZBAScj\":[\"Unknown Attendee\"],\"ZCSSd+\":[\"Create your own event\"],\"ZDIydz\":[\"Get started\"],\"ZIgYeg\":[\"Secondary Text Color\"],\"ZN1WLO\":[\"Copy Email\"],\"ZOBwQn\":[\"Homepage Design\"],\"ZOmUYW\":[\"We'll validate your VAT number in the background. If there are any issues, we'll let you know.\"],\"ZPj0Q8\":[\"Message Details\"],\"ZPoHOn\":[\"No product associated with this attendee.\"],\"ZPwFnN\":[\"Failed to export orders\"],\"ZQ15eN\":[\"Failed to resend ticket email\"],\"ZQKLI1\":[\"Danger Zone\"],\"ZS/D7f\":[\"All Ended Events\"],\"ZWEfBE\":[\"No Payment Required\"],\"ZZEYpT\":[\"Option \",[\"i\"]],\"ZaEJZM\":[\"Confirm Email Change\"],\"ZfxaB4\":[\"Partially Refunded\"],\"Zi3Sbw\":[\"Successfully removed from waitlist\"],\"ZjMs6e\":[\"<0>The number of products available for this product<1>This value can be overridden if there are <2>Capacity Limits associated with this product.\"],\"ZkS2p3\":[\"Unpublish Event\"],\"Zkymb9\":[\"An email to associate with this affiliate. The affiliate will not be notified.\"],\"ZnVt5v\":[\"<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks.\"],\"Znwxal\":[\"Application Fees Configuration\"],\"ZowkxF\":[\"Taxes\"],\"ZpieFv\":[\"Failed to cancel order\"],\"ZsZeV2\":[\"Email is required\"],\"ZthcdI\":[\"A promo code with no discount can be used to reveal hidden products.\"],\"ZutOKU\":[\"VAT Rate\"],\"Zw6LWb\":[\"Failed to delete job\"],\"ZxnK5C\":[\"Once you start collecting data, you'll see it here.\"],\"Zz6Cxn\":[\"Danger zone\"],\"a/gMx2\":[\"No Check-In Lists\"],\"a0EjD+\":[\"Create Product\"],\"a41PKA\":[\"Affiliate sales will be tracked\"],\"a5KFZU\":[\"Add event details and manage event settings.\"],\"a5jvSX\":[\"Price Tiers\"],\"a6+167\":[\"Select an event\"],\"a6gga1\":[\"Error confirming email change\"],\"a7u1N9\":[\"Price\"],\"aAIQg2\":[\"Appearance\"],\"aEDp5C\":[\"Paste this where you want the widget to appear.\"],\"aFk48v\":[\"Failed to delete configuration\"],\"aGWZUr\":[\"Gross revenue\"],\"aH6ZIb\":[\"Invite Your Team\"],\"aIA9C4\":[\"Successfully Created Question\"],\"aK4uBd\":[\"Last 24 hours\"],\"aKtF0O\":[\"Stripe Not Connected\"],\"aLS+A6\":[\"Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the organizer or default template.\"],\"aS0jtz\":[\"Abandoned\"],\"aT3jZX\":[\"Select timezone\"],\"aUi/Dz\":[\"Warning: This is the system default configuration. Changes will affect all accounts that don't have a specific configuration assigned.\"],\"acIJ41\":[\"Order Status\"],\"agPptk\":[\"Medium\"],\"agZ87r\":[\"Create tickets for your event, set prices, and manage available quantity.\"],\"alD1+n\":[\"Invoice Notes\"],\"amMkpL\":[\"No capacity\"],\"an5hVd\":[\"Images\"],\"aqxYLv\":[\"Education\"],\"av+gjP\":[\"Attendee Name\"],\"avf0gk\":[\"Question Description\"],\"awHmAT\":[\"Ticket ID\"],\"axVMjA\":[\"Hide product unless user has applicable promo code\"],\"axv/Mi\":[\"Custom template\"],\"b0HJ45\":[\"Success! \",[\"0\"],\" will receive an email shortly.\"],\"b1Jvg+\":[\"Please continue in the new tab\"],\"b24kPi\":[\"Queue\"],\"b33PL9\":[\"Show more platforms\"],\"b46pt5\":[\"Event Cover Image\"],\"b4itZn\":[\"Working\"],\"b6+Y+n\":[\"Order complete\"],\"b9SN9q\":[\"Unique order reference\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Create \",[\"0\"]],\"bA31T4\":[\"Use the buyer's details for all attendees\"],\"bB6Ram\":[\"Last 48 hours\"],\"bECJqy\":[\"Message approved successfully\"],\"bKOYkd\":[\"Invoice downloaded successfully\"],\"bLB3MJ\":[\"Payment Methods\"],\"bPWBLL\":[\"Unable to check out attendee\"],\"bPwFdf\":[\"Accounts\"],\"bU4bS1\":[\"Refunds\"],\"bU7oUm\":[\"Only send to orders with these statuses\"],\"bVjDs9\":[\"Additional Fees\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Are you sure you would like to delete this Check-In List?\"],\"bbslmb\":[\"Ticket Designer\"],\"bcCn6r\":[\"Calculation Type\"],\"bcYlvb\":[\"When check-in closes\"],\"bfXQ+N\":[\"Accept Invitation\"],\"bgqf+K\":[\"Ticket holder's email\"],\"bhlHm/\":[\"Your order is awaiting payment\"],\"blK94r\":[\"Please add at least one option\"],\"blXLKj\":[\"When enabled, new events will display a marketing opt-in checkbox during checkout. This can be overridden per event.\"],\"br3Y/y\":[\"Platform Fees\"],\"btxLWj\":[\"Event status updated\"],\"bv6RXK\":[\"Button Label\"],\"bwBlJv\":[\"Order First Name\"],\"bxoWpz\":[\"Resend Confirmation Email\"],\"byKna+\":[\"An unexpected error occurred. Please try again.\"],\"c+suC6\":[\"Paid Accounts\"],\"c/TIyD\":[\"Order & Ticket\"],\"c2/9VE\":[\"Payload\"],\"c3E/kw\":[\"Homer\"],\"c4uJfc\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds.\"],\"c6SXHN\":[\"View Event Page\"],\"c7VN/A\":[\"View Answers\"],\"c9Evkd\":[\"You cannot delete the last category.\"],\"c9RYbv\":[\"When an order is marked as paid\"],\"cDHM1d\":[\"The email address has been changed. The attendee will receive a new ticket at the updated email address.\"],\"cDtoWq\":[\"Are you sure you want to resend the order confirmation to \",[\"0\"],\"?\"],\"cEFg3R\":[\"Failed to create affiliate\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 week before event\"],\"cHO4ec\":[\"This message will be included in the footer of all emails sent from this event\"],\"cJ4Y4R\":[\"Your refund is processing.\"],\"cK9+xQ\":[\"VAT Country\"],\"cKj6OE\":[\"Check-in Summary\"],\"cMW+gm\":[\"Show all platforms (\",[\"0\"],\" more with values)\"],\"cOePZk\":[\"Event Time\"],\"cQrNR3\":[\"Manage Profile\"],\"cRRc+F\":[\"This product cannot be deleted because it is associated with an order. You can hide it instead.\"],\"cSev+j\":[\"Filters\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"You have taxes and fees added to a Free Product. Would you like to remove them?\"],\"cd0jIM\":[\"Job Details\"],\"cdR8d6\":[\"Please create a ticket\"],\"cde2hc\":[\"All Products\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Set your event live\"],\"cl5WYc\":[\"Promo \",[\"promo_code\"],\" code applied\"],\"clF06r\":[\"Available to Refund\"],\"cljs3a\":[\"Indicate whether you're VAT-registered in the EU\"],\"cnGeoo\":[\"Delete\"],\"coIKFu\":[\"Organizer statistics are not available for the selected currency or an error occurred.\"],\"cormHa\":[\"Address line 2\"],\"cosfD8\":[\"Attendee Status\"],\"cs5muu\":[\"Preview Event page\"],\"csDS2L\":[\"Available\"],\"ct2SYD\":[\"Last 7 days\"],\"cxsKvw\":[\"When a check-in is deleted\"],\"d+F6q9\":[\"Created\"],\"d+KKMz\":[\"Failed to load Check-In List\"],\"d0rUsW\":[\"Social Links\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Cancel\"],\"dF6vP6\":[\"Live\"],\"dFFW9L\":[\"Sale ended \",[\"0\"]],\"dFHcIn\":[\"Tax Details\"],\"dFJnia\":[\"This is the name of your organizer that will be displayed to your users.\"],\"dFuEhO\":[\"Resend ticket email\"],\"dJZTv2\":[\"Select start time\"],\"dLm8V5\":[\"Promotional emails may result in account suspension\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Attribution Breakdown\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Here are all the tickets associated with your email address.\"],\"dPYu1F\":[\"Per Attendee\"],\"dPyJ15\":[\"Delete Template\"],\"dSyJj6\":[\"Email addresses do not match\"],\"dVgNF1\":[\"Failed to create configuration\"],\"dVxpp5\":[\"Welcome back\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"No events found\"],\"dWBrJX\":[\"Offline payment failed. Please try again or contact the event organizer.\"],\"dXoieq\":[\"Summary\"],\"dZsDbK\":[\"HTML character limit exceeded: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"Categories allow you to group products together. For example, you might have a category for \\\"Tickets\\\" and another for \\\"Merchandise\\\".\"],\"de6HLN\":[\"When customers purchase tickets, their orders will appear here.\"],\"dfkQIO\":[\"When a new product is created\"],\"dkAPxi\":[\"Create Webhook\"],\"dr7CWq\":[\"All Upcoming Events\"],\"dsFmM+\":[\"Purchased\"],\"dtGC3q\":[\"Ticket email has been resent to attendee\"],\"e/cvV1\":[\"Verifying...\"],\"e3uMJH\":[\"This order is complete.\"],\"e4KdjJ\":[\"Manually Add Attendee\"],\"e4L7bF\":[\"Select a message to view its contents\"],\"e5lF64\":[\"Usage Example\"],\"e7eZuA\":[\"Order Updated\"],\"e8WNln\":[\"Event timezone\"],\"e99fHm\":[\"Restore event\"],\"eB5vce\":[\"Order owners with a specific product\"],\"ePK91l\":[\"Edit\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Create new password\"],\"eWRECP\":[\"Nightlife\"],\"eXssj5\":[\"Set default settings for new events created under this organizer.\"],\"eaUTwS\":[\"Send reset link\"],\"eb47T5\":[\"No data found for the selected filters. Try adjusting the date range or currency.\"],\"ebIDwV\":[\"Google Calendar\"],\"eeZdaB\":[\"Configuration updated successfully\"],\"efAM7X\":[\"A date input. Perfect for asking for a date of birth etc.\"],\"ejMDw1\":[\"When an order is refunded\"],\"ejXy+D\":[\"Failed to sort products\"],\"elW7Tn\":[\"Email Body\"],\"enV0g0\":[\"Leave blank to use the default word \\\"Invoice\\\"\"],\"eneWvv\":[\"Draft\"],\"enzGAL\":[\"Questions\"],\"eorM7z\":[\"Categories reordered successfully.\"],\"ercTDX\":[\"Code must be between 3 and 50 characters long\"],\"esY5SG\":[\"The title of the event that will be displayed in search engine results and when sharing on social media. By default, the event title will be used\"],\"etaWtB\":[\"Edit Attendee Details\"],\"euc6Ns\":[\"Duplicate\"],\"eusccx\":[\"An optional message to display on the highlighted product, e.g. \\\"Selling fast 🔥\\\" or \\\"Best value\\\"\"],\"evDBV8\":[\"Publish Event\"],\"exy8uo\":[\"Generate code\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Check-in Lists\"],\"f30uVZ\":[\"What you need to do:\"],\"f3RdEk\":[[\"hours\"],\" hours, \",[\"minutes\"],\" minutes, and \",[\"seconds\"],\" seconds\"],\"f4vJgj\":[\"A multi line text input\"],\"f7SUun\":[\"Passwords are not the same\"],\"f8qS7T\":[\"'There\\\\'s nothing to show yet'\"],\"f9WRpE\":[\"Invalid file type. Please upload an image.\"],\"fAv9QG\":[\"🎟️ Add tickets\"],\"fFYotW\":[\"Partially refunded: \",[\"0\"]],\"fFeCKc\":[\"No Discount\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"You cannot refund a manually created order.\"],\"fKn/k6\":[\"Refund amount\"],\"fMPkxb\":[\"Show more\"],\"fROFIL\":[\"Vietnamese\"],\"fTFfOK\":[\"Every email template must include a call-to-action button that links to the appropriate page\"],\"fVPt0F\":[\"When an order is updated\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Edit webhook\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"e.g., Important update about your tickets\"],\"fcnqjw\":[\"Offline Payment Instructions\"],\"fdjq4c\":[\"Padding\"],\"fgLNSM\":[\"Register\"],\"fiV0xj\":[\"Usage Limit\"],\"fj5byd\":[\"N/A\"],\"fovJi3\":[\"USB Scanner mode deactivated\"],\"fpMs2Z\":[\"LIVE\"],\"fpb0rX\":[\"Attendee details copied from order\"],\"fqDzSu\":[\"Rate\"],\"ftNXma\":[\"Search affiliates...\"],\"ftzaMf\":[\"Sale period, order limits, visibility\"],\"fuwKpE\":[\"Please try again.\"],\"fvDQhr\":[\"Hide this tier from users\"],\"fx8BTd\":[\"Payments not available\"],\"fyE7Au\":[[\"minutes\"],\" minutes and \",[\"seconds\"],\" seconds\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Your payment was unsuccessful. Please try again.\"],\"g+2103\":[\"Here is your affiliate link\"],\"g+lLS9\":[\"Invite a team member\"],\"g2UNkE\":[\"Powered by\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Custom Branding\"],\"g9dPPQ\":[\"Maximum Per Order\"],\"gGhBmF\":[\"You are offline\"],\"gHSuV/\":[\"Go to home page\"],\"gJQsLv\":[\"Upload a cover image for your organizer\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"All attendees\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Successfully Created Product\"],\"gPgdNV\":[\"VAT number validated successfully\"],\"gTN6Ws\":[\"Select end time\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo and cover image for your organizer\"],\"geUFpZ\":[\"Tax & Fees\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"No Search Results\"],\"gnBreG\":[\"Date order was placed\"],\"goOKRY\":[\"Add tier\"],\"gqnyh0\":[\"Mobile Optimized\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Highlight\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Last Triggered\"],\"gwk5gg\":[\"Address Line 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"What products does this code apply to?\"],\"gyLUYU\":[\"When enabled, invoices will be generated for ticket orders. Invoices will sent along with the order confirmation email. Attendees can also download their invoices from the order confirmation page.\"],\"gypigA\":[\"That promo code is invalid\"],\"gzrCuN\":[\"Your order details have been updated. A confirmation email has been sent to the new email address.\"],\"h0Q9Iw\":[\"Last Response\"],\"h0dx5e\":[\"Unable to join waitlist\"],\"h10Wm5\":[\"Unpaid Order\"],\"h179TP\":[\"A short description of the event that will be displayed in search engine results and when sharing on social media. By default, the event description will be used\"],\"h69WC6\":[\"Sent\"],\"hAjDQy\":[\"Select status\"],\"hBsw5C\":[\"Sales ended\"],\"hD1ocH\":[\"Check-In URL copied to clipboard\"],\"hDNwnf\":[\"Your logo, colors, and style on every page\"],\"hEtQsg\":[\"Enable attendee self-service by default\"],\"hFHnxR\":[\"What products does this code apply to? (Applies to all by default)\"],\"hFwWnI\":[\"Notification Settings\"],\"hJmVtD\":[\"Select country\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"My Profile\"],\"hL7sDJ\":[\"Share Organizer Page\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Just click the button below to reconnect your Stripe account.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Create\"],\"hauDFf\":[\"Per ticket\"],\"hbwCKE\":[\"Email address copied to clipboard\"],\"hcX103\":[\"Please create a product\"],\"hdyeZ0\":[\"Delete Job\"],\"he3ygx\":[\"Copy\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Amount\"],\"hfHhaa\":[\"Please wait while we prepare your affiliates for export...\"],\"hg80P7\":[\"Finish Stripe Setup\"],\"hli+ga\":[\"USB/HID Scanner\"],\"hqmXmc\":[\"Working...\"],\"hrvLf4\":[\"Accept credit card payments with Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"Email Address\"],\"i0QKrm\":[\"Failed to update affiliate\"],\"i0TtkR\":[\"This overrides all visibility settings and will hide the product from all customers.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Order Number\"],\"i8day5\":[\"Pass fee to buyer\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Edit Code\"],\"iG7KNr\":[\"Logo\"],\"iIEaNB\":[\"If you have an account with us, you will receive an email with instructions on how to reset your password.\"],\"iJhSxe\":[\"Customize the SEO settings for this event\"],\"iMdwTb\":[\"Before your event can go live, there are a few things you need to do. Complete all the steps below to get started.\"],\"iN5Cz3\":[\"Account already connected!\"],\"iPBfZP\":[\"Attendees Registered\"],\"iQZff7\":[\"Taxes, Fees, Visibility, Sale Period, Product Highlight & Order Limits\"],\"iS0wAT\":[\"Categories help you organize your products. This title will be displayed on the public event page.\"],\"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.\"],\"iTvh6I\":[\"Currently available for purchase\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Copy Code\"],\"iWa9cY\":[\"Tell people what to expect at your event\"],\"iX6SLo\":[\"Customize the text shown on the continue button\"],\"ia8YsC\":[\"Upcoming\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Your message has been sent successfully!\"],\"igBrCH\":[\"Please verify your email address to access all features\"],\"ih35UP\":[\"Conference Center\"],\"ii0qn/\":[\"Subject is required\"],\"iiWXDL\":[\"Eligibility Failures\"],\"imLQ9Y\":[\"Validating your VAT number...\"],\"imgKgl\":[\"Event Description\"],\"injXD7\":[\"The VAT number could not be validated. Please check the number and try again.\"],\"ioG+xt\":[\"Awaiting Payment\"],\"ipP6Ue\":[\"Create Attendee\"],\"ipYKgM\":[\"Allow search engine indexing\"],\"irpUxR\":[\"Fixed amount\"],\"ixIx1f\":[\"Select Product\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"Start date is required\"],\"izwOOD\":[\"Show tax and fees separately\"],\"j/TOB3\":[\"Social Links & Website\"],\"j1Jl7s\":[\"Edit category\"],\"j1VfcT\":[\"SEO Description\"],\"j5FdeA\":[\"This order is being processed.\"],\"j6w7d/\":[\"Enable this capacity to stop product sales when the limit is reached\"],\"j9b/iy\":[\"Selling fast 🔥\"],\"j9cPeF\":[\"Select event types\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"You must have at least one price tier\"],\"jEbkcB\":[\"Total Refunded\"],\"jEu4bB\":[\"Columns\"],\"jEw0Mr\":[\"Please enter a valid URL\"],\"jIPNJG\":[\"Basic Information\"],\"jRJZxD\":[\"Delete Capacity\"],\"jT142F\":[\"In \",[\"diffHours\"],\" hours\"],\"jVRHeq\":[\"Signed Up\"],\"jZj9y9\":[\"Tiered Product\"],\"jZlrte\":[\"Color\"],\"jabmnm\":[\"Affiliate updated successfully\"],\"jfC/xh\":[\"Contact\"],\"jh2orE\":[\"We've relocated our headquarters to Ireland. As a result, we need you to reconnect your Stripe account. This quick process takes just a few minutes. Your sales and existing data remain completely unaffected.\"],\"jkNgQR\":[\"Also refund this order\"],\"jo3Gm6\":[\"Failed to export affiliates\"],\"jp5bq8\":[\"recipients\"],\"jpctdh\":[\"View\"],\"jrBSO1\":[\"Edit Organizer\"],\"jtrY3S\":[\"Nothing to show yet\"],\"jtrqH9\":[\"Exporting Attendees\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Shared Capacity Management\"],\"jyt+cx\":[\"Email footer message\"],\"k/bJj0\":[\"Questions reordered\"],\"k1bLf+\":[\"Background Color\"],\"k3Tngl\":[\"Attendees Exported\"],\"k3dfFD\":[\"Hidden questions are only visible to the event organizer and not to the customer.\"],\"k3wH7i\":[\"Promo code usage and discount breakdown\"],\"k4FLBQ\":[\"Pass to Buyer\"],\"k5CU8c\":[\"Total Entries\"],\"k5p8dz\":[\"Capacity Assignment deleted successfully\"],\"k9RiLi\":[\"Create a Product\"],\"k9m6/E\":[\"Successfully Updated Homepage Settings\"],\"kBkYSa\":[\"Edit Capacity\"],\"kCn6wb\":[\"Resetting...\"],\"kF8HQ7\":[\"Export Answers\"],\"kIKb9e\":[\"Social\"],\"kJDmsI\":[\"Event details\"],\"kKpkzy\":[\"Successfully offered tickets to 1 person\"],\"kMU5aM\":[\"A cancellation notice has been sent to\"],\"kNmmvE\":[\"Awesome Events Ltd.\"],\"kO44sp\":[\"Include connection details for your online event. These details will be shown on the order summary page and attendee ticket page.\"],\"kODvZJ\":[\"First Name\"],\"kOtCs2\":[\"Invoice Numbering\"],\"kTSQej\":[\"Hello \",[\"0\"],\", manage your platform from here.\"],\"kUlL8W\":[\"Profile updated successfully\"],\"kWI/37\":[\"Select organizer\"],\"kWg31j\":[\"Enter unique affiliate code\"],\"kY7XDn\":[\"No products have waiting entries\"],\"kYZSFD\":[\"Select an organizer to view their dashboard and events.\"],\"kYqM1A\":[\"Back to Event\"],\"kadJKg\":[\"Applies to 1 product\"],\"kf83Ld\":[\"Something went wrong.\"],\"khBZkl\":[\"VAT\"],\"kj7zYe\":[\"Successfully updated Webhook\"],\"kjAL4v\":[\"Ticket\"],\"klWBeI\":[\"Please wait before requesting another code\"],\"kodV18\":[\"Download CSV\"],\"kpAzPe\":[\"Sales start\"],\"kpJAeS\":[\"Create Organizer\"],\"kqA9lY\":[\"Failed to update VAT settings\"],\"ktyvbu\":[\"Product(s)\"],\"kv9dM4\":[\"Platform Revenue\"],\"kvYpYu\":[\"Order Not Found\"],\"kvpxIU\":[\"This will be used for notifications and communication with your users.\"],\"kzx0uD\":[\"Successfully Updated Event Defaults\"],\"l+/HS6\":[\"Offers expire after \",[\"timeoutHours\"],\" hours.\"],\"l3sZO1\":[\"Add any notes about the order. These will not be visible to the customer.\"],\"l5OcwO\":[\"Message attendee\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Failed to save VAT settings. Please try again.\"],\"l75CjT\":[\"Yes\"],\"l894xP\":[\"Organizers can only manage events and products. They cannot manage users, account settings or billing information.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" is already checked in\"],\"lB2hSG\":[\"Keep me updated on news and events from \",[\"0\"]],\"lFdbRS\":[\"Bypass Application Fees\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Failed to start export job\"],\"lNipG+\":[\"Hiding a product will prevent users from seeing it on the event page.\"],\"lQgMLn\":[\"Office or venue name\"],\"lS9/aZ\":[\"Failed to load recipients\"],\"lWxAUo\":[\"Food & Drink\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Message individual attendees\"],\"lYGfRP\":[\"English\"],\"lZwV6X\":[\"Join Waitlist for \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Product Updated\"],\"lfLHNz\":[\"CTA label is required\"],\"lflimf\":[\"Payment Due Period\"],\"lgFfeO\":[\"Sold out\"],\"lhAWqI\":[\"Thanks for your support as we continue to grow and improve Hi.Events!\"],\"lk74+I\":[\"Absorb Fee\"],\"lkE00/\":[\"Something went wrong. Please try again later.\"],\"lkMK2r\":[\"Your Details\"],\"lkNdiH\":[\"Account Name\"],\"lnCMdg\":[\"Upload Image\"],\"lnYE59\":[\"Date of the event\"],\"lnrkNz\":[\"Resend email confirmation\"],\"loCKGB\":[\"Sale ends \",[\"0\"]],\"lpm0+y\":[\"Includes 1 product\"],\"lsxOPC\":[\"Payment Received\"],\"luHAJY\":[\"Popular Events (Last 14 Days)\"],\"lyD7rQ\":[\"This organizer profile is not published yet\"],\"lzAaG5\":[\"These templates will override the organizer defaults for this event only. If no custom template is set here, the organizer template will be used instead.\"],\"m/N7Zq\":[\"Event Full Address\"],\"m0CFV2\":[\"Attendee Details\"],\"m3FM1g\":[\"Total refunded\"],\"m8WD6t\":[\"Continue Setup\"],\"m9SD3V\":[\"Code must be at least 3 characters\"],\"mBsBHq\":[\"Check-in list is not active\"],\"mCB6Je\":[\"Select All\"],\"mEHQ8I\":[\"Are you sure you want to make this event public? This will make the event visible to the public\"],\"mFdA+i\":[\"Messaging Tier\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Standard product with a fixed price\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Email change pending\"],\"mImacG\":[\"Event Page\"],\"mJJh2s\":[\"Affiliate sales will not be tracked. This will deactivate the affiliate.\"],\"mLBUMQ\":[\"Configuration deleted successfully\"],\"mUv9U4\":[\"Sales\"],\"mVKOW6\":[\"There was an error sending your message\"],\"mYGY3B\":[\"Date\"],\"mYLhkl\":[\"Miscellaneous Settings\"],\"mYygCM\":[\"Organizer is required\"],\"mdeIOH\":[\"Resend code\"],\"mf3FrP\":[\"This category doesn't have any products yet.\"],\"mimF6c\":[\"Custom message after checkout\"],\"miysJh\":[\"We couldn't find this order. It may have been removed.\"],\"mkWad2\":[\"Hungarian\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Percentage Fee\"],\"mnUGVC\":[\"Rate limit exceeded. Please try again later.\"],\"mnafgQ\":[\"The default timezone for your events.\"],\"mpB/d9\":[\"Total order amount\"],\"muXhGi\":[\"If enabled, the organizer will receive an email notification when a new order is placed\"],\"mvrlBO\":[\"Filter by Event\"],\"mwe+2z\":[\"Offline orders are not reflected in event statistics until the order is marked as paid.\"],\"mxsm1o\":[\"Delete this question? This cannot be undone.\"],\"n/7+7Q\":[\"Confirmation sent to\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Image deleted successfully\"],\"n10yGu\":[\"Refund order\"],\"n143Tq\":[\"Edit Product Category\"],\"n4SpU5\":[\"Manage event\"],\"n57zCW\":[\"Unattributed Accounts\"],\"n5pRtF\":[\"Create a Ticket\"],\"n5vdm2\":[\"No webhook events have been recorded for this endpoint yet. Events will appear here once they are triggered.\"],\"n6EaWL\":[\"View logs\"],\"n8+Ng/\":[\"Please enter the 5-digit code\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Number Prefix\"],\"n8IUs7\":[\"Gross Revenue\"],\"n9V+ps\":[\"Enter your name\"],\"n9ZhRa\":[\"Select end date and time\"],\"nAn4Oe\":[\"Order marked as paid\"],\"nBVOd7\":[\"When an attendee is updated\"],\"nBqgQb\":[\"Your Email\"],\"nCywLA\":[\"Join from anywhere\"],\"nDBs04\":[\"Capacity Management\"],\"nE5o/t\":[\"Data Ownership\"],\"nFm+5u\":[\"Footer Text\"],\"nHm0AI\":[\"Daily sales, tax, and fee breakdown\"],\"nKtyYu\":[\"Continue to next step\"],\"nLC6tu\":[\"French\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Action Required: Reconnect Your Stripe Account\"],\"nO3VbP\":[\"On sale \",[\"0\"]],\"nOBvex\":[\"Send real-time order and attendee data to your external systems.\"],\"nOhz3x\":[\"Logout\"],\"nP7CdQ\":[\"Edit Webhook\"],\"nQI4H5\":[\"Connect Stripe to enable email template editing\"],\"nWhye/\":[\"Who should be asked this question?\"],\"nYNT+5\":[\"Set up your event\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Your order has been cancelled.\"],\"nbfdhU\":[\"Integrations\"],\"ncwQad\":[\"(empty)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"We couldn't find the ticket you're looking for. The link may have expired or the ticket details may have changed.\"],\"nfagfM\":[\"Valid\"],\"nfnm9D\":[\"Organization Name\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Failed to upload image. Please try again.\"],\"nm3Iz/\":[\"Thank you for attending!\"],\"nn3mSR\":[\"Time left:\"],\"nnfSdK\":[\"Unique Customers\"],\"nniGTr\":[\"To edit configurations, go to the Configurations section in the admin menu.\"],\"nqx+6h\":[\"Complete these steps to start selling tickets for your event.\"],\"nrGWUv\":[\"Customize your event page to match your brand and style.\"],\"nrSs2u\":[\"No messages found\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"Webhook URL\"],\"nvOPBA\":[\"Links Allowed\"],\"nwtY4N\":[\"Something went wrong\"],\"nx+rqg\":[\"create an organizer\"],\"ny2r8d\":[\"When an order is cancelled\"],\"nz96Ue\":[\"1 ticket type\"],\"o+tJN/\":[\"Please wait while we prepare your attendees for export...\"],\"o/blc/\":[\"Failed to update account configuration\"],\"o1my93\":[\"Organizer status update failed. Please try again later\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Congratulations on creating an event!\"],\"o5r6b2\":[\"Job deleted\"],\"o6+Y6d\":[\"Resending...\"],\"o7LgX6\":[\"You can configure additional service fees and taxes in your account settings.\"],\"o7s5FA\":[\"The language the attendee will receive emails in.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"TIP\"],\"oHE9JT\":[\"Edit Capacity Assignment\"],\"oI/hGR\":[\"Order ID\"],\"oJjplO\":[\"Total Views\"],\"oNL5vN\":[\"Go to Event Page\"],\"oPknTP\":[\"Optional additional information to appear on all invoices (e.g., payment terms, late payment fees, return policy)\"],\"oQvMPn\":[\"Question Title\"],\"oR7zL3\":[\"Ticket holder's name\"],\"oSDBWm\":[\"VAT Settings\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"My Tickets\"],\"oW5877\":[\"Order Total\"],\"oWXNE5\":[\"Qty\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Add to Calendar\"],\"ocS8eq\":[\"Already have an account? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Offline Payments Information\"],\"olKKwj\":[\"Mobile scanner with offline support and real-time tracking\"],\"omyBS0\":[\"Number of days allowed for payment (leave blank to omit payment terms from invoices)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Manage attendee\"],\"ophZVW\":[\"Manage tickets\"],\"oqr9HB\":[\"Collapse this product when the event page is initially loaded\"],\"orBECM\":[\"Total Collected\"],\"orluER\":[\"Track account growth and performance by attribution source\"],\"os29v1\":[\"This reset password link is invalid or expired.\"],\"ouM5IM\":[\"Try another email\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Default\"],\"p/Sa0j\":[\"Your account has messaging limits. To increase your limits, contact us at\"],\"p2/GCq\":[\"Confirm Password\"],\"p2FRHj\":[\"Control how platform fees are handled for this event\"],\"p2WLr3\":[\"Check in \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Select a category\"],\"pAey+4\":[\"File is too large. Maximum size is 5MB.\"],\"pCLes8\":[\"You must agree to receive messages\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Ticket resent successfully\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Recent Account Signups\"],\"pMLul+\":[\"All Currencies\"],\"pNgdBv\":[\"There are no products available in this category\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Are you sure you want to make this organizer public? This will make the organizer page visible to the public\"],\"pZNOT9\":[\"No end date\"],\"pbAk7a\":[\"Connect Stripe\"],\"pjp2n5\":[\"Choose who pays the platform fee. This does not affect additional fees you've configured in your account settings.\"],\"pkk46Q\":[\"Choose an Organizer\"],\"pn5qSs\":[\"Additional Information\"],\"pnVh83\":[\"VAT Number\"],\"pnoTN5\":[\"Referral Accounts\"],\"poTr35\":[\"Edit user\"],\"ppuQR4\":[\"Order Created\"],\"pqFrv2\":[\"eg. 2.50 for $2.50\"],\"prZGMe\":[\"Require Billing Address\"],\"psosdY\":[\"Link to order details\"],\"psqIm5\":[\"Collaborate with your team to create amazing events together.\"],\"pvnfJD\":[\"Dark\"],\"pxNIxa\":[\"Customize your email template using Liquid templating\"],\"q/CcwE\":[\"Order Date\"],\"q1BizZ\":[\"We'll send your tickets to this email\"],\"q2LEDV\":[\"No attendees found for this order.\"],\"q6XHL1\":[\"Price Type\"],\"q7TRd7\":[\"Are you sure you want to activate this attendee?\"],\"qCJyMx\":[\"Post Checkout message\"],\"qCqdg6\":[\"Check-In Status\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Buyers see a clean price. The platform fee is deducted from your payout.\"],\"qGZz0m\":[\"You're on the waitlist!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Outgoing Messages\"],\"qNuTh3\":[\"Exception\"],\"qY4rpA\":[\"Refund failed\"],\"qcP/8K\":[\"Scheduled time\"],\"qdfdgM\":[\"123 Main Street\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"All done! You're now using our upgraded payment system.\"],\"qnSLLW\":[\"<0>Please enter the price excluding taxes and fees.<1>Taxes and fees can be added below.\"],\"qpC74J\":[\"No users found\"],\"qqWcBV\":[\"Completed\"],\"qqeAJM\":[\"Never\"],\"qtGTNu\":[\"Organic Accounts\"],\"qu6/03\":[\"Taxes and Fees\"],\"quR8Qp\":[\"Waiting for payment\"],\"qv4bfj\":[\"A fee, like a booking fee or a service fee\"],\"qvF+MT\":[\"Monitor and manage failed background jobs\"],\"qvylEK\":[\"Attendee Created\"],\"r+lQXT\":[\"Please enter your VAT number\"],\"r2B2P8\":[\"Copy Check-In URL\"],\"r9M1hc\":[\"Search check-in lists...\"],\"rDC+T6\":[\"Retry Job\"],\"rLHma1\":[\"Organizer status updated\"],\"rMcHYt\":[\"There is a refund pending. Please wait for it to complete before requesting another refund.\"],\"rPA+Gc\":[\"Communication Preferences\"],\"rXngLf\":[\"SEO Title\"],\"rYXfOA\":[\"Regional Settings\"],\"raw09+\":[\"Configure how attendee details are collected during checkout\"],\"rdUucN\":[\"Preview\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"This will not be visible to customers, but helps you identify the affiliate.\"],\"rmelwV\":[\"0 minutes and 0 seconds\"],\"rnoQsz\":[\"Used for borders, highlights, and QR code styling\"],\"rp/zaT\":[\"Brazilian Portuguese\"],\"rpGMzC\":[\"Failed to update order\"],\"ruJO57\":[\"Job Name\"],\"rxy0tG\":[\"Failed to verify email\"],\"rzw+wS\":[\"Order Holders\"],\"s/0RpH\":[\"Times used\"],\"s0FkEx\":[\"Set up check-in lists for different entrances, sessions, or days.\"],\"s14PLh\":[\"You are issuing a partial refund. The customer will be refunded \",[\"0\"],\" \",[\"1\"],\".\"],\"s4JozW\":[\"Are you sure you want to restore this event? It will be restored as a draft event.\"],\"s5QRF3\":[\"Back to messages\"],\"s6EF6K\":[\"Instant Payouts\"],\"s8v9hq\":[\"Return to Event Page\"],\"s9KGXU\":[\"Sold\"],\"sBV87H\":[\"Continue to event creation\"],\"sCV5Yc\":[\"Name of the event\"],\"sF+Xp9\":[\"Page Views\"],\"sFFArG\":[\"Name must be less than 255 characters\"],\"sGEOe4\":[\"Use a blurred version of the cover image as the background\"],\"sGjBEq\":[\"End Date & Time (optional)\"],\"sJsr1h\":[\"Product Type\"],\"sLbJQz\":[\"Order not found\"],\"sMiGXD\":[\"Please check your email is valid\"],\"sQia9P\":[\"Log in\"],\"sQxe68\":[\"Resend Confirmation\"],\"sYLeDq\":[\"The organizer you're looking for could not be found. The page may have been moved, deleted, or the URL might be incorrect.\"],\"sYpiZP\":[\"Create Promo Code\"],\"sZg7s1\":[\"Expiration date\"],\"saG4At\":[\"Message Scheduled\"],\"sby+1/\":[\"Click to copy\"],\"sd5IMt\":[\"Orders Completed\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"You can create a promo code which targets this product on the\"],\"shkJ3U\":[\"Link your Stripe account to receive funds from ticket sales.\"],\"sjNPMw\":[\"This order was abandoned. You can start a new order anytime.\"],\"snMaH4\":[\"Delete webhook\"],\"spsZys\":[\"Ready to upgrade? This takes only a few minutes.\"],\"sq7vjE\":[\"Highlighted products will have a different background color to make them stand out on the event page.\"],\"sqdl5s\":[\"VAT Information\"],\"ss9PbX\":[\"Attendee\"],\"sxKqBm\":[\"The full order amount will be refunded to the customer's original payment method.\"],\"sy6fss\":[\"Applies to \",[\"0\"],\" products\"],\"sy9anN\":[\"How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout.\"],\"szSnlj\":[\"1 hour before event\"],\"t/KVOk\":[\"Failed to start impersonation. Please try again.\"],\"t/YqKh\":[\"Remove\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Showing \",[\"0\"],\" of \",[\"totalRows\"],\" records\"],\"t2bbp8\":[\"Edit Attendee\"],\"t3AMTs\":[\"Event Management Platform\"],\"t41hVI\":[\"Re-offer Spot\"],\"t79rDv\":[\"Ticket Not Found\"],\"t7TeQU\":[\"Messages\"],\"t9yxlZ\":[\"Reports\"],\"tDTq0D\":[\"Order timeout\"],\"tDwYhx\":[\"Theme & Colors\"],\"tF+VVr\":[\"VIP Ticket\"],\"tFbRKJ\":[\"You cannot edit the role or status of the account owner.\"],\"tGCY6d\":[\"Ticket Price\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"VAT Treatment for Platform Fees\"],\"tKCBU0\":[\"Last Used\"],\"tKKZn0\":[\"View Order Details\"],\"tKcbYd\":[\"Failed Jobs\"],\"tLf3yJ\":[\"As your business is based in Ireland, Irish VAT at 23% applies automatically to all platform fees.\"],\"tMFDem\":[\"No data available\"],\"tMNBEF\":[\"Check-in lists let you control entry across days, areas, or ticket types. You can share a secure check-in link with staff — no account required.\"],\"tMeVa/\":[\"Ask for name and email for each ticket purchased\"],\"tNZzFb\":[\"Message Content\"],\"tOXAdc\":[\"Canceling will cancel all attendees associated with this order, and release the tickets back into the available pool.\"],\"tPtRwl\":[\"Edit Application Fees\"],\"tRXdQ9\":[\"When a product is updated\"],\"tSVr6t\":[\"Impersonate\"],\"tUGbi8\":[\"Copy my details to:\"],\"tVJk4q\":[\"Cancel order\"],\"tVW/yo\":[\"Select currency\"],\"tXadb0\":[\"The event you're looking for is not available at the moment. It may have been removed, expired, or the URL might be incorrect.\"],\"tYF4Zq\":[\"Print to PDF\"],\"tasfos\":[\"remove\"],\"td/bh+\":[\"Back to Reports\"],\"tdD/QN\":[\"Edit Product\"],\"tejfAy\":[\"Check-In Lists\"],\"tfDRzk\":[\"Save\"],\"tiI71C\":[\"To increase your limits, contact us at\"],\"tnL+GP\":[\"Invalid Liquid syntax. Please correct it and try again.\"],\"toutGW\":[\"QR Code\"],\"tq0abZ\":[\"Failed to delete jobs\"],\"trnWaw\":[\"Polish\"],\"tst44n\":[\"Events\"],\"tudG8q\":[\"Create and configure tickets and merchandise for sale.\"],\"u0n+wz\":[\"Waitlist\"],\"u5oO/W\":[\"Offline Payments Settings\"],\"u6FPxT\":[\"Get Tickets\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Status\"],\"uBAxNB\":[\"Editor\"],\"uCFbG2\":[\"Affiliate deleted successfully\"],\"uEhdRh\":[\"Promo Only\"],\"uIElGP\":[\"Custom Maps URL\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"True if offline payment\"],\"uM9Alj\":[\"This product is highlighted on the event page\"],\"uN355O\":[\"Create Event\"],\"uOXLV3\":[\"I agree to the <0>terms and conditions\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Message cancelled\"],\"uQynyf\":[\"Failed to update configuration\"],\"uRfugr\":[\"T-shirt\"],\"uUPbPg\":[\"Copy Affiliate Link\"],\"uUehLT\":[\"Waiting\"],\"uaSvqt\":[\"Expiry Date\"],\"ubdMGz\":[\"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\"],\"ucgZ0o\":[\"Organization\"],\"uchB0M\":[\"Widget Preview\"],\"udRwQs\":[\"Check-in Created\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Connect your Stripe account to start accepting payments.\"],\"uq2BmQ\":[\"Last 30 days\"],\"uvIqcj\":[\"Workshop\"],\"uyJsf6\":[\"About\"],\"uzEfRz\":[\"Order Notes\"],\"v1P7Gm\":[\"Widget Settings\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Send Test\"],\"v2GlhZ\":[\"Current VAT number validation failed\"],\"v4+lcZ\":[\"Edit Affiliate\"],\"v4fiSg\":[\"Check your email\"],\"v7xKtM\":[\"Messaging tier updated successfully\"],\"v9VSIS\":[\"<0>Set a single total attendance limit that applies to multiple ticket types at once.<1>For example, if you link a <2>Day Pass and a <3>Full Weekend ticket, they will both draw from the same pool of spots. Once the limit is reached, all linked tickets automatically stop selling.\"],\"vAbVy9\":[\"Free product, no payment information required\"],\"vERlcd\":[\"Profile\"],\"vFjEnF\":[\"Mark as paid\"],\"vJuISq\":[\"Are you sure you would like to delete this Capacity Assignment?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Failed to delete question\"],\"vLyv1R\":[\"Hide\"],\"vOuxvL\":[\"Account Information\"],\"vPJ1FI\":[\"Percentage Amount\"],\"vPeW/6\":[\"Are you sure you want to delete this configuration? This may affect accounts using it.\"],\"vPqpQG\":[\"Check-in list not found\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Edit Order Details\"],\"vRznIT\":[\"An error occurred while checking export status.\"],\"vX8/tc\":[\"My amazing event title...\"],\"vXIe7J\":[\"Language\"],\"vXPSuB\":[\"Update profile\"],\"vYgeDk\":[\"Deselect All\"],\"vZ5qKF\":[\"Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container.\"],\"vb0Q0/\":[\"Total Users\"],\"vcyz2L\":[\"Payment Settings\"],\"ve9JTU\":[\"Last name is required\"],\"veessc\":[\"Your attendees will appear here once they have registered for your event. You can also manually add attendees.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Last 14 days\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Duplicate event\"],\"vlf/In\":[\"Tech\"],\"vmOFL/\":[\"We could not process your payment. Please try again or contact support.\"],\"vqji3Y\":[\"VAT number validation failed. Please check your VAT number.\"],\"vrSW9M\":[\"Order has been canceled and refunded. The order owner has been notified.\"],\"vt9xUl\":[\"Real-Time Analytics\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Order Marked as Paid\"],\"vu7ZGG\":[\"Logo & Cover\"],\"vu7gDm\":[\"Delete Affiliate\"],\"vv7kpg\":[\"Cancelled\"],\"vvO1I2\":[\"Your Stripe account is connected and ready to process payments.\"],\"vwGkYB\":[\"Password must be at least 8 characters\"],\"vzJenu\":[\"Successfully Updated Email Settings\"],\"w36OkR\":[\"Most Viewed Events (Last 14 Days)\"],\"w65ZgF\":[\"You need to verify your account email before you can modify email templates.\"],\"wBJR8i\":[\"Planning an event?\"],\"wCKkSr\":[\"Verify Email\"],\"wDioLj\":[\"Failed to retry job\"],\"wDx3FF\":[\"There are no products available for this event\"],\"wIa8Qe\":[\"Resend invitation\"],\"wJTzyi\":[\"Payment Status\"],\"wJijgU\":[\"Location\"],\"wJzo/w\":[\"We recommend dimensions of 400px by 400px, and a maximum file size of 5MB\"],\"wPRp9Z\":[\"Visible to check-in staff only. Helps identify this list during check-in.\"],\"wPmXlA\":[\"First Invoice Number\"],\"wQzCPX\":[\"Tax information to appear at the bottom of all invoices (e.g., VAT number, tax registration)\"],\"wUv5xQ\":[\"No organizer activity in the last 14 days\"],\"wYiAtV\":[\"No recent account signups\"],\"wckWOP\":[\"Manage\"],\"wdxz7K\":[\"Source\"],\"whqocw\":[\"By registering you agree to our <0>Terms of Service and <1>Privacy Policy.\"],\"wlfBad\":[\"Sale Period\"],\"wnDgGj\":[\"Confirming email address...\"],\"wpfWhJ\":[\"Customer's first name\"],\"wpj63n\":[\"Organizer Settings\"],\"wu98dY\":[\"Ask once per product\"],\"wuV0bK\":[\"Stop Impersonating\"],\"wuyaZh\":[\"Export successful\"],\"x/xjzn\":[\"Your affiliates have been exported successfully.\"],\"x1PPdr\":[\"ZIP / Postal Code\"],\"x2mjl4\":[\"Please enter a valid image URL that points to an image.\"],\"x3wVFc\":[\"Congratulations! Your event is now visible to the public.\"],\"x4MLWE\":[\"Order Confirmation\"],\"x5+Lcz\":[\"Not Checked In\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Attendee's ticket not included in this list\"],\"x8XMsJ\":[\"Select the messaging tier for this account. This controls message limits and link permissions.\"],\"x8rEDQ\":[\"We were unable to validate your VAT number after multiple attempts. We'll continue trying in the background. Please check back later.\"],\"xDAtGP\":[\"Message\"],\"xDzTh7\":[\"Failed to download invoice. Please try again.\"],\"xFRMlO\":[\"Minimum Per Order\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" at current rate\"],\"xFj7Yj\":[\"Failed to delete template\"],\"xGU92i\":[\"Complete your profile to join the team.\"],\"xGVfLh\":[\"Continue\"],\"xHpVRl\":[\"Refund Status\"],\"xJaTUK\":[\"Customize the layout, colors, and branding of your event homepage.\"],\"xMDm+I\":[\"Check In\"],\"xMO+Ao\":[\"Set up your organization\"],\"xMekgu\":[\"Add any notes about the order...\"],\"xN9AhL\":[\"Tier \",[\"0\"]],\"xTPjSy\":[\"Past Events\"],\"xUgUTh\":[\"Enter first name\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Always available\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Tools\"],\"xdA9ud\":[\"Place this in the of your website.\"],\"xdiER7\":[\"Assigned Tier\"],\"xeIaKw\":[\"Are you sure you want to resend the ticket to \",[\"0\"],\"?\"],\"xfKgwv\":[\"Create Affiliate\"],\"xgL50q\":[\"What are Tiered Products?\"],\"xgav5v\":[\"Payment succeeded!\"],\"xnWESi\":[\"Confirm password\"],\"xowcRf\":[\"Terms of Service\"],\"xrWdPR\":[\"Template deleted successfully\"],\"xxU3NX\":[\"Net Revenue\"],\"xxv3BZ\":[\"This check-in list has expired\"],\"xzRvs4\":[\"Receive product updates from \",[\"0\"],\".\"],\"y/NR6s\":[\"Successfully Updated Location\"],\"y0meFR\":[\"Irish VAT at 23% will be applied to platform fees (domestic supply).\"],\"y1BZw1\":[\"Enter business address\"],\"y1eoq1\":[\"Copy link\"],\"y22tv0\":[\"Copy this link to share it anywhere\"],\"y3qNri\":[\"You'll need at least one product to get started. Free, paid or let the user decide what to pay.\"],\"y55eMd\":[\"Times Used\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"No events to show\"],\"yD3avI\":[\"Important: Changing your email address will update the link to access this order. You will be redirected to the new order link after saving.\"],\"yDOdwQ\":[\"User Management\"],\"yIRev4\":[\"Create a password\"],\"yKWfjC\":[\"Promo Code page\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"No upcoming events\"],\"yNi4PV\":[\"You cannot check in attendees with unpaid orders. This setting can be changed in the event settings.\"],\"yPI7n9\":[\"Comma seperated keywords that describe the event. These will be used by search engines to help categorize and index the event\"],\"yPZN4i\":[\"This order page is no longer available.\"],\"yPrbsy\":[\"Recipients\"],\"yRg26W\":[\"Gross Sales\"],\"ySQGHV\":[\"Hide product when sold out\"],\"ySeBKv\":[\"You already scanned this ticket\"],\"ySxKZe\":[\"How many times can this code be used?\"],\"yT6dQ8\":[\"Tax collected grouped by tax type and event\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 ticket\"],\"yWiPh+\":[\"Add Tax or Fee\"],\"yZfBoy\":[\"Your message has been sent\"],\"yhjU+j\":[\"Downloading Invoice\"],\"yiy8Jt\":[\"Creating your organizer profile, please wait\"],\"yj3N+g\":[\"1 day after start date\"],\"yjkELF\":[\"Confirm New Password\"],\"ylXj1N\":[\"Selected\"],\"ypJ62C\":[\"Discount %\"],\"yxhYRZ\":[[\"0\"],\" <0>checked out successfully\"],\"yz7wBu\":[\"Close\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"The scheduled time is required\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"We've officially moved our headquarters to Ireland 🇮🇪. As part of this transition, we're now using Stripe Ireland instead of Stripe Canada. To keep your payouts running smoothly, you'll need to reconnect your Stripe account.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Failed to export report. Please try again.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"No products available for selection\"],\"zLmvhE\":[\"Successfully created attendee\"],\"zNECqg\":[\"tickets\"],\"zNZNMs\":[\"View Message\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Select a tier\"],\"zPiC+q\":[\"Eligible Check-In Lists\"],\"zTkTF3\":[\"Failed to save template\"],\"zUDyah\":[\"Logging in\"],\"zWqUyJ\":[\"Fixed fee charged per transaction\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Create \",[\"0\"],\" Template\"],\"zgCHnE\":[\"Daily Sales Report\"],\"ziAjHi\":[\"Generate\"],\"zlHa5R\":[\"No attendees have been added to this order.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Phone\"],\"znIg+z\":[\"Checkout\"],\"zpekWp\":[\"Sale starts \",[\"0\"]],\"zppscQ\":[\"Hi.Events platform fees and VAT breakdown by transaction\"],\"zxnup4\":[\"No Affiliates to show\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Success\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/en.po b/frontend/src/locales/en.po index e644c1177..538430f83 100644 --- a/frontend/src/locales/en.po +++ b/frontend/src/locales/en.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Click to Unpublish" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'There\\'s nothing to show yet'" +msgid "'There's nothing to show yet'" +msgstr "'There's nothing to show yet'" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'There\\'s nothing to show yet'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(empty)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} is already checked in" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>checked in successfully" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>checked out successfully" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} Active Webhooks" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} available" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} created successfully" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} left" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "{0} logo" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} organizers" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} tickets" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} updated successfully" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} checked in" @@ -148,6 +169,7 @@ msgstr "<0>The number of products available for this product<1>This value ca msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} at current rate" @@ -251,6 +273,11 @@ msgstr "A fee, like a booking fee or a service fee" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "A fixed amount per product. E.g, $0.50 per product" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "A fluid, animated mesh gradient" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "A multi line text input" @@ -300,7 +327,7 @@ msgstr "A standard tax, like VAT or GST" msgid "Abandoned" msgstr "Abandoned" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "About" @@ -403,7 +430,8 @@ msgstr "Action Required: VAT Information Needed" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Actions" @@ -510,7 +538,7 @@ msgstr "Add tier" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Add to Calendar" @@ -660,7 +688,7 @@ msgstr "All jobs queued for retry" msgid "All Products" msgstr "All Products" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "All Statuses" @@ -699,6 +727,7 @@ msgstr "Almost there! Finish connecting your Stripe account to start accepting p msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Already have an account? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Amazing, Event, Keywords..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Amount" @@ -734,6 +762,7 @@ msgstr "Amount" msgid "Amount Paid" msgstr "Amount Paid" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Amount paid ({0})" @@ -762,6 +791,11 @@ msgstr "An unexpected error occurred." msgid "An unexpected error occurred. Please try again." msgstr "An unexpected error occurred. Please try again." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "Animated Gradient" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Answer updated successfully." @@ -778,10 +812,11 @@ msgstr "Appearance" msgid "Application Fees Configuration" msgstr "Application Fees Configuration" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "applied" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Applies to {0} products" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "Applies to 1 product" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Apply" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Apply Promo Code" +#~ msgid "Apply Promo Code" +#~ msgstr "Apply Promo Code" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Are you sure you want to make this organizer draft? This will make the o msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Are you sure you want to offer a spot to this person? They will receive an email notification." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Are you sure you want to publish this event? Once published, it will be visible to the public." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Are you sure you want to remove this entry from the waitlist?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Are you sure you want to resend the order confirmation to {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Are you sure you want to resend the ticket to {0}?" @@ -909,11 +947,11 @@ msgstr "Are you sure you want to resend the ticket to {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Are you sure you want to restore this event? It will be restored as a draft event." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Are you sure you want to unpublish this event? It will no longer be visible to the public." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." @@ -1101,7 +1139,7 @@ msgstr "Auto Resize" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Auto-Process Waitlist" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Automatically detected based on background color, but can be overridden" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Automatically offer tickets to the next person when capacity becomes available" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Automatically offer tickets to the next person when capacity becomes available" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Back to Reports" msgid "Background Color" msgstr "Background Color" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Background Type" @@ -1261,7 +1303,7 @@ msgstr "Business Name" msgid "Button Label" msgstr "Button Label" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Button Text" @@ -1273,6 +1315,7 @@ msgstr "Buyer pays" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Buyers see a clean price. The platform fee is deducted from your payout." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Campaign" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Cancel" @@ -1343,6 +1387,7 @@ msgstr "Cancel order" msgid "Cancel Order" msgstr "Cancel Order" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Cancel Order {0}" @@ -1355,11 +1400,11 @@ msgstr "Canceling will cancel all attendees associated with this order, and rele #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Charity" msgid "Check In" msgstr "Check In" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Check in {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Chinese (Traditional)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Choose a color for your background" +#~ msgid "Choose a color for your background" +#~ msgstr "Choose a color for your background" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "Choose a solid color for your background" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "City" msgid "Clear Search Text" msgstr "Clear Search Text" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "Click here to edit donation" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Click to copy" @@ -1600,15 +1656,15 @@ msgstr "Click to copy" msgid "Click to view notes" msgstr "Click to view notes" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "close" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Close" @@ -1672,8 +1728,8 @@ msgstr "Collect details per ticket" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Color" +#~ msgid "Color" +#~ msgstr "Color" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Configure Taxes & Fees" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Configure waitlist settings for this event" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Configure waitlist settings for this event" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Configured Discount" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Confirm" @@ -1942,12 +1999,14 @@ msgstr "Connected to Stripe" msgid "Connection Details" msgstr "Connection Details" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Contact" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Contact {0}" @@ -1963,12 +2022,12 @@ msgstr "Contact email for support" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Continue" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Continue Button Text" @@ -1982,7 +2041,7 @@ msgstr "Continue set up" msgid "Continue Setup" msgstr "Continue Setup" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Continue to Checkout" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Cover" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Cover Image" @@ -2110,10 +2171,12 @@ msgstr "Cover image will be displayed at the top of your organizer page" msgid "Create" msgstr "Create" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Create {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Create {0} Template" @@ -2339,6 +2402,10 @@ msgstr "Custom Branding" msgid "Custom date and time" msgstr "Custom date and time" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "Custom Donation Amount" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "Custom Maps URL" @@ -2415,7 +2482,7 @@ msgstr "Customize the questions asked during checkout to gather important inform msgid "Customize the SEO settings for this event" msgstr "Customize the SEO settings for this event" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Customize the text shown on the continue button" @@ -2613,6 +2680,7 @@ msgstr "Discount" msgid "Discount %" msgstr "Discount %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Discount in {0}" @@ -2621,7 +2689,7 @@ msgstr "Discount in {0}" msgid "Discount Type" msgstr "Discount Type" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Dismiss this message" @@ -2704,10 +2772,18 @@ msgstr "Due to the high risk of spam, you must connect a Stripe account before y #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2811,11 @@ msgstr "Duplicate Product" msgid "Dutch" msgstr "Dutch" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "e.g. 180 (3 hours)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "e.g., Get Tickets, Register Now" @@ -2768,11 +2844,14 @@ msgstr "Early bird" msgid "Edit" msgstr "Edit" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Edit {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Edit {0} Template" @@ -2907,7 +2986,7 @@ msgstr "Eligible Check-In Lists" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3232,7 @@ msgstr "Enter your name" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Entries will appear here when customers join the waitlist for sold out products." @@ -3315,7 +3394,7 @@ msgid "Event Settings" msgstr "Event Settings" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3402,7 @@ msgid "Event status update failed. Please try again later" msgstr "Event status update failed. Please try again later" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3485,8 @@ msgstr "Exception" msgid "Expiration date" msgstr "Expiration date" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Expired" @@ -3566,7 +3645,7 @@ msgstr "Failed to load recipients" msgid "Failed to load Webhook" msgstr "Failed to load Webhook" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Failed to offer spot" @@ -3574,6 +3653,10 @@ msgstr "Failed to offer spot" msgid "Failed to offer tickets" msgstr "Failed to offer tickets" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "Failed to remove from waitlist" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Failed to reorder questions" @@ -3778,7 +3861,7 @@ msgstr "First name" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3872,7 @@ msgstr "First name" msgid "First Name" msgstr "First Name" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3945,7 @@ msgstr "Forgot password?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Free" @@ -3912,8 +3995,8 @@ msgid "German" msgstr "German" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Get Directions" +#~ msgid "Get Directions" +#~ msgstr "Get Directions" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4006,7 @@ msgstr "Get paid immediately via Stripe Connect" msgid "Get started" msgstr "Get started" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Get Tickets" @@ -3987,10 +4070,11 @@ msgstr "Guest Management" msgid "Guests" msgstr "Guests" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Have a promo code?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Hello {0}, manage your platform from here." @@ -4020,6 +4104,7 @@ msgstr "Here is your affiliate link" msgid "Here's what to expect:" msgstr "Here's what to expect:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Hi {0} 👋" @@ -4050,8 +4135,7 @@ msgstr "Hidden from public view" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "Hidden questions are only visible to the event organizer and not to the customer." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Hide" @@ -4134,8 +4218,8 @@ msgstr "Homepage Design" msgid "Homepage Designer" msgstr "Homepage Designer" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Homepage Preview" @@ -4144,7 +4228,7 @@ msgstr "Homepage Preview" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." @@ -4181,7 +4265,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Hungarian" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "I agree to receive email notifications related to this event" @@ -4193,7 +4277,7 @@ msgstr "I agree to the <0>terms and conditions" msgid "I confirm this is a transactional message related to this event" msgstr "I confirm this is a transactional message related to this event" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "If a new tab did not open automatically, please click the button below to continue to checkout." @@ -4299,6 +4383,7 @@ msgstr "Include connection details for your online event. These details will be msgid "Include tax and fees in the price" msgstr "Include tax and fees in the price" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Includes {0} products" @@ -4477,21 +4562,25 @@ msgstr "John" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Join from anywhere" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Join Waitlist" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Join Waitlist for {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Join Waitlist for {0}" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "Join Waitlist for {productDisplayName}" + +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Joined" @@ -4503,6 +4592,7 @@ msgstr "Just click the button below to reconnect your Stripe account." msgid "Just looking for your tickets?" msgstr "Just looking for your tickets?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Keep me updated on news and events from {0}" @@ -4574,7 +4664,7 @@ msgstr "Last name" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4764,7 @@ msgid "Loading..." msgstr "Loading..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4868,10 @@ msgstr "Manage tickets" msgid "Manage your account details and default settings" msgstr "Manage your account details and default settings" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "Manage your event's waitlist, view stats, and offer tickets to attendees." + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Manage your payment processing and view platform fees" @@ -4897,6 +4991,10 @@ msgstr "Messaging Tier" msgid "Messaging tier updated successfully" msgstr "Messaging tier updated successfully" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "Minimum amount:" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Minimum Per Order" @@ -4905,7 +5003,7 @@ msgstr "Minimum Per Order" msgid "Minimum Price" msgstr "Minimum Price" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "minutes" @@ -4949,6 +5047,10 @@ msgstr "Multiple price options. Perfect for early bird products etc." msgid "Music" msgstr "Music" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "Must be at least" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5402,7 @@ msgstr "No VAT settings configured" msgid "No viewed events in the last 14 days" msgstr "No viewed events in the last 14 days" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "No waitlist entries" @@ -5369,27 +5471,27 @@ msgstr "Number Prefix" msgid "of" msgstr "of" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Offer" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Offer Spot" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Offer Tickets" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Offer Timeout" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Offered" @@ -5444,6 +5546,7 @@ msgstr "Offline Payments Settings" msgid "On Sale" msgstr "On Sale" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "On sale {0}" @@ -5474,7 +5577,7 @@ msgstr "Ongoing" msgid "Online" msgstr "Online" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Online Event" @@ -5791,7 +5894,6 @@ msgstr "Organization Name" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5943,12 @@ msgstr "Organizer Settings" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Organizer statistics are not available for the selected currency or an error occurred." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Organizer status update failed. Please try again later" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Organizer status updated" @@ -5931,6 +6033,7 @@ msgstr "Partial refund" msgid "Partially Refunded" msgstr "Partially Refunded" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Partially refunded: {0}" @@ -6173,6 +6276,7 @@ msgstr "Planning an event?" msgid "Platform fee" msgstr "Platform fee" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Platform fee of {0} deducted from your payout" @@ -6215,7 +6319,7 @@ msgstr "Please check your email is valid" msgid "Please check your email to confirm your email address" msgstr "Please check your email to confirm your email address" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Please continue in the new tab" @@ -6227,7 +6331,7 @@ msgstr "Please create a product" msgid "Please create a ticket" msgstr "Please create a ticket" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Please enter a valid email address" @@ -6271,7 +6375,7 @@ msgstr "Please select a date range" msgid "Please select an image." msgstr "Please select an image." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Please select at least one product" @@ -6328,6 +6432,7 @@ msgid "Post Checkout Message" msgstr "Post Checkout Message" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Powered by" @@ -6335,6 +6440,11 @@ msgstr "Powered by" msgid "Pre Checkout message" msgstr "Pre Checkout message" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "Presented By" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Prevent overselling by sharing inventory across multiple ticket types." @@ -6408,7 +6518,7 @@ msgstr "Print Tickets" msgid "Print to PDF" msgstr "Print to PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Privacy Policy" @@ -6424,7 +6534,7 @@ msgstr "Processing order" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6619,7 @@ msgstr "Profile" msgid "Profile updated successfully" msgstr "Profile updated successfully" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Promo {promo_code} code applied" @@ -6555,12 +6665,20 @@ msgstr "Promotional emails may result in account suspension" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." +" and conditions, guidelines, or any important information that attendees need to know before answering." msgstr "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." +" and conditions, guidelines, or any important information that attendees need to know before answering." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." + +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Publish" @@ -6569,8 +6687,8 @@ msgid "Publish Event" msgstr "Publish Event" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Purchased" @@ -6637,7 +6755,7 @@ msgstr "Rate" msgid "Rate limit exceeded. Please try again later." msgstr "Rate limit exceeded. Please try again later." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Re-offer Spot" @@ -6649,6 +6767,7 @@ msgstr "Ready to upgrade? This takes only a few minutes." msgid "Real-Time Analytics" msgstr "Real-Time Analytics" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6727,6 +6846,7 @@ msgstr "Refund Failed" msgid "Refund order" msgstr "Refund order" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Refund Order {0}" @@ -6751,6 +6871,7 @@ msgstr "Refund Status" msgid "Refunded" msgstr "Refunded" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Refunded: {0}" @@ -6768,6 +6889,10 @@ msgstr "Regional Settings" msgid "Register" msgstr "Register" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "Registration" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6777,13 +6902,14 @@ msgstr "Registration Questions" msgid "Remaining Uses" msgstr "Remaining Uses" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "remove" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Remove" @@ -6916,7 +7042,7 @@ msgstr "Revenue Summary" msgid "Revoke invitation" msgstr "Revoke invitation" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "Revoke Offer" @@ -6931,10 +7057,12 @@ msgstr "Role" msgid "Sale End Date" msgstr "Sale End Date" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Sale ended {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Sale ends {0}" @@ -6957,6 +7085,7 @@ msgstr "Sale period, order limits, visibility" msgid "Sale Start Date" msgstr "Sale Start Date" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Sale starts {0}" @@ -7010,7 +7139,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7023,8 +7152,8 @@ msgstr "Save" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Save Changes" @@ -7105,7 +7234,7 @@ msgstr "Search by event title or organizer..." msgid "Search by job name or exception..." msgstr "Search by job name or exception..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Search by name or email..." @@ -7165,6 +7294,7 @@ msgstr "Secondary Text Color" msgid "Secure Checkout" msgstr "Secure Checkout" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7480,7 +7610,7 @@ msgid "Setup & Design" msgstr "Setup & Design" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7509,6 +7639,7 @@ msgstr "Share Organizer Page" msgid "Shared Capacity Management" msgstr "Shared Capacity Management" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Show all platforms ({0} more with values)" @@ -7529,8 +7660,7 @@ msgstr "Show marketing opt-in checkbox" msgid "Show marketing opt-in checkbox by default" msgstr "Show marketing opt-in checkbox by default" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Show more" @@ -7542,6 +7672,7 @@ msgstr "Show more platforms" msgid "Show tax and fees separately" msgstr "Show tax and fees separately" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Showing {0} of {totalRows} records" @@ -7607,13 +7738,18 @@ msgid "Sold out" msgstr "Sold out" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Sold Out" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Sold-Out Waitlist" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Sold-Out Waitlist" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "Solid Color" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7639,7 +7775,7 @@ msgstr "Something went wrong! Please try again" msgid "Something went wrong." msgstr "Something went wrong." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Something went wrong. Please try again later." @@ -7656,7 +7792,7 @@ msgstr "Something went wrong. Please try again." msgid "Sorry for the inconvenience." msgstr "Sorry for the inconvenience." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Sorry, this promo code is not recognized" @@ -7721,7 +7857,7 @@ msgstr "Statistics are based on account creation date" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7804,11 +7940,13 @@ msgstr "Subtotal" msgid "Success" msgstr "Success" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Success! {0} will receive an email shortly." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "Successfully {0} attendee" @@ -7842,7 +7980,7 @@ msgstr "Successfully Created Question" msgid "Successfully Duplicated Product" msgstr "Successfully Duplicated Product" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Successfully offered a spot" @@ -7854,7 +7992,7 @@ msgstr "Successfully offered tickets to {count} people" msgid "Successfully offered tickets to 1 person" msgstr "Successfully offered tickets to 1 person" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Successfully removed from waitlist" @@ -7924,8 +8062,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Successfully Updated Platform Fee Settings" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Successfully updated product" +#~ msgid "Successfully updated product" +#~ msgstr "Successfully updated product" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "Successfully updated product " #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7961,6 +8103,7 @@ msgstr "Suite 100" msgid "Summary" msgstr "Summary" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8103,7 +8246,7 @@ msgstr "Template deleted successfully" msgid "Template saved successfully" msgstr "Template saved successfully" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Terms of Service" @@ -8120,8 +8263,8 @@ msgstr "Thank you for attending!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Thanks for your support as we continue to grow and improve Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "That promo code is invalid" @@ -8194,9 +8337,15 @@ msgstr "The link you clicked is invalid." msgid "The locale of the customer" msgstr "The locale of the customer" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "The maximum number of products for {0} is {1}" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "The maximum number of products for {0}is {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "The maximum number of products for {0}is {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8254,11 +8403,11 @@ msgstr "Theater" msgid "Theme & Colors" msgstr "Theme & Colors" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "There are no products available for this event" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "There are no products available in this category" @@ -8334,11 +8483,11 @@ msgstr "This code will be used to track sales. Only letters, numbers, hyphens, a msgid "This color combination may be hard to read for some users" msgstr "This color combination may be hard to read for some users" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "This event has ended" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "This event is not published yet" @@ -8414,7 +8563,11 @@ msgstr "This order was abandoned. You can start a new order anytime." msgid "This order was cancelled. You can start a new order anytime." msgstr "This order was cancelled. You can start a new order anytime." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "this organizer" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "This organizer profile is not published yet" @@ -8584,7 +8737,7 @@ msgstr "Tickets" msgid "Tickets & Products" msgstr "Tickets & Products" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Tickets Available" @@ -8596,6 +8749,7 @@ msgstr "Tickets for" msgid "Tickets Sold" msgstr "Tickets Sold" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Tier {0}" @@ -8817,7 +8971,7 @@ msgstr "Unable to check out attendee" msgid "Unable to create product. Please check the your details" msgstr "Unable to create product. Please check the your details" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Unable to create product. Please check your details" @@ -8833,7 +8987,7 @@ msgstr "Unable to duplicate product. Please check the your details" msgid "Unable to fetch attendee" msgstr "Unable to fetch attendee" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Unable to join waitlist" @@ -8881,7 +9035,7 @@ msgstr "Unknown Attendee" msgid "Unlimited" msgstr "Unlimited" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Unlimited available" @@ -8913,6 +9067,7 @@ msgstr "Upcoming" msgid "Upcoming Events" msgstr "Upcoming Events" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Update {0}" @@ -8990,15 +9145,15 @@ msgstr "USB/HID Scanner" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Use <0>Liquid templating to personalize your emails" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Use a blurred version of the cover image as the background" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Use cover image" +#~ msgid "Use cover image" +#~ msgstr "Use cover image" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9227,7 +9382,7 @@ msgstr "View Event Page" msgid "View logs" msgstr "View logs" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "View Map" @@ -9235,7 +9390,7 @@ msgstr "View Map" msgid "View Message" msgstr "View Message" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "View on Google Maps" @@ -9295,9 +9450,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Waiting" @@ -9308,7 +9463,7 @@ msgstr "Waiting for payment" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Waitlist" @@ -9332,6 +9487,7 @@ msgstr "We couldn't delete the category. Please try again." msgid "We couldn't find any orders associated with this email address." msgstr "We couldn't find any orders associated with this email address." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "We couldn't find any tickets matching {0}" @@ -9382,8 +9538,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "We were unable to validate your VAT number after multiple attempts. We'll continue trying in the background. Please check back later." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "We'll notify you by email if a spot becomes available for {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "We'll notify you by email if a spot becomes available for {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "We'll notify you by email if a spot becomes available for {productDisplayName}." #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9455,14 +9615,18 @@ msgstr "Welcome aboard! Please login to continue." msgid "Welcome back" msgstr "Welcome back" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Welcome back{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Welcome to {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Welcome to {0}, here's a listing of all your events" @@ -9531,9 +9695,19 @@ msgstr "When a product is deleted" msgid "When a product is updated" msgstr "When a product is updated" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "When a product sells out, customers can join a waitlist to be notified when spots become available." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "When a product sells out, customers can join a waitlist to be notified when spots become available." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9633,7 +9807,7 @@ msgstr "Working" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9678,14 +9852,19 @@ msgstr "Yes, remove them" msgid "You already scanned this ticket" msgstr "You already scanned this ticket" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "You are changing your email to <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "You are impersonating <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "You are issuing a partial refund. The customer will be refunded {0} {1}." @@ -9756,7 +9935,7 @@ msgstr "You have taxes and fees added to a Free Product. Would you like to remov msgid "You must acknowledge that this email is not promotional" msgstr "You must acknowledge that this email is not promotional" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "You must agree to receive messages" @@ -9812,11 +9991,12 @@ msgstr "You'll need at least one product to get started. Free, paid or let the u msgid "You're all set! Your payments are being processed smoothly." msgstr "You're all set! Your payments are being processed smoothly." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "You're going to {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "You're on the waitlist!" @@ -9864,6 +10044,7 @@ msgstr "Your Details" msgid "Your Email" msgstr "Your Email" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "Your email request change to <0>{0} is pending. Please check your email to confirm" diff --git a/frontend/src/locales/es.js b/frontend/src/locales/es.js index 2feaa0c2e..6bb9e68fb 100644 --- a/frontend/src/locales/es.js +++ b/frontend/src/locales/es.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'No hay nada que mostrar todavía'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>registrado con éxito\"],\"yxhYRZ\":[[\"0\"],\" <0>retirado con éxito\"],\"KMgp2+\":[[\"0\"],\" disponible\"],\"Pmr5xp\":[[\"0\"],\" creado correctamente\"],\"FImCSc\":[[\"0\"],\" actualizado correctamente\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" registrado\"],\"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\":\"⚡️ Configura tu evento\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Personaliza la página de tu evento\",\"3VPPdS\":\"💳 Conéctate con Stripe\",\"cjdktw\":\"🚀 Configura tu evento en vivo\",\"rmelwV\":\"0 minutos y 0 segundos\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 calle principal\",\"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\":\"Administración\",\"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\":\"Aplicar código promocional\",\"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 boleto.\",\"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\":\"¿Estás seguro de que quieres hacer público este evento? Esto hará que el evento sea visible para el público.\",\"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\":\"Notas del asistente\",\"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\":\"Se negó el permiso de la cámara. <0>Solicita permiso nuevamente o, si esto no funciona, deberás <1>otorgar a esta página acceso a tu cámara en la configuración de tu navegador.\",\"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\":\"No se puede registrar entrada\",\"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\":\"Registrar entrada\",\"p2WLr3\":[\"Registrar \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Registrar entrada y marcar pedido como pagado\",\"QYLpB4\":\"Solo registrar entrada\",\"/Ta1d4\":\"Registrar salida\",\"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\":\"Colapsar este producto cuando la página del evento se cargue inicialmente\",\"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\":\"Terminado\",\"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\":\"Conecte su cuenta Stripe para comenzar a recibir pagos.\",\"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\":\"Continuar configurando\",\"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 un boleto\",\"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\":\"Personalice la página de su evento para que coincida con su marca y estilo.\",\"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\":\"Donación / Producto de paga lo que quieras\",\"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\":\"Terminado\",\"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 no está disponible en este dispositivo\",\"UNMVei\":\"¿Has olvidado tu contraseña?\",\"2POOFK\":\"Gratis\",\"P/OAYJ\":\"Producto gratuito\",\"vAbVy9\":\"Producto gratuito, no se requiere información de pago\",\"nLC6tu\":\"Francés\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Alemán\",\"4GLxhy\":\"Empezando\",\"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\":\"Ocultar página de inicio\",\"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\":\"Ocultar la página de inicio de la barra lateral\",\"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 del boleto 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\":\"Múltiples opciones de precio. Perfecto para productos anticipados, 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 se han añadido asistentes a este pedido.\",\"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 hay ningún producto asociado con este asistente.\",\"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 hay preguntas respondidas por este asistente.\",\"SnlQeq\":\"No se han hecho preguntas para este pedido.\",\"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\":\"Una vez que esté listo, ponga su evento en vivo y comience a vender productos.\",\"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\":\"Notas del pedido\",\"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\":\"Producto de pago\",\"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\":\"Energizado 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\":\"Tipo de precio\",\"6RmHKN\":\"Color primario\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Color de texto primario\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Imprimir todas las entradas\",\"DKwDdj\":\"Imprimir boletos\",\"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\":\"Proporcione contexto adicional o instrucciones para esta pregunta. Utilice este campo para agregar términos y 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\":\"Reintegrado\",\"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 del 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\":\"Role\",\"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\":\"Buscar por nombre, número de pedido, número de asistente o correo electrónico...\",\"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\":\"Seleccionar cámara\",\"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 boletos\",\"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\":\"Fijar un precio mínimo y dejar que los usuarios paguen más si lo desean.\",\"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\":\"Configura tu evento\",\"A8iqfq\":\"Configura tu evento en vivo\",\"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\":\"Producto estándar con precio fijo\",\"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 con éxito\",\"70dYC8\":\"Código promocional actualizado correctamente\",\"F+pJnL\":\"Configuración de SEO actualizada con éxito\",\"DXZRk5\":\"habitación 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\":\"Estos detalles solo se mostrarán si el pedido se completa con éxito. Los pedidos en espera de pago no mostrarán este mensaje.\",\"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\":\"Este es un producto general, como una camiseta o una taza. No se emitirá un boleto\",\"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\":\"Este producto es un boleto. Se emitirá un boleto a los compradores al realizar la compra\",\"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\":\"boleto\",\"kjAL4v\":\"Boleto\",\"dtGC3q\":\"El correo electrónico del ticket se ha reenviado al asistente.\",\"54q0zp\":\"Entradas para\",\"xN9AhL\":[\"Nivel \",[\"0\"]],\"jZj9y9\":\"Producto escalonado\",\"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\":\"CONSEJO\",\"MHrjPM\":\"Title\",\"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\":\"Monto 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\":\"Ver\",\"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\":\"Visibilidad\",\"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 boleto 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 boletos. 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 boletos. Sus boletos 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é boletos 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\":\"Ya has escaneado este boleto\",\"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 un boleto 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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ya está registrado\"],\"S4PqS9\":[[\"0\"],\" webhooks activos\"],\"6MIiOI\":[[\"0\"],\" restantes\"],\"COnw8D\":[\"Logo de \",[\"0\"]],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"/HkCs4\":[[\"0\"],\" entradas\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponibles\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de entradas\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Agregar entradas\",\"M2DyLc\":\"1 webhook activo\",\"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\",\"cGtUz6\":\"1 semana antes del evento\",\"HR/cvw\":\"Calle Ejemplo 123\",\"kMU5aM\":\"Se ha enviado un aviso de cancelación a\",\"V53XzQ\":\"Se ha enviado un nuevo código de verificación a tu correo\",\"/z/bH1\":\"Una breve descripción de tu organizador que se mostrará a tus usuarios.\",\"aS0jtz\":\"Abandonado\",\"uyJsf6\":\"Acerca de\",\"WTk/ke\":\"Acerca de Stripe Connect\",\"JvuLls\":\"Asumir la comisión\",\"lk74+I\":\"Asumir la comisión\",\"1uJlG9\":\"Color de Acento\",\"K5+3xg\":\"Aceptar invitación\",\"VTfZPy\":\"Acceso denegado\",\"iN5Cz3\":\"¡Cuenta ya conectada!\",\"YP4JuP\":\"Configuración de cuenta actualizada correctamente\",\"vOuxvL\":\"Información de la cuenta\",\"EHNORh\":\"Cuenta no encontrada\",\"bPwFdf\":\"Cuentas\",\"nMtNd+\":\"Acción requerida: Reconecte su cuenta de Stripe\",\"AhwTa1\":\"Acción Requerida: Se Necesita Información del IVA\",\"APyAR/\":\"Eventos activos\",\"UWWRyd\":\"Agregue preguntas personalizadas para recopilar información adicional durante el proceso de pago\",\"a5KFZU\":\"Agrega detalles del evento y administra la configuración del evento.\",\"Fb+SDI\":\"Añadir más entradas\",\"7JF9w9\":\"Agregar pregunta\",\"6PNlRV\":\"Añade este evento a tu calendario\",\"BGD9Yt\":\"Agregar entradas\",\"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.\",\"bVjDs9\":\"Comisiones adicionales\",\"0Zypnp\":\"Panel de Administración\",\"YAV57v\":\"Afiliado\",\"I+utEq\":\"El código de afiliado no se puede cambiar\",\"/jHBj5\":\"Afiliado creado exitosamente\",\"uCFbG2\":\"Afiliado eliminado exitosamente\",\"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.\",\"7rLTkE\":\"Todos los eventos archivados\",\"gKq1fa\":\"Todos los asistentes\",\"pMLul+\":\"Todas las monedas\",\"qlaZuT\":\"¡Todo listo! Ahora está usando nuestro sistema de pagos mejorado.\",\"ZS/D7f\":\"Todos los eventos finalizados\",\"QsYjci\":\"Todos los eventos\",\"31KB8w\":\"Todos los trabajos fallidos eliminados\",\"D2g7C7\":\"Todos los trabajos en cola para reintentar\",\"Sxm1lO\":\"Todos los estados\",\"dr7CWq\":\"Todos los próximos eventos\",\"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.\",\"F3mW5G\":\"Permitir que los clientes se unan a una lista de espera cuando este producto esté agotado\",\"QUg5y1\":\"¡Casi terminamos! Complete la conexión de su cuenta de Stripe para comenzar a aceptar pagos.\",\"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\"],\"\"],\"/H326L\":\"Ya reembolsado\",\"RtxQTF\":\"También cancelar este pedido\",\"jkNgQR\":\"También reembolsar este pedido\",\"xYqsHg\":\"Siempre disponible\",\"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.\",\"eusccx\":\"Un mensaje opcional para mostrar en el producto destacado, ej. \\\"Se vende rápido 🔥\\\" o \\\"Mejor valor\\\"\",\"QNrkms\":\"Respuesta actualizada con éxito.\",\"Znwxal\":\"Configuración de tarifas de aplicación\",\"261RBr\":\"Aprobar mensaje\",\"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.\",\"vPeW/6\":\"¿Estás seguro de que quieres eliminar esta configuración? Esto puede afectar a las cuentas que la utilizan.\",\"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.\",\"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\"],\"?\"],\"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.\",\"QGoXh3\":\"Como su negocio está basado en la UE, necesitamos determinar el tratamiento correcto del IVA para las tarifas de nuestra plataforma:\",\"tMeVa/\":\"Solicitar nombre y correo electrónico por cada boleto comprado\",\"/JdZIP\":\"Configuración asignada\",\"xdiER7\":\"Nivel asignado\",\"F2rX0R\":\"Debe seleccionarse al menos un tipo de evento\",\"BCmibk\":\"Intentos\",\"6PecK3\":\"Asistencia y tasas de registro en todos los eventos\",\"AJ4rvK\":\"Asistente cancelado\",\"qvylEK\":\"Asistente creado\",\"Aspq3b\":\"Recopilación de datos de asistentes\",\"fpb0rX\":\"Datos del asistente copiados del pedido\",\"0R3Y+9\":\"Email del asistente\",\"94aQMU\":\"Información del asistente\",\"KkrBiR\":\"Recopilación de información del asistente\",\"av+gjP\":\"Nombre del asistente\",\"cosfD8\":\"Estado del Asistente\",\"D2qlBU\":\"Asistente actualizado\",\"22BOve\":\"Asistente actualizado correctamente\",\"x8Vnvf\":\"El ticket del asistente no está incluido en esta lista\",\"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\",\"OpCtfq\":\"La oferta automática está activada. Los tickets se ofrecen automáticamente cuando hay capacidad disponible. Use esto para ofrecer plazas adicionales manualmente.\",\"V7Tejz\":\"Procesar lista de espera automáticamente\",\"PZ7FTW\":\"Detectado automáticamente según el color de fondo, pero se puede anular\",\"8Etqrl\":\"Ofrecer entradas automáticamente a la siguiente persona cuando haya capacidad disponible\",\"csDS2L\":\"Disponible\",\"clF06r\":\"Disponible para reembolso\",\"NB5+UG\":\"Tokens disponibles\",\"EmYMHc\":\"Esperando pago fuera de línea\",\"kNmmvE\":\"Awesome Events S.A.\",\"TeSaQO\":\"Volver a cuentas\",\"kYqM1A\":\"Volver al evento\",\"s5QRF3\":\"Volver a mensajes\",\"td/bh+\":\"Volver a Informes\",\"jIPNJG\":\"Información básica\",\"WOpH7O\":\"Experiencia de pago hermosa en cualquier dispositivo\",\"iMdwTb\":\"Antes de que tu evento pueda estar en línea, hay algunas cosas que debes hacer. Completa todos los pasos a continuación para comenzar.\",\"UabgBd\":\"El cuerpo es requerido\",\"HWXuQK\":\"Guarda esta página en marcadores para gestionar tu pedido en cualquier momento.\",\"CUKVDt\":\"Personalice sus boletos con un logotipo, colores y mensaje de pie de página personalizados.\",\"9N+p+g\":\"Negocios\",\"7ns+do\":\"Dirección comercial\",\"LeC29u\":\"Dirección comercial para fines de IVA\",\"RReHTu\":\"Nombre comercial\",\"bv6RXK\":\"Etiqueta del botón\",\"ChDLlO\":\"Texto del botón\",\"BUe8Wj\":\"El comprador paga\",\"qF1qbA\":\"Los compradores ven un precio limpio. La comisión de la plataforma se deduce de su pago.\",\"DFqasq\":[\"Al continuar, aceptas los <0>Términos de Servicio de \",[\"0\"],\"\"],\"lFdbRS\":\"Omitir comisiones de aplicación\",\"2VLZwd\":\"Botón de llamada a la acción\",\"PUpvQe\":\"Escáner de cámara\",\"D02dD9\":\"Campaña\",\"H4nE+E\":\"Cancelar todos los productos y devolverlos al grupo disponible\",\"tOXAdc\":\"Cancelar anulará todos los asistentes asociados con este pedido y liberará los boletos de vuelta al grupo disponible.\",\"IrUqjC\":\"No se puede registrar (Cancelado)\",\"01sEfm\":\"No se puede eliminar la configuración predeterminada del sistema\",\"VsM1HH\":\"Asignaciones de capacidad\",\"K7tIrx\":\"Categoría\",\"2tbLdK\":\"Caridad\",\"v4fiSg\":\"Revisa tu correo\",\"51AsAN\":\"¡Revisa tu bandeja de entrada! Si hay entradas asociadas a este correo, recibirás un enlace para verlas.\",\"udRwQs\":\"Registro de entrada creado\",\"F4SRy3\":\"Registro de entrada eliminado\",\"9gPPUY\":\"¡Lista de Check-In Creada!\",\"f2vU9t\":\"Listas de registro\",\"tMNBEF\":\"Las listas de check-in te permiten controlar el acceso por días, áreas o tipos de entrada. Puedes compartir un enlace seguro con el personal — no se requiere cuenta.\",\"SHJwyq\":\"Tasa de registro\",\"qCqdg6\":\"Estado de Check-In\",\"cKj6OE\":\"Resumen de registros\",\"7B5M35\":\"Check-Ins\",\"DM4gBB\":\"Chino (Tradicional)\",\"pkk46Q\":\"Elige un organizador\",\"Crr3pG\":\"Elegir calendario\",\"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.\",\"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 boleto\",\"FpsvqB\":\"Modo de Color\",\"jEu4bB\":\"Columnas\",\"CWk59I\":\"Comedia\",\"rPA+Gc\":\"Preferencias de comunicación\",\"7D9MJz\":\"Completar configuración de Stripe\",\"OqEV/G\":\"Complete la configuración a continuación para continuar\",\"nqx+6h\":\"Complete estos pasos para comenzar a vender entradas para su evento.\",\"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\",\"B5fpAA\":\"Configuración asignada correctamente\",\"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\",\"Nbd6WT\":\"Configurar los ajustes de lista de espera para este evento\",\"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\",\"o5A0Go\":\"¡Felicidades por crear un evento!\",\"x3wVFc\":\"¡Felicidades! Tu evento ahora es visible para el público.\",\"WNnP3w\":\"Conectar y actualizar\",\"Xe2tSS\":\"Documentación de conexión\",\"1Xxb9f\":\"Conectar procesamiento de pagos\",\"nQI4H5\":\"Conecta Stripe para habilitar la edición de plantillas de correo\",\"LmvZ+E\":\"Conecte Stripe para habilitar mensajería\",\"EWnXR+\":\"Conectar con Stripe\",\"VioGG1\":\"Conecta tu cuenta de Stripe para aceptar pagos por entradas y productos.\",\"4qmnU8\":\"Conecte su cuenta de Stripe para aceptar pagos.\",\"E1eze1\":\"Conecte su cuenta de Stripe para comenzar a aceptar pagos para sus eventos.\",\"ulV1ju\":\"Conecte su cuenta de Stripe para comenzar a aceptar pagos.\",\"/3017M\":\"Conectado a Stripe\",\"jfC/xh\":\"Contacto\",\"LOFgda\":[\"Contacto \",[\"0\"]],\"41BQ3k\":\"Correo de contacto\",\"KcXRN+\":\"Email de contacto para soporte\",\"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\",\"p2FRHj\":\"Controle cómo se manejan las comisiones de la plataforma para este evento\",\"1JnTgU\":\"Copiado de arriba\",\"FxVG/l\":\"Copiado al portapapeles\",\"PiH3UR\":\"¡Copiado!\",\"uUPbPg\":\"Copiar enlace de afiliado\",\"iVm46+\":\"Copiar código\",\"+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\",\"P0rbCt\":\"Imagen de portada\",\"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\",\"zg4oSu\":[\"Crear plantilla \",[\"0\"]],\"RKKhnW\":\"Cree un widget personalizado para vender boletos en su sitio.\",\"yIRev4\":\"Crear una contraseña\",\"xfKgwv\":\"Crear afiliado\",\"tudG8q\":\"Cree y configure boletos y mercancía para la venta.\",\"YAl9Hg\":\"Crear configuración\",\"BTne9e\":\"Crear plantillas de correo personalizadas para este evento que anulen los predeterminados del organizador\",\"YIDzi/\":\"Crear plantilla personalizada\",\"Nc3l/D\":\"Cree descuentos, códigos de acceso para boletos ocultos y ofertas especiales.\",\"eWEV9G\":\"Crear nueva contraseña\",\"8AiKIu\":\"Crear entrada o producto\",\"agZ87r\":\"Crea entradas para tu evento, establece precios y gestiona la cantidad disponible.\",\"/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\",\"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\",\"BMtue0\":\"Procesador de pagos actual\",\"T+1APV\":\"El número de IVA actual está validado\",\"v2GlhZ\":\"Falló la validación del número de IVA actual\",\"iTvh6I\":\"Actualmente disponible para compra\",\"g7HIC0\":\"Marca personalizada\",\"Guo0lU\":\"Fecha y hora personalizada\",\"mimF6c\":\"Mensaje personalizado después de la compra\",\"O6mra8\":\"Preguntas personalizadas\",\"axv/Mi\":\"Plantilla personalizada\",\"QMHSMS\":\"El cliente recibirá un correo electrónico confirmando el reembolso\",\"L/Qc+w\":\"Dirección de email del cliente\",\"wpfWhJ\":\"Nombre del cliente\",\"GIoqtA\":\"Apellido del cliente\",\"NihQNk\":\"Clientes\",\"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\",\"pxNIxa\":\"Personalice su plantilla de correo usando plantillas Liquid\",\"3trPKm\":\"Personaliza la apariencia de tu página de organizador\",\"/gWrVZ\":\"Ingresos diarios, impuestos, tarifas y reembolsos en todos los eventos\",\"zgCHnE\":\"Informe de ventas diarias\",\"nHm0AI\":\"Desglose de ventas diarias, impuestos y tarifas\",\"pvnfJD\":\"Oscuro\",\"nE5o/t\":\"Propiedad de datos\",\"lnYE59\":\"Fecha del evento\",\"gnBreG\":\"Fecha en que se realizó el pedido\",\"ovBPCi\":\"Predeterminado\",\"JtI4vj\":\"Recopilación predeterminada de información del asistente\",\"3R/Tu2\":\"Gestión predeterminada de comisiones\",\"1bZAZA\":\"Se usará la plantilla predeterminada\",\"vu7gDm\":\"Eliminar afiliado\",\"KZN4Lc\":\"Eliminar todo\",\"+jw/c1\":\"Eliminar imagen\",\"hdyeZ0\":\"Eliminar trabajo\",\"dPyJ15\":\"Eliminar plantilla\",\"mxsm1o\":\"¿Eliminar esta pregunta? Esto no se puede deshacer.\",\"snMaH4\":\"Eliminar webhook\",\"vYgeDk\":\"Desmarcar todo\",\"NvuEhl\":\"Elementos de Diseño\",\"H8kMHT\":\"¿No recibiste el código?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Descartar este mensaje\",\"BREO0S\":\"Muestra una casilla que permite a los clientes optar por recibir comunicaciones de marketing de este organizador de eventos.\",\"TvY/XA\":\"Documentación\",\"Kdpf90\":\"¡No lo olvides!\",\"352VU2\":\"¿No tienes una cuenta? <0>Regístrate\",\"AXXqG+\":\"Donación\",\"DPfwMq\":\"Listo\",\"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, debe 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\",\"KRmTkx\":\"Duplicar producto\",\"KIjvtr\":\"Holandés\",\"22xieU\":\"ej. 180 (3 horas)\",\"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.\",\"LTzmgK\":[\"Editar plantilla \",[\"0\"]],\"v4+lcZ\":\"Editar afiliado\",\"2iZEz7\":\"Editar respuesta\",\"tPtRwl\":\"Editar tarifas de aplicación\",\"t2bbp8\":\"Editar asistente\",\"etaWtB\":\"Editar detalles del asistente\",\"+guao5\":\"Editar configuración\",\"vRWOrM\":\"Editar detalles del pedido\",\"3yNuBV\":\"Editar configuración de IVA\",\"fW5sSv\":\"Editar webhook\",\"nP7CdQ\":\"Editar Webhook\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educación\",\"iiWXDL\":\"Fallos de elegibilidad\",\"zPiC+q\":\"Listas de Check-In Elegibles\",\"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\",\"L86zy2\":\"¡Correo verificado exitosamente!\",\"FSN4TS\":\"Widget integrado\",\"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\",\"48Y16Q\":\"Hora de finalización (opcional)\",\"7YZofi\":\"Ingrese un asunto y cuerpo para ver la vista previa\",\"3bR1r4\":\"Ingresa el correo del afiliado (opcional)\",\"ARkzso\":\"Ingresa el nombre del afiliado\",\"y1BZw1\":\"Ingresa dirección comercial\",\"3GfR6a\":\"Ingresa nombre comercial\",\"6KnyG0\":\"Ingrese correo electrónico\",\"INDKM9\":\"Ingrese el asunto del correo...\",\"xUgUTh\":\"Ingrese nombre\",\"9/1YKL\":\"Ingrese apellido\",\"VpwcSk\":\"Ingresa nueva contraseña\",\"1tAGuY\":\"Ingresa el número de IVA incluyendo el código de país\",\"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)\",\"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\",\"AKbElk\":\"Empresas registradas para el IVA en la UE: Se aplica el mecanismo de inversión del sujeto pasivo (0% - Artículo 196 de la Directiva del IVA 2006/112/CE)\",\"WgD6rb\":\"Categoría del evento\",\"b46pt5\":\"Imagen de portada del evento\",\"1Hzev4\":\"Plantilla personalizada del evento\",\"imgKgl\":\"Descripción del evento\",\"kJDmsI\":\"Detalles del evento\",\"m/N7Zq\":\"Dirección Completa del Evento\",\"Nl1ZtM\":\"Ubicación del evento\",\"t3AMTs\":\"Plataforma de gestión de eventos\",\"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\",\"Gh9Oqb\":\"Nombre del organizador del evento\",\"mImacG\":\"Página del evento\",\"JyD0LH\":\"Configuración del evento\",\"cOePZk\":\"Hora del evento\",\"e8WNln\":\"Zona horaria del evento\",\"GeqWgj\":\"Zona Horaria del Evento\",\"XVLu2v\":\"Título del evento\",\"OfmsI9\":\"Evento demasiado nuevo\",\"YDVUVl\":\"Tipos de eventos\",\"4K2OjV\":\"Lugar del Evento\",\"19j6uh\":\"Rendimiento de eventos\",\"PC3/fk\":\"Eventos que Comienzan en las Próximas 24 Horas\",\"fTFfOK\":\"Cada plantilla de correo debe incluir un botón de llamada a la acción que enlace a la página apropiada\",\"BVinvJ\":\"Ejemplos: \\\"¿Cómo nos conociste?\\\", \\\"Nombre de empresa para factura\\\"\",\"2hGPQG\":\"Ejemplos: \\\"Talla de camiseta\\\", \\\"Preferencia de comida\\\", \\\"Cargo laboral\\\"\",\"qNuTh3\":\"Excepción\",\"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\",\"SIHgVQ\":\"No se pudo cancelar el mensaje\",\"cEFg3R\":\"Error al crear el afiliado\",\"dVgNF1\":\"Error al crear configuración\",\"U66oUa\":\"Error al crear la plantilla\",\"aFk48v\":\"Error al eliminar configuración\",\"Zw6LWb\":\"Error al eliminar el trabajo\",\"tq0abZ\":\"Error al eliminar los trabajos\",\"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\",\"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\",\"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.\",\"o/blc/\":\"Error al actualizar configuración de cuenta\",\"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\",\"EhlbcI\":\"Error al actualizar el nivel de mensajería\",\"rpGMzC\":\"No se pudo actualizar el pedido\",\"Eeo/Gy\":\"Error al actualizar la configuración\",\"kqA9lY\":\"Error al actualizar configuración de IVA\",\"7/9RFs\":\"No se pudo subir la imagen.\",\"nkNfWu\":\"No se pudo subir la imagen. Por favor, intenta de nuevo.\",\"rxy0tG\":\"Error al verificar el correo\",\"9bHCo2\":\"Moneda de la tarifa\",\"/sV91a\":\"Gestión de comisiones\",\"T4BMxU\":\"Las tarifas están sujetas a cambios. Se te notificará cualquier cambio en la estructura de tarifas.\",\"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\",\"8OvVZZ\":\"Filtrar Asistentes\",\"mvrlBO\":\"Filtrar por evento\",\"8BwQeU\":\"Finalizar configuración\",\"hg80P7\":\"Finalizar configuración de Stripe\",\"1vBhpG\":\"Primer asistente\",\"4pwejF\":\"El nombre es obligatorio\",\"6bBh3/\":\"Tarifa fija\",\"5mpF6N\":[\"Monto de tarifa fija en \",[\"currencyCode\"]],\"zWqUyJ\":\"Tarifa fija cobrada por transacción\",\"LWL3Bs\":\"La tarifa fija debe ser 0 o mayor\",\"YXhom6\":\"Tarifa fija:\",\"KgxI80\":\"Venta de entradas flexible\",\"lWxAUo\":\"Comida y bebida\",\"nFm+5u\":\"Texto del Pie\",\"MY2SVM\":\"Reembolso completo\",\"T02gNN\":\"Admisión General\",\"3ep0Gx\":\"Información general sobre tu organizador\",\"ziAjHi\":\"Generar\",\"exy8uo\":\"Generar código\",\"4CETZY\":\"Cómo llegar\",\"+4zM7f\":\"Recibe pagos inmediatamente a través de Stripe Connect\",\"ZDIydz\":\"Comenzar\",\"u6FPxT\":\"Obtener Entradas\",\"8KDgYV\":\"Prepare su evento\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Ir a la página del evento\",\"gHSuV/\":\"Ir a la página de inicio\",\"6nDzTl\":\"Buena legibilidad\",\"aGWZUr\":\"Ingresos brutos\",\"n8IUs7\":\"Ingresos brutos\",\"LIYoRQ\":\"Gestión de invitados\",\"kTSQej\":[\"Hola \",[\"0\"],\", gestiona tu plataforma desde aquí.\"],\"dORAcs\":\"Aquí están todas las entradas asociadas a tu correo electrónico.\",\"g+2103\":\"Aquí está tu enlace de afiliado\",\"QlwJ9d\":\"Esto es lo que puede esperar:\",\"/iE8xx\":\"Tarifa Hi.Events\",\"zppscQ\":\"Tarifas de plataforma de Hi.Events y desglose de IVA por transacción\",\"D+zLDD\":\"Oculto\",\"DRErHC\":\"Oculto para los asistentes - solo visible para organizadores\",\"P+5Pbo\":\"Ocultar respuestas\",\"FmogyU\":\"Ocultar opciones\",\"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.\",\"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.\",\"AVpmAa\":\"Cómo pagar fuera de línea\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Húngaro\",\"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\",\"PYVWEI\":\"Si está registrado, proporcione su número de IVA para validación\",\"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.\",\"M8M6fs\":\"Importante: Se requiere reconectar Stripe\",\"jT142F\":[\"En \",[\"diffHours\"],\" horas\"],\"OoSyqO\":[\"En \",[\"diffMinutes\"],\" minutos\"],\"cljs3a\":\"Indique si está registrado para el IVA en la UE\",\"F1Xp97\":\"Asistentes individuales\",\"85e6zs\":\"Insertar token Liquid\",\"38KFY0\":\"Insertar variable\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Pagos instantáneos\",\"nbfdhU\":\"Integraciones\",\"JHB/Ky\":\"Inválido\",\"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\",\"Mokwac\":\"Invita a miembros ilimitados del equipo con roles personalizados\",\"aH6ZIb\":\"Invita a tu equipo\",\"IuMGvq\":\"Factura\",\"y0meFR\":\"Se aplicará el IVA irlandés del 23% a las tarifas de la plataforma (suministro nacional).\",\"1ZKm04\":\"¿Esta cuenta está registrada para IVA en la UE?\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"artículo(s)\",\"BzfzPK\":\"Artículos\",\"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\",\"lZwV6X\":[\"Unirse a la lista de espera para \",[\"0\"]],\"2gMuHR\":\"Inscrito\",\"hTJ4fB\":\"Simplemente haga clic en el botón de abajo para reconectar su cuenta de Stripe.\",\"MxjCqk\":\"¿Solo buscas tus entradas?\",\"lB2hSG\":[\"Mantenerme informado sobre noticias y eventos de \",[\"0\"]],\"DruLRc\":\"Últimos 14 días\",\"ve9JTU\":\"El apellido es obligatorio\",\"h0Q9Iw\":\"Última respuesta\",\"gw3Ur5\":\"Última activación\",\"QIn0Vl\":\"Nombre legal de la empresa para fines de IVA\",\"1njn7W\":\"Claro\",\"1qY5Ue\":\"Enlace caducado o inválido\",\"psosdY\":\"Enlace a detalles del pedido\",\"6JzK4N\":\"Enlace al boleto\",\"shkJ3U\":\"Vincula tu cuenta de Stripe para recibir fondos de la venta de entradas.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Enlaces permitidos\",\"dF6vP6\":\"En vivo\",\"fpMs2Z\":\"EN VIVO\",\"D9zTjx\":\"Eventos en Vivo\",\"WdmJIX\":\"Cargando vista previa...\",\"IoDI2o\":\"Cargando tokens...\",\"NFxlHW\":\"Cargando webhooks\",\"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\",\"4wUIjX\":\"Haga que su evento esté en vivo\",\"2FzaR1\":\"Administra tu procesamiento de pagos y consulta las tarifas de la plataforma\",\"2L3vle\":\"Máx. mensajes / 24h\",\"Qp4HWD\":\"Máx. destinatarios / mensaje\",\"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\",\"H9HlDe\":\"minutos\",\"gqnyh0\":\"Optimizado para móviles\",\"olKKwj\":\"Escáner móvil con soporte sin conexión y seguimiento en tiempo real\",\"JbIgPz\":\"Los valores monetarios son totales aproximados en todas las monedas\",\"qvF+MT\":\"Monitorear y gestionar trabajos de fondo fallidos\",\"w36OkR\":\"Eventos más vistos (Últimos 14 días)\",\"GfaxEk\":\"Música\",\"oVGCGh\":\"Mis Entradas\",\"8/brI5\":\"El nombre es obligatorio\",\"sFFArG\":\"El nombre debe tener menos de 255 caracteres\",\"sCV5Yc\":\"Nombre del evento\",\"xxU3NX\":\"Ingresos netos\",\"ArHT/C\":\"Nuevos registros\",\"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\",\"Dwf4dR\":\"Aún no hay preguntas para asistentes\",\"/UC6qk\":\"No se encontraron datos de atribución\",\"amMkpL\":\"Sin capacidad\",\"99ntUF\":\"No hay listas de check-in disponibles para este evento.\",\"+dAKxg\":\"No se encontraron configuraciones\",\"eb47T5\":\"No se encontraron datos para los filtros seleccionados. Intente ajustar el rango de fechas o la moneda.\",\"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\",\"54GxeB\":\"Sin impacto en sus transacciones actuales o pasadas\",\"EpvBAp\":\"Sin factura\",\"XZkeaI\":\"No se encontraron registros\",\"nrSs2u\":\"No se encontraron mensajes\",\"OVFwlg\":\"Aún no hay preguntas de pedido\",\"EJ7bVz\":\"No se encontraron pedidos\",\"NEmyqy\":\"Aún no hay pedidos\",\"wUv5xQ\":\"Sin actividad de organizador en los últimos 14 días\",\"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\",\"kY7XDn\":\"Ningún producto tiene entradas en lista de espera\",\"wYiAtV\":\"Sin registros de cuentas recientes\",\"UW90md\":\"No se encontraron destinatarios\",\"QoAi8D\":\"Sin respuesta\",\"EK/G11\":\"Aún no hay respuestas\",\"3sRuiW\":\"No se encontraron entradas\",\"yM5c0q\":\"No hay próximos eventos\",\"qpC74J\":\"No se encontraron usuarios\",\"41dJPO\":\"No hay configuración de IVA configurada\",\"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í\",\"HVwIsd\":\"Empresas o individuos no registrados para el IVA: Se aplica el IVA irlandés del 23%\",\"x5+Lcz\":\"No Registrado\",\"8n10sz\":\"No Elegible\",\"BwJKBw\":\"de\",\"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.\"],\"lQgMLn\":\"Nombre de oficina o lugar\",\"6Aih4U\":\"Fuera de línea\",\"Z6gBGW\":\"Pago sin conexión\",\"nO3VbP\":[\"En venta \",[\"0\"]],\"2r6bAy\":\"Una vez que complete la actualización, su cuenta anterior solo se usará para reembolsos.\",\"oXOSPE\":\"En línea\",\"WjSpu5\":\"Evento en línea\",\"bU7oUm\":\"Enviar solo a pedidos con estos estados\",\"M2w1ni\":\"Solo visible con código promocional\",\"N141o/\":\"Abrir panel de Stripe\",\"HXMJxH\":\"Texto opcional para avisos legales, información de contacto o notas de agradecimiento (solo una línea)\",\"L565X2\":\"opciones\",\"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\",\"0UZTSq\":\"Moneda del Pedido\",\"HdmwrI\":\"Email del pedido\",\"bwBlJv\":\"Nombre 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\",\"Pc729f\":\"Pedido Esperando Pago Fuera de Línea\",\"F4NXOl\":\"Apellido del pedido\",\"RQCXz6\":\"Límites de Pedido\",\"SO9AEF\":\"Límites de pedido establecidos\",\"5RDEEn\":\"Idioma del Pedido\",\"vu6Arl\":\"Pedido marcado como pagado\",\"sLbJQz\":\"Pedido no encontrado\",\"kvYpYu\":\"Pedido no encontrado\",\"i8VBuv\":\"Número de pedido\",\"FaPYw+\":\"Propietario del pedido\",\"eB5vce\":\"Propietarios de pedidos con un producto específico\",\"CxLoxM\":\"Propietarios de pedidos con productos\",\"DoH3fD\":\"Pago del Pedido Pendiente\",\"UkHo4c\":\"Ref. pedido\",\"EZy55F\":\"Pedido reembolsado\",\"6eSHqs\":\"Estados de los pedidos\",\"oW5877\":\"Total del pedido\",\"e7eZuA\":\"Pedido actualizado\",\"1SQRYo\":\"Pedido actualizado correctamente\",\"KndP6g\":\"URL del pedido\",\"3NT0Ck\":\"El pedido fue cancelado\",\"sd5IMt\":\"Pedidos completados\",\"5It1cQ\":\"Pedidos exportados\",\"UQ0ACV\":\"Total de pedidos\",\"B/EBQv\":\"Pedidos:\",\"qtGTNu\":\"Cuentas orgánicas\",\"ucgZ0o\":\"Organización\",\"S3CZ5M\":\"Panel del organizador\",\"Uu0hZq\":\"Correo del organizador\",\"Gy7BA3\":\"Dirección de correo electrónico del organizador\",\"SQqJd8\":\"Organizador no encontrado\",\"wpj63n\":\"Configuración del organizador\",\"coIKFu\":\"Las estadísticas del organizador no están disponibles para la moneda seleccionada o ha ocurrido un error.\",\"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\",\"/IX/7x\":\"Otro\",\"RsiDDQ\":\"Otras Listas (Ticket No Incluido)\",\"qMASRF\":\"Mensajes salientes\",\"6/dCYd\":\"Resumen\",\"6WdDG7\":\"Página\",\"8uqsE5\":\"Página ya no disponible\",\"QkLf4H\":\"URL de la página\",\"sF+Xp9\":\"Vistas de página\",\"c+suC6\":\"Cuentas de pago\",\"QIxRUI\":\"Entradas pagas, gratuitas, con precios escalonados y basadas en donaciones\",\"5F7SYw\":\"Reembolso parcial\",\"fFYotW\":[\"Reembolsado parcialmente: \",[\"0\"]],\"i8day5\":\"Pasar comisión al comprador\",\"k4FLBQ\":\"Pasar al comprador\",\"Ff0Dor\":\"Pasado\",\"xTPjSy\":\"Eventos pasados\",\"/l/ckQ\":\"Pega la URL\",\"URAE3q\":\"Pausado\",\"4fL/V7\":\"Pagar\",\"OZK07J\":\"Pagar para desbloquear\",\"c2/9VE\":\"Carga útil\",\"TskrJ8\":\"Pago y plan\",\"5cxUwd\":\"Fecha de pago\",\"ENEPLY\":\"Método de pago\",\"EyE8E6\":\"Procesamiento de pagos\",\"8Lx2X7\":\"Pago recibido\",\"vcyz2L\":\"Configuración de pagos\",\"fx8BTd\":\"Pagos no disponibles\",\"51U9mG\":\"Los pagos continuarán fluyendo sin interrupción\",\"UkM20g\":\"Revisión pendiente\",\"dPYu1F\":\"Por asistente\",\"VlXNyK\":\"Por pedido\",\"hauDFf\":\"Por entrada\",\"mnF83a\":\"Tarifa porcentual\",\"2ueYqG\":\"Tarifa porcentual (0-100%)\",\"K2PPlT\":\"La tarifa porcentual debe estar entre 0 y 100\",\"MixU2P\":\"El porcentaje debe estar entre 0 y 100\",\"MkuVAZ\":\"Porcentaje del monto de la transacción\",\"/Bh+7r\":\"Rendimiento\",\"6kPk3+\":\"Información personal\",\"zmwvG2\":\"Teléfono\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Mensaje Post-Compra\",\"OESu7I\":\"Evite la sobreventa compartiendo inventario entre múltiples tipos de boletos.\",\"NgVUL2\":\"Vista previa del formulario de pago\",\"cs5muu\":\"Vista previa de la página del evento\",\"+4yRWM\":\"Precio del boleto\",\"a5jvSX\":\"Niveles de Precio\",\"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\",\"ldVIlB\":\"Producto actualizado\",\"JoKGiJ\":\"Código promocional\",\"k3wH7i\":\"Uso de códigos promocionales y desglose de descuentos\",\"uEhdRh\":\"Solo Promocional\",\"dLm8V5\":\"Los correos promocionales pueden resultar en la suspensión de la cuenta\",\"EEYbdt\":\"Publicar\",\"evDBV8\":\"Publicar Evento\",\"dsFmM+\":\"Comprado\",\"Vw0KCJ\":\"Registro con código QR\",\"oWXNE5\":\"Cant.\",\"k/bJj0\":\"Preguntas reordenadas\",\"b24kPi\":\"Cola\",\"fqDzSu\":\"Tasa\",\"mnUGVC\":\"Límite de solicitudes excedido. Por favor, inténtelo de nuevo más tarde.\",\"t41hVI\":\"Volver a ofrecer lugar\",\"spsZys\":\"¿Listo para actualizar? Esto solo toma unos minutos.\",\"vt9xUl\":\"Análisis en tiempo real\",\"xzRvs4\":[\"Recibir actualizaciones de productos de \",[\"0\"],\".\"],\"pLXbi8\":\"Registros de cuentas recientes\",\"Fi3b48\":\"Pedidos recientes\",\"7hPBBn\":\"destinatario\",\"jp5bq8\":\"destinatarios\",\"yPrbsy\":\"Destinatarios\",\"E1F5Ji\":\"Los destinatarios estarán disponibles después de enviar el mensaje\",\"Edm6av\":\"Reconectar Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirigiendo a Stripe...\",\"pnoTN5\":\"Cuentas de referencia\",\"ACKu03\":\"Actualizar vista previa\",\"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\",\"CQeZT8\":\"Informe no encontrado\",\"JEPMXN\":\"Solicitar un nuevo enlace\",\"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\",\"kCn6wb\":\"Restableciendo...\",\"6gRgw8\":\"Reintentar\",\"1BG8ga\":\"Reintentar todo\",\"rDC+T6\":\"Reintentar trabajo\",\"CbnrWb\":\"Volver al evento\",\"Oo/PLb\":\"Resumen de ingresos\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Venta terminada \",[\"0\"]],\"loCKGB\":[\"Venta termina \",[\"0\"]],\"wlfBad\":\"Período de Venta\",\"5CDM6r\":\"Período de venta establecido\",\"ftzaMf\":\"Período de venta, límites de pedido, visibilidad\",\"zpekWp\":[\"Venta comienza \",[\"0\"]],\"mUv9U4\":\"Ventas\",\"9KnRdL\":\"Las ventas están pausadas\",\"3VnlS9\":\"Ventas, pedidos y métricas de rendimiento para todos los eventos\",\"3Q1AWe\":\"Ventas:\",\"B4nE3N\":\"Precio de entrada de ejemplo\",\"8BRPoH\":\"Lugar de Ejemplo\",\"DyBPvP\":\"Guardar configuración\",\"KZrfYJ\":\"Guardar enlaces sociales\",\"9Y3hAT\":\"Guardar plantilla\",\"C8ne4X\":\"Guardar Diseño del Ticket\",\"6/TNCd\":\"Guardar Configuración del IVA\",\"I+FvbD\":\"Escanear\",\"QS1Nla\":\"Programar para más tarde\",\"NAzVVw\":\"Programar mensaje\",\"4ba0NE\":\"Programado\",\"qcP/8K\":\"Hora programada\",\"ftNXma\":\"Buscar afiliados...\",\"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...\",\"VT+urE\":\"Buscar por nombre o correo electrónico...\",\"GHdjuo\":\"Buscar por nombre, correo electrónico o cuenta...\",\"20ce0U\":\"Buscar por ID de pedido, nombre de cliente o correo electrónico...\",\"4DSz7Z\":\"Buscar por asunto, evento o cuenta...\",\"BWF1kC\":\"Buscar mensajes...\",\"Mck5ht\":\"Pago Seguro\",\"p7xUrt\":\"Selecciona una categoría\",\"3IcxS1\":\"Seleccionar una configuración\",\"e4L7bF\":\"Seleccione un mensaje para ver su contenido\",\"zPRPMf\":\"Seleccionar un nivel\",\"BFRSTT\":\"Seleccionar Cuenta\",\"mCB6Je\":\"Seleccionar todo\",\"a6+167\":\"Seleccionar un evento\",\"kYZSFD\":\"Selecciona un organizador para ver su panel y eventos.\",\"CFbaPk\":\"Seleccionar grupo de asistentes\",\"hJmVtD\":\"Seleccionar país\",\"tVW/yo\":\"Seleccionar moneda\",\"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\",\"1nhy8G\":\"Seleccionar tipo de escáner\",\"KizCK7\":\"Selecciona fecha y hora de inicio\",\"dJZTv2\":\"Seleccionar hora de inicio\",\"3hJUtr\":\"Selecciona el país donde está registrado el IVA\",\"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\",\"5Ds0vl\":\"Seleccione qué configuración de tarifas se aplica a esta cuenta. Las tarifas fijas se convierten a la moneda del pedido en el momento del pago.\",\"ylXj1N\":\"Seleccionado\",\"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\",\"QEQlnV\":\"Envíe su primer mensaje\",\"IoAuJG\":\"Enviando...\",\"h69WC6\":\"Enviado\",\"BVu2Hz\":\"Enviado por\",\"SPdzrs\":\"Enviado a clientes cuando realizan un pedido\",\"LxSN5F\":\"Enviado a cada asistente con los detalles de su boleto\",\"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.\",\"s0FkEx\":\"Configure listas de registro para diferentes entradas, sesiones o días.\",\"xMO+Ao\":\"Configura tu organización\",\"C3htzi\":\"Configuración actualizada\",\"Ohn74G\":\"Configuración y diseño\",\"GG7qDw\":\"Compartir enlace de afiliado\",\"hL7sDJ\":\"Compartir página del organizador\",\"jy6QDF\":\"Gestión de capacidad compartida\",\"cMW+gm\":[\"Mostrar todas las plataformas (\",[\"0\"],\" más con valores)\"],\"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\",\"t1LIQW\":[\"Mostrando \",[\"0\"],\" de \",[\"totalRows\"],\" registros\"],\"jVRHeq\":\"Registrado\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Enlaces sociales\",\"j/TOB3\":\"Enlaces sociales y sitio web\",\"s9KGXU\":\"Vendido\",\"5qOnWX\":\"Lista de espera de agotados\",\"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.\",\"H6Gslz\":\"Disculpe las molestias.\",\"wdxz7K\":\"Fuente\",\"7JFNej\":\"Deportes\",\"JcQp9p\":\"Fecha y hora de inicio\",\"0m/ekX\":\"Fecha y hora de inicio\",\"izRfYP\":\"La fecha de inicio es obligatoria\",\"2R1+Rv\":\"Hora de inicio del evento\",\"2NbyY/\":\"Estadísticas\",\"GVUxAX\":\"Las estadísticas se basan en la fecha de creación de la cuenta\",\"DRykfS\":\"Aún manejando reembolsos para sus transacciones anteriores.\",\"wuV0bK\":\"Detener Suplantación\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe conectado\",\"aKtF0O\":\"Stripe no conectado\",\"9i0++A\":\"ID de pago de Stripe\",\"/QlTE4\":\"La configuración de Stripe ya está completa.\",\"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\",\"0Dk/l8\":\"Configuración SEO actualizada correctamente\",\"S8Tua9\":\"Ajustes actualizados exitosamente\",\"MhOoLQ\":\"Enlaces sociales actualizados correctamente\",\"kj7zYe\":\"Webhook actualizado con éxito\",\"dXoieq\":\"Resumen\",\"/RfJXt\":[\"Festival de música de verano \",[\"0\"]],\"CWOPIK\":\"Festival de Música de Verano 2025\",\"UaISq3\":\"Sueco\",\"JZTQI0\":\"Cambiar organizador\",\"9YHrNC\":\"Predeterminado del sistema\",\"XX32BM\":\"Solo toma unos minutos\",\"yT6dQ8\":\"Impuestos recaudados agrupados por tipo de impuesto y evento\",\"Ye321X\":\"Nombre del impuesto\",\"WyCBRt\":\"Resumen de impuestos\",\"GkH0Pq\":\"Impuestos y tasas aplicados\",\"Rwiyt2\":\"Impuestos configurados\",\"iQZff7\":\"Impuestos, tarifas, visibilidad, período de venta, destacado de productos y límites de pedido\",\"BW6QAz\":\"Gestión de 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.\",\"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!\",\"lhAWqI\":\"¡Gracias por su apoyo mientras continuamos creciendo y mejorando Hi.Events!\",\"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.\",\"MJm4Tq\":\"La moneda 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.\",\"I/NNtI\":\"El lugar del evento\",\"tXadb0\":\"El evento que buscas no está disponible en este momento. Puede que haya sido eliminado, haya caducado o la URL sea incorrecta.\",\"EBzPwC\":\"La dirección completa del evento\",\"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.\",\"5OmEal\":\"El idioma del cliente\",\"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.\",\"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\",\"z0KrIG\":\"La hora programada es obligatoria\",\"EWErQh\":\"La hora programada debe ser en el futuro\",\"DEcpfp\":\"El cuerpo de la plantilla contiene sintaxis Liquid inválida. Por favor corrígela e inténtalo de nuevo.\",\"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\",\"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.\",\"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\",\"RzEvf5\":\"Este evento ha finalizado\",\"YClrdK\":\"Este evento aún no está publicado\",\"dFJnia\":\"Este es el nombre de tu organizador que se mostrará a tus usuarios.\",\"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\",\"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\",\"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.\",\"0Ew0uk\":\"Este boleto acaba de ser escaneado. Por favor espere antes de escanear nuevamente.\",\"kvpxIU\":\"Esto se usará para notificaciones y comunicación con tus usuarios.\",\"rhsath\":\"Esto no será visible para los clientes, pero te ayuda a identificar al afiliado.\",\"Mr5UUd\":\"Entrada Cancelada\",\"0GSPnc\":\"Diseño de Ticket\",\"EZC/Cu\":\"Diseño del ticket guardado exitosamente\",\"bbslmb\":\"Diseñador de boletos\",\"1BPctx\":\"Entrada para\",\"bgqf+K\":\"Email del portador del boleto\",\"oR7zL3\":\"Nombre del portador del boleto\",\"HGuXjF\":\"Poseedores de entradas\",\"CMUt3Y\":\"Titulares de entradas\",\"awHmAT\":\"ID del boleto\",\"6czJik\":\"Logo del Ticket\",\"OkRZ4Z\":\"Nombre del boleto\",\"t79rDv\":\"Entrada no encontrada\",\"6tmWch\":\"Entrada o producto\",\"1tfWrD\":\"Vista previa de boleto para\",\"KnjoUA\":\"Precio de la entrada\",\"tGCY6d\":\"Precio del boleto\",\"pGZOcL\":\"Entrada reenviada correctamente\",\"8jLPgH\":\"Tipo de Ticket\",\"X26cQf\":\"URL del boleto\",\"8qsbZ5\":\"Venta de boletos\",\"zNECqg\":\"entradas\",\"6GQNLE\":\"Entradas\",\"NRhrIB\":\"Entradas y productos\",\"EUnesn\":\"Entradas disponibles\",\"AGRilS\":\"Entradas Vendidas\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"Para\",\"nniGTr\":\"Para editar configuraciones, ve a la sección de Configuraciones en el menú de administración.\",\"tiI71C\":\"Para aumentar sus límites, contáctenos en\",\"BZBYf3\":\"Para recibir pagos con tarjeta de crédito, debes conectar tu cuenta de Stripe. Stripe es nuestro socio de procesamiento de pagos que garantiza transacciones seguras y pagos puntuales.\",\"W428WC\":\"Alternar columnas\",\"UBSG1X\":\"Mejores organizadores (Últimos 14 días)\",\"3sZ0xx\":\"Cuentas Totales\",\"EaAPbv\":\"Cantidad total pagada\",\"SMDzqJ\":\"Total de asistentes\",\"orBECM\":\"Total recaudado\",\"k5CU8c\":\"Total de entradas\",\"4B7oCp\":\"Tarifa total\",\"KSDwd5\":\"Órdenes totales\",\"vb0Q0/\":\"Usuarios Totales\",\"oJjplO\":\"Vistas totales\",\"orluER\":\"Seguimiento del crecimiento y rendimiento de la cuenta por fuente de atribución\",\"NHq3l1\":\"Rastrea ventas, ingresos y asistencia con informes detallados\",\"OpKMSn\":\"Tarifa de transacción:\",\"uKOFO5\":\"Verdadero si pago sin conexión\",\"9GsDR2\":\"Verdadero si pago pendiente\",\"ouM5IM\":\"Probar otro correo\",\"3DZvE7\":\"Probar Hi.Events gratis\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Desactivar sonido\",\"KUOhTy\":\"Activar sonido\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Tipo de boleto\",\"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\",\"n57zCW\":\"Cuentas sin atribución\",\"b9SN9q\":\"Referencia única del pedido\",\"Ef7StM\":\"Desconocido\",\"ZBAScj\":\"Asistente desconocido\",\"ZkS2p3\":\"Despublicar Evento\",\"X13xGn\":\"No confiable\",\"Pp1sWX\":\"Actualizar afiliado\",\"KMMOAy\":\"Actualización disponible\",\"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\",\"WBq1/R\":\"Escáner USB ya activo\",\"EV30TR\":\"Modo escáner USB activado. Comience a escanear tickets ahora.\",\"fovJi3\":\"Modo escáner USB desactivado\",\"hli+ga\":\"Escáner USB/HID\",\"OHJXlK\":\"Use <0>plantillas Liquid para personalizar sus correos electrónicos\",\"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\",\"rnoQsz\":\"Usado para bordes, resaltados y estilo del código QR\",\"BV4L/Q\":\"Analíticas UTM\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Válido\",\"GuXjc5\":\"Validado\",\"imLQ9Y\":\"Validando tu número de IVA...\",\"cK9+xQ\":\"País de IVA\",\"sqdl5s\":\"Información del IVA\",\"UjNWsF\":\"El IVA puede aplicarse a las tarifas de la plataforma según su estado de registro de IVA. Por favor complete la sección de información del IVA a continuación.\",\"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\",\"CZomgW\":\"Registrado para IVA\",\"PCRCCN\":\"Información de Registro del IVA\",\"oSDBWm\":\"Configuración 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.\",\"R6n7j9\":\"Configuración de IVA actualizada correctamente\",\"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\",\"AdWhjZ\":\"Código de verificación\",\"QDEWii\":\"Verificado\",\"wCKkSr\":\"Verificar correo\",\"/IBv6X\":\"Verifica tu correo electrónico\",\"e/cvV1\":\"Verificando...\",\"fROFIL\":\"Vietnamita\",\"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\",\"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 boleto\",\"N9FyyW\":\"Vea, edite y exporte sus asistentes registrados.\",\"6dp/Hz\":\"Vimeo\",\"wPRp9Z\":\"Visible solo para el personal de check-in. Ayuda a identificar esta lista durante el check-in.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"En espera\",\"quR8Qp\":\"Esperando pago\",\"u0n+wz\":\"Lista de espera\",\"3RXFtE\":\"Waitlist Enabled\",\"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.\",\"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.\",\"HJKdzP\":\"Tuvimos un problema al cargar esta página. Por favor, inténtalo de nuevo.\",\"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\",\"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.\",\"Uo5ddP\":[\"Te notificaremos por correo electrónico si hay un lugar disponible para \",[\"0\"],\".\"],\"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.\",\"zCdObC\":\"Oficialmente hemos trasladado nuestra sede a Irlanda 🇮🇪. Como parte de esta transición, ahora usamos Stripe Irlanda en lugar de Stripe Canadá. Para mantener sus pagos funcionando sin problemas, necesitará reconectar su cuenta de Stripe.\",\"jh2orE\":\"Hemos trasladado nuestra sede a Irlanda. Como resultado, necesitamos que reconecte su cuenta de Stripe. Este proceso rápido solo toma unos minutos. Sus ventas y datos existentes permanecen completamente sin cambios.\",\"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\",\"CThMKa\":\"Registros del Webhook\",\"nuh/Wq\":\"URL del Webhook\",\"8BMPMe\":\"El webhook no enviará notificaciones\",\"FSaY52\":\"El webhook enviará notificaciones\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Sitio web\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bienvenido de nuevo\",\"QDWsl9\":[\"Bienvenido a \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bienvenido a \",[\"0\"],\", aquí hay una lista de todos tus eventos\"],\"FaSXqR\":\"¿Qué tipo de evento?\",\"f30uVZ\":\"Lo que necesita hacer:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Cuando se elimina un registro de entrada\",\"Gmd0hv\":\"Cuando se crea un nuevo asistente\",\"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.\",\"Q7CWxp\":\"Cuando se cancela un asistente\",\"IuUoyV\":\"Cuando un asistente se registra\",\"nBVOd7\":\"Cuando se actualiza un asistente\",\"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í.\",\"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.\",\"uchB0M\":\"Vista previa del widget\",\"uvIqcj\":\"Taller\",\"EpknJA\":\"Escribe tu mensaje aquí...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"5VGIlq\":\"Ha alcanzado su límite de mensajería.\",\"casL1O\":\"Has añadido impuestos y tarifas a un producto gratuito. ¿Te gustaría eliminarlos?\",\"pCLes8\":\"Debe aceptar recibir mensajes\",\"FVTVBy\":\"Debes verificar tu dirección de correo electrónico antes de poder actualizar el estado del organizador.\",\"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.\",\"FgRxRP\":\"Eres dueño del 100% de los datos de tus asistentes, siempre\",\"88cUW+\":\"Usted recibe\",\"U3wiCB\":\"¡Está todo listo! Sus pagos se están procesando sin problemas.\",\"MNFIxz\":[\"¡Vas a ir a \",[\"0\"],\"!\"],\"qGZz0m\":\"¡Estás en la lista de espera!\",\"/5HL6k\":\"¡Se te ha ofrecido un lugar!\",\"p/Sa0j\":\"Su cuenta tiene límites de mensajería. Para aumentar sus límites, contáctenos en\",\"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!\",\"R02pnV\":\"Tu evento debe estar activo antes de que puedas vender entradas a los asistentes.\",\"hDNwnf\":\"Tu logo, colores y estilo en cada página\",\"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\",\"6heFYY\":\"Su cuenta de Stripe está conectada y procesando pagos.\",\"vvO1I2\":\"Tu cuenta de Stripe está conectada y lista para procesar pagos.\",\"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\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Buscar productos\"],\"+23bI/\":[\"Patricio\"],\"+2ZJ7N\":[\"Copiar datos al primer asistente\"],\"+4yRWM\":[\"Precio del boleto\"],\"+4zM7f\":[\"Recibe pagos inmediatamente a través de Stripe Connect\"],\"+5Mlle\":[\"Por favor, espera mientras preparamos la exportación de tus pedidos...\"],\"+8bmSu\":[\"California\"],\"+CeSxK\":[\"Lista de registro eliminada con éxito\"],\"+FWjhR\":[\"Se te ha acabado el tiempo para completar tu pedido.\"],\"+G/XiQ\":[\"Año hasta la fecha\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"Código postal\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Salta este paso\"],\"+QARA4\":[\"Arte\"],\"+WFMis\":[\"Ver y descargar informes de todos sus eventos. Solo se incluyen pedidos completados.\"],\"+Y976X\":[\"No hay códigos promocionales para mostrar\"],\"+dAKxg\":[\"No se encontraron configuraciones\"],\"+eZ7dp\":[\"Pagos offline\"],\"+fA4C7\":[\"Duplicar opciones\"],\"+guao5\":[\"Editar configuración\"],\"+hBhWk\":[\"La lista de registro ha expirado\"],\"+jIeoh\":[\"No se encontraron cuentas\"],\"+jw/c1\":[\"Eliminar imagen\"],\"+pr/FY\":[\"Buscar por nombre del evento...\"],\"+qqX74\":[\"Actualizar el nombre del evento, la descripción y las fechas.\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"El código es obligatorio\"],\"+zy2Nq\":[\"Tipo\"],\"/2by1f\":[\"Estado o región\"],\"/3017M\":[\"Conectado a Stripe\"],\"/4gGIX\":[\"Copiar al portapapeles\"],\"/5HL6k\":[\"¡Se te ha ofrecido un lugar!\"],\"/5PEQz\":[\"Ver página del evento\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Reintegrado\"],\"/Bh+7r\":[\"Rendimiento\"],\"/CV2x+\":[\"¿Está seguro de que desea cancelar este asistente? Esto anulará su boleto.\"],\"/DNy62\":[\"No pudimos encontrar ningún boleto que coincida con \",[\"0\"]],\"/H326L\":[\"Ya reembolsado\"],\"/HGmW9\":[\"Cree enlaces rastreables para recompensar a los socios que promocionan su evento.\"],\"/HkCs4\":[[\"0\"],\" entradas\"],\"/IBv6X\":[\"Verifica tu correo electrónico\"],\"/IX/7x\":[\"Otro\"],\"/IzmnP\":[\"Por favor, espere mientras preparamos su factura...\"],\"/JdZIP\":[\"Configuración asignada\"],\"/Jizh9\":[\"elige una cuenta\"],\"/PN1DA\":[\"Agregue una descripción para esta lista de registro\"],\"/QlTE4\":[\"La configuración de Stripe ya está completa.\"],\"/RfJXt\":[\"Festival de música de verano \",[\"0\"]],\"/Rj5P4\":[\"Tu nombre\"],\"/SIY6o\":[\"Palabras clave SEO\"],\"/SgoNA\":[\"Total impuestos\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Registrar salida\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"No se encontraron datos de atribución\"],\"/bhMdO\":[\"Mi increíble descripción del evento...\"],\"/cSMqv\":[\"No se puede crear una pregunta. Por favor revisa tus datos\"],\"/dgc8E\":[\"Fecha del Evento\"],\"/gWrVZ\":[\"Ingresos diarios, impuestos, tarifas y reembolsos en todos los eventos\"],\"/iE8xx\":[\"Tarifa Hi.Events\"],\"/jHBj5\":[\"Afiliado creado exitosamente\"],\"/jQctM\":[\"Para\"],\"/jZOZa\":[\"Tarifa de servicio\"],\"/l/ckQ\":[\"Pega la URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Honorarios\"],\"/p9Fhq\":[\"Ilimitado disponible\"],\"/roQKz\":[\"Porcentaje\"],\"/sV91a\":[\"Gestión de comisiones\"],\"/u4DIx\":[\"Productos vendidos\"],\"/xC/im\":[\"Configuración de facturació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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"Una breve descripción de tu organizador que se mostrará a tus usuarios.\"],\"0+iwE5\":[\"Error al reordenar las preguntas\"],\"0/+Nn9\":[\"Sus mensajes aparecerán aquí\"],\"0/vPdA\":[\"Agrega cualquier nota sobre el asistente. Estas no serán visibles para el asistente.\"],\"0/yJtP\":[\"Enviar mensajes a los propietarios de pedidos con productos específicos\"],\"01WH0a\":[\"No pudimos confirmar su pago. Inténtelo de nuevo o comuníquese con el soporte.\"],\"01sEfm\":[\"No se puede eliminar la configuración predeterminada del sistema\"],\"02ePaq\":[\"Seleccionar \",[\"0\"]],\"06s3w3\":[\"Ocultar producto antes de la fecha de inicio de la venta\"],\"074+X8\":[\"No hay webhooks activos\"],\"0Dk/l8\":[\"Configuración SEO actualizada correctamente\"],\"0Ew0uk\":[\"Este boleto acaba de ser escaneado. Por favor espere antes de escanear nuevamente.\"],\"0GSPnc\":[\"Diseño de Ticket\"],\"0GwUT4\":[\"Continuar al pago\"],\"0I0Hac\":[\"Aviso importante\"],\"0R3Y+9\":[\"Email del asistente\"],\"0RXCDo\":[\"Impuesto o tasa eliminados correctamente\"],\"0U6E9W\":[\"Seleccionar categoría del evento\"],\"0UZTSq\":[\"Moneda del Pedido\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Valores predeterminados de eventos\"],\"0Zypnp\":[\"Panel de Administración\"],\"0aVEBY\":[\"¿Estás seguro de que deseas eliminar todos los trabajos fallidos?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Usar detalles del pedido para todos los asistentes. Los nombres y correos de los asistentes coincidirán con la información del comprador.\"],\"0m/ekX\":[\"Fecha y hora de inicio\"],\"0pC/y6\":[\"Evento\"],\"0zpgxV\":[\"Opciones\"],\"147G4h\":[\"¿Estás seguro de que quieres salir?\"],\"15qAvl\":[\"No tienes ningún cambio de correo electrónico pendiente.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Rendimiento de eventos\"],\"1BG8ga\":[\"Reintentar todo\"],\"1BPctx\":[\"Entrada para\"],\"1DBGsz\":[\"Notas\"],\"1E0vyy\":[\"No pudimos cargar los datos. Inténtalo de nuevo.\"],\"1HfW/F\":[\"Colores\"],\"1Hzev4\":[\"Plantilla personalizada del evento\"],\"1J/AWD\":[\"Ver boleto\"],\"1JnTgU\":[\"Copiado de arriba\"],\"1JwlHk\":[\"Categoría de producto\"],\"1MAvUY\":[\"Gestionar las configuraciones de pago y facturación para este evento.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Pedido actualizado correctamente\"],\"1SbbH8\":[\"Se muestra al cliente después de finalizar la compra, en la página de resumen del pedido.\"],\"1USFWA\":[\"Producto eliminado con éxito\"],\"1UzENP\":[\"No\"],\"1WnhCL\":[\"Configuración de pago\"],\"1Xxb9f\":[\"Conectar procesamiento de pagos\"],\"1YMS+X\":[\"Creando tu evento, por favor espera\"],\"1Ycaad\":[\"Producto actualizado con éxito\"],\"1ZKm04\":[\"¿Esta cuenta está registrada para IVA en la UE?\"],\"1ZaQUH\":[\"Apellido\"],\"1bZAZA\":[\"Se usará la plantilla predeterminada\"],\"1d6kks\":[\"+Impuestos/Tasas\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Pedidos\"],\"1jRD0v\":[\"Enviar mensajes a los asistentes con entradas específicas\"],\"1jUg5D\":[\"Ofrecido\"],\"1k0Mp4\":[\"Esta lista de registro aún no está activa\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Enviar correo de notificación de reembolso\"],\"1lRT3t\":[\"Deshabilitar esta capacidad rastreará las ventas pero no las detendrá cuando se alcance el límite\"],\"1m+YT2\":[\"Las preguntas obligatorias deben responderse antes de que el cliente pueda realizar el pago.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Seleccionar tipo de escáner\"],\"1njn7W\":[\"Claro\"],\"1oPDuj\":[\"Valor de atribución\"],\"1qY5Ue\":[\"Enlace caducado o inválido\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Ingresa el número de IVA incluyendo el código de país\"],\"1tfWrD\":[\"Vista previa de boleto para\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Color de Acento\"],\"1vBhpG\":[\"Primer asistente\"],\"1z26sk\":[\"Invitar miembro del equipo\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Descargue informes de ventas, asistentes y financieros para todos los pedidos completados.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Buscar por ID de pedido, nombre de cliente o correo electrónico...\"],\"22BOve\":[\"Asistente actualizado correctamente\"],\"22Itl6\":[\"Enviarme una copia\"],\"22xieU\":[\"ej. 180 (3 horas)\"],\"237hSL\":[\"Terminado\"],\"24l4x6\":[\"Añadir producto\"],\"25QDJ1\":[\"- Haz clic para publicar\"],\"261RBr\":[\"Aprobar mensaje\"],\"26pGvx\":[\"¿Tienes un código de promoción?\"],\"29w7p6\":[\"Subiendo imagen...\"],\"2E2O5H\":[\"Personaliza las configuraciones diversas para este evento.\"],\"2FzaR1\":[\"Administra tu procesamiento de pagos y consulta las tarifas de la plataforma\"],\"2KAI4N\":[\"Exportar CSV\"],\"2L3vle\":[\"Máx. mensajes / 24h\"],\"2LMsOq\":[\"Últimos 12 meses\"],\"2NLjA6\":[\"La imagen de portada se mostrará en la parte superior de tu página de organizador\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Estadísticas\"],\"2O7Ybb\":[\"Tiempo límite de la oferta\"],\"2POOFK\":[\"Gratis\"],\"2R1+Rv\":[\"Hora de inicio del evento\"],\"2RZK9x\":[\"No pudimos encontrar el pedido que busca. El enlace puede haber expirado o los detalles del pedido pueden haber cambiado.\"],\"2VLZwd\":[\"Botón de llamada a la acción\"],\"2X4ecw\":[\"Webhook eliminado con éxito\"],\"2bR+8v\":[\"Total de ventas brutas\"],\"2cUopP\":[\"Por favor, reinicia el proceso de compra.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Inscrito\"],\"2hGPQG\":[\"Ejemplos: \\\"Talla de camiseta\\\", \\\"Preferencia de comida\\\", \\\"Cargo laboral\\\"\"],\"2iZEz7\":[\"Editar respuesta\"],\"2q/Q7x\":[\"Visibilidad\"],\"2r6bAy\":[\"Una vez que complete la actualización, su cuenta anterior solo se usará para reembolsos.\"],\"2rHwhl\":[\"Esperando pago offline\"],\"2tbLdK\":[\"Caridad\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Tarifa porcentual (0-100%)\"],\"31KB8w\":[\"Todos los trabajos fallidos eliminados\"],\"352VU2\":[\"¿No tienes una cuenta? <0>Regístrate\"],\"38KFY0\":[\"Insertar variable\"],\"3DZvE7\":[\"Probar Hi.Events gratis\"],\"3ENYTQ\":[\"Su solicitud de cambio de correo electrónico a <0>\",[\"0\"],\" está pendiente. Por favor revisa tu correo para confirmar\"],\"3EXqwa\":[\"Categoría creada con éxito\"],\"3F1nBX\":[\"Donación / Producto de paga lo que quieras\"],\"3GfR6a\":[\"Ingresa nombre comercial\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de entradas\"],\"3IcxS1\":[\"Seleccionar una configuración\"],\"3Kzsk7\":[\"Este producto es un boleto. Se emitirá un boleto a los compradores al realizar la compra\"],\"3LtiBI\":[\"Descuento en \",[\"0\"]],\"3NT0Ck\":[\"El pedido fue cancelado\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Ventas:\"],\"3R/Tu2\":[\"Gestión predeterminada de comisiones\"],\"3RQ81z\":[\"Cada persona recibirá un correo electrónico con un lugar reservado para completar su compra.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Conéctate con Stripe\"],\"3VnlS9\":[\"Ventas, pedidos y métricas de rendimiento para todos los eventos\"],\"3Z223G\":[\"Error al confirmar la dirección de correo electrónico\"],\"3ZI8IL\":[\"Debes aceptar los términos y condiciones.\"],\"3bR1r4\":[\"Ingresa el correo del afiliado (opcional)\"],\"3buiaw\":[\"Informe de tarifas de plataforma\"],\"3cKoxx\":[\"Configuraciones\"],\"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.\"],\"3ep0Gx\":[\"Información general sobre tu organizador\"],\"3hJUtr\":[\"Selecciona el país donde está registrado el IVA\"],\"3oSV95\":[\"Seleccionar nivel de producto\"],\"3ogkAk\":[\"Duplicar evento\"],\"3pykXZ\":[\"Aceptar transferencias bancarias, cheques u otros métodos de pago offline\"],\"3sRuiW\":[\"No se encontraron entradas\"],\"3sVRey\":[\"Ofrecer entradas\"],\"3sZ0xx\":[\"Cuentas Totales\"],\"3suLF0\":[\"Asignación de Capacidad actualizada con éxito\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Personaliza la apariencia de tu página de organizador\"],\"3wF4Q/\":[\"Esperando pago\"],\"3wV73y\":[\"Ciudad\"],\"3y+V4p\":[\"Dirección de la organización\"],\"3yNuBV\":[\"Editar configuración de IVA\"],\"3yiej1\":[\"p.ej. 23,5 para 23,5%\"],\"3zRbWw\":[\"Busque por nombre, correo electrónico o número de pedido...\"],\"4+am6b\":[\"No, mantenerme aquí\"],\"4/If97\":[\"Error al actualizar el estado del evento. Por favor, inténtelo de nuevo más tarde\"],\"4/kP5a\":[\"Si no se abrió una nueva pestaña automáticamente, haz clic en el botón de abajo para continuar al pago.\"],\"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.\"],\"40Gx0U\":[\"Zona horaria\"],\"41BQ3k\":[\"Correo de contacto\"],\"41dJPO\":[\"No hay configuración de IVA configurada\"],\"45Srzt\":[\"No pudimos eliminar la categoría. Por favor, inténtelo de nuevo.\"],\"48Y16Q\":[\"Hora de finalización (opcional)\"],\"48rf3i\":[\"El mensaje no puede exceder 5000 caracteres\"],\"4B7oCp\":[\"Tarifa total\"],\"4CETZY\":[\"Cómo llegar\"],\"4D3rRj\":[\"volver al perfil\"],\"4DSz7Z\":[\"Buscar por asunto, evento o cuenta...\"],\"4GLxhy\":[\"Empezando\"],\"4GhX3c\":[\"No hay Webhooks\"],\"4H80qv\":[\"Pedido actualizado con éxito\"],\"4HVzhV\":[\"Asistentes:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Evento no disponible\"],\"4K2OjV\":[\"Lugar del Evento\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"¿Estás seguro de que quieres publicar este perfil de organizador? Una vez publicado, será visible al público.\"],\"4WT5tD\":[\"🎨 Personaliza la página de tu evento\"],\"4Y2FZT\":[\"Tipo de precio del producto\"],\"4bUH9i\":[\"Recopile los detalles del asistente para cada entrada comprada.\"],\"4ba0NE\":[\"Programado\"],\"4fL/V7\":[\"Pagar\"],\"4kEGqW\":[\"Sube un logo para tu organizador\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Proporcione contexto adicional o instrucciones para esta pregunta. Utilice este campo para agregar términos y condiciones, directrices o cualquier información importante que los asistentes necesiten saber antes de responder.\"],\"4lVaWA\":[\"Esperando pago offline\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"El nombre es obligatorio\"],\"4qmnU8\":[\"Conecte su cuenta de Stripe para aceptar pagos.\"],\"4rnJq4\":[\"Script de incrustación\"],\"4ueloy\":[\"¿Qué es una categoría?\"],\"4wUIjX\":[\"Haga que su evento esté en vivo\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"Servicio de validación de IVA temporalmente no disponible\"],\"51AsAN\":[\"¡Revisa tu bandeja de entrada! Si hay entradas asociadas a este correo, recibirás un enlace para verlas.\"],\"51U9mG\":[\"Los pagos continuarán fluyendo sin interrupción\"],\"54GxeB\":[\"Sin impacto en sus transacciones actuales o pasadas\"],\"54MPqC\":[\"p. ej., Estándar, Premium, Empresarial\"],\"54q0zp\":[\"Entradas para\"],\"55i7Fa\":[\"Este mensaje solo se mostrará si el pedido se completa con éxito. Los pedidos en espera de pago no mostrarán este mensaje.\"],\"5670b9\":[\"Error al ofrecer entradas\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"boleto\"],\"5CDM6r\":[\"Período de venta establecido\"],\"5CQ+r0\":[\"Permitir que los asistentes asociados con pedidos no pagados se registren\"],\"5CiNPm\":[\"Reenviar entrada\"],\"5Ds0vl\":[\"Seleccione qué configuración de tarifas se aplica a esta cuenta. Las tarifas fijas se convierten a la moneda del pedido en el momento del pago.\"],\"5F7SYw\":[\"Reembolso parcial\"],\"5FSIzj\":[\"Tenga en cuenta\"],\"5H3Z78\":[\"¿Estás seguro de que quieres eliminar este webhook?\"],\"5It1cQ\":[\"Pedidos exportados\"],\"5K8REg\":[\"Este pedido ya ha sido reembolsado.\"],\"5LAZwq\":[\"Suplantación iniciada\"],\"5LDT6f\":[\"¡Mira este evento!\"],\"5N4wLD\":[\"¿Qué tipo de pregunta es esta?\"],\"5OmEal\":[\"El idioma del cliente\"],\"5Qmxo/\":[\"¿Estás seguro de que quieres despublicar este perfil de organizador? Ya no será visible al público.\"],\"5RDEEn\":[\"Idioma del Pedido\"],\"5ShqeM\":[\"La lista de registro que buscas no existe.\"],\"5T2HxQ\":[\"Fecha de activación\"],\"5UbY+B\":[\"Asistentes con entrada específica\"],\"5VGIlq\":[\"Ha alcanzado su límite de mensajería.\"],\"5YrKW7\":[\"Completa tu pago para asegurar tus entradas.\"],\"5b3QLi\":[\"Su plan\"],\"5cxUwd\":[\"Fecha de pago\"],\"5lcVkL\":[\"Detalles de conexión\"],\"5mpF6N\":[\"Monto de tarifa fija en \",[\"currencyCode\"]],\"5n+Wwp\":[\"Organizador actualizado correctamente\"],\"5qOnWX\":[\"Lista de espera de agotados\"],\"5slqwZ\":[\"Crea tu evento\"],\"5tT0+u\":[\"Formato de correo inválido\"],\"5tl0Bp\":[\"Preguntas de registro\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Ocultar este producto a los clientes\"],\"6/TNCd\":[\"Guardar Configuración del IVA\"],\"6/dCYd\":[\"Resumen\"],\"60u+dQ\":[\"La imagen de portada se mostrará en la parte superior de la página del evento\"],\"621rYf\":[\"Pago\"],\"62Ciis\":[\"Cerrar barra lateral\"],\"65A04M\":[\"Español\"],\"67NsZP\":[\"Creando evento...\"],\"67OJ7t\":[\"Ver pedido\"],\"68Axnm\":[\"Hubo un error al procesar su solicitud. Inténtalo de nuevo.\"],\"6Aih4U\":[\"Fuera de línea\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Entradas\"],\"6HK5Ct\":[\"Pedidos completados\"],\"6IwNUc\":[\"Plantillas de correo\"],\"6JzK4N\":[\"Enlace al boleto\"],\"6K/IHl\":[\"Aquí hay un ejemplo de cómo puede usar el componente en su aplicación.\"],\"6K0GjX\":[\"El texto puede ser difícil de leer\"],\"6KnyG0\":[\"Ingrese correo electrónico\"],\"6MIiOI\":[[\"0\"],\" restantes\"],\"6PNlRV\":[\"Añade este evento a tu calendario\"],\"6PecK3\":[\"Asistencia y tasas de registro en todos los eventos\"],\"6RmHKN\":[\"Color primario\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"copiado\"],\"6WdDG7\":[\"Página\"],\"6YtxFj\":[\"Nombre\"],\"6Z/F61\":[\"No hay datos para mostrar. Por favor selecciona un rango de fechas\"],\"6a/UJE\":[\"Lo sentimos, este código de promoción no se reconoce\"],\"6aXq+t\":[\"Asunto:\"],\"6bBh3/\":[\"Tarifa fija\"],\"6czJik\":[\"Logo del Ticket\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Estados de los pedidos\"],\"6euFZ/\":[\"Un \",[\"type\"],\" predeterminado se aplica automáticamente a todos los nuevos productos. Puede sobrescribir esto por cada producto.\"],\"6fLyj/\":[\"Si no solicitó este cambio, cambie inmediatamente su contraseña.\"],\"6fuA9p\":[\"Evento duplicado con éxito\"],\"6gRgw8\":[\"Reintentar\"],\"6heFYY\":[\"Su cuenta de Stripe está conectada y procesando pagos.\"],\"6imsQS\":[\"Chino simplificado\"],\"6jYQGG\":[\"No hay eventos pasados\"],\"6kPk3+\":[\"Información personal\"],\"6kdXbW\":[\"Crear un código promocional\"],\"6nDzTl\":[\"Buena legibilidad\"],\"6tmWch\":[\"Entrada o producto\"],\"6uwAvx\":[\"No puede eliminar este nivel de precios porque ya hay productos vendidos para este nivel. Puede ocultarlo en su lugar.\"],\"6xCBVN\":[\"Configuraciones de pago y facturación actualizadas con éxito\"],\"6zQOg1\":[\"El precio mostrado al cliente no incluirá impuestos ni tasas. Se mostrarán por separado.\"],\"7+grte\":[\"¡Correo de confirmación enviado! Por favor, revisa tu bandeja de entrada.\"],\"7/9RFs\":[\"No se pudo subir la imagen.\"],\"70dYC8\":[\"Código promocional actualizado correctamente\"],\"72c5Qo\":[\"Total\"],\"73nxDO\":[\"Configuraciones varias actualizadas exitosamente\"],\"73qYgo\":[\"Enviar como prueba\"],\"744BMm\":[\"Completa tu pedido para asegurar tus entradas. Esta oferta tiene un tiempo limitado, así que no esperes demasiado.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Tu lista de check-in se ha creado exitosamente. Comparte el enlace de abajo con tu personal de check-in.\"],\"7B5M35\":[\"Check-Ins\"],\"7Bj3x9\":[\"Fallido\"],\"7Cx5It\":[\"Madrugador\"],\"7D9MJz\":[\"Completar configuración de Stripe\"],\"7ER2sc\":[\"Destacado\"],\"7JF9w9\":[\"Agregar pregunta\"],\"7JFNej\":[\"Deportes\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Acciones\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Usuario\"],\"7VpPHA\":[\"Confirmar\"],\"7YJdgG\":[\"Tus pedidos aparecerán aquí una vez que comiencen a llegar.\"],\"7YZofi\":[\"Ingrese un asunto y cuerpo para ver la vista previa\"],\"7dSOhU\":[\"Habilitar lista de espera\"],\"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.\"],\"7hPBBn\":[\"destinatario\"],\"7kOMfV\":[\"Evento actualizado con éxito\"],\"7ns+do\":[\"Dirección comercial\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"Todos los eventos archivados\"],\"7vhWI8\":[\"Nueva contraseña\"],\"7wtpH5\":[\"Plantilla activa\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"El nombre es obligatorio\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Insertar token Liquid\"],\"876pfE\":[\"Cliente\"],\"87a/t/\":[\"Etiqueta\"],\"88cUW+\":[\"Usted recibe\"],\"89xaFU\":[\"Establezca la configuración predeterminada de comisiones de plataforma para nuevos eventos creados bajo este organizador.\"],\"8AiKIu\":[\"Crear entrada o producto\"],\"8BMPMe\":[\"El webhook no enviará notificaciones\"],\"8BRPoH\":[\"Lugar de Ejemplo\"],\"8BwQeU\":[\"Finalizar configuración\"],\"8Etqrl\":[\"Ofrecer entradas automáticamente a la siguiente persona cuando haya capacidad disponible\"],\"8F1i42\":[\"Página no encontrada\"],\"8KDgYV\":[\"Prepare su evento\"],\"8KmsFa\":[\"Por favor seleccione un rango de fechas\"],\"8Lx2X7\":[\"Pago recibido\"],\"8OhzyY\":[\"Cuando se elimina un producto\"],\"8OvVZZ\":[\"Filtrar Asistentes\"],\"8QH2Il\":[\"Esta categoría está oculta de la vista pública\"],\"8YBH95\":[\"Ganancia\"],\"8ZsakT\":[\"Contraseña\"],\"8cBtvm\":[\"Color de texto primario\"],\"8dENF9\":[\"IVA sobre tarifa\"],\"8jLPgH\":[\"Tipo de Ticket\"],\"8k8Njd\":[\"Cuántos minutos tiene el cliente para completar su pedido. Recomendamos al menos 15 minutos.\"],\"8n10sz\":[\"No Elegible\"],\"8oPbg1\":[\"Habilitar facturación\"],\"8pQ3NJ\":[\"No hay eventos que comiencen en las próximas 24 horas\"],\"8q0EdE\":[\"Añadir producto a la categoría\"],\"8qsbZ5\":[\"Venta de boletos\"],\"8rE61T\":[\"Dirección de facturación\"],\"8uOlgz\":[\"Falló el\"],\"8uqsE5\":[\"Página ya no disponible\"],\"8v2LRU\":[\"Configure los detalles del evento, ubicación, opciones de pago y notificaciones por correo electrónico.\"],\"8vETh9\":[\"Show\"],\"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\"],\"8wUjGl\":[\"Reservado hasta\"],\"8wgkoi\":[\"Sin eventos vistos en los últimos 14 días\"],\"8x0pUg\":[\"¿Está seguro de que desea eliminar esta entrada de la lista de espera?\"],\"8z6Y5D\":[\"Procesar reembolso\"],\"8zCZQf\":[\"Aún no hay eventos\"],\"9+8Vez\":[\"Usos restantes\"],\"9+P7zk\":[\"No se pudo crear el producto. Por favor, revise sus datos\"],\"9/1YKL\":[\"Ingrese apellido\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 día después de la fecha de finalización\"],\"94aQMU\":[\"Información del asistente\"],\"96ryID\":[\"Recopilar datos por boleto\"],\"99ntUF\":[\"No hay listas de check-in disponibles para este evento.\"],\"9BdS63\":[\"Editar código promocional\"],\"9FQEn8\":[\"Seleccionar categoría...\"],\"9GsDR2\":[\"Verdadero si pago pendiente\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Las ventas están pausadas\"],\"9L9/28\":[\"Cuando un producto se agota, los clientes pueden unirse a una lista de espera para ser notificados cuando haya plazas disponibles.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Este nombre es visible para los usuarios finales\"],\"9N+p+g\":[\"Negocios\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Asistentes\"],\"9TO8nT\":[\"Tu contraseña\"],\"9Wh+ug\":[\"Afiliados exportados\"],\"9Y3hAT\":[\"Guardar plantilla\"],\"9YHrNC\":[\"Predeterminado del sistema\"],\"9b5956\":[\"Esta vista previa muestra cómo se verá su correo con datos de muestra. Los correos reales usarán valores reales.\"],\"9bHCo2\":[\"Moneda de la tarifa\"],\"9bpUSo\":[\"Exportando afiliados\"],\"9eF5oV\":[\"Bienvenido de nuevo\"],\"9gPPUY\":[\"¡Lista de Check-In Creada!\"],\"9h7RDh\":[\"Ofrecer\"],\"9i0++A\":[\"ID de pago de Stripe\"],\"9jnAcN\":[\"Ver página principal del organizador\"],\"9mZEgt\":[\"Código promocional creado correctamente\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"No se pudo cancelar el asistente\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Volver a la página del evento\"],\"A4UmDy\":[\"Teatro\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Configura tu evento en vivo\"],\"ACKu03\":[\"Actualizar vista previa\"],\"AEuj2m\":[\"Página principal del evento\"],\"AG/qmQ\":[\"Una opción de Radio tiene múltiples opciones pero solo se puede seleccionar una.\"],\"AGRilS\":[\"Entradas Vendidas\"],\"AGZmwV\":[\"Imagen cargada exitosamente\"],\"AIF7J2\":[\"La moneda en la que se define la tarifa fija. Se convertirá a la moneda del pedido en el momento del pago.\"],\"AIUkyF\":[\"Navegar al asistente\"],\"AJ4rvK\":[\"Asistente cancelado\"],\"AKbElk\":[\"Empresas registradas para el IVA en la UE: Se aplica el mecanismo de inversión del sujeto pasivo (0% - Artículo 196 de la Directiva del IVA 2006/112/CE)\"],\"APuxIE\":[\"Confirmación por correo electrónico reenviada\"],\"APyAR/\":[\"Eventos activos\"],\"ARBThj\":[\"Aplicar este \",[\"type\"],\" a todos los nuevos productos\"],\"ARkzso\":[\"Ingresa el nombre del afiliado\"],\"ATGYL1\":[\"Dirección de correo electrónico\"],\"AVpmAa\":[\"Cómo pagar fuera de línea\"],\"AXXqG+\":[\"Donación\"],\"AaP0M+\":[\"Esta combinación de colores puede ser difícil de leer para algunos usuarios\"],\"AdWhjZ\":[\"Código de verificación\"],\"AeXO77\":[\"Cuenta\"],\"AeejQi\":[\"¿A qué productos debería aplicarse esta capacidad?\"],\"AfNRFG\":[\"Texto del botón Continuar\"],\"AhBPHd\":[\"Estos detalles solo se mostrarán si el pedido se completa con éxito. Los pedidos en espera de pago no mostrarán este mensaje.\"],\"AhwTa1\":[\"Acción Requerida: Se Necesita Información del IVA\"],\"Ajavq0\":[\"Por favor revise su correo electrónico para confirmar su dirección de correo electrónico.\"],\"ApOYO8\":[\"Increíble, evento, palabras clave...\"],\"ApsD9J\":[\"Agregar nuevo\"],\"ArHT/C\":[\"Nuevos registros\"],\"Arzxc1\":[\"Sin entradas en la lista de espera\"],\"Aspq3b\":[\"Recopilación de datos de asistentes\"],\"AtXtSw\":[\"Gestionar impuestos y tasas que se pueden aplicar a sus productos\"],\"Auz0Mz\":[\"Confirma tu correo electrónico para acceder a todas las funciones.\"],\"B/EBQv\":[\"Pedidos:\"],\"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. \"],\"B2Tpo0\":[\"Correo inválido\"],\"B2V3cA\":[\"Compartir evento\"],\"B3Mkdt\":[\"Crear pregunta\"],\"B3gPuX\":[\"Orden cancelada\"],\"B4nE3N\":[\"Precio de entrada de ejemplo\"],\"B5fpAA\":[\"Configuración asignada correctamente\"],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"B7w4KY\":[\"No hay otros organizadores disponibles\"],\"BCmibk\":[\"Intentos\"],\"BDSRuX\":[\"Reembolsado: \",[\"0\"]],\"BFRSTT\":[\"Seleccionar Cuenta\"],\"BGD9Yt\":[\"Agregar entradas\"],\"BHZbFy\":[\"Una sola pregunta por pedido. Ej., ¿Cuál es su dirección de envío?\"],\"BI7D9d\":[\"Precio no establecido\"],\"BJIEiF\":[[\"0\"],\" asistente con éxito\"],\"BJtMTd\":[\"Recomendamos dimensiones de 2160 px por 1080 px y un tamaño de archivo máximo de 5 MB.\"],\"BLTZ42\":[\"Restablecimiento de contraseña exitoso. Por favor inicie sesión con su nueva contraseña.\"],\"BM/KQm\":[\"CP o Código Postal\"],\"BMtue0\":[\"Procesador de pagos actual\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Crear nuevo\"],\"BRArmD\":[\"Tienes acceso a múltiples cuentas. Por favor elige uno para continuar.\"],\"BREO0S\":[\"Muestra una casilla que permite a los clientes optar por recibir comunicaciones de marketing de este organizador de eventos.\"],\"BTne9e\":[\"Crear plantillas de correo personalizadas para este evento que anulen los predeterminados del organizador\"],\"BUe8Wj\":[\"El comprador paga\"],\"BV4L/Q\":[\"Analíticas UTM\"],\"BVinvJ\":[\"Ejemplos: \\\"¿Cómo nos conociste?\\\", \\\"Nombre de empresa para factura\\\"\"],\"BVu2Hz\":[\"Enviado por\"],\"BW6QAz\":[\"Gestión de equipo\"],\"BWF1kC\":[\"Buscar mensajes...\"],\"BZ9GWa\":[\"Los códigos promocionales se pueden utilizar para ofrecer descuentos, acceso de preventa o proporcionar acceso especial a su evento.\"],\"BZBYf3\":[\"Para recibir pagos con tarjeta de crédito, debes conectar tu cuenta de Stripe. Stripe es nuestro socio de procesamiento de pagos que garantiza transacciones seguras y pagos puntuales.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Vista previa del correo\"],\"BfucwY\":[\"Gestiona tus usuarios y sus permisos\"],\"BiYOdA\":[\"Buscar por nombre...\"],\"Bj/QGQ\":[\"Fijar un precio mínimo y dejar que los usuarios paguen más si lo desean.\"],\"Bk06QI\":[\"Stripe conectado\"],\"BnlG9U\":[\"Tu pedido actual se perderá.\"],\"BwJKBw\":[\"de\"],\"BxsfMK\":[\"Tarifas totales\"],\"BzEFor\":[\"o\"],\"BzfzPK\":[\"Artículos\"],\"C3htzi\":[\"Configuración actualizada\"],\"C3nD/1\":[\"Introduce tu correo electrónico\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Seleccionar productos\"],\"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.\"],\"C4qOW8\":[\"Oculto de la vista del público\"],\"C63rRe\":[\"Por favor, regresa a la página del evento para comenzar de nuevo.\"],\"C8HNV2\":[\"El pago completo\"],\"C8JLas\":[\"Tipo de descuento\"],\"C8ne4X\":[\"Guardar Diseño del Ticket\"],\"CBBcly\":[\"Muestra campos de dirección comunes, incluido el país.\"],\"CCjxOC\":[\"Crea tu primer evento para comenzar a vender entradas y gestionar asistentes.\"],\"CELKku\":[\"Descargar factura\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Seleccionar grupo de asistentes\"],\"CHzaTD\":[\"Sin eventos populares en los últimos 14 días\"],\"CMUt3Y\":[\"Titulares de entradas\"],\"CMyVEK\":[\"¿Estás seguro de que quieres hacer este borrador de evento? Esto hará que el evento sea invisible para el público.\"],\"CNafaC\":[\"Las opciones de casilla de verificación permiten múltiples selecciones\"],\"CNk/ro\":[\"Este es un evento en línea\"],\"COnw8D\":[\"Logo de \",[\"0\"]],\"CPXP5Z\":[\"Afiliados\"],\"CQeZT8\":[\"Informe no encontrado\"],\"CRu4lK\":[\"Registrado\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Registros del Webhook\"],\"CUKVDt\":[\"Personalice sus boletos con un logotipo, colores y mensaje de pie de página personalizados.\"],\"CVw2MU\":[\"Filtros (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Festival de Música de Verano 2025\"],\"CWk59I\":[\"Comedia\"],\"CZomgW\":[\"Registrado para IVA\"],\"CabI04\":[\"El número de IVA no debe contener espacios\"],\"CbnrWb\":[\"Volver al evento\"],\"CfKofC\":[\"Selección desplegable\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Texto del botón\"],\"ClwUUD\":[\"Ubicación del evento y detalles del lugar\"],\"CmoB9j\":[\"Modo de visualización de precios\"],\"CnZ3Ou\":[\"Tus entradas han sido confirmadas.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Elegir calendario\"],\"CsTTH0\":[\"Confirmación del pedido reenviada correctamente\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Propietarios de pedidos con productos\"],\"CySr+W\":[\"Haga clic para ver las notas\"],\"D+zLDD\":[\"Oculto\"],\"D02dD9\":[\"Campaña\"],\"D2g7C7\":[\"Todos los trabajos en cola para reintentar\"],\"D2qlBU\":[\"Asistente actualizado\"],\"D3iCkb\":[\"Fecha de inicio\"],\"D3opg4\":[\"Cuando los pagos offline estén habilitados, los usuarios podrán completar sus pedidos y recibir sus boletos. Sus boletos indicarán claramente que el pedido no está pagado, y la herramienta de registro notificará al personal si un pedido requiere pago.\"],\"D6+U20\":[\"Registrar entrada y marcar pedido como pagado\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Enviar confirmación del pedido y correo electrónico del billete.\"],\"D9zTjx\":[\"Eventos en Vivo\"],\"DB8zMK\":[\"Aplicar\"],\"DCKkhU\":[\"Contraseña actual\"],\"DDcvSo\":[\"Alemán\"],\"DEcpfp\":[\"El cuerpo de la plantilla contiene sintaxis Liquid inválida. Por favor corrígela e inténtalo de nuevo.\"],\"DFqasq\":[\"Al continuar, aceptas los <0>Términos de Servicio de \",[\"0\"],\"\"],\"DJQEZc\":[\"Productos ordenados con éxito\"],\"DKYTWG\":[\"Error al reintentar los trabajos\"],\"DKwDdj\":[\"Imprimir boletos\"],\"DM4gBB\":[\"Chino (Tradicional)\"],\"DMCX/I\":[\"Configuración predeterminada de comisiones actualizada exitosamente\"],\"DPfwMq\":[\"Listo\"],\"DRErHC\":[\"Oculto para los asistentes - solo visible para organizadores\"],\"DRykfS\":[\"Aún manejando reembolsos para sus transacciones anteriores.\"],\"DXZRk5\":[\"habitación 100\"],\"DZjk8u\":[\"Configuración de pago y facturación\"],\"DZlSLn\":[\"Etiqueta del documento\"],\"Da29Y6\":[\"Ocultar esta pregunta\"],\"DdHfeW\":[\"Administre los detalles de su cuenta y la configuración predeterminada\"],\"Dim4LO\":[\"Agregar manualmente un asistente\"],\"DjSbj3\":[\"No se pudo reenviar la entrada\"],\"Djl45M\":[\"Necesitará un producto antes de poder crear una asignación de capacidad.\"],\"DnXcDK\":[\"Color secundario\"],\"DoH3fD\":[\"Pago del Pedido Pendiente\"],\"DovcfC\":[\"Cuéntanos sobre tu organización. Esta información se mostrará en las páginas de tus eventos.\"],\"DruLRc\":[\"Últimos 14 días\"],\"DrwwNd\":[\"Seleccionar período de tiempo\"],\"Du6bPw\":[\"DIRECCIÓN\"],\"Dvq0wf\":[\"Por favor, proporciona una imagen.\"],\"DwF9eH\":[\"Código del componente\"],\"Dwf4dR\":[\"Aún no hay preguntas para asistentes\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Guardar configuración\"],\"E/9LUk\":[\"Nombre del lugar\"],\"E0q9qH\":[\"Usos ilimitados permitidos\"],\"E15xs8\":[\"⚡️ Configura tu evento\"],\"E1F5Ji\":[\"Los destinatarios estarán disponibles después de enviar el mensaje\"],\"E1eze1\":[\"Conecte su cuenta de Stripe para comenzar a aceptar pagos para sus eventos.\"],\"E6nRW7\":[\"Copiar URL\"],\"E9jY+o\":[\"No se pudo actualizar el asistente\"],\"EBzPwC\":[\"La dirección completa del evento\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Publicar\"],\"EFq6EG\":[\"Por favor, selecciona una imagen.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Cuenta no encontrada\"],\"EJ7bVz\":[\"No se encontraron pedidos\"],\"EJPAcd\":[\"No se pudo reenviar la confirmación del pedido\"],\"EK/G11\":[\"Aún no hay respuestas\"],\"ELa4O9\":[\"Fecha de finalización de la venta\"],\"ENCIQz\":[\"Copiar link\"],\"ENEPLY\":[\"Método de pago\"],\"EOqL/A\":[\"¿Estás seguro de que quieres ofrecer un lugar a esta persona? Recibirá una notificación por correo electrónico.\"],\"ETcU7q\":[\"Error al ofrecer plaza\"],\"EUnesn\":[\"Entradas disponibles\"],\"EV30TR\":[\"Modo escáner USB activado. Comience a escanear tickets ahora.\"],\"EWCLpZ\":[\"Producto creado\"],\"EWErQh\":[\"La hora programada debe ser en el futuro\"],\"EWPtMO\":[\"Código\"],\"EWnXR+\":[\"Conectar con Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Diseño del ticket guardado exitosamente\"],\"EZy55F\":[\"Pedido reembolsado\"],\"EaAPbv\":[\"Cantidad total pagada\"],\"EdQY6l\":[\"Ninguno\"],\"Edm6av\":[\"Reconectar Stripe →\"],\"Eeo/Gy\":[\"Error al actualizar la configuración\"],\"Ef7StM\":[\"Desconocido\"],\"EfK2O6\":[\"Ofrecer lugar\"],\"Egnj9d\":[\"Deberá marcar un pedido como pagado manualmente. Esto se puede hacer en la página de gestión de pedidos.\"],\"Eh5Wrd\":[\"Tu increíble sitio web 🎉\"],\"EhlbcI\":[\"Error al actualizar el nivel de mensajería\"],\"EmFsMZ\":[\"Tu número de IVA está en cola para validación\"],\"EmYMHc\":[\"Esperando pago fuera de línea\"],\"Ep3VfY\":[\"Ver en Google Maps\"],\"EpknJA\":[\"Escribe tu mensaje aquí...\"],\"EpvBAp\":[\"Sin factura\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Mostrar casilla de aceptación de marketing\"],\"Ev2r9A\":[\"No hay resultados\"],\"Ewir4O\":[\"Por favor, seleccione al menos un producto\"],\"EwoMtl\":[\"Crear categoría\"],\"ExDt3P\":[\"¿Estás seguro de que quieres despublicar este evento? Ya no será visible al público.\"],\"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.\"],\"EyE8E6\":[\"Procesamiento de pagos\"],\"EzwCw7\":[\"Editar pregunta\"],\"F+pJnL\":[\"Configuración de SEO actualizada con éxito\"],\"F1Xp97\":[\"Asistentes individuales\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Debe seleccionarse al menos un tipo de evento\"],\"F3/nus\":[\"Continuar al pago\"],\"F3mW5G\":[\"Permitir que los clientes se unan a una lista de espera cuando este producto esté agotado\"],\"F4NXOl\":[\"Apellido del pedido\"],\"F4SRy3\":[\"Registro de entrada eliminado\"],\"F5/CBH\":[\"artículo(s)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Activo\"],\"F89D36\":[\"Hubo un error al marcar el pedido como pagado\"],\"FCVmuU\":[\"Ver evento\"],\"FG98gC\":[\"Borrar texto de búsqueda\"],\"FI60XC\":[\"Configurar impuestos y comisiones\"],\"FImCSc\":[[\"0\"],\" actualizado correctamente\"],\"FJ9Yat\":[\"Por favor verifique que la información proporcionada sea correcta.\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"No se pudo registrar al asistente\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Activar\"],\"FRl8Jv\":[\"Debes verificar el correo electrónico de tu cuenta antes de poder enviar mensajes.\"],\"FSN4TS\":[\"Widget integrado\"],\"FSaY52\":[\"El webhook enviará notificaciones\"],\"FTfObB\":[\"Aún no hay productos\"],\"FU1gvP\":[\"Editar lista de registro\"],\"FVTVBy\":[\"Debes verificar tu dirección de correo electrónico antes de poder actualizar el estado del organizador.\"],\"FVetkT\":[\"¿Qué boletos deben asociarse con esta lista de registro?\"],\"FaK/8G\":[\"Reembolsar pedido \",[\"0\"]],\"FaPYw+\":[\"Propietario del pedido\"],\"FaSXqR\":[\"¿Qué tipo de evento?\"],\"Fb+SDI\":[\"Añadir más entradas\"],\"Ff0Dor\":[\"Pasado\"],\"FgRxRP\":[\"Eres dueño del 100% de los datos de tus asistentes, siempre\"],\"Fi3b48\":[\"Pedidos recientes\"],\"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%.\"],\"FlQKnG\":[\"Incluye impuestos y tasas en el precio.\"],\"FmogyU\":[\"Ocultar opciones\"],\"FpsvqB\":[\"Modo de Color\"],\"Fq/Nx7\":[\"Hemos enviado un código de verificación de 5 dígitos a:\"],\"Fuh+dI\":[\"Una sola pregunta por producto. Ej., ¿Cuál es su talla de camiseta?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Copiado al portapapeles\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Plantilla guardada exitosamente\"],\"G0KW+e\":[\"Diseño de página de inicio actualizado con éxito\"],\"G42SNI\":[\"Reenviar correo\"],\"G5RhpL\":[\"Organizador\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Role\"],\"GG1fRP\":[\"¡Tu evento está en vivo!\"],\"GG7qDw\":[\"Compartir enlace de afiliado\"],\"GHdjuo\":[\"Buscar por nombre, correo electrónico o cuenta...\"],\"GIoqtA\":[\"Apellido del cliente\"],\"GNcfRk\":[\"Correo electrónico de soporte\"],\"GRChTw\":[\"Algo salió mal al eliminar el impuesto o tarifa\"],\"GS+Mus\":[\"Exportar\"],\"GTOcxw\":[\"editar usuario\"],\"GVUxAX\":[\"Las estadísticas se basan en la fecha de creación de la cuenta\"],\"GVcaW6\":[\"Detalles de la organización\"],\"GX6dZv\":[\"Resumen del pedido\"],\"GctSSm\":[\"Aplicar código promocional\"],\"GdOhw6\":[\"Desactivar sonido\"],\"GdWB+V\":[\"Webhook creado con éxito\"],\"GeqWgj\":[\"Zona Horaria del Evento\"],\"GfWoKv\":[\"Configuración de SEO\"],\"GfaxEk\":[\"Música\"],\"Gh9Oqb\":[\"Nombre del organizador del evento\"],\"Gjt/py\":[\"Cancelar cambio de correo electrónico\"],\"GkH0Pq\":[\"Impuestos y tasas aplicados\"],\"Gmd0hv\":[\"Cuando se crea un nuevo asistente\"],\"Gnjf3o\":[\"No puede cambiar el tipo de producto ya que hay asistentes asociados con este producto.\"],\"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.\"],\"GptGxg\":[\"Cambiar la contraseña\"],\"GqvPcv\":[\"No hay filtros disponibles\"],\"Gspam9\":[\"Estamos procesando tu pedido. Espere por favor...\"],\"GuXjc5\":[\"Validado\"],\"Guo0lU\":[\"Fecha y hora personalizada\"],\"Gv5AMu\":[\"Mensaje a los asistentes\"],\"Gy7BA3\":[\"Dirección de correo electrónico del organizador\"],\"H/UMUG\":[\"Verificación de correo requerida\"],\"H34qcM\":[\"Creando organizador...\"],\"H35u3n\":[\"Debe crear un ticket antes de poder agregar manualmente un asistente.\"],\"H4nE+E\":[\"Cancelar todos los productos y devolverlos al grupo disponible\"],\"H5qWhm\":[\"Pedido cancelado\"],\"H6Gslz\":[\"Disculpe las molestias.\"],\"H6Ma8Z\":[\"Descuento\"],\"H8kMHT\":[\"¿No recibiste el código?\"],\"H9HlDe\":[\"minutos\"],\"HB22j9\":[\"Continuar configurando\"],\"HE6KcK\":[\"¡Invitación revocada!\"],\"HFucK5\":[\"No hay eventos finalizados para mostrar.\"],\"HGuXjF\":[\"Poseedores de entradas\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Tuvimos un problema al cargar esta página. Por favor, inténtalo de nuevo.\"],\"HLDaLi\":[\"Los usuarios administradores tienen acceso completo a los eventos y la configuración de la cuenta.\"],\"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.\"],\"HR/cvw\":[\"Calle Ejemplo 123\"],\"HSw5l3\":[\"No - Soy un individuo o empresa no registrada para el IVA\"],\"HT/08n\":[\"Entrada del asistente\"],\"HVW65c\":[\"Producto de pago\"],\"HVkhy2\":[\"Análisis de atribución\"],\"HVwIsd\":[\"Empresas o individuos no registrados para el IVA: Se aplica el IVA irlandés del 23%\"],\"HWXuQK\":[\"Guarda esta página en marcadores para gestionar tu pedido en cualquier momento.\"],\"HX5SVx\":[\"Artículo\"],\"HXMJxH\":[\"Texto opcional para avisos legales, información de contacto o notas de agradecimiento (solo una línea)\"],\"HdmwrI\":[\"Email del pedido\"],\"HhwcTQ\":[\"Nombre del evento\"],\"HiGkFu\":[\"Redirigiendo a Stripe...\"],\"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.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Cambio de correo electrónico cancelado exitosamente\"],\"HsFnrk\":[\"El número máximo de productos para \",[\"0\"],\" es \",[\"1\"]],\"HtrFfw\":[\"La URL es obligatoria\"],\"HxxXZO\":[\"El color principal de marca usado para botones y destacados\"],\"I+FvbD\":[\"Escanear\"],\"I+utEq\":[\"El código de afiliado no se puede cambiar\"],\"I/NNtI\":[\"El lugar del evento\"],\"I3QpvQ\":[\"Recipiente\"],\"I3yitW\":[\"Último acceso\"],\"I6F3cp\":[\"Correo electrónico no verificado\"],\"I7xjqg\":[\"Tipo de fondo\"],\"IF7RiR\":[\"Cubrir\"],\"IFHV2p\":[\"Tu billete para\"],\"IKwyaF\":[\"Cambio de correo electrónico confirmado exitosamente\"],\"IMJ6rh\":[\"Ajuste automático\"],\"IMwcdR\":[\"Suplantación detenida\"],\"INDKM9\":[\"Ingrese el asunto del correo...\"],\"IUwGEM\":[\"Guardar cambios\"],\"IV9xTT\":[\"Este usuario no está activo porque no ha aceptado su invitación.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Ingresa tu número de IVA incluyendo el código de país, sin espacios (p. ej., ES12345678A, DE123456789)\"],\"IfN2Qo\":[\"Recomendamos un logo cuadrado con dimensiones mínimas de 200x200px\"],\"IgcAGN\":[\"Ventas brutas\"],\"IkGIz8\":[\"pagado\"],\"IoAuJG\":[\"Enviando...\"],\"IoDI2o\":[\"Cargando tokens...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"No se puede registrar (Cancelado)\"],\"IrVSu+\":[\"No se pudo duplicar el producto. Por favor, revisa tus datos\"],\"IuMGvq\":[\"Factura\"],\"IuUoyV\":[\"Cuando un asistente se registra\"],\"IvxA4G\":[\"Tickets ofrecidos exitosamente a \",[\"count\"],\" personas\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"No hay pedidos para mostrar\"],\"J3RJSZ\":[\"Asistente actualizado correctamente\"],\"J3lhKT\":[\"Comisión de plataforma\"],\"J6n7sl\":[\"En curso\"],\"JEPMXN\":[\"Solicitar un nuevo enlace\"],\"JEdsvQ\":[\"Instrucciones de pago\"],\"JHB/Ky\":[\"Inválido\"],\"JJhRbH\":[\"Capacidad del primer día\"],\"JKfSAv\":[\"Error en la exportación. Por favor, inténtelo de nuevo.\"],\"JNCzPW\":[\"País\"],\"JQNMrj\":[\"Crea tu primer evento\"],\"JRQitQ\":[\"Confirmar nueva contraseña\"],\"JZTQI0\":[\"Cambiar organizador\"],\"JbIgPz\":[\"Los valores monetarios son totales aproximados en todas las monedas\"],\"JcQp9p\":[\"Fecha y hora de inicio\"],\"JcejNJ\":[\"Procesando pedido\"],\"JhtZAK\":[\"Pago fallido\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Elige un color para tu fondo\"],\"Jjw03p\":[\"Error al exportar asistentes\"],\"JlFcis\":[\"Enviar\"],\"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.\"],\"JnuPvH\":[\"Imprimir Entrada\"],\"JoKGiJ\":[\"Código promocional\"],\"JpohL9\":[\"Impuesto\"],\"JtI4vj\":[\"Recopilación predeterminada de información del asistente\"],\"Jv22kr\":[[\"0\"],\" <0>registrado con éxito\"],\"JvUngl\":[\"Fecha y hora\"],\"JvuLls\":[\"Asumir la comisión\"],\"JwTmB6\":[\"Producto duplicado con éxito\"],\"Jwiilf\":[\"Tu pedido ha sido cancelado\"],\"JyD0LH\":[\"Configuración del evento\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"El logo se mostrará en el ticket\"],\"K2PPlT\":[\"La tarifa porcentual debe estar entre 0 y 100\"],\"K47k8R\":[\"Producto\"],\"K5+3xg\":[\"Aceptar invitación\"],\"K6fmBI\":[\"Esta lista de registro aún no está activa y no está disponible para registros.\"],\"K7tIrx\":[\"Categoría\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Personaliza la página de tu evento\"],\"KIjvtr\":[\"Holandés\"],\"KMMOAy\":[\"Actualización disponible\"],\"KMgp2+\":[[\"0\"],\" disponible\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"No hay mensajes para mostrar\"],\"KR0679\":[\"Invitar miembros del equipo\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Duplicar producto\"],\"KSDwd5\":[\"Órdenes totales\"],\"KSQ8An\":[\"Tu pedido\"],\"KTxc6k\":[\"Algo salió mal, inténtalo de nuevo o contacta con soporte si el problema persiste\"],\"KUOhTy\":[\"Activar sonido\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Cuadro de texto de varias líneas\"],\"KZN4Lc\":[\"Eliminar todo\"],\"KZrfYJ\":[\"Guardar enlaces sociales\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Email de contacto para soporte\"],\"Kdpf90\":[\"¡No lo olvides!\"],\"KeCXJu\":[\"Vea detalles de pedidos, emita reembolsos y reenvíe confirmaciones.\"],\"KfmPRW\":[\"El color de fondo de la página. Al usar imagen de portada, se aplica como una superposición.\"],\"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.\"],\"KgxI80\":[\"Venta de entradas flexible\"],\"KizCK7\":[\"Selecciona fecha y hora de inicio\"],\"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.\"],\"KkrBiR\":[\"Recopilación de información del asistente\"],\"KmWyx0\":[\"Trabajo\"],\"KnN1Tu\":[\"Vence\"],\"KndP6g\":[\"URL del pedido\"],\"KnjoUA\":[\"Precio de la entrada\"],\"Kz91g/\":[\"Turco\"],\"L/+xOk\":[\"Necesitarás un boleto antes de poder crear una lista de registro.\"],\"L/Qc+w\":[\"Dirección de email del cliente\"],\"L/gNNk\":[\"Actualizar \",[\"0\"]],\"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.\"],\"L22Tdf\":[\"Buscar por nombre, número de pedido, número de asistente o correo electrónico...\"],\"L565X2\":[\"opciones\"],\"L7dIM7\":[\"Este enlace es inválido o ha caducado.\"],\"L86zy2\":[\"¡Correo verificado exitosamente!\"],\"LAW8Vb\":[\"Elija la configuración predeterminada para nuevos eventos. Esto se puede anular para eventos individuales.\"],\"LBLOqH\":[\"Preguntar una vez por pedido\"],\"LETnBR\":[\"Bienvenido a \",[\"0\"],\", aquí hay una lista de todos tus eventos\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Gestión de invitados\"],\"LNWHXb\":[\"No hay eventos archivados para mostrar.\"],\"LOFgda\":[\"Contacto \",[\"0\"]],\"LQrXcu\":[\"Descargar factura\"],\"LRbt6D\":[\"Permitir que los motores de búsqueda indexen este evento\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Editar plantilla \",[\"0\"]],\"LWL3Bs\":[\"La tarifa fija debe ser 0 o mayor\"],\"Lc18qn\":[\"Cuando se crea un nuevo pedido\"],\"LcET2C\":[\"Política de privacidad\"],\"LchiNd\":[\"¿Estás seguro de que quieres eliminar este afiliado? Esta acción no se puede deshacer.\"],\"LdPKPR\":[\"Error al asignar configuración\"],\"Ldu/RI\":[\"En venta\"],\"LeC29u\":[\"Dirección comercial para fines de IVA\"],\"Lg+ewC\":[\"Pago y facturación\"],\"Lj7sBL\":[\"Italiano\"],\"LkMOWF\":[\"cantidad disponible\"],\"LmvZ+E\":[\"Conecte Stripe para habilitar mensajería\"],\"LqBITi\":[\"Se usará la plantilla del organizador/predeterminada\"],\"LslKhj\":[\"Error al cargar los registros\"],\"Lu+kBU\":[\"Ventas de productos\"],\"LuY52w\":[\"¡Bienvenido a bordo! Por favor inicie sesión para continuar.\"],\"Lvi+gV\":[\"Mensaje del comprador\"],\"LxSN5F\":[\"Enviado a cada asistente con los detalles de su boleto\"],\"LyFC7X\":[\"Filtrar pedidos\"],\"LyUWXA\":[\"Comisiones omitidas\"],\"M/WIer\":[\"Enviar Mensaje\"],\"M1RnFv\":[\"Expirado\"],\"M2DyLc\":[\"1 webhook activo\"],\"M2w1ni\":[\"Solo visible con código promocional\"],\"M7Uapz\":[\"El asunto aparecerá aquí\"],\"M8M6fs\":[\"Importante: Se requiere reconectar Stripe\"],\"MAavyl\":[\"No hay preguntas respondidas por este asistente.\"],\"MDNyJz\":[\"El código expirará en 10 minutos. Revisa tu carpeta de spam si no ves el correo.\"],\"MGbi9P\":[\"Reembolso pendiente\"],\"MH/lj8\":[\"No se puede actualizar la pregunta. Por favor revisa tus datos\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"La moneda del pedido\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"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.\"],\"MNFIxz\":[\"¡Vas a ir a \",[\"0\"],\"!\"],\"MOERNx\":[\"Portugués\"],\"MR5ygV\":[\"Este enlace ya no es válido\"],\"MSmKHn\":[\"El precio mostrado al cliente incluirá impuestos y tasas.\"],\"MT7dxz\":[\"Imprimir todas las entradas\"],\"MU3ijv\":[\"Haz que esta pregunta sea obligatoria\"],\"MXSqmS\":[\"Destacar este producto\"],\"MXZfGN\":[\"Personalice las preguntas durante el proceso de pago para recopilar información importante de sus asistentes.\"],\"MY2SVM\":[\"Reembolso completo\"],\"Mck5ht\":[\"Pago Seguro\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Enlaces sociales actualizados correctamente\"],\"MhVoma\":[\"Ingrese un monto sin incluir impuestos ni tarifas.\"],\"Mi1rVn\":[\"Agotado\"],\"MixU2P\":[\"El porcentaje debe estar entre 0 y 100\"],\"Mkkvfd\":[\"Ocultar página de inicio\"],\"MkuVAZ\":[\"Porcentaje del monto de la transacción\"],\"Mokwac\":[\"Invita a miembros ilimitados del equipo con roles personalizados\"],\"Mqy/Zy\":[\"Estados Unidos\"],\"Mr5UUd\":[\"Entrada Cancelada\"],\"MxjCqk\":[\"¿Solo buscas tus entradas?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Cancelar pedido \",[\"0\"]],\"N0qXpE\":[\"Productos\"],\"N141o/\":[\"Abrir panel de Stripe\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Editar \",[\"0\"]],\"N9FyyW\":[\"Vea, edite y exporte sus asistentes registrados.\"],\"N9JsFT\":[\"Formato de número de IVA inválido\"],\"NAzVVw\":[\"Programar mensaje\"],\"NB5+UG\":[\"Tokens disponibles\"],\"NEmyqy\":[\"Aún no hay pedidos\"],\"NF8sdv\":[\"Mensaje destacado\"],\"NFxlHW\":[\"Cargando webhooks\"],\"NGXKG/\":[\"Confirmar dirección de correo electrónico\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Rastrea ventas, ingresos y asistencia con informes detallados\"],\"NIuIk1\":[\"Ilimitado\"],\"NJahlc\":[\"Hacer obligatoria la dirección de facturación durante el pago\"],\"NNc33d\":[\"No se pudo actualizar la respuesta.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Completar Orden\"],\"NRWNfv\":[\"Monto total de descuento\"],\"NRhrIB\":[\"Entradas y productos\"],\"NTZ/NX\":[\"Código de incrustación\"],\"NWVRtl\":[\"Pedidos completados\"],\"NY/x1b\":[\"Dirección Línea 1\"],\"Nbd6WT\":[\"Configurar los ajustes de lista de espera para este evento\"],\"Nc3l/D\":[\"Cree descuentos, códigos de acceso para boletos ocultos y ofertas especiales.\"],\"Nfbg76\":[\"Configuración del IVA guardada exitosamente\"],\"NgVUL2\":[\"Vista previa del formulario de pago\"],\"NiIUyb\":[\"Cuéntanos sobre tu evento\"],\"NihQNk\":[\"Clientes\"],\"Nl1ZtM\":[\"Ubicación del evento\"],\"NlQ0cx\":[\"El primer evento de \",[\"organizerName\"]],\"NlfnUd\":[\"El enlace en el que hizo clic no es válido.\"],\"NmpGKr\":[\"No pudimos reordenar las categorías. Por favor, inténtelo de nuevo.\"],\"NoNwIX\":[\"Inactivo\"],\"NpEm3p\":[\"Enviar ahora\"],\"NsWqSP\":[\"Agrega tus redes sociales y la URL de tu sitio web. Estos se mostrarán en tu página pública de organizador.\"],\"Nu4oKW\":[\"Descripción\"],\"NvuEhl\":[\"Elementos de Diseño\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Seleccionar...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"Correo electrónico\"],\"O6mra8\":[\"Preguntas personalizadas\"],\"O8m7VA\":[\"Acepto recibir notificaciones por correo electrónico relacionadas con este evento\"],\"OESu7I\":[\"Evite la sobreventa compartiendo inventario entre múltiples tipos de boletos.\"],\"OHJXlK\":[\"Use <0>plantillas Liquid para personalizar sus correos electrónicos\"],\"OIPtI5\":[\"Un porcentaje del precio del producto. Ej., 3.5% del precio del producto\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"OJx3wK\":[\"No disponible\"],\"OMJ035\":[\"Opción de radio\"],\"OMX4tH\":[\"Seleccionar boletos\"],\"OP094m\":[\"Informe de códigos promocionales\"],\"OVFwlg\":[\"Aún no hay preguntas de pedido\"],\"OXku3b\":[\"<0>https://tu-sitio-web.com\"],\"OZK07J\":[\"Pagar para desbloquear\"],\"OaKTzt\":[\"Ver mapa\"],\"OadMRm\":[\"Usar imagen de portada\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Abrir barra lateral\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Restablecer\"],\"OfmsI9\":[\"Evento demasiado nuevo\"],\"OhCesD\":[\"Este pedido fue cancelado. Puedes iniciar un nuevo pedido en cualquier momento.\"],\"Ohn74G\":[\"Configuración y diseño\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Nombre del boleto\"],\"OmylXO\":[\"Cuenta actualizada exitosamente\"],\"On0aF2\":[\"Sitio web\"],\"Oo/PLb\":[\"Resumen de ingresos\"],\"OoSyqO\":[\"En \",[\"diffMinutes\"],\" minutos\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"La oferta automática está activada. Los tickets se ofrecen automáticamente cuando hay capacidad disponible. Use esto para ofrecer plazas adicionales manualmente.\"],\"OpKMSn\":[\"Tarifa de transacción:\"],\"OqEV/G\":[\"Complete la configuración a continuación para continuar\"],\"Or1CPR\":[\"Agrega cualquier nota sobre el asistente...\"],\"OrXJBY\":[\"Prefijo opcional para los números de factura (por ejemplo, INV-)\"],\"Os6n2a\":[\"Cancelar orden\"],\"OtgNFx\":[\"Dirección de correo electrónico confirmada correctamente\"],\"OtjenF\":[\"Por favor, introduzca una dirección de correo electrónico válida\"],\"OvNbls\":[\"Descargar .ics\"],\"OveehC\":[\"Agregue instrucciones para pagos offline (por ejemplo, detalles de transferencia bancaria, dónde enviar cheques, fechas límite de pago)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"¡Invitación resentida!\"],\"P+5Pbo\":[\"Ocultar respuestas\"],\"P+Sty0\":[\"Estás cambiando tu correo electrónico a <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Producto gratuito\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Imagen de portada\"],\"P5sgAk\":[\"Código promocional\"],\"P8hBau\":[\"Su pago se está procesando.\"],\"PC3/fk\":[\"Eventos que Comienzan en las Próximas 24 Horas\"],\"PCRCCN\":[\"Información de Registro del IVA\"],\"PChXMe\":[\"Sin pedidos pagados\"],\"PFjJxY\":[\"Tu nueva contraseña debe tener al menos 8 caracteres.\"],\"PGPGsL\":[\"Añadir descripción\"],\"PKXt9R\":[\"La fecha de finalización debe ser posterior a la fecha de inicio\"],\"PLUB/s\":[\"Tarifa\"],\"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)\"],\"PO/sOY\":[\"Revocar invitación\"],\"POT0K/\":[\"Un monto fijo por producto. Ej., $0.50 por producto\"],\"POdIrN\":[\"Dirección Línea 1\"],\"PRuBTd\":[\"Diseñador de página de inicio\"],\"PSRm6/\":[\"Buscar mis entradas\"],\"PUpvQe\":[\"Escáner de cámara\"],\"PYVWEI\":[\"Si está registrado, proporcione su número de IVA para validación\"],\"PYs3rP\":[\"Nombre del evento\"],\"PZ7FTW\":[\"Detectado automáticamente según el color de fondo, pero se puede anular\"],\"Pa6G7v\":[\"Nombre del organizador\"],\"Pc/Wtj\":[\"Este asistente tiene un pedido sin pagar.\"],\"Pc729f\":[\"Pedido Esperando Pago Fuera de Línea\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"¡Copiado!\"],\"Pjsch9\":[\"Buscar asignaciones de capacidad...\"],\"Pmr5xp\":[[\"0\"],\" creado correctamente\"],\"PnSzEc\":[\"Una vez que esté listo, ponga su evento en vivo y comience a vender productos.\"],\"Pp1sWX\":[\"Actualizar afiliado\"],\"Pte1Hv\":[\"Ver detalles del asistente\"],\"Puv7+X\":[\"Configuraciones de la cuenta\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Este pedido ha expirado. Por favor, comienza de nuevo.\"],\"Q2lUR2\":[\"Divisa\"],\"Q7CWxp\":[\"Cuando se cancela un asistente\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Tu número de IVA será validado cuando guardes\"],\"QDEWii\":[\"Verificado\"],\"QDWsl9\":[\"Bienvenido a \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Envíe su primer mensaje\"],\"QGoXh3\":[\"Como su negocio está basado en la UE, necesitamos determinar el tratamiento correcto del IVA para las tarifas de nuestra plataforma:\"],\"QHhZeE\":[\"Plantilla creada exitosamente\"],\"QIWCnW\":[\"Lista de registro VIP\"],\"QIn0Vl\":[\"Nombre legal de la empresa para fines de IVA\"],\"QIodqd\":[\"Descargar código QR\"],\"QIxRUI\":[\"Entradas pagas, gratuitas, con precios escalonados y basadas en donaciones\"],\"QKLP1W\":[\"Conecte su cuenta Stripe para comenzar a recibir pagos.\"],\"QKim6l\":[\"Asistente no encontrado\"],\"QMHSMS\":[\"El cliente recibirá un correo electrónico confirmando el reembolso\"],\"QN2F+7\":[\"Agregar Webhook\"],\"QNrkms\":[\"Respuesta actualizada con éxito.\"],\"QOg2Sf\":[\"Personalice la configuración de correo electrónico y notificaciones para este evento\"],\"QOhkyl\":[\"Redactar\"],\"QP3gP+\":[\"Estas configuraciones solo se aplican al código incrustado copiado y no se guardarán.\"],\"QS1Nla\":[\"Programar para más tarde\"],\"QUg5y1\":[\"¡Casi terminamos! Complete la conexión de su cuenta de Stripe para comenzar a aceptar pagos.\"],\"QXgjH0\":[\"Error al detener la suplantación. Por favor, inténtelo de nuevo.\"],\"QXlz+n\":[\"La moneda predeterminada para tus eventos.\"],\"QYARw/\":[\"Seleccionar billete\"],\"QYLpB4\":[\"Solo registrar entrada\"],\"QYcUEf\":[\"Precio mínimo\"],\"QbrUIo\":[\"Vistas de página\"],\"QcCPs8\":[\"Detalles del evento\"],\"QcwyCh\":[\"Si, eliminarlos\"],\"Qj0GKe\":[\"Habilitar autoservicio para asistentes\"],\"QkLf4H\":[\"URL de la página\"],\"QlSZU0\":[\"Estás suplantando a <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Esto es lo que puede esperar:\"],\"Qm5XkZ\":[\"Fecha de inicio de la venta\"],\"QoAi8D\":[\"Sin respuesta\"],\"QotGhf\":[\"Descartar este mensaje\"],\"Qp4HWD\":[\"Máx. destinatarios / mensaje\"],\"Qqqrwa\":[\"Abrir Página de Check-In\"],\"Qrc8RZ\":[\"Eliminar lista de registro\"],\"QsYjci\":[\"Todos los eventos\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Seleccionar cámara\"],\"QuhVpV\":[\"Hola \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Capacidad\"],\"QzmQBG\":[\"Proveedor de pago\"],\"R02pnV\":[\"Tu evento debe estar activo antes de que puedas vender entradas a los asistentes.\"],\"R0wEyA\":[\"Buscar por nombre de trabajo o excepción...\"],\"R29lO5\":[\"Términos de pago\"],\"R2O9Rg\":[\"Importe pagado (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Exportación completada. Descargando archivo...\"],\"R4r4XO\":[\"Huéspedes\"],\"R5IT/I\":[\"Notas del asistente\"],\"R6i9o9\":[\"Debes reconocer que este correo electrónico no es promocional.\"],\"R6n7j9\":[\"Configuración de IVA actualizada correctamente\"],\"RBXXtB\":[\"No hay métodos de pago disponibles actualmente. Por favor, contacte al organizador del evento para obtener ayuda.\"],\"RD51+P\":[\"Comisión de plataforma de \",[\"0\"],\" deducida de su pago\"],\"RDie0n\":[\"Misceláneo\"],\"RG3szS\":[\"cerrar\"],\"RHyZUL\":[\"Sin resultados de búsqueda.\"],\"RKKhnW\":[\"Cree un widget personalizado para vender boletos en su sitio.\"],\"ROR8QD\":[\"Su nombre de cuenta se utiliza en las páginas de eventos y en los correos electrónicos.\"],\"ROv2ZT\":[\"Preguntas y respuestas\"],\"RQCXz6\":[\"Límites de Pedido\"],\"RRZDED\":[\"No pudimos encontrar pedidos asociados a este correo electrónico.\"],\"RReHTu\":[\"Nombre comercial\"],\"RUMiLy\":[\"Falló la validación del número de IVA\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Códigos promocionales\"],\"RWw9Lg\":[\"Cerrar modal\"],\"RY2eP1\":[\"No se han agregado impuestos ni tarifas.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"¿A qué hora llegarás?\"],\"ReihZ7\":[\"Vista Previa de Impresión\"],\"RfwZxd\":[\"Restablecer la contraseña\"],\"RjwlZt\":[\"Este pedido ya ha sido pagado.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Enviar un mensaje\"],\"RlJmQg\":[\"Un impuesto estándar, como el IVA o el GST\"],\"RnvnDc\":[\"Ver todos los mensajes enviados en la plataforma\"],\"Ropvj0\":[\"Selecciona qué eventos activarán este webhook\"],\"RpwiYC\":[\"Reembolso pendiente\"],\"RqSKdX\":[\"Este producto está agotado\"],\"Rs/IcB\":[\"Usado por primera vez\"],\"Rs7IQv\":[\"Mensaje previo al pago\"],\"RsiDDQ\":[\"Otras Listas (Ticket No Incluido)\"],\"RtxQTF\":[\"También cancelar este pedido\"],\"RuaKfn\":[\"Dirección actualizada correctamente\"],\"Rwiyt2\":[\"Impuestos configurados\"],\"RxzN1M\":[\"Habilitado\"],\"RzEvf5\":[\"Este evento ha finalizado\"],\"S+OdxP\":[\"¿Quién organiza este evento?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"El nombre debe tener entre 1 y 50 caracteres.\"],\"S0ctOE\":[\"Archivar evento\"],\"S3CZ5M\":[\"Panel del organizador\"],\"S4PqS9\":[[\"0\"],\" webhooks activos\"],\"S8Tua9\":[\"Ajustes actualizados exitosamente\"],\"SCimta\":[\"Ocultar la página de inicio de la barra lateral\"],\"SHJwyq\":[\"Tasa de registro\"],\"SIHgVQ\":[\"No se pudo cancelar el mensaje\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Total de asistentes\"],\"SMUbbQ\":[\"Una entrada desplegable permite solo una selección\"],\"SNzppu\":[\"Unirse a la lista de espera\"],\"SO9AEF\":[\"Límites de pedido establecidos\"],\"SPKbfM\":[\"p. ej., Conseguir entradas, Registrarse ahora\"],\"SPdzrs\":[\"Enviado a clientes cuando realizan un pedido\"],\"SQKPvQ\":[\"Invitar usuario\"],\"SQqJd8\":[\"Organizador no encontrado\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Exportación iniciada. Preparando archivo...\"],\"SXzpzO\":[\"Mostrar casilla de aceptación de marketing por defecto\"],\"SZw9tS\":[\"Ver detalles\"],\"Sa7w7S\":[\"Esta lista de registro ha expirado y ya no está disponible para registros.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Error\"],\"SnlQeq\":[\"No se han hecho preguntas para este pedido.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Casillas de verificación\"],\"SsI9v/\":[\"No se pudo abandonar el pedido. Por favor, inténtalo de nuevo.\"],\"Sxm1lO\":[\"Todos los estados\"],\"Sxm8rQ\":[\"Usuarios\"],\"T+1APV\":[\"El número de IVA actual está validado\"],\"T02gNN\":[\"Admisión General\"],\"T0K0yl\":[\"Los usuarios inactivos no pueden iniciar sesión.\"],\"T4BMxU\":[\"Las tarifas están sujetas a cambios. Se te notificará cualquier cambio en la estructura de tarifas.\"],\"T5rdis\":[\"Copiado al portapapeles\"],\"T6B2gk\":[\"Error al enviar el mensaje. Por favor, intenta de nuevo.\"],\"TBEnp1\":[\"El logo se mostrará en el encabezado\"],\"TF37u6\":[\"Tus asistentes se han exportado con éxito.\"],\"TF9opW\":[\"Flash no está disponible en este dispositivo\"],\"TMLAx2\":[\"Requerido\"],\"TNaCfq\":[\"Cuadro de texto de una sola línea\"],\"TPoYsF\":[\"Pedir Referencia\"],\"TSAiPM\":[\"La página que buscas no existe\"],\"TTpXL3\":[\"Reenviar en \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"La contraseña debe tener un mínimo de 8 caracteres.\"],\"TWXU0c\":[\"Suplantar usuario\"],\"TZxnm8\":[\"Agregar opción\"],\"TdfEV7\":[\"Archivado\"],\"TeSaQO\":[\"Volver a cuentas\"],\"Tf55h7\":[\"Descuento configurado\"],\"TjX7xL\":[\"Mensaje Post-Compra\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponibles\"],\"TkQVup\":[\"Por favor revisa tu correo electrónico y contraseña y vuelve a intentarlo.\"],\"TkfG8v\":[\"Recopilar datos por pedido\"],\"TlEeFv\":[\"Próximos eventos\"],\"TnzbL+\":[\"Debido al alto riesgo de spam, debe 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.\"],\"Tol4BF\":[\"Detalles del pedido\"],\"TpqW74\":[\"Fijado\"],\"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.\"],\"TskrJ8\":[\"Pago y plan\"],\"TvY/XA\":[\"Documentación\"],\"TvkW9+\":[\"¿Está seguro de que desea archivar este evento?\"],\"TxfvH2\":[\"Selecciona qué asistentes deben recibir este mensaje\"],\"Tz0i8g\":[\"Ajustes\"],\"Tz5oXG\":[\"Sí, cancelar mi pedido\"],\"U/R4Ng\":[\"Nivel del producto\"],\"U3pytU\":[\"Administración\"],\"U3wiCB\":[\"¡Está todo listo! Sus pagos se están procesando sin problemas.\"],\"U61sAj\":[\"Categoría de producto actualizada con éxito.\"],\"U65fiW\":[\"Guardar organizador\"],\"U66oUa\":[\"Error al crear la plantilla\"],\"U7nGvl\":[\"No se puede registrar entrada\"],\"UBSG1X\":[\"Mejores organizadores (Últimos 14 días)\"],\"UEqXyt\":[\"Rango personalizado\"],\"UGT5vp\":[\"Guardar ajustes\"],\"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.\"],\"UJmAAK\":[\"Sujeto\"],\"UKfi21\":[\"Crear impuesto o tarifa\"],\"UMGQOh\":[\"Conéctate con Stripe\"],\"UNMVei\":[\"¿Has olvidado tu contraseña?\"],\"UQ0ACV\":[\"Total de pedidos\"],\"URAE3q\":[\"Pausado\"],\"URUYHc\":[\"Configuración de comisiones de plataforma actualizada exitosamente\"],\"URmyfc\":[\"Detalles\"],\"UVPI5D\":[\"Mostrar menos plataformas\"],\"UW90md\":[\"No se encontraron destinatarios\"],\"UWWRyd\":[\"Agregue preguntas personalizadas para recopilar información adicional durante el proceso de pago\"],\"UXBCwc\":[\"Apellido\"],\"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.\"],\"UYUgdb\":[\"Orden\"],\"UZ2GSZ\":[\"Configuración de facturación\"],\"UaISq3\":[\"Sueco\"],\"UabgBd\":[\"El cuerpo es requerido\"],\"UdY1lL\":[\"Su pago no fue exitoso, inténtelo nuevamente.\"],\"Ug4SfW\":[\"Una vez que crees un evento, lo verás aquí.\"],\"UiAk5P\":[\"Insertar imagen\"],\"Uicx2U\":[\"Esta lista de registro está activa\"],\"UjNWsF\":[\"El IVA puede aplicarse a las tarifas de la plataforma según su estado de registro de IVA. Por favor complete la sección de información del IVA a continuación.\"],\"UkHo4c\":[\"Ref. pedido\"],\"UkM20g\":[\"Revisión pendiente\"],\"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.\"],\"UlAK8E\":[\"Exportando pedidos\"],\"Uo5ddP\":[\"Te notificaremos por correo electrónico si hay un lugar disponible para \",[\"0\"],\".\"],\"UoIRW8\":[\"Asistentes registrados\"],\"Upeg/u\":[\"Habilitar esta plantilla para enviar correos\"],\"Uqefyd\":[\"¿Está registrado para el IVA en la UE?\"],\"UtDm3q\":[\"URL copiada en el portapapeles\"],\"Uu0hZq\":[\"Correo del organizador\"],\"UvYql/\":[\"Configuración de IVA guardada. Estamos validando tu número de IVA en segundo plano.\"],\"Uwsg2F\":[\"Reservado\"],\"V0SbFp\":[\"Mostrar cantidad disponible del producto\"],\"V1EGGU\":[\"Primer Nombre\"],\"V1krgP\":[\"El código no debe tener más de 20 caracteres\"],\"V2sk3H\":[\"Correo y Plantillas\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Se ha enviado un nuevo código de verificación a tu correo\"],\"V6Q5RZ\":[\"Asignación de Capacidad creada con éxito\"],\"V7DYWd\":[\"Mensaje enviado\"],\"V7MwOy\":[\"Se produjo un error al cargar la página.\"],\"V7Tejz\":[\"Procesar lista de espera automáticamente\"],\"V7yhws\":[\"hola@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Atrás para iniciar sesión\"],\"VD0iA7\":[\"Múltiples opciones de precio. Perfecto para productos anticipados, etc.\"],\"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.\"],\"VEsDvU\":[\"Los usuarios pueden cambiar su correo electrónico en <0>Configuración de perfil\"],\"VFv2ZC\":[\"Fecha de finalización\"],\"VHfLAW\":[\"Sin cuentas\"],\"VT+urE\":[\"Buscar por nombre o correo electrónico...\"],\"VTfZPy\":[\"Acceso denegado\"],\"VX+B3I\":[\"Buscar por título de evento u organizador...\"],\"VY+Bdn\":[\"Buscar por nombre de cuenta o correo electrónico...\"],\"VZeG/A\":[\"Muy pronto\"],\"Vd+LC3\":[\"El color debe ser un código de color hexadecimal válido. Ejemplo: #ffffff\"],\"VeKsnD\":[\"Reenviar correo electrónico del pedido\"],\"VejKUM\":[\"Primero completa tus datos arriba\"],\"Vi+BiW\":[\"Incluye \",[\"0\"],\" productos\"],\"VioGG1\":[\"Conecta tu cuenta de Stripe para aceptar pagos por entradas y productos.\"],\"Vjat/X\":[\"El mensaje es obligatorio\"],\"Vjij1k\":[[\"days\"],\" días, \",[\"hours\"],\" horas, \",[\"minutes\"],\" minutos y \",[\"seconds\"],\" segundos\"],\"VkSk/i\":[\"¿Está seguro de que desea cancelar este mensaje programado?\"],\"VlXNyK\":[\"Por pedido\"],\"Vla0Bo\":[\"Productos vendidos\"],\"VlnB7s\":[\"Últimos 6 meses\"],\"VmXiz4\":[\"Ingresa tu correo electrónico y te enviaremos instrucciones para restablecer tu contraseña.\"],\"VpwcSk\":[\"Ingresa nueva contraseña\"],\"VsM1HH\":[\"Asignaciones de capacidad\"],\"VskHIx\":[\"Eliminar categoría\"],\"Vw0KCJ\":[\"Registro con código QR\"],\"VwdqVy\":[\"Crear Asignación de Capacidad\"],\"Vx2J6x\":[\"No se pudo obtener el asistente\"],\"VxFvXQ\":[\"Insertar widget\"],\"VxYKoK\":[\"Configuración de correo electrónico y notificaciones\"],\"VyUuZb\":[\"URL de imagen\"],\"W/eN+G\":[\"Si se deja en blanco, la dirección se usará para generar un enlace de Google Maps\"],\"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.\"],\"W428WC\":[\"Alternar columnas\"],\"W4kWXJ\":[\"Busque por nombre del asistente, correo electrónico o número de pedido...\"],\"W5A0Ly\":[\"Ocurrió un error inesperado.\"],\"W7AfhC\":[\"Todos los asistentes a este evento.\"],\"WBq1/R\":[\"Escáner USB ya activo\"],\"WFHOlF\":[\"¿Estás seguro de que quieres publicar este evento? Una vez publicado, será visible al público.\"],\"WHf154\":[\"Eliminar código\"],\"WKHW0N\":[\"Detalles del evento en línea\"],\"WKMnh4\":[\"Una entrada de texto de una sola línea\"],\"WLxtFC\":[\"No se pudo crear el producto. Por favor, revise sus datos\"],\"WNnP3w\":[\"Conectar y actualizar\"],\"WOpH7O\":[\"Experiencia de pago hermosa en cualquier dispositivo\"],\"WOyJmc\":[\"- Haz clic para despublicar\"],\"WTk/ke\":[\"Acerca de Stripe Connect\"],\"WUOCgI\":[\"Lugar ofrecido con éxito\"],\"WVbTwK\":[\"Crear lista de registro\"],\"WVgSTy\":[\"Gestionar pedido\"],\"WWYHKD\":[\"Su pago está protegido con encriptación de nivel bancario\"],\"WZZzB6\":[\"El nombre del evento es obligatorio\"],\"WZbCR3\":[\"Reembolso fallido\"],\"WbImlQ\":[\"El pedido ha sido cancelado y se ha notificado al propietario del pedido.\"],\"WbopAG\":[\"Los pagos con Stripe no están habilitados para este evento.\"],\"Wd5CDM\":[\"El nombre del evento debe tener menos de 150 caracteres\"],\"WdmJIX\":[\"Cargando vista previa...\"],\"Weq9zb\":[\"General\"],\"WgD6rb\":[\"Categoría del evento\"],\"WjSpu5\":[\"Evento en línea\"],\"Wjz5KP\":[\"No hay asistentes para mostrar\"],\"Wvrz79\":[\"Monto pagado\"],\"WyCBRt\":[\"Resumen de impuestos\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Sí - Tengo un número de registro de IVA de la UE válido\"],\"X13xGn\":[\"No confiable\"],\"X1zdE7\":[\"Configuración creada correctamente\"],\"X26cQf\":[\"URL del boleto\"],\"X2rrlw\":[\"Total parcial\"],\"X4o0MX\":[\"Error al cargar el Webhook\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Las entradas aparecerán aquí cuando los clientes se unan a la lista de espera de productos agotados.\"],\"XAHqAg\":[\"Este es un producto general, como una camiseta o una taza. No se emitirá un boleto\"],\"XBNC3E\":[\"Este código se usará para rastrear ventas. Solo se permiten letras, números, guiones y guiones bajos.\"],\"XIG669\":[\"Cuándo abre el check-in\"],\"XKJuAX\":[\"Pregunta eliminada\"],\"XUfgCI\":[\"No hay Asignaciones de Capacidad\"],\"XVLu2v\":[\"Título del evento\"],\"XX32BM\":[\"Solo toma unos minutos\"],\"XZkeaI\":[\"No se encontraron registros\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"La dirección de tu organizador\"],\"Xe2tSS\":[\"Documentación de conexión\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Tus pedidos se han exportado con éxito.\"],\"XgOuA7\":[\"Últimos 90 días\"],\"XkFYVB\":[\"Producto eliminado\"],\"XletzW\":[\"Crear categoría\"],\"XwdMMg\":[\"El código solo puede contener letras, números, guiones y guiones bajos\"],\"XxecLm\":[\"Tipo de boleto\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Aquí está el componente React que puede usar para incrustar el widget en su aplicación.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Personaliza la página de inicio del evento y los mensajes de pago\"],\"YAV57v\":[\"Afiliado\"],\"YAl9Hg\":[\"Crear configuración\"],\"YC3oXa\":[\"Descripción para el personal de registro\"],\"YClrdK\":[\"Este evento aún no está publicado\"],\"YDVUVl\":[\"Tipos de eventos\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"¡Algo salió mal! Inténtalo de nuevo\"],\"YHsF9c\":[\"Ocultar producto después de la fecha de finalización de la venta\"],\"YIDzi/\":[\"Crear plantilla personalizada\"],\"YIix5Y\":[\"Buscar...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Confirmo que este es un mensaje transaccional relacionado con este evento\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Desglose de ventas de productos, ingresos e impuestos\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Configuración de cuenta actualizada correctamente\"],\"YQ3QSS\":[\"Error al reenviar el código de verificación\"],\"YSEnLE\":[\"Herrero\"],\"YXhom6\":[\"Tarifa fija:\"],\"YXx+fG\":[\"Total antes de descuentos\"],\"YZi+Hu\":[\"Trabajo en cola para reintentar\"],\"Ya1JhR\":[\"No hay productos disponibles en esta categoría.\"],\"YaCgdO\":[\"La confirmación por correo electrónico se reenvió correctamente\"],\"Yc5YW6\":[\"Sin trabajos fallidos\"],\"Ye321X\":[\"Nombre del impuesto\"],\"YfHZv0\":[\"Se muestra al cliente antes de realizar el pago.\"],\"YgRSEE\":[\"¿Estás seguro de que deseas eliminar este código de promoción?\"],\"YjVNGZ\":[\"Vista previa de la página de inicio\"],\"Ym1gnK\":[\"aplicado\"],\"YpN29s\":[\"Notificar al organizador de nuevos pedidos\"],\"Yrbm6T\":[\"Impresionante organizador Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Esta orden ha sido cancelada.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Lista de registro actualizada con éxito\"],\"Z3FXyt\":[\"Cargando...\"],\"Z3etYG\":[\"1 día antes del evento\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Pago sin conexión\"],\"Z6q0Vl\":[\"Ya has aceptado esta invitación. Por favor inicie sesión para continuar.\"],\"Z8lGw6\":[\"Compartir\"],\"ZBAScj\":[\"Asistente desconocido\"],\"ZCSSd+\":[\"Crea tu propio evento\"],\"ZDIydz\":[\"Comenzar\"],\"ZIgYeg\":[\"Color de texto secundario\"],\"ZN1WLO\":[\"Copiar Correo\"],\"ZOBwQn\":[\"Diseño de página de inicio\"],\"ZOmUYW\":[\"Validaremos tu número de IVA en segundo plano. Si hay algún problema, te lo haremos saber.\"],\"ZPj0Q8\":[\"Detalles del mensaje\"],\"ZPoHOn\":[\"No hay ningún producto asociado con este asistente.\"],\"ZPwFnN\":[\"Error al exportar pedidos\"],\"ZQ15eN\":[\"No se pudo reenviar el correo electrónico del ticket\"],\"ZQKLI1\":[\"Zona de Peligro\"],\"ZS/D7f\":[\"Todos los eventos finalizados\"],\"ZWEfBE\":[\"No se requiere pago\"],\"ZZEYpT\":[\"Opción \",[\"i\"]],\"ZaEJZM\":[\"Confirmar cambio de correo electrónico\"],\"ZfxaB4\":[\"Reembolsado parcialmente\"],\"Zi3Sbw\":[\"Eliminado de la lista de espera con éxito\"],\"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.\"],\"ZkS2p3\":[\"Despublicar Evento\"],\"Zkymb9\":[\"Un correo para asociar con este afiliado. El afiliado no será notificado.\"],\"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.\"],\"Znwxal\":[\"Configuración de tarifas de aplicación\"],\"ZowkxF\":[\"Impuestos\"],\"ZpieFv\":[\"No se pudo cancelar el pedido\"],\"ZsZeV2\":[\"El correo es obligatorio\"],\"ZthcdI\":[\"Un código promocional sin descuento puede usarse para revelar productos ocultos.\"],\"ZutOKU\":[\"Tasa de IVA\"],\"Zw6LWb\":[\"Error al eliminar el trabajo\"],\"ZxnK5C\":[\"Una vez que comiences a recopilar datos, los verás aquí.\"],\"Zz6Cxn\":[\"Zona peligrosa\"],\"a/gMx2\":[\"No hay listas de registro\"],\"a0EjD+\":[\"Crear producto\"],\"a41PKA\":[\"Se rastrearán las ventas del afiliado\"],\"a5KFZU\":[\"Agrega detalles del evento y administra la configuración del evento.\"],\"a5jvSX\":[\"Niveles de Precio\"],\"a6+167\":[\"Seleccionar un evento\"],\"a6gga1\":[\"Error al confirmar el cambio de correo electrónico\"],\"a7u1N9\":[\"Precio\"],\"aAIQg2\":[\"Apariencia\"],\"aEDp5C\":[\"Pegue esto donde desea que aparezca el widget.\"],\"aFk48v\":[\"Error al eliminar configuración\"],\"aGWZUr\":[\"Ingresos brutos\"],\"aH6ZIb\":[\"Invita a tu equipo\"],\"aIA9C4\":[\"Pregunta creada correctamente\"],\"aK4uBd\":[\"Últimas 24 horas\"],\"aKtF0O\":[\"Stripe no conectado\"],\"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.\"],\"aS0jtz\":[\"Abandonado\"],\"aT3jZX\":[\"Seleccionar zona horaria\"],\"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.\"],\"acIJ41\":[\"Estado del pedido\"],\"agPptk\":[\"Medio\"],\"agZ87r\":[\"Crea entradas para tu evento, establece precios y gestiona la cantidad disponible.\"],\"alD1+n\":[\"Notas de la factura\"],\"amMkpL\":[\"Sin capacidad\"],\"an5hVd\":[\"Imágenes\"],\"aqxYLv\":[\"Educación\"],\"av+gjP\":[\"Nombre del asistente\"],\"avf0gk\":[\"Descripción de la pregunta\"],\"awHmAT\":[\"ID del boleto\"],\"axVMjA\":[\"Ocultar producto a menos que el usuario tenga un código promocional aplicable\"],\"axv/Mi\":[\"Plantilla personalizada\"],\"b0HJ45\":[\"¡Éxito! \",[\"0\"],\" recibirá un correo electrónico en breve.\"],\"b1Jvg+\":[\"Por favor continúa en la nueva pestaña.\"],\"b24kPi\":[\"Cola\"],\"b33PL9\":[\"Mostrar más plataformas\"],\"b46pt5\":[\"Imagen de portada del evento\"],\"b4itZn\":[\"Laboral\"],\"b6+Y+n\":[\"Pedido completado\"],\"b9SN9q\":[\"Referencia única del pedido\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Crear \",[\"0\"]],\"bA31T4\":[\"Usar los datos del comprador para todos los asistentes\"],\"bB6Ram\":[\"Últimas 48 horas\"],\"bECJqy\":[\"Mensaje aprobado exitosamente\"],\"bKOYkd\":[\"Factura descargada con éxito\"],\"bLB3MJ\":[\"Métodos de pago\"],\"bPWBLL\":[\"No se pudo retirar al asistente\"],\"bPwFdf\":[\"Cuentas\"],\"bU4bS1\":[\"Reembolsos\"],\"bU7oUm\":[\"Enviar solo a pedidos con estos estados\"],\"bVjDs9\":[\"Comisiones adicionales\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"¿Está seguro de que desea eliminar esta lista de registro?\"],\"bbslmb\":[\"Diseñador de boletos\"],\"bcCn6r\":[\"Tipo de cálculo\"],\"bcYlvb\":[\"Cuándo cierra el check-in\"],\"bfXQ+N\":[\"Aceptar la invitacion\"],\"bgqf+K\":[\"Email del portador del boleto\"],\"bhlHm/\":[\"Tu pedido está esperando el pago\"],\"blK94r\":[\"Por favor agregue al menos una opción\"],\"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.\"],\"br3Y/y\":[\"Tarifas de plataforma\"],\"btxLWj\":[\"Estado del evento actualizado\"],\"bv6RXK\":[\"Etiqueta del botón\"],\"bwBlJv\":[\"Nombre del pedido\"],\"bxoWpz\":[\"Reenviar correo de confirmación\"],\"byKna+\":[\"Ocurrió un error inesperado. Inténtalo de nuevo.\"],\"c+suC6\":[\"Cuentas de pago\"],\"c/TIyD\":[\"Pedido y Entrada\"],\"c2/9VE\":[\"Carga útil\"],\"c3E/kw\":[\"Homero\"],\"c4uJfc\":[\"¡Casi listo! Solo estamos esperando que se procese tu pago. Esto debería tomar solo unos segundos.\"],\"c6SXHN\":[\"Ver página del evento\"],\"c7VN/A\":[\"Ver respuestas\"],\"c9Evkd\":[\"No puede eliminar la última categoría.\"],\"c9RYbv\":[\"Cuando un pedido se marca como pagado\"],\"cDHM1d\":[\"La dirección de correo electrónico ha sido cambiada. El asistente recibirá una nueva entrada en la dirección de correo actualizada.\"],\"cDtoWq\":[\"¿Está seguro de que desea reenviar la confirmación del pedido a \",[\"0\"],\"?\"],\"cEFg3R\":[\"Error al crear el afiliado\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 semana antes del evento\"],\"cHO4ec\":[\"Este mensaje se incluirá en el pie de página de todos los correos electrónicos enviados desde este evento.\"],\"cJ4Y4R\":[\"Su reembolso se está procesando.\"],\"cK9+xQ\":[\"País de IVA\"],\"cKj6OE\":[\"Resumen de registros\"],\"cMW+gm\":[\"Mostrar todas las plataformas (\",[\"0\"],\" más con valores)\"],\"cOePZk\":[\"Hora del evento\"],\"cQrNR3\":[\"Administrar perfil\"],\"cRRc+F\":[\"Este producto no se puede eliminar porque está asociado con un pedido. Puede ocultarlo en su lugar.\"],\"cSev+j\":[\"Filtros\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" registrado\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Has añadido impuestos y tarifas a un producto gratuito. ¿Te gustaría eliminarlos?\"],\"cd0jIM\":[\"Detalles del trabajo\"],\"cdR8d6\":[\"Por favor, crea un ticket\"],\"cde2hc\":[\"Todos los productos\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Configura tu evento en vivo\"],\"cl5WYc\":[\"Código promocional \",[\"promo_code\"],\" aplicado\"],\"clF06r\":[\"Disponible para reembolso\"],\"cljs3a\":[\"Indique si está registrado para el IVA en la UE\"],\"cnGeoo\":[\"Borrar\"],\"coIKFu\":[\"Las estadísticas del organizador no están disponibles para la moneda seleccionada o ha ocurrido un error.\"],\"cormHa\":[\"Línea de dirección 2\"],\"cosfD8\":[\"Estado del Asistente\"],\"cs5muu\":[\"Vista previa de la página del evento\"],\"csDS2L\":[\"Disponible\"],\"ct2SYD\":[\"Últimos 7 días\"],\"cxsKvw\":[\"Cuando se elimina un registro de entrada\"],\"d+F6q9\":[\"Creado\"],\"d+KKMz\":[\"No se pudo cargar la lista de registro\"],\"d0rUsW\":[\"Enlaces sociales\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Cancelar\"],\"dF6vP6\":[\"En vivo\"],\"dFFW9L\":[\"Venta terminada \",[\"0\"]],\"dFHcIn\":[\"Detalles de impuestos\"],\"dFJnia\":[\"Este es el nombre de tu organizador que se mostrará a tus usuarios.\"],\"dFuEhO\":[\"Reenviar correo del entrada\"],\"dJZTv2\":[\"Seleccionar hora de inicio\"],\"dLm8V5\":[\"Los correos promocionales pueden resultar en la suspensión de la cuenta\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Desglose de atribución\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Aquí están todas las entradas asociadas a tu correo electrónico.\"],\"dPYu1F\":[\"Por asistente\"],\"dPyJ15\":[\"Eliminar plantilla\"],\"dSyJj6\":[\"Las direcciones de correo electrónico no coinciden\"],\"dVgNF1\":[\"Error al crear configuración\"],\"dVxpp5\":[\"Bienvenido de nuevo\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"No se encontraron eventos\"],\"dWBrJX\":[\"El pago offline ha fallado. Por favor, inténtelo de nuevo o contacte al organizador del evento.\"],\"dXoieq\":[\"Resumen\"],\"dZsDbK\":[\"Límite de caracteres HTML excedido: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"Las categorías le permiten agrupar productos. Por ejemplo, puede tener una categoría para \\\"Entradas\\\" y otra para \\\"Mercancía\\\".\"],\"de6HLN\":[\"Cuando los clientes compren entradas, sus pedidos aparecerán aquí.\"],\"dfkQIO\":[\"Cuando se crea un nuevo producto\"],\"dkAPxi\":[\"Crear Webhook\"],\"dr7CWq\":[\"Todos los próximos eventos\"],\"dsFmM+\":[\"Comprado\"],\"dtGC3q\":[\"El correo electrónico del ticket se ha reenviado al asistente.\"],\"e/cvV1\":[\"Verificando...\"],\"e3uMJH\":[\"Este pedido está completo.\"],\"e4KdjJ\":[\"Agregar asistente manualmente\"],\"e4L7bF\":[\"Seleccione un mensaje para ver su contenido\"],\"e5lF64\":[\"Ejemplo de uso\"],\"e7eZuA\":[\"Pedido actualizado\"],\"e8WNln\":[\"Zona horaria del evento\"],\"e99fHm\":[\"Restaurar evento\"],\"eB5vce\":[\"Propietarios de pedidos con un producto específico\"],\"ePK91l\":[\"Editar\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Crear nueva contraseña\"],\"eWRECP\":[\"Vida nocturna\"],\"eXssj5\":[\"Establecer configuraciones predeterminadas para nuevos eventos creados bajo este organizador.\"],\"eaUTwS\":[\"Enviar enlace de restablecimiento\"],\"eb47T5\":[\"No se encontraron datos para los filtros seleccionados. Intente ajustar el rango de fechas o la moneda.\"],\"ebIDwV\":[\"Google Calendar\"],\"eeZdaB\":[\"Configuración actualizada correctamente\"],\"efAM7X\":[\"Un campo de fecha. Perfecto para pedir una fecha de nacimiento, etc.\"],\"ejMDw1\":[\"Cuando se reembolsa un pedido\"],\"ejXy+D\":[\"Error al ordenar productos\"],\"elW7Tn\":[\"Cuerpo del correo\"],\"enV0g0\":[\"Dejar en blanco para usar la palabra predeterminada \\\"Factura\\\"\"],\"eneWvv\":[\"Borrador\"],\"enzGAL\":[\"Preguntas\"],\"eorM7z\":[\"Categorías reordenadas con éxito.\"],\"ercTDX\":[\"El código debe tener entre 3 y 50 caracteres.\"],\"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.\"],\"etaWtB\":[\"Editar detalles del asistente\"],\"euc6Ns\":[\"Duplicar\"],\"eusccx\":[\"Un mensaje opcional para mostrar en el producto destacado, ej. \\\"Se vende rápido 🔥\\\" o \\\"Mejor valor\\\"\"],\"evDBV8\":[\"Publicar Evento\"],\"exy8uo\":[\"Generar código\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Listas de registro\"],\"f30uVZ\":[\"Lo que necesita hacer:\"],\"f3RdEk\":[[\"hours\"],\" horas, \",[\"minutes\"],\" minutos y \",[\"seconds\"],\" segundos\"],\"f4vJgj\":[\"Una entrada de texto de varias líneas\"],\"f7SUun\":[\"Las contraseñas no son similares\"],\"f8qS7T\":[\"'No hay nada que mostrar todavía'\"],\"f9WRpE\":[\"Tipo de archivo inválido. Por favor, sube una imagen.\"],\"fAv9QG\":[\"🎟️ Agregar entradas\"],\"fFYotW\":[\"Reembolsado parcialmente: \",[\"0\"]],\"fFeCKc\":[\"Sin descuento\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"No puede reembolsar un pedido creado manualmente.\"],\"fKn/k6\":[\"Monto del reembolso\"],\"fMPkxb\":[\"Mostrar más\"],\"fROFIL\":[\"Vietnamita\"],\"fTFfOK\":[\"Cada plantilla de correo debe incluir un botón de llamada a la acción que enlace a la página apropiada\"],\"fVPt0F\":[\"Cuando se actualiza un pedido\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Editar webhook\"],\"fWsBTs\":[\"Algo salió mal. Inténtalo de nuevo.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"p. ej., Actualización importante sobre tus entradas\"],\"fcnqjw\":[\"Instrucciones de Pago Fuera de Línea\"],\"fdjq4c\":[\"Relleno\"],\"fgLNSM\":[\"Registro\"],\"fiV0xj\":[\"Límite de uso\"],\"fj5byd\":[\"No disponible\"],\"fovJi3\":[\"Modo escáner USB desactivado\"],\"fpMs2Z\":[\"EN VIVO\"],\"fpb0rX\":[\"Datos del asistente copiados del pedido\"],\"fqDzSu\":[\"Tasa\"],\"ftNXma\":[\"Buscar afiliados...\"],\"ftzaMf\":[\"Período de venta, límites de pedido, visibilidad\"],\"fuwKpE\":[\"Por favor, inténtalo de nuevo.\"],\"fvDQhr\":[\"Ocultar este nivel a los usuarios\"],\"fx8BTd\":[\"Pagos no disponibles\"],\"fyE7Au\":[[\"minutos\"],\" minutos y \",[\"segundos\"],\" segundos\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Su pago no fue exitoso. Inténtalo de nuevo.\"],\"g+2103\":[\"Aquí está tu enlace de afiliado\"],\"g+lLS9\":[\"Invitar a un miembro del equipo\"],\"g2UNkE\":[\"Energizado por\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Marca personalizada\"],\"g9dPPQ\":[\"Máximo por pedido\"],\"gGhBmF\":[\"Estás desconectado\"],\"gHSuV/\":[\"Ir a la página de inicio\"],\"gJQsLv\":[\"Sube una imagen de portada para tu organizador\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Todos los asistentes\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Producto creado con éxito\"],\"gPgdNV\":[\"Número de IVA validado correctamente\"],\"gTN6Ws\":[\"Seleccionar hora de finalización\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo e imagen de portada para tu organizador\"],\"geUFpZ\":[\"Impuestos y tarifas\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Sin resultados de búsqueda\"],\"gnBreG\":[\"Fecha en que se realizó el pedido\"],\"goOKRY\":[\"Agregar nivel\"],\"gqnyh0\":[\"Optimizado para móviles\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Destacar\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Última activación\"],\"gwk5gg\":[\"Línea de dirección 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"¿A qué productos se aplica este código?\"],\"gyLUYU\":[\"Cuando esté habilitado, se generarán facturas para los pedidos de boletos. 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.\"],\"gypigA\":[\"Ese código de promoción no es válido.\"],\"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.\"],\"h0Q9Iw\":[\"Última respuesta\"],\"h0dx5e\":[\"No se pudo unir a la lista de espera\"],\"h10Wm5\":[\"Pedido no pagado\"],\"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.\"],\"h69WC6\":[\"Enviado\"],\"hAjDQy\":[\"Seleccionar estado\"],\"hBsw5C\":[\"Ventas terminadas\"],\"hD1ocH\":[\"URL de registro copiada al portapapeles\"],\"hDNwnf\":[\"Tu logo, colores y estilo en cada página\"],\"hEtQsg\":[\"Habilitar autoservicio para asistentes por defecto\"],\"hFHnxR\":[\"¿A qué productos se aplica este código? (Se aplica a todos por defecto)\"],\"hFwWnI\":[\"Configuración de las notificaciones\"],\"hJmVtD\":[\"Seleccionar país\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Mi perfil\"],\"hL7sDJ\":[\"Compartir página del organizador\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Simplemente haga clic en el botón de abajo para reconectar su cuenta de Stripe.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Crear\"],\"hauDFf\":[\"Por entrada\"],\"hbwCKE\":[\"Dirección de correo copiada al portapapeles\"],\"hcX103\":[\"Por favor, cree un producto\"],\"hdyeZ0\":[\"Eliminar trabajo\"],\"he3ygx\":[\"Copiar\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Cantidad\"],\"hfHhaa\":[\"Por favor, espera mientras preparamos tus afiliados para exportar...\"],\"hg80P7\":[\"Finalizar configuración de Stripe\"],\"hli+ga\":[\"Escáner USB/HID\"],\"hqmXmc\":[\"Laboral...\"],\"hrvLf4\":[\"Aceptar pagos con tarjeta de crédito a través de Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"Dirección de correo electrónico\"],\"i0QKrm\":[\"Error al actualizar el afiliado\"],\"i0TtkR\":[\"Esto sobrescribe todas las configuraciones de visibilidad y ocultará el producto a todos los clientes.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Número de pedido\"],\"i8day5\":[\"Pasar comisión al comprador\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Editar código\"],\"iG7KNr\":[\"Logo\"],\"iIEaNB\":[\"Si tienes una cuenta con nosotros, recibirás un correo electrónico con instrucciones sobre cómo restablecer tu contraseña.\"],\"iJhSxe\":[\"Personaliza la configuración de SEO para este evento\"],\"iMdwTb\":[\"Antes de que tu evento pueda estar en línea, hay algunas cosas que debes hacer. Completa todos los pasos a continuación para comenzar.\"],\"iN5Cz3\":[\"¡Cuenta ya conectada!\"],\"iPBfZP\":[\"Asistentes registrados\"],\"iQZff7\":[\"Impuestos, tarifas, visibilidad, período de venta, destacado de productos y límites de pedido\"],\"iS0wAT\":[\"Las categorías le ayudan a organizar sus productos. Este título se mostrará en la página pública del evento.\"],\"iStTQt\":[\"Se negó el permiso de la cámara. <0>Solicita permiso nuevamente o, si esto no funciona, deberás <1>otorgar a esta página acceso a tu cámara en la configuración de tu navegador.\"],\"iTvh6I\":[\"Actualmente disponible para compra\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Copiar código\"],\"iWa9cY\":[\"Dile a la gente qué esperar de tu evento\"],\"iX6SLo\":[\"Personaliza el texto que aparece en el botón de continuar\"],\"ia8YsC\":[\"Próximo\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"¡Tu mensaje se ha enviado exitosamente!\"],\"igBrCH\":[\"Verifique su dirección de correo electrónico para acceder a todas las funciones.\"],\"ih35UP\":[\"Centro de conferencias\"],\"ii0qn/\":[\"El asunto es requerido\"],\"iiWXDL\":[\"Fallos de elegibilidad\"],\"imLQ9Y\":[\"Validando tu número de IVA...\"],\"imgKgl\":[\"Descripción del evento\"],\"injXD7\":[\"No se pudo validar el número de IVA. Por favor, verifica el número e inténtalo de nuevo.\"],\"ioG+xt\":[\"En espera de pago\"],\"ipP6Ue\":[\"Crear asistente\"],\"ipYKgM\":[\"Permitir la indexación en motores de búsqueda\"],\"irpUxR\":[\"Cantidad fija\"],\"ixIx1f\":[\"Seleccionar producto\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"La fecha de inicio es obligatoria\"],\"izwOOD\":[\"Mostrar impuestos y tarifas por separado\"],\"j/TOB3\":[\"Enlaces sociales y sitio web\"],\"j1Jl7s\":[\"Editar categoría\"],\"j1VfcT\":[\"Descripción SEO\"],\"j5FdeA\":[\"Este pedido está siendo procesado.\"],\"j6w7d/\":[\"Activar esta capacidad para detener las ventas de productos cuando se alcance el límite\"],\"j9b/iy\":[\"¡Se vende rápido! 🔥\"],\"j9cPeF\":[\"Seleccionar tipos de eventos\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Debes tener al menos un nivel de precios\"],\"jEbkcB\":[\"Total reembolsado\"],\"jEu4bB\":[\"Columnas\"],\"jEw0Mr\":[\"Por favor, introduce una URL válida\"],\"jIPNJG\":[\"Información básica\"],\"jRJZxD\":[\"Eliminar Capacidad\"],\"jT142F\":[\"En \",[\"diffHours\"],\" horas\"],\"jVRHeq\":[\"Registrado\"],\"jZj9y9\":[\"Producto escalonado\"],\"jZlrte\":[\"Color\"],\"jabmnm\":[\"Afiliado actualizado exitosamente\"],\"jfC/xh\":[\"Contacto\"],\"jh2orE\":[\"Hemos trasladado nuestra sede a Irlanda. Como resultado, necesitamos que reconecte su cuenta de Stripe. Este proceso rápido solo toma unos minutos. Sus ventas y datos existentes permanecen completamente sin cambios.\"],\"jkNgQR\":[\"También reembolsar este pedido\"],\"jo3Gm6\":[\"Error al exportar los afiliados\"],\"jp5bq8\":[\"destinatarios\"],\"jpctdh\":[\"Ver\"],\"jrBSO1\":[\"Editar organizador\"],\"jtrY3S\":[\"Nada que mostrar aún\"],\"jtrqH9\":[\"Exportando asistentes\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Gestión de capacidad compartida\"],\"jyt+cx\":[\"Mensaje de pie de página de correo electrónico\"],\"k/bJj0\":[\"Preguntas reordenadas\"],\"k1bLf+\":[\"Color de fondo\"],\"k3Tngl\":[\"Asistentes exportados\"],\"k3dfFD\":[\"Las preguntas ocultas sólo son visibles para el organizador del evento y no para el cliente.\"],\"k3wH7i\":[\"Uso de códigos promocionales y desglose de descuentos\"],\"k4FLBQ\":[\"Pasar al comprador\"],\"k5CU8c\":[\"Total de entradas\"],\"k5p8dz\":[\"Asignación de Capacidad eliminada con éxito\"],\"k9RiLi\":[\"Crear un producto\"],\"k9m6/E\":[\"Configuración de la página de inicio actualizada correctamente\"],\"kBkYSa\":[\"Editar Capacidad\"],\"kCn6wb\":[\"Restableciendo...\"],\"kF8HQ7\":[\"Exportar respuestas\"],\"kIKb9e\":[\"Social\"],\"kJDmsI\":[\"Detalles del evento\"],\"kKpkzy\":[\"Tickets ofrecidos exitosamente a 1 persona\"],\"kMU5aM\":[\"Se ha enviado un aviso de cancelación a\"],\"kNmmvE\":[\"Awesome Events S.A.\"],\"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 del boleto del asistente.\"],\"kODvZJ\":[\"Primer Nombre\"],\"kOtCs2\":[\"Numeración de facturas\"],\"kTSQej\":[\"Hola \",[\"0\"],\", gestiona tu plataforma desde aquí.\"],\"kUlL8W\":[\"perfil actualizado con éxito\"],\"kWI/37\":[\"Seleccionar organizador\"],\"kWg31j\":[\"Ingresa un código de afiliado único\"],\"kY7XDn\":[\"Ningún producto tiene entradas en lista de espera\"],\"kYZSFD\":[\"Selecciona un organizador para ver su panel y eventos.\"],\"kYqM1A\":[\"Volver al evento\"],\"kadJKg\":[\"Se aplica a 1 producto\"],\"kf83Ld\":[\"Algo salió mal.\"],\"khBZkl\":[\"IVA\"],\"kj7zYe\":[\"Webhook actualizado con éxito\"],\"kjAL4v\":[\"Boleto\"],\"klWBeI\":[\"Por favor, espera antes de solicitar otro código\"],\"kodV18\":[\"Descargar CSV\"],\"kpAzPe\":[\"Inicio de ventas\"],\"kpJAeS\":[\"Crear organizador\"],\"kqA9lY\":[\"Error al actualizar configuración de IVA\"],\"ktyvbu\":[\"Producto(s)\"],\"kv9dM4\":[\"Ingresos de la plataforma\"],\"kvYpYu\":[\"Pedido no encontrado\"],\"kvpxIU\":[\"Esto se usará para notificaciones y comunicación con tus usuarios.\"],\"kzx0uD\":[\"Valores Predeterminados del Evento Actualizados con Éxito\"],\"l+/HS6\":[\"Las ofertas expiran después de \",[\"timeoutHours\"],\" horas.\"],\"l3sZO1\":[\"Agregue notas sobre el pedido. Estas no serán visibles para el cliente.\"],\"l5OcwO\":[\"Asistente del mensaje\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Error al guardar la configuración del IVA. Por favor, inténtelo de nuevo.\"],\"l75CjT\":[\"Sí\"],\"l894xP\":[\"Los organizadores solo pueden gestionar eventos y productos. No pueden gestionar usuarios, configuraciones de cuenta o información de facturación.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ya está registrado\"],\"lB2hSG\":[\"Mantenerme informado sobre noticias y eventos de \",[\"0\"]],\"lFdbRS\":[\"Omitir comisiones de aplicación\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"No se pudo iniciar la exportación\"],\"lNipG+\":[\"Ocultar un producto impedirá que los usuarios lo vean en la página del evento.\"],\"lQgMLn\":[\"Nombre de oficina o lugar\"],\"lS9/aZ\":[\"No se pudieron cargar los destinatarios\"],\"lWxAUo\":[\"Comida y bebida\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Enviar mensajes a asistentes individuales\"],\"lYGfRP\":[\"Inglés\"],\"lZwV6X\":[\"Unirse a la lista de espera para \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Producto actualizado\"],\"lfLHNz\":[\"La etiqueta CTA es requerida\"],\"lflimf\":[\"Período de vencimiento del pago\"],\"lgFfeO\":[\"Agotado\"],\"lhAWqI\":[\"¡Gracias por su apoyo mientras continuamos creciendo y mejorando Hi.Events!\"],\"lk74+I\":[\"Asumir la comisión\"],\"lkE00/\":[\"Algo salió mal. Por favor, inténtelo de nuevo más tarde.\"],\"lkMK2r\":[\"Tus detalles\"],\"lkNdiH\":[\"Nombre de la cuenta\"],\"lnCMdg\":[\"Subir imagen\"],\"lnYE59\":[\"Fecha del evento\"],\"lnrkNz\":[\"Reenviar confirmación por correo electrónico\"],\"loCKGB\":[\"Venta termina \",[\"0\"]],\"lpm0+y\":[\"Incluye 1 producto\"],\"lsxOPC\":[\"Pago recibido\"],\"luHAJY\":[\"Eventos populares (Últimos 14 días)\"],\"lyD7rQ\":[\"Este perfil de organizador aún no está publicado\"],\"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.\"],\"m/N7Zq\":[\"Dirección Completa del Evento\"],\"m0CFV2\":[\"Detalles de los asistentes\"],\"m3FM1g\":[\"Total reembolsado\"],\"m8WD6t\":[\"Continuar configuración\"],\"m9SD3V\":[\"El código debe tener al menos 3 caracteres\"],\"mBsBHq\":[\"La lista de registro no está activa\"],\"mCB6Je\":[\"Seleccionar todo\"],\"mEHQ8I\":[\"¿Estás seguro de que quieres hacer público este evento? Esto hará que el evento sea visible para el público.\"],\"mFdA+i\":[\"Nivel de mensajería\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Producto estándar con precio fijo\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Cambio de correo electrónico pendiente\"],\"mImacG\":[\"Página del evento\"],\"mJJh2s\":[\"No se rastrearán las ventas del afiliado. Esto desactivará al afiliado.\"],\"mLBUMQ\":[\"Configuración eliminada correctamente\"],\"mUv9U4\":[\"Ventas\"],\"mVKOW6\":[\"Hubo un error al enviar tu mensaje\"],\"mYGY3B\":[\"Fecha\"],\"mYLhkl\":[\"Otras configuraciones\"],\"mYygCM\":[\"Se requiere organizador\"],\"mdeIOH\":[\"Reenviar código\"],\"mf3FrP\":[\"Esta categoría aún no tiene productos.\"],\"mimF6c\":[\"Mensaje personalizado después de la compra\"],\"miysJh\":[\"No pudimos encontrar este pedido. Puede haber sido eliminado.\"],\"mkWad2\":[\"Húngaro\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Tarifa porcentual\"],\"mnUGVC\":[\"Límite de solicitudes excedido. Por favor, inténtelo de nuevo más tarde.\"],\"mnafgQ\":[\"La zona horaria predeterminada para sus eventos.\"],\"mpB/d9\":[\"Monto total del pedido\"],\"muXhGi\":[\"Si está habilitado, el organizador recibirá una notificación por correo electrónico cuando se realice un nuevo pedido.\"],\"mvrlBO\":[\"Filtrar por evento\"],\"mwe+2z\":[\"Los pedidos offline no se reflejan en las estadísticas del evento hasta que el pedido se marque como pagado.\"],\"mxsm1o\":[\"¿Eliminar esta pregunta? Esto no se puede deshacer.\"],\"n/7+7Q\":[\"Confirmación enviada a\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Imagen eliminada exitosamente\"],\"n10yGu\":[\"Orden de reembolso\"],\"n143Tq\":[\"Editar categoría de producto\"],\"n4SpU5\":[\"Administrar evento\"],\"n57zCW\":[\"Cuentas sin atribución\"],\"n5pRtF\":[\"Crear un boleto\"],\"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.\"],\"n6EaWL\":[\"Ver registros\"],\"n8+Ng/\":[\"Por favor, ingresa el código de 5 dígitos\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Prefijo del número\"],\"n8IUs7\":[\"Ingresos brutos\"],\"n9V+ps\":[\"Introduce tu nombre\"],\"n9ZhRa\":[\"Selecciona fecha y hora de finalización\"],\"nAn4Oe\":[\"Pedido marcado como pagado\"],\"nBVOd7\":[\"Cuando se actualiza un asistente\"],\"nBqgQb\":[\"Tu correo electrónico\"],\"nCywLA\":[\"Únete desde cualquier lugar\"],\"nDBs04\":[\"Gestión de capacidad\"],\"nE5o/t\":[\"Propiedad de datos\"],\"nFm+5u\":[\"Texto del Pie\"],\"nHm0AI\":[\"Desglose de ventas diarias, impuestos y tarifas\"],\"nKtyYu\":[\"Continuar al siguiente paso\"],\"nLC6tu\":[\"Francés\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Acción requerida: Reconecte su cuenta de Stripe\"],\"nO3VbP\":[\"En venta \",[\"0\"]],\"nOBvex\":[\"Envíe datos de pedidos y asistentes en tiempo real a sus sistemas externos.\"],\"nOhz3x\":[\"Cerrar sesión\"],\"nP7CdQ\":[\"Editar Webhook\"],\"nQI4H5\":[\"Conecta Stripe para habilitar la edición de plantillas de correo\"],\"nWhye/\":[\"¿A quién se le debería hacer esta pregunta?\"],\"nYNT+5\":[\"Configura tu evento\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Tu pedido ha sido cancelado.\"],\"nbfdhU\":[\"Integraciones\"],\"ncwQad\":[\"(vacío)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"No pudimos encontrar la entrada que busca. El enlace puede haber expirado o los detalles de la entrada pueden haber cambiado.\"],\"nfagfM\":[\"Válido\"],\"nfnm9D\":[\"Nombre de la organización\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"No se pudo subir la imagen. Por favor, intenta de nuevo.\"],\"nm3Iz/\":[\"¡Gracias por asistir!\"],\"nn3mSR\":[\"Tiempo restante:\"],\"nnfSdK\":[\"Clientes únicos\"],\"nniGTr\":[\"Para editar configuraciones, ve a la sección de Configuraciones en el menú de administración.\"],\"nqx+6h\":[\"Complete estos pasos para comenzar a vender entradas para su evento.\"],\"nrGWUv\":[\"Personalice la página de su evento para que coincida con su marca y estilo.\"],\"nrSs2u\":[\"No se encontraron mensajes\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"URL del Webhook\"],\"nvOPBA\":[\"Enlaces permitidos\"],\"nwtY4N\":[\"Algo salió mal\"],\"nx+rqg\":[\"crear un organizador\"],\"ny2r8d\":[\"Cuando se cancela un pedido\"],\"nz96Ue\":[\"1 tipo de entrada\"],\"o+tJN/\":[\"Por favor, espera mientras preparamos la exportación de tus asistentes...\"],\"o/blc/\":[\"Error al actualizar configuración de cuenta\"],\"o1my93\":[\"No se pudo actualizar el estado del organizador. Inténtalo de nuevo más tarde\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"¡Felicidades por crear un evento!\"],\"o5r6b2\":[\"Trabajo eliminado\"],\"o6+Y6d\":[\"Reenviando...\"],\"o7LgX6\":[\"Puede configurar comisiones de servicio adicionales e impuestos en la configuración de su cuenta.\"],\"o7s5FA\":[\"El idioma en el que el asistente recibirá los correos electrónicos.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"CONSEJO\"],\"oHE9JT\":[\"Editar Asignación de Capacidad\"],\"oI/hGR\":[\"ID de pedido\"],\"oJjplO\":[\"Vistas totales\"],\"oNL5vN\":[\"Ir a la página del evento\"],\"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)\"],\"oQvMPn\":[\"Título de la pregunta\"],\"oR7zL3\":[\"Nombre del portador del boleto\"],\"oSDBWm\":[\"Configuración de IVA\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Mis Entradas\"],\"oW5877\":[\"Total del pedido\"],\"oWXNE5\":[\"Cant.\"],\"oXOSPE\":[\"En línea\"],\"oZW/gT\":[\"Agregar al calendario\"],\"ocS8eq\":[\"¿Ya tienes una cuenta? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Información de pagos offline\"],\"olKKwj\":[\"Escáner móvil con soporte sin conexión y seguimiento en tiempo real\"],\"omyBS0\":[\"Número de días permitidos para el pago (dejar en blanco para omitir los términos de pago en las facturas)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Gestionar asistente\"],\"ophZVW\":[\"Gestionar entradas\"],\"oqr9HB\":[\"Colapsar este producto cuando la página del evento se cargue inicialmente\"],\"orBECM\":[\"Total recaudado\"],\"orluER\":[\"Seguimiento del crecimiento y rendimiento de la cuenta por fuente de atribución\"],\"os29v1\":[\"Este enlace para restablecer la contraseña no es válido o ha caducado.\"],\"ouM5IM\":[\"Probar otro correo\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Predeterminado\"],\"p/Sa0j\":[\"Su cuenta tiene límites de mensajería. Para aumentar sus límites, contáctenos en\"],\"p2/GCq\":[\"confirmar Contraseña\"],\"p2FRHj\":[\"Controle cómo se manejan las comisiones de la plataforma para este evento\"],\"p2WLr3\":[\"Registrar \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Selecciona una categoría\"],\"pAey+4\":[\"El archivo es demasiado grande. El tamaño máximo es de 5 MB.\"],\"pCLes8\":[\"Debe aceptar recibir mensajes\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Entrada reenviada correctamente\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Registros de cuentas recientes\"],\"pMLul+\":[\"Todas las monedas\"],\"pNgdBv\":[\"No hay productos disponibles en esta categoría\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"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.\"],\"pZNOT9\":[\"Sin fecha de finalización\"],\"pbAk7a\":[\"Conectar raya\"],\"pjp2n5\":[\"Elija quién paga la comisión de la plataforma. Esto no afecta las comisiones adicionales que haya configurado en su cuenta.\"],\"pkk46Q\":[\"Elige un organizador\"],\"pn5qSs\":[\"Información adicional\"],\"pnVh83\":[\"Número de IVA\"],\"pnoTN5\":[\"Cuentas de referencia\"],\"poTr35\":[\"Editar usuario\"],\"ppuQR4\":[\"Pedido creado\"],\"pqFrv2\":[\"p.ej. 2,50 por $2,50\"],\"prZGMe\":[\"Requerir dirección de facturación\"],\"psosdY\":[\"Enlace a detalles del pedido\"],\"psqIm5\":[\"Colabora con tu equipo para crear eventos increíbles juntos.\"],\"pvnfJD\":[\"Oscuro\"],\"pxNIxa\":[\"Personalice su plantilla de correo usando plantillas Liquid\"],\"q/CcwE\":[\"Fecha de orden\"],\"q1BizZ\":[\"Enviaremos tus entradas a este correo electrónico\"],\"q2LEDV\":[\"No se encontraron asistentes para este pedido.\"],\"q6XHL1\":[\"Tipo de precio\"],\"q7TRd7\":[\"¿Está seguro de que desea activar este asistente?\"],\"qCJyMx\":[\"Mensaje posterior al pago\"],\"qCqdg6\":[\"Estado de Check-In\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Los compradores ven un precio limpio. La comisión de la plataforma se deduce de su pago.\"],\"qGZz0m\":[\"¡Estás en la lista de espera!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Mensajes salientes\"],\"qNuTh3\":[\"Excepción\"],\"qY4rpA\":[\"Reembolso fallido\"],\"qcP/8K\":[\"Hora programada\"],\"qdfdgM\":[\"123 calle principal\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"¡Todo listo! Ahora está usando nuestro sistema de pagos mejorado.\"],\"qnSLLW\":[\"<0>Por favor, introduce el precio sin incluir impuestos y tasas.<1>Los impuestos y tasas se pueden agregar a continuación.\"],\"qpC74J\":[\"No se encontraron usuarios\"],\"qqWcBV\":[\"Terminado\"],\"qqeAJM\":[\"Nunca\"],\"qtGTNu\":[\"Cuentas orgánicas\"],\"qu6/03\":[\"Impuestos y honorarios\"],\"quR8Qp\":[\"Esperando pago\"],\"qv4bfj\":[\"Una tarifa, como una tarifa de reserva o una tarifa de servicio\"],\"qvF+MT\":[\"Monitorear y gestionar trabajos de fondo fallidos\"],\"qvylEK\":[\"Asistente creado\"],\"r+lQXT\":[\"Por favor ingrese su número de IVA\"],\"r2B2P8\":[\"Copiar URL de registro\"],\"r9M1hc\":[\"Buscar listas de registro...\"],\"rDC+T6\":[\"Reintentar trabajo\"],\"rLHma1\":[\"Estado del organizador actualizado\"],\"rMcHYt\":[\"Hay un reembolso pendiente. Espere a que se complete antes de solicitar otro reembolso.\"],\"rPA+Gc\":[\"Preferencias de comunicación\"],\"rXngLf\":[\"Título SEO\"],\"rYXfOA\":[\"Configuración regional\"],\"raw09+\":[\"Configure cómo se recopilan los datos de los asistentes durante el proceso de pago\"],\"rdUucN\":[\"Vista Previa\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Esto no será visible para los clientes, pero te ayuda a identificar al afiliado.\"],\"rmelwV\":[\"0 minutos y 0 segundos\"],\"rnoQsz\":[\"Usado para bordes, resaltados y estilo del código QR\"],\"rp/zaT\":[\"Portugués brasileño\"],\"rpGMzC\":[\"No se pudo actualizar el pedido\"],\"ruJO57\":[\"Nombre del trabajo\"],\"rxy0tG\":[\"Error al verificar el correo\"],\"rzw+wS\":[\"Titulares de pedidos\"],\"s/0RpH\":[\"Tiempos utilizados\"],\"s0FkEx\":[\"Configure listas de registro para diferentes entradas, sesiones o días.\"],\"s14PLh\":[\"Está emitiendo un reembolso parcial. Al cliente se le reembolsará \",[\"0\"],\" \",[\"1\"],\".\"],\"s4JozW\":[\"¿Está seguro de que desea restaurar este evento? Será restaurado como un evento borrador.\"],\"s5QRF3\":[\"Volver a mensajes\"],\"s6EF6K\":[\"Pagos instantáneos\"],\"s8v9hq\":[\"Volver a la página del evento\"],\"s9KGXU\":[\"Vendido\"],\"sBV87H\":[\"Continuar a la creación del evento\"],\"sCV5Yc\":[\"Nombre del evento\"],\"sF+Xp9\":[\"Vistas de página\"],\"sFFArG\":[\"El nombre debe tener menos de 255 caracteres\"],\"sGEOe4\":[\"Utilice una versión borrosa de la imagen de portada como fondo\"],\"sGjBEq\":[\"Fecha y hora de finalización (opcional)\"],\"sJsr1h\":[\"Tipo de producto\"],\"sLbJQz\":[\"Pedido no encontrado\"],\"sMiGXD\":[\"Por favor verifique que su correo electrónico sea válido\"],\"sQia9P\":[\"Acceso\"],\"sQxe68\":[\"Reenviar confirmación\"],\"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.\"],\"sYpiZP\":[\"Crear código promocional\"],\"sZg7s1\":[\"Fecha de vencimiento\"],\"saG4At\":[\"Mensaje programado\"],\"sby+1/\":[\"Haga clic para copiar\"],\"sd5IMt\":[\"Pedidos completados\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Puede crear un código promocional que se dirija a este producto en el\"],\"shkJ3U\":[\"Vincula tu cuenta de Stripe para recibir fondos de la venta de entradas.\"],\"sjNPMw\":[\"Este pedido fue abandonado. Puede iniciar un nuevo pedido en cualquier momento.\"],\"snMaH4\":[\"Eliminar webhook\"],\"spsZys\":[\"¿Listo para actualizar? Esto solo toma unos minutos.\"],\"sq7vjE\":[\"Los productos destacados tendrán un color de fondo diferente para resaltar en la página del evento.\"],\"sqdl5s\":[\"Información del IVA\"],\"ss9PbX\":[\"Asistente\"],\"sxKqBm\":[\"El monto completo del pedido será reembolsado al método de pago original del cliente.\"],\"sy6fss\":[\"Se aplica a \",[\"0\"],\" productos\"],\"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.\"],\"szSnlj\":[\"1 hora antes del evento\"],\"t/KVOk\":[\"Error al iniciar la suplantación. Por favor, inténtelo de nuevo.\"],\"t/YqKh\":[\"Eliminar\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Mostrando \",[\"0\"],\" de \",[\"totalRows\"],\" registros\"],\"t2bbp8\":[\"Editar asistente\"],\"t3AMTs\":[\"Plataforma de gestión de eventos\"],\"t41hVI\":[\"Volver a ofrecer lugar\"],\"t79rDv\":[\"Entrada no encontrada\"],\"t7TeQU\":[\"Mensajes\"],\"t9yxlZ\":[\"Informes\"],\"tDTq0D\":[\"Tiempo de espera del pedido\"],\"tDwYhx\":[\"Tema y colores\"],\"tF+VVr\":[\"Entrada VIP\"],\"tFbRKJ\":[\"No puede editar la función o el estado del propietario de la cuenta.\"],\"tGCY6d\":[\"Precio del boleto\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"Tratamiento del IVA para Tarifas de la Plataforma\"],\"tKCBU0\":[\"Última vez usado\"],\"tKKZn0\":[\"Ver detalles del pedido\"],\"tKcbYd\":[\"Trabajos fallidos\"],\"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.\"],\"tMFDem\":[\"No hay datos disponibles\"],\"tMNBEF\":[\"Las listas de check-in te permiten controlar el acceso por días, áreas o tipos de entrada. Puedes compartir un enlace seguro con el personal — no se requiere cuenta.\"],\"tMeVa/\":[\"Solicitar nombre y correo electrónico por cada boleto comprado\"],\"tNZzFb\":[\"Contenido del mensaje\"],\"tOXAdc\":[\"Cancelar anulará todos los asistentes asociados con este pedido y liberará los boletos de vuelta al grupo disponible.\"],\"tPtRwl\":[\"Editar tarifas de aplicación\"],\"tRXdQ9\":[\"Cuando se actualiza un producto\"],\"tSVr6t\":[\"Suplantar\"],\"tUGbi8\":[\"Copiar mis datos a:\"],\"tVJk4q\":[\"Cancelar orden\"],\"tVW/yo\":[\"Seleccionar moneda\"],\"tXadb0\":[\"El evento que buscas no está disponible en este momento. Puede que haya sido eliminado, haya caducado o la URL sea incorrecta.\"],\"tYF4Zq\":[\"Imprimir a PDF\"],\"tasfos\":[\"eliminar\"],\"td/bh+\":[\"Volver a Informes\"],\"tdD/QN\":[\"Editar producto\"],\"tejfAy\":[\"Listas de registro\"],\"tfDRzk\":[\"Guardar\"],\"tiI71C\":[\"Para aumentar sus límites, contáctenos en\"],\"tnL+GP\":[\"Sintaxis Liquid inválida. Por favor corrígela e inténtalo de nuevo.\"],\"toutGW\":[\"Código QR\"],\"tq0abZ\":[\"Error al eliminar los trabajos\"],\"trnWaw\":[\"Polaco\"],\"tst44n\":[\"Eventos\"],\"tudG8q\":[\"Cree y configure boletos y mercancía para la venta.\"],\"u0n+wz\":[\"Lista de espera\"],\"u5oO/W\":[\"Configuración de pagos offline\"],\"u6FPxT\":[\"Obtener Entradas\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Estado\"],\"uBAxNB\":[\"Editor\"],\"uCFbG2\":[\"Afiliado eliminado exitosamente\"],\"uEhdRh\":[\"Solo Promocional\"],\"uIElGP\":[\"URL de mapas personalizados\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Verdadero si pago sin conexión\"],\"uM9Alj\":[\"Este producto está destacado en la página del evento\"],\"uN355O\":[\"Crear evento\"],\"uOXLV3\":[\"Acepto los <0>términos y condiciones\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Mensaje cancelado\"],\"uQynyf\":[\"Error al actualizar configuración\"],\"uRfugr\":[\"Camiseta\"],\"uUPbPg\":[\"Copiar enlace de afiliado\"],\"uUehLT\":[\"En espera\"],\"uaSvqt\":[\"Fecha de caducidad\"],\"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\"],\"ucgZ0o\":[\"Organización\"],\"uchB0M\":[\"Vista previa del widget\"],\"udRwQs\":[\"Registro de entrada creado\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Conecte su cuenta de Stripe para comenzar a aceptar pagos.\"],\"uq2BmQ\":[\"Últimos 30 días\"],\"uvIqcj\":[\"Taller\"],\"uyJsf6\":[\"Acerca de\"],\"uzEfRz\":[\"Notas del pedido\"],\"v1P7Gm\":[\"Configuración del widget\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Enviar prueba\"],\"v2GlhZ\":[\"Falló la validación del número de IVA actual\"],\"v4+lcZ\":[\"Editar afiliado\"],\"v4fiSg\":[\"Revisa tu correo\"],\"v7xKtM\":[\"Nivel de mensajería actualizado exitosamente\"],\"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.\"],\"vAbVy9\":[\"Producto gratuito, no se requiere información de pago\"],\"vERlcd\":[\"Perfil\"],\"vFjEnF\":[\"Marcar como pagado\"],\"vJuISq\":[\"¿Estás seguro de que deseas eliminar esta Asignación de Capacidad?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Error al eliminar la pregunta\"],\"vLyv1R\":[\"Esconder\"],\"vOuxvL\":[\"Información de la cuenta\"],\"vPJ1FI\":[\"Monto porcentual\"],\"vPeW/6\":[\"¿Estás seguro de que quieres eliminar esta configuración? Esto puede afectar a las cuentas que la utilizan.\"],\"vPqpQG\":[\"Lista de registro no encontrada\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Editar detalles del pedido\"],\"vRznIT\":[\"Ocurrió un error al verificar el estado de la exportación.\"],\"vX8/tc\":[\"El increíble título de mi evento...\"],\"vXIe7J\":[\"Idioma\"],\"vXPSuB\":[\"Actualización del perfil\"],\"vYgeDk\":[\"Desmarcar todo\"],\"vZ5qKF\":[\"Ajustar automáticamente la altura del widget según el contenido. Cuando está deshabilitado, el widget llenará la altura del contenedor.\"],\"vb0Q0/\":[\"Usuarios Totales\"],\"vcyz2L\":[\"Configuración de pagos\"],\"ve9JTU\":[\"El apellido es obligatorio\"],\"veessc\":[\"Sus asistentes aparecerán aquí una vez que se hayan registrado para su evento. También puede agregar asistentes manualmente.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Últimos 14 días\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Duplicar evento\"],\"vlf/In\":[\"Tecnología\"],\"vmOFL/\":[\"No pudimos procesar su pago. Inténtelo de nuevo o comuníquese con el soporte.\"],\"vqji3Y\":[\"Falló la validación del número de IVA. Por favor, verifica tu número de IVA.\"],\"vrSW9M\":[\"El pedido ha sido cancelado y reembolsado. El propietario del pedido ha sido notificado.\"],\"vt9xUl\":[\"Análisis en tiempo real\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Pedido marcado como pagado\"],\"vu7ZGG\":[\"Logo y portada\"],\"vu7gDm\":[\"Eliminar afiliado\"],\"vv7kpg\":[\"Cancelado\"],\"vvO1I2\":[\"Tu cuenta de Stripe está conectada y lista para procesar pagos.\"],\"vwGkYB\":[\"La contraseña debe tener al menos 8 caracteres\"],\"vzJenu\":[\"Configuración de correo electrónico actualizada correctamente\"],\"w36OkR\":[\"Eventos más vistos (Últimos 14 días)\"],\"w65ZgF\":[\"Necesitas verificar el correo electrónico de tu cuenta antes de poder modificar plantillas de correo.\"],\"wBJR8i\":[\"¿Planificando un evento?\"],\"wCKkSr\":[\"Verificar correo\"],\"wDioLj\":[\"Error al reintentar el trabajo\"],\"wDx3FF\":[\"No hay productos disponibles para este evento\"],\"wIa8Qe\":[\"Reenviar invitacíon\"],\"wJTzyi\":[\"Estado del pago\"],\"wJijgU\":[\"Ubicación\"],\"wJzo/w\":[\"Recomendamos dimensiones de 400px por 400px y un tamaño máximo de archivo de 5MB\"],\"wPRp9Z\":[\"Visible solo para el personal de check-in. Ayuda a identificar esta lista durante el check-in.\"],\"wPmXlA\":[\"Primer número de factura\"],\"wQzCPX\":[\"Información fiscal que aparecerá en la parte inferior de todas las facturas (por ejemplo, número de IVA, registro fiscal)\"],\"wUv5xQ\":[\"Sin actividad de organizador en los últimos 14 días\"],\"wYiAtV\":[\"Sin registros de cuentas recientes\"],\"wckWOP\":[\"Administrar\"],\"wdxz7K\":[\"Fuente\"],\"whqocw\":[\"Al registrarte, aceptas nuestras <0>Condiciones de servicio y nuestra <1>Política de privacidad.\"],\"wlfBad\":[\"Período de Venta\"],\"wnDgGj\":[\"Confirmando dirección de correo electrónico...\"],\"wpfWhJ\":[\"Nombre del cliente\"],\"wpj63n\":[\"Configuración del organizador\"],\"wu98dY\":[\"Preguntar una vez por producto\"],\"wuV0bK\":[\"Detener Suplantación\"],\"wuyaZh\":[\"Exportación exitosa\"],\"x/xjzn\":[\"Tus afiliados se han exportado exitosamente.\"],\"x1PPdr\":[\"Código postal\"],\"x2mjl4\":[\"Por favor, introduzca una URL de imagen válida que apunte a una imagen.\"],\"x3wVFc\":[\"¡Felicidades! Tu evento ahora es visible para el público.\"],\"x4MLWE\":[\"Confirmación de pedido\"],\"x5+Lcz\":[\"No Registrado\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"El ticket del asistente no está incluido en esta lista\"],\"x8XMsJ\":[\"Seleccione el nivel de mensajería para esta cuenta. Esto controla los límites de mensajes y los permisos de enlaces.\"],\"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.\"],\"xDAtGP\":[\"Mensaje\"],\"xDzTh7\":[\"No se pudo descargar la factura. Inténtalo de nuevo.\"],\"xFRMlO\":[\"Mínimo por pedido\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" al tipo de cambio actual\"],\"xFj7Yj\":[\"Error al eliminar la plantilla\"],\"xGU92i\":[\"Completa tu perfil para unirte al equipo.\"],\"xGVfLh\":[\"Continuar\"],\"xHpVRl\":[\"Estado del reembolso\"],\"xJaTUK\":[\"Personalice el diseño, colores y marca de la página de inicio de su evento.\"],\"xMDm+I\":[\"Registrar entrada\"],\"xMO+Ao\":[\"Configura tu organización\"],\"xMekgu\":[\"Agregue notas sobre el pedido...\"],\"xN9AhL\":[\"Nivel \",[\"0\"]],\"xTPjSy\":[\"Eventos pasados\"],\"xUgUTh\":[\"Ingrese nombre\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Siempre disponible\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Herramientas\"],\"xdA9ud\":[\"Coloque esto en el de su sitio web.\"],\"xdiER7\":[\"Nivel asignado\"],\"xeIaKw\":[\"¿Está seguro de que desea reenviar la entrada a \",[\"0\"],\"?\"],\"xfKgwv\":[\"Crear afiliado\"],\"xgL50q\":[\"¿Qué son los productos escalonados?\"],\"xgav5v\":[\"¡Pago exitoso!\"],\"xnWESi\":[\"Confirmar Contraseña\"],\"xowcRf\":[\"Términos del servicio\"],\"xrWdPR\":[\"Plantilla eliminada exitosamente\"],\"xxU3NX\":[\"Ingresos netos\"],\"xxv3BZ\":[\"Esta lista de registro ha expirado\"],\"xzRvs4\":[\"Recibir actualizaciones de productos de \",[\"0\"],\".\"],\"y/NR6s\":[\"Ubicación actualizada correctamente\"],\"y0meFR\":[\"Se aplicará el IVA irlandés del 23% a las tarifas de la plataforma (suministro nacional).\"],\"y1BZw1\":[\"Ingresa dirección comercial\"],\"y1eoq1\":[\"Copiar enlace\"],\"y22tv0\":[\"Copia este enlace para compartirlo en cualquier parte\"],\"y3qNri\":[\"Necesitará al menos un producto para comenzar. Gratis, de pago o deje que el usuario decida cuánto pagar.\"],\"y55eMd\":[\"Veces usado\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"No hay eventos para mostrar\"],\"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.\"],\"yDOdwQ\":[\"Gestión de usuarios\"],\"yIRev4\":[\"Crear una contraseña\"],\"yKWfjC\":[\"Página de códigos promocionales\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"No hay próximos eventos\"],\"yNi4PV\":[\"No puede registrar a asistentes con pedidos no pagados. Esta configuración se puede cambiar en los ajustes del evento.\"],\"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.\"],\"yPZN4i\":[\"Esta página de pedidos ya no está disponible.\"],\"yPrbsy\":[\"Destinatarios\"],\"yRg26W\":[\"Ventas brutas\"],\"ySQGHV\":[\"Ocultar producto cuando esté agotado\"],\"ySeBKv\":[\"Ya has escaneado este boleto\"],\"ySxKZe\":[\"¿Cuántas veces se puede utilizar este código?\"],\"yT6dQ8\":[\"Impuestos recaudados agrupados por tipo de impuesto y evento\"],\"yTnnYg\":[\"simpson\"],\"yTsaLw\":[\"1 entrada\"],\"yWiPh+\":[\"Agregar impuesto o tarifa\"],\"yZfBoy\":[\"Tu mensaje ha sido enviado\"],\"yhjU+j\":[\"Descargando factura\"],\"yiy8Jt\":[\"Creando tu perfil de organizador, por favor espera\"],\"yj3N+g\":[\"1 día después de la fecha de inicio\"],\"yjkELF\":[\"Confirmar nueva contraseña\"],\"ylXj1N\":[\"Seleccionado\"],\"ypJ62C\":[\"Descuento %\"],\"yxhYRZ\":[[\"0\"],\" <0>retirado con éxito\"],\"yz7wBu\":[\"Cerca\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"La hora programada es obligatoria\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Oficialmente hemos trasladado nuestra sede a Irlanda 🇮🇪. Como parte de esta transición, ahora usamos Stripe Irlanda en lugar de Stripe Canadá. Para mantener sus pagos funcionando sin problemas, necesitará reconectar su cuenta de Stripe.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Error al exportar el informe. Por favor, inténtelo de nuevo.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"No hay productos disponibles para seleccionar\"],\"zLmvhE\":[\"Asistente creado exitosamente\"],\"zNECqg\":[\"entradas\"],\"zNZNMs\":[\"Ver mensaje\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Seleccionar un nivel\"],\"zPiC+q\":[\"Listas de Check-In Elegibles\"],\"zTkTF3\":[\"Error al guardar la plantilla\"],\"zUDyah\":[\"Iniciando sesión\"],\"zWqUyJ\":[\"Tarifa fija cobrada por transacción\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Crear plantilla \",[\"0\"]],\"zgCHnE\":[\"Informe de ventas diarias\"],\"ziAjHi\":[\"Generar\"],\"zlHa5R\":[\"No se han añadido asistentes a este pedido.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Teléfono\"],\"znIg+z\":[\"Pagar\"],\"zpekWp\":[\"Venta comienza \",[\"0\"]],\"zppscQ\":[\"Tarifas de plataforma de Hi.Events y desglose de IVA por transacción\"],\"zxnup4\":[\"No hay afiliados para mostrar\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Éxito\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/es.po b/frontend/src/locales/es.po index 5be96138a..67ec31e91 100644 --- a/frontend/src/locales/es.po +++ b/frontend/src/locales/es.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Haz clic para despublicar" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'No hay nada que mostrar todavía'" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'No hay nada que mostrar todavía'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(vacío)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} ya está registrado" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>registrado con éxito" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>retirado con éxito" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} webhooks activos" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} disponible" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} creado correctamente" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} restantes" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "Logo de {0}" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} organizadores" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} entradas" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} actualizado correctamente" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} registrado" @@ -148,6 +169,7 @@ msgstr "<0>El número de productos disponibles para este producto<1>Este val msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} al tipo de cambio actual" @@ -251,6 +273,11 @@ msgstr "Una tarifa, como una tarifa de reserva o una tarifa de servicio" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Un monto fijo por producto. Ej., $0.50 por producto" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Una entrada de texto de varias líneas" @@ -300,7 +327,7 @@ msgstr "Un impuesto estándar, como el IVA o el GST" msgid "Abandoned" msgstr "Abandonado" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Acerca de" @@ -403,7 +430,8 @@ msgstr "Acción Requerida: Se Necesita Información del IVA" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Acciones" @@ -510,7 +538,7 @@ msgstr "Agregar nivel" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Agregar al calendario" @@ -660,7 +688,7 @@ msgstr "Todos los trabajos en cola para reintentar" msgid "All Products" msgstr "Todos los productos" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Todos los estados" @@ -699,6 +727,7 @@ msgstr "¡Casi terminamos! Complete la conexión de su cuenta de Stripe para com msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "¡Casi listo! Solo estamos esperando que se procese tu pago. Esto debería tomar solo unos segundos." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "¿Ya tienes una cuenta? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Increíble, evento, palabras clave..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Cantidad" @@ -734,6 +762,7 @@ msgstr "Cantidad" msgid "Amount Paid" msgstr "Monto pagado" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Importe pagado ({0})" @@ -762,6 +791,11 @@ msgstr "Ocurrió un error inesperado." msgid "An unexpected error occurred. Please try again." msgstr "Ocurrió un error inesperado. Inténtalo de nuevo." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Respuesta actualizada con éxito." @@ -778,10 +812,11 @@ msgstr "Apariencia" msgid "Application Fees Configuration" msgstr "Configuración de tarifas de aplicación" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "aplicado" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Se aplica a {0} productos" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "Se aplica a 1 producto" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Aplicar" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Aplicar código promocional" +#~ msgid "Apply Promo Code" +#~ msgstr "Aplicar código promocional" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "¿Estás seguro de que quieres poner este organizador como borrador? Est msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "¿Estás seguro de que quieres hacer público este organizador? Esto hará que la página del organizador sea visible al público." -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "¿Estás seguro de que quieres ofrecer un lugar a esta persona? Recibirá una notificación por correo electrónico." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "¿Estás seguro de que quieres publicar este evento? Una vez publicado, será visible al público." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "¿Estás seguro de que quieres publicar este perfil de organizador? Una vez publicado, será visible al público." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "¿Está seguro de que desea eliminar esta entrada de la lista de espera?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "¿Está seguro de que desea reenviar la confirmación del pedido a {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "¿Está seguro de que desea reenviar la entrada a {0}?" @@ -909,11 +947,11 @@ msgstr "¿Está seguro de que desea reenviar la entrada a {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "¿Está seguro de que desea restaurar este evento? Será restaurado como un evento borrador." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "¿Estás seguro de que quieres despublicar este evento? Ya no será visible al público." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "¿Estás seguro de que quieres despublicar este perfil de organizador? Ya no será visible al público." @@ -1101,7 +1139,7 @@ msgstr "Ajuste automático" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "La oferta automática está activada. Los tickets se ofrecen automáticamente cuando hay capacidad disponible. Use esto para ofrecer plazas adicionales manualmente." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Procesar lista de espera automáticamente" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Detectado automáticamente según el color de fondo, pero se puede anular" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Ofrecer entradas automáticamente a la siguiente persona cuando haya capacidad disponible" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Ofrecer entradas automáticamente a la siguiente persona cuando haya capacidad disponible" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Volver a Informes" msgid "Background Color" msgstr "Color de fondo" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Tipo de fondo" @@ -1261,7 +1303,7 @@ msgstr "Nombre comercial" msgid "Button Label" msgstr "Etiqueta del botón" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Texto del botón" @@ -1273,6 +1315,7 @@ msgstr "El comprador paga" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Los compradores ven un precio limpio. La comisión de la plataforma se deduce de su pago." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Campaña" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Cancelar" @@ -1343,6 +1387,7 @@ msgstr "Cancelar orden" msgid "Cancel Order" msgstr "Cancelar orden" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Cancelar pedido {0}" @@ -1355,11 +1400,11 @@ msgstr "Cancelar anulará todos los asistentes asociados con este pedido y liber #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Caridad" msgid "Check In" msgstr "Registrar entrada" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Registrar {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Chino (Tradicional)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Elige un color para tu fondo" +#~ msgid "Choose a color for your background" +#~ msgstr "Elige un color para tu fondo" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Ciudad" msgid "Clear Search Text" msgstr "Borrar texto de búsqueda" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Haga clic para copiar" @@ -1600,15 +1656,15 @@ msgstr "Haga clic para copiar" msgid "Click to view notes" msgstr "Haga clic para ver las notas" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "cerrar" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Cerca" @@ -1672,8 +1728,8 @@ msgstr "Recopilar datos por boleto" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Color" +#~ msgid "Color" +#~ msgstr "Color" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Configurar impuestos y comisiones" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Configurar los ajustes de lista de espera para este evento" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Configurar los ajustes de lista de espera para este evento" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Descuento configurado" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Confirmar" @@ -1942,12 +1999,14 @@ msgstr "Conectado a Stripe" msgid "Connection Details" msgstr "Detalles de conexión" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Contacto" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Contacto {0}" @@ -1963,12 +2022,12 @@ msgstr "Email de contacto para soporte" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Continuar" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Texto del botón Continuar" @@ -1982,7 +2041,7 @@ msgstr "Continuar configurando" msgid "Continue Setup" msgstr "Continuar configuración" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Continuar al pago" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Cubrir" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Imagen de portada" @@ -2110,10 +2171,12 @@ msgstr "La imagen de portada se mostrará en la parte superior de tu página de msgid "Create" msgstr "Crear" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Crear {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Crear plantilla {0}" @@ -2339,6 +2402,10 @@ msgstr "Marca personalizada" msgid "Custom date and time" msgstr "Fecha y hora personalizada" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "URL de mapas personalizados" @@ -2415,7 +2482,7 @@ msgstr "Personalice las preguntas durante el proceso de pago para recopilar info msgid "Customize the SEO settings for this event" msgstr "Personaliza la configuración de SEO para este evento" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Personaliza el texto que aparece en el botón de continuar" @@ -2613,6 +2680,7 @@ msgstr "Descuento" msgid "Discount %" msgstr "Descuento %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Descuento en {0}" @@ -2621,7 +2689,7 @@ msgstr "Descuento en {0}" msgid "Discount Type" msgstr "Tipo de descuento" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Descartar este mensaje" @@ -2704,10 +2772,16 @@ msgstr "Debido al alto riesgo de spam, debes conectar una cuenta de Stripe antes #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"Debido al alto riesgo de spam, debe conectar una cuenta de Stripe antes de poder enviar mensajes a los asistentes.\n" -"Esto es para garantizar que todos los organizadores de eventos estén verificados y sean responsables." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "Debido al alto riesgo de spam, debe conectar una cuenta de Stripe antes de poder enviar mensajes a los asistentes.\n" +#~ "Esto es para garantizar que todos los organizadores de eventos estén verificados y sean responsables." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Duplicar producto" msgid "Dutch" msgstr "Holandés" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "ej. 180 (3 horas)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "p. ej., Conseguir entradas, Registrarse ahora" @@ -2768,11 +2842,14 @@ msgstr "Madrugador" msgid "Edit" msgstr "Editar" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Editar {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Editar plantilla {0}" @@ -2907,7 +2984,7 @@ msgstr "Listas de Check-In Elegibles" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Introduce tu nombre" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Ingresa tu número de IVA incluyendo el código de país, sin espacios (p. ej., ES12345678A, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Las entradas aparecerán aquí cuando los clientes se unan a la lista de espera de productos agotados." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Configuración del evento" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Error al actualizar el estado del evento. Por favor, inténtelo de nuevo más tarde" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "Excepción" msgid "Expiration date" msgstr "Fecha de vencimiento" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Expirado" @@ -3566,7 +3643,7 @@ msgstr "No se pudieron cargar los destinatarios" msgid "Failed to load Webhook" msgstr "Error al cargar el Webhook" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Error al ofrecer plaza" @@ -3574,6 +3651,10 @@ msgstr "Error al ofrecer plaza" msgid "Failed to offer tickets" msgstr "Error al ofrecer entradas" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Error al reordenar las preguntas" @@ -3778,7 +3859,7 @@ msgstr "Primer Nombre" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Primer Nombre" msgid "First Name" msgstr "Primer Nombre" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "¿Has olvidado tu contraseña?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Gratis" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "Alemán" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Cómo llegar" +#~ msgid "Get Directions" +#~ msgstr "Cómo llegar" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Recibe pagos inmediatamente a través de Stripe Connect" msgid "Get started" msgstr "Comenzar" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Obtener Entradas" @@ -3987,10 +4068,11 @@ msgstr "Gestión de invitados" msgid "Guests" msgstr "Huéspedes" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "¿Tienes un código de promoción?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Hola {0}, gestiona tu plataforma desde aquí." @@ -4020,6 +4102,7 @@ msgstr "Aquí está tu enlace de afiliado" msgid "Here's what to expect:" msgstr "Esto es lo que puede esperar:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Hola {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Oculto de la vista del público" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "Las preguntas ocultas sólo son visibles para el organizador del evento y no para el cliente." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Esconder" @@ -4134,8 +4216,8 @@ msgstr "Diseño de página de inicio" msgid "Homepage Designer" msgstr "Diseñador de página de inicio" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Vista previa de la página de inicio" @@ -4144,7 +4226,7 @@ msgstr "Vista previa de la página de inicio" msgid "Homer" msgstr "Homero" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "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." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Húngaro" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Acepto recibir notificaciones por correo electrónico relacionadas con este evento" @@ -4193,7 +4275,7 @@ msgstr "Acepto los <0>términos y condiciones" msgid "I confirm this is a transactional message related to this event" msgstr "Confirmo que este es un mensaje transaccional relacionado con este evento" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Si no se abrió una nueva pestaña automáticamente, haz clic en el botón de abajo para continuar al pago." @@ -4299,6 +4381,7 @@ msgstr "Incluya los detalles de conexión para su evento en línea. Estos detall msgid "Include tax and fees in the price" msgstr "Incluye impuestos y tasas en el precio." +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Incluye {0} productos" @@ -4477,21 +4560,25 @@ msgstr "John" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Únete desde cualquier lugar" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Unirse a la lista de espera" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Unirse a la lista de espera para {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Unirse a la lista de espera para {0}" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Inscrito" @@ -4503,6 +4590,7 @@ msgstr "Simplemente haga clic en el botón de abajo para reconectar su cuenta de msgid "Just looking for your tickets?" msgstr "¿Solo buscas tus entradas?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Mantenerme informado sobre noticias y eventos de {0}" @@ -4574,7 +4662,7 @@ msgstr "Apellido" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Cargando..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Gestionar entradas" msgid "Manage your account details and default settings" msgstr "Administre los detalles de su cuenta y la configuración predeterminada" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Administra tu procesamiento de pagos y consulta las tarifas de la plataforma" @@ -4897,6 +4989,10 @@ msgstr "Nivel de mensajería" msgid "Messaging tier updated successfully" msgstr "Nivel de mensajería actualizado exitosamente" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Mínimo por pedido" @@ -4905,7 +5001,7 @@ msgstr "Mínimo por pedido" msgid "Minimum Price" msgstr "Precio mínimo" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "minutos" @@ -4949,6 +5045,10 @@ msgstr "Múltiples opciones de precio. Perfecto para productos anticipados, etc. msgid "Music" msgstr "Música" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "No hay configuración de IVA configurada" msgid "No viewed events in the last 14 days" msgstr "Sin eventos vistos en los últimos 14 días" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Sin entradas en la lista de espera" @@ -5369,27 +5469,27 @@ msgstr "Prefijo del número" msgid "of" msgstr "de" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Ofrecer" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Ofrecer lugar" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Ofrecer entradas" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Tiempo límite de la oferta" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Ofrecido" @@ -5444,6 +5544,7 @@ msgstr "Configuración de pagos offline" msgid "On Sale" msgstr "En venta" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "En venta {0}" @@ -5474,7 +5575,7 @@ msgstr "En curso" msgid "Online" msgstr "En línea" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Evento en línea" @@ -5791,7 +5892,6 @@ msgstr "Nombre de la organización" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Configuración del organizador" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Las estadísticas del organizador no están disponibles para la moneda seleccionada o ha ocurrido un error." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "No se pudo actualizar el estado del organizador. Inténtalo de nuevo más tarde" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Estado del organizador actualizado" @@ -5931,6 +6031,7 @@ msgstr "Reembolso parcial" msgid "Partially Refunded" msgstr "Reembolsado parcialmente" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Reembolsado parcialmente: {0}" @@ -6173,6 +6274,7 @@ msgstr "¿Planificando un evento?" msgid "Platform fee" msgstr "Comisión de plataforma" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Comisión de plataforma de {0} deducida de su pago" @@ -6215,7 +6317,7 @@ msgstr "Por favor verifique que su correo electrónico sea válido" msgid "Please check your email to confirm your email address" msgstr "Por favor revise su correo electrónico para confirmar su dirección de correo electrónico." -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Por favor continúa en la nueva pestaña." @@ -6227,7 +6329,7 @@ msgstr "Por favor, cree un producto" msgid "Please create a ticket" msgstr "Por favor, crea un ticket" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Por favor, introduzca una dirección de correo electrónico válida" @@ -6271,7 +6373,7 @@ msgstr "Por favor seleccione un rango de fechas" msgid "Please select an image." msgstr "Por favor, selecciona una imagen." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Por favor, seleccione al menos un producto" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Mensaje Post-Compra" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Energizado por" @@ -6335,6 +6438,11 @@ msgstr "Energizado por" msgid "Pre Checkout message" msgstr "Mensaje previo al pago" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Evite la sobreventa compartiendo inventario entre múltiples tipos de boletos." @@ -6408,7 +6516,7 @@ msgstr "Imprimir boletos" msgid "Print to PDF" msgstr "Imprimir a PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Política de privacidad" @@ -6424,7 +6532,7 @@ msgstr "Procesando pedido" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Perfil" msgid "Profile updated successfully" msgstr "perfil actualizado con éxito" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Código promocional {promo_code} aplicado" @@ -6555,10 +6663,16 @@ msgstr "Los correos promocionales pueden resultar en la suspensión de la cuenta #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." -msgstr "Proporcione contexto adicional o instrucciones para esta pregunta. Utilice este campo para agregar términos y condiciones, directrices o cualquier información importante que los asistentes necesiten saber antes de responder." +" and conditions, guidelines, or any important information that attendees need to know before answering." +msgstr "" + +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "Proporcione contexto adicional o instrucciones para esta pregunta. Utilice este campo para agregar términos y condiciones, directrices o cualquier información importante que los asistentes necesiten saber antes de responder." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Publicar" @@ -6567,8 +6681,8 @@ msgid "Publish Event" msgstr "Publicar Evento" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Comprado" @@ -6635,7 +6749,7 @@ msgstr "Tasa" msgid "Rate limit exceeded. Please try again later." msgstr "Límite de solicitudes excedido. Por favor, inténtelo de nuevo más tarde." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Volver a ofrecer lugar" @@ -6647,6 +6761,7 @@ msgstr "¿Listo para actualizar? Esto solo toma unos minutos." msgid "Real-Time Analytics" msgstr "Análisis en tiempo real" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6725,6 +6840,7 @@ msgstr "Reembolso fallido" msgid "Refund order" msgstr "Orden de reembolso" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Reembolsar pedido {0}" @@ -6749,6 +6865,7 @@ msgstr "Estado del reembolso" msgid "Refunded" msgstr "Reintegrado" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Reembolsado: {0}" @@ -6766,6 +6883,10 @@ msgstr "Configuración regional" msgid "Register" msgstr "Registro" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6775,13 +6896,14 @@ msgstr "Preguntas de registro" msgid "Remaining Uses" msgstr "Usos restantes" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "eliminar" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Eliminar" @@ -6914,7 +7036,7 @@ msgstr "Resumen de ingresos" msgid "Revoke invitation" msgstr "Revocar invitación" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6929,10 +7051,12 @@ msgstr "Role" msgid "Sale End Date" msgstr "Fecha de finalización de la venta" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Venta terminada {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Venta termina {0}" @@ -6955,6 +7079,7 @@ msgstr "Período de venta, límites de pedido, visibilidad" msgid "Sale Start Date" msgstr "Fecha de inicio de la venta" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Venta comienza {0}" @@ -7008,7 +7133,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7021,8 +7146,8 @@ msgstr "Guardar" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Guardar cambios" @@ -7103,7 +7228,7 @@ msgstr "Buscar por título de evento u organizador..." msgid "Search by job name or exception..." msgstr "Buscar por nombre de trabajo o excepción..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Buscar por nombre o correo electrónico..." @@ -7163,6 +7288,7 @@ msgstr "Color de texto secundario" msgid "Secure Checkout" msgstr "Pago Seguro" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7478,7 +7604,7 @@ msgid "Setup & Design" msgstr "Configuración y diseño" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7507,6 +7633,7 @@ msgstr "Compartir página del organizador" msgid "Shared Capacity Management" msgstr "Gestión de capacidad compartida" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Mostrar todas las plataformas ({0} más con valores)" @@ -7527,8 +7654,7 @@ msgstr "Mostrar casilla de aceptación de marketing" msgid "Show marketing opt-in checkbox by default" msgstr "Mostrar casilla de aceptación de marketing por defecto" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Mostrar más" @@ -7540,6 +7666,7 @@ msgstr "Mostrar más plataformas" msgid "Show tax and fees separately" msgstr "Mostrar impuestos y tarifas por separado" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Mostrando {0} de {totalRows} registros" @@ -7605,13 +7732,18 @@ msgid "Sold out" msgstr "Agotado" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Agotado" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Lista de espera de agotados" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Lista de espera de agotados" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7637,7 +7769,7 @@ msgstr "¡Algo salió mal! Inténtalo de nuevo" msgid "Something went wrong." msgstr "Algo salió mal." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Algo salió mal. Por favor, inténtelo de nuevo más tarde." @@ -7654,7 +7786,7 @@ msgstr "Algo salió mal. Inténtalo de nuevo." msgid "Sorry for the inconvenience." msgstr "Disculpe las molestias." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Lo sentimos, este código de promoción no se reconoce" @@ -7719,7 +7851,7 @@ msgstr "Las estadísticas se basan en la fecha de creación de la cuenta" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7802,11 +7934,13 @@ msgstr "Total parcial" msgid "Success" msgstr "Éxito" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "¡Éxito! {0} recibirá un correo electrónico en breve." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "{0} asistente con éxito" @@ -7840,7 +7974,7 @@ msgstr "Pregunta creada correctamente" msgid "Successfully Duplicated Product" msgstr "Producto duplicado con éxito" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Lugar ofrecido con éxito" @@ -7852,7 +7986,7 @@ msgstr "Tickets ofrecidos exitosamente a {count} personas" msgid "Successfully offered tickets to 1 person" msgstr "Tickets ofrecidos exitosamente a 1 persona" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Eliminado de la lista de espera con éxito" @@ -7922,8 +8056,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Configuración de comisiones de plataforma actualizada exitosamente" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Producto actualizado con éxito" +#~ msgid "Successfully updated product" +#~ msgstr "Producto actualizado con éxito" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7959,6 +8097,7 @@ msgstr "habitación 100" msgid "Summary" msgstr "Resumen" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8101,7 +8240,7 @@ msgstr "Plantilla eliminada exitosamente" msgid "Template saved successfully" msgstr "Plantilla guardada exitosamente" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Términos del servicio" @@ -8118,8 +8257,8 @@ msgstr "¡Gracias por asistir!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "¡Gracias por su apoyo mientras continuamos creciendo y mejorando Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Ese código de promoción no es válido." @@ -8192,9 +8331,15 @@ msgstr "El enlace en el que hizo clic no es válido." msgid "The locale of the customer" msgstr "El idioma del cliente" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "El número máximo de productos para {0} es {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "El número máximo de productos para {0} es {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8252,11 +8397,11 @@ msgstr "Teatro" msgid "Theme & Colors" msgstr "Tema y colores" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "No hay productos disponibles para este evento" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "No hay productos disponibles en esta categoría" @@ -8332,11 +8477,11 @@ msgstr "Este código se usará para rastrear ventas. Solo se permiten letras, n msgid "This color combination may be hard to read for some users" msgstr "Esta combinación de colores puede ser difícil de leer para algunos usuarios" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Este evento ha finalizado" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Este evento aún no está publicado" @@ -8412,7 +8557,11 @@ msgstr "Este pedido fue abandonado. Puede iniciar un nuevo pedido en cualquier m msgid "This order was cancelled. You can start a new order anytime." msgstr "Este pedido fue cancelado. Puedes iniciar un nuevo pedido en cualquier momento." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Este perfil de organizador aún no está publicado" @@ -8582,7 +8731,7 @@ msgstr "Entradas" msgid "Tickets & Products" msgstr "Entradas y productos" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Entradas disponibles" @@ -8594,6 +8743,7 @@ msgstr "Entradas para" msgid "Tickets Sold" msgstr "Entradas Vendidas" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Nivel {0}" @@ -8815,7 +8965,7 @@ msgstr "No se pudo retirar al asistente" msgid "Unable to create product. Please check the your details" msgstr "No se pudo crear el producto. Por favor, revise sus datos" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "No se pudo crear el producto. Por favor, revise sus datos" @@ -8831,7 +8981,7 @@ msgstr "No se pudo duplicar el producto. Por favor, revisa tus datos" msgid "Unable to fetch attendee" msgstr "No se pudo obtener el asistente" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "No se pudo unir a la lista de espera" @@ -8879,7 +9029,7 @@ msgstr "Asistente desconocido" msgid "Unlimited" msgstr "Ilimitado" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Ilimitado disponible" @@ -8911,6 +9061,7 @@ msgstr "Próximo" msgid "Upcoming Events" msgstr "Próximos eventos" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Actualizar {0}" @@ -8988,15 +9139,15 @@ msgstr "Escáner USB/HID" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Use <0>plantillas Liquid para personalizar sus correos electrónicos" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Utilice una versión borrosa de la imagen de portada como fondo" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Usar imagen de portada" +#~ msgid "Use cover image" +#~ msgstr "Usar imagen de portada" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9225,7 +9376,7 @@ msgstr "Ver página del evento" msgid "View logs" msgstr "Ver registros" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Ver mapa" @@ -9233,7 +9384,7 @@ msgstr "Ver mapa" msgid "View Message" msgstr "Ver mensaje" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Ver en Google Maps" @@ -9293,9 +9444,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "En espera" @@ -9306,7 +9457,7 @@ msgstr "Esperando pago" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Lista de espera" @@ -9330,6 +9481,7 @@ msgstr "No pudimos eliminar la categoría. Por favor, inténtelo de nuevo." msgid "We couldn't find any orders associated with this email address." msgstr "No pudimos encontrar pedidos asociados a este correo electrónico." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "No pudimos encontrar ningún boleto que coincida con {0}" @@ -9380,8 +9532,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "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." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "Te notificaremos por correo electrónico si hay un lugar disponible para {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "Te notificaremos por correo electrónico si hay un lugar disponible para {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9453,14 +9609,18 @@ msgstr "¡Bienvenido a bordo! Por favor inicie sesión para continuar." msgid "Welcome back" msgstr "Bienvenido de nuevo" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Bienvenido de nuevo{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Bienvenido a {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Bienvenido a {0}, aquí hay una lista de todos tus eventos" @@ -9529,9 +9689,16 @@ msgstr "Cuando se elimina un producto" msgid "When a product is updated" msgstr "Cuando se actualiza un producto" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Cuando un producto se agota, los clientes pueden unirse a una lista de espera para ser notificados cuando haya plazas disponibles." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Cuando un producto se agota, los clientes pueden unirse a una lista de espera para ser notificados cuando haya plazas disponibles." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9631,7 +9798,7 @@ msgstr "Laboral" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9676,14 +9843,19 @@ msgstr "Si, eliminarlos" msgid "You already scanned this ticket" msgstr "Ya has escaneado este boleto" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Estás cambiando tu correo electrónico a <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "Estás suplantando a <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Está emitiendo un reembolso parcial. Al cliente se le reembolsará {0} {1}." @@ -9754,7 +9926,7 @@ msgstr "Has añadido impuestos y tarifas a un producto gratuito. ¿Te gustaría msgid "You must acknowledge that this email is not promotional" msgstr "Debes reconocer que este correo electrónico no es promocional." -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Debe aceptar recibir mensajes" @@ -9810,11 +9982,12 @@ msgstr "Necesitará al menos un producto para comenzar. Gratis, de pago o deje q msgid "You're all set! Your payments are being processed smoothly." msgstr "¡Está todo listo! Sus pagos se están procesando sin problemas." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "¡Vas a ir a {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "¡Estás en la lista de espera!" @@ -9862,6 +10035,7 @@ msgstr "Tus detalles" msgid "Your Email" msgstr "Tu correo electrónico" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "Su solicitud de cambio de correo electrónico a <0>{0} está pendiente. Por favor revisa tu correo para confirmar" diff --git a/frontend/src/locales/fr.js b/frontend/src/locales/fr.js index e6cc5eefe..0ca267525 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 rien à montrer pour l'instant\\\"\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>enregistré avec succès\"],\"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\"],\" enregistré\"],\"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\":\"⚡️ Organisez votre événement\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Personnalisez votre page d'événement\",\"3VPPdS\":\"💳 Connectez-vous avec Stripe\",\"cjdktw\":\"🚀 Mettez votre événement en direct\",\"rmelwV\":\"0 minute et 0 seconde\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123, rue Principale\",\"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\":\"Appliquer le code promotionnel\",\"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\":\"Êtes-vous sûr de vouloir rendre cet événement public\xA0? Cela rendra l'événement visible au 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\":\"Notes du participant\",\"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\":\"Californie\",\"iStTQt\":\"L'autorisation de la caméra a été refusée. <0>Demander l'autorisation à nouveau, ou si cela ne fonctionne pas, vous devrez <1>accorder à cette page l'accès à votre caméra dans les paramètres de votre navigateur.\",\"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\":\"Impossible d'enregistrer\",\"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\":\"Enregistrer\",\"p2WLr3\":[\"Enregistrer \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Enregistrer et marquer la commande comme payée\",\"QYLpB4\":\"Enregistrement uniquement\",\"/Ta1d4\":\"Désenregistrer\",\"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\":\"Connectez votre compte Stripe pour commencer à recevoir des paiements.\",\"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\":\"Continuer la configuration\",\"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\":\"Personnalisez votre page d'événement en fonction de votre marque et de votre 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\":\"Produit de don / Payez ce que vous voulez\",\"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 n'est pas disponible sur cet appareil\",\"UNMVei\":\"Mot de passe oublié?\",\"2POOFK\":\"Gratuit\",\"P/OAYJ\":\"Produit gratuit\",\"vAbVy9\":\"Produit gratuit, aucune information de paiement requise\",\"nLC6tu\":\"Français\",\"Weq9zb\":\"Général\",\"DDcvSo\":\"Allemand\",\"4GLxhy\":\"Commencer\",\"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\":\"Masquer la page de démarrage\",\"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\":\"Masquer la page de démarrage de la barre latérale\",\"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\":\"Options de prix multiples. Parfait pour les produits en prévente, 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\":\"Aucun invité n'a été ajouté à cette commande.\",\"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\":\"Aucun produit associé à cet invité.\",\"Ya1JhR\":\"Aucun produit disponible dans cette catégorie.\",\"FTfObB\":\"Pas encore de produits\",\"+Y976X\":\"Aucun code promotionnel à afficher\",\"MAavyl\":\"Aucune question n’a été répondue par ce participant.\",\"SnlQeq\":\"Aucune question n'a été posée pour cette commande.\",\"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 soldes\",\"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\":\"Une fois prêt, mettez votre événement en ligne et commencez à vendre des produits.\",\"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\":\"Notes de commande\",\"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\":\"Ordres\",\"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\":\"Produit payant\",\"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\":\"Alimenté 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\":\"Type de prix\",\"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\":\"Code de 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 termes et conditions, 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\":\"Registre\",\"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\":\"Rechercher par nom, numéro de commande, numéro de participant ou e-mail...\",\"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\":\"Sélectionnez la caméra\",\"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\":\"Fixer un prix minimum et laisser les utilisateurs payer plus s'ils le souhaitent\",\"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\":\"Organisez votre événement\",\"A8iqfq\":\"Mettez votre événement en direct\",\"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\":\"Produit standard avec un prix fixe\",\"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\":\"Impôt\",\"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\":\"Impôts\",\"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\":\"Ces détails ne seront affichés que si la commande est terminée avec succès. Les commandes en attente de paiement n'afficheront pas ce 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\":\"C'est un produit général, comme un t-shirt ou une tasse. Aucun billet ne sera délivré\",\"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\":\"Ce produit est un billet. Les acheteurs recevront un billet lors de l'achat\",\"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\":\"Produit par paliers\",\"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\":\"CONSEIL\",\"MHrjPM\":\"Title\",\"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\":\"Taxe total\",\"+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\":\"T.V.A.\",\"E/9LUk\":\"nom de la place\",\"jpctdh\":\"Voir\",\"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\":\"Visibilité\",\"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\":\"Vous avez déjà scanné ce billet\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" est déjà enregistré\"],\"S4PqS9\":[[\"0\"],\" webhooks actifs\"],\"6MIiOI\":[[\"0\"],\" restant\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"B7pZfX\":[[\"0\"],\" organisateurs\"],\"/HkCs4\":[[\"0\"],\" billets\"],\"TjbIUI\":[[\"availableCount\"],\" sur \",[\"totalCount\"],\" disponibles\"],\"OJnhhX\":[[\"eventCount\"],\" événements\"],\"3IEF7U\":[[\"totalCount\"],\" types de billets\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Ajouter des billets\",\"M2DyLc\":\"1 webhook actif\",\"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\",\"cGtUz6\":\"1 semaine avant l'événement\",\"HR/cvw\":\"123 Rue Exemple\",\"kMU5aM\":\"Un avis d'annulation a été envoyé à\",\"V53XzQ\":\"Un nouveau code de vérification a été envoyé à votre adresse e-mail\",\"/z/bH1\":\"Une brève description de votre organisateur qui sera affichée à vos utilisateurs.\",\"aS0jtz\":\"Abandonné\",\"uyJsf6\":\"À propos\",\"WTk/ke\":\"À propos de Stripe Connect\",\"JvuLls\":\"Absorber les frais\",\"lk74+I\":\"Absorber les frais\",\"1uJlG9\":\"Couleur d'Accent\",\"K5+3xg\":\"Accepter l'invitation\",\"VTfZPy\":\"Accès refusé\",\"iN5Cz3\":\"Compte déjà connecté !\",\"YP4JuP\":\"Configuration du compte mise à jour avec succès\",\"vOuxvL\":\"Informations du compte\",\"EHNORh\":\"Compte introuvable\",\"bPwFdf\":\"Comptes\",\"nMtNd+\":\"Action requise : Reconnectez votre compte Stripe\",\"AhwTa1\":\"Action requise : Informations TVA nécessaires\",\"APyAR/\":\"Événements actifs\",\"UWWRyd\":\"Ajoutez des questions personnalisées pour collecter des informations supplémentaires lors du paiement\",\"a5KFZU\":\"Ajoutez les détails de l’événement et gérez les paramètres.\",\"Fb+SDI\":\"Ajouter plus de billets\",\"7JF9w9\":\"Ajouter une question\",\"6PNlRV\":\"Ajouter cet événement à votre calendrier\",\"BGD9Yt\":\"Ajouter des billets\",\"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.\",\"bVjDs9\":\"Frais supplémentaires\",\"0Zypnp\":\"Tableau de Bord Admin\",\"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\",\"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.\",\"7rLTkE\":\"Tous les événements archivés\",\"gKq1fa\":\"Tous les participants\",\"pMLul+\":\"Toutes les devises\",\"qlaZuT\":\"Terminé ! Vous utilisez maintenant notre système de paiement amélioré.\",\"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\",\"Sxm1lO\":\"Tous les statuts\",\"dr7CWq\":\"Tous les événements à venir\",\"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.\",\"F3mW5G\":\"Permettre aux clients de rejoindre une liste d'attente lorsque ce produit est épuisé\",\"QUg5y1\":\"Presque fini ! Terminez la connexion de votre compte Stripe pour commencer à accepter les paiements.\",\"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\"],\"\"],\"/H326L\":\"Déjà remboursé\",\"RtxQTF\":\"Annuler également cette commande\",\"jkNgQR\":\"Rembourser également cette commande\",\"xYqsHg\":\"Toujours disponible\",\"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.\",\"eusccx\":\"Un message optionnel à afficher sur le produit en vedette, par ex. \\\"Se vend rapidement 🔥\\\" ou \\\"Meilleur rapport qualité-prix\\\"\",\"QNrkms\":\"Réponse mise à jour avec succès.\",\"Znwxal\":\"Configuration des frais d'application\",\"261RBr\":\"Approuver le message\",\"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.\",\"vPeW/6\":\"Êtes-vous sûr de vouloir supprimer cette configuration ? Cela peut affecter les comptes qui l'utilisent.\",\"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.\",\"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\"],\" ?\"],\"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.\",\"QGoXh3\":\"Comme votre entreprise est basée dans l'UE, nous devons déterminer le traitement TVA approprié pour nos frais de plateforme :\",\"tMeVa/\":\"Demander le nom et l'email pour chaque billet acheté\",\"/JdZIP\":\"Configuration assignée\",\"xdiER7\":\"Niveau attribué\",\"F2rX0R\":\"Au moins un type d'événement doit être sélectionné\",\"BCmibk\":\"Tentatives\",\"6PecK3\":\"Présence et taux d'enregistrement pour tous les événements\",\"AJ4rvK\":\"Participant annulé\",\"qvylEK\":\"Participant créé\",\"Aspq3b\":\"Collecte des informations des participants\",\"fpb0rX\":\"Informations du participant copiées de la commande\",\"0R3Y+9\":\"Email du participant\",\"94aQMU\":\"Informations du participant\",\"KkrBiR\":\"Collecte d'informations sur les participants\",\"av+gjP\":\"Nom du 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\",\"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\",\"OpCtfq\":\"L'offre automatique est activée. Les billets sont automatiquement proposés lorsque des places se libèrent. Utilisez ceci pour proposer manuellement des places supplémentaires.\",\"V7Tejz\":\"Traitement automatique de la liste d'attente\",\"PZ7FTW\":\"Détecté automatiquement selon la couleur de fond, mais peut être remplacé\",\"8Etqrl\":\"Proposer automatiquement des billets à la personne suivante lorsque de la capacité se libère\",\"csDS2L\":\"Disponible\",\"clF06r\":\"Disponible pour remboursement\",\"NB5+UG\":\"Jetons disponibles\",\"EmYMHc\":\"Paiement hors ligne en attente\",\"kNmmvE\":\"Awesome Events SARL\",\"TeSaQO\":\"Retour aux comptes\",\"kYqM1A\":\"Retour à l'événement\",\"s5QRF3\":\"Retour aux messages\",\"td/bh+\":\"Retour aux rapports\",\"jIPNJG\":\"Informations de base\",\"WOpH7O\":\"Une expérience de paiement élégante sur tous les appareils\",\"iMdwTb\":\"Avant que votre événement puisse être mis en ligne, vous devez effectuer quelques étapes. Complétez toutes les étapes ci-dessous pour commencer.\",\"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.\",\"9N+p+g\":\"Affaires\",\"7ns+do\":\"Adresse professionnelle\",\"LeC29u\":\"Adresse professionnelle aux fins de la TVA\",\"RReHTu\":\"Nom de l'entreprise\",\"bv6RXK\":\"Libellé du bouton\",\"ChDLlO\":\"Texte du bouton\",\"BUe8Wj\":\"L'acheteur paie\",\"qF1qbA\":\"Les acheteurs voient un prix net. Les frais de plateforme sont déduits de votre paiement.\",\"DFqasq\":[\"En continuant, vous acceptez les <0>Conditions d'utilisation de \",[\"0\"],\"\"],\"lFdbRS\":\"Contourner les frais d'application\",\"2VLZwd\":\"Bouton d'appel à l'action\",\"PUpvQe\":\"Scanner caméra\",\"D02dD9\":\"Campagne\",\"H4nE+E\":\"Annuler tous les produits et les remettre dans le pool\",\"tOXAdc\":\"L'annulation annulera tous les participants associés à cette commande et remettra les billets dans le pool disponible.\",\"IrUqjC\":\"Impossible d'enregistrer (Annulé)\",\"01sEfm\":\"Impossible de supprimer la configuration système par défaut\",\"VsM1HH\":\"Attributions de capacité\",\"K7tIrx\":\"Catégorie\",\"2tbLdK\":\"Charité\",\"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.\",\"udRwQs\":\"Enregistrement créé\",\"F4SRy3\":\"Enregistrement supprimé\",\"9gPPUY\":\"Liste d'Enregistrement Créée !\",\"f2vU9t\":\"Listes d'enregistrement\",\"tMNBEF\":\"Les listes d'enregistrement vous permettent de contrôler l'entrée par jours, zones ou types de billets. Vous pouvez partager un lien sécurisé avec le personnel — aucun compte requis.\",\"SHJwyq\":\"Taux d'enregistrement\",\"qCqdg6\":\"Statut d'enregistrement\",\"cKj6OE\":\"Résumé des enregistrements\",\"7B5M35\":\"Enregistrements\",\"DM4gBB\":\"Chinois (traditionnel)\",\"pkk46Q\":\"Choisissez un organisateur\",\"Crr3pG\":\"Choisir le calendrier\",\"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.\",\"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\",\"7D9MJz\":\"Finaliser la configuration de Stripe\",\"OqEV/G\":\"Complétez la configuration ci-dessous pour continuer\",\"nqx+6h\":\"Complétez ces étapes pour commencer à vendre des billets pour votre événement.\",\"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\",\"B5fpAA\":\"Configuration assignée avec succès\",\"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\",\"Nbd6WT\":\"Configurer les paramètres de liste d'attente pour cet événement\",\"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 à\",\"o5A0Go\":\"Félicitations pour la création de votre événement !\",\"x3wVFc\":\"Félicitations ! Votre événement est maintenant visible par le public.\",\"WNnP3w\":\"Connecter et mettre à niveau\",\"Xe2tSS\":\"Documentation de connexion\",\"1Xxb9f\":\"Connecter le traitement des paiements\",\"nQI4H5\":\"Connectez Stripe pour activer l'édition des modèles d'e-mail\",\"LmvZ+E\":\"Connectez Stripe pour activer la messagerie\",\"EWnXR+\":\"Se connecter à Stripe\",\"VioGG1\":\"Connectez votre compte Stripe pour accepter les paiements des billets et produits.\",\"4qmnU8\":\"Connectez votre compte Stripe pour accepter les paiements.\",\"E1eze1\":\"Connectez votre compte Stripe pour commencer à accepter les paiements pour vos événements.\",\"ulV1ju\":\"Connectez votre compte Stripe pour commencer à accepter les paiements.\",\"/3017M\":\"Connecté à Stripe\",\"jfC/xh\":\"Contact\",\"LOFgda\":[\"Contacter \",[\"0\"]],\"41BQ3k\":\"E-mail de contact\",\"KcXRN+\":\"Email de contact pour le support\",\"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\",\"p2FRHj\":\"Contrôlez comment les frais de plateforme sont gérés pour cet événement\",\"1JnTgU\":\"Copié d'en haut\",\"FxVG/l\":\"Copié dans le presse-papiers\",\"PiH3UR\":\"Copié !\",\"uUPbPg\":\"Copier le lien d'affiliation\",\"iVm46+\":\"Copier le code\",\"+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\",\"P0rbCt\":\"Image de couverture\",\"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\",\"zg4oSu\":[\"Créer le modèle \",[\"0\"]],\"RKKhnW\":\"Créez un widget personnalisé pour vendre des billets sur votre site.\",\"yIRev4\":\"Créer un mot de passe\",\"xfKgwv\":\"Créer un affilié\",\"tudG8q\":\"Créez et configurez des billets et des marchandises à vendre.\",\"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é\",\"Nc3l/D\":\"Créez des réductions, des codes d'accès pour les billets cachés et des offres spéciales.\",\"eWEV9G\":\"Créer un nouveau mot de passe\",\"8AiKIu\":\"Créer un billet ou un produit\",\"agZ87r\":\"Créez des billets pour votre événement, fixez les prix et gérez la quantité disponible.\",\"/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\",\"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\",\"BMtue0\":\"Processeur de paiement actuel\",\"T+1APV\":\"Le numéro de TVA actuel est validé\",\"v2GlhZ\":\"La validation du numéro de TVA actuel a échoué\",\"iTvh6I\":\"Actuellement disponible à l'achat\",\"g7HIC0\":\"Image de marque personnalisée\",\"Guo0lU\":\"Date et heure personnalisées\",\"mimF6c\":\"Message personnalisé après la commande\",\"O6mra8\":\"Questions personnalisées\",\"axv/Mi\":\"Modèle personnalisé\",\"QMHSMS\":\"Le client recevra un e-mail confirmant le remboursement\",\"L/Qc+w\":\"Adresse email du client\",\"wpfWhJ\":\"Prénom du client\",\"GIoqtA\":\"Nom de famille du client\",\"NihQNk\":\"Clients\",\"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\",\"pxNIxa\":\"Personnalisez votre modèle d'e-mail en utilisant des modèles Liquid\",\"3trPKm\":\"Personnalisez l'apparence de votre page d'organisateur\",\"/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\",\"pvnfJD\":\"Sombre\",\"nE5o/t\":\"Propriété des données\",\"lnYE59\":\"Date de l'événement\",\"gnBreG\":\"Date à laquelle la commande a été passée\",\"ovBPCi\":\"Par défaut\",\"JtI4vj\":\"Collecte d'informations par défaut sur les participants\",\"3R/Tu2\":\"Gestion des frais par défaut\",\"1bZAZA\":\"Le modèle par défaut sera utilisé\",\"vu7gDm\":\"Supprimer l'affilié\",\"KZN4Lc\":\"Tout supprimer\",\"+jw/c1\":\"Supprimer l'image\",\"hdyeZ0\":\"Supprimer le travail\",\"dPyJ15\":\"Supprimer le modèle\",\"mxsm1o\":\"Supprimer cette question ? Cette action est irréversible.\",\"snMaH4\":\"Supprimer le webhook\",\"vYgeDk\":\"Tout désélectionner\",\"NvuEhl\":\"Éléments de Design\",\"H8kMHT\":\"Vous n'avez pas reçu le code ?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Ignorer ce message\",\"BREO0S\":\"Affiche une case permettant aux clients de s'inscrire pour recevoir des communications marketing de cet organisateur d'événements.\",\"TvY/XA\":\"Documentation\",\"Kdpf90\":\"N'oubliez pas !\",\"352VU2\":\"Vous n'avez pas de compte ? <0>Inscrivez-vous\",\"AXXqG+\":\"Don\",\"DPfwMq\":\"Terminé\",\"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.\\nCela permet de garantir que tous les organisateurs d'événements sont vérifiés et responsables.En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir envoyer des messages aux participants.\\nCeci afin de s'assurer que tous les organisateurs d'événements sont vérifiés et responsables.\",\"euc6Ns\":\"Dupliquer\",\"KRmTkx\":\"Dupliquer le produit\",\"KIjvtr\":\"Néerlandais\",\"22xieU\":\"ex. 180 (3 heures)\",\"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.\",\"LTzmgK\":[\"Modifier le modèle \",[\"0\"]],\"v4+lcZ\":\"Modifier l'affilié\",\"2iZEz7\":\"Modifier la réponse\",\"tPtRwl\":\"Modifier les frais d'application\",\"t2bbp8\":\"Modifier le participant\",\"etaWtB\":\"Modifier les détails du participant\",\"+guao5\":\"Modifier la configuration\",\"vRWOrM\":\"Modifier les détails de la commande\",\"3yNuBV\":\"Modifier les paramètres TVA\",\"fW5sSv\":\"Modifier le webhook\",\"nP7CdQ\":\"Modifier le webhook\",\"uBAxNB\":\"Éditeur\",\"aqxYLv\":\"Éducation\",\"iiWXDL\":\"Échecs d'éligibilité\",\"zPiC+q\":\"Listes d'Enregistrement Éligibles\",\"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\",\"L86zy2\":\"E-mail vérifié avec succès !\",\"FSN4TS\":\"Widget intégré\",\"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\",\"48Y16Q\":\"Heure de fin (facultatif)\",\"7YZofi\":\"Entrez un sujet et un corps pour voir l'aperçu\",\"3bR1r4\":\"Saisir l'e-mail de l'affilié (facultatif)\",\"ARkzso\":\"Saisir le nom de l'affilié\",\"y1BZw1\":\"Entrez l'adresse professionnelle\",\"3GfR6a\":\"Entrez le nom de l'entreprise\",\"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\",\"1tAGuY\":\"Entrez le numéro de TVA avec le code pays\",\"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)\",\"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\",\"AKbElk\":\"Entreprises enregistrées à la TVA UE : Mécanisme d'autoliquidation applicable (0% - Article 196 de la Directive TVA 2006/112/CE)\",\"WgD6rb\":\"Catégorie d'événement\",\"b46pt5\":\"Image de couverture de l'événement\",\"1Hzev4\":\"Modèle personnalisé d'événement\",\"imgKgl\":\"Description de l'événement\",\"kJDmsI\":\"Détails de l'événement\",\"m/N7Zq\":\"Adresse Complète de l'Événement\",\"Nl1ZtM\":\"Lieu de l'événement\",\"t3AMTs\":\"Plateforme de gestion d'événements\",\"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\",\"Gh9Oqb\":\"Nom de l'organisateur de l'événement\",\"mImacG\":\"Page de l'événement\",\"JyD0LH\":\"Paramètres de l'événement\",\"cOePZk\":\"Heure de l'événement\",\"e8WNln\":\"Fuseau horaire de l'événement\",\"GeqWgj\":\"Fuseau Horaire de l'Événement\",\"XVLu2v\":\"Titre de l'événement\",\"OfmsI9\":\"Événement trop récent\",\"YDVUVl\":\"Types d'événements\",\"4K2OjV\":\"Lieu de l'Événement\",\"19j6uh\":\"Performance des événements\",\"PC3/fk\":\"Événements commençant dans les prochaines 24 heures\",\"fTFfOK\":\"Chaque modèle d'e-mail doit inclure un bouton d'appel à l'action qui renvoie vers la page appropriée\",\"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\",\"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\",\"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\",\"U66oUa\":\"Échec de la création du modèle\",\"aFk48v\":\"Échec de la suppression de la configuration\",\"Zw6LWb\":\"Échec de la suppression du travail\",\"tq0abZ\":\"Échec de la suppression des travaux\",\"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\",\"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\",\"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.\",\"o/blc/\":\"Échec de la mise à jour de la configuration du compte\",\"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\",\"EhlbcI\":\"Échec de la mise à jour du niveau de messagerie\",\"rpGMzC\":\"Échec de la mise à jour de la commande\",\"Eeo/Gy\":\"Échec de la mise à jour du paramètre\",\"kqA9lY\":\"Échec de la mise à jour des paramètres TVA\",\"7/9RFs\":\"Échec du téléversement de l’image.\",\"nkNfWu\":\"Échec du téléchargement de l'image. Veuillez réessayer.\",\"rxy0tG\":\"Échec de la vérification de l'e-mail\",\"9bHCo2\":\"Devise des frais\",\"/sV91a\":\"Gestion des frais\",\"T4BMxU\":\"Les frais sont susceptibles de changer. Vous serez informé de toute modification de votre structure tarifaire.\",\"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\",\"8OvVZZ\":\"Filtrer les Participants\",\"mvrlBO\":\"Filtrer par événement\",\"8BwQeU\":\"Terminer la configuration\",\"hg80P7\":\"Terminer la configuration Stripe\",\"1vBhpG\":\"Premier participant\",\"4pwejF\":\"Le prénom est obligatoire\",\"6bBh3/\":\"Frais fixes\",\"5mpF6N\":[\"Montant des frais fixes en \",[\"currencyCode\"]],\"zWqUyJ\":\"Frais fixes facturés par transaction\",\"LWL3Bs\":\"Les frais fixes doivent être égaux ou supérieurs à 0\",\"YXhom6\":\"Frais fixes :\",\"KgxI80\":\"Billetterie flexible\",\"lWxAUo\":\"Nourriture et boissons\",\"nFm+5u\":\"Texte de Pied de Page\",\"MY2SVM\":\"Remboursement complet\",\"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\",\"+4zM7f\":\"Recevez vos paiements immédiatement via Stripe Connect\",\"ZDIydz\":\"Commencer\",\"u6FPxT\":\"Obtenir des billets\",\"8KDgYV\":\"Préparez votre événement\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Aller à la page de l'événement\",\"gHSuV/\":\"Aller à la page d'accueil\",\"6nDzTl\":\"Bonne lisibilité\",\"aGWZUr\":\"Revenu brut\",\"n8IUs7\":\"Revenu brut\",\"LIYoRQ\":\"Gestion des invités\",\"kTSQej\":[\"Bonjour \",[\"0\"],\", gérez votre plateforme depuis ici.\"],\"dORAcs\":\"Voici tous les billets associés à votre adresse e-mail.\",\"g+2103\":\"Voici votre lien d'affiliation\",\"QlwJ9d\":\"Voici à quoi vous attendre :\",\"/iE8xx\":\"Frais Hi.Events\",\"zppscQ\":\"Frais de plateforme Hi.Events et ventilation TVA par transaction\",\"D+zLDD\":\"Masqué\",\"DRErHC\":\"Masqué aux participants - visible uniquement par les organisateurs\",\"P+5Pbo\":\"Masquer les réponses\",\"FmogyU\":\"Masquer les options\",\"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.\",\"sy9anN\":\"Combien de temps un client a pour finaliser son achat après avoir reçu une offre. Laisser vide pour aucun délai.\",\"AVpmAa\":\"Comment payer hors ligne\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Hongrois\",\"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\",\"PYVWEI\":\"Si vous êtes enregistré, fournissez votre numéro de TVA pour validation\",\"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.\",\"M8M6fs\":\"Important : Reconnexion Stripe requise\",\"jT142F\":[\"Dans \",[\"diffHours\"],\" heures\"],\"OoSyqO\":[\"Dans \",[\"diffMinutes\"],\" minutes\"],\"cljs3a\":\"Indiquez si vous êtes assujetti à la TVA dans l'UE\",\"F1Xp97\":\"Participants individuels\",\"85e6zs\":\"Insérer un jeton Liquid\",\"38KFY0\":\"Insérer une variable\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Paiements instantanés\",\"nbfdhU\":\"Intégrations\",\"JHB/Ky\":\"Invalide\",\"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\",\"Mokwac\":\"Invitez un nombre illimité de membres d'équipe avec des rôles personnalisés\",\"aH6ZIb\":\"Invitez votre équipe\",\"IuMGvq\":\"Facture\",\"y0meFR\":\"La TVA irlandaise à 23 % sera appliquée aux frais de plateforme (fourniture nationale).\",\"1ZKm04\":\"Ce compte est-il enregistré à la TVA dans l'UE ?\",\"Lj7sBL\":\"Italien\",\"F5/CBH\":\"article(s)\",\"BzfzPK\":\"Articles\",\"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\",\"lZwV6X\":[\"Rejoindre la liste d'attente pour \",[\"0\"]],\"2gMuHR\":\"Inscrit\",\"hTJ4fB\":\"Cliquez simplement sur le bouton ci-dessous pour reconnecter votre compte Stripe.\",\"MxjCqk\":\"Vous cherchez vos billets ?\",\"lB2hSG\":[\"Me tenir informé des actualités et événements de \",[\"0\"]],\"DruLRc\":\"14 derniers jours\",\"ve9JTU\":\"Le nom est obligatoire\",\"h0Q9Iw\":\"Dernière réponse\",\"gw3Ur5\":\"Dernier déclenchement\",\"QIn0Vl\":\"Raison sociale légale aux fins de la TVA\",\"1njn7W\":\"Clair\",\"1qY5Ue\":\"Lien expiré ou invalide\",\"psosdY\":\"Lien vers les détails de la commande\",\"6JzK4N\":\"Lien vers le billet\",\"shkJ3U\":\"Liez votre compte Stripe pour recevoir les fonds provenant des ventes de billets.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Liens autorisés\",\"dF6vP6\":\"En ligne\",\"fpMs2Z\":\"EN DIRECT\",\"D9zTjx\":\"Événements en Direct\",\"WdmJIX\":\"Chargement de l'aperçu...\",\"IoDI2o\":\"Chargement des jetons...\",\"NFxlHW\":\"Chargement des webhooks\",\"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\",\"4wUIjX\":\"Rendre votre événement public\",\"2FzaR1\":\"Gérez votre traitement des paiements et consultez les frais de plateforme\",\"2L3vle\":\"Max messages / 24h\",\"Qp4HWD\":\"Max destinataires / message\",\"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\",\"H9HlDe\":\"minutes\",\"gqnyh0\":\"Optimisé pour mobile\",\"olKKwj\":\"Scanner mobile avec support hors ligne et suivi en temps réel\",\"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\",\"w36OkR\":\"Événements les plus vus (14 derniers jours)\",\"GfaxEk\":\"Musique\",\"oVGCGh\":\"Mes Billets\",\"8/brI5\":\"Le nom est obligatoire\",\"sFFArG\":\"Le nom doit comporter moins de 255 caractères\",\"sCV5Yc\":\"Nom de l'événement\",\"xxU3NX\":\"Revenu net\",\"ArHT/C\":\"Nouvelles inscriptions\",\"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\",\"Dwf4dR\":\"Pas encore de questions pour les participants\",\"/UC6qk\":\"Aucune donnée d'attribution trouvée\",\"amMkpL\":\"Aucune capacité\",\"99ntUF\":\"Aucune liste d'enregistrement disponible pour cet événement.\",\"+dAKxg\":\"Aucune configuration trouvée\",\"eb47T5\":\"Aucune donnée trouvée pour les filtres sélectionnés. Essayez d'ajuster la plage de dates ou la devise.\",\"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é\",\"54GxeB\":\"Aucun impact sur vos transactions actuelles ou passées\",\"EpvBAp\":\"Pas de facture\",\"XZkeaI\":\"Aucun journal trouvé\",\"nrSs2u\":\"Aucun message trouvé\",\"OVFwlg\":\"Pas encore de questions de commande\",\"EJ7bVz\":\"Aucune commande trouvée\",\"NEmyqy\":\"Aucune commande pour le moment\",\"wUv5xQ\":\"Aucune activité d'organisateur au cours des 14 derniers jours\",\"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\",\"kY7XDn\":\"Aucun produit n'a d'entrées en liste d'attente\",\"wYiAtV\":\"Aucune inscription récente\",\"UW90md\":\"Aucun destinataire trouvé\",\"QoAi8D\":\"Aucune réponse\",\"EK/G11\":\"Aucune réponse pour le moment\",\"3sRuiW\":\"Aucun billet trouvé\",\"yM5c0q\":\"Aucun événement à venir\",\"qpC74J\":\"Aucun utilisateur trouvé\",\"41dJPO\":\"Aucun paramètre TVA configuré\",\"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\",\"HVwIsd\":\"Entreprises ou particuliers non assujettis à la TVA : TVA irlandaise à 23 % applicable\",\"x5+Lcz\":\"Non Enregistré\",\"8n10sz\":\"Non Éligible\",\"BwJKBw\":\"de\",\"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.\"],\"lQgMLn\":\"Nom du bureau ou du lieu\",\"6Aih4U\":\"Hors ligne\",\"Z6gBGW\":\"Paiement hors ligne\",\"nO3VbP\":[\"En vente \",[\"0\"]],\"2r6bAy\":\"Une fois la mise à niveau terminée, votre ancien compte ne sera utilisé que pour les remboursements.\",\"oXOSPE\":\"En ligne\",\"WjSpu5\":\"Événement en ligne\",\"bU7oUm\":\"Envoyer uniquement aux commandes avec ces statuts\",\"M2w1ni\":\"Visible uniquement avec un code promo\",\"N141o/\":\"Ouvrir le tableau de bord Stripe\",\"HXMJxH\":\"Texte optionnel pour les avertissements, informations de contact ou notes de remerciement (une seule ligne)\",\"L565X2\":\"options\",\"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\",\"0UZTSq\":\"Devise de la Commande\",\"HdmwrI\":\"Email de commande\",\"bwBlJv\":\"Prénom 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\",\"Pc729f\":\"Commande en Attente de Paiement Hors Ligne\",\"F4NXOl\":\"Nom de famille de la commande\",\"RQCXz6\":\"Limites de commande\",\"SO9AEF\":\"Limites de commande définies\",\"5RDEEn\":\"Langue de la Commande\",\"vu6Arl\":\"Commande marquée comme payée\",\"sLbJQz\":\"Commande introuvable\",\"kvYpYu\":\"Commande introuvable\",\"i8VBuv\":\"Numéro de commande\",\"FaPYw+\":\"Propriétaire de la commande\",\"eB5vce\":\"Propriétaires de commandes avec un produit spécifique\",\"CxLoxM\":\"Propriétaires de commandes avec des produits\",\"DoH3fD\":\"Paiement de la Commande en Attente\",\"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\",\"KndP6g\":\"URL de la commande\",\"3NT0Ck\":\"La commande a été annulée\",\"sd5IMt\":\"Commandes terminées\",\"5It1cQ\":\"Commandes exportées\",\"UQ0ACV\":\"Total des commandes\",\"B/EBQv\":\"Commandes:\",\"qtGTNu\":\"Comptes organiques\",\"ucgZ0o\":\"Organisation\",\"S3CZ5M\":\"Tableau de bord de l'organisateur\",\"Uu0hZq\":\"E-mail de l'organisateur\",\"Gy7BA3\":\"Adresse e-mail de l'organisateur\",\"SQqJd8\":\"Organisateur introuvable\",\"wpj63n\":\"Paramètres de l'organisateur\",\"coIKFu\":\"Les statistiques de l'organisateur ne sont pas disponibles pour la devise sélectionnée ou une erreur s'est produite.\",\"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é\",\"/IX/7x\":\"Autre\",\"RsiDDQ\":\"Autres Listes (Billet Non Inclus)\",\"qMASRF\":\"Messages sortants\",\"6/dCYd\":\"Aperçu\",\"6WdDG7\":\"Page\",\"8uqsE5\":\"Page plus disponible\",\"QkLf4H\":\"URL de la page\",\"sF+Xp9\":\"Vues de page\",\"c+suC6\":\"Comptes payants\",\"QIxRUI\":\"Billets payants, gratuits, tarification échelonnée et basée sur les dons\",\"5F7SYw\":\"Remboursement partiel\",\"fFYotW\":[\"Partiellement remboursé : \",[\"0\"]],\"i8day5\":\"Répercuter les frais sur l'acheteur\",\"k4FLBQ\":\"Répercuter sur l'acheteur\",\"Ff0Dor\":\"Passé\",\"xTPjSy\":\"Événements passés\",\"/l/ckQ\":\"Coller l’URL\",\"URAE3q\":\"En pause\",\"4fL/V7\":\"Payer\",\"OZK07J\":\"Payer pour déverrouiller\",\"c2/9VE\":\"Charge utile\",\"TskrJ8\":\"Paiement et abonnement\",\"5cxUwd\":\"Date de paiement\",\"ENEPLY\":\"Mode de paiement\",\"EyE8E6\":\"Traitement des paiements\",\"8Lx2X7\":\"Paiement reçu\",\"vcyz2L\":\"Paramètres de paiement\",\"fx8BTd\":\"Paiements non disponibles\",\"51U9mG\":\"Les paiements continueront de fonctionner sans interruption\",\"UkM20g\":\"En attente de révision\",\"dPYu1F\":\"Par participant\",\"VlXNyK\":\"Par commande\",\"hauDFf\":\"Par billet\",\"mnF83a\":\"Frais en pourcentage\",\"2ueYqG\":\"Frais en pourcentage (0-100 %)\",\"K2PPlT\":\"Les frais en pourcentage doivent être compris entre 0 et 100\",\"MixU2P\":\"Le pourcentage doit être compris entre 0 et 100\",\"MkuVAZ\":\"Pourcentage du montant de la transaction\",\"/Bh+7r\":\"Performance\",\"6kPk3+\":\"Informations personnelles\",\"zmwvG2\":\"Téléphone\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Message Post-Commande\",\"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\",\"+4yRWM\":\"Prix du billet\",\"a5jvSX\":\"Niveaux de prix\",\"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\",\"ldVIlB\":\"Produit mis à jour\",\"JoKGiJ\":\"Code promo\",\"k3wH7i\":\"Utilisation des codes promo et détail des réductions\",\"uEhdRh\":\"Promo seulement\",\"dLm8V5\":\"Les e-mails promotionnels peuvent entraîner la suspension du compte\",\"EEYbdt\":\"Publier\",\"evDBV8\":\"Publier l'événement\",\"dsFmM+\":\"Acheté\",\"Vw0KCJ\":\"Enregistrement par code QR\",\"oWXNE5\":\"Qté\",\"k/bJj0\":\"Questions réorganisées\",\"b24kPi\":\"File d'attente\",\"fqDzSu\":\"Taux\",\"mnUGVC\":\"Limite de débit dépassée. Veuillez réessayer plus tard.\",\"t41hVI\":\"Réoffrir une place\",\"spsZys\":\"Prêt à mettre à niveau ? Cela ne prend que quelques minutes.\",\"vt9xUl\":\"Analyses en temps réel\",\"xzRvs4\":[\"Recevoir les mises à jour produits de \",[\"0\"],\".\"],\"pLXbi8\":\"Inscriptions récentes\",\"Fi3b48\":\"Commandes récentes\",\"7hPBBn\":\"destinataire\",\"jp5bq8\":\"destinataires\",\"yPrbsy\":\"Destinataires\",\"E1F5Ji\":\"Les destinataires sont disponibles après l'envoi du message\",\"Edm6av\":\"Reconnecter Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirection vers Stripe...\",\"pnoTN5\":\"Comptes de parrainage\",\"ACKu03\":\"Actualiser l'aperçu\",\"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\",\"CQeZT8\":\"Rapport non trouvé\",\"JEPMXN\":\"Demander un nouveau lien\",\"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\",\"kCn6wb\":\"Réinitialisation...\",\"6gRgw8\":\"Réessayer\",\"1BG8ga\":\"Tout réessayer\",\"rDC+T6\":\"Réessayer le travail\",\"CbnrWb\":\"Retour à l'événement\",\"Oo/PLb\":\"Résumé des revenus\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Vente terminée \",[\"0\"]],\"loCKGB\":[\"Vente se termine \",[\"0\"]],\"wlfBad\":\"Période de vente\",\"5CDM6r\":\"Période de vente définie\",\"ftzaMf\":\"Période de vente, limites de commande, visibilité\",\"zpekWp\":[\"Vente commence \",[\"0\"]],\"mUv9U4\":\"Ventes\",\"9KnRdL\":\"Ventes en pause\",\"3VnlS9\":\"Ventes, commandes et indicateurs de performance pour tous les événements\",\"3Q1AWe\":\"Ventes:\",\"B4nE3N\":\"Prix du billet exemple\",\"8BRPoH\":\"Lieu Exemple\",\"DyBPvP\":\"Enregistrer la configuration\",\"KZrfYJ\":\"Enregistrer les liens sociaux\",\"9Y3hAT\":\"Sauvegarder le modèle\",\"C8ne4X\":\"Enregistrer le Design du Billet\",\"6/TNCd\":\"Enregistrer les paramètres TVA\",\"I+FvbD\":\"Scanner\",\"QS1Nla\":\"Programmer pour plus tard\",\"NAzVVw\":\"Programmer le message\",\"4ba0NE\":\"Planifié\",\"qcP/8K\":\"Heure programmée\",\"ftNXma\":\"Rechercher des affiliés...\",\"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...\",\"VT+urE\":\"Rechercher par nom ou e-mail...\",\"GHdjuo\":\"Rechercher par nom, e-mail ou compte...\",\"20ce0U\":\"Rechercher par ID de commande, nom du client ou e-mail...\",\"4DSz7Z\":\"Rechercher par sujet, événement ou compte...\",\"BWF1kC\":\"Rechercher des messages...\",\"Mck5ht\":\"Paiement sécurisé\",\"p7xUrt\":\"Sélectionner une catégorie\",\"3IcxS1\":\"Sélectionner une configuration\",\"e4L7bF\":\"Sélectionnez un message pour voir son contenu\",\"zPRPMf\":\"Sélectionner un niveau\",\"BFRSTT\":\"Sélectionner un compte\",\"mCB6Je\":\"Tout sélectionner\",\"a6+167\":\"Sélectionner un événement\",\"kYZSFD\":\"Sélectionnez un organisateur pour voir son tableau de bord et ses événements.\",\"CFbaPk\":\"Sélectionner un groupe de participants\",\"hJmVtD\":\"Sélectionner le pays\",\"tVW/yo\":\"Sélectionner la devise\",\"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\",\"1nhy8G\":\"Sélectionner le type de scanner\",\"KizCK7\":\"Sélectionnez la date et l'heure de début\",\"dJZTv2\":\"Sélectionner l'heure de début\",\"3hJUtr\":\"Sélectionnez le pays où la TVA est enregistrée\",\"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\",\"5Ds0vl\":\"Sélectionnez la configuration des frais qui s'applique à ce compte. Les frais fixes sont convertis dans la devise de la commande lors du paiement.\",\"ylXj1N\":\"Sélectionné\",\"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\",\"QEQlnV\":\"Envoyez votre premier message\",\"IoAuJG\":\"Envoi...\",\"h69WC6\":\"Envoyé\",\"BVu2Hz\":\"Envoyé par\",\"SPdzrs\":\"Envoyé aux clients lorsqu'ils passent une commande\",\"LxSN5F\":\"Envoyé à chaque participant avec les détails de son billet\",\"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.\",\"s0FkEx\":\"Configurez des listes d'enregistrement pour différentes entrées, sessions ou jours.\",\"xMO+Ao\":\"Configurer votre organisation\",\"C3htzi\":\"Paramètre mis à jour\",\"Ohn74G\":\"Configuration et design\",\"GG7qDw\":\"Partager le lien d'affiliation\",\"hL7sDJ\":\"Partager la page de l'organisateur\",\"jy6QDF\":\"Gestion de capacité partagée\",\"cMW+gm\":[\"Afficher toutes les plateformes (\",[\"0\"],\" autres avec des valeurs)\"],\"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\",\"t1LIQW\":[\"Affichage de \",[\"0\"],\" sur \",[\"totalRows\"],\" enregistrements\"],\"jVRHeq\":\"Inscrit\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Liens sociaux\",\"j/TOB3\":\"Liens sociaux & site web\",\"s9KGXU\":\"Vendu\",\"5qOnWX\":\"Liste d'attente des produits épuisés\",\"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.\",\"H6Gslz\":\"Désolé pour la gêne occasionnée.\",\"wdxz7K\":\"Source\",\"7JFNej\":\"Sports\",\"JcQp9p\":\"Date et heure de début\",\"0m/ekX\":\"Date et heure de début\",\"izRfYP\":\"La date de début est obligatoire\",\"2R1+Rv\":\"Heure de début de l'événement\",\"2NbyY/\":\"Statistiques\",\"GVUxAX\":\"Les statistiques sont basées sur la date de création du compte\",\"DRykfS\":\"Gère toujours les remboursements pour vos anciennes transactions.\",\"wuV0bK\":\"Arrêter l'usurpation\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe connecté\",\"aKtF0O\":\"Stripe non connecté\",\"9i0++A\":\"ID de paiement Stripe\",\"/QlTE4\":\"La configuration Stripe est déjà terminée.\",\"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\",\"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\",\"kj7zYe\":\"Webhook mis à jour avec succès\",\"dXoieq\":\"Résumé\",\"/RfJXt\":[\"Festival de musique d'été \",[\"0\"]],\"CWOPIK\":\"Festival de Musique d'Été 2025\",\"UaISq3\":\"Suédois\",\"JZTQI0\":\"Changer d'organisateur\",\"9YHrNC\":\"Par défaut du système\",\"XX32BM\":\"Prend juste quelques minutes\",\"yT6dQ8\":\"Taxes collectées groupées par type de taxe et événement\",\"Ye321X\":\"Nom de la taxe\",\"WyCBRt\":\"Résumé des taxes\",\"GkH0Pq\":\"Taxes et frais appliqués\",\"Rwiyt2\":\"Taxes configurées\",\"iQZff7\":\"Taxes, frais, visibilité, période de vente, mise en avant des produits et limites de commande\",\"BW6QAz\":\"Gestion d'é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.\",\"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 !\",\"lhAWqI\":\"Merci pour votre soutien alors que nous continuons à développer et améliorer Hi.Events !\",\"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.\",\"MJm4Tq\":\"La devise de la commande\",\"cDHM1d\":\"L'adresse e-mail a été modifiée. Le participant recevra un nouveau billet à l'adresse e-mail mise à jour.\",\"I/NNtI\":\"Le lieu de l'événement\",\"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.\",\"EBzPwC\":\"L'adresse complète de l'événement\",\"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.\",\"5OmEal\":\"La langue du client\",\"sYLeDq\":\"L'organisateur que vous recherchez est introuvable. La page a peut-être été déplacée, supprimée ou l'URL est incorrecte.\",\"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\",\"z0KrIG\":\"L'heure programmée est requise\",\"EWErQh\":\"L'heure programmée doit être dans le futur\",\"DEcpfp\":\"Le corps du modèle contient une syntaxe Liquid invalide. Veuillez la corriger et réessayer.\",\"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\",\"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.\",\"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\",\"RzEvf5\":\"Cet événement est terminé\",\"YClrdK\":\"Cet événement n'est pas encore publié\",\"dFJnia\":\"Ceci est le nom de votre organisateur qui sera affiché à vos utilisateurs.\",\"L7dIM7\":\"Ce lien est invalide ou a expiré.\",\"MR5ygV\":\"Ce lien n'est plus valide\",\"9LEqK0\":\"Ce nom est visible par les utilisateurs finaux\",\"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é\",\"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.\",\"0Ew0uk\":\"Ce billet vient d'être scanné. Veuillez attendre avant de scanner à nouveau.\",\"kvpxIU\":\"Ceci sera utilisé pour les notifications et la communication avec vos utilisateurs.\",\"rhsath\":\"Ceci ne sera pas visible pour les clients, mais vous aide à identifier l'affilié.\",\"Mr5UUd\":\"Billet annulé\",\"0GSPnc\":\"Design du Billet\",\"EZC/Cu\":\"Design du billet enregistré avec succès\",\"bbslmb\":\"Concepteur de billets\",\"1BPctx\":\"Billet pour\",\"bgqf+K\":\"Email du détenteur du billet\",\"oR7zL3\":\"Nom du détenteur du billet\",\"HGuXjF\":\"Détenteurs de billets\",\"CMUt3Y\":\"Titulaires de billets\",\"awHmAT\":\"ID du billet\",\"6czJik\":\"Logo du Billet\",\"OkRZ4Z\":\"Nom du billet\",\"t79rDv\":\"Billet introuvable\",\"6tmWch\":\"Billet ou produit\",\"1tfWrD\":\"Aperçu du billet pour\",\"KnjoUA\":\"Prix du billet\",\"tGCY6d\":\"Prix du billet\",\"pGZOcL\":\"Billet renvoyé avec succès\",\"8jLPgH\":\"Type de Billet\",\"X26cQf\":\"URL du billet\",\"8qsbZ5\":\"Billetterie et ventes\",\"zNECqg\":\"billets\",\"6GQNLE\":\"Billets\",\"NRhrIB\":\"Billets et produits\",\"EUnesn\":\"Billets disponibles\",\"AGRilS\":\"Billets Vendus\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"À\",\"nniGTr\":\"Pour modifier les configurations, accédez à la section Configurations dans le menu d'administration.\",\"tiI71C\":\"Pour augmenter vos limites, contactez-nous à\",\"BZBYf3\":\"Pour recevoir des paiements par carte bancaire, vous devez connecter votre compte Stripe. Stripe est notre partenaire de traitement des paiements qui garantit des transactions sécurisées et des paiements rapides.\",\"W428WC\":\"Basculer les colonnes\",\"UBSG1X\":\"Meilleurs organisateurs (14 derniers jours)\",\"3sZ0xx\":\"Comptes Totaux\",\"EaAPbv\":\"Montant total payé\",\"SMDzqJ\":\"Total des participants\",\"orBECM\":\"Total collecté\",\"k5CU8c\":\"Total des inscriptions\",\"4B7oCp\":\"Frais total\",\"KSDwd5\":\"Commandes totales\",\"vb0Q0/\":\"Utilisateurs Totaux\",\"oJjplO\":\"Vues totales\",\"orluER\":\"Suivez la croissance et les performances des comptes par source d'attribution\",\"NHq3l1\":\"Suivez les ventes, les revenus et la fréquentation avec des rapports détaillés\",\"OpKMSn\":\"Frais de transaction :\",\"uKOFO5\":\"Vrai si paiement hors ligne\",\"9GsDR2\":\"Vrai si paiement en attente\",\"ouM5IM\":\"Essayer un autre e-mail\",\"3DZvE7\":\"Essayer Hi.Events gratuitement\",\"Kz91g/\":\"Turc\",\"GdOhw6\":\"Désactiver le son\",\"KUOhTy\":\"Activer le son\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Type de billet\",\"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\",\"n57zCW\":\"Comptes non attribués\",\"b9SN9q\":\"Référence de commande unique\",\"Ef7StM\":\"Inconnu\",\"ZBAScj\":\"Participant inconnu\",\"ZkS2p3\":\"Annuler la publication de l'événement\",\"X13xGn\":\"Non fiable\",\"Pp1sWX\":\"Mettre à jour l'affilié\",\"KMMOAy\":\"Mise à niveau disponible\",\"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\",\"WBq1/R\":\"Scanner USB déjà actif\",\"EV30TR\":\"Mode scanner USB activé. Commencez à scanner les billets maintenant.\",\"fovJi3\":\"Mode scanner USB désactivé\",\"hli+ga\":\"Scanner USB/HID\",\"OHJXlK\":\"Utilisez <0>les modèles Liquid pour personnaliser vos e-mails\",\"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\",\"rnoQsz\":\"Utilisé pour les bordures, les surlignages et le style du code QR\",\"BV4L/Q\":\"Analytique UTM\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Valide\",\"GuXjc5\":\"Validé\",\"imLQ9Y\":\"Validation de votre numéro de TVA...\",\"cK9+xQ\":\"Pays de TVA\",\"sqdl5s\":\"Informations TVA\",\"UjNWsF\":\"La TVA peut être appliquée aux frais de plateforme selon votre statut d'assujettissement à la TVA. Veuillez compléter la section d'informations TVA ci-dessous.\",\"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\",\"CZomgW\":\"Enregistré à la TVA\",\"PCRCCN\":\"Informations d'enregistrement à la TVA\",\"oSDBWm\":\"Paramètres 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.\",\"R6n7j9\":\"Paramètres TVA mis à jour avec succès\",\"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\",\"AdWhjZ\":\"Code de vérification\",\"QDEWii\":\"Vérifié\",\"wCKkSr\":\"Vérifier l'e-mail\",\"/IBv6X\":\"Vérifiez votre e-mail\",\"e/cvV1\":\"Vérification...\",\"fROFIL\":\"Vietnamien\",\"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\",\"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\",\"wPRp9Z\":\"Visible uniquement par le personnel d'enregistrement. Aide à identifier cette liste lors de l'enregistrement.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"En attente\",\"quR8Qp\":\"En attente de paiement\",\"u0n+wz\":\"Liste d'attente\",\"3RXFtE\":\"Waitlist Enabled\",\"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.\",\"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.\",\"HJKdzP\":\"Un problème est survenu lors du chargement de cette page. Veuillez réessayer.\",\"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\",\"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.\",\"Uo5ddP\":[\"Nous vous informerons par e-mail si une place se libère pour \",[\"0\"],\".\"],\"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.\",\"zCdObC\":\"Nous avons officiellement déménagé notre siège social en Irlande 🇮🇪. Dans le cadre de cette transition, nous utilisons maintenant Stripe Irlande au lieu de Stripe Canada. Pour que vos paiements continuent de fonctionner correctement, vous devrez reconnecter votre compte Stripe.\",\"jh2orE\":\"Nous avons déménagé notre siège social en Irlande. Par conséquent, nous avons besoin que vous reconnectiez votre compte Stripe. Ce processus rapide ne prend que quelques minutes. Vos ventes et données existantes restent totalement inchangées.\",\"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\",\"CThMKa\":\"Journaux 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\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bon retour\",\"QDWsl9\":[\"Bienvenue sur \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bienvenue sur \",[\"0\"],\", voici une liste de tous vos événements\"],\"FaSXqR\":\"Quel type d'événement ?\",\"f30uVZ\":\"Ce que vous devez faire :\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Lorsqu'un enregistrement est supprimé\",\"Gmd0hv\":\"Lorsqu'un nouveau participant 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.\",\"Q7CWxp\":\"Lorsqu'un participant est annulé\",\"IuUoyV\":\"Lorsqu'un participant est enregistré\",\"nBVOd7\":\"Lorsqu'un participant 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.\",\"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.\",\"uchB0M\":\"Aperçu du widget\",\"uvIqcj\":\"Atelier\",\"EpknJA\":\"Écrivez votre message ici...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"5VGIlq\":\"Vous avez atteint votre limite de messagerie.\",\"casL1O\":\"Vous avez ajouté des taxes et des frais à un produit gratuit. Voulez-vous les supprimer ?\",\"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.\",\"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.\",\"FgRxRP\":\"Vous possédez 100 % des données de vos participants, toujours\",\"88cUW+\":\"Vous recevez\",\"U3wiCB\":\"Tout est prêt ! Vos paiements sont traités en douceur.\",\"MNFIxz\":[\"Vous allez à \",[\"0\"],\" !\"],\"qGZz0m\":\"Vous êtes sur la liste d'attente !\",\"/5HL6k\":\"Une place vous a été proposée !\",\"p/Sa0j\":\"Votre compte a des limites de messagerie. Pour augmenter vos limites, contactez-nous à\",\"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 !\",\"R02pnV\":\"Votre événement doit être en ligne avant que vous puissiez vendre des billets aux participants.\",\"hDNwnf\":\"Votre logo, vos couleurs et votre style sur chaque page\",\"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\",\"6heFYY\":\"Votre compte Stripe est connecté et traite les paiements.\",\"vvO1I2\":\"Votre compte Stripe est connecté et prêt à traiter les paiements.\",\"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\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Rechercher des produits\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Copier les détails vers le premier participant\"],\"+4yRWM\":[\"Prix du billet\"],\"+4zM7f\":[\"Recevez vos paiements immédiatement via Stripe Connect\"],\"+5Mlle\":[\"Veuillez patienter pendant que nous préparons l'exportation de vos commandes...\"],\"+8bmSu\":[\"Californie\"],\"+CeSxK\":[\"Liste de pointage supprimée avec succès\"],\"+FWjhR\":[\"Vous avez manqué de temps pour compléter votre commande.\"],\"+G/XiQ\":[\"Année à ce jour\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"Code postal\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Passer cette étape\"],\"+QARA4\":[\"Art\"],\"+WFMis\":[\"Consultez et téléchargez des rapports pour tous vos événements. Seules les commandes terminées sont incluses.\"],\"+Y976X\":[\"Aucun code promotionnel à afficher\"],\"+dAKxg\":[\"Aucune configuration trouvée\"],\"+eZ7dp\":[\"Paiements hors ligne\"],\"+fA4C7\":[\"Options de duplication\"],\"+guao5\":[\"Modifier la configuration\"],\"+hBhWk\":[\"La liste de pointage a expiré\"],\"+jIeoh\":[\"Aucun compte trouvé\"],\"+jw/c1\":[\"Supprimer l'image\"],\"+pr/FY\":[\"Rechercher par nom d'événement...\"],\"+qqX74\":[\"Mettre à jour le nom, la description et les dates de l'événement\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Le code est obligatoire\"],\"+zy2Nq\":[\"Taper\"],\"/2by1f\":[\"État ou région\"],\"/3017M\":[\"Connecté à Stripe\"],\"/4gGIX\":[\"Copier dans le presse-papiers\"],\"/5HL6k\":[\"Une place vous a été proposée !\"],\"/5PEQz\":[\"Voir la page de l'événement\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Remboursé\"],\"/Bh+7r\":[\"Performance\"],\"/CV2x+\":[\"Êtes-vous sûr de vouloir annuler ce participant\xA0? Cela annulera leur billet\"],\"/DNy62\":[\"Nous n'avons trouvé aucun billet correspondant à \",[\"0\"]],\"/H326L\":[\"Déjà remboursé\"],\"/HGmW9\":[\"Créez des liens traçables pour récompenser les partenaires qui font la promotion de votre événement.\"],\"/HkCs4\":[[\"0\"],\" billets\"],\"/IBv6X\":[\"Vérifiez votre e-mail\"],\"/IX/7x\":[\"Autre\"],\"/IzmnP\":[\"Veuillez patienter pendant que nous préparons votre facture...\"],\"/JdZIP\":[\"Configuration assignée\"],\"/Jizh9\":[\"Choisissez un compte\"],\"/PN1DA\":[\"Ajouter une description pour cette liste de pointage\"],\"/QlTE4\":[\"La configuration Stripe est déjà terminée.\"],\"/RfJXt\":[\"Festival de musique d'été \",[\"0\"]],\"/Rj5P4\":[\"Votre nom\"],\"/SIY6o\":[\"Mots-clés SEO\"],\"/SgoNA\":[\"Taxe total\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Désenregistrer\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Aucune donnée d'attribution trouvée\"],\"/bhMdO\":[\"Mon incroyable description d'événement...\"],\"/cSMqv\":[\"Impossible de créer une question. Veuillez vérifier vos coordonnées\"],\"/dgc8E\":[\"Date de l'Événement\"],\"/gWrVZ\":[\"Revenus quotidiens, taxes, frais et remboursements pour tous les événements\"],\"/iE8xx\":[\"Frais Hi.Events\"],\"/jHBj5\":[\"Affilié créé avec succès\"],\"/jQctM\":[\"À\"],\"/jZOZa\":[\"Frais de service\"],\"/l/ckQ\":[\"Coller l’URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Frais\"],\"/p9Fhq\":[\"Disponible illimité\"],\"/roQKz\":[\"Pourcentage\"],\"/sV91a\":[\"Gestion des frais\"],\"/u4DIx\":[\"Produits vendus\"],\"/xC/im\":[\"Paramètres de facturation\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"Une brève description de votre organisateur qui sera affichée à vos utilisateurs.\"],\"0+iwE5\":[\"Échec de la réorganisation des questions\"],\"0/+Nn9\":[\"Vos messages apparaîtront ici\"],\"0/vPdA\":[\"Ajoutez des notes sur le participant. Celles-ci ne seront pas visibles par le participant.\"],\"0/yJtP\":[\"Envoyer un message aux propriétaires de commandes avec des produits spécifiques\"],\"01WH0a\":[\"Nous n'avons pas pu confirmer votre paiement. Veuillez réessayer ou contacter l'assistance.\"],\"01sEfm\":[\"Impossible de supprimer la configuration système par défaut\"],\"02ePaq\":[\"Sélectionner \",[\"0\"]],\"06s3w3\":[\"Masquer le produit avant la date de début de vente\"],\"074+X8\":[\"Aucun webhook actif\"],\"0Dk/l8\":[\"Paramètres SEO mis à jour avec succès\"],\"0Ew0uk\":[\"Ce billet vient d'être scanné. Veuillez attendre avant de scanner à nouveau.\"],\"0GSPnc\":[\"Design du Billet\"],\"0GwUT4\":[\"Passer à la caisse\"],\"0I0Hac\":[\"Avis important\"],\"0R3Y+9\":[\"Email du participant\"],\"0RXCDo\":[\"Taxe ou frais supprimés avec succès\"],\"0U6E9W\":[\"Sélectionner la catégorie d'événement\"],\"0UZTSq\":[\"Devise de la Commande\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Valeurs par défaut des événements\"],\"0Zypnp\":[\"Tableau de Bord Admin\"],\"0aVEBY\":[\"Êtes-vous sûr de vouloir supprimer tous les travaux échoués ?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Utiliser les détails de commande pour tous les participants. Les noms et e-mails des participants correspondront aux informations de l'acheteur.\"],\"0m/ekX\":[\"Date et heure de début\"],\"0pC/y6\":[\"Événement\"],\"0zpgxV\":[\"Possibilités\"],\"147G4h\":[\"Êtes-vous sûr de vouloir partir ?\"],\"15qAvl\":[\"Vous n’avez aucun changement d’e-mail en attente.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Performance des événements\"],\"1BG8ga\":[\"Tout réessayer\"],\"1BPctx\":[\"Billet pour\"],\"1DBGsz\":[\"Notes\"],\"1E0vyy\":[\"Nous n'avons pas pu charger les données. Veuillez réessayer.\"],\"1HfW/F\":[\"Couleurs\"],\"1Hzev4\":[\"Modèle personnalisé d'événement\"],\"1J/AWD\":[\"Voir le billet\"],\"1JnTgU\":[\"Copié d'en haut\"],\"1JwlHk\":[\"Catégorie de produit\"],\"1MAvUY\":[\"Gérer les paramètres de paiement et de facturation pour cet événement.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Commande mise à jour avec succès\"],\"1SbbH8\":[\"Affiché au client après son paiement, sur la page récapitulative de la commande.\"],\"1USFWA\":[\"Produit supprimé avec succès\"],\"1UzENP\":[\"Non\"],\"1WnhCL\":[\"Paramètres de paiement\"],\"1Xxb9f\":[\"Connecter le traitement des paiements\"],\"1YMS+X\":[\"Création de votre événement en cours, veuillez patienter\"],\"1Ycaad\":[\"Produit mis à jour avec succès\"],\"1ZKm04\":[\"Ce compte est-il enregistré à la TVA dans l'UE ?\"],\"1ZaQUH\":[\"Nom de famille\"],\"1bZAZA\":[\"Le modèle par défaut sera utilisé\"],\"1d6kks\":[\"+Taxes/Frais\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Ordres\"],\"1jRD0v\":[\"Envoyez des messages aux participants avec des billets spécifiques\"],\"1jUg5D\":[\"Proposé\"],\"1k0Mp4\":[\"Cette liste de pointage n'est pas encore active\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Envoyer l'e-mail de notification de remboursement\"],\"1lRT3t\":[\"Désactiver cette capacité suivra les ventes mais ne les arrêtera pas lorsque la limite sera atteinte\"],\"1m+YT2\":[\"Il faut répondre aux questions obligatoires avant que le client puisse passer à la caisse.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Sélectionner le type de scanner\"],\"1njn7W\":[\"Clair\"],\"1oPDuj\":[\"Valeur d'attribution\"],\"1qY5Ue\":[\"Lien expiré ou invalide\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Entrez le numéro de TVA avec le code pays\"],\"1tfWrD\":[\"Aperçu du billet pour\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Couleur d'Accent\"],\"1vBhpG\":[\"Premier participant\"],\"1z26sk\":[\"Inviter un membre de l'équipe\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Téléchargez les rapports de ventes, de participants et financiers pour toutes les commandes terminées.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Rechercher par ID de commande, nom du client ou e-mail...\"],\"22BOve\":[\"Participant mis à jour avec succès\"],\"22Itl6\":[\"M'envoyer une copie\"],\"22xieU\":[\"ex. 180 (3 heures)\"],\"237hSL\":[\"Terminé\"],\"24l4x6\":[\"Ajouter un produit\"],\"25QDJ1\":[\"- Cliquez pour publier\"],\"261RBr\":[\"Approuver le message\"],\"26pGvx\":[\"Avez vous un code de réduction?\"],\"29w7p6\":[\"Téléchargement de l'image...\"],\"2E2O5H\":[\"Personnaliser les divers paramètres de cet événement\"],\"2FzaR1\":[\"Gérez votre traitement des paiements et consultez les frais de plateforme\"],\"2KAI4N\":[\"Exporter CSV\"],\"2L3vle\":[\"Max messages / 24h\"],\"2LMsOq\":[\"12 derniers mois\"],\"2NLjA6\":[\"L'image de couverture sera affichée en haut de votre page d'organisateur\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Statistiques\"],\"2O7Ybb\":[\"Délai de l'offre\"],\"2POOFK\":[\"Gratuit\"],\"2R1+Rv\":[\"Heure de début de l'événement\"],\"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é.\"],\"2VLZwd\":[\"Bouton d'appel à l'action\"],\"2X4ecw\":[\"Webhook supprimé avec succès\"],\"2bR+8v\":[\"Total des ventes brutes\"],\"2cUopP\":[\"Veuillez recommencer le processus de commande.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Inscrit\"],\"2hGPQG\":[\"Exemples : \\\"Taille de t-shirt\\\", \\\"Préférence de repas\\\", \\\"Titre du poste\\\"\"],\"2iZEz7\":[\"Modifier la réponse\"],\"2q/Q7x\":[\"Visibilité\"],\"2r6bAy\":[\"Une fois la mise à niveau terminée, votre ancien compte ne sera utilisé que pour les remboursements.\"],\"2rHwhl\":[\"En attente d'un paiement hors ligne\"],\"2tbLdK\":[\"Charité\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Frais en pourcentage (0-100 %)\"],\"31KB8w\":[\"Tous les travaux échoués supprimés\"],\"352VU2\":[\"Vous n'avez pas de compte ? <0>Inscrivez-vous\"],\"38KFY0\":[\"Insérer une variable\"],\"3DZvE7\":[\"Essayer Hi.Events gratuitement\"],\"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\"],\"3EXqwa\":[\"Catégorie créée avec succès\"],\"3F1nBX\":[\"Produit de don / Payez ce que vous voulez\"],\"3GfR6a\":[\"Entrez le nom de l'entreprise\"],\"3IEF7U\":[[\"totalCount\"],\" types de billets\"],\"3IcxS1\":[\"Sélectionner une configuration\"],\"3Kzsk7\":[\"Ce produit est un billet. Les acheteurs recevront un billet lors de l'achat\"],\"3LtiBI\":[\"Remise en \",[\"0\"]],\"3NT0Ck\":[\"La commande a été annulée\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Ventes:\"],\"3R/Tu2\":[\"Gestion des frais par défaut\"],\"3RQ81z\":[\"Chaque personne recevra un e-mail avec une place réservée pour finaliser son achat.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Connectez-vous avec Stripe\"],\"3VnlS9\":[\"Ventes, commandes et indicateurs de performance pour tous les événements\"],\"3Z223G\":[\"Erreur lors de la confirmation de l'adresse e-mail\"],\"3ZI8IL\":[\"Vous devez accepter les termes et conditions\"],\"3bR1r4\":[\"Saisir l'e-mail de l'affilié (facultatif)\"],\"3buiaw\":[\"Rapport des frais de plateforme\"],\"3cKoxx\":[\"Configurations\"],\"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.\"],\"3ep0Gx\":[\"Informations générales sur votre organisateur\"],\"3hJUtr\":[\"Sélectionnez le pays où la TVA est enregistrée\"],\"3oSV95\":[\"Sélectionner le niveau de produit\"],\"3ogkAk\":[\"Dupliquer l'événement\"],\"3pykXZ\":[\"Accepter les virements bancaires, chèques ou autres méthodes de paiement hors ligne\"],\"3sRuiW\":[\"Aucun billet trouvé\"],\"3sVRey\":[\"Proposer des billets\"],\"3sZ0xx\":[\"Comptes Totaux\"],\"3suLF0\":[\"Affectation de Capacité mise à jour avec succès\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Personnalisez l'apparence de votre page d'organisateur\"],\"3wF4Q/\":[\"En attente de paiement\"],\"3wV73y\":[\"Ville\"],\"3y+V4p\":[\"Adresse de l'organisation\"],\"3yNuBV\":[\"Modifier les paramètres TVA\"],\"3yiej1\":[\"par exemple. 23,5 pour 23,5%\"],\"3zRbWw\":[\"Recherchez par nom, e-mail ou numéro de commande...\"],\"4+am6b\":[\"Non, rester ici\"],\"4/If97\":[\"La mise à jour du statut de l'événement a échoué. Veuillez réessayer plus tard\"],\"4/kP5a\":[\"Si un nouvel onglet ne s'est pas ouvert automatiquement, veuillez cliquer sur le bouton ci-dessous pour poursuivre le paiement.\"],\"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.\"],\"40Gx0U\":[\"Fuseau horaire\"],\"41BQ3k\":[\"E-mail de contact\"],\"41dJPO\":[\"Aucun paramètre TVA configuré\"],\"45Srzt\":[\"Nous n'avons pas pu supprimer la catégorie. Veuillez réessayer.\"],\"48Y16Q\":[\"Heure de fin (facultatif)\"],\"48rf3i\":[\"Le message ne peut pas dépasser 5000 caractères\"],\"4B7oCp\":[\"Frais total\"],\"4CETZY\":[\"Itinéraire\"],\"4D3rRj\":[\"Revenir au profil\"],\"4DSz7Z\":[\"Rechercher par sujet, événement ou compte...\"],\"4GLxhy\":[\"Commencer\"],\"4GhX3c\":[\"Aucun webhook\"],\"4H80qv\":[\"Commande mise à jour avec succès\"],\"4HVzhV\":[\"Participants:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Événement non disponible\"],\"4K2OjV\":[\"Lieu de l'Événement\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Êtes-vous sûr de vouloir publier ce profil d'organisateur ? Une fois publié, il sera visible au public.\"],\"4WT5tD\":[\"🎨 Personnalisez votre page d'événement\"],\"4Y2FZT\":[\"Type de prix du produit\"],\"4bUH9i\":[\"Collectez les détails du participant pour chaque billet acheté.\"],\"4ba0NE\":[\"Planifié\"],\"4fL/V7\":[\"Payer\"],\"4kEGqW\":[\"Téléchargez un logo pour votre organisateur\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Fournissez un contexte ou des instructions supplémentaires pour cette question. Utilisez ce champ pour ajouter des termes et conditions, des directives ou toute information importante que les participants doivent connaître avant de répondre.\"],\"4lVaWA\":[\"En attente d'un paiement hors ligne\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"Le prénom est obligatoire\"],\"4qmnU8\":[\"Connectez votre compte Stripe pour accepter les paiements.\"],\"4rnJq4\":[\"Script d'intégration\"],\"4ueloy\":[\"Qu'est-ce qu'une catégorie ?\"],\"4wUIjX\":[\"Rendre votre événement public\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"Service de validation TVA temporairement indisponible\"],\"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.\"],\"51U9mG\":[\"Les paiements continueront de fonctionner sans interruption\"],\"54GxeB\":[\"Aucun impact sur vos transactions actuelles ou passées\"],\"54MPqC\":[\"par ex., Standard, Premium, Entreprise\"],\"54q0zp\":[\"Billets pour\"],\"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.\"],\"5670b9\":[\"Échec de l'offre de billets\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"billet\"],\"5CDM6r\":[\"Période de vente définie\"],\"5CQ+r0\":[\"Autoriser les participants associés à des commandes impayées à s'enregistrer\"],\"5CiNPm\":[\"Renvoyer le billet\"],\"5Ds0vl\":[\"Sélectionnez la configuration des frais qui s'applique à ce compte. Les frais fixes sont convertis dans la devise de la commande lors du paiement.\"],\"5F7SYw\":[\"Remboursement partiel\"],\"5FSIzj\":[\"Veuillez noter\"],\"5H3Z78\":[\"Êtes-vous sûr de vouloir supprimer ce webhook ?\"],\"5It1cQ\":[\"Commandes exportées\"],\"5K8REg\":[\"Cette commande a déjà été remboursée.\"],\"5LAZwq\":[\"Usurpation d'identité démarrée\"],\"5LDT6f\":[\"Découvrez cet événement !\"],\"5N4wLD\":[\"De quel type de question s'agit-il ?\"],\"5OmEal\":[\"La langue du client\"],\"5Qmxo/\":[\"Êtes-vous sûr de vouloir dépublier ce profil d'organisateur ? Il ne sera plus visible au public.\"],\"5RDEEn\":[\"Langue de la Commande\"],\"5ShqeM\":[\"La liste de pointage que vous recherchez n'existe pas.\"],\"5T2HxQ\":[\"Date d'activation\"],\"5UbY+B\":[\"Participants avec un ticket spécifique\"],\"5VGIlq\":[\"Vous avez atteint votre limite de messagerie.\"],\"5YrKW7\":[\"Finalisez votre paiement pour sécuriser vos billets.\"],\"5b3QLi\":[\"Votre forfait\"],\"5cxUwd\":[\"Date de paiement\"],\"5lcVkL\":[\"Détails de connexion\"],\"5mpF6N\":[\"Montant des frais fixes en \",[\"currencyCode\"]],\"5n+Wwp\":[\"Organisateur mis à jour avec succès\"],\"5qOnWX\":[\"Liste d'attente des produits épuisés\"],\"5slqwZ\":[\"Créez votre événement\"],\"5tT0+u\":[\"Format d'e-mail invalide\"],\"5tl0Bp\":[\"Questions d'inscription\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Masquer ce produit des clients\"],\"6/TNCd\":[\"Enregistrer les paramètres TVA\"],\"6/dCYd\":[\"Aperçu\"],\"60u+dQ\":[\"L'image de couverture sera affichée en haut de votre page d'événement\"],\"621rYf\":[\"Paiement\"],\"62Ciis\":[\"Fermer la barre latérale\"],\"65A04M\":[\"Espagnol\"],\"67NsZP\":[\"Création de l'événement...\"],\"67OJ7t\":[\"Voir la commande\"],\"68Axnm\":[\"Il y a eu une erreur lors du traitement de votre demande. Veuillez réessayer.\"],\"6Aih4U\":[\"Hors ligne\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Billets\"],\"6HK5Ct\":[\"Commandes terminées\"],\"6IwNUc\":[\"Modèles d'e-mail\"],\"6JzK4N\":[\"Lien vers le billet\"],\"6K/IHl\":[\"Voici un exemple d'utilisation du composant dans votre application.\"],\"6K0GjX\":[\"Le texte peut être difficile à lire\"],\"6KnyG0\":[\"Saisissez l'e-mail\"],\"6MIiOI\":[[\"0\"],\" restant\"],\"6PNlRV\":[\"Ajouter cet événement à votre calendrier\"],\"6PecK3\":[\"Présence et taux d'enregistrement pour tous les événements\"],\"6RmHKN\":[\"Couleur primaire\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Copié\"],\"6WdDG7\":[\"Page\"],\"6YtxFj\":[\"Nom\"],\"6Z/F61\":[\"Aucune donnée à afficher. Veuillez sélectionner une plage de dates\"],\"6a/UJE\":[\"Désolé, ce code promo n'est pas reconnu\"],\"6aXq+t\":[\"Sujet :\"],\"6bBh3/\":[\"Frais fixes\"],\"6czJik\":[\"Logo du Billet\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Statuts des commandes\"],\"6euFZ/\":[\"Un \",[\"type\"],\" par défaut est automatiquement appliqué à tous les nouveaux produits. Vous pouvez le remplacer pour chaque produit.\"],\"6fLyj/\":[\"Si vous n'avez pas demandé ce changement, veuillez immédiatement modifier votre mot de passe.\"],\"6fuA9p\":[\"Événement dupliqué avec succès\"],\"6gRgw8\":[\"Réessayer\"],\"6heFYY\":[\"Votre compte Stripe est connecté et traite les paiements.\"],\"6imsQS\":[\"Chinois simplifié\"],\"6jYQGG\":[\"Aucun événement passé\"],\"6kPk3+\":[\"Informations personnelles\"],\"6kdXbW\":[\"Créer un code promotionnel\"],\"6nDzTl\":[\"Bonne lisibilité\"],\"6tmWch\":[\"Billet ou produit\"],\"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.\"],\"6xCBVN\":[\"Paramètres de paiement et de facturation mis à jour avec succès\"],\"6zQOg1\":[\"Le prix affiché au client ne comprendra pas les taxes et frais. Ils seront présentés séparément\"],\"7+grte\":[\"E-mail de confirmation envoyé ! Veuillez vérifier votre boîte de réception.\"],\"7/9RFs\":[\"Échec du téléversement de l’image.\"],\"70dYC8\":[\"Code promotionnel mis à jour avec succès\"],\"72c5Qo\":[\"Total\"],\"73nxDO\":[\"Paramètres divers mis à jour avec succès\"],\"73qYgo\":[\"Envoyer en test\"],\"744BMm\":[\"Finalisez votre commande pour sécuriser vos billets. Cette offre est limitée dans le temps, ne tardez pas trop.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Votre liste d'enregistrement a été créée avec succès. Partagez le lien ci-dessous avec votre personnel d'enregistrement.\"],\"7B5M35\":[\"Enregistrements\"],\"7Bj3x9\":[\"Échoué\"],\"7Cx5It\":[\"Lève tôt\"],\"7D9MJz\":[\"Finaliser la configuration de Stripe\"],\"7ER2sc\":[\"En vedette\"],\"7JF9w9\":[\"Ajouter une question\"],\"7JFNej\":[\"Sports\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Actions\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Utilisateur\"],\"7VpPHA\":[\"Confirmer\"],\"7YJdgG\":[\"Vos commandes apparaîtront ici une fois qu’elles commenceront à arriver.\"],\"7YZofi\":[\"Entrez un sujet et un corps pour voir l'aperçu\"],\"7dSOhU\":[\"Activer la liste d'attente\"],\"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.\"],\"7hPBBn\":[\"destinataire\"],\"7kOMfV\":[\"Événement mis à jour avec succès\"],\"7ns+do\":[\"Adresse professionnelle\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"Tous les événements archivés\"],\"7vhWI8\":[\"nouveau mot de passe\"],\"7wtpH5\":[\"Modèle actif\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Le nom est obligatoire\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Insérer un jeton Liquid\"],\"876pfE\":[\"Client\"],\"87a/t/\":[\"Étiquette\"],\"88cUW+\":[\"Vous recevez\"],\"89xaFU\":[\"Définissez les paramètres de frais de plateforme par défaut pour les nouveaux événements créés sous cet organisateur.\"],\"8AiKIu\":[\"Créer un billet ou un produit\"],\"8BMPMe\":[\"Le webhook n'enverra pas de notifications\"],\"8BRPoH\":[\"Lieu Exemple\"],\"8BwQeU\":[\"Terminer la configuration\"],\"8Etqrl\":[\"Proposer automatiquement des billets à la personne suivante lorsque de la capacité se libère\"],\"8F1i42\":[\"Page non trouvée\"],\"8KDgYV\":[\"Préparez votre événement\"],\"8KmsFa\":[\"Veuillez sélectionner une plage de dates\"],\"8Lx2X7\":[\"Paiement reçu\"],\"8OhzyY\":[\"Lorsqu'un produit est supprimé\"],\"8OvVZZ\":[\"Filtrer les Participants\"],\"8QH2Il\":[\"Cette catégorie est masquée de la vue publique\"],\"8YBH95\":[\"Revenu\"],\"8ZsakT\":[\"Mot de passe\"],\"8cBtvm\":[\"Couleur du texte primaire\"],\"8dENF9\":[\"TVA sur les frais\"],\"8jLPgH\":[\"Type de Billet\"],\"8k8Njd\":[\"De combien de minutes le client dispose pour finaliser sa commande. Nous recommandons au moins 15 minutes\"],\"8n10sz\":[\"Non Éligible\"],\"8oPbg1\":[\"Activer la facturation\"],\"8pQ3NJ\":[\"Aucun événement ne commence dans les prochaines 24 heures\"],\"8q0EdE\":[\"Ajouter un produit à la catégorie\"],\"8qsbZ5\":[\"Billetterie et ventes\"],\"8rE61T\":[\"Adresse de facturation\"],\"8uOlgz\":[\"Échoué le\"],\"8uqsE5\":[\"Page plus disponible\"],\"8v2LRU\":[\"Configurez les détails de l'événement, le lieu, les options de paiement et les notifications par email.\"],\"8vETh9\":[\"Show\"],\"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\"],\"8wUjGl\":[\"Réservé jusqu'au\"],\"8wgkoi\":[\"Aucun événement vu au cours des 14 derniers jours\"],\"8x0pUg\":[\"Êtes-vous sûr de vouloir supprimer cette entrée de la liste d'attente ?\"],\"8z6Y5D\":[\"Traiter le remboursement\"],\"8zCZQf\":[\"Aucun événement pour le moment\"],\"9+8Vez\":[\"Utilisations restantes\"],\"9+P7zk\":[\"Impossible de créer le produit. Veuillez vérifier vos détails\"],\"9/1YKL\":[\"Saisissez le nom\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 jour après la date de fin\"],\"94aQMU\":[\"Informations du participant\"],\"96ryID\":[\"Collecter les informations par billet\"],\"99ntUF\":[\"Aucune liste d'enregistrement disponible pour cet événement.\"],\"9BdS63\":[\"Modifier le code promotionnel\"],\"9FQEn8\":[\"Sélectionner une catégorie...\"],\"9GsDR2\":[\"Vrai si paiement en attente\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Ventes en pause\"],\"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.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Ce nom est visible par les utilisateurs finaux\"],\"9N+p+g\":[\"Affaires\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Participants\"],\"9TO8nT\":[\"Votre mot de passe\"],\"9Wh+ug\":[\"Affiliés exportés\"],\"9Y3hAT\":[\"Sauvegarder le modèle\"],\"9YHrNC\":[\"Par défaut du système\"],\"9b5956\":[\"Cet aperçu montre à quoi ressemblera votre e-mail avec des données d'exemple. Les vrais e-mails utiliseront de vraies valeurs.\"],\"9bHCo2\":[\"Devise des frais\"],\"9bpUSo\":[\"Exportation des affiliés\"],\"9eF5oV\":[\"Bon retour\"],\"9gPPUY\":[\"Liste d'Enregistrement Créée !\"],\"9h7RDh\":[\"Offrir\"],\"9i0++A\":[\"ID de paiement Stripe\"],\"9jnAcN\":[\"Voir la page d'accueil de l'organisateur\"],\"9mZEgt\":[\"Code promotionnel créé avec succès\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Échec de l'annulation du participant\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Retour à la page de l'événement\"],\"A4UmDy\":[\"Théâtre\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Mettez votre événement en direct\"],\"ACKu03\":[\"Actualiser l'aperçu\"],\"AEuj2m\":[\"Page d'accueil de l'événement\"],\"AG/qmQ\":[\"Une option Radio comporte plusieurs options, mais une seule peut être sélectionnée.\"],\"AGRilS\":[\"Billets Vendus\"],\"AGZmwV\":[\"Image téléchargée avec succès\"],\"AIF7J2\":[\"La devise dans laquelle les frais fixes sont définis. Elle sera convertie dans la devise de la commande lors du paiement.\"],\"AIUkyF\":[\"Accédez au participant\"],\"AJ4rvK\":[\"Participant annulé\"],\"AKbElk\":[\"Entreprises enregistrées à la TVA UE : Mécanisme d'autoliquidation applicable (0% - Article 196 de la Directive TVA 2006/112/CE)\"],\"APuxIE\":[\"E-mail de confirmation renvoyé\"],\"APyAR/\":[\"Événements actifs\"],\"ARBThj\":[\"Appliquer ce \",[\"type\"],\" à tous les nouveaux produits\"],\"ARkzso\":[\"Saisir le nom de l'affilié\"],\"ATGYL1\":[\"Adresse e-mail\"],\"AVpmAa\":[\"Comment payer hors ligne\"],\"AXXqG+\":[\"Don\"],\"AaP0M+\":[\"Cette combinaison de couleurs peut être difficile à lire pour certains utilisateurs\"],\"AdWhjZ\":[\"Code de vérification\"],\"AeXO77\":[\"Compte\"],\"AeejQi\":[\"À quels produits cette capacité doit-elle s'appliquer ?\"],\"AfNRFG\":[\"Texte du bouton Continuer\"],\"AhBPHd\":[\"Ces détails ne seront affichés que si la commande est terminée avec succès. Les commandes en attente de paiement n'afficheront pas ce message.\"],\"AhwTa1\":[\"Action requise : Informations TVA nécessaires\"],\"Ajavq0\":[\"Veuillez vérifier votre courrier électronique pour confirmer votre adresse e-mail\"],\"ApOYO8\":[\"Incroyable, Événement, Mots-clés...\"],\"ApsD9J\":[\"Ajouter un nouveau\"],\"ArHT/C\":[\"Nouvelles inscriptions\"],\"Arzxc1\":[\"Aucune inscription sur la liste d'attente\"],\"Aspq3b\":[\"Collecte des informations des participants\"],\"AtXtSw\":[\"Gérer les taxes et les frais qui peuvent être appliqués à vos produits\"],\"Auz0Mz\":[\"Confirmez votre e-mail pour accéder à toutes les fonctionnalités.\"],\"B/EBQv\":[\"Commandes:\"],\"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. \"],\"B2Tpo0\":[\"E-mail invalide\"],\"B2V3cA\":[\"Partager l'événement\"],\"B3Mkdt\":[\"Créer une question\"],\"B3gPuX\":[\"Commande annulée\"],\"B4nE3N\":[\"Prix du billet exemple\"],\"B5fpAA\":[\"Configuration assignée avec succès\"],\"B7pZfX\":[[\"0\"],\" organisateurs\"],\"B7w4KY\":[\"Aucun autre organisateur disponible\"],\"BCmibk\":[\"Tentatives\"],\"BDSRuX\":[\"Remboursé : \",[\"0\"]],\"BFRSTT\":[\"Sélectionner un compte\"],\"BGD9Yt\":[\"Ajouter des billets\"],\"BHZbFy\":[\"Une seule question par commande. Par exemple, Quelle est votre adresse de livraison ?\"],\"BI7D9d\":[\"Prix non défini\"],\"BJIEiF\":[[\"0\"],\" participant a réussi\"],\"BJtMTd\":[\"Nous recommandons des dimensions de 2\xA0160\xA0px sur 1\xA0080\xA0px et une taille de fichier maximale de 5\xA0Mo.\"],\"BLTZ42\":[\"Le mot de passe a été réinitialisé avec succès. Veuillez vous connecter avec votre nouveau mot de passe.\"],\"BM/KQm\":[\"Code Postal\"],\"BMtue0\":[\"Processeur de paiement actuel\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Créer un nouveau\"],\"BRArmD\":[\"Vous avez accès à plusieurs comptes. Veuillez en choisir un pour continuer.\"],\"BREO0S\":[\"Affiche une case permettant aux clients de s'inscrire pour recevoir des communications marketing de cet organisateur d'événements.\"],\"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\"],\"BUe8Wj\":[\"L'acheteur paie\"],\"BV4L/Q\":[\"Analytique UTM\"],\"BVinvJ\":[\"Exemples : \\\"Comment avez-vous entendu parler de nous ?\\\", \\\"Nom de l'entreprise pour la facture\\\"\"],\"BVu2Hz\":[\"Envoyé par\"],\"BW6QAz\":[\"Gestion d'équipe\"],\"BWF1kC\":[\"Rechercher des messages...\"],\"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.\"],\"BZBYf3\":[\"Pour recevoir des paiements par carte bancaire, vous devez connecter votre compte Stripe. Stripe est notre partenaire de traitement des paiements qui garantit des transactions sécurisées et des paiements rapides.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Aperçu de l'e-mail\"],\"BfucwY\":[\"Gérez vos utilisateurs et leurs autorisations\"],\"BiYOdA\":[\"Rechercher par nom...\"],\"Bj/QGQ\":[\"Fixer un prix minimum et laisser les utilisateurs payer plus s'ils le souhaitent\"],\"Bk06QI\":[\"Stripe connecté\"],\"BnlG9U\":[\"Votre commande actuelle sera perdue.\"],\"BwJKBw\":[\"de\"],\"BxsfMK\":[\"Total des frais\"],\"BzEFor\":[\"ou\"],\"BzfzPK\":[\"Articles\"],\"C3htzi\":[\"Paramètre mis à jour\"],\"C3nD/1\":[\"Entrez votre e-mail\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Sélectionner des produits\"],\"C4nQe5\":[\"Les frais de plateforme sont ajoutés au prix du billet. Les acheteurs paient plus, mais vous recevez le prix complet du billet.\"],\"C4qOW8\":[\"Caché à la vue du public\"],\"C63rRe\":[\"Veuillez retourner sur la page de l'événement pour recommencer.\"],\"C8HNV2\":[\"Paiement complet\"],\"C8JLas\":[\"Type de remise\"],\"C8ne4X\":[\"Enregistrer le Design du Billet\"],\"CBBcly\":[\"Affiche les champs d'adresse courants, y compris le pays\"],\"CCjxOC\":[\"Créez votre premier événement pour commencer à vendre des billets et gérer les participants.\"],\"CELKku\":[\"Télécharger la facture\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Sélectionner un groupe de participants\"],\"CHzaTD\":[\"Aucun événement populaire au cours des 14 derniers jours\"],\"CMUt3Y\":[\"Titulaires de billets\"],\"CMyVEK\":[\"Êtes-vous sûr de vouloir créer un brouillon pour cet événement\xA0? Cela rendra l'événement invisible au public\"],\"CNafaC\":[\"Les options de case à cocher permettent plusieurs sélections\"],\"CNk/ro\":[\"Ceci est un événement en ligne\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"CPXP5Z\":[\"Affiliés\"],\"CQeZT8\":[\"Rapport non trouvé\"],\"CRu4lK\":[\"Enregistré\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Journaux du Webhook\"],\"CUKVDt\":[\"Personnalisez vos billets avec un logo, des couleurs et un message de pied de page personnalisés.\"],\"CVw2MU\":[\"Filtres (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Festival de Musique d'Été 2025\"],\"CWk59I\":[\"Comédie\"],\"CZomgW\":[\"Enregistré à la TVA\"],\"CabI04\":[\"Le numéro de TVA ne doit pas contenir d'espaces\"],\"CbnrWb\":[\"Retour à l'événement\"],\"CfKofC\":[\"Sélection déroulante\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Texte du bouton\"],\"ClwUUD\":[\"Lieu de l'événement et détails du lieu\"],\"CmoB9j\":[\"Mode d'affichage des prix\"],\"CnZ3Ou\":[\"Vos billets ont été confirmés.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Choisir le calendrier\"],\"CsTTH0\":[\"Confirmation de commande renvoyée avec succès\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Propriétaires de commandes avec des produits\"],\"CySr+W\":[\"Cliquez pour voir les notes\"],\"D+zLDD\":[\"Masqué\"],\"D02dD9\":[\"Campagne\"],\"D2g7C7\":[\"Tous les travaux en file d'attente pour réessai\"],\"D2qlBU\":[\"Participant mis à jour\"],\"D3iCkb\":[\"Date de début\"],\"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.\"],\"D6+U20\":[\"Enregistrer et marquer la commande comme payée\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Envoyer la confirmation de commande et l'e-mail du ticket\"],\"D9zTjx\":[\"Événements en Direct\"],\"DB8zMK\":[\"Appliquer\"],\"DCKkhU\":[\"Mot de passe actuel\"],\"DDcvSo\":[\"Allemand\"],\"DEcpfp\":[\"Le corps du modèle contient une syntaxe Liquid invalide. Veuillez la corriger et réessayer.\"],\"DFqasq\":[\"En continuant, vous acceptez les <0>Conditions d'utilisation de \",[\"0\"],\"\"],\"DJQEZc\":[\"Produits triés avec succès\"],\"DKYTWG\":[\"Échec du réessai des travaux\"],\"DKwDdj\":[\"Imprimer les billets\"],\"DM4gBB\":[\"Chinois (traditionnel)\"],\"DMCX/I\":[\"Paramètres de frais de plateforme par défaut mis à jour avec succès\"],\"DPfwMq\":[\"Terminé\"],\"DRErHC\":[\"Masqué aux participants - visible uniquement par les organisateurs\"],\"DRykfS\":[\"Gère toujours les remboursements pour vos anciennes transactions.\"],\"DXZRk5\":[\"Suite 100\"],\"DZjk8u\":[\"Paramètres de paiement et de facturation\"],\"DZlSLn\":[\"Étiquette du document\"],\"Da29Y6\":[\"Cacher cette question\"],\"DdHfeW\":[\"Gérez les détails de votre compte et les paramètres par défaut\"],\"Dim4LO\":[\"Ajouter manuellement un participant\"],\"DjSbj3\":[\"Échec du renvoi du billet\"],\"Djl45M\":[\"Vous aurez besoin d'un produit avant de pouvoir créer une affectation de capacité.\"],\"DnXcDK\":[\"Couleur secondaire\"],\"DoH3fD\":[\"Paiement de la Commande en Attente\"],\"DovcfC\":[\"Parlez-nous de votre organisation. Ces informations seront affichées sur vos pages d'événement.\"],\"DruLRc\":[\"14 derniers jours\"],\"DrwwNd\":[\"Sélectionnez la période\"],\"Du6bPw\":[\"Adresse\"],\"Dvq0wf\":[\"Veuillez fournir une image.\"],\"DwF9eH\":[\"Code du composant\"],\"Dwf4dR\":[\"Pas encore de questions pour les participants\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Enregistrer la configuration\"],\"E/9LUk\":[\"nom de la place\"],\"E0q9qH\":[\"Utilisations illimitées autorisées\"],\"E15xs8\":[\"⚡️ Organisez votre événement\"],\"E1F5Ji\":[\"Les destinataires sont disponibles après l'envoi du message\"],\"E1eze1\":[\"Connectez votre compte Stripe pour commencer à accepter les paiements pour vos événements.\"],\"E6nRW7\":[\"Copier le lien\"],\"E9jY+o\":[\"Échec de la mise à jour du participant\"],\"EBzPwC\":[\"L'adresse complète de l'événement\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Publier\"],\"EFq6EG\":[\"Veuillez sélectionner une image.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Compte introuvable\"],\"EJ7bVz\":[\"Aucune commande trouvée\"],\"EJPAcd\":[\"Échec du renvoi de la confirmation de commande\"],\"EK/G11\":[\"Aucune réponse pour le moment\"],\"ELa4O9\":[\"Date de fin de vente\"],\"ENCIQz\":[\"Copier le lien\"],\"ENEPLY\":[\"Mode de paiement\"],\"EOqL/A\":[\"Êtes-vous sûr de vouloir offrir une place à cette personne ? Elle recevra une notification par e-mail.\"],\"ETcU7q\":[\"Échec de l'offre de place\"],\"EUnesn\":[\"Billets disponibles\"],\"EV30TR\":[\"Mode scanner USB activé. Commencez à scanner les billets maintenant.\"],\"EWCLpZ\":[\"Produit créé\"],\"EWErQh\":[\"L'heure programmée doit être dans le futur\"],\"EWPtMO\":[\"Code\"],\"EWnXR+\":[\"Se connecter à Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Design du billet enregistré avec succès\"],\"EZy55F\":[\"Commande remboursée\"],\"EaAPbv\":[\"Montant total payé\"],\"EdQY6l\":[\"Aucun\"],\"Edm6av\":[\"Reconnecter Stripe →\"],\"Eeo/Gy\":[\"Échec de la mise à jour du paramètre\"],\"Ef7StM\":[\"Inconnu\"],\"EfK2O6\":[\"Offrir une place\"],\"Egnj9d\":[\"Vous devrez marquer une commande comme payée manuellement. Cela peut être fait sur la page de gestion des commandes.\"],\"Eh5Wrd\":[\"Votre super site web 🎉\"],\"EhlbcI\":[\"Échec de la mise à jour du niveau de messagerie\"],\"EmFsMZ\":[\"Votre numéro de TVA est en file d'attente pour validation\"],\"EmYMHc\":[\"Paiement hors ligne en attente\"],\"Ep3VfY\":[\"Afficher sur Google Maps\"],\"EpknJA\":[\"Écrivez votre message ici...\"],\"EpvBAp\":[\"Pas de facture\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Afficher la case d'opt-in marketing\"],\"Ev2r9A\":[\"Aucun résultat\"],\"Ewir4O\":[\"Veuillez sélectionner au moins un produit\"],\"EwoMtl\":[\"Créer une catégorie\"],\"ExDt3P\":[\"Êtes-vous sûr de vouloir dépublier cet événement ? Il ne sera plus visible au public.\"],\"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.\"],\"EyE8E6\":[\"Traitement des paiements\"],\"EzwCw7\":[\"Modifier la question\"],\"F+pJnL\":[\"Paramètres de référencement mis à jour avec succès\"],\"F1Xp97\":[\"Participants individuels\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Au moins un type d'événement doit être sélectionné\"],\"F3/nus\":[\"Continuer vers le paiement\"],\"F3mW5G\":[\"Permettre aux clients de rejoindre une liste d'attente lorsque ce produit est épuisé\"],\"F4NXOl\":[\"Nom de famille de la commande\"],\"F4SRy3\":[\"Enregistrement supprimé\"],\"F5/CBH\":[\"article(s)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Actif\"],\"F89D36\":[\"Une erreur est survenue lors du marquage de la commande comme payée\"],\"FCVmuU\":[\"Voir l'événement\"],\"FG98gC\":[\"Effacer le texte de recherche\"],\"FI60XC\":[\"Configurer les taxes et frais\"],\"FImCSc\":[[\"0\"],\" mis à jour avec succès\"],\"FJ9Yat\":[\"Veuillez vérifier que les informations fournies sont correctes\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Impossible d'enregistrer le participant\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Activer\"],\"FRl8Jv\":[\"Vous devez vérifier l'adresse e-mail de votre compte avant de pouvoir envoyer des messages.\"],\"FSN4TS\":[\"Widget intégré\"],\"FSaY52\":[\"Le webhook enverra des notifications\"],\"FTfObB\":[\"Pas encore de produits\"],\"FU1gvP\":[\"Modifier la liste de pointage\"],\"FVTVBy\":[\"Vous devez vérifier votre adresse e-mail avant de pouvoir mettre à jour le statut de l'organisateur.\"],\"FVetkT\":[\"Quels billets doivent être associés à cette liste de pointage\xA0?\"],\"FaK/8G\":[\"Rembourser la commande \",[\"0\"]],\"FaPYw+\":[\"Propriétaire de la commande\"],\"FaSXqR\":[\"Quel type d'événement ?\"],\"Fb+SDI\":[\"Ajouter plus de billets\"],\"Ff0Dor\":[\"Passé\"],\"FgRxRP\":[\"Vous possédez 100 % des données de vos participants, toujours\"],\"Fi3b48\":[\"Commandes récentes\"],\"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 %.\"],\"FlQKnG\":[\"Inclure les taxes et les frais dans le prix\"],\"FmogyU\":[\"Masquer les options\"],\"FpsvqB\":[\"Mode de couleur\"],\"Fq/Nx7\":[\"Nous avons envoyé un code de vérification à 5 chiffres à :\"],\"Fuh+dI\":[\"Une seule question par produit. Par exemple, Quelle est votre taille de t-shirt ?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Copié dans le presse-papiers\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Modèle sauvegardé avec succès\"],\"G0KW+e\":[\"Conception de la page d'accueil mise à jour avec succès\"],\"G42SNI\":[\"Renvoyer l'e-mail\"],\"G5RhpL\":[\"Organisateur\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Rôle\"],\"GG1fRP\":[\"Votre événement est en ligne !\"],\"GG7qDw\":[\"Partager le lien d'affiliation\"],\"GHdjuo\":[\"Rechercher par nom, e-mail ou compte...\"],\"GIoqtA\":[\"Nom de famille du client\"],\"GNcfRk\":[\"E-mail d'assistance\"],\"GRChTw\":[\"Une erreur s'est produite lors de la suppression de la taxe ou des frais\"],\"GS+Mus\":[\"Exporter\"],\"GTOcxw\":[\"Modifier l'utilisateur\"],\"GVUxAX\":[\"Les statistiques sont basées sur la date de création du compte\"],\"GVcaW6\":[\"Détails de l'organisation\"],\"GX6dZv\":[\"Récapitulatif de la commande\"],\"GctSSm\":[\"Appliquer le code promotionnel\"],\"GdOhw6\":[\"Désactiver le son\"],\"GdWB+V\":[\"Webhook créé avec succès\"],\"GeqWgj\":[\"Fuseau Horaire de l'Événement\"],\"GfWoKv\":[\"Paramètres de référencement\"],\"GfaxEk\":[\"Musique\"],\"Gh9Oqb\":[\"Nom de l'organisateur de l'événement\"],\"Gjt/py\":[\"Annuler le changement d'e-mail\"],\"GkH0Pq\":[\"Taxes et frais appliqués\"],\"Gmd0hv\":[\"Lorsqu'un nouveau participant est créé\"],\"Gnjf3o\":[\"Vous ne pouvez pas changer le type de produit car des invités y sont associés.\"],\"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.\"],\"GptGxg\":[\"Changer le mot de passe\"],\"GqvPcv\":[\"Aucun filtre disponible\"],\"Gspam9\":[\"Nous traitons votre commande. S'il vous plaît, attendez...\"],\"GuXjc5\":[\"Validé\"],\"Guo0lU\":[\"Date et heure personnalisées\"],\"Gv5AMu\":[\"Message aux participants\"],\"Gy7BA3\":[\"Adresse e-mail de l'organisateur\"],\"H/UMUG\":[\"Vérification de l'e-mail requise\"],\"H34qcM\":[\"Création de l'organisateur...\"],\"H35u3n\":[\"Vous devez créer un ticket avant de pouvoir ajouter manuellement un participant.\"],\"H4nE+E\":[\"Annuler tous les produits et les remettre dans le pool\"],\"H5qWhm\":[\"Commande annulée\"],\"H6Gslz\":[\"Désolé pour la gêne occasionnée.\"],\"H6Ma8Z\":[\"Rabais\"],\"H8kMHT\":[\"Vous n'avez pas reçu le code ?\"],\"H9HlDe\":[\"minutes\"],\"HB22j9\":[\"Continuer la configuration\"],\"HE6KcK\":[\"Invitation révoquée\xA0!\"],\"HFucK5\":[\"Aucun événement terminé à afficher.\"],\"HGuXjF\":[\"Détenteurs de billets\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Un problème est survenu lors du chargement de cette page. Veuillez réessayer.\"],\"HLDaLi\":[\"Les utilisateurs administrateurs ont un accès complet aux événements et aux paramètres du compte.\"],\"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.\"],\"HR/cvw\":[\"123 Rue Exemple\"],\"HSw5l3\":[\"Non - Je suis un particulier ou une entreprise non assujettie à la TVA\"],\"HT/08n\":[\"Billet de l'invité\"],\"HVW65c\":[\"Produit payant\"],\"HVkhy2\":[\"Analyse d'attribution\"],\"HVwIsd\":[\"Entreprises ou particuliers non assujettis à la TVA : TVA irlandaise à 23 % applicable\"],\"HWXuQK\":[\"Ajoutez cette page à vos favoris pour gérer votre commande à tout moment.\"],\"HX5SVx\":[\"Article\"],\"HXMJxH\":[\"Texte optionnel pour les avertissements, informations de contact ou notes de remerciement (une seule ligne)\"],\"HdmwrI\":[\"Email de commande\"],\"HhwcTQ\":[\"Nom de l'événement\"],\"HiGkFu\":[\"Redirection vers Stripe...\"],\"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.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Changement d'e-mail annulé avec succès\"],\"HsFnrk\":[\"Le nombre maximum de produits pour \",[\"0\"],\" est \",[\"1\"]],\"HtrFfw\":[\"L'URL est requise\"],\"HxxXZO\":[\"La couleur principale de la marque utilisée pour les boutons et les éléments en surbrillance\"],\"I+FvbD\":[\"Scanner\"],\"I+utEq\":[\"Le code d'affiliation ne peut pas être modifié\"],\"I/NNtI\":[\"Le lieu de l'événement\"],\"I3QpvQ\":[\"Destinataire\"],\"I3yitW\":[\"Dernière connexion\"],\"I6F3cp\":[\"E-mail non vérifié\"],\"I7xjqg\":[\"Type d'arrière-plan\"],\"IF7RiR\":[\"Couverture\"],\"IFHV2p\":[\"Votre billet pour\"],\"IKwyaF\":[\"Changement d'e-mail confirmé avec succès\"],\"IMJ6rh\":[\"Redimensionnement automatique\"],\"IMwcdR\":[\"Usurpation d'identité arrêtée\"],\"INDKM9\":[\"Entrez le sujet de l'e-mail...\"],\"IUwGEM\":[\"Sauvegarder les modifications\"],\"IV9xTT\":[\"Cet utilisateur n'est pas actif car il n'a pas accepté son invitation.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Entrez votre numéro de TVA avec le code pays, sans espaces (par ex., IE1234567A, DE123456789)\"],\"IfN2Qo\":[\"Nous recommandons un logo carré avec des dimensions minimales de 200x200px\"],\"IgcAGN\":[\"Ventes brutes\"],\"IkGIz8\":[\"payé\"],\"IoAuJG\":[\"Envoi...\"],\"IoDI2o\":[\"Chargement des jetons...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Impossible d'enregistrer (Annulé)\"],\"IrVSu+\":[\"Impossible de dupliquer le produit. Veuillez vérifier vos informations\"],\"IuMGvq\":[\"Facture\"],\"IuUoyV\":[\"Lorsqu'un participant est enregistré\"],\"IvxA4G\":[\"Billets proposés avec succès à \",[\"count\"],\" personnes\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Aucune commande à afficher\"],\"J3RJSZ\":[\"Participant mis à jour avec succès\"],\"J3lhKT\":[\"Frais de plateforme\"],\"J6n7sl\":[\"En cours\"],\"JEPMXN\":[\"Demander un nouveau lien\"],\"JEdsvQ\":[\"Instructions de paiement\"],\"JHB/Ky\":[\"Invalide\"],\"JJhRbH\":[\"Capacité du premier jour\"],\"JKfSAv\":[\"Échec de l'exportation. Veuillez réessayer.\"],\"JNCzPW\":[\"Pays\"],\"JQNMrj\":[\"Créez votre premier événement\"],\"JRQitQ\":[\"Confirmer le nouveau mot de passe\"],\"JZTQI0\":[\"Changer d'organisateur\"],\"JbIgPz\":[\"Les valeurs monétaires sont des totaux approximatifs pour toutes les devises\"],\"JcQp9p\":[\"Date et heure de début\"],\"JcejNJ\":[\"Traitement de la commande\"],\"JhtZAK\":[\"Paiement échoué\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Choisissez une couleur pour votre arrière-plan\"],\"Jjw03p\":[\"Échec de l'exportation des participants\"],\"JlFcis\":[\"Envoyer\"],\"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.\"],\"JnuPvH\":[\"Imprimer le billet\"],\"JoKGiJ\":[\"Code promo\"],\"JpohL9\":[\"Impôt\"],\"JtI4vj\":[\"Collecte d'informations par défaut sur les participants\"],\"Jv22kr\":[[\"0\"],\" <0>enregistré avec succès\"],\"JvUngl\":[\"Date et heure\"],\"JvuLls\":[\"Absorber les frais\"],\"JwTmB6\":[\"Produit dupliqué avec succès\"],\"Jwiilf\":[\"Votre commande a été annulée\"],\"JyD0LH\":[\"Paramètres de l'événement\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Le logo sera affiché sur le billet\"],\"K2PPlT\":[\"Les frais en pourcentage doivent être compris entre 0 et 100\"],\"K47k8R\":[\"Produit\"],\"K5+3xg\":[\"Accepter l'invitation\"],\"K6fmBI\":[\"Cette liste de pointage n'est pas encore active et n'est pas disponible pour les enregistrements.\"],\"K7tIrx\":[\"Catégorie\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Personnalisez votre page d'événement\"],\"KIjvtr\":[\"Néerlandais\"],\"KMMOAy\":[\"Mise à niveau disponible\"],\"KMgp2+\":[[\"0\"],\" disponible\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Aucun message à afficher\"],\"KR0679\":[\"Inviter des membres de l'équipe\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Dupliquer le produit\"],\"KSDwd5\":[\"Commandes totales\"],\"KSQ8An\":[\"Votre commande\"],\"KTxc6k\":[\"Une erreur s'est produite, veuillez réessayer ou contacter le support si le problème persiste\"],\"KUOhTy\":[\"Activer le son\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Zone de texte multiligne\"],\"KZN4Lc\":[\"Tout supprimer\"],\"KZrfYJ\":[\"Enregistrer les liens sociaux\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Email de contact pour le support\"],\"Kdpf90\":[\"N'oubliez pas !\"],\"KeCXJu\":[\"Consultez les détails des commandes, effectuez des remboursements et renvoyez les confirmations.\"],\"KfmPRW\":[\"La couleur de fond de la page. Lors de l'utilisation d'une image de couverture, ceci est appliqué en superposition.\"],\"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.\"],\"KgxI80\":[\"Billetterie flexible\"],\"KizCK7\":[\"Sélectionnez la date et l'heure de début\"],\"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.\"],\"KkrBiR\":[\"Collecte d'informations sur les participants\"],\"KmWyx0\":[\"Travail\"],\"KnN1Tu\":[\"Expire\"],\"KndP6g\":[\"URL de la commande\"],\"KnjoUA\":[\"Prix du billet\"],\"Kz91g/\":[\"Turc\"],\"L/+xOk\":[\"Vous aurez besoin d'un billet avant de pouvoir créer une liste de pointage.\"],\"L/Qc+w\":[\"Adresse email du client\"],\"L/gNNk\":[\"Mettre à jour \",[\"0\"]],\"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.\"],\"L22Tdf\":[\"Rechercher par nom, numéro de commande, numéro de participant ou e-mail...\"],\"L565X2\":[\"options\"],\"L7dIM7\":[\"Ce lien est invalide ou a expiré.\"],\"L86zy2\":[\"E-mail vérifié avec succès !\"],\"LAW8Vb\":[\"Choisissez le paramètre par défaut pour les nouveaux événements. Ceci peut être modifié pour chaque événement.\"],\"LBLOqH\":[\"Demander une fois par commande\"],\"LETnBR\":[\"Bienvenue sur \",[\"0\"],\", voici une liste de tous vos événements\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Gestion des invités\"],\"LNWHXb\":[\"Aucun événement archivé à afficher.\"],\"LOFgda\":[\"Contacter \",[\"0\"]],\"LQrXcu\":[\"Télécharger la facture\"],\"LRbt6D\":[\"Autoriser les moteurs de recherche à indexer cet événement\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Modifier le modèle \",[\"0\"]],\"LWL3Bs\":[\"Les frais fixes doivent être égaux ou supérieurs à 0\"],\"Lc18qn\":[\"Lorsqu'une nouvelle commande est créée\"],\"LcET2C\":[\"Politique de confidentialité\"],\"LchiNd\":[\"Êtes-vous sûr de vouloir supprimer cet affilié ? Cette action ne peut pas être annulée.\"],\"LdPKPR\":[\"Échec de l'assignation de la configuration\"],\"Ldu/RI\":[\"En soldes\"],\"LeC29u\":[\"Adresse professionnelle aux fins de la TVA\"],\"Lg+ewC\":[\"Paiement et facturation\"],\"Lj7sBL\":[\"Italien\"],\"LkMOWF\":[\"Quantité disponible\"],\"LmvZ+E\":[\"Connectez Stripe pour activer la messagerie\"],\"LqBITi\":[\"Le modèle de l'organisateur/par défaut sera utilisé\"],\"LslKhj\":[\"Erreur lors du chargement des journaux\"],\"Lu+kBU\":[\"Ventes de produits\"],\"LuY52w\":[\"Bienvenue à bord! Merci de vous connecter pour continuer.\"],\"Lvi+gV\":[\"Message à l'acheteur\"],\"LxSN5F\":[\"Envoyé à chaque participant avec les détails de son billet\"],\"LyFC7X\":[\"Filtrer les commandes\"],\"LyUWXA\":[\"Frais contournés\"],\"M/WIer\":[\"Envoyer un Message\"],\"M1RnFv\":[\"Expiré\"],\"M2DyLc\":[\"1 webhook actif\"],\"M2w1ni\":[\"Visible uniquement avec un code promo\"],\"M7Uapz\":[\"Le sujet apparaîtra ici\"],\"M8M6fs\":[\"Important : Reconnexion Stripe requise\"],\"MAavyl\":[\"Aucune question n’a été répondue par ce participant.\"],\"MDNyJz\":[\"Le code expirera dans 10 minutes. Vérifiez votre dossier spam si vous ne voyez pas l'e-mail.\"],\"MGbi9P\":[\"Remboursement en attente\"],\"MH/lj8\":[\"Impossible de mettre à jour la question. Veuillez vérifier vos coordonnées\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"La devise de la commande\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"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.\"],\"MNFIxz\":[\"Vous allez à \",[\"0\"],\" !\"],\"MOERNx\":[\"Portugais\"],\"MR5ygV\":[\"Ce lien n'est plus valide\"],\"MSmKHn\":[\"Le prix affiché au client comprendra les taxes et frais.\"],\"MT7dxz\":[\"Imprimer tous les billets\"],\"MU3ijv\":[\"Rendre cette question obligatoire\"],\"MXSqmS\":[\"Mettre ce produit en avant\"],\"MXZfGN\":[\"Personnalisez les questions posées lors du paiement pour recueillir des informations importantes de vos participants.\"],\"MY2SVM\":[\"Remboursement complet\"],\"Mck5ht\":[\"Paiement sécurisé\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Liens sociaux mis à jour avec succès\"],\"MhVoma\":[\"Saisissez un montant hors taxes et frais.\"],\"Mi1rVn\":[\"Épuisé\"],\"MixU2P\":[\"Le pourcentage doit être compris entre 0 et 100\"],\"Mkkvfd\":[\"Masquer la page de démarrage\"],\"MkuVAZ\":[\"Pourcentage du montant de la transaction\"],\"Mokwac\":[\"Invitez un nombre illimité de membres d'équipe avec des rôles personnalisés\"],\"Mqy/Zy\":[\"États-Unis\"],\"Mr5UUd\":[\"Billet annulé\"],\"MxjCqk\":[\"Vous cherchez vos billets ?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Annuler la commande \",[\"0\"]],\"N0qXpE\":[\"Produits\"],\"N141o/\":[\"Ouvrir le tableau de bord Stripe\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Modifier \",[\"0\"]],\"N9FyyW\":[\"Consultez, modifiez et exportez vos participants inscrits.\"],\"N9JsFT\":[\"Format de numéro de TVA invalide\"],\"NAzVVw\":[\"Programmer le message\"],\"NB5+UG\":[\"Jetons disponibles\"],\"NEmyqy\":[\"Aucune commande pour le moment\"],\"NF8sdv\":[\"Message de mise en avant\"],\"NFxlHW\":[\"Chargement des webhooks\"],\"NGXKG/\":[\"Confirmer l'adresse e-mail\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Suivez les ventes, les revenus et la fréquentation avec des rapports détaillés\"],\"NIuIk1\":[\"Illimité\"],\"NJahlc\":[\"Rendre l'adresse de facturation obligatoire lors du paiement\"],\"NNc33d\":[\"Échec de la mise à jour de la réponse.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Complétez la commande\"],\"NRWNfv\":[\"Montant total de la réduction\"],\"NRhrIB\":[\"Billets et produits\"],\"NTZ/NX\":[\"Code d'intégration\"],\"NWVRtl\":[\"Commandes terminées\"],\"NY/x1b\":[\"Adresse Ligne 1\"],\"Nbd6WT\":[\"Configurer les paramètres de liste d'attente pour cet événement\"],\"Nc3l/D\":[\"Créez des réductions, des codes d'accès pour les billets cachés et des offres spéciales.\"],\"Nfbg76\":[\"Paramètres TVA enregistrés avec succès\"],\"NgVUL2\":[\"Aperçu du formulaire de paiement\"],\"NiIUyb\":[\"Parlez-nous de votre événement\"],\"NihQNk\":[\"Clients\"],\"Nl1ZtM\":[\"Lieu de l'événement\"],\"NlQ0cx\":[\"Premier événement de \",[\"organizerName\"]],\"NlfnUd\":[\"Le lien sur lequel vous avez cliqué n'est pas valide.\"],\"NmpGKr\":[\"Nous n'avons pas pu réorganiser les catégories. Veuillez réessayer.\"],\"NoNwIX\":[\"Inactif\"],\"NpEm3p\":[\"Envoyer maintenant\"],\"NsWqSP\":[\"Ajoutez vos réseaux sociaux et l'URL de votre site. Ils seront affichés sur votre page publique d'organisateur.\"],\"Nu4oKW\":[\"Description\"],\"NvuEhl\":[\"Éléments de Design\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Sélectionner...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"E-mail\"],\"O6mra8\":[\"Questions personnalisées\"],\"O8m7VA\":[\"J'accepte de recevoir des notifications par e-mail liées à cet événement\"],\"OESu7I\":[\"Évitez la survente en partageant l'inventaire entre plusieurs types de billets.\"],\"OHJXlK\":[\"Utilisez <0>les modèles Liquid pour personnaliser vos e-mails\"],\"OIPtI5\":[\"Un pourcentage du prix du produit. Par exemple, 3,5 % du prix du produit\"],\"OJnhhX\":[[\"eventCount\"],\" événements\"],\"OJx3wK\":[\"Pas disponible\"],\"OMJ035\":[\"Option radio\"],\"OMX4tH\":[\"Sélectionner des billets\"],\"OP094m\":[\"Rapport des codes promo\"],\"OVFwlg\":[\"Pas encore de questions de commande\"],\"OXku3b\":[\"<0>https://votre-siteweb.com\"],\"OZK07J\":[\"Payer pour déverrouiller\"],\"OaKTzt\":[\"Voir la carte\"],\"OadMRm\":[\"Utiliser l'image de couverture\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Ouvrir la barre latérale\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Réinitialiser\"],\"OfmsI9\":[\"Événement trop récent\"],\"OhCesD\":[\"Cette commande a été annulée. Vous pouvez passer une nouvelle commande à tout moment.\"],\"Ohn74G\":[\"Configuration et design\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Nom du billet\"],\"OmylXO\":[\"Compte mis à jour avec succès\"],\"On0aF2\":[\"Site web\"],\"Oo/PLb\":[\"Résumé des revenus\"],\"OoSyqO\":[\"Dans \",[\"diffMinutes\"],\" minutes\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"L'offre automatique est activée. Les billets sont automatiquement proposés lorsque des places se libèrent. Utilisez ceci pour proposer manuellement des places supplémentaires.\"],\"OpKMSn\":[\"Frais de transaction :\"],\"OqEV/G\":[\"Complétez la configuration ci-dessous pour continuer\"],\"Or1CPR\":[\"Ajoutez des notes sur le participant...\"],\"OrXJBY\":[\"Préfixe optionnel pour les numéros de facture (par exemple, INV-)\"],\"Os6n2a\":[\"annuler la commande\"],\"OtgNFx\":[\"Adresse e-mail confirmée avec succès\"],\"OtjenF\":[\"Veuillez saisir une adresse e-mail valide\"],\"OvNbls\":[\"Télécharger .ics\"],\"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)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Invitation renvoyée\xA0!\"],\"P+5Pbo\":[\"Masquer les réponses\"],\"P+Sty0\":[\"Vous changez votre adresse e-mail en <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Produit gratuit\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Image de couverture\"],\"P5sgAk\":[\"Code promo\"],\"P8hBau\":[\"Votre paiement est en cours de traitement.\"],\"PC3/fk\":[\"Événements commençant dans les prochaines 24 heures\"],\"PCRCCN\":[\"Informations d'enregistrement à la TVA\"],\"PChXMe\":[\"Aucune commande payée\"],\"PFjJxY\":[\"Votre nouveau mot de passe doit comporter au moins 8 caractères.\"],\"PGPGsL\":[\"Ajouter une description\"],\"PKXt9R\":[\"La date de fin doit être postérieure à la date de début\"],\"PLUB/s\":[\"Frais\"],\"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)\"],\"PO/sOY\":[\"Révoquer l'invitation\"],\"POT0K/\":[\"Un montant fixe par produit. Par exemple, 0,50 $ par produit\"],\"POdIrN\":[\"Adresse Ligne 1\"],\"PRuBTd\":[\"Concepteur de page d'accueil\"],\"PSRm6/\":[\"Rechercher mes billets\"],\"PUpvQe\":[\"Scanner caméra\"],\"PYVWEI\":[\"Si vous êtes enregistré, fournissez votre numéro de TVA pour validation\"],\"PYs3rP\":[\"Nom de l'événement\"],\"PZ7FTW\":[\"Détecté automatiquement selon la couleur de fond, mais peut être remplacé\"],\"Pa6G7v\":[\"Nom de l'organisateur\"],\"Pc/Wtj\":[\"Ce participant a une commande impayée.\"],\"Pc729f\":[\"Commande en Attente de Paiement Hors Ligne\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Copié !\"],\"Pjsch9\":[\"Rechercher des affectations de capacité...\"],\"Pmr5xp\":[[\"0\"],\" créé avec succès\"],\"PnSzEc\":[\"Une fois prêt, mettez votre événement en ligne et commencez à vendre des produits.\"],\"Pp1sWX\":[\"Mettre à jour l'affilié\"],\"Pte1Hv\":[\"Voir les détails de l'invité\"],\"Puv7+X\":[\"Paramètres du compte\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Cette commande a expiré. Veuillez recommencer.\"],\"Q2lUR2\":[\"Devise\"],\"Q7CWxp\":[\"Lorsqu'un participant est annulé\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Votre numéro de TVA sera validé lorsque vous enregistrerez\"],\"QDEWii\":[\"Vérifié\"],\"QDWsl9\":[\"Bienvenue sur \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Envoyez votre premier message\"],\"QGoXh3\":[\"Comme votre entreprise est basée dans l'UE, nous devons déterminer le traitement TVA approprié pour nos frais de plateforme :\"],\"QHhZeE\":[\"Modèle créé avec succès\"],\"QIWCnW\":[\"Liste de pointage VIP\"],\"QIn0Vl\":[\"Raison sociale légale aux fins de la TVA\"],\"QIodqd\":[\"Télécharger le code QR\"],\"QIxRUI\":[\"Billets payants, gratuits, tarification échelonnée et basée sur les dons\"],\"QKLP1W\":[\"Connectez votre compte Stripe pour commencer à recevoir des paiements.\"],\"QKim6l\":[\"Participant non trouvé\"],\"QMHSMS\":[\"Le client recevra un e-mail confirmant le remboursement\"],\"QN2F+7\":[\"Ajouter un webhook\"],\"QNrkms\":[\"Réponse mise à jour avec succès.\"],\"QOg2Sf\":[\"Personnaliser les paramètres de courrier électronique et de notification pour cet événement\"],\"QOhkyl\":[\"Rédiger\"],\"QP3gP+\":[\"Ces paramètres s'appliquent uniquement au code d'intégration copié et ne seront pas enregistrés.\"],\"QS1Nla\":[\"Programmer pour plus tard\"],\"QUg5y1\":[\"Presque fini ! Terminez la connexion de votre compte Stripe pour commencer à accepter les paiements.\"],\"QXgjH0\":[\"Échec de l'arrêt de l'usurpation d'identité. Veuillez réessayer.\"],\"QXlz+n\":[\"La devise par défaut de vos événements.\"],\"QYARw/\":[\"Sélectionnez un billet\"],\"QYLpB4\":[\"Enregistrement uniquement\"],\"QYcUEf\":[\"Prix minimum\"],\"QbrUIo\":[\"Pages vues\"],\"QcCPs8\":[\"Détails de l'événement\"],\"QcwyCh\":[\"Oui, supprime-les\"],\"Qj0GKe\":[\"Activer le libre-service pour les participants\"],\"QkLf4H\":[\"URL de la page\"],\"QlSZU0\":[\"Vous usurpez l'identité de <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Voici à quoi vous attendre :\"],\"Qm5XkZ\":[\"Date de début de la vente\"],\"QoAi8D\":[\"Aucune réponse\"],\"QotGhf\":[\"Ignorer ce message\"],\"Qp4HWD\":[\"Max destinataires / message\"],\"Qqqrwa\":[\"Ouvrir la Page d'Enregistrement\"],\"Qrc8RZ\":[\"Supprimer la liste de pointage\"],\"QsYjci\":[\"Tous les événements\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Sélectionnez la caméra\"],\"QuhVpV\":[\"Salut \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Capacité\"],\"QzmQBG\":[\"Fournisseur de paiement\"],\"R02pnV\":[\"Votre événement doit être en ligne avant que vous puissiez vendre des billets aux participants.\"],\"R0wEyA\":[\"Rechercher par nom de travail ou exception...\"],\"R29lO5\":[\"Conditions de paiement\"],\"R2O9Rg\":[\"Montant payé (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Exportation terminée. Téléchargement du fichier...\"],\"R4r4XO\":[\"Invités\"],\"R5IT/I\":[\"Notes du participant\"],\"R6i9o9\":[\"Vous devez reconnaître que cet e-mail n'est pas promotionnel\"],\"R6n7j9\":[\"Paramètres TVA mis à jour avec succès\"],\"RBXXtB\":[\"Aucune méthode de paiement n'est actuellement disponible. Veuillez contacter l'organisateur de l'événement pour obtenir de l'aide.\"],\"RD51+P\":[\"Frais de plateforme de \",[\"0\"],\" déduits de votre paiement\"],\"RDie0n\":[\"Divers\"],\"RG3szS\":[\"fermer\"],\"RHyZUL\":[\"Aucun résultat trouvé.\"],\"RKKhnW\":[\"Créez un widget personnalisé pour vendre des billets sur votre site.\"],\"ROR8QD\":[\"Le nom de votre compte est utilisé sur les pages d'événements et dans les e-mails.\"],\"ROv2ZT\":[\"Questions et réponses\"],\"RQCXz6\":[\"Limites de commande\"],\"RRZDED\":[\"Nous n'avons trouvé aucune commande associée à cette adresse e-mail.\"],\"RReHTu\":[\"Nom de l'entreprise\"],\"RUMiLy\":[\"La validation du numéro de TVA a échoué\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Code de promo\"],\"RWw9Lg\":[\"Fermer la fenêtre\"],\"RY2eP1\":[\"Aucune taxe ou frais n'a été ajouté.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"A quelle heure arriverez-vous ?\"],\"ReihZ7\":[\"Aperçu avant Impression\"],\"RfwZxd\":[\"Réinitialiser le mot de passe\"],\"RjwlZt\":[\"Cette commande a déjà été payée.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Envoyer un message\"],\"RlJmQg\":[\"Une taxe standard, comme la TVA ou la TPS\"],\"RnvnDc\":[\"Voir tous les messages envoyés sur la plateforme\"],\"Ropvj0\":[\"Sélectionnez les événements qui déclencheront ce webhook\"],\"RpwiYC\":[\"Remboursement en attente\"],\"RqSKdX\":[\"Ce produit est épuisé\"],\"Rs/IcB\":[\"Première utilisation\"],\"Rs7IQv\":[\"Message de pré-commande\"],\"RsiDDQ\":[\"Autres Listes (Billet Non Inclus)\"],\"RtxQTF\":[\"Annuler également cette commande\"],\"RuaKfn\":[\"Adresse mise à jour avec succès\"],\"Rwiyt2\":[\"Taxes configurées\"],\"RxzN1M\":[\"Activé\"],\"RzEvf5\":[\"Cet événement est terminé\"],\"S+OdxP\":[\"Qui organise cet événement ?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"Le prénom doit comporter entre 1 et 50 caractères\"],\"S0ctOE\":[\"Archiver l'événement\"],\"S3CZ5M\":[\"Tableau de bord de l'organisateur\"],\"S4PqS9\":[[\"0\"],\" webhooks actifs\"],\"S8Tua9\":[\"Paramètres mis à jour avec succès\"],\"SCimta\":[\"Masquer la page de démarrage de la barre latérale\"],\"SHJwyq\":[\"Taux d'enregistrement\"],\"SIHgVQ\":[\"Échec de l'annulation du message\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Total des participants\"],\"SMUbbQ\":[\"Une entrée déroulante ne permet qu'une seule sélection\"],\"SNzppu\":[\"Rejoindre la liste d'attente\"],\"SO9AEF\":[\"Limites de commande définies\"],\"SPKbfM\":[\"ex. : Obtenir des billets, S'inscrire maintenant\"],\"SPdzrs\":[\"Envoyé aux clients lorsqu'ils passent une commande\"],\"SQKPvQ\":[\"Inviter un utilisateur\"],\"SQqJd8\":[\"Organisateur introuvable\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Exportation commencée. Préparation du fichier...\"],\"SXzpzO\":[\"Afficher la case d'opt-in marketing par défaut\"],\"SZw9tS\":[\"Voir les détails\"],\"Sa7w7S\":[\"Cette liste de pointage a expiré et n'est plus disponible pour les enregistrements.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Erreur\"],\"SnlQeq\":[\"Aucune question n'a été posée pour cette commande.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Cases à cocher\"],\"SsI9v/\":[\"Échec de l'abandon de la commande. Veuillez réessayer.\"],\"Sxm1lO\":[\"Tous les statuts\"],\"Sxm8rQ\":[\"Utilisateurs\"],\"T+1APV\":[\"Le numéro de TVA actuel est validé\"],\"T02gNN\":[\"Admission Générale\"],\"T0K0yl\":[\"Les utilisateurs inactifs ne peuvent pas se connecter.\"],\"T4BMxU\":[\"Les frais sont susceptibles de changer. Vous serez informé de toute modification de votre structure tarifaire.\"],\"T5rdis\":[\"copié dans le presse-papier\"],\"T6B2gk\":[\"Échec de l'envoi du message. Veuillez réessayer.\"],\"TBEnp1\":[\"Le logo sera affiché dans l'en-tête\"],\"TF37u6\":[\"Vos participants ont été exportés avec succès.\"],\"TF9opW\":[\"Flash n'est pas disponible sur cet appareil\"],\"TMLAx2\":[\"Requis\"],\"TNaCfq\":[\"Zone de texte sur une seule ligne\"],\"TPoYsF\":[\"Référence de l'achat\"],\"TSAiPM\":[\"La page que vous recherchez n'existe pas\"],\"TTpXL3\":[\"Renvoyer dans \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"Le mot de passe doit contenir au minimum 8 caractères\"],\"TWXU0c\":[\"Usurper l'utilisateur\"],\"TZxnm8\":[\"Ajouter une option\"],\"TdfEV7\":[\"Archivé\"],\"TeSaQO\":[\"Retour aux comptes\"],\"Tf55h7\":[\"Réduction configurée\"],\"TjX7xL\":[\"Message Post-Commande\"],\"TjbIUI\":[[\"availableCount\"],\" sur \",[\"totalCount\"],\" disponibles\"],\"TkQVup\":[\"Veuillez vérifier votre e-mail et votre mot de passe et réessayer\"],\"TkfG8v\":[\"Collecter les informations par commande\"],\"TlEeFv\":[\"Événements à venir\"],\"TnzbL+\":[\"En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir envoyer des messages aux participants.\\nCela permet de garantir que tous les organisateurs d'événements sont vérifiés et responsables.En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir envoyer des messages aux participants.\\nCeci afin de s'assurer que tous les organisateurs d'événements sont vérifiés et responsables.\"],\"Tol4BF\":[\"détails de la commande\"],\"TpqW74\":[\"Fixé\"],\"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.\"],\"TskrJ8\":[\"Paiement et abonnement\"],\"TvY/XA\":[\"Documentation\"],\"TvkW9+\":[\"Êtes-vous sûr de vouloir archiver cet événement\xA0?\"],\"TxfvH2\":[\"Sélectionnez les participants qui doivent recevoir ce message\"],\"Tz0i8g\":[\"Paramètres\"],\"Tz5oXG\":[\"Oui, annuler ma commande\"],\"U/R4Ng\":[\"Niveau de produit\"],\"U3pytU\":[\"Administrateur\"],\"U3wiCB\":[\"Tout est prêt ! Vos paiements sont traités en douceur.\"],\"U61sAj\":[\"Catégorie de produit mise à jour avec succès.\"],\"U65fiW\":[\"Enregistrer l'organisateur\"],\"U66oUa\":[\"Échec de la création du modèle\"],\"U7nGvl\":[\"Impossible d'enregistrer\"],\"UBSG1X\":[\"Meilleurs organisateurs (14 derniers jours)\"],\"UEqXyt\":[\"Plage personnalisée\"],\"UGT5vp\":[\"Enregistrer les paramètres\"],\"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.\"],\"UJmAAK\":[\"Sujet\"],\"UKfi21\":[\"Créer une taxe ou des frais\"],\"UMGQOh\":[\"Connectez-vous avec Stripe\"],\"UNMVei\":[\"Mot de passe oublié?\"],\"UQ0ACV\":[\"Total des commandes\"],\"URAE3q\":[\"En pause\"],\"URUYHc\":[\"Paramètres des frais de plateforme mis à jour avec succès\"],\"URmyfc\":[\"Détails\"],\"UVPI5D\":[\"Afficher moins de plateformes\"],\"UW90md\":[\"Aucun destinataire trouvé\"],\"UWWRyd\":[\"Ajoutez des questions personnalisées pour collecter des informations supplémentaires lors du paiement\"],\"UXBCwc\":[\"Nom de famille\"],\"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.\"],\"UYUgdb\":[\"Commande\"],\"UZ2GSZ\":[\"Paramètres de facturation\"],\"UaISq3\":[\"Suédois\"],\"UabgBd\":[\"Le corps est requis\"],\"UdY1lL\":[\"Votre paiement n'a pas abouti, veuillez réessayer.\"],\"Ug4SfW\":[\"Une fois que vous avez créé un événement, vous le verrez ici.\"],\"UiAk5P\":[\"Insérer une image\"],\"Uicx2U\":[\"Cette liste de pointage est active\"],\"UjNWsF\":[\"La TVA peut être appliquée aux frais de plateforme selon votre statut d'assujettissement à la TVA. Veuillez compléter la section d'informations TVA ci-dessous.\"],\"UkHo4c\":[\"Réf. commande\"],\"UkM20g\":[\"En attente de révision\"],\"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.\"],\"UlAK8E\":[\"Exportation des commandes\"],\"Uo5ddP\":[\"Nous vous informerons par e-mail si une place se libère pour \",[\"0\"],\".\"],\"UoIRW8\":[\"Participants inscrits\"],\"Upeg/u\":[\"Activer ce modèle pour l'envoi d'e-mails\"],\"Uqefyd\":[\"Êtes-vous assujetti à la TVA dans l'UE ?\"],\"UtDm3q\":[\"URL copié dans le presse-papiers\"],\"Uu0hZq\":[\"E-mail de l'organisateur\"],\"UvYql/\":[\"Paramètres TVA enregistrés. Nous validons votre numéro de TVA en arrière-plan.\"],\"Uwsg2F\":[\"Réservé\"],\"V0SbFp\":[\"Afficher la quantité de produit disponible\"],\"V1EGGU\":[\"Prénom\"],\"V1krgP\":[\"Le code ne doit pas dépasser 20 caractères\"],\"V2sk3H\":[\"E-mail et Modèles\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Un nouveau code de vérification a été envoyé à votre adresse e-mail\"],\"V6Q5RZ\":[\"Affectation de Capacité créée avec succès\"],\"V7DYWd\":[\"Message envoyé\"],\"V7MwOy\":[\"Une erreur s'est produite lors du chargement de la page\"],\"V7Tejz\":[\"Traitement automatique de la liste d'attente\"],\"V7yhws\":[\"bonjour@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Retour connexion\"],\"VD0iA7\":[\"Options de prix multiples. Parfait pour les produits en prévente, etc.\"],\"VDWChT\":[\"Êtes-vous sûr de vouloir mettre cet organisateur en brouillon ? Cela rendra la page de l'organisateur invisible au public.\"],\"VEsDvU\":[\"Les utilisateurs peuvent modifier leur adresse e-mail dans <0>Paramètres du profil.\"],\"VFv2ZC\":[\"Date de fin\"],\"VHfLAW\":[\"Aucun compte\"],\"VT+urE\":[\"Rechercher par nom ou e-mail...\"],\"VTfZPy\":[\"Accès refusé\"],\"VX+B3I\":[\"Rechercher par titre d'événement ou organisateur...\"],\"VY+Bdn\":[\"Rechercher par nom de compte ou e-mail...\"],\"VZeG/A\":[\"À venir\"],\"Vd+LC3\":[\"La couleur doit être un code couleur hexadécimal valide. Exemple\xA0: #ffffff\"],\"VeKsnD\":[\"Renvoyer l'e-mail de commande\"],\"VejKUM\":[\"Remplissez d'abord vos informations ci-dessus\"],\"Vi+BiW\":[\"Comprend \",[\"0\"],\" produits\"],\"VioGG1\":[\"Connectez votre compte Stripe pour accepter les paiements des billets et produits.\"],\"Vjat/X\":[\"Le message est obligatoire\"],\"Vjij1k\":[[\"days\"],\" jours, \",[\"hours\"],\" heures, \",[\"minutes\"],\" minutes, et \",[\"seconds\"],\" secondes\"],\"VkSk/i\":[\"Êtes-vous sûr de vouloir annuler ce message programmé ?\"],\"VlXNyK\":[\"Par commande\"],\"Vla0Bo\":[\"Produits vendus\"],\"VlnB7s\":[\"6 derniers mois\"],\"VmXiz4\":[\"Entrez votre adresse e-mail et nous vous enverrons des instructions pour réinitialiser votre mot de passe.\"],\"VpwcSk\":[\"Entrez le nouveau mot de passe\"],\"VsM1HH\":[\"Attributions de capacité\"],\"VskHIx\":[\"Supprimer la catégorie\"],\"Vw0KCJ\":[\"Enregistrement par code QR\"],\"VwdqVy\":[\"Créer une Affectation de Capacité\"],\"Vx2J6x\":[\"Impossible de récupérer le participant\"],\"VxFvXQ\":[\"Intégrer le widget\"],\"VxYKoK\":[\"Paramètres de courrier électronique et de notification\"],\"VyUuZb\":[\"URL de l'image\"],\"W/eN+G\":[\"Si vide, l'adresse sera utilisée pour générer un lien Google Maps\"],\"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.\"],\"W428WC\":[\"Basculer les colonnes\"],\"W4kWXJ\":[\"Recherchez par nom de participant, e-mail ou numéro de commande...\"],\"W5A0Ly\":[\"Une erreur inattendue est apparue.\"],\"W7AfhC\":[\"Tous les participants à cet événement\"],\"WBq1/R\":[\"Scanner USB déjà actif\"],\"WFHOlF\":[\"Êtes-vous sûr de vouloir publier cet événement ? Une fois publié, il sera visible au public.\"],\"WHf154\":[\"Supprimer le code\"],\"WKHW0N\":[\"Détails de l'événement en ligne\"],\"WKMnh4\":[\"Une saisie de texte sur une seule ligne\"],\"WLxtFC\":[\"Impossible de créer le produit. Veuillez vérifier vos détails\"],\"WNnP3w\":[\"Connecter et mettre à niveau\"],\"WOpH7O\":[\"Une expérience de paiement élégante sur tous les appareils\"],\"WOyJmc\":[\"- Cliquez pour dépublier\"],\"WTk/ke\":[\"À propos de Stripe Connect\"],\"WUOCgI\":[\"Place offerte avec succès\"],\"WVbTwK\":[\"Créer une liste de pointage\"],\"WVgSTy\":[\"Gérer la commande\"],\"WWYHKD\":[\"Votre paiement est protégé par un cryptage de niveau bancaire\"],\"WZZzB6\":[\"Le nom de l'événement est obligatoire\"],\"WZbCR3\":[\"Remboursement échoué\"],\"WbImlQ\":[\"La commande a été annulée et le propriétaire de la commande a été informé.\"],\"WbopAG\":[\"Les paiements Stripe ne sont pas activés pour cet événement.\"],\"Wd5CDM\":[\"Le nom de l'événement doit contenir moins de 150 caractères\"],\"WdmJIX\":[\"Chargement de l'aperçu...\"],\"Weq9zb\":[\"Général\"],\"WgD6rb\":[\"Catégorie d'événement\"],\"WjSpu5\":[\"Événement en ligne\"],\"Wjz5KP\":[\"Aucun participant à afficher\"],\"Wvrz79\":[\"Montant payé\"],\"WyCBRt\":[\"Résumé des taxes\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Oui - J'ai un numéro d'enregistrement TVA UE valide\"],\"X13xGn\":[\"Non fiable\"],\"X1zdE7\":[\"Configuration créée avec succès\"],\"X26cQf\":[\"URL du billet\"],\"X2rrlw\":[\"Total\"],\"X4o0MX\":[\"Échec du chargement du webhook\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Les inscriptions apparaîtront ici lorsque les clients rejoindront la liste d'attente pour les produits épuisés.\"],\"XAHqAg\":[\"C'est un produit général, comme un t-shirt ou une tasse. Aucun billet ne sera délivré\"],\"XBNC3E\":[\"Ce code sera utilisé pour suivre les ventes. Seuls les lettres, chiffres, tirets et traits de soulignement sont autorisés.\"],\"XIG669\":[\"Quand l'enregistrement ouvre\"],\"XKJuAX\":[\"Question supprimée\"],\"XUfgCI\":[\"Aucune Affectation de Capacité\"],\"XVLu2v\":[\"Titre de l'événement\"],\"XX32BM\":[\"Prend juste quelques minutes\"],\"XZkeaI\":[\"Aucun journal trouvé\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Adresse de votre organisateur\"],\"Xe2tSS\":[\"Documentation de connexion\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Vos commandes ont été exportées avec succès.\"],\"XgOuA7\":[\"90 derniers jours\"],\"XkFYVB\":[\"Produit supprimé\"],\"XletzW\":[\"Créer une catégorie\"],\"XwdMMg\":[\"Le code ne peut contenir que des lettres, des chiffres, des tirets et des traits de soulignement\"],\"XxecLm\":[\"Type de billet\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Voici le composant React que vous pouvez utiliser pour intégrer le widget dans votre application.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Personnalisez la page d'accueil de l'événement et la messagerie de paiement\"],\"YAV57v\":[\"Affilié\"],\"YAl9Hg\":[\"Créer une configuration\"],\"YC3oXa\":[\"Description pour le personnel de pointage\"],\"YClrdK\":[\"Cet événement n'est pas encore publié\"],\"YDVUVl\":[\"Types d'événements\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Quelque chose s'est mal passé\xA0! Veuillez réessayer\"],\"YHsF9c\":[\"Masquer le produit après la date de fin de vente\"],\"YIDzi/\":[\"Créer un modèle personnalisé\"],\"YIix5Y\":[\"Recherche...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Je confirme qu'il s'agit d'un message transactionnel lié à cet événement\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Détail des ventes de produits, revenus et taxes\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Configuration du compte mise à jour avec succès\"],\"YQ3QSS\":[\"Échec du renvoi du code de vérification\"],\"YSEnLE\":[\"Forgeron\"],\"YXhom6\":[\"Frais fixes :\"],\"YXx+fG\":[\"Total avant réductions\"],\"YZi+Hu\":[\"Travail en file d'attente pour réessai\"],\"Ya1JhR\":[\"Aucun produit disponible dans cette catégorie.\"],\"YaCgdO\":[\"E-mail de confirmation renvoyé avec succès\"],\"Yc5YW6\":[\"Aucun travail échoué\"],\"Ye321X\":[\"Nom de la taxe\"],\"YfHZv0\":[\"Montré au client avant son paiement\"],\"YgRSEE\":[\"Etes-vous sûr de vouloir supprimer ce code promo ?\"],\"YjVNGZ\":[\"Aperçu de la page d'accueil\"],\"Ym1gnK\":[\"appliqué\"],\"YpN29s\":[\"Informer l'organisateur des nouvelles commandes\"],\"Yrbm6T\":[\"Organisateur génial Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Cette commande a été annulée.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Liste de pointage mise à jour avec succès\"],\"Z3FXyt\":[\"Chargement...\"],\"Z3etYG\":[\"1 jour avant l'événement\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Paiement hors ligne\"],\"Z6q0Vl\":[\"Vous avez déjà accepté cette invitation. Merci de vous connecter pour continuer.\"],\"Z8lGw6\":[\"Partager\"],\"ZBAScj\":[\"Participant inconnu\"],\"ZCSSd+\":[\"Créez votre propre événement\"],\"ZDIydz\":[\"Commencer\"],\"ZIgYeg\":[\"Couleur du texte secondaire\"],\"ZN1WLO\":[\"Copier l'Email\"],\"ZOBwQn\":[\"Conception de la page d'accueil\"],\"ZOmUYW\":[\"Nous validerons votre numéro de TVA en arrière-plan. S'il y a des problèmes, nous vous en informerons.\"],\"ZPj0Q8\":[\"Détails du message\"],\"ZPoHOn\":[\"Aucun produit associé à cet invité.\"],\"ZPwFnN\":[\"Échec de l'exportation des commandes\"],\"ZQ15eN\":[\"Échec du renvoi de l'e-mail du ticket\"],\"ZQKLI1\":[\"Zone de Danger\"],\"ZS/D7f\":[\"Tous les événements terminés\"],\"ZWEfBE\":[\"Aucun paiement requis\"],\"ZZEYpT\":[\"Option\xA0\",[\"i\"]],\"ZaEJZM\":[\"Confirmer le changement d'e-mail\"],\"ZfxaB4\":[\"Partiellement remboursé\"],\"Zi3Sbw\":[\"Retiré de la liste d'attente avec succès\"],\"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.\"],\"ZkS2p3\":[\"Annuler la publication de l'événement\"],\"Zkymb9\":[\"Une adresse e-mail à associer à cet affilié. L'affilié ne sera pas notifié.\"],\"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.\"],\"Znwxal\":[\"Configuration des frais d'application\"],\"ZowkxF\":[\"Impôts\"],\"ZpieFv\":[\"Échec de l'annulation de la commande\"],\"ZsZeV2\":[\"L'e-mail est obligatoire\"],\"ZthcdI\":[\"Un code promo sans réduction peut être utilisé pour révéler des produits cachés.\"],\"ZutOKU\":[\"Taux de TVA\"],\"Zw6LWb\":[\"Échec de la suppression du travail\"],\"ZxnK5C\":[\"Une fois que vous commencerez à collecter des données, elles apparaîtront ici.\"],\"Zz6Cxn\":[\"Zone dangereuse\"],\"a/gMx2\":[\"Pas de listes de pointage\"],\"a0EjD+\":[\"Créer un produit\"],\"a41PKA\":[\"Les ventes de l'affilié seront suivies\"],\"a5KFZU\":[\"Ajoutez les détails de l’événement et gérez les paramètres.\"],\"a5jvSX\":[\"Niveaux de prix\"],\"a6+167\":[\"Sélectionner un événement\"],\"a6gga1\":[\"Erreur lors de la confirmation du changement d'adresse e-mail\"],\"a7u1N9\":[\"Prix\"],\"aAIQg2\":[\"Apparence\"],\"aEDp5C\":[\"Collez ceci où vous souhaitez que le widget apparaisse.\"],\"aFk48v\":[\"Échec de la suppression de la configuration\"],\"aGWZUr\":[\"Revenu brut\"],\"aH6ZIb\":[\"Invitez votre équipe\"],\"aIA9C4\":[\"Question créée avec succès\"],\"aK4uBd\":[\"Dernières 24 heures\"],\"aKtF0O\":[\"Stripe non connecté\"],\"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.\"],\"aS0jtz\":[\"Abandonné\"],\"aT3jZX\":[\"Sélectionner le fuseau horaire\"],\"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.\"],\"acIJ41\":[\"Statut de la commande\"],\"agPptk\":[\"Support\"],\"agZ87r\":[\"Créez des billets pour votre événement, fixez les prix et gérez la quantité disponible.\"],\"alD1+n\":[\"Notes de facture\"],\"amMkpL\":[\"Aucune capacité\"],\"an5hVd\":[\"Images\"],\"aqxYLv\":[\"Éducation\"],\"av+gjP\":[\"Nom du participant\"],\"avf0gk\":[\"Description de la question\"],\"awHmAT\":[\"ID du billet\"],\"axVMjA\":[\"Masquer le produit sauf si l'utilisateur a un code promo applicable\"],\"axv/Mi\":[\"Modèle personnalisé\"],\"b0HJ45\":[\"Succès! \",[\"0\"],\" recevra un e-mail sous peu.\"],\"b1Jvg+\":[\"Veuillez continuer dans le nouvel onglet\"],\"b24kPi\":[\"File d'attente\"],\"b33PL9\":[\"Afficher plus de plateformes\"],\"b46pt5\":[\"Image de couverture de l'événement\"],\"b4itZn\":[\"Fonctionnement\"],\"b6+Y+n\":[\"Commande terminée\"],\"b9SN9q\":[\"Référence de commande unique\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Créer \",[\"0\"]],\"bA31T4\":[\"Utiliser les informations de l'acheteur pour tous les participants\"],\"bB6Ram\":[\"Dernières 48 heures\"],\"bECJqy\":[\"Message approuvé avec succès\"],\"bKOYkd\":[\"Facture téléchargée avec succès\"],\"bLB3MJ\":[\"Méthodes de paiement\"],\"bPWBLL\":[\"Impossible de sortir le participant\"],\"bPwFdf\":[\"Comptes\"],\"bU4bS1\":[\"Remboursements\"],\"bU7oUm\":[\"Envoyer uniquement aux commandes avec ces statuts\"],\"bVjDs9\":[\"Frais supplémentaires\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Êtes-vous sûr de vouloir supprimer cette liste de pointage\xA0?\"],\"bbslmb\":[\"Concepteur de billets\"],\"bcCn6r\":[\"Type de calcul\"],\"bcYlvb\":[\"Quand l'enregistrement ferme\"],\"bfXQ+N\":[\"Accepter l'invitation\"],\"bgqf+K\":[\"Email du détenteur du billet\"],\"bhlHm/\":[\"Votre commande est en attente de paiement\"],\"blK94r\":[\"Veuillez ajouter au moins une option\"],\"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.\"],\"br3Y/y\":[\"Frais de plateforme\"],\"btxLWj\":[\"Statut de l'événement mis à jour\"],\"bv6RXK\":[\"Libellé du bouton\"],\"bwBlJv\":[\"Prénom de la commande\"],\"bxoWpz\":[\"Renvoyer l'e-mail de confirmation\"],\"byKna+\":[\"Une erreur inattendue est apparue. Veuillez réessayer.\"],\"c+suC6\":[\"Comptes payants\"],\"c/TIyD\":[\"Commande et billet\"],\"c2/9VE\":[\"Charge utile\"],\"c3E/kw\":[\"Homère\"],\"c4uJfc\":[\"Presque terminé ! Nous attendons juste que votre paiement soit traité. Cela ne devrait prendre que quelques secondes.\"],\"c6SXHN\":[\"Voir la page de l'événement\"],\"c7VN/A\":[\"Voir les réponses\"],\"c9Evkd\":[\"Vous ne pouvez pas supprimer la dernière catégorie.\"],\"c9RYbv\":[\"Lorsqu'une commande est marquée comme payée\"],\"cDHM1d\":[\"L'adresse e-mail a été modifiée. Le participant recevra un nouveau billet à l'adresse e-mail mise à jour.\"],\"cDtoWq\":[\"Êtes-vous sûr de vouloir renvoyer la confirmation de commande à \",[\"0\"],\" ?\"],\"cEFg3R\":[\"Échec de la création de l'affilié\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 semaine avant l'événement\"],\"cHO4ec\":[\"Ce message sera inclus dans le pied de page de tous les e-mails envoyés à partir de cet événement\"],\"cJ4Y4R\":[\"Votre remboursement est en cours de traitement.\"],\"cK9+xQ\":[\"Pays de TVA\"],\"cKj6OE\":[\"Résumé des enregistrements\"],\"cMW+gm\":[\"Afficher toutes les plateformes (\",[\"0\"],\" autres avec des valeurs)\"],\"cOePZk\":[\"Heure de l'événement\"],\"cQrNR3\":[\"Gérer le profil\"],\"cRRc+F\":[\"Ce produit ne peut pas être supprimé car il est associé à une commande. Vous pouvez le masquer à la place.\"],\"cSev+j\":[\"Filtres\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" enregistré\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Vous avez ajouté des taxes et des frais à un produit gratuit. Voulez-vous les supprimer ?\"],\"cd0jIM\":[\"Détails du travail\"],\"cdR8d6\":[\"Veuillez créer un billet\"],\"cde2hc\":[\"Tous les produits\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Mettez votre événement en direct\"],\"cl5WYc\":[\"Code promotionnel \",[\"promo_code\"],\" appliqué\"],\"clF06r\":[\"Disponible pour remboursement\"],\"cljs3a\":[\"Indiquez si vous êtes assujetti à la TVA dans l'UE\"],\"cnGeoo\":[\"Supprimer\"],\"coIKFu\":[\"Les statistiques de l'organisateur ne sont pas disponibles pour la devise sélectionnée ou une erreur s'est produite.\"],\"cormHa\":[\"Adresse Ligne 2\"],\"cosfD8\":[\"Statut du Participant\"],\"cs5muu\":[\"Aperçu de la page de l’événement\"],\"csDS2L\":[\"Disponible\"],\"ct2SYD\":[\"7 derniers jours\"],\"cxsKvw\":[\"Lorsqu'un enregistrement est supprimé\"],\"d+F6q9\":[\"Créé\"],\"d+KKMz\":[\"Échec du chargement de la liste de pointage\"],\"d0rUsW\":[\"Liens sociaux\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Annuler\"],\"dF6vP6\":[\"En ligne\"],\"dFFW9L\":[\"Vente terminée \",[\"0\"]],\"dFHcIn\":[\"Détails fiscaux\"],\"dFJnia\":[\"Ceci est le nom de votre organisateur qui sera affiché à vos utilisateurs.\"],\"dFuEhO\":[\"Renvoyer l'e-mail du billet\"],\"dJZTv2\":[\"Sélectionner l'heure de début\"],\"dLm8V5\":[\"Les e-mails promotionnels peuvent entraîner la suspension du compte\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Répartition de l'attribution\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Voici tous les billets associés à votre adresse e-mail.\"],\"dPYu1F\":[\"Par participant\"],\"dPyJ15\":[\"Supprimer le modèle\"],\"dSyJj6\":[\"Les adresses e-mail ne correspondent pas\"],\"dVgNF1\":[\"Échec de la création de la configuration\"],\"dVxpp5\":[\"Bon retour\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Aucun événement trouvé\"],\"dWBrJX\":[\"Le paiement hors ligne a échoué. Veuillez réessayer ou contacter l'organisateur de l'événement.\"],\"dXoieq\":[\"Résumé\"],\"dZsDbK\":[\"Limite de caractères HTML dépassé: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"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\\\".\"],\"de6HLN\":[\"Lorsque les clients achètent des billets, leurs commandes apparaîtront ici.\"],\"dfkQIO\":[\"Lorsqu'un nouveau produit est créé\"],\"dkAPxi\":[\"Créer un webhook\"],\"dr7CWq\":[\"Tous les événements à venir\"],\"dsFmM+\":[\"Acheté\"],\"dtGC3q\":[\"L'e-mail du ticket a été renvoyé au participant\"],\"e/cvV1\":[\"Vérification...\"],\"e3uMJH\":[\"Cette commande est terminée.\"],\"e4KdjJ\":[\"Ajouter manuellement un participant\"],\"e4L7bF\":[\"Sélectionnez un message pour voir son contenu\"],\"e5lF64\":[\"Exemple d'utilisation\"],\"e7eZuA\":[\"Commande mise à jour\"],\"e8WNln\":[\"Fuseau horaire de l'événement\"],\"e99fHm\":[\"Restaurer l'événement\"],\"eB5vce\":[\"Propriétaires de commandes avec un produit spécifique\"],\"ePK91l\":[\"Modifier\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Créer un nouveau mot de passe\"],\"eWRECP\":[\"Vie nocturne\"],\"eXssj5\":[\"Définir les paramètres par défaut pour les nouveaux événements créés sous cet organisateur.\"],\"eaUTwS\":[\"Envoyer le lien de réinitialisation\"],\"eb47T5\":[\"Aucune donnée trouvée pour les filtres sélectionnés. Essayez d'ajuster la plage de dates ou la devise.\"],\"ebIDwV\":[\"Google Agenda\"],\"eeZdaB\":[\"Configuration mise à jour avec succès\"],\"efAM7X\":[\"Un champ de date. Parfait pour demander une date de naissance, etc.\"],\"ejMDw1\":[\"Lorsqu'une commande est remboursée\"],\"ejXy+D\":[\"Échec du tri des produits\"],\"elW7Tn\":[\"Corps de l'e-mail\"],\"enV0g0\":[\"Laisser vide pour utiliser le mot par défaut \\\"Facture\\\"\"],\"eneWvv\":[\"Brouillon\"],\"enzGAL\":[\"Des questions\"],\"eorM7z\":[\"Catégories réorganisées avec succès.\"],\"ercTDX\":[\"Le code doit comporter entre 3 et 50 caractères\"],\"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é\"],\"etaWtB\":[\"Modifier les détails du participant\"],\"euc6Ns\":[\"Dupliquer\"],\"eusccx\":[\"Un message optionnel à afficher sur le produit en vedette, par ex. \\\"Se vend rapidement 🔥\\\" ou \\\"Meilleur rapport qualité-prix\\\"\"],\"evDBV8\":[\"Publier l'événement\"],\"exy8uo\":[\"Générer un code\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Listes d'enregistrement\"],\"f30uVZ\":[\"Ce que vous devez faire :\"],\"f3RdEk\":[[\"hours\"],\" heures, \",[\"minutes\"],\" minutes, et \",[\"seconds\"],\" secondes\"],\"f4vJgj\":[\"Une saisie de texte sur plusieurs lignes\"],\"f7SUun\":[\"les mots de passe ne sont pas les mêmes\"],\"f8qS7T\":[\"\\\"Il n'y a rien à montrer pour l'instant\\\"\"],\"f9WRpE\":[\"Type de fichier invalide. Veuillez télécharger une image.\"],\"fAv9QG\":[\"🎟️ Ajouter des billets\"],\"fFYotW\":[\"Partiellement remboursé : \",[\"0\"]],\"fFeCKc\":[\"Pas de rabais\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Vous ne pouvez pas rembourser une commande créée manuellement.\"],\"fKn/k6\":[\"Montant du remboursement\"],\"fMPkxb\":[\"Montre plus\"],\"fROFIL\":[\"Vietnamien\"],\"fTFfOK\":[\"Chaque modèle d'e-mail doit inclure un bouton d'appel à l'action qui renvoie vers la page appropriée\"],\"fVPt0F\":[\"Lorsqu'une commande est mise à jour\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Modifier le webhook\"],\"fWsBTs\":[\"Quelque chose s'est mal passé. Veuillez réessayer.\"],\"fYyXCd\":[\"https://exemple-maps-service.com/...\"],\"fc7wGW\":[\"par ex., Mise à jour importante concernant vos billets\"],\"fcnqjw\":[\"Instructions de Paiement Hors Ligne\"],\"fdjq4c\":[\"Marge intérieure\"],\"fgLNSM\":[\"Registre\"],\"fiV0xj\":[\"Limite d'utilisation\"],\"fj5byd\":[\"N/A\"],\"fovJi3\":[\"Mode scanner USB désactivé\"],\"fpMs2Z\":[\"EN DIRECT\"],\"fpb0rX\":[\"Informations du participant copiées de la commande\"],\"fqDzSu\":[\"Taux\"],\"ftNXma\":[\"Rechercher des affiliés...\"],\"ftzaMf\":[\"Période de vente, limites de commande, visibilité\"],\"fuwKpE\":[\"Veuillez réessayer.\"],\"fvDQhr\":[\"Masquer ce niveau aux utilisateurs\"],\"fx8BTd\":[\"Paiements non disponibles\"],\"fyE7Au\":[[\"minutes\"],\" minutes et \",[\"secondes\"],\" secondes\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Votre paiement a échoué. Veuillez réessayer.\"],\"g+2103\":[\"Voici votre lien d'affiliation\"],\"g+lLS9\":[\"Inviter un membre de l'équipe\"],\"g2UNkE\":[\"Alimenté par\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Image de marque personnalisée\"],\"g9dPPQ\":[\"Maximum par commande\"],\"gGhBmF\":[\"Vous êtes hors ligne\"],\"gHSuV/\":[\"Aller à la page d'accueil\"],\"gJQsLv\":[\"Téléchargez une image de couverture pour votre organisateur\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Tous les participants\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Produit créé avec succès\"],\"gPgdNV\":[\"Numéro de TVA validé avec succès\"],\"gTN6Ws\":[\"Sélectionner l'heure de fin\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo et image de couverture pour votre organisateur\"],\"geUFpZ\":[\"Taxes et frais\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Aucun résultat de recherche\"],\"gnBreG\":[\"Date à laquelle la commande a été passée\"],\"goOKRY\":[\"Ajouter un niveau\"],\"gqnyh0\":[\"Optimisé pour mobile\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Mettre en avant\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Dernier déclenchement\"],\"gwk5gg\":[\"Adresse Ligne 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"À quels produits ce code s'applique-t-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.\"],\"gypigA\":[\"Ce code promotionnel n'est pas valide\"],\"gzrCuN\":[\"Les détails de votre commande ont été mis à jour. Un e-mail de confirmation a été envoyé à la nouvelle adresse e-mail.\"],\"h0Q9Iw\":[\"Dernière réponse\"],\"h0dx5e\":[\"Impossible de rejoindre la liste d'attente\"],\"h10Wm5\":[\"Commande impayé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\"],\"h69WC6\":[\"Envoyé\"],\"hAjDQy\":[\"Sélectionnez le statut\"],\"hBsw5C\":[\"Ventes terminées\"],\"hD1ocH\":[\"URL de pointage copiée dans le presse-papiers\"],\"hDNwnf\":[\"Votre logo, vos couleurs et votre style sur chaque page\"],\"hEtQsg\":[\"Activer le libre-service pour les participants par défaut\"],\"hFHnxR\":[\"À quels produits ce code s'applique-t-il ? (S'applique à tous par défaut)\"],\"hFwWnI\":[\"Paramètres de notification\"],\"hJmVtD\":[\"Sélectionner le pays\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Mon profil\"],\"hL7sDJ\":[\"Partager la page de l'organisateur\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Cliquez simplement sur le bouton ci-dessous pour reconnecter votre compte Stripe.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Créer\"],\"hauDFf\":[\"Par billet\"],\"hbwCKE\":[\"Adresse e-mail copiée dans le presse-papiers\"],\"hcX103\":[\"Veuillez créer un produit\"],\"hdyeZ0\":[\"Supprimer le travail\"],\"he3ygx\":[\"Copie\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Montant\"],\"hfHhaa\":[\"Veuillez patienter pendant que nous préparons vos affiliés pour l'exportation...\"],\"hg80P7\":[\"Terminer la configuration Stripe\"],\"hli+ga\":[\"Scanner USB/HID\"],\"hqmXmc\":[\"Fonctionnement...\"],\"hrvLf4\":[\"Accepter les paiements par carte bancaire avec Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"Adresse e-mail\"],\"i0QKrm\":[\"Échec de la mise à jour de l'affilié\"],\"i0TtkR\":[\"Cela remplace tous les paramètres de visibilité et masquera le produit de tous les clients.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Numéro de commande\"],\"i8day5\":[\"Répercuter les frais sur l'acheteur\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Modifier le code\"],\"iG7KNr\":[\"Logo\"],\"iIEaNB\":[\"Si vous avez un compte chez nous, vous recevrez un e-mail avec des instructions pour réinitialiser votre mot de passe.\"],\"iJhSxe\":[\"Personnalisez les paramètres SEO pour cet événement\"],\"iMdwTb\":[\"Avant que votre événement puisse être mis en ligne, vous devez effectuer quelques étapes. Complétez toutes les étapes ci-dessous pour commencer.\"],\"iN5Cz3\":[\"Compte déjà connecté !\"],\"iPBfZP\":[\"Invités enregistrés\"],\"iQZff7\":[\"Taxes, frais, visibilité, période de vente, mise en avant des produits et limites de commande\"],\"iS0wAT\":[\"Les catégories vous aident à organiser vos produits. Ce titre sera affiché sur la page publique de l'événement.\"],\"iStTQt\":[\"L'autorisation de la caméra a été refusée. <0>Demander l'autorisation à nouveau, ou si cela ne fonctionne pas, vous devrez <1>accorder à cette page l'accès à votre caméra dans les paramètres de votre navigateur.\"],\"iTvh6I\":[\"Actuellement disponible à l'achat\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Copier le code\"],\"iWa9cY\":[\"Dites aux gens à quoi s'attendre lors de votre événement\"],\"iX6SLo\":[\"Personnalisez le texte affiché sur le bouton continuer\"],\"ia8YsC\":[\"A venir\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Votre message a été envoyé avec succès !\"],\"igBrCH\":[\"Veuillez vérifier votre adresse e-mail pour accéder à toutes les fonctionnalités\"],\"ih35UP\":[\"Centre de conférence\"],\"ii0qn/\":[\"Le sujet est requis\"],\"iiWXDL\":[\"Échecs d'éligibilité\"],\"imLQ9Y\":[\"Validation de votre numéro de TVA...\"],\"imgKgl\":[\"Description de l'événement\"],\"injXD7\":[\"Le numéro de TVA n'a pas pu être validé. Veuillez vérifier le numéro et réessayer.\"],\"ioG+xt\":[\"En attente de paiement\"],\"ipP6Ue\":[\"Créer un participant\"],\"ipYKgM\":[\"Autoriser l'indexation des moteurs de recherche\"],\"irpUxR\":[\"Montant fixé\"],\"ixIx1f\":[\"Sélectionner le produit\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"La date de début est obligatoire\"],\"izwOOD\":[\"Afficher les taxes et les frais séparément\"],\"j/TOB3\":[\"Liens sociaux & site web\"],\"j1Jl7s\":[\"Modifier la catégorie\"],\"j1VfcT\":[\"Descriptif SEO\"],\"j5FdeA\":[\"Cette commande est en cours de traitement.\"],\"j6w7d/\":[\"Activer cette capacité pour arrêter les ventes de produits lorsque la limite est atteinte\"],\"j9b/iy\":[\"Se vend vite 🔥\"],\"j9cPeF\":[\"Sélectionner les types d'événements\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Vous devez avoir au moins un niveau de prix\"],\"jEbkcB\":[\"Total remboursé\"],\"jEu4bB\":[\"Colonnes\"],\"jEw0Mr\":[\"Veuillez entrer une URL valide\"],\"jIPNJG\":[\"Informations de base\"],\"jRJZxD\":[\"Supprimer la Capacité\"],\"jT142F\":[\"Dans \",[\"diffHours\"],\" heures\"],\"jVRHeq\":[\"Inscrit\"],\"jZj9y9\":[\"Produit par paliers\"],\"jZlrte\":[\"Couleur\"],\"jabmnm\":[\"Affilié mis à jour avec succès\"],\"jfC/xh\":[\"Contact\"],\"jh2orE\":[\"Nous avons déménagé notre siège social en Irlande. Par conséquent, nous avons besoin que vous reconnectiez votre compte Stripe. Ce processus rapide ne prend que quelques minutes. Vos ventes et données existantes restent totalement inchangées.\"],\"jkNgQR\":[\"Rembourser également cette commande\"],\"jo3Gm6\":[\"Échec de l'exportation des affiliés\"],\"jp5bq8\":[\"destinataires\"],\"jpctdh\":[\"Voir\"],\"jrBSO1\":[\"Modifier l'organisateur\"],\"jtrY3S\":[\"Rien à montrer pour le moment\"],\"jtrqH9\":[\"Exportation des participants\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Gestion de capacité partagée\"],\"jyt+cx\":[\"Message de pied de page de l'e-mail\"],\"k/bJj0\":[\"Questions réorganisées\"],\"k1bLf+\":[\"Couleur de fond\"],\"k3Tngl\":[\"Participants exportés\"],\"k3dfFD\":[\"Les questions masquées ne sont visibles que par l'organisateur de l'événement et non par le client.\"],\"k3wH7i\":[\"Utilisation des codes promo et détail des réductions\"],\"k4FLBQ\":[\"Répercuter sur l'acheteur\"],\"k5CU8c\":[\"Total des inscriptions\"],\"k5p8dz\":[\"Affectation de Capacité supprimée avec succès\"],\"k9RiLi\":[\"Créer un produit\"],\"k9m6/E\":[\"Paramètres de la page d'accueil mis à jour avec succès\"],\"kBkYSa\":[\"Modifier la Capacité\"],\"kCn6wb\":[\"Réinitialisation...\"],\"kF8HQ7\":[\"Exporter les réponses\"],\"kIKb9e\":[\"Social\"],\"kJDmsI\":[\"Détails de l'événement\"],\"kKpkzy\":[\"Billets proposés avec succès à 1 personne\"],\"kMU5aM\":[\"Un avis d'annulation a été envoyé à\"],\"kNmmvE\":[\"Awesome Events SARL\"],\"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.\"],\"kODvZJ\":[\"Prénom\"],\"kOtCs2\":[\"Numérotation des factures\"],\"kTSQej\":[\"Bonjour \",[\"0\"],\", gérez votre plateforme depuis ici.\"],\"kUlL8W\":[\"Mise à jour du profil réussie\"],\"kWI/37\":[\"Sélectionnez l'organisateur\"],\"kWg31j\":[\"Saisir un code d'affiliation unique\"],\"kY7XDn\":[\"Aucun produit n'a d'entrées en liste d'attente\"],\"kYZSFD\":[\"Sélectionnez un organisateur pour voir son tableau de bord et ses événements.\"],\"kYqM1A\":[\"Retour à l'événement\"],\"kadJKg\":[\"S'applique à 1 produit\"],\"kf83Ld\":[\"Quelque chose s'est mal passé.\"],\"khBZkl\":[\"T.V.A.\"],\"kj7zYe\":[\"Webhook mis à jour avec succès\"],\"kjAL4v\":[\"Billet\"],\"klWBeI\":[\"Veuillez patienter avant de demander un autre code\"],\"kodV18\":[\"Télécharger CSV\"],\"kpAzPe\":[\"Début des ventes\"],\"kpJAeS\":[\"Créer un organisateur\"],\"kqA9lY\":[\"Échec de la mise à jour des paramètres TVA\"],\"ktyvbu\":[\"Produit(s)\"],\"kv9dM4\":[\"Revenus de la plateforme\"],\"kvYpYu\":[\"Commande introuvable\"],\"kvpxIU\":[\"Ceci sera utilisé pour les notifications et la communication avec vos utilisateurs.\"],\"kzx0uD\":[\"Paramètres par défaut de l'événement mis à jour avec succès\"],\"l+/HS6\":[\"Les offres expirent après \",[\"timeoutHours\"],\" heures.\"],\"l3sZO1\":[\"Ajoutez des notes concernant la commande. Elles ne seront pas visibles par le client.\"],\"l5OcwO\":[\"Message au participant\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Échec de l'enregistrement des paramètres TVA. Veuillez réessayer.\"],\"l75CjT\":[\"Oui\"],\"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.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" est déjà enregistré\"],\"lB2hSG\":[\"Me tenir informé des actualités et événements de \",[\"0\"]],\"lFdbRS\":[\"Contourner les frais d'application\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Échec du démarrage de l'exportation\"],\"lNipG+\":[\"Masquer un produit empêchera les utilisateurs de le voir sur la page de l'événement.\"],\"lQgMLn\":[\"Nom du bureau ou du lieu\"],\"lS9/aZ\":[\"Impossible de charger les destinataires\"],\"lWxAUo\":[\"Nourriture et boissons\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Envoyer un message à des participants individuels\"],\"lYGfRP\":[\"Anglais\"],\"lZwV6X\":[\"Rejoindre la liste d'attente pour \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Produit mis à jour\"],\"lfLHNz\":[\"Le libellé CTA est requis\"],\"lflimf\":[\"Délai de paiement\"],\"lgFfeO\":[\"Épuisé\"],\"lhAWqI\":[\"Merci pour votre soutien alors que nous continuons à développer et améliorer Hi.Events !\"],\"lk74+I\":[\"Absorber les frais\"],\"lkE00/\":[\"Une erreur s'est produite. Veuillez réessayer plus tard.\"],\"lkMK2r\":[\"Vos détails\"],\"lkNdiH\":[\"Nom du compte\"],\"lnCMdg\":[\"Téléverser l’image\"],\"lnYE59\":[\"Date de l'événement\"],\"lnrkNz\":[\"Renvoyer l'e-mail de confirmation\"],\"loCKGB\":[\"Vente se termine \",[\"0\"]],\"lpm0+y\":[\"Comprend 1 produit\"],\"lsxOPC\":[\"Paiement reçu\"],\"luHAJY\":[\"Événements populaires (14 derniers jours)\"],\"lyD7rQ\":[\"Ce profil d'organisateur n'est pas encore publié\"],\"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.\"],\"m/N7Zq\":[\"Adresse Complète de l'Événement\"],\"m0CFV2\":[\"Détails des participants\"],\"m3FM1g\":[\"Total remboursé\"],\"m8WD6t\":[\"Continuer la configuration\"],\"m9SD3V\":[\"Le code doit contenir au moins 3 caractères\"],\"mBsBHq\":[\"La liste de pointage n'est pas active\"],\"mCB6Je\":[\"Tout sélectionner\"],\"mEHQ8I\":[\"Êtes-vous sûr de vouloir rendre cet événement public\xA0? Cela rendra l'événement visible au public\"],\"mFdA+i\":[\"Niveau de messagerie\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Produit standard avec un prix fixe\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Changement d'e-mail en attente\"],\"mImacG\":[\"Page de l'événement\"],\"mJJh2s\":[\"Les ventes de l'affilié ne seront pas suivies. Cela désactivera l'affilié.\"],\"mLBUMQ\":[\"Configuration supprimée avec succès\"],\"mUv9U4\":[\"Ventes\"],\"mVKOW6\":[\"Une erreur est survenue lors de l'envoi de votre message\"],\"mYGY3B\":[\"Date\"],\"mYLhkl\":[\"Paramètres divers\"],\"mYygCM\":[\"Un organisateur est requis\"],\"mdeIOH\":[\"Renvoyer le code\"],\"mf3FrP\":[\"Cette catégorie n'a pas encore de produits.\"],\"mimF6c\":[\"Message personnalisé après la commande\"],\"miysJh\":[\"Nous n'avons pas pu trouver cette commande. Elle a peut-être été supprimée.\"],\"mkWad2\":[\"Hongrois\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Frais en pourcentage\"],\"mnUGVC\":[\"Limite de débit dépassée. Veuillez réessayer plus tard.\"],\"mnafgQ\":[\"Le fuseau horaire par défaut pour vos événements.\"],\"mpB/d9\":[\"Montant total de la commande\"],\"muXhGi\":[\"Si activé, l'organisateur recevra une notification par e-mail lorsqu'une nouvelle commande sera passée\"],\"mvrlBO\":[\"Filtrer par événement\"],\"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.\"],\"mxsm1o\":[\"Supprimer cette question ? Cette action est irréversible.\"],\"n/7+7Q\":[\"Confirmation envoyée à\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Image supprimée avec succès\"],\"n10yGu\":[\"Commande de remboursement\"],\"n143Tq\":[\"Modifier la catégorie de produit\"],\"n4SpU5\":[\"Gérer l'événement\"],\"n57zCW\":[\"Comptes non attribués\"],\"n5pRtF\":[\"Créer un billet\"],\"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.\"],\"n6EaWL\":[\"Voir les journaux\"],\"n8+Ng/\":[\"Veuillez saisir le code à 5 chiffres\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Préfixe de numéro\"],\"n8IUs7\":[\"Revenu brut\"],\"n9V+ps\":[\"Entrez votre nom\"],\"n9ZhRa\":[\"Sélectionnez la date et l'heure de fin\"],\"nAn4Oe\":[\"Commande marquée comme payée\"],\"nBVOd7\":[\"Lorsqu'un participant est mis à jour\"],\"nBqgQb\":[\"Votre e-mail\"],\"nCywLA\":[\"Rejoignez de n'importe où\"],\"nDBs04\":[\"Gestion de capacité\"],\"nE5o/t\":[\"Propriété des données\"],\"nFm+5u\":[\"Texte de Pied de Page\"],\"nHm0AI\":[\"Détail des ventes quotidiennes, taxes et frais\"],\"nKtyYu\":[\"Continuer à l'étape suivante\"],\"nLC6tu\":[\"Français\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Action requise : Reconnectez votre compte Stripe\"],\"nO3VbP\":[\"En vente \",[\"0\"]],\"nOBvex\":[\"Envoyez les données de commande et de participants en temps réel vers vos systèmes externes.\"],\"nOhz3x\":[\"Se déconnecter\"],\"nP7CdQ\":[\"Modifier le webhook\"],\"nQI4H5\":[\"Connectez Stripe pour activer l'édition des modèles d'e-mail\"],\"nWhye/\":[\"À qui faut-il poser cette question ?\"],\"nYNT+5\":[\"Organisez votre événement\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Votre commande a été annulée.\"],\"nbfdhU\":[\"Intégrations\"],\"ncwQad\":[\"(vide)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"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é.\"],\"nfagfM\":[\"Valide\"],\"nfnm9D\":[\"Nom de l'organisation\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Échec du téléchargement de l'image. Veuillez réessayer.\"],\"nm3Iz/\":[\"Merci pour votre présence !\"],\"nn3mSR\":[\"Temps restant :\"],\"nnfSdK\":[\"Clients uniques\"],\"nniGTr\":[\"Pour modifier les configurations, accédez à la section Configurations dans le menu d'administration.\"],\"nqx+6h\":[\"Complétez ces étapes pour commencer à vendre des billets pour votre événement.\"],\"nrGWUv\":[\"Personnalisez votre page d'événement en fonction de votre marque et de votre style.\"],\"nrSs2u\":[\"Aucun message trouvé\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"URL du Webhook\"],\"nvOPBA\":[\"Liens autorisés\"],\"nwtY4N\":[\"Une erreur s'est produite\"],\"nx+rqg\":[\"créer un organisateur\"],\"ny2r8d\":[\"Lorsqu'une commande est annulée\"],\"nz96Ue\":[\"1 type de billet\"],\"o+tJN/\":[\"Veuillez patienter pendant que nous préparons l'exportation de vos participants...\"],\"o/blc/\":[\"Échec de la mise à jour de la configuration du compte\"],\"o1my93\":[\"Échec de la mise à jour du statut de l'organisateur. Veuillez réessayer plus tard\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Félicitations pour la création de votre événement !\"],\"o5r6b2\":[\"Travail supprimé\"],\"o6+Y6d\":[\"Renvoi...\"],\"o7LgX6\":[\"Vous pouvez configurer des frais de service supplémentaires et des taxes dans les paramètres de votre compte.\"],\"o7s5FA\":[\"La langue dans laquelle le participant recevra ses courriels.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"CONSEIL\"],\"oHE9JT\":[\"Modifier l'Affectation de Capacité\"],\"oI/hGR\":[\"ID de commande\"],\"oJjplO\":[\"Vues totales\"],\"oNL5vN\":[\"Aller à la page de l'événement\"],\"oPknTP\":[\"Informations supplémentaires optionnelles à apparaître sur toutes les factures (par exemple, conditions de paiement, frais de retard, politique de retour)\"],\"oQvMPn\":[\"titre de question\"],\"oR7zL3\":[\"Nom du détenteur du billet\"],\"oSDBWm\":[\"Paramètres TVA\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Mes Billets\"],\"oW5877\":[\"Total de la commande\"],\"oWXNE5\":[\"Qté\"],\"oXOSPE\":[\"En ligne\"],\"oZW/gT\":[\"Ajouter au calendrier\"],\"ocS8eq\":[\"Vous avez déjà un compte ? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Informations sur les paiements hors ligne\"],\"olKKwj\":[\"Scanner mobile avec support hors ligne et suivi en temps réel\"],\"omyBS0\":[\"Nombre de jours autorisés pour le paiement (laisser vide pour omettre les conditions de paiement sur les factures)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Gérer le participant\"],\"ophZVW\":[\"Gérer les billets\"],\"oqr9HB\":[\"Réduire ce produit lorsque la page de l'événement est initialement chargée\"],\"orBECM\":[\"Total collecté\"],\"orluER\":[\"Suivez la croissance et les performances des comptes par source d'attribution\"],\"os29v1\":[\"Ce lien de réinitialisation du mot de passe est invalide ou a expiré.\"],\"ouM5IM\":[\"Essayer un autre e-mail\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Par défaut\"],\"p/Sa0j\":[\"Votre compte a des limites de messagerie. Pour augmenter vos limites, contactez-nous à\"],\"p2/GCq\":[\"Confirmez le mot de passe\"],\"p2FRHj\":[\"Contrôlez comment les frais de plateforme sont gérés pour cet événement\"],\"p2WLr3\":[\"Enregistrer \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Sélectionner une catégorie\"],\"pAey+4\":[\"Le fichier est trop volumineux. La taille maximale est de 5 Mo.\"],\"pCLes8\":[\"Vous devez accepter de recevoir des messages\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Billet renvoyé avec succès\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Inscriptions récentes\"],\"pMLul+\":[\"Toutes les devises\"],\"pNgdBv\":[\"Il n'y a pas de produits disponibles dans cette catégorie\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Êtes-vous sûr de vouloir rendre cet organisateur public ? Cela rendra la page de l'organisateur visible au public.\"],\"pZNOT9\":[\"Pas de date de fin\"],\"pbAk7a\":[\"Connecter la bande\"],\"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.\"],\"pkk46Q\":[\"Choisissez un organisateur\"],\"pn5qSs\":[\"Informations supplémentaires\"],\"pnVh83\":[\"Numéro de TVA\"],\"pnoTN5\":[\"Comptes de parrainage\"],\"poTr35\":[\"Modifier l'utilisateur\"],\"ppuQR4\":[\"Commande créée\"],\"pqFrv2\":[\"par exemple. 2,50 pour 2,50$\"],\"prZGMe\":[\"Adresse de facturation requise\"],\"psosdY\":[\"Lien vers les détails de la commande\"],\"psqIm5\":[\"Collaborez avec votre équipe pour créer ensemble des événements incroyables.\"],\"pvnfJD\":[\"Sombre\"],\"pxNIxa\":[\"Personnalisez votre modèle d'e-mail en utilisant des modèles Liquid\"],\"q/CcwE\":[\"Date de commande\"],\"q1BizZ\":[\"Nous enverrons vos billets à cet e-mail\"],\"q2LEDV\":[\"Aucun invité trouvé pour cette commande.\"],\"q6XHL1\":[\"Type de prix\"],\"q7TRd7\":[\"Êtes-vous sûr de vouloir activer ce participant\xA0?\"],\"qCJyMx\":[\"Message après le paiement\"],\"qCqdg6\":[\"Statut d'enregistrement\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Les acheteurs voient un prix net. Les frais de plateforme sont déduits de votre paiement.\"],\"qGZz0m\":[\"Vous êtes sur la liste d'attente !\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Messages sortants\"],\"qNuTh3\":[\"Exception\"],\"qY4rpA\":[\"Remboursement échoué\"],\"qcP/8K\":[\"Heure programmée\"],\"qdfdgM\":[\"123, rue Principale\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Terminé ! Vous utilisez maintenant notre système de paiement amélioré.\"],\"qnSLLW\":[\"<0>Veuillez entrer le prix hors taxes et frais.<1>Les taxes et frais peuvent être ajoutés ci-dessous.\"],\"qpC74J\":[\"Aucun utilisateur trouvé\"],\"qqWcBV\":[\"Complété\"],\"qqeAJM\":[\"Jamais\"],\"qtGTNu\":[\"Comptes organiques\"],\"qu6/03\":[\"Taxes et frais\"],\"quR8Qp\":[\"En attente de paiement\"],\"qv4bfj\":[\"Des frais, comme des frais de réservation ou des frais de service\"],\"qvF+MT\":[\"Surveiller et gérer les travaux de fond échoués\"],\"qvylEK\":[\"Participant créé\"],\"r+lQXT\":[\"Veuillez entrer votre numéro de TVA\"],\"r2B2P8\":[\"Copier l'URL de pointage\"],\"r9M1hc\":[\"Rechercher des listes de pointage...\"],\"rDC+T6\":[\"Réessayer le travail\"],\"rLHma1\":[\"Statut de l'organisateur mis à jour\"],\"rMcHYt\":[\"Un remboursement est en attente. Veuillez attendre qu'il soit terminé avant de demander un autre remboursement.\"],\"rPA+Gc\":[\"Préférences de communication\"],\"rXngLf\":[\"Titre SEO\"],\"rYXfOA\":[\"Paramètres régionaux\"],\"raw09+\":[\"Configurez comment les informations des participants sont collectées lors du paiement\"],\"rdUucN\":[\"Aperçu\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Ceci ne sera pas visible pour les clients, mais vous aide à identifier l'affilié.\"],\"rmelwV\":[\"0 minute et 0 seconde\"],\"rnoQsz\":[\"Utilisé pour les bordures, les surlignages et le style du code QR\"],\"rp/zaT\":[\"Portugais brésilien\"],\"rpGMzC\":[\"Échec de la mise à jour de la commande\"],\"ruJO57\":[\"Nom du travail\"],\"rxy0tG\":[\"Échec de la vérification de l'e-mail\"],\"rzw+wS\":[\"Titulaires de commandes\"],\"s/0RpH\":[\"Temps utilisés\"],\"s0FkEx\":[\"Configurez des listes d'enregistrement pour différentes entrées, sessions ou jours.\"],\"s14PLh\":[\"Vous émettez un remboursement partiel. Le client sera remboursé de \",[\"0\"],\" \",[\"1\"],\".\"],\"s4JozW\":[\"Êtes-vous sûr de vouloir restaurer cet événement\xA0? Il sera restauré en tant que brouillon.\"],\"s5QRF3\":[\"Retour aux messages\"],\"s6EF6K\":[\"Paiements instantanés\"],\"s8v9hq\":[\"Retourner à la page de l'événement\"],\"s9KGXU\":[\"Vendu\"],\"sBV87H\":[\"Continuer vers la création d'événement\"],\"sCV5Yc\":[\"Nom de l'événement\"],\"sF+Xp9\":[\"Vues de page\"],\"sFFArG\":[\"Le nom doit comporter moins de 255 caractères\"],\"sGEOe4\":[\"Utilisez une version floue de l'image de couverture comme arrière-plan\"],\"sGjBEq\":[\"Date et heure de fin (optionnel)\"],\"sJsr1h\":[\"Type de produit\"],\"sLbJQz\":[\"Commande introuvable\"],\"sMiGXD\":[\"Veuillez vérifier que votre email est valide\"],\"sQia9P\":[\"Se connecter\"],\"sQxe68\":[\"Renvoyer la confirmation\"],\"sYLeDq\":[\"L'organisateur que vous recherchez est introuvable. La page a peut-être été déplacée, supprimée ou l'URL est incorrecte.\"],\"sYpiZP\":[\"Créer un code promotionnel\"],\"sZg7s1\":[\"Date d'expiration\"],\"saG4At\":[\"Message programmé\"],\"sby+1/\":[\"Cliquez pour copier\"],\"sd5IMt\":[\"Commandes terminées\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Vous pouvez créer un code promo qui cible ce produit sur le\"],\"shkJ3U\":[\"Liez votre compte Stripe pour recevoir les fonds provenant des ventes de billets.\"],\"sjNPMw\":[\"Cette commande a été abandonnée. Vous pouvez commencer une nouvelle commande à tout moment.\"],\"snMaH4\":[\"Supprimer le webhook\"],\"spsZys\":[\"Prêt à mettre à niveau ? Cela ne prend que quelques minutes.\"],\"sq7vjE\":[\"Les produits mis en avant auront une couleur de fond différente pour se démarquer sur la page de l'événement.\"],\"sqdl5s\":[\"Informations TVA\"],\"ss9PbX\":[\"Participant\"],\"sxKqBm\":[\"Le montant total de la commande sera remboursé sur le mode de paiement original du client.\"],\"sy6fss\":[\"S'applique à \",[\"0\"],\" produits\"],\"sy9anN\":[\"Combien de temps un client a pour finaliser son achat après avoir reçu une offre. Laisser vide pour aucun délai.\"],\"szSnlj\":[\"1 heure avant l'événement\"],\"t/KVOk\":[\"Échec du démarrage de l'usurpation d'identité. Veuillez réessayer.\"],\"t/YqKh\":[\"Retirer\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Affichage de \",[\"0\"],\" sur \",[\"totalRows\"],\" enregistrements\"],\"t2bbp8\":[\"Modifier le participant\"],\"t3AMTs\":[\"Plateforme de gestion d'événements\"],\"t41hVI\":[\"Réoffrir une place\"],\"t79rDv\":[\"Billet introuvable\"],\"t7TeQU\":[\"messages\"],\"t9yxlZ\":[\"Rapports\"],\"tDTq0D\":[\"Délai d'expiration de la commande\"],\"tDwYhx\":[\"Thème et couleurs\"],\"tF+VVr\":[\"Billet VIP\"],\"tFbRKJ\":[\"Vous ne pouvez pas modifier le rôle ou le statut du propriétaire du compte.\"],\"tGCY6d\":[\"Prix du billet\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"Traitement TVA pour les frais de plateforme\"],\"tKCBU0\":[\"Dernière utilisation\"],\"tKKZn0\":[\"Voir les détails de la commande\"],\"tKcbYd\":[\"Travaux échoués\"],\"tLf3yJ\":[\"Comme votre entreprise est basée en Irlande, la TVA irlandaise à 23 % s'applique automatiquement à tous les frais de plateforme.\"],\"tMFDem\":[\"Aucune donnée disponible\"],\"tMNBEF\":[\"Les listes d'enregistrement vous permettent de contrôler l'entrée par jours, zones ou types de billets. Vous pouvez partager un lien sécurisé avec le personnel — aucun compte requis.\"],\"tMeVa/\":[\"Demander le nom et l'email pour chaque billet acheté\"],\"tNZzFb\":[\"Contenu du message\"],\"tOXAdc\":[\"L'annulation annulera tous les participants associés à cette commande et remettra les billets dans le pool disponible.\"],\"tPtRwl\":[\"Modifier les frais d'application\"],\"tRXdQ9\":[\"Lorsqu'un produit est mis à jour\"],\"tSVr6t\":[\"Usurper l'identité\"],\"tUGbi8\":[\"Copier mes informations vers:\"],\"tVJk4q\":[\"Annuler la commande\"],\"tVW/yo\":[\"Sélectionner la devise\"],\"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.\"],\"tYF4Zq\":[\"Imprimer en PDF\"],\"tasfos\":[\"retirer\"],\"td/bh+\":[\"Retour aux rapports\"],\"tdD/QN\":[\"Modifier le produit\"],\"tejfAy\":[\"Listes de pointage\"],\"tfDRzk\":[\"Sauvegarder\"],\"tiI71C\":[\"Pour augmenter vos limites, contactez-nous à\"],\"tnL+GP\":[\"Syntaxe Liquid invalide. Veuillez la corriger et réessayer.\"],\"toutGW\":[\"Code QR\"],\"tq0abZ\":[\"Échec de la suppression des travaux\"],\"trnWaw\":[\"Polonais\"],\"tst44n\":[\"Événements\"],\"tudG8q\":[\"Créez et configurez des billets et des marchandises à vendre.\"],\"u0n+wz\":[\"Liste d'attente\"],\"u5oO/W\":[\"Paramètres des paiements hors ligne\"],\"u6FPxT\":[\"Obtenir des billets\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Statut\"],\"uBAxNB\":[\"Éditeur\"],\"uCFbG2\":[\"Affilié supprimé avec succès\"],\"uEhdRh\":[\"Promo seulement\"],\"uIElGP\":[\"URL des cartes personnalisées\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Vrai si paiement hors ligne\"],\"uM9Alj\":[\"Ce produit est mis en vedette sur la page de l'événement\"],\"uN355O\":[\"Créer un évènement\"],\"uOXLV3\":[\"J'accepte les <0>termes et conditions\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Message annulé\"],\"uQynyf\":[\"Échec de la mise à jour de la configuration\"],\"uRfugr\":[\"T-shirt\"],\"uUPbPg\":[\"Copier le lien d'affiliation\"],\"uUehLT\":[\"En attente\"],\"uaSvqt\":[\"Date d'expiration\"],\"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\"],\"ucgZ0o\":[\"Organisation\"],\"uchB0M\":[\"Aperçu du widget\"],\"udRwQs\":[\"Enregistrement créé\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Connectez votre compte Stripe pour commencer à accepter les paiements.\"],\"uq2BmQ\":[\"30 derniers jours\"],\"uvIqcj\":[\"Atelier\"],\"uyJsf6\":[\"À propos\"],\"uzEfRz\":[\"Notes de commande\"],\"v1P7Gm\":[\"Paramètres du widget\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Envoyer le test\"],\"v2GlhZ\":[\"La validation du numéro de TVA actuel a échoué\"],\"v4+lcZ\":[\"Modifier l'affilié\"],\"v4fiSg\":[\"Vérifiez votre e-mail\"],\"v7xKtM\":[\"Niveau de messagerie mis à jour avec succès\"],\"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.\"],\"vAbVy9\":[\"Produit gratuit, aucune information de paiement requise\"],\"vERlcd\":[\"Profil\"],\"vFjEnF\":[\"Marquer comme payé\"],\"vJuISq\":[\"Êtes-vous sûr de vouloir supprimer cette Affectation de Capacité?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Échec de la suppression de la question\"],\"vLyv1R\":[\"Cacher\"],\"vOuxvL\":[\"Informations du compte\"],\"vPJ1FI\":[\"Montant en pourcentage\"],\"vPeW/6\":[\"Êtes-vous sûr de vouloir supprimer cette configuration ? Cela peut affecter les comptes qui l'utilisent.\"],\"vPqpQG\":[\"Liste de pointage non trouvée\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Modifier les détails de la commande\"],\"vRznIT\":[\"Une erreur s'est produite lors de la vérification du statut d'exportation.\"],\"vX8/tc\":[\"Mon incroyable titre d'événement...\"],\"vXIe7J\":[\"Langue\"],\"vXPSuB\":[\"Mettre à jour le profil\"],\"vYgeDk\":[\"Tout désélectionner\"],\"vZ5qKF\":[\"Redimensionner automatiquement la hauteur du widget en fonction du contenu. Lorsque désactivé, le widget remplira la hauteur du conteneur.\"],\"vb0Q0/\":[\"Utilisateurs Totaux\"],\"vcyz2L\":[\"Paramètres de paiement\"],\"ve9JTU\":[\"Le nom est obligatoire\"],\"veessc\":[\"Vos participants apparaîtront ici une fois qu’ils se seront inscrits à votre événement. Vous pouvez également ajouter manuellement des participants.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"14 derniers jours\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Dupliquer l'événement\"],\"vlf/In\":[\"Technologie\"],\"vmOFL/\":[\"Nous n'avons pas pu traiter votre paiement. Veuillez réessayer ou contacter l'assistance.\"],\"vqji3Y\":[\"La validation du numéro de TVA a échoué. Veuillez vérifier votre numéro de TVA.\"],\"vrSW9M\":[\"La commande a été annulée et remboursée. Le propriétaire de la commande a été notifié.\"],\"vt9xUl\":[\"Analyses en temps réel\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Commande marquée comme payée\"],\"vu7ZGG\":[\"Logo & Couverture\"],\"vu7gDm\":[\"Supprimer l'affilié\"],\"vv7kpg\":[\"Annulé\"],\"vvO1I2\":[\"Votre compte Stripe est connecté et prêt à traiter les paiements.\"],\"vwGkYB\":[\"Mot de passe doit être d'au moins 8 caractères\"],\"vzJenu\":[\"Paramètres de messagerie mis à jour avec succès\"],\"w36OkR\":[\"Événements les plus vus (14 derniers jours)\"],\"w65ZgF\":[\"Vous devez vérifier l'e-mail de votre compte avant de pouvoir modifier les modèles d'e-mail.\"],\"wBJR8i\":[\"Planifier un événement ?\"],\"wCKkSr\":[\"Vérifier l'e-mail\"],\"wDioLj\":[\"Échec du réessai du travail\"],\"wDx3FF\":[\"Il n'y a pas de produits disponibles pour cet événement\"],\"wIa8Qe\":[\"Renvoyer l'invitation\"],\"wJTzyi\":[\"Statut du paiement\"],\"wJijgU\":[\"Emplacement\"],\"wJzo/w\":[\"Nous recommandons des dimensions de 400px par 400px et une taille maximale de 5 Mo\"],\"wPRp9Z\":[\"Visible uniquement par le personnel d'enregistrement. Aide à identifier cette liste lors de l'enregistrement.\"],\"wPmXlA\":[\"Premier numéro de facture\"],\"wQzCPX\":[\"Informations fiscales à apparaître en bas de toutes les factures (par exemple, numéro de TVA, enregistrement fiscal)\"],\"wUv5xQ\":[\"Aucune activité d'organisateur au cours des 14 derniers jours\"],\"wYiAtV\":[\"Aucune inscription récente\"],\"wckWOP\":[\"Gérer\"],\"wdxz7K\":[\"Source\"],\"whqocw\":[\"En vous inscrivant, vous acceptez nos <0>Conditions d'utilisation et notre <1>Politique de confidentialité.\"],\"wlfBad\":[\"Période de vente\"],\"wnDgGj\":[\"Confirmation de l'adresse e-mail...\"],\"wpfWhJ\":[\"Prénom du client\"],\"wpj63n\":[\"Paramètres de l'organisateur\"],\"wu98dY\":[\"Demander une fois par produit\"],\"wuV0bK\":[\"Arrêter l'usurpation\"],\"wuyaZh\":[\"Exportation réussie\"],\"x/xjzn\":[\"Vos affiliés ont été exportés avec succès.\"],\"x1PPdr\":[\"Code postal\"],\"x2mjl4\":[\"Veuillez entrer une URL d'image valide qui pointe vers une image.\"],\"x3wVFc\":[\"Félicitations ! Votre événement est maintenant visible par le public.\"],\"x4MLWE\":[\"Confirmation de commande\"],\"x5+Lcz\":[\"Non Enregistré\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Le billet du participant n'est pas inclus dans cette liste\"],\"x8XMsJ\":[\"Sélectionnez le niveau de messagerie pour ce compte. Cela contrôle les limites de messages et les autorisations de liens.\"],\"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.\"],\"xDAtGP\":[\"Message\"],\"xDzTh7\":[\"Échec du téléchargement de la facture. Veuillez réessayer.\"],\"xFRMlO\":[\"Minimum par commande\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" au taux actuel\"],\"xFj7Yj\":[\"Échec de la suppression du modèle\"],\"xGU92i\":[\"Complétez votre profil pour rejoindre l'équipe.\"],\"xGVfLh\":[\"Continuer\"],\"xHpVRl\":[\"Statut du remboursement\"],\"xJaTUK\":[\"Personnalisez la mise en page, les couleurs et l'image de marque de la page d'accueil de votre événement.\"],\"xMDm+I\":[\"Enregistrer\"],\"xMO+Ao\":[\"Configurer votre organisation\"],\"xMekgu\":[\"Ajoutez des notes concernant la commande...\"],\"xN9AhL\":[\"Niveau\xA0\",[\"0\"]],\"xTPjSy\":[\"Événements passés\"],\"xUgUTh\":[\"Saisissez le prénom\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Toujours disponible\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Outils\"],\"xdA9ud\":[\"Placez ceci dans le de votre site web.\"],\"xdiER7\":[\"Niveau attribué\"],\"xeIaKw\":[\"Êtes-vous sûr de vouloir renvoyer le billet à \",[\"0\"],\" ?\"],\"xfKgwv\":[\"Créer un affilié\"],\"xgL50q\":[\"Quels sont les produits par paliers ?\"],\"xgav5v\":[\"Paiement réussi\xA0!\"],\"xnWESi\":[\"Confirmez le mot de passe\"],\"xowcRf\":[\"Conditions d'utilisation\"],\"xrWdPR\":[\"Modèle supprimé avec succès\"],\"xxU3NX\":[\"Revenu net\"],\"xxv3BZ\":[\"Cette liste de pointage a expiré\"],\"xzRvs4\":[\"Recevoir les mises à jour produits de \",[\"0\"],\".\"],\"y/NR6s\":[\"Emplacement mis à jour avec succès\"],\"y0meFR\":[\"La TVA irlandaise à 23 % sera appliquée aux frais de plateforme (fourniture nationale).\"],\"y1BZw1\":[\"Entrez l'adresse professionnelle\"],\"y1eoq1\":[\"Copier le lien\"],\"y22tv0\":[\"Copiez ce lien pour le partager n'importe où\"],\"y3qNri\":[\"Vous aurez besoin d'au moins un produit pour commencer. Gratuit, payant ou laissez l'utilisateur décider du montant à payer.\"],\"y55eMd\":[\"Nombre d'utilisations\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Aucun événement à afficher\"],\"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.\"],\"yDOdwQ\":[\"Gestion des utilisateurs\"],\"yIRev4\":[\"Créer un mot de passe\"],\"yKWfjC\":[\"Page des codes promotionnels\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Aucun événement à venir\"],\"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.\"],\"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.\"],\"yPZN4i\":[\"Cette page de commande n'est plus disponible.\"],\"yPrbsy\":[\"Destinataires\"],\"yRg26W\":[\"Ventes brutes\"],\"ySQGHV\":[\"Masquer le produit lorsqu'il est épuisé\"],\"ySeBKv\":[\"Vous avez déjà scanné ce billet\"],\"ySxKZe\":[\"Combien de fois ce code peut-il être utilisé ?\"],\"yT6dQ8\":[\"Taxes collectées groupées par type de taxe et événement\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 billet\"],\"yWiPh+\":[\"Ajouter une taxe ou des frais\"],\"yZfBoy\":[\"Votre message a été envoyé\"],\"yhjU+j\":[\"Téléchargement de la facture\"],\"yiy8Jt\":[\"Création de votre profil d'organisateur en cours, veuillez patienter\"],\"yj3N+g\":[\"1 jour après la date de début\"],\"yjkELF\":[\"Confirmer le nouveau mot de passe\"],\"ylXj1N\":[\"Sélectionné\"],\"ypJ62C\":[\"Rabais %\"],\"yxhYRZ\":[[\"0\"],\" <0>sorti avec succès\"],\"yz7wBu\":[\"Fermer\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"L'heure programmée est requise\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Nous avons officiellement déménagé notre siège social en Irlande 🇮🇪. Dans le cadre de cette transition, nous utilisons maintenant Stripe Irlande au lieu de Stripe Canada. Pour que vos paiements continuent de fonctionner correctement, vous devrez reconnecter votre compte Stripe.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Échec de l'exportation du rapport. Veuillez réessayer.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Aucun produit disponible pour la sélection\"],\"zLmvhE\":[\"Participant créé avec succès\"],\"zNECqg\":[\"billets\"],\"zNZNMs\":[\"Voir le message\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Sélectionner un niveau\"],\"zPiC+q\":[\"Listes d'Enregistrement Éligibles\"],\"zTkTF3\":[\"Échec de la sauvegarde du modèle\"],\"zUDyah\":[\"Se connecter\"],\"zWqUyJ\":[\"Frais fixes facturés par transaction\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Créer le modèle \",[\"0\"]],\"zgCHnE\":[\"Rapport des ventes quotidiennes\"],\"ziAjHi\":[\"Générer\"],\"zlHa5R\":[\"Aucun invité n'a été ajouté à cette commande.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Téléphone\"],\"znIg+z\":[\"Paiement\"],\"zpekWp\":[\"Vente commence \",[\"0\"]],\"zppscQ\":[\"Frais de plateforme Hi.Events et ventilation TVA par transaction\"],\"zxnup4\":[\"Aucun affilié à afficher\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Succès\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/fr.po b/frontend/src/locales/fr.po index 1faad7979..8c8c3cbd7 100644 --- a/frontend/src/locales/fr.po +++ b/frontend/src/locales/fr.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Cliquez pour dépublier" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "\"Il n'y a rien à montrer pour l'instant\"" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "\"Il n'y a rien à montrer pour l'instant\"" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(vide)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} est déjà enregistré" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>enregistré avec succès" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>sorti avec succès" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} webhooks actifs" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} disponible" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} créé avec succès" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} restant" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "Logo {0}" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} organisateurs" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} billets" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} mis à jour avec succès" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} enregistré" @@ -148,6 +169,7 @@ msgstr "<0>Le nombre de produits disponibles pour ce produit<1>Cette valeur msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} au taux actuel" @@ -251,6 +273,11 @@ msgstr "Des frais, comme des frais de réservation ou des frais de service" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Un montant fixe par produit. Par exemple, 0,50 $ par produit" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Une saisie de texte sur plusieurs lignes" @@ -300,7 +327,7 @@ msgstr "Une taxe standard, comme la TVA ou la TPS" msgid "Abandoned" msgstr "Abandonné" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "À propos" @@ -403,7 +430,8 @@ msgstr "Action requise : Informations TVA nécessaires" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Actions" @@ -510,7 +538,7 @@ msgstr "Ajouter un niveau" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Ajouter au calendrier" @@ -660,7 +688,7 @@ msgstr "Tous les travaux en file d'attente pour réessai" msgid "All Products" msgstr "Tous les produits" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Tous les statuts" @@ -699,6 +727,7 @@ msgstr "Presque fini ! Terminez la connexion de votre compte Stripe pour commenc msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Presque terminé ! Nous attendons juste que votre paiement soit traité. Cela ne devrait prendre que quelques secondes." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Vous avez déjà un compte ? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Incroyable, Événement, Mots-clés..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Montant" @@ -734,6 +762,7 @@ msgstr "Montant" msgid "Amount Paid" msgstr "Montant payé" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Montant payé ({0})" @@ -762,6 +791,11 @@ msgstr "Une erreur inattendue est apparue." msgid "An unexpected error occurred. Please try again." msgstr "Une erreur inattendue est apparue. Veuillez réessayer." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Réponse mise à jour avec succès." @@ -778,10 +812,11 @@ msgstr "Apparence" msgid "Application Fees Configuration" msgstr "Configuration des frais d'application" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "appliqué" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "S'applique à {0} produits" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "S'applique à 1 produit" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Appliquer" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Appliquer le code promotionnel" +#~ msgid "Apply Promo Code" +#~ msgstr "Appliquer le code promotionnel" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Êtes-vous sûr de vouloir mettre cet organisateur en brouillon ? Cela r msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Êtes-vous sûr de vouloir rendre cet organisateur public ? Cela rendra la page de l'organisateur visible au public." -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Êtes-vous sûr de vouloir offrir une place à cette personne ? Elle recevra une notification par e-mail." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Êtes-vous sûr de vouloir publier cet événement ? Une fois publié, il sera visible au public." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Êtes-vous sûr de vouloir publier ce profil d'organisateur ? Une fois publié, il sera visible au public." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Êtes-vous sûr de vouloir supprimer cette entrée de la liste d'attente ?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Êtes-vous sûr de vouloir renvoyer la confirmation de commande à {0} ?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Êtes-vous sûr de vouloir renvoyer le billet à {0} ?" @@ -909,11 +947,11 @@ msgstr "Êtes-vous sûr de vouloir renvoyer le billet à {0} ?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Êtes-vous sûr de vouloir restaurer cet événement ? Il sera restauré en tant que brouillon." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Êtes-vous sûr de vouloir dépublier cet événement ? Il ne sera plus visible au public." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Êtes-vous sûr de vouloir dépublier ce profil d'organisateur ? Il ne sera plus visible au public." @@ -1101,7 +1139,7 @@ msgstr "Redimensionnement automatique" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "L'offre automatique est activée. Les billets sont automatiquement proposés lorsque des places se libèrent. Utilisez ceci pour proposer manuellement des places supplémentaires." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Traitement automatique de la liste d'attente" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Détecté automatiquement selon la couleur de fond, mais peut être remplacé" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Proposer automatiquement des billets à la personne suivante lorsque de la capacité se libère" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Proposer automatiquement des billets à la personne suivante lorsque de la capacité se libère" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Retour aux rapports" msgid "Background Color" msgstr "Couleur de fond" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Type d'arrière-plan" @@ -1261,7 +1303,7 @@ msgstr "Nom de l'entreprise" msgid "Button Label" msgstr "Libellé du bouton" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Texte du bouton" @@ -1273,6 +1315,7 @@ msgstr "L'acheteur paie" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Les acheteurs voient un prix net. Les frais de plateforme sont déduits de votre paiement." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Campagne" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Annuler" @@ -1343,6 +1387,7 @@ msgstr "Annuler la commande" msgid "Cancel Order" msgstr "annuler la commande" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Annuler la commande {0}" @@ -1355,11 +1400,11 @@ msgstr "L'annulation annulera tous les participants associés à cette commande #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Charité" msgid "Check In" msgstr "Enregistrer" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Enregistrer {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Chinois (traditionnel)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Choisissez une couleur pour votre arrière-plan" +#~ msgid "Choose a color for your background" +#~ msgstr "Choisissez une couleur pour votre arrière-plan" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Ville" msgid "Clear Search Text" msgstr "Effacer le texte de recherche" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Cliquez pour copier" @@ -1600,15 +1656,15 @@ msgstr "Cliquez pour copier" msgid "Click to view notes" msgstr "Cliquez pour voir les notes" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "fermer" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Fermer" @@ -1672,8 +1728,8 @@ msgstr "Collecter les informations par billet" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Couleur" +#~ msgid "Color" +#~ msgstr "Couleur" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Configurer les taxes et frais" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Configurer les paramètres de liste d'attente pour cet événement" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Configurer les paramètres de liste d'attente pour cet événement" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Réduction configurée" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Confirmer" @@ -1942,12 +1999,14 @@ msgstr "Connecté à Stripe" msgid "Connection Details" msgstr "Détails de connexion" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Contact" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Contacter {0}" @@ -1963,12 +2022,12 @@ msgstr "Email de contact pour le support" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Continuer" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Texte du bouton Continuer" @@ -1982,7 +2041,7 @@ msgstr "Continuer la configuration" msgid "Continue Setup" msgstr "Continuer la configuration" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Passer à la caisse" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Couverture" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Image de couverture" @@ -2110,10 +2171,12 @@ msgstr "L'image de couverture sera affichée en haut de votre page d'organisateu msgid "Create" msgstr "Créer" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Créer {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Créer le modèle {0}" @@ -2339,6 +2402,10 @@ msgstr "Image de marque personnalisée" msgid "Custom date and time" msgstr "Date et heure personnalisées" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "URL des cartes personnalisées" @@ -2415,7 +2482,7 @@ msgstr "Personnalisez les questions posées lors du paiement pour recueillir des msgid "Customize the SEO settings for this event" msgstr "Personnalisez les paramètres SEO pour cet événement" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Personnalisez le texte affiché sur le bouton continuer" @@ -2613,6 +2680,7 @@ msgstr "Rabais" msgid "Discount %" msgstr "Rabais %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Remise en {0}" @@ -2621,7 +2689,7 @@ msgstr "Remise en {0}" msgid "Discount Type" msgstr "Type de remise" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Ignorer ce message" @@ -2704,11 +2772,17 @@ msgstr "En raison du risque élevé de spam, vous devez connecter un compte Stri #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir envoyer des messages aux participants.\n" -"Cela permet de garantir que tous les organisateurs d'événements sont vérifiés et responsables.En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir envoyer des messages aux participants.\n" -"Ceci afin de s'assurer que tous les organisateurs d'événements sont vérifiés et responsables." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir envoyer des messages aux participants.\n" +#~ "Cela permet de garantir que tous les organisateurs d'événements sont vérifiés et responsables.En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir envoyer des messages aux participants.\n" +#~ "Ceci afin de s'assurer que tous les organisateurs d'événements sont vérifiés et responsables." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2736,11 +2810,11 @@ msgstr "Dupliquer le produit" msgid "Dutch" msgstr "Néerlandais" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "ex. 180 (3 heures)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "ex. : Obtenir des billets, S'inscrire maintenant" @@ -2769,11 +2843,14 @@ msgstr "Lève tôt" msgid "Edit" msgstr "Modifier" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Modifier {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Modifier le modèle {0}" @@ -2908,7 +2985,7 @@ msgstr "Listes d'Enregistrement Éligibles" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3154,7 +3231,7 @@ msgstr "Entrez votre nom" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Entrez votre numéro de TVA avec le code pays, sans espaces (par ex., IE1234567A, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Les inscriptions apparaîtront ici lorsque les clients rejoindront la liste d'attente pour les produits épuisés." @@ -3316,7 +3393,7 @@ msgid "Event Settings" msgstr "Paramètres de l'événement" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3324,7 +3401,7 @@ msgid "Event status update failed. Please try again later" msgstr "La mise à jour du statut de l'événement a échoué. Veuillez réessayer plus tard" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3407,8 +3484,8 @@ msgstr "Exception" msgid "Expiration date" msgstr "Date d'expiration" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Expiré" @@ -3567,7 +3644,7 @@ msgstr "Impossible de charger les destinataires" msgid "Failed to load Webhook" msgstr "Échec du chargement du webhook" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Échec de l'offre de place" @@ -3575,6 +3652,10 @@ msgstr "Échec de l'offre de place" msgid "Failed to offer tickets" msgstr "Échec de l'offre de billets" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Échec de la réorganisation des questions" @@ -3779,7 +3860,7 @@ msgstr "Prénom" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3790,7 +3871,7 @@ msgstr "Prénom" msgid "First Name" msgstr "Prénom" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3863,7 +3944,7 @@ msgstr "Mot de passe oublié?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Gratuit" @@ -3913,8 +3994,8 @@ msgid "German" msgstr "Allemand" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Itinéraire" +#~ msgid "Get Directions" +#~ msgstr "Itinéraire" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3924,7 +4005,7 @@ msgstr "Recevez vos paiements immédiatement via Stripe Connect" msgid "Get started" msgstr "Commencer" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Obtenir des billets" @@ -3988,10 +4069,11 @@ msgstr "Gestion des invités" msgid "Guests" msgstr "Invités" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Avez vous un code de réduction?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Bonjour {0}, gérez votre plateforme depuis ici." @@ -4021,6 +4103,7 @@ msgstr "Voici votre lien d'affiliation" msgid "Here's what to expect:" msgstr "Voici à quoi vous attendre :" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Salut {0} 👋" @@ -4051,8 +4134,7 @@ msgstr "Caché à la vue du public" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "Les questions masquées ne sont visibles que par l'organisateur de l'événement et non par le client." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Cacher" @@ -4135,8 +4217,8 @@ msgstr "Conception de la page d'accueil" msgid "Homepage Designer" msgstr "Concepteur de page d'accueil" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Aperçu de la page d'accueil" @@ -4145,7 +4227,7 @@ msgstr "Aperçu de la page d'accueil" msgid "Homer" msgstr "Homère" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "Combien de temps un client a pour finaliser son achat après avoir reçu une offre. Laisser vide pour aucun délai." @@ -4182,7 +4264,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Hongrois" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "J'accepte de recevoir des notifications par e-mail liées à cet événement" @@ -4194,7 +4276,7 @@ msgstr "J'accepte les <0>termes et conditions" msgid "I confirm this is a transactional message related to this event" msgstr "Je confirme qu'il s'agit d'un message transactionnel lié à cet événement" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Si un nouvel onglet ne s'est pas ouvert automatiquement, veuillez cliquer sur le bouton ci-dessous pour poursuivre le paiement." @@ -4300,6 +4382,7 @@ msgstr "Incluez les détails de connexion pour votre événement en ligne. Ces d msgid "Include tax and fees in the price" msgstr "Inclure les taxes et les frais dans le prix" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Comprend {0} produits" @@ -4478,21 +4561,25 @@ msgstr "John" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Rejoignez de n'importe où" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Rejoindre la liste d'attente" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Rejoindre la liste d'attente pour {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Rejoindre la liste d'attente pour {0}" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Inscrit" @@ -4504,6 +4591,7 @@ msgstr "Cliquez simplement sur le bouton ci-dessous pour reconnecter votre compt msgid "Just looking for your tickets?" msgstr "Vous cherchez vos billets ?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Me tenir informé des actualités et événements de {0}" @@ -4575,7 +4663,7 @@ msgstr "Nom de famille" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4675,7 +4763,7 @@ msgid "Loading..." msgstr "Chargement..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4779,6 +4867,10 @@ msgstr "Gérer les billets" msgid "Manage your account details and default settings" msgstr "Gérez les détails de votre compte et les paramètres par défaut" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Gérez votre traitement des paiements et consultez les frais de plateforme" @@ -4898,6 +4990,10 @@ msgstr "Niveau de messagerie" msgid "Messaging tier updated successfully" msgstr "Niveau de messagerie mis à jour avec succès" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Minimum par commande" @@ -4906,7 +5002,7 @@ msgstr "Minimum par commande" msgid "Minimum Price" msgstr "Prix minimum" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "minutes" @@ -4950,6 +5046,10 @@ msgstr "Options de prix multiples. Parfait pour les produits en prévente, etc." msgid "Music" msgstr "Musique" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5301,7 +5401,7 @@ msgstr "Aucun paramètre TVA configuré" msgid "No viewed events in the last 14 days" msgstr "Aucun événement vu au cours des 14 derniers jours" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Aucune inscription sur la liste d'attente" @@ -5370,27 +5470,27 @@ msgstr "Préfixe de numéro" msgid "of" msgstr "de" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Offrir" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Offrir une place" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Proposer des billets" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Délai de l'offre" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Proposé" @@ -5445,6 +5545,7 @@ msgstr "Paramètres des paiements hors ligne" msgid "On Sale" msgstr "En soldes" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "En vente {0}" @@ -5475,7 +5576,7 @@ msgstr "En cours" msgid "Online" msgstr "En ligne" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Événement en ligne" @@ -5792,7 +5893,6 @@ msgstr "Nom de l'organisation" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5842,12 +5942,12 @@ msgstr "Paramètres de l'organisateur" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Les statistiques de l'organisateur ne sont pas disponibles pour la devise sélectionnée ou une erreur s'est produite." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Échec de la mise à jour du statut de l'organisateur. Veuillez réessayer plus tard" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Statut de l'organisateur mis à jour" @@ -5932,6 +6032,7 @@ msgstr "Remboursement partiel" msgid "Partially Refunded" msgstr "Partiellement remboursé" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Partiellement remboursé : {0}" @@ -6174,6 +6275,7 @@ msgstr "Planifier un événement ?" msgid "Platform fee" msgstr "Frais de plateforme" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Frais de plateforme de {0} déduits de votre paiement" @@ -6216,7 +6318,7 @@ msgstr "Veuillez vérifier que votre email est valide" msgid "Please check your email to confirm your email address" msgstr "Veuillez vérifier votre courrier électronique pour confirmer votre adresse e-mail" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Veuillez continuer dans le nouvel onglet" @@ -6228,7 +6330,7 @@ msgstr "Veuillez créer un produit" msgid "Please create a ticket" msgstr "Veuillez créer un billet" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Veuillez saisir une adresse e-mail valide" @@ -6272,7 +6374,7 @@ msgstr "Veuillez sélectionner une plage de dates" msgid "Please select an image." msgstr "Veuillez sélectionner une image." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Veuillez sélectionner au moins un produit" @@ -6329,6 +6431,7 @@ msgid "Post Checkout Message" msgstr "Message Post-Commande" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Alimenté par" @@ -6336,6 +6439,11 @@ msgstr "Alimenté par" msgid "Pre Checkout message" msgstr "Message de pré-commande" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Évitez la survente en partageant l'inventaire entre plusieurs types de billets." @@ -6409,7 +6517,7 @@ msgstr "Imprimer les billets" msgid "Print to PDF" msgstr "Imprimer en PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Politique de confidentialité" @@ -6425,7 +6533,7 @@ msgstr "Traitement de la commande" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6510,7 +6618,7 @@ msgstr "Profil" msgid "Profile updated successfully" msgstr "Mise à jour du profil réussie" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Code promotionnel {promo_code} appliqué" @@ -6556,10 +6664,16 @@ msgstr "Les e-mails promotionnels peuvent entraîner la suspension du compte" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." -msgstr "Fournissez un contexte ou des instructions supplémentaires pour cette question. Utilisez ce champ pour ajouter des termes et conditions, des directives ou toute information importante que les participants doivent connaître avant de répondre." +" and conditions, guidelines, or any important information that attendees need to know before answering." +msgstr "" + +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "Fournissez un contexte ou des instructions supplémentaires pour cette question. Utilisez ce champ pour ajouter des termes et conditions, des directives ou toute information importante que les participants doivent connaître avant de répondre." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Publier" @@ -6568,8 +6682,8 @@ msgid "Publish Event" msgstr "Publier l'événement" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Acheté" @@ -6636,7 +6750,7 @@ msgstr "Taux" msgid "Rate limit exceeded. Please try again later." msgstr "Limite de débit dépassée. Veuillez réessayer plus tard." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Réoffrir une place" @@ -6648,6 +6762,7 @@ msgstr "Prêt à mettre à niveau ? Cela ne prend que quelques minutes." msgid "Real-Time Analytics" msgstr "Analyses en temps réel" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6726,6 +6841,7 @@ msgstr "Remboursement échoué" msgid "Refund order" msgstr "Commande de remboursement" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Rembourser la commande {0}" @@ -6750,6 +6866,7 @@ msgstr "Statut du remboursement" msgid "Refunded" msgstr "Remboursé" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Remboursé : {0}" @@ -6767,6 +6884,10 @@ msgstr "Paramètres régionaux" msgid "Register" msgstr "Registre" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6776,13 +6897,14 @@ msgstr "Questions d'inscription" msgid "Remaining Uses" msgstr "Utilisations restantes" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "retirer" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Retirer" @@ -6915,7 +7037,7 @@ msgstr "Résumé des revenus" msgid "Revoke invitation" msgstr "Révoquer l'invitation" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6930,10 +7052,12 @@ msgstr "Rôle" msgid "Sale End Date" msgstr "Date de fin de vente" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Vente terminée {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Vente se termine {0}" @@ -6956,6 +7080,7 @@ msgstr "Période de vente, limites de commande, visibilité" msgid "Sale Start Date" msgstr "Date de début de la vente" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Vente commence {0}" @@ -7009,7 +7134,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7022,8 +7147,8 @@ msgstr "Sauvegarder" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Sauvegarder les modifications" @@ -7104,7 +7229,7 @@ msgstr "Rechercher par titre d'événement ou organisateur..." msgid "Search by job name or exception..." msgstr "Rechercher par nom de travail ou exception..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Rechercher par nom ou e-mail..." @@ -7164,6 +7289,7 @@ msgstr "Couleur du texte secondaire" msgid "Secure Checkout" msgstr "Paiement sécurisé" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7479,7 +7605,7 @@ msgid "Setup & Design" msgstr "Configuration et design" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7508,6 +7634,7 @@ msgstr "Partager la page de l'organisateur" msgid "Shared Capacity Management" msgstr "Gestion de capacité partagée" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Afficher toutes les plateformes ({0} autres avec des valeurs)" @@ -7528,8 +7655,7 @@ msgstr "Afficher la case d'opt-in marketing" msgid "Show marketing opt-in checkbox by default" msgstr "Afficher la case d'opt-in marketing par défaut" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Montre plus" @@ -7541,6 +7667,7 @@ msgstr "Afficher plus de plateformes" msgid "Show tax and fees separately" msgstr "Afficher les taxes et les frais séparément" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Affichage de {0} sur {totalRows} enregistrements" @@ -7606,13 +7733,18 @@ msgid "Sold out" msgstr "Épuisé" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Épuisé" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Liste d'attente des produits épuisés" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Liste d'attente des produits épuisés" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7638,7 +7770,7 @@ msgstr "Quelque chose s'est mal passé ! Veuillez réessayer" msgid "Something went wrong." msgstr "Quelque chose s'est mal passé." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Une erreur s'est produite. Veuillez réessayer plus tard." @@ -7655,7 +7787,7 @@ msgstr "Quelque chose s'est mal passé. Veuillez réessayer." msgid "Sorry for the inconvenience." msgstr "Désolé pour la gêne occasionnée." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Désolé, ce code promo n'est pas reconnu" @@ -7720,7 +7852,7 @@ msgstr "Les statistiques sont basées sur la date de création du compte" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7803,11 +7935,13 @@ msgstr "Total" msgid "Success" msgstr "Succès" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Succès! {0} recevra un e-mail sous peu." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "{0} participant a réussi" @@ -7841,7 +7975,7 @@ msgstr "Question créée avec succès" msgid "Successfully Duplicated Product" msgstr "Produit dupliqué avec succès" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Place offerte avec succès" @@ -7853,7 +7987,7 @@ msgstr "Billets proposés avec succès à {count} personnes" msgid "Successfully offered tickets to 1 person" msgstr "Billets proposés avec succès à 1 personne" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Retiré de la liste d'attente avec succès" @@ -7923,8 +8057,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Paramètres des frais de plateforme mis à jour avec succès" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Produit mis à jour avec succès" +#~ msgid "Successfully updated product" +#~ msgstr "Produit mis à jour avec succès" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7960,6 +8098,7 @@ msgstr "Suite 100" msgid "Summary" msgstr "Résumé" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8102,7 +8241,7 @@ msgstr "Modèle supprimé avec succès" msgid "Template saved successfully" msgstr "Modèle sauvegardé avec succès" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Conditions d'utilisation" @@ -8119,8 +8258,8 @@ msgstr "Merci pour votre présence !" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Merci pour votre soutien alors que nous continuons à développer et améliorer Hi.Events !" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Ce code promotionnel n'est pas valide" @@ -8193,9 +8332,15 @@ msgstr "Le lien sur lequel vous avez cliqué n'est pas valide." msgid "The locale of the customer" msgstr "La langue du client" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "Le nombre maximum de produits pour {0} est {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "Le nombre maximum de produits pour {0} est {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8253,11 +8398,11 @@ msgstr "Théâtre" msgid "Theme & Colors" msgstr "Thème et couleurs" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Il n'y a pas de produits disponibles pour cet événement" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Il n'y a pas de produits disponibles dans cette catégorie" @@ -8333,11 +8478,11 @@ msgstr "Ce code sera utilisé pour suivre les ventes. Seuls les lettres, chiffre msgid "This color combination may be hard to read for some users" msgstr "Cette combinaison de couleurs peut être difficile à lire pour certains utilisateurs" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Cet événement est terminé" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Cet événement n'est pas encore publié" @@ -8413,7 +8558,11 @@ msgstr "Cette commande a été abandonnée. Vous pouvez commencer une nouvelle c msgid "This order was cancelled. You can start a new order anytime." msgstr "Cette commande a été annulée. Vous pouvez passer une nouvelle commande à tout moment." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Ce profil d'organisateur n'est pas encore publié" @@ -8583,7 +8732,7 @@ msgstr "Billets" msgid "Tickets & Products" msgstr "Billets et produits" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Billets disponibles" @@ -8595,6 +8744,7 @@ msgstr "Billets pour" msgid "Tickets Sold" msgstr "Billets Vendus" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Niveau {0}" @@ -8816,7 +8966,7 @@ msgstr "Impossible de sortir le participant" msgid "Unable to create product. Please check the your details" msgstr "Impossible de créer le produit. Veuillez vérifier vos détails" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Impossible de créer le produit. Veuillez vérifier vos détails" @@ -8832,7 +8982,7 @@ msgstr "Impossible de dupliquer le produit. Veuillez vérifier vos informations" msgid "Unable to fetch attendee" msgstr "Impossible de récupérer le participant" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Impossible de rejoindre la liste d'attente" @@ -8880,7 +9030,7 @@ msgstr "Participant inconnu" msgid "Unlimited" msgstr "Illimité" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Disponible illimité" @@ -8912,6 +9062,7 @@ msgstr "A venir" msgid "Upcoming Events" msgstr "Événements à venir" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Mettre à jour {0}" @@ -8989,15 +9140,15 @@ msgstr "Scanner USB/HID" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Utilisez <0>les modèles Liquid pour personnaliser vos e-mails" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Utilisez une version floue de l'image de couverture comme arrière-plan" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Utiliser l'image de couverture" +#~ msgid "Use cover image" +#~ msgstr "Utiliser l'image de couverture" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9226,7 +9377,7 @@ msgstr "Voir la page de l'événement" msgid "View logs" msgstr "Voir les journaux" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Voir la carte" @@ -9234,7 +9385,7 @@ msgstr "Voir la carte" msgid "View Message" msgstr "Voir le message" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Afficher sur Google Maps" @@ -9294,9 +9445,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "En attente" @@ -9307,7 +9458,7 @@ msgstr "En attente de paiement" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Liste d'attente" @@ -9331,6 +9482,7 @@ msgstr "Nous n'avons pas pu supprimer la catégorie. Veuillez réessayer." msgid "We couldn't find any orders associated with this email address." msgstr "Nous n'avons trouvé aucune commande associée à cette adresse e-mail." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "Nous n'avons trouvé aucun billet correspondant à {0}" @@ -9381,8 +9533,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "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." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "Nous vous informerons par e-mail si une place se libère pour {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "Nous vous informerons par e-mail si une place se libère pour {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9454,14 +9610,18 @@ msgstr "Bienvenue à bord! Merci de vous connecter pour continuer." msgid "Welcome back" msgstr "Bon retour" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Bon retour{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Bienvenue sur {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Bienvenue sur {0}, voici une liste de tous vos événements" @@ -9530,9 +9690,16 @@ msgstr "Lorsqu'un produit est supprimé" msgid "When a product is updated" msgstr "Lorsqu'un produit est mis à jour" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Lorsqu'un produit est épuisé, les clients peuvent rejoindre une liste d'attente pour être notifiés lorsque des places se libèrent." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Lorsqu'un produit est épuisé, les clients peuvent rejoindre une liste d'attente pour être notifiés lorsque des places se libèrent." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9632,7 +9799,7 @@ msgstr "Fonctionnement" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9677,14 +9844,19 @@ msgstr "Oui, supprime-les" msgid "You already scanned this ticket" msgstr "Vous avez déjà scanné ce billet" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Vous changez votre adresse e-mail en <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "Vous usurpez l'identité de <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Vous émettez un remboursement partiel. Le client sera remboursé de {0} {1}." @@ -9755,7 +9927,7 @@ msgstr "Vous avez ajouté des taxes et des frais à un produit gratuit. Voulez-v msgid "You must acknowledge that this email is not promotional" msgstr "Vous devez reconnaître que cet e-mail n'est pas promotionnel" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Vous devez accepter de recevoir des messages" @@ -9811,11 +9983,12 @@ msgstr "Vous aurez besoin d'au moins un produit pour commencer. Gratuit, payant msgid "You're all set! Your payments are being processed smoothly." msgstr "Tout est prêt ! Vos paiements sont traités en douceur." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "Vous allez à {0} !" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Vous êtes sur la liste d'attente !" @@ -9863,6 +10036,7 @@ msgstr "Vos détails" msgid "Your Email" msgstr "Votre e-mail" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "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" diff --git a/frontend/src/locales/hu.js b/frontend/src/locales/hu.js index 98dc09753..84d103fcf 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 semmi sem látható'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>sikeresen bejelentkezett\"],\"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\"],\" bejelentkezett\"],\"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\":\"⚡️ Esemény beállítása\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Eseményoldal testreszabása\",\"3VPPdS\":\"💳 Kapcsolódás a Stripe-hoz\",\"cjdktw\":\"🚀 Indítsa el az eseményt\",\"rmelwV\":\"0 perc és 0 másodperc\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Fő utca\",\"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\":\"Promóciós kód alkalmazása\",\"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\":\"Biztosan nyilvánossá szeretné tenni ezt az eseményt? Ezzel az esemény láthatóvá válik a nyilvánosság számára.\",\"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\":\"Résztvevő megjegyzései\",\"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\":\"Kalifornia\",\"iStTQt\":\"A kamera engedélyezése megtagadva. <0>Kérje újra az engedélyt, vagy ha ez nem működik, akkor <1>engedélyeznie kell ennek az oldalnak a kamerájához való hozzáférést a böngésző beállításai között.\",\"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\":\"Nem lehet bejelentkezni\",\"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\":\"Bejelentkezés\",\"p2WLr3\":[\"Bejelentkezés \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Bejelentkezés és megrendelés fizetettként jelölése\",\"QYLpB4\":\"Csak bejelentkezés\",\"/Ta1d4\":\"Kijelentkezés\",\"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\":\"Csatlakoztassa Stripe fiókját, hogy elkezdhesse a fizetések fogadását.\",\"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\":\"Beállítás folytatása\",\"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\":\"Testreszabhatja eseményoldalát, hogy illeszkedjen márkájához és stílusához.\",\"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\":\"Adomány / Fizess, amennyit szeretnél termék\",\"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\":\"Vaku nem elérhető ezen az eszközön\",\"UNMVei\":\"Elfelejtette jelszavát?\",\"2POOFK\":\"Ingyenes\",\"P/OAYJ\":\"Ingyenes termék\",\"vAbVy9\":\"Ingyenes termék, fizetési információ nem szükséges\",\"nLC6tu\":\"Francia\",\"Weq9zb\":\"Általános\",\"DDcvSo\":\"Német\",\"4GLxhy\":\"Első lépések\",\"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\":\"Első lépések oldal elrejtése\",\"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\":\"Elrejti az első lépések oldalt az oldalsávról\",\"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\":\"Több árlehetőség. Tökéletes a korai madár termékekhez stb.\",\"/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\":\"Ehhez a megrendeléshez nem adtak hozzá résztvevőket.\",\"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\":\"Nincs termék ehhez a résztvevőhöz társítva.\",\"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\":\"Ehhez a résztvevőhöz nem érkezett válasz.\",\"SnlQeq\":\"Ehhez a megrendeléshez nem tettek fel kérdéseket.\",\"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\":\"Amikor elkészült, tegye élővé eseményét, és kezdjen el termékeket értékesíteni.\",\"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\":\"Megrendelés jegyzetek\",\"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\":\"Fizetős termék\",\"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\":\"Működteti:\",\"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\":\"Ár típusa\",\"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. Ezt a mezőt használja a feltételek, irányelvek vagy bármilyen fontos információ hozzáadására, 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\":\"Keresés név, rendelési szám, résztvevő azonosító vagy e-mail alapján...\",\"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\":\"Kamera kiválasztása\",\"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\":\"Adjon meg minimális árat, és hagyja, hogy a felhasználók többet fizessenek, ha úgy döntenek.\",\"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\":\"Állítsa be eseményét\",\"A8iqfq\":\"Tegye élővé eseményét\",\"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 termék fix árral\",\"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\":\"100-as lakosztály\",\"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\":\"Ezek a részletek csak akkor jelennek meg, ha a megrendelés sikeresen befejeződött. A fizetésre váró megrendelések nem jelenítik meg ezt az üzenetet.\",\"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\":\"Ez egy általános termék, mint egy póló vagy egy bögre. Nem kerül jegy kiállításra.\",\"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\":\"Ez a termék egy jegy. A vásárlók jegyet kapnak a vásárláskor.\",\"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\":\"Többszintű termék\",\"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\":\"TIPP\",\"MHrjPM\":\"Title\",\"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\":\"Megtekintés\",\"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\":\"Láthatóság\",\"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\":\"Ezt a jegyet már beolvasta.\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" már bejelentkezett\"],\"S4PqS9\":[[\"0\"],\" aktív webhook\"],\"6MIiOI\":[[\"0\"],\" maradt\"],\"COnw8D\":[[\"0\"],\" logó\"],\"B7pZfX\":[[\"0\"],\" szervező\"],\"/HkCs4\":[[\"0\"],\" jegy\"],\"TjbIUI\":[[\"availableCount\"],\" / \",[\"totalCount\"],\" elérhető\"],\"OJnhhX\":[[\"eventCount\"],\" esemény\"],\"3IEF7U\":[[\"totalCount\"],\" jegytípus\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Jegyek hozzáadása\",\"M2DyLc\":\"1 aktív webhook\",\"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\",\"cGtUz6\":\"1 héttel az esemény előtt\",\"HR/cvw\":\"Minta utca 123\",\"kMU5aM\":\"Lemondási értesítés elküldve ide:\",\"V53XzQ\":\"Új ellenőrző kód került elküldésre az e-mail címére.\",\"/z/bH1\":\"A szervező rövid leírása, amely megjelenik a felhasználók számára.\",\"aS0jtz\":\"Elhagyott\",\"uyJsf6\":\"Rólunk\",\"WTk/ke\":\"A Stripe Connectről\",\"JvuLls\":\"Díj átvállalása\",\"lk74+I\":\"Díj átvállalása\",\"1uJlG9\":\"Kiemelő szín\",\"K5+3xg\":\"Meghívó elfogadása\",\"VTfZPy\":\"Hozzáférés megtagadva\",\"iN5Cz3\":\"A fiók már csatlakoztatva van!\",\"YP4JuP\":\"Fiók konfiguráció sikeresen frissítve\",\"vOuxvL\":\"Fiók információk\",\"EHNORh\":\"Fiók nem található\",\"bPwFdf\":\"Fiókok\",\"nMtNd+\":\"Beavatkozás szükséges: Csatlakoztassa újra Stripe fiókját\",\"AhwTa1\":\"Beavatkozás szükséges: ÁFA információ szükséges\",\"APyAR/\":\"Aktív események\",\"UWWRyd\":\"Egyedi kérdések hozzáadása további információk gyűjtéséhez a pénztárnál\",\"a5KFZU\":\"Adja meg az esemény részleteit és kezelje az esemény beállításait.\",\"Fb+SDI\":\"További jegyek hozzáadása\",\"7JF9w9\":\"Kérdés hozzáadása\",\"6PNlRV\":\"Adja hozzá ezt az eseményt a naptárához\",\"BGD9Yt\":\"Jegyek hozzáadása\",\"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.\",\"bVjDs9\":\"További díjak\",\"0Zypnp\":\"Admin vezérlőpult\",\"YAV57v\":\"Partner\",\"I+utEq\":\"A partnerkód nem módosítható.\",\"/jHBj5\":\"Partner sikeresen létrehozva\",\"uCFbG2\":\"Partner sikeresen törölve\",\"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.\",\"7rLTkE\":\"Összes archivált esemény\",\"gKq1fa\":\"Minden résztvevő\",\"pMLul+\":\"Minden pénznem\",\"qlaZuT\":\"Kész! Most már a fejlesztett fizetési rendszerünket használja.\",\"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\",\"Sxm1lO\":\"Minden állapot\",\"dr7CWq\":\"Összes közelgő esemény\",\"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.\",\"F3mW5G\":\"Lehetővé teszi az ügyfelek számára, hogy feliratkozzanak a várólistára, ha ez a termék elfogyott\",\"QUg5y1\":\"Majdnem kész! Fejezze be Stripe fiókja csatlakoztatását a kifizetések fogadásának megkezdéséhez.\",\"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\"],\"\"],\"/H326L\":\"Már visszatérítve\",\"RtxQTF\":\"A megrendelés lemondása is\",\"jkNgQR\":\"A megrendelés visszatérítése is\",\"xYqsHg\":\"Mindig elérhető\",\"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.\",\"eusccx\":\"Opcionális üzenet a kiemelt termék megjelenítéséhez, pl. \\\"Gyorsan fogy 🔥\\\" vagy \\\"Legjobb ár\\\"\",\"QNrkms\":\"Válasz sikeresen frissítve.\",\"Znwxal\":\"Alkalmazási díjak konfigurációja\",\"261RBr\":\"Üzenet jóváhagyása\",\"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.\",\"vPeW/6\":\"Biztosan törölni szeretné ezt a konfigurációt? Ez hatással lehet az azt használó fiókokra.\",\"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.\",\"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\"],\"?\"],\"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.\",\"QGoXh3\":\"Mivel vállalkozása az EU-ban található, meg kell határoznunk a platformdíjainkra vonatkozó helyes ÁFA-kezelést:\",\"tMeVa/\":\"Név és e-mail bekérése minden megvásárolt jegyhez\",\"/JdZIP\":\"Hozzárendelt konfiguráció\",\"xdiER7\":\"Hozzárendelt szint\",\"F2rX0R\":\"Legalább egy eseménytípust ki kell választani.\",\"BCmibk\":\"Próbálkozások\",\"6PecK3\":\"Részvétel és bejelentkezési arányok minden eseményen\",\"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\",\"0R3Y+9\":\"Résztvevő e-mail\",\"94aQMU\":\"Résztvevő információk\",\"KkrBiR\":\"Résztvevői információk gyűjtése\",\"av+gjP\":\"Résztvevő neve\",\"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\",\"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\",\"OpCtfq\":\"Az automatikus ajánlat engedélyezve van. A jegyek automatikusan felajánlásra kerülnek, amikor kapacitás válik elérhetővé. Használja ezt további helyek manuális felajánlásához.\",\"V7Tejz\":\"Várólista automatikus feldolgozása\",\"PZ7FTW\":\"Automatikusan észlelve a háttérszín alapján, de felülbírálható\",\"8Etqrl\":\"Automatikusan jegyet ajánl a következő személynek, amikor kapacitás szabadul fel\",\"csDS2L\":\"Elérhető\",\"clF06r\":\"Visszatérítésre elérhető\",\"NB5+UG\":\"Elérhető tokenek\",\"EmYMHc\":\"Offline 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\",\"jIPNJG\":\"Alapvető információk\",\"WOpH7O\":\"Gyönyörű pénztári élmény bármilyen eszközön\",\"iMdwTb\":\"Mielőtt az esemény élővé válna, néhány dolgot meg kell tennie. Fejezze be az összes alábbi lépést a kezdéshez.\",\"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.\",\"9N+p+g\":\"Üzlet\",\"7ns+do\":\"Vállalati cím\",\"LeC29u\":\"Vállalati cím ÁFA célokra\",\"RReHTu\":\"Vállalat neve\",\"bv6RXK\":\"Gomb felirat\",\"ChDLlO\":\"Gomb szövege\",\"BUe8Wj\":\"A vevő fizet\",\"qF1qbA\":\"A vevők tiszta árat látnak. A platformdíjat a kifizetésből vonjuk le.\",\"DFqasq\":[\"A folytatással elfogadja a(z) <0>\",[\"0\"],\" Szolgáltatási feltételeket\"],\"lFdbRS\":\"Alkalmazási díjak megkerülése\",\"2VLZwd\":\"Cselekvésre ösztönző gomb\",\"PUpvQe\":\"Kamera szkenner\",\"D02dD9\":\"Kampány\",\"H4nE+E\":\"Minden termék törlése és visszahelyezése a készletbe\",\"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.\",\"IrUqjC\":\"Nem lehet bejelentkezni (Törölve)\",\"01sEfm\":\"A rendszer alapértelmezett konfigurációja nem törölhető\",\"VsM1HH\":\"Kapacitás-hozzárendelések\",\"K7tIrx\":\"Kategória\",\"2tbLdK\":\"Jótékonyság\",\"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.\",\"udRwQs\":\"Bejelentkezés létrehozva\",\"F4SRy3\":\"Bejelentkezés törölve\",\"9gPPUY\":\"Bejelentkezési lista létrehozva\",\"f2vU9t\":\"Bejelentkezési listák\",\"tMNBEF\":\"A bejelentkezési listák lehetővé teszik a belépés ellenőrzését napokon, területeken vagy jegytípusokon keresztül. Megoszthat egy biztonságos bejelentkezési linket a személyzettel - nincs szükség fiókra.\",\"SHJwyq\":\"Bejelentkezési arány\",\"qCqdg6\":\"Bejelentkezési állapot\",\"cKj6OE\":\"Bejelentkezési összefoglaló\",\"7B5M35\":\"Bejelentkezések\",\"DM4gBB\":\"Kínai (hagyományos)\",\"pkk46Q\":\"Válasszon szervezőt\",\"Crr3pG\":\"Naptár kiválasztása\",\"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.\",\"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\",\"7D9MJz\":\"Stripe beállításának befejezése\",\"OqEV/G\":\"Fejezze be az alábbi beállítást a folytatáshoz\",\"nqx+6h\":\"Fejezze be ezeket a lépéseket, hogy elkezdhesse jegyek értékesítését az eseményéhez.\",\"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\",\"B5fpAA\":\"Konfiguráció sikeresen 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\",\"Nbd6WT\":\"Várólistai beállítások konfigurálása ehhez az eseményhez\",\"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:\",\"o5A0Go\":\"Gratulálunk az esemény létrehozásához!\",\"x3wVFc\":\"Gratulálunk! Az eseményed mostantól látható a nyilvánosság számára.\",\"WNnP3w\":\"Csatlakozás és frissítés\",\"Xe2tSS\":\"Dokumentáció csatlakoztatása\",\"1Xxb9f\":\"Fizetésfeldolgozás csatlakoztatása\",\"nQI4H5\":\"Kapcsolja be a Stripe-ot az e-mail sablon szerkesztéséhez\",\"LmvZ+E\":\"Kapcsolja be a Stripe-ot az üzenetküldéshez\",\"EWnXR+\":\"Csatlakozás a Stripe-hoz\",\"VioGG1\":\"Csatlakoztassa Stripe fiókját, hogy elfogadja a jegyek és termékek fizetését.\",\"4qmnU8\":\"Kapcsolja össze a Stripe fiókját a fizetések fogadásához.\",\"E1eze1\":\"Kapcsolja össze a Stripe fiókját, hogy elkezdjen fizetéseket fogadni az eseményeihez.\",\"ulV1ju\":\"Kapcsolja össze a Stripe fiókját a fizetések fogadásának megkezdéséhez.\",\"/3017M\":\"Csatlakoztatva a Stripe-hoz\",\"jfC/xh\":\"Kapcsolat\",\"LOFgda\":[\"Kapcsolatfelvétel \",[\"0\"]],\"41BQ3k\":\"Kapcsolattartási e-mail\",\"KcXRN+\":\"Kapcsolati e-mail címünk az ügyfélszolgálathoz\",\"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\",\"p2FRHj\":\"Szabályozza, hogyan kezelje a platformdíjakat ezen eseménynél\",\"1JnTgU\":\"Másolva a fentiekből\",\"FxVG/l\":\"Vágólapra másolva\",\"PiH3UR\":\"Másolva!\",\"uUPbPg\":\"Partneri link másolása\",\"iVm46+\":\"Kód 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\",\"P0rbCt\":\"Borítókép\",\"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\",\"zg4oSu\":[[\"0\"],\" sablon létrehozása\"],\"RKKhnW\":\"Hozzon létre egyedi widgetet jegyek értékesítéséhez a webhelyén.\",\"yIRev4\":\"Jelszó létrehozása\",\"xfKgwv\":\"Partner létrehozása\",\"tudG8q\":\"Jegyek és árucikkek létrehozása és konfigurálása értékesítéshez.\",\"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\",\"Nc3l/D\":\"Kedvezmények, hozzáférési kódok rejtett jegyekhez és különleges ajánlatok létrehozása.\",\"eWEV9G\":\"Új jelszó létrehozása\",\"8AiKIu\":\"Jegy vagy termék létrehozása\",\"agZ87r\":\"Hozzon létre jegyeket az eseményéhez, állítsa be az árakat és kezelje az elérhető mennyiséget.\",\"/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\",\"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ő\",\"BMtue0\":\"Jelenlegi fizetési szolgáltató\",\"T+1APV\":\"A jelenlegi ÁFA szám érvényesített\",\"v2GlhZ\":\"A jelenlegi ÁFA szám érvényesítése sikertelen\",\"iTvh6I\":\"Jelenleg megvásárolható\",\"g7HIC0\":\"Egyedi márkajelzés\",\"Guo0lU\":\"Egyéni dátum és idő\",\"mimF6c\":\"Egyedi üzenet a pénztár után\",\"O6mra8\":\"Egyedi kérdések\",\"axv/Mi\":\"Egyedi sablon\",\"QMHSMS\":\"A vásárló e-mailt kap a visszatérítés megerősítéséről\",\"L/Qc+w\":\"Vásárló e-mail címe\",\"wpfWhJ\":\"Vásárló keresztneve\",\"GIoqtA\":\"Vásárló vezetékneve\",\"NihQNk\":\"Vásárlók\",\"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.\",\"pxNIxa\":\"Testreszabhatja az e-mail sablonját Liquid sablonok használatával\",\"3trPKm\":\"Testreszabhatja szervezői oldalának megjelenését.\",\"/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.\",\"pvnfJD\":\"Sötét\",\"nE5o/t\":\"Adattulajdonlás\",\"lnYE59\":\"Az esemény dátuma\",\"gnBreG\":\"Rendelés leadásának dátuma\",\"ovBPCi\":\"Alapértelmezett\",\"JtI4vj\":\"Alapértelmezett résztvevői információgyűjtés\",\"3R/Tu2\":\"Alapértelmezett díjkezelés\",\"1bZAZA\":\"Alapértelmezett sablon lesz használva\",\"vu7gDm\":\"Partner törlése\",\"KZN4Lc\":\"Összes törlése\",\"+jw/c1\":\"Kép törlése\",\"hdyeZ0\":\"Feladat törlése\",\"dPyJ15\":\"Sablon törlése\",\"mxsm1o\":\"Törli ezt a kérdést? Ez nem vonható vissza.\",\"snMaH4\":\"Webhook törlése\",\"vYgeDk\":\"Összes kijelölés megszüntetése\",\"NvuEhl\":\"Tervezési elemek\",\"H8kMHT\":\"Nem kapta meg a kódot?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Üzenet elvetése\",\"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.\",\"TvY/XA\":\"Dokumentáció\",\"Kdpf90\":\"Ne felejtse el!\",\"352VU2\":\"Nincs fiókja? <0>Regisztráljon\",\"AXXqG+\":\"Adomány\",\"DPfwMq\":\"Kész\",\"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 csatlakoztatnia kell egy Stripe fiókot, mielőtt üzeneteket küldhetne a résztvevőknek.\\nEz biztosítja, hogy minden eseményszervező ellenőrzött és felelősségre vonható legyen.\",\"euc6Ns\":\"Duplikálás\",\"KRmTkx\":\"Termék másolása\",\"KIjvtr\":\"Holland\",\"22xieU\":\"pl. 180 (3 óra)\",\"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.\",\"LTzmgK\":[[\"0\"],\" sablon szerkesztése\"],\"v4+lcZ\":\"Partner szerkesztése\",\"2iZEz7\":\"Válasz szerkesztése\",\"tPtRwl\":\"Alkalmazási díjak szerkesztése\",\"t2bbp8\":\"Résztvevő szerkesztése\",\"etaWtB\":\"Résztvevő adatainak szerkesztése\",\"+guao5\":\"Konfiguráció szerkesztése\",\"vRWOrM\":\"Rendelés részleteinek szerkesztése\",\"3yNuBV\":\"ÁFA beállítások szerkesztése\",\"fW5sSv\":\"Webhook szerkesztése\",\"nP7CdQ\":\"Webhook szerkesztése\",\"uBAxNB\":\"Szerkesztő\",\"aqxYLv\":\"Oktatás\",\"iiWXDL\":\"Jogosultsági hibák\",\"zPiC+q\":\"Jogosult bejelentkezési listák\",\"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\",\"L86zy2\":\"E-mail sikeresen ellenőrizve!\",\"FSN4TS\":\"Widget beágyazása\",\"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.\",\"48Y16Q\":\"Befejezés ideje (opcionális)\",\"7YZofi\":\"Írjon be egy tárgyat és törzset az előnézet megtekintéséhez\",\"3bR1r4\":\"Adja meg a partner e-mail címét (opcionális)\",\"ARkzso\":\"Adja meg a partner nevét\",\"y1BZw1\":\"Írja be a vállalati címet\",\"3GfR6a\":\"Írja be a vállalat nevét\",\"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\",\"1tAGuY\":\"Írja be az ÁFA számot az országkóddal együtt\",\"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)\",\"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\",\"AKbElk\":\"EU ÁFA-s vállalkozások: Fordított adózás alkalmazandó (0% - ÁFA irányelv 2006/112/EK 196. cikke)\",\"WgD6rb\":\"Eseménykategória\",\"b46pt5\":\"Esemény borítóképe\",\"1Hzev4\":\"Esemény egyedi sablon\",\"imgKgl\":\"Esemény leírása\",\"kJDmsI\":\"Esemény részletei\",\"m/N7Zq\":\"Esemény teljes címe\",\"Nl1ZtM\":\"Esemény helyszíne\",\"t3AMTs\":\"Eseménykezelő platform\",\"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ő\",\"Gh9Oqb\":\"Eseményszervező neve\",\"mImacG\":\"Eseményoldal\",\"JyD0LH\":\"Esemény beállítások\",\"cOePZk\":\"Esemény időpontja\",\"e8WNln\":\"Esemény időzóna\",\"GeqWgj\":\"Esemény időzóna\",\"XVLu2v\":\"Esemény címe\",\"OfmsI9\":\"Az esemény túl új\",\"YDVUVl\":\"Eseménytípusok\",\"4K2OjV\":\"Esemény helyszíne\",\"19j6uh\":\"Események teljesítménye\",\"PC3/fk\":\"Következő 24 órában kezdődő események\",\"fTFfOK\":\"Minden e-mail sablonnak tartalmaznia kell egy cselekvésre ösztönző gombot, amely a megfelelő oldalra vezet\",\"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\",\"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\",\"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\",\"U66oUa\":\"A sablon létrehozása sikertelen\",\"aFk48v\":\"A konfiguráció törlése sikertelen\",\"Zw6LWb\":\"A feladat törlése sikertelen\",\"tq0abZ\":\"A feladatok törlése sikertelen\",\"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\",\"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\",\"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.\",\"o/blc/\":\"A fiók konfiguráció frissítése sikertelen\",\"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\",\"EhlbcI\":\"Az üzenetküldési szint frissítése sikertelen\",\"rpGMzC\":\"A rendelés frissítése sikertelen\",\"Eeo/Gy\":\"A beállítás frissítése sikertelen\",\"kqA9lY\":\"Az ÁFA beállítások frissítése sikertelen\",\"7/9RFs\":\"Kép feltöltése sikertelen.\",\"nkNfWu\":\"Kép feltöltése sikertelen. Kérjük, próbálja újra.\",\"rxy0tG\":\"E-mail ellenőrzése sikertelen\",\"9bHCo2\":\"Díj pénzneme\",\"/sV91a\":\"Díjkezelés\",\"T4BMxU\":\"A díjak változhatnak. Értesítést kap minden díjstruktúrájában bekövetkező változásról.\",\"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\",\"8OvVZZ\":\"Résztvevők szűrése\",\"mvrlBO\":\"Szűrés esemény szerint\",\"8BwQeU\":\"Beállítás befejezése\",\"hg80P7\":\"Stripe beállítás befejezése\",\"1vBhpG\":\"Első résztvevő\",\"4pwejF\":\"A keresztnév kötelező\",\"6bBh3/\":\"Fix díj\",\"5mpF6N\":[\"Fix díj összege \",[\"currencyCode\"],\" valutában\"],\"zWqUyJ\":\"Tranzakciónkénti fix díj\",\"LWL3Bs\":\"A fix díjnak 0 vagy nagyobbnak kell lennie\",\"YXhom6\":\"Fix díj:\",\"KgxI80\":\"Rugalmas jegyértékesítés\",\"lWxAUo\":\"Étel és ital\",\"nFm+5u\":\"Lábléc szövege\",\"MY2SVM\":\"Teljes visszatérítés\",\"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\",\"+4zM7f\":\"Azonnali kifizetés Stripe Connect-en keresztül\",\"ZDIydz\":\"Kezdés\",\"u6FPxT\":\"Jegyek vásárlása\",\"8KDgYV\":\"Készítse elő eseményét\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Esemény oldalra\",\"gHSuV/\":\"Ugrás a főoldalra\",\"6nDzTl\":\"Jó olvashatóság\",\"aGWZUr\":\"Bruttó bevétel\",\"n8IUs7\":\"Bruttó bevétel\",\"LIYoRQ\":\"Vendégkezelés\",\"kTSQej\":[\"Helló \",[\"0\"],\", innen kezelheti a platformot.\"],\"dORAcs\":\"Itt vannak az e-mail címéhez tartozó összes jegyek.\",\"g+2103\":\"Íme az affiliate linkje\",\"QlwJ9d\":\"Mire számíthat:\",\"/iE8xx\":\"Hi.Events díj\",\"zppscQ\":\"Hi.Events platform díjak és ÁFA bontás tranzakciónként\",\"D+zLDD\":\"Rejtett\",\"DRErHC\":\"Rejtett a résztvevők elől - csak a szervezők látják\",\"P+5Pbo\":\"Válaszok elrejtése\",\"FmogyU\":\"Opciók elrejtése\",\"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.\",\"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.\",\"AVpmAa\":\"Hogyan fizessen offline\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Magyar\",\"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\",\"PYVWEI\":\"Ha regisztrált, adja meg ÁFA számát az érvényesítéshez\",\"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.\",\"M8M6fs\":\"Fontos: Stripe újracsatlakozás szükséges\",\"jT142F\":[[\"diffHours\"],\" óra múlva\"],\"OoSyqO\":[[\"diffMinutes\"],\" perc múlva\"],\"cljs3a\":\"Jelölje meg, ha ÁFA-s az EU-ban\",\"F1Xp97\":\"Egyéni résztvevők\",\"85e6zs\":\"Liquid token beszúrása\",\"38KFY0\":\"Változó beszúrása\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Azonnali kifizetések\",\"nbfdhU\":\"Integrációk\",\"JHB/Ky\":\"Érvénytelen\",\"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\",\"Mokwac\":\"Korlátlan számú csapattag meghívása egyedi szerepkörökkel\",\"aH6ZIb\":\"Hívja meg csapatát\",\"IuMGvq\":\"Számla\",\"y0meFR\":\"Ír ÁFA 23%-os mértékben kerül felszámításra a platform díjakra (belföldi szolgáltatás).\",\"1ZKm04\":\"Ez a fiók ÁFA-s az EU-ban?\",\"Lj7sBL\":\"Olasz\",\"F5/CBH\":\"tétel(ek)\",\"BzfzPK\":\"Tételek\",\"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\",\"lZwV6X\":[\"Csatlakozás a várólistához: \",[\"0\"]],\"2gMuHR\":\"Csatlakozott\",\"hTJ4fB\":\"Csak kattintson az alábbi gombra a Stripe fiók újracsatlakoztatásához.\",\"MxjCqk\":\"Csak a jegyeit keresi?\",\"lB2hSG\":[\"Tartsanak naprakészen a \",[\"0\"],\" híreivel és eseményeivel\"],\"DruLRc\":\"Elmúlt 14 nap\",\"ve9JTU\":\"A vezetéknév kötelező\",\"h0Q9Iw\":\"Utolsó válasz\",\"gw3Ur5\":\"Utoljára aktiválva\",\"QIn0Vl\":\"Hivatalos cégnév ÁFA célokra\",\"1njn7W\":\"Világos\",\"1qY5Ue\":\"A link lejárt vagy érvénytelen\",\"psosdY\":\"Link a rendelés részleteihez\",\"6JzK4N\":\"Link a jegyhez\",\"shkJ3U\":\"Linkelje Stripe fiókját, hogy jegyértékesítésből származó bevételeket fogadjon.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Linkek engedélyezve\",\"dF6vP6\":\"Élő\",\"fpMs2Z\":\"ÉLŐ\",\"D9zTjx\":\"Élő események\",\"WdmJIX\":\"Előnézet betöltése...\",\"IoDI2o\":\"Tokenek betöltése...\",\"NFxlHW\":\"Webhookok betöltése\",\"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\",\"4wUIjX\":\"Tegye élővé eseményét\",\"2FzaR1\":\"Kezelje fizetésfeldolgozását és tekintse meg a platformdíjakat.\",\"2L3vle\":\"Max üzenetek / 24ó\",\"Qp4HWD\":\"Max címzettek / üzenet\",\"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\",\"H9HlDe\":\"perc\",\"gqnyh0\":\"Mobilra optimalizált\",\"olKKwj\":\"Mobil szkenner offline támogatással és valós idejű követéssel\",\"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\",\"w36OkR\":\"Legnézettebb események (Elmúlt 14 nap)\",\"GfaxEk\":\"Zene\",\"oVGCGh\":\"Jegyeim\",\"8/brI5\":\"Név kötelező\",\"sFFArG\":\"A névnek rövidebbnek kell lennie 255 karakternél\",\"sCV5Yc\":\"Az esemény neve\",\"xxU3NX\":\"Nettó bevétel\",\"ArHT/C\":\"Új regisztrációk\",\"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\",\"Dwf4dR\":\"Még nincsenek résztvevői kérdések\",\"/UC6qk\":\"Nem található hozzárendelési adat\",\"amMkpL\":\"Nincs kapacitás\",\"99ntUF\":\"Nincs elérhető bejelentkezési lista ehhez az eseményhez.\",\"+dAKxg\":\"Nem találhatók konfigurációk\",\"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.\",\"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\",\"54GxeB\":\"Nincs hatása a jelenlegi vagy múltbeli tranzakciókra\",\"EpvBAp\":\"Nincs számla\",\"XZkeaI\":\"Nem található napló\",\"nrSs2u\":\"Nem található üzenet\",\"OVFwlg\":\"Még nincsenek rendelési kérdések\",\"EJ7bVz\":\"Nem találhatók rendelések\",\"NEmyqy\":\"Még nincsenek megrendelések\",\"wUv5xQ\":\"Nincs szervezői tevékenység az elmúlt 14 napban\",\"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\",\"kY7XDn\":\"Nincs várólistás bejegyzéssel rendelkező termék\",\"wYiAtV\":\"Nincs új fiók regisztráció\",\"UW90md\":\"Nem találhatók címzettek\",\"QoAi8D\":\"Nincs válasz\",\"EK/G11\":\"Még nincsenek válaszok\",\"3sRuiW\":\"Nem találhatók jegyek\",\"yM5c0q\":\"Nincsenek közelgő események\",\"qpC74J\":\"Nem találhatók felhasználók\",\"41dJPO\":\"Nincsenek ÁFA beállítások konfigurálva\",\"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\",\"HVwIsd\":\"Nem ÁFA-s vállalkozások vagy magánszemélyek: 23%-os ír ÁFA alkalmazandó\",\"x5+Lcz\":\"Nincs bejelentkezve\",\"8n10sz\":\"Nem jogosult\",\"BwJKBw\":\"/\",\"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.\"],\"lQgMLn\":\"Iroda vagy helyszín neve\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Offline fizetés\",\"nO3VbP\":[\"Értékesítésben \",[\"0\"]],\"2r6bAy\":\"Miután befejezte a frissítést, a régi fiókját csak visszatérítésekre használjuk.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Online esemény\",\"bU7oUm\":\"Csak az ilyen státuszú megrendelésekre küldje el\",\"M2w1ni\":\"Csak promóciós kóddal látható\",\"N141o/\":\"Stripe irányítópult megnyitása\",\"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\",\"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\",\"0UZTSq\":\"Rendelés pénzneme\",\"HdmwrI\":\"Rendelés e-mail\",\"bwBlJv\":\"Rendelés keresztnév\",\"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\",\"Pc729f\":\"A rendelés offline fizetésre vár\",\"F4NXOl\":\"Rendelés vezetéknév\",\"RQCXz6\":\"Rendelési limitek\",\"SO9AEF\":\"Rendelési limitek beállítva\",\"5RDEEn\":\"Rendelés nyelve\",\"vu6Arl\":\"Megrendelés fizetettként megjelölve\",\"sLbJQz\":\"Rendelés nem található\",\"kvYpYu\":\"Rendelés nem található\",\"i8VBuv\":\"Rendelésszám\",\"FaPYw+\":\"Megrendelő\",\"eB5vce\":\"Megrendelők meghatározott termékkel\",\"CxLoxM\":\"Megrendelők termékekkel\",\"DoH3fD\":\"Rendelés fizetésre vár\",\"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\",\"KndP6g\":\"Rendelés URL\",\"3NT0Ck\":\"Rendelés törölve lett\",\"sd5IMt\":\"Befejezett rendelések\",\"5It1cQ\":\"Exportált megrendelések\",\"UQ0ACV\":\"Rendelések összesen\",\"B/EBQv\":\"Rendelések:\",\"qtGTNu\":\"Organikus fiókok\",\"ucgZ0o\":\"Szervezet\",\"S3CZ5M\":\"Szervezői irányítópult\",\"Uu0hZq\":\"Szervező e-mail\",\"Gy7BA3\":\"Szervező e-mail címe\",\"SQqJd8\":\"Szervező nem található\",\"wpj63n\":\"Szervezői beállítások\",\"coIKFu\":\"A szervezői statisztikák nem érhetők el a kiválasztott pénznemhez, vagy hiba történt.\",\"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\",\"/IX/7x\":\"Egyéb\",\"RsiDDQ\":\"Egyéb listák (Jegy nem szerepel)\",\"qMASRF\":\"Kimenő üzenetek\",\"6/dCYd\":\"Áttekintés\",\"6WdDG7\":\"Oldal\",\"8uqsE5\":\"Az oldal már nem elérhető\",\"QkLf4H\":\"Oldal URL-címe\",\"sF+Xp9\":\"Oldal megtekintések\",\"c+suC6\":\"Fizetett fiókok\",\"QIxRUI\":\"Fizetős, ingyenes, szintezett árazású és adományalapú jegyek\",\"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\",\"xTPjSy\":\"Múltbeli események\",\"/l/ckQ\":\"URL beillesztése\",\"URAE3q\":\"Szüneteltetve\",\"4fL/V7\":\"Fizetés\",\"OZK07J\":\"Fizessen a feloldáshoz\",\"c2/9VE\":\"Adattartalom\",\"TskrJ8\":\"Fizetés és terv\",\"5cxUwd\":\"Fizetés dátuma\",\"ENEPLY\":\"Fizetési mód\",\"EyE8E6\":\"Fizetésfeldolgozás\",\"8Lx2X7\":\"Fizetés megérkezett\",\"vcyz2L\":\"Fizetési beállítások\",\"fx8BTd\":\"Fizetések nem elérhetők\",\"51U9mG\":\"A fizetések megszakítás nélkül folytatódnak\",\"UkM20g\":\"Áttekintésre vár\",\"dPYu1F\":\"Résztvevőnként\",\"VlXNyK\":\"Rendelésenként\",\"hauDFf\":\"Jegyenként\",\"mnF83a\":\"Százalékos díj\",\"2ueYqG\":\"Százalékos díj (0-100%)\",\"K2PPlT\":\"A százalékos díjnak 0 és 100 között kell lennie\",\"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\",\"6kPk3+\":\"Személyes adatok\",\"zmwvG2\":\"Telefon\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Pénztár utáni üzenet\",\"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\",\"+4yRWM\":\"Jegy ára\",\"a5jvSX\":\"Ár szintek\",\"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\",\"ldVIlB\":\"Termék frissítve\",\"JoKGiJ\":\"Promóciós kód\",\"k3wH7i\":\"Promóciós kód felhasználás és kedvezmény bontás\",\"uEhdRh\":\"Csak promócióval\",\"dLm8V5\":\"A promóciós e-mailek fiók felfüggesztéshez vezethetnek\",\"EEYbdt\":\"Közzététel\",\"evDBV8\":\"Esemény közzététele\",\"dsFmM+\":\"Megvásárolt\",\"Vw0KCJ\":\"QR kód bejelentkezés\",\"oWXNE5\":\"Menny.\",\"k/bJj0\":\"Kérdések átrendezve\",\"b24kPi\":\"Várakozási sor\",\"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\",\"spsZys\":\"Készen áll a frissítésre? Ez csak néhány percet vesz igénybe.\",\"vt9xUl\":\"Valós idejű elemzések\",\"xzRvs4\":[\"Termékfrissítések fogadása a \",[\"0\"],\"-től.\"],\"pLXbi8\":\"Legutóbbi fiók regisztrációk\",\"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\",\"Edm6av\":\"Stripe újracsatlakoztatása →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Átirányítás a Stripe-ra...\",\"pnoTN5\":\"Ajánlási fiókok\",\"ACKu03\":\"Előnézet frissí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\",\"CQeZT8\":\"Jelentés nem található\",\"JEPMXN\":\"Új link kérése\",\"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:\",\"kCn6wb\":\"Visszaállítás...\",\"6gRgw8\":\"Újrapróbálás\",\"1BG8ga\":\"Összes újrapróbálása\",\"rDC+T6\":\"Feladat újrapróbálása\",\"CbnrWb\":\"Vissza az eseményhez\",\"Oo/PLb\":\"Bevételi összefoglaló\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Értékesítés véget ért \",[\"0\"]],\"loCKGB\":[\"Értékesítés vége \",[\"0\"]],\"wlfBad\":\"Értékesítési időszak\",\"5CDM6r\":\"Értékesítési időszak beállítva\",\"ftzaMf\":\"Értékesítési időszak, rendelési limitek, láthatóság\",\"zpekWp\":[\"Értékesítés kezdete \",[\"0\"]],\"mUv9U4\":\"Értékesítések\",\"9KnRdL\":\"Értékesítés szüneteltetve\",\"3VnlS9\":\"Értékesítések, rendelések és teljesítménymutatók minden eseményhez\",\"3Q1AWe\":\"Értékesítések:\",\"B4nE3N\":\"Minta jegyár\",\"8BRPoH\":\"Minta helyszín\",\"DyBPvP\":\"Konfiguráció mentése\",\"KZrfYJ\":\"Közösségi linkek mentése\",\"9Y3hAT\":\"Sablon mentése\",\"C8ne4X\":\"Jegytervezés mentése\",\"6/TNCd\":\"ÁFA beállítások mentése\",\"I+FvbD\":\"Beolvasás\",\"QS1Nla\":\"Ütemezés későbbre\",\"NAzVVw\":\"Üzenet ütemezése\",\"4ba0NE\":\"Ütemezett\",\"qcP/8K\":\"Ütemezett időpont\",\"ftNXma\":\"Partnerek 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...\",\"VT+urE\":\"Keresés név vagy e-mail alapján...\",\"GHdjuo\":\"Keresés név, e-mail vagy fiók 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...\",\"BWF1kC\":\"Üzenetek keresése...\",\"Mck5ht\":\"Biztonságos pénztár\",\"p7xUrt\":\"Válasszon egy kategóriát\",\"3IcxS1\":\"Válasszon konfigurációt\",\"e4L7bF\":\"Válasszon egy üzenetet a tartalom megtekintéséhez\",\"zPRPMf\":\"Válasszon szintet\",\"BFRSTT\":\"Fiók kiválasztása\",\"mCB6Je\":\"Összes kiválasztása\",\"a6+167\":\"Válasszon eseményt\",\"kYZSFD\":\"Válasszon egy szervezőt az irányítópultjának és eseményeinek megtekintéséhez.\",\"CFbaPk\":\"Résztvevő csoport kiválasztása\",\"hJmVtD\":\"Ország kiválasztása\",\"tVW/yo\":\"Pénznem 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\",\"1nhy8G\":\"Szkenner típus kiválasztása\",\"KizCK7\":\"Kezdés dátumának és idejének kiválasztása\",\"dJZTv2\":\"Kezdési idő kiválasztása\",\"3hJUtr\":\"Válassza ki az országot, ahol az ÁFA regisztrálva van\",\"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.\",\"5Ds0vl\":\"Válassza ki, melyik díjkonfiguráció vonatkozik erre a fiókra. A fix díjak a fizetéskor az order pénznemére kerülnek átváltásra.\",\"ylXj1N\":\"Kiválasztva\",\"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\",\"QEQlnV\":\"Küldje el első üzenetét\",\"IoAuJG\":\"Küldés...\",\"h69WC6\":\"Elküldve\",\"BVu2Hz\":\"Küldte\",\"SPdzrs\":\"Elküldve a vásárlóknak, amikor rendelést adnak le\",\"LxSN5F\":\"Elküldve minden résztvevőnek a jegy részleteivel\",\"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.\",\"s0FkEx\":\"Bejelentkezési listák beállítása különböző bejáratokhoz, munkamenetekhez vagy napokhoz.\",\"xMO+Ao\":\"Állítsa be szervezetét\",\"C3htzi\":\"Beállítás frissítve\",\"Ohn74G\":\"Beállítás és tervezés\",\"GG7qDw\":\"Partnerlink megosztása\",\"hL7sDJ\":\"Szervezői oldal megosztása\",\"jy6QDF\":\"Megosztott kapacitás kezelés\",\"cMW+gm\":[\"Összes platform megjelenítése (további \",[\"0\"],\" értékkel)\"],\"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\",\"t1LIQW\":[[\"0\"],\" / \",[\"totalRows\"],\" rekord megjelenítése\"],\"jVRHeq\":\"Regisztrált\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Közösségi\",\"d0rUsW\":\"Közösségi linkek\",\"j/TOB3\":\"Közösségi linkek és weboldal\",\"s9KGXU\":\"Eladva\",\"5qOnWX\":\"Elfogyott termékek várólistája\",\"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.\",\"H6Gslz\":\"Elnézést a kellemetlenségért.\",\"wdxz7K\":\"Forrás\",\"7JFNej\":\"Sport\",\"JcQp9p\":\"Kezdés dátuma és ideje\",\"0m/ekX\":\"Kezdés dátuma és ideje\",\"izRfYP\":\"Kezdés dátuma kötelező\",\"2R1+Rv\":\"Az esemény kezdési ideje\",\"2NbyY/\":\"Statisztikák\",\"GVUxAX\":\"A statisztikák a fiók létrehozásának dátumán alapulnak\",\"DRykfS\":\"Még mindig feldolgozza a régebbi tranzakciók visszatérítéseit.\",\"wuV0bK\":\"Megszemélyesítés leállítása\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe csatlakoztatva\",\"aKtF0O\":\"Stripe nincs csatlakoztatva\",\"9i0++A\":\"Stripe fizetési azonosító\",\"/QlTE4\":\"A Stripe beállítás már kész.\",\"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\",\"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\",\"kj7zYe\":\"Webhook sikeresen frissítve\",\"dXoieq\":\"Összefoglaló\",\"/RfJXt\":[\"Nyári Zenei Fesztivál \",[\"0\"]],\"CWOPIK\":\"Nyári Zenei Fesztivál 2025\",\"UaISq3\":\"Svéd\",\"JZTQI0\":\"Szervező váltása\",\"9YHrNC\":\"Rendszer alapértelmezett\",\"XX32BM\":\"Csak néhány percet vesz igénybe\",\"yT6dQ8\":\"Beszedett adók adótípus és esemény szerint csoportosítva\",\"Ye321X\":\"Adó neve\",\"WyCBRt\":\"Adó összefoglaló\",\"GkH0Pq\":\"Adók és díjak alkalmazva\",\"Rwiyt2\":\"Adók konfigurálva\",\"iQZff7\":\"Adók, díjak, láthatóság, értékesítési időszak, termék kiemelés és rendelési limitek\",\"BW6QAz\":\"Csapat kezelés\",\"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.\",\"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!\",\"lhAWqI\":\"Köszönjük támogatását, miközben tovább fejlődünk és fejlesztjük a Hi.Events-et!\",\"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.\",\"MJm4Tq\":\"A rendelés pénzneme\",\"cDHM1d\":\"Az e-mail cím megváltozott. A résztvevő új jegyet kap a frissített e-mail címre.\",\"I/NNtI\":\"Az esemény helyszíne\",\"tXadb0\":\"A keresett esemény jelenleg nem elérhető. Lehet, hogy eltávolították, lejárt, vagy az URL hibás.\",\"EBzPwC\":\"Az esemény teljes címe\",\"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.\",\"5OmEal\":\"A vásárló nyelve\",\"sYLeDq\":\"A keresett szervező nem található. Lehet, hogy az oldalt áthelyezték, törölték, vagy az URL hibás.\",\"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\",\"z0KrIG\":\"Az ütemezett időpont megadása kötelező\",\"EWErQh\":\"Az ütemezett időpontnak a jövőben kell lennie\",\"DEcpfp\":\"A sablon törzse érvénytelen Liquid szintaxist tartalmaz. Kérjük, javítsa ki és próbálja újra.\",\"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\",\"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.\",\"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\",\"RzEvf5\":\"Ez az esemény véget ért\",\"YClrdK\":\"Ez az esemény még nem került közzétételre.\",\"dFJnia\":\"Ez a szervezőjének neve, amely megjelenik a felhasználók számára.\",\"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\",\"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\",\"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.\",\"0Ew0uk\":\"Ez a jegy most lett beolvasva. Kérjük, várjon mielőtt újra beolvassa.\",\"kvpxIU\":\"Ez értesítésekhez és a felhasználókkal való kommunikációhoz lesz használva.\",\"rhsath\":\"Ez nem lesz látható az ügyfelek számára, de segít azonosítani a partnert.\",\"Mr5UUd\":\"Jegy törölve\",\"0GSPnc\":\"Jegy tervezés\",\"EZC/Cu\":\"Jegy tervezés sikeresen mentve\",\"bbslmb\":\"Jegy tervező\",\"1BPctx\":\"Jegy ehhez:\",\"bgqf+K\":\"Jegytulajdonos e-mail címe\",\"oR7zL3\":\"Jegytulajdonos neve\",\"HGuXjF\":\"Jegytulajdonosok\",\"CMUt3Y\":\"Jegytulajdonosok\",\"awHmAT\":\"Jegy azonosító\",\"6czJik\":\"Jegy logó\",\"OkRZ4Z\":\"Jegy neve\",\"t79rDv\":\"Jegy nem található\",\"6tmWch\":\"Jegy vagy termék\",\"1tfWrD\":\"Jegy előnézet ehhez:\",\"KnjoUA\":\"Jegyár\",\"tGCY6d\":\"Jegy ára\",\"pGZOcL\":\"Jegy sikeresen újraküldve\",\"8jLPgH\":\"Jegy típusa\",\"X26cQf\":\"Jegy URL\",\"8qsbZ5\":\"Jegyértékesítés\",\"zNECqg\":\"jegyek\",\"6GQNLE\":\"Jegyek\",\"NRhrIB\":\"Jegyek és termékek\",\"EUnesn\":\"Elérhető jegyek\",\"AGRilS\":\"Eladott jegyek\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"Címzett\",\"nniGTr\":\"A konfigurációk szerkesztéséhez lépjen a Konfigurációk részhez az admin menüben.\",\"tiI71C\":\"A korlátozások emeléséhez lépjen kapcsolatba velünk\",\"BZBYf3\":\"Hitelkártyás fizetések fogadásához csatlakoztatnia kell Stripe-fiókját. A Stripe a fizetésfeldolgozó partnerünk, amely biztosítja a biztonságos tranzakciókat és az időben történő kifizetéseket.\",\"W428WC\":\"Oszlopok kapcsolása\",\"UBSG1X\":\"Legjobb szervezők (Elmúlt 14 nap)\",\"3sZ0xx\":\"Összes fiók\",\"EaAPbv\":\"Fizetett teljes összeg\",\"SMDzqJ\":\"Összes résztvevő\",\"orBECM\":\"Összesen beszedve\",\"k5CU8c\":\"Összes bejegyzés\",\"4B7oCp\":\"Összesített díj\",\"KSDwd5\":\"Összes megrendelés\",\"vb0Q0/\":\"Összes felhasználó\",\"oJjplO\":\"Összes megtekintés\",\"orluER\":\"Kövesse nyomon a fióknövekedést és teljesítményt hozzárendelési forrás szerint\",\"NHq3l1\":\"Értékesítések, bevételek és látogatottság nyomon követése részletes jelentésekkel\",\"OpKMSn\":\"Tranzakciós díj:\",\"uKOFO5\":\"Igaz, ha offline fizetés\",\"9GsDR2\":\"Igaz, ha fizetés folyamatban\",\"ouM5IM\":\"Próbáljon másik e-mailt\",\"3DZvE7\":\"Próbálja ki a Hi.Events-et ingyen\",\"Kz91g/\":\"Török\",\"GdOhw6\":\"Hang kikapcsolása\",\"KUOhTy\":\"Hang bekapcsolása\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Jegy típusa\",\"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\",\"n57zCW\":\"Nem hozzárendelt fiókok\",\"b9SN9q\":\"Egyedi rendelési hivatkozás\",\"Ef7StM\":\"Ismeretlen\",\"ZBAScj\":\"Ismeretlen résztvevő\",\"ZkS2p3\":\"Esemény visszavonása\",\"X13xGn\":\"Nem megbízható\",\"Pp1sWX\":\"Partner frissítése\",\"KMMOAy\":\"Frissítés elérhető\",\"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ő\",\"WBq1/R\":\"USB szkenner már aktív\",\"EV30TR\":\"USB szkenner mód aktiválva. Kezdje el a jegyek beolvasását most.\",\"fovJi3\":\"USB szkenner mód deaktiválva\",\"hli+ga\":\"USB/HID szkenner\",\"OHJXlK\":\"Használjon <0>Liquid sablonokat az e-mailek személyre szabásához\",\"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\",\"rnoQsz\":\"Határok, kiemelések és QR kód stílusához használva\",\"BV4L/Q\":\"UTM elemzés\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Érvényes\",\"GuXjc5\":\"Érvényesítve\",\"imLQ9Y\":\"ÁFA szám érvényesítése...\",\"cK9+xQ\":\"ÁFA ország\",\"sqdl5s\":\"ÁFA információk\",\"UjNWsF\":\"ÁFA alkalmazható a platform díjakra az ÁFA regisztrációs státuszától függően. Kérjük, töltse ki az alábbi ÁFA információs részt.\",\"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\",\"CZomgW\":\"ÁFA regisztrált\",\"PCRCCN\":\"ÁFA regisztrációs információk\",\"oSDBWm\":\"ÁFA beállítások\",\"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.\",\"R6n7j9\":\"ÁFA beállítások sikeresen 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ő\",\"AdWhjZ\":\"Ellenőrző kód\",\"QDEWii\":\"Ellenőrzött\",\"wCKkSr\":\"E-mail ellenőrzése\",\"/IBv6X\":\"Ellenőrizze e-mail címét\",\"e/cvV1\":\"Ellenőrzés...\",\"fROFIL\":\"Vietnámi\",\"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\",\"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\",\"wPRp9Z\":\"Csak a bejelentkezési személyzet látja. Segít azonosítani ezt a listát bejelentkezéskor.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Várakozik\",\"quR8Qp\":\"Fizetésre vár\",\"u0n+wz\":\"Várólista\",\"3RXFtE\":\"Waitlist Enabled\",\"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.\",\"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.\",\"HJKdzP\":\"Hiba történt az oldal betöltésekor. Kérjük, próbálja újra.\",\"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.\",\"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.\",\"Uo5ddP\":[\"E-mailben értesítjük, ha felszabadul egy hely a(z) \",[\"0\"],\" számára.\"],\"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.\",\"zCdObC\":\"Hivatalosan Írországba 🇮🇪 költöztettük a székhelyünket. Ennek az átállásnak részeként most a Stripe Ireland-ot használjuk a Stripe Canada helyett. A kifizetések zökkenőmentes folytatásához újra kell csatlakoztatnia a Stripe fiókját.\",\"jh2orE\":\"Átköltöztettük a székhelyünket Írországba. Ennek eredményeként újra kell csatlakoztatnia a Stripe fiókját. Ez a gyors folyamat csak néhány percet vesz igénybe. Az értékesítései és meglévő adatai teljesen érintetlenek maradnak.\",\"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\",\"CThMKa\":\"Webhook naplók\",\"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\",\"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.\"],\"FaSXqR\":\"Milyen típusú esemény?\",\"f30uVZ\":\"Mit kell tennie:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Amikor egy bejelentkezés törölve lett\",\"Gmd0hv\":\"Amikor új résztvevő 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 válnak elérhetővé.\",\"Q7CWxp\":\"Amikor egy résztvevő le lett mondva\",\"IuUoyV\":\"Amikor egy résztvevő bejelentkezett\",\"nBVOd7\":\"Amikor egy résztvevő 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.\",\"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.\",\"uchB0M\":\"Widget előnézet\",\"uvIqcj\":\"Műhely\",\"EpknJA\":\"Írja ide üzenetét...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"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?\",\"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.\",\"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.\",\"FgRxRP\":\"Mindig Ön birtokolja a résztvevői adatok 100%-át\",\"88cUW+\":\"Ön kap\",\"U3wiCB\":\"Minden rendben! A fizetések simán feldolgozásra kerülnek.\",\"MNFIxz\":[\"El fog menni ide: \",[\"0\"],\"!\"],\"qGZz0m\":\"Felkerült a várólistára!\",\"/5HL6k\":\"Helyet ajánlottak neked!\",\"p/Sa0j\":\"Fiókjának üzenetküldési korlátai vannak. A korlátozások emeléséhez lépjen kapcsolatba velünk\",\"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!\",\"R02pnV\":\"Eseménye élőnek kell lennie, mielőtt jegyeket értékesíthetne a résztvevőknek.\",\"hDNwnf\":\"Az Ön logója, színei és stílusa minden oldalon\",\"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\",\"6heFYY\":\"A Stripe fiókja csatlakoztatva van és feldolgozza a fizetéseket.\",\"vvO1I2\":\"Stripe fiókja csatlakoztatva van, és készen áll a fizetések feldolgozására.\",\"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\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Termékek keresése\"],\"+23bI/\":[\"Patrik\"],\"+2ZJ7N\":[\"Adatok másolása az első résztvevőhöz\"],\"+4yRWM\":[\"Jegy ára\"],\"+4zM7f\":[\"Azonnali kifizetés Stripe Connect-en keresztül\"],\"+5Mlle\":[\"Kérjük, várjon, amíg előkészítjük megrendeléseit az exportálásra...\"],\"+8bmSu\":[\"Kalifornia\"],\"+CeSxK\":[\"Bejelentkezési lista sikeresen törölve\"],\"+FWjhR\":[\"Kifutott az időből a megrendelés befejezéséhez.\"],\"+G/XiQ\":[\"Év elejétől napjainkig\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"Irányítószám vagy postai irányítószám\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Lépés kihagyása\"],\"+QARA4\":[\"Művészet\"],\"+WFMis\":[\"Jelentések megtekintése és letöltése az összes eseményéhez. Csak a befejezett rendelések szerepelnek.\"],\"+Y976X\":[\"Nincs megjeleníthető promóciós kód\"],\"+dAKxg\":[\"Nem találhatók konfigurációk\"],\"+eZ7dp\":[\"Offline fizetések\"],\"+fA4C7\":[\"Opciók másolása\"],\"+guao5\":[\"Konfiguráció szerkesztése\"],\"+hBhWk\":[\"A bejelentkezési lista lejárt\"],\"+jIeoh\":[\"Nem találhatók fiókok\"],\"+jw/c1\":[\"Kép törlése\"],\"+pr/FY\":[\"Keresés eseménynév alapján...\"],\"+qqX74\":[\"Eseménynév, leírás és dátumok frissítése\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Kód kötelező\"],\"+zy2Nq\":[\"Típus\"],\"/2by1f\":[\"Állam vagy régió\"],\"/3017M\":[\"Csatlakoztatva a Stripe-hoz\"],\"/4gGIX\":[\"Vágólapra másolás\"],\"/5HL6k\":[\"Helyet ajánlottak neked!\"],\"/5PEQz\":[\"Eseményoldal megtekintése\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Visszatérítve\"],\"/Bh+7r\":[\"Teljesítmény\"],\"/CV2x+\":[\"Biztosan törölni szeretné ezt a résztvevőt? Ez érvényteleníti a jegyét.\"],\"/DNy62\":[\"Nem találtunk jegyeket, amelyek megfelelnek a következőnek: \",[\"0\"]],\"/H326L\":[\"Már visszatérítve\"],\"/HGmW9\":[\"Követhető linkek létrehozása a partnerek jutalmazásához, akik népszerűsítik az eseményét.\"],\"/HkCs4\":[[\"0\"],\" jegy\"],\"/IBv6X\":[\"Ellenőrizze e-mail címét\"],\"/IX/7x\":[\"Egyéb\"],\"/IzmnP\":[\"Kérjük, várjon, amíg előkészítjük számláját...\"],\"/JdZIP\":[\"Hozzárendelt konfiguráció\"],\"/Jizh9\":[\"Válasszon fiókot\"],\"/PN1DA\":[\"Adjon leírást ehhez a bejelentkezési listához\"],\"/QlTE4\":[\"A Stripe beállítás már kész.\"],\"/RfJXt\":[\"Nyári Zenei Fesztivál \",[\"0\"]],\"/Rj5P4\":[\"Az Ön neve\"],\"/SIY6o\":[\"Keresőoptimalizálási kulcsszavak\"],\"/SgoNA\":[\"Összes adó\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Kijelentkezés\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Nem található hozzárendelési adat\"],\"/bhMdO\":[\"Az én csodálatos eseményem leírása...\"],\"/cSMqv\":[\"Nem sikerült kérdést létrehozni. Kérjük, ellenőrizze adatait.\"],\"/dgc8E\":[\"Esemény dátuma\"],\"/gWrVZ\":[\"Napi bevétel, adók, díjak és visszatérítések az összes eseményen\"],\"/iE8xx\":[\"Hi.Events díj\"],\"/jHBj5\":[\"Partner sikeresen létrehozva\"],\"/jQctM\":[\"Címzett\"],\"/jZOZa\":[\"Szolgáltatási díj\"],\"/l/ckQ\":[\"URL beillesztése\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Díjak\"],\"/p9Fhq\":[\"Korlátlanul elérhető\"],\"/roQKz\":[\"Százalék\"],\"/sV91a\":[\"Díjkezelés\"],\"/u4DIx\":[\"Eladott termékek\"],\"/xC/im\":[\"Számlázási beállítások\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"A szervező rövid leírása, amely megjelenik a felhasználók számára.\"],\"0+iwE5\":[\"A kérdések újrarendezése sikertelen\"],\"0/+Nn9\":[\"Az üzenetei itt fognak megjelenni\"],\"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.\"],\"0/yJtP\":[\"Üzenet a megrendelőknek meghatározott termékekkel\"],\"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.\"],\"01sEfm\":[\"A rendszer alapértelmezett konfigurációja nem törölhető\"],\"02ePaq\":[\"Válasszon \",[\"0\"]],\"06s3w3\":[\"Termék elrejtése az értékesítés kezdési dátuma előtt\"],\"074+X8\":[\"Nincsenek aktív webhookok\"],\"0Dk/l8\":[\"Keresőoptimalizálási beállítások sikeresen frissítve\"],\"0Ew0uk\":[\"Ez a jegy most lett beolvasva. Kérjük, várjon mielőtt újra beolvassa.\"],\"0GSPnc\":[\"Jegy tervezés\"],\"0GwUT4\":[\"Folytatás\"],\"0I0Hac\":[\"Fontos megjegyzés\"],\"0R3Y+9\":[\"Résztvevő e-mail\"],\"0RXCDo\":[\"Adó vagy díj sikeresen törölve\"],\"0U6E9W\":[\"Eseménykategória kiválasztása\"],\"0UZTSq\":[\"Rendelés pénzneme\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Esemény alapértelmezett beállításai\"],\"0Zypnp\":[\"Admin vezérlőpult\"],\"0aVEBY\":[\"Biztosan törölni szeretné az összes sikertelen feladatot?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"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.\"],\"0m/ekX\":[\"Kezdés dátuma és ideje\"],\"0pC/y6\":[\"Esemény\"],\"0zpgxV\":[\"Opciók\"],\"147G4h\":[\"Biztos, hogy el akarsz menni?\"],\"15qAvl\":[\"Nincs függőben lévő e-mail cím módosítás.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Események teljesítménye\"],\"1BG8ga\":[\"Összes újrapróbálása\"],\"1BPctx\":[\"Jegy ehhez:\"],\"1DBGsz\":[\"Jegyzetek\"],\"1E0vyy\":[\"Nem sikerült betölteni az adatokat. Kérjük, próbálja újra.\"],\"1HfW/F\":[\"Színek\"],\"1Hzev4\":[\"Esemény egyedi sablon\"],\"1J/AWD\":[\"Jegy megtekintése\"],\"1JnTgU\":[\"Másolva a fentiekből\"],\"1JwlHk\":[\"Termékkategória\"],\"1MAvUY\":[\"Kezelje az esemény fizetési és számlázási beállításait.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"A rendelés sikeresen frissítve\"],\"1SbbH8\":[\"Az ügyfélnek a fizetés után, a rendelésösszegző oldalon jelenik meg.\"],\"1USFWA\":[\"Termék sikeresen törölve\"],\"1UzENP\":[\"Nem\"],\"1WnhCL\":[\"Fizetési beállítások\"],\"1Xxb9f\":[\"Fizetésfeldolgozás csatlakoztatása\"],\"1YMS+X\":[\"Esemény létrehozása, kérjük, várjon.\"],\"1Ycaad\":[\"Termék sikeresen frissítve\"],\"1ZKm04\":[\"Ez a fiók ÁFA-s az EU-ban?\"],\"1ZaQUH\":[\"Vezetéknév\"],\"1bZAZA\":[\"Alapértelmezett sablon lesz használva\"],\"1d6kks\":[\"+Adó/Díjak\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Megrendelések\"],\"1jRD0v\":[\"Üzenet a résztvevőknek meghatározott jegyekkel\"],\"1jUg5D\":[\"Felajánlva\"],\"1k0Mp4\":[\"Ez a bejelentkezési lista még nem aktív.\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Visszatérítési értesítő e-mail küldése\"],\"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.\"],\"1m+YT2\":[\"A kötelező kérdésekre válaszolni kell, mielőtt az ügyfél fizethetne.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Szkenner típus kiválasztása\"],\"1njn7W\":[\"Világos\"],\"1oPDuj\":[\"Hozzárendelési érték\"],\"1qY5Ue\":[\"A link lejárt vagy érvénytelen\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Írja be az ÁFA számot az országkóddal együtt\"],\"1tfWrD\":[\"Jegy előnézet ehhez:\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Kiemelő szín\"],\"1vBhpG\":[\"Első résztvevő\"],\"1z26sk\":[\"Csapattag meghívása\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Értékesítési, résztvevői és pénzügyi jelentések letöltése minden befejezett rendeléshez.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Keresés rendelésszám, vásárló név vagy e-mail alapján...\"],\"22BOve\":[\"A résztvevő sikeresen frissítve\"],\"22Itl6\":[\"Küldjön nekem egy másolatot\"],\"22xieU\":[\"pl. 180 (3 óra)\"],\"237hSL\":[\"Befejezett\"],\"24l4x6\":[\"Termék hozzáadása\"],\"25QDJ1\":[\"- Kattintson a közzétételhez\"],\"261RBr\":[\"Üzenet jóváhagyása\"],\"26pGvx\":[\"Van promóciós kódja?\"],\"29w7p6\":[\"Kép feltöltése...\"],\"2E2O5H\":[\"Testreszabhatja az esemény egyéb beállításait.\"],\"2FzaR1\":[\"Kezelje fizetésfeldolgozását és tekintse meg a platformdíjakat.\"],\"2KAI4N\":[\"CSV exportálása\"],\"2L3vle\":[\"Max üzenetek / 24ó\"],\"2LMsOq\":[\"Utolsó 12 hónap\"],\"2NLjA6\":[\"A borítókép a szervezői oldal tetején jelenik meg\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Statisztikák\"],\"2O7Ybb\":[\"Ajánlat időkorlát\"],\"2POOFK\":[\"Ingyenes\"],\"2R1+Rv\":[\"Az esemény kezdési ideje\"],\"2RZK9x\":[\"Nem találtuk a keresett rendelést. A link lejárhatott, vagy a rendelés adatai megváltozhattak.\"],\"2VLZwd\":[\"Cselekvésre ösztönző gomb\"],\"2X4ecw\":[\"Webhook sikeresen törölve\"],\"2bR+8v\":[\"Összes bruttó értékesítés\"],\"2cUopP\":[\"Kérjük, indítsa újra a pénztári folyamatot.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Csatlakozott\"],\"2hGPQG\":[\"Példák: \\\"Póló méret\\\", \\\"Étkezési preferencia\\\", \\\"Munkakör\\\"\"],\"2iZEz7\":[\"Válasz szerkesztése\"],\"2q/Q7x\":[\"Láthatóság\"],\"2r6bAy\":[\"Miután befejezte a frissítést, a régi fiókját csak visszatérítésekre használjuk.\"],\"2rHwhl\":[\"Offline fizetésre vár\"],\"2tbLdK\":[\"Jótékonyság\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Százalékos díj (0-100%)\"],\"31KB8w\":[\"Minden sikertelen feladat törölve\"],\"352VU2\":[\"Nincs fiókja? <0>Regisztráljon\"],\"38KFY0\":[\"Változó beszúrása\"],\"3DZvE7\":[\"Próbálja ki a Hi.Events-et ingyen\"],\"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.\"],\"3EXqwa\":[\"Kategória sikeresen létrehozva\"],\"3F1nBX\":[\"Adomány / Fizess, amennyit szeretnél termék\"],\"3GfR6a\":[\"Írja be a vállalat nevét\"],\"3IEF7U\":[[\"totalCount\"],\" jegytípus\"],\"3IcxS1\":[\"Válasszon konfigurációt\"],\"3Kzsk7\":[\"Ez a termék egy jegy. A vásárlók jegyet kapnak a vásárláskor.\"],\"3LtiBI\":[\"Kedvezmény \",[\"0\"],\"-ban\"],\"3NT0Ck\":[\"Rendelés törölve lett\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Értékesítések:\"],\"3R/Tu2\":[\"Alapértelmezett díjkezelés\"],\"3RQ81z\":[\"Minden személy e-mailt kap egy foglalt hellyel a vásárlás befejezéséhez.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Kapcsolódás a Stripe-hoz\"],\"3VnlS9\":[\"Értékesítések, rendelések és teljesítménymutatók minden eseményhez\"],\"3Z223G\":[\"Hiba az e-mail cím megerősítésekor\"],\"3ZI8IL\":[\"El kell fogadnia a feltételeket.\"],\"3bR1r4\":[\"Adja meg a partner e-mail címét (opcionális)\"],\"3buiaw\":[\"Platform díjak jelentés\"],\"3cKoxx\":[\"Konfigurációk\"],\"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.\"],\"3ep0Gx\":[\"Általános információk a szervezőjéről\"],\"3hJUtr\":[\"Válassza ki az országot, ahol az ÁFA regisztrálva van\"],\"3oSV95\":[\"Terméksor kiválasztása\"],\"3ogkAk\":[\"Esemény másolása\"],\"3pykXZ\":[\"Banki átutalások, csekkek vagy egyéb offline fizetési módok elfogadása\"],\"3sRuiW\":[\"Nem találhatók jegyek\"],\"3sVRey\":[\"Jegyek felajánlása\"],\"3sZ0xx\":[\"Összes fiók\"],\"3suLF0\":[\"Kapacitás-hozzárendelés sikeresen frissítve\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Testreszabhatja szervezői oldalának megjelenését.\"],\"3wF4Q/\":[\"Fizetésre vár\"],\"3wV73y\":[\"Város\"],\"3y+V4p\":[\"Szervezet címe\"],\"3yNuBV\":[\"ÁFA beállítások szerkesztése\"],\"3yiej1\":[\"pl. 23.5 23.5%-ért\"],\"3zRbWw\":[\"Keresés név, e-mail vagy rendelési szám alapján...\"],\"4+am6b\":[\"Nem, maradok itt\"],\"4/If97\":[\"Esemény állapotának frissítése sikertelen. Kérjük, próbálja újra később.\"],\"4/kP5a\":[\"Ha nem nyílt meg automatikusan új lap, kérjük, kattintson az alábbi gombra a fizetés folytatásához.\"],\"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ó.\"],\"40Gx0U\":[\"Időzóna\"],\"41BQ3k\":[\"Kapcsolattartási e-mail\"],\"41dJPO\":[\"Nincsenek ÁFA beállítások konfigurálva\"],\"45Srzt\":[\"Nem sikerült törölni a kategóriát. Kérjük, próbálja újra.\"],\"48Y16Q\":[\"Befejezés ideje (opcionális)\"],\"48rf3i\":[\"Az üzenet nem haladhatja meg az 5000 karaktert\"],\"4B7oCp\":[\"Összesített díj\"],\"4CETZY\":[\"Útvonal\"],\"4D3rRj\":[\"Vissza a profilhoz\"],\"4DSz7Z\":[\"Keresés tárgy, esemény vagy fiók alapján...\"],\"4GLxhy\":[\"Első lépések\"],\"4GhX3c\":[\"Nincsenek Webhookok\"],\"4H80qv\":[\"Megrendelés sikeresen frissítve\"],\"4HVzhV\":[\"Résztvevők:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Esemény nem elérhető\"],\"4K2OjV\":[\"Esemény helyszíne\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"Keresőoptimalizálás\"],\"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.\"],\"4WT5tD\":[\"🎨 Eseményoldal testreszabása\"],\"4Y2FZT\":[\"Termék ár típusa\"],\"4bUH9i\":[\"Résztvevő adatok gyűjtése minden megvásárolt jegyhez.\"],\"4ba0NE\":[\"Ütemezett\"],\"4fL/V7\":[\"Fizetés\"],\"4kEGqW\":[\"Logó feltöltése a szervezőhöz\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Adjon meg további kontextust vagy utasításokat ehhez a kérdéshez. Ezt a mezőt használja a feltételek, irányelvek vagy bármilyen fontos információ hozzáadására, amelyet a résztvevőknek tudniuk kell a válaszadás előtt.\"],\"4lVaWA\":[\"Offline fizetésre vár\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"A keresztnév kötelező\"],\"4qmnU8\":[\"Kapcsolja össze a Stripe fiókját a fizetések fogadásához.\"],\"4rnJq4\":[\"Beágyazási szkript\"],\"4ueloy\":[\"Mi az a kategória?\"],\"4wUIjX\":[\"Tegye élővé eseményét\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"ÁFA érvényesítési szolgáltatás átmenetileg nem elérhető\"],\"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.\"],\"51U9mG\":[\"A fizetések megszakítás nélkül folytatódnak\"],\"54GxeB\":[\"Nincs hatása a jelenlegi vagy múltbeli tranzakciókra\"],\"54MPqC\":[\"pl. Alap, Prémium, Vállalati\"],\"54q0zp\":[\"Jegyek ehhez:\"],\"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.\"],\"5670b9\":[\"Nem sikerült jegyeket felajánlani\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"jegy\"],\"5CDM6r\":[\"Értékesítési időszak beállítva\"],\"5CQ+r0\":[\"Engedélyezze a be nem fizetett megrendelésekhez társított résztvevők bejelentkezését\"],\"5CiNPm\":[\"Jegy újraküldése\"],\"5Ds0vl\":[\"Válassza ki, melyik díjkonfiguráció vonatkozik erre a fiókra. A fix díjak a fizetéskor az order pénznemére kerülnek átváltásra.\"],\"5F7SYw\":[\"Részleges visszatérítés\"],\"5FSIzj\":[\"Kérjük, vegye figyelembe\"],\"5H3Z78\":[\"Biztosan törölni szeretné ezt a webhookot?\"],\"5It1cQ\":[\"Exportált megrendelések\"],\"5K8REg\":[\"Ez a megrendelés már visszatérítésre került.\"],\"5LAZwq\":[\"Megszemélyesítés elindítva\"],\"5LDT6f\":[\"Nézze meg ezt az eseményt!\"],\"5N4wLD\":[\"Milyen típusú kérdés ez?\"],\"5OmEal\":[\"A vásárló nyelve\"],\"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.\"],\"5RDEEn\":[\"Rendelés nyelve\"],\"5ShqeM\":[\"A keresett bejelentkezési lista nem létezik.\"],\"5T2HxQ\":[\"Aktiválás dátuma\"],\"5UbY+B\":[\"Résztvevők meghatározott jeggyel\"],\"5VGIlq\":[\"Elérte az üzenetküldési korlátot.\"],\"5YrKW7\":[\"Fejezze be a fizetést a jegyek biztosításához.\"],\"5b3QLi\":[\"Az Ön csomagja\"],\"5cxUwd\":[\"Fizetés dátuma\"],\"5lcVkL\":[\"Csatlakozási adatok\"],\"5mpF6N\":[\"Fix díj összege \",[\"currencyCode\"],\" valutában\"],\"5n+Wwp\":[\"Szervező sikeresen frissítve\"],\"5qOnWX\":[\"Elfogyott termékek várólistája\"],\"5slqwZ\":[\"Hozza létre eseményét\"],\"5tT0+u\":[\"Érvénytelen e-mail formátum\"],\"5tl0Bp\":[\"Regisztrációs kérdések\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Termék elrejtése az ügyfelek elől\"],\"6/TNCd\":[\"ÁFA beállítások mentése\"],\"6/dCYd\":[\"Áttekintés\"],\"60u+dQ\":[\"A borítókép az eseményoldal tetején jelenik meg\"],\"621rYf\":[\"Fizetés\"],\"62Ciis\":[\"Oldalsáv bezárása\"],\"65A04M\":[\"Spanyol\"],\"67NsZP\":[\"Esemény létrehozása...\"],\"67OJ7t\":[\"Rendelés megtekintése\"],\"68Axnm\":[\"Hiba történt a kérés feldolgozása során. Kérjük, próbálja újra.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Jegyek\"],\"6HK5Ct\":[\"Befejezett megrendelések\"],\"6IwNUc\":[\"E-mail sablonok\"],\"6JzK4N\":[\"Link a jegyhez\"],\"6K/IHl\":[\"Íme egy példa, hogyan használhatja a komponenst az alkalmazásában.\"],\"6K0GjX\":[\"A szöveg nehezen olvasható lehet\"],\"6KnyG0\":[\"E-mail megadása\"],\"6MIiOI\":[[\"0\"],\" maradt\"],\"6PNlRV\":[\"Adja hozzá ezt az eseményt a naptárához\"],\"6PecK3\":[\"Részvétel és bejelentkezési arányok minden eseményen\"],\"6RmHKN\":[\"Elsődleges szín\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Másolva\"],\"6WdDG7\":[\"Oldal\"],\"6YtxFj\":[\"Név\"],\"6Z/F61\":[\"Nincs megjeleníthető adat. Kérjük, válasszon dátumtartományt.\"],\"6a/UJE\":[\"Sajnáljuk, ez a promóciós kód nem felismerhető.\"],\"6aXq+t\":[\"Tárgy:\"],\"6bBh3/\":[\"Fix díj\"],\"6czJik\":[\"Jegy logó\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Megrendelés állapotok\"],\"6euFZ/\":[\"Az összes új termékre automatikusan alkalmazásra kerül egy alapértelmezett \",[\"type\"],\" típus. Ezt termékenként felülírhatja.\"],\"6fLyj/\":[\"Ha nem Ön kérte ezt a módosítást, kérjük, azonnal változtassa meg jelszavát.\"],\"6fuA9p\":[\"Esemény sikeresen másolva\"],\"6gRgw8\":[\"Újrapróbálás\"],\"6heFYY\":[\"A Stripe fiókja csatlakoztatva van és feldolgozza a fizetéseket.\"],\"6imsQS\":[\"Kínai (egyszerűsített)\"],\"6jYQGG\":[\"Nincsenek múltbeli események\"],\"6kPk3+\":[\"Személyes adatok\"],\"6kdXbW\":[\"Promóciós kód létrehozása\"],\"6nDzTl\":[\"Jó olvashatóság\"],\"6tmWch\":[\"Jegy vagy termék\"],\"6uwAvx\":[\"Nem törölheti ezt az árszintet, mert már eladtak termékeket ehhez a szinthez. Helyette elrejtheti.\"],\"6xCBVN\":[\"Fizetési és számlázási beállítások sikeresen frissítve\"],\"6zQOg1\":[\"Az ügyfélnek megjelenő ár nem tartalmazza az adókat és díjakat. Külön lesznek feltüntetve.\"],\"7+grte\":[\"Megerősítő e-mail elküldve! Kérjük, ellenőrizze postaládáját.\"],\"7/9RFs\":[\"Kép feltöltése sikertelen.\"],\"70dYC8\":[\"Promóciós kód sikeresen frissítve\"],\"72c5Qo\":[\"Összesen\"],\"73nxDO\":[\"Egyéb beállítások sikeresen frissítve\"],\"73qYgo\":[\"Küldés tesztként\"],\"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.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"A bejelentkezési lista sikeresen létrehozva. Ossza meg az alábbi linket a bejelentkezési személyzettel.\"],\"7B5M35\":[\"Bejelentkezések\"],\"7Bj3x9\":[\"Sikertelen\"],\"7Cx5It\":[\"Korai madár\"],\"7D9MJz\":[\"Stripe beállításának befejezése\"],\"7ER2sc\":[\"Kiemelt\"],\"7JF9w9\":[\"Kérdés hozzáadása\"],\"7JFNej\":[\"Sport\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Műveletek\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Felhasználó\"],\"7VpPHA\":[\"Megerősítés\"],\"7YJdgG\":[\"Megrendelései itt fognak megjelenni, amint beérkeznek.\"],\"7YZofi\":[\"Írjon be egy tárgyat és törzset az előnézet megtekintéséhez\"],\"7dSOhU\":[\"Várólista engedélyezése\"],\"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.\"],\"7hPBBn\":[\"címzett\"],\"7kOMfV\":[\"Esemény sikeresen frissítve\"],\"7ns+do\":[\"Vállalati cím\"],\"7p5kLi\":[\"Irányítópult\"],\"7rLTkE\":[\"Összes archivált esemény\"],\"7vhWI8\":[\"Új jelszó\"],\"7wtpH5\":[\"Sablon aktív\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Név kötelező\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Liquid token beszúrása\"],\"876pfE\":[\"Ügyfél\"],\"87a/t/\":[\"Címke\"],\"88cUW+\":[\"Ön kap\"],\"89xaFU\":[\"Állítsa be az alapértelmezett platformdíj-beállításokat az ezen szervező alatt létrehozott új eseményekhez.\"],\"8AiKIu\":[\"Jegy vagy termék létrehozása\"],\"8BMPMe\":[\"A Webhook nem küld értesítéseket.\"],\"8BRPoH\":[\"Minta helyszín\"],\"8BwQeU\":[\"Beállítás befejezése\"],\"8Etqrl\":[\"Automatikusan jegyet ajánl a következő személynek, amikor kapacitás szabadul fel\"],\"8F1i42\":[\"Oldal nem található\"],\"8KDgYV\":[\"Készítse elő eseményét\"],\"8KmsFa\":[\"Kérjük, válasszon dátumtartományt\"],\"8Lx2X7\":[\"Fizetés megérkezett\"],\"8OhzyY\":[\"Amikor egy termék törölve lett\"],\"8OvVZZ\":[\"Résztvevők szűrése\"],\"8QH2Il\":[\"Ez a kategória el van rejtve a nyilvánosság elől.\"],\"8YBH95\":[\"Bevétel\"],\"8ZsakT\":[\"Jelszó\"],\"8cBtvm\":[\"Elsődleges szövegszín\"],\"8dENF9\":[\"ÁFA a díjon\"],\"8jLPgH\":[\"Jegy típusa\"],\"8k8Njd\":[\"Hány perc áll az ügyfél rendelkezésére a megrendelés befejezéséhez? Legalább 15 percet javaslunk.\"],\"8n10sz\":[\"Nem jogosult\"],\"8oPbg1\":[\"Számlázás engedélyezése\"],\"8pQ3NJ\":[\"Nincs esemény, amely a következő 24 órában kezdődne\"],\"8q0EdE\":[\"Termék hozzáadása kategóriához\"],\"8qsbZ5\":[\"Jegyértékesítés\"],\"8rE61T\":[\"Számlázási cím\"],\"8uOlgz\":[\"Sikertelen időpontja\"],\"8uqsE5\":[\"Az oldal már nem elérhető\"],\"8v2LRU\":[\"Esemény részletek, helyszín, pénztári beállítások és e-mail értesítések konfigurálása.\"],\"8vETh9\":[\"Show\"],\"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.\"],\"8wUjGl\":[\"Lefoglalva eddig:\"],\"8wgkoi\":[\"Nincs megtekintett esemény az elmúlt 14 napban\"],\"8x0pUg\":[\"Biztosan el szeretné távolítani ezt a bejegyzést a várólistáról?\"],\"8z6Y5D\":[\"Visszatérítés feldolgozása\"],\"8zCZQf\":[\"Még nincsenek események\"],\"9+8Vez\":[\"Fennmaradó felhasználások\"],\"9+P7zk\":[\"Nem sikerült létrehozni a terméket. Kérjük, ellenőrizze adatait.\"],\"9/1YKL\":[\"Vezetéknév megadása\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 nappal a befejezési dátum után\"],\"94aQMU\":[\"Résztvevő információk\"],\"96ryID\":[\"Adatok gyűjtése jegyenként\"],\"99ntUF\":[\"Nincs elérhető bejelentkezési lista ehhez az eseményhez.\"],\"9BdS63\":[\"Promóciós kód szerkesztése\"],\"9FQEn8\":[\"Kategória kiválasztása...\"],\"9GsDR2\":[\"Igaz, ha fizetés folyamatban\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Értékesítés szüneteltetve\"],\"9L9/28\":[\"Amikor egy termék elfogy, az ügyfelek csatlakozhatnak egy várólistához, hogy értesítést kapjanak, amikor helyek válnak elérhetővé.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Ez a név látható a végfelhasználók számára\"],\"9N+p+g\":[\"Üzlet\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Résztvevők\"],\"9TO8nT\":[\"Az Ön jelszava\"],\"9Wh+ug\":[\"Partnerek exportálva\"],\"9Y3hAT\":[\"Sablon mentése\"],\"9YHrNC\":[\"Rendszer alapértelmezett\"],\"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.\"],\"9bHCo2\":[\"Díj pénzneme\"],\"9bpUSo\":[\"Partnerek exportálása\"],\"9eF5oV\":[\"Üdvözöljük újra\"],\"9gPPUY\":[\"Bejelentkezési lista létrehozva\"],\"9h7RDh\":[\"Felajánlás\"],\"9i0++A\":[\"Stripe fizetési azonosító\"],\"9jnAcN\":[\"Szervezői honlap megtekintése\"],\"9mZEgt\":[\"Promóciós kód sikeresen létrehozva\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Nem sikerült törölni a résztvevőt.\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Vissza az esemény oldalára\"],\"A4UmDy\":[\"Színház\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Tegye élővé eseményét\"],\"ACKu03\":[\"Előnézet frissítése\"],\"AEuj2m\":[\"Esemény honlapja\"],\"AG/qmQ\":[\"A rádió opció több lehetőséget kínál, de csak egy választható ki.\"],\"AGRilS\":[\"Eladott jegyek\"],\"AGZmwV\":[\"Kép sikeresen feltöltve\"],\"AIF7J2\":[\"Az a pénznem, amelyben a fix díj van meghatározva. A fizetéskor az order pénznemére lesz átváltva.\"],\"AIUkyF\":[\"Navigálás a résztvevőhöz\"],\"AJ4rvK\":[\"Résztvevő törölve\"],\"AKbElk\":[\"EU ÁFA-s vállalkozások: Fordított adózás alkalmazandó (0% - ÁFA irányelv 2006/112/EK 196. cikke)\"],\"APuxIE\":[\"E-mail megerősítés újraküldve\"],\"APyAR/\":[\"Aktív események\"],\"ARBThj\":[\"Alkalmazza ezt a \",[\"type\"],\" típust minden új termékre\"],\"ARkzso\":[\"Adja meg a partner nevét\"],\"ATGYL1\":[\"E-mail cím\"],\"AVpmAa\":[\"Hogyan fizessen offline\"],\"AXXqG+\":[\"Adomány\"],\"AaP0M+\":[\"Ez a színkombináció nehezen olvasható lehet egyes felhasználók számára\"],\"AdWhjZ\":[\"Ellenőrző kód\"],\"AeXO77\":[\"Fiók\"],\"AeejQi\":[\"Mely termékekre kell vonatkoznia ennek a kapacitásnak?\"],\"AfNRFG\":[\"Folytatás gomb szövege\"],\"AhBPHd\":[\"Ezek a részletek csak akkor jelennek meg, ha a megrendelés sikeresen befejeződött. A fizetésre váró megrendelések nem jelenítik meg ezt az üzenetet.\"],\"AhwTa1\":[\"Beavatkozás szükséges: ÁFA információ szükséges\"],\"Ajavq0\":[\"Kérjük, ellenőrizze e-mail címét az e-mail cím megerősítéséhez.\"],\"ApOYO8\":[\"Csodálatos, esemény, kulcsszavak...\"],\"ApsD9J\":[\"Új hozzáadása\"],\"ArHT/C\":[\"Új regisztrációk\"],\"Arzxc1\":[\"Nincsenek várólistás bejegyzések\"],\"Aspq3b\":[\"Résztvevő adatok gyűjtése\"],\"AtXtSw\":[\"Kezelje az adókat és díjakat, amelyek alkalmazhatók a termékeire.\"],\"Auz0Mz\":[\"Erősítse meg e-mail címét az összes funkció eléréséhez.\"],\"B/EBQv\":[\"Rendelések:\"],\"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. \"],\"B2Tpo0\":[\"Érvénytelen e-mail\"],\"B2V3cA\":[\"Esemény megosztása\"],\"B3Mkdt\":[\"Kérdés létrehozása\"],\"B3gPuX\":[\"Megrendelés törölve\"],\"B4nE3N\":[\"Minta jegyár\"],\"B5fpAA\":[\"Konfiguráció sikeresen hozzárendelve\"],\"B7pZfX\":[[\"0\"],\" szervező\"],\"B7w4KY\":[\"Nincsenek más szervezők\"],\"BCmibk\":[\"Próbálkozások\"],\"BDSRuX\":[\"Visszatérítve: \",[\"0\"]],\"BFRSTT\":[\"Fiók kiválasztása\"],\"BGD9Yt\":[\"Jegyek hozzáadása\"],\"BHZbFy\":[\"Egyetlen kérdés megrendelésenként. Pl. Mi a szállítási címe?\"],\"BI7D9d\":[\"Ár nincs beállítva\"],\"BJIEiF\":[\"Sikeresen \",[\"0\"],\" résztvevő\"],\"BJtMTd\":[\"Javasolt méretek: 1950px x 650px, 3:1 arány, maximális fájlméret: 5MB.\"],\"BLTZ42\":[\"Jelszó sikeresen visszaállítva. Kérjük, jelentkezzen be új jelszavával.\"],\"BM/KQm\":[\"Irányítószám vagy postai irányítószám\"],\"BMtue0\":[\"Jelenlegi fizetési szolgáltató\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Új létrehozása\"],\"BRArmD\":[\"Több fiókhoz is hozzáfér. Kérjük, válasszon egyet a folytatáshoz.\"],\"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.\"],\"BTne9e\":[\"Hozzon létre egyedi e-mail sablonokat ehhez az eseményhez, amelyek felülírják a szervező alapértelmezéseit\"],\"BUe8Wj\":[\"A vevő fizet\"],\"BV4L/Q\":[\"UTM elemzés\"],\"BVinvJ\":[\"Példák: \\\"Honnan hallott rólunk?\\\", \\\"Cégnév számlához\\\"\"],\"BVu2Hz\":[\"Küldte\"],\"BW6QAz\":[\"Csapat kezelés\"],\"BWF1kC\":[\"Üzenetek keresése...\"],\"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.\"],\"BZBYf3\":[\"Hitelkártyás fizetések fogadásához csatlakoztatnia kell Stripe-fiókját. A Stripe a fizetésfeldolgozó partnerünk, amely biztosítja a biztonságos tranzakciókat és az időben történő kifizetéseket.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"E-mail előnézet\"],\"BfucwY\":[\"Kezelje felhasználóit és engedélyeiket.\"],\"BiYOdA\":[\"Keresés név alapján...\"],\"Bj/QGQ\":[\"Adjon meg minimális árat, és hagyja, hogy a felhasználók többet fizessenek, ha úgy döntenek.\"],\"Bk06QI\":[\"Stripe csatlakoztatva\"],\"BnlG9U\":[\"A jelenlegi rendelésed el fog veszni.\"],\"BwJKBw\":[\"/\"],\"BxsfMK\":[\"Összes díj\"],\"BzEFor\":[\"vagy\"],\"BzfzPK\":[\"Tételek\"],\"C3htzi\":[\"Beállítás frissítve\"],\"C3nD/1\":[\"Adja meg e-mail címét\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Termékek kiválasztása\"],\"C4nQe5\":[\"A platformdíj hozzáadódik a jegyárhoz. A vevők többet fizetnek, de Ön megkapja a teljes jegyárat.\"],\"C4qOW8\":[\"Rejtett a nyilvánosság elől\"],\"C63rRe\":[\"Kérjük, térjen vissza az esemény oldalára az újrakezdéshez.\"],\"C8HNV2\":[\"Fizetés befejezése\"],\"C8JLas\":[\"Kedvezmény típusa\"],\"C8ne4X\":[\"Jegytervezés mentése\"],\"CBBcly\":[\"Gyakori címmezőket mutat, beleértve az országot is.\"],\"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.\"],\"CELKku\":[\"Számla letöltése\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Résztvevő csoport kiválasztása\"],\"CHzaTD\":[\"Nincs népszerű esemény az elmúlt 14 napban\"],\"CMUt3Y\":[\"Jegytulajdonosok\"],\"CMyVEK\":[\"Biztosan piszkozatba szeretné tenni ezt az eseményt? Ezzel az esemény láthatatlanná válik a nyilvánosság számára.\"],\"CNafaC\":[\"A jelölőnégyzet opciók több kiválasztást is lehetővé tesznek\"],\"CNk/ro\":[\"Ez egy online esemény.\"],\"COnw8D\":[[\"0\"],\" logó\"],\"CPXP5Z\":[\"Partnerek\"],\"CQeZT8\":[\"Jelentés nem található\"],\"CRu4lK\":[\"Bejelentkezve\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Webhook naplók\"],\"CUKVDt\":[\"Márkajelzés a jegyeken egyedi logóval, színekkel és lábléc üzenettel.\"],\"CVw2MU\":[\"Szűrők (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Nyári Zenei Fesztivál 2025\"],\"CWk59I\":[\"Vígjáték\"],\"CZomgW\":[\"ÁFA regisztrált\"],\"CabI04\":[\"Az ÁFA szám nem tartalmazhat szóközöket\"],\"CbnrWb\":[\"Vissza az eseményhez\"],\"CfKofC\":[\"Legördülő menü kiválasztása\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Gomb szövege\"],\"ClwUUD\":[\"Esemény helyszíne és helyszín adatai\"],\"CmoB9j\":[\"Ármegjelenítési mód\"],\"CnZ3Ou\":[\"A jegyei megerősítésre kerültek.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Naptár kiválasztása\"],\"CsTTH0\":[\"Rendelés visszaigazolása sikeresen újraküldve\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Megrendelők termékekkel\"],\"CySr+W\":[\"Kattintson a jegyzet megtekintéséhez\"],\"D+zLDD\":[\"Rejtett\"],\"D02dD9\":[\"Kampány\"],\"D2g7C7\":[\"Minden feladat újrapróbálásra sorba állítva\"],\"D2qlBU\":[\"Résztvevő frissítve\"],\"D3iCkb\":[\"Kezdés dátuma\"],\"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.\"],\"D6+U20\":[\"Bejelentkezés és megrendelés fizetettként jelölése\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Rendelés visszaigazoló és jegy e-mail küldése\"],\"D9zTjx\":[\"Élő események\"],\"DB8zMK\":[\"Alkalmaz\"],\"DCKkhU\":[\"Jelenlegi jelszó\"],\"DDcvSo\":[\"Német\"],\"DEcpfp\":[\"A sablon törzse érvénytelen Liquid szintaxist tartalmaz. Kérjük, javítsa ki és próbálja újra.\"],\"DFqasq\":[\"A folytatással elfogadja a(z) <0>\",[\"0\"],\" Szolgáltatási feltételeket\"],\"DJQEZc\":[\"Termékek sikeresen rendezve\"],\"DKYTWG\":[\"A feladatok újrapróbálása sikertelen\"],\"DKwDdj\":[\"Jegyek nyomtatása\"],\"DM4gBB\":[\"Kínai (hagyományos)\"],\"DMCX/I\":[\"Platformdíj alapértékek sikeresen frissítve\"],\"DPfwMq\":[\"Kész\"],\"DRErHC\":[\"Rejtett a résztvevők elől - csak a szervezők látják\"],\"DRykfS\":[\"Még mindig feldolgozza a régebbi tranzakciók visszatérítéseit.\"],\"DXZRk5\":[\"100-as lakosztály\"],\"DZjk8u\":[\"Fizetési és számlázási beállítások\"],\"DZlSLn\":[\"Dokumentum címke\"],\"Da29Y6\":[\"Kérdés elrejtése\"],\"DdHfeW\":[\"Kezelje fiókadatait és alapértelmezett beállításait.\"],\"Dim4LO\":[\"Résztvevő manuális hozzáadása\"],\"DjSbj3\":[\"A jegy újraküldése sikertelen\"],\"Djl45M\":[\"Szüksége lesz egy termékre, mielőtt létrehozhat egy kapacitás-hozzárendelést.\"],\"DnXcDK\":[\"Másodlagos szín\"],\"DoH3fD\":[\"Rendelés fizetésre vár\"],\"DovcfC\":[\"Meséljen nekünk a szervezetéről. Ez az információ megjelenik az eseményoldalain.\"],\"DruLRc\":[\"Elmúlt 14 nap\"],\"DrwwNd\":[\"Időszak kiválasztása\"],\"Du6bPw\":[\"Cím\"],\"Dvq0wf\":[\"Kérjük, adjon meg egy képet.\"],\"DwF9eH\":[\"Komponens kód\"],\"Dwf4dR\":[\"Még nincsenek résztvevői kérdések\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Konfiguráció mentése\"],\"E/9LUk\":[\"Helyszín neve\"],\"E0q9qH\":[\"Korlátlan felhasználás engedélyezett\"],\"E15xs8\":[\"⚡️ Esemény beállítása\"],\"E1F5Ji\":[\"A címzettek a küldés után érhetők el\"],\"E1eze1\":[\"Kapcsolja össze a Stripe fiókját, hogy elkezdjen fizetéseket fogadni az eseményeihez.\"],\"E6nRW7\":[\"URL másolása\"],\"E9jY+o\":[\"A résztvevő frissítése sikertelen\"],\"EBzPwC\":[\"Az esemény teljes címe\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Közzététel\"],\"EFq6EG\":[\"Kérjük, válasszon egy képet.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Fiók nem található\"],\"EJ7bVz\":[\"Nem találhatók rendelések\"],\"EJPAcd\":[\"A rendelés visszaigazolásának újraküldése sikertelen\"],\"EK/G11\":[\"Még nincsenek válaszok\"],\"ELa4O9\":[\"Értékesítés befejezési dátuma\"],\"ENCIQz\":[\"Link másolása\"],\"ENEPLY\":[\"Fizetési mód\"],\"EOqL/A\":[\"Biztosan szeretne helyet ajánlani ennek a személynek? E-mail értesítést fog kapni.\"],\"ETcU7q\":[\"Nem sikerült helyet felajánlani\"],\"EUnesn\":[\"Elérhető jegyek\"],\"EV30TR\":[\"USB szkenner mód aktiválva. Kezdje el a jegyek beolvasását most.\"],\"EWCLpZ\":[\"Termék létrehozva\"],\"EWErQh\":[\"Az ütemezett időpontnak a jövőben kell lennie\"],\"EWPtMO\":[\"Kód\"],\"EWnXR+\":[\"Csatlakozás a Stripe-hoz\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Jegy tervezés sikeresen mentve\"],\"EZy55F\":[\"Megrendelés visszatérítve\"],\"EaAPbv\":[\"Fizetett teljes összeg\"],\"EdQY6l\":[\"Egyik sem\"],\"Edm6av\":[\"Stripe újracsatlakoztatása →\"],\"Eeo/Gy\":[\"A beállítás frissítése sikertelen\"],\"Ef7StM\":[\"Ismeretlen\"],\"EfK2O6\":[\"Hely felajánlása\"],\"Egnj9d\":[\"Manuálisan kell fizetettként megjelölnie egy megrendelést. Ez a megrendelés kezelése oldalon tehető meg.\"],\"Eh5Wrd\":[\"Az Ön csodálatos weboldala 🎉\"],\"EhlbcI\":[\"Az üzenetküldési szint frissítése sikertelen\"],\"EmFsMZ\":[\"Az ÁFA száma sorban áll az érvényesítésre\"],\"EmYMHc\":[\"Offline fizetésre vár.\"],\"Ep3VfY\":[\"Megtekintés a Google Térképen\"],\"EpknJA\":[\"Írja ide üzenetét...\"],\"EpvBAp\":[\"Nincs számla\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Marketing opt-in jelölőnégyzet megjelenítése\"],\"Ev2r9A\":[\"Nincs találat\"],\"Ewir4O\":[\"Kérjük, válasszon ki legalább egy terméket.\"],\"EwoMtl\":[\"Kategória létrehozása\"],\"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.\"],\"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.\"],\"EyE8E6\":[\"Fizetésfeldolgozás\"],\"EzwCw7\":[\"Kérdés szerkesztése\"],\"F+pJnL\":[\"Keresőoptimalizálási beállítások sikeresen frissítve\"],\"F1Xp97\":[\"Egyéni résztvevők\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Legalább egy eseménytípust ki kell választani.\"],\"F3/nus\":[\"Tovább a fizetéshez\"],\"F3mW5G\":[\"Lehetővé teszi az ügyfelek számára, hogy feliratkozzanak a várólistára, ha ez a termék elfogyott\"],\"F4NXOl\":[\"Rendelés vezetéknév\"],\"F4SRy3\":[\"Bejelentkezés törölve\"],\"F5/CBH\":[\"tétel(ek)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Aktív\"],\"F89D36\":[\"Hiba történt a megrendelés fizetettként való megjelölésekor.\"],\"FCVmuU\":[\"Esemény megtekintése\"],\"FG98gC\":[\"Keresési szöveg törlése\"],\"FI60XC\":[\"Adók és díjak beállítása\"],\"FImCSc\":[[\"0\"],\" sikeresen frissítve\"],\"FJ9Yat\":[\"Kérjük, ellenőrizze, hogy a megadott információk helyesek-e.\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Nem sikerült bejelentkezni a résztvevőnek.\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Aktiválás\"],\"FRl8Jv\":[\"Ellenőriznie kell fiókja e-mail címét, mielőtt üzeneteket küldhet.\"],\"FSN4TS\":[\"Widget beágyazása\"],\"FSaY52\":[\"A Webhook értesítéseket küld.\"],\"FTfObB\":[\"Még nincsenek termékek\"],\"FU1gvP\":[\"Bejelentkezési lista szerkesztése\"],\"FVTVBy\":[\"Megerősítenie kell e-mail címét, mielőtt frissítheti a szervezői státuszt.\"],\"FVetkT\":[\"Mely jegyeket kell ehhez a bejelentkezési listához társítani?\"],\"FaK/8G\":[\"Rendelés visszatérítése \",[\"0\"]],\"FaPYw+\":[\"Megrendelő\"],\"FaSXqR\":[\"Milyen típusú esemény?\"],\"Fb+SDI\":[\"További jegyek hozzáadása\"],\"Ff0Dor\":[\"Múlt\"],\"FgRxRP\":[\"Mindig Ön birtokolja a résztvevői adatok 100%-át\"],\"Fi3b48\":[\"Legutóbbi megrendelések\"],\"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.\"],\"FlQKnG\":[\"Adó és díjak belefoglalása az árba\"],\"FmogyU\":[\"Opciók elrejtése\"],\"FpsvqB\":[\"Színmód\"],\"Fq/Nx7\":[\"Öt számjegyű ellenőrző kódot küldtünk ide:\"],\"Fuh+dI\":[\"Egyetlen kérdés termékenként. Pl. Mi a póló mérete?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Vágólapra másolva\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Sablon sikeresen mentve\"],\"G0KW+e\":[\"Honlapterv sikeresen frissítve\"],\"G42SNI\":[\"E-mail újraküldése\"],\"G5RhpL\":[\"Szervező\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Szerep\"],\"GG1fRP\":[\"Az eseményed élőben van!\"],\"GG7qDw\":[\"Partnerlink megosztása\"],\"GHdjuo\":[\"Keresés név, e-mail vagy fiók alapján...\"],\"GIoqtA\":[\"Vásárló vezetékneve\"],\"GNcfRk\":[\"Támogatási e-mail\"],\"GRChTw\":[\"Hiba történt az adó vagy díj törlésekor\"],\"GS+Mus\":[\"Exportálás\"],\"GTOcxw\":[\"Felhasználó szerkesztése\"],\"GVUxAX\":[\"A statisztikák a fiók létrehozásának dátumán alapulnak\"],\"GVcaW6\":[\"Szervezet részletei\"],\"GX6dZv\":[\"Megrendelés összefoglaló\"],\"GctSSm\":[\"Promóciós kód alkalmazása\"],\"GdOhw6\":[\"Hang kikapcsolása\"],\"GdWB+V\":[\"Webhook sikeresen létrehozva\"],\"GeqWgj\":[\"Esemény időzóna\"],\"GfWoKv\":[\"Keresőoptimalizálási beállítások\"],\"GfaxEk\":[\"Zene\"],\"Gh9Oqb\":[\"Eseményszervező neve\"],\"Gjt/py\":[\"E-mail cím módosításának visszavonása\"],\"GkH0Pq\":[\"Adók és díjak alkalmazva\"],\"Gmd0hv\":[\"Amikor új résztvevő jön létre\"],\"Gnjf3o\":[\"Nem módosíthatja a terméktípust, mivel ehhez a termékhez résztvevők vannak társítva.\"],\"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.\"],\"GptGxg\":[\"Jelszó módosítása\"],\"GqvPcv\":[\"Nincsenek elérhető szűrők\"],\"Gspam9\":[\"Megrendelését feldolgozzuk. Kérjük, várjon...\"],\"GuXjc5\":[\"Érvényesítve\"],\"Guo0lU\":[\"Egyéni dátum és idő\"],\"Gv5AMu\":[\"Üzenet a résztvevőknek\"],\"Gy7BA3\":[\"Szervező e-mail címe\"],\"H/UMUG\":[\"E-mail ellenőrzés szükséges\"],\"H34qcM\":[\"Szervező létrehozása...\"],\"H35u3n\":[\"Jegy létrehozása kötelező, mielőtt manuálisan hozzáadhatna egy résztvevőt.\"],\"H4nE+E\":[\"Minden termék törlése és visszahelyezése a készletbe\"],\"H5qWhm\":[\"Rendelés törölve\"],\"H6Gslz\":[\"Elnézést a kellemetlenségért.\"],\"H6Ma8Z\":[\"Kedvezmény\"],\"H8kMHT\":[\"Nem kapta meg a kódot?\"],\"H9HlDe\":[\"perc\"],\"HB22j9\":[\"Beállítás folytatása\"],\"HE6KcK\":[\"Meghívó visszavonva!\"],\"HFucK5\":[\"Nincs megjeleníthető befejezett esemény.\"],\"HGuXjF\":[\"Jegytulajdonosok\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Hiba történt az oldal betöltésekor. Kérjük, próbálja újra.\"],\"HLDaLi\":[\"Az adminisztrátor felhasználók teljes hozzáféréssel rendelkeznek az eseményekhez és a fiókbeállításokhoz.\"],\"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.\"],\"HR/cvw\":[\"Minta utca 123\"],\"HSw5l3\":[\"Nem - Magánszemély vagyok vagy nem ÁFA-s vállalkozás\"],\"HT/08n\":[\"Résztvevői jegy\"],\"HVW65c\":[\"Fizetős termék\"],\"HVkhy2\":[\"Hozzárendelési elemzés\"],\"HVwIsd\":[\"Nem ÁFA-s vállalkozások vagy magánszemélyek: 23%-os ír ÁFA alkalmazandó\"],\"HWXuQK\":[\"Könyvjelzőzze ezt az oldalt, hogy bármikor kezelhesse rendelését.\"],\"HX5SVx\":[\"Tétel\"],\"HXMJxH\":[\"Opcionális szöveg jogi nyilatkozatokhoz, kapcsolattartási információkhoz vagy köszönetnyilvánításhoz (csak egy sor)\"],\"HdmwrI\":[\"Rendelés e-mail\"],\"HhwcTQ\":[\"Esemény neve\"],\"HiGkFu\":[\"Átirányítás a Stripe-ra...\"],\"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.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"E-mail cím módosítása sikeresen törölve\"],\"HsFnrk\":[\"A termékek maximális száma \",[\"0\"],\" számára \",[\"1\"]],\"HtrFfw\":[\"URL kötelező\"],\"HxxXZO\":[\"Az elsődleges márka szín a gombokhoz és kiemelésekhez\"],\"I+FvbD\":[\"Beolvasás\"],\"I+utEq\":[\"A partnerkód nem módosítható.\"],\"I/NNtI\":[\"Az esemény helyszíne\"],\"I3QpvQ\":[\"Címzett\"],\"I3yitW\":[\"Utolsó bejelentkezés\"],\"I6F3cp\":[\"E-mail nem ellenőrzött\"],\"I7xjqg\":[\"Háttér típusa\"],\"IF7RiR\":[\"Borító\"],\"IFHV2p\":[\"Jegyéhez:\"],\"IKwyaF\":[\"E-mail cím módosítás sikeresen megerősítve\"],\"IMJ6rh\":[\"Automatikus átméretezés\"],\"IMwcdR\":[\"Megszemélyesítés leállítva\"],\"INDKM9\":[\"Írja be az e-mail tárgyát...\"],\"IUwGEM\":[\"Változások mentése\"],\"IV9xTT\":[\"Ez a felhasználó nem aktív, mivel nem fogadta el a meghívóját.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Írja be az ÁFA számát az országkóddal együtt, szóközök nélkül (pl. IE1234567A, DE123456789)\"],\"IfN2Qo\":[\"Négyzet alakú logót javasolunk minimum 200x200px mérettel\"],\"IgcAGN\":[\"Bruttó értékesítés\"],\"IkGIz8\":[\"fizetett\"],\"IoAuJG\":[\"Küldés...\"],\"IoDI2o\":[\"Tokenek betöltése...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Nem lehet bejelentkezni (Törölve)\"],\"IrVSu+\":[\"Nem sikerült másolni a terméket. Kérjük, ellenőrizze adatait.\"],\"IuMGvq\":[\"Számla\"],\"IuUoyV\":[\"Amikor egy résztvevő bejelentkezett\"],\"IvxA4G\":[\"Sikeresen felajánlva jegyek \",[\"count\"],\" személynek\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Nincs megjeleníthető megrendelés\"],\"J3RJSZ\":[\"Résztvevő sikeresen frissítve\"],\"J3lhKT\":[\"Platformdíj\"],\"J6n7sl\":[\"Folyamatban\"],\"JEPMXN\":[\"Új link kérése\"],\"JEdsvQ\":[\"Fizetési utasítások\"],\"JHB/Ky\":[\"Érvénytelen\"],\"JJhRbH\":[\"Első nap kapacitás\"],\"JKfSAv\":[\"Exportálás sikertelen. Kérjük, próbálja újra.\"],\"JNCzPW\":[\"Ország\"],\"JQNMrj\":[\"Hozza létre első eseményét\"],\"JRQitQ\":[\"Új jelszó megerősítése\"],\"JZTQI0\":[\"Szervező váltása\"],\"JbIgPz\":[\"A pénzértékek az összes pénznem hozzávetőleges összegei\"],\"JcQp9p\":[\"Kezdés dátuma és ideje\"],\"JcejNJ\":[\"Rendelés feldolgozása\"],\"JhtZAK\":[\"Fizetés sikertelen\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Válasszon színt a háttérhez\"],\"Jjw03p\":[\"Résztvevők exportálása sikertelen\"],\"JlFcis\":[\"Küldés\"],\"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.\"],\"JnuPvH\":[\"Jegy nyomtatása\"],\"JoKGiJ\":[\"Promóciós kód\"],\"JpohL9\":[\"Adó\"],\"JtI4vj\":[\"Alapértelmezett résztvevői információgyűjtés\"],\"Jv22kr\":[[\"0\"],\" <0>sikeresen bejelentkezett\"],\"JvUngl\":[\"Dátum és idő\"],\"JvuLls\":[\"Díj átvállalása\"],\"JwTmB6\":[\"Termék sikeresen másolva\"],\"Jwiilf\":[\"Az Ön megrendelése törölve lett.\"],\"JyD0LH\":[\"Esemény beállítások\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"A logó megjelenik a jegyen\"],\"K2PPlT\":[\"A százalékos díjnak 0 és 100 között kell lennie\"],\"K47k8R\":[\"Termék\"],\"K5+3xg\":[\"Meghívó elfogadása\"],\"K6fmBI\":[\"Ez a bejelentkezési lista még nem aktív, és nem használható bejelentkezéshez.\"],\"K7tIrx\":[\"Kategória\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"János\"],\"KIhhpi\":[\"Testreszabhatja eseményoldalát\"],\"KIjvtr\":[\"Holland\"],\"KMMOAy\":[\"Frissítés elérhető\"],\"KMgp2+\":[[\"0\"],\" elérhető\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Nincs megjeleníthető üzenet\"],\"KR0679\":[\"Csapattagok meghívása\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Termék másolása\"],\"KSDwd5\":[\"Összes megrendelés\"],\"KSQ8An\":[\"Az Ön megrendelése\"],\"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.\"],\"KUOhTy\":[\"Hang bekapcsolása\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Többsoros szövegdoboz\"],\"KZN4Lc\":[\"Összes törlése\"],\"KZrfYJ\":[\"Közösségi linkek mentése\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Kapcsolati e-mail címünk az ügyfélszolgálathoz\"],\"Kdpf90\":[\"Ne felejtse el!\"],\"KeCXJu\":[\"Rendelési részletek megtekintése, visszatérítések kibocsátása és megerősítések újraküldése.\"],\"KfmPRW\":[\"Az oldal háttérszíne. Borítókép használatakor ez átfedésként kerül alkalmazásra.\"],\"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.\"],\"KgxI80\":[\"Rugalmas jegyértékesítés\"],\"KizCK7\":[\"Kezdés dátumának és idejének kiválasztása\"],\"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.\"],\"KkrBiR\":[\"Résztvevői információk gyűjtése\"],\"KmWyx0\":[\"Feladat\"],\"KnN1Tu\":[\"Lejár\"],\"KndP6g\":[\"Rendelés URL\"],\"KnjoUA\":[\"Jegyár\"],\"Kz91g/\":[\"Török\"],\"L/+xOk\":[\"Szüksége lesz egy jegyre, mielőtt létrehozhat egy bejelentkezési listát.\"],\"L/Qc+w\":[\"Vásárló e-mail címe\"],\"L/gNNk\":[\"Frissítés \",[\"0\"]],\"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.\"],\"L22Tdf\":[\"Keresés név, rendelési szám, résztvevő azonosító vagy e-mail alapján...\"],\"L565X2\":[\"opciók\"],\"L7dIM7\":[\"Ez a link érvénytelen vagy lejárt.\"],\"L86zy2\":[\"E-mail sikeresen ellenőrizve!\"],\"LAW8Vb\":[\"Válassza ki az alapértelmezett beállítást az új eseményekhez. Ez felülírható az egyes eseményeknél.\"],\"LBLOqH\":[\"Kérdezze meg egyszer megrendelésenként\"],\"LETnBR\":[\"Üdv a \",[\"0\"],\" oldalon, itt található az összes eseménye.\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Vendégkezelés\"],\"LNWHXb\":[\"Nincs megjeleníthető archivált esemény.\"],\"LOFgda\":[\"Kapcsolatfelvétel \",[\"0\"]],\"LQrXcu\":[\"Számla letöltése\"],\"LRbt6D\":[\"Engedélyezze a keresőmotoroknak az esemény indexelését\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[[\"0\"],\" sablon szerkesztése\"],\"LWL3Bs\":[\"A fix díjnak 0 vagy nagyobbnak kell lennie\"],\"Lc18qn\":[\"Amikor új megrendelés jön létre\"],\"LcET2C\":[\"Adatvédelmi irányelvek\"],\"LchiNd\":[\"Biztosan törölni szeretné ezt a partnert? Ez a művelet nem vonható vissza.\"],\"LdPKPR\":[\"A konfiguráció hozzárendelése sikertelen\"],\"Ldu/RI\":[\"Eladó\"],\"LeC29u\":[\"Vállalati cím ÁFA célokra\"],\"Lg+ewC\":[\"Fizetés és számlázás\"],\"Lj7sBL\":[\"Olasz\"],\"LkMOWF\":[\"Elérhető mennyiség\"],\"LmvZ+E\":[\"Kapcsolja be a Stripe-ot az üzenetküldéshez\"],\"LqBITi\":[\"Szervező/alapértelmezett sablon lesz használva\"],\"LslKhj\":[\"Hiba a naplók betöltésekor\"],\"Lu+kBU\":[\"Termék értékesítés\"],\"LuY52w\":[\"Üdv a fedélzeten! Kérjük, jelentkezzen be a folytatáshoz.\"],\"Lvi+gV\":[\"Üzenet a vásárlónak\"],\"LxSN5F\":[\"Elküldve minden résztvevőnek a jegy részleteivel\"],\"LyFC7X\":[\"Megrendelések szűrése\"],\"LyUWXA\":[\"Díjak megkerülve\"],\"M/WIer\":[\"Üzenet küldése\"],\"M1RnFv\":[\"Lejárt\"],\"M2DyLc\":[\"1 aktív webhook\"],\"M2w1ni\":[\"Csak promóciós kóddal látható\"],\"M7Uapz\":[\"A tárgy itt fog megjelenni\"],\"M8M6fs\":[\"Fontos: Stripe újracsatlakozás szükséges\"],\"MAavyl\":[\"Ehhez a résztvevőhöz nem érkezett válasz.\"],\"MDNyJz\":[\"A kód 10 percen belül lejár. Ellenőrizze a spam mappáját, ha nem látja az e-mailt.\"],\"MGbi9P\":[\"Visszatérítés folyamatban\"],\"MH/lj8\":[\"Nem sikerült frissíteni a kérdést. Kérjük, ellenőrizze adatait.\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"A rendelés pénzneme\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"Ez az információ megjelenik a fizetési oldalon, a megrendelés összefoglaló oldalán és a megrendelés visszaigazoló e-mailben.\"],\"MNFIxz\":[\"El fog menni ide: \",[\"0\"],\"!\"],\"MOERNx\":[\"Portugál\"],\"MR5ygV\":[\"Ez a link már nem érvényes\"],\"MSmKHn\":[\"Az ügyfélnek megjelenő ár tartalmazza az adókat és díjakat.\"],\"MT7dxz\":[\"Összes jegy nyomtatása\"],\"MU3ijv\":[\"Tegye kötelezővé ezt a kérdést\"],\"MXSqmS\":[\"Termék kiemelése\"],\"MXZfGN\":[\"Testreszabhatja a pénztárban feltett kérdéseket, hogy fontos információkat gyűjtsön a résztvevőktől.\"],\"MY2SVM\":[\"Teljes visszatérítés\"],\"Mck5ht\":[\"Biztonságos pénztár\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Közösségi linkek sikeresen frissítve\"],\"MhVoma\":[\"Adjon meg egy összeget adók és díjak nélkül.\"],\"Mi1rVn\":[\"Elfogyott\"],\"MixU2P\":[\"A százaléknak 0 és 100 között kell lennie\"],\"Mkkvfd\":[\"Első lépések oldal elrejtése\"],\"MkuVAZ\":[\"Tranzakció összegének százaléka\"],\"Mokwac\":[\"Korlátlan számú csapattag meghívása egyedi szerepkörökkel\"],\"Mqy/Zy\":[\"Egyesült Államok\"],\"Mr5UUd\":[\"Jegy törölve\"],\"MxjCqk\":[\"Csak a jegyeit keresi?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Megrendelés törlése \",[\"0\"]],\"N0qXpE\":[\"Termékek\"],\"N141o/\":[\"Stripe irányítópult megnyitása\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Szerkesztés \",[\"0\"]],\"N9FyyW\":[\"Regisztrált résztvevők megtekintése, szerkesztése és exportálása.\"],\"N9JsFT\":[\"Érvénytelen ÁFA szám formátum\"],\"NAzVVw\":[\"Üzenet ütemezése\"],\"NB5+UG\":[\"Elérhető tokenek\"],\"NEmyqy\":[\"Még nincsenek megrendelések\"],\"NF8sdv\":[\"Kiemelt üzenet\"],\"NFxlHW\":[\"Webhookok betöltése\"],\"NGXKG/\":[\"E-mail cím megerősítése\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Értékesítések, bevételek és látogatottság nyomon követése részletes jelentésekkel\"],\"NIuIk1\":[\"Korlátlan\"],\"NJahlc\":[\"Tegye kötelezővé a számlázási címet a fizetés során\"],\"NNc33d\":[\"Válasz frissítése sikertelen.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Megrendelés befejezése\"],\"NRWNfv\":[\"Összes kedvezmény összege\"],\"NRhrIB\":[\"Jegyek és termékek\"],\"NTZ/NX\":[\"Beágyazási kód\"],\"NWVRtl\":[\"Befejezett megrendelések\"],\"NY/x1b\":[\"Cím 1. sor\"],\"Nbd6WT\":[\"Várólistai beállítások konfigurálása ehhez az eseményhez\"],\"Nc3l/D\":[\"Kedvezmények, hozzáférési kódok rejtett jegyekhez és különleges ajánlatok létrehozása.\"],\"Nfbg76\":[\"ÁFA beállítások sikeresen mentve\"],\"NgVUL2\":[\"Pénztári űrlap előnézete\"],\"NiIUyb\":[\"Meséljen nekünk az eseményéről.\"],\"NihQNk\":[\"Vásárlók\"],\"Nl1ZtM\":[\"Esemény helyszíne\"],\"NlQ0cx\":[[\"organizerName\"],\" első eseménye\"],\"NlfnUd\":[\"A link, amire kattintott, érvénytelen.\"],\"NmpGKr\":[\"Nem sikerült átrendezni a kategóriákat. Kérjük, próbálja újra.\"],\"NoNwIX\":[\"Inaktív\"],\"NpEm3p\":[\"Küldés most\"],\"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.\"],\"Nu4oKW\":[\"Leírás\"],\"NvuEhl\":[\"Tervezési elemek\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Válasszon...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"E-mail\"],\"O6mra8\":[\"Egyedi kérdések\"],\"O8m7VA\":[\"Elfogadom az eseménnyel kapcsolatos e-mail értesítések fogadását\"],\"OESu7I\":[\"Megelőzheti a túlértékesítést azáltal, hogy megosztja a készletet több jegytípus között.\"],\"OHJXlK\":[\"Használjon <0>Liquid sablonokat az e-mailek személyre szabásához\"],\"OIPtI5\":[\"A termék árának százaléka. Pl. a termék árának 3,5%-a\"],\"OJnhhX\":[[\"eventCount\"],\" esemény\"],\"OJx3wK\":[\"Nem elérhető\"],\"OMJ035\":[\"Rádió opció\"],\"OMX4tH\":[\"Jegyek kiválasztása\"],\"OP094m\":[\"Promóciós kódok jelentés\"],\"OVFwlg\":[\"Még nincsenek rendelési kérdések\"],\"OXku3b\":[\"<0>https://az-ön-weboldala.com\"],\"OZK07J\":[\"Fizessen a feloldáshoz\"],\"OaKTzt\":[\"Térkép megtekintése\"],\"OadMRm\":[\"Borítókép használata\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Oldalsáv megnyitása\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Visszaállítás\"],\"OfmsI9\":[\"Az esemény túl új\"],\"OhCesD\":[\"Ez a rendelés törölve lett. Bármikor kezdhet új rendelést.\"],\"Ohn74G\":[\"Beállítás és tervezés\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Jegy neve\"],\"OmylXO\":[\"Fiók sikeresen frissítve\"],\"On0aF2\":[\"Weboldal\"],\"Oo/PLb\":[\"Bevételi összefoglaló\"],\"OoSyqO\":[[\"diffMinutes\"],\" perc múlva\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"Az automatikus ajánlat engedélyezve van. A jegyek automatikusan felajánlásra kerülnek, amikor kapacitás válik elérhetővé. Használja ezt további helyek manuális felajánlásához.\"],\"OpKMSn\":[\"Tranzakciós díj:\"],\"OqEV/G\":[\"Fejezze be az alábbi beállítást a folytatáshoz\"],\"Or1CPR\":[\"Adjon hozzá bármilyen megjegyzést a résztvevőhöz...\"],\"OrXJBY\":[\"Opcionális előtag a számlaszámokhoz (pl. INV-)\"],\"Os6n2a\":[\"Megrendelés törlése\"],\"OtgNFx\":[\"E-mail cím sikeresen megerősítve\"],\"OtjenF\":[\"Kérjük, adjon meg egy érvényes e-mail címet\"],\"OvNbls\":[\".ics letöltése\"],\"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)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Meghívó újraküldve!\"],\"P+5Pbo\":[\"Válaszok elrejtése\"],\"P+Sty0\":[\"E-mail címét <0>\",[\"0\"],\" címre módosítja.\"],\"P/OAYJ\":[\"Ingyenes termék\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Borítókép\"],\"P5sgAk\":[\"Promóciós kód\"],\"P8hBau\":[\"Fizetése feldolgozás alatt áll.\"],\"PC3/fk\":[\"Következő 24 órában kezdődő események\"],\"PCRCCN\":[\"ÁFA regisztrációs információk\"],\"PChXMe\":[\"Nincsenek fizetett rendelések\"],\"PFjJxY\":[\"Az új jelszónak legalább 8 karakter hosszúnak kell lennie.\"],\"PGPGsL\":[\"Leírás hozzáadása\"],\"PKXt9R\":[\"A befejezés dátumának a kezdő dátum után kell lennie.\"],\"PLUB/s\":[\"Díj\"],\"PMhxAR\":[\"Az ÁFA számnak 2 betűs országkóddal kell kezdődnie, amelyet 8-15 alfanumerikus karakter követ (pl. DE123456789)\"],\"PO/sOY\":[\"Meghívó visszavonása\"],\"POT0K/\":[\"Fix összeg termékenként. Pl. 0,50 dollár termékenként\"],\"POdIrN\":[\"Cím 1. sor\"],\"PRuBTd\":[\"Honlaptervező\"],\"PSRm6/\":[\"Jegyeim keresése\"],\"PUpvQe\":[\"Kamera szkenner\"],\"PYVWEI\":[\"Ha regisztrált, adja meg ÁFA számát az érvényesítéshez\"],\"PYs3rP\":[\"Esemény neve\"],\"PZ7FTW\":[\"Automatikusan észlelve a háttérszín alapján, de felülbírálható\"],\"Pa6G7v\":[\"Szervező neve\"],\"Pc/Wtj\":[\"Ennek a résztvevőnek van egy kifizetetlen megrendelése.\"],\"Pc729f\":[\"A rendelés offline fizetésre vár\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Másolva!\"],\"Pjsch9\":[\"Kapacitás-hozzárendelések keresése...\"],\"Pmr5xp\":[[\"0\"],\" sikeresen létrehozva\"],\"PnSzEc\":[\"Amikor elkészült, tegye élővé eseményét, és kezdjen el termékeket értékesíteni.\"],\"Pp1sWX\":[\"Partner frissítése\"],\"Pte1Hv\":[\"Résztvevő adatainak megtekintése\"],\"Puv7+X\":[\"Fiókbeállítások\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Ez a megrendelés lejárt. Kérjük, kezdje újra.\"],\"Q2lUR2\":[\"Pénznem\"],\"Q7CWxp\":[\"Amikor egy résztvevő le lett mondva\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Az ÁFA száma mentéskor lesz érvényesítve\"],\"QDEWii\":[\"Ellenőrzött\"],\"QDWsl9\":[\"Üdvözöljük a \",[\"0\"],\" oldalon, \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Küldje el első üzenetét\"],\"QGoXh3\":[\"Mivel vállalkozása az EU-ban található, meg kell határoznunk a platformdíjainkra vonatkozó helyes ÁFA-kezelést:\"],\"QHhZeE\":[\"Sablon sikeresen létrehozva\"],\"QIWCnW\":[\"VIP bejelentkezési lista\"],\"QIn0Vl\":[\"Hivatalos cégnév ÁFA célokra\"],\"QIodqd\":[\"QR kód letöltése\"],\"QIxRUI\":[\"Fizetős, ingyenes, szintezett árazású és adományalapú jegyek\"],\"QKLP1W\":[\"Csatlakoztassa Stripe fiókját, hogy elkezdhesse a fizetések fogadását.\"],\"QKim6l\":[\"Résztvevő nem található\"],\"QMHSMS\":[\"A vásárló e-mailt kap a visszatérítés megerősítéséről\"],\"QN2F+7\":[\"Webhook hozzáadása\"],\"QNrkms\":[\"Válasz sikeresen frissítve.\"],\"QOg2Sf\":[\"Testreszabhatja az esemény e-mail és értesítési beállításait.\"],\"QOhkyl\":[\"Írás\"],\"QP3gP+\":[\"Ezek a beállítások csak a másolt beágyazási kódra vonatkoznak és nem lesznek mentve.\"],\"QS1Nla\":[\"Ütemezés későbbre\"],\"QUg5y1\":[\"Majdnem kész! Fejezze be Stripe fiókja csatlakoztatását a kifizetések fogadásának megkezdéséhez.\"],\"QXgjH0\":[\"A megszemélyesítés leállítása sikertelen. Kérjük, próbálja újra.\"],\"QXlz+n\":[\"Az események alapértelmezett pénzneme.\"],\"QYARw/\":[\"Jegy kiválasztása\"],\"QYLpB4\":[\"Csak bejelentkezés\"],\"QYcUEf\":[\"Minimális ár\"],\"QbrUIo\":[\"Oldalmegtekintések\"],\"QcCPs8\":[\"Esemény részletei\"],\"QcwyCh\":[\"Igen, távolítsa el őket.\"],\"Qj0GKe\":[\"Résztvevői önkiszolgálás engedélyezése\"],\"QkLf4H\":[\"Oldal URL-címe\"],\"QlSZU0\":[\"<0>\",[\"0\"],\" megszemélyesítése (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Mire számíthat:\"],\"Qm5XkZ\":[\"Értékesítés kezdési dátuma\"],\"QoAi8D\":[\"Nincs válasz\"],\"QotGhf\":[\"Üzenet elvetése\"],\"Qp4HWD\":[\"Max címzettek / üzenet\"],\"Qqqrwa\":[\"Bejelentkezési oldal megnyitása\"],\"Qrc8RZ\":[\"Bejelentkezési lista törlése\"],\"QsYjci\":[\"Összes esemény\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Kamera kiválasztása\"],\"QuhVpV\":[\"Szia \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Kapacitás\"],\"QzmQBG\":[\"Fizetési szolgáltató\"],\"R02pnV\":[\"Eseménye élőnek kell lennie, mielőtt jegyeket értékesíthetne a résztvevőknek.\"],\"R0wEyA\":[\"Keresés feladat neve vagy kivétel alapján...\"],\"R29lO5\":[\"Fizetési feltételek\"],\"R2O9Rg\":[\"Fizetett összeg (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Exportálás befejezve. Fájl letöltése...\"],\"R4r4XO\":[\"Résztvevők\"],\"R5IT/I\":[\"Résztvevő megjegyzései\"],\"R6i9o9\":[\"El kell ismernie, hogy ez az e-mail nem promóciós.\"],\"R6n7j9\":[\"ÁFA beállítások sikeresen frissítve\"],\"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.\"],\"RD51+P\":[[\"0\"],\" platformdíj levonva a kifizetésből\"],\"RDie0n\":[\"Egyéb\"],\"RG3szS\":[\"bezárás\"],\"RHyZUL\":[\"Nincs találat.\"],\"RKKhnW\":[\"Hozzon létre egyedi widgetet jegyek értékesítéséhez a webhelyén.\"],\"ROR8QD\":[\"Fióknevét az eseményoldalakon és az e-mailekben használják.\"],\"ROv2ZT\":[\"Kérdések és válaszok\"],\"RQCXz6\":[\"Rendelési limitek\"],\"RRZDED\":[\"Nem találtunk ehhez az e-mail címhez tartozó rendeléseket.\"],\"RReHTu\":[\"Vállalat neve\"],\"RUMiLy\":[\"ÁFA szám érvényesítése sikertelen\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Promóciós kódok\"],\"RWw9Lg\":[\"Modális ablak bezárása\"],\"RY2eP1\":[\"Nem adtak hozzá adókat vagy díjakat.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"Mikor érkezik?\"],\"ReihZ7\":[\"Nyomtatási előnézet\"],\"RfwZxd\":[\"Jelszó visszaállítása\"],\"RjwlZt\":[\"Ez a megrendelés már ki lett fizetve.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Üzenet küldése\"],\"RlJmQg\":[\"Standard adó, mint az ÁFA vagy a GST\"],\"RnvnDc\":[\"Platformon küldött összes üzenet megtekintése\"],\"Ropvj0\":[\"Válassza ki, mely események indítják el ezt a webhookot.\"],\"RpwiYC\":[\"Visszatérítés függőben\"],\"RqSKdX\":[\"Ez a termék elfogyott\"],\"Rs/IcB\":[\"Először használva\"],\"Rs7IQv\":[\"Fizetés előtti üzenet\"],\"RsiDDQ\":[\"Egyéb listák (Jegy nem szerepel)\"],\"RtxQTF\":[\"A megrendelés lemondása is\"],\"RuaKfn\":[\"Cím sikeresen frissítve\"],\"Rwiyt2\":[\"Adók konfigurálva\"],\"RxzN1M\":[\"Engedélyezve\"],\"RzEvf5\":[\"Ez az esemény véget ért\"],\"S+OdxP\":[\"Ki szervezi ezt az eseményt?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"A keresztnévnek 1 és 50 karakter között kell lennie.\"],\"S0ctOE\":[\"Esemény archiválása\"],\"S3CZ5M\":[\"Szervezői irányítópult\"],\"S4PqS9\":[[\"0\"],\" aktív webhook\"],\"S8Tua9\":[\"Beállítások sikeresen frissítve\"],\"SCimta\":[\"Elrejti az első lépések oldalt az oldalsávról\"],\"SHJwyq\":[\"Bejelentkezési arány\"],\"SIHgVQ\":[\"Nem sikerült törölni az üzenetet\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Összes résztvevő\"],\"SMUbbQ\":[\"A legördülő menü csak egy kiválasztást tesz lehetővé\"],\"SNzppu\":[\"Csatlakozás a várólistához\"],\"SO9AEF\":[\"Rendelési limitek beállítva\"],\"SPKbfM\":[\"pl. Jegyek beszerzése, Regisztráció most\"],\"SPdzrs\":[\"Elküldve a vásárlóknak, amikor rendelést adnak le\"],\"SQKPvQ\":[\"Felhasználó meghívása\"],\"SQqJd8\":[\"Szervező nem található\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Exportálás elindítva. Fájl előkészítése...\"],\"SXzpzO\":[\"Marketing opt-in jelölőnégyzet alapértelmezés szerinti megjelenítése\"],\"SZw9tS\":[\"Részletek megtekintése\"],\"Sa7w7S\":[\"Ez a bejelentkezési lista lejárt, és már nem használható bejelentkezéshez.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Hiba\"],\"SnlQeq\":[\"Ehhez a megrendeléshez nem tettek fel kérdéseket.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Jelölőnégyzetek\"],\"SsI9v/\":[\"A rendelés feladása sikertelen. Kérjük, próbálja újra.\"],\"Sxm1lO\":[\"Minden állapot\"],\"Sxm8rQ\":[\"Felhasználók\"],\"T+1APV\":[\"A jelenlegi ÁFA szám érvényesített\"],\"T02gNN\":[\"Általános belépés\"],\"T0K0yl\":[\"Az inaktív felhasználók nem tudnak bejelentkezni.\"],\"T4BMxU\":[\"A díjak változhatnak. Értesítést kap minden díjstruktúrájában bekövetkező változásról.\"],\"T5rdis\":[\"vágólapra másolva\"],\"T6B2gk\":[\"Üzenet küldése sikertelen. Kérjük, próbálja újra.\"],\"TBEnp1\":[\"A logó a fejlécben jelenik meg\"],\"TF37u6\":[\"Résztvevői sikeresen exportálva.\"],\"TF9opW\":[\"Vaku nem elérhető ezen az eszközön\"],\"TMLAx2\":[\"Kötelező\"],\"TNaCfq\":[\"Egysoros szövegmező\"],\"TPoYsF\":[\"Rendelésszám\"],\"TSAiPM\":[\"A keresett oldal nem létezik.\"],\"TTpXL3\":[\"Újraküldés \",[\"resendCooldown\"],\" másodperc múlva\"],\"TUJAyx\":[\"A jelszónak legalább 8 karakterből kell állnia\"],\"TWXU0c\":[\"Felhasználó megszemélyesítése\"],\"TZxnm8\":[\"Opció hozzáadása\"],\"TdfEV7\":[\"Archivált\"],\"TeSaQO\":[\"Vissza a fiókokhoz\"],\"Tf55h7\":[\"Konfigurált kedvezmény\"],\"TjX7xL\":[\"Pénztár utáni üzenet\"],\"TjbIUI\":[[\"availableCount\"],\" / \",[\"totalCount\"],\" elérhető\"],\"TkQVup\":[\"Kérjük, ellenőrizze e-mail címét és jelszavát, majd próbálja újra.\"],\"TkfG8v\":[\"Adatok gyűjtése rendelésenként\"],\"TlEeFv\":[\"Közelgő események\"],\"TnzbL+\":[\"A spam magas kockázata miatt csatlakoztatnia kell egy Stripe fiókot, mielőtt üzeneteket küldhetne a résztvevőknek.\\nEz biztosítja, hogy minden eseményszervező ellenőrzött és felelősségre vonható legyen.\"],\"Tol4BF\":[\"Megrendelés részletei\"],\"TpqW74\":[\"Fix\"],\"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.\"],\"TskrJ8\":[\"Fizetés és terv\"],\"TvY/XA\":[\"Dokumentáció\"],\"TvkW9+\":[\"Biztosan archiválni szeretné ezt az eseményt?\"],\"TxfvH2\":[\"Válassza ki, mely résztvevők kapják meg ezt az üzenetet\"],\"Tz0i8g\":[\"Beállítások\"],\"Tz5oXG\":[\"Igen, rendelés törlése\"],\"U/R4Ng\":[\"Terméksor\"],\"U3pytU\":[\"Adminisztrátor\"],\"U3wiCB\":[\"Minden rendben! A fizetések simán feldolgozásra kerülnek.\"],\"U61sAj\":[\"Termékkategória sikeresen frissítve.\"],\"U65fiW\":[\"Szervező mentése\"],\"U66oUa\":[\"A sablon létrehozása sikertelen\"],\"U7nGvl\":[\"Nem lehet bejelentkezni\"],\"UBSG1X\":[\"Legjobb szervezők (Elmúlt 14 nap)\"],\"UEqXyt\":[\"Egyedi tartomány\"],\"UGT5vp\":[\"Beállítások mentése\"],\"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.\"],\"UJmAAK\":[\"Tárgy\"],\"UKfi21\":[\"Adó vagy díj létrehozása\"],\"UMGQOh\":[\"Csatlakozás a Stripe-hoz\"],\"UNMVei\":[\"Elfelejtette jelszavát?\"],\"UQ0ACV\":[\"Rendelések összesen\"],\"URAE3q\":[\"Szüneteltetve\"],\"URUYHc\":[\"Platformdíj beállítások sikeresen frissítve\"],\"URmyfc\":[\"Részletek\"],\"UVPI5D\":[\"Kevesebb platform megjelenítése\"],\"UW90md\":[\"Nem találhatók címzettek\"],\"UWWRyd\":[\"Egyedi kérdések hozzáadása további információk gyűjtéséhez a pénztárnál\"],\"UXBCwc\":[\"Vezetéknév\"],\"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.\"],\"UYUgdb\":[\"Megrendelés\"],\"UZ2GSZ\":[\"Számla beállítások\"],\"UaISq3\":[\"Svéd\"],\"UabgBd\":[\"A törzs kötelező\"],\"UdY1lL\":[\"Fizetése sikertelen volt, kérjük, próbálja újra.\"],\"Ug4SfW\":[\"Miután létrehozott egy eseményt, itt fogja látni.\"],\"UiAk5P\":[\"Kép beszúrása\"],\"Uicx2U\":[\"Ez a bejelentkezési lista aktív.\"],\"UjNWsF\":[\"ÁFA alkalmazható a platform díjakra az ÁFA regisztrációs státuszától függően. Kérjük, töltse ki az alábbi ÁFA információs részt.\"],\"UkHo4c\":[\"Rendelés hiv.\"],\"UkM20g\":[\"Áttekintésre vár\"],\"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.\"],\"UlAK8E\":[\"Megrendelések exportálása\"],\"Uo5ddP\":[\"E-mailben értesítjük, ha felszabadul egy hely a(z) \",[\"0\"],\" számára.\"],\"UoIRW8\":[\"Regisztrált résztvevők\"],\"Upeg/u\":[\"Sablon engedélyezése e-mailek küldéséhez\"],\"Uqefyd\":[\"ÁFA regisztrált az EU-ban?\"],\"UtDm3q\":[\"URL a vágólapra másolva\"],\"Uu0hZq\":[\"Szervező e-mail\"],\"UvYql/\":[\"ÁFA beállítások mentve. Az ÁFA számot a háttérben érvényesítjük.\"],\"Uwsg2F\":[\"Lefoglalva\"],\"V0SbFp\":[\"Elérhető termékmennyiség megjelenítése\"],\"V1EGGU\":[\"Keresztnév\"],\"V1krgP\":[\"A kód legfeljebb 20 karakter hosszúságú lehet\"],\"V2sk3H\":[\"E-mail és sablonok\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Új ellenőrző kód került elküldésre az e-mail címére.\"],\"V6Q5RZ\":[\"Kapacitás-hozzárendelés sikeresen létrehozva\"],\"V7DYWd\":[\"Üzenet elküldve\"],\"V7MwOy\":[\"Hiba történt az oldal betöltésekor\"],\"V7Tejz\":[\"Várólista automatikus feldolgozása\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Vissza a bejelentkezéshez\"],\"VD0iA7\":[\"Több árlehetőség. Tökéletes a korai madár termékekhez stb.\"],\"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.\"],\"VEsDvU\":[\"A felhasználók módosíthatják e-mail címüket a <0>Profilbeállítások menüpontban.\"],\"VFv2ZC\":[\"Befejezés dátuma\"],\"VHfLAW\":[\"Nincsenek fiókok\"],\"VT+urE\":[\"Keresés név vagy e-mail alapján...\"],\"VTfZPy\":[\"Hozzáférés megtagadva\"],\"VX+B3I\":[\"Keresés esemény cím vagy szervező alapján...\"],\"VY+Bdn\":[\"Keresés fióknév vagy e-mail alapján...\"],\"VZeG/A\":[\"Hamarosan érkezik\"],\"Vd+LC3\":[\"A színnek érvényes hexadecimális színkódnak kell lennie. Példa: #ffffff\"],\"VeKsnD\":[\"Megrendelés e-mail újraküldése\"],\"VejKUM\":[\"Először töltse ki az adatait fentebb\"],\"Vi+BiW\":[[\"0\"],\" terméket tartalmaz\"],\"VioGG1\":[\"Csatlakoztassa Stripe fiókját, hogy elfogadja a jegyek és termékek fizetését.\"],\"Vjat/X\":[\"Üzenet kötelező\"],\"Vjij1k\":[[\"days\"],\" nap, \",[\"hours\"],\" óra, \",[\"minutes\"],\" perc, és \",[\"seconds\"],\" másodperc\"],\"VkSk/i\":[\"Biztosan törölni szeretné ezt az ütemezett üzenetet?\"],\"VlXNyK\":[\"Rendelésenként\"],\"Vla0Bo\":[\"Eladott termékek\"],\"VlnB7s\":[\"Utolsó 6 hónap\"],\"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.\"],\"VpwcSk\":[\"Írja be az új jelszót\"],\"VsM1HH\":[\"Kapacitás-hozzárendelések\"],\"VskHIx\":[\"Kategória törlése\"],\"Vw0KCJ\":[\"QR kód bejelentkezés\"],\"VwdqVy\":[\"Kapacitás-hozzárendelés létrehozása\"],\"Vx2J6x\":[\"Nem sikerült lekérni a résztvevőt.\"],\"VxFvXQ\":[\"Widget beágyazása\"],\"VxYKoK\":[\"E-mail és értesítési beállítások\"],\"VyUuZb\":[\"Kép URL-címe\"],\"W/eN+G\":[\"Ha üres, a cím egy Google Maps link generálásához lesz felhasználva\"],\"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.\"],\"W428WC\":[\"Oszlopok kapcsolása\"],\"W4kWXJ\":[\"Keresés résztvevő neve, e-mail címe vagy rendelési száma alapján...\"],\"W5A0Ly\":[\"Váratlan hiba történt.\"],\"W7AfhC\":[\"Az esemény összes résztvevője\"],\"WBq1/R\":[\"USB szkenner már aktív\"],\"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.\"],\"WHf154\":[\"Kód törlése\"],\"WKHW0N\":[\"Online esemény részletei\"],\"WKMnh4\":[\"Egysoros szövegbevitel\"],\"WLxtFC\":[\"Nem sikerült létrehozni a terméket. Kérjük, ellenőrizze adatait.\"],\"WNnP3w\":[\"Csatlakozás és frissítés\"],\"WOpH7O\":[\"Gyönyörű pénztári élmény bármilyen eszközön\"],\"WOyJmc\":[\"- Kattintson a visszavonáshoz\"],\"WTk/ke\":[\"A Stripe Connectről\"],\"WUOCgI\":[\"Hely sikeresen felajánlva\"],\"WVbTwK\":[\"Bejelentkezési lista létrehozása\"],\"WVgSTy\":[\"Megrendelés kezelése\"],\"WWYHKD\":[\"A fizetése banki szintű titkosítással védett\"],\"WZZzB6\":[\"Esemény neve kötelező\"],\"WZbCR3\":[\"Visszatérítés sikertelen\"],\"WbImlQ\":[\"A megrendelés törölve lett, és a megrendelő értesítést kapott.\"],\"WbopAG\":[\"A Stripe fizetések nincsenek engedélyezve ehhez az eseményhez.\"],\"Wd5CDM\":[\"Az esemény nevének 150 karakternél rövidebbnek kell lennie.\"],\"WdmJIX\":[\"Előnézet betöltése...\"],\"Weq9zb\":[\"Általános\"],\"WgD6rb\":[\"Eseménykategória\"],\"WjSpu5\":[\"Online esemény\"],\"Wjz5KP\":[\"Nincs megjeleníthető résztvevő\"],\"Wvrz79\":[\"Fizetett összeg\"],\"WyCBRt\":[\"Adó összefoglaló\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Igen - Van érvényes EU ÁFA regisztrációs számom\"],\"X13xGn\":[\"Nem megbízható\"],\"X1zdE7\":[\"Konfiguráció sikeresen létrehozva\"],\"X26cQf\":[\"Jegy URL\"],\"X2rrlw\":[\"Részösszeg\"],\"X4o0MX\":[\"Webhook betöltése sikertelen\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"A bejegyzések itt jelennek meg, amikor az ügyfelek csatlakoznak az elfogyott termékek várólistájához.\"],\"XAHqAg\":[\"Ez egy általános termék, mint egy póló vagy egy bögre. Nem kerül jegy kiállításra.\"],\"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.\"],\"XIG669\":[\"Amikor a bejelentkezés megnyílik\"],\"XKJuAX\":[\"Kérdés törölve\"],\"XUfgCI\":[\"Nincs kapacitás-hozzárendelés\"],\"XVLu2v\":[\"Esemény címe\"],\"XX32BM\":[\"Csak néhány percet vesz igénybe\"],\"XZkeaI\":[\"Nem található napló\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Szervezői címe\"],\"Xe2tSS\":[\"Dokumentáció csatlakoztatása\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Megrendelései sikeresen exportálva.\"],\"XgOuA7\":[\"Utolsó 90 nap\"],\"XkFYVB\":[\"Termék törölve\"],\"XletzW\":[\"Kategória létrehozása\"],\"XwdMMg\":[\"A kód csak betűket, számokat, kötőjeleket és aláhúzásokat tartalmazhat\"],\"XxecLm\":[\"Jegy típusa\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Íme a React komponens, amelyet a widget beágyazásához használhatja az alkalmazásában.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Testreszabhatja az esemény honlapját és a fizetési üzeneteket.\"],\"YAV57v\":[\"Partner\"],\"YAl9Hg\":[\"Konfiguráció létrehozása\"],\"YC3oXa\":[\"Leírás a bejelentkezési személyzet számára\"],\"YClrdK\":[\"Ez az esemény még nem került közzétételre.\"],\"YDVUVl\":[\"Eseménytípusok\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Valami hiba történt! Kérjük, próbálja újra.\"],\"YHsF9c\":[\"Termék elrejtése az értékesítés befejezési dátuma után\"],\"YIDzi/\":[\"Egyedi sablon létrehozása\"],\"YIix5Y\":[\"Keresés...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Megerősítem, hogy ez egy tranzakciós üzenet az eseményhez kapcsolódóan\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Termék értékesítés, bevétel és adó bontás\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Fiók konfiguráció sikeresen frissítve\"],\"YQ3QSS\":[\"Ellenőrző kód újraküldése sikertelen\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Fix díj:\"],\"YXx+fG\":[\"Összesen kedvezmények előtt\"],\"YZi+Hu\":[\"Feladat újrapróbálásra sorba állítva\"],\"Ya1JhR\":[\"Nincsenek termékek ebben a kategóriában.\"],\"YaCgdO\":[\"E-mail megerősítés sikeresen újraküldve\"],\"Yc5YW6\":[\"Nincs sikertelen feladat\"],\"Ye321X\":[\"Adó neve\"],\"YfHZv0\":[\"Az ügyfélnek a fizetés előtt jelenik meg.\"],\"YgRSEE\":[\"Biztosan törölni szeretné ezt a promóciós kódot?\"],\"YjVNGZ\":[\"Honlap előnézet\"],\"Ym1gnK\":[\"alkalmazva\"],\"YpN29s\":[\"Szervező értesítése új megrendelésekről\"],\"Yrbm6T\":[\"Awesome Organizer Kft.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Ez a megrendelés törölve lett.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Bejelentkezési lista sikeresen frissítve\"],\"Z3FXyt\":[\"Betöltés...\"],\"Z3etYG\":[\"1 nappal az esemény előtt\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Offline fizetés\"],\"Z6q0Vl\":[\"Ezt a meghívót már elfogadta. Kérjük, jelentkezzen be a folytatáshoz.\"],\"Z8lGw6\":[\"Megosztás\"],\"ZBAScj\":[\"Ismeretlen résztvevő\"],\"ZCSSd+\":[\"Hozza létre saját eseményét\"],\"ZDIydz\":[\"Kezdés\"],\"ZIgYeg\":[\"Másodlagos szövegszín\"],\"ZN1WLO\":[\"E-mail másolása\"],\"ZOBwQn\":[\"Honlaptervezés\"],\"ZOmUYW\":[\"Az ÁFA számot a háttérben érvényesítjük. Ha bármilyen probléma merül fel, értesítjük.\"],\"ZPj0Q8\":[\"Üzenet részletei\"],\"ZPoHOn\":[\"Nincs termék ehhez a résztvevőhöz társítva.\"],\"ZPwFnN\":[\"Megrendelések exportálása sikertelen\"],\"ZQ15eN\":[\"Jegy e-mail újraküldése sikertelen\"],\"ZQKLI1\":[\"Veszélyzóna\"],\"ZS/D7f\":[\"Összes befejezett esemény\"],\"ZWEfBE\":[\"Fizetés nem szükséges\"],\"ZZEYpT\":[\"Opció \",[\"i\"]],\"ZaEJZM\":[\"E-mail cím módosításának megerősítése\"],\"ZfxaB4\":[\"Részben visszatérítve\"],\"Zi3Sbw\":[\"Sikeresen eltávolítva a várólistáról\"],\"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.\"],\"ZkS2p3\":[\"Esemény visszavonása\"],\"Zkymb9\":[\"E-mail cím, amelyet ehhez a partnerhez társít. A partner nem kap értesítést.\"],\"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.\"],\"Znwxal\":[\"Alkalmazási díjak konfigurációja\"],\"ZowkxF\":[\"Adók\"],\"ZpieFv\":[\"Nem sikerült törölni a megrendelést.\"],\"ZsZeV2\":[\"E-mail cím kötelező\"],\"ZthcdI\":[\"A kedvezmény nélküli promóciós kód elrejtett termékek felfedésére használható.\"],\"ZutOKU\":[\"ÁFA kulcs\"],\"Zw6LWb\":[\"A feladat törlése sikertelen\"],\"ZxnK5C\":[\"Miután elkezd gyűjteni adatokat, itt fogja látni.\"],\"Zz6Cxn\":[\"Veszélyzóna\"],\"a/gMx2\":[\"Nincsenek bejelentkezési listák\"],\"a0EjD+\":[\"Termék létrehozása\"],\"a41PKA\":[\"Partneri értékesítések nyomon követése\"],\"a5KFZU\":[\"Adja meg az esemény részleteit és kezelje az esemény beállításait.\"],\"a5jvSX\":[\"Ár szintek\"],\"a6+167\":[\"Válasszon eseményt\"],\"a6gga1\":[\"Hiba az e-mail cím módosításának megerősítésekor\"],\"a7u1N9\":[\"Ár\"],\"aAIQg2\":[\"Megjelenés\"],\"aEDp5C\":[\"Illessze be ezt oda, ahová a widgetet szeretné.\"],\"aFk48v\":[\"A konfiguráció törlése sikertelen\"],\"aGWZUr\":[\"Bruttó bevétel\"],\"aH6ZIb\":[\"Hívja meg csapatát\"],\"aIA9C4\":[\"Kérdés sikeresen létrehozva\"],\"aK4uBd\":[\"Utolsó 24 óra\"],\"aKtF0O\":[\"Stripe nincs csatlakoztatva\"],\"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.\"],\"aS0jtz\":[\"Elhagyott\"],\"aT3jZX\":[\"Időzóna kiválasztása\"],\"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.\"],\"acIJ41\":[\"Megrendelés állapota\"],\"agPptk\":[\"Médium\"],\"agZ87r\":[\"Hozzon létre jegyeket az eseményéhez, állítsa be az árakat és kezelje az elérhető mennyiséget.\"],\"alD1+n\":[\"Számlamegjegyzések\"],\"amMkpL\":[\"Nincs kapacitás\"],\"an5hVd\":[\"Képek\"],\"aqxYLv\":[\"Oktatás\"],\"av+gjP\":[\"Résztvevő neve\"],\"avf0gk\":[\"Kérdés leírása\"],\"awHmAT\":[\"Jegy azonosító\"],\"axVMjA\":[\"Termék elrejtése, kivéve, ha a felhasználónak van érvényes promóciós kódja\"],\"axv/Mi\":[\"Egyedi sablon\"],\"b0HJ45\":[\"Sikeres! \",[\"0\"],\" hamarosan e-mailt kap.\"],\"b1Jvg+\":[\"Kérjük, folytassa az új lapon.\"],\"b24kPi\":[\"Várakozási sor\"],\"b33PL9\":[\"Több platform megjelenítése\"],\"b46pt5\":[\"Esemény borítóképe\"],\"b4itZn\":[\"Dolgozik\"],\"b6+Y+n\":[\"Rendelés befejezve\"],\"b9SN9q\":[\"Egyedi rendelési hivatkozás\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Létrehozás \",[\"0\"]],\"bA31T4\":[\"Vásárló adatainak használata minden résztvevőhöz\"],\"bB6Ram\":[\"Utolsó 48 óra\"],\"bECJqy\":[\"Üzenet sikeresen jóváhagyva\"],\"bKOYkd\":[\"Számla sikeresen letöltve\"],\"bLB3MJ\":[\"Fizetési módok\"],\"bPWBLL\":[\"Nem sikerült kijelentkezni a résztvevőnek.\"],\"bPwFdf\":[\"Fiókok\"],\"bU4bS1\":[\"Visszatérítések\"],\"bU7oUm\":[\"Csak az ilyen státuszú megrendelésekre küldje el\"],\"bVjDs9\":[\"További díjak\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Biztosan törölni szeretné ezt a bejelentkezési listát?\"],\"bbslmb\":[\"Jegy tervező\"],\"bcCn6r\":[\"Számítás típusa\"],\"bcYlvb\":[\"Amikor a bejelentkezés lezárul\"],\"bfXQ+N\":[\"Meghívó elfogadása\"],\"bgqf+K\":[\"Jegytulajdonos e-mail címe\"],\"bhlHm/\":[\"A rendelése fizetésre vár\"],\"blK94r\":[\"Kérjük, adjon hozzá legalább egy opciót.\"],\"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ó.\"],\"br3Y/y\":[\"Platform díjak\"],\"btxLWj\":[\"Esemény állapota frissítve\"],\"bv6RXK\":[\"Gomb felirat\"],\"bwBlJv\":[\"Rendelés keresztnév\"],\"bxoWpz\":[\"Megerősítő e-mail újraküldése\"],\"byKna+\":[\"Váratlan hiba történt. Kérjük, próbálja újra.\"],\"c+suC6\":[\"Fizetett fiókok\"],\"c/TIyD\":[\"Rendelés és jegy\"],\"c2/9VE\":[\"Adattartalom\"],\"c3E/kw\":[\"Homer\"],\"c4uJfc\":[\"Majdnem kész! Csak a fizetés feldolgozására várunk. Ez csak néhány másodpercet vesz igénybe.\"],\"c6SXHN\":[\"Esemény oldal megtekintése\"],\"c7VN/A\":[\"Válaszok megtekintése\"],\"c9Evkd\":[\"Nem törölheti az utolsó kategóriát.\"],\"c9RYbv\":[\"Amikor egy megrendelés fizetettként lett megjelölve\"],\"cDHM1d\":[\"Az e-mail cím megváltozott. A résztvevő új jegyet kap a frissített e-mail címre.\"],\"cDtoWq\":[\"Biztosan újra szeretné küldeni a rendelés visszaigazolását a következő címre: \",[\"0\"],\"?\"],\"cEFg3R\":[\"Nem sikerült létrehozni a partnert.\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 héttel az esemény előtt\"],\"cHO4ec\":[\"Ez az üzenet szerepelni fog az eseményről küldött összes e-mail láblécében.\"],\"cJ4Y4R\":[\"Visszatérítése feldolgozás alatt áll.\"],\"cK9+xQ\":[\"ÁFA ország\"],\"cKj6OE\":[\"Bejelentkezési összefoglaló\"],\"cMW+gm\":[\"Összes platform megjelenítése (további \",[\"0\"],\" értékkel)\"],\"cOePZk\":[\"Esemény időpontja\"],\"cQrNR3\":[\"Profil kezelése\"],\"cRRc+F\":[\"Ez a termék nem törölhető, mert megrendeléshez van társítva. Helyette elrejtheti.\"],\"cSev+j\":[\"Szűrők\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" bejelentkezett\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Adók és díjak vannak hozzáadva egy ingyenes termékhez. Szeretné eltávolítani őket?\"],\"cd0jIM\":[\"Feladat részletei\"],\"cdR8d6\":[\"Kérjük, hozzon létre egy jegyet.\"],\"cde2hc\":[\"Minden termék\"],\"cf35MA\":[\"Fesztivál\"],\"cjdktw\":[\"🚀 Indítsa el az eseményt\"],\"cl5WYc\":[\"Promóciós kód \",[\"promo_code\"],\" alkalmazva\"],\"clF06r\":[\"Visszatérítésre elérhető\"],\"cljs3a\":[\"Jelölje meg, ha ÁFA-s az EU-ban\"],\"cnGeoo\":[\"Törlés\"],\"coIKFu\":[\"A szervezői statisztikák nem érhetők el a kiválasztott pénznemhez, vagy hiba történt.\"],\"cormHa\":[\"Cím 2. sor\"],\"cosfD8\":[\"Résztvevő állapota\"],\"cs5muu\":[\"Eseményoldal előnézete\"],\"csDS2L\":[\"Elérhető\"],\"ct2SYD\":[\"Utolsó 7 nap\"],\"cxsKvw\":[\"Amikor egy bejelentkezés törölve lett\"],\"d+F6q9\":[\"Létrehozva\"],\"d+KKMz\":[\"Bejelentkezési lista betöltése sikertelen\"],\"d0rUsW\":[\"Közösségi linkek\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Mégsem\"],\"dF6vP6\":[\"Élő\"],\"dFFW9L\":[\"Értékesítés véget ért \",[\"0\"]],\"dFHcIn\":[\"Adó adatok\"],\"dFJnia\":[\"Ez a szervezőjének neve, amely megjelenik a felhasználók számára.\"],\"dFuEhO\":[\"Jegy e-mail újraküldése\"],\"dJZTv2\":[\"Kezdési idő kiválasztása\"],\"dLm8V5\":[\"A promóciós e-mailek fiók felfüggesztéshez vezethetnek\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Hozzárendelési bontás\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Itt vannak az e-mail címéhez tartozó összes jegyek.\"],\"dPYu1F\":[\"Résztvevőnként\"],\"dPyJ15\":[\"Sablon törlése\"],\"dSyJj6\":[\"Az e-mail címek nem egyeznek\"],\"dVgNF1\":[\"A konfiguráció létrehozása sikertelen\"],\"dVxpp5\":[\"Üdv újra, \",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Nem találhatók események\"],\"dWBrJX\":[\"Offline fizetés sikertelen. Kérjük, próbálja újra, vagy lépjen kapcsolatba az eseményszervezővel.\"],\"dXoieq\":[\"Összefoglaló\"],\"dZsDbK\":[\"HTML karakterkorlát túllépve: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"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.\"],\"de6HLN\":[\"Amikor az ügyfelek jegyeket vásárolnak, megrendeléseik itt fognak megjelenni.\"],\"dfkQIO\":[\"Amikor új termék jön létre\"],\"dkAPxi\":[\"Webhook létrehozása\"],\"dr7CWq\":[\"Összes közelgő esemény\"],\"dsFmM+\":[\"Megvásárolt\"],\"dtGC3q\":[\"Jegy e-mailt újraküldték a résztvevőnek.\"],\"e/cvV1\":[\"Ellenőrzés...\"],\"e3uMJH\":[\"Ez a megrendelés kész.\"],\"e4KdjJ\":[\"Résztvevő manuális hozzáadása\"],\"e4L7bF\":[\"Válasszon egy üzenetet a tartalom megtekintéséhez\"],\"e5lF64\":[\"Használati példa\"],\"e7eZuA\":[\"Megrendelés frissítve\"],\"e8WNln\":[\"Esemény időzóna\"],\"e99fHm\":[\"Esemény visszaállítása\"],\"eB5vce\":[\"Megrendelők meghatározott termékkel\"],\"ePK91l\":[\"Szerkesztés\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Új jelszó létrehozása\"],\"eWRECP\":[\"Éjszakai élet\"],\"eXssj5\":[\"Alapértelmezett beállítások megadása az e szervező alatt létrehozott új eseményekhez.\"],\"eaUTwS\":[\"Visszaállítási link küldése\"],\"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.\"],\"ebIDwV\":[\"Google Naptár\"],\"eeZdaB\":[\"Konfiguráció sikeresen frissítve\"],\"efAM7X\":[\"Dátum beviteli mező. Tökéletes születési dátum stb. kérésére.\"],\"ejMDw1\":[\"Amikor egy megrendelés visszatérítésre került\"],\"ejXy+D\":[\"Termékek rendezése sikertelen\"],\"elW7Tn\":[\"E-mail törzse\"],\"enV0g0\":[\"Hagyja üresen az alapértelmezett „Számla” szó használatához\"],\"eneWvv\":[\"Piszkozat\"],\"enzGAL\":[\"Kérdések\"],\"eorM7z\":[\"Kategóriák sikeresen átrendezve.\"],\"ercTDX\":[\"A kódnak 3 és 50 karakter között kell lennie\"],\"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.\"],\"etaWtB\":[\"Résztvevő adatainak szerkesztése\"],\"euc6Ns\":[\"Duplikálás\"],\"eusccx\":[\"Opcionális üzenet a kiemelt termék megjelenítéséhez, pl. \\\"Gyorsan fogy 🔥\\\" vagy \\\"Legjobb ár\\\"\"],\"evDBV8\":[\"Esemény közzététele\"],\"exy8uo\":[\"Kód generálása\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Bejelentkezési listák\"],\"f30uVZ\":[\"Mit kell tennie:\"],\"f3RdEk\":[[\"hours\"],\" óra, \",[\"minutes\"],\" perc, és \",[\"seconds\"],\" másodperc\"],\"f4vJgj\":[\"Többsoros szövegbevitel\"],\"f7SUun\":[\"A jelszavak nem egyeznek.\"],\"f8qS7T\":[\"'Még semmi sem látható'\"],\"f9WRpE\":[\"Érvénytelen fájltípus. Kérjük, töltsön fel egy képet.\"],\"fAv9QG\":[\"🎟️ Jegyek hozzáadása\"],\"fFYotW\":[\"Részben visszatérítve: \",[\"0\"]],\"fFeCKc\":[\"Nincs kedvezmény\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Nem téríthet vissza manuálisan létrehozott megrendelést.\"],\"fKn/k6\":[\"Visszatérítés összege\"],\"fMPkxb\":[\"Több mutatása\"],\"fROFIL\":[\"Vietnámi\"],\"fTFfOK\":[\"Minden e-mail sablonnak tartalmaznia kell egy cselekvésre ösztönző gombot, amely a megfelelő oldalra vezet\"],\"fVPt0F\":[\"Amikor egy megrendelés frissül\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Webhook szerkesztése\"],\"fWsBTs\":[\"Valami hiba történt. Kérjük, próbálja újra.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"pl. Fontos frissítés a jegyeiről\"],\"fcnqjw\":[\"Offline fizetési utasítások\"],\"fdjq4c\":[\"Kitöltés\"],\"fgLNSM\":[\"Regisztráció\"],\"fiV0xj\":[\"Használati limit\"],\"fj5byd\":[\"N/A\"],\"fovJi3\":[\"USB szkenner mód deaktiválva\"],\"fpMs2Z\":[\"ÉLŐ\"],\"fpb0rX\":[\"Résztvevő adatok másolva a rendelésből\"],\"fqDzSu\":[\"Arány\"],\"ftNXma\":[\"Partnerek keresése...\"],\"ftzaMf\":[\"Értékesítési időszak, rendelési limitek, láthatóság\"],\"fuwKpE\":[\"Kérjük, próbálja újra.\"],\"fvDQhr\":[\"Szint elrejtése a felhasználók elől\"],\"fx8BTd\":[\"Fizetések nem elérhetők\"],\"fyE7Au\":[[\"minutes\"],\" perc és \",[\"seconds\"],\" másodperc\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Fizetése sikertelen volt. Kérjük, próbálja újra.\"],\"g+2103\":[\"Íme az affiliate linkje\"],\"g+lLS9\":[\"Csapattag meghívása\"],\"g2UNkE\":[\"Működteti:\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Egyedi márkajelzés\"],\"g9dPPQ\":[\"Maximum megrendelésenként\"],\"gGhBmF\":[\"Offline állapotban van.\"],\"gHSuV/\":[\"Ugrás a főoldalra\"],\"gJQsLv\":[\"Borítókép feltöltése a szervezőhöz\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Minden résztvevő\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Termék sikeresen létrehozva\"],\"gPgdNV\":[\"ÁFA szám sikeresen érvényesítve\"],\"gTN6Ws\":[\"Befejezési idő kiválasztása\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logó és borítókép a szervezőjéhez\"],\"geUFpZ\":[\"Adó és díjak\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Nincs találat\"],\"gnBreG\":[\"Rendelés leadásának dátuma\"],\"goOKRY\":[\"Szint hozzáadása\"],\"gqnyh0\":[\"Mobilra optimalizált\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Kiemelés\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Utoljára aktiválva\"],\"gwk5gg\":[\"Cím 2. sor\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"Mely termékekre vonatkozik ez a kód?\"],\"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.\"],\"gypigA\":[\"Ez a promóciós kód érvénytelen.\"],\"gzrCuN\":[\"A rendelés adatai frissültek. Megerősítő e-mailt küldtünk az új e-mail címre.\"],\"h0Q9Iw\":[\"Utolsó válasz\"],\"h0dx5e\":[\"Nem sikerült csatlakozni a várólistához\"],\"h10Wm5\":[\"Kifizetetlen megrendelés\"],\"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.\"],\"h69WC6\":[\"Elküldve\"],\"hAjDQy\":[\"Állapot kiválasztása\"],\"hBsw5C\":[\"Értékesítés befejezve\"],\"hD1ocH\":[\"Bejelentkezési URL a vágólapra másolva\"],\"hDNwnf\":[\"Az Ön logója, színei és stílusa minden oldalon\"],\"hEtQsg\":[\"Résztvevői önkiszolgálás alapértelmezett engedélyezése\"],\"hFHnxR\":[\"Mely termékekre vonatkozik ez a kód? (Alapértelmezés szerint mindenre vonatkozik)\"],\"hFwWnI\":[\"Értesítési beállítások\"],\"hJmVtD\":[\"Ország kiválasztása\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Profilom\"],\"hL7sDJ\":[\"Szervezői oldal megosztása\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Csak kattintson az alábbi gombra a Stripe fiók újracsatlakoztatásához.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Létrehozás\"],\"hauDFf\":[\"Jegyenként\"],\"hbwCKE\":[\"E-mail cím vágólapra másolva\"],\"hcX103\":[\"Kérjük, hozzon létre egy terméket.\"],\"hdyeZ0\":[\"Feladat törlése\"],\"he3ygx\":[\"Másolás\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Összeg\"],\"hfHhaa\":[\"Kérjük, várjon, amíg előkészítjük partnereit az exportálásra...\"],\"hg80P7\":[\"Stripe beállítás befejezése\"],\"hli+ga\":[\"USB/HID szkenner\"],\"hqmXmc\":[\"Dolgozik...\"],\"hrvLf4\":[\"Hitelkártyás fizetések elfogadása a Stripe-pal\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"E-mail cím\"],\"i0QKrm\":[\"Partner frissítése sikertelen\"],\"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.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Rendelésszám\"],\"i8day5\":[\"Díj áthárítása a vevőre\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Kód szerkesztése\"],\"iG7KNr\":[\"Logó\"],\"iIEaNB\":[\"Ha van nálunk fiókja, e-mailt fog kapni a jelszó visszaállításához szükséges utasításokkal.\"],\"iJhSxe\":[\"Testreszabhatja az esemény SEO beállításait.\"],\"iMdwTb\":[\"Mielőtt az esemény élővé válna, néhány dolgot meg kell tennie. Fejezze be az összes alábbi lépést a kezdéshez.\"],\"iN5Cz3\":[\"A fiók már csatlakoztatva van!\"],\"iPBfZP\":[\"Regisztrált résztvevők\"],\"iQZff7\":[\"Adók, díjak, láthatóság, értékesítési időszak, termék kiemelés és rendelési limitek\"],\"iS0wAT\":[\"A kategóriák segítenek a termékek rendszerezésében. Ez a cím megjelenik a nyilvános eseményoldalon.\"],\"iStTQt\":[\"A kamera engedélyezése megtagadva. <0>Kérje újra az engedélyt, vagy ha ez nem működik, akkor <1>engedélyeznie kell ennek az oldalnak a kamerájához való hozzáférést a böngésző beállításai között.\"],\"iTvh6I\":[\"Jelenleg megvásárolható\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Kód másolása\"],\"iWa9cY\":[\"Mondja el az embereknek, mire számíthatnak az eseményén.\"],\"iX6SLo\":[\"Testreszabhatja a folytatás gomb szövegét.\"],\"ia8YsC\":[\"Közelgő\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Üzenetét sikeresen elküldtük!\"],\"igBrCH\":[\"Kérjük, erősítse meg e-mail címét az összes funkció eléréséhez.\"],\"ih35UP\":[\"Konferencia Központ\"],\"ii0qn/\":[\"Tárgy kötelező\"],\"iiWXDL\":[\"Jogosultsági hibák\"],\"imLQ9Y\":[\"ÁFA szám érvényesítése...\"],\"imgKgl\":[\"Esemény leírása\"],\"injXD7\":[\"Az ÁFA szám nem érvényesíthető. Kérjük, ellenőrizze a számot és próbálja újra.\"],\"ioG+xt\":[\"Fizetésre vár\"],\"ipP6Ue\":[\"Résztvevő létrehozása\"],\"ipYKgM\":[\"Keresőmotor indexelésének engedélyezése\"],\"irpUxR\":[\"Fix összeg\"],\"ixIx1f\":[\"Termék kiválasztása\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"Kezdés dátuma kötelező\"],\"izwOOD\":[\"Adó és díjak külön megjelenítése\"],\"j/TOB3\":[\"Közösségi linkek és weboldal\"],\"j1Jl7s\":[\"Kategória szerkesztése\"],\"j1VfcT\":[\"Keresőoptimalizálási leírás\"],\"j5FdeA\":[\"Ez a rendelés feldolgozás alatt áll.\"],\"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.\"],\"j9b/iy\":[\"Gyorsan fogy 🔥\"],\"j9cPeF\":[\"Eseménytípusok kiválasztása\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Legalább egy árszintre szüksége van.\"],\"jEbkcB\":[\"Összes visszatérített\"],\"jEu4bB\":[\"Oszlopok\"],\"jEw0Mr\":[\"Kérjük, adjon meg érvényes URL-t.\"],\"jIPNJG\":[\"Alapvető információk\"],\"jRJZxD\":[\"Kapacitás törlése\"],\"jT142F\":[[\"diffHours\"],\" óra múlva\"],\"jVRHeq\":[\"Regisztrált\"],\"jZj9y9\":[\"Többszintű termék\"],\"jZlrte\":[\"Szín\"],\"jabmnm\":[\"Partner sikeresen frissítve\"],\"jfC/xh\":[\"Kapcsolat\"],\"jh2orE\":[\"Átköltöztettük a székhelyünket Írországba. Ennek eredményeként újra kell csatlakoztatnia a Stripe fiókját. Ez a gyors folyamat csak néhány percet vesz igénybe. Az értékesítései és meglévő adatai teljesen érintetlenek maradnak.\"],\"jkNgQR\":[\"A megrendelés visszatérítése is\"],\"jo3Gm6\":[\"Nem sikerült exportálni a partnereket.\"],\"jp5bq8\":[\"címzett\"],\"jpctdh\":[\"Megtekintés\"],\"jrBSO1\":[\"Szervező szerkesztése\"],\"jtrY3S\":[\"Még nincs mit mutatni\"],\"jtrqH9\":[\"Résztvevők exportálása\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Megosztott kapacitás kezelés\"],\"jyt+cx\":[\"E-mail lábléc üzenet\"],\"k/bJj0\":[\"Kérdések átrendezve\"],\"k1bLf+\":[\"Háttérszín\"],\"k3Tngl\":[\"Résztvevők exportálva\"],\"k3dfFD\":[\"A rejtett kérdések csak az eseményszervező számára láthatók, az ügyfél számára nem.\"],\"k3wH7i\":[\"Promóciós kód felhasználás és kedvezmény bontás\"],\"k4FLBQ\":[\"Áthárítás a vevőre\"],\"k5CU8c\":[\"Összes bejegyzés\"],\"k5p8dz\":[\"Kapacitás-hozzárendelés sikeresen törölve\"],\"k9RiLi\":[\"Termék létrehozása\"],\"k9m6/E\":[\"Honlapbeállítások sikeresen frissítve\"],\"kBkYSa\":[\"Kapacitás szerkesztése\"],\"kCn6wb\":[\"Visszaállítás...\"],\"kF8HQ7\":[\"Válaszok exportálása\"],\"kIKb9e\":[\"Közösségi\"],\"kJDmsI\":[\"Esemény részletei\"],\"kKpkzy\":[\"Sikeresen felajánlva jegyek 1 személynek\"],\"kMU5aM\":[\"Lemondási értesítés elküldve ide:\"],\"kNmmvE\":[\"Awesome Events Kft.\"],\"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.\"],\"kODvZJ\":[\"Keresztnév\"],\"kOtCs2\":[\"Számlaszámozás\"],\"kTSQej\":[\"Helló \",[\"0\"],\", innen kezelheti a platformot.\"],\"kUlL8W\":[\"Profil sikeresen frissítve\"],\"kWI/37\":[\"Szervező kiválasztása\"],\"kWg31j\":[\"Adjon meg egyedi partnerkódot\"],\"kY7XDn\":[\"Nincs várólistás bejegyzéssel rendelkező termék\"],\"kYZSFD\":[\"Válasszon egy szervezőt az irányítópultjának és eseményeinek megtekintéséhez.\"],\"kYqM1A\":[\"Vissza az eseményhez\"],\"kadJKg\":[\"1 termékre vonatkozik\"],\"kf83Ld\":[\"Valami hiba történt.\"],\"khBZkl\":[\"ÁFA\"],\"kj7zYe\":[\"Webhook sikeresen frissítve\"],\"kjAL4v\":[\"Jegy\"],\"klWBeI\":[\"Kérjük, várjon, mielőtt újabb kódot kér.\"],\"kodV18\":[\"CSV letöltése\"],\"kpAzPe\":[\"Értékesítés kezdete\"],\"kpJAeS\":[\"Szervező létrehozása\"],\"kqA9lY\":[\"Az ÁFA beállítások frissítése sikertelen\"],\"ktyvbu\":[\"Termék(ek)\"],\"kv9dM4\":[\"Platform bevétel\"],\"kvYpYu\":[\"Rendelés nem található\"],\"kvpxIU\":[\"Ez értesítésekhez és a felhasználókkal való kommunikációhoz lesz használva.\"],\"kzx0uD\":[\"Esemény alapértelmezések sikeresen frissítve\"],\"l+/HS6\":[\"Az ajánlatok \",[\"timeoutHours\"],\" óra után lejárnak.\"],\"l3sZO1\":[\"Adjon hozzá bármilyen megjegyzést a megrendeléshez. Ezek nem lesznek láthatók az ügyfél számára.\"],\"l5OcwO\":[\"Üzenet a résztvevőnek\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Az ÁFA beállítások mentése sikertelen. Kérjük, próbálja újra.\"],\"l75CjT\":[\"Igen\"],\"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.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" már bejelentkezett\"],\"lB2hSG\":[\"Tartsanak naprakészen a \",[\"0\"],\" híreivel és eseményeivel\"],\"lFdbRS\":[\"Alkalmazási díjak megkerülése\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Exportálási feladat indítása sikertelen\"],\"lNipG+\":[\"Egy termék elrejtése megakadályozza, hogy a felhasználók lássák azt az eseményoldalon.\"],\"lQgMLn\":[\"Iroda vagy helyszín neve\"],\"lS9/aZ\":[\"Nem sikerült betölteni a címzetteket\"],\"lWxAUo\":[\"Étel és ital\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Egyéni résztvevők üzenete\"],\"lYGfRP\":[\"Angol\"],\"lZwV6X\":[\"Csatlakozás a várólistához: \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Termék frissítve\"],\"lfLHNz\":[\"CTA címke kötelező\"],\"lflimf\":[\"Fizetési határidő\"],\"lgFfeO\":[\"Elfogyott\"],\"lhAWqI\":[\"Köszönjük támogatását, miközben tovább fejlődünk és fejlesztjük a Hi.Events-et!\"],\"lk74+I\":[\"Díj átvállalása\"],\"lkE00/\":[\"Valami hiba történt. Kérjük, próbálja újra később.\"],\"lkMK2r\":[\"Az Ön adatai\"],\"lkNdiH\":[\"Fióknév\"],\"lnCMdg\":[\"Kép feltöltése\"],\"lnYE59\":[\"Az esemény dátuma\"],\"lnrkNz\":[\"E-mail megerősítés újraküldése\"],\"loCKGB\":[\"Értékesítés vége \",[\"0\"]],\"lpm0+y\":[\"1 terméket tartalmaz\"],\"lsxOPC\":[\"Fizetés beérkezett\"],\"luHAJY\":[\"Népszerű események (Elmúlt 14 nap)\"],\"lyD7rQ\":[\"Ez a szervezői profil még nem került közzétételre.\"],\"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.\"],\"m/N7Zq\":[\"Esemény teljes címe\"],\"m0CFV2\":[\"Résztvevő adatai\"],\"m3FM1g\":[\"Összes visszatérített\"],\"m8WD6t\":[\"Beállítás folytatása\"],\"m9SD3V\":[\"A kódnak legalább 3 karakter hosszúnak kell lennie\"],\"mBsBHq\":[\"A bejelentkezési lista nem aktív\"],\"mCB6Je\":[\"Összes kiválasztása\"],\"mEHQ8I\":[\"Biztosan nyilvánossá szeretné tenni ezt az eseményt? Ezzel az esemény láthatóvá válik a nyilvánosság számára.\"],\"mFdA+i\":[\"Üzenetküldési szint\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Standard termék fix árral\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"E-mail cím módosítása függőben\"],\"mImacG\":[\"Eseményoldal\"],\"mJJh2s\":[\"A partneri értékesítések nem kerülnek nyomon követésre. Ez inaktiválja a partnert.\"],\"mLBUMQ\":[\"Konfiguráció sikeresen törölve\"],\"mUv9U4\":[\"Értékesítések\"],\"mVKOW6\":[\"Hiba történt az üzenet küldésekor.\"],\"mYGY3B\":[\"Dátum\"],\"mYLhkl\":[\"Egyéb beállítások\"],\"mYygCM\":[\"Szervező kötelező\"],\"mdeIOH\":[\"Kód újraküldése\"],\"mf3FrP\":[\"Ez a kategória még nem tartalmaz termékeket.\"],\"mimF6c\":[\"Egyedi üzenet a pénztár után\"],\"miysJh\":[\"Nem találtuk ezt a rendelést. Lehet, hogy el lett távolítva.\"],\"mkWad2\":[\"Magyar\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Százalékos díj\"],\"mnUGVC\":[\"Túllépte a korlátot. Kérjük, próbálja újra később.\"],\"mnafgQ\":[\"Az események alapértelmezett időzónája.\"],\"mpB/d9\":[\"Teljes megrendelési összeg\"],\"muXhGi\":[\"Ha engedélyezve van, a szervező e-mail értesítést kap, amikor új megrendelés érkezik.\"],\"mvrlBO\":[\"Szűrés esemény szerint\"],\"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.\"],\"mxsm1o\":[\"Törli ezt a kérdést? Ez nem vonható vissza.\"],\"n/7+7Q\":[\"Megerősítés elküldve a következő címre:\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Kép sikeresen törölve\"],\"n10yGu\":[\"Megrendelés visszatérítése\"],\"n143Tq\":[\"Termékkategória szerkesztése\"],\"n4SpU5\":[\"Esemény kezelése\"],\"n57zCW\":[\"Nem hozzárendelt fiókok\"],\"n5pRtF\":[\"Jegy létrehozása\"],\"n5vdm2\":[\"Ehhez a végponthoz még nem rögzítettek webhook eseményeket. Az események itt jelennek meg, amint aktiválódnak.\"],\"n6EaWL\":[\"Naplók megtekintése\"],\"n8+Ng/\":[\"Kérjük, adja meg az 5 jegyű kódot.\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Szám előtag\"],\"n8IUs7\":[\"Bruttó bevétel\"],\"n9V+ps\":[\"Adja meg nevét\"],\"n9ZhRa\":[\"Befejezés dátumának és idejének kiválasztása\"],\"nAn4Oe\":[\"Megrendelés fizetettként megjelölve\"],\"nBVOd7\":[\"Amikor egy résztvevő frissül\"],\"nBqgQb\":[\"Az Ön e-mail címe\"],\"nCywLA\":[\"Csatlakozzon bárhonnan\"],\"nDBs04\":[\"Kapacitás kezelése\"],\"nE5o/t\":[\"Adattulajdonlás\"],\"nFm+5u\":[\"Lábléc szövege\"],\"nHm0AI\":[\"Napi értékesítési, adó- és díj bontás.\"],\"nKtyYu\":[\"Folytatás a következő lépésre\"],\"nLC6tu\":[\"Francia\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Beavatkozás szükséges: Csatlakoztassa újra Stripe fiókját\"],\"nO3VbP\":[\"Értékesítésben \",[\"0\"]],\"nOBvex\":[\"Valós idejű rendelési és résztvevői adatok küldése a külső rendszereibe.\"],\"nOhz3x\":[\"Kijelentkezés\"],\"nP7CdQ\":[\"Webhook szerkesztése\"],\"nQI4H5\":[\"Kapcsolja be a Stripe-ot az e-mail sablon szerkesztéséhez\"],\"nWhye/\":[\"Kinek kell feltenni ezt a kérdést?\"],\"nYNT+5\":[\"Állítsa be eseményét\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"A rendelésed törlésre került.\"],\"nbfdhU\":[\"Integrációk\"],\"ncwQad\":[\"(üres)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"Nem találtuk a keresett jegyet. A link lejárhatott, vagy a jegy adatai megváltozhattak.\"],\"nfagfM\":[\"Érvényes\"],\"nfnm9D\":[\"Szervezet neve\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Kép feltöltése sikertelen. Kérjük, próbálja újra.\"],\"nm3Iz/\":[\"Köszönjük, hogy részt vett!\"],\"nn3mSR\":[\"Hátralévő idő:\"],\"nnfSdK\":[\"Egyedi ügyfelek\"],\"nniGTr\":[\"A konfigurációk szerkesztéséhez lépjen a Konfigurációk részhez az admin menüben.\"],\"nqx+6h\":[\"Fejezze be ezeket a lépéseket, hogy elkezdhesse jegyek értékesítését az eseményéhez.\"],\"nrGWUv\":[\"Testreszabhatja eseményoldalát, hogy illeszkedjen márkájához és stílusához.\"],\"nrSs2u\":[\"Nem található üzenet\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"Webhook URL\"],\"nvOPBA\":[\"Linkek engedélyezve\"],\"nwtY4N\":[\"Valami hiba történt\"],\"nx+rqg\":[\"szervező létrehozása\"],\"ny2r8d\":[\"Amikor egy megrendelés törölve lett\"],\"nz96Ue\":[\"1 jegytípus\"],\"o+tJN/\":[\"Kérjük, várjon, amíg előkészítjük résztvevőit az exportálásra...\"],\"o/blc/\":[\"A fiók konfiguráció frissítése sikertelen\"],\"o1my93\":[\"Szervező állapotának frissítése sikertelen. Kérjük, próbálja újra később.\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Gratulálunk az esemény létrehozásához!\"],\"o5r6b2\":[\"Feladat törölve\"],\"o6+Y6d\":[\"Újraküldés...\"],\"o7LgX6\":[\"További szolgáltatási díjakat és adókat konfigurálhat a fiókbeállításokban.\"],\"o7s5FA\":[\"Az a nyelv, amelyen a résztvevő e-maileket kap.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"TIPP\"],\"oHE9JT\":[\"Kapacitás-hozzárendelés szerkesztése\"],\"oI/hGR\":[\"Rendelésszám\"],\"oJjplO\":[\"Összes megtekintés\"],\"oNL5vN\":[\"Esemény oldalra\"],\"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).\"],\"oQvMPn\":[\"Kérdés címe\"],\"oR7zL3\":[\"Jegytulajdonos neve\"],\"oSDBWm\":[\"ÁFA beállítások\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Jegyeim\"],\"oW5877\":[\"Rendelés összege\"],\"oWXNE5\":[\"Menny.\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Hozzáadás a naptárhoz\"],\"ocS8eq\":[\"Már van fiókja? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Offline fizetési információk\"],\"olKKwj\":[\"Mobil szkenner offline támogatással és valós idejű követéssel\"],\"omyBS0\":[\"Engedélyezett napok száma a fizetésre (hagyja üresen a fizetési feltételek kihagyásához a számlákról)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Résztvevő kezelése\"],\"ophZVW\":[\"Jegyek kezelése\"],\"oqr9HB\":[\"Összecsukja ezt a terméket, amikor az eseményoldal kezdetben betöltődik\"],\"orBECM\":[\"Összesen beszedve\"],\"orluER\":[\"Kövesse nyomon a fióknövekedést és teljesítményt hozzárendelési forrás szerint\"],\"os29v1\":[\"Ez a jelszó-visszaállító link érvénytelen vagy lejárt.\"],\"ouM5IM\":[\"Próbáljon másik e-mailt\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Alapértelmezett\"],\"p/Sa0j\":[\"Fiókjának üzenetküldési korlátai vannak. A korlátozások emeléséhez lépjen kapcsolatba velünk\"],\"p2/GCq\":[\"Jelszó megerősítése\"],\"p2FRHj\":[\"Szabályozza, hogyan kezelje a platformdíjakat ezen eseménynél\"],\"p2WLr3\":[\"Bejelentkezés \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Válasszon egy kategóriát\"],\"pAey+4\":[\"A fájl túl nagy. Maximális méret: 5MB.\"],\"pCLes8\":[\"Hozzá kell járulnia az üzenetek fogadásához\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Jegy sikeresen újraküldve\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Legutóbbi fiók regisztrációk\"],\"pMLul+\":[\"Minden pénznem\"],\"pNgdBv\":[\"Nincsenek elérhető termékek ebben a kategóriában.\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"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.\"],\"pZNOT9\":[\"Nincs befejezési dátum\"],\"pbAk7a\":[\"Stripe csatlakoztatása\"],\"pjp2n5\":[\"Válassza ki, ki fizeti a platformdíjat. Ez nem érinti a fiókbeállításokban konfigurált további díjakat.\"],\"pkk46Q\":[\"Válasszon szervezőt\"],\"pn5qSs\":[\"További információk\"],\"pnVh83\":[\"ÁFA szám\"],\"pnoTN5\":[\"Ajánlási fiókok\"],\"poTr35\":[\"Felhasználó szerkesztése\"],\"ppuQR4\":[\"Megrendelés létrehozva\"],\"pqFrv2\":[\"pl. 2.50 2.50 dollárért\"],\"prZGMe\":[\"Számlázási cím kötelező\"],\"psosdY\":[\"Link a rendelés részleteihez\"],\"psqIm5\":[\"Kollaboráljon csapatával, hogy csodálatos eseményeket hozzanak létre együtt.\"],\"pvnfJD\":[\"Sötét\"],\"pxNIxa\":[\"Testreszabhatja az e-mail sablonját Liquid sablonok használatával\"],\"q/CcwE\":[\"Megrendelés dátuma\"],\"q1BizZ\":[\"Erre az e-mail címre küldjük a jegyeit\"],\"q2LEDV\":[\"Nincsenek résztvevők ehhez a megrendeléshez.\"],\"q6XHL1\":[\"Ár típusa\"],\"q7TRd7\":[\"Biztosan aktiválni szeretné ezt a résztvevőt?\"],\"qCJyMx\":[\"Fizetés utáni üzenet\"],\"qCqdg6\":[\"Bejelentkezési állapot\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"A vevők tiszta árat látnak. A platformdíjat a kifizetésből vonjuk le.\"],\"qGZz0m\":[\"Felkerült a várólistára!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Kimenő üzenetek\"],\"qNuTh3\":[\"Kivétel\"],\"qY4rpA\":[\"Visszatérítés sikertelen\"],\"qcP/8K\":[\"Ütemezett időpont\"],\"qdfdgM\":[\"123 Fő utca\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Kész! Most már a fejlesztett fizetési rendszerünket használja.\"],\"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á.\"],\"qpC74J\":[\"Nem találhatók felhasználók\"],\"qqWcBV\":[\"Befejezett\"],\"qqeAJM\":[\"Soha\"],\"qtGTNu\":[\"Organikus fiókok\"],\"qu6/03\":[\"Adók és díjak\"],\"quR8Qp\":[\"Fizetésre vár\"],\"qv4bfj\":[\"Díj, például foglalási díj vagy szolgáltatási díj\"],\"qvF+MT\":[\"Sikertelen háttérfeladatok figyelése és kezelése\"],\"qvylEK\":[\"Résztvevő létrehozva\"],\"r+lQXT\":[\"Kérjük, adja meg ÁFA számát\"],\"r2B2P8\":[\"Bejelentkezési URL másolása\"],\"r9M1hc\":[\"Bejelentkezési listák keresése...\"],\"rDC+T6\":[\"Feladat újrapróbálása\"],\"rLHma1\":[\"Szervező állapota frissítve\"],\"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.\"],\"rPA+Gc\":[\"Kommunikációs beállítások\"],\"rXngLf\":[\"Keresőoptimalizálási cím\"],\"rYXfOA\":[\"Regionális beállítások\"],\"raw09+\":[\"Állítsa be, hogyan gyűjtse a résztvevők adatait a pénztárnál\"],\"rdUucN\":[\"Előnézet\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Ez nem lesz látható az ügyfelek számára, de segít azonosítani a partnert.\"],\"rmelwV\":[\"0 perc és 0 másodperc\"],\"rnoQsz\":[\"Határok, kiemelések és QR kód stílusához használva\"],\"rp/zaT\":[\"Brazíliai portugál\"],\"rpGMzC\":[\"A rendelés frissítése sikertelen\"],\"ruJO57\":[\"Feladat neve\"],\"rxy0tG\":[\"E-mail ellenőrzése sikertelen\"],\"rzw+wS\":[\"Rendelés tulajdonosok\"],\"s/0RpH\":[\"Felhasználások száma\"],\"s0FkEx\":[\"Bejelentkezési listák beállítása különböző bejáratokhoz, munkamenetekhez vagy napokhoz.\"],\"s14PLh\":[\"Részleges visszatérítést bocsát ki. A vásárló \",[\"0\"],\" \",[\"1\"],\" összeget kap vissza.\"],\"s4JozW\":[\"Biztosan vissza szeretné állítani ezt az eseményt? Piszkozatként lesz visszaállítva.\"],\"s5QRF3\":[\"Vissza az üzenetekhez\"],\"s6EF6K\":[\"Azonnali kifizetések\"],\"s8v9hq\":[\"Vissza az esemény oldalára\"],\"s9KGXU\":[\"Eladva\"],\"sBV87H\":[\"Folytatás az esemény létrehozásához\"],\"sCV5Yc\":[\"Az esemény neve\"],\"sF+Xp9\":[\"Oldal megtekintések\"],\"sFFArG\":[\"A névnek rövidebbnek kell lennie 255 karakternél\"],\"sGEOe4\":[\"Használja a borítókép elmosódott változatát háttérként.\"],\"sGjBEq\":[\"Befejezés dátuma és ideje (opcionális)\"],\"sJsr1h\":[\"Termék típusa\"],\"sLbJQz\":[\"Rendelés nem található\"],\"sMiGXD\":[\"Kérjük, ellenőrizze, hogy az e-mail címe érvényes-e.\"],\"sQia9P\":[\"Bejelentkezés\"],\"sQxe68\":[\"Visszaigazolás újraküldése\"],\"sYLeDq\":[\"A keresett szervező nem található. Lehet, hogy az oldalt áthelyezték, törölték, vagy az URL hibás.\"],\"sYpiZP\":[\"Promóciós kód létrehozása\"],\"sZg7s1\":[\"Lejárati dátum\"],\"saG4At\":[\"Üzenet ütemezve\"],\"sby+1/\":[\"Kattintson a másoláshoz\"],\"sd5IMt\":[\"Befejezett rendelések\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Létrehozhat egy promóciós kódot, amely ezt a terméket célozza meg a\"],\"shkJ3U\":[\"Linkelje Stripe fiókját, hogy jegyértékesítésből származó bevételeket fogadjon.\"],\"sjNPMw\":[\"Ez a rendelés elhagyásra került. Bármikor kezdhet új rendelést.\"],\"snMaH4\":[\"Webhook törlése\"],\"spsZys\":[\"Készen áll a frissítésre? Ez csak néhány percet vesz igénybe.\"],\"sq7vjE\":[\"A kiemelt termékek eltérő háttérszínnel jelennek meg, hogy kiemelkedjenek az esemény oldalán.\"],\"sqdl5s\":[\"ÁFA információk\"],\"ss9PbX\":[\"Résztvevő\"],\"sxKqBm\":[\"A teljes rendelési összeg visszatérítésre kerül a vásárló eredeti fizetési módjára.\"],\"sy6fss\":[\"Alkalmazható \",[\"0\"],\" termékre\"],\"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.\"],\"szSnlj\":[\"1 órával az esemény előtt\"],\"t/KVOk\":[\"A megszemélyesítés indítása sikertelen. Kérjük, próbálja újra.\"],\"t/YqKh\":[\"Eltávolítás\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[[\"0\"],\" / \",[\"totalRows\"],\" rekord megjelenítése\"],\"t2bbp8\":[\"Résztvevő szerkesztése\"],\"t3AMTs\":[\"Eseménykezelő platform\"],\"t41hVI\":[\"Hely újbóli felajánlása\"],\"t79rDv\":[\"Jegy nem található\"],\"t7TeQU\":[\"Üzenetek\"],\"t9yxlZ\":[\"Jelentések\"],\"tDTq0D\":[\"Megrendelés időtúllépés\"],\"tDwYhx\":[\"Téma és színek\"],\"tF+VVr\":[\"VIP jegy\"],\"tFbRKJ\":[\"Nem szerkesztheti a fióktulajdonos szerepét vagy állapotát.\"],\"tGCY6d\":[\"Jegy ára\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"ÁFA kezelés a platform díjaknál\"],\"tKCBU0\":[\"Utoljára használva\"],\"tKKZn0\":[\"Rendelés részleteinek megtekintése\"],\"tKcbYd\":[\"Sikertelen feladatok\"],\"tLf3yJ\":[\"Mivel vállalkozása Írországban található, az ír 23%-os ÁFA automatikusan vonatkozik minden platformdíjra.\"],\"tMFDem\":[\"Nincs adat\"],\"tMNBEF\":[\"A bejelentkezési listák lehetővé teszik a belépés ellenőrzését napokon, területeken vagy jegytípusokon keresztül. Megoszthat egy biztonságos bejelentkezési linket a személyzettel - nincs szükség fiókra.\"],\"tMeVa/\":[\"Név és e-mail bekérése minden megvásárolt jegyhez\"],\"tNZzFb\":[\"Üzenet tartalma\"],\"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.\"],\"tPtRwl\":[\"Alkalmazási díjak szerkesztése\"],\"tRXdQ9\":[\"Amikor egy termék frissül\"],\"tSVr6t\":[\"Megszemélyesítés\"],\"tUGbi8\":[\"Adataim másolása:\"],\"tVJk4q\":[\"Megrendelés törlése\"],\"tVW/yo\":[\"Pénznem kiválasztása\"],\"tXadb0\":[\"A keresett esemény jelenleg nem elérhető. Lehet, hogy eltávolították, lejárt, vagy az URL hibás.\"],\"tYF4Zq\":[\"Nyomtatás PDF-be\"],\"tasfos\":[\"eltávolítás\"],\"td/bh+\":[\"Vissza a jelentésekhez\"],\"tdD/QN\":[\"Termék szerkesztése\"],\"tejfAy\":[\"Bejelentkezési listák\"],\"tfDRzk\":[\"Mentés\"],\"tiI71C\":[\"A korlátozások emeléséhez lépjen kapcsolatba velünk\"],\"tnL+GP\":[\"Érvénytelen Liquid szintaxis. Kérjük, javítsa ki és próbálja újra.\"],\"toutGW\":[\"QR kód\"],\"tq0abZ\":[\"A feladatok törlése sikertelen\"],\"trnWaw\":[\"Lengyel\"],\"tst44n\":[\"Események\"],\"tudG8q\":[\"Jegyek és árucikkek létrehozása és konfigurálása értékesítéshez.\"],\"u0n+wz\":[\"Várólista\"],\"u5oO/W\":[\"Offline fizetési beállítások\"],\"u6FPxT\":[\"Jegyek vásárlása\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Állapot\"],\"uBAxNB\":[\"Szerkesztő\"],\"uCFbG2\":[\"Partner sikeresen törölve\"],\"uEhdRh\":[\"Csak promócióval\"],\"uIElGP\":[\"Egyedi térképek URL\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Igaz, ha offline fizetés\"],\"uM9Alj\":[\"Ez a termék kiemelten szerepel az esemény oldalán\"],\"uN355O\":[\"Esemény létrehozása\"],\"uOXLV3\":[\"Elfogadom az <0>általános szerződési feltételeket\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Üzenet törölve\"],\"uQynyf\":[\"A konfiguráció frissítése sikertelen\"],\"uRfugr\":[\"Póló\"],\"uUPbPg\":[\"Partneri link másolása\"],\"uUehLT\":[\"Várakozik\"],\"uaSvqt\":[\"Lejárati dátum\"],\"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.\"],\"ucgZ0o\":[\"Szervezet\"],\"uchB0M\":[\"Widget előnézet\"],\"udRwQs\":[\"Bejelentkezés létrehozva\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Kapcsolja össze a Stripe fiókját a fizetések fogadásának megkezdéséhez.\"],\"uq2BmQ\":[\"Utolsó 30 nap\"],\"uvIqcj\":[\"Műhely\"],\"uyJsf6\":[\"Rólunk\"],\"uzEfRz\":[\"Megrendelés jegyzetek\"],\"v1P7Gm\":[\"Widget beállítások\"],\"v1kQyJ\":[\"Webhookok\"],\"v1rRtW\":[\"Teszt küldése\"],\"v2GlhZ\":[\"A jelenlegi ÁFA szám érvényesítése sikertelen\"],\"v4+lcZ\":[\"Partner szerkesztése\"],\"v4fiSg\":[\"Ellenőrizze e-mail címét\"],\"v7xKtM\":[\"Üzenetküldési szint sikeresen frissítve\"],\"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.\"],\"vAbVy9\":[\"Ingyenes termék, fizetési információ nem szükséges\"],\"vERlcd\":[\"Profil\"],\"vFjEnF\":[\"Fizetettként jelölés\"],\"vJuISq\":[\"Biztosan törölni szeretné ezt a kapacitás-hozzárendelést?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"A kérdés törlése sikertelen\"],\"vLyv1R\":[\"Elrejtés\"],\"vOuxvL\":[\"Fiók információk\"],\"vPJ1FI\":[\"Százalékos összeg\"],\"vPeW/6\":[\"Biztosan törölni szeretné ezt a konfigurációt? Ez hatással lehet az azt használó fiókokra.\"],\"vPqpQG\":[\"Bejelentkezési lista nem található\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Rendelés részleteinek szerkesztése\"],\"vRznIT\":[\"Hiba történt az exportálási állapot ellenőrzésekor.\"],\"vX8/tc\":[\"Az én csodálatos eseményem címe...\"],\"vXIe7J\":[\"Nyelv\"],\"vXPSuB\":[\"Profil frissítése\"],\"vYgeDk\":[\"Összes kijelölés megszüntetése\"],\"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.\"],\"vb0Q0/\":[\"Összes felhasználó\"],\"vcyz2L\":[\"Fizetési beállítások\"],\"ve9JTU\":[\"A vezetéknév kötelező\"],\"veessc\":[\"Résztvevői itt jelennek meg, miután regisztráltak az eseményére. Manuálisan is hozzáadhat résztvevőket.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Utolsó 14 nap\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Esemény másolása\"],\"vlf/In\":[\"Technológia\"],\"vmOFL/\":[\"Nem sikerült feldolgozni a fizetését. Kérjük, próbálja újra, vagy lépjen kapcsolatba a támogatással.\"],\"vqji3Y\":[\"ÁFA szám érvényesítése sikertelen. Kérjük, ellenőrizze az ÁFA számát.\"],\"vrSW9M\":[\"A rendelés törölve és visszatérítve lett. A rendelés tulajdonosa értesítve lett.\"],\"vt9xUl\":[\"Valós idejű elemzések\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Megrendelés fizetettként megjelölve\"],\"vu7ZGG\":[\"Logó és borítókép\"],\"vu7gDm\":[\"Partner törlése\"],\"vv7kpg\":[\"Törölve\"],\"vvO1I2\":[\"Stripe fiókja csatlakoztatva van, és készen áll a fizetések feldolgozására.\"],\"vwGkYB\":[\"A jelszónak legalább 8 karakter hosszúnak kell lennie.\"],\"vzJenu\":[\"E-mail beállítások sikeresen frissítve\"],\"w36OkR\":[\"Legnézettebb események (Elmúlt 14 nap)\"],\"w65ZgF\":[\"Ellenőriznie kell a fiók e-mail címét, mielőtt módosíthatná az e-mail sablonokat.\"],\"wBJR8i\":[\"Eseményt tervez?\"],\"wCKkSr\":[\"E-mail ellenőrzése\"],\"wDioLj\":[\"A feladat újrapróbálása sikertelen\"],\"wDx3FF\":[\"Nincsenek elérhető termékek ehhez az eseményhez.\"],\"wIa8Qe\":[\"Meghívó újraküldése\"],\"wJTzyi\":[\"Fizetési állapot\"],\"wJijgU\":[\"Helyszín\"],\"wJzo/w\":[\"Javasolt méretek: 400px x 400px, maximális fájlméret: 5MB.\"],\"wPRp9Z\":[\"Csak a bejelentkezési személyzet látja. Segít azonosítani ezt a listát bejelentkezéskor.\"],\"wPmXlA\":[\"Első számla száma\"],\"wQzCPX\":[\"Adózási információk, amelyek minden számla alján megjelennek (pl. adószám, adóazonosító szám).\"],\"wUv5xQ\":[\"Nincs szervezői tevékenység az elmúlt 14 napban\"],\"wYiAtV\":[\"Nincs új fiók regisztráció\"],\"wckWOP\":[\"Kezelés\"],\"wdxz7K\":[\"Forrás\"],\"whqocw\":[\"A regisztrációval elfogadja <0>Szolgáltatási feltételeinket és <1>Adatvédelmi irányelveinket.\"],\"wlfBad\":[\"Értékesítési időszak\"],\"wnDgGj\":[\"E-mail cím megerősítése...\"],\"wpfWhJ\":[\"Vásárló keresztneve\"],\"wpj63n\":[\"Szervezői beállítások\"],\"wu98dY\":[\"Kérdezze meg egyszer termékenként\"],\"wuV0bK\":[\"Megszemélyesítés leállítása\"],\"wuyaZh\":[\"Exportálás sikeres\"],\"x/xjzn\":[\"Partnerei sikeresen exportálva.\"],\"x1PPdr\":[\"Irányítószám / Postai irányítószám\"],\"x2mjl4\":[\"Kérjük, adjon meg egy érvényes kép URL-t, amely egy képre mutat.\"],\"x3wVFc\":[\"Gratulálunk! Az eseményed mostantól látható a nyilvánosság számára.\"],\"x4MLWE\":[\"Rendelés megerősítése\"],\"x5+Lcz\":[\"Nincs bejelentkezve\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"A résztvevő jegye nincs ebben a listában\"],\"x8XMsJ\":[\"Válassza ki az üzenetküldési szintet ehhez a fiókhoz. Ez szabályozza az üzenetkorlátokat és a link engedélyeket.\"],\"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.\"],\"xDAtGP\":[\"Üzenet\"],\"xDzTh7\":[\"Nem sikerült letölteni a számlát. Kérjük, próbálja újra.\"],\"xFRMlO\":[\"Minimum megrendelésenként\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" az aktuális árfolyamon\"],\"xFj7Yj\":[\"A sablon törlése sikertelen\"],\"xGU92i\":[\"Töltse ki a profilját a csapathoz való csatlakozáshoz.\"],\"xGVfLh\":[\"Folytatás\"],\"xHpVRl\":[\"Visszatérítés állapota\"],\"xJaTUK\":[\"Testreszabhatja az esemény kezdőlapjának elrendezését, színeit és márkajelzését.\"],\"xMDm+I\":[\"Bejelentkezés\"],\"xMO+Ao\":[\"Állítsa be szervezetét\"],\"xMekgu\":[\"Adjon hozzá bármilyen megjegyzést a megrendeléshez...\"],\"xN9AhL\":[\"Szint \",[\"0\"]],\"xTPjSy\":[\"Múltbeli események\"],\"xUgUTh\":[\"Keresztnév megadása\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Mindig elérhető\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Eszközök\"],\"xdA9ud\":[\"Helyezze ezt a weboldalának részébe.\"],\"xdiER7\":[\"Hozzárendelt szint\"],\"xeIaKw\":[\"Biztosan újra szeretné küldeni a jegyet a következő címre: \",[\"0\"],\"?\"],\"xfKgwv\":[\"Partner létrehozása\"],\"xgL50q\":[\"Mik azok a többszintű termékek?\"],\"xgav5v\":[\"Fizetés sikeres!\"],\"xnWESi\":[\"Jelszó megerősítése\"],\"xowcRf\":[\"Szolgáltatási feltételek\"],\"xrWdPR\":[\"Sablon sikeresen törölve\"],\"xxU3NX\":[\"Nettó bevétel\"],\"xxv3BZ\":[\"Ez a bejelentkezési lista lejárt.\"],\"xzRvs4\":[\"Termékfrissítések fogadása a \",[\"0\"],\"-től.\"],\"y/NR6s\":[\"Helyszín sikeresen frissítve\"],\"y0meFR\":[\"Ír ÁFA 23%-os mértékben kerül felszámításra a platform díjakra (belföldi szolgáltatás).\"],\"y1BZw1\":[\"Írja be a vállalati címet\"],\"y1eoq1\":[\"Link másolása\"],\"y22tv0\":[\"Másolja ezt a linket a megosztáshoz bárhol\"],\"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.\"],\"y55eMd\":[\"Felhasználások száma\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Nincs megjeleníthető esemény\"],\"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.\"],\"yDOdwQ\":[\"Felhasználókezelés\"],\"yIRev4\":[\"Jelszó létrehozása\"],\"yKWfjC\":[\"Promóciós kód oldal\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Nincsenek közelgő események\"],\"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ó.\"],\"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.\"],\"yPZN4i\":[\"Ez a megrendelési oldal már nem elérhető.\"],\"yPrbsy\":[\"Címzettek\"],\"yRg26W\":[\"Bruttó értékesítés\"],\"ySQGHV\":[\"Termék elrejtése, ha elfogyott\"],\"ySeBKv\":[\"Ezt a jegyet már beolvasta.\"],\"ySxKZe\":[\"Hányszor használható fel ez a kód?\"],\"yT6dQ8\":[\"Beszedett adók adótípus és esemény szerint csoportosítva\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 jegy\"],\"yWiPh+\":[\"Adó vagy díj hozzáadása\"],\"yZfBoy\":[\"Üzenetét elküldtük.\"],\"yhjU+j\":[\"Számla letöltése\"],\"yiy8Jt\":[\"Szervezői profil létrehozása, kérjük, várjon.\"],\"yj3N+g\":[\"1 nappal a kezdési dátum után\"],\"yjkELF\":[\"Új jelszó megerősítése\"],\"ylXj1N\":[\"Kiválasztva\"],\"ypJ62C\":[\"Kedvezmény %\"],\"yxhYRZ\":[[\"0\"],\" <0>sikeresen kijelentkezett\"],\"yz7wBu\":[\"Bezárás\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"Az ütemezett időpont megadása kötelező\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Hivatalosan Írországba 🇮🇪 költöztettük a székhelyünket. Ennek az átállásnak részeként most a Stripe Ireland-ot használjuk a Stripe Canada helyett. A kifizetések zökkenőmentes folytatásához újra kell csatlakoztatnia a Stripe fiókját.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"A jelentés exportálása sikertelen. Kérjük, próbálja újra.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Nincsenek kiválasztható termékek\"],\"zLmvhE\":[\"Résztvevő sikeresen létrehozva\"],\"zNECqg\":[\"jegyek\"],\"zNZNMs\":[\"Üzenet megtekintése\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Válasszon szintet\"],\"zPiC+q\":[\"Jogosult bejelentkezési listák\"],\"zTkTF3\":[\"A sablon mentése sikertelen\"],\"zUDyah\":[\"Bejelentkezés...\"],\"zWqUyJ\":[\"Tranzakciónkénti fix díj\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[[\"0\"],\" sablon létrehozása\"],\"zgCHnE\":[\"Napi értékesítési jelentés\"],\"ziAjHi\":[\"Generálás\"],\"zlHa5R\":[\"Ehhez a megrendeléshez nem adtak hozzá résztvevőket.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Telefon\"],\"znIg+z\":[\"Fizetés\"],\"zpekWp\":[\"Értékesítés kezdete \",[\"0\"]],\"zppscQ\":[\"Hi.Events platform díjak és ÁFA bontás tranzakciónként\"],\"zxnup4\":[\"Nincs megjeleníthető partner\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Sikeres\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/hu.po b/frontend/src/locales/hu.po index ce922f3ab..40ee136fc 100644 --- a/frontend/src/locales/hu.po +++ b/frontend/src/locales/hu.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Kattintson a visszavonáshoz" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'Még semmi sem látható'" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'Még semmi sem látható'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(üres)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} már bejelentkezett" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>sikeresen bejelentkezett" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>sikeresen kijelentkezett" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} aktív webhook" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} elérhető" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} sikeresen létrehozva" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} maradt" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "{0} logó" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} szervező" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} jegy" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} sikeresen frissítve" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} bejelentkezett" @@ -148,6 +169,7 @@ msgstr "<0>A termékhez elérhető termékek száma<1>Ez az érték felülí msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} az aktuális árfolyamon" @@ -251,6 +273,11 @@ msgstr "Díj, például foglalási díj vagy szolgáltatási díj" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Fix összeg termékenként. Pl. 0,50 dollár termékenként" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Többsoros szövegbevitel" @@ -300,7 +327,7 @@ msgstr "Standard adó, mint az ÁFA vagy a GST" msgid "Abandoned" msgstr "Elhagyott" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Rólunk" @@ -403,7 +430,8 @@ msgstr "Beavatkozás szükséges: ÁFA információ szükséges" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Műveletek" @@ -510,7 +538,7 @@ msgstr "Szint hozzáadása" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Hozzáadás a naptárhoz" @@ -660,7 +688,7 @@ msgstr "Minden feladat újrapróbálásra sorba állítva" msgid "All Products" msgstr "Minden termék" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Minden állapot" @@ -699,6 +727,7 @@ msgstr "Majdnem kész! Fejezze be Stripe fiókja csatlakoztatását a kifizetés msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Majdnem kész! Csak a fizetés feldolgozására várunk. Ez csak néhány másodpercet vesz igénybe." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Már van fiókja? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Csodálatos, esemény, kulcsszavak..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Összeg" @@ -734,6 +762,7 @@ msgstr "Összeg" msgid "Amount Paid" msgstr "Fizetett összeg" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Fizetett összeg ({0})" @@ -762,6 +791,11 @@ msgstr "Váratlan hiba történt." msgid "An unexpected error occurred. Please try again." msgstr "Váratlan hiba történt. Kérjük, próbálja újra." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Válasz sikeresen frissítve." @@ -778,10 +812,11 @@ msgstr "Megjelenés" msgid "Application Fees Configuration" msgstr "Alkalmazási díjak konfigurációja" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "alkalmazva" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Alkalmazható {0} termékre" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "1 termékre vonatkozik" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Alkalmaz" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Promóciós kód alkalmazása" +#~ msgid "Apply Promo Code" +#~ msgstr "Promóciós kód alkalmazása" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Biztosan piszkozatba szeretné tenni ezt a szervezőt? Ezzel a szervező msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "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." -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Biztosan szeretne helyet ajánlani ennek a személynek? E-mail értesítést fog kapni." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "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." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "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." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Biztosan el szeretné távolítani ezt a bejegyzést a várólistáról?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Biztosan újra szeretné küldeni a rendelés visszaigazolását a következő címre: {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Biztosan újra szeretné küldeni a jegyet a következő címre: {0}?" @@ -909,11 +947,11 @@ msgstr "Biztosan újra szeretné küldeni a jegyet a következő címre: {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Biztosan vissza szeretné állítani ezt az eseményt? Piszkozatként lesz visszaállítva." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "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." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "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." @@ -1101,7 +1139,7 @@ msgstr "Automatikus átméretezés" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "Az automatikus ajánlat engedélyezve van. A jegyek automatikusan felajánlásra kerülnek, amikor kapacitás válik elérhetővé. Használja ezt további helyek manuális felajánlásához." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Várólista automatikus feldolgozása" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Automatikusan észlelve a háttérszín alapján, de felülbírálható" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Automatikusan jegyet ajánl a következő személynek, amikor kapacitás szabadul fel" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Automatikusan jegyet ajánl a következő személynek, amikor kapacitás szabadul fel" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Vissza a jelentésekhez" msgid "Background Color" msgstr "Háttérszín" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Háttér típusa" @@ -1261,7 +1303,7 @@ msgstr "Vállalat neve" msgid "Button Label" msgstr "Gomb felirat" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Gomb szövege" @@ -1273,6 +1315,7 @@ msgstr "A vevő fizet" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "A vevők tiszta árat látnak. A platformdíjat a kifizetésből vonjuk le." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Kampány" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Mégsem" @@ -1343,6 +1387,7 @@ msgstr "Megrendelés törlése" msgid "Cancel Order" msgstr "Megrendelés törlése" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Megrendelés törlése {0}" @@ -1355,11 +1400,11 @@ msgstr "A törlés törli az összes ehhez a rendeléshez tartozó résztvevőt, #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Jótékonyság" msgid "Check In" msgstr "Bejelentkezés" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Bejelentkezés {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Kínai (hagyományos)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Válasszon színt a háttérhez" +#~ msgid "Choose a color for your background" +#~ msgstr "Válasszon színt a háttérhez" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Város" msgid "Clear Search Text" msgstr "Keresési szöveg törlése" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Kattintson a másoláshoz" @@ -1600,15 +1656,15 @@ msgstr "Kattintson a másoláshoz" msgid "Click to view notes" msgstr "Kattintson a jegyzet megtekintéséhez" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "bezárás" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Bezárás" @@ -1672,8 +1728,8 @@ msgstr "Adatok gyűjtése jegyenként" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Szín" +#~ msgid "Color" +#~ msgstr "Szín" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Adók és díjak beállítása" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Várólistai beállítások konfigurálása ehhez az eseményhez" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Várólistai beállítások konfigurálása ehhez az eseményhez" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Konfigurált kedvezmény" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Megerősítés" @@ -1942,12 +1999,14 @@ msgstr "Csatlakoztatva a Stripe-hoz" msgid "Connection Details" msgstr "Csatlakozási adatok" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Kapcsolat" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Kapcsolatfelvétel {0}" @@ -1963,12 +2022,12 @@ msgstr "Kapcsolati e-mail címünk az ügyfélszolgálathoz" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Folytatás" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Folytatás gomb szövege" @@ -1982,7 +2041,7 @@ msgstr "Beállítás folytatása" msgid "Continue Setup" msgstr "Beállítás folytatása" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Folytatás" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Borító" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Borítókép" @@ -2110,10 +2171,12 @@ msgstr "A borítókép a szervezői oldal tetején jelenik meg" msgid "Create" msgstr "Létrehozás" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Létrehozás {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "{0} sablon létrehozása" @@ -2339,6 +2402,10 @@ msgstr "Egyedi márkajelzés" msgid "Custom date and time" msgstr "Egyéni dátum és idő" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "Egyedi térképek URL" @@ -2415,7 +2482,7 @@ msgstr "Testreszabhatja a pénztárban feltett kérdéseket, hogy fontos inform msgid "Customize the SEO settings for this event" msgstr "Testreszabhatja az esemény SEO beállításait." -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Testreszabhatja a folytatás gomb szövegét." @@ -2613,6 +2680,7 @@ msgstr "Kedvezmény" msgid "Discount %" msgstr "Kedvezmény %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Kedvezmény {0}-ban" @@ -2621,7 +2689,7 @@ msgstr "Kedvezmény {0}-ban" msgid "Discount Type" msgstr "Kedvezmény típusa" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Üzenet elvetése" @@ -2704,10 +2772,16 @@ msgstr "A spam magas kockázata miatt csatlakoztatnia kell egy Stripe fiókot, m #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"A spam magas kockázata miatt csatlakoztatnia kell egy Stripe fiókot, mielőtt üzeneteket küldhetne a résztvevőknek.\n" -"Ez biztosítja, hogy minden eseményszervező ellenőrzött és felelősségre vonható legyen." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "A spam magas kockázata miatt csatlakoztatnia kell egy Stripe fiókot, mielőtt üzeneteket küldhetne a résztvevőknek.\n" +#~ "Ez biztosítja, hogy minden eseményszervező ellenőrzött és felelősségre vonható legyen." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Termék másolása" msgid "Dutch" msgstr "Holland" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "pl. 180 (3 óra)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "pl. Jegyek beszerzése, Regisztráció most" @@ -2768,11 +2842,14 @@ msgstr "Korai madár" msgid "Edit" msgstr "Szerkesztés" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Szerkesztés {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "{0} sablon szerkesztése" @@ -2907,7 +2984,7 @@ msgstr "Jogosult bejelentkezési listák" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Adja meg nevét" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Írja be az ÁFA számát az országkóddal együtt, szóközök nélkül (pl. IE1234567A, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "A bejegyzések itt jelennek meg, amikor az ügyfelek csatlakoznak az elfogyott termékek várólistájához." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Esemény beállítások" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Esemény állapotának frissítése sikertelen. Kérjük, próbálja újra később." #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "Kivétel" msgid "Expiration date" msgstr "Lejárati dátum" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Lejárt" @@ -3566,7 +3643,7 @@ msgstr "Nem sikerült betölteni a címzetteket" msgid "Failed to load Webhook" msgstr "Webhook betöltése sikertelen" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Nem sikerült helyet felajánlani" @@ -3574,6 +3651,10 @@ msgstr "Nem sikerült helyet felajánlani" msgid "Failed to offer tickets" msgstr "Nem sikerült jegyeket felajánlani" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "A kérdések újrarendezése sikertelen" @@ -3778,7 +3859,7 @@ msgstr "Keresztnév" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Keresztnév" msgid "First Name" msgstr "Keresztnév" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "Elfelejtette jelszavát?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Ingyenes" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "Német" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Útvonal" +#~ msgid "Get Directions" +#~ msgstr "Útvonal" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Azonnali kifizetés Stripe Connect-en keresztül" msgid "Get started" msgstr "Kezdés" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Jegyek vásárlása" @@ -3987,10 +4068,11 @@ msgstr "Vendégkezelés" msgid "Guests" msgstr "Résztvevők" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Van promóciós kódja?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Helló {0}, innen kezelheti a platformot." @@ -4020,6 +4102,7 @@ msgstr "Íme az affiliate linkje" msgid "Here's what to expect:" msgstr "Mire számíthat:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Szia {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Rejtett a nyilvánosság elől" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "A rejtett kérdések csak az eseményszervező számára láthatók, az ügyfél számára nem." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Elrejtés" @@ -4134,8 +4216,8 @@ msgstr "Honlaptervezés" msgid "Homepage Designer" msgstr "Honlaptervező" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Honlap előnézet" @@ -4144,7 +4226,7 @@ msgstr "Honlap előnézet" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "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." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Magyar" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Elfogadom az eseménnyel kapcsolatos e-mail értesítések fogadását" @@ -4193,7 +4275,7 @@ msgstr "Elfogadom az <0>általános szerződési feltételeket" msgid "I confirm this is a transactional message related to this event" msgstr "Megerősítem, hogy ez egy tranzakciós üzenet az eseményhez kapcsolódóan" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Ha nem nyílt meg automatikusan új lap, kérjük, kattintson az alábbi gombra a fizetés folytatásához." @@ -4299,6 +4381,7 @@ msgstr "Adja meg az online esemény csatlakozási adatait. Ezek az adatok megjel msgid "Include tax and fees in the price" msgstr "Adó és díjak belefoglalása az árba" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "{0} terméket tartalmaz" @@ -4477,21 +4560,25 @@ msgstr "János" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Csatlakozzon bárhonnan" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Csatlakozás a várólistához" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Csatlakozás a várólistához: {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Csatlakozás a várólistához: {0}" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Csatlakozott" @@ -4503,6 +4590,7 @@ msgstr "Csak kattintson az alábbi gombra a Stripe fiók újracsatlakoztatásáh msgid "Just looking for your tickets?" msgstr "Csak a jegyeit keresi?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Tartsanak naprakészen a {0} híreivel és eseményeivel" @@ -4574,7 +4662,7 @@ msgstr "Vezetéknév" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Betöltés..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Jegyek kezelése" msgid "Manage your account details and default settings" msgstr "Kezelje fiókadatait és alapértelmezett beállításait." +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Kezelje fizetésfeldolgozását és tekintse meg a platformdíjakat." @@ -4897,6 +4989,10 @@ msgstr "Üzenetküldési szint" msgid "Messaging tier updated successfully" msgstr "Üzenetküldési szint sikeresen frissítve" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Minimum megrendelésenként" @@ -4905,7 +5001,7 @@ msgstr "Minimum megrendelésenként" msgid "Minimum Price" msgstr "Minimális ár" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "perc" @@ -4949,6 +5045,10 @@ msgstr "Több árlehetőség. Tökéletes a korai madár termékekhez stb." msgid "Music" msgstr "Zene" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "Nincsenek ÁFA beállítások konfigurálva" msgid "No viewed events in the last 14 days" msgstr "Nincs megtekintett esemény az elmúlt 14 napban" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Nincsenek várólistás bejegyzések" @@ -5369,27 +5469,27 @@ msgstr "Szám előtag" msgid "of" msgstr "/" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Felajánlás" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Hely felajánlása" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Jegyek felajánlása" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Ajánlat időkorlát" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Felajánlva" @@ -5444,6 +5544,7 @@ msgstr "Offline fizetési beállítások" msgid "On Sale" msgstr "Eladó" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "Értékesítésben {0}" @@ -5474,7 +5575,7 @@ msgstr "Folyamatban" msgid "Online" msgstr "Online" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Online esemény" @@ -5791,7 +5892,6 @@ msgstr "Szervezet neve" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Szervezői beállítások" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "A szervezői statisztikák nem érhetők el a kiválasztott pénznemhez, vagy hiba történt." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Szervező állapotának frissítése sikertelen. Kérjük, próbálja újra később." -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Szervező állapota frissítve" @@ -5931,6 +6031,7 @@ msgstr "Részleges visszatérítés" msgid "Partially Refunded" msgstr "Részben visszatérítve" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Részben visszatérítve: {0}" @@ -6173,6 +6274,7 @@ msgstr "Eseményt tervez?" msgid "Platform fee" msgstr "Platformdíj" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "{0} platformdíj levonva a kifizetésből" @@ -6215,7 +6317,7 @@ msgstr "Kérjük, ellenőrizze, hogy az e-mail címe érvényes-e." msgid "Please check your email to confirm your email address" msgstr "Kérjük, ellenőrizze e-mail címét az e-mail cím megerősítéséhez." -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Kérjük, folytassa az új lapon." @@ -6227,7 +6329,7 @@ msgstr "Kérjük, hozzon létre egy terméket." msgid "Please create a ticket" msgstr "Kérjük, hozzon létre egy jegyet." -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Kérjük, adjon meg egy érvényes e-mail címet" @@ -6271,7 +6373,7 @@ msgstr "Kérjük, válasszon dátumtartományt" msgid "Please select an image." msgstr "Kérjük, válasszon egy képet." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Kérjük, válasszon ki legalább egy terméket." @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Pénztár utáni üzenet" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Működteti:" @@ -6335,6 +6438,11 @@ msgstr "Működteti:" msgid "Pre Checkout message" msgstr "Fizetés előtti üzenet" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Megelőzheti a túlértékesítést azáltal, hogy megosztja a készletet több jegytípus között." @@ -6408,7 +6516,7 @@ msgstr "Jegyek nyomtatása" msgid "Print to PDF" msgstr "Nyomtatás PDF-be" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Adatvédelmi irányelvek" @@ -6424,7 +6532,7 @@ msgstr "Rendelés feldolgozása" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Profil" msgid "Profile updated successfully" msgstr "Profil sikeresen frissítve" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Promóciós kód {promo_code} alkalmazva" @@ -6555,10 +6663,16 @@ msgstr "A promóciós e-mailek fiók felfüggesztéshez vezethetnek" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." -msgstr "Adjon meg további kontextust vagy utasításokat ehhez a kérdéshez. Ezt a mezőt használja a feltételek, irányelvek vagy bármilyen fontos információ hozzáadására, amelyet a résztvevőknek tudniuk kell a válaszadás előtt." +" and conditions, guidelines, or any important information that attendees need to know before answering." +msgstr "" + +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "Adjon meg további kontextust vagy utasításokat ehhez a kérdéshez. Ezt a mezőt használja a feltételek, irányelvek vagy bármilyen fontos információ hozzáadására, amelyet a résztvevőknek tudniuk kell a válaszadás előtt." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Közzététel" @@ -6567,8 +6681,8 @@ msgid "Publish Event" msgstr "Esemény közzététele" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Megvásárolt" @@ -6635,7 +6749,7 @@ msgstr "Arány" msgid "Rate limit exceeded. Please try again later." msgstr "Túllépte a korlátot. Kérjük, próbálja újra később." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Hely újbóli felajánlása" @@ -6647,6 +6761,7 @@ msgstr "Készen áll a frissítésre? Ez csak néhány percet vesz igénybe." msgid "Real-Time Analytics" msgstr "Valós idejű elemzések" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6725,6 +6840,7 @@ msgstr "Visszatérítés sikertelen" msgid "Refund order" msgstr "Megrendelés visszatérítése" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Rendelés visszatérítése {0}" @@ -6749,6 +6865,7 @@ msgstr "Visszatérítés állapota" msgid "Refunded" msgstr "Visszatérítve" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Visszatérítve: {0}" @@ -6766,6 +6883,10 @@ msgstr "Regionális beállítások" msgid "Register" msgstr "Regisztráció" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6775,13 +6896,14 @@ msgstr "Regisztrációs kérdések" msgid "Remaining Uses" msgstr "Fennmaradó felhasználások" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "eltávolítás" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Eltávolítás" @@ -6914,7 +7036,7 @@ msgstr "Bevételi összefoglaló" msgid "Revoke invitation" msgstr "Meghívó visszavonása" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6929,10 +7051,12 @@ msgstr "Szerep" msgid "Sale End Date" msgstr "Értékesítés befejezési dátuma" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Értékesítés véget ért {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Értékesítés vége {0}" @@ -6955,6 +7079,7 @@ msgstr "Értékesítési időszak, rendelési limitek, láthatóság" msgid "Sale Start Date" msgstr "Értékesítés kezdési dátuma" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Értékesítés kezdete {0}" @@ -7008,7 +7133,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7021,8 +7146,8 @@ msgstr "Mentés" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Változások mentése" @@ -7103,7 +7228,7 @@ msgstr "Keresés esemény cím vagy szervező alapján..." msgid "Search by job name or exception..." msgstr "Keresés feladat neve vagy kivétel alapján..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Keresés név vagy e-mail alapján..." @@ -7163,6 +7288,7 @@ msgstr "Másodlagos szövegszín" msgid "Secure Checkout" msgstr "Biztonságos pénztár" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7478,7 +7604,7 @@ msgid "Setup & Design" msgstr "Beállítás és tervezés" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7507,6 +7633,7 @@ msgstr "Szervezői oldal megosztása" msgid "Shared Capacity Management" msgstr "Megosztott kapacitás kezelés" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Összes platform megjelenítése (további {0} értékkel)" @@ -7527,8 +7654,7 @@ msgstr "Marketing opt-in jelölőnégyzet megjelenítése" msgid "Show marketing opt-in checkbox by default" msgstr "Marketing opt-in jelölőnégyzet alapértelmezés szerinti megjelenítése" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Több mutatása" @@ -7540,6 +7666,7 @@ msgstr "Több platform megjelenítése" msgid "Show tax and fees separately" msgstr "Adó és díjak külön megjelenítése" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "{0} / {totalRows} rekord megjelenítése" @@ -7605,13 +7732,18 @@ msgid "Sold out" msgstr "Elfogyott" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Elfogyott" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Elfogyott termékek várólistája" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Elfogyott termékek várólistája" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7637,7 +7769,7 @@ msgstr "Valami hiba történt! Kérjük, próbálja újra." msgid "Something went wrong." msgstr "Valami hiba történt." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Valami hiba történt. Kérjük, próbálja újra később." @@ -7654,7 +7786,7 @@ msgstr "Valami hiba történt. Kérjük, próbálja újra." msgid "Sorry for the inconvenience." msgstr "Elnézést a kellemetlenségért." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Sajnáljuk, ez a promóciós kód nem felismerhető." @@ -7719,7 +7851,7 @@ msgstr "A statisztikák a fiók létrehozásának dátumán alapulnak" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7802,11 +7934,13 @@ msgstr "Részösszeg" msgid "Success" msgstr "Sikeres" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Sikeres! {0} hamarosan e-mailt kap." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "Sikeresen {0} résztvevő" @@ -7840,7 +7974,7 @@ msgstr "Kérdés sikeresen létrehozva" msgid "Successfully Duplicated Product" msgstr "Termék sikeresen másolva" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Hely sikeresen felajánlva" @@ -7852,7 +7986,7 @@ msgstr "Sikeresen felajánlva jegyek {count} személynek" msgid "Successfully offered tickets to 1 person" msgstr "Sikeresen felajánlva jegyek 1 személynek" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Sikeresen eltávolítva a várólistáról" @@ -7922,8 +8056,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Platformdíj beállítások sikeresen frissítve" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Termék sikeresen frissítve" +#~ msgid "Successfully updated product" +#~ msgstr "Termék sikeresen frissítve" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7959,6 +8097,7 @@ msgstr "100-as lakosztály" msgid "Summary" msgstr "Összefoglaló" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8101,7 +8240,7 @@ msgstr "Sablon sikeresen törölve" msgid "Template saved successfully" msgstr "Sablon sikeresen mentve" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Szolgáltatási feltételek" @@ -8118,8 +8257,8 @@ msgstr "Köszönjük, hogy részt vett!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Köszönjük támogatását, miközben tovább fejlődünk és fejlesztjük a Hi.Events-et!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Ez a promóciós kód érvénytelen." @@ -8192,9 +8331,15 @@ msgstr "A link, amire kattintott, érvénytelen." msgid "The locale of the customer" msgstr "A vásárló nyelve" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "A termékek maximális száma {0} számára {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "A termékek maximális száma {0} számára {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8252,11 +8397,11 @@ msgstr "Színház" msgid "Theme & Colors" msgstr "Téma és színek" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Nincsenek elérhető termékek ehhez az eseményhez." -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Nincsenek elérhető termékek ebben a kategóriában." @@ -8332,11 +8477,11 @@ msgstr "Ezt a kódot az értékesítések nyomon követésére használjuk. Csak msgid "This color combination may be hard to read for some users" msgstr "Ez a színkombináció nehezen olvasható lehet egyes felhasználók számára" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Ez az esemény véget ért" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Ez az esemény még nem került közzétételre." @@ -8412,7 +8557,11 @@ msgstr "Ez a rendelés elhagyásra került. Bármikor kezdhet új rendelést." msgid "This order was cancelled. You can start a new order anytime." msgstr "Ez a rendelés törölve lett. Bármikor kezdhet új rendelést." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Ez a szervezői profil még nem került közzétételre." @@ -8582,7 +8731,7 @@ msgstr "Jegyek" msgid "Tickets & Products" msgstr "Jegyek és termékek" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Elérhető jegyek" @@ -8594,6 +8743,7 @@ msgstr "Jegyek ehhez:" msgid "Tickets Sold" msgstr "Eladott jegyek" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Szint {0}" @@ -8815,7 +8965,7 @@ msgstr "Nem sikerült kijelentkezni a résztvevőnek." msgid "Unable to create product. Please check the your details" msgstr "Nem sikerült létrehozni a terméket. Kérjük, ellenőrizze adatait." -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Nem sikerült létrehozni a terméket. Kérjük, ellenőrizze adatait." @@ -8831,7 +8981,7 @@ msgstr "Nem sikerült másolni a terméket. Kérjük, ellenőrizze adatait." msgid "Unable to fetch attendee" msgstr "Nem sikerült lekérni a résztvevőt." -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Nem sikerült csatlakozni a várólistához" @@ -8879,7 +9029,7 @@ msgstr "Ismeretlen résztvevő" msgid "Unlimited" msgstr "Korlátlan" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Korlátlanul elérhető" @@ -8911,6 +9061,7 @@ msgstr "Közelgő" msgid "Upcoming Events" msgstr "Közelgő események" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Frissítés {0}" @@ -8988,15 +9139,15 @@ msgstr "USB/HID szkenner" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Használjon <0>Liquid sablonokat az e-mailek személyre szabásához" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Használja a borítókép elmosódott változatát háttérként." #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Borítókép használata" +#~ msgid "Use cover image" +#~ msgstr "Borítókép használata" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9225,7 +9376,7 @@ msgstr "Esemény oldal megtekintése" msgid "View logs" msgstr "Naplók megtekintése" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Térkép megtekintése" @@ -9233,7 +9384,7 @@ msgstr "Térkép megtekintése" msgid "View Message" msgstr "Üzenet megtekintése" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Megtekintés a Google Térképen" @@ -9293,9 +9444,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Várakozik" @@ -9306,7 +9457,7 @@ msgstr "Fizetésre vár" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Várólista" @@ -9330,6 +9481,7 @@ msgstr "Nem sikerült törölni a kategóriát. Kérjük, próbálja újra." msgid "We couldn't find any orders associated with this email address." msgstr "Nem találtunk ehhez az e-mail címhez tartozó rendeléseket." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "Nem találtunk jegyeket, amelyek megfelelnek a következőnek: {0}" @@ -9380,8 +9532,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "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." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "E-mailben értesítjük, ha felszabadul egy hely a(z) {0} számára." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "E-mailben értesítjük, ha felszabadul egy hely a(z) {0} számára." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9453,14 +9609,18 @@ msgstr "Üdv a fedélzeten! Kérjük, jelentkezzen be a folytatáshoz." msgid "Welcome back" msgstr "Üdvözöljük újra" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Üdv újra, {0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Üdvözöljük a {0} oldalon, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Üdv a {0} oldalon, itt található az összes eseménye." @@ -9529,9 +9689,16 @@ msgstr "Amikor egy termék törölve lett" msgid "When a product is updated" msgstr "Amikor egy termék frissül" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Amikor egy termék elfogy, az ügyfelek csatlakozhatnak egy várólistához, hogy értesítést kapjanak, amikor helyek válnak elérhetővé." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Amikor egy termék elfogy, az ügyfelek csatlakozhatnak egy várólistához, hogy értesítést kapjanak, amikor helyek válnak elérhetővé." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9631,7 +9798,7 @@ msgstr "Dolgozik" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9676,14 +9843,19 @@ msgstr "Igen, távolítsa el őket." msgid "You already scanned this ticket" msgstr "Ezt a jegyet már beolvasta." +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "E-mail címét <0>{0} címre módosítja." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "<0>{0} megszemélyesítése ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Részleges visszatérítést bocsát ki. A vásárló {0} {1} összeget kap vissza." @@ -9754,7 +9926,7 @@ msgstr "Adók és díjak vannak hozzáadva egy ingyenes termékhez. Szeretné el msgid "You must acknowledge that this email is not promotional" msgstr "El kell ismernie, hogy ez az e-mail nem promóciós." -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Hozzá kell járulnia az üzenetek fogadásához" @@ -9810,11 +9982,12 @@ msgstr "Legalább egy termékre szüksége lesz a kezdéshez. Ingyenes, fizetős msgid "You're all set! Your payments are being processed smoothly." msgstr "Minden rendben! A fizetések simán feldolgozásra kerülnek." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "El fog menni ide: {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Felkerült a várólistára!" @@ -9862,6 +10035,7 @@ msgstr "Az Ön adatai" msgid "Your Email" msgstr "Az Ön e-mail címe" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "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." diff --git a/frontend/src/locales/it.js b/frontend/src/locales/it.js index c9fad01d5..df0b6c861 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 nulla da mostrare'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>registrato con successo\"],\"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\"],\" registrati\"],\"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\":\"⚡️ Configura il tuo evento\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Personalizza la pagina del tuo evento\",\"3VPPdS\":\"💳 Connetti con Stripe\",\"cjdktw\":\"🚀 Metti online il tuo evento\",\"rmelwV\":\"0 minuti e 0 secondi\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"Via Roma 123\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"00100\",\"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\":\"Applica Codice Promozionale\",\"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\":\"Sei sicuro di voler rendere questo evento pubblico? Questo renderà l'evento visibile al pubblico\",\"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\":\"Note Partecipante\",\"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\":\"L'autorizzazione della fotocamera è stata negata. <0>Richiedi Autorizzazione di nuovo, o se questo non funziona, dovrai <1>concedere a questa pagina l'accesso alla tua fotocamera nelle impostazioni del browser.\",\"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\":\"Impossibile fare il 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\":\"Connetti il tuo account Stripe per iniziare a ricevere pagamenti.\",\"5lcVkL\":\"Dettagli di Connessione\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continua\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Testo pulsante Continua\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continua configurazione\",\"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\":\"Personalizza la pagina del tuo evento per adattarla al tuo brand e stile.\",\"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\":\"Donazione / Prodotto a offerta libera\",\"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\":\"Il flash non è disponibile su questo dispositivo\",\"UNMVei\":\"Password dimenticata?\",\"2POOFK\":\"Gratuito\",\"P/OAYJ\":\"Prodotto Gratuito\",\"vAbVy9\":\"Prodotto gratuito, nessuna informazione di pagamento richiesta\",\"nLC6tu\":\"Francese\",\"Weq9zb\":\"Generale\",\"DDcvSo\":\"Tedesco\",\"4GLxhy\":\"Primi Passi\",\"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\":\"Nascondi pagina di introduzione\",\"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\":\"Nascondi la pagina di introduzione dalla barra laterale\",\"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\":\"Opzioni di prezzo multiple. Perfetto per prodotti early bird ecc.\",\"/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\":\"Nessun partecipante è stato aggiunto a questo ordine.\",\"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\":\"Nessun prodotto associato a questo partecipante.\",\"Ya1JhR\":\"Nessun prodotto disponibile in questa categoria.\",\"FTfObB\":\"Ancora Nessun Prodotto\",\"+Y976X\":\"Nessun Codice Promozionale da mostrare\",\"MAavyl\":\"Nessuna domanda risposta da questo partecipante.\",\"SnlQeq\":\"Nessuna domanda è stata posta per questo ordine.\",\"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\":\"Quando sei pronto, rendi attivo il tuo evento e inizia a vendere prodotti.\",\"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\":\"Note Ordine\",\"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\":\"Prodotto a Pagamento\",\"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\":\"Offerto da\",\"Rs7IQv\":\"Messaggio pre checkout\",\"rdUucN\":\"Anteprima\",\"a7u1N9\":\"Prezzo\",\"CmoB9j\":\"Modalità visualizzazione prezzo\",\"BI7D9d\":\"Prezzo non impostato\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Tipo di Prezzo\",\"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 contesto aggiuntivo o istruzioni per questa domanda. Usa questo campo per aggiungere termini\\ne condizioni, linee guida o qualsiasi informazione importante che i partecipanti devono 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\":\"Cerca per nome, numero ordine, numero partecipante o 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\":\"Seleziona Fotocamera\",\"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\":\"Imposta un prezzo minimo e permetti agli utenti di pagare di più se lo desiderano\",\"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\":\"Configura il tuo evento\",\"A8iqfq\":\"Metti online il tuo evento\",\"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\":\"Prodotto standard con prezzo fisso\",\"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\":\"Questi dettagli saranno mostrati solo se l'ordine è completato con successo. Gli ordini in attesa di pagamento non mostreranno questo messaggio.\",\"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\":\"Questo è un prodotto generico, come una maglietta o una tazza. Non verrà emesso alcun biglietto\",\"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\":\"Questo prodotto è un biglietto. Agli acquirenti verrà emesso un biglietto al momento dell'acquisto\",\"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\":\"Prodotto a Livelli\",\"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\":\"SUGGERIMENTO\",\"MHrjPM\":\"Title\",\"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\":\"Visualizza\",\"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\":\"Visibilità\",\"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\":\"Hai già scansionato questo biglietto\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ha già effettuato il check-in\"],\"S4PqS9\":[[\"0\"],\" Webhook Attivi\"],\"6MIiOI\":[[\"0\"],\" rimasti\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"B7pZfX\":[[\"0\"],\" organizzatori\"],\"/HkCs4\":[[\"0\"],\" biglietti\"],\"TjbIUI\":[[\"availableCount\"],\" di \",[\"totalCount\"],\" disponibile\"],\"OJnhhX\":[[\"eventCount\"],\" eventi\"],\"3IEF7U\":[[\"totalCount\"],\" tipi di biglietto\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Aggiungi biglietti\",\"M2DyLc\":\"1 Webhook Attivo\",\"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\",\"cGtUz6\":\"1 settimana prima dell'evento\",\"HR/cvw\":\"Via Esempio 123\",\"kMU5aM\":\"Un avviso di annullamento è stato inviato a\",\"V53XzQ\":\"Un nuovo codice di verifica è stato inviato alla tua email\",\"/z/bH1\":\"Una breve descrizione del tuo organizzatore che sarà visibile agli utenti.\",\"aS0jtz\":\"Abbandonato\",\"uyJsf6\":\"Informazioni\",\"WTk/ke\":\"Informazioni su Stripe Connect\",\"JvuLls\":\"Assorbire la commissione\",\"lk74+I\":\"Assorbire la commissione\",\"1uJlG9\":\"Colore di Accento\",\"K5+3xg\":\"Accetta invito\",\"VTfZPy\":\"Accesso Negato\",\"iN5Cz3\":\"Account già connesso!\",\"YP4JuP\":\"Configurazione dell'account aggiornata con successo\",\"vOuxvL\":\"Informazioni sull'account\",\"EHNORh\":\"Account non trovato\",\"bPwFdf\":\"Account\",\"nMtNd+\":\"Azione richiesta: Riconnetti il tuo account Stripe\",\"AhwTa1\":\"Azione richiesta: Informazioni IVA necessarie\",\"APyAR/\":\"Eventi attivi\",\"UWWRyd\":\"Aggiungi domande personalizzate per raccogliere informazioni aggiuntive durante il checkout\",\"a5KFZU\":\"Aggiungi i dettagli dell'evento e gestisci le impostazioni dell'evento.\",\"Fb+SDI\":\"Aggiungi altri biglietti\",\"7JF9w9\":\"Aggiungi domanda\",\"6PNlRV\":\"Aggiungi questo evento al tuo calendario\",\"BGD9Yt\":\"Aggiungi biglietti\",\"QN2F+7\":\"Aggiungi Webhook\",\"NsWqSP\":\"Aggiungi i tuoi profili social e l'URL del sito. Verranno mostrati nella pagina pubblica dell'organizzatore.\",\"bVjDs9\":\"Commissioni aggiuntive\",\"0Zypnp\":\"Dashboard Amministratore\",\"YAV57v\":\"Affiliato\",\"I+utEq\":\"Il codice affiliato non può essere modificato\",\"/jHBj5\":\"Affiliato creato con successo\",\"uCFbG2\":\"Affiliato eliminato con successo\",\"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.\",\"7rLTkE\":\"Tutti gli eventi archiviati\",\"gKq1fa\":\"Tutti i partecipanti\",\"pMLul+\":\"Tutte le valute\",\"qlaZuT\":\"Tutto fatto! Ora stai usando il nostro sistema di pagamento aggiornato.\",\"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\",\"Sxm1lO\":\"Tutti gli stati\",\"dr7CWq\":\"Tutti gli eventi in arrivo\",\"GpT6Uf\":\"Consentire ai partecipanti di aggiornare le informazioni del biglietto (nome, e-mail) tramite un link sicuro inviato con la conferma dell'ordine.\",\"F3mW5G\":\"Consenti ai clienti di iscriversi a una lista d'attesa quando questo prodotto è esaurito\",\"QUg5y1\":\"Ci siamo quasi! Termina di connettere il tuo account Stripe per iniziare ad accettare pagamenti.\",\"c4uJfc\":\"Quasi fatto! Stiamo solo aspettando che il tuo pagamento venga elaborato. Dovrebbe richiedere solo pochi secondi.\",\"ocS8eq\":[\"Hai già un account? <0>\",[\"0\"],\"\"],\"/H326L\":\"Già rimborsato\",\"RtxQTF\":\"Cancella anche questo ordine\",\"jkNgQR\":\"Rimborsa anche questo ordine\",\"xYqsHg\":\"Sempre disponibile\",\"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.\",\"eusccx\":\"Un messaggio facoltativo da visualizzare sul prodotto evidenziato, ad esempio \\\"In vendita veloce 🔥\\\" o \\\"Miglior rapporto qualità-prezzo\\\"\",\"QNrkms\":\"Risposta aggiornata con successo.\",\"Znwxal\":\"Configurazione delle commissioni di iscrizione\",\"261RBr\":\"Approva messaggio\",\"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.\",\"vPeW/6\":\"Vuoi davvero eliminare questa configurazione? Ciò potrebbe influire sugli account che la utilizzano.\",\"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.\",\"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\"],\"?\"],\"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.\",\"QGoXh3\":\"Poiché la tua attività ha sede nell'UE, dobbiamo determinare il corretto trattamento IVA per le nostre commissioni della piattaforma:\",\"tMeVa/\":\"Richiedi nome ed email per ogni biglietto acquistato\",\"/JdZIP\":\"Configurazione assegnata\",\"xdiER7\":\"Livello assegnato\",\"F2rX0R\":\"Deve essere selezionato almeno un tipo di evento\",\"BCmibk\":\"Tentativi\",\"6PecK3\":\"Presenze e tassi di check-in per tutti gli eventi\",\"AJ4rvK\":\"Partecipante Cancellato\",\"qvylEK\":\"Partecipante Creato\",\"Aspq3b\":\"Raccolta dati partecipanti\",\"fpb0rX\":\"Dati del partecipante copiati dall'ordine\",\"0R3Y+9\":\"Email Partecipante\",\"94aQMU\":\"Informazioni partecipante\",\"KkrBiR\":\"Raccolta delle informazioni sui partecipanti\",\"av+gjP\":\"Nome Partecipante\",\"cosfD8\":\"Stato del Partecipante\",\"D2qlBU\":\"Partecipante Aggiornato\",\"22BOve\":\"Partecipante aggiornato con successo\",\"x8Vnvf\":\"Il biglietto del partecipante non è incluso in questa lista\",\"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\",\"OpCtfq\":\"L'offerta automatica è attivata. I biglietti vengono offerti automaticamente quando si libera capacità. Usa questa funzione per offrire manualmente posti aggiuntivi.\",\"V7Tejz\":\"Elaborazione automatica della lista d'attesa\",\"PZ7FTW\":\"Rilevato automaticamente in base al colore di sfondo, ma può essere sovrascritto\",\"8Etqrl\":\"Offri automaticamente i biglietti alla persona successiva quando si libera capacità\",\"csDS2L\":\"Disponibile\",\"clF06r\":\"Disponibile per rimborso\",\"NB5+UG\":\"Token Disponibili\",\"EmYMHc\":\"In attesa di pagamento offline\",\"kNmmvE\":\"Awesome Events S.r.l.\",\"TeSaQO\":\"Torna a Account\",\"kYqM1A\":\"Torna all'evento\",\"s5QRF3\":\"Torna ai messaggi\",\"td/bh+\":\"Torna ai Report\",\"jIPNJG\":\"Informazioni di base\",\"WOpH7O\":\"Bellissima esperienza di pagamento su qualsiasi dispositivo\",\"iMdwTb\":\"Prima che il tuo evento possa andare online, ci sono alcune cose da fare. Completa tutti i passaggi qui sotto per iniziare.\",\"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.\",\"9N+p+g\":\"Business\",\"7ns+do\":\"Indirizzo aziendale\",\"LeC29u\":\"Indirizzo aziendale ai fini IVA\",\"RReHTu\":\"Nome dell'azienda\",\"bv6RXK\":\"Etichetta Pulsante\",\"ChDLlO\":\"Testo del pulsante\",\"BUe8Wj\":\"L'acquirente paga\",\"qF1qbA\":\"Gli acquirenti vedono un prezzo pulito. La commissione della piattaforma viene detratta dal tuo pagamento.\",\"DFqasq\":[\"Continuando, accetti i <0>\",[\"0\"],\"Termini del servizio\"],\"lFdbRS\":\"Ignora commissioni applicazione\",\"2VLZwd\":\"Pulsante di Invito all'Azione\",\"PUpvQe\":\"Scanner fotocamera\",\"D02dD9\":\"Campagna\",\"H4nE+E\":\"Cancella tutti i prodotti e rilasciali nel pool disponibile\",\"tOXAdc\":\"La cancellazione cancellerà tutti i partecipanti associati a questo ordine e rilascerà i biglietti nel pool disponibile.\",\"IrUqjC\":\"Impossibile effettuare il check-in (Annullato)\",\"01sEfm\":\"Impossibile eliminare la configurazione predefinita del sistema\",\"VsM1HH\":\"Assegnazioni di capacità\",\"K7tIrx\":\"Categoria\",\"2tbLdK\":\"Beneficenza\",\"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.\",\"udRwQs\":\"Registrazione Creata\",\"F4SRy3\":\"Registrazione Eliminata\",\"9gPPUY\":\"Lista di Check-In Creata!\",\"f2vU9t\":\"Liste di Check-in\",\"tMNBEF\":\"Le liste di check-in ti permettono di controllare l'ingresso per giorni, aree o tipi di biglietto. Puoi condividere un link sicuro con lo staff — nessun account richiesto.\",\"SHJwyq\":\"Tasso di check-in\",\"qCqdg6\":\"Stato del Check-In\",\"cKj6OE\":\"Riepilogo Check-in\",\"7B5M35\":\"Check-In\",\"DM4gBB\":\"Cinese (Tradizionale)\",\"pkk46Q\":\"Scegli un organizzatore\",\"Crr3pG\":\"Scegli calendario\",\"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.\",\"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\",\"7D9MJz\":\"Completa Configurazione Stripe\",\"OqEV/G\":\"Completa la configurazione qui sotto per continuare\",\"nqx+6h\":\"Completa questi passaggi per iniziare a vendere biglietti per il tuo evento.\",\"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\",\"B5fpAA\":\"Configurazione assegnata con successo\",\"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\",\"Nbd6WT\":\"Configura le impostazioni della lista d'attesa per questo evento\",\"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\",\"o5A0Go\":\"Congratulazioni per aver creato un evento!\",\"x3wVFc\":\"Congratulazioni! Il tuo evento è ora visibile al pubblico.\",\"WNnP3w\":\"Connetti e aggiorna\",\"Xe2tSS\":\"Documentazione di Connessione\",\"1Xxb9f\":\"Connetti elaborazione pagamenti\",\"nQI4H5\":\"Connetti Stripe per abilitare la modifica dei modelli di email\",\"LmvZ+E\":\"Connetti Stripe per abilitare la messaggistica\",\"EWnXR+\":\"Connetti a Stripe\",\"VioGG1\":\"Collega il tuo account Stripe per accettare pagamenti per biglietti e prodotti.\",\"4qmnU8\":\"Connetti il tuo account Stripe per accettare pagamenti.\",\"E1eze1\":\"Connetti il tuo account Stripe per iniziare ad accettare pagamenti per i tuoi eventi.\",\"ulV1ju\":\"Connetti il tuo account Stripe per iniziare ad accettare pagamenti.\",\"/3017M\":\"Connesso a Stripe\",\"jfC/xh\":\"Contatto\",\"LOFgda\":[\"Contatta \",[\"0\"]],\"41BQ3k\":\"Email di contatto\",\"KcXRN+\":\"Email di contatto per supporto\",\"m8WD6t\":\"Continua configurazione\",\"0GwUT4\":\"Procedi al pagamento\",\"sBV87H\":\"Continua alla creazione dell'evento\",\"nKtyYu\":\"Continua al passo successivo\",\"F3/nus\":\"Continua al pagamento\",\"p2FRHj\":\"Controlla come vengono gestite le commissioni della piattaforma per questo evento\",\"1JnTgU\":\"Copiato da sopra\",\"FxVG/l\":\"Copiato negli appunti\",\"PiH3UR\":\"Copiato!\",\"uUPbPg\":\"Copia link affiliato\",\"iVm46+\":\"Copia codice\",\"+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\",\"P0rbCt\":\"Immagine di Copertina\",\"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\",\"zg4oSu\":[\"Crea Modello \",[\"0\"]],\"RKKhnW\":\"Crea un widget personalizzato per vendere biglietti sul tuo sito.\",\"yIRev4\":\"Crea una password\",\"xfKgwv\":\"Crea affiliato\",\"tudG8q\":\"Crea e configura biglietti e merchandise in vendita.\",\"YAl9Hg\":\"Crea configurazione\",\"BTne9e\":\"Crea modelli di email personalizzati per questo evento che sostituiscono le impostazioni predefinite dell'organizzatore\",\"YIDzi/\":\"Crea Modello Personalizzato\",\"Nc3l/D\":\"Crea sconti, codici di accesso per biglietti nascosti e offerte speciali.\",\"eWEV9G\":\"Crea una nuova password\",\"8AiKIu\":\"Crea biglietto o prodotto\",\"agZ87r\":\"Crea biglietti per il tuo evento, imposta i prezzi e gestisci la quantità disponibile.\",\"/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\",\"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\",\"BMtue0\":\"Processore di pagamenti attuale\",\"T+1APV\":\"Il numero di partita IVA corrente è convalidato\",\"v2GlhZ\":\"Convalida della partita IVA corrente non riuscita\",\"iTvh6I\":\"Attualmente disponibile per l'acquisto\",\"g7HIC0\":\"Branding personalizzato\",\"Guo0lU\":\"Data e ora personalizzate\",\"mimF6c\":\"Messaggio personalizzato dopo il checkout\",\"O6mra8\":\"Domande personalizzate\",\"axv/Mi\":\"Modello personalizzato\",\"QMHSMS\":\"Il cliente riceverà un'email di conferma del rimborso\",\"L/Qc+w\":\"Indirizzo email del cliente\",\"wpfWhJ\":\"Nome del cliente\",\"GIoqtA\":\"Cognome del cliente\",\"NihQNk\":\"Clienti\",\"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\",\"pxNIxa\":\"Personalizza il tuo modello di email utilizzando i modelli Liquid\",\"3trPKm\":\"Personalizza l'aspetto della pagina del tuo organizzatore\",\"/gWrVZ\":\"Ricavi giornalieri, tasse, commissioni e rimborsi per tutti gli eventi\",\"zgCHnE\":\"Report Vendite Giornaliere\",\"nHm0AI\":\"Ripartizione giornaliera di vendite, tasse e commissioni\",\"pvnfJD\":\"Scuro\",\"nE5o/t\":\"Proprietà dei dati\",\"lnYE59\":\"Data dell'evento\",\"gnBreG\":\"Data in cui è stato effettuato l'ordine\",\"ovBPCi\":\"Predefinito\",\"JtI4vj\":\"Raccolta predefinita delle informazioni sui partecipanti\",\"3R/Tu2\":\"Gestione predefinita delle commissioni\",\"1bZAZA\":\"Verrà utilizzato il modello predefinito\",\"vu7gDm\":\"Elimina affiliato\",\"KZN4Lc\":\"Elimina tutto\",\"+jw/c1\":\"Elimina immagine\",\"hdyeZ0\":\"Elimina lavoro\",\"dPyJ15\":\"Elimina Modello\",\"mxsm1o\":\"Eliminare questa domanda? Questa azione non può essere annullata.\",\"snMaH4\":\"Elimina webhook\",\"vYgeDk\":\"Deseleziona tutto\",\"NvuEhl\":\"Elementi di Design\",\"H8kMHT\":\"Non hai ricevuto il codice?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Ignora questo messaggio\",\"BREO0S\":\"Visualizza una casella che consente ai clienti di aderire alle comunicazioni di marketing da questo organizzatore di eventi.\",\"TvY/XA\":\"Documentazione\",\"Kdpf90\":\"Non dimenticare!\",\"352VU2\":\"\\\"Non hai un account? <0>Registrati\",\"AXXqG+\":\"Donazione\",\"DPfwMq\":\"Fatto\",\"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'alto rischio di spam, è necessario collegare un account Stripe prima di poter inviare messaggi ai partecipanti.\\nQuesto è per garantire che tutti gli organizzatori di eventi siano verificati e responsabili.\",\"euc6Ns\":\"Duplica\",\"KRmTkx\":\"Duplica Prodotto\",\"KIjvtr\":\"Olandese\",\"22xieU\":\"es. 180 (3 ore)\",\"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.\",\"LTzmgK\":[\"Modifica Modello \",[\"0\"]],\"v4+lcZ\":\"Modifica affiliato\",\"2iZEz7\":\"Modifica Risposta\",\"tPtRwl\":\"Modifica le commissioni di iscrizione\",\"t2bbp8\":\"Modifica partecipante\",\"etaWtB\":\"Modifica dettagli partecipante\",\"+guao5\":\"Modifica configurazione\",\"vRWOrM\":\"Modifica dettagli ordine\",\"3yNuBV\":\"Modifica impostazioni IVA\",\"fW5sSv\":\"Modifica webhook\",\"nP7CdQ\":\"Modifica Webhook\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Istruzione\",\"iiWXDL\":\"Errori di idoneità\",\"zPiC+q\":\"Liste Check-In Idonee\",\"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\",\"L86zy2\":\"Email verificata con successo!\",\"FSN4TS\":\"Widget incorporato\",\"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\",\"48Y16Q\":\"Ora di fine (facoltativo)\",\"7YZofi\":\"Inserisci un oggetto e un corpo per vedere l'anteprima\",\"3bR1r4\":\"Inserisci email affiliato (facoltativo)\",\"ARkzso\":\"Inserisci nome affiliato\",\"y1BZw1\":\"Inserisci l'indirizzo aziendale\",\"3GfR6a\":\"Inserisci il nome dell'azienda\",\"6KnyG0\":\"Inserisci e-mail\",\"INDKM9\":\"Inserisci l'oggetto dell'email...\",\"xUgUTh\":\"Inserisci nome\",\"9/1YKL\":\"Inserisci cognome\",\"VpwcSk\":\"Inserisci la nuova password\",\"1tAGuY\":\"Inserisci il numero di partita IVA comprensivo di codice paese\",\"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)\",\"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\",\"AKbElk\":\"Imprese registrate IVA nell'UE: Si applica il meccanismo del reverse charge (0% - Articolo 196 della Direttiva IVA 2006/112/CE)\",\"WgD6rb\":\"Categoria evento\",\"b46pt5\":\"Immagine di copertina evento\",\"1Hzev4\":\"Modello personalizzato evento\",\"imgKgl\":\"Descrizione dell'evento\",\"kJDmsI\":\"Dettagli evento\",\"m/N7Zq\":\"Indirizzo Completo dell'Evento\",\"Nl1ZtM\":\"Luogo Evento\",\"t3AMTs\":\"Piattaforma di gestione degli eventi\",\"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\",\"Gh9Oqb\":\"Nome organizzatore evento\",\"mImacG\":\"Pagina dell'evento\",\"JyD0LH\":\"Impostazioni evento\",\"cOePZk\":\"Orario Evento\",\"e8WNln\":\"Fuso orario dell'evento\",\"GeqWgj\":\"Fuso Orario dell'Evento\",\"XVLu2v\":\"Titolo dell'evento\",\"OfmsI9\":\"Evento troppo recente\",\"YDVUVl\":\"Tipi di Evento\",\"4K2OjV\":\"Sede dell'Evento\",\"19j6uh\":\"Performance Eventi\",\"PC3/fk\":\"Eventi che iniziano nelle prossime 24 ore\",\"fTFfOK\":\"Ogni modello di email deve includere un pulsante di invito all'azione che collega alla pagina appropriata\",\"BVinvJ\":\"Esempi: \\\"Come ci hai conosciuto?\\\", \\\"Nome azienda per fattura\\\"\",\"2hGPQG\":\"Esempi: \\\"Taglia maglietta\\\", \\\"Preferenza pasto\\\", \\\"Titolo professionale\\\"\",\"qNuTh3\":\"Eccezione\",\"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\":\"Fallito\",\"8uOlgz\":\"Fallito il\",\"tKcbYd\":\"Lavori falliti\",\"SsI9v/\":\"Impossibile abbandonare l'ordine. Riprova.\",\"LdPKPR\":\"Impossibile assegnare la configurazione\",\"SIHgVQ\":\"Impossibile annullare il messaggio\",\"cEFg3R\":\"Creazione affiliato non riuscita\",\"dVgNF1\":\"Impossibile creare la configurazione\",\"U66oUa\":\"Impossibile creare il modello\",\"aFk48v\":\"Impossibile eliminare la configurazione\",\"Zw6LWb\":\"Impossibile eliminare il lavoro\",\"tq0abZ\":\"Impossibile eliminare i lavori\",\"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\",\"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\",\"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.\",\"o/blc/\":\"Impossibile aggiornare la configurazione dell'account\",\"i0QKrm\":\"Aggiornamento affiliato non riuscito\",\"NNc33d\":\"Impossibile aggiornare la risposta.\",\"E9jY+o\":\"Impossibile aggiornare il partecipante\",\"uQynyf\":\"Impossibile aggiornare la configurazione\",\"EhlbcI\":\"Aggiornamento del livello di messaggistica fallito\",\"rpGMzC\":\"Impossibile aggiornare l'ordine\",\"Eeo/Gy\":\"Impossibile aggiornare l'impostazione\",\"kqA9lY\":\"Impossibile aggiornare le impostazioni IVA\",\"7/9RFs\":\"Caricamento immagine non riuscito.\",\"nkNfWu\":\"Caricamento dell'immagine non riuscito. Riprova.\",\"rxy0tG\":\"Verifica email non riuscita\",\"9bHCo2\":\"Valuta della commissione\",\"/sV91a\":\"Gestione delle commissioni\",\"T4BMxU\":\"Le commissioni sono soggette a modifiche. Sarai informato di qualsiasi modifica alla struttura delle tue commissioni.\",\"LyUWXA\":\"Commissioni ignorate\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Il file è troppo grande. La dimensione massima è 5 MB.\",\"VejKUM\":\"Compila prima i tuoi dati sopra\",\"8OvVZZ\":\"Filtra Partecipanti\",\"mvrlBO\":\"Filtra per evento\",\"8BwQeU\":\"Completa configurazione\",\"hg80P7\":\"Completa configurazione Stripe\",\"1vBhpG\":\"Primo partecipante\",\"4pwejF\":\"Il nome è obbligatorio\",\"6bBh3/\":\"Tariffa fissa\",\"5mpF6N\":[\"Importo fisso della commissione in \",[\"currencyCode\"]],\"zWqUyJ\":\"Commissione fissa applicata per transazione\",\"LWL3Bs\":\"La tariffa fissa deve essere pari o superiore a 0\",\"YXhom6\":\"Commissione Fissa:\",\"KgxI80\":\"Biglietteria Flessibile\",\"lWxAUo\":\"Cibo e bevande\",\"nFm+5u\":\"Testo del Piè di Pagina\",\"MY2SVM\":\"Rimborso completo\",\"T02gNN\":\"Ingresso Generale\",\"3ep0Gx\":\"Informazioni generali sul tuo organizzatore\",\"ziAjHi\":\"Genera\",\"exy8uo\":\"Genera codice\",\"4CETZY\":\"Indicazioni stradali\",\"+4zM7f\":\"Ricevi il pagamento immediatamente tramite Stripe Connect\",\"ZDIydz\":\"Iniziare\",\"u6FPxT\":\"Ottieni i biglietti\",\"8KDgYV\":\"Prepara il tuo evento\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Vai alla pagina dell'evento\",\"gHSuV/\":\"Vai alla pagina iniziale\",\"6nDzTl\":\"Buona leggibilità\",\"aGWZUr\":\"Ricavi lordi\",\"n8IUs7\":\"Ricavi Lordi\",\"LIYoRQ\":\"Gestione ospiti\",\"kTSQej\":[\"Ciao \",[\"0\"],\", gestisci la tua piattaforma da qui.\"],\"dORAcs\":\"Ecco tutti i biglietti associati al tuo indirizzo email.\",\"g+2103\":\"Ecco il tuo link affiliato\",\"QlwJ9d\":\"Ecco cosa aspettarsi:\",\"/iE8xx\":\"Commissione Hi.Events\",\"zppscQ\":\"Commissioni piattaforma Hi.Events e dettaglio IVA per transazione\",\"D+zLDD\":\"Nascosto\",\"DRErHC\":\"Nascosto ai partecipanti - visibile solo agli organizzatori\",\"P+5Pbo\":\"Nascondi Risposte\",\"FmogyU\":\"Nascondi opzioni\",\"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.\",\"sy9anN\":\"Quanto tempo ha un cliente per completare l'acquisto dopo aver ricevuto un'offerta. Lascia vuoto per nessun limite di tempo.\",\"AVpmAa\":\"Come pagare offline\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Ungherese\",\"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\",\"PYVWEI\":\"Se registrato, fornisci il tuo numero di partita IVA per la convalida\",\"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.\",\"M8M6fs\":\"Importante: Riconnessione Stripe richiesta\",\"jT142F\":[\"Tra \",[\"diffHours\"],\" ore\"],\"OoSyqO\":[\"Tra \",[\"diffMinutes\"],\" minuti\"],\"cljs3a\":\"Indica se sei registrato IVA nell'UE\",\"F1Xp97\":\"Partecipanti individuali\",\"85e6zs\":\"Inserisci Token Liquid\",\"38KFY0\":\"Inserisci Variabile\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Pagamenti immediati\",\"nbfdhU\":\"Integrazioni\",\"JHB/Ky\":\"Non valido\",\"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\",\"Mokwac\":\"Invita un numero illimitato di membri del team con ruoli personalizzati\",\"aH6ZIb\":\"Invita il tuo team\",\"IuMGvq\":\"Fattura\",\"y0meFR\":\"L'IVA irlandese al 23% sarà applicata alle commissioni della piattaforma (fornitura nazionale).\",\"1ZKm04\":\"Questo account è registrato ai fini IVA nell'UE?\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"articolo(i)\",\"BzfzPK\":\"Articoli\",\"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\",\"lZwV6X\":[\"Iscriviti alla lista d'attesa per \",[\"0\"]],\"2gMuHR\":\"Iscritto\",\"hTJ4fB\":\"Basta cliccare il pulsante qui sotto per riconnettere il tuo account Stripe.\",\"MxjCqk\":\"Stai solo cercando i tuoi biglietti?\",\"lB2hSG\":[\"Tienimi aggiornato sulle novità e gli eventi di \",[\"0\"]],\"DruLRc\":\"Ultimi 14 giorni\",\"ve9JTU\":\"Il cognome è obbligatorio\",\"h0Q9Iw\":\"Ultima Risposta\",\"gw3Ur5\":\"Ultimo Attivato\",\"QIn0Vl\":\"Ragione sociale legale ai fini IVA\",\"1njn7W\":\"Chiaro\",\"1qY5Ue\":\"Link scaduto o non valido\",\"psosdY\":\"Link ai dettagli dell'ordine\",\"6JzK4N\":\"Link al biglietto\",\"shkJ3U\":\"Collega il tuo account Stripe per ricevere fondi dalle vendite dei biglietti.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Link consentiti\",\"dF6vP6\":\"Online\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Eventi in Diretta\",\"WdmJIX\":\"Caricamento anteprima...\",\"IoDI2o\":\"Caricamento token...\",\"NFxlHW\":\"Caricamento Webhooks\",\"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\",\"4wUIjX\":\"Rendi attivo il tuo evento\",\"2FzaR1\":\"Gestisci l'elaborazione dei pagamenti e visualizza le commissioni della piattaforma\",\"2L3vle\":\"Max messaggi / 24h\",\"Qp4HWD\":\"Max destinatari / messaggio\",\"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\",\"H9HlDe\":\"minuti\",\"gqnyh0\":\"Ottimizzato per dispositivi mobili\",\"olKKwj\":\"Scanner mobile con supporto offline e tracciamento in tempo reale\",\"JbIgPz\":\"I valori monetari sono totali approssimativi in tutte le valute\",\"qvF+MT\":\"Monitora e gestisci i lavori in background falliti\",\"w36OkR\":\"Eventi più visti (Ultimi 14 giorni)\",\"GfaxEk\":\"Musica\",\"oVGCGh\":\"I Miei Biglietti\",\"8/brI5\":\"Il nome è obbligatorio\",\"sFFArG\":\"Il nome deve contenere meno di 255 caratteri\",\"sCV5Yc\":\"Nome dell'evento\",\"xxU3NX\":\"Ricavi Netti\",\"ArHT/C\":\"Nuove iscrizioni\",\"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\",\"Dwf4dR\":\"Nessuna domanda per i partecipanti ancora\",\"/UC6qk\":\"Nessun dato di attribuzione trovato\",\"amMkpL\":\"Nessuna capacità\",\"99ntUF\":\"Nessuna lista di check-in disponibile per questo evento.\",\"+dAKxg\":\"Nessuna configurazione trovata\",\"eb47T5\":\"Nessun dato trovato per i filtri selezionati. Prova a modificare l'intervallo di date o la valuta.\",\"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\",\"54GxeB\":\"Nessun impatto sulle tue transazioni attuali o passate\",\"EpvBAp\":\"Nessuna fattura\",\"XZkeaI\":\"Nessun log trovato\",\"nrSs2u\":\"Nessun messaggio trovato\",\"OVFwlg\":\"Nessuna domanda d'ordine ancora\",\"EJ7bVz\":\"Nessun ordine trovato\",\"NEmyqy\":\"Nessun ordine disponibile\",\"wUv5xQ\":\"Nessuna attività dell'organizzatore negli ultimi 14 giorni\",\"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\",\"kY7XDn\":\"Nessun prodotto ha voci nella lista d'attesa\",\"wYiAtV\":\"Nessuna iscrizione recente\",\"UW90md\":\"Nessun destinatario trovato\",\"QoAi8D\":\"Nessuna risposta\",\"EK/G11\":\"Ancora nessuna risposta\",\"3sRuiW\":\"Nessun biglietto trovato\",\"yM5c0q\":\"Nessun evento in arrivo\",\"qpC74J\":\"Nessun utente trovato\",\"41dJPO\":\"Nessuna impostazione IVA configurata\",\"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\",\"HVwIsd\":\"Imprese o privati non registrati IVA: Si applica l'IVA irlandese al 23%\",\"x5+Lcz\":\"Non Registrato\",\"8n10sz\":\"Non Idoneo\",\"BwJKBw\":\"di\",\"9h7RDh\":\"Offrire\",\"EfK2O6\":\"Offri posto\",\"3sVRey\":\"Offri biglietti\",\"2O7Ybb\":\"Scadenza dell'offerta\",\"1jUg5D\":\"Offerto\",\"l+/HS6\":[\"Le offerte scadono dopo \",[\"timeoutHours\"],\" ore.\"],\"lQgMLn\":\"Nome dell'ufficio o della sede\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Pagamento Offline\",\"nO3VbP\":[\"In vendita \",[\"0\"]],\"2r6bAy\":\"Una volta completato l'aggiornamento, il tuo vecchio account sarà usato solo per i rimborsi.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Evento online\",\"bU7oUm\":\"Invia solo agli ordini con questi stati\",\"M2w1ni\":\"Visibile solo con codice promozionale\",\"N141o/\":\"Apri dashboard Stripe\",\"HXMJxH\":\"Testo opzionale per disclaimer, informazioni di contatto o note di ringraziamento (solo una riga)\",\"L565X2\":\"opzioni\",\"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\",\"0UZTSq\":\"Valuta dell'Ordine\",\"HdmwrI\":\"Email Ordine\",\"bwBlJv\":\"Nome Ordine\",\"vrSW9M\":\"L'ordine è stato cancellato e rimborsato. Il proprietario dell'ordine è stato notificato.\",\"rzw+wS\":\"Titolari degli ordini\",\"oI/hGR\":\"ID ordine\",\"Pc729f\":\"Ordine in Attesa di Pagamento Offline\",\"F4NXOl\":\"Cognome Ordine\",\"RQCXz6\":\"Limiti degli ordini\",\"SO9AEF\":\"Limiti di ordine impostati\",\"5RDEEn\":\"Lingua dell'Ordine\",\"vu6Arl\":\"Ordine Contrassegnato come Pagato\",\"sLbJQz\":\"Ordine non trovato\",\"kvYpYu\":\"Ordine non trovato\",\"i8VBuv\":\"Numero Ordine\",\"FaPYw+\":\"Proprietario ordine\",\"eB5vce\":\"Proprietari di ordini con un prodotto specifico\",\"CxLoxM\":\"Proprietari di ordini con prodotti\",\"DoH3fD\":\"Pagamento dell'Ordine in Sospeso\",\"UkHo4c\":\"Rif. ordine\",\"EZy55F\":\"Ordine Rimborsato\",\"6eSHqs\":\"Stati ordine\",\"oW5877\":\"Totale Ordine\",\"e7eZuA\":\"Ordine Aggiornato\",\"1SQRYo\":\"Ordine aggiornato con successo\",\"KndP6g\":\"URL Ordine\",\"3NT0Ck\":\"L'ordine è stato annullato\",\"sd5IMt\":\"Ordini completati\",\"5It1cQ\":\"Ordini Esportati\",\"UQ0ACV\":\"Totale ordini\",\"B/EBQv\":\"Ordini:\",\"qtGTNu\":\"Account organici\",\"ucgZ0o\":\"Organizzazione\",\"S3CZ5M\":\"Dashboard organizzatore\",\"Uu0hZq\":\"Email organizzatore\",\"Gy7BA3\":\"Indirizzo email dell'organizzatore\",\"SQqJd8\":\"Organizzatore non trovato\",\"wpj63n\":\"Impostazioni organizzatore\",\"coIKFu\":\"Le statistiche dell'organizzatore non sono disponibili per la valuta selezionata o si è verificato un errore.\",\"o1my93\":\"Aggiornamento dello stato dell'organizzatore non riuscito. Riprova più tardi\",\"rLHma1\":\"Stato dell'organizzatore aggiornato\",\"LqBITi\":\"Verrà utilizzato il modello dell'organizzatore/predefinito\",\"/IX/7x\":\"Altro\",\"RsiDDQ\":\"Altre Liste (Biglietto Non Incluso)\",\"qMASRF\":\"Messaggi in uscita\",\"6/dCYd\":\"Panoramica\",\"6WdDG7\":\"Pagina\",\"8uqsE5\":\"Pagina non più disponibile\",\"QkLf4H\":\"URL della pagina\",\"sF+Xp9\":\"Visualizzazioni pagina\",\"c+suC6\":\"Account a pagamento\",\"QIxRUI\":\"Biglietti a pagamento, gratuiti, a prezzi differenziati e basati su donazioni\",\"5F7SYw\":\"Rimborso parziale\",\"fFYotW\":[\"Parzialmente rimborsato: \",[\"0\"]],\"i8day5\":\"Trasferisci la commissione all'acquirente\",\"k4FLBQ\":\"Trasferisci all'acquirente\",\"Ff0Dor\":\"Passato\",\"xTPjSy\":\"Eventi passati\",\"/l/ckQ\":\"Incolla URL\",\"URAE3q\":\"In pausa\",\"4fL/V7\":\"Paga\",\"OZK07J\":\"Paga per sbloccare\",\"c2/9VE\":\"Payload\",\"TskrJ8\":\"Pagamento e Piano\",\"5cxUwd\":\"Data di pagamento\",\"ENEPLY\":\"Metodo di pagamento\",\"EyE8E6\":\"Elaborazione Pagamenti\",\"8Lx2X7\":\"Pagamento ricevuto\",\"vcyz2L\":\"Impostazioni Pagamento\",\"fx8BTd\":\"Pagamenti non disponibili\",\"51U9mG\":\"I pagamenti continueranno a fluire senza interruzioni\",\"UkM20g\":\"In attesa di revisione\",\"dPYu1F\":\"Per partecipante\",\"VlXNyK\":\"Per ordine\",\"hauDFf\":\"Per biglietto\",\"mnF83a\":\"percentuale Commissione\",\"2ueYqG\":\"Percentuale commissione (0-100%)\",\"K2PPlT\":\"La percentuale di commissione deve essere compresa tra 0 e 100\",\"MixU2P\":\"La percentuale deve essere compresa tra 0 e 100\",\"MkuVAZ\":\"Percentuale dell'importo della transazione\",\"/Bh+7r\":\"Prestazione\",\"6kPk3+\":\"Informazioni personali\",\"zmwvG2\":\"Telefono\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Messaggio Post-Checkout\",\"OESu7I\":\"Evita l'overselling condividendo l'inventario tra più tipi di biglietto.\",\"NgVUL2\":\"Anteprima modulo di checkout\",\"cs5muu\":\"Anteprima pagina evento\",\"+4yRWM\":\"Prezzo del biglietto\",\"a5jvSX\":\"Fasce di prezzo\",\"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\",\"ldVIlB\":\"Prodotto Aggiornato\",\"JoKGiJ\":\"Codice promo\",\"k3wH7i\":\"Ripartizione utilizzo codici promo e sconti\",\"uEhdRh\":\"Solo promo\",\"dLm8V5\":\"Le email promozionali potrebbero comportare la sospensione dell'account\",\"EEYbdt\":\"Pubblica\",\"evDBV8\":\"Pubblica Evento\",\"dsFmM+\":\"Acquistato\",\"Vw0KCJ\":\"Check-in tramite codice QR\",\"oWXNE5\":\"Qtà\",\"k/bJj0\":\"Domande riordinate\",\"b24kPi\":\"Coda\",\"fqDzSu\":\"Tasso\",\"mnUGVC\":\"Limite di frequenza superato. Per favore riprova più tardi.\",\"t41hVI\":\"Rioffri posto\",\"spsZys\":\"Pronto per l'aggiornamento? Ci vogliono solo pochi minuti.\",\"vt9xUl\":\"Analytics in tempo reale\",\"xzRvs4\":[\"Ricevi aggiornamenti sui prodotti da \",[\"0\"],\".\"],\"pLXbi8\":\"Iscrizioni recenti\",\"Fi3b48\":\"Ordini recenti\",\"7hPBBn\":\"destinatario\",\"jp5bq8\":\"destinatari\",\"yPrbsy\":\"Destinatari\",\"E1F5Ji\":\"I destinatari sono disponibili dopo l'invio del messaggio\",\"Edm6av\":\"Riconnetti Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Reindirizzamento a Stripe...\",\"pnoTN5\":\"Account di riferimento\",\"ACKu03\":\"Aggiorna Anteprima\",\"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\",\"CQeZT8\":\"Report non trovato\",\"JEPMXN\":\"Richiedi un nuovo link\",\"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\",\"kCn6wb\":\"Reimpostazione in corso...\",\"6gRgw8\":\"Riprova\",\"1BG8ga\":\"Riprova tutto\",\"rDC+T6\":\"Riprova lavoro\",\"CbnrWb\":\"Torna all'evento\",\"Oo/PLb\":\"Riepilogo Ricavi\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Vendita terminata \",[\"0\"]],\"loCKGB\":[\"La vendita termina il \",[\"0\"]],\"wlfBad\":\"Periodo di vendita\",\"5CDM6r\":\"Periodo di vendita stabilito\",\"ftzaMf\":\"Periodo di vendita, limiti di ordine, visibilità\",\"zpekWp\":[\"Inizio vendita \",[\"0\"]],\"mUv9U4\":\"Vendite\",\"9KnRdL\":\"Le vendite sono sospese\",\"3VnlS9\":\"Vendite, ordini e metriche di performance per tutti gli eventi\",\"3Q1AWe\":\"Vendite:\",\"B4nE3N\":\"Prezzo del biglietto di esempio\",\"8BRPoH\":\"Luogo di Esempio\",\"DyBPvP\":\"Salva configurazione\",\"KZrfYJ\":\"Salva link social\",\"9Y3hAT\":\"Salva Modello\",\"C8ne4X\":\"Salva Design del Biglietto\",\"6/TNCd\":\"Salva impostazioni IVA\",\"I+FvbD\":\"Scansiona\",\"QS1Nla\":\"Programma per dopo\",\"NAzVVw\":\"Programma messaggio\",\"4ba0NE\":\"Programmata\",\"qcP/8K\":\"Orario programmato\",\"ftNXma\":\"Cerca affiliati...\",\"VY+Bdn\":\"Cerca per nome account o e-mail...\",\"VX+B3I\":\"Cerca per titolo evento o organizzatore...\",\"R0wEyA\":\"Cerca per nome lavoro o eccezione...\",\"VT+urE\":\"Cerca per nome o email...\",\"GHdjuo\":\"Cerca per nome, email o account...\",\"20ce0U\":\"Cerca per ID ordine, nome cliente o email...\",\"4DSz7Z\":\"Cerca per oggetto, evento o account...\",\"BWF1kC\":\"Cerca messaggi...\",\"Mck5ht\":\"Pagamento sicuro\",\"p7xUrt\":\"Seleziona una categoria\",\"3IcxS1\":\"Seleziona una configurazione\",\"e4L7bF\":\"Seleziona un messaggio per visualizzarne il contenuto\",\"zPRPMf\":\"Seleziona un livello\",\"BFRSTT\":\"Seleziona Account\",\"mCB6Je\":\"Seleziona tutto\",\"a6+167\":\"Seleziona un evento\",\"kYZSFD\":\"Seleziona un organizzatore per visualizzare la sua dashboard e gli eventi.\",\"CFbaPk\":\"Seleziona il gruppo di partecipanti\",\"hJmVtD\":\"Seleziona il paese\",\"tVW/yo\":\"Seleziona valuta\",\"n9ZhRa\":\"Seleziona data e ora di fine\",\"gTN6Ws\":\"Seleziona ora di fine\",\"0U6E9W\":\"Seleziona categoria evento\",\"j9cPeF\":\"Seleziona tipi di evento\",\"1nhy8G\":\"Seleziona tipo di scanner\",\"KizCK7\":\"Seleziona data e ora di inizio\",\"dJZTv2\":\"Seleziona ora di inizio\",\"3hJUtr\":\"Seleziona il paese in cui è registrata l'IVA\",\"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\",\"5Ds0vl\":\"Seleziona quale configurazione delle commissioni si applica a questo account. Le commissioni fisse vengono convertite nella valuta dell'ordine al momento del pagamento.\",\"ylXj1N\":\"Selezionato\",\"j9b/iy\":\"Si vende velocemente 🔥\",\"73qYgo\":\"Invia come prova\",\"HMAqFK\":\"Invia email ai partecipanti, titolari di biglietti o proprietari di ordini. I messaggi possono essere inviati immediatamente o programmati per dopo.\",\"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\",\"QEQlnV\":\"Invia il tuo primo messaggio\",\"IoAuJG\":\"Invio in corso...\",\"h69WC6\":\"Inviato\",\"BVu2Hz\":\"Inviato da\",\"SPdzrs\":\"Inviato ai clienti quando effettuano un ordine\",\"LxSN5F\":\"Inviato a ogni partecipante con i dettagli del biglietto\",\"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.\",\"s0FkEx\":\"Configura liste di check-in per diversi ingressi, sessioni o giorni.\",\"xMO+Ao\":\"Configura la tua organizzazione\",\"C3htzi\":\"Impostazione aggiornata\",\"Ohn74G\":\"Configurazione e design\",\"GG7qDw\":\"Condividi link affiliato\",\"hL7sDJ\":\"Condividi pagina dell'organizzatore\",\"jy6QDF\":\"Gestione capacità condivisa\",\"cMW+gm\":[\"Mostra tutte le piattaforme (\",[\"0\"],\" con valori)\"],\"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\",\"t1LIQW\":[\"Visualizzazione di \",[\"0\"],\" record su \",[\"totalRows\"]],\"jVRHeq\":\"Iscritto\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sociale\",\"d0rUsW\":\"Link social\",\"j/TOB3\":\"Link social e sito web\",\"s9KGXU\":\"Venduto\",\"5qOnWX\":\"Lista d'attesa esauriti\",\"KTxc6k\":\"Qualcosa è andato storto, riprova o contatta l'assistenza se il problema persiste\",\"lkE00/\":\"Qualcosa è andato storto. Riprova più tardi.\",\"H6Gslz\":\"Scusa per l'inconveniente.\",\"wdxz7K\":\"Fonte\",\"7JFNej\":\"Sport\",\"JcQp9p\":\"Data e ora di inizio\",\"0m/ekX\":\"Data e ora di inizio\",\"izRfYP\":\"La data di inizio è obbligatoria\",\"2R1+Rv\":\"Ora di inizio dell'evento\",\"2NbyY/\":\"Statistiche\",\"GVUxAX\":\"Le statistiche si basano sulla data di creazione dell'account\",\"DRykfS\":\"Ancora gestendo rimborsi per le tue transazioni precedenti.\",\"wuV0bK\":\"Interrompi Impersonificazione\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe connesso\",\"aKtF0O\":\"Stripe non connesso\",\"9i0++A\":\"ID pagamento Stripe\",\"/QlTE4\":\"La configurazione di Stripe è già completa.\",\"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\",\"0Dk/l8\":\"Impostazioni SEO aggiornate con successo\",\"S8Tua9\":\"Impostazioni aggiornate con successo\",\"MhOoLQ\":\"Link social aggiornati con successo\",\"kj7zYe\":\"Webhook aggiornato con successo\",\"dXoieq\":\"Riepilogo\",\"/RfJXt\":[\"Festival musicale estivo \",[\"0\"]],\"CWOPIK\":\"Festival Musicale Estivo 2025\",\"UaISq3\":\"Svedese\",\"JZTQI0\":\"Cambia organizzatore\",\"9YHrNC\":\"Predefinito del sistema\",\"XX32BM\":\"Richiede solo pochi minuti\",\"yT6dQ8\":\"Tasse raccolte raggruppate per tipo di tassa ed evento\",\"Ye321X\":\"Nome Tassa\",\"WyCBRt\":\"Riepilogo Tasse\",\"GkH0Pq\":\"Tasse & commissioni applicate\",\"Rwiyt2\":\"Imposte configurate\",\"iQZff7\":\"Tasse, commissioni, visibilità, periodo di vendita, evidenziazione del prodotto & limiti degli ordini\",\"BW6QAz\":\"Gestione del 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.\",\"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!\",\"lhAWqI\":\"Grazie per il tuo supporto mentre continuiamo a crescere e migliorare Hi.Events!\",\"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.\",\"MJm4Tq\":\"La valuta dell'ordine\",\"cDHM1d\":\"L'indirizzo e-mail è stato modificato. Il partecipante riceverà un nuovo biglietto all'indirizzo e-mail aggiornato.\",\"I/NNtI\":\"La sede dell'evento\",\"tXadb0\":\"L'evento che stai cercando non è disponibile al momento. Potrebbe essere stato rimosso, scaduto o l'URL potrebbe essere errato.\",\"EBzPwC\":\"L'indirizzo completo dell'evento\",\"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.\",\"5OmEal\":\"La lingua del cliente\",\"sYLeDq\":\"L'organizzatore che stai cercando non è stato trovato. La pagina potrebbe essere stata spostata, eliminata o l'URL potrebbe essere errato.\",\"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\",\"z0KrIG\":\"L'orario programmato è obbligatorio\",\"EWErQh\":\"L'orario programmato deve essere nel futuro\",\"DEcpfp\":\"Il corpo del template contiene sintassi Liquid non valida. Correggila e riprova.\",\"injXD7\":\"Impossibile convalidare il numero di partita IVA. Controlla il numero e riprova.\",\"A4UmDy\":\"Teatro\",\"tDwYhx\":\"Tema e colori\",\"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.\",\"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\",\"RzEvf5\":\"Questo evento è terminato\",\"YClrdK\":\"Questo evento non è ancora pubblicato\",\"dFJnia\":\"Questo è il nome del tuo organizzatore che sarà visibile agli utenti.\",\"L7dIM7\":\"Questo link non è valido o è scaduto.\",\"MR5ygV\":\"Questo link non è più valido\",\"9LEqK0\":\"Questo nome è visibile agli utenti finali\",\"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\",\"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.\",\"0Ew0uk\":\"Questo biglietto è stato appena scansionato. Attendi prima di scansionare di nuovo.\",\"kvpxIU\":\"Questo sarà usato per notifiche e comunicazioni con i tuoi utenti.\",\"rhsath\":\"Questo non sarà visibile ai clienti, ma ti aiuta a identificare l'affiliato.\",\"Mr5UUd\":\"Biglietto annullato\",\"0GSPnc\":\"Design del Biglietto\",\"EZC/Cu\":\"Design del biglietto salvato con successo\",\"bbslmb\":\"Designer biglietti\",\"1BPctx\":\"Biglietto per\",\"bgqf+K\":\"Email del possessore del biglietto\",\"oR7zL3\":\"Nome del possessore del biglietto\",\"HGuXjF\":\"Possessori di biglietti\",\"CMUt3Y\":\"Titolari dei biglietti\",\"awHmAT\":\"ID biglietto\",\"6czJik\":\"Logo del Biglietto\",\"OkRZ4Z\":\"Nome Biglietto\",\"t79rDv\":\"Biglietto non trovato\",\"6tmWch\":\"Biglietto o prodotto\",\"1tfWrD\":\"Anteprima biglietto per\",\"KnjoUA\":\"Prezzo del biglietto\",\"tGCY6d\":\"Prezzo Biglietto\",\"pGZOcL\":\"Biglietto reinviato con successo\",\"8jLPgH\":\"Tipo di Biglietto\",\"X26cQf\":\"URL Biglietto\",\"8qsbZ5\":\"Biglietteria e vendite\",\"zNECqg\":\"biglietti\",\"6GQNLE\":\"Biglietti\",\"NRhrIB\":\"Biglietti e prodotti\",\"EUnesn\":\"Biglietti disponibili\",\"AGRilS\":\"Biglietti Venduti\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"A\",\"nniGTr\":\"Per modificare le configurazioni, vai alla sezione Configurazioni nel menu di amministrazione.\",\"tiI71C\":\"Per aumentare i tuoi limiti, contattaci a\",\"BZBYf3\":\"Per ricevere pagamenti con carta di credito, devi collegare il tuo account Stripe. Stripe è il nostro partner per l'elaborazione dei pagamenti che garantisce transazioni sicure e pagamenti puntuali.\",\"W428WC\":\"Attiva colonne\",\"UBSG1X\":\"Migliori organizzatori (Ultimi 14 giorni)\",\"3sZ0xx\":\"Account Totali\",\"EaAPbv\":\"Importo totale pagato\",\"SMDzqJ\":\"Totale Partecipanti\",\"orBECM\":\"Totale Raccolto\",\"k5CU8c\":\"Totale iscrizioni\",\"4B7oCp\":\"Commissione totale\",\"KSDwd5\":\"Ordini totali\",\"vb0Q0/\":\"Utenti Totali\",\"oJjplO\":\"Visualizzazioni totali\",\"orluER\":\"Traccia la crescita e le prestazioni dell'account per fonte di attribuzione\",\"NHq3l1\":\"Tieni traccia delle vendite, dei ricavi e delle presenze con report dettagliati\",\"OpKMSn\":\"Commissione di Transazione:\",\"uKOFO5\":\"Vero se pagamento offline\",\"9GsDR2\":\"Vero se pagamento in sospeso\",\"ouM5IM\":\"Prova un'altra email\",\"3DZvE7\":\"Prova Hi.Events Gratis\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Disattiva audio\",\"KUOhTy\":\"Attiva audio\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Tipo di biglietto\",\"IrVSu+\":\"Impossibile duplicare il prodotto. Controlla i tuoi dati\",\"Vx2J6x\":\"Impossibile recuperare il partecipante\",\"h0dx5e\":\"Impossibile unirsi alla lista d'attesa\",\"n57zCW\":\"Account non attribuiti\",\"b9SN9q\":\"Riferimento ordine unico\",\"Ef7StM\":\"Sconosciuto\",\"ZBAScj\":\"Partecipante Sconosciuto\",\"ZkS2p3\":\"Annulla Pubblicazione Evento\",\"X13xGn\":\"Non attendibile\",\"Pp1sWX\":\"Aggiorna affiliato\",\"KMMOAy\":\"Aggiornamento disponibile\",\"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\",\"WBq1/R\":\"Scanner USB già attivo\",\"EV30TR\":\"Modalità scanner USB attivata. Inizia a scansionare i biglietti ora.\",\"fovJi3\":\"Modalità scanner USB disattivata\",\"hli+ga\":\"Scanner USB/HID\",\"OHJXlK\":\"Usa <0>i template Liquid per personalizzare le tue email\",\"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\",\"rnoQsz\":\"Utilizzato per bordi, evidenziazioni e stile del codice QR\",\"BV4L/Q\":\"Analisi UTM\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Valido\",\"GuXjc5\":\"Convalidato\",\"imLQ9Y\":\"Convalida della tua partita IVA...\",\"cK9+xQ\":\"Paese IVA\",\"sqdl5s\":\"Informazioni IVA\",\"UjNWsF\":\"L'IVA può essere applicata alle commissioni della piattaforma in base al tuo stato di registrazione IVA. Completa la sezione informazioni IVA qui sotto.\",\"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\",\"CZomgW\":\"Partita IVA registrata\",\"PCRCCN\":\"Informazioni di registrazione IVA\",\"oSDBWm\":\"Impostazioni IVA\",\"Nfbg76\":\"Impostazioni IVA salvate con successo\",\"UvYql/\":\"Impostazioni IVA salvate. Stiamo convalidando il tuo numero di partita IVA in background.\",\"R6n7j9\":\"Impostazioni IVA aggiornate con successo\",\"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\",\"AdWhjZ\":\"Codice di verifica\",\"QDEWii\":\"Verificato\",\"wCKkSr\":\"Verifica email\",\"/IBv6X\":\"Verifica la tua email\",\"e/cvV1\":\"Verifica in corso...\",\"fROFIL\":\"Vietnamita\",\"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\",\"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\",\"wPRp9Z\":\"Visibile solo allo staff di check-in. Aiuta a identificare questa lista durante il check-in.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"In attesa\",\"quR8Qp\":\"In attesa di pagamento\",\"u0n+wz\":\"Lista d'attesa\",\"3RXFtE\":\"Waitlist Enabled\",\"aUi/Dz\":\"Attenzione: questa è la configurazione predefinita del sistema. Le modifiche interesseranno tutti gli account a cui non è assegnata una configurazione specifica.\",\"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.\",\"HJKdzP\":\"Si è verificato un problema durante il caricamento di questa pagina. Riprova.\",\"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\",\"x8rEDQ\":\"Non siamo riusciti a convalidare il tuo numero di partita IVA dopo diversi tentativi. Continueremo a provare in background. Riprova più tardi.\",\"Uo5ddP\":[\"Ti avviseremo via email se si libera un posto per \",[\"0\"],\".\"],\"q1BizZ\":\"Invieremo i tuoi biglietti a questa email\",\"ZOmUYW\":\"Convalideremo la tua partita IVA in background. In caso di problemi, ti informeremo.\",\"zCdObC\":\"Abbiamo ufficialmente trasferito la nostra sede in Irlanda 🇮🇪. Come parte di questa transizione, ora usiamo Stripe Irlanda invece di Stripe Canada. Per mantenere i tuoi pagamenti fluidi, dovrai riconnettere il tuo account Stripe.\",\"jh2orE\":\"Abbiamo trasferito la nostra sede in Irlanda. Di conseguenza, è necessario riconnettere il tuo account Stripe. Questo processo rapido richiede solo pochi minuti. Le tue vendite e i dati esistenti rimangono completamente inalterati.\",\"Fq/Nx7\":\"Abbiamo inviato un codice di verifica a 5 cifre a:\",\"GdWB+V\":\"Webhook creato con successo\",\"2X4ecw\":\"Webhook eliminato con successo\",\"CThMKa\":\"Log Webhook\",\"nuh/Wq\":\"URL Webhook\",\"8BMPMe\":\"Il webhook non invierà notifiche\",\"FSaY52\":\"Il webhook invierà notifiche\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Sito web\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bentornato\",\"QDWsl9\":[\"Benvenuto su \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Benvenuto su \",[\"0\"],\", ecco un elenco di tutti i tuoi eventi\"],\"FaSXqR\":\"Che tipo di evento?\",\"f30uVZ\":\"Cosa devi fare:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Quando un check-in viene eliminato\",\"Gmd0hv\":\"Quando viene creato un nuovo partecipante\",\"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 è esaurito, i clienti possono iscriversi a una lista d'attesa per essere avvisati quando i posti diventano disponibili.\",\"Q7CWxp\":\"Quando un partecipante viene annullato\",\"IuUoyV\":\"Quando un partecipante effettua il check-in\",\"nBVOd7\":\"Quando un partecipante 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.\",\"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.\",\"uchB0M\":\"Anteprima widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Scrivi qui il tuo messaggio...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"5VGIlq\":\"Hai raggiunto il tuo limite di messaggistica.\",\"casL1O\":\"Hai tasse e commissioni aggiunte a un Prodotto Gratuito. Vuoi rimuoverle?\",\"pCLes8\":\"Devi accettare di ricevere messaggi\",\"FVTVBy\":\"Devi verificare il tuo indirizzo email prima di poter aggiornare lo stato dell'organizzatore.\",\"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.\",\"FgRxRP\":\"Possiedi sempre il 100% dei dati dei tuoi partecipanti\",\"88cUW+\":\"Ricevi\",\"U3wiCB\":\"Sei a posto! I tuoi pagamenti vengono elaborati senza problemi.\",\"MNFIxz\":[\"Stai per partecipare a \",[\"0\"],\"!\"],\"qGZz0m\":\"Sei nella lista d'attesa!\",\"/5HL6k\":\"Ti è stato offerto un posto!\",\"p/Sa0j\":\"Il tuo account ha limiti di messaggistica. Per aumentare i tuoi limiti, contattaci a\",\"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!\",\"R02pnV\":\"Il tuo evento deve essere attivo prima di poter vendere biglietti ai partecipanti.\",\"hDNwnf\":\"Il tuo logo, i tuoi colori e il tuo stile su ogni pagina\",\"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\",\"6heFYY\":\"Il tuo account Stripe è connesso e sta elaborando i pagamenti.\",\"vvO1I2\":\"Il tuo account Stripe è collegato e pronto per elaborare i pagamenti.\",\"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\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Cerca prodotti\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Copia dettagli al primo partecipante\"],\"+4yRWM\":[\"Prezzo del biglietto\"],\"+4zM7f\":[\"Ricevi il pagamento immediatamente tramite Stripe Connect\"],\"+5Mlle\":[\"Attendi mentre prepariamo i tuoi ordini per l'esportazione...\"],\"+8bmSu\":[\"California\"],\"+CeSxK\":[\"Lista di Registrazione eliminata con successo\"],\"+FWjhR\":[\"Hai esaurito il tempo per completare il tuo ordine.\"],\"+G/XiQ\":[\"Da inizio anno\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"CAP o Codice Postale\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Salta questo passaggio\"],\"+QARA4\":[\"Arte\"],\"+WFMis\":[\"Visualizza e scarica report per tutti i tuoi eventi. Sono inclusi solo gli ordini completati.\"],\"+Y976X\":[\"Nessun Codice Promozionale da mostrare\"],\"+dAKxg\":[\"Nessuna configurazione trovata\"],\"+eZ7dp\":[\"Pagamenti Offline\"],\"+fA4C7\":[\"Opzioni di Duplicazione\"],\"+guao5\":[\"Modifica configurazione\"],\"+hBhWk\":[\"La lista di registrazione è scaduta\"],\"+jIeoh\":[\"Nessun account trovato\"],\"+jw/c1\":[\"Elimina immagine\"],\"+pr/FY\":[\"Cerca per nome evento...\"],\"+qqX74\":[\"Aggiorna nome, descrizione e date dell'evento\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Il codice è obbligatorio\"],\"+zy2Nq\":[\"Tipo\"],\"/2by1f\":[\"Stato o Regione\"],\"/3017M\":[\"Connesso a Stripe\"],\"/4gGIX\":[\"Copia negli appunti\"],\"/5HL6k\":[\"Ti è stato offerto un posto!\"],\"/5PEQz\":[\"Visualizza pagina evento\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Rimborsato\"],\"/Bh+7r\":[\"Prestazione\"],\"/CV2x+\":[\"Sei sicuro di voler cancellare questo partecipante? Questo annullerà il loro biglietto\"],\"/DNy62\":[\"Non abbiamo trovato biglietti corrispondenti a \",[\"0\"]],\"/H326L\":[\"Già rimborsato\"],\"/HGmW9\":[\"Crea link tracciabili per premiare i partner che promuovono il tuo evento.\"],\"/HkCs4\":[[\"0\"],\" biglietti\"],\"/IBv6X\":[\"Verifica la tua email\"],\"/IX/7x\":[\"Altro\"],\"/IzmnP\":[\"Attendi mentre prepariamo la tua fattura...\"],\"/JdZIP\":[\"Configurazione assegnata\"],\"/Jizh9\":[\"Scegli un account\"],\"/PN1DA\":[\"Aggiungi una descrizione per questa lista di check-in\"],\"/QlTE4\":[\"La configurazione di Stripe è già completa.\"],\"/RfJXt\":[\"Festival musicale estivo \",[\"0\"]],\"/Rj5P4\":[\"Il tuo nome\"],\"/SIY6o\":[\"Parole Chiave SEO\"],\"/SgoNA\":[\"Tasse Totali\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Check-out\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Nessun dato di attribuzione trovato\"],\"/bhMdO\":[\"La mia fantastica descrizione dell'evento...\"],\"/cSMqv\":[\"Impossibile creare la domanda. Controlla i tuoi dati\"],\"/dgc8E\":[\"Data dell'Evento\"],\"/gWrVZ\":[\"Ricavi giornalieri, tasse, commissioni e rimborsi per tutti gli eventi\"],\"/iE8xx\":[\"Commissione Hi.Events\"],\"/jHBj5\":[\"Affiliato creato con successo\"],\"/jQctM\":[\"A\"],\"/jZOZa\":[\"Commissione di Servizio\"],\"/l/ckQ\":[\"Incolla URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Commissioni\"],\"/p9Fhq\":[\"Disponibilità illimitata\"],\"/roQKz\":[\"Percentuale\"],\"/sV91a\":[\"Gestione delle commissioni\"],\"/u4DIx\":[\"Prodotti Venduti\"],\"/xC/im\":[\"Impostazioni di Fatturazione\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"Una breve descrizione del tuo organizzatore che sarà visibile agli utenti.\"],\"0+iwE5\":[\"Impossibile riordinare le domande\"],\"0/+Nn9\":[\"I tuoi messaggi appariranno qui\"],\"0/vPdA\":[\"Aggiungi eventuali note sul partecipante. Queste non saranno visibili al partecipante.\"],\"0/yJtP\":[\"Invia messaggio ai proprietari degli ordini con prodotti specifici\"],\"01WH0a\":[\"Non siamo riusciti a confermare il tuo pagamento. Riprova o contatta l'assistenza.\"],\"01sEfm\":[\"Impossibile eliminare la configurazione predefinita del sistema\"],\"02ePaq\":[\"Seleziona \",[\"0\"]],\"06s3w3\":[\"Nascondi prodotto prima della data di inizio vendita\"],\"074+X8\":[\"Nessun Webhook Attivo\"],\"0Dk/l8\":[\"Impostazioni SEO aggiornate con successo\"],\"0Ew0uk\":[\"Questo biglietto è stato appena scansionato. Attendi prima di scansionare di nuovo.\"],\"0GSPnc\":[\"Design del Biglietto\"],\"0GwUT4\":[\"Procedi al pagamento\"],\"0I0Hac\":[\"Avviso importante\"],\"0R3Y+9\":[\"Email Partecipante\"],\"0RXCDo\":[\"Tassa o Commissione eliminata con successo\"],\"0U6E9W\":[\"Seleziona categoria evento\"],\"0UZTSq\":[\"Valuta dell'Ordine\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Impostazioni Predefinite Evento\"],\"0Zypnp\":[\"Dashboard Amministratore\"],\"0aVEBY\":[\"Sei sicuro di voler eliminare tutti i lavori falliti?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Utilizza i dettagli dell'ordine per tutti i partecipanti. I nomi e gli indirizzi email dei partecipanti corrisponderanno alle informazioni dell'acquirente.\"],\"0m/ekX\":[\"Data e ora di inizio\"],\"0pC/y6\":[\"Evento\"],\"0zpgxV\":[\"Opzioni\"],\"147G4h\":[\"Sei sicuro di voler uscire?\"],\"15qAvl\":[\"Non hai modifiche di email in sospeso.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Performance Eventi\"],\"1BG8ga\":[\"Riprova tutto\"],\"1BPctx\":[\"Biglietto per\"],\"1DBGsz\":[\"Note\"],\"1E0vyy\":[\"Non è stato possibile caricare i dati. Riprova.\"],\"1HfW/F\":[\"Colori\"],\"1Hzev4\":[\"Modello personalizzato evento\"],\"1J/AWD\":[\"Visualizza Biglietto\"],\"1JnTgU\":[\"Copiato da sopra\"],\"1JwlHk\":[\"Categoria Prodotto\"],\"1MAvUY\":[\"Gestisci le impostazioni di pagamento e fatturazione per questo evento.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Ordine aggiornato con successo\"],\"1SbbH8\":[\"Mostrato al cliente dopo il checkout, nella pagina di riepilogo dell'ordine.\"],\"1USFWA\":[\"Prodotto eliminato con successo\"],\"1UzENP\":[\"No\"],\"1WnhCL\":[\"Impostazioni di Pagamento\"],\"1Xxb9f\":[\"Connetti elaborazione pagamenti\"],\"1YMS+X\":[\"Creazione del tuo evento in corso, attendere prego\"],\"1Ycaad\":[\"Prodotto aggiornato con successo\"],\"1ZKm04\":[\"Questo account è registrato ai fini IVA nell'UE?\"],\"1ZaQUH\":[\"Cognome\"],\"1bZAZA\":[\"Verrà utilizzato il modello predefinito\"],\"1d6kks\":[\"+Tasse/Commissioni\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Ordini\"],\"1jRD0v\":[\"Invia messaggio ai partecipanti con biglietti specifici\"],\"1jUg5D\":[\"Offerto\"],\"1k0Mp4\":[\"Questa lista di check-in non è ancora attiva\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Invia email di notifica rimborso\"],\"1lRT3t\":[\"Disabilitando questa capacità verranno monitorate le vendite ma non verranno interrotte quando viene raggiunto il limite\"],\"1m+YT2\":[\"Le domande obbligatorie devono essere risposte prima che il cliente possa procedere al checkout.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Seleziona tipo di scanner\"],\"1njn7W\":[\"Chiaro\"],\"1oPDuj\":[\"Valore di attribuzione\"],\"1qY5Ue\":[\"Link scaduto o non valido\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Inserisci il numero di partita IVA comprensivo di codice paese\"],\"1tfWrD\":[\"Anteprima biglietto per\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Colore di Accento\"],\"1vBhpG\":[\"Primo partecipante\"],\"1z26sk\":[\"Invita membro del team\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Scarica report di vendita, partecipanti e finanziari per tutti gli ordini completati.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Cerca per ID ordine, nome cliente o email...\"],\"22BOve\":[\"Partecipante aggiornato con successo\"],\"22Itl6\":[\"Inviami una copia\"],\"22xieU\":[\"es. 180 (3 ore)\"],\"237hSL\":[\"Terminato\"],\"24l4x6\":[\"Aggiungi Prodotto\"],\"25QDJ1\":[\"- Clicca per pubblicare\"],\"261RBr\":[\"Approva messaggio\"],\"26pGvx\":[\"Hai un codice promozionale?\"],\"29w7p6\":[\"Caricamento immagine in corso...\"],\"2E2O5H\":[\"Personalizza le impostazioni varie per questo evento\"],\"2FzaR1\":[\"Gestisci l'elaborazione dei pagamenti e visualizza le commissioni della piattaforma\"],\"2KAI4N\":[\"Esporta CSV\"],\"2L3vle\":[\"Max messaggi / 24h\"],\"2LMsOq\":[\"Ultimi 12 mesi\"],\"2NLjA6\":[\"L'immagine di copertina sarà visualizzata in cima alla pagina dell'organizzatore\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Statistiche\"],\"2O7Ybb\":[\"Scadenza dell'offerta\"],\"2POOFK\":[\"Gratuito\"],\"2R1+Rv\":[\"Ora di inizio dell'evento\"],\"2RZK9x\":[\"Non siamo riusciti a trovare l'ordine che stai cercando. Il link potrebbe essere scaduto o i dettagli dell'ordine potrebbero essere cambiati.\"],\"2VLZwd\":[\"Pulsante di Invito all'Azione\"],\"2X4ecw\":[\"Webhook eliminato con successo\"],\"2bR+8v\":[\"Vendite Lorde Totali\"],\"2cUopP\":[\"Riavvia il processo di acquisto.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Iscritto\"],\"2hGPQG\":[\"Esempi: \\\"Taglia maglietta\\\", \\\"Preferenza pasto\\\", \\\"Titolo professionale\\\"\"],\"2iZEz7\":[\"Modifica Risposta\"],\"2q/Q7x\":[\"Visibilità\"],\"2r6bAy\":[\"Una volta completato l'aggiornamento, il tuo vecchio account sarà usato solo per i rimborsi.\"],\"2rHwhl\":[\"In Attesa di Pagamento Offline\"],\"2tbLdK\":[\"Beneficenza\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Percentuale commissione (0-100%)\"],\"31KB8w\":[\"Tutti i lavori falliti eliminati\"],\"352VU2\":[\"\\\"Non hai un account? <0>Registrati\"],\"38KFY0\":[\"Inserisci Variabile\"],\"3DZvE7\":[\"Prova Hi.Events Gratis\"],\"3ENYTQ\":[\"La tua richiesta di cambio email a <0>\",[\"0\"],\" è in attesa. Controlla la tua email per confermare\"],\"3EXqwa\":[\"Categoria Creata con Successo\"],\"3F1nBX\":[\"Donazione / Prodotto a offerta libera\"],\"3GfR6a\":[\"Inserisci il nome dell'azienda\"],\"3IEF7U\":[[\"totalCount\"],\" tipi di biglietto\"],\"3IcxS1\":[\"Seleziona una configurazione\"],\"3Kzsk7\":[\"Questo prodotto è un biglietto. Agli acquirenti verrà emesso un biglietto al momento dell'acquisto\"],\"3LtiBI\":[\"Sconto in \",[\"0\"]],\"3NT0Ck\":[\"L'ordine è stato annullato\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Vendite:\"],\"3R/Tu2\":[\"Gestione predefinita delle commissioni\"],\"3RQ81z\":[\"Ogni persona riceverà un'e-mail con un posto riservato per completare l'acquisto.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Connetti con Stripe\"],\"3VnlS9\":[\"Vendite, ordini e metriche di performance per tutti gli eventi\"],\"3Z223G\":[\"Errore durante la conferma dell'indirizzo email\"],\"3ZI8IL\":[\"Devi accettare i termini e le condizioni\"],\"3bR1r4\":[\"Inserisci email affiliato (facoltativo)\"],\"3buiaw\":[\"Report commissioni piattaforma\"],\"3cKoxx\":[\"Configurazioni\"],\"3cqmut\":[\"Gli affiliati ti aiutano a tracciare le vendite generate da partner e influencer. Crea codici affiliato e condividili per monitorare le prestazioni.\"],\"3ep0Gx\":[\"Informazioni generali sul tuo organizzatore\"],\"3hJUtr\":[\"Seleziona il paese in cui è registrata l'IVA\"],\"3oSV95\":[\"Seleziona Livello Prodotto\"],\"3ogkAk\":[\"Duplica Evento\"],\"3pykXZ\":[\"Accetta bonifici bancari, assegni o altri metodi di pagamento offline\"],\"3sRuiW\":[\"Nessun biglietto trovato\"],\"3sVRey\":[\"Offri biglietti\"],\"3sZ0xx\":[\"Account Totali\"],\"3suLF0\":[\"Assegnazione Capacità aggiornata con successo\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Personalizza l'aspetto della pagina del tuo organizzatore\"],\"3wF4Q/\":[\"In attesa di pagamento\"],\"3wV73y\":[\"Città\"],\"3y+V4p\":[\"Indirizzo Organizzazione\"],\"3yNuBV\":[\"Modifica impostazioni IVA\"],\"3yiej1\":[\"es. 23.5 per 23.5%\"],\"3zRbWw\":[\"Cerca per nome, email o numero ordine...\"],\"4+am6b\":[\"No, rimani qui\"],\"4/If97\":[\"Aggiornamento stato evento fallito. Riprova più tardi\"],\"4/kP5a\":[\"Se una nuova scheda non si è aperta automaticamente, clicca sul pulsante qui sotto per procedere al pagamento.\"],\"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.\"],\"40Gx0U\":[\"Fuso orario\"],\"41BQ3k\":[\"Email di contatto\"],\"41dJPO\":[\"Nessuna impostazione IVA configurata\"],\"45Srzt\":[\"Non è stato possibile eliminare la categoria. Riprova.\"],\"48Y16Q\":[\"Ora di fine (facoltativo)\"],\"48rf3i\":[\"Il messaggio non può superare 5000 caratteri\"],\"4B7oCp\":[\"Commissione totale\"],\"4CETZY\":[\"Indicazioni stradali\"],\"4D3rRj\":[\"Torna al profilo\"],\"4DSz7Z\":[\"Cerca per oggetto, evento o account...\"],\"4GLxhy\":[\"Primi Passi\"],\"4GhX3c\":[\"Nessun Webhook\"],\"4H80qv\":[\"Ordine aggiornato con successo\"],\"4HVzhV\":[\"Partecipanti:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Evento Non Disponibile\"],\"4K2OjV\":[\"Sede dell'Evento\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Sei sicuro di voler pubblicare questo profilo organizzatore? Una volta pubblicato, sarà visibile al pubblico.\"],\"4WT5tD\":[\"🎨 Personalizza la pagina del tuo evento\"],\"4Y2FZT\":[\"Tipo di Prezzo Prodotto\"],\"4bUH9i\":[\"Raccogli i dettagli dei partecipanti per ogni biglietto acquistato.\"],\"4ba0NE\":[\"Programmata\"],\"4fL/V7\":[\"Paga\"],\"4kEGqW\":[\"Carica un logo per il tuo organizzatore\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Fornisci contesto aggiuntivo o istruzioni per questa domanda. Usa questo campo per aggiungere termini\\ne condizioni, linee guida o qualsiasi informazione importante che i partecipanti devono conoscere prima di rispondere.\"],\"4lVaWA\":[\"In attesa di pagamento offline\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"Il nome è obbligatorio\"],\"4qmnU8\":[\"Connetti il tuo account Stripe per accettare pagamenti.\"],\"4rnJq4\":[\"Script di incorporamento\"],\"4ueloy\":[\"Cos'è una Categoria?\"],\"4wUIjX\":[\"Rendi attivo il tuo evento\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"Servizio di convalida IVA temporaneamente non disponibile\"],\"51AsAN\":[\"Controlla la tua casella di posta! Se ci sono biglietti associati a questa email, riceverai un link per visualizzarli.\"],\"51U9mG\":[\"I pagamenti continueranno a fluire senza interruzioni\"],\"54GxeB\":[\"Nessun impatto sulle tue transazioni attuali o passate\"],\"54MPqC\":[\"ad esempio, Standard, Premium, Enterprise\"],\"54q0zp\":[\"Biglietti per\"],\"55i7Fa\":[\"Questo messaggio sarà mostrato solo se l'ordine è completato con successo. Gli ordini in attesa di pagamento non mostreranno questo messaggio\"],\"5670b9\":[\"Impossibile offrire i biglietti\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"biglietto\"],\"5CDM6r\":[\"Periodo di vendita stabilito\"],\"5CQ+r0\":[\"Consenti ai partecipanti associati a ordini non pagati di effettuare il check-in\"],\"5CiNPm\":[\"Reinvia biglietto\"],\"5Ds0vl\":[\"Seleziona quale configurazione delle commissioni si applica a questo account. Le commissioni fisse vengono convertite nella valuta dell'ordine al momento del pagamento.\"],\"5F7SYw\":[\"Rimborso parziale\"],\"5FSIzj\":[\"Nota Bene\"],\"5H3Z78\":[\"Sei sicuro di voler eliminare questo webhook?\"],\"5It1cQ\":[\"Ordini Esportati\"],\"5K8REg\":[\"Questo ordine è già stato rimborsato.\"],\"5LAZwq\":[\"Impersonificazione avviata\"],\"5LDT6f\":[\"Dai un'occhiata a questo evento!\"],\"5N4wLD\":[\"Che tipo di domanda è questa?\"],\"5OmEal\":[\"La lingua del cliente\"],\"5Qmxo/\":[\"Sei sicuro di voler annullare la pubblicazione di questo profilo organizzatore? Non sarà più visibile al pubblico.\"],\"5RDEEn\":[\"Lingua dell'Ordine\"],\"5ShqeM\":[\"La lista di check-in che stai cercando non esiste.\"],\"5T2HxQ\":[\"Data di attivazione\"],\"5UbY+B\":[\"Partecipanti con un biglietto specifico\"],\"5VGIlq\":[\"Hai raggiunto il tuo limite di messaggistica.\"],\"5YrKW7\":[\"Completa il pagamento per assicurarti i biglietti.\"],\"5b3QLi\":[\"Il tuo piano\"],\"5cxUwd\":[\"Data di pagamento\"],\"5lcVkL\":[\"Dettagli di Connessione\"],\"5mpF6N\":[\"Importo fisso della commissione in \",[\"currencyCode\"]],\"5n+Wwp\":[\"Organizzatore aggiornato con successo\"],\"5qOnWX\":[\"Lista d'attesa esauriti\"],\"5slqwZ\":[\"Crea il tuo evento\"],\"5tT0+u\":[\"Formato email non valido\"],\"5tl0Bp\":[\"Domande di registrazione\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Nascondi questo prodotto ai clienti\"],\"6/TNCd\":[\"Salva impostazioni IVA\"],\"6/dCYd\":[\"Panoramica\"],\"60u+dQ\":[\"L'immagine di copertina sarà visualizzata in cima alla pagina dell'evento\"],\"621rYf\":[\"Pagamento\"],\"62Ciis\":[\"Chiudi barra laterale\"],\"65A04M\":[\"Spagnolo\"],\"67NsZP\":[\"Creazione evento...\"],\"67OJ7t\":[\"Visualizza Ordine\"],\"68Axnm\":[\"Si è verificato un errore durante l'elaborazione della tua richiesta. Riprova.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Biglietti\"],\"6HK5Ct\":[\"Ordini completati\"],\"6IwNUc\":[\"Modelli Email\"],\"6JzK4N\":[\"Link al biglietto\"],\"6K/IHl\":[\"Ecco un esempio di come puoi usare il componente nella tua applicazione.\"],\"6K0GjX\":[\"Il testo potrebbe essere difficile da leggere\"],\"6KnyG0\":[\"Inserisci e-mail\"],\"6MIiOI\":[[\"0\"],\" rimasti\"],\"6PNlRV\":[\"Aggiungi questo evento al tuo calendario\"],\"6PecK3\":[\"Presenze e tassi di check-in per tutti gli eventi\"],\"6RmHKN\":[\"Colore primario\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Copiato\"],\"6WdDG7\":[\"Pagina\"],\"6YtxFj\":[\"Nome\"],\"6Z/F61\":[\"Nessun dato da mostrare. Seleziona un intervallo di date\"],\"6a/UJE\":[\"Spiacenti, questo codice promo non è riconosciuto\"],\"6aXq+t\":[\"Oggetto:\"],\"6bBh3/\":[\"Tariffa fissa\"],\"6czJik\":[\"Logo del Biglietto\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Stati ordine\"],\"6euFZ/\":[\"Un \",[\"type\"],\" predefinito viene applicato automaticamente a tutti i nuovi prodotti. Puoi sovrascrivere questa impostazione per ogni singolo prodotto.\"],\"6fLyj/\":[\"Se non hai richiesto questa modifica, cambia immediatamente la tua password.\"],\"6fuA9p\":[\"Evento duplicato con successo\"],\"6gRgw8\":[\"Riprova\"],\"6heFYY\":[\"Il tuo account Stripe è connesso e sta elaborando i pagamenti.\"],\"6imsQS\":[\"Cinese (Semplificato)\"],\"6jYQGG\":[\"Nessun evento passato\"],\"6kPk3+\":[\"Informazioni personali\"],\"6kdXbW\":[\"Crea un Codice Promozionale\"],\"6nDzTl\":[\"Buona leggibilità\"],\"6tmWch\":[\"Biglietto o prodotto\"],\"6uwAvx\":[\"Non puoi eliminare questo livello di prezzo perché ci sono già prodotti venduti per questo livello. Puoi invece nasconderlo.\"],\"6xCBVN\":[\"Impostazioni di Pagamento e Fatturazione Aggiornate con Successo\"],\"6zQOg1\":[\"Il prezzo mostrato al cliente non includerà tasse e commissioni. Saranno mostrate separatamente\"],\"7+grte\":[\"Email di conferma inviata! Controlla la tua casella di posta.\"],\"7/9RFs\":[\"Caricamento immagine non riuscito.\"],\"70dYC8\":[\"Codice Promo Aggiornato con Successo\"],\"72c5Qo\":[\"Totale\"],\"73nxDO\":[\"Impostazioni Varie Aggiornate con Successo\"],\"73qYgo\":[\"Invia come prova\"],\"744BMm\":[\"Completa il tuo ordine per assicurarti i biglietti. Questa offerta è a tempo limitato, quindi non aspettare troppo.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"La tua lista di check-in è stata creata con successo. Condividi il link sottostante con il tuo staff di check-in.\"],\"7B5M35\":[\"Check-In\"],\"7Bj3x9\":[\"Fallito\"],\"7Cx5It\":[\"Prevendita\"],\"7D9MJz\":[\"Completa Configurazione Stripe\"],\"7ER2sc\":[\"Evidenziato\"],\"7JF9w9\":[\"Aggiungi domanda\"],\"7JFNej\":[\"Sport\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Azioni\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Utente\"],\"7VpPHA\":[\"Conferma\"],\"7YJdgG\":[\"I tuoi ordini appariranno qui una volta che inizieranno ad arrivare.\"],\"7YZofi\":[\"Inserisci un oggetto e un corpo per vedere l'anteprima\"],\"7dSOhU\":[\"Abilita lista d'attesa\"],\"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.\"],\"7hPBBn\":[\"destinatario\"],\"7kOMfV\":[\"Evento Aggiornato con Successo\"],\"7ns+do\":[\"Indirizzo aziendale\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"Tutti gli eventi archiviati\"],\"7vhWI8\":[\"Nuova Password\"],\"7wtpH5\":[\"Modello Attivo\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Il nome è obbligatorio\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Inserisci Token Liquid\"],\"876pfE\":[\"Cliente\"],\"87a/t/\":[\"Etichetta\"],\"88cUW+\":[\"Ricevi\"],\"89xaFU\":[\"Imposta le impostazioni predefinite delle commissioni della piattaforma per i nuovi eventi creati sotto questo organizzatore.\"],\"8AiKIu\":[\"Crea biglietto o prodotto\"],\"8BMPMe\":[\"Il webhook non invierà notifiche\"],\"8BRPoH\":[\"Luogo di Esempio\"],\"8BwQeU\":[\"Completa configurazione\"],\"8Etqrl\":[\"Offri automaticamente i biglietti alla persona successiva quando si libera capacità\"],\"8F1i42\":[\"Pagina non trovata\"],\"8KDgYV\":[\"Prepara il tuo evento\"],\"8KmsFa\":[\"Seleziona un intervallo di date\"],\"8Lx2X7\":[\"Pagamento ricevuto\"],\"8OhzyY\":[\"Quando un prodotto viene eliminato\"],\"8OvVZZ\":[\"Filtra Partecipanti\"],\"8QH2Il\":[\"Questa categoria è nascosta alla vista pubblica\"],\"8YBH95\":[\"Ricavi\"],\"8ZsakT\":[\"Password\"],\"8cBtvm\":[\"Colore testo primario\"],\"8dENF9\":[\"IVA su commissione\"],\"8jLPgH\":[\"Tipo di Biglietto\"],\"8k8Njd\":[\"Quanti minuti ha il cliente per completare il proprio ordine. Consigliamo almeno 15 minuti\"],\"8n10sz\":[\"Non Idoneo\"],\"8oPbg1\":[\"Abilita Fatturazione\"],\"8pQ3NJ\":[\"Nessun evento in programma nelle prossime 24 ore\"],\"8q0EdE\":[\"Aggiungi Prodotto alla Categoria\"],\"8qsbZ5\":[\"Biglietteria e vendite\"],\"8rE61T\":[\"Indirizzo di Fatturazione\"],\"8uOlgz\":[\"Fallito il\"],\"8uqsE5\":[\"Pagina non più disponibile\"],\"8v2LRU\":[\"Configura i dettagli dell'evento, la posizione, le opzioni di checkout e le notifiche email.\"],\"8vETh9\":[\"Show\"],\"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.\"],\"8wUjGl\":[\"Riservato fino a\"],\"8wgkoi\":[\"Nessun evento visualizzato negli ultimi 14 giorni\"],\"8x0pUg\":[\"Sei sicuro di voler rimuovere questa voce dalla lista d'attesa?\"],\"8z6Y5D\":[\"Elabora rimborso\"],\"8zCZQf\":[\"Nessun evento disponibile\"],\"9+8Vez\":[\"Utilizzi Rimanenti\"],\"9+P7zk\":[\"Impossibile creare il prodotto. Controlla i tuoi dati\"],\"9/1YKL\":[\"Inserisci cognome\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 giorno dopo la data di fine\"],\"94aQMU\":[\"Informazioni partecipante\"],\"96ryID\":[\"Raccogli i dati per biglietto\"],\"99ntUF\":[\"Nessuna lista di check-in disponibile per questo evento.\"],\"9BdS63\":[\"Modifica Codice Promozionale\"],\"9FQEn8\":[\"Seleziona categoria...\"],\"9GsDR2\":[\"Vero se pagamento in sospeso\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Le vendite sono sospese\"],\"9L9/28\":[\"Quando un prodotto è esaurito, i clienti possono iscriversi a una lista d'attesa per essere avvisati quando i posti diventano disponibili.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Questo nome è visibile agli utenti finali\"],\"9N+p+g\":[\"Business\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Partecipanti\"],\"9TO8nT\":[\"La tua password\"],\"9Wh+ug\":[\"Affiliati esportati\"],\"9Y3hAT\":[\"Salva Modello\"],\"9YHrNC\":[\"Predefinito del sistema\"],\"9b5956\":[\"Questa anteprima mostra come apparirà la tua email con dati di esempio. Le email effettive utilizzeranno valori reali.\"],\"9bHCo2\":[\"Valuta della commissione\"],\"9bpUSo\":[\"Esportazione affiliati\"],\"9eF5oV\":[\"Bentornato\"],\"9gPPUY\":[\"Lista di Check-In Creata!\"],\"9h7RDh\":[\"Offrire\"],\"9i0++A\":[\"ID pagamento Stripe\"],\"9jnAcN\":[\"Visualizza homepage organizzatore\"],\"9mZEgt\":[\"Codice Promo Creato con Successo\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Impossibile annullare il partecipante\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Torna alla pagina dell'evento\"],\"A4UmDy\":[\"Teatro\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Metti online il tuo evento\"],\"ACKu03\":[\"Aggiorna Anteprima\"],\"AEuj2m\":[\"Homepage Evento\"],\"AG/qmQ\":[\"Un'opzione Radio ha più opzioni ma solo una può essere selezionata.\"],\"AGRilS\":[\"Biglietti Venduti\"],\"AGZmwV\":[\"Immagine caricata con successo\"],\"AIF7J2\":[\"La valuta in cui è definita la commissione fissa. Verrà convertita nella valuta dell'ordine al momento del pagamento.\"],\"AIUkyF\":[\"Vai al Partecipante\"],\"AJ4rvK\":[\"Partecipante Cancellato\"],\"AKbElk\":[\"Imprese registrate IVA nell'UE: Si applica il meccanismo del reverse charge (0% - Articolo 196 della Direttiva IVA 2006/112/CE)\"],\"APuxIE\":[\"Conferma email inviata nuovamente\"],\"APyAR/\":[\"Eventi attivi\"],\"ARBThj\":[\"Applica questo \",[\"type\"],\" a tutti i nuovi prodotti\"],\"ARkzso\":[\"Inserisci nome affiliato\"],\"ATGYL1\":[\"Indirizzo email\"],\"AVpmAa\":[\"Come pagare offline\"],\"AXXqG+\":[\"Donazione\"],\"AaP0M+\":[\"Questa combinazione di colori potrebbe essere difficile da leggere per alcuni utenti\"],\"AdWhjZ\":[\"Codice di verifica\"],\"AeXO77\":[\"Account\"],\"AeejQi\":[\"A quali prodotti dovrebbe applicarsi questa capacità?\"],\"AfNRFG\":[\"Testo pulsante Continua\"],\"AhBPHd\":[\"Questi dettagli saranno mostrati solo se l'ordine è completato con successo. Gli ordini in attesa di pagamento non mostreranno questo messaggio.\"],\"AhwTa1\":[\"Azione richiesta: Informazioni IVA necessarie\"],\"Ajavq0\":[\"Controlla la tua email per confermare il tuo indirizzo email\"],\"ApOYO8\":[\"Fantastico, Evento, Parole chiave...\"],\"ApsD9J\":[\"Aggiungi Nuovo\"],\"ArHT/C\":[\"Nuove iscrizioni\"],\"Arzxc1\":[\"Nessuna iscrizione alla lista d'attesa\"],\"Aspq3b\":[\"Raccolta dati partecipanti\"],\"AtXtSw\":[\"Gestisci tasse e commissioni che possono essere applicate ai tuoi prodotti\"],\"Auz0Mz\":[\"Conferma la tua email per accedere a tutte le funzionalità.\"],\"B/EBQv\":[\"Ordini:\"],\"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. \"],\"B2Tpo0\":[\"Email non valida\"],\"B2V3cA\":[\"Condividi Evento\"],\"B3Mkdt\":[\"Crea Domanda\"],\"B3gPuX\":[\"Ordine Annullato\"],\"B4nE3N\":[\"Prezzo del biglietto di esempio\"],\"B5fpAA\":[\"Configurazione assegnata con successo\"],\"B7pZfX\":[[\"0\"],\" organizzatori\"],\"B7w4KY\":[\"Nessun altro organizzatore disponibile\"],\"BCmibk\":[\"Tentativi\"],\"BDSRuX\":[\"Rimborsato: \",[\"0\"]],\"BFRSTT\":[\"Seleziona Account\"],\"BGD9Yt\":[\"Aggiungi biglietti\"],\"BHZbFy\":[\"Una singola domanda per ordine. Es. Qual è il tuo indirizzo di spedizione?\"],\"BI7D9d\":[\"Prezzo non impostato\"],\"BJIEiF\":[\"Partecipante \",[\"0\"],\" con successo\"],\"BJtMTd\":[\"Consigliamo dimensioni di 2160px per 1080px e una dimensione massima del file di 5MB\"],\"BLTZ42\":[\"Password reimpostata con successo. Accedi con la tua nuova password.\"],\"BM/KQm\":[\"CAP o Codice Postale\"],\"BMtue0\":[\"Processore di pagamenti attuale\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Crea nuovo\"],\"BRArmD\":[\"Hai accesso a più account. Scegli uno per continuare.\"],\"BREO0S\":[\"Visualizza una casella che consente ai clienti di aderire alle comunicazioni di marketing da questo organizzatore di eventi.\"],\"BTne9e\":[\"Crea modelli di email personalizzati per questo evento che sostituiscono le impostazioni predefinite dell'organizzatore\"],\"BUe8Wj\":[\"L'acquirente paga\"],\"BV4L/Q\":[\"Analisi UTM\"],\"BVinvJ\":[\"Esempi: \\\"Come ci hai conosciuto?\\\", \\\"Nome azienda per fattura\\\"\"],\"BVu2Hz\":[\"Inviato da\"],\"BW6QAz\":[\"Gestione del team\"],\"BWF1kC\":[\"Cerca messaggi...\"],\"BZ9GWa\":[\"I codici promo possono essere utilizzati per offrire sconti, accesso in prevendita o fornire accesso speciale al tuo evento.\"],\"BZBYf3\":[\"Per ricevere pagamenti con carta di credito, devi collegare il tuo account Stripe. Stripe è il nostro partner per l'elaborazione dei pagamenti che garantisce transazioni sicure e pagamenti puntuali.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Anteprima Email\"],\"BfucwY\":[\"Gestisci i tuoi utenti e le loro autorizzazioni\"],\"BiYOdA\":[\"Cerca per nome...\"],\"Bj/QGQ\":[\"Imposta un prezzo minimo e permetti agli utenti di pagare di più se lo desiderano\"],\"Bk06QI\":[\"Stripe connesso\"],\"BnlG9U\":[\"Il tuo ordine attuale andrà perso.\"],\"BwJKBw\":[\"di\"],\"BxsfMK\":[\"Commissioni Totali\"],\"BzEFor\":[\"o\"],\"BzfzPK\":[\"Articoli\"],\"C3htzi\":[\"Impostazione aggiornata\"],\"C3nD/1\":[\"Inserisci la tua email\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Seleziona prodotti\"],\"C4nQe5\":[\"La commissione della piattaforma viene aggiunta al prezzo del biglietto. Gli acquirenti pagano di più, ma tu ricevi il prezzo completo del biglietto.\"],\"C4qOW8\":[\"Nascosto dalla vista pubblica\"],\"C63rRe\":[\"Torna alla pagina dell'evento per ricominciare.\"],\"C8HNV2\":[\"Completa Pagamento\"],\"C8JLas\":[\"Tipo di Sconto\"],\"C8ne4X\":[\"Salva Design del Biglietto\"],\"CBBcly\":[\"Mostra i campi comuni dell'indirizzo, incluso il paese\"],\"CCjxOC\":[\"Crea il tuo primo evento per iniziare a vendere biglietti e gestire i partecipanti.\"],\"CELKku\":[\"Scarica fattura\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Seleziona il gruppo di partecipanti\"],\"CHzaTD\":[\"Nessun evento popolare negli ultimi 14 giorni\"],\"CMUt3Y\":[\"Titolari dei biglietti\"],\"CMyVEK\":[\"Sei sicuro di voler rendere questo evento una bozza? Questo renderà l'evento invisibile al pubblico\"],\"CNafaC\":[\"Le opzioni di casella di controllo consentono selezioni multiple\"],\"CNk/ro\":[\"Questo è un evento online\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"CPXP5Z\":[\"Affiliati\"],\"CQeZT8\":[\"Report non trovato\"],\"CRu4lK\":[\"Check-in effettuato\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Log Webhook\"],\"CUKVDt\":[\"Personalizza i tuoi biglietti con un logo, colori e messaggio a piè di pagina personalizzati.\"],\"CVw2MU\":[\"Filtri (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Festival Musicale Estivo 2025\"],\"CWk59I\":[\"Commedia\"],\"CZomgW\":[\"Partita IVA registrata\"],\"CabI04\":[\"Il numero di partita IVA non deve contenere spazi\"],\"CbnrWb\":[\"Torna all'evento\"],\"CfKofC\":[\"Selezione a tendina\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Testo del pulsante\"],\"ClwUUD\":[\"Dettagli della sede e della location dell'evento\"],\"CmoB9j\":[\"Modalità visualizzazione prezzo\"],\"CnZ3Ou\":[\"I tuoi biglietti sono stati confermati.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Scegli calendario\"],\"CsTTH0\":[\"Conferma dell'ordine reinviata con successo\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Proprietari di ordini con prodotti\"],\"CySr+W\":[\"Clicca per visualizzare le note\"],\"D+zLDD\":[\"Nascosto\"],\"D02dD9\":[\"Campagna\"],\"D2g7C7\":[\"Tutti i lavori in coda per il nuovo tentativo\"],\"D2qlBU\":[\"Partecipante Aggiornato\"],\"D3iCkb\":[\"Data di inizio\"],\"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.\"],\"D6+U20\":[\"Check-in e contrassegna l'ordine come pagato\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Invia email di conferma ordine e biglietto\"],\"D9zTjx\":[\"Eventi in Diretta\"],\"DB8zMK\":[\"Applica\"],\"DCKkhU\":[\"Password Attuale\"],\"DDcvSo\":[\"Tedesco\"],\"DEcpfp\":[\"Il corpo del template contiene sintassi Liquid non valida. Correggila e riprova.\"],\"DFqasq\":[\"Continuando, accetti i <0>\",[\"0\"],\"Termini del servizio\"],\"DJQEZc\":[\"Prodotti ordinati con successo\"],\"DKYTWG\":[\"Impossibile ritentare i lavori\"],\"DKwDdj\":[\"Stampa Biglietti\"],\"DM4gBB\":[\"Cinese (Tradizionale)\"],\"DMCX/I\":[\"Impostazioni predefinite delle commissioni aggiornate con successo\"],\"DPfwMq\":[\"Fatto\"],\"DRErHC\":[\"Nascosto ai partecipanti - visibile solo agli organizzatori\"],\"DRykfS\":[\"Ancora gestendo rimborsi per le tue transazioni precedenti.\"],\"DXZRk5\":[\"Suite 100\"],\"DZjk8u\":[\"Impostazioni Pagamento e Fatturazione\"],\"DZlSLn\":[\"Etichetta Documento\"],\"Da29Y6\":[\"Nascondi questa domanda\"],\"DdHfeW\":[\"Gestisci i dettagli del tuo account e le impostazioni predefinite\"],\"Dim4LO\":[\"Aggiungi manualmente un Partecipante\"],\"DjSbj3\":[\"Impossibile reinviare il biglietto\"],\"Djl45M\":[\"Avrai bisogno di un prodotto prima di poter creare un'assegnazione di capacità.\"],\"DnXcDK\":[\"Colore secondario\"],\"DoH3fD\":[\"Pagamento dell'Ordine in Sospeso\"],\"DovcfC\":[\"Parlaci della tua organizzazione. Queste informazioni saranno visualizzate sulle pagine dei tuoi eventi.\"],\"DruLRc\":[\"Ultimi 14 giorni\"],\"DrwwNd\":[\"Seleziona periodo di tempo\"],\"Du6bPw\":[\"Indirizzo\"],\"Dvq0wf\":[\"Per favore, fornisci un'immagine.\"],\"DwF9eH\":[\"Codice componente\"],\"Dwf4dR\":[\"Nessuna domanda per i partecipanti ancora\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Salva configurazione\"],\"E/9LUk\":[\"Nome della Sede\"],\"E0q9qH\":[\"Utilizzi illimitati consentiti\"],\"E15xs8\":[\"⚡️ Configura il tuo evento\"],\"E1F5Ji\":[\"I destinatari sono disponibili dopo l'invio del messaggio\"],\"E1eze1\":[\"Connetti il tuo account Stripe per iniziare ad accettare pagamenti per i tuoi eventi.\"],\"E6nRW7\":[\"Copia URL\"],\"E9jY+o\":[\"Impossibile aggiornare il partecipante\"],\"EBzPwC\":[\"L'indirizzo completo dell'evento\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Pubblica\"],\"EFq6EG\":[\"Per favore, seleziona un'immagine.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Account non trovato\"],\"EJ7bVz\":[\"Nessun ordine trovato\"],\"EJPAcd\":[\"Impossibile reinviare la conferma dell'ordine\"],\"EK/G11\":[\"Ancora nessuna risposta\"],\"ELa4O9\":[\"Data Fine Vendita\"],\"ENCIQz\":[\"Copia Link\"],\"ENEPLY\":[\"Metodo di pagamento\"],\"EOqL/A\":[\"Sei sicuro di voler offrire un posto a questa persona? Riceverà una notifica via e-mail.\"],\"ETcU7q\":[\"Impossibile offrire il posto\"],\"EUnesn\":[\"Biglietti disponibili\"],\"EV30TR\":[\"Modalità scanner USB attivata. Inizia a scansionare i biglietti ora.\"],\"EWCLpZ\":[\"Prodotto Creato\"],\"EWErQh\":[\"L'orario programmato deve essere nel futuro\"],\"EWPtMO\":[\"Codice\"],\"EWnXR+\":[\"Connetti a Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Design del biglietto salvato con successo\"],\"EZy55F\":[\"Ordine Rimborsato\"],\"EaAPbv\":[\"Importo totale pagato\"],\"EdQY6l\":[\"Nessuno\"],\"Edm6av\":[\"Riconnetti Stripe →\"],\"Eeo/Gy\":[\"Impossibile aggiornare l'impostazione\"],\"Ef7StM\":[\"Sconosciuto\"],\"EfK2O6\":[\"Offri posto\"],\"Egnj9d\":[\"Dovrai contrassegnare un ordine come pagato manualmente. Questo può essere fatto nella pagina di gestione dell'ordine.\"],\"Eh5Wrd\":[\"Il tuo fantastico sito web 🎉\"],\"EhlbcI\":[\"Aggiornamento del livello di messaggistica fallito\"],\"EmFsMZ\":[\"Il tuo numero di partita IVA è in coda per la convalida\"],\"EmYMHc\":[\"In attesa di pagamento offline\"],\"Ep3VfY\":[\"Visualizza su Google Maps\"],\"EpknJA\":[\"Scrivi qui il tuo messaggio...\"],\"EpvBAp\":[\"Nessuna fattura\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Mostra casella di opt-in marketing\"],\"Ev2r9A\":[\"Nessun risultato\"],\"Ewir4O\":[\"Seleziona almeno un prodotto\"],\"EwoMtl\":[\"Crea categoria\"],\"ExDt3P\":[\"Sei sicuro di voler annullare la pubblicazione di questo evento? Non sarà più visibile al pubblico.\"],\"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.\"],\"EyE8E6\":[\"Elaborazione Pagamenti\"],\"EzwCw7\":[\"Modifica Domanda\"],\"F+pJnL\":[\"Impostazioni SEO Aggiornate con Successo\"],\"F1Xp97\":[\"Partecipanti individuali\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Deve essere selezionato almeno un tipo di evento\"],\"F3/nus\":[\"Continua al pagamento\"],\"F3mW5G\":[\"Consenti ai clienti di iscriversi a una lista d'attesa quando questo prodotto è esaurito\"],\"F4NXOl\":[\"Cognome Ordine\"],\"F4SRy3\":[\"Registrazione Eliminata\"],\"F5/CBH\":[\"articolo(i)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Attivo\"],\"F89D36\":[\"Si è verificato un errore nel contrassegnare l'ordine come pagato\"],\"FCVmuU\":[\"Visualizza evento\"],\"FG98gC\":[\"Cancella Testo di Ricerca\"],\"FI60XC\":[\"Configura tasse e commissioni\"],\"FImCSc\":[[\"0\"],\" aggiornato con successo\"],\"FJ9Yat\":[\"Verifica che le informazioni fornite siano corrette\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Impossibile registrare il partecipante\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Attiva\"],\"FRl8Jv\":[\"Devi verificare l'email del tuo account prima di poter inviare messaggi.\"],\"FSN4TS\":[\"Widget incorporato\"],\"FSaY52\":[\"Il webhook invierà notifiche\"],\"FTfObB\":[\"Ancora Nessun Prodotto\"],\"FU1gvP\":[\"Modifica Lista di Check-In\"],\"FVTVBy\":[\"Devi verificare il tuo indirizzo email prima di poter aggiornare lo stato dell'organizzatore.\"],\"FVetkT\":[\"Quali biglietti dovrebbero essere associati a questa lista di check-in?\"],\"FaK/8G\":[\"Rimborsa ordine \",[\"0\"]],\"FaPYw+\":[\"Proprietario ordine\"],\"FaSXqR\":[\"Che tipo di evento?\"],\"Fb+SDI\":[\"Aggiungi altri biglietti\"],\"Ff0Dor\":[\"Passato\"],\"FgRxRP\":[\"Possiedi sempre il 100% dei dati dei tuoi partecipanti\"],\"Fi3b48\":[\"Ordini recenti\"],\"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%.\"],\"FlQKnG\":[\"Includi tasse e commissioni nel prezzo\"],\"FmogyU\":[\"Nascondi opzioni\"],\"FpsvqB\":[\"Modalità colore\"],\"Fq/Nx7\":[\"Abbiamo inviato un codice di verifica a 5 cifre a:\"],\"Fuh+dI\":[\"Una singola domanda per prodotto. Es. Qual è la tua taglia di maglietta?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Copiato negli appunti\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Modello salvato con successo\"],\"G0KW+e\":[\"Design Homepage Aggiornato con Successo\"],\"G42SNI\":[\"Invia nuovamente l'email\"],\"G5RhpL\":[\"Organizzatore\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Ruolo\"],\"GG1fRP\":[\"Il tuo evento è online!\"],\"GG7qDw\":[\"Condividi link affiliato\"],\"GHdjuo\":[\"Cerca per nome, email o account...\"],\"GIoqtA\":[\"Cognome del cliente\"],\"GNcfRk\":[\"Email di Supporto\"],\"GRChTw\":[\"Qualcosa è andato storto durante l'eliminazione della Tassa o Commissione\"],\"GS+Mus\":[\"Esporta\"],\"GTOcxw\":[\"Modifica Utente\"],\"GVUxAX\":[\"Le statistiche si basano sulla data di creazione dell'account\"],\"GVcaW6\":[\"Dettagli Organizzazione\"],\"GX6dZv\":[\"Riepilogo Ordine\"],\"GctSSm\":[\"Applica Codice Promozionale\"],\"GdOhw6\":[\"Disattiva audio\"],\"GdWB+V\":[\"Webhook creato con successo\"],\"GeqWgj\":[\"Fuso Orario dell'Evento\"],\"GfWoKv\":[\"Impostazioni SEO\"],\"GfaxEk\":[\"Musica\"],\"Gh9Oqb\":[\"Nome organizzatore evento\"],\"Gjt/py\":[\"Annulla cambio email\"],\"GkH0Pq\":[\"Tasse & commissioni applicate\"],\"Gmd0hv\":[\"Quando viene creato un nuovo partecipante\"],\"Gnjf3o\":[\"Non puoi cambiare il tipo di prodotto poiché ci sono partecipanti associati a questo prodotto.\"],\"GpT6Uf\":[\"Consentire ai partecipanti di aggiornare le informazioni del biglietto (nome, e-mail) tramite un link sicuro inviato con la conferma dell'ordine.\"],\"GptGxg\":[\"Cambia password\"],\"GqvPcv\":[\"Nessun filtro disponibile\"],\"Gspam9\":[\"Stiamo elaborando il tuo ordine. Attendere prego...\"],\"GuXjc5\":[\"Convalidato\"],\"Guo0lU\":[\"Data e ora personalizzate\"],\"Gv5AMu\":[\"Messaggio ai Partecipanti\"],\"Gy7BA3\":[\"Indirizzo email dell'organizzatore\"],\"H/UMUG\":[\"Verifica email richiesta\"],\"H34qcM\":[\"Creazione organizzatore...\"],\"H35u3n\":[\"Devi creare un biglietto prima di poter aggiungere manualmente un partecipante.\"],\"H4nE+E\":[\"Cancella tutti i prodotti e rilasciali nel pool disponibile\"],\"H5qWhm\":[\"Ordine annullato\"],\"H6Gslz\":[\"Scusa per l'inconveniente.\"],\"H6Ma8Z\":[\"Sconto\"],\"H8kMHT\":[\"Non hai ricevuto il codice?\"],\"H9HlDe\":[\"minuti\"],\"HB22j9\":[\"Continua configurazione\"],\"HE6KcK\":[\"Invito revocato!\"],\"HFucK5\":[\"Nessun evento terminato da mostrare.\"],\"HGuXjF\":[\"Possessori di biglietti\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Si è verificato un problema durante il caricamento di questa pagina. Riprova.\"],\"HLDaLi\":[\"Gli amministratori hanno accesso completo agli eventi e alle impostazioni dell'account.\"],\"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.\"],\"HR/cvw\":[\"Via Esempio 123\"],\"HSw5l3\":[\"No - Sono un privato o un'azienda non registrata IVA\"],\"HT/08n\":[\"Biglietto Partecipante\"],\"HVW65c\":[\"Prodotto a Pagamento\"],\"HVkhy2\":[\"Analisi di attribuzione\"],\"HVwIsd\":[\"Imprese o privati non registrati IVA: Si applica l'IVA irlandese al 23%\"],\"HWXuQK\":[\"Aggiungi questa pagina ai preferiti per gestire il tuo ordine in qualsiasi momento.\"],\"HX5SVx\":[\"Articolo\"],\"HXMJxH\":[\"Testo opzionale per disclaimer, informazioni di contatto o note di ringraziamento (solo una riga)\"],\"HdmwrI\":[\"Email Ordine\"],\"HhwcTQ\":[\"Nome dell'evento\"],\"HiGkFu\":[\"Reindirizzamento a Stripe...\"],\"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.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Modifica email annullata con successo\"],\"HsFnrk\":[\"Il numero massimo di prodotti per \",[\"0\"],\"è \",[\"1\"]],\"HtrFfw\":[\"URL è obbligatorio\"],\"HxxXZO\":[\"Il colore principale del marchio utilizzato per i pulsanti e le evidenziazioni\"],\"I+FvbD\":[\"Scansiona\"],\"I+utEq\":[\"Il codice affiliato non può essere modificato\"],\"I/NNtI\":[\"La sede dell'evento\"],\"I3QpvQ\":[\"Destinatario\"],\"I3yitW\":[\"Ultimo accesso\"],\"I6F3cp\":[\"Email non verificata\"],\"I7xjqg\":[\"Tipo di Sfondo\"],\"IF7RiR\":[\"Copertina\"],\"IFHV2p\":[\"Il tuo biglietto per\"],\"IKwyaF\":[\"Modifica email confermata con successo\"],\"IMJ6rh\":[\"Ridimensionamento automatico\"],\"IMwcdR\":[\"Impersonificazione interrotta\"],\"INDKM9\":[\"Inserisci l'oggetto dell'email...\"],\"IUwGEM\":[\"Salva Modifiche\"],\"IV9xTT\":[\"Questo utente non è attivo, poiché non ha accettato il suo invito.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Inserisci il tuo numero di partita IVA, incluso il codice del paese, senza spazi (ad esempio, IE1234567A, DE123456789)\"],\"IfN2Qo\":[\"Consigliamo un logo quadrato con dimensioni minime di 200x200px\"],\"IgcAGN\":[\"Vendite lorde\"],\"IkGIz8\":[\"pagato\"],\"IoAuJG\":[\"Invio in corso...\"],\"IoDI2o\":[\"Caricamento token...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Impossibile effettuare il check-in (Annullato)\"],\"IrVSu+\":[\"Impossibile duplicare il prodotto. Controlla i tuoi dati\"],\"IuMGvq\":[\"Fattura\"],\"IuUoyV\":[\"Quando un partecipante effettua il check-in\"],\"IvxA4G\":[\"Biglietti offerti con successo a \",[\"count\"],\" persone\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Nessun ordine da mostrare\"],\"J3RJSZ\":[\"Partecipante aggiornato con successo\"],\"J3lhKT\":[\"Commissione piattaforma\"],\"J6n7sl\":[\"In Corso\"],\"JEPMXN\":[\"Richiedi un nuovo link\"],\"JEdsvQ\":[\"Istruzioni di Pagamento\"],\"JHB/Ky\":[\"Non valido\"],\"JJhRbH\":[\"Capacità primo giorno\"],\"JKfSAv\":[\"Esportazione fallita. Riprova.\"],\"JNCzPW\":[\"Paese\"],\"JQNMrj\":[\"Crea il tuo primo evento\"],\"JRQitQ\":[\"Conferma la nuova password\"],\"JZTQI0\":[\"Cambia organizzatore\"],\"JbIgPz\":[\"I valori monetari sono totali approssimativi in tutte le valute\"],\"JcQp9p\":[\"Data e ora di inizio\"],\"JcejNJ\":[\"Elaborazione ordine\"],\"JhtZAK\":[\"Pagamento Fallito\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Scegli un colore per lo sfondo\"],\"Jjw03p\":[\"Impossibile esportare i partecipanti\"],\"JlFcis\":[\"Invia\"],\"JmVITJ\":[\"Sei sicuro di voler eliminare questo modello? Questa azione non può essere annullata e le email torneranno al modello predefinito.\"],\"JnuPvH\":[\"Stampa biglietto\"],\"JoKGiJ\":[\"Codice promo\"],\"JpohL9\":[\"Tassa\"],\"JtI4vj\":[\"Raccolta predefinita delle informazioni sui partecipanti\"],\"Jv22kr\":[[\"0\"],\" <0>registrato con successo\"],\"JvUngl\":[\"Data e ora\"],\"JvuLls\":[\"Assorbire la commissione\"],\"JwTmB6\":[\"Prodotto Duplicato con Successo\"],\"Jwiilf\":[\"Il tuo ordine è stato annullato\"],\"JyD0LH\":[\"Impostazioni evento\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Il logo sarà visualizzato sul biglietto\"],\"K2PPlT\":[\"La percentuale di commissione deve essere compresa tra 0 e 100\"],\"K47k8R\":[\"Prodotto\"],\"K5+3xg\":[\"Accetta invito\"],\"K6fmBI\":[\"Questa lista di check-in non è ancora attiva e non è disponibile per i check-in.\"],\"K7tIrx\":[\"Categoria\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Personalizza la pagina del tuo evento\"],\"KIjvtr\":[\"Olandese\"],\"KMMOAy\":[\"Aggiornamento disponibile\"],\"KMgp2+\":[[\"0\"],\" disponibili\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Nessun messaggio da mostrare\"],\"KR0679\":[\"Invita membri del team\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Duplica Prodotto\"],\"KSDwd5\":[\"Ordini totali\"],\"KSQ8An\":[\"Il tuo Ordine\"],\"KTxc6k\":[\"Qualcosa è andato storto, riprova o contatta l'assistenza se il problema persiste\"],\"KUOhTy\":[\"Attiva audio\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Casella di testo multilinea\"],\"KZN4Lc\":[\"Elimina tutto\"],\"KZrfYJ\":[\"Salva link social\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Email di contatto per supporto\"],\"Kdpf90\":[\"Non dimenticare!\"],\"KeCXJu\":[\"Visualizza i dettagli degli ordini, emetti rimborsi e reinvia le conferme.\"],\"KfmPRW\":[\"Colore di sfondo della pagina. Quando si utilizza un'immagine di copertina, questa viene applicata come sovrapposizione.\"],\"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.\"],\"KgxI80\":[\"Biglietteria Flessibile\"],\"KizCK7\":[\"Seleziona data e ora di inizio\"],\"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.\"],\"KkrBiR\":[\"Raccolta delle informazioni sui partecipanti\"],\"KmWyx0\":[\"Lavoro\"],\"KnN1Tu\":[\"Scade\"],\"KndP6g\":[\"URL Ordine\"],\"KnjoUA\":[\"Prezzo del biglietto\"],\"Kz91g/\":[\"Turco\"],\"L/+xOk\":[\"Avrai bisogno di un biglietto prima di poter creare una lista di check-in.\"],\"L/Qc+w\":[\"Indirizzo email del cliente\"],\"L/gNNk\":[\"Aggiorna \",[\"0\"]],\"L0pJmz\":[\"Imposta il numero iniziale per la numerazione delle fatture. Questo non può essere modificato una volta che le fatture sono state generate.\"],\"L22Tdf\":[\"Cerca per nome, numero ordine, numero partecipante o email...\"],\"L565X2\":[\"opzioni\"],\"L7dIM7\":[\"Questo link non è valido o è scaduto.\"],\"L86zy2\":[\"Email verificata con successo!\"],\"LAW8Vb\":[\"Scegli l'impostazione predefinita per i nuovi eventi. Questa può essere modificata per i singoli eventi.\"],\"LBLOqH\":[\"Chiedi una volta per ordine\"],\"LETnBR\":[\"Benvenuto su \",[\"0\"],\", ecco un elenco di tutti i tuoi eventi\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Gestione ospiti\"],\"LNWHXb\":[\"Nessun evento archiviato da mostrare.\"],\"LOFgda\":[\"Contatta \",[\"0\"]],\"LQrXcu\":[\"Scarica Fattura\"],\"LRbt6D\":[\"Consenti ai motori di ricerca di indicizzare questo evento\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Modifica Modello \",[\"0\"]],\"LWL3Bs\":[\"La tariffa fissa deve essere pari o superiore a 0\"],\"Lc18qn\":[\"Quando viene creato un nuovo ordine\"],\"LcET2C\":[\"Informativa sulla privacy\"],\"LchiNd\":[\"Sei sicuro di voler eliminare questo affiliato? Questa azione non può essere annullata.\"],\"LdPKPR\":[\"Impossibile assegnare la configurazione\"],\"Ldu/RI\":[\"In Vendita\"],\"LeC29u\":[\"Indirizzo aziendale ai fini IVA\"],\"Lg+ewC\":[\"Pagamento e Fatturazione\"],\"Lj7sBL\":[\"Italiano\"],\"LkMOWF\":[\"Quantità Disponibile\"],\"LmvZ+E\":[\"Connetti Stripe per abilitare la messaggistica\"],\"LqBITi\":[\"Verrà utilizzato il modello dell'organizzatore/predefinito\"],\"LslKhj\":[\"Errore durante il caricamento dei log\"],\"Lu+kBU\":[\"Vendite Prodotti\"],\"LuY52w\":[\"Benvenuto a bordo! Accedi per continuare.\"],\"Lvi+gV\":[\"Messaggio all'acquirente\"],\"LxSN5F\":[\"Inviato a ogni partecipante con i dettagli del biglietto\"],\"LyFC7X\":[\"Filtra Ordini\"],\"LyUWXA\":[\"Commissioni ignorate\"],\"M/WIer\":[\"Invia Messaggio\"],\"M1RnFv\":[\"Scaduto\"],\"M2DyLc\":[\"1 Webhook Attivo\"],\"M2w1ni\":[\"Visibile solo con codice promozionale\"],\"M7Uapz\":[\"L'oggetto apparirà qui\"],\"M8M6fs\":[\"Importante: Riconnessione Stripe richiesta\"],\"MAavyl\":[\"Nessuna domanda risposta da questo partecipante.\"],\"MDNyJz\":[\"Il codice scadrà tra 10 minuti. Controlla la cartella spam se non vedi l'email.\"],\"MGbi9P\":[\"Rimborso in sospeso\"],\"MH/lj8\":[\"Impossibile aggiornare la domanda. Controlla i tuoi dati\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"La valuta dell'ordine\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"Queste informazioni saranno mostrate nella pagina di pagamento, nella pagina di riepilogo dell'ordine e nell'email di conferma dell'ordine.\"],\"MNFIxz\":[\"Stai per partecipare a \",[\"0\"],\"!\"],\"MOERNx\":[\"Portoghese\"],\"MR5ygV\":[\"Questo link non è più valido\"],\"MSmKHn\":[\"Il prezzo mostrato al cliente includerà tasse e commissioni.\"],\"MT7dxz\":[\"Stampa Tutti i Biglietti\"],\"MU3ijv\":[\"Rendi obbligatoria questa domanda\"],\"MXSqmS\":[\"Evidenzia questo prodotto\"],\"MXZfGN\":[\"Personalizza le domande poste durante il checkout per raccogliere informazioni importanti dai tuoi partecipanti.\"],\"MY2SVM\":[\"Rimborso completo\"],\"Mck5ht\":[\"Pagamento sicuro\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Link social aggiornati con successo\"],\"MhVoma\":[\"Inserisci un importo escluse tasse e commissioni.\"],\"Mi1rVn\":[\"Esaurito\"],\"MixU2P\":[\"La percentuale deve essere compresa tra 0 e 100\"],\"Mkkvfd\":[\"Nascondi pagina di introduzione\"],\"MkuVAZ\":[\"Percentuale dell'importo della transazione\"],\"Mokwac\":[\"Invita un numero illimitato di membri del team con ruoli personalizzati\"],\"Mqy/Zy\":[\"Stati Uniti\"],\"Mr5UUd\":[\"Biglietto annullato\"],\"MxjCqk\":[\"Stai solo cercando i tuoi biglietti?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Annulla Ordine \",[\"0\"]],\"N0qXpE\":[\"Prodotti\"],\"N141o/\":[\"Apri dashboard Stripe\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Modifica \",[\"0\"]],\"N9FyyW\":[\"Visualizza, modifica ed esporta i tuoi partecipanti registrati.\"],\"N9JsFT\":[\"Formato del numero di partita IVA non valido\"],\"NAzVVw\":[\"Programma messaggio\"],\"NB5+UG\":[\"Token Disponibili\"],\"NEmyqy\":[\"Nessun ordine disponibile\"],\"NF8sdv\":[\"Messaggio evidenziato\"],\"NFxlHW\":[\"Caricamento Webhooks\"],\"NGXKG/\":[\"Conferma indirizzo email\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Tieni traccia delle vendite, dei ricavi e delle presenze con report dettagliati\"],\"NIuIk1\":[\"Illimitato\"],\"NJahlc\":[\"Rendi obbligatorio l'indirizzo di fatturazione durante il checkout\"],\"NNc33d\":[\"Impossibile aggiornare la risposta.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Completa Ordine\"],\"NRWNfv\":[\"Importo Totale Sconto\"],\"NRhrIB\":[\"Biglietti e prodotti\"],\"NTZ/NX\":[\"Codice di incorporamento\"],\"NWVRtl\":[\"Ordini Completati\"],\"NY/x1b\":[\"Indirizzo riga 1\"],\"Nbd6WT\":[\"Configura le impostazioni della lista d'attesa per questo evento\"],\"Nc3l/D\":[\"Crea sconti, codici di accesso per biglietti nascosti e offerte speciali.\"],\"Nfbg76\":[\"Impostazioni IVA salvate con successo\"],\"NgVUL2\":[\"Anteprima modulo di checkout\"],\"NiIUyb\":[\"Parlaci del tuo evento\"],\"NihQNk\":[\"Clienti\"],\"Nl1ZtM\":[\"Luogo Evento\"],\"NlQ0cx\":[\"Primo evento di \",[\"organizerName\"]],\"NlfnUd\":[\"Il link che hai cliccato non è valido.\"],\"NmpGKr\":[\"Non è stato possibile riordinare le categorie. Riprova.\"],\"NoNwIX\":[\"Inattivo\"],\"NpEm3p\":[\"Invia ora\"],\"NsWqSP\":[\"Aggiungi i tuoi profili social e l'URL del sito. Verranno mostrati nella pagina pubblica dell'organizzatore.\"],\"Nu4oKW\":[\"Descrizione\"],\"NvuEhl\":[\"Elementi di Design\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Seleziona...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"Email\"],\"O6mra8\":[\"Domande personalizzate\"],\"O8m7VA\":[\"Accetto di ricevere notifiche via email relative a questo evento\"],\"OESu7I\":[\"Evita l'overselling condividendo l'inventario tra più tipi di biglietto.\"],\"OHJXlK\":[\"Usa <0>i template Liquid per personalizzare le tue email\"],\"OIPtI5\":[\"Una percentuale del prezzo del prodotto. Es. 3,5% del prezzo del prodotto\"],\"OJnhhX\":[[\"eventCount\"],\" eventi\"],\"OJx3wK\":[\"Non disponibile\"],\"OMJ035\":[\"Opzione Radio\"],\"OMX4tH\":[\"Seleziona biglietti\"],\"OP094m\":[\"Report Codici Promo\"],\"OVFwlg\":[\"Nessuna domanda d'ordine ancora\"],\"OXku3b\":[\"<0>https://il-tuo-sito-web.com\"],\"OZK07J\":[\"Paga per sbloccare\"],\"OaKTzt\":[\"Vedi mappa\"],\"OadMRm\":[\"Usa immagine di copertina\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Apri barra laterale\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Reimposta\"],\"OfmsI9\":[\"Evento troppo recente\"],\"OhCesD\":[\"Questo ordine è stato annullato. Puoi iniziare un nuovo ordine in qualsiasi momento.\"],\"Ohn74G\":[\"Configurazione e design\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Nome Biglietto\"],\"OmylXO\":[\"Account aggiornato con successo\"],\"On0aF2\":[\"Sito web\"],\"Oo/PLb\":[\"Riepilogo Ricavi\"],\"OoSyqO\":[\"Tra \",[\"diffMinutes\"],\" minuti\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"L'offerta automatica è attivata. I biglietti vengono offerti automaticamente quando si libera capacità. Usa questa funzione per offrire manualmente posti aggiuntivi.\"],\"OpKMSn\":[\"Commissione di Transazione:\"],\"OqEV/G\":[\"Completa la configurazione qui sotto per continuare\"],\"Or1CPR\":[\"Aggiungi eventuali note sul partecipante...\"],\"OrXJBY\":[\"Prefisso opzionale per i numeri di fattura (ad es., FATT-)\"],\"Os6n2a\":[\"Annulla Ordine\"],\"OtgNFx\":[\"Indirizzo email confermato con successo\"],\"OtjenF\":[\"Inserisci un indirizzo email valido\"],\"OvNbls\":[\"Scarica .ics\"],\"OveehC\":[\"Aggiungi istruzioni per i pagamenti offline (es. dettagli del bonifico bancario, dove inviare gli assegni, scadenze di pagamento)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Invito reinviato!\"],\"P+5Pbo\":[\"Nascondi Risposte\"],\"P+Sty0\":[\"Stai cambiando la tua email in <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Prodotto Gratuito\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Immagine di Copertina\"],\"P5sgAk\":[\"Codice Promo\"],\"P8hBau\":[\"Il tuo pagamento è in elaborazione.\"],\"PC3/fk\":[\"Eventi che iniziano nelle prossime 24 ore\"],\"PCRCCN\":[\"Informazioni di registrazione IVA\"],\"PChXMe\":[\"Nessun ordine pagato\"],\"PFjJxY\":[\"La nuova password deve contenere almeno 8 caratteri.\"],\"PGPGsL\":[\"Aggiungi descrizione\"],\"PKXt9R\":[\"La data di fine deve essere successiva alla data di inizio\"],\"PLUB/s\":[\"Commissione\"],\"PMhxAR\":[\"Il numero di partita IVA deve iniziare con un codice paese di 2 lettere seguito da 8-15 caratteri alfanumerici (ad es., DE123456789)\"],\"PO/sOY\":[\"Revoca invito\"],\"POT0K/\":[\"Un importo fisso per prodotto. Es. $0,50 per prodotto\"],\"POdIrN\":[\"Indirizzo Riga 1\"],\"PRuBTd\":[\"Designer homepage\"],\"PSRm6/\":[\"Cerca i miei biglietti\"],\"PUpvQe\":[\"Scanner fotocamera\"],\"PYVWEI\":[\"Se registrato, fornisci il tuo numero di partita IVA per la convalida\"],\"PYs3rP\":[\"Nome evento\"],\"PZ7FTW\":[\"Rilevato automaticamente in base al colore di sfondo, ma può essere sovrascritto\"],\"Pa6G7v\":[\"Nome Organizzatore\"],\"Pc/Wtj\":[\"Questo partecipante ha un ordine non pagato.\"],\"Pc729f\":[\"Ordine in Attesa di Pagamento Offline\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Copiato!\"],\"Pjsch9\":[\"Cerca assegnazioni di capacità...\"],\"Pmr5xp\":[[\"0\"],\" creato con successo\"],\"PnSzEc\":[\"Quando sei pronto, rendi attivo il tuo evento e inizia a vendere prodotti.\"],\"Pp1sWX\":[\"Aggiorna affiliato\"],\"Pte1Hv\":[\"Visualizza Dettagli Partecipante\"],\"Puv7+X\":[\"Impostazioni Account\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Questo ordine è scaduto. Per favore ricomincia.\"],\"Q2lUR2\":[\"Valuta\"],\"Q7CWxp\":[\"Quando un partecipante viene annullato\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"La tua partita IVA verrà convalidata al momento del salvataggio\"],\"QDEWii\":[\"Verificato\"],\"QDWsl9\":[\"Benvenuto su \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Invia il tuo primo messaggio\"],\"QGoXh3\":[\"Poiché la tua attività ha sede nell'UE, dobbiamo determinare il corretto trattamento IVA per le nostre commissioni della piattaforma:\"],\"QHhZeE\":[\"Modello creato con successo\"],\"QIWCnW\":[\"Lista check-in VIP\"],\"QIn0Vl\":[\"Ragione sociale legale ai fini IVA\"],\"QIodqd\":[\"Scarica Codice QR\"],\"QIxRUI\":[\"Biglietti a pagamento, gratuiti, a prezzi differenziati e basati su donazioni\"],\"QKLP1W\":[\"Connetti il tuo account Stripe per iniziare a ricevere pagamenti.\"],\"QKim6l\":[\"Partecipante non trovato\"],\"QMHSMS\":[\"Il cliente riceverà un'email di conferma del rimborso\"],\"QN2F+7\":[\"Aggiungi Webhook\"],\"QNrkms\":[\"Risposta aggiornata con successo.\"],\"QOg2Sf\":[\"Personalizza le impostazioni di email e notifiche per questo evento\"],\"QOhkyl\":[\"Componi\"],\"QP3gP+\":[\"Queste impostazioni si applicano solo al codice di incorporamento copiato e non verranno salvate.\"],\"QS1Nla\":[\"Programma per dopo\"],\"QUg5y1\":[\"Ci siamo quasi! Termina di connettere il tuo account Stripe per iniziare ad accettare pagamenti.\"],\"QXgjH0\":[\"Impossibile interrompere l'impersonificazione. Riprova.\"],\"QXlz+n\":[\"La valuta predefinita per i tuoi eventi.\"],\"QYARw/\":[\"Seleziona Biglietto\"],\"QYLpB4\":[\"Solo check-in\"],\"QYcUEf\":[\"Prezzo Minimo\"],\"QbrUIo\":[\"Visualizzazioni pagina\"],\"QcCPs8\":[\"Dettagli Evento\"],\"QcwyCh\":[\"Sì, rimuovili\"],\"Qj0GKe\":[\"Abilita self-service per i partecipanti\"],\"QkLf4H\":[\"URL della pagina\"],\"QlSZU0\":[\"Stai impersonificando <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Ecco cosa aspettarsi:\"],\"Qm5XkZ\":[\"Data Inizio Vendita\"],\"QoAi8D\":[\"Nessuna risposta\"],\"QotGhf\":[\"Ignora questo messaggio\"],\"Qp4HWD\":[\"Max destinatari / messaggio\"],\"Qqqrwa\":[\"Apri Pagina di Check-In\"],\"Qrc8RZ\":[\"Elimina Lista Check-In\"],\"QsYjci\":[\"Tutti gli eventi\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Seleziona Fotocamera\"],\"QuhVpV\":[\"Ciao \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Capacità\"],\"QzmQBG\":[\"Fornitore di pagamento\"],\"R02pnV\":[\"Il tuo evento deve essere attivo prima di poter vendere biglietti ai partecipanti.\"],\"R0wEyA\":[\"Cerca per nome lavoro o eccezione...\"],\"R29lO5\":[\"Termini di Pagamento\"],\"R2O9Rg\":[\"Importo pagato (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Esportazione completata. Download file in corso...\"],\"R4r4XO\":[\"Ospiti\"],\"R5IT/I\":[\"Note Partecipante\"],\"R6i9o9\":[\"Devi riconoscere che questa email non è promozionale\"],\"R6n7j9\":[\"Impostazioni IVA aggiornate con successo\"],\"RBXXtB\":[\"Nessun metodo di pagamento è attualmente disponibile. Contatta l'organizzatore dell'evento per assistenza.\"],\"RD51+P\":[\"Commissione piattaforma di \",[\"0\"],\" detratta dal tuo pagamento\"],\"RDie0n\":[\"Varie\"],\"RG3szS\":[\"chiudi\"],\"RHyZUL\":[\"Nessun risultato di ricerca.\"],\"RKKhnW\":[\"Crea un widget personalizzato per vendere biglietti sul tuo sito.\"],\"ROR8QD\":[\"Il nome del tuo account è utilizzato nelle pagine degli eventi e nelle email.\"],\"ROv2ZT\":[\"Domande e Risposte\"],\"RQCXz6\":[\"Limiti degli ordini\"],\"RRZDED\":[\"Non abbiamo trovato ordini associati a questo indirizzo email.\"],\"RReHTu\":[\"Nome dell'azienda\"],\"RUMiLy\":[\"Convalida della partita IVA non riuscita\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Codici Promo\"],\"RWw9Lg\":[\"Chiudi la finestra\"],\"RY2eP1\":[\"Nessuna Tassa o Commissione è stata aggiunta.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"A che ora arriverai?\"],\"ReihZ7\":[\"Anteprima di Stampa\"],\"RfwZxd\":[\"Reimposta password\"],\"RjwlZt\":[\"Questo ordine è già stato pagato.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Invia un messaggio\"],\"RlJmQg\":[\"Un'imposta standard, come IVA o GST\"],\"RnvnDc\":[\"Visualizza tutti i messaggi inviati sulla piattaforma\"],\"Ropvj0\":[\"Seleziona quali eventi attiveranno questo webhook\"],\"RpwiYC\":[\"Rimborso in Attesa\"],\"RqSKdX\":[\"Questo prodotto è esaurito\"],\"Rs/IcB\":[\"Primo Utilizzo\"],\"Rs7IQv\":[\"Messaggio pre checkout\"],\"RsiDDQ\":[\"Altre Liste (Biglietto Non Incluso)\"],\"RtxQTF\":[\"Cancella anche questo ordine\"],\"RuaKfn\":[\"Indirizzo aggiornato con successo\"],\"Rwiyt2\":[\"Imposte configurate\"],\"RxzN1M\":[\"Abilitato\"],\"RzEvf5\":[\"Questo evento è terminato\"],\"S+OdxP\":[\"Chi sta organizzando questo evento?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"Il nome deve essere compreso tra 1 e 50 caratteri\"],\"S0ctOE\":[\"Archivia evento\"],\"S3CZ5M\":[\"Dashboard organizzatore\"],\"S4PqS9\":[[\"0\"],\" Webhook Attivi\"],\"S8Tua9\":[\"Impostazioni aggiornate con successo\"],\"SCimta\":[\"Nascondi la pagina di introduzione dalla barra laterale\"],\"SHJwyq\":[\"Tasso di check-in\"],\"SIHgVQ\":[\"Impossibile annullare il messaggio\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Totale Partecipanti\"],\"SMUbbQ\":[\"Un menu a tendina consente una sola selezione\"],\"SNzppu\":[\"Iscriviti alla lista d'attesa\"],\"SO9AEF\":[\"Limiti di ordine impostati\"],\"SPKbfM\":[\"es., Acquista biglietti, Registrati ora\"],\"SPdzrs\":[\"Inviato ai clienti quando effettuano un ordine\"],\"SQKPvQ\":[\"Invita Utente\"],\"SQqJd8\":[\"Organizzatore non trovato\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Esportazione avviata. Preparazione file...\"],\"SXzpzO\":[\"Mostra casella di opt-in marketing per impostazione predefinita\"],\"SZw9tS\":[\"Visualizza dettagli\"],\"Sa7w7S\":[\"Questa lista di check-in è scaduta e non è più disponibile per i check-in.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Errore\"],\"SnlQeq\":[\"Nessuna domanda è stata posta per questo ordine.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Caselle di controllo\"],\"SsI9v/\":[\"Impossibile abbandonare l'ordine. Riprova.\"],\"Sxm1lO\":[\"Tutti gli stati\"],\"Sxm8rQ\":[\"Utenti\"],\"T+1APV\":[\"Il numero di partita IVA corrente è convalidato\"],\"T02gNN\":[\"Ingresso Generale\"],\"T0K0yl\":[\"Gli utenti inattivi non possono accedere.\"],\"T4BMxU\":[\"Le commissioni sono soggette a modifiche. Sarai informato di qualsiasi modifica alla struttura delle tue commissioni.\"],\"T5rdis\":[\"copiato negli appunti\"],\"T6B2gk\":[\"Invio messaggio non riuscito. Riprova.\"],\"TBEnp1\":[\"Il logo verrà visualizzato nell'intestazione\"],\"TF37u6\":[\"I tuoi partecipanti sono stati esportati con successo.\"],\"TF9opW\":[\"Il flash non è disponibile su questo dispositivo\"],\"TMLAx2\":[\"Obbligatorio\"],\"TNaCfq\":[\"Casella di testo a riga singola\"],\"TPoYsF\":[\"Riferimento Ordine\"],\"TSAiPM\":[\"La pagina che stai cercando non esiste\"],\"TTpXL3\":[\"Reinvia tra \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"La password deve essere di almeno 8 caratteri\"],\"TWXU0c\":[\"Impersona utente\"],\"TZxnm8\":[\"Aggiungi Opzione\"],\"TdfEV7\":[\"Archiviati\"],\"TeSaQO\":[\"Torna a Account\"],\"Tf55h7\":[\"Sconto Configurato\"],\"TjX7xL\":[\"Messaggio Post-Checkout\"],\"TjbIUI\":[[\"availableCount\"],\" di \",[\"totalCount\"],\" disponibile\"],\"TkQVup\":[\"Controlla la tua email e password e riprova\"],\"TkfG8v\":[\"Raccogli i dati per ordine\"],\"TlEeFv\":[\"Eventi in Arrivo\"],\"TnzbL+\":[\"A causa dell'alto rischio di spam, è necessario collegare un account Stripe prima di poter inviare messaggi ai partecipanti.\\nQuesto è per garantire che tutti gli organizzatori di eventi siano verificati e responsabili.\"],\"Tol4BF\":[\"Dettagli Ordine\"],\"TpqW74\":[\"Fisso\"],\"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.\"],\"TskrJ8\":[\"Pagamento e Piano\"],\"TvY/XA\":[\"Documentazione\"],\"TvkW9+\":[\"Sei sicuro di voler archiviare questo evento?\"],\"TxfvH2\":[\"Seleziona quali partecipanti devono ricevere questo messaggio\"],\"Tz0i8g\":[\"Impostazioni\"],\"Tz5oXG\":[\"Sì, annulla il mio ordine\"],\"U/R4Ng\":[\"Livello Prodotto\"],\"U3pytU\":[\"Amministratore\"],\"U3wiCB\":[\"Sei a posto! I tuoi pagamenti vengono elaborati senza problemi.\"],\"U61sAj\":[\"Categoria prodotto aggiornata con successo.\"],\"U65fiW\":[\"Salva Organizzatore\"],\"U66oUa\":[\"Impossibile creare il modello\"],\"U7nGvl\":[\"Impossibile fare il check-in\"],\"UBSG1X\":[\"Migliori organizzatori (Ultimi 14 giorni)\"],\"UEqXyt\":[\"Intervallo Personalizzato\"],\"UGT5vp\":[\"Salva Impostazioni\"],\"UIENhw\":[\"I nomi delle configurazioni sono visibili agli utenti finali. Le commissioni fisse verranno convertite nella valuta dell'ordine al tasso di cambio corrente.\"],\"UJmAAK\":[\"Oggetto\"],\"UKfi21\":[\"Crea Tassa o Commissione\"],\"UMGQOh\":[\"Connetti con Stripe\"],\"UNMVei\":[\"Password dimenticata?\"],\"UQ0ACV\":[\"Totale ordini\"],\"URAE3q\":[\"In pausa\"],\"URUYHc\":[\"Impostazioni delle commissioni della piattaforma aggiornate con successo\"],\"URmyfc\":[\"Dettagli\"],\"UVPI5D\":[\"Mostra meno piattaforme\"],\"UW90md\":[\"Nessun destinatario trovato\"],\"UWWRyd\":[\"Aggiungi domande personalizzate per raccogliere informazioni aggiuntive durante il checkout\"],\"UXBCwc\":[\"Cognome\"],\"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.\"],\"UYUgdb\":[\"Ordine\"],\"UZ2GSZ\":[\"Impostazioni Fattura\"],\"UaISq3\":[\"Svedese\"],\"UabgBd\":[\"Il corpo è obbligatorio\"],\"UdY1lL\":[\"Il tuo pagamento non è andato a buon fine, riprova.\"],\"Ug4SfW\":[\"Una volta creato un evento, lo vedrai qui.\"],\"UiAk5P\":[\"Inserisci Immagine\"],\"Uicx2U\":[\"Questa lista di check-in è attiva\"],\"UjNWsF\":[\"L'IVA può essere applicata alle commissioni della piattaforma in base al tuo stato di registrazione IVA. Completa la sezione informazioni IVA qui sotto.\"],\"UkHo4c\":[\"Rif. ordine\"],\"UkM20g\":[\"In attesa di revisione\"],\"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.\"],\"UlAK8E\":[\"Esportazione Ordini\"],\"Uo5ddP\":[\"Ti avviseremo via email se si libera un posto per \",[\"0\"],\".\"],\"UoIRW8\":[\"Partecipanti registrati\"],\"Upeg/u\":[\"Abilita questo modello per l'invio di email\"],\"Uqefyd\":[\"Sei registrato IVA nell'UE?\"],\"UtDm3q\":[\"URL copiato negli appunti\"],\"Uu0hZq\":[\"Email organizzatore\"],\"UvYql/\":[\"Impostazioni IVA salvate. Stiamo convalidando il tuo numero di partita IVA in background.\"],\"Uwsg2F\":[\"Riservato\"],\"V0SbFp\":[\"Mostra quantità prodotto disponibile\"],\"V1EGGU\":[\"Nome\"],\"V1krgP\":[\"Il codice non deve superare i 20 caratteri\"],\"V2sk3H\":[\"Email e Modelli\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Un nuovo codice di verifica è stato inviato alla tua email\"],\"V6Q5RZ\":[\"Assegnazione di Capacità creata con successo\"],\"V7DYWd\":[\"Messaggio Inviato\"],\"V7MwOy\":[\"Si è verificato un errore durante il caricamento della pagina\"],\"V7Tejz\":[\"Elaborazione automatica della lista d'attesa\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Torna al login\"],\"VD0iA7\":[\"Opzioni di prezzo multiple. Perfetto per prodotti early bird ecc.\"],\"VDWChT\":[\"Sei sicuro di voler rendere questo organizzatore una bozza? La pagina dell'organizzatore sarà invisibile al pubblico.\"],\"VEsDvU\":[\"Gli utenti possono modificare la loro email in <0>Impostazioni Profilo\"],\"VFv2ZC\":[\"Data di fine\"],\"VHfLAW\":[\"Nessun account\"],\"VT+urE\":[\"Cerca per nome o email...\"],\"VTfZPy\":[\"Accesso Negato\"],\"VX+B3I\":[\"Cerca per titolo evento o organizzatore...\"],\"VY+Bdn\":[\"Cerca per nome account o e-mail...\"],\"VZeG/A\":[\"Prossimamente\"],\"Vd+LC3\":[\"Il colore deve essere un codice colore esadecimale valido. Esempio: #ffffff\"],\"VeKsnD\":[\"Reinvia email ordine\"],\"VejKUM\":[\"Compila prima i tuoi dati sopra\"],\"Vi+BiW\":[\"Include \",[\"0\"],\" prodotti\"],\"VioGG1\":[\"Collega il tuo account Stripe per accettare pagamenti per biglietti e prodotti.\"],\"Vjat/X\":[\"Il messaggio è obbligatorio\"],\"Vjij1k\":[[\"days\"],\" giorni, \",[\"hours\"],\" ore, \",[\"minutes\"],\" minuti e \",[\"seconds\"],\" secondi\"],\"VkSk/i\":[\"Sei sicuro di voler annullare questo messaggio programmato?\"],\"VlXNyK\":[\"Per ordine\"],\"Vla0Bo\":[\"Prodotti venduti\"],\"VlnB7s\":[\"Ultimi 6 mesi\"],\"VmXiz4\":[\"Inserisci la tua email e ti invieremo le istruzioni per reimpostare la password\"],\"VpwcSk\":[\"Inserisci la nuova password\"],\"VsM1HH\":[\"Assegnazioni di capacità\"],\"VskHIx\":[\"Elimina categoria\"],\"Vw0KCJ\":[\"Check-in tramite codice QR\"],\"VwdqVy\":[\"Crea Assegnazione di Capacità\"],\"Vx2J6x\":[\"Impossibile recuperare il partecipante\"],\"VxFvXQ\":[\"Incorpora Widget\"],\"VxYKoK\":[\"Impostazioni Email e Notifiche\"],\"VyUuZb\":[\"URL Immagine\"],\"W/eN+G\":[\"Se vuoto, l'indirizzo verrà utilizzato per generare un link a Google Maps\"],\"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.\"],\"W428WC\":[\"Attiva colonne\"],\"W4kWXJ\":[\"Cerca per nome partecipante, email o numero ordine...\"],\"W5A0Ly\":[\"Si è verificato un errore imprevisto.\"],\"W7AfhC\":[\"Tutti i partecipanti di questo evento\"],\"WBq1/R\":[\"Scanner USB già attivo\"],\"WFHOlF\":[\"Sei sicuro di voler pubblicare questo evento? Una volta pubblicato, sarà visibile al pubblico.\"],\"WHf154\":[\"Elimina codice\"],\"WKHW0N\":[\"Dettagli Evento Online\"],\"WKMnh4\":[\"Un campo di testo a singola riga\"],\"WLxtFC\":[\"Impossibile creare il prodotto. Controlla i tuoi dati\"],\"WNnP3w\":[\"Connetti e aggiorna\"],\"WOpH7O\":[\"Bellissima esperienza di pagamento su qualsiasi dispositivo\"],\"WOyJmc\":[\"- Clicca per annullare la pubblicazione\"],\"WTk/ke\":[\"Informazioni su Stripe Connect\"],\"WUOCgI\":[\"Posto offerto con successo\"],\"WVbTwK\":[\"Crea Lista di Check-In\"],\"WVgSTy\":[\"Gestisci ordine\"],\"WWYHKD\":[\"Il tuo pagamento è protetto con crittografia a livello bancario\"],\"WZZzB6\":[\"Il nome dell'evento è obbligatorio\"],\"WZbCR3\":[\"Rimborso Fallito\"],\"WbImlQ\":[\"L'ordine è stato annullato e il proprietario dell'ordine è stato avvisato.\"],\"WbopAG\":[\"I pagamenti Stripe non sono abilitati per questo evento.\"],\"Wd5CDM\":[\"Il nome dell'evento deve contenere meno di 150 caratteri\"],\"WdmJIX\":[\"Caricamento anteprima...\"],\"Weq9zb\":[\"Generale\"],\"WgD6rb\":[\"Categoria evento\"],\"WjSpu5\":[\"Evento online\"],\"Wjz5KP\":[\"Nessun Partecipante da mostrare\"],\"Wvrz79\":[\"Importo pagato\"],\"WyCBRt\":[\"Riepilogo Tasse\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Sì - Ho un numero di partita IVA UE valido\"],\"X13xGn\":[\"Non attendibile\"],\"X1zdE7\":[\"Configurazione creata con successo\"],\"X26cQf\":[\"URL Biglietto\"],\"X2rrlw\":[\"Subtotale\"],\"X4o0MX\":[\"Impossibile caricare il Webhook\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Le iscrizioni appariranno qui quando i clienti si uniranno alla lista d'attesa per i prodotti esauriti.\"],\"XAHqAg\":[\"Questo è un prodotto generico, come una maglietta o una tazza. Non verrà emesso alcun biglietto\"],\"XBNC3E\":[\"Questo codice sarà usato per tracciare le vendite. Sono ammessi solo lettere, numeri, trattini e trattini bassi.\"],\"XIG669\":[\"Quando apre il check-in\"],\"XKJuAX\":[\"Domanda eliminata\"],\"XUfgCI\":[\"Nessuna Assegnazione di Capacità\"],\"XVLu2v\":[\"Titolo dell'evento\"],\"XX32BM\":[\"Richiede solo pochi minuti\"],\"XZkeaI\":[\"Nessun log trovato\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"L'indirizzo del tuo organizzatore\"],\"Xe2tSS\":[\"Documentazione di Connessione\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"I tuoi ordini sono stati esportati con successo.\"],\"XgOuA7\":[\"Ultimi 90 giorni\"],\"XkFYVB\":[\"Prodotto Eliminato\"],\"XletzW\":[\"Crea Categoria\"],\"XwdMMg\":[\"Il codice può contenere solo lettere, numeri, trattini e trattini bassi\"],\"XxecLm\":[\"Tipo di biglietto\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Ecco il componente React che puoi usare per incorporare il widget nella tua applicazione.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Personalizza i messaggi della homepage dell'evento e del checkout\"],\"YAV57v\":[\"Affiliato\"],\"YAl9Hg\":[\"Crea configurazione\"],\"YC3oXa\":[\"Descrizione per il personale di check-in\"],\"YClrdK\":[\"Questo evento non è ancora pubblicato\"],\"YDVUVl\":[\"Tipi di Evento\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Qualcosa è andato storto! Riprova\"],\"YHsF9c\":[\"Nascondi prodotto dopo la data di fine vendita\"],\"YIDzi/\":[\"Crea Modello Personalizzato\"],\"YIix5Y\":[\"Cerca...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Confermo che questo è un messaggio transazionale relativo a questo evento\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Ripartizione vendite prodotti, ricavi e tasse\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Configurazione dell'account aggiornata con successo\"],\"YQ3QSS\":[\"Reinvio codice di verifica non riuscito\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Commissione Fissa:\"],\"YXx+fG\":[\"Totale Prima degli Sconti\"],\"YZi+Hu\":[\"Lavoro in coda per il nuovo tentativo\"],\"Ya1JhR\":[\"Nessun prodotto disponibile in questa categoria.\"],\"YaCgdO\":[\"Conferma email inviata nuovamente con successo\"],\"Yc5YW6\":[\"Nessun lavoro fallito\"],\"Ye321X\":[\"Nome Tassa\"],\"YfHZv0\":[\"Mostrato al cliente prima del checkout\"],\"YgRSEE\":[\"Sei sicuro di voler eliminare questo codice promozionale?\"],\"YjVNGZ\":[\"Anteprima Homepage\"],\"Ym1gnK\":[\"applicato\"],\"YpN29s\":[\"Notifica all'organizzatore i nuovi ordini\"],\"Yrbm6T\":[\"Awesome Organizer Srl.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Questo ordine è stato annullato.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Lista Check-In aggiornata con successo\"],\"Z3FXyt\":[\"Caricamento...\"],\"Z3etYG\":[\"1 giorno prima dell'evento\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Pagamento Offline\"],\"Z6q0Vl\":[\"Hai già accettato questo invito. Accedi per continuare.\"],\"Z8lGw6\":[\"Condividi\"],\"ZBAScj\":[\"Partecipante Sconosciuto\"],\"ZCSSd+\":[\"Crea il tuo evento\"],\"ZDIydz\":[\"Iniziare\"],\"ZIgYeg\":[\"Colore testo secondario\"],\"ZN1WLO\":[\"Copia Email\"],\"ZOBwQn\":[\"Design Homepage\"],\"ZOmUYW\":[\"Convalideremo la tua partita IVA in background. In caso di problemi, ti informeremo.\"],\"ZPj0Q8\":[\"Dettagli del messaggio\"],\"ZPoHOn\":[\"Nessun prodotto associato a questo partecipante.\"],\"ZPwFnN\":[\"Impossibile esportare gli ordini\"],\"ZQ15eN\":[\"Impossibile reinviare l'email del biglietto\"],\"ZQKLI1\":[\"Zona pericolosa\"],\"ZS/D7f\":[\"Tutti gli eventi terminati\"],\"ZWEfBE\":[\"Nessun Pagamento Richiesto\"],\"ZZEYpT\":[\"Opzione \",[\"i\"]],\"ZaEJZM\":[\"Conferma Cambio Email\"],\"ZfxaB4\":[\"Parzialmente Rimborsato\"],\"Zi3Sbw\":[\"Rimosso dalla lista d'attesa con successo\"],\"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.\"],\"ZkS2p3\":[\"Annulla Pubblicazione Evento\"],\"Zkymb9\":[\"Un'email da associare a questo affiliato. L'affiliato non sarà notificato.\"],\"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à.\"],\"Znwxal\":[\"Configurazione delle commissioni di iscrizione\"],\"ZowkxF\":[\"Tasse\"],\"ZpieFv\":[\"Impossibile annullare l'ordine\"],\"ZsZeV2\":[\"L'email è obbligatoria\"],\"ZthcdI\":[\"Un codice promozionale senza sconto può essere utilizzato per rivelare prodotti nascosti.\"],\"ZutOKU\":[\"Aliquota IVA\"],\"Zw6LWb\":[\"Impossibile eliminare il lavoro\"],\"ZxnK5C\":[\"Una volta che inizi a raccogliere dati, li vedrai qui.\"],\"Zz6Cxn\":[\"Zona pericolosa\"],\"a/gMx2\":[\"Nessuna Lista di Check-In\"],\"a0EjD+\":[\"Crea Prodotto\"],\"a41PKA\":[\"Le vendite dell'affiliato saranno tracciate\"],\"a5KFZU\":[\"Aggiungi i dettagli dell'evento e gestisci le impostazioni dell'evento.\"],\"a5jvSX\":[\"Fasce di prezzo\"],\"a6+167\":[\"Seleziona un evento\"],\"a6gga1\":[\"Errore durante la conferma della modifica email\"],\"a7u1N9\":[\"Prezzo\"],\"aAIQg2\":[\"Aspetto\"],\"aEDp5C\":[\"Incolla questo dove vuoi che appaia il widget.\"],\"aFk48v\":[\"Impossibile eliminare la configurazione\"],\"aGWZUr\":[\"Ricavi lordi\"],\"aH6ZIb\":[\"Invita il tuo team\"],\"aIA9C4\":[\"Domanda Creata con Successo\"],\"aK4uBd\":[\"Ultime 24 ore\"],\"aKtF0O\":[\"Stripe non connesso\"],\"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.\"],\"aS0jtz\":[\"Abbandonato\"],\"aT3jZX\":[\"Seleziona fuso orario\"],\"aUi/Dz\":[\"Attenzione: questa è la configurazione predefinita del sistema. Le modifiche interesseranno tutti gli account a cui non è assegnata una configurazione specifica.\"],\"acIJ41\":[\"Stato Ordine\"],\"agPptk\":[\"Mezzo\"],\"agZ87r\":[\"Crea biglietti per il tuo evento, imposta i prezzi e gestisci la quantità disponibile.\"],\"alD1+n\":[\"Note Fattura\"],\"amMkpL\":[\"Nessuna capacità\"],\"an5hVd\":[\"Immagini\"],\"aqxYLv\":[\"Istruzione\"],\"av+gjP\":[\"Nome Partecipante\"],\"avf0gk\":[\"Descrizione Domanda\"],\"awHmAT\":[\"ID biglietto\"],\"axVMjA\":[\"Nascondi prodotto a meno che l'utente non abbia un codice promozionale applicabile\"],\"axv/Mi\":[\"Modello personalizzato\"],\"b0HJ45\":[\"Successo! \",[\"0\"],\" riceverà un'email a breve.\"],\"b1Jvg+\":[\"Continua nella nuova scheda\"],\"b24kPi\":[\"Coda\"],\"b33PL9\":[\"Mostra più piattaforme\"],\"b46pt5\":[\"Immagine di copertina evento\"],\"b4itZn\":[\"In corso\"],\"b6+Y+n\":[\"Ordine completato\"],\"b9SN9q\":[\"Riferimento ordine unico\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Crea \",[\"0\"]],\"bA31T4\":[\"Usa i dati dell'acquirente per tutti i partecipanti\"],\"bB6Ram\":[\"Ultime 48 ore\"],\"bECJqy\":[\"Messaggio approvato con successo\"],\"bKOYkd\":[\"Fattura scaricata con successo\"],\"bLB3MJ\":[\"Metodi di Pagamento\"],\"bPWBLL\":[\"Impossibile registrare l'uscita del partecipante\"],\"bPwFdf\":[\"Account\"],\"bU4bS1\":[\"Rimborsi\"],\"bU7oUm\":[\"Invia solo agli ordini con questi stati\"],\"bVjDs9\":[\"Commissioni aggiuntive\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Sei sicuro di voler eliminare questa Lista di Check-In?\"],\"bbslmb\":[\"Designer biglietti\"],\"bcCn6r\":[\"Tipo di Calcolo\"],\"bcYlvb\":[\"Quando chiude il check-in\"],\"bfXQ+N\":[\"Accetta Invito\"],\"bgqf+K\":[\"Email del possessore del biglietto\"],\"bhlHm/\":[\"Il tuo ordine è in attesa di pagamento\"],\"blK94r\":[\"Aggiungi almeno un'opzione\"],\"blXLKj\":[\"Se abilitato, i nuovi eventi mostreranno una casella di opt-in marketing durante il checkout. Questo può essere sovrascritto per evento.\"],\"br3Y/y\":[\"Commissioni piattaforma\"],\"btxLWj\":[\"Stato evento aggiornato\"],\"bv6RXK\":[\"Etichetta Pulsante\"],\"bwBlJv\":[\"Nome Ordine\"],\"bxoWpz\":[\"Invia nuovamente l'email di conferma\"],\"byKna+\":[\"Si è verificato un errore imprevisto. Per favore riprova.\"],\"c+suC6\":[\"Account a pagamento\"],\"c/TIyD\":[\"Ordine & biglietto\"],\"c2/9VE\":[\"Payload\"],\"c3E/kw\":[\"Homer\"],\"c4uJfc\":[\"Quasi fatto! Stiamo solo aspettando che il tuo pagamento venga elaborato. Dovrebbe richiedere solo pochi secondi.\"],\"c6SXHN\":[\"Visualizza pagina dell'evento\"],\"c7VN/A\":[\"Visualizza Risposte\"],\"c9Evkd\":[\"Non puoi eliminare l'ultima categoria.\"],\"c9RYbv\":[\"Quando un ordine viene contrassegnato come pagato\"],\"cDHM1d\":[\"L'indirizzo e-mail è stato modificato. Il partecipante riceverà un nuovo biglietto all'indirizzo e-mail aggiornato.\"],\"cDtoWq\":[\"Sei sicuro di voler reinviare la conferma dell'ordine a \",[\"0\"],\"?\"],\"cEFg3R\":[\"Creazione affiliato non riuscita\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 settimana prima dell'evento\"],\"cHO4ec\":[\"Questo messaggio sarà incluso nel piè di pagina di tutte le email inviate da questo evento\"],\"cJ4Y4R\":[\"Il tuo rimborso è in elaborazione.\"],\"cK9+xQ\":[\"Paese IVA\"],\"cKj6OE\":[\"Riepilogo Check-in\"],\"cMW+gm\":[\"Mostra tutte le piattaforme (\",[\"0\"],\" con valori)\"],\"cOePZk\":[\"Orario Evento\"],\"cQrNR3\":[\"Gestisci Profilo\"],\"cRRc+F\":[\"Questo prodotto non può essere eliminato perché è associato a un ordine. Puoi invece nasconderlo.\"],\"cSev+j\":[\"Filtri\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" registrati\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Hai tasse e commissioni aggiunte a un Prodotto Gratuito. Vuoi rimuoverle?\"],\"cd0jIM\":[\"Dettagli del lavoro\"],\"cdR8d6\":[\"Crea un biglietto\"],\"cde2hc\":[\"Tutti i Prodotti\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Metti online il tuo evento\"],\"cl5WYc\":[\"Codice promo \",[\"promo_code\"],\" applicato\"],\"clF06r\":[\"Disponibile per rimborso\"],\"cljs3a\":[\"Indica se sei registrato IVA nell'UE\"],\"cnGeoo\":[\"Elimina\"],\"coIKFu\":[\"Le statistiche dell'organizzatore non sono disponibili per la valuta selezionata o si è verificato un errore.\"],\"cormHa\":[\"Indirizzo riga 2\"],\"cosfD8\":[\"Stato del Partecipante\"],\"cs5muu\":[\"Anteprima pagina evento\"],\"csDS2L\":[\"Disponibile\"],\"ct2SYD\":[\"Ultimi 7 giorni\"],\"cxsKvw\":[\"Quando un check-in viene eliminato\"],\"d+F6q9\":[\"Creato\"],\"d+KKMz\":[\"Impossibile caricare la Lista di Check-In\"],\"d0rUsW\":[\"Link social\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Annulla\"],\"dF6vP6\":[\"Online\"],\"dFFW9L\":[\"Vendita terminata \",[\"0\"]],\"dFHcIn\":[\"Dettagli Fiscali\"],\"dFJnia\":[\"Questo è il nome del tuo organizzatore che sarà visibile agli utenti.\"],\"dFuEhO\":[\"Reinvia e-mail del biglietto\"],\"dJZTv2\":[\"Seleziona ora di inizio\"],\"dLm8V5\":[\"Le email promozionali potrebbero comportare la sospensione dell'account\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Ripartizione dell'attribuzione\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Ecco tutti i biglietti associati al tuo indirizzo email.\"],\"dPYu1F\":[\"Per partecipante\"],\"dPyJ15\":[\"Elimina Modello\"],\"dSyJj6\":[\"Gli indirizzi email non corrispondono\"],\"dVgNF1\":[\"Impossibile creare la configurazione\"],\"dVxpp5\":[\"Bentornato\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Nessun evento trovato\"],\"dWBrJX\":[\"Pagamento offline fallito. Riprova o contatta l'organizzatore dell'evento.\"],\"dXoieq\":[\"Riepilogo\"],\"dZsDbK\":[\"Limite di caratteri HTML superato: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"Le categorie ti permettono di raggruppare i prodotti. Ad esempio, potresti avere una categoria per \\\"Biglietti\\\" e un'altra per \\\"Merchandise\\\".\"],\"de6HLN\":[\"Quando i clienti acquistano biglietti, i loro ordini appariranno qui.\"],\"dfkQIO\":[\"Quando viene creato un nuovo prodotto\"],\"dkAPxi\":[\"Crea Webhook\"],\"dr7CWq\":[\"Tutti gli eventi in arrivo\"],\"dsFmM+\":[\"Acquistato\"],\"dtGC3q\":[\"Email del biglietto reinviata al partecipante\"],\"e/cvV1\":[\"Verifica in corso...\"],\"e3uMJH\":[\"Questo ordine è completo.\"],\"e4KdjJ\":[\"Aggiungi Manualmente Partecipante\"],\"e4L7bF\":[\"Seleziona un messaggio per visualizzarne il contenuto\"],\"e5lF64\":[\"Esempio di utilizzo\"],\"e7eZuA\":[\"Ordine Aggiornato\"],\"e8WNln\":[\"Fuso orario dell'evento\"],\"e99fHm\":[\"Ripristina evento\"],\"eB5vce\":[\"Proprietari di ordini con un prodotto specifico\"],\"ePK91l\":[\"Modifica\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Crea una nuova password\"],\"eWRECP\":[\"Vita notturna\"],\"eXssj5\":[\"Imposta le impostazioni predefinite per i nuovi eventi creati con questo organizzatore.\"],\"eaUTwS\":[\"Invia link di reimpostazione\"],\"eb47T5\":[\"Nessun dato trovato per i filtri selezionati. Prova a modificare l'intervallo di date o la valuta.\"],\"ebIDwV\":[\"Google Calendar\"],\"eeZdaB\":[\"Configurazione aggiornata con successo\"],\"efAM7X\":[\"Un campo data. Perfetto per chiedere una data di nascita ecc.\"],\"ejMDw1\":[\"Quando un ordine viene rimborsato\"],\"ejXy+D\":[\"Impossibile ordinare i prodotti\"],\"elW7Tn\":[\"Corpo Email\"],\"enV0g0\":[\"Lascia vuoto per utilizzare la parola predefinita \\\"Fattura\\\"\"],\"eneWvv\":[\"Bozza\"],\"enzGAL\":[\"Domande\"],\"eorM7z\":[\"Categorie riordinate con successo.\"],\"ercTDX\":[\"Il codice deve essere compreso tra 3 e 50 caratteri\"],\"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\"],\"etaWtB\":[\"Modifica dettagli partecipante\"],\"euc6Ns\":[\"Duplica\"],\"eusccx\":[\"Un messaggio facoltativo da visualizzare sul prodotto evidenziato, ad esempio \\\"In vendita veloce 🔥\\\" o \\\"Miglior rapporto qualità-prezzo\\\"\"],\"evDBV8\":[\"Pubblica Evento\"],\"exy8uo\":[\"Genera codice\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Liste di Check-in\"],\"f30uVZ\":[\"Cosa devi fare:\"],\"f3RdEk\":[[\"hours\"],\" ore, \",[\"minutes\"],\" minuti e \",[\"seconds\"],\" secondi\"],\"f4vJgj\":[\"Un campo di testo a più righe\"],\"f7SUun\":[\"Le password non sono uguali\"],\"f8qS7T\":[\"'Non c'è ancora nulla da mostrare'\"],\"f9WRpE\":[\"Tipo di file non valido. Carica un'immagine.\"],\"fAv9QG\":[\"🎟️ Aggiungi biglietti\"],\"fFYotW\":[\"Parzialmente rimborsato: \",[\"0\"]],\"fFeCKc\":[\"Nessuno Sconto\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Non puoi rimborsare un ordine creato manualmente.\"],\"fKn/k6\":[\"Importo rimborso\"],\"fMPkxb\":[\"Mostra altro\"],\"fROFIL\":[\"Vietnamita\"],\"fTFfOK\":[\"Ogni modello di email deve includere un pulsante di invito all'azione che collega alla pagina appropriata\"],\"fVPt0F\":[\"Quando un ordine viene aggiornato\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Modifica webhook\"],\"fWsBTs\":[\"Qualcosa è andato storto. Riprova.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"ad esempio, Aggiornamento importante sui tuoi biglietti\"],\"fcnqjw\":[\"Istruzioni di Pagamento Offline\"],\"fdjq4c\":[\"Spaziatura interna\"],\"fgLNSM\":[\"Registrati\"],\"fiV0xj\":[\"Limite di Utilizzo\"],\"fj5byd\":[\"N/D\"],\"fovJi3\":[\"Modalità scanner USB disattivata\"],\"fpMs2Z\":[\"LIVE\"],\"fpb0rX\":[\"Dati del partecipante copiati dall'ordine\"],\"fqDzSu\":[\"Tasso\"],\"ftNXma\":[\"Cerca affiliati...\"],\"ftzaMf\":[\"Periodo di vendita, limiti di ordine, visibilità\"],\"fuwKpE\":[\"Riprova.\"],\"fvDQhr\":[\"Nascondi questo livello agli utenti\"],\"fx8BTd\":[\"Pagamenti non disponibili\"],\"fyE7Au\":[[\"minutes\"],\" minuti e \",[\"seconds\"],\" secondi\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Il tuo pagamento non è andato a buon fine. Riprova.\"],\"g+2103\":[\"Ecco il tuo link affiliato\"],\"g+lLS9\":[\"Invita un membro del team\"],\"g2UNkE\":[\"Offerto da\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Branding personalizzato\"],\"g9dPPQ\":[\"Massimo Per Ordine\"],\"gGhBmF\":[\"Sei offline\"],\"gHSuV/\":[\"Vai alla pagina iniziale\"],\"gJQsLv\":[\"Carica un'immagine di copertina per il tuo organizzatore\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Tutti i partecipanti\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Prodotto Creato con Successo\"],\"gPgdNV\":[\"Partita IVA convalidata con successo\"],\"gTN6Ws\":[\"Seleziona ora di fine\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo e immagine di copertina per il tuo organizzatore\"],\"geUFpZ\":[\"Tasse e Commissioni\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Nessun Risultato di Ricerca\"],\"gnBreG\":[\"Data in cui è stato effettuato l'ordine\"],\"goOKRY\":[\"Aggiungi livello\"],\"gqnyh0\":[\"Ottimizzato per dispositivi mobili\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Evidenzia\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Ultimo Attivato\"],\"gwk5gg\":[\"Indirizzo Riga 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"A quali prodotti si applica questo codice?\"],\"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.\"],\"gypigA\":[\"Quel codice promo non è valido\"],\"gzrCuN\":[\"I dettagli del tuo ordine sono stati aggiornati. Un'e-mail di conferma è stata inviata al nuovo indirizzo e-mail.\"],\"h0Q9Iw\":[\"Ultima Risposta\"],\"h0dx5e\":[\"Impossibile unirsi alla lista d'attesa\"],\"h10Wm5\":[\"Ordine non pagato\"],\"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\"],\"h69WC6\":[\"Inviato\"],\"hAjDQy\":[\"Seleziona stato\"],\"hBsw5C\":[\"Vendite terminate\"],\"hD1ocH\":[\"URL di Registrazione copiato negli appunti\"],\"hDNwnf\":[\"Il tuo logo, i tuoi colori e il tuo stile su ogni pagina\"],\"hEtQsg\":[\"Abilita self-service per i partecipanti per impostazione predefinita\"],\"hFHnxR\":[\"A quali prodotti si applica questo codice? (Si applica a tutti per impostazione predefinita)\"],\"hFwWnI\":[\"Impostazioni Notifiche\"],\"hJmVtD\":[\"Seleziona il paese\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Il Mio Profilo\"],\"hL7sDJ\":[\"Condividi pagina dell'organizzatore\"],\"hMT8+2\":[\"00100\"],\"hTJ4fB\":[\"Basta cliccare il pulsante qui sotto per riconnettere il tuo account Stripe.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Crea\"],\"hauDFf\":[\"Per biglietto\"],\"hbwCKE\":[\"Indirizzo email copiato negli appunti\"],\"hcX103\":[\"Crea un prodotto\"],\"hdyeZ0\":[\"Elimina lavoro\"],\"he3ygx\":[\"Copia\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Importo\"],\"hfHhaa\":[\"Attendi mentre prepariamo i tuoi affiliati per l'esportazione...\"],\"hg80P7\":[\"Completa configurazione Stripe\"],\"hli+ga\":[\"Scanner USB/HID\"],\"hqmXmc\":[\"In corso...\"],\"hrvLf4\":[\"Accetta pagamenti con carta di credito tramite Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"Indirizzo Email\"],\"i0QKrm\":[\"Aggiornamento affiliato non riuscito\"],\"i0TtkR\":[\"Questo sovrascrive tutte le impostazioni di visibilità e nasconderà il prodotto a tutti i clienti.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Numero Ordine\"],\"i8day5\":[\"Trasferisci la commissione all'acquirente\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Modifica Codice\"],\"iG7KNr\":[\"Logo\"],\"iIEaNB\":[\"Se hai un account con noi, riceverai un'e-mail con le istruzioni su come reimpostare la tua password.\"],\"iJhSxe\":[\"Personalizza le impostazioni SEO per questo evento\"],\"iMdwTb\":[\"Prima che il tuo evento possa andare online, ci sono alcune cose da fare. Completa tutti i passaggi qui sotto per iniziare.\"],\"iN5Cz3\":[\"Account già connesso!\"],\"iPBfZP\":[\"Partecipanti Registrati\"],\"iQZff7\":[\"Tasse, commissioni, visibilità, periodo di vendita, evidenziazione del prodotto & limiti degli ordini\"],\"iS0wAT\":[\"Le categorie ti aiutano a organizzare i tuoi prodotti. Questo titolo verrà visualizzato sulla pagina pubblica dell'evento.\"],\"iStTQt\":[\"L'autorizzazione della fotocamera è stata negata. <0>Richiedi Autorizzazione di nuovo, o se questo non funziona, dovrai <1>concedere a questa pagina l'accesso alla tua fotocamera nelle impostazioni del browser.\"],\"iTvh6I\":[\"Attualmente disponibile per l'acquisto\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Copia codice\"],\"iWa9cY\":[\"Spiega cosa aspettarsi dal tuo evento\"],\"iX6SLo\":[\"Personalizza il testo visualizzato sul pulsante continua\"],\"ia8YsC\":[\"In Arrivo\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Il tuo messaggio è stato inviato con successo!\"],\"igBrCH\":[\"Verifica il tuo indirizzo email per accedere a tutte le funzionalità\"],\"ih35UP\":[\"Centro congressi\"],\"ii0qn/\":[\"L'oggetto è obbligatorio\"],\"iiWXDL\":[\"Errori di idoneità\"],\"imLQ9Y\":[\"Convalida della tua partita IVA...\"],\"imgKgl\":[\"Descrizione dell'evento\"],\"injXD7\":[\"Impossibile convalidare il numero di partita IVA. Controlla il numero e riprova.\"],\"ioG+xt\":[\"In Attesa di Pagamento\"],\"ipP6Ue\":[\"Crea Partecipante\"],\"ipYKgM\":[\"Consenti l'indicizzazione dei motori di ricerca\"],\"irpUxR\":[\"Importo fisso\"],\"ixIx1f\":[\"Seleziona Prodotto\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"La data di inizio è obbligatoria\"],\"izwOOD\":[\"Mostra tasse e commissioni separatamente\"],\"j/TOB3\":[\"Link social e sito web\"],\"j1Jl7s\":[\"Modifica categoria\"],\"j1VfcT\":[\"Descrizione SEO\"],\"j5FdeA\":[\"Questo ordine è in fase di elaborazione.\"],\"j6w7d/\":[\"Abilita questa capacità per interrompere le vendite dei prodotti quando viene raggiunto il limite\"],\"j9b/iy\":[\"Si vende velocemente 🔥\"],\"j9cPeF\":[\"Seleziona tipi di evento\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Devi avere almeno un livello di prezzo\"],\"jEbkcB\":[\"Totale Rimborsato\"],\"jEu4bB\":[\"Colonne\"],\"jEw0Mr\":[\"Inserisci un URL valido\"],\"jIPNJG\":[\"Informazioni di base\"],\"jRJZxD\":[\"Elimina Capacità\"],\"jT142F\":[\"Tra \",[\"diffHours\"],\" ore\"],\"jVRHeq\":[\"Iscritto\"],\"jZj9y9\":[\"Prodotto a Livelli\"],\"jZlrte\":[\"Colore\"],\"jabmnm\":[\"Affiliato aggiornato con successo\"],\"jfC/xh\":[\"Contatto\"],\"jh2orE\":[\"Abbiamo trasferito la nostra sede in Irlanda. Di conseguenza, è necessario riconnettere il tuo account Stripe. Questo processo rapido richiede solo pochi minuti. Le tue vendite e i dati esistenti rimangono completamente inalterati.\"],\"jkNgQR\":[\"Rimborsa anche questo ordine\"],\"jo3Gm6\":[\"Esportazione affiliati non riuscita\"],\"jp5bq8\":[\"destinatari\"],\"jpctdh\":[\"Visualizza\"],\"jrBSO1\":[\"Modifica Organizzatore\"],\"jtrY3S\":[\"Ancora niente da mostrare\"],\"jtrqH9\":[\"Esportazione Partecipanti\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Gestione capacità condivisa\"],\"jyt+cx\":[\"Messaggio piè di pagina email\"],\"k/bJj0\":[\"Domande riordinate\"],\"k1bLf+\":[\"Colore di sfondo\"],\"k3Tngl\":[\"Partecipanti Esportati\"],\"k3dfFD\":[\"Le domande nascoste sono visibili solo all'organizzatore dell'evento e non al cliente.\"],\"k3wH7i\":[\"Ripartizione utilizzo codici promo e sconti\"],\"k4FLBQ\":[\"Trasferisci all'acquirente\"],\"k5CU8c\":[\"Totale iscrizioni\"],\"k5p8dz\":[\"Assegnazione di Capacità eliminata con successo\"],\"k9RiLi\":[\"Crea un Prodotto\"],\"k9m6/E\":[\"Impostazioni Homepage Aggiornate con Successo\"],\"kBkYSa\":[\"Modifica Capacità\"],\"kCn6wb\":[\"Reimpostazione in corso...\"],\"kF8HQ7\":[\"Esporta risposte\"],\"kIKb9e\":[\"Sociale\"],\"kJDmsI\":[\"Dettagli evento\"],\"kKpkzy\":[\"Biglietti offerti con successo a 1 persona\"],\"kMU5aM\":[\"Un avviso di annullamento è stato inviato a\"],\"kNmmvE\":[\"Awesome Events S.r.l.\"],\"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.\"],\"kODvZJ\":[\"Nome\"],\"kOtCs2\":[\"Numerazione Fattura\"],\"kTSQej\":[\"Ciao \",[\"0\"],\", gestisci la tua piattaforma da qui.\"],\"kUlL8W\":[\"Profilo aggiornato con successo\"],\"kWI/37\":[\"Seleziona organizzatore\"],\"kWg31j\":[\"Inserisci codice affiliato univoco\"],\"kY7XDn\":[\"Nessun prodotto ha voci nella lista d'attesa\"],\"kYZSFD\":[\"Seleziona un organizzatore per visualizzare la sua dashboard e gli eventi.\"],\"kYqM1A\":[\"Torna all'evento\"],\"kadJKg\":[\"Si applica a 1 prodotto\"],\"kf83Ld\":[\"Qualcosa è andato storto.\"],\"khBZkl\":[\"IVA\"],\"kj7zYe\":[\"Webhook aggiornato con successo\"],\"kjAL4v\":[\"Biglietto\"],\"klWBeI\":[\"Attendi prima di richiedere un altro codice\"],\"kodV18\":[\"Scarica CSV\"],\"kpAzPe\":[\"Inizio vendite\"],\"kpJAeS\":[\"Crea Organizzatore\"],\"kqA9lY\":[\"Impossibile aggiornare le impostazioni IVA\"],\"ktyvbu\":[\"Prodotto/i\"],\"kv9dM4\":[\"Ricavi della piattaforma\"],\"kvYpYu\":[\"Ordine non trovato\"],\"kvpxIU\":[\"Questo sarà usato per notifiche e comunicazioni con i tuoi utenti.\"],\"kzx0uD\":[\"Impostazioni predefinite dell'evento aggiornate correttamente\"],\"l+/HS6\":[\"Le offerte scadono dopo \",[\"timeoutHours\"],\" ore.\"],\"l3sZO1\":[\"Aggiungi eventuali note sull'ordine. Queste non saranno visibili al cliente.\"],\"l5OcwO\":[\"Messaggio al partecipante\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Impossibile salvare le impostazioni IVA. Riprova.\"],\"l75CjT\":[\"Si\"],\"l894xP\":[\"Gli organizzatori possono gestire solo eventi e prodotti. Non possono gestire utenti, impostazioni dell'account o informazioni di fatturazione.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ha già effettuato il check-in\"],\"lB2hSG\":[\"Tienimi aggiornato sulle novità e gli eventi di \",[\"0\"]],\"lFdbRS\":[\"Ignora commissioni applicazione\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Impossibile avviare il processo di esportazione\"],\"lNipG+\":[\"Nascondere un prodotto impedirà agli utenti di vederlo sulla pagina dell'evento.\"],\"lQgMLn\":[\"Nome dell'ufficio o della sede\"],\"lS9/aZ\":[\"Impossibile caricare i destinatari\"],\"lWxAUo\":[\"Cibo e bevande\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Invia messaggio ai singoli partecipanti\"],\"lYGfRP\":[\"Inglese\"],\"lZwV6X\":[\"Iscriviti alla lista d'attesa per \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Prodotto Aggiornato\"],\"lfLHNz\":[\"L'etichetta CTA è obbligatoria\"],\"lflimf\":[\"Periodo di Scadenza Pagamento\"],\"lgFfeO\":[\"Esaurito\"],\"lhAWqI\":[\"Grazie per il tuo supporto mentre continuiamo a crescere e migliorare Hi.Events!\"],\"lk74+I\":[\"Assorbire la commissione\"],\"lkE00/\":[\"Qualcosa è andato storto. Riprova più tardi.\"],\"lkMK2r\":[\"I tuoi Dettagli\"],\"lkNdiH\":[\"Nome Account\"],\"lnCMdg\":[\"Carica immagine\"],\"lnYE59\":[\"Data dell'evento\"],\"lnrkNz\":[\"Reinvia conferma email\"],\"loCKGB\":[\"La vendita termina il \",[\"0\"]],\"lpm0+y\":[\"Include 1 prodotto\"],\"lsxOPC\":[\"Pagamento Ricevuto\"],\"luHAJY\":[\"Eventi popolari (Ultimi 14 giorni)\"],\"lyD7rQ\":[\"Questo profilo organizzatore non è ancora pubblicato\"],\"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.\"],\"m/N7Zq\":[\"Indirizzo Completo dell'Evento\"],\"m0CFV2\":[\"Dettagli Partecipante\"],\"m3FM1g\":[\"Totale rimborsato\"],\"m8WD6t\":[\"Continua configurazione\"],\"m9SD3V\":[\"Il codice deve contenere almeno 3 caratteri\"],\"mBsBHq\":[\"La lista di registrazione non è attiva\"],\"mCB6Je\":[\"Seleziona tutto\"],\"mEHQ8I\":[\"Sei sicuro di voler rendere questo evento pubblico? Questo renderà l'evento visibile al pubblico\"],\"mFdA+i\":[\"Livello di messaggistica\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Prodotto standard con prezzo fisso\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Modifica email in attesa\"],\"mImacG\":[\"Pagina dell'evento\"],\"mJJh2s\":[\"Le vendite dell'affiliato non saranno tracciate. Questo disattiverà l'affiliato.\"],\"mLBUMQ\":[\"Configurazione eliminata correttamente\"],\"mUv9U4\":[\"Vendite\"],\"mVKOW6\":[\"Si è verificato un errore durante l'invio del tuo messaggio\"],\"mYGY3B\":[\"Data\"],\"mYLhkl\":[\"Impostazioni Varie\"],\"mYygCM\":[\"L'organizzatore è obbligatorio\"],\"mdeIOH\":[\"Reinvia codice\"],\"mf3FrP\":[\"Questa categoria non ha ancora prodotti.\"],\"mimF6c\":[\"Messaggio personalizzato dopo il checkout\"],\"miysJh\":[\"Non siamo riusciti a trovare questo ordine. Potrebbe essere stato rimosso.\"],\"mkWad2\":[\"Ungherese\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"percentuale Commissione\"],\"mnUGVC\":[\"Limite di frequenza superato. Per favore riprova più tardi.\"],\"mnafgQ\":[\"Il fuso orario predefinito per i tuoi eventi.\"],\"mpB/d9\":[\"Importo totale ordine\"],\"muXhGi\":[\"Se abilitato, l'organizzatore riceverà una notifica via email quando viene effettuato un nuovo ordine\"],\"mvrlBO\":[\"Filtra per evento\"],\"mwe+2z\":[\"Gli ordini offline non sono riflessi nelle statistiche dell'evento finché l'ordine non viene contrassegnato come pagato.\"],\"mxsm1o\":[\"Eliminare questa domanda? Questa azione non può essere annullata.\"],\"n/7+7Q\":[\"Conferma inviata a\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Immagine eliminata con successo\"],\"n10yGu\":[\"Rimborsa ordine\"],\"n143Tq\":[\"Modifica Categoria Prodotto\"],\"n4SpU5\":[\"Gestisci evento\"],\"n57zCW\":[\"Account non attribuiti\"],\"n5pRtF\":[\"Crea un Biglietto\"],\"n5vdm2\":[\"Nessun evento webhook è stato registrato per questo endpoint. Gli eventi appariranno qui una volta attivati.\"],\"n6EaWL\":[\"Visualizza log\"],\"n8+Ng/\":[\"Inserisci il codice a 5 cifre\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Prefisso Numero\"],\"n8IUs7\":[\"Ricavi Lordi\"],\"n9V+ps\":[\"Inserisci il tuo nome\"],\"n9ZhRa\":[\"Seleziona data e ora di fine\"],\"nAn4Oe\":[\"Ordine contrassegnato come pagato\"],\"nBVOd7\":[\"Quando un partecipante viene aggiornato\"],\"nBqgQb\":[\"La tua Email\"],\"nCywLA\":[\"Partecipa da ovunque\"],\"nDBs04\":[\"Gestione capacità\"],\"nE5o/t\":[\"Proprietà dei dati\"],\"nFm+5u\":[\"Testo del Piè di Pagina\"],\"nHm0AI\":[\"Ripartizione giornaliera di vendite, tasse e commissioni\"],\"nKtyYu\":[\"Continua al passo successivo\"],\"nLC6tu\":[\"Francese\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Azione richiesta: Riconnetti il tuo account Stripe\"],\"nO3VbP\":[\"In vendita \",[\"0\"]],\"nOBvex\":[\"Invia dati di ordini e partecipanti in tempo reale ai tuoi sistemi esterni.\"],\"nOhz3x\":[\"Esci\"],\"nP7CdQ\":[\"Modifica Webhook\"],\"nQI4H5\":[\"Connetti Stripe per abilitare la modifica dei modelli di email\"],\"nWhye/\":[\"A chi dovrebbe essere posta questa domanda?\"],\"nYNT+5\":[\"Configura il tuo evento\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Il tuo ordine è stato annullato.\"],\"nbfdhU\":[\"Integrazioni\"],\"ncwQad\":[\"(vuoto)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"Non siamo riusciti a trovare il biglietto che stai cercando. Il link potrebbe essere scaduto o i dettagli del biglietto potrebbero essere cambiati.\"],\"nfagfM\":[\"Valido\"],\"nfnm9D\":[\"Nome Organizzazione\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Caricamento dell'immagine non riuscito. Riprova.\"],\"nm3Iz/\":[\"Grazie per aver partecipato!\"],\"nn3mSR\":[\"Tempo rimasto:\"],\"nnfSdK\":[\"Clienti Unici\"],\"nniGTr\":[\"Per modificare le configurazioni, vai alla sezione Configurazioni nel menu di amministrazione.\"],\"nqx+6h\":[\"Completa questi passaggi per iniziare a vendere biglietti per il tuo evento.\"],\"nrGWUv\":[\"Personalizza la pagina del tuo evento per adattarla al tuo brand e stile.\"],\"nrSs2u\":[\"Nessun messaggio trovato\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"URL Webhook\"],\"nvOPBA\":[\"Link consentiti\"],\"nwtY4N\":[\"Qualcosa è andato storto\"],\"nx+rqg\":[\"crea un organizzatore\"],\"ny2r8d\":[\"Quando un ordine viene annullato\"],\"nz96Ue\":[\"1 tipo di biglietto\"],\"o+tJN/\":[\"Attendi mentre prepariamo i tuoi partecipanti per l'esportazione...\"],\"o/blc/\":[\"Impossibile aggiornare la configurazione dell'account\"],\"o1my93\":[\"Aggiornamento dello stato dell'organizzatore non riuscito. Riprova più tardi\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Congratulazioni per aver creato un evento!\"],\"o5r6b2\":[\"Lavoro eliminato\"],\"o6+Y6d\":[\"Reinvio in corso...\"],\"o7LgX6\":[\"Puoi configurare commissioni di servizio aggiuntive e tasse nelle impostazioni del tuo account.\"],\"o7s5FA\":[\"La lingua in cui il partecipante riceverà le email.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"SUGGERIMENTO\"],\"oHE9JT\":[\"Modifica Assegnazione di Capacità\"],\"oI/hGR\":[\"ID ordine\"],\"oJjplO\":[\"Visualizzazioni totali\"],\"oNL5vN\":[\"Vai alla pagina dell'evento\"],\"oPknTP\":[\"Informazioni aggiuntive opzionali da visualizzare su tutte le fatture (ad es. termini di pagamento, penali per ritardo, politica di reso)\"],\"oQvMPn\":[\"Titolo Domanda\"],\"oR7zL3\":[\"Nome del possessore del biglietto\"],\"oSDBWm\":[\"Impostazioni IVA\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"I Miei Biglietti\"],\"oW5877\":[\"Totale Ordine\"],\"oWXNE5\":[\"Qtà\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Aggiungi al Calendario\"],\"ocS8eq\":[\"Hai già un account? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Informazioni sui Pagamenti Offline\"],\"olKKwj\":[\"Scanner mobile con supporto offline e tracciamento in tempo reale\"],\"omyBS0\":[\"Numero di giorni consentiti per il pagamento (lasciare vuoto per omettere i termini di pagamento dalle fatture)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Gestisci partecipante\"],\"ophZVW\":[\"Gestisci biglietti\"],\"oqr9HB\":[\"Comprimi questo prodotto quando la pagina dell'evento viene caricata inizialmente\"],\"orBECM\":[\"Totale Raccolto\"],\"orluER\":[\"Traccia la crescita e le prestazioni dell'account per fonte di attribuzione\"],\"os29v1\":[\"Questo link per reimpostare la password non è valido o è scaduto.\"],\"ouM5IM\":[\"Prova un'altra email\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Predefinito\"],\"p/Sa0j\":[\"Il tuo account ha limiti di messaggistica. Per aumentare i tuoi limiti, contattaci a\"],\"p2/GCq\":[\"Conferma Password\"],\"p2FRHj\":[\"Controlla come vengono gestite le commissioni della piattaforma per questo evento\"],\"p2WLr3\":[\"Registra ingresso di \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Seleziona una categoria\"],\"pAey+4\":[\"Il file è troppo grande. La dimensione massima è 5 MB.\"],\"pCLes8\":[\"Devi accettare di ricevere messaggi\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Biglietto reinviato con successo\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Iscrizioni recenti\"],\"pMLul+\":[\"Tutte le valute\"],\"pNgdBv\":[\"Non ci sono prodotti disponibili in questa categoria\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Sei sicuro di voler rendere pubblico questo organizzatore? La pagina dell'organizzatore sarà visibile al pubblico.\"],\"pZNOT9\":[\"Nessuna data di fine\"],\"pbAk7a\":[\"Connect Stripe\"],\"pjp2n5\":[\"Scegli chi paga la commissione della piattaforma. Questo non influisce sulle commissioni aggiuntive che hai configurato nelle impostazioni del tuo account.\"],\"pkk46Q\":[\"Scegli un organizzatore\"],\"pn5qSs\":[\"Informazioni Aggiuntive\"],\"pnVh83\":[\"Numero di partita IVA\"],\"pnoTN5\":[\"Account di riferimento\"],\"poTr35\":[\"Modifica utente\"],\"ppuQR4\":[\"Ordine Creato\"],\"pqFrv2\":[\"es. 2.50 per $2.50\"],\"prZGMe\":[\"Richiedi Indirizzo di Fatturazione\"],\"psosdY\":[\"Link ai dettagli dell'ordine\"],\"psqIm5\":[\"Collabora con il tuo team per creare eventi straordinari insieme.\"],\"pvnfJD\":[\"Scuro\"],\"pxNIxa\":[\"Personalizza il tuo modello di email utilizzando i modelli Liquid\"],\"q/CcwE\":[\"Data Ordine\"],\"q1BizZ\":[\"Invieremo i tuoi biglietti a questa email\"],\"q2LEDV\":[\"Nessun partecipante trovato per questo ordine.\"],\"q6XHL1\":[\"Tipo di Prezzo\"],\"q7TRd7\":[\"Sei sicuro di voler attivare questo partecipante?\"],\"qCJyMx\":[\"Messaggio post checkout\"],\"qCqdg6\":[\"Stato del Check-In\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Gli acquirenti vedono un prezzo pulito. La commissione della piattaforma viene detratta dal tuo pagamento.\"],\"qGZz0m\":[\"Sei nella lista d'attesa!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Messaggi in uscita\"],\"qNuTh3\":[\"Eccezione\"],\"qY4rpA\":[\"Rimborso fallito\"],\"qcP/8K\":[\"Orario programmato\"],\"qdfdgM\":[\"Via Roma 123\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Tutto fatto! Ora stai usando il nostro sistema di pagamento aggiornato.\"],\"qnSLLW\":[\"<0>Inserisci il prezzo escluse tasse e commissioni.<1>Tasse e commissioni possono essere aggiunte qui sotto.\"],\"qpC74J\":[\"Nessun utente trovato\"],\"qqWcBV\":[\"Completato\"],\"qqeAJM\":[\"Mai\"],\"qtGTNu\":[\"Account organici\"],\"qu6/03\":[\"Tasse e Commissioni\"],\"quR8Qp\":[\"In attesa di pagamento\"],\"qv4bfj\":[\"Una commissione, come una commissione di prenotazione o una commissione di servizio\"],\"qvF+MT\":[\"Monitora e gestisci i lavori in background falliti\"],\"qvylEK\":[\"Partecipante Creato\"],\"r+lQXT\":[\"Inserisci il tuo numero di partita IVA\"],\"r2B2P8\":[\"Copia URL di Check-In\"],\"r9M1hc\":[\"Cerca liste di check-in...\"],\"rDC+T6\":[\"Riprova lavoro\"],\"rLHma1\":[\"Stato dell'organizzatore aggiornato\"],\"rMcHYt\":[\"C'è un rimborso in attesa. Attendi che sia completato prima di richiedere un altro rimborso.\"],\"rPA+Gc\":[\"Preferenze di comunicazione\"],\"rXngLf\":[\"Titolo SEO\"],\"rYXfOA\":[\"Impostazioni regionali\"],\"raw09+\":[\"Configura come vengono raccolti i dati dei partecipanti durante il checkout\"],\"rdUucN\":[\"Anteprima\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Questo non sarà visibile ai clienti, ma ti aiuta a identificare l'affiliato.\"],\"rmelwV\":[\"0 minuti e 0 secondi\"],\"rnoQsz\":[\"Utilizzato per bordi, evidenziazioni e stile del codice QR\"],\"rp/zaT\":[\"Portoghese Brasiliano\"],\"rpGMzC\":[\"Impossibile aggiornare l'ordine\"],\"ruJO57\":[\"Nome del lavoro\"],\"rxy0tG\":[\"Verifica email non riuscita\"],\"rzw+wS\":[\"Titolari degli ordini\"],\"s/0RpH\":[\"Volte utilizzato\"],\"s0FkEx\":[\"Configura liste di check-in per diversi ingressi, sessioni o giorni.\"],\"s14PLh\":[\"Stai emettendo un rimborso parziale. Il cliente sarà rimborsato di \",[\"0\"],\" \",[\"1\"],\".\"],\"s4JozW\":[\"Sei sicuro di voler ripristinare questo evento? Verrà ripristinato come bozza.\"],\"s5QRF3\":[\"Torna ai messaggi\"],\"s6EF6K\":[\"Pagamenti immediati\"],\"s8v9hq\":[\"Torna alla Pagina dell'Evento\"],\"s9KGXU\":[\"Venduto\"],\"sBV87H\":[\"Continua alla creazione dell'evento\"],\"sCV5Yc\":[\"Nome dell'evento\"],\"sF+Xp9\":[\"Visualizzazioni pagina\"],\"sFFArG\":[\"Il nome deve contenere meno di 255 caratteri\"],\"sGEOe4\":[\"Usa una versione sfocata dell'immagine di copertina come sfondo\"],\"sGjBEq\":[\"Data e ora di fine (opzionale)\"],\"sJsr1h\":[\"Tipo di Prodotto\"],\"sLbJQz\":[\"Ordine non trovato\"],\"sMiGXD\":[\"Verifica che la tua email sia valida\"],\"sQia9P\":[\"Accedi\"],\"sQxe68\":[\"Reinvia conferma\"],\"sYLeDq\":[\"L'organizzatore che stai cercando non è stato trovato. La pagina potrebbe essere stata spostata, eliminata o l'URL potrebbe essere errato.\"],\"sYpiZP\":[\"Crea Codice Promozionale\"],\"sZg7s1\":[\"Data di scadenza\"],\"saG4At\":[\"Messaggio programmato\"],\"sby+1/\":[\"Clicca per copiare\"],\"sd5IMt\":[\"Ordini completati\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Puoi creare un codice promo che ha come target questo prodotto nella\"],\"shkJ3U\":[\"Collega il tuo account Stripe per ricevere fondi dalle vendite dei biglietti.\"],\"sjNPMw\":[\"Questo ordine è stato abbandonato. Puoi avviarne uno nuovo in qualsiasi momento.\"],\"snMaH4\":[\"Elimina webhook\"],\"spsZys\":[\"Pronto per l'aggiornamento? Ci vogliono solo pochi minuti.\"],\"sq7vjE\":[\"I prodotti evidenziati avranno un colore di sfondo diverso per farli risaltare nella pagina dell'evento.\"],\"sqdl5s\":[\"Informazioni IVA\"],\"ss9PbX\":[\"Partecipante\"],\"sxKqBm\":[\"L'importo completo dell'ordine sarà rimborsato al metodo di pagamento originale del cliente.\"],\"sy6fss\":[\"Si applica a \",[\"0\"],\" prodotti\"],\"sy9anN\":[\"Quanto tempo ha un cliente per completare l'acquisto dopo aver ricevuto un'offerta. Lascia vuoto per nessun limite di tempo.\"],\"szSnlj\":[\"1 ora prima dell'evento\"],\"t/KVOk\":[\"Impossibile avviare l'impersonificazione. Riprova.\"],\"t/YqKh\":[\"Rimuovi\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Visualizzazione di \",[\"0\"],\" record su \",[\"totalRows\"]],\"t2bbp8\":[\"Modifica partecipante\"],\"t3AMTs\":[\"Piattaforma di gestione degli eventi\"],\"t41hVI\":[\"Rioffri posto\"],\"t79rDv\":[\"Biglietto non trovato\"],\"t7TeQU\":[\"Messaggi\"],\"t9yxlZ\":[\"Report\"],\"tDTq0D\":[\"Timeout ordine\"],\"tDwYhx\":[\"Tema e colori\"],\"tF+VVr\":[\"Biglietto VIP\"],\"tFbRKJ\":[\"Non puoi modificare il ruolo o lo stato del proprietario dell'account.\"],\"tGCY6d\":[\"Prezzo Biglietto\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"Trattamento IVA per le commissioni della piattaforma\"],\"tKCBU0\":[\"Ultimo Utilizzo\"],\"tKKZn0\":[\"Visualizza dettagli ordine\"],\"tKcbYd\":[\"Lavori falliti\"],\"tLf3yJ\":[\"Poiché la tua attività ha sede in Irlanda, l'IVA irlandese al 23% si applica automaticamente a tutte le commissioni della piattaforma.\"],\"tMFDem\":[\"Nessun dato disponibile\"],\"tMNBEF\":[\"Le liste di check-in ti permettono di controllare l'ingresso per giorni, aree o tipi di biglietto. Puoi condividere un link sicuro con lo staff — nessun account richiesto.\"],\"tMeVa/\":[\"Richiedi nome ed email per ogni biglietto acquistato\"],\"tNZzFb\":[\"Contenuto del messaggio\"],\"tOXAdc\":[\"La cancellazione cancellerà tutti i partecipanti associati a questo ordine e rilascerà i biglietti nel pool disponibile.\"],\"tPtRwl\":[\"Modifica le commissioni di iscrizione\"],\"tRXdQ9\":[\"Quando un prodotto viene aggiornato\"],\"tSVr6t\":[\"Impersonifica\"],\"tUGbi8\":[\"Copia i miei dati a:\"],\"tVJk4q\":[\"Annulla ordine\"],\"tVW/yo\":[\"Seleziona valuta\"],\"tXadb0\":[\"L'evento che stai cercando non è disponibile al momento. Potrebbe essere stato rimosso, scaduto o l'URL potrebbe essere errato.\"],\"tYF4Zq\":[\"Stampa in PDF\"],\"tasfos\":[\"rimuovi\"],\"td/bh+\":[\"Torna ai Report\"],\"tdD/QN\":[\"Modifica Prodotto\"],\"tejfAy\":[\"Liste di Registrazione\"],\"tfDRzk\":[\"Salva\"],\"tiI71C\":[\"Per aumentare i tuoi limiti, contattaci a\"],\"tnL+GP\":[\"Sintassi Liquid non valida. Correggila e riprova.\"],\"toutGW\":[\"Codice QR\"],\"tq0abZ\":[\"Impossibile eliminare i lavori\"],\"trnWaw\":[\"Polacco\"],\"tst44n\":[\"Eventi\"],\"tudG8q\":[\"Crea e configura biglietti e merchandise in vendita.\"],\"u0n+wz\":[\"Lista d'attesa\"],\"u5oO/W\":[\"Impostazioni Pagamenti Offline\"],\"u6FPxT\":[\"Ottieni i biglietti\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Stato\"],\"uBAxNB\":[\"Editor\"],\"uCFbG2\":[\"Affiliato eliminato con successo\"],\"uEhdRh\":[\"Solo promo\"],\"uIElGP\":[\"URL Mappe personalizzate\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Vero se pagamento offline\"],\"uM9Alj\":[\"Questo prodotto è evidenziato nella pagina dell'evento\"],\"uN355O\":[\"Crea Evento\"],\"uOXLV3\":[\"Accetto i <0>termini e condizioni\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Messaggio annullato\"],\"uQynyf\":[\"Impossibile aggiornare la configurazione\"],\"uRfugr\":[\"T-shirt\"],\"uUPbPg\":[\"Copia link affiliato\"],\"uUehLT\":[\"In attesa\"],\"uaSvqt\":[\"Data di Scadenza\"],\"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\"],\"ucgZ0o\":[\"Organizzazione\"],\"uchB0M\":[\"Anteprima widget\"],\"udRwQs\":[\"Registrazione Creata\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Connetti il tuo account Stripe per iniziare ad accettare pagamenti.\"],\"uq2BmQ\":[\"Ultimi 30 giorni\"],\"uvIqcj\":[\"Workshop\"],\"uyJsf6\":[\"Informazioni\"],\"uzEfRz\":[\"Note Ordine\"],\"v1P7Gm\":[\"Impostazioni widget\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Invia Test\"],\"v2GlhZ\":[\"Convalida della partita IVA corrente non riuscita\"],\"v4+lcZ\":[\"Modifica affiliato\"],\"v4fiSg\":[\"Controlla la tua email\"],\"v7xKtM\":[\"Livello di messaggistica aggiornato con successo\"],\"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.\"],\"vAbVy9\":[\"Prodotto gratuito, nessuna informazione di pagamento richiesta\"],\"vERlcd\":[\"Profilo\"],\"vFjEnF\":[\"Segna come pagato\"],\"vJuISq\":[\"Sei sicuro di voler eliminare questa Assegnazione di Capacità?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Impossibile eliminare la domanda\"],\"vLyv1R\":[\"Nascondi\"],\"vOuxvL\":[\"Informazioni sull'account\"],\"vPJ1FI\":[\"Importo Percentuale\"],\"vPeW/6\":[\"Vuoi davvero eliminare questa configurazione? Ciò potrebbe influire sugli account che la utilizzano.\"],\"vPqpQG\":[\"Lista di registrazione non trovata\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Modifica dettagli ordine\"],\"vRznIT\":[\"Si è verificato un errore durante il controllo dello stato di esportazione.\"],\"vX8/tc\":[\"Il mio fantastico titolo dell'evento...\"],\"vXIe7J\":[\"Lingua\"],\"vXPSuB\":[\"Aggiorna profilo\"],\"vYgeDk\":[\"Deseleziona tutto\"],\"vZ5qKF\":[\"Ridimensiona automaticamente l'altezza del widget in base al contenuto. Quando disabilitato, il widget riempirà l'altezza del contenitore.\"],\"vb0Q0/\":[\"Utenti Totali\"],\"vcyz2L\":[\"Impostazioni Pagamento\"],\"ve9JTU\":[\"Il cognome è obbligatorio\"],\"veessc\":[\"I tuoi partecipanti appariranno qui una volta che si saranno registrati per il tuo evento. Puoi anche aggiungere manualmente i partecipanti.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Ultimi 14 giorni\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Duplica evento\"],\"vlf/In\":[\"Tecnologia\"],\"vmOFL/\":[\"Non è stato possibile elaborare il tuo pagamento. Riprova o contatta l'assistenza.\"],\"vqji3Y\":[\"Convalida della partita IVA non riuscita. Controlla la tua partita IVA.\"],\"vrSW9M\":[\"L'ordine è stato cancellato e rimborsato. Il proprietario dell'ordine è stato notificato.\"],\"vt9xUl\":[\"Analytics in tempo reale\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Ordine Contrassegnato come Pagato\"],\"vu7ZGG\":[\"Logo e Copertina\"],\"vu7gDm\":[\"Elimina affiliato\"],\"vv7kpg\":[\"Annullato\"],\"vvO1I2\":[\"Il tuo account Stripe è collegato e pronto per elaborare i pagamenti.\"],\"vwGkYB\":[\"La password deve essere di almeno 8 caratteri\"],\"vzJenu\":[\"Impostazioni Email Aggiornate con Successo\"],\"w36OkR\":[\"Eventi più visti (Ultimi 14 giorni)\"],\"w65ZgF\":[\"Devi verificare l'email del tuo account prima di poter modificare i modelli di email.\"],\"wBJR8i\":[\"Stai pianificando un evento?\"],\"wCKkSr\":[\"Verifica email\"],\"wDioLj\":[\"Impossibile ritentare il lavoro\"],\"wDx3FF\":[\"Non ci sono prodotti disponibili per questo evento\"],\"wIa8Qe\":[\"Reinvia invito\"],\"wJTzyi\":[\"Stato Pagamento\"],\"wJijgU\":[\"Luogo\"],\"wJzo/w\":[\"Si consigliano dimensioni di 400px per 400px e una dimensione massima del file di 5MB\"],\"wPRp9Z\":[\"Visibile solo allo staff di check-in. Aiuta a identificare questa lista durante il check-in.\"],\"wPmXlA\":[\"Primo Numero Fattura\"],\"wQzCPX\":[\"Informazioni fiscali da mostrare in fondo a tutte le fatture (es. numero di partita IVA, registrazione fiscale)\"],\"wUv5xQ\":[\"Nessuna attività dell'organizzatore negli ultimi 14 giorni\"],\"wYiAtV\":[\"Nessuna iscrizione recente\"],\"wckWOP\":[\"Gestisci\"],\"wdxz7K\":[\"Fonte\"],\"whqocw\":[\"Registrandoti accetti i nostri <0>Termini di Servizio e la <1>Privacy Policy.\"],\"wlfBad\":[\"Periodo di vendita\"],\"wnDgGj\":[\"Conferma indirizzo email in corso...\"],\"wpfWhJ\":[\"Nome del cliente\"],\"wpj63n\":[\"Impostazioni organizzatore\"],\"wu98dY\":[\"Chiedi una volta per prodotto\"],\"wuV0bK\":[\"Interrompi Impersonificazione\"],\"wuyaZh\":[\"Esportazione riuscita\"],\"x/xjzn\":[\"I tuoi affiliati sono stati esportati con successo.\"],\"x1PPdr\":[\"CAP / Codice Postale\"],\"x2mjl4\":[\"Inserisci un URL valido che punti a un'immagine.\"],\"x3wVFc\":[\"Congratulazioni! Il tuo evento è ora visibile al pubblico.\"],\"x4MLWE\":[\"Conferma Ordine\"],\"x5+Lcz\":[\"Non Registrato\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Il biglietto del partecipante non è incluso in questa lista\"],\"x8XMsJ\":[\"Seleziona il livello di messaggistica per questo account. Questo controlla i limiti dei messaggi e i permessi dei link.\"],\"x8rEDQ\":[\"Non siamo riusciti a convalidare il tuo numero di partita IVA dopo diversi tentativi. Continueremo a provare in background. Riprova più tardi.\"],\"xDAtGP\":[\"Messaggio\"],\"xDzTh7\":[\"Impossibile scaricare la fattura. Riprova.\"],\"xFRMlO\":[\"Minimo Per Ordine\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" al tasso attuale\"],\"xFj7Yj\":[\"Impossibile eliminare il modello\"],\"xGU92i\":[\"Completa il tuo profilo per unirti al team.\"],\"xGVfLh\":[\"Continua\"],\"xHpVRl\":[\"Stato Rimborso\"],\"xJaTUK\":[\"Personalizza il layout, i colori e il branding della homepage del tuo evento.\"],\"xMDm+I\":[\"Check-in\"],\"xMO+Ao\":[\"Configura la tua organizzazione\"],\"xMekgu\":[\"Aggiungi eventuali note sull'ordine...\"],\"xN9AhL\":[\"Livello \",[\"0\"]],\"xTPjSy\":[\"Eventi passati\"],\"xUgUTh\":[\"Inserisci nome\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Sempre disponibile\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Strumenti\"],\"xdA9ud\":[\"Inserisci questo nel del tuo sito web.\"],\"xdiER7\":[\"Livello assegnato\"],\"xeIaKw\":[\"Sei sicuro di voler reinviare il biglietto a \",[\"0\"],\"?\"],\"xfKgwv\":[\"Crea affiliato\"],\"xgL50q\":[\"Cosa sono i Prodotti a Livelli?\"],\"xgav5v\":[\"Pagamento riuscito!\"],\"xnWESi\":[\"Conferma password\"],\"xowcRf\":[\"Termini di servizio\"],\"xrWdPR\":[\"Modello eliminato con successo\"],\"xxU3NX\":[\"Ricavi Netti\"],\"xxv3BZ\":[\"Questa lista di check-in è scaduta\"],\"xzRvs4\":[\"Ricevi aggiornamenti sui prodotti da \",[\"0\"],\".\"],\"y/NR6s\":[\"Posizione Aggiornata con Successo\"],\"y0meFR\":[\"L'IVA irlandese al 23% sarà applicata alle commissioni della piattaforma (fornitura nazionale).\"],\"y1BZw1\":[\"Inserisci l'indirizzo aziendale\"],\"y1eoq1\":[\"Copia link\"],\"y22tv0\":[\"Copia questo link per condividerlo ovunque\"],\"y3qNri\":[\"Avrai bisogno di almeno un prodotto per iniziare. Gratuito, a pagamento o lascia che l'utente decida quanto pagare.\"],\"y55eMd\":[\"Volte Utilizzato\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Nessun evento da mostrare\"],\"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.\"],\"yDOdwQ\":[\"Gestione Utenti\"],\"yIRev4\":[\"Crea una password\"],\"yKWfjC\":[\"Pagina Codice Promo\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Nessun evento in arrivo\"],\"yNi4PV\":[\"Non puoi registrare partecipanti con ordini non pagati. Questa impostazione può essere modificata nelle impostazioni dell'evento.\"],\"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\"],\"yPZN4i\":[\"Questa pagina dell'ordine non è più disponibile.\"],\"yPrbsy\":[\"Destinatari\"],\"yRg26W\":[\"Vendite lorde\"],\"ySQGHV\":[\"Nascondi prodotto quando esaurito\"],\"ySeBKv\":[\"Hai già scansionato questo biglietto\"],\"ySxKZe\":[\"Quante volte può essere utilizzato questo codice?\"],\"yT6dQ8\":[\"Tasse raccolte raggruppate per tipo di tassa ed evento\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 biglietto\"],\"yWiPh+\":[\"Aggiungi Tassa o Commissione\"],\"yZfBoy\":[\"Il tuo messaggio è stato inviato\"],\"yhjU+j\":[\"Scaricamento Fattura in corso\"],\"yiy8Jt\":[\"Creazione del tuo profilo organizzatore in corso, attendere prego\"],\"yj3N+g\":[\"1 giorno dopo la data di inizio\"],\"yjkELF\":[\"Conferma Nuova Password\"],\"ylXj1N\":[\"Selezionato\"],\"ypJ62C\":[\"Sconto %\"],\"yxhYRZ\":[[\"0\"],\" <0>uscita registrata con successo\"],\"yz7wBu\":[\"Chiudi\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"L'orario programmato è obbligatorio\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Abbiamo ufficialmente trasferito la nostra sede in Irlanda 🇮🇪. Come parte di questa transizione, ora usiamo Stripe Irlanda invece di Stripe Canada. Per mantenere i tuoi pagamenti fluidi, dovrai riconnettere il tuo account Stripe.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Impossibile esportare il report. Riprova.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Nessun prodotto disponibile per la selezione\"],\"zLmvhE\":[\"Partecipante creato con successo\"],\"zNECqg\":[\"biglietti\"],\"zNZNMs\":[\"Visualizza messaggio\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Seleziona un livello\"],\"zPiC+q\":[\"Liste Check-In Idonee\"],\"zTkTF3\":[\"Impossibile salvare il modello\"],\"zUDyah\":[\"Accesso in corso\"],\"zWqUyJ\":[\"Commissione fissa applicata per transazione\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Crea Modello \",[\"0\"]],\"zgCHnE\":[\"Report Vendite Giornaliere\"],\"ziAjHi\":[\"Genera\"],\"zlHa5R\":[\"Nessun partecipante è stato aggiunto a questo ordine.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Telefono\"],\"znIg+z\":[\"Pagamento\"],\"zpekWp\":[\"Inizio vendita \",[\"0\"]],\"zppscQ\":[\"Commissioni piattaforma Hi.Events e dettaglio IVA per transazione\"],\"zxnup4\":[\"Nessun affiliato da mostrare\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Successo\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/it.po b/frontend/src/locales/it.po index 28fb799b0..869ca7b9c 100644 --- a/frontend/src/locales/it.po +++ b/frontend/src/locales/it.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Clicca per annullare la pubblicazione" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'Non c'è ancora nulla da mostrare'" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'Non c'è ancora nulla da mostrare'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(vuoto)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} ha già effettuato il check-in" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>registrato con successo" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>uscita registrata con successo" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} Webhook Attivi" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} disponibili" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} creato con successo" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} rimasti" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "Logo {0}" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} organizzatori" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} biglietti" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} aggiornato con successo" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} registrati" @@ -148,6 +169,7 @@ msgstr "<0>Il numero di prodotti disponibili per questo prodotto<1>Questo va msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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à." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} al tasso attuale" @@ -251,6 +273,11 @@ msgstr "Una commissione, come una commissione di prenotazione o una commissione msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Un importo fisso per prodotto. Es. $0,50 per prodotto" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Un campo di testo a più righe" @@ -300,7 +327,7 @@ msgstr "Un'imposta standard, come IVA o GST" msgid "Abandoned" msgstr "Abbandonato" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Informazioni" @@ -403,7 +430,8 @@ msgstr "Azione richiesta: Informazioni IVA necessarie" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Azioni" @@ -510,7 +538,7 @@ msgstr "Aggiungi livello" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Aggiungi al Calendario" @@ -660,7 +688,7 @@ msgstr "Tutti i lavori in coda per il nuovo tentativo" msgid "All Products" msgstr "Tutti i Prodotti" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Tutti gli stati" @@ -699,6 +727,7 @@ msgstr "Ci siamo quasi! Termina di connettere il tuo account Stripe per iniziare msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Quasi fatto! Stiamo solo aspettando che il tuo pagamento venga elaborato. Dovrebbe richiedere solo pochi secondi." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Hai già un account? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Fantastico, Evento, Parole chiave..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Importo" @@ -734,6 +762,7 @@ msgstr "Importo" msgid "Amount Paid" msgstr "Importo pagato" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Importo pagato ({0})" @@ -762,6 +791,11 @@ msgstr "Si è verificato un errore imprevisto." msgid "An unexpected error occurred. Please try again." msgstr "Si è verificato un errore imprevisto. Per favore riprova." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Risposta aggiornata con successo." @@ -778,10 +812,11 @@ msgstr "Aspetto" msgid "Application Fees Configuration" msgstr "Configurazione delle commissioni di iscrizione" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "applicato" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Si applica a {0} prodotti" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "Si applica a 1 prodotto" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Applica" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Applica Codice Promozionale" +#~ msgid "Apply Promo Code" +#~ msgstr "Applica Codice Promozionale" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Sei sicuro di voler rendere questo organizzatore una bozza? La pagina de msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Sei sicuro di voler rendere pubblico questo organizzatore? La pagina dell'organizzatore sarà visibile al pubblico." -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Sei sicuro di voler offrire un posto a questa persona? Riceverà una notifica via e-mail." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Sei sicuro di voler pubblicare questo evento? Una volta pubblicato, sarà visibile al pubblico." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Sei sicuro di voler pubblicare questo profilo organizzatore? Una volta pubblicato, sarà visibile al pubblico." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Sei sicuro di voler rimuovere questa voce dalla lista d'attesa?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Sei sicuro di voler reinviare la conferma dell'ordine a {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Sei sicuro di voler reinviare il biglietto a {0}?" @@ -909,11 +947,11 @@ msgstr "Sei sicuro di voler reinviare il biglietto a {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Sei sicuro di voler ripristinare questo evento? Verrà ripristinato come bozza." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Sei sicuro di voler annullare la pubblicazione di questo evento? Non sarà più visibile al pubblico." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Sei sicuro di voler annullare la pubblicazione di questo profilo organizzatore? Non sarà più visibile al pubblico." @@ -1101,7 +1139,7 @@ msgstr "Ridimensionamento automatico" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "L'offerta automatica è attivata. I biglietti vengono offerti automaticamente quando si libera capacità. Usa questa funzione per offrire manualmente posti aggiuntivi." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Elaborazione automatica della lista d'attesa" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Rilevato automaticamente in base al colore di sfondo, ma può essere sovrascritto" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Offri automaticamente i biglietti alla persona successiva quando si libera capacità" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Offri automaticamente i biglietti alla persona successiva quando si libera capacità" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Torna ai Report" msgid "Background Color" msgstr "Colore di sfondo" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Tipo di Sfondo" @@ -1261,7 +1303,7 @@ msgstr "Nome dell'azienda" msgid "Button Label" msgstr "Etichetta Pulsante" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Testo del pulsante" @@ -1273,6 +1315,7 @@ msgstr "L'acquirente paga" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Gli acquirenti vedono un prezzo pulito. La commissione della piattaforma viene detratta dal tuo pagamento." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Campagna" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Annulla" @@ -1343,6 +1387,7 @@ msgstr "Annulla ordine" msgid "Cancel Order" msgstr "Annulla Ordine" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Annulla Ordine {0}" @@ -1355,11 +1400,11 @@ msgstr "La cancellazione cancellerà tutti i partecipanti associati a questo ord #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Beneficenza" msgid "Check In" msgstr "Check-in" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Registra ingresso di {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Cinese (Tradizionale)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Scegli un colore per lo sfondo" +#~ msgid "Choose a color for your background" +#~ msgstr "Scegli un colore per lo sfondo" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Città" msgid "Clear Search Text" msgstr "Cancella Testo di Ricerca" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Clicca per copiare" @@ -1600,15 +1656,15 @@ msgstr "Clicca per copiare" msgid "Click to view notes" msgstr "Clicca per visualizzare le note" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "chiudi" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Chiudi" @@ -1672,8 +1728,8 @@ msgstr "Raccogli i dati per biglietto" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Colore" +#~ msgid "Color" +#~ msgstr "Colore" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Configura tasse e commissioni" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Configura le impostazioni della lista d'attesa per questo evento" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Configura le impostazioni della lista d'attesa per questo evento" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Sconto Configurato" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Conferma" @@ -1942,12 +1999,14 @@ msgstr "Connesso a Stripe" msgid "Connection Details" msgstr "Dettagli di Connessione" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Contatto" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Contatta {0}" @@ -1963,12 +2022,12 @@ msgstr "Email di contatto per supporto" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Continua" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Testo pulsante Continua" @@ -1982,7 +2041,7 @@ msgstr "Continua configurazione" msgid "Continue Setup" msgstr "Continua configurazione" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Procedi al pagamento" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Copertina" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Immagine di Copertina" @@ -2110,10 +2171,12 @@ msgstr "L'immagine di copertina sarà visualizzata in cima alla pagina dell'orga msgid "Create" msgstr "Crea" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Crea {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Crea Modello {0}" @@ -2339,6 +2402,10 @@ msgstr "Branding personalizzato" msgid "Custom date and time" msgstr "Data e ora personalizzate" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "URL Mappe personalizzate" @@ -2415,7 +2482,7 @@ msgstr "Personalizza le domande poste durante il checkout per raccogliere inform msgid "Customize the SEO settings for this event" msgstr "Personalizza le impostazioni SEO per questo evento" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Personalizza il testo visualizzato sul pulsante continua" @@ -2613,6 +2680,7 @@ msgstr "Sconto" msgid "Discount %" msgstr "Sconto %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Sconto in {0}" @@ -2621,7 +2689,7 @@ msgstr "Sconto in {0}" msgid "Discount Type" msgstr "Tipo di Sconto" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Ignora questo messaggio" @@ -2704,10 +2772,16 @@ msgstr "A causa dell'alto rischio di spam, è necessario collegare un account St #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"A causa dell'alto rischio di spam, è necessario collegare un account Stripe prima di poter inviare messaggi ai partecipanti.\n" -"Questo è per garantire che tutti gli organizzatori di eventi siano verificati e responsabili." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "A causa dell'alto rischio di spam, è necessario collegare un account Stripe prima di poter inviare messaggi ai partecipanti.\n" +#~ "Questo è per garantire che tutti gli organizzatori di eventi siano verificati e responsabili." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Duplica Prodotto" msgid "Dutch" msgstr "Olandese" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "es. 180 (3 ore)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "es., Acquista biglietti, Registrati ora" @@ -2768,11 +2842,14 @@ msgstr "Prevendita" msgid "Edit" msgstr "Modifica" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Modifica {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Modifica Modello {0}" @@ -2907,7 +2984,7 @@ msgstr "Liste Check-In Idonee" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Inserisci il tuo nome" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Inserisci il tuo numero di partita IVA, incluso il codice del paese, senza spazi (ad esempio, IE1234567A, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Le iscrizioni appariranno qui quando i clienti si uniranno alla lista d'attesa per i prodotti esauriti." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Impostazioni evento" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Aggiornamento stato evento fallito. Riprova più tardi" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "Eccezione" msgid "Expiration date" msgstr "Data di scadenza" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Scaduto" @@ -3566,7 +3643,7 @@ msgstr "Impossibile caricare i destinatari" msgid "Failed to load Webhook" msgstr "Impossibile caricare il Webhook" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Impossibile offrire il posto" @@ -3574,6 +3651,10 @@ msgstr "Impossibile offrire il posto" msgid "Failed to offer tickets" msgstr "Impossibile offrire i biglietti" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Impossibile riordinare le domande" @@ -3778,7 +3859,7 @@ msgstr "Nome" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Nome" msgid "First Name" msgstr "Nome" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "Password dimenticata?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Gratuito" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "Tedesco" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Indicazioni stradali" +#~ msgid "Get Directions" +#~ msgstr "Indicazioni stradali" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Ricevi il pagamento immediatamente tramite Stripe Connect" msgid "Get started" msgstr "Iniziare" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Ottieni i biglietti" @@ -3987,10 +4068,11 @@ msgstr "Gestione ospiti" msgid "Guests" msgstr "Ospiti" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Hai un codice promozionale?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Ciao {0}, gestisci la tua piattaforma da qui." @@ -4020,6 +4102,7 @@ msgstr "Ecco il tuo link affiliato" msgid "Here's what to expect:" msgstr "Ecco cosa aspettarsi:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Ciao {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Nascosto dalla vista pubblica" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "Le domande nascoste sono visibili solo all'organizzatore dell'evento e non al cliente." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Nascondi" @@ -4134,8 +4216,8 @@ msgstr "Design Homepage" msgid "Homepage Designer" msgstr "Designer homepage" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Anteprima Homepage" @@ -4144,7 +4226,7 @@ msgstr "Anteprima Homepage" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "Quanto tempo ha un cliente per completare l'acquisto dopo aver ricevuto un'offerta. Lascia vuoto per nessun limite di tempo." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Ungherese" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Accetto di ricevere notifiche via email relative a questo evento" @@ -4193,7 +4275,7 @@ msgstr "Accetto i <0>termini e condizioni" msgid "I confirm this is a transactional message related to this event" msgstr "Confermo che questo è un messaggio transazionale relativo a questo evento" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Se una nuova scheda non si è aperta automaticamente, clicca sul pulsante qui sotto per procedere al pagamento." @@ -4299,6 +4381,7 @@ msgstr "Includi dettagli di connessione per il tuo evento online. Questi dettagl msgid "Include tax and fees in the price" msgstr "Includi tasse e commissioni nel prezzo" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Include {0} prodotti" @@ -4477,21 +4560,25 @@ msgstr "John" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Partecipa da ovunque" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Iscriviti alla lista d'attesa" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Iscriviti alla lista d'attesa per {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Iscriviti alla lista d'attesa per {0}" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" + +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Iscritto" @@ -4503,6 +4590,7 @@ msgstr "Basta cliccare il pulsante qui sotto per riconnettere il tuo account Str msgid "Just looking for your tickets?" msgstr "Stai solo cercando i tuoi biglietti?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Tienimi aggiornato sulle novità e gli eventi di {0}" @@ -4574,7 +4662,7 @@ msgstr "Cognome" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Caricamento..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Gestisci biglietti" msgid "Manage your account details and default settings" msgstr "Gestisci i dettagli del tuo account e le impostazioni predefinite" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Gestisci l'elaborazione dei pagamenti e visualizza le commissioni della piattaforma" @@ -4897,6 +4989,10 @@ msgstr "Livello di messaggistica" msgid "Messaging tier updated successfully" msgstr "Livello di messaggistica aggiornato con successo" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Minimo Per Ordine" @@ -4905,7 +5001,7 @@ msgstr "Minimo Per Ordine" msgid "Minimum Price" msgstr "Prezzo Minimo" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "minuti" @@ -4949,6 +5045,10 @@ msgstr "Opzioni di prezzo multiple. Perfetto per prodotti early bird ecc." msgid "Music" msgstr "Musica" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "Nessuna impostazione IVA configurata" msgid "No viewed events in the last 14 days" msgstr "Nessun evento visualizzato negli ultimi 14 giorni" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Nessuna iscrizione alla lista d'attesa" @@ -5369,27 +5469,27 @@ msgstr "Prefisso Numero" msgid "of" msgstr "di" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Offrire" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Offri posto" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Offri biglietti" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Scadenza dell'offerta" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Offerto" @@ -5444,6 +5544,7 @@ msgstr "Impostazioni Pagamenti Offline" msgid "On Sale" msgstr "In Vendita" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "In vendita {0}" @@ -5474,7 +5575,7 @@ msgstr "In Corso" msgid "Online" msgstr "Online" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Evento online" @@ -5791,7 +5892,6 @@ msgstr "Nome Organizzazione" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Impostazioni organizzatore" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Le statistiche dell'organizzatore non sono disponibili per la valuta selezionata o si è verificato un errore." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Aggiornamento dello stato dell'organizzatore non riuscito. Riprova più tardi" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Stato dell'organizzatore aggiornato" @@ -5931,6 +6031,7 @@ msgstr "Rimborso parziale" msgid "Partially Refunded" msgstr "Parzialmente Rimborsato" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Parzialmente rimborsato: {0}" @@ -6173,6 +6274,7 @@ msgstr "Stai pianificando un evento?" msgid "Platform fee" msgstr "Commissione piattaforma" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Commissione piattaforma di {0} detratta dal tuo pagamento" @@ -6215,7 +6317,7 @@ msgstr "Verifica che la tua email sia valida" msgid "Please check your email to confirm your email address" msgstr "Controlla la tua email per confermare il tuo indirizzo email" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Continua nella nuova scheda" @@ -6227,7 +6329,7 @@ msgstr "Crea un prodotto" msgid "Please create a ticket" msgstr "Crea un biglietto" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Inserisci un indirizzo email valido" @@ -6271,7 +6373,7 @@ msgstr "Seleziona un intervallo di date" msgid "Please select an image." msgstr "Per favore, seleziona un'immagine." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Seleziona almeno un prodotto" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Messaggio Post-Checkout" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Offerto da" @@ -6335,6 +6438,11 @@ msgstr "Offerto da" msgid "Pre Checkout message" msgstr "Messaggio pre checkout" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Evita l'overselling condividendo l'inventario tra più tipi di biglietto." @@ -6408,7 +6516,7 @@ msgstr "Stampa Biglietti" msgid "Print to PDF" msgstr "Stampa in PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Informativa sulla privacy" @@ -6424,7 +6532,7 @@ msgstr "Elaborazione ordine" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Profilo" msgid "Profile updated successfully" msgstr "Profilo aggiornato con successo" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Codice promo {promo_code} applicato" @@ -6555,12 +6663,18 @@ msgstr "Le email promozionali potrebbero comportare la sospensione dell'account" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." +" and conditions, guidelines, or any important information that attendees need to know before answering." msgstr "" -"Fornisci contesto aggiuntivo o istruzioni per questa domanda. Usa questo campo per aggiungere termini\n" -"e condizioni, linee guida o qualsiasi informazione importante che i partecipanti devono conoscere prima di rispondere." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "" +#~ "Fornisci contesto aggiuntivo o istruzioni per questa domanda. Usa questo campo per aggiungere termini\n" +#~ "e condizioni, linee guida o qualsiasi informazione importante che i partecipanti devono conoscere prima di rispondere." + +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Pubblica" @@ -6569,8 +6683,8 @@ msgid "Publish Event" msgstr "Pubblica Evento" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Acquistato" @@ -6637,7 +6751,7 @@ msgstr "Tasso" msgid "Rate limit exceeded. Please try again later." msgstr "Limite di frequenza superato. Per favore riprova più tardi." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Rioffri posto" @@ -6649,6 +6763,7 @@ msgstr "Pronto per l'aggiornamento? Ci vogliono solo pochi minuti." msgid "Real-Time Analytics" msgstr "Analytics in tempo reale" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6727,6 +6842,7 @@ msgstr "Rimborso Fallito" msgid "Refund order" msgstr "Rimborsa ordine" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Rimborsa ordine {0}" @@ -6751,6 +6867,7 @@ msgstr "Stato Rimborso" msgid "Refunded" msgstr "Rimborsato" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Rimborsato: {0}" @@ -6768,6 +6885,10 @@ msgstr "Impostazioni regionali" msgid "Register" msgstr "Registrati" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6777,13 +6898,14 @@ msgstr "Domande di registrazione" msgid "Remaining Uses" msgstr "Utilizzi Rimanenti" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "rimuovi" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Rimuovi" @@ -6916,7 +7038,7 @@ msgstr "Riepilogo Ricavi" msgid "Revoke invitation" msgstr "Revoca invito" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6931,10 +7053,12 @@ msgstr "Ruolo" msgid "Sale End Date" msgstr "Data Fine Vendita" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Vendita terminata {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "La vendita termina il {0}" @@ -6957,6 +7081,7 @@ msgstr "Periodo di vendita, limiti di ordine, visibilità" msgid "Sale Start Date" msgstr "Data Inizio Vendita" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Inizio vendita {0}" @@ -7010,7 +7135,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7023,8 +7148,8 @@ msgstr "Salva" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Salva Modifiche" @@ -7105,7 +7230,7 @@ msgstr "Cerca per titolo evento o organizzatore..." msgid "Search by job name or exception..." msgstr "Cerca per nome lavoro o eccezione..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Cerca per nome o email..." @@ -7165,6 +7290,7 @@ msgstr "Colore testo secondario" msgid "Secure Checkout" msgstr "Pagamento sicuro" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7480,7 +7606,7 @@ msgid "Setup & Design" msgstr "Configurazione e design" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7509,6 +7635,7 @@ msgstr "Condividi pagina dell'organizzatore" msgid "Shared Capacity Management" msgstr "Gestione capacità condivisa" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Mostra tutte le piattaforme ({0} con valori)" @@ -7529,8 +7656,7 @@ msgstr "Mostra casella di opt-in marketing" msgid "Show marketing opt-in checkbox by default" msgstr "Mostra casella di opt-in marketing per impostazione predefinita" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Mostra altro" @@ -7542,6 +7668,7 @@ msgstr "Mostra più piattaforme" msgid "Show tax and fees separately" msgstr "Mostra tasse e commissioni separatamente" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Visualizzazione di {0} record su {totalRows}" @@ -7607,13 +7734,18 @@ msgid "Sold out" msgstr "Esaurito" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Esaurito" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Lista d'attesa esauriti" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Lista d'attesa esauriti" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7639,7 +7771,7 @@ msgstr "Qualcosa è andato storto! Riprova" msgid "Something went wrong." msgstr "Qualcosa è andato storto." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Qualcosa è andato storto. Riprova più tardi." @@ -7656,7 +7788,7 @@ msgstr "Qualcosa è andato storto. Riprova." msgid "Sorry for the inconvenience." msgstr "Scusa per l'inconveniente." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Spiacenti, questo codice promo non è riconosciuto" @@ -7721,7 +7853,7 @@ msgstr "Le statistiche si basano sulla data di creazione dell'account" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7804,11 +7936,13 @@ msgstr "Subtotale" msgid "Success" msgstr "Successo" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Successo! {0} riceverà un'email a breve." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "Partecipante {0} con successo" @@ -7842,7 +7976,7 @@ msgstr "Domanda Creata con Successo" msgid "Successfully Duplicated Product" msgstr "Prodotto Duplicato con Successo" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Posto offerto con successo" @@ -7854,7 +7988,7 @@ msgstr "Biglietti offerti con successo a {count} persone" msgid "Successfully offered tickets to 1 person" msgstr "Biglietti offerti con successo a 1 persona" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Rimosso dalla lista d'attesa con successo" @@ -7924,8 +8058,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Impostazioni delle commissioni della piattaforma aggiornate con successo" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Prodotto aggiornato con successo" +#~ msgid "Successfully updated product" +#~ msgstr "Prodotto aggiornato con successo" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7961,6 +8099,7 @@ msgstr "Suite 100" msgid "Summary" msgstr "Riepilogo" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8103,7 +8242,7 @@ msgstr "Modello eliminato con successo" msgid "Template saved successfully" msgstr "Modello salvato con successo" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Termini di servizio" @@ -8120,8 +8259,8 @@ msgstr "Grazie per aver partecipato!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Grazie per il tuo supporto mentre continuiamo a crescere e migliorare Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Quel codice promo non è valido" @@ -8194,9 +8333,15 @@ msgstr "Il link che hai cliccato non è valido." msgid "The locale of the customer" msgstr "La lingua del cliente" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "Il numero massimo di prodotti per {0}è {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "Il numero massimo di prodotti per {0}è {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8254,11 +8399,11 @@ msgstr "Teatro" msgid "Theme & Colors" msgstr "Tema e colori" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Non ci sono prodotti disponibili per questo evento" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Non ci sono prodotti disponibili in questa categoria" @@ -8334,11 +8479,11 @@ msgstr "Questo codice sarà usato per tracciare le vendite. Sono ammessi solo le msgid "This color combination may be hard to read for some users" msgstr "Questa combinazione di colori potrebbe essere difficile da leggere per alcuni utenti" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Questo evento è terminato" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Questo evento non è ancora pubblicato" @@ -8414,7 +8559,11 @@ msgstr "Questo ordine è stato abbandonato. Puoi avviarne uno nuovo in qualsiasi msgid "This order was cancelled. You can start a new order anytime." msgstr "Questo ordine è stato annullato. Puoi iniziare un nuovo ordine in qualsiasi momento." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Questo profilo organizzatore non è ancora pubblicato" @@ -8584,7 +8733,7 @@ msgstr "Biglietti" msgid "Tickets & Products" msgstr "Biglietti e prodotti" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Biglietti disponibili" @@ -8596,6 +8745,7 @@ msgstr "Biglietti per" msgid "Tickets Sold" msgstr "Biglietti Venduti" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Livello {0}" @@ -8817,7 +8967,7 @@ msgstr "Impossibile registrare l'uscita del partecipante" msgid "Unable to create product. Please check the your details" msgstr "Impossibile creare il prodotto. Controlla i tuoi dati" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Impossibile creare il prodotto. Controlla i tuoi dati" @@ -8833,7 +8983,7 @@ msgstr "Impossibile duplicare il prodotto. Controlla i tuoi dati" msgid "Unable to fetch attendee" msgstr "Impossibile recuperare il partecipante" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Impossibile unirsi alla lista d'attesa" @@ -8881,7 +9031,7 @@ msgstr "Partecipante Sconosciuto" msgid "Unlimited" msgstr "Illimitato" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Disponibilità illimitata" @@ -8913,6 +9063,7 @@ msgstr "In Arrivo" msgid "Upcoming Events" msgstr "Eventi in Arrivo" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Aggiorna {0}" @@ -8990,15 +9141,15 @@ msgstr "Scanner USB/HID" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Usa <0>i template Liquid per personalizzare le tue email" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Usa una versione sfocata dell'immagine di copertina come sfondo" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Usa immagine di copertina" +#~ msgid "Use cover image" +#~ msgstr "Usa immagine di copertina" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9227,7 +9378,7 @@ msgstr "Visualizza pagina dell'evento" msgid "View logs" msgstr "Visualizza log" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Vedi mappa" @@ -9235,7 +9386,7 @@ msgstr "Vedi mappa" msgid "View Message" msgstr "Visualizza messaggio" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Visualizza su Google Maps" @@ -9295,9 +9446,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "In attesa" @@ -9308,7 +9459,7 @@ msgstr "In attesa di pagamento" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Lista d'attesa" @@ -9332,6 +9483,7 @@ msgstr "Non è stato possibile eliminare la categoria. Riprova." msgid "We couldn't find any orders associated with this email address." msgstr "Non abbiamo trovato ordini associati a questo indirizzo email." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "Non abbiamo trovato biglietti corrispondenti a {0}" @@ -9382,8 +9534,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "Non siamo riusciti a convalidare il tuo numero di partita IVA dopo diversi tentativi. Continueremo a provare in background. Riprova più tardi." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "Ti avviseremo via email se si libera un posto per {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "Ti avviseremo via email se si libera un posto per {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9455,14 +9611,18 @@ msgstr "Benvenuto a bordo! Accedi per continuare." msgid "Welcome back" msgstr "Bentornato" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Bentornato{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Benvenuto su {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Benvenuto su {0}, ecco un elenco di tutti i tuoi eventi" @@ -9531,9 +9691,16 @@ msgstr "Quando un prodotto viene eliminato" msgid "When a product is updated" msgstr "Quando un prodotto viene aggiornato" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Quando un prodotto è esaurito, i clienti possono iscriversi a una lista d'attesa per essere avvisati quando i posti diventano disponibili." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Quando un prodotto è esaurito, i clienti possono iscriversi a una lista d'attesa per essere avvisati quando i posti diventano disponibili." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9633,7 +9800,7 @@ msgstr "In corso" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9678,14 +9845,19 @@ msgstr "Sì, rimuovili" msgid "You already scanned this ticket" msgstr "Hai già scansionato questo biglietto" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Stai cambiando la tua email in <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "Stai impersonificando <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Stai emettendo un rimborso parziale. Il cliente sarà rimborsato di {0} {1}." @@ -9756,7 +9928,7 @@ msgstr "Hai tasse e commissioni aggiunte a un Prodotto Gratuito. Vuoi rimuoverle msgid "You must acknowledge that this email is not promotional" msgstr "Devi riconoscere che questa email non è promozionale" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Devi accettare di ricevere messaggi" @@ -9812,11 +9984,12 @@ msgstr "Avrai bisogno di almeno un prodotto per iniziare. Gratuito, a pagamento msgid "You're all set! Your payments are being processed smoothly." msgstr "Sei a posto! I tuoi pagamenti vengono elaborati senza problemi." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "Stai per partecipare a {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Sei nella lista d'attesa!" @@ -9864,6 +10037,7 @@ msgstr "I tuoi Dettagli" msgid "Your Email" msgstr "La tua Email" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "La tua richiesta di cambio email a <0>{0} è in attesa. Controlla la tua email per confermare" diff --git a/frontend/src/locales/nl.js b/frontend/src/locales/nl.js index 771bc4d91..1cd10edbc 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 te laten zien'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>ingecheckt succesvol\"],\"yxhYRZ\":[[\"0\"],\" <0>uitgevinkt succesvol\"],\"KMgp2+\":[[\"0\"],\" beschikbaar\"],\"Pmr5xp\":[[\"0\"],\" succesvol aangemaakt\"],\"FImCSc\":[[\"0\"],\" succesvol bijgewerkt\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" ingecheckt\"],\"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\":\"⚡️ Uw evenement opzetten\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Je evenementpagina aanpassen\",\"3VPPdS\":\"💳 Maak verbinding met Stripe\",\"cjdktw\":\"🚀 Je evenement live zetten\",\"rmelwV\":\"0 minuten en 0 seconden\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"Hoofdstraat 123\",\"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\":\"Kortingscode toepassen\",\"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\":\"Weet je zeker dat je dit evenement openbaar wilt maken? Hierdoor wordt het evenement zichtbaar voor het publiek\",\"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\":\"Opmerkingen voor deelnemers\",\"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\":\"Californië\",\"iStTQt\":\"Cameratoestemming is geweigerd. <0>Vraag toestemming opnieuw, of als dit niet werkt, moet je <1>deze pagina toegang geven tot je camera in je browserinstellingen.\",\"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\":\"Kan niet inchecken\",\"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\":\"Inchecken\",\"p2WLr3\":[\"Inchecken \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Inchecken en bestelling als betaald markeren\",\"QYLpB4\":\"Alleen inchecken\",\"/Ta1d4\":\"Uitchecken\",\"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\":\"Maak verbinding met je Stripe-account om betalingen te ontvangen.\",\"5lcVkL\":\"Details verbinding\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Ga verder\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Tekst doorgaan-knop\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Doorgaan met instellen\",\"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\":\"Pas je evenementpagina aan aan je merk en stijl.\",\"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\":\"Donatie / Betaal wat je wilt 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 niet beschikbaar op dit apparaat\",\"UNMVei\":\"Wachtwoord vergeten?\",\"2POOFK\":\"Gratis\",\"P/OAYJ\":\"Gratis product\",\"vAbVy9\":\"Gratis product, geen betalingsgegevens nodig\",\"nLC6tu\":\"Frans\",\"Weq9zb\":\"Algemeen\",\"DDcvSo\":\"Duits\",\"4GLxhy\":\"Aan de slag\",\"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\":\"Startpagina verbergen\",\"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\":\"Verberg de pagina Aan de slag uit de zijbalk\",\"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\":\"Meerdere prijsopties. Perfect voor early bird-producten enz.\",\"/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\":\"Er zijn geen deelnemers aan deze bestelling toegevoegd.\",\"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\":\"Geen product gekoppeld aan deze deelnemer.\",\"Ya1JhR\":\"Geen producten beschikbaar in deze categorie.\",\"FTfObB\":\"Nog geen producten\",\"+Y976X\":\"Geen promotiecodes om te tonen\",\"MAavyl\":\"Geen vragen beantwoord door deze deelnemer.\",\"SnlQeq\":\"Er zijn geen vragen gesteld voor deze bestelling.\",\"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\":\"Zodra je klaar bent, kun je je evenement live zetten en beginnen met het verkopen van producten.\",\"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\":\"Bestelnotities\",\"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\":\"Betaald 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\":\"Aangedreven door\",\"Rs7IQv\":\"Bericht voor het afrekenen\",\"rdUucN\":\"Voorbeeld\",\"a7u1N9\":\"Prijs\",\"CmoB9j\":\"Modus prijsweergave\",\"BI7D9d\":\"Prijs niet ingesteld\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Prijs 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 algemene voorwaarden, richtlijnen of andere 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\":\"Zoek op naam, ordernummer, aanwezigheidsnummer of e-mail...\",\"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\":\"Camera selecteren\",\"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\":\"Stel een minimumprijs in en laat gebruikers meer betalen als ze dat willen\",\"L0pJmz\":\"Stel het startnummer voor factuurnummering in. Dit kan niet worden gewijzigd als de facturen eenmaal zijn gegenereerd.\",\"nYNT+5\":\"Uw evenement opzetten\",\"A8iqfq\":\"Je evenement live zetten\",\"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\":\"Standaardproduct met een vaste prijs\",\"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\":\"Deze gegevens worden alleen weergegeven als de bestelling succesvol is afgerond. Bestellingen die op betaling wachten, krijgen dit bericht niet te zien.\",\"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\":\"Dit is een algemeen product, zoals een t-shirt of een mok. Er wordt geen ticket uitgegeven\",\"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\":\"Dit product is een ticket. Kopers krijgen bij aankoop een ticket\",\"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\":\"Gelaagd 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\":\"Title\",\"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\":\"Bekijk\",\"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\":\"Zichtbaarheid\",\"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\":\"Je hebt dit ticket al gescand\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" is al ingecheckt\"],\"S4PqS9\":[[\"0\"],\" Actieve webhooks\"],\"6MIiOI\":[\"nog \",[\"0\"]],\"COnw8D\":[[\"0\"],\" logo\"],\"B7pZfX\":[[\"0\"],\" organisatoren\"],\"/HkCs4\":[[\"0\"],\" tickets\"],\"TjbIUI\":[[\"availableCount\"],\" van \",[\"totalCount\"],\" beschikbaar\"],\"OJnhhX\":[[\"eventCount\"],\" evenementen\"],\"3IEF7U\":[[\"totalCount\"],\" tickettypen\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Tickets toevoegen\",\"M2DyLc\":\"1 Actieve webhook\",\"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\",\"cGtUz6\":\"1 week voor het evenement\",\"HR/cvw\":\"Voorbeeldstraat 123\",\"kMU5aM\":\"Een annuleringsmelding is verzonden naar\",\"V53XzQ\":\"Er is een nieuwe verificatiecode naar je e-mail verzonden\",\"/z/bH1\":\"Een korte beschrijving van je organisator die aan je gebruikers wordt getoond.\",\"aS0jtz\":\"Verlaten\",\"uyJsf6\":\"Over\",\"WTk/ke\":\"Over Stripe Connect\",\"JvuLls\":\"Kosten absorberen\",\"lk74+I\":\"Kosten absorberen\",\"1uJlG9\":\"Accentkleur\",\"K5+3xg\":\"Uitnodiging accepteren\",\"VTfZPy\":\"Toegang geweigerd\",\"iN5Cz3\":\"Account al verbonden!\",\"YP4JuP\":\"Accountconfiguratie succesvol bijgewerkt\",\"vOuxvL\":\"Accountinformatie\",\"EHNORh\":\"Account niet gevonden\",\"bPwFdf\":\"Accounts\",\"nMtNd+\":\"Actie vereist: Verbind uw Stripe-account opnieuw\",\"AhwTa1\":\"Actie vereist: BTW-informatie nodig\",\"APyAR/\":\"Actieve evenementen\",\"UWWRyd\":\"Voeg aangepaste vragen toe om extra informatie te verzamelen tijdens het afrekenen\",\"a5KFZU\":\"Voeg evenementgegevens toe en beheer de instellingen.\",\"Fb+SDI\":\"Meer tickets toevoegen\",\"7JF9w9\":\"Vraag toevoegen\",\"6PNlRV\":\"Voeg dit evenement toe aan je agenda\",\"BGD9Yt\":\"Tickets toevoegen\",\"QN2F+7\":\"Webhook toevoegen\",\"NsWqSP\":\"Voeg je sociale media en website-URL toe. Deze worden weergegeven op je openbare organisatorpagina.\",\"bVjDs9\":\"Extra kosten\",\"0Zypnp\":\"Beheerders Dashboard\",\"YAV57v\":\"Affiliate\",\"I+utEq\":\"Affiliatecode kan niet worden gewijzigd\",\"/jHBj5\":\"Affiliate succesvol aangemaakt\",\"uCFbG2\":\"Affiliate succesvol verwijderd\",\"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.\",\"7rLTkE\":\"Alle gearchiveerde evenementen\",\"gKq1fa\":\"Alle deelnemers\",\"pMLul+\":\"Alle valuta's\",\"qlaZuT\":\"Klaar! U gebruikt nu ons verbeterde betalingssysteem.\",\"ZS/D7f\":\"Alle afgelopen evenementen\",\"QsYjci\":\"Alle evenementen\",\"31KB8w\":\"Alle mislukte taken verwijderd\",\"D2g7C7\":\"Alle taken in wachtrij voor opnieuw proberen\",\"Sxm1lO\":\"Alle statussen\",\"dr7CWq\":\"Alle aankomende evenementen\",\"GpT6Uf\":\"Sta deelnemers toe om hun ticketinformatie (naam, e-mail) bij te werken via een beveiligde link die met hun orderbevestiging wordt verzonden.\",\"F3mW5G\":\"Klanten toestaan zich aan te melden voor een wachtlijst wanneer dit product is uitverkocht\",\"QUg5y1\":\"Bijna klaar! Voltooi het verbinden van uw Stripe-account om betalingen te accepteren.\",\"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\"],\"\"],\"/H326L\":\"Al terugbetaald\",\"RtxQTF\":\"Deze bestelling ook annuleren\",\"jkNgQR\":\"Deze bestelling ook terugbetalen\",\"xYqsHg\":\"Altijd beschikbaar\",\"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.\",\"eusccx\":\"Een optioneel bericht om weer te geven op het uitgelichte product, bijv. \\\"Snel uitverkocht 🔥\\\" of \\\"Beste waarde\\\"\",\"QNrkms\":\"Antwoord succesvol bijgewerkt.\",\"Znwxal\":\"Applicatiekosten configuratie\",\"261RBr\":\"Bericht goedkeuren\",\"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.\",\"vPeW/6\":\"Weet u zeker dat u deze configuratie wilt verwijderen? Dit kan van invloed zijn op accounts die deze gebruiken.\",\"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.\",\"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\"],\"?\"],\"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.\",\"QGoXh3\":\"Aangezien uw bedrijf gevestigd is in de EU, moeten we de juiste BTW-behandeling voor onze platformkosten bepalen:\",\"tMeVa/\":\"Vraag naar naam en email voor elk gekocht ticket\",\"/JdZIP\":\"Toegewezen configuratie\",\"xdiER7\":\"Toegewezen niveau\",\"F2rX0R\":\"Er moet minstens één evenement type worden geselecteerd\",\"BCmibk\":\"Pogingen\",\"6PecK3\":\"Aanwezigheid en incheckpercentages voor alle evenementen\",\"AJ4rvK\":\"Deelnemer geannuleerd\",\"qvylEK\":\"Deelnemer Gemaakt\",\"Aspq3b\":\"Verzameling deelnemergegevens\",\"fpb0rX\":\"Deelnemergegevens gekopieerd van bestelling\",\"0R3Y+9\":\"Deelnemer E-mail\",\"94aQMU\":\"Deelnemersinformatie\",\"KkrBiR\":\"Verzameling deelnemersinformatie\",\"av+gjP\":\"Deelnemer Naam\",\"cosfD8\":\"Deelnemersstatus\",\"D2qlBU\":\"Deelnemer bijgewerkt\",\"22BOve\":\"Deelnemer succesvol bijgewerkt\",\"x8Vnvf\":\"Ticket van deelnemer niet opgenomen in deze lijst\",\"k3Tngl\":\"Geëxporteerde bezoekers\",\"UoIRW8\":\"Deelnemers geregistreerd\",\"5UbY+B\":\"Deelnemers met een specifiek ticket\",\"4HVzhV\":\"Deelnemers:\",\"HVkhy2\":\"Attributie-analyse\",\"dMMjeD\":\"Attributie-uitsplitsing\",\"1oPDuj\":\"Attributiewaarde\",\"OpCtfq\":\"Automatisch aanbieden is ingeschakeld. Tickets worden automatisch aangeboden wanneer er capaciteit beschikbaar komt. Gebruik dit om handmatig extra plekken aan te bieden.\",\"V7Tejz\":\"Wachtlijst automatisch verwerken\",\"PZ7FTW\":\"Automatisch gedetecteerd op basis van achtergrondkleur, maar kan worden overschreven\",\"8Etqrl\":\"Automatisch tickets aanbieden aan de volgende persoon wanneer er capaciteit vrijkomt\",\"csDS2L\":\"Beschikbaar\",\"clF06r\":\"Beschikbaar voor terugbetaling\",\"NB5+UG\":\"Beschikbare Tokens\",\"EmYMHc\":\"Wacht op offline betaling\",\"kNmmvE\":\"Awesome Events B.V.\",\"TeSaQO\":\"Terug naar Accounts\",\"kYqM1A\":\"Terug naar evenement\",\"s5QRF3\":\"Terug naar berichten\",\"td/bh+\":\"Terug naar rapporten\",\"jIPNJG\":\"Basisinformatie\",\"WOpH7O\":\"Mooie checkout-ervaring op elk apparaat\",\"iMdwTb\":\"Voordat je evenement live kan gaan, moet je een paar dingen doen. Voltooi alle onderstaande stappen om te beginnen.\",\"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.\",\"9N+p+g\":\"Zakelijk\",\"7ns+do\":\"Bedrijfsadres\",\"LeC29u\":\"Bedrijfsadres voor BTW-doeleinden\",\"RReHTu\":\"Bedrijfsnaam\",\"bv6RXK\":\"Knop Label\",\"ChDLlO\":\"Knoptekst\",\"BUe8Wj\":\"Koper betaalt\",\"qF1qbA\":\"Kopers zien een schone prijs. De platformkosten worden afgetrokken van uw uitbetaling.\",\"DFqasq\":[\"Door verder te gaan, gaat u akkoord met de <0>\",[\"0\"],\" Servicevoorwaarden\"],\"lFdbRS\":\"Applicatiekosten omzeilen\",\"2VLZwd\":\"Call-to-Action Knop\",\"PUpvQe\":\"Camerascanner\",\"D02dD9\":\"Campagne\",\"H4nE+E\":\"Alle producten annuleren en terugzetten in de beschikbare pool\",\"tOXAdc\":\"Annuleren zal alle deelnemers geassocieerd met deze bestelling annuleren en de tickets terugzetten in de beschikbare pool.\",\"IrUqjC\":\"Kan niet inchecken (geannuleerd)\",\"01sEfm\":\"Kan de standaardsysteemconfiguratie niet verwijderen\",\"VsM1HH\":\"Capaciteitstoewijzingen\",\"K7tIrx\":\"Categorie\",\"2tbLdK\":\"Liefdadigheid\",\"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.\",\"udRwQs\":\"Gecreëerd inchecken\",\"F4SRy3\":\"Check-in verwijderd\",\"9gPPUY\":\"Check-In Lijst Aangemaakt!\",\"f2vU9t\":\"Inchecklijsten\",\"tMNBEF\":\"Check-in lijsten laten je toegang controleren per dag, gebied of tickettype. Je kunt een beveiligde check-in link delen met personeel — geen account vereist.\",\"SHJwyq\":\"Incheckpercentage\",\"qCqdg6\":\"Incheck Status\",\"cKj6OE\":\"Incheckoverzicht\",\"7B5M35\":\"Check-Ins\",\"DM4gBB\":\"Chinees (Traditioneel)\",\"pkk46Q\":\"Kies een organisator\",\"Crr3pG\":\"Kies agenda\",\"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.\",\"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\",\"7D9MJz\":\"Volledige Stripe-instelling\",\"OqEV/G\":\"Voltooi de onderstaande instelling om door te gaan\",\"nqx+6h\":\"Voer deze stappen uit om tickets voor je evenement te gaan verkopen.\",\"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\",\"B5fpAA\":\"Configuratie succesvol 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\",\"Nbd6WT\":\"Wachtlijstinstellingen voor dit evenement configureren\",\"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\",\"o5A0Go\":\"Gefeliciteerd met het aanmaken van een evenement!\",\"x3wVFc\":\"Gefeliciteerd! Je evenement is nu zichtbaar voor het publiek.\",\"WNnP3w\":\"Verbinden en upgraden\",\"Xe2tSS\":\"Documentatie aansluiten\",\"1Xxb9f\":\"Betalingsverwerking aansluiten\",\"nQI4H5\":\"Verbind Stripe om sjabloonbewerking van e-mails in te schakelen\",\"LmvZ+E\":\"Verbind Stripe om berichten in te schakelen\",\"EWnXR+\":\"Verbinding maken met Stripe\",\"VioGG1\":\"Koppel je Stripe-account om betalingen voor tickets en producten te accepteren.\",\"4qmnU8\":\"Verbind uw Stripe-account om betalingen te accepteren.\",\"E1eze1\":\"Verbind uw Stripe-account om betalingen voor uw evenementen te accepteren.\",\"ulV1ju\":\"Verbind uw Stripe-account om betalingen te accepteren.\",\"/3017M\":\"Verbonden met Stripe\",\"jfC/xh\":\"Contact\",\"LOFgda\":[\"Contact \",[\"0\"]],\"41BQ3k\":\"Contact e-mail\",\"KcXRN+\":\"Contact e-mail voor ondersteuning\",\"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\",\"p2FRHj\":\"Bepaal hoe platformkosten worden behandeld voor dit evenement\",\"1JnTgU\":\"Gekopieerd van boven\",\"FxVG/l\":\"Gekopieerd naar klembord\",\"PiH3UR\":\"Gekopieerd!\",\"uUPbPg\":\"Kopieer affiliatelink\",\"iVm46+\":\"Kopieer code\",\"+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\",\"P0rbCt\":\"Omslagafbeelding\",\"60u+dQ\":\"Omslagafbeelding wordt bovenaan je evenementpagina weergegeven\",\"2NLjA6\":\"De omslagafbeelding wordt bovenaan je organisatorpagina weergegeven\",\"zg4oSu\":[\"Maak \",[\"0\"],\" Sjabloon\"],\"RKKhnW\":\"Maak een aangepaste widget om tickets te verkopen op je site.\",\"yIRev4\":\"Maak een wachtwoord aan\",\"xfKgwv\":\"Affiliate aanmaken\",\"tudG8q\":\"Maak en configureer tickets en merchandise voor verkoop.\",\"YAl9Hg\":\"Configuratie aanmaken\",\"BTne9e\":\"Maak aangepaste e-mailsjablonen voor dit evenement die de organisator-standaarden overschrijven\",\"YIDzi/\":\"Maak Aangepaste Sjabloon\",\"Nc3l/D\":\"Maak kortingen, toegangscodes voor verborgen tickets en speciale aanbiedingen.\",\"eWEV9G\":\"Nieuw wachtwoord aanmaken\",\"8AiKIu\":\"Maak ticket of product aan\",\"agZ87r\":\"Maak tickets voor je evenement, stel prijzen in en beheer de beschikbare hoeveelheid.\",\"/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\",\"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\",\"BMtue0\":\"Huidige betalingsverwerker\",\"T+1APV\":\"Huidig BTW-nummer is gevalideerd\",\"v2GlhZ\":\"Validatie van huidig BTW-nummer is mislukt\",\"iTvh6I\":\"Momenteel beschikbaar voor aankoop\",\"g7HIC0\":\"Aangepaste branding\",\"Guo0lU\":\"Aangepaste datum en tijd\",\"mimF6c\":\"Aangepast bericht na checkout\",\"O6mra8\":\"Aangepaste vragen\",\"axv/Mi\":\"Aangepaste sjabloon\",\"QMHSMS\":\"Klant ontvangt een e-mail ter bevestiging van de terugbetaling\",\"L/Qc+w\":\"E-mailadres van klant\",\"wpfWhJ\":\"Voornaam van klant\",\"GIoqtA\":\"Achternaam van klant\",\"NihQNk\":\"Klanten\",\"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\",\"pxNIxa\":\"Pas uw e-mailsjabloon aan met Liquid-sjablonen\",\"3trPKm\":\"Pas het uiterlijk van je organisatorpagina aan\",\"/gWrVZ\":\"Dagelijkse omzet, belastingen, kosten en terugbetalingen voor alle evenementen\",\"zgCHnE\":\"Dagelijks verkooprapport\",\"nHm0AI\":\"Dagelijkse uitsplitsing naar verkoop, belasting en kosten\",\"pvnfJD\":\"Donker\",\"nE5o/t\":\"Gegevenseigendom\",\"lnYE59\":\"Datum van het evenement\",\"gnBreG\":\"Datum waarop de bestelling is geplaatst\",\"ovBPCi\":\"Standaard\",\"JtI4vj\":\"Standaard verzameling deelnemersinformatie\",\"3R/Tu2\":\"Standaard kostenafhandeling\",\"1bZAZA\":\"Standaardsjabloon wordt gebruikt\",\"vu7gDm\":\"Verwijder affiliate\",\"KZN4Lc\":\"Alles verwijderen\",\"+jw/c1\":\"Verwijder afbeelding\",\"hdyeZ0\":\"Taak verwijderen\",\"dPyJ15\":\"Sjabloon Verwijderen\",\"mxsm1o\":\"Deze vraag verwijderen? Dit kan niet ongedaan worden gemaakt.\",\"snMaH4\":\"Webhook verwijderen\",\"vYgeDk\":\"Deselecteer alles\",\"NvuEhl\":\"Ontwerpelementen\",\"H8kMHT\":\"Geen code ontvangen?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Dit bericht negeren\",\"BREO0S\":\"Toon een selectievakje waarmee klanten zich kunnen aanmelden voor marketingcommunicatie van deze evenementenorganisator.\",\"TvY/XA\":\"Documentatie\",\"Kdpf90\":\"Niet vergeten!\",\"352VU2\":\"Heeft u geen account? <0>Aanmelden\",\"AXXqG+\":\"Donatie\",\"DPfwMq\":\"Klaar\",\"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 verzenden.\\nDit is om ervoor te zorgen dat alle evenementorganisatoren geverifieerd en verantwoordelijk zijn.\",\"euc6Ns\":\"Dupliceren\",\"KRmTkx\":\"Dupliceer product\",\"KIjvtr\":\"Nederlands\",\"22xieU\":\"bijv. 180 (3 uur)\",\"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.\",\"LTzmgK\":[\"Bewerk \",[\"0\"],\" Sjabloon\"],\"v4+lcZ\":\"Bewerk affiliate\",\"2iZEz7\":\"Antwoord bewerken\",\"tPtRwl\":\"Applicatiekosten bewerken\",\"t2bbp8\":\"Deelnemer bewerken\",\"etaWtB\":\"Deelnemergegevens bewerken\",\"+guao5\":\"Configuratie bewerken\",\"vRWOrM\":\"Bestelgegevens bewerken\",\"3yNuBV\":\"BTW-instellingen bewerken\",\"fW5sSv\":\"Webhook bewerken\",\"nP7CdQ\":\"Webhook bewerken\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educatie\",\"iiWXDL\":\"Geschiktheidsfouten\",\"zPiC+q\":\"In Aanmerking Komende Incheck Lijsten\",\"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\",\"L86zy2\":\"E-mail succesvol geverifieerd!\",\"FSN4TS\":\"Widget insluiten\",\"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\",\"48Y16Q\":\"Eindtijd (optioneel)\",\"7YZofi\":\"Voer een onderwerp en hoofdtekst in om het voorbeeld te zien\",\"3bR1r4\":\"Voer affiliate e-mail in (optioneel)\",\"ARkzso\":\"Voer affiliatenaam in\",\"y1BZw1\":\"Voer bedrijfsadres in\",\"3GfR6a\":\"Voer bedrijfsnaam in\",\"6KnyG0\":\"Voer e-mail in\",\"INDKM9\":\"Voer e-mailonderwerp in...\",\"xUgUTh\":\"Voer voornaam in\",\"9/1YKL\":\"Voer achternaam in\",\"VpwcSk\":\"Voer nieuw wachtwoord in\",\"1tAGuY\":\"Voer het BTW-nummer in inclusief landcode\",\"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)\",\"X88/6w\":\"Inschrijvingen verschijnen hier wanneer klanten zich aanmelden voor de wachtlijst van uitverkochte producten.\",\"LslKhj\":\"Fout bij het laden van logboeken\",\"AKbElk\":\"EU BTW-geregistreerde bedrijven: Verleggingsregeling is van toepassing (0% - Artikel 196 van BTW-richtlijn 2006/112/EG)\",\"WgD6rb\":\"Evenementcategorie\",\"b46pt5\":\"Evenement coverafbeelding\",\"1Hzev4\":\"Evenement aangepaste sjabloon\",\"imgKgl\":\"Evenementbeschrijving\",\"kJDmsI\":\"Evenement details\",\"m/N7Zq\":\"Volledig Evenementadres\",\"Nl1ZtM\":\"Evenement Locatie\",\"t3AMTs\":\"Evenementbeheerplatform\",\"PYs3rP\":\"Evenementnaam\",\"HhwcTQ\":\"Naam van het evenement\",\"WZZzB6\":\"Evenementnaam is verplicht\",\"Wd5CDM\":\"Evenementnaam moet minder dan 150 tekens bevatten\",\"4JzCvP\":\"Evenement niet beschikbaar\",\"Gh9Oqb\":\"Evenement organisator naam\",\"mImacG\":\"Evenementpagina\",\"JyD0LH\":\"Evenement instellingen\",\"cOePZk\":\"Evenement Tijd\",\"e8WNln\":\"Tijdzone evenement\",\"GeqWgj\":\"Tijdzone Evenement\",\"XVLu2v\":\"Evenement titel\",\"OfmsI9\":\"Evenement te nieuw\",\"YDVUVl\":\"Soorten evenementen\",\"4K2OjV\":\"Evenementlocatie\",\"19j6uh\":\"Evenementenprestaties\",\"PC3/fk\":\"Evenementen die beginnen in de komende 24 uur\",\"fTFfOK\":\"Elke e-mailsjabloon moet een call-to-action knop bevatten die linkt naar de juiste pagina\",\"BVinvJ\":\"Voorbeelden: \\\"Hoe heb je over ons gehoord?\\\", \\\"Bedrijfsnaam voor factuur\\\"\",\"2hGPQG\":\"Voorbeelden: \\\"T-shirt maat\\\", \\\"Maaltijdvoorkeur\\\", \\\"Functietitel\\\"\",\"qNuTh3\":\"Uitzondering\",\"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\",\"SIHgVQ\":\"Bericht annuleren mislukt\",\"cEFg3R\":\"Aanmaken affiliate mislukt\",\"dVgNF1\":\"Kan configuratie niet aanmaken\",\"U66oUa\":\"Sjabloon maken mislukt\",\"aFk48v\":\"Kan configuratie niet verwijderen\",\"Zw6LWb\":\"Taak verwijderen mislukt\",\"tq0abZ\":\"Taken verwijderen mislukt\",\"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\",\"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\",\"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.\",\"o/blc/\":\"Kan accountconfiguratie niet bijwerken\",\"i0QKrm\":\"Bijwerken affiliate mislukt\",\"NNc33d\":\"Antwoord niet bijgewerkt.\",\"E9jY+o\":\"Deelnemer bijwerken mislukt\",\"uQynyf\":\"Kan configuratie niet bijwerken\",\"EhlbcI\":\"Bijwerken van berichtenniveau mislukt\",\"rpGMzC\":\"Bestelling bijwerken mislukt\",\"Eeo/Gy\":\"Instelling bijwerken mislukt\",\"kqA9lY\":\"Kan BTW-instellingen niet bijwerken\",\"7/9RFs\":\"Afbeelding uploaden mislukt.\",\"nkNfWu\":\"Uploaden van afbeelding mislukt. Probeer het opnieuw.\",\"rxy0tG\":\"Verifiëren e-mail mislukt\",\"9bHCo2\":\"Valuta van de kosten\",\"/sV91a\":\"Kostenafhandeling\",\"T4BMxU\":\"Tarieven kunnen worden gewijzigd. Je wordt op de hoogte gebracht van wijzigingen in je tarievenstructuur.\",\"LyUWXA\":\"Kosten omzeild\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Bestand is te groot. Maximale grootte is 5MB.\",\"VejKUM\":\"Vul eerst je gegevens hierboven in\",\"8OvVZZ\":\"Filter Deelnemers\",\"mvrlBO\":\"Filteren op evenement\",\"8BwQeU\":\"Instelling voltooien\",\"hg80P7\":\"Stripe-instelling voltooien\",\"1vBhpG\":\"Eerste deelnemer\",\"4pwejF\":\"Voornaam is verplicht\",\"6bBh3/\":\"Vaste vergoeding\",\"5mpF6N\":[\"Vast bedrag in \",[\"currencyCode\"]],\"zWqUyJ\":\"Vaste kosten per transactie\",\"LWL3Bs\":\"Vaste vergoeding moet 0 of hoger zijn\",\"YXhom6\":\"Vast tarief:\",\"KgxI80\":\"Flexibele ticketing\",\"lWxAUo\":\"Eten & Drinken\",\"nFm+5u\":\"Voettekst\",\"MY2SVM\":\"Volledige terugbetaling\",\"T02gNN\":\"Algemene Toegang\",\"3ep0Gx\":\"Algemene informatie over je organisator\",\"ziAjHi\":\"Genereer\",\"exy8uo\":\"Genereer code\",\"4CETZY\":\"Routebeschrijving\",\"+4zM7f\":\"Ontvang onmiddellijk betaling via Stripe Connect\",\"ZDIydz\":\"Aan de slag\",\"u6FPxT\":\"Koop Tickets\",\"8KDgYV\":\"Bereid je evenement voor\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Ga naar evenementpagina\",\"gHSuV/\":\"Ga naar de startpagina\",\"6nDzTl\":\"Goede leesbaarheid\",\"aGWZUr\":\"Bruto-omzet\",\"n8IUs7\":\"Bruto-omzet\",\"LIYoRQ\":\"Gastenbeheer\",\"kTSQej\":[\"Hallo \",[\"0\"],\", beheer je platform vanaf hier.\"],\"dORAcs\":\"Hier zijn alle tickets die gekoppeld zijn aan je e-mailadres.\",\"g+2103\":\"Hier is je affiliatelink\",\"QlwJ9d\":\"Dit kunt u verwachten:\",\"/iE8xx\":\"Hi.Events kosten\",\"zppscQ\":\"Hi.Events platformkosten en BTW-uitsplitsing per transactie\",\"D+zLDD\":\"Verborgen\",\"DRErHC\":\"Verborgen voor deelnemers - alleen zichtbaar voor organisatoren\",\"P+5Pbo\":\"Antwoorden verbergen\",\"FmogyU\":\"Opties verbergen\",\"gtEbeW\":\"Markeren\",\"NF8sdv\":\"Markeringsbericht\",\"MXSqmS\":\"Dit product markeren\",\"7ER2sc\":\"Uitgelicht\",\"sq7vjE\":\"Gemarkeerde producten krijgen een andere achtergrondkleur om op te vallen op de evenementenpagina.\",\"sy9anN\":\"Hoe lang een klant heeft om de aankoop te voltooien na ontvangst van een aanbod. Laat leeg voor geen tijdslimiet.\",\"AVpmAa\":\"Hoe offline te betalen\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Hongaars\",\"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\",\"PYVWEI\":\"Indien geregistreerd, verstrek uw BTW-nummer voor validatie\",\"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.\",\"M8M6fs\":\"Belangrijk: Stripe herverbinding vereist\",\"jT142F\":[\"Over \",[\"diffHours\"],\" uur\"],\"OoSyqO\":[\"Over \",[\"diffMinutes\"],\" minuten\"],\"cljs3a\":\"Geef aan of u BTW-geregistreerd bent in de EU\",\"F1Xp97\":\"Individuele deelnemers\",\"85e6zs\":\"Liquid Token Invoegen\",\"38KFY0\":\"Variabele Invoegen\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Directe uitbetalingen\",\"nbfdhU\":\"Integraties\",\"JHB/Ky\":\"Ongeldig\",\"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\",\"Mokwac\":\"Nodig onbeperkt teamleden uit met aangepaste rollen\",\"aH6ZIb\":\"Nodig je team uit\",\"IuMGvq\":\"Factuur\",\"y0meFR\":\"Ierse BTW van 23% wordt toegepast op platformkosten (binnenlandse levering).\",\"1ZKm04\":\"Is dit account BTW-geregistreerd in de EU?\",\"Lj7sBL\":\"Italiaans\",\"F5/CBH\":\"artikel(en)\",\"BzfzPK\":\"Artikelen\",\"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\",\"lZwV6X\":[\"Aanmelden voor wachtlijst voor \",[\"0\"]],\"2gMuHR\":\"Aangemeld\",\"hTJ4fB\":\"Klik gewoon op de knop hieronder om uw Stripe-account opnieuw te verbinden.\",\"MxjCqk\":\"Alleen op zoek naar je tickets?\",\"lB2hSG\":[\"Houd mij op de hoogte van nieuws en evenementen van \",[\"0\"]],\"DruLRc\":\"Laatste 14 dagen\",\"ve9JTU\":\"Achternaam is verplicht\",\"h0Q9Iw\":\"Laatste reactie\",\"gw3Ur5\":\"Laatst geactiveerd\",\"QIn0Vl\":\"Wettelijke bedrijfsnaam voor BTW-doeleinden\",\"1njn7W\":\"Licht\",\"1qY5Ue\":\"Link verlopen of ongeldig\",\"psosdY\":\"Link naar bestelgegevens\",\"6JzK4N\":\"Link naar ticket\",\"shkJ3U\":\"Koppel je Stripe-account om geld te ontvangen van ticketverkoop.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links toegestaan\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Live Evenementen\",\"WdmJIX\":\"Voorvertoning laden...\",\"IoDI2o\":\"Tokens laden...\",\"NFxlHW\":\"Webhooks laden\",\"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\",\"4wUIjX\":\"Maak je evenement live\",\"2FzaR1\":\"Beheer uw betalingsverwerking en bekijk de platformkosten\",\"2L3vle\":\"Max berichten / 24u\",\"Qp4HWD\":\"Max ontvangers / bericht\",\"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\",\"H9HlDe\":\"minuten\",\"gqnyh0\":\"Geoptimaliseerd voor mobiel\",\"olKKwj\":\"Mobiele scanner met offline ondersteuning en realtime tracking\",\"JbIgPz\":\"Geldbedragen zijn geschatte totalen over alle valuta's\",\"qvF+MT\":\"Bewaak en beheer mislukte achtergrondtaken\",\"w36OkR\":\"Meest bekeken evenementen (Laatste 14 dagen)\",\"GfaxEk\":\"Muziek\",\"oVGCGh\":\"Mijn Tickets\",\"8/brI5\":\"Naam is verplicht\",\"sFFArG\":\"Naam moet minder dan 255 tekens bevatten\",\"sCV5Yc\":\"Naam van het evenement\",\"xxU3NX\":\"Netto-omzet\",\"ArHT/C\":\"Nieuwe aanmeldingen\",\"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\",\"Dwf4dR\":\"Nog geen deelnemersvragen\",\"/UC6qk\":\"Geen attributiegegevens gevonden\",\"amMkpL\":\"Geen capaciteit\",\"99ntUF\":\"Geen incheck lijsten beschikbaar voor dit evenement.\",\"+dAKxg\":\"Geen configuraties gevonden\",\"eb47T5\":\"Geen gegevens gevonden voor de geselecteerde filters. Probeer het datumbereik of de valuta aan te passen.\",\"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\",\"54GxeB\":\"Geen impact op uw huidige of eerdere transacties\",\"EpvBAp\":\"Geen factuur\",\"XZkeaI\":\"Geen logboeken gevonden\",\"nrSs2u\":\"Geen berichten gevonden\",\"OVFwlg\":\"Nog geen bestellingsvragen\",\"EJ7bVz\":\"Geen bestellingen gevonden\",\"NEmyqy\":\"Nog geen bestellingen\",\"wUv5xQ\":\"Geen organisatoractiviteit in de laatste 14 dagen\",\"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\",\"kY7XDn\":\"Geen producten hebben wachtlijstvermeldingen\",\"wYiAtV\":\"Geen recente accountaanmeldingen\",\"UW90md\":\"Geen ontvangers gevonden\",\"QoAi8D\":\"Geen reactie\",\"EK/G11\":\"Nog geen reacties\",\"3sRuiW\":\"Geen tickets gevonden\",\"yM5c0q\":\"Geen aankomende evenementen\",\"qpC74J\":\"Geen gebruikers gevonden\",\"41dJPO\":\"Geen BTW-instellingen geconfigureerd\",\"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\",\"HVwIsd\":\"Niet-BTW-geregistreerde bedrijven of particulieren: Ierse BTW van 23% is van toepassing\",\"x5+Lcz\":\"Niet Ingecheckt\",\"8n10sz\":\"Niet in Aanmerking\",\"BwJKBw\":\"van\",\"9h7RDh\":\"Aanbieden\",\"EfK2O6\":\"Plek aanbieden\",\"3sVRey\":\"Tickets aanbieden\",\"2O7Ybb\":\"Aanbod-tijdslimiet\",\"1jUg5D\":\"Aangeboden\",\"l+/HS6\":[\"Aanbiedingen verlopen na \",[\"timeoutHours\"],\" uur.\"],\"lQgMLn\":\"Naam van kantoor of locatie\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Offline Betaling\",\"nO3VbP\":[\"In de verkoop \",[\"0\"]],\"2r6bAy\":\"Zodra u de upgrade voltooit, wordt uw oude account alleen gebruikt voor terugbetalingen.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Online evenement\",\"bU7oUm\":\"Alleen verzenden naar orders met deze statussen\",\"M2w1ni\":\"Alleen zichtbaar met promocode\",\"N141o/\":\"Stripe-dashboard openen\",\"HXMJxH\":\"Optionele tekst voor disclaimers, contactinfo of danknotities (alleen één regel)\",\"L565X2\":\"opties\",\"c/TIyD\":\"Bestelling & Ticket\",\"H5qWhm\":\"Bestelling geannuleerd\",\"b6+Y+n\":\"Bestelling voltooid\",\"x4MLWE\":\"Bestelling Bevestiging\",\"CsTTH0\":\"Bestelbevestiging succesvol opnieuw verzonden\",\"ppuQR4\":\"Bestelling aangemaakt\",\"0UZTSq\":\"Bestelvaluta\",\"HdmwrI\":\"Bestelling E-mail\",\"bwBlJv\":\"Bestelling Voornaam\",\"vrSW9M\":\"Bestelling is geannuleerd en terugbetaald. De eigenaar van de bestelling is op de hoogte gesteld.\",\"rzw+wS\":\"Bestelhouders\",\"oI/hGR\":\"Bestelling-ID\",\"Pc729f\":\"Bestelling Wacht op Offline Betaling\",\"F4NXOl\":\"Bestelling Achternaam\",\"RQCXz6\":\"Bestellimieten\",\"SO9AEF\":\"Bestellingslimieten ingesteld\",\"5RDEEn\":\"Besteltaal\",\"vu6Arl\":\"Bestelling gemarkeerd als betaald\",\"sLbJQz\":\"Bestelling niet gevonden\",\"kvYpYu\":\"Bestelling niet gevonden\",\"i8VBuv\":\"Bestelnummer\",\"FaPYw+\":\"Eigenaar bestelling\",\"eB5vce\":\"Bestel eigenaars met een specifiek product\",\"CxLoxM\":\"Besteleigenaars met producten\",\"DoH3fD\":\"Bestelbetaling in Behandeling\",\"UkHo4c\":\"Bestelref.\",\"EZy55F\":\"Bestelling terugbetaald\",\"6eSHqs\":\"Bestelstatussen\",\"oW5877\":\"Bestelling Totaal\",\"e7eZuA\":\"Bijgewerkte bestelling\",\"1SQRYo\":\"Bestelling succesvol bijgewerkt\",\"KndP6g\":\"Bestelling URL\",\"3NT0Ck\":\"Bestelling is geannuleerd\",\"sd5IMt\":\"Voltooide bestellingen\",\"5It1cQ\":\"Geëxporteerde bestellingen\",\"UQ0ACV\":\"Totaal bestellingen\",\"B/EBQv\":\"Bestellingen:\",\"qtGTNu\":\"Organische accounts\",\"ucgZ0o\":\"Organisatie\",\"S3CZ5M\":\"Organisator-dashboard\",\"Uu0hZq\":\"Organisator e-mail\",\"Gy7BA3\":\"E-mailadres van de organisator\",\"SQqJd8\":\"Organisator niet gevonden\",\"wpj63n\":\"Instellingen van organisator\",\"coIKFu\":\"Statistieken van de organisator zijn niet beschikbaar voor de geselecteerde valuta of er is een fout opgetreden.\",\"o1my93\":\"Bijwerken van organisatorstatus mislukt. Probeer het later opnieuw.\",\"rLHma1\":\"Organisatorstatus bijgewerkt\",\"LqBITi\":\"Organisator/standaardsjabloon wordt gebruikt\",\"/IX/7x\":\"Overig\",\"RsiDDQ\":\"Andere Lijsten (Ticket Niet Inbegrepen)\",\"qMASRF\":\"Uitgaande berichten\",\"6/dCYd\":\"Overzicht\",\"6WdDG7\":\"Pagina\",\"8uqsE5\":\"Pagina niet meer beschikbaar\",\"QkLf4H\":\"Pagina-URL\",\"sF+Xp9\":\"Paginaweergaven\",\"c+suC6\":\"Betaalde accounts\",\"QIxRUI\":\"Betaalde, gratis, gelaagde prijzen en op donaties gebaseerde tickets\",\"5F7SYw\":\"Gedeeltelijke terugbetaling\",\"fFYotW\":[\"Gedeeltelijk terugbetaald: \",[\"0\"]],\"i8day5\":\"Kosten doorberekenen aan koper\",\"k4FLBQ\":\"Doorberekenen aan koper\",\"Ff0Dor\":\"Verleden\",\"xTPjSy\":\"Afgelopen evenementen\",\"/l/ckQ\":\"Plak URL\",\"URAE3q\":\"Gepauzeerd\",\"4fL/V7\":\"Betalen\",\"OZK07J\":\"Betaal om te ontgrendelen\",\"c2/9VE\":\"Payload\",\"TskrJ8\":\"Betaling & Plan\",\"5cxUwd\":\"Betaaldatum\",\"ENEPLY\":\"Betaalmethode\",\"EyE8E6\":\"Verwerking van betalingen\",\"8Lx2X7\":\"Betaling ontvangen\",\"vcyz2L\":\"Betalingsinstellingen\",\"fx8BTd\":\"Betalingen niet beschikbaar\",\"51U9mG\":\"Betalingen blijven zonder onderbreking doorlopen\",\"UkM20g\":\"In afwachting van beoordeling\",\"dPYu1F\":\"Per deelnemer\",\"VlXNyK\":\"Per bestelling\",\"hauDFf\":\"Per ticket\",\"mnF83a\":\"Percentage vergoeding\",\"2ueYqG\":\"Percentage vergoeding (0-100%)\",\"K2PPlT\":\"Percentage vergoeding moet tussen 0 en 100 liggen\",\"MixU2P\":\"Percentage moet tussen 0 en 100 liggen\",\"MkuVAZ\":\"Percentage van transactiebedrag\",\"/Bh+7r\":\"Prestaties\",\"6kPk3+\":\"Persoonlijke gegevens\",\"zmwvG2\":\"Telefoon\",\"zFIMat\":\"Pinterest\",\"wBJR8i\":\"Een evenement plannen?\",\"J3lhKT\":\"Platformkosten\",\"RD51+P\":[\"Platformkosten van \",[\"0\"],\" afgetrokken van uw uitbetaling\"],\"br3Y/y\":\"Platformkosten\",\"3buiaw\":\"Platformkosten rapport\",\"kv9dM4\":\"Platformomzet\",\"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.\",\"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)\",\"TjX7xL\":\"Post-Checkout Bericht\",\"OESu7I\":\"Voorkom oververkoop door voorraad te delen over meerdere tickettypes.\",\"NgVUL2\":\"Voorbeeld afrekenformulier\",\"cs5muu\":\"Voorbeeld van de evenementpagina\",\"+4yRWM\":\"Prijs van het ticket\",\"a5jvSX\":\"Prijsniveaus\",\"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\",\"ldVIlB\":\"Bijgewerkt product\",\"JoKGiJ\":\"Kortingscode\",\"k3wH7i\":\"Gebruik van promocodes en uitsplitsing van kortingen\",\"uEhdRh\":\"Alleen promo\",\"dLm8V5\":\"Promotionele e-mails kunnen leiden tot accountopschorting\",\"EEYbdt\":\"Publiceren\",\"evDBV8\":\"Evenement publiceren\",\"dsFmM+\":\"Gekocht\",\"Vw0KCJ\":\"QR-code check-in\",\"oWXNE5\":\"Aant.\",\"k/bJj0\":\"Vragen herschikt\",\"b24kPi\":\"Wachtrij\",\"fqDzSu\":\"Tarief\",\"mnUGVC\":\"Limiet overschreden. Probeer het later opnieuw.\",\"t41hVI\":\"Plek opnieuw aanbieden\",\"spsZys\":\"Klaar om te upgraden? Dit duurt slechts een paar minuten.\",\"vt9xUl\":\"Realtime analyses\",\"xzRvs4\":[\"Productupdates van \",[\"0\"],\" ontvangen.\"],\"pLXbi8\":\"Recente accountaanmeldingen\",\"Fi3b48\":\"Recente bestellingen\",\"7hPBBn\":\"ontvanger\",\"jp5bq8\":\"ontvangers\",\"yPrbsy\":\"Ontvangers\",\"E1F5Ji\":\"Ontvangers zijn beschikbaar nadat het bericht is verzonden\",\"Edm6av\":\"Stripe opnieuw verbinden →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Doorverwijzen naar Stripe...\",\"pnoTN5\":\"Verwijzingsaccounts\",\"ACKu03\":\"Voorbeeld Vernieuwen\",\"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\",\"CQeZT8\":\"Rapport niet gevonden\",\"JEPMXN\":\"Nieuwe link aanvragen\",\"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\",\"kCn6wb\":\"Opnieuw instellen...\",\"6gRgw8\":\"Opnieuw proberen\",\"1BG8ga\":\"Alles opnieuw proberen\",\"rDC+T6\":\"Taak opnieuw proberen\",\"CbnrWb\":\"Terug naar evenement\",\"Oo/PLb\":\"Omzetoverzicht\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Uitverkoop eindigde \",[\"0\"]],\"loCKGB\":[\"Uitverkoop eindigt \",[\"0\"]],\"wlfBad\":\"Uitverkoopperiode\",\"5CDM6r\":\"Verkoopperiode ingesteld\",\"ftzaMf\":\"Verkoopperiode, bestellingslimieten, zichtbaarheid\",\"zpekWp\":[\"Uitverkoop begint \",[\"0\"]],\"mUv9U4\":\"Verkoop\",\"9KnRdL\":\"Verkoop is gepauzeerd\",\"3VnlS9\":\"Verkopen, bestellingen en prestatie-indicatoren voor alle evenementen\",\"3Q1AWe\":\"Verkoop:\",\"B4nE3N\":\"Voorbeeldticketprijs\",\"8BRPoH\":\"Voorbeeldlocatie\",\"DyBPvP\":\"Configuratie opslaan\",\"KZrfYJ\":\"Sociale links opslaan\",\"9Y3hAT\":\"Sjabloon Opslaan\",\"C8ne4X\":\"Ticketontwerp Opslaan\",\"6/TNCd\":\"BTW-instellingen opslaan\",\"I+FvbD\":\"Scannen\",\"QS1Nla\":\"Later plannen\",\"NAzVVw\":\"Bericht plannen\",\"4ba0NE\":\"Gepland\",\"qcP/8K\":\"Geplande tijd\",\"ftNXma\":\"Zoek affiliates...\",\"VY+Bdn\":\"Zoeken op accountnaam of e-mail...\",\"VX+B3I\":\"Zoeken op evenement titel of organisator...\",\"R0wEyA\":\"Zoeken op taaknaam of uitzondering...\",\"VT+urE\":\"Zoeken op naam of e-mail...\",\"GHdjuo\":\"Zoeken op naam, e-mail of account...\",\"20ce0U\":\"Zoeken op bestelling-ID, klantnaam of e-mail...\",\"4DSz7Z\":\"Zoeken op onderwerp, evenement of account...\",\"BWF1kC\":\"Berichten zoeken...\",\"Mck5ht\":\"Veilige afrekening\",\"p7xUrt\":\"Selecteer een categorie\",\"3IcxS1\":\"Selecteer een configuratie\",\"e4L7bF\":\"Selecteer een bericht om de inhoud te bekijken\",\"zPRPMf\":\"Selecteer een niveau\",\"BFRSTT\":\"Selecteer Account\",\"mCB6Je\":\"Selecteer alles\",\"a6+167\":\"Selecteer een evenement\",\"kYZSFD\":\"Selecteer een organisator om hun dashboard en evenementen te bekijken.\",\"CFbaPk\":\"Selecteer deelnemersgroep\",\"hJmVtD\":\"Selecteer land\",\"tVW/yo\":\"Selecteer valuta\",\"n9ZhRa\":\"Selecteer einddatum en tijd\",\"gTN6Ws\":\"Selecteer eindtijd\",\"0U6E9W\":\"Selecteer evenementcategorie\",\"j9cPeF\":\"Soorten evenementen selecteren\",\"1nhy8G\":\"Selecteer scannertype\",\"KizCK7\":\"Selecteer startdatum en tijd\",\"dJZTv2\":\"Selecteer starttijd\",\"3hJUtr\":\"Selecteer het land waar BTW is geregistreerd\",\"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\",\"5Ds0vl\":\"Selecteer welke kostenconfiguratie van toepassing is op dit account. Vaste kosten worden bij het afrekenen omgerekend naar de ordervaluta.\",\"ylXj1N\":\"Geselecteerd\",\"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\",\"QEQlnV\":\"Verstuur uw eerste bericht\",\"IoAuJG\":\"Verzenden...\",\"h69WC6\":\"Verzonden\",\"BVu2Hz\":\"Verzonden door\",\"SPdzrs\":\"Verzonden naar klanten wanneer ze een bestelling plaatsen\",\"LxSN5F\":\"Verzonden naar elke deelnemer met hun ticketgegevens\",\"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.\",\"s0FkEx\":\"Stel inchecklijsten in voor verschillende ingangen, sessies of dagen.\",\"xMO+Ao\":\"Stel je organisatie in\",\"C3htzi\":\"Instelling bijgewerkt\",\"Ohn74G\":\"Instellingen & ontwerp\",\"GG7qDw\":\"Deel affiliatelink\",\"hL7sDJ\":\"Deel organisatorpagina\",\"jy6QDF\":\"Gedeeld capaciteitsbeheer\",\"cMW+gm\":[\"Toon alle platforms (\",[\"0\"],\" meer met waarden)\"],\"UVPI5D\":\"Toon minder platforms\",\"Eu/N/d\":\"Toon marketing opt-in selectievakje\",\"SXzpzO\":\"Toon marketing opt-in selectievakje standaard\",\"b33PL9\":\"Toon meer platforms\",\"t1LIQW\":[\"Toont \",[\"0\"],\" van \",[\"totalRows\"],\" records\"],\"jVRHeq\":\"Aangemeld\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sociaal\",\"d0rUsW\":\"Sociale links\",\"j/TOB3\":\"Sociale links & website\",\"s9KGXU\":\"Verkocht\",\"5qOnWX\":\"Uitverkocht-wachtlijst\",\"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.\",\"H6Gslz\":\"Sorry voor het ongemak.\",\"wdxz7K\":\"Bron\",\"7JFNej\":\"Sport\",\"JcQp9p\":\"Startdatum & tijd\",\"0m/ekX\":\"Startdatum & tijd\",\"izRfYP\":\"Startdatum is verplicht\",\"2R1+Rv\":\"Starttijd van het evenement\",\"2NbyY/\":\"Statistieken\",\"GVUxAX\":\"Statistieken zijn gebaseerd op de aanmaakdatum van het account\",\"DRykfS\":\"Behandelt nog steeds terugbetalingen voor uw oudere transacties.\",\"wuV0bK\":\"Stop Imiteren\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe verbonden\",\"aKtF0O\":\"Stripe niet verbonden\",\"9i0++A\":\"Stripe betalings-ID\",\"/QlTE4\":\"Stripe-installatie is al voltooid.\",\"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\",\"0Dk/l8\":\"SEO-instellingen succesvol bijgewerkt\",\"S8Tua9\":\"Instellingen succesvol bijgewerkt\",\"MhOoLQ\":\"Sociale links succesvol bijgewerkt\",\"kj7zYe\":\"Webhook succesvol bijgewerkt\",\"dXoieq\":\"Samenvatting\",\"/RfJXt\":[\"Zomer Muziekfestival \",[\"0\"]],\"CWOPIK\":\"Zomer Muziekfestival 2025\",\"UaISq3\":\"Zweeds\",\"JZTQI0\":\"Wissel van organisator\",\"9YHrNC\":\"Systeemstandaard\",\"XX32BM\":\"Duurt slechts een paar minuten\",\"yT6dQ8\":\"Geïnde belasting gegroepeerd op belastingtype en evenement\",\"Ye321X\":\"Belastingnaam\",\"WyCBRt\":\"Belastingoverzicht\",\"GkH0Pq\":\"Belastingen en kosten toegepast\",\"Rwiyt2\":\"Belastingen geconfigureerd\",\"iQZff7\":\"Belastingen, kosten, zichtbaarheid, verkoopperiode, productmarkering en bestellingslimieten\",\"BW6QAz\":\"Teambeheer\",\"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.\",\"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!\",\"lhAWqI\":\"Bedankt voor uw steun terwijl we Hi.Events blijven uitbreiden en verbeteren!\",\"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.\",\"MJm4Tq\":\"De valuta van de bestelling\",\"cDHM1d\":\"Het e-mailadres is gewijzigd. De deelnemer ontvangt een nieuw ticket op het bijgewerkte e-mailadres.\",\"I/NNtI\":\"De evenementlocatie\",\"tXadb0\":\"Het evenement dat je zoekt is momenteel niet beschikbaar. Mogelijk is het verwijderd, verlopen of is de URL onjuist.\",\"EBzPwC\":\"Het volledige evenementadres\",\"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.\",\"5OmEal\":\"De taal van de klant\",\"sYLeDq\":\"De organisator die je zoekt is niet gevonden. De pagina is mogelijk verplaatst, verwijderd of de URL is onjuist.\",\"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\",\"z0KrIG\":\"De geplande tijd is vereist\",\"EWErQh\":\"De geplande tijd moet in de toekomst liggen\",\"DEcpfp\":\"Het template body bevat ongeldige Liquid syntax. Corrigeer het en probeer opnieuw.\",\"injXD7\":\"Het BTW-nummer kon niet worden gevalideerd. Controleer het nummer en probeer het opnieuw.\",\"A4UmDy\":\"Theater\",\"tDwYhx\":\"Thema en kleuren\",\"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.\",\"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\",\"RzEvf5\":\"Dit evenement is afgelopen\",\"YClrdK\":\"Dit evenement is nog niet gepubliceerd\",\"dFJnia\":\"Dit is de naam van je organisator die aan je gebruikers wordt getoond.\",\"L7dIM7\":\"Deze link is ongeldig of verlopen.\",\"MR5ygV\":\"Deze link is niet meer geldig\",\"9LEqK0\":\"Deze naam is zichtbaar voor eindgebruikers\",\"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\",\"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.\",\"0Ew0uk\":\"Dit ticket is net gescand. Wacht even voordat u opnieuw scant.\",\"kvpxIU\":\"Dit wordt gebruikt voor meldingen en communicatie met je gebruikers.\",\"rhsath\":\"Dit is niet zichtbaar voor klanten, maar helpt je de affiliate te identificeren.\",\"Mr5UUd\":\"Ticket geannuleerd\",\"0GSPnc\":\"Ticketontwerp\",\"EZC/Cu\":\"Ticketontwerp succesvol opgeslagen\",\"bbslmb\":\"Ticket ontwerper\",\"1BPctx\":\"Ticket voor\",\"bgqf+K\":\"E-mail van tickethouder\",\"oR7zL3\":\"Naam van tickethouder\",\"HGuXjF\":\"Tickethouders\",\"CMUt3Y\":\"Tickethouders\",\"awHmAT\":\"Ticket-ID\",\"6czJik\":\"Ticket Logo\",\"OkRZ4Z\":\"Ticket Naam\",\"t79rDv\":\"Ticket niet gevonden\",\"6tmWch\":\"Ticket of product\",\"1tfWrD\":\"Ticketvoorbeeld voor\",\"KnjoUA\":\"Ticketprijs\",\"tGCY6d\":\"Ticket Prijs\",\"pGZOcL\":\"Ticket succesvol opnieuw verzonden\",\"8jLPgH\":\"Tickettype\",\"X26cQf\":\"Ticket URL\",\"8qsbZ5\":\"Ticketing & verkoop\",\"zNECqg\":\"tickets\",\"6GQNLE\":\"Tickets\",\"NRhrIB\":\"Tickets en producten\",\"EUnesn\":\"Tickets beschikbaar\",\"AGRilS\":\"Verkochte Tickets\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"Aan\",\"nniGTr\":\"Om configuraties te bewerken, ga naar de sectie Configuraties in het beheerdersmenu.\",\"tiI71C\":\"Om uw limieten te verhogen, neem contact met ons op via\",\"BZBYf3\":\"Om creditcardbetalingen te ontvangen, moet je je Stripe-account koppelen. Stripe is onze partner voor betalingsverwerking die veilige transacties en tijdige uitbetalingen garandeert.\",\"W428WC\":\"Kolommen schakelen\",\"UBSG1X\":\"Top organisatoren (Laatste 14 dagen)\",\"3sZ0xx\":\"Totaal Accounts\",\"EaAPbv\":\"Totaal betaald bedrag\",\"SMDzqJ\":\"Totaal deelnemers\",\"orBECM\":\"Totaal geïnd\",\"k5CU8c\":\"Totaal inschrijvingen\",\"4B7oCp\":\"Totale kosten\",\"KSDwd5\":\"Totaal aantal bestellingen\",\"vb0Q0/\":\"Totaal Gebruikers\",\"oJjplO\":\"Totaal weergaven\",\"orluER\":\"Volg accountgroei en prestaties per attributiebron\",\"NHq3l1\":\"Volg verkoop, omzet en aanwezigheid met gedetailleerde rapporten\",\"OpKMSn\":\"Transactiekosten:\",\"uKOFO5\":\"Waar als offline betaling\",\"9GsDR2\":\"Waar als betaling in behandeling\",\"ouM5IM\":\"Probeer een ander e-mailadres\",\"3DZvE7\":\"Probeer Hi.Events Gratis\",\"Kz91g/\":\"Turks\",\"GdOhw6\":\"Geluid uitschakelen\",\"KUOhTy\":\"Geluid inschakelen\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Type ticket\",\"IrVSu+\":\"Kan product niet dupliceren. Controleer uw gegevens\",\"Vx2J6x\":\"Kan deelnemer niet ophalen\",\"h0dx5e\":\"Kan niet aan de wachtlijst worden toegevoegd\",\"n57zCW\":\"Niet-toegewezen accounts\",\"b9SN9q\":\"Unieke bestelreferentie\",\"Ef7StM\":\"Onbekend\",\"ZBAScj\":\"Onbekende deelnemer\",\"ZkS2p3\":\"Evenement niet publiceren\",\"X13xGn\":\"Niet vertrouwd\",\"Pp1sWX\":\"Affiliate bijwerken\",\"KMMOAy\":\"Upgrade beschikbaar\",\"gJQsLv\":\"Upload een omslagafbeelding voor je organisator\",\"4kEGqW\":\"Upload een logo voor je organisator\",\"lnCMdg\":\"Afbeelding uploaden\",\"29w7p6\":\"Afbeelding uploaden...\",\"HtrFfw\":\"URL is vereist\",\"WBq1/R\":\"USB-scanner al actief\",\"EV30TR\":\"USB-scannermodus geactiveerd. Begin nu met het scannen van tickets.\",\"fovJi3\":\"USB-scannermodus gedeactiveerd\",\"hli+ga\":\"USB/HID-scanner\",\"OHJXlK\":\"Gebruik <0>Liquid-templating om uw e-mails te personaliseren\",\"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\",\"rnoQsz\":\"Gebruikt voor randen, accenten en QR-code styling\",\"BV4L/Q\":\"UTM-analyse\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Geldig\",\"GuXjc5\":\"Gevalideerd\",\"imLQ9Y\":\"Uw BTW-nummer valideren...\",\"cK9+xQ\":\"BTW-land\",\"sqdl5s\":\"BTW-informatie\",\"UjNWsF\":\"BTW kan worden toegepast op platformkosten afhankelijk van uw BTW-registratiestatus. Vul het BTW-informatiegedeelte hieronder in.\",\"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\",\"CZomgW\":\"BTW-geregistreerd\",\"PCRCCN\":\"BTW-registratie-informatie\",\"oSDBWm\":\"BTW-instellingen\",\"Nfbg76\":\"BTW-instellingen succesvol opgeslagen\",\"UvYql/\":\"BTW-instellingen opgeslagen. We valideren uw BTW-nummer op de achtergrond.\",\"R6n7j9\":\"BTW-instellingen succesvol 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\",\"AdWhjZ\":\"Verificatiecode\",\"QDEWii\":\"Geverifieerd\",\"wCKkSr\":\"Verifieer e-mail\",\"/IBv6X\":\"Verifieer je e-mailadres\",\"e/cvV1\":\"Verifiëren...\",\"fROFIL\":\"Vietnamees\",\"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\",\"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\",\"wPRp9Z\":\"Alleen zichtbaar voor check-in personeel. Helpt deze lijst te identificeren tijdens check-in.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Wachtend\",\"quR8Qp\":\"Wachten op betaling\",\"u0n+wz\":\"Wachtlijst\",\"3RXFtE\":\"Waitlist Enabled\",\"aUi/Dz\":\"Waarschuwing: dit is de standaardsysteemconfiguratie. Wijzigingen zijn van invloed op alle accounts die geen specifieke configuratie toegewezen hebben.\",\"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.\",\"HJKdzP\":\"Er is een probleem opgetreden bij het laden van deze pagina. Probeer het opnieuw.\",\"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\",\"x8rEDQ\":\"We konden uw BTW-nummer niet valideren na meerdere pogingen. We blijven het op de achtergrond proberen. Kom later terug.\",\"Uo5ddP\":[\"We sturen je een e-mail als er een plek beschikbaar komt voor \",[\"0\"],\".\"],\"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.\",\"zCdObC\":\"We hebben officieel ons hoofdkantoor naar Ierland 🇮🇪 verplaatst. Als onderdeel van deze overgang gebruiken we nu Stripe Ierland in plaats van Stripe Canada. Om uw uitbetalingen soepel te laten verlopen, moet u uw Stripe-account opnieuw verbinden.\",\"jh2orE\":\"We hebben ons hoofdkantoor naar Ierland verplaatst. Daarom moet u uw Stripe-account opnieuw verbinden. Dit snelle proces duurt slechts enkele minuten. Uw verkopen en bestaande gegevens blijven volledig onaangetast.\",\"Fq/Nx7\":\"We hebben een 5-cijferige verificatiecode verzonden naar:\",\"GdWB+V\":\"Webhook succesvol aangemaakt\",\"2X4ecw\":\"Webhook succesvol verwijderd\",\"CThMKa\":\"Webhook logboeken\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook verzendt geen meldingen\",\"FSaY52\":\"Webhook stuurt meldingen\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Website\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Welkom terug\",\"QDWsl9\":[\"Welkom bij \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Welkom bij \",[\"0\"],\", hier is een overzicht van al je evenementen\"],\"FaSXqR\":\"Wat voor type evenement?\",\"f30uVZ\":\"Wat u moet doen:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Wanneer een check-in wordt verwijderd\",\"Gmd0hv\":\"Wanneer een nieuwe deelnemer 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.\",\"Q7CWxp\":\"Wanneer een deelnemer wordt geannuleerd\",\"IuUoyV\":\"Wanneer een deelnemer is ingecheckt\",\"nBVOd7\":\"Wanneer een deelnemer 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.\",\"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.\",\"uchB0M\":\"Widget voorbeeld\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Schrijf hier je bericht...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"5VGIlq\":\"U heeft uw berichtenlimiet bereikt.\",\"casL1O\":\"Je hebt belastingen en kosten toegevoegd aan een Gratis product. Wilt u deze verwijderen?\",\"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.\",\"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.\",\"FgRxRP\":\"U bent 100% eigenaar van uw deelnemersgegevens, altijd\",\"88cUW+\":\"U ontvangt\",\"U3wiCB\":\"U bent helemaal klaar! Uw betalingen worden soepel verwerkt.\",\"MNFIxz\":[\"Je gaat naar \",[\"0\"],\"!\"],\"qGZz0m\":\"Je staat op de wachtlijst!\",\"/5HL6k\":\"Je hebt een plek aangeboden gekregen!\",\"p/Sa0j\":\"Uw account heeft berichtenlimieten. Om uw limieten te verhogen, neem contact met ons op via\",\"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!\",\"R02pnV\":\"Je evenement moet live zijn voordat je tickets kunt verkopen aan deelnemers.\",\"hDNwnf\":\"Uw logo, kleuren en stijl op elke pagina\",\"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\",\"6heFYY\":\"Uw Stripe-account is verbonden en verwerkt betalingen.\",\"vvO1I2\":\"Je Stripe-account is verbonden en klaar om betalingen te verwerken.\",\"CnZ3Ou\":\"Je tickets zijn bevestigd.\",\"EmFsMZ\":\"Uw BTW-nummer staat in de wachtrij voor validatie\",\"QBlhh4\":\"Uw BTW-nummer wordt gevalideerd wanneer u opslaat\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Producten zoeken\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Kopieer gegevens naar eerste deelnemer\"],\"+4yRWM\":[\"Prijs van het ticket\"],\"+4zM7f\":[\"Ontvang onmiddellijk betaling via Stripe Connect\"],\"+5Mlle\":[\"Even geduld alstublieft terwijl we uw bestellingen klaarmaken voor export...\"],\"+8bmSu\":[\"Californië\"],\"+CeSxK\":[\"Check-in lijst succesvol verwijderd\"],\"+FWjhR\":[\"Je hebt geen tijd meer om je bestelling af te ronden.\"],\"+G/XiQ\":[\"Jaar tot nu toe\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"Postcode\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Deze stap overslaan\"],\"+QARA4\":[\"Kunst\"],\"+WFMis\":[\"Bekijk en download rapporten voor al uw evenementen. Alleen voltooide bestellingen zijn inbegrepen.\"],\"+Y976X\":[\"Geen promotiecodes om te tonen\"],\"+dAKxg\":[\"Geen configuraties gevonden\"],\"+eZ7dp\":[\"Offline betalingen\"],\"+fA4C7\":[\"Dupliceer opties\"],\"+guao5\":[\"Configuratie bewerken\"],\"+hBhWk\":[\"Check-in lijst is verlopen\"],\"+jIeoh\":[\"Geen accounts gevonden\"],\"+jw/c1\":[\"Verwijder afbeelding\"],\"+pr/FY\":[\"Zoeken op evenementnaam...\"],\"+qqX74\":[\"Naam, beschrijving en data van evenement bijwerken\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Code is verplicht\"],\"+zy2Nq\":[\"Type\"],\"/2by1f\":[\"Staat of regio\"],\"/3017M\":[\"Verbonden met Stripe\"],\"/4gGIX\":[\"Kopiëren naar klembord\"],\"/5HL6k\":[\"Je hebt een plek aangeboden gekregen!\"],\"/5PEQz\":[\"Evenementpagina bekijken\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Terugbetaald\"],\"/Bh+7r\":[\"Prestaties\"],\"/CV2x+\":[\"Weet je zeker dat je deze deelnemer wilt annuleren? Hiermee vervalt hun ticket\"],\"/DNy62\":[\"We konden geen tickets vinden die overeenkomen met \",[\"0\"]],\"/H326L\":[\"Al terugbetaald\"],\"/HGmW9\":[\"Maak traceerbare links om partners te belonen die je evenement promoten.\"],\"/HkCs4\":[[\"0\"],\" tickets\"],\"/IBv6X\":[\"Verifieer je e-mailadres\"],\"/IX/7x\":[\"Overig\"],\"/IzmnP\":[\"Wacht even terwijl we uw factuur opstellen...\"],\"/JdZIP\":[\"Toegewezen configuratie\"],\"/Jizh9\":[\"Kies een account\"],\"/PN1DA\":[\"Voeg een beschrijving toe voor deze check-in lijst\"],\"/QlTE4\":[\"Stripe-installatie is al voltooid.\"],\"/RfJXt\":[\"Zomer Muziekfestival \",[\"0\"]],\"/Rj5P4\":[\"Jouw naam\"],\"/SIY6o\":[\"SEO Trefwoorden\"],\"/SgoNA\":[\"Totale belasting\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Uitchecken\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Geen attributiegegevens gevonden\"],\"/bhMdO\":[\"Mijn verbazingwekkende evenementbeschrijving...\"],\"/cSMqv\":[\"Kan geen vraag maken. Controleer uw gegevens\"],\"/dgc8E\":[\"Evenementdatum\"],\"/gWrVZ\":[\"Dagelijkse omzet, belastingen, kosten en terugbetalingen voor alle evenementen\"],\"/iE8xx\":[\"Hi.Events kosten\"],\"/jHBj5\":[\"Affiliate succesvol aangemaakt\"],\"/jQctM\":[\"Aan\"],\"/jZOZa\":[\"Servicevergoeding\"],\"/l/ckQ\":[\"Plak URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Tarieven\"],\"/p9Fhq\":[\"Onbeperkt beschikbaar\"],\"/roQKz\":[\"Percentage\"],\"/sV91a\":[\"Kostenafhandeling\"],\"/u4DIx\":[\"Verkochte producten\"],\"/xC/im\":[\"Factureringsinstellingen\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"Een korte beschrijving van je organisator die aan je gebruikers wordt getoond.\"],\"0+iwE5\":[\"Vragen herschikken mislukt\"],\"0/+Nn9\":[\"Uw berichten verschijnen hier\"],\"0/vPdA\":[\"Voeg notities over de genodigde toe. Deze zijn niet zichtbaar voor de deelnemer.\"],\"0/yJtP\":[\"Bestelbezitters berichten sturen met specifieke producten\"],\"01WH0a\":[\"We konden je betaling niet bevestigen. Probeer het opnieuw of neem contact op met de klantenservice.\"],\"01sEfm\":[\"Kan de standaardsysteemconfiguratie niet verwijderen\"],\"02ePaq\":[\"Kies \",[\"0\"]],\"06s3w3\":[\"Verberg product voor start verkoopdatum\"],\"074+X8\":[\"Geen actieve webhooks\"],\"0Dk/l8\":[\"SEO-instellingen succesvol bijgewerkt\"],\"0Ew0uk\":[\"Dit ticket is net gescand. Wacht even voordat u opnieuw scant.\"],\"0GSPnc\":[\"Ticketontwerp\"],\"0GwUT4\":[\"Verder naar afrekenen\"],\"0I0Hac\":[\"Belangrijke mededeling\"],\"0R3Y+9\":[\"Deelnemer E-mail\"],\"0RXCDo\":[\"Belasting of vergoeding succesvol verwijderd\"],\"0U6E9W\":[\"Selecteer evenementcategorie\"],\"0UZTSq\":[\"Bestelvaluta\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Evenement Standaarden\"],\"0Zypnp\":[\"Beheerders Dashboard\"],\"0aVEBY\":[\"Weet u zeker dat u alle mislukte taken wilt verwijderen?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Gebruik bestelgegevens voor alle deelnemers. Namen en e-mailadressen van deelnemers komen overeen met de informatie van de koper.\"],\"0m/ekX\":[\"Startdatum & tijd\"],\"0pC/y6\":[\"Evenement\"],\"0zpgxV\":[\"Opties\"],\"147G4h\":[\"Weet u zeker dat u wilt vertrekken?\"],\"15qAvl\":[\"Je hebt geen in behandeling zijnde e-mailwijziging.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Evenementenprestaties\"],\"1BG8ga\":[\"Alles opnieuw proberen\"],\"1BPctx\":[\"Ticket voor\"],\"1DBGsz\":[\"Opmerkingen\"],\"1E0vyy\":[\"We konden de gegevens niet laden. Probeer het opnieuw.\"],\"1HfW/F\":[\"Kleuren\"],\"1Hzev4\":[\"Evenement aangepaste sjabloon\"],\"1J/AWD\":[\"Ticket Bekijken\"],\"1JnTgU\":[\"Gekopieerd van boven\"],\"1JwlHk\":[\"Productcategorie\"],\"1MAvUY\":[\"Beheer de betalings- en factureringsinstellingen voor dit evenement.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Bestelling succesvol bijgewerkt\"],\"1SbbH8\":[\"Wordt aan de klant getoond nadat hij heeft afgerekend, op de overzichtspagina van de bestelling.\"],\"1USFWA\":[\"Product succesvol verwijderd\"],\"1UzENP\":[\"Nee\"],\"1WnhCL\":[\"Afrekeninstellingen\"],\"1Xxb9f\":[\"Betalingsverwerking aansluiten\"],\"1YMS+X\":[\"Je evenement wordt aangemaakt, even geduld\"],\"1Ycaad\":[\"Product succesvol bijgewerkt\"],\"1ZKm04\":[\"Is dit account BTW-geregistreerd in de EU?\"],\"1ZaQUH\":[\"Achternaam\"],\"1bZAZA\":[\"Standaardsjabloon wordt gebruikt\"],\"1d6kks\":[\"+Belasting/Kosten\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Bestellingen\"],\"1jRD0v\":[\"Deelnemers berichten sturen met specifieke tickets\"],\"1jUg5D\":[\"Aangeboden\"],\"1k0Mp4\":[\"Deze check-in lijst is nog niet actief\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Terugbetalingsmelding e-mail verzenden\"],\"1lRT3t\":[\"Als je deze capaciteit uitschakelt, worden de verkopen bijgehouden, maar niet gestopt als de limiet is bereikt\"],\"1m+YT2\":[\"Verplichte vragen moeten worden beantwoord voordat de klant kan afrekenen.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Selecteer scannertype\"],\"1njn7W\":[\"Licht\"],\"1oPDuj\":[\"Attributiewaarde\"],\"1qY5Ue\":[\"Link verlopen of ongeldig\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Voer het BTW-nummer in inclusief landcode\"],\"1tfWrD\":[\"Ticketvoorbeeld voor\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Accentkleur\"],\"1vBhpG\":[\"Eerste deelnemer\"],\"1z26sk\":[\"Teamlid uitnodigen\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Download verkoop-, deelnemer- en financiële rapporten voor alle voltooide bestellingen.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Zoeken op bestelling-ID, klantnaam of e-mail...\"],\"22BOve\":[\"Deelnemer succesvol bijgewerkt\"],\"22Itl6\":[\"Stuur mij een kopie\"],\"22xieU\":[\"bijv. 180 (3 uur)\"],\"237hSL\":[\"Beëindigd\"],\"24l4x6\":[\"Product toevoegen\"],\"25QDJ1\":[\"- Klik om te publiceren\"],\"261RBr\":[\"Bericht goedkeuren\"],\"26pGvx\":[\"Heb je een promotiecode?\"],\"29w7p6\":[\"Afbeelding uploaden...\"],\"2E2O5H\":[\"De diverse instellingen voor dit evenement aanpassen\"],\"2FzaR1\":[\"Beheer uw betalingsverwerking en bekijk de platformkosten\"],\"2KAI4N\":[\"CSV exporteren\"],\"2L3vle\":[\"Max berichten / 24u\"],\"2LMsOq\":[\"Laatste 12 maanden\"],\"2NLjA6\":[\"De omslagafbeelding wordt bovenaan je organisatorpagina weergegeven\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Statistieken\"],\"2O7Ybb\":[\"Aanbod-tijdslimiet\"],\"2POOFK\":[\"Gratis\"],\"2R1+Rv\":[\"Starttijd van het evenement\"],\"2RZK9x\":[\"We konden de bestelling die u zoekt niet vinden. De link is mogelijk verlopen of de bestelgegevens zijn gewijzigd.\"],\"2VLZwd\":[\"Call-to-Action Knop\"],\"2X4ecw\":[\"Webhook succesvol verwijderd\"],\"2bR+8v\":[\"Totaal Brutoverkoop\"],\"2cUopP\":[\"Start het bestelproces opnieuw.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Aangemeld\"],\"2hGPQG\":[\"Voorbeelden: \\\"T-shirt maat\\\", \\\"Maaltijdvoorkeur\\\", \\\"Functietitel\\\"\"],\"2iZEz7\":[\"Antwoord bewerken\"],\"2q/Q7x\":[\"Zichtbaarheid\"],\"2r6bAy\":[\"Zodra u de upgrade voltooit, wordt uw oude account alleen gebruikt voor terugbetalingen.\"],\"2rHwhl\":[\"In afwachting van offline betaling\"],\"2tbLdK\":[\"Liefdadigheid\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Percentage vergoeding (0-100%)\"],\"31KB8w\":[\"Alle mislukte taken verwijderd\"],\"352VU2\":[\"Heeft u geen account? <0>Aanmelden\"],\"38KFY0\":[\"Variabele Invoegen\"],\"3DZvE7\":[\"Probeer Hi.Events Gratis\"],\"3ENYTQ\":[\"Uw verzoek om uw e-mail te wijzigen in <0>\",[\"0\"],\" is in behandeling. Controleer uw e-mail om te bevestigen\"],\"3EXqwa\":[\"Categorie succesvol aangemaakt\"],\"3F1nBX\":[\"Donatie / Betaal wat je wilt product\"],\"3GfR6a\":[\"Voer bedrijfsnaam in\"],\"3IEF7U\":[[\"totalCount\"],\" tickettypen\"],\"3IcxS1\":[\"Selecteer een configuratie\"],\"3Kzsk7\":[\"Dit product is een ticket. Kopers krijgen bij aankoop een ticket\"],\"3LtiBI\":[\"Korting in \",[\"0\"]],\"3NT0Ck\":[\"Bestelling is geannuleerd\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Verkoop:\"],\"3R/Tu2\":[\"Standaard kostenafhandeling\"],\"3RQ81z\":[\"Elke persoon ontvangt een e-mail met een gereserveerde plek om de aankoop te voltooien.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Maak verbinding met Stripe\"],\"3VnlS9\":[\"Verkopen, bestellingen en prestatie-indicatoren voor alle evenementen\"],\"3Z223G\":[\"Fout bij bevestigen e-mailadres\"],\"3ZI8IL\":[\"U moet akkoord gaan met de algemene voorwaarden\"],\"3bR1r4\":[\"Voer affiliate e-mail in (optioneel)\"],\"3buiaw\":[\"Platformkosten rapport\"],\"3cKoxx\":[\"Configuraties\"],\"3cqmut\":[\"Affiliates helpen je om verkopen van partners en influencers bij te houden. Maak affiliatecodes aan en deel ze om prestaties te monitoren.\"],\"3ep0Gx\":[\"Algemene informatie over je organisator\"],\"3hJUtr\":[\"Selecteer het land waar BTW is geregistreerd\"],\"3oSV95\":[\"Selecteer productcategorie\"],\"3ogkAk\":[\"Dupliceer Evenement\"],\"3pykXZ\":[\"Accepteer bankoverschrijvingen, cheques of andere offline betalingsmethoden\"],\"3sRuiW\":[\"Geen tickets gevonden\"],\"3sVRey\":[\"Tickets aanbieden\"],\"3sZ0xx\":[\"Totaal Accounts\"],\"3suLF0\":[\"Capaciteitstoewijzing succesvol bijgewerkt\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Pas het uiterlijk van je organisatorpagina aan\"],\"3wF4Q/\":[\"Wacht op betaling\"],\"3wV73y\":[\"Stad\"],\"3y+V4p\":[\"Adres organisatie\"],\"3yNuBV\":[\"BTW-instellingen bewerken\"],\"3yiej1\":[\"bijv. 23,5 voor 23,5%\"],\"3zRbWw\":[\"Zoeken op naam, e-mail of bestelnummer...\"],\"4+am6b\":[\"Nee, houd me hier\"],\"4/If97\":[\"Update status evenement mislukt. Probeer het later opnieuw\"],\"4/kP5a\":[\"Als er geen nieuw tabblad automatisch is geopend, klik dan op de knop hieronder om door te gaan naar afrekenen.\"],\"403wpZ\":[\"Indien ingeschakeld, kunnen nieuwe evenementen deelnemers hun eigen ticketgegevens beheren via een beveiligde link. Dit kan per evenement worden overschreven.\"],\"40Gx0U\":[\"Tijdzone\"],\"41BQ3k\":[\"Contact e-mail\"],\"41dJPO\":[\"Geen BTW-instellingen geconfigureerd\"],\"45Srzt\":[\"We konden de categorie niet verwijderen. Probeer het opnieuw.\"],\"48Y16Q\":[\"Eindtijd (optioneel)\"],\"48rf3i\":[\"Bericht kan niet meer dan 5000 tekens bevatten\"],\"4B7oCp\":[\"Totale kosten\"],\"4CETZY\":[\"Routebeschrijving\"],\"4D3rRj\":[\"Ga terug naar profiel\"],\"4DSz7Z\":[\"Zoeken op onderwerp, evenement of account...\"],\"4GLxhy\":[\"Aan de slag\"],\"4GhX3c\":[\"Geen webhooks\"],\"4H80qv\":[\"Bestelling succesvol bijgewerkt\"],\"4HVzhV\":[\"Deelnemers:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Evenement niet beschikbaar\"],\"4K2OjV\":[\"Evenementlocatie\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Weet je zeker dat je dit organisatorprofiel wilt publiceren? Eenmaal gepubliceerd is het zichtbaar voor het publiek.\"],\"4WT5tD\":[\"🎨 Je evenementpagina aanpassen\"],\"4Y2FZT\":[\"Product Prijs Type\"],\"4bUH9i\":[\"Verzamel deelnemersgegevens voor elk gekocht ticket.\"],\"4ba0NE\":[\"Gepland\"],\"4fL/V7\":[\"Betalen\"],\"4kEGqW\":[\"Upload een logo voor je organisator\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Geef aanvullende context of instructies voor deze vraag. Gebruik dit veld om algemene voorwaarden, richtlijnen of andere belangrijke informatie toe te voegen die deelnemers moeten weten voordat ze antwoorden.\"],\"4lVaWA\":[\"In afwachting van offline betaling\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"Voornaam is verplicht\"],\"4qmnU8\":[\"Verbind uw Stripe-account om betalingen te accepteren.\"],\"4rnJq4\":[\"Insluitscript\"],\"4ueloy\":[\"Wat is een categorie?\"],\"4wUIjX\":[\"Maak je evenement live\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"BTW-validatieservice tijdelijk niet beschikbaar\"],\"51AsAN\":[\"Controleer je inbox! Als er tickets gekoppeld zijn aan dit e-mailadres, ontvang je een link om ze te bekijken.\"],\"51U9mG\":[\"Betalingen blijven zonder onderbreking doorlopen\"],\"54GxeB\":[\"Geen impact op uw huidige of eerdere transacties\"],\"54MPqC\":[\"bijv. Standaard, Premium, Enterprise\"],\"54q0zp\":[\"Tickets voor\"],\"55i7Fa\":[\"Dit bericht wordt alleen weergegeven als de bestelling succesvol is afgerond. Bestellingen die op betaling wachten, krijgen dit bericht niet te zien\"],\"5670b9\":[\"Tickets aanbieden mislukt\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"ticket\"],\"5CDM6r\":[\"Verkoopperiode ingesteld\"],\"5CQ+r0\":[\"Deelnemers met onbetaalde bestellingen toestaan om in te checken\"],\"5CiNPm\":[\"Ticket opnieuw verzenden\"],\"5Ds0vl\":[\"Selecteer welke kostenconfiguratie van toepassing is op dit account. Vaste kosten worden bij het afrekenen omgerekend naar de ordervaluta.\"],\"5F7SYw\":[\"Gedeeltelijke terugbetaling\"],\"5FSIzj\":[\"Let op\"],\"5H3Z78\":[\"Weet je zeker dat je deze webhook wilt verwijderen?\"],\"5It1cQ\":[\"Geëxporteerde bestellingen\"],\"5K8REg\":[\"Deze bestelling is al terugbetaald.\"],\"5LAZwq\":[\"Imitatie gestart\"],\"5LDT6f\":[\"Bekijk dit evenement!\"],\"5N4wLD\":[\"Wat voor vraag is dit?\"],\"5OmEal\":[\"De taal van de klant\"],\"5Qmxo/\":[\"Weet je zeker dat je de publicatie van dit organisatorprofiel wilt ongedaan maken? Het is dan niet meer zichtbaar voor het publiek.\"],\"5RDEEn\":[\"Besteltaal\"],\"5ShqeM\":[\"De check-in lijst die je zoekt bestaat niet.\"],\"5T2HxQ\":[\"Activeringsdatum\"],\"5UbY+B\":[\"Deelnemers met een specifiek ticket\"],\"5VGIlq\":[\"U heeft uw berichtenlimiet bereikt.\"],\"5YrKW7\":[\"Voltooi je betaling om je tickets veilig te stellen.\"],\"5b3QLi\":[\"Uw plan\"],\"5cxUwd\":[\"Betaaldatum\"],\"5lcVkL\":[\"Details verbinding\"],\"5mpF6N\":[\"Vast bedrag in \",[\"currencyCode\"]],\"5n+Wwp\":[\"Organisator succesvol bijgewerkt\"],\"5qOnWX\":[\"Uitverkocht-wachtlijst\"],\"5slqwZ\":[\"Maak je evenement aan\"],\"5tT0+u\":[\"Ongeldig e-mailformaat\"],\"5tl0Bp\":[\"Registratievragen\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Verberg dit product voor klanten\"],\"6/TNCd\":[\"BTW-instellingen opslaan\"],\"6/dCYd\":[\"Overzicht\"],\"60u+dQ\":[\"Omslagafbeelding wordt bovenaan je evenementpagina weergegeven\"],\"621rYf\":[\"Betaling\"],\"62Ciis\":[\"Zijbalk sluiten\"],\"65A04M\":[\"Spaans\"],\"67NsZP\":[\"Evenement aanmaken...\"],\"67OJ7t\":[\"Bestelling Bekijken\"],\"68Axnm\":[\"Er is een fout opgetreden bij het verwerken van uw verzoek. Probeer het opnieuw.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Tickets\"],\"6HK5Ct\":[\"Afgeronde bestellingen\"],\"6IwNUc\":[\"E-mail Sjablonen\"],\"6JzK4N\":[\"Link naar ticket\"],\"6K/IHl\":[\"Hier is een voorbeeld van hoe je het component in je applicatie kunt gebruiken.\"],\"6K0GjX\":[\"Tekst kan moeilijk leesbaar zijn\"],\"6KnyG0\":[\"Voer e-mail in\"],\"6MIiOI\":[\"nog \",[\"0\"]],\"6PNlRV\":[\"Voeg dit evenement toe aan je agenda\"],\"6PecK3\":[\"Aanwezigheid en incheckpercentages voor alle evenementen\"],\"6RmHKN\":[\"Primaire kleur\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Gekopieerd\"],\"6WdDG7\":[\"Pagina\"],\"6YtxFj\":[\"Naam\"],\"6Z/F61\":[\"Geen gegevens om weer te geven. Selecteer een datumbereik\"],\"6a/UJE\":[\"Sorry, deze promotiecode wordt niet herkend\"],\"6aXq+t\":[\"Onderwerp:\"],\"6bBh3/\":[\"Vaste vergoeding\"],\"6czJik\":[\"Ticket Logo\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Bestelstatussen\"],\"6euFZ/\":[\"Een standaard \",[\"type\"],\" wordt automatisch toegepast op alle nieuwe producten. Je kunt dit opheffen per product.\"],\"6fLyj/\":[\"Als je deze wijziging niet hebt aangevraagd, verander dan onmiddellijk je wachtwoord.\"],\"6fuA9p\":[\"Evenement succesvol gedupliceerd\"],\"6gRgw8\":[\"Opnieuw proberen\"],\"6heFYY\":[\"Uw Stripe-account is verbonden en verwerkt betalingen.\"],\"6imsQS\":[\"Chinees (Vereenvoudigd)\"],\"6jYQGG\":[\"Geen afgelopen evenementen\"],\"6kPk3+\":[\"Persoonlijke gegevens\"],\"6kdXbW\":[\"Maak een Promo Code\"],\"6nDzTl\":[\"Goede leesbaarheid\"],\"6tmWch\":[\"Ticket of product\"],\"6uwAvx\":[\"Je kunt dit prijsniveau niet verwijderen omdat er al producten voor dit niveau worden verkocht. In plaats daarvan kun je het verbergen.\"],\"6xCBVN\":[\"Instellingen voor betalen en factureren succesvol bijgewerkt\"],\"6zQOg1\":[\"De prijs die aan de klant wordt getoond is exclusief belastingen en toeslagen. Deze worden apart weergegeven\"],\"7+grte\":[\"Bevestigingsmail verzonden! Controleer je inbox.\"],\"7/9RFs\":[\"Afbeelding uploaden mislukt.\"],\"70dYC8\":[\"Succesvol bijgewerkte promotiecode\"],\"72c5Qo\":[\"Totaal\"],\"73nxDO\":[\"Misc-instellingen met succes bijgewerkt\"],\"73qYgo\":[\"Verzenden als test\"],\"744BMm\":[\"Voltooi je bestelling om je tickets veilig te stellen. Dit aanbod is tijdelijk, dus wacht niet te lang.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Je check-in lijst is succesvol aangemaakt. Deel de onderstaande link met je check-in personeel.\"],\"7B5M35\":[\"Check-Ins\"],\"7Bj3x9\":[\"Mislukt\"],\"7Cx5It\":[\"Vroege vogel\"],\"7D9MJz\":[\"Volledige Stripe-instelling\"],\"7ER2sc\":[\"Uitgelicht\"],\"7JF9w9\":[\"Vraag toevoegen\"],\"7JFNej\":[\"Sport\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Acties\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Gebruiker\"],\"7VpPHA\":[\"Bevestig\"],\"7YJdgG\":[\"Je bestellingen verschijnen hier zodra ze binnenkomen.\"],\"7YZofi\":[\"Voer een onderwerp en hoofdtekst in om het voorbeeld te zien\"],\"7dSOhU\":[\"Wachtlijst inschakelen\"],\"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.\"],\"7hPBBn\":[\"ontvanger\"],\"7kOMfV\":[\"Evenement succesvol bijgewerkt\"],\"7ns+do\":[\"Bedrijfsadres\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"Alle gearchiveerde evenementen\"],\"7vhWI8\":[\"Nieuw wachtwoord\"],\"7wtpH5\":[\"Sjabloon Actief\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Naam is verplicht\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Liquid Token Invoegen\"],\"876pfE\":[\"Klant\"],\"87a/t/\":[\"Label\"],\"88cUW+\":[\"U ontvangt\"],\"89xaFU\":[\"Stel de standaard platformkosteninstellingen in voor nieuwe evenementen onder deze organisator.\"],\"8AiKIu\":[\"Maak ticket of product aan\"],\"8BMPMe\":[\"Webhook verzendt geen meldingen\"],\"8BRPoH\":[\"Voorbeeldlocatie\"],\"8BwQeU\":[\"Instelling voltooien\"],\"8Etqrl\":[\"Automatisch tickets aanbieden aan de volgende persoon wanneer er capaciteit vrijkomt\"],\"8F1i42\":[\"Pagina niet gevonden\"],\"8KDgYV\":[\"Bereid je evenement voor\"],\"8KmsFa\":[\"Selecteer een datumbereik\"],\"8Lx2X7\":[\"Betaling ontvangen\"],\"8OhzyY\":[\"Wanneer een product wordt verwijderd\"],\"8OvVZZ\":[\"Filter Deelnemers\"],\"8QH2Il\":[\"Deze categorie is niet zichtbaar voor het publiek\"],\"8YBH95\":[\"Inkomsten\"],\"8ZsakT\":[\"Wachtwoord\"],\"8cBtvm\":[\"Primaire tekstkleur\"],\"8dENF9\":[\"BTW op kosten\"],\"8jLPgH\":[\"Tickettype\"],\"8k8Njd\":[\"Hoeveel minuten de klant heeft om zijn bestelling af te ronden. We raden minimaal 15 minuten aan\"],\"8n10sz\":[\"Niet in Aanmerking\"],\"8oPbg1\":[\"Facturering inschakelen\"],\"8pQ3NJ\":[\"Geen evenementen die beginnen in de komende 24 uur\"],\"8q0EdE\":[\"Product toevoegen aan categorie\"],\"8qsbZ5\":[\"Ticketing & verkoop\"],\"8rE61T\":[\"Factuuradres\"],\"8uOlgz\":[\"Mislukt op\"],\"8uqsE5\":[\"Pagina niet meer beschikbaar\"],\"8v2LRU\":[\"Configureer evenementdetails, locatie, afrekenopties en e-mailmeldingen.\"],\"8vETh9\":[\"Show\"],\"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.\"],\"8wUjGl\":[\"Gereserveerd tot\"],\"8wgkoi\":[\"Geen bekeken evenementen in de laatste 14 dagen\"],\"8x0pUg\":[\"Weet u zeker dat u dit item van de wachtlijst wilt verwijderen?\"],\"8z6Y5D\":[\"Terugbetaling verwerken\"],\"8zCZQf\":[\"Nog geen evenementen\"],\"9+8Vez\":[\"Overblijvend gebruik\"],\"9+P7zk\":[\"Kan geen product maken. Controleer uw gegevens\"],\"9/1YKL\":[\"Voer achternaam in\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 dag na de einddatum\"],\"94aQMU\":[\"Deelnemersinformatie\"],\"96ryID\":[\"Gegevens per ticket verzamelen\"],\"99ntUF\":[\"Geen incheck lijsten beschikbaar voor dit evenement.\"],\"9BdS63\":[\"Kortingscode bewerken\"],\"9FQEn8\":[\"Selecteer categorie...\"],\"9GsDR2\":[\"Waar als betaling in behandeling\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Verkoop is gepauzeerd\"],\"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.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Deze naam is zichtbaar voor eindgebruikers\"],\"9N+p+g\":[\"Zakelijk\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Deelnemers\"],\"9TO8nT\":[\"Uw wachtwoord\"],\"9Wh+ug\":[\"Affiliates geëxporteerd\"],\"9Y3hAT\":[\"Sjabloon Opslaan\"],\"9YHrNC\":[\"Systeemstandaard\"],\"9b5956\":[\"Dit voorbeeld toont hoe uw e-mail eruit ziet met voorbeeldgegevens. Werkelijke e-mails gebruiken echte waarden.\"],\"9bHCo2\":[\"Valuta van de kosten\"],\"9bpUSo\":[\"Affiliates exporteren\"],\"9eF5oV\":[\"Welkom terug\"],\"9gPPUY\":[\"Check-In Lijst Aangemaakt!\"],\"9h7RDh\":[\"Aanbieden\"],\"9i0++A\":[\"Stripe betalings-ID\"],\"9jnAcN\":[\"Bekijk organisator-homepage\"],\"9mZEgt\":[\"Succesvol aangemaakte promotiecode\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Deelnemer niet geannuleerd\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Terug naar de evenementpagina\"],\"A4UmDy\":[\"Theater\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Je evenement live zetten\"],\"ACKu03\":[\"Voorbeeld Vernieuwen\"],\"AEuj2m\":[\"Homepage evenement\"],\"AG/qmQ\":[\"Een Radio-optie heeft meerdere opties, maar er kan er maar één worden geselecteerd.\"],\"AGRilS\":[\"Verkochte Tickets\"],\"AGZmwV\":[\"Afbeelding succesvol geüpload\"],\"AIF7J2\":[\"De valuta waarin de vaste kosten zijn gedefinieerd. Deze wordt bij het afrekenen omgerekend naar de valuta van de bestelling.\"],\"AIUkyF\":[\"Navigeer naar deelnemer\"],\"AJ4rvK\":[\"Deelnemer geannuleerd\"],\"AKbElk\":[\"EU BTW-geregistreerde bedrijven: Verleggingsregeling is van toepassing (0% - Artikel 196 van BTW-richtlijn 2006/112/EG)\"],\"APuxIE\":[\"E-mailbevestiging opnieuw verzonden\"],\"APyAR/\":[\"Actieve evenementen\"],\"ARBThj\":[\"Pas dit \",[\"type\"],\" toe op alle nieuwe producten\"],\"ARkzso\":[\"Voer affiliatenaam in\"],\"ATGYL1\":[\"E-mailadres\"],\"AVpmAa\":[\"Hoe offline te betalen\"],\"AXXqG+\":[\"Donatie\"],\"AaP0M+\":[\"Deze kleurencombinatie kan moeilijk leesbaar zijn voor sommige gebruikers\"],\"AdWhjZ\":[\"Verificatiecode\"],\"AeXO77\":[\"Account\"],\"AeejQi\":[\"Op welke producten moet deze capaciteit van toepassing zijn?\"],\"AfNRFG\":[\"Tekst doorgaan-knop\"],\"AhBPHd\":[\"Deze gegevens worden alleen weergegeven als de bestelling succesvol is afgerond. Bestellingen die op betaling wachten, krijgen dit bericht niet te zien.\"],\"AhwTa1\":[\"Actie vereist: BTW-informatie nodig\"],\"Ajavq0\":[\"Controleer je e-mail om je e-mailadres te bevestigen\"],\"ApOYO8\":[\"Verbazingwekkend, evenement, trefwoorden...\"],\"ApsD9J\":[\"Nieuw toevoegen\"],\"ArHT/C\":[\"Nieuwe aanmeldingen\"],\"Arzxc1\":[\"Geen wachtlijstinschrijvingen\"],\"Aspq3b\":[\"Verzameling deelnemergegevens\"],\"AtXtSw\":[\"Belastingen en toeslagen beheren die kunnen worden toegepast op je producten\"],\"Auz0Mz\":[\"Bevestig je e-mailadres om toegang te krijgen tot alle functies.\"],\"B/EBQv\":[\"Bestellingen:\"],\"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. \"],\"B2Tpo0\":[\"Ongeldig e-mailadres\"],\"B2V3cA\":[\"Evenement delen\"],\"B3Mkdt\":[\"Vraag maken\"],\"B3gPuX\":[\"Bestelling geannuleerd\"],\"B4nE3N\":[\"Voorbeeldticketprijs\"],\"B5fpAA\":[\"Configuratie succesvol toegewezen\"],\"B7pZfX\":[[\"0\"],\" organisatoren\"],\"B7w4KY\":[\"Geen andere organisatoren beschikbaar\"],\"BCmibk\":[\"Pogingen\"],\"BDSRuX\":[\"Terugbetaald: \",[\"0\"]],\"BFRSTT\":[\"Selecteer Account\"],\"BGD9Yt\":[\"Tickets toevoegen\"],\"BHZbFy\":[\"Eén vraag per bestelling. Bijv. Wat is uw verzendadres?\"],\"BI7D9d\":[\"Prijs niet ingesteld\"],\"BJIEiF\":[\"Succesvol \",[\"0\"],\" deelnemer\"],\"BJtMTd\":[\"We raden afmetingen aan van 2160px bij 1080px en een maximale bestandsgrootte van 5MB\"],\"BLTZ42\":[\"Wachtwoord opnieuw ingesteld. Log in met je nieuwe wachtwoord.\"],\"BM/KQm\":[\"Postcode\"],\"BMtue0\":[\"Huidige betalingsverwerker\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Nieuw maken\"],\"BRArmD\":[\"Je hebt toegang tot meerdere accounts. Kies er een om verder te gaan.\"],\"BREO0S\":[\"Toon een selectievakje waarmee klanten zich kunnen aanmelden voor marketingcommunicatie van deze evenementenorganisator.\"],\"BTne9e\":[\"Maak aangepaste e-mailsjablonen voor dit evenement die de organisator-standaarden overschrijven\"],\"BUe8Wj\":[\"Koper betaalt\"],\"BV4L/Q\":[\"UTM-analyse\"],\"BVinvJ\":[\"Voorbeelden: \\\"Hoe heb je over ons gehoord?\\\", \\\"Bedrijfsnaam voor factuur\\\"\"],\"BVu2Hz\":[\"Verzonden door\"],\"BW6QAz\":[\"Teambeheer\"],\"BWF1kC\":[\"Berichten zoeken...\"],\"BZ9GWa\":[\"Promocodes kunnen worden gebruikt voor kortingen, toegang tot de voorverkoop of speciale toegang tot je evenement.\"],\"BZBYf3\":[\"Om creditcardbetalingen te ontvangen, moet je je Stripe-account koppelen. Stripe is onze partner voor betalingsverwerking die veilige transacties en tijdige uitbetalingen garandeert.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"E-mail Voorbeeld\"],\"BfucwY\":[\"Beheer je gebruikers en hun rechten\"],\"BiYOdA\":[\"Zoeken op naam...\"],\"Bj/QGQ\":[\"Stel een minimumprijs in en laat gebruikers meer betalen als ze dat willen\"],\"Bk06QI\":[\"Stripe verbonden\"],\"BnlG9U\":[\"Uw huidige bestelling gaat verloren.\"],\"BwJKBw\":[\"van\"],\"BxsfMK\":[\"Totaal vergoedingen\"],\"BzEFor\":[\"of\"],\"BzfzPK\":[\"Artikelen\"],\"C3htzi\":[\"Instelling bijgewerkt\"],\"C3nD/1\":[\"Voer je e-mailadres in\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Selecteer producten\"],\"C4nQe5\":[\"De platformkosten worden toegevoegd aan de ticketprijs. Kopers betalen meer, maar u ontvangt de volledige ticketprijs.\"],\"C4qOW8\":[\"Verborgen voor het publiek\"],\"C63rRe\":[\"Ga terug naar de evenementpagina om opnieuw te beginnen.\"],\"C8HNV2\":[\"Volledige betaling\"],\"C8JLas\":[\"Korting Type\"],\"C8ne4X\":[\"Ticketontwerp Opslaan\"],\"CBBcly\":[\"Toont algemene adresvelden, inclusief land\"],\"CCjxOC\":[\"Maak je eerste evenement aan om tickets te verkopen en deelnemers te beheren.\"],\"CELKku\":[\"Factuur downloaden\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Selecteer deelnemersgroep\"],\"CHzaTD\":[\"Geen populaire evenementen in de laatste 14 dagen\"],\"CMUt3Y\":[\"Tickethouders\"],\"CMyVEK\":[\"Weet je zeker dat je dit evenement concept wilt maken? Dit maakt het evenement onzichtbaar voor het publiek\"],\"CNafaC\":[\"Selectievakjes maken meerdere selecties mogelijk\"],\"CNk/ro\":[\"Dit is een online evenement\"],\"COnw8D\":[[\"0\"],\" logo\"],\"CPXP5Z\":[\"Affiliates\"],\"CQeZT8\":[\"Rapport niet gevonden\"],\"CRu4lK\":[\"Ingecheckt\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Webhook logboeken\"],\"CUKVDt\":[\"Pas je tickets aan met een eigen logo, kleuren en voettekst.\"],\"CVw2MU\":[\"Filters (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Zomer Muziekfestival 2025\"],\"CWk59I\":[\"Comedy\"],\"CZomgW\":[\"BTW-geregistreerd\"],\"CabI04\":[\"BTW-nummer mag geen spaties bevatten\"],\"CbnrWb\":[\"Terug naar evenement\"],\"CfKofC\":[\"Dropdown selectie\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Knoptekst\"],\"ClwUUD\":[\"Locatie en details evenement\"],\"CmoB9j\":[\"Modus prijsweergave\"],\"CnZ3Ou\":[\"Je tickets zijn bevestigd.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Kies agenda\"],\"CsTTH0\":[\"Bestelbevestiging succesvol opnieuw verzonden\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Besteleigenaars met producten\"],\"CySr+W\":[\"Klik om notities te bekijken\"],\"D+zLDD\":[\"Verborgen\"],\"D02dD9\":[\"Campagne\"],\"D2g7C7\":[\"Alle taken in wachtrij voor opnieuw proberen\"],\"D2qlBU\":[\"Deelnemer bijgewerkt\"],\"D3iCkb\":[\"Startdatum\"],\"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.\"],\"D6+U20\":[\"Inchecken en bestelling als betaald markeren\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Verzend orderbevestiging en ticket e-mail\"],\"D9zTjx\":[\"Live Evenementen\"],\"DB8zMK\":[\"Toepassen\"],\"DCKkhU\":[\"Huidig wachtwoord\"],\"DDcvSo\":[\"Duits\"],\"DEcpfp\":[\"Het template body bevat ongeldige Liquid syntax. Corrigeer het en probeer opnieuw.\"],\"DFqasq\":[\"Door verder te gaan, gaat u akkoord met de <0>\",[\"0\"],\" Servicevoorwaarden\"],\"DJQEZc\":[\"Producten succesvol gesorteerd\"],\"DKYTWG\":[\"Taken opnieuw proberen mislukt\"],\"DKwDdj\":[\"Tickets afdrukken\"],\"DM4gBB\":[\"Chinees (Traditioneel)\"],\"DMCX/I\":[\"Standaard platformkosteninstellingen succesvol bijgewerkt\"],\"DPfwMq\":[\"Klaar\"],\"DRErHC\":[\"Verborgen voor deelnemers - alleen zichtbaar voor organisatoren\"],\"DRykfS\":[\"Behandelt nog steeds terugbetalingen voor uw oudere transacties.\"],\"DXZRk5\":[\"Suite 100\"],\"DZjk8u\":[\"Instellingen voor betaling en facturering\"],\"DZlSLn\":[\"Documentlabel\"],\"Da29Y6\":[\"Verberg deze vraag\"],\"DdHfeW\":[\"Beheer je accountgegevens en standaardinstellingen\"],\"Dim4LO\":[\"Handmatig een genodigde toevoegen\"],\"DjSbj3\":[\"Ticket opnieuw verzenden mislukt\"],\"Djl45M\":[\"U hebt een product nodig voordat u een capaciteitstoewijzing kunt maken.\"],\"DnXcDK\":[\"Secundaire kleur\"],\"DoH3fD\":[\"Bestelbetaling in Behandeling\"],\"DovcfC\":[\"Vertel ons over je organisatie. Deze informatie wordt weergegeven op je evenementpagina's.\"],\"DruLRc\":[\"Laatste 14 dagen\"],\"DrwwNd\":[\"Selecteer tijdsperiode\"],\"Du6bPw\":[\"Adres\"],\"Dvq0wf\":[\"Geef een afbeelding op.\"],\"DwF9eH\":[\"Componentcode\"],\"Dwf4dR\":[\"Nog geen deelnemersvragen\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Configuratie opslaan\"],\"E/9LUk\":[\"Naam locatie\"],\"E0q9qH\":[\"Onbeperkt gebruik toegestaan\"],\"E15xs8\":[\"⚡️ Uw evenement opzetten\"],\"E1F5Ji\":[\"Ontvangers zijn beschikbaar nadat het bericht is verzonden\"],\"E1eze1\":[\"Verbind uw Stripe-account om betalingen voor uw evenementen te accepteren.\"],\"E6nRW7\":[\"URL kopiëren\"],\"E9jY+o\":[\"Deelnemer bijwerken mislukt\"],\"EBzPwC\":[\"Het volledige evenementadres\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Publiceren\"],\"EFq6EG\":[\"Selecteer een afbeelding.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Account niet gevonden\"],\"EJ7bVz\":[\"Geen bestellingen gevonden\"],\"EJPAcd\":[\"Orderbevestiging opnieuw verzenden mislukt\"],\"EK/G11\":[\"Nog geen reacties\"],\"ELa4O9\":[\"Einddatum verkoop\"],\"ENCIQz\":[\"Link kopiëren\"],\"ENEPLY\":[\"Betaalmethode\"],\"EOqL/A\":[\"Weet je zeker dat je deze persoon een plek wilt aanbieden? Ze ontvangen een e-mailmelding.\"],\"ETcU7q\":[\"Kon plek niet aanbieden\"],\"EUnesn\":[\"Tickets beschikbaar\"],\"EV30TR\":[\"USB-scannermodus geactiveerd. Begin nu met het scannen van tickets.\"],\"EWCLpZ\":[\"Gemaakt product\"],\"EWErQh\":[\"De geplande tijd moet in de toekomst liggen\"],\"EWPtMO\":[\"Code\"],\"EWnXR+\":[\"Verbinding maken met Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Ticketontwerp succesvol opgeslagen\"],\"EZy55F\":[\"Bestelling terugbetaald\"],\"EaAPbv\":[\"Totaal betaald bedrag\"],\"EdQY6l\":[\"Geen\"],\"Edm6av\":[\"Stripe opnieuw verbinden →\"],\"Eeo/Gy\":[\"Instelling bijwerken mislukt\"],\"Ef7StM\":[\"Onbekend\"],\"EfK2O6\":[\"Plek aanbieden\"],\"Egnj9d\":[\"Je moet een bestelling handmatig als betaald markeren. Dit kun je doen op de pagina Bestelling beheren.\"],\"Eh5Wrd\":[\"Je geweldige website 🎉\"],\"EhlbcI\":[\"Bijwerken van berichtenniveau mislukt\"],\"EmFsMZ\":[\"Uw BTW-nummer staat in de wachtrij voor validatie\"],\"EmYMHc\":[\"Wacht op offline betaling\"],\"Ep3VfY\":[\"Bekijk op Google Maps\"],\"EpknJA\":[\"Schrijf hier je bericht...\"],\"EpvBAp\":[\"Geen factuur\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Toon marketing opt-in selectievakje\"],\"Ev2r9A\":[\"Geen resultaten\"],\"Ewir4O\":[\"Selecteer ten minste één product\"],\"EwoMtl\":[\"Categorie maken\"],\"ExDt3P\":[\"Weet je zeker dat je de publicatie van dit evenement wilt ongedaan maken? Het is dan niet meer zichtbaar voor het publiek.\"],\"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.\"],\"EyE8E6\":[\"Verwerking van betalingen\"],\"EzwCw7\":[\"Bewerk Vraag\"],\"F+pJnL\":[\"Succesvol bijgewerkte Seo-instellingen\"],\"F1Xp97\":[\"Individuele deelnemers\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Er moet minstens één evenement type worden geselecteerd\"],\"F3/nus\":[\"Doorgaan naar betaling\"],\"F3mW5G\":[\"Klanten toestaan zich aan te melden voor een wachtlijst wanneer dit product is uitverkocht\"],\"F4NXOl\":[\"Bestelling Achternaam\"],\"F4SRy3\":[\"Check-in verwijderd\"],\"F5/CBH\":[\"artikel(en)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Actief\"],\"F89D36\":[\"Er is een fout opgetreden bij het markeren van de bestelling als betaald\"],\"FCVmuU\":[\"Bekijk evenement\"],\"FG98gC\":[\"Zoektekst wissen\"],\"FI60XC\":[\"Belastingen en kosten configureren\"],\"FImCSc\":[[\"0\"],\" succesvol bijgewerkt\"],\"FJ9Yat\":[\"Controleer of de verstrekte informatie correct is\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Deelnemer kan niet worden ingecheckt\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Activeer\"],\"FRl8Jv\":[\"U moet het e-mailadres van uw account verifiëren voordat u berichten kunt verzenden.\"],\"FSN4TS\":[\"Widget insluiten\"],\"FSaY52\":[\"Webhook stuurt meldingen\"],\"FTfObB\":[\"Nog geen producten\"],\"FU1gvP\":[\"Check-in lijst bewerken\"],\"FVTVBy\":[\"Je moet je e-mailadres verifiëren voordat je de status van de organisator kunt bijwerken.\"],\"FVetkT\":[\"Welke tickets moeten aan deze inchecklijst worden gekoppeld?\"],\"FaK/8G\":[\"Bestelling \",[\"0\"],\" terugbetalen\"],\"FaPYw+\":[\"Eigenaar bestelling\"],\"FaSXqR\":[\"Wat voor type evenement?\"],\"Fb+SDI\":[\"Meer tickets toevoegen\"],\"Ff0Dor\":[\"Verleden\"],\"FgRxRP\":[\"U bent 100% eigenaar van uw deelnemersgegevens, altijd\"],\"Fi3b48\":[\"Recente bestellingen\"],\"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.\"],\"FlQKnG\":[\"Belastingen en toeslagen in de prijs opnemen\"],\"FmogyU\":[\"Opties verbergen\"],\"FpsvqB\":[\"Kleurmodus\"],\"Fq/Nx7\":[\"We hebben een 5-cijferige verificatiecode verzonden naar:\"],\"Fuh+dI\":[\"Eén vraag per product. Bijv. Wat is je t-shirtmaat?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Gekopieerd naar klembord\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Sjabloon succesvol opgeslagen\"],\"G0KW+e\":[\"Succesvol vernieuwd homepage-ontwerp\"],\"G42SNI\":[\"E-mail opnieuw verzenden\"],\"G5RhpL\":[\"Organisator\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Rol\"],\"GG1fRP\":[\"Je evenement is live!\"],\"GG7qDw\":[\"Deel affiliatelink\"],\"GHdjuo\":[\"Zoeken op naam, e-mail of account...\"],\"GIoqtA\":[\"Achternaam van klant\"],\"GNcfRk\":[\"Ondersteuning per e-mail\"],\"GRChTw\":[\"Er is iets misgegaan bij het verwijderen van de Belasting of Belastinggeld\"],\"GS+Mus\":[\"Exporteer\"],\"GTOcxw\":[\"Gebruiker bewerken\"],\"GVUxAX\":[\"Statistieken zijn gebaseerd op de aanmaakdatum van het account\"],\"GVcaW6\":[\"Organisatie details\"],\"GX6dZv\":[\"Overzicht bestelling\"],\"GctSSm\":[\"Kortingscode toepassen\"],\"GdOhw6\":[\"Geluid uitschakelen\"],\"GdWB+V\":[\"Webhook succesvol aangemaakt\"],\"GeqWgj\":[\"Tijdzone Evenement\"],\"GfWoKv\":[\"SEO-instellingen\"],\"GfaxEk\":[\"Muziek\"],\"Gh9Oqb\":[\"Evenement organisator naam\"],\"Gjt/py\":[\"E-mailwijziging annuleren\"],\"GkH0Pq\":[\"Belastingen en kosten toegepast\"],\"Gmd0hv\":[\"Wanneer een nieuwe deelnemer wordt aangemaakt\"],\"Gnjf3o\":[\"Je kunt het producttype niet wijzigen omdat er deelnemers aan dit product zijn gekoppeld.\"],\"GpT6Uf\":[\"Sta deelnemers toe om hun ticketinformatie (naam, e-mail) bij te werken via een beveiligde link die met hun orderbevestiging wordt verzonden.\"],\"GptGxg\":[\"Wachtwoord wijzigen\"],\"GqvPcv\":[\"Geen filters beschikbaar\"],\"Gspam9\":[\"We zijn je bestelling aan het verwerken. Even geduld alstublieft...\"],\"GuXjc5\":[\"Gevalideerd\"],\"Guo0lU\":[\"Aangepaste datum en tijd\"],\"Gv5AMu\":[\"Bericht Deelnemers\"],\"Gy7BA3\":[\"E-mailadres van de organisator\"],\"H/UMUG\":[\"E-mailverificatie vereist\"],\"H34qcM\":[\"Organisator aanmaken...\"],\"H35u3n\":[\"Je moet een ticket aanmaken voordat je handmatig een genodigde kunt toevoegen.\"],\"H4nE+E\":[\"Alle producten annuleren en terugzetten in de beschikbare pool\"],\"H5qWhm\":[\"Bestelling geannuleerd\"],\"H6Gslz\":[\"Sorry voor het ongemak.\"],\"H6Ma8Z\":[\"Korting\"],\"H8kMHT\":[\"Geen code ontvangen?\"],\"H9HlDe\":[\"minuten\"],\"HB22j9\":[\"Doorgaan met instellen\"],\"HE6KcK\":[\"Uitnodiging ingetrokken!\"],\"HFucK5\":[\"Geen beëindigde evenementen om te laten zien.\"],\"HGuXjF\":[\"Tickethouders\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Er is een probleem opgetreden bij het laden van deze pagina. Probeer het opnieuw.\"],\"HLDaLi\":[\"Admin-gebruikers hebben volledige toegang tot evenementen en accountinstellingen.\"],\"HMAqFK\":[\"Stuur e-mails naar deelnemers, tickethouders of bestelingseigenaren. Berichten kunnen direct worden verzonden of worden ingepland voor later.\"],\"HR/cvw\":[\"Voorbeeldstraat 123\"],\"HSw5l3\":[\"Nee - Ik ben een particulier of een niet-BTW-geregistreerd bedrijf\"],\"HT/08n\":[\"Bezoekerskaartje\"],\"HVW65c\":[\"Betaald product\"],\"HVkhy2\":[\"Attributie-analyse\"],\"HVwIsd\":[\"Niet-BTW-geregistreerde bedrijven of particulieren: Ierse BTW van 23% is van toepassing\"],\"HWXuQK\":[\"Voeg deze pagina toe aan je bladwijzers om je bestelling op elk moment te beheren.\"],\"HX5SVx\":[\"Item\"],\"HXMJxH\":[\"Optionele tekst voor disclaimers, contactinfo of danknotities (alleen één regel)\"],\"HdmwrI\":[\"Bestelling E-mail\"],\"HhwcTQ\":[\"Naam van het evenement\"],\"HiGkFu\":[\"Doorverwijzen naar Stripe...\"],\"HirZe8\":[\"Deze sjablonen worden gebruikt als standaard voor alle evenementen in uw organisatie. Individuele evenementen kunnen deze sjablonen overschrijven met hun eigen aangepaste versies.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"E-mailwijziging succesvol geannuleerd\"],\"HsFnrk\":[\"Het maximum aantal producten voor \",[\"0\"],\"is \",[\"1\"]],\"HtrFfw\":[\"URL is vereist\"],\"HxxXZO\":[\"De primaire merkkleur die wordt gebruikt voor knoppen en accenten\"],\"I+FvbD\":[\"Scannen\"],\"I+utEq\":[\"Affiliatecode kan niet worden gewijzigd\"],\"I/NNtI\":[\"De evenementlocatie\"],\"I3QpvQ\":[\"Ontvanger\"],\"I3yitW\":[\"Laatste login\"],\"I6F3cp\":[\"E-mail niet geverifieerd\"],\"I7xjqg\":[\"Achtergrond Type\"],\"IF7RiR\":[\"Omslag\"],\"IFHV2p\":[\"Uw ticket voor\"],\"IKwyaF\":[\"E-mailwijziging succesvol bevestigd\"],\"IMJ6rh\":[\"Automatisch formaat wijzigen\"],\"IMwcdR\":[\"Imitatie gestopt\"],\"INDKM9\":[\"Voer e-mailonderwerp in...\"],\"IUwGEM\":[\"Wijzigingen opslaan\"],\"IV9xTT\":[\"Deze gebruiker is niet actief, omdat hij zijn uitnodiging niet heeft geaccepteerd.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Voer uw BTW-nummer in inclusief de landcode, zonder spaties (bijv. NL123456789B01, DE123456789)\"],\"IfN2Qo\":[\"We raden een vierkant logo aan met minimale afmetingen van 200x200px\"],\"IgcAGN\":[\"Brutoverkoop\"],\"IkGIz8\":[\"betaald\"],\"IoAuJG\":[\"Verzenden...\"],\"IoDI2o\":[\"Tokens laden...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Kan niet inchecken (geannuleerd)\"],\"IrVSu+\":[\"Kan product niet dupliceren. Controleer uw gegevens\"],\"IuMGvq\":[\"Factuur\"],\"IuUoyV\":[\"Wanneer een deelnemer is ingecheckt\"],\"IvxA4G\":[\"Tickets succesvol aangeboden aan \",[\"count\"],\" personen\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Geen orders om te laten zien\"],\"J3RJSZ\":[\"Deelnemer succesvol bijgewerkt\"],\"J3lhKT\":[\"Platformkosten\"],\"J6n7sl\":[\"Doorlopend\"],\"JEPMXN\":[\"Nieuwe link aanvragen\"],\"JEdsvQ\":[\"Betalingsinstructies\"],\"JHB/Ky\":[\"Ongeldig\"],\"JJhRbH\":[\"Capaciteit op dag één\"],\"JKfSAv\":[\"Exporteren mislukt. Probeer het opnieuw.\"],\"JNCzPW\":[\"Land\"],\"JQNMrj\":[\"Maak je eerste evenement\"],\"JRQitQ\":[\"Bevestig nieuw wachtwoord\"],\"JZTQI0\":[\"Wissel van organisator\"],\"JbIgPz\":[\"Geldbedragen zijn geschatte totalen over alle valuta's\"],\"JcQp9p\":[\"Startdatum & tijd\"],\"JcejNJ\":[\"Bestelling verwerken\"],\"JhtZAK\":[\"Betaling mislukt\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Kies een kleur voor je achtergrond\"],\"Jjw03p\":[\"Geen deelnemers geëxporteerd\"],\"JlFcis\":[\"Stuur\"],\"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.\"],\"JnuPvH\":[\"Ticket afdrukken\"],\"JoKGiJ\":[\"Kortingscode\"],\"JpohL9\":[\"Belasting\"],\"JtI4vj\":[\"Standaard verzameling deelnemersinformatie\"],\"Jv22kr\":[[\"0\"],\" <0>ingecheckt succesvol\"],\"JvUngl\":[\"Datum en tijd\"],\"JvuLls\":[\"Kosten absorberen\"],\"JwTmB6\":[\"Succesvol gedupliceerd product\"],\"Jwiilf\":[\"Uw bestelling is geannuleerd\"],\"JyD0LH\":[\"Evenement instellingen\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Logo wordt weergegeven op het ticket\"],\"K2PPlT\":[\"Percentage vergoeding moet tussen 0 en 100 liggen\"],\"K47k8R\":[\"Product\"],\"K5+3xg\":[\"Uitnodiging accepteren\"],\"K6fmBI\":[\"Deze check-ins lijst is nog niet actief en is niet beschikbaar voor check-ins.\"],\"K7tIrx\":[\"Categorie\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"Jan\"],\"KIhhpi\":[\"Je evenementpagina aanpassen\"],\"KIjvtr\":[\"Nederlands\"],\"KMMOAy\":[\"Upgrade beschikbaar\"],\"KMgp2+\":[[\"0\"],\" beschikbaar\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Geen berichten om te tonen\"],\"KR0679\":[\"Teamleden uitnodigen\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Dupliceer product\"],\"KSDwd5\":[\"Totaal aantal bestellingen\"],\"KSQ8An\":[\"Uw bestelling\"],\"KTxc6k\":[\"Er is iets misgegaan. Probeer het opnieuw of neem contact op met support als het probleem zich blijft voordoen\"],\"KUOhTy\":[\"Geluid inschakelen\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Meerregelig tekstvak\"],\"KZN4Lc\":[\"Alles verwijderen\"],\"KZrfYJ\":[\"Sociale links opslaan\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Contact e-mail voor ondersteuning\"],\"Kdpf90\":[\"Niet vergeten!\"],\"KeCXJu\":[\"Bekijk bestellingsdetails, geef terugbetalingen en verstuur bevestigingen opnieuw.\"],\"KfmPRW\":[\"De achtergrondkleur van de pagina. Bij gebruik van een omslagafbeelding wordt dit als overlay toegepast.\"],\"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.\"],\"KgxI80\":[\"Flexibele ticketing\"],\"KizCK7\":[\"Selecteer startdatum en tijd\"],\"Kj0Txn\":[\"Indien ingeschakeld, worden er geen applicatiekosten in rekening gebracht bij Stripe Connect-transacties. Gebruik dit voor landen waar applicatiekosten niet worden ondersteund.\"],\"KkrBiR\":[\"Verzameling deelnemersinformatie\"],\"KmWyx0\":[\"Taak\"],\"KnN1Tu\":[\"Verloopt op\"],\"KndP6g\":[\"Bestelling URL\"],\"KnjoUA\":[\"Ticketprijs\"],\"Kz91g/\":[\"Turks\"],\"L/+xOk\":[\"Je hebt een ticket nodig voordat je een inchecklijst kunt maken.\"],\"L/Qc+w\":[\"E-mailadres van klant\"],\"L/gNNk\":[\"Update \",[\"0\"]],\"L0pJmz\":[\"Stel het startnummer voor factuurnummering in. Dit kan niet worden gewijzigd als de facturen eenmaal zijn gegenereerd.\"],\"L22Tdf\":[\"Zoek op naam, ordernummer, aanwezigheidsnummer of e-mail...\"],\"L565X2\":[\"opties\"],\"L7dIM7\":[\"Deze link is ongeldig of verlopen.\"],\"L86zy2\":[\"E-mail succesvol geverifieerd!\"],\"LAW8Vb\":[\"Kies de standaardinstelling voor nieuwe evenementen. Dit kan per evenement worden overschreven.\"],\"LBLOqH\":[\"Vraag één keer per bestelling\"],\"LETnBR\":[\"Welkom bij \",[\"0\"],\", hier is een overzicht van al je evenementen\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Gastenbeheer\"],\"LNWHXb\":[\"Geen gearchiveerde evenementen om weer te geven.\"],\"LOFgda\":[\"Contact \",[\"0\"]],\"LQrXcu\":[\"Factuur downloaden\"],\"LRbt6D\":[\"Laat zoekmachines dit evenement indexeren\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Bewerk \",[\"0\"],\" Sjabloon\"],\"LWL3Bs\":[\"Vaste vergoeding moet 0 of hoger zijn\"],\"Lc18qn\":[\"Wanneer een nieuwe order wordt aangemaakt\"],\"LcET2C\":[\"Privacybeleid\"],\"LchiNd\":[\"Weet je zeker dat je deze affiliate wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.\"],\"LdPKPR\":[\"Kan configuratie niet toewijzen\"],\"Ldu/RI\":[\"In de uitverkoop\"],\"LeC29u\":[\"Bedrijfsadres voor BTW-doeleinden\"],\"Lg+ewC\":[\"Betaling & facturering\"],\"Lj7sBL\":[\"Italiaans\"],\"LkMOWF\":[\"Beschikbare hoeveelheid\"],\"LmvZ+E\":[\"Verbind Stripe om berichten in te schakelen\"],\"LqBITi\":[\"Organisator/standaardsjabloon wordt gebruikt\"],\"LslKhj\":[\"Fout bij het laden van logboeken\"],\"Lu+kBU\":[\"Productverkoop\"],\"LuY52w\":[\"Welkom aan boord! Log in om verder te gaan.\"],\"Lvi+gV\":[\"Bericht koper\"],\"LxSN5F\":[\"Verzonden naar elke deelnemer met hun ticketgegevens\"],\"LyFC7X\":[\"Bestellingen filteren\"],\"LyUWXA\":[\"Kosten omzeild\"],\"M/WIer\":[\"Verstuur bericht\"],\"M1RnFv\":[\"Verlopen\"],\"M2DyLc\":[\"1 Actieve webhook\"],\"M2w1ni\":[\"Alleen zichtbaar met promocode\"],\"M7Uapz\":[\"Onderwerp verschijnt hier\"],\"M8M6fs\":[\"Belangrijk: Stripe herverbinding vereist\"],\"MAavyl\":[\"Geen vragen beantwoord door deze deelnemer.\"],\"MDNyJz\":[\"De code verloopt over 10 minuten. Controleer je spammap als je de e-mail niet ziet.\"],\"MGbi9P\":[\"Terugbetaling in behandeling\"],\"MH/lj8\":[\"Kan vraag niet bijwerken. Controleer uw gegevens\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"De valuta van de bestelling\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"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.\"],\"MNFIxz\":[\"Je gaat naar \",[\"0\"],\"!\"],\"MOERNx\":[\"Portugees\"],\"MR5ygV\":[\"Deze link is niet meer geldig\"],\"MSmKHn\":[\"De prijs die aan de klant wordt getoond is inclusief belastingen en toeslagen.\"],\"MT7dxz\":[\"Alle tickets afdrukken\"],\"MU3ijv\":[\"Maak deze vraag verplicht\"],\"MXSqmS\":[\"Dit product markeren\"],\"MXZfGN\":[\"Pas de vragen tijdens het afrekenen aan om belangrijke informatie van je deelnemers te verzamelen.\"],\"MY2SVM\":[\"Volledige terugbetaling\"],\"Mck5ht\":[\"Veilige afrekening\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Sociale links succesvol bijgewerkt\"],\"MhVoma\":[\"Voer een bedrag in exclusief belastingen en toeslagen.\"],\"Mi1rVn\":[\"Uitverkocht\"],\"MixU2P\":[\"Percentage moet tussen 0 en 100 liggen\"],\"Mkkvfd\":[\"Startpagina verbergen\"],\"MkuVAZ\":[\"Percentage van transactiebedrag\"],\"Mokwac\":[\"Nodig onbeperkt teamleden uit met aangepaste rollen\"],\"Mqy/Zy\":[\"Verenigde Staten\"],\"Mr5UUd\":[\"Ticket geannuleerd\"],\"MxjCqk\":[\"Alleen op zoek naar je tickets?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Annuleer order \",[\"0\"]],\"N0qXpE\":[\"Producten\"],\"N141o/\":[\"Stripe-dashboard openen\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Bewerk \",[\"0\"]],\"N9FyyW\":[\"Bekijk, bewerk en exporteer je geregistreerde deelnemers.\"],\"N9JsFT\":[\"Ongeldig BTW-nummerformaat\"],\"NAzVVw\":[\"Bericht plannen\"],\"NB5+UG\":[\"Beschikbare Tokens\"],\"NEmyqy\":[\"Nog geen bestellingen\"],\"NF8sdv\":[\"Markeringsbericht\"],\"NFxlHW\":[\"Webhooks laden\"],\"NGXKG/\":[\"Bevestig e-mailadres\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Volg verkoop, omzet en aanwezigheid met gedetailleerde rapporten\"],\"NIuIk1\":[\"Onbeperkt\"],\"NJahlc\":[\"Maak factuuradres verplicht tijdens het afrekenen\"],\"NNc33d\":[\"Antwoord niet bijgewerkt.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Volledige bestelling\"],\"NRWNfv\":[\"Totaal kortingsbedrag\"],\"NRhrIB\":[\"Tickets en producten\"],\"NTZ/NX\":[\"Insluitcode\"],\"NWVRtl\":[\"Afgeronde bestellingen\"],\"NY/x1b\":[\"Adresregel 1\"],\"Nbd6WT\":[\"Wachtlijstinstellingen voor dit evenement configureren\"],\"Nc3l/D\":[\"Maak kortingen, toegangscodes voor verborgen tickets en speciale aanbiedingen.\"],\"Nfbg76\":[\"BTW-instellingen succesvol opgeslagen\"],\"NgVUL2\":[\"Voorbeeld afrekenformulier\"],\"NiIUyb\":[\"Vertel ons over je evenement\"],\"NihQNk\":[\"Klanten\"],\"Nl1ZtM\":[\"Evenement Locatie\"],\"NlQ0cx\":[\"Eerste evenement van \",[\"organizerName\"]],\"NlfnUd\":[\"De link waarop je hebt geklikt is ongeldig.\"],\"NmpGKr\":[\"We konden de categorieën niet opnieuw ordenen. Probeer het opnieuw.\"],\"NoNwIX\":[\"Inactief\"],\"NpEm3p\":[\"Nu verzenden\"],\"NsWqSP\":[\"Voeg je sociale media en website-URL toe. Deze worden weergegeven op je openbare organisatorpagina.\"],\"Nu4oKW\":[\"Beschrijving\"],\"NvuEhl\":[\"Ontwerpelementen\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Selecteer...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"E-mail\"],\"O6mra8\":[\"Aangepaste vragen\"],\"O8m7VA\":[\"Ik ga akkoord met het ontvangen van e-mailmeldingen met betrekking tot dit evenement\"],\"OESu7I\":[\"Voorkom oververkoop door voorraad te delen over meerdere tickettypes.\"],\"OHJXlK\":[\"Gebruik <0>Liquid-templating om uw e-mails te personaliseren\"],\"OIPtI5\":[\"Een percentage van de productprijs. Bijvoorbeeld 3,5% van de productprijs\"],\"OJnhhX\":[[\"eventCount\"],\" evenementen\"],\"OJx3wK\":[\"Niet beschikbaar\"],\"OMJ035\":[\"Radio-optie\"],\"OMX4tH\":[\"Kies tickets\"],\"OP094m\":[\"Promocodes Rapport\"],\"OVFwlg\":[\"Nog geen bestellingsvragen\"],\"OXku3b\":[\"<0>https://uw-website.nl\"],\"OZK07J\":[\"Betaal om te ontgrendelen\"],\"OaKTzt\":[\"Bekijk kaart\"],\"OadMRm\":[\"Coverafbeelding gebruiken\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Zijbalk openen\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Reset\"],\"OfmsI9\":[\"Evenement te nieuw\"],\"OhCesD\":[\"Deze bestelling is geannuleerd. Je kunt op elk moment een nieuwe bestelling plaatsen.\"],\"Ohn74G\":[\"Instellingen & ontwerp\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Ticket Naam\"],\"OmylXO\":[\"Account succesvol bijgewerkt\"],\"On0aF2\":[\"Website\"],\"Oo/PLb\":[\"Omzetoverzicht\"],\"OoSyqO\":[\"Over \",[\"diffMinutes\"],\" minuten\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"Automatisch aanbieden is ingeschakeld. Tickets worden automatisch aangeboden wanneer er capaciteit beschikbaar komt. Gebruik dit om handmatig extra plekken aan te bieden.\"],\"OpKMSn\":[\"Transactiekosten:\"],\"OqEV/G\":[\"Voltooi de onderstaande instelling om door te gaan\"],\"Or1CPR\":[\"Notities over de deelnemer toevoegen...\"],\"OrXJBY\":[\"Optioneel voorvoegsel voor factuurnummers (bijv. INV-)\"],\"Os6n2a\":[\"Bestelling annuleren\"],\"OtgNFx\":[\"E-mailadres succesvol bevestigd\"],\"OtjenF\":[\"Voer een geldig e-mailadres in\"],\"OvNbls\":[\"Download .ics\"],\"OveehC\":[\"Instructies voor offline betalingen toevoegen (bijv. details voor bankoverschrijving, waar cheques naartoe moeten, betalingstermijnen)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Uitnodiging verzonden!\"],\"P+5Pbo\":[\"Antwoorden verbergen\"],\"P+Sty0\":[\"Je wijzigt je e-mailadres in <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Gratis product\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Omslagafbeelding\"],\"P5sgAk\":[\"Kortingscode\"],\"P8hBau\":[\"Je betaling wordt verwerkt.\"],\"PC3/fk\":[\"Evenementen die beginnen in de komende 24 uur\"],\"PCRCCN\":[\"BTW-registratie-informatie\"],\"PChXMe\":[\"Geen betaalde bestellingen\"],\"PFjJxY\":[\"Uw nieuwe wachtwoord moet minimaal 8 tekens lang zijn.\"],\"PGPGsL\":[\"Beschrijving toevoegen\"],\"PKXt9R\":[\"Einddatum moet na begindatum liggen\"],\"PLUB/s\":[\"Tarief\"],\"PMhxAR\":[\"BTW-nummer moet beginnen met een landcode van 2 letters gevolgd door 8-15 alfanumerieke tekens (bijv. NL123456789B01)\"],\"PO/sOY\":[\"Uitnodiging intrekken\"],\"POT0K/\":[\"Een vast bedrag per product. Bijv. $0,50 per product\"],\"POdIrN\":[\"Adresregel 1\"],\"PRuBTd\":[\"Homepage ontwerper\"],\"PSRm6/\":[\"Zoek mijn tickets op\"],\"PUpvQe\":[\"Camerascanner\"],\"PYVWEI\":[\"Indien geregistreerd, verstrek uw BTW-nummer voor validatie\"],\"PYs3rP\":[\"Evenementnaam\"],\"PZ7FTW\":[\"Automatisch gedetecteerd op basis van achtergrondkleur, maar kan worden overschreven\"],\"Pa6G7v\":[\"Naam organisator\"],\"Pc/Wtj\":[\"Deze deelnemer heeft een onbetaalde bestelling.\"],\"Pc729f\":[\"Bestelling Wacht op Offline Betaling\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Gekopieerd!\"],\"Pjsch9\":[\"Zoek capaciteitstoewijzingen...\"],\"Pmr5xp\":[[\"0\"],\" succesvol aangemaakt\"],\"PnSzEc\":[\"Zodra je klaar bent, kun je je evenement live zetten en beginnen met het verkopen van producten.\"],\"Pp1sWX\":[\"Affiliate bijwerken\"],\"Pte1Hv\":[\"Details van deelnemers bekijken\"],\"Puv7+X\":[\"Accountinstellingen\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Deze bestelling is verlopen. Begin opnieuw.\"],\"Q2lUR2\":[\"Valuta\"],\"Q7CWxp\":[\"Wanneer een deelnemer wordt geannuleerd\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Uw BTW-nummer wordt gevalideerd wanneer u opslaat\"],\"QDEWii\":[\"Geverifieerd\"],\"QDWsl9\":[\"Welkom bij \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Verstuur uw eerste bericht\"],\"QGoXh3\":[\"Aangezien uw bedrijf gevestigd is in de EU, moeten we de juiste BTW-behandeling voor onze platformkosten bepalen:\"],\"QHhZeE\":[\"Sjabloon succesvol aangemaakt\"],\"QIWCnW\":[\"VIP check-in lijst\"],\"QIn0Vl\":[\"Wettelijke bedrijfsnaam voor BTW-doeleinden\"],\"QIodqd\":[\"QR-code downloaden\"],\"QIxRUI\":[\"Betaalde, gratis, gelaagde prijzen en op donaties gebaseerde tickets\"],\"QKLP1W\":[\"Maak verbinding met je Stripe-account om betalingen te ontvangen.\"],\"QKim6l\":[\"Deelnemer niet gevonden\"],\"QMHSMS\":[\"Klant ontvangt een e-mail ter bevestiging van de terugbetaling\"],\"QN2F+7\":[\"Webhook toevoegen\"],\"QNrkms\":[\"Antwoord succesvol bijgewerkt.\"],\"QOg2Sf\":[\"De e-mail- en meldingsinstellingen voor dit evenement aanpassen\"],\"QOhkyl\":[\"Opstellen\"],\"QP3gP+\":[\"Deze instellingen zijn alleen van toepassing op gekopieerde insluitcode en worden niet opgeslagen.\"],\"QS1Nla\":[\"Later plannen\"],\"QUg5y1\":[\"Bijna klaar! Voltooi het verbinden van uw Stripe-account om betalingen te accepteren.\"],\"QXgjH0\":[\"Kan imitatie niet stoppen. Probeer het opnieuw.\"],\"QXlz+n\":[\"De standaardvaluta voor je evenementen.\"],\"QYARw/\":[\"Selecteer ticket\"],\"QYLpB4\":[\"Alleen inchecken\"],\"QYcUEf\":[\"Minimale prijs\"],\"QbrUIo\":[\"Bekeken pagina's\"],\"QcCPs8\":[\"Evenement Details\"],\"QcwyCh\":[\"Ja, verwijder ze\"],\"Qj0GKe\":[\"Zelfbediening voor deelnemers inschakelen\"],\"QkLf4H\":[\"Pagina-URL\"],\"QlSZU0\":[\"U imiteert <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Dit kunt u verwachten:\"],\"Qm5XkZ\":[\"Startdatum verkoop\"],\"QoAi8D\":[\"Geen reactie\"],\"QotGhf\":[\"Dit bericht negeren\"],\"Qp4HWD\":[\"Max ontvangers / bericht\"],\"Qqqrwa\":[\"Open Check-In Pagina\"],\"Qrc8RZ\":[\"Check-in lijst verwijderen\"],\"QsYjci\":[\"Alle evenementen\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Camera selecteren\"],\"QuhVpV\":[\"Hi \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Capaciteit\"],\"QzmQBG\":[\"Betalingsprovider\"],\"R02pnV\":[\"Je evenement moet live zijn voordat je tickets kunt verkopen aan deelnemers.\"],\"R0wEyA\":[\"Zoeken op taaknaam of uitzondering...\"],\"R29lO5\":[\"Betalingsvoorwaarden\"],\"R2O9Rg\":[\"Betaald bedrag (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Exporteren voltooid. Bestand wordt gedownload...\"],\"R4r4XO\":[\"Gasten\"],\"R5IT/I\":[\"Opmerkingen voor deelnemers\"],\"R6i9o9\":[\"U moet erkennen dat deze e-mail geen promotie is\"],\"R6n7j9\":[\"BTW-instellingen succesvol bijgewerkt\"],\"RBXXtB\":[\"Er zijn momenteel geen betalingsmethoden beschikbaar. Neem contact op met de organisator van het evenement voor hulp.\"],\"RD51+P\":[\"Platformkosten van \",[\"0\"],\" afgetrokken van uw uitbetaling\"],\"RDie0n\":[\"Diverse\"],\"RG3szS\":[\"sluiten\"],\"RHyZUL\":[\"Geen zoekresultaten.\"],\"RKKhnW\":[\"Maak een aangepaste widget om tickets te verkopen op je site.\"],\"ROR8QD\":[\"Je accountnaam wordt gebruikt op evenementpagina's en in e-mails.\"],\"ROv2ZT\":[\"Vragen en antwoorden\"],\"RQCXz6\":[\"Bestellimieten\"],\"RRZDED\":[\"We konden geen bestellingen vinden die gekoppeld zijn aan dit e-mailadres.\"],\"RReHTu\":[\"Bedrijfsnaam\"],\"RUMiLy\":[\"Validatie van BTW-nummer is mislukt\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Promo codes\"],\"RWw9Lg\":[\"Sluit venster\"],\"RY2eP1\":[\"Er zijn geen belastingen of toeslagen toegevoegd.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"Hoe laat kom je aan?\"],\"ReihZ7\":[\"Afdrukvoorbeeld\"],\"RfwZxd\":[\"Wachtwoord opnieuw instellen\"],\"RjwlZt\":[\"Deze bestelling is al betaald.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Stuur een bericht\"],\"RlJmQg\":[\"Een standaardbelasting, zoals BTW of GST\"],\"RnvnDc\":[\"Bekijk alle berichten verzonden op het platform\"],\"Ropvj0\":[\"Selecteer welke evenementen deze webhook activeren\"],\"RpwiYC\":[\"Restitutie in behandeling\"],\"RqSKdX\":[\"Dit product is uitverkocht\"],\"Rs/IcB\":[\"Voor het eerst gebruikt\"],\"Rs7IQv\":[\"Bericht voor het afrekenen\"],\"RsiDDQ\":[\"Andere Lijsten (Ticket Niet Inbegrepen)\"],\"RtxQTF\":[\"Deze bestelling ook annuleren\"],\"RuaKfn\":[\"Adres succesvol bijgewerkt\"],\"Rwiyt2\":[\"Belastingen geconfigureerd\"],\"RxzN1M\":[\"Ingeschakeld\"],\"RzEvf5\":[\"Dit evenement is afgelopen\"],\"S+OdxP\":[\"Wie organiseert dit evenement?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"De voornaam moet tussen 1 en 50 tekens zijn\"],\"S0ctOE\":[\"Archief evenement\"],\"S3CZ5M\":[\"Organisator-dashboard\"],\"S4PqS9\":[[\"0\"],\" Actieve webhooks\"],\"S8Tua9\":[\"Instellingen succesvol bijgewerkt\"],\"SCimta\":[\"Verberg de pagina Aan de slag uit de zijbalk\"],\"SHJwyq\":[\"Incheckpercentage\"],\"SIHgVQ\":[\"Bericht annuleren mislukt\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Totaal deelnemers\"],\"SMUbbQ\":[\"Een Dropdown-ingang laat slechts één selectie toe\"],\"SNzppu\":[\"Aanmelden voor wachtlijst\"],\"SO9AEF\":[\"Bestellingslimieten ingesteld\"],\"SPKbfM\":[\"bijv. Tickets kopen, Nu registreren\"],\"SPdzrs\":[\"Verzonden naar klanten wanneer ze een bestelling plaatsen\"],\"SQKPvQ\":[\"Gebruiker uitnodigen\"],\"SQqJd8\":[\"Organisator niet gevonden\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Export gestart. Bestand wordt voorbereid...\"],\"SXzpzO\":[\"Toon marketing opt-in selectievakje standaard\"],\"SZw9tS\":[\"Details bekijken\"],\"Sa7w7S\":[\"Deze check-ins lijst is verlopen en niet langer beschikbaar voor check-ins.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Fout\"],\"SnlQeq\":[\"Er zijn geen vragen gesteld voor deze bestelling.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Selectievakjes\"],\"SsI9v/\":[\"Bestelling annuleren mislukt. Probeer het opnieuw.\"],\"Sxm1lO\":[\"Alle statussen\"],\"Sxm8rQ\":[\"Gebruikers\"],\"T+1APV\":[\"Huidig BTW-nummer is gevalideerd\"],\"T02gNN\":[\"Algemene Toegang\"],\"T0K0yl\":[\"Inactieve gebruikers kunnen niet inloggen.\"],\"T4BMxU\":[\"Tarieven kunnen worden gewijzigd. Je wordt op de hoogte gebracht van wijzigingen in je tarievenstructuur.\"],\"T5rdis\":[\"gekopieerd naar klembord\"],\"T6B2gk\":[\"Verzenden bericht mislukt. Probeer het opnieuw.\"],\"TBEnp1\":[\"Het logo wordt weergegeven in de koptekst\"],\"TF37u6\":[\"Je deelnemers zijn succesvol geëxporteerd.\"],\"TF9opW\":[\"Flash is niet beschikbaar op dit apparaat\"],\"TMLAx2\":[\"Verplicht\"],\"TNaCfq\":[\"Enkelregelig tekstvak\"],\"TPoYsF\":[\"Bestelreferentie\"],\"TSAiPM\":[\"De pagina die u zoekt bestaat niet\"],\"TTpXL3\":[\"Opnieuw verzenden over \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"Wachtwoord moet minimaal 8 tekens bevatten\"],\"TWXU0c\":[\"Imiteer gebruiker\"],\"TZxnm8\":[\"Optie toevoegen\"],\"TdfEV7\":[\"Gearchiveerd\"],\"TeSaQO\":[\"Terug naar Accounts\"],\"Tf55h7\":[\"Geconfigureerde korting\"],\"TjX7xL\":[\"Post-Checkout Bericht\"],\"TjbIUI\":[[\"availableCount\"],\" van \",[\"totalCount\"],\" beschikbaar\"],\"TkQVup\":[\"Controleer je e-mail en wachtwoord en probeer het opnieuw\"],\"TkfG8v\":[\"Gegevens per bestelling verzamelen\"],\"TlEeFv\":[\"Komende evenementen\"],\"TnzbL+\":[\"Vanwege het hoge risico op spam moet u een Stripe-account koppelen voordat u berichten naar deelnemers kunt verzenden.\\nDit is om ervoor te zorgen dat alle evenementorganisatoren geverifieerd en verantwoordelijk zijn.\"],\"Tol4BF\":[\"Bestel Details\"],\"TpqW74\":[\"Vast\"],\"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.\"],\"TskrJ8\":[\"Betaling & Plan\"],\"TvY/XA\":[\"Documentatie\"],\"TvkW9+\":[\"Weet je zeker dat je dit evenement wilt archiveren?\"],\"TxfvH2\":[\"Selecteer welke deelnemers dit bericht moeten ontvangen\"],\"Tz0i8g\":[\"Instellingen\"],\"Tz5oXG\":[\"Ja, annuleer mijn bestelling\"],\"U/R4Ng\":[\"Productniveau\"],\"U3pytU\":[\"Admin\"],\"U3wiCB\":[\"U bent helemaal klaar! Uw betalingen worden soepel verwerkt.\"],\"U61sAj\":[\"Productcategorie succesvol bijgewerkt.\"],\"U65fiW\":[\"Organisator opslaan\"],\"U66oUa\":[\"Sjabloon maken mislukt\"],\"U7nGvl\":[\"Kan niet inchecken\"],\"UBSG1X\":[\"Top organisatoren (Laatste 14 dagen)\"],\"UEqXyt\":[\"Aangepast bereik\"],\"UGT5vp\":[\"Instellingen opslaan\"],\"UIENhw\":[\"Configuratienamen zijn zichtbaar voor eindgebruikers. Vaste kosten worden omgerekend naar de ordervaluta tegen de huidige wisselkoers.\"],\"UJmAAK\":[\"Onderwerp\"],\"UKfi21\":[\"Creëer belasting of heffing\"],\"UMGQOh\":[\"Maak verbinding met Stripe\"],\"UNMVei\":[\"Wachtwoord vergeten?\"],\"UQ0ACV\":[\"Totaal bestellingen\"],\"URAE3q\":[\"Gepauzeerd\"],\"URUYHc\":[\"Platformkosteninstellingen succesvol bijgewerkt\"],\"URmyfc\":[\"Details\"],\"UVPI5D\":[\"Toon minder platforms\"],\"UW90md\":[\"Geen ontvangers gevonden\"],\"UWWRyd\":[\"Voeg aangepaste vragen toe om extra informatie te verzamelen tijdens het afrekenen\"],\"UXBCwc\":[\"Achternaam\"],\"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.\"],\"UYUgdb\":[\"Bestel\"],\"UZ2GSZ\":[\"Factuur Instellingen\"],\"UaISq3\":[\"Zweeds\"],\"UabgBd\":[\"Hoofdtekst is verplicht\"],\"UdY1lL\":[\"Uw betaling is niet gelukt, probeer het opnieuw.\"],\"Ug4SfW\":[\"Zodra je een evenement hebt gemaakt, zie je het hier.\"],\"UiAk5P\":[\"Afbeelding invoegen\"],\"Uicx2U\":[\"Deze check-in lijst is actief\"],\"UjNWsF\":[\"BTW kan worden toegepast op platformkosten afhankelijk van uw BTW-registratiestatus. Vul het BTW-informatiegedeelte hieronder in.\"],\"UkHo4c\":[\"Bestelref.\"],\"UkM20g\":[\"In afwachting van beoordeling\"],\"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.\"],\"UlAK8E\":[\"Orders exporteren\"],\"Uo5ddP\":[\"We sturen je een e-mail als er een plek beschikbaar komt voor \",[\"0\"],\".\"],\"UoIRW8\":[\"Deelnemers geregistreerd\"],\"Upeg/u\":[\"Schakel deze sjabloon in voor het verzenden van e-mails\"],\"Uqefyd\":[\"Bent u BTW-geregistreerd in de EU?\"],\"UtDm3q\":[\"URL gekopieerd naar klembord\"],\"Uu0hZq\":[\"Organisator e-mail\"],\"UvYql/\":[\"BTW-instellingen opgeslagen. We valideren uw BTW-nummer op de achtergrond.\"],\"Uwsg2F\":[\"Gereserveerd\"],\"V0SbFp\":[\"Beschikbare producthoeveelheid tonen\"],\"V1EGGU\":[\"Voornaam\"],\"V1krgP\":[\"Code mag maximaal 20 tekens bevatten\"],\"V2sk3H\":[\"E-mail & Sjablonen\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Er is een nieuwe verificatiecode naar je e-mail verzonden\"],\"V6Q5RZ\":[\"Capaciteitstoewijzing succesvol aangemaakt\"],\"V7DYWd\":[\"Bericht verzonden\"],\"V7MwOy\":[\"Er is een fout opgetreden tijdens het laden van de pagina\"],\"V7Tejz\":[\"Wachtlijst automatisch verwerken\"],\"V7yhws\":[\"hallo@geweldig-evenementen.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Terug naar inloggen\"],\"VD0iA7\":[\"Meerdere prijsopties. Perfect voor early bird-producten enz.\"],\"VDWChT\":[\"Weet je zeker dat je deze organisator als concept wilt markeren? De organisatorpagina wordt dan onzichtbaar voor het publiek.\"],\"VEsDvU\":[\"Gebruikers kunnen hun e-mailadres wijzigen in <0>Profielinstellingen\"],\"VFv2ZC\":[\"Einddatum\"],\"VHfLAW\":[\"Geen accounts\"],\"VT+urE\":[\"Zoeken op naam of e-mail...\"],\"VTfZPy\":[\"Toegang geweigerd\"],\"VX+B3I\":[\"Zoeken op evenement titel of organisator...\"],\"VY+Bdn\":[\"Zoeken op accountnaam of e-mail...\"],\"VZeG/A\":[\"Binnenkort beschikbaar\"],\"Vd+LC3\":[\"De kleur moet een geldige hex-kleurcode zijn. Voorbeeld: #ffffff\"],\"VeKsnD\":[\"E-mail met bestelling opnieuw verzenden\"],\"VejKUM\":[\"Vul eerst je gegevens hierboven in\"],\"Vi+BiW\":[\"Inclusief \",[\"0\"],\" producten\"],\"VioGG1\":[\"Koppel je Stripe-account om betalingen voor tickets en producten te accepteren.\"],\"Vjat/X\":[\"Bericht is verplicht\"],\"Vjij1k\":[[\"days\"],\" dagen, \",[\"hours\"],\" uren, \",[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"VkSk/i\":[\"Weet u zeker dat u dit geplande bericht wilt annuleren?\"],\"VlXNyK\":[\"Per bestelling\"],\"Vla0Bo\":[\"Verkochte producten\"],\"VlnB7s\":[\"Laatste 6 maanden\"],\"VmXiz4\":[\"Voer uw e-mailadres in en wij sturen u instructies om uw wachtwoord opnieuw in te stellen.\"],\"VpwcSk\":[\"Voer nieuw wachtwoord in\"],\"VsM1HH\":[\"Capaciteitstoewijzingen\"],\"VskHIx\":[\"Categorie verwijderen\"],\"Vw0KCJ\":[\"QR-code check-in\"],\"VwdqVy\":[\"Capaciteitstoewijzing maken\"],\"Vx2J6x\":[\"Kan deelnemer niet ophalen\"],\"VxFvXQ\":[\"Widget insluiten\"],\"VxYKoK\":[\"Instellingen voor e-mail en meldingen\"],\"VyUuZb\":[\"Afbeelding URL\"],\"W/eN+G\":[\"Indien leeg, wordt het adres gebruikt om een Google Maps-link te genereren\"],\"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.\"],\"W428WC\":[\"Kolommen schakelen\"],\"W4kWXJ\":[\"Zoek op naam van een deelnemer, e-mail of bestelnummer...\"],\"W5A0Ly\":[\"Er is een onverwachte fout opgetreden.\"],\"W7AfhC\":[\"Alle deelnemers aan dit evenement\"],\"WBq1/R\":[\"USB-scanner al actief\"],\"WFHOlF\":[\"Weet je zeker dat je dit evenement wilt publiceren? Eenmaal gepubliceerd is het zichtbaar voor het publiek.\"],\"WHf154\":[\"Code verwijderen\"],\"WKHW0N\":[\"Details online evenement\"],\"WKMnh4\":[\"Een enkele regel tekstinvoer\"],\"WLxtFC\":[\"Kan geen product maken. Controleer uw gegevens\"],\"WNnP3w\":[\"Verbinden en upgraden\"],\"WOpH7O\":[\"Mooie checkout-ervaring op elk apparaat\"],\"WOyJmc\":[\"- Klik om te verwijderen\"],\"WTk/ke\":[\"Over Stripe Connect\"],\"WUOCgI\":[\"Plek succesvol aangeboden\"],\"WVbTwK\":[\"Check-in lijst maken\"],\"WVgSTy\":[\"Bestelling beheren\"],\"WWYHKD\":[\"Uw betaling is beveiligd met encryptie op bankniveau\"],\"WZZzB6\":[\"Evenementnaam is verplicht\"],\"WZbCR3\":[\"Terugbetaling mislukt\"],\"WbImlQ\":[\"Bestelling is geannuleerd en de eigenaar van de bestelling is op de hoogte gesteld.\"],\"WbopAG\":[\"Stripe-betalingen zijn niet ingeschakeld voor dit evenement.\"],\"Wd5CDM\":[\"Evenementnaam moet minder dan 150 tekens bevatten\"],\"WdmJIX\":[\"Voorvertoning laden...\"],\"Weq9zb\":[\"Algemeen\"],\"WgD6rb\":[\"Evenementcategorie\"],\"WjSpu5\":[\"Online evenement\"],\"Wjz5KP\":[\"Geen aanwezigen\"],\"Wvrz79\":[\"Betaald bedrag\"],\"WyCBRt\":[\"Belastingoverzicht\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Ja - Ik heb een geldig EU BTW-registratienummer\"],\"X13xGn\":[\"Niet vertrouwd\"],\"X1zdE7\":[\"Configuratie succesvol aangemaakt\"],\"X26cQf\":[\"Ticket URL\"],\"X2rrlw\":[\"Subtotaal\"],\"X4o0MX\":[\"Webhook niet geladen\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Inschrijvingen verschijnen hier wanneer klanten zich aanmelden voor de wachtlijst van uitverkochte producten.\"],\"XAHqAg\":[\"Dit is een algemeen product, zoals een t-shirt of een mok. Er wordt geen ticket uitgegeven\"],\"XBNC3E\":[\"Deze code wordt gebruikt om verkopen bij te houden. Alleen letters, cijfers, streepjes en underscores toegestaan.\"],\"XIG669\":[\"Wanneer check-in opent\"],\"XKJuAX\":[\"Vraag verwijderd\"],\"XUfgCI\":[\"Geen capaciteitstoewijzingen\"],\"XVLu2v\":[\"Evenement titel\"],\"XX32BM\":[\"Duurt slechts een paar minuten\"],\"XZkeaI\":[\"Geen logboeken gevonden\"],\"XcgRvb\":[\"Jansen\"],\"Xd1R1a\":[\"Adres van je organisator\"],\"Xe2tSS\":[\"Documentatie aansluiten\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Je bestellingen zijn succesvol geëxporteerd.\"],\"XgOuA7\":[\"Laatste 90 dagen\"],\"XkFYVB\":[\"Product verwijderd\"],\"XletzW\":[\"Categorie maken\"],\"XwdMMg\":[\"Code mag alleen letters, cijfers, streepjes en underscores bevatten\"],\"XxecLm\":[\"Type ticket\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Hier is de React component die je kunt gebruiken om de widget in je applicatie in te sluiten.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"De homepage van het evenement en de berichten bij de kassa aanpassen\"],\"YAV57v\":[\"Affiliate\"],\"YAl9Hg\":[\"Configuratie aanmaken\"],\"YC3oXa\":[\"Beschrijving voor incheckpersoneel\"],\"YClrdK\":[\"Dit evenement is nog niet gepubliceerd\"],\"YDVUVl\":[\"Soorten evenementen\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Er ging iets mis! Probeer het opnieuw\"],\"YHsF9c\":[\"Verberg product na einddatum verkoop\"],\"YIDzi/\":[\"Maak Aangepaste Sjabloon\"],\"YIix5Y\":[\"Zoeken...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Ik bevestig dat dit een transactioneel bericht is met betrekking tot dit evenement\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Uitsplitsing productverkoop, inkomsten en belastingen\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Accountconfiguratie succesvol bijgewerkt\"],\"YQ3QSS\":[\"Opnieuw verzenden verificatiecode mislukt\"],\"YSEnLE\":[\"Jansen\"],\"YXhom6\":[\"Vast tarief:\"],\"YXx+fG\":[\"Totaal vóór kortingen\"],\"YZi+Hu\":[\"Taak in wachtrij voor opnieuw proberen\"],\"Ya1JhR\":[\"Geen producten beschikbaar in deze categorie.\"],\"YaCgdO\":[\"Bericht voettekst e-mail\"],\"Yc5YW6\":[\"Geen mislukte taken\"],\"Ye321X\":[\"Belastingnaam\"],\"YfHZv0\":[\"Aan de klant getoond voordat hij afrekent\"],\"YgRSEE\":[\"Weet je zeker dat je deze promotiecode wilt verwijderen?\"],\"YjVNGZ\":[\"Voorbeschouwing\"],\"Ym1gnK\":[\"toegepast\"],\"YpN29s\":[\"Organisator op de hoogte stellen van nieuwe bestellingen\"],\"Yrbm6T\":[\"Awesome Organizer Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Deze bestelling is geannuleerd.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Check-in lijst succesvol bijgewerkt\"],\"Z3FXyt\":[\"Aan het laden...\"],\"Z3etYG\":[\"1 dag voor het evenement\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Offline Betaling\"],\"Z6q0Vl\":[\"Je hebt deze uitnodiging al geaccepteerd. Log in om verder te gaan.\"],\"Z8lGw6\":[\"Deel\"],\"ZBAScj\":[\"Onbekende deelnemer\"],\"ZCSSd+\":[\"Maak je eigen evenement\"],\"ZDIydz\":[\"Aan de slag\"],\"ZIgYeg\":[\"Secundaire tekstkleur\"],\"ZN1WLO\":[\"Kopieer Email\"],\"ZOBwQn\":[\"Homepage-ontwerp\"],\"ZOmUYW\":[\"We valideren uw BTW-nummer op de achtergrond. Als er problemen zijn, laten we het u weten.\"],\"ZPj0Q8\":[\"Berichtdetails\"],\"ZPoHOn\":[\"Geen product gekoppeld aan deze deelnemer.\"],\"ZPwFnN\":[\"Geen orders kunnen exporteren\"],\"ZQ15eN\":[\"Niet gelukt om ticket e-mail opnieuw te versturen\"],\"ZQKLI1\":[\"Gevarenzone\"],\"ZS/D7f\":[\"Alle afgelopen evenementen\"],\"ZWEfBE\":[\"Geen betaling vereist\"],\"ZZEYpT\":[\"Optie \",[\"i\"]],\"ZaEJZM\":[\"Bevestig e-mailwijziging\"],\"ZfxaB4\":[\"Gedeeltelijk Terugbetaald\"],\"Zi3Sbw\":[\"Succesvol verwijderd van de wachtlijst\"],\"ZjMs6e\":[\"<0>Het aantal beschikbare producten voor dit product<1>Deze waarde kan worden overschreven als er <2>Capaciteitsbeperkingen zijn gekoppeld aan dit product.\"],\"ZkS2p3\":[\"Evenement niet publiceren\"],\"Zkymb9\":[\"Een e-mailadres om aan deze affiliate te koppelen. De affiliate wordt niet op de hoogte gesteld.\"],\"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.\"],\"Znwxal\":[\"Applicatiekosten configuratie\"],\"ZowkxF\":[\"Belastingen\"],\"ZpieFv\":[\"Bestelling niet geannuleerd\"],\"ZsZeV2\":[\"E-mail is verplicht\"],\"ZthcdI\":[\"Een promotiecode zonder korting kan worden gebruikt om verborgen producten te onthullen.\"],\"ZutOKU\":[\"BTW-tarief\"],\"Zw6LWb\":[\"Taak verwijderen mislukt\"],\"ZxnK5C\":[\"Zodra je gegevens begint te verzamelen, zie je ze hier.\"],\"Zz6Cxn\":[\"Gevarenzone\"],\"a/gMx2\":[\"Geen inchecklijsten\"],\"a0EjD+\":[\"Product maken\"],\"a41PKA\":[\"Affiliateverkopen worden bijgehouden\"],\"a5KFZU\":[\"Voeg evenementgegevens toe en beheer de instellingen.\"],\"a5jvSX\":[\"Prijsniveaus\"],\"a6+167\":[\"Selecteer een evenement\"],\"a6gga1\":[\"Fout bij het bevestigen van een e-mailwijziging\"],\"a7u1N9\":[\"Prijs\"],\"aAIQg2\":[\"Uiterlijk\"],\"aEDp5C\":[\"Plak dit waar je wilt dat de widget verschijnt.\"],\"aFk48v\":[\"Kan configuratie niet verwijderen\"],\"aGWZUr\":[\"Bruto-omzet\"],\"aH6ZIb\":[\"Nodig je team uit\"],\"aIA9C4\":[\"Succesvol aangemaakte vraag\"],\"aK4uBd\":[\"Laatste 24 uur\"],\"aKtF0O\":[\"Stripe niet verbonden\"],\"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.\"],\"aS0jtz\":[\"Verlaten\"],\"aT3jZX\":[\"Selecteer tijdzone\"],\"aUi/Dz\":[\"Waarschuwing: dit is de standaardsysteemconfiguratie. Wijzigingen zijn van invloed op alle accounts die geen specifieke configuratie toegewezen hebben.\"],\"acIJ41\":[\"Bestelstatus\"],\"agPptk\":[\"Medium\"],\"agZ87r\":[\"Maak tickets voor je evenement, stel prijzen in en beheer de beschikbare hoeveelheid.\"],\"alD1+n\":[\"Factuurnotities\"],\"amMkpL\":[\"Geen capaciteit\"],\"an5hVd\":[\"Afbeeldingen\"],\"aqxYLv\":[\"Educatie\"],\"av+gjP\":[\"Deelnemer Naam\"],\"avf0gk\":[\"Beschrijving van de vraag\"],\"awHmAT\":[\"Ticket-ID\"],\"axVMjA\":[\"Verberg product tenzij gebruiker toepasselijke promotiecode heeft\"],\"axv/Mi\":[\"Aangepaste sjabloon\"],\"b0HJ45\":[\"Succes! \",[\"0\"],\" ontvangt binnenkort een e-mail.\"],\"b1Jvg+\":[\"Ga verder in het nieuwe tabblad\"],\"b24kPi\":[\"Wachtrij\"],\"b33PL9\":[\"Toon meer platforms\"],\"b46pt5\":[\"Evenement coverafbeelding\"],\"b4itZn\":[\"Werken\"],\"b6+Y+n\":[\"Bestelling voltooid\"],\"b9SN9q\":[\"Unieke bestelreferentie\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Maak \",[\"0\"]],\"bA31T4\":[\"Gebruik de gegevens van de koper voor alle deelnemers\"],\"bB6Ram\":[\"Laatste 48 uur\"],\"bECJqy\":[\"Bericht succesvol goedgekeurd\"],\"bKOYkd\":[\"Factuur succesvol gedownload\"],\"bLB3MJ\":[\"Betaalmethoden\"],\"bPWBLL\":[\"Deelnemer kan niet worden uitgecheckt\"],\"bPwFdf\":[\"Accounts\"],\"bU4bS1\":[\"Terugbetalingen\"],\"bU7oUm\":[\"Alleen verzenden naar orders met deze statussen\"],\"bVjDs9\":[\"Extra kosten\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Weet je zeker dat je deze Check-In lijst wilt verwijderen?\"],\"bbslmb\":[\"Ticket ontwerper\"],\"bcCn6r\":[\"Type berekening\"],\"bcYlvb\":[\"Wanneer check-in sluit\"],\"bfXQ+N\":[\"Uitnodiging accepteren\"],\"bgqf+K\":[\"E-mail van tickethouder\"],\"bhlHm/\":[\"Je bestelling wacht op betaling\"],\"blK94r\":[\"Voeg ten minste één optie toe\"],\"blXLKj\":[\"Indien ingeschakeld, tonen nieuwe evenementen een marketing opt-in selectievakje tijdens het afrekenen. Dit kan per evenement worden overschreven.\"],\"br3Y/y\":[\"Platformkosten\"],\"btxLWj\":[\"Evenementstatus bijgewerkt\"],\"bv6RXK\":[\"Knop Label\"],\"bwBlJv\":[\"Bestelling Voornaam\"],\"bxoWpz\":[\"Bevestigingsmail opnieuw verzenden\"],\"byKna+\":[\"Er is een onverwachte fout opgetreden. Probeer het opnieuw.\"],\"c+suC6\":[\"Betaalde accounts\"],\"c/TIyD\":[\"Bestelling & Ticket\"],\"c2/9VE\":[\"Payload\"],\"c3E/kw\":[\"Homer\"],\"c4uJfc\":[\"Bijna klaar! We wachten alleen nog tot je betaling is verwerkt. Dit duurt slechts enkele seconden.\"],\"c6SXHN\":[\"Evenementpagina bekijken\"],\"c7VN/A\":[\"Antwoorden bekijken\"],\"c9Evkd\":[\"Je kunt de laatste categorie niet verwijderen.\"],\"c9RYbv\":[\"Wanneer een bestelling is gemarkeerd als betaald\"],\"cDHM1d\":[\"Het e-mailadres is gewijzigd. De deelnemer ontvangt een nieuw ticket op het bijgewerkte e-mailadres.\"],\"cDtoWq\":[\"Weet u zeker dat u de orderbevestiging opnieuw wilt verzenden naar \",[\"0\"],\"?\"],\"cEFg3R\":[\"Aanmaken affiliate mislukt\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 week voor het evenement\"],\"cHO4ec\":[\"Dit bericht wordt opgenomen in de voettekst van alle e-mails die vanuit dit evenement worden verzonden\"],\"cJ4Y4R\":[\"Je terugbetaling wordt verwerkt.\"],\"cK9+xQ\":[\"BTW-land\"],\"cKj6OE\":[\"Incheckoverzicht\"],\"cMW+gm\":[\"Toon alle platforms (\",[\"0\"],\" meer met waarden)\"],\"cOePZk\":[\"Evenement Tijd\"],\"cQrNR3\":[\"Profiel beheren\"],\"cRRc+F\":[\"Dit product kan niet worden verwijderd omdat het gekoppeld is aan een bestelling. In plaats daarvan kunt u het verbergen.\"],\"cSev+j\":[\"Filters\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" ingecheckt\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Je hebt belastingen en kosten toegevoegd aan een Gratis product. Wilt u deze verwijderen?\"],\"cd0jIM\":[\"Taakdetails\"],\"cdR8d6\":[\"Maak een ticket aan\"],\"cde2hc\":[\"Alle producten\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Je evenement live zetten\"],\"cl5WYc\":[\"Promo \",[\"promo_code\"],\" code toegepast\"],\"clF06r\":[\"Beschikbaar voor terugbetaling\"],\"cljs3a\":[\"Geef aan of u BTW-geregistreerd bent in de EU\"],\"cnGeoo\":[\"Verwijder\"],\"coIKFu\":[\"Statistieken van de organisator zijn niet beschikbaar voor de geselecteerde valuta of er is een fout opgetreden.\"],\"cormHa\":[\"Adresregel 2\"],\"cosfD8\":[\"Deelnemersstatus\"],\"cs5muu\":[\"Voorbeeld van de evenementpagina\"],\"csDS2L\":[\"Beschikbaar\"],\"ct2SYD\":[\"Laatste 7 dagen\"],\"cxsKvw\":[\"Wanneer een check-in wordt verwijderd\"],\"d+F6q9\":[\"Aangemaakt\"],\"d+KKMz\":[\"Inchecklijst niet geladen\"],\"d0rUsW\":[\"Sociale links\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Annuleren\"],\"dF6vP6\":[\"Live\"],\"dFFW9L\":[\"Uitverkoop eindigde \",[\"0\"]],\"dFHcIn\":[\"Belastingdetails\"],\"dFJnia\":[\"Dit is de naam van je organisator die aan je gebruikers wordt getoond.\"],\"dFuEhO\":[\"Ticket e-mail opnieuw verzenden\"],\"dJZTv2\":[\"Selecteer starttijd\"],\"dLm8V5\":[\"Promotionele e-mails kunnen leiden tot accountopschorting\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Attributie-uitsplitsing\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Hier zijn alle tickets die gekoppeld zijn aan je e-mailadres.\"],\"dPYu1F\":[\"Per deelnemer\"],\"dPyJ15\":[\"Sjabloon Verwijderen\"],\"dSyJj6\":[\"E-mailadressen komen niet overeen\"],\"dVgNF1\":[\"Kan configuratie niet aanmaken\"],\"dVxpp5\":[\"Welkom terug\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Geen evenementen gevonden\"],\"dWBrJX\":[\"Offline betaling mislukt. Probeer het opnieuw of neem contact op met de organisator van het evenement.\"],\"dXoieq\":[\"Samenvatting\"],\"dZsDbK\":[\"HTML karakterlimiet overschreden: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"Met categorieën kun je producten groeperen. Je kunt bijvoorbeeld een categorie hebben voor.\"],\"de6HLN\":[\"Wanneer klanten tickets kopen, verschijnen hun bestellingen hier.\"],\"dfkQIO\":[\"Wanneer een nieuw product wordt gemaakt\"],\"dkAPxi\":[\"Webhook maken\"],\"dr7CWq\":[\"Alle aankomende evenementen\"],\"dsFmM+\":[\"Gekocht\"],\"dtGC3q\":[\"Ticket e-mail is opnieuw verzonden naar de deelnemer\"],\"e/cvV1\":[\"Verifiëren...\"],\"e3uMJH\":[\"Deze bestelling is compleet.\"],\"e4KdjJ\":[\"Deelnemer handmatig toevoegen\"],\"e4L7bF\":[\"Selecteer een bericht om de inhoud te bekijken\"],\"e5lF64\":[\"Gebruiksvoorbeeld\"],\"e7eZuA\":[\"Bijgewerkte bestelling\"],\"e8WNln\":[\"Tijdzone evenement\"],\"e99fHm\":[\"Evenement herstellen\"],\"eB5vce\":[\"Bestel eigenaars met een specifiek product\"],\"ePK91l\":[\"Bewerk\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Nieuw wachtwoord aanmaken\"],\"eWRECP\":[\"Nachtleven\"],\"eXssj5\":[\"Stel standaardinstellingen in voor nieuwe evenementen die onder deze organisator worden gemaakt.\"],\"eaUTwS\":[\"Verstuur resetlink\"],\"eb47T5\":[\"Geen gegevens gevonden voor de geselecteerde filters. Probeer het datumbereik of de valuta aan te passen.\"],\"ebIDwV\":[\"Google Agenda\"],\"eeZdaB\":[\"Configuratie succesvol bijgewerkt\"],\"efAM7X\":[\"Een datuminvoer. Perfect voor het vragen naar een geboortedatum enz.\"],\"ejMDw1\":[\"Wanneer een bestelling wordt terugbetaald\"],\"ejXy+D\":[\"Sorteren van producten mislukt\"],\"elW7Tn\":[\"E-mail Hoofdtekst\"],\"enV0g0\":[\"Laat leeg om het standaardwoord te gebruiken\"],\"eneWvv\":[\"Concept\"],\"enzGAL\":[\"Vragen\"],\"eorM7z\":[\"Categorieën opnieuw gerangschikt.\"],\"ercTDX\":[\"De code moet tussen 3 en 50 tekens lang zijn\"],\"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\"],\"etaWtB\":[\"Deelnemergegevens bewerken\"],\"euc6Ns\":[\"Dupliceren\"],\"eusccx\":[\"Een optioneel bericht om weer te geven op het uitgelichte product, bijv. \\\"Snel uitverkocht 🔥\\\" of \\\"Beste waarde\\\"\"],\"evDBV8\":[\"Evenement publiceren\"],\"exy8uo\":[\"Genereer code\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Inchecklijsten\"],\"f30uVZ\":[\"Wat u moet doen:\"],\"f3RdEk\":[[\"hours\"],\" uren, \",[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"f4vJgj\":[\"Een meerregelige tekstinvoer\"],\"f7SUun\":[\"Wachtwoorden zijn niet hetzelfde\"],\"f8qS7T\":[\"'Er is nog niets te laten zien'\"],\"f9WRpE\":[\"Ongeldig bestandstype. Upload een afbeelding.\"],\"fAv9QG\":[\"🎟️ Tickets toevoegen\"],\"fFYotW\":[\"Gedeeltelijk terugbetaald: \",[\"0\"]],\"fFeCKc\":[\"Geen Korting\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Je kunt een handmatig aangemaakte bestelling niet terugbetalen.\"],\"fKn/k6\":[\"Terugbetalingsbedrag\"],\"fMPkxb\":[\"Meer tonen\"],\"fROFIL\":[\"Vietnamees\"],\"fTFfOK\":[\"Elke e-mailsjabloon moet een call-to-action knop bevatten die linkt naar de juiste pagina\"],\"fVPt0F\":[\"Wanneer een bestelling wordt bijgewerkt\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Webhook bewerken\"],\"fWsBTs\":[\"Er is iets misgegaan. Probeer het opnieuw.\"],\"fYyXCd\":[\"https://voorbeeld-maps-service.com/...\"],\"fc7wGW\":[\"bijv. Belangrijke update over uw tickets\"],\"fcnqjw\":[\"Offline Betalingsinstructies\"],\"fdjq4c\":[\"Opvulling\"],\"fgLNSM\":[\"Registreer\"],\"fiV0xj\":[\"Gebruikslimiet\"],\"fj5byd\":[\"N.V.T.\"],\"fovJi3\":[\"USB-scannermodus gedeactiveerd\"],\"fpMs2Z\":[\"LIVE\"],\"fpb0rX\":[\"Deelnemergegevens gekopieerd van bestelling\"],\"fqDzSu\":[\"Tarief\"],\"ftNXma\":[\"Zoek affiliates...\"],\"ftzaMf\":[\"Verkoopperiode, bestellingslimieten, zichtbaarheid\"],\"fuwKpE\":[\"Probeer het opnieuw.\"],\"fvDQhr\":[\"Verberg dit niveau voor gebruikers\"],\"fx8BTd\":[\"Betalingen niet beschikbaar\"],\"fyE7Au\":[[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Uw betaling is mislukt. Probeer het opnieuw.\"],\"g+2103\":[\"Hier is je affiliatelink\"],\"g+lLS9\":[\"Nodig een teamlid uit\"],\"g2UNkE\":[\"Aangedreven door\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Aangepaste branding\"],\"g9dPPQ\":[\"Maximum per bestelling\"],\"gGhBmF\":[\"Je bent offline\"],\"gHSuV/\":[\"Ga naar de startpagina\"],\"gJQsLv\":[\"Upload een omslagafbeelding voor je organisator\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Alle deelnemers\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Succesvol gecreëerd product\"],\"gPgdNV\":[\"BTW-nummer succesvol gevalideerd\"],\"gTN6Ws\":[\"Selecteer eindtijd\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo en omslagafbeelding voor je organisator\"],\"geUFpZ\":[\"Belastingen en heffingen\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Geen zoekresultaten\"],\"gnBreG\":[\"Datum waarop de bestelling is geplaatst\"],\"goOKRY\":[\"Niveau toevoegen\"],\"gqnyh0\":[\"Geoptimaliseerd voor mobiel\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Markeren\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Laatst geactiveerd\"],\"gwk5gg\":[\"Adresregel 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"Op welke producten is deze code van toepassing?\"],\"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.\"],\"gypigA\":[\"Die promotiecode is ongeldig\"],\"gzrCuN\":[\"Uw bestelgegevens zijn bijgewerkt. Er is een bevestigingsmail verzonden naar het nieuwe e-mailadres.\"],\"h0Q9Iw\":[\"Laatste reactie\"],\"h0dx5e\":[\"Kan niet aan de wachtlijst worden toegevoegd\"],\"h10Wm5\":[\"Onbetaalde bestelling\"],\"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\"],\"h69WC6\":[\"Verzonden\"],\"hAjDQy\":[\"Selecteer status\"],\"hBsw5C\":[\"Verkoop beëindigd\"],\"hD1ocH\":[\"Check-In URL gekopieerd naar klembord\"],\"hDNwnf\":[\"Uw logo, kleuren en stijl op elke pagina\"],\"hEtQsg\":[\"Zelfbediening voor deelnemers standaard inschakelen\"],\"hFHnxR\":[\"Op welke producten is deze code van toepassing? (Geldt standaard voor alle)\"],\"hFwWnI\":[\"Instellingen meldingen\"],\"hJmVtD\":[\"Selecteer land\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Mijn profiel\"],\"hL7sDJ\":[\"Deel organisatorpagina\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Klik gewoon op de knop hieronder om uw Stripe-account opnieuw te verbinden.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Maak\"],\"hauDFf\":[\"Per ticket\"],\"hbwCKE\":[\"E-mailadres gekopieerd naar klembord\"],\"hcX103\":[\"Maak een product\"],\"hdyeZ0\":[\"Taak verwijderen\"],\"he3ygx\":[\"Kopie\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Bedrag\"],\"hfHhaa\":[\"Even geduld terwijl we je affiliates voorbereiden voor export...\"],\"hg80P7\":[\"Stripe-instelling voltooien\"],\"hli+ga\":[\"USB/HID-scanner\"],\"hqmXmc\":[\"Werken...\"],\"hrvLf4\":[\"Accepteer creditcardbetalingen met Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"E-mailadres\"],\"i0QKrm\":[\"Bijwerken affiliate mislukt\"],\"i0TtkR\":[\"Dit overschrijft alle zichtbaarheidsinstellingen en verbergt het product voor alle klanten.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Bestelnummer\"],\"i8day5\":[\"Kosten doorberekenen aan koper\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Code bewerken\"],\"iG7KNr\":[\"Logo\"],\"iIEaNB\":[\"Als u een account bij ons heeft, ontvangt u een e-mail met instructies over hoe u uw wachtwoord opnieuw kunt instellen.\"],\"iJhSxe\":[\"De SEO-instellingen voor dit evenement aanpassen\"],\"iMdwTb\":[\"Voordat je evenement live kan gaan, moet je een paar dingen doen. Voltooi alle onderstaande stappen om te beginnen.\"],\"iN5Cz3\":[\"Account al verbonden!\"],\"iPBfZP\":[\"Geregistreerde deelnemers\"],\"iQZff7\":[\"Belastingen, kosten, zichtbaarheid, verkoopperiode, productmarkering en bestellingslimieten\"],\"iS0wAT\":[\"Categorieën helpen je om je producten te organiseren. Deze titel wordt weergegeven op de openbare evenementpagina.\"],\"iStTQt\":[\"Cameratoestemming is geweigerd. <0>Vraag toestemming opnieuw, of als dit niet werkt, moet je <1>deze pagina toegang geven tot je camera in je browserinstellingen.\"],\"iTvh6I\":[\"Momenteel beschikbaar voor aankoop\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Kopieer code\"],\"iWa9cY\":[\"Vertel mensen wat ze kunnen verwachten van je evenement\"],\"iX6SLo\":[\"Pas de tekst op de knop 'Doorgaan' aan\"],\"ia8YsC\":[\"Komende\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Je bericht is succesvol verzonden!\"],\"igBrCH\":[\"Controleer uw e-mailadres om toegang te krijgen tot alle functies\"],\"ih35UP\":[\"Conferentiecentrum\"],\"ii0qn/\":[\"Onderwerp is verplicht\"],\"iiWXDL\":[\"Geschiktheidsfouten\"],\"imLQ9Y\":[\"Uw BTW-nummer valideren...\"],\"imgKgl\":[\"Evenementbeschrijving\"],\"injXD7\":[\"Het BTW-nummer kon niet worden gevalideerd. Controleer het nummer en probeer het opnieuw.\"],\"ioG+xt\":[\"In afwachting van betaling\"],\"ipP6Ue\":[\"Aanwezige maken\"],\"ipYKgM\":[\"Indexering door zoekmachines toestaan\"],\"irpUxR\":[\"Vast bedrag\"],\"ixIx1f\":[\"Kies product\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"Startdatum is verplicht\"],\"izwOOD\":[\"Belastingen en toeslagen apart weergeven\"],\"j/TOB3\":[\"Sociale links & website\"],\"j1Jl7s\":[\"Categorie bewerken\"],\"j1VfcT\":[\"SEO Beschrijving\"],\"j5FdeA\":[\"Deze bestelling wordt verwerkt.\"],\"j6w7d/\":[\"Schakel deze capaciteit in om de verkoop van producten te stoppen als de limiet is bereikt\"],\"j9b/iy\":[\"Verkoopt snel 🔥\"],\"j9cPeF\":[\"Soorten evenementen selecteren\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Je moet minstens één prijsniveau hebben\"],\"jEbkcB\":[\"Totaal Terugbetaald\"],\"jEu4bB\":[\"Kolommen\"],\"jEw0Mr\":[\"Voer een geldige URL in\"],\"jIPNJG\":[\"Basisinformatie\"],\"jRJZxD\":[\"Capaciteit verwijderen\"],\"jT142F\":[\"Over \",[\"diffHours\"],\" uur\"],\"jVRHeq\":[\"Aangemeld\"],\"jZj9y9\":[\"Gelaagd product\"],\"jZlrte\":[\"Kleur\"],\"jabmnm\":[\"Affiliate succesvol bijgewerkt\"],\"jfC/xh\":[\"Contact\"],\"jh2orE\":[\"We hebben ons hoofdkantoor naar Ierland verplaatst. Daarom moet u uw Stripe-account opnieuw verbinden. Dit snelle proces duurt slechts enkele minuten. Uw verkopen en bestaande gegevens blijven volledig onaangetast.\"],\"jkNgQR\":[\"Deze bestelling ook terugbetalen\"],\"jo3Gm6\":[\"Exporteren affiliates mislukt\"],\"jp5bq8\":[\"ontvangers\"],\"jpctdh\":[\"Bekijk\"],\"jrBSO1\":[\"Organisator bewerken\"],\"jtrY3S\":[\"Nog niets om te laten zien\"],\"jtrqH9\":[\"Deelnemers exporteren\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Gedeeld capaciteitsbeheer\"],\"jyt+cx\":[\"Bevestigingsmail succesvol opnieuw verstuurd\"],\"k/bJj0\":[\"Vragen herschikt\"],\"k1bLf+\":[\"Achtergrondkleur\"],\"k3Tngl\":[\"Geëxporteerde bezoekers\"],\"k3dfFD\":[\"Verborgen vragen zijn alleen zichtbaar voor de organisator van het evenement en niet voor de klant.\"],\"k3wH7i\":[\"Gebruik van promocodes en uitsplitsing van kortingen\"],\"k4FLBQ\":[\"Doorberekenen aan koper\"],\"k5CU8c\":[\"Totaal inschrijvingen\"],\"k5p8dz\":[\"Capaciteitstoewijzing succesvol verwijderd\"],\"k9RiLi\":[\"Een product maken\"],\"k9m6/E\":[\"Homepage-instellingen met succes bijgewerkt\"],\"kBkYSa\":[\"Bewerk capaciteit\"],\"kCn6wb\":[\"Opnieuw instellen...\"],\"kF8HQ7\":[\"Antwoorden exporteren\"],\"kIKb9e\":[\"Sociaal\"],\"kJDmsI\":[\"Evenement details\"],\"kKpkzy\":[\"Tickets succesvol aangeboden aan 1 persoon\"],\"kMU5aM\":[\"Een annuleringsmelding is verzonden naar\"],\"kNmmvE\":[\"Awesome Events B.V.\"],\"kO44sp\":[\"Vermeld verbindingsgegevens voor je online evenement. Deze gegevens worden weergegeven op de overzichtspagina van de bestelling en de ticketpagina voor deelnemers.\"],\"kODvZJ\":[\"Voornaam\"],\"kOtCs2\":[\"Factuurnummering\"],\"kTSQej\":[\"Hallo \",[\"0\"],\", beheer je platform vanaf hier.\"],\"kUlL8W\":[\"Profiel succesvol bijgewerkt\"],\"kWI/37\":[\"Organisator selecteren\"],\"kWg31j\":[\"Voer unieke affiliatecode in\"],\"kY7XDn\":[\"Geen producten hebben wachtlijstvermeldingen\"],\"kYZSFD\":[\"Selecteer een organisator om hun dashboard en evenementen te bekijken.\"],\"kYqM1A\":[\"Terug naar evenement\"],\"kadJKg\":[\"Geldt voor 1 product\"],\"kf83Ld\":[\"Er ging iets mis.\"],\"khBZkl\":[\"BTW\"],\"kj7zYe\":[\"Webhook succesvol bijgewerkt\"],\"kjAL4v\":[\"Ticket\"],\"klWBeI\":[\"Wacht even voordat je een nieuwe code aanvraagt\"],\"kodV18\":[\"CSV downloaden\"],\"kpAzPe\":[\"Start verkoop\"],\"kpJAeS\":[\"Organisator maken\"],\"kqA9lY\":[\"Kan BTW-instellingen niet bijwerken\"],\"ktyvbu\":[\"Product(en)\"],\"kv9dM4\":[\"Platformomzet\"],\"kvYpYu\":[\"Bestelling niet gevonden\"],\"kvpxIU\":[\"Dit wordt gebruikt voor meldingen en communicatie met je gebruikers.\"],\"kzx0uD\":[\"Standaardinstellingen evenement succesvol bijgewerkt\"],\"l+/HS6\":[\"Aanbiedingen verlopen na \",[\"timeoutHours\"],\" uur.\"],\"l3sZO1\":[\"Voeg eventuele notities over de bestelling toe. Deze zijn niet zichtbaar voor de klant.\"],\"l5OcwO\":[\"Bericht deelnemer\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Kan BTW-instellingen niet opslaan. Probeer het opnieuw.\"],\"l75CjT\":[\"Ja\"],\"l894xP\":[\"Organisatoren kunnen alleen evenementen en producten beheren. Ze kunnen geen gebruikers, accountinstellingen of factureringsgegevens beheren.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" is al ingecheckt\"],\"lB2hSG\":[\"Houd mij op de hoogte van nieuws en evenementen van \",[\"0\"]],\"lFdbRS\":[\"Applicatiekosten omzeilen\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Exporttaak niet gestart\"],\"lNipG+\":[\"Door een product te verbergen, kunnen gebruikers het niet zien op de evenementpagina.\"],\"lQgMLn\":[\"Naam van kantoor of locatie\"],\"lS9/aZ\":[\"Kan ontvangers niet laden\"],\"lWxAUo\":[\"Eten & Drinken\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Bericht individuele deelnemers\"],\"lYGfRP\":[\"Engels\"],\"lZwV6X\":[\"Aanmelden voor wachtlijst voor \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Bijgewerkt product\"],\"lfLHNz\":[\"CTA label is verplicht\"],\"lflimf\":[\"Betalingstermijn\"],\"lgFfeO\":[\"Uitverkocht\"],\"lhAWqI\":[\"Bedankt voor uw steun terwijl we Hi.Events blijven uitbreiden en verbeteren!\"],\"lk74+I\":[\"Kosten absorberen\"],\"lkE00/\":[\"Er is iets misgegaan. Probeer het later opnieuw.\"],\"lkMK2r\":[\"Uw gegevens\"],\"lkNdiH\":[\"Naam rekening\"],\"lnCMdg\":[\"Afbeelding uploaden\"],\"lnYE59\":[\"Datum van het evenement\"],\"lnrkNz\":[\"E-mailbevestiging opnieuw verzenden\"],\"loCKGB\":[\"Uitverkoop eindigt \",[\"0\"]],\"lpm0+y\":[\"Omvat 1 product\"],\"lsxOPC\":[\"Ontvangen betaling\"],\"luHAJY\":[\"Populaire evenementen (Laatste 14 dagen)\"],\"lyD7rQ\":[\"Dit organisatorprofiel is nog niet gepubliceerd\"],\"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.\"],\"m/N7Zq\":[\"Volledig Evenementadres\"],\"m0CFV2\":[\"Details deelnemers\"],\"m3FM1g\":[\"Totaal terugbetaald\"],\"m8WD6t\":[\"Doorgaan met instellen\"],\"m9SD3V\":[\"Code moet minimaal 3 tekens bevatten\"],\"mBsBHq\":[\"Check-in lijst is niet actief\"],\"mCB6Je\":[\"Selecteer alles\"],\"mEHQ8I\":[\"Weet je zeker dat je dit evenement openbaar wilt maken? Hierdoor wordt het evenement zichtbaar voor het publiek\"],\"mFdA+i\":[\"Berichtenniveau\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Standaardproduct met een vaste prijs\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"E-mailwijziging in behandeling\"],\"mImacG\":[\"Evenementpagina\"],\"mJJh2s\":[\"Affiliateverkopen worden niet bijgehouden. Dit deactiveert de affiliate.\"],\"mLBUMQ\":[\"Configuratie succesvol verwijderd\"],\"mUv9U4\":[\"Verkoop\"],\"mVKOW6\":[\"Er is een fout opgetreden bij het verzenden van uw bericht\"],\"mYGY3B\":[\"Datum\"],\"mYLhkl\":[\"Diverse instellingen\"],\"mYygCM\":[\"Organisator is vereist\"],\"mdeIOH\":[\"Code opnieuw verzenden\"],\"mf3FrP\":[\"Deze categorie heeft nog geen producten.\"],\"mimF6c\":[\"Aangepast bericht na checkout\"],\"miysJh\":[\"We konden deze bestelling niet vinden. Mogelijk is deze verwijderd.\"],\"mkWad2\":[\"Hongaars\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Percentage vergoeding\"],\"mnUGVC\":[\"Limiet overschreden. Probeer het later opnieuw.\"],\"mnafgQ\":[\"De standaard tijdzone voor je evenementen.\"],\"mpB/d9\":[\"Totaal bestelbedrag\"],\"muXhGi\":[\"Als deze optie is ingeschakeld, ontvangt de organisator een e-mailbericht wanneer er een nieuwe bestelling is geplaatst\"],\"mvrlBO\":[\"Filteren op evenement\"],\"mwe+2z\":[\"Offline bestellingen worden niet weergegeven in evenementstatistieken totdat de bestelling als betaald is gemarkeerd.\"],\"mxsm1o\":[\"Deze vraag verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"n/7+7Q\":[\"Bevestiging verzonden naar\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Afbeelding succesvol verwijderd\"],\"n10yGu\":[\"Bestelling terugbetalen\"],\"n143Tq\":[\"Bewerk productcategorie\"],\"n4SpU5\":[\"Evenement beheren\"],\"n57zCW\":[\"Niet-toegewezen accounts\"],\"n5pRtF\":[\"Een ticket maken\"],\"n5vdm2\":[\"Er zijn nog geen webhook-events opgenomen voor dit eindpunt. Evenementen zullen hier verschijnen zodra ze worden geactiveerd.\"],\"n6EaWL\":[\"Logboeken bekijken\"],\"n8+Ng/\":[\"Voer de 5-cijferige code in\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Nummer Voorvoegsel\"],\"n8IUs7\":[\"Bruto-omzet\"],\"n9V+ps\":[\"Voer je naam in\"],\"n9ZhRa\":[\"Selecteer einddatum en tijd\"],\"nAn4Oe\":[\"Bestelling gemarkeerd als betaald\"],\"nBVOd7\":[\"Wanneer een deelnemer wordt bijgewerkt\"],\"nBqgQb\":[\"Uw e-mail\"],\"nCywLA\":[\"Neem overal vandaan deel\"],\"nDBs04\":[\"Capaciteitsbeheer\"],\"nE5o/t\":[\"Gegevenseigendom\"],\"nFm+5u\":[\"Voettekst\"],\"nHm0AI\":[\"Dagelijkse uitsplitsing naar verkoop, belasting en kosten\"],\"nKtyYu\":[\"Ga door naar de volgende stap\"],\"nLC6tu\":[\"Frans\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Actie vereist: Verbind uw Stripe-account opnieuw\"],\"nO3VbP\":[\"In de verkoop \",[\"0\"]],\"nOBvex\":[\"Stuur realtime bestel- en deelnemergegevens naar je externe systemen.\"],\"nOhz3x\":[\"Afmelden\"],\"nP7CdQ\":[\"Webhook bewerken\"],\"nQI4H5\":[\"Verbind Stripe om sjabloonbewerking van e-mails in te schakelen\"],\"nWhye/\":[\"Aan wie moet deze vraag worden gesteld?\"],\"nYNT+5\":[\"Uw evenement opzetten\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Uw bestelling is geannuleerd.\"],\"nbfdhU\":[\"Integraties\"],\"ncwQad\":[\"(leeg)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"We konden het ticket dat u zoekt niet vinden. De link is mogelijk verlopen of de ticketgegevens zijn gewijzigd.\"],\"nfagfM\":[\"Geldig\"],\"nfnm9D\":[\"Naam organisatie\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Uploaden van afbeelding mislukt. Probeer het opnieuw.\"],\"nm3Iz/\":[\"Bedankt voor uw aanwezigheid!\"],\"nn3mSR\":[\"Resterende tijd:\"],\"nnfSdK\":[\"Unieke klanten\"],\"nniGTr\":[\"Om configuraties te bewerken, ga naar de sectie Configuraties in het beheerdersmenu.\"],\"nqx+6h\":[\"Voer deze stappen uit om tickets voor je evenement te gaan verkopen.\"],\"nrGWUv\":[\"Pas je evenementpagina aan aan je merk en stijl.\"],\"nrSs2u\":[\"Geen berichten gevonden\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"Webhook URL\"],\"nvOPBA\":[\"Links toegestaan\"],\"nwtY4N\":[\"Er is iets misgegaan\"],\"nx+rqg\":[\"een organisator maken\"],\"ny2r8d\":[\"Wanneer een bestelling wordt geannuleerd\"],\"nz96Ue\":[\"1 tickettype\"],\"o+tJN/\":[\"Wacht even terwijl we je deelnemers voorbereiden voor export...\"],\"o/blc/\":[\"Kan accountconfiguratie niet bijwerken\"],\"o1my93\":[\"Bijwerken van organisatorstatus mislukt. Probeer het later opnieuw.\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Gefeliciteerd met het aanmaken van een evenement!\"],\"o5r6b2\":[\"Taak verwijderd\"],\"o6+Y6d\":[\"Opnieuw verzenden...\"],\"o7LgX6\":[\"U kunt extra servicekosten en belastingen configureren in uw accountinstellingen.\"],\"o7s5FA\":[\"De taal waarin de deelnemer e-mails ontvangt.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"TIP\"],\"oHE9JT\":[\"Capaciteitstoewijzing bewerken\"],\"oI/hGR\":[\"Bestelling-ID\"],\"oJjplO\":[\"Totaal weergaven\"],\"oNL5vN\":[\"Ga naar evenementpagina\"],\"oPknTP\":[\"Optionele aanvullende informatie die op alle facturen moet worden vermeld (bijv. betalingsvoorwaarden, kosten voor te late betaling, retourbeleid)\"],\"oQvMPn\":[\"Titel van de vraag\"],\"oR7zL3\":[\"Naam van tickethouder\"],\"oSDBWm\":[\"BTW-instellingen\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Mijn Tickets\"],\"oW5877\":[\"Bestelling Totaal\"],\"oWXNE5\":[\"Aant.\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Toevoegen aan kalender\"],\"ocS8eq\":[\"Heeft u al een account? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Informatie over offline betalingen\"],\"olKKwj\":[\"Mobiele scanner met offline ondersteuning en realtime tracking\"],\"omyBS0\":[\"Aantal dagen toegestaan voor betaling (leeg laten om betalingstermijnen weg te laten van facturen)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Deelnemer beheren\"],\"ophZVW\":[\"Tickets beheren\"],\"oqr9HB\":[\"Dit product samenvouwen wanneer de evenementpagina voor het eerst wordt geladen\"],\"orBECM\":[\"Totaal geïnd\"],\"orluER\":[\"Volg accountgroei en prestaties per attributiebron\"],\"os29v1\":[\"Deze vraag is alleen zichtbaar voor de organisator van het evenement.\"],\"ouM5IM\":[\"Probeer een ander e-mailadres\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Standaard\"],\"p/Sa0j\":[\"Uw account heeft berichtenlimieten. Om uw limieten te verhogen, neem contact met ons op via\"],\"p2/GCq\":[\"Wachtwoord bevestigen\"],\"p2FRHj\":[\"Bepaal hoe platformkosten worden behandeld voor dit evenement\"],\"p2WLr3\":[\"Inchecken \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Selecteer een categorie\"],\"pAey+4\":[\"Bestand is te groot. Maximale grootte is 5MB.\"],\"pCLes8\":[\"U moet akkoord gaan met het ontvangen van berichten\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Ticket succesvol opnieuw verzonden\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Recente accountaanmeldingen\"],\"pMLul+\":[\"Alle valuta's\"],\"pNgdBv\":[\"Er zijn geen producten beschikbaar in deze categorie\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Weet je zeker dat je deze organisator openbaar wilt maken? De organisatorpagina wordt dan zichtbaar voor het publiek.\"],\"pZNOT9\":[\"Geen einddatum\"],\"pbAk7a\":[\"Streep aansluiten\"],\"pjp2n5\":[\"Kies wie de platformkosten betaalt. Dit heeft geen invloed op extra kosten die u in uw accountinstellingen hebt geconfigureerd.\"],\"pkk46Q\":[\"Kies een organisator\"],\"pn5qSs\":[\"Aanvullende informatie\"],\"pnVh83\":[\"BTW-nummer\"],\"pnoTN5\":[\"Verwijzingsaccounts\"],\"poTr35\":[\"Gebruiker bewerken\"],\"ppuQR4\":[\"Bestelling aangemaakt\"],\"pqFrv2\":[\"bijv. 2,50 voor $2,50\"],\"prZGMe\":[\"Factuuradres vereisen\"],\"psosdY\":[\"Link naar bestelgegevens\"],\"psqIm5\":[\"Werk samen met je team om geweldige evenementen te organiseren.\"],\"pvnfJD\":[\"Donker\"],\"pxNIxa\":[\"Pas uw e-mailsjabloon aan met Liquid-sjablonen\"],\"q/CcwE\":[\"Bestel Datum\"],\"q1BizZ\":[\"We sturen je tickets naar dit e-mailadres\"],\"q2LEDV\":[\"Geen aanwezigen gevonden voor deze bestelling.\"],\"q6XHL1\":[\"Prijs Type\"],\"q7TRd7\":[\"Weet je zeker dat je deze deelnemer wilt activeren?\"],\"qCJyMx\":[\"Post Checkout-bericht\"],\"qCqdg6\":[\"Incheck Status\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Kopers zien een schone prijs. De platformkosten worden afgetrokken van uw uitbetaling.\"],\"qGZz0m\":[\"Je staat op de wachtlijst!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Uitgaande berichten\"],\"qNuTh3\":[\"Uitzondering\"],\"qY4rpA\":[\"Terugbetaling mislukt\"],\"qcP/8K\":[\"Geplande tijd\"],\"qdfdgM\":[\"Hoofdstraat 123\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Klaar! U gebruikt nu ons verbeterde betalingssysteem.\"],\"qnSLLW\":[\"<0>Voer de prijs in exclusief belastingen en toeslagen.<1>Belastingen en toeslagen kunnen hieronder worden toegevoegd.\"],\"qpC74J\":[\"Geen gebruikers gevonden\"],\"qqWcBV\":[\"Voltooid\"],\"qqeAJM\":[\"Nooit\"],\"qtGTNu\":[\"Organische accounts\"],\"qu6/03\":[\"Belastingen en heffingen\"],\"quR8Qp\":[\"Wachten op betaling\"],\"qv4bfj\":[\"Een vergoeding, zoals reserveringskosten of servicekosten\"],\"qvF+MT\":[\"Bewaak en beheer mislukte achtergrondtaken\"],\"qvylEK\":[\"Deelnemer Gemaakt\"],\"r+lQXT\":[\"Voer uw BTW-nummer in\"],\"r2B2P8\":[\"Check-in URL kopiëren\"],\"r9M1hc\":[\"Check-in lijsten doorzoeken...\"],\"rDC+T6\":[\"Taak opnieuw proberen\"],\"rLHma1\":[\"Organisatorstatus bijgewerkt\"],\"rMcHYt\":[\"Er is een restitutie in behandeling. Wacht tot deze is voltooid voordat je een nieuwe restitutie aanvraagt.\"],\"rPA+Gc\":[\"Communicatievoorkeuren\"],\"rXngLf\":[\"SEO titel\"],\"rYXfOA\":[\"Regionale instellingen\"],\"raw09+\":[\"Configureer hoe deelnemergegevens worden verzameld tijdens het afrekenen\"],\"rdUucN\":[\"Voorbeeld\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Dit is niet zichtbaar voor klanten, maar helpt je de affiliate te identificeren.\"],\"rmelwV\":[\"0 minuten en 0 seconden\"],\"rnoQsz\":[\"Gebruikt voor randen, accenten en QR-code styling\"],\"rp/zaT\":[\"Braziliaans Portugees\"],\"rpGMzC\":[\"Bestelling bijwerken mislukt\"],\"ruJO57\":[\"Taaknaam\"],\"rxy0tG\":[\"Verifiëren e-mail mislukt\"],\"rzw+wS\":[\"Bestelhouders\"],\"s/0RpH\":[\"Gebruikte tijden\"],\"s0FkEx\":[\"Stel inchecklijsten in voor verschillende ingangen, sessies of dagen.\"],\"s14PLh\":[\"U geeft een gedeeltelijke terugbetaling uit. De klant krijgt \",[\"0\"],\" \",[\"1\"],\" terugbetaald.\"],\"s4JozW\":[\"Weet je zeker dat je dit evenements wilt herstellen? Het zal worden hersteld als een conceptevenement.\"],\"s5QRF3\":[\"Terug naar berichten\"],\"s6EF6K\":[\"Directe uitbetalingen\"],\"s8v9hq\":[\"Terug naar evenementpagina\"],\"s9KGXU\":[\"Verkocht\"],\"sBV87H\":[\"Ga door naar evenement aanmaken\"],\"sCV5Yc\":[\"Naam van het evenement\"],\"sF+Xp9\":[\"Paginaweergaven\"],\"sFFArG\":[\"Naam moet minder dan 255 tekens bevatten\"],\"sGEOe4\":[\"Gebruik een onscherpe versie van de omslagafbeelding als achtergrond\"],\"sGjBEq\":[\"Einddatum & tijd (optioneel)\"],\"sJsr1h\":[\"Soort product\"],\"sLbJQz\":[\"Bestelling niet gevonden\"],\"sMiGXD\":[\"Controleer of je e-mailadres geldig is\"],\"sQia9P\":[\"Log in\"],\"sQxe68\":[\"Bevestiging opnieuw verzenden\"],\"sYLeDq\":[\"De organisator die je zoekt is niet gevonden. De pagina is mogelijk verplaatst, verwijderd of de URL is onjuist.\"],\"sYpiZP\":[\"Promocode maken\"],\"sZg7s1\":[\"Vervaldatum\"],\"saG4At\":[\"Bericht gepland\"],\"sby+1/\":[\"Klik om te kopiëren\"],\"sd5IMt\":[\"Voltooide bestellingen\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Je kunt een promotiecode maken die gericht is op dit product op de\"],\"shkJ3U\":[\"Koppel je Stripe-account om geld te ontvangen van ticketverkoop.\"],\"sjNPMw\":[\"Deze bestelling is verlaten. U kunt op elk moment een nieuwe bestelling starten.\"],\"snMaH4\":[\"Webhook verwijderen\"],\"spsZys\":[\"Klaar om te upgraden? Dit duurt slechts een paar minuten.\"],\"sq7vjE\":[\"Gemarkeerde producten krijgen een andere achtergrondkleur om op te vallen op de evenementenpagina.\"],\"sqdl5s\":[\"BTW-informatie\"],\"ss9PbX\":[\"Deelnemer\"],\"sxKqBm\":[\"Het volledige bestellingsbedrag wordt terugbetaald naar de oorspronkelijke betalingsmethode van de klant.\"],\"sy6fss\":[\"Geldt voor \",[\"0\"],\" producten\"],\"sy9anN\":[\"Hoe lang een klant heeft om de aankoop te voltooien na ontvangst van een aanbod. Laat leeg voor geen tijdslimiet.\"],\"szSnlj\":[\"1 uur voor het evenement\"],\"t/KVOk\":[\"Kan imitatie niet starten. Probeer het opnieuw.\"],\"t/YqKh\":[\"Verwijder\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Toont \",[\"0\"],\" van \",[\"totalRows\"],\" records\"],\"t2bbp8\":[\"Deelnemer bewerken\"],\"t3AMTs\":[\"Evenementbeheerplatform\"],\"t41hVI\":[\"Plek opnieuw aanbieden\"],\"t79rDv\":[\"Ticket niet gevonden\"],\"t7TeQU\":[\"Berichten\"],\"t9yxlZ\":[\"Rapporten\"],\"tDTq0D\":[\"Time-out bestelling\"],\"tDwYhx\":[\"Thema en kleuren\"],\"tF+VVr\":[\"VIP-ticket\"],\"tFbRKJ\":[\"Je kunt de rol of status van de accounteigenaar niet bewerken.\"],\"tGCY6d\":[\"Ticket Prijs\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"BTW-behandeling voor platformkosten\"],\"tKCBU0\":[\"Laatst gebruikt\"],\"tKKZn0\":[\"Bekijk bestelgegevens\"],\"tKcbYd\":[\"Mislukte taken\"],\"tLf3yJ\":[\"Aangezien uw bedrijf gevestigd is in Ierland, is Ierse BTW van 23% automatisch van toepassing op alle platformkosten.\"],\"tMFDem\":[\"Geen gegevens beschikbaar\"],\"tMNBEF\":[\"Check-in lijsten laten je toegang controleren per dag, gebied of tickettype. Je kunt een beveiligde check-in link delen met personeel — geen account vereist.\"],\"tMeVa/\":[\"Vraag naar naam en email voor elk gekocht ticket\"],\"tNZzFb\":[\"Berichtinhoud\"],\"tOXAdc\":[\"Annuleren zal alle deelnemers geassocieerd met deze bestelling annuleren en de tickets terugzetten in de beschikbare pool.\"],\"tPtRwl\":[\"Applicatiekosten bewerken\"],\"tRXdQ9\":[\"Wanneer een product wordt bijgewerkt\"],\"tSVr6t\":[\"Imiteren\"],\"tUGbi8\":[\"Mijn gegevens kopiëren naar:\"],\"tVJk4q\":[\"Bestelling annuleren\"],\"tVW/yo\":[\"Selecteer valuta\"],\"tXadb0\":[\"Het evenement dat je zoekt is momenteel niet beschikbaar. Mogelijk is het verwijderd, verlopen of is de URL onjuist.\"],\"tYF4Zq\":[\"Afdrukken naar PDF\"],\"tasfos\":[\"verwijderen\"],\"td/bh+\":[\"Terug naar rapporten\"],\"tdD/QN\":[\"Bewerk product\"],\"tejfAy\":[\"Inchecklijsten\"],\"tfDRzk\":[\"Opslaan\"],\"tiI71C\":[\"Om uw limieten te verhogen, neem contact met ons op via\"],\"tnL+GP\":[\"Ongeldige Liquid syntax. Corrigeer het en probeer opnieuw.\"],\"toutGW\":[\"QR-code\"],\"tq0abZ\":[\"Taken verwijderen mislukt\"],\"trnWaw\":[\"Pools\"],\"tst44n\":[\"Evenementen\"],\"tudG8q\":[\"Maak en configureer tickets en merchandise voor verkoop.\"],\"u0n+wz\":[\"Wachtlijst\"],\"u5oO/W\":[\"Instellingen voor offline betalingen\"],\"u6FPxT\":[\"Koop Tickets\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Status\"],\"uBAxNB\":[\"Editor\"],\"uCFbG2\":[\"Affiliate succesvol verwijderd\"],\"uEhdRh\":[\"Alleen promo\"],\"uIElGP\":[\"Aangepaste kaarten URL\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Waar als offline betaling\"],\"uM9Alj\":[\"Dit product is uitgelicht op de evenementpagina\"],\"uN355O\":[\"Evenement creëren\"],\"uOXLV3\":[\"Ik ga akkoord met de <0>voorwaarden\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Bericht geannuleerd\"],\"uQynyf\":[\"Kan configuratie niet bijwerken\"],\"uRfugr\":[\"T-shirt\"],\"uUPbPg\":[\"Kopieer affiliatelink\"],\"uUehLT\":[\"Wachtend\"],\"uaSvqt\":[\"Vervaldatum\"],\"ubdMGz\":[\"Vragen van producthouders worden naar dit e-mailadres gestuurd. Dit e-mailadres wordt ook gebruikt als\"],\"ucgZ0o\":[\"Organisatie\"],\"uchB0M\":[\"Widget voorbeeld\"],\"udRwQs\":[\"Gecreëerd inchecken\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Verbind uw Stripe-account om betalingen te accepteren.\"],\"uq2BmQ\":[\"Laatste 30 dagen\"],\"uvIqcj\":[\"Workshop\"],\"uyJsf6\":[\"Over\"],\"uzEfRz\":[\"Bestelnotities\"],\"v1P7Gm\":[\"Widget instellingen\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Test verzenden\"],\"v2GlhZ\":[\"Validatie van huidig BTW-nummer is mislukt\"],\"v4+lcZ\":[\"Bewerk affiliate\"],\"v4fiSg\":[\"Controleer je e-mail\"],\"v7xKtM\":[\"Berichtenniveau succesvol bijgewerkt\"],\"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.\"],\"vAbVy9\":[\"Gratis product, geen betalingsgegevens nodig\"],\"vERlcd\":[\"Profiel\"],\"vFjEnF\":[\"Markeer als betaald\"],\"vJuISq\":[\"Weet je zeker dat je deze Capaciteitstoewijzing wilt verwijderen?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Vraag verwijderen mislukt\"],\"vLyv1R\":[\"Verberg\"],\"vOuxvL\":[\"Accountinformatie\"],\"vPJ1FI\":[\"Percentage Bedrag\"],\"vPeW/6\":[\"Weet u zeker dat u deze configuratie wilt verwijderen? Dit kan van invloed zijn op accounts die deze gebruiken.\"],\"vPqpQG\":[\"Check-in lijst niet gevonden\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Bestelgegevens bewerken\"],\"vRznIT\":[\"Er is een fout opgetreden tijdens het controleren van de exportstatus.\"],\"vX8/tc\":[\"Mijn verbazingwekkende evenementtitel...\"],\"vXIe7J\":[\"Taal\"],\"vXPSuB\":[\"Profiel bijwerken\"],\"vYgeDk\":[\"Deselecteer alles\"],\"vZ5qKF\":[\"Pas de widgethoogte automatisch aan op basis van de inhoud. Wanneer uitgeschakeld, vult de widget de hoogte van de container.\"],\"vb0Q0/\":[\"Totaal Gebruikers\"],\"vcyz2L\":[\"Betalingsinstellingen\"],\"ve9JTU\":[\"Achternaam is verplicht\"],\"veessc\":[\"Je bezoekers verschijnen hier zodra ze zich hebben geregistreerd voor je evenement. Je kunt deelnemers ook handmatig toevoegen.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Laatste 14 dagen\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Dupliceer evenement\"],\"vlf/In\":[\"Technologie\"],\"vmOFL/\":[\"We konden je betaling niet verwerken. Probeer het opnieuw of neem contact op met de klantenservice.\"],\"vqji3Y\":[\"Validatie van BTW-nummer is mislukt. Controleer uw BTW-nummer.\"],\"vrSW9M\":[\"Bestelling is geannuleerd en terugbetaald. De eigenaar van de bestelling is op de hoogte gesteld.\"],\"vt9xUl\":[\"Realtime analyses\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Bestelling gemarkeerd als betaald\"],\"vu7ZGG\":[\"Logo & Omslag\"],\"vu7gDm\":[\"Verwijder affiliate\"],\"vv7kpg\":[\"Geannuleerd\"],\"vvO1I2\":[\"Je Stripe-account is verbonden en klaar om betalingen te verwerken.\"],\"vwGkYB\":[\"Wachtwoord moet minstens 8 tekens bevatten\"],\"vzJenu\":[\"E-mailinstellingen met succes bijgewerkt\"],\"w36OkR\":[\"Meest bekeken evenementen (Laatste 14 dagen)\"],\"w65ZgF\":[\"U moet uw account-e-mailadres verifiëren voordat u e-mailsjablonen kunt wijzigen.\"],\"wBJR8i\":[\"Een evenement plannen?\"],\"wCKkSr\":[\"Verifieer e-mail\"],\"wDioLj\":[\"Taak opnieuw proberen mislukt\"],\"wDx3FF\":[\"Er zijn geen producten beschikbaar voor dit evenement\"],\"wIa8Qe\":[\"Uitnodiging opnieuw versturen\"],\"wJTzyi\":[\"Betalingsstatus\"],\"wJijgU\":[\"Locatie\"],\"wJzo/w\":[\"We raden een formaat van 400x400 px aan, met een maximale bestandsgrootte van 5 MB\"],\"wPRp9Z\":[\"Alleen zichtbaar voor check-in personeel. Helpt deze lijst te identificeren tijdens check-in.\"],\"wPmXlA\":[\"Eerste factuurnummer\"],\"wQzCPX\":[\"Belastinginformatie die onderaan alle facturen moet staan (bijv. btw-nummer, belastingregistratie)\"],\"wUv5xQ\":[\"Geen organisatoractiviteit in de laatste 14 dagen\"],\"wYiAtV\":[\"Geen recente accountaanmeldingen\"],\"wckWOP\":[\"Beheer\"],\"wdxz7K\":[\"Bron\"],\"whqocw\":[\"Door je te registreren ga je akkoord met onze <0>Servicevoorwaarden en <1>Privacybeleid.\"],\"wlfBad\":[\"Uitverkoopperiode\"],\"wnDgGj\":[\"E-mailadres bevestigen...\"],\"wpfWhJ\":[\"Voornaam van klant\"],\"wpj63n\":[\"Instellingen van organisator\"],\"wu98dY\":[\"Vraag één keer per product\"],\"wuV0bK\":[\"Stop Imiteren\"],\"wuyaZh\":[\"Export succesvol\"],\"x/xjzn\":[\"Je affiliates zijn succesvol geëxporteerd.\"],\"x1PPdr\":[\"Postcode\"],\"x2mjl4\":[\"Voer een geldige URL in die naar een afbeelding verwijst.\"],\"x3wVFc\":[\"Gefeliciteerd! Je evenement is nu zichtbaar voor het publiek.\"],\"x4MLWE\":[\"Bestelling Bevestiging\"],\"x5+Lcz\":[\"Niet Ingecheckt\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Ticket van deelnemer niet opgenomen in deze lijst\"],\"x8XMsJ\":[\"Selecteer het berichtenniveau voor dit account. Dit bepaalt berichtlimieten en linkrechten.\"],\"x8rEDQ\":[\"We konden uw BTW-nummer niet valideren na meerdere pogingen. We blijven het op de achtergrond proberen. Kom later terug.\"],\"xDAtGP\":[\"Bericht\"],\"xDzTh7\":[\"Downloaden van factuur mislukt. Probeer het opnieuw.\"],\"xFRMlO\":[\"Minimum per bestelling\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" tegen de huidige koers\"],\"xFj7Yj\":[\"Sjabloon verwijderen mislukt\"],\"xGU92i\":[\"Voltooi uw profiel om deel te nemen aan het team.\"],\"xGVfLh\":[\"Ga verder\"],\"xHpVRl\":[\"Restitutie Status\"],\"xJaTUK\":[\"Pas de lay-out, kleuren en branding van je evenement homepage aan.\"],\"xMDm+I\":[\"Inchecken\"],\"xMO+Ao\":[\"Stel je organisatie in\"],\"xMekgu\":[\"Opmerkingen over de bestelling toevoegen...\"],\"xN9AhL\":[\"Niveau \",[\"0\"]],\"xTPjSy\":[\"Afgelopen evenementen\"],\"xUgUTh\":[\"Voer voornaam in\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Altijd beschikbaar\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Gereedschap\"],\"xdA9ud\":[\"Plaats dit in de van je website.\"],\"xdiER7\":[\"Toegewezen niveau\"],\"xeIaKw\":[\"Weet u zeker dat u het ticket opnieuw wilt verzenden naar \",[\"0\"],\"?\"],\"xfKgwv\":[\"Affiliate aanmaken\"],\"xgL50q\":[\"Wat zijn gelaagde producten?\"],\"xgav5v\":[\"Betaling gelukt!\"],\"xnWESi\":[\"Wachtwoord bevestigen\"],\"xowcRf\":[\"Servicevoorwaarden\"],\"xrWdPR\":[\"Sjabloon succesvol verwijderd\"],\"xxU3NX\":[\"Netto-omzet\"],\"xxv3BZ\":[\"Deze check-in lijst is verlopen\"],\"xzRvs4\":[\"Productupdates van \",[\"0\"],\" ontvangen.\"],\"y/NR6s\":[\"Locatie succesvol bijgewerkt\"],\"y0meFR\":[\"Ierse BTW van 23% wordt toegepast op platformkosten (binnenlandse levering).\"],\"y1BZw1\":[\"Voer bedrijfsadres in\"],\"y1eoq1\":[\"Link kopiëren\"],\"y22tv0\":[\"Kopieer deze link om hem overal te delen\"],\"y3qNri\":[\"Je hebt minstens één product nodig om te beginnen. Gratis, betaald of laat de gebruiker beslissen wat hij wil betalen.\"],\"y55eMd\":[\"Gebruikte tijden\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Geen evenementen om weer te geven\"],\"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.\"],\"yDOdwQ\":[\"Gebruikersbeheer\"],\"yIRev4\":[\"Maak een wachtwoord aan\"],\"yKWfjC\":[\"Promo Code pagina\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Geen aankomende evenementen\"],\"yNi4PV\":[\"Je kunt deelnemers met onbetaalde bestellingen niet inchecken. Je kunt deze instelling wijzigen in de evenementinstellingen.\"],\"yPI7n9\":[\"Door komma's gescheiden trefwoorden die het evenement beschrijven. Deze worden door zoekmachines gebruikt om het evenement te categoriseren en indexeren\"],\"yPZN4i\":[\"Deze bestelpagina is niet langer beschikbaar.\"],\"yPrbsy\":[\"Ontvangers\"],\"yRg26W\":[\"Bruto verkoop\"],\"ySQGHV\":[\"Verberg product als het uitverkocht is\"],\"ySeBKv\":[\"Je hebt dit ticket al gescand\"],\"ySxKZe\":[\"Hoe vaak kan deze code worden gebruikt?\"],\"yT6dQ8\":[\"Geïnde belasting gegroepeerd op belastingtype en evenement\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 ticket\"],\"yWiPh+\":[\"Belasting of toeslag toevoegen\"],\"yZfBoy\":[\"Uw bericht is verzonden\"],\"yhjU+j\":[\"Factuur downloaden\"],\"yiy8Jt\":[\"Je organisatorprofiel wordt aangemaakt, even geduld\"],\"yj3N+g\":[\"1 dag na de startdatum\"],\"yjkELF\":[\"Nieuw wachtwoord bevestigen\"],\"ylXj1N\":[\"Geselecteerd\"],\"ypJ62C\":[\"Korting %\"],\"yxhYRZ\":[[\"0\"],\" <0>uitgevinkt succesvol\"],\"yz7wBu\":[\"Sluit\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"De geplande tijd is vereist\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"We hebben officieel ons hoofdkantoor naar Ierland 🇮🇪 verplaatst. Als onderdeel van deze overgang gebruiken we nu Stripe Ierland in plaats van Stripe Canada. Om uw uitbetalingen soepel te laten verlopen, moet u uw Stripe-account opnieuw verbinden.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Export van rapport mislukt. Probeer het opnieuw.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Geen producten beschikbaar voor selectie\"],\"zLmvhE\":[\"Succesvol aangemaakte deelnemer\"],\"zNECqg\":[\"tickets\"],\"zNZNMs\":[\"Bericht bekijken\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Selecteer een niveau\"],\"zPiC+q\":[\"In Aanmerking Komende Incheck Lijsten\"],\"zTkTF3\":[\"Sjabloon opslaan mislukt\"],\"zUDyah\":[\"Inloggen\"],\"zWqUyJ\":[\"Vaste kosten per transactie\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Maak \",[\"0\"],\" Sjabloon\"],\"zgCHnE\":[\"Dagelijks verkooprapport\"],\"ziAjHi\":[\"Genereer\"],\"zlHa5R\":[\"Er zijn geen deelnemers aan deze bestelling toegevoegd.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Telefoon\"],\"znIg+z\":[\"Kassa\"],\"zpekWp\":[\"Uitverkoop begint \",[\"0\"]],\"zppscQ\":[\"Hi.Events platformkosten en BTW-uitsplitsing per transactie\"],\"zxnup4\":[\"Geen affiliates om te tonen\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Succes\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/nl.po b/frontend/src/locales/nl.po index dff49beaa..a8b2e974b 100644 --- a/frontend/src/locales/nl.po +++ b/frontend/src/locales/nl.po @@ -25,66 +25,87 @@ msgid "- Click to Unpublish" msgstr "- Klik om te verwijderen" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'Er is nog niets te laten zien'" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'Er is nog niets te laten zien'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(leeg)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} is al ingecheckt" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>ingecheckt succesvol" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>uitgevinkt succesvol" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} Actieve webhooks" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} beschikbaar" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} succesvol aangemaakt" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "nog {0}" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "{0} logo" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} organisatoren" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} tickets" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} succesvol bijgewerkt" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} ingecheckt" @@ -149,6 +170,7 @@ msgstr "<0>Het aantal beschikbare producten voor dit product<1>Deze waarde k msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} tegen de huidige koers" @@ -252,6 +274,11 @@ msgstr "Een vergoeding, zoals reserveringskosten of servicekosten" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Een vast bedrag per product. Bijv. $0,50 per product" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Een meerregelige tekstinvoer" @@ -301,7 +328,7 @@ msgstr "Een standaardbelasting, zoals BTW of GST" msgid "Abandoned" msgstr "Verlaten" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Over" @@ -404,7 +431,8 @@ msgstr "Actie vereist: BTW-informatie nodig" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Acties" @@ -511,7 +539,7 @@ msgstr "Niveau toevoegen" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Toevoegen aan kalender" @@ -661,7 +689,7 @@ msgstr "Alle taken in wachtrij voor opnieuw proberen" msgid "All Products" msgstr "Alle producten" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Alle statussen" @@ -700,6 +728,7 @@ msgstr "Bijna klaar! Voltooi het verbinden van uw Stripe-account om betalingen t msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Bijna klaar! We wachten alleen nog tot je betaling is verwerkt. Dit duurt slechts enkele seconden." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Heeft u al een account? <0>{0}" @@ -727,7 +756,6 @@ msgstr "Verbazingwekkend, evenement, trefwoorden..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Bedrag" @@ -735,6 +763,7 @@ msgstr "Bedrag" msgid "Amount Paid" msgstr "Betaald bedrag" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Betaald bedrag ({0})" @@ -763,6 +792,11 @@ msgstr "Er is een onverwachte fout opgetreden." msgid "An unexpected error occurred. Please try again." msgstr "Er is een onverwachte fout opgetreden. Probeer het opnieuw." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Antwoord succesvol bijgewerkt." @@ -779,10 +813,11 @@ msgstr "Uiterlijk" msgid "Application Fees Configuration" msgstr "Applicatiekosten configuratie" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "toegepast" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Geldt voor {0} producten" @@ -792,12 +827,13 @@ msgid "Applies to 1 product" msgstr "Geldt voor 1 product" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Toepassen" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Kortingscode toepassen" +#~ msgid "Apply Promo Code" +#~ msgstr "Kortingscode toepassen" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -882,26 +918,28 @@ msgstr "Weet je zeker dat je deze organisator als concept wilt markeren? De orga msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Weet je zeker dat je deze organisator openbaar wilt maken? De organisatorpagina wordt dan zichtbaar voor het publiek." -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Weet je zeker dat je deze persoon een plek wilt aanbieden? Ze ontvangen een e-mailmelding." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Weet je zeker dat je dit evenement wilt publiceren? Eenmaal gepubliceerd is het zichtbaar voor het publiek." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Weet je zeker dat je dit organisatorprofiel wilt publiceren? Eenmaal gepubliceerd is het zichtbaar voor het publiek." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Weet u zeker dat u dit item van de wachtlijst wilt verwijderen?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Weet u zeker dat u de orderbevestiging opnieuw wilt verzenden naar {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Weet u zeker dat u het ticket opnieuw wilt verzenden naar {0}?" @@ -910,11 +948,11 @@ msgstr "Weet u zeker dat u het ticket opnieuw wilt verzenden naar {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Weet je zeker dat je dit evenements wilt herstellen? Het zal worden hersteld als een conceptevenement." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Weet je zeker dat je de publicatie van dit evenement wilt ongedaan maken? Het is dan niet meer zichtbaar voor het publiek." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Weet je zeker dat je de publicatie van dit organisatorprofiel wilt ongedaan maken? Het is dan niet meer zichtbaar voor het publiek." @@ -1102,7 +1140,7 @@ msgstr "Automatisch formaat wijzigen" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "Automatisch aanbieden is ingeschakeld. Tickets worden automatisch aangeboden wanneer er capaciteit beschikbaar komt. Gebruik dit om handmatig extra plekken aan te bieden." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Wachtlijst automatisch verwerken" @@ -1111,8 +1149,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Automatisch gedetecteerd op basis van achtergrondkleur, maar kan worden overschreven" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Automatisch tickets aanbieden aan de volgende persoon wanneer er capaciteit vrijkomt" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Automatisch tickets aanbieden aan de volgende persoon wanneer er capaciteit vrijkomt" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1198,8 +1240,8 @@ msgstr "Terug naar rapporten" msgid "Background Color" msgstr "Achtergrondkleur" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Achtergrond Type" @@ -1262,7 +1304,7 @@ msgstr "Bedrijfsnaam" msgid "Button Label" msgstr "Knop Label" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Knoptekst" @@ -1274,6 +1316,7 @@ msgstr "Koper betaalt" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Kopers zien een schone prijs. De platformkosten worden afgetrokken van uw uitbetaling." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1319,11 +1362,12 @@ msgstr "Campagne" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Annuleren" @@ -1344,6 +1388,7 @@ msgstr "Bestelling annuleren" msgid "Cancel Order" msgstr "Bestelling annuleren" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Annuleer order {0}" @@ -1356,11 +1401,11 @@ msgstr "Annuleren zal alle deelnemers geassocieerd met deze bestelling annuleren #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1431,6 +1476,8 @@ msgstr "Liefdadigheid" msgid "Check In" msgstr "Inchecken" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Inchecken {0} {1}" @@ -1558,8 +1605,13 @@ msgstr "Chinees (Traditioneel)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Kies een kleur voor je achtergrond" +#~ msgid "Choose a color for your background" +#~ msgstr "Kies een kleur voor je achtergrond" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1593,6 +1645,10 @@ msgstr "Stad" msgid "Clear Search Text" msgstr "Zoektekst wissen" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Klik om te kopiëren" @@ -1601,15 +1657,15 @@ msgstr "Klik om te kopiëren" msgid "Click to view notes" msgstr "Klik om notities te bekijken" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "sluiten" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Sluit" @@ -1673,8 +1729,8 @@ msgstr "Gegevens per ticket verzamelen" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Kleur" +#~ msgid "Color" +#~ msgstr "Kleur" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1811,13 +1867,14 @@ msgid "Configure Taxes & Fees" msgstr "Belastingen en kosten configureren" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Wachtlijstinstellingen voor dit evenement configureren" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Wachtlijstinstellingen voor dit evenement configureren" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Geconfigureerde korting" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Bevestig" @@ -1943,12 +2000,14 @@ msgstr "Verbonden met Stripe" msgid "Connection Details" msgstr "Details verbinding" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Contact" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Contact {0}" @@ -1964,12 +2023,12 @@ msgstr "Contact e-mail voor ondersteuning" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Ga verder" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Tekst doorgaan-knop" @@ -1983,7 +2042,7 @@ msgstr "Doorgaan met instellen" msgid "Continue Setup" msgstr "Doorgaan met instellen" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Verder naar afrekenen" @@ -2094,7 +2153,9 @@ msgid "Cover" msgstr "Omslag" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Omslagafbeelding" @@ -2111,10 +2172,12 @@ msgstr "De omslagafbeelding wordt bovenaan je organisatorpagina weergegeven" msgid "Create" msgstr "Maak" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Maak {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Maak {0} Sjabloon" @@ -2340,6 +2403,10 @@ msgstr "Aangepaste branding" msgid "Custom date and time" msgstr "Aangepaste datum en tijd" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "Aangepaste kaarten URL" @@ -2416,7 +2483,7 @@ msgstr "Pas de vragen tijdens het afrekenen aan om belangrijke informatie van je msgid "Customize the SEO settings for this event" msgstr "De SEO-instellingen voor dit evenement aanpassen" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Pas de tekst op de knop 'Doorgaan' aan" @@ -2614,6 +2681,7 @@ msgstr "Korting" msgid "Discount %" msgstr "Korting %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Korting in {0}" @@ -2622,7 +2690,7 @@ msgstr "Korting in {0}" msgid "Discount Type" msgstr "Korting Type" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Dit bericht negeren" @@ -2705,10 +2773,16 @@ msgstr "Vanwege het hoge risico op spam moet u een Stripe-account verbinden voor #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"Vanwege het hoge risico op spam moet u een Stripe-account koppelen voordat u berichten naar deelnemers kunt verzenden.\n" -"Dit is om ervoor te zorgen dat alle evenementorganisatoren geverifieerd en verantwoordelijk zijn." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "Vanwege het hoge risico op spam moet u een Stripe-account koppelen voordat u berichten naar deelnemers kunt verzenden.\n" +#~ "Dit is om ervoor te zorgen dat alle evenementorganisatoren geverifieerd en verantwoordelijk zijn." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2736,11 +2810,11 @@ msgstr "Dupliceer product" msgid "Dutch" msgstr "Nederlands" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "bijv. 180 (3 uur)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "bijv. Tickets kopen, Nu registreren" @@ -2769,11 +2843,14 @@ msgstr "Vroege vogel" msgid "Edit" msgstr "Bewerk" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Bewerk {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Bewerk {0} Sjabloon" @@ -2908,7 +2985,7 @@ msgstr "In Aanmerking Komende Incheck Lijsten" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3154,7 +3231,7 @@ msgstr "Voer je naam in" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Voer uw BTW-nummer in inclusief de landcode, zonder spaties (bijv. NL123456789B01, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Inschrijvingen verschijnen hier wanneer klanten zich aanmelden voor de wachtlijst van uitverkochte producten." @@ -3316,7 +3393,7 @@ msgid "Event Settings" msgstr "Evenement instellingen" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3324,7 +3401,7 @@ msgid "Event status update failed. Please try again later" msgstr "Update status evenement mislukt. Probeer het later opnieuw" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3407,8 +3484,8 @@ msgstr "Uitzondering" msgid "Expiration date" msgstr "Vervaldatum" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Verlopen" @@ -3567,7 +3644,7 @@ msgstr "Kan ontvangers niet laden" msgid "Failed to load Webhook" msgstr "Webhook niet geladen" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Kon plek niet aanbieden" @@ -3575,6 +3652,10 @@ msgstr "Kon plek niet aanbieden" msgid "Failed to offer tickets" msgstr "Tickets aanbieden mislukt" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Vragen herschikken mislukt" @@ -3779,7 +3860,7 @@ msgstr "Voornaam" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3790,7 +3871,7 @@ msgstr "Voornaam" msgid "First Name" msgstr "Voornaam" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3863,7 +3944,7 @@ msgstr "Wachtwoord vergeten?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Gratis" @@ -3913,8 +3994,8 @@ msgid "German" msgstr "Duits" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Routebeschrijving" +#~ msgid "Get Directions" +#~ msgstr "Routebeschrijving" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3924,7 +4005,7 @@ msgstr "Ontvang onmiddellijk betaling via Stripe Connect" msgid "Get started" msgstr "Aan de slag" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Koop Tickets" @@ -3988,10 +4069,11 @@ msgstr "Gastenbeheer" msgid "Guests" msgstr "Gasten" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Heb je een promotiecode?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Hallo {0}, beheer je platform vanaf hier." @@ -4021,6 +4103,7 @@ msgstr "Hier is je affiliatelink" msgid "Here's what to expect:" msgstr "Dit kunt u verwachten:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Hi {0} 👋" @@ -4051,8 +4134,7 @@ msgstr "Verborgen voor het publiek" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "Verborgen vragen zijn alleen zichtbaar voor de organisator van het evenement en niet voor de klant." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Verberg" @@ -4135,8 +4217,8 @@ msgstr "Homepage-ontwerp" msgid "Homepage Designer" msgstr "Homepage ontwerper" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Voorbeschouwing" @@ -4145,7 +4227,7 @@ msgstr "Voorbeschouwing" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "Hoe lang een klant heeft om de aankoop te voltooien na ontvangst van een aanbod. Laat leeg voor geen tijdslimiet." @@ -4182,7 +4264,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Hongaars" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Ik ga akkoord met het ontvangen van e-mailmeldingen met betrekking tot dit evenement" @@ -4194,7 +4276,7 @@ msgstr "Ik ga akkoord met de <0>voorwaarden" msgid "I confirm this is a transactional message related to this event" msgstr "Ik bevestig dat dit een transactioneel bericht is met betrekking tot dit evenement" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Als er geen nieuw tabblad automatisch is geopend, klik dan op de knop hieronder om door te gaan naar afrekenen." @@ -4300,6 +4382,7 @@ msgstr "Vermeld verbindingsgegevens voor je online evenement. Deze gegevens word msgid "Include tax and fees in the price" msgstr "Belastingen en toeslagen in de prijs opnemen" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Inclusief {0} producten" @@ -4478,21 +4561,25 @@ msgstr "Jan" msgid "Johnson" msgstr "Jansen" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Neem overal vandaan deel" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Aanmelden voor wachtlijst" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Aanmelden voor wachtlijst voor {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Aanmelden voor wachtlijst voor {0}" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Aangemeld" @@ -4504,6 +4591,7 @@ msgstr "Klik gewoon op de knop hieronder om uw Stripe-account opnieuw te verbind msgid "Just looking for your tickets?" msgstr "Alleen op zoek naar je tickets?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Houd mij op de hoogte van nieuws en evenementen van {0}" @@ -4575,7 +4663,7 @@ msgstr "Achternaam" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4675,7 +4763,7 @@ msgid "Loading..." msgstr "Aan het laden..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4779,6 +4867,10 @@ msgstr "Tickets beheren" msgid "Manage your account details and default settings" msgstr "Beheer je accountgegevens en standaardinstellingen" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Beheer uw betalingsverwerking en bekijk de platformkosten" @@ -4898,6 +4990,10 @@ msgstr "Berichtenniveau" msgid "Messaging tier updated successfully" msgstr "Berichtenniveau succesvol bijgewerkt" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Minimum per bestelling" @@ -4906,7 +5002,7 @@ msgstr "Minimum per bestelling" msgid "Minimum Price" msgstr "Minimale prijs" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "minuten" @@ -4950,6 +5046,10 @@ msgstr "Meerdere prijsopties. Perfect voor early bird-producten enz." msgid "Music" msgstr "Muziek" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5301,7 +5401,7 @@ msgstr "Geen BTW-instellingen geconfigureerd" msgid "No viewed events in the last 14 days" msgstr "Geen bekeken evenementen in de laatste 14 dagen" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Geen wachtlijstinschrijvingen" @@ -5370,27 +5470,27 @@ msgstr "Nummer Voorvoegsel" msgid "of" msgstr "van" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Aanbieden" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Plek aanbieden" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Tickets aanbieden" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Aanbod-tijdslimiet" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Aangeboden" @@ -5445,6 +5545,7 @@ msgstr "Instellingen voor offline betalingen" msgid "On Sale" msgstr "In de uitverkoop" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "In de verkoop {0}" @@ -5475,7 +5576,7 @@ msgstr "Doorlopend" msgid "Online" msgstr "Online" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Online evenement" @@ -5792,7 +5893,6 @@ msgstr "Naam organisatie" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5842,12 +5942,12 @@ msgstr "Instellingen van organisator" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Statistieken van de organisator zijn niet beschikbaar voor de geselecteerde valuta of er is een fout opgetreden." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Bijwerken van organisatorstatus mislukt. Probeer het later opnieuw." -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Organisatorstatus bijgewerkt" @@ -5932,6 +6032,7 @@ msgstr "Gedeeltelijke terugbetaling" msgid "Partially Refunded" msgstr "Gedeeltelijk Terugbetaald" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Gedeeltelijk terugbetaald: {0}" @@ -6174,6 +6275,7 @@ msgstr "Een evenement plannen?" msgid "Platform fee" msgstr "Platformkosten" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Platformkosten van {0} afgetrokken van uw uitbetaling" @@ -6216,7 +6318,7 @@ msgstr "Controleer of je e-mailadres geldig is" msgid "Please check your email to confirm your email address" msgstr "Controleer je e-mail om je e-mailadres te bevestigen" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Ga verder in het nieuwe tabblad" @@ -6228,7 +6330,7 @@ msgstr "Maak een product" msgid "Please create a ticket" msgstr "Maak een ticket aan" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Voer een geldig e-mailadres in" @@ -6272,7 +6374,7 @@ msgstr "Selecteer een datumbereik" msgid "Please select an image." msgstr "Selecteer een afbeelding." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Selecteer ten minste één product" @@ -6329,6 +6431,7 @@ msgid "Post Checkout Message" msgstr "Post-Checkout Bericht" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Aangedreven door" @@ -6336,6 +6439,11 @@ msgstr "Aangedreven door" msgid "Pre Checkout message" msgstr "Bericht voor het afrekenen" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Voorkom oververkoop door voorraad te delen over meerdere tickettypes." @@ -6409,7 +6517,7 @@ msgstr "Tickets afdrukken" msgid "Print to PDF" msgstr "Afdrukken naar PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Privacybeleid" @@ -6425,7 +6533,7 @@ msgstr "Bestelling verwerken" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6510,7 +6618,7 @@ msgstr "Profiel" msgid "Profile updated successfully" msgstr "Profiel succesvol bijgewerkt" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Promo {promo_code} code toegepast" @@ -6556,10 +6664,16 @@ msgstr "Promotionele e-mails kunnen leiden tot accountopschorting" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." -msgstr "Geef aanvullende context of instructies voor deze vraag. Gebruik dit veld om algemene voorwaarden, richtlijnen of andere belangrijke informatie toe te voegen die deelnemers moeten weten voordat ze antwoorden." +" and conditions, guidelines, or any important information that attendees need to know before answering." +msgstr "" + +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "Geef aanvullende context of instructies voor deze vraag. Gebruik dit veld om algemene voorwaarden, richtlijnen of andere belangrijke informatie toe te voegen die deelnemers moeten weten voordat ze antwoorden." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Publiceren" @@ -6568,8 +6682,8 @@ msgid "Publish Event" msgstr "Evenement publiceren" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Gekocht" @@ -6636,7 +6750,7 @@ msgstr "Tarief" msgid "Rate limit exceeded. Please try again later." msgstr "Limiet overschreden. Probeer het later opnieuw." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Plek opnieuw aanbieden" @@ -6648,6 +6762,7 @@ msgstr "Klaar om te upgraden? Dit duurt slechts een paar minuten." msgid "Real-Time Analytics" msgstr "Realtime analyses" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6726,6 +6841,7 @@ msgstr "Terugbetaling mislukt" msgid "Refund order" msgstr "Bestelling terugbetalen" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Bestelling {0} terugbetalen" @@ -6750,6 +6866,7 @@ msgstr "Restitutie Status" msgid "Refunded" msgstr "Terugbetaald" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Terugbetaald: {0}" @@ -6767,6 +6884,10 @@ msgstr "Regionale instellingen" msgid "Register" msgstr "Registreer" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6776,13 +6897,14 @@ msgstr "Registratievragen" msgid "Remaining Uses" msgstr "Overblijvend gebruik" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "verwijderen" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Verwijder" @@ -6915,7 +7037,7 @@ msgstr "Omzetoverzicht" msgid "Revoke invitation" msgstr "Uitnodiging intrekken" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6930,10 +7052,12 @@ msgstr "Rol" msgid "Sale End Date" msgstr "Einddatum verkoop" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Uitverkoop eindigde {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Uitverkoop eindigt {0}" @@ -6956,6 +7080,7 @@ msgstr "Verkoopperiode, bestellingslimieten, zichtbaarheid" msgid "Sale Start Date" msgstr "Startdatum verkoop" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Uitverkoop begint {0}" @@ -7009,7 +7134,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7022,8 +7147,8 @@ msgstr "Opslaan" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Wijzigingen opslaan" @@ -7104,7 +7229,7 @@ msgstr "Zoeken op evenement titel of organisator..." msgid "Search by job name or exception..." msgstr "Zoeken op taaknaam of uitzondering..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Zoeken op naam of e-mail..." @@ -7164,6 +7289,7 @@ msgstr "Secundaire tekstkleur" msgid "Secure Checkout" msgstr "Veilige afrekening" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7479,7 +7605,7 @@ msgid "Setup & Design" msgstr "Instellingen & ontwerp" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7508,6 +7634,7 @@ msgstr "Deel organisatorpagina" msgid "Shared Capacity Management" msgstr "Gedeeld capaciteitsbeheer" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Toon alle platforms ({0} meer met waarden)" @@ -7528,8 +7655,7 @@ msgstr "Toon marketing opt-in selectievakje" msgid "Show marketing opt-in checkbox by default" msgstr "Toon marketing opt-in selectievakje standaard" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Meer tonen" @@ -7541,6 +7667,7 @@ msgstr "Toon meer platforms" msgid "Show tax and fees separately" msgstr "Belastingen en toeslagen apart weergeven" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Toont {0} van {totalRows} records" @@ -7606,13 +7733,18 @@ msgid "Sold out" msgstr "Uitverkocht" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Uitverkocht" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Uitverkocht-wachtlijst" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Uitverkocht-wachtlijst" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7638,7 +7770,7 @@ msgstr "Er ging iets mis! Probeer het opnieuw" msgid "Something went wrong." msgstr "Er ging iets mis." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Er is iets misgegaan. Probeer het later opnieuw." @@ -7655,7 +7787,7 @@ msgstr "Er is iets misgegaan. Probeer het opnieuw." msgid "Sorry for the inconvenience." msgstr "Sorry voor het ongemak." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Sorry, deze promotiecode wordt niet herkend" @@ -7720,7 +7852,7 @@ msgstr "Statistieken zijn gebaseerd op de aanmaakdatum van het account" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7803,11 +7935,13 @@ msgstr "Subtotaal" msgid "Success" msgstr "Succes" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Succes! {0} ontvangt binnenkort een e-mail." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "Succesvol {0} deelnemer" @@ -7841,7 +7975,7 @@ msgstr "Succesvol aangemaakte vraag" msgid "Successfully Duplicated Product" msgstr "Succesvol gedupliceerd product" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Plek succesvol aangeboden" @@ -7853,7 +7987,7 @@ msgstr "Tickets succesvol aangeboden aan {count} personen" msgid "Successfully offered tickets to 1 person" msgstr "Tickets succesvol aangeboden aan 1 persoon" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Succesvol verwijderd van de wachtlijst" @@ -7923,8 +8057,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Platformkosteninstellingen succesvol bijgewerkt" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Product succesvol bijgewerkt" +#~ msgid "Successfully updated product" +#~ msgstr "Product succesvol bijgewerkt" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7960,6 +8098,7 @@ msgstr "Suite 100" msgid "Summary" msgstr "Samenvatting" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8102,7 +8241,7 @@ msgstr "Sjabloon succesvol verwijderd" msgid "Template saved successfully" msgstr "Sjabloon succesvol opgeslagen" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Servicevoorwaarden" @@ -8119,8 +8258,8 @@ msgstr "Bedankt voor uw aanwezigheid!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Bedankt voor uw steun terwijl we Hi.Events blijven uitbreiden en verbeteren!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Die promotiecode is ongeldig" @@ -8193,9 +8332,15 @@ msgstr "De link waarop je hebt geklikt is ongeldig." msgid "The locale of the customer" msgstr "De taal van de klant" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "Het maximum aantal producten voor {0}is {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "Het maximum aantal producten voor {0}is {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8253,11 +8398,11 @@ msgstr "Theater" msgid "Theme & Colors" msgstr "Thema en kleuren" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Er zijn geen producten beschikbaar voor dit evenement" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Er zijn geen producten beschikbaar in deze categorie" @@ -8333,11 +8478,11 @@ msgstr "Deze code wordt gebruikt om verkopen bij te houden. Alleen letters, cijf msgid "This color combination may be hard to read for some users" msgstr "Deze kleurencombinatie kan moeilijk leesbaar zijn voor sommige gebruikers" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Dit evenement is afgelopen" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Dit evenement is nog niet gepubliceerd" @@ -8413,7 +8558,11 @@ msgstr "Deze bestelling is verlaten. U kunt op elk moment een nieuwe bestelling msgid "This order was cancelled. You can start a new order anytime." msgstr "Deze bestelling is geannuleerd. Je kunt op elk moment een nieuwe bestelling plaatsen." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Dit organisatorprofiel is nog niet gepubliceerd" @@ -8583,7 +8732,7 @@ msgstr "Tickets" msgid "Tickets & Products" msgstr "Tickets en producten" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Tickets beschikbaar" @@ -8595,6 +8744,7 @@ msgstr "Tickets voor" msgid "Tickets Sold" msgstr "Verkochte Tickets" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Niveau {0}" @@ -8816,7 +8966,7 @@ msgstr "Deelnemer kan niet worden uitgecheckt" msgid "Unable to create product. Please check the your details" msgstr "Kan geen product maken. Controleer uw gegevens" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Kan geen product maken. Controleer uw gegevens" @@ -8832,7 +8982,7 @@ msgstr "Kan product niet dupliceren. Controleer uw gegevens" msgid "Unable to fetch attendee" msgstr "Kan deelnemer niet ophalen" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Kan niet aan de wachtlijst worden toegevoegd" @@ -8880,7 +9030,7 @@ msgstr "Onbekende deelnemer" msgid "Unlimited" msgstr "Onbeperkt" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Onbeperkt beschikbaar" @@ -8912,6 +9062,7 @@ msgstr "Komende" msgid "Upcoming Events" msgstr "Komende evenementen" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Update {0}" @@ -8989,15 +9140,15 @@ msgstr "USB/HID-scanner" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Gebruik <0>Liquid-templating om uw e-mails te personaliseren" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Gebruik een onscherpe versie van de omslagafbeelding als achtergrond" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Coverafbeelding gebruiken" +#~ msgid "Use cover image" +#~ msgstr "Coverafbeelding gebruiken" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9226,7 +9377,7 @@ msgstr "Evenementpagina bekijken" msgid "View logs" msgstr "Logboeken bekijken" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Bekijk kaart" @@ -9234,7 +9385,7 @@ msgstr "Bekijk kaart" msgid "View Message" msgstr "Bericht bekijken" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Bekijk op Google Maps" @@ -9294,9 +9445,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Wachtend" @@ -9307,7 +9458,7 @@ msgstr "Wachten op betaling" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Wachtlijst" @@ -9331,6 +9482,7 @@ msgstr "We konden de categorie niet verwijderen. Probeer het opnieuw." msgid "We couldn't find any orders associated with this email address." msgstr "We konden geen bestellingen vinden die gekoppeld zijn aan dit e-mailadres." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "We konden geen tickets vinden die overeenkomen met {0}" @@ -9381,8 +9533,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "We konden uw BTW-nummer niet valideren na meerdere pogingen. We blijven het op de achtergrond proberen. Kom later terug." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "We sturen je een e-mail als er een plek beschikbaar komt voor {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "We sturen je een e-mail als er een plek beschikbaar komt voor {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9454,14 +9610,18 @@ msgstr "Welkom aan boord! Log in om verder te gaan." msgid "Welcome back" msgstr "Welkom terug" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Welkom terug{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Welkom bij {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Welkom bij {0}, hier is een overzicht van al je evenementen" @@ -9530,9 +9690,16 @@ msgstr "Wanneer een product wordt verwijderd" msgid "When a product is updated" msgstr "Wanneer een product wordt bijgewerkt" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Wanneer een product uitverkocht is, kunnen klanten zich aanmelden voor een wachtlijst om op de hoogte te worden gebracht wanneer er plekken beschikbaar komen." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Wanneer een product uitverkocht is, kunnen klanten zich aanmelden voor een wachtlijst om op de hoogte te worden gebracht wanneer er plekken beschikbaar komen." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9632,7 +9799,7 @@ msgstr "Werken" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9677,14 +9844,19 @@ msgstr "Ja, verwijder ze" msgid "You already scanned this ticket" msgstr "Je hebt dit ticket al gescand" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Je wijzigt je e-mailadres in <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "U imiteert <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "U geeft een gedeeltelijke terugbetaling uit. De klant krijgt {0} {1} terugbetaald." @@ -9755,7 +9927,7 @@ msgstr "Je hebt belastingen en kosten toegevoegd aan een Gratis product. Wilt u msgid "You must acknowledge that this email is not promotional" msgstr "U moet erkennen dat deze e-mail geen promotie is" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "U moet akkoord gaan met het ontvangen van berichten" @@ -9811,11 +9983,12 @@ msgstr "Je hebt minstens één product nodig om te beginnen. Gratis, betaald of msgid "You're all set! Your payments are being processed smoothly." msgstr "U bent helemaal klaar! Uw betalingen worden soepel verwerkt." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "Je gaat naar {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Je staat op de wachtlijst!" @@ -9863,6 +10036,7 @@ msgstr "Uw gegevens" msgid "Your Email" msgstr "Uw e-mail" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "Uw verzoek om uw e-mail te wijzigen in <0>{0} is in behandeling. Controleer uw e-mail om te bevestigen" diff --git a/frontend/src/locales/pl.js b/frontend/src/locales/pl.js index f98bc8b7a..6fac53918 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 pokazania'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>zameldowany pomyślnie\"],\"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\"],\" zameldowanych\"],\"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\":\"⚡️ Skonfiguruj swoje wydarzenie\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Dostosuj stronę swojego wydarzenia\",\"3VPPdS\":\"💳 Połącz z Stripe\",\"cjdktw\":\"🚀 Uruchom swoje wydarzenie na żywo\",\"rmelwV\":\"0 minut i 0 sekund\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Główna Ulica\",\"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\":\"Zastosuj kod promocyjny\",\"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\":\"Czy na pewno chcesz opublikować to wydarzenie? To sprawi, że wydarzenie będzie widoczne dla publiczności\",\"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\":\"Notatki uczestnika\",\"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\":\"Kalifornia\",\"iStTQt\":\"Uprawnienia do kamery zostały odmówione. <0>Poproś o uprawnienia ponownie, lub jeśli to nie działa, musisz <1>udzielić tej stronie dostępu do kamery w ustawieniach przeglądarki.\",\"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\":\"Nie można się zameldować\",\"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\":\"Zameldowanie\",\"p2WLr3\":[\"Zameldowanie \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Zameldowanie i oznaczenie zamówienia jako opłacone\",\"QYLpB4\":\"Tylko zameldowanie\",\"/Ta1d4\":\"Wymeldowanie\",\"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\":\"Połącz swoje konto Stripe, aby rozpocząć otrzymywanie płatności.\",\"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\":\"Kontynuuj konfigurację\",\"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\":\"Dostosuj swoją stronę wydarzenia, aby pasowała do Twojej marki i stylu.\",\"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\":\"Darowizna / Produkt zapłać ile chcesz\",\"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\":\"Flesz nie jest dostępny na tym urządzeniu\",\"UNMVei\":\"Zapomniałeś hasła?\",\"2POOFK\":\"Darmowy\",\"P/OAYJ\":\"Darmowy produkt\",\"vAbVy9\":\"Darmowy produkt, nie wymaga informacji o płatności\",\"nLC6tu\":\"Francuski\",\"Weq9zb\":\"Ogólne\",\"DDcvSo\":\"Niemiecki\",\"4GLxhy\":\"Pierwsze kroki\",\"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\":\"Ukryj stronę pierwszych kroków\",\"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\":\"Ukryj stronę pierwszych kroków z paska bocznego\",\"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\":\"Wiele opcji cenowych. Idealne dla produktów wczesnych ptaków itp.\",\"/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\":\"Żadni uczestnicy nie zostali dodani do tego zamówienia.\",\"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\":\"Żaden produkt nie jest powiązany z tym uczestnikiem.\",\"Ya1JhR\":\"Brak produktów dostępnych w tej kategorii.\",\"FTfObB\":\"Brak produktów jeszcze\",\"+Y976X\":\"Brak kodów promocyjnych do wyświetlenia\",\"MAavyl\":\"Żadne pytania nie zostały odpowiedzi przez tego uczestnika.\",\"SnlQeq\":\"Żadne pytania nie zostały zadane dla tego zamówienia.\",\"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\":\"Gdy będziesz gotowy, ustaw swoje wydarzenie na żywo i zacznij sprzedawać produkty.\",\"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\":\"Notatki zamówienia\",\"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\":\"Opłacony produkt\",\"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\":\"Powered by\",\"Rs7IQv\":\"Wiadomość przed płatnością\",\"rdUucN\":\"Podgląd\",\"a7u1N9\":\"Cena\",\"CmoB9j\":\"Tryb wyświetlania ceny\",\"BI7D9d\":\"Cena nie ustawiona\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Typ ceny\",\"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\\ni postanowienia, wytyczne lub wszelkie ważne informacje, które uczestnicy muszą znać przed 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\":\"Remaining Uses\",\"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\":\"Szukaj po nazwie, numerze zamówienia, numerze uczestnika lub e-mailu...\",\"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\":\"Wybierz kamerę\",\"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\":\"Ustaw cenę minimalną i pozwól użytkownikom zapłacić więcej, jeśli się zdecydują\",\"L0pJmz\":\"Ustaw numer początkowy numeracji faktur. Nie można tego zmienić po wygenerowaniu faktur.\",\"nYNT+5\":\"Ustaw swoje wydarzenie\",\"A8iqfq\":\"Postaw swoje wydarzenie na żywo\",\"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\":\"Produkt standardowy o stałej cenie\",\"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\":\"Pomyślnie zaktualizowany produkt\",\"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\":\"The language the attendee will receive emails in.\",\"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\":\"Te szczegóły będą wyświetlane tylko wtedy, gdy zamówienie zostanie pomyślnie zrealizowane. Zamówienia oczekujące na płatność nie będą wyświetlać tej wiadomości.\",\"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\":\"To jest produkt ogólny, taki jak koszulka lub kubek. Bilet nie będzie wystawiony\",\"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\":\"Ten produkt jest biletem. Kupującym zostanie wystawiony bilet przy zakupie\",\"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\":\"Produkt warstwowy\",\"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\":\"WSKAZÓWKA\",\"MHrjPM\":\"Title\",\"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\":\"Usage Example\",\"fiV0xj\":\"Usage Limit\",\"sGEOe4\":\"Use a blurred version of the cover image as the background\",\"OadMRm\":\"Use cover image\",\"7PzzBU\":\"User\",\"yDOdwQ\":\"User Management\",\"Sxm8rQ\":\"Users\",\"VEsDvU\":\"Users can change their email in <0>Profile Settings\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"VAT\",\"E/9LUk\":\"Venue Name\",\"jpctdh\":\"View\",\"Pte1Hv\":\"View Attendee Details\",\"/5PEQz\":\"View event page\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"View on Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista odpraw VIP\",\"tF+VVr\":\"Bilet VIP\",\"2q/Q7x\":\"Widoczność\",\"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\":\"Ten bilet został już zeskanowany\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" jest już zameldowany\"],\"S4PqS9\":[[\"0\"],\" Aktywne webhooki\"],\"6MIiOI\":[[\"0\"],\" pozostało\"],\"COnw8D\":[\"logo \",[\"0\"]],\"B7pZfX\":[[\"0\"],\" organizatorów\"],\"/HkCs4\":[[\"0\"],\" biletów\"],\"TjbIUI\":[[\"availableCount\"],\" z \",[\"totalCount\"],\" dostępnych\"],\"OJnhhX\":[[\"eventCount\"],\" wydarzeń\"],\"3IEF7U\":[[\"totalCount\"],\" typów biletów\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Dodaj bilety\",\"M2DyLc\":\"1 Aktywny webhook\",\"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\",\"cGtUz6\":\"1 tydzień przed wydarzeniem\",\"HR/cvw\":\"123 Przykładowa Ulica\",\"kMU5aM\":\"Wiadomość o anulowaniu została wysłana do\",\"V53XzQ\":\"Nowy kod weryfikacyjny został wysłany na Twój email\",\"/z/bH1\":\"Krótki opis Twojego organizatora, który będzie wyświetlany Twoim użytkownikom.\",\"aS0jtz\":\"Porzucony\",\"uyJsf6\":\"O\",\"WTk/ke\":\"O Stripe Connect\",\"JvuLls\":\"Absorbuj opłatę\",\"lk74+I\":\"Absorbuj Opłatę\",\"1uJlG9\":\"Kolor Akcentu\",\"K5+3xg\":\"Zaakceptuj zaproszenie\",\"VTfZPy\":\"Brak dostępu\",\"iN5Cz3\":\"Konto już połączone!\",\"YP4JuP\":\"Konfiguracja konta została pomyślnie zaktualizowana\",\"vOuxvL\":\"Informacja o koncie\",\"EHNORh\":\"Konto nie znalezione\",\"bPwFdf\":\"Konta\",\"nMtNd+\":\"Wymagane działanie: Ponownie połącz swoje konto Stripe\",\"AhwTa1\":\"Wymagane działanie: Potrzebne informacje VAT\",\"APyAR/\":\"Aktywne wydarzenia\",\"UWWRyd\":\"Dodaj niestandardowe pytania, aby zebrać dodatkowe informacje podczas płatności\",\"a5KFZU\":\"Dodaj szczegóły wydarzenia i zarządzaj ustawieniami wydarzenia.\",\"Fb+SDI\":\"Dodaj więcej biletów\",\"7JF9w9\":\"Dodaj pytanie\",\"6PNlRV\":\"Dodaj to wydarzenie do swojego kalendarza\",\"BGD9Yt\":\"Dodaj bilety\",\"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.\",\"bVjDs9\":\"Dodatkowe opłaty\",\"0Zypnp\":\"Panel administratora\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Kod partnerski nie może zostać zmieniony\",\"/jHBj5\":\"Partner utworzony pomyślnie\",\"uCFbG2\":\"Partner usunięty pomyślnie\",\"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ść.\",\"7rLTkE\":\"Wszystkie zarchiwizowane wydarzenia\",\"gKq1fa\":\"Wszyscy uczestnicy\",\"pMLul+\":\"Wszystkie waluty\",\"qlaZuT\":\"Wszystko gotowe! Teraz używasz naszego ulepszonego systemu płatności.\",\"ZS/D7f\":\"Wszystkie zakończone wydarzenia\",\"QsYjci\":\"Wszystkie wydarzenia\",\"31KB8w\":\"Wszystkie nieudane zadania usunięte\",\"D2g7C7\":\"Wszystkie zadania w kolejce do ponowienia\",\"Sxm1lO\":\"All Statuses\",\"dr7CWq\":\"Wszystkie nadchodzące wydarzenia\",\"GpT6Uf\":\"Zezwól uczestnikom na aktualizację informacji o bilecie (imię, e-mail) za pośrednictwem bezpiecznego linku wysłanego z potwierdzeniem zamówienia.\",\"F3mW5G\":\"Pozwól klientom dołączyć do listy oczekujących, gdy ten produkt jest wyprzedany\",\"QUg5y1\":\"Prawie gotowe! Zakończ łączenie swojego konta Stripe, aby zacząć przyjmować płatności.\",\"c4uJfc\":\"Prawie gotowe! Czekamy tylko na przetworzenie Twojej płatności. To powinno zająć tylko kilka sekund.\",\"ocS8eq\":[\"Masz już konto? <0>\",[\"0\"],\"\"],\"/H326L\":\"Już zwrócone\",\"RtxQTF\":\"Również anuluj to zamówienie\",\"jkNgQR\":\"Również zwróć to zamówienie\",\"xYqsHg\":\"Zawsze dostępne\",\"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.\",\"eusccx\":\"Opcjonalna wiadomość do wyświetlenia na wyróżnionym produkcie, np. \\\"Sprzedaje się szybko 🔥\\\" lub \\\"Najlepsza wartość\\\"\",\"QNrkms\":\"Odpowiedź zaktualizowana pomyślnie.\",\"Znwxal\":\"Konfiguracja opłat aplikacji\",\"261RBr\":\"Zatwierdź wiadomość\",\"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ąć.\",\"vPeW/6\":\"Czy na pewno chcesz usunąć tę konfigurację? Może to wpłynąć na konta jej używające.\",\"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\":\"Are you sure you want to offer a spot to this person? They will receive an email notification.\",\"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\"],\"?\"],\"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.\",\"QGoXh3\":\"Ponieważ Twoja firma ma siedzibę w UE, musimy określić prawidłowe traktowanie VAT dla naszych opłat platformy:\",\"tMeVa/\":\"Pytaj o imię i e-mail dla każdego zakupionego biletu\",\"/JdZIP\":\"Przypisana konfiguracja\",\"xdiER7\":\"Przypisany poziom\",\"F2rX0R\":\"Musi być wybrany co najmniej jeden typ wydarzenia\",\"BCmibk\":\"Próby\",\"6PecK3\":\"Frekwencja i wskaźniki odpraw we wszystkich wydarzeniach\",\"AJ4rvK\":\"Uczestnik anulowany\",\"qvylEK\":\"Uczestnik utworzony\",\"Aspq3b\":\"Zbieranie szczegółów uczestnika\",\"fpb0rX\":\"Szczegóły uczestnika skopiowane z zamówienia\",\"0R3Y+9\":\"E-mail uczestnika\",\"94aQMU\":\"Informacje o uczestniku\",\"KkrBiR\":\"Zbieranie informacji o uczestniku\",\"av+gjP\":\"Imię uczestnika\",\"cosfD8\":\"Status uczestnika\",\"D2qlBU\":\"Uczestnik zaktualizowany\",\"22BOve\":\"Uczestnik zaktualizowany pomyślnie\",\"x8Vnvf\":\"Bilet uczestnika nie jest uwzględniony na tej liście\",\"k3Tngl\":\"Uczestnicy wyeksportowani\",\"UoIRW8\":\"Uczestnicy zarejestrowani\",\"5UbY+B\":\"Uczestnicy z konkretnym biletem\",\"4HVzhV\":\"Uczestnicy:\",\"HVkhy2\":\"Analityka atrybucji\",\"dMMjeD\":\"Podział atrybucji\",\"1oPDuj\":\"Wartość atrybucji\",\"OpCtfq\":\"Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots.\",\"V7Tejz\":\"Automatyczne przetwarzanie listy oczekujących\",\"PZ7FTW\":\"Automatycznie wykrywane na podstawie koloru tła, ale można nadpisać\",\"8Etqrl\":\"Automatycznie oferuj bilety następnej osobie, gdy pojawi się dostępność\",\"csDS2L\":\"Dostępne\",\"clF06r\":\"Dostępne do zwrotu\",\"NB5+UG\":\"Dostępne tokeny\",\"EmYMHc\":\"Oczekuje na płatność offline.\",\"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\",\"jIPNJG\":\"Podstawowe informacje\",\"WOpH7O\":\"Piękna obsługa płatności na każdym urządzeniu\",\"iMdwTb\":\"Zanim Twoje wydarzenie będzie mogło zostać uruchomione, musisz zrobić kilka rzeczy. Wykonaj wszystkie poniższe kroki, aby rozpocząć.\",\"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.\",\"9N+p+g\":\"Biznes\",\"7ns+do\":\"Adres firmy\",\"LeC29u\":\"Adres firmy do celów VAT\",\"RReHTu\":\"Nazwa firmy\",\"bv6RXK\":\"Etykieta przycisku\",\"ChDLlO\":\"Tekst przycisku\",\"BUe8Wj\":\"Kupujący płaci\",\"qF1qbA\":\"Kupujący widzą czystą cenę. Opłata platformy jest odejmowana od Twojej wypłaty.\",\"DFqasq\":[\"Kontynuując, zgadzasz się na <0>\",[\"0\"],\" Warunki korzystania z usługi\"],\"lFdbRS\":\"Pomiń opłaty aplikacji\",\"2VLZwd\":\"Przycisk wezwania do działania\",\"PUpvQe\":\"Skaner kamery\",\"D02dD9\":\"Kampania\",\"H4nE+E\":\"Anuluj wszystkie produkty i zwolnij je z powrotem do puli\",\"tOXAdc\":\"Anulowanie anuluje wszystkich uczestników związanych z tym zamówieniem i zwolni bilety z powrotem do dostępnej puli.\",\"IrUqjC\":\"Nie można się zameldować (Anulowane)\",\"01sEfm\":\"Nie można usunąć domyślnej konfiguracji systemu\",\"VsM1HH\":\"Przypisania pojemności\",\"K7tIrx\":\"Kategoria\",\"2tbLdK\":\"Dobroczynność\",\"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.\",\"udRwQs\":\"Odprawa utworzona\",\"F4SRy3\":\"Odprawa usunięta\",\"9gPPUY\":\"Lista odpraw utworzona\",\"f2vU9t\":\"Listy odpraw\",\"tMNBEF\":\"Listy odpraw pozwalają kontrolować wejście w różnych dniach, obszarach lub typach biletów. Możesz udostępnić bezpieczny link do odprawy personelowi — konto nie jest wymagane.\",\"SHJwyq\":\"Wskaźnik zameldowań\",\"qCqdg6\":\"Status zameldowania\",\"cKj6OE\":\"Podsumowanie zameldowań\",\"7B5M35\":\"Zameldowania\",\"DM4gBB\":\"Chiński (tradycyjny)\",\"pkk46Q\":\"Wybierz organizatora\",\"Crr3pG\":\"Wybierz kalendarz\",\"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.\",\"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\",\"7D9MJz\":\"Zakończ konfigurację Stripe\",\"OqEV/G\":\"Zakończ konfigurację poniżej, aby kontynuować\",\"nqx+6h\":\"Wykonaj te kroki, aby rozpocząć sprzedaż biletów na swoje wydarzenie.\",\"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\",\"B5fpAA\":\"Konfiguracja przypisana pomyślnie\",\"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\",\"Nbd6WT\":\"Skonfiguruj ustawienia listy oczekujących dla tego wydarzenia\",\"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\",\"o5A0Go\":\"Gratulacje z okazji utworzenia wydarzenia!\",\"x3wVFc\":\"Congratulations! Your event is now visible to the public.\",\"WNnP3w\":\"Połącz i uaktualnij\",\"Xe2tSS\":\"Dokumentacja połączenia\",\"1Xxb9f\":\"Połącz przetwarzanie 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\",\"EWnXR+\":\"Połącz z Stripe\",\"VioGG1\":\"Połącz swoje konto Stripe, aby przyjmować płatności za bilety i produkty.\",\"4qmnU8\":\"Połącz swoje konto Stripe, aby przyjmować płatności.\",\"E1eze1\":\"Połącz swoje konto Stripe, aby rozpocząć przyjmowanie płatności za swoje wydarzenia.\",\"ulV1ju\":\"Połącz swoje konto Stripe, aby rozpocząć przyjmowanie płatności.\",\"/3017M\":\"Połączony z Stripe\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakt \",[\"0\"]],\"41BQ3k\":\"E-mail kontaktowy\",\"KcXRN+\":\"E-mail kontaktowy do wsparcia\",\"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\",\"p2FRHj\":\"Kontroluj, jak opłaty platformy są obsługiwane dla tego wydarzenia\",\"1JnTgU\":\"Skopiowane z góry\",\"FxVG/l\":\"Skopiowane do schowka\",\"PiH3UR\":\"Skopiowane!\",\"uUPbPg\":\"Kopiuj link partnera\",\"iVm46+\":\"Kopiuj kod\",\"+2ZJ7N\":\"Kopiuj szczegóły do pierwszego uczestnika\",\"ZN1WLO\":\"Kopiuj e-mail\",\"y1eoq1\":\"Copy link\",\"tUGbi8\":\"Kopiuj moje szczegóły do:\",\"y22tv0\":\"Kopiuj ten link, aby udostępnić go wszędzie\",\"/4gGIX\":\"Kopiuj do schowka\",\"P0rbCt\":\"Obraz okładki\",\"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\",\"zg4oSu\":[\"Utwórz szablon \",[\"0\"]],\"RKKhnW\":\"Utwórz niestandardowy widget do sprzedaży biletów na swojej stronie.\",\"yIRev4\":\"Utwórz hasło\",\"xfKgwv\":\"Utwórz partnera\",\"tudG8q\":\"Utwórz i skonfiguruj bilety i towary na sprzedaż.\",\"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\",\"Nc3l/D\":\"Utwórz rabaty, kody dostępu dla ukrytych biletów i specjalne oferty.\",\"eWEV9G\":\"Utwórz nowe hasło\",\"8AiKIu\":\"Utwórz bilet lub produkt\",\"agZ87r\":\"Utwórz bilety dla swojego wydarzenia, ustaw ceny i zarządzaj dostępną ilością.\",\"/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\",\"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\",\"BMtue0\":\"Aktualny procesor płatności\",\"T+1APV\":\"Aktualny numer VAT jest zweryfikowany\",\"v2GlhZ\":\"Weryfikacja aktualnego numeru VAT nie powiodła się\",\"iTvh6I\":\"Obecnie dostępne do zakupu\",\"g7HIC0\":\"Niestandardowe branding\",\"Guo0lU\":\"Niestandardowa data i godzina\",\"mimF6c\":\"Niestandardowa wiadomość po płatności\",\"O6mra8\":\"Niestandardowe pytania\",\"axv/Mi\":\"Niestandardowy szablon\",\"QMHSMS\":\"Klient otrzyma e-mail potwierdzający zwrot\",\"L/Qc+w\":\"Adres e-mail klienta\",\"wpfWhJ\":\"Imię klienta\",\"GIoqtA\":\"Nazwisko klienta\",\"NihQNk\":\"Klienci\",\"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\",\"pxNIxa\":\"Dostosuj swój szablon e-mail za pomocą szablonów Liquid\",\"3trPKm\":\"Dostosuj wygląd strony organizatora\",\"/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\",\"pvnfJD\":\"Ciemny\",\"nE5o/t\":\"Własność danych\",\"lnYE59\":\"Data wydarzenia\",\"gnBreG\":\"Data złożenia zamówienia\",\"ovBPCi\":\"Domyślny\",\"JtI4vj\":\"Domyślne zbieranie informacji o uczestniku\",\"3R/Tu2\":\"Domyślne obsługiwanie opłat\",\"1bZAZA\":\"Zostanie użyty domyślny szablon\",\"vu7gDm\":\"Usuń partnera\",\"KZN4Lc\":\"Usuń wszystko\",\"+jw/c1\":\"Usuń obraz\",\"hdyeZ0\":\"Usuń zadanie\",\"dPyJ15\":\"Usuń szablon\",\"mxsm1o\":\"Usunąć to pytanie? Tej akcji nie można cofnąć.\",\"snMaH4\":\"Usuń webhook\",\"vYgeDk\":\"Odznacz wszystko\",\"NvuEhl\":\"Elementy projektu\",\"H8kMHT\":\"Nie otrzymałeś kodu?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Odrzuć tę wiadomość\",\"BREO0S\":\"Wyświetl pole wyboru pozwalające klientom wyrazić zgodę na otrzymywanie komunikacji marketingowej od organizatora wydarzenia.\",\"TvY/XA\":\"Dokumentacja\",\"Kdpf90\":\"Nie zapomnij!\",\"352VU2\":\"Nie masz konta? <0>Zarejestruj się\",\"AXXqG+\":\"Darowizna\",\"DPfwMq\":\"Gotowe\",\"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 przed wysłaniem wiadomości do uczestników.\\nTo zapewnia, że wszyscy organizatorzy wydarzeń są zweryfikowani i odpowiedzialni.\",\"euc6Ns\":\"Duplikuj\",\"KRmTkx\":\"Duplikuj produkt\",\"KIjvtr\":\"Holenderski\",\"22xieU\":\"np. 180 (3 godziny)\",\"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.\",\"LTzmgK\":[\"Edytuj szablon \",[\"0\"]],\"v4+lcZ\":\"Edytuj partnera\",\"2iZEz7\":\"Edytuj odpowiedź\",\"tPtRwl\":\"Edytuj opłaty aplikacji\",\"t2bbp8\":\"Edytuj uczestnika\",\"etaWtB\":\"Edytuj szczegóły uczestnika\",\"+guao5\":\"Edytuj konfigurację\",\"vRWOrM\":\"Edytuj szczegóły zamówienia\",\"3yNuBV\":\"Edytuj ustawienia VAT\",\"fW5sSv\":\"Edytuj webhook\",\"nP7CdQ\":\"Edytuj webhook\",\"uBAxNB\":\"Edytor\",\"aqxYLv\":\"Edukacja\",\"iiWXDL\":\"Niepowodzenia kwalifikacji\",\"zPiC+q\":\"Kwalifikujące się listy zameldowań\",\"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\",\"L86zy2\":\"E-mail zweryfikowany pomyślnie!\",\"FSN4TS\":\"Embed Widget\",\"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\",\"48Y16Q\":\"Czas zakończenia (opcjonalny)\",\"7YZofi\":\"Wprowadź temat i treść, aby zobaczyć podgląd\",\"3bR1r4\":\"Wprowadź e-mail partnera (opcjonalne)\",\"ARkzso\":\"Wprowadź nazwę partnera\",\"y1BZw1\":\"Wprowadź adres firmy\",\"3GfR6a\":\"Wprowadź nazwę firmy\",\"6KnyG0\":\"Wprowadź e-mail\",\"INDKM9\":\"Wprowadź temat e-mail...\",\"xUgUTh\":\"Wprowadź imię\",\"9/1YKL\":\"Wprowadź nazwisko\",\"VpwcSk\":\"Wprowadź nowe hasło\",\"1tAGuY\":\"Wprowadź numer VAT wraz z kodem kraju\",\"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)\",\"X88/6w\":\"Wpisy pojawią się tutaj, gdy klienci dołączą do listy oczekujących na wyprzedane produkty.\",\"LslKhj\":\"Błąd ładowania logów\",\"AKbElk\":\"Firmy zarejestrowane w UE na VAT: obowiązuje mechanizm odwrotnego obciążenia (0% - Artykuł 196 Dyrektywy VAT 2006/112/WE)\",\"WgD6rb\":\"Kategoria wydarzenia\",\"b46pt5\":\"Obraz okładki wydarzenia\",\"1Hzev4\":\"Niestandardowy szablon wydarzenia\",\"imgKgl\":\"Opis wydarzenia\",\"kJDmsI\":\"Szczegóły wydarzenia\",\"m/N7Zq\":\"Pełny adres wydarzenia\",\"Nl1ZtM\":\"Lokalizacja wydarzenia\",\"t3AMTs\":\"Platforma zarządzania wydarzeniami\",\"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\",\"Gh9Oqb\":\"Nazwa organizatora wydarzenia\",\"mImacG\":\"Strona wydarzenia\",\"JyD0LH\":\"Ustawienia wydarzenia\",\"cOePZk\":\"Czas wydarzenia\",\"e8WNln\":\"Strefa czasowa wydarzenia\",\"GeqWgj\":\"Strefa czasowa wydarzenia\",\"XVLu2v\":\"Tytuł wydarzenia\",\"OfmsI9\":\"Wydarzenie zbyt nowe\",\"YDVUVl\":\"Typy wydarzeń\",\"4K2OjV\":\"Miejsce wydarzenia\",\"19j6uh\":\"Wydajność wydarzeń\",\"PC3/fk\":\"Wydarzenia rozpoczynające się w ciągu następnych 24 godzin\",\"fTFfOK\":\"Każdy szablon e-mail musi zawierać przycisk wezwania do działania, który prowadzi do odpowiedniej strony\",\"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\",\"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\",\"SIHgVQ\":\"Failed to cancel message\",\"cEFg3R\":\"Nie udało się utworzyć partnera\",\"dVgNF1\":\"Nie udało się utworzyć konfiguracji\",\"U66oUa\":\"Nie udało się utworzyć szablonu\",\"aFk48v\":\"Nie udało się usunąć konfiguracji\",\"Zw6LWb\":\"Nie udało się usunąć zadania\",\"tq0abZ\":\"Nie udało się usunąć zadań\",\"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\":\"Failed to offer spot\",\"5670b9\":\"Nie udało się zaoferować biletów\",\"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ń\",\"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.\",\"o/blc/\":\"Nie udało się zaktualizować konfiguracji konta\",\"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\",\"EhlbcI\":\"Nie udało się zaktualizować poziomu wiadomości\",\"rpGMzC\":\"Nie udało się zaktualizować zamówienia\",\"Eeo/Gy\":\"Nie udało się zaktualizować ustawienia\",\"kqA9lY\":\"Nie udało się zaktualizować ustawień VAT\",\"7/9RFs\":\"Nie udało się przesłać obrazu.\",\"nkNfWu\":\"Nie udało się przesłać obrazu. Spróbuj ponownie.\",\"rxy0tG\":\"Nie udało się zweryfikować adresu e-mail\",\"9bHCo2\":\"Waluta opłaty\",\"/sV91a\":\"Obsługa opłat\",\"T4BMxU\":\"Opłaty mogą ulec zmianie. Zostaniesz powiadomiony o wszelkich zmianach w strukturze opłat.\",\"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\",\"8OvVZZ\":\"Filtruj uczestników\",\"mvrlBO\":\"Filtruj według wydarzenia\",\"8BwQeU\":\"Zakończ konfigurację\",\"hg80P7\":\"Zakończ konfigurację Stripe\",\"1vBhpG\":\"Pierwszy uczestnik\",\"4pwejF\":\"Imię jest wymagane\",\"6bBh3/\":\"Opłata stała\",\"5mpF6N\":[\"Kwota opłaty stałej w \",[\"currencyCode\"]],\"zWqUyJ\":\"Stała opłata pobierana za transakcję\",\"LWL3Bs\":\"Opłata stała musi wynosić 0 lub więcej\",\"YXhom6\":\"Opłata stała:\",\"KgxI80\":\"Elastyczne bilety\",\"lWxAUo\":\"Jedzenie i napoje\",\"nFm+5u\":\"Tekst stopki\",\"MY2SVM\":\"Pełny zwrot\",\"T02gNN\":\"Wstęp ogólny\",\"3ep0Gx\":\"Ogólne informacje o organizatorze\",\"ziAjHi\":\"Generuj\",\"exy8uo\":\"Generuj kod\",\"4CETZY\":\"Uzyskaj wskazówki\",\"+4zM7f\":\"Otrzymaj płatność natychmiast za pośrednictwem Stripe Connect\",\"ZDIydz\":\"Zacznij\",\"u6FPxT\":\"Zdobądź bilety\",\"8KDgYV\":\"Przygotuj swoje wydarzenie\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Przejdź do strony wydarzenia\",\"gHSuV/\":\"Przejdź do strony głównej\",\"6nDzTl\":\"Dobra czytelność\",\"aGWZUr\":\"Przychód brutto\",\"n8IUs7\":\"Przychód brutto\",\"LIYoRQ\":\"Zarządzanie gośćmi\",\"kTSQej\":[\"Cześć \",[\"0\"],\", zarządzaj swoją platformą stąd.\"],\"dORAcs\":\"Oto wszystkie bilety powiązane z Twoim adresem e-mail.\",\"g+2103\":\"Oto Twój link partnerski\",\"QlwJ9d\":\"Oto czego możesz się spodziewać:\",\"/iE8xx\":\"Opłata Hi.Events\",\"zppscQ\":\"Opłaty platformy Hi.Events i podział VAT według transakcji\",\"D+zLDD\":\"Ukryty\",\"DRErHC\":\"Ukryte przed uczestnikami - widoczne tylko dla organizatorów\",\"P+5Pbo\":\"Ukryj odpowiedzi\",\"FmogyU\":\"Ukryj opcje\",\"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.\",\"sy9anN\":\"Jak długo klient ma na sfinalizowanie zakupu po otrzymaniu oferty. Pozostaw puste, aby nie było limitu czasu.\",\"AVpmAa\":\"Jak płacić offline\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Węgierski\",\"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\",\"PYVWEI\":\"Jeśli zarejestrowany, podaj swój numer VAT do weryfikacji\",\"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.\",\"M8M6fs\":\"Ważne: Wymagane ponowne połączenie z Stripe\",\"jT142F\":[\"Za \",[\"diffHours\"],\" godzin\"],\"OoSyqO\":[\"Za \",[\"diffMinutes\"],\" minut\"],\"cljs3a\":\"Wskaż, czy jesteś zarejestrowany na VAT w UE\",\"F1Xp97\":\"Pojedynczy uczestnicy\",\"85e6zs\":\"Wstaw token Liquid\",\"38KFY0\":\"Wstaw zmienną\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Natychmiastowe wypłaty\",\"nbfdhU\":\"Integracje\",\"JHB/Ky\":\"Nieprawidłowy\",\"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\",\"Mokwac\":\"Zaproś nieograniczoną liczbę członków zespołu z niestandardowymi rolami\",\"aH6ZIb\":\"Zaproś swój zespół\",\"IuMGvq\":\"Faktura\",\"y0meFR\":\"Irlandzki VAT w wysokości 23% zostanie zastosowany do opłat platformy (dostawa krajowa).\",\"1ZKm04\":\"Czy to konto jest zarejestrowane na VAT w UE?\",\"Lj7sBL\":\"Włoski\",\"F5/CBH\":\"przedmiot(y)\",\"BzfzPK\":\"Przedmioty\",\"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\",\"lZwV6X\":[\"Dołącz do listy oczekujących na \",[\"0\"]],\"2gMuHR\":\"Dołączono\",\"hTJ4fB\":\"Po prostu kliknij przycisk poniżej, aby ponownie połączyć swoje konto Stripe.\",\"MxjCqk\":\"Szukasz tylko swoich biletów?\",\"lB2hSG\":[\"Informuj mnie o nowościach i wydarzeniach od \",[\"0\"]],\"DruLRc\":\"Ostatnie 14 dni\",\"ve9JTU\":\"Nazwisko jest wymagane\",\"h0Q9Iw\":\"Ostatnia odpowiedź\",\"gw3Ur5\":\"Ostatnio uruchomiony\",\"QIn0Vl\":\"Oficjalna nazwa firmy dla celów VAT\",\"1njn7W\":\"Jasny\",\"1qY5Ue\":\"Link wygasł lub jest nieprawidłowy\",\"psosdY\":\"Link do szczegółów zamówienia\",\"6JzK4N\":\"Link do biletu\",\"shkJ3U\":\"Połącz swoje konto Stripe, aby otrzymywać środki ze sprzedaży biletów.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Linki dozwolone\",\"dF6vP6\":\"Na żywo\",\"fpMs2Z\":\"NA ŻYWO\",\"D9zTjx\":\"Wydarzenia na żywo\",\"WdmJIX\":\"Ładowanie podglądu...\",\"IoDI2o\":\"Ładowanie tokenów...\",\"NFxlHW\":\"Ładowanie webhooków\",\"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\",\"4wUIjX\":\"Opublikuj swoje wydarzenie\",\"2FzaR1\":\"Zarządzaj przetwarzaniem płatności i przeglądaj opłaty platformy\",\"2L3vle\":\"Maks wiadomości / 24h\",\"Qp4HWD\":\"Maks odbiorców / wiadomość\",\"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\",\"H9HlDe\":\"minut\",\"gqnyh0\":\"Zoptymalizowane na urządzenia mobilne\",\"olKKwj\":\"Skaner mobilny z obsługą offline i śledzeniem w czasie rzeczywistym\",\"JbIgPz\":\"Wartości pieniężne są przybliżonymi sumami we wszystkich walutach\",\"qvF+MT\":\"Monitoruj i zarządzaj nieudanymi zadaniami w tle\",\"w36OkR\":\"Najczęściej oglądane wydarzenia (ostatnie 14 dni)\",\"GfaxEk\":\"Muzyka\",\"oVGCGh\":\"Moje bilety\",\"8/brI5\":\"Nazwa jest wymagana\",\"sFFArG\":\"Nazwa musi mieć mniej niż 255 znaków\",\"sCV5Yc\":\"Nazwa wydarzenia\",\"xxU3NX\":\"Dochód netto\",\"ArHT/C\":\"Nowe rejestracje\",\"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\",\"Dwf4dR\":\"Brak pytań dla uczestników jeszcze\",\"/UC6qk\":\"Nie znaleziono danych atrybucji\",\"amMkpL\":\"Brak miejsc\",\"99ntUF\":\"Brak dostępnych list zameldowań dla tego wydarzenia.\",\"+dAKxg\":\"Nie znaleziono konfiguracji\",\"eb47T5\":\"Nie znaleziono danych dla wybranych filtrów. Spróbuj dostosować zakres dat lub walutę.\",\"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ń\",\"54GxeB\":\"Brak wpływu na Twoje obecne lub przeszłe transakcje\",\"EpvBAp\":\"Brak faktury\",\"XZkeaI\":\"Nie znaleziono logów\",\"nrSs2u\":\"Nie znaleziono wiadomości\",\"OVFwlg\":\"Brak pytań dotyczących zamówienia jeszcze\",\"EJ7bVz\":\"Nie znaleziono zamówień\",\"NEmyqy\":\"Brak zamówień jeszcze\",\"wUv5xQ\":\"Brak aktywności organizatora w ciągu ostatnich 14 dni\",\"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\",\"kY7XDn\":\"Żadne produkty nie mają wpisów na liście oczekujących\",\"wYiAtV\":\"Brak ostatnich rejestracji kont\",\"UW90md\":\"Nie znaleziono odbiorców\",\"QoAi8D\":\"Brak odpowiedzi\",\"EK/G11\":\"Brak odpowiedzi jeszcze\",\"3sRuiW\":\"Nie znaleziono biletów\",\"yM5c0q\":\"Brak nadchodzących wydarzeń\",\"qpC74J\":\"Nie znaleziono użytkowników\",\"41dJPO\":\"Brak skonfigurowanych ustawień VAT\",\"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\",\"HVwIsd\":\"Firmy lub osoby fizyczne niezarejestrowane w VAT: obowiązuje irlandzki VAT w wysokości 23%\",\"x5+Lcz\":\"Nie zameldowany\",\"8n10sz\":\"Nie kwalifikuje się\",\"BwJKBw\":\"z\",\"9h7RDh\":\"Offer\",\"EfK2O6\":\"Offer Spot\",\"3sVRey\":\"Zaoferuj bilety\",\"2O7Ybb\":\"Limit czasu oferty\",\"1jUg5D\":\"Zaoferowano\",\"l+/HS6\":[\"Offers expire after \",[\"timeoutHours\"],\" hours.\"],\"lQgMLn\":\"Nazwa biura lub miejsca\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Płatność offline\",\"nO3VbP\":[\"W sprzedaży \",[\"0\"]],\"2r6bAy\":\"Po zakończeniu aktualizacji, Twoje stare konto będzie używane tylko do zwrotów.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Wydarzenie online\",\"bU7oUm\":\"Wysyłaj tylko do zamówień z tymi statusami\",\"M2w1ni\":\"Widoczne tylko z kodem promocyjnym\",\"N141o/\":\"Otwórz panel Stripe\",\"HXMJxH\":\"Opcjonalny tekst dla zastrzeżeń, informacji kontaktowych lub notek z podziękowaniami (tylko jedna linia)\",\"L565X2\":\"opcje\",\"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\",\"0UZTSq\":\"Waluta zamówienia\",\"HdmwrI\":\"Email zamówienia\",\"bwBlJv\":\"Imię 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\",\"Pc729f\":\"Zamówienie oczekuje na płatność offline\",\"F4NXOl\":\"Nazwisko zamówienia\",\"RQCXz6\":\"Limity zamówień\",\"SO9AEF\":\"Ustawione limity zamówień\",\"5RDEEn\":\"Lokalizacja zamówienia\",\"vu6Arl\":\"Zamówienie oznaczone jako opłacone\",\"sLbJQz\":\"Zamówienie nie znalezione\",\"kvYpYu\":\"Zamówienie nie znalezione\",\"i8VBuv\":\"Numer zamówienia\",\"FaPYw+\":\"Właściciel zamówienia\",\"eB5vce\":\"Właściciele zamówień z konkretnym produktem\",\"CxLoxM\":\"Właściciele zamówień z produktami\",\"DoH3fD\":\"Płatność zamówienia oczekuje\",\"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\",\"KndP6g\":\"URL zamówienia\",\"3NT0Ck\":\"Zamówienie zostało anulowane\",\"sd5IMt\":\"Zamówienia zakończone\",\"5It1cQ\":\"Zamówienia wyeksportowane\",\"UQ0ACV\":\"Suma zamówień\",\"B/EBQv\":\"Zamówienia:\",\"qtGTNu\":\"Konta organiczne\",\"ucgZ0o\":\"Organizacja\",\"S3CZ5M\":\"Panel organizatora\",\"Uu0hZq\":\"Email organizatora\",\"Gy7BA3\":\"Adres email organizatora\",\"SQqJd8\":\"Organizator nie znaleziony\",\"wpj63n\":\"Ustawienia organizatora\",\"coIKFu\":\"Statystyki organizatora nie są dostępne dla wybranej waluty lub wystąpił błąd.\",\"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\",\"/IX/7x\":\"Inne\",\"RsiDDQ\":\"Inne listy (bilet nie włączony)\",\"qMASRF\":\"Wiadomości wychodzące\",\"6/dCYd\":\"Przegląd\",\"6WdDG7\":\"Strona\",\"8uqsE5\":\"Strona nie jest już dostępna\",\"QkLf4H\":\"URL strony\",\"sF+Xp9\":\"Wyświetlenia strony\",\"c+suC6\":\"Opłacone konta\",\"QIxRUI\":\"Bilety opłacone, bezpłatne, wielopoziomowe i oparte na darowiznach\",\"5F7SYw\":\"Częściowy zwrot\",\"fFYotW\":[\"Częściowo zwrócony: \",[\"0\"]],\"i8day5\":\"Przekaż opłatę kupującemu\",\"k4FLBQ\":\"Przekaż kupującemu\",\"Ff0Dor\":\"Przeszłe\",\"xTPjSy\":\"Przeszłe wydarzenia\",\"/l/ckQ\":\"Wklej URL\",\"URAE3q\":\"Wstrzymany\",\"4fL/V7\":\"Zapłać\",\"OZK07J\":\"Zapłać, aby odblokować\",\"c2/9VE\":\"Ładunek\",\"TskrJ8\":\"Płatność i plan\",\"5cxUwd\":\"Data płatności\",\"ENEPLY\":\"Metoda płatności\",\"EyE8E6\":\"Przetwarzanie płatności\",\"8Lx2X7\":\"Płatność otrzymana\",\"vcyz2L\":\"Ustawienia płatności\",\"fx8BTd\":\"Płatności niedostępne\",\"51U9mG\":\"Płatności będą płynąć bez przerwy\",\"UkM20g\":\"Oczekuje na recenzję\",\"dPYu1F\":\"Na uczestnika\",\"VlXNyK\":\"Na zamówienie\",\"hauDFf\":\"Na bilet\",\"mnF83a\":\"Opłata procentowa\",\"2ueYqG\":\"Opłata procentowa (0-100%)\",\"K2PPlT\":\"Opłata procentowa musi wynosić od 0 do 100\",\"MixU2P\":\"Procent musi wynosić od 0 do 100\",\"MkuVAZ\":\"Procent kwoty transakcji\",\"/Bh+7r\":\"Wydajność\",\"6kPk3+\":\"Informacje osobiste\",\"zmwvG2\":\"Telefon\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Wiadomość po płatności\",\"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\",\"+4yRWM\":\"Cena biletu\",\"a5jvSX\":\"Poziomy cenowe\",\"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\",\"ldVIlB\":\"Produkt zaktualizowany\",\"JoKGiJ\":\"Kod promocyjny\",\"k3wH7i\":\"Użycie kodu promocyjnego i podział rabatów\",\"uEhdRh\":\"Tylko promocyjne\",\"dLm8V5\":\"E-maile promocyjne mogą skutkować zawieszeniem konta\",\"EEYbdt\":\"Opublikuj\",\"evDBV8\":\"Opublikuj wydarzenie\",\"dsFmM+\":\"Zakupiony\",\"Vw0KCJ\":\"Zameldowanie kodem QR\",\"oWXNE5\":\"Ilość\",\"k/bJj0\":\"Pytania zostały przeorganizowane\",\"b24kPi\":\"Kolejka\",\"fqDzSu\":\"Stawka\",\"mnUGVC\":\"Przekroczono limit stawki. Spróbuj ponownie później.\",\"t41hVI\":\"Re-offer Spot\",\"spsZys\":\"Gotowy do aktualizacji? To zajmuje tylko kilka minut.\",\"vt9xUl\":\"Analityka w czasie rzeczywistym\",\"xzRvs4\":[\"Otrzymuj aktualizacje produktów od \",[\"0\"],\".\"],\"pLXbi8\":\"Ostatnie rejestracje kont\",\"Fi3b48\":\"Ostatnie zamówienia\",\"7hPBBn\":\"odbiorca\",\"jp5bq8\":\"odbiorców\",\"yPrbsy\":\"Odbiorcy\",\"E1F5Ji\":\"Odbiorcy są dostępni po wysłaniu wiadomości\",\"Edm6av\":\"Połącz ponownie Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Przekierowywanie do Stripe...\",\"pnoTN5\":\"Konta poleceń\",\"ACKu03\":\"Odśwież podgląd\",\"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\",\"CQeZT8\":\"Raport nie znaleziony\",\"JEPMXN\":\"Poproś o nowy link\",\"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\",\"kCn6wb\":\"Resetowanie...\",\"6gRgw8\":\"Spróbuj ponownie\",\"1BG8ga\":\"Spróbuj ponownie wszystkie\",\"rDC+T6\":\"Spróbuj ponownie zadanie\",\"CbnrWb\":\"Wróć do wydarzenia\",\"Oo/PLb\":\"Podsumowanie przychodów\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Sprzedaż zakończona \",[\"0\"]],\"loCKGB\":[\"Sprzedaż kończy się \",[\"0\"]],\"wlfBad\":\"Okres sprzedaży\",\"5CDM6r\":\"Ustawiony okres sprzedaży\",\"ftzaMf\":\"Okres sprzedaży, limity zamówień, widoczność\",\"zpekWp\":[\"Sprzedaż rozpoczyna się \",[\"0\"]],\"mUv9U4\":\"Sprzedaż\",\"9KnRdL\":\"Sprzedaż jest wstrzymana\",\"3VnlS9\":\"Sprzedaż, zamówienia i metryki wydajności dla wszystkich wydarzeń\",\"3Q1AWe\":\"Sprzedaż:\",\"B4nE3N\":\"Przykładowa cena biletu\",\"8BRPoH\":\"Przykładowa Sala\",\"DyBPvP\":\"Zapisz konfigurację\",\"KZrfYJ\":\"Zapisz linki społeczne\",\"9Y3hAT\":\"Zapisz szablon\",\"C8ne4X\":\"Zapisz projekt biletu\",\"6/TNCd\":\"Zapisz ustawienia VAT\",\"I+FvbD\":\"Skanuj\",\"QS1Nla\":\"Zaplanuj na później\",\"NAzVVw\":\"Zaplanuj wiadomość\",\"4ba0NE\":\"Zaplanowane\",\"qcP/8K\":\"Zaplanowany czas\",\"ftNXma\":\"Szukaj partneró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...\",\"VT+urE\":\"Szukaj po nazwie lub e-mailu...\",\"GHdjuo\":\"Szukaj po nazwie, e-mailu lub koncie...\",\"20ce0U\":\"Szukaj po identyfikatorze zamówienia, nazwie klienta lub e-mailu...\",\"4DSz7Z\":\"Szukaj po temacie, wydarzeniu lub koncie...\",\"BWF1kC\":\"Szukaj wiadomości...\",\"Mck5ht\":\"Bezpieczne potwierdzenie\",\"p7xUrt\":\"Wybierz kategorię\",\"3IcxS1\":\"Wybierz konfigurację\",\"e4L7bF\":\"Wybierz wiadomość, aby zobaczyć jej treść\",\"zPRPMf\":\"Wybierz poziom\",\"BFRSTT\":\"Select Account\",\"mCB6Je\":\"Select All\",\"a6+167\":\"Select an event\",\"kYZSFD\":\"Select an organizer to view their dashboard and events.\",\"CFbaPk\":\"Wybierz grupę uczestników\",\"hJmVtD\":\"Wybierz kraj\",\"tVW/yo\":\"Wybierz walutę\",\"n9ZhRa\":\"Wybierz datę i czas zakończenia\",\"gTN6Ws\":\"Wybierz czas zakończenia\",\"0U6E9W\":\"Wybierz kategorię wydarzenia\",\"j9cPeF\":\"Wybierz typy wydarzeń\",\"1nhy8G\":\"Wybierz typ skanera\",\"KizCK7\":\"Wybierz datę i czas rozpoczęcia\",\"dJZTv2\":\"Wybierz czas rozpoczęcia\",\"3hJUtr\":\"Wybierz kraj, w którym zarejestrowany jest VAT\",\"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\",\"5Ds0vl\":\"Wybierz, która konfiguracja opłat dotyczy tego konta. Opłaty stałe są przeliczane na walutę zamówienia przy finalizacji zakupu.\",\"ylXj1N\":\"Wybrane\",\"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\",\"QEQlnV\":\"Wyślij swoją pierwszą wiadomość\",\"IoAuJG\":\"Wysyłanie...\",\"h69WC6\":\"Wysłane\",\"BVu2Hz\":\"Wysłane przez\",\"SPdzrs\":\"Wysłane do klientów, gdy złożą zamówienie\",\"LxSN5F\":\"Wysłane do każdego uczestnika z jego szczegółami biletu\",\"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.\",\"s0FkEx\":\"Ustaw listy odpraw dla różnych wejść, sesji lub dni.\",\"xMO+Ao\":\"Ustaw swoją organizację\",\"C3htzi\":\"Ustawienie zaktualizowane\",\"Ohn74G\":\"Konfiguracja i projekt\",\"GG7qDw\":\"Udostępnij link partnera\",\"hL7sDJ\":\"Udostępnij stronę organizatora\",\"jy6QDF\":\"Zarządzanie wspólną pojemnością\",\"cMW+gm\":[\"Pokaż wszystkie platformy (\",[\"0\"],\" więcej z wartościami)\"],\"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\",\"t1LIQW\":[\"Wyświetlanie \",[\"0\"],\" z \",[\"totalRows\"],\" rekordów\"],\"jVRHeq\":\"Zarejestrowany\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Społeczność\",\"d0rUsW\":\"Linki społeczne\",\"j/TOB3\":\"Linki społeczne i strona internetowa\",\"s9KGXU\":\"Sprzedane\",\"5qOnWX\":\"Lista oczekujących na wyprzedane\",\"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.\",\"H6Gslz\":\"Przepraszamy za niedogodność.\",\"wdxz7K\":\"Źródło\",\"7JFNej\":\"Sport\",\"JcQp9p\":\"Data i czas rozpoczęcia\",\"0m/ekX\":\"Data i czas rozpoczęcia\",\"izRfYP\":\"Data rozpoczęcia jest wymagana\",\"2R1+Rv\":\"Czas rozpoczęcia wydarzenia\",\"2NbyY/\":\"Statystyki\",\"GVUxAX\":\"Statystyki są oparte na dacie utworzenia konta\",\"DRykfS\":\"Wciąż obsługa zwrotów dla starszych transakcji.\",\"wuV0bK\":\"Zatrzymaj personifikację\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe połączony\",\"aKtF0O\":\"Stripe nie połączony\",\"9i0++A\":\"Identyfikator płatności Stripe\",\"/QlTE4\":\"Konfiguracja Stripe jest już zakończona.\",\"ii0qn/\":\"Temat jest wymagany\",\"M7Uapz\":\"Temat pojawi się tutaj\",\"6aXq+t\":\"Temat:\",\"JwTmB6\":\"Pomyślnie zduplikowany produkt\",\"WUOCgI\":\"Successfully offered a spot\",\"IvxA4G\":[\"Successfully offered tickets to \",[\"count\"],\" people\"],\"kKpkzy\":\"Successfully offered tickets to 1 person\",\"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\",\"0Dk/l8\":\"Pomyślnie zaktualizowane ustawienia SEO\",\"S8Tua9\":\"Successfully Updated Settings\",\"MhOoLQ\":\"Pomyślnie zaktualizowane linki społeczne\",\"kj7zYe\":\"Pomyślnie zaktualizowany Webhook\",\"dXoieq\":\"Podsumowanie\",\"/RfJXt\":[\"Letni Festiwal Muzyki \",[\"0\"]],\"CWOPIK\":\"Letni Festiwal Muzyki 2025\",\"UaISq3\":\"Szwedzki\",\"JZTQI0\":\"Zmień organizatora\",\"9YHrNC\":\"Domyślnie systemowe\",\"XX32BM\":\"Zajmuje zaledwie kilka minut\",\"yT6dQ8\":\"Podatek zebrane pogrupowane po typie podatku i imprezie\",\"Ye321X\":\"Nazwa podatku\",\"WyCBRt\":\"Podsumowanie podatków\",\"GkH0Pq\":\"Zastosowane podatki i opłaty\",\"Rwiyt2\":\"Podatki skonfigurowane\",\"iQZff7\":\"Podatki, opłaty, widoczność, okres sprzedaży, wyłączenie produktu i limity zamówień\",\"BW6QAz\":\"Zarządzanie zespółem\",\"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.\",\"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ł!\",\"lhAWqI\":\"Dziękujemy za Twoje wsparcie, gdy nadal rozwijamy i ulepszamy Hi.Events!\",\"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.\",\"MJm4Tq\":\"Waluta zamówienia\",\"cDHM1d\":\"Adres e-mail został zmieniony. Uczestnik otrzyma nowy bilet na zaktualizowany adres e-mail.\",\"I/NNtI\":\"Miejsce imprezy\",\"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.\",\"EBzPwC\":\"Pełny adres imprezy\",\"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.\",\"5OmEal\":\"Język klienta\",\"sYLeDq\":\"Organizator, którego szukasz, nie został znaleziony. Strona mogła być przeniesiona, usunięta lub adres URL może być nieprawidłowy.\",\"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\",\"z0KrIG\":\"Zaplanowany czas jest wymagany\",\"EWErQh\":\"Zaplanowany czas musi być w przyszłości\",\"DEcpfp\":\"Treść szablonu zawiera nieprawidłową składnię Liquid. Proszę to poprawić i spróbować ponownie.\",\"injXD7\":\"Numer VAT nie mógł być zweryfikowany. Proszę sprawdzić numer i spróbować ponownie.\",\"A4UmDy\":\"Teatr\",\"tDwYhx\":\"Motyw i kolory\",\"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.\",\"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\",\"RzEvf5\":\"To wydarzenie się skończyło\",\"YClrdK\":\"To wydarzenie nie zostało jeszcze opublikowane\",\"dFJnia\":\"To jest nazwa Twojego organizatora, która będzie wyświetlana użytkownikom.\",\"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\",\"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\",\"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.\",\"0Ew0uk\":\"Ten bilet właśnie został zeskanowany. Proszę czekać przed zeskanowaniem ponownie.\",\"kvpxIU\":\"Będzie to używane do powiadomień i komunikacji z użytkownikami.\",\"rhsath\":\"Nie będzie to widoczne dla klientów, ale pomaga Ci zidentyfikować partnera afiliacji.\",\"Mr5UUd\":\"Bilet anulowany\",\"0GSPnc\":\"Projektowanie biletów\",\"EZC/Cu\":\"Projekt biletów został pomyślnie zapisany\",\"bbslmb\":\"Projektant biletów\",\"1BPctx\":\"Bilet dla\",\"bgqf+K\":\"E-mail posiadacza biletu\",\"oR7zL3\":\"Imię i nazwisko posiadacza biletu\",\"HGuXjF\":\"Posiadacze biletów\",\"CMUt3Y\":\"Posiadacze biletów\",\"awHmAT\":\"ID biletu\",\"6czJik\":\"Logo biletu\",\"OkRZ4Z\":\"Nazwa biletu\",\"t79rDv\":\"Bilet nie znaleziony\",\"6tmWch\":\"Bilet lub produkt\",\"1tfWrD\":\"Podgląd biletu dla\",\"KnjoUA\":\"Cena biletu\",\"tGCY6d\":\"Cena biletu\",\"pGZOcL\":\"Bilet został pomyślnie ponownie wysłany\",\"8jLPgH\":\"Typ biletu\",\"X26cQf\":\"URL biletu\",\"8qsbZ5\":\"Ticketing i sprzedaż\",\"zNECqg\":\"bilety\",\"6GQNLE\":\"Bilety\",\"NRhrIB\":\"Bilety i produkty\",\"EUnesn\":\"Dostępne bilety\",\"AGRilS\":\"Sprzedane bilety\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"Do\",\"nniGTr\":\"Aby edytować konfiguracje, przejdź do sekcji Konfiguracje w menu administratora.\",\"tiI71C\":\"Aby zwiększyć swoje limity, skontaktuj się z nami pod adresem\",\"BZBYf3\":\"Aby otrzymywać płatności kartą kredytową, musisz połączyć swoje konto Stripe. Stripe jest naszym partnerem przetwarzającym płatności, który zapewnia bezpieczne transakcje i terminowe wypłaty.\",\"W428WC\":\"Przełącz kolumny\",\"UBSG1X\":\"Najlepsi organizatorzy (ostatnie 14 dni)\",\"3sZ0xx\":\"Razem kont\",\"EaAPbv\":\"Łączna kwota zapłacona\",\"SMDzqJ\":\"Łącznie uczestników\",\"orBECM\":\"Razem zebrano\",\"k5CU8c\":\"Łączna liczba wpisów\",\"4B7oCp\":\"Łączna opłata\",\"KSDwd5\":\"Razem zamówienia\",\"vb0Q0/\":\"Razem użytkowników\",\"oJjplO\":\"Razem wyświetleń\",\"orluER\":\"Śledź wzrost konta i wydajność według źródła atrybuacji\",\"NHq3l1\":\"Śledź sprzedaż, przychody i frekwencję za pomocą szczegółowych raportów\",\"OpKMSn\":\"Opłata za transakcję:\",\"uKOFO5\":\"Prawda, jeśli płatność offline\",\"9GsDR2\":\"Prawda, jeśli płatność jest w toku\",\"ouM5IM\":\"Spróbuj innego e-maila\",\"3DZvE7\":\"Spróbuj Hi.Events za darmo\",\"Kz91g/\":\"Turecki\",\"GdOhw6\":\"Wyłącz dźwięk\",\"KUOhTy\":\"Włącz dźwięk\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Typ biletu\",\"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\",\"n57zCW\":\"Konta nieprzypisane\",\"b9SN9q\":\"Unikalna referencja zamówienia\",\"Ef7StM\":\"Nieznany\",\"ZBAScj\":\"Nieznany uczestnik\",\"ZkS2p3\":\"Cofnij publikację wydarzenia\",\"X13xGn\":\"Niezaufane\",\"Pp1sWX\":\"Aktualizuj partnera afiliacji\",\"KMMOAy\":\"Dostępna aktualizacja\",\"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\",\"WBq1/R\":\"USB Scanner Already Active\",\"EV30TR\":\"USB Scanner mode activated. Start scanning tickets now.\",\"fovJi3\":\"USB Scanner mode deactivated\",\"hli+ga\":\"USB/HID Scanner\",\"OHJXlK\":\"Use <0>Liquid templating to personalize your emails\",\"0k4cdb\":\"Use order details for all attendees. Attendee names and emails will match the buyer's information.\",\"bA31T4\":\"Use the buyer's details for all attendees\",\"rnoQsz\":\"Used for borders, highlights, and QR code styling\",\"BV4L/Q\":\"UTM Analytics\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Valid\",\"GuXjc5\":\"Validated\",\"imLQ9Y\":\"Validating your VAT number...\",\"cK9+xQ\":\"VAT Country\",\"sqdl5s\":\"VAT Information\",\"UjNWsF\":\"VAT may be applied to platform fees depending on your VAT registration status. Please complete the VAT information section below.\",\"pnVh83\":\"VAT Number\",\"CabI04\":\"VAT number must not contain spaces\",\"PMhxAR\":\"VAT number must start with a 2-letter country code followed by 8-15 alphanumeric characters (e.g., DE123456789)\",\"gPgdNV\":\"VAT number validated successfully\",\"RUMiLy\":\"VAT number validation failed\",\"vqji3Y\":\"VAT number validation failed. Please check your VAT number.\",\"8dENF9\":\"VAT on Fee\",\"ZutOKU\":\"VAT Rate\",\"CZomgW\":\"VAT Registered\",\"PCRCCN\":\"VAT Registration Information\",\"oSDBWm\":\"VAT Settings\",\"Nfbg76\":\"VAT settings saved successfully\",\"UvYql/\":\"VAT settings saved. We're validating your VAT number in the background.\",\"R6n7j9\":\"VAT settings updated successfully\",\"tJylUv\":\"VAT Treatment for Platform Fees\",\"FlGprQ\":\"VAT treatment for platform fees: EU VAT-registered businesses can use the reverse charge mechanism (0% - Article 196 of VAT Directive 2006/112/EC). Non-VAT registered businesses are charged Irish VAT at 23%.\",\"516oLj\":\"VAT validation service temporarily unavailable\",\"AdWhjZ\":\"Verification code\",\"QDEWii\":\"Verified\",\"wCKkSr\":\"Verify Email\",\"/IBv6X\":\"Verify your email\",\"e/cvV1\":\"Verifying...\",\"fROFIL\":\"Vietnamese\",\"RnvnDc\":\"View all messages sent across the platform\",\"+WFMis\":\"View and download reports across all your events. Only completed orders are included.\",\"c7VN/A\":\"View Answers\",\"SZw9tS\":\"View Details\",\"FCVmuU\":\"View Event\",\"c6SXHN\":\"View Event Page\",\"n6EaWL\":\"View logs\",\"OaKTzt\":\"View Map\",\"zNZNMs\":\"View Message\",\"67OJ7t\":\"View Order\",\"tKKZn0\":\"View Order Details\",\"KeCXJu\":\"View order details, issue refunds, and resend confirmations.\",\"9jnAcN\":\"View Organizer Homepage\",\"1J/AWD\":\"Zobacz bilet\",\"N9FyyW\":\"View, edit, and export your registered attendees.\",\"6dp/Hz\":\"Vimeo\",\"wPRp9Z\":\"Widoczne tylko dla personelu odprawy. Pomaga zidentyfikować tę listę podczas odprawy.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Oczekuje\",\"quR8Qp\":\"Oczekiwanie na płatność\",\"u0n+wz\":\"Lista oczekujących\",\"3RXFtE\":\"Lista oczekujących włączona\",\"aUi/Dz\":\"Ostrzeżenie: To jest domyślna konfiguracja systemu. Zmiany wpłyną na wszystkie konta, które nie mają przypisanej konkretnej konfiguracji.\",\"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.\",\"HJKdzP\":\"Napotkaliśmy problem podczas ładowania tej strony. Proszę spróbować ponownie.\",\"IfN2Qo\":\"Zalecamy kwadratowe logo o minimalnych wymiarach 200x200px\",\"wJzo/w\":\"Zalecamy wymiary 400px na 400px i maksymalny rozmiar pliku 5MB\",\"x8rEDQ\":\"Nie mogliśmy zweryfikować numeru VAT po wielu próbach. Będziemy kontynuować próby w tle. Proszę sprawdzić później.\",\"Uo5ddP\":[\"Powiadomimy Cię e-mailem, gdy pojawi się wolne miejsce na \",[\"0\"],\".\"],\"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ć.\",\"zCdObC\":\"Oficjalnie przenieśliśmy naszą siedzibę do Irlandii 🇮🇪. W ramach tej zmiany korzystamy teraz ze Stripe Irlandia zamiast Stripe Kanada. Aby Twoje wypłaty działały sprawnie, musisz ponownie połączyć swoje konto Stripe.\",\"jh2orE\":\"Przenieśliśmy naszą siedzibę do Irlandii. W rezultacie musimy poprosić Cię o ponowne połączenie konta Stripe. Ten szybki proces zajmuje zaledwie kilka minut. Twoja sprzedaż i istniejące dane pozostają całkowicie nienaruszone.\",\"Fq/Nx7\":\"Wysłaliśmy 5-cyfrowy kod weryfikacyjny na:\",\"GdWB+V\":\"Webhook został pomyślnie utworzony\",\"2X4ecw\":\"Webhook został pomyślnie usunięty\",\"CThMKa\":\"Dzienniki 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\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Witamy ponownie\",\"QDWsl9\":[\"Witamy w \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Witamy w \",[\"0\"],\", oto lista wszystkich Twoich wydarzeń\"],\"FaSXqR\":\"Jaki typ wydarzenia?\",\"f30uVZ\":\"Co musisz zrobić:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Gdy odprawa zostanie usunięta\",\"Gmd0hv\":\"Gdy nowy uczestnik zostanie utworzony\",\"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 zostanie wyprzedany, klienci mogą dołączyć do listy oczekujących, aby otrzymać powiadomienie, gdy pojawią się wolne miejsca.\",\"Q7CWxp\":\"Gdy uczestnik zostanie anulowany\",\"IuUoyV\":\"Gdy uczestnik zostanie odprawiony\",\"nBVOd7\":\"Gdy uczestnik zostanie zaktualizowany\",\"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.\",\"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.\",\"uchB0M\":\"Podgląd widgetu\",\"uvIqcj\":\"Warsztaty\",\"EpknJA\":\"Napisz swoją wiadomość tutaj...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"5VGIlq\":\"Osiągnąłeś limit wiadomości.\",\"casL1O\":\"Masz podatki i opłaty dodane do darmowego produktu. Czy chcesz je usunąć?\",\"pCLes8\":\"Musisz wyrazić zgodę na otrzymywanie wiadomości\",\"FVTVBy\":\"Musisz zweryfikować swój adres e-mail, zanim będziesz mógł zaktualizować status organizatora.\",\"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.\",\"FgRxRP\":\"Zawsze posiadasz 100% danych uczestników\",\"88cUW+\":\"Otrzymujesz\",\"U3wiCB\":\"Wszystko gotowe! Twoje płatności są przetwarzane płynnie.\",\"MNFIxz\":[\"Idziesz na \",[\"0\"],\"!\"],\"qGZz0m\":\"Jesteś na liście oczekujących!\",\"/5HL6k\":\"Zaproponowano Ci miejsce!\",\"p/Sa0j\":\"Twoje konto ma limity wiadomości. Aby zwiększyć swoje limity, skontaktuj się z nami pod adresem\",\"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\":\"Your event is live!\",\"R02pnV\":\"Twoje wydarzenie musi być aktywne, zanim będziesz mógł sprzedawać bilety uczestnikom.\",\"hDNwnf\":\"Twoje logo, kolory i styl na każdej stronie\",\"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\",\"6heFYY\":\"Twoje konto Stripe jest połączone i przetwarza płatności.\",\"vvO1I2\":\"Twoje konto Stripe jest połączone i gotowe do przetwarzania płatności.\",\"CnZ3Ou\":\"Twoje bilety zostały potwierdzone.\",\"EmFsMZ\":\"Numer VAT czeka na weryfikację\",\"QBlhh4\":\"Numer VAT zostanie zweryfikowany po zapisaniu\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Szukaj produktów\"],\"+23bI/\":[\"Patryk\"],\"+2ZJ7N\":[\"Kopiuj szczegóły do pierwszego uczestnika\"],\"+4yRWM\":[\"Cena biletu\"],\"+4zM7f\":[\"Otrzymaj płatność natychmiast za pośrednictwem Stripe Connect\"],\"+5Mlle\":[\"Poczekaj, przygotowujemy Twoje zamówienia do eksportu...\"],\"+8bmSu\":[\"Kalifornia\"],\"+CeSxK\":[\"Lista odpraw usunięta pomyślnie\"],\"+FWjhR\":[\"Skończył się czas na ukończenie zamówienia.\"],\"+G/XiQ\":[\"Od początku roku\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"Kod pocztowy\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Pomin to krok\"],\"+QARA4\":[\"Sztuka\"],\"+WFMis\":[\"View and download reports across all your events. Only completed orders are included.\"],\"+Y976X\":[\"Brak kodów promocyjnych do wyświetlenia\"],\"+dAKxg\":[\"Nie znaleziono konfiguracji\"],\"+eZ7dp\":[\"Płatności offline\"],\"+fA4C7\":[\"Opcje duplikacji\"],\"+guao5\":[\"Edytuj konfigurację\"],\"+hBhWk\":[\"Lista odpraw wygasła\"],\"+jIeoh\":[\"Nie znaleziono kont\"],\"+jw/c1\":[\"Usuń obraz\"],\"+pr/FY\":[\"Szukaj po nazwie wydarzenia...\"],\"+qqX74\":[\"Aktualizuj nazwę wydarzenia, opis i daty\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Kod jest wymagany\"],\"+zy2Nq\":[\"Typ\"],\"/2by1f\":[\"Staat lub region\"],\"/3017M\":[\"Połączony z Stripe\"],\"/4gGIX\":[\"Kopiuj do schowka\"],\"/5HL6k\":[\"Zaproponowano Ci miejsce!\"],\"/5PEQz\":[\"View event page\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Zwrócony\"],\"/Bh+7r\":[\"Wydajność\"],\"/CV2x+\":[\"Czy na pewno chcesz anulować tego uczestnika? To unieważni jego bilet\"],\"/DNy62\":[\"Nie mogliśmy znaleźć żadnych biletów pasujących do \",[\"0\"]],\"/H326L\":[\"Już zwrócone\"],\"/HGmW9\":[\"Utwórz śledzone linki, aby nagradzać partnerów, którzy promują Twoje wydarzenie.\"],\"/HkCs4\":[[\"0\"],\" biletów\"],\"/IBv6X\":[\"Verify your email\"],\"/IX/7x\":[\"Inne\"],\"/IzmnP\":[\"Poczekaj, przygotowujemy Twoją fakturę...\"],\"/JdZIP\":[\"Przypisana konfiguracja\"],\"/Jizh9\":[\"Wybierz konto\"],\"/PN1DA\":[\"Dodaj opis dla tej listy odpraw\"],\"/QlTE4\":[\"Konfiguracja Stripe jest już zakończona.\"],\"/RfJXt\":[\"Letni Festiwal Muzyki \",[\"0\"]],\"/Rj5P4\":[\"Twoje imię\"],\"/SIY6o\":[\"Słowa kluczowe SEO\"],\"/SgoNA\":[\"Razem podatek\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Wymeldowanie\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Nie znaleziono danych atrybucji\"],\"/bhMdO\":[\"Opis mojego niesamowitego wydarzenia...\"],\"/cSMqv\":[\"Nie można stworzyć pytania. Proszę sprawdzić swoje dane\"],\"/dgc8E\":[\"Data wydarzenia\"],\"/gWrVZ\":[\"Codzienne przychody, podatki, opłaty i zwroty we wszystkich wydarzeniach\"],\"/iE8xx\":[\"Opłata Hi.Events\"],\"/jHBj5\":[\"Partner utworzony pomyślnie\"],\"/jQctM\":[\"Do\"],\"/jZOZa\":[\"Opłata za usługę\"],\"/l/ckQ\":[\"Wklej URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Opłaty\"],\"/p9Fhq\":[\"Bez limitu dostępny\"],\"/roQKz\":[\"Procent\"],\"/sV91a\":[\"Obsługa opłat\"],\"/u4DIx\":[\"Sprzedane produkty\"],\"/xC/im\":[\"Ustawienia rozliczeń\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"Krótki opis Twojego organizatora, który będzie wyświetlany Twoim użytkownikom.\"],\"0+iwE5\":[\"Nie udało się zmienić kolejności pytań\"],\"0/+Nn9\":[\"Twoje wiadomości pojawią się tutaj\"],\"0/vPdA\":[\"Dodaj wszelkie notatki o uczestniku. Nie będą widoczne dla uczestnika.\"],\"0/yJtP\":[\"Wyślij wiadomość do właścicieli zamówień z konkretnymi produktami\"],\"01WH0a\":[\"Nie mogliśmy potwierdzić Twojej płatności. Proszę spróbować ponownie lub skontaktować się z pomocą techniczną.\"],\"01sEfm\":[\"Nie można usunąć domyślnej konfiguracji systemu\"],\"02ePaq\":[\"Wybierz \",[\"0\"]],\"06s3w3\":[\"Ukryj produkt przed datą rozpoczęcia sprzedaży\"],\"074+X8\":[\"Brak aktywnych webhooków\"],\"0Dk/l8\":[\"Pomyślnie zaktualizowane ustawienia SEO\"],\"0Ew0uk\":[\"Ten bilet właśnie został zeskanowany. Proszę czekać przed zeskanowaniem ponownie.\"],\"0GSPnc\":[\"Projektowanie biletów\"],\"0GwUT4\":[\"Przejdź do płatności\"],\"0I0Hac\":[\"Ważne ogłoszenie\"],\"0R3Y+9\":[\"E-mail uczestnika\"],\"0RXCDo\":[\"Podatek lub opłata usunięte pomyślnie\"],\"0U6E9W\":[\"Wybierz kategorię wydarzenia\"],\"0UZTSq\":[\"Waluta zamówienia\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Domyślne ustawienia wydarzenia\"],\"0Zypnp\":[\"Panel administratora\"],\"0aVEBY\":[\"Czy na pewno chcesz usunąć wszystkie nieudane zadania?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Use order details for all attendees. Attendee names and emails will match the buyer's information.\"],\"0m/ekX\":[\"Data i czas rozpoczęcia\"],\"0pC/y6\":[\"Wydarzenie\"],\"0zpgxV\":[\"Opcje\"],\"147G4h\":[\"Czy na pewno chcesz wyjść?\"],\"15qAvl\":[\"Nie masz oczekującej zmiany e-mail.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Wydajność wydarzeń\"],\"1BG8ga\":[\"Spróbuj ponownie wszystkie\"],\"1BPctx\":[\"Bilet dla\"],\"1DBGsz\":[\"Notatki\"],\"1E0vyy\":[\"Nie mogliśmy załadować danych. Proszę spróbować ponownie.\"],\"1HfW/F\":[\"Kolory\"],\"1Hzev4\":[\"Niestandardowy szablon wydarzenia\"],\"1J/AWD\":[\"Zobacz bilet\"],\"1JnTgU\":[\"Skopiowane z góry\"],\"1JwlHk\":[\"Kategoria produktu\"],\"1MAvUY\":[\"Zarządzaj ustawieniami płatności i fakturowania dla tego wydarzenia.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Zamówienie zostało pomyślnie zaktualizowane\"],\"1SbbH8\":[\"Pokazane klientowi po ich potwierdzeniu, na stronie podsumowania zamówienia.\"],\"1USFWA\":[\"Produkt został pomyślnie usunięty\"],\"1UzENP\":[\"Nie\"],\"1WnhCL\":[\"Ustawienia płatności\"],\"1Xxb9f\":[\"Połącz przetwarzanie płatności\"],\"1YMS+X\":[\"Tworzenie Twojego wydarzenia, proszę czekać\"],\"1Ycaad\":[\"Pomyślnie zaktualizowany produkt\"],\"1ZKm04\":[\"Czy to konto jest zarejestrowane na VAT w UE?\"],\"1ZaQUH\":[\"Nazwisko\"],\"1bZAZA\":[\"Zostanie użyty domyślny szablon\"],\"1d6kks\":[\"+Podatek/Opłaty\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Zamówienia\"],\"1jRD0v\":[\"Wyślij wiadomość do uczestników z konkretnymi biletami\"],\"1jUg5D\":[\"Zaoferowano\"],\"1k0Mp4\":[\"Ta lista kontrolna nie jest jeszcze aktywna\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Wyślij email powiadomienia o zwrocie\"],\"1lRT3t\":[\"Wyłączenie tej pojemności będzie śledzić sprzedaż, ale nie zatrzyma jej po osiągnięciu limitu\"],\"1m+YT2\":[\"Obowiązkowe pytania muszą być odpowiedzi przed dokonaniem płatności przez klienta.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Wybierz typ skanera\"],\"1njn7W\":[\"Jasny\"],\"1oPDuj\":[\"Wartość atrybucji\"],\"1qY5Ue\":[\"Link wygasł lub jest nieprawidłowy\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Wprowadź numer VAT wraz z kodem kraju\"],\"1tfWrD\":[\"Podgląd biletu dla\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Kolor Akcentu\"],\"1vBhpG\":[\"Pierwszy uczestnik\"],\"1z26sk\":[\"Zaproś członka zespołu\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Pobierz raporty sprzedaży, uczestników i finansowe dla wszystkich zakończonych zamówień.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Szukaj po identyfikatorze zamówienia, nazwie klienta lub e-mailu...\"],\"22BOve\":[\"Uczestnik zaktualizowany pomyślnie\"],\"22Itl6\":[\"Wyślij mi kopię\"],\"22xieU\":[\"np. 180 (3 godziny)\"],\"237hSL\":[\"Zakończony\"],\"24l4x6\":[\"Dodaj produkt\"],\"25QDJ1\":[\"- Kliknij, aby opublikować\"],\"261RBr\":[\"Zatwierdź wiadomość\"],\"26pGvx\":[\"Masz kod promocyjny?\"],\"29w7p6\":[\"Przesyłanie obrazu...\"],\"2E2O5H\":[\"Dostosuj różne ustawienia dla tego wydarzenia\"],\"2FzaR1\":[\"Zarządzaj przetwarzaniem płatności i przeglądaj opłaty platformy\"],\"2KAI4N\":[\"Eksportuj CSV\"],\"2L3vle\":[\"Maks wiadomości / 24h\"],\"2LMsOq\":[\"Ostatnie 12 miesięcy\"],\"2NLjA6\":[\"Obraz okładki będzie wyświetlany na górze strony organizatora\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Statystyki\"],\"2O7Ybb\":[\"Limit czasu oferty\"],\"2POOFK\":[\"Darmowy\"],\"2R1+Rv\":[\"Czas rozpoczęcia wydarzenia\"],\"2RZK9x\":[\"Nie mogliśmy znaleźć szukanego zamówienia. Link mógł wygasnąć lub szczegóły zamówienia mogły się zmienić.\"],\"2VLZwd\":[\"Przycisk wezwania do działania\"],\"2X4ecw\":[\"Webhook został pomyślnie usunięty\"],\"2bR+8v\":[\"Łączna sprzedaż brutto\"],\"2cUopP\":[\"Uruchom ponownie proces płatności.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Dołączono\"],\"2hGPQG\":[\"Przykłady: \\\"Rozmiar koszulki\\\", \\\"Preferencje posiłków\\\", \\\"Stanowisko\\\"\"],\"2iZEz7\":[\"Edytuj odpowiedź\"],\"2q/Q7x\":[\"Widoczność\"],\"2r6bAy\":[\"Po zakończeniu aktualizacji, Twoje stare konto będzie używane tylko do zwrotów.\"],\"2rHwhl\":[\"Oczekuje na płatność offline\"],\"2tbLdK\":[\"Dobroczynność\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Opłata procentowa (0-100%)\"],\"31KB8w\":[\"Wszystkie nieudane zadania usunięte\"],\"352VU2\":[\"Nie masz konta? <0>Zarejestruj się\"],\"38KFY0\":[\"Wstaw zmienną\"],\"3DZvE7\":[\"Spróbuj Hi.Events za darmo\"],\"3ENYTQ\":[\"Twoja prośba o zmianę e-maila na <0>\",[\"0\"],\" jest w toku. Proszę sprawdzić e-mail, aby potwierdzić\"],\"3EXqwa\":[\"Kategoria utworzona pomyślnie\"],\"3F1nBX\":[\"Darowizna / Produkt zapłać ile chcesz\"],\"3GfR6a\":[\"Wprowadź nazwę firmy\"],\"3IEF7U\":[[\"totalCount\"],\" typów biletów\"],\"3IcxS1\":[\"Wybierz konfigurację\"],\"3Kzsk7\":[\"Ten produkt jest biletem. Kupującym zostanie wystawiony bilet przy zakupie\"],\"3LtiBI\":[\"Zniżka w \",[\"0\"]],\"3NT0Ck\":[\"Zamówienie zostało anulowane\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Sprzedaż:\"],\"3R/Tu2\":[\"Domyślne obsługiwanie opłat\"],\"3RQ81z\":[\"Każda osoba otrzyma e-mail z zarezerwowanym miejscem do sfinalizowania zakupu.\"],\"3RXFtE\":[\"Lista oczekujących włączona\"],\"3VPPdS\":[\"💳 Połącz z Stripe\"],\"3VnlS9\":[\"Sprzedaż, zamówienia i metryki wydajności dla wszystkich wydarzeń\"],\"3Z223G\":[\"Błąd potwierdzania adresu e-mail\"],\"3ZI8IL\":[\"Musisz zgodzić się na warunki\"],\"3bR1r4\":[\"Wprowadź e-mail partnera (opcjonalne)\"],\"3buiaw\":[\"Raport opłat platformy\"],\"3cKoxx\":[\"Konfiguracje\"],\"3cqmut\":[\"Partnerzy pomagają śledzić sprzedaż generowaną przez partnerów i influencerów. Utwórz kody partnerskie i udostępnij je, aby monitorować wydajność.\"],\"3ep0Gx\":[\"Ogólne informacje o organizatorze\"],\"3hJUtr\":[\"Wybierz kraj, w którym zarejestrowany jest VAT\"],\"3oSV95\":[\"Wybierz poziom produktu\"],\"3ogkAk\":[\"Duplikuj wydarzenie\"],\"3pykXZ\":[\"Akceptuj przelewy bankowe, czeki lub inne metody płatności offline\"],\"3sRuiW\":[\"Nie znaleziono biletów\"],\"3sVRey\":[\"Zaoferuj bilety\"],\"3sZ0xx\":[\"Razem kont\"],\"3suLF0\":[\"Pomyślnie zaktualizowane przypisanie pojemności\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Dostosuj wygląd strony organizatora\"],\"3wF4Q/\":[\"Oczekuje na płatność\"],\"3wV73y\":[\"Miasto\"],\"3y+V4p\":[\"Adres organizacji\"],\"3yNuBV\":[\"Edytuj ustawienia VAT\"],\"3yiej1\":[\"np. 23.5 za 23.5%\"],\"3zRbWw\":[\"Szukaj po nazwie, e-mailu lub numerze zamówienia...\"],\"4+am6b\":[\"Nie, zostaw mnie tutaj\"],\"4/If97\":[\"Aktualizacja statusu wydarzenia nie powiodła się. Spróbuj ponownie później\"],\"4/kP5a\":[\"Jeśli nowa karta nie otworzyła się automatycznie, kliknij przycisk poniżej, aby kontynuować płatność.\"],\"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.\"],\"40Gx0U\":[\"Strefa czasowa\"],\"41BQ3k\":[\"E-mail kontaktowy\"],\"41dJPO\":[\"Brak skonfigurowanych ustawień VAT\"],\"45Srzt\":[\"Nie mogliśmy usunąć kategorii. Proszę spróbować ponownie.\"],\"48Y16Q\":[\"Czas zakończenia (opcjonalny)\"],\"48rf3i\":[\"Wiadomość nie może przekraczać 5000 znaków\"],\"4B7oCp\":[\"Łączna opłata\"],\"4CETZY\":[\"Uzyskaj wskazówki\"],\"4D3rRj\":[\"Wróć do profilu\"],\"4DSz7Z\":[\"Szukaj po temacie, wydarzeniu lub koncie...\"],\"4GLxhy\":[\"Pierwsze kroki\"],\"4GhX3c\":[\"Brak webhooków\"],\"4H80qv\":[\"Pomyślnie zaktualizowane zamówienie\"],\"4HVzhV\":[\"Uczestnicy:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Wydarzenie niedostępne\"],\"4K2OjV\":[\"Miejsce wydarzenia\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Czy na pewno chcesz opublikować ten profil organizatora? Po opublikowaniu będzie widoczny dla publiczności.\"],\"4WT5tD\":[\"🎨 Dostosuj stronę swojego wydarzenia\"],\"4Y2FZT\":[\"Typ ceny produktu\"],\"4bUH9i\":[\"Zbierz szczegóły uczestnika dla każdego zakupionego biletu.\"],\"4ba0NE\":[\"Zaplanowane\"],\"4fL/V7\":[\"Zapłać\"],\"4kEGqW\":[\"Prześlij logo dla swojego organizatora\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Podaj dodatkowy kontekst lub instrukcje dla tego pytania. Użyj tego pola, aby dodać warunki\\ni postanowienia, wytyczne lub wszelkie ważne informacje, które uczestnicy muszą znać przed odpowiedzią.\"],\"4lVaWA\":[\"Oczekuje na płatność offline\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"Imię jest wymagane\"],\"4qmnU8\":[\"Połącz swoje konto Stripe, aby przyjmować płatności.\"],\"4rnJq4\":[\"Skrypt osadzenia\"],\"4ueloy\":[\"Czym jest kategoria?\"],\"4wUIjX\":[\"Opublikuj swoje wydarzenie\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"VAT validation service temporarily unavailable\"],\"51AsAN\":[\"Sprawdź swoją skrzynkę odbiorczą! Jeśli bilety są powiązane z tym e-mailem, otrzymasz link do ich wyświetlenia.\"],\"51U9mG\":[\"Płatności będą płynąć bez przerwy\"],\"54GxeB\":[\"Brak wpływu na Twoje obecne lub przeszłe transakcje\"],\"54MPqC\":[\"np. Standard, Premium, Enterprise\"],\"54q0zp\":[\"Bilety dla\"],\"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\"],\"5670b9\":[\"Nie udało się zaoferować biletów\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"bilet\"],\"5CDM6r\":[\"Ustawiony okres sprzedaży\"],\"5CQ+r0\":[\"Zezwól uczestnikom powiązanym z nieopłaconymi zamówieniami na odprawę\"],\"5CiNPm\":[\"Wyślij ponownie bilet\"],\"5Ds0vl\":[\"Wybierz, która konfiguracja opłat dotyczy tego konta. Opłaty stałe są przeliczane na walutę zamówienia przy finalizacji zakupu.\"],\"5F7SYw\":[\"Częściowy zwrot\"],\"5FSIzj\":[\"Uwaga\"],\"5H3Z78\":[\"Czy na pewno chcesz usunąć ten webhook?\"],\"5It1cQ\":[\"Zamówienia wyeksportowane\"],\"5K8REg\":[\"To zamówienie zostało już zwrócone.\"],\"5LAZwq\":[\"Podszywanie się rozpoczęte\"],\"5LDT6f\":[\"Sprawdź to wydarzenie!\"],\"5N4wLD\":[\"Jaki to typ pytania?\"],\"5OmEal\":[\"Język klienta\"],\"5Qmxo/\":[\"Czy na pewno chcesz cofnąć publikację tego profilu organizatora? Nie będzie już widoczny dla publiczności.\"],\"5RDEEn\":[\"Lokalizacja zamówienia\"],\"5ShqeM\":[\"Lista kontrolna, której szukasz, nie istnieje.\"],\"5T2HxQ\":[\"Data aktywacji\"],\"5UbY+B\":[\"Uczestnicy z konkretnym biletem\"],\"5VGIlq\":[\"Osiągnąłeś limit wiadomości.\"],\"5YrKW7\":[\"Zakończ płatność, aby zabezpieczyć swoje bilety.\"],\"5b3QLi\":[\"Twój plan\"],\"5cxUwd\":[\"Data płatności\"],\"5lcVkL\":[\"Szczegóły połączenia\"],\"5mpF6N\":[\"Kwota opłaty stałej w \",[\"currencyCode\"]],\"5n+Wwp\":[\"Pomyślnie zaktualizowany organizator\"],\"5qOnWX\":[\"Lista oczekujących na wyprzedane\"],\"5slqwZ\":[\"Utwórz swoje wydarzenie\"],\"5tT0+u\":[\"Nieprawidłowy format e-maila\"],\"5tl0Bp\":[\"Pytania rejestracyjne\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Ukryj ten produkt przed klientami\"],\"6/TNCd\":[\"Zapisz ustawienia VAT\"],\"6/dCYd\":[\"Przegląd\"],\"60u+dQ\":[\"Obraz okładki będzie wyświetlany na górze strony wydarzenia\"],\"621rYf\":[\"Płatność\"],\"62Ciis\":[\"Zamknij pasek boczny\"],\"65A04M\":[\"Hiszpański\"],\"67NsZP\":[\"Tworzenie wydarzenia...\"],\"67OJ7t\":[\"View Order\"],\"68Axnm\":[\"Podczas przetwarzania Twojego żądania pojawiła się błąd. Proszę spróbować ponownie.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Bilety\"],\"6HK5Ct\":[\"Zakończone zamówienia\"],\"6IwNUc\":[\"Szablony e-mail\"],\"6JzK4N\":[\"Link do biletu\"],\"6K/IHl\":[\"Oto przykład, jak możesz użyć komponentu w swojej aplikacji.\"],\"6K0GjX\":[\"Tekst może być trudny do przeczytania\"],\"6KnyG0\":[\"Wprowadź e-mail\"],\"6MIiOI\":[[\"0\"],\" pozostało\"],\"6PNlRV\":[\"Dodaj to wydarzenie do swojego kalendarza\"],\"6PecK3\":[\"Frekwencja i wskaźniki odpraw we wszystkich wydarzeniach\"],\"6RmHKN\":[\"Główny kolor\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Skopiowane\"],\"6WdDG7\":[\"Strona\"],\"6YtxFj\":[\"Nazwa\"],\"6Z/F61\":[\"Brak danych do wyświetlenia. Wybierz zakres dat\"],\"6a/UJE\":[\"Przepraszamy, ten kod promocyjny nie jest rozpoznany\"],\"6aXq+t\":[\"Temat:\"],\"6bBh3/\":[\"Opłata stała\"],\"6czJik\":[\"Logo biletu\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Statusy zamówień\"],\"6euFZ/\":[\"Domyślny \",[\"type\"],\" jest automatycznie stosowany do wszystkich nowych produktów. Możesz to zastąpić dla każdego produktu indywidualnie.\"],\"6fLyj/\":[\"Jeśli nie zażądałeś tej zmiany, natychmiast zmień hasło.\"],\"6fuA9p\":[\"Wydarzenie zostało pomyślnie zduplikowane\"],\"6gRgw8\":[\"Spróbuj ponownie\"],\"6heFYY\":[\"Twoje konto Stripe jest połączone i przetwarza płatności.\"],\"6imsQS\":[\"Chiński (uproszczony)\"],\"6jYQGG\":[\"Brak przeszłych wydarzeń\"],\"6kPk3+\":[\"Informacje osobiste\"],\"6kdXbW\":[\"Utwórz kod promocyjny\"],\"6nDzTl\":[\"Dobra czytelność\"],\"6tmWch\":[\"Bilet lub produkt\"],\"6uwAvx\":[\"Nie możesz usunąć tej warstwy cenowej, ponieważ istnieją już produkty sprzedane dla tej warstwy. Możesz ją zamiast tego ukryć.\"],\"6xCBVN\":[\"Pomyślnie zaktualizowane ustawienia płatności i fakturowania\"],\"6zQOg1\":[\"Cena wyświetlana klientowi nie będzie zawierać podatków i opłat. Będą one wyświetlane oddzielnie\"],\"7+grte\":[\"E-mail potwierdzający wysłany! Sprawdź swoją skrzynkę odbiorczą.\"],\"7/9RFs\":[\"Nie udało się przesłać obrazu.\"],\"70dYC8\":[\"Pomyślnie zaktualizowany kod promocyjny\"],\"72c5Qo\":[\"Razem\"],\"73nxDO\":[\"Pomyślnie zaktualizowane różne ustawienia\"],\"73qYgo\":[\"Wyślij jako test\"],\"744BMm\":[\"Dokończ zamówienie, aby zabezpieczyć swoje bilety. Ta oferta jest ograniczona czasowo, więc nie zwlekaj zbyt długo.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Twoja lista odpraw została pomyślnie utworzona. Udostępnij poniższy link personelowi odprawy.\"],\"7B5M35\":[\"Zameldowania\"],\"7Bj3x9\":[\"Nie powiodło się\"],\"7Cx5It\":[\"Wcześniak\"],\"7D9MJz\":[\"Zakończ konfigurację Stripe\"],\"7ER2sc\":[\"Wyróżniony\"],\"7JF9w9\":[\"Dodaj pytanie\"],\"7JFNej\":[\"Sport\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Akcje\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"User\"],\"7VpPHA\":[\"Potwierdź\"],\"7YJdgG\":[\"Twoje zamówienia pojawią się tutaj, gdy zaczną napływać.\"],\"7YZofi\":[\"Wprowadź temat i treść, aby zobaczyć podgląd\"],\"7dSOhU\":[\"Włącz listę oczekujących\"],\"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.\"],\"7hPBBn\":[\"odbiorca\"],\"7kOMfV\":[\"Pomyślnie zaktualizowane wydarzenie\"],\"7ns+do\":[\"Adres firmy\"],\"7p5kLi\":[\"Panel\"],\"7rLTkE\":[\"Wszystkie zarchiwizowane wydarzenia\"],\"7vhWI8\":[\"Nowe hasło\"],\"7wtpH5\":[\"Szablon aktywny\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Nazwa jest wymagana\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Wstaw token Liquid\"],\"876pfE\":[\"Klient\"],\"87a/t/\":[\"Etykieta\"],\"88cUW+\":[\"Otrzymujesz\"],\"89xaFU\":[\"Ustaw domyślne ustawienia opłat platformy dla nowych wydarzeń utworzonych pod tym organizatorem.\"],\"8AiKIu\":[\"Utwórz bilet lub produkt\"],\"8BMPMe\":[\"Webhook nie będzie wysyłał powiadomień\"],\"8BRPoH\":[\"Przykładowa Sala\"],\"8BwQeU\":[\"Zakończ konfigurację\"],\"8Etqrl\":[\"Automatycznie oferuj bilety następnej osobie, gdy pojawi się dostępność\"],\"8F1i42\":[\"Strona nie znaleziona\"],\"8KDgYV\":[\"Przygotuj swoje wydarzenie\"],\"8KmsFa\":[\"Wybierz zakres dat\"],\"8Lx2X7\":[\"Płatność otrzymana\"],\"8OhzyY\":[\"Gdy produkt zostanie usunięty\"],\"8OvVZZ\":[\"Filtruj uczestników\"],\"8QH2Il\":[\"Ta kategoria jest ukryta przed publicznym widokiem\"],\"8YBH95\":[\"Przychody\"],\"8ZsakT\":[\"Hasło\"],\"8cBtvm\":[\"Główny kolor tekstu\"],\"8dENF9\":[\"VAT on Fee\"],\"8jLPgH\":[\"Typ biletu\"],\"8k8Njd\":[\"Ile minut klient ma na ukończenie zamówienia. Zalecamy co najmniej 15 minut\"],\"8n10sz\":[\"Nie kwalifikuje się\"],\"8oPbg1\":[\"Włącz fakturowanie\"],\"8pQ3NJ\":[\"Brak wydarzeń rozpoczynających się w ciągu następnych 24 godzin\"],\"8q0EdE\":[\"Dodaj produkt do kategorii\"],\"8qsbZ5\":[\"Ticketing i sprzedaż\"],\"8rE61T\":[\"Adres rozliczeniowy\"],\"8uOlgz\":[\"Nie powiodło się o\"],\"8uqsE5\":[\"Strona nie jest już dostępna\"],\"8v2LRU\":[\"Skonfiguruj szczegóły wydarzenia, lokalizację, opcje płatności i powiadomienia e-mail.\"],\"8vETh9\":[\"Show\"],\"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.\"],\"8wUjGl\":[\"Zarezerwowane do\"],\"8wgkoi\":[\"Brak oglądanych wydarzeń w ciągu ostatnich 14 dni\"],\"8x0pUg\":[\"Czy na pewno chcesz usunąć ten wpis z listy oczekujących?\"],\"8z6Y5D\":[\"Przetwórz zwrot\"],\"8zCZQf\":[\"Brak wydarzeń jeszcze\"],\"9+8Vez\":[\"Remaining Uses\"],\"9+P7zk\":[\"Nie można stworzyć produktu. Proszę sprawdzić swoje dane\"],\"9/1YKL\":[\"Wprowadź nazwisko\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 dzień po dacie zakończenia\"],\"94aQMU\":[\"Informacje o uczestniku\"],\"96ryID\":[\"Zbierz szczegóły na bilet\"],\"99ntUF\":[\"Brak dostępnych list zameldowań dla tego wydarzenia.\"],\"9BdS63\":[\"Edytuj kod promocyjny\"],\"9FQEn8\":[\"Wybierz kategorię...\"],\"9GsDR2\":[\"Prawda, jeśli płatność jest w toku\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Sprzedaż jest wstrzymana\"],\"9L9/28\":[\"Gdy produkt zostanie wyprzedany, klienci mogą dołączyć do listy oczekujących, aby otrzymać powiadomienie, gdy pojawią się wolne miejsca.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Ta nazwa jest widoczna dla użytkowników końcowych\"],\"9N+p+g\":[\"Biznes\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Uczestnicy\"],\"9TO8nT\":[\"Twoje hasło\"],\"9Wh+ug\":[\"Partnerzy wyeksportowani\"],\"9Y3hAT\":[\"Zapisz szablon\"],\"9YHrNC\":[\"Domyślnie systemowe\"],\"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.\"],\"9bHCo2\":[\"Waluta opłaty\"],\"9bpUSo\":[\"Eksportowanie partnerów\"],\"9eF5oV\":[\"Witamy ponownie\"],\"9gPPUY\":[\"Lista odpraw utworzona\"],\"9h7RDh\":[\"Offer\"],\"9i0++A\":[\"Identyfikator płatności Stripe\"],\"9jnAcN\":[\"View Organizer Homepage\"],\"9mZEgt\":[\"Pomyślnie utworzony kod promocyjny\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Nie udało się anulować uczestnika\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Powrót do strony wydarzenia\"],\"A4UmDy\":[\"Teatr\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Postaw swoje wydarzenie na żywo\"],\"ACKu03\":[\"Odśwież podgląd\"],\"AEuj2m\":[\"Strona główna wydarzenia\"],\"AG/qmQ\":[\"Opcja Radio ma wiele opcji, ale tylko jedna może być wybrana.\"],\"AGRilS\":[\"Sprzedane bilety\"],\"AGZmwV\":[\"Obraz został pomyślnie przesłany\"],\"AIF7J2\":[\"Waluta, w której zdefiniowana jest stała opłata. Zostanie przeliczona na walutę zamówienia przy finalizacji zakupu.\"],\"AIUkyF\":[\"Przejdź do uczestnika\"],\"AJ4rvK\":[\"Uczestnik anulowany\"],\"AKbElk\":[\"Firmy zarejestrowane w UE na VAT: obowiązuje mechanizm odwrotnego obciążenia (0% - Artykuł 196 Dyrektywy VAT 2006/112/WE)\"],\"APuxIE\":[\"Potwierdzenie e-mail wysłane ponownie\"],\"APyAR/\":[\"Aktywne wydarzenia\"],\"ARBThj\":[\"Zastosuj to \",[\"type\"],\" do wszystkich nowych produktów\"],\"ARkzso\":[\"Wprowadź nazwę partnera\"],\"ATGYL1\":[\"Adres e-mail\"],\"AVpmAa\":[\"Jak płacić offline\"],\"AXXqG+\":[\"Darowizna\"],\"AaP0M+\":[\"Ta kombinacja kolorów może być trudna do odczytania dla niektórych użytkowników\"],\"AdWhjZ\":[\"Verification code\"],\"AeXO77\":[\"Konto\"],\"AeejQi\":[\"Do jakich produktów powinna dotyczyć ta pojemność?\"],\"AfNRFG\":[\"Tekst przycisku kontynuacji\"],\"AhBPHd\":[\"Te szczegóły będą wyświetlane tylko wtedy, gdy zamówienie zostanie pomyślnie zrealizowane. Zamówienia oczekujące na płatność nie będą wyświetlać tej wiadomości.\"],\"AhwTa1\":[\"Wymagane działanie: Potrzebne informacje VAT\"],\"Ajavq0\":[\"Sprawdź swój email, aby potwierdzić adres email\"],\"ApOYO8\":[\"Niesamowite, Wydarzenie, Słowa kluczowe...\"],\"ApsD9J\":[\"Dodaj nowy\"],\"ArHT/C\":[\"Nowe rejestracje\"],\"Arzxc1\":[\"Brak wpisów na liście oczekujących\"],\"Aspq3b\":[\"Zbieranie szczegółów uczestnika\"],\"AtXtSw\":[\"Zarządzaj podatkami i opłatami, które mogą być zastosowane do Twoich produktów\"],\"Auz0Mz\":[\"Potwierdź swój e-mail, aby uzyskać dostęp do wszystkich funkcji.\"],\"B/EBQv\":[\"Zamówienia:\"],\"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. \"],\"B2Tpo0\":[\"Nieprawidłowy e-mail\"],\"B2V3cA\":[\"Udostępnij wydarzenie\"],\"B3Mkdt\":[\"Utwórz pytanie\"],\"B3gPuX\":[\"Zamówienie anulowane\"],\"B4nE3N\":[\"Przykładowa cena biletu\"],\"B5fpAA\":[\"Konfiguracja przypisana pomyślnie\"],\"B7pZfX\":[[\"0\"],\" organizatorów\"],\"B7w4KY\":[\"Brak innych dostępnych organizatorów\"],\"BCmibk\":[\"Próby\"],\"BDSRuX\":[\"Zwrócony: \",[\"0\"]],\"BFRSTT\":[\"Select Account\"],\"BGD9Yt\":[\"Dodaj bilety\"],\"BHZbFy\":[\"Jedno pytanie na zamówienie. Np. Jaki jest Twój adres wysyłki?\"],\"BI7D9d\":[\"Cena nie ustawiona\"],\"BJIEiF\":[\"Pomyślnie \",[\"0\"],\" uczestnika\"],\"BJtMTd\":[\"Zalecamy wymiary 1950px na 650px, współczynnik 3:1 i maksymalny rozmiar pliku 5MB\"],\"BLTZ42\":[\"Hasło zostało pomyślnie zresetowane. Zaloguj się nowym hasłem.\"],\"BM/KQm\":[\"Kod pocztowy\"],\"BMtue0\":[\"Aktualny procesor płatności\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Utwórz nowe\"],\"BRArmD\":[\"Masz dostęp do wielu kont. Proszę wybierz jedno, aby kontynuować.\"],\"BREO0S\":[\"Wyświetl pole wyboru pozwalające klientom wyrazić zgodę na otrzymywanie komunikacji marketingowej od organizatora wydarzenia.\"],\"BTne9e\":[\"Utwórz niestandardowe szablony e-mail dla tego wydarzenia, które nadpisują domyślne organizatora\"],\"BUe8Wj\":[\"Kupujący płaci\"],\"BV4L/Q\":[\"UTM Analytics\"],\"BVinvJ\":[\"Przykłady: \\\"Jak się o nas dowiedziałeś?\\\", \\\"Nazwa firmy na fakturze\\\"\"],\"BVu2Hz\":[\"Wysłane przez\"],\"BW6QAz\":[\"Zarządzanie zespółem\"],\"BWF1kC\":[\"Szukaj wiadomości...\"],\"BZ9GWa\":[\"Kody promocyjne mogą być używane do oferowania rabatów, dostępu przed sprzedażą lub zapewnienia specjalnego dostępu do Twojego wydarzenia.\"],\"BZBYf3\":[\"Aby otrzymywać płatności kartą kredytową, musisz połączyć swoje konto Stripe. Stripe jest naszym partnerem przetwarzającym płatności, który zapewnia bezpieczne transakcje i terminowe wypłaty.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Podgląd e-mail\"],\"BfucwY\":[\"Zarządzaj użytkownikami i ich uprawnieniami\"],\"BiYOdA\":[\"Szukaj po nazwie...\"],\"Bj/QGQ\":[\"Ustaw cenę minimalną i pozwól użytkownikom zapłacić więcej, jeśli się zdecydują\"],\"Bk06QI\":[\"Stripe połączony\"],\"BnlG9U\":[\"Twoje obecne zamówienie zostanie utracone.\"],\"BwJKBw\":[\"z\"],\"BxsfMK\":[\"Razem opłaty\"],\"BzEFor\":[\"lub\"],\"BzfzPK\":[\"Przedmioty\"],\"C3htzi\":[\"Ustawienie zaktualizowane\"],\"C3nD/1\":[\"Wprowadź swój e-mail\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Wybierz produkty\"],\"C4nQe5\":[\"Opłata platformy jest dodawana do ceny biletu. Kupujący płacą więcej, ale Ty otrzymujesz pełną cenę biletu.\"],\"C4qOW8\":[\"Ukryte przed widokiem publicznym\"],\"C63rRe\":[\"Wróć do strony wydarzenia, aby zacząć od nowa.\"],\"C8HNV2\":[\"Zakończ płatność\"],\"C8JLas\":[\"Typ zniżki\"],\"C8ne4X\":[\"Zapisz projekt biletu\"],\"CBBcly\":[\"Pokazuje typowe pola adresu, w tym kraj\"],\"CCjxOC\":[\"Utwórz swoje pierwsze wydarzenie, aby rozpocząć sprzedaż biletów i zarządzanie uczestnikami.\"],\"CELKku\":[\"Pobierz fakturę\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Wybierz grupę uczestników\"],\"CHzaTD\":[\"Brak popularnych wydarzeń w ciągu ostatnich 14 dni\"],\"CMUt3Y\":[\"Posiadacze biletów\"],\"CMyVEK\":[\"Czy na pewno chcesz zrobić to wydarzenie szkicem? To sprawi, że wydarzenie będzie niewidoczne dla publiczności\"],\"CNafaC\":[\"Opcje pól wyboru pozwalają na wielokrotny wybór\"],\"CNk/ro\":[\"To jest wydarzenia online\"],\"COnw8D\":[\"logo \",[\"0\"]],\"CPXP5Z\":[\"Partnerzy\"],\"CQeZT8\":[\"Raport nie znaleziony\"],\"CRu4lK\":[\"Zameldowany\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Dzienniki webhook\"],\"CUKVDt\":[\"Zbranduj swoje bilety niestandardowym logo, kolorami i komunikatem w stopce.\"],\"CVw2MU\":[\"Filtry (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Letni Festiwal Muzyki 2025\"],\"CWk59I\":[\"Komedia\"],\"CZomgW\":[\"VAT Registered\"],\"CabI04\":[\"VAT number must not contain spaces\"],\"CbnrWb\":[\"Wróć do wydarzenia\"],\"CfKofC\":[\"Wybór z listy rozwijanej\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Tekst przycisku\"],\"ClwUUD\":[\"Lokalizacja wydarzenia i szczegóły miejsca\"],\"CmoB9j\":[\"Tryb wyświetlania ceny\"],\"CnZ3Ou\":[\"Twoje bilety zostały potwierdzone.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Wybierz kalendarz\"],\"CsTTH0\":[\"Potwierdzenie zamówienia zostało pomyślnie wysłane ponownie\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Właściciele zamówień z produktami\"],\"CySr+W\":[\"Kliknij, aby zobaczyć notatki\"],\"D+zLDD\":[\"Ukryty\"],\"D02dD9\":[\"Kampania\"],\"D2g7C7\":[\"Wszystkie zadania w kolejce do ponowienia\"],\"D2qlBU\":[\"Uczestnik zaktualizowany\"],\"D3iCkb\":[\"Data rozpoczęcia\"],\"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.\"],\"D6+U20\":[\"Zameldowanie i oznaczenie zamówienia jako opłacone\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Wyślij potwierdzenie zamówienia i email biletu\"],\"D9zTjx\":[\"Wydarzenia na żywo\"],\"DB8zMK\":[\"Zastosuj\"],\"DCKkhU\":[\"Aktualne hasło\"],\"DDcvSo\":[\"Niemiecki\"],\"DEcpfp\":[\"Treść szablonu zawiera nieprawidłową składnię Liquid. Proszę to poprawić i spróbować ponownie.\"],\"DFqasq\":[\"Kontynuując, zgadzasz się na <0>\",[\"0\"],\" Warunki korzystania z usługi\"],\"DJQEZc\":[\"Produkty zostały pomyślnie posortowane\"],\"DKYTWG\":[\"Nie udało się ponowić zadań\"],\"DKwDdj\":[\"Drukuj bilety\"],\"DM4gBB\":[\"Chiński (tradycyjny)\"],\"DMCX/I\":[\"Pomyślnie zaktualizowane domyślne ustawienia opłat platformy\"],\"DPfwMq\":[\"Gotowe\"],\"DRErHC\":[\"Ukryte przed uczestnikami - widoczne tylko dla organizatorów\"],\"DRykfS\":[\"Wciąż obsługa zwrotów dla starszych transakcji.\"],\"DXZRk5\":[\"Suite 100\"],\"DZjk8u\":[\"Ustawienia płatności i fakturowania\"],\"DZlSLn\":[\"Etykieta dokumentu\"],\"Da29Y6\":[\"Ukryj to pytanie\"],\"DdHfeW\":[\"Zarządzaj szczegółami konta i ustawieniami domyślnymi\"],\"Dim4LO\":[\"Dodaj uczestnika ręcznie\"],\"DjSbj3\":[\"Nie udało się ponownie wysłać biletu\"],\"Djl45M\":[\"Będziesz potrzebować produktu, zanim będziesz mógł utworzyć przypisanie pojemności.\"],\"DnXcDK\":[\"Kolor wtórny\"],\"DoH3fD\":[\"Płatność zamówienia oczekuje\"],\"DovcfC\":[\"Powiedz nam o Twojej organizacji. Informacja ta będzie wyświetlana na stronach Twoich imprez.\"],\"DruLRc\":[\"Ostatnie 14 dni\"],\"DrwwNd\":[\"Wybierz okres czasu\"],\"Du6bPw\":[\"Adres\"],\"Dvq0wf\":[\"Podaj obraz.\"],\"DwF9eH\":[\"Kod komponentu\"],\"Dwf4dR\":[\"Brak pytań dla uczestników jeszcze\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Zapisz konfigurację\"],\"E/9LUk\":[\"Venue Name\"],\"E0q9qH\":[\"Dozwolone nieograniczone użycia\"],\"E15xs8\":[\"⚡️ Skonfiguruj swoje wydarzenie\"],\"E1F5Ji\":[\"Odbiorcy są dostępni po wysłaniu wiadomości\"],\"E1eze1\":[\"Połącz swoje konto Stripe, aby rozpocząć przyjmowanie płatności za swoje wydarzenia.\"],\"E6nRW7\":[\"Kopiuj URL\"],\"E9jY+o\":[\"Nie udało się zaktualizować uczestnika\"],\"EBzPwC\":[\"Pełny adres imprezy\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Opublikuj\"],\"EFq6EG\":[\"Wybierz obraz.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Konto nie znalezione\"],\"EJ7bVz\":[\"Nie znaleziono zamówień\"],\"EJPAcd\":[\"Nie udało się ponownie wysłać potwierdzenia zamówienia\"],\"EK/G11\":[\"Brak odpowiedzi jeszcze\"],\"ELa4O9\":[\"Data zakończenia sprzedaży\"],\"ENCIQz\":[\"Kopiuj link\"],\"ENEPLY\":[\"Metoda płatności\"],\"EOqL/A\":[\"Are you sure you want to offer a spot to this person? They will receive an email notification.\"],\"ETcU7q\":[\"Failed to offer spot\"],\"EUnesn\":[\"Dostępne bilety\"],\"EV30TR\":[\"USB Scanner mode activated. Start scanning tickets now.\"],\"EWCLpZ\":[\"Produkt utworzony\"],\"EWErQh\":[\"Zaplanowany czas musi być w przyszłości\"],\"EWPtMO\":[\"Kod\"],\"EWnXR+\":[\"Połącz z Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Projekt biletów został pomyślnie zapisany\"],\"EZy55F\":[\"Zamówienie zwrócone\"],\"EaAPbv\":[\"Łączna kwota zapłacona\"],\"EdQY6l\":[\"Żaden\"],\"Edm6av\":[\"Połącz ponownie Stripe →\"],\"Eeo/Gy\":[\"Nie udało się zaktualizować ustawienia\"],\"Ef7StM\":[\"Nieznany\"],\"EfK2O6\":[\"Offer Spot\"],\"Egnj9d\":[\"Będziesz musiał ręcznie oznaczyć zamówienie jako opłacone. Można to zrobić na stronie zarządzania zamówieniem.\"],\"Eh5Wrd\":[\"Twoja niesamowita strona internetowa 🎉\"],\"EhlbcI\":[\"Nie udało się zaktualizować poziomu wiadomości\"],\"EmFsMZ\":[\"Numer VAT czeka na weryfikację\"],\"EmYMHc\":[\"Oczekuje na płatność offline.\"],\"Ep3VfY\":[\"View on Google Maps\"],\"EpknJA\":[\"Napisz swoją wiadomość tutaj...\"],\"EpvBAp\":[\"Brak faktury\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Pokaż checkbox opt-in marketingu\"],\"Ev2r9A\":[\"Brak wyników\"],\"Ewir4O\":[\"Wybierz co najmniej jeden produkt\"],\"EwoMtl\":[\"Utwórz kategorię\"],\"ExDt3P\":[\"Czy na pewno chcesz cofnąć publikację tego wydarzenia? Nie będzie już widoczne dla publiczności.\"],\"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.\"],\"EyE8E6\":[\"Przetwarzanie płatności\"],\"EzwCw7\":[\"Edytuj pytanie\"],\"F+pJnL\":[\"Pomyślnie zaktualizowane ustawienia Seo\"],\"F1Xp97\":[\"Pojedynczy uczestnicy\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Musi być wybrany co najmniej jeden typ wydarzenia\"],\"F3/nus\":[\"Przejdź do płatności\"],\"F3mW5G\":[\"Pozwól klientom dołączyć do listy oczekujących, gdy ten produkt jest wyprzedany\"],\"F4NXOl\":[\"Nazwisko zamówienia\"],\"F4SRy3\":[\"Odprawa usunięta\"],\"F5/CBH\":[\"przedmiot(y)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Aktywny\"],\"F89D36\":[\"Błąd podczas oznaczania zamówienia jako opłaconego\"],\"FCVmuU\":[\"View Event\"],\"FG98gC\":[\"Wyczyść tekst wyszukiwania\"],\"FI60XC\":[\"Skonfiguruj podatki i opłaty\"],\"FImCSc\":[[\"0\"],\" zaktualizowany pomyślnie\"],\"FJ9Yat\":[\"Sprawdź, czy podane informacje są poprawne\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Nie można sprawdzić w uczestnika\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Aktywuj\"],\"FRl8Jv\":[\"Musisz zweryfikować e-mail konta, zanim będziesz mógł wysyłać wiadomości.\"],\"FSN4TS\":[\"Embed Widget\"],\"FSaY52\":[\"Webhook będzie wysyłał powiadomienia\"],\"FTfObB\":[\"Brak produktów jeszcze\"],\"FU1gvP\":[\"Edytuj listę zameldowań\"],\"FVTVBy\":[\"Musisz zweryfikować swój adres e-mail, zanim będziesz mógł zaktualizować status organizatora.\"],\"FVetkT\":[\"Które bilety powinny być powiązane z tą listą odpraw?\"],\"FaK/8G\":[\"Zwróć zamówienie \",[\"0\"]],\"FaPYw+\":[\"Właściciel zamówienia\"],\"FaSXqR\":[\"Jaki typ wydarzenia?\"],\"Fb+SDI\":[\"Dodaj więcej biletów\"],\"Ff0Dor\":[\"Przeszłe\"],\"FgRxRP\":[\"Zawsze posiadasz 100% danych uczestników\"],\"Fi3b48\":[\"Ostatnie zamówienia\"],\"FlGprQ\":[\"VAT treatment for platform fees: EU VAT-registered businesses can use the reverse charge mechanism (0% - Article 196 of VAT Directive 2006/112/EC). Non-VAT registered businesses are charged Irish VAT at 23%.\"],\"FlQKnG\":[\"Uwzględnij podatek i opłaty w cenie\"],\"FmogyU\":[\"Ukryj opcje\"],\"FpsvqB\":[\"Tryb koloru\"],\"Fq/Nx7\":[\"Wysłaliśmy 5-cyfrowy kod weryfikacyjny na:\"],\"Fuh+dI\":[\"Jedno pytanie na produkt. Np. Jaki jest rozmiar Twojej koszulki?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Skopiowane do schowka\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Szablon zapisany pomyślnie\"],\"G0KW+e\":[\"Pomyślnie zaktualizowany projekt strony głównej\"],\"G42SNI\":[\"Wyślij ponownie email\"],\"G5RhpL\":[\"Organizator\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Rola\"],\"GG1fRP\":[\"Your event is live!\"],\"GG7qDw\":[\"Udostępnij link partnera\"],\"GHdjuo\":[\"Szukaj po nazwie, e-mailu lub koncie...\"],\"GIoqtA\":[\"Nazwisko klienta\"],\"GNcfRk\":[\"Email wsparcia\"],\"GRChTw\":[\"Coś poszło nie tak podczas usuwania podatku lub opłaty\"],\"GS+Mus\":[\"Eksportuj\"],\"GTOcxw\":[\"Edytuj użytkownika\"],\"GVUxAX\":[\"Statystyki są oparte na dacie utworzenia konta\"],\"GVcaW6\":[\"Szczegóły organizacji\"],\"GX6dZv\":[\"Podsumowanie zamówienia\"],\"GctSSm\":[\"Zastosuj kod promocyjny\"],\"GdOhw6\":[\"Wyłącz dźwięk\"],\"GdWB+V\":[\"Webhook został pomyślnie utworzony\"],\"GeqWgj\":[\"Strefa czasowa wydarzenia\"],\"GfWoKv\":[\"Ustawienia SEO\"],\"GfaxEk\":[\"Muzyka\"],\"Gh9Oqb\":[\"Nazwa organizatora wydarzenia\"],\"Gjt/py\":[\"Anuluj zmianę e-maila\"],\"GkH0Pq\":[\"Zastosowane podatki i opłaty\"],\"Gmd0hv\":[\"Gdy nowy uczestnik zostanie utworzony\"],\"Gnjf3o\":[\"Nie możesz zmienić typu produktu, ponieważ istnieją uczestnicy powiązani z tym produktem.\"],\"GpT6Uf\":[\"Zezwól uczestnikom na aktualizację informacji o bilecie (imię, e-mail) za pośrednictwem bezpiecznego linku wysłanego z potwierdzeniem zamówienia.\"],\"GptGxg\":[\"Zmień hasło\"],\"GqvPcv\":[\"Brak dostępnych filtrów\"],\"Gspam9\":[\"Przetwarzamy Twoje zamówienie. Proszę czekać...\"],\"GuXjc5\":[\"Validated\"],\"Guo0lU\":[\"Niestandardowa data i godzina\"],\"Gv5AMu\":[\"Wyślij wiadomość do uczestników\"],\"Gy7BA3\":[\"Adres email organizatora\"],\"H/UMUG\":[\"Wymagane jest weryfikacja e-mail\"],\"H34qcM\":[\"Tworzenie organizatora...\"],\"H35u3n\":[\"Musisz utworzyć bilet, zanim będziesz mógł ręcznie dodać uczestnika.\"],\"H4nE+E\":[\"Anuluj wszystkie produkty i zwolnij je z powrotem do puli\"],\"H5qWhm\":[\"Zamówienie anulowane\"],\"H6Gslz\":[\"Przepraszamy za niedogodność.\"],\"H6Ma8Z\":[\"Zniżka\"],\"H8kMHT\":[\"Nie otrzymałeś kodu?\"],\"H9HlDe\":[\"minut\"],\"HB22j9\":[\"Kontynuuj konfigurację\"],\"HE6KcK\":[\"Zaproszenie cofnięte!\"],\"HFucK5\":[\"Brak zakończonych wydarzeń do wyświetlenia.\"],\"HGuXjF\":[\"Posiadacze biletów\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Napotkaliśmy problem podczas ładowania tej strony. Proszę spróbować ponownie.\"],\"HLDaLi\":[\"Użytkownicy administratorzy mają pełny dostęp do wydarzeń i ustawień konta.\"],\"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.\"],\"HR/cvw\":[\"123 Przykładowa Ulica\"],\"HSw5l3\":[\"Nie - jestem osobą prywatną lub firmą niezarejestrowaną na VAT\"],\"HT/08n\":[\"Bilet uczestnika\"],\"HVW65c\":[\"Opłacony produkt\"],\"HVkhy2\":[\"Analityka atrybucji\"],\"HVwIsd\":[\"Firmy lub osoby fizyczne niezarejestrowane w VAT: obowiązuje irlandzki VAT w wysokości 23%\"],\"HWXuQK\":[\"Dodaj tę stronę do zakładek, aby zarządzać zamówieniem w dowolnym momencie.\"],\"HX5SVx\":[\"Przedmiot\"],\"HXMJxH\":[\"Opcjonalny tekst dla zastrzeżeń, informacji kontaktowych lub notek z podziękowaniami (tylko jedna linia)\"],\"HdmwrI\":[\"Email zamówienia\"],\"HhwcTQ\":[\"Nazwa wydarzenia\"],\"HiGkFu\":[\"Przekierowywanie do Stripe...\"],\"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.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Zmiana e-mail anulowana pomyślnie\"],\"HsFnrk\":[\"Maksymalna liczba produktów dla \",[\"0\"],\" to \",[\"1\"]],\"HtrFfw\":[\"URL jest wymagany\"],\"HxxXZO\":[\"Podstawowy kolor marki używany na przyciskach i podświetleniach\"],\"I+FvbD\":[\"Skanuj\"],\"I+utEq\":[\"Kod partnerski nie może zostać zmieniony\"],\"I/NNtI\":[\"Miejsce imprezy\"],\"I3QpvQ\":[\"Odbiorca\"],\"I3yitW\":[\"Ostatnie logowanie\"],\"I6F3cp\":[\"E-mail nie zweryfikowany\"],\"I7xjqg\":[\"Typ tła\"],\"IF7RiR\":[\"Okładka\"],\"IFHV2p\":[\"Twój bilet na\"],\"IKwyaF\":[\"Pomyślnie potwierdzona zmiana e-maila\"],\"IMJ6rh\":[\"Automatyczne dopasowanie rozmiaru\"],\"IMwcdR\":[\"Podszywanie się zatrzymane\"],\"INDKM9\":[\"Wprowadź temat e-mail...\"],\"IUwGEM\":[\"Zapisz zmiany\"],\"IV9xTT\":[\"Ten użytkownik nie jest aktywny, ponieważ nie zaakceptował zaproszenia.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Wprowadź swój numer VAT wraz z kodem kraju, bez spacji (np. IE1234567A, DE123456789)\"],\"IfN2Qo\":[\"Zalecamy kwadratowe logo o minimalnych wymiarach 200x200px\"],\"IgcAGN\":[\"Sprzedaż brutto\"],\"IkGIz8\":[\"opłacony\"],\"IoAuJG\":[\"Wysyłanie...\"],\"IoDI2o\":[\"Ładowanie tokenów...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Nie można się zameldować (Anulowane)\"],\"IrVSu+\":[\"Nie można zduplikować produktu. Proszę sprawdzić swoje dane\"],\"IuMGvq\":[\"Faktura\"],\"IuUoyV\":[\"Gdy uczestnik zostanie odprawiony\"],\"IvxA4G\":[\"Successfully offered tickets to \",[\"count\"],\" people\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Brak zamówień do wyświetlenia\"],\"J3RJSZ\":[\"Pomyślnie zaktualizowany uczestnik\"],\"J3lhKT\":[\"Opłata platformy\"],\"J6n7sl\":[\"Trwający\"],\"JEPMXN\":[\"Poproś o nowy link\"],\"JEdsvQ\":[\"Instrukcje płatności\"],\"JHB/Ky\":[\"Nieprawidłowy\"],\"JJhRbH\":[\"Pojemność pierwszego dnia\"],\"JKfSAv\":[\"Eksport nie powiódł się. Spróbuj ponownie.\"],\"JNCzPW\":[\"Kraj\"],\"JQNMrj\":[\"Utwórz swoje pierwsze wydarzenie\"],\"JRQitQ\":[\"Potwierdź nowe hasło\"],\"JZTQI0\":[\"Zmień organizatora\"],\"JbIgPz\":[\"Wartości pieniężne są przybliżonymi sumami we wszystkich walutach\"],\"JcQp9p\":[\"Data i czas rozpoczęcia\"],\"JcejNJ\":[\"Przetwarzanie zamówienia\"],\"JhtZAK\":[\"Płatność nie powiodła się\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Wybierz kolor dla swojego tła\"],\"Jjw03p\":[\"Nie udało się wyeksportować uczestników\"],\"JlFcis\":[\"Wyślij\"],\"JmVITJ\":[\"Czy na pewno chcesz usunąć ten szablon? Tej akcji nie można cofnąć, a e-maile powrócą do domyślnego szablonu.\"],\"JnuPvH\":[\"Drukuj bilet\"],\"JoKGiJ\":[\"Kod promocyjny\"],\"JpohL9\":[\"Podatek\"],\"JtI4vj\":[\"Domyślne zbieranie informacji o uczestniku\"],\"Jv22kr\":[[\"0\"],\" <0>zameldowany pomyślnie\"],\"JvUngl\":[\"Data i czas\"],\"JvuLls\":[\"Absorbuj opłatę\"],\"JwTmB6\":[\"Pomyślnie zduplikowany produkt\"],\"Jwiilf\":[\"Twoje zamówienie zostało anulowane\"],\"JyD0LH\":[\"Ustawienia wydarzenia\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Logo będzie wyświetlane na bilecie\"],\"K2PPlT\":[\"Opłata procentowa musi wynosić od 0 do 100\"],\"K47k8R\":[\"Produkt\"],\"K5+3xg\":[\"Zaakceptuj zaproszenie\"],\"K6fmBI\":[\"Ta lista odpraw nie jest jeszcze aktywna i nie jest dostępna.\"],\"K7tIrx\":[\"Kategoria\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"Jan\"],\"KIhhpi\":[\"Dostosuj swoją stronę wydarzenia\"],\"KIjvtr\":[\"Holenderski\"],\"KMMOAy\":[\"Dostępna aktualizacja\"],\"KMgp2+\":[[\"0\"],\" dostępne\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Brak wiadomości do wyświetlenia\"],\"KR0679\":[\"Zaproś członków zespołu\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Duplikuj produkt\"],\"KSDwd5\":[\"Razem zamówienia\"],\"KSQ8An\":[\"Twoje zamówienie\"],\"KTxc6k\":[\"Coś poszło nie tak, spróbuj ponownie lub skontaktuj się z pomocą, jeśli problem będzie się powtarzać\"],\"KUOhTy\":[\"Włącz dźwięk\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Pole tekstowe wielowierszowe\"],\"KZN4Lc\":[\"Usuń wszystko\"],\"KZrfYJ\":[\"Zapisz linki społeczne\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"E-mail kontaktowy do wsparcia\"],\"Kdpf90\":[\"Nie zapomnij!\"],\"KeCXJu\":[\"View order details, issue refunds, and resend confirmations.\"],\"KfmPRW\":[\"Kolor tła strony. W przypadku używania obrazu okładki jest on stosowany jako nakładka.\"],\"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.\"],\"KgxI80\":[\"Elastyczne bilety\"],\"KizCK7\":[\"Wybierz datę i czas rozpoczęcia\"],\"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.\"],\"KkrBiR\":[\"Zbieranie informacji o uczestniku\"],\"KmWyx0\":[\"Zadanie\"],\"KnN1Tu\":[\"Wygasa\"],\"KndP6g\":[\"URL zamówienia\"],\"KnjoUA\":[\"Cena biletu\"],\"Kz91g/\":[\"Turecki\"],\"L/+xOk\":[\"Będziesz potrzebować biletu, zanim będziesz mógł utworzyć listę odpraw.\"],\"L/Qc+w\":[\"Adres e-mail klienta\"],\"L/gNNk\":[\"Aktualizuj \",[\"0\"]],\"L0pJmz\":[\"Ustaw numer początkowy numeracji faktur. Nie można tego zmienić po wygenerowaniu faktur.\"],\"L22Tdf\":[\"Szukaj po nazwie, numerze zamówienia, numerze uczestnika lub e-mailu...\"],\"L565X2\":[\"opcje\"],\"L7dIM7\":[\"Ten link jest nieprawidłowy lub wygasł.\"],\"L86zy2\":[\"E-mail zweryfikowany pomyślnie!\"],\"LAW8Vb\":[\"Wybierz domyślne ustawienie dla nowych wydarzeń. Można to nadpisać dla poszczególnych wydarzeń.\"],\"LBLOqH\":[\"Pytaj raz na zamówienie\"],\"LETnBR\":[\"Witamy w \",[\"0\"],\", oto lista wszystkich Twoich wydarzeń\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Zarządzanie gośćmi\"],\"LNWHXb\":[\"Brak zarchiwizowanych wydarzeń do wyświetlenia.\"],\"LOFgda\":[\"Kontakt \",[\"0\"]],\"LQrXcu\":[\"Pobierz fakturę\"],\"LRbt6D\":[\"Zezwól wyszukiwarkom na indeksowanie tego wydarzenia\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Edytuj szablon \",[\"0\"]],\"LWL3Bs\":[\"Opłata stała musi wynosić 0 lub więcej\"],\"Lc18qn\":[\"Gdy nowe zamówienie zostanie utworzone\"],\"LcET2C\":[\"Polityka prywatności\"],\"LchiNd\":[\"Czy na pewno chcesz usunąć tego partnera? Tej akcji nie można cofnąć.\"],\"LdPKPR\":[\"Nie udało się przypisać konfiguracji\"],\"Ldu/RI\":[\"W sprzedaży\"],\"LeC29u\":[\"Adres firmy do celów VAT\"],\"Lg+ewC\":[\"Płatności i fakturowanie\"],\"Lj7sBL\":[\"Włoski\"],\"LkMOWF\":[\"Dostępna ilość\"],\"LmvZ+E\":[\"Połącz Stripe, aby włączyć wiadomości\"],\"LqBITi\":[\"Zostanie użyty szablon organizatora/domyślny\"],\"LslKhj\":[\"Błąd ładowania logów\"],\"Lu+kBU\":[\"Sprzedaż produktów\"],\"LuY52w\":[\"Witamy na pokładzie! Proszę zalogować się, aby kontynuować.\"],\"Lvi+gV\":[\"Wyślij wiadomość do kupującego\"],\"LxSN5F\":[\"Wysłane do każdego uczestnika z jego szczegółami biletu\"],\"LyFC7X\":[\"Filtruj zamówienia\"],\"LyUWXA\":[\"Opłaty ominięte\"],\"M/WIer\":[\"Wyślij wiadomość\"],\"M1RnFv\":[\"Wygasłe\"],\"M2DyLc\":[\"1 Aktywny webhook\"],\"M2w1ni\":[\"Widoczne tylko z kodem promocyjnym\"],\"M7Uapz\":[\"Temat pojawi się tutaj\"],\"M8M6fs\":[\"Ważne: Wymagane ponowne połączenie z Stripe\"],\"MAavyl\":[\"Żadne pytania nie zostały odpowiedzi przez tego uczestnika.\"],\"MDNyJz\":[\"Kod wygaśnie za 10 minut. Sprawdź folder spam, jeśli nie widzisz wiadomości e-mail.\"],\"MGbi9P\":[\"Zwrot oczekuje\"],\"MH/lj8\":[\"Nie można zaktualizować pytania. Proszę sprawdzić swoje dane\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"Waluta zamówienia\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"Te informacje będą wyświetlane na stronie płatności, stronie podsumowania zamówienia i w e-mailu potwierdzającym zamówienie.\"],\"MNFIxz\":[\"Idziesz na \",[\"0\"],\"!\"],\"MOERNx\":[\"Portugalski\"],\"MR5ygV\":[\"Ten link nie jest już ważny\"],\"MSmKHn\":[\"Cena wyświetlana klientowi będzie zawierać podatki i opłaty.\"],\"MT7dxz\":[\"Drukuj wszystkie bilety\"],\"MU3ijv\":[\"Uczyń to pytanie obowiązkowym\"],\"MXSqmS\":[\"Wyróżnij ten produkt\"],\"MXZfGN\":[\"Dostosuj pytania zadawane podczas płatności, aby zebrać ważne informacje od Twoich uczestników.\"],\"MY2SVM\":[\"Pełny zwrot\"],\"Mck5ht\":[\"Bezpieczne potwierdzenie\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Pomyślnie zaktualizowane linki społeczne\"],\"MhVoma\":[\"Wprowadź kwotę bez podatków i opłat.\"],\"Mi1rVn\":[\"Wyprzedane\"],\"MixU2P\":[\"Procent musi wynosić od 0 do 100\"],\"Mkkvfd\":[\"Ukryj stronę pierwszych kroków\"],\"MkuVAZ\":[\"Procent kwoty transakcji\"],\"Mokwac\":[\"Zaproś nieograniczoną liczbę członków zespołu z niestandardowymi rolami\"],\"Mqy/Zy\":[\"Stany Zjednoczone\"],\"Mr5UUd\":[\"Bilet anulowany\"],\"MxjCqk\":[\"Szukasz tylko swoich biletów?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Anuluj zamówienie \",[\"0\"]],\"N0qXpE\":[\"Produkty\"],\"N141o/\":[\"Otwórz panel Stripe\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Edytuj \",[\"0\"]],\"N9FyyW\":[\"View, edit, and export your registered attendees.\"],\"N9JsFT\":[\"Nieprawidłowy format numeru VAT\"],\"NAzVVw\":[\"Zaplanuj wiadomość\"],\"NB5+UG\":[\"Dostępne tokeny\"],\"NEmyqy\":[\"Brak zamówień jeszcze\"],\"NF8sdv\":[\"Wiadomość wyróżniająca\"],\"NFxlHW\":[\"Ładowanie webhooków\"],\"NGXKG/\":[\"Potwierdź adres e-mail\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Śledź sprzedaż, przychody i frekwencję za pomocą szczegółowych raportów\"],\"NIuIk1\":[\"Bez limitu\"],\"NJahlc\":[\"Uczyń adres rozliczeniowy obowiązkowym podczas płatności\"],\"NNc33d\":[\"Nie udało się zaktualizować odpowiedzi.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Zakończ zamówienie\"],\"NRWNfv\":[\"Łączna kwota rabatu\"],\"NRhrIB\":[\"Bilety i produkty\"],\"NTZ/NX\":[\"Kod osadzenia\"],\"NWVRtl\":[\"Zakończone zamówienia\"],\"NY/x1b\":[\"Linia adresu 1\"],\"Nbd6WT\":[\"Skonfiguruj ustawienia listy oczekujących dla tego wydarzenia\"],\"Nc3l/D\":[\"Utwórz rabaty, kody dostępu dla ukrytych biletów i specjalne oferty.\"],\"Nfbg76\":[\"VAT settings saved successfully\"],\"NgVUL2\":[\"Podgląd formularza płatności\"],\"NiIUyb\":[\"Powiedz nam o Twojej imprezie\"],\"NihQNk\":[\"Klienci\"],\"Nl1ZtM\":[\"Lokalizacja wydarzenia\"],\"NlQ0cx\":[\"Pierwsze wydarzenie \",[\"organizerName\"]],\"NlfnUd\":[\"Kliknięty link jest nieprawidłowy.\"],\"NmpGKr\":[\"Nie mogliśmy zmienić kolejności kategorii. Proszę spróbować ponownie.\"],\"NoNwIX\":[\"Nieaktywny\"],\"NpEm3p\":[\"Wyślij teraz\"],\"NsWqSP\":[\"Dodaj swoje uchwyty mediów społecznościowych i URL strony internetowej. Będą wyświetlane na Twojej publicznej stronie organizatora.\"],\"Nu4oKW\":[\"Opis\"],\"NvuEhl\":[\"Elementy projektu\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Wybierz...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"E-mail\"],\"O6mra8\":[\"Niestandardowe pytania\"],\"O8m7VA\":[\"Zgadzam się na otrzymywanie powiadomień e-mail związanych z tym wydarzeniem\"],\"OESu7I\":[\"Zapobiegaj nadmiernej sprzedaży, dzieląc zapasy między wieloma typami biletów.\"],\"OHJXlK\":[\"Use <0>Liquid templating to personalize your emails\"],\"OIPtI5\":[\"Procent ceny produktu. Np. 3,5% ceny produktu\"],\"OJnhhX\":[[\"eventCount\"],\" wydarzeń\"],\"OJx3wK\":[\"Niedostępny\"],\"OMJ035\":[\"Opcja radiowa\"],\"OMX4tH\":[\"Wybierz bilety\"],\"OP094m\":[\"Raport kodów promocyjnych\"],\"OVFwlg\":[\"Brak pytań dotyczących zamówienia jeszcze\"],\"OXku3b\":[\"<0>https://twoja-strona.com\"],\"OZK07J\":[\"Zapłać, aby odblokować\"],\"OaKTzt\":[\"View Map\"],\"OadMRm\":[\"Use cover image\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Otwórz pasek boczny\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Resetuj\"],\"OfmsI9\":[\"Wydarzenie zbyt nowe\"],\"OhCesD\":[\"To zamówienie zostało anulowane. Możesz rozpocząć nowe zamówienie w dowolnym momencie.\"],\"Ohn74G\":[\"Konfiguracja i projekt\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Nazwa biletu\"],\"OmylXO\":[\"Konto zaktualizowane pomyślnie\"],\"On0aF2\":[\"Strona internetowa\"],\"Oo/PLb\":[\"Podsumowanie przychodów\"],\"OoSyqO\":[\"Za \",[\"diffMinutes\"],\" minut\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots.\"],\"OpKMSn\":[\"Opłata za transakcję:\"],\"OqEV/G\":[\"Zakończ konfigurację poniżej, aby kontynuować\"],\"Or1CPR\":[\"Dodaj wszelkie notatki o uczestniku...\"],\"OrXJBY\":[\"Opcjonalny prefiks dla numerów faktur (np. INV-)\"],\"Os6n2a\":[\"Anuluj zamówienie\"],\"OtgNFx\":[\"Pomyślnie potwierdzona adres e-mail\"],\"OtjenF\":[\"Proszę podać prawidłowy adres e-mail\"],\"OvNbls\":[\"Pobierz .ics\"],\"OveehC\":[\"Dodaj instrukcje dla płatności offline (np. szczegóły przelewu bankowego, gdzie wysłać czeki, terminy płatności)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Zaproszenie wysłane ponownie!\"],\"P+5Pbo\":[\"Ukryj odpowiedzi\"],\"P+Sty0\":[\"Zmieniasz swój e-mail na <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Darmowy produkt\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Obraz okładki\"],\"P5sgAk\":[\"Kod promocyjny\"],\"P8hBau\":[\"Twoja płatność jest przetwarzana.\"],\"PC3/fk\":[\"Wydarzenia rozpoczynające się w ciągu następnych 24 godzin\"],\"PCRCCN\":[\"VAT Registration Information\"],\"PChXMe\":[\"Brak opłaconych zamówień\"],\"PFjJxY\":[\"Twoje nowe hasło musi mieć co najmniej 8 znaków.\"],\"PGPGsL\":[\"Dodaj opis\"],\"PKXt9R\":[\"Data zakończenia musi być po dacie rozpoczęcia\"],\"PLUB/s\":[\"Opłata\"],\"PMhxAR\":[\"VAT number must start with a 2-letter country code followed by 8-15 alphanumeric characters (e.g., DE123456789)\"],\"PO/sOY\":[\"Cofnij zaproszenie\"],\"POT0K/\":[\"Stała kwota za produkt. Np. 0,50 USD za produkt\"],\"POdIrN\":[\"Linia adresu 1\"],\"PRuBTd\":[\"Projektant strony głównej\"],\"PSRm6/\":[\"Znajdź moje bilety\"],\"PUpvQe\":[\"Skaner kamery\"],\"PYVWEI\":[\"Jeśli zarejestrowany, podaj swój numer VAT do weryfikacji\"],\"PYs3rP\":[\"Nazwa wydarzenia\"],\"PZ7FTW\":[\"Automatycznie wykrywane na podstawie koloru tła, ale można nadpisać\"],\"Pa6G7v\":[\"Nazwa organizatora\"],\"Pc/Wtj\":[\"Ten uczestnik ma nieopłacone zamówienie.\"],\"Pc729f\":[\"Zamówienie oczekuje na płatność offline\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Skopiowane!\"],\"Pjsch9\":[\"Szukaj przypisania pojemności...\"],\"Pmr5xp\":[[\"0\"],\" utworzony pomyślnie\"],\"PnSzEc\":[\"Gdy będziesz gotowy, ustaw swoje wydarzenie na żywo i zacznij sprzedawać produkty.\"],\"Pp1sWX\":[\"Aktualizuj partnera afiliacji\"],\"Pte1Hv\":[\"View Attendee Details\"],\"Puv7+X\":[\"Ustawienia konta\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"To zamówienie wygasło. Proszę spróbować ponownie.\"],\"Q2lUR2\":[\"Waluta\"],\"Q7CWxp\":[\"Gdy uczestnik zostanie anulowany\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Numer VAT zostanie zweryfikowany po zapisaniu\"],\"QDEWii\":[\"Verified\"],\"QDWsl9\":[\"Witamy w \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Wyślij swoją pierwszą wiadomość\"],\"QGoXh3\":[\"Ponieważ Twoja firma ma siedzibę w UE, musimy określić prawidłowe traktowanie VAT dla naszych opłat platformy:\"],\"QHhZeE\":[\"Szablon utworzony pomyślnie\"],\"QIWCnW\":[\"Lista odpraw VIP\"],\"QIn0Vl\":[\"Oficjalna nazwa firmy dla celów VAT\"],\"QIodqd\":[\"Pobierz kod QR\"],\"QIxRUI\":[\"Bilety opłacone, bezpłatne, wielopoziomowe i oparte na darowiznach\"],\"QKLP1W\":[\"Połącz swoje konto Stripe, aby rozpocząć otrzymywanie płatności.\"],\"QKim6l\":[\"Uczestnik nie znaleziony\"],\"QMHSMS\":[\"Klient otrzyma e-mail potwierdzający zwrot\"],\"QN2F+7\":[\"Dodaj webhook\"],\"QNrkms\":[\"Odpowiedź zaktualizowana pomyślnie.\"],\"QOg2Sf\":[\"Dostosuj ustawienia e-mail i powiadomień dla tego wydarzenia\"],\"QOhkyl\":[\"Napisz\"],\"QP3gP+\":[\"Te ustawienia mają zastosowanie tylko do skopiowanego kodu osadzanego i nie będą przechowywane.\"],\"QS1Nla\":[\"Zaplanuj na później\"],\"QUg5y1\":[\"Prawie gotowe! Zakończ łączenie swojego konta Stripe, aby zacząć przyjmować płatności.\"],\"QXgjH0\":[\"Nie udało się zatrzymać personifikacji. Spróbuj ponownie.\"],\"QXlz+n\":[\"Domyślna waluta dla Twoich imprez.\"],\"QYARw/\":[\"Wybierz bilet\"],\"QYLpB4\":[\"Tylko zameldowanie\"],\"QYcUEf\":[\"Cena minimalna\"],\"QbrUIo\":[\"Wyświetlenia strony\"],\"QcCPs8\":[\"Szczegóły wydarzenia\"],\"QcwyCh\":[\"Tak, usuń je\"],\"Qj0GKe\":[\"Włącz samoobsługę uczestnika\"],\"QkLf4H\":[\"URL strony\"],\"QlSZU0\":[\"Podszywa się pod <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Oto czego możesz się spodziewać:\"],\"Qm5XkZ\":[\"Data rozpoczęcia sprzedaży\"],\"QoAi8D\":[\"Brak odpowiedzi\"],\"QotGhf\":[\"Odrzuć tę wiadomość\"],\"Qp4HWD\":[\"Maks odbiorców / wiadomość\"],\"Qqqrwa\":[\"Otwórz stronę zameldowania\"],\"Qrc8RZ\":[\"Usuń listę zameldowań\"],\"QsYjci\":[\"Wszystkie wydarzenia\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Wybierz kamerę\"],\"QuhVpV\":[\"Cześć \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Pojemność\"],\"QzmQBG\":[\"Dostawca płatności\"],\"R02pnV\":[\"Twoje wydarzenie musi być aktywne, zanim będziesz mógł sprzedawać bilety uczestnikom.\"],\"R0wEyA\":[\"Szukaj po nazwie zadania lub wyjątku...\"],\"R29lO5\":[\"Warunki płatności\"],\"R2O9Rg\":[\"Kwota zapłacona (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Eksport zakończony. Pobieranie pliku...\"],\"R4r4XO\":[\"Goście\"],\"R5IT/I\":[\"Notatki uczestnika\"],\"R6i9o9\":[\"Musisz potwierdzić, że ten e-mail nie jest promocyjny\"],\"R6n7j9\":[\"VAT settings updated successfully\"],\"RBXXtB\":[\"Żadne metody płatności nie są obecnie dostępne. Skontaktuj się z organizatorem wydarzenia w celu uzyskania pomocy.\"],\"RD51+P\":[\"Opłata platformy \",[\"0\"],\" odjęta od Twojej wypłaty\"],\"RDie0n\":[\"Różne\"],\"RG3szS\":[\"zamknij\"],\"RHyZUL\":[\"Brak wyników wyszukiwania.\"],\"RKKhnW\":[\"Utwórz niestandardowy widget do sprzedaży biletów na swojej stronie.\"],\"ROR8QD\":[\"Nazwa Twojego konta jest używana na stronach wydarzeń i w e-mailach.\"],\"ROv2ZT\":[\"Pytania i odpowiedzi\"],\"RQCXz6\":[\"Limity zamówień\"],\"RRZDED\":[\"Nie mogliśmy znaleźć żadnych zamówień związanych z tym adresem e-mail.\"],\"RReHTu\":[\"Nazwa firmy\"],\"RUMiLy\":[\"VAT number validation failed\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Kody promocyjne\"],\"RWw9Lg\":[\"Zamknij modal\"],\"RY2eP1\":[\"Żadne podatki lub opłaty nie zostały dodane.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"O której godzinie przyjedziesz?\"],\"ReihZ7\":[\"Podgląd wydruku\"],\"RfwZxd\":[\"Resetuj hasło\"],\"RjwlZt\":[\"To zamówienie zostało już opłacone.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Wyślij wiadomość\"],\"RlJmQg\":[\"Standardowy podatek, jak VAT lub GST\"],\"RnvnDc\":[\"View all messages sent across the platform\"],\"Ropvj0\":[\"Wybierz, które wydarzenia spowodują ten webhook\"],\"RpwiYC\":[\"Zwrot oczekuje\"],\"RqSKdX\":[\"Ten produkt jest wyprzedany\"],\"Rs/IcB\":[\"Pierwsze użycie\"],\"Rs7IQv\":[\"Wiadomość przed płatnością\"],\"RsiDDQ\":[\"Inne listy (bilet nie włączony)\"],\"RtxQTF\":[\"Również anuluj to zamówienie\"],\"RuaKfn\":[\"Pomyślnie zaktualizowany adres\"],\"Rwiyt2\":[\"Podatki skonfigurowane\"],\"RxzN1M\":[\"Włączony\"],\"RzEvf5\":[\"To wydarzenie się skończyło\"],\"S+OdxP\":[\"Kto organizuje to wydarzenie?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"Imię musi mieć od 1 do 50 znaków\"],\"S0ctOE\":[\"Zarchiwizuj wydarzenie\"],\"S3CZ5M\":[\"Panel organizatora\"],\"S4PqS9\":[[\"0\"],\" Aktywne webhooki\"],\"S8Tua9\":[\"Successfully Updated Settings\"],\"SCimta\":[\"Ukryj stronę pierwszych kroków z paska bocznego\"],\"SHJwyq\":[\"Wskaźnik zameldowań\"],\"SIHgVQ\":[\"Failed to cancel message\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Łącznie uczestników\"],\"SMUbbQ\":[\"Pole rozwijane pozwala tylko na jedną selekcję\"],\"SNzppu\":[\"Dołącz do listy oczekujących\"],\"SO9AEF\":[\"Ustawione limity zamówień\"],\"SPKbfM\":[\"np. Kup bilety, Zarejestruj się teraz\"],\"SPdzrs\":[\"Wysłane do klientów, gdy złożą zamówienie\"],\"SQKPvQ\":[\"Zaproś użytkownika\"],\"SQqJd8\":[\"Organizator nie znaleziony\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Eksport rozpoczęty. Przygotowywanie pliku...\"],\"SXzpzO\":[\"Pokaż checkbox opt-in marketingu domyślnie\"],\"SZw9tS\":[\"View Details\"],\"Sa7w7S\":[\"Ta lista odpraw wygasła i nie jest już dostępna.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Błąd\"],\"SnlQeq\":[\"Żadne pytania nie zostały zadane dla tego zamówienia.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Pola wyboru\"],\"SsI9v/\":[\"Nie udało się porzucić zamówienia. Spróbuj ponownie.\"],\"Sxm1lO\":[\"All Statuses\"],\"Sxm8rQ\":[\"Users\"],\"T+1APV\":[\"Aktualny numer VAT jest zweryfikowany\"],\"T02gNN\":[\"Wstęp ogólny\"],\"T0K0yl\":[\"Nieaktywni użytkownicy nie mogą się zalogować.\"],\"T4BMxU\":[\"Opłaty mogą ulec zmianie. Zostaniesz powiadomiony o wszelkich zmianach w strukturze opłat.\"],\"T5rdis\":[\"skopiowane do schowka\"],\"T6B2gk\":[\"Nie udało się wysłać wiadomości. Spróbuj ponownie.\"],\"TBEnp1\":[\"Logo będzie wyświetlane w nagłówku\"],\"TF37u6\":[\"Twoi uczestnicy zostali pomyślnie wyeksportowani.\"],\"TF9opW\":[\"Flesz nie jest dostępny na tym urządzeniu\"],\"TMLAx2\":[\"Wymagane\"],\"TNaCfq\":[\"Pole tekstowe jednoliniowe\"],\"TPoYsF\":[\"Referencja zamówienia\"],\"TSAiPM\":[\"Strona, której szukasz, nie istnieje\"],\"TTpXL3\":[\"Wyślij ponownie za \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"Hasło musi mieć minimum 8 znaków\"],\"TWXU0c\":[\"Podszywaj się pod użytkownika\"],\"TZxnm8\":[\"Dodaj opcję\"],\"TdfEV7\":[\"Zarchiwizowane\"],\"TeSaQO\":[\"Powrót do kont\"],\"Tf55h7\":[\"Skonfigurowany rabat\"],\"TjX7xL\":[\"Wiadomość po płatności\"],\"TjbIUI\":[[\"availableCount\"],\" z \",[\"totalCount\"],\" dostępnych\"],\"TkQVup\":[\"Sprawdź swój email i hasło i spróbuj ponownie\"],\"TkfG8v\":[\"Zbierz szczegóły na zamówienie\"],\"TlEeFv\":[\"Nadchodzące wydarzenia\"],\"TnzbL+\":[\"Ze względu na wysokie ryzyko spamu, musisz połączyć konto Stripe przed wysłaniem wiadomości do uczestników.\\nTo zapewnia, że wszyscy organizatorzy wydarzeń są zweryfikowani i odpowiedzialni.\"],\"Tol4BF\":[\"Szczegóły zamówienia\"],\"TpqW74\":[\"Stały\"],\"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.\"],\"TskrJ8\":[\"Płatność i plan\"],\"TvY/XA\":[\"Dokumentacja\"],\"TvkW9+\":[\"Czy na pewno chcesz zarchiwizować to wydarzenie?\"],\"TxfvH2\":[\"Wybierz, którzy uczestnicy powinni otrzymać tę wiadomość\"],\"Tz0i8g\":[\"Ustawienia\"],\"Tz5oXG\":[\"Tak, anuluj moje zamówienie\"],\"U/R4Ng\":[\"Poziom produktu\"],\"U3pytU\":[\"Administrator\"],\"U3wiCB\":[\"Wszystko gotowe! Twoje płatności są przetwarzane płynnie.\"],\"U61sAj\":[\"Kategoria produktu została pomyślnie zaktualizowana.\"],\"U65fiW\":[\"Zapisz organizatora\"],\"U66oUa\":[\"Nie udało się utworzyć szablonu\"],\"U7nGvl\":[\"Nie można się zameldować\"],\"UBSG1X\":[\"Najlepsi organizatorzy (ostatnie 14 dni)\"],\"UEqXyt\":[\"Niestandardowy zakres\"],\"UGT5vp\":[\"Zapisz ustawienia\"],\"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.\"],\"UJmAAK\":[\"Temat\"],\"UKfi21\":[\"Utwórz podatek lub opłatę\"],\"UMGQOh\":[\"Połącz z Stripe\"],\"UNMVei\":[\"Zapomniałeś hasła?\"],\"UQ0ACV\":[\"Suma zamówień\"],\"URAE3q\":[\"Wstrzymany\"],\"URUYHc\":[\"Pomyślnie zaktualizowane ustawienia opłat platformy\"],\"URmyfc\":[\"Szczegóły\"],\"UVPI5D\":[\"Pokaż mniej platform\"],\"UW90md\":[\"Nie znaleziono odbiorców\"],\"UWWRyd\":[\"Dodaj niestandardowe pytania, aby zebrać dodatkowe informacje podczas płatności\"],\"UXBCwc\":[\"Nazwisko\"],\"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.\"],\"UYUgdb\":[\"Zamówienie\"],\"UZ2GSZ\":[\"Ustawienia faktury\"],\"UaISq3\":[\"Szwedzki\"],\"UabgBd\":[\"Treść jest wymagana\"],\"UdY1lL\":[\"Twoja płatność nie powiodła się, proszę spróbować ponownie.\"],\"Ug4SfW\":[\"Po utworzeniu wydarzenia, zobaczysz je tutaj.\"],\"UiAk5P\":[\"Wstaw obraz\"],\"Uicx2U\":[\"Ta lista kontrolna jest aktywna\"],\"UjNWsF\":[\"VAT may be applied to platform fees depending on your VAT registration status. Please complete the VAT information section below.\"],\"UkHo4c\":[\"Ref zamówienia\"],\"UkM20g\":[\"Oczekuje na recenzję\"],\"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.\"],\"UlAK8E\":[\"Eksportowanie zamówień\"],\"Uo5ddP\":[\"Powiadomimy Cię e-mailem, gdy pojawi się wolne miejsce na \",[\"0\"],\".\"],\"UoIRW8\":[\"Uczestnicy zarejestrowani\"],\"Upeg/u\":[\"Włącz ten szablon do wysyłania e-maili\"],\"Uqefyd\":[\"Czy jesteś zarejestrowany na VAT w UE?\"],\"UtDm3q\":[\"URL skopiowany do schowka\"],\"Uu0hZq\":[\"Email organizatora\"],\"UvYql/\":[\"VAT settings saved. We're validating your VAT number in the background.\"],\"Uwsg2F\":[\"Zarezerwowane\"],\"V0SbFp\":[\"Pokaż dostępną ilość produktu\"],\"V1EGGU\":[\"Imię\"],\"V1krgP\":[\"Kod nie może mieć więcej niż 20 znaków\"],\"V2sk3H\":[\"E-mail i szablony\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Nowy kod weryfikacyjny został wysłany na Twój email\"],\"V6Q5RZ\":[\"Przypisanie pojemności utworzone pomyślnie\"],\"V7DYWd\":[\"Wiadomość wysłana\"],\"V7MwOy\":[\"Wystąpił błąd podczas ładowania strony\"],\"V7Tejz\":[\"Automatyczne przetwarzanie listy oczekujących\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Powrót do logowania\"],\"VD0iA7\":[\"Wiele opcji cenowych. Idealne dla produktów wczesnych ptaków itp.\"],\"VDWChT\":[\"Czy na pewno chcesz zrobić tę stronę organizatora szkicem? To sprawi, że strona organizatora będzie niewidoczna dla publiczności\"],\"VEsDvU\":[\"Users can change their email in <0>Profile Settings\"],\"VFv2ZC\":[\"Data zakończenia\"],\"VHfLAW\":[\"Brak kont\"],\"VT+urE\":[\"Szukaj po nazwie lub e-mailu...\"],\"VTfZPy\":[\"Brak dostępu\"],\"VX+B3I\":[\"Szukaj po tytule wydarzenia lub organizatorze...\"],\"VY+Bdn\":[\"Szukaj po nazwie konta lub e-mailu...\"],\"VZeG/A\":[\"Wkrótce\"],\"Vd+LC3\":[\"Kolor musi być prawidłowym kodem koloru hex. Przykład: #ffffff\"],\"VeKsnD\":[\"Wyślij ponownie email zamówienia\"],\"VejKUM\":[\"Najpierw wypełnij swoje dane powyżej\"],\"Vi+BiW\":[\"Zawiera \",[\"0\"],\" produktów\"],\"VioGG1\":[\"Połącz swoje konto Stripe, aby przyjmować płatności za bilety i produkty.\"],\"Vjat/X\":[\"Wiadomość jest wymagana\"],\"Vjij1k\":[[\"days\"],\" dni, \",[\"hours\"],\" godzin, \",[\"minutes\"],\" minut i \",[\"seconds\"],\" sekund\"],\"VkSk/i\":[\"Czy na pewno chcesz anulować tę zaplanowaną wiadomość?\"],\"VlXNyK\":[\"Na zamówienie\"],\"Vla0Bo\":[\"Sprzedane produkty\"],\"VlnB7s\":[\"Ostatnie 6 miesięcy\"],\"VmXiz4\":[\"Wprowadź swój e-mail, a wyślemy Ci instrukcje resetowania hasła.\"],\"VpwcSk\":[\"Wprowadź nowe hasło\"],\"VsM1HH\":[\"Przypisania pojemności\"],\"VskHIx\":[\"Usuń kategorię\"],\"Vw0KCJ\":[\"Zameldowanie kodem QR\"],\"VwdqVy\":[\"Utwórz przypisanie pojemności\"],\"Vx2J6x\":[\"Nie można pobrać uczestnika\"],\"VxFvXQ\":[\"Osadzanie widgetu\"],\"VxYKoK\":[\"Ustawienia e-mail i powiadomień\"],\"VyUuZb\":[\"URL obrazu\"],\"W/eN+G\":[\"Jeśli puste, adres zostanie użyty do wygenerowania linku Google Maps\"],\"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.\"],\"W428WC\":[\"Przełącz kolumny\"],\"W4kWXJ\":[\"Szukaj po nazwie uczestnika, e-mailu lub numerze zamówienia...\"],\"W5A0Ly\":[\"Wystąpił nieoczekiwany błąd.\"],\"W7AfhC\":[\"Wszyscy uczestnicy tego wydarzenia\"],\"WBq1/R\":[\"USB Scanner Already Active\"],\"WFHOlF\":[\"Czy na pewno chcesz opublikować to wydarzenie? Po opublikowaniu będzie widoczne dla publiczności.\"],\"WHf154\":[\"Usuń kod\"],\"WKHW0N\":[\"Szczegóły wydarzenia online\"],\"WKMnh4\":[\"Pole tekstowe jednowierszowe\"],\"WLxtFC\":[\"Nie można stworzyć produktu. Proszę sprawdzić swoje dane\"],\"WNnP3w\":[\"Połącz i uaktualnij\"],\"WOpH7O\":[\"Piękna obsługa płatności na każdym urządzeniu\"],\"WOyJmc\":[\"- Kliknij, aby cofnąć publikację\"],\"WTk/ke\":[\"O Stripe Connect\"],\"WUOCgI\":[\"Successfully offered a spot\"],\"WVbTwK\":[\"Utwórz listę zameldowań\"],\"WVgSTy\":[\"Zarządzaj zamówieniem\"],\"WWYHKD\":[\"Twoja płatność jest chroniona szyfrowaniem na poziomie bankowym\"],\"WZZzB6\":[\"Nazwa wydarzenia jest wymagana\"],\"WZbCR3\":[\"Zwrot nie powiódł się\"],\"WbImlQ\":[\"Zamówienie zostało anulowane, a właściciel zamówienia został powiadomiony.\"],\"WbopAG\":[\"Płatności Stripe nie są włączone dla tego wydarzenia.\"],\"Wd5CDM\":[\"Nazwa wydarzenia powinna mieć mniej niż 150 znaków\"],\"WdmJIX\":[\"Ładowanie podglądu...\"],\"Weq9zb\":[\"Ogólne\"],\"WgD6rb\":[\"Kategoria wydarzenia\"],\"WjSpu5\":[\"Wydarzenie online\"],\"Wjz5KP\":[\"Brak uczestników do wyświetlenia\"],\"Wvrz79\":[\"Kwota zapłacona\"],\"WyCBRt\":[\"Podsumowanie podatków\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Tak - mam ważny numer rejestracji VAT w UE\"],\"X13xGn\":[\"Niezaufane\"],\"X1zdE7\":[\"Konfiguracja utworzona pomyślnie\"],\"X26cQf\":[\"URL biletu\"],\"X2rrlw\":[\"Razem część\"],\"X4o0MX\":[\"Nie udało się załadować webhooka\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Wpisy pojawią się tutaj, gdy klienci dołączą do listy oczekujących na wyprzedane produkty.\"],\"XAHqAg\":[\"To jest produkt ogólny, taki jak koszulka lub kubek. Bilet nie będzie wystawiony\"],\"XBNC3E\":[\"Ten kod będzie używany do śledzenia sprzedaży. Dozwolone są tylko litery, cyfry, łączniki i podkreślenia.\"],\"XIG669\":[\"Gdy odprawa się rozpocznie\"],\"XKJuAX\":[\"Pytanie usunięte\"],\"XUfgCI\":[\"Brak przypisań pojemności\"],\"XVLu2v\":[\"Tytuł wydarzenia\"],\"XX32BM\":[\"Zajmuje zaledwie kilka minut\"],\"XZkeaI\":[\"Nie znaleziono logów\"],\"XcgRvb\":[\"Kowalski\"],\"Xd1R1a\":[\"Adres Twojego organizatora\"],\"Xe2tSS\":[\"Dokumentacja połączenia\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Twoje zamówienia zostały pomyślnie wyeksportowane.\"],\"XgOuA7\":[\"Ostatnie 90 dni\"],\"XkFYVB\":[\"Produkt usunięty\"],\"XletzW\":[\"Utwórz kategorię\"],\"XwdMMg\":[\"Kod może zawierać tylko litery, cyfry, myślniki i podkreślenia\"],\"XxecLm\":[\"Typ biletu\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Oto komponent React, którego możesz użyć do osadzenia widżetu w swojej aplikacji.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Dostosuj stronę główną wydarzenia i komunikaty płatności\"],\"YAV57v\":[\"Partner\"],\"YAl9Hg\":[\"Utwórz konfigurację\"],\"YC3oXa\":[\"Opis dla personelu zameldowań\"],\"YClrdK\":[\"To wydarzenie nie zostało jeszcze opublikowane\"],\"YDVUVl\":[\"Typy wydarzeń\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Coś poszło nie tak! Spróbuj ponownie\"],\"YHsF9c\":[\"Ukryj produkt po dacie zakończenia sprzedaży\"],\"YIDzi/\":[\"Utwórz niestandardowy szablon\"],\"YIix5Y\":[\"Szukaj...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Potwierdzam, że jest to wiadomość transakcyjna związana z tym wydarzeniem\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Sprzedaż produktów, przychody i podział podatków\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Konfiguracja konta została pomyślnie zaktualizowana\"],\"YQ3QSS\":[\"Nie udało się ponownie wysłać kodu weryfikacyjnego\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Opłata stała:\"],\"YXx+fG\":[\"Razem przed rabatami\"],\"YZi+Hu\":[\"Zadanie w kolejce do ponowienia\"],\"Ya1JhR\":[\"Brak produktów dostępnych w tej kategorii.\"],\"YaCgdO\":[\"Potwierdzenie e-mail wysłane ponownie pomyślnie\"],\"Yc5YW6\":[\"Brak nieudanych zadań\"],\"Ye321X\":[\"Nazwa podatku\"],\"YfHZv0\":[\"Pokazane klientowi przed potwierdzeniem\"],\"YgRSEE\":[\"Czy na pewno chcesz usunąć ten kod promocyjny?\"],\"YjVNGZ\":[\"Podgląd strony głównej\"],\"Ym1gnK\":[\"zastosowane\"],\"YpN29s\":[\"Powiadom organizatora o nowych zamówieniach\"],\"Yrbm6T\":[\"Świetny Organizator Sp. z o.o.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"To zamówienie zostało anulowane.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Pomyślnie zaktualizowana lista odpraw\"],\"Z3FXyt\":[\"Ładowanie...\"],\"Z3etYG\":[\"1 dzień przed wydarzeniem\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Płatność offline\"],\"Z6q0Vl\":[\"Już zaakceptowałeś to zaproszenie. Proszę zalogować się, aby kontynuować.\"],\"Z8lGw6\":[\"Udostępnij\"],\"ZBAScj\":[\"Nieznany uczestnik\"],\"ZCSSd+\":[\"Utwórz własne wydarzenie\"],\"ZDIydz\":[\"Zacznij\"],\"ZIgYeg\":[\"Kolor tekstu wtórnego\"],\"ZN1WLO\":[\"Kopiuj e-mail\"],\"ZOBwQn\":[\"Projekt strony głównej\"],\"ZOmUYW\":[\"Zweryfikujemy Twój numer VAT w tle. W przypadku jakichkolwiek problemów damy Ci znać.\"],\"ZPj0Q8\":[\"Szczegóły wiadomości\"],\"ZPoHOn\":[\"Żaden produkt nie jest powiązany z tym uczestnikiem.\"],\"ZPwFnN\":[\"Nie udało się wyeksportować zamówień\"],\"ZQ15eN\":[\"Nie udało się ponownie wysłać e-maila z biletem\"],\"ZQKLI1\":[\"Strefa zagrożenia\"],\"ZS/D7f\":[\"Wszystkie zakończone wydarzenia\"],\"ZWEfBE\":[\"Brak wymaganej płatności\"],\"ZZEYpT\":[\"Opcja \",[\"i\"]],\"ZaEJZM\":[\"Potwierdź zmianę e-maila\"],\"ZfxaB4\":[\"Częściowo zwrócony\"],\"Zi3Sbw\":[\"Pomyślnie usunięto z listy oczekujących\"],\"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.\"],\"ZkS2p3\":[\"Cofnij publikację wydarzenia\"],\"Zkymb9\":[\"E-mail do powiązania z tym partnerem. Partner nie zostanie powiadomiony.\"],\"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.\"],\"Znwxal\":[\"Konfiguracja opłat aplikacji\"],\"ZowkxF\":[\"Podatki\"],\"ZpieFv\":[\"Nie udało się anulować zamówienia\"],\"ZsZeV2\":[\"E-mail jest wymagany\"],\"ZthcdI\":[\"Kod promocyjny bez rabatu może być użyty do ujawnienia ukrytych produktów.\"],\"ZutOKU\":[\"VAT Rate\"],\"Zw6LWb\":[\"Nie udało się usunąć zadania\"],\"ZxnK5C\":[\"Po rozpoczęciu zbierania danych, zobaczysz je tutaj.\"],\"Zz6Cxn\":[\"Strefa zagrożenia\"],\"a/gMx2\":[\"Brak list zameldowań\"],\"a0EjD+\":[\"Utwórz produkt\"],\"a41PKA\":[\"Sprzedaż partnerska będzie śledzona\"],\"a5KFZU\":[\"Dodaj szczegóły wydarzenia i zarządzaj ustawieniami wydarzenia.\"],\"a5jvSX\":[\"Poziomy cenowe\"],\"a6+167\":[\"Select an event\"],\"a6gga1\":[\"Błąd potwierdzania zmiany e-mail\"],\"a7u1N9\":[\"Cena\"],\"aAIQg2\":[\"Wygląd\"],\"aEDp5C\":[\"Wklej to tam, gdzie chcesz, aby widget się pojawił.\"],\"aFk48v\":[\"Nie udało się usunąć konfiguracji\"],\"aGWZUr\":[\"Przychód brutto\"],\"aH6ZIb\":[\"Zaproś swój zespół\"],\"aIA9C4\":[\"Pomyślnie utworzone pytanie\"],\"aK4uBd\":[\"Ostatnie 24 godziny\"],\"aKtF0O\":[\"Stripe nie połączony\"],\"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.\"],\"aS0jtz\":[\"Porzucony\"],\"aT3jZX\":[\"Wybierz strefę czasową\"],\"aUi/Dz\":[\"Ostrzeżenie: To jest domyślna konfiguracja systemu. Zmiany wpłyną na wszystkie konta, które nie mają przypisanej konkretnej konfiguracji.\"],\"acIJ41\":[\"Status zamówienia\"],\"agPptk\":[\"Średni\"],\"agZ87r\":[\"Utwórz bilety dla swojego wydarzenia, ustaw ceny i zarządzaj dostępną ilością.\"],\"alD1+n\":[\"Notatki do faktury\"],\"amMkpL\":[\"Brak miejsc\"],\"an5hVd\":[\"Obrazy\"],\"aqxYLv\":[\"Edukacja\"],\"av+gjP\":[\"Imię uczestnika\"],\"avf0gk\":[\"Opis pytania\"],\"awHmAT\":[\"ID biletu\"],\"axVMjA\":[\"Ukryj produkt, chyba że użytkownik ma odpowiedni kod promocyjny\"],\"axv/Mi\":[\"Niestandardowy szablon\"],\"b0HJ45\":[\"Powodzenie! \",[\"0\"],\" otrzyma email wkrótce.\"],\"b1Jvg+\":[\"Kontynuuj w nowej karcie\"],\"b24kPi\":[\"Kolejka\"],\"b33PL9\":[\"Pokaż więcej platform\"],\"b46pt5\":[\"Obraz okładki wydarzenia\"],\"b4itZn\":[\"W toku\"],\"b6+Y+n\":[\"Zamówienie zakończone\"],\"b9SN9q\":[\"Unikalna referencja zamówienia\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Utwórz \",[\"0\"]],\"bA31T4\":[\"Use the buyer's details for all attendees\"],\"bB6Ram\":[\"Ostatnie 48 godzin\"],\"bECJqy\":[\"Wiadomość zatwierdzona pomyślnie\"],\"bKOYkd\":[\"Faktura została pomyślnie pobrana\"],\"bLB3MJ\":[\"Metody płatności\"],\"bPWBLL\":[\"Nie można wylogować uczestnika\"],\"bPwFdf\":[\"Konta\"],\"bU4bS1\":[\"Zwroty\"],\"bU7oUm\":[\"Wysyłaj tylko do zamówień z tymi statusami\"],\"bVjDs9\":[\"Dodatkowe opłaty\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Czy na pewno chcesz usunąć tę listę odpraw?\"],\"bbslmb\":[\"Projektant biletów\"],\"bcCn6r\":[\"Typ kalkulacji\"],\"bcYlvb\":[\"Gdy odprawa się zakończy\"],\"bfXQ+N\":[\"Akceptuj zaproszenie\"],\"bgqf+K\":[\"E-mail posiadacza biletu\"],\"bhlHm/\":[\"Twoje zamówienie oczekuje na płatność\"],\"blK94r\":[\"Dodaj co najmniej jedną opcję\"],\"blXLKj\":[\"Gdy włączone, nowe wydarzenia wyświetlą pole wyboru zgody marketingowej podczas realizacji zamówienia. Można to zmienić dla każdego wydarzenia.\"],\"br3Y/y\":[\"Opłaty platformy\"],\"btxLWj\":[\"Status wydarzenia zaktualizowany\"],\"bv6RXK\":[\"Etykieta przycisku\"],\"bwBlJv\":[\"Imię zamówienia\"],\"bxoWpz\":[\"Wyślij ponownie email potwierdzenia\"],\"byKna+\":[\"Wystąpił nieoczekiwany błąd. Spróbuj ponownie.\"],\"c+suC6\":[\"Opłacone konta\"],\"c/TIyD\":[\"Zamówienie i bilet\"],\"c2/9VE\":[\"Ładunek\"],\"c3E/kw\":[\"Jan\"],\"c4uJfc\":[\"Prawie gotowe! Czekamy tylko na przetworzenie Twojej płatności. To powinno zająć tylko kilka sekund.\"],\"c6SXHN\":[\"View Event Page\"],\"c7VN/A\":[\"View Answers\"],\"c9Evkd\":[\"Nie możesz usunąć ostatniej kategorii.\"],\"c9RYbv\":[\"Gdy zamówienie zostanie oznaczone jako opłacone\"],\"cDHM1d\":[\"Adres e-mail został zmieniony. Uczestnik otrzyma nowy bilet na zaktualizowany adres e-mail.\"],\"cDtoWq\":[\"Czy na pewno chcesz ponownie wysłać potwierdzenie zamówienia do \",[\"0\"],\"?\"],\"cEFg3R\":[\"Nie udało się utworzyć partnera\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 tydzień przed wydarzeniem\"],\"cHO4ec\":[\"Ta wiadomość będzie zawarta w stopce wszystkich e-maili wysłanych z tego wydarzenia\"],\"cJ4Y4R\":[\"Zwrot jest procesowany.\"],\"cK9+xQ\":[\"VAT Country\"],\"cKj6OE\":[\"Podsumowanie zameldowań\"],\"cMW+gm\":[\"Pokaż wszystkie platformy (\",[\"0\"],\" więcej z wartościami)\"],\"cOePZk\":[\"Czas wydarzenia\"],\"cQrNR3\":[\"Zarządzaj profilem\"],\"cRRc+F\":[\"Ten produkt nie może być usunięty, ponieważ jest powiązany z zamówieniem. Możesz go zamiast tego ukryć.\"],\"cSev+j\":[\"Filtry\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" zameldowanych\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Masz podatki i opłaty dodane do darmowego produktu. Czy chcesz je usunąć?\"],\"cd0jIM\":[\"Szczegóły zadania\"],\"cdR8d6\":[\"Utwórz bilet\"],\"cde2hc\":[\"Wszystkie produkty\"],\"cf35MA\":[\"Festiwal\"],\"cjdktw\":[\"🚀 Uruchom swoje wydarzenie na żywo\"],\"cl5WYc\":[\"Kod promocyjny \",[\"promo_code\"],\" zastosowany\"],\"clF06r\":[\"Dostępne do zwrotu\"],\"cljs3a\":[\"Wskaż, czy jesteś zarejestrowany na VAT w UE\"],\"cnGeoo\":[\"Usuń\"],\"coIKFu\":[\"Statystyki organizatora nie są dostępne dla wybranej waluty lub wystąpił błąd.\"],\"cormHa\":[\"Linia adresu 2\"],\"cosfD8\":[\"Status uczestnika\"],\"cs5muu\":[\"Podgląd strony wydarzenia\"],\"csDS2L\":[\"Dostępne\"],\"ct2SYD\":[\"Ostatnie 7 dni\"],\"cxsKvw\":[\"Gdy odprawa zostanie usunięta\"],\"d+F6q9\":[\"Utworzone\"],\"d+KKMz\":[\"Nie udało się załadować listy zameldowań\"],\"d0rUsW\":[\"Linki społeczne\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Anuluj\"],\"dF6vP6\":[\"Na żywo\"],\"dFFW9L\":[\"Sprzedaż zakończona \",[\"0\"]],\"dFHcIn\":[\"Szczegóły podatku\"],\"dFJnia\":[\"To jest nazwa Twojego organizatora, która będzie wyświetlana użytkownikom.\"],\"dFuEhO\":[\"Wyślij ponownie email biletu\"],\"dJZTv2\":[\"Wybierz czas rozpoczęcia\"],\"dLm8V5\":[\"E-maile promocyjne mogą skutkować zawieszeniem konta\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Podział atrybucji\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Oto wszystkie bilety powiązane z Twoim adresem e-mail.\"],\"dPYu1F\":[\"Na uczestnika\"],\"dPyJ15\":[\"Usuń szablon\"],\"dSyJj6\":[\"Adresy e-mail nie pasują\"],\"dVgNF1\":[\"Nie udało się utworzyć konfiguracji\"],\"dVxpp5\":[\"Witamy ponownie\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Nie znaleziono wydarzeń\"],\"dWBrJX\":[\"Płatność offline nie powiodła się. Spróbuj ponownie lub skontaktuj się z organizatorem wydarzenia.\"],\"dXoieq\":[\"Podsumowanie\"],\"dZsDbK\":[\"Przekroczono limit znaków HTML: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"Kategorie pozwalają grupować produkty razem. Na przykład, możesz mieć kategorię dla \\\"Biletów\\\" i inną dla \\\"Towarów\\\".\"],\"de6HLN\":[\"Gdy klienci kupią bilety, ich zamówienia pojawią się tutaj.\"],\"dfkQIO\":[\"Gdy nowy produkt zostanie utworzony\"],\"dkAPxi\":[\"Utwórz webhook\"],\"dr7CWq\":[\"Wszystkie nadchodzące wydarzenia\"],\"dsFmM+\":[\"Zakupiony\"],\"dtGC3q\":[\"E-mail z biletem został ponownie wysłany do uczestnika\"],\"e/cvV1\":[\"Verifying...\"],\"e3uMJH\":[\"To zamówienie jest pełne.\"],\"e4KdjJ\":[\"Dodaj uczestnika ręcznie\"],\"e4L7bF\":[\"Wybierz wiadomość, aby zobaczyć jej treść\"],\"e5lF64\":[\"Usage Example\"],\"e7eZuA\":[\"Zamówienie zaktualizowane\"],\"e8WNln\":[\"Strefa czasowa wydarzenia\"],\"e99fHm\":[\"Przywróć wydarzenie\"],\"eB5vce\":[\"Właściciele zamówień z konkretnym produktem\"],\"ePK91l\":[\"Edytuj\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Utwórz nowe hasło\"],\"eWRECP\":[\"Życie nocne\"],\"eXssj5\":[\"Ustaw domyślne ustawienia dla nowych wydarzeń utworzonych pod tym organizatorem.\"],\"eaUTwS\":[\"Wyślij link resetowania\"],\"eb47T5\":[\"Nie znaleziono danych dla wybranych filtrów. Spróbuj dostosować zakres dat lub walutę.\"],\"ebIDwV\":[\"Kalendarz Google\"],\"eeZdaB\":[\"Konfiguracja zaktualizowana pomyślnie\"],\"efAM7X\":[\"Pole daty. Idealne do pytania o datę urodzenia itp.\"],\"ejMDw1\":[\"Gdy zamówienie zostanie zwrócone\"],\"ejXy+D\":[\"Nie udało się posortować produktów\"],\"elW7Tn\":[\"Treść e-mail\"],\"enV0g0\":[\"Pozostaw puste, aby użyć domyślnego słowa \\\"Faktura\\\"\"],\"eneWvv\":[\"Wersja robocza\"],\"enzGAL\":[\"Pytania\"],\"eorM7z\":[\"Kategorie zostały pomyślnie przeorganizowane.\"],\"ercTDX\":[\"Kod musi mieć od 3 do 50 znaków\"],\"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\"],\"etaWtB\":[\"Edytuj szczegóły uczestnika\"],\"euc6Ns\":[\"Duplikuj\"],\"eusccx\":[\"Opcjonalna wiadomość do wyświetlenia na wyróżnionym produkcie, np. \\\"Sprzedaje się szybko 🔥\\\" lub \\\"Najlepsza wartość\\\"\"],\"evDBV8\":[\"Opublikuj wydarzenie\"],\"exy8uo\":[\"Generuj kod\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Listy odpraw\"],\"f30uVZ\":[\"Co musisz zrobić:\"],\"f3RdEk\":[[\"hours\"],\" godzin, \",[\"minutes\"],\" minut i \",[\"seconds\"],\" sekund\"],\"f4vJgj\":[\"Pole tekstowe wielowierszowe\"],\"f7SUun\":[\"Hasła nie są takie same\"],\"f8qS7T\":[\"'Nie ma jeszcze nic do pokazania'\"],\"f9WRpE\":[\"Nieprawidłowy typ pliku. Prześlij obraz.\"],\"fAv9QG\":[\"🎟️ Dodaj bilety\"],\"fFYotW\":[\"Częściowo zwrócony: \",[\"0\"]],\"fFeCKc\":[\"Brak zniżki\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Nie możesz zwrócić ręcznie utworzonego zamówienia.\"],\"fKn/k6\":[\"Kwota zwrotu\"],\"fMPkxb\":[\"Pokaż więcej\"],\"fROFIL\":[\"Vietnamese\"],\"fTFfOK\":[\"Każdy szablon e-mail musi zawierać przycisk wezwania do działania, który prowadzi do odpowiedniej strony\"],\"fVPt0F\":[\"Gdy zamówienie zostanie zaktualizowane\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Edytuj webhook\"],\"fWsBTs\":[\"Coś poszło nie tak. Spróbuj ponownie.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"np. Ważna aktualizacja dotycząca Twoich biletów\"],\"fcnqjw\":[\"Instrukcje płatności offline\"],\"fdjq4c\":[\"Wypełnienie\"],\"fgLNSM\":[\"Zarejestruj się\"],\"fiV0xj\":[\"Usage Limit\"],\"fj5byd\":[\"N/D\"],\"fovJi3\":[\"USB Scanner mode deactivated\"],\"fpMs2Z\":[\"NA ŻYWO\"],\"fpb0rX\":[\"Szczegóły uczestnika skopiowane z zamówienia\"],\"fqDzSu\":[\"Stawka\"],\"ftNXma\":[\"Szukaj partnerów...\"],\"ftzaMf\":[\"Okres sprzedaży, limity zamówień, widoczność\"],\"fuwKpE\":[\"Spróbuj ponownie.\"],\"fvDQhr\":[\"Ukryj ten poziom przed użytkownikami\"],\"fx8BTd\":[\"Płatności niedostępne\"],\"fyE7Au\":[[\"minutes\"],\" minut i \",[\"seconds\"],\" sekund\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Twoja płatność nie powiodła się. Proszę spróbować ponownie.\"],\"g+2103\":[\"Oto Twój link partnerski\"],\"g+lLS9\":[\"Zaproś członka zespołu\"],\"g2UNkE\":[\"Powered by\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Niestandardowe branding\"],\"g9dPPQ\":[\"Maksimum na zamówienie\"],\"gGhBmF\":[\"Jesteś offline\"],\"gHSuV/\":[\"Przejdź do strony głównej\"],\"gJQsLv\":[\"Prześlij obraz okładki dla swojego organizatora\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Wszyscy uczestnicy\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Pomyślnie utworzony produkt\"],\"gPgdNV\":[\"VAT number validated successfully\"],\"gTN6Ws\":[\"Wybierz czas zakończenia\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo i obraz okładki dla Twojego organizatora\"],\"geUFpZ\":[\"Podatki i opłaty\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Brak wyników wyszukiwania\"],\"gnBreG\":[\"Data złożenia zamówienia\"],\"goOKRY\":[\"Dodaj poziom\"],\"gqnyh0\":[\"Zoptymalizowane na urządzenia mobilne\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Wyróżnij\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Ostatnio uruchomiony\"],\"gwk5gg\":[\"Linia adresu 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"Do jakich produktów odnosi się ten kod?\"],\"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.\"],\"gypigA\":[\"Ten kod promocyjny jest nieprawidłowy\"],\"gzrCuN\":[\"Szczegóły Twojego zamówienia zostały zaktualizowane. E-mail potwierdzenia został wysłany na nowy adres e-mail.\"],\"h0Q9Iw\":[\"Ostatnia odpowiedź\"],\"h0dx5e\":[\"Nie udało się dołączyć do listy oczekujących\"],\"h10Wm5\":[\"Nieopłacone zamówienie\"],\"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\"],\"h69WC6\":[\"Wysłane\"],\"hAjDQy\":[\"Wybierz status\"],\"hBsw5C\":[\"Sprzedaż zakończona\"],\"hD1ocH\":[\"URL zameldowania skopiowany do schowka\"],\"hDNwnf\":[\"Twoje logo, kolory i styl na każdej stronie\"],\"hEtQsg\":[\"Włącz samoobsługę uczestnika domyślnie\"],\"hFHnxR\":[\"Do jakich produktów odnosi się ten kod? (Domyślnie dotyczy wszystkich)\"],\"hFwWnI\":[\"Ustawienia powiadomień\"],\"hJmVtD\":[\"Wybierz kraj\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Mój profil\"],\"hL7sDJ\":[\"Udostępnij stronę organizatora\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Po prostu kliknij przycisk poniżej, aby ponownie połączyć swoje konto Stripe.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Utwórz\"],\"hauDFf\":[\"Na bilet\"],\"hbwCKE\":[\"Adres e-mail skopiowany do schowka\"],\"hcX103\":[\"Utwórz produkt\"],\"hdyeZ0\":[\"Usuń zadanie\"],\"he3ygx\":[\"Kopiuj\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Kwota\"],\"hfHhaa\":[\"Poczekaj, przygotowujemy Twoich partnerów do eksportu...\"],\"hg80P7\":[\"Zakończ konfigurację Stripe\"],\"hli+ga\":[\"USB/HID Scanner\"],\"hqmXmc\":[\"W toku...\"],\"hrvLf4\":[\"Akceptuj płatności kartą kredytową za pomocą Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"Adres e-mail\"],\"i0QKrm\":[\"Nie udało się zaktualizować partnera\"],\"i0TtkR\":[\"To przesłania wszystkie ustawienia widoczności i ukryje produkt przed wszystkimi klientami.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Numer zamówienia\"],\"i8day5\":[\"Przekaż opłatę kupującemu\"],\"iAS9f2\":[\"patryk@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Edytuj kod\"],\"iG7KNr\":[\"Logo\"],\"iIEaNB\":[\"Jeśli masz konto u nas, otrzymasz e-mail z instrukcjami dotyczącymi resetowania hasła.\"],\"iJhSxe\":[\"Dostosuj ustawienia SEO dla tego wydarzenia\"],\"iMdwTb\":[\"Zanim Twoje wydarzenie będzie mogło zostać uruchomione, musisz zrobić kilka rzeczy. Wykonaj wszystkie poniższe kroki, aby rozpocząć.\"],\"iN5Cz3\":[\"Konto już połączone!\"],\"iPBfZP\":[\"Uczestnicy zarejestrowani\"],\"iQZff7\":[\"Podatki, opłaty, widoczność, okres sprzedaży, wyłączenie produktu i limity zamówień\"],\"iS0wAT\":[\"Kategorie pomagają organizować Twoje produkty. Ten tytuł będzie wyświetlany na publicznej stronie wydarzenia.\"],\"iStTQt\":[\"Uprawnienia do kamery zostały odmówione. <0>Poproś o uprawnienia ponownie, lub jeśli to nie działa, musisz <1>udzielić tej stronie dostępu do kamery w ustawieniach przeglądarki.\"],\"iTvh6I\":[\"Obecnie dostępne do zakupu\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Kopiuj kod\"],\"iWa9cY\":[\"Powiedz ludziom czego się spodziewać na Twojej imprezie\"],\"iX6SLo\":[\"Dostosuj tekst wyświetlany na przycisku kontynuacji\"],\"ia8YsC\":[\"Nadchodzące\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Twoja wiadomość została pomyślnie wysłana!\"],\"igBrCH\":[\"Zweryfikuj swój adres email, aby uzyskać dostęp do wszystkich funkcji\"],\"ih35UP\":[\"Centrum konferencyjne\"],\"ii0qn/\":[\"Temat jest wymagany\"],\"iiWXDL\":[\"Niepowodzenia kwalifikacji\"],\"imLQ9Y\":[\"Validating your VAT number...\"],\"imgKgl\":[\"Opis wydarzenia\"],\"injXD7\":[\"Numer VAT nie mógł być zweryfikowany. Proszę sprawdzić numer i spróbować ponownie.\"],\"ioG+xt\":[\"Oczekuje na płatność\"],\"ipP6Ue\":[\"Utwórz uczestnika\"],\"ipYKgM\":[\"Zezwól na indeksowanie przez wyszukiwarki\"],\"irpUxR\":[\"Kwota stała\"],\"ixIx1f\":[\"Wybierz produkt\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"Data rozpoczęcia jest wymagana\"],\"izwOOD\":[\"Pokaż podatki i opłaty oddzielnie\"],\"j/TOB3\":[\"Linki społeczne i strona internetowa\"],\"j1Jl7s\":[\"Edytuj kategorię\"],\"j1VfcT\":[\"Opis SEO\"],\"j5FdeA\":[\"To zamówienie jest przetwarzane.\"],\"j6w7d/\":[\"Włącz tę pojemność, aby zatrzymać sprzedaż produktów po osiągnięciu limitu\"],\"j9b/iy\":[\"Szybko się sprzedaje 🔥\"],\"j9cPeF\":[\"Wybierz typy wydarzeń\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Musisz mieć co najmniej jedną warstwę cenową\"],\"jEbkcB\":[\"Razem zwrócono\"],\"jEu4bB\":[\"Kolumny\"],\"jEw0Mr\":[\"Wprowadź prawidłowy URL\"],\"jIPNJG\":[\"Podstawowe informacje\"],\"jRJZxD\":[\"Usuń pojemność\"],\"jT142F\":[\"Za \",[\"diffHours\"],\" godzin\"],\"jVRHeq\":[\"Zarejestrowany\"],\"jZj9y9\":[\"Produkt warstwowy\"],\"jZlrte\":[\"Kolor\"],\"jabmnm\":[\"Partner zaktualizowany pomyślnie\"],\"jfC/xh\":[\"Kontakt\"],\"jh2orE\":[\"Przenieśliśmy naszą siedzibę do Irlandii. W rezultacie musimy poprosić Cię o ponowne połączenie konta Stripe. Ten szybki proces zajmuje zaledwie kilka minut. Twoja sprzedaż i istniejące dane pozostają całkowicie nienaruszone.\"],\"jkNgQR\":[\"Również zwróć to zamówienie\"],\"jo3Gm6\":[\"Nie udało się wyeksportować partnerów\"],\"jp5bq8\":[\"odbiorców\"],\"jpctdh\":[\"View\"],\"jrBSO1\":[\"Edytuj organizatora\"],\"jtrY3S\":[\"Nic do pokazania jeszcze\"],\"jtrqH9\":[\"Eksportowanie uczestników\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Zarządzanie wspólną pojemnością\"],\"jyt+cx\":[\"Wiadomość w stopce e-mail\"],\"k/bJj0\":[\"Pytania zostały przeorganizowane\"],\"k1bLf+\":[\"Kolor tła\"],\"k3Tngl\":[\"Uczestnicy wyeksportowani\"],\"k3dfFD\":[\"Ukryte pytania są widoczne tylko dla organizatora wydarzenia, a nie dla klienta.\"],\"k3wH7i\":[\"Użycie kodu promocyjnego i podział rabatów\"],\"k4FLBQ\":[\"Przekaż kupującemu\"],\"k5CU8c\":[\"Łączna liczba wpisów\"],\"k5p8dz\":[\"Przypisanie pojemności usunięte pomyślnie\"],\"k9RiLi\":[\"Utwórz produkt\"],\"k9m6/E\":[\"Pomyślnie zaktualizowane ustawienia strony głównej\"],\"kBkYSa\":[\"Edytuj pojemność\"],\"kCn6wb\":[\"Resetowanie...\"],\"kF8HQ7\":[\"Eksportuj odpowiedzi\"],\"kIKb9e\":[\"Społeczność\"],\"kJDmsI\":[\"Szczegóły wydarzenia\"],\"kKpkzy\":[\"Successfully offered tickets to 1 person\"],\"kMU5aM\":[\"Wiadomość o anulowaniu została wysłana do\"],\"kNmmvE\":[\"Świetne Wydarzenia Sp. z o.o.\"],\"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.\"],\"kODvZJ\":[\"Imię\"],\"kOtCs2\":[\"Numeracja faktur\"],\"kTSQej\":[\"Cześć \",[\"0\"],\", zarządzaj swoją platformą stąd.\"],\"kUlL8W\":[\"Profil został pomyślnie zaktualizowany\"],\"kWI/37\":[\"Wybierz organizatora\"],\"kWg31j\":[\"Wprowadź unikalny kod partnera\"],\"kY7XDn\":[\"Żadne produkty nie mają wpisów na liście oczekujących\"],\"kYZSFD\":[\"Select an organizer to view their dashboard and events.\"],\"kYqM1A\":[\"Powrót do wydarzenia\"],\"kadJKg\":[\"Dotyczy 1 produktu\"],\"kf83Ld\":[\"Coś poszło nie tak.\"],\"khBZkl\":[\"VAT\"],\"kj7zYe\":[\"Pomyślnie zaktualizowany Webhook\"],\"kjAL4v\":[\"Bilet\"],\"klWBeI\":[\"Poczekaj przed żądaniem innego kodu\"],\"kodV18\":[\"Pobierz CSV\"],\"kpAzPe\":[\"Sprzedaż rozpoczyna się\"],\"kpJAeS\":[\"Utwórz organizatora\"],\"kqA9lY\":[\"Nie udało się zaktualizować ustawień VAT\"],\"ktyvbu\":[\"Produkt(y)\"],\"kv9dM4\":[\"Przychody platformy\"],\"kvYpYu\":[\"Zamówienie nie znalezione\"],\"kvpxIU\":[\"Będzie to używane do powiadomień i komunikacji z użytkownikami.\"],\"kzx0uD\":[\"Pomyślnie zaktualizowane domyślne ustawienia wydarzenia\"],\"l+/HS6\":[\"Offers expire after \",[\"timeoutHours\"],\" hours.\"],\"l3sZO1\":[\"Dodaj wszelkie notatki o zamówieniu. Nie będą widoczne dla klienta.\"],\"l5OcwO\":[\"Wyślij wiadomość do uczestnika\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Nie udało się zapisać ustawień VAT. Spróbuj ponownie.\"],\"l75CjT\":[\"Tak\"],\"l894xP\":[\"Organizatorzy mogą zarządzać tylko wydarzeniami i produktami. Nie mogą zarządzać użytkownikami, ustawieniami konta ani informacjami rozliczeniowymi.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" jest już zameldowany\"],\"lB2hSG\":[\"Informuj mnie o nowościach i wydarzeniach od \",[\"0\"]],\"lFdbRS\":[\"Pomiń opłaty aplikacji\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Nie udało się rozpocząć zadania eksportu\"],\"lNipG+\":[\"Ukrycie produktu uniemożliwi użytkownikom zobaczenie go na stronie wydarzenia.\"],\"lQgMLn\":[\"Nazwa biura lub miejsca\"],\"lS9/aZ\":[\"Nie udało się załadować odbiorców\"],\"lWxAUo\":[\"Jedzenie i napoje\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Wyślij wiadomość do indywidualnych uczestników\"],\"lYGfRP\":[\"Angielski\"],\"lZwV6X\":[\"Dołącz do listy oczekujących na \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Produkt zaktualizowany\"],\"lfLHNz\":[\"Etykieta CTA jest wymagana\"],\"lflimf\":[\"Okres płatności\"],\"lgFfeO\":[\"Wyprzedane\"],\"lhAWqI\":[\"Dziękujemy za Twoje wsparcie, gdy nadal rozwijamy i ulepszamy Hi.Events!\"],\"lk74+I\":[\"Absorbuj Opłatę\"],\"lkE00/\":[\"Coś poszło nie tak. Spróbuj ponownie później.\"],\"lkMK2r\":[\"Twoje szczegóły\"],\"lkNdiH\":[\"Nazwa konta\"],\"lnCMdg\":[\"Prześlij obraz\"],\"lnYE59\":[\"Data wydarzenia\"],\"lnrkNz\":[\"Wyślij ponownie potwierdzenie emaila\"],\"loCKGB\":[\"Sprzedaż kończy się \",[\"0\"]],\"lpm0+y\":[\"Zawiera 1 produkt\"],\"lsxOPC\":[\"Płatność otrzymana\"],\"luHAJY\":[\"Popularne wydarzenia (ostatnie 14 dni)\"],\"lyD7rQ\":[\"Ten profil organizatora nie został jeszcze opublikowany\"],\"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.\"],\"m/N7Zq\":[\"Pełny adres wydarzenia\"],\"m0CFV2\":[\"Szczegóły uczestnika\"],\"m3FM1g\":[\"Razem zwrócono\"],\"m8WD6t\":[\"Kontynuuj konfigurację\"],\"m9SD3V\":[\"Kod musi mieć co najmniej 3 znaki\"],\"mBsBHq\":[\"Lista odpraw nie jest aktywna\"],\"mCB6Je\":[\"Select All\"],\"mEHQ8I\":[\"Czy na pewno chcesz opublikować to wydarzenie? To sprawi, że wydarzenie będzie widoczne dla publiczności\"],\"mFdA+i\":[\"Poziom wiadomości\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Produkt standardowy o stałej cenie\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Zmiana e-mail w toku\"],\"mImacG\":[\"Strona wydarzenia\"],\"mJJh2s\":[\"Sprzedaż partnerska nie będzie śledzona. To dezaktywuje partnera.\"],\"mLBUMQ\":[\"Konfiguracja usunięta pomyślnie\"],\"mUv9U4\":[\"Sprzedaż\"],\"mVKOW6\":[\"Błąd podczas wysyłania wiadomości\"],\"mYGY3B\":[\"Data\"],\"mYLhkl\":[\"Ustawienia różne\"],\"mYygCM\":[\"Organizator jest wymagany\"],\"mdeIOH\":[\"Wyślij ponownie kod\"],\"mf3FrP\":[\"Ta kategoria nie ma jeszcze żadnych produktów.\"],\"mimF6c\":[\"Niestandardowa wiadomość po płatności\"],\"miysJh\":[\"Nie mogliśmy znaleźć tego zamówienia. Mogło zostać usunięte.\"],\"mkWad2\":[\"Węgierski\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Opłata procentowa\"],\"mnUGVC\":[\"Przekroczono limit stawki. Spróbuj ponownie później.\"],\"mnafgQ\":[\"Domyślna strefa czasowa dla Twoich imprez.\"],\"mpB/d9\":[\"Łączna kwota zamówienia\"],\"muXhGi\":[\"Jeśli włączone, organizator otrzyma powiadomienie e-mail, gdy zostanie złożone nowe zamówienie\"],\"mvrlBO\":[\"Filtruj według wydarzenia\"],\"mwe+2z\":[\"Zamówienia offline nie są odzwierciedlane w statystykach wydarzenia, dopóki zamówienie nie zostanie oznaczone jako opłacone.\"],\"mxsm1o\":[\"Usunąć to pytanie? Tej akcji nie można cofnąć.\"],\"n/7+7Q\":[\"Potwierdzenie wysłane do\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Obraz został pomyślnie usunięty\"],\"n10yGu\":[\"Zwróć zamówienie\"],\"n143Tq\":[\"Edytuj kategorię produktu\"],\"n4SpU5\":[\"Zarządzaj wydarzeniem\"],\"n57zCW\":[\"Konta nieprzypisane\"],\"n5pRtF\":[\"Utwórz bilet\"],\"n5vdm2\":[\"Żadne zdarzenia webhook nie zostały jeszcze zarejestrowane dla tego punktu końcowego. Zdarzenia pojawią się tutaj po ich wywołaniu.\"],\"n6EaWL\":[\"View logs\"],\"n8+Ng/\":[\"Wprowadź 5-cyfrowy kod\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Prefiks numeru\"],\"n8IUs7\":[\"Przychód brutto\"],\"n9V+ps\":[\"Wprowadź swoje imię\"],\"n9ZhRa\":[\"Wybierz datę i czas zakończenia\"],\"nAn4Oe\":[\"Zamówienie oznaczone jako opłacone\"],\"nBVOd7\":[\"Gdy uczestnik zostanie zaktualizowany\"],\"nBqgQb\":[\"Twój e-mail\"],\"nCywLA\":[\"Dołącz z dowolnego miejsca\"],\"nDBs04\":[\"Zarządzanie pojemnością\"],\"nE5o/t\":[\"Własność danych\"],\"nFm+5u\":[\"Tekst stopki\"],\"nHm0AI\":[\"Codzienna sprzedaż, podział podatków i opłat\"],\"nKtyYu\":[\"Przejdź do następnego kroku\"],\"nLC6tu\":[\"Francuski\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Wymagane działanie: Ponownie połącz swoje konto Stripe\"],\"nO3VbP\":[\"W sprzedaży \",[\"0\"]],\"nOBvex\":[\"Wysyłaj w czasie rzeczywistym dane o zamówieniach i uczestnikach do swoich zewnętrznych systemów.\"],\"nOhz3x\":[\"Wyloguj się\"],\"nP7CdQ\":[\"Edytuj webhook\"],\"nQI4H5\":[\"Połącz Stripe, aby włączyć edycję szablonów e-mail\"],\"nWhye/\":[\"Kto powinien zostać zapytany o to pytanie?\"],\"nYNT+5\":[\"Ustaw swoje wydarzenie\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Twoje zamówienie zostało anulowane.\"],\"nbfdhU\":[\"Integracje\"],\"ncwQad\":[\"(puste)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"Nie mogliśmy znaleźć szukanego biletu. Link mógł wygasnąć lub szczegóły biletu mogły się zmienić.\"],\"nfagfM\":[\"Valid\"],\"nfnm9D\":[\"Nazwa organizacji\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Nie udało się przesłać obrazu. Spróbuj ponownie.\"],\"nm3Iz/\":[\"Dziękujemy za udział!\"],\"nn3mSR\":[\"Pozostały czas:\"],\"nnfSdK\":[\"Unikalne klienty\"],\"nniGTr\":[\"Aby edytować konfiguracje, przejdź do sekcji Konfiguracje w menu administratora.\"],\"nqx+6h\":[\"Wykonaj te kroki, aby rozpocząć sprzedaż biletów na swoje wydarzenie.\"],\"nrGWUv\":[\"Dostosuj swoją stronę wydarzenia, aby pasowała do Twojej marki i stylu.\"],\"nrSs2u\":[\"Nie znaleziono wiadomości\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"URL webhook\"],\"nvOPBA\":[\"Linki dozwolone\"],\"nwtY4N\":[\"Coś poszło nie tak\"],\"nx+rqg\":[\"utwórz organizatora\"],\"ny2r8d\":[\"Gdy zamówienie zostanie anulowane\"],\"nz96Ue\":[\"1 typ biletu\"],\"o+tJN/\":[\"Poczekaj, przygotowujemy Twoich uczestników do eksportu...\"],\"o/blc/\":[\"Nie udało się zaktualizować konfiguracji konta\"],\"o1my93\":[\"Aktualizacja statusu organizatora nie powiodła się. Spróbuj ponownie później\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Gratulacje z okazji utworzenia wydarzenia!\"],\"o5r6b2\":[\"Zadanie usunięte\"],\"o6+Y6d\":[\"Wysyłanie ponownie...\"],\"o7LgX6\":[\"Możesz skonfigurować dodatkowe opłaty za usługi i podatki w ustawieniach konta.\"],\"o7s5FA\":[\"The language the attendee will receive emails in.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"WSKAZÓWKA\"],\"oHE9JT\":[\"Edytuj przypisanie pojemności\"],\"oI/hGR\":[\"ID zamówienia\"],\"oJjplO\":[\"Razem wyświetleń\"],\"oNL5vN\":[\"Przejdź do strony wydarzenia\"],\"oPknTP\":[\"Opcjonalne dodatkowe informacje, które pojawią się na wszystkich fakturach (np. warunki płatności, opłaty za opóźnienia, polityka zwrotów)\"],\"oQvMPn\":[\"Tytuł pytania\"],\"oR7zL3\":[\"Imię i nazwisko posiadacza biletu\"],\"oSDBWm\":[\"VAT Settings\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Moje bilety\"],\"oW5877\":[\"Suma zamówienia\"],\"oWXNE5\":[\"Ilość\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Dodaj do kalendarza\"],\"ocS8eq\":[\"Masz już konto? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Informacje o płatnościach offline\"],\"olKKwj\":[\"Skaner mobilny z obsługą offline i śledzeniem w czasie rzeczywistym\"],\"omyBS0\":[\"Liczba dni dozwolonych na płatność (pozostaw puste, aby pominąć warunki płatności z faktur)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Zarządzaj uczestnikiem\"],\"ophZVW\":[\"Zarządzaj biletami\"],\"oqr9HB\":[\"Zwiń ten produkt, gdy strona wydarzenia jest początkowo ładowana\"],\"orBECM\":[\"Razem zebrano\"],\"orluER\":[\"Śledź wzrost konta i wydajność według źródła atrybuacji\"],\"os29v1\":[\"Ten link resetowania hasła jest nieprawidłowy lub wygasł.\"],\"ouM5IM\":[\"Spróbuj innego e-maila\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Domyślny\"],\"p/Sa0j\":[\"Twoje konto ma limity wiadomości. Aby zwiększyć swoje limity, skontaktuj się z nami pod adresem\"],\"p2/GCq\":[\"Potwierdź hasło\"],\"p2FRHj\":[\"Kontroluj, jak opłaty platformy są obsługiwane dla tego wydarzenia\"],\"p2WLr3\":[\"Zameldowanie \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Wybierz kategorię\"],\"pAey+4\":[\"Plik jest zbyt duży. Maksymalny rozmiar to 5 MB.\"],\"pCLes8\":[\"Musisz wyrazić zgodę na otrzymywanie wiadomości\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Bilet został pomyślnie ponownie wysłany\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Ostatnie rejestracje kont\"],\"pMLul+\":[\"Wszystkie waluty\"],\"pNgdBv\":[\"Brak dostępnych produktów w tej kategorii\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Czy na pewno chcesz opublikować tę stronę organizatora? To sprawi, że strona organizatora będzie widoczna dla publiczności\"],\"pZNOT9\":[\"Brak daty zakończenia\"],\"pbAk7a\":[\"Połącz Stripe\"],\"pjp2n5\":[\"Wybierz, kto płaci opłatę platformy. Nie wpływa to na dodatkowe opłaty skonfigurowane w ustawieniach konta.\"],\"pkk46Q\":[\"Wybierz organizatora\"],\"pn5qSs\":[\"Dodatkowe informacje\"],\"pnVh83\":[\"VAT Number\"],\"pnoTN5\":[\"Konta poleceń\"],\"poTr35\":[\"Edytuj użytkownika\"],\"ppuQR4\":[\"Zamówienie utworzone\"],\"pqFrv2\":[\"np. 2.50 za 2.50 USD\"],\"prZGMe\":[\"Wymagaj adresu rozliczeniowego\"],\"psosdY\":[\"Link do szczegółów zamówienia\"],\"psqIm5\":[\"Współpracuj ze swoją drużyną, aby tworzyć niesamowite wydarzenia razem.\"],\"pvnfJD\":[\"Ciemny\"],\"pxNIxa\":[\"Dostosuj swój szablon e-mail za pomocą szablonów Liquid\"],\"q/CcwE\":[\"Data zamówienia\"],\"q1BizZ\":[\"Wyślemy Twoje bilety na ten e-mail\"],\"q2LEDV\":[\"Nie znaleziono uczestników dla tego zamówienia.\"],\"q6XHL1\":[\"Typ ceny\"],\"q7TRd7\":[\"Czy na pewno chcesz aktywować tego uczestnika?\"],\"qCJyMx\":[\"Wiadomość po płatności\"],\"qCqdg6\":[\"Status zameldowania\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Kupujący widzą czystą cenę. Opłata platformy jest odejmowana od Twojej wypłaty.\"],\"qGZz0m\":[\"Jesteś na liście oczekujących!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Wiadomości wychodzące\"],\"qNuTh3\":[\"Wyjątek\"],\"qY4rpA\":[\"Zwrot nie powiódł się\"],\"qcP/8K\":[\"Zaplanowany czas\"],\"qdfdgM\":[\"123 Główna Ulica\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Wszystko gotowe! Teraz używasz naszego ulepszonego systemu płatności.\"],\"qnSLLW\":[\"<0>Wprowadź cenę bez podatków i opłat.<1>Podatki i opłaty można dodać poniżej.\"],\"qpC74J\":[\"Nie znaleziono użytkowników\"],\"qqWcBV\":[\"Zakończone\"],\"qqeAJM\":[\"Nigdy\"],\"qtGTNu\":[\"Konta organiczne\"],\"qu6/03\":[\"Podatki i opłaty\"],\"quR8Qp\":[\"Oczekiwanie na płatność\"],\"qv4bfj\":[\"Opłata, jak opłata rezerwacyjna lub opłata serwisowa\"],\"qvF+MT\":[\"Monitoruj i zarządzaj nieudanymi zadaniami w tle\"],\"qvylEK\":[\"Uczestnik utworzony\"],\"r+lQXT\":[\"Wprowadź swój numer VAT\"],\"r2B2P8\":[\"Kopiuj URL zameldowania\"],\"r9M1hc\":[\"Szukaj list odpraw...\"],\"rDC+T6\":[\"Spróbuj ponownie zadanie\"],\"rLHma1\":[\"Status organizatora zaktualizowany\"],\"rMcHYt\":[\"Zwrot jest w toku. Proszę czekać na jego zakończenie przed złożeniem nowego żądania zwrotu.\"],\"rPA+Gc\":[\"Preferencje komunikacyjne\"],\"rXngLf\":[\"Tytuł SEO\"],\"rYXfOA\":[\"Ustawienia regionalne\"],\"raw09+\":[\"Skonfiguruj, jak zbierane są szczegóły uczestnika podczas płatności\"],\"rdUucN\":[\"Podgląd\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Nie będzie to widoczne dla klientów, ale pomaga Ci zidentyfikować partnera afiliacji.\"],\"rmelwV\":[\"0 minut i 0 sekund\"],\"rnoQsz\":[\"Used for borders, highlights, and QR code styling\"],\"rp/zaT\":[\"Brazylijski portugalski\"],\"rpGMzC\":[\"Nie udało się zaktualizować zamówienia\"],\"ruJO57\":[\"Nazwa zadania\"],\"rxy0tG\":[\"Nie udało się zweryfikować adresu e-mail\"],\"rzw+wS\":[\"Posiadacze zamówień\"],\"s/0RpH\":[\"Liczba użyć\"],\"s0FkEx\":[\"Ustaw listy odpraw dla różnych wejść, sesji lub dni.\"],\"s14PLh\":[\"Wystawiasz częściowy zwrot. Klient otrzyma zwrot \",[\"0\"],\" \",[\"1\"],\".\"],\"s4JozW\":[\"Czy na pewno chcesz przywrócić to wydarzenie? Zostanie przywrócone jako szkic wydarzenia.\"],\"s5QRF3\":[\"Powrót do wiadomości\"],\"s6EF6K\":[\"Natychmiastowe wypłaty\"],\"s8v9hq\":[\"Wróć do strony wydarzenia\"],\"s9KGXU\":[\"Sprzedane\"],\"sBV87H\":[\"Przejdź do tworzenia wydarzenia\"],\"sCV5Yc\":[\"Nazwa wydarzenia\"],\"sF+Xp9\":[\"Wyświetlenia strony\"],\"sFFArG\":[\"Nazwa musi mieć mniej niż 255 znaków\"],\"sGEOe4\":[\"Use a blurred version of the cover image as the background\"],\"sGjBEq\":[\"Data i czas zakończenia (opcjonalne)\"],\"sJsr1h\":[\"Typ produktu\"],\"sLbJQz\":[\"Zamówienie nie znalezione\"],\"sMiGXD\":[\"Sprawdź, czy Twój email jest prawidłowy\"],\"sQia9P\":[\"Zaloguj się\"],\"sQxe68\":[\"Wyślij ponownie potwierdzenie\"],\"sYLeDq\":[\"Organizator, którego szukasz, nie został znaleziony. Strona mogła być przeniesiona, usunięta lub adres URL może być nieprawidłowy.\"],\"sYpiZP\":[\"Utwórz kod promocyjny\"],\"sZg7s1\":[\"Data wygaśnięcia\"],\"saG4At\":[\"Wiadomość zaplanowana\"],\"sby+1/\":[\"Kliknij, aby skopiować\"],\"sd5IMt\":[\"Zamówienia zakończone\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Możesz utworzyć kod promocyjny, który jest ukierunkowany na ten produkt w\"],\"shkJ3U\":[\"Połącz swoje konto Stripe, aby otrzymywać środki ze sprzedaży biletów.\"],\"sjNPMw\":[\"To zamówienie zostało porzucone. Możesz rozpocząć nowe zamówienie w dowolnym momencie.\"],\"snMaH4\":[\"Usuń webhook\"],\"spsZys\":[\"Gotowy do aktualizacji? To zajmuje tylko kilka minut.\"],\"sq7vjE\":[\"Wyróżnione produkty będą miały inny kolor tła, aby wyróżnić się na stronie wydarzenia.\"],\"sqdl5s\":[\"VAT Information\"],\"ss9PbX\":[\"Uczestnik\"],\"sxKqBm\":[\"Pełna kwota zamówienia zostanie zwrócona do oryginalnej metody płatności klienta.\"],\"sy6fss\":[\"Dotyczy \",[\"0\"],\" produktów\"],\"sy9anN\":[\"Jak długo klient ma na sfinalizowanie zakupu po otrzymaniu oferty. Pozostaw puste, aby nie było limitu czasu.\"],\"szSnlj\":[\"1 godzinę przed wydarzeniem\"],\"t/KVOk\":[\"Nie udało się rozpocząć personifikacji. Spróbuj ponownie.\"],\"t/YqKh\":[\"Usuń\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Wyświetlanie \",[\"0\"],\" z \",[\"totalRows\"],\" rekordów\"],\"t2bbp8\":[\"Edytuj uczestnika\"],\"t3AMTs\":[\"Platforma zarządzania wydarzeniami\"],\"t41hVI\":[\"Re-offer Spot\"],\"t79rDv\":[\"Bilet nie znaleziony\"],\"t7TeQU\":[\"Wiadomości\"],\"t9yxlZ\":[\"Raporty\"],\"tDTq0D\":[\"Limit czasu zamówienia\"],\"tDwYhx\":[\"Motyw i kolory\"],\"tF+VVr\":[\"Bilet VIP\"],\"tFbRKJ\":[\"Nie możesz edytować roli lub statusu właściciela konta.\"],\"tGCY6d\":[\"Cena biletu\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"VAT Treatment for Platform Fees\"],\"tKCBU0\":[\"Ostatnio używany\"],\"tKKZn0\":[\"View Order Details\"],\"tKcbYd\":[\"Nieudane zadania\"],\"tLf3yJ\":[\"Ponieważ Twoja firma ma siedzibę w Irlandii, irlandzki VAT w wysokości 23% stosuje się automatycznie do wszystkich opłat platformy.\"],\"tMFDem\":[\"Brak dostępnych danych\"],\"tMNBEF\":[\"Listy odpraw pozwalają kontrolować wejście w różnych dniach, obszarach lub typach biletów. Możesz udostępnić bezpieczny link do odprawy personelowi — konto nie jest wymagane.\"],\"tMeVa/\":[\"Pytaj o imię i e-mail dla każdego zakupionego biletu\"],\"tNZzFb\":[\"Treść wiadomości\"],\"tOXAdc\":[\"Anulowanie anuluje wszystkich uczestników związanych z tym zamówieniem i zwolni bilety z powrotem do dostępnej puli.\"],\"tPtRwl\":[\"Edytuj opłaty aplikacji\"],\"tRXdQ9\":[\"Gdy produkt zostanie zaktualizowany\"],\"tSVr6t\":[\"Podszywaj się\"],\"tUGbi8\":[\"Kopiuj moje szczegóły do:\"],\"tVJk4q\":[\"Anuluj zamówienie\"],\"tVW/yo\":[\"Wybierz walutę\"],\"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.\"],\"tYF4Zq\":[\"Drukuj do PDF\"],\"tasfos\":[\"usuń\"],\"td/bh+\":[\"Powrót do raportów\"],\"tdD/QN\":[\"Edytuj produkt\"],\"tejfAy\":[\"Listy odpraw\"],\"tfDRzk\":[\"Zapisz\"],\"tiI71C\":[\"Aby zwiększyć swoje limity, skontaktuj się z nami pod adresem\"],\"tnL+GP\":[\"Nieprawidłowa składnia Liquid. Popraw ją i spróbuj ponownie.\"],\"toutGW\":[\"Kod QR\"],\"tq0abZ\":[\"Nie udało się usunąć zadań\"],\"trnWaw\":[\"Polski\"],\"tst44n\":[\"Wydarzenia\"],\"tudG8q\":[\"Utwórz i skonfiguruj bilety i towary na sprzedaż.\"],\"u0n+wz\":[\"Lista oczekujących\"],\"u5oO/W\":[\"Ustawienia płatności offline\"],\"u6FPxT\":[\"Zdobądź bilety\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Status\"],\"uBAxNB\":[\"Edytor\"],\"uCFbG2\":[\"Partner usunięty pomyślnie\"],\"uEhdRh\":[\"Tylko promocyjne\"],\"uIElGP\":[\"Niestandardowy URL map\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Prawda, jeśli płatność offline\"],\"uM9Alj\":[\"Ten produkt jest wyróżniony na stronie wydarzenia\"],\"uN355O\":[\"Utwórz wydarzenie\"],\"uOXLV3\":[\"Zgadzam się z <0>regulaminem\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Wiadomość anulowana\"],\"uQynyf\":[\"Nie udało się zaktualizować konfiguracji\"],\"uRfugr\":[\"Koszulka\"],\"uUPbPg\":[\"Kopiuj link partnera\"],\"uUehLT\":[\"Oczekuje\"],\"uaSvqt\":[\"Data wygaśnięcia\"],\"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\"],\"ucgZ0o\":[\"Organizacja\"],\"uchB0M\":[\"Podgląd widgetu\"],\"udRwQs\":[\"Odprawa utworzona\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Połącz swoje konto Stripe, aby rozpocząć przyjmowanie płatności.\"],\"uq2BmQ\":[\"Ostatnie 30 dni\"],\"uvIqcj\":[\"Warsztaty\"],\"uyJsf6\":[\"O\"],\"uzEfRz\":[\"Notatki zamówienia\"],\"v1P7Gm\":[\"Ustawienia widgetu\"],\"v1kQyJ\":[\"Webhooki\"],\"v1rRtW\":[\"Wyślij test\"],\"v2GlhZ\":[\"Weryfikacja aktualnego numeru VAT nie powiodła się\"],\"v4+lcZ\":[\"Edytuj partnera\"],\"v4fiSg\":[\"Sprawdź swoją pocztę e-mail\"],\"v7xKtM\":[\"Poziom wiadomości zaktualizowany pomyślnie\"],\"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.\"],\"vAbVy9\":[\"Darmowy produkt, nie wymaga informacji o płatności\"],\"vERlcd\":[\"Profil\"],\"vFjEnF\":[\"Oznacz jako opłacone\"],\"vJuISq\":[\"Czy na pewno chcesz usunąć to przypisanie pojemności?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Nie udało się usunąć pytania\"],\"vLyv1R\":[\"Ukryj\"],\"vOuxvL\":[\"Informacja o koncie\"],\"vPJ1FI\":[\"Kwota procentowa\"],\"vPeW/6\":[\"Czy na pewno chcesz usunąć tę konfigurację? Może to wpłynąć na konta jej używające.\"],\"vPqpQG\":[\"Lista odpraw nie znaleziona\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Edytuj szczegóły zamówienia\"],\"vRznIT\":[\"Wystąpił błąd podczas sprawdzania statusu eksportu.\"],\"vX8/tc\":[\"Tytuł mojego niesamowitego wydarzenia...\"],\"vXIe7J\":[\"Język\"],\"vXPSuB\":[\"Aktualizuj profil\"],\"vYgeDk\":[\"Odznacz wszystko\"],\"vZ5qKF\":[\"Automatycznie dopasuj wysokość widgetu na podstawie zawartości. Gdy wyłączone, widget wypełni wysokość kontenera.\"],\"vb0Q0/\":[\"Razem użytkowników\"],\"vcyz2L\":[\"Ustawienia płatności\"],\"ve9JTU\":[\"Nazwisko jest wymagane\"],\"veessc\":[\"Twoi uczestnicy pojawią się tutaj po zarejestrowaniu się na Twoje wydarzenie. Możesz również ręcznie dodać uczestników.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Ostatnie 14 dni\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Duplikuj wydarzenie\"],\"vlf/In\":[\"Technologia\"],\"vmOFL/\":[\"Nie mogliśmy przetworzyć Twojej płatności. Proszę spróbować ponownie lub skontaktować się z pomocą techniczną.\"],\"vqji3Y\":[\"VAT number validation failed. Please check your VAT number.\"],\"vrSW9M\":[\"Zamówienie zostało anulowane i zwrócone. Właściciel zamówienia został powiadomiony.\"],\"vt9xUl\":[\"Analityka w czasie rzeczywistym\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Zamówienie oznaczone jako opłacone\"],\"vu7ZGG\":[\"Logo i okładka\"],\"vu7gDm\":[\"Usuń partnera\"],\"vv7kpg\":[\"Anulowane\"],\"vvO1I2\":[\"Twoje konto Stripe jest połączone i gotowe do przetwarzania płatności.\"],\"vwGkYB\":[\"Hasło musi mieć co najmniej 8 znaków\"],\"vzJenu\":[\"Pomyślnie zaktualizowane ustawienia email\"],\"w36OkR\":[\"Najczęściej oglądane wydarzenia (ostatnie 14 dni)\"],\"w65ZgF\":[\"Musisz zweryfikować e-mail konta, zanim będziesz mógł modyfikować szablony e-mail.\"],\"wBJR8i\":[\"Planujesz wydarzenie?\"],\"wCKkSr\":[\"Verify Email\"],\"wDioLj\":[\"Nie udało się ponowić zadania\"],\"wDx3FF\":[\"Brak dostępnych produktów dla tego wydarzenia\"],\"wIa8Qe\":[\"Wyślij ponownie zaproszenie\"],\"wJTzyi\":[\"Status płatności\"],\"wJijgU\":[\"Lokalizacja\"],\"wJzo/w\":[\"Zalecamy wymiary 400px na 400px i maksymalny rozmiar pliku 5MB\"],\"wPRp9Z\":[\"Widoczne tylko dla personelu odprawy. Pomaga zidentyfikować tę listę podczas odprawy.\"],\"wPmXlA\":[\"Pierwszy numer faktury\"],\"wQzCPX\":[\"Informacje podatkowe wyświetlane na dole wszystkich faktur (np. numer VAT, rejestracja podatkowa)\"],\"wUv5xQ\":[\"Brak aktywności organizatora w ciągu ostatnich 14 dni\"],\"wYiAtV\":[\"Brak ostatnich rejestracji kont\"],\"wckWOP\":[\"Zarządzaj\"],\"wdxz7K\":[\"Źródło\"],\"whqocw\":[\"Rejestrując się, zgadzasz się na nasze <0>Warunki korzystania z usługi i <1>Politykę prywatności.\"],\"wlfBad\":[\"Okres sprzedaży\"],\"wnDgGj\":[\"Potwierdzanie adresu e-mail...\"],\"wpfWhJ\":[\"Imię klienta\"],\"wpj63n\":[\"Ustawienia organizatora\"],\"wu98dY\":[\"Pytaj raz na produkt\"],\"wuV0bK\":[\"Zatrzymaj personifikację\"],\"wuyaZh\":[\"Eksport pomyślny\"],\"x/xjzn\":[\"Twoi partnerzy afiliacji zostali pomyślnie wyeksportowani.\"],\"x1PPdr\":[\"Kod pocztowy\"],\"x2mjl4\":[\"Wprowadź prawidłowy URL obrazu, który wskazuje na obraz.\"],\"x3wVFc\":[\"Congratulations! Your event is now visible to the public.\"],\"x4MLWE\":[\"Potwierdzenie zamówienia\"],\"x5+Lcz\":[\"Nie zameldowany\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Bilet uczestnika nie jest uwzględniony na tej liście\"],\"x8XMsJ\":[\"Wybierz poziom wiadomości dla tego konta. To kontroluje limity wiadomości i uprawnienia do łączy.\"],\"x8rEDQ\":[\"Nie mogliśmy zweryfikować numeru VAT po wielu próbach. Będziemy kontynuować próby w tle. Proszę sprawdzić później.\"],\"xDAtGP\":[\"Wiadomość\"],\"xDzTh7\":[\"Nie udało się pobrać faktury. Spróbuj ponownie.\"],\"xFRMlO\":[\"Minimum na zamówienie\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" po aktualnym kursie\"],\"xFj7Yj\":[\"Nie udało się usunąć szablonu\"],\"xGU92i\":[\"Uzupełnij swój profil, aby dołączyć do drużyny.\"],\"xGVfLh\":[\"Kontynuuj\"],\"xHpVRl\":[\"Status zwrotu\"],\"xJaTUK\":[\"Dostosuj układ, kolory i branding strony głównej Twojego wydarzenia.\"],\"xMDm+I\":[\"Zameldowanie\"],\"xMO+Ao\":[\"Ustaw swoją organizację\"],\"xMekgu\":[\"Dodaj wszelkie notatki o zamówieniu...\"],\"xN9AhL\":[\"Warstwa \",[\"0\"]],\"xTPjSy\":[\"Przeszłe wydarzenia\"],\"xUgUTh\":[\"Wprowadź imię\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Zawsze dostępne\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Narzędzia\"],\"xdA9ud\":[\"Umieść to w swojej strony internetowej.\"],\"xdiER7\":[\"Przypisany poziom\"],\"xeIaKw\":[\"Czy na pewno chcesz ponownie wysłać bilet do \",[\"0\"],\"?\"],\"xfKgwv\":[\"Utwórz partnera\"],\"xgL50q\":[\"Czym są produkty warstwowe?\"],\"xgav5v\":[\"Płatność powiodła się!\"],\"xnWESi\":[\"Potwierdź hasło\"],\"xowcRf\":[\"Warunki korzystania z usługi\"],\"xrWdPR\":[\"Szablon usunięty pomyślnie\"],\"xxU3NX\":[\"Dochód netto\"],\"xxv3BZ\":[\"Ta lista kontrolna wygasła\"],\"xzRvs4\":[\"Otrzymuj aktualizacje produktów od \",[\"0\"],\".\"],\"y/NR6s\":[\"Pomyślnie zaktualizowana lokalizacja\"],\"y0meFR\":[\"Irlandzki VAT w wysokości 23% zostanie zastosowany do opłat platformy (dostawa krajowa).\"],\"y1BZw1\":[\"Wprowadź adres firmy\"],\"y1eoq1\":[\"Copy link\"],\"y22tv0\":[\"Kopiuj ten link, aby udostępnić go wszędzie\"],\"y3qNri\":[\"Będziesz potrzebować co najmniej jednego produktu, aby zacząć. Darmowy, płatny lub pozwól użytkownikowi zdecydować, ile zapłacić.\"],\"y55eMd\":[\"Liczba użyć\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Brak wydarzeń do wyświetlenia\"],\"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.\"],\"yDOdwQ\":[\"User Management\"],\"yIRev4\":[\"Utwórz hasło\"],\"yKWfjC\":[\"Strona kodu promocyjnego\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Brak nadchodzących wydarzeń\"],\"yNi4PV\":[\"Nie możesz odprawić uczestników z nieopłaconymi zamówieniami. To ustawienie można zmienić w ustawieniach wydarzenia.\"],\"yPI7n9\":[\"Słowa kluczowe oddzielone przecinkami opisujące wydarzenie. Będą używane przez wyszukiwarki do kategoryzacji i indeksowania wydarzenia\"],\"yPZN4i\":[\"Ta strona zamówienia nie jest już dostępna.\"],\"yPrbsy\":[\"Odbiorcy\"],\"yRg26W\":[\"Sprzedaż brutto\"],\"ySQGHV\":[\"Ukryj produkt po wyprzedaniu\"],\"ySeBKv\":[\"Ten bilet został już zeskanowany\"],\"ySxKZe\":[\"Ile razy można użyć tego kodu?\"],\"yT6dQ8\":[\"Podatek zebrane pogrupowane po typie podatku i imprezie\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 bilet\"],\"yWiPh+\":[\"Dodaj podatek lub opłatę\"],\"yZfBoy\":[\"Twoja wiadomość została wysłana\"],\"yhjU+j\":[\"Pobieranie faktury\"],\"yiy8Jt\":[\"Tworzenie Twojego profilu organizatora, proszę czekać\"],\"yj3N+g\":[\"1 dzień po dacie rozpoczęcia\"],\"yjkELF\":[\"Potwierdź nowe hasło\"],\"ylXj1N\":[\"Wybrane\"],\"ypJ62C\":[\"Zniżka %\"],\"yxhYRZ\":[[\"0\"],\" <0>wymeldowany pomyślnie\"],\"yz7wBu\":[\"Zamknij\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"Zaplanowany czas jest wymagany\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Oficjalnie przenieśliśmy naszą siedzibę do Irlandii 🇮🇪. W ramach tej zmiany korzystamy teraz ze Stripe Irlandia zamiast Stripe Kanada. Aby Twoje wypłaty działały sprawnie, musisz ponownie połączyć swoje konto Stripe.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Nie udało się wyeksportować raportu. Spróbuj ponownie.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Brak produktów dostępnych do wyboru\"],\"zLmvhE\":[\"Pomyślnie utworzony uczestnik\"],\"zNECqg\":[\"bilety\"],\"zNZNMs\":[\"View Message\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Wybierz poziom\"],\"zPiC+q\":[\"Kwalifikujące się listy zameldowań\"],\"zTkTF3\":[\"Nie udało się zapisać szablonu\"],\"zUDyah\":[\"Logowanie\"],\"zWqUyJ\":[\"Stała opłata pobierana za transakcję\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Utwórz szablon \",[\"0\"]],\"zgCHnE\":[\"Codzienny raport sprzedaży\"],\"ziAjHi\":[\"Generuj\"],\"zlHa5R\":[\"Żadni uczestnicy nie zostali dodani do tego zamówienia.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Telefon\"],\"znIg+z\":[\"Płatność\"],\"zpekWp\":[\"Sprzedaż rozpoczyna się \",[\"0\"]],\"zppscQ\":[\"Opłaty platformy Hi.Events i podział VAT według transakcji\"],\"zxnup4\":[\"Brak partnerów do wyświetlenia\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Powodzenie\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/pl.po b/frontend/src/locales/pl.po index 63807ab5f..6ab10b9f0 100644 --- a/frontend/src/locales/pl.po +++ b/frontend/src/locales/pl.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Kliknij, aby cofnąć publikację" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'Nie ma jeszcze nic do pokazania'" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'Nie ma jeszcze nic do pokazania'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(puste)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} jest już zameldowany" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>zameldowany pomyślnie" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>wymeldowany pomyślnie" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} Aktywne webhooki" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} dostępne" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} utworzony pomyślnie" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} pozostało" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "logo {0}" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} organizatorów" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} biletów" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} zaktualizowany pomyślnie" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} zameldowanych" @@ -148,6 +169,7 @@ msgstr "<0>Liczba produktów dostępnych dla tego produktu<1>Ta wartość mo msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} po aktualnym kursie" @@ -251,6 +273,11 @@ msgstr "Opłata, jak opłata rezerwacyjna lub opłata serwisowa" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Stała kwota za produkt. Np. 0,50 USD za produkt" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Pole tekstowe wielowierszowe" @@ -300,7 +327,7 @@ msgstr "Standardowy podatek, jak VAT lub GST" msgid "Abandoned" msgstr "Porzucony" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "O" @@ -403,7 +430,8 @@ msgstr "Wymagane działanie: Potrzebne informacje VAT" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Akcje" @@ -510,7 +538,7 @@ msgstr "Dodaj poziom" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Dodaj do kalendarza" @@ -660,7 +688,7 @@ msgstr "Wszystkie zadania w kolejce do ponowienia" msgid "All Products" msgstr "Wszystkie produkty" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "" @@ -699,6 +727,7 @@ msgstr "Prawie gotowe! Zakończ łączenie swojego konta Stripe, aby zacząć pr msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Prawie gotowe! Czekamy tylko na przetworzenie Twojej płatności. To powinno zająć tylko kilka sekund." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Masz już konto? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Niesamowite, Wydarzenie, Słowa kluczowe..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Kwota" @@ -734,6 +762,7 @@ msgstr "Kwota" msgid "Amount Paid" msgstr "Kwota zapłacona" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Kwota zapłacona ({0})" @@ -762,6 +791,11 @@ msgstr "Wystąpił nieoczekiwany błąd." msgid "An unexpected error occurred. Please try again." msgstr "Wystąpił nieoczekiwany błąd. Spróbuj ponownie." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Odpowiedź zaktualizowana pomyślnie." @@ -778,10 +812,11 @@ msgstr "Wygląd" msgid "Application Fees Configuration" msgstr "Konfiguracja opłat aplikacji" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "zastosowane" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Dotyczy {0} produktów" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "Dotyczy 1 produktu" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Zastosuj" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Zastosuj kod promocyjny" +#~ msgid "Apply Promo Code" +#~ msgstr "Zastosuj kod promocyjny" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Czy na pewno chcesz zrobić tę stronę organizatora szkicem? To sprawi, msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Czy na pewno chcesz opublikować tę stronę organizatora? To sprawi, że strona organizatora będzie widoczna dla publiczności" -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "" -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Czy na pewno chcesz opublikować to wydarzenie? Po opublikowaniu będzie widoczne dla publiczności." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Czy na pewno chcesz opublikować ten profil organizatora? Po opublikowaniu będzie widoczny dla publiczności." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Czy na pewno chcesz usunąć ten wpis z listy oczekujących?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Czy na pewno chcesz ponownie wysłać potwierdzenie zamówienia do {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Czy na pewno chcesz ponownie wysłać bilet do {0}?" @@ -909,11 +947,11 @@ msgstr "Czy na pewno chcesz ponownie wysłać bilet do {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Czy na pewno chcesz przywrócić to wydarzenie? Zostanie przywrócone jako szkic wydarzenia." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Czy na pewno chcesz cofnąć publikację tego wydarzenia? Nie będzie już widoczne dla publiczności." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Czy na pewno chcesz cofnąć publikację tego profilu organizatora? Nie będzie już widoczny dla publiczności." @@ -1101,7 +1139,7 @@ msgstr "Automatyczne dopasowanie rozmiaru" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Automatyczne przetwarzanie listy oczekujących" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Automatycznie wykrywane na podstawie koloru tła, ale można nadpisać" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Automatycznie oferuj bilety następnej osobie, gdy pojawi się dostępność" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Automatycznie oferuj bilety następnej osobie, gdy pojawi się dostępność" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Powrót do raportów" msgid "Background Color" msgstr "Kolor tła" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Typ tła" @@ -1261,7 +1303,7 @@ msgstr "Nazwa firmy" msgid "Button Label" msgstr "Etykieta przycisku" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Tekst przycisku" @@ -1273,6 +1315,7 @@ msgstr "Kupujący płaci" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Kupujący widzą czystą cenę. Opłata platformy jest odejmowana od Twojej wypłaty." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Kampania" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Anuluj" @@ -1343,6 +1387,7 @@ msgstr "Anuluj zamówienie" msgid "Cancel Order" msgstr "Anuluj zamówienie" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Anuluj zamówienie {0}" @@ -1355,11 +1400,11 @@ msgstr "Anulowanie anuluje wszystkich uczestników związanych z tym zamówienie #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Dobroczynność" msgid "Check In" msgstr "Zameldowanie" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Zameldowanie {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Chiński (tradycyjny)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Wybierz kolor dla swojego tła" +#~ msgid "Choose a color for your background" +#~ msgstr "Wybierz kolor dla swojego tła" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Miasto" msgid "Clear Search Text" msgstr "Wyczyść tekst wyszukiwania" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Kliknij, aby skopiować" @@ -1600,15 +1656,15 @@ msgstr "Kliknij, aby skopiować" msgid "Click to view notes" msgstr "Kliknij, aby zobaczyć notatki" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "zamknij" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Zamknij" @@ -1672,8 +1728,8 @@ msgstr "Zbierz szczegóły na bilet" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Kolor" +#~ msgid "Color" +#~ msgstr "Kolor" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Skonfiguruj podatki i opłaty" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Skonfiguruj ustawienia listy oczekujących dla tego wydarzenia" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Skonfiguruj ustawienia listy oczekujących dla tego wydarzenia" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Skonfigurowany rabat" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Potwierdź" @@ -1942,12 +1999,14 @@ msgstr "Połączony z Stripe" msgid "Connection Details" msgstr "Szczegóły połączenia" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Kontakt" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Kontakt {0}" @@ -1963,12 +2022,12 @@ msgstr "E-mail kontaktowy do wsparcia" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Kontynuuj" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Tekst przycisku kontynuacji" @@ -1982,7 +2041,7 @@ msgstr "Kontynuuj konfigurację" msgid "Continue Setup" msgstr "Kontynuuj konfigurację" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Przejdź do płatności" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Okładka" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Obraz okładki" @@ -2110,10 +2171,12 @@ msgstr "Obraz okładki będzie wyświetlany na górze strony organizatora" msgid "Create" msgstr "Utwórz" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Utwórz {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Utwórz szablon {0}" @@ -2339,6 +2402,10 @@ msgstr "Niestandardowe branding" msgid "Custom date and time" msgstr "Niestandardowa data i godzina" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "Niestandardowy URL map" @@ -2415,7 +2482,7 @@ msgstr "Dostosuj pytania zadawane podczas płatności, aby zebrać ważne inform msgid "Customize the SEO settings for this event" msgstr "Dostosuj ustawienia SEO dla tego wydarzenia" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Dostosuj tekst wyświetlany na przycisku kontynuacji" @@ -2613,6 +2680,7 @@ msgstr "Zniżka" msgid "Discount %" msgstr "Zniżka %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Zniżka w {0}" @@ -2621,7 +2689,7 @@ msgstr "Zniżka w {0}" msgid "Discount Type" msgstr "Typ zniżki" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Odrzuć tę wiadomość" @@ -2704,10 +2772,16 @@ msgstr "Ze względu na wysokie ryzyko spamu, musisz połączyć konto Stripe prz #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"Ze względu na wysokie ryzyko spamu, musisz połączyć konto Stripe przed wysłaniem wiadomości do uczestników.\n" -"To zapewnia, że wszyscy organizatorzy wydarzeń są zweryfikowani i odpowiedzialni." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "Ze względu na wysokie ryzyko spamu, musisz połączyć konto Stripe przed wysłaniem wiadomości do uczestników.\n" +#~ "To zapewnia, że wszyscy organizatorzy wydarzeń są zweryfikowani i odpowiedzialni." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Duplikuj produkt" msgid "Dutch" msgstr "Holenderski" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "np. 180 (3 godziny)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "np. Kup bilety, Zarejestruj się teraz" @@ -2768,11 +2842,14 @@ msgstr "Wcześniak" msgid "Edit" msgstr "Edytuj" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Edytuj {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Edytuj szablon {0}" @@ -2907,7 +2984,7 @@ msgstr "Kwalifikujące się listy zameldowań" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Wprowadź swoje imię" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Wprowadź swój numer VAT wraz z kodem kraju, bez spacji (np. IE1234567A, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Wpisy pojawią się tutaj, gdy klienci dołączą do listy oczekujących na wyprzedane produkty." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Ustawienia wydarzenia" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Aktualizacja statusu wydarzenia nie powiodła się. Spróbuj ponownie później" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "Wyjątek" msgid "Expiration date" msgstr "Data wygaśnięcia" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Wygasłe" @@ -3566,7 +3643,7 @@ msgstr "Nie udało się załadować odbiorców" msgid "Failed to load Webhook" msgstr "Nie udało się załadować webhooka" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "" @@ -3574,6 +3651,10 @@ msgstr "" msgid "Failed to offer tickets" msgstr "Nie udało się zaoferować biletów" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Nie udało się zmienić kolejności pytań" @@ -3778,7 +3859,7 @@ msgstr "Imię" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Imię" msgid "First Name" msgstr "Imię" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "Zapomniałeś hasła?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Darmowy" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "Niemiecki" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Uzyskaj wskazówki" +#~ msgid "Get Directions" +#~ msgstr "Uzyskaj wskazówki" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Otrzymaj płatność natychmiast za pośrednictwem Stripe Connect" msgid "Get started" msgstr "Zacznij" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Zdobądź bilety" @@ -3987,10 +4068,11 @@ msgstr "Zarządzanie gośćmi" msgid "Guests" msgstr "Goście" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Masz kod promocyjny?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Cześć {0}, zarządzaj swoją platformą stąd." @@ -4020,6 +4102,7 @@ msgstr "Oto Twój link partnerski" msgid "Here's what to expect:" msgstr "Oto czego możesz się spodziewać:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Cześć {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Ukryte przed widokiem publicznym" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "Ukryte pytania są widoczne tylko dla organizatora wydarzenia, a nie dla klienta." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Ukryj" @@ -4134,8 +4216,8 @@ msgstr "Projekt strony głównej" msgid "Homepage Designer" msgstr "Projektant strony głównej" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Podgląd strony głównej" @@ -4144,7 +4226,7 @@ msgstr "Podgląd strony głównej" msgid "Homer" msgstr "Jan" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "Jak długo klient ma na sfinalizowanie zakupu po otrzymaniu oferty. Pozostaw puste, aby nie było limitu czasu." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Węgierski" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Zgadzam się na otrzymywanie powiadomień e-mail związanych z tym wydarzeniem" @@ -4193,7 +4275,7 @@ msgstr "Zgadzam się z <0>regulaminem" msgid "I confirm this is a transactional message related to this event" msgstr "Potwierdzam, że jest to wiadomość transakcyjna związana z tym wydarzeniem" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Jeśli nowa karta nie otworzyła się automatycznie, kliknij przycisk poniżej, aby kontynuować płatność." @@ -4299,6 +4381,7 @@ msgstr "Dołącz szczegóły połączenia dla swojego wydarzenia online. Te szcz msgid "Include tax and fees in the price" msgstr "Uwzględnij podatek i opłaty w cenie" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Zawiera {0} produktów" @@ -4477,21 +4560,25 @@ msgstr "Jan" msgid "Johnson" msgstr "Kowalski" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Dołącz z dowolnego miejsca" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Dołącz do listy oczekujących" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Dołącz do listy oczekujących na {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Dołącz do listy oczekujących na {0}" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Dołączono" @@ -4503,6 +4590,7 @@ msgstr "Po prostu kliknij przycisk poniżej, aby ponownie połączyć swoje kont msgid "Just looking for your tickets?" msgstr "Szukasz tylko swoich biletów?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Informuj mnie o nowościach i wydarzeniach od {0}" @@ -4574,7 +4662,7 @@ msgstr "Nazwisko" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Ładowanie..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Zarządzaj biletami" msgid "Manage your account details and default settings" msgstr "Zarządzaj szczegółami konta i ustawieniami domyślnymi" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Zarządzaj przetwarzaniem płatności i przeglądaj opłaty platformy" @@ -4897,6 +4989,10 @@ msgstr "Poziom wiadomości" msgid "Messaging tier updated successfully" msgstr "Poziom wiadomości zaktualizowany pomyślnie" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Minimum na zamówienie" @@ -4905,7 +5001,7 @@ msgstr "Minimum na zamówienie" msgid "Minimum Price" msgstr "Cena minimalna" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "minut" @@ -4949,6 +5045,10 @@ msgstr "Wiele opcji cenowych. Idealne dla produktów wczesnych ptaków itp." msgid "Music" msgstr "Muzyka" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "Brak skonfigurowanych ustawień VAT" msgid "No viewed events in the last 14 days" msgstr "Brak oglądanych wydarzeń w ciągu ostatnich 14 dni" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Brak wpisów na liście oczekujących" @@ -5369,27 +5469,27 @@ msgstr "Prefiks numeru" msgid "of" msgstr "z" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Zaoferuj bilety" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Limit czasu oferty" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Zaoferowano" @@ -5444,6 +5544,7 @@ msgstr "Ustawienia płatności offline" msgid "On Sale" msgstr "W sprzedaży" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "W sprzedaży {0}" @@ -5474,7 +5575,7 @@ msgstr "Trwający" msgid "Online" msgstr "Online" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Wydarzenie online" @@ -5791,7 +5892,6 @@ msgstr "Nazwa organizacji" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Ustawienia organizatora" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Statystyki organizatora nie są dostępne dla wybranej waluty lub wystąpił błąd." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Aktualizacja statusu organizatora nie powiodła się. Spróbuj ponownie później" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Status organizatora zaktualizowany" @@ -5931,6 +6031,7 @@ msgstr "Częściowy zwrot" msgid "Partially Refunded" msgstr "Częściowo zwrócony" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Częściowo zwrócony: {0}" @@ -6173,6 +6274,7 @@ msgstr "Planujesz wydarzenie?" msgid "Platform fee" msgstr "Opłata platformy" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Opłata platformy {0} odjęta od Twojej wypłaty" @@ -6215,7 +6317,7 @@ msgstr "Sprawdź, czy Twój email jest prawidłowy" msgid "Please check your email to confirm your email address" msgstr "Sprawdź swój email, aby potwierdzić adres email" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Kontynuuj w nowej karcie" @@ -6227,7 +6329,7 @@ msgstr "Utwórz produkt" msgid "Please create a ticket" msgstr "Utwórz bilet" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Proszę podać prawidłowy adres e-mail" @@ -6271,7 +6373,7 @@ msgstr "Wybierz zakres dat" msgid "Please select an image." msgstr "Wybierz obraz." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Wybierz co najmniej jeden produkt" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Wiadomość po płatności" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Powered by" @@ -6335,6 +6438,11 @@ msgstr "Powered by" msgid "Pre Checkout message" msgstr "Wiadomość przed płatnością" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Zapobiegaj nadmiernej sprzedaży, dzieląc zapasy między wieloma typami biletów." @@ -6408,7 +6516,7 @@ msgstr "Drukuj bilety" msgid "Print to PDF" msgstr "Drukuj do PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Polityka prywatności" @@ -6424,7 +6532,7 @@ msgstr "Przetwarzanie zamówienia" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Profil" msgid "Profile updated successfully" msgstr "Profil został pomyślnie zaktualizowany" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Kod promocyjny {promo_code} zastosowany" @@ -6555,12 +6663,18 @@ msgstr "E-maile promocyjne mogą skutkować zawieszeniem konta" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." +" and conditions, guidelines, or any important information that attendees need to know before answering." msgstr "" -"Podaj dodatkowy kontekst lub instrukcje dla tego pytania. Użyj tego pola, aby dodać warunki\n" -"i postanowienia, wytyczne lub wszelkie ważne informacje, które uczestnicy muszą znać przed odpowiedzią." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "" +#~ "Podaj dodatkowy kontekst lub instrukcje dla tego pytania. Użyj tego pola, aby dodać warunki\n" +#~ "i postanowienia, wytyczne lub wszelkie ważne informacje, które uczestnicy muszą znać przed odpowiedzią." + +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Opublikuj" @@ -6569,8 +6683,8 @@ msgid "Publish Event" msgstr "Opublikuj wydarzenie" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Zakupiony" @@ -6637,7 +6751,7 @@ msgstr "Stawka" msgid "Rate limit exceeded. Please try again later." msgstr "Przekroczono limit stawki. Spróbuj ponownie później." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "" @@ -6649,6 +6763,7 @@ msgstr "Gotowy do aktualizacji? To zajmuje tylko kilka minut." msgid "Real-Time Analytics" msgstr "Analityka w czasie rzeczywistym" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6727,6 +6842,7 @@ msgstr "Zwrot nie powiódł się" msgid "Refund order" msgstr "Zwróć zamówienie" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Zwróć zamówienie {0}" @@ -6751,6 +6867,7 @@ msgstr "Status zwrotu" msgid "Refunded" msgstr "Zwrócony" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Zwrócony: {0}" @@ -6768,6 +6885,10 @@ msgstr "Ustawienia regionalne" msgid "Register" msgstr "Zarejestruj się" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6777,13 +6898,14 @@ msgstr "Pytania rejestracyjne" msgid "Remaining Uses" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "usuń" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Usuń" @@ -6916,7 +7038,7 @@ msgstr "Podsumowanie przychodów" msgid "Revoke invitation" msgstr "Cofnij zaproszenie" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6931,10 +7053,12 @@ msgstr "Rola" msgid "Sale End Date" msgstr "Data zakończenia sprzedaży" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Sprzedaż zakończona {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Sprzedaż kończy się {0}" @@ -6957,6 +7081,7 @@ msgstr "Okres sprzedaży, limity zamówień, widoczność" msgid "Sale Start Date" msgstr "Data rozpoczęcia sprzedaży" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Sprzedaż rozpoczyna się {0}" @@ -7010,7 +7135,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7023,8 +7148,8 @@ msgstr "Zapisz" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Zapisz zmiany" @@ -7105,7 +7230,7 @@ msgstr "Szukaj po tytule wydarzenia lub organizatorze..." msgid "Search by job name or exception..." msgstr "Szukaj po nazwie zadania lub wyjątku..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Szukaj po nazwie lub e-mailu..." @@ -7165,6 +7290,7 @@ msgstr "Kolor tekstu wtórnego" msgid "Secure Checkout" msgstr "Bezpieczne potwierdzenie" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7480,7 +7606,7 @@ msgid "Setup & Design" msgstr "Konfiguracja i projekt" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7509,6 +7635,7 @@ msgstr "Udostępnij stronę organizatora" msgid "Shared Capacity Management" msgstr "Zarządzanie wspólną pojemnością" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Pokaż wszystkie platformy ({0} więcej z wartościami)" @@ -7529,8 +7656,7 @@ msgstr "Pokaż checkbox opt-in marketingu" msgid "Show marketing opt-in checkbox by default" msgstr "Pokaż checkbox opt-in marketingu domyślnie" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Pokaż więcej" @@ -7542,6 +7668,7 @@ msgstr "Pokaż więcej platform" msgid "Show tax and fees separately" msgstr "Pokaż podatki i opłaty oddzielnie" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Wyświetlanie {0} z {totalRows} rekordów" @@ -7607,13 +7734,18 @@ msgid "Sold out" msgstr "Wyprzedane" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Wyprzedane" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Lista oczekujących na wyprzedane" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Lista oczekujących na wyprzedane" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7639,7 +7771,7 @@ msgstr "Coś poszło nie tak! Spróbuj ponownie" msgid "Something went wrong." msgstr "Coś poszło nie tak." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Coś poszło nie tak. Spróbuj ponownie później." @@ -7656,7 +7788,7 @@ msgstr "Coś poszło nie tak. Spróbuj ponownie." msgid "Sorry for the inconvenience." msgstr "Przepraszamy za niedogodność." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Przepraszamy, ten kod promocyjny nie jest rozpoznany" @@ -7721,7 +7853,7 @@ msgstr "Statystyki są oparte na dacie utworzenia konta" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7804,11 +7936,13 @@ msgstr "Razem część" msgid "Success" msgstr "Powodzenie" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Powodzenie! {0} otrzyma email wkrótce." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "Pomyślnie {0} uczestnika" @@ -7842,7 +7976,7 @@ msgstr "Pomyślnie utworzone pytanie" msgid "Successfully Duplicated Product" msgstr "Pomyślnie zduplikowany produkt" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "" @@ -7854,7 +7988,7 @@ msgstr "" msgid "Successfully offered tickets to 1 person" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Pomyślnie usunięto z listy oczekujących" @@ -7924,8 +8058,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Pomyślnie zaktualizowane ustawienia opłat platformy" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Pomyślnie zaktualizowany produkt" +#~ msgid "Successfully updated product" +#~ msgstr "Pomyślnie zaktualizowany produkt" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7961,6 +8099,7 @@ msgstr "Suite 100" msgid "Summary" msgstr "Podsumowanie" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8103,7 +8242,7 @@ msgstr "Szablon usunięty pomyślnie" msgid "Template saved successfully" msgstr "Szablon zapisany pomyślnie" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Warunki korzystania z usługi" @@ -8120,8 +8259,8 @@ msgstr "Dziękujemy za udział!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Dziękujemy za Twoje wsparcie, gdy nadal rozwijamy i ulepszamy Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Ten kod promocyjny jest nieprawidłowy" @@ -8194,9 +8333,15 @@ msgstr "Kliknięty link jest nieprawidłowy." msgid "The locale of the customer" msgstr "Język klienta" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "Maksymalna liczba produktów dla {0} to {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "Maksymalna liczba produktów dla {0} to {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8254,11 +8399,11 @@ msgstr "Teatr" msgid "Theme & Colors" msgstr "Motyw i kolory" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Brak dostępnych produktów dla tego wydarzenia" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Brak dostępnych produktów w tej kategorii" @@ -8334,11 +8479,11 @@ msgstr "Ten kod będzie używany do śledzenia sprzedaży. Dozwolone są tylko l msgid "This color combination may be hard to read for some users" msgstr "Ta kombinacja kolorów może być trudna do odczytania dla niektórych użytkowników" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "To wydarzenie się skończyło" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "To wydarzenie nie zostało jeszcze opublikowane" @@ -8414,7 +8559,11 @@ msgstr "To zamówienie zostało porzucone. Możesz rozpocząć nowe zamówienie msgid "This order was cancelled. You can start a new order anytime." msgstr "To zamówienie zostało anulowane. Możesz rozpocząć nowe zamówienie w dowolnym momencie." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Ten profil organizatora nie został jeszcze opublikowany" @@ -8584,7 +8733,7 @@ msgstr "Bilety" msgid "Tickets & Products" msgstr "Bilety i produkty" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Dostępne bilety" @@ -8596,6 +8745,7 @@ msgstr "Bilety dla" msgid "Tickets Sold" msgstr "Sprzedane bilety" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Warstwa {0}" @@ -8817,7 +8967,7 @@ msgstr "Nie można wylogować uczestnika" msgid "Unable to create product. Please check the your details" msgstr "Nie można stworzyć produktu. Proszę sprawdzić swoje dane" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Nie można stworzyć produktu. Proszę sprawdzić swoje dane" @@ -8833,7 +8983,7 @@ msgstr "Nie można zduplikować produktu. Proszę sprawdzić swoje dane" msgid "Unable to fetch attendee" msgstr "Nie można pobrać uczestnika" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Nie udało się dołączyć do listy oczekujących" @@ -8881,7 +9031,7 @@ msgstr "Nieznany uczestnik" msgid "Unlimited" msgstr "Bez limitu" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Bez limitu dostępny" @@ -8913,6 +9063,7 @@ msgstr "Nadchodzące" msgid "Upcoming Events" msgstr "Nadchodzące wydarzenia" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Aktualizuj {0}" @@ -8990,15 +9141,15 @@ msgstr "" msgid "Use <0>Liquid templating to personalize your emails" msgstr "" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "" +#~ msgid "Use cover image" +#~ msgstr "" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9227,7 +9378,7 @@ msgstr "" msgid "View logs" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "" @@ -9235,7 +9386,7 @@ msgstr "" msgid "View Message" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "" @@ -9295,9 +9446,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Oczekuje" @@ -9308,7 +9459,7 @@ msgstr "Oczekiwanie na płatność" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Lista oczekujących" @@ -9332,6 +9483,7 @@ msgstr "Nie mogliśmy usunąć kategorii. Proszę spróbować ponownie." msgid "We couldn't find any orders associated with this email address." msgstr "Nie mogliśmy znaleźć żadnych zamówień związanych z tym adresem e-mail." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "Nie mogliśmy znaleźć żadnych biletów pasujących do {0}" @@ -9382,8 +9534,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "Nie mogliśmy zweryfikować numeru VAT po wielu próbach. Będziemy kontynuować próby w tle. Proszę sprawdzić później." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "Powiadomimy Cię e-mailem, gdy pojawi się wolne miejsce na {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "Powiadomimy Cię e-mailem, gdy pojawi się wolne miejsce na {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9455,14 +9611,18 @@ msgstr "Witamy na pokładzie! Proszę zalogować się, aby kontynuować." msgid "Welcome back" msgstr "Witamy ponownie" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Witamy ponownie{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Witamy w {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Witamy w {0}, oto lista wszystkich Twoich wydarzeń" @@ -9531,9 +9691,16 @@ msgstr "Gdy produkt zostanie usunięty" msgid "When a product is updated" msgstr "Gdy produkt zostanie zaktualizowany" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Gdy produkt zostanie wyprzedany, klienci mogą dołączyć do listy oczekujących, aby otrzymać powiadomienie, gdy pojawią się wolne miejsca." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Gdy produkt zostanie wyprzedany, klienci mogą dołączyć do listy oczekujących, aby otrzymać powiadomienie, gdy pojawią się wolne miejsca." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9633,7 +9800,7 @@ msgstr "W toku" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9678,14 +9845,19 @@ msgstr "Tak, usuń je" msgid "You already scanned this ticket" msgstr "Ten bilet został już zeskanowany" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Zmieniasz swój e-mail na <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "Podszywa się pod <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Wystawiasz częściowy zwrot. Klient otrzyma zwrot {0} {1}." @@ -9756,7 +9928,7 @@ msgstr "Masz podatki i opłaty dodane do darmowego produktu. Czy chcesz je usun msgid "You must acknowledge that this email is not promotional" msgstr "Musisz potwierdzić, że ten e-mail nie jest promocyjny" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Musisz wyrazić zgodę na otrzymywanie wiadomości" @@ -9812,11 +9984,12 @@ msgstr "Będziesz potrzebować co najmniej jednego produktu, aby zacząć. Darmo msgid "You're all set! Your payments are being processed smoothly." msgstr "Wszystko gotowe! Twoje płatności są przetwarzane płynnie." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "Idziesz na {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Jesteś na liście oczekujących!" @@ -9864,6 +10037,7 @@ msgstr "Twoje szczegóły" msgid "Your Email" msgstr "Twój e-mail" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "Twoja prośba o zmianę e-maila na <0>{0} jest w toku. Proszę sprawdzić e-mail, aby potwierdzić" diff --git a/frontend/src/locales/pt-br.js b/frontend/src/locales/pt-br.js index 903b8b8ae..ea9ac8f38 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>registrado com sucesso\"],\"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\"],\" registrado\"],\"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\":\"⚡️ Prepare seu evento\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"Personalize a página do seu evento\",\"3VPPdS\":\"Conecte-se com o Stripe\",\"cjdktw\":\"Configure seu evento ao vivo\",\"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\":\"Aplicar código promocional\",\"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\":\"Tem certeza de que deseja tornar este evento público? Isso tornará o evento visível para o público\",\"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\":\"Anotações do participante\",\"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\":\"Califórnia\",\"iStTQt\":\"A permissão da câmera foi negada. <0>Solicite a permissão novamente ou, se isso não funcionar, será necessário <1>conceder a esta página acesso à sua câmera nas configurações do navegador.\",\"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\":\"Não é possível fazer 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\":\"Fazer 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\":\"Fazer 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\":\"Conecte sua conta Stripe para começar a receber pagamentos.\",\"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\":\"Continuar a configuração\",\"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\":\"Personalize a página do evento para combinar com sua marca e estilo.\",\"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\":\"Doação / Produto com valor voluntário\",\"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\":\"O Flash não está disponível neste dispositivo\",\"UNMVei\":\"Esqueceu a senha?\",\"2POOFK\":\"Grátis\",\"P/OAYJ\":\"Produto Gratuito\",\"vAbVy9\":\"Produto gratuito, sem necessidade de informações de pagamento\",\"nLC6tu\":\"Francês\",\"Weq9zb\":\"Geral\",\"DDcvSo\":\"Alemão\",\"4GLxhy\":\"Primeiros passos\",\"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\":\"Ocultar a página de introdução\",\"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\":\"Ocultar a página de introdução da barra lateral\",\"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\":\"Múltiplas opções de preço. Perfeito para produtos antecipados, 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\":\"Nenhum participante foi adicionado a este pedido.\",\"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\":\"Nenhum produto associado a este participante.\",\"Ya1JhR\":\"Nenhum produto disponível nesta categoria.\",\"FTfObB\":\"Nenhum Produto Ainda\",\"+Y976X\":\"Não há códigos promocionais a serem exibidos\",\"MAavyl\":\"Nenhuma pergunta foi respondida por este participante.\",\"SnlQeq\":\"Nenhuma pergunta foi feita para este pedido.\",\"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\":\"Quando estiver pronto, coloque seu evento ao vivo e comece a vender produtos.\",\"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\":\"Notas do pedido\",\"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\":\"Produto Pago\",\"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\":\"Tipo de Preço\",\"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 adicional ou instruções para esta pergunta. Use este campo para adicionar termos e 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\":\"São 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\":\"Pesquise por nome, número do pedido, número do participante ou e-mail...\",\"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\":\"Selecione a câmera\",\"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\":\"Defina um preço mínimo e permita que os usuários paguem mais se quiserem\",\"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\":\"Prepare seu evento\",\"A8iqfq\":\"Defina seu evento ao vivo\",\"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\":\"Produto padrão com preço fixo\",\"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\":\"Suíte 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\":\"Estes detalhes só serão mostrados se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\",\"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\":\"Este é um produto geral, como uma camiseta ou uma caneca. Nenhum ingresso será emitido\",\"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\":\"Este produto é um ingresso. Os compradores receberão um ingresso ao comprar\",\"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\":\"Produto em Camadas\",\"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\":\"DICA\",\"MHrjPM\":\"Title\",\"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\":\"Visualizar\",\"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\":\"Visibilidade\",\"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\":\"Você já escaneou este ingresso\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" já fez check-in\"],\"S4PqS9\":[[\"0\"],\" webhooks ativos\"],\"6MIiOI\":[[\"0\"],\" restante\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"/HkCs4\":[[\"0\"],\" ingressos\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponíveis\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de ingresso\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Adicionar tíquetes\",\"M2DyLc\":\"1 webhook ativo\",\"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\",\"cGtUz6\":\"1 semana antes do evento\",\"HR/cvw\":\"Rua Exemplo 123\",\"kMU5aM\":\"Um aviso de cancelamento foi enviado para\",\"V53XzQ\":\"Um novo código de verificação foi enviado para o seu email\",\"/z/bH1\":\"Uma breve descrição do seu organizador que será exibida aos seus usuários.\",\"aS0jtz\":\"Abandonado\",\"uyJsf6\":\"Sobre\",\"WTk/ke\":\"Sobre o Stripe Connect\",\"JvuLls\":\"Absorver taxa\",\"lk74+I\":\"Absorver taxa\",\"1uJlG9\":\"Cor de Destaque\",\"K5+3xg\":\"Aceitar convite\",\"VTfZPy\":\"Acesso negado\",\"iN5Cz3\":\"Conta já conectada!\",\"YP4JuP\":\"Configuração da conta atualizada com sucesso\",\"vOuxvL\":\"Informações da Conta\",\"EHNORh\":\"Conta não encontrada\",\"bPwFdf\":\"Contas\",\"nMtNd+\":\"Ação necessária: Reconecte sua conta Stripe\",\"AhwTa1\":\"Ação Necessária: Informações de IVA Necessárias\",\"APyAR/\":\"Eventos ativos\",\"UWWRyd\":\"Adicione perguntas personalizadas para coletar informações adicionais durante o checkout\",\"a5KFZU\":\"Adicione detalhes do evento e gerencie as configurações do evento.\",\"Fb+SDI\":\"Adicionar mais ingressos\",\"7JF9w9\":\"Adicionar pergunta\",\"6PNlRV\":\"Adicione este evento ao seu calendário\",\"BGD9Yt\":\"Adicionar ingressos\",\"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.\",\"bVjDs9\":\"Taxas adicionais\",\"0Zypnp\":\"Painel de Administração\",\"YAV57v\":\"Afiliado\",\"I+utEq\":\"O código de afiliado não pode ser alterado\",\"/jHBj5\":\"Afiliado criado com sucesso\",\"uCFbG2\":\"Afiliado eliminado com sucesso\",\"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.\",\"7rLTkE\":\"Todos os eventos arquivados\",\"gKq1fa\":\"Todos os participantes\",\"pMLul+\":\"Todas as moedas\",\"qlaZuT\":\"Tudo pronto! Agora você está usando nosso sistema de pagamentos atualizado.\",\"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\",\"Sxm1lO\":\"Todos os status\",\"dr7CWq\":\"Todos os próximos eventos\",\"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.\",\"F3mW5G\":\"Permitir que os clientes entrem em uma lista de espera quando este produto estiver esgotado\",\"QUg5y1\":\"Quase lá! Termine de conectar sua conta Stripe para começar a aceitar pagamentos.\",\"c4uJfc\":\"Quase lá! Estamos apenas aguardando o processamento do seu pagamento. Isso deve levar apenas alguns segundos.\",\"ocS8eq\":[\"Já tem uma conta? <0>\",[\"0\"],\"\"],\"/H326L\":\"Já reembolsado\",\"RtxQTF\":\"Também cancelar este pedido\",\"jkNgQR\":\"Também reembolsar este pedido\",\"xYqsHg\":\"Sempre disponível\",\"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.\",\"eusccx\":\"Uma mensagem opcional para exibir no produto destacado, por exemplo \\\"Vendendo rápido 🔥\\\" ou \\\"Melhor valor\\\"\",\"QNrkms\":\"Resposta atualizada com sucesso.\",\"Znwxal\":\"Configuração de Taxas da Aplicação\",\"261RBr\":\"Aprovar mensagem\",\"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.\",\"vPeW/6\":\"Tem certeza de que deseja excluir esta configuração? Isso pode afetar as contas que a utilizam.\",\"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.\",\"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\"],\"?\"],\"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.\",\"QGoXh3\":\"Como sua empresa está sediada na UE, precisamos determinar o tratamento correto de IVA para nossas taxas de plataforma:\",\"tMeVa/\":\"Solicitar nome e email para cada ingresso comprado\",\"/JdZIP\":\"Configuração Atribuída\",\"xdiER7\":\"Nível atribuído\",\"F2rX0R\":\"Pelo menos um tipo de evento deve ser selecionado\",\"BCmibk\":\"Tentativas\",\"6PecK3\":\"Presença e taxas de check-in em todos os eventos\",\"AJ4rvK\":\"Participante cancelado\",\"qvylEK\":\"Participante criado\",\"Aspq3b\":\"Coleta de dados dos participantes\",\"fpb0rX\":\"Dados do participante copiados do pedido\",\"0R3Y+9\":\"E-mail do Participante\",\"94aQMU\":\"Informações do participante\",\"KkrBiR\":\"Coleta de informações do participante\",\"av+gjP\":\"Nome do 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\",\"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\",\"OpCtfq\":\"A oferta automática está ativada. Os ingressos são oferecidos automaticamente quando a capacidade fica disponível. Use isto para oferecer vagas adicionais manualmente.\",\"V7Tejz\":\"Processar lista de espera automaticamente\",\"PZ7FTW\":\"Detectado automaticamente com base na cor de fundo, mas pode ser substituído\",\"8Etqrl\":\"Oferecer ingressos automaticamente para a próxima pessoa quando houver capacidade disponível\",\"csDS2L\":\"Disponível\",\"clF06r\":\"Disponível para reembolso\",\"NB5+UG\":\"Tokens Disponíveis\",\"EmYMHc\":\"Aguardando pagamento offline\",\"kNmmvE\":\"Awesome Events Lda.\",\"TeSaQO\":\"Voltar para Contas\",\"kYqM1A\":\"Voltar ao evento\",\"s5QRF3\":\"Voltar para mensagens\",\"td/bh+\":\"Voltar aos Relatórios\",\"jIPNJG\":\"Informações básicas\",\"WOpH7O\":\"Experiência de checkout bonita em qualquer dispositivo\",\"iMdwTb\":\"Antes que seu evento possa ser publicado, há algumas coisas que você precisa fazer. Conclua todas as etapas abaixo para começar.\",\"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.\",\"9N+p+g\":\"Negócios\",\"7ns+do\":\"Endereço Comercial\",\"LeC29u\":\"Endereço comercial para fins de IVA\",\"RReHTu\":\"Nome Comercial\",\"bv6RXK\":\"Rótulo do Botão\",\"ChDLlO\":\"Texto do botão\",\"BUe8Wj\":\"O comprador paga\",\"qF1qbA\":\"Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento.\",\"DFqasq\":[\"Ao continuar, você concorda com os <0>Termos de Serviço de \",[\"0\"],\"\"],\"lFdbRS\":\"Ignorar taxas de aplicação\",\"2VLZwd\":\"Botão de Chamada para Ação\",\"PUpvQe\":\"Scanner de câmera\",\"D02dD9\":\"Campanha\",\"H4nE+E\":\"Cancelar todos os produtos e devolvê-los ao pool disponível\",\"tOXAdc\":\"Cancelar irá cancelar todos os participantes associados a este pedido e devolver os ingressos ao pool disponível.\",\"IrUqjC\":\"Não é Possível Fazer Check-in (Cancelado)\",\"01sEfm\":\"Não é possível excluir a configuração padrão do sistema\",\"VsM1HH\":\"Atribuições de capacidade\",\"K7tIrx\":\"Categoria\",\"2tbLdK\":\"Caridade\",\"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.\",\"udRwQs\":\"Check-in criado\",\"F4SRy3\":\"Check-in excluído\",\"9gPPUY\":\"Lista de Check-In Criada!\",\"f2vU9t\":\"Listas de Check-in\",\"tMNBEF\":\"As listas de check-in permitem controlar a entrada por dias, áreas ou tipos de ingresso. Você pode compartilhar um link seguro com a equipe — não é necessária conta.\",\"SHJwyq\":\"Taxa de check-in\",\"qCqdg6\":\"Status do Check-In\",\"cKj6OE\":\"Resumo de Check-in\",\"7B5M35\":\"Check-Ins\",\"DM4gBB\":\"Chinês (Tradicional)\",\"pkk46Q\":\"Escolha um organizador\",\"Crr3pG\":\"Escolher calendário\",\"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.\",\"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\",\"7D9MJz\":\"Concluir configuração do Stripe\",\"OqEV/G\":\"Complete a configuração abaixo para continuar\",\"nqx+6h\":\"Complete estas etapas para começar a vender ingressos para o seu evento.\",\"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\",\"B5fpAA\":\"Configuração atribuída com sucesso\",\"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\",\"Nbd6WT\":\"Configurar as definições da lista de espera para este evento\",\"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\",\"o5A0Go\":\"Parabéns por criar um evento!\",\"x3wVFc\":\"Parabéns! Seu evento agora está visível para o público.\",\"WNnP3w\":\"Conectar e atualizar\",\"Xe2tSS\":\"Documentação de conexão\",\"1Xxb9f\":\"Conectar processamento de pagamento\",\"nQI4H5\":\"Conecte o Stripe para habilitar a edição de modelos de e-mail\",\"LmvZ+E\":\"Conecte o Stripe para habilitar mensagens\",\"EWnXR+\":\"Conectar ao Stripe\",\"VioGG1\":\"Conecte sua conta Stripe para aceitar pagamentos de ingressos e produtos.\",\"4qmnU8\":\"Conecte sua conta Stripe para aceitar pagamentos.\",\"E1eze1\":\"Conecte sua conta Stripe para começar a aceitar pagamentos para seus eventos.\",\"ulV1ju\":\"Conecte sua conta Stripe para começar a aceitar pagamentos.\",\"/3017M\":\"Conectado ao Stripe\",\"jfC/xh\":\"Contato\",\"LOFgda\":[\"Contato \",[\"0\"]],\"41BQ3k\":\"Email de contacto\",\"KcXRN+\":\"E-mail de contato para suporte\",\"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\",\"p2FRHj\":\"Controle como as taxas da plataforma são tratadas para este evento\",\"1JnTgU\":\"Copiado de cima\",\"FxVG/l\":\"Copiado para a área de transferência\",\"PiH3UR\":\"Copiado!\",\"uUPbPg\":\"Copiar link de afiliado\",\"iVm46+\":\"Copiar código\",\"+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\",\"P0rbCt\":\"Imagem de capa\",\"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\",\"zg4oSu\":[\"Criar Modelo \",[\"0\"]],\"RKKhnW\":\"Crie um widget personalizado para vender ingressos no seu site.\",\"yIRev4\":\"Criar uma senha\",\"xfKgwv\":\"Criar afiliado\",\"tudG8q\":\"Crie e configure ingressos e mercadorias para venda.\",\"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\",\"Nc3l/D\":\"Crie descontos, códigos de acesso para ingressos ocultos e ofertas especiais.\",\"eWEV9G\":\"Criar nova senha\",\"8AiKIu\":\"Criar ingresso ou produto\",\"agZ87r\":\"Crie ingressos para seu evento, defina preços e gerencie a quantidade disponível.\",\"/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\",\"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\",\"BMtue0\":\"Processador de pagamentos atual\",\"T+1APV\":\"O número de IVA atual está validado\",\"v2GlhZ\":\"A validação do número de IVA atual falhou\",\"iTvh6I\":\"Atualmente disponível para compra\",\"g7HIC0\":\"Marca Personalizada\",\"Guo0lU\":\"Data e hora personalizadas\",\"mimF6c\":\"Mensagem personalizada após o checkout\",\"O6mra8\":\"Perguntas personalizadas\",\"axv/Mi\":\"Modelo personalizado\",\"QMHSMS\":\"O cliente receberá um email confirmando o reembolso\",\"L/Qc+w\":\"Endereço de e-mail do cliente\",\"wpfWhJ\":\"Primeiro nome do cliente\",\"GIoqtA\":\"Sobrenome do cliente\",\"NihQNk\":\"Clientes\",\"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\",\"pxNIxa\":\"Personalize seu modelo de e-mail usando modelos Liquid\",\"3trPKm\":\"Personalize a aparência da sua página de organizador\",\"/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\",\"pvnfJD\":\"Escuro\",\"nE5o/t\":\"Propriedade dos Dados\",\"lnYE59\":\"Data do evento\",\"gnBreG\":\"Data em que o pedido foi feito\",\"ovBPCi\":\"Padrão\",\"JtI4vj\":\"Coleta padrão de informações do participante\",\"3R/Tu2\":\"Gestão de taxas padrão\",\"1bZAZA\":\"Modelo padrão será usado\",\"vu7gDm\":\"Eliminar afiliado\",\"KZN4Lc\":\"Excluir tudo\",\"+jw/c1\":\"Excluir imagem\",\"hdyeZ0\":\"Excluir trabalho\",\"dPyJ15\":\"Excluir Modelo\",\"mxsm1o\":\"Excluir esta pergunta? Isso não pode ser desfeito.\",\"snMaH4\":\"Excluir webhook\",\"vYgeDk\":\"Desselecionar tudo\",\"NvuEhl\":\"Elementos de Design\",\"H8kMHT\":\"Não recebeu o código?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Fechar esta mensagem\",\"BREO0S\":\"Exibe uma caixa de seleção permitindo que os clientes optem por receber comunicações de marketing deste organizador de eventos.\",\"TvY/XA\":\"Documentação\",\"Kdpf90\":\"Não esqueça!\",\"352VU2\":\"Não tem uma conta? <0>Cadastre-se\",\"AXXqG+\":\"Doação\",\"DPfwMq\":\"Concluído\",\"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\",\"KRmTkx\":\"Duplicar produto\",\"KIjvtr\":\"Holandês\",\"22xieU\":\"ex. 180 (3 horas)\",\"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.\",\"LTzmgK\":[\"Editar Modelo \",[\"0\"]],\"v4+lcZ\":\"Editar afiliado\",\"2iZEz7\":\"Editar resposta\",\"tPtRwl\":\"Editar Taxas da Aplicação\",\"t2bbp8\":\"Editar participante\",\"etaWtB\":\"Editar detalhes do participante\",\"+guao5\":\"Editar Configuração\",\"vRWOrM\":\"Editar detalhes do pedido\",\"3yNuBV\":\"Editar Configurações de IVA\",\"fW5sSv\":\"Editar webhook\",\"nP7CdQ\":\"Editar Webhook\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educação\",\"iiWXDL\":\"Falhas de elegibilidade\",\"zPiC+q\":\"Listas de Check-In Elegíveis\",\"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\",\"L86zy2\":\"Email verificado com sucesso!\",\"FSN4TS\":\"Widget incorporado\",\"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\",\"48Y16Q\":\"Hora de fim (opcional)\",\"7YZofi\":\"Digite um assunto e corpo para ver a visualização\",\"3bR1r4\":\"Introduza o email do afiliado (opcional)\",\"ARkzso\":\"Introduza o nome do afiliado\",\"y1BZw1\":\"Digite o endereço comercial\",\"3GfR6a\":\"Digite o nome comercial\",\"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\",\"1tAGuY\":\"Digite o número de IVA incluindo o código do país\",\"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)\",\"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\",\"AKbElk\":\"Empresas registradas para IVA na UE: Aplica-se o mecanismo de autoliquidação (0% - Artigo 196 da Diretiva IVA 2006/112/CE)\",\"WgD6rb\":\"Categoria do evento\",\"b46pt5\":\"Imagem de capa do evento\",\"1Hzev4\":\"Modelo personalizado do evento\",\"imgKgl\":\"Descrição do evento\",\"kJDmsI\":\"Detalhes do evento\",\"m/N7Zq\":\"Endereço Completo do Evento\",\"Nl1ZtM\":\"Local do Evento\",\"t3AMTs\":\"Plataforma de Gerenciamento de Eventos\",\"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\",\"Gh9Oqb\":\"Nome do organizador do evento\",\"mImacG\":\"Página do Evento\",\"JyD0LH\":\"Configurações do evento\",\"cOePZk\":\"Horário do Evento\",\"e8WNln\":\"Fuso horário do evento\",\"GeqWgj\":\"Fuso Horário do Evento\",\"XVLu2v\":\"Título do evento\",\"OfmsI9\":\"Evento muito recente\",\"YDVUVl\":\"Tipos de eventos\",\"4K2OjV\":\"Local do Evento\",\"19j6uh\":\"Desempenho de Eventos\",\"PC3/fk\":\"Eventos Começando nas Próximas 24 Horas\",\"fTFfOK\":\"Todo modelo de e-mail deve incluir um botão de chamada para ação que leva à página apropriada\",\"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\",\"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\",\"SIHgVQ\":\"Falha ao cancelar mensagem\",\"cEFg3R\":\"Falha ao criar afiliado\",\"dVgNF1\":\"Falha ao criar configuração\",\"U66oUa\":\"Falha ao criar modelo\",\"aFk48v\":\"Falha ao excluir configuração\",\"Zw6LWb\":\"Falha ao excluir trabalho\",\"tq0abZ\":\"Falha ao excluir trabalhos\",\"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\",\"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\",\"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.\",\"o/blc/\":\"Falha ao atualizar configuração da conta\",\"i0QKrm\":\"Falha ao atualizar afiliado\",\"NNc33d\":\"Falha ao atualizar a resposta.\",\"E9jY+o\":\"Falha ao atualizar participante\",\"uQynyf\":\"Falha ao atualizar configuração\",\"EhlbcI\":\"Falha ao atualizar nível de mensagens\",\"rpGMzC\":\"Falha ao atualizar pedido\",\"Eeo/Gy\":\"Falha ao atualizar configuração\",\"kqA9lY\":\"Falha ao atualizar configurações de IVA\",\"7/9RFs\":\"Falha ao carregar imagem.\",\"nkNfWu\":\"Falha ao enviar imagem. Por favor, tente novamente.\",\"rxy0tG\":\"Falha ao verificar email\",\"9bHCo2\":\"Moeda da taxa\",\"/sV91a\":\"Gestão de taxas\",\"T4BMxU\":\"As taxas estão sujeitas a alterações. Você será notificado sobre quaisquer mudanças na estrutura de taxas.\",\"LyUWXA\":\"Taxas ignoradas\",\"cf35MA\":\"Festival\",\"pAey+4\":\"O arquivo é muito grande. O tamanho máximo é 5MB.\",\"VejKUM\":\"Preencha seus dados acima primeiro\",\"8OvVZZ\":\"Filtrar Participantes\",\"mvrlBO\":\"Filtrar por evento\",\"8BwQeU\":\"Finalizar configuração\",\"hg80P7\":\"Finalizar configuração do Stripe\",\"1vBhpG\":\"Primeiro participante\",\"4pwejF\":\"O primeiro nome é obrigatório\",\"6bBh3/\":\"Taxa Fixa\",\"5mpF6N\":[\"Valor da taxa fixa em \",[\"currencyCode\"]],\"zWqUyJ\":\"Taxa fixa cobrada por transação\",\"LWL3Bs\":\"A taxa fixa deve ser 0 ou maior\",\"YXhom6\":\"Taxa fixa:\",\"KgxI80\":\"Bilhetagem flexível\",\"lWxAUo\":\"Comida e bebida\",\"nFm+5u\":\"Texto do Rodapé\",\"MY2SVM\":\"Reembolso total\",\"T02gNN\":\"Admissão Geral\",\"3ep0Gx\":\"Informações gerais sobre seu organizador\",\"ziAjHi\":\"Gerar\",\"exy8uo\":\"Gerar código\",\"4CETZY\":\"Como chegar\",\"+4zM7f\":\"Receba pagamentos imediatamente via Stripe Connect\",\"ZDIydz\":\"Começar\",\"u6FPxT\":\"Obter Ingressos\",\"8KDgYV\":\"Prepare seu evento\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Ir para a página do evento\",\"gHSuV/\":\"Ir para a página inicial\",\"6nDzTl\":\"Boa legibilidade\",\"aGWZUr\":\"Receita bruta\",\"n8IUs7\":\"Receita Bruta\",\"LIYoRQ\":\"Gestão de convidados\",\"kTSQej\":[\"Olá \",[\"0\"],\", gerencie sua plataforma daqui.\"],\"dORAcs\":\"Aqui estão todos os ingressos associados ao seu endereço de e-mail.\",\"g+2103\":\"Aqui está o seu link de afiliado\",\"QlwJ9d\":\"Aqui está o que esperar:\",\"/iE8xx\":\"Taxa Hi.Events\",\"zppscQ\":\"Taxas da plataforma Hi.Events e discriminação do IVA por transação\",\"D+zLDD\":\"Oculto\",\"DRErHC\":\"Oculto para participantes - visível apenas para organizadores\",\"P+5Pbo\":\"Ocultar respostas\",\"FmogyU\":\"Ocultar Opções\",\"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.\",\"sy9anN\":\"Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo.\",\"AVpmAa\":\"Como pagar offline\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Húngaro\",\"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\",\"PYVWEI\":\"Se registrado, forneça seu número de IVA para validação\",\"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.\",\"M8M6fs\":\"Importante: Reconexão do Stripe necessária\",\"jT142F\":[\"Em \",[\"diffHours\"],\" horas\"],\"OoSyqO\":[\"Em \",[\"diffMinutes\"],\" minutos\"],\"cljs3a\":\"Indique se você está registrado para IVA na UE\",\"F1Xp97\":\"Participantes individuais\",\"85e6zs\":\"Inserir Token Liquid\",\"38KFY0\":\"Inserir Variável\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Pagamentos Instantâneos\",\"nbfdhU\":\"Integrações\",\"JHB/Ky\":\"Inválido\",\"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\",\"Mokwac\":\"Convide membros ilimitados da equipe com funções personalizadas\",\"aH6ZIb\":\"Convide sua equipe\",\"IuMGvq\":\"Fatura\",\"y0meFR\":\"O IVA irlandês de 23% será aplicado às taxas da plataforma (fornecimento doméstico).\",\"1ZKm04\":\"Esta conta está registrada para IVA na UE?\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"item(ns)\",\"BzfzPK\":\"Itens\",\"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\",\"lZwV6X\":[\"Entrar na lista de espera para \",[\"0\"]],\"2gMuHR\":\"Inscrito\",\"hTJ4fB\":\"Basta clicar no botão abaixo para reconectar sua conta Stripe.\",\"MxjCqk\":\"Apenas procurando seus ingressos?\",\"lB2hSG\":[\"Manter-me atualizado sobre novidades e eventos de \",[\"0\"]],\"DruLRc\":\"Últimos 14 dias\",\"ve9JTU\":\"O sobrenome é obrigatório\",\"h0Q9Iw\":\"Última resposta\",\"gw3Ur5\":\"Última ativação\",\"QIn0Vl\":\"Nome comercial legal para fins de IVA\",\"1njn7W\":\"Claro\",\"1qY5Ue\":\"Link expirado ou inválido\",\"psosdY\":\"Link para detalhes do pedido\",\"6JzK4N\":\"Link para ingresso\",\"shkJ3U\":\"Conecte sua conta Stripe para receber fundos das vendas de ingressos.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links permitidos\",\"dF6vP6\":\"Ao vivo\",\"fpMs2Z\":\"AO VIVO\",\"D9zTjx\":\"Eventos ao Vivo\",\"WdmJIX\":\"Carregando visualização...\",\"IoDI2o\":\"Carregando tokens...\",\"NFxlHW\":\"Carregando webhooks\",\"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\",\"4wUIjX\":\"Torne seu evento ao vivo\",\"2FzaR1\":\"Gerencie seu processamento de pagamentos e visualize as taxas da plataforma\",\"2L3vle\":\"Máx. mensagens / 24h\",\"Qp4HWD\":\"Máx. destinatários / mensagem\",\"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\",\"H9HlDe\":\"minutos\",\"gqnyh0\":\"Otimizado para Celular\",\"olKKwj\":\"Scanner móvel com suporte offline e rastreamento em tempo real\",\"JbIgPz\":\"Os valores monetários são totais aproximados em todas as moedas\",\"qvF+MT\":\"Monitorar e gerenciar trabalhos em segundo plano com falha\",\"w36OkR\":\"Eventos mais vistos (Últimos 14 dias)\",\"GfaxEk\":\"Música\",\"oVGCGh\":\"Meus Ingressos\",\"8/brI5\":\"O nome é obrigatório\",\"sFFArG\":\"O nome deve ter menos de 255 caracteres\",\"sCV5Yc\":\"Nome do evento\",\"xxU3NX\":\"Receita Líquida\",\"ArHT/C\":\"Novos cadastros\",\"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\",\"Dwf4dR\":\"Ainda não há perguntas para participantes\",\"/UC6qk\":\"Nenhum dado de atribuição encontrado\",\"amMkpL\":\"Sem capacidade\",\"99ntUF\":\"Nenhuma lista de check-in disponível para este evento.\",\"+dAKxg\":\"Nenhuma configuração encontrada\",\"eb47T5\":\"Nenhum dado encontrado para os filtros selecionados. Tente ajustar o período ou a moeda.\",\"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\",\"54GxeB\":\"Sem impacto nas suas transações atuais ou passadas\",\"EpvBAp\":\"Sem fatura\",\"XZkeaI\":\"Nenhum registro encontrado\",\"nrSs2u\":\"Nenhuma mensagem encontrada\",\"OVFwlg\":\"Ainda não há perguntas de pedido\",\"EJ7bVz\":\"Nenhum pedido encontrado\",\"NEmyqy\":\"Nenhum pedido ainda\",\"wUv5xQ\":\"Sem atividade de organizador nos últimos 14 dias\",\"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\",\"kY7XDn\":\"Nenhum produto tem entradas na lista de espera\",\"wYiAtV\":\"Sem cadastros de contas recentes\",\"UW90md\":\"Nenhum destinatário encontrado\",\"QoAi8D\":\"Sem resposta\",\"EK/G11\":\"Ainda sem respostas\",\"3sRuiW\":\"Nenhum ingresso encontrado\",\"yM5c0q\":\"Nenhum evento futuro\",\"qpC74J\":\"Nenhum usuário encontrado\",\"41dJPO\":\"Nenhuma configuração de IVA definida\",\"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\",\"HVwIsd\":\"Empresas não registradas para IVA ou indivíduos: Aplica-se o IVA irlandês de 23%\",\"x5+Lcz\":\"Não Registrado\",\"8n10sz\":\"Não Elegível\",\"BwJKBw\":\"de\",\"9h7RDh\":\"Oferecer\",\"EfK2O6\":\"Oferecer vaga\",\"3sVRey\":\"Oferecer ingressos\",\"2O7Ybb\":\"Tempo limite da oferta\",\"1jUg5D\":\"Oferecido\",\"l+/HS6\":[\"As ofertas expiram após \",[\"timeoutHours\"],\" horas.\"],\"lQgMLn\":\"Nome do escritório ou local\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Pagamento Offline\",\"nO3VbP\":[\"À venda \",[\"0\"]],\"2r6bAy\":\"Depois de completar a atualização, sua conta antiga será usada apenas para reembolsos.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Evento online\",\"bU7oUm\":\"Enviar apenas para pedidos com esses status\",\"M2w1ni\":\"Visível apenas com código promocional\",\"N141o/\":\"Abrir painel do Stripe\",\"HXMJxH\":\"Texto opcional para avisos legais, informações de contato ou notas de agradecimento (apenas uma linha)\",\"L565X2\":\"opções\",\"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\",\"0UZTSq\":\"Moeda do Pedido\",\"HdmwrI\":\"E-mail do Pedido\",\"bwBlJv\":\"Primeiro Nome 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\",\"Pc729f\":\"Pedido Aguardando Pagamento Offline\",\"F4NXOl\":\"Sobrenome do Pedido\",\"RQCXz6\":\"Limites de Pedido\",\"SO9AEF\":\"Limites de pedido definidos\",\"5RDEEn\":\"Idioma do Pedido\",\"vu6Arl\":\"Pedido marcado como pago\",\"sLbJQz\":\"Pedido não encontrado\",\"kvYpYu\":\"Pedido não encontrado\",\"i8VBuv\":\"Número do Pedido\",\"FaPYw+\":\"Proprietário do pedido\",\"eB5vce\":\"Proprietários de pedidos com um produto específico\",\"CxLoxM\":\"Proprietários de pedidos com produtos\",\"DoH3fD\":\"Pagamento do Pedido Pendente\",\"UkHo4c\":\"Ref. pedido\",\"EZy55F\":\"Pedido reembolsado\",\"6eSHqs\":\"Status dos pedidos\",\"oW5877\":\"Total do Pedido\",\"e7eZuA\":\"Pedido atualizado\",\"1SQRYo\":\"Pedido atualizado com sucesso\",\"KndP6g\":\"URL do Pedido\",\"3NT0Ck\":\"O pedido foi cancelado\",\"sd5IMt\":\"Pedidos concluídos\",\"5It1cQ\":\"Pedidos exportados\",\"UQ0ACV\":\"Total de pedidos\",\"B/EBQv\":\"Pedidos:\",\"qtGTNu\":\"Contas orgânicas\",\"ucgZ0o\":\"Organização\",\"S3CZ5M\":\"Painel do organizador\",\"Uu0hZq\":\"Email do organizador\",\"Gy7BA3\":\"Endereço de email do organizador\",\"SQqJd8\":\"Organizador não encontrado\",\"wpj63n\":\"Configurações do organizador\",\"coIKFu\":\"As estatísticas do organizador não estão disponíveis para a moeda selecionada ou ocorreu um erro.\",\"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\",\"/IX/7x\":\"Outro\",\"RsiDDQ\":\"Outras Listas (Ingresso Não Incluído)\",\"qMASRF\":\"Mensagens enviadas\",\"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\",\"c+suC6\":\"Contas pagas\",\"QIxRUI\":\"Ingressos pagos, gratuitos, com preços escalonados e baseados em doações\",\"5F7SYw\":\"Reembolso parcial\",\"fFYotW\":[\"Reembolsado parcialmente: \",[\"0\"]],\"i8day5\":\"Passar taxa para o comprador\",\"k4FLBQ\":\"Passar para o comprador\",\"Ff0Dor\":\"Passado\",\"xTPjSy\":\"Eventos passados\",\"/l/ckQ\":\"Cole a URL\",\"URAE3q\":\"Pausado\",\"4fL/V7\":\"Pagar\",\"OZK07J\":\"Pague para desbloquear\",\"c2/9VE\":\"Payload\",\"TskrJ8\":\"Pagamento e plano\",\"5cxUwd\":\"Data de pagamento\",\"ENEPLY\":\"Método de pagamento\",\"EyE8E6\":\"Processamento de pagamento\",\"8Lx2X7\":\"Pagamento recebido\",\"vcyz2L\":\"Configurações de pagamento\",\"fx8BTd\":\"Pagamentos não disponíveis\",\"51U9mG\":\"Os pagamentos continuarão fluindo sem interrupção\",\"UkM20g\":\"Revisão pendente\",\"dPYu1F\":\"Por participante\",\"VlXNyK\":\"Por pedido\",\"hauDFf\":\"Por ingresso\",\"mnF83a\":\"Taxa Percentual\",\"2ueYqG\":\"Taxa percentual (0-100%)\",\"K2PPlT\":\"A taxa percentual deve estar entre 0 e 100\",\"MixU2P\":\"A porcentagem deve estar entre 0 e 100\",\"MkuVAZ\":\"Porcentagem do valor da transação\",\"/Bh+7r\":\"Desempenho\",\"6kPk3+\":\"Informações pessoais\",\"zmwvG2\":\"Telefone\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Mensagem Pós-Checkout\",\"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\",\"+4yRWM\":\"Preço do ingresso\",\"a5jvSX\":\"Faixas de Preço\",\"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\",\"ldVIlB\":\"Produto atualizado\",\"JoKGiJ\":\"Código promocional\",\"k3wH7i\":\"Uso de códigos promocionais e detalhamento de descontos\",\"uEhdRh\":\"Apenas Promocional\",\"dLm8V5\":\"E-mails promocionais podem resultar em suspensão da conta\",\"EEYbdt\":\"Publicar\",\"evDBV8\":\"Publicar Evento\",\"dsFmM+\":\"Comprado\",\"Vw0KCJ\":\"Check-in com QR Code\",\"oWXNE5\":\"Qtd.\",\"k/bJj0\":\"Perguntas reordenadas\",\"b24kPi\":\"Fila\",\"fqDzSu\":\"Taxa\",\"mnUGVC\":\"Limite de taxa excedido. Por favor, tente novamente mais tarde.\",\"t41hVI\":\"Reoferecer vaga\",\"spsZys\":\"Pronto para atualizar? Isso leva apenas alguns minutos.\",\"vt9xUl\":\"Análises em Tempo Real\",\"xzRvs4\":[\"Receber atualizações de produtos do \",[\"0\"],\".\"],\"pLXbi8\":\"Cadastros de contas 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\",\"Edm6av\":\"Reconectar Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirecionando para o Stripe...\",\"pnoTN5\":\"Contas de indicação\",\"ACKu03\":\"Atualizar Visualização\",\"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\",\"CQeZT8\":\"Relatório não encontrado\",\"JEPMXN\":\"Solicitar novo link\",\"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é\",\"kCn6wb\":\"Redefinindo...\",\"6gRgw8\":\"Tentar novamente\",\"1BG8ga\":\"Tentar tudo novamente\",\"rDC+T6\":\"Tentar trabalho novamente\",\"CbnrWb\":\"Voltar ao evento\",\"Oo/PLb\":\"Resumo de Receita\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Venda encerrada \",[\"0\"]],\"loCKGB\":[\"Venda termina \",[\"0\"]],\"wlfBad\":\"Período de Venda\",\"5CDM6r\":\"Período de venda definido\",\"ftzaMf\":\"Período de venda, limites de pedido, visibilidade\",\"zpekWp\":[\"Venda começa \",[\"0\"]],\"mUv9U4\":\"Vendas\",\"9KnRdL\":\"As vendas estão pausadas\",\"3VnlS9\":\"Vendas, pedidos e métricas de desempenho para todos os eventos\",\"3Q1AWe\":\"Vendas:\",\"B4nE3N\":\"Preço do ingresso de exemplo\",\"8BRPoH\":\"Local Exemplo\",\"DyBPvP\":\"Salvar Configuração\",\"KZrfYJ\":\"Salvar links sociais\",\"9Y3hAT\":\"Salvar Modelo\",\"C8ne4X\":\"Salvar Design do Ingresso\",\"6/TNCd\":\"Salvar Configurações de IVA\",\"I+FvbD\":\"Escanear\",\"QS1Nla\":\"Agendar para depois\",\"NAzVVw\":\"Agendar mensagem\",\"4ba0NE\":\"Agendado\",\"qcP/8K\":\"Horário agendado\",\"ftNXma\":\"Pesquisar afiliados...\",\"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...\",\"VT+urE\":\"Pesquisar por nome ou e-mail...\",\"GHdjuo\":\"Pesquisar por nome, e-mail ou conta...\",\"20ce0U\":\"Pesquisar por ID do pedido, nome do cliente ou e-mail...\",\"4DSz7Z\":\"Pesquisar por assunto, evento ou conta...\",\"BWF1kC\":\"Pesquisar mensagens...\",\"Mck5ht\":\"Checkout Seguro\",\"p7xUrt\":\"Selecione uma categoria\",\"3IcxS1\":\"Selecione uma configuração\",\"e4L7bF\":\"Selecione uma mensagem para ver seu conteúdo\",\"zPRPMf\":\"Selecionar um nível\",\"BFRSTT\":\"Selecionar Conta\",\"mCB6Je\":\"Selecionar tudo\",\"a6+167\":\"Selecionar um evento\",\"kYZSFD\":\"Selecione um organizador para ver seu painel e eventos.\",\"CFbaPk\":\"Selecione o grupo de participantes\",\"hJmVtD\":\"Selecione o país\",\"tVW/yo\":\"Selecionar moeda\",\"n9ZhRa\":\"Selecione data e hora de término\",\"gTN6Ws\":\"Selecionar hora de fim\",\"0U6E9W\":\"Selecionar categoria do evento\",\"j9cPeF\":\"Selecionar tipos de eventos\",\"1nhy8G\":\"Selecionar tipo de scanner\",\"KizCK7\":\"Selecione data e hora de início\",\"dJZTv2\":\"Selecionar hora de início\",\"3hJUtr\":\"Selecione o país onde o IVA está registrado\",\"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\",\"5Ds0vl\":\"Selecione qual configuração de taxas se aplica a esta conta. As taxas fixas são convertidas para a moeda do pedido no checkout.\",\"ylXj1N\":\"Selecionado\",\"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\",\"QEQlnV\":\"Envie sua primeira mensagem\",\"IoAuJG\":\"Enviando...\",\"h69WC6\":\"Enviado\",\"BVu2Hz\":\"Enviado por\",\"SPdzrs\":\"Enviado aos clientes quando fazem um pedido\",\"LxSN5F\":\"Enviado a cada participante com detalhes do ingresso\",\"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.\",\"s0FkEx\":\"Configure listas de check-in para diferentes entradas, sessões ou dias.\",\"xMO+Ao\":\"Configure a sua organização\",\"C3htzi\":\"Configuração atualizada\",\"Ohn74G\":\"Configuração e design\",\"GG7qDw\":\"Partilhar link de afiliado\",\"hL7sDJ\":\"Compartilhar página do organizador\",\"jy6QDF\":\"Gestão de capacidade compartilhada\",\"cMW+gm\":[\"Mostrar todas as plataformas (\",[\"0\"],\" com valores)\"],\"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\",\"t1LIQW\":[\"Mostrando \",[\"0\"],\" de \",[\"totalRows\"],\" registros\"],\"jVRHeq\":\"Cadastrado\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Links sociais\",\"j/TOB3\":\"Links sociais e site\",\"s9KGXU\":\"Vendido\",\"5qOnWX\":\"Lista de espera de esgotados\",\"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.\",\"H6Gslz\":\"Desculpe o inconveniente.\",\"wdxz7K\":\"Fonte\",\"7JFNej\":\"Desporto\",\"JcQp9p\":\"Data e hora de início\",\"0m/ekX\":\"Data e hora de início\",\"izRfYP\":\"A data de início é obrigatória\",\"2R1+Rv\":\"Horário de início do evento\",\"2NbyY/\":\"Estatísticas\",\"GVUxAX\":\"As estatísticas são baseadas na data de criação da conta\",\"DRykfS\":\"Ainda processando reembolsos para suas transações mais antigas.\",\"wuV0bK\":\"Parar Personificação\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe conectado\",\"aKtF0O\":\"Stripe não conectado\",\"9i0++A\":\"ID de pagamento Stripe\",\"/QlTE4\":\"Configuração do Stripe já está completa.\",\"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\",\"0Dk/l8\":\"Configurações de SEO atualizadas com sucesso\",\"S8Tua9\":\"Configurações atualizadas com sucesso\",\"MhOoLQ\":\"Links sociais atualizados 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\",\"UaISq3\":\"Sueco\",\"JZTQI0\":\"Trocar organizador\",\"9YHrNC\":\"Padrão do Sistema\",\"XX32BM\":\"Leva apenas alguns minutos\",\"yT6dQ8\":\"Impostos coletados agrupados por tipo de imposto e evento\",\"Ye321X\":\"Nome do Imposto\",\"WyCBRt\":\"Resumo de Impostos\",\"GkH0Pq\":\"Impostos e taxas aplicados\",\"Rwiyt2\":\"Impostos configurados\",\"iQZff7\":\"Impostos, Taxas, Visibilidade, Período de Venda, Destaque de Produto e Limites de Pedido\",\"BW6QAz\":\"Gerenciamento de 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.\",\"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!\",\"lhAWqI\":\"Obrigado pelo seu apoio enquanto continuamos a crescer e melhorar o Hi.Events!\",\"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.\",\"MJm4Tq\":\"A moeda do pedido\",\"cDHM1d\":\"O endereço de e-mail foi alterado. O participante receberá um novo ingresso no endereço de e-mail atualizado.\",\"I/NNtI\":\"O local do evento\",\"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.\",\"EBzPwC\":\"O endereço completo do evento\",\"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.\",\"5OmEal\":\"O idioma do cliente\",\"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.\",\"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\",\"z0KrIG\":\"O horário agendado é obrigatório\",\"EWErQh\":\"O horário agendado deve ser no futuro\",\"DEcpfp\":\"O corpo do template contém sintaxe Liquid inválida. Por favor, corrija e tente novamente.\",\"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\",\"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.\",\"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\",\"RzEvf5\":\"Este evento terminou\",\"YClrdK\":\"Este evento ainda não foi publicado\",\"dFJnia\":\"Este é o nome do seu organizador que será exibido aos seus usuários.\",\"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\",\"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\",\"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.\",\"0Ew0uk\":\"Este ingresso acabou de ser escaneado. Aguarde antes de escanear novamente.\",\"kvpxIU\":\"Isso será usado para notificações e comunicação com seus usuários.\",\"rhsath\":\"Isto não será visível para os clientes, mas ajuda-o a identificar o afiliado.\",\"Mr5UUd\":\"Ingresso Cancelado\",\"0GSPnc\":\"Design do Ingresso\",\"EZC/Cu\":\"Design do ingresso salvo com sucesso\",\"bbslmb\":\"Designer de ingressos\",\"1BPctx\":\"Ingresso para\",\"bgqf+K\":\"E-mail do portador do ingresso\",\"oR7zL3\":\"Nome do portador do ingresso\",\"HGuXjF\":\"Portadores de ingressos\",\"CMUt3Y\":\"Titulares de ingressos\",\"awHmAT\":\"ID do ingresso\",\"6czJik\":\"Logotipo do Ingresso\",\"OkRZ4Z\":\"Nome do Ingresso\",\"t79rDv\":\"Ingresso não encontrado\",\"6tmWch\":\"Ingresso ou produto\",\"1tfWrD\":\"Visualização do ingresso para\",\"KnjoUA\":\"Preço do ingresso\",\"tGCY6d\":\"Preço do Ingresso\",\"pGZOcL\":\"Ingresso reenviado com sucesso\",\"8jLPgH\":\"Tipo de Ingresso\",\"X26cQf\":\"URL do Ingresso\",\"8qsbZ5\":\"Bilheteria e vendas\",\"zNECqg\":\"ingressos\",\"6GQNLE\":\"Ingressos\",\"NRhrIB\":\"Ingressos e produtos\",\"EUnesn\":\"Ingressos disponíveis\",\"AGRilS\":\"Ingressos Vendidos\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"Para\",\"nniGTr\":\"Para editar configurações, vá para a seção Configurações no menu de administração.\",\"tiI71C\":\"Para aumentar seus limites, entre em contato conosco em\",\"BZBYf3\":\"Para receber pagamentos com cartão de crédito, você precisa conectar sua conta do Stripe. O Stripe é nosso parceiro de processamento de pagamentos que garante transações seguras e pagamentos pontuais.\",\"W428WC\":\"Alternar colunas\",\"UBSG1X\":\"Melhores organizadores (Últimos 14 dias)\",\"3sZ0xx\":\"Total de Contas\",\"EaAPbv\":\"Valor total pago\",\"SMDzqJ\":\"Total de Participantes\",\"orBECM\":\"Total Coletado\",\"k5CU8c\":\"Total de inscrições\",\"4B7oCp\":\"Taxa total\",\"KSDwd5\":\"Total de pedidos\",\"vb0Q0/\":\"Total de Usuários\",\"oJjplO\":\"Visualizações totais\",\"orluER\":\"Acompanhe o crescimento e desempenho da conta por fonte de atribuição\",\"NHq3l1\":\"Acompanhe vendas, receita e participação com relatórios detalhados\",\"OpKMSn\":\"Taxa de transação:\",\"uKOFO5\":\"Verdadeiro se pagamento offline\",\"9GsDR2\":\"Verdadeiro se pagamento pendente\",\"ouM5IM\":\"Tentar outro e-mail\",\"3DZvE7\":\"Experimente Hi.Events Grátis\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Desativar som\",\"KUOhTy\":\"Ativar som\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Tipo de ingresso\",\"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\",\"n57zCW\":\"Contas não atribuídas\",\"b9SN9q\":\"Referência única do pedido\",\"Ef7StM\":\"Desconhecido\",\"ZBAScj\":\"Participante desconhecido\",\"ZkS2p3\":\"Despublicar Evento\",\"X13xGn\":\"Não confiável\",\"Pp1sWX\":\"Atualizar afiliado\",\"KMMOAy\":\"Atualização disponível\",\"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\",\"WBq1/R\":\"Scanner USB já ativo\",\"EV30TR\":\"Modo scanner USB ativado. Comece a escanear os ingressos agora.\",\"fovJi3\":\"Modo scanner USB desativado\",\"hli+ga\":\"Scanner USB/HID\",\"OHJXlK\":\"Use <0>templates Liquid para personalizar seus emails\",\"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\",\"rnoQsz\":\"Usado para bordas, destaques e estilo do código QR\",\"BV4L/Q\":\"Análise UTM\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Válido\",\"GuXjc5\":\"Validado\",\"imLQ9Y\":\"Validando seu número de IVA...\",\"cK9+xQ\":\"País do IVA\",\"sqdl5s\":\"Informações de IVA\",\"UjNWsF\":\"O IVA pode ser aplicado às taxas da plataforma dependendo do seu status de registro de IVA. Por favor, preencha a seção de informações de IVA abaixo.\",\"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\",\"CZomgW\":\"Registrado para IVA\",\"PCRCCN\":\"Informações de Registro de IVA\",\"oSDBWm\":\"Configurações de 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.\",\"R6n7j9\":\"Configurações de IVA atualizadas com sucesso\",\"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\",\"AdWhjZ\":\"Código de verificação\",\"QDEWii\":\"Verificado\",\"wCKkSr\":\"Verificar email\",\"/IBv6X\":\"Verifique seu e-mail\",\"e/cvV1\":\"A verificar...\",\"fROFIL\":\"Vietnamita\",\"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\",\"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\",\"wPRp9Z\":\"Visível apenas para a equipe de check-in. Ajuda a identificar esta lista durante o check-in.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Aguardando\",\"quR8Qp\":\"Aguardando pagamento\",\"u0n+wz\":\"Lista de espera\",\"3RXFtE\":\"Waitlist Enabled\",\"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.\",\"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.\",\"HJKdzP\":\"Ocorreu um problema ao carregar esta página. Por favor, tente novamente.\",\"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\",\"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.\",\"Uo5ddP\":[\"Notificaremos você por e-mail se uma vaga ficar disponível para \",[\"0\"],\".\"],\"q1BizZ\":\"Enviaremos seus ingressos para este e-mail\",\"ZOmUYW\":\"Validaremos seu número de IVA em segundo plano. Se houver algum problema, avisaremos.\",\"zCdObC\":\"Mudamos oficialmente nossa sede para a Irlanda 🇮🇪. Como parte desta transição, agora usamos o Stripe Irlanda em vez do Stripe Canadá. Para manter seus pagamentos funcionando sem problemas, você precisará reconectar sua conta Stripe.\",\"jh2orE\":\"Mudamos nossa sede para a Irlanda. Como resultado, precisamos que você reconecte sua conta Stripe. Este processo rápido leva apenas alguns minutos. Suas vendas e dados existentes permanecem completamente inalterados.\",\"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\",\"CThMKa\":\"Logs 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\",\"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\"],\"FaSXqR\":\"Que tipo de evento?\",\"f30uVZ\":\"O que você precisa fazer:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Quando um check-in é excluído\",\"Gmd0hv\":\"Quando um novo participante é 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.\",\"Q7CWxp\":\"Quando um participante é cancelado\",\"IuUoyV\":\"Quando um participante faz check-in\",\"nBVOd7\":\"Quando um participante é 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.\",\"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.\",\"uchB0M\":\"Pré-visualização do widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Escreva sua mensagem aqui...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"5VGIlq\":\"Você atingiu seu limite de mensagens.\",\"casL1O\":\"Você adicionou taxas e impostos a um produto gratuito. Deseja removê-los?\",\"pCLes8\":\"Você deve concordar em receber mensagens\",\"FVTVBy\":\"Você precisa verificar seu e-mail antes de atualizar o status do organizador.\",\"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.\",\"FgRxRP\":\"Você possui 100% dos dados dos seus participantes, sempre\",\"88cUW+\":\"Você recebe\",\"U3wiCB\":\"Está tudo pronto! Seus pagamentos estão sendo processados sem problemas.\",\"MNFIxz\":[\"Você vai participar de \",[\"0\"],\"!\"],\"qGZz0m\":\"Você está na lista de espera!\",\"/5HL6k\":\"Você recebeu uma oferta de vaga!\",\"p/Sa0j\":\"Sua conta tem limites de mensagens. Para aumentar seus limites, entre em contato conosco em\",\"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!\",\"R02pnV\":\"Seu evento deve estar ativo antes que você possa vender ingressos para os participantes.\",\"hDNwnf\":\"Seu logotipo, cores e estilo em todas as páginas\",\"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\",\"6heFYY\":\"Sua conta Stripe está conectada e processando pagamentos.\",\"vvO1I2\":\"Sua conta Stripe está conectada e pronta para processar pagamentos.\",\"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\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Buscar produtos\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Copiar detalhes para o primeiro participante\"],\"+4yRWM\":[\"Preço do ingresso\"],\"+4zM7f\":[\"Receba pagamentos imediatamente via Stripe Connect\"],\"+5Mlle\":[\"Por favor, aguarde enquanto preparamos seus pedidos para exportação...\"],\"+8bmSu\":[\"Califórnia\"],\"+CeSxK\":[\"Lista de registro excluída com sucesso\"],\"+FWjhR\":[\"O tempo para concluir seu pedido acabou.\"],\"+G/XiQ\":[\"Ano até agora\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"CEP ou Código Postal\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Pular esta etapa\"],\"+QARA4\":[\"Arte\"],\"+WFMis\":[\"Visualize e baixe relatórios de todos os seus eventos. Apenas pedidos concluídos são incluídos.\"],\"+Y976X\":[\"Não há códigos promocionais a serem exibidos\"],\"+dAKxg\":[\"Nenhuma configuração encontrada\"],\"+eZ7dp\":[\"Pagamentos offline\"],\"+fA4C7\":[\"Duplicar Opções\"],\"+guao5\":[\"Editar Configuração\"],\"+hBhWk\":[\"A lista de registro expirou\"],\"+jIeoh\":[\"Nenhuma conta encontrada\"],\"+jw/c1\":[\"Excluir imagem\"],\"+pr/FY\":[\"Pesquisar por nome de evento...\"],\"+qqX74\":[\"Atualizar o nome, a descrição e as datas do evento\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"O código é obrigatório\"],\"+zy2Nq\":[\"Tipo\"],\"/2by1f\":[\"Estado ou região\"],\"/3017M\":[\"Conectado ao Stripe\"],\"/4gGIX\":[\"Copiar para a área de transferência\"],\"/5HL6k\":[\"Você recebeu uma oferta de vaga!\"],\"/5PEQz\":[\"Exibir página do evento\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Reembolsado\"],\"/Bh+7r\":[\"Desempenho\"],\"/CV2x+\":[\"Tem certeza de que deseja cancelar esse participante? Isso anulará seu ingresso\"],\"/DNy62\":[\"Não encontramos nenhum ingresso correspondente a \",[\"0\"]],\"/H326L\":[\"Já reembolsado\"],\"/HGmW9\":[\"Crie links rastreáveis para recompensar parceiros que promovem seu evento.\"],\"/HkCs4\":[[\"0\"],\" ingressos\"],\"/IBv6X\":[\"Verifique seu e-mail\"],\"/IX/7x\":[\"Outro\"],\"/IzmnP\":[\"Por favor, aguarde enquanto preparamos a sua fatura...\"],\"/JdZIP\":[\"Configuração Atribuída\"],\"/Jizh9\":[\"Escolha uma conta\"],\"/PN1DA\":[\"Adicione uma descrição para esta lista de registro\"],\"/QlTE4\":[\"Configuração do Stripe já está completa.\"],\"/RfJXt\":[\"Festival de Música de Verão \",[\"0\"]],\"/Rj5P4\":[\"Seu nome\"],\"/SIY6o\":[\"Palavras-chave de SEO\"],\"/SgoNA\":[\"Imposto total\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Fazer check-out\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Nenhum dado de atribuição encontrado\"],\"/bhMdO\":[\"Minha incrível descrição do evento...\"],\"/cSMqv\":[\"Não foi possível criar a pergunta. Por favor, verifique seus detalhes\"],\"/dgc8E\":[\"Data do Evento\"],\"/gWrVZ\":[\"Receita diária, impostos, taxas e reembolsos em todos os eventos\"],\"/iE8xx\":[\"Taxa Hi.Events\"],\"/jHBj5\":[\"Afiliado criado com sucesso\"],\"/jQctM\":[\"Para\"],\"/jZOZa\":[\"Taxa de serviço\"],\"/l/ckQ\":[\"Cole a URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Tarifas\"],\"/p9Fhq\":[\"Ilimitados disponíveis\"],\"/roQKz\":[\"Porcentagem\"],\"/sV91a\":[\"Gestão de taxas\"],\"/u4DIx\":[\"Produtos Vendidos\"],\"/xC/im\":[\"Configurações de cobrança\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"Uma breve descrição do seu organizador que será exibida aos seus usuários.\"],\"0+iwE5\":[\"Falha ao reordenar perguntas\"],\"0/+Nn9\":[\"Suas mensagens aparecerão aqui\"],\"0/vPdA\":[\"Adicione quaisquer anotações sobre o participante. Estas não serão visíveis para o participante.\"],\"0/yJtP\":[\"Enviar mensagem para proprietários de pedidos com produtos específicos\"],\"01WH0a\":[\"Não foi possível confirmar seu pagamento. Tente novamente ou entre em contato com o suporte.\"],\"01sEfm\":[\"Não é possível excluir a configuração padrão do sistema\"],\"02ePaq\":[\"Selecionar \",[\"0\"]],\"06s3w3\":[\"Ocultar produto antes da data de início da venda\"],\"074+X8\":[\"Nenhum webhook ativo\"],\"0Dk/l8\":[\"Configurações de SEO atualizadas com sucesso\"],\"0Ew0uk\":[\"Este ingresso acabou de ser escaneado. Aguarde antes de escanear novamente.\"],\"0GSPnc\":[\"Design do Ingresso\"],\"0GwUT4\":[\"Ir para o checkout\"],\"0I0Hac\":[\"Aviso importante\"],\"0R3Y+9\":[\"E-mail do Participante\"],\"0RXCDo\":[\"Imposto ou taxa excluído com êxito\"],\"0U6E9W\":[\"Selecionar categoria do evento\"],\"0UZTSq\":[\"Moeda do Pedido\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Padrões de eventos\"],\"0Zypnp\":[\"Painel de Administração\"],\"0aVEBY\":[\"Tem certeza de que deseja excluir todos os trabalhos com falha?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Usar detalhes do pedido para todos os participantes. Os nomes e e-mails dos participantes corresponderão às informações do comprador.\"],\"0m/ekX\":[\"Data e hora de início\"],\"0pC/y6\":[\"Evento\"],\"0zpgxV\":[\"Opções\"],\"147G4h\":[\"Tem certeza de que deseja sair?\"],\"15qAvl\":[\"Você não tem nenhuma alteração de e-mail pendente.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Desempenho de Eventos\"],\"1BG8ga\":[\"Tentar tudo novamente\"],\"1BPctx\":[\"Ingresso para\"],\"1DBGsz\":[\"Anotações\"],\"1E0vyy\":[\"Não foi possível carregar os dados. Por favor, tente novamente.\"],\"1HfW/F\":[\"Cores\"],\"1Hzev4\":[\"Modelo personalizado do evento\"],\"1J/AWD\":[\"Ver Ingresso\"],\"1JnTgU\":[\"Copiado de cima\"],\"1JwlHk\":[\"Categoria de Produto\"],\"1MAvUY\":[\"Gerenciar as configurações de pagamento e faturamento para este evento.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Pedido atualizado com sucesso\"],\"1SbbH8\":[\"Mostrado ao cliente após o checkout, na página de resumo do pedido.\"],\"1USFWA\":[\"Produto excluído com sucesso\"],\"1UzENP\":[\"Não\"],\"1WnhCL\":[\"Configurações de checkout\"],\"1Xxb9f\":[\"Conectar processamento de pagamento\"],\"1YMS+X\":[\"A criar o seu evento, por favor aguarde\"],\"1Ycaad\":[\"Produto atualizado com sucesso\"],\"1ZKm04\":[\"Esta conta está registrada para IVA na UE?\"],\"1ZaQUH\":[\"Sobrenome\"],\"1bZAZA\":[\"Modelo padrão será usado\"],\"1d6kks\":[\"+Impostos/Taxas\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Pedidos\"],\"1jRD0v\":[\"Enviar mensagens aos participantes com ingressos específicos\"],\"1jUg5D\":[\"Oferecido\"],\"1k0Mp4\":[\"Esta lista de registro ainda não está ativa\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Enviar email de notificação de reembolso\"],\"1lRT3t\":[\"Desativar esta capacidade rastreará as vendas, mas não as interromperá quando o limite for atingido\"],\"1m+YT2\":[\"As perguntas obrigatórias devem ser respondidas antes que o cliente possa fazer o checkout.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Selecionar tipo de scanner\"],\"1njn7W\":[\"Claro\"],\"1oPDuj\":[\"Valor de atribuição\"],\"1qY5Ue\":[\"Link expirado ou inválido\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Digite o número de IVA incluindo o código do país\"],\"1tfWrD\":[\"Visualização do ingresso para\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Cor de Destaque\"],\"1vBhpG\":[\"Primeiro participante\"],\"1z26sk\":[\"Convidar membro da equipe\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Baixe relatórios de vendas, participantes e financeiros para todos os pedidos concluídos.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Pesquisar por ID do pedido, nome do cliente ou e-mail...\"],\"22BOve\":[\"Participante atualizado com sucesso\"],\"22Itl6\":[\"Envie-me uma cópia\"],\"22xieU\":[\"ex. 180 (3 horas)\"],\"237hSL\":[\"Final\"],\"24l4x6\":[\"Adicionar Produto\"],\"25QDJ1\":[\"- Clique para publicar\"],\"261RBr\":[\"Aprovar mensagem\"],\"26pGvx\":[\"Tem um código promocional?\"],\"29w7p6\":[\"Enviando imagem...\"],\"2E2O5H\":[\"Personalize as configurações diversas para esse evento\"],\"2FzaR1\":[\"Gerencie seu processamento de pagamentos e visualize as taxas da plataforma\"],\"2KAI4N\":[\"Exportar CSV\"],\"2L3vle\":[\"Máx. mensagens / 24h\"],\"2LMsOq\":[\"Últimos 12 meses\"],\"2NLjA6\":[\"A imagem de capa será exibida no topo da página do organizador\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Estatísticas\"],\"2O7Ybb\":[\"Tempo limite da oferta\"],\"2POOFK\":[\"Grátis\"],\"2R1+Rv\":[\"Horário de início do evento\"],\"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.\"],\"2VLZwd\":[\"Botão de Chamada para Ação\"],\"2X4ecw\":[\"Webhook excluído com sucesso\"],\"2bR+8v\":[\"Total de vendas brutas\"],\"2cUopP\":[\"Por favor, reinicie o processo de compra.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Inscrito\"],\"2hGPQG\":[\"Exemplos: \\\"Tamanho da camiseta\\\", \\\"Preferência de refeição\\\", \\\"Cargo\\\"\"],\"2iZEz7\":[\"Editar resposta\"],\"2q/Q7x\":[\"Visibilidade\"],\"2r6bAy\":[\"Depois de completar a atualização, sua conta antiga será usada apenas para reembolsos.\"],\"2rHwhl\":[\"Aguardando pagamento offline\"],\"2tbLdK\":[\"Caridade\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Taxa percentual (0-100%)\"],\"31KB8w\":[\"Todos os trabalhos com falha excluídos\"],\"352VU2\":[\"Não tem uma conta? <0>Cadastre-se\"],\"38KFY0\":[\"Inserir Variável\"],\"3DZvE7\":[\"Experimente Hi.Events Grátis\"],\"3ENYTQ\":[\"Sua solicitação de alteração de e-mail para <0>\",[\"0\"],\" está pendente. Verifique seu e-mail para confirmar\"],\"3EXqwa\":[\"Categoria Criada com Sucesso\"],\"3F1nBX\":[\"Doação / Produto com valor voluntário\"],\"3GfR6a\":[\"Digite o nome comercial\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de ingresso\"],\"3IcxS1\":[\"Selecione uma configuração\"],\"3Kzsk7\":[\"Este produto é um ingresso. Os compradores receberão um ingresso ao comprar\"],\"3LtiBI\":[\"Desconto em \",[\"0\"]],\"3NT0Ck\":[\"O pedido foi cancelado\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Vendas:\"],\"3R/Tu2\":[\"Gestão de taxas padrão\"],\"3RQ81z\":[\"Cada pessoa receberá um e-mail com uma vaga reservada para concluir sua compra.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"Conecte-se com o Stripe\"],\"3VnlS9\":[\"Vendas, pedidos e métricas de desempenho para todos os eventos\"],\"3Z223G\":[\"Erro ao confirmar o endereço de e-mail\"],\"3ZI8IL\":[\"Você deve concordar com os termos e condições\"],\"3bR1r4\":[\"Introduza o email do afiliado (opcional)\"],\"3buiaw\":[\"Relatório de taxas da plataforma\"],\"3cKoxx\":[\"Configurações\"],\"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.\"],\"3ep0Gx\":[\"Informações gerais sobre seu organizador\"],\"3hJUtr\":[\"Selecione o país onde o IVA está registrado\"],\"3oSV95\":[\"Selecione o Nível do Produto\"],\"3ogkAk\":[\"Duplicar evento\"],\"3pykXZ\":[\"Aceitar transferências bancárias, cheques ou outros métodos de pagamento offline\"],\"3sRuiW\":[\"Nenhum ingresso encontrado\"],\"3sVRey\":[\"Oferecer ingressos\"],\"3sZ0xx\":[\"Total de Contas\"],\"3suLF0\":[\"Atribuição de Capacidade atualizada com sucesso\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Personalize a aparência da sua página de organizador\"],\"3wF4Q/\":[\"Aguardando pagamento\"],\"3wV73y\":[\"Cidade\"],\"3y+V4p\":[\"Endereço da organização\"],\"3yNuBV\":[\"Editar Configurações de IVA\"],\"3yiej1\":[\"Ex. 23,5 para 23,5%\"],\"3zRbWw\":[\"Pesquise por nome, e-mail ou número do pedido...\"],\"4+am6b\":[\"Não, manter-me aqui\"],\"4/If97\":[\"Falha na atualização do status do evento. Tente novamente mais tarde\"],\"4/kP5a\":[\"Se uma nova aba não abriu automaticamente, clique no botão abaixo para continuar para o checkout.\"],\"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.\"],\"40Gx0U\":[\"Fuso horário\"],\"41BQ3k\":[\"Email de contacto\"],\"41dJPO\":[\"Nenhuma configuração de IVA definida\"],\"45Srzt\":[\"Não conseguimos excluir a categoria. Por favor, tente novamente.\"],\"48Y16Q\":[\"Hora de fim (opcional)\"],\"48rf3i\":[\"Mensagem não pode exceder 5000 caracteres\"],\"4B7oCp\":[\"Taxa total\"],\"4CETZY\":[\"Como chegar\"],\"4D3rRj\":[\"Voltar ao perfil\"],\"4DSz7Z\":[\"Pesquisar por assunto, evento ou conta...\"],\"4GLxhy\":[\"Primeiros passos\"],\"4GhX3c\":[\"Nenhum Webhook\"],\"4H80qv\":[\"Pedido atualizado com sucesso\"],\"4HVzhV\":[\"Participantes:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Evento não disponível\"],\"4K2OjV\":[\"Local do Evento\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Tem a certeza de que deseja publicar este perfil de organizador? Uma vez publicado, será visível ao público.\"],\"4WT5tD\":[\"Personalize a página do seu evento\"],\"4Y2FZT\":[\"Tipo de Preço do Produto\"],\"4bUH9i\":[\"Coletar detalhes do participante para cada ingresso comprado.\"],\"4ba0NE\":[\"Agendado\"],\"4fL/V7\":[\"Pagar\"],\"4kEGqW\":[\"Envie um logo para seu organizador\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Forneça contexto adicional ou instruções para esta pergunta. Use este campo para adicionar termos e condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder.\"],\"4lVaWA\":[\"Aguardando pagamento offline\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"O primeiro nome é obrigatório\"],\"4qmnU8\":[\"Conecte sua conta Stripe para aceitar pagamentos.\"],\"4rnJq4\":[\"Script de incorporação\"],\"4ueloy\":[\"O que é uma Categoria?\"],\"4wUIjX\":[\"Torne seu evento ao vivo\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"Serviço de validação de IVA temporariamente indisponível\"],\"51AsAN\":[\"Verifique sua caixa de entrada! Se houver ingressos associados a este e-mail, você receberá um link para visualizá-los.\"],\"51U9mG\":[\"Os pagamentos continuarão fluindo sem interrupção\"],\"54GxeB\":[\"Sem impacto nas suas transações atuais ou passadas\"],\"54MPqC\":[\"ex: Padrão, Premium, Enterprise\"],\"54q0zp\":[\"Ingressos para\"],\"55i7Fa\":[\"Esta mensagem só será mostrada se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\"],\"5670b9\":[\"Falha ao oferecer ingressos\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"ingresso\"],\"5CDM6r\":[\"Período de venda definido\"],\"5CQ+r0\":[\"Permitir que participantes associados a pedidos não pagos façam check-in\"],\"5CiNPm\":[\"Reenviar ingresso\"],\"5Ds0vl\":[\"Selecione qual configuração de taxas se aplica a esta conta. As taxas fixas são convertidas para a moeda do pedido no checkout.\"],\"5F7SYw\":[\"Reembolso parcial\"],\"5FSIzj\":[\"Observação\"],\"5H3Z78\":[\"Tem certeza de que deseja excluir este webhook?\"],\"5It1cQ\":[\"Pedidos exportados\"],\"5K8REg\":[\"Esse pedido já foi reembolsado.\"],\"5LAZwq\":[\"Personificação iniciada\"],\"5LDT6f\":[\"Confira este evento!\"],\"5N4wLD\":[\"Que tipo de pergunta é essa?\"],\"5OmEal\":[\"O idioma do cliente\"],\"5Qmxo/\":[\"Tem a certeza de que deseja despublicar este perfil de organizador? Já não será visível ao público.\"],\"5RDEEn\":[\"Idioma do Pedido\"],\"5ShqeM\":[\"A lista de check-in que você está procurando não existe.\"],\"5T2HxQ\":[\"Data de ativação\"],\"5UbY+B\":[\"Participantes com um tíquete específico\"],\"5VGIlq\":[\"Você atingiu seu limite de mensagens.\"],\"5YrKW7\":[\"Complete seu pagamento para garantir seus ingressos.\"],\"5b3QLi\":[\"Seu plano\"],\"5cxUwd\":[\"Data de pagamento\"],\"5lcVkL\":[\"Detalhes da conexão\"],\"5mpF6N\":[\"Valor da taxa fixa em \",[\"currencyCode\"]],\"5n+Wwp\":[\"Organizador atualizado com sucesso\"],\"5qOnWX\":[\"Lista de espera de esgotados\"],\"5slqwZ\":[\"Crie seu evento\"],\"5tT0+u\":[\"Formato de email inválido\"],\"5tl0Bp\":[\"Perguntas de registro\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Ocultar este produto dos clientes\"],\"6/TNCd\":[\"Salvar Configurações de IVA\"],\"6/dCYd\":[\"Visão geral\"],\"60u+dQ\":[\"A imagem de capa será exibida no topo da sua página de evento\"],\"621rYf\":[\"Pagamento\"],\"62Ciis\":[\"Fechar a barra lateral\"],\"65A04M\":[\"Espanhol\"],\"67NsZP\":[\"A criar evento...\"],\"67OJ7t\":[\"Ver Pedido\"],\"68Axnm\":[\"Ocorreu um erro ao processar sua solicitação. Tente novamente.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Ingressos\"],\"6HK5Ct\":[\"Pedidos concluídos\"],\"6IwNUc\":[\"Modelos de E-mail\"],\"6JzK4N\":[\"Link para ingresso\"],\"6K/IHl\":[\"Aqui está um exemplo de como você pode usar o componente em sua aplicação.\"],\"6K0GjX\":[\"O texto pode ser difícil de ler\"],\"6KnyG0\":[\"Digite o e-mail\"],\"6MIiOI\":[[\"0\"],\" restante\"],\"6PNlRV\":[\"Adicione este evento ao seu calendário\"],\"6PecK3\":[\"Presença e taxas de check-in em todos os eventos\"],\"6RmHKN\":[\"Cor primária\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Copiado\"],\"6WdDG7\":[\"Página\"],\"6YtxFj\":[\"Nome\"],\"6Z/F61\":[\"Nenhum dado para mostrar. Por favor, selecione um intervalo de datas\"],\"6a/UJE\":[\"Desculpe, este código promocional não é reconhecido\"],\"6aXq+t\":[\"Assunto:\"],\"6bBh3/\":[\"Taxa Fixa\"],\"6czJik\":[\"Logotipo do Ingresso\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Status dos pedidos\"],\"6euFZ/\":[\"Um \",[\"type\"],\" padrão é automaticamente aplicado a todos os novos produtos. Você pode substituir isso para cada produto.\"],\"6fLyj/\":[\"Se você não solicitou essa alteração, altere imediatamente sua senha.\"],\"6fuA9p\":[\"Evento duplicado com sucesso\"],\"6gRgw8\":[\"Tentar novamente\"],\"6heFYY\":[\"Sua conta Stripe está conectada e processando pagamentos.\"],\"6imsQS\":[\"Chinês simplificado\"],\"6jYQGG\":[\"Nenhum evento passado\"],\"6kPk3+\":[\"Informações pessoais\"],\"6kdXbW\":[\"Criar um código promocional\"],\"6nDzTl\":[\"Boa legibilidade\"],\"6tmWch\":[\"Ingresso ou produto\"],\"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.\"],\"6xCBVN\":[\"Configurações de pagamento e faturamento atualizadas com sucesso\"],\"6zQOg1\":[\"O preço exibido para o cliente não inclui impostos e taxas. Eles serão exibidos separadamente\"],\"7+grte\":[\"E-mail de confirmação enviado! Verifique sua caixa de entrada.\"],\"7/9RFs\":[\"Falha ao carregar imagem.\"],\"70dYC8\":[\"Código promocional atualizado com sucesso\"],\"72c5Qo\":[\"Total\"],\"73nxDO\":[\"Configurações diversas atualizadas com sucesso\"],\"73qYgo\":[\"Enviar como teste\"],\"744BMm\":[\"Conclua seu pedido para garantir seus ingressos. Esta oferta é por tempo limitado, então não demore muito.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Sua lista de check-in foi criada com sucesso. Compartilhe o link abaixo com sua equipe de check-in.\"],\"7B5M35\":[\"Check-Ins\"],\"7Bj3x9\":[\"Falhou\"],\"7Cx5It\":[\"Pássaro madrugador\"],\"7D9MJz\":[\"Concluir configuração do Stripe\"],\"7ER2sc\":[\"Destacado\"],\"7JF9w9\":[\"Adicionar pergunta\"],\"7JFNej\":[\"Desporto\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Ações\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Usuário\"],\"7VpPHA\":[\"Confirmar\"],\"7YJdgG\":[\"Seus pedidos aparecerão aqui assim que começarem a chegar.\"],\"7YZofi\":[\"Digite um assunto e corpo para ver a visualização\"],\"7dSOhU\":[\"Ativar lista de espera\"],\"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.\"],\"7hPBBn\":[\"destinatário\"],\"7kOMfV\":[\"Evento atualizado com sucesso\"],\"7ns+do\":[\"Endereço Comercial\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"Todos os eventos arquivados\"],\"7vhWI8\":[\"Nova senha\"],\"7wtpH5\":[\"Modelo Ativo\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"O nome é obrigatório\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Inserir Token Liquid\"],\"876pfE\":[\"Cliente\"],\"87a/t/\":[\"Rótulo\"],\"88cUW+\":[\"Você recebe\"],\"89xaFU\":[\"Defina as configurações padrão de taxa da plataforma para novos eventos criados sob este organizador.\"],\"8AiKIu\":[\"Criar ingresso ou produto\"],\"8BMPMe\":[\"O webhook não enviará notificações\"],\"8BRPoH\":[\"Local Exemplo\"],\"8BwQeU\":[\"Finalizar configuração\"],\"8Etqrl\":[\"Oferecer ingressos automaticamente para a próxima pessoa quando houver capacidade disponível\"],\"8F1i42\":[\"Página não encontrada\"],\"8KDgYV\":[\"Prepare seu evento\"],\"8KmsFa\":[\"Por favor, selecione um intervalo de datas\"],\"8Lx2X7\":[\"Pagamento recebido\"],\"8OhzyY\":[\"Quando um produto é excluído\"],\"8OvVZZ\":[\"Filtrar Participantes\"],\"8QH2Il\":[\"Esta categoria está oculta da visualização pública\"],\"8YBH95\":[\"Receita\"],\"8ZsakT\":[\"Senha\"],\"8cBtvm\":[\"Cor do texto primário\"],\"8dENF9\":[\"IVA sobre taxa\"],\"8jLPgH\":[\"Tipo de Ingresso\"],\"8k8Njd\":[\"Quantos minutos o cliente tem para concluir o pedido. Recomendamos pelo menos 15 minutos\"],\"8n10sz\":[\"Não Elegível\"],\"8oPbg1\":[\"Habilitar faturamento\"],\"8pQ3NJ\":[\"Nenhum evento começando nas próximas 24 horas\"],\"8q0EdE\":[\"Adicionar Produto à Categoria\"],\"8qsbZ5\":[\"Bilheteria e vendas\"],\"8rE61T\":[\"Endereço de cobrança\"],\"8uOlgz\":[\"Falhou em\"],\"8uqsE5\":[\"Página não disponível mais\"],\"8v2LRU\":[\"Configure os detalhes do evento, localização, opções de checkout e notificações por email.\"],\"8vETh9\":[\"Show\"],\"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\"],\"8wUjGl\":[\"Reservado até\"],\"8wgkoi\":[\"Sem eventos vistos nos últimos 14 dias\"],\"8x0pUg\":[\"Tem certeza de que deseja remover esta entrada da lista de espera?\"],\"8z6Y5D\":[\"Processar reembolso\"],\"8zCZQf\":[\"Nenhum evento ainda\"],\"9+8Vez\":[\"Usos restantes\"],\"9+P7zk\":[\"Não foi possível criar o produto. Por favor, verifique seus detalhes\"],\"9/1YKL\":[\"Digite o sobrenome\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 dia após a data de término\"],\"94aQMU\":[\"Informações do participante\"],\"96ryID\":[\"Coletar dados por ingresso\"],\"99ntUF\":[\"Nenhuma lista de check-in disponível para este evento.\"],\"9BdS63\":[\"Editar código promocional\"],\"9FQEn8\":[\"Selecione a categoria...\"],\"9GsDR2\":[\"Verdadeiro se pagamento pendente\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"As vendas estão pausadas\"],\"9L9/28\":[\"Quando um produto esgota, os clientes podem entrar em uma lista de espera para serem notificados quando vagas ficarem disponíveis.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Este nome é visível para os usuários finais\"],\"9N+p+g\":[\"Negócios\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Participantes\"],\"9TO8nT\":[\"Sua senha\"],\"9Wh+ug\":[\"Afiliados exportados\"],\"9Y3hAT\":[\"Salvar Modelo\"],\"9YHrNC\":[\"Padrão do Sistema\"],\"9b5956\":[\"Esta visualização mostra como seu e-mail ficará com dados de amostra. E-mails reais usarão valores reais.\"],\"9bHCo2\":[\"Moeda da taxa\"],\"9bpUSo\":[\"A exportar afiliados\"],\"9eF5oV\":[\"Bem-vindo de volta\"],\"9gPPUY\":[\"Lista de Check-In Criada!\"],\"9h7RDh\":[\"Oferecer\"],\"9i0++A\":[\"ID de pagamento Stripe\"],\"9jnAcN\":[\"Ver página inicial do organizador\"],\"9mZEgt\":[\"Código promocional criado com sucesso\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Falha ao cancelar o participante\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Voltar à página do evento\"],\"A4UmDy\":[\"Teatro\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Defina seu evento ao vivo\"],\"ACKu03\":[\"Atualizar Visualização\"],\"AEuj2m\":[\"Página inicial do evento\"],\"AG/qmQ\":[\"Uma opção de rádio tem várias opções, mas somente uma pode ser selecionada.\"],\"AGRilS\":[\"Ingressos Vendidos\"],\"AGZmwV\":[\"Imagem carregada com sucesso\"],\"AIF7J2\":[\"A moeda em que a taxa fixa é definida. Será convertida para a moeda do pedido no checkout.\"],\"AIUkyF\":[\"Navegar até o participante\"],\"AJ4rvK\":[\"Participante cancelado\"],\"AKbElk\":[\"Empresas registradas para IVA na UE: Aplica-se o mecanismo de autoliquidação (0% - Artigo 196 da Diretiva IVA 2006/112/CE)\"],\"APuxIE\":[\"Confirmação de e-mail reenviada\"],\"APyAR/\":[\"Eventos ativos\"],\"ARBThj\":[\"Aplicar este \",[\"type\"],\" a todos os novos produtos\"],\"ARkzso\":[\"Introduza o nome do afiliado\"],\"ATGYL1\":[\"Endereço de e-mail\"],\"AVpmAa\":[\"Como pagar offline\"],\"AXXqG+\":[\"Doação\"],\"AaP0M+\":[\"Esta combinação de cores pode ser difícil de ler para alguns usuários\"],\"AdWhjZ\":[\"Código de verificação\"],\"AeXO77\":[\"Conta\"],\"AeejQi\":[\"A quais produtos essa capacidade deve se aplicar?\"],\"AfNRFG\":[\"Texto do botão Continuar\"],\"AhBPHd\":[\"Estes detalhes só serão mostrados se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\"],\"AhwTa1\":[\"Ação Necessária: Informações de IVA Necessárias\"],\"Ajavq0\":[\"Verifique seu e-mail para confirmar seu endereço de e-mail\"],\"ApOYO8\":[\"Incrível, Evento, Palavras-chave...\"],\"ApsD9J\":[\"Adicionar novo\"],\"ArHT/C\":[\"Novos cadastros\"],\"Arzxc1\":[\"Sem inscrições na lista de espera\"],\"Aspq3b\":[\"Coleta de dados dos participantes\"],\"AtXtSw\":[\"Gerencie impostos e taxas que podem ser aplicados aos seus produtos\"],\"Auz0Mz\":[\"Confirme seu e-mail para acessar todos os recursos.\"],\"B/EBQv\":[\"Pedidos:\"],\"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. \"],\"B2Tpo0\":[\"Email inválido\"],\"B2V3cA\":[\"Compartilhar evento\"],\"B3Mkdt\":[\"Criar pergunta\"],\"B3gPuX\":[\"Pedido cancelado\"],\"B4nE3N\":[\"Preço do ingresso de exemplo\"],\"B5fpAA\":[\"Configuração atribuída com sucesso\"],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"B7w4KY\":[\"Nenhum outro organizador disponível\"],\"BCmibk\":[\"Tentativas\"],\"BDSRuX\":[\"Reembolsado: \",[\"0\"]],\"BFRSTT\":[\"Selecionar Conta\"],\"BGD9Yt\":[\"Adicionar ingressos\"],\"BHZbFy\":[\"Uma única pergunta por pedido. Ex: Qual é o seu endereço de entrega?\"],\"BI7D9d\":[\"Preço não definido\"],\"BJIEiF\":[\"Participante com sucesso \",[\"0\"]],\"BJtMTd\":[\"Recomendamos dimensões de 2160px por 1080px e um tamanho máximo de arquivo de 5 MB\"],\"BLTZ42\":[\"Redefinição de senha bem-sucedida. Faça login com sua nova senha.\"],\"BM/KQm\":[\"CEP ou código postal\"],\"BMtue0\":[\"Processador de pagamentos atual\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Criar novo\"],\"BRArmD\":[\"Você tem acesso a várias contas. Escolha uma para continuar.\"],\"BREO0S\":[\"Exibe uma caixa de seleção permitindo que os clientes optem por receber comunicações de marketing deste organizador de eventos.\"],\"BTne9e\":[\"Criar modelos de e-mail personalizados para este evento que substituem os padrões do organizador\"],\"BUe8Wj\":[\"O comprador paga\"],\"BV4L/Q\":[\"Análise UTM\"],\"BVinvJ\":[\"Exemplos: \\\"Como você soube de nós?\\\", \\\"Nome da empresa para fatura\\\"\"],\"BVu2Hz\":[\"Enviado por\"],\"BW6QAz\":[\"Gerenciamento de Equipe\"],\"BWF1kC\":[\"Pesquisar mensagens...\"],\"BZ9GWa\":[\"Os códigos promocionais podem ser usados para oferecer descontos, acesso de pré-venda ou acesso especial ao seu evento.\"],\"BZBYf3\":[\"Para receber pagamentos com cartão de crédito, você precisa conectar sua conta do Stripe. O Stripe é nosso parceiro de processamento de pagamentos que garante transações seguras e pagamentos pontuais.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Visualização do E-mail\"],\"BfucwY\":[\"Gerencie seus usuários e suas permissões\"],\"BiYOdA\":[\"Pesquisar por nome...\"],\"Bj/QGQ\":[\"Defina um preço mínimo e permita que os usuários paguem mais se quiserem\"],\"Bk06QI\":[\"Stripe conectado\"],\"BnlG9U\":[\"Seu pedido atual será perdido.\"],\"BwJKBw\":[\"de\"],\"BxsfMK\":[\"Total de taxas\"],\"BzEFor\":[\"ou\"],\"BzfzPK\":[\"Itens\"],\"C3htzi\":[\"Configuração atualizada\"],\"C3nD/1\":[\"Digite seu e-mail\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Selecione os produtos\"],\"C4nQe5\":[\"A taxa da plataforma é adicionada ao preço do ingresso. Os compradores pagam mais, mas você recebe o preço total do ingresso.\"],\"C4qOW8\":[\"Escondido da vista do público\"],\"C63rRe\":[\"Por favor, volte para a página do evento para recomeçar.\"],\"C8HNV2\":[\"Pagamento completo\"],\"C8JLas\":[\"Tipo de desconto\"],\"C8ne4X\":[\"Salvar Design do Ingresso\"],\"CBBcly\":[\"Mostra campos de endereço comuns, incluindo o país\"],\"CCjxOC\":[\"Crie seu primeiro evento para começar a vender ingressos e gerenciar participantes.\"],\"CELKku\":[\"Baixar fatura\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Selecione o grupo de participantes\"],\"CHzaTD\":[\"Sem eventos populares nos últimos 14 dias\"],\"CMUt3Y\":[\"Titulares de ingressos\"],\"CMyVEK\":[\"Tem certeza de que deseja tornar este evento um rascunho? Isso tornará o evento invisível para o público\"],\"CNafaC\":[\"As opções de caixa de seleção permitem várias seleções\"],\"CNk/ro\":[\"Este é um evento on-line\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"CPXP5Z\":[\"Afiliados\"],\"CQeZT8\":[\"Relatório não encontrado\"],\"CRu4lK\":[\"Check-in realizado\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Logs do Webhook\"],\"CUKVDt\":[\"Personalize seus ingressos com um logotipo, cores e mensagem de rodapé personalizados.\"],\"CVw2MU\":[\"Filtros (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Festival de Música de Verão 2025\"],\"CWk59I\":[\"Comédia\"],\"CZomgW\":[\"Registrado para IVA\"],\"CabI04\":[\"O número de IVA não deve conter espaços\"],\"CbnrWb\":[\"Voltar ao evento\"],\"CfKofC\":[\"Seleção suspensa\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Texto do botão\"],\"ClwUUD\":[\"Local do evento e detalhes do local\"],\"CmoB9j\":[\"Modo de exibição de preço\"],\"CnZ3Ou\":[\"Seus ingressos foram confirmados.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Escolher calendário\"],\"CsTTH0\":[\"Confirmação do pedido reenviada com sucesso\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Proprietários de pedidos com produtos\"],\"CySr+W\":[\"Clique para ver as notas\"],\"D+zLDD\":[\"Oculto\"],\"D02dD9\":[\"Campanha\"],\"D2g7C7\":[\"Todos os trabalhos na fila para nova tentativa\"],\"D2qlBU\":[\"Participante atualizado\"],\"D3iCkb\":[\"Data de início\"],\"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.\"],\"D6+U20\":[\"Fazer check-in e marcar pedido como pago\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Enviar e-mail de confirmação do pedido e do tíquete\"],\"D9zTjx\":[\"Eventos ao Vivo\"],\"DB8zMK\":[\"Aplicar\"],\"DCKkhU\":[\"Senha atual\"],\"DDcvSo\":[\"Alemão\"],\"DEcpfp\":[\"O corpo do template contém sintaxe Liquid inválida. Por favor, corrija e tente novamente.\"],\"DFqasq\":[\"Ao continuar, você concorda com os <0>Termos de Serviço de \",[\"0\"],\"\"],\"DJQEZc\":[\"Produtos ordenados com sucesso\"],\"DKYTWG\":[\"Falha ao tentar novamente os trabalhos\"],\"DKwDdj\":[\"Imprimir ingressos\"],\"DM4gBB\":[\"Chinês (Tradicional)\"],\"DMCX/I\":[\"Configurações padrão de taxa da plataforma atualizadas com sucesso\"],\"DPfwMq\":[\"Concluído\"],\"DRErHC\":[\"Oculto para participantes - visível apenas para organizadores\"],\"DRykfS\":[\"Ainda processando reembolsos para suas transações mais antigas.\"],\"DXZRk5\":[\"Suíte 100\"],\"DZjk8u\":[\"Configurações de pagamento e faturamento\"],\"DZlSLn\":[\"Etiqueta do documento\"],\"Da29Y6\":[\"Ocultar esta pergunta\"],\"DdHfeW\":[\"Gerenciar os detalhes de sua conta e as configurações padrão\"],\"Dim4LO\":[\"Adicionar manualmente um participante\"],\"DjSbj3\":[\"Falha ao reenviar ingresso\"],\"Djl45M\":[\"Você precisará de um produto antes de poder criar uma atribuição de capacidade.\"],\"DnXcDK\":[\"Cor secundária\"],\"DoH3fD\":[\"Pagamento do Pedido Pendente\"],\"DovcfC\":[\"Fale-nos sobre a sua organização. Esta informação será exibida nas páginas dos seus eventos.\"],\"DruLRc\":[\"Últimos 14 dias\"],\"DrwwNd\":[\"Selecione o período de tempo\"],\"Du6bPw\":[\"Endereço\"],\"Dvq0wf\":[\"Por favor, forneça uma imagem.\"],\"DwF9eH\":[\"Código do componente\"],\"Dwf4dR\":[\"Ainda não há perguntas para participantes\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Salvar Configuração\"],\"E/9LUk\":[\"Nome do local\"],\"E0q9qH\":[\"Permite usos ilimitados\"],\"E15xs8\":[\"⚡️ Prepare seu evento\"],\"E1F5Ji\":[\"Os destinatários ficam disponíveis após o envio da mensagem\"],\"E1eze1\":[\"Conecte sua conta Stripe para começar a aceitar pagamentos para seus eventos.\"],\"E6nRW7\":[\"Copiar URL\"],\"E9jY+o\":[\"Falha ao atualizar participante\"],\"EBzPwC\":[\"O endereço completo do evento\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Publicar\"],\"EFq6EG\":[\"Por favor, selecione uma imagem.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Conta não encontrada\"],\"EJ7bVz\":[\"Nenhum pedido encontrado\"],\"EJPAcd\":[\"Falha ao reenviar confirmação do pedido\"],\"EK/G11\":[\"Ainda sem respostas\"],\"ELa4O9\":[\"Data de término da venda\"],\"ENCIQz\":[\"Copiar link\"],\"ENEPLY\":[\"Método de pagamento\"],\"EOqL/A\":[\"Tem certeza de que deseja oferecer uma vaga a esta pessoa? Ela receberá uma notificação por e-mail.\"],\"ETcU7q\":[\"Falha ao oferecer vaga\"],\"EUnesn\":[\"Ingressos disponíveis\"],\"EV30TR\":[\"Modo scanner USB ativado. Comece a escanear os ingressos agora.\"],\"EWCLpZ\":[\"Produto criado\"],\"EWErQh\":[\"O horário agendado deve ser no futuro\"],\"EWPtMO\":[\"Código\"],\"EWnXR+\":[\"Conectar ao Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Design do ingresso salvo com sucesso\"],\"EZy55F\":[\"Pedido reembolsado\"],\"EaAPbv\":[\"Valor total pago\"],\"EdQY6l\":[\"Nenhum\"],\"Edm6av\":[\"Reconectar Stripe →\"],\"Eeo/Gy\":[\"Falha ao atualizar configuração\"],\"Ef7StM\":[\"Desconhecido\"],\"EfK2O6\":[\"Oferecer vaga\"],\"Egnj9d\":[\"Você terá que marcar um pedido como pago manualmente. Isso pode ser feito na página de gerenciamento de pedidos.\"],\"Eh5Wrd\":[\"Seu site incrível 🎉\"],\"EhlbcI\":[\"Falha ao atualizar nível de mensagens\"],\"EmFsMZ\":[\"Seu número de IVA está na fila para validação\"],\"EmYMHc\":[\"Aguardando pagamento offline\"],\"Ep3VfY\":[\"Exibir no Google Maps\"],\"EpknJA\":[\"Escreva sua mensagem aqui...\"],\"EpvBAp\":[\"Sem fatura\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Mostrar caixa de seleção de opt-in de marketing\"],\"Ev2r9A\":[\"Nenhum resultado\"],\"Ewir4O\":[\"Por favor, selecione pelo menos um produto\"],\"EwoMtl\":[\"Criar categoria\"],\"ExDt3P\":[\"Tem a certeza de que deseja despublicar este evento? Já não será visível ao público.\"],\"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.\"],\"EyE8E6\":[\"Processamento de pagamento\"],\"EzwCw7\":[\"Editar pergunta\"],\"F+pJnL\":[\"Configurações de SEO atualizadas com sucesso\"],\"F1Xp97\":[\"Participantes individuais\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Pelo menos um tipo de evento deve ser selecionado\"],\"F3/nus\":[\"Continuar para pagamento\"],\"F3mW5G\":[\"Permitir que os clientes entrem em uma lista de espera quando este produto estiver esgotado\"],\"F4NXOl\":[\"Sobrenome do Pedido\"],\"F4SRy3\":[\"Check-in excluído\"],\"F5/CBH\":[\"item(ns)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Ativo\"],\"F89D36\":[\"Ocorreu um erro ao marcar o pedido como pago\"],\"FCVmuU\":[\"Ver evento\"],\"FG98gC\":[\"Limpar texto de pesquisa\"],\"FI60XC\":[\"Configurar impostos e taxas\"],\"FImCSc\":[[\"0\"],\" atualizado com sucesso\"],\"FJ9Yat\":[\"Verifique se as informações fornecidas estão corretas\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Não foi possível registrar o participante\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Ativar\"],\"FRl8Jv\":[\"Você precisa verificar o e-mail da sua conta antes de poder enviar mensagens.\"],\"FSN4TS\":[\"Widget incorporado\"],\"FSaY52\":[\"O webhook enviará notificações\"],\"FTfObB\":[\"Nenhum Produto Ainda\"],\"FU1gvP\":[\"Editar Lista de Registro\"],\"FVTVBy\":[\"Você precisa verificar seu e-mail antes de atualizar o status do organizador.\"],\"FVetkT\":[\"Quais ingressos devem ser associados a esta lista de registro?\"],\"FaK/8G\":[\"Reembolsar pedido \",[\"0\"]],\"FaPYw+\":[\"Proprietário do pedido\"],\"FaSXqR\":[\"Que tipo de evento?\"],\"Fb+SDI\":[\"Adicionar mais ingressos\"],\"Ff0Dor\":[\"Passado\"],\"FgRxRP\":[\"Você possui 100% dos dados dos seus participantes, sempre\"],\"Fi3b48\":[\"Pedidos recentes\"],\"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%.\"],\"FlQKnG\":[\"Incluir impostos e taxas no preço\"],\"FmogyU\":[\"Ocultar Opções\"],\"FpsvqB\":[\"Modo de Cor\"],\"Fq/Nx7\":[\"Enviámos um código de verificação de 5 dígitos para:\"],\"Fuh+dI\":[\"Uma única pergunta por produto. Ex: Qual é o seu tamanho de camiseta?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Copiado para a área de transferência\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Modelo salvo com sucesso\"],\"G0KW+e\":[\"Design da página inicial atualizado com sucesso\"],\"G42SNI\":[\"Reenviar e-mail\"],\"G5RhpL\":[\"Organizador\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Função\"],\"GG1fRP\":[\"Seu evento está no ar!\"],\"GG7qDw\":[\"Partilhar link de afiliado\"],\"GHdjuo\":[\"Pesquisar por nome, e-mail ou conta...\"],\"GIoqtA\":[\"Sobrenome do cliente\"],\"GNcfRk\":[\"E-mail de suporte\"],\"GRChTw\":[\"Algo deu errado ao excluir o imposto ou a taxa\"],\"GS+Mus\":[\"Exportação\"],\"GTOcxw\":[\"Editar usuário\"],\"GVUxAX\":[\"As estatísticas são baseadas na data de criação da conta\"],\"GVcaW6\":[\"Detalhes da organização\"],\"GX6dZv\":[\"Resumo do pedido\"],\"GctSSm\":[\"Aplicar código promocional\"],\"GdOhw6\":[\"Desativar som\"],\"GdWB+V\":[\"Webhook criado com sucesso\"],\"GeqWgj\":[\"Fuso Horário do Evento\"],\"GfWoKv\":[\"Configurações de SEO\"],\"GfaxEk\":[\"Música\"],\"Gh9Oqb\":[\"Nome do organizador do evento\"],\"Gjt/py\":[\"Cancelar alteração de e-mail\"],\"GkH0Pq\":[\"Impostos e taxas aplicados\"],\"Gmd0hv\":[\"Quando um novo participante é criado\"],\"Gnjf3o\":[\"Você não pode mudar o tipo de produto, pois há participantes associados a este produto.\"],\"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.\"],\"GptGxg\":[\"Alterar senha\"],\"GqvPcv\":[\"Nenhum filtro disponível\"],\"Gspam9\":[\"Estamos processando seu pedido. Por favor, aguarde...\"],\"GuXjc5\":[\"Validado\"],\"Guo0lU\":[\"Data e hora personalizadas\"],\"Gv5AMu\":[\"Participantes da mensagem\"],\"Gy7BA3\":[\"Endereço de email do organizador\"],\"H/UMUG\":[\"Verificação de e-mail necessária\"],\"H34qcM\":[\"A criar organizador...\"],\"H35u3n\":[\"Você deve criar um tíquete antes de adicionar manualmente um participante.\"],\"H4nE+E\":[\"Cancelar todos os produtos e devolvê-los ao pool disponível\"],\"H5qWhm\":[\"Pedido cancelado\"],\"H6Gslz\":[\"Desculpe o inconveniente.\"],\"H6Ma8Z\":[\"Desconto\"],\"H8kMHT\":[\"Não recebeu o código?\"],\"H9HlDe\":[\"minutos\"],\"HB22j9\":[\"Continuar a configuração\"],\"HE6KcK\":[\"Convite revogado!\"],\"HFucK5\":[\"Não há eventos encerrados para mostrar.\"],\"HGuXjF\":[\"Portadores de ingressos\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Ocorreu um problema ao carregar esta página. Por favor, tente novamente.\"],\"HLDaLi\":[\"Os usuários administradores têm acesso total a eventos e configurações de conta.\"],\"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.\"],\"HR/cvw\":[\"Rua Exemplo 123\"],\"HSw5l3\":[\"Não - Sou um indivíduo ou empresa não registrada para IVA\"],\"HT/08n\":[\"Bilhete do Participante\"],\"HVW65c\":[\"Produto Pago\"],\"HVkhy2\":[\"Análise de atribuição\"],\"HVwIsd\":[\"Empresas não registradas para IVA ou indivíduos: Aplica-se o IVA irlandês de 23%\"],\"HWXuQK\":[\"Adicione esta página aos favoritos para gerenciar seu pedido a qualquer momento.\"],\"HX5SVx\":[\"Item\"],\"HXMJxH\":[\"Texto opcional para avisos legais, informações de contato ou notas de agradecimento (apenas uma linha)\"],\"HdmwrI\":[\"E-mail do Pedido\"],\"HhwcTQ\":[\"Nome do evento\"],\"HiGkFu\":[\"Redirecionando para o Stripe...\"],\"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.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Alteração de e-mail cancelada com sucesso\"],\"HsFnrk\":[\"O número máximo de produtos para \",[\"0\"],\" é \",[\"1\"]],\"HtrFfw\":[\"A URL é obrigatória\"],\"HxxXZO\":[\"A cor primária da marca usada para botões e destaques\"],\"I+FvbD\":[\"Escanear\"],\"I+utEq\":[\"O código de afiliado não pode ser alterado\"],\"I/NNtI\":[\"O local do evento\"],\"I3QpvQ\":[\"Beneficiário\"],\"I3yitW\":[\"Último login\"],\"I6F3cp\":[\"E-mail não verificado\"],\"I7xjqg\":[\"Tipo de plano de fundo\"],\"IF7RiR\":[\"Capa\"],\"IFHV2p\":[\"Seu ingresso para\"],\"IKwyaF\":[\"Alteração de e-mail confirmada com sucesso\"],\"IMJ6rh\":[\"Redimensionamento automático\"],\"IMwcdR\":[\"Personificação parada\"],\"INDKM9\":[\"Digite o assunto do e-mail...\"],\"IUwGEM\":[\"Salvar alterações\"],\"IV9xTT\":[\"Esse usuário não está ativo, pois não aceitou o convite.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Digite seu número de IVA incluindo o código do país, sem espaços (ex: IE1234567A, DE123456789)\"],\"IfN2Qo\":[\"Recomendamos um logo quadrado com dimensões mínimas de 200x200px\"],\"IgcAGN\":[\"Vendas brutas\"],\"IkGIz8\":[\"pago\"],\"IoAuJG\":[\"Enviando...\"],\"IoDI2o\":[\"Carregando tokens...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Não é Possível Fazer Check-in (Cancelado)\"],\"IrVSu+\":[\"Não foi possível duplicar o produto. Por favor, verifique seus dados\"],\"IuMGvq\":[\"Fatura\"],\"IuUoyV\":[\"Quando um participante faz check-in\"],\"IvxA4G\":[\"Ingressos oferecidos com sucesso a \",[\"count\"],\" pessoas\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Não há ordens para mostrar\"],\"J3RJSZ\":[\"Participante atualizado com sucesso\"],\"J3lhKT\":[\"Taxa da plataforma\"],\"J6n7sl\":[\"Em andamento\"],\"JEPMXN\":[\"Solicitar novo link\"],\"JEdsvQ\":[\"Instruções de pagamento\"],\"JHB/Ky\":[\"Inválido\"],\"JJhRbH\":[\"Capacidade do primeiro dia\"],\"JKfSAv\":[\"Falha na exportação. Por favor, tente novamente.\"],\"JNCzPW\":[\"País\"],\"JQNMrj\":[\"Crie o seu primeiro evento\"],\"JRQitQ\":[\"Confirme a nova senha\"],\"JZTQI0\":[\"Trocar organizador\"],\"JbIgPz\":[\"Os valores monetários são totais aproximados em todas as moedas\"],\"JcQp9p\":[\"Data e hora de início\"],\"JcejNJ\":[\"Processando pedido\"],\"JhtZAK\":[\"Falha no pagamento\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Escolha uma cor para seu plano de fundo\"],\"Jjw03p\":[\"Falha ao exportar participantes\"],\"JlFcis\":[\"Enviar\"],\"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.\"],\"JnuPvH\":[\"Imprimir Ingresso\"],\"JoKGiJ\":[\"Código promocional\"],\"JpohL9\":[\"Imposto\"],\"JtI4vj\":[\"Coleta padrão de informações do participante\"],\"Jv22kr\":[[\"0\"],\" <0>registrado com sucesso\"],\"JvUngl\":[\"Data e hora\"],\"JvuLls\":[\"Absorver taxa\"],\"JwTmB6\":[\"Produto duplicado com sucesso\"],\"Jwiilf\":[\"Seu pedido foi cancelado\"],\"JyD0LH\":[\"Configurações do evento\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"O logo será exibido no ingresso\"],\"K2PPlT\":[\"A taxa percentual deve estar entre 0 e 100\"],\"K47k8R\":[\"Produto\"],\"K5+3xg\":[\"Aceitar convite\"],\"K6fmBI\":[\"Esta lista de registro ainda não está ativa e não está disponível para registros.\"],\"K7tIrx\":[\"Categoria\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"João\"],\"KIhhpi\":[\"Personalize a página do seu evento\"],\"KIjvtr\":[\"Holandês\"],\"KMMOAy\":[\"Atualização disponível\"],\"KMgp2+\":[[\"0\"],\" disponível\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Nenhuma mensagem a ser exibida\"],\"KR0679\":[\"Convidar membros da equipe\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Duplicar produto\"],\"KSDwd5\":[\"Total de pedidos\"],\"KSQ8An\":[\"Seu pedido\"],\"KTxc6k\":[\"Algo deu errado, tente novamente ou entre em contato com o suporte se o problema persistir\"],\"KUOhTy\":[\"Ativar som\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Caixa de texto com várias linhas\"],\"KZN4Lc\":[\"Excluir tudo\"],\"KZrfYJ\":[\"Salvar links sociais\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"E-mail de contato para suporte\"],\"Kdpf90\":[\"Não esqueça!\"],\"KeCXJu\":[\"Veja detalhes de pedidos, emita reembolsos e reenvie confirmações.\"],\"KfmPRW\":[\"A cor de fundo da página. Ao usar imagem de capa, isso é aplicado como uma sobreposição.\"],\"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.\"],\"KgxI80\":[\"Bilhetagem flexível\"],\"KizCK7\":[\"Selecione data e hora de início\"],\"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.\"],\"KkrBiR\":[\"Coleta de informações do participante\"],\"KmWyx0\":[\"Trabalho\"],\"KnN1Tu\":[\"Expirações\"],\"KndP6g\":[\"URL do Pedido\"],\"KnjoUA\":[\"Preço do ingresso\"],\"Kz91g/\":[\"Turco\"],\"L/+xOk\":[\"Você precisará de um ingresso antes de poder criar uma lista de registro.\"],\"L/Qc+w\":[\"Endereço de e-mail do cliente\"],\"L/gNNk\":[\"Atualizar \",[\"0\"]],\"L0pJmz\":[\"Defina o número inicial para a numeração das faturas. Isso não poderá ser alterado depois que as faturas forem geradas.\"],\"L22Tdf\":[\"Pesquise por nome, número do pedido, número do participante ou e-mail...\"],\"L565X2\":[\"opções\"],\"L7dIM7\":[\"Este link é inválido ou expirou.\"],\"L86zy2\":[\"Email verificado com sucesso!\"],\"LAW8Vb\":[\"Escolha a configuração padrão para novos eventos. Isso pode ser substituído para eventos individuais.\"],\"LBLOqH\":[\"Pergunte uma vez por pedido\"],\"LETnBR\":[\"Bem-vindo ao \",[\"0\"],\", aqui está uma lista de todos os seus eventos\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Gestão de convidados\"],\"LNWHXb\":[\"Não há eventos arquivados para mostrar.\"],\"LOFgda\":[\"Contato \",[\"0\"]],\"LQrXcu\":[\"Baixar fatura\"],\"LRbt6D\":[\"Permitir que os mecanismos de pesquisa indexem esse evento\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Editar Modelo \",[\"0\"]],\"LWL3Bs\":[\"A taxa fixa deve ser 0 ou maior\"],\"Lc18qn\":[\"Quando um novo pedido é criado\"],\"LcET2C\":[\"Política de Privacidade\"],\"LchiNd\":[\"Tem a certeza de que deseja eliminar este afiliado? Esta ação não pode ser anulada.\"],\"LdPKPR\":[\"Falha ao atribuir configuração\"],\"Ldu/RI\":[\"À venda\"],\"LeC29u\":[\"Endereço comercial para fins de IVA\"],\"Lg+ewC\":[\"Pagamento e faturamento\"],\"Lj7sBL\":[\"Italiano\"],\"LkMOWF\":[\"Quantidade disponível\"],\"LmvZ+E\":[\"Conecte o Stripe para habilitar mensagens\"],\"LqBITi\":[\"Modelo do organizador/padrão será usado\"],\"LslKhj\":[\"Erro ao carregar os registros\"],\"Lu+kBU\":[\"Vendas de Produtos\"],\"LuY52w\":[\"Bem-vindo a bordo! Faça login para continuar.\"],\"Lvi+gV\":[\"Comprador de mensagens\"],\"LxSN5F\":[\"Enviado a cada participante com detalhes do ingresso\"],\"LyFC7X\":[\"Filtrar pedidos\"],\"LyUWXA\":[\"Taxas ignoradas\"],\"M/WIer\":[\"Enviar Mensagem\"],\"M1RnFv\":[\"Expirado\"],\"M2DyLc\":[\"1 webhook ativo\"],\"M2w1ni\":[\"Visível apenas com código promocional\"],\"M7Uapz\":[\"Assunto aparecerá aqui\"],\"M8M6fs\":[\"Importante: Reconexão do Stripe necessária\"],\"MAavyl\":[\"Nenhuma pergunta foi respondida por este participante.\"],\"MDNyJz\":[\"O código irá expirar em 10 minutos. Verifique a sua pasta de spam se não vir o email.\"],\"MGbi9P\":[\"Reembolso pendente\"],\"MH/lj8\":[\"Não foi possível atualizar a pergunta. Verifique seus detalhes\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"A moeda do pedido\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"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.\"],\"MNFIxz\":[\"Você vai participar de \",[\"0\"],\"!\"],\"MOERNx\":[\"Português\"],\"MR5ygV\":[\"Este link não é mais válido\"],\"MSmKHn\":[\"O preço exibido para o cliente incluirá impostos e taxas.\"],\"MT7dxz\":[\"Imprimir todos os ingressos\"],\"MU3ijv\":[\"Tornar essa pergunta obrigatória\"],\"MXSqmS\":[\"Destacar este produto\"],\"MXZfGN\":[\"Personalize as perguntas feitas durante o checkout para coletar informações importantes dos seus participantes.\"],\"MY2SVM\":[\"Reembolso total\"],\"Mck5ht\":[\"Checkout Seguro\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Links sociais atualizados com sucesso\"],\"MhVoma\":[\"Insira um valor excluindo impostos e taxas.\"],\"Mi1rVn\":[\"Esgotado\"],\"MixU2P\":[\"A porcentagem deve estar entre 0 e 100\"],\"Mkkvfd\":[\"Ocultar a página de introdução\"],\"MkuVAZ\":[\"Porcentagem do valor da transação\"],\"Mokwac\":[\"Convide membros ilimitados da equipe com funções personalizadas\"],\"Mqy/Zy\":[\"Estados Unidos\"],\"Mr5UUd\":[\"Ingresso Cancelado\"],\"MxjCqk\":[\"Apenas procurando seus ingressos?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Cancelar pedido \",[\"0\"]],\"N0qXpE\":[\"Produtos\"],\"N141o/\":[\"Abrir painel do Stripe\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Editar \",[\"0\"]],\"N9FyyW\":[\"Veja, edite e exporte seus participantes registrados.\"],\"N9JsFT\":[\"Formato de número de IVA inválido\"],\"NAzVVw\":[\"Agendar mensagem\"],\"NB5+UG\":[\"Tokens Disponíveis\"],\"NEmyqy\":[\"Nenhum pedido ainda\"],\"NF8sdv\":[\"Mensagem de destaque\"],\"NFxlHW\":[\"Carregando webhooks\"],\"NGXKG/\":[\"Confirmar endereço de e-mail\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Acompanhe vendas, receita e participação com relatórios detalhados\"],\"NIuIk1\":[\"Ilimitado\"],\"NJahlc\":[\"Tornar o endereço de cobrança obrigatório durante o checkout\"],\"NNc33d\":[\"Falha ao atualizar a resposta.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Pedido completo\"],\"NRWNfv\":[\"Montante total do desconto\"],\"NRhrIB\":[\"Ingressos e produtos\"],\"NTZ/NX\":[\"Código de incorporação\"],\"NWVRtl\":[\"Pedidos concluídos\"],\"NY/x1b\":[\"Linha de endereço 1\"],\"Nbd6WT\":[\"Configurar as definições da lista de espera para este evento\"],\"Nc3l/D\":[\"Crie descontos, códigos de acesso para ingressos ocultos e ofertas especiais.\"],\"Nfbg76\":[\"Configurações de IVA salvas com sucesso\"],\"NgVUL2\":[\"Pré-visualizar formulário de checkout\"],\"NiIUyb\":[\"Conte-nos sobre seu evento\"],\"NihQNk\":[\"Clientes\"],\"Nl1ZtM\":[\"Local do Evento\"],\"NlQ0cx\":[\"Primeiro evento de \",[\"organizerName\"]],\"NlfnUd\":[\"O link em que você clicou é inválido.\"],\"NmpGKr\":[\"Não conseguimos reordenar as categorias. Por favor, tente novamente.\"],\"NoNwIX\":[\"Inativo\"],\"NpEm3p\":[\"Enviar agora\"],\"NsWqSP\":[\"Adicione seus perfis de redes sociais e o URL do site. Eles serão exibidos na sua página pública de organizador.\"],\"Nu4oKW\":[\"Descrição\"],\"NvuEhl\":[\"Elementos de Design\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Selecione...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"E-mail\"],\"O6mra8\":[\"Perguntas personalizadas\"],\"O8m7VA\":[\"Concordo em receber notificações por e-mail relacionadas a este evento\"],\"OESu7I\":[\"Evite sobrevenda compartilhando estoque entre vários tipos de ingresso.\"],\"OHJXlK\":[\"Use <0>templates Liquid para personalizar seus emails\"],\"OIPtI5\":[\"Uma porcentagem do preço do produto. Ex: 3,5% do preço do produto\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"OJx3wK\":[\"Não disponível\"],\"OMJ035\":[\"Opção de rádio\"],\"OMX4tH\":[\"Selecionar ingressos\"],\"OP094m\":[\"Relatório de códigos promocionais\"],\"OVFwlg\":[\"Ainda não há perguntas de pedido\"],\"OXku3b\":[\"<0>https://your-website.com\"],\"OZK07J\":[\"Pague para desbloquear\"],\"OaKTzt\":[\"Ver mapa\"],\"OadMRm\":[\"Usar imagem de capa\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Abrir barra lateral\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Redefinir\"],\"OfmsI9\":[\"Evento muito recente\"],\"OhCesD\":[\"Este pedido foi cancelado. Você pode iniciar um novo pedido a qualquer momento.\"],\"Ohn74G\":[\"Configuração e design\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Nome do Ingresso\"],\"OmylXO\":[\"Conta atualizada com sucesso\"],\"On0aF2\":[\"Site\"],\"Oo/PLb\":[\"Resumo de Receita\"],\"OoSyqO\":[\"Em \",[\"diffMinutes\"],\" minutos\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"A oferta automática está ativada. Os ingressos são oferecidos automaticamente quando a capacidade fica disponível. Use isto para oferecer vagas adicionais manualmente.\"],\"OpKMSn\":[\"Taxa de transação:\"],\"OqEV/G\":[\"Complete a configuração abaixo para continuar\"],\"Or1CPR\":[\"Adicione quaisquer anotações sobre o participante...\"],\"OrXJBY\":[\"Prefixo opcional para os números das faturas (ex.: INV-)\"],\"Os6n2a\":[\"Cancelar pedido\"],\"OtgNFx\":[\"Endereço de e-mail confirmado com sucesso\"],\"OtjenF\":[\"Por favor, insira um endereço de e-mail válido\"],\"OvNbls\":[\"Baixar .ics\"],\"OveehC\":[\"Adicione instruções para pagamentos offline (por exemplo, detalhes de transferência bancária, onde enviar cheques, prazos de pagamento)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Convite reenviado!\"],\"P+5Pbo\":[\"Ocultar respostas\"],\"P+Sty0\":[\"Você está alterando seu e-mail para <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Produto Gratuito\"],\"P/wEOX\":[\"São Francisco\"],\"P0rbCt\":[\"Imagem de capa\"],\"P5sgAk\":[\"Código promocional\"],\"P8hBau\":[\"Seu pagamento está sendo processado.\"],\"PC3/fk\":[\"Eventos Começando nas Próximas 24 Horas\"],\"PCRCCN\":[\"Informações de Registro de IVA\"],\"PChXMe\":[\"Sem pedidos pagos\"],\"PFjJxY\":[\"Sua nova senha deve ter pelo menos 8 caracteres.\"],\"PGPGsL\":[\"Adicionar descrição\"],\"PKXt9R\":[\"A data de término deve ser posterior à data de início\"],\"PLUB/s\":[\"Tarifa\"],\"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)\"],\"PO/sOY\":[\"Revogar convite\"],\"POT0K/\":[\"Um valor fixo por produto. Ex: $0,50 por produto\"],\"POdIrN\":[\"Linha de endereço 1\"],\"PRuBTd\":[\"Designer de página inicial\"],\"PSRm6/\":[\"Procurar meus ingressos\"],\"PUpvQe\":[\"Scanner de câmera\"],\"PYVWEI\":[\"Se registrado, forneça seu número de IVA para validação\"],\"PYs3rP\":[\"Nome do evento\"],\"PZ7FTW\":[\"Detectado automaticamente com base na cor de fundo, mas pode ser substituído\"],\"Pa6G7v\":[\"Nome do organizador\"],\"Pc/Wtj\":[\"Este participante tem um pedido não pago.\"],\"Pc729f\":[\"Pedido Aguardando Pagamento Offline\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Copiado!\"],\"Pjsch9\":[\"Pesquisar atribuições de capacidade...\"],\"Pmr5xp\":[[\"0\"],\" criado com sucesso\"],\"PnSzEc\":[\"Quando estiver pronto, coloque seu evento ao vivo e comece a vender produtos.\"],\"Pp1sWX\":[\"Atualizar afiliado\"],\"Pte1Hv\":[\"Ver Detalhes do Participante\"],\"Puv7+X\":[\"Configurações da conta\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Este pedido expirou. Por favor, recomece.\"],\"Q2lUR2\":[\"Moeda\"],\"Q7CWxp\":[\"Quando um participante é cancelado\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Seu número de IVA será validado quando você salvar\"],\"QDEWii\":[\"Verificado\"],\"QDWsl9\":[\"Bem-vindo ao \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Envie sua primeira mensagem\"],\"QGoXh3\":[\"Como sua empresa está sediada na UE, precisamos determinar o tratamento correto de IVA para nossas taxas de plataforma:\"],\"QHhZeE\":[\"Modelo criado com sucesso\"],\"QIWCnW\":[\"Lista de check-in VIP\"],\"QIn0Vl\":[\"Nome comercial legal para fins de IVA\"],\"QIodqd\":[\"Baixar código QR\"],\"QIxRUI\":[\"Ingressos pagos, gratuitos, com preços escalonados e baseados em doações\"],\"QKLP1W\":[\"Conecte sua conta Stripe para começar a receber pagamentos.\"],\"QKim6l\":[\"Participante não encontrado\"],\"QMHSMS\":[\"O cliente receberá um email confirmando o reembolso\"],\"QN2F+7\":[\"Adicionar Webhook\"],\"QNrkms\":[\"Resposta atualizada com sucesso.\"],\"QOg2Sf\":[\"Personalize as configurações de e-mail e notificação para esse evento\"],\"QOhkyl\":[\"Compor\"],\"QP3gP+\":[\"Estas configurações se aplicam apenas ao código de incorporação copiado e não serão armazenadas.\"],\"QS1Nla\":[\"Agendar para depois\"],\"QUg5y1\":[\"Quase lá! Termine de conectar sua conta Stripe para começar a aceitar pagamentos.\"],\"QXgjH0\":[\"Falha ao parar a personificação. Por favor, tente novamente.\"],\"QXlz+n\":[\"A moeda padrão para seus eventos.\"],\"QYARw/\":[\"Selecionar bilhete\"],\"QYLpB4\":[\"Apenas fazer check-in\"],\"QYcUEf\":[\"Preço mínimo\"],\"QbrUIo\":[\"Visualizações de página\"],\"QcCPs8\":[\"Detalhes do evento\"],\"QcwyCh\":[\"Sim, remova-os\"],\"Qj0GKe\":[\"Ativar autoatendimento para participantes\"],\"QkLf4H\":[\"URL da página\"],\"QlSZU0\":[\"Você está personificando <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Aqui está o que esperar:\"],\"Qm5XkZ\":[\"Data de início da venda\"],\"QoAi8D\":[\"Sem resposta\"],\"QotGhf\":[\"Fechar esta mensagem\"],\"Qp4HWD\":[\"Máx. destinatários / mensagem\"],\"Qqqrwa\":[\"Abrir Página de Check-In\"],\"Qrc8RZ\":[\"Excluir Lista de Registro\"],\"QsYjci\":[\"Todos os eventos\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Selecione a câmera\"],\"QuhVpV\":[\"Oi \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Capacidade\"],\"QzmQBG\":[\"Provedor de pagamento\"],\"R02pnV\":[\"Seu evento deve estar ativo antes que você possa vender ingressos para os participantes.\"],\"R0wEyA\":[\"Pesquisar por nome do trabalho ou exceção...\"],\"R29lO5\":[\"Termos de pagamento\"],\"R2O9Rg\":[\"Valor pago (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Exportação concluída. Baixando arquivo...\"],\"R4r4XO\":[\"Convidados\"],\"R5IT/I\":[\"Anotações do participante\"],\"R6i9o9\":[\"Você deve estar ciente de que este e-mail não é promocional\"],\"R6n7j9\":[\"Configurações de IVA atualizadas com sucesso\"],\"RBXXtB\":[\"Nenhum método de pagamento está disponível no momento. Entre em contato com o organizador do evento para obter assistência.\"],\"RD51+P\":[\"Taxa da plataforma de \",[\"0\"],\" deduzida do seu pagamento\"],\"RDie0n\":[\"Diversos\"],\"RG3szS\":[\"fechar\"],\"RHyZUL\":[\"Nenhum resultado de pesquisa.\"],\"RKKhnW\":[\"Crie um widget personalizado para vender ingressos no seu site.\"],\"ROR8QD\":[\"O nome de sua conta é usado nas páginas do evento e nos e-mails.\"],\"ROv2ZT\":[\"Perguntas e Respostas\"],\"RQCXz6\":[\"Limites de Pedido\"],\"RRZDED\":[\"Não encontramos pedidos associados a este endereço de e-mail.\"],\"RReHTu\":[\"Nome Comercial\"],\"RUMiLy\":[\"Falha na validação do número de IVA\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Códigos promocionais\"],\"RWw9Lg\":[\"Fechar modal\"],\"RY2eP1\":[\"Nenhum imposto ou taxa foi adicionado.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"A que horas você chegará?\"],\"ReihZ7\":[\"Visualizar Impressão\"],\"RfwZxd\":[\"Redefinir senha\"],\"RjwlZt\":[\"Esse pedido já foi pago.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Enviar uma mensagem\"],\"RlJmQg\":[\"Um imposto padrão, como IVA ou GST\"],\"RnvnDc\":[\"Ver todas as mensagens enviadas na plataforma\"],\"Ropvj0\":[\"Selecione quais eventos acionarão este webhook\"],\"RpwiYC\":[\"Reembolso pendente\"],\"RqSKdX\":[\"Este produto está esgotado\"],\"Rs/IcB\":[\"Usado pela primeira vez\"],\"Rs7IQv\":[\"Mensagem de pré-checkout\"],\"RsiDDQ\":[\"Outras Listas (Ingresso Não Incluído)\"],\"RtxQTF\":[\"Também cancelar este pedido\"],\"RuaKfn\":[\"Endereço atualizado com sucesso\"],\"Rwiyt2\":[\"Impostos configurados\"],\"RxzN1M\":[\"Ativado\"],\"RzEvf5\":[\"Este evento terminou\"],\"S+OdxP\":[\"Quem está organizando esse evento?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"O primeiro nome deve ter entre 1 e 50 caracteres\"],\"S0ctOE\":[\"Arquivar evento\"],\"S3CZ5M\":[\"Painel do organizador\"],\"S4PqS9\":[[\"0\"],\" webhooks ativos\"],\"S8Tua9\":[\"Configurações atualizadas com sucesso\"],\"SCimta\":[\"Ocultar a página de introdução da barra lateral\"],\"SHJwyq\":[\"Taxa de check-in\"],\"SIHgVQ\":[\"Falha ao cancelar mensagem\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Total de Participantes\"],\"SMUbbQ\":[\"Um input do tipo Dropdown permite apenas uma seleção\"],\"SNzppu\":[\"Entrar na lista de espera\"],\"SO9AEF\":[\"Limites de pedido definidos\"],\"SPKbfM\":[\"ex.: Comprar ingressos, Registrar-se agora\"],\"SPdzrs\":[\"Enviado aos clientes quando fazem um pedido\"],\"SQKPvQ\":[\"Convidar usuário\"],\"SQqJd8\":[\"Organizador não encontrado\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Exportação iniciada. Preparando arquivo...\"],\"SXzpzO\":[\"Mostrar caixa de seleção de opt-in de marketing por padrão\"],\"SZw9tS\":[\"Ver Detalhes\"],\"Sa7w7S\":[\"Esta lista de registro expirou e não está mais disponível para registros.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Erro\"],\"SnlQeq\":[\"Nenhuma pergunta foi feita para este pedido.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Caixas de seleção\"],\"SsI9v/\":[\"Falha ao abandonar o pedido. Por favor, tente novamente.\"],\"Sxm1lO\":[\"Todos os status\"],\"Sxm8rQ\":[\"Usuários\"],\"T+1APV\":[\"O número de IVA atual está validado\"],\"T02gNN\":[\"Admissão Geral\"],\"T0K0yl\":[\"Usuários inativos não podem fazer login.\"],\"T4BMxU\":[\"As taxas estão sujeitas a alterações. Você será notificado sobre quaisquer mudanças na estrutura de taxas.\"],\"T5rdis\":[\"copiado para a área de transferência\"],\"T6B2gk\":[\"Falha ao enviar mensagem. Por favor, tente novamente.\"],\"TBEnp1\":[\"O logo será exibido no cabeçalho\"],\"TF37u6\":[\"Seus participantes foram exportados com sucesso.\"],\"TF9opW\":[\"O Flash não está disponível neste dispositivo\"],\"TMLAx2\":[\"Obrigatório\"],\"TNaCfq\":[\"Caixa de texto de linha única\"],\"TPoYsF\":[\"Referência do pedido\"],\"TSAiPM\":[\"A página que você está procurando não existe\"],\"TTpXL3\":[\"Reenviar em \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"A senha deve ter um mínimo de 8 caracteres\"],\"TWXU0c\":[\"Personificar usuário\"],\"TZxnm8\":[\"Adicionar opção\"],\"TdfEV7\":[\"Arquivado\"],\"TeSaQO\":[\"Voltar para Contas\"],\"Tf55h7\":[\"Desconto configurado\"],\"TjX7xL\":[\"Mensagem Pós-Checkout\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponíveis\"],\"TkQVup\":[\"Verifique seu e-mail e senha e tente novamente\"],\"TkfG8v\":[\"Coletar dados por pedido\"],\"TlEeFv\":[\"Próximos eventos\"],\"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.\"],\"Tol4BF\":[\"Detalhes do pedido\"],\"TpqW74\":[\"Fixo\"],\"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.\"],\"TskrJ8\":[\"Pagamento e plano\"],\"TvY/XA\":[\"Documentação\"],\"TvkW9+\":[\"Você tem certeza de que deseja arquivar este evento?\"],\"TxfvH2\":[\"Selecione quais participantes devem receber esta mensagem\"],\"Tz0i8g\":[\"Configurações\"],\"Tz5oXG\":[\"Sim, cancelar meu pedido\"],\"U/R4Ng\":[\"Nível do Produto\"],\"U3pytU\":[\"Administrador\"],\"U3wiCB\":[\"Está tudo pronto! Seus pagamentos estão sendo processados sem problemas.\"],\"U61sAj\":[\"Categoria de produto atualizada com sucesso.\"],\"U65fiW\":[\"Salvar organizador\"],\"U66oUa\":[\"Falha ao criar modelo\"],\"U7nGvl\":[\"Não é possível fazer check-in\"],\"UBSG1X\":[\"Melhores organizadores (Últimos 14 dias)\"],\"UEqXyt\":[\"Intervalo personalizado\"],\"UGT5vp\":[\"Salvar configurações\"],\"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.\"],\"UJmAAK\":[\"Assunto\"],\"UKfi21\":[\"Criar imposto ou taxa\"],\"UMGQOh\":[\"Conecte-se com o Stripe\"],\"UNMVei\":[\"Esqueceu a senha?\"],\"UQ0ACV\":[\"Total de pedidos\"],\"URAE3q\":[\"Pausado\"],\"URUYHc\":[\"Configurações de taxa da plataforma atualizadas com sucesso\"],\"URmyfc\":[\"Detalhes\"],\"UVPI5D\":[\"Mostrar menos plataformas\"],\"UW90md\":[\"Nenhum destinatário encontrado\"],\"UWWRyd\":[\"Adicione perguntas personalizadas para coletar informações adicionais durante o checkout\"],\"UXBCwc\":[\"Sobrenome\"],\"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.\"],\"UYUgdb\":[\"Pedido\"],\"UZ2GSZ\":[\"Configurações da fatura\"],\"UaISq3\":[\"Sueco\"],\"UabgBd\":[\"Corpo é obrigatório\"],\"UdY1lL\":[\"Seu pagamento não foi bem-sucedido, tente novamente.\"],\"Ug4SfW\":[\"Depois de criar um evento, você o verá aqui.\"],\"UiAk5P\":[\"Inserir imagem\"],\"Uicx2U\":[\"Esta lista de registro está ativa\"],\"UjNWsF\":[\"O IVA pode ser aplicado às taxas da plataforma dependendo do seu status de registro de IVA. Por favor, preencha a seção de informações de IVA abaixo.\"],\"UkHo4c\":[\"Ref. pedido\"],\"UkM20g\":[\"Revisão pendente\"],\"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.\"],\"UlAK8E\":[\"Exportando pedidos\"],\"Uo5ddP\":[\"Notificaremos você por e-mail se uma vaga ficar disponível para \",[\"0\"],\".\"],\"UoIRW8\":[\"Participantes registrados\"],\"Upeg/u\":[\"Habilitar este modelo para envio de e-mails\"],\"Uqefyd\":[\"Você está registrado para IVA na UE?\"],\"UtDm3q\":[\"URL copiado para a área de transferência\"],\"Uu0hZq\":[\"Email do organizador\"],\"UvYql/\":[\"Configurações de IVA salvas. Estamos validando seu número de IVA em segundo plano.\"],\"Uwsg2F\":[\"Reservado\"],\"V0SbFp\":[\"Mostrar quantidade disponível do produto\"],\"V1EGGU\":[\"Primeiro nome\"],\"V1krgP\":[\"O código não deve ter mais de 20 caracteres\"],\"V2sk3H\":[\"E-mail e Modelos\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Um novo código de verificação foi enviado para o seu email\"],\"V6Q5RZ\":[\"Atribuição de Capacidade criada com sucesso\"],\"V7DYWd\":[\"Mensagem enviada\"],\"V7MwOy\":[\"Ocorreu um erro ao carregar a página\"],\"V7Tejz\":[\"Processar lista de espera automaticamente\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Voltar ao login\"],\"VD0iA7\":[\"Múltiplas opções de preço. Perfeito para produtos antecipados, etc.\"],\"VDWChT\":[\"Tem certeza de que deseja definir este organizador como rascunho? Isso tornará a página do organizador invisível ao público.\"],\"VEsDvU\":[\"Os usuários podem alterar seu e-mail em <0>Configurações de perfil\"],\"VFv2ZC\":[\"Data de término\"],\"VHfLAW\":[\"Sem contas\"],\"VT+urE\":[\"Pesquisar por nome ou e-mail...\"],\"VTfZPy\":[\"Acesso negado\"],\"VX+B3I\":[\"Pesquisar por título do evento ou organizador...\"],\"VY+Bdn\":[\"Pesquisar por nome da conta ou e-mail...\"],\"VZeG/A\":[\"Em breve\"],\"Vd+LC3\":[\"A cor deve ser um código de cor hexadecimal válido. Exemplo: #ffffff\"],\"VeKsnD\":[\"Reenviar e-mail de pedido\"],\"VejKUM\":[\"Preencha seus dados acima primeiro\"],\"Vi+BiW\":[\"Inclui \",[\"0\"],\" produtos\"],\"VioGG1\":[\"Conecte sua conta Stripe para aceitar pagamentos de ingressos e produtos.\"],\"Vjat/X\":[\"A mensagem é obrigatória\"],\"Vjij1k\":[[\"days\"],\" dias, \",[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"VkSk/i\":[\"Tem certeza de que deseja cancelar esta mensagem agendada?\"],\"VlXNyK\":[\"Por pedido\"],\"Vla0Bo\":[\"Produtos vendidos\"],\"VlnB7s\":[\"Últimos 6 meses\"],\"VmXiz4\":[\"Digite seu e-mail e enviaremos instruções para redefinir sua senha.\"],\"VpwcSk\":[\"Digite a nova senha\"],\"VsM1HH\":[\"Atribuições de capacidade\"],\"VskHIx\":[\"Excluir categoria\"],\"Vw0KCJ\":[\"Check-in com QR Code\"],\"VwdqVy\":[\"Criar Atribuição de Capacidade\"],\"Vx2J6x\":[\"Não foi possível buscar participante\"],\"VxFvXQ\":[\"Incorporação de widgets\"],\"VxYKoK\":[\"Configurações de e-mail e notificação\"],\"VyUuZb\":[\"URL da imagem\"],\"W/eN+G\":[\"Se em branco, o endereço será usado para gerar um link do Google Maps\"],\"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.\"],\"W428WC\":[\"Alternar colunas\"],\"W4kWXJ\":[\"Pesquise por nome do participante, e-mail ou número do pedido...\"],\"W5A0Ly\":[\"Ocorreu um erro inesperado.\"],\"W7AfhC\":[\"Todos os participantes deste evento\"],\"WBq1/R\":[\"Scanner USB já ativo\"],\"WFHOlF\":[\"Tem a certeza de que deseja publicar este evento? Uma vez publicado, será visível ao público.\"],\"WHf154\":[\"Excluir código\"],\"WKHW0N\":[\"Detalhes do evento on-line\"],\"WKMnh4\":[\"Uma entrada de texto de linha única\"],\"WLxtFC\":[\"Não foi possível criar o produto. Por favor, verifique seus detalhes\"],\"WNnP3w\":[\"Conectar e atualizar\"],\"WOpH7O\":[\"Experiência de checkout bonita em qualquer dispositivo\"],\"WOyJmc\":[\"- Clique para despublicar\"],\"WTk/ke\":[\"Sobre o Stripe Connect\"],\"WUOCgI\":[\"Vaga oferecida com sucesso\"],\"WVbTwK\":[\"Criar Lista de Registro\"],\"WVgSTy\":[\"Gerenciar pedido\"],\"WWYHKD\":[\"Seu pagamento está protegido com criptografia de nível bancário\"],\"WZZzB6\":[\"O nome do evento é obrigatório\"],\"WZbCR3\":[\"Reembolso falhou\"],\"WbImlQ\":[\"O pedido foi cancelado e o proprietário do pedido foi notificado.\"],\"WbopAG\":[\"Os pagamentos via Stripe não estão ativados para este evento.\"],\"Wd5CDM\":[\"O nome do evento deve ter menos de 150 caracteres\"],\"WdmJIX\":[\"Carregando visualização...\"],\"Weq9zb\":[\"Geral\"],\"WgD6rb\":[\"Categoria do evento\"],\"WjSpu5\":[\"Evento online\"],\"Wjz5KP\":[\"Não há participantes para mostrar\"],\"Wvrz79\":[\"Valor pago\"],\"WyCBRt\":[\"Resumo de Impostos\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Sim - Tenho um número de registro de IVA da UE válido\"],\"X13xGn\":[\"Não confiável\"],\"X1zdE7\":[\"Configuração criada com sucesso\"],\"X26cQf\":[\"URL do Ingresso\"],\"X2rrlw\":[\"Subtotal\"],\"X4o0MX\":[\"Falha ao carregar o Webhook\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"As inscrições aparecerão aqui quando os clientes entrarem na lista de espera de produtos esgotados.\"],\"XAHqAg\":[\"Este é um produto geral, como uma camiseta ou uma caneca. Nenhum ingresso será emitido\"],\"XBNC3E\":[\"Este código será usado para rastrear vendas. Apenas são permitidas letras, números, hífenes e underscores.\"],\"XIG669\":[\"Quando abre o check-in\"],\"XKJuAX\":[\"Pergunta excluída\"],\"XUfgCI\":[\"Sem Atribuições de Capacidade\"],\"XVLu2v\":[\"Título do evento\"],\"XX32BM\":[\"Leva apenas alguns minutos\"],\"XZkeaI\":[\"Nenhum registro encontrado\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Endereço do seu organizador\"],\"Xe2tSS\":[\"Documentação de conexão\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Seus pedidos foram exportados com sucesso.\"],\"XgOuA7\":[\"Últimos 90 dias\"],\"XkFYVB\":[\"Produto excluído\"],\"XletzW\":[\"Criar Categoria\"],\"XwdMMg\":[\"O código só pode conter letras, números, hífenes e underscores\"],\"XxecLm\":[\"Tipo de ingresso\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Aqui está o componente React que você pode usar para incorporar o widget em sua aplicação.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Personalize a página inicial do evento e a mensagem de checkout\"],\"YAV57v\":[\"Afiliado\"],\"YAl9Hg\":[\"Criar Configuração\"],\"YC3oXa\":[\"Descrição para a equipe de registro\"],\"YClrdK\":[\"Este evento ainda não foi publicado\"],\"YDVUVl\":[\"Tipos de eventos\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Algo deu errado! Por favor, tente novamente\"],\"YHsF9c\":[\"Ocultar produto após a data de término da venda\"],\"YIDzi/\":[\"Criar Modelo Personalizado\"],\"YIix5Y\":[\"Pesquisar...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Confirmo que esta é uma mensagem transacional relacionada a este evento\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Detalhamento das vendas de produtos, receitas e impostos\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Configuração da conta atualizada com sucesso\"],\"YQ3QSS\":[\"Falha ao reenviar código de verificação\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Taxa fixa:\"],\"YXx+fG\":[\"Total antes de descontos\"],\"YZi+Hu\":[\"Trabalho na fila para nova tentativa\"],\"Ya1JhR\":[\"Nenhum produto disponível nesta categoria.\"],\"YaCgdO\":[\"Confirmação de e-mail reenviada com sucesso\"],\"Yc5YW6\":[\"Sem trabalhos com falha\"],\"Ye321X\":[\"Nome do Imposto\"],\"YfHZv0\":[\"Mostrado ao cliente antes do checkout\"],\"YgRSEE\":[\"Tem certeza de que deseja excluir esse código promocional?\"],\"YjVNGZ\":[\"Visualização da página inicial\"],\"Ym1gnK\":[\"aplicado\"],\"YpN29s\":[\"Notificar o organizador sobre novos pedidos\"],\"Yrbm6T\":[\"Awesome Organizer Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Esse pedido foi cancelado.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Lista de Registro atualizada com sucesso\"],\"Z3FXyt\":[\"Carregando...\"],\"Z3etYG\":[\"1 dia antes do evento\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Pagamento Offline\"],\"Z6q0Vl\":[\"Você já aceitou este convite. Faça login para continuar.\"],\"Z8lGw6\":[\"Compartilhar\"],\"ZBAScj\":[\"Participante desconhecido\"],\"ZCSSd+\":[\"Crie seu próprio evento\"],\"ZDIydz\":[\"Começar\"],\"ZIgYeg\":[\"Cor do texto secundário\"],\"ZN1WLO\":[\"Copiar Email\"],\"ZOBwQn\":[\"Design da página inicial\"],\"ZOmUYW\":[\"Validaremos seu número de IVA em segundo plano. Se houver algum problema, avisaremos.\"],\"ZPj0Q8\":[\"Detalhes da mensagem\"],\"ZPoHOn\":[\"Nenhum produto associado a este participante.\"],\"ZPwFnN\":[\"Falha ao exportar pedidos\"],\"ZQ15eN\":[\"Falha ao reenviar o e-mail do tíquete\"],\"ZQKLI1\":[\"Zona de Perigo\"],\"ZS/D7f\":[\"Todos os eventos encerrados\"],\"ZWEfBE\":[\"Pagamento não necessário\"],\"ZZEYpT\":[\"Opção \",[\"i\"]],\"ZaEJZM\":[\"Confirmar alteração de e-mail\"],\"ZfxaB4\":[\"Parcialmente reembolsado\"],\"Zi3Sbw\":[\"Removido da lista de espera com sucesso\"],\"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.\"],\"ZkS2p3\":[\"Despublicar Evento\"],\"Zkymb9\":[\"Um email para associar a este afiliado. O afiliado não será notificado.\"],\"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.\"],\"Znwxal\":[\"Configuração de Taxas da Aplicação\"],\"ZowkxF\":[\"Impostos\"],\"ZpieFv\":[\"Falha ao cancelar o pedido\"],\"ZsZeV2\":[\"O email é obrigatório\"],\"ZthcdI\":[\"Um código promocional sem desconto pode ser usado para revelar produtos ocultos.\"],\"ZutOKU\":[\"Taxa de IVA\"],\"Zw6LWb\":[\"Falha ao excluir trabalho\"],\"ZxnK5C\":[\"Assim que você começar a coletar dados, eles aparecerão aqui.\"],\"Zz6Cxn\":[\"Zona de perigo\"],\"a/gMx2\":[\"Nenhuma Lista de Registro\"],\"a0EjD+\":[\"Criar Produto\"],\"a41PKA\":[\"As vendas do afiliado serão rastreadas\"],\"a5KFZU\":[\"Adicione detalhes do evento e gerencie as configurações do evento.\"],\"a5jvSX\":[\"Faixas de Preço\"],\"a6+167\":[\"Selecionar um evento\"],\"a6gga1\":[\"Erro ao confirmar a alteração do e-mail\"],\"a7u1N9\":[\"Preço\"],\"aAIQg2\":[\"Aparência\"],\"aEDp5C\":[\"Cole isto onde você deseja que o widget apareça.\"],\"aFk48v\":[\"Falha ao excluir configuração\"],\"aGWZUr\":[\"Receita bruta\"],\"aH6ZIb\":[\"Convide sua equipe\"],\"aIA9C4\":[\"Pergunta criada com sucesso\"],\"aK4uBd\":[\"Últimas 24 horas\"],\"aKtF0O\":[\"Stripe não conectado\"],\"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.\"],\"aS0jtz\":[\"Abandonado\"],\"aT3jZX\":[\"Selecionar fuso horário\"],\"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.\"],\"acIJ41\":[\"Status do pedido\"],\"agPptk\":[\"Meio\"],\"agZ87r\":[\"Crie ingressos para seu evento, defina preços e gerencie a quantidade disponível.\"],\"alD1+n\":[\"Notas da fatura\"],\"amMkpL\":[\"Sem capacidade\"],\"an5hVd\":[\"Imagens\"],\"aqxYLv\":[\"Educação\"],\"av+gjP\":[\"Nome do Participante\"],\"avf0gk\":[\"Descrição da pergunta\"],\"awHmAT\":[\"ID do ingresso\"],\"axVMjA\":[\"Ocultar produto, a menos que o usuário tenha um código promocional aplicável\"],\"axv/Mi\":[\"Modelo personalizado\"],\"b0HJ45\":[\"Sucesso! \",[\"0\"],\" receberá um e-mail em breve.\"],\"b1Jvg+\":[\"Continue na nova guia\"],\"b24kPi\":[\"Fila\"],\"b33PL9\":[\"Mostrar mais plataformas\"],\"b46pt5\":[\"Imagem de capa do evento\"],\"b4itZn\":[\"Trabalho\"],\"b6+Y+n\":[\"Pedido concluído\"],\"b9SN9q\":[\"Referência única do pedido\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Criar \",[\"0\"]],\"bA31T4\":[\"Usar os dados do comprador para todos os participantes\"],\"bB6Ram\":[\"Últimas 48 horas\"],\"bECJqy\":[\"Mensagem aprovada com sucesso\"],\"bKOYkd\":[\"Fatura baixada com sucesso\"],\"bLB3MJ\":[\"Métodos de pagamento\"],\"bPWBLL\":[\"Não foi possível retirar o participante\"],\"bPwFdf\":[\"Contas\"],\"bU4bS1\":[\"Reembolsos\"],\"bU7oUm\":[\"Enviar apenas para pedidos com esses status\"],\"bVjDs9\":[\"Taxas adicionais\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Tem certeza de que deseja excluir esta lista de registro?\"],\"bbslmb\":[\"Designer de ingressos\"],\"bcCn6r\":[\"Tipo de cálculo\"],\"bcYlvb\":[\"Quando fecha o check-in\"],\"bfXQ+N\":[\"Aceitar convite\"],\"bgqf+K\":[\"E-mail do portador do ingresso\"],\"bhlHm/\":[\"Seu pedido aguarda pagamento\"],\"blK94r\":[\"Adicione pelo menos uma opção\"],\"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.\"],\"br3Y/y\":[\"Taxas da plataforma\"],\"btxLWj\":[\"Status do evento atualizado\"],\"bv6RXK\":[\"Rótulo do Botão\"],\"bwBlJv\":[\"Primeiro Nome do Pedido\"],\"bxoWpz\":[\"Reenviar e-mail de confirmação\"],\"byKna+\":[\"Ocorreu um erro inesperado. Por favor, tente novamente.\"],\"c+suC6\":[\"Contas pagas\"],\"c/TIyD\":[\"Pedido e Ingresso\"],\"c2/9VE\":[\"Payload\"],\"c3E/kw\":[\"Homero\"],\"c4uJfc\":[\"Quase lá! Estamos apenas aguardando o processamento do seu pagamento. Isso deve levar apenas alguns segundos.\"],\"c6SXHN\":[\"Ver página do evento\"],\"c7VN/A\":[\"Ver respostas\"],\"c9Evkd\":[\"Você não pode excluir a última categoria.\"],\"c9RYbv\":[\"Quando um pedido é marcado como pago\"],\"cDHM1d\":[\"O endereço de e-mail foi alterado. O participante receberá um novo ingresso no endereço de e-mail atualizado.\"],\"cDtoWq\":[\"Tem certeza de que deseja reenviar a confirmação do pedido para \",[\"0\"],\"?\"],\"cEFg3R\":[\"Falha ao criar afiliado\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 semana antes do evento\"],\"cHO4ec\":[\"Essa mensagem será incluída no rodapé de todos os e-mails enviados a partir desse evento\"],\"cJ4Y4R\":[\"Seu reembolso está sendo processado.\"],\"cK9+xQ\":[\"País do IVA\"],\"cKj6OE\":[\"Resumo de Check-in\"],\"cMW+gm\":[\"Mostrar todas as plataformas (\",[\"0\"],\" com valores)\"],\"cOePZk\":[\"Horário do Evento\"],\"cQrNR3\":[\"Gerenciar perfil\"],\"cRRc+F\":[\"Este produto não pode ser excluído porque está associado a um pedido. Você pode ocultá-lo em vez disso.\"],\"cSev+j\":[\"Filtros\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" registrado\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Você adicionou taxas e impostos a um produto gratuito. Deseja removê-los?\"],\"cd0jIM\":[\"Detalhes do trabalho\"],\"cdR8d6\":[\"Por favor, crie um ingresso\"],\"cde2hc\":[\"Todos os Produtos\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"Configure seu evento ao vivo\"],\"cl5WYc\":[\"Código promocional \",[\"promo_code\"],\" aplicado\"],\"clF06r\":[\"Disponível para reembolso\"],\"cljs3a\":[\"Indique se você está registrado para IVA na UE\"],\"cnGeoo\":[\"Excluir\"],\"coIKFu\":[\"As estatísticas do organizador não estão disponíveis para a moeda selecionada ou ocorreu um erro.\"],\"cormHa\":[\"Linha de endereço 2\"],\"cosfD8\":[\"Status do Participante\"],\"cs5muu\":[\"Pré-visualizar página do evento\"],\"csDS2L\":[\"Disponível\"],\"ct2SYD\":[\"Últimos 7 dias\"],\"cxsKvw\":[\"Quando um check-in é excluído\"],\"d+F6q9\":[\"Criado\"],\"d+KKMz\":[\"Falha ao carregar a Lista de Registro\"],\"d0rUsW\":[\"Links sociais\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Cancelar\"],\"dF6vP6\":[\"Ao vivo\"],\"dFFW9L\":[\"Venda encerrada \",[\"0\"]],\"dFHcIn\":[\"Detalhes fiscais\"],\"dFJnia\":[\"Este é o nome do seu organizador que será exibido aos seus usuários.\"],\"dFuEhO\":[\"Reenviar e-mail do ingresso\"],\"dJZTv2\":[\"Selecionar hora de início\"],\"dLm8V5\":[\"E-mails promocionais podem resultar em suspensão da conta\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Detalhamento de atribuição\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Aqui estão todos os ingressos associados ao seu endereço de e-mail.\"],\"dPYu1F\":[\"Por participante\"],\"dPyJ15\":[\"Excluir Modelo\"],\"dSyJj6\":[\"Os endereços de e-mail não coincidem\"],\"dVgNF1\":[\"Falha ao criar configuração\"],\"dVxpp5\":[\"Bem-vindo de volta\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Nenhum evento encontrado\"],\"dWBrJX\":[\"O pagamento offline falhou. Por favor, tente novamente ou entre em contato com o organizador do evento.\"],\"dXoieq\":[\"Resumo\"],\"dZsDbK\":[\"Limite de caracteres HTML excedido: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"As categorias permitem agrupar produtos. Por exemplo, você pode ter uma categoria para \\\"Ingressos\\\" e outra para \\\"Mercadorias\\\".\"],\"de6HLN\":[\"Quando os clientes comprarem ingressos, os pedidos aparecerão aqui.\"],\"dfkQIO\":[\"Quando um novo produto é criado\"],\"dkAPxi\":[\"Criar Webhook\"],\"dr7CWq\":[\"Todos os próximos eventos\"],\"dsFmM+\":[\"Comprado\"],\"dtGC3q\":[\"O e-mail do ingresso foi reenviado ao participante\"],\"e/cvV1\":[\"A verificar...\"],\"e3uMJH\":[\"Esse pedido está concluído.\"],\"e4KdjJ\":[\"Adicionar participante manualmente\"],\"e4L7bF\":[\"Selecione uma mensagem para ver seu conteúdo\"],\"e5lF64\":[\"Exemplo de uso\"],\"e7eZuA\":[\"Pedido atualizado\"],\"e8WNln\":[\"Fuso horário do evento\"],\"e99fHm\":[\"Restaurar evento\"],\"eB5vce\":[\"Proprietários de pedidos com um produto específico\"],\"ePK91l\":[\"Editar\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Criar nova senha\"],\"eWRECP\":[\"Vida noturna\"],\"eXssj5\":[\"Definir configurações padrão para novos eventos criados sob este organizador.\"],\"eaUTwS\":[\"Enviar link de redefinição\"],\"eb47T5\":[\"Nenhum dado encontrado para os filtros selecionados. Tente ajustar o período ou a moeda.\"],\"ebIDwV\":[\"Google Agenda\"],\"eeZdaB\":[\"Configuração atualizada com sucesso\"],\"efAM7X\":[\"Um campo de data. Perfeito para pedir uma data de nascimento, etc.\"],\"ejMDw1\":[\"Quando um pedido é reembolsado\"],\"ejXy+D\":[\"Falha ao ordenar os produtos\"],\"elW7Tn\":[\"Corpo do E-mail\"],\"enV0g0\":[\"Deixe em branco para usar a palavra padrão \\\"Fatura\\\"\"],\"eneWvv\":[\"Rascunho\"],\"enzGAL\":[\"Perguntas\"],\"eorM7z\":[\"Categorias reordenadas com sucesso.\"],\"ercTDX\":[\"O código deve ter entre 3 e 50 caracteres\"],\"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\"],\"etaWtB\":[\"Editar detalhes do participante\"],\"euc6Ns\":[\"Duplicar\"],\"eusccx\":[\"Uma mensagem opcional para exibir no produto destacado, por exemplo \\\"Vendendo rápido 🔥\\\" ou \\\"Melhor valor\\\"\"],\"evDBV8\":[\"Publicar Evento\"],\"exy8uo\":[\"Gerar código\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Listas de Check-in\"],\"f30uVZ\":[\"O que você precisa fazer:\"],\"f3RdEk\":[[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"f4vJgj\":[\"Uma entrada de texto com várias linhas\"],\"f7SUun\":[\"As senhas não são as mesmas\"],\"f8qS7T\":[\"'Ainda não há nada para mostrar'\"],\"f9WRpE\":[\"Tipo de arquivo inválido. Por favor, envie uma imagem.\"],\"fAv9QG\":[\"🎟️ Adicionar tíquetes\"],\"fFYotW\":[\"Reembolsado parcialmente: \",[\"0\"]],\"fFeCKc\":[\"Sem desconto\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Não é possível reembolsar um pedido criado manualmente.\"],\"fKn/k6\":[\"Valor do reembolso\"],\"fMPkxb\":[\"Mostrar mais\"],\"fROFIL\":[\"Vietnamita\"],\"fTFfOK\":[\"Todo modelo de e-mail deve incluir um botão de chamada para ação que leva à página apropriada\"],\"fVPt0F\":[\"Quando um pedido é atualizado\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Editar webhook\"],\"fWsBTs\":[\"Algo deu errado. Tente novamente.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"ex: Atualização importante sobre seus ingressos\"],\"fcnqjw\":[\"Instruções de Pagamento Offline\"],\"fdjq4c\":[\"Preenchimento\"],\"fgLNSM\":[\"Registro\"],\"fiV0xj\":[\"Limite de uso\"],\"fj5byd\":[\"N/D\"],\"fovJi3\":[\"Modo scanner USB desativado\"],\"fpMs2Z\":[\"AO VIVO\"],\"fpb0rX\":[\"Dados do participante copiados do pedido\"],\"fqDzSu\":[\"Taxa\"],\"ftNXma\":[\"Pesquisar afiliados...\"],\"ftzaMf\":[\"Período de venda, limites de pedido, visibilidade\"],\"fuwKpE\":[\"Por favor, tente novamente.\"],\"fvDQhr\":[\"Ocultar essa camada dos usuários\"],\"fx8BTd\":[\"Pagamentos não disponíveis\"],\"fyE7Au\":[[\"minutos\"],\" minutos e \",[\"segundos\"],\" segundos\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Seu pagamento não foi bem-sucedido. Por favor, tente novamente.\"],\"g+2103\":[\"Aqui está o seu link de afiliado\"],\"g+lLS9\":[\"Convidar um membro da equipe\"],\"g2UNkE\":[\"Desenvolvido por\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Marca Personalizada\"],\"g9dPPQ\":[\"Máximo por pedido\"],\"gGhBmF\":[\"Você está offline\"],\"gHSuV/\":[\"Ir para a página inicial\"],\"gJQsLv\":[\"Envie uma imagem de capa para seu organizador\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Todos os participantes\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Produto Criado com Sucesso\"],\"gPgdNV\":[\"Número de IVA validado com sucesso\"],\"gTN6Ws\":[\"Selecionar hora de fim\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo e imagem de capa para seu organizador\"],\"geUFpZ\":[\"Impostos e taxas\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Nenhum Resultado de Pesquisa\"],\"gnBreG\":[\"Data em que o pedido foi feito\"],\"goOKRY\":[\"Adicionar nível\"],\"gqnyh0\":[\"Otimizado para Celular\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Destacar\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Última ativação\"],\"gwk5gg\":[\"Linha de endereço 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"A quais produtos este código se aplica?\"],\"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.\"],\"gypigA\":[\"Esse código promocional é inválido\"],\"gzrCuN\":[\"Os detalhes do seu pedido foram atualizados. Um e-mail de confirmação foi enviado para o novo endereço de e-mail.\"],\"h0Q9Iw\":[\"Última resposta\"],\"h0dx5e\":[\"Não foi possível entrar na lista de espera\"],\"h10Wm5\":[\"Pedido não pago\"],\"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\"],\"h69WC6\":[\"Enviado\"],\"hAjDQy\":[\"Selecionar status\"],\"hBsw5C\":[\"Vendas encerradas\"],\"hD1ocH\":[\"URL de check-in copiada para a área de transferência\"],\"hDNwnf\":[\"Seu logotipo, cores e estilo em todas as páginas\"],\"hEtQsg\":[\"Ativar autoatendimento para participantes por padrão\"],\"hFHnxR\":[\"A quais produtos este código se aplica? (Aplica-se a todos por padrão)\"],\"hFwWnI\":[\"Configurações de notificação\"],\"hJmVtD\":[\"Selecione o país\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Meu perfil\"],\"hL7sDJ\":[\"Compartilhar página do organizador\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Basta clicar no botão abaixo para reconectar sua conta Stripe.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Criar\"],\"hauDFf\":[\"Por ingresso\"],\"hbwCKE\":[\"Endereço de email copiado para a área de transferência\"],\"hcX103\":[\"Por favor, crie um produto\"],\"hdyeZ0\":[\"Excluir trabalho\"],\"he3ygx\":[\"Cópia\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Valor\"],\"hfHhaa\":[\"Por favor, aguarde enquanto preparamos os seus afiliados para exportação...\"],\"hg80P7\":[\"Finalizar configuração do Stripe\"],\"hli+ga\":[\"Scanner USB/HID\"],\"hqmXmc\":[\"Trabalhando...\"],\"hrvLf4\":[\"Aceitar pagamentos com cartão de crédito através do Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"Endereço de e-mail\"],\"i0QKrm\":[\"Falha ao atualizar afiliado\"],\"i0TtkR\":[\"Isso substitui todas as configurações de visibilidade e ocultará o produto de todos os clientes.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Número do Pedido\"],\"i8day5\":[\"Passar taxa para o comprador\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Editar código\"],\"iG7KNr\":[\"Logo\"],\"iIEaNB\":[\"Se você tem uma conta conosco, receberá um e-mail com instruções sobre como redefinir sua senha.\"],\"iJhSxe\":[\"Personalizar as configurações de SEO para este evento\"],\"iMdwTb\":[\"Antes que seu evento possa ser publicado, há algumas coisas que você precisa fazer. Conclua todas as etapas abaixo para começar.\"],\"iN5Cz3\":[\"Conta já conectada!\"],\"iPBfZP\":[\"Participantes Registrados\"],\"iQZff7\":[\"Impostos, Taxas, Visibilidade, Período de Venda, Destaque de Produto e Limites de Pedido\"],\"iS0wAT\":[\"As categorias ajudam a organizar seus produtos. Este título será exibido na página pública do evento.\"],\"iStTQt\":[\"A permissão da câmera foi negada. <0>Solicite a permissão novamente ou, se isso não funcionar, será necessário <1>conceder a esta página acesso à sua câmera nas configurações do navegador.\"],\"iTvh6I\":[\"Atualmente disponível para compra\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Copiar código\"],\"iWa9cY\":[\"Conte às pessoas o que esperar do seu evento\"],\"iX6SLo\":[\"Personalize o texto exibido no botão continuar\"],\"ia8YsC\":[\"Próximos\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"A sua mensagem foi enviada com sucesso!\"],\"igBrCH\":[\"Verifique seu endereço de e-mail para acessar todos os recursos\"],\"ih35UP\":[\"Centro de conferências\"],\"ii0qn/\":[\"Assunto é obrigatório\"],\"iiWXDL\":[\"Falhas de elegibilidade\"],\"imLQ9Y\":[\"Validando seu número de IVA...\"],\"imgKgl\":[\"Descrição do evento\"],\"injXD7\":[\"O número de IVA não pôde ser validado. Verifique o número e tente novamente.\"],\"ioG+xt\":[\"Aguardando pagamento\"],\"ipP6Ue\":[\"Criar participante\"],\"ipYKgM\":[\"Permitir a indexação do mecanismo de pesquisa\"],\"irpUxR\":[\"Valor fixo\"],\"ixIx1f\":[\"Selecione o Produto\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"A data de início é obrigatória\"],\"izwOOD\":[\"Mostrar impostos e taxas separadamente\"],\"j/TOB3\":[\"Links sociais e site\"],\"j1Jl7s\":[\"Editar categoria\"],\"j1VfcT\":[\"Descrição de SEO\"],\"j5FdeA\":[\"Este pedido está sendo processado.\"],\"j6w7d/\":[\"Ative esta capacidade para interromper as vendas de produtos quando o limite for atingido\"],\"j9b/iy\":[\"Vendendo rápido 🔥\"],\"j9cPeF\":[\"Selecionar tipos de eventos\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Você deve ter pelo menos um nível de preço\"],\"jEbkcB\":[\"Total Reembolsado\"],\"jEu4bB\":[\"Colunas\"],\"jEw0Mr\":[\"Por favor, insira uma URL válida\"],\"jIPNJG\":[\"Informações básicas\"],\"jRJZxD\":[\"Excluir Capacidade\"],\"jT142F\":[\"Em \",[\"diffHours\"],\" horas\"],\"jVRHeq\":[\"Cadastrado\"],\"jZj9y9\":[\"Produto em Camadas\"],\"jZlrte\":[\"Cor\"],\"jabmnm\":[\"Afiliado atualizado com sucesso\"],\"jfC/xh\":[\"Contato\"],\"jh2orE\":[\"Mudamos nossa sede para a Irlanda. Como resultado, precisamos que você reconecte sua conta Stripe. Este processo rápido leva apenas alguns minutos. Suas vendas e dados existentes permanecem completamente inalterados.\"],\"jkNgQR\":[\"Também reembolsar este pedido\"],\"jo3Gm6\":[\"Falha ao exportar afiliados\"],\"jp5bq8\":[\"destinatários\"],\"jpctdh\":[\"Visualizar\"],\"jrBSO1\":[\"Editar organizador\"],\"jtrY3S\":[\"Nada para mostrar ainda\"],\"jtrqH9\":[\"Exportando participantes\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Gestão de capacidade compartilhada\"],\"jyt+cx\":[\"Mensagem de rodapé do e-mail\"],\"k/bJj0\":[\"Perguntas reordenadas\"],\"k1bLf+\":[\"Cor de fundo\"],\"k3Tngl\":[\"Participantes exportados\"],\"k3dfFD\":[\"As perguntas ocultas são visíveis apenas para o organizador do evento e não para o cliente.\"],\"k3wH7i\":[\"Uso de códigos promocionais e detalhamento de descontos\"],\"k4FLBQ\":[\"Passar para o comprador\"],\"k5CU8c\":[\"Total de inscrições\"],\"k5p8dz\":[\"Atribuição de Capacidade excluída com sucesso\"],\"k9RiLi\":[\"Criar um Produto\"],\"k9m6/E\":[\"Configurações da página inicial atualizadas com sucesso\"],\"kBkYSa\":[\"Editar Capacidade\"],\"kCn6wb\":[\"Redefinindo...\"],\"kF8HQ7\":[\"Exportar respostas\"],\"kIKb9e\":[\"Social\"],\"kJDmsI\":[\"Detalhes do evento\"],\"kKpkzy\":[\"Ingressos oferecidos com sucesso a 1 pessoa\"],\"kMU5aM\":[\"Um aviso de cancelamento foi enviado para\"],\"kNmmvE\":[\"Awesome Events Lda.\"],\"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.\"],\"kODvZJ\":[\"Primeiro nome\"],\"kOtCs2\":[\"Numeração da fatura\"],\"kTSQej\":[\"Olá \",[\"0\"],\", gerencie sua plataforma daqui.\"],\"kUlL8W\":[\"Perfil atualizado com sucesso\"],\"kWI/37\":[\"Selecione o organizador\"],\"kWg31j\":[\"Introduza um código de afiliado único\"],\"kY7XDn\":[\"Nenhum produto tem entradas na lista de espera\"],\"kYZSFD\":[\"Selecione um organizador para ver seu painel e eventos.\"],\"kYqM1A\":[\"Voltar ao evento\"],\"kadJKg\":[\"Aplica-se a 1 produto\"],\"kf83Ld\":[\"Algo deu errado.\"],\"khBZkl\":[\"IVA\"],\"kj7zYe\":[\"Webhook atualizado com sucesso\"],\"kjAL4v\":[\"Bilhete\"],\"klWBeI\":[\"Por favor, aguarde antes de solicitar outro código\"],\"kodV18\":[\"Baixar CSV\"],\"kpAzPe\":[\"Início das vendas\"],\"kpJAeS\":[\"Criar organizador\"],\"kqA9lY\":[\"Falha ao atualizar configurações de IVA\"],\"ktyvbu\":[\"Produto(s)\"],\"kv9dM4\":[\"Receita da plataforma\"],\"kvYpYu\":[\"Pedido não encontrado\"],\"kvpxIU\":[\"Isso será usado para notificações e comunicação com seus usuários.\"],\"kzx0uD\":[\"Padrões de Evento Atualizados com Sucesso\"],\"l+/HS6\":[\"As ofertas expiram após \",[\"timeoutHours\"],\" horas.\"],\"l3sZO1\":[\"Adicione quaisquer notas sobre o pedido. Estas não serão visíveis para o cliente.\"],\"l5OcwO\":[\"Participante da mensagem\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Falha ao salvar as configurações de IVA. Por favor, tente novamente.\"],\"l75CjT\":[\"Sim\"],\"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.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" já fez check-in\"],\"lB2hSG\":[\"Manter-me atualizado sobre novidades e eventos de \",[\"0\"]],\"lFdbRS\":[\"Ignorar taxas de aplicação\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Falha ao iniciar a exportação\"],\"lNipG+\":[\"Ocultar um produto impedirá que os usuários o vejam na página do evento.\"],\"lQgMLn\":[\"Nome do escritório ou local\"],\"lS9/aZ\":[\"Falha ao carregar destinatários\"],\"lWxAUo\":[\"Comida e bebida\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Mensagem para participantes individuais\"],\"lYGfRP\":[\"Inglês\"],\"lZwV6X\":[\"Entrar na lista de espera para \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Produto atualizado\"],\"lfLHNz\":[\"Rótulo do CTA é obrigatório\"],\"lflimf\":[\"Prazo para pagamento\"],\"lgFfeO\":[\"Esgotado\"],\"lhAWqI\":[\"Obrigado pelo seu apoio enquanto continuamos a crescer e melhorar o Hi.Events!\"],\"lk74+I\":[\"Absorver taxa\"],\"lkE00/\":[\"Algo deu errado. Por favor, tente novamente mais tarde.\"],\"lkMK2r\":[\"Seus detalhes\"],\"lkNdiH\":[\"Nome da conta\"],\"lnCMdg\":[\"Carregar imagem\"],\"lnYE59\":[\"Data do evento\"],\"lnrkNz\":[\"Reenviar confirmação por e-mail\"],\"loCKGB\":[\"Venda termina \",[\"0\"]],\"lpm0+y\":[\"Inclui 1 produto\"],\"lsxOPC\":[\"Pagamento recebido\"],\"luHAJY\":[\"Eventos populares (Últimos 14 dias)\"],\"lyD7rQ\":[\"Este perfil de organizador ainda não foi publicado\"],\"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.\"],\"m/N7Zq\":[\"Endereço Completo do Evento\"],\"m0CFV2\":[\"Detalhes do participante\"],\"m3FM1g\":[\"Total reembolsado\"],\"m8WD6t\":[\"Continuar configuração\"],\"m9SD3V\":[\"O código deve ter pelo menos 3 caracteres\"],\"mBsBHq\":[\"A lista de registro não está ativa\"],\"mCB6Je\":[\"Selecionar tudo\"],\"mEHQ8I\":[\"Tem certeza de que deseja tornar este evento público? Isso tornará o evento visível para o público\"],\"mFdA+i\":[\"Nível de mensagens\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Produto padrão com preço fixo\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Alteração de e-mail pendente\"],\"mImacG\":[\"Página do Evento\"],\"mJJh2s\":[\"As vendas do afiliado não serão rastreadas. Isto irá desativar o afiliado.\"],\"mLBUMQ\":[\"Configuração excluída com sucesso\"],\"mUv9U4\":[\"Vendas\"],\"mVKOW6\":[\"Ocorreu um erro ao enviar sua mensagem\"],\"mYGY3B\":[\"Data\"],\"mYLhkl\":[\"Configurações diversas\"],\"mYygCM\":[\"É necessário um organizador\"],\"mdeIOH\":[\"Reenviar código\"],\"mf3FrP\":[\"Esta categoria ainda não possui produtos.\"],\"mimF6c\":[\"Mensagem personalizada após o checkout\"],\"miysJh\":[\"Não foi possível encontrar este pedido. Ele pode ter sido removido.\"],\"mkWad2\":[\"Húngaro\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Taxa Percentual\"],\"mnUGVC\":[\"Limite de taxa excedido. Por favor, tente novamente mais tarde.\"],\"mnafgQ\":[\"O fuso horário padrão para seus eventos.\"],\"mpB/d9\":[\"Valor total do pedido\"],\"muXhGi\":[\"Se ativado, o organizador receberá uma notificação por e-mail quando um novo pedido for feito\"],\"mvrlBO\":[\"Filtrar por evento\"],\"mwe+2z\":[\"Pedidos offline não são refletidos nas estatísticas do evento até que sejam marcados como pagos.\"],\"mxsm1o\":[\"Excluir esta pergunta? Isso não pode ser desfeito.\"],\"n/7+7Q\":[\"Confirmação enviada para\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Imagem excluída com êxito\"],\"n10yGu\":[\"Pedido de reembolso\"],\"n143Tq\":[\"Editar Categoria de Produto\"],\"n4SpU5\":[\"Gerenciar evento\"],\"n57zCW\":[\"Contas não atribuídas\"],\"n5pRtF\":[\"Criar um tíquete\"],\"n5vdm2\":[\"Nenhum evento de webhook foi registrado para este endpoint ainda. Os eventos aparecerão aqui assim que forem acionados.\"],\"n6EaWL\":[\"Ver logs\"],\"n8+Ng/\":[\"Por favor, introduza o código de 5 dígitos\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Prefixo numérico\"],\"n8IUs7\":[\"Receita Bruta\"],\"n9V+ps\":[\"Digite seu nome\"],\"n9ZhRa\":[\"Selecione data e hora de término\"],\"nAn4Oe\":[\"Pedido marcado como pago\"],\"nBVOd7\":[\"Quando um participante é atualizado\"],\"nBqgQb\":[\"Seu e-mail\"],\"nCywLA\":[\"Participe de qualquer lugar\"],\"nDBs04\":[\"Gestão de capacidade\"],\"nE5o/t\":[\"Propriedade dos Dados\"],\"nFm+5u\":[\"Texto do Rodapé\"],\"nHm0AI\":[\"Detalhamento das vendas diárias, impostos e taxas\"],\"nKtyYu\":[\"Continuar para o próximo passo\"],\"nLC6tu\":[\"Francês\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Ação necessária: Reconecte sua conta Stripe\"],\"nO3VbP\":[\"À venda \",[\"0\"]],\"nOBvex\":[\"Envie dados de pedidos e participantes em tempo real para seus sistemas externos.\"],\"nOhz3x\":[\"Sair\"],\"nP7CdQ\":[\"Editar Webhook\"],\"nQI4H5\":[\"Conecte o Stripe para habilitar a edição de modelos de e-mail\"],\"nWhye/\":[\"A quem deve ser feita essa pergunta?\"],\"nYNT+5\":[\"Prepare seu evento\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Seu pedido foi cancelado.\"],\"nbfdhU\":[\"Integrações\"],\"ncwQad\":[\"(vazio)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"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.\"],\"nfagfM\":[\"Válido\"],\"nfnm9D\":[\"Nome da organização\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Falha ao enviar imagem. Por favor, tente novamente.\"],\"nm3Iz/\":[\"Obrigado por participar!\"],\"nn3mSR\":[\"Tempo restante:\"],\"nnfSdK\":[\"Clientes únicos\"],\"nniGTr\":[\"Para editar configurações, vá para a seção Configurações no menu de administração.\"],\"nqx+6h\":[\"Complete estas etapas para começar a vender ingressos para o seu evento.\"],\"nrGWUv\":[\"Personalize a página do evento para combinar com sua marca e estilo.\"],\"nrSs2u\":[\"Nenhuma mensagem encontrada\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"URL do Webhook\"],\"nvOPBA\":[\"Links permitidos\"],\"nwtY4N\":[\"Algo deu errado\"],\"nx+rqg\":[\"criar um organizador\"],\"ny2r8d\":[\"Quando um pedido é cancelado\"],\"nz96Ue\":[\"1 tipo de ingresso\"],\"o+tJN/\":[\"Por favor, aguarde enquanto preparamos seus participantes para exportação...\"],\"o/blc/\":[\"Falha ao atualizar configuração da conta\"],\"o1my93\":[\"Falha ao atualizar o status do organizador. Por favor, tente novamente mais tarde.\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Parabéns por criar um evento!\"],\"o5r6b2\":[\"Trabalho excluído\"],\"o6+Y6d\":[\"Reenvio...\"],\"o7LgX6\":[\"Você pode configurar taxas de serviço adicionais e impostos nas configurações da sua conta.\"],\"o7s5FA\":[\"O idioma em que o participante receberá e-mails.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"DICA\"],\"oHE9JT\":[\"Editar Atribuição de Capacidade\"],\"oI/hGR\":[\"ID do Pedido\"],\"oJjplO\":[\"Visualizações totais\"],\"oNL5vN\":[\"Ir para a página do evento\"],\"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)\"],\"oQvMPn\":[\"Título da pergunta\"],\"oR7zL3\":[\"Nome do portador do ingresso\"],\"oSDBWm\":[\"Configurações de IVA\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Meus Ingressos\"],\"oW5877\":[\"Total do Pedido\"],\"oWXNE5\":[\"Qtd.\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Adicionar ao calendário\"],\"ocS8eq\":[\"Já tem uma conta? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Informações sobre pagamentos offline\"],\"olKKwj\":[\"Scanner móvel com suporte offline e rastreamento em tempo real\"],\"omyBS0\":[\"Número de dias permitidos para pagamento (deixe em branco para omitir os termos de pagamento nas faturas)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Gerenciar participante\"],\"ophZVW\":[\"Gerenciar tíquetes\"],\"oqr9HB\":[\"Recolher este produto quando a página do evento for carregada inicialmente\"],\"orBECM\":[\"Total Coletado\"],\"orluER\":[\"Acompanhe o crescimento e desempenho da conta por fonte de atribuição\"],\"os29v1\":[\"Este link de redefinição de senha é inválido ou expirou.\"],\"ouM5IM\":[\"Tentar outro e-mail\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Padrão\"],\"p/Sa0j\":[\"Sua conta tem limites de mensagens. Para aumentar seus limites, entre em contato conosco em\"],\"p2/GCq\":[\"Confirmar senha\"],\"p2FRHj\":[\"Controle como as taxas da plataforma são tratadas para este evento\"],\"p2WLr3\":[\"Fazer check-in de \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Selecione uma categoria\"],\"pAey+4\":[\"O arquivo é muito grande. O tamanho máximo é 5MB.\"],\"pCLes8\":[\"Você deve concordar em receber mensagens\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Ingresso reenviado com sucesso\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Cadastros de contas recentes\"],\"pMLul+\":[\"Todas as moedas\"],\"pNgdBv\":[\"Não há produtos disponíveis nesta categoria\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Tem certeza de que deseja tornar este organizador público? Isso tornará a página do organizador visível ao público.\"],\"pZNOT9\":[\"Sem data de término\"],\"pbAk7a\":[\"Conectar faixa\"],\"pjp2n5\":[\"Escolha quem paga a taxa da plataforma. Isso não afeta as taxas adicionais que você configurou nas configurações da sua conta.\"],\"pkk46Q\":[\"Escolha um organizador\"],\"pn5qSs\":[\"Informações adicionais\"],\"pnVh83\":[\"Número de IVA\"],\"pnoTN5\":[\"Contas de indicação\"],\"poTr35\":[\"Editar usuário\"],\"ppuQR4\":[\"Pedido criado\"],\"pqFrv2\":[\"por exemplo. 2,50 por $2,50\"],\"prZGMe\":[\"Exigir endereço de cobrança\"],\"psosdY\":[\"Link para detalhes do pedido\"],\"psqIm5\":[\"Colabore com sua equipe para criar eventos incríveis juntos.\"],\"pvnfJD\":[\"Escuro\"],\"pxNIxa\":[\"Personalize seu modelo de e-mail usando modelos Liquid\"],\"q/CcwE\":[\"Data do pedido\"],\"q1BizZ\":[\"Enviaremos seus ingressos para este e-mail\"],\"q2LEDV\":[\"Nenhum participante encontrado para este pedido.\"],\"q6XHL1\":[\"Tipo de Preço\"],\"q7TRd7\":[\"Tem certeza de que deseja ativar esse participante?\"],\"qCJyMx\":[\"Mensagem de pós-cheque\"],\"qCqdg6\":[\"Status do Check-In\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento.\"],\"qGZz0m\":[\"Você está na lista de espera!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Mensagens enviadas\"],\"qNuTh3\":[\"Exceção\"],\"qY4rpA\":[\"Reembolso falhou\"],\"qcP/8K\":[\"Horário agendado\"],\"qdfdgM\":[\"123 Main Street\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Tudo pronto! Agora você está usando nosso sistema de pagamentos atualizado.\"],\"qnSLLW\":[\"<0>Por favor, insira o preço sem incluir impostos e taxas.<1>Impostos e taxas podem ser adicionados abaixo.\"],\"qpC74J\":[\"Nenhum usuário encontrado\"],\"qqWcBV\":[\"Concluído\"],\"qqeAJM\":[\"Nunca\"],\"qtGTNu\":[\"Contas orgânicas\"],\"qu6/03\":[\"Impostos e taxas\"],\"quR8Qp\":[\"Aguardando pagamento\"],\"qv4bfj\":[\"Uma taxa, como uma taxa de reserva ou uma taxa de serviço\"],\"qvF+MT\":[\"Monitorar e gerenciar trabalhos em segundo plano com falha\"],\"qvylEK\":[\"Participante criado\"],\"r+lQXT\":[\"Por favor, digite seu número de IVA\"],\"r2B2P8\":[\"Copiar URL de check-in\"],\"r9M1hc\":[\"Pesquisar listas de registro...\"],\"rDC+T6\":[\"Tentar trabalho novamente\"],\"rLHma1\":[\"Status do organizador atualizado\"],\"rMcHYt\":[\"Há um reembolso pendente. Aguarde a conclusão do processo antes de solicitar outro reembolso.\"],\"rPA+Gc\":[\"Preferências de comunicação\"],\"rXngLf\":[\"Título SEO\"],\"rYXfOA\":[\"Configurações regionais\"],\"raw09+\":[\"Configure como os dados dos participantes são coletados durante o checkout\"],\"rdUucN\":[\"Visualização\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Isto não será visível para os clientes, mas ajuda-o a identificar o afiliado.\"],\"rmelwV\":[\"0 minutos e 0 segundos\"],\"rnoQsz\":[\"Usado para bordas, destaques e estilo do código QR\"],\"rp/zaT\":[\"Português brasileiro\"],\"rpGMzC\":[\"Falha ao atualizar pedido\"],\"ruJO57\":[\"Nome do trabalho\"],\"rxy0tG\":[\"Falha ao verificar email\"],\"rzw+wS\":[\"Titulares de pedidos\"],\"s/0RpH\":[\"Tempos usados\"],\"s0FkEx\":[\"Configure listas de check-in para diferentes entradas, sessões ou dias.\"],\"s14PLh\":[\"Você está emitindo um reembolso parcial. O cliente será reembolsado em \",[\"0\"],\" \",[\"1\"],\".\"],\"s4JozW\":[\"Você tem certeza de que deseja restaurar este evento? Ele será restaurado como um evento rascunho.\"],\"s5QRF3\":[\"Voltar para mensagens\"],\"s6EF6K\":[\"Pagamentos Instantâneos\"],\"s8v9hq\":[\"Voltar para a página do evento\"],\"s9KGXU\":[\"Vendido\"],\"sBV87H\":[\"Continuar para a criação do evento\"],\"sCV5Yc\":[\"Nome do evento\"],\"sF+Xp9\":[\"Visualizações de página\"],\"sFFArG\":[\"O nome deve ter menos de 255 caracteres\"],\"sGEOe4\":[\"Use uma versão desfocada da imagem da capa como plano de fundo\"],\"sGjBEq\":[\"Data e hora de término (opcional)\"],\"sJsr1h\":[\"Tipo de Produto\"],\"sLbJQz\":[\"Pedido não encontrado\"],\"sMiGXD\":[\"Verifique se seu e-mail é válido\"],\"sQia9P\":[\"Fazer login\"],\"sQxe68\":[\"Reenviar confirmação\"],\"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.\"],\"sYpiZP\":[\"Criar código promocional\"],\"sZg7s1\":[\"Data de Expiração\"],\"saG4At\":[\"Mensagem agendada\"],\"sby+1/\":[\"Clique para copiar\"],\"sd5IMt\":[\"Pedidos concluídos\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Você pode criar um código promocional que direcione este produto no\"],\"shkJ3U\":[\"Conecte sua conta Stripe para receber fundos das vendas de ingressos.\"],\"sjNPMw\":[\"Este pedido foi abandonado. Você pode iniciar um novo pedido a qualquer momento.\"],\"snMaH4\":[\"Excluir webhook\"],\"spsZys\":[\"Pronto para atualizar? Isso leva apenas alguns minutos.\"],\"sq7vjE\":[\"Os produtos em destaque terão uma cor de fundo diferente para se destacarem na página do evento.\"],\"sqdl5s\":[\"Informações de IVA\"],\"ss9PbX\":[\"Participante\"],\"sxKqBm\":[\"O valor total do pedido será reembolsado para o método de pagamento original do cliente.\"],\"sy6fss\":[\"Aplica-se a \",[\"0\"],\" produtos\"],\"sy9anN\":[\"Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo.\"],\"szSnlj\":[\"1 hora antes do evento\"],\"t/KVOk\":[\"Falha ao iniciar a personificação. Por favor, tente novamente.\"],\"t/YqKh\":[\"Remover\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Mostrando \",[\"0\"],\" de \",[\"totalRows\"],\" registros\"],\"t2bbp8\":[\"Editar participante\"],\"t3AMTs\":[\"Plataforma de Gerenciamento de Eventos\"],\"t41hVI\":[\"Reoferecer vaga\"],\"t79rDv\":[\"Ingresso não encontrado\"],\"t7TeQU\":[\"Mensagens\"],\"t9yxlZ\":[\"Relatórios\"],\"tDTq0D\":[\"Tempo limite do pedido\"],\"tDwYhx\":[\"Tema e cores\"],\"tF+VVr\":[\"Ingresso VIP\"],\"tFbRKJ\":[\"Não é possível editar a função ou o status do proprietário da conta.\"],\"tGCY6d\":[\"Preço do Ingresso\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"Tratamento de IVA para Taxas da Plataforma\"],\"tKCBU0\":[\"Última vez usado\"],\"tKKZn0\":[\"Ver detalhes do pedido\"],\"tKcbYd\":[\"Trabalhos com falha\"],\"tLf3yJ\":[\"Como sua empresa está sediada na Irlanda, o IVA irlandês de 23% se aplica automaticamente a todas as taxas da plataforma.\"],\"tMFDem\":[\"Nenhum dado disponível\"],\"tMNBEF\":[\"As listas de check-in permitem controlar a entrada por dias, áreas ou tipos de ingresso. Você pode compartilhar um link seguro com a equipe — não é necessária conta.\"],\"tMeVa/\":[\"Solicitar nome e email para cada ingresso comprado\"],\"tNZzFb\":[\"Conteúdo da mensagem\"],\"tOXAdc\":[\"Cancelar irá cancelar todos os participantes associados a este pedido e devolver os ingressos ao pool disponível.\"],\"tPtRwl\":[\"Editar Taxas da Aplicação\"],\"tRXdQ9\":[\"Quando um produto é atualizado\"],\"tSVr6t\":[\"Personificar\"],\"tUGbi8\":[\"Copiar meus dados para:\"],\"tVJk4q\":[\"Cancelar pedido\"],\"tVW/yo\":[\"Selecionar moeda\"],\"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.\"],\"tYF4Zq\":[\"Imprimir para PDF\"],\"tasfos\":[\"remover\"],\"td/bh+\":[\"Voltar aos Relatórios\"],\"tdD/QN\":[\"Editar Produto\"],\"tejfAy\":[\"Listas de Registro\"],\"tfDRzk\":[\"Salvar\"],\"tiI71C\":[\"Para aumentar seus limites, entre em contato conosco em\"],\"tnL+GP\":[\"Sintaxe Liquid inválida. Por favor, corrija e tente novamente.\"],\"toutGW\":[\"Código QR\"],\"tq0abZ\":[\"Falha ao excluir trabalhos\"],\"trnWaw\":[\"Polonês\"],\"tst44n\":[\"Eventos\"],\"tudG8q\":[\"Crie e configure ingressos e mercadorias para venda.\"],\"u0n+wz\":[\"Lista de espera\"],\"u5oO/W\":[\"Configurações de pagamentos offline\"],\"u6FPxT\":[\"Obter Ingressos\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Status\"],\"uBAxNB\":[\"Editor\"],\"uCFbG2\":[\"Afiliado eliminado com sucesso\"],\"uEhdRh\":[\"Apenas Promocional\"],\"uIElGP\":[\"URL de mapas personalizados\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Verdadeiro se pagamento offline\"],\"uM9Alj\":[\"Este produto está destacado na página do evento\"],\"uN355O\":[\"Criar evento\"],\"uOXLV3\":[\"Eu concordo com os <0>termos e condições\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Mensagem cancelada\"],\"uQynyf\":[\"Falha ao atualizar configuração\"],\"uRfugr\":[\"Camiseta\"],\"uUPbPg\":[\"Copiar link de afiliado\"],\"uUehLT\":[\"Aguardando\"],\"uaSvqt\":[\"Data de expiração\"],\"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\"],\"ucgZ0o\":[\"Organização\"],\"uchB0M\":[\"Pré-visualização do widget\"],\"udRwQs\":[\"Check-in criado\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Conecte sua conta Stripe para começar a aceitar pagamentos.\"],\"uq2BmQ\":[\"Últimos 30 dias\"],\"uvIqcj\":[\"Workshop\"],\"uyJsf6\":[\"Sobre\"],\"uzEfRz\":[\"Notas do pedido\"],\"v1P7Gm\":[\"Configurações do widget\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Enviar teste\"],\"v2GlhZ\":[\"A validação do número de IVA atual falhou\"],\"v4+lcZ\":[\"Editar afiliado\"],\"v4fiSg\":[\"Verifique o seu email\"],\"v7xKtM\":[\"Nível de mensagens atualizado com sucesso\"],\"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.\"],\"vAbVy9\":[\"Produto gratuito, sem necessidade de informações de pagamento\"],\"vERlcd\":[\"Perfil\"],\"vFjEnF\":[\"Marcar como pago\"],\"vJuISq\":[\"Tem certeza de que deseja excluir esta Atribuição de Capacidade?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Falha ao excluir pergunta\"],\"vLyv1R\":[\"Esconder\"],\"vOuxvL\":[\"Informações da Conta\"],\"vPJ1FI\":[\"Porcentagem Valor\"],\"vPeW/6\":[\"Tem certeza de que deseja excluir esta configuração? Isso pode afetar as contas que a utilizam.\"],\"vPqpQG\":[\"Lista de check-in não encontrada\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Editar detalhes do pedido\"],\"vRznIT\":[\"Ocorreu um erro ao verificar o status da exportação.\"],\"vX8/tc\":[\"Meu incrível título de evento...\"],\"vXIe7J\":[\"Idioma\"],\"vXPSuB\":[\"Atualizar perfil\"],\"vYgeDk\":[\"Desselecionar tudo\"],\"vZ5qKF\":[\"Redimensionar automaticamente a altura do widget com base no conteúdo. Quando desativado, o widget preencherá a altura do contêiner.\"],\"vb0Q0/\":[\"Total de Usuários\"],\"vcyz2L\":[\"Configurações de pagamento\"],\"ve9JTU\":[\"O sobrenome é obrigatório\"],\"veessc\":[\"Os participantes aparecerão aqui assim que se registrarem no evento. Você também pode adicionar participantes manualmente.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Últimos 14 dias\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Duplicar evento\"],\"vlf/In\":[\"Tecnologia\"],\"vmOFL/\":[\"Não foi possível processar seu pagamento. Tente novamente ou entre em contato com o suporte.\"],\"vqji3Y\":[\"Falha na validação do número de IVA. Por favor, verifique seu número de IVA.\"],\"vrSW9M\":[\"O pedido foi cancelado e reembolsado. O proprietário do pedido foi notificado.\"],\"vt9xUl\":[\"Análises em Tempo Real\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Pedido marcado como pago\"],\"vu7ZGG\":[\"Logo e Capa\"],\"vu7gDm\":[\"Eliminar afiliado\"],\"vv7kpg\":[\"Cancelado\"],\"vvO1I2\":[\"Sua conta Stripe está conectada e pronta para processar pagamentos.\"],\"vwGkYB\":[\"A senha deve ter pelo menos 8 caracteres\"],\"vzJenu\":[\"Configurações de e-mail atualizadas com sucesso\"],\"w36OkR\":[\"Eventos mais vistos (Últimos 14 dias)\"],\"w65ZgF\":[\"Você precisa verificar o e-mail da sua conta antes de poder modificar modelos de e-mail.\"],\"wBJR8i\":[\"Planejando um evento?\"],\"wCKkSr\":[\"Verificar email\"],\"wDioLj\":[\"Falha ao tentar novamente o trabalho\"],\"wDx3FF\":[\"Não há produtos disponíveis para este evento\"],\"wIa8Qe\":[\"Reenviar convite\"],\"wJTzyi\":[\"Status do pagamento\"],\"wJijgU\":[\"Localização\"],\"wJzo/w\":[\"Recomendamos dimensões de 400px por 400px e tamanho máximo de 5MB\"],\"wPRp9Z\":[\"Visível apenas para a equipe de check-in. Ajuda a identificar esta lista durante o check-in.\"],\"wPmXlA\":[\"Primeiro número da fatura\"],\"wQzCPX\":[\"Informações fiscais que aparecerão na parte inferior de todas as faturas (ex.: número de IVA, registro fiscal)\"],\"wUv5xQ\":[\"Sem atividade de organizador nos últimos 14 dias\"],\"wYiAtV\":[\"Sem cadastros de contas recentes\"],\"wckWOP\":[\"Gerenciar\"],\"wdxz7K\":[\"Fonte\"],\"whqocw\":[\"Ao se registrar, você concorda com nossos <0>Termos de Serviço e <1>Política de Privacidade.\"],\"wlfBad\":[\"Período de Venda\"],\"wnDgGj\":[\"Confirmação do endereço de e-mail...\"],\"wpfWhJ\":[\"Primeiro nome do cliente\"],\"wpj63n\":[\"Configurações do organizador\"],\"wu98dY\":[\"Perguntar uma vez por produto\"],\"wuV0bK\":[\"Parar Personificação\"],\"wuyaZh\":[\"Exportação bem-sucedida\"],\"x/xjzn\":[\"Os seus afiliados foram exportados com sucesso.\"],\"x1PPdr\":[\"CEP / Código Postal\"],\"x2mjl4\":[\"Por favor, insira uma URL de imagem válida que aponte para uma imagem.\"],\"x3wVFc\":[\"Parabéns! Seu evento agora está visível para o público.\"],\"x4MLWE\":[\"Confirmação do Pedido\"],\"x5+Lcz\":[\"Não Registrado\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"O ingresso do participante não está incluído nesta lista\"],\"x8XMsJ\":[\"Selecione o nível de mensagens para esta conta. Isso controla os limites de mensagens e permissões de links.\"],\"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.\"],\"xDAtGP\":[\"Mensagem\"],\"xDzTh7\":[\"Falha ao baixar a fatura. Por favor, tente novamente.\"],\"xFRMlO\":[\"Mínimo por pedido\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" na taxa atual\"],\"xFj7Yj\":[\"Falha ao excluir modelo\"],\"xGU92i\":[\"Complete seu perfil para se juntar à equipe.\"],\"xGVfLh\":[\"Continuar\"],\"xHpVRl\":[\"Status do reembolso\"],\"xJaTUK\":[\"Personalize o layout, cores e marca da página inicial do seu evento.\"],\"xMDm+I\":[\"Fazer check-in\"],\"xMO+Ao\":[\"Configure a sua organização\"],\"xMekgu\":[\"Adicione quaisquer notas sobre o pedido...\"],\"xN9AhL\":[\"Nível \",[\"0\"]],\"xTPjSy\":[\"Eventos passados\"],\"xUgUTh\":[\"Digite o primeiro nome\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Sempre disponível\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Ferramentas\"],\"xdA9ud\":[\"Coloque isto no do seu site.\"],\"xdiER7\":[\"Nível atribuído\"],\"xeIaKw\":[\"Tem certeza de que deseja reenviar o ingresso para \",[\"0\"],\"?\"],\"xfKgwv\":[\"Criar afiliado\"],\"xgL50q\":[\"O que são Produtos em Camadas?\"],\"xgav5v\":[\"O pagamento foi bem-sucedido!\"],\"xnWESi\":[\"Confirmar senha\"],\"xowcRf\":[\"Termos de serviço\"],\"xrWdPR\":[\"Modelo excluído com sucesso\"],\"xxU3NX\":[\"Receita Líquida\"],\"xxv3BZ\":[\"Esta lista de registro expirou\"],\"xzRvs4\":[\"Receber atualizações de produtos do \",[\"0\"],\".\"],\"y/NR6s\":[\"Localização atualizada com sucesso\"],\"y0meFR\":[\"O IVA irlandês de 23% será aplicado às taxas da plataforma (fornecimento doméstico).\"],\"y1BZw1\":[\"Digite o endereço comercial\"],\"y1eoq1\":[\"Copiar link\"],\"y22tv0\":[\"Copie este link para compartilhá-lo em qualquer lugar\"],\"y3qNri\":[\"Você precisará de pelo menos um produto para começar. Grátis, pago ou deixe o usuário decidir o que pagar.\"],\"y55eMd\":[\"Vezes usado\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Nenhum evento para mostrar\"],\"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.\"],\"yDOdwQ\":[\"Gerenciamento de usuários\"],\"yIRev4\":[\"Criar uma senha\"],\"yKWfjC\":[\"Página do código promocional\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Nenhum evento futuro\"],\"yNi4PV\":[\"Você não pode registrar participantes com pedidos não pagos. Essa configuração pode ser alterada nas configurações do evento.\"],\"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\"],\"yPZN4i\":[\"Essa página de pedidos não está mais disponível.\"],\"yPrbsy\":[\"Destinatários\"],\"yRg26W\":[\"Vendas brutas\"],\"ySQGHV\":[\"Ocultar produto quando esgotado\"],\"ySeBKv\":[\"Você já escaneou este ingresso\"],\"ySxKZe\":[\"Quantas vezes esse código pode ser usado?\"],\"yT6dQ8\":[\"Impostos coletados agrupados por tipo de imposto e evento\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 ingresso\"],\"yWiPh+\":[\"Adicionar imposto ou taxa\"],\"yZfBoy\":[\"Sua mensagem foi enviada\"],\"yhjU+j\":[\"A baixar fatura\"],\"yiy8Jt\":[\"A criar o seu perfil de organizador, por favor aguarde\"],\"yj3N+g\":[\"1 dia após a data de início\"],\"yjkELF\":[\"Confirmar nova senha\"],\"ylXj1N\":[\"Selecionado\"],\"ypJ62C\":[\"% de desconto\"],\"yxhYRZ\":[[\"0\"],\" <0>desmarcado com sucesso\"],\"yz7wBu\":[\"Fechar\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"O horário agendado é obrigatório\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Mudamos oficialmente nossa sede para a Irlanda 🇮🇪. Como parte desta transição, agora usamos o Stripe Irlanda em vez do Stripe Canadá. Para manter seus pagamentos funcionando sem problemas, você precisará reconectar sua conta Stripe.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Falha ao exportar relatório. Por favor, tente novamente.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Nenhum produto disponível para seleção\"],\"zLmvhE\":[\"Participante criado com sucesso\"],\"zNECqg\":[\"ingressos\"],\"zNZNMs\":[\"Ver mensagem\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Selecionar um nível\"],\"zPiC+q\":[\"Listas de Check-In Elegíveis\"],\"zTkTF3\":[\"Falha ao salvar modelo\"],\"zUDyah\":[\"Login\"],\"zWqUyJ\":[\"Taxa fixa cobrada por transação\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Criar Modelo \",[\"0\"]],\"zgCHnE\":[\"Relatório de vendas diárias\"],\"ziAjHi\":[\"Gerar\"],\"zlHa5R\":[\"Nenhum participante foi adicionado a este pedido.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Telefone\"],\"znIg+z\":[\"Finalizar compra\"],\"zpekWp\":[\"Venda começa \",[\"0\"]],\"zppscQ\":[\"Taxas da plataforma Hi.Events e discriminação do IVA por transação\"],\"zxnup4\":[\"Sem afiliados para mostrar\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Sucesso\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/pt-br.po b/frontend/src/locales/pt-br.po index ff89c9167..7c4fc1f31 100644 --- a/frontend/src/locales/pt-br.po +++ b/frontend/src/locales/pt-br.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Clique para despublicar" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'Ainda não há nada para mostrar'" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'Ainda não há nada para mostrar'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(vazio)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} já fez check-in" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>registrado com sucesso" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>desmarcado com sucesso" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} webhooks ativos" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} disponível" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} criado com sucesso" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} restante" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "Logo {0}" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} organizadores" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} ingressos" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} atualizado com sucesso" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} registrado" @@ -148,6 +169,7 @@ msgstr "<0>O número de produtos disponíveis para este produto<1>Esse valor msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} na taxa atual" @@ -251,6 +273,11 @@ msgstr "Uma taxa, como uma taxa de reserva ou uma taxa de serviço" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Um valor fixo por produto. Ex: $0,50 por produto" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Uma entrada de texto com várias linhas" @@ -300,7 +327,7 @@ msgstr "Um imposto padrão, como IVA ou GST" msgid "Abandoned" msgstr "Abandonado" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Sobre" @@ -403,7 +430,8 @@ msgstr "Ação Necessária: Informações de IVA Necessárias" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Ações" @@ -510,7 +538,7 @@ msgstr "Adicionar nível" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Adicionar ao calendário" @@ -660,7 +688,7 @@ msgstr "Todos os trabalhos na fila para nova tentativa" msgid "All Products" msgstr "Todos os Produtos" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Todos os status" @@ -699,6 +727,7 @@ msgstr "Quase lá! Termine de conectar sua conta Stripe para começar a aceitar msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Quase lá! Estamos apenas aguardando o processamento do seu pagamento. Isso deve levar apenas alguns segundos." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Já tem uma conta? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Incrível, Evento, Palavras-chave..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Valor" @@ -734,6 +762,7 @@ msgstr "Valor" msgid "Amount Paid" msgstr "Valor pago" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Valor pago ({0})" @@ -762,6 +791,11 @@ msgstr "Ocorreu um erro inesperado." msgid "An unexpected error occurred. Please try again." msgstr "Ocorreu um erro inesperado. Por favor, tente novamente." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Resposta atualizada com sucesso." @@ -778,10 +812,11 @@ msgstr "Aparência" msgid "Application Fees Configuration" msgstr "Configuração de Taxas da Aplicação" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "aplicado" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Aplica-se a {0} produtos" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "Aplica-se a 1 produto" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Aplicar" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Aplicar código promocional" +#~ msgid "Apply Promo Code" +#~ msgstr "Aplicar código promocional" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Tem certeza de que deseja definir este organizador como rascunho? Isso t msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Tem certeza de que deseja tornar este organizador público? Isso tornará a página do organizador visível ao público." -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Tem certeza de que deseja oferecer uma vaga a esta pessoa? Ela receberá uma notificação por e-mail." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Tem a certeza de que deseja publicar este evento? Uma vez publicado, será visível ao público." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Tem a certeza de que deseja publicar este perfil de organizador? Uma vez publicado, será visível ao público." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Tem certeza de que deseja remover esta entrada da lista de espera?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Tem certeza de que deseja reenviar a confirmação do pedido para {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Tem certeza de que deseja reenviar o ingresso para {0}?" @@ -909,11 +947,11 @@ msgstr "Tem certeza de que deseja reenviar o ingresso para {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Você tem certeza de que deseja restaurar este evento? Ele será restaurado como um evento rascunho." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Tem a certeza de que deseja despublicar este evento? Já não será visível ao público." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Tem a certeza de que deseja despublicar este perfil de organizador? Já não será visível ao público." @@ -1101,7 +1139,7 @@ msgstr "Redimensionamento automático" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "A oferta automática está ativada. Os ingressos são oferecidos automaticamente quando a capacidade fica disponível. Use isto para oferecer vagas adicionais manualmente." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Processar lista de espera automaticamente" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Detectado automaticamente com base na cor de fundo, mas pode ser substituído" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Oferecer ingressos automaticamente para a próxima pessoa quando houver capacidade disponível" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Oferecer ingressos automaticamente para a próxima pessoa quando houver capacidade disponível" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Voltar aos Relatórios" msgid "Background Color" msgstr "Cor de fundo" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Tipo de plano de fundo" @@ -1261,7 +1303,7 @@ msgstr "Nome Comercial" msgid "Button Label" msgstr "Rótulo do Botão" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Texto do botão" @@ -1273,6 +1315,7 @@ msgstr "O comprador paga" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Campanha" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Cancelar" @@ -1343,6 +1387,7 @@ msgstr "Cancelar pedido" msgid "Cancel Order" msgstr "Cancelar pedido" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Cancelar pedido {0}" @@ -1355,11 +1400,11 @@ msgstr "Cancelar irá cancelar todos os participantes associados a este pedido e #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Caridade" msgid "Check In" msgstr "Fazer check-in" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Fazer check-in de {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Chinês (Tradicional)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Escolha uma cor para seu plano de fundo" +#~ msgid "Choose a color for your background" +#~ msgstr "Escolha uma cor para seu plano de fundo" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Cidade" msgid "Clear Search Text" msgstr "Limpar texto de pesquisa" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Clique para copiar" @@ -1600,15 +1656,15 @@ msgstr "Clique para copiar" msgid "Click to view notes" msgstr "Clique para ver as notas" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "fechar" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Fechar" @@ -1672,8 +1728,8 @@ msgstr "Coletar dados por ingresso" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Cor" +#~ msgid "Color" +#~ msgstr "Cor" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Configurar impostos e taxas" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Configurar as definições da lista de espera para este evento" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Configurar as definições da lista de espera para este evento" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Desconto configurado" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Confirmar" @@ -1942,12 +1999,14 @@ msgstr "Conectado ao Stripe" msgid "Connection Details" msgstr "Detalhes da conexão" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Contato" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Contato {0}" @@ -1963,12 +2022,12 @@ msgstr "E-mail de contato para suporte" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Continuar" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Texto do botão Continuar" @@ -1982,7 +2041,7 @@ msgstr "Continuar a configuração" msgid "Continue Setup" msgstr "Continuar configuração" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Ir para o checkout" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Capa" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Imagem de capa" @@ -2110,10 +2171,12 @@ msgstr "A imagem de capa será exibida no topo da página do organizador" msgid "Create" msgstr "Criar" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Criar {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Criar Modelo {0}" @@ -2339,6 +2402,10 @@ msgstr "Marca Personalizada" msgid "Custom date and time" msgstr "Data e hora personalizadas" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "URL de mapas personalizados" @@ -2415,7 +2482,7 @@ msgstr "Personalize as perguntas feitas durante o checkout para coletar informa msgid "Customize the SEO settings for this event" msgstr "Personalizar as configurações de SEO para este evento" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Personalize o texto exibido no botão continuar" @@ -2613,6 +2680,7 @@ msgstr "Desconto" msgid "Discount %" msgstr "% de desconto" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Desconto em {0}" @@ -2621,7 +2689,7 @@ msgstr "Desconto em {0}" msgid "Discount Type" msgstr "Tipo de desconto" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Fechar esta mensagem" @@ -2704,10 +2772,16 @@ msgstr "Devido ao alto risco de spam, você deve conectar uma conta Stripe antes #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"Devido ao alto risco de spam, você deve conectar uma conta Stripe antes de poder enviar mensagens aos participantes.\n" -"Isso é para garantir que todos os organizadores de eventos sejam verificados e responsáveis." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "Devido ao alto risco de spam, você deve conectar uma conta Stripe antes de poder enviar mensagens aos participantes.\n" +#~ "Isso é para garantir que todos os organizadores de eventos sejam verificados e responsáveis." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Duplicar produto" msgid "Dutch" msgstr "Holandês" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "ex. 180 (3 horas)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "ex.: Comprar ingressos, Registrar-se agora" @@ -2768,11 +2842,14 @@ msgstr "Pássaro madrugador" msgid "Edit" msgstr "Editar" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Editar {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Editar Modelo {0}" @@ -2907,7 +2984,7 @@ msgstr "Listas de Check-In Elegíveis" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Digite seu nome" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Digite seu número de IVA incluindo o código do país, sem espaços (ex: IE1234567A, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "As inscrições aparecerão aqui quando os clientes entrarem na lista de espera de produtos esgotados." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Configurações do evento" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Falha na atualização do status do evento. Tente novamente mais tarde" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "Exceção" msgid "Expiration date" msgstr "Data de Expiração" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Expirado" @@ -3566,7 +3643,7 @@ msgstr "Falha ao carregar destinatários" msgid "Failed to load Webhook" msgstr "Falha ao carregar o Webhook" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Falha ao oferecer vaga" @@ -3574,6 +3651,10 @@ msgstr "Falha ao oferecer vaga" msgid "Failed to offer tickets" msgstr "Falha ao oferecer ingressos" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Falha ao reordenar perguntas" @@ -3778,7 +3859,7 @@ msgstr "Primeiro nome" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Primeiro nome" msgid "First Name" msgstr "Primeiro nome" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "Esqueceu a senha?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Grátis" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "Alemão" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Como chegar" +#~ msgid "Get Directions" +#~ msgstr "Como chegar" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Receba pagamentos imediatamente via Stripe Connect" msgid "Get started" msgstr "Começar" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Obter Ingressos" @@ -3987,10 +4068,11 @@ msgstr "Gestão de convidados" msgid "Guests" msgstr "Convidados" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Tem um código promocional?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Olá {0}, gerencie sua plataforma daqui." @@ -4020,6 +4102,7 @@ msgstr "Aqui está o seu link de afiliado" msgid "Here's what to expect:" msgstr "Aqui está o que esperar:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Oi {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Escondido da vista do público" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "As perguntas ocultas são visíveis apenas para o organizador do evento e não para o cliente." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Esconder" @@ -4134,8 +4216,8 @@ msgstr "Design da página inicial" msgid "Homepage Designer" msgstr "Designer de página inicial" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Visualização da página inicial" @@ -4144,7 +4226,7 @@ msgstr "Visualização da página inicial" msgid "Homer" msgstr "Homero" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Húngaro" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Concordo em receber notificações por e-mail relacionadas a este evento" @@ -4193,7 +4275,7 @@ msgstr "Eu concordo com os <0>termos e condições" msgid "I confirm this is a transactional message related to this event" msgstr "Confirmo que esta é uma mensagem transacional relacionada a este evento" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Se uma nova aba não abriu automaticamente, clique no botão abaixo para continuar para o checkout." @@ -4299,6 +4381,7 @@ msgstr "Inclua detalhes de conexão para o seu evento online. Estes detalhes ser msgid "Include tax and fees in the price" msgstr "Incluir impostos e taxas no preço" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Inclui {0} produtos" @@ -4477,21 +4560,25 @@ msgstr "João" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Participe de qualquer lugar" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Entrar na lista de espera" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Entrar na lista de espera para {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Entrar na lista de espera para {0}" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Inscrito" @@ -4503,6 +4590,7 @@ msgstr "Basta clicar no botão abaixo para reconectar sua conta Stripe." msgid "Just looking for your tickets?" msgstr "Apenas procurando seus ingressos?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Manter-me atualizado sobre novidades e eventos de {0}" @@ -4574,7 +4662,7 @@ msgstr "Sobrenome" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Carregando..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Gerenciar tíquetes" msgid "Manage your account details and default settings" msgstr "Gerenciar os detalhes de sua conta e as configurações padrão" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Gerencie seu processamento de pagamentos e visualize as taxas da plataforma" @@ -4897,6 +4989,10 @@ msgstr "Nível de mensagens" msgid "Messaging tier updated successfully" msgstr "Nível de mensagens atualizado com sucesso" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Mínimo por pedido" @@ -4905,7 +5001,7 @@ msgstr "Mínimo por pedido" msgid "Minimum Price" msgstr "Preço mínimo" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "minutos" @@ -4949,6 +5045,10 @@ msgstr "Múltiplas opções de preço. Perfeito para produtos antecipados, etc." msgid "Music" msgstr "Música" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "Nenhuma configuração de IVA definida" msgid "No viewed events in the last 14 days" msgstr "Sem eventos vistos nos últimos 14 dias" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Sem inscrições na lista de espera" @@ -5369,27 +5469,27 @@ msgstr "Prefixo numérico" msgid "of" msgstr "de" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Oferecer" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Oferecer vaga" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Oferecer ingressos" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Tempo limite da oferta" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Oferecido" @@ -5444,6 +5544,7 @@ msgstr "Configurações de pagamentos offline" msgid "On Sale" msgstr "À venda" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "À venda {0}" @@ -5474,7 +5575,7 @@ msgstr "Em andamento" msgid "Online" msgstr "Online" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Evento online" @@ -5791,7 +5892,6 @@ msgstr "Nome da organização" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Configurações do organizador" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "As estatísticas do organizador não estão disponíveis para a moeda selecionada ou ocorreu um erro." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Falha ao atualizar o status do organizador. Por favor, tente novamente mais tarde." -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Status do organizador atualizado" @@ -5931,6 +6031,7 @@ msgstr "Reembolso parcial" msgid "Partially Refunded" msgstr "Parcialmente reembolsado" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Reembolsado parcialmente: {0}" @@ -6173,6 +6274,7 @@ msgstr "Planejando um evento?" msgid "Platform fee" msgstr "Taxa da plataforma" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Taxa da plataforma de {0} deduzida do seu pagamento" @@ -6215,7 +6317,7 @@ msgstr "Verifique se seu e-mail é válido" msgid "Please check your email to confirm your email address" msgstr "Verifique seu e-mail para confirmar seu endereço de e-mail" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Continue na nova guia" @@ -6227,7 +6329,7 @@ msgstr "Por favor, crie um produto" msgid "Please create a ticket" msgstr "Por favor, crie um ingresso" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Por favor, insira um endereço de e-mail válido" @@ -6271,7 +6373,7 @@ msgstr "Por favor, selecione um intervalo de datas" msgid "Please select an image." msgstr "Por favor, selecione uma imagem." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Por favor, selecione pelo menos um produto" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Mensagem Pós-Checkout" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Desenvolvido por" @@ -6335,6 +6438,11 @@ msgstr "Desenvolvido por" msgid "Pre Checkout message" msgstr "Mensagem de pré-checkout" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Evite sobrevenda compartilhando estoque entre vários tipos de ingresso." @@ -6408,7 +6516,7 @@ msgstr "Imprimir ingressos" msgid "Print to PDF" msgstr "Imprimir para PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Política de Privacidade" @@ -6424,7 +6532,7 @@ msgstr "Processando pedido" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Perfil" msgid "Profile updated successfully" msgstr "Perfil atualizado com sucesso" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Código promocional {promo_code} aplicado" @@ -6555,10 +6663,16 @@ msgstr "E-mails promocionais podem resultar em suspensão da conta" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." -msgstr "Forneça contexto adicional ou instruções para esta pergunta. Use este campo para adicionar termos e condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder." +" and conditions, guidelines, or any important information that attendees need to know before answering." +msgstr "" + +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "Forneça contexto adicional ou instruções para esta pergunta. Use este campo para adicionar termos e condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Publicar" @@ -6567,8 +6681,8 @@ msgid "Publish Event" msgstr "Publicar Evento" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Comprado" @@ -6635,7 +6749,7 @@ msgstr "Taxa" msgid "Rate limit exceeded. Please try again later." msgstr "Limite de taxa excedido. Por favor, tente novamente mais tarde." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Reoferecer vaga" @@ -6647,6 +6761,7 @@ msgstr "Pronto para atualizar? Isso leva apenas alguns minutos." msgid "Real-Time Analytics" msgstr "Análises em Tempo Real" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6725,6 +6840,7 @@ msgstr "Reembolso falhou" msgid "Refund order" msgstr "Pedido de reembolso" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Reembolsar pedido {0}" @@ -6749,6 +6865,7 @@ msgstr "Status do reembolso" msgid "Refunded" msgstr "Reembolsado" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Reembolsado: {0}" @@ -6766,6 +6883,10 @@ msgstr "Configurações regionais" msgid "Register" msgstr "Registro" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6775,13 +6896,14 @@ msgstr "Perguntas de registro" msgid "Remaining Uses" msgstr "Usos restantes" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "remover" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Remover" @@ -6914,7 +7036,7 @@ msgstr "Resumo de Receita" msgid "Revoke invitation" msgstr "Revogar convite" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6929,10 +7051,12 @@ msgstr "Função" msgid "Sale End Date" msgstr "Data de término da venda" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Venda encerrada {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Venda termina {0}" @@ -6955,6 +7079,7 @@ msgstr "Período de venda, limites de pedido, visibilidade" msgid "Sale Start Date" msgstr "Data de início da venda" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Venda começa {0}" @@ -7008,7 +7133,7 @@ msgstr "São Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7021,8 +7146,8 @@ msgstr "Salvar" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Salvar alterações" @@ -7103,7 +7228,7 @@ msgstr "Pesquisar por título do evento ou organizador..." msgid "Search by job name or exception..." msgstr "Pesquisar por nome do trabalho ou exceção..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Pesquisar por nome ou e-mail..." @@ -7163,6 +7288,7 @@ msgstr "Cor do texto secundário" msgid "Secure Checkout" msgstr "Checkout Seguro" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7478,7 +7604,7 @@ msgid "Setup & Design" msgstr "Configuração e design" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7507,6 +7633,7 @@ msgstr "Compartilhar página do organizador" msgid "Shared Capacity Management" msgstr "Gestão de capacidade compartilhada" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Mostrar todas as plataformas ({0} com valores)" @@ -7527,8 +7654,7 @@ msgstr "Mostrar caixa de seleção de opt-in de marketing" msgid "Show marketing opt-in checkbox by default" msgstr "Mostrar caixa de seleção de opt-in de marketing por padrão" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Mostrar mais" @@ -7540,6 +7666,7 @@ msgstr "Mostrar mais plataformas" msgid "Show tax and fees separately" msgstr "Mostrar impostos e taxas separadamente" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Mostrando {0} de {totalRows} registros" @@ -7605,13 +7732,18 @@ msgid "Sold out" msgstr "Esgotado" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Esgotado" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Lista de espera de esgotados" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Lista de espera de esgotados" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7637,7 +7769,7 @@ msgstr "Algo deu errado! Por favor, tente novamente" msgid "Something went wrong." msgstr "Algo deu errado." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Algo deu errado. Por favor, tente novamente mais tarde." @@ -7654,7 +7786,7 @@ msgstr "Algo deu errado. Tente novamente." msgid "Sorry for the inconvenience." msgstr "Desculpe o inconveniente." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Desculpe, este código promocional não é reconhecido" @@ -7719,7 +7851,7 @@ msgstr "As estatísticas são baseadas na data de criação da conta" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7802,11 +7934,13 @@ msgstr "Subtotal" msgid "Success" msgstr "Sucesso" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Sucesso! {0} receberá um e-mail em breve." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "Participante com sucesso {0}" @@ -7840,7 +7974,7 @@ msgstr "Pergunta criada com sucesso" msgid "Successfully Duplicated Product" msgstr "Produto duplicado com sucesso" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Vaga oferecida com sucesso" @@ -7852,7 +7986,7 @@ msgstr "Ingressos oferecidos com sucesso a {count} pessoas" msgid "Successfully offered tickets to 1 person" msgstr "Ingressos oferecidos com sucesso a 1 pessoa" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Removido da lista de espera com sucesso" @@ -7922,8 +8056,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Configurações de taxa da plataforma atualizadas com sucesso" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Produto atualizado com sucesso" +#~ msgid "Successfully updated product" +#~ msgstr "Produto atualizado com sucesso" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7959,6 +8097,7 @@ msgstr "Suíte 100" msgid "Summary" msgstr "Resumo" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8101,7 +8240,7 @@ msgstr "Modelo excluído com sucesso" msgid "Template saved successfully" msgstr "Modelo salvo com sucesso" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Termos de serviço" @@ -8118,8 +8257,8 @@ msgstr "Obrigado por participar!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Obrigado pelo seu apoio enquanto continuamos a crescer e melhorar o Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Esse código promocional é inválido" @@ -8192,9 +8331,15 @@ msgstr "O link em que você clicou é inválido." msgid "The locale of the customer" msgstr "O idioma do cliente" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "O número máximo de produtos para {0} é {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "O número máximo de produtos para {0} é {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8252,11 +8397,11 @@ msgstr "Teatro" msgid "Theme & Colors" msgstr "Tema e cores" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Não há produtos disponíveis para este evento" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Não há produtos disponíveis nesta categoria" @@ -8332,11 +8477,11 @@ msgstr "Este código será usado para rastrear vendas. Apenas são permitidas le msgid "This color combination may be hard to read for some users" msgstr "Esta combinação de cores pode ser difícil de ler para alguns usuários" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Este evento terminou" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Este evento ainda não foi publicado" @@ -8412,7 +8557,11 @@ msgstr "Este pedido foi abandonado. Você pode iniciar um novo pedido a qualquer msgid "This order was cancelled. You can start a new order anytime." msgstr "Este pedido foi cancelado. Você pode iniciar um novo pedido a qualquer momento." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Este perfil de organizador ainda não foi publicado" @@ -8582,7 +8731,7 @@ msgstr "Ingressos" msgid "Tickets & Products" msgstr "Ingressos e produtos" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Ingressos disponíveis" @@ -8594,6 +8743,7 @@ msgstr "Ingressos para" msgid "Tickets Sold" msgstr "Ingressos Vendidos" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Nível {0}" @@ -8815,7 +8965,7 @@ msgstr "Não foi possível retirar o participante" msgid "Unable to create product. Please check the your details" msgstr "Não foi possível criar o produto. Por favor, verifique seus detalhes" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Não foi possível criar o produto. Por favor, verifique seus detalhes" @@ -8831,7 +8981,7 @@ msgstr "Não foi possível duplicar o produto. Por favor, verifique seus dados" msgid "Unable to fetch attendee" msgstr "Não foi possível buscar participante" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Não foi possível entrar na lista de espera" @@ -8879,7 +9029,7 @@ msgstr "Participante desconhecido" msgid "Unlimited" msgstr "Ilimitado" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Ilimitados disponíveis" @@ -8911,6 +9061,7 @@ msgstr "Próximos" msgid "Upcoming Events" msgstr "Próximos eventos" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Atualizar {0}" @@ -8988,15 +9139,15 @@ msgstr "Scanner USB/HID" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Use <0>templates Liquid para personalizar seus emails" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Use uma versão desfocada da imagem da capa como plano de fundo" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Usar imagem de capa" +#~ msgid "Use cover image" +#~ msgstr "Usar imagem de capa" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9225,7 +9376,7 @@ msgstr "Ver página do evento" msgid "View logs" msgstr "Ver logs" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Ver mapa" @@ -9233,7 +9384,7 @@ msgstr "Ver mapa" msgid "View Message" msgstr "Ver mensagem" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Exibir no Google Maps" @@ -9293,9 +9444,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Aguardando" @@ -9306,7 +9457,7 @@ msgstr "Aguardando pagamento" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Lista de espera" @@ -9330,6 +9481,7 @@ msgstr "Não conseguimos excluir a categoria. Por favor, tente novamente." msgid "We couldn't find any orders associated with this email address." msgstr "Não encontramos pedidos associados a este endereço de e-mail." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "Não encontramos nenhum ingresso correspondente a {0}" @@ -9380,8 +9532,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "Não conseguimos validar seu número de IVA após várias tentativas. Continuaremos tentando em segundo plano. Por favor, volte mais tarde." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "Notificaremos você por e-mail se uma vaga ficar disponível para {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "Notificaremos você por e-mail se uma vaga ficar disponível para {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9453,14 +9609,18 @@ msgstr "Bem-vindo a bordo! Faça login para continuar." msgid "Welcome back" msgstr "Bem-vindo de volta" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Bem-vindo de volta{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Bem-vindo ao {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Bem-vindo ao {0}, aqui está uma lista de todos os seus eventos" @@ -9529,9 +9689,16 @@ msgstr "Quando um produto é excluído" msgid "When a product is updated" msgstr "Quando um produto é atualizado" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Quando um produto esgota, os clientes podem entrar em uma lista de espera para serem notificados quando vagas ficarem disponíveis." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Quando um produto esgota, os clientes podem entrar em uma lista de espera para serem notificados quando vagas ficarem disponíveis." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9631,7 +9798,7 @@ msgstr "Trabalho" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9676,14 +9843,19 @@ msgstr "Sim, remova-os" msgid "You already scanned this ticket" msgstr "Você já escaneou este ingresso" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Você está alterando seu e-mail para <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "Você está personificando <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Você está emitindo um reembolso parcial. O cliente será reembolsado em {0} {1}." @@ -9754,7 +9926,7 @@ msgstr "Você adicionou taxas e impostos a um produto gratuito. Deseja removê-l msgid "You must acknowledge that this email is not promotional" msgstr "Você deve estar ciente de que este e-mail não é promocional" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Você deve concordar em receber mensagens" @@ -9810,11 +9982,12 @@ msgstr "Você precisará de pelo menos um produto para começar. Grátis, pago o msgid "You're all set! Your payments are being processed smoothly." msgstr "Está tudo pronto! Seus pagamentos estão sendo processados sem problemas." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "Você vai participar de {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Você está na lista de espera!" @@ -9862,6 +10035,7 @@ msgstr "Seus detalhes" msgid "Your Email" msgstr "Seu e-mail" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "Sua solicitação de alteração de e-mail para <0>{0} está pendente. Verifique seu e-mail para confirmar" diff --git a/frontend/src/locales/pt.js b/frontend/src/locales/pt.js index 752dd2814..271437212 100644 --- a/frontend/src/locales/pt.js +++ b/frontend/src/locales/pt.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Não há nada para mostrar ainda'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>registrado com sucesso\"],\"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\"],\" registrado\"],\"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\":\"⚡️ Configure seu evento\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Personalize a página do seu evento\",\"3VPPdS\":\"💳 Conecte-se com Stripe\",\"cjdktw\":\"🚀 Defina seu evento ao vivo\",\"rmelwV\":\"0 minutos e 0 segundos\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"Rua Principal 123\",\"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\":\"Aplicar código promocional\",\"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\":\"Tem certeza de que deseja tornar este evento público? Isso tornará o evento visível ao público\",\"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\":\"Notas do participante\",\"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\":\"Califórnia\",\"iStTQt\":\"A permissão da câmera foi negada. <0>Solicite permissão novamente ou, se isso não funcionar, você precisará <1>conceder a esta página acesso à sua câmera nas configurações do navegador.\",\"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\":\"Não é possível fazer 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\":\"Fazer 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\":\"Fazer 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\":\"Conecte sua conta Stripe para começar a receber pagamentos.\",\"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\":\"Continuar a configuração\",\"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\":\"Personalize a página do seu evento para combinar com sua marca e estilo.\",\"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\":\"Doação / Produto com valor voluntário\",\"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 não está disponível neste dispositivo\",\"UNMVei\":\"Esqueceu sua senha?\",\"2POOFK\":\"Livre\",\"P/OAYJ\":\"Produto Gratuito\",\"vAbVy9\":\"Produto gratuito, sem necessidade de informações de pagamento\",\"nLC6tu\":\"francês\",\"Weq9zb\":\"Geral\",\"DDcvSo\":\"alemão\",\"4GLxhy\":\"Começando\",\"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\":\"Ocultar página de primeiros passos\",\"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\":\"Oculte a página de primeiros passos da barra lateral\",\"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\":\"Múltiplas opções de preço. Perfeito para produtos antecipados, 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\":\"Nenhum participante foi adicionado a este pedido.\",\"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\":\"Nenhum produto associado a este participante.\",\"Ya1JhR\":\"Nenhum produto disponível nesta categoria.\",\"FTfObB\":\"Nenhum Produto Ainda\",\"+Y976X\":\"Nenhum código promocional para mostrar\",\"MAavyl\":\"Nenhuma pergunta foi respondida por este participante.\",\"SnlQeq\":\"Nenhuma pergunta foi feita para este pedido.\",\"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\":\"Quando estiver pronto, coloque seu evento ao vivo e comece a vender produtos.\",\"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\":\"Notas do pedido\",\"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\":\"Produto Pago\",\"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\":\"Distribuído 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\":\"Tipo de Preço\",\"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 adicional ou instruções para esta pergunta. Use este campo para adicionar termos e 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\":\"São 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\":\"Pesquise por nome, número do pedido, número do participante ou e-mail...\",\"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\":\"Selecione Câmera\",\"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\":\"Fixar um preço mínimo e permitir que os utilizadores paguem mais se assim o desejarem\",\"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\":\"Configure seu evento\",\"A8iqfq\":\"Defina seu evento ao vivo\",\"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\":\"Produto padrão com preço fixo\",\"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\":\"Suíte 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\":\"Estes detalhes só serão mostrados se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\",\"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\":\"Este é um produto geral, como uma camiseta ou uma caneca. Nenhum ingresso será emitido\",\"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\":\"Este produto é um ingresso. Os compradores receberão um ingresso ao comprar\",\"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\":\"Produto em Camadas\",\"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\":\"DICA\",\"MHrjPM\":\"Title\",\"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\":\"Visualizar\",\"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\":\"Visibilidade\",\"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\":\"Você já escaneou este ingresso\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" já fez check-in\"],\"S4PqS9\":[[\"0\"],\" webhooks ativos\"],\"6MIiOI\":[[\"0\"],\" restante\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"/HkCs4\":[[\"0\"],\" bilhetes\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponíveis\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de bilhetes\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Adicionar ingressos\",\"M2DyLc\":\"1 webhook ativo\",\"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\",\"cGtUz6\":\"1 semana antes do evento\",\"HR/cvw\":\"Rua Exemplo 123\",\"kMU5aM\":\"Um aviso de cancelamento foi enviado para\",\"V53XzQ\":\"Um novo código de verificação foi enviado para o seu email\",\"/z/bH1\":\"Uma breve descrição do seu organizador que será exibida aos seus usuários.\",\"aS0jtz\":\"Abandonado\",\"uyJsf6\":\"Sobre\",\"WTk/ke\":\"Sobre o Stripe Connect\",\"JvuLls\":\"Absorver taxa\",\"lk74+I\":\"Absorver taxa\",\"1uJlG9\":\"Cor de Destaque\",\"K5+3xg\":\"Aceitar convite\",\"VTfZPy\":\"Acesso negado\",\"iN5Cz3\":\"Conta já conectada!\",\"YP4JuP\":\"Configuração da conta atualizada com sucesso\",\"vOuxvL\":\"Informações da Conta\",\"EHNORh\":\"Conta não encontrada\",\"bPwFdf\":\"Contas\",\"nMtNd+\":\"Ação necessária: Reconecte sua conta Stripe\",\"AhwTa1\":\"Ação Necessária: Informações de IVA Necessárias\",\"APyAR/\":\"Eventos ativos\",\"UWWRyd\":\"Adicione perguntas personalizadas para coletar informações adicionais durante o checkout\",\"a5KFZU\":\"Adicione detalhes do evento e gerencie as configurações do evento.\",\"Fb+SDI\":\"Adicionar mais ingressos\",\"7JF9w9\":\"Adicionar pergunta\",\"6PNlRV\":\"Adicione este evento ao seu calendário\",\"BGD9Yt\":\"Adicionar ingressos\",\"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.\",\"bVjDs9\":\"Taxas adicionais\",\"0Zypnp\":\"Painel de Administração\",\"YAV57v\":\"Afiliado\",\"I+utEq\":\"O código de afiliado não pode ser alterado\",\"/jHBj5\":\"Afiliado criado com sucesso\",\"uCFbG2\":\"Afiliado eliminado com sucesso\",\"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.\",\"7rLTkE\":\"Todos os eventos arquivados\",\"gKq1fa\":\"Todos os participantes\",\"pMLul+\":\"Todas as moedas\",\"qlaZuT\":\"Tudo pronto! Agora está a usar o nosso sistema de pagamentos melhorado.\",\"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\",\"Sxm1lO\":\"Todos os estados\",\"dr7CWq\":\"Todos os próximos eventos\",\"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.\",\"F3mW5G\":\"Permitir que os clientes se juntem a uma lista de espera quando este produto estiver esgotado\",\"QUg5y1\":\"Quase lá! Termine de conectar sua conta Stripe para começar a aceitar pagamentos.\",\"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\"],\"\"],\"/H326L\":\"Já reembolsado\",\"RtxQTF\":\"Também cancelar este pedido\",\"jkNgQR\":\"Também reembolsar este pedido\",\"xYqsHg\":\"Sempre disponível\",\"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.\",\"eusccx\":\"Uma mensagem opcional para exibir no produto destacado, por exemplo \\\"A vender rapidamente 🔥\\\" ou \\\"Melhor valor\\\"\",\"QNrkms\":\"Resposta atualizada com sucesso.\",\"Znwxal\":\"Configuração de Taxas de Aplicação\",\"261RBr\":\"Aprovar mensagem\",\"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.\",\"vPeW/6\":\"Tem certeza de que deseja excluir esta configuração? Isso pode afetar as contas que a utilizam.\",\"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.\",\"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\"],\"?\"],\"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.\",\"QGoXh3\":\"Como a sua empresa está sediada na UE, precisamos determinar o tratamento correto de IVA para as nossas taxas de plataforma:\",\"tMeVa/\":\"Solicitar nome e email para cada ingresso comprado\",\"/JdZIP\":\"Configuração Atribuída\",\"xdiER7\":\"Nível atribuído\",\"F2rX0R\":\"Pelo menos um tipo de evento deve ser selecionado\",\"BCmibk\":\"Tentativas\",\"6PecK3\":\"Presença e taxas de registo em todos os eventos\",\"AJ4rvK\":\"Participante cancelado\",\"qvylEK\":\"Participante criado\",\"Aspq3b\":\"Coleta de dados dos participantes\",\"fpb0rX\":\"Dados do participante copiados do pedido\",\"0R3Y+9\":\"E-mail do participante\",\"94aQMU\":\"Informações do participante\",\"KkrBiR\":\"Recolha de informações do participante\",\"av+gjP\":\"Nome do 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\",\"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\",\"OpCtfq\":\"A oferta automática está ativada. Os bilhetes são oferecidos automaticamente quando a capacidade fica disponível. Use isto para oferecer lugares adicionais manualmente.\",\"V7Tejz\":\"Processar lista de espera automaticamente\",\"PZ7FTW\":\"Detetado automaticamente com base na cor de fundo, mas pode ser substituído\",\"8Etqrl\":\"Oferecer bilhetes automaticamente à próxima pessoa quando houver capacidade disponível\",\"csDS2L\":\"Disponível\",\"clF06r\":\"Disponível para reembolso\",\"NB5+UG\":\"Tokens disponíveis\",\"EmYMHc\":\"Aguardando pagamento offline\",\"kNmmvE\":\"Awesome Events Lda.\",\"TeSaQO\":\"Voltar para Contas\",\"kYqM1A\":\"Voltar ao evento\",\"s5QRF3\":\"Voltar às mensagens\",\"td/bh+\":\"Voltar aos Relatórios\",\"jIPNJG\":\"Informações básicas\",\"WOpH7O\":\"Experiência de checkout elegante em qualquer dispositivo\",\"iMdwTb\":\"Antes que seu evento possa ser publicado, há algumas coisas que você precisa fazer. Conclua todas as etapas abaixo para começar.\",\"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.\",\"9N+p+g\":\"Negócios\",\"7ns+do\":\"Endereço Comercial\",\"LeC29u\":\"Endereço comercial para fins de IVA\",\"RReHTu\":\"Nome Comercial\",\"bv6RXK\":\"Rótulo do botão\",\"ChDLlO\":\"Texto do botão\",\"BUe8Wj\":\"O comprador paga\",\"qF1qbA\":\"Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento.\",\"DFqasq\":[\"Ao continuar, concorda com os <0>Termos de Serviço de \",[\"0\"],\"\"],\"lFdbRS\":\"Ignorar taxas de aplicação\",\"2VLZwd\":\"Botão de chamada para ação\",\"PUpvQe\":\"Scanner de câmera\",\"D02dD9\":\"Campanha\",\"H4nE+E\":\"Cancelar todos os produtos e devolvê-los ao conjunto disponível\",\"tOXAdc\":\"Cancelar irá cancelar todos os participantes associados a este pedido e devolver os bilhetes ao conjunto disponível.\",\"IrUqjC\":\"Não é Possível Fazer Check-In (Cancelado)\",\"01sEfm\":\"Não é possível excluir a configuração padrão do sistema\",\"VsM1HH\":\"Atribuições de capacidade\",\"K7tIrx\":\"Categoria\",\"2tbLdK\":\"Caridade\",\"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.\",\"udRwQs\":\"Check-in criado\",\"F4SRy3\":\"Check-in excluído\",\"9gPPUY\":\"Lista de Check-In Criada!\",\"f2vU9t\":\"Listas de Registo\",\"tMNBEF\":\"As listas de check-in permitem controlar a entrada por dias, áreas ou tipos de bilhete. Pode partilhar uma ligação segura com a equipa — não é necessária conta.\",\"SHJwyq\":\"Taxa de registo\",\"qCqdg6\":\"Estado do Check-In\",\"cKj6OE\":\"Resumo de Registo\",\"7B5M35\":\"Check-Ins\",\"DM4gBB\":\"Chinês (Tradicional)\",\"pkk46Q\":\"Escolha um organizador\",\"Crr3pG\":\"Escolher calendário\",\"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.\",\"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\",\"7D9MJz\":\"Concluir configuração do Stripe\",\"OqEV/G\":\"Complete a configuração abaixo para continuar\",\"nqx+6h\":\"Complete estas etapas para começar a vender ingressos para o seu evento.\",\"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\",\"B5fpAA\":\"Configuração atribuída com sucesso\",\"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\",\"Nbd6WT\":\"Configurar definições da lista de espera para este evento\",\"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\",\"o5A0Go\":\"Parabéns por criar um evento!\",\"x3wVFc\":\"Parabéns! O seu evento está agora visível para o público.\",\"WNnP3w\":\"Conectar e atualizar\",\"Xe2tSS\":\"Documentação de conexão\",\"1Xxb9f\":\"Conectar processamento de pagamento\",\"nQI4H5\":\"Conecte o Stripe para ativar a edição de modelos de email\",\"LmvZ+E\":\"Conecte o Stripe para ativar mensagens\",\"EWnXR+\":\"Conectar ao Stripe\",\"VioGG1\":\"Conecte sua conta Stripe para aceitar pagamentos de ingressos e produtos.\",\"4qmnU8\":\"Conecte sua conta Stripe para aceitar pagamentos.\",\"E1eze1\":\"Conecte sua conta Stripe para começar a aceitar pagamentos para os seus eventos.\",\"ulV1ju\":\"Conecte sua conta Stripe para começar a aceitar pagamentos.\",\"/3017M\":\"Conectado ao Stripe\",\"jfC/xh\":\"Contato\",\"LOFgda\":[\"Contato \",[\"0\"]],\"41BQ3k\":\"Email de contacto\",\"KcXRN+\":\"E-mail de contato para suporte\",\"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\",\"p2FRHj\":\"Controle como as taxas da plataforma são tratadas para este evento\",\"1JnTgU\":\"Copiado de cima\",\"FxVG/l\":\"Copiado para a área de transferência\",\"PiH3UR\":\"Copiado!\",\"uUPbPg\":\"Copiar link de afiliado\",\"iVm46+\":\"Copiar código\",\"+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\",\"P0rbCt\":\"Imagem de capa\",\"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\",\"zg4oSu\":[\"Criar modelo \",[\"0\"]],\"RKKhnW\":\"Crie um widget personalizado para vender ingressos no seu site.\",\"yIRev4\":\"Criar uma senha\",\"xfKgwv\":\"Criar afiliado\",\"tudG8q\":\"Crie e configure ingressos e mercadorias para venda.\",\"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\",\"Nc3l/D\":\"Crie descontos, códigos de acesso para ingressos ocultos e ofertas especiais.\",\"eWEV9G\":\"Criar nova senha\",\"8AiKIu\":\"Criar ingresso ou produto\",\"agZ87r\":\"Crie ingressos para o seu evento, defina preços e gerencie a quantidade disponível.\",\"/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\",\"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\",\"BMtue0\":\"Processador de pagamentos atual\",\"T+1APV\":\"O número de IVA atual está validado\",\"v2GlhZ\":\"A validação do número de IVA atual falhou\",\"iTvh6I\":\"Atualmente disponível para compra\",\"g7HIC0\":\"Marca Personalizada\",\"Guo0lU\":\"Data e hora personalizadas\",\"mimF6c\":\"Mensagem personalizada após o checkout\",\"O6mra8\":\"Perguntas personalizadas\",\"axv/Mi\":\"Modelo personalizado\",\"QMHSMS\":\"O cliente receberá um email confirmando o reembolso\",\"L/Qc+w\":\"Endereço de e-mail do cliente\",\"wpfWhJ\":\"Primeiro nome do cliente\",\"GIoqtA\":\"Sobrenome do cliente\",\"NihQNk\":\"Clientes\",\"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\",\"pxNIxa\":\"Personalize seu modelo de e-mail usando modelos Liquid\",\"3trPKm\":\"Personalize a aparência da sua página de organizador\",\"/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\",\"pvnfJD\":\"Escuro\",\"nE5o/t\":\"Propriedade dos Dados\",\"lnYE59\":\"Data do evento\",\"gnBreG\":\"Data em que o pedido foi feito\",\"ovBPCi\":\"Padrão\",\"JtI4vj\":\"Recolha predefinida de informações do participante\",\"3R/Tu2\":\"Gestão de taxas padrão\",\"1bZAZA\":\"O modelo padrão será usado\",\"vu7gDm\":\"Eliminar afiliado\",\"KZN4Lc\":\"Eliminar tudo\",\"+jw/c1\":\"Excluir imagem\",\"hdyeZ0\":\"Eliminar trabalho\",\"dPyJ15\":\"Excluir modelo\",\"mxsm1o\":\"Excluir esta pergunta? Isso não pode ser desfeito.\",\"snMaH4\":\"Excluir webhook\",\"vYgeDk\":\"Desselecionar tudo\",\"NvuEhl\":\"Elementos de Design\",\"H8kMHT\":\"Não recebeu o código?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Dispensar esta mensagem\",\"BREO0S\":\"Exibe uma caixa de seleção permitindo que os clientes optem por receber comunicações de marketing deste organizador de eventos.\",\"TvY/XA\":\"Documentação\",\"Kdpf90\":\"Não se esqueça!\",\"352VU2\":\"Não tem uma conta? <0>Registe-se\",\"AXXqG+\":\"Donativo\",\"DPfwMq\":\"Concluído\",\"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, 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\",\"KRmTkx\":\"Duplicar produto\",\"KIjvtr\":\"Holandês\",\"22xieU\":\"ex. 180 (3 horas)\",\"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.\",\"LTzmgK\":[\"Editar modelo \",[\"0\"]],\"v4+lcZ\":\"Editar afiliado\",\"2iZEz7\":\"Editar resposta\",\"tPtRwl\":\"Editar Taxas de Aplicação\",\"t2bbp8\":\"Editar participante\",\"etaWtB\":\"Editar detalhes do participante\",\"+guao5\":\"Editar Configuração\",\"vRWOrM\":\"Editar detalhes do pedido\",\"3yNuBV\":\"Editar Configurações de IVA\",\"fW5sSv\":\"Editar webhook\",\"nP7CdQ\":\"Editar Webhook\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educação\",\"iiWXDL\":\"Falhas de elegibilidade\",\"zPiC+q\":\"Listas de Check-In Elegíveis\",\"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\",\"L86zy2\":\"Email verificado com sucesso!\",\"FSN4TS\":\"Widget incorporado\",\"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\",\"48Y16Q\":\"Hora de fim (opcional)\",\"7YZofi\":\"Digite um assunto e corpo para ver a visualização\",\"3bR1r4\":\"Introduza o email do afiliado (opcional)\",\"ARkzso\":\"Introduza o nome do afiliado\",\"y1BZw1\":\"Introduza o endereço comercial\",\"3GfR6a\":\"Introduza o nome comercial\",\"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\",\"1tAGuY\":\"Introduza o número de IVA incluindo o código do país\",\"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)\",\"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\",\"AKbElk\":\"Empresas registadas para IVA na UE: Aplica-se o mecanismo de autoliquidação (0% - Artigo 196 da Diretiva IVA 2006/112/CE)\",\"WgD6rb\":\"Categoria do evento\",\"b46pt5\":\"Imagem de capa do evento\",\"1Hzev4\":\"Modelo personalizado do evento\",\"imgKgl\":\"Descrição do evento\",\"kJDmsI\":\"Detalhes do evento\",\"m/N7Zq\":\"Endereço Completo do Evento\",\"Nl1ZtM\":\"Local do evento\",\"t3AMTs\":\"Plataforma de Gestão de Eventos\",\"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\",\"Gh9Oqb\":\"Nome do organizador do evento\",\"mImacG\":\"Página do Evento\",\"JyD0LH\":\"Configurações do evento\",\"cOePZk\":\"Hora do evento\",\"e8WNln\":\"Fuso horário do evento\",\"GeqWgj\":\"Fuso Horário do Evento\",\"XVLu2v\":\"Título do evento\",\"OfmsI9\":\"Evento muito recente\",\"YDVUVl\":\"Tipos de eventos\",\"4K2OjV\":\"Local do Evento\",\"19j6uh\":\"Desempenho de Eventos\",\"PC3/fk\":\"Eventos a Iniciar nas Próximas 24 Horas\",\"fTFfOK\":\"Todo modelo de e-mail deve incluir um botão de chamada para ação que leva à página apropriada\",\"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\",\"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\",\"SIHgVQ\":\"Falha ao cancelar mensagem\",\"cEFg3R\":\"Falha ao criar afiliado\",\"dVgNF1\":\"Falha ao criar configuração\",\"U66oUa\":\"Falha ao criar modelo\",\"aFk48v\":\"Falha ao excluir configuração\",\"Zw6LWb\":\"Falha ao eliminar trabalho\",\"tq0abZ\":\"Falha ao eliminar trabalhos\",\"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\",\"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\",\"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.\",\"o/blc/\":\"Falha ao atualizar configuração da conta\",\"i0QKrm\":\"Falha ao atualizar afiliado\",\"NNc33d\":\"Falha ao atualizar a resposta.\",\"E9jY+o\":\"Falha ao atualizar participante\",\"uQynyf\":\"Falha ao atualizar configuração\",\"EhlbcI\":\"Falha ao atualizar nível de mensagens\",\"rpGMzC\":\"Falha ao atualizar pedido\",\"Eeo/Gy\":\"Falha ao atualizar configuração\",\"kqA9lY\":\"Falha ao atualizar configurações de IVA\",\"7/9RFs\":\"Falha ao carregar imagem.\",\"nkNfWu\":\"Falha ao enviar imagem. Por favor, tente novamente.\",\"rxy0tG\":\"Falha ao verificar email\",\"9bHCo2\":\"Moeda da taxa\",\"/sV91a\":\"Gestão de taxas\",\"T4BMxU\":\"As taxas estão sujeitas a alterações. Você será notificado sobre quaisquer mudanças na estrutura de taxas.\",\"LyUWXA\":\"Taxas ignoradas\",\"cf35MA\":\"Festival\",\"pAey+4\":\"O ficheiro é demasiado grande. O tamanho máximo é 5MB.\",\"VejKUM\":\"Preencha primeiro os seus dados acima\",\"8OvVZZ\":\"Filtrar Participantes\",\"mvrlBO\":\"Filtrar por evento\",\"8BwQeU\":\"Terminar configuração\",\"hg80P7\":\"Terminar configuração do Stripe\",\"1vBhpG\":\"Primeiro participante\",\"4pwejF\":\"O primeiro nome é obrigatório\",\"6bBh3/\":\"Taxa Fixa\",\"5mpF6N\":[\"Valor da taxa fixa em \",[\"currencyCode\"]],\"zWqUyJ\":\"Taxa fixa cobrada por transação\",\"LWL3Bs\":\"A taxa fixa deve ser 0 ou maior\",\"YXhom6\":\"Taxa fixa:\",\"KgxI80\":\"Bilhetagem flexível\",\"lWxAUo\":\"Comida e bebida\",\"nFm+5u\":\"Texto do Rodapé\",\"MY2SVM\":\"Reembolso total\",\"T02gNN\":\"Admissão Geral\",\"3ep0Gx\":\"Informações gerais sobre seu organizador\",\"ziAjHi\":\"Gerar\",\"exy8uo\":\"Gerar código\",\"4CETZY\":\"Obter direções\",\"+4zM7f\":\"Receba imediatamente via Stripe Connect\",\"ZDIydz\":\"Começar\",\"u6FPxT\":\"Obter Bilhetes\",\"8KDgYV\":\"Prepare seu evento\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Ir para a página do evento\",\"gHSuV/\":\"Ir para a página inicial\",\"6nDzTl\":\"Boa legibilidade\",\"aGWZUr\":\"Receita bruta\",\"n8IUs7\":\"Receita Bruta\",\"LIYoRQ\":\"Gestão de convidados\",\"kTSQej\":[\"Olá \",[\"0\"],\", gerencie sua plataforma daqui.\"],\"dORAcs\":\"Aqui estão todos os ingressos associados ao seu endereço de e-mail.\",\"g+2103\":\"Aqui está o seu link de afiliado\",\"QlwJ9d\":\"Aqui está o que esperar:\",\"/iE8xx\":\"Taxa Hi.Events\",\"zppscQ\":\"Taxas da plataforma Hi.Events e discriminação do IVA por transação\",\"D+zLDD\":\"Oculto\",\"DRErHC\":\"Oculto para participantes - visível apenas para organizadores\",\"P+5Pbo\":\"Ocultar respostas\",\"FmogyU\":\"Ocultar Opções\",\"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.\",\"sy9anN\":\"Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo.\",\"AVpmAa\":\"Como pagar offline\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Húngaro\",\"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\",\"PYVWEI\":\"Se registado, forneça o seu número de IVA para validação\",\"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.\",\"M8M6fs\":\"Importante: Reconexão Stripe necessária\",\"jT142F\":[\"Em \",[\"diffHours\"],\" horas\"],\"OoSyqO\":[\"Em \",[\"diffMinutes\"],\" minutos\"],\"cljs3a\":\"Indique se está registado para IVA na UE\",\"F1Xp97\":\"Participantes individuais\",\"85e6zs\":\"Inserir token Liquid\",\"38KFY0\":\"Inserir variável\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Pagamentos Instantâneos\",\"nbfdhU\":\"Integrações\",\"JHB/Ky\":\"Inválido\",\"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\",\"Mokwac\":\"Convide membros ilimitados da equipa com funções personalizadas\",\"aH6ZIb\":\"Convide sua equipe\",\"IuMGvq\":\"Fatura\",\"y0meFR\":\"O IVA irlandês de 23% será aplicado às taxas da plataforma (fornecimento doméstico).\",\"1ZKm04\":\"Esta conta está registada para IVA na UE?\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"item(ns)\",\"BzfzPK\":\"Itens\",\"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\",\"lZwV6X\":[\"Juntar-se à lista de espera para \",[\"0\"]],\"2gMuHR\":\"Inscrito\",\"hTJ4fB\":\"Basta clicar no botão abaixo para reconectar sua conta Stripe.\",\"MxjCqk\":\"Apenas procurando seus ingressos?\",\"lB2hSG\":[\"Mantenha-me atualizado sobre notícias e eventos de \",[\"0\"]],\"DruLRc\":\"Últimos 14 dias\",\"ve9JTU\":\"O apelido é obrigatório\",\"h0Q9Iw\":\"Última resposta\",\"gw3Ur5\":\"Última ativação\",\"QIn0Vl\":\"Nome comercial legal para fins de IVA\",\"1njn7W\":\"Claro\",\"1qY5Ue\":\"Link expirado ou inválido\",\"psosdY\":\"Link para detalhes do pedido\",\"6JzK4N\":\"Link para o ingresso\",\"shkJ3U\":\"Conecte sua conta Stripe para receber fundos das vendas de ingressos.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links permitidos\",\"dF6vP6\":\"Ao vivo\",\"fpMs2Z\":\"AO VIVO\",\"D9zTjx\":\"Eventos ao Vivo\",\"WdmJIX\":\"Carregando pré-visualização...\",\"IoDI2o\":\"Carregando tokens...\",\"NFxlHW\":\"Carregando webhooks\",\"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\",\"4wUIjX\":\"Torne seu evento ao vivo\",\"2FzaR1\":\"Gerencie seu processamento de pagamentos e visualize as taxas da plataforma\",\"2L3vle\":\"Máx. mensagens / 24h\",\"Qp4HWD\":\"Máx. destinatários / mensagem\",\"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\",\"H9HlDe\":\"minutos\",\"gqnyh0\":\"Otimizado para Dispositivos Móveis\",\"olKKwj\":\"Scanner móvel com suporte offline e rastreamento em tempo real\",\"JbIgPz\":\"Os valores monetários são totais aproximados em todas as moedas\",\"qvF+MT\":\"Monitorar e gerir trabalhos de fundo falhados\",\"w36OkR\":\"Eventos mais vistos (Últimos 14 dias)\",\"GfaxEk\":\"Música\",\"oVGCGh\":\"Meus Ingressos\",\"8/brI5\":\"O nome é obrigatório\",\"sFFArG\":\"O nome deve ter menos de 255 caracteres\",\"sCV5Yc\":\"Nome do evento\",\"xxU3NX\":\"Receita Líquida\",\"ArHT/C\":\"Novos registos\",\"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\",\"Dwf4dR\":\"Ainda não há perguntas para participantes\",\"/UC6qk\":\"Nenhum dado de atribuição encontrado\",\"amMkpL\":\"Sem capacidade\",\"99ntUF\":\"Nenhuma lista de check-in disponível para este evento.\",\"+dAKxg\":\"Nenhuma configuração encontrada\",\"eb47T5\":\"Nenhum dado encontrado para os filtros selecionados. Tente ajustar o período ou a moeda.\",\"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\",\"54GxeB\":\"Sem impacto nas suas transações atuais ou passadas\",\"EpvBAp\":\"Sem fatura\",\"XZkeaI\":\"Nenhum registro encontrado\",\"nrSs2u\":\"Nenhuma mensagem encontrada\",\"OVFwlg\":\"Ainda não há perguntas de pedido\",\"EJ7bVz\":\"Nenhum pedido encontrado\",\"NEmyqy\":\"Nenhum pedido ainda\",\"wUv5xQ\":\"Sem atividade de organizador nos últimos 14 dias\",\"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\",\"kY7XDn\":\"Nenhum produto tem entradas na lista de espera\",\"wYiAtV\":\"Sem registos de contas recentes\",\"UW90md\":\"Nenhum destinatário encontrado\",\"QoAi8D\":\"Sem resposta\",\"EK/G11\":\"Ainda sem respostas\",\"3sRuiW\":\"Nenhum ingresso encontrado\",\"yM5c0q\":\"Nenhum evento futuro\",\"qpC74J\":\"Nenhum utilizador encontrado\",\"41dJPO\":\"Nenhuma configuração de IVA definida\",\"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\",\"HVwIsd\":\"Empresas ou particulares não registados para IVA: Aplica-se IVA irlandês de 23%\",\"x5+Lcz\":\"Não Registado\",\"8n10sz\":\"Não Elegível\",\"BwJKBw\":\"de\",\"9h7RDh\":\"Oferecer\",\"EfK2O6\":\"Oferecer lugar\",\"3sVRey\":\"Oferecer bilhetes\",\"2O7Ybb\":\"Tempo limite da oferta\",\"1jUg5D\":\"Oferecido\",\"l+/HS6\":[\"As ofertas expiram após \",[\"timeoutHours\"],\" horas.\"],\"lQgMLn\":\"Nome do escritório ou local\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Pagamento offline\",\"nO3VbP\":[\"Em promoção \",[\"0\"]],\"2r6bAy\":\"Depois de completar a atualização, sua conta antiga será usada apenas para reembolsos.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Evento online\",\"bU7oUm\":\"Enviar apenas para pedidos com esses status\",\"M2w1ni\":\"Apenas visível com código promocional\",\"N141o/\":\"Abrir painel do Stripe\",\"HXMJxH\":\"Texto opcional para avisos legais, informações de contacto ou notas de agradecimento (apenas uma linha)\",\"L565X2\":\"opções\",\"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\",\"0UZTSq\":\"Moeda do Pedido\",\"HdmwrI\":\"E-mail do pedido\",\"bwBlJv\":\"Primeiro nome 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\",\"Pc729f\":\"Pedido Aguardando Pagamento Offline\",\"F4NXOl\":\"Sobrenome do pedido\",\"RQCXz6\":\"Limites de Pedido\",\"SO9AEF\":\"Limites de pedido definidos\",\"5RDEEn\":\"Idioma do Pedido\",\"vu6Arl\":\"Pedido marcado como pago\",\"sLbJQz\":\"Pedido não encontrado\",\"kvYpYu\":\"Pedido não encontrado\",\"i8VBuv\":\"Número do pedido\",\"FaPYw+\":\"Proprietário do pedido\",\"eB5vce\":\"Proprietários de pedidos com um produto específico\",\"CxLoxM\":\"Proprietários de pedidos com produtos\",\"DoH3fD\":\"Pagamento do Pedido Pendente\",\"UkHo4c\":\"Ref. pedido\",\"EZy55F\":\"Pedido reembolsado\",\"6eSHqs\":\"Status dos pedidos\",\"oW5877\":\"Total do pedido\",\"e7eZuA\":\"Pedido atualizado\",\"1SQRYo\":\"Pedido atualizado com sucesso\",\"KndP6g\":\"URL do pedido\",\"3NT0Ck\":\"O pedido foi cancelado\",\"sd5IMt\":\"Encomendas concluídas\",\"5It1cQ\":\"Pedidos exportados\",\"UQ0ACV\":\"Total de encomendas\",\"B/EBQv\":\"Encomendas:\",\"qtGTNu\":\"Contas orgânicas\",\"ucgZ0o\":\"Organização\",\"S3CZ5M\":\"Painel do organizador\",\"Uu0hZq\":\"Email do organizador\",\"Gy7BA3\":\"Endereço de email do organizador\",\"SQqJd8\":\"Organizador não encontrado\",\"wpj63n\":\"Configurações do organizador\",\"coIKFu\":\"As estatísticas do organizador não estão disponíveis para a moeda selecionada ou ocorreu um erro.\",\"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\",\"/IX/7x\":\"Outro\",\"RsiDDQ\":\"Outras Listas (Bilhete Não Incluído)\",\"qMASRF\":\"Mensagens de saída\",\"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\",\"c+suC6\":\"Contas pagas\",\"QIxRUI\":\"Bilhetes pagos, gratuitos, com preços escalonados e baseados em doações\",\"5F7SYw\":\"Reembolso parcial\",\"fFYotW\":[\"Parcialmente reembolsado: \",[\"0\"]],\"i8day5\":\"Passar taxa para o comprador\",\"k4FLBQ\":\"Passar para o comprador\",\"Ff0Dor\":\"Passado\",\"xTPjSy\":\"Eventos passados\",\"/l/ckQ\":\"Cole a URL\",\"URAE3q\":\"Pausado\",\"4fL/V7\":\"Pagar\",\"OZK07J\":\"Pagar para desbloquear\",\"c2/9VE\":\"Payload\",\"TskrJ8\":\"Pagamento e plano\",\"5cxUwd\":\"Data de pagamento\",\"ENEPLY\":\"Método de pagamento\",\"EyE8E6\":\"Processamento de pagamento\",\"8Lx2X7\":\"Pagamento recebido\",\"vcyz2L\":\"Configurações de pagamento\",\"fx8BTd\":\"Pagamentos não disponíveis\",\"51U9mG\":\"Os pagamentos continuarão a fluir sem interrupção\",\"UkM20g\":\"Revisão pendente\",\"dPYu1F\":\"Por participante\",\"VlXNyK\":\"Por pedido\",\"hauDFf\":\"Por bilhete\",\"mnF83a\":\"Taxa Percentual\",\"2ueYqG\":\"Taxa percentual (0-100%)\",\"K2PPlT\":\"A taxa percentual deve estar entre 0 e 100\",\"MixU2P\":\"A percentagem deve estar entre 0 e 100\",\"MkuVAZ\":\"Percentagem do valor da transação\",\"/Bh+7r\":\"Desempenho\",\"6kPk3+\":\"Informações pessoais\",\"zmwvG2\":\"Telefone\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Mensagem Pós-Checkout\",\"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\",\"+4yRWM\":\"Preço do ingresso\",\"a5jvSX\":\"Níveis de Preço\",\"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\",\"ldVIlB\":\"Produto atualizado\",\"JoKGiJ\":\"Código promocional\",\"k3wH7i\":\"Uso de códigos promocionais e detalhamento de descontos\",\"uEhdRh\":\"Apenas Promoção\",\"dLm8V5\":\"Emails promocionais podem resultar na suspensão da conta\",\"EEYbdt\":\"Publicar\",\"evDBV8\":\"Publicar Evento\",\"dsFmM+\":\"Adquirido\",\"Vw0KCJ\":\"Check-in com Código QR\",\"oWXNE5\":\"Qtd.\",\"k/bJj0\":\"Perguntas reordenadas\",\"b24kPi\":\"Fila\",\"fqDzSu\":\"Taxa\",\"mnUGVC\":\"Limite de taxa excedido. Por favor, tente novamente mais tarde.\",\"t41hVI\":\"Reoferecer lugar\",\"spsZys\":\"Pronto para atualizar? Isto demora apenas alguns minutos.\",\"vt9xUl\":\"Análises em Tempo Real\",\"xzRvs4\":[\"Receber atualizações de produtos do \",[\"0\"],\".\"],\"pLXbi8\":\"Registos de contas 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\",\"Edm6av\":\"Reconectar Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirecionando para o Stripe...\",\"pnoTN5\":\"Contas de referência\",\"ACKu03\":\"Atualizar visualização\",\"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\",\"CQeZT8\":\"Relatório não encontrado\",\"JEPMXN\":\"Solicitar novo link\",\"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é\",\"kCn6wb\":\"A redefinir...\",\"6gRgw8\":\"Tentar novamente\",\"1BG8ga\":\"Tentar tudo novamente\",\"rDC+T6\":\"Tentar trabalho novamente\",\"CbnrWb\":\"Voltar ao evento\",\"Oo/PLb\":\"Resumo de Receita\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Promoção terminou \",[\"0\"]],\"loCKGB\":[\"Promoção termina \",[\"0\"]],\"wlfBad\":\"Período de Promoção\",\"5CDM6r\":\"Período de venda definido\",\"ftzaMf\":\"Período de venda, limites de pedido, visibilidade\",\"zpekWp\":[\"Promoção começa \",[\"0\"]],\"mUv9U4\":\"Vendas\",\"9KnRdL\":\"As vendas estão pausadas\",\"3VnlS9\":\"Vendas, pedidos e métricas de desempenho para todos os eventos\",\"3Q1AWe\":\"Vendas:\",\"B4nE3N\":\"Preço do bilhete de exemplo\",\"8BRPoH\":\"Local Exemplo\",\"DyBPvP\":\"Guardar Configuração\",\"KZrfYJ\":\"Salvar links sociais\",\"9Y3hAT\":\"Salvar modelo\",\"C8ne4X\":\"Guardar Design do Bilhete\",\"6/TNCd\":\"Guardar Definições de IVA\",\"I+FvbD\":\"Digitalizar\",\"QS1Nla\":\"Agendar para mais tarde\",\"NAzVVw\":\"Agendar mensagem\",\"4ba0NE\":\"Agendado\",\"qcP/8K\":\"Hora agendada\",\"ftNXma\":\"Pesquisar afiliados...\",\"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...\",\"VT+urE\":\"Pesquisar por nome ou e-mail...\",\"GHdjuo\":\"Pesquisar por nome, e-mail ou conta...\",\"20ce0U\":\"Pesquisar por ID do pedido, nome do cliente ou email...\",\"4DSz7Z\":\"Pesquisar por assunto, evento ou conta...\",\"BWF1kC\":\"Pesquisar mensagens...\",\"Mck5ht\":\"Checkout Seguro\",\"p7xUrt\":\"Selecione uma categoria\",\"3IcxS1\":\"Selecione uma configuração\",\"e4L7bF\":\"Selecione uma mensagem para ver o seu conteúdo\",\"zPRPMf\":\"Selecionar um nível\",\"BFRSTT\":\"Selecionar Conta\",\"mCB6Je\":\"Selecionar tudo\",\"a6+167\":\"Selecionar um evento\",\"kYZSFD\":\"Selecione um organizador para ver seu painel e eventos.\",\"CFbaPk\":\"Selecione o grupo de participantes\",\"hJmVtD\":\"Selecione o país\",\"tVW/yo\":\"Selecionar moeda\",\"n9ZhRa\":\"Selecione data e hora de término\",\"gTN6Ws\":\"Selecionar hora de fim\",\"0U6E9W\":\"Selecionar categoria do evento\",\"j9cPeF\":\"Selecionar tipos de eventos\",\"1nhy8G\":\"Selecionar tipo de scanner\",\"KizCK7\":\"Selecione data e hora de início\",\"dJZTv2\":\"Selecionar hora de início\",\"3hJUtr\":\"Selecione o país onde o IVA está registado\",\"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\",\"5Ds0vl\":\"Selecione qual configuração de taxas se aplica a esta conta. As taxas fixas são convertidas para a moeda do pedido no checkout.\",\"ylXj1N\":\"Selecionado\",\"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\",\"QEQlnV\":\"Envie a sua primeira mensagem\",\"IoAuJG\":\"A enviar...\",\"h69WC6\":\"Enviado\",\"BVu2Hz\":\"Enviado por\",\"SPdzrs\":\"Enviado aos clientes quando fazem um pedido\",\"LxSN5F\":\"Enviado a cada participante com os detalhes do seu ingresso\",\"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.\",\"s0FkEx\":\"Configure listas de check-in para diferentes entradas, sessões ou dias.\",\"xMO+Ao\":\"Configure a sua organização\",\"C3htzi\":\"Configuração atualizada\",\"Ohn74G\":\"Configuração e design\",\"GG7qDw\":\"Partilhar link de afiliado\",\"hL7sDJ\":\"Compartilhar página do organizador\",\"jy6QDF\":\"Gestão de capacidade compartilhada\",\"cMW+gm\":[\"Mostrar todas as plataformas (\",[\"0\"],\" com valores)\"],\"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\",\"t1LIQW\":[\"A mostrar \",[\"0\"],\" de \",[\"totalRows\"],\" registos\"],\"jVRHeq\":\"Registado\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Links sociais\",\"j/TOB3\":\"Links sociais e site\",\"s9KGXU\":\"Vendido\",\"5qOnWX\":\"Lista de espera de esgotados\",\"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.\",\"H6Gslz\":\"Desculpe o inconveniente.\",\"wdxz7K\":\"Fonte\",\"7JFNej\":\"Desporto\",\"JcQp9p\":\"Data e hora de início\",\"0m/ekX\":\"Data e hora de início\",\"izRfYP\":\"A data de início é obrigatória\",\"2R1+Rv\":\"Hora de início do evento\",\"2NbyY/\":\"Estatísticas\",\"GVUxAX\":\"As estatísticas são baseadas na data de criação da conta\",\"DRykfS\":\"Ainda a processar reembolsos para as suas transações mais antigas.\",\"wuV0bK\":\"Parar Personificação\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe ligado\",\"aKtF0O\":\"Stripe não conectado\",\"9i0++A\":\"ID de pagamento Stripe\",\"/QlTE4\":\"A configuração do Stripe já está completa.\",\"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\",\"0Dk/l8\":\"Configurações de SEO atualizadas com sucesso\",\"S8Tua9\":\"Definições atualizadas com sucesso\",\"MhOoLQ\":\"Links sociais atualizados 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\",\"UaISq3\":\"Sueco\",\"JZTQI0\":\"Trocar organizador\",\"9YHrNC\":\"Padrão do Sistema\",\"XX32BM\":\"Demora apenas alguns minutos\",\"yT6dQ8\":\"Impostos cobrados agrupados por tipo de imposto e evento\",\"Ye321X\":\"Nome do Imposto\",\"WyCBRt\":\"Resumo de Impostos\",\"GkH0Pq\":\"Taxas e impostos aplicados\",\"Rwiyt2\":\"Impostos configurados\",\"iQZff7\":\"Impostos, Taxas, Visibilidade, Período de Venda, Destaque do Produto e Limites de Pedido\",\"BW6QAz\":\"Gestão de 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.\",\"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!\",\"lhAWqI\":\"Obrigado pelo seu apoio enquanto continuamos a crescer e melhorar o Hi.Events!\",\"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.\",\"MJm4Tq\":\"A moeda do pedido\",\"cDHM1d\":\"O endereço de e-mail foi alterado. O participante receberá um novo bilhete no endereço de e-mail atualizado.\",\"I/NNtI\":\"O local do evento\",\"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.\",\"EBzPwC\":\"O endereço completo do evento\",\"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.\",\"5OmEal\":\"O idioma do cliente\",\"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.\",\"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\",\"z0KrIG\":\"A hora agendada é obrigatória\",\"EWErQh\":\"A hora agendada deve ser no futuro\",\"DEcpfp\":\"O corpo do modelo contém sintaxe Liquid inválida. Por favor, corrija-a e tente novamente.\",\"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\",\"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.\",\"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\",\"RzEvf5\":\"Este evento terminou\",\"YClrdK\":\"Este evento ainda não foi publicado\",\"dFJnia\":\"Este é o nome do seu organizador que será exibido aos seus usuários.\",\"L7dIM7\":\"Este link é inválido ou expirou.\",\"MR5ygV\":\"Este link já não é válido\",\"9LEqK0\":\"Este nome é visível aos utilizadores finais\",\"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\",\"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.\",\"0Ew0uk\":\"Este bilhete acabou de ser digitalizado. Aguarde antes de digitalizar novamente.\",\"kvpxIU\":\"Isso será usado para notificações e comunicação com seus usuários.\",\"rhsath\":\"Isto não será visível para os clientes, mas ajuda-o a identificar o afiliado.\",\"Mr5UUd\":\"Bilhete Cancelado\",\"0GSPnc\":\"Design do Bilhete\",\"EZC/Cu\":\"Design do bilhete guardado com sucesso\",\"bbslmb\":\"Designer de ingressos\",\"1BPctx\":\"Bilhete para\",\"bgqf+K\":\"E-mail do portador do ingresso\",\"oR7zL3\":\"Nome do portador do ingresso\",\"HGuXjF\":\"Portadores de ingressos\",\"CMUt3Y\":\"Titulares de bilhetes\",\"awHmAT\":\"ID do bilhete\",\"6czJik\":\"Logotipo do Bilhete\",\"OkRZ4Z\":\"Nome do ingresso\",\"t79rDv\":\"Bilhete não encontrado\",\"6tmWch\":\"Ingresso ou produto\",\"1tfWrD\":\"Pré-visualização do bilhete para\",\"KnjoUA\":\"Preço do bilhete\",\"tGCY6d\":\"Preço do ingresso\",\"pGZOcL\":\"Bilhete reenviado com sucesso\",\"8jLPgH\":\"Tipo de Bilhete\",\"X26cQf\":\"URL do ingresso\",\"8qsbZ5\":\"Bilheteria e vendas\",\"zNECqg\":\"bilhetes\",\"6GQNLE\":\"Bilhetes\",\"NRhrIB\":\"Ingressos e produtos\",\"EUnesn\":\"Bilhetes disponíveis\",\"AGRilS\":\"Ingressos Vendidos\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"Para\",\"nniGTr\":\"Para editar configurações, aceda à secção Configurações no menu de administração.\",\"tiI71C\":\"Para aumentar os seus limites, contacte-nos em\",\"BZBYf3\":\"Para receber pagamentos com cartão de crédito, você precisa conectar sua conta do Stripe. O Stripe é nosso parceiro de processamento de pagamentos que garante transações seguras e pagamentos pontuais.\",\"W428WC\":\"Alternar colunas\",\"UBSG1X\":\"Melhores organizadores (Últimos 14 dias)\",\"3sZ0xx\":\"Total de Contas\",\"EaAPbv\":\"Valor total pago\",\"SMDzqJ\":\"Total de Participantes\",\"orBECM\":\"Total Cobrado\",\"k5CU8c\":\"Total de entradas\",\"4B7oCp\":\"Taxa total\",\"KSDwd5\":\"Total de pedidos\",\"vb0Q0/\":\"Total de Usuários\",\"oJjplO\":\"Visualizações totais\",\"orluER\":\"Acompanhe o crescimento e desempenho da conta por fonte de atribuição\",\"NHq3l1\":\"Acompanhe vendas, receitas e participação com relatórios detalhados\",\"OpKMSn\":\"Taxa de transação:\",\"uKOFO5\":\"Verdadeiro se pagamento offline\",\"9GsDR2\":\"Verdadeiro se pagamento pendente\",\"ouM5IM\":\"Tentar outro e-mail\",\"3DZvE7\":\"Experimente o Hi.Events gratuitamente\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Desativar som\",\"KUOhTy\":\"Ativar som\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Tipo de ingresso\",\"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\",\"n57zCW\":\"Contas não atribuídas\",\"b9SN9q\":\"Referência única do pedido\",\"Ef7StM\":\"Desconhecido\",\"ZBAScj\":\"Participante desconhecido\",\"ZkS2p3\":\"Despublicar Evento\",\"X13xGn\":\"Não confiável\",\"Pp1sWX\":\"Atualizar afiliado\",\"KMMOAy\":\"Atualização disponível\",\"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\",\"WBq1/R\":\"Scanner USB já ativo\",\"EV30TR\":\"Modo scanner USB ativado. Comece a digitalizar os bilhetes agora.\",\"fovJi3\":\"Modo scanner USB desativado\",\"hli+ga\":\"Scanner USB/HID\",\"OHJXlK\":\"Use <0>modelos Liquid para personalizar os seus emails\",\"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\",\"rnoQsz\":\"Usado para bordas, destaques e estilo do código QR\",\"BV4L/Q\":\"Análise UTM\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Válido\",\"GuXjc5\":\"Validado\",\"imLQ9Y\":\"A validar o seu número de IVA...\",\"cK9+xQ\":\"País do IVA\",\"sqdl5s\":\"Informações de IVA\",\"UjNWsF\":\"O IVA pode ser aplicado às taxas da plataforma dependendo do seu estado de registo de IVA. Por favor, complete a secção de informações de IVA abaixo.\",\"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\",\"CZomgW\":\"Registado para IVA\",\"PCRCCN\":\"Informações de Registo de IVA\",\"oSDBWm\":\"Configurações 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.\",\"R6n7j9\":\"Configurações de IVA atualizadas com sucesso\",\"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\",\"AdWhjZ\":\"Código de verificação\",\"QDEWii\":\"Verificado\",\"wCKkSr\":\"Verificar email\",\"/IBv6X\":\"Verifique seu e-mail\",\"e/cvV1\":\"A verificar...\",\"fROFIL\":\"Vietnamita\",\"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\",\"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\",\"wPRp9Z\":\"Visível apenas para a equipa de check-in. Ajuda a identificar esta lista durante o check-in.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Em espera\",\"quR8Qp\":\"A aguardar pagamento\",\"u0n+wz\":\"Lista de espera\",\"3RXFtE\":\"Waitlist Enabled\",\"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.\",\"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.\",\"HJKdzP\":\"Ocorreu um problema ao carregar esta página. Por favor, tente novamente.\",\"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\",\"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.\",\"Uo5ddP\":[\"Notificaremos por e-mail se houver um lugar disponível para \",[\"0\"],\".\"],\"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.\",\"zCdObC\":\"Mudámos oficialmente a nossa sede para a Irlanda 🇮🇪. Como parte desta transição, agora usamos o Stripe Irlanda em vez do Stripe Canadá. Para manter os seus pagamentos funcionando sem problemas, precisará reconectar sua conta Stripe.\",\"jh2orE\":\"Mudámos a nossa sede para a Irlanda. Como resultado, precisamos que reconecte a sua conta Stripe. Este processo rápido demora apenas alguns minutos. As suas vendas e dados existentes permanecem completamente inalterados.\",\"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\",\"CThMKa\":\"Logs 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\",\"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\"],\"FaSXqR\":\"Que tipo de evento?\",\"f30uVZ\":\"O que precisa fazer:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Quando um check-in é excluído\",\"Gmd0hv\":\"Quando um novo participante é 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 juntar-se a uma lista de espera para serem notificados quando houver lugares disponíveis.\",\"Q7CWxp\":\"Quando um participante é cancelado\",\"IuUoyV\":\"Quando um participante faz check-in\",\"nBVOd7\":\"Quando um participante é 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.\",\"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.\",\"uchB0M\":\"Pré-visualização do widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Escreva sua mensagem aqui...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"5VGIlq\":\"Atingiu o seu limite de mensagens.\",\"casL1O\":\"Você adicionou taxas e impostos a um produto gratuito. Deseja removê-los?\",\"pCLes8\":\"Deve concordar em receber mensagens\",\"FVTVBy\":\"Você precisa verificar seu e-mail antes de atualizar o status do organizador.\",\"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.\",\"FgRxRP\":\"Você é proprietário de 100% dos dados dos seus participantes, sempre\",\"88cUW+\":\"Você recebe\",\"U3wiCB\":\"Está tudo pronto! Os seus pagamentos estão a ser processados sem problemas.\",\"MNFIxz\":[\"Vai participar em \",[\"0\"],\"!\"],\"qGZz0m\":\"Está na lista de espera!\",\"/5HL6k\":\"Foi-lhe oferecido um lugar!\",\"p/Sa0j\":\"A sua conta tem limites de mensagens. Para aumentar os seus limites, contacte-nos em\",\"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!\",\"R02pnV\":\"Seu evento deve estar ativo antes que você possa vender ingressos para os participantes.\",\"hDNwnf\":\"O seu logotipo, cores e estilo em cada página\",\"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\",\"6heFYY\":\"Sua conta Stripe está conectada e processando pagamentos.\",\"vvO1I2\":\"Sua conta Stripe está conectada e pronta para processar pagamentos.\",\"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\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Buscar produtos\"],\"+23bI/\":[\"Patrício\"],\"+2ZJ7N\":[\"Copiar detalhes para o primeiro participante\"],\"+4yRWM\":[\"Preço do ingresso\"],\"+4zM7f\":[\"Receba imediatamente via Stripe Connect\"],\"+5Mlle\":[\"Por favor, aguarde enquanto preparamos seus pedidos para exportação...\"],\"+8bmSu\":[\"Califórnia\"],\"+CeSxK\":[\"Lista de registro excluída com sucesso\"],\"+FWjhR\":[\"O tempo para concluir seu pedido acabou.\"],\"+G/XiQ\":[\"Ano até agora\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"CEP ou Código Postal\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Pular esta etapa\"],\"+QARA4\":[\"Arte\"],\"+WFMis\":[\"Visualize e descarregue relatórios de todos os seus eventos. Apenas pedidos concluídos são incluídos.\"],\"+Y976X\":[\"Nenhum código promocional para mostrar\"],\"+dAKxg\":[\"Nenhuma configuração encontrada\"],\"+eZ7dp\":[\"Pagamentos offline\"],\"+fA4C7\":[\"Duplicar Opções\"],\"+guao5\":[\"Editar Configuração\"],\"+hBhWk\":[\"A lista de registro expirou\"],\"+jIeoh\":[\"Nenhuma conta encontrada\"],\"+jw/c1\":[\"Excluir imagem\"],\"+pr/FY\":[\"Pesquisar por nome do evento...\"],\"+qqX74\":[\"Atualizar nome, descrição e datas do evento\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"O código é obrigatório\"],\"+zy2Nq\":[\"Tipo\"],\"/2by1f\":[\"Estado ou Região\"],\"/3017M\":[\"Conectado ao Stripe\"],\"/4gGIX\":[\"Copiar para a área de transferência\"],\"/5HL6k\":[\"Foi-lhe oferecido um lugar!\"],\"/5PEQz\":[\"Ver página do evento\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Devolveu\"],\"/Bh+7r\":[\"Desempenho\"],\"/CV2x+\":[\"Tem certeza de que deseja cancelar este participante? Isso anulará o ingresso\"],\"/DNy62\":[\"Não encontramos nenhum ingresso correspondente a \",[\"0\"]],\"/H326L\":[\"Já reembolsado\"],\"/HGmW9\":[\"Crie links rastreáveis para recompensar parceiros que promovem seu evento.\"],\"/HkCs4\":[[\"0\"],\" bilhetes\"],\"/IBv6X\":[\"Verifique seu e-mail\"],\"/IX/7x\":[\"Outro\"],\"/IzmnP\":[\"Por favor, aguarde enquanto preparamos a sua fatura...\"],\"/JdZIP\":[\"Configuração Atribuída\"],\"/Jizh9\":[\"Escolha uma conta\"],\"/PN1DA\":[\"Adicione uma descrição para esta lista de registro\"],\"/QlTE4\":[\"A configuração do Stripe já está completa.\"],\"/RfJXt\":[\"Festival de Música de Verão \",[\"0\"]],\"/Rj5P4\":[\"Seu nome\"],\"/SIY6o\":[\"Palavras-chave SEO\"],\"/SgoNA\":[\"Taxa total\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Fazer check-out\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Nenhum dado de atribuição encontrado\"],\"/bhMdO\":[\"Minha incrível descrição do evento...\"],\"/cSMqv\":[\"Não foi possível criar a pergunta. Por favor verifique os seus dados\"],\"/dgc8E\":[\"Data do Evento\"],\"/gWrVZ\":[\"Receita diária, impostos, taxas e reembolsos em todos os eventos\"],\"/iE8xx\":[\"Taxa Hi.Events\"],\"/jHBj5\":[\"Afiliado criado com sucesso\"],\"/jQctM\":[\"Para\"],\"/jZOZa\":[\"Taxa de serviço\"],\"/l/ckQ\":[\"Cole a URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Tarifas\"],\"/p9Fhq\":[\"Ilimitado disponível\"],\"/roQKz\":[\"Percentagem\"],\"/sV91a\":[\"Gestão de taxas\"],\"/u4DIx\":[\"Produtos Vendidos\"],\"/xC/im\":[\"Configurações de cobrança\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"Uma breve descrição do seu organizador que será exibida aos seus usuários.\"],\"0+iwE5\":[\"Falha ao reordenar perguntas\"],\"0/+Nn9\":[\"As suas mensagens aparecerão aqui\"],\"0/vPdA\":[\"Adicione quaisquer notas sobre o participante. Estas não serão visíveis para o participante.\"],\"0/yJtP\":[\"Enviar mensagem para proprietários de pedidos com produtos específicos\"],\"01WH0a\":[\"Não foi possível confirmar seu pagamento. Tente novamente ou entre em contato com o suporte.\"],\"01sEfm\":[\"Não é possível excluir a configuração padrão do sistema\"],\"02ePaq\":[\"Selecionar \",[\"0\"]],\"06s3w3\":[\"Ocultar produto antes da data de início da venda\"],\"074+X8\":[\"Nenhum webhook ativo\"],\"0Dk/l8\":[\"Configurações de SEO atualizadas com sucesso\"],\"0Ew0uk\":[\"Este bilhete acabou de ser digitalizado. Aguarde antes de digitalizar novamente.\"],\"0GSPnc\":[\"Design do Bilhete\"],\"0GwUT4\":[\"Continuar para o pagamento\"],\"0I0Hac\":[\"Aviso importante\"],\"0R3Y+9\":[\"E-mail do participante\"],\"0RXCDo\":[\"Imposto ou taxa excluídos com sucesso\"],\"0U6E9W\":[\"Selecionar categoria do evento\"],\"0UZTSq\":[\"Moeda do Pedido\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Padrões de eventos\"],\"0Zypnp\":[\"Painel de Administração\"],\"0aVEBY\":[\"Tem certeza que deseja eliminar todos os trabalhos falhados?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Usar detalhes do pedido para todos os participantes. Os nomes e e-mails dos participantes corresponderão às informações do comprador.\"],\"0m/ekX\":[\"Data e hora de início\"],\"0pC/y6\":[\"Evento\"],\"0zpgxV\":[\"Opções\"],\"147G4h\":[\"Tem a certeza de que quer sair?\"],\"15qAvl\":[\"Você não tem nenhuma alteração de e-mail pendente.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Desempenho de Eventos\"],\"1BG8ga\":[\"Tentar tudo novamente\"],\"1BPctx\":[\"Bilhete para\"],\"1DBGsz\":[\"Notas\"],\"1E0vyy\":[\"Não foi possível carregar os dados. Por favor, tente novamente.\"],\"1HfW/F\":[\"Cores\"],\"1Hzev4\":[\"Modelo personalizado do evento\"],\"1J/AWD\":[\"Ver ingresso\"],\"1JnTgU\":[\"Copiado de cima\"],\"1JwlHk\":[\"Categoria de Produto\"],\"1MAvUY\":[\"Gerenciar as configurações de pagamento e faturamento para este evento.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Pedido atualizado com sucesso\"],\"1SbbH8\":[\"Mostrado ao cliente após o checkout, na página de resumo do pedido.\"],\"1USFWA\":[\"Produto excluído com sucesso\"],\"1UzENP\":[\"Não\"],\"1WnhCL\":[\"Configurações de check-out\"],\"1Xxb9f\":[\"Conectar processamento de pagamento\"],\"1YMS+X\":[\"A criar o seu evento, por favor aguarde\"],\"1Ycaad\":[\"Produto atualizado com sucesso\"],\"1ZKm04\":[\"Esta conta está registada para IVA na UE?\"],\"1ZaQUH\":[\"Sobrenome\"],\"1bZAZA\":[\"O modelo padrão será usado\"],\"1d6kks\":[\"+Taxas/Impostos\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Pedidos\"],\"1jRD0v\":[\"Enviar mensagens aos participantes com tickets específicos\"],\"1jUg5D\":[\"Oferecido\"],\"1k0Mp4\":[\"Esta lista de registro ainda não está ativa\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Enviar email de notificação de reembolso\"],\"1lRT3t\":[\"Desativar esta capacidade rastreará as vendas, mas não as interromperá quando o limite for atingido\"],\"1m+YT2\":[\"Perguntas obrigatórias devem ser respondidas antes que o cliente possa finalizar a compra.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Selecionar tipo de scanner\"],\"1njn7W\":[\"Claro\"],\"1oPDuj\":[\"Valor de atribuição\"],\"1qY5Ue\":[\"Link expirado ou inválido\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Introduza o número de IVA incluindo o código do país\"],\"1tfWrD\":[\"Pré-visualização do bilhete para\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Cor de Destaque\"],\"1vBhpG\":[\"Primeiro participante\"],\"1z26sk\":[\"Convidar membro da equipe\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Baixe relatórios de vendas, participantes e financeiros para todos os pedidos concluídos.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Pesquisar por ID do pedido, nome do cliente ou email...\"],\"22BOve\":[\"Participante atualizado com sucesso\"],\"22Itl6\":[\"Envie-me uma cópia\"],\"22xieU\":[\"ex. 180 (3 horas)\"],\"237hSL\":[\"Terminou\"],\"24l4x6\":[\"Adicionar Produto\"],\"25QDJ1\":[\"- Clique para publicar\"],\"261RBr\":[\"Aprovar mensagem\"],\"26pGvx\":[\"Tem um código promocional?\"],\"29w7p6\":[\"Enviando imagem...\"],\"2E2O5H\":[\"Personalize as diversas configurações deste evento\"],\"2FzaR1\":[\"Gerencie seu processamento de pagamentos e visualize as taxas da plataforma\"],\"2KAI4N\":[\"Exportar CSV\"],\"2L3vle\":[\"Máx. mensagens / 24h\"],\"2LMsOq\":[\"Últimos 12 meses\"],\"2NLjA6\":[\"A imagem de capa será exibida no topo da página do organizador\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Estatísticas\"],\"2O7Ybb\":[\"Tempo limite da oferta\"],\"2POOFK\":[\"Livre\"],\"2R1+Rv\":[\"Hora de início do evento\"],\"2RZK9x\":[\"Não conseguimos encontrar o pedido que procura. O link pode ter expirado ou os detalhes do pedido podem ter sido alterados.\"],\"2VLZwd\":[\"Botão de chamada para ação\"],\"2X4ecw\":[\"Webhook excluído com sucesso\"],\"2bR+8v\":[\"Total de vendas brutas\"],\"2cUopP\":[\"Por favor, reinicie o processo de compra.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Inscrito\"],\"2hGPQG\":[\"Exemplos: \\\"Tamanho da camiseta\\\", \\\"Preferência de refeição\\\", \\\"Cargo\\\"\"],\"2iZEz7\":[\"Editar resposta\"],\"2q/Q7x\":[\"Visibilidade\"],\"2r6bAy\":[\"Depois de completar a atualização, sua conta antiga será usada apenas para reembolsos.\"],\"2rHwhl\":[\"Aguardando pagamento offline\"],\"2tbLdK\":[\"Caridade\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Taxa percentual (0-100%)\"],\"31KB8w\":[\"Todos os trabalhos falhados eliminados\"],\"352VU2\":[\"Não tem uma conta? <0>Registe-se\"],\"38KFY0\":[\"Inserir variável\"],\"3DZvE7\":[\"Experimente o Hi.Events gratuitamente\"],\"3ENYTQ\":[\"Sua solicitação de e-mail para <0>\",[\"0\"],\" está pendente. Por favor, verifique seu e-mail para confirmar\"],\"3EXqwa\":[\"Categoria Criada com Sucesso\"],\"3F1nBX\":[\"Doação / Produto com valor voluntário\"],\"3GfR6a\":[\"Introduza o nome comercial\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de bilhetes\"],\"3IcxS1\":[\"Selecione uma configuração\"],\"3Kzsk7\":[\"Este produto é um ingresso. Os compradores receberão um ingresso ao comprar\"],\"3LtiBI\":[\"Desconto em \",[\"0\"]],\"3NT0Ck\":[\"O pedido foi cancelado\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Vendas:\"],\"3R/Tu2\":[\"Gestão de taxas padrão\"],\"3RQ81z\":[\"Cada pessoa receberá um e-mail com um lugar reservado para concluir a sua compra.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Conecte-se com Stripe\"],\"3VnlS9\":[\"Vendas, pedidos e métricas de desempenho para todos os eventos\"],\"3Z223G\":[\"Erro ao confirmar o endereço de e-mail\"],\"3ZI8IL\":[\"Você deve concordar com os termos e condições\"],\"3bR1r4\":[\"Introduza o email do afiliado (opcional)\"],\"3buiaw\":[\"Relatório de taxas da plataforma\"],\"3cKoxx\":[\"Configurações\"],\"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.\"],\"3ep0Gx\":[\"Informações gerais sobre seu organizador\"],\"3hJUtr\":[\"Selecione o país onde o IVA está registado\"],\"3oSV95\":[\"Selecione o Nível do Produto\"],\"3ogkAk\":[\"Duplicar evento\"],\"3pykXZ\":[\"Aceitar transferências bancárias, cheques ou outros métodos de pagamento offline\"],\"3sRuiW\":[\"Nenhum ingresso encontrado\"],\"3sVRey\":[\"Oferecer bilhetes\"],\"3sZ0xx\":[\"Total de Contas\"],\"3suLF0\":[\"Atribuição de Capacidade atualizada com sucesso\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Personalize a aparência da sua página de organizador\"],\"3wF4Q/\":[\"Aguardando pagamento\"],\"3wV73y\":[\"Cidade\"],\"3y+V4p\":[\"Endereço da organização\"],\"3yNuBV\":[\"Editar Configurações de IVA\"],\"3yiej1\":[\"por exemplo. 23,5 para 23,5%\"],\"3zRbWw\":[\"Pesquise por nome, e-mail ou número do pedido...\"],\"4+am6b\":[\"Não, manter-me aqui\"],\"4/If97\":[\"Falha na atualização do status do evento. Por favor, tente novamente mais tarde\"],\"4/kP5a\":[\"Se uma nova aba não abriu automaticamente, clique no botão abaixo para continuar para o pagamento.\"],\"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.\"],\"40Gx0U\":[\"Fuso horário\"],\"41BQ3k\":[\"Email de contacto\"],\"41dJPO\":[\"Nenhuma configuração de IVA definida\"],\"45Srzt\":[\"Não conseguimos excluir a categoria. Por favor, tente novamente.\"],\"48Y16Q\":[\"Hora de fim (opcional)\"],\"48rf3i\":[\"A mensagem não pode exceder 5000 caracteres\"],\"4B7oCp\":[\"Taxa total\"],\"4CETZY\":[\"Obter direções\"],\"4D3rRj\":[\"Voltar ao perfil\"],\"4DSz7Z\":[\"Pesquisar por assunto, evento ou conta...\"],\"4GLxhy\":[\"Começando\"],\"4GhX3c\":[\"Nenhum Webhook\"],\"4H80qv\":[\"Pedido atualizado com sucesso\"],\"4HVzhV\":[\"Participantes:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Evento não disponível\"],\"4K2OjV\":[\"Local do Evento\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Tem a certeza de que deseja publicar este perfil de organizador? Uma vez publicado, será visível ao público.\"],\"4WT5tD\":[\"🎨 Personalize a página do seu evento\"],\"4Y2FZT\":[\"Tipo de Preço do Produto\"],\"4bUH9i\":[\"Recolher detalhes do participante para cada bilhete adquirido.\"],\"4ba0NE\":[\"Agendado\"],\"4fL/V7\":[\"Pagar\"],\"4kEGqW\":[\"Envie um logo para seu organizador\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Forneça contexto adicional ou instruções para esta pergunta. Use este campo para adicionar termos e condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder.\"],\"4lVaWA\":[\"Aguardando pagamento offline\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"O primeiro nome é obrigatório\"],\"4qmnU8\":[\"Conecte sua conta Stripe para aceitar pagamentos.\"],\"4rnJq4\":[\"Script de incorporação\"],\"4ueloy\":[\"O que é uma Categoria?\"],\"4wUIjX\":[\"Torne seu evento ao vivo\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"Serviço de validação de IVA temporariamente indisponível\"],\"51AsAN\":[\"Verifique sua caixa de entrada! Se houver ingressos associados a este e-mail, você receberá um link para visualizá-los.\"],\"51U9mG\":[\"Os pagamentos continuarão a fluir sem interrupção\"],\"54GxeB\":[\"Sem impacto nas suas transações atuais ou passadas\"],\"54MPqC\":[\"por exemplo, Standard, Premium, Enterprise\"],\"54q0zp\":[\"Ingressos para\"],\"55i7Fa\":[\"Esta mensagem só será mostrada se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\"],\"5670b9\":[\"Falha ao oferecer bilhetes\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"bilhete\"],\"5CDM6r\":[\"Período de venda definido\"],\"5CQ+r0\":[\"Permitir que participantes associados a pedidos não pagos façam check-in\"],\"5CiNPm\":[\"Reenviar bilhete\"],\"5Ds0vl\":[\"Selecione qual configuração de taxas se aplica a esta conta. As taxas fixas são convertidas para a moeda do pedido no checkout.\"],\"5F7SYw\":[\"Reembolso parcial\"],\"5FSIzj\":[\"Observe\"],\"5H3Z78\":[\"Tem certeza de que deseja excluir este webhook?\"],\"5It1cQ\":[\"Pedidos exportados\"],\"5K8REg\":[\"Este pedido já foi reembolsado.\"],\"5LAZwq\":[\"Personificação iniciada\"],\"5LDT6f\":[\"Confira este evento!\"],\"5N4wLD\":[\"Que tipo de pergunta é essa?\"],\"5OmEal\":[\"O idioma do cliente\"],\"5Qmxo/\":[\"Tem a certeza de que deseja despublicar este perfil de organizador? Já não será visível ao público.\"],\"5RDEEn\":[\"Idioma do Pedido\"],\"5ShqeM\":[\"A lista de check-in que você está procurando não existe.\"],\"5T2HxQ\":[\"Data de ativação\"],\"5UbY+B\":[\"Participantes com um ingresso específico\"],\"5VGIlq\":[\"Atingiu o seu limite de mensagens.\"],\"5YrKW7\":[\"Conclua o pagamento para garantir os seus bilhetes.\"],\"5b3QLi\":[\"Seu plano\"],\"5cxUwd\":[\"Data de pagamento\"],\"5lcVkL\":[\"Detalhes da conexão\"],\"5mpF6N\":[\"Valor da taxa fixa em \",[\"currencyCode\"]],\"5n+Wwp\":[\"Organizador atualizado com sucesso\"],\"5qOnWX\":[\"Lista de espera de esgotados\"],\"5slqwZ\":[\"Crie seu evento\"],\"5tT0+u\":[\"Formato de email inválido\"],\"5tl0Bp\":[\"Perguntas de registro\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Ocultar este produto dos clientes\"],\"6/TNCd\":[\"Guardar Definições de IVA\"],\"6/dCYd\":[\"Visão geral\"],\"60u+dQ\":[\"A imagem de capa será exibida no topo da sua página de evento\"],\"621rYf\":[\"Pagamento\"],\"62Ciis\":[\"Fechar barra lateral\"],\"65A04M\":[\"espanhol\"],\"67NsZP\":[\"A criar evento...\"],\"67OJ7t\":[\"Ver pedido\"],\"68Axnm\":[\"Houve um erro ao processar seu pedido. Por favor, tente novamente.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Bilhetes\"],\"6HK5Ct\":[\"Pedidos concluídos\"],\"6IwNUc\":[\"Modelos de e-mail\"],\"6JzK4N\":[\"Link para o ingresso\"],\"6K/IHl\":[\"Aqui está um exemplo de como você pode usar o componente em sua aplicação.\"],\"6K0GjX\":[\"O texto pode ser difícil de ler\"],\"6KnyG0\":[\"Insira o e-mail\"],\"6MIiOI\":[[\"0\"],\" restante\"],\"6PNlRV\":[\"Adicione este evento ao seu calendário\"],\"6PecK3\":[\"Presença e taxas de registo em todos os eventos\"],\"6RmHKN\":[\"Cor primária\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Copiado\"],\"6WdDG7\":[\"Página\"],\"6YtxFj\":[\"Nome\"],\"6Z/F61\":[\"Nenhum dado para mostrar. Por favor, selecione um intervalo de datas\"],\"6a/UJE\":[\"Desculpe, este código promocional não é reconhecido\"],\"6aXq+t\":[\"Assunto:\"],\"6bBh3/\":[\"Taxa Fixa\"],\"6czJik\":[\"Logotipo do Bilhete\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Status dos pedidos\"],\"6euFZ/\":[\"Um \",[\"type\"],\" padrão é automaticamente aplicado a todos os novos produtos. Você pode substituir isso para cada produto.\"],\"6fLyj/\":[\"Se você não solicitou essa alteração, altere imediatamente sua senha.\"],\"6fuA9p\":[\"Evento duplicado com sucesso\"],\"6gRgw8\":[\"Tentar novamente\"],\"6heFYY\":[\"Sua conta Stripe está conectada e processando pagamentos.\"],\"6imsQS\":[\"Chinês simplificado\"],\"6jYQGG\":[\"Nenhum evento passado\"],\"6kPk3+\":[\"Informações pessoais\"],\"6kdXbW\":[\"Crie um código promocional\"],\"6nDzTl\":[\"Boa legibilidade\"],\"6tmWch\":[\"Ingresso ou produto\"],\"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.\"],\"6xCBVN\":[\"Configurações de pagamento e faturamento atualizadas com sucesso\"],\"6zQOg1\":[\"O preço apresentado ao cliente não incluirá impostos e taxas. Eles serão mostrados separadamente\"],\"7+grte\":[\"E-mail de confirmação enviado! Verifique sua caixa de entrada.\"],\"7/9RFs\":[\"Falha ao carregar imagem.\"],\"70dYC8\":[\"Código promocional atualizado com sucesso\"],\"72c5Qo\":[\"Total\"],\"73nxDO\":[\"Configurações diversas atualizadas com sucesso\"],\"73qYgo\":[\"Enviar como teste\"],\"744BMm\":[\"Conclua a sua encomenda para garantir os seus bilhetes. Esta oferta é limitada no tempo, por isso não espere demasiado.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"A sua lista de check-in foi criada com sucesso. Partilhe a ligação abaixo com a sua equipa de check-in.\"],\"7B5M35\":[\"Check-Ins\"],\"7Bj3x9\":[\"Falhado\"],\"7Cx5It\":[\"Madrugador\"],\"7D9MJz\":[\"Concluir configuração do Stripe\"],\"7ER2sc\":[\"Destacado\"],\"7JF9w9\":[\"Adicionar pergunta\"],\"7JFNej\":[\"Desporto\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Ações\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Do utilizador\"],\"7VpPHA\":[\"confirme\"],\"7YJdgG\":[\"Seus pedidos aparecerão aqui assim que começarem a chegar.\"],\"7YZofi\":[\"Digite um assunto e corpo para ver a visualização\"],\"7dSOhU\":[\"Ativar lista de espera\"],\"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.\"],\"7hPBBn\":[\"destinatário\"],\"7kOMfV\":[\"Evento atualizado com sucesso\"],\"7ns+do\":[\"Endereço Comercial\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"Todos os eventos arquivados\"],\"7vhWI8\":[\"Nova Senha\"],\"7wtpH5\":[\"Modelo ativo\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"O nome é obrigatório\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Inserir token Liquid\"],\"876pfE\":[\"Cliente\"],\"87a/t/\":[\"Rótulo\"],\"88cUW+\":[\"Você recebe\"],\"89xaFU\":[\"Defina as configurações padrão de taxa da plataforma para novos eventos criados sob este organizador.\"],\"8AiKIu\":[\"Criar ingresso ou produto\"],\"8BMPMe\":[\"O webhook não enviará notificações\"],\"8BRPoH\":[\"Local Exemplo\"],\"8BwQeU\":[\"Terminar configuração\"],\"8Etqrl\":[\"Oferecer bilhetes automaticamente à próxima pessoa quando houver capacidade disponível\"],\"8F1i42\":[\"página não encontrada\"],\"8KDgYV\":[\"Prepare seu evento\"],\"8KmsFa\":[\"Por favor, selecione um intervalo de datas\"],\"8Lx2X7\":[\"Pagamento recebido\"],\"8OhzyY\":[\"Quando um produto é excluído\"],\"8OvVZZ\":[\"Filtrar Participantes\"],\"8QH2Il\":[\"Esta categoria está oculta da visualização pública\"],\"8YBH95\":[\"Receita\"],\"8ZsakT\":[\"Senha\"],\"8cBtvm\":[\"Cor do texto primário\"],\"8dENF9\":[\"IVA sobre taxa\"],\"8jLPgH\":[\"Tipo de Bilhete\"],\"8k8Njd\":[\"Quantos minutos o cliente tem para concluir o pedido. Recomendamos pelo menos 15 minutos\"],\"8n10sz\":[\"Não Elegível\"],\"8oPbg1\":[\"Habilitar faturamento\"],\"8pQ3NJ\":[\"Nenhum evento a iniciar nas próximas 24 horas\"],\"8q0EdE\":[\"Adicionar Produto à Categoria\"],\"8qsbZ5\":[\"Bilheteria e vendas\"],\"8rE61T\":[\"Endereço de cobrança\"],\"8uOlgz\":[\"Falhou em\"],\"8uqsE5\":[\"Página já não disponível\"],\"8v2LRU\":[\"Configure os detalhes do evento, localização, opções de checkout e notificações por email.\"],\"8vETh9\":[\"Show\"],\"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\"],\"8wUjGl\":[\"Reservado até\"],\"8wgkoi\":[\"Sem eventos vistos nos últimos 14 dias\"],\"8x0pUg\":[\"Tem a certeza de que deseja remover esta entrada da lista de espera?\"],\"8z6Y5D\":[\"Processar reembolso\"],\"8zCZQf\":[\"Nenhum evento ainda\"],\"9+8Vez\":[\"Usos restantes\"],\"9+P7zk\":[\"Não foi possível criar o produto. Por favor, verifique seus detalhes\"],\"9/1YKL\":[\"Insira o apelido\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 dia após a data de término\"],\"94aQMU\":[\"Informações do participante\"],\"96ryID\":[\"Coletar dados por ingresso\"],\"99ntUF\":[\"Nenhuma lista de check-in disponível para este evento.\"],\"9BdS63\":[\"Editar código promocional\"],\"9FQEn8\":[\"Selecione a categoria...\"],\"9GsDR2\":[\"Verdadeiro se pagamento pendente\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"As vendas estão pausadas\"],\"9L9/28\":[\"Quando um produto esgota, os clientes podem juntar-se a uma lista de espera para serem notificados quando houver lugares disponíveis.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Este nome é visível aos utilizadores finais\"],\"9N+p+g\":[\"Negócios\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Participantes\"],\"9TO8nT\":[\"Sua senha\"],\"9Wh+ug\":[\"Afiliados exportados\"],\"9Y3hAT\":[\"Salvar modelo\"],\"9YHrNC\":[\"Padrão do Sistema\"],\"9b5956\":[\"Esta visualização mostra como seu e-mail ficará com dados de exemplo. E-mails reais usarão valores reais.\"],\"9bHCo2\":[\"Moeda da taxa\"],\"9bpUSo\":[\"A exportar afiliados\"],\"9eF5oV\":[\"Bem-vindo de volta\"],\"9gPPUY\":[\"Lista de Check-In Criada!\"],\"9h7RDh\":[\"Oferecer\"],\"9i0++A\":[\"ID de pagamento Stripe\"],\"9jnAcN\":[\"Ver página inicial do organizador\"],\"9mZEgt\":[\"Código promocional criado com sucesso\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Falha ao cancelar participante\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Voltar à página do evento\"],\"A4UmDy\":[\"Teatro\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Defina seu evento ao vivo\"],\"ACKu03\":[\"Atualizar visualização\"],\"AEuj2m\":[\"Página inicial do evento\"],\"AG/qmQ\":[\"Uma opção Rádio tem múltiplas opções, mas apenas uma pode ser selecionada.\"],\"AGRilS\":[\"Ingressos Vendidos\"],\"AGZmwV\":[\"Imagem enviada com sucesso\"],\"AIF7J2\":[\"A moeda em que a taxa fixa é definida. Será convertida para a moeda do pedido no checkout.\"],\"AIUkyF\":[\"Navegue até o participante\"],\"AJ4rvK\":[\"Participante cancelado\"],\"AKbElk\":[\"Empresas registadas para IVA na UE: Aplica-se o mecanismo de autoliquidação (0% - Artigo 196 da Diretiva IVA 2006/112/CE)\"],\"APuxIE\":[\"Confirmação de e-mail reenviada\"],\"APyAR/\":[\"Eventos ativos\"],\"ARBThj\":[\"Aplicar este \",[\"type\"],\" a todos os novos produtos\"],\"ARkzso\":[\"Introduza o nome do afiliado\"],\"ATGYL1\":[\"Endereço de email\"],\"AVpmAa\":[\"Como pagar offline\"],\"AXXqG+\":[\"Donativo\"],\"AaP0M+\":[\"Esta combinação de cores pode ser difícil de ler para alguns utilizadores\"],\"AdWhjZ\":[\"Código de verificação\"],\"AeXO77\":[\"Conta\"],\"AeejQi\":[\"A quais produtos essa capacidade deve se aplicar?\"],\"AfNRFG\":[\"Texto do botão Continuar\"],\"AhBPHd\":[\"Estes detalhes só serão mostrados se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\"],\"AhwTa1\":[\"Ação Necessária: Informações de IVA Necessárias\"],\"Ajavq0\":[\"Verifique seu e-mail para confirmar seu endereço de e-mail\"],\"ApOYO8\":[\"Incrível, evento, palavras-chave...\"],\"ApsD9J\":[\"Adicionar novo\"],\"ArHT/C\":[\"Novos registos\"],\"Arzxc1\":[\"Sem inscrições na lista de espera\"],\"Aspq3b\":[\"Coleta de dados dos participantes\"],\"AtXtSw\":[\"Gerencie impostos e taxas que podem ser aplicados aos seus produtos\"],\"Auz0Mz\":[\"Confirme seu e-mail para acessar todos os recursos.\"],\"B/EBQv\":[\"Encomendas:\"],\"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. \"],\"B2Tpo0\":[\"Email inválido\"],\"B2V3cA\":[\"Compartilhar evento\"],\"B3Mkdt\":[\"Criar pergunta\"],\"B3gPuX\":[\"Pedido cancelado\"],\"B4nE3N\":[\"Preço do bilhete de exemplo\"],\"B5fpAA\":[\"Configuração atribuída com sucesso\"],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"B7w4KY\":[\"Nenhum outro organizador disponível\"],\"BCmibk\":[\"Tentativas\"],\"BDSRuX\":[\"Reembolsado: \",[\"0\"]],\"BFRSTT\":[\"Selecionar Conta\"],\"BGD9Yt\":[\"Adicionar ingressos\"],\"BHZbFy\":[\"Uma única pergunta por pedido. Ex: Qual é o seu endereço de entrega?\"],\"BI7D9d\":[\"Preço não definido\"],\"BJIEiF\":[[\"0\"],\" participante com sucesso\"],\"BJtMTd\":[\"Recomendamos dimensões de 2160px por 1080px e tamanho máximo de arquivo de 5MB\"],\"BLTZ42\":[\"Redefinição de senha com sucesso. Por favor faça login com sua nova senha.\"],\"BM/KQm\":[\"CEP ou Código postal\"],\"BMtue0\":[\"Processador de pagamentos atual\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Crie um novo\"],\"BRArmD\":[\"Você tem acesso a várias contas. Escolha um para continuar.\"],\"BREO0S\":[\"Exibe uma caixa de seleção permitindo que os clientes optem por receber comunicações de marketing deste organizador de eventos.\"],\"BTne9e\":[\"Criar modelos de e-mail personalizados para este evento que substituem os padrões do organizador\"],\"BUe8Wj\":[\"O comprador paga\"],\"BV4L/Q\":[\"Análise UTM\"],\"BVinvJ\":[\"Exemplos: \\\"Como você soube de nós?\\\", \\\"Nome da empresa para fatura\\\"\"],\"BVu2Hz\":[\"Enviado por\"],\"BW6QAz\":[\"Gestão de Equipa\"],\"BWF1kC\":[\"Pesquisar mensagens...\"],\"BZ9GWa\":[\"Os códigos promocionais podem ser usados para oferecer descontos, acesso pré-venda ou fornecer acesso especial ao seu evento.\"],\"BZBYf3\":[\"Para receber pagamentos com cartão de crédito, você precisa conectar sua conta do Stripe. O Stripe é nosso parceiro de processamento de pagamentos que garante transações seguras e pagamentos pontuais.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Visualização do e-mail\"],\"BfucwY\":[\"Gerencie seus usuários e suas permissões\"],\"BiYOdA\":[\"Procura por nome...\"],\"Bj/QGQ\":[\"Fixar um preço mínimo e permitir que os utilizadores paguem mais se assim o desejarem\"],\"Bk06QI\":[\"Stripe ligado\"],\"BnlG9U\":[\"O seu pedido atual será perdido.\"],\"BwJKBw\":[\"de\"],\"BxsfMK\":[\"Taxas totais\"],\"BzEFor\":[\"ou\"],\"BzfzPK\":[\"Itens\"],\"C3htzi\":[\"Configuração atualizada\"],\"C3nD/1\":[\"Digite seu e-mail\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Selecione os produtos\"],\"C4nQe5\":[\"A taxa da plataforma é adicionada ao preço do bilhete. Os compradores pagam mais, mas você recebe o preço total do bilhete.\"],\"C4qOW8\":[\"Escondido da vista do público\"],\"C63rRe\":[\"Por favor, volte para a página do evento para recomeçar.\"],\"C8HNV2\":[\"Concluir pagamento\"],\"C8JLas\":[\"Tipo de desconto\"],\"C8ne4X\":[\"Guardar Design do Bilhete\"],\"CBBcly\":[\"Mostra campos de endereço comuns, incluindo país\"],\"CCjxOC\":[\"Crie seu primeiro evento para começar a vender ingressos e gerenciar participantes.\"],\"CELKku\":[\"Baixar fatura\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Selecione o grupo de participantes\"],\"CHzaTD\":[\"Sem eventos populares nos últimos 14 dias\"],\"CMUt3Y\":[\"Titulares de bilhetes\"],\"CMyVEK\":[\"Tem certeza de que deseja fazer o rascunho deste evento? Isso tornará o evento invisível para o público\"],\"CNafaC\":[\"As opções de caixa de seleção permitem seleções múltiplas\"],\"CNk/ro\":[\"Este é um evento on-line\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"CPXP5Z\":[\"Afiliados\"],\"CQeZT8\":[\"Relatório não encontrado\"],\"CRu4lK\":[\"Registado\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Logs do Webhook\"],\"CUKVDt\":[\"Personalize seus ingressos com um logotipo, cores e mensagem de rodapé personalizados.\"],\"CVw2MU\":[\"Filtros (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Festival de Música de Verão 2025\"],\"CWk59I\":[\"Comédia\"],\"CZomgW\":[\"Registado para IVA\"],\"CabI04\":[\"O número de IVA não deve conter espaços\"],\"CbnrWb\":[\"Voltar ao evento\"],\"CfKofC\":[\"Seleção suspensa\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Texto do botão\"],\"ClwUUD\":[\"Local do evento e detalhes do local\"],\"CmoB9j\":[\"Modo de exibição de preço\"],\"CnZ3Ou\":[\"Os seus bilhetes foram confirmados.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Escolher calendário\"],\"CsTTH0\":[\"Confirmação do pedido reenviada com sucesso\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Proprietários de pedidos com produtos\"],\"CySr+W\":[\"Clique para ver as notas\"],\"D+zLDD\":[\"Oculto\"],\"D02dD9\":[\"Campanha\"],\"D2g7C7\":[\"Todos os trabalhos em fila para nova tentativa\"],\"D2qlBU\":[\"Participante atualizado\"],\"D3iCkb\":[\"Data de início\"],\"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.\"],\"D6+U20\":[\"Fazer check-in e marcar pedido como pago\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Enviar confirmação do pedido e e-mail do ticket\"],\"D9zTjx\":[\"Eventos ao Vivo\"],\"DB8zMK\":[\"Aplicar\"],\"DCKkhU\":[\"Senha atual\"],\"DDcvSo\":[\"alemão\"],\"DEcpfp\":[\"O corpo do modelo contém sintaxe Liquid inválida. Por favor, corrija-a e tente novamente.\"],\"DFqasq\":[\"Ao continuar, concorda com os <0>Termos de Serviço de \",[\"0\"],\"\"],\"DJQEZc\":[\"Produtos ordenados com sucesso\"],\"DKYTWG\":[\"Falha ao tentar novamente os trabalhos\"],\"DKwDdj\":[\"Imprimir ingressos\"],\"DM4gBB\":[\"Chinês (Tradicional)\"],\"DMCX/I\":[\"Configurações padrão de taxa da plataforma atualizadas com sucesso\"],\"DPfwMq\":[\"Concluído\"],\"DRErHC\":[\"Oculto para participantes - visível apenas para organizadores\"],\"DRykfS\":[\"Ainda a processar reembolsos para as suas transações mais antigas.\"],\"DXZRk5\":[\"Suíte 100\"],\"DZjk8u\":[\"Configurações de pagamento e faturamento\"],\"DZlSLn\":[\"Etiqueta do documento\"],\"Da29Y6\":[\"Ocultar esta pergunta\"],\"DdHfeW\":[\"Gerencie os detalhes da sua conta e configurações padrão\"],\"Dim4LO\":[\"Adicionar manualmente um participante\"],\"DjSbj3\":[\"Falha ao reenviar bilhete\"],\"Djl45M\":[\"Você precisará de um produto antes de poder criar uma atribuição de capacidade.\"],\"DnXcDK\":[\"Cor secundária\"],\"DoH3fD\":[\"Pagamento do Pedido Pendente\"],\"DovcfC\":[\"Fale-nos sobre a sua organização. Esta informação será exibida nas páginas dos seus eventos.\"],\"DruLRc\":[\"Últimos 14 dias\"],\"DrwwNd\":[\"Selecione o período de tempo\"],\"Du6bPw\":[\"Endereço\"],\"Dvq0wf\":[\"Por favor, forneça uma imagem.\"],\"DwF9eH\":[\"Código do componente\"],\"Dwf4dR\":[\"Ainda não há perguntas para participantes\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Guardar Configuração\"],\"E/9LUk\":[\"Nome do local\"],\"E0q9qH\":[\"Usos ilimitados permitidos\"],\"E15xs8\":[\"⚡️ Configure seu evento\"],\"E1F5Ji\":[\"Os destinatários ficam disponíveis após o envio da mensagem\"],\"E1eze1\":[\"Conecte sua conta Stripe para começar a aceitar pagamentos para os seus eventos.\"],\"E6nRW7\":[\"Copiar URL\"],\"E9jY+o\":[\"Falha ao atualizar participante\"],\"EBzPwC\":[\"O endereço completo do evento\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Publicar\"],\"EFq6EG\":[\"Por favor, selecione uma imagem.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Conta não encontrada\"],\"EJ7bVz\":[\"Nenhum pedido encontrado\"],\"EJPAcd\":[\"Falha ao reenviar confirmação do pedido\"],\"EK/G11\":[\"Ainda sem respostas\"],\"ELa4O9\":[\"Data de término da venda\"],\"ENCIQz\":[\"Link de cópia\"],\"ENEPLY\":[\"Método de pagamento\"],\"EOqL/A\":[\"Tem a certeza de que pretende oferecer um lugar a esta pessoa? Receberá uma notificação por e-mail.\"],\"ETcU7q\":[\"Falha ao oferecer lugar\"],\"EUnesn\":[\"Bilhetes disponíveis\"],\"EV30TR\":[\"Modo scanner USB ativado. Comece a digitalizar os bilhetes agora.\"],\"EWCLpZ\":[\"Produto criado\"],\"EWErQh\":[\"A hora agendada deve ser no futuro\"],\"EWPtMO\":[\"Código\"],\"EWnXR+\":[\"Conectar ao Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Design do bilhete guardado com sucesso\"],\"EZy55F\":[\"Pedido reembolsado\"],\"EaAPbv\":[\"Valor total pago\"],\"EdQY6l\":[\"Nenhum\"],\"Edm6av\":[\"Reconectar Stripe →\"],\"Eeo/Gy\":[\"Falha ao atualizar configuração\"],\"Ef7StM\":[\"Desconhecido\"],\"EfK2O6\":[\"Oferecer lugar\"],\"Egnj9d\":[\"Você terá que marcar um pedido como pago manualmente. Isso pode ser feito na página de gerenciamento de pedidos.\"],\"Eh5Wrd\":[\"Seu site incrível 🎉\"],\"EhlbcI\":[\"Falha ao atualizar nível de mensagens\"],\"EmFsMZ\":[\"O seu número de IVA está na fila para validação\"],\"EmYMHc\":[\"Aguardando pagamento offline\"],\"Ep3VfY\":[\"Ver no Google Maps\"],\"EpknJA\":[\"Escreva sua mensagem aqui...\"],\"EpvBAp\":[\"Sem fatura\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Mostrar caixa de seleção de opt-in de marketing\"],\"Ev2r9A\":[\"Nenhum resultado\"],\"Ewir4O\":[\"Por favor, selecione pelo menos um produto\"],\"EwoMtl\":[\"Criar categoria\"],\"ExDt3P\":[\"Tem a certeza de que deseja despublicar este evento? Já não será visível ao público.\"],\"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.\"],\"EyE8E6\":[\"Processamento de pagamento\"],\"EzwCw7\":[\"Editar pergunta\"],\"F+pJnL\":[\"Configurações de SEO atualizadas com sucesso\"],\"F1Xp97\":[\"Participantes individuais\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Pelo menos um tipo de evento deve ser selecionado\"],\"F3/nus\":[\"Continuar para pagamento\"],\"F3mW5G\":[\"Permitir que os clientes se juntem a uma lista de espera quando este produto estiver esgotado\"],\"F4NXOl\":[\"Sobrenome do pedido\"],\"F4SRy3\":[\"Check-in excluído\"],\"F5/CBH\":[\"item(ns)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Ativo\"],\"F89D36\":[\"Ocorreu um erro ao marcar o pedido como pago\"],\"FCVmuU\":[\"Ver evento\"],\"FG98gC\":[\"Limpar texto de pesquisa\"],\"FI60XC\":[\"Configurar impostos e taxas\"],\"FImCSc\":[[\"0\"],\" atualizado com sucesso\"],\"FJ9Yat\":[\"Verifique se as informações fornecidas estão corretas\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Não foi possível registrar o participante\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Ativar\"],\"FRl8Jv\":[\"Você precisa verificar o e-mail da sua conta antes de poder enviar mensagens.\"],\"FSN4TS\":[\"Widget incorporado\"],\"FSaY52\":[\"O webhook enviará notificações\"],\"FTfObB\":[\"Nenhum Produto Ainda\"],\"FU1gvP\":[\"Editar Lista de Registro\"],\"FVTVBy\":[\"Você precisa verificar seu e-mail antes de atualizar o status do organizador.\"],\"FVetkT\":[\"Quais ingressos devem ser associados a esta lista de registro?\"],\"FaK/8G\":[\"Reembolsar pedido \",[\"0\"]],\"FaPYw+\":[\"Proprietário do pedido\"],\"FaSXqR\":[\"Que tipo de evento?\"],\"Fb+SDI\":[\"Adicionar mais ingressos\"],\"Ff0Dor\":[\"Passado\"],\"FgRxRP\":[\"Você é proprietário de 100% dos dados dos seus participantes, sempre\"],\"Fi3b48\":[\"Pedidos recentes\"],\"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%.\"],\"FlQKnG\":[\"Incluir impostos e taxas no preço\"],\"FmogyU\":[\"Ocultar Opções\"],\"FpsvqB\":[\"Modo de Cor\"],\"Fq/Nx7\":[\"Enviámos um código de verificação de 5 dígitos para:\"],\"Fuh+dI\":[\"Uma única pergunta por produto. Ex: Qual é o seu tamanho de camiseta?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Copiado para a área de transferência\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Modelo salvo com sucesso\"],\"G0KW+e\":[\"Design da página inicial atualizado com sucesso\"],\"G42SNI\":[\"Reenviar e-mail\"],\"G5RhpL\":[\"Organizador\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Papel\"],\"GG1fRP\":[\"O seu evento está online!\"],\"GG7qDw\":[\"Partilhar link de afiliado\"],\"GHdjuo\":[\"Pesquisar por nome, e-mail ou conta...\"],\"GIoqtA\":[\"Sobrenome do cliente\"],\"GNcfRk\":[\"E-mail de suporte\"],\"GRChTw\":[\"Algo deu errado ao excluir o imposto ou taxa\"],\"GS+Mus\":[\"Exportar\"],\"GTOcxw\":[\"Editar usuário\"],\"GVUxAX\":[\"As estatísticas são baseadas na data de criação da conta\"],\"GVcaW6\":[\"Detalhes da organização\"],\"GX6dZv\":[\"resumo do pedido\"],\"GctSSm\":[\"Aplicar código promocional\"],\"GdOhw6\":[\"Desativar som\"],\"GdWB+V\":[\"Webhook criado com sucesso\"],\"GeqWgj\":[\"Fuso Horário do Evento\"],\"GfWoKv\":[\"Configurações de SEO\"],\"GfaxEk\":[\"Música\"],\"Gh9Oqb\":[\"Nome do organizador do evento\"],\"Gjt/py\":[\"Cancelar alteração de e-mail\"],\"GkH0Pq\":[\"Taxas e impostos aplicados\"],\"Gmd0hv\":[\"Quando um novo participante é criado\"],\"Gnjf3o\":[\"Você não pode mudar o tipo de produto, pois há participantes associados a este produto.\"],\"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.\"],\"GptGxg\":[\"Alterar a senha\"],\"GqvPcv\":[\"Nenhum filtro disponível\"],\"Gspam9\":[\"Estamos processando seu pedido. Por favor, aguarde...\"],\"GuXjc5\":[\"Validado\"],\"Guo0lU\":[\"Data e hora personalizadas\"],\"Gv5AMu\":[\"Participantes da mensagem\"],\"Gy7BA3\":[\"Endereço de email do organizador\"],\"H/UMUG\":[\"Verificação de e-mail necessária\"],\"H34qcM\":[\"A criar organizador...\"],\"H35u3n\":[\"Você deve criar um ticket antes de poder adicionar manualmente um participante.\"],\"H4nE+E\":[\"Cancelar todos os produtos e devolvê-los ao conjunto disponível\"],\"H5qWhm\":[\"Pedido cancelado\"],\"H6Gslz\":[\"Desculpe o inconveniente.\"],\"H6Ma8Z\":[\"Desconto\"],\"H8kMHT\":[\"Não recebeu o código?\"],\"H9HlDe\":[\"minutos\"],\"HB22j9\":[\"Continuar a configuração\"],\"HE6KcK\":[\"Convite revogado!\"],\"HFucK5\":[\"Não há eventos encerrados para mostrar.\"],\"HGuXjF\":[\"Portadores de ingressos\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Ocorreu um problema ao carregar esta página. Por favor, tente novamente.\"],\"HLDaLi\":[\"Os usuários administradores têm acesso total aos eventos e configurações da conta.\"],\"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.\"],\"HR/cvw\":[\"Rua Exemplo 123\"],\"HSw5l3\":[\"Não - Sou um particular ou empresa não registada para IVA\"],\"HT/08n\":[\"Bilhete do Participante\"],\"HVW65c\":[\"Produto Pago\"],\"HVkhy2\":[\"Análise de atribuição\"],\"HVwIsd\":[\"Empresas ou particulares não registados para IVA: Aplica-se IVA irlandês de 23%\"],\"HWXuQK\":[\"Adicione esta página aos favoritos para gerir o seu pedido a qualquer momento.\"],\"HX5SVx\":[\"Item\"],\"HXMJxH\":[\"Texto opcional para avisos legais, informações de contacto ou notas de agradecimento (apenas uma linha)\"],\"HdmwrI\":[\"E-mail do pedido\"],\"HhwcTQ\":[\"Nome do evento\"],\"HiGkFu\":[\"Redirecionando para o Stripe...\"],\"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.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Alteração de e-mail cancelada com sucesso\"],\"HsFnrk\":[\"O número máximo de produtos para \",[\"0\"],\" é \",[\"1\"]],\"HtrFfw\":[\"A URL é obrigatória\"],\"HxxXZO\":[\"A cor principal da marca usada para botões e destaques\"],\"I+FvbD\":[\"Digitalizar\"],\"I+utEq\":[\"O código de afiliado não pode ser alterado\"],\"I/NNtI\":[\"O local do evento\"],\"I3QpvQ\":[\"Destinatário\"],\"I3yitW\":[\"Último Login\"],\"I6F3cp\":[\"E-mail não verificado\"],\"I7xjqg\":[\"Tipo de plano de fundo\"],\"IF7RiR\":[\"Cobrir\"],\"IFHV2p\":[\"Seu ingresso para\"],\"IKwyaF\":[\"Alteração de e-mail confirmada com sucesso\"],\"IMJ6rh\":[\"Redimensionamento automático\"],\"IMwcdR\":[\"Personificação parada\"],\"INDKM9\":[\"Digite o assunto do e-mail...\"],\"IUwGEM\":[\"Salvar alterações\"],\"IV9xTT\":[\"Este usuário não está ativo porque não aceitou o convite.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Introduza o seu número de IVA incluindo o código do país, sem espaços (por exemplo, PT123456789, ES12345678A)\"],\"IfN2Qo\":[\"Recomendamos um logotipo quadrado com dimensões mínimas de 200x200px\"],\"IgcAGN\":[\"Vendas brutas\"],\"IkGIz8\":[\"pago\"],\"IoAuJG\":[\"A enviar...\"],\"IoDI2o\":[\"Carregando tokens...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Não é Possível Fazer Check-In (Cancelado)\"],\"IrVSu+\":[\"Não foi possível duplicar o produto. Por favor, verifique seus dados\"],\"IuMGvq\":[\"Fatura\"],\"IuUoyV\":[\"Quando um participante faz check-in\"],\"IvxA4G\":[\"Bilhetes oferecidos com sucesso a \",[\"count\"],\" pessoas\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Não há pedidos para mostrar\"],\"J3RJSZ\":[\"Participante atualizado com sucesso\"],\"J3lhKT\":[\"Taxa da plataforma\"],\"J6n7sl\":[\"Em andamento\"],\"JEPMXN\":[\"Solicitar novo link\"],\"JEdsvQ\":[\"Instruções de pagamento\"],\"JHB/Ky\":[\"Inválido\"],\"JJhRbH\":[\"Capacidade do primeiro dia\"],\"JKfSAv\":[\"Falha na exportação. Por favor, tente novamente.\"],\"JNCzPW\":[\"País\"],\"JQNMrj\":[\"Crie o seu primeiro evento\"],\"JRQitQ\":[\"Confirmar nova senha\"],\"JZTQI0\":[\"Trocar organizador\"],\"JbIgPz\":[\"Os valores monetários são totais aproximados em todas as moedas\"],\"JcQp9p\":[\"Data e hora de início\"],\"JcejNJ\":[\"A processar pedido\"],\"JhtZAK\":[\"Pagamento falhou\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Escolha uma cor para o seu plano de fundo\"],\"Jjw03p\":[\"Falha ao exportar participantes\"],\"JlFcis\":[\"Enviar\"],\"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.\"],\"JnuPvH\":[\"Imprimir Bilhete\"],\"JoKGiJ\":[\"Código promocional\"],\"JpohL9\":[\"Imposto\"],\"JtI4vj\":[\"Recolha predefinida de informações do participante\"],\"Jv22kr\":[[\"0\"],\" <0>registrado com sucesso\"],\"JvUngl\":[\"Data e hora\"],\"JvuLls\":[\"Absorver taxa\"],\"JwTmB6\":[\"Produto duplicado com sucesso\"],\"Jwiilf\":[\"Seu pedido foi cancelado\"],\"JyD0LH\":[\"Configurações do evento\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"O logotipo será exibido no bilhete\"],\"K2PPlT\":[\"A taxa percentual deve estar entre 0 e 100\"],\"K47k8R\":[\"Produto\"],\"K5+3xg\":[\"Aceitar convite\"],\"K6fmBI\":[\"Esta lista de registro ainda não está ativa e não está disponível para registros.\"],\"K7tIrx\":[\"Categoria\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Personalize a página do seu evento\"],\"KIjvtr\":[\"Holandês\"],\"KMMOAy\":[\"Atualização disponível\"],\"KMgp2+\":[[\"0\"],\" disponível\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Nenhuma mensagem para mostrar\"],\"KR0679\":[\"Convidar membros da equipe\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Duplicar produto\"],\"KSDwd5\":[\"Total de pedidos\"],\"KSQ8An\":[\"Seu pedido\"],\"KTxc6k\":[\"Algo deu errado, tente novamente ou entre em contato com o suporte se o problema persistir\"],\"KUOhTy\":[\"Ativar som\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Caixa de texto com várias linhas\"],\"KZN4Lc\":[\"Eliminar tudo\"],\"KZrfYJ\":[\"Salvar links sociais\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"E-mail de contato para suporte\"],\"Kdpf90\":[\"Não se esqueça!\"],\"KeCXJu\":[\"Veja detalhes de pedidos, emita reembolsos e reenvie confirmações.\"],\"KfmPRW\":[\"A cor de fundo da página. Ao usar imagem de capa, esta é aplicada como uma sobreposição.\"],\"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.\"],\"KgxI80\":[\"Bilhetagem flexível\"],\"KizCK7\":[\"Selecione data e hora de início\"],\"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.\"],\"KkrBiR\":[\"Recolha de informações do participante\"],\"KmWyx0\":[\"Trabalho\"],\"KnN1Tu\":[\"Expira\"],\"KndP6g\":[\"URL do pedido\"],\"KnjoUA\":[\"Preço do bilhete\"],\"Kz91g/\":[\"Turco\"],\"L/+xOk\":[\"Você precisará de um ingresso antes de poder criar uma lista de registro.\"],\"L/Qc+w\":[\"Endereço de e-mail do cliente\"],\"L/gNNk\":[\"Atualizar \",[\"0\"]],\"L0pJmz\":[\"Defina o número inicial para a numeração das faturas. Isso não poderá ser alterado depois que as faturas forem geradas.\"],\"L22Tdf\":[\"Pesquise por nome, número do pedido, número do participante ou e-mail...\"],\"L565X2\":[\"opções\"],\"L7dIM7\":[\"Este link é inválido ou expirou.\"],\"L86zy2\":[\"Email verificado com sucesso!\"],\"LAW8Vb\":[\"Escolha a configuração padrão para novos eventos. Isso pode ser substituído para eventos individuais.\"],\"LBLOqH\":[\"Pergunte uma vez por pedido\"],\"LETnBR\":[\"Bem-vindo ao \",[\"0\"],\", aqui está uma lista de todos os seus eventos\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Gestão de convidados\"],\"LNWHXb\":[\"Não há eventos arquivados para mostrar.\"],\"LOFgda\":[\"Contato \",[\"0\"]],\"LQrXcu\":[\"Baixar fatura\"],\"LRbt6D\":[\"Permitir que mecanismos de pesquisa indexem este evento\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Editar modelo \",[\"0\"]],\"LWL3Bs\":[\"A taxa fixa deve ser 0 ou maior\"],\"Lc18qn\":[\"Quando um novo pedido é criado\"],\"LcET2C\":[\"Política de Privacidade\"],\"LchiNd\":[\"Tem a certeza de que deseja eliminar este afiliado? Esta ação não pode ser anulada.\"],\"LdPKPR\":[\"Falha ao atribuir configuração\"],\"Ldu/RI\":[\"À venda\"],\"LeC29u\":[\"Endereço comercial para fins de IVA\"],\"Lg+ewC\":[\"Pagamento e faturamento\"],\"Lj7sBL\":[\"Italiano\"],\"LkMOWF\":[\"Quantidade Disponível\"],\"LmvZ+E\":[\"Conecte o Stripe para ativar mensagens\"],\"LqBITi\":[\"O modelo do organizador/padrão será usado\"],\"LslKhj\":[\"Erro ao carregar os registros\"],\"Lu+kBU\":[\"Vendas de Produtos\"],\"LuY52w\":[\"Bem vindo a bordo! Por favor faça o login para continuar.\"],\"Lvi+gV\":[\"Comprador de mensagens\"],\"LxSN5F\":[\"Enviado a cada participante com os detalhes do seu ingresso\"],\"LyFC7X\":[\"Filtrar pedidos\"],\"LyUWXA\":[\"Taxas ignoradas\"],\"M/WIer\":[\"Enviar Mensagem\"],\"M1RnFv\":[\"Expirado\"],\"M2DyLc\":[\"1 webhook ativo\"],\"M2w1ni\":[\"Apenas visível com código promocional\"],\"M7Uapz\":[\"O assunto aparecerá aqui\"],\"M8M6fs\":[\"Importante: Reconexão Stripe necessária\"],\"MAavyl\":[\"Nenhuma pergunta foi respondida por este participante.\"],\"MDNyJz\":[\"O código irá expirar em 10 minutos. Verifique a sua pasta de spam se não vir o email.\"],\"MGbi9P\":[\"Reembolso pendente\"],\"MH/lj8\":[\"Não foi possível atualizar a pergunta. Por favor verifique os seus dados\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"A moeda do pedido\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"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.\"],\"MNFIxz\":[\"Vai participar em \",[\"0\"],\"!\"],\"MOERNx\":[\"Português\"],\"MR5ygV\":[\"Este link já não é válido\"],\"MSmKHn\":[\"O preço exibido ao cliente incluirá impostos e taxas.\"],\"MT7dxz\":[\"Imprimir todos os ingressos\"],\"MU3ijv\":[\"Torne esta pergunta obrigatória\"],\"MXSqmS\":[\"Destacar este produto\"],\"MXZfGN\":[\"Personalize as perguntas feitas durante o checkout para coletar informações importantes dos seus participantes.\"],\"MY2SVM\":[\"Reembolso total\"],\"Mck5ht\":[\"Checkout Seguro\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Links sociais atualizados com sucesso\"],\"MhVoma\":[\"Insira um valor sem impostos e taxas.\"],\"Mi1rVn\":[\"Vendido\"],\"MixU2P\":[\"A percentagem deve estar entre 0 e 100\"],\"Mkkvfd\":[\"Ocultar página de primeiros passos\"],\"MkuVAZ\":[\"Percentagem do valor da transação\"],\"Mokwac\":[\"Convide membros ilimitados da equipa com funções personalizadas\"],\"Mqy/Zy\":[\"Estados Unidos\"],\"Mr5UUd\":[\"Bilhete Cancelado\"],\"MxjCqk\":[\"Apenas procurando seus ingressos?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Cancelar pedido \",[\"0\"]],\"N0qXpE\":[\"Produtos\"],\"N141o/\":[\"Abrir painel do Stripe\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Editar \",[\"0\"]],\"N9FyyW\":[\"Veja, edite e exporte seus participantes registrados.\"],\"N9JsFT\":[\"Formato de número de IVA inválido\"],\"NAzVVw\":[\"Agendar mensagem\"],\"NB5+UG\":[\"Tokens disponíveis\"],\"NEmyqy\":[\"Nenhum pedido ainda\"],\"NF8sdv\":[\"Mensagem de destaque\"],\"NFxlHW\":[\"Carregando webhooks\"],\"NGXKG/\":[\"Confirmar endereço de e-mail\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Acompanhe vendas, receitas e participação com relatórios detalhados\"],\"NIuIk1\":[\"Ilimitado\"],\"NJahlc\":[\"Tornar o endereço de cobrança obrigatório durante o checkout\"],\"NNc33d\":[\"Falha ao atualizar a resposta.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Ordem completa\"],\"NRWNfv\":[\"Montante total do desconto\"],\"NRhrIB\":[\"Ingressos e produtos\"],\"NTZ/NX\":[\"Código de incorporação\"],\"NWVRtl\":[\"Pedidos concluídos\"],\"NY/x1b\":[\"Endereço Linha 1\"],\"Nbd6WT\":[\"Configurar definições da lista de espera para este evento\"],\"Nc3l/D\":[\"Crie descontos, códigos de acesso para ingressos ocultos e ofertas especiais.\"],\"Nfbg76\":[\"Definições de IVA guardadas com sucesso\"],\"NgVUL2\":[\"Pré-visualizar formulário de checkout\"],\"NiIUyb\":[\"Conte-nos sobre seu evento\"],\"NihQNk\":[\"Clientes\"],\"Nl1ZtM\":[\"Local do evento\"],\"NlQ0cx\":[\"Primeiro evento de \",[\"organizerName\"]],\"NlfnUd\":[\"O link que você clicou é inválido.\"],\"NmpGKr\":[\"Não conseguimos reordenar as categorias. Por favor, tente novamente.\"],\"NoNwIX\":[\"Inativo\"],\"NpEm3p\":[\"Enviar agora\"],\"NsWqSP\":[\"Adicione seus perfis de redes sociais e o URL do site. Eles serão exibidos na sua página pública de organizador.\"],\"Nu4oKW\":[\"Descrição\"],\"NvuEhl\":[\"Elementos de Design\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Selecione...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"E-mail\"],\"O6mra8\":[\"Perguntas personalizadas\"],\"O8m7VA\":[\"Concordo em receber notificações por email relacionadas com este evento\"],\"OESu7I\":[\"Evite sobrevenda compartilhando estoque entre vários tipos de ingresso.\"],\"OHJXlK\":[\"Use <0>modelos Liquid para personalizar os seus emails\"],\"OIPtI5\":[\"Uma porcentagem do preço do produto. Ex: 3,5% do preço do produto\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"OJx3wK\":[\"Não disponível\"],\"OMJ035\":[\"Opção de rádio\"],\"OMX4tH\":[\"Selecionar ingressos\"],\"OP094m\":[\"Relatório de códigos promocionais\"],\"OVFwlg\":[\"Ainda não há perguntas de pedido\"],\"OXku3b\":[\"<0>https://seu-website.com\"],\"OZK07J\":[\"Pagar para desbloquear\"],\"OaKTzt\":[\"Ver mapa\"],\"OadMRm\":[\"Usar imagem de capa\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Abrir barra lateral\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Redefinir\"],\"OfmsI9\":[\"Evento muito recente\"],\"OhCesD\":[\"Este pedido foi cancelado. Pode iniciar um novo pedido a qualquer momento.\"],\"Ohn74G\":[\"Configuração e design\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Nome do ingresso\"],\"OmylXO\":[\"Conta atualizada com sucesso\"],\"On0aF2\":[\"Site\"],\"Oo/PLb\":[\"Resumo de Receita\"],\"OoSyqO\":[\"Em \",[\"diffMinutes\"],\" minutos\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"A oferta automática está ativada. Os bilhetes são oferecidos automaticamente quando a capacidade fica disponível. Use isto para oferecer lugares adicionais manualmente.\"],\"OpKMSn\":[\"Taxa de transação:\"],\"OqEV/G\":[\"Complete a configuração abaixo para continuar\"],\"Or1CPR\":[\"Adicione quaisquer notas sobre o participante...\"],\"OrXJBY\":[\"Prefixo opcional para os números das faturas (ex.: INV-)\"],\"Os6n2a\":[\"Cancelar pedido\"],\"OtgNFx\":[\"Endereço de e-mail confirmado com sucesso\"],\"OtjenF\":[\"Por favor, introduza um endereço de e-mail válido\"],\"OvNbls\":[\"Baixar .ics\"],\"OveehC\":[\"Adicione instruções para pagamentos offline (por exemplo, detalhes de transferência bancária, onde enviar cheques, prazos de pagamento)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Convite reenviado!\"],\"P+5Pbo\":[\"Ocultar respostas\"],\"P+Sty0\":[\"Você está alterando seu e-mail para <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Produto Gratuito\"],\"P/wEOX\":[\"São Francisco\"],\"P0rbCt\":[\"Imagem de capa\"],\"P5sgAk\":[\"Código promocional\"],\"P8hBau\":[\"Seu pagamento está sendo processado.\"],\"PC3/fk\":[\"Eventos a Iniciar nas Próximas 24 Horas\"],\"PCRCCN\":[\"Informações de Registo de IVA\"],\"PChXMe\":[\"Sem pedidos pagos\"],\"PFjJxY\":[\"A sua nova senha deve ter pelo menos 8 caracteres.\"],\"PGPGsL\":[\"Adicionar descrição\"],\"PKXt9R\":[\"A data de término deve ser posterior à data de início\"],\"PLUB/s\":[\"Taxa\"],\"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)\"],\"PO/sOY\":[\"Revogar convite\"],\"POT0K/\":[\"Um valor fixo por produto. Ex: $0,50 por produto\"],\"POdIrN\":[\"Endereço Linha 1\"],\"PRuBTd\":[\"Designer de página inicial\"],\"PSRm6/\":[\"Procurar os meus bilhetes\"],\"PUpvQe\":[\"Scanner de câmera\"],\"PYVWEI\":[\"Se registado, forneça o seu número de IVA para validação\"],\"PYs3rP\":[\"Nome do evento\"],\"PZ7FTW\":[\"Detetado automaticamente com base na cor de fundo, mas pode ser substituído\"],\"Pa6G7v\":[\"Nome do organizador\"],\"Pc/Wtj\":[\"Este participante tem um pedido não pago.\"],\"Pc729f\":[\"Pedido Aguardando Pagamento Offline\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Copiado!\"],\"Pjsch9\":[\"Pesquisar atribuições de capacidade...\"],\"Pmr5xp\":[[\"0\"],\" criado com sucesso\"],\"PnSzEc\":[\"Quando estiver pronto, coloque seu evento ao vivo e comece a vender produtos.\"],\"Pp1sWX\":[\"Atualizar afiliado\"],\"Pte1Hv\":[\"Ver Detalhes do Participante\"],\"Puv7+X\":[\"Configurações de Conta\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Este pedido expirou. Por favor, recomece.\"],\"Q2lUR2\":[\"Moeda\"],\"Q7CWxp\":[\"Quando um participante é cancelado\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"O seu número de IVA será validado quando guardar\"],\"QDEWii\":[\"Verificado\"],\"QDWsl9\":[\"Bem-vindo ao \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Envie a sua primeira mensagem\"],\"QGoXh3\":[\"Como a sua empresa está sediada na UE, precisamos determinar o tratamento correto de IVA para as nossas taxas de plataforma:\"],\"QHhZeE\":[\"Modelo criado com sucesso\"],\"QIWCnW\":[\"Lista de check-in VIP\"],\"QIn0Vl\":[\"Nome comercial legal para fins de IVA\"],\"QIodqd\":[\"Baixar código QR\"],\"QIxRUI\":[\"Bilhetes pagos, gratuitos, com preços escalonados e baseados em doações\"],\"QKLP1W\":[\"Conecte sua conta Stripe para começar a receber pagamentos.\"],\"QKim6l\":[\"Participante não encontrado\"],\"QMHSMS\":[\"O cliente receberá um email confirmando o reembolso\"],\"QN2F+7\":[\"Adicionar Webhook\"],\"QNrkms\":[\"Resposta atualizada com sucesso.\"],\"QOg2Sf\":[\"Personalize as configurações de e-mail e notificação deste evento\"],\"QOhkyl\":[\"Compor\"],\"QP3gP+\":[\"Estas configurações se aplicam apenas ao código de incorporação copiado e não serão armazenadas.\"],\"QS1Nla\":[\"Agendar para mais tarde\"],\"QUg5y1\":[\"Quase lá! Termine de conectar sua conta Stripe para começar a aceitar pagamentos.\"],\"QXgjH0\":[\"Falha ao parar a personificação. Por favor, tente novamente.\"],\"QXlz+n\":[\"A moeda padrão para seus eventos.\"],\"QYARw/\":[\"Selecione o ingresso\"],\"QYLpB4\":[\"Apenas fazer check-in\"],\"QYcUEf\":[\"Preço minimo\"],\"QbrUIo\":[\"visualizações de página\"],\"QcCPs8\":[\"Detalhes do evento\"],\"QcwyCh\":[\"Sim, remova-os\"],\"Qj0GKe\":[\"Ativar autoatendimento para participantes\"],\"QkLf4H\":[\"URL da página\"],\"QlSZU0\":[\"Está a personificar <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Aqui está o que esperar:\"],\"Qm5XkZ\":[\"Data de início da venda\"],\"QoAi8D\":[\"Sem resposta\"],\"QotGhf\":[\"Dispensar esta mensagem\"],\"Qp4HWD\":[\"Máx. destinatários / mensagem\"],\"Qqqrwa\":[\"Abrir Página de Check-In\"],\"Qrc8RZ\":[\"Excluir Lista de Registro\"],\"QsYjci\":[\"Todos os eventos\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Selecione Câmera\"],\"QuhVpV\":[\"Oi \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Capacidade\"],\"QzmQBG\":[\"Provedor de pagamento\"],\"R02pnV\":[\"Seu evento deve estar ativo antes que você possa vender ingressos para os participantes.\"],\"R0wEyA\":[\"Pesquisar por nome do trabalho ou exceção...\"],\"R29lO5\":[\"Termos de pagamento\"],\"R2O9Rg\":[\"Valor pago (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Exportação concluída. Baixando arquivo...\"],\"R4r4XO\":[\"Convidados\"],\"R5IT/I\":[\"Notas do participante\"],\"R6i9o9\":[\"Você deve reconhecer que este e-mail não é promocional\"],\"R6n7j9\":[\"Configurações de IVA atualizadas com sucesso\"],\"RBXXtB\":[\"Nenhum método de pagamento está disponível no momento. Entre em contato com o organizador do evento para obter assistência.\"],\"RD51+P\":[\"Taxa da plataforma de \",[\"0\"],\" deduzida do seu pagamento\"],\"RDie0n\":[\"Diversos\"],\"RG3szS\":[\"fechar\"],\"RHyZUL\":[\"Nenhum resultado de pesquisa.\"],\"RKKhnW\":[\"Crie um widget personalizado para vender ingressos no seu site.\"],\"ROR8QD\":[\"O nome da sua conta é usado nas páginas do evento e nos e-mails.\"],\"ROv2ZT\":[\"Perguntas e Respostas\"],\"RQCXz6\":[\"Limites de Pedido\"],\"RRZDED\":[\"Não encontramos pedidos associados a este endereço de e-mail.\"],\"RReHTu\":[\"Nome Comercial\"],\"RUMiLy\":[\"A validação do número de IVA falhou\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Códigos promocionais\"],\"RWw9Lg\":[\"Fechar modal\"],\"RY2eP1\":[\"Nenhum imposto ou taxa foi adicionado.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"A que horas você chegará?\"],\"ReihZ7\":[\"Pré-visualização de Impressão\"],\"RfwZxd\":[\"Redefinir senha\"],\"RjwlZt\":[\"Este pedido já foi pago.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Envie uma mensagem\"],\"RlJmQg\":[\"Um imposto padrão, como IVA ou GST\"],\"RnvnDc\":[\"Ver todas as mensagens enviadas na plataforma\"],\"Ropvj0\":[\"Selecione quais eventos acionarão este webhook\"],\"RpwiYC\":[\"Reembolso pendente\"],\"RqSKdX\":[\"Este produto está esgotado\"],\"Rs/IcB\":[\"Usado pela primeira vez\"],\"Rs7IQv\":[\"Mensagem pré-checkout\"],\"RsiDDQ\":[\"Outras Listas (Bilhete Não Incluído)\"],\"RtxQTF\":[\"Também cancelar este pedido\"],\"RuaKfn\":[\"Endereço atualizado com sucesso\"],\"Rwiyt2\":[\"Impostos configurados\"],\"RxzN1M\":[\"Ativado\"],\"RzEvf5\":[\"Este evento terminou\"],\"S+OdxP\":[\"Quem está organizando este evento?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"O nome deve ter entre 1 e 50 caracteres\"],\"S0ctOE\":[\"Arquivar evento\"],\"S3CZ5M\":[\"Painel do organizador\"],\"S4PqS9\":[[\"0\"],\" webhooks ativos\"],\"S8Tua9\":[\"Definições atualizadas com sucesso\"],\"SCimta\":[\"Oculte a página de primeiros passos da barra lateral\"],\"SHJwyq\":[\"Taxa de registo\"],\"SIHgVQ\":[\"Falha ao cancelar mensagem\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Total de Participantes\"],\"SMUbbQ\":[\"Uma entrada suspensa permite apenas uma seleção\"],\"SNzppu\":[\"Juntar-se à lista de espera\"],\"SO9AEF\":[\"Limites de pedido definidos\"],\"SPKbfM\":[\"ex.: Comprar ingressos, Registrar-se agora\"],\"SPdzrs\":[\"Enviado aos clientes quando fazem um pedido\"],\"SQKPvQ\":[\"Convidar Usuário\"],\"SQqJd8\":[\"Organizador não encontrado\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Exportação iniciada. Preparando arquivo...\"],\"SXzpzO\":[\"Mostrar caixa de seleção de opt-in de marketing por padrão\"],\"SZw9tS\":[\"Ver Detalhes\"],\"Sa7w7S\":[\"Esta lista de registro expirou e não está mais disponível para registros.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Erro\"],\"SnlQeq\":[\"Nenhuma pergunta foi feita para este pedido.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Caixas de seleção\"],\"SsI9v/\":[\"Falha ao abandonar o pedido. Por favor, tente novamente.\"],\"Sxm1lO\":[\"Todos os estados\"],\"Sxm8rQ\":[\"Usuários\"],\"T+1APV\":[\"O número de IVA atual está validado\"],\"T02gNN\":[\"Admissão Geral\"],\"T0K0yl\":[\"Usuários inativos não podem fazer login.\"],\"T4BMxU\":[\"As taxas estão sujeitas a alterações. Você será notificado sobre quaisquer mudanças na estrutura de taxas.\"],\"T5rdis\":[\"Copiado para a área de transferência\"],\"T6B2gk\":[\"Falha ao enviar mensagem. Por favor, tente novamente.\"],\"TBEnp1\":[\"O logo será exibido no cabeçalho\"],\"TF37u6\":[\"Seus participantes foram exportados com sucesso.\"],\"TF9opW\":[\"Flash não está disponível neste dispositivo\"],\"TMLAx2\":[\"Obrigatório\"],\"TNaCfq\":[\"Caixa de texto de linha única\"],\"TPoYsF\":[\"Referência do pedido\"],\"TSAiPM\":[\"A página que você procura não existe\"],\"TTpXL3\":[\"Reenviar em \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"A senha deve ter no mínimo 8 caracteres\"],\"TWXU0c\":[\"Personificar utilizador\"],\"TZxnm8\":[\"Adicionar opção\"],\"TdfEV7\":[\"Arquivado\"],\"TeSaQO\":[\"Voltar para Contas\"],\"Tf55h7\":[\"Desconto configurado\"],\"TjX7xL\":[\"Mensagem Pós-Checkout\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponíveis\"],\"TkQVup\":[\"Verifique seu e-mail e senha e tente novamente\"],\"TkfG8v\":[\"Coletar dados por pedido\"],\"TlEeFv\":[\"Próximos eventos\"],\"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.\"],\"Tol4BF\":[\"detalhes do pedido\"],\"TpqW74\":[\"Fixo\"],\"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.\"],\"TskrJ8\":[\"Pagamento e plano\"],\"TvY/XA\":[\"Documentação\"],\"TvkW9+\":[\"Tem certeza de que deseja arquivar este evento?\"],\"TxfvH2\":[\"Selecione quais participantes devem receber esta mensagem\"],\"Tz0i8g\":[\"Configurações\"],\"Tz5oXG\":[\"Sim, cancelar o meu pedido\"],\"U/R4Ng\":[\"Nível do Produto\"],\"U3pytU\":[\"Administrador\"],\"U3wiCB\":[\"Está tudo pronto! Os seus pagamentos estão a ser processados sem problemas.\"],\"U61sAj\":[\"Categoria de produto atualizada com sucesso.\"],\"U65fiW\":[\"Salvar organizador\"],\"U66oUa\":[\"Falha ao criar modelo\"],\"U7nGvl\":[\"Não é possível fazer check-in\"],\"UBSG1X\":[\"Melhores organizadores (Últimos 14 dias)\"],\"UEqXyt\":[\"Intervalo personalizado\"],\"UGT5vp\":[\"Salvar configurações\"],\"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.\"],\"UJmAAK\":[\"Assunto\"],\"UKfi21\":[\"Criar imposto ou taxa\"],\"UMGQOh\":[\"Conecte-se com Stripe\"],\"UNMVei\":[\"Esqueceu sua senha?\"],\"UQ0ACV\":[\"Total de encomendas\"],\"URAE3q\":[\"Pausado\"],\"URUYHc\":[\"Configurações de taxa da plataforma atualizadas com sucesso\"],\"URmyfc\":[\"Detalhes\"],\"UVPI5D\":[\"Mostrar menos plataformas\"],\"UW90md\":[\"Nenhum destinatário encontrado\"],\"UWWRyd\":[\"Adicione perguntas personalizadas para coletar informações adicionais durante o checkout\"],\"UXBCwc\":[\"Sobrenome\"],\"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.\"],\"UYUgdb\":[\"Ordem\"],\"UZ2GSZ\":[\"Configurações da fatura\"],\"UaISq3\":[\"Sueco\"],\"UabgBd\":[\"O corpo é obrigatório\"],\"UdY1lL\":[\"Seu pagamento não foi bem-sucedido, tente novamente.\"],\"Ug4SfW\":[\"Depois de criar um evento, você o verá aqui.\"],\"UiAk5P\":[\"Inserir imagem\"],\"Uicx2U\":[\"Esta lista de registro está ativa\"],\"UjNWsF\":[\"O IVA pode ser aplicado às taxas da plataforma dependendo do seu estado de registo de IVA. Por favor, complete a secção de informações de IVA abaixo.\"],\"UkHo4c\":[\"Ref. pedido\"],\"UkM20g\":[\"Revisão pendente\"],\"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.\"],\"UlAK8E\":[\"Exportando pedidos\"],\"Uo5ddP\":[\"Notificaremos por e-mail se houver um lugar disponível para \",[\"0\"],\".\"],\"UoIRW8\":[\"Participantes registados\"],\"Upeg/u\":[\"Habilitar este modelo para enviar e-mails\"],\"Uqefyd\":[\"Está registado para IVA na UE?\"],\"UtDm3q\":[\"URL copiado para a área de transferência\"],\"Uu0hZq\":[\"Email do organizador\"],\"UvYql/\":[\"Configurações de IVA guardadas. Estamos a validar o seu número de IVA em segundo plano.\"],\"Uwsg2F\":[\"Reservado\"],\"V0SbFp\":[\"Mostrar quantidade disponível do produto\"],\"V1EGGU\":[\"Primeiro nome\"],\"V1krgP\":[\"O código não deve ter mais de 20 caracteres\"],\"V2sk3H\":[\"E-mail e Modelos\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Um novo código de verificação foi enviado para o seu email\"],\"V6Q5RZ\":[\"Atribuição de Capacidade criada com sucesso\"],\"V7DYWd\":[\"Mensagem enviada\"],\"V7MwOy\":[\"Ocorreu um erro ao carregar a página\"],\"V7Tejz\":[\"Processar lista de espera automaticamente\"],\"V7yhws\":[\"olá@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Volte ao login\"],\"VD0iA7\":[\"Múltiplas opções de preço. Perfeito para produtos antecipados, etc.\"],\"VDWChT\":[\"Tem certeza de que deseja definir este organizador como rascunho? Isso tornará a página do organizador invisível ao público.\"],\"VEsDvU\":[\"Os usuários podem alterar o e-mail em <0>Configurações do perfil\"],\"VFv2ZC\":[\"Data de término\"],\"VHfLAW\":[\"Sem contas\"],\"VT+urE\":[\"Pesquisar por nome ou e-mail...\"],\"VTfZPy\":[\"Acesso negado\"],\"VX+B3I\":[\"Pesquisar por título do evento ou organizador...\"],\"VY+Bdn\":[\"Pesquisar por nome da conta ou e-mail...\"],\"VZeG/A\":[\"Em breve\"],\"Vd+LC3\":[\"A cor deve ser um código de cor hexadecimal válido. Exemplo: #ffffff\"],\"VeKsnD\":[\"Reenviar e-mail do pedido\"],\"VejKUM\":[\"Preencha primeiro os seus dados acima\"],\"Vi+BiW\":[\"Inclui \",[\"0\"],\" produtos\"],\"VioGG1\":[\"Conecte sua conta Stripe para aceitar pagamentos de ingressos e produtos.\"],\"Vjat/X\":[\"A mensagem é obrigatória\"],\"Vjij1k\":[[\"days\"],\" dias, \",[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"VkSk/i\":[\"Tem a certeza de que pretende cancelar esta mensagem agendada?\"],\"VlXNyK\":[\"Por pedido\"],\"Vla0Bo\":[\"Produtos vendidos\"],\"VlnB7s\":[\"Últimos 6 meses\"],\"VmXiz4\":[\"Introduza o seu email e enviaremos instruções para redefinir a sua senha.\"],\"VpwcSk\":[\"Introduza a nova senha\"],\"VsM1HH\":[\"Atribuições de capacidade\"],\"VskHIx\":[\"Excluir categoria\"],\"Vw0KCJ\":[\"Check-in com Código QR\"],\"VwdqVy\":[\"Criar Atribuição de Capacidade\"],\"Vx2J6x\":[\"Não foi possível buscar participante\"],\"VxFvXQ\":[\"Incorporação de widget\"],\"VxYKoK\":[\"Configurações de e-mail e notificação\"],\"VyUuZb\":[\"URL da imagem\"],\"W/eN+G\":[\"Se em branco, o endereço será utilizado para gerar um link do Google Maps\"],\"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.\"],\"W428WC\":[\"Alternar colunas\"],\"W4kWXJ\":[\"Pesquise por nome do participante, e-mail ou número do pedido...\"],\"W5A0Ly\":[\"Um erro inesperado ocorreu.\"],\"W7AfhC\":[\"Todos os participantes deste evento\"],\"WBq1/R\":[\"Scanner USB já ativo\"],\"WFHOlF\":[\"Tem a certeza de que deseja publicar este evento? Uma vez publicado, será visível ao público.\"],\"WHf154\":[\"Excluir código\"],\"WKHW0N\":[\"Detalhes do evento on-line\"],\"WKMnh4\":[\"Uma entrada de texto de linha única\"],\"WLxtFC\":[\"Não foi possível criar o produto. Por favor, verifique seus detalhes\"],\"WNnP3w\":[\"Conectar e atualizar\"],\"WOpH7O\":[\"Experiência de checkout elegante em qualquer dispositivo\"],\"WOyJmc\":[\"- Clique para despublicar\"],\"WTk/ke\":[\"Sobre o Stripe Connect\"],\"WUOCgI\":[\"Lugar oferecido com sucesso\"],\"WVbTwK\":[\"Criar Lista de Registro\"],\"WVgSTy\":[\"Gerenciar pedido\"],\"WWYHKD\":[\"O seu pagamento está protegido com encriptação de nível bancário\"],\"WZZzB6\":[\"O nome do evento é obrigatório\"],\"WZbCR3\":[\"Reembolso falhou\"],\"WbImlQ\":[\"O pedido foi cancelado e o proprietário do pedido foi notificado.\"],\"WbopAG\":[\"Os pagamentos via Stripe não estão ativados para este evento.\"],\"Wd5CDM\":[\"O nome do evento deve ter menos de 150 caracteres\"],\"WdmJIX\":[\"Carregando pré-visualização...\"],\"Weq9zb\":[\"Geral\"],\"WgD6rb\":[\"Categoria do evento\"],\"WjSpu5\":[\"Evento online\"],\"Wjz5KP\":[\"Nenhum participante para mostrar\"],\"Wvrz79\":[\"Valor pago\"],\"WyCBRt\":[\"Resumo de Impostos\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Sim - Tenho um número de registo de IVA da UE válido\"],\"X13xGn\":[\"Não confiável\"],\"X1zdE7\":[\"Configuração criada com sucesso\"],\"X26cQf\":[\"URL do ingresso\"],\"X2rrlw\":[\"Subtotal\"],\"X4o0MX\":[\"Falha ao carregar o Webhook\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"As inscrições aparecerão aqui quando os clientes se juntarem à lista de espera de produtos esgotados.\"],\"XAHqAg\":[\"Este é um produto geral, como uma camiseta ou uma caneca. Nenhum ingresso será emitido\"],\"XBNC3E\":[\"Este código será usado para rastrear vendas. Apenas são permitidas letras, números, hífenes e underscores.\"],\"XIG669\":[\"Quando abre o check-in\"],\"XKJuAX\":[\"Pergunta excluída\"],\"XUfgCI\":[\"Sem Atribuições de Capacidade\"],\"XVLu2v\":[\"Título do evento\"],\"XX32BM\":[\"Demora apenas alguns minutos\"],\"XZkeaI\":[\"Nenhum registro encontrado\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Endereço do seu organizador\"],\"Xe2tSS\":[\"Documentação de conexão\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Seus pedidos foram exportados com sucesso.\"],\"XgOuA7\":[\"Últimos 90 dias\"],\"XkFYVB\":[\"Produto excluído\"],\"XletzW\":[\"Criar Categoria\"],\"XwdMMg\":[\"O código só pode conter letras, números, hífenes e underscores\"],\"XxecLm\":[\"Tipo de ingresso\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Aqui está o componente React que você pode usar para incorporar o widget em sua aplicação.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Personalize a página inicial do evento e as mensagens de checkout\"],\"YAV57v\":[\"Afiliado\"],\"YAl9Hg\":[\"Criar Configuração\"],\"YC3oXa\":[\"Descrição para a equipe de registro\"],\"YClrdK\":[\"Este evento ainda não foi publicado\"],\"YDVUVl\":[\"Tipos de eventos\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Algo deu errado! Por favor, tente novamente\"],\"YHsF9c\":[\"Ocultar produto após a data de término da venda\"],\"YIDzi/\":[\"Criar modelo personalizado\"],\"YIix5Y\":[\"Procurar...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Confirmo que esta é uma mensagem transacional relacionada com este evento\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Detalhamento das vendas de produtos, receitas e impostos\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Configuração da conta atualizada com sucesso\"],\"YQ3QSS\":[\"Falha ao reenviar código de verificação\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Taxa fixa:\"],\"YXx+fG\":[\"Total antes de descontos\"],\"YZi+Hu\":[\"Trabalho em fila para nova tentativa\"],\"Ya1JhR\":[\"Nenhum produto disponível nesta categoria.\"],\"YaCgdO\":[\"Confirmação de e-mail reenviada com sucesso\"],\"Yc5YW6\":[\"Sem trabalhos falhados\"],\"Ye321X\":[\"Nome do Imposto\"],\"YfHZv0\":[\"Mostrado ao cliente antes de finalizar a compra\"],\"YgRSEE\":[\"Tem certeza de que deseja excluir este código promocional?\"],\"YjVNGZ\":[\"Visualização da página inicial\"],\"Ym1gnK\":[\"aplicado\"],\"YpN29s\":[\"Notificar o organizador sobre novos pedidos\"],\"Yrbm6T\":[\"Impressionante Organizador Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Esse pedido foi cancelado.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Lista de Registro atualizada com sucesso\"],\"Z3FXyt\":[\"Carregando...\"],\"Z3etYG\":[\"1 dia antes do evento\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Pagamento offline\"],\"Z6q0Vl\":[\"Você já aceitou este convite. Por favor faça o login para continuar.\"],\"Z8lGw6\":[\"Compartilhar\"],\"ZBAScj\":[\"Participante desconhecido\"],\"ZCSSd+\":[\"Crie seu próprio evento\"],\"ZDIydz\":[\"Começar\"],\"ZIgYeg\":[\"Cor do texto secundário\"],\"ZN1WLO\":[\"Copiar Email\"],\"ZOBwQn\":[\"Design da página inicial\"],\"ZOmUYW\":[\"Validaremos o seu número de IVA em segundo plano. Se houver algum problema, informaremos.\"],\"ZPj0Q8\":[\"Detalhes da mensagem\"],\"ZPoHOn\":[\"Nenhum produto associado a este participante.\"],\"ZPwFnN\":[\"Falha ao exportar pedidos\"],\"ZQ15eN\":[\"Falha ao reenviar e-mail do ticket\"],\"ZQKLI1\":[\"Zona de Perigo\"],\"ZS/D7f\":[\"Todos os eventos encerrados\"],\"ZWEfBE\":[\"Pagamento não necessário\"],\"ZZEYpT\":[\"Opção \",[\"i\"]],\"ZaEJZM\":[\"Confirmar alteração de e-mail\"],\"ZfxaB4\":[\"Parcialmente reembolsado\"],\"Zi3Sbw\":[\"Removido da lista de espera com sucesso\"],\"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.\"],\"ZkS2p3\":[\"Despublicar Evento\"],\"Zkymb9\":[\"Um email para associar a este afiliado. O afiliado não será notificado.\"],\"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.\"],\"Znwxal\":[\"Configuração de Taxas de Aplicação\"],\"ZowkxF\":[\"Impostos\"],\"ZpieFv\":[\"Falha ao cancelar pedido\"],\"ZsZeV2\":[\"O email é obrigatório\"],\"ZthcdI\":[\"Um código promocional sem desconto pode ser usado para revelar produtos ocultos.\"],\"ZutOKU\":[\"Taxa de IVA\"],\"Zw6LWb\":[\"Falha ao eliminar trabalho\"],\"ZxnK5C\":[\"Assim que você começar a coletar dados, eles aparecerão aqui.\"],\"Zz6Cxn\":[\"Zona de perigo\"],\"a/gMx2\":[\"Nenhuma Lista de Registro\"],\"a0EjD+\":[\"Criar Produto\"],\"a41PKA\":[\"As vendas do afiliado serão rastreadas\"],\"a5KFZU\":[\"Adicione detalhes do evento e gerencie as configurações do evento.\"],\"a5jvSX\":[\"Níveis de Preço\"],\"a6+167\":[\"Selecionar um evento\"],\"a6gga1\":[\"Erro ao confirmar a alteração do e-mail\"],\"a7u1N9\":[\"Preço\"],\"aAIQg2\":[\"Aparência\"],\"aEDp5C\":[\"Cole isto onde você deseja que o widget apareça.\"],\"aFk48v\":[\"Falha ao excluir configuração\"],\"aGWZUr\":[\"Receita bruta\"],\"aH6ZIb\":[\"Convide sua equipe\"],\"aIA9C4\":[\"Pergunta criada com sucesso\"],\"aK4uBd\":[\"Últimas 24 horas\"],\"aKtF0O\":[\"Stripe não conectado\"],\"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.\"],\"aS0jtz\":[\"Abandonado\"],\"aT3jZX\":[\"Selecionar fuso horário\"],\"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.\"],\"acIJ41\":[\"Status do pedido\"],\"agPptk\":[\"Meio\"],\"agZ87r\":[\"Crie ingressos para o seu evento, defina preços e gerencie a quantidade disponível.\"],\"alD1+n\":[\"Notas da fatura\"],\"amMkpL\":[\"Sem capacidade\"],\"an5hVd\":[\"Imagens\"],\"aqxYLv\":[\"Educação\"],\"av+gjP\":[\"Nome do participante\"],\"avf0gk\":[\"Descrição da pergunta\"],\"awHmAT\":[\"ID do bilhete\"],\"axVMjA\":[\"Ocultar produto, a menos que o usuário tenha um código promocional aplicável\"],\"axv/Mi\":[\"Modelo personalizado\"],\"b0HJ45\":[\"Sucesso! \",[\"0\"],\" receberá um e-mail em breve.\"],\"b1Jvg+\":[\"Continue na nova aba\"],\"b24kPi\":[\"Fila\"],\"b33PL9\":[\"Mostrar mais plataformas\"],\"b46pt5\":[\"Imagem de capa do evento\"],\"b4itZn\":[\"Trabalhando\"],\"b6+Y+n\":[\"Pedido concluído\"],\"b9SN9q\":[\"Referência única do pedido\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Criar \",[\"0\"]],\"bA31T4\":[\"Usar os dados do comprador para todos os participantes\"],\"bB6Ram\":[\"Últimas 48 horas\"],\"bECJqy\":[\"Mensagem aprovada com sucesso\"],\"bKOYkd\":[\"Fatura baixada com sucesso\"],\"bLB3MJ\":[\"Métodos de pagamento\"],\"bPWBLL\":[\"Não foi possível retirar o participante\"],\"bPwFdf\":[\"Contas\"],\"bU4bS1\":[\"Reembolsos\"],\"bU7oUm\":[\"Enviar apenas para pedidos com esses status\"],\"bVjDs9\":[\"Taxas adicionais\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Tem certeza de que deseja excluir esta lista de registro?\"],\"bbslmb\":[\"Designer de ingressos\"],\"bcCn6r\":[\"Tipo de cálculo\"],\"bcYlvb\":[\"Quando fecha o check-in\"],\"bfXQ+N\":[\"Aceitar convite\"],\"bgqf+K\":[\"E-mail do portador do ingresso\"],\"bhlHm/\":[\"O seu pedido aguarda pagamento\"],\"blK94r\":[\"Adicione pelo menos uma opção\"],\"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.\"],\"br3Y/y\":[\"Taxas da plataforma\"],\"btxLWj\":[\"Status do evento atualizado\"],\"bv6RXK\":[\"Rótulo do botão\"],\"bwBlJv\":[\"Primeiro nome do pedido\"],\"bxoWpz\":[\"Reenviar e-mail de confirmação\"],\"byKna+\":[\"Um erro inesperado ocorreu. Por favor, tente novamente.\"],\"c+suC6\":[\"Contas pagas\"],\"c/TIyD\":[\"Pedido e Bilhete\"],\"c2/9VE\":[\"Payload\"],\"c3E/kw\":[\"Homero\"],\"c4uJfc\":[\"Quase lá! Estamos apenas a aguardar que o seu pagamento seja processado. Isto deve demorar apenas alguns segundos.\"],\"c6SXHN\":[\"Ver página do evento\"],\"c7VN/A\":[\"Ver respostas\"],\"c9Evkd\":[\"Você não pode excluir a última categoria.\"],\"c9RYbv\":[\"Quando um pedido é marcado como pago\"],\"cDHM1d\":[\"O endereço de e-mail foi alterado. O participante receberá um novo bilhete no endereço de e-mail atualizado.\"],\"cDtoWq\":[\"Tem a certeza de que pretende reenviar a confirmação da encomenda para \",[\"0\"],\"?\"],\"cEFg3R\":[\"Falha ao criar afiliado\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 semana antes do evento\"],\"cHO4ec\":[\"Esta mensagem será incluída no rodapé de todos os e-mails enviados deste evento\"],\"cJ4Y4R\":[\"Seu reembolso está sendo processado.\"],\"cK9+xQ\":[\"País do IVA\"],\"cKj6OE\":[\"Resumo de Registo\"],\"cMW+gm\":[\"Mostrar todas as plataformas (\",[\"0\"],\" com valores)\"],\"cOePZk\":[\"Hora do evento\"],\"cQrNR3\":[\"Gerenciar perfil\"],\"cRRc+F\":[\"Este produto não pode ser excluído porque está associado a um pedido. Você pode ocultá-lo em vez disso.\"],\"cSev+j\":[\"Filtros\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" registrado\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Você adicionou taxas e impostos a um produto gratuito. Deseja removê-los?\"],\"cd0jIM\":[\"Detalhes do trabalho\"],\"cdR8d6\":[\"Por favor, crie um ingresso\"],\"cde2hc\":[\"Todos os Produtos\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Defina seu evento ao vivo\"],\"cl5WYc\":[\"Código promocional \",[\"promo_code\"],\" aplicado\"],\"clF06r\":[\"Disponível para reembolso\"],\"cljs3a\":[\"Indique se está registado para IVA na UE\"],\"cnGeoo\":[\"Excluir\"],\"coIKFu\":[\"As estatísticas do organizador não estão disponíveis para a moeda selecionada ou ocorreu um erro.\"],\"cormHa\":[\"Endereço linha 2\"],\"cosfD8\":[\"Status do Participante\"],\"cs5muu\":[\"Pré-visualizar página do evento\"],\"csDS2L\":[\"Disponível\"],\"ct2SYD\":[\"Últimos 7 dias\"],\"cxsKvw\":[\"Quando um check-in é excluído\"],\"d+F6q9\":[\"Criado\"],\"d+KKMz\":[\"Falha ao carregar a Lista de Registro\"],\"d0rUsW\":[\"Links sociais\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Cancelar\"],\"dF6vP6\":[\"Ao vivo\"],\"dFFW9L\":[\"Promoção terminou \",[\"0\"]],\"dFHcIn\":[\"Detalhes fiscais\"],\"dFJnia\":[\"Este é o nome do seu organizador que será exibido aos seus usuários.\"],\"dFuEhO\":[\"Reenviar e-mail do bilhete\"],\"dJZTv2\":[\"Selecionar hora de início\"],\"dLm8V5\":[\"Emails promocionais podem resultar na suspensão da conta\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Detalhamento de atribuição\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Aqui estão todos os ingressos associados ao seu endereço de e-mail.\"],\"dPYu1F\":[\"Por participante\"],\"dPyJ15\":[\"Excluir modelo\"],\"dSyJj6\":[\"Os endereços de e-mail não coincidem\"],\"dVgNF1\":[\"Falha ao criar configuração\"],\"dVxpp5\":[\"Bem vindo de volta\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Nenhum evento encontrado\"],\"dWBrJX\":[\"O pagamento offline falhou. Por favor, tente novamente ou entre em contato com o organizador do evento.\"],\"dXoieq\":[\"Resumo\"],\"dZsDbK\":[\"Limite de caracteres HTML excedido: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"As categorias permitem agrupar produtos. Por exemplo, você pode ter uma categoria para \\\"Ingressos\\\" e outra para \\\"Mercadorias\\\".\"],\"de6HLN\":[\"Quando os clientes comprarem ingressos, os pedidos aparecerão aqui.\"],\"dfkQIO\":[\"Quando um novo produto é criado\"],\"dkAPxi\":[\"Criar Webhook\"],\"dr7CWq\":[\"Todos os próximos eventos\"],\"dsFmM+\":[\"Adquirido\"],\"dtGC3q\":[\"O e-mail do ticket foi reenviado ao participante\"],\"e/cvV1\":[\"A verificar...\"],\"e3uMJH\":[\"Este pedido está completo.\"],\"e4KdjJ\":[\"Adicionar participante manualmente\"],\"e4L7bF\":[\"Selecione uma mensagem para ver o seu conteúdo\"],\"e5lF64\":[\"Exemplo de uso\"],\"e7eZuA\":[\"Pedido atualizado\"],\"e8WNln\":[\"Fuso horário do evento\"],\"e99fHm\":[\"Restaurar evento\"],\"eB5vce\":[\"Proprietários de pedidos com um produto específico\"],\"ePK91l\":[\"Editar\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Criar nova senha\"],\"eWRECP\":[\"Vida noturna\"],\"eXssj5\":[\"Definir configurações predefinidas para novos eventos criados sob este organizador.\"],\"eaUTwS\":[\"Enviar link de redefinição\"],\"eb47T5\":[\"Nenhum dado encontrado para os filtros selecionados. Tente ajustar o período ou a moeda.\"],\"ebIDwV\":[\"Google Agenda\"],\"eeZdaB\":[\"Configuração atualizada com sucesso\"],\"efAM7X\":[\"Um campo de data. Perfeito para pedir uma data de nascimento, etc.\"],\"ejMDw1\":[\"Quando um pedido é reembolsado\"],\"ejXy+D\":[\"Falha ao ordenar os produtos\"],\"elW7Tn\":[\"Corpo do e-mail\"],\"enV0g0\":[\"Deixe em branco para usar a palavra padrão \\\"Fatura\\\"\"],\"eneWvv\":[\"Rascunho\"],\"enzGAL\":[\"Questões\"],\"eorM7z\":[\"Categorias reordenadas com sucesso.\"],\"ercTDX\":[\"O código deve ter entre 3 e 50 caracteres\"],\"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\"],\"etaWtB\":[\"Editar detalhes do participante\"],\"euc6Ns\":[\"Duplicar\"],\"eusccx\":[\"Uma mensagem opcional para exibir no produto destacado, por exemplo \\\"A vender rapidamente 🔥\\\" ou \\\"Melhor valor\\\"\"],\"evDBV8\":[\"Publicar Evento\"],\"exy8uo\":[\"Gerar código\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Listas de Registo\"],\"f30uVZ\":[\"O que precisa fazer:\"],\"f3RdEk\":[[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"f4vJgj\":[\"Uma entrada de texto multilinha\"],\"f7SUun\":[\"senhas nao sao as mesmas\"],\"f8qS7T\":[\"'Não há nada para mostrar ainda'\"],\"f9WRpE\":[\"Tipo de ficheiro inválido. Por favor, carregue uma imagem.\"],\"fAv9QG\":[\"🎟️ Adicionar ingressos\"],\"fFYotW\":[\"Parcialmente reembolsado: \",[\"0\"]],\"fFeCKc\":[\"Sem desconto\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Você não pode reembolsar um pedido criado manualmente.\"],\"fKn/k6\":[\"Valor do reembolso\"],\"fMPkxb\":[\"Mostre mais\"],\"fROFIL\":[\"Vietnamita\"],\"fTFfOK\":[\"Todo modelo de e-mail deve incluir um botão de chamada para ação que leva à página apropriada\"],\"fVPt0F\":[\"Quando um pedido é atualizado\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Editar webhook\"],\"fWsBTs\":[\"Algo deu errado. Por favor, tente novamente.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"por exemplo, Atualização importante sobre os seus bilhetes\"],\"fcnqjw\":[\"Instruções de Pagamento Offline\"],\"fdjq4c\":[\"Preenchimento\"],\"fgLNSM\":[\"Registro\"],\"fiV0xj\":[\"Limite de uso\"],\"fj5byd\":[\"N/D\"],\"fovJi3\":[\"Modo scanner USB desativado\"],\"fpMs2Z\":[\"AO VIVO\"],\"fpb0rX\":[\"Dados do participante copiados do pedido\"],\"fqDzSu\":[\"Taxa\"],\"ftNXma\":[\"Pesquisar afiliados...\"],\"ftzaMf\":[\"Período de venda, limites de pedido, visibilidade\"],\"fuwKpE\":[\"Por favor, tente novamente.\"],\"fvDQhr\":[\"Ocultar esta camada dos usuários\"],\"fx8BTd\":[\"Pagamentos não disponíveis\"],\"fyE7Au\":[[\"minutos\"],\" minutos e \",[\"segundos\"],\" segundos\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Seu pagamento não foi bem-sucedido. Por favor, tente novamente.\"],\"g+2103\":[\"Aqui está o seu link de afiliado\"],\"g+lLS9\":[\"Convidar um membro da equipe\"],\"g2UNkE\":[\"Distribuído por\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Marca Personalizada\"],\"g9dPPQ\":[\"Máximo por pedido\"],\"gGhBmF\":[\"Você está offline\"],\"gHSuV/\":[\"Ir para a página inicial\"],\"gJQsLv\":[\"Envie uma imagem de capa para seu organizador\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Todos os participantes\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Produto Criado com Sucesso\"],\"gPgdNV\":[\"Número de IVA validado com sucesso\"],\"gTN6Ws\":[\"Selecionar hora de fim\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo e imagem de capa para seu organizador\"],\"geUFpZ\":[\"Impostos e taxas\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Nenhum Resultado de Pesquisa\"],\"gnBreG\":[\"Data em que o pedido foi feito\"],\"goOKRY\":[\"Adicionar nível\"],\"gqnyh0\":[\"Otimizado para Dispositivos Móveis\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Destacar\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Última ativação\"],\"gwk5gg\":[\"endereço linha 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"A quais produtos este código se aplica?\"],\"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.\"],\"gypigA\":[\"Esse código promocional é inválido\"],\"gzrCuN\":[\"Os detalhes do seu pedido foram atualizados. Foi enviado um e-mail de confirmação para o novo endereço de e-mail.\"],\"h0Q9Iw\":[\"Última resposta\"],\"h0dx5e\":[\"Não foi possível entrar na lista de espera\"],\"h10Wm5\":[\"Pedido não pago\"],\"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\"],\"h69WC6\":[\"Enviado\"],\"hAjDQy\":[\"Selecione o status\"],\"hBsw5C\":[\"Vendas encerradas\"],\"hD1ocH\":[\"URL de check-in copiada para a área de transferência\"],\"hDNwnf\":[\"O seu logotipo, cores e estilo em cada página\"],\"hEtQsg\":[\"Ativar autoatendimento para participantes por padrão\"],\"hFHnxR\":[\"A quais produtos este código se aplica? (Aplica-se a todos por padrão)\"],\"hFwWnI\":[\"Configurações de notificação\"],\"hJmVtD\":[\"Selecione o país\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Meu perfil\"],\"hL7sDJ\":[\"Compartilhar página do organizador\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Basta clicar no botão abaixo para reconectar sua conta Stripe.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Criar\"],\"hauDFf\":[\"Por bilhete\"],\"hbwCKE\":[\"Endereço de email copiado para a área de transferência\"],\"hcX103\":[\"Por favor, crie um produto\"],\"hdyeZ0\":[\"Eliminar trabalho\"],\"he3ygx\":[\"cópia de\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Quantia\"],\"hfHhaa\":[\"Por favor, aguarde enquanto preparamos os seus afiliados para exportação...\"],\"hg80P7\":[\"Terminar configuração do Stripe\"],\"hli+ga\":[\"Scanner USB/HID\"],\"hqmXmc\":[\"Trabalhando...\"],\"hrvLf4\":[\"Aceitar pagamentos com cartão de crédito através do Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"Endereço de email\"],\"i0QKrm\":[\"Falha ao atualizar afiliado\"],\"i0TtkR\":[\"Isso substitui todas as configurações de visibilidade e ocultará o produto de todos os clientes.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Número do pedido\"],\"i8day5\":[\"Passar taxa para o comprador\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Editar código\"],\"iG7KNr\":[\"Logotipo\"],\"iIEaNB\":[\"Se tem uma conta connosco, receberá um email com instruções sobre como redefinir a sua senha.\"],\"iJhSxe\":[\"Personalize as configurações de SEO para este evento\"],\"iMdwTb\":[\"Antes que seu evento possa ser publicado, há algumas coisas que você precisa fazer. Conclua todas as etapas abaixo para começar.\"],\"iN5Cz3\":[\"Conta já conectada!\"],\"iPBfZP\":[\"Participantes Registrados\"],\"iQZff7\":[\"Impostos, Taxas, Visibilidade, Período de Venda, Destaque do Produto e Limites de Pedido\"],\"iS0wAT\":[\"As categorias ajudam a organizar seus produtos. Este título será exibido na página pública do evento.\"],\"iStTQt\":[\"A permissão da câmera foi negada. <0>Solicite permissão novamente ou, se isso não funcionar, você precisará <1>conceder a esta página acesso à sua câmera nas configurações do navegador.\"],\"iTvh6I\":[\"Atualmente disponível para compra\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Copiar código\"],\"iWa9cY\":[\"Conte às pessoas o que esperar do seu evento\"],\"iX6SLo\":[\"Personalize o texto exibido no botão continuar\"],\"ia8YsC\":[\"Por vir\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"A sua mensagem foi enviada com sucesso!\"],\"igBrCH\":[\"Verifique seu endereço de e-mail para acessar todos os recursos\"],\"ih35UP\":[\"Centro de conferências\"],\"ii0qn/\":[\"O assunto é obrigatório\"],\"iiWXDL\":[\"Falhas de elegibilidade\"],\"imLQ9Y\":[\"A validar o seu número de IVA...\"],\"imgKgl\":[\"Descrição do evento\"],\"injXD7\":[\"O número de IVA não pôde ser validado. Por favor, verifique o número e tente novamente.\"],\"ioG+xt\":[\"Aguardando Pagamento\"],\"ipP6Ue\":[\"Criar participante\"],\"ipYKgM\":[\"Permitir indexação do mecanismo de pesquisa\"],\"irpUxR\":[\"Quantia fixa\"],\"ixIx1f\":[\"Selecione o Produto\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"A data de início é obrigatória\"],\"izwOOD\":[\"Mostrar impostos e taxas separadamente\"],\"j/TOB3\":[\"Links sociais e site\"],\"j1Jl7s\":[\"Editar categoria\"],\"j1VfcT\":[\"Descrição SEO\"],\"j5FdeA\":[\"Este pedido está a ser processado.\"],\"j6w7d/\":[\"Ative esta capacidade para interromper as vendas de produtos quando o limite for atingido\"],\"j9b/iy\":[\"Vendendo rápido 🔥\"],\"j9cPeF\":[\"Selecionar tipos de eventos\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Você deve ter pelo menos uma faixa de preço\"],\"jEbkcB\":[\"Total Reembolsado\"],\"jEu4bB\":[\"Colunas\"],\"jEw0Mr\":[\"Por favor, insira uma URL válida\"],\"jIPNJG\":[\"Informações básicas\"],\"jRJZxD\":[\"Excluir Capacidade\"],\"jT142F\":[\"Em \",[\"diffHours\"],\" horas\"],\"jVRHeq\":[\"Registado\"],\"jZj9y9\":[\"Produto em Camadas\"],\"jZlrte\":[\"Cor\"],\"jabmnm\":[\"Afiliado atualizado com sucesso\"],\"jfC/xh\":[\"Contato\"],\"jh2orE\":[\"Mudámos a nossa sede para a Irlanda. Como resultado, precisamos que reconecte a sua conta Stripe. Este processo rápido demora apenas alguns minutos. As suas vendas e dados existentes permanecem completamente inalterados.\"],\"jkNgQR\":[\"Também reembolsar este pedido\"],\"jo3Gm6\":[\"Falha ao exportar afiliados\"],\"jp5bq8\":[\"destinatários\"],\"jpctdh\":[\"Visualizar\"],\"jrBSO1\":[\"Editar organizador\"],\"jtrY3S\":[\"Nada para mostrar ainda\"],\"jtrqH9\":[\"Exportando participantes\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Gestão de capacidade compartilhada\"],\"jyt+cx\":[\"Mensagem de rodapé do e-mail\"],\"k/bJj0\":[\"Perguntas reordenadas\"],\"k1bLf+\":[\"Cor de fundo\"],\"k3Tngl\":[\"Participantes exportados\"],\"k3dfFD\":[\"As perguntas ocultas são visíveis apenas para o organizador do evento e não para o cliente.\"],\"k3wH7i\":[\"Uso de códigos promocionais e detalhamento de descontos\"],\"k4FLBQ\":[\"Passar para o comprador\"],\"k5CU8c\":[\"Total de entradas\"],\"k5p8dz\":[\"Atribuição de Capacidade excluída com sucesso\"],\"k9RiLi\":[\"Criar um Produto\"],\"k9m6/E\":[\"Configurações da página inicial atualizadas com sucesso\"],\"kBkYSa\":[\"Editar Capacidade\"],\"kCn6wb\":[\"A redefinir...\"],\"kF8HQ7\":[\"Exportar respostas\"],\"kIKb9e\":[\"Social\"],\"kJDmsI\":[\"Detalhes do evento\"],\"kKpkzy\":[\"Bilhetes oferecidos com sucesso a 1 pessoa\"],\"kMU5aM\":[\"Um aviso de cancelamento foi enviado para\"],\"kNmmvE\":[\"Awesome Events Lda.\"],\"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.\"],\"kODvZJ\":[\"Primeiro nome\"],\"kOtCs2\":[\"Numeração da fatura\"],\"kTSQej\":[\"Olá \",[\"0\"],\", gerencie sua plataforma daqui.\"],\"kUlL8W\":[\"Perfil atualizado com sucesso\"],\"kWI/37\":[\"Selecione o organizador\"],\"kWg31j\":[\"Introduza um código de afiliado único\"],\"kY7XDn\":[\"Nenhum produto tem entradas na lista de espera\"],\"kYZSFD\":[\"Selecione um organizador para ver seu painel e eventos.\"],\"kYqM1A\":[\"Voltar ao evento\"],\"kadJKg\":[\"Aplica-se a 1 produto\"],\"kf83Ld\":[\"Algo deu errado.\"],\"khBZkl\":[\"CUBA\"],\"kj7zYe\":[\"Webhook atualizado com sucesso\"],\"kjAL4v\":[\"Bilhete\"],\"klWBeI\":[\"Por favor, aguarde antes de solicitar outro código\"],\"kodV18\":[\"Baixar CSV\"],\"kpAzPe\":[\"Início das vendas\"],\"kpJAeS\":[\"Criar organizador\"],\"kqA9lY\":[\"Falha ao atualizar configurações de IVA\"],\"ktyvbu\":[\"Produto(s)\"],\"kv9dM4\":[\"Receitas da plataforma\"],\"kvYpYu\":[\"Pedido não encontrado\"],\"kvpxIU\":[\"Isso será usado para notificações e comunicação com seus usuários.\"],\"kzx0uD\":[\"Predefinições de Evento Atualizadas com Sucesso\"],\"l+/HS6\":[\"As ofertas expiram após \",[\"timeoutHours\"],\" horas.\"],\"l3sZO1\":[\"Adicione quaisquer notas sobre o pedido. Estas não serão visíveis para o cliente.\"],\"l5OcwO\":[\"Participante da mensagem\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Falha ao guardar as definições de IVA. Por favor, tente novamente.\"],\"l75CjT\":[\"Sim\"],\"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.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" já fez check-in\"],\"lB2hSG\":[\"Mantenha-me atualizado sobre notícias e eventos de \",[\"0\"]],\"lFdbRS\":[\"Ignorar taxas de aplicação\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Falha ao iniciar a exportação\"],\"lNipG+\":[\"Ocultar um produto impedirá que os usuários o vejam na página do evento.\"],\"lQgMLn\":[\"Nome do escritório ou local\"],\"lS9/aZ\":[\"Falha ao carregar destinatários\"],\"lWxAUo\":[\"Comida e bebida\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Mensagem para participantes individuais\"],\"lYGfRP\":[\"Inglês\"],\"lZwV6X\":[\"Juntar-se à lista de espera para \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Produto atualizado\"],\"lfLHNz\":[\"O rótulo CTA é obrigatório\"],\"lflimf\":[\"Prazo para pagamento\"],\"lgFfeO\":[\"Vendido\"],\"lhAWqI\":[\"Obrigado pelo seu apoio enquanto continuamos a crescer e melhorar o Hi.Events!\"],\"lk74+I\":[\"Absorver taxa\"],\"lkE00/\":[\"Algo correu mal. Por favor, tente novamente mais tarde.\"],\"lkMK2r\":[\"Seus detalhes\"],\"lkNdiH\":[\"Nome da conta\"],\"lnCMdg\":[\"Carregar imagem\"],\"lnYE59\":[\"Data do evento\"],\"lnrkNz\":[\"Reenviar e-mail de confirmação\"],\"loCKGB\":[\"Promoção termina \",[\"0\"]],\"lpm0+y\":[\"Inclui 1 produto\"],\"lsxOPC\":[\"Pagamento recebido\"],\"luHAJY\":[\"Eventos populares (Últimos 14 dias)\"],\"lyD7rQ\":[\"Este perfil de organizador ainda não foi publicado\"],\"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.\"],\"m/N7Zq\":[\"Endereço Completo do Evento\"],\"m0CFV2\":[\"Detalhes do participante\"],\"m3FM1g\":[\"Total reembolsado\"],\"m8WD6t\":[\"Continuar configuração\"],\"m9SD3V\":[\"O código deve ter pelo menos 3 caracteres\"],\"mBsBHq\":[\"A lista de registro não está ativa\"],\"mCB6Je\":[\"Selecionar tudo\"],\"mEHQ8I\":[\"Tem certeza de que deseja tornar este evento público? Isso tornará o evento visível ao público\"],\"mFdA+i\":[\"Nível de mensagens\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Produto padrão com preço fixo\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Alteração de e-mail pendente\"],\"mImacG\":[\"Página do Evento\"],\"mJJh2s\":[\"As vendas do afiliado não serão rastreadas. Isto irá desativar o afiliado.\"],\"mLBUMQ\":[\"Configuração excluída com sucesso\"],\"mUv9U4\":[\"Vendas\"],\"mVKOW6\":[\"Houve um erro ao enviar a sua mensagem\"],\"mYGY3B\":[\"Data\"],\"mYLhkl\":[\"Configurações Diversas\"],\"mYygCM\":[\"O organizador é obrigatório\"],\"mdeIOH\":[\"Reenviar código\"],\"mf3FrP\":[\"Esta categoria ainda não possui produtos.\"],\"mimF6c\":[\"Mensagem personalizada após o checkout\"],\"miysJh\":[\"Não foi possível encontrar este pedido. Pode ter sido removido.\"],\"mkWad2\":[\"Húngaro\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Taxa Percentual\"],\"mnUGVC\":[\"Limite de taxa excedido. Por favor, tente novamente mais tarde.\"],\"mnafgQ\":[\"O fuso horário padrão para seus eventos.\"],\"mpB/d9\":[\"Valor total do pedido\"],\"muXhGi\":[\"Se ativado, o organizador receberá uma notificação por e-mail quando um novo pedido for feito\"],\"mvrlBO\":[\"Filtrar por evento\"],\"mwe+2z\":[\"Pedidos offline não são refletidos nas estatísticas do evento até que sejam marcados como pagos.\"],\"mxsm1o\":[\"Excluir esta pergunta? Isso não pode ser desfeito.\"],\"n/7+7Q\":[\"Confirmação enviada para\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Imagem excluída com sucesso\"],\"n10yGu\":[\"Pedido de reembolso\"],\"n143Tq\":[\"Editar Categoria de Produto\"],\"n4SpU5\":[\"Gerenciar evento\"],\"n57zCW\":[\"Contas não atribuídas\"],\"n5pRtF\":[\"Crie um ingresso\"],\"n5vdm2\":[\"Nenhum evento de webhook foi registrado para este endpoint ainda. Os eventos aparecerão aqui assim que forem acionados.\"],\"n6EaWL\":[\"Ver logs\"],\"n8+Ng/\":[\"Por favor, introduza o código de 5 dígitos\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Prefixo numérico\"],\"n8IUs7\":[\"Receita Bruta\"],\"n9V+ps\":[\"Digite seu nome\"],\"n9ZhRa\":[\"Selecione data e hora de término\"],\"nAn4Oe\":[\"Pedido marcado como pago\"],\"nBVOd7\":[\"Quando um participante é atualizado\"],\"nBqgQb\":[\"Seu e-mail\"],\"nCywLA\":[\"Participe de qualquer lugar\"],\"nDBs04\":[\"Gestão de capacidade\"],\"nE5o/t\":[\"Propriedade dos Dados\"],\"nFm+5u\":[\"Texto do Rodapé\"],\"nHm0AI\":[\"Detalhamento das vendas diárias, impostos e taxas\"],\"nKtyYu\":[\"Continuar para o próximo passo\"],\"nLC6tu\":[\"francês\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Ação necessária: Reconecte sua conta Stripe\"],\"nO3VbP\":[\"Em promoção \",[\"0\"]],\"nOBvex\":[\"Envie dados de pedidos e participantes em tempo real para seus sistemas externos.\"],\"nOhz3x\":[\"Sair\"],\"nP7CdQ\":[\"Editar Webhook\"],\"nQI4H5\":[\"Conecte o Stripe para ativar a edição de modelos de email\"],\"nWhye/\":[\"A quem deve ser feita esta pergunta?\"],\"nYNT+5\":[\"Configure seu evento\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"O seu pedido foi cancelado.\"],\"nbfdhU\":[\"Integrações\"],\"ncwQad\":[\"(vazio)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"Não conseguimos encontrar o bilhete que procura. O link pode ter expirado ou os detalhes do bilhete podem ter sido alterados.\"],\"nfagfM\":[\"Válido\"],\"nfnm9D\":[\"Nome da organização\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Falha ao enviar imagem. Por favor, tente novamente.\"],\"nm3Iz/\":[\"Obrigado por participar!\"],\"nn3mSR\":[\"Tempo restante:\"],\"nnfSdK\":[\"Clientes únicos\"],\"nniGTr\":[\"Para editar configurações, aceda à secção Configurações no menu de administração.\"],\"nqx+6h\":[\"Complete estas etapas para começar a vender ingressos para o seu evento.\"],\"nrGWUv\":[\"Personalize a página do seu evento para combinar com sua marca e estilo.\"],\"nrSs2u\":[\"Nenhuma mensagem encontrada\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"URL do Webhook\"],\"nvOPBA\":[\"Links permitidos\"],\"nwtY4N\":[\"Algo correu mal\"],\"nx+rqg\":[\"criar um organizador\"],\"ny2r8d\":[\"Quando um pedido é cancelado\"],\"nz96Ue\":[\"1 tipo de bilhete\"],\"o+tJN/\":[\"Por favor, aguarde enquanto preparamos seus participantes para exportação...\"],\"o/blc/\":[\"Falha ao atualizar configuração da conta\"],\"o1my93\":[\"Falha ao atualizar o status do organizador. Por favor, tente novamente mais tarde.\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Parabéns por criar um evento!\"],\"o5r6b2\":[\"Trabalho eliminado\"],\"o6+Y6d\":[\"Reenviando...\"],\"o7LgX6\":[\"Você pode configurar taxas de serviço adicionais e impostos nas configurações da sua conta.\"],\"o7s5FA\":[\"A língua em que o participante receberá as mensagens de correio eletrónico.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"DICA\"],\"oHE9JT\":[\"Editar Atribuição de Capacidade\"],\"oI/hGR\":[\"ID do Pedido\"],\"oJjplO\":[\"Visualizações totais\"],\"oNL5vN\":[\"Ir para a página do evento\"],\"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)\"],\"oQvMPn\":[\"título da questão\"],\"oR7zL3\":[\"Nome do portador do ingresso\"],\"oSDBWm\":[\"Configurações de IVA\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Meus Ingressos\"],\"oW5877\":[\"Total do pedido\"],\"oWXNE5\":[\"Qtd.\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Adicionar ao calendário\"],\"ocS8eq\":[\"Já tem uma conta? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Informações sobre pagamentos offline\"],\"olKKwj\":[\"Scanner móvel com suporte offline e rastreamento em tempo real\"],\"omyBS0\":[\"Número de dias permitidos para pagamento (deixe em branco para omitir os termos de pagamento nas faturas)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Gerenciar participante\"],\"ophZVW\":[\"Gerenciar ingressos\"],\"oqr9HB\":[\"Recolher este produto quando a página do evento for carregada inicialmente\"],\"orBECM\":[\"Total Cobrado\"],\"orluER\":[\"Acompanhe o crescimento e desempenho da conta por fonte de atribuição\"],\"os29v1\":[\"Este link de redefinição de senha é inválido ou expirou.\"],\"ouM5IM\":[\"Tentar outro e-mail\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Padrão\"],\"p/Sa0j\":[\"A sua conta tem limites de mensagens. Para aumentar os seus limites, contacte-nos em\"],\"p2/GCq\":[\"Confirme sua senha\"],\"p2FRHj\":[\"Controle como as taxas da plataforma são tratadas para este evento\"],\"p2WLr3\":[\"Fazer check-in de \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Selecione uma categoria\"],\"pAey+4\":[\"O ficheiro é demasiado grande. O tamanho máximo é 5MB.\"],\"pCLes8\":[\"Deve concordar em receber mensagens\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Bilhete reenviado com sucesso\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Registos de contas recentes\"],\"pMLul+\":[\"Todas as moedas\"],\"pNgdBv\":[\"Não há produtos disponíveis nesta categoria\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Tem certeza de que deseja tornar este organizador público? Isso tornará a página do organizador visível ao público.\"],\"pZNOT9\":[\"Sem data de fim\"],\"pbAk7a\":[\"Conectar faixa\"],\"pjp2n5\":[\"Escolha quem paga a taxa da plataforma. Isso não afeta as taxas adicionais que você configurou nas configurações da sua conta.\"],\"pkk46Q\":[\"Escolha um organizador\"],\"pn5qSs\":[\"Informações adicionais\"],\"pnVh83\":[\"Número de IVA\"],\"pnoTN5\":[\"Contas de referência\"],\"poTr35\":[\"Editar usuário\"],\"ppuQR4\":[\"Pedido criado\"],\"pqFrv2\":[\"por exemplo. 2,50 por US$ 2,50\"],\"prZGMe\":[\"Exigir endereço de cobrança\"],\"psosdY\":[\"Link para detalhes do pedido\"],\"psqIm5\":[\"Colabore com sua equipe para criar eventos incríveis juntos.\"],\"pvnfJD\":[\"Escuro\"],\"pxNIxa\":[\"Personalize seu modelo de e-mail usando modelos Liquid\"],\"q/CcwE\":[\"Data do pedido\"],\"q1BizZ\":[\"Enviaremos os seus bilhetes para este e-mail\"],\"q2LEDV\":[\"Nenhum participante encontrado para este pedido.\"],\"q6XHL1\":[\"Tipo de Preço\"],\"q7TRd7\":[\"Tem certeza de que deseja ativar este participante?\"],\"qCJyMx\":[\"Mensagem pós-check-out\"],\"qCqdg6\":[\"Estado do Check-In\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento.\"],\"qGZz0m\":[\"Está na lista de espera!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Mensagens de saída\"],\"qNuTh3\":[\"Exceção\"],\"qY4rpA\":[\"Reembolso falhou\"],\"qcP/8K\":[\"Hora agendada\"],\"qdfdgM\":[\"Rua Principal 123\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Tudo pronto! Agora está a usar o nosso sistema de pagamentos melhorado.\"],\"qnSLLW\":[\"<0>Por favor, insira o preço sem incluir impostos e taxas.<1>Impostos e taxas podem ser adicionados abaixo.\"],\"qpC74J\":[\"Nenhum utilizador encontrado\"],\"qqWcBV\":[\"Concluído\"],\"qqeAJM\":[\"Nunca\"],\"qtGTNu\":[\"Contas orgânicas\"],\"qu6/03\":[\"Impostos e Taxas\"],\"quR8Qp\":[\"A aguardar pagamento\"],\"qv4bfj\":[\"Uma taxa, como uma taxa de reserva ou uma taxa de serviço\"],\"qvF+MT\":[\"Monitorar e gerir trabalhos de fundo falhados\"],\"qvylEK\":[\"Participante criado\"],\"r+lQXT\":[\"Por favor, insira o seu número de IVA\"],\"r2B2P8\":[\"Copiar URL de check-in\"],\"r9M1hc\":[\"Pesquisar listas de registro...\"],\"rDC+T6\":[\"Tentar trabalho novamente\"],\"rLHma1\":[\"Status do organizador atualizado\"],\"rMcHYt\":[\"Há um reembolso pendente. Aguarde a conclusão antes de solicitar outro reembolso.\"],\"rPA+Gc\":[\"Preferências de comunicação\"],\"rXngLf\":[\"Título SEO\"],\"rYXfOA\":[\"Configurações regionais\"],\"raw09+\":[\"Configure como os dados dos participantes são coletados durante o checkout\"],\"rdUucN\":[\"Pré-visualização\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Isto não será visível para os clientes, mas ajuda-o a identificar o afiliado.\"],\"rmelwV\":[\"0 minutos e 0 segundos\"],\"rnoQsz\":[\"Usado para bordas, destaques e estilo do código QR\"],\"rp/zaT\":[\"Português brasileiro\"],\"rpGMzC\":[\"Falha ao atualizar pedido\"],\"ruJO57\":[\"Nome do trabalho\"],\"rxy0tG\":[\"Falha ao verificar email\"],\"rzw+wS\":[\"Titulares de encomendas\"],\"s/0RpH\":[\"Tempos usados\"],\"s0FkEx\":[\"Configure listas de check-in para diferentes entradas, sessões ou dias.\"],\"s14PLh\":[\"Está a emitir um reembolso parcial. O cliente será reembolsado em \",[\"0\"],\" \",[\"1\"],\".\"],\"s4JozW\":[\"Tem certeza de que deseja restaurar este evento? Ele será restaurado como um evento rascunho.\"],\"s5QRF3\":[\"Voltar às mensagens\"],\"s6EF6K\":[\"Pagamentos Instantâneos\"],\"s8v9hq\":[\"Voltar para a página do evento\"],\"s9KGXU\":[\"Vendido\"],\"sBV87H\":[\"Continuar para a criação do evento\"],\"sCV5Yc\":[\"Nome do evento\"],\"sF+Xp9\":[\"Visualizações de página\"],\"sFFArG\":[\"O nome deve ter menos de 255 caracteres\"],\"sGEOe4\":[\"Use uma versão desfocada da imagem da capa como plano de fundo\"],\"sGjBEq\":[\"Data e hora de término (opcional)\"],\"sJsr1h\":[\"Tipo de Produto\"],\"sLbJQz\":[\"Pedido não encontrado\"],\"sMiGXD\":[\"Verifique se seu e-mail é válido\"],\"sQia9P\":[\"Conecte-se\"],\"sQxe68\":[\"Reenviar confirmação\"],\"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.\"],\"sYpiZP\":[\"Criar código promocional\"],\"sZg7s1\":[\"Data de Expiração\"],\"saG4At\":[\"Mensagem agendada\"],\"sby+1/\":[\"Clique para copiar\"],\"sd5IMt\":[\"Encomendas concluídas\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Você pode criar um código promocional que direcione este produto no\"],\"shkJ3U\":[\"Conecte sua conta Stripe para receber fundos das vendas de ingressos.\"],\"sjNPMw\":[\"Este pedido foi abandonado. Pode iniciar um novo pedido a qualquer momento.\"],\"snMaH4\":[\"Excluir webhook\"],\"spsZys\":[\"Pronto para atualizar? Isto demora apenas alguns minutos.\"],\"sq7vjE\":[\"Os produtos destacados terão uma cor de fundo diferente para se destacarem na página do evento.\"],\"sqdl5s\":[\"Informações de IVA\"],\"ss9PbX\":[\"Participante\"],\"sxKqBm\":[\"O valor total do pedido será reembolsado para o método de pagamento original do cliente.\"],\"sy6fss\":[\"Aplica-se a \",[\"0\"],\" produtos\"],\"sy9anN\":[\"Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo.\"],\"szSnlj\":[\"1 hora antes do evento\"],\"t/KVOk\":[\"Falha ao iniciar a personificação. Por favor, tente novamente.\"],\"t/YqKh\":[\"Remover\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"A mostrar \",[\"0\"],\" de \",[\"totalRows\"],\" registos\"],\"t2bbp8\":[\"Editar participante\"],\"t3AMTs\":[\"Plataforma de Gestão de Eventos\"],\"t41hVI\":[\"Reoferecer lugar\"],\"t79rDv\":[\"Bilhete não encontrado\"],\"t7TeQU\":[\"Mensagens\"],\"t9yxlZ\":[\"Relatórios\"],\"tDTq0D\":[\"Tempo limite do pedido\"],\"tDwYhx\":[\"Tema e cores\"],\"tF+VVr\":[\"Bilhete VIP\"],\"tFbRKJ\":[\"Você não pode editar a função ou o status do proprietário da conta.\"],\"tGCY6d\":[\"Preço do ingresso\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"Tratamento de IVA para Taxas da Plataforma\"],\"tKCBU0\":[\"Última vez usado\"],\"tKKZn0\":[\"Ver detalhes do pedido\"],\"tKcbYd\":[\"Trabalhos falhados\"],\"tLf3yJ\":[\"Como a sua empresa está sediada na Irlanda, o IVA irlandês de 23% aplica-se automaticamente a todas as taxas da plataforma.\"],\"tMFDem\":[\"Nenhum dado disponível\"],\"tMNBEF\":[\"As listas de check-in permitem controlar a entrada por dias, áreas ou tipos de bilhete. Pode partilhar uma ligação segura com a equipa — não é necessária conta.\"],\"tMeVa/\":[\"Solicitar nome e email para cada ingresso comprado\"],\"tNZzFb\":[\"Conteúdo da mensagem\"],\"tOXAdc\":[\"Cancelar irá cancelar todos os participantes associados a este pedido e devolver os bilhetes ao conjunto disponível.\"],\"tPtRwl\":[\"Editar Taxas de Aplicação\"],\"tRXdQ9\":[\"Quando um produto é atualizado\"],\"tSVr6t\":[\"Personificar\"],\"tUGbi8\":[\"Copiar meus dados para:\"],\"tVJk4q\":[\"Cancelar pedido\"],\"tVW/yo\":[\"Selecionar moeda\"],\"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.\"],\"tYF4Zq\":[\"Imprimir para PDF\"],\"tasfos\":[\"remover\"],\"td/bh+\":[\"Voltar aos Relatórios\"],\"tdD/QN\":[\"Editar Produto\"],\"tejfAy\":[\"Listas de Registro\"],\"tfDRzk\":[\"Salvar\"],\"tiI71C\":[\"Para aumentar os seus limites, contacte-nos em\"],\"tnL+GP\":[\"Sintaxe Liquid inválida. Por favor, corrija-a e tente novamente.\"],\"toutGW\":[\"Código QR\"],\"tq0abZ\":[\"Falha ao eliminar trabalhos\"],\"trnWaw\":[\"Polaco\"],\"tst44n\":[\"Eventos\"],\"tudG8q\":[\"Crie e configure ingressos e mercadorias para venda.\"],\"u0n+wz\":[\"Lista de espera\"],\"u5oO/W\":[\"Configurações de pagamentos offline\"],\"u6FPxT\":[\"Obter Bilhetes\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Status\"],\"uBAxNB\":[\"Editor\"],\"uCFbG2\":[\"Afiliado eliminado com sucesso\"],\"uEhdRh\":[\"Apenas Promoção\"],\"uIElGP\":[\"URL de mapas personalizados\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Verdadeiro se pagamento offline\"],\"uM9Alj\":[\"Este produto está destacado na página do evento\"],\"uN355O\":[\"Criar Evento\"],\"uOXLV3\":[\"Concordo com os <0>termos e condições\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Mensagem cancelada\"],\"uQynyf\":[\"Falha ao atualizar configuração\"],\"uRfugr\":[\"Camiseta\"],\"uUPbPg\":[\"Copiar link de afiliado\"],\"uUehLT\":[\"Em espera\"],\"uaSvqt\":[\"Data de validade\"],\"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\"],\"ucgZ0o\":[\"Organização\"],\"uchB0M\":[\"Pré-visualização do widget\"],\"udRwQs\":[\"Check-in criado\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Conecte sua conta Stripe para começar a aceitar pagamentos.\"],\"uq2BmQ\":[\"Últimos 30 dias\"],\"uvIqcj\":[\"Workshop\"],\"uyJsf6\":[\"Sobre\"],\"uzEfRz\":[\"Notas do pedido\"],\"v1P7Gm\":[\"Configurações do widget\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Enviar teste\"],\"v2GlhZ\":[\"A validação do número de IVA atual falhou\"],\"v4+lcZ\":[\"Editar afiliado\"],\"v4fiSg\":[\"Verifique o seu email\"],\"v7xKtM\":[\"Nível de mensagens atualizado com sucesso\"],\"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.\"],\"vAbVy9\":[\"Produto gratuito, sem necessidade de informações de pagamento\"],\"vERlcd\":[\"Perfil\"],\"vFjEnF\":[\"Marcar como pago\"],\"vJuISq\":[\"Tem certeza de que deseja excluir esta Atribuição de Capacidade?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Falha ao excluir pergunta\"],\"vLyv1R\":[\"Esconder\"],\"vOuxvL\":[\"Informações da Conta\"],\"vPJ1FI\":[\"Valor percentual\"],\"vPeW/6\":[\"Tem certeza de que deseja excluir esta configuração? Isso pode afetar as contas que a utilizam.\"],\"vPqpQG\":[\"Lista de check-in não encontrada\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Editar detalhes do pedido\"],\"vRznIT\":[\"Ocorreu um erro ao verificar o status da exportação.\"],\"vX8/tc\":[\"Meu incrível título de evento...\"],\"vXIe7J\":[\"Língua\"],\"vXPSuB\":[\"Atualizar perfil\"],\"vYgeDk\":[\"Desselecionar tudo\"],\"vZ5qKF\":[\"Redimensionar automaticamente a altura do widget com base no conteúdo. Quando desativado, o widget preencherá a altura do contêiner.\"],\"vb0Q0/\":[\"Total de Usuários\"],\"vcyz2L\":[\"Configurações de pagamento\"],\"ve9JTU\":[\"O apelido é obrigatório\"],\"veessc\":[\"Seus participantes aparecerão aqui assim que se inscreverem em seu evento. Você também pode adicionar participantes manualmente.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Últimos 14 dias\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Duplicar evento\"],\"vlf/In\":[\"Tecnologia\"],\"vmOFL/\":[\"Não foi possível processar seu pagamento. Tente novamente ou entre em contato com o suporte.\"],\"vqji3Y\":[\"A validação do número de IVA falhou. Por favor, verifique o seu número de IVA.\"],\"vrSW9M\":[\"O pedido foi cancelado e reembolsado. O proprietário do pedido foi notificado.\"],\"vt9xUl\":[\"Análises em Tempo Real\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Pedido marcado como pago\"],\"vu7ZGG\":[\"Logo e Capa\"],\"vu7gDm\":[\"Eliminar afiliado\"],\"vv7kpg\":[\"Cancelado\"],\"vvO1I2\":[\"Sua conta Stripe está conectada e pronta para processar pagamentos.\"],\"vwGkYB\":[\"A senha deve conter pelo menos 8 caracteres\"],\"vzJenu\":[\"Configurações de e-mail atualizadas com sucesso\"],\"w36OkR\":[\"Eventos mais vistos (Últimos 14 dias)\"],\"w65ZgF\":[\"Precisa de verificar o email da sua conta antes de poder modificar modelos de email.\"],\"wBJR8i\":[\"Planejando um evento?\"],\"wCKkSr\":[\"Verificar email\"],\"wDioLj\":[\"Falha ao tentar novamente o trabalho\"],\"wDx3FF\":[\"Não há produtos disponíveis para este evento\"],\"wIa8Qe\":[\"Reenviar convite\"],\"wJTzyi\":[\"Status do pagamento\"],\"wJijgU\":[\"Localização\"],\"wJzo/w\":[\"Recomendamos dimensões de 400px por 400px e tamanho máximo de 5MB\"],\"wPRp9Z\":[\"Visível apenas para a equipa de check-in. Ajuda a identificar esta lista durante o check-in.\"],\"wPmXlA\":[\"Primeiro número da fatura\"],\"wQzCPX\":[\"Informações fiscais que aparecerão na parte inferior de todas as faturas (ex.: número de IVA, registro fiscal)\"],\"wUv5xQ\":[\"Sem atividade de organizador nos últimos 14 dias\"],\"wYiAtV\":[\"Sem registos de contas recentes\"],\"wckWOP\":[\"Gerenciar\"],\"wdxz7K\":[\"Fonte\"],\"whqocw\":[\"Ao se registrar, você concorda com nossos <0>Termos de Serviço e <1>Política de Privacidade.\"],\"wlfBad\":[\"Período de Promoção\"],\"wnDgGj\":[\"Confirmando endereço de e-mail...\"],\"wpfWhJ\":[\"Primeiro nome do cliente\"],\"wpj63n\":[\"Configurações do organizador\"],\"wu98dY\":[\"Perguntar uma vez por produto\"],\"wuV0bK\":[\"Parar Personificação\"],\"wuyaZh\":[\"Exportação bem-sucedida\"],\"x/xjzn\":[\"Os seus afiliados foram exportados com sucesso.\"],\"x1PPdr\":[\"CEP / Código Postal\"],\"x2mjl4\":[\"Por favor, insira um URL de imagem válido que aponte para uma imagem.\"],\"x3wVFc\":[\"Parabéns! O seu evento está agora visível para o público.\"],\"x4MLWE\":[\"Confirmação do pedido\"],\"x5+Lcz\":[\"Não Registado\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"O bilhete do participante não está incluído nesta lista\"],\"x8XMsJ\":[\"Selecione o nível de mensagens para esta conta. Isto controla os limites de mensagens e permissões de links.\"],\"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.\"],\"xDAtGP\":[\"Mensagem\"],\"xDzTh7\":[\"Falha ao baixar a fatura. Por favor, tente novamente.\"],\"xFRMlO\":[\"Mínimo por pedido\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" à taxa atual\"],\"xFj7Yj\":[\"Falha ao excluir modelo\"],\"xGU92i\":[\"Complete o seu perfil para se juntar à equipa.\"],\"xGVfLh\":[\"Continuar\"],\"xHpVRl\":[\"Status do reembolso\"],\"xJaTUK\":[\"Personalize o layout, cores e marca da página inicial do seu evento.\"],\"xMDm+I\":[\"Fazer check-in\"],\"xMO+Ao\":[\"Configure a sua organização\"],\"xMekgu\":[\"Adicione quaisquer notas sobre o pedido...\"],\"xN9AhL\":[\"Nível \",[\"0\"]],\"xTPjSy\":[\"Eventos passados\"],\"xUgUTh\":[\"Insira o primeiro nome\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Sempre disponível\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Ferramentas\"],\"xdA9ud\":[\"Coloque isto no do seu site.\"],\"xdiER7\":[\"Nível atribuído\"],\"xeIaKw\":[\"Tem a certeza de que pretende reenviar o bilhete para \",[\"0\"],\"?\"],\"xfKgwv\":[\"Criar afiliado\"],\"xgL50q\":[\"O que são Produtos em Camadas?\"],\"xgav5v\":[\"Pagamento realizado com sucesso!\"],\"xnWESi\":[\"Confirme sua senha\"],\"xowcRf\":[\"Termos de serviço\"],\"xrWdPR\":[\"Modelo excluído com sucesso\"],\"xxU3NX\":[\"Receita Líquida\"],\"xxv3BZ\":[\"Esta lista de registro expirou\"],\"xzRvs4\":[\"Receber atualizações de produtos do \",[\"0\"],\".\"],\"y/NR6s\":[\"Local atualizado com sucesso\"],\"y0meFR\":[\"O IVA irlandês de 23% será aplicado às taxas da plataforma (fornecimento doméstico).\"],\"y1BZw1\":[\"Introduza o endereço comercial\"],\"y1eoq1\":[\"Copiar link\"],\"y22tv0\":[\"Copie este link para compartilhá-lo em qualquer lugar\"],\"y3qNri\":[\"Você precisará de pelo menos um produto para começar. Grátis, pago ou deixe o usuário decidir o que pagar.\"],\"y55eMd\":[\"Vezes usado\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Nenhum evento para mostrar\"],\"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.\"],\"yDOdwQ\":[\"Gerenciamento de usuários\"],\"yIRev4\":[\"Criar uma senha\"],\"yKWfjC\":[\"Página de código promocional\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Nenhum evento futuro\"],\"yNi4PV\":[\"Você não pode registrar participantes com pedidos não pagos. Essa configuração pode ser alterada nas configurações do evento.\"],\"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\"],\"yPZN4i\":[\"Esta página de pedido não está mais disponível.\"],\"yPrbsy\":[\"Destinatários\"],\"yRg26W\":[\"Vendas brutas\"],\"ySQGHV\":[\"Ocultar produto quando esgotado\"],\"ySeBKv\":[\"Você já escaneou este ingresso\"],\"ySxKZe\":[\"Quantas vezes esse código pode ser usado?\"],\"yT6dQ8\":[\"Impostos cobrados agrupados por tipo de imposto e evento\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 bilhete\"],\"yWiPh+\":[\"Adicionar imposto ou taxa\"],\"yZfBoy\":[\"Sua mensagem foi enviada\"],\"yhjU+j\":[\"A baixar fatura\"],\"yiy8Jt\":[\"A criar o seu perfil de organizador, por favor aguarde\"],\"yj3N+g\":[\"1 dia após a data de início\"],\"yjkELF\":[\"Confirme a nova senha\"],\"ylXj1N\":[\"Selecionado\"],\"ypJ62C\":[\"% de desconto\"],\"yxhYRZ\":[[\"0\"],\" <0>desmarcado com sucesso\"],\"yz7wBu\":[\"Fechar\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"A hora agendada é obrigatória\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Mudámos oficialmente a nossa sede para a Irlanda 🇮🇪. Como parte desta transição, agora usamos o Stripe Irlanda em vez do Stripe Canadá. Para manter os seus pagamentos funcionando sem problemas, precisará reconectar sua conta Stripe.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Falha ao exportar relatório. Por favor, tente novamente.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Nenhum produto disponível para seleção\"],\"zLmvhE\":[\"Participante criado com sucesso\"],\"zNECqg\":[\"bilhetes\"],\"zNZNMs\":[\"Ver mensagem\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Selecionar um nível\"],\"zPiC+q\":[\"Listas de Check-In Elegíveis\"],\"zTkTF3\":[\"Falha ao salvar modelo\"],\"zUDyah\":[\"Fazendo login\"],\"zWqUyJ\":[\"Taxa fixa cobrada por transação\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Criar modelo \",[\"0\"]],\"zgCHnE\":[\"Relatório de vendas diárias\"],\"ziAjHi\":[\"Gerar\"],\"zlHa5R\":[\"Nenhum participante foi adicionado a este pedido.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Telefone\"],\"znIg+z\":[\"Finalizar compra\"],\"zpekWp\":[\"Promoção começa \",[\"0\"]],\"zppscQ\":[\"Taxas da plataforma Hi.Events e discriminação do IVA por transação\"],\"zxnup4\":[\"Sem afiliados para mostrar\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Sucesso\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/pt.po b/frontend/src/locales/pt.po index 0553c02be..3faf2a6ae 100644 --- a/frontend/src/locales/pt.po +++ b/frontend/src/locales/pt.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Clique para despublicar" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'Não há nada para mostrar ainda'" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'Não há nada para mostrar ainda'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(vazio)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} já fez check-in" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>registrado com sucesso" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>desmarcado com sucesso" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} webhooks ativos" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} disponível" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} criado com sucesso" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} restante" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "Logo {0}" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} organizadores" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} bilhetes" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} atualizado com sucesso" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} registrado" @@ -148,6 +169,7 @@ msgstr "<0>O número de produtos disponíveis para este produto<1>Esse valor msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} à taxa atual" @@ -251,6 +273,11 @@ msgstr "Uma taxa, como uma taxa de reserva ou uma taxa de serviço" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Um valor fixo por produto. Ex: $0,50 por produto" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Uma entrada de texto multilinha" @@ -300,7 +327,7 @@ msgstr "Um imposto padrão, como IVA ou GST" msgid "Abandoned" msgstr "Abandonado" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Sobre" @@ -403,7 +430,8 @@ msgstr "Ação Necessária: Informações de IVA Necessárias" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Ações" @@ -510,7 +538,7 @@ msgstr "Adicionar nível" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Adicionar ao calendário" @@ -660,7 +688,7 @@ msgstr "Todos os trabalhos em fila para nova tentativa" msgid "All Products" msgstr "Todos os Produtos" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Todos os estados" @@ -699,6 +727,7 @@ msgstr "Quase lá! Termine de conectar sua conta Stripe para começar a aceitar msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Quase lá! Estamos apenas a aguardar que o seu pagamento seja processado. Isto deve demorar apenas alguns segundos." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Já tem uma conta? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Incrível, evento, palavras-chave..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Quantia" @@ -734,6 +762,7 @@ msgstr "Quantia" msgid "Amount Paid" msgstr "Valor pago" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Valor pago ({0})" @@ -762,6 +791,11 @@ msgstr "Um erro inesperado ocorreu." msgid "An unexpected error occurred. Please try again." msgstr "Um erro inesperado ocorreu. Por favor, tente novamente." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Resposta atualizada com sucesso." @@ -778,10 +812,11 @@ msgstr "Aparência" msgid "Application Fees Configuration" msgstr "Configuração de Taxas de Aplicação" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "aplicado" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Aplica-se a {0} produtos" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "Aplica-se a 1 produto" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Aplicar" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Aplicar código promocional" +#~ msgid "Apply Promo Code" +#~ msgstr "Aplicar código promocional" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Tem certeza de que deseja definir este organizador como rascunho? Isso t msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Tem certeza de que deseja tornar este organizador público? Isso tornará a página do organizador visível ao público." -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Tem a certeza de que pretende oferecer um lugar a esta pessoa? Receberá uma notificação por e-mail." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Tem a certeza de que deseja publicar este evento? Uma vez publicado, será visível ao público." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Tem a certeza de que deseja publicar este perfil de organizador? Uma vez publicado, será visível ao público." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Tem a certeza de que deseja remover esta entrada da lista de espera?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Tem a certeza de que pretende reenviar a confirmação da encomenda para {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Tem a certeza de que pretende reenviar o bilhete para {0}?" @@ -909,11 +947,11 @@ msgstr "Tem a certeza de que pretende reenviar o bilhete para {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Tem certeza de que deseja restaurar este evento? Ele será restaurado como um evento rascunho." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Tem a certeza de que deseja despublicar este evento? Já não será visível ao público." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Tem a certeza de que deseja despublicar este perfil de organizador? Já não será visível ao público." @@ -1101,7 +1139,7 @@ msgstr "Redimensionamento automático" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "A oferta automática está ativada. Os bilhetes são oferecidos automaticamente quando a capacidade fica disponível. Use isto para oferecer lugares adicionais manualmente." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Processar lista de espera automaticamente" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Detetado automaticamente com base na cor de fundo, mas pode ser substituído" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Oferecer bilhetes automaticamente à próxima pessoa quando houver capacidade disponível" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Oferecer bilhetes automaticamente à próxima pessoa quando houver capacidade disponível" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Voltar aos Relatórios" msgid "Background Color" msgstr "Cor de fundo" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Tipo de plano de fundo" @@ -1261,7 +1303,7 @@ msgstr "Nome Comercial" msgid "Button Label" msgstr "Rótulo do botão" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Texto do botão" @@ -1273,6 +1315,7 @@ msgstr "O comprador paga" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Campanha" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Cancelar" @@ -1343,6 +1387,7 @@ msgstr "Cancelar pedido" msgid "Cancel Order" msgstr "Cancelar pedido" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Cancelar pedido {0}" @@ -1355,11 +1400,11 @@ msgstr "Cancelar irá cancelar todos os participantes associados a este pedido e #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Caridade" msgid "Check In" msgstr "Fazer check-in" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Fazer check-in de {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Chinês (Tradicional)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Escolha uma cor para o seu plano de fundo" +#~ msgid "Choose a color for your background" +#~ msgstr "Escolha uma cor para o seu plano de fundo" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Cidade" msgid "Clear Search Text" msgstr "Limpar texto de pesquisa" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Clique para copiar" @@ -1600,15 +1656,15 @@ msgstr "Clique para copiar" msgid "Click to view notes" msgstr "Clique para ver as notas" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "fechar" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Fechar" @@ -1672,8 +1728,8 @@ msgstr "Coletar dados por ingresso" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Cor" +#~ msgid "Color" +#~ msgstr "Cor" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Configurar impostos e taxas" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Configurar definições da lista de espera para este evento" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Configurar definições da lista de espera para este evento" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Desconto configurado" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "confirme" @@ -1942,12 +1999,14 @@ msgstr "Conectado ao Stripe" msgid "Connection Details" msgstr "Detalhes da conexão" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Contato" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Contato {0}" @@ -1963,12 +2022,12 @@ msgstr "E-mail de contato para suporte" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Continuar" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Texto do botão Continuar" @@ -1982,7 +2041,7 @@ msgstr "Continuar a configuração" msgid "Continue Setup" msgstr "Continuar configuração" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Continuar para o pagamento" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Cobrir" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Imagem de capa" @@ -2110,10 +2171,12 @@ msgstr "A imagem de capa será exibida no topo da página do organizador" msgid "Create" msgstr "Criar" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Criar {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Criar modelo {0}" @@ -2339,6 +2402,10 @@ msgstr "Marca Personalizada" msgid "Custom date and time" msgstr "Data e hora personalizadas" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "URL de mapas personalizados" @@ -2415,7 +2482,7 @@ msgstr "Personalize as perguntas feitas durante o checkout para coletar informa msgid "Customize the SEO settings for this event" msgstr "Personalize as configurações de SEO para este evento" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Personalize o texto exibido no botão continuar" @@ -2613,6 +2680,7 @@ msgstr "Desconto" msgid "Discount %" msgstr "% de desconto" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Desconto em {0}" @@ -2621,7 +2689,7 @@ msgstr "Desconto em {0}" msgid "Discount Type" msgstr "Tipo de desconto" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Dispensar esta mensagem" @@ -2704,10 +2772,16 @@ msgstr "Devido ao alto risco de spam, deve conectar uma conta Stripe antes de po #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"Devido ao alto risco de spam, você deve conectar uma conta Stripe antes de poder enviar mensagens aos participantes.\n" -"Isso é para garantir que todos os organizadores de eventos sejam verificados e responsáveis." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "Devido ao alto risco de spam, você deve conectar uma conta Stripe antes de poder enviar mensagens aos participantes.\n" +#~ "Isso é para garantir que todos os organizadores de eventos sejam verificados e responsáveis." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Duplicar produto" msgid "Dutch" msgstr "Holandês" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "ex. 180 (3 horas)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "ex.: Comprar ingressos, Registrar-se agora" @@ -2768,11 +2842,14 @@ msgstr "Madrugador" msgid "Edit" msgstr "Editar" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Editar {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Editar modelo {0}" @@ -2907,7 +2984,7 @@ msgstr "Listas de Check-In Elegíveis" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Digite seu nome" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Introduza o seu número de IVA incluindo o código do país, sem espaços (por exemplo, PT123456789, ES12345678A)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "As inscrições aparecerão aqui quando os clientes se juntarem à lista de espera de produtos esgotados." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Configurações do evento" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Falha na atualização do status do evento. Por favor, tente novamente mais tarde" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "Exceção" msgid "Expiration date" msgstr "Data de Expiração" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Expirado" @@ -3566,7 +3643,7 @@ msgstr "Falha ao carregar destinatários" msgid "Failed to load Webhook" msgstr "Falha ao carregar o Webhook" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Falha ao oferecer lugar" @@ -3574,6 +3651,10 @@ msgstr "Falha ao oferecer lugar" msgid "Failed to offer tickets" msgstr "Falha ao oferecer bilhetes" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Falha ao reordenar perguntas" @@ -3778,7 +3859,7 @@ msgstr "Primeiro nome" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Primeiro nome" msgid "First Name" msgstr "Primeiro nome" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "Esqueceu sua senha?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Livre" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "alemão" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Obter direções" +#~ msgid "Get Directions" +#~ msgstr "Obter direções" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Receba imediatamente via Stripe Connect" msgid "Get started" msgstr "Começar" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Obter Bilhetes" @@ -3987,10 +4068,11 @@ msgstr "Gestão de convidados" msgid "Guests" msgstr "Convidados" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Tem um código promocional?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Olá {0}, gerencie sua plataforma daqui." @@ -4020,6 +4102,7 @@ msgstr "Aqui está o seu link de afiliado" msgid "Here's what to expect:" msgstr "Aqui está o que esperar:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Oi {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Escondido da vista do público" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "As perguntas ocultas são visíveis apenas para o organizador do evento e não para o cliente." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Esconder" @@ -4134,8 +4216,8 @@ msgstr "Design da página inicial" msgid "Homepage Designer" msgstr "Designer de página inicial" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Visualização da página inicial" @@ -4144,7 +4226,7 @@ msgstr "Visualização da página inicial" msgid "Homer" msgstr "Homero" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Húngaro" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Concordo em receber notificações por email relacionadas com este evento" @@ -4193,7 +4275,7 @@ msgstr "Concordo com os <0>termos e condições" msgid "I confirm this is a transactional message related to this event" msgstr "Confirmo que esta é uma mensagem transacional relacionada com este evento" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Se uma nova aba não abriu automaticamente, clique no botão abaixo para continuar para o pagamento." @@ -4299,6 +4381,7 @@ msgstr "Inclua detalhes de conexão para o seu evento online. Estes detalhes ser msgid "Include tax and fees in the price" msgstr "Incluir impostos e taxas no preço" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Inclui {0} produtos" @@ -4477,21 +4560,25 @@ msgstr "John" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Participe de qualquer lugar" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Juntar-se à lista de espera" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Juntar-se à lista de espera para {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Juntar-se à lista de espera para {0}" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Inscrito" @@ -4503,6 +4590,7 @@ msgstr "Basta clicar no botão abaixo para reconectar sua conta Stripe." msgid "Just looking for your tickets?" msgstr "Apenas procurando seus ingressos?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Mantenha-me atualizado sobre notícias e eventos de {0}" @@ -4574,7 +4662,7 @@ msgstr "Sobrenome" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Carregando..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Gerenciar ingressos" msgid "Manage your account details and default settings" msgstr "Gerencie os detalhes da sua conta e configurações padrão" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Gerencie seu processamento de pagamentos e visualize as taxas da plataforma" @@ -4897,6 +4989,10 @@ msgstr "Nível de mensagens" msgid "Messaging tier updated successfully" msgstr "Nível de mensagens atualizado com sucesso" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Mínimo por pedido" @@ -4905,7 +5001,7 @@ msgstr "Mínimo por pedido" msgid "Minimum Price" msgstr "Preço minimo" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "minutos" @@ -4949,6 +5045,10 @@ msgstr "Múltiplas opções de preço. Perfeito para produtos antecipados, etc." msgid "Music" msgstr "Música" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "Nenhuma configuração de IVA definida" msgid "No viewed events in the last 14 days" msgstr "Sem eventos vistos nos últimos 14 dias" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Sem inscrições na lista de espera" @@ -5369,27 +5469,27 @@ msgstr "Prefixo numérico" msgid "of" msgstr "de" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Oferecer" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Oferecer lugar" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Oferecer bilhetes" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Tempo limite da oferta" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Oferecido" @@ -5444,6 +5544,7 @@ msgstr "Configurações de pagamentos offline" msgid "On Sale" msgstr "À venda" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "Em promoção {0}" @@ -5474,7 +5575,7 @@ msgstr "Em andamento" msgid "Online" msgstr "Online" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Evento online" @@ -5791,7 +5892,6 @@ msgstr "Nome da organização" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Configurações do organizador" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "As estatísticas do organizador não estão disponíveis para a moeda selecionada ou ocorreu um erro." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Falha ao atualizar o status do organizador. Por favor, tente novamente mais tarde." -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Status do organizador atualizado" @@ -5931,6 +6031,7 @@ msgstr "Reembolso parcial" msgid "Partially Refunded" msgstr "Parcialmente reembolsado" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Parcialmente reembolsado: {0}" @@ -6173,6 +6274,7 @@ msgstr "Planejando um evento?" msgid "Platform fee" msgstr "Taxa da plataforma" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Taxa da plataforma de {0} deduzida do seu pagamento" @@ -6215,7 +6317,7 @@ msgstr "Verifique se seu e-mail é válido" msgid "Please check your email to confirm your email address" msgstr "Verifique seu e-mail para confirmar seu endereço de e-mail" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Continue na nova aba" @@ -6227,7 +6329,7 @@ msgstr "Por favor, crie um produto" msgid "Please create a ticket" msgstr "Por favor, crie um ingresso" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Por favor, introduza um endereço de e-mail válido" @@ -6271,7 +6373,7 @@ msgstr "Por favor, selecione um intervalo de datas" msgid "Please select an image." msgstr "Por favor, selecione uma imagem." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Por favor, selecione pelo menos um produto" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Mensagem Pós-Checkout" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Distribuído por" @@ -6335,6 +6438,11 @@ msgstr "Distribuído por" msgid "Pre Checkout message" msgstr "Mensagem pré-checkout" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Evite sobrevenda compartilhando estoque entre vários tipos de ingresso." @@ -6408,7 +6516,7 @@ msgstr "Imprimir ingressos" msgid "Print to PDF" msgstr "Imprimir para PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Política de Privacidade" @@ -6424,7 +6532,7 @@ msgstr "A processar pedido" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Perfil" msgid "Profile updated successfully" msgstr "Perfil atualizado com sucesso" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Código promocional {promo_code} aplicado" @@ -6555,10 +6663,16 @@ msgstr "Emails promocionais podem resultar na suspensão da conta" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." -msgstr "Forneça contexto adicional ou instruções para esta pergunta. Use este campo para adicionar termos e condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder." +" and conditions, guidelines, or any important information that attendees need to know before answering." +msgstr "" + +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "Forneça contexto adicional ou instruções para esta pergunta. Use este campo para adicionar termos e condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Publicar" @@ -6567,8 +6681,8 @@ msgid "Publish Event" msgstr "Publicar Evento" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Adquirido" @@ -6635,7 +6749,7 @@ msgstr "Taxa" msgid "Rate limit exceeded. Please try again later." msgstr "Limite de taxa excedido. Por favor, tente novamente mais tarde." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Reoferecer lugar" @@ -6647,6 +6761,7 @@ msgstr "Pronto para atualizar? Isto demora apenas alguns minutos." msgid "Real-Time Analytics" msgstr "Análises em Tempo Real" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6725,6 +6840,7 @@ msgstr "Reembolso falhou" msgid "Refund order" msgstr "Pedido de reembolso" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Reembolsar pedido {0}" @@ -6749,6 +6865,7 @@ msgstr "Status do reembolso" msgid "Refunded" msgstr "Devolveu" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Reembolsado: {0}" @@ -6766,6 +6883,10 @@ msgstr "Configurações regionais" msgid "Register" msgstr "Registro" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6775,13 +6896,14 @@ msgstr "Perguntas de registro" msgid "Remaining Uses" msgstr "Usos restantes" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "remover" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Remover" @@ -6914,7 +7036,7 @@ msgstr "Resumo de Receita" msgid "Revoke invitation" msgstr "Revogar convite" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6929,10 +7051,12 @@ msgstr "Papel" msgid "Sale End Date" msgstr "Data de término da venda" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Promoção terminou {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Promoção termina {0}" @@ -6955,6 +7079,7 @@ msgstr "Período de venda, limites de pedido, visibilidade" msgid "Sale Start Date" msgstr "Data de início da venda" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Promoção começa {0}" @@ -7008,7 +7133,7 @@ msgstr "São Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7021,8 +7146,8 @@ msgstr "Salvar" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Salvar alterações" @@ -7103,7 +7228,7 @@ msgstr "Pesquisar por título do evento ou organizador..." msgid "Search by job name or exception..." msgstr "Pesquisar por nome do trabalho ou exceção..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Pesquisar por nome ou e-mail..." @@ -7163,6 +7288,7 @@ msgstr "Cor do texto secundário" msgid "Secure Checkout" msgstr "Checkout Seguro" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7478,7 +7604,7 @@ msgid "Setup & Design" msgstr "Configuração e design" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7507,6 +7633,7 @@ msgstr "Compartilhar página do organizador" msgid "Shared Capacity Management" msgstr "Gestão de capacidade compartilhada" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Mostrar todas as plataformas ({0} com valores)" @@ -7527,8 +7654,7 @@ msgstr "Mostrar caixa de seleção de opt-in de marketing" msgid "Show marketing opt-in checkbox by default" msgstr "Mostrar caixa de seleção de opt-in de marketing por padrão" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Mostre mais" @@ -7540,6 +7666,7 @@ msgstr "Mostrar mais plataformas" msgid "Show tax and fees separately" msgstr "Mostrar impostos e taxas separadamente" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "A mostrar {0} de {totalRows} registos" @@ -7605,13 +7732,18 @@ msgid "Sold out" msgstr "Vendido" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Vendido" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Lista de espera de esgotados" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Lista de espera de esgotados" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7637,7 +7769,7 @@ msgstr "Algo deu errado! Por favor, tente novamente" msgid "Something went wrong." msgstr "Algo deu errado." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Algo correu mal. Por favor, tente novamente mais tarde." @@ -7654,7 +7786,7 @@ msgstr "Algo deu errado. Por favor, tente novamente." msgid "Sorry for the inconvenience." msgstr "Desculpe o inconveniente." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Desculpe, este código promocional não é reconhecido" @@ -7719,7 +7851,7 @@ msgstr "As estatísticas são baseadas na data de criação da conta" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7802,11 +7934,13 @@ msgstr "Subtotal" msgid "Success" msgstr "Sucesso" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Sucesso! {0} receberá um e-mail em breve." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "{0} participante com sucesso" @@ -7840,7 +7974,7 @@ msgstr "Pergunta criada com sucesso" msgid "Successfully Duplicated Product" msgstr "Produto duplicado com sucesso" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Lugar oferecido com sucesso" @@ -7852,7 +7986,7 @@ msgstr "Bilhetes oferecidos com sucesso a {count} pessoas" msgid "Successfully offered tickets to 1 person" msgstr "Bilhetes oferecidos com sucesso a 1 pessoa" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Removido da lista de espera com sucesso" @@ -7922,8 +8056,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Configurações de taxa da plataforma atualizadas com sucesso" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Produto atualizado com sucesso" +#~ msgid "Successfully updated product" +#~ msgstr "Produto atualizado com sucesso" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7959,6 +8097,7 @@ msgstr "Suíte 100" msgid "Summary" msgstr "Resumo" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8101,7 +8240,7 @@ msgstr "Modelo excluído com sucesso" msgid "Template saved successfully" msgstr "Modelo salvo com sucesso" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Termos de serviço" @@ -8118,8 +8257,8 @@ msgstr "Obrigado por participar!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Obrigado pelo seu apoio enquanto continuamos a crescer e melhorar o Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Esse código promocional é inválido" @@ -8192,9 +8331,15 @@ msgstr "O link que você clicou é inválido." msgid "The locale of the customer" msgstr "O idioma do cliente" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "O número máximo de produtos para {0} é {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "O número máximo de produtos para {0} é {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8252,11 +8397,11 @@ msgstr "Teatro" msgid "Theme & Colors" msgstr "Tema e cores" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Não há produtos disponíveis para este evento" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Não há produtos disponíveis nesta categoria" @@ -8332,11 +8477,11 @@ msgstr "Este código será usado para rastrear vendas. Apenas são permitidas le msgid "This color combination may be hard to read for some users" msgstr "Esta combinação de cores pode ser difícil de ler para alguns utilizadores" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Este evento terminou" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Este evento ainda não foi publicado" @@ -8412,7 +8557,11 @@ msgstr "Este pedido foi abandonado. Pode iniciar um novo pedido a qualquer momen msgid "This order was cancelled. You can start a new order anytime." msgstr "Este pedido foi cancelado. Pode iniciar um novo pedido a qualquer momento." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Este perfil de organizador ainda não foi publicado" @@ -8582,7 +8731,7 @@ msgstr "Bilhetes" msgid "Tickets & Products" msgstr "Ingressos e produtos" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Bilhetes disponíveis" @@ -8594,6 +8743,7 @@ msgstr "Ingressos para" msgid "Tickets Sold" msgstr "Ingressos Vendidos" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Nível {0}" @@ -8815,7 +8965,7 @@ msgstr "Não foi possível retirar o participante" msgid "Unable to create product. Please check the your details" msgstr "Não foi possível criar o produto. Por favor, verifique seus detalhes" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Não foi possível criar o produto. Por favor, verifique seus detalhes" @@ -8831,7 +8981,7 @@ msgstr "Não foi possível duplicar o produto. Por favor, verifique seus dados" msgid "Unable to fetch attendee" msgstr "Não foi possível buscar participante" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Não foi possível entrar na lista de espera" @@ -8879,7 +9029,7 @@ msgstr "Participante desconhecido" msgid "Unlimited" msgstr "Ilimitado" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Ilimitado disponível" @@ -8911,6 +9061,7 @@ msgstr "Por vir" msgid "Upcoming Events" msgstr "Próximos eventos" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Atualizar {0}" @@ -8988,15 +9139,15 @@ msgstr "Scanner USB/HID" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Use <0>modelos Liquid para personalizar os seus emails" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Use uma versão desfocada da imagem da capa como plano de fundo" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Usar imagem de capa" +#~ msgid "Use cover image" +#~ msgstr "Usar imagem de capa" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9225,7 +9376,7 @@ msgstr "Ver página do evento" msgid "View logs" msgstr "Ver logs" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Ver mapa" @@ -9233,7 +9384,7 @@ msgstr "Ver mapa" msgid "View Message" msgstr "Ver mensagem" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Ver no Google Maps" @@ -9293,9 +9444,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Em espera" @@ -9306,7 +9457,7 @@ msgstr "A aguardar pagamento" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Lista de espera" @@ -9330,6 +9481,7 @@ msgstr "Não conseguimos excluir a categoria. Por favor, tente novamente." msgid "We couldn't find any orders associated with this email address." msgstr "Não encontramos pedidos associados a este endereço de e-mail." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "Não encontramos nenhum ingresso correspondente a {0}" @@ -9380,8 +9532,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "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." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "Notificaremos por e-mail se houver um lugar disponível para {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "Notificaremos por e-mail se houver um lugar disponível para {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9453,14 +9609,18 @@ msgstr "Bem vindo a bordo! Por favor faça o login para continuar." msgid "Welcome back" msgstr "Bem-vindo de volta" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Bem vindo de volta{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Bem-vindo ao {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Bem-vindo ao {0}, aqui está uma lista de todos os seus eventos" @@ -9529,9 +9689,16 @@ msgstr "Quando um produto é excluído" msgid "When a product is updated" msgstr "Quando um produto é atualizado" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Quando um produto esgota, os clientes podem juntar-se a uma lista de espera para serem notificados quando houver lugares disponíveis." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Quando um produto esgota, os clientes podem juntar-se a uma lista de espera para serem notificados quando houver lugares disponíveis." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9631,7 +9798,7 @@ msgstr "Trabalhando" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9676,14 +9843,19 @@ msgstr "Sim, remova-os" msgid "You already scanned this ticket" msgstr "Você já escaneou este ingresso" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Você está alterando seu e-mail para <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "Está a personificar <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Está a emitir um reembolso parcial. O cliente será reembolsado em {0} {1}." @@ -9754,7 +9926,7 @@ msgstr "Você adicionou taxas e impostos a um produto gratuito. Deseja removê-l msgid "You must acknowledge that this email is not promotional" msgstr "Você deve reconhecer que este e-mail não é promocional" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Deve concordar em receber mensagens" @@ -9810,11 +9982,12 @@ msgstr "Você precisará de pelo menos um produto para começar. Grátis, pago o msgid "You're all set! Your payments are being processed smoothly." msgstr "Está tudo pronto! Os seus pagamentos estão a ser processados sem problemas." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "Vai participar em {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Está na lista de espera!" @@ -9862,6 +10035,7 @@ msgstr "Seus detalhes" msgid "Your Email" msgstr "Seu e-mail" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "Sua solicitação de e-mail para <0>{0} está pendente. Por favor, verifique seu e-mail para confirmar" diff --git a/frontend/src/locales/ru.js b/frontend/src/locales/ru.js index 36ededc97..9266fb75d 100644 --- a/frontend/src/locales/ru.js +++ b/frontend/src/locales/ru.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>checked out successfully\"],\"KMgp2+\":[[\"0\"],\" available\"],\"Pmr5xp\":[[\"0\"],\" created successfully\"],\"FImCSc\":[[\"0\"],\" updated successfully\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" days, \",[\"hours\"],\" hours, \",[\"minutes\"],\" minutes, and \",[\"seconds\"],\" seconds\"],\"f3RdEk\":[[\"hours\"],\" hours, \",[\"minutes\"],\" minutes, and \",[\"seconds\"],\" seconds\"],\"fyE7Au\":[[\"minutes\"],\" minutes and \",[\"seconds\"],\" seconds\"],\"NlQ0cx\":[[\"organizerName\"],\"'s first event\"],\"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>Please enter the price excluding taxes and fees.<1>Taxes and fees can be added below.\",\"ZjMs6e\":\"<0>The number of products available for this product<1>This value can be overridden if there are <2>Capacity Limits associated with this 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 minutes and 0 seconds\",\"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\":\"A date input. Perfect for asking for a date of birth etc.\",\"6euFZ/\":[\"A default \",[\"type\"],\" is automaticaly applied to all new products. You can override this on a per product basis.\"],\"SMUbbQ\":\"A Dropdown input allows only one selection\",\"qv4bfj\":\"A fee, like a booking fee or a service fee\",\"POT0K/\":\"A fixed amount per product. E.g, $0.50 per product\",\"f4vJgj\":\"A multi line text input\",\"OIPtI5\":\"A percentage of the product price. E.g., 3.5% of the product price\",\"ZthcdI\":\"A promo code with no discount can be used to reveal hidden products.\",\"AG/qmQ\":\"A Radio option has multiple options but only one can be selected.\",\"h179TP\":\"A short description of the event that will be displayed in search engine results and when sharing on social media. By default, the event description will be used\",\"WKMnh4\":\"A single line text input\",\"BHZbFy\":\"A single question per order. E.g, What is your shipping address?\",\"Fuh+dI\":\"A single question per product. E.g, What is your t-shirt size?\",\"RlJmQg\":\"A standard tax, like VAT or GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Accept bank transfers, checks, or other offline payment methods\",\"hrvLf4\":\"Accept credit card payments with Stripe\",\"bfXQ+N\":\"Accept Invitation\",\"AeXO77\":\"Account\",\"lkNdiH\":\"Account Name\",\"Puv7+X\":\"Account Settings\",\"OmylXO\":\"Account updated successfully\",\"7L01XJ\":\"Actions\",\"FQBaXG\":\"Activate\",\"5T2HxQ\":\"Activation date\",\"F6pfE9\":\"Active\",\"/PN1DA\":\"Add a description for this check-in list\",\"0/vPdA\":\"Add any notes about the attendee. These will not be visible to the attendee.\",\"Or1CPR\":\"Add any notes about the attendee...\",\"l3sZO1\":\"Add any notes about the order. These will not be visible to the customer.\",\"xMekgu\":\"Add any notes about the order...\",\"PGPGsL\":\"Add description\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Add New\",\"TZxnm8\":\"Add Option\",\"24l4x6\":\"Add Product\",\"8q0EdE\":\"Add Product to Category\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Add Tax or Fee\",\"goOKRY\":\"Add tier\",\"oZW/gT\":\"Add to Calendar\",\"pn5qSs\":\"Additional Information\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Address\",\"NY/x1b\":\"Address line 1\",\"POdIrN\":\"Address Line 1\",\"cormHa\":\"Address line 2\",\"gwk5gg\":\"Address Line 2\",\"U3pytU\":\"Admin\",\"HLDaLi\":\"Admin users have full access to events and account settings.\",\"W7AfhC\":\"All attendees of this event\",\"cde2hc\":\"All Products\",\"5CQ+r0\":\"Allow attendees associated with unpaid orders to check in\",\"ipYKgM\":\"Allow search engine indexing\",\"LRbt6D\":\"Allow search engines to index this event\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Amazing, Event, Keywords...\",\"hehnjM\":\"Amount\",\"R2O9Rg\":[\"Amount paid (\",[\"0\"],\")\"],\"V7MwOy\":\"An error occurred while loading the 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\":\"An unexpected error occurred.\",\"byKna+\":\"An unexpected error occurred. Please try again.\",\"ubdMGz\":\"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\",\"aAIQg2\":\"Appearance\",\"Ym1gnK\":\"applied\",\"sy6fss\":[\"Applies to \",[\"0\"],\" products\"],\"kadJKg\":\"Applies to 1 product\",\"DB8zMK\":\"Apply\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Apply this \",[\"type\"],\" to all new products\"],\"S0ctOE\":\"Archive event\",\"TdfEV7\":\"Archived\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Are you sure you want to activate this attendee?\",\"TvkW9+\":\"Are you sure you want to archive this event?\",\"/CV2x+\":\"Are you sure you want to cancel this attendee? This will void their ticket\",\"YgRSEE\":\"Are you sure you want to delete this promo code?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Are you sure you want to make this event draft? This will make the event invisible to the public\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Are you sure you want to restore this event? It will be restored as a draft event.\",\"vJuISq\":\"Are you sure you would like to delete this Capacity Assignment?\",\"baHeCz\":\"Are you sure you would like to delete this Check-In List?\",\"LBLOqH\":\"Ask once per order\",\"wu98dY\":\"Ask once per product\",\"ss9PbX\":\"Attendee\",\"m0CFV2\":\"Attendee Details\",\"QKim6l\":\"Attendee not found\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Attendee Ticket\",\"9SZT4E\":\"Attendees\",\"iPBfZP\":\"Attendees Registered\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Auto Resize\",\"vZ5qKF\":\"Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container.\",\"4lVaWA\":\"Awaiting offline payment\",\"2rHwhl\":\"Awaiting Offline Payment\",\"3wF4Q/\":\"Awaiting payment\",\"ioG+xt\":\"Awaiting Payment\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Back to event page\",\"VCoEm+\":\"Back to login\",\"k1bLf+\":\"Background Color\",\"I7xjqg\":\"Background 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\":\"Billing Address\",\"/xC/im\":\"Billing Settings\",\"rp/zaT\":\"Brazilian Portuguese\",\"whqocw\":\"By registering you agree to our <0>Terms of Service and <1>Privacy Policy.\",\"bcCn6r\":\"Calculation Type\",\"+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\":\"Cancel\",\"Gjt/py\":\"Cancel email change\",\"tVJk4q\":\"Cancel order\",\"Os6n2a\":\"Cancel Order\",\"Mz7Ygx\":[\"Cancel Order \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Cancelled\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacity\",\"V6Q5RZ\":\"Capacity Assignment created successfully\",\"k5p8dz\":\"Capacity Assignment deleted successfully\",\"nDBs04\":\"Capacity Management\",\"ddha3c\":\"Categories allow you to group products together. For example, you might have a category for \\\"Tickets\\\" and another for \\\"Merchandise\\\".\",\"iS0wAT\":\"Categories help you organize your products. This title will be displayed on the public event page.\",\"eorM7z\":\"Categories reordered successfully.\",\"3EXqwa\":\"Category Created Successfully\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Change password\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Check in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Check in and mark order as paid\",\"QYLpB4\":\"Check in only\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Check out this event!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Check-In List deleted successfully\",\"+hBhWk\":\"Check-in list has expired\",\"mBsBHq\":\"Check-in list is not active\",\"vPqpQG\":\"Check-in list not found\",\"tejfAy\":\"Check-In Lists\",\"hD1ocH\":\"Check-In URL copied to clipboard\",\"CNafaC\":\"Checkbox options allow multiple selections\",\"SpabVf\":\"Checkboxes\",\"CRu4lK\":\"Checked In\",\"znIg+z\":\"Checkout\",\"1WnhCL\":\"Checkout Settings\",\"6imsQS\":\"Chinese (Simplified)\",\"JjkX4+\":\"Choose a color for your background\",\"/Jizh9\":\"Choose an account\",\"3wV73y\":\"City\",\"FG98gC\":\"Clear Search Text\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Click to copy\",\"yz7wBu\":\"Close\",\"62Ciis\":\"Close sidebar\",\"EWPtMO\":\"Code\",\"ercTDX\":\"Code must be between 3 and 50 characters long\",\"oqr9HB\":\"Collapse this product when the event page is initially loaded\",\"jZlrte\":\"Color\",\"Vd+LC3\":\"Color must be a valid hex color code. Example: #ffffff\",\"1HfW/F\":\"Colors\",\"VZeG/A\":\"Coming Soon\",\"yPI7n9\":\"Comma seperated keywords that describe the event. These will be used by search engines to help categorize and index the event\",\"NPZqBL\":\"Complete Order\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Complete Payment\",\"qqWcBV\":\"Completed\",\"6HK5Ct\":\"Completed orders\",\"NWVRtl\":\"Completed Orders\",\"DwF9eH\":\"Component Code\",\"Tf55h7\":\"Configured Discount\",\"7VpPHA\":\"Confirm\",\"ZaEJZM\":\"Confirm Email Change\",\"yjkELF\":\"Confirm New Password\",\"xnWESi\":\"Confirm password\",\"p2/GCq\":\"Confirm Password\",\"wnDgGj\":\"Confirming email address...\",\"pbAk7a\":\"Connect Stripe\",\"UMGQOh\":\"Connect with Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Connection Details\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continue\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Continue Button Text\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copied\",\"T5rdis\":\"copied to clipboard\",\"he3ygx\":\"Copy\",\"r2B2P8\":\"Copy Check-In URL\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copy Link\",\"E6nRW7\":\"Copy URL\",\"JNCzPW\":\"Country\",\"IF7RiR\":\"Cover\",\"hYgDIe\":\"Create\",\"b9XOHo\":[\"Create \",[\"0\"]],\"k9RiLi\":\"Create a Product\",\"6kdXbW\":\"Create a Promo Code\",\"n5pRtF\":\"Create a Ticket\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"create an organizer\",\"ipP6Ue\":\"Create Attendee\",\"VwdqVy\":\"Create Capacity Assignment\",\"EwoMtl\":\"Create category\",\"XletzW\":\"Create Category\",\"WVbTwK\":\"Create Check-In List\",\"uN355O\":\"Create Event\",\"BOqY23\":\"Create new\",\"kpJAeS\":\"Create Organizer\",\"a0EjD+\":\"Create Product\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Create Promo Code\",\"B3Mkdt\":\"Create Question\",\"UKfi21\":\"Create Tax or Fee\",\"d+F6q9\":\"Created\",\"Q2lUR2\":\"Currency\",\"DCKkhU\":\"Current Password\",\"uIElGP\":\"Custom Maps URL\",\"UEqXyt\":\"Custom Range\",\"876pfE\":\"Customer\",\"QOg2Sf\":\"Customize the email and notification settings for this event\",\"Y9Z/vP\":\"Customize the event homepage and checkout messaging\",\"2E2O5H\":\"Customize the miscellaneous settings for this event\",\"iJhSxe\":\"Customize the SEO settings for this event\",\"KIhhpi\":\"Customize your event page\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Danger zone\",\"ZQKLI1\":\"Danger Zone\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Date\",\"JvUngl\":\"Дата и время\",\"JJhRbH\":\"Day one capacity\",\"cnGeoo\":\"Delete\",\"jRJZxD\":\"Delete Capacity\",\"VskHIx\":\"Delete category\",\"Qrc8RZ\":\"Delete Check-In List\",\"WHf154\":\"Delete code\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Description\",\"YC3oXa\":\"Description for check-in staff\",\"URmyfc\":\"Details\",\"1lRT3t\":\"Disabling this capacity will track sales but not stop them when the limit is reached\",\"H6Ma8Z\":\"Discount\",\"ypJ62C\":\"Discount %\",\"3LtiBI\":[\"Discount in \",[\"0\"]],\"C8JLas\":\"Discount Type\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Document Label\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Download .ics\",\"kodV18\":\"Download CSV\",\"CELKku\":\"Download invoice\",\"LQrXcu\":\"Download Invoice\",\"QIodqd\":\"Download QR Code\",\"yhjU+j\":\"Downloading Invoice\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Dropdown selection\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicate event\",\"3ogkAk\":\"Duplicate Event\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Duplicate Options\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Early bird\",\"ePK91l\":\"Edit\",\"N6j2JH\":[\"Edit \",[\"0\"]],\"kBkYSa\":\"Edit Capacity\",\"oHE9JT\":\"Edit Capacity Assignment\",\"j1Jl7s\":\"Edit category\",\"FU1gvP\":\"Edit Check-In List\",\"iFgaVN\":\"Edit Code\",\"jrBSO1\":\"Edit Organizer\",\"tdD/QN\":\"Edit Product\",\"n143Tq\":\"Edit Product Category\",\"9BdS63\":\"Edit Promo Code\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Edit Question\",\"poTr35\":\"Edit user\",\"GTOcxw\":\"Edit User\",\"pqFrv2\":\"eg. 2.50 for $2.50\",\"3yiej1\":\"eg. 23.5 for 23.5%\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"Email & Notification Settings\",\"ATGYL1\":\"Email address\",\"hzKQCy\":\"Email Address\",\"HqP6Qf\":\"Email change cancelled successfully\",\"mISwW1\":\"Email change pending\",\"APuxIE\":\"Email confirmation resent\",\"YaCgdO\":\"Email confirmation resent successfully\",\"jyt+cx\":\"Email footer message\",\"I6F3cp\":\"Email not verified\",\"NTZ/NX\":\"Embed Code\",\"4rnJq4\":\"Embed Script\",\"8oPbg1\":\"Enable Invoicing\",\"j6w7d/\":\"Enable this capacity to stop product sales when the limit is reached\",\"VFv2ZC\":\"End Date\",\"237hSL\":\"Ended\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"English\",\"MhVoma\":\"Enter an amount excluding taxes and fees.\",\"SlfejT\":\"Error\",\"3Z223G\":\"Error confirming email address\",\"a6gga1\":\"Error confirming email change\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Event\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Event Date\",\"0Zptey\":\"Event Defaults\",\"QcCPs8\":\"Event Details\",\"6fuA9p\":\"Event duplicated successfully\",\"AEuj2m\":\"Event Homepage\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Event location & venue details\",\"OopDbA\":\"Event page\",\"4/If97\":\"Event status update failed. Please try again later\",\"btxLWj\":\"Event status updated\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Events\",\"sZg7s1\":\"Expiration date\",\"KnN1Tu\":\"Expires\",\"uaSvqt\":\"Expiry Date\",\"GS+Mus\":\"Export\",\"9xAp/j\":\"Failed to cancel attendee\",\"ZpieFv\":\"Failed to cancel order\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Failed to download invoice. Please try again.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Failed to load Check-In List\",\"ZQ15eN\":\"Failed to resend ticket email\",\"ejXy+D\":\"Failed to sort products\",\"PLUB/s\":\"Fee\",\"/mfICu\":\"Fees\",\"LyFC7X\":\"Filter Orders\",\"cSev+j\":\"Filters\",\"CVw2MU\":[\"Filters (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"First Invoice Number\",\"V1EGGU\":\"First name\",\"kODvZJ\":\"First Name\",\"S+tm06\":\"First name must be between 1 and 50 characters\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"First Used\",\"TpqW74\":\"Fixed\",\"irpUxR\":\"Fixed amount\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Forgot password?\",\"2POOFK\":\"Free\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"French\",\"Weq9zb\":\"General\",\"DDcvSo\":\"German\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Go back to profile\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Calendar\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Gross sales\",\"yRg26W\":\"Gross Sales\",\"R4r4XO\":\"Guests\",\"26pGvx\":\"Have a promo code?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Here is an example of how you can use the component in your application.\",\"Y1SSqh\":\"Here is the React component you can use to embed the widget in your application.\",\"QuhVpV\":[\"Hi \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Hidden from public view\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Hidden questions are only visible to the event organizer and not to the customer.\",\"vLyv1R\":\"Hide\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Hide product after sale end date\",\"06s3w3\":\"Hide product before sale start date\",\"axVMjA\":\"Hide product unless user has applicable promo code\",\"ySQGHV\":\"Hide product when sold out\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Hide this product from customers\",\"Da29Y6\":\"Hide this question\",\"fvDQhr\":\"Hide this tier from users\",\"lNipG+\":\"Hiding a product will prevent users from seeing it on the event page.\",\"ZOBwQn\":\"Homepage Design\",\"PRuBTd\":\"Homepage Designer\",\"YjVNGZ\":\"Homepage Preview\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"How many minutes the customer has to complete their order. We recommend at least 15 minutes\",\"ySxKZe\":\"How many times can this code be used?\",\"dZsDbK\":[\"HTML character limit exceeded: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"I agree to the <0>terms and 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\":\"If enabled, check-in staff can either mark attendees as checked in or mark the order as paid and check in the attendees. If disabled, attendees associated with unpaid orders cannot be checked in.\",\"muXhGi\":\"If enabled, the organizer will receive an email notification when a new order is placed\",\"6fLyj/\":\"If you did not request this change, please immediately change your password.\",\"n/ZDCz\":\"Image deleted successfully\",\"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 uploaded successfully\",\"VyUuZb\":\"Image URL\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inactive\",\"T0K0yl\":\"Inactive users cannot log in.\",\"kO44sp\":\"Include connection details for your online event. These details will be shown on the order summary page and attendee ticket page.\",\"FlQKnG\":\"Include tax and fees in the price\",\"Vi+BiW\":[\"Includes \",[\"0\"],\" products\"],\"lpm0+y\":\"Includes 1 product\",\"UiAk5P\":\"Insert Image\",\"OyLdaz\":\"Invitation resent!\",\"HE6KcK\":\"Invitation revoked!\",\"SQKPvQ\":\"Invite User\",\"bKOYkd\":\"Invoice downloaded successfully\",\"alD1+n\":\"Invoice Notes\",\"kOtCs2\":\"Invoice Numbering\",\"UZ2GSZ\":\"Invoice Settings\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Item\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Label\",\"vXIe7J\":\"Language\",\"2LMsOq\":\"Last 12 months\",\"vfe90m\":\"Last 14 days\",\"aK4uBd\":\"Last 24 hours\",\"uq2BmQ\":\"Last 30 days\",\"bB6Ram\":\"Last 48 hours\",\"VlnB7s\":\"Last 6 months\",\"ct2SYD\":\"Last 7 days\",\"XgOuA7\":\"Last 90 days\",\"I3yitW\":\"Last login\",\"1ZaQUH\":\"Last name\",\"UXBCwc\":\"Last Name\",\"tKCBU0\":\"Last Used\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Leave blank to use the default word \\\"Invoice\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Loading...\",\"wJijgU\":\"Location\",\"sQia9P\":\"Log in\",\"zUDyah\":\"Logging in\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Logout\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Make billing address mandatory during checkout\",\"MU3ijv\":\"Make this question mandatory\",\"wckWOP\":\"Manage\",\"onpJrA\":\"Manage attendee\",\"n4SpU5\":\"Manage event\",\"WVgSTy\":\"Manage order\",\"1MAvUY\":\"Manage payment and invoicing settings for this event.\",\"cQrNR3\":\"Manage Profile\",\"AtXtSw\":\"Manage taxes and fees which can be applied to your products\",\"ophZVW\":\"Manage tickets\",\"DdHfeW\":\"Manage your account details and default settings\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Manage your users and their permissions\",\"1m+YT2\":\"Mandatory questions must be answered before the customer can checkout.\",\"Dim4LO\":\"Manually add an Attendee\",\"e4KdjJ\":\"Manually Add Attendee\",\"vFjEnF\":\"Mark as paid\",\"g9dPPQ\":\"Maximum Per Order\",\"l5OcwO\":\"Message attendee\",\"Gv5AMu\":\"Message Attendees\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Message buyer\",\"tNZzFb\":\"Message Content\",\"lYDV/s\":\"Message individual attendees\",\"V7DYWd\":\"Message Sent\",\"t7TeQU\":\"Messages\",\"xFRMlO\":\"Minimum Per Order\",\"QYcUEf\":\"Minimum Price\",\"RDie0n\":\"Miscellaneous\",\"mYLhkl\":\"Miscellaneous Settings\",\"KYveV8\":\"Multi line text box\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"My amazing event description...\",\"vX8/tc\":\"My amazing event title...\",\"hKtWk2\":\"My Profile\",\"fj5byd\":\"N/A\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Name\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navigate to Attendee\",\"qqeAJM\":\"Never\",\"7vhWI8\":\"New Password\",\"1UzENP\":\"No\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"No archived events to show.\",\"q2LEDV\":\"No attendees found for this order.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"No Attendees to show\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"No Capacity Assignments\",\"a/gMx2\":\"No Check-In Lists\",\"tMFDem\":\"No data available\",\"6Z/F61\":\"No data to show. Please select a date range\",\"fFeCKc\":\"No Discount\",\"HFucK5\":\"No ended events to show.\",\"yAlJXG\":\"No events to show\",\"GqvPcv\":\"No filters available\",\"KPWxKD\":\"No messages to show\",\"J2LkP8\":\"No orders to show\",\"RBXXtB\":\"No payment methods are currently available. Please contact the event organizer for assistance.\",\"ZWEfBE\":\"No Payment Required\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"No products available in this category.\",\"FTfObB\":\"No Products Yet\",\"+Y976X\":\"No Promo Codes to show\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"No results\",\"gk5uwN\":\"No Search Results\",\"RHyZUL\":\"No search results.\",\"RY2eP1\":\"No Taxes or Fees have been added.\",\"EdQY6l\":\"None\",\"OJx3wK\":\"Not available\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notes\",\"jtrY3S\":\"Nothing to show yet\",\"hFwWnI\":\"Notification Settings\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notify organizer of new orders\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Number of days allowed for payment (leave blank to omit payment terms from invoices)\",\"n86jmj\":\"Number Prefix\",\"mwe+2z\":\"Offline orders are not reflected in event statistics until the order is marked as paid.\",\"dWBrJX\":\"Offline payment failed. Please try again or contact the event organizer.\",\"fcnqjw\":\"Offline Payment Instructions\",\"+eZ7dp\":\"Offline Payments\",\"ojDQlR\":\"Offline Payments Information\",\"u5oO/W\":\"Offline Payments Settings\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"On Sale\",\"Ug4SfW\":\"Once you create an event, you'll see it here.\",\"ZxnK5C\":\"Once you start collecting data, you'll see it here.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Ongoing\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Online Event Details\",\"/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 Page\",\"OdnLE4\":\"Open sidebar\",\"ZZEYpT\":[\"Option \",[\"i\"]],\"oPknTP\":\"Optional additional information to appear on all invoices (e.g., payment terms, late payment fees, return policy)\",\"OrXJBY\":\"Optional prefix for invoice numbers (e.g., INV-)\",\"0zpgxV\":\"Options\",\"BzEFor\":\"or\",\"UYUgdb\":\"Order\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Order Cancelled\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Order Date\",\"Tol4BF\":\"Order Details\",\"WbImlQ\":\"Order has been canceled and the order owner has been notified.\",\"nAn4Oe\":\"Order marked as paid\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Order Reference\",\"acIJ41\":\"Order Status\",\"GX6dZv\":\"Order Summary\",\"tDTq0D\":\"Order timeout\",\"1h+RBg\":\"Orders\",\"3y+V4p\":\"Organization Address\",\"GVcaW6\":\"Organization Details\",\"nfnm9D\":\"Organization Name\",\"G5RhpL\":\"Organizer\",\"mYygCM\":\"Organizer is required\",\"Pa6G7v\":\"Organizer Name\",\"l894xP\":\"Organizers can only manage events and products. They cannot manage users, account settings or billing information.\",\"fdjq4c\":\"Padding\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Page not found\",\"QbrUIo\":\"Page views\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"paid\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Partially Refunded\",\"8ZsakT\":\"Password\",\"TUJAyx\":\"Password must be a minimum of 8 characters\",\"vwGkYB\":\"Password must be at least 8 characters\",\"BLTZ42\":\"Password reset successfully. Please login with your new password.\",\"f7SUun\":\"Passwords are not the same\",\"aEDp5C\":\"Paste this where you want the widget to appear.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Payment\",\"Lg+ewC\":\"Payment & Invoicing\",\"DZjk8u\":\"Payment & Invoicing Settings\",\"lflimf\":\"Payment Due Period\",\"JhtZAK\":\"Payment Failed\",\"JEdsvQ\":\"Payment Instructions\",\"bLB3MJ\":\"Payment Methods\",\"QzmQBG\":\"Payment provider\",\"lsxOPC\":\"Payment Received\",\"wJTzyi\":\"Payment Status\",\"xgav5v\":\"Payment succeeded!\",\"R29lO5\":\"Payment Terms\",\"/roQKz\":\"Percentage\",\"vPJ1FI\":\"Percentage Amount\",\"xdA9ud\":\"Place this in the of your website.\",\"blK94r\":\"Please add at least one option\",\"FJ9Yat\":\"Please check the provided information is correct\",\"TkQVup\":\"Please check your email and password and try again\",\"sMiGXD\":\"Please check your email is valid\",\"Ajavq0\":\"Please check your email to confirm your email address\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Please continue in the new tab\",\"hcX103\":\"Please create a product\",\"cdR8d6\":\"Please create a ticket\",\"x2mjl4\":\"Please enter a valid image URL that points to an image.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Please Note\",\"C63rRe\":\"Please return to the event page to start over.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Please select at least one product\",\"igBrCH\":\"Please verify your email address to access all features\",\"/IzmnP\":\"Please wait while we prepare your invoice...\",\"MOERNx\":\"Portuguese\",\"qCJyMx\":\"Post Checkout message\",\"g2UNkE\":\"Powered by\",\"Rs7IQv\":\"Pre Checkout message\",\"rdUucN\":\"Preview\",\"a7u1N9\":\"Price\",\"CmoB9j\":\"Price display mode\",\"BI7D9d\":\"Price not set\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primary Color\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primary Text Color\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Print All Tickets\",\"DKwDdj\":\"Print Tickets\",\"K47k8R\":\"Product\",\"1JwlHk\":\"Product Category\",\"U61sAj\":\"Product category updated successfully.\",\"1USFWA\":\"Product deleted successfully\",\"4Y2FZT\":\"Product Price Type\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Product Sales\",\"U/R4Ng\":\"Product Tier\",\"sJsr1h\":\"Product Type\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Product(s)\",\"N0qXpE\":\"Products\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Products sold\",\"/u4DIx\":\"Products Sold\",\"DJQEZc\":\"Products sorted successfully\",\"vERlcd\":\"Profile\",\"kUlL8W\":\"Profile updated successfully\",\"cl5WYc\":[\"Promo \",[\"promo_code\"],\" code applied\"],\"P5sgAk\":\"Promo Code\",\"yKWfjC\":\"Promo Code page\",\"RVb8Fo\":\"Promo Codes\",\"BZ9GWa\":\"Promo codes can be used to offer discounts, presale access, or provide special access to your event.\",\"OP094m\":\"Promo Codes Report\",\"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\":\"Quantity Available\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Question deleted\",\"avf0gk\":\"Question Description\",\"oQvMPn\":\"Question Title\",\"enzGAL\":\"Questions\",\"ROv2ZT\":\"Questions & Answers\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radio Option\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Recipient\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Refund Failed\",\"n10yGu\":\"Refund order\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Refund Pending\",\"xHpVRl\":\"Refund Status\",\"/BI0y9\":\"Refunded\",\"fgLNSM\":\"Register\",\"9+8Vez\":\"Remaining Uses\",\"tasfos\":\"remove\",\"t/YqKh\":\"Remove\",\"t9yxlZ\":\"Reports\",\"prZGMe\":\"Require Billing Address\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Resend email confirmation\",\"wIa8Qe\":\"Resend invitation\",\"VeKsnD\":\"Resend order email\",\"dFuEhO\":\"Resend ticket email\",\"o6+Y6d\":\"Resending...\",\"OfhWJH\":\"Reset\",\"RfwZxd\":\"Reset password\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restore event\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Return to Event Page\",\"8YBH95\":\"Revenue\",\"PO/sOY\":\"Revoke invitation\",\"GDvlUT\":\"Role\",\"ELa4O9\":\"Sale End Date\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Sale Start Date\",\"hBsw5C\":\"Sales ended\",\"kpAzPe\":\"Sales start\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Save\",\"IUwGEM\":\"Save Changes\",\"U65fiW\":\"Save Organizer\",\"UGT5vp\":\"Save Settings\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Search by attendee name, email or order #...\",\"+pr/FY\":\"Search by event name...\",\"3zRbWw\":\"Search by name, email, or order #...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Search by name...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Search capacity assignments...\",\"r9M1hc\":\"Search check-in lists...\",\"+0Yy2U\":\"Search products\",\"YIix5Y\":\"Search...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Secondary Color\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Secondary Text Color\",\"02ePaq\":[\"Select \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Select category...\",\"kWI/37\":\"Select organizer\",\"ixIx1f\":\"Select Product\",\"3oSV95\":\"Select Product Tier\",\"C4Y1hA\":\"Select products\",\"hAjDQy\":\"Select status\",\"QYARw/\":\"Select Ticket\",\"OMX4tH\":\"Select tickets\",\"DrwwNd\":\"Select time period\",\"O/7I0o\":\"Select...\",\"JlFcis\":\"Send\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Send a message\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Send Message\",\"D7ZemV\":\"Send order confirmation and ticket email\",\"v1rRtW\":\"Send Test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO Description\",\"/SIY6o\":\"SEO Keywords\",\"GfWoKv\":\"SEO Settings\",\"rXngLf\":\"SEO Title\",\"/jZOZa\":\"Service Fee\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Set the starting number for invoice numbering. This cannot be changed once invoices have been generated.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Settings\",\"Z8lGw6\":\"Share\",\"B2V3cA\":\"Share Event\",\"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\":\"Show available product quantity\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Show more\",\"izwOOD\":\"Show tax and fees separately\",\"1SbbH8\":\"Shown to the customer after they checkout, on the order summary page.\",\"YfHZv0\":\"Shown to the customer before they checkout\",\"CBBcly\":\"Shows common address fields, including country\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Single line text box\",\"+P0Cn2\":\"Skip this step\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Sold out\",\"Mi1rVn\":\"Sold Out\",\"nwtY4N\":\"Something went wrong\",\"GRChTw\":\"Something went wrong while deleting the Tax or Fee\",\"YHFrbe\":\"Something went wrong! Please try again\",\"kf83Ld\":\"Something went wrong.\",\"fWsBTs\":\"Something went wrong. Please try again.\",\"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, this promo code is not recognized\",\"65A04M\":\"Spanish\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Start Date\",\"/2by1f\":\"State or Region\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Stripe payments are not enabled for this event.\",\"UJmAAK\":\"Subject\",\"X2rrlw\":\"Subtotal\",\"zzDlyQ\":\"Success\",\"b0HJ45\":[\"Success! \",[\"0\"],\" will receive an email shortly.\"],\"BJIEiF\":[\"Successfully \",[\"0\"],\" attendee\"],\"OtgNFx\":\"Successfully confirmed email address\",\"IKwyaF\":\"Successfully confirmed email change\",\"zLmvhE\":\"Successfully created attendee\",\"gP22tw\":\"Successfully Created Product\",\"9mZEgt\":\"Successfully Created Promo Code\",\"aIA9C4\":\"Successfully Created Question\",\"J3RJSZ\":\"Successfully updated attendee\",\"3suLF0\":\"Successfully updated Capacity Assignment\",\"Z+rnth\":\"Successfully updated Check-In List\",\"vzJenu\":\"Successfully Updated Email Settings\",\"7kOMfV\":\"Successfully Updated Event\",\"G0KW+e\":\"Successfully Updated Homepage Design\",\"k9m6/E\":\"Successfully Updated Homepage Settings\",\"y/NR6s\":\"Successfully Updated Location\",\"73nxDO\":\"Successfully Updated Misc Settings\",\"4H80qv\":\"Successfully updated order\",\"6xCBVN\":\"Successfully Updated Payment & Invoicing Settings\",\"1Ycaad\":\"Successfully updated product\",\"70dYC8\":\"Successfully Updated Promo Code\",\"F+pJnL\":\"Successfully Updated Seo Settings\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Support Email\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Tax\",\"geUFpZ\":\"Tax & Fees\",\"dFHcIn\":\"Tax Details\",\"wQzCPX\":\"Tax information to appear at the bottom of all invoices (e.g., VAT number, tax registration)\",\"0RXCDo\":\"Tax or Fee deleted successfully\",\"ZowkxF\":\"Taxes\",\"qu6/03\":\"Taxes and Fees\",\"gypigA\":\"That promo code is invalid\",\"5ShqeM\":\"The check-in list you are looking for does not exist.\",\"QXlz+n\":\"The default currency for your events.\",\"mnafgQ\":\"The default timezone for your events.\",\"o7s5FA\":\"The language the attendee will receive emails in.\",\"NlfnUd\":\"The link you clicked is invalid.\",\"HsFnrk\":[\"The maximum number of products for \",[\"0\"],\"is \",[\"1\"]],\"TSAiPM\":\"The page you are looking for does not exist\",\"MSmKHn\":\"The price displayed to the customer will include taxes and fees.\",\"6zQOg1\":\"The price displayed to the customer will not include taxes and fees. They will be shown separately\",\"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\":\"The title of the event that will be displayed in search engine results and when sharing on social media. By default, the event title will be used\",\"wDx3FF\":\"There are no products available for this event\",\"pNgdBv\":\"There are no products available in this category\",\"rMcHYt\":\"There is a refund pending. Please wait for it to complete before requesting another refund.\",\"F89D36\":\"There was an error marking the order as paid\",\"68Axnm\":\"There was an error processing your request. Please try again.\",\"mVKOW6\":\"There was an error sending your message\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"This attendee has an unpaid order.\",\"mf3FrP\":\"This category doesn't have any products yet.\",\"8QH2Il\":\"This category is hidden from public view\",\"xxv3BZ\":\"This check-in list has expired\",\"Sa7w7S\":\"This check-in list has expired and is no longer available for check-ins.\",\"Uicx2U\":\"This check-in list is active\",\"1k0Mp4\":\"This check-in list is not active yet\",\"K6fmBI\":\"This check-in list is not yet active and is not available for 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\":\"This information will be shown on the payment page, order summary page, and order confirmation email.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"This is an online event\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"This message will be included in the footer of all emails sent from this event\",\"55i7Fa\":\"This message will only be shown if order is completed successfully. Orders awaiting payment will not show this message\",\"RjwlZt\":\"This order has already been paid.\",\"5K8REg\":\"This order has already been refunded.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"This order has been cancelled.\",\"Q0zd4P\":\"This order has expired. Please start again.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"This order is complete.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"This order page is no longer available.\",\"i0TtkR\":\"This overrides all visibility settings and will hide the product from all customers.\",\"cRRc+F\":\"This product cannot be deleted because it is associated with an order. You can hide it instead.\",\"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\":\"This reset password link is invalid or expired.\",\"IV9xTT\":\"This user is not active, as they have not accepted their invitation.\",\"5AnPaO\":\"ticket\",\"kjAL4v\":\"Ticket\",\"dtGC3q\":\"Ticket email has been resent to attendee\",\"54q0zp\":\"Tickets for\",\"xN9AhL\":[\"Tier \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Tiered products allow you to offer multiple price options for the same product. This is perfect for early bird products, or offering different price options for different groups of people.\",\"nn3mSR\":\"Time left:\",\"s/0RpH\":\"Times used\",\"y55eMd\":\"Times Used\",\"40Gx0U\":\"Timezone\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Title\",\"xdA/+p\":\"Tools\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total Before Discounts\",\"NRWNfv\":\"Total Discount Amount\",\"BxsfMK\":\"Total Fees\",\"2bR+8v\":\"Total Gross Sales\",\"mpB/d9\":\"Total order amount\",\"m3FM1g\":\"Total refunded\",\"jEbkcB\":\"Total Refunded\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Total Tax\",\"+zy2Nq\":\"Type\",\"FMdMfZ\":\"Unable to check in attendee\",\"bPWBLL\":\"Unable to check out attendee\",\"9+P7zk\":\"Unable to create product. Please check the your details\",\"WLxtFC\":\"Unable to create product. Please check your details\",\"/cSMqv\":\"Unable to create question. Please check the your details\",\"MH/lj8\":\"Unable to update question. Please check the your details\",\"nnfSdK\":\"Unique Customers\",\"Mqy/Zy\":\"United States\",\"NIuIk1\":\"Unlimited\",\"/p9Fhq\":\"Unlimited available\",\"E0q9qH\":\"Unlimited usages allowed\",\"h10Wm5\":\"Unpaid Order\",\"ia8YsC\":\"Upcoming\",\"TlEeFv\":\"Upcoming Events\",\"L/gNNk\":[\"Update \",[\"0\"]],\"+qqX74\":\"Update event name, description and dates\",\"vXPSuB\":\"Update profile\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copied to clipboard\",\"e5lF64\":\"Usage Example\",\"fiV0xj\":\"Usage Limit\",\"sGEOe4\":\"Use a blurred version of the cover image as the background\",\"OadMRm\":\"Use cover image\",\"7PzzBU\":\"User\",\"yDOdwQ\":\"User Management\",\"Sxm8rQ\":\"Users\",\"VEsDvU\":\"Users can change their email in <0>Profile Settings\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"VAT\",\"E/9LUk\":\"Venue Name\",\"jpctdh\":\"View\",\"Pte1Hv\":\"View Attendee Details\",\"/5PEQz\":\"View event page\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"View on Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP check-in list\",\"tF+VVr\":\"VIP Ticket\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"We could not process your payment. Please try again or contact support.\",\"45Srzt\":\"We couldn't delete the category. Please try again.\",\"/DNy62\":[\"We couldn't find any tickets matching \",[\"0\"]],\"1E0vyy\":\"We couldn't load the data. Please try again.\",\"NmpGKr\":\"We couldn't reorder the categories. Please try again.\",\"BJtMTd\":\"We recommend dimensions of 1950px by 650px, a ratio of 3:1, and a maximum file size of 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"We were unable to confirm your payment. Please try again or contact support.\",\"Gspam9\":\"We're processing your order. Please wait...\",\"LuY52w\":\"Welcome aboard! Please login to continue.\",\"dVxpp5\":[\"Welcome back\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"What are Tiered Products?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"What is a Category?\",\"gxeWAU\":\"What products does this code apply to?\",\"hFHnxR\":\"What products does this code apply to? (Applies to all by default)\",\"AeejQi\":\"What products should this capacity apply to?\",\"Rb0XUE\":\"What time will you be arriving?\",\"5N4wLD\":\"What type of question is this?\",\"gyLUYU\":\"When enabled, invoices will be generated for ticket orders. Invoices will sent along with the order confirmation email. Attendees can also download their invoices from the order confirmation page.\",\"D3opg4\":\"When offline payments are enabled, users will be able to complete their orders and receive their tickets. Their tickets will clearly indicate the order is not paid, and the check-in tool will notify the check-in staff if an order requires payment.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Which tickets should be associated with this check-in list?\",\"S+OdxP\":\"Who is organizing this event?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Who should be asked this question?\",\"VxFvXQ\":\"Widget Embed\",\"v1P7Gm\":\"Widget Settings\",\"b4itZn\":\"Working\",\"hqmXmc\":\"Working...\",\"+G/XiQ\":\"Year to date\",\"l75CjT\":\"Yes\",\"QcwyCh\":\"Yes, remove them\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"You are changing your email to <0>\",[\"0\"],\".\"],\"gGhBmF\":\"You are offline\",\"sdB7+6\":\"You can create a promo code which targets this product on the\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"You cannot change the product type as there are attendees associated with this product.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"You cannot check in attendees with unpaid orders. This setting can be changed in the event settings.\",\"c9Evkd\":\"You cannot delete the last category.\",\"6uwAvx\":\"You cannot delete this price tier because there are already products sold for this tier. You can hide it instead.\",\"tFbRKJ\":\"You cannot edit the role or status of the account owner.\",\"fHfiEo\":\"You cannot refund a manually created 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\":\"You have access to multiple accounts. Please choose one to continue.\",\"Z6q0Vl\":\"You have already accepted this invitation. Please login to continue.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"You have no pending email change.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"You have run out of time to complete your order.\",\"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\":\"You must acknowledge that this email is not promotional\",\"3ZI8IL\":\"You must agree to the terms and conditions\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"You must create a ticket before you can manually add an attendee.\",\"jE4Z8R\":\"You must have at least one price tier\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"You will have to mark an order as paid manually. This can be done on the manage order page.\",\"L/+xOk\":\"You'll need a ticket before you can create a check-in list.\",\"Djl45M\":\"You'll need at a product before you can create a capacity assignment.\",\"y3qNri\":\"You'll need at least one product to get started. Free, paid or let the user decide what to pay.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Your account name is used on event pages and in emails.\",\"veessc\":\"Your attendees will appear here once they have registered for your event. You can also manually add attendees.\",\"Eh5Wrd\":\"Your awesome website 🎉\",\"lkMK2r\":\"Your Details\",\"3ENYTQ\":[\"Your email request change to <0>\",[\"0\"],\" is pending. Please check your email to confirm\"],\"yZfBoy\":\"Your message has been sent\",\"KSQ8An\":\"Your Order\",\"Jwiilf\":\"Your order has been cancelled\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Your orders will appear here once they start rolling in.\",\"9TO8nT\":\"Your password\",\"P8hBau\":\"Your payment is processing.\",\"UdY1lL\":\"Your payment was not successful, please try again.\",\"fzuM26\":\"Your payment was unsuccessful. Please try again.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Your refund is processing.\",\"IFHV2p\":\"Your ticket for\",\"x1PPdr\":\"ZIP / Postal Code\",\"BM/KQm\":\"Zip or Postal Code\",\"+LtVBt\":\"ZIP or Postal Code\",\"25QDJ1\":\"- Нажмите, чтобы опубликовать\",\"WOyJmc\":\"- Нажмите, чтобы снять с публикации\",\"ncwQad\":\"(empty)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" уже зарегистрирован\"],\"S4PqS9\":[[\"0\"],\" Active Webhooks\"],\"6MIiOI\":[[\"0\"],\" left\"],\"COnw8D\":[[\"0\"],\" logo\"],\"B7pZfX\":[[\"0\"],\" organizers\"],\"/HkCs4\":[[\"0\"],\" tickets\"],\"TjbIUI\":[[\"availableCount\"],\" of \",[\"totalCount\"],\" available\"],\"OJnhhX\":[[\"eventCount\"],\" events\"],\"3IEF7U\":[[\"totalCount\"],\" ticket types\"],\"zGiMDM\":\"+1 234 567 890\",\"1d6kks\":\"+Tax/Fees\",\"B1St2O\":\"<0>Check-in lists help you manage event entry by day, area, or ticket type. You can link tickets to specific lists such as VIP zones or Day 1 passes and share a secure check-in link with staff. No account is required. Check-in works on mobile, desktop, or tablet, using a device camera or HID USB scanner. \",\"v9VSIS\":\"<0>Set a single total attendance limit that applies to multiple ticket types at once.<1>For example, if you link a <2>Day Pass and a <3>Full Weekend ticket, they will both draw from the same pool of spots. Once the limit is reached, all linked tickets automatically stop selling.\",\"ZnVt5v\":\"<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" at current rate\"],\"fAv9QG\":\"🎟️ Add tickets\",\"M2DyLc\":\"1 Active Webhook\",\"943BwI\":\"1 день после даты окончания\",\"yj3N+g\":\"1 день после даты начала\",\"Z3etYG\":\"За 1 день до мероприятия\",\"szSnlj\":\"За 1 час до мероприятия\",\"yTsaLw\":\"1 ticket\",\"nz96Ue\":\"1 ticket type\",\"cGtUz6\":\"За 1 неделю до мероприятия\",\"HR/cvw\":\"123 Sample Street\",\"kMU5aM\":\"A cancellation notice has been sent to\",\"V53XzQ\":\"A new verification code has been sent to your email\",\"/z/bH1\":\"A short description of your organizer that will be displayed to your users.\",\"aS0jtz\":\"Abandoned\",\"uyJsf6\":\"About\",\"WTk/ke\":\"About Stripe Connect\",\"JvuLls\":\"Absorb fee\",\"lk74+I\":\"Absorb Fee\",\"1uJlG9\":\"Accent Color\",\"K5+3xg\":\"Accept invitation\",\"VTfZPy\":\"Access Denied\",\"iN5Cz3\":\"Аккаунт уже подключен!\",\"YP4JuP\":\"Account configuration updated successfully\",\"vOuxvL\":\"Account Information\",\"EHNORh\":\"Account not found\",\"bPwFdf\":\"Accounts\",\"nMtNd+\":\"Требуется действие: Переподключите ваш аккаунт Stripe\",\"AhwTa1\":\"Action Required: VAT Information Needed\",\"APyAR/\":\"Active Events\",\"UWWRyd\":\"Add custom questions to collect additional information during checkout\",\"a5KFZU\":\"Add event details and manage event settings.\",\"Fb+SDI\":\"Add More tickets\",\"7JF9w9\":\"Add Question\",\"6PNlRV\":\"Add this event to your calendar\",\"BGD9Yt\":\"Add tickets\",\"QN2F+7\":\"Add Webhook\",\"NsWqSP\":\"Add your social media handles and website URL. These will be displayed on your public organizer page.\",\"bVjDs9\":\"Additional Fees\",\"0Zypnp\":\"Admin Dashboard\",\"YAV57v\":\"Affiliate\",\"I+utEq\":\"Affiliate code cannot be changed\",\"/jHBj5\":\"Affiliate created successfully\",\"uCFbG2\":\"Affiliate deleted successfully\",\"a41PKA\":\"Affiliate sales will be tracked\",\"mJJh2s\":\"Affiliate sales will not be tracked. This will deactivate the affiliate.\",\"jabmnm\":\"Affiliate updated successfully\",\"CPXP5Z\":\"Affiliates\",\"9Wh+ug\":\"Affiliates Exported\",\"3cqmut\":\"Affiliates help you track sales generated by partners and influencers. Create affiliate codes and share them to monitor performance.\",\"7rLTkE\":\"All Archived Events\",\"gKq1fa\":\"All attendees\",\"pMLul+\":\"All Currencies\",\"qlaZuT\":\"Готово! Теперь вы используете нашу обновленную платежную систему.\",\"ZS/D7f\":\"All Ended Events\",\"QsYjci\":\"All Events\",\"31KB8w\":\"All failed jobs deleted\",\"D2g7C7\":\"All jobs queued for retry\",\"Sxm1lO\":\"All Statuses\",\"dr7CWq\":\"All Upcoming Events\",\"GpT6Uf\":\"Разрешить участникам обновлять информацию о билетах (имя, электронная почта) через защищенную ссылку, отправленную с подтверждением заказа.\",\"F3mW5G\":\"Разрешить клиентам присоединиться к списку ожидания, когда этот продукт распродан\",\"QUg5y1\":\"Почти готово! Завершите подключение аккаунта Stripe для начала приема платежей.\",\"c4uJfc\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds.\",\"ocS8eq\":[\"Already have an account? <0>\",[\"0\"],\"\"],\"/H326L\":\"Уже возвращено\",\"RtxQTF\":\"Также отменить этот заказ\",\"jkNgQR\":\"Также вернуть деньги за этот заказ\",\"xYqsHg\":\"Always available\",\"Wvrz79\":\"Amount Paid\",\"Zkymb9\":\"An email to associate with this affiliate. The affiliate will not be notified.\",\"vRznIT\":\"An error occurred while checking export status.\",\"eusccx\":\"An optional message to display on the highlighted product, e.g. \\\"Selling fast 🔥\\\" or \\\"Best value\\\"\",\"QNrkms\":\"Answer updated successfully.\",\"Znwxal\":\"Application Fees Configuration\",\"261RBr\":\"Approve Message\",\"VkSk/i\":\"Вы уверены, что хотите отменить это запланированное сообщение?\",\"0aVEBY\":\"Are you sure you want to delete all failed jobs?\",\"LchiNd\":\"Are you sure you want to delete this affiliate? This action cannot be undone.\",\"vPeW/6\":\"Are you sure you want to delete this configuration? This may affect accounts using it.\",\"JmVITJ\":\"Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template.\",\"aLS+A6\":\"Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the organizer or default template.\",\"5H3Z78\":\"Are you sure you want to delete this webhook?\",\"147G4h\":\"Are you sure you want to leave?\",\"VDWChT\":\"Are you sure you want to make this organizer draft? This will make the organizer page invisible to the public\",\"pWtQJM\":\"Are you sure you want to make this organizer public? This will make the organizer page visible to the public\",\"EOqL/A\":\"Are you sure you want to offer a spot to this person? They will receive an email notification.\",\"WFHOlF\":\"Are you sure you want to publish this event? Once published, it will be visible to the public.\",\"4TNVdy\":\"Are you sure you want to publish this organizer profile? Once published, it will be visible to the public.\",\"8x0pUg\":\"Вы уверены, что хотите удалить эту запись из списка ожидания?\",\"cDtoWq\":[\"Are you sure you want to resend the order confirmation to \",[\"0\"],\"?\"],\"xeIaKw\":[\"Are you sure you want to resend the ticket to \",[\"0\"],\"?\"],\"ExDt3P\":\"Are you sure you want to unpublish this event? It will no longer be visible to the public.\",\"5Qmxo/\":\"Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public.\",\"Uqefyd\":\"Are you VAT registered in the EU?\",\"+QARA4\":\"Art\",\"tLf3yJ\":\"As your business is based in Ireland, Irish VAT at 23% applies automatically to all platform fees.\",\"QGoXh3\":\"As your business is based in the EU, we need to determine the correct VAT treatment for our platform fees:\",\"tMeVa/\":\"Ask for name and email for each ticket purchased\",\"/JdZIP\":\"Assigned Configuration\",\"xdiER7\":\"Assigned Tier\",\"F2rX0R\":\"At least one event type must be selected\",\"BCmibk\":\"Attempts\",\"6PecK3\":\"Attendance and check-in rates across all events\",\"AJ4rvK\":\"Attendee Cancelled\",\"qvylEK\":\"Attendee Created\",\"Aspq3b\":\"Attendee details collection\",\"fpb0rX\":\"Attendee details copied from order\",\"0R3Y+9\":\"Attendee Email\",\"94aQMU\":\"Attendee Information\",\"KkrBiR\":\"Attendee information collection\",\"av+gjP\":\"Attendee Name\",\"cosfD8\":\"Attendee Status\",\"D2qlBU\":\"Attendee Updated\",\"22BOve\":\"Участник успешно обновлен\",\"x8Vnvf\":\"Attendee's ticket not included in this list\",\"k3Tngl\":\"Attendees Exported\",\"UoIRW8\":\"Attendees registered\",\"5UbY+B\":\"Attendees with a specific ticket\",\"4HVzhV\":\"Attendees:\",\"HVkhy2\":\"Attribution Analytics\",\"dMMjeD\":\"Attribution Breakdown\",\"1oPDuj\":\"Attribution Value\",\"OpCtfq\":\"Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots.\",\"V7Tejz\":\"Автообработка списка ожидания\",\"PZ7FTW\":\"Automatically detected based on background color, but can be overridden\",\"8Etqrl\":\"Automatically offer tickets to the next person when capacity becomes available\",\"csDS2L\":\"Available\",\"clF06r\":\"Доступно для возврата\",\"NB5+UG\":\"Available Tokens\",\"EmYMHc\":\"Awaiting Offline Pmt.\",\"kNmmvE\":\"Awesome Events Ltd.\",\"TeSaQO\":\"Back to Accounts\",\"kYqM1A\":\"Back to Event\",\"s5QRF3\":\"Back to messages\",\"td/bh+\":\"Back to Reports\",\"jIPNJG\":\"Basic Information\",\"WOpH7O\":\"Beautiful checkout experience on any device\",\"iMdwTb\":\"Before your event can go live, there are a few things you need to do. Complete all the steps below to get started.\",\"UabgBd\":\"Body is required\",\"HWXuQK\":\"Bookmark this page to manage your order anytime.\",\"CUKVDt\":\"Brand your tickets with a custom logo, colors, and footer message.\",\"9N+p+g\":\"Business\",\"7ns+do\":\"Business Address\",\"LeC29u\":\"Business address for VAT purposes\",\"RReHTu\":\"Business Name\",\"bv6RXK\":\"Button Label\",\"ChDLlO\":\"Button Text\",\"BUe8Wj\":\"Buyer pays\",\"qF1qbA\":\"Buyers see a clean price. The platform fee is deducted from your payout.\",\"DFqasq\":[\"By continuing, you agree to the <0>\",[\"0\"],\" Terms of Service\"],\"lFdbRS\":\"Bypass Application Fees\",\"2VLZwd\":\"Call-to-Action Button\",\"PUpvQe\":\"Camera Scanner\",\"D02dD9\":\"Campaign\",\"H4nE+E\":\"Отменить все продукты и вернуть их в общий пул\",\"tOXAdc\":\"Отмена отменит всех участников, связанных с этим заказом, и вернет билеты в доступный пул.\",\"IrUqjC\":\"Cannot Check In (Cancelled)\",\"01sEfm\":\"Cannot delete the system default configuration\",\"VsM1HH\":\"Capacity Assignments\",\"K7tIrx\":\"Category\",\"2tbLdK\":\"Charity\",\"v4fiSg\":\"Check your email\",\"51AsAN\":\"Check your inbox! If tickets are associated with this email, you'll receive a link to view them.\",\"udRwQs\":\"Check-in Created\",\"F4SRy3\":\"Check-in Deleted\",\"9gPPUY\":\"Check-In List Created\",\"f2vU9t\":\"Check-in Lists\",\"tMNBEF\":\"Check-in lists let you control entry across days, areas, or ticket types. You can share a secure check-in link with staff — no account required.\",\"SHJwyq\":\"Check-in Rate\",\"qCqdg6\":\"Check-In Status\",\"cKj6OE\":\"Check-in Summary\",\"7B5M35\":\"Check-Ins\",\"DM4gBB\":\"Chinese (Traditional)\",\"pkk46Q\":\"Choose an Organizer\",\"Crr3pG\":\"Choose calendar\",\"LAW8Vb\":\"Choose the default setting for new events. This can be overridden for individual events.\",\"pjp2n5\":\"Choose who pays the platform fee. This does not affect additional fees you've configured in your account settings.\",\"CySr+W\":\"Click to view notes\",\"RG3szS\":\"close\",\"RWw9Lg\":\"Close modal\",\"XwdMMg\":\"Code can only contain letters, numbers, hyphens, and underscores\",\"+yMJb7\":\"Code is required\",\"m9SD3V\":\"Code must be at least 3 characters\",\"V1krgP\":\"Code must be no more than 20 characters\",\"psqIm5\":\"Collaborate with your team to create amazing events together.\",\"4bUH9i\":\"Collect attendee details for each ticket purchased.\",\"TkfG8v\":\"Collect details per order\",\"96ryID\":\"Collect details per ticket\",\"FpsvqB\":\"Color Mode\",\"jEu4bB\":\"Columns\",\"CWk59I\":\"Comedy\",\"rPA+Gc\":\"Communication Preferences\",\"7D9MJz\":\"Complete Stripe Setup\",\"OqEV/G\":\"Завершите настройку ниже для продолжения\",\"nqx+6h\":\"Complete these steps to start selling tickets for your event.\",\"744BMm\":\"Complete your order to secure your tickets. This offer is time-limited, so don't wait too long.\",\"5YrKW7\":\"Complete your payment to secure your tickets.\",\"xGU92i\":\"Complete your profile to join the team.\",\"QOhkyl\":\"Compose\",\"ih35UP\":\"Conference Center\",\"B5fpAA\":\"Configuration assigned successfully\",\"X1zdE7\":\"Configuration created successfully\",\"mLBUMQ\":\"Configuration deleted successfully\",\"UIENhw\":\"Configuration names are visible to end users. Fixed fees will be converted to the order currency at the current exchange rate.\",\"eeZdaB\":\"Configuration updated successfully\",\"3cKoxx\":\"Configurations\",\"8v2LRU\":\"Configure event details, location, checkout options, and email notifications.\",\"raw09+\":\"Configure how attendee details are collected during checkout\",\"FI60XC\":\"Configure Taxes & Fees\",\"Nbd6WT\":\"Настройте параметры списка ожидания для этого мероприятия\",\"NGXKG/\":\"Confirm Email Address\",\"JRQitQ\":\"Confirm new password\",\"Auz0Mz\":\"Confirm your email to access all features.\",\"7+grte\":\"Confirmation email sent! Please check your inbox.\",\"n/7+7Q\":\"Confirmation sent to\",\"o5A0Go\":\"Congratulations on creating an event!\",\"x3wVFc\":\"Congratulations! Your event is now visible to the public.\",\"WNnP3w\":\"Подключить и обновить\",\"Xe2tSS\":\"Connect Documentation\",\"1Xxb9f\":\"Connect payment processing\",\"nQI4H5\":\"Connect Stripe to enable email template editing\",\"LmvZ+E\":\"Подключите Stripe для включения сообщений\",\"EWnXR+\":\"Connect to Stripe\",\"VioGG1\":\"Connect your Stripe account to accept payments for tickets and products.\",\"4qmnU8\":\"Подключите ваш аккаунт Stripe для приема платежей.\",\"E1eze1\":\"Подключите ваш аккаунт Stripe для начала приема платежей за ваши мероприятия.\",\"ulV1ju\":\"Подключите ваш аккаунт Stripe для начала приема платежей.\",\"/3017M\":\"Connected to Stripe\",\"jfC/xh\":\"Contact\",\"LOFgda\":[\"Contact \",[\"0\"]],\"41BQ3k\":\"Contact Email\",\"KcXRN+\":\"Contact email for support\",\"m8WD6t\":\"Continue Setup\",\"0GwUT4\":\"Continue to Checkout\",\"sBV87H\":\"Continue to event creation\",\"nKtyYu\":\"Continue to next step\",\"F3/nus\":\"Continue to Payment\",\"p2FRHj\":\"Control how platform fees are handled for this event\",\"1JnTgU\":\"Copied from above\",\"FxVG/l\":\"Copied to clipboard\",\"PiH3UR\":\"Copied!\",\"uUPbPg\":\"Copy Affiliate Link\",\"iVm46+\":\"Copy Code\",\"+2ZJ7N\":\"Copy details to first attendee\",\"ZN1WLO\":\"Copy Email\",\"y1eoq1\":\"Copy link\",\"tUGbi8\":\"Copy my details to:\",\"y22tv0\":\"Copy this link to share it anywhere\",\"/4gGIX\":\"Copy to clipboard\",\"P0rbCt\":\"Cover Image\",\"60u+dQ\":\"Cover image will be displayed at the top of your event page\",\"2NLjA6\":\"Cover image will be displayed at the top of your organizer page\",\"zg4oSu\":[\"Create \",[\"0\"],\" Template\"],\"RKKhnW\":\"Create a custom widget to sell tickets on your site.\",\"yIRev4\":\"Create a password\",\"xfKgwv\":\"Create Affiliate\",\"tudG8q\":\"Create and configure tickets and merchandise for sale.\",\"YAl9Hg\":\"Create Configuration\",\"BTne9e\":\"Create custom email templates for this event that override the organizer defaults\",\"YIDzi/\":\"Create Custom Template\",\"Nc3l/D\":\"Create discounts, access codes for hidden tickets, and special offers.\",\"eWEV9G\":\"Create new password\",\"8AiKIu\":\"Create Ticket or Product\",\"agZ87r\":\"Create tickets for your event, set prices, and manage available quantity.\",\"/HGmW9\":\"Create trackable links to reward partners who promote your event.\",\"dkAPxi\":\"Create Webhook\",\"5slqwZ\":\"Create Your Event\",\"JQNMrj\":\"Create your first event\",\"CCjxOC\":\"Create your first event to start selling tickets and managing attendees.\",\"ZCSSd+\":\"Create your own event\",\"67NsZP\":\"Creating Event...\",\"H34qcM\":\"Creating Organizer...\",\"1YMS+X\":\"Creating your event, please wait\",\"yiy8Jt\":\"Creating your organizer profile, please wait\",\"lfLHNz\":\"CTA label is required\",\"BMtue0\":\"Текущий платежный процессор\",\"T+1APV\":\"Current VAT number is validated\",\"v2GlhZ\":\"Current VAT number validation failed\",\"iTvh6I\":\"Currently available for purchase\",\"g7HIC0\":\"Custom Branding\",\"Guo0lU\":\"Произвольная дата и время\",\"mimF6c\":\"Custom message after checkout\",\"O6mra8\":\"Custom Questions\",\"axv/Mi\":\"Custom template\",\"QMHSMS\":\"Клиент получит email с подтверждением возврата\",\"L/Qc+w\":\"Customer's email address\",\"wpfWhJ\":\"Customer's first name\",\"GIoqtA\":\"Customer's last name\",\"NihQNk\":\"Customers\",\"7gsjkI\":\"Customize the emails sent to your customers using Liquid templating. These templates will be used as defaults for all events in your organization.\",\"xJaTUK\":\"Customize the layout, colors, and branding of your event homepage.\",\"MXZfGN\":\"Customize the questions asked during checkout to gather important information from your attendees.\",\"iX6SLo\":\"Customize the text shown on the continue button\",\"pxNIxa\":\"Customize your email template using Liquid templating\",\"3trPKm\":\"Customize your organizer page appearance\",\"/gWrVZ\":\"Daily revenue, taxes, fees, and refunds across all events\",\"zgCHnE\":\"Daily Sales Report\",\"nHm0AI\":\"Daily sales, tax, and fee breakdown\",\"pvnfJD\":\"Dark\",\"nE5o/t\":\"Data Ownership\",\"lnYE59\":\"Date of the event\",\"gnBreG\":\"Дата размещения заказа\",\"ovBPCi\":\"Default\",\"JtI4vj\":\"Default attendee information collection\",\"3R/Tu2\":\"Default Fee Handling\",\"1bZAZA\":\"Default template will be used\",\"vu7gDm\":\"Delete Affiliate\",\"KZN4Lc\":\"Delete All\",\"+jw/c1\":\"Delete image\",\"hdyeZ0\":\"Delete Job\",\"dPyJ15\":\"Delete Template\",\"mxsm1o\":\"Delete this question? This cannot be undone.\",\"snMaH4\":\"Delete webhook\",\"vYgeDk\":\"Deselect All\",\"NvuEhl\":\"Design Elements\",\"H8kMHT\":\"Didn't receive the code?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Dismiss this message\",\"BREO0S\":\"Отображать флажок, позволяющий клиентам подписаться на маркетинговые сообщения от этого организатора мероприятий.\",\"TvY/XA\":\"Documentation\",\"Kdpf90\":\"Don't forget!\",\"352VU2\":\"Don't have an account? <0>Sign up\",\"AXXqG+\":\"Donation\",\"DPfwMq\":\"Done\",\"2+O9st\":\"Download sales, attendee, and financial reports for all completed orders.\",\"eneWvv\":\"Draft\",\"Ts8hhq\":\"Due to the high risk of spam, you must connect a Stripe account before you can modify email templates. This is to ensure that all event organizers are verified and accountable.\",\"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\":\"Duplicate\",\"KRmTkx\":\"Duplicate Product\",\"KIjvtr\":\"Dutch\",\"22xieU\":\"e.g. 180 (3 hours)\",\"SPKbfM\":\"e.g., Get Tickets, Register Now\",\"fc7wGW\":\"e.g., Important update about your tickets\",\"54MPqC\":\"e.g., Standard, Premium, Enterprise\",\"3RQ81z\":\"Each person will receive an email with a reserved spot to complete their purchase.\",\"LTzmgK\":[\"Edit \",[\"0\"],\" Template\"],\"v4+lcZ\":\"Edit Affiliate\",\"2iZEz7\":\"Edit Answer\",\"tPtRwl\":\"Edit Application Fees\",\"t2bbp8\":\"Редактировать участника\",\"etaWtB\":\"Редактировать данные участника\",\"+guao5\":\"Edit Configuration\",\"vRWOrM\":\"Редактировать данные заказа\",\"3yNuBV\":\"Edit VAT Settings\",\"fW5sSv\":\"Edit webhook\",\"nP7CdQ\":\"Edit Webhook\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Education\",\"iiWXDL\":\"Eligibility Failures\",\"zPiC+q\":\"Eligible Check-In Lists\",\"V2sk3H\":\"Email & Templates\",\"hbwCKE\":\"Email address copied to clipboard\",\"dSyJj6\":\"Email addresses do not match\",\"elW7Tn\":\"Email Body\",\"ZsZeV2\":\"Email is required\",\"Be4gD+\":\"Email Preview\",\"6IwNUc\":\"Email Templates\",\"H/UMUG\":\"Email Verification Required\",\"L86zy2\":\"Email verified successfully!\",\"FSN4TS\":\"Embed Widget\",\"Qj0GKe\":\"Включить самообслуживание для участников\",\"hEtQsg\":\"Включить самообслуживание для участников по умолчанию\",\"Upeg/u\":\"Enable this template for sending emails\",\"7dSOhU\":\"Включить список ожидания\",\"RxzN1M\":\"Enabled\",\"sGjBEq\":\"End Date & Time (optional)\",\"PKXt9R\":\"End date must be after start date\",\"48Y16Q\":\"End time (optional)\",\"7YZofi\":\"Enter a subject and body to see the preview\",\"3bR1r4\":\"Enter affiliate email (optional)\",\"ARkzso\":\"Enter affiliate name\",\"y1BZw1\":\"Enter business address\",\"3GfR6a\":\"Enter business name\",\"6KnyG0\":\"Введите электронную почту\",\"INDKM9\":\"Enter email subject...\",\"xUgUTh\":\"Введите имя\",\"9/1YKL\":\"Введите фамилию\",\"VpwcSk\":\"Enter new password\",\"1tAGuY\":\"Enter the VAT number including country code\",\"kWg31j\":\"Enter unique affiliate code\",\"C3nD/1\":\"Enter your email\",\"VmXiz4\":\"Enter your email and we'll send you instructions to reset your password.\",\"n9V+ps\":\"Enter your name\",\"IdULhL\":\"Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)\",\"X88/6w\":\"Записи появятся здесь, когда клиенты присоединятся к списку ожидания распроданных продуктов.\",\"LslKhj\":\"Error loading logs\",\"AKbElk\":\"EU VAT-registered businesses: Reverse charge mechanism applies (0% - Article 196 of VAT Directive 2006/112/EC)\",\"WgD6rb\":\"Event Category\",\"b46pt5\":\"Event Cover Image\",\"1Hzev4\":\"Event custom template\",\"imgKgl\":\"Event Description\",\"kJDmsI\":\"Event details\",\"m/N7Zq\":\"Event Full Address\",\"Nl1ZtM\":\"Event Location\",\"t3AMTs\":\"Event Management Platform\",\"PYs3rP\":\"Event name\",\"HhwcTQ\":\"Event Name\",\"WZZzB6\":\"Event name is required\",\"Wd5CDM\":\"Event name should be less than 150 characters\",\"4JzCvP\":\"Event Not Available\",\"Gh9Oqb\":\"Event organizer name\",\"mImacG\":\"Event Page\",\"JyD0LH\":\"Event Settings\",\"cOePZk\":\"Event Time\",\"e8WNln\":\"Event timezone\",\"GeqWgj\":\"Event Timezone\",\"XVLu2v\":\"Event Title\",\"OfmsI9\":\"Event Too New\",\"YDVUVl\":\"Event Types\",\"4K2OjV\":\"Event Venue\",\"19j6uh\":\"Events Performance\",\"PC3/fk\":\"Events Starting in Next 24 Hours\",\"fTFfOK\":\"Every email template must include a call-to-action button that links to the appropriate page\",\"BVinvJ\":\"Examples: \\\"How did you hear about us?\\\", \\\"Company name for invoice\\\"\",\"2hGPQG\":\"Examples: \\\"T-shirt size\\\", \\\"Meal preference\\\", \\\"Job title\\\"\",\"qNuTh3\":\"Exception\",\"M1RnFv\":\"Expired\",\"kF8HQ7\":\"Export Answers\",\"2KAI4N\":\"Export CSV\",\"JKfSAv\":\"Export failed. Please try again.\",\"SVOEsu\":\"Export started. Preparing file...\",\"wuyaZh\":\"Export successful\",\"9bpUSo\":\"Exporting Affiliates\",\"jtrqH9\":\"Exporting Attendees\",\"R4Oqr8\":\"Exporting complete. Downloading file...\",\"UlAK8E\":\"Exporting Orders\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Failed\",\"8uOlgz\":\"Failed At\",\"tKcbYd\":\"Failed Jobs\",\"SsI9v/\":\"Failed to abandon order. Please try again.\",\"LdPKPR\":\"Failed to assign configuration\",\"SIHgVQ\":\"Failed to cancel message\",\"cEFg3R\":\"Failed to create affiliate\",\"dVgNF1\":\"Failed to create configuration\",\"U66oUa\":\"Failed to create template\",\"aFk48v\":\"Failed to delete configuration\",\"Zw6LWb\":\"Failed to delete job\",\"tq0abZ\":\"Failed to delete jobs\",\"vKMKnu\":\"Failed to delete question\",\"xFj7Yj\":\"Failed to delete template\",\"jo3Gm6\":\"Failed to export affiliates\",\"Jjw03p\":\"Failed to export attendees\",\"ZPwFnN\":\"Failed to export orders\",\"zGE3CH\":\"Failed to export report. Please try again.\",\"lS9/aZ\":\"Не удалось загрузить получателей\",\"X4o0MX\":\"Failed to load Webhook\",\"ETcU7q\":\"Failed to offer spot\",\"5670b9\":\"Failed to offer tickets\",\"0+iwE5\":\"Failed to reorder questions\",\"EJPAcd\":\"Не удалось повторно отправить подтверждение заказа\",\"DjSbj3\":\"Не удалось повторно отправить билет\",\"YQ3QSS\":\"Failed to resend verification code\",\"wDioLj\":\"Failed to retry job\",\"DKYTWG\":\"Failed to retry jobs\",\"zTkTF3\":\"Failed to save template\",\"l6acRV\":\"Failed to save VAT settings. Please try again.\",\"T6B2gk\":\"Failed to send message. Please try again.\",\"lKh069\":\"Failed to start export job\",\"t/KVOk\":\"Failed to start impersonation. Please try again.\",\"QXgjH0\":\"Failed to stop impersonation. Please try again.\",\"o/blc/\":\"Failed to update account configuration\",\"i0QKrm\":\"Failed to update affiliate\",\"NNc33d\":\"Failed to update answer.\",\"E9jY+o\":\"Не удалось обновить участника\",\"uQynyf\":\"Failed to update configuration\",\"EhlbcI\":\"Failed to update messaging tier\",\"rpGMzC\":\"Не удалось обновить заказ\",\"Eeo/Gy\":\"Failed to update setting\",\"kqA9lY\":\"Failed to update VAT settings\",\"7/9RFs\":\"Failed to upload image.\",\"nkNfWu\":\"Failed to upload image. Please try again.\",\"rxy0tG\":\"Failed to verify email\",\"9bHCo2\":\"Fee Currency\",\"/sV91a\":\"Fee Handling\",\"T4BMxU\":\"Fees are subject to change. You will be notified of any changes to your fee structure.\",\"LyUWXA\":\"Fees Bypassed\",\"cf35MA\":\"Festival\",\"pAey+4\":\"File is too large. Maximum size is 5MB.\",\"VejKUM\":\"Fill in your details above first\",\"8OvVZZ\":\"Filter Attendees\",\"mvrlBO\":\"Filter by Event\",\"8BwQeU\":\"Завершить настройку\",\"hg80P7\":\"Завершить настройку Stripe\",\"1vBhpG\":\"First attendee\",\"4pwejF\":\"Имя обязательно\",\"6bBh3/\":\"Fixed Fee\",\"5mpF6N\":[\"Fixed fee amount in \",[\"currencyCode\"]],\"zWqUyJ\":\"Fixed fee charged per transaction\",\"LWL3Bs\":\"Fixed fee must be 0 or greater\",\"YXhom6\":\"Fixed Fee:\",\"KgxI80\":\"Flexible Ticketing\",\"lWxAUo\":\"Food & Drink\",\"nFm+5u\":\"Footer Text\",\"MY2SVM\":\"Полный возврат\",\"T02gNN\":\"General Admission\",\"3ep0Gx\":\"General information about your organizer\",\"ziAjHi\":\"Generate\",\"exy8uo\":\"Generate code\",\"4CETZY\":\"Get Directions\",\"+4zM7f\":\"Get paid immediately via Stripe Connect\",\"ZDIydz\":\"Get started\",\"u6FPxT\":\"Get Tickets\",\"8KDgYV\":\"Get your event ready\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Go to Event Page\",\"gHSuV/\":\"Go to home page\",\"6nDzTl\":\"Good readability\",\"aGWZUr\":\"Gross revenue\",\"n8IUs7\":\"Gross Revenue\",\"LIYoRQ\":\"Guest Management\",\"kTSQej\":[\"Hello \",[\"0\"],\", manage your platform from here.\"],\"dORAcs\":\"Here are all the tickets associated with your email address.\",\"g+2103\":\"Here is your affiliate link\",\"QlwJ9d\":\"Вот что ожидать:\",\"/iE8xx\":\"Hi.Events Fee\",\"zppscQ\":\"Hi.Events platform fees and VAT breakdown by transaction\",\"D+zLDD\":\"Hidden\",\"DRErHC\":\"Hidden from attendees - only visible to organizers\",\"P+5Pbo\":\"Hide Answers\",\"FmogyU\":\"Hide Options\",\"gtEbeW\":\"Highlight\",\"NF8sdv\":\"Highlight Message\",\"MXSqmS\":\"Highlight this product\",\"7ER2sc\":\"Highlighted\",\"sq7vjE\":\"Highlighted products will have a different background color to make them stand out on the event page.\",\"sy9anN\":\"How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout.\",\"AVpmAa\":\"How to pay offline\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Hungarian\",\"O8m7VA\":\"Я согласен получать уведомления по электронной почте, связанные с этим мероприятием\",\"YLgdk5\":\"I confirm this is a transactional message related to this event\",\"4/kP5a\":\"If a new tab did not open automatically, please click the button below to continue to checkout.\",\"W/eN+G\":\"If blank, the address will be used to generate a Google Maps link\",\"PYVWEI\":\"If registered, provide your VAT number for validation\",\"iIEaNB\":\"If you have an account with us, you will receive an email with instructions on how to reset your password.\",\"an5hVd\":\"Images\",\"tSVr6t\":\"Impersonate\",\"TWXU0c\":\"Impersonate User\",\"5LAZwq\":\"Impersonation started\",\"IMwcdR\":\"Impersonation stopped\",\"0I0Hac\":\"Important Notice\",\"yD3avI\":\"Important: Changing your email address will update the link to access this order. You will be redirected to the new order link after saving.\",\"M8M6fs\":\"Important: Stripe reconnection required\",\"jT142F\":[\"In \",[\"diffHours\"],\" hours\"],\"OoSyqO\":[\"In \",[\"diffMinutes\"],\" minutes\"],\"cljs3a\":\"Indicate whether you're VAT-registered in the EU\",\"F1Xp97\":\"Individual attendees\",\"85e6zs\":\"Insert Liquid Token\",\"38KFY0\":\"Insert Variable\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Instant Payouts\",\"nbfdhU\":\"Integrations\",\"JHB/Ky\":\"Invalid\",\"B2Tpo0\":\"Invalid email\",\"5tT0+u\":\"Invalid email format\",\"f9WRpE\":\"Invalid file type. Please upload an image.\",\"tnL+GP\":\"Invalid Liquid syntax. Please correct it and try again.\",\"N9JsFT\":\"Invalid VAT number format\",\"g+lLS9\":\"Invite a team member\",\"1z26sk\":\"Invite Team Member\",\"KR0679\":\"Invite Team Members\",\"Mokwac\":\"Invite unlimited team members with custom roles\",\"aH6ZIb\":\"Invite Your Team\",\"IuMGvq\":\"Invoice\",\"y0meFR\":\"Irish VAT at 23% will be applied to platform fees (domestic supply).\",\"1ZKm04\":\"Is this account VAT registered in the EU?\",\"Lj7sBL\":\"Italian\",\"F5/CBH\":\"item(s)\",\"BzfzPK\":\"Items\",\"KmWyx0\":\"Job\",\"o5r6b2\":\"Job deleted\",\"cd0jIM\":\"Job Details\",\"ruJO57\":\"Job Name\",\"YZi+Hu\":\"Job queued for retry\",\"nCywLA\":\"Join from anywhere\",\"SNzppu\":\"Присоединиться к списку ожидания\",\"lZwV6X\":[\"Присоединиться к списку ожидания на \",[\"0\"]],\"2gMuHR\":\"Joined\",\"hTJ4fB\":\"Просто нажмите кнопку ниже для переподключения вашего аккаунта Stripe.\",\"MxjCqk\":\"Just looking for your tickets?\",\"lB2hSG\":[\"Keep me updated on news and events from \",[\"0\"]],\"DruLRc\":\"Last 14 Days\",\"ve9JTU\":\"Фамилия обязательна\",\"h0Q9Iw\":\"Last Response\",\"gw3Ur5\":\"Last Triggered\",\"QIn0Vl\":\"Legal business name for VAT purposes\",\"1njn7W\":\"Light\",\"1qY5Ue\":\"Link Expired or Invalid\",\"psosdY\":\"Link to order details\",\"6JzK4N\":\"Link to ticket\",\"shkJ3U\":\"Link your Stripe account to receive funds from ticket sales.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links Allowed\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Live Events\",\"WdmJIX\":\"Загрузка предпросмотра...\",\"IoDI2o\":\"Loading tokens...\",\"NFxlHW\":\"Loading Webhooks\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Cover\",\"gddQe0\":\"Logo and cover image for your organizer\",\"TBEnp1\":\"Logo will be displayed in the header\",\"Jzu30R\":\"Logo will be displayed on the ticket\",\"PSRm6/\":\"Найти мои билеты\",\"4wUIjX\":\"Make your event live\",\"2FzaR1\":\"Manage your payment processing and view platform fees\",\"2L3vle\":\"Max Messages / 24h\",\"Qp4HWD\":\"Max Recipients / Message\",\"agPptk\":\"Medium\",\"xDAtGP\":\"Message\",\"bECJqy\":\"Message approved successfully\",\"1jRD0v\":\"Message attendees with specific tickets\",\"uQLXbS\":\"Сообщение отменено\",\"48rf3i\":\"Message cannot exceed 5000 characters\",\"ZPj0Q8\":\"Message Details\",\"Vjat/X\":\"Message is required\",\"0/yJtP\":\"Message order owners with specific products\",\"saG4At\":\"Сообщение запланировано\",\"mFdA+i\":\"Messaging Tier\",\"v7xKtM\":\"Messaging tier updated successfully\",\"H9HlDe\":\"minutes\",\"gqnyh0\":\"Mobile Optimized\",\"olKKwj\":\"Mobile scanner with offline support and real-time tracking\",\"JbIgPz\":\"Monetary values are approximate totals across all currencies\",\"qvF+MT\":\"Monitor and manage failed background jobs\",\"w36OkR\":\"Most Viewed Events (Last 14 Days)\",\"GfaxEk\":\"Music\",\"oVGCGh\":\"My Tickets\",\"8/brI5\":\"Name is required\",\"sFFArG\":\"Name must be less than 255 characters\",\"sCV5Yc\":\"Name of the event\",\"xxU3NX\":\"Net Revenue\",\"ArHT/C\":\"New Signups\",\"eWRECP\":\"Nightlife\",\"HSw5l3\":\"No - I'm an individual or non-VAT registered business\",\"VHfLAW\":\"No accounts\",\"+jIeoh\":\"No accounts found\",\"074+X8\":\"No Active Webhooks\",\"zxnup4\":\"No Affiliates to show\",\"Dwf4dR\":\"No attendee questions yet\",\"/UC6qk\":\"No attribution data found\",\"amMkpL\":\"No capacity\",\"99ntUF\":\"No check-in lists available for this event.\",\"+dAKxg\":\"No configurations found\",\"eb47T5\":\"No data found for the selected filters. Try adjusting the date range or currency.\",\"pZNOT9\":\"No end date\",\"dW40Uz\":\"No events found\",\"8pQ3NJ\":\"No events starting in the next 24 hours\",\"8zCZQf\":\"No events yet\",\"Yc5YW6\":\"No failed jobs\",\"54GxeB\":\"Никакого влияния на ваши текущие или прошлые транзакции\",\"EpvBAp\":\"No invoice\",\"XZkeaI\":\"No logs found\",\"nrSs2u\":\"No messages found\",\"OVFwlg\":\"No order questions yet\",\"EJ7bVz\":\"No orders found\",\"NEmyqy\":\"No orders yet\",\"wUv5xQ\":\"No organizer activity in the last 14 days\",\"B7w4KY\":\"No other organizers available\",\"PChXMe\":\"No Paid Orders\",\"6jYQGG\":\"No past events\",\"CHzaTD\":\"No popular events in the last 14 days\",\"zK/+ef\":\"No products available for selection\",\"kY7XDn\":\"No products have waiting entries\",\"wYiAtV\":\"No recent account signups\",\"UW90md\":\"Получатели не найдены\",\"QoAi8D\":\"No response\",\"EK/G11\":\"No responses yet\",\"3sRuiW\":\"No Tickets Found\",\"yM5c0q\":\"No upcoming events\",\"qpC74J\":\"No users found\",\"41dJPO\":\"No VAT settings configured\",\"8wgkoi\":\"No viewed events in the last 14 days\",\"Arzxc1\":\"Нет записей в списке ожидания\",\"n5vdm2\":\"No webhook events have been recorded for this endpoint yet. Events will appear here once they are triggered.\",\"4GhX3c\":\"No Webhooks\",\"4+am6b\":\"No, keep me here\",\"HVwIsd\":\"Non-VAT registered businesses or individuals: Irish VAT at 23% applies\",\"x5+Lcz\":\"Not Checked In\",\"8n10sz\":\"Not Eligible\",\"BwJKBw\":\"of\",\"9h7RDh\":\"Offer\",\"EfK2O6\":\"Offer Spot\",\"3sVRey\":\"Offer Tickets\",\"2O7Ybb\":\"Offer Timeout\",\"1jUg5D\":\"Offered\",\"l+/HS6\":[\"Offers expire after \",[\"timeoutHours\"],\" hours.\"],\"lQgMLn\":\"Office or venue name\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Offline Payment\",\"nO3VbP\":[\"On sale \",[\"0\"]],\"2r6bAy\":\"После завершения обновления ваш старый аккаунт будет использоваться только для возвратов.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Online Event\",\"bU7oUm\":\"Only send to orders with these statuses\",\"M2w1ni\":\"Only visible with promo code\",\"N141o/\":\"Открыть панель Stripe\",\"HXMJxH\":\"Дополнительный текст для отказов от ответственности, контактной информации или благодарственных заметок (только одна строка)\",\"L565X2\":\"options\",\"c/TIyD\":\"Order & Ticket\",\"H5qWhm\":\"Order cancelled\",\"b6+Y+n\":\"Order complete\",\"x4MLWE\":\"Order Confirmation\",\"CsTTH0\":\"Подтверждение заказа успешно отправлено повторно\",\"ppuQR4\":\"Order Created\",\"0UZTSq\":\"Order Currency\",\"HdmwrI\":\"Order Email\",\"bwBlJv\":\"Order First Name\",\"vrSW9M\":\"Заказ отменен и возвращен. Владелец заказа уведомлен.\",\"rzw+wS\":\"Order Holders\",\"oI/hGR\":\"Order ID\",\"Pc729f\":\"Order Is Awaiting Offline Payment\",\"F4NXOl\":\"Order Last Name\",\"RQCXz6\":\"Order Limits\",\"SO9AEF\":\"Order limits set\",\"5RDEEn\":\"Order Locale\",\"vu6Arl\":\"Order Marked as Paid\",\"sLbJQz\":\"Order not found\",\"kvYpYu\":\"Order Not Found\",\"i8VBuv\":\"Order Number\",\"FaPYw+\":\"Order owner\",\"eB5vce\":\"Order owners with a specific product\",\"CxLoxM\":\"Order owners with products\",\"DoH3fD\":\"Order Payment Pending\",\"UkHo4c\":\"Order Ref\",\"EZy55F\":\"Order Refunded\",\"6eSHqs\":\"Order statuses\",\"oW5877\":\"Order Total\",\"e7eZuA\":\"Order Updated\",\"1SQRYo\":\"Заказ успешно обновлен\",\"KndP6g\":\"Order URL\",\"3NT0Ck\":\"Order was cancelled\",\"sd5IMt\":\"Orders Completed\",\"5It1cQ\":\"Orders Exported\",\"UQ0ACV\":\"Orders Total\",\"B/EBQv\":\"Orders:\",\"qtGTNu\":\"Organic Accounts\",\"ucgZ0o\":\"Organization\",\"S3CZ5M\":\"Organizer Dashboard\",\"Uu0hZq\":\"Email организатора\",\"Gy7BA3\":\"Адрес электронной почты организатора\",\"SQqJd8\":\"Organizer Not Found\",\"wpj63n\":\"Organizer Settings\",\"coIKFu\":\"Organizer statistics are not available for the selected currency or an error occurred.\",\"o1my93\":\"Organizer status update failed. Please try again later\",\"rLHma1\":\"Organizer status updated\",\"LqBITi\":\"Organizer/default template will be used\",\"/IX/7x\":\"Other\",\"RsiDDQ\":\"Other Lists (Ticket Not Included)\",\"qMASRF\":\"Outgoing Messages\",\"6/dCYd\":\"Overview\",\"6WdDG7\":\"Page\",\"8uqsE5\":\"Page no longer available\",\"QkLf4H\":\"Page URL\",\"sF+Xp9\":\"Page Views\",\"c+suC6\":\"Paid Accounts\",\"QIxRUI\":\"Paid, free, tiered pricing, and donation-based tickets\",\"5F7SYw\":\"Частичный возврат\",\"fFYotW\":[\"Partially refunded: \",[\"0\"]],\"i8day5\":\"Pass fee to buyer\",\"k4FLBQ\":\"Pass to Buyer\",\"Ff0Dor\":\"Past\",\"xTPjSy\":\"Past Events\",\"/l/ckQ\":\"Paste URL\",\"URAE3q\":\"Paused\",\"4fL/V7\":\"Pay\",\"OZK07J\":\"Pay to unlock\",\"c2/9VE\":\"Payload\",\"TskrJ8\":\"Payment & Plan\",\"5cxUwd\":\"Payment Date\",\"ENEPLY\":\"Payment method\",\"EyE8E6\":\"Payment Processing\",\"8Lx2X7\":\"Payment received\",\"vcyz2L\":\"Payment Settings\",\"fx8BTd\":\"Payments not available\",\"51U9mG\":\"Платежи будут продолжаться без перерыва\",\"UkM20g\":\"Pending Review\",\"dPYu1F\":\"Per Attendee\",\"VlXNyK\":\"Per order\",\"hauDFf\":\"Per ticket\",\"mnF83a\":\"Percentage Fee\",\"2ueYqG\":\"Percentage fee (0-100%)\",\"K2PPlT\":\"Percentage fee must be between 0 and 100\",\"MixU2P\":\"Percentage must be between 0 and 100\",\"MkuVAZ\":\"Percentage of transaction amount\",\"/Bh+7r\":\"Performance\",\"6kPk3+\":\"Personal Information\",\"zmwvG2\":\"Phone\",\"zFIMat\":\"Pinterest\",\"wBJR8i\":\"Planning an event?\",\"J3lhKT\":\"Platform fee\",\"RD51+P\":[\"Platform fee of \",[\"0\"],\" deducted from your payout\"],\"br3Y/y\":\"Platform Fees\",\"3buiaw\":\"Platform Fees Report\",\"kv9dM4\":\"Platform Revenue\",\"OtjenF\":\"Please enter a valid email address\",\"jEw0Mr\":\"Please enter a valid URL\",\"n8+Ng/\":\"Please enter the 5-digit code\",\"r+lQXT\":\"Please enter your VAT number\",\"Dvq0wf\":\"Please provide an image.\",\"2cUopP\":\"Please restart the checkout process.\",\"8KmsFa\":\"Please select a date range\",\"EFq6EG\":\"Please select an image.\",\"fuwKpE\":\"Please try again.\",\"klWBeI\":\"Please wait before requesting another code\",\"hfHhaa\":\"Please wait while we prepare your affiliates for export...\",\"o+tJN/\":\"Please wait while we prepare your attendees for export...\",\"+5Mlle\":\"Please wait while we prepare your orders for export...\",\"trnWaw\":\"Polish\",\"luHAJY\":\"Popular Events (Last 14 Days)\",\"TjX7xL\":\"Post Checkout Message\",\"OESu7I\":\"Prevent overselling by sharing inventory across multiple ticket types.\",\"NgVUL2\":\"Preview checkout form\",\"cs5muu\":\"Preview Event page\",\"+4yRWM\":\"Price of the ticket\",\"a5jvSX\":\"Price Tiers\",\"ReihZ7\":\"Print Preview\",\"JnuPvH\":\"Print Ticket\",\"tYF4Zq\":\"Print to PDF\",\"LcET2C\":\"Privacy Policy\",\"8z6Y5D\":\"Обработать возврат\",\"JcejNJ\":\"Processing order\",\"EWCLpZ\":\"Product Created\",\"XkFYVB\":\"Product Deleted\",\"YMwcbR\":\"Product sales, revenue, and tax breakdown\",\"ldVIlB\":\"Product Updated\",\"JoKGiJ\":\"Promo code\",\"k3wH7i\":\"Promo code usage and discount breakdown\",\"uEhdRh\":\"Promo Only\",\"dLm8V5\":\"Promotional emails may result in account suspension\",\"EEYbdt\":\"Publish\",\"evDBV8\":\"Publish Event\",\"dsFmM+\":\"Purchased\",\"Vw0KCJ\":\"QR Code Check-in\",\"oWXNE5\":\"Qty\",\"k/bJj0\":\"Questions reordered\",\"b24kPi\":\"Queue\",\"fqDzSu\":\"Rate\",\"mnUGVC\":\"Превышен лимит запросов. Пожалуйста, попробуйте позже.\",\"t41hVI\":\"Re-offer Spot\",\"spsZys\":\"Готовы к обновлению? Это займет всего несколько минут.\",\"vt9xUl\":\"Real-Time Analytics\",\"xzRvs4\":[\"Receive product updates from \",[\"0\"],\".\"],\"pLXbi8\":\"Recent Account Signups\",\"Fi3b48\":\"Recent Orders\",\"7hPBBn\":\"получатель\",\"jp5bq8\":\"получателей\",\"yPrbsy\":\"Получатели\",\"E1F5Ji\":\"Получатели доступны после отправки сообщения\",\"Edm6av\":\"Reconnect Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirecting to Stripe...\",\"pnoTN5\":\"Referral Accounts\",\"ACKu03\":\"Refresh Preview\",\"fKn/k6\":\"Сумма возврата\",\"qY4rpA\":\"Refund failed\",\"FaK/8G\":[\"Возврат заказа \",[\"0\"]],\"MGbi9P\":\"Refund pending\",\"BDSRuX\":[\"Refunded: \",[\"0\"]],\"bU4bS1\":\"Refunds\",\"rYXfOA\":\"Regional Settings\",\"5tl0Bp\":\"Registration Questions\",\"CQeZT8\":\"Report not found\",\"JEPMXN\":\"Request a new link\",\"TMLAx2\":\"Required\",\"mdeIOH\":\"Resend code\",\"sQxe68\":\"Отправить подтверждение повторно\",\"bxoWpz\":\"Resend Confirmation Email\",\"G42SNI\":\"Resend email\",\"TTpXL3\":[\"Resend in \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Отправить билет повторно\",\"Uwsg2F\":\"Reserved\",\"8wUjGl\":\"Reserved until\",\"kCn6wb\":\"Resetting...\",\"6gRgw8\":\"Retry\",\"1BG8ga\":\"Retry All\",\"rDC+T6\":\"Retry Job\",\"CbnrWb\":\"Return to Event\",\"Oo/PLb\":\"Revenue Summary\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Sale ended \",[\"0\"]],\"loCKGB\":[\"Sale ends \",[\"0\"]],\"wlfBad\":\"Sale Period\",\"5CDM6r\":\"Sale period set\",\"ftzaMf\":\"Sale period, order limits, visibility\",\"zpekWp\":[\"Sale starts \",[\"0\"]],\"mUv9U4\":\"Sales\",\"9KnRdL\":\"Sales are paused\",\"3VnlS9\":\"Sales, orders, and performance metrics for all events\",\"3Q1AWe\":\"Sales:\",\"B4nE3N\":\"Sample ticket price\",\"8BRPoH\":\"Sample Venue\",\"DyBPvP\":\"Save Configuration\",\"KZrfYJ\":\"Save Social Links\",\"9Y3hAT\":\"Save Template\",\"C8ne4X\":\"Save Ticket Design\",\"6/TNCd\":\"Save VAT Settings\",\"I+FvbD\":\"Сканировать\",\"QS1Nla\":\"Запланировать на потом\",\"NAzVVw\":\"Запланировать сообщение\",\"4ba0NE\":\"Scheduled\",\"qcP/8K\":\"Запланированное время\",\"ftNXma\":\"Search affiliates...\",\"VY+Bdn\":\"Search by account name or email...\",\"VX+B3I\":\"Search by event title or organizer...\",\"R0wEyA\":\"Search by job name or exception...\",\"VT+urE\":\"Search by name or email...\",\"GHdjuo\":\"Search by name, email, or account...\",\"20ce0U\":\"Search by order ID, customer name, or email...\",\"4DSz7Z\":\"Search by subject, event, or account...\",\"BWF1kC\":\"Search messages...\",\"Mck5ht\":\"Secure Checkout\",\"p7xUrt\":\"Select a category\",\"3IcxS1\":\"Select a configuration\",\"e4L7bF\":\"Select a message to view its contents\",\"zPRPMf\":\"Select a tier\",\"BFRSTT\":\"Select Account\",\"mCB6Je\":\"Select All\",\"a6+167\":\"Select an event\",\"kYZSFD\":\"Select an organizer to view their dashboard and events.\",\"CFbaPk\":\"Select attendee group\",\"hJmVtD\":\"Select country\",\"tVW/yo\":\"Select currency\",\"n9ZhRa\":\"Select end date and time\",\"gTN6Ws\":\"Select end time\",\"0U6E9W\":\"Select event category\",\"j9cPeF\":\"Select event types\",\"1nhy8G\":\"Select Scanner Type\",\"KizCK7\":\"Select start date and time\",\"dJZTv2\":\"Select start time\",\"3hJUtr\":\"Select the country where VAT is registered\",\"x8XMsJ\":\"Select the messaging tier for this account. This controls message limits and link permissions.\",\"aT3jZX\":\"Select timezone\",\"TxfvH2\":\"Select which attendees should receive this message\",\"Ropvj0\":\"Select which events will trigger this webhook\",\"5Ds0vl\":\"Select which fee configuration applies to this account. Fixed fees are converted to the order currency at checkout.\",\"ylXj1N\":\"Selected\",\"j9b/iy\":\"Selling fast 🔥\",\"73qYgo\":\"Send as test\",\"HMAqFK\":\"Send emails to attendees, ticket holders, or order owners. Messages can be sent immediately or scheduled for later.\",\"22Itl6\":\"Send me a copy\",\"NpEm3p\":\"Отправить сейчас\",\"nOBvex\":\"Send real-time order and attendee data to your external systems.\",\"1lNPhX\":\"Отправить email с уведомлением о возврате\",\"eaUTwS\":\"Send reset link\",\"QEQlnV\":\"Send your first message\",\"IoAuJG\":\"Sending...\",\"h69WC6\":\"Sent\",\"BVu2Hz\":\"Sent By\",\"SPdzrs\":\"Sent to customers when they place an order\",\"LxSN5F\":\"Sent to each attendee with their ticket details\",\"89xaFU\":\"Set default platform fee settings for new events created under this organizer.\",\"eXssj5\":\"Set default settings for new events created under this organizer.\",\"s0FkEx\":\"Set up check-in lists for different entrances, sessions, or days.\",\"xMO+Ao\":\"Set up your organization\",\"C3htzi\":\"Setting updated\",\"Ohn74G\":\"Setup & Design\",\"GG7qDw\":\"Share Affiliate Link\",\"hL7sDJ\":\"Share Organizer Page\",\"jy6QDF\":\"Shared Capacity Management\",\"cMW+gm\":[\"Show all platforms (\",[\"0\"],\" more with values)\"],\"UVPI5D\":\"Show fewer platforms\",\"Eu/N/d\":\"Показать флажок подписки на маркетинг\",\"SXzpzO\":\"Показывать флажок подписки на маркетинг по умолчанию\",\"b33PL9\":\"Show more platforms\",\"t1LIQW\":[\"Showing \",[\"0\"],\" of \",[\"totalRows\"],\" records\"],\"jVRHeq\":\"Signed Up\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Social Links\",\"j/TOB3\":\"Social Links & Website\",\"s9KGXU\":\"Sold\",\"5qOnWX\":\"Список ожидания распроданных\",\"KTxc6k\":\"Something went wrong, please try again, or contact support if the problem persists\",\"lkE00/\":\"Something went wrong. Please try again later.\",\"H6Gslz\":\"Sorry for the inconvenience.\",\"wdxz7K\":\"Source\",\"7JFNej\":\"Sports\",\"JcQp9p\":\"Start date & time\",\"0m/ekX\":\"Start Date & Time\",\"izRfYP\":\"Start date is required\",\"2R1+Rv\":\"Start time of the event\",\"2NbyY/\":\"Statistics\",\"GVUxAX\":\"Statistics are based on account creation date\",\"DRykfS\":\"По-прежнему обрабатываем возвраты для ваших старых транзакций.\",\"wuV0bK\":\"Stop Impersonating\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe Connected\",\"aKtF0O\":\"Stripe Not Connected\",\"9i0++A\":\"Stripe Payment ID\",\"/QlTE4\":\"Stripe setup is already complete.\",\"ii0qn/\":\"Subject is required\",\"M7Uapz\":\"Subject will appear here\",\"6aXq+t\":\"Subject:\",\"JwTmB6\":\"Successfully Duplicated Product\",\"WUOCgI\":\"Successfully offered a spot\",\"IvxA4G\":[\"Successfully offered tickets to \",[\"count\"],\" people\"],\"kKpkzy\":\"Successfully offered tickets to 1 person\",\"Zi3Sbw\":\"Успешно удалено из списка ожидания\",\"RuaKfn\":\"Successfully Updated Address\",\"kzx0uD\":\"Successfully Updated Event Defaults\",\"5n+Wwp\":\"Successfully Updated Organizer\",\"DMCX/I\":\"Successfully Updated Platform Fee Defaults\",\"URUYHc\":\"Successfully Updated Platform Fee Settings\",\"0Dk/l8\":\"Successfully Updated SEO Settings\",\"S8Tua9\":\"Successfully Updated Settings\",\"MhOoLQ\":\"Successfully Updated Social Links\",\"kj7zYe\":\"Successfully updated Webhook\",\"dXoieq\":\"Summary\",\"/RfJXt\":[\"Summer Music Festival \",[\"0\"]],\"CWOPIK\":\"Summer Music Festival 2025\",\"UaISq3\":\"Swedish\",\"JZTQI0\":\"Switch Organizer\",\"9YHrNC\":\"System Default\",\"XX32BM\":\"Займет всего несколько минут\",\"yT6dQ8\":\"Tax collected grouped by tax type and event\",\"Ye321X\":\"Tax Name\",\"WyCBRt\":\"Tax Summary\",\"GkH0Pq\":\"Taxes & fees applied\",\"Rwiyt2\":\"Taxes configured\",\"iQZff7\":\"Taxes, Fees, Visibility, Sale Period, Product Highlight & Order Limits\",\"BW6QAz\":\"Team Management\",\"vlf/In\":\"Tech\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Tell people what to expect at your event\",\"NiIUyb\":\"Tell us about your event\",\"DovcfC\":\"Tell us about your organization. This information will be displayed on your event pages.\",\"7wtpH5\":\"Template Active\",\"QHhZeE\":\"Template created successfully\",\"xrWdPR\":\"Template deleted successfully\",\"G04Zjt\":\"Template saved successfully\",\"xowcRf\":\"Terms of Service\",\"6K0GjX\":\"Text may be hard to read\",\"nm3Iz/\":\"Thank you for attending!\",\"lhAWqI\":\"Спасибо за вашу поддержку, пока мы продолжаем расти и улучшать Hi.Events!\",\"KfmPRW\":\"The background color of the page. When using cover image, this is applied as an overlay.\",\"MDNyJz\":\"The code will expire in 10 minutes. Check your spam folder if you don't see the email.\",\"AIF7J2\":\"The currency in which the fixed fee is defined. It will be converted to the order currency at checkout.\",\"MJm4Tq\":\"The currency of the order\",\"cDHM1d\":\"Адрес электронной почты был изменен. Участник получит новый билет на обновленный адрес электронной почты.\",\"I/NNtI\":\"The event venue\",\"tXadb0\":\"The event you're looking for is not available at the moment. It may have been removed, expired, or the URL might be incorrect.\",\"EBzPwC\":\"The full event address\",\"sxKqBm\":\"Полная сумма заказа будет возвращена на первоначальный способ оплаты клиента.\",\"KgDp6G\":\"Ссылка, к которой вы пытаетесь получить доступ, истекла или больше не действительна. Пожалуйста, проверьте вашу электронную почту для получения обновленной ссылки для управления вашим заказом.\",\"5OmEal\":\"The locale of the customer\",\"sYLeDq\":\"The organizer you're looking for could not be found. The page may have been moved, deleted, or the URL might be incorrect.\",\"C4nQe5\":\"The platform fee is added to the ticket price. Buyers pay more, but you receive the full ticket price.\",\"HxxXZO\":\"The primary brand color used for buttons and highlights\",\"z0KrIG\":\"Запланированное время обязательно\",\"EWErQh\":\"Запланированное время должно быть в будущем\",\"DEcpfp\":\"The template body contains invalid Liquid syntax. Please correct it and try again.\",\"injXD7\":\"The VAT number could not be validated. Please check the number and try again.\",\"A4UmDy\":\"Theater\",\"tDwYhx\":\"Theme & Colors\",\"QP3gP+\":\"These settings apply only to copied embed code and won't be stored.\",\"HirZe8\":\"These templates will be used as defaults for all events in your organization. Individual events can override these templates with their own custom versions.\",\"lzAaG5\":\"These templates will override the organizer defaults for this event only. If no custom template is set here, the organizer template will be used instead.\",\"XBNC3E\":\"This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed.\",\"AaP0M+\":\"This color combination may be hard to read for some users\",\"RzEvf5\":\"Это мероприятие закончилось\",\"YClrdK\":\"This event is not published yet\",\"dFJnia\":\"This is the name of your organizer that will be displayed to your users.\",\"L7dIM7\":\"This link is invalid or has expired.\",\"MR5ygV\":\"Эта ссылка больше не действительна\",\"9LEqK0\":\"This name is visible to end users\",\"j5FdeA\":\"This order is being processed.\",\"sjNPMw\":\"This order was abandoned. You can start a new order anytime.\",\"OhCesD\":\"This order was cancelled. You can start a new order anytime.\",\"lyD7rQ\":\"This organizer profile is not published yet\",\"9b5956\":\"This preview shows how your email will look with sample data. Actual emails will use real values.\",\"uM9Alj\":\"This product is highlighted on the event page\",\"RqSKdX\":\"This product is sold out\",\"W12OdJ\":\"This report is for informational purposes only. Always consult with a tax professional before using this data for accounting or tax purposes. Please cross-reference with your Stripe dashboard as Hi.Events may be missing historical data.\",\"0Ew0uk\":\"Этот билет только что был отсканирован. Пожалуйста, подождите перед повторным сканированием.\",\"kvpxIU\":\"This will be used for notifications and communication with your users.\",\"rhsath\":\"This will not be visible to customers, but helps you identify the affiliate.\",\"Mr5UUd\":\"Ticket Cancelled\",\"0GSPnc\":\"Ticket Design\",\"EZC/Cu\":\"Ticket design saved successfully\",\"bbslmb\":\"Ticket Designer\",\"1BPctx\":\"Ticket for\",\"bgqf+K\":\"Ticket holder's email\",\"oR7zL3\":\"Ticket holder's name\",\"HGuXjF\":\"Ticket holders\",\"CMUt3Y\":\"Ticket Holders\",\"awHmAT\":\"ID билета\",\"6czJik\":\"Ticket Logo\",\"OkRZ4Z\":\"Ticket Name\",\"t79rDv\":\"Ticket Not Found\",\"6tmWch\":\"Ticket or Product\",\"1tfWrD\":\"Предпросмотр билета для\",\"KnjoUA\":\"Ticket price\",\"tGCY6d\":\"Ticket Price\",\"pGZOcL\":\"Билет успешно отправлен повторно\",\"8jLPgH\":\"Ticket Type\",\"X26cQf\":\"Ticket URL\",\"8qsbZ5\":\"Ticketing & Sales\",\"zNECqg\":\"tickets\",\"6GQNLE\":\"Tickets\",\"NRhrIB\":\"Tickets & Products\",\"EUnesn\":\"Tickets Available\",\"AGRilS\":\"Tickets Sold\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"To\",\"nniGTr\":\"To edit configurations, go to the Configurations section in the admin menu.\",\"tiI71C\":\"To increase your limits, contact us at\",\"BZBYf3\":\"To receive credit card payments, you need to connect your Stripe account. Stripe is our payment processing partner that ensures secure transactions and timely payouts.\",\"W428WC\":\"Toggle columns\",\"UBSG1X\":\"Top Organizers (Last 14 Days)\",\"3sZ0xx\":\"Total Accounts\",\"EaAPbv\":\"Total amount paid\",\"SMDzqJ\":\"Total Attendees\",\"orBECM\":\"Total Collected\",\"k5CU8c\":\"Total Entries\",\"4B7oCp\":\"Total Fee\",\"KSDwd5\":\"Total Orders\",\"vb0Q0/\":\"Total Users\",\"oJjplO\":\"Total Views\",\"orluER\":\"Track account growth and performance by attribution source\",\"NHq3l1\":\"Track sales, revenue, and attendance with detailed reports\",\"OpKMSn\":\"Transaction Fee:\",\"uKOFO5\":\"True if offline payment\",\"9GsDR2\":\"True if payment pending\",\"ouM5IM\":\"Try another email\",\"3DZvE7\":\"Try Hi.Events Free\",\"Kz91g/\":\"Turkish\",\"GdOhw6\":\"Turn sound off\",\"KUOhTy\":\"Turn sound on\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Type of ticket\",\"IrVSu+\":\"Unable to duplicate product. Please check the your details\",\"Vx2J6x\":\"Unable to fetch attendee\",\"h0dx5e\":\"Не удалось присоединиться к списку ожидания\",\"n57zCW\":\"Unattributed Accounts\",\"b9SN9q\":\"Unique order reference\",\"Ef7StM\":\"Unknown\",\"ZBAScj\":\"Unknown Attendee\",\"ZkS2p3\":\"Unpublish Event\",\"X13xGn\":\"Untrusted\",\"Pp1sWX\":\"Update Affiliate\",\"KMMOAy\":\"Доступно обновление\",\"gJQsLv\":\"Upload a cover image for your organizer\",\"4kEGqW\":\"Upload a logo for your organizer\",\"lnCMdg\":\"Upload Image\",\"29w7p6\":\"Uploading image...\",\"HtrFfw\":\"URL is required\",\"WBq1/R\":\"USB Scanner Already Active\",\"EV30TR\":\"USB Scanner mode activated. Start scanning tickets now.\",\"fovJi3\":\"USB Scanner mode deactivated\",\"hli+ga\":\"USB/HID Scanner\",\"OHJXlK\":\"Используйте <0>шаблоны Liquid для персонализации ваших писем\",\"0k4cdb\":\"Use order details for all attendees. Attendee names and emails will match the buyer's information.\",\"bA31T4\":\"Use the buyer's details for all attendees\",\"rnoQsz\":\"Used for borders, highlights, and QR code styling\",\"BV4L/Q\":\"UTM Analytics\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Valid\",\"GuXjc5\":\"Validated\",\"imLQ9Y\":\"Validating your VAT number...\",\"cK9+xQ\":\"VAT Country\",\"sqdl5s\":\"VAT Information\",\"UjNWsF\":\"VAT may be applied to platform fees depending on your VAT registration status. Please complete the VAT information section below.\",\"pnVh83\":\"VAT Number\",\"CabI04\":\"VAT number must not contain spaces\",\"PMhxAR\":\"VAT number must start with a 2-letter country code followed by 8-15 alphanumeric characters (e.g., DE123456789)\",\"gPgdNV\":\"VAT number validated successfully\",\"RUMiLy\":\"VAT number validation failed\",\"vqji3Y\":\"VAT number validation failed. Please check your VAT number.\",\"8dENF9\":\"VAT on Fee\",\"ZutOKU\":\"VAT Rate\",\"CZomgW\":\"VAT Registered\",\"PCRCCN\":\"VAT Registration Information\",\"oSDBWm\":\"VAT Settings\",\"Nfbg76\":\"VAT settings saved successfully\",\"UvYql/\":\"VAT settings saved. We're validating your VAT number in the background.\",\"R6n7j9\":\"VAT settings updated successfully\",\"tJylUv\":\"VAT Treatment for Platform Fees\",\"FlGprQ\":\"VAT treatment for platform fees: EU VAT-registered businesses can use the reverse charge mechanism (0% - Article 196 of VAT Directive 2006/112/EC). Non-VAT registered businesses are charged Irish VAT at 23%.\",\"516oLj\":\"VAT validation service temporarily unavailable\",\"AdWhjZ\":\"Verification code\",\"QDEWii\":\"Verified\",\"wCKkSr\":\"Verify Email\",\"/IBv6X\":\"Verify your email\",\"e/cvV1\":\"Verifying...\",\"fROFIL\":\"Vietnamese\",\"RnvnDc\":\"View all messages sent across the platform\",\"+WFMis\":\"View and download reports across all your events. Only completed orders are included.\",\"c7VN/A\":\"View Answers\",\"SZw9tS\":\"View Details\",\"FCVmuU\":\"View Event\",\"c6SXHN\":\"View Event Page\",\"n6EaWL\":\"View logs\",\"OaKTzt\":\"View Map\",\"zNZNMs\":\"View Message\",\"67OJ7t\":\"View Order\",\"tKKZn0\":\"View Order Details\",\"KeCXJu\":\"View order details, issue refunds, and resend confirmations.\",\"9jnAcN\":\"View Organizer Homepage\",\"1J/AWD\":\"View Ticket\",\"N9FyyW\":\"View, edit, and export your registered attendees.\",\"6dp/Hz\":\"Vimeo\",\"wPRp9Z\":\"Visible to check-in staff only. Helps identify this list during check-in.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Waiting\",\"quR8Qp\":\"Waiting for payment\",\"u0n+wz\":\"Список ожидания\",\"3RXFtE\":\"Список ожидания включён\",\"aUi/Dz\":\"Warning: This is the system default configuration. Changes will affect all accounts that don't have a specific configuration assigned.\",\"RRZDED\":\"We couldn't find any orders associated with this email address.\",\"2RZK9x\":\"We couldn't find the order you're looking for. The link may have expired or the order details may have changed.\",\"nefMIK\":\"We couldn't find the ticket you're looking for. The link may have expired or the ticket details may have changed.\",\"miysJh\":\"We couldn't find this order. It may have been removed.\",\"HJKdzP\":\"We hit a snag loading this page. Please try again.\",\"IfN2Qo\":\"We recommend a square logo with minimum dimensions of 200x200px\",\"wJzo/w\":\"We recommend dimensions of 400px by 400px, and a maximum file size of 5MB\",\"x8rEDQ\":\"We were unable to validate your VAT number after multiple attempts. We'll continue trying in the background. Please check back later.\",\"Uo5ddP\":[\"We'll notify you by email if a spot becomes available for \",[\"0\"],\".\"],\"q1BizZ\":\"We'll send your tickets to this email\",\"ZOmUYW\":\"We'll validate your VAT number in the background. If there are any issues, we'll let you know.\",\"zCdObC\":\"Мы официально переместили наш главный офис в Ирландию 🇮🇪. В рамках этого перехода мы теперь используем Stripe Ирландия вместо Stripe Канада. Чтобы ваши выплаты проходили гладко, вам нужно переподключить ваш аккаунт Stripe.\",\"jh2orE\":\"We've relocated our headquarters to Ireland. As a result, we need you to reconnect your Stripe account. This quick process takes just a few minutes. Your sales and existing data remain completely unaffected.\",\"Fq/Nx7\":\"We've sent a 5-digit verification code to:\",\"GdWB+V\":\"Webhook created successfully\",\"2X4ecw\":\"Webhook deleted successfully\",\"CThMKa\":\"Webhook Logs\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook will not send notifications\",\"FSaY52\":\"Webhook will send notifications\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Website\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Welcome back\",\"QDWsl9\":[\"Welcome to \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Welcome to \",[\"0\"],\", here's a listing of all your events\"],\"FaSXqR\":\"What type of event?\",\"f30uVZ\":\"What you need to do:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"When a check-in is deleted\",\"Gmd0hv\":\"When a new attendee is created\",\"Lc18qn\":\"When a new order is created\",\"dfkQIO\":\"When a new product is created\",\"8OhzyY\":\"When a product is deleted\",\"tRXdQ9\":\"When a product is updated\",\"9L9/28\":\"Когда продукт распродан, клиенты могут присоединиться к списку ожидания, чтобы получить уведомление, когда появятся свободные места.\",\"Q7CWxp\":\"When an attendee is cancelled\",\"IuUoyV\":\"When an attendee is checked in\",\"nBVOd7\":\"When an attendee is updated\",\"ny2r8d\":\"When an order is cancelled\",\"c9RYbv\":\"When an order is marked as paid\",\"ejMDw1\":\"When an order is refunded\",\"fVPt0F\":\"When an order is updated\",\"bcYlvb\":\"When check-in closes\",\"XIG669\":\"When check-in opens\",\"de6HLN\":\"When customers purchase tickets, their orders will appear here.\",\"403wpZ\":\"При включении новые мероприятия позволят участникам управлять своими данными билетов через защищенную ссылку. Это может быть переопределено для каждого мероприятия.\",\"blXLKj\":\"При включении новые мероприятия будут отображать флажок подписки на маркетинг при оформлении заказа. Это можно переопределить для каждого мероприятия.\",\"Kj0Txn\":\"When enabled, no application fees will be charged on Stripe Connect transactions. Use this for countries where application fees are not supported.\",\"uchB0M\":\"Widget Preview\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Write your message here...\",\"nhtR6Y\":\"X (Twitter)\",\"X/azM1\":\"Yes - I have a valid EU VAT registration number\",\"Tz5oXG\":\"Yes, cancel my order\",\"QlSZU0\":[\"You are impersonating <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Вы оформляете частичный возврат. Клиенту будет возвращено \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"You can configure additional service fees and taxes in your account settings.\",\"5VGIlq\":\"You have reached your messaging limit.\",\"casL1O\":\"You have taxes and fees added to a Free Product. Would you like to remove them?\",\"pCLes8\":\"Вы должны согласиться на получение сообщений\",\"FVTVBy\":\"You must verify your email address before you can update the organizer status.\",\"w65ZgF\":\"You need to verify your account email before you can modify email templates.\",\"FRl8Jv\":\"You need to verify your account email before you can send messages.\",\"FgRxRP\":\"You own 100% of your attendee data, always\",\"88cUW+\":\"You receive\",\"U3wiCB\":\"Все готово! Ваши платежи обрабатываются без проблем.\",\"MNFIxz\":[\"You're going to \",[\"0\"],\"!\"],\"qGZz0m\":\"Вы в списке ожидания!\",\"/5HL6k\":\"You've been offered a spot!\",\"p/Sa0j\":\"Your account has messaging limits. To increase your limits, contact us at\",\"x/xjzn\":\"Your affiliates have been exported successfully.\",\"TF37u6\":\"Your attendees have been exported successfully.\",\"79lXGw\":\"Your check-in list has been created successfully. Share the link below with your check-in staff.\",\"BnlG9U\":\"Your current order will be lost.\",\"nBqgQb\":\"Your Email\",\"GG1fRP\":\"Your event is live!\",\"R02pnV\":\"Your event must be live before you can sell tickets to attendees.\",\"hDNwnf\":\"Your logo, colors, and style on every page\",\"ifRqmm\":\"Your message has been sent successfully!\",\"0/+Nn9\":\"Your messages will appear here\",\"/Rj5P4\":\"Your Name\",\"PFjJxY\":\"Your new password must be at least 8 characters long.\",\"gzrCuN\":\"Your order details have been updated. A confirmation email has been sent to the new email address.\",\"naQW82\":\"Your order has been cancelled.\",\"bhlHm/\":\"Your order is awaiting payment\",\"XeNum6\":\"Your orders have been exported successfully.\",\"Xd1R1a\":\"Your organizer address\",\"WWYHKD\":\"Your payment is protected with bank-level encryption\",\"5b3QLi\":\"Your Plan\",\"6heFYY\":\"Ваш аккаунт Stripe подключен и обрабатывает платежи.\",\"vvO1I2\":\"Your Stripe account is connected and ready to process payments.\",\"CnZ3Ou\":\"Your tickets have been confirmed.\",\"EmFsMZ\":\"Your VAT number is queued for validation\",\"QBlhh4\":\"Your VAT number will be validated when you save\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Search products\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Copy details to first attendee\"],\"+4yRWM\":[\"Price of the ticket\"],\"+4zM7f\":[\"Get paid immediately via Stripe Connect\"],\"+5Mlle\":[\"Please wait while we prepare your orders for export...\"],\"+8bmSu\":[\"California\"],\"+CeSxK\":[\"Check-In List deleted successfully\"],\"+FWjhR\":[\"You have run out of time to complete your order.\"],\"+G/XiQ\":[\"Year to date\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"ZIP or Postal Code\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Skip this step\"],\"+QARA4\":[\"Art\"],\"+WFMis\":[\"View and download reports across all your events. Only completed orders are included.\"],\"+Y976X\":[\"No Promo Codes to show\"],\"+dAKxg\":[\"No configurations found\"],\"+eZ7dp\":[\"Offline Payments\"],\"+fA4C7\":[\"Duplicate Options\"],\"+guao5\":[\"Edit Configuration\"],\"+hBhWk\":[\"Check-in list has expired\"],\"+jIeoh\":[\"No accounts found\"],\"+jw/c1\":[\"Delete image\"],\"+pr/FY\":[\"Search by event name...\"],\"+qqX74\":[\"Update event name, description and dates\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Code is required\"],\"+zy2Nq\":[\"Type\"],\"/2by1f\":[\"State or Region\"],\"/3017M\":[\"Connected to Stripe\"],\"/4gGIX\":[\"Copy to clipboard\"],\"/5HL6k\":[\"You've been offered a spot!\"],\"/5PEQz\":[\"View event page\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Refunded\"],\"/Bh+7r\":[\"Performance\"],\"/CV2x+\":[\"Are you sure you want to cancel this attendee? This will void their ticket\"],\"/DNy62\":[\"We couldn't find any tickets matching \",[\"0\"]],\"/H326L\":[\"Уже возвращено\"],\"/HGmW9\":[\"Create trackable links to reward partners who promote your event.\"],\"/HkCs4\":[[\"0\"],\" tickets\"],\"/IBv6X\":[\"Verify your email\"],\"/IX/7x\":[\"Other\"],\"/IzmnP\":[\"Please wait while we prepare your invoice...\"],\"/JdZIP\":[\"Assigned Configuration\"],\"/Jizh9\":[\"Choose an account\"],\"/PN1DA\":[\"Add a description for this check-in list\"],\"/QlTE4\":[\"Stripe setup is already complete.\"],\"/RfJXt\":[\"Summer Music Festival \",[\"0\"]],\"/Rj5P4\":[\"Your Name\"],\"/SIY6o\":[\"SEO Keywords\"],\"/SgoNA\":[\"Total Tax\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Check Out\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"No attribution data found\"],\"/bhMdO\":[\"My amazing event description...\"],\"/cSMqv\":[\"Unable to create question. Please check the your details\"],\"/dgc8E\":[\"Event Date\"],\"/gWrVZ\":[\"Daily revenue, taxes, fees, and refunds across all events\"],\"/iE8xx\":[\"Hi.Events Fee\"],\"/jHBj5\":[\"Affiliate created successfully\"],\"/jQctM\":[\"To\"],\"/jZOZa\":[\"Service Fee\"],\"/l/ckQ\":[\"Paste URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Fees\"],\"/p9Fhq\":[\"Unlimited available\"],\"/roQKz\":[\"Percentage\"],\"/sV91a\":[\"Fee Handling\"],\"/u4DIx\":[\"Products Sold\"],\"/xC/im\":[\"Billing Settings\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"A short description of your organizer that will be displayed to your users.\"],\"0+iwE5\":[\"Failed to reorder questions\"],\"0/+Nn9\":[\"Your messages will appear here\"],\"0/vPdA\":[\"Add any notes about the attendee. These will not be visible to the attendee.\"],\"0/yJtP\":[\"Message order owners with specific products\"],\"01WH0a\":[\"We were unable to confirm your payment. Please try again or contact support.\"],\"01sEfm\":[\"Cannot delete the system default configuration\"],\"02ePaq\":[\"Select \",[\"0\"]],\"06s3w3\":[\"Hide product before sale start date\"],\"074+X8\":[\"No Active Webhooks\"],\"0Dk/l8\":[\"Successfully Updated SEO Settings\"],\"0Ew0uk\":[\"Этот билет только что был отсканирован. Пожалуйста, подождите перед повторным сканированием.\"],\"0GSPnc\":[\"Ticket Design\"],\"0GwUT4\":[\"Continue to Checkout\"],\"0I0Hac\":[\"Important Notice\"],\"0R3Y+9\":[\"Attendee Email\"],\"0RXCDo\":[\"Tax or Fee deleted successfully\"],\"0U6E9W\":[\"Select event category\"],\"0UZTSq\":[\"Order Currency\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Event Defaults\"],\"0Zypnp\":[\"Admin Dashboard\"],\"0aVEBY\":[\"Are you sure you want to delete all failed jobs?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Use order details for all attendees. Attendee names and emails will match the buyer's information.\"],\"0m/ekX\":[\"Start Date & Time\"],\"0pC/y6\":[\"Event\"],\"0zpgxV\":[\"Options\"],\"147G4h\":[\"Are you sure you want to leave?\"],\"15qAvl\":[\"You have no pending email change.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Events Performance\"],\"1BG8ga\":[\"Retry All\"],\"1BPctx\":[\"Ticket for\"],\"1DBGsz\":[\"Notes\"],\"1E0vyy\":[\"We couldn't load the data. Please try again.\"],\"1HfW/F\":[\"Colors\"],\"1Hzev4\":[\"Event custom template\"],\"1J/AWD\":[\"View Ticket\"],\"1JnTgU\":[\"Copied from above\"],\"1JwlHk\":[\"Product Category\"],\"1MAvUY\":[\"Manage payment and invoicing settings for this event.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Заказ успешно обновлен\"],\"1SbbH8\":[\"Shown to the customer after they checkout, on the order summary page.\"],\"1USFWA\":[\"Product deleted successfully\"],\"1UzENP\":[\"No\"],\"1WnhCL\":[\"Checkout Settings\"],\"1Xxb9f\":[\"Connect payment processing\"],\"1YMS+X\":[\"Creating your event, please wait\"],\"1Ycaad\":[\"Successfully updated product\"],\"1ZKm04\":[\"Is this account VAT registered in the EU?\"],\"1ZaQUH\":[\"Last name\"],\"1bZAZA\":[\"Default template will be used\"],\"1d6kks\":[\"+Tax/Fees\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Orders\"],\"1jRD0v\":[\"Message attendees with specific tickets\"],\"1jUg5D\":[\"Offered\"],\"1k0Mp4\":[\"This check-in list is not active yet\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Отправить email с уведомлением о возврате\"],\"1lRT3t\":[\"Disabling this capacity will track sales but not stop them when the limit is reached\"],\"1m+YT2\":[\"Mandatory questions must be answered before the customer can checkout.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Select Scanner Type\"],\"1njn7W\":[\"Light\"],\"1oPDuj\":[\"Attribution Value\"],\"1qY5Ue\":[\"Link Expired or Invalid\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Enter the VAT number including country code\"],\"1tfWrD\":[\"Предпросмотр билета для\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Accent Color\"],\"1vBhpG\":[\"First attendee\"],\"1z26sk\":[\"Invite Team Member\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Download sales, attendee, and financial reports for all completed orders.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Search by order ID, customer name, or email...\"],\"22BOve\":[\"Участник успешно обновлен\"],\"22Itl6\":[\"Send me a copy\"],\"22xieU\":[\"e.g. 180 (3 hours)\"],\"237hSL\":[\"Ended\"],\"24l4x6\":[\"Add Product\"],\"25QDJ1\":[\"- Нажмите, чтобы опубликовать\"],\"261RBr\":[\"Approve Message\"],\"26pGvx\":[\"Have a promo code?\"],\"29w7p6\":[\"Uploading image...\"],\"2E2O5H\":[\"Customize the miscellaneous settings for this event\"],\"2FzaR1\":[\"Manage your payment processing and view platform fees\"],\"2KAI4N\":[\"Export CSV\"],\"2L3vle\":[\"Max Messages / 24h\"],\"2LMsOq\":[\"Last 12 months\"],\"2NLjA6\":[\"Cover image will be displayed at the top of your organizer page\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Statistics\"],\"2O7Ybb\":[\"Offer Timeout\"],\"2POOFK\":[\"Free\"],\"2R1+Rv\":[\"Start time of the event\"],\"2RZK9x\":[\"We couldn't find the order you're looking for. The link may have expired or the order details may have changed.\"],\"2VLZwd\":[\"Call-to-Action Button\"],\"2X4ecw\":[\"Webhook deleted successfully\"],\"2bR+8v\":[\"Total Gross Sales\"],\"2cUopP\":[\"Please restart the checkout process.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Joined\"],\"2hGPQG\":[\"Examples: \\\"T-shirt size\\\", \\\"Meal preference\\\", \\\"Job title\\\"\"],\"2iZEz7\":[\"Edit Answer\"],\"2q/Q7x\":[\"Visibility\"],\"2r6bAy\":[\"После завершения обновления ваш старый аккаунт будет использоваться только для возвратов.\"],\"2rHwhl\":[\"Awaiting Offline Payment\"],\"2tbLdK\":[\"Charity\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Percentage fee (0-100%)\"],\"31KB8w\":[\"All failed jobs deleted\"],\"352VU2\":[\"Don't have an account? <0>Sign up\"],\"38KFY0\":[\"Insert Variable\"],\"3DZvE7\":[\"Try Hi.Events Free\"],\"3ENYTQ\":[\"Your email request change to <0>\",[\"0\"],\" is pending. Please check your email to confirm\"],\"3EXqwa\":[\"Category Created Successfully\"],\"3F1nBX\":[\"Donation / Pay what you'd like product\"],\"3GfR6a\":[\"Enter business name\"],\"3IEF7U\":[[\"totalCount\"],\" ticket types\"],\"3IcxS1\":[\"Select a configuration\"],\"3Kzsk7\":[\"This product is a ticket. Buyers will be issued a ticket upon purchase\"],\"3LtiBI\":[\"Discount in \",[\"0\"]],\"3NT0Ck\":[\"Order was cancelled\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Sales:\"],\"3R/Tu2\":[\"Default Fee Handling\"],\"3RQ81z\":[\"Each person will receive an email with a reserved spot to complete their purchase.\"],\"3RXFtE\":[\"Список ожидания включён\"],\"3VPPdS\":[\"💳 Connect with Stripe\"],\"3VnlS9\":[\"Sales, orders, and performance metrics for all events\"],\"3Z223G\":[\"Error confirming email address\"],\"3ZI8IL\":[\"You must agree to the terms and conditions\"],\"3bR1r4\":[\"Enter affiliate email (optional)\"],\"3buiaw\":[\"Platform Fees Report\"],\"3cKoxx\":[\"Configurations\"],\"3cqmut\":[\"Affiliates help you track sales generated by partners and influencers. Create affiliate codes and share them to monitor performance.\"],\"3ep0Gx\":[\"General information about your organizer\"],\"3hJUtr\":[\"Select the country where VAT is registered\"],\"3oSV95\":[\"Select Product Tier\"],\"3ogkAk\":[\"Duplicate Event\"],\"3pykXZ\":[\"Accept bank transfers, checks, or other offline payment methods\"],\"3sRuiW\":[\"No Tickets Found\"],\"3sVRey\":[\"Offer Tickets\"],\"3sZ0xx\":[\"Total Accounts\"],\"3suLF0\":[\"Successfully updated Capacity Assignment\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Customize your organizer page appearance\"],\"3wF4Q/\":[\"Awaiting payment\"],\"3wV73y\":[\"City\"],\"3y+V4p\":[\"Organization Address\"],\"3yNuBV\":[\"Edit VAT Settings\"],\"3yiej1\":[\"eg. 23.5 for 23.5%\"],\"3zRbWw\":[\"Search by name, email, or order #...\"],\"4+am6b\":[\"No, keep me here\"],\"4/If97\":[\"Event status update failed. Please try again later\"],\"4/kP5a\":[\"If a new tab did not open automatically, please click the button below to continue to checkout.\"],\"403wpZ\":[\"При включении новые мероприятия позволят участникам управлять своими данными билетов через защищенную ссылку. Это может быть переопределено для каждого мероприятия.\"],\"40Gx0U\":[\"Timezone\"],\"41BQ3k\":[\"Contact Email\"],\"41dJPO\":[\"No VAT settings configured\"],\"45Srzt\":[\"We couldn't delete the category. Please try again.\"],\"48Y16Q\":[\"End time (optional)\"],\"48rf3i\":[\"Message cannot exceed 5000 characters\"],\"4B7oCp\":[\"Total Fee\"],\"4CETZY\":[\"Get Directions\"],\"4D3rRj\":[\"Go back to profile\"],\"4DSz7Z\":[\"Search by subject, event, or account...\"],\"4GLxhy\":[\"Getting Started\"],\"4GhX3c\":[\"No Webhooks\"],\"4H80qv\":[\"Successfully updated order\"],\"4HVzhV\":[\"Attendees:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Event Not Available\"],\"4K2OjV\":[\"Event Venue\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Are you sure you want to publish this organizer profile? Once published, it will be visible to the public.\"],\"4WT5tD\":[\"🎨 Customize your event page\"],\"4Y2FZT\":[\"Product Price Type\"],\"4bUH9i\":[\"Collect attendee details for each ticket purchased.\"],\"4ba0NE\":[\"Scheduled\"],\"4fL/V7\":[\"Pay\"],\"4kEGqW\":[\"Upload a logo for your organizer\"],\"4kSf7w\":[\"🎟️ Add products\"],\"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.\"],\"4lVaWA\":[\"Awaiting offline payment\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"Имя обязательно\"],\"4qmnU8\":[\"Подключите ваш аккаунт Stripe для приема платежей.\"],\"4rnJq4\":[\"Embed Script\"],\"4ueloy\":[\"What is a Category?\"],\"4wUIjX\":[\"Make your event live\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"VAT validation service temporarily unavailable\"],\"51AsAN\":[\"Check your inbox! If tickets are associated with this email, you'll receive a link to view them.\"],\"51U9mG\":[\"Платежи будут продолжаться без перерыва\"],\"54GxeB\":[\"Никакого влияния на ваши текущие или прошлые транзакции\"],\"54MPqC\":[\"e.g., Standard, Premium, Enterprise\"],\"54q0zp\":[\"Tickets for\"],\"55i7Fa\":[\"This message will only be shown if order is completed successfully. Orders awaiting payment will not show this message\"],\"5670b9\":[\"Failed to offer tickets\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"ticket\"],\"5CDM6r\":[\"Sale period set\"],\"5CQ+r0\":[\"Allow attendees associated with unpaid orders to check in\"],\"5CiNPm\":[\"Отправить билет повторно\"],\"5Ds0vl\":[\"Select which fee configuration applies to this account. Fixed fees are converted to the order currency at checkout.\"],\"5F7SYw\":[\"Частичный возврат\"],\"5FSIzj\":[\"Please Note\"],\"5H3Z78\":[\"Are you sure you want to delete this webhook?\"],\"5It1cQ\":[\"Orders Exported\"],\"5K8REg\":[\"This order has already been refunded.\"],\"5LAZwq\":[\"Impersonation started\"],\"5LDT6f\":[\"Check out this event!\"],\"5N4wLD\":[\"What type of question is this?\"],\"5OmEal\":[\"The locale of the customer\"],\"5Qmxo/\":[\"Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public.\"],\"5RDEEn\":[\"Order Locale\"],\"5ShqeM\":[\"The check-in list you are looking for does not exist.\"],\"5T2HxQ\":[\"Activation date\"],\"5UbY+B\":[\"Attendees with a specific ticket\"],\"5VGIlq\":[\"You have reached your messaging limit.\"],\"5YrKW7\":[\"Complete your payment to secure your tickets.\"],\"5b3QLi\":[\"Your Plan\"],\"5cxUwd\":[\"Payment Date\"],\"5lcVkL\":[\"Connection Details\"],\"5mpF6N\":[\"Fixed fee amount in \",[\"currencyCode\"]],\"5n+Wwp\":[\"Successfully Updated Organizer\"],\"5qOnWX\":[\"Список ожидания распроданных\"],\"5slqwZ\":[\"Create Your Event\"],\"5tT0+u\":[\"Invalid email format\"],\"5tl0Bp\":[\"Registration Questions\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Hide this product from customers\"],\"6/TNCd\":[\"Save VAT Settings\"],\"6/dCYd\":[\"Overview\"],\"60u+dQ\":[\"Cover image will be displayed at the top of your event page\"],\"621rYf\":[\"Payment\"],\"62Ciis\":[\"Close sidebar\"],\"65A04M\":[\"Spanish\"],\"67NsZP\":[\"Creating Event...\"],\"67OJ7t\":[\"View Order\"],\"68Axnm\":[\"There was an error processing your request. Please try again.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Tickets\"],\"6HK5Ct\":[\"Completed orders\"],\"6IwNUc\":[\"Email Templates\"],\"6JzK4N\":[\"Link to ticket\"],\"6K/IHl\":[\"Here is an example of how you can use the component in your application.\"],\"6K0GjX\":[\"Text may be hard to read\"],\"6KnyG0\":[\"Введите электронную почту\"],\"6MIiOI\":[[\"0\"],\" left\"],\"6PNlRV\":[\"Add this event to your calendar\"],\"6PecK3\":[\"Attendance and check-in rates across all events\"],\"6RmHKN\":[\"Primary Color\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Copied\"],\"6WdDG7\":[\"Page\"],\"6YtxFj\":[\"Name\"],\"6Z/F61\":[\"No data to show. Please select a date range\"],\"6a/UJE\":[\"Sorry, this promo code is not recognized\"],\"6aXq+t\":[\"Subject:\"],\"6bBh3/\":[\"Fixed Fee\"],\"6czJik\":[\"Ticket Logo\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Order statuses\"],\"6euFZ/\":[\"A default \",[\"type\"],\" is automaticaly applied to all new products. You can override this on a per product basis.\"],\"6fLyj/\":[\"If you did not request this change, please immediately change your password.\"],\"6fuA9p\":[\"Event duplicated successfully\"],\"6gRgw8\":[\"Retry\"],\"6heFYY\":[\"Ваш аккаунт Stripe подключен и обрабатывает платежи.\"],\"6imsQS\":[\"Chinese (Simplified)\"],\"6jYQGG\":[\"No past events\"],\"6kPk3+\":[\"Personal Information\"],\"6kdXbW\":[\"Create a Promo Code\"],\"6nDzTl\":[\"Good readability\"],\"6tmWch\":[\"Ticket or Product\"],\"6uwAvx\":[\"You cannot delete this price tier because there are already products sold for this tier. You can hide it instead.\"],\"6xCBVN\":[\"Successfully Updated Payment & Invoicing Settings\"],\"6zQOg1\":[\"The price displayed to the customer will not include taxes and fees. They will be shown separately\"],\"7+grte\":[\"Confirmation email sent! Please check your inbox.\"],\"7/9RFs\":[\"Failed to upload image.\"],\"70dYC8\":[\"Successfully Updated Promo Code\"],\"72c5Qo\":[\"Total\"],\"73nxDO\":[\"Successfully Updated Misc Settings\"],\"73qYgo\":[\"Send as test\"],\"744BMm\":[\"Complete your order to secure your tickets. This offer is time-limited, so don't wait too long.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Your check-in list has been created successfully. Share the link below with your check-in staff.\"],\"7B5M35\":[\"Check-Ins\"],\"7Bj3x9\":[\"Failed\"],\"7Cx5It\":[\"Early bird\"],\"7D9MJz\":[\"Complete Stripe Setup\"],\"7ER2sc\":[\"Highlighted\"],\"7JF9w9\":[\"Add Question\"],\"7JFNej\":[\"Sports\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Actions\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"User\"],\"7VpPHA\":[\"Confirm\"],\"7YJdgG\":[\"Your orders will appear here once they start rolling in.\"],\"7YZofi\":[\"Enter a subject and body to see the preview\"],\"7dSOhU\":[\"Включить список ожидания\"],\"7gsjkI\":[\"Customize the emails sent to your customers using Liquid templating. These templates will be used as defaults for all events in your organization.\"],\"7hPBBn\":[\"получатель\"],\"7kOMfV\":[\"Successfully Updated Event\"],\"7ns+do\":[\"Business Address\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"All Archived Events\"],\"7vhWI8\":[\"New Password\"],\"7wtpH5\":[\"Template Active\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Name is required\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Insert Liquid Token\"],\"876pfE\":[\"Customer\"],\"87a/t/\":[\"Label\"],\"88cUW+\":[\"You receive\"],\"89xaFU\":[\"Set default platform fee settings for new events created under this organizer.\"],\"8AiKIu\":[\"Create Ticket or Product\"],\"8BMPMe\":[\"Webhook will not send notifications\"],\"8BRPoH\":[\"Sample Venue\"],\"8BwQeU\":[\"Завершить настройку\"],\"8Etqrl\":[\"Automatically offer tickets to the next person when capacity becomes available\"],\"8F1i42\":[\"Page not found\"],\"8KDgYV\":[\"Get your event ready\"],\"8KmsFa\":[\"Please select a date range\"],\"8Lx2X7\":[\"Payment received\"],\"8OhzyY\":[\"When a product is deleted\"],\"8OvVZZ\":[\"Filter Attendees\"],\"8QH2Il\":[\"This category is hidden from public view\"],\"8YBH95\":[\"Revenue\"],\"8ZsakT\":[\"Password\"],\"8cBtvm\":[\"Primary Text Color\"],\"8dENF9\":[\"VAT on Fee\"],\"8jLPgH\":[\"Ticket Type\"],\"8k8Njd\":[\"How many minutes the customer has to complete their order. We recommend at least 15 minutes\"],\"8n10sz\":[\"Not Eligible\"],\"8oPbg1\":[\"Enable Invoicing\"],\"8pQ3NJ\":[\"No events starting in the next 24 hours\"],\"8q0EdE\":[\"Add Product to Category\"],\"8qsbZ5\":[\"Ticketing & Sales\"],\"8rE61T\":[\"Billing Address\"],\"8uOlgz\":[\"Failed At\"],\"8uqsE5\":[\"Page no longer available\"],\"8v2LRU\":[\"Configure event details, location, checkout options, and email notifications.\"],\"8vETh9\":[\"Show\"],\"8wITQA\":[\"Tiered products allow you to offer multiple price options for the same product. This is perfect for early bird products, or offering different price options for different groups of people.\"],\"8wUjGl\":[\"Reserved until\"],\"8wgkoi\":[\"No viewed events in the last 14 days\"],\"8x0pUg\":[\"Вы уверены, что хотите удалить эту запись из списка ожидания?\"],\"8z6Y5D\":[\"Обработать возврат\"],\"8zCZQf\":[\"No events yet\"],\"9+8Vez\":[\"Remaining Uses\"],\"9+P7zk\":[\"Unable to create product. Please check the your details\"],\"9/1YKL\":[\"Введите фамилию\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 день после даты окончания\"],\"94aQMU\":[\"Attendee Information\"],\"96ryID\":[\"Collect details per ticket\"],\"99ntUF\":[\"No check-in lists available for this event.\"],\"9BdS63\":[\"Edit Promo Code\"],\"9FQEn8\":[\"Select category...\"],\"9GsDR2\":[\"True if payment pending\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Sales are paused\"],\"9L9/28\":[\"Когда продукт распродан, клиенты могут присоединиться к списку ожидания, чтобы получить уведомление, когда появятся свободные места.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"This name is visible to end users\"],\"9N+p+g\":[\"Business\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Attendees\"],\"9TO8nT\":[\"Your password\"],\"9Wh+ug\":[\"Affiliates Exported\"],\"9Y3hAT\":[\"Save Template\"],\"9YHrNC\":[\"System Default\"],\"9b5956\":[\"This preview shows how your email will look with sample data. Actual emails will use real values.\"],\"9bHCo2\":[\"Fee Currency\"],\"9bpUSo\":[\"Exporting Affiliates\"],\"9eF5oV\":[\"Welcome back\"],\"9gPPUY\":[\"Check-In List Created\"],\"9h7RDh\":[\"Offer\"],\"9i0++A\":[\"Stripe Payment ID\"],\"9jnAcN\":[\"View Organizer Homepage\"],\"9mZEgt\":[\"Successfully Created Promo Code\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Failed to cancel attendee\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Back to event page\"],\"A4UmDy\":[\"Theater\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Set your event live\"],\"ACKu03\":[\"Refresh Preview\"],\"AEuj2m\":[\"Event Homepage\"],\"AG/qmQ\":[\"A Radio option has multiple options but only one can be selected.\"],\"AGRilS\":[\"Tickets Sold\"],\"AGZmwV\":[\"Image uploaded successfully\"],\"AIF7J2\":[\"The currency in which the fixed fee is defined. It will be converted to the order currency at checkout.\"],\"AIUkyF\":[\"Navigate to Attendee\"],\"AJ4rvK\":[\"Attendee Cancelled\"],\"AKbElk\":[\"EU VAT-registered businesses: Reverse charge mechanism applies (0% - Article 196 of VAT Directive 2006/112/EC)\"],\"APuxIE\":[\"Email confirmation resent\"],\"APyAR/\":[\"Active Events\"],\"ARBThj\":[\"Apply this \",[\"type\"],\" to all new products\"],\"ARkzso\":[\"Enter affiliate name\"],\"ATGYL1\":[\"Email address\"],\"AVpmAa\":[\"How to pay offline\"],\"AXXqG+\":[\"Donation\"],\"AaP0M+\":[\"This color combination may be hard to read for some users\"],\"AdWhjZ\":[\"Verification code\"],\"AeXO77\":[\"Account\"],\"AeejQi\":[\"What products should this capacity apply to?\"],\"AfNRFG\":[\"Continue Button Text\"],\"AhBPHd\":[\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\"],\"AhwTa1\":[\"Action Required: VAT Information Needed\"],\"Ajavq0\":[\"Please check your email to confirm your email address\"],\"ApOYO8\":[\"Amazing, Event, Keywords...\"],\"ApsD9J\":[\"Add New\"],\"ArHT/C\":[\"New Signups\"],\"Arzxc1\":[\"Нет записей в списке ожидания\"],\"Aspq3b\":[\"Attendee details collection\"],\"AtXtSw\":[\"Manage taxes and fees which can be applied to your products\"],\"Auz0Mz\":[\"Confirm your email to access all features.\"],\"B/EBQv\":[\"Orders:\"],\"B1St2O\":[\"<0>Check-in lists help you manage event entry by day, area, or ticket type. You can link tickets to specific lists such as VIP zones or Day 1 passes and share a secure check-in link with staff. No account is required. Check-in works on mobile, desktop, or tablet, using a device camera or HID USB scanner. \"],\"B2Tpo0\":[\"Invalid email\"],\"B2V3cA\":[\"Share Event\"],\"B3Mkdt\":[\"Create Question\"],\"B3gPuX\":[\"Order Cancelled\"],\"B4nE3N\":[\"Sample ticket price\"],\"B5fpAA\":[\"Configuration assigned successfully\"],\"B7pZfX\":[[\"0\"],\" organizers\"],\"B7w4KY\":[\"No other organizers available\"],\"BCmibk\":[\"Attempts\"],\"BDSRuX\":[\"Refunded: \",[\"0\"]],\"BFRSTT\":[\"Select Account\"],\"BGD9Yt\":[\"Add tickets\"],\"BHZbFy\":[\"A single question per order. E.g, What is your shipping address?\"],\"BI7D9d\":[\"Price not set\"],\"BJIEiF\":[\"Successfully \",[\"0\"],\" attendee\"],\"BJtMTd\":[\"We recommend dimensions of 1950px by 650px, a ratio of 3:1, and a maximum file size of 5MB\"],\"BLTZ42\":[\"Password reset successfully. Please login with your new password.\"],\"BM/KQm\":[\"Zip or Postal Code\"],\"BMtue0\":[\"Текущий платежный процессор\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Create new\"],\"BRArmD\":[\"You have access to multiple accounts. Please choose one to continue.\"],\"BREO0S\":[\"Отображать флажок, позволяющий клиентам подписаться на маркетинговые сообщения от этого организатора мероприятий.\"],\"BTne9e\":[\"Create custom email templates for this event that override the organizer defaults\"],\"BUe8Wj\":[\"Buyer pays\"],\"BV4L/Q\":[\"UTM Analytics\"],\"BVinvJ\":[\"Examples: \\\"How did you hear about us?\\\", \\\"Company name for invoice\\\"\"],\"BVu2Hz\":[\"Sent By\"],\"BW6QAz\":[\"Team Management\"],\"BWF1kC\":[\"Search messages...\"],\"BZ9GWa\":[\"Promo codes can be used to offer discounts, presale access, or provide special access to your event.\"],\"BZBYf3\":[\"To receive credit card payments, you need to connect your Stripe account. Stripe is our payment processing partner that ensures secure transactions and timely payouts.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Email Preview\"],\"BfucwY\":[\"Manage your users and their permissions\"],\"BiYOdA\":[\"Search by name...\"],\"Bj/QGQ\":[\"Set a minimum price and let users pay more if they choose\"],\"Bk06QI\":[\"Stripe Connected\"],\"BnlG9U\":[\"Your current order will be lost.\"],\"BwJKBw\":[\"of\"],\"BxsfMK\":[\"Total Fees\"],\"BzEFor\":[\"or\"],\"BzfzPK\":[\"Items\"],\"C3htzi\":[\"Setting updated\"],\"C3nD/1\":[\"Enter your email\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Select products\"],\"C4nQe5\":[\"The platform fee is added to the ticket price. Buyers pay more, but you receive the full ticket price.\"],\"C4qOW8\":[\"Hidden from public view\"],\"C63rRe\":[\"Please return to the event page to start over.\"],\"C8HNV2\":[\"Complete Payment\"],\"C8JLas\":[\"Discount Type\"],\"C8ne4X\":[\"Save Ticket Design\"],\"CBBcly\":[\"Shows common address fields, including country\"],\"CCjxOC\":[\"Create your first event to start selling tickets and managing attendees.\"],\"CELKku\":[\"Download invoice\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Select attendee group\"],\"CHzaTD\":[\"No popular events in the last 14 days\"],\"CMUt3Y\":[\"Ticket Holders\"],\"CMyVEK\":[\"Are you sure you want to make this event draft? This will make the event invisible to the public\"],\"CNafaC\":[\"Checkbox options allow multiple selections\"],\"CNk/ro\":[\"This is an online event\"],\"COnw8D\":[[\"0\"],\" logo\"],\"CPXP5Z\":[\"Affiliates\"],\"CQeZT8\":[\"Report not found\"],\"CRu4lK\":[\"Checked In\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Webhook Logs\"],\"CUKVDt\":[\"Brand your tickets with a custom logo, colors, and footer message.\"],\"CVw2MU\":[\"Filters (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Summer Music Festival 2025\"],\"CWk59I\":[\"Comedy\"],\"CZomgW\":[\"VAT Registered\"],\"CabI04\":[\"VAT number must not contain spaces\"],\"CbnrWb\":[\"Return to Event\"],\"CfKofC\":[\"Dropdown selection\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Button Text\"],\"ClwUUD\":[\"Event location & venue details\"],\"CmoB9j\":[\"Price display mode\"],\"CnZ3Ou\":[\"Your tickets have been confirmed.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Choose calendar\"],\"CsTTH0\":[\"Подтверждение заказа успешно отправлено повторно\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Order owners with products\"],\"CySr+W\":[\"Click to view notes\"],\"D+zLDD\":[\"Hidden\"],\"D02dD9\":[\"Campaign\"],\"D2g7C7\":[\"All jobs queued for retry\"],\"D2qlBU\":[\"Attendee Updated\"],\"D3iCkb\":[\"Start Date\"],\"D3opg4\":[\"When offline payments are enabled, users will be able to complete their orders and receive their tickets. Their tickets will clearly indicate the order is not paid, and the check-in tool will notify the check-in staff if an order requires payment.\"],\"D6+U20\":[\"Check in and mark order as paid\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Send order confirmation and ticket email\"],\"D9zTjx\":[\"Live Events\"],\"DB8zMK\":[\"Apply\"],\"DCKkhU\":[\"Current Password\"],\"DDcvSo\":[\"German\"],\"DEcpfp\":[\"The template body contains invalid Liquid syntax. Please correct it and try again.\"],\"DFqasq\":[\"By continuing, you agree to the <0>\",[\"0\"],\" Terms of Service\"],\"DJQEZc\":[\"Products sorted successfully\"],\"DKYTWG\":[\"Failed to retry jobs\"],\"DKwDdj\":[\"Print Tickets\"],\"DM4gBB\":[\"Chinese (Traditional)\"],\"DMCX/I\":[\"Successfully Updated Platform Fee Defaults\"],\"DPfwMq\":[\"Done\"],\"DRErHC\":[\"Hidden from attendees - only visible to organizers\"],\"DRykfS\":[\"По-прежнему обрабатываем возвраты для ваших старых транзакций.\"],\"DXZRk5\":[\"Suite 100\"],\"DZjk8u\":[\"Payment & Invoicing Settings\"],\"DZlSLn\":[\"Document Label\"],\"Da29Y6\":[\"Hide this question\"],\"DdHfeW\":[\"Manage your account details and default settings\"],\"Dim4LO\":[\"Manually add an Attendee\"],\"DjSbj3\":[\"Не удалось повторно отправить билет\"],\"Djl45M\":[\"You'll need at a product before you can create a capacity assignment.\"],\"DnXcDK\":[\"Secondary Color\"],\"DoH3fD\":[\"Order Payment Pending\"],\"DovcfC\":[\"Tell us about your organization. This information will be displayed on your event pages.\"],\"DruLRc\":[\"Last 14 Days\"],\"DrwwNd\":[\"Select time period\"],\"Du6bPw\":[\"Address\"],\"Dvq0wf\":[\"Please provide an image.\"],\"DwF9eH\":[\"Component Code\"],\"Dwf4dR\":[\"No attendee questions yet\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Save Configuration\"],\"E/9LUk\":[\"Venue Name\"],\"E0q9qH\":[\"Unlimited usages allowed\"],\"E15xs8\":[\"⚡️ Set up your event\"],\"E1F5Ji\":[\"Получатели доступны после отправки сообщения\"],\"E1eze1\":[\"Подключите ваш аккаунт Stripe для начала приема платежей за ваши мероприятия.\"],\"E6nRW7\":[\"Copy URL\"],\"E9jY+o\":[\"Не удалось обновить участника\"],\"EBzPwC\":[\"The full event address\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Publish\"],\"EFq6EG\":[\"Please select an image.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Account not found\"],\"EJ7bVz\":[\"No orders found\"],\"EJPAcd\":[\"Не удалось повторно отправить подтверждение заказа\"],\"EK/G11\":[\"No responses yet\"],\"ELa4O9\":[\"Sale End Date\"],\"ENCIQz\":[\"Copy Link\"],\"ENEPLY\":[\"Payment method\"],\"EOqL/A\":[\"Are you sure you want to offer a spot to this person? They will receive an email notification.\"],\"ETcU7q\":[\"Failed to offer spot\"],\"EUnesn\":[\"Tickets Available\"],\"EV30TR\":[\"USB Scanner mode activated. Start scanning tickets now.\"],\"EWCLpZ\":[\"Product Created\"],\"EWErQh\":[\"Запланированное время должно быть в будущем\"],\"EWPtMO\":[\"Code\"],\"EWnXR+\":[\"Connect to Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Ticket design saved successfully\"],\"EZy55F\":[\"Order Refunded\"],\"EaAPbv\":[\"Total amount paid\"],\"EdQY6l\":[\"None\"],\"Edm6av\":[\"Reconnect Stripe →\"],\"Eeo/Gy\":[\"Failed to update setting\"],\"Ef7StM\":[\"Unknown\"],\"EfK2O6\":[\"Offer Spot\"],\"Egnj9d\":[\"You will have to mark an order as paid manually. This can be done on the manage order page.\"],\"Eh5Wrd\":[\"Your awesome website 🎉\"],\"EhlbcI\":[\"Failed to update messaging tier\"],\"EmFsMZ\":[\"Your VAT number is queued for validation\"],\"EmYMHc\":[\"Awaiting Offline Pmt.\"],\"Ep3VfY\":[\"View on Google Maps\"],\"EpknJA\":[\"Write your message here...\"],\"EpvBAp\":[\"No invoice\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Показать флажок подписки на маркетинг\"],\"Ev2r9A\":[\"No results\"],\"Ewir4O\":[\"Please select at least one product\"],\"EwoMtl\":[\"Create category\"],\"ExDt3P\":[\"Are you sure you want to unpublish this event? It will no longer be visible to the public.\"],\"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.\"],\"EyE8E6\":[\"Payment Processing\"],\"EzwCw7\":[\"Edit Question\"],\"F+pJnL\":[\"Successfully Updated Seo Settings\"],\"F1Xp97\":[\"Individual attendees\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"At least one event type must be selected\"],\"F3/nus\":[\"Continue to Payment\"],\"F3mW5G\":[\"Разрешить клиентам присоединиться к списку ожидания, когда этот продукт распродан\"],\"F4NXOl\":[\"Order Last Name\"],\"F4SRy3\":[\"Check-in Deleted\"],\"F5/CBH\":[\"item(s)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Active\"],\"F89D36\":[\"There was an error marking the order as paid\"],\"FCVmuU\":[\"View Event\"],\"FG98gC\":[\"Clear Search Text\"],\"FI60XC\":[\"Configure Taxes & Fees\"],\"FImCSc\":[[\"0\"],\" updated successfully\"],\"FJ9Yat\":[\"Please check the provided information is correct\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Unable to check in attendee\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Activate\"],\"FRl8Jv\":[\"You need to verify your account email before you can send messages.\"],\"FSN4TS\":[\"Embed Widget\"],\"FSaY52\":[\"Webhook will send notifications\"],\"FTfObB\":[\"No Products Yet\"],\"FU1gvP\":[\"Edit Check-In List\"],\"FVTVBy\":[\"You must verify your email address before you can update the organizer status.\"],\"FVetkT\":[\"Which tickets should be associated with this check-in list?\"],\"FaK/8G\":[\"Возврат заказа \",[\"0\"]],\"FaPYw+\":[\"Order owner\"],\"FaSXqR\":[\"What type of event?\"],\"Fb+SDI\":[\"Add More tickets\"],\"Ff0Dor\":[\"Past\"],\"FgRxRP\":[\"You own 100% of your attendee data, always\"],\"Fi3b48\":[\"Recent Orders\"],\"FlGprQ\":[\"VAT treatment for platform fees: EU VAT-registered businesses can use the reverse charge mechanism (0% - Article 196 of VAT Directive 2006/112/EC). Non-VAT registered businesses are charged Irish VAT at 23%.\"],\"FlQKnG\":[\"Include tax and fees in the price\"],\"FmogyU\":[\"Hide Options\"],\"FpsvqB\":[\"Color Mode\"],\"Fq/Nx7\":[\"We've sent a 5-digit verification code to:\"],\"Fuh+dI\":[\"A single question per product. E.g, What is your t-shirt size?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Copied to clipboard\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Template saved successfully\"],\"G0KW+e\":[\"Successfully Updated Homepage Design\"],\"G42SNI\":[\"Resend email\"],\"G5RhpL\":[\"Organizer\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Role\"],\"GG1fRP\":[\"Your event is live!\"],\"GG7qDw\":[\"Share Affiliate Link\"],\"GHdjuo\":[\"Search by name, email, or account...\"],\"GIoqtA\":[\"Customer's last name\"],\"GNcfRk\":[\"Support Email\"],\"GRChTw\":[\"Something went wrong while deleting the Tax or Fee\"],\"GS+Mus\":[\"Export\"],\"GTOcxw\":[\"Edit User\"],\"GVUxAX\":[\"Statistics are based on account creation date\"],\"GVcaW6\":[\"Organization Details\"],\"GX6dZv\":[\"Order Summary\"],\"GctSSm\":[\"Apply Promo Code\"],\"GdOhw6\":[\"Turn sound off\"],\"GdWB+V\":[\"Webhook created successfully\"],\"GeqWgj\":[\"Event Timezone\"],\"GfWoKv\":[\"SEO Settings\"],\"GfaxEk\":[\"Music\"],\"Gh9Oqb\":[\"Event organizer name\"],\"Gjt/py\":[\"Cancel email change\"],\"GkH0Pq\":[\"Taxes & fees applied\"],\"Gmd0hv\":[\"When a new attendee is created\"],\"Gnjf3o\":[\"You cannot change the product type as there are attendees associated with this product.\"],\"GpT6Uf\":[\"Разрешить участникам обновлять информацию о билетах (имя, электронная почта) через защищенную ссылку, отправленную с подтверждением заказа.\"],\"GptGxg\":[\"Change password\"],\"GqvPcv\":[\"No filters available\"],\"Gspam9\":[\"We're processing your order. Please wait...\"],\"GuXjc5\":[\"Validated\"],\"Guo0lU\":[\"Произвольная дата и время\"],\"Gv5AMu\":[\"Message Attendees\"],\"Gy7BA3\":[\"Адрес электронной почты организатора\"],\"H/UMUG\":[\"Email Verification Required\"],\"H34qcM\":[\"Creating Organizer...\"],\"H35u3n\":[\"You must create a ticket before you can manually add an attendee.\"],\"H4nE+E\":[\"Отменить все продукты и вернуть их в общий пул\"],\"H5qWhm\":[\"Order cancelled\"],\"H6Gslz\":[\"Sorry for the inconvenience.\"],\"H6Ma8Z\":[\"Discount\"],\"H8kMHT\":[\"Didn't receive the code?\"],\"H9HlDe\":[\"minutes\"],\"HB22j9\":[\"Continue set up\"],\"HE6KcK\":[\"Invitation revoked!\"],\"HFucK5\":[\"No ended events to show.\"],\"HGuXjF\":[\"Ticket holders\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"We hit a snag loading this page. Please try again.\"],\"HLDaLi\":[\"Admin users have full access to events and account settings.\"],\"HMAqFK\":[\"Send emails to attendees, ticket holders, or order owners. Messages can be sent immediately or scheduled for later.\"],\"HR/cvw\":[\"123 Sample Street\"],\"HSw5l3\":[\"No - I'm an individual or non-VAT registered business\"],\"HT/08n\":[\"Attendee Ticket\"],\"HVW65c\":[\"Paid Product\"],\"HVkhy2\":[\"Attribution Analytics\"],\"HVwIsd\":[\"Non-VAT registered businesses or individuals: Irish VAT at 23% applies\"],\"HWXuQK\":[\"Bookmark this page to manage your order anytime.\"],\"HX5SVx\":[\"Item\"],\"HXMJxH\":[\"Дополнительный текст для отказов от ответственности, контактной информации или благодарственных заметок (только одна строка)\"],\"HdmwrI\":[\"Order Email\"],\"HhwcTQ\":[\"Event Name\"],\"HiGkFu\":[\"Redirecting to Stripe...\"],\"HirZe8\":[\"These templates will be used as defaults for all events in your organization. Individual events can override these templates with their own custom versions.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Email change cancelled successfully\"],\"HsFnrk\":[\"The maximum number of products for \",[\"0\"],\"is \",[\"1\"]],\"HtrFfw\":[\"URL is required\"],\"HxxXZO\":[\"The primary brand color used for buttons and highlights\"],\"I+FvbD\":[\"Сканировать\"],\"I+utEq\":[\"Affiliate code cannot be changed\"],\"I/NNtI\":[\"The event venue\"],\"I3QpvQ\":[\"Recipient\"],\"I3yitW\":[\"Last login\"],\"I6F3cp\":[\"Email not verified\"],\"I7xjqg\":[\"Background Type\"],\"IF7RiR\":[\"Cover\"],\"IFHV2p\":[\"Your ticket for\"],\"IKwyaF\":[\"Successfully confirmed email change\"],\"IMJ6rh\":[\"Auto Resize\"],\"IMwcdR\":[\"Impersonation stopped\"],\"INDKM9\":[\"Enter email subject...\"],\"IUwGEM\":[\"Save Changes\"],\"IV9xTT\":[\"This user is not active, as they have not accepted their invitation.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)\"],\"IfN2Qo\":[\"We recommend a square logo with minimum dimensions of 200x200px\"],\"IgcAGN\":[\"Gross sales\"],\"IkGIz8\":[\"paid\"],\"IoAuJG\":[\"Sending...\"],\"IoDI2o\":[\"Loading tokens...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Cannot Check In (Cancelled)\"],\"IrVSu+\":[\"Unable to duplicate product. Please check the your details\"],\"IuMGvq\":[\"Invoice\"],\"IuUoyV\":[\"When an attendee is checked in\"],\"IvxA4G\":[\"Successfully offered tickets to \",[\"count\"],\" people\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"No orders to show\"],\"J3RJSZ\":[\"Successfully updated attendee\"],\"J3lhKT\":[\"Platform fee\"],\"J6n7sl\":[\"Ongoing\"],\"JEPMXN\":[\"Request a new link\"],\"JEdsvQ\":[\"Payment Instructions\"],\"JHB/Ky\":[\"Invalid\"],\"JJhRbH\":[\"Day one capacity\"],\"JKfSAv\":[\"Export failed. Please try again.\"],\"JNCzPW\":[\"Country\"],\"JQNMrj\":[\"Create your first event\"],\"JRQitQ\":[\"Confirm new password\"],\"JZTQI0\":[\"Switch Organizer\"],\"JbIgPz\":[\"Monetary values are approximate totals across all currencies\"],\"JcQp9p\":[\"Start date & time\"],\"JcejNJ\":[\"Processing order\"],\"JhtZAK\":[\"Payment Failed\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Choose a color for your background\"],\"Jjw03p\":[\"Failed to export attendees\"],\"JlFcis\":[\"Send\"],\"JmVITJ\":[\"Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template.\"],\"JnuPvH\":[\"Print Ticket\"],\"JoKGiJ\":[\"Promo code\"],\"JpohL9\":[\"Tax\"],\"JtI4vj\":[\"Default attendee information collection\"],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"JvUngl\":[\"Дата и время\"],\"JvuLls\":[\"Absorb fee\"],\"JwTmB6\":[\"Successfully Duplicated Product\"],\"Jwiilf\":[\"Your order has been cancelled\"],\"JyD0LH\":[\"Event Settings\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Logo will be displayed on the ticket\"],\"K2PPlT\":[\"Percentage fee must be between 0 and 100\"],\"K47k8R\":[\"Product\"],\"K5+3xg\":[\"Accept invitation\"],\"K6fmBI\":[\"This check-in list is not yet active and is not available for check-ins.\"],\"K7tIrx\":[\"Category\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Customize your event page\"],\"KIjvtr\":[\"Dutch\"],\"KMMOAy\":[\"Доступно обновление\"],\"KMgp2+\":[[\"0\"],\" available\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"No messages to show\"],\"KR0679\":[\"Invite Team Members\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Duplicate Product\"],\"KSDwd5\":[\"Total Orders\"],\"KSQ8An\":[\"Your Order\"],\"KTxc6k\":[\"Something went wrong, please try again, or contact support if the problem persists\"],\"KUOhTy\":[\"Turn sound on\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Multi line text box\"],\"KZN4Lc\":[\"Delete All\"],\"KZrfYJ\":[\"Save Social Links\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Contact email for support\"],\"Kdpf90\":[\"Don't forget!\"],\"KeCXJu\":[\"View order details, issue refunds, and resend confirmations.\"],\"KfmPRW\":[\"The background color of the page. When using cover image, this is applied as an overlay.\"],\"KgDp6G\":[\"Ссылка, к которой вы пытаетесь получить доступ, истекла или больше не действительна. Пожалуйста, проверьте вашу электронную почту для получения обновленной ссылки для управления вашим заказом.\"],\"KgxI80\":[\"Flexible Ticketing\"],\"KizCK7\":[\"Select start date and time\"],\"Kj0Txn\":[\"When enabled, no application fees will be charged on Stripe Connect transactions. Use this for countries where application fees are not supported.\"],\"KkrBiR\":[\"Attendee information collection\"],\"KmWyx0\":[\"Job\"],\"KnN1Tu\":[\"Expires\"],\"KndP6g\":[\"Order URL\"],\"KnjoUA\":[\"Ticket price\"],\"Kz91g/\":[\"Turkish\"],\"L/+xOk\":[\"You'll need a ticket before you can create a check-in list.\"],\"L/Qc+w\":[\"Customer's email address\"],\"L/gNNk\":[\"Update \",[\"0\"]],\"L0pJmz\":[\"Set the starting number for invoice numbering. This cannot be changed once invoices have been generated.\"],\"L22Tdf\":[\"Search by name, order #, attendee # or email...\"],\"L565X2\":[\"options\"],\"L7dIM7\":[\"This link is invalid or has expired.\"],\"L86zy2\":[\"Email verified successfully!\"],\"LAW8Vb\":[\"Choose the default setting for new events. This can be overridden for individual events.\"],\"LBLOqH\":[\"Ask once per order\"],\"LETnBR\":[\"Welcome to \",[\"0\"],\", here's a listing of all your events\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Guest Management\"],\"LNWHXb\":[\"No archived events to show.\"],\"LOFgda\":[\"Contact \",[\"0\"]],\"LQrXcu\":[\"Download Invoice\"],\"LRbt6D\":[\"Allow search engines to index this event\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Edit \",[\"0\"],\" Template\"],\"LWL3Bs\":[\"Fixed fee must be 0 or greater\"],\"Lc18qn\":[\"When a new order is created\"],\"LcET2C\":[\"Privacy Policy\"],\"LchiNd\":[\"Are you sure you want to delete this affiliate? This action cannot be undone.\"],\"LdPKPR\":[\"Failed to assign configuration\"],\"Ldu/RI\":[\"On Sale\"],\"LeC29u\":[\"Business address for VAT purposes\"],\"Lg+ewC\":[\"Payment & Invoicing\"],\"Lj7sBL\":[\"Italian\"],\"LkMOWF\":[\"Quantity Available\"],\"LmvZ+E\":[\"Подключите Stripe для включения сообщений\"],\"LqBITi\":[\"Organizer/default template will be used\"],\"LslKhj\":[\"Error loading logs\"],\"Lu+kBU\":[\"Product Sales\"],\"LuY52w\":[\"Welcome aboard! Please login to continue.\"],\"Lvi+gV\":[\"Message buyer\"],\"LxSN5F\":[\"Sent to each attendee with their ticket details\"],\"LyFC7X\":[\"Filter Orders\"],\"LyUWXA\":[\"Fees Bypassed\"],\"M/WIer\":[\"Send Message\"],\"M1RnFv\":[\"Expired\"],\"M2DyLc\":[\"1 Active Webhook\"],\"M2w1ni\":[\"Only visible with promo code\"],\"M7Uapz\":[\"Subject will appear here\"],\"M8M6fs\":[\"Important: Stripe reconnection required\"],\"MAavyl\":[\"No questions answered by this attendee.\"],\"MDNyJz\":[\"The code will expire in 10 minutes. Check your spam folder if you don't see the email.\"],\"MGbi9P\":[\"Refund pending\"],\"MH/lj8\":[\"Unable to update question. Please check the your details\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"The currency of the order\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"This information will be shown on the payment page, order summary page, and order confirmation email.\"],\"MNFIxz\":[\"You're going to \",[\"0\"],\"!\"],\"MOERNx\":[\"Portuguese\"],\"MR5ygV\":[\"Эта ссылка больше не действительна\"],\"MSmKHn\":[\"The price displayed to the customer will include taxes and fees.\"],\"MT7dxz\":[\"Print All Tickets\"],\"MU3ijv\":[\"Make this question mandatory\"],\"MXSqmS\":[\"Highlight this product\"],\"MXZfGN\":[\"Customize the questions asked during checkout to gather important information from your attendees.\"],\"MY2SVM\":[\"Полный возврат\"],\"Mck5ht\":[\"Secure Checkout\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Successfully Updated Social Links\"],\"MhVoma\":[\"Enter an amount excluding taxes and fees.\"],\"Mi1rVn\":[\"Sold Out\"],\"MixU2P\":[\"Percentage must be between 0 and 100\"],\"Mkkvfd\":[\"Hide getting started page\"],\"MkuVAZ\":[\"Percentage of transaction amount\"],\"Mokwac\":[\"Invite unlimited team members with custom roles\"],\"Mqy/Zy\":[\"United States\"],\"Mr5UUd\":[\"Ticket Cancelled\"],\"MxjCqk\":[\"Just looking for your tickets?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Cancel Order \",[\"0\"]],\"N0qXpE\":[\"Products\"],\"N141o/\":[\"Открыть панель Stripe\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Edit \",[\"0\"]],\"N9FyyW\":[\"View, edit, and export your registered attendees.\"],\"N9JsFT\":[\"Invalid VAT number format\"],\"NAzVVw\":[\"Запланировать сообщение\"],\"NB5+UG\":[\"Available Tokens\"],\"NEmyqy\":[\"No orders yet\"],\"NF8sdv\":[\"Highlight Message\"],\"NFxlHW\":[\"Loading Webhooks\"],\"NGXKG/\":[\"Confirm Email Address\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Track sales, revenue, and attendance with detailed reports\"],\"NIuIk1\":[\"Unlimited\"],\"NJahlc\":[\"Make billing address mandatory during checkout\"],\"NNc33d\":[\"Failed to update answer.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Complete Order\"],\"NRWNfv\":[\"Total Discount Amount\"],\"NRhrIB\":[\"Tickets & Products\"],\"NTZ/NX\":[\"Embed Code\"],\"NWVRtl\":[\"Completed Orders\"],\"NY/x1b\":[\"Address line 1\"],\"Nbd6WT\":[\"Настройте параметры списка ожидания для этого мероприятия\"],\"Nc3l/D\":[\"Create discounts, access codes for hidden tickets, and special offers.\"],\"Nfbg76\":[\"VAT settings saved successfully\"],\"NgVUL2\":[\"Preview checkout form\"],\"NiIUyb\":[\"Tell us about your event\"],\"NihQNk\":[\"Customers\"],\"Nl1ZtM\":[\"Event Location\"],\"NlQ0cx\":[[\"organizerName\"],\"'s first event\"],\"NlfnUd\":[\"The link you clicked is invalid.\"],\"NmpGKr\":[\"We couldn't reorder the categories. Please try again.\"],\"NoNwIX\":[\"Inactive\"],\"NpEm3p\":[\"Отправить сейчас\"],\"NsWqSP\":[\"Add your social media handles and website URL. These will be displayed on your public organizer page.\"],\"Nu4oKW\":[\"Description\"],\"NvuEhl\":[\"Design Elements\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Select...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"Email\"],\"O6mra8\":[\"Custom Questions\"],\"O8m7VA\":[\"Я согласен получать уведомления по электронной почте, связанные с этим мероприятием\"],\"OESu7I\":[\"Prevent overselling by sharing inventory across multiple ticket types.\"],\"OHJXlK\":[\"Используйте <0>шаблоны Liquid для персонализации ваших писем\"],\"OIPtI5\":[\"A percentage of the product price. E.g., 3.5% of the product price\"],\"OJnhhX\":[[\"eventCount\"],\" events\"],\"OJx3wK\":[\"Not available\"],\"OMJ035\":[\"Radio Option\"],\"OMX4tH\":[\"Select tickets\"],\"OP094m\":[\"Promo Codes Report\"],\"OVFwlg\":[\"No order questions yet\"],\"OXku3b\":[\"<0>https://your-website.com\"],\"OZK07J\":[\"Pay to unlock\"],\"OaKTzt\":[\"View Map\"],\"OadMRm\":[\"Use cover image\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Open sidebar\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Reset\"],\"OfmsI9\":[\"Event Too New\"],\"OhCesD\":[\"This order was cancelled. You can start a new order anytime.\"],\"Ohn74G\":[\"Setup & Design\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Ticket Name\"],\"OmylXO\":[\"Account updated successfully\"],\"On0aF2\":[\"Website\"],\"Oo/PLb\":[\"Revenue Summary\"],\"OoSyqO\":[\"In \",[\"diffMinutes\"],\" minutes\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots.\"],\"OpKMSn\":[\"Transaction Fee:\"],\"OqEV/G\":[\"Завершите настройку ниже для продолжения\"],\"Or1CPR\":[\"Add any notes about the attendee...\"],\"OrXJBY\":[\"Optional prefix for invoice numbers (e.g., INV-)\"],\"Os6n2a\":[\"Cancel Order\"],\"OtgNFx\":[\"Successfully confirmed email address\"],\"OtjenF\":[\"Please enter a valid email address\"],\"OvNbls\":[\"Download .ics\"],\"OveehC\":[\"Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Invitation resent!\"],\"P+5Pbo\":[\"Hide Answers\"],\"P+Sty0\":[\"You are changing your email to <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Free Product\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Cover Image\"],\"P5sgAk\":[\"Promo Code\"],\"P8hBau\":[\"Your payment is processing.\"],\"PC3/fk\":[\"Events Starting in Next 24 Hours\"],\"PCRCCN\":[\"VAT Registration Information\"],\"PChXMe\":[\"No Paid Orders\"],\"PFjJxY\":[\"Your new password must be at least 8 characters long.\"],\"PGPGsL\":[\"Add description\"],\"PKXt9R\":[\"End date must be after start date\"],\"PLUB/s\":[\"Fee\"],\"PMhxAR\":[\"VAT number must start with a 2-letter country code followed by 8-15 alphanumeric characters (e.g., DE123456789)\"],\"PO/sOY\":[\"Revoke invitation\"],\"POT0K/\":[\"A fixed amount per product. E.g, $0.50 per product\"],\"POdIrN\":[\"Address Line 1\"],\"PRuBTd\":[\"Homepage Designer\"],\"PSRm6/\":[\"Найти мои билеты\"],\"PUpvQe\":[\"Camera Scanner\"],\"PYVWEI\":[\"If registered, provide your VAT number for validation\"],\"PYs3rP\":[\"Event name\"],\"PZ7FTW\":[\"Automatically detected based on background color, but can be overridden\"],\"Pa6G7v\":[\"Organizer Name\"],\"Pc/Wtj\":[\"This attendee has an unpaid order.\"],\"Pc729f\":[\"Order Is Awaiting Offline Payment\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Copied!\"],\"Pjsch9\":[\"Search capacity assignments...\"],\"Pmr5xp\":[[\"0\"],\" created successfully\"],\"PnSzEc\":[\"Once you're ready, set your event live and start selling products.\"],\"Pp1sWX\":[\"Update Affiliate\"],\"Pte1Hv\":[\"View Attendee Details\"],\"Puv7+X\":[\"Account Settings\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"This order has expired. Please start again.\"],\"Q2lUR2\":[\"Currency\"],\"Q7CWxp\":[\"When an attendee is cancelled\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Your VAT number will be validated when you save\"],\"QDEWii\":[\"Verified\"],\"QDWsl9\":[\"Welcome to \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Send your first message\"],\"QGoXh3\":[\"As your business is based in the EU, we need to determine the correct VAT treatment for our platform fees:\"],\"QHhZeE\":[\"Template created successfully\"],\"QIWCnW\":[\"VIP check-in list\"],\"QIn0Vl\":[\"Legal business name for VAT purposes\"],\"QIodqd\":[\"Download QR Code\"],\"QIxRUI\":[\"Paid, free, tiered pricing, and donation-based tickets\"],\"QKLP1W\":[\"Connect your Stripe account to start receiving payments.\"],\"QKim6l\":[\"Attendee not found\"],\"QMHSMS\":[\"Клиент получит email с подтверждением возврата\"],\"QN2F+7\":[\"Add Webhook\"],\"QNrkms\":[\"Answer updated successfully.\"],\"QOg2Sf\":[\"Customize the email and notification settings for this event\"],\"QOhkyl\":[\"Compose\"],\"QP3gP+\":[\"These settings apply only to copied embed code and won't be stored.\"],\"QS1Nla\":[\"Запланировать на потом\"],\"QUg5y1\":[\"Почти готово! Завершите подключение аккаунта Stripe для начала приема платежей.\"],\"QXgjH0\":[\"Failed to stop impersonation. Please try again.\"],\"QXlz+n\":[\"The default currency for your events.\"],\"QYARw/\":[\"Select Ticket\"],\"QYLpB4\":[\"Check in only\"],\"QYcUEf\":[\"Minimum Price\"],\"QbrUIo\":[\"Page views\"],\"QcCPs8\":[\"Event Details\"],\"QcwyCh\":[\"Yes, remove them\"],\"Qj0GKe\":[\"Включить самообслуживание для участников\"],\"QkLf4H\":[\"Page URL\"],\"QlSZU0\":[\"You are impersonating <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Вот что ожидать:\"],\"Qm5XkZ\":[\"Sale Start Date\"],\"QoAi8D\":[\"No response\"],\"QotGhf\":[\"Dismiss this message\"],\"Qp4HWD\":[\"Max Recipients / Message\"],\"Qqqrwa\":[\"Open Check-In Page\"],\"Qrc8RZ\":[\"Delete Check-In List\"],\"QsYjci\":[\"All Events\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Select Camera\"],\"QuhVpV\":[\"Hi \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Capacity\"],\"QzmQBG\":[\"Payment provider\"],\"R02pnV\":[\"Your event must be live before you can sell tickets to attendees.\"],\"R0wEyA\":[\"Search by job name or exception...\"],\"R29lO5\":[\"Payment Terms\"],\"R2O9Rg\":[\"Amount paid (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Exporting complete. Downloading file...\"],\"R4r4XO\":[\"Guests\"],\"R5IT/I\":[\"Attendee Notes\"],\"R6i9o9\":[\"You must acknowledge that this email is not promotional\"],\"R6n7j9\":[\"VAT settings updated successfully\"],\"RBXXtB\":[\"No payment methods are currently available. Please contact the event organizer for assistance.\"],\"RD51+P\":[\"Platform fee of \",[\"0\"],\" deducted from your payout\"],\"RDie0n\":[\"Miscellaneous\"],\"RG3szS\":[\"close\"],\"RHyZUL\":[\"No search results.\"],\"RKKhnW\":[\"Create a custom widget to sell tickets on your site.\"],\"ROR8QD\":[\"Your account name is used on event pages and in emails.\"],\"ROv2ZT\":[\"Questions & Answers\"],\"RQCXz6\":[\"Order Limits\"],\"RRZDED\":[\"We couldn't find any orders associated with this email address.\"],\"RReHTu\":[\"Business Name\"],\"RUMiLy\":[\"VAT number validation failed\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Promo Codes\"],\"RWw9Lg\":[\"Close modal\"],\"RY2eP1\":[\"No Taxes or Fees have been added.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"What time will you be arriving?\"],\"ReihZ7\":[\"Print Preview\"],\"RfwZxd\":[\"Reset password\"],\"RjwlZt\":[\"This order has already been paid.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Send a message\"],\"RlJmQg\":[\"A standard tax, like VAT or GST\"],\"RnvnDc\":[\"View all messages sent across the platform\"],\"Ropvj0\":[\"Select which events will trigger this webhook\"],\"RpwiYC\":[\"Refund Pending\"],\"RqSKdX\":[\"This product is sold out\"],\"Rs/IcB\":[\"First Used\"],\"Rs7IQv\":[\"Pre Checkout message\"],\"RsiDDQ\":[\"Other Lists (Ticket Not Included)\"],\"RtxQTF\":[\"Также отменить этот заказ\"],\"RuaKfn\":[\"Successfully Updated Address\"],\"Rwiyt2\":[\"Taxes configured\"],\"RxzN1M\":[\"Enabled\"],\"RzEvf5\":[\"Это мероприятие закончилось\"],\"S+OdxP\":[\"Who is organizing this event?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"First name must be between 1 and 50 characters\"],\"S0ctOE\":[\"Archive event\"],\"S3CZ5M\":[\"Organizer Dashboard\"],\"S4PqS9\":[[\"0\"],\" Active Webhooks\"],\"S8Tua9\":[\"Successfully Updated Settings\"],\"SCimta\":[\"Hide the getting started page from the sidebar\"],\"SHJwyq\":[\"Check-in Rate\"],\"SIHgVQ\":[\"Failed to cancel message\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Total Attendees\"],\"SMUbbQ\":[\"A Dropdown input allows only one selection\"],\"SNzppu\":[\"Присоединиться к списку ожидания\"],\"SO9AEF\":[\"Order limits set\"],\"SPKbfM\":[\"e.g., Get Tickets, Register Now\"],\"SPdzrs\":[\"Sent to customers when they place an order\"],\"SQKPvQ\":[\"Invite User\"],\"SQqJd8\":[\"Organizer Not Found\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Export started. Preparing file...\"],\"SXzpzO\":[\"Показывать флажок подписки на маркетинг по умолчанию\"],\"SZw9tS\":[\"View Details\"],\"Sa7w7S\":[\"This check-in list has expired and is no longer available for check-ins.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Error\"],\"SnlQeq\":[\"No questions have been asked for this order.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Checkboxes\"],\"SsI9v/\":[\"Failed to abandon order. Please try again.\"],\"Sxm1lO\":[\"All Statuses\"],\"Sxm8rQ\":[\"Users\"],\"T+1APV\":[\"Current VAT number is validated\"],\"T02gNN\":[\"General Admission\"],\"T0K0yl\":[\"Inactive users cannot log in.\"],\"T4BMxU\":[\"Fees are subject to change. You will be notified of any changes to your fee structure.\"],\"T5rdis\":[\"copied to clipboard\"],\"T6B2gk\":[\"Failed to send message. Please try again.\"],\"TBEnp1\":[\"Logo will be displayed in the header\"],\"TF37u6\":[\"Your attendees have been exported successfully.\"],\"TF9opW\":[\"Flash is not available on this device\"],\"TMLAx2\":[\"Required\"],\"TNaCfq\":[\"Single line text box\"],\"TPoYsF\":[\"Order Reference\"],\"TSAiPM\":[\"The page you are looking for does not exist\"],\"TTpXL3\":[\"Resend in \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"Password must be a minimum of 8 characters\"],\"TWXU0c\":[\"Impersonate User\"],\"TZxnm8\":[\"Add Option\"],\"TdfEV7\":[\"Archived\"],\"TeSaQO\":[\"Back to Accounts\"],\"Tf55h7\":[\"Configured Discount\"],\"TjX7xL\":[\"Post Checkout Message\"],\"TjbIUI\":[[\"availableCount\"],\" of \",[\"totalCount\"],\" available\"],\"TkQVup\":[\"Please check your email and password and try again\"],\"TkfG8v\":[\"Collect details per order\"],\"TlEeFv\":[\"Upcoming Events\"],\"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.\"],\"Tol4BF\":[\"Order Details\"],\"TpqW74\":[\"Fixed\"],\"Ts8hhq\":[\"Due to the high risk of spam, you must connect a Stripe account before you can modify email templates. This is to ensure that all event organizers are verified and accountable.\"],\"TskrJ8\":[\"Payment & Plan\"],\"TvY/XA\":[\"Documentation\"],\"TvkW9+\":[\"Are you sure you want to archive this event?\"],\"TxfvH2\":[\"Select which attendees should receive this message\"],\"Tz0i8g\":[\"Settings\"],\"Tz5oXG\":[\"Yes, cancel my order\"],\"U/R4Ng\":[\"Product Tier\"],\"U3pytU\":[\"Admin\"],\"U3wiCB\":[\"Все готово! Ваши платежи обрабатываются без проблем.\"],\"U61sAj\":[\"Product category updated successfully.\"],\"U65fiW\":[\"Save Organizer\"],\"U66oUa\":[\"Failed to create template\"],\"U7nGvl\":[\"Cannot Check In\"],\"UBSG1X\":[\"Top Organizers (Last 14 Days)\"],\"UEqXyt\":[\"Custom Range\"],\"UGT5vp\":[\"Save Settings\"],\"UIENhw\":[\"Configuration names are visible to end users. Fixed fees will be converted to the order currency at the current exchange rate.\"],\"UJmAAK\":[\"Subject\"],\"UKfi21\":[\"Create Tax or Fee\"],\"UMGQOh\":[\"Connect with Stripe\"],\"UNMVei\":[\"Forgot password?\"],\"UQ0ACV\":[\"Orders Total\"],\"URAE3q\":[\"Paused\"],\"URUYHc\":[\"Successfully Updated Platform Fee Settings\"],\"URmyfc\":[\"Details\"],\"UVPI5D\":[\"Show fewer platforms\"],\"UW90md\":[\"Получатели не найдены\"],\"UWWRyd\":[\"Add custom questions to collect additional information during checkout\"],\"UXBCwc\":[\"Last Name\"],\"UYT+c8\":[\"If enabled, check-in staff can either mark attendees as checked in or mark the order as paid and check in the attendees. If disabled, attendees associated with unpaid orders cannot be checked in.\"],\"UYUgdb\":[\"Order\"],\"UZ2GSZ\":[\"Invoice Settings\"],\"UaISq3\":[\"Swedish\"],\"UabgBd\":[\"Body is required\"],\"UdY1lL\":[\"Your payment was not successful, please try again.\"],\"Ug4SfW\":[\"Once you create an event, you'll see it here.\"],\"UiAk5P\":[\"Insert Image\"],\"Uicx2U\":[\"This check-in list is active\"],\"UjNWsF\":[\"VAT may be applied to platform fees depending on your VAT registration status. Please complete the VAT information section below.\"],\"UkHo4c\":[\"Order Ref\"],\"UkM20g\":[\"Pending Review\"],\"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.\"],\"UlAK8E\":[\"Exporting Orders\"],\"Uo5ddP\":[\"We'll notify you by email if a spot becomes available for \",[\"0\"],\".\"],\"UoIRW8\":[\"Attendees registered\"],\"Upeg/u\":[\"Enable this template for sending emails\"],\"Uqefyd\":[\"Are you VAT registered in the EU?\"],\"UtDm3q\":[\"URL copied to clipboard\"],\"Uu0hZq\":[\"Email организатора\"],\"UvYql/\":[\"VAT settings saved. We're validating your VAT number in the background.\"],\"Uwsg2F\":[\"Reserved\"],\"V0SbFp\":[\"Show available product quantity\"],\"V1EGGU\":[\"First name\"],\"V1krgP\":[\"Code must be no more than 20 characters\"],\"V2sk3H\":[\"Email & Templates\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"A new verification code has been sent to your email\"],\"V6Q5RZ\":[\"Capacity Assignment created successfully\"],\"V7DYWd\":[\"Message Sent\"],\"V7MwOy\":[\"An error occurred while loading the page\"],\"V7Tejz\":[\"Автообработка списка ожидания\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Back to login\"],\"VD0iA7\":[\"Multiple price options. Perfect for early bird products etc.\"],\"VDWChT\":[\"Are you sure you want to make this organizer draft? This will make the organizer page invisible to the public\"],\"VEsDvU\":[\"Users can change their email in <0>Profile Settings\"],\"VFv2ZC\":[\"End Date\"],\"VHfLAW\":[\"No accounts\"],\"VT+urE\":[\"Search by name or email...\"],\"VTfZPy\":[\"Access Denied\"],\"VX+B3I\":[\"Search by event title or organizer...\"],\"VY+Bdn\":[\"Search by account name or email...\"],\"VZeG/A\":[\"Coming Soon\"],\"Vd+LC3\":[\"Color must be a valid hex color code. Example: #ffffff\"],\"VeKsnD\":[\"Resend order email\"],\"VejKUM\":[\"Fill in your details above first\"],\"Vi+BiW\":[\"Includes \",[\"0\"],\" products\"],\"VioGG1\":[\"Connect your Stripe account to accept payments for tickets and products.\"],\"Vjat/X\":[\"Message is required\"],\"Vjij1k\":[[\"days\"],\" days, \",[\"hours\"],\" hours, \",[\"minutes\"],\" minutes, and \",[\"seconds\"],\" seconds\"],\"VkSk/i\":[\"Вы уверены, что хотите отменить это запланированное сообщение?\"],\"VlXNyK\":[\"Per order\"],\"Vla0Bo\":[\"Products sold\"],\"VlnB7s\":[\"Last 6 months\"],\"VmXiz4\":[\"Enter your email and we'll send you instructions to reset your password.\"],\"VpwcSk\":[\"Enter new password\"],\"VsM1HH\":[\"Capacity Assignments\"],\"VskHIx\":[\"Delete category\"],\"Vw0KCJ\":[\"QR Code Check-in\"],\"VwdqVy\":[\"Create Capacity Assignment\"],\"Vx2J6x\":[\"Unable to fetch attendee\"],\"VxFvXQ\":[\"Widget Embed\"],\"VxYKoK\":[\"Email & Notification Settings\"],\"VyUuZb\":[\"Image URL\"],\"W/eN+G\":[\"If blank, the address will be used to generate a Google Maps link\"],\"W12OdJ\":[\"This report is for informational purposes only. Always consult with a tax professional before using this data for accounting or tax purposes. Please cross-reference with your Stripe dashboard as Hi.Events may be missing historical data.\"],\"W428WC\":[\"Toggle columns\"],\"W4kWXJ\":[\"Search by attendee name, email or order #...\"],\"W5A0Ly\":[\"An unexpected error occurred.\"],\"W7AfhC\":[\"All attendees of this event\"],\"WBq1/R\":[\"USB Scanner Already Active\"],\"WFHOlF\":[\"Are you sure you want to publish this event? Once published, it will be visible to the public.\"],\"WHf154\":[\"Delete code\"],\"WKHW0N\":[\"Online Event Details\"],\"WKMnh4\":[\"A single line text input\"],\"WLxtFC\":[\"Unable to create product. Please check your details\"],\"WNnP3w\":[\"Подключить и обновить\"],\"WOpH7O\":[\"Beautiful checkout experience on any device\"],\"WOyJmc\":[\"- Нажмите, чтобы снять с публикации\"],\"WTk/ke\":[\"About Stripe Connect\"],\"WUOCgI\":[\"Successfully offered a spot\"],\"WVbTwK\":[\"Create Check-In List\"],\"WVgSTy\":[\"Manage order\"],\"WWYHKD\":[\"Your payment is protected with bank-level encryption\"],\"WZZzB6\":[\"Event name is required\"],\"WZbCR3\":[\"Refund Failed\"],\"WbImlQ\":[\"Order has been canceled and the order owner has been notified.\"],\"WbopAG\":[\"Stripe payments are not enabled for this event.\"],\"Wd5CDM\":[\"Event name should be less than 150 characters\"],\"WdmJIX\":[\"Загрузка предпросмотра...\"],\"Weq9zb\":[\"General\"],\"WgD6rb\":[\"Event Category\"],\"WjSpu5\":[\"Online Event\"],\"Wjz5KP\":[\"No Attendees to show\"],\"Wvrz79\":[\"Amount Paid\"],\"WyCBRt\":[\"Tax Summary\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Yes - I have a valid EU VAT registration number\"],\"X13xGn\":[\"Untrusted\"],\"X1zdE7\":[\"Configuration created successfully\"],\"X26cQf\":[\"Ticket URL\"],\"X2rrlw\":[\"Subtotal\"],\"X4o0MX\":[\"Failed to load Webhook\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Записи появятся здесь, когда клиенты присоединятся к списку ожидания распроданных продуктов.\"],\"XAHqAg\":[\"This is a general product, like a t-shirt or a mug. No ticket will be issued\"],\"XBNC3E\":[\"This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed.\"],\"XIG669\":[\"When check-in opens\"],\"XKJuAX\":[\"Question deleted\"],\"XUfgCI\":[\"No Capacity Assignments\"],\"XVLu2v\":[\"Event Title\"],\"XX32BM\":[\"Займет всего несколько минут\"],\"XZkeaI\":[\"No logs found\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Your organizer address\"],\"Xe2tSS\":[\"Connect Documentation\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Your orders have been exported successfully.\"],\"XgOuA7\":[\"Last 90 days\"],\"XkFYVB\":[\"Product Deleted\"],\"XletzW\":[\"Create Category\"],\"XwdMMg\":[\"Code can only contain letters, numbers, hyphens, and underscores\"],\"XxecLm\":[\"Type of ticket\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Here is the React component you can use to embed the widget in your application.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Customize the event homepage and checkout messaging\"],\"YAV57v\":[\"Affiliate\"],\"YAl9Hg\":[\"Create Configuration\"],\"YC3oXa\":[\"Description for check-in staff\"],\"YClrdK\":[\"This event is not published yet\"],\"YDVUVl\":[\"Event Types\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Something went wrong! Please try again\"],\"YHsF9c\":[\"Hide product after sale end date\"],\"YIDzi/\":[\"Create Custom Template\"],\"YIix5Y\":[\"Search...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"I confirm this is a transactional message related to this event\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Product sales, revenue, and tax breakdown\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Account configuration updated successfully\"],\"YQ3QSS\":[\"Failed to resend verification code\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Fixed Fee:\"],\"YXx+fG\":[\"Total Before Discounts\"],\"YZi+Hu\":[\"Job queued for retry\"],\"Ya1JhR\":[\"No products available in this category.\"],\"YaCgdO\":[\"Email confirmation resent successfully\"],\"Yc5YW6\":[\"No failed jobs\"],\"Ye321X\":[\"Tax Name\"],\"YfHZv0\":[\"Shown to the customer before they checkout\"],\"YgRSEE\":[\"Are you sure you want to delete this promo code?\"],\"YjVNGZ\":[\"Homepage Preview\"],\"Ym1gnK\":[\"applied\"],\"YpN29s\":[\"Notify organizer of new orders\"],\"Yrbm6T\":[\"Awesome Organizer Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"This order has been cancelled.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Successfully updated Check-In List\"],\"Z3FXyt\":[\"Loading...\"],\"Z3etYG\":[\"За 1 день до мероприятия\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Offline Payment\"],\"Z6q0Vl\":[\"You have already accepted this invitation. Please login to continue.\"],\"Z8lGw6\":[\"Share\"],\"ZBAScj\":[\"Unknown Attendee\"],\"ZCSSd+\":[\"Create your own event\"],\"ZDIydz\":[\"Get started\"],\"ZIgYeg\":[\"Secondary Text Color\"],\"ZN1WLO\":[\"Copy Email\"],\"ZOBwQn\":[\"Homepage Design\"],\"ZOmUYW\":[\"We'll validate your VAT number in the background. If there are any issues, we'll let you know.\"],\"ZPj0Q8\":[\"Message Details\"],\"ZPoHOn\":[\"No product associated with this attendee.\"],\"ZPwFnN\":[\"Failed to export orders\"],\"ZQ15eN\":[\"Failed to resend ticket email\"],\"ZQKLI1\":[\"Danger Zone\"],\"ZS/D7f\":[\"All Ended Events\"],\"ZWEfBE\":[\"No Payment Required\"],\"ZZEYpT\":[\"Option \",[\"i\"]],\"ZaEJZM\":[\"Confirm Email Change\"],\"ZfxaB4\":[\"Partially Refunded\"],\"Zi3Sbw\":[\"Успешно удалено из списка ожидания\"],\"ZjMs6e\":[\"<0>The number of products available for this product<1>This value can be overridden if there are <2>Capacity Limits associated with this product.\"],\"ZkS2p3\":[\"Unpublish Event\"],\"Zkymb9\":[\"An email to associate with this affiliate. The affiliate will not be notified.\"],\"ZnVt5v\":[\"<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks.\"],\"Znwxal\":[\"Application Fees Configuration\"],\"ZowkxF\":[\"Taxes\"],\"ZpieFv\":[\"Failed to cancel order\"],\"ZsZeV2\":[\"Email is required\"],\"ZthcdI\":[\"A promo code with no discount can be used to reveal hidden products.\"],\"ZutOKU\":[\"VAT Rate\"],\"Zw6LWb\":[\"Failed to delete job\"],\"ZxnK5C\":[\"Once you start collecting data, you'll see it here.\"],\"Zz6Cxn\":[\"Danger zone\"],\"a/gMx2\":[\"No Check-In Lists\"],\"a0EjD+\":[\"Create Product\"],\"a41PKA\":[\"Affiliate sales will be tracked\"],\"a5KFZU\":[\"Add event details and manage event settings.\"],\"a5jvSX\":[\"Price Tiers\"],\"a6+167\":[\"Select an event\"],\"a6gga1\":[\"Error confirming email change\"],\"a7u1N9\":[\"Price\"],\"aAIQg2\":[\"Appearance\"],\"aEDp5C\":[\"Paste this where you want the widget to appear.\"],\"aFk48v\":[\"Failed to delete configuration\"],\"aGWZUr\":[\"Gross revenue\"],\"aH6ZIb\":[\"Invite Your Team\"],\"aIA9C4\":[\"Successfully Created Question\"],\"aK4uBd\":[\"Last 24 hours\"],\"aKtF0O\":[\"Stripe Not Connected\"],\"aLS+A6\":[\"Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the organizer or default template.\"],\"aS0jtz\":[\"Abandoned\"],\"aT3jZX\":[\"Select timezone\"],\"aUi/Dz\":[\"Warning: This is the system default configuration. Changes will affect all accounts that don't have a specific configuration assigned.\"],\"acIJ41\":[\"Order Status\"],\"agPptk\":[\"Medium\"],\"agZ87r\":[\"Create tickets for your event, set prices, and manage available quantity.\"],\"alD1+n\":[\"Invoice Notes\"],\"amMkpL\":[\"No capacity\"],\"an5hVd\":[\"Images\"],\"aqxYLv\":[\"Education\"],\"av+gjP\":[\"Attendee Name\"],\"avf0gk\":[\"Question Description\"],\"awHmAT\":[\"ID билета\"],\"axVMjA\":[\"Hide product unless user has applicable promo code\"],\"axv/Mi\":[\"Custom template\"],\"b0HJ45\":[\"Success! \",[\"0\"],\" will receive an email shortly.\"],\"b1Jvg+\":[\"Please continue in the new tab\"],\"b24kPi\":[\"Queue\"],\"b33PL9\":[\"Show more platforms\"],\"b46pt5\":[\"Event Cover Image\"],\"b4itZn\":[\"Working\"],\"b6+Y+n\":[\"Order complete\"],\"b9SN9q\":[\"Unique order reference\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Create \",[\"0\"]],\"bA31T4\":[\"Use the buyer's details for all attendees\"],\"bB6Ram\":[\"Last 48 hours\"],\"bECJqy\":[\"Message approved successfully\"],\"bKOYkd\":[\"Invoice downloaded successfully\"],\"bLB3MJ\":[\"Payment Methods\"],\"bPWBLL\":[\"Unable to check out attendee\"],\"bPwFdf\":[\"Accounts\"],\"bU4bS1\":[\"Refunds\"],\"bU7oUm\":[\"Only send to orders with these statuses\"],\"bVjDs9\":[\"Additional Fees\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Are you sure you would like to delete this Check-In List?\"],\"bbslmb\":[\"Ticket Designer\"],\"bcCn6r\":[\"Calculation Type\"],\"bcYlvb\":[\"When check-in closes\"],\"bfXQ+N\":[\"Accept Invitation\"],\"bgqf+K\":[\"Ticket holder's email\"],\"bhlHm/\":[\"Your order is awaiting payment\"],\"blK94r\":[\"Please add at least one option\"],\"blXLKj\":[\"При включении новые мероприятия будут отображать флажок подписки на маркетинг при оформлении заказа. Это можно переопределить для каждого мероприятия.\"],\"br3Y/y\":[\"Platform Fees\"],\"btxLWj\":[\"Event status updated\"],\"bv6RXK\":[\"Button Label\"],\"bwBlJv\":[\"Order First Name\"],\"bxoWpz\":[\"Resend Confirmation Email\"],\"byKna+\":[\"An unexpected error occurred. Please try again.\"],\"c+suC6\":[\"Paid Accounts\"],\"c/TIyD\":[\"Order & Ticket\"],\"c2/9VE\":[\"Payload\"],\"c3E/kw\":[\"Homer\"],\"c4uJfc\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds.\"],\"c6SXHN\":[\"View Event Page\"],\"c7VN/A\":[\"View Answers\"],\"c9Evkd\":[\"You cannot delete the last category.\"],\"c9RYbv\":[\"When an order is marked as paid\"],\"cDHM1d\":[\"Адрес электронной почты был изменен. Участник получит новый билет на обновленный адрес электронной почты.\"],\"cDtoWq\":[\"Are you sure you want to resend the order confirmation to \",[\"0\"],\"?\"],\"cEFg3R\":[\"Failed to create affiliate\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"За 1 неделю до мероприятия\"],\"cHO4ec\":[\"This message will be included in the footer of all emails sent from this event\"],\"cJ4Y4R\":[\"Your refund is processing.\"],\"cK9+xQ\":[\"VAT Country\"],\"cKj6OE\":[\"Check-in Summary\"],\"cMW+gm\":[\"Show all platforms (\",[\"0\"],\" more with values)\"],\"cOePZk\":[\"Event Time\"],\"cQrNR3\":[\"Manage Profile\"],\"cRRc+F\":[\"This product cannot be deleted because it is associated with an order. You can hide it instead.\"],\"cSev+j\":[\"Filters\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"You have taxes and fees added to a Free Product. Would you like to remove them?\"],\"cd0jIM\":[\"Job Details\"],\"cdR8d6\":[\"Please create a ticket\"],\"cde2hc\":[\"All Products\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Set your event live\"],\"cl5WYc\":[\"Promo \",[\"promo_code\"],\" code applied\"],\"clF06r\":[\"Доступно для возврата\"],\"cljs3a\":[\"Indicate whether you're VAT-registered in the EU\"],\"cnGeoo\":[\"Delete\"],\"coIKFu\":[\"Organizer statistics are not available for the selected currency or an error occurred.\"],\"cormHa\":[\"Address line 2\"],\"cosfD8\":[\"Attendee Status\"],\"cs5muu\":[\"Preview Event page\"],\"csDS2L\":[\"Available\"],\"ct2SYD\":[\"Last 7 days\"],\"cxsKvw\":[\"When a check-in is deleted\"],\"d+F6q9\":[\"Created\"],\"d+KKMz\":[\"Failed to load Check-In List\"],\"d0rUsW\":[\"Social Links\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Cancel\"],\"dF6vP6\":[\"Live\"],\"dFFW9L\":[\"Sale ended \",[\"0\"]],\"dFHcIn\":[\"Tax Details\"],\"dFJnia\":[\"This is the name of your organizer that will be displayed to your users.\"],\"dFuEhO\":[\"Resend ticket email\"],\"dJZTv2\":[\"Select start time\"],\"dLm8V5\":[\"Promotional emails may result in account suspension\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Attribution Breakdown\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Here are all the tickets associated with your email address.\"],\"dPYu1F\":[\"Per Attendee\"],\"dPyJ15\":[\"Delete Template\"],\"dSyJj6\":[\"Email addresses do not match\"],\"dVgNF1\":[\"Failed to create configuration\"],\"dVxpp5\":[\"Welcome back\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"No events found\"],\"dWBrJX\":[\"Offline payment failed. Please try again or contact the event organizer.\"],\"dXoieq\":[\"Summary\"],\"dZsDbK\":[\"HTML character limit exceeded: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"Categories allow you to group products together. For example, you might have a category for \\\"Tickets\\\" and another for \\\"Merchandise\\\".\"],\"de6HLN\":[\"When customers purchase tickets, their orders will appear here.\"],\"dfkQIO\":[\"When a new product is created\"],\"dkAPxi\":[\"Create Webhook\"],\"dr7CWq\":[\"All Upcoming Events\"],\"dsFmM+\":[\"Purchased\"],\"dtGC3q\":[\"Ticket email has been resent to attendee\"],\"e/cvV1\":[\"Verifying...\"],\"e3uMJH\":[\"This order is complete.\"],\"e4KdjJ\":[\"Manually Add Attendee\"],\"e4L7bF\":[\"Select a message to view its contents\"],\"e5lF64\":[\"Usage Example\"],\"e7eZuA\":[\"Order Updated\"],\"e8WNln\":[\"Event timezone\"],\"e99fHm\":[\"Restore event\"],\"eB5vce\":[\"Order owners with a specific product\"],\"ePK91l\":[\"Edit\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Create new password\"],\"eWRECP\":[\"Nightlife\"],\"eXssj5\":[\"Set default settings for new events created under this organizer.\"],\"eaUTwS\":[\"Send reset link\"],\"eb47T5\":[\"No data found for the selected filters. Try adjusting the date range or currency.\"],\"ebIDwV\":[\"Google Calendar\"],\"eeZdaB\":[\"Configuration updated successfully\"],\"efAM7X\":[\"A date input. Perfect for asking for a date of birth etc.\"],\"ejMDw1\":[\"When an order is refunded\"],\"ejXy+D\":[\"Failed to sort products\"],\"elW7Tn\":[\"Email Body\"],\"enV0g0\":[\"Leave blank to use the default word \\\"Invoice\\\"\"],\"eneWvv\":[\"Draft\"],\"enzGAL\":[\"Questions\"],\"eorM7z\":[\"Categories reordered successfully.\"],\"ercTDX\":[\"Code must be between 3 and 50 characters long\"],\"esY5SG\":[\"The title of the event that will be displayed in search engine results and when sharing on social media. By default, the event title will be used\"],\"etaWtB\":[\"Редактировать данные участника\"],\"euc6Ns\":[\"Duplicate\"],\"eusccx\":[\"An optional message to display on the highlighted product, e.g. \\\"Selling fast 🔥\\\" or \\\"Best value\\\"\"],\"evDBV8\":[\"Publish Event\"],\"exy8uo\":[\"Generate code\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Check-in Lists\"],\"f30uVZ\":[\"What you need to do:\"],\"f3RdEk\":[[\"hours\"],\" hours, \",[\"minutes\"],\" minutes, and \",[\"seconds\"],\" seconds\"],\"f4vJgj\":[\"A multi line text input\"],\"f7SUun\":[\"Passwords are not the same\"],\"f8qS7T\":[\"'There\\\\'s nothing to show yet'\"],\"f9WRpE\":[\"Invalid file type. Please upload an image.\"],\"fAv9QG\":[\"🎟️ Add tickets\"],\"fFYotW\":[\"Partially refunded: \",[\"0\"]],\"fFeCKc\":[\"No Discount\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"You cannot refund a manually created order.\"],\"fKn/k6\":[\"Сумма возврата\"],\"fMPkxb\":[\"Show more\"],\"fROFIL\":[\"Vietnamese\"],\"fTFfOK\":[\"Every email template must include a call-to-action button that links to the appropriate page\"],\"fVPt0F\":[\"When an order is updated\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Edit webhook\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"e.g., Important update about your tickets\"],\"fcnqjw\":[\"Offline Payment Instructions\"],\"fdjq4c\":[\"Padding\"],\"fgLNSM\":[\"Register\"],\"fiV0xj\":[\"Usage Limit\"],\"fj5byd\":[\"N/A\"],\"fovJi3\":[\"USB Scanner mode deactivated\"],\"fpMs2Z\":[\"LIVE\"],\"fpb0rX\":[\"Attendee details copied from order\"],\"fqDzSu\":[\"Rate\"],\"ftNXma\":[\"Search affiliates...\"],\"ftzaMf\":[\"Sale period, order limits, visibility\"],\"fuwKpE\":[\"Please try again.\"],\"fvDQhr\":[\"Hide this tier from users\"],\"fx8BTd\":[\"Payments not available\"],\"fyE7Au\":[[\"minutes\"],\" minutes and \",[\"seconds\"],\" seconds\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Your payment was unsuccessful. Please try again.\"],\"g+2103\":[\"Here is your affiliate link\"],\"g+lLS9\":[\"Invite a team member\"],\"g2UNkE\":[\"Powered by\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Custom Branding\"],\"g9dPPQ\":[\"Maximum Per Order\"],\"gGhBmF\":[\"You are offline\"],\"gHSuV/\":[\"Go to home page\"],\"gJQsLv\":[\"Upload a cover image for your organizer\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"All attendees\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Successfully Created Product\"],\"gPgdNV\":[\"VAT number validated successfully\"],\"gTN6Ws\":[\"Select end time\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo and cover image for your organizer\"],\"geUFpZ\":[\"Tax & Fees\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"No Search Results\"],\"gnBreG\":[\"Дата размещения заказа\"],\"goOKRY\":[\"Add tier\"],\"gqnyh0\":[\"Mobile Optimized\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Highlight\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Last Triggered\"],\"gwk5gg\":[\"Address Line 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"What products does this code apply to?\"],\"gyLUYU\":[\"When enabled, invoices will be generated for ticket orders. Invoices will sent along with the order confirmation email. Attendees can also download their invoices from the order confirmation page.\"],\"gypigA\":[\"That promo code is invalid\"],\"gzrCuN\":[\"Your order details have been updated. A confirmation email has been sent to the new email address.\"],\"h0Q9Iw\":[\"Last Response\"],\"h0dx5e\":[\"Не удалось присоединиться к списку ожидания\"],\"h10Wm5\":[\"Unpaid Order\"],\"h179TP\":[\"A short description of the event that will be displayed in search engine results and when sharing on social media. By default, the event description will be used\"],\"h69WC6\":[\"Sent\"],\"hAjDQy\":[\"Select status\"],\"hBsw5C\":[\"Sales ended\"],\"hD1ocH\":[\"Check-In URL copied to clipboard\"],\"hDNwnf\":[\"Your logo, colors, and style on every page\"],\"hEtQsg\":[\"Включить самообслуживание для участников по умолчанию\"],\"hFHnxR\":[\"What products does this code apply to? (Applies to all by default)\"],\"hFwWnI\":[\"Notification Settings\"],\"hJmVtD\":[\"Select country\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"My Profile\"],\"hL7sDJ\":[\"Share Organizer Page\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Просто нажмите кнопку ниже для переподключения вашего аккаунта Stripe.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Create\"],\"hauDFf\":[\"Per ticket\"],\"hbwCKE\":[\"Email address copied to clipboard\"],\"hcX103\":[\"Please create a product\"],\"hdyeZ0\":[\"Delete Job\"],\"he3ygx\":[\"Copy\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Amount\"],\"hfHhaa\":[\"Please wait while we prepare your affiliates for export...\"],\"hg80P7\":[\"Завершить настройку Stripe\"],\"hli+ga\":[\"USB/HID Scanner\"],\"hqmXmc\":[\"Working...\"],\"hrvLf4\":[\"Accept credit card payments with Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"Email Address\"],\"i0QKrm\":[\"Failed to update affiliate\"],\"i0TtkR\":[\"This overrides all visibility settings and will hide the product from all customers.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Order Number\"],\"i8day5\":[\"Pass fee to buyer\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Edit Code\"],\"iG7KNr\":[\"Logo\"],\"iIEaNB\":[\"If you have an account with us, you will receive an email with instructions on how to reset your password.\"],\"iJhSxe\":[\"Customize the SEO settings for this event\"],\"iMdwTb\":[\"Before your event can go live, there are a few things you need to do. Complete all the steps below to get started.\"],\"iN5Cz3\":[\"Аккаунт уже подключен!\"],\"iPBfZP\":[\"Attendees Registered\"],\"iQZff7\":[\"Taxes, Fees, Visibility, Sale Period, Product Highlight & Order Limits\"],\"iS0wAT\":[\"Categories help you organize your products. This title will be displayed on the public event page.\"],\"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.\"],\"iTvh6I\":[\"Currently available for purchase\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Copy Code\"],\"iWa9cY\":[\"Tell people what to expect at your event\"],\"iX6SLo\":[\"Customize the text shown on the continue button\"],\"ia8YsC\":[\"Upcoming\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Your message has been sent successfully!\"],\"igBrCH\":[\"Please verify your email address to access all features\"],\"ih35UP\":[\"Conference Center\"],\"ii0qn/\":[\"Subject is required\"],\"iiWXDL\":[\"Eligibility Failures\"],\"imLQ9Y\":[\"Validating your VAT number...\"],\"imgKgl\":[\"Event Description\"],\"injXD7\":[\"The VAT number could not be validated. Please check the number and try again.\"],\"ioG+xt\":[\"Awaiting Payment\"],\"ipP6Ue\":[\"Create Attendee\"],\"ipYKgM\":[\"Allow search engine indexing\"],\"irpUxR\":[\"Fixed amount\"],\"ixIx1f\":[\"Select Product\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"Start date is required\"],\"izwOOD\":[\"Show tax and fees separately\"],\"j/TOB3\":[\"Social Links & Website\"],\"j1Jl7s\":[\"Edit category\"],\"j1VfcT\":[\"SEO Description\"],\"j5FdeA\":[\"This order is being processed.\"],\"j6w7d/\":[\"Enable this capacity to stop product sales when the limit is reached\"],\"j9b/iy\":[\"Selling fast 🔥\"],\"j9cPeF\":[\"Select event types\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"You must have at least one price tier\"],\"jEbkcB\":[\"Total Refunded\"],\"jEu4bB\":[\"Columns\"],\"jEw0Mr\":[\"Please enter a valid URL\"],\"jIPNJG\":[\"Basic Information\"],\"jRJZxD\":[\"Delete Capacity\"],\"jT142F\":[\"In \",[\"diffHours\"],\" hours\"],\"jVRHeq\":[\"Signed Up\"],\"jZj9y9\":[\"Tiered Product\"],\"jZlrte\":[\"Color\"],\"jabmnm\":[\"Affiliate updated successfully\"],\"jfC/xh\":[\"Contact\"],\"jh2orE\":[\"We've relocated our headquarters to Ireland. As a result, we need you to reconnect your Stripe account. This quick process takes just a few minutes. Your sales and existing data remain completely unaffected.\"],\"jkNgQR\":[\"Также вернуть деньги за этот заказ\"],\"jo3Gm6\":[\"Failed to export affiliates\"],\"jp5bq8\":[\"получателей\"],\"jpctdh\":[\"View\"],\"jrBSO1\":[\"Edit Organizer\"],\"jtrY3S\":[\"Nothing to show yet\"],\"jtrqH9\":[\"Exporting Attendees\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Shared Capacity Management\"],\"jyt+cx\":[\"Email footer message\"],\"k/bJj0\":[\"Questions reordered\"],\"k1bLf+\":[\"Background Color\"],\"k3Tngl\":[\"Attendees Exported\"],\"k3dfFD\":[\"Hidden questions are only visible to the event organizer and not to the customer.\"],\"k3wH7i\":[\"Promo code usage and discount breakdown\"],\"k4FLBQ\":[\"Pass to Buyer\"],\"k5CU8c\":[\"Total Entries\"],\"k5p8dz\":[\"Capacity Assignment deleted successfully\"],\"k9RiLi\":[\"Create a Product\"],\"k9m6/E\":[\"Successfully Updated Homepage Settings\"],\"kBkYSa\":[\"Edit Capacity\"],\"kCn6wb\":[\"Resetting...\"],\"kF8HQ7\":[\"Export Answers\"],\"kIKb9e\":[\"Social\"],\"kJDmsI\":[\"Event details\"],\"kKpkzy\":[\"Successfully offered tickets to 1 person\"],\"kMU5aM\":[\"A cancellation notice has been sent to\"],\"kNmmvE\":[\"Awesome Events Ltd.\"],\"kO44sp\":[\"Include connection details for your online event. These details will be shown on the order summary page and attendee ticket page.\"],\"kODvZJ\":[\"First Name\"],\"kOtCs2\":[\"Invoice Numbering\"],\"kTSQej\":[\"Hello \",[\"0\"],\", manage your platform from here.\"],\"kUlL8W\":[\"Profile updated successfully\"],\"kWI/37\":[\"Select organizer\"],\"kWg31j\":[\"Enter unique affiliate code\"],\"kY7XDn\":[\"No products have waiting entries\"],\"kYZSFD\":[\"Select an organizer to view their dashboard and events.\"],\"kYqM1A\":[\"Back to Event\"],\"kadJKg\":[\"Applies to 1 product\"],\"kf83Ld\":[\"Something went wrong.\"],\"khBZkl\":[\"VAT\"],\"kj7zYe\":[\"Successfully updated Webhook\"],\"kjAL4v\":[\"Ticket\"],\"klWBeI\":[\"Please wait before requesting another code\"],\"kodV18\":[\"Download CSV\"],\"kpAzPe\":[\"Sales start\"],\"kpJAeS\":[\"Create Organizer\"],\"kqA9lY\":[\"Failed to update VAT settings\"],\"ktyvbu\":[\"Product(s)\"],\"kv9dM4\":[\"Platform Revenue\"],\"kvYpYu\":[\"Order Not Found\"],\"kvpxIU\":[\"This will be used for notifications and communication with your users.\"],\"kzx0uD\":[\"Successfully Updated Event Defaults\"],\"l+/HS6\":[\"Offers expire after \",[\"timeoutHours\"],\" hours.\"],\"l3sZO1\":[\"Add any notes about the order. These will not be visible to the customer.\"],\"l5OcwO\":[\"Message attendee\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Failed to save VAT settings. Please try again.\"],\"l75CjT\":[\"Yes\"],\"l894xP\":[\"Organizers can only manage events and products. They cannot manage users, account settings or billing information.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" уже зарегистрирован\"],\"lB2hSG\":[\"Keep me updated on news and events from \",[\"0\"]],\"lFdbRS\":[\"Bypass Application Fees\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Failed to start export job\"],\"lNipG+\":[\"Hiding a product will prevent users from seeing it on the event page.\"],\"lQgMLn\":[\"Office or venue name\"],\"lS9/aZ\":[\"Не удалось загрузить получателей\"],\"lWxAUo\":[\"Food & Drink\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Message individual attendees\"],\"lYGfRP\":[\"English\"],\"lZwV6X\":[\"Присоединиться к списку ожидания на \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Product Updated\"],\"lfLHNz\":[\"CTA label is required\"],\"lflimf\":[\"Payment Due Period\"],\"lgFfeO\":[\"Sold out\"],\"lhAWqI\":[\"Спасибо за вашу поддержку, пока мы продолжаем расти и улучшать Hi.Events!\"],\"lk74+I\":[\"Absorb Fee\"],\"lkE00/\":[\"Something went wrong. Please try again later.\"],\"lkMK2r\":[\"Your Details\"],\"lkNdiH\":[\"Account Name\"],\"lnCMdg\":[\"Upload Image\"],\"lnYE59\":[\"Date of the event\"],\"lnrkNz\":[\"Resend email confirmation\"],\"loCKGB\":[\"Sale ends \",[\"0\"]],\"lpm0+y\":[\"Includes 1 product\"],\"lsxOPC\":[\"Payment Received\"],\"luHAJY\":[\"Popular Events (Last 14 Days)\"],\"lyD7rQ\":[\"This organizer profile is not published yet\"],\"lzAaG5\":[\"These templates will override the organizer defaults for this event only. If no custom template is set here, the organizer template will be used instead.\"],\"m/N7Zq\":[\"Event Full Address\"],\"m0CFV2\":[\"Attendee Details\"],\"m3FM1g\":[\"Total refunded\"],\"m8WD6t\":[\"Continue Setup\"],\"m9SD3V\":[\"Code must be at least 3 characters\"],\"mBsBHq\":[\"Check-in list is not active\"],\"mCB6Je\":[\"Select All\"],\"mEHQ8I\":[\"Are you sure you want to make this event public? This will make the event visible to the public\"],\"mFdA+i\":[\"Messaging Tier\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Standard product with a fixed price\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Email change pending\"],\"mImacG\":[\"Event Page\"],\"mJJh2s\":[\"Affiliate sales will not be tracked. This will deactivate the affiliate.\"],\"mLBUMQ\":[\"Configuration deleted successfully\"],\"mUv9U4\":[\"Sales\"],\"mVKOW6\":[\"There was an error sending your message\"],\"mYGY3B\":[\"Date\"],\"mYLhkl\":[\"Miscellaneous Settings\"],\"mYygCM\":[\"Organizer is required\"],\"mdeIOH\":[\"Resend code\"],\"mf3FrP\":[\"This category doesn't have any products yet.\"],\"mimF6c\":[\"Custom message after checkout\"],\"miysJh\":[\"We couldn't find this order. It may have been removed.\"],\"mkWad2\":[\"Hungarian\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Percentage Fee\"],\"mnUGVC\":[\"Превышен лимит запросов. Пожалуйста, попробуйте позже.\"],\"mnafgQ\":[\"The default timezone for your events.\"],\"mpB/d9\":[\"Total order amount\"],\"muXhGi\":[\"If enabled, the organizer will receive an email notification when a new order is placed\"],\"mvrlBO\":[\"Filter by Event\"],\"mwe+2z\":[\"Offline orders are not reflected in event statistics until the order is marked as paid.\"],\"mxsm1o\":[\"Delete this question? This cannot be undone.\"],\"n/7+7Q\":[\"Confirmation sent to\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Image deleted successfully\"],\"n10yGu\":[\"Refund order\"],\"n143Tq\":[\"Edit Product Category\"],\"n4SpU5\":[\"Manage event\"],\"n57zCW\":[\"Unattributed Accounts\"],\"n5pRtF\":[\"Create a Ticket\"],\"n5vdm2\":[\"No webhook events have been recorded for this endpoint yet. Events will appear here once they are triggered.\"],\"n6EaWL\":[\"View logs\"],\"n8+Ng/\":[\"Please enter the 5-digit code\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Number Prefix\"],\"n8IUs7\":[\"Gross Revenue\"],\"n9V+ps\":[\"Enter your name\"],\"n9ZhRa\":[\"Select end date and time\"],\"nAn4Oe\":[\"Order marked as paid\"],\"nBVOd7\":[\"When an attendee is updated\"],\"nBqgQb\":[\"Your Email\"],\"nCywLA\":[\"Join from anywhere\"],\"nDBs04\":[\"Capacity Management\"],\"nE5o/t\":[\"Data Ownership\"],\"nFm+5u\":[\"Footer Text\"],\"nHm0AI\":[\"Daily sales, tax, and fee breakdown\"],\"nKtyYu\":[\"Continue to next step\"],\"nLC6tu\":[\"French\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Требуется действие: Переподключите ваш аккаунт Stripe\"],\"nO3VbP\":[\"On sale \",[\"0\"]],\"nOBvex\":[\"Send real-time order and attendee data to your external systems.\"],\"nOhz3x\":[\"Logout\"],\"nP7CdQ\":[\"Edit Webhook\"],\"nQI4H5\":[\"Connect Stripe to enable email template editing\"],\"nWhye/\":[\"Who should be asked this question?\"],\"nYNT+5\":[\"Set up your event\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Your order has been cancelled.\"],\"nbfdhU\":[\"Integrations\"],\"ncwQad\":[\"(empty)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"We couldn't find the ticket you're looking for. The link may have expired or the ticket details may have changed.\"],\"nfagfM\":[\"Valid\"],\"nfnm9D\":[\"Organization Name\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Failed to upload image. Please try again.\"],\"nm3Iz/\":[\"Thank you for attending!\"],\"nn3mSR\":[\"Time left:\"],\"nnfSdK\":[\"Unique Customers\"],\"nniGTr\":[\"To edit configurations, go to the Configurations section in the admin menu.\"],\"nqx+6h\":[\"Complete these steps to start selling tickets for your event.\"],\"nrGWUv\":[\"Customize your event page to match your brand and style.\"],\"nrSs2u\":[\"No messages found\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"Webhook URL\"],\"nvOPBA\":[\"Links Allowed\"],\"nwtY4N\":[\"Something went wrong\"],\"nx+rqg\":[\"create an organizer\"],\"ny2r8d\":[\"When an order is cancelled\"],\"nz96Ue\":[\"1 ticket type\"],\"o+tJN/\":[\"Please wait while we prepare your attendees for export...\"],\"o/blc/\":[\"Failed to update account configuration\"],\"o1my93\":[\"Organizer status update failed. Please try again later\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Congratulations on creating an event!\"],\"o5r6b2\":[\"Job deleted\"],\"o6+Y6d\":[\"Resending...\"],\"o7LgX6\":[\"You can configure additional service fees and taxes in your account settings.\"],\"o7s5FA\":[\"The language the attendee will receive emails in.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"TIP\"],\"oHE9JT\":[\"Edit Capacity Assignment\"],\"oI/hGR\":[\"Order ID\"],\"oJjplO\":[\"Total Views\"],\"oNL5vN\":[\"Go to Event Page\"],\"oPknTP\":[\"Optional additional information to appear on all invoices (e.g., payment terms, late payment fees, return policy)\"],\"oQvMPn\":[\"Question Title\"],\"oR7zL3\":[\"Ticket holder's name\"],\"oSDBWm\":[\"VAT Settings\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"My Tickets\"],\"oW5877\":[\"Order Total\"],\"oWXNE5\":[\"Qty\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Add to Calendar\"],\"ocS8eq\":[\"Already have an account? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Offline Payments Information\"],\"olKKwj\":[\"Mobile scanner with offline support and real-time tracking\"],\"omyBS0\":[\"Number of days allowed for payment (leave blank to omit payment terms from invoices)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Manage attendee\"],\"ophZVW\":[\"Manage tickets\"],\"oqr9HB\":[\"Collapse this product when the event page is initially loaded\"],\"orBECM\":[\"Total Collected\"],\"orluER\":[\"Track account growth and performance by attribution source\"],\"os29v1\":[\"This reset password link is invalid or expired.\"],\"ouM5IM\":[\"Try another email\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Default\"],\"p/Sa0j\":[\"Your account has messaging limits. To increase your limits, contact us at\"],\"p2/GCq\":[\"Confirm Password\"],\"p2FRHj\":[\"Control how platform fees are handled for this event\"],\"p2WLr3\":[\"Check in \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Select a category\"],\"pAey+4\":[\"File is too large. Maximum size is 5MB.\"],\"pCLes8\":[\"Вы должны согласиться на получение сообщений\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Билет успешно отправлен повторно\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Recent Account Signups\"],\"pMLul+\":[\"All Currencies\"],\"pNgdBv\":[\"There are no products available in this category\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Are you sure you want to make this organizer public? This will make the organizer page visible to the public\"],\"pZNOT9\":[\"No end date\"],\"pbAk7a\":[\"Connect Stripe\"],\"pjp2n5\":[\"Choose who pays the platform fee. This does not affect additional fees you've configured in your account settings.\"],\"pkk46Q\":[\"Choose an Organizer\"],\"pn5qSs\":[\"Additional Information\"],\"pnVh83\":[\"VAT Number\"],\"pnoTN5\":[\"Referral Accounts\"],\"poTr35\":[\"Edit user\"],\"ppuQR4\":[\"Order Created\"],\"pqFrv2\":[\"eg. 2.50 for $2.50\"],\"prZGMe\":[\"Require Billing Address\"],\"psosdY\":[\"Link to order details\"],\"psqIm5\":[\"Collaborate with your team to create amazing events together.\"],\"pvnfJD\":[\"Dark\"],\"pxNIxa\":[\"Customize your email template using Liquid templating\"],\"q/CcwE\":[\"Order Date\"],\"q1BizZ\":[\"We'll send your tickets to this email\"],\"q2LEDV\":[\"No attendees found for this order.\"],\"q6XHL1\":[\"Price Type\"],\"q7TRd7\":[\"Are you sure you want to activate this attendee?\"],\"qCJyMx\":[\"Post Checkout message\"],\"qCqdg6\":[\"Check-In Status\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Buyers see a clean price. The platform fee is deducted from your payout.\"],\"qGZz0m\":[\"Вы в списке ожидания!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Outgoing Messages\"],\"qNuTh3\":[\"Exception\"],\"qY4rpA\":[\"Refund failed\"],\"qcP/8K\":[\"Запланированное время\"],\"qdfdgM\":[\"123 Main Street\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Готово! Теперь вы используете нашу обновленную платежную систему.\"],\"qnSLLW\":[\"<0>Please enter the price excluding taxes and fees.<1>Taxes and fees can be added below.\"],\"qpC74J\":[\"No users found\"],\"qqWcBV\":[\"Completed\"],\"qqeAJM\":[\"Never\"],\"qtGTNu\":[\"Organic Accounts\"],\"qu6/03\":[\"Taxes and Fees\"],\"quR8Qp\":[\"Waiting for payment\"],\"qv4bfj\":[\"A fee, like a booking fee or a service fee\"],\"qvF+MT\":[\"Monitor and manage failed background jobs\"],\"qvylEK\":[\"Attendee Created\"],\"r+lQXT\":[\"Please enter your VAT number\"],\"r2B2P8\":[\"Copy Check-In URL\"],\"r9M1hc\":[\"Search check-in lists...\"],\"rDC+T6\":[\"Retry Job\"],\"rLHma1\":[\"Organizer status updated\"],\"rMcHYt\":[\"There is a refund pending. Please wait for it to complete before requesting another refund.\"],\"rPA+Gc\":[\"Communication Preferences\"],\"rXngLf\":[\"SEO Title\"],\"rYXfOA\":[\"Regional Settings\"],\"raw09+\":[\"Configure how attendee details are collected during checkout\"],\"rdUucN\":[\"Preview\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"This will not be visible to customers, but helps you identify the affiliate.\"],\"rmelwV\":[\"0 minutes and 0 seconds\"],\"rnoQsz\":[\"Used for borders, highlights, and QR code styling\"],\"rp/zaT\":[\"Brazilian Portuguese\"],\"rpGMzC\":[\"Не удалось обновить заказ\"],\"ruJO57\":[\"Job Name\"],\"rxy0tG\":[\"Failed to verify email\"],\"rzw+wS\":[\"Order Holders\"],\"s/0RpH\":[\"Times used\"],\"s0FkEx\":[\"Set up check-in lists for different entrances, sessions, or days.\"],\"s14PLh\":[\"Вы оформляете частичный возврат. Клиенту будет возвращено \",[\"0\"],\" \",[\"1\"],\".\"],\"s4JozW\":[\"Are you sure you want to restore this event? It will be restored as a draft event.\"],\"s5QRF3\":[\"Back to messages\"],\"s6EF6K\":[\"Instant Payouts\"],\"s8v9hq\":[\"Return to Event Page\"],\"s9KGXU\":[\"Sold\"],\"sBV87H\":[\"Continue to event creation\"],\"sCV5Yc\":[\"Name of the event\"],\"sF+Xp9\":[\"Page Views\"],\"sFFArG\":[\"Name must be less than 255 characters\"],\"sGEOe4\":[\"Use a blurred version of the cover image as the background\"],\"sGjBEq\":[\"End Date & Time (optional)\"],\"sJsr1h\":[\"Product Type\"],\"sLbJQz\":[\"Order not found\"],\"sMiGXD\":[\"Please check your email is valid\"],\"sQia9P\":[\"Log in\"],\"sQxe68\":[\"Отправить подтверждение повторно\"],\"sYLeDq\":[\"The organizer you're looking for could not be found. The page may have been moved, deleted, or the URL might be incorrect.\"],\"sYpiZP\":[\"Create Promo Code\"],\"sZg7s1\":[\"Expiration date\"],\"saG4At\":[\"Сообщение запланировано\"],\"sby+1/\":[\"Click to copy\"],\"sd5IMt\":[\"Orders Completed\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"You can create a promo code which targets this product on the\"],\"shkJ3U\":[\"Link your Stripe account to receive funds from ticket sales.\"],\"sjNPMw\":[\"This order was abandoned. You can start a new order anytime.\"],\"snMaH4\":[\"Delete webhook\"],\"spsZys\":[\"Готовы к обновлению? Это займет всего несколько минут.\"],\"sq7vjE\":[\"Highlighted products will have a different background color to make them stand out on the event page.\"],\"sqdl5s\":[\"VAT Information\"],\"ss9PbX\":[\"Attendee\"],\"sxKqBm\":[\"Полная сумма заказа будет возвращена на первоначальный способ оплаты клиента.\"],\"sy6fss\":[\"Applies to \",[\"0\"],\" products\"],\"sy9anN\":[\"How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout.\"],\"szSnlj\":[\"За 1 час до мероприятия\"],\"t/KVOk\":[\"Failed to start impersonation. Please try again.\"],\"t/YqKh\":[\"Remove\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Showing \",[\"0\"],\" of \",[\"totalRows\"],\" records\"],\"t2bbp8\":[\"Редактировать участника\"],\"t3AMTs\":[\"Event Management Platform\"],\"t41hVI\":[\"Re-offer Spot\"],\"t79rDv\":[\"Ticket Not Found\"],\"t7TeQU\":[\"Messages\"],\"t9yxlZ\":[\"Reports\"],\"tDTq0D\":[\"Order timeout\"],\"tDwYhx\":[\"Theme & Colors\"],\"tF+VVr\":[\"VIP Ticket\"],\"tFbRKJ\":[\"You cannot edit the role or status of the account owner.\"],\"tGCY6d\":[\"Ticket Price\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"VAT Treatment for Platform Fees\"],\"tKCBU0\":[\"Last Used\"],\"tKKZn0\":[\"View Order Details\"],\"tKcbYd\":[\"Failed Jobs\"],\"tLf3yJ\":[\"As your business is based in Ireland, Irish VAT at 23% applies automatically to all platform fees.\"],\"tMFDem\":[\"No data available\"],\"tMNBEF\":[\"Check-in lists let you control entry across days, areas, or ticket types. You can share a secure check-in link with staff — no account required.\"],\"tMeVa/\":[\"Ask for name and email for each ticket purchased\"],\"tNZzFb\":[\"Message Content\"],\"tOXAdc\":[\"Отмена отменит всех участников, связанных с этим заказом, и вернет билеты в доступный пул.\"],\"tPtRwl\":[\"Edit Application Fees\"],\"tRXdQ9\":[\"When a product is updated\"],\"tSVr6t\":[\"Impersonate\"],\"tUGbi8\":[\"Copy my details to:\"],\"tVJk4q\":[\"Cancel order\"],\"tVW/yo\":[\"Select currency\"],\"tXadb0\":[\"The event you're looking for is not available at the moment. It may have been removed, expired, or the URL might be incorrect.\"],\"tYF4Zq\":[\"Print to PDF\"],\"tasfos\":[\"remove\"],\"td/bh+\":[\"Back to Reports\"],\"tdD/QN\":[\"Edit Product\"],\"tejfAy\":[\"Check-In Lists\"],\"tfDRzk\":[\"Save\"],\"tiI71C\":[\"To increase your limits, contact us at\"],\"tnL+GP\":[\"Invalid Liquid syntax. Please correct it and try again.\"],\"toutGW\":[\"QR Code\"],\"tq0abZ\":[\"Failed to delete jobs\"],\"trnWaw\":[\"Polish\"],\"tst44n\":[\"Events\"],\"tudG8q\":[\"Create and configure tickets and merchandise for sale.\"],\"u0n+wz\":[\"Список ожидания\"],\"u5oO/W\":[\"Offline Payments Settings\"],\"u6FPxT\":[\"Get Tickets\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Status\"],\"uBAxNB\":[\"Editor\"],\"uCFbG2\":[\"Affiliate deleted successfully\"],\"uEhdRh\":[\"Promo Only\"],\"uIElGP\":[\"Custom Maps URL\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"True if offline payment\"],\"uM9Alj\":[\"This product is highlighted on the event page\"],\"uN355O\":[\"Create Event\"],\"uOXLV3\":[\"I agree to the <0>terms and conditions\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Сообщение отменено\"],\"uQynyf\":[\"Failed to update configuration\"],\"uRfugr\":[\"T-shirt\"],\"uUPbPg\":[\"Copy Affiliate Link\"],\"uUehLT\":[\"Waiting\"],\"uaSvqt\":[\"Expiry Date\"],\"ubdMGz\":[\"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\"],\"ucgZ0o\":[\"Organization\"],\"uchB0M\":[\"Widget Preview\"],\"udRwQs\":[\"Check-in Created\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Подключите ваш аккаунт Stripe для начала приема платежей.\"],\"uq2BmQ\":[\"Last 30 days\"],\"uvIqcj\":[\"Workshop\"],\"uyJsf6\":[\"About\"],\"uzEfRz\":[\"Order Notes\"],\"v1P7Gm\":[\"Widget Settings\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Send Test\"],\"v2GlhZ\":[\"Current VAT number validation failed\"],\"v4+lcZ\":[\"Edit Affiliate\"],\"v4fiSg\":[\"Check your email\"],\"v7xKtM\":[\"Messaging tier updated successfully\"],\"v9VSIS\":[\"<0>Set a single total attendance limit that applies to multiple ticket types at once.<1>For example, if you link a <2>Day Pass and a <3>Full Weekend ticket, they will both draw from the same pool of spots. Once the limit is reached, all linked tickets automatically stop selling.\"],\"vAbVy9\":[\"Free product, no payment information required\"],\"vERlcd\":[\"Profile\"],\"vFjEnF\":[\"Mark as paid\"],\"vJuISq\":[\"Are you sure you would like to delete this Capacity Assignment?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Failed to delete question\"],\"vLyv1R\":[\"Hide\"],\"vOuxvL\":[\"Account Information\"],\"vPJ1FI\":[\"Percentage Amount\"],\"vPeW/6\":[\"Are you sure you want to delete this configuration? This may affect accounts using it.\"],\"vPqpQG\":[\"Check-in list not found\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Редактировать данные заказа\"],\"vRznIT\":[\"An error occurred while checking export status.\"],\"vX8/tc\":[\"My amazing event title...\"],\"vXIe7J\":[\"Language\"],\"vXPSuB\":[\"Update profile\"],\"vYgeDk\":[\"Deselect All\"],\"vZ5qKF\":[\"Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container.\"],\"vb0Q0/\":[\"Total Users\"],\"vcyz2L\":[\"Payment Settings\"],\"ve9JTU\":[\"Фамилия обязательна\"],\"veessc\":[\"Your attendees will appear here once they have registered for your event. You can also manually add attendees.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Last 14 days\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Duplicate event\"],\"vlf/In\":[\"Tech\"],\"vmOFL/\":[\"We could not process your payment. Please try again or contact support.\"],\"vqji3Y\":[\"VAT number validation failed. Please check your VAT number.\"],\"vrSW9M\":[\"Заказ отменен и возвращен. Владелец заказа уведомлен.\"],\"vt9xUl\":[\"Real-Time Analytics\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Order Marked as Paid\"],\"vu7ZGG\":[\"Logo & Cover\"],\"vu7gDm\":[\"Delete Affiliate\"],\"vv7kpg\":[\"Cancelled\"],\"vvO1I2\":[\"Your Stripe account is connected and ready to process payments.\"],\"vwGkYB\":[\"Password must be at least 8 characters\"],\"vzJenu\":[\"Successfully Updated Email Settings\"],\"w36OkR\":[\"Most Viewed Events (Last 14 Days)\"],\"w65ZgF\":[\"You need to verify your account email before you can modify email templates.\"],\"wBJR8i\":[\"Planning an event?\"],\"wCKkSr\":[\"Verify Email\"],\"wDioLj\":[\"Failed to retry job\"],\"wDx3FF\":[\"There are no products available for this event\"],\"wIa8Qe\":[\"Resend invitation\"],\"wJTzyi\":[\"Payment Status\"],\"wJijgU\":[\"Location\"],\"wJzo/w\":[\"We recommend dimensions of 400px by 400px, and a maximum file size of 5MB\"],\"wPRp9Z\":[\"Visible to check-in staff only. Helps identify this list during check-in.\"],\"wPmXlA\":[\"First Invoice Number\"],\"wQzCPX\":[\"Tax information to appear at the bottom of all invoices (e.g., VAT number, tax registration)\"],\"wUv5xQ\":[\"No organizer activity in the last 14 days\"],\"wYiAtV\":[\"No recent account signups\"],\"wckWOP\":[\"Manage\"],\"wdxz7K\":[\"Source\"],\"whqocw\":[\"By registering you agree to our <0>Terms of Service and <1>Privacy Policy.\"],\"wlfBad\":[\"Sale Period\"],\"wnDgGj\":[\"Confirming email address...\"],\"wpfWhJ\":[\"Customer's first name\"],\"wpj63n\":[\"Organizer Settings\"],\"wu98dY\":[\"Ask once per product\"],\"wuV0bK\":[\"Stop Impersonating\"],\"wuyaZh\":[\"Export successful\"],\"x/xjzn\":[\"Your affiliates have been exported successfully.\"],\"x1PPdr\":[\"ZIP / Postal Code\"],\"x2mjl4\":[\"Please enter a valid image URL that points to an image.\"],\"x3wVFc\":[\"Congratulations! Your event is now visible to the public.\"],\"x4MLWE\":[\"Order Confirmation\"],\"x5+Lcz\":[\"Not Checked In\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Attendee's ticket not included in this list\"],\"x8XMsJ\":[\"Select the messaging tier for this account. This controls message limits and link permissions.\"],\"x8rEDQ\":[\"We were unable to validate your VAT number after multiple attempts. We'll continue trying in the background. Please check back later.\"],\"xDAtGP\":[\"Message\"],\"xDzTh7\":[\"Failed to download invoice. Please try again.\"],\"xFRMlO\":[\"Minimum Per Order\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" at current rate\"],\"xFj7Yj\":[\"Failed to delete template\"],\"xGU92i\":[\"Complete your profile to join the team.\"],\"xGVfLh\":[\"Continue\"],\"xHpVRl\":[\"Refund Status\"],\"xJaTUK\":[\"Customize the layout, colors, and branding of your event homepage.\"],\"xMDm+I\":[\"Check In\"],\"xMO+Ao\":[\"Set up your organization\"],\"xMekgu\":[\"Add any notes about the order...\"],\"xN9AhL\":[\"Tier \",[\"0\"]],\"xTPjSy\":[\"Past Events\"],\"xUgUTh\":[\"Введите имя\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Always available\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Tools\"],\"xdA9ud\":[\"Place this in the of your website.\"],\"xdiER7\":[\"Assigned Tier\"],\"xeIaKw\":[\"Are you sure you want to resend the ticket to \",[\"0\"],\"?\"],\"xfKgwv\":[\"Create Affiliate\"],\"xgL50q\":[\"What are Tiered Products?\"],\"xgav5v\":[\"Payment succeeded!\"],\"xnWESi\":[\"Confirm password\"],\"xowcRf\":[\"Terms of Service\"],\"xrWdPR\":[\"Template deleted successfully\"],\"xxU3NX\":[\"Net Revenue\"],\"xxv3BZ\":[\"This check-in list has expired\"],\"xzRvs4\":[\"Receive product updates from \",[\"0\"],\".\"],\"y/NR6s\":[\"Successfully Updated Location\"],\"y0meFR\":[\"Irish VAT at 23% will be applied to platform fees (domestic supply).\"],\"y1BZw1\":[\"Enter business address\"],\"y1eoq1\":[\"Copy link\"],\"y22tv0\":[\"Copy this link to share it anywhere\"],\"y3qNri\":[\"You'll need at least one product to get started. Free, paid or let the user decide what to pay.\"],\"y55eMd\":[\"Times Used\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"No events to show\"],\"yD3avI\":[\"Important: Changing your email address will update the link to access this order. You will be redirected to the new order link after saving.\"],\"yDOdwQ\":[\"User Management\"],\"yIRev4\":[\"Create a password\"],\"yKWfjC\":[\"Promo Code page\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"No upcoming events\"],\"yNi4PV\":[\"You cannot check in attendees with unpaid orders. This setting can be changed in the event settings.\"],\"yPI7n9\":[\"Comma seperated keywords that describe the event. These will be used by search engines to help categorize and index the event\"],\"yPZN4i\":[\"This order page is no longer available.\"],\"yPrbsy\":[\"Получатели\"],\"yRg26W\":[\"Gross Sales\"],\"ySQGHV\":[\"Hide product when sold out\"],\"ySeBKv\":[\"You already scanned this ticket\"],\"ySxKZe\":[\"How many times can this code be used?\"],\"yT6dQ8\":[\"Tax collected grouped by tax type and event\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 ticket\"],\"yWiPh+\":[\"Add Tax or Fee\"],\"yZfBoy\":[\"Your message has been sent\"],\"yhjU+j\":[\"Downloading Invoice\"],\"yiy8Jt\":[\"Creating your organizer profile, please wait\"],\"yj3N+g\":[\"1 день после даты начала\"],\"yjkELF\":[\"Confirm New Password\"],\"ylXj1N\":[\"Selected\"],\"ypJ62C\":[\"Discount %\"],\"yxhYRZ\":[[\"0\"],\" <0>checked out successfully\"],\"yz7wBu\":[\"Close\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"Запланированное время обязательно\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Мы официально переместили наш главный офис в Ирландию 🇮🇪. В рамках этого перехода мы теперь используем Stripe Ирландия вместо Stripe Канада. Чтобы ваши выплаты проходили гладко, вам нужно переподключить ваш аккаунт Stripe.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Failed to export report. Please try again.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"No products available for selection\"],\"zLmvhE\":[\"Successfully created attendee\"],\"zNECqg\":[\"tickets\"],\"zNZNMs\":[\"View Message\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Select a tier\"],\"zPiC+q\":[\"Eligible Check-In Lists\"],\"zTkTF3\":[\"Failed to save template\"],\"zUDyah\":[\"Logging in\"],\"zWqUyJ\":[\"Fixed fee charged per transaction\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Create \",[\"0\"],\" Template\"],\"zgCHnE\":[\"Daily Sales Report\"],\"ziAjHi\":[\"Generate\"],\"zlHa5R\":[\"No attendees have been added to this order.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Phone\"],\"znIg+z\":[\"Checkout\"],\"zpekWp\":[\"Sale starts \",[\"0\"]],\"zppscQ\":[\"Hi.Events platform fees and VAT breakdown by transaction\"],\"zxnup4\":[\"No Affiliates to show\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Success\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/ru.po b/frontend/src/locales/ru.po index 5e95085ab..56a6690cb 100644 --- a/frontend/src/locales/ru.po +++ b/frontend/src/locales/ru.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Нажмите, чтобы снять с публикации" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" +msgid "'There's nothing to show yet'" msgstr "" +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "" + #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} уже зарегистрирован" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "" @@ -148,6 +169,7 @@ msgstr "" msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "" +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "" @@ -251,6 +273,11 @@ msgstr "" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "" @@ -300,7 +327,7 @@ msgstr "" msgid "Abandoned" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "" @@ -403,7 +430,8 @@ msgstr "" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "" @@ -510,7 +538,7 @@ msgstr "" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "" @@ -660,7 +688,7 @@ msgstr "" msgid "All Products" msgstr "" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "" @@ -699,6 +727,7 @@ msgstr "Почти готово! Завершите подключение ак msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "" +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "" @@ -726,7 +755,6 @@ msgstr "" #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "" @@ -734,6 +762,7 @@ msgstr "" msgid "Amount Paid" msgstr "" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "" @@ -762,6 +791,11 @@ msgstr "" msgid "An unexpected error occurred. Please try again." msgstr "" +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "" @@ -778,10 +812,11 @@ msgstr "" msgid "Application Fees Configuration" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "" +#~ msgid "Apply Promo Code" +#~ msgstr "" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "" msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "" -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "" -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "" -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Вы уверены, что хотите удалить эту запись из списка ожидания?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "" @@ -909,11 +947,11 @@ msgstr "" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "" -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "" -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "" @@ -1101,7 +1139,7 @@ msgstr "" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Автообработка списка ожидания" @@ -1110,7 +1148,11 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 @@ -1197,8 +1239,8 @@ msgstr "" msgid "Background Color" msgstr "" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "" @@ -1261,7 +1303,7 @@ msgstr "" msgid "Button Label" msgstr "" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "" @@ -1273,6 +1315,7 @@ msgstr "" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "" @@ -1343,6 +1387,7 @@ msgstr "" msgid "Cancel Order" msgstr "" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "" @@ -1355,11 +1400,11 @@ msgstr "Отмена отменит всех участников, связан #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "" msgid "Check In" msgstr "" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "" @@ -1557,7 +1604,12 @@ msgstr "" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" +#~ msgid "Choose a color for your background" +#~ msgstr "" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 @@ -1592,6 +1644,10 @@ msgstr "" msgid "Clear Search Text" msgstr "" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "" @@ -1600,15 +1656,15 @@ msgstr "" msgid "Click to view notes" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "" @@ -1672,8 +1728,8 @@ msgstr "" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "" +#~ msgid "Color" +#~ msgstr "" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Настройте параметры списка ожидания для этого мероприятия" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Настройте параметры списка ожидания для этого мероприятия" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "" @@ -1942,12 +1999,14 @@ msgstr "" msgid "Connection Details" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "" @@ -1963,12 +2022,12 @@ msgstr "" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "" @@ -1982,7 +2041,7 @@ msgstr "" msgid "Continue Setup" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "" @@ -2110,10 +2171,12 @@ msgstr "" msgid "Create" msgstr "" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "" @@ -2339,6 +2402,10 @@ msgstr "" msgid "Custom date and time" msgstr "Произвольная дата и время" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "" @@ -2415,7 +2482,7 @@ msgstr "" msgid "Customize the SEO settings for this event" msgstr "" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "" @@ -2613,6 +2680,7 @@ msgstr "" msgid "Discount %" msgstr "" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "" @@ -2621,7 +2689,7 @@ msgstr "" msgid "Discount Type" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "" @@ -2704,9 +2772,15 @@ msgstr "" #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" + #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" msgstr "" @@ -2733,11 +2807,11 @@ msgstr "" msgid "Dutch" msgstr "" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "" @@ -2766,11 +2840,14 @@ msgstr "" msgid "Edit" msgstr "" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "" @@ -2905,7 +2982,7 @@ msgstr "" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3151,7 +3228,7 @@ msgstr "" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Записи появятся здесь, когда клиенты присоединятся к списку ожидания распроданных продуктов." @@ -3313,7 +3390,7 @@ msgid "Event Settings" msgstr "" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3321,7 +3398,7 @@ msgid "Event status update failed. Please try again later" msgstr "" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3404,8 +3481,8 @@ msgstr "" msgid "Expiration date" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "" @@ -3564,7 +3641,7 @@ msgstr "Не удалось загрузить получателей" msgid "Failed to load Webhook" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "" @@ -3572,6 +3649,10 @@ msgstr "" msgid "Failed to offer tickets" msgstr "" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "" @@ -3776,7 +3857,7 @@ msgstr "" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3787,7 +3868,7 @@ msgstr "" msgid "First Name" msgstr "" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3860,7 +3941,7 @@ msgstr "" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "" @@ -3910,8 +3991,8 @@ msgid "German" msgstr "" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "" +#~ msgid "Get Directions" +#~ msgstr "" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3921,7 +4002,7 @@ msgstr "" msgid "Get started" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "" @@ -3985,10 +4066,11 @@ msgstr "" msgid "Guests" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "" @@ -4018,6 +4100,7 @@ msgstr "" msgid "Here's what to expect:" msgstr "Вот что ожидать:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "" @@ -4048,8 +4131,7 @@ msgstr "" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "" @@ -4132,8 +4214,8 @@ msgstr "" msgid "Homepage Designer" msgstr "" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "" @@ -4142,7 +4224,7 @@ msgstr "" msgid "Homer" msgstr "" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "" @@ -4179,7 +4261,7 @@ msgstr "" msgid "Hungarian" msgstr "" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Я согласен получать уведомления по электронной почте, связанные с этим мероприятием" @@ -4191,7 +4273,7 @@ msgstr "" msgid "I confirm this is a transactional message related to this event" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "" @@ -4297,6 +4379,7 @@ msgstr "" msgid "Include tax and fees in the price" msgstr "" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "" @@ -4475,21 +4558,25 @@ msgstr "" msgid "Johnson" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Присоединиться к списку ожидания" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Присоединиться к списку ожидания на {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Присоединиться к списку ожидания на {0}" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "" @@ -4501,6 +4588,7 @@ msgstr "Просто нажмите кнопку ниже для перепод msgid "Just looking for your tickets?" msgstr "" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "" @@ -4572,7 +4660,7 @@ msgstr "" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4672,7 +4760,7 @@ msgid "Loading..." msgstr "" #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4776,6 +4864,10 @@ msgstr "" msgid "Manage your account details and default settings" msgstr "" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "" @@ -4895,6 +4987,10 @@ msgstr "" msgid "Messaging tier updated successfully" msgstr "" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "" @@ -4903,7 +4999,7 @@ msgstr "" msgid "Minimum Price" msgstr "" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "" @@ -4947,6 +5043,10 @@ msgstr "" msgid "Music" msgstr "" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5298,7 +5398,7 @@ msgstr "" msgid "No viewed events in the last 14 days" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Нет записей в списке ожидания" @@ -5367,27 +5467,27 @@ msgstr "" msgid "of" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "" @@ -5442,6 +5542,7 @@ msgstr "" msgid "On Sale" msgstr "" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "" @@ -5472,7 +5573,7 @@ msgstr "" msgid "Online" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "" @@ -5789,7 +5890,6 @@ msgstr "" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5839,12 +5939,12 @@ msgstr "" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "" -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "" @@ -5929,6 +6029,7 @@ msgstr "Частичный возврат" msgid "Partially Refunded" msgstr "" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "" @@ -6171,6 +6272,7 @@ msgstr "" msgid "Platform fee" msgstr "" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "" @@ -6213,7 +6315,7 @@ msgstr "" msgid "Please check your email to confirm your email address" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "" @@ -6225,7 +6327,7 @@ msgstr "" msgid "Please create a ticket" msgstr "" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "" @@ -6269,7 +6371,7 @@ msgstr "" msgid "Please select an image." msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "" @@ -6326,6 +6428,7 @@ msgid "Post Checkout Message" msgstr "" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "" @@ -6333,6 +6436,11 @@ msgstr "" msgid "Pre Checkout message" msgstr "" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "" @@ -6406,7 +6514,7 @@ msgstr "" msgid "Print to PDF" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "" @@ -6422,7 +6530,7 @@ msgstr "" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6507,7 +6615,7 @@ msgstr "" msgid "Profile updated successfully" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "" @@ -6553,10 +6661,16 @@ msgstr "" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." +" and conditions, guidelines, or any important information that attendees need to know before answering." msgstr "" -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "" + +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "" @@ -6565,8 +6679,8 @@ msgid "Publish Event" msgstr "" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "" @@ -6633,7 +6747,7 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "Превышен лимит запросов. Пожалуйста, попробуйте позже." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "" @@ -6645,6 +6759,7 @@ msgstr "Готовы к обновлению? Это займет всего н msgid "Real-Time Analytics" msgstr "" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6723,6 +6838,7 @@ msgstr "" msgid "Refund order" msgstr "" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Возврат заказа {0}" @@ -6747,6 +6863,7 @@ msgstr "" msgid "Refunded" msgstr "" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "" @@ -6764,6 +6881,10 @@ msgstr "" msgid "Register" msgstr "" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6773,13 +6894,14 @@ msgstr "" msgid "Remaining Uses" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "" @@ -6912,7 +7034,7 @@ msgstr "" msgid "Revoke invitation" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6927,10 +7049,12 @@ msgstr "" msgid "Sale End Date" msgstr "" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "" @@ -6953,6 +7077,7 @@ msgstr "" msgid "Sale Start Date" msgstr "" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "" @@ -7006,7 +7131,7 @@ msgstr "" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7019,8 +7144,8 @@ msgstr "" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "" @@ -7101,7 +7226,7 @@ msgstr "" msgid "Search by job name or exception..." msgstr "" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "" @@ -7161,6 +7286,7 @@ msgstr "" msgid "Secure Checkout" msgstr "" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7476,7 +7602,7 @@ msgid "Setup & Design" msgstr "" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7505,6 +7631,7 @@ msgstr "" msgid "Shared Capacity Management" msgstr "" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "" @@ -7525,8 +7652,7 @@ msgstr "Показать флажок подписки на маркетинг" msgid "Show marketing opt-in checkbox by default" msgstr "Показывать флажок подписки на маркетинг по умолчанию" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "" @@ -7538,6 +7664,7 @@ msgstr "" msgid "Show tax and fees separately" msgstr "" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "" @@ -7603,13 +7730,18 @@ msgid "Sold out" msgstr "" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Список ожидания распроданных" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Список ожидания распроданных" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7635,7 +7767,7 @@ msgstr "" msgid "Something went wrong." msgstr "" -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "" @@ -7652,7 +7784,7 @@ msgstr "" msgid "Sorry for the inconvenience." msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "" @@ -7717,7 +7849,7 @@ msgstr "" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7800,11 +7932,13 @@ msgstr "" msgid "Success" msgstr "" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "" +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "" @@ -7838,7 +7972,7 @@ msgstr "" msgid "Successfully Duplicated Product" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "" @@ -7850,7 +7984,7 @@ msgstr "" msgid "Successfully offered tickets to 1 person" msgstr "" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Успешно удалено из списка ожидания" @@ -7920,7 +8054,11 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" +#~ msgid "Successfully updated product" +#~ msgstr "" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 @@ -7957,6 +8095,7 @@ msgstr "" msgid "Summary" msgstr "" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8099,7 +8238,7 @@ msgstr "" msgid "Template saved successfully" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "" @@ -8116,8 +8255,8 @@ msgstr "" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Спасибо за вашу поддержку, пока мы продолжаем расти и улучшать Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "" @@ -8190,10 +8329,16 @@ msgstr "" msgid "The locale of the customer" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" msgstr "" +#: src/components/routes/product-widget/SelectProducts/index.tsx:498 +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "" + #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 msgid "The organizer you're looking for could not be found. The page may have been moved, deleted, or the URL might be incorrect." @@ -8250,11 +8395,11 @@ msgstr "" msgid "Theme & Colors" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "" @@ -8330,11 +8475,11 @@ msgstr "" msgid "This color combination may be hard to read for some users" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Это мероприятие закончилось" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "" @@ -8410,7 +8555,11 @@ msgstr "" msgid "This order was cancelled. You can start a new order anytime." msgstr "" -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "" @@ -8580,7 +8729,7 @@ msgstr "" msgid "Tickets & Products" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "" @@ -8592,6 +8741,7 @@ msgstr "" msgid "Tickets Sold" msgstr "" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "" @@ -8813,7 +8963,7 @@ msgstr "" msgid "Unable to create product. Please check the your details" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "" @@ -8829,7 +8979,7 @@ msgstr "" msgid "Unable to fetch attendee" msgstr "" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Не удалось присоединиться к списку ожидания" @@ -8877,7 +9027,7 @@ msgstr "" msgid "Unlimited" msgstr "" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "" @@ -8909,6 +9059,7 @@ msgstr "" msgid "Upcoming Events" msgstr "" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "" @@ -8986,15 +9137,15 @@ msgstr "" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Используйте <0>шаблоны Liquid для персонализации ваших писем" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "" +#~ msgid "Use cover image" +#~ msgstr "" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9223,7 +9374,7 @@ msgstr "" msgid "View logs" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "" @@ -9231,7 +9382,7 @@ msgstr "" msgid "View Message" msgstr "" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "" @@ -9291,9 +9442,9 @@ msgid "VK" msgstr "" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "" @@ -9304,7 +9455,7 @@ msgstr "" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Список ожидания" @@ -9328,6 +9479,7 @@ msgstr "" msgid "We couldn't find any orders associated with this email address." msgstr "" +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "" @@ -9378,7 +9530,11 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "" #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "" + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 @@ -9451,14 +9607,18 @@ msgstr "" msgid "Welcome back" msgstr "" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "" @@ -9527,9 +9687,16 @@ msgstr "" msgid "When a product is updated" msgstr "" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Когда продукт распродан, клиенты могут присоединиться к списку ожидания, чтобы получить уведомление, когда появятся свободные места." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Когда продукт распродан, клиенты могут присоединиться к списку ожидания, чтобы получить уведомление, когда появятся свободные места." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9629,7 +9796,7 @@ msgstr "" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9674,14 +9841,19 @@ msgstr "" msgid "You already scanned this ticket" msgstr "" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "" +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Вы оформляете частичный возврат. Клиенту будет возвращено {0} {1}." @@ -9752,7 +9924,7 @@ msgstr "" msgid "You must acknowledge that this email is not promotional" msgstr "" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Вы должны согласиться на получение сообщений" @@ -9808,11 +9980,12 @@ msgstr "" msgid "You're all set! Your payments are being processed smoothly." msgstr "Все готово! Ваши платежи обрабатываются без проблем." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Вы в списке ожидания!" @@ -9860,6 +10033,7 @@ msgstr "" msgid "Your Email" msgstr "" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "" diff --git a/frontend/src/locales/se.js b/frontend/src/locales/se.js index c7c962fb4..096e3e6d1 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 än'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>incheckad lyckades\"],\"yxhYRZ\":[[\"0\"],\" <0>utcheckad lyckades\"],\"KMgp2+\":[[\"0\"],\" tillgängliga\"],\"Pmr5xp\":[[\"0\"],\" skapades framgångsrikt\"],\"FImCSc\":[[\"0\"],\" uppdaterades\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" incheckade\"],\"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\":\"⚡️ Konfigurera ditt evenemang\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Anpassa din evenemangssida\",\"3VPPdS\":\"💳 Anslut till Stripe\",\"cjdktw\":\"🚀 Publicera ditt evenemang\",\"rmelwV\":\"0 minuter och 0 sekunder\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"Huvudgatan 123\",\"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\":\"Använd kampanjkod\",\"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\":\"Är du säker på att du vill publicera detta evenemang? Detta kommer att göra evenemanget synligt för allmänheten\",\"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\":\"Deltagaranteckningar\",\"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\":\"Kalifornien\",\"iStTQt\":\"Kamerabehörighet nekades. <0>Begär behörighet igen, eller om detta inte fungerar behöver du <1>ge denna sida åtkomst till kameran i webbläsarens inställningar.\",\"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\":\"Kan inte checka 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\":\"Checka in\",\"p2WLr3\":[\"Checka in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Checka in och markera ordern som betald\",\"QYLpB4\":\"Endast checka in\",\"/Ta1d4\":\"Checka ut\",\"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\":\"Anslut ditt Stripe-konto för att börja ta emot betalningar.\",\"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\":\"Fortsätt konfigureringen\",\"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\":\"Anpassa din evenemangssida efter ditt varumärke och din stil.\",\"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 eller betala vad du vill-produkt\",\"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\":\"Blixt är inte tillgänglig på den här enheten\",\"UNMVei\":\"Glömt lösenord?\",\"2POOFK\":\"Gratis\",\"P/OAYJ\":\"Gratis produkt\",\"vAbVy9\":\"Gratis produkt, ingen betalningsinformation krävs\",\"nLC6tu\":\"Franska\",\"Weq9zb\":\"Allmänt\",\"DDcvSo\":\"Tyska\",\"4GLxhy\":\"Kom igång\",\"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\":\"Dölj kom igång-sidan\",\"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\":\"Dölj kom igång-sidan från sidofältet\",\"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\":\"Flera prisalternativ. Perfekt för till exempel early bird-produkter.\",\"/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\":\"Inga deltagare har lagts till i denna 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\":\"Ingen produkt är kopplad till denna deltagare.\",\"Ya1JhR\":\"Inga produkter tillgängliga i denna kategori.\",\"FTfObB\":\"Inga produkter ännu\",\"+Y976X\":\"Inga kampanjkoder att visa\",\"MAavyl\":\"Inga frågor har besvarats av denna deltagare.\",\"SnlQeq\":\"Inga frågor har ställts för denna 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\":\"När du är redo kan du publicera ditt evenemang och börja sälja produkter.\",\"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\":\"Orderanteckningar\",\"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\":\"Betald produkt\",\"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\":\"Pristyp\",\"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 sammanhang eller instruktioner för denna fråga. Använd detta fält för att lägga till villkor,\\nriktlinjer eller annan viktig information som deltagarna behöver känna till 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\":\"Sök på namn, ordernummer, deltagarnummer eller e-post...\",\"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\":\"Välj kamera\",\"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\":\"Ange ett minimipris och låt användare betala mer om de vill\",\"L0pJmz\":\"Ange startnummer för fakturanumrering. Detta kan inte ändras när fakturor väl har skapats.\",\"nYNT+5\":\"Konfigurera ditt evenemang\",\"A8iqfq\":\"Publicera ditt evenemang\",\"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\":\"Standardprodukt med ett fast pris\",\"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\":\"Produkten uppdaterades\",\"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\":\"Dessa uppgifter visas endast om ordern slutförs. Ordrar som väntar på betalning visar inte detta meddelande.\",\"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\":\"Det här är en vanlig produkt, som en t-shirt eller en mugg. Ingen biljett utfärdas\",\"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\":\"Den här produkten är en biljett. Köpare får en biljett vid köp\",\"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\":\"Produkt med nivåer\",\"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\":\"DRICKS\",\"MHrjPM\":\"Title\",\"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\":\"Visa\",\"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\":\"Synlighet\",\"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\":\"Du har redan skannat den här biljetten\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" är redan incheckad\"],\"S4PqS9\":[[\"0\"],\" aktiva webhooks\"],\"6MIiOI\":[[\"0\"],\" kvar\"],\"COnw8D\":[[\"0\"],\" logotyp\"],\"B7pZfX\":[[\"0\"],\" arrangörer\"],\"/HkCs4\":[[\"0\"],\" biljetter\"],\"TjbIUI\":[[\"availableCount\"],\" av \",[\"totalCount\"],\" tillgängliga\"],\"OJnhhX\":[[\"eventCount\"],\" evenemang\"],\"3IEF7U\":[[\"totalCount\"],\" biljettkategorier\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Lägg till biljetter\",\"M2DyLc\":\"1 aktiv webhook\",\"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\",\"cGtUz6\":\"1 vecka före evenemanget\",\"HR/cvw\":\"Exempelgatan 123\",\"kMU5aM\":\"Ett avbokningsmeddelande har skickats till\",\"V53XzQ\":\"En ny verifieringskod har skickats till din e-post\",\"/z/bH1\":\"En kort beskrivning av din arrangör som visas för dina användare.\",\"aS0jtz\":\"Övergiven\",\"uyJsf6\":\"Om\",\"WTk/ke\":\"Om Stripe Connect\",\"JvuLls\":\"Absorbera avgift\",\"lk74+I\":\"Absorbera Avgift\",\"1uJlG9\":\"Accentfärg\",\"K5+3xg\":\"Acceptera inbjudan\",\"VTfZPy\":\"Åtkomst nekad\",\"iN5Cz3\":\"Kontot är redan anslutet!\",\"YP4JuP\":\"Kontokonfiguration uppdaterades\",\"vOuxvL\":\"Kontoinformation\",\"EHNORh\":\"Konto hittades inte\",\"bPwFdf\":\"Konton\",\"nMtNd+\":\"Åtgärd krävs: Återanslut ditt Stripe-konto\",\"AhwTa1\":\"Åtgärd krävs: Momsinformation krävs\",\"APyAR/\":\"Aktiva evenemang\",\"UWWRyd\":\"Lägg till fråga\",\"a5KFZU\":\"Lägg till evenemangsdetaljer och hantera evenemangsinställningar.\",\"Fb+SDI\":\"Lägg till fler biljetter\",\"7JF9w9\":\"Lägg till fråga\",\"6PNlRV\":\"Lägg till detta evenemang i din kalender\",\"BGD9Yt\":\"Lägg till biljetter\",\"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.\",\"bVjDs9\":\"Ytterligare avgifter\",\"0Zypnp\":\"Adminpanel\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Partnerkoden kan inte ändras\",\"/jHBj5\":\"Partnern skapades\",\"uCFbG2\":\"Partern raderades\",\"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.\",\"7rLTkE\":\"Alla arkiverade evenemang\",\"gKq1fa\":\"Alla deltagare\",\"pMLul+\":\"Alla valutor\",\"qlaZuT\":\"Klart! Du använder nu vårt uppgraderade betalningssystem.\",\"ZS/D7f\":\"Alla avslutade evenemang\",\"QsYjci\":\"Alla evenemang\",\"31KB8w\":\"Alla misslyckade jobb borttagna\",\"D2g7C7\":\"Alla jobb köade för nytt försök\",\"Sxm1lO\":\"Alla statusar\",\"dr7CWq\":\"Alla kommande evenemang\",\"GpT6Uf\":\"Tillåt deltagare att uppdatera deras biljettinformation (namn, epost) via säker länk skickad med deras orderinformation.\",\"F3mW5G\":\"Tillåt kunder att gå med i en väntelista när denna produkt är slutsåld\",\"QUg5y1\":\"Nästan klart! Slutför anslutningen av ditt Stripe-konto för att börja ta emot betalningar.\",\"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\"],\"\"],\"/H326L\":\"Redan återbetald\",\"RtxQTF\":\"Avboka även denna order\",\"jkNgQR\":\"Återbetala även denna order\",\"xYqsHg\":\"Alltid tillgänglig\",\"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.\",\"eusccx\":\"Ett valfritt meddelande att visa på den markerade produkten, t.ex. \\\"Säljer snabbt 🔥\\\" eller \\\"Bästa värdet\\\"\",\"QNrkms\":\"Svaret uppdaterades\",\"Znwxal\":\"Konfiguration av avgifter\",\"261RBr\":\"Godkänn meddelande\",\"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.\",\"vPeW/6\":\"Är du säker på att du vill ta bort denna konfiguration? Detta kan påverka konton som använder den.\",\"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.\",\"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\"],\"?\"],\"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.\",\"QGoXh3\":\"Eftersom ditt företag är baserat i EU måste vi fastställa rätt momsbehandling för våra plattformsavgifter:\",\"tMeVa/\":\"Be om namn och e-post för varje biljett som köps\",\"/JdZIP\":\"Tilldelad konfiguration\",\"xdiER7\":\"Tilldelad nivå\",\"F2rX0R\":\"Minst en evenemangstyp måste väljas\",\"BCmibk\":\"Försök\",\"6PecK3\":\"Närvaro och incheckningsfrekvens för alla evenemang\",\"AJ4rvK\":\"Deltagare avbokad\",\"qvylEK\":\"Deltagare skapad\",\"Aspq3b\":\"Insamling av deltagaruppgifter\",\"fpb0rX\":\"Deltagaruppgifter kopierade från order\",\"0R3Y+9\":\"Deltagarens e-postadress\",\"94aQMU\":\"Deltagarinformation\",\"KkrBiR\":\"Insamling av deltagarinformation\",\"av+gjP\":\"Deltagarens namn\",\"cosfD8\":\"Deltagarstatus\",\"D2qlBU\":\"Deltagare uppdaterad\",\"22BOve\":\"Deltagare uppdaterades framgångsrikt\",\"x8Vnvf\":\"Deltagarens biljett ingår inte i denna lista\",\"k3Tngl\":\"Deltagare exporterade\",\"UoIRW8\":\"Deltagare registrerade\",\"5UbY+B\":\"Deltagare med en specifik biljett\",\"4HVzhV\":\"Deltagare:\",\"HVkhy2\":\"Attributionsanalys\",\"dMMjeD\":\"Attributionsuppdelning\",\"1oPDuj\":\"Attributionsvärde\",\"OpCtfq\":\"Automatiskt erbjudande är aktiverat. Biljetter erbjuds automatiskt när kapacitet blir tillgänglig. Använd detta för att manuellt erbjuda ytterligare platser.\",\"V7Tejz\":\"Automatisk hantering av väntelista\",\"PZ7FTW\":\"Identifieras automatiskt baserat på bakgrundsfärg, men kan åsidosättas\",\"8Etqrl\":\"Erbjud biljetter automatiskt till nästa person när kapacitet blir tillgänglig\",\"csDS2L\":\"Tillgängligt\",\"clF06r\":\"Tillgängligt för återbetalning\",\"NB5+UG\":\"Tillgängliga tokens\",\"EmYMHc\":\"Väntar på offlinebet.\",\"kNmmvE\":\"Awesome Events Ltd.\",\"TeSaQO\":\"Tillbaka till konton\",\"kYqM1A\":\"Tillbaka till evenemanget\",\"s5QRF3\":\"Tillbaka till meddelanden\",\"td/bh+\":\"Tillbaka till rapporter\",\"jIPNJG\":\"Grundläggande information\",\"WOpH7O\":\"Vacker kassaupplevelse på alla enheter\",\"iMdwTb\":\"Innan ditt evenemang kan publiceras finns det några saker du behöver göra. Slutför alla stegen nedan för att komma igång.\",\"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.\",\"9N+p+g\":\"Företag\",\"7ns+do\":\"Företagsadress\",\"LeC29u\":\"Företagsadress för momsändamål\",\"RReHTu\":\"Företagsnamn\",\"bv6RXK\":\"Knapptext\",\"ChDLlO\":\"Knapptext\",\"BUe8Wj\":\"Köparen betalar\",\"qF1qbA\":\"Köpare ser ett rent pris. Plattformavgiften dras från din utbetalning.\",\"DFqasq\":[\"Genom att fortsätta godkänner du <0>\",[\"0\"],\" användarvillkor\"],\"lFdbRS\":\"Kringgå applikationsavgifter\",\"2VLZwd\":\"Uppmaningsknapp\",\"PUpvQe\":\"Kameraskanner\",\"D02dD9\":\"Kampanj\",\"H4nE+E\":\"Avbryt alla produkter och släpp tillbaka dem till poolen\",\"tOXAdc\":\"Avbrytande kommer att avbryta alla deltagare som är kopplade till denna order och släppa tillbaka biljetterna till den tillgängliga poolen.\",\"IrUqjC\":\"Kan inte checka in (avbruten)\",\"01sEfm\":\"Det går inte att ta bort systemets standardkonfiguration\",\"VsM1HH\":\"Kapacitetstilldelningar\",\"K7tIrx\":\"Kategori\",\"2tbLdK\":\"Välgörenhet\",\"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.\",\"udRwQs\":\"Incheckning skapad\",\"F4SRy3\":\"Incheckning borttagen\",\"9gPPUY\":\"Incheckningslista skapad\",\"f2vU9t\":\"Incheckningslistor\",\"tMNBEF\":\"Incheckningslistor låter dig styra inpassering över dagar, områden eller biljettkategorier. Du kan dela en säker incheckningslänk med personal utan att konto krävs.\",\"SHJwyq\":\"Incheckningsgrad\",\"qCqdg6\":\"Incheckningsstatus\",\"cKj6OE\":\"Incheckningssammanfattning\",\"7B5M35\":\"Incheckningar\",\"DM4gBB\":\"Kinesiska (traditionell)\",\"pkk46Q\":\"Välj en organisatör\",\"Crr3pG\":\"Välj kalender\",\"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.\",\"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\",\"7D9MJz\":\"Slutför Stripe-konfiguration\",\"OqEV/G\":\"Slutför inställningarna nedan för att fortsätta\",\"nqx+6h\":\"Slutför dessa steg för att börja sälja biljetter till ditt evenemang.\",\"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\",\"B5fpAA\":\"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\",\"Nbd6WT\":\"Konfigurera väntelisteinställningar för detta evenemang\",\"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\",\"o5A0Go\":\"Grattis till att du har skapat ett evenemang.\",\"x3wVFc\":\"Grattis! Ditt evenemang är nu synligt för allmänheten.\",\"WNnP3w\":\"Anslut och uppgradera\",\"Xe2tSS\":\"Connect-dokumentation\",\"1Xxb9f\":\"Anslut betalningshantering\",\"nQI4H5\":\"Anslut Stripe för att aktivera redigering av e-postmallar\",\"LmvZ+E\":\"Anslut Stripe för att aktivera meddelanden\",\"EWnXR+\":\"Anslut till Stripe\",\"VioGG1\":\"Anslut ditt Stripe-konto för att ta emot betalningar för biljetter och produkter.\",\"4qmnU8\":\"Anslut ditt Stripe-konto för att ta emot betalningar.\",\"E1eze1\":\"Anslut ditt Stripe-konto för att börja ta emot betalningar för dina evenemang.\",\"ulV1ju\":\"Anslut ditt Stripe-konto för att börja ta emot betalningar.\",\"/3017M\":\"Ansluten till Stripe\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakta \",[\"0\"]],\"41BQ3k\":\"Kontakt-e-post\",\"KcXRN+\":\"Kontakt-e-post för support\",\"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\",\"p2FRHj\":\"Kontrollera hur plattformsavgifter hanteras för detta evenemang\",\"1JnTgU\":\"Kopierad från ovan\",\"FxVG/l\":\"Kopierad till urklipp\",\"PiH3UR\":\"Kopierad!\",\"uUPbPg\":\"Kopiera partnerlänk\",\"iVm46+\":\"Kopiera kod\",\"+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\",\"P0rbCt\":\"Omslagsbild\",\"60u+dQ\":\"Omslagsbilden visas högst upp på din evenemangssida\",\"2NLjA6\":\"Omslagsbilden visas högst upp på din organisatörssida\",\"zg4oSu\":[\"Skapa mall för \",[\"0\"]],\"RKKhnW\":\"Skapa en anpassad widget för att sälja biljetter på din webbplats.\",\"yIRev4\":\"Skapa ett lösenord\",\"xfKgwv\":\"Skapa partner\",\"tudG8q\":\"Skapa och konfigurera biljetter och produkter till försäljning.\",\"YAl9Hg\":\"Skapa konfiguration\",\"BTne9e\":\"Skapa anpassade e-postmallar för detta evenemang som åsidosätter organisatörens standardinställningar\",\"YIDzi/\":\"Skapa anpassad mall\",\"Nc3l/D\":\"Skapa rabatter, åtkomstkoder för dolda biljetter och specialerbjudanden.\",\"eWEV9G\":\"Skapa nytt lösenord\",\"8AiKIu\":\"Skapa biljett eller produkt\",\"agZ87r\":\"Skapa biljetter för ditt evenemang, sätt priser och hantera tillgängligt antal.\",\"/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\",\"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\",\"BMtue0\":\"Nuvarande betalningsleverantör\",\"T+1APV\":\"Nuvarande momsnummer är validerat\",\"v2GlhZ\":\"Validering av nuvarande momsnummer misslyckades\",\"iTvh6I\":\"För närvarande tillgänglig för köp\",\"g7HIC0\":\"Anpassat varumärke\",\"Guo0lU\":\"Anpassat datum och tid\",\"mimF6c\":\"Anpassat meddelande efter kassan\",\"O6mra8\":\"Anpassade frågor\",\"axv/Mi\":\"Anpassad mall\",\"QMHSMS\":\"Kunden kommer att få ett e-postmeddelande som bekräftar återbetalningen\",\"L/Qc+w\":\"Kundens e-postadress\",\"wpfWhJ\":\"Kundens förnamn\",\"GIoqtA\":\"Kundens efternamn\",\"NihQNk\":\"Kunder\",\"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\",\"pxNIxa\":\"Anpassa din e-postmall med Liquid-mallar\",\"3trPKm\":\"Anpassa utseendet på din organisatörssida\",\"/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\",\"pvnfJD\":\"Mörk\",\"nE5o/t\":\"Dataägandeskap\",\"lnYE59\":\"Datum för evenemanget\",\"gnBreG\":\"Datum då ordern lades\",\"ovBPCi\":\"Standard\",\"JtI4vj\":\"Standardinsamling av deltagarinformation\",\"3R/Tu2\":\"Standard avgiftshantering\",\"1bZAZA\":\"Standardmall kommer att användas\",\"vu7gDm\":\"Ta bort partner\",\"KZN4Lc\":\"Ta bort alla\",\"+jw/c1\":\"Ta bort bild\",\"hdyeZ0\":\"Ta bort jobb\",\"dPyJ15\":\"Ta bort mall\",\"mxsm1o\":\"Ta bort denna fråga? Detta kan inte ångras.\",\"snMaH4\":\"Ta bort webhook\",\"vYgeDk\":\"Avmarkera alla\",\"NvuEhl\":\"Designelement\",\"H8kMHT\":\"Fick du inte koden?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Stäng detta meddelande\",\"BREO0S\":\"Visa en kryssruta som låter kunder välja att ta emot marknadsföringskommunikation från denna organisatör.\",\"TvY/XA\":\"Dokumentation\",\"Kdpf90\":\"Glöm inte!\",\"352VU2\":\"Har du inget konto? <0>Registrera dig\",\"AXXqG+\":\"Donation\",\"DPfwMq\":\"Klar\",\"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 hög risk för skräppost måste du ansluta ett Stripe-konto innan du kan skicka meddelanden till deltagare.\\nDetta säkerställer att alla evenemangsorganisatörer är verifierade och ansvariga.\",\"euc6Ns\":\"Duplicera\",\"KRmTkx\":\"Duplicera produkt\",\"KIjvtr\":\"Nederländska\",\"22xieU\":\"t.ex. 180 (3 timmar)\",\"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.\",\"LTzmgK\":[\"Redigera \",[\"0\"],\"-mall\"],\"v4+lcZ\":\"Redigera partner\",\"2iZEz7\":\"Redigera svar\",\"tPtRwl\":\"Redigera applikationsavgifter\",\"t2bbp8\":\"Redigera deltagare\",\"etaWtB\":\"Redigera deltagardetaljer\",\"+guao5\":\"Redigera konfiguration\",\"vRWOrM\":\"Redigera orderdetaljer\",\"3yNuBV\":\"Redigera momsinställningar\",\"fW5sSv\":\"Redigera webhook\",\"nP7CdQ\":\"Redigera webhook\",\"uBAxNB\":\"Redigerare\",\"aqxYLv\":\"Utbildning\",\"iiWXDL\":\"Behörighetsfel\",\"zPiC+q\":\"Giltiga incheckningslistor\",\"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\",\"L86zy2\":\"E-post verifierad\",\"FSN4TS\":\"Bädda in widget\",\"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\",\"48Y16Q\":\"Sluttid (valfritt)\",\"7YZofi\":\"Ange ämne och innehåll för att se förhandsgranskningen\",\"3bR1r4\":\"Ange partnerns e-post (valfritt)\",\"ARkzso\":\"Ange partnernamn\",\"y1BZw1\":\"Ange företagsadress\",\"3GfR6a\":\"Ange företagsnamn\",\"6KnyG0\":\"Ange e-postadress\",\"INDKM9\":\"Ange e-postämne...\",\"xUgUTh\":\"Ange förnamn\",\"9/1YKL\":\"Ange efternamn\",\"VpwcSk\":\"Ange nytt lösenord\",\"1tAGuY\":\"Ange momsnummer inklusive landskod\",\"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)\",\"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\",\"AKbElk\":\"EU-momsregistrerade företag: Omvänd skattskyldighet gäller (0 % – artikel 196 i momsdirektiv 2006/112/EG)\",\"WgD6rb\":\"Evenemangskategori\",\"b46pt5\":\"Omslagsbild för evenemang\",\"1Hzev4\":\"Anpassad evenemangsmall\",\"imgKgl\":\"Evenemangsbeskrivning\",\"kJDmsI\":\"Evenemangsdetaljer\",\"m/N7Zq\":\"Evenemangets fullständiga adress\",\"Nl1ZtM\":\"Evenemangsplats\",\"t3AMTs\":\"Evenemangshanteringsplattform\",\"PYs3rP\":\"Evenemangsnamn\",\"HhwcTQ\":\"Evenemangsnamn\",\"WZZzB6\":\"Evenemangsnamn krävs\",\"Wd5CDM\":\"Evenemangsnamnet måste vara kortare än 150 tecken\",\"4JzCvP\":\"Evenemanget är inte tillgängligt\",\"Gh9Oqb\":\"Evenemangsarrangörens namn\",\"mImacG\":\"Evenemangssida\",\"JyD0LH\":\"Evenemangsinställningar\",\"cOePZk\":\"Evenemangstid\",\"e8WNln\":\"Evenemangets tidszon\",\"GeqWgj\":\"Evenemangets tidszon\",\"XVLu2v\":\"Evenemangstitel\",\"OfmsI9\":\"Evenemang för nytt\",\"YDVUVl\":\"Evenemangstyper\",\"4K2OjV\":\"Evenemangslokal\",\"19j6uh\":\"Evenemangens resultat\",\"PC3/fk\":\"Evenemang som startar inom 24 timmar\",\"fTFfOK\":\"Varje e-postmall måste innehålla en uppmaningsknapp som länkar till rätt sida\",\"BVinvJ\":\"Exempel: \\\"Hur hörde du talas om oss?\\\", \\\"Företagsnamn för faktura\\\"\",\"2hGPQG\":\"Exempel: \\\"T-shirtstorlek\\\", \\\"Matpreferens\\\", \\\"Jobbtitel\\\"\",\"qNuTh3\":\"Undantag\",\"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\",\"SIHgVQ\":\"Det gick inte att avbryta meddelandet\",\"cEFg3R\":\"Misslyckades med att skapa partner\",\"dVgNF1\":\"Misslyckades med att skapa konfiguration\",\"U66oUa\":\"Misslyckades med att skapa mall\",\"aFk48v\":\"Misslyckades med att ta bort konfiguration\",\"Zw6LWb\":\"Misslyckades med att ta bort jobb\",\"tq0abZ\":\"Misslyckades med att ta bort jobb\",\"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\",\"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\",\"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.\",\"o/blc/\":\"Misslyckades med att uppdatera kontokonfiguration\",\"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\",\"EhlbcI\":\"Misslyckades med att uppdatera meddelandenivå\",\"rpGMzC\":\"Misslyckades med att uppdatera order\",\"Eeo/Gy\":\"Misslyckades med att uppdatera inställning\",\"kqA9lY\":\"Misslyckades med att uppdatera momsinställningar\",\"7/9RFs\":\"Misslyckades med att ladda upp bild.\",\"nkNfWu\":\"Misslyckades med att ladda upp bild. Försök igen.\",\"rxy0tG\":\"Misslyckades med att verifiera e-post\",\"9bHCo2\":\"Avgiftsvaluta\",\"/sV91a\":\"Hantering av avgifter\",\"T4BMxU\":\"Avgifter kan ändras. Du kommer att meddelas vid ändringar i din avgiftsstruktur.\",\"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\",\"8OvVZZ\":\"Filtrera deltagare\",\"mvrlBO\":\"Filtrera efter evenemang\",\"8BwQeU\":\"Slutför konfiguration\",\"hg80P7\":\"Slutför Stripe-konfiguration\",\"1vBhpG\":\"Första deltagare\",\"4pwejF\":\"Förnamn är obligatoriskt\",\"6bBh3/\":\"Fast avgift\",\"5mpF6N\":[\"Fast avgiftsbelopp i \",[\"currencyCode\"]],\"zWqUyJ\":\"Fast avgift per transaktion\",\"LWL3Bs\":\"Fast avgift måste vara 0 eller högre\",\"YXhom6\":\"Fast avgift:\",\"KgxI80\":\"Flexibel biljettförsäljning\",\"lWxAUo\":\"Mat och dryck\",\"nFm+5u\":\"Sidfotstext\",\"MY2SVM\":\"Full återbetalning\",\"T02gNN\":\"Allmän entré\",\"3ep0Gx\":\"Allmän information om din arrangör\",\"ziAjHi\":\"Generera\",\"exy8uo\":\"Generera kod\",\"4CETZY\":\"Få vägbeskrivning\",\"+4zM7f\":\"Få betalt direkt med Stipe Connect\",\"ZDIydz\":\"Sätt igång\",\"u6FPxT\":\"Köp biljetter\",\"8KDgYV\":\"Gör ditt evenemang redo\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Gå till evenemangssidan\",\"gHSuV/\":\"Gå till startsidan\",\"6nDzTl\":\"God läsbarhet\",\"aGWZUr\":\"Bruttointäkter\",\"n8IUs7\":\"Bruttointäkter\",\"LIYoRQ\":\"Gästhantering\",\"kTSQej\":[\"Hej \",[\"0\"],\", hantera din plattform härifrån.\"],\"dORAcs\":\"Här är alla biljetter som är kopplade till din e-postadress.\",\"g+2103\":\"Här är din partnerlänk\",\"QlwJ9d\":\"Detta kan du förvänta dig:\",\"/iE8xx\":\"Hi.Events-avgift\",\"zppscQ\":\"Hi.Events plattformsavgifter och momsfördelning per transaktion\",\"D+zLDD\":\"Dold\",\"DRErHC\":\"Dold för deltagare – endast synlig för arrangörer\",\"P+5Pbo\":\"Dölj svar\",\"FmogyU\":\"Dölj alternativ\",\"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.\",\"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.\",\"AVpmAa\":\"Hur man betalar offline\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Ungerska\",\"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\",\"PYVWEI\":\"Om registrerad, ange ditt momsregistreringsnummer för validering\",\"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.\",\"M8M6fs\":\"Viktigt: återanslutning till Stripe krävs\",\"jT142F\":[\"Om \",[\"diffHours\"],\" timmar\"],\"OoSyqO\":[\"Om \",[\"diffMinutes\"],\" minuter\"],\"cljs3a\":\"Ange om du är momsregistrerad i EU\",\"F1Xp97\":\"Enskilda deltagare\",\"85e6zs\":\"Infoga Liquid-token\",\"38KFY0\":\"Infoga variabel\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Omedelbara utbetalningar\",\"nbfdhU\":\"Integrationer\",\"JHB/Ky\":\"Ogiltig\",\"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\",\"Mokwac\":\"Bjud in obegränsat antal teammedlemmar med anpassade roller\",\"aH6ZIb\":\"Bjud in ditt team\",\"IuMGvq\":\"Faktura\",\"y0meFR\":\"Irländsk moms på 23 % tillämpas på plattformsavgifter (inhemsk leverans).\",\"1ZKm04\":\"Är detta konto momsregistrerat i EU?\",\"Lj7sBL\":\"Italienska\",\"F5/CBH\":\"artikel(er)\",\"BzfzPK\":\"Artiklar\",\"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\",\"lZwV6X\":[\"Gå med i väntelistan för \",[\"0\"]],\"2gMuHR\":\"Ansluten\",\"hTJ4fB\":\"Klicka bara på knappen nedan för att återansluta ditt Stripe-konto.\",\"MxjCqk\":\"Letar du bara efter dina biljetter?\",\"lB2hSG\":[\"Håll mig uppdaterad om nyheter och evenemang från \",[\"0\"]],\"DruLRc\":\"Senaste 14 dagarna\",\"ve9JTU\":\"Efternamn är obligatoriskt\",\"h0Q9Iw\":\"Senaste svar\",\"gw3Ur5\":\"Senast utlöst\",\"QIn0Vl\":\"Juridiskt företagsnamn för momsändamål\",\"1njn7W\":\"Ljus\",\"1qY5Ue\":\"Länken har gått ut eller är ogiltig\",\"psosdY\":\"Länk till orderdetaljer\",\"6JzK4N\":\"Länk till biljett\",\"shkJ3U\":\"Koppla ditt Stripe-konto för att ta emot medel från biljettförsäljning.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Länkar tillåtna\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Liveevenemang\",\"WdmJIX\":\"Laddar förhandsvisning...\",\"IoDI2o\":\"Laddar tokens...\",\"NFxlHW\":\"Laddar webhooks\",\"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\",\"4wUIjX\":\"Gör ditt evenemang live\",\"2FzaR1\":\"Hantera betalningshantering och visa plattformsavgifter\",\"2L3vle\":\"Max meddelanden / 24h\",\"Qp4HWD\":\"Max mottagare / meddelande\",\"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\",\"H9HlDe\":\"minuter\",\"gqnyh0\":\"Mobiloptimerad\",\"olKKwj\":\"Mobil skanner med offline-stöd och spårning i realtid\",\"JbIgPz\":\"Monetära värden är ungefärliga totaler över alla valutor\",\"qvF+MT\":\"Övervaka och hantera misslyckade bakgrundsjobb\",\"w36OkR\":\"Mest visade evenemang (Senaste 14 dagarna)\",\"GfaxEk\":\"Musik\",\"oVGCGh\":\"Mina biljetter\",\"8/brI5\":\"Namn krävs\",\"sFFArG\":\"Namnet måste vara kortare än 255 tecken\",\"sCV5Yc\":\"Evenemangets namn\",\"xxU3NX\":\"Nettointäkter\",\"ArHT/C\":\"Nya registreringar\",\"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\",\"Dwf4dR\":\"Inga deltagarfrågor ännu\",\"/UC6qk\":\"Ingen attributionsdata hittades\",\"amMkpL\":\"Ingen kapacitet\",\"99ntUF\":\"Inga incheckningslistor tillgängliga för detta evenemang.\",\"+dAKxg\":\"Inga konfigurationer hittades\",\"eb47T5\":\"Ingen data hittades för de valda filtren. Prova att justera datumintervall eller valuta.\",\"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\",\"54GxeB\":\"Ingen påverkan på dina nuvarande eller tidigare transaktioner\",\"EpvBAp\":\"Ingen faktura\",\"XZkeaI\":\"Inga loggar hittades\",\"nrSs2u\":\"Inga meddelanden hittades\",\"OVFwlg\":\"Inga orderfrågor ännu\",\"EJ7bVz\":\"Inga ordrar hittades\",\"NEmyqy\":\"Inga ordrar ännu\",\"wUv5xQ\":\"Ingen arrangörsaktivitet de senaste 14 dagarna\",\"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\",\"kY7XDn\":\"Inga produkter har väntelisteposter\",\"wYiAtV\":\"Inga nya kontoregistreringar\",\"UW90md\":\"Inga mottagare hittades\",\"QoAi8D\":\"Inget svar\",\"EK/G11\":\"Inga svar ännu\",\"3sRuiW\":\"Inga biljetter hittades\",\"yM5c0q\":\"Inga kommande evenemang\",\"qpC74J\":\"Inga användare hittades\",\"41dJPO\":\"Inga momsinställningar är konfigurerade\",\"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\",\"HVwIsd\":\"Icke momsregistrerade företag eller privatpersoner: irländsk moms på 23 % tillämpas\",\"x5+Lcz\":\"Inte incheckad\",\"8n10sz\":\"Inte behörig\",\"BwJKBw\":\"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.\"],\"lQgMLn\":\"Kontors- eller lokalnamn\",\"6Aih4U\":\"Offline\",\"Z6gBGW\":\"Offlinebetalning\",\"nO3VbP\":[\"Till salu \",[\"0\"]],\"2r6bAy\":\"När du har slutfört uppgraderingen kommer ditt gamla konto endast att användas för återbetalningar.\",\"oXOSPE\":\"Online\",\"WjSpu5\":\"Onlineevenemang\",\"bU7oUm\":\"Skicka endast till ordrar med dessa statusar\",\"M2w1ni\":\"Endast synlig med kampanjkod\",\"N141o/\":\"Öppna Stripe-instrumentpanelen\",\"HXMJxH\":\"Valfri text för friskrivningar, kontaktuppgifter eller tackmeddelanden, endast en rad\",\"L565X2\":\"alternativ\",\"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\",\"0UZTSq\":\"Ordervaluta\",\"HdmwrI\":\"Orderns e-postadress\",\"bwBlJv\":\"Orderns förnamn\",\"vrSW9M\":\"Ordern har avbrutits och återbetalats. Orderägaren har informerats.\",\"rzw+wS\":\"Beställningsinnehavare\",\"oI/hGR\":\"Order-ID\",\"Pc729f\":\"Ordern väntar på offlinebetalning\",\"F4NXOl\":\"Orderns efternamn\",\"RQCXz6\":\"Ordergränser\",\"SO9AEF\":\"Ordergräns satt\",\"5RDEEn\":\"Orderns språkregion\",\"vu6Arl\":\"Order markerad som betald\",\"sLbJQz\":\"Order hittades inte\",\"kvYpYu\":\"Order hittades inte\",\"i8VBuv\":\"Ordernummer\",\"FaPYw+\":\"Orderägare\",\"eB5vce\":\"Orderägare med en specifik produkt\",\"CxLoxM\":\"Orderägare med produkter\",\"DoH3fD\":\"Orderbetalning väntar\",\"UkHo4c\":\"Beställningsreferens\",\"EZy55F\":\"Order återbetalad\",\"6eSHqs\":\"Orderstatusar\",\"oW5877\":\"Ordersumma\",\"e7eZuA\":\"Order uppdaterad\",\"1SQRYo\":\"Order uppdaterades\",\"KndP6g\":\"Order-URL\",\"3NT0Ck\":\"Ordern avbröts\",\"sd5IMt\":\"Slutförda beställningar\",\"5It1cQ\":\"Ordrar exporterade\",\"UQ0ACV\":\"Totalt antal beställningar\",\"B/EBQv\":\"Ordrar:\",\"qtGTNu\":\"Naturliga konton\",\"ucgZ0o\":\"Organisation\",\"S3CZ5M\":\"Arrangörens instrumentpanel\",\"Uu0hZq\":\"Arrangörens e-post\",\"Gy7BA3\":\"Arrangörens e-postadress\",\"SQqJd8\":\"Arrangör hittades inte\",\"wpj63n\":\"Arrangörsinställningar\",\"coIKFu\":\"Arrangörsstatistik är inte tillgänglig för vald valuta eller ett fel inträffade.\",\"o1my93\":\"Uppdatering av arrangörsstatus misslyckades. Försök igen senare\",\"rLHma1\":\"Arrangörsstatus uppdaterad\",\"LqBITi\":\"Arrangörens eller standardmall kommer att användas\",\"/IX/7x\":\"Övrigt\",\"RsiDDQ\":\"Andra listor (biljett ingår inte)\",\"qMASRF\":\"Utgående meddelanden\",\"6/dCYd\":\"Översikt\",\"6WdDG7\":\"Sida\",\"8uqsE5\":\"Sidan är inte längre tillgänglig\",\"QkLf4H\":\"Sidans URL\",\"sF+Xp9\":\"Sidvisningar\",\"c+suC6\":\"Betalda konton\",\"QIxRUI\":\"Betalda, gratis, nivåbaserade och donationsbaserade biljetter\",\"5F7SYw\":\"Delvis återbetalning\",\"fFYotW\":[\"Delvis återbetald: \",[\"0\"]],\"i8day5\":\"För över avgiften till köparen\",\"k4FLBQ\":\"För över till köparen\",\"Ff0Dor\":\"Tidigare\",\"xTPjSy\":\"Tidigare evenemang\",\"/l/ckQ\":\"Klistra in URL\",\"URAE3q\":\"Pausad\",\"4fL/V7\":\"Betala\",\"OZK07J\":\"Betala för att låsa upp\",\"c2/9VE\":\"Payload\",\"TskrJ8\":\"Betalning och abonnemang\",\"5cxUwd\":\"Betalningsdatum\",\"ENEPLY\":\"Betalningsmetod\",\"EyE8E6\":\"Betalningshantering\",\"8Lx2X7\":\"Betalning mottagen\",\"vcyz2L\":\"Betalningsinställningar\",\"fx8BTd\":\"Betalningar är inte tillgängliga\",\"51U9mG\":\"Betalningar kommer att fortsätta utan avbrott\",\"UkM20g\":\"Väntar på granskning\",\"dPYu1F\":\"Per deltagare\",\"VlXNyK\":\"Per order\",\"hauDFf\":\"Per biljett\",\"mnF83a\":\"Procentuell avgift\",\"2ueYqG\":\"Procentuell avgift (0–100 %)\",\"K2PPlT\":\"Den procentuella avgiften måste vara mellan 0 och 100\",\"MixU2P\":\"Procenttalet måste vara mellan 0 och 100\",\"MkuVAZ\":\"Procent av transaktionsbeloppet\",\"/Bh+7r\":\"Prestanda\",\"6kPk3+\":\"Personlig information\",\"zmwvG2\":\"Telefon\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Meddelande efter checkout\",\"OESu7I\":\"Förhindra översäljning genom att dela lager mellan flera biljett­typer.\",\"NgVUL2\":\"Förhandsgranska kassaflödet\",\"cs5muu\":\"Förhandsgranska evenemangssidan\",\"+4yRWM\":\"Biljettens pris\",\"a5jvSX\":\"Prisnivåer\",\"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\",\"ldVIlB\":\"Produkt uppdaterad\",\"JoKGiJ\":\"Kampanjkod\",\"k3wH7i\":\"Användning av kampanjkoder och rabattfördelning\",\"uEhdRh\":\"Endast kampanj\",\"dLm8V5\":\"Marknadsföringsmejl kan leda till att kontot stängs av\",\"EEYbdt\":\"Publicera\",\"evDBV8\":\"Publicera evenemang\",\"dsFmM+\":\"Köpt\",\"Vw0KCJ\":\"QR-kodsincheckning\",\"oWXNE5\":\"Ant.\",\"k/bJj0\":\"Frågorna ordnades om\",\"b24kPi\":\"Kö\",\"fqDzSu\":\"Sats\",\"mnUGVC\":\"Hastighetsgränsen har överskridits. Försök igen senare.\",\"t41hVI\":\"Erbjud plats igen\",\"spsZys\":\"Redo att uppgradera? Det tar bara några minuter.\",\"vt9xUl\":\"Analys i realtid\",\"xzRvs4\":[\"Ta emot produktuppdateringar från \",[\"0\"],\".\"],\"pLXbi8\":\"Senaste kontoregistreringar\",\"Fi3b48\":\"Senaste ordrar\",\"7hPBBn\":\"mottagare\",\"jp5bq8\":\"mottagare\",\"yPrbsy\":\"Mottagare\",\"E1F5Ji\":\"Mottagare är tillgängliga efter att meddelandet har skickats\",\"Edm6av\":\"Återanslut Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Omdirigerar till Stripe...\",\"pnoTN5\":\"Hänvisade konton\",\"ACKu03\":\"Uppdatera förhandsgranskning\",\"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\",\"CQeZT8\":\"Rapporten hittades inte\",\"JEPMXN\":\"Begär en ny länk\",\"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\",\"kCn6wb\":\"Återställer...\",\"6gRgw8\":\"Försök igen\",\"1BG8ga\":\"Försök alla igen\",\"rDC+T6\":\"Försök jobb igen\",\"CbnrWb\":\"Tillbaka till evenemanget\",\"Oo/PLb\":\"Sammanfattning av intäkter\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Försäljningen avslutades \",[\"0\"]],\"loCKGB\":[\"Försäljningen avslutas \",[\"0\"]],\"wlfBad\":\"Försäljningsperiod\",\"5CDM6r\":\"Försäljningsperiod angiven\",\"ftzaMf\":\"Försäljningsperiod, ordergränser, synlighet\",\"zpekWp\":[\"Försäljningen startar \",[\"0\"]],\"mUv9U4\":\"Försäljning\",\"9KnRdL\":\"Försäljningen är pausad\",\"3VnlS9\":\"Försäljning, ordrar och prestandamått för alla evenemang\",\"3Q1AWe\":\"Försäljning:\",\"B4nE3N\":\"Exempel på biljettpris\",\"8BRPoH\":\"Exempelplats\",\"DyBPvP\":\"Spara konfiguration\",\"KZrfYJ\":\"Spara sociala länkar\",\"9Y3hAT\":\"Spara mall\",\"C8ne4X\":\"Spara biljettlayout\",\"6/TNCd\":\"Spara momsinställningar\",\"I+FvbD\":\"Skanna\",\"QS1Nla\":\"Schemalägg för senare\",\"NAzVVw\":\"Schemalägg meddelande\",\"4ba0NE\":\"Schemalagd\",\"qcP/8K\":\"Schemalagd tid\",\"ftNXma\":\"Sök affiliates...\",\"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...\",\"VT+urE\":\"Sök efter namn eller e-post...\",\"GHdjuo\":\"Sök på namn, e-post eller konto...\",\"20ce0U\":\"Sök på order-ID, kundnamn eller e-post...\",\"4DSz7Z\":\"Sök efter ämne, evenemang eller konto...\",\"BWF1kC\":\"Sök meddelanden...\",\"Mck5ht\":\"Säker kassa\",\"p7xUrt\":\"Välj en kategori\",\"3IcxS1\":\"Välj en konfiguration\",\"e4L7bF\":\"Välj ett meddelande för att visa dess innehåll\",\"zPRPMf\":\"Välj en nivå\",\"BFRSTT\":\"Välj konto\",\"mCB6Je\":\"Välj alla\",\"a6+167\":\"Välj ett evenemang\",\"kYZSFD\":\"Välj en arrangör för att visa dess översikt och evenemang.\",\"CFbaPk\":\"Välj deltagargrupp\",\"hJmVtD\":\"Välj land\",\"tVW/yo\":\"Välj valuta\",\"n9ZhRa\":\"Välj slutdatum och tid\",\"gTN6Ws\":\"Välj sluttid\",\"0U6E9W\":\"Välj evenemangskategori\",\"j9cPeF\":\"Välj evenemangstyper\",\"1nhy8G\":\"Välj skannertyp\",\"KizCK7\":\"Välj startdatum och tid\",\"dJZTv2\":\"Välj starttid\",\"3hJUtr\":\"Välj landet där moms är registrerad\",\"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\",\"5Ds0vl\":\"Välj vilken avgiftskonfiguration som gäller för detta konto. Fasta avgifter konverteras till ordervalutan vid kassan.\",\"ylXj1N\":\"Vald\",\"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\",\"QEQlnV\":\"Skicka ditt första meddelande\",\"IoAuJG\":\"Skickar...\",\"h69WC6\":\"Skickat\",\"BVu2Hz\":\"Skickat av\",\"SPdzrs\":\"Skickas till kunder när de lägger en order\",\"LxSN5F\":\"Skickas till varje deltagare med deras biljettuppgifter\",\"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.\",\"s0FkEx\":\"Skapa incheckningslistor för olika entréer, pass eller dagar.\",\"xMO+Ao\":\"Konfigurera din organisation\",\"C3htzi\":\"Inställningen uppdaterades\",\"Ohn74G\":\"Konfiguration och design\",\"GG7qDw\":\"Dela affiliate-länk\",\"hL7sDJ\":\"Dela arrangörssida\",\"jy6QDF\":\"Delad kapacitetshantering\",\"cMW+gm\":[\"Visa alla plattformar (\",[\"0\"],\" till med värden)\"],\"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\",\"t1LIQW\":[\"Visar \",[\"0\"],\" av \",[\"totalRows\"],\" poster\"],\"jVRHeq\":\"Registrerad\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Socialt\",\"d0rUsW\":\"Sociala länkar\",\"j/TOB3\":\"Sociala länkar och webbplats\",\"s9KGXU\":\"Sålda\",\"5qOnWX\":\"Slutsåld-väntelista\",\"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.\",\"H6Gslz\":\"Beklagar besväret.\",\"wdxz7K\":\"Källa\",\"7JFNej\":\"Sport\",\"JcQp9p\":\"Startdatum och tid\",\"0m/ekX\":\"Startdatum och tid\",\"izRfYP\":\"Startdatum är obligatoriskt\",\"2R1+Rv\":\"Evenemangets starttid\",\"2NbyY/\":\"Statistik\",\"GVUxAX\":\"Statistiken baseras på kontots skapandedatum\",\"DRykfS\":\"Hanterar fortfarande återbetalningar för dina äldre transaktioner.\",\"wuV0bK\":\"Sluta impersonera\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe anslutet\",\"aKtF0O\":\"Stripe ej ansluten\",\"9i0++A\":\"Stripe betalnings-ID\",\"/QlTE4\":\"Stripe-konfigurationen är redan klar.\",\"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\",\"0Dk/l8\":\"SEO-inställningarna uppdaterades\",\"S8Tua9\":\"Inställningar uppdaterade\",\"MhOoLQ\":\"Sociala länkar uppdaterades\",\"kj7zYe\":\"Webhooken uppdaterades\",\"dXoieq\":\"Sammanfattning\",\"/RfJXt\":[\"Sommarens musikfestival \",[\"0\"]],\"CWOPIK\":\"Sommarens musikfestival 2025\",\"UaISq3\":\"Svenska\",\"JZTQI0\":\"Byt arrangör\",\"9YHrNC\":\"Systemstandard\",\"XX32BM\":\"Tar bara några minuter\",\"yT6dQ8\":\"Insamlad moms grupperad efter momstyp och evenemang\",\"Ye321X\":\"Momsnamn\",\"WyCBRt\":\"Momssammanfattning\",\"GkH0Pq\":\"Moms och avgifter tillämpade\",\"Rwiyt2\":\"Moms konfigurerad\",\"iQZff7\":\"Moms, avgifter, synlighet, försäljningsperiod, produktmarkering och ordergränser\",\"BW6QAz\":\"Teamhantering\",\"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.\",\"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!\",\"lhAWqI\":\"Tack för ditt stöd när vi fortsätter att växa och förbättra Hi.Events!\",\"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.\",\"MJm4Tq\":\"Orderns valuta\",\"cDHM1d\":\"E-postadressen har ändrats. Deltagaren kommer att få en ny biljett till den uppdaterade e-postadressen.\",\"I/NNtI\":\"Evenemangets plats\",\"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.\",\"EBzPwC\":\"Evenemangets fullständiga adress\",\"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.\",\"5OmEal\":\"Kundens språk och region\",\"sYLeDq\":\"Arrangören du letar efter kunde inte hittas. Sidan kan ha flyttats, tagits bort eller så kan webbadressen vara felaktig.\",\"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\",\"z0KrIG\":\"Den schemalagda tiden är obligatorisk\",\"EWErQh\":\"Den schemalagda tiden måste vara i framtiden\",\"DEcpfp\":\"Mallens brödtext innehåller ogiltig Liquid-syntax. Rätta den och försök igen.\",\"injXD7\":\"Momsnumret kunde inte valideras. Kontrollera numret och försök igen.\",\"A4UmDy\":\"Teater\",\"tDwYhx\":\"Tema och färger\",\"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.\",\"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\",\"RzEvf5\":\"Det här evenemanget har avslutats\",\"YClrdK\":\"Det här evenemanget är inte publicerat ännu\",\"dFJnia\":\"Det här är namnet på din arrangör som kommer att visas för dina användare.\",\"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\",\"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\",\"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.\",\"0Ew0uk\":\"Den här biljetten skannades nyss. Vänta innan du skannar igen.\",\"kvpxIU\":\"Detta används för notiser och kommunikation med dina användare.\",\"rhsath\":\"Detta syns inte för kunder, men hjälper dig att identifiera affiliaten.\",\"Mr5UUd\":\"Biljett avbruten\",\"0GSPnc\":\"Biljettdesign\",\"EZC/Cu\":\"Biljettdesignen sparades\",\"bbslmb\":\"Biljettdesigner\",\"1BPctx\":\"Biljett för\",\"bgqf+K\":\"Biljettinnehavarens e-post\",\"oR7zL3\":\"Biljettinnehavarens namn\",\"HGuXjF\":\"Biljettinnehavare\",\"CMUt3Y\":\"Biljettinnehavare\",\"awHmAT\":\"Biljett-ID\",\"6czJik\":\"Biljettlogotyp\",\"OkRZ4Z\":\"Biljettnamn\",\"t79rDv\":\"Biljett hittades inte\",\"6tmWch\":\"Biljett eller produkt\",\"1tfWrD\":\"Biljettförhandsvisning för\",\"KnjoUA\":\"Biljettpris\",\"tGCY6d\":\"Biljettpris\",\"pGZOcL\":\"Biljetten skickades igen\",\"8jLPgH\":\"Biljettyp\",\"X26cQf\":\"Biljett-URL\",\"8qsbZ5\":\"Biljetter och försäljning\",\"zNECqg\":\"biljetter\",\"6GQNLE\":\"Biljetter\",\"NRhrIB\":\"Biljetter och produkter\",\"EUnesn\":\"Tillgängliga biljetter\",\"AGRilS\":\"Sålda biljetter\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"Till\",\"nniGTr\":\"För att redigera konfigurationer, gå till avsnittet Konfigurationer i administratörsmenyn.\",\"tiI71C\":\"För att öka dina gränser, kontakta oss på\",\"BZBYf3\":\"För att ta emot kortbetalningar behöver du ansluta ditt Stripe-konto. Stripe är vår betalpartner som säkerställer säkra transaktioner och utbetalningar i tid.\",\"W428WC\":\"Växla kolumner\",\"UBSG1X\":\"Topparrangörer (Senaste 14 dagarna)\",\"3sZ0xx\":\"Totalt antal konton\",\"EaAPbv\":\"Totalt betalt belopp\",\"SMDzqJ\":\"Totalt antal deltagare\",\"orBECM\":\"Totalt inkasserat\",\"k5CU8c\":\"Totalt antal poster\",\"4B7oCp\":\"Total avgift\",\"KSDwd5\":\"Totalt antal ordrar\",\"vb0Q0/\":\"Totalt antal användare\",\"oJjplO\":\"Totala visningar\",\"orluER\":\"Spåra kontotillväxt och resultat efter attribueringskälla\",\"NHq3l1\":\"Följ försäljning, intäkter och närvaro med detaljerade rapporter\",\"OpKMSn\":\"Transaktionsavgift:\",\"uKOFO5\":\"Sant om offlinebetalning\",\"9GsDR2\":\"Sant om betalning väntar\",\"ouM5IM\":\"Prova en annan e-postadress\",\"3DZvE7\":\"Prova Hi.Events gratis\",\"Kz91g/\":\"Turkiska\",\"GdOhw6\":\"Stäng av ljudet\",\"KUOhTy\":\"Slå på ljudet\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Typ av biljett\",\"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\",\"n57zCW\":\"Oattribuerade konton\",\"b9SN9q\":\"Unik orderreferens\",\"Ef7StM\":\"Okänd\",\"ZBAScj\":\"Okänd deltagare\",\"ZkS2p3\":\"Avpublicera evenemang\",\"X13xGn\":\"Ej betrodd\",\"Pp1sWX\":\"Uppdatera affiliate\",\"KMMOAy\":\"Uppgradering tillgänglig\",\"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\",\"WBq1/R\":\"USB-skanner är redan aktiv\",\"EV30TR\":\"USB-skannerläge aktiverat. Börja skanna biljetter nu.\",\"fovJi3\":\"USB-skannerläge inaktiverat\",\"hli+ga\":\"USB/HID-skanner\",\"OHJXlK\":\"Använd <0>Liquid-mallar för att anpassa dina mejl\",\"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\",\"rnoQsz\":\"Används för ramar, markeringar och formatering av QR-kod\",\"BV4L/Q\":\"UTM-analys\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Giltig\",\"GuXjc5\":\"Validerad\",\"imLQ9Y\":\"Validerar ditt momsregistreringsnummer...\",\"cK9+xQ\":\"Momsland\",\"sqdl5s\":\"Momsinformation\",\"UjNWsF\":\"Moms kan tillämpas på plattformsavgifter beroende på din momsregistreringsstatus. Fyll i avsnittet för momsinformation nedan.\",\"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\",\"CZomgW\":\"Momsregistrerad\",\"PCRCCN\":\"Information om momsregistrering\",\"oSDBWm\":\"Momsinställningar\",\"Nfbg76\":\"Momsinställningarna sparades\",\"UvYql/\":\"Momsinställningarna sparades. Vi validerar ditt momsregistreringsnummer i bakgrunden.\",\"R6n7j9\":\"Momsinställningarna uppdaterades\",\"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\",\"AdWhjZ\":\"Verifieringskod\",\"QDEWii\":\"Verifierad\",\"wCKkSr\":\"Verifiera e-postadress\",\"/IBv6X\":\"Verifiera din e-postadress\",\"e/cvV1\":\"Verifierar...\",\"fROFIL\":\"Vietnamesiska\",\"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\",\"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\",\"wPRp9Z\":\"Endast synlig för incheckningspersonal. Hjälper till att identifiera listan vid incheckning.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Väntar\",\"quR8Qp\":\"Väntar på betalning\",\"u0n+wz\":\"Väntelista\",\"3RXFtE\":\"Waitlist Enabled\",\"aUi/Dz\":\"Varning: Detta är systemets standardkonfiguration. Ändringar påverkar alla konton som inte har en specifik konfiguration tilldelad.\",\"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.\",\"HJKdzP\":\"Det uppstod ett problem när sidan skulle laddas. Försök igen.\",\"IfN2Qo\":\"Vi rekommenderar en kvadratisk logotyp med minst 200×200 px\",\"wJzo/w\":\"Vi rekommenderar 400×400 px och maximal filstorlek 5 MB\",\"x8rEDQ\":\"Vi kunde inte validera ditt momsregistreringsnummer efter flera försök. Vi fortsätter att försöka i bakgrunden. Kom tillbaka senare.\",\"Uo5ddP\":[\"Vi meddelar dig via e-post om en plats blir tillgänglig för \",[\"0\"],\".\"],\"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.\",\"zCdObC\":\"Vi har officiellt flyttat vårt huvudkontor till Irland 🇮🇪. Som en del av övergången använder vi nu Stripe Ireland i stället för Stripe Canada. För att dina utbetalningar ska fortsätta fungera smidigt behöver du återansluta ditt Stripe-konto.\",\"jh2orE\":\"Vi har flyttat vårt huvudkontor till Irland. Därför behöver du återansluta ditt Stripe-konto. Det går snabbt och tar bara några minuter. Din försäljning och befintliga data påverkas inte alls.\",\"Fq/Nx7\":\"Vi har skickat en verifieringskod med 5 siffror till:\",\"GdWB+V\":\"Webhook skapades\",\"2X4ecw\":\"Webhook togs bort\",\"CThMKa\":\"Webhook-loggar\",\"nuh/Wq\":\"Webhook-URL\",\"8BMPMe\":\"Webhooken skickar inga notiser\",\"FSaY52\":\"Webhooken skickar notiser\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Webbplats\",\"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\"],\"FaSXqR\":\"Vilken typ av evenemang?\",\"f30uVZ\":\"Det här behöver du göra:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"När en incheckning tas bort\",\"Gmd0hv\":\"När en ny deltagare 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.\",\"Q7CWxp\":\"När en deltagare avbokas\",\"IuUoyV\":\"När en deltagare checkas in\",\"nBVOd7\":\"När en deltagare 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.\",\"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.\",\"uchB0M\":\"Förhandsgranskning av widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Skriv ditt meddelande här...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"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?\",\"pCLes8\":\"Du måste godkänna att ta emot meddelanden\",\"FVTVBy\":\"Du måste verifiera din e-postadress innan du kan uppdatera arrangörsstatusen.\",\"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.\",\"FgRxRP\":\"Du äger alltid 100 % av din deltagardata\",\"88cUW+\":\"Du får\",\"U3wiCB\":\"Allt är klart! Dina betalningar behandlas utan problem.\",\"MNFIxz\":[\"Du ska till \",[\"0\"],\"!\"],\"qGZz0m\":\"Du är på väntelistan!\",\"/5HL6k\":\"Du har erbjudits en plats!\",\"p/Sa0j\":\"Ditt konto har meddelandebegränsningar. För att öka dina gränser, kontakta oss på\",\"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!\",\"R02pnV\":\"Ditt evenemang måste vara live innan du kan sälja biljetter till deltagare.\",\"hDNwnf\":\"Din logotyp, dina färger och din stil på varje sida\",\"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\",\"6heFYY\":\"Ditt Stripe-konto är anslutet och behandlar betalningar.\",\"vvO1I2\":\"Ditt Stripe-konto är anslutet och redo att behandla betalningar.\",\"CnZ3Ou\":\"Dina biljetter har bekräftats.\",\"EmFsMZ\":\"Ditt momsregistreringsnummer är köat för validering\",\"QBlhh4\":\"Ditt momsregistreringsnummer valideras när du sparar\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Sök produkter\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Kopiera uppgifter till första deltagaren\"],\"+4yRWM\":[\"Biljettens pris\"],\"+4zM7f\":[\"Få betalt direkt med Stipe Connect\"],\"+5Mlle\":[\"Vänta medan vi förbereder dina ordrar för export...\"],\"+8bmSu\":[\"Kalifornien\"],\"+CeSxK\":[\"Incheckningslista togs bort\"],\"+FWjhR\":[\"Tiden för att slutföra din order har gått ut.\"],\"+G/XiQ\":[\"Hittills i år\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"Postnummer\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Hoppa över detta steg\"],\"+QARA4\":[\"Konst\"],\"+WFMis\":[\"Visa och ladda ner rapporter för alla dina evenemang. Endast slutförda ordrar ingår.\"],\"+Y976X\":[\"Inga kampanjkoder att visa\"],\"+dAKxg\":[\"Inga konfigurationer hittades\"],\"+eZ7dp\":[\"Offlinebetalningar\"],\"+fA4C7\":[\"Dupliceringsalternativ\"],\"+guao5\":[\"Redigera konfiguration\"],\"+hBhWk\":[\"Incheckningslistan har gått ut\"],\"+jIeoh\":[\"Inga konton hittades\"],\"+jw/c1\":[\"Ta bort bild\"],\"+pr/FY\":[\"Sök på evenemangsnamn...\"],\"+qqX74\":[\"Uppdatera evenemangets namn, beskrivning och datum\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Kod är obligatorisk\"],\"+zy2Nq\":[\"Typ\"],\"/2by1f\":[\"Delstat eller region\"],\"/3017M\":[\"Ansluten till Stripe\"],\"/4gGIX\":[\"Kopiera till urklipp\"],\"/5HL6k\":[\"Du har erbjudits en plats!\"],\"/5PEQz\":[\"Visa evenemangssida\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Återbetald\"],\"/Bh+7r\":[\"Prestanda\"],\"/CV2x+\":[\"Är du säker på att du vill avboka denna deltagare? Detta ogiltigförklarar deras biljett\"],\"/DNy62\":[\"Vi kunde inte hitta några biljetter som matchar \",[\"0\"]],\"/H326L\":[\"Redan återbetald\"],\"/HGmW9\":[\"Skapa spårbar länk för att belöna partners som har delat till event.\"],\"/HkCs4\":[[\"0\"],\" biljetter\"],\"/IBv6X\":[\"Verifiera din e-postadress\"],\"/IX/7x\":[\"Övrigt\"],\"/IzmnP\":[\"Vänta medan vi förbereder din faktura...\"],\"/JdZIP\":[\"Tilldelad konfiguration\"],\"/Jizh9\":[\"Välj ett konto\"],\"/PN1DA\":[\"Lägg till en beskrivning för denna incheckningslista\"],\"/QlTE4\":[\"Stripe-konfigurationen är redan klar.\"],\"/RfJXt\":[\"Sommarens musikfestival \",[\"0\"]],\"/Rj5P4\":[\"Ditt namn\"],\"/SIY6o\":[\"SEO-nyckelord\"],\"/SgoNA\":[\"Total skatt\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Checka ut\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Ingen attributionsdata hittades\"],\"/bhMdO\":[\"Min fantastiska evenemangsbeskrivning...\"],\"/cSMqv\":[\"Det gick inte att skapa frågan. Kontrollera dina uppgifter\"],\"/dgc8E\":[\"Evenemangsdatum\"],\"/gWrVZ\":[\"Dagliga intäkter, skatter, avgifter och återbetalningar för alla evenemang\"],\"/iE8xx\":[\"Hi.Events-avgift\"],\"/jHBj5\":[\"Partnern skapades\"],\"/jQctM\":[\"Till\"],\"/jZOZa\":[\"Serviceavgift\"],\"/l/ckQ\":[\"Klistra in URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Avgifter\"],\"/p9Fhq\":[\"Obegränsat antal tillgängliga\"],\"/roQKz\":[\"Procent\"],\"/sV91a\":[\"Hantering av avgifter\"],\"/u4DIx\":[\"Sålda produkter\"],\"/xC/im\":[\"Faktureringsinställningar\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"En kort beskrivning av din arrangör som visas för dina användare.\"],\"0+iwE5\":[\"Misslyckades med att ändra ordning på frågorna\"],\"0/+Nn9\":[\"Dina meddelanden visas här\"],\"0/vPdA\":[\"Lägg till eventuella anteckningar om deltagaren. Dessa kommer inte vara synliga för deltagaren.\"],\"0/yJtP\":[\"Meddela orderägare med specifika produkter\"],\"01WH0a\":[\"Vi kunde inte bekräfta din betalning. Försök igen eller kontakta supporten.\"],\"01sEfm\":[\"Det går inte att ta bort systemets standardkonfiguration\"],\"02ePaq\":[\"Välj \",[\"0\"]],\"06s3w3\":[\"Dölj produkt före försäljningens startdatum\"],\"074+X8\":[\"Inga aktiva webhooks\"],\"0Dk/l8\":[\"SEO-inställningarna uppdaterades\"],\"0Ew0uk\":[\"Den här biljetten skannades nyss. Vänta innan du skannar igen.\"],\"0GSPnc\":[\"Biljettdesign\"],\"0GwUT4\":[\"Fortsätt till kassan\"],\"0I0Hac\":[\"Viktig information\"],\"0R3Y+9\":[\"Deltagarens e-postadress\"],\"0RXCDo\":[\"Moms eller avgift togs bort\"],\"0U6E9W\":[\"Välj evenemangskategori\"],\"0UZTSq\":[\"Ordervaluta\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Standardinställningar för evenemang\"],\"0Zypnp\":[\"Adminpanel\"],\"0aVEBY\":[\"Är du säker på att du vill ta bort alla misslyckade jobb?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"Använd orderuppgifterna för alla deltagare. Deltagarnas namn och e-postadresser matchar köparens uppgifter.\"],\"0m/ekX\":[\"Startdatum och tid\"],\"0pC/y6\":[\"Evenemang\"],\"0zpgxV\":[\"Alternativ\"],\"147G4h\":[\"Är du säker på att du vill lämna?\"],\"15qAvl\":[\"Du har ingen väntande ändring av e-postadress.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Evenemangens resultat\"],\"1BG8ga\":[\"Försök alla igen\"],\"1BPctx\":[\"Biljett för\"],\"1DBGsz\":[\"Anteckningar\"],\"1E0vyy\":[\"Vi kunde inte ladda data. Försök igen.\"],\"1HfW/F\":[\"Färger\"],\"1Hzev4\":[\"Anpassad evenemangsmall\"],\"1J/AWD\":[\"Visa biljett\"],\"1JnTgU\":[\"Kopierad från ovan\"],\"1JwlHk\":[\"Produktkategori\"],\"1MAvUY\":[\"Hantera betalnings- och fakturainställningar för detta evenemang.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Order uppdaterades\"],\"1SbbH8\":[\"Visas för kunden efter att de har slutfört köpet, på ordersammanfattningssidan.\"],\"1USFWA\":[\"Produkten togs bort\"],\"1UzENP\":[\"Nej\"],\"1WnhCL\":[\"Kassainställningar\"],\"1Xxb9f\":[\"Anslut betalningshantering\"],\"1YMS+X\":[\"Skapar ditt evenemang, vänligen vänta\"],\"1Ycaad\":[\"Produkten uppdaterades\"],\"1ZKm04\":[\"Är detta konto momsregistrerat i EU?\"],\"1ZaQUH\":[\"Efternamn\"],\"1bZAZA\":[\"Standardmall kommer att användas\"],\"1d6kks\":[\"+Skatt/Avgifter\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Ordrar\"],\"1jRD0v\":[\"Meddela deltagare med specifika biljetter\"],\"1jUg5D\":[\"Erbjuden\"],\"1k0Mp4\":[\"Den här incheckningslistan är inte aktiv ännu\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Skicka e-postmeddelande om återbetalning\"],\"1lRT3t\":[\"Om denna kapacitet inaktiveras spåras försäljningen men den stoppas inte när gränsen nås\"],\"1m+YT2\":[\"Obligatoriska frågor måste besvaras innan kunden kan slutföra köpet.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Välj skannertyp\"],\"1njn7W\":[\"Ljus\"],\"1oPDuj\":[\"Attributionsvärde\"],\"1qY5Ue\":[\"Länken har gått ut eller är ogiltig\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Ange momsnummer inklusive landskod\"],\"1tfWrD\":[\"Biljettförhandsvisning för\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Accentfärg\"],\"1vBhpG\":[\"Första deltagare\"],\"1z26sk\":[\"Bjud in teammedlem\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Ladda ner försäljnings-, deltagar- och finansiella rapporter för alla slutförda order.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Sök på order-ID, kundnamn eller e-post...\"],\"22BOve\":[\"Deltagare uppdaterades framgångsrikt\"],\"22Itl6\":[\"Skicka en kopia till mig\"],\"22xieU\":[\"t.ex. 180 (3 timmar)\"],\"237hSL\":[\"Avslutad\"],\"24l4x6\":[\"Lägg till produkt\"],\"25QDJ1\":[\"- Klicka för att publicera\"],\"261RBr\":[\"Godkänn meddelande\"],\"26pGvx\":[\"Har du en kampanjkod?\"],\"29w7p6\":[\"Laddar upp bild...\"],\"2E2O5H\":[\"Anpassa övriga inställningar för detta evenemang\"],\"2FzaR1\":[\"Hantera betalningshantering och visa plattformsavgifter\"],\"2KAI4N\":[\"Exportera CSV\"],\"2L3vle\":[\"Max meddelanden / 24h\"],\"2LMsOq\":[\"Senaste 12 månaderna\"],\"2NLjA6\":[\"Omslagsbilden visas högst upp på din organisatörssida\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Statistik\"],\"2O7Ybb\":[\"Tidsgräns för erbjudande\"],\"2POOFK\":[\"Gratis\"],\"2R1+Rv\":[\"Evenemangets starttid\"],\"2RZK9x\":[\"Vi kunde inte hitta ordern du letar efter. Länken kan ha löpt ut eller så kan orderuppgifterna ha ändrats.\"],\"2VLZwd\":[\"Uppmaningsknapp\"],\"2X4ecw\":[\"Webhook togs bort\"],\"2bR+8v\":[\"Total bruttoförsäljning\"],\"2cUopP\":[\"Starta om kassaprocessen.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Ansluten\"],\"2hGPQG\":[\"Exempel: \\\"T-shirtstorlek\\\", \\\"Matpreferens\\\", \\\"Jobbtitel\\\"\"],\"2iZEz7\":[\"Redigera svar\"],\"2q/Q7x\":[\"Synlighet\"],\"2r6bAy\":[\"När du har slutfört uppgraderingen kommer ditt gamla konto endast att användas för återbetalningar.\"],\"2rHwhl\":[\"Väntar på offlinebetalning\"],\"2tbLdK\":[\"Välgörenhet\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Procentuell avgift (0–100 %)\"],\"31KB8w\":[\"Alla misslyckade jobb borttagna\"],\"352VU2\":[\"Har du inget konto? <0>Registrera dig\"],\"38KFY0\":[\"Infoga variabel\"],\"3DZvE7\":[\"Prova Hi.Events gratis\"],\"3ENYTQ\":[\"Din begäran om att ändra e-postadress till <0>\",[\"0\"],\" väntar. Kontrollera din e-post för att bekräfta.\"],\"3EXqwa\":[\"Kategori skapades\"],\"3F1nBX\":[\"Donation eller betala vad du vill-produkt\"],\"3GfR6a\":[\"Ange företagsnamn\"],\"3IEF7U\":[[\"totalCount\"],\" biljettkategorier\"],\"3IcxS1\":[\"Välj en konfiguration\"],\"3Kzsk7\":[\"Den här produkten är en biljett. Köpare får en biljett vid köp\"],\"3LtiBI\":[\"Rabatt i \",[\"0\"]],\"3NT0Ck\":[\"Ordern avbröts\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Försäljning:\"],\"3R/Tu2\":[\"Standard avgiftshantering\"],\"3RQ81z\":[\"Varje person kommer att få ett e-postmeddelande med en reserverad plats för att slutföra sitt köp.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Anslut till Stripe\"],\"3VnlS9\":[\"Försäljning, ordrar och prestandamått för alla evenemang\"],\"3Z223G\":[\"Fel vid bekräftelse av e-postadress\"],\"3ZI8IL\":[\"Du måste godkänna villkoren\"],\"3bR1r4\":[\"Ange partnerns e-post (valfritt)\"],\"3buiaw\":[\"Plattformsavgiftsrapport\"],\"3cKoxx\":[\"Konfigurationer\"],\"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.\"],\"3ep0Gx\":[\"Allmän information om din arrangör\"],\"3hJUtr\":[\"Välj landet där moms är registrerad\"],\"3oSV95\":[\"Välj produktnivå\"],\"3ogkAk\":[\"Duplicera evenemang\"],\"3pykXZ\":[\"Acceptera banköverföringar, checkar eller andra offline-betalningsmetoder\"],\"3sRuiW\":[\"Inga biljetter hittades\"],\"3sVRey\":[\"Erbjud biljetter\"],\"3sZ0xx\":[\"Totalt antal konton\"],\"3suLF0\":[\"Kapacitetstilldelningen uppdaterades\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Anpassa utseendet på din organisatörssida\"],\"3wF4Q/\":[\"Väntar på betalning\"],\"3wV73y\":[\"Stad\"],\"3y+V4p\":[\"Organisationens adress\"],\"3yNuBV\":[\"Redigera momsinställningar\"],\"3yiej1\":[\"t.ex. 23,5 för 23,5 %\"],\"3zRbWw\":[\"Sök på namn, e-post eller ordernummer...\"],\"4+am6b\":[\"Nej, stanna kvar här\"],\"4/If97\":[\"Uppdatering av evenemangsstatus misslyckades. Försök igen senare.\"],\"4/kP5a\":[\"Om en ny flik inte öppnades automatiskt, klicka på knappen nedan för att fortsätta till kassan.\"],\"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.\"],\"40Gx0U\":[\"Tidszon\"],\"41BQ3k\":[\"Kontakt-e-post\"],\"41dJPO\":[\"Inga momsinställningar är konfigurerade\"],\"45Srzt\":[\"Vi kunde inte ta bort kategorin. Försök igen.\"],\"48Y16Q\":[\"Sluttid (valfritt)\"],\"48rf3i\":[\"Meddelandet får inte överstiga 5000 tecken\"],\"4B7oCp\":[\"Total avgift\"],\"4CETZY\":[\"Få vägbeskrivning\"],\"4D3rRj\":[\"Gå tillbaka till profilen\"],\"4DSz7Z\":[\"Sök efter ämne, evenemang eller konto...\"],\"4GLxhy\":[\"Kom igång\"],\"4GhX3c\":[\"Inga webhooks\"],\"4H80qv\":[\"Ordern uppdaterades\"],\"4HVzhV\":[\"Deltagare:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Evenemanget är inte tillgängligt\"],\"4K2OjV\":[\"Evenemangslokal\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"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.\"],\"4WT5tD\":[\"🎨 Anpassa din evenemangssida\"],\"4Y2FZT\":[\"Produktens pristyp\"],\"4bUH9i\":[\"Samla in deltagaruppgifter för varje köpt biljett.\"],\"4ba0NE\":[\"Schemalagd\"],\"4fL/V7\":[\"Betala\"],\"4kEGqW\":[\"Ladda upp en logotyp för din arrangör\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Ge ytterligare sammanhang eller instruktioner för denna fråga. Använd detta fält för att lägga till villkor,\\nriktlinjer eller annan viktig information som deltagarna behöver känna till innan de svarar.\"],\"4lVaWA\":[\"Väntar på offlinebetalning\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"Förnamn är obligatoriskt\"],\"4qmnU8\":[\"Anslut ditt Stripe-konto för att ta emot betalningar.\"],\"4rnJq4\":[\"Inbäddningsskript\"],\"4ueloy\":[\"Vad är en kategori?\"],\"4wUIjX\":[\"Gör ditt evenemang live\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"Valideringstjänsten för moms är tillfälligt otillgänglig\"],\"51AsAN\":[\"Kontrollera din inkorg! Om biljetter är kopplade till denna e-postadress får du en länk för att visa dem.\"],\"51U9mG\":[\"Betalningar kommer att fortsätta utan avbrott\"],\"54GxeB\":[\"Ingen påverkan på dina nuvarande eller tidigare transaktioner\"],\"54MPqC\":[\"t.ex. Standard, Premium, Enterprise\"],\"54q0zp\":[\"Biljetter för\"],\"55i7Fa\":[\"Det här meddelandet visas endast om ordern slutförs. Ordrar som väntar på betalning visar inte detta meddelande\"],\"5670b9\":[\"Kunde inte erbjuda biljetter\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"biljett\"],\"5CDM6r\":[\"Försäljningsperiod angiven\"],\"5CQ+r0\":[\"Tillåt incheckning av deltagare kopplade till obetalda order\"],\"5CiNPm\":[\"Skicka biljett igen\"],\"5Ds0vl\":[\"Välj vilken avgiftskonfiguration som gäller för detta konto. Fasta avgifter konverteras till ordervalutan vid kassan.\"],\"5F7SYw\":[\"Delvis återbetalning\"],\"5FSIzj\":[\"Observera\"],\"5H3Z78\":[\"Är du säker på att du vill ta bort denna webhook?\"],\"5It1cQ\":[\"Ordrar exporterade\"],\"5K8REg\":[\"Den här ordern har redan återbetalats.\"],\"5LAZwq\":[\"Impersonering startad\"],\"5LDT6f\":[\"Kolla in detta evenemang!\"],\"5N4wLD\":[\"Vilken typ av fråga är detta?\"],\"5OmEal\":[\"Kundens språk och region\"],\"5Qmxo/\":[\"Är du säker på att du vill avpublicera denna arrangörsprofil? Den kommer inte längre vara synlig för allmänheten.\"],\"5RDEEn\":[\"Orderns språkregion\"],\"5ShqeM\":[\"Incheckningslistan du letar efter finns inte.\"],\"5T2HxQ\":[\"Aktiveringsdatum\"],\"5UbY+B\":[\"Deltagare med en specifik biljett\"],\"5VGIlq\":[\"Du har nått din meddelandegräns.\"],\"5YrKW7\":[\"Slutför din betalning för att säkra dina biljetter.\"],\"5b3QLi\":[\"Din plan\"],\"5cxUwd\":[\"Betalningsdatum\"],\"5lcVkL\":[\"Anslutningsuppgifter\"],\"5mpF6N\":[\"Fast avgiftsbelopp i \",[\"currencyCode\"]],\"5n+Wwp\":[\"Arrangören uppdaterades\"],\"5qOnWX\":[\"Slutsåld-väntelista\"],\"5slqwZ\":[\"Skapa ditt evenemang\"],\"5tT0+u\":[\"Ogiltigt e-postformat\"],\"5tl0Bp\":[\"Registreringsfrågor\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Dölj denna produkt för kunder\"],\"6/TNCd\":[\"Spara momsinställningar\"],\"6/dCYd\":[\"Översikt\"],\"60u+dQ\":[\"Omslagsbilden visas högst upp på din evenemangssida\"],\"621rYf\":[\"Betalning\"],\"62Ciis\":[\"Stäng sidofält\"],\"65A04M\":[\"Spanska\"],\"67NsZP\":[\"Skapar evenemang...\"],\"67OJ7t\":[\"Visa order\"],\"68Axnm\":[\"Det uppstod ett fel när din begäran skulle behandlas. Försök igen.\"],\"6Aih4U\":[\"Offline\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Biljetter\"],\"6HK5Ct\":[\"Slutförda ordrar\"],\"6IwNUc\":[\"E-postmallar\"],\"6JzK4N\":[\"Länk till biljett\"],\"6K/IHl\":[\"Här är ett exempel på hur du kan använda komponenten i din applikation.\"],\"6K0GjX\":[\"Texten kan vara svår att läsa\"],\"6KnyG0\":[\"Ange e-postadress\"],\"6MIiOI\":[[\"0\"],\" kvar\"],\"6PNlRV\":[\"Lägg till detta evenemang i din kalender\"],\"6PecK3\":[\"Närvaro och incheckningsfrekvens för alla evenemang\"],\"6RmHKN\":[\"Primär färg\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Kopierad\"],\"6WdDG7\":[\"Sida\"],\"6YtxFj\":[\"Namn\"],\"6Z/F61\":[\"Ingen data att visa. Välj ett datumintervall\"],\"6a/UJE\":[\"Tyvärr, den här kampanjkoden känns inte igen\"],\"6aXq+t\":[\"Ämne:\"],\"6bBh3/\":[\"Fast avgift\"],\"6czJik\":[\"Biljettlogotyp\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Orderstatusar\"],\"6euFZ/\":[\"Ett standardvärde för \",[\"type\"],\" tillämpas automatiskt på alla nya produkter. Du kan åsidosätta detta per produkt.\"],\"6fLyj/\":[\"Om du inte begärde denna ändring, ändra omedelbart ditt lösenord.\"],\"6fuA9p\":[\"Evenemang duplicerades\"],\"6gRgw8\":[\"Försök igen\"],\"6heFYY\":[\"Ditt Stripe-konto är anslutet och behandlar betalningar.\"],\"6imsQS\":[\"Kinesiska (förenklad)\"],\"6jYQGG\":[\"Inga tidigare evenemang\"],\"6kPk3+\":[\"Personlig information\"],\"6kdXbW\":[\"Skapa en kampanjkod\"],\"6nDzTl\":[\"God läsbarhet\"],\"6tmWch\":[\"Biljett eller produkt\"],\"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.\"],\"6xCBVN\":[\"Betalnings- och faktureringsinställningarna uppdaterades\"],\"6zQOg1\":[\"Priset som visas för kunden inkluderar inte moms och avgifter. De visas separat\"],\"7+grte\":[\"Bekräftelsemail skickat. Kontrollera din inkorg.\"],\"7/9RFs\":[\"Misslyckades med att ladda upp bild.\"],\"70dYC8\":[\"Kampanjkoden uppdaterades\"],\"72c5Qo\":[\"Totalt\"],\"73nxDO\":[\"Övriga inställningar uppdaterades\"],\"73qYgo\":[\"Skicka som test\"],\"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.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Din incheckningslista har skapats. Dela länken nedan med din incheckningspersonal.\"],\"7B5M35\":[\"Incheckningar\"],\"7Bj3x9\":[\"Misslyckades\"],\"7Cx5It\":[\"Early bird\"],\"7D9MJz\":[\"Slutför Stripe-konfiguration\"],\"7ER2sc\":[\"Markerad\"],\"7JF9w9\":[\"Lägg till fråga\"],\"7JFNej\":[\"Sport\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Åtgärder\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Användare\"],\"7VpPHA\":[\"Bekräfta\"],\"7YJdgG\":[\"Dina ordrar visas här när de börjar komma in.\"],\"7YZofi\":[\"Ange ämne och innehåll för att se förhandsgranskningen\"],\"7dSOhU\":[\"Aktivera väntelista\"],\"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.\"],\"7hPBBn\":[\"mottagare\"],\"7kOMfV\":[\"Evenemanget uppdaterades\"],\"7ns+do\":[\"Företagsadress\"],\"7p5kLi\":[\"Instrumentpanel\"],\"7rLTkE\":[\"Alla arkiverade evenemang\"],\"7vhWI8\":[\"Nytt lösenord\"],\"7wtpH5\":[\"Mall aktiv\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Namn krävs\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Infoga Liquid-token\"],\"876pfE\":[\"Kund\"],\"87a/t/\":[\"Etikett\"],\"88cUW+\":[\"Du får\"],\"89xaFU\":[\"Ange standardinställningar för plattformsavgifter för nya evenemang som skapas under denna arrangör.\"],\"8AiKIu\":[\"Skapa biljett eller produkt\"],\"8BMPMe\":[\"Webhooken skickar inga notiser\"],\"8BRPoH\":[\"Exempelplats\"],\"8BwQeU\":[\"Slutför konfiguration\"],\"8Etqrl\":[\"Erbjud biljetter automatiskt till nästa person när kapacitet blir tillgänglig\"],\"8F1i42\":[\"Sidan hittades inte\"],\"8KDgYV\":[\"Gör ditt evenemang redo\"],\"8KmsFa\":[\"Välj ett datumintervall\"],\"8Lx2X7\":[\"Betalning mottagen\"],\"8OhzyY\":[\"När en produkt tas bort\"],\"8OvVZZ\":[\"Filtrera deltagare\"],\"8QH2Il\":[\"Den här kategorin är dold för allmänheten\"],\"8YBH95\":[\"Intäkter\"],\"8ZsakT\":[\"Lösenord\"],\"8cBtvm\":[\"Primär textfärg\"],\"8dENF9\":[\"Moms på avgift\"],\"8jLPgH\":[\"Biljettyp\"],\"8k8Njd\":[\"Hur många minuter kunden har på sig att slutföra sin beställning. Vi rekommenderar minst 15 minuter\"],\"8n10sz\":[\"Inte behörig\"],\"8oPbg1\":[\"Aktivera fakturering\"],\"8pQ3NJ\":[\"Inga evenemang startar inom de närmaste 24 timmarna\"],\"8q0EdE\":[\"Lägg till produkt i kategori\"],\"8qsbZ5\":[\"Biljetter och försäljning\"],\"8rE61T\":[\"Faktureringsadress\"],\"8uOlgz\":[\"Misslyckades vid\"],\"8uqsE5\":[\"Sidan är inte längre tillgänglig\"],\"8v2LRU\":[\"Konfigurera evenemangsdetaljer, plats, kassainställningar och epost notifikationer.\"],\"8vETh9\":[\"Show\"],\"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.\"],\"8wUjGl\":[\"Reserverad till\"],\"8wgkoi\":[\"Inga visade evenemang de senaste 14 dagarna\"],\"8x0pUg\":[\"Är du säker på att du vill ta bort denna post från väntelistan?\"],\"8z6Y5D\":[\"Genomför återbetalning\"],\"8zCZQf\":[\"Inga evenemang ännu\"],\"9+8Vez\":[\"Återstående användningar\"],\"9+P7zk\":[\"Det gick inte att skapa produkten. Kontrollera dina uppgifter\"],\"9/1YKL\":[\"Ange efternamn\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 dag efter slutdatum\"],\"94aQMU\":[\"Deltagarinformation\"],\"96ryID\":[\"Hämta detaljer per biljett\"],\"99ntUF\":[\"Inga incheckningslistor tillgängliga för detta evenemang.\"],\"9BdS63\":[\"Redigera kampanjkod\"],\"9FQEn8\":[\"Välj kategori...\"],\"9GsDR2\":[\"Sant om betalning väntar\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Försäljningen är pausad\"],\"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.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Det här namnet är synligt för slutanvändare\"],\"9N+p+g\":[\"Företag\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Deltagare\"],\"9TO8nT\":[\"Ditt lösenord\"],\"9Wh+ug\":[\"Partners exporterades\"],\"9Y3hAT\":[\"Spara mall\"],\"9YHrNC\":[\"Systemstandard\"],\"9b5956\":[\"Den här förhandsvisningen visar hur ditt mejl kommer att se ut med exempeldata. Faktiska mejl använder riktiga värden.\"],\"9bHCo2\":[\"Avgiftsvaluta\"],\"9bpUSo\":[\"Exporterar partners\"],\"9eF5oV\":[\"Välkommen tillbaka\"],\"9gPPUY\":[\"Incheckningslista skapad\"],\"9h7RDh\":[\"Erbjud\"],\"9i0++A\":[\"Stripe betalnings-ID\"],\"9jnAcN\":[\"Visa arrangörens startsida\"],\"9mZEgt\":[\"Kampanjkoden skapades\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Misslyckades med att avbryta deltagare\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Tillbaka till evenemangssidan\"],\"A4UmDy\":[\"Teater\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Publicera ditt evenemang\"],\"ACKu03\":[\"Uppdatera förhandsgranskning\"],\"AEuj2m\":[\"Evenemangets startsida\"],\"AG/qmQ\":[\"Ett radioval har flera alternativ men endast ett kan väljas.\"],\"AGRilS\":[\"Sålda biljetter\"],\"AGZmwV\":[\"Bilden har laddats upp\"],\"AIF7J2\":[\"Valutan i vilken den fasta avgiften definieras. Den kommer att konverteras till ordervalutan vid kassan.\"],\"AIUkyF\":[\"Gå till deltagare\"],\"AJ4rvK\":[\"Deltagare avbokad\"],\"AKbElk\":[\"EU-momsregistrerade företag: Omvänd skattskyldighet gäller (0 % – artikel 196 i momsdirektiv 2006/112/EG)\"],\"APuxIE\":[\"E-postbekräftelse skickades igen\"],\"APyAR/\":[\"Aktiva evenemang\"],\"ARBThj\":[\"Tillämpa denna \",[\"type\"],\" på alla nya produkter\"],\"ARkzso\":[\"Ange partnernamn\"],\"ATGYL1\":[\"E-postadress\"],\"AVpmAa\":[\"Hur man betalar offline\"],\"AXXqG+\":[\"Donation\"],\"AaP0M+\":[\"Den här färgkombinationen kan vara svår att läsa för vissa användare\"],\"AdWhjZ\":[\"Verifieringskod\"],\"AeXO77\":[\"Konto\"],\"AeejQi\":[\"Vilka produkter ska den här kapaciteten gälla för?\"],\"AfNRFG\":[\"Text på fortsätt-knapp\"],\"AhBPHd\":[\"Dessa uppgifter visas endast om ordern slutförs. Ordrar som väntar på betalning visar inte detta meddelande.\"],\"AhwTa1\":[\"Åtgärd krävs: Momsinformation krävs\"],\"Ajavq0\":[\"Kontrollera din e-post för att bekräfta din e-postadress\"],\"ApOYO8\":[\"Fantastiskt, Evenemang, Nyckelord...\"],\"ApsD9J\":[\"Lägg till ny\"],\"ArHT/C\":[\"Nya registreringar\"],\"Arzxc1\":[\"Inga väntelisteposter\"],\"Aspq3b\":[\"Insamling av deltagaruppgifter\"],\"AtXtSw\":[\"Hantera skatter och avgifter som kan tillämpas på dina produkter\"],\"Auz0Mz\":[\"Bekräfta din e-postadress för att få tillgång till alla funktioner.\"],\"B/EBQv\":[\"Ordrar:\"],\"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.\"],\"B2Tpo0\":[\"Ogiltig e-postadress\"],\"B2V3cA\":[\"Dela evenemang\"],\"B3Mkdt\":[\"Skapa fråga\"],\"B3gPuX\":[\"Order avbruten\"],\"B4nE3N\":[\"Exempel på biljettpris\"],\"B5fpAA\":[\"Konfiguration tilldelad\"],\"B7pZfX\":[[\"0\"],\" arrangörer\"],\"B7w4KY\":[\"Inga andra arrangörer tillgängliga\"],\"BCmibk\":[\"Försök\"],\"BDSRuX\":[\"Återbetald: \",[\"0\"]],\"BFRSTT\":[\"Välj konto\"],\"BGD9Yt\":[\"Lägg till biljetter\"],\"BHZbFy\":[\"En enda fråga per order. T.ex. Vilken är din leveransadress?\"],\"BI7D9d\":[\"Pris ej angivet\"],\"BJIEiF\":[\"Lyckades \",[\"0\"],\" deltagare\"],\"BJtMTd\":[\"Vi rekommenderar 1950×650 px, bildförhållande 3:1 och maximal filstorlek 5 MB\"],\"BLTZ42\":[\"Lösenordet har återställts. Logga in med ditt nya lösenord.\"],\"BM/KQm\":[\"Postnummer\"],\"BMtue0\":[\"Nuvarande betalningsleverantör\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Skapa ny\"],\"BRArmD\":[\"Du har åtkomst till flera konton. Välj ett för att fortsätta.\"],\"BREO0S\":[\"Visa en kryssruta som låter kunder välja att ta emot marknadsföringskommunikation från denna organisatör.\"],\"BTne9e\":[\"Skapa anpassade e-postmallar för detta evenemang som åsidosätter organisatörens standardinställningar\"],\"BUe8Wj\":[\"Köparen betalar\"],\"BV4L/Q\":[\"UTM-analys\"],\"BVinvJ\":[\"Exempel: \\\"Hur hörde du talas om oss?\\\", \\\"Företagsnamn för faktura\\\"\"],\"BVu2Hz\":[\"Skickat av\"],\"BW6QAz\":[\"Teamhantering\"],\"BWF1kC\":[\"Sök meddelanden...\"],\"BZ9GWa\":[\"Kampanjkoder kan användas för att erbjuda rabatter, förköp eller särskild åtkomst till ditt evenemang.\"],\"BZBYf3\":[\"För att ta emot kortbetalningar behöver du ansluta ditt Stripe-konto. Stripe är vår betalpartner som säkerställer säkra transaktioner och utbetalningar i tid.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Förhandsgranskning av e-post\"],\"BfucwY\":[\"Hantera dina användare och deras behörigheter\"],\"BiYOdA\":[\"Sök på namn...\"],\"Bj/QGQ\":[\"Ange ett minimipris och låt användare betala mer om de vill\"],\"Bk06QI\":[\"Stripe anslutet\"],\"BnlG9U\":[\"Din nuvarande order kommer att försvinna.\"],\"BwJKBw\":[\"av\"],\"BxsfMK\":[\"Totala avgifter\"],\"BzEFor\":[\"eller\"],\"BzfzPK\":[\"Artiklar\"],\"C3htzi\":[\"Inställningen uppdaterades\"],\"C3nD/1\":[\"Ange din e-postadress\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Välj produkter\"],\"C4nQe5\":[\"Plattformsavgiften läggs på biljettpriset. Köpare betalar mer, men du får hela biljettpriset.\"],\"C4qOW8\":[\"Dold från offentlig vy\"],\"C63rRe\":[\"Gå tillbaka till evenemangssidan för att börja om.\"],\"C8HNV2\":[\"Slutför betalning\"],\"C8JLas\":[\"Rabattyp\"],\"C8ne4X\":[\"Spara biljettlayout\"],\"CBBcly\":[\"Visar vanliga adressfält, inklusive land\"],\"CCjxOC\":[\"Skapa ditt första evenemang för att börja sälja biljetter och hantera deltagare.\"],\"CELKku\":[\"Ladda ner faktura\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Välj deltagargrupp\"],\"CHzaTD\":[\"Inga populära evenemang de senaste 14 dagarna\"],\"CMUt3Y\":[\"Biljettinnehavare\"],\"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\"],\"CNafaC\":[\"Kryssrutealternativ tillåter flera val\"],\"CNk/ro\":[\"Det här är ett onlineevenemang\"],\"COnw8D\":[[\"0\"],\" logotyp\"],\"CPXP5Z\":[\"Partners\"],\"CQeZT8\":[\"Rapporten hittades inte\"],\"CRu4lK\":[\"Incheckad\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Webhook-loggar\"],\"CUKVDt\":[\"Profilera dina biljetter med en anpassad logotyp, färger och sidfotmeddelande.\"],\"CVw2MU\":[\"Filter (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Sommarens musikfestival 2025\"],\"CWk59I\":[\"Komedi\"],\"CZomgW\":[\"Momsregistrerad\"],\"CabI04\":[\"Momsregistreringsnumret får inte innehålla mellanslag\"],\"CbnrWb\":[\"Tillbaka till evenemanget\"],\"CfKofC\":[\"Rullgardinsval\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Knapptext\"],\"ClwUUD\":[\"Plats- och lokalinformation för evenemanget\"],\"CmoB9j\":[\"Visningsläge för pris\"],\"CnZ3Ou\":[\"Dina biljetter har bekräftats.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Välj kalender\"],\"CsTTH0\":[\"Orderbekräftelsen skickades igen\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Orderägare med produkter\"],\"CySr+W\":[\"Klicka för att visa anteckningar\"],\"D+zLDD\":[\"Dold\"],\"D02dD9\":[\"Kampanj\"],\"D2g7C7\":[\"Alla jobb köade för nytt försök\"],\"D2qlBU\":[\"Deltagare uppdaterad\"],\"D3iCkb\":[\"Startdatum\"],\"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.\"],\"D6+U20\":[\"Checka in och markera ordern som betald\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Skicka orderbekräftelse och biljettsmejl\"],\"D9zTjx\":[\"Liveevenemang\"],\"DB8zMK\":[\"Använd\"],\"DCKkhU\":[\"Nuvarande lösenord\"],\"DDcvSo\":[\"Tyska\"],\"DEcpfp\":[\"Mallens brödtext innehåller ogiltig Liquid-syntax. Rätta den och försök igen.\"],\"DFqasq\":[\"Genom att fortsätta godkänner du <0>\",[\"0\"],\" användarvillkor\"],\"DJQEZc\":[\"Produkter sorterades korrekt\"],\"DKYTWG\":[\"Misslyckades med att försöka igen\"],\"DKwDdj\":[\"Skriv ut biljetter\"],\"DM4gBB\":[\"Kinesiska (traditionell)\"],\"DMCX/I\":[\"Standardinställningar för plattformsavgifter uppdaterades\"],\"DPfwMq\":[\"Klar\"],\"DRErHC\":[\"Dold för deltagare – endast synlig för arrangörer\"],\"DRykfS\":[\"Hanterar fortfarande återbetalningar för dina äldre transaktioner.\"],\"DXZRk5\":[\"Suite 100\"],\"DZjk8u\":[\"Inställningar för betalning och fakturering\"],\"DZlSLn\":[\"Dokumentetikett\"],\"Da29Y6\":[\"Dölj denna fråga\"],\"DdHfeW\":[\"Hantera dina kontouppgifter och standardinställningar\"],\"Dim4LO\":[\"Lägg till deltagare manuellt\"],\"DjSbj3\":[\"Misslyckades med att skicka biljetten igen\"],\"Djl45M\":[\"Du behöver en produkt innan du kan skapa en kapacitetstilldelning.\"],\"DnXcDK\":[\"Sekundär färg\"],\"DoH3fD\":[\"Orderbetalning väntar\"],\"DovcfC\":[\"Berätta om din organisation. Denna information kommer att visas på dina evenemangssidor.\"],\"DruLRc\":[\"Senaste 14 dagarna\"],\"DrwwNd\":[\"Välj tidsperiod\"],\"Du6bPw\":[\"Adress\"],\"Dvq0wf\":[\"Vänligen tillhandahåll en bild.\"],\"DwF9eH\":[\"Komponentkod\"],\"Dwf4dR\":[\"Inga deltagarfrågor ännu\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Spara konfiguration\"],\"E/9LUk\":[\"Platsnamn\"],\"E0q9qH\":[\"Obegränsat antal användningar tillåts\"],\"E15xs8\":[\"⚡️ Konfigurera ditt evenemang\"],\"E1F5Ji\":[\"Mottagare är tillgängliga efter att meddelandet har skickats\"],\"E1eze1\":[\"Anslut ditt Stripe-konto för att börja ta emot betalningar för dina evenemang.\"],\"E6nRW7\":[\"Kopiera URL\"],\"E9jY+o\":[\"Misslyckades med att uppdatera deltagare\"],\"EBzPwC\":[\"Evenemangets fullständiga adress\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Publicera\"],\"EFq6EG\":[\"Välj en bild.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Konto hittades inte\"],\"EJ7bVz\":[\"Inga ordrar hittades\"],\"EJPAcd\":[\"Misslyckades med att skicka orderbekräftelsen igen\"],\"EK/G11\":[\"Inga svar ännu\"],\"ELa4O9\":[\"Slutdatum för försäljning\"],\"ENCIQz\":[\"Kopiera länk\"],\"ENEPLY\":[\"Betalningsmetod\"],\"EOqL/A\":[\"Är du säker på att du vill erbjuda en plats till denna person? De kommer att få ett e-postmeddelande.\"],\"ETcU7q\":[\"Kunde inte erbjuda plats\"],\"EUnesn\":[\"Tillgängliga biljetter\"],\"EV30TR\":[\"USB-skannerläge aktiverat. Börja skanna biljetter nu.\"],\"EWCLpZ\":[\"Produkt skapad\"],\"EWErQh\":[\"Den schemalagda tiden måste vara i framtiden\"],\"EWPtMO\":[\"Kod\"],\"EWnXR+\":[\"Anslut till Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Biljettdesignen sparades\"],\"EZy55F\":[\"Order återbetalad\"],\"EaAPbv\":[\"Totalt betalt belopp\"],\"EdQY6l\":[\"Ingen\"],\"Edm6av\":[\"Återanslut Stripe →\"],\"Eeo/Gy\":[\"Misslyckades med att uppdatera inställning\"],\"Ef7StM\":[\"Okänd\"],\"EfK2O6\":[\"Erbjud plats\"],\"Egnj9d\":[\"Du behöver markera en order som betald manuellt. Det kan göras på sidan för att hantera ordern.\"],\"Eh5Wrd\":[\"Din grymma webbplats 🎉\"],\"EhlbcI\":[\"Misslyckades med att uppdatera meddelandenivå\"],\"EmFsMZ\":[\"Ditt momsregistreringsnummer är köat för validering\"],\"EmYMHc\":[\"Väntar på offlinebet.\"],\"Ep3VfY\":[\"Visa på Google Maps\"],\"EpknJA\":[\"Skriv ditt meddelande här...\"],\"EpvBAp\":[\"Ingen faktura\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Visa kryssruta för samtycke till marknadsföring\"],\"Ev2r9A\":[\"Inga resultat\"],\"Ewir4O\":[\"Välj minst en produkt\"],\"EwoMtl\":[\"Skapa kategori\"],\"ExDt3P\":[\"Är du säker på att du vill avpublicera detta evenemang? Det kommer inte längre vara synligt för allmänheten.\"],\"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.\"],\"EyE8E6\":[\"Betalningshantering\"],\"EzwCw7\":[\"Redigera fråga\"],\"F+pJnL\":[\"SEO-inställningarna uppdaterades\"],\"F1Xp97\":[\"Enskilda deltagare\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Minst en evenemangstyp måste väljas\"],\"F3/nus\":[\"Fortsätt till betalning\"],\"F3mW5G\":[\"Tillåt kunder att gå med i en väntelista när denna produkt är slutsåld\"],\"F4NXOl\":[\"Orderns efternamn\"],\"F4SRy3\":[\"Incheckning borttagen\"],\"F5/CBH\":[\"artikel(er)\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Aktiv\"],\"F89D36\":[\"Det uppstod ett fel när ordern skulle markeras som betald\"],\"FCVmuU\":[\"Visa evenemang\"],\"FG98gC\":[\"Rensa söktext\"],\"FI60XC\":[\"Konfigurera skatter och avgifter\"],\"FImCSc\":[[\"0\"],\" uppdaterades\"],\"FJ9Yat\":[\"Kontrollera att den angivna informationen är korrekt\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Det gick inte att checka in deltagaren\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Aktivera\"],\"FRl8Jv\":[\"Du behöver verifiera kontots e-postadress innan du kan skicka meddelanden.\"],\"FSN4TS\":[\"Bädda in widget\"],\"FSaY52\":[\"Webhooken skickar notiser\"],\"FTfObB\":[\"Inga produkter ännu\"],\"FU1gvP\":[\"Redigera incheckningslista\"],\"FVTVBy\":[\"Du måste verifiera din e-postadress innan du kan uppdatera arrangörsstatusen.\"],\"FVetkT\":[\"Vilka biljetter ska kopplas till den här incheckningslistan?\"],\"FaK/8G\":[\"Återbetala order \",[\"0\"]],\"FaPYw+\":[\"Orderägare\"],\"FaSXqR\":[\"Vilken typ av evenemang?\"],\"Fb+SDI\":[\"Lägg till fler biljetter\"],\"Ff0Dor\":[\"Tidigare\"],\"FgRxRP\":[\"Du äger alltid 100 % av din deltagardata\"],\"Fi3b48\":[\"Senaste ordrar\"],\"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 %.\"],\"FlQKnG\":[\"Inkludera skatt och avgifter i priset\"],\"FmogyU\":[\"Dölj alternativ\"],\"FpsvqB\":[\"Färgläge\"],\"Fq/Nx7\":[\"Vi har skickat en verifieringskod med 5 siffror till:\"],\"Fuh+dI\":[\"En enda fråga per produkt. T.ex. Vilken är din t-shirtstorlek?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Kopierad till urklipp\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Mallen sparades\"],\"G0KW+e\":[\"Startsidedesignen uppdaterades\"],\"G42SNI\":[\"Skicka e-post igen\"],\"G5RhpL\":[\"Arrangör\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Roll\"],\"GG1fRP\":[\"Ditt evenemang är live!\"],\"GG7qDw\":[\"Dela affiliate-länk\"],\"GHdjuo\":[\"Sök på namn, e-post eller konto...\"],\"GIoqtA\":[\"Kundens efternamn\"],\"GNcfRk\":[\"Supportmejl\"],\"GRChTw\":[\"Något gick fel när momsen eller avgiften skulle tas bort\"],\"GS+Mus\":[\"Exportera\"],\"GTOcxw\":[\"Redigera användare\"],\"GVUxAX\":[\"Statistiken baseras på kontots skapandedatum\"],\"GVcaW6\":[\"Organisationsuppgifter\"],\"GX6dZv\":[\"Ordersammanfattning\"],\"GctSSm\":[\"Använd kampanjkod\"],\"GdOhw6\":[\"Stäng av ljudet\"],\"GdWB+V\":[\"Webhook skapades\"],\"GeqWgj\":[\"Evenemangets tidszon\"],\"GfWoKv\":[\"SEO-inställningar\"],\"GfaxEk\":[\"Musik\"],\"Gh9Oqb\":[\"Evenemangsarrangörens namn\"],\"Gjt/py\":[\"Avbryt ändring av e-postadress\"],\"GkH0Pq\":[\"Moms och avgifter tillämpade\"],\"Gmd0hv\":[\"När en ny deltagare skapas\"],\"Gnjf3o\":[\"Du kan inte ändra produkttyp eftersom det finns deltagare kopplade till den här produkten.\"],\"GpT6Uf\":[\"Tillåt deltagare att uppdatera deras biljettinformation (namn, epost) via säker länk skickad med deras orderinformation.\"],\"GptGxg\":[\"Ändra lösenord\"],\"GqvPcv\":[\"Inga filter tillgängliga\"],\"Gspam9\":[\"Vi behandlar din order. Vänta...\"],\"GuXjc5\":[\"Validerad\"],\"Guo0lU\":[\"Anpassat datum och tid\"],\"Gv5AMu\":[\"Meddela deltagare\"],\"Gy7BA3\":[\"Arrangörens e-postadress\"],\"H/UMUG\":[\"E-postverifiering krävs\"],\"H34qcM\":[\"Skapar organisatör...\"],\"H35u3n\":[\"Du måste skapa en biljett innan du kan lägga till en deltagare manuellt.\"],\"H4nE+E\":[\"Avbryt alla produkter och släpp tillbaka dem till poolen\"],\"H5qWhm\":[\"Order avbruten\"],\"H6Gslz\":[\"Beklagar besväret.\"],\"H6Ma8Z\":[\"Rabatt\"],\"H8kMHT\":[\"Fick du inte koden?\"],\"H9HlDe\":[\"minuter\"],\"HB22j9\":[\"Fortsätt konfigureringen\"],\"HE6KcK\":[\"Inbjudan återkallad!\"],\"HFucK5\":[\"Inga avslutade evenemang att visa.\"],\"HGuXjF\":[\"Biljettinnehavare\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Det uppstod ett problem när sidan skulle laddas. Försök igen.\"],\"HLDaLi\":[\"Adminanvändare har full åtkomst till evenemang och kontoinställningar.\"],\"HMAqFK\":[\"Skicka e-post till deltagare, biljettinnehavare eller orderägare. Meddelanden kan skickas omedelbart eller schemaläggas för senare.\"],\"HR/cvw\":[\"Exempelgatan 123\"],\"HSw5l3\":[\"Nej, jag är en privatperson eller ett företag som inte är momsregistrerat\"],\"HT/08n\":[\"Deltagarbiljett\"],\"HVW65c\":[\"Betald produkt\"],\"HVkhy2\":[\"Attributionsanalys\"],\"HVwIsd\":[\"Icke momsregistrerade företag eller privatpersoner: irländsk moms på 23 % tillämpas\"],\"HWXuQK\":[\"Bokmärk denna sida för att hantera din order när som helst.\"],\"HX5SVx\":[\"Artikel\"],\"HXMJxH\":[\"Valfri text för friskrivningar, kontaktuppgifter eller tackmeddelanden, endast en rad\"],\"HdmwrI\":[\"Orderns e-postadress\"],\"HhwcTQ\":[\"Evenemangsnamn\"],\"HiGkFu\":[\"Omdirigerar till Stripe...\"],\"HirZe8\":[\"Dessa mallar används som standard för alla evenemang i din organisation. Enskilda evenemang kan ersätta dem med egna anpassade versioner.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Ändring av e-postadress avbröts\"],\"HsFnrk\":[\"Maximalt antal produkter för \",[\"0\"],\" är \",[\"1\"]],\"HtrFfw\":[\"URL krävs\"],\"HxxXZO\":[\"Den primära varumärkesfärgen som används för knappar och markeringar\"],\"I+FvbD\":[\"Skanna\"],\"I+utEq\":[\"Partnerkoden kan inte ändras\"],\"I/NNtI\":[\"Evenemangets plats\"],\"I3QpvQ\":[\"Mottagare\"],\"I3yitW\":[\"Senaste inloggning\"],\"I6F3cp\":[\"E-post ej verifierad\"],\"I7xjqg\":[\"Bakgrundstyp\"],\"IF7RiR\":[\"Omslag\"],\"IFHV2p\":[\"Din biljett till\"],\"IKwyaF\":[\"E-poständringen bekräftades\"],\"IMJ6rh\":[\"Automatisk storleksanpassning\"],\"IMwcdR\":[\"Impersonering stoppad\"],\"INDKM9\":[\"Ange e-postämne...\"],\"IUwGEM\":[\"Spara ändringar\"],\"IV9xTT\":[\"Den här användaren är inte aktiv eftersom hen inte har accepterat sin inbjudan.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Ange ditt momsnummer inklusive landskod, utan mellanslag (t.ex. IE1234567A, DE123456789)\"],\"IfN2Qo\":[\"Vi rekommenderar en kvadratisk logotyp med minst 200×200 px\"],\"IgcAGN\":[\"Bruttoförsäljning\"],\"IkGIz8\":[\"betald\"],\"IoAuJG\":[\"Skickar...\"],\"IoDI2o\":[\"Laddar tokens...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Kan inte checka in (avbruten)\"],\"IrVSu+\":[\"Det gick inte att duplicera produkten. Kontrollera dina uppgifter\"],\"IuMGvq\":[\"Faktura\"],\"IuUoyV\":[\"När en deltagare checkas in\"],\"IvxA4G\":[\"Biljetter har erbjudits till \",[\"count\"],\" personer\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Inga ordrar att visa\"],\"J3RJSZ\":[\"Deltagaren uppdaterades\"],\"J3lhKT\":[\"Plattformsavgift\"],\"J6n7sl\":[\"Pågående\"],\"JEPMXN\":[\"Begär en ny länk\"],\"JEdsvQ\":[\"Betalningsinstruktioner\"],\"JHB/Ky\":[\"Ogiltig\"],\"JJhRbH\":[\"Kapacitet dag ett\"],\"JKfSAv\":[\"Export misslyckades. Försök igen.\"],\"JNCzPW\":[\"Land\"],\"JQNMrj\":[\"Skapa ditt första evenemang\"],\"JRQitQ\":[\"Bekräfta nytt lösenord\"],\"JZTQI0\":[\"Byt arrangör\"],\"JbIgPz\":[\"Monetära värden är ungefärliga totaler över alla valutor\"],\"JcQp9p\":[\"Startdatum och tid\"],\"JcejNJ\":[\"Behandlar order\"],\"JhtZAK\":[\"Betalning misslyckades\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Välj en färg för din bakgrund\"],\"Jjw03p\":[\"Misslyckades med att exportera deltagare\"],\"JlFcis\":[\"Skicka\"],\"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.\"],\"JnuPvH\":[\"Skriv ut biljett\"],\"JoKGiJ\":[\"Kampanjkod\"],\"JpohL9\":[\"Moms\"],\"JtI4vj\":[\"Standardinsamling av deltagarinformation\"],\"Jv22kr\":[[\"0\"],\" <0>incheckad lyckades\"],\"JvUngl\":[\"Datum och tid\"],\"JvuLls\":[\"Absorbera avgift\"],\"JwTmB6\":[\"Produkten duplicerades\"],\"Jwiilf\":[\"Din order har avbokats\"],\"JyD0LH\":[\"Evenemangsinställningar\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Logotypen visas på biljetten\"],\"K2PPlT\":[\"Den procentuella avgiften måste vara mellan 0 och 100\"],\"K47k8R\":[\"Produkt\"],\"K5+3xg\":[\"Acceptera inbjudan\"],\"K6fmBI\":[\"Den här incheckningslistan är ännu inte aktiv och är inte tillgänglig för incheckning.\"],\"K7tIrx\":[\"Kategori\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Anpassa din evenemangssida\"],\"KIjvtr\":[\"Nederländska\"],\"KMMOAy\":[\"Uppgradering tillgänglig\"],\"KMgp2+\":[[\"0\"],\" tillgängliga\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Inga meddelanden att visa\"],\"KR0679\":[\"Bjud in teammedlemmar\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Duplicera produkt\"],\"KSDwd5\":[\"Totalt antal ordrar\"],\"KSQ8An\":[\"Din order\"],\"KTxc6k\":[\"Något gick fel, försök igen eller kontakta supporten om problemet kvarstår\"],\"KUOhTy\":[\"Slå på ljudet\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Flerradigt textfält\"],\"KZN4Lc\":[\"Ta bort alla\"],\"KZrfYJ\":[\"Spara sociala länkar\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Kontakt-e-post för support\"],\"Kdpf90\":[\"Glöm inte!\"],\"KeCXJu\":[\"Visa orderdetaljer, genomför återbetalningar och skicka bekräftelser igen.\"],\"KfmPRW\":[\"Sidans bakgrundsfärg. När en omslagsbild används appliceras detta som en överlagring.\"],\"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.\"],\"KgxI80\":[\"Flexibel biljettförsäljning\"],\"KizCK7\":[\"Välj startdatum och tid\"],\"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.\"],\"KkrBiR\":[\"Insamling av deltagarinformation\"],\"KmWyx0\":[\"Jobb\"],\"KnN1Tu\":[\"Går ut\"],\"KndP6g\":[\"Order-URL\"],\"KnjoUA\":[\"Biljettpris\"],\"Kz91g/\":[\"Turkiska\"],\"L/+xOk\":[\"Du behöver en biljett innan du kan skapa en incheckningslista.\"],\"L/Qc+w\":[\"Kundens e-postadress\"],\"L/gNNk\":[\"Uppdatera \",[\"0\"]],\"L0pJmz\":[\"Ange startnummer för fakturanumrering. Detta kan inte ändras när fakturor väl har skapats.\"],\"L22Tdf\":[\"Sök på namn, ordernummer, deltagarnummer eller e-post...\"],\"L565X2\":[\"alternativ\"],\"L7dIM7\":[\"Den här länken är ogiltig eller har löpt ut.\"],\"L86zy2\":[\"E-post verifierad\"],\"LAW8Vb\":[\"Välj standardinställningen för nya evenemang. Detta kan åsidosättas för enskilda evenemang.\"],\"LBLOqH\":[\"Fråga en gång per order\"],\"LETnBR\":[\"Välkommen till \",[\"0\"],\", här är en lista över alla dina evenemang\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Gästhantering\"],\"LNWHXb\":[\"Inga arkiverade evenemang att visa.\"],\"LOFgda\":[\"Kontakta \",[\"0\"]],\"LQrXcu\":[\"Ladda ner faktura\"],\"LRbt6D\":[\"Tillåt sökmotorer att indexera detta evenemang\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Redigera \",[\"0\"],\"-mall\"],\"LWL3Bs\":[\"Fast avgift måste vara 0 eller högre\"],\"Lc18qn\":[\"När en ny order skapas\"],\"LcET2C\":[\"Integritetspolicy\"],\"LchiNd\":[\"Är du säker på att du vill ta bort denna partner? Denna åtgärd kan inte ångras.\"],\"LdPKPR\":[\"Misslyckades med att tilldela konfiguration\"],\"Ldu/RI\":[\"Till salu\"],\"LeC29u\":[\"Företagsadress för momsändamål\"],\"Lg+ewC\":[\"Betalning och fakturering\"],\"Lj7sBL\":[\"Italienska\"],\"LkMOWF\":[\"Tillgängligt antal\"],\"LmvZ+E\":[\"Anslut Stripe för att aktivera meddelanden\"],\"LqBITi\":[\"Arrangörens eller standardmall kommer att användas\"],\"LslKhj\":[\"Fel vid inläsning av loggar\"],\"Lu+kBU\":[\"Produktförsäljning\"],\"LuY52w\":[\"Välkommen ombord! Logga in för att fortsätta.\"],\"Lvi+gV\":[\"Meddela köpare\"],\"LxSN5F\":[\"Skickas till varje deltagare med deras biljettuppgifter\"],\"LyFC7X\":[\"Filtrera ordrar\"],\"LyUWXA\":[\"Avgifter kringgås\"],\"M/WIer\":[\"Skicka meddelande\"],\"M1RnFv\":[\"Utgånget\"],\"M2DyLc\":[\"1 aktiv webhook\"],\"M2w1ni\":[\"Endast synlig med kampanjkod\"],\"M7Uapz\":[\"Ämnet visas här\"],\"M8M6fs\":[\"Viktigt: återanslutning till Stripe krävs\"],\"MAavyl\":[\"Inga frågor har besvarats av denna deltagare.\"],\"MDNyJz\":[\"Koden går ut om 10 minuter. Kontrollera skräpposten om du inte ser mejlet.\"],\"MGbi9P\":[\"Återbetalning väntar\"],\"MH/lj8\":[\"Det gick inte att uppdatera frågan. Kontrollera dina uppgifter\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"Orderns valuta\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"Den här informationen visas på betalningssidan, ordersammanfattningen och i orderbekräftelsen via e-post.\"],\"MNFIxz\":[\"Du ska till \",[\"0\"],\"!\"],\"MOERNx\":[\"Portugisiska\"],\"MR5ygV\":[\"Den här länken är inte längre giltig\"],\"MSmKHn\":[\"Priset som visas för kunden inkluderar moms och avgifter.\"],\"MT7dxz\":[\"Skriv ut alla biljetter\"],\"MU3ijv\":[\"Gör denna fråga obligatorisk\"],\"MXSqmS\":[\"Markera denna produkt\"],\"MXZfGN\":[\"Anpassa frågorna som ställs i kassan för att samla in viktig information från dina deltagare.\"],\"MY2SVM\":[\"Full återbetalning\"],\"Mck5ht\":[\"Säker kassa\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Sociala länkar uppdaterades\"],\"MhVoma\":[\"Ange ett belopp exklusive skatter och avgifter\"],\"Mi1rVn\":[\"Slutsålt\"],\"MixU2P\":[\"Procenttalet måste vara mellan 0 och 100\"],\"Mkkvfd\":[\"Dölj kom igång-sidan\"],\"MkuVAZ\":[\"Procent av transaktionsbeloppet\"],\"Mokwac\":[\"Bjud in obegränsat antal teammedlemmar med anpassade roller\"],\"Mqy/Zy\":[\"USA\"],\"Mr5UUd\":[\"Biljett avbruten\"],\"MxjCqk\":[\"Letar du bara efter dina biljetter?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Avbryt order \",[\"0\"]],\"N0qXpE\":[\"Produkter\"],\"N141o/\":[\"Öppna Stripe-instrumentpanelen\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"Redigera \",[\"0\"]],\"N9FyyW\":[\"Visa, redigera och exportera dina registrerade deltagare.\"],\"N9JsFT\":[\"Ogiltigt format på momsregistreringsnummer\"],\"NAzVVw\":[\"Schemalägg meddelande\"],\"NB5+UG\":[\"Tillgängliga tokens\"],\"NEmyqy\":[\"Inga ordrar ännu\"],\"NF8sdv\":[\"Markeringsmeddelande\"],\"NFxlHW\":[\"Laddar webhooks\"],\"NGXKG/\":[\"Bekräfta e-postadress\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Följ försäljning, intäkter och närvaro med detaljerade rapporter\"],\"NIuIk1\":[\"Obegränsat\"],\"NJahlc\":[\"Gör faktureringsadress obligatorisk i kassan\"],\"NNc33d\":[\"Misslyckades med att uppdatera svar.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Slutför order\"],\"NRWNfv\":[\"Totalt rabattbelopp\"],\"NRhrIB\":[\"Biljetter och produkter\"],\"NTZ/NX\":[\"Inbäddningskod\"],\"NWVRtl\":[\"Slutförda ordrar\"],\"NY/x1b\":[\"Adressrad 1\"],\"Nbd6WT\":[\"Konfigurera väntelisteinställningar för detta evenemang\"],\"Nc3l/D\":[\"Skapa rabatter, åtkomstkoder för dolda biljetter och specialerbjudanden.\"],\"Nfbg76\":[\"Momsinställningarna sparades\"],\"NgVUL2\":[\"Förhandsgranska kassaflödet\"],\"NiIUyb\":[\"Berätta om ditt evenemang\"],\"NihQNk\":[\"Kunder\"],\"Nl1ZtM\":[\"Evenemangsplats\"],\"NlQ0cx\":[[\"organizerName\"],\"s första evenemang\"],\"NlfnUd\":[\"Länken du klickade på är ogiltig.\"],\"NmpGKr\":[\"Vi kunde inte ändra ordningen på kategorierna. Försök igen.\"],\"NoNwIX\":[\"Inaktiv\"],\"NpEm3p\":[\"Skicka nu\"],\"NsWqSP\":[\"Lägg till dina sociala mediekonton och din webbplats URL. Dessa kommer att visas på din offentliga arrangörssida.\"],\"Nu4oKW\":[\"Beskrivning\"],\"NvuEhl\":[\"Designelement\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Välj...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"E-post\"],\"O6mra8\":[\"Anpassade frågor\"],\"O8m7VA\":[\"Jag godkänner att ta emot e-postmeddelanden relaterade till detta evenemang\"],\"OESu7I\":[\"Förhindra översäljning genom att dela lager mellan flera biljett­typer.\"],\"OHJXlK\":[\"Använd <0>Liquid-mallar för att anpassa dina mejl\"],\"OIPtI5\":[\"En procentandel av produktpriset. T.ex. 3,5% av produktpriset\"],\"OJnhhX\":[[\"eventCount\"],\" evenemang\"],\"OJx3wK\":[\"Inte tillgänglig\"],\"OMJ035\":[\"Radiovalsalternativ\"],\"OMX4tH\":[\"Välj biljetter\"],\"OP094m\":[\"Rapport för kampanjkoder\"],\"OVFwlg\":[\"Inga orderfrågor ännu\"],\"OXku3b\":[\"<0>https://din-webbplats.com\"],\"OZK07J\":[\"Betala för att låsa upp\"],\"OaKTzt\":[\"Visa karta\"],\"OadMRm\":[\"Använd omslagsbild\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Öppna sidomeny\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Återställ\"],\"OfmsI9\":[\"Evenemang för nytt\"],\"OhCesD\":[\"Den här ordern avbröts. Du kan starta en ny order när som helst.\"],\"Ohn74G\":[\"Konfiguration och design\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Biljettnamn\"],\"OmylXO\":[\"Kontot uppdaterades\"],\"On0aF2\":[\"Webbplats\"],\"Oo/PLb\":[\"Sammanfattning av intäkter\"],\"OoSyqO\":[\"Om \",[\"diffMinutes\"],\" minuter\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"Automatiskt erbjudande är aktiverat. Biljetter erbjuds automatiskt när kapacitet blir tillgänglig. Använd detta för att manuellt erbjuda ytterligare platser.\"],\"OpKMSn\":[\"Transaktionsavgift:\"],\"OqEV/G\":[\"Slutför inställningarna nedan för att fortsätta\"],\"Or1CPR\":[\"Lägg till eventuella anteckningar om deltagaren...\"],\"OrXJBY\":[\"Valfritt prefix för fakturanummer, till exempel INV-\"],\"Os6n2a\":[\"Avbryt order\"],\"OtgNFx\":[\"E-postadressen bekräftades\"],\"OtjenF\":[\"Vänligen ange en giltig e-postadress\"],\"OvNbls\":[\"Ladda ner .ics\"],\"OveehC\":[\"Lägg till instruktioner för offline-betalningar (t.ex. banköverföringsuppgifter, vart man skickar checkar, betalningsfrister)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Inbjudan skickades igen!\"],\"P+5Pbo\":[\"Dölj svar\"],\"P+Sty0\":[\"Du ändrar din e-postadress till <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Gratis produkt\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Omslagsbild\"],\"P5sgAk\":[\"Kampanjkod\"],\"P8hBau\":[\"Din betalning behandlas.\"],\"PC3/fk\":[\"Evenemang som startar inom 24 timmar\"],\"PCRCCN\":[\"Information om momsregistrering\"],\"PChXMe\":[\"Inga betalda beställningar\"],\"PFjJxY\":[\"Ditt nya lösenord måste vara minst 8 tecken långt.\"],\"PGPGsL\":[\"Lägg till beskrivning\"],\"PKXt9R\":[\"Slutdatum måste vara efter startdatum\"],\"PLUB/s\":[\"Avgift\"],\"PMhxAR\":[\"Momsregistreringsnumret måste börja med en landskod med två bokstäver följt av 8–15 alfanumeriska tecken (t.ex. DE123456789)\"],\"PO/sOY\":[\"Återkalla inbjudan\"],\"POT0K/\":[\"Ett fast belopp per produkt. T.ex. $0,50 per produkt\"],\"POdIrN\":[\"Adressrad 1\"],\"PRuBTd\":[\"Startsidedesigner\"],\"PSRm6/\":[\"Hitta mina biljetter\"],\"PUpvQe\":[\"Kameraskanner\"],\"PYVWEI\":[\"Om registrerad, ange ditt momsregistreringsnummer för validering\"],\"PYs3rP\":[\"Evenemangsnamn\"],\"PZ7FTW\":[\"Identifieras automatiskt baserat på bakgrundsfärg, men kan åsidosättas\"],\"Pa6G7v\":[\"Arrangörsnamn\"],\"Pc/Wtj\":[\"Den här deltagaren har en obetald order.\"],\"Pc729f\":[\"Ordern väntar på offlinebetalning\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Kopierad!\"],\"Pjsch9\":[\"Sök kapacitetstilldelningar...\"],\"Pmr5xp\":[[\"0\"],\" skapades framgångsrikt\"],\"PnSzEc\":[\"När du är redo kan du publicera ditt evenemang och börja sälja produkter.\"],\"Pp1sWX\":[\"Uppdatera affiliate\"],\"Pte1Hv\":[\"Visa deltagardetaljer\"],\"Puv7+X\":[\"Kontoinställningar\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Den här ordern har löpt ut. Börja om.\"],\"Q2lUR2\":[\"Valuta\"],\"Q7CWxp\":[\"När en deltagare avbokas\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Ditt momsregistreringsnummer valideras när du sparar\"],\"QDEWii\":[\"Verifierad\"],\"QDWsl9\":[\"Välkommen till \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Skicka ditt första meddelande\"],\"QGoXh3\":[\"Eftersom ditt företag är baserat i EU måste vi fastställa rätt momsbehandling för våra plattformsavgifter:\"],\"QHhZeE\":[\"Mallen skapades\"],\"QIWCnW\":[\"VIP-incheckningslista\"],\"QIn0Vl\":[\"Juridiskt företagsnamn för momsändamål\"],\"QIodqd\":[\"Ladda ner QR-kod\"],\"QIxRUI\":[\"Betalda, gratis, nivåbaserade och donationsbaserade biljetter\"],\"QKLP1W\":[\"Anslut ditt Stripe-konto för att börja ta emot betalningar.\"],\"QKim6l\":[\"Deltagare hittades inte\"],\"QMHSMS\":[\"Kunden kommer att få ett e-postmeddelande som bekräftar återbetalningen\"],\"QN2F+7\":[\"Lägg till webhook\"],\"QNrkms\":[\"Svaret uppdaterades\"],\"QOg2Sf\":[\"Anpassa e-post- och aviseringsinställningarna för detta evenemang\"],\"QOhkyl\":[\"Skriv\"],\"QP3gP+\":[\"Dessa inställningar gäller bara för kopierad inbäddningskod och kommer inte att sparas.\"],\"QS1Nla\":[\"Schemalägg för senare\"],\"QUg5y1\":[\"Nästan klart! Slutför anslutningen av ditt Stripe-konto för att börja ta emot betalningar.\"],\"QXgjH0\":[\"Misslyckades med att stoppa impersonering. Försök igen.\"],\"QXlz+n\":[\"Standardvaluta för dina evenemang.\"],\"QYARw/\":[\"Välj biljett\"],\"QYLpB4\":[\"Endast checka in\"],\"QYcUEf\":[\"Minimipris\"],\"QbrUIo\":[\"Sidvisningar\"],\"QcCPs8\":[\"Evenemangsdetaljer\"],\"QcwyCh\":[\"Ja, ta bort dem\"],\"Qj0GKe\":[\"Aktivera självservice för deltagare\"],\"QkLf4H\":[\"Sidans URL\"],\"QlSZU0\":[\"Du utger dig för att vara <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Detta kan du förvänta dig:\"],\"Qm5XkZ\":[\"Startdatum för försäljning\"],\"QoAi8D\":[\"Inget svar\"],\"QotGhf\":[\"Stäng detta meddelande\"],\"Qp4HWD\":[\"Max mottagare / meddelande\"],\"Qqqrwa\":[\"Öppna incheckningssida\"],\"Qrc8RZ\":[\"Ta bort incheckningslista\"],\"QsYjci\":[\"Alla evenemang\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Välj kamera\"],\"QuhVpV\":[\"Hej \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Kapacitet\"],\"QzmQBG\":[\"Betalleverantör\"],\"R02pnV\":[\"Ditt evenemang måste vara live innan du kan sälja biljetter till deltagare.\"],\"R0wEyA\":[\"Sök efter jobbnamn eller undantag...\"],\"R29lO5\":[\"Betalningsvillkor\"],\"R2O9Rg\":[\"Betalt belopp (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Export klar. Laddar ner fil...\"],\"R4r4XO\":[\"Gäster\"],\"R5IT/I\":[\"Deltagaranteckningar\"],\"R6i9o9\":[\"Du måste bekräfta att det här e-postmeddelandet inte är reklam\"],\"R6n7j9\":[\"Momsinställningarna uppdaterades\"],\"RBXXtB\":[\"Inga betalningsmetoder är tillgängliga för närvarande. Kontakta arrangören för hjälp.\"],\"RD51+P\":[\"Plattformsavgift på \",[\"0\"],\" dras från din utbetalning\"],\"RDie0n\":[\"Övrigt\"],\"RG3szS\":[\"stäng\"],\"RHyZUL\":[\"Inga sökresultat.\"],\"RKKhnW\":[\"Skapa en anpassad widget för att sälja biljetter på din webbplats.\"],\"ROR8QD\":[\"Ditt kontonamn används på evenemangssidor och i e-post.\"],\"ROv2ZT\":[\"Frågor och svar\"],\"RQCXz6\":[\"Ordergränser\"],\"RRZDED\":[\"Vi kunde inte hitta några ordrar kopplade till den här e-postadressen.\"],\"RReHTu\":[\"Företagsnamn\"],\"RUMiLy\":[\"Validering av momsregistreringsnummer misslyckades\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Kampanjkoder\"],\"RWw9Lg\":[\"Stäng dialogruta\"],\"RY2eP1\":[\"Inga skatter eller avgifter har lagts till.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"Vilken tid kommer du?\"],\"ReihZ7\":[\"Utskriftsförhandsgranskning\"],\"RfwZxd\":[\"Återställ lösenord\"],\"RjwlZt\":[\"Den här ordern är redan betald.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Skicka ett meddelande\"],\"RlJmQg\":[\"En standardskatt, såsom moms\"],\"RnvnDc\":[\"Visa alla meddelanden skickade på plattformen\"],\"Ropvj0\":[\"Välj vilka evenemang som ska utlösa denna webhook\"],\"RpwiYC\":[\"Återbetalning väntar\"],\"RqSKdX\":[\"Den här produkten är slutsåld\"],\"Rs/IcB\":[\"Första användning\"],\"Rs7IQv\":[\"Meddelande före checkout\"],\"RsiDDQ\":[\"Andra listor (biljett ingår inte)\"],\"RtxQTF\":[\"Avboka även denna order\"],\"RuaKfn\":[\"Adressen uppdaterades\"],\"Rwiyt2\":[\"Moms konfigurerad\"],\"RxzN1M\":[\"Aktiverad\"],\"RzEvf5\":[\"Det här evenemanget har avslutats\"],\"S+OdxP\":[\"Vem arrangerar det här evenemanget?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"Förnamn måste vara mellan 1 och 50 tecken\"],\"S0ctOE\":[\"Arkivera evenemang\"],\"S3CZ5M\":[\"Arrangörens instrumentpanel\"],\"S4PqS9\":[[\"0\"],\" aktiva webhooks\"],\"S8Tua9\":[\"Inställningar uppdaterade\"],\"SCimta\":[\"Dölj kom igång-sidan från sidofältet\"],\"SHJwyq\":[\"Incheckningsgrad\"],\"SIHgVQ\":[\"Det gick inte att avbryta meddelandet\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Totalt antal deltagare\"],\"SMUbbQ\":[\"En rullgardinsmeny tillåter endast ett val\"],\"SNzppu\":[\"Gå med i väntelistan\"],\"SO9AEF\":[\"Ordergräns satt\"],\"SPKbfM\":[\"t.ex. Köp biljetter, Registrera dig nu\"],\"SPdzrs\":[\"Skickas till kunder när de lägger en order\"],\"SQKPvQ\":[\"Bjud in användare\"],\"SQqJd8\":[\"Arrangör hittades inte\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Export startad. Förbereder fil...\"],\"SXzpzO\":[\"Visa kryssruta för samtycke till marknadsföring som standard\"],\"SZw9tS\":[\"Visa detaljer\"],\"Sa7w7S\":[\"Den här incheckningslistan har löpt ut och är inte längre tillgänglig för incheckning.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Fel\"],\"SnlQeq\":[\"Inga frågor har ställts för denna order.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Kryssrutor\"],\"SsI9v/\":[\"Misslyckades med att avbryta ordern. Försök igen.\"],\"Sxm1lO\":[\"Alla statusar\"],\"Sxm8rQ\":[\"Användare\"],\"T+1APV\":[\"Nuvarande momsnummer är validerat\"],\"T02gNN\":[\"Allmän entré\"],\"T0K0yl\":[\"Inaktiva användare kan inte logga in.\"],\"T4BMxU\":[\"Avgifter kan ändras. Du kommer att meddelas vid ändringar i din avgiftsstruktur.\"],\"T5rdis\":[\"kopierad till urklipp\"],\"T6B2gk\":[\"Misslyckades med att skicka meddelande. Försök igen.\"],\"TBEnp1\":[\"Logotypen visas i sidhuvudet\"],\"TF37u6\":[\"Dina deltagare har exporterats.\"],\"TF9opW\":[\"Blixt är inte tillgänglig på den här enheten\"],\"TMLAx2\":[\"Obligatorisk\"],\"TNaCfq\":[\"Enradig textruta\"],\"TPoYsF\":[\"Orderreferens\"],\"TSAiPM\":[\"Sidan du letar efter finns inte\"],\"TTpXL3\":[\"Skicka igen om \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"Lösenordet måste vara minst 8 tecken\"],\"TWXU0c\":[\"Impersonera användare\"],\"TZxnm8\":[\"Lägg till alternativ\"],\"TdfEV7\":[\"Arkiverad\"],\"TeSaQO\":[\"Tillbaka till konton\"],\"Tf55h7\":[\"Konfigurerad rabatt\"],\"TjX7xL\":[\"Meddelande efter checkout\"],\"TjbIUI\":[[\"availableCount\"],\" av \",[\"totalCount\"],\" tillgängliga\"],\"TkQVup\":[\"Kontrollera din e-postadress och ditt lösenord och försök igen\"],\"TkfG8v\":[\"Hämta detaljer per order\"],\"TlEeFv\":[\"Kommande evenemang\"],\"TnzbL+\":[\"På grund av hög risk för skräppost måste du ansluta ett Stripe-konto innan du kan skicka meddelanden till deltagare.\\nDetta säkerställer att alla evenemangsorganisatörer är verifierade och ansvariga.\"],\"Tol4BF\":[\"Orderdetaljer\"],\"TpqW74\":[\"Fast\"],\"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.\"],\"TskrJ8\":[\"Betalning och abonnemang\"],\"TvY/XA\":[\"Dokumentation\"],\"TvkW9+\":[\"Är du säker på att du vill arkivera detta evenemang?\"],\"TxfvH2\":[\"Välj vilka deltagare som ska få detta meddelande\"],\"Tz0i8g\":[\"Inställningar\"],\"Tz5oXG\":[\"Ja, avbryt min order\"],\"U/R4Ng\":[\"Produktnivå\"],\"U3pytU\":[\"Admin\"],\"U3wiCB\":[\"Allt är klart! Dina betalningar behandlas utan problem.\"],\"U61sAj\":[\"Produktkategorin uppdaterades.\"],\"U65fiW\":[\"Spara arrangör\"],\"U66oUa\":[\"Misslyckades med att skapa mall\"],\"U7nGvl\":[\"Kan inte checka in\"],\"UBSG1X\":[\"Topparrangörer (Senaste 14 dagarna)\"],\"UEqXyt\":[\"Anpassat intervall\"],\"UGT5vp\":[\"Spara inställningar\"],\"UIENhw\":[\"Konfigurationsnamn är synliga för slutanvändare. Fasta avgifter kommer att konverteras till ordervalutan enligt aktuell växelkurs.\"],\"UJmAAK\":[\"Ämne\"],\"UKfi21\":[\"Skapa skatt eller avgift\"],\"UMGQOh\":[\"Anslut med Stripe\"],\"UNMVei\":[\"Glömt lösenord?\"],\"UQ0ACV\":[\"Totalt antal beställningar\"],\"URAE3q\":[\"Pausad\"],\"URUYHc\":[\"Inställningar för plattformsavgifter uppdaterades\"],\"URmyfc\":[\"Detaljer\"],\"UVPI5D\":[\"Visa färre plattformar\"],\"UW90md\":[\"Inga mottagare hittades\"],\"UWWRyd\":[\"Lägg till fråga\"],\"UXBCwc\":[\"Efternamn\"],\"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.\"],\"UYUgdb\":[\"Order\"],\"UZ2GSZ\":[\"Fakturainställningar\"],\"UaISq3\":[\"Svenska\"],\"UabgBd\":[\"Meddelandet är obligatoriskt\"],\"UdY1lL\":[\"Din betalning lyckades inte, försök igen.\"],\"Ug4SfW\":[\"När du skapar ett evenemang visas det här.\"],\"UiAk5P\":[\"Infoga bild\"],\"Uicx2U\":[\"Den här incheckningslistan är aktiv\"],\"UjNWsF\":[\"Moms kan tillämpas på plattformsavgifter beroende på din momsregistreringsstatus. Fyll i avsnittet för momsinformation nedan.\"],\"UkHo4c\":[\"Beställningsreferens\"],\"UkM20g\":[\"Väntar på granskning\"],\"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.\"],\"UlAK8E\":[\"Exporterar ordrar\"],\"Uo5ddP\":[\"Vi meddelar dig via e-post om en plats blir tillgänglig för \",[\"0\"],\".\"],\"UoIRW8\":[\"Deltagare registrerade\"],\"Upeg/u\":[\"Aktivera denna mall för att skicka e-post\"],\"Uqefyd\":[\"Är du momsregistrerad i EU?\"],\"UtDm3q\":[\"URL kopierad till urklipp\"],\"Uu0hZq\":[\"Arrangörens e-post\"],\"UvYql/\":[\"Momsinställningarna sparades. Vi validerar ditt momsregistreringsnummer i bakgrunden.\"],\"Uwsg2F\":[\"Reserverad\"],\"V0SbFp\":[\"Visa tillgängligt produktantal\"],\"V1EGGU\":[\"Förnamn\"],\"V1krgP\":[\"Koden får vara högst 20 tecken\"],\"V2sk3H\":[\"E-post och mallar\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"En ny verifieringskod har skickats till din e-post\"],\"V6Q5RZ\":[\"Kapacitetstilldelning skapades\"],\"V7DYWd\":[\"Meddelande skickat\"],\"V7MwOy\":[\"Ett fel uppstod vid inläsning av sidan\"],\"V7Tejz\":[\"Automatisk hantering av väntelista\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Tillbaka till inloggning\"],\"VD0iA7\":[\"Flera prisalternativ. Perfekt för till exempel early bird-produkter.\"],\"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\"],\"VEsDvU\":[\"Användare kan ändra sin e-postadress i <0>Profilinställningar\"],\"VFv2ZC\":[\"Slutdatum\"],\"VHfLAW\":[\"Inga konton\"],\"VT+urE\":[\"Sök efter namn eller e-post...\"],\"VTfZPy\":[\"Åtkomst nekad\"],\"VX+B3I\":[\"Sök på evenemangstitel eller arrangör...\"],\"VY+Bdn\":[\"Sök på kontonamn eller e-post...\"],\"VZeG/A\":[\"Kommer snart\"],\"Vd+LC3\":[\"Färgen måste vara en giltig hexkod. Exempel: #ffffff\"],\"VeKsnD\":[\"Skicka ordermail igen\"],\"VejKUM\":[\"Fyll i dina uppgifter ovan först\"],\"Vi+BiW\":[\"Innehåller \",[\"0\"],\" produkter\"],\"VioGG1\":[\"Anslut ditt Stripe-konto för att ta emot betalningar för biljetter och produkter.\"],\"Vjat/X\":[\"Meddelande krävs\"],\"Vjij1k\":[[\"days\"],\" dagar, \",[\"hours\"],\" timmar, \",[\"minutes\"],\" minuter och \",[\"seconds\"],\" sekunder\"],\"VkSk/i\":[\"Är du säker på att du vill avbryta detta schemalagda meddelande?\"],\"VlXNyK\":[\"Per order\"],\"Vla0Bo\":[\"Sålda produkter\"],\"VlnB7s\":[\"Senaste 6 månaderna\"],\"VmXiz4\":[\"Ange din e-postadress så skickar vi instruktioner för att återställa ditt lösenord.\"],\"VpwcSk\":[\"Ange nytt lösenord\"],\"VsM1HH\":[\"Kapacitetstilldelningar\"],\"VskHIx\":[\"Ta bort kategori\"],\"Vw0KCJ\":[\"QR-kodsincheckning\"],\"VwdqVy\":[\"Skapa kapacitetstilldelning\"],\"Vx2J6x\":[\"Det gick inte att hämta deltagaren\"],\"VxFvXQ\":[\"Bädda in widget\"],\"VxYKoK\":[\"E-post- och aviseringsinställningar\"],\"VyUuZb\":[\"Bild-URL\"],\"W/eN+G\":[\"Om tomt kommer adressen att användas för att generera en Google Maps-länk\"],\"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.\"],\"W428WC\":[\"Växla kolumner\"],\"W4kWXJ\":[\"Sök på deltagarnamn, e-post eller ordernummer...\"],\"W5A0Ly\":[\"Ett oväntat fel uppstod.\"],\"W7AfhC\":[\"Alla deltagare för detta evenemang\"],\"WBq1/R\":[\"USB-skanner är redan aktiv\"],\"WFHOlF\":[\"Är du säker på att du vill publicera detta evenemang? När det är publicerat blir det synligt för allmänheten.\"],\"WHf154\":[\"Ta bort kod\"],\"WKHW0N\":[\"Information om onlineevenemang\"],\"WKMnh4\":[\"Ett enradigt textfält\"],\"WLxtFC\":[\"Det gick inte att skapa produkten. Kontrollera dina uppgifter\"],\"WNnP3w\":[\"Anslut och uppgradera\"],\"WOpH7O\":[\"Vacker kassaupplevelse på alla enheter\"],\"WOyJmc\":[\"- Klicka för att avpublicera\"],\"WTk/ke\":[\"Om Stripe Connect\"],\"WUOCgI\":[\"Plats erbjuden framgångsrikt\"],\"WVbTwK\":[\"Skapa incheckningslista\"],\"WVgSTy\":[\"Hantera order\"],\"WWYHKD\":[\"Din betalning skyddas med banknivå-kryptering\"],\"WZZzB6\":[\"Evenemangsnamn krävs\"],\"WZbCR3\":[\"Återbetalning misslyckades\"],\"WbImlQ\":[\"Ordern har avbrutits och orderägaren har informerats.\"],\"WbopAG\":[\"Stripe-betalningar är inte aktiverade för detta evenemang.\"],\"Wd5CDM\":[\"Evenemangsnamnet måste vara kortare än 150 tecken\"],\"WdmJIX\":[\"Laddar förhandsvisning...\"],\"Weq9zb\":[\"Allmänt\"],\"WgD6rb\":[\"Evenemangskategori\"],\"WjSpu5\":[\"Onlineevenemang\"],\"Wjz5KP\":[\"Inga deltagare att visa\"],\"Wvrz79\":[\"Betalt belopp\"],\"WyCBRt\":[\"Momssammanfattning\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Ja – jag har ett giltigt EU-momsregistreringsnummer\"],\"X13xGn\":[\"Ej betrodd\"],\"X1zdE7\":[\"Konfiguration skapad\"],\"X26cQf\":[\"Biljett-URL\"],\"X2rrlw\":[\"Delsumma\"],\"X4o0MX\":[\"Misslyckades med att läsa in webhook\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Poster visas här när kunder ansluter sig till väntelistan för slutsålda produkter.\"],\"XAHqAg\":[\"Det här är en vanlig produkt, som en t-shirt eller en mugg. Ingen biljett utfärdas\"],\"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.\"],\"XIG669\":[\"När incheckningen öppnar\"],\"XKJuAX\":[\"Frågan togs bort\"],\"XUfgCI\":[\"Inga kapacitetstilldelningar\"],\"XVLu2v\":[\"Evenemangstitel\"],\"XX32BM\":[\"Tar bara några minuter\"],\"XZkeaI\":[\"Inga loggar hittades\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Din arrangörsadress\"],\"Xe2tSS\":[\"Connect-dokumentation\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Dina ordrar har exporterats.\"],\"XgOuA7\":[\"Senaste 90 dagarna\"],\"XkFYVB\":[\"Produkt borttagen\"],\"XletzW\":[\"Skapa kategori\"],\"XwdMMg\":[\"Koden får endast innehålla bokstäver, siffror, bindestreck och understreck\"],\"XxecLm\":[\"Typ av biljett\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Här är React-komponenten som du kan använda för att bädda in widgeten i din applikation.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Anpassa evenemangets startsida och kassameddelanden\"],\"YAV57v\":[\"Partner\"],\"YAl9Hg\":[\"Skapa konfiguration\"],\"YC3oXa\":[\"Beskrivning för incheckningspersonal\"],\"YClrdK\":[\"Det här evenemanget är inte publicerat ännu\"],\"YDVUVl\":[\"Evenemangstyper\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Något gick fel! Försök igen\"],\"YHsF9c\":[\"Dölj produkt efter försäljningens slutdatum\"],\"YIDzi/\":[\"Skapa anpassad mall\"],\"YIix5Y\":[\"Sök...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Jag bekräftar att detta är ett transaktionsmeddelande relaterat till detta evenemang\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Produktförsäljning, intäkter och skattefördelning\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Kontokonfiguration uppdaterades\"],\"YQ3QSS\":[\"Misslyckades med att skicka verifieringskod igen\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Fast avgift:\"],\"YXx+fG\":[\"Totalt före rabatter\"],\"YZi+Hu\":[\"Jobb köat för nytt försök\"],\"Ya1JhR\":[\"Inga produkter tillgängliga i denna kategori.\"],\"YaCgdO\":[\"E-postbekräftelse skickades igen\"],\"Yc5YW6\":[\"Inga misslyckade jobb\"],\"Ye321X\":[\"Momsnamn\"],\"YfHZv0\":[\"Visas för kunden innan de slutför köpet\"],\"YgRSEE\":[\"Är du säker på att du vill ta bort denna kampanjkod?\"],\"YjVNGZ\":[\"Förhandsvisning av startsida\"],\"Ym1gnK\":[\"tillämpat\"],\"YpN29s\":[\"Meddela arrangören om nya ordrar\"],\"Yrbm6T\":[\"Awesome Organizer Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Den här ordern har avbrutits.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Incheckningslistan uppdaterades\"],\"Z3FXyt\":[\"Laddar...\"],\"Z3etYG\":[\"1 dag före evenemanget\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Offlinebetalning\"],\"Z6q0Vl\":[\"Du har redan accepterat den här inbjudan. Logga in för att fortsätta.\"],\"Z8lGw6\":[\"Dela\"],\"ZBAScj\":[\"Okänd deltagare\"],\"ZCSSd+\":[\"Skapa ditt eget evenemang\"],\"ZDIydz\":[\"Sätt igång\"],\"ZIgYeg\":[\"Sekundär textfärg\"],\"ZN1WLO\":[\"Kopiera e-post\"],\"ZOBwQn\":[\"Startsidedesign\"],\"ZOmUYW\":[\"Vi validerar ditt momsregistreringsnummer i bakgrunden. Om det uppstår problem hör vi av oss.\"],\"ZPj0Q8\":[\"Meddelandedetaljer\"],\"ZPoHOn\":[\"Ingen produkt är kopplad till denna deltagare.\"],\"ZPwFnN\":[\"Misslyckades med att exportera ordrar\"],\"ZQ15eN\":[\"Misslyckades med att skicka biljettmejl igen\"],\"ZQKLI1\":[\"Riskzon\"],\"ZS/D7f\":[\"Alla avslutade evenemang\"],\"ZWEfBE\":[\"Ingen betalning krävs\"],\"ZZEYpT\":[\"Alternativ \",[\"i\"]],\"ZaEJZM\":[\"Bekräfta ändring av e-postadress\"],\"ZfxaB4\":[\"Delvis återbetald\"],\"Zi3Sbw\":[\"Borttagen från väntelistan\"],\"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.\"],\"ZkS2p3\":[\"Avpublicera evenemang\"],\"Zkymb9\":[\"En e-postadress att koppla till denna partner. Partnern kommer inte att meddelas.\"],\"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.\"],\"Znwxal\":[\"Konfiguration av avgifter\"],\"ZowkxF\":[\"Moms\"],\"ZpieFv\":[\"Misslyckades med att avbryta order\"],\"ZsZeV2\":[\"E-post krävs\"],\"ZthcdI\":[\"En kampanjkod utan rabatt kan användas för att visa dolda produkter.\"],\"ZutOKU\":[\"Momssats\"],\"Zw6LWb\":[\"Misslyckades med att ta bort jobb\"],\"ZxnK5C\":[\"När du börjar samla in data visas det här.\"],\"Zz6Cxn\":[\"Riskzon\"],\"a/gMx2\":[\"Inga incheckningslistor\"],\"a0EjD+\":[\"Skapa produkt\"],\"a41PKA\":[\"Partnerförsäljning kommer att spåras\"],\"a5KFZU\":[\"Lägg till evenemangsdetaljer och hantera evenemangsinställningar.\"],\"a5jvSX\":[\"Prisnivåer\"],\"a6+167\":[\"Välj ett evenemang\"],\"a6gga1\":[\"Fel vid bekräftelse av ändring av e-postadress\"],\"a7u1N9\":[\"Pris\"],\"aAIQg2\":[\"Utseende\"],\"aEDp5C\":[\"Klistra in detta där du vill att widgeten ska visas.\"],\"aFk48v\":[\"Misslyckades med att ta bort konfiguration\"],\"aGWZUr\":[\"Bruttointäkter\"],\"aH6ZIb\":[\"Bjud in ditt team\"],\"aIA9C4\":[\"Frågan skapades\"],\"aK4uBd\":[\"Senaste 24 timmarna\"],\"aKtF0O\":[\"Stripe ej ansluten\"],\"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.\"],\"aS0jtz\":[\"Övergiven\"],\"aT3jZX\":[\"Välj tidszon\"],\"aUi/Dz\":[\"Varning: Detta är systemets standardkonfiguration. Ändringar påverkar alla konton som inte har en specifik konfiguration tilldelad.\"],\"acIJ41\":[\"Orderstatus\"],\"agPptk\":[\"Medium\"],\"agZ87r\":[\"Skapa biljetter för ditt evenemang, sätt priser och hantera tillgängligt antal.\"],\"alD1+n\":[\"Fakturanoteringar\"],\"amMkpL\":[\"Ingen kapacitet\"],\"an5hVd\":[\"Bilder\"],\"aqxYLv\":[\"Utbildning\"],\"av+gjP\":[\"Deltagarens namn\"],\"avf0gk\":[\"Frågebeskrivning\"],\"awHmAT\":[\"Biljett-ID\"],\"axVMjA\":[\"Dölj produkt om användaren saknar giltig kampanjkod\"],\"axv/Mi\":[\"Anpassad mall\"],\"b0HJ45\":[\"Klart! \",[\"0\"],\" kommer snart att få ett e-postmeddelande.\"],\"b1Jvg+\":[\"Fortsätt i den nya fliken\"],\"b24kPi\":[\"Kö\"],\"b33PL9\":[\"Visa fler plattformar\"],\"b46pt5\":[\"Omslagsbild för evenemang\"],\"b4itZn\":[\"Arbetar\"],\"b6+Y+n\":[\"Order slutförd\"],\"b9SN9q\":[\"Unik orderreferens\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Skapa \",[\"0\"]],\"bA31T4\":[\"Använd köparens uppgifter för alla deltagare\"],\"bB6Ram\":[\"Senaste 48 timmarna\"],\"bECJqy\":[\"Meddelande godkänt\"],\"bKOYkd\":[\"Fakturan laddades ner\"],\"bLB3MJ\":[\"Betalningsmetoder\"],\"bPWBLL\":[\"Det gick inte att checka ut deltagaren\"],\"bPwFdf\":[\"Konton\"],\"bU4bS1\":[\"Återbetalningar\"],\"bU7oUm\":[\"Skicka endast till ordrar med dessa statusar\"],\"bVjDs9\":[\"Ytterligare avgifter\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Är du säker på att du vill ta bort denna incheckningslista?\"],\"bbslmb\":[\"Biljettdesigner\"],\"bcCn6r\":[\"Beräkningstyp\"],\"bcYlvb\":[\"När incheckningen stänger\"],\"bfXQ+N\":[\"Acceptera inbjudan\"],\"bgqf+K\":[\"Biljettinnehavarens e-post\"],\"bhlHm/\":[\"Din order väntar på betalning\"],\"blK94r\":[\"Lägg till minst ett alternativ\"],\"blXLKj\":[\"När detta är aktiverat visar nya evenemang en kryssruta för marknadsföringssamtycke i kassan. Detta kan åsidosättas per evenemang.\"],\"br3Y/y\":[\"Plattformsavgifter\"],\"btxLWj\":[\"Evenemangsstatus uppdaterad\"],\"bv6RXK\":[\"Knapptext\"],\"bwBlJv\":[\"Orderns förnamn\"],\"bxoWpz\":[\"Skicka bekräftelsemail igen\"],\"byKna+\":[\"Ett oväntat fel uppstod. Vänligen försök igen.\"],\"c+suC6\":[\"Betalda konton\"],\"c/TIyD\":[\"Order och biljett\"],\"c2/9VE\":[\"Payload\"],\"c3E/kw\":[\"Homer\"],\"c4uJfc\":[\"Snart klart! Vi väntar bara på att din betalning ska behandlas. Det tar bara några sekunder.\"],\"c6SXHN\":[\"Visa evenemangsida\"],\"c7VN/A\":[\"Visa svar\"],\"c9Evkd\":[\"Du kan inte ta bort den sista kategorin.\"],\"c9RYbv\":[\"När en order markeras som betald\"],\"cDHM1d\":[\"E-postadressen har ändrats. Deltagaren kommer att få en ny biljett till den uppdaterade e-postadressen.\"],\"cDtoWq\":[\"Vill du verkligen skicka om orderbekräftelsen till \",[\"0\"],\"?\"],\"cEFg3R\":[\"Misslyckades med att skapa partner\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 vecka före evenemanget\"],\"cHO4ec\":[\"Det här meddelandet inkluderas i sidfoten i alla mejl som skickas från detta evenemang\"],\"cJ4Y4R\":[\"Din återbetalning behandlas.\"],\"cK9+xQ\":[\"Momsland\"],\"cKj6OE\":[\"Incheckningssammanfattning\"],\"cMW+gm\":[\"Visa alla plattformar (\",[\"0\"],\" till med värden)\"],\"cOePZk\":[\"Evenemangstid\"],\"cQrNR3\":[\"Hantera profil\"],\"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.\"],\"cSev+j\":[\"Filter\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" incheckade\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Du har lagt till skatter och avgifter på en gratis produkt. Vill du ta bort dem?\"],\"cd0jIM\":[\"Jobbdetaljer\"],\"cdR8d6\":[\"Skapa en biljett\"],\"cde2hc\":[\"Alla produkter\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Publicera ditt evenemang\"],\"cl5WYc\":[\"Kampanjkoden \",[\"promo_code\"],\" har tillämpats\"],\"clF06r\":[\"Tillgängligt för återbetalning\"],\"cljs3a\":[\"Ange om du är momsregistrerad i EU\"],\"cnGeoo\":[\"Ta bort\"],\"coIKFu\":[\"Arrangörsstatistik är inte tillgänglig för vald valuta eller ett fel inträffade.\"],\"cormHa\":[\"Adressrad 2\"],\"cosfD8\":[\"Deltagarstatus\"],\"cs5muu\":[\"Förhandsgranska evenemangssidan\"],\"csDS2L\":[\"Tillgängligt\"],\"ct2SYD\":[\"Senaste 7 dagarna\"],\"cxsKvw\":[\"När en incheckning tas bort\"],\"d+F6q9\":[\"Skapad\"],\"d+KKMz\":[\"Misslyckades med att läsa in incheckningslista\"],\"d0rUsW\":[\"Sociala länkar\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Avbryt\"],\"dF6vP6\":[\"Live\"],\"dFFW9L\":[\"Försäljningen avslutades \",[\"0\"]],\"dFHcIn\":[\"Momsuppgifter\"],\"dFJnia\":[\"Det här är namnet på din arrangör som kommer att visas för dina användare.\"],\"dFuEhO\":[\"Skicka biljettmail igen\"],\"dJZTv2\":[\"Välj starttid\"],\"dLm8V5\":[\"Marknadsföringsmejl kan leda till att kontot stängs av\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Attributionsuppdelning\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Här är alla biljetter som är kopplade till din e-postadress.\"],\"dPYu1F\":[\"Per deltagare\"],\"dPyJ15\":[\"Ta bort mall\"],\"dSyJj6\":[\"E-postadresserna matchar inte\"],\"dVgNF1\":[\"Misslyckades med att skapa konfiguration\"],\"dVxpp5\":[\"Välkommen tillbaka\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Inga evenemang hittades\"],\"dWBrJX\":[\"Offlinebetalningen misslyckades. Försök igen eller kontakta arrangören.\"],\"dXoieq\":[\"Sammanfattning\"],\"dZsDbK\":[\"HTML-teckengränsen har överskridits: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"Kategorier låter dig gruppera produkter. Till exempel kan du ha en kategori för \\\"Biljetter\\\" och en annan för \\\"Merchandise\\\".\"],\"de6HLN\":[\"När kunder köper biljetter visas deras ordrar här.\"],\"dfkQIO\":[\"När en ny produkt skapas\"],\"dkAPxi\":[\"Skapa webhook\"],\"dr7CWq\":[\"Alla kommande evenemang\"],\"dsFmM+\":[\"Köpt\"],\"dtGC3q\":[\"Biljettmejlet har skickats igen till deltagaren\"],\"e/cvV1\":[\"Verifierar...\"],\"e3uMJH\":[\"Den här ordern är slutförd.\"],\"e4KdjJ\":[\"Lägg till deltagare manuellt\"],\"e4L7bF\":[\"Välj ett meddelande för att visa dess innehåll\"],\"e5lF64\":[\"Exempel på användning\"],\"e7eZuA\":[\"Order uppdaterad\"],\"e8WNln\":[\"Evenemangets tidszon\"],\"e99fHm\":[\"Återställ evenemang\"],\"eB5vce\":[\"Orderägare med en specifik produkt\"],\"ePK91l\":[\"Redigera\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Skapa nytt lösenord\"],\"eWRECP\":[\"Nattliv\"],\"eXssj5\":[\"Ange standardinställningar för nya evenemang som skapas under denna arrangör.\"],\"eaUTwS\":[\"Skicka återställningslänk\"],\"eb47T5\":[\"Ingen data hittades för de valda filtren. Prova att justera datumintervall eller valuta.\"],\"ebIDwV\":[\"Google Kalender\"],\"eeZdaB\":[\"Konfiguration uppdaterad\"],\"efAM7X\":[\"Ett datumfält. Perfekt för att fråga efter födelsedatum osv.\"],\"ejMDw1\":[\"När en order återbetalas\"],\"ejXy+D\":[\"Misslyckades med att sortera produkter\"],\"elW7Tn\":[\"E-postinnehåll\"],\"enV0g0\":[\"Lämna tomt för att använda standardordet \\\"Faktura\\\"\"],\"eneWvv\":[\"Utkast\"],\"enzGAL\":[\"Frågor\"],\"eorM7z\":[\"Kategorierna har sorterats om\"],\"ercTDX\":[\"Koden måste vara mellan 3 och 50 tecken lång\"],\"esY5SG\":[\"Titeln för evenemanget som visas i sökresultat och vid delning i sociala medier. Som standard används evenemangets titel\"],\"etaWtB\":[\"Redigera deltagardetaljer\"],\"euc6Ns\":[\"Duplicera\"],\"eusccx\":[\"Ett valfritt meddelande att visa på den markerade produkten, t.ex. \\\"Säljer snabbt 🔥\\\" eller \\\"Bästa värdet\\\"\"],\"evDBV8\":[\"Publicera evenemang\"],\"exy8uo\":[\"Generera kod\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Incheckningslistor\"],\"f30uVZ\":[\"Det här behöver du göra:\"],\"f3RdEk\":[[\"hours\"],\" timmar, \",[\"minutes\"],\" minuter och \",[\"seconds\"],\" sekunder\"],\"f4vJgj\":[\"Ett flerradigt textfält\"],\"f7SUun\":[\"Lösenorden är inte samma\"],\"f8qS7T\":[\"'Det finns inget att visa än'\"],\"f9WRpE\":[\"Ogiltig filtyp. Ladda upp en bild.\"],\"fAv9QG\":[\"🎟️ Lägg till biljetter\"],\"fFYotW\":[\"Delvis återbetald: \",[\"0\"]],\"fFeCKc\":[\"Ingen rabatt\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Du kan inte återbetala en manuellt skapad order.\"],\"fKn/k6\":[\"Återbetalningsbelopp\"],\"fMPkxb\":[\"Visa mer\"],\"fROFIL\":[\"Vietnamesiska\"],\"fTFfOK\":[\"Varje e-postmall måste innehålla en uppmaningsknapp som länkar till rätt sida\"],\"fVPt0F\":[\"När en order uppdateras\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Redigera webhook\"],\"fWsBTs\":[\"Något gick fel. Försök igen.\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"t.ex., viktiga uppdateringar gällande dina biljetter\"],\"fcnqjw\":[\"Instruktioner för offlinebetalning\"],\"fdjq4c\":[\"Utfyllnad\"],\"fgLNSM\":[\"Registrera\"],\"fiV0xj\":[\"Användningsgräns\"],\"fj5byd\":[\"Ej tillgängligt\"],\"fovJi3\":[\"USB-skannerläge inaktiverat\"],\"fpMs2Z\":[\"LIVE\"],\"fpb0rX\":[\"Deltagaruppgifter kopierade från order\"],\"fqDzSu\":[\"Sats\"],\"ftNXma\":[\"Sök affiliates...\"],\"ftzaMf\":[\"Försäljningsperiod, ordergränser, synlighet\"],\"fuwKpE\":[\"Försök igen.\"],\"fvDQhr\":[\"Dölj denna nivå för användare\"],\"fx8BTd\":[\"Betalningar är inte tillgängliga\"],\"fyE7Au\":[[\"minutes\"],\" minuter och \",[\"seconds\"],\" sekunder\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Din betalning misslyckades. Försök igen.\"],\"g+2103\":[\"Här är din partnerlänk\"],\"g+lLS9\":[\"Bjud in en teammedlem\"],\"g2UNkE\":[\"Drivs av\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Anpassat varumärke\"],\"g9dPPQ\":[\"Max per order\"],\"gGhBmF\":[\"Du är offline\"],\"gHSuV/\":[\"Gå till startsidan\"],\"gJQsLv\":[\"Ladda upp en omslagsbild för din arrangör\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Alla deltagare\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Produkten skapades\"],\"gPgdNV\":[\"Momsregistreringsnumret validerades\"],\"gTN6Ws\":[\"Välj sluttid\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logotyp och omslagsbild för din arrangör\"],\"geUFpZ\":[\"Moms och avgifter\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Inga sökresultat\"],\"gnBreG\":[\"Datum då ordern lades\"],\"goOKRY\":[\"Lägg till prisnivå\"],\"gqnyh0\":[\"Mobiloptimerad\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Markera\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Senast utlöst\"],\"gwk5gg\":[\"Adressrad 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"Vilka produkter gäller den här koden för?\"],\"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.\"],\"gypigA\":[\"Den kampanjkoden är ogiltig\"],\"gzrCuN\":[\"Dina orderuppgifter har uppdaterats. Ett bekräftelsemejl har skickats till den nya e-postadressen.\"],\"h0Q9Iw\":[\"Senaste svar\"],\"h0dx5e\":[\"Det gick inte att gå med i väntelistan\"],\"h10Wm5\":[\"Obetald order\"],\"h179TP\":[\"En kort beskrivning av evenemanget som visas i sökresultat och vid delning på sociala medier. Som standard används evenemangsbeskrivningen.\"],\"h69WC6\":[\"Skickat\"],\"hAjDQy\":[\"Välj status\"],\"hBsw5C\":[\"Försäljningen är avslutad\"],\"hD1ocH\":[\"Inchecknings-URL kopierad till urklipp\"],\"hDNwnf\":[\"Din logotyp, dina färger och din stil på varje sida\"],\"hEtQsg\":[\"Aktivera självservice för deltagare som standard\"],\"hFHnxR\":[\"Vilka produkter gäller den här koden för? (Gäller alla som standard)\"],\"hFwWnI\":[\"Aviseringsinställningar\"],\"hJmVtD\":[\"Välj land\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Min profil\"],\"hL7sDJ\":[\"Dela arrangörssida\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Klicka bara på knappen nedan för att återansluta ditt Stripe-konto.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Skapa\"],\"hauDFf\":[\"Per biljett\"],\"hbwCKE\":[\"E-postadress kopierad till urklipp\"],\"hcX103\":[\"Skapa en produkt\"],\"hdyeZ0\":[\"Ta bort jobb\"],\"he3ygx\":[\"Kopiera\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Belopp\"],\"hfHhaa\":[\"Vänta medan vi förbereder dina affiliates för export...\"],\"hg80P7\":[\"Slutför Stripe-konfiguration\"],\"hli+ga\":[\"USB/HID-skanner\"],\"hqmXmc\":[\"Arbetar...\"],\"hrvLf4\":[\"Acceptera kreditkortsbetalningar med Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"E-postadress\"],\"i0QKrm\":[\"Misslyckades med att uppdatera partner\"],\"i0TtkR\":[\"Detta åsidosätter alla synlighetsinställningar och döljer produkten för alla kunder.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Ordernummer\"],\"i8day5\":[\"För över avgiften till köparen\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Redigera kod\"],\"iG7KNr\":[\"Logotyp\"],\"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.\"],\"iJhSxe\":[\"Anpassa SEO-inställningarna för detta evenemang\"],\"iMdwTb\":[\"Innan ditt evenemang kan publiceras finns det några saker du behöver göra. Slutför alla stegen nedan för att komma igång.\"],\"iN5Cz3\":[\"Kontot är redan anslutet!\"],\"iPBfZP\":[\"Registrerade deltagare\"],\"iQZff7\":[\"Moms, avgifter, synlighet, försäljningsperiod, produktmarkering och ordergränser\"],\"iS0wAT\":[\"Kategorier hjälper dig att organisera dina produkter. Denna titel visas på den publika evenemangssidan.\"],\"iStTQt\":[\"Kamerabehörighet nekades. <0>Begär behörighet igen, eller om detta inte fungerar behöver du <1>ge denna sida åtkomst till kameran i webbläsarens inställningar.\"],\"iTvh6I\":[\"För närvarande tillgänglig för köp\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Kopiera kod\"],\"iWa9cY\":[\"Berätta vad man kan förvänta sig på ditt evenemang\"],\"iX6SLo\":[\"Anpassa texten som visas på fortsätt-knappen\"],\"ia8YsC\":[\"Kommande\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Ditt meddelande har skickats!\"],\"igBrCH\":[\"Verifiera din e-postadress för att få tillgång till alla funktioner\"],\"ih35UP\":[\"Konferenscenter\"],\"ii0qn/\":[\"Ämne är obligatoriskt\"],\"iiWXDL\":[\"Behörighetsfel\"],\"imLQ9Y\":[\"Validerar ditt momsregistreringsnummer...\"],\"imgKgl\":[\"Evenemangsbeskrivning\"],\"injXD7\":[\"Momsnumret kunde inte valideras. Kontrollera numret och försök igen.\"],\"ioG+xt\":[\"Väntar på betalning\"],\"ipP6Ue\":[\"Skapa deltagare\"],\"ipYKgM\":[\"Tillåt indexering av sökmotorer\"],\"irpUxR\":[\"Fast belopp\"],\"ixIx1f\":[\"Välj produkt\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"Startdatum är obligatoriskt\"],\"izwOOD\":[\"Visa moms och avgifter separat\"],\"j/TOB3\":[\"Sociala länkar och webbplats\"],\"j1Jl7s\":[\"Redigera kategori\"],\"j1VfcT\":[\"SEO-beskrivning\"],\"j5FdeA\":[\"Den här ordern behandlas.\"],\"j6w7d/\":[\"Aktivera denna kapacitet för att stoppa försäljning när gränsen nås\"],\"j9b/iy\":[\"Säljer snabbt 🔥\"],\"j9cPeF\":[\"Välj evenemangstyper\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Du måste ha minst en prisnivå\"],\"jEbkcB\":[\"Totalt återbetalt\"],\"jEu4bB\":[\"Kolumner\"],\"jEw0Mr\":[\"Ange en giltig URL\"],\"jIPNJG\":[\"Grundläggande information\"],\"jRJZxD\":[\"Ta bort kapacitet\"],\"jT142F\":[\"Om \",[\"diffHours\"],\" timmar\"],\"jVRHeq\":[\"Registrerad\"],\"jZj9y9\":[\"Produkt med nivåer\"],\"jZlrte\":[\"Färg\"],\"jabmnm\":[\"Partern uppdaterades\"],\"jfC/xh\":[\"Kontakt\"],\"jh2orE\":[\"Vi har flyttat vårt huvudkontor till Irland. Därför behöver du återansluta ditt Stripe-konto. Det går snabbt och tar bara några minuter. Din försäljning och befintliga data påverkas inte alls.\"],\"jkNgQR\":[\"Återbetala även denna order\"],\"jo3Gm6\":[\"Misslyckades med att exportera partners\"],\"jp5bq8\":[\"mottagare\"],\"jpctdh\":[\"Visa\"],\"jrBSO1\":[\"Redigera organisatör\"],\"jtrY3S\":[\"Inget att visa ännu\"],\"jtrqH9\":[\"Exporterar deltagare\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Delad kapacitetshantering\"],\"jyt+cx\":[\"Meddelande i e-postsidfot\"],\"k/bJj0\":[\"Frågorna ordnades om\"],\"k1bLf+\":[\"Bakgrundsfärg\"],\"k3Tngl\":[\"Deltagare exporterade\"],\"k3dfFD\":[\"Dolda frågor är endast synliga för arrangören och inte för kunden.\"],\"k3wH7i\":[\"Användning av kampanjkoder och rabattfördelning\"],\"k4FLBQ\":[\"För över till köparen\"],\"k5CU8c\":[\"Totalt antal poster\"],\"k5p8dz\":[\"Kapacitetstilldelning togs bort\"],\"k9RiLi\":[\"Skapa en produkt\"],\"k9m6/E\":[\"Startsidesinställningarna uppdaterades\"],\"kBkYSa\":[\"Redigera kapacitet\"],\"kCn6wb\":[\"Återställer...\"],\"kF8HQ7\":[\"Exportera svar\"],\"kIKb9e\":[\"Socialt\"],\"kJDmsI\":[\"Evenemangsdetaljer\"],\"kKpkzy\":[\"Biljetter har erbjudits till 1 person\"],\"kMU5aM\":[\"Ett avbokningsmeddelande har skickats till\"],\"kNmmvE\":[\"Awesome Events Ltd.\"],\"kO44sp\":[\"Inkludera anslutningsinformation för ditt onlineevenemang. Dessa uppgifter visas på sidan för ordersammanfattning och på deltagarbiljetten.\"],\"kODvZJ\":[\"Förnamn\"],\"kOtCs2\":[\"Fakturanumrering\"],\"kTSQej\":[\"Hej \",[\"0\"],\", hantera din plattform härifrån.\"],\"kUlL8W\":[\"Profilen uppdaterades\"],\"kWI/37\":[\"Välj arrangör\"],\"kWg31j\":[\"Ange unik partnerkod\"],\"kY7XDn\":[\"Inga produkter har väntelisteposter\"],\"kYZSFD\":[\"Välj en arrangör för att visa dess översikt och evenemang.\"],\"kYqM1A\":[\"Tillbaka till evenemanget\"],\"kadJKg\":[\"Gäller 1 produkt\"],\"kf83Ld\":[\"Något gick fel.\"],\"khBZkl\":[\"Moms\"],\"kj7zYe\":[\"Webhooken uppdaterades\"],\"kjAL4v\":[\"Biljett\"],\"klWBeI\":[\"Vänta innan du begär en ny kod\"],\"kodV18\":[\"Ladda ner CSV\"],\"kpAzPe\":[\"Försäljningen startar\"],\"kpJAeS\":[\"Skapa organisatör\"],\"kqA9lY\":[\"Misslyckades med att uppdatera momsinställningar\"],\"ktyvbu\":[\"Produkt(er)\"],\"kv9dM4\":[\"Plattformsintäkter\"],\"kvYpYu\":[\"Order hittades inte\"],\"kvpxIU\":[\"Detta används för notiser och kommunikation med dina användare.\"],\"kzx0uD\":[\"Standardinställningarna för evenemang uppdaterades\"],\"l+/HS6\":[\"Erbjudanden löper ut efter \",[\"timeoutHours\"],\" timmar.\"],\"l3sZO1\":[\"Lägg till eventuella anteckningar om ordern. Dessa kommer inte vara synliga för kunden.\"],\"l5OcwO\":[\"Meddela deltagare\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Misslyckades med att spara momsinställningar. Försök igen.\"],\"l75CjT\":[\"Ja\"],\"l894xP\":[\"Arrangörer kan endast hantera evenemang och produkter. De kan inte hantera användare, kontoinställningar eller faktureringsinformation.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" är redan incheckad\"],\"lB2hSG\":[\"Håll mig uppdaterad om nyheter och evenemang från \",[\"0\"]],\"lFdbRS\":[\"Kringgå applikationsavgifter\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Misslyckades med att starta exportjobb\"],\"lNipG+\":[\"Att dölja en produkt förhindrar att användare ser den på evenemangssidan.\"],\"lQgMLn\":[\"Kontors- eller lokalnamn\"],\"lS9/aZ\":[\"Kunde inte ladda mottagare\"],\"lWxAUo\":[\"Mat och dryck\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Meddela enskilda deltagare\"],\"lYGfRP\":[\"Engelska\"],\"lZwV6X\":[\"Gå med i väntelistan för \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Produkt uppdaterad\"],\"lfLHNz\":[\"CTA-text är obligatorisk\"],\"lflimf\":[\"Betalningsfrist\"],\"lgFfeO\":[\"Slutsålt\"],\"lhAWqI\":[\"Tack för ditt stöd när vi fortsätter att växa och förbättra Hi.Events!\"],\"lk74+I\":[\"Absorbera Avgift\"],\"lkE00/\":[\"Något gick fel. Försök igen senare.\"],\"lkMK2r\":[\"Dina uppgifter\"],\"lkNdiH\":[\"Kontonamn\"],\"lnCMdg\":[\"Ladda upp bild\"],\"lnYE59\":[\"Datum för evenemanget\"],\"lnrkNz\":[\"Skicka e-postbekräftelse igen\"],\"loCKGB\":[\"Försäljningen avslutas \",[\"0\"]],\"lpm0+y\":[\"Innehåller 1 produkt\"],\"lsxOPC\":[\"Betalning mottagen\"],\"luHAJY\":[\"Populära evenemang (Senaste 14 dagarna)\"],\"lyD7rQ\":[\"Den här arrangörsprofilen är inte publicerad ännu\"],\"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.\"],\"m/N7Zq\":[\"Evenemangets fullständiga adress\"],\"m0CFV2\":[\"Deltagaruppgifter\"],\"m3FM1g\":[\"Totalt återbetalt\"],\"m8WD6t\":[\"Fortsätt konfigurering\"],\"m9SD3V\":[\"Koden måste vara minst 3 tecken\"],\"mBsBHq\":[\"Incheckningslistan är inte aktiv\"],\"mCB6Je\":[\"Välj alla\"],\"mEHQ8I\":[\"Är du säker på att du vill publicera detta evenemang? Detta kommer att göra evenemanget synligt för allmänheten\"],\"mFdA+i\":[\"Meddelandenivå\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Standardprodukt med ett fast pris\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Ändring av e-postadress väntar\"],\"mImacG\":[\"Evenemangssida\"],\"mJJh2s\":[\"Partnerförsäljning kommer inte att spåras. Detta kommer att inaktivera affiliaten.\"],\"mLBUMQ\":[\"Konfiguration borttagen\"],\"mUv9U4\":[\"Försäljning\"],\"mVKOW6\":[\"Det uppstod ett fel när ditt meddelande skulle skickas\"],\"mYGY3B\":[\"Datum\"],\"mYLhkl\":[\"Övriga inställningar\"],\"mYygCM\":[\"Arrangör krävs\"],\"mdeIOH\":[\"Skicka koden igen\"],\"mf3FrP\":[\"Den här kategorin har inga produkter ännu.\"],\"mimF6c\":[\"Anpassat meddelande efter kassan\"],\"miysJh\":[\"Vi kunde inte hitta den här ordern. Den kan ha tagits bort.\"],\"mkWad2\":[\"Ungerska\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Procentuell avgift\"],\"mnUGVC\":[\"Hastighetsgränsen har överskridits. Försök igen senare.\"],\"mnafgQ\":[\"Standardtidszon för dina evenemang.\"],\"mpB/d9\":[\"Totalt orderbelopp\"],\"muXhGi\":[\"Om detta är aktiverat får arrangören ett e-postmeddelande när en ny beställning görs\"],\"mvrlBO\":[\"Filtrera efter evenemang\"],\"mwe+2z\":[\"Offlineordrar återspeglas inte i evenemangsstatistiken förrän ordern markeras som betald.\"],\"mxsm1o\":[\"Ta bort denna fråga? Detta kan inte ångras.\"],\"n/7+7Q\":[\"Bekräftelse skickad till\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Bilden har raderats\"],\"n10yGu\":[\"Återbetala order\"],\"n143Tq\":[\"Redigera produktkategori\"],\"n4SpU5\":[\"Hantera evenemang\"],\"n57zCW\":[\"Oattribuerade konton\"],\"n5pRtF\":[\"Skapa en biljett\"],\"n5vdm2\":[\"Inga webhook-händelser har registrerats för denna endpoint ännu. Händelser visas här när de utlöses.\"],\"n6EaWL\":[\"Visa loggar\"],\"n8+Ng/\":[\"Ange den femsiffriga koden\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Nummerprefix\"],\"n8IUs7\":[\"Bruttointäkter\"],\"n9V+ps\":[\"Ange ditt namn\"],\"n9ZhRa\":[\"Välj slutdatum och tid\"],\"nAn4Oe\":[\"Order markerad som betald\"],\"nBVOd7\":[\"När en deltagare uppdateras\"],\"nBqgQb\":[\"Din e-postadress\"],\"nCywLA\":[\"Delta varifrån som helst\"],\"nDBs04\":[\"Kapacitetshantering\"],\"nE5o/t\":[\"Dataägandeskap\"],\"nFm+5u\":[\"Sidfotstext\"],\"nHm0AI\":[\"Daglig sammanställning av försäljning, skatt och avgifter\"],\"nKtyYu\":[\"Fortsätt till nästa steg\"],\"nLC6tu\":[\"Franska\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Åtgärd krävs: Återanslut ditt Stripe-konto\"],\"nO3VbP\":[\"Till salu \",[\"0\"]],\"nOBvex\":[\"Skicka order- och deltagardata i realtid till dina externa system.\"],\"nOhz3x\":[\"Logga ut\"],\"nP7CdQ\":[\"Redigera webhook\"],\"nQI4H5\":[\"Anslut Stripe för att aktivera redigering av e-postmallar\"],\"nWhye/\":[\"Vem ska få den här frågan?\"],\"nYNT+5\":[\"Konfigurera ditt evenemang\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Din order har avbokats.\"],\"nbfdhU\":[\"Integrationer\"],\"ncwQad\":[\"(tom)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"Vi kunde inte hitta biljetten du letar efter. Länken kan ha löpt ut eller så kan biljettuppgifterna ha ändrats.\"],\"nfagfM\":[\"Giltig\"],\"nfnm9D\":[\"Organisationsnamn\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Misslyckades med att ladda upp bild. Försök igen.\"],\"nm3Iz/\":[\"Tack för att du deltog!\"],\"nn3mSR\":[\"Tid kvar:\"],\"nnfSdK\":[\"Unika kunder\"],\"nniGTr\":[\"För att redigera konfigurationer, gå till avsnittet Konfigurationer i administratörsmenyn.\"],\"nqx+6h\":[\"Slutför dessa steg för att börja sälja biljetter till ditt evenemang.\"],\"nrGWUv\":[\"Anpassa din evenemangssida efter ditt varumärke och din stil.\"],\"nrSs2u\":[\"Inga meddelanden hittades\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"Webhook-URL\"],\"nvOPBA\":[\"Länkar tillåtna\"],\"nwtY4N\":[\"Något gick fel\"],\"nx+rqg\":[\"skapa en organisatör\"],\"ny2r8d\":[\"När en order avbokas\"],\"nz96Ue\":[\"1 biljettyp\"],\"o+tJN/\":[\"Vänta medan vi förbereder dina deltagare för export...\"],\"o/blc/\":[\"Misslyckades med att uppdatera kontokonfiguration\"],\"o1my93\":[\"Uppdatering av arrangörsstatus misslyckades. Försök igen senare\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Grattis till att du har skapat ett evenemang.\"],\"o5r6b2\":[\"Jobb borttaget\"],\"o6+Y6d\":[\"Skickar igen...\"],\"o7LgX6\":[\"Du kan konfigurera ytterligare serviceavgifter och skatter i dina kontoinställningar.\"],\"o7s5FA\":[\"Språket som deltagaren kommer att få e-post på.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"DRICKS\"],\"oHE9JT\":[\"Redigera kapacitetstilldelning\"],\"oI/hGR\":[\"Order-ID\"],\"oJjplO\":[\"Totala visningar\"],\"oNL5vN\":[\"Gå till evenemangssidan\"],\"oPknTP\":[\"Valfri extra information som visas på alla fakturor, till exempel betalningsvillkor, förseningsavgifter eller returpolicy\"],\"oQvMPn\":[\"Frågetitel\"],\"oR7zL3\":[\"Biljettinnehavarens namn\"],\"oSDBWm\":[\"Momsinställningar\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Mina biljetter\"],\"oW5877\":[\"Ordersumma\"],\"oWXNE5\":[\"Ant.\"],\"oXOSPE\":[\"Online\"],\"oZW/gT\":[\"Lägg till i kalendern\"],\"ocS8eq\":[\"Har du redan ett konto? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Information om offlinebetalningar\"],\"olKKwj\":[\"Mobil skanner med offline-stöd och spårning i realtid\"],\"omyBS0\":[\"Antal dagar tillåtet för betalning (lämna tomt för att utelämna betalningsvillkor från fakturor)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Hantera deltagare\"],\"ophZVW\":[\"Hantera biljetter\"],\"oqr9HB\":[\"Fäll ihop denna produkt när evenemangssidan laddas\"],\"orBECM\":[\"Totalt inkasserat\"],\"orluER\":[\"Spåra kontotillväxt och resultat efter attribueringskälla\"],\"os29v1\":[\"Den här länken för att återställa lösenordet är ogiltig eller har löpt ut.\"],\"ouM5IM\":[\"Prova en annan e-postadress\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Standard\"],\"p/Sa0j\":[\"Ditt konto har meddelandebegränsningar. För att öka dina gränser, kontakta oss på\"],\"p2/GCq\":[\"Bekräfta lösenord\"],\"p2FRHj\":[\"Kontrollera hur plattformsavgifter hanteras för detta evenemang\"],\"p2WLr3\":[\"Checka in \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Välj en kategori\"],\"pAey+4\":[\"Filen är för stor. Maximal storlek är 5 MB.\"],\"pCLes8\":[\"Du måste godkänna att ta emot meddelanden\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Biljetten skickades igen\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Senaste kontoregistreringar\"],\"pMLul+\":[\"Alla valutor\"],\"pNgdBv\":[\"Det finns inga produkter tillgängliga i den här kategorin\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Är du säker på att du vill publicera denna arrangör? Detta gör arrangörssidan synlig för allmänheten\"],\"pZNOT9\":[\"Inget slutdatum\"],\"pbAk7a\":[\"Anslut Stripe\"],\"pjp2n5\":[\"Välj vem som betalar plattformsavgiften. Detta påverkar inte ytterligare avgifter som du har konfigurerat i dina kontoinställningar.\"],\"pkk46Q\":[\"Välj en organisatör\"],\"pn5qSs\":[\"Ytterligare information\"],\"pnVh83\":[\"Momsregistreringsnummer\"],\"pnoTN5\":[\"Hänvisade konton\"],\"poTr35\":[\"Redigera användare\"],\"ppuQR4\":[\"Order skapad\"],\"pqFrv2\":[\"t.ex. 2,50 för 2,50 $\"],\"prZGMe\":[\"Kräv faktureringsadress\"],\"psosdY\":[\"Länk till orderdetaljer\"],\"psqIm5\":[\"Samarbeta med ditt team för att skapa fantastiska evenemang tillsammans.\"],\"pvnfJD\":[\"Mörk\"],\"pxNIxa\":[\"Anpassa din e-postmall med Liquid-mallar\"],\"q/CcwE\":[\"Orderdatum\"],\"q1BizZ\":[\"Vi skickar dina biljetter till den här e-postadressen\"],\"q2LEDV\":[\"Inga deltagare hittades för denna order.\"],\"q6XHL1\":[\"Pristyp\"],\"q7TRd7\":[\"Är du säker på att du vill aktivera denna deltagare?\"],\"qCJyMx\":[\"Meddelande efter checkout\"],\"qCqdg6\":[\"Incheckningsstatus\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Köpare ser ett rent pris. Plattformavgiften dras från din utbetalning.\"],\"qGZz0m\":[\"Du är på väntelistan!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Utgående meddelanden\"],\"qNuTh3\":[\"Undantag\"],\"qY4rpA\":[\"Återbetalning misslyckades\"],\"qcP/8K\":[\"Schemalagd tid\"],\"qdfdgM\":[\"Huvudgatan 123\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Klart! Du använder nu vårt uppgraderade betalningssystem.\"],\"qnSLLW\":[\"<0>Vänligen ange priset exklusive skatter och avgifter.<1>Skatter och avgifter kan läggas till nedan.\"],\"qpC74J\":[\"Inga användare hittades\"],\"qqWcBV\":[\"Slutförd\"],\"qqeAJM\":[\"Aldrig\"],\"qtGTNu\":[\"Naturliga konton\"],\"qu6/03\":[\"Moms och avgifter\"],\"quR8Qp\":[\"Väntar på betalning\"],\"qv4bfj\":[\"En avgift, som en bokningsavgift eller serviceavgift\"],\"qvF+MT\":[\"Övervaka och hantera misslyckade bakgrundsjobb\"],\"qvylEK\":[\"Deltagare skapad\"],\"r+lQXT\":[\"Ange ditt momsregistreringsnummer\"],\"r2B2P8\":[\"Kopiera inchecknings-URL\"],\"r9M1hc\":[\"Sök incheckningslistor...\"],\"rDC+T6\":[\"Försök jobb igen\"],\"rLHma1\":[\"Arrangörsstatus uppdaterad\"],\"rMcHYt\":[\"En återbetalning väntar. Vänta tills den är slutförd innan du begär en ny återbetalning.\"],\"rPA+Gc\":[\"Kommunikationspreferens\"],\"rXngLf\":[\"SEO-titel\"],\"rYXfOA\":[\"Regionala inställningar\"],\"raw09+\":[\"Konfigurera hur deltagaruppgifter samlas in i kassan\"],\"rdUucN\":[\"Förhandsgranska\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Detta syns inte för kunder, men hjälper dig att identifiera affiliaten.\"],\"rmelwV\":[\"0 minuter och 0 sekunder\"],\"rnoQsz\":[\"Används för ramar, markeringar och formatering av QR-kod\"],\"rp/zaT\":[\"Brasiliansk portugisiska\"],\"rpGMzC\":[\"Misslyckades med att uppdatera order\"],\"ruJO57\":[\"Jobbnamn\"],\"rxy0tG\":[\"Misslyckades med att verifiera e-post\"],\"rzw+wS\":[\"Beställningsinnehavare\"],\"s/0RpH\":[\"Antal gånger använd\"],\"s0FkEx\":[\"Skapa incheckningslistor för olika entréer, pass eller dagar.\"],\"s14PLh\":[\"Du gör en delåterbetalning. Kunden kommer att få \",[\"0\"],\" \",[\"1\"],\" återbetalat.\"],\"s4JozW\":[\"Är du säker på att du vill återställa detta evenemang? Det kommer att återställas som ett utkast.\"],\"s5QRF3\":[\"Tillbaka till meddelanden\"],\"s6EF6K\":[\"Omedelbara utbetalningar\"],\"s8v9hq\":[\"Tillbaka till evenemangssidan\"],\"s9KGXU\":[\"Sålda\"],\"sBV87H\":[\"Fortsätt till skapande av evenemang\"],\"sCV5Yc\":[\"Evenemangets namn\"],\"sF+Xp9\":[\"Sidvisningar\"],\"sFFArG\":[\"Namnet måste vara kortare än 255 tecken\"],\"sGEOe4\":[\"Använd en suddig version av omslagsbilden som bakgrund\"],\"sGjBEq\":[\"Slutdatum och tid (valfritt)\"],\"sJsr1h\":[\"Produkttyp\"],\"sLbJQz\":[\"Order hittades inte\"],\"sMiGXD\":[\"Kontrollera att din e-postadress är giltig\"],\"sQia9P\":[\"Logga in\"],\"sQxe68\":[\"Skicka bekräftelse igen\"],\"sYLeDq\":[\"Arrangören du letar efter kunde inte hittas. Sidan kan ha flyttats, tagits bort eller så kan webbadressen vara felaktig.\"],\"sYpiZP\":[\"Skapa kampanjkod\"],\"sZg7s1\":[\"Utgångsdatum\"],\"saG4At\":[\"Meddelande schemalagt\"],\"sby+1/\":[\"Klicka för att kopiera\"],\"sd5IMt\":[\"Slutförda beställningar\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Du kan skapa en kampanjkod som riktar sig mot den här produkten på\"],\"shkJ3U\":[\"Koppla ditt Stripe-konto för att ta emot medel från biljettförsäljning.\"],\"sjNPMw\":[\"Den här ordern övergavs. Du kan starta en ny order när som helst.\"],\"snMaH4\":[\"Ta bort webhook\"],\"spsZys\":[\"Redo att uppgradera? Det tar bara några minuter.\"],\"sq7vjE\":[\"Markerade produkter får en annan bakgrundsfärg för att sticka ut på evenemangssidan.\"],\"sqdl5s\":[\"Momsinformation\"],\"ss9PbX\":[\"Deltagare\"],\"sxKqBm\":[\"Hela orderbeloppet kommer att återbetalas till kundens ursprungliga betalningsmetod.\"],\"sy6fss\":[\"Gäller \",[\"0\"],\" produkter\"],\"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.\"],\"szSnlj\":[\"1 timme före evenemanget\"],\"t/KVOk\":[\"Misslyckades med att starta impersonering. Försök igen.\"],\"t/YqKh\":[\"Ta bort\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Visar \",[\"0\"],\" av \",[\"totalRows\"],\" poster\"],\"t2bbp8\":[\"Redigera deltagare\"],\"t3AMTs\":[\"Evenemangshanteringsplattform\"],\"t41hVI\":[\"Erbjud plats igen\"],\"t79rDv\":[\"Biljett hittades inte\"],\"t7TeQU\":[\"Meddelanden\"],\"t9yxlZ\":[\"Rapporter\"],\"tDTq0D\":[\"Ordertidsgräns\"],\"tDwYhx\":[\"Tema och färger\"],\"tF+VVr\":[\"VIP-biljett\"],\"tFbRKJ\":[\"Du kan inte redigera kontoinnehavarens roll eller status.\"],\"tGCY6d\":[\"Biljettpris\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"Momshantering för plattformsavgifter\"],\"tKCBU0\":[\"Senast använd\"],\"tKKZn0\":[\"Visa orderdetaljer\"],\"tKcbYd\":[\"Misslyckade jobb\"],\"tLf3yJ\":[\"Eftersom ditt företag är baserat i Irland tillämpas irländsk moms på 23% automatiskt på alla plattformsavgifter.\"],\"tMFDem\":[\"Ingen data tillgänglig\"],\"tMNBEF\":[\"Incheckningslistor låter dig styra inpassering över dagar, områden eller biljettkategorier. Du kan dela en säker incheckningslänk med personal utan att konto krävs.\"],\"tMeVa/\":[\"Be om namn och e-post för varje biljett som köps\"],\"tNZzFb\":[\"Meddelandeinnehåll\"],\"tOXAdc\":[\"Avbrytande kommer att avbryta alla deltagare som är kopplade till denna order och släppa tillbaka biljetterna till den tillgängliga poolen.\"],\"tPtRwl\":[\"Redigera applikationsavgifter\"],\"tRXdQ9\":[\"När en produkt uppdateras\"],\"tSVr6t\":[\"Impersonera\"],\"tUGbi8\":[\"Kopiera mina uppgifter till:\"],\"tVJk4q\":[\"Avbryt order\"],\"tVW/yo\":[\"Välj valuta\"],\"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.\"],\"tYF4Zq\":[\"Skriv ut till PDF\"],\"tasfos\":[\"ta bort\"],\"td/bh+\":[\"Tillbaka till rapporter\"],\"tdD/QN\":[\"Redigera produkt\"],\"tejfAy\":[\"Incheckningslistor\"],\"tfDRzk\":[\"Spara\"],\"tiI71C\":[\"För att öka dina gränser, kontakta oss på\"],\"tnL+GP\":[\"Ogiltig Liquid-syntax. Korrigera och försök igen.\"],\"toutGW\":[\"QR-kod\"],\"tq0abZ\":[\"Misslyckades med att ta bort jobb\"],\"trnWaw\":[\"Polska\"],\"tst44n\":[\"Evenemang\"],\"tudG8q\":[\"Skapa och konfigurera biljetter och produkter till försäljning.\"],\"u0n+wz\":[\"Väntelista\"],\"u5oO/W\":[\"Inställningar för offlinebetalningar\"],\"u6FPxT\":[\"Köp biljetter\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Status\"],\"uBAxNB\":[\"Redigerare\"],\"uCFbG2\":[\"Partern raderades\"],\"uEhdRh\":[\"Endast kampanj\"],\"uIElGP\":[\"Anpassad Maps-URL\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Sant om offlinebetalning\"],\"uM9Alj\":[\"Den här produkten är markerad på evenemangssidan\"],\"uN355O\":[\"Skapa evenemang\"],\"uOXLV3\":[\"Jag godkänner <0>villkoren\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Meddelande avbrutet\"],\"uQynyf\":[\"Misslyckades med att uppdatera konfiguration\"],\"uRfugr\":[\"T-shirt\"],\"uUPbPg\":[\"Kopiera partnerlänk\"],\"uUehLT\":[\"Väntar\"],\"uaSvqt\":[\"Utgångsdatum\"],\"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\"],\"ucgZ0o\":[\"Organisation\"],\"uchB0M\":[\"Förhandsgranskning av widget\"],\"udRwQs\":[\"Incheckning skapad\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Anslut ditt Stripe-konto för att börja ta emot betalningar.\"],\"uq2BmQ\":[\"Senaste 30 dagarna\"],\"uvIqcj\":[\"Workshop\"],\"uyJsf6\":[\"Om\"],\"uzEfRz\":[\"Orderanteckningar\"],\"v1P7Gm\":[\"Widgetinställningar\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Skicka test\"],\"v2GlhZ\":[\"Validering av nuvarande momsnummer misslyckades\"],\"v4+lcZ\":[\"Redigera partner\"],\"v4fiSg\":[\"Kontrollera din e-post\"],\"v7xKtM\":[\"Meddelandenivå uppdaterad\"],\"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.\"],\"vAbVy9\":[\"Gratis produkt, ingen betalningsinformation krävs\"],\"vERlcd\":[\"Profil\"],\"vFjEnF\":[\"Markera som betald\"],\"vJuISq\":[\"Är du säker på att du vill ta bort denna kapacitetstilldelning?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Misslyckades med att ta bort frågan\"],\"vLyv1R\":[\"Dölj\"],\"vOuxvL\":[\"Kontoinformation\"],\"vPJ1FI\":[\"Procentbelopp\"],\"vPeW/6\":[\"Är du säker på att du vill ta bort denna konfiguration? Detta kan påverka konton som använder den.\"],\"vPqpQG\":[\"Incheckningslistan hittades inte\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Redigera orderdetaljer\"],\"vRznIT\":[\"Ett fel uppstod vid kontroll av exportstatus.\"],\"vX8/tc\":[\"Min fantastiska evenemangstitel...\"],\"vXIe7J\":[\"Språk\"],\"vXPSuB\":[\"Uppdatera profil\"],\"vYgeDk\":[\"Avmarkera alla\"],\"vZ5qKF\":[\"Anpassa widgetens höjd automatiskt baserat på innehållet. När funktionen är avstängd fyller widgeten hela behållarens höjd.\"],\"vb0Q0/\":[\"Totalt antal användare\"],\"vcyz2L\":[\"Betalningsinställningar\"],\"ve9JTU\":[\"Efternamn är obligatoriskt\"],\"veessc\":[\"Dina deltagare visas här när de har registrerat sig för ditt evenemang. Du kan också lägga till deltagare manuellt.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Senaste 14 dagarna\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Duplicera evenemang\"],\"vlf/In\":[\"Teknik\"],\"vmOFL/\":[\"Vi kunde inte behandla din betalning. Försök igen eller kontakta supporten.\"],\"vqji3Y\":[\"Validering av momsregistreringsnummer misslyckades. Kontrollera ditt momsregistreringsnummer.\"],\"vrSW9M\":[\"Ordern har avbrutits och återbetalats. Orderägaren har informerats.\"],\"vt9xUl\":[\"Analys i realtid\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Order markerad som betald\"],\"vu7ZGG\":[\"Logotyp och omslagsbild\"],\"vu7gDm\":[\"Ta bort partner\"],\"vv7kpg\":[\"Avbruten\"],\"vvO1I2\":[\"Ditt Stripe-konto är anslutet och redo att behandla betalningar.\"],\"vwGkYB\":[\"Lösenordet måste vara minst 8 tecken\"],\"vzJenu\":[\"E-postinställningarna uppdaterades\"],\"w36OkR\":[\"Mest visade evenemang (Senaste 14 dagarna)\"],\"w65ZgF\":[\"Du behöver verifiera kontots e-postadress innan du kan ändra e-postmallar.\"],\"wBJR8i\":[\"Planerar du ett evenemang?\"],\"wCKkSr\":[\"Verifiera e-postadress\"],\"wDioLj\":[\"Misslyckades med att försöka igen\"],\"wDx3FF\":[\"Det finns inga produkter tillgängliga för det här evenemanget\"],\"wIa8Qe\":[\"Skicka inbjudan igen\"],\"wJTzyi\":[\"Betalningsstatus\"],\"wJijgU\":[\"Plats\"],\"wJzo/w\":[\"Vi rekommenderar 400×400 px och maximal filstorlek 5 MB\"],\"wPRp9Z\":[\"Endast synlig för incheckningspersonal. Hjälper till att identifiera listan vid incheckning.\"],\"wPmXlA\":[\"Första fakturanummer\"],\"wQzCPX\":[\"Momsinformation som ska visas längst ned på alla fakturor (t.ex. momsnummer, skatteregistrering)\"],\"wUv5xQ\":[\"Ingen arrangörsaktivitet de senaste 14 dagarna\"],\"wYiAtV\":[\"Inga nya kontoregistreringar\"],\"wckWOP\":[\"Hantera\"],\"wdxz7K\":[\"Källa\"],\"whqocw\":[\"Genom att registrera dig godkänner du våra <0>användarvillkor och <1>integritetspolicy.\"],\"wlfBad\":[\"Försäljningsperiod\"],\"wnDgGj\":[\"Bekräftar e-postadress...\"],\"wpfWhJ\":[\"Kundens förnamn\"],\"wpj63n\":[\"Arrangörsinställningar\"],\"wu98dY\":[\"Fråga en gång per produkt\"],\"wuV0bK\":[\"Sluta impersonera\"],\"wuyaZh\":[\"Export lyckades\"],\"x/xjzn\":[\"Dina affiliates har exporterats.\"],\"x1PPdr\":[\"Postnummer\"],\"x2mjl4\":[\"Ange en giltig bild-URL som pekar på en bild.\"],\"x3wVFc\":[\"Grattis! Ditt evenemang är nu synligt för allmänheten.\"],\"x4MLWE\":[\"Orderbekräftelse\"],\"x5+Lcz\":[\"Inte incheckad\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Deltagarens biljett ingår inte i denna lista\"],\"x8XMsJ\":[\"Välj meddelandenivå för detta konto. Detta styr meddelandegränser och länkbehörigheter.\"],\"x8rEDQ\":[\"Vi kunde inte validera ditt momsregistreringsnummer efter flera försök. Vi fortsätter att försöka i bakgrunden. Kom tillbaka senare.\"],\"xDAtGP\":[\"Meddelande\"],\"xDzTh7\":[\"Misslyckades med att ladda ner faktura. Försök igen.\"],\"xFRMlO\":[\"Min per order\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" vid aktuell kurs\"],\"xFj7Yj\":[\"Misslyckades med att ta bort mall\"],\"xGU92i\":[\"Slutför din profil för att gå med i laget.\"],\"xGVfLh\":[\"Fortsätt\"],\"xHpVRl\":[\"Återbetalningsstatus\"],\"xJaTUK\":[\"Anpassa layout, färger och varumärkesprofil för ditt evenemangs startsida.\"],\"xMDm+I\":[\"Checka in\"],\"xMO+Ao\":[\"Konfigurera din organisation\"],\"xMekgu\":[\"Lägg till eventuella anteckningar om ordern...\"],\"xN9AhL\":[\"Nivå \",[\"0\"]],\"xTPjSy\":[\"Tidigare evenemang\"],\"xUgUTh\":[\"Ange förnamn\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Alltid tillgänglig\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Verktyg\"],\"xdA9ud\":[\"Placera detta i -delen på din webbplats.\"],\"xdiER7\":[\"Tilldelad nivå\"],\"xeIaKw\":[\"Vill du verkligen skicka om biljetten till \",[\"0\"],\"?\"],\"xfKgwv\":[\"Skapa partner\"],\"xgL50q\":[\"Vad är nivåindelade produkter?\"],\"xgav5v\":[\"Betalningen lyckades!\"],\"xnWESi\":[\"Bekräfta lösenord\"],\"xowcRf\":[\"Användarvillkor\"],\"xrWdPR\":[\"Mallen togs bort\"],\"xxU3NX\":[\"Nettointäkter\"],\"xxv3BZ\":[\"Den här incheckningslistan har löpt ut\"],\"xzRvs4\":[\"Ta emot produktuppdateringar från \",[\"0\"],\".\"],\"y/NR6s\":[\"Platsen uppdaterades\"],\"y0meFR\":[\"Irländsk moms på 23 % tillämpas på plattformsavgifter (inhemsk leverans).\"],\"y1BZw1\":[\"Ange företagsadress\"],\"y1eoq1\":[\"Kopiera länk\"],\"y22tv0\":[\"Kopiera denna länk för att dela den var som helst\"],\"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.\"],\"y55eMd\":[\"Antal gånger använd\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Inga evenemang att visa\"],\"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.\"],\"yDOdwQ\":[\"Användarhantering\"],\"yIRev4\":[\"Skapa ett lösenord\"],\"yKWfjC\":[\"Sida för kampanjkoder\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Inga kommande evenemang\"],\"yNi4PV\":[\"Du kan inte checka in deltagare med obetalda ordrar. Den här inställningen kan ändras i evenemangsinställningarna.\"],\"yPI7n9\":[\"Kommaseparerade nyckelord som beskriver evenemanget. Dessa används av sökmotorer för att kategorisera och indexera evenemanget.\"],\"yPZN4i\":[\"Den här ordersidan är inte längre tillgänglig.\"],\"yPrbsy\":[\"Mottagare\"],\"yRg26W\":[\"Bruttoförsäljning\"],\"ySQGHV\":[\"Dölj produkt när den är slutsåld\"],\"ySeBKv\":[\"Du har redan skannat den här biljetten\"],\"ySxKZe\":[\"Hur många gånger kan denna kod användas?\"],\"yT6dQ8\":[\"Insamlad moms grupperad efter momstyp och evenemang\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 biljett\"],\"yWiPh+\":[\"Lägg till skatt eller avgift\"],\"yZfBoy\":[\"Ditt meddelande har skickats\"],\"yhjU+j\":[\"Laddar ner faktura\"],\"yiy8Jt\":[\"Skapar din organisatörsprofil, vänligen vänta\"],\"yj3N+g\":[\"1 dag efter startdatum\"],\"yjkELF\":[\"Bekräfta nytt lösenord\"],\"ylXj1N\":[\"Vald\"],\"ypJ62C\":[\"Rabatt %\"],\"yxhYRZ\":[[\"0\"],\" <0>utcheckad lyckades\"],\"yz7wBu\":[\"Stäng\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"Den schemalagda tiden är obligatorisk\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Vi har officiellt flyttat vårt huvudkontor till Irland 🇮🇪. Som en del av övergången använder vi nu Stripe Ireland i stället för Stripe Canada. För att dina utbetalningar ska fortsätta fungera smidigt behöver du återansluta ditt Stripe-konto.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Misslyckades med att exportera rapport. Försök igen.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Inga produkter tillgängliga för val\"],\"zLmvhE\":[\"Deltagaren skapades\"],\"zNECqg\":[\"biljetter\"],\"zNZNMs\":[\"Visa meddelande\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Välj en nivå\"],\"zPiC+q\":[\"Giltiga incheckningslistor\"],\"zTkTF3\":[\"Misslyckades med att spara mall\"],\"zUDyah\":[\"Loggar in\"],\"zWqUyJ\":[\"Fast avgift per transaktion\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Skapa mall för \",[\"0\"]],\"zgCHnE\":[\"Daglig försäljningsrapport\"],\"ziAjHi\":[\"Generera\"],\"zlHa5R\":[\"Inga deltagare har lagts till i denna order.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Telefon\"],\"znIg+z\":[\"Kassa\"],\"zpekWp\":[\"Försäljningen startar \",[\"0\"]],\"zppscQ\":[\"Hi.Events plattformsavgifter och momsfördelning per transaktion\"],\"zxnup4\":[\"Inga affiliates att visa\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Lyckades\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/se.po b/frontend/src/locales/se.po index 7513daad8..85b414b50 100644 --- a/frontend/src/locales/se.po +++ b/frontend/src/locales/se.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Klicka för att avpublicera" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'Det finns inget att visa än'" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'Det finns inget att visa än'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(tom)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} är redan incheckad" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>incheckad lyckades" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>utcheckad lyckades" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} aktiva webhooks" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} tillgängliga" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} skapades framgångsrikt" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} kvar" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "{0} logotyp" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} arrangörer" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} biljetter" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} uppdaterades" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} incheckade" @@ -148,6 +169,7 @@ msgstr "<0>Antalet produkter tillgängliga för denna produkt<1>Detta värde msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} vid aktuell kurs" @@ -251,6 +273,11 @@ msgstr "En avgift, som en bokningsavgift eller serviceavgift" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Ett fast belopp per produkt. T.ex. $0,50 per produkt" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Ett flerradigt textfält" @@ -300,7 +327,7 @@ msgstr "En standardskatt, såsom moms" msgid "Abandoned" msgstr "Övergiven" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Om" @@ -403,7 +430,8 @@ msgstr "Åtgärd krävs: Momsinformation krävs" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Åtgärder" @@ -510,7 +538,7 @@ msgstr "Lägg till prisnivå" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Lägg till i kalendern" @@ -660,7 +688,7 @@ msgstr "Alla jobb köade för nytt försök" msgid "All Products" msgstr "Alla produkter" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Alla statusar" @@ -699,6 +727,7 @@ msgstr "Nästan klart! Slutför anslutningen av ditt Stripe-konto för att börj msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Snart klart! Vi väntar bara på att din betalning ska behandlas. Det tar bara några sekunder." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Har du redan ett konto? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Fantastiskt, Evenemang, Nyckelord..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Belopp" @@ -734,6 +762,7 @@ msgstr "Belopp" msgid "Amount Paid" msgstr "Betalt belopp" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Betalt belopp ({0})" @@ -762,6 +791,11 @@ msgstr "Ett oväntat fel uppstod." msgid "An unexpected error occurred. Please try again." msgstr "Ett oväntat fel uppstod. Vänligen försök igen." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Svaret uppdaterades" @@ -778,10 +812,11 @@ msgstr "Utseende" msgid "Application Fees Configuration" msgstr "Konfiguration av avgifter" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "tillämpat" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Gäller {0} produkter" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "Gäller 1 produkt" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Använd" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Använd kampanjkod" +#~ msgid "Apply Promo Code" +#~ msgstr "Använd kampanjkod" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Är du säker på att du vill göra denna arrangör till ett utkast? Det msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Är du säker på att du vill publicera denna arrangör? Detta gör arrangörssidan synlig för allmänheten" -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Är du säker på att du vill erbjuda en plats till denna person? De kommer att få ett e-postmeddelande." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Är du säker på att du vill publicera detta evenemang? När det är publicerat blir det synligt för allmänheten." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Är du säker på att du vill publicera denna arrangörsprofil? När den är publicerad blir den synlig för allmänheten." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Är du säker på att du vill ta bort denna post från väntelistan?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Vill du verkligen skicka om orderbekräftelsen till {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Vill du verkligen skicka om biljetten till {0}?" @@ -909,11 +947,11 @@ msgstr "Vill du verkligen skicka om biljetten till {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Är du säker på att du vill återställa detta evenemang? Det kommer att återställas som ett utkast." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Är du säker på att du vill avpublicera detta evenemang? Det kommer inte längre vara synligt för allmänheten." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Är du säker på att du vill avpublicera denna arrangörsprofil? Den kommer inte längre vara synlig för allmänheten." @@ -1101,7 +1139,7 @@ msgstr "Automatisk storleksanpassning" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "Automatiskt erbjudande är aktiverat. Biljetter erbjuds automatiskt när kapacitet blir tillgänglig. Använd detta för att manuellt erbjuda ytterligare platser." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Automatisk hantering av väntelista" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Identifieras automatiskt baserat på bakgrundsfärg, men kan åsidosättas" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Erbjud biljetter automatiskt till nästa person när kapacitet blir tillgänglig" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Erbjud biljetter automatiskt till nästa person när kapacitet blir tillgänglig" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Tillbaka till rapporter" msgid "Background Color" msgstr "Bakgrundsfärg" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Bakgrundstyp" @@ -1261,7 +1303,7 @@ msgstr "Företagsnamn" msgid "Button Label" msgstr "Knapptext" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Knapptext" @@ -1273,6 +1315,7 @@ msgstr "Köparen betalar" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Köpare ser ett rent pris. Plattformavgiften dras från din utbetalning." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Kampanj" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Avbryt" @@ -1343,6 +1387,7 @@ msgstr "Avbryt order" msgid "Cancel Order" msgstr "Avbryt order" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Avbryt order {0}" @@ -1355,11 +1400,11 @@ msgstr "Avbrytande kommer att avbryta alla deltagare som är kopplade till denna #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Välgörenhet" msgid "Check In" msgstr "Checka in" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Checka in {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Kinesiska (traditionell)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Välj en färg för din bakgrund" +#~ msgid "Choose a color for your background" +#~ msgstr "Välj en färg för din bakgrund" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Stad" msgid "Clear Search Text" msgstr "Rensa söktext" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Klicka för att kopiera" @@ -1600,15 +1656,15 @@ msgstr "Klicka för att kopiera" msgid "Click to view notes" msgstr "Klicka för att visa anteckningar" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "stäng" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Stäng" @@ -1672,8 +1728,8 @@ msgstr "Hämta detaljer per biljett" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Färg" +#~ msgid "Color" +#~ msgstr "Färg" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Konfigurera skatter och avgifter" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Konfigurera väntelisteinställningar för detta evenemang" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Konfigurera väntelisteinställningar för detta evenemang" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Konfigurerad rabatt" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Bekräfta" @@ -1942,12 +1999,14 @@ msgstr "Ansluten till Stripe" msgid "Connection Details" msgstr "Anslutningsuppgifter" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Kontakt" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Kontakta {0}" @@ -1963,12 +2022,12 @@ msgstr "Kontakt-e-post för support" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Fortsätt" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Text på fortsätt-knapp" @@ -1982,7 +2041,7 @@ msgstr "Fortsätt konfigureringen" msgid "Continue Setup" msgstr "Fortsätt konfigurering" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Fortsätt till kassan" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Omslag" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Omslagsbild" @@ -2110,10 +2171,12 @@ msgstr "Omslagsbilden visas högst upp på din organisatörssida" msgid "Create" msgstr "Skapa" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Skapa {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Skapa mall för {0}" @@ -2339,6 +2402,10 @@ msgstr "Anpassat varumärke" msgid "Custom date and time" msgstr "Anpassat datum och tid" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "Anpassad Maps-URL" @@ -2415,7 +2482,7 @@ msgstr "Anpassa frågorna som ställs i kassan för att samla in viktig informat msgid "Customize the SEO settings for this event" msgstr "Anpassa SEO-inställningarna för detta evenemang" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Anpassa texten som visas på fortsätt-knappen" @@ -2613,6 +2680,7 @@ msgstr "Rabatt" msgid "Discount %" msgstr "Rabatt %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Rabatt i {0}" @@ -2621,7 +2689,7 @@ msgstr "Rabatt i {0}" msgid "Discount Type" msgstr "Rabattyp" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Stäng detta meddelande" @@ -2704,10 +2772,16 @@ msgstr "På grund av hög risk för spam måste du ansluta ett Stripe-konto inna #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"På grund av hög risk för skräppost måste du ansluta ett Stripe-konto innan du kan skicka meddelanden till deltagare.\n" -"Detta säkerställer att alla evenemangsorganisatörer är verifierade och ansvariga." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "På grund av hög risk för skräppost måste du ansluta ett Stripe-konto innan du kan skicka meddelanden till deltagare.\n" +#~ "Detta säkerställer att alla evenemangsorganisatörer är verifierade och ansvariga." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Duplicera produkt" msgid "Dutch" msgstr "Nederländska" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "t.ex. 180 (3 timmar)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "t.ex. Köp biljetter, Registrera dig nu" @@ -2768,11 +2842,14 @@ msgstr "Early bird" msgid "Edit" msgstr "Redigera" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "Redigera {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Redigera {0}-mall" @@ -2907,7 +2984,7 @@ msgstr "Giltiga incheckningslistor" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Ange ditt namn" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Ange ditt momsnummer inklusive landskod, utan mellanslag (t.ex. IE1234567A, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Poster visas här när kunder ansluter sig till väntelistan för slutsålda produkter." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Evenemangsinställningar" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Uppdatering av evenemangsstatus misslyckades. Försök igen senare." #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "Undantag" msgid "Expiration date" msgstr "Utgångsdatum" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Utgånget" @@ -3566,7 +3643,7 @@ msgstr "Kunde inte ladda mottagare" msgid "Failed to load Webhook" msgstr "Misslyckades med att läsa in webhook" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Kunde inte erbjuda plats" @@ -3574,6 +3651,10 @@ msgstr "Kunde inte erbjuda plats" msgid "Failed to offer tickets" msgstr "Kunde inte erbjuda biljetter" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Misslyckades med att ändra ordning på frågorna" @@ -3778,7 +3859,7 @@ msgstr "Förnamn" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Förnamn" msgid "First Name" msgstr "Förnamn" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "Glömt lösenord?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Gratis" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "Tyska" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Få vägbeskrivning" +#~ msgid "Get Directions" +#~ msgstr "Få vägbeskrivning" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Få betalt direkt med Stipe Connect" msgid "Get started" msgstr "Sätt igång" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Köp biljetter" @@ -3987,10 +4068,11 @@ msgstr "Gästhantering" msgid "Guests" msgstr "Gäster" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Har du en kampanjkod?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Hej {0}, hantera din plattform härifrån." @@ -4020,6 +4102,7 @@ msgstr "Här är din partnerlänk" msgid "Here's what to expect:" msgstr "Detta kan du förvänta dig:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Hej {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Dold från offentlig vy" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "Dolda frågor är endast synliga för arrangören och inte för kunden." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Dölj" @@ -4134,8 +4216,8 @@ msgstr "Startsidedesign" msgid "Homepage Designer" msgstr "Startsidedesigner" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Förhandsvisning av startsida" @@ -4144,7 +4226,7 @@ msgstr "Förhandsvisning av startsida" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "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." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Ungerska" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Jag godkänner att ta emot e-postmeddelanden relaterade till detta evenemang" @@ -4193,7 +4275,7 @@ msgstr "Jag godkänner <0>villkoren" msgid "I confirm this is a transactional message related to this event" msgstr "Jag bekräftar att detta är ett transaktionsmeddelande relaterat till detta evenemang" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Om en ny flik inte öppnades automatiskt, klicka på knappen nedan för att fortsätta till kassan." @@ -4299,6 +4381,7 @@ msgstr "Inkludera anslutningsinformation för ditt onlineevenemang. Dessa uppgif msgid "Include tax and fees in the price" msgstr "Inkludera skatt och avgifter i priset" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Innehåller {0} produkter" @@ -4477,21 +4560,25 @@ msgstr "John" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Delta varifrån som helst" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Gå med i väntelistan" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Gå med i väntelistan för {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Gå med i väntelistan för {0}" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" + +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Ansluten" @@ -4503,6 +4590,7 @@ msgstr "Klicka bara på knappen nedan för att återansluta ditt Stripe-konto." msgid "Just looking for your tickets?" msgstr "Letar du bara efter dina biljetter?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Håll mig uppdaterad om nyheter och evenemang från {0}" @@ -4574,7 +4662,7 @@ msgstr "Efternamn" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Laddar..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Hantera biljetter" msgid "Manage your account details and default settings" msgstr "Hantera dina kontouppgifter och standardinställningar" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Hantera betalningshantering och visa plattformsavgifter" @@ -4897,6 +4989,10 @@ msgstr "Meddelandenivå" msgid "Messaging tier updated successfully" msgstr "Meddelandenivå uppdaterad" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Min per order" @@ -4905,7 +5001,7 @@ msgstr "Min per order" msgid "Minimum Price" msgstr "Minimipris" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "minuter" @@ -4949,6 +5045,10 @@ msgstr "Flera prisalternativ. Perfekt för till exempel early bird-produkter." msgid "Music" msgstr "Musik" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "Inga momsinställningar är konfigurerade" msgid "No viewed events in the last 14 days" msgstr "Inga visade evenemang de senaste 14 dagarna" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Inga väntelisteposter" @@ -5369,27 +5469,27 @@ msgstr "Nummerprefix" msgid "of" msgstr "av" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Erbjud" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Erbjud plats" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Erbjud biljetter" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Tidsgräns för erbjudande" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Erbjuden" @@ -5444,6 +5544,7 @@ msgstr "Inställningar för offlinebetalningar" msgid "On Sale" msgstr "Till salu" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "Till salu {0}" @@ -5474,7 +5575,7 @@ msgstr "Pågående" msgid "Online" msgstr "Online" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Onlineevenemang" @@ -5791,7 +5892,6 @@ msgstr "Organisationsnamn" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Arrangörsinställningar" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Arrangörsstatistik är inte tillgänglig för vald valuta eller ett fel inträffade." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Uppdatering av arrangörsstatus misslyckades. Försök igen senare" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Arrangörsstatus uppdaterad" @@ -5931,6 +6031,7 @@ msgstr "Delvis återbetalning" msgid "Partially Refunded" msgstr "Delvis återbetald" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Delvis återbetald: {0}" @@ -6173,6 +6274,7 @@ msgstr "Planerar du ett evenemang?" msgid "Platform fee" msgstr "Plattformsavgift" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Plattformsavgift på {0} dras från din utbetalning" @@ -6215,7 +6317,7 @@ msgstr "Kontrollera att din e-postadress är giltig" msgid "Please check your email to confirm your email address" msgstr "Kontrollera din e-post för att bekräfta din e-postadress" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Fortsätt i den nya fliken" @@ -6227,7 +6329,7 @@ msgstr "Skapa en produkt" msgid "Please create a ticket" msgstr "Skapa en biljett" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Vänligen ange en giltig e-postadress" @@ -6271,7 +6373,7 @@ msgstr "Välj ett datumintervall" msgid "Please select an image." msgstr "Välj en bild." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Välj minst en produkt" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Meddelande efter checkout" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Drivs av" @@ -6335,6 +6438,11 @@ msgstr "Drivs av" msgid "Pre Checkout message" msgstr "Meddelande före checkout" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Förhindra översäljning genom att dela lager mellan flera biljett­typer." @@ -6408,7 +6516,7 @@ msgstr "Skriv ut biljetter" msgid "Print to PDF" msgstr "Skriv ut till PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Integritetspolicy" @@ -6424,7 +6532,7 @@ msgstr "Behandlar order" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Profil" msgid "Profile updated successfully" msgstr "Profilen uppdaterades" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Kampanjkoden {promo_code} har tillämpats" @@ -6555,12 +6663,18 @@ msgstr "Marknadsföringsmejl kan leda till att kontot stängs av" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." +" and conditions, guidelines, or any important information that attendees need to know before answering." msgstr "" -"Ge ytterligare sammanhang eller instruktioner för denna fråga. Använd detta fält för att lägga till villkor,\n" -"riktlinjer eller annan viktig information som deltagarna behöver känna till innan de svarar." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "" +#~ "Ge ytterligare sammanhang eller instruktioner för denna fråga. Använd detta fält för att lägga till villkor,\n" +#~ "riktlinjer eller annan viktig information som deltagarna behöver känna till innan de svarar." + +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Publicera" @@ -6569,8 +6683,8 @@ msgid "Publish Event" msgstr "Publicera evenemang" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Köpt" @@ -6637,7 +6751,7 @@ msgstr "Sats" msgid "Rate limit exceeded. Please try again later." msgstr "Hastighetsgränsen har överskridits. Försök igen senare." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Erbjud plats igen" @@ -6649,6 +6763,7 @@ msgstr "Redo att uppgradera? Det tar bara några minuter." msgid "Real-Time Analytics" msgstr "Analys i realtid" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6727,6 +6842,7 @@ msgstr "Återbetalning misslyckades" msgid "Refund order" msgstr "Återbetala order" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Återbetala order {0}" @@ -6751,6 +6867,7 @@ msgstr "Återbetalningsstatus" msgid "Refunded" msgstr "Återbetald" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Återbetald: {0}" @@ -6768,6 +6885,10 @@ msgstr "Regionala inställningar" msgid "Register" msgstr "Registrera" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6777,13 +6898,14 @@ msgstr "Registreringsfrågor" msgid "Remaining Uses" msgstr "Återstående användningar" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "ta bort" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Ta bort" @@ -6916,7 +7038,7 @@ msgstr "Sammanfattning av intäkter" msgid "Revoke invitation" msgstr "Återkalla inbjudan" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6931,10 +7053,12 @@ msgstr "Roll" msgid "Sale End Date" msgstr "Slutdatum för försäljning" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Försäljningen avslutades {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Försäljningen avslutas {0}" @@ -6957,6 +7081,7 @@ msgstr "Försäljningsperiod, ordergränser, synlighet" msgid "Sale Start Date" msgstr "Startdatum för försäljning" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Försäljningen startar {0}" @@ -7010,7 +7135,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7023,8 +7148,8 @@ msgstr "Spara" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Spara ändringar" @@ -7105,7 +7230,7 @@ msgstr "Sök på evenemangstitel eller arrangör..." msgid "Search by job name or exception..." msgstr "Sök efter jobbnamn eller undantag..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Sök efter namn eller e-post..." @@ -7165,6 +7290,7 @@ msgstr "Sekundär textfärg" msgid "Secure Checkout" msgstr "Säker kassa" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7480,7 +7606,7 @@ msgid "Setup & Design" msgstr "Konfiguration och design" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7509,6 +7635,7 @@ msgstr "Dela arrangörssida" msgid "Shared Capacity Management" msgstr "Delad kapacitetshantering" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Visa alla plattformar ({0} till med värden)" @@ -7529,8 +7656,7 @@ msgstr "Visa kryssruta för samtycke till marknadsföring" msgid "Show marketing opt-in checkbox by default" msgstr "Visa kryssruta för samtycke till marknadsföring som standard" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Visa mer" @@ -7542,6 +7668,7 @@ msgstr "Visa fler plattformar" msgid "Show tax and fees separately" msgstr "Visa moms och avgifter separat" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Visar {0} av {totalRows} poster" @@ -7607,13 +7734,18 @@ msgid "Sold out" msgstr "Slutsålt" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Slutsålt" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Slutsåld-väntelista" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Slutsåld-väntelista" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7639,7 +7771,7 @@ msgstr "Något gick fel! Försök igen" msgid "Something went wrong." msgstr "Något gick fel." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Något gick fel. Försök igen senare." @@ -7656,7 +7788,7 @@ msgstr "Något gick fel. Försök igen." msgid "Sorry for the inconvenience." msgstr "Beklagar besväret." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Tyvärr, den här kampanjkoden känns inte igen" @@ -7721,7 +7853,7 @@ msgstr "Statistiken baseras på kontots skapandedatum" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7804,11 +7936,13 @@ msgstr "Delsumma" msgid "Success" msgstr "Lyckades" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Klart! {0} kommer snart att få ett e-postmeddelande." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "Lyckades {0} deltagare" @@ -7842,7 +7976,7 @@ msgstr "Frågan skapades" msgid "Successfully Duplicated Product" msgstr "Produkten duplicerades" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Plats erbjuden framgångsrikt" @@ -7854,7 +7988,7 @@ msgstr "Biljetter har erbjudits till {count} personer" msgid "Successfully offered tickets to 1 person" msgstr "Biljetter har erbjudits till 1 person" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Borttagen från väntelistan" @@ -7924,8 +8058,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Inställningar för plattformsavgifter uppdaterades" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Produkten uppdaterades" +#~ msgid "Successfully updated product" +#~ msgstr "Produkten uppdaterades" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7961,6 +8099,7 @@ msgstr "Suite 100" msgid "Summary" msgstr "Sammanfattning" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8103,7 +8242,7 @@ msgstr "Mallen togs bort" msgid "Template saved successfully" msgstr "Mallen sparades" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Användarvillkor" @@ -8120,8 +8259,8 @@ msgstr "Tack för att du deltog!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Tack för ditt stöd när vi fortsätter att växa och förbättra Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Den kampanjkoden är ogiltig" @@ -8194,9 +8333,15 @@ msgstr "Länken du klickade på är ogiltig." msgid "The locale of the customer" msgstr "Kundens språk och region" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "Maximalt antal produkter för {0} är {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "Maximalt antal produkter för {0} är {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8254,11 +8399,11 @@ msgstr "Teater" msgid "Theme & Colors" msgstr "Tema och färger" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Det finns inga produkter tillgängliga för det här evenemanget" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Det finns inga produkter tillgängliga i den här kategorin" @@ -8334,11 +8479,11 @@ msgstr "Den här koden används för att spåra försäljning. Endast bokstäver msgid "This color combination may be hard to read for some users" msgstr "Den här färgkombinationen kan vara svår att läsa för vissa användare" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Det här evenemanget har avslutats" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Det här evenemanget är inte publicerat ännu" @@ -8414,7 +8559,11 @@ msgstr "Den här ordern övergavs. Du kan starta en ny order när som helst." msgid "This order was cancelled. You can start a new order anytime." msgstr "Den här ordern avbröts. Du kan starta en ny order när som helst." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Den här arrangörsprofilen är inte publicerad ännu" @@ -8584,7 +8733,7 @@ msgstr "Biljetter" msgid "Tickets & Products" msgstr "Biljetter och produkter" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Tillgängliga biljetter" @@ -8596,6 +8745,7 @@ msgstr "Biljetter för" msgid "Tickets Sold" msgstr "Sålda biljetter" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Nivå {0}" @@ -8817,7 +8967,7 @@ msgstr "Det gick inte att checka ut deltagaren" msgid "Unable to create product. Please check the your details" msgstr "Det gick inte att skapa produkten. Kontrollera dina uppgifter" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Det gick inte att skapa produkten. Kontrollera dina uppgifter" @@ -8833,7 +8983,7 @@ msgstr "Det gick inte att duplicera produkten. Kontrollera dina uppgifter" msgid "Unable to fetch attendee" msgstr "Det gick inte att hämta deltagaren" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Det gick inte att gå med i väntelistan" @@ -8881,7 +9031,7 @@ msgstr "Okänd deltagare" msgid "Unlimited" msgstr "Obegränsat" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Obegränsat antal tillgängliga" @@ -8913,6 +9063,7 @@ msgstr "Kommande" msgid "Upcoming Events" msgstr "Kommande evenemang" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Uppdatera {0}" @@ -8990,15 +9141,15 @@ msgstr "USB/HID-skanner" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Använd <0>Liquid-mallar för att anpassa dina mejl" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Använd en suddig version av omslagsbilden som bakgrund" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Använd omslagsbild" +#~ msgid "Use cover image" +#~ msgstr "Använd omslagsbild" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9227,7 +9378,7 @@ msgstr "Visa evenemangsida" msgid "View logs" msgstr "Visa loggar" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Visa karta" @@ -9235,7 +9386,7 @@ msgstr "Visa karta" msgid "View Message" msgstr "Visa meddelande" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Visa på Google Maps" @@ -9295,9 +9446,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Väntar" @@ -9308,7 +9459,7 @@ msgstr "Väntar på betalning" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Väntelista" @@ -9332,6 +9483,7 @@ msgstr "Vi kunde inte ta bort kategorin. Försök igen." msgid "We couldn't find any orders associated with this email address." msgstr "Vi kunde inte hitta några ordrar kopplade till den här e-postadressen." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "Vi kunde inte hitta några biljetter som matchar {0}" @@ -9382,8 +9534,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "Vi kunde inte validera ditt momsregistreringsnummer efter flera försök. Vi fortsätter att försöka i bakgrunden. Kom tillbaka senare." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "Vi meddelar dig via e-post om en plats blir tillgänglig för {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "Vi meddelar dig via e-post om en plats blir tillgänglig för {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9455,14 +9611,18 @@ msgstr "Välkommen ombord! Logga in för att fortsätta." msgid "Welcome back" msgstr "Välkommen tillbaka" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Välkommen tillbaka{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Välkommen till {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Välkommen till {0}, här är en lista över alla dina evenemang" @@ -9531,9 +9691,16 @@ msgstr "När en produkt tas bort" msgid "When a product is updated" msgstr "När en produkt uppdateras" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "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." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "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." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9633,7 +9800,7 @@ msgstr "Arbetar" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9678,14 +9845,19 @@ msgstr "Ja, ta bort dem" msgid "You already scanned this ticket" msgstr "Du har redan skannat den här biljetten" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Du ändrar din e-postadress till <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "Du utger dig för att vara <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Du gör en delåterbetalning. Kunden kommer att få {0} {1} återbetalat." @@ -9756,7 +9928,7 @@ msgstr "Du har lagt till skatter och avgifter på en gratis produkt. Vill du ta msgid "You must acknowledge that this email is not promotional" msgstr "Du måste bekräfta att det här e-postmeddelandet inte är reklam" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Du måste godkänna att ta emot meddelanden" @@ -9812,11 +9984,12 @@ msgstr "Du behöver minst en produkt för att komma igång. Gratis, betald eller msgid "You're all set! Your payments are being processed smoothly." msgstr "Allt är klart! Dina betalningar behandlas utan problem." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "Du ska till {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Du är på väntelistan!" @@ -9864,6 +10037,7 @@ msgstr "Dina uppgifter" msgid "Your Email" msgstr "Din e-postadress" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "Din begäran om att ändra e-postadress till <0>{0} väntar. Kontrollera din e-post för att bekräfta." diff --git a/frontend/src/locales/tr.js b/frontend/src/locales/tr.js index bde06771f..c3489b8c7 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>başarıyla check-in yaptı\"],\"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\"],\" check-in yaptı\"],\"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\":\"⚡️ Etkinliğinizi kurun\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Etkinlik sayfanızı özelleştirin\",\"3VPPdS\":\"💳 Stripe ile bağlanın\",\"cjdktw\":\"🚀 Etkinliğinizi yayına alın\",\"rmelwV\":\"0 dakika ve 0 saniye\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Ana Cadde\",\"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\":\"Promosyon Kodunu Uygula\",\"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\":\"Bu etkinliği herkese açık yapmak istediğinizden emin misiniz? Bu işlem etkinliği halka görünür yapacaktır\",\"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\":\"Katılımcı Notları\",\"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\":\"Kaliforniya\",\"iStTQt\":\"Kamera izni reddedildi. Tekrar <0>İzin İsteyin, veya bu işe yaramazsa, tarayıcı ayarlarınızdan <1>bu sayfaya kamera erişimi vermeniz gerekecek.\",\"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\":\"Check-in Yapılamaz\",\"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 Yap\",\"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 Yap\",\"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\":\"Ödeme almaya başlamak için Stripe hesabınızı bağlayın.\",\"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\":\"Kuruluma devam et\",\"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\":\"Etkinlik sayfanızı markanız ve tarzınıza uyacak şekilde özelleştirin.\",\"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\":\"Bağış / İstediğiniz kadar öde ürünü\",\"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\":\"Bu cihazda flaş mevcut değil\",\"UNMVei\":\"Şifrenizi mi unuttunuz?\",\"2POOFK\":\"Ücretsiz\",\"P/OAYJ\":\"Ücretsiz Ürün\",\"vAbVy9\":\"Ücretsiz ürün, ödeme bilgisi gerekli değil\",\"nLC6tu\":\"Fransızca\",\"Weq9zb\":\"Genel\",\"DDcvSo\":\"Almanca\",\"4GLxhy\":\"Başlarken\",\"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\":\"Başlarken sayfasını gizle\",\"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\":\"Başlarken sayfasını kenar çubuğundan gizle\",\"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\":\"Çoklu fiyat seçenekleri. Erken kayıt ürünleri vb. için mükemmel.\",\"/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\":\"Bu siparişe katılımcı eklenmemiş.\",\"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\":\"Bu katılımcı ile ilişkili ürün yok.\",\"Ya1JhR\":\"Bu kategoride mevcut ürün yok.\",\"FTfObB\":\"Henüz Ürün Yok\",\"+Y976X\":\"Gösterilecek Promosyon Kodu yok\",\"MAavyl\":\"Bu katılımcı tarafından cevaplanan soru yok.\",\"SnlQeq\":\"Bu sipariş için hiçbir soru sorulmamış.\",\"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\":\"Hazır olduğunuzda, etkinliğinizi yayına alın ve ürün satmaya başlayın.\",\"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\":\"Sipariş Notları\",\"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\":\"Ücretli Ürün\",\"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\":\"Tarafından desteklenmektedir\",\"Rs7IQv\":\"Ödeme öncesi mesaj\",\"rdUucN\":\"Önizleme\",\"a7u1N9\":\"Fiyat\",\"CmoB9j\":\"Fiyat görünüm modu\",\"BI7D9d\":\"Fiyat belirlenmedi\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Fiyat Türü\",\"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 cevaplamadan önce bilmeleri 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\":\"Ad, sipariş #, katılımcı # veya e-postaya göre ara...\",\"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\":\"Kamera Seç\",\"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\":\"Minimum fiyat belirleyin ve kullanıcılar isterlerse daha fazla ödesin\",\"L0pJmz\":\"Fatura numaralandırması için başlangıç numarasını ayarlayın. Faturalar oluşturulduktan sonra bu değiştirilemez.\",\"nYNT+5\":\"Etkinliğinizi kurun\",\"A8iqfq\":\"Etkinliğinizi yayına alın\",\"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\":\"Sabit fiyatlı standart ürün\",\"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\":\"Süit 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\":\"Bu detaylar yalnızca sipariş başarıyla tamamlanırsa gösterilecektir. Ödeme bekleyen siparişler bu mesajı göstermeyecektir.\",\"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\":\"Bu genel bir üründür, tişört veya kupa gibi. Hiçbir bilet düzenlenmeyecek\",\"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\":\"Bu ürün bir bilettir. Alıcılara satın alma sonrasında bilet verilecek\",\"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\":\"Kademeli Ürün\",\"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\":\"İPUCU\",\"MHrjPM\":\"Title\",\"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\":\"Görüntüle\",\"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\":\"Görünürlük\",\"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\":\"Bu bileti zaten taradınız\",\"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ş)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" zaten giriş yaptı\"],\"S4PqS9\":[[\"0\"],\" Aktif Webhook\"],\"6MIiOI\":[[\"0\"],\" kaldı\"],\"COnw8D\":[[\"0\"],\" logosu\"],\"B7pZfX\":[[\"0\"],\" organizatör\"],\"/HkCs4\":[[\"0\"],\" bilet\"],\"TjbIUI\":[[\"totalCount\"],\" arasından \",[\"availableCount\"],\" mevcut\"],\"OJnhhX\":[[\"eventCount\"],\" etkinlik\"],\"3IEF7U\":[[\"totalCount\"],\" bilet türü\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Bilet ekle\",\"M2DyLc\":\"1 Aktif Webhook\",\"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ü\",\"cGtUz6\":\"Etkinlikten 1 hafta önce\",\"HR/cvw\":\"123 Örnek Sokak\",\"kMU5aM\":\"İptal bildirimi gönderildi:\",\"V53XzQ\":\"E-postanıza yeni bir doğrulama kodu gönderildi\",\"/z/bH1\":\"Kullanıcılarınıza gösterilecek organizatörünüz hakkında kısa bir açıklama.\",\"aS0jtz\":\"Terk edildi\",\"uyJsf6\":\"Hakkında\",\"WTk/ke\":\"Stripe Connect Hakkında\",\"JvuLls\":\"Ücreti karşıla\",\"lk74+I\":\"Ücreti karşıla\",\"1uJlG9\":\"Vurgu Rengi\",\"K5+3xg\":\"Daveti kabul et\",\"VTfZPy\":\"Erişim Reddedildi\",\"iN5Cz3\":\"Hesap zaten bağlı!\",\"YP4JuP\":\"Hesap yapılandırması başarıyla güncellendi\",\"vOuxvL\":\"Hesap Bilgileri\",\"EHNORh\":\"Hesap bulunamadı\",\"bPwFdf\":\"Hesaplar\",\"nMtNd+\":\"Gerekli İşlem: Stripe Hesabınızı Yeniden Bağlayın\",\"AhwTa1\":\"Gerekli İşlem: KDV Bilgisi Gerekli\",\"APyAR/\":\"Aktif Etkinlikler\",\"UWWRyd\":\"Ödeme sırasında ek bilgi toplamak için özel sorular ekleyin\",\"a5KFZU\":\"Etkinlik detaylarını ekleyin ve etkinlik ayarlarını yönetin.\",\"Fb+SDI\":\"Daha fazla bilet ekle\",\"7JF9w9\":\"Soru Ekle\",\"6PNlRV\":\"Bu etkinliği takviminize ekleyin\",\"BGD9Yt\":\"Bilet ekle\",\"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.\",\"bVjDs9\":\"Ek ücretler\",\"0Zypnp\":\"Yönetici Paneli\",\"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\",\"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.\",\"7rLTkE\":\"Tüm Arşivlenmiş Etkinlikler\",\"gKq1fa\":\"Tüm katılımcılar\",\"pMLul+\":\"Tüm Para Birimleri\",\"qlaZuT\":\"Tamamlandı! Artık yükseltilmiş ödeme sistemimizi kullanıyorsunuz.\",\"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ı\",\"Sxm1lO\":\"Tüm Durumlar\",\"dr7CWq\":\"Tüm Yaklaşan Etkinlikler\",\"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.\",\"F3mW5G\":\"Bu ürün tükendiğinde müşterilerin bekleme listesine katılmasına izin ver\",\"QUg5y1\":\"Neredeyse tamam! Ödeme almaya başlamak için Stripe hesabınızı bağlamayı tamamlayın.\",\"c4uJfc\":\"Neredeyse bitti! Ödemenizin işlenmesini bekliyoruz. Bu sadece birkaç saniye sürmelidir.\",\"ocS8eq\":[\"Zaten hesabınız var mı? <0>\",[\"0\"],\"\"],\"/H326L\":\"Zaten İade Edildi\",\"RtxQTF\":\"Bu siparişi de iptal et\",\"jkNgQR\":\"Bu siparişi de iade et\",\"xYqsHg\":\"Her zaman mevcut\",\"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.\",\"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\\\"\",\"QNrkms\":\"Cevap başarıyla güncellendi.\",\"Znwxal\":\"Uygulama Ücretleri Yapılandırması\",\"261RBr\":\"Mesajı Onayla\",\"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.\",\"vPeW/6\":\"Bu yapılandırmayı silmek istediğinizden emin misiniz? Bu işlem, onu kullanan hesapları etkileyebilir.\",\"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.\",\"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?\"],\"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.\",\"QGoXh3\":\"İşletmeniz AB merkezli olduğundan, platform ücretlerimiz için doğru KDV uygulamasını belirlememiz gerekiyor:\",\"tMeVa/\":\"Satın alınan her bilet için ad ve e-posta isteyin\",\"/JdZIP\":\"Atanmış Yapılandırma\",\"xdiER7\":\"Atanan Seviye\",\"F2rX0R\":\"En az bir etkinlik türü seçilmelidir\",\"BCmibk\":\"Denemeler\",\"6PecK3\":\"Tüm etkinliklerdeki katılım ve giriş oranları\",\"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ı\",\"0R3Y+9\":\"Katılımcı E-postası\",\"94aQMU\":\"Katılımcı Bilgileri\",\"KkrBiR\":\"Katılımcı bilgi toplama\",\"av+gjP\":\"Katılımcı Adı\",\"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\",\"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\",\"OpCtfq\":\"Otomatik teklif etkinleştirildi. Kapasite müsait olduğunda biletler otomatik olarak sunulur. Ek yerler için manuel olarak teklif vermek için bunu kullanın.\",\"V7Tejz\":\"Bekleme listesini otomatik işle\",\"PZ7FTW\":\"Arka plan rengine göre otomatik olarak algılanır, ancak geçersiz kılınabilir\",\"8Etqrl\":\"Kapasite oluştuğunda sıradaki kişiye otomatik olarak bilet teklif et\",\"csDS2L\":\"Mevcut\",\"clF06r\":\"İade Edilebilir\",\"NB5+UG\":\"Mevcut Token'lar\",\"EmYMHc\":\"Çevrimdışı Ö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\",\"jIPNJG\":\"Temel Bilgiler\",\"WOpH7O\":\"Her cihazda güzel bir ödeme deneyimi\",\"iMdwTb\":\"Etkinliğiniz yayına girmeden önce yapmanız gereken birkaç şey var. Başlamak için aşağıdaki tüm adımları tamamlayın.\",\"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.\",\"9N+p+g\":\"İş\",\"7ns+do\":\"İşletme Adresi\",\"LeC29u\":\"KDV amaçları için işletme adresi\",\"RReHTu\":\"İşletme Adı\",\"bv6RXK\":\"Düğme Etiketi\",\"ChDLlO\":\"Düğme Metni\",\"BUe8Wj\":\"Alıcı öder\",\"qF1qbA\":\"Alıcılar net bir fiyat görür. Platform ücreti ödemenizden düşülür.\",\"DFqasq\":[\"Devam ederek, <0>\",[\"0\"],\" Hizmet Koşullarını kabul etmiş olursunuz\"],\"lFdbRS\":\"Uygulama Ücretlerini Atla\",\"2VLZwd\":\"Harekete Geçirici Düğme\",\"PUpvQe\":\"Kamera Tarayıcı\",\"D02dD9\":\"Kampanya\",\"H4nE+E\":\"Tüm ürünleri iptal et ve havuza geri bırak\",\"tOXAdc\":\"İptal etmek, bu siparişle ilişkili tüm katılımcıları iptal edecek ve biletleri mevcut havuza geri bırakacaktır.\",\"IrUqjC\":\"Giriş Yapılamaz (İptal Edildi)\",\"01sEfm\":\"Sistem varsayılan yapılandırması silinemez\",\"VsM1HH\":\"Kapasite Atamaları\",\"K7tIrx\":\"Kategori\",\"2tbLdK\":\"Hayır Kurumu\",\"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.\",\"udRwQs\":\"Giriş Oluşturuldu\",\"F4SRy3\":\"Giriş Silindi\",\"9gPPUY\":\"Giriş Listesi Oluşturuldu\",\"f2vU9t\":\"Giriş Listeleri\",\"tMNBEF\":\"Giriş listeleri, günler, alanlar veya bilet türleri arasında girişi kontrol etmenizi sağlar. Personelle güvenli bir giriş bağlantısı paylaşabilirsiniz — hesap gerekmez.\",\"SHJwyq\":\"Giriş Oranı\",\"qCqdg6\":\"Giriş Durumu\",\"cKj6OE\":\"Giriş Özeti\",\"7B5M35\":\"Girişler\",\"DM4gBB\":\"Çince (Geleneksel)\",\"pkk46Q\":\"Bir Organizatör Seçin\",\"Crr3pG\":\"Takvim 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.\",\"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\",\"7D9MJz\":\"Stripe Kurulumunu Tamamla\",\"OqEV/G\":\"Devam etmek için aşağıdaki kurulumu tamamlayın\",\"nqx+6h\":\"Etkinliğiniz için bilet satmaya başlamak için bu adımları tamamlayın.\",\"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\",\"B5fpAA\":\"Yapılandırma başarıyla 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\",\"Nbd6WT\":\"Bu etkinlik için bekleme listesi ayarlarını yapılandırı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:\",\"o5A0Go\":\"Bir etkinlik oluşturduğunuz için tebrikler!\",\"x3wVFc\":\"Tebrikler! Etkinliğiniz artık herkese açık.\",\"WNnP3w\":\"Bağlan ve Yükselt\",\"Xe2tSS\":\"Dokümantasyonu Bağla\",\"1Xxb9f\":\"Ödeme işlemeyi bağla\",\"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\",\"EWnXR+\":\"Stripe'a Bağlan\",\"VioGG1\":\"Bilet ve ürünler için ödeme almak üzere Stripe hesabınızı bağlayın.\",\"4qmnU8\":\"Ödeme almak için Stripe hesabınızı bağlayın.\",\"E1eze1\":\"Etkinlikleriniz için ödeme almaya başlamak üzere Stripe hesabınızı bağlayın.\",\"ulV1ju\":\"Ödeme almaya başlamak için Stripe hesabınızı bağlayın.\",\"/3017M\":\"Stripe'a Bağlandı\",\"jfC/xh\":\"İletişim\",\"LOFgda\":[[\"0\"],\" ile İletişime Geç\"],\"41BQ3k\":\"İletişim E-postası\",\"KcXRN+\":\"Destek için iletişim e-postası\",\"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\",\"p2FRHj\":\"Bu etkinlik için platform ücretlerinin nasıl ele alınacağını kontrol edin\",\"1JnTgU\":\"Yukarıdan kopyalandı\",\"FxVG/l\":\"Panoya kopyalandı\",\"PiH3UR\":\"Kopyalandı!\",\"uUPbPg\":\"Bağlı Kuruluş Bağlantısını Kopyala\",\"iVm46+\":\"Kodu 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\",\"P0rbCt\":\"Kapak Görseli\",\"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\",\"zg4oSu\":[[\"0\"],\" Şablonu Oluştur\"],\"RKKhnW\":\"Sitenizde bilet satmak için özel bir widget oluşturun.\",\"yIRev4\":\"Bir şifre oluşturun\",\"xfKgwv\":\"Bağlı Kuruluş Oluştur\",\"tudG8q\":\"Satış için bilet ve ürünler oluşturup yapılandırın.\",\"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\",\"Nc3l/D\":\"İndirimler, gizli biletler için erişim kodları ve özel teklifler oluşturun.\",\"eWEV9G\":\"Yeni şifre oluştur\",\"8AiKIu\":\"Bilet veya Ürün Oluştur\",\"agZ87r\":\"Etkinliğiniz için biletler oluşturun, fiyatları belirleyin ve mevcut miktarı yönetin.\",\"/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\",\"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\",\"BMtue0\":\"Mevcut ödeme işlemcisi\",\"T+1APV\":\"Mevcut KDV numarası doğrulandı\",\"v2GlhZ\":\"Mevcut KDV numarası doğrulaması başarısız oldu\",\"iTvh6I\":\"Şu anda satın alınabilir\",\"g7HIC0\":\"Özel Markalama\",\"Guo0lU\":\"Özel tarih ve saat\",\"mimF6c\":\"Ödeme sonrası özel mesaj\",\"O6mra8\":\"Özel Sorular\",\"axv/Mi\":\"Özel şablon\",\"QMHSMS\":\"Müşteri iade onayını içeren bir e-posta alacaktır\",\"L/Qc+w\":\"Müşterinin e-posta adresi\",\"wpfWhJ\":\"Müşterinin adı\",\"GIoqtA\":\"Müşterinin soyadı\",\"NihQNk\":\"Müşteriler\",\"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\",\"pxNIxa\":\"Liquid şablonu kullanarak e-posta şablonunuzu özelleştirin\",\"3trPKm\":\"Organizatör sayfanızın görünümünü özelleştirin\",\"/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ü\",\"pvnfJD\":\"Koyu\",\"nE5o/t\":\"Veri Sahipliği\",\"lnYE59\":\"Etkinlik tarihi\",\"gnBreG\":\"Siparişin verildiği tarih\",\"ovBPCi\":\"Varsayılan\",\"JtI4vj\":\"Varsayılan katılımcı bilgi toplama\",\"3R/Tu2\":\"Varsayılan ücret işleme\",\"1bZAZA\":\"Varsayılan şablon kullanılacak\",\"vu7gDm\":\"Bağlı Kuruluşu Sil\",\"KZN4Lc\":\"Tümünü sil\",\"+jw/c1\":\"Görseli sil\",\"hdyeZ0\":\"İşi sil\",\"dPyJ15\":\"Şablonu Sil\",\"mxsm1o\":\"Bu soruyu sil? Bu işlem geri alınamaz.\",\"snMaH4\":\"Webhook'u sil\",\"vYgeDk\":\"Tümünün Seçimini Kaldır\",\"NvuEhl\":\"Tasarım Öğeleri\",\"H8kMHT\":\"Kodu almadınız mı?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Bu mesajı kapat\",\"BREO0S\":\"Müşterilerin bu etkinlik organizatöründen pazarlama iletişimi almayı kabul etmelerini sağlayan bir onay kutusu göster.\",\"TvY/XA\":\"Dokümantasyon\",\"Kdpf90\":\"Unutmayın!\",\"352VU2\":\"Hesabınız yok mu? <0>Kaydolun\",\"AXXqG+\":\"Bağış\",\"DPfwMq\":\"Tamam\",\"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öndermeden önce bir Stripe hesabı bağlamanız gerekir.\\nBu, tüm etkinlik organizatörlerinin doğrulanmış ve sorumlu olmasını sağlamak içindir.\",\"euc6Ns\":\"Çoğalt\",\"KRmTkx\":\"Ürünü Çoğalt\",\"KIjvtr\":\"Felemenkçe\",\"22xieU\":\"ör. 180 (3 saat)\",\"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.\",\"LTzmgK\":[[\"0\"],\" Şablonunu Düzenle\"],\"v4+lcZ\":\"Bağlı Kuruluşu Düzenle\",\"2iZEz7\":\"Cevabı Düzenle\",\"tPtRwl\":\"Uygulama Ücretlerini Düzenle\",\"t2bbp8\":\"Katılımcıyı düzenle\",\"etaWtB\":\"Katılımcı Detaylarını Düzenle\",\"+guao5\":\"Yapılandırmayı Düzenle\",\"vRWOrM\":\"Sipariş Detaylarını Düzenle\",\"3yNuBV\":\"KDV Ayarlarını Düzenle\",\"fW5sSv\":\"Webhook'u düzenle\",\"nP7CdQ\":\"Webhook'u Düzenle\",\"uBAxNB\":\"Düzenleyici\",\"aqxYLv\":\"Eğitim\",\"iiWXDL\":\"Uygunluk Hataları\",\"zPiC+q\":\"Uygun Giriş Listeleri\",\"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\",\"L86zy2\":\"E-posta başarıyla doğrulandı!\",\"FSN4TS\":\"Widget yerleştir\",\"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\",\"48Y16Q\":\"Bitiş saati (isteğe bağlı)\",\"7YZofi\":\"Önizlemeyi görmek için bir konu ve gövde girin\",\"3bR1r4\":\"Bağlı kuruluş e-postasını girin (isteğe bağlı)\",\"ARkzso\":\"Bağlı kuruluş adını girin\",\"y1BZw1\":\"İşletme adresini girin\",\"3GfR6a\":\"İşletme adını girin\",\"6KnyG0\":\"E-posta girin\",\"INDKM9\":\"E-posta konusunu girin...\",\"xUgUTh\":\"Ad girin\",\"9/1YKL\":\"Soyad girin\",\"VpwcSk\":\"Yeni şifreyi girin\",\"1tAGuY\":\"Ülke kodu dahil KDV numarasını 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)\",\"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\",\"AKbElk\":\"AB KDV kayıtlı işletmeler: Ters ödeme mekanizması uygulanır (%0 - KDV Direktifi 2006/112/EC Madde 196)\",\"WgD6rb\":\"Etkinlik Kategorisi\",\"b46pt5\":\"Etkinlik Kapak Görseli\",\"1Hzev4\":\"Etkinlik özel şablonu\",\"imgKgl\":\"Etkinlik Açıklaması\",\"kJDmsI\":\"Etkinlik detayları\",\"m/N7Zq\":\"Etkinlik Tam Adresi\",\"Nl1ZtM\":\"Etkinlik Konumu\",\"t3AMTs\":\"Etkinlik Yönetim Platformu\",\"PYs3rP\":\"Etkinlik adı\",\"HhwcTQ\":\"Etkinlik Adı\",\"WZZzB6\":\"Etkinlik adı gerekli\",\"Wd5CDM\":\"Etkinlik adı 150 karakterden az olmalıdır\",\"4JzCvP\":\"Etkinlik Mevcut Değil\",\"Gh9Oqb\":\"Etkinlik organizatör adı\",\"mImacG\":\"Etkinlik Sayfası\",\"JyD0LH\":\"Etkinlik ayarları\",\"cOePZk\":\"Etkinlik Saati\",\"e8WNln\":\"Etkinlik saat dilimi\",\"GeqWgj\":\"Etkinlik Saat Dilimi\",\"XVLu2v\":\"Etkinlik Başlığı\",\"OfmsI9\":\"Etkinlik Çok Yeni\",\"YDVUVl\":\"Etkinlik Türleri\",\"4K2OjV\":\"Etkinlik Mekanı\",\"19j6uh\":\"Etkinlik Performansı\",\"PC3/fk\":\"Önümüzdeki 24 Saat İçinde Başlayan Etkinlikler\",\"fTFfOK\":\"Her e-posta şablonu uygun sayfaya bağlanan bir harekete geçirici düğme içermelidir\",\"BVinvJ\":\"Örnekler: \\\"Bizi nasıl duydunuz?\\\", \\\"Fatura için şirket adı\\\"\",\"2hGPQG\":\"Örnekler: \\\"Tişört bedeni\\\", \\\"Yemek tercihi\\\", \\\"Meslek unvanı\\\"\",\"qNuTh3\":\"İstisna\",\"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ı\",\"SIHgVQ\":\"Mesaj iptal edilemedi\",\"cEFg3R\":\"Bağlı kuruluş oluşturulamadı\",\"dVgNF1\":\"Yapılandırma oluşturulamadı\",\"U66oUa\":\"Şablon oluşturulamadı\",\"aFk48v\":\"Yapılandırma silinemedi\",\"Zw6LWb\":\"İş silinemedi\",\"tq0abZ\":\"İşler silinemedi\",\"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\",\"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\",\"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.\",\"o/blc/\":\"Hesap yapılandırması güncellenemedi\",\"i0QKrm\":\"Bağlı kuruluş güncellenemedi\",\"NNc33d\":\"Cevap güncellenemedi.\",\"E9jY+o\":\"Katılımcı güncellenemedi\",\"uQynyf\":\"Yapılandırma güncellenemedi\",\"EhlbcI\":\"Mesajlaşma seviyesi güncellenemedi\",\"rpGMzC\":\"Sipariş güncellenemedi\",\"Eeo/Gy\":\"Ayar güncellenemedi\",\"kqA9lY\":\"KDV ayarları güncellenemedi\",\"7/9RFs\":\"Görsel yüklenemedi.\",\"nkNfWu\":\"Görsel yüklenemedi. Lütfen tekrar deneyin.\",\"rxy0tG\":\"E-posta doğrulanamadı\",\"9bHCo2\":\"Ücret Para Birimi\",\"/sV91a\":\"Ücret işleme\",\"T4BMxU\":\"Ücretler değişebilir. Ücret yapınızdaki herhangi bir değişiklik size bildirilecektir.\",\"LyUWXA\":\"Ücretler Atlandı\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Dosya çok büyük. Maksimum boyut 5MB'dir.\",\"VejKUM\":\"Önce yukarıdaki bilgilerinizi doldurun\",\"8OvVZZ\":\"Katılımcıları Filtrele\",\"mvrlBO\":\"Etkinliğe göre filtrele\",\"8BwQeU\":\"Kurulumu Tamamla\",\"hg80P7\":\"Stripe Kurulumunu Tamamla\",\"1vBhpG\":\"İlk katılımcı\",\"4pwejF\":\"Ad gereklidir\",\"6bBh3/\":\"Sabit Ücret\",\"5mpF6N\":[[\"currencyCode\"],\" cinsinden sabit ücret tutarı\"],\"zWqUyJ\":\"İşlem başına sabit ücret\",\"LWL3Bs\":\"Sabit ücret 0 veya daha büyük olmalıdır\",\"YXhom6\":\"Sabit Ücret:\",\"KgxI80\":\"Esnek Biletleme\",\"lWxAUo\":\"Yiyecek ve İçecek\",\"nFm+5u\":\"Alt Bilgi Metni\",\"MY2SVM\":\"Tam iade\",\"T02gNN\":\"Genel Giriş\",\"3ep0Gx\":\"Organizatörünüz hakkında genel bilgiler\",\"ziAjHi\":\"Oluştur\",\"exy8uo\":\"Kod oluştur\",\"4CETZY\":\"Yol Tarifi Al\",\"+4zM7f\":\"Stripe Connect üzerinden anında ödeme alın\",\"ZDIydz\":\"Başlayın\",\"u6FPxT\":\"Bilet Al\",\"8KDgYV\":\"Etkinliğinizi hazırlayın\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Etkinlik Sayfasına Git\",\"gHSuV/\":\"Ana sayfaya git\",\"6nDzTl\":\"İyi okunabilirlik\",\"aGWZUr\":\"Brüt gelir\",\"n8IUs7\":\"Brüt Gelir\",\"LIYoRQ\":\"Misafir yönetimi\",\"kTSQej\":[\"Merhaba \",[\"0\"],\", platformunuzu buradan yönetin.\"],\"dORAcs\":\"E-posta adresinizle ilişkili tüm biletler burada.\",\"g+2103\":\"Bağlı kuruluş bağlantınız burada\",\"QlwJ9d\":\"Neleri beklemelisiniz:\",\"/iE8xx\":\"Hi.Events Ücreti\",\"zppscQ\":\"Hi.Events platform ücretleri ve işlem bazında KDV dökümü\",\"D+zLDD\":\"Gizli\",\"DRErHC\":\"Katılımcılardan gizli - sadece organizatörler tarafından görülebilir\",\"P+5Pbo\":\"Cevapları Gizle\",\"FmogyU\":\"Seçenekleri Gizle\",\"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.\",\"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.\",\"AVpmAa\":\"Çevrimdışı nasıl ödeme yapılır\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Macarca\",\"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\",\"PYVWEI\":\"Kayıtlıysanız, doğrulama için KDV numaranızı sağlayın\",\"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.\",\"M8M6fs\":\"Önemli: Stripe yeniden bağlantısı gerekli\",\"jT142F\":[[\"diffHours\"],\" saat içinde\"],\"OoSyqO\":[[\"diffMinutes\"],\" dakika içinde\"],\"cljs3a\":\"AB'de KDV kaydınız olup olmadığını belirtin\",\"F1Xp97\":\"Bireysel katılımcılar\",\"85e6zs\":\"Liquid Token Ekle\",\"38KFY0\":\"Değişken Ekle\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Anında Ödemeler\",\"nbfdhU\":\"Entegrasyonlar\",\"JHB/Ky\":\"Geçersiz\",\"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\",\"Mokwac\":\"Özel rollerle sınırsız takım üyesi davet edin\",\"aH6ZIb\":\"Ekibinizi Davet Edin\",\"IuMGvq\":\"Fatura\",\"y0meFR\":\"Platform ücretlerine %23 İrlanda KDV'si uygulanacaktır (yerel tedarik).\",\"1ZKm04\":\"Bu hesap AB'de KDV'ye kayıtlı mı?\",\"Lj7sBL\":\"İtalyanca\",\"F5/CBH\":\"ürün\",\"BzfzPK\":\"Ürünler\",\"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\",\"lZwV6X\":[[\"0\"],\" için bekleme listesine katıl\"],\"2gMuHR\":\"Katıldı\",\"hTJ4fB\":\"Stripe hesabınızı yeniden bağlamak için aşağıdaki düğmeye tıklayın.\",\"MxjCqk\":\"Sadece biletlerinizi mi arıyorsunuz?\",\"lB2hSG\":[[\"0\"],\" adresinden haberler ve etkinlikler hakkında beni bilgilendirin\"],\"DruLRc\":\"Son 14 Gün\",\"ve9JTU\":\"Soyad gereklidir\",\"h0Q9Iw\":\"Son Yanıt\",\"gw3Ur5\":\"Son Tetiklenme\",\"QIn0Vl\":\"KDV amaçları için yasal işletme adı\",\"1njn7W\":\"Açık\",\"1qY5Ue\":\"Bağlantı Süresi Doldu veya Geçersiz\",\"psosdY\":\"Sipariş detaylarına bağlantı\",\"6JzK4N\":\"Bilete bağlantı\",\"shkJ3U\":\"Bilet satışlarından gelir almak için Stripe hesabınızı bağlayın.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Bağlantılara İzin Verildi\",\"dF6vP6\":\"Canlı\",\"fpMs2Z\":\"CANLI\",\"D9zTjx\":\"Canlı Etkinlikler\",\"WdmJIX\":\"Önizleme yükleniyor...\",\"IoDI2o\":\"Token'lar yükleniyor...\",\"NFxlHW\":\"Webhook'lar Yükleniyor\",\"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\",\"4wUIjX\":\"Etkinliğinizi canlı yapın\",\"2FzaR1\":\"Ödeme işlemenizi yönetin ve platform ücretlerini görüntüleyin\",\"2L3vle\":\"Maks Mesaj / 24s\",\"Qp4HWD\":\"Maks Alıcı / Mesaj\",\"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\",\"H9HlDe\":\"dakika\",\"gqnyh0\":\"Mobil Optimize\",\"olKKwj\":\"Çevrimdışı destek ve gerçek zamanlı takip ile mobil tarayıcı\",\"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\",\"w36OkR\":\"En Çok Görüntülenen Etkinlikler (Son 14 Gün)\",\"GfaxEk\":\"Müzik\",\"oVGCGh\":\"Biletlerim\",\"8/brI5\":\"Ad gerekli\",\"sFFArG\":\"İsim 255 karakterden az olmalıdır\",\"sCV5Yc\":\"Etkinlik adı\",\"xxU3NX\":\"Net Gelir\",\"ArHT/C\":\"Yeni Kayıtlar\",\"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\",\"Dwf4dR\":\"Henüz katılımcı sorusu yok\",\"/UC6qk\":\"Atıf verisi bulunamadı\",\"amMkpL\":\"Kapasite yok\",\"99ntUF\":\"Bu etkinlik için kullanılabilir giriş listesi yok.\",\"+dAKxg\":\"Yapılandırma bulunamadı\",\"eb47T5\":\"Seçilen filtreler için veri bulunamadı. Tarih aralığını veya para birimini ayarlamayı deneyin.\",\"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\",\"54GxeB\":\"Mevcut veya geçmiş işlemleriniz üzerinde etkisi yok\",\"EpvBAp\":\"Fatura yok\",\"XZkeaI\":\"Günlük bulunamadı\",\"nrSs2u\":\"Mesaj bulunamadı\",\"OVFwlg\":\"Henüz sipariş sorusu yok\",\"EJ7bVz\":\"Sipariş bulunamadı\",\"NEmyqy\":\"Henüz sipariş yok\",\"wUv5xQ\":\"Son 14 günde organizatör aktivitesi 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\",\"kY7XDn\":\"Hiçbir ürünün bekleme listesi kaydı yok\",\"wYiAtV\":\"Yakın zamanda hesap kaydı yok\",\"UW90md\":\"Alıcı bulunamadı\",\"QoAi8D\":\"Yanıt yok\",\"EK/G11\":\"Henüz yanıt yok\",\"3sRuiW\":\"Bilet Bulunamadı\",\"yM5c0q\":\"Yaklaşan etkinlik yok\",\"qpC74J\":\"Kullanıcı bulunamadı\",\"41dJPO\":\"KDV ayarları yapılandırılmamış\",\"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\",\"HVwIsd\":\"KDV kayıtlı olmayan işletmeler veya bireyler: %23 İrlanda KDV'si uygulanır\",\"x5+Lcz\":\"Giriş Yapılmadı\",\"8n10sz\":\"Uygun Değil\",\"BwJKBw\":\"/\",\"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.\"],\"lQgMLn\":\"Ofis veya mekan adı\",\"6Aih4U\":\"Çevrimdışı\",\"Z6gBGW\":\"Çevrimdışı Ödeme\",\"nO3VbP\":[[\"0\"],\" satışta\"],\"2r6bAy\":\"Yükseltmeyi tamamladığınızda, eski hesabınız yalnızca iadeler için kullanılacaktır.\",\"oXOSPE\":\"Çevrimiçi\",\"WjSpu5\":\"Çevrimiçi Etkinlik\",\"bU7oUm\":\"Yalnızca bu durumlara sahip siparişlere gönder\",\"M2w1ni\":\"Yalnızca promosyon koduyla görünür\",\"N141o/\":\"Stripe Panosunu Aç\",\"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\",\"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\",\"0UZTSq\":\"Sipariş Para Birimi\",\"HdmwrI\":\"Sipariş E-postası\",\"bwBlJv\":\"Sipariş Adı\",\"vrSW9M\":\"Sipariş iptal edildi ve iade edildi. Sipariş sahibi bilgilendirildi.\",\"rzw+wS\":\"Sipariş sahipleri\",\"oI/hGR\":\"Sipariş Kimliği\",\"Pc729f\":\"Sipariş Çevrimdışı Ödeme Bekliyor\",\"F4NXOl\":\"Sipariş Soyadı\",\"RQCXz6\":\"Sipariş Limitleri\",\"SO9AEF\":\"Sipariş limitleri ayarlandı\",\"5RDEEn\":\"Sipariş Dili\",\"vu6Arl\":\"Sipariş Ödendi Olarak İşaretlendi\",\"sLbJQz\":\"Sipariş bulunamadı\",\"kvYpYu\":\"Sipariş Bulunamadı\",\"i8VBuv\":\"Sipariş Numarası\",\"FaPYw+\":\"Sipariş sahibi\",\"eB5vce\":\"Belirli bir ürüne sahip sipariş sahipleri\",\"CxLoxM\":\"Ürünlere sahip sipariş sahipleri\",\"DoH3fD\":\"Sipariş Ödemesi Beklemede\",\"UkHo4c\":\"Sipariş Ref.\",\"EZy55F\":\"Sipariş İade Edildi\",\"6eSHqs\":\"Sipariş durumları\",\"oW5877\":\"Sipariş Toplamı\",\"e7eZuA\":\"Sipariş Güncellendi\",\"1SQRYo\":\"Sipariş başarıyla güncellendi\",\"KndP6g\":\"Sipariş URL'si\",\"3NT0Ck\":\"Sipariş iptal edildi\",\"sd5IMt\":\"Tamamlanan Siparişler\",\"5It1cQ\":\"Siparişler Dışa Aktarıldı\",\"UQ0ACV\":\"Sipariş Toplamı\",\"B/EBQv\":\"Siparişler:\",\"qtGTNu\":\"Organik Hesaplar\",\"ucgZ0o\":\"Organizasyon\",\"S3CZ5M\":\"Organizatör Paneli\",\"Uu0hZq\":\"Organizatör E-postası\",\"Gy7BA3\":\"Organizatör e-posta adresi\",\"SQqJd8\":\"Organizatör Bulunamadı\",\"wpj63n\":\"Organizatör Ayarları\",\"coIKFu\":\"Seçilen para birimi için organizatör istatistikleri mevcut değil veya bir hata oluştu.\",\"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\",\"/IX/7x\":\"Diğer\",\"RsiDDQ\":\"Diğer Listeler (Bilet Dahil Değil)\",\"qMASRF\":\"Giden mesajlar\",\"6/dCYd\":\"Genel Bakış\",\"6WdDG7\":\"Sayfa\",\"8uqsE5\":\"Sayfa artık mevcut değil\",\"QkLf4H\":\"Sayfa URL'si\",\"sF+Xp9\":\"Sayfa Görüntülemeleri\",\"c+suC6\":\"Ücretli Hesaplar\",\"QIxRUI\":\"Ücretli, ücretsiz, kademeli fiyatlandırma ve bağış tabanlı biletler\",\"5F7SYw\":\"Kısmi iade\",\"fFYotW\":[\"Kısmen iade edildi: \",[\"0\"]],\"i8day5\":\"Ücreti alıcıya aktar\",\"k4FLBQ\":\"Alıcıya aktar\",\"Ff0Dor\":\"Geçmiş\",\"xTPjSy\":\"Geçmiş Etkinlikler\",\"/l/ckQ\":\"URL Yapıştır\",\"URAE3q\":\"Duraklatıldı\",\"4fL/V7\":\"Öde\",\"OZK07J\":\"Kilidi açmak için öde\",\"c2/9VE\":\"Yük\",\"TskrJ8\":\"Ödeme ve Plan\",\"5cxUwd\":\"Ödeme Tarihi\",\"ENEPLY\":\"Ödeme yöntemi\",\"EyE8E6\":\"Ödeme İşleme\",\"8Lx2X7\":\"Ödeme alındı\",\"vcyz2L\":\"Ödeme Ayarları\",\"fx8BTd\":\"Ödemeler mevcut değil\",\"51U9mG\":\"Ödemeler kesintisiz devam edecek\",\"UkM20g\":\"İnceleme Bekliyor\",\"dPYu1F\":\"Katılımcı Başına\",\"VlXNyK\":\"Sipariş başına\",\"hauDFf\":\"Bilet başına\",\"mnF83a\":\"Yüzde Ücreti\",\"2ueYqG\":\"Yüzde ücreti (0-100%)\",\"K2PPlT\":\"Yüzde ücreti 0 ile 100 arasında olmalıdır\",\"MixU2P\":\"Yüzde 0 ile 100 arasında olmalıdır\",\"MkuVAZ\":\"İşlem tutarının yüzdesi\",\"/Bh+7r\":\"Performans\",\"6kPk3+\":\"Kişisel Bilgiler\",\"zmwvG2\":\"Telefon\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Ödeme Sonrası Mesajı\",\"OESu7I\":\"Birden fazla bilet türünde stok paylaşarak aşırı satışı önleyin.\",\"NgVUL2\":\"Ödeme formunu önizle\",\"cs5muu\":\"Etkinlik sayfasını önizle\",\"+4yRWM\":\"Bilet fiyatı\",\"a5jvSX\":\"Fiyat Kademeleri\",\"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ü\",\"ldVIlB\":\"Ürün Güncellendi\",\"JoKGiJ\":\"Promosyon kodu\",\"k3wH7i\":\"Promosyon kodu kullanımı ve indirim dökümü\",\"uEhdRh\":\"Yalnızca Promosyon\",\"dLm8V5\":\"Promosyon e-postaları hesap askıya alınmasına neden olabilir\",\"EEYbdt\":\"Yayınla\",\"evDBV8\":\"Etkinliği Yayınla\",\"dsFmM+\":\"Satın Alındı\",\"Vw0KCJ\":\"QR Kod Giriş\",\"oWXNE5\":\"Adet\",\"k/bJj0\":\"Sorular yeniden sıralandı\",\"b24kPi\":\"Kuyruk\",\"fqDzSu\":\"Oran\",\"mnUGVC\":\"Hız sınırı aşıldı. Lütfen daha sonra tekrar deneyin.\",\"t41hVI\":\"Yeri Yeniden Teklif Et\",\"spsZys\":\"Yükseltmeye hazır mısınız? Bu sadece birkaç dakika sürer.\",\"vt9xUl\":\"Gerçek Zamanlı Analitik\",\"xzRvs4\":[[\"0\"],\"'ten ürün güncellemeleri alın.\"],\"pLXbi8\":\"Son Hesap Kayıtları\",\"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\",\"Edm6av\":\"Stripe'ı Yeniden Bağla →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Stripe'a yönlendiriliyor...\",\"pnoTN5\":\"Yönlendirme Hesapları\",\"ACKu03\":\"Önizlemeyi Yenile\",\"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ı\",\"CQeZT8\":\"Rapor bulunamadı\",\"JEPMXN\":\"Yeni bir bağlantı isteyin\",\"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:\",\"kCn6wb\":\"Sıfırlanıyor...\",\"6gRgw8\":\"Yeniden dene\",\"1BG8ga\":\"Tümünü yeniden dene\",\"rDC+T6\":\"İşi yeniden dene\",\"CbnrWb\":\"Etkinliğe Dön\",\"Oo/PLb\":\"Gelir Özeti\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"Satış sona erdi \",[\"0\"]],\"loCKGB\":[\"Satış bitiyor \",[\"0\"]],\"wlfBad\":\"Satış Dönemi\",\"5CDM6r\":\"Satış dönemi ayarlandı\",\"ftzaMf\":\"Satış dönemi, sipariş limitleri, görünürlük\",\"zpekWp\":[\"Satış başlıyor \",[\"0\"]],\"mUv9U4\":\"Satışlar\",\"9KnRdL\":\"Satışlar duraklatıldı\",\"3VnlS9\":\"Tüm etkinlikler için satışlar, siparişler ve performans metrikleri\",\"3Q1AWe\":\"Satışlar:\",\"B4nE3N\":\"Örnek bilet fiyatı\",\"8BRPoH\":\"Örnek Mekan\",\"DyBPvP\":\"Yapılandırmayı Kaydet\",\"KZrfYJ\":\"Sosyal Bağlantıları Kaydet\",\"9Y3hAT\":\"Şablonu Kaydet\",\"C8ne4X\":\"Bilet Tasarımını Kaydet\",\"6/TNCd\":\"KDV Ayarlarını Kaydet\",\"I+FvbD\":\"Tara\",\"QS1Nla\":\"Daha sonra gönder\",\"NAzVVw\":\"Mesajı zamanla\",\"4ba0NE\":\"Planlandı\",\"qcP/8K\":\"Zamanlanmış saat\",\"ftNXma\":\"Bağlı kuruluşları 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...\",\"VT+urE\":\"İsim veya e-posta ile ara...\",\"GHdjuo\":\"Ad, e-posta veya hesaba göre ara...\",\"20ce0U\":\"Sipariş kimliği, müşteri adı veya e-posta ile arayın...\",\"4DSz7Z\":\"Konu, etkinlik veya hesaba göre ara...\",\"BWF1kC\":\"Mesajlarda ara...\",\"Mck5ht\":\"Güvenli Ödeme\",\"p7xUrt\":\"Bir kategori seçin\",\"3IcxS1\":\"Bir yapılandırma seçin\",\"e4L7bF\":\"İçeriğini görüntülemek için bir mesaj seçin\",\"zPRPMf\":\"Bir seviye seçin\",\"BFRSTT\":\"Hesap Seç\",\"mCB6Je\":\"Tümünü Seç\",\"a6+167\":\"Bir etkinlik seçin\",\"kYZSFD\":\"Pano ve etkinliklerini görüntülemek için bir organizatör seçin.\",\"CFbaPk\":\"Katılımcı grubu seçin\",\"hJmVtD\":\"Ülke seçin\",\"tVW/yo\":\"Para birimi seçin\",\"n9ZhRa\":\"Bitiş tarih ve saatini seçin\",\"gTN6Ws\":\"Bitiş saatini seçin\",\"0U6E9W\":\"Etkinlik kategorisi seçin\",\"j9cPeF\":\"Etkinlik türlerini seçin\",\"1nhy8G\":\"Tarayıcı Türünü Seçin\",\"KizCK7\":\"Başlangıç tarih ve saatini seçin\",\"dJZTv2\":\"Başlangıç saatini seçin\",\"3hJUtr\":\"KDV'nin kayıtlı olduğu ülkeyi 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\",\"5Ds0vl\":\"Bu hesaba hangi ücret yapılandırmasının uygulanacağını seçin. Sabit ücretler ödeme sırasında sipariş para birimine dönüştürülür.\",\"ylXj1N\":\"Seçildi\",\"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\",\"QEQlnV\":\"İlk mesajınızı gönderin\",\"IoAuJG\":\"Gönderiliyor...\",\"h69WC6\":\"Gönderildi\",\"BVu2Hz\":\"Gönderen\",\"SPdzrs\":\"Müşterilere sipariş verdiklerinde gönderilir\",\"LxSN5F\":\"Her katılımcıya bilet detaylarıyla birlikte gönderilir\",\"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.\",\"s0FkEx\":\"Farklı girişler, oturumlar veya günler için giriş listeleri oluşturun.\",\"xMO+Ao\":\"Organizasyonunuzu kurun\",\"C3htzi\":\"Ayar güncellendi\",\"Ohn74G\":\"Kurulum ve Tasarım\",\"GG7qDw\":\"Bağlı Kuruluş Bağlantısını Paylaş\",\"hL7sDJ\":\"Organizatör Sayfasını Paylaş\",\"jy6QDF\":\"Paylaşımlı Kapasite Yönetimi\",\"cMW+gm\":[\"Tüm platformları göster (\",[\"0\"],\" değerli daha fazla)\"],\"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\",\"t1LIQW\":[[\"totalRows\"],\" kayıttan \",[\"0\"],\" tanesi gösteriliyor\"],\"jVRHeq\":\"Kayıt Tarihi\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sosyal\",\"d0rUsW\":\"Sosyal Bağlantılar\",\"j/TOB3\":\"Sosyal Bağlantılar ve Web Sitesi\",\"s9KGXU\":\"Satıldı\",\"5qOnWX\":\"Tükenmiş Bekleme Listesi\",\"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.\",\"H6Gslz\":\"Rahatsızlık için özür dileriz.\",\"wdxz7K\":\"Kaynak\",\"7JFNej\":\"Spor\",\"JcQp9p\":\"Başlangıç tarihi ve saati\",\"0m/ekX\":\"Başlangıç Tarihi ve Saati\",\"izRfYP\":\"Başlangıç tarihi gerekli\",\"2R1+Rv\":\"Etkinliğin başlangıç saati\",\"2NbyY/\":\"İstatistikler\",\"GVUxAX\":\"İstatistikler hesap oluşturma tarihine göre hesaplanır\",\"DRykfS\":\"Eski işlemleriniz için hala iadeleri işliyoruz.\",\"wuV0bK\":\"Taklidi Durdur\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe Bağlı\",\"aKtF0O\":\"Stripe Bağlı Değil\",\"9i0++A\":\"Stripe Ödeme ID\",\"/QlTE4\":\"Stripe kurulumu zaten tamamlandı.\",\"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\",\"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\",\"kj7zYe\":\"Webhook Başarıyla Güncellendi\",\"dXoieq\":\"Özet\",\"/RfJXt\":[\"Yaz Müzik Festivali \",[\"0\"]],\"CWOPIK\":\"Yaz Müzik Festivali 2025\",\"UaISq3\":\"İsveççe\",\"JZTQI0\":\"Organizatör Değiştir\",\"9YHrNC\":\"Sistem Varsayılanı\",\"XX32BM\":\"Sadece birkaç dakika sürer\",\"yT6dQ8\":\"Vergi türü ve etkinliğe göre gruplandırılmış toplanan vergi\",\"Ye321X\":\"Vergi Adı\",\"WyCBRt\":\"Vergi Özeti\",\"GkH0Pq\":\"Uygulanan vergiler ve ücretler\",\"Rwiyt2\":\"Vergiler yapılandırıldı\",\"iQZff7\":\"Vergiler, Ücretler, Görünürlük, Satış Dönemi, Ürün Vurgulama ve Sipariş Limitleri\",\"BW6QAz\":\"Takım Yönetimi\",\"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.\",\"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!\",\"lhAWqI\":\"Hi.Events'i büyütmeye ve geliştirmeye devam ederken desteğiniz için teşekkürler!\",\"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.\",\"MJm4Tq\":\"Siparişin para birimi\",\"cDHM1d\":\"E-posta adresi değiştirildi. Katılımcı güncellenmiş e-posta adresinde yeni bir bilet alacaktır.\",\"I/NNtI\":\"Etkinlik mekanı\",\"tXadb0\":\"Aradığınız etkinlik şu anda mevcut değil. Kaldırılmış, süresi dolmuş veya URL yanlış olabilir.\",\"EBzPwC\":\"Tam etkinlik adresi\",\"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.\",\"5OmEal\":\"Müşterinin dili\",\"sYLeDq\":\"Aradığınız organizatör bulunamadı. Sayfa taşınmış, silinmiş veya URL yanlış olabilir.\",\"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\",\"z0KrIG\":\"Zamanlanmış saat gereklidir\",\"EWErQh\":\"Zamanlanmış saat gelecekte olmalıdır\",\"DEcpfp\":\"Şablon gövdesi geçersiz Liquid sözdizimi içeriyor. Lütfen düzeltin ve tekrar deneyin.\",\"injXD7\":\"KDV numarası doğrulanamadı. Lütfen numarayı kontrol edin ve tekrar deneyin.\",\"A4UmDy\":\"Tiyatro\",\"tDwYhx\":\"Tema ve Renkler\",\"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.\",\"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\",\"RzEvf5\":\"Bu etkinlik sona erdi\",\"YClrdK\":\"Bu etkinlik henüz yayınlanmadı\",\"dFJnia\":\"Bu, kullanıcılarınıza görüntülenecek organizatörünüzün adıdır.\",\"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\",\"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\",\"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.\",\"0Ew0uk\":\"Bu bilet az önce tarandı. Tekrar taramadan önce lütfen bekleyin.\",\"kvpxIU\":\"Bu, kullanıcılarınızla bildirimler ve iletişim için kullanılacaktır.\",\"rhsath\":\"Bu müşterilere görünmeyecektir, ancak iş ortağını tanımlamanıza yardımcı olur.\",\"Mr5UUd\":\"Bilet İptal Edildi\",\"0GSPnc\":\"Bilet Tasarımı\",\"EZC/Cu\":\"Bilet tasarımı başarıyla kaydedildi\",\"bbslmb\":\"Bilet Tasarımcısı\",\"1BPctx\":\"Bilet:\",\"bgqf+K\":\"Bilet sahibinin e-postası\",\"oR7zL3\":\"Bilet sahibinin adı\",\"HGuXjF\":\"Bilet sahipleri\",\"CMUt3Y\":\"Bilet sahipleri\",\"awHmAT\":\"Bilet ID\",\"6czJik\":\"Bilet Logosu\",\"OkRZ4Z\":\"Bilet Adı\",\"t79rDv\":\"Bilet Bulunamadı\",\"6tmWch\":\"Bilet veya Ürün\",\"1tfWrD\":\"Bilet Önizlemesi:\",\"KnjoUA\":\"Bilet fiyatı\",\"tGCY6d\":\"Bilet Fiyatı\",\"pGZOcL\":\"Bilet başarıyla yeniden gönderildi\",\"8jLPgH\":\"Bilet Türü\",\"X26cQf\":\"Bilet URL'si\",\"8qsbZ5\":\"Biletleme ve Satış\",\"zNECqg\":\"bilet\",\"6GQNLE\":\"Biletler\",\"NRhrIB\":\"Biletler ve Ürünler\",\"EUnesn\":\"Mevcut Biletler\",\"AGRilS\":\"Satılan Biletler\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"Kime\",\"nniGTr\":\"Yapılandırmaları düzenlemek için yönetici menüsündeki Yapılandırmalar bölümüne gidin.\",\"tiI71C\":\"Limitinizi artırmak için bizimle iletişime geçin\",\"BZBYf3\":\"Kredi kartı ödemelerini almak için Stripe hesabınızı bağlamanız gerekir. Stripe, güvenli işlemler ve zamanında ödemeler sağlayan ödeme işleme ortağımızdır.\",\"W428WC\":\"Sütunları değiştir\",\"UBSG1X\":\"En İyi Organizatörler (Son 14 Gün)\",\"3sZ0xx\":\"Toplam Hesaplar\",\"EaAPbv\":\"Ödenen toplam tutar\",\"SMDzqJ\":\"Toplam Katılımcılar\",\"orBECM\":\"Toplam Toplanan\",\"k5CU8c\":\"Toplam kayıt\",\"4B7oCp\":\"Toplam Ücret\",\"KSDwd5\":\"Toplam Siparişler\",\"vb0Q0/\":\"Toplam Kullanıcılar\",\"oJjplO\":\"Toplam Görüntüleme\",\"orluER\":\"Atıf kaynağına göre hesap büyümesini ve performansını takip edin\",\"NHq3l1\":\"Detaylı raporlarla satışları, gelirleri ve katılımı takip edin\",\"OpKMSn\":\"İşlem Ücreti:\",\"uKOFO5\":\"Çevrimdışı ödeme ise doğru\",\"9GsDR2\":\"Ödeme beklemedeyse doğru\",\"ouM5IM\":\"Başka bir e-posta deneyin\",\"3DZvE7\":\"Hi.Events'i Ücretsiz Deneyin\",\"Kz91g/\":\"Türkçe\",\"GdOhw6\":\"Sesi kapat\",\"KUOhTy\":\"Sesi aç\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Bilet türü\",\"IrVSu+\":\"Ürün çoğaltılamıyor. Lütfen bilgilerinizi kontrol edin\",\"Vx2J6x\":\"Katılımcı getirilemedi\",\"h0dx5e\":\"Bekleme listesine katılınamadı\",\"n57zCW\":\"Atıfsız Hesaplar\",\"b9SN9q\":\"Benzersiz sipariş referansı\",\"Ef7StM\":\"Bilinmeyen\",\"ZBAScj\":\"Bilinmeyen Katılımcı\",\"ZkS2p3\":\"Etkinliği Yayından Kaldır\",\"X13xGn\":\"Güvenilmez\",\"Pp1sWX\":\"Bağlı Kuruluşu Güncelle\",\"KMMOAy\":\"Yükseltme Mevcut\",\"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\",\"WBq1/R\":\"USB Tarayıcı Zaten Aktif\",\"EV30TR\":\"USB Tarayıcı modu etkinleştirildi. Şimdi biletleri taramaya başlayın.\",\"fovJi3\":\"USB Tarayıcı modu devre dışı bırakıldı\",\"hli+ga\":\"USB/HID Tarayıcı\",\"OHJXlK\":\"E-postalarınızı kişiselleştirmek için <0>Liquid şablonunu kullanın\",\"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\",\"rnoQsz\":\"Kenarlıklar, vurgular ve QR kod stillemesi için kullanılır\",\"BV4L/Q\":\"UTM Analitiği\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Geçerli\",\"GuXjc5\":\"Doğrulandı\",\"imLQ9Y\":\"KDV numaranız doğrulanıyor...\",\"cK9+xQ\":\"KDV Ülkesi\",\"sqdl5s\":\"KDV Bilgisi\",\"UjNWsF\":\"KDV kayıt durumunuza bağlı olarak platform ücretlerine KDV uygulanabilir. Lütfen aşağıdaki KDV bilgileri bölümünü doldurun.\",\"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ı\",\"CZomgW\":\"KDV Kayıtlı\",\"PCRCCN\":\"KDV Kayıt Bilgisi\",\"oSDBWm\":\"KDV Ayarları\",\"Nfbg76\":\"KDV ayarları başarıyla kaydedildi\",\"UvYql/\":\"KDV ayarları kaydedildi. KDV numaranızı arka planda doğruluyoruz.\",\"R6n7j9\":\"KDV ayarları başarıyla 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\",\"AdWhjZ\":\"Doğrulama kodu\",\"QDEWii\":\"Doğrulandı\",\"wCKkSr\":\"E-postayı Doğrula\",\"/IBv6X\":\"E-postanızı doğrulayın\",\"e/cvV1\":\"Doğrulanıyor...\",\"fROFIL\":\"Vietnamca\",\"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\",\"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\",\"wPRp9Z\":\"Yalnızca giriş personeline görünür. Giriş sırasında bu listeyi tanımlamaya yardımcı olur.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Bekliyor\",\"quR8Qp\":\"Ödeme bekleniyor\",\"u0n+wz\":\"Bekleme listesi\",\"3RXFtE\":\"Waitlist Enabled\",\"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.\",\"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.\",\"HJKdzP\":\"Bu sayfayı yüklerken bir sorunla karşılaştık. Lütfen tekrar deneyin.\",\"IfN2Qo\":\"Minimum 200x200px boyutunda kare bir logo öneriyoruz\",\"wJzo/w\":\"400px x 400px boyutlarını ve maksimum 5MB dosya boyutunu öneriyoruz\",\"x8rEDQ\":\"Birden fazla denemeden sonra KDV numaranızı doğrulayamadık. Arka planda denemeye devam edeceğiz. Lütfen daha sonra tekrar kontrol edin.\",\"Uo5ddP\":[[\"0\"],\" için yer açıldığında sizi e-posta ile bilgilendireceğiz.\"],\"q1BizZ\":\"Biletlerinizi bu e-postaya göndereceğiz\",\"ZOmUYW\":\"KDV numaranızı arka planda doğrulayacağız. Herhangi bir sorun olursa sizi bilgilendireceğiz.\",\"zCdObC\":\"Genel merkezimizi resmi olarak İrlanda'ya taşıdık 🇮🇪. Bu geçişin bir parçası olarak, artık Stripe Kanada yerine Stripe İrlanda kullanıyoruz. Ödemelerinizin sorunsuz devam etmesi için Stripe hesabınızı yeniden bağlamanız gerekecek.\",\"jh2orE\":\"Genel merkezimizi İrlanda'ya taşıdık. Bunun sonucunda Stripe hesabınızı yeniden bağlamanız gerekiyor. Bu hızlı işlem sadece birkaç dakika sürer. Satışlarınız ve mevcut verileriniz tamamen etkilenmeden kalır.\",\"Fq/Nx7\":\"5 haneli doğrulama kodunu şuraya gönderdik:\",\"GdWB+V\":\"Webhook başarıyla oluşturuldu\",\"2X4ecw\":\"Webhook başarıyla silindi\",\"CThMKa\":\"Webhook Günlükleri\",\"nuh/Wq\":\"Webhook URL'si\",\"8BMPMe\":\"Webhook bildirim göndermeyecek\",\"FSaY52\":\"Webhook bildirim gönderecek\",\"v1kQyJ\":\"Webhook'lar\",\"On0aF2\":\"Web Sitesi\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Tekrar hoş geldiniz\",\"QDWsl9\":[[\"0\"],\"'e Hoş Geldiniz, \",[\"1\"],\" 👋\"],\"LETnBR\":[[\"0\"],\"'e hoş geldiniz, işte tüm etkinliklerinizin listesi\"],\"FaSXqR\":\"Ne tür bir etkinlik?\",\"f30uVZ\":\"Yapmanız gerekenler:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Bir giriş silindiğinde\",\"Gmd0hv\":\"Yeni bir katılımcı 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 bildirim almak için bekleme listesine katılabilir.\",\"Q7CWxp\":\"Bir katılımcı iptal edildiğinde\",\"IuUoyV\":\"Bir katılımcı giriş yaptığında\",\"nBVOd7\":\"Bir katılımcı 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.\",\"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.\",\"uchB0M\":\"Widget Önizleme\",\"uvIqcj\":\"Atölye\",\"EpknJA\":\"Mesajınızı buraya yazın...\",\"nhtR6Y\":\"X (Twitter)\",\"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.\",\"5VGIlq\":\"Mesajlaşma limitinize ulaştınız.\",\"casL1O\":\"Ücretsiz Bir Ürüne eklenen vergiler ve ücretleriniz var. Bunları kaldırmak ister misiniz?\",\"pCLes8\":\"Mesaj almayı kabul etmelisiniz\",\"FVTVBy\":\"Organizatör durumunu güncelleyebilmek için e-posta adresinizi doğrulamanı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.\",\"FgRxRP\":\"Katılımcı verilerinizin %100'üne her zaman sahipsiniz\",\"88cUW+\":\"Aldığınız\",\"U3wiCB\":\"Her şey hazır! Ödemeleriniz sorunsuz bir şekilde işleniyor.\",\"MNFIxz\":[[\"0\"],\"'e gidiyorsunuz!\"],\"qGZz0m\":\"Bekleme listesine eklendi!\",\"/5HL6k\":\"Size bir yer teklif edildi!\",\"p/Sa0j\":\"Hesabınızın mesajlaşma limitleri var. Limitinizi artırmak için bizimle iletişime geçin\",\"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!\",\"R02pnV\":\"Katılımcılara bilet satmadan önce etkinliğinizin canlı olması gerekir.\",\"hDNwnf\":\"Her sayfada logonuz, renkleriniz ve tarzınız\",\"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\",\"6heFYY\":\"Stripe hesabınız bağlı ve ödemeleri işliyor.\",\"vvO1I2\":\"Stripe hesabınız bağlı ve ödemeleri işlemeye hazır.\",\"CnZ3Ou\":\"Biletleriniz onaylandı.\",\"EmFsMZ\":\"KDV numaranız doğrulama için sıraya alındı\",\"QBlhh4\":\"KDV numaranız kaydettiğinizde doğrulanacak\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Ürünleri ara\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Bilgileri ilk katılımcıya kopyala\"],\"+4yRWM\":[\"Bilet fiyatı\"],\"+4zM7f\":[\"Stripe Connect üzerinden anında ödeme alın\"],\"+5Mlle\":[\"Siparişlerinizi dışa aktarma için hazırlarken lütfen bekleyin...\"],\"+8bmSu\":[\"Kaliforniya\"],\"+CeSxK\":[\"Check-In Listesi başarıyla silindi\"],\"+FWjhR\":[\"Siparişinizi tamamlamak için zamanınız doldu.\"],\"+G/XiQ\":[\"Yıl başından beri\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"Posta Kodu\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Bu adımı atla\"],\"+QARA4\":[\"Sanat\"],\"+WFMis\":[\"Tüm etkinliklerinizde raporları görüntüleyin ve indirin. Yalnızca tamamlanan siparişler dahildir.\"],\"+Y976X\":[\"Gösterilecek Promosyon Kodu yok\"],\"+dAKxg\":[\"Yapılandırma bulunamadı\"],\"+eZ7dp\":[\"Çevrimdışı Ödemeler\"],\"+fA4C7\":[\"Çoğaltma Seçenekleri\"],\"+guao5\":[\"Yapılandırmayı Düzenle\"],\"+hBhWk\":[\"Check-in listesinin süresi doldu\"],\"+jIeoh\":[\"Hesap bulunamadı\"],\"+jw/c1\":[\"Görseli sil\"],\"+pr/FY\":[\"Etkinlik adına göre ara...\"],\"+qqX74\":[\"Etkinlik adı, açıklaması ve tarihlerini güncelle\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Kod gerekli\"],\"+zy2Nq\":[\"Tür\"],\"/2by1f\":[\"Eyalet veya Bölge\"],\"/3017M\":[\"Stripe'a Bağlandı\"],\"/4gGIX\":[\"Panoya kopyala\"],\"/5HL6k\":[\"Size bir yer teklif edildi!\"],\"/5PEQz\":[\"Etkinlik sayfasını görüntüle\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"İade Edildi\"],\"/Bh+7r\":[\"Performans\"],\"/CV2x+\":[\"Bu katılımcıyı iptal etmek istediğinizden emin misiniz? Bu işlem biletini geçersiz kılacaktır\"],\"/DNy62\":[[\"0\"],\" ile eşleşen herhangi bir bilet bulamadık\"],\"/H326L\":[\"Zaten İade Edildi\"],\"/HGmW9\":[\"Etkinliğinizi tanıtan ortakları ödüllendirmek için izlenebilir bağlantılar oluşturun.\"],\"/HkCs4\":[[\"0\"],\" bilet\"],\"/IBv6X\":[\"E-postanızı doğrulayın\"],\"/IX/7x\":[\"Diğer\"],\"/IzmnP\":[\"Faturanızı hazırlarken lütfen bekleyin...\"],\"/JdZIP\":[\"Atanmış Yapılandırma\"],\"/Jizh9\":[\"Bir hesap seçin\"],\"/PN1DA\":[\"Bu check-in listesi için açıklama ekleyin\"],\"/QlTE4\":[\"Stripe kurulumu zaten tamamlandı.\"],\"/RfJXt\":[\"Yaz Müzik Festivali \",[\"0\"]],\"/Rj5P4\":[\"Adınız\"],\"/SIY6o\":[\"SEO Anahtar Kelimeleri\"],\"/SgoNA\":[\"Toplam Vergi\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Check-out Yap\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Atıf verisi bulunamadı\"],\"/bhMdO\":[\"Harika etkinlik açıklamam...\"],\"/cSMqv\":[\"Soru oluşturulamadı. Lütfen bilgilerinizi kontrol edin\"],\"/dgc8E\":[\"Etkinlik Tarihi\"],\"/gWrVZ\":[\"Tüm etkinliklerdeki günlük gelir, vergiler, ücretler ve iadeler\"],\"/iE8xx\":[\"Hi.Events Ücreti\"],\"/jHBj5\":[\"Bağlı kuruluş başarıyla oluşturuldu\"],\"/jQctM\":[\"Kime\"],\"/jZOZa\":[\"Hizmet Ücreti\"],\"/l/ckQ\":[\"URL Yapıştır\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Ücretler\"],\"/p9Fhq\":[\"Sınırsız mevcut\"],\"/roQKz\":[\"Yüzde\"],\"/sV91a\":[\"Ücret işleme\"],\"/u4DIx\":[\"Satılan Ürünler\"],\"/xC/im\":[\"Fatura Ayarları\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"Kullanıcılarınıza gösterilecek organizatörünüz hakkında kısa bir açıklama.\"],\"0+iwE5\":[\"Sorular yeniden sıralanamadı\"],\"0/+Nn9\":[\"Mesajlarınız burada görünecek\"],\"0/vPdA\":[\"Katılımcı hakkında not ekleyin. Bunlar katılımcı tarafından görülmeyecektir.\"],\"0/yJtP\":[\"Belirli ürünlere sahip sipariş sahiplerine mesaj gönderin\"],\"01WH0a\":[\"Ödemenizi onaylayamadık. Lütfen tekrar deneyin veya destek ile iletişime geçin.\"],\"01sEfm\":[\"Sistem varsayılan yapılandırması silinemez\"],\"02ePaq\":[[\"0\"],\" seç\"],\"06s3w3\":[\"Satış başlama tarihinden önce ürünü gizle\"],\"074+X8\":[\"Aktif Webhook Yok\"],\"0Dk/l8\":[\"SEO Ayarları Başarıyla Güncellendi\"],\"0Ew0uk\":[\"Bu bilet az önce tarandı. Tekrar taramadan önce lütfen bekleyin.\"],\"0GSPnc\":[\"Bilet Tasarımı\"],\"0GwUT4\":[\"Ödemeye Devam Et\"],\"0I0Hac\":[\"Önemli Uyarı\"],\"0R3Y+9\":[\"Katılımcı E-postası\"],\"0RXCDo\":[\"Vergi veya Ücret başarıyla silindi\"],\"0U6E9W\":[\"Etkinlik kategorisi seçin\"],\"0UZTSq\":[\"Sipariş Para Birimi\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Etkinlik Varsayılanları\"],\"0Zypnp\":[\"Yönetici Paneli\"],\"0aVEBY\":[\"Tüm başarısız işleri silmek istediğinizden emin misiniz?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"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.\"],\"0m/ekX\":[\"Başlangıç Tarihi ve Saati\"],\"0pC/y6\":[\"Etkinlik\"],\"0zpgxV\":[\"Seçenekler\"],\"147G4h\":[\"Ayrılmak istediğinizden emin misiniz?\"],\"15qAvl\":[\"Bekleyen e-posta değişikliğiniz yok.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Etkinlik Performansı\"],\"1BG8ga\":[\"Tümünü yeniden dene\"],\"1BPctx\":[\"Bilet:\"],\"1DBGsz\":[\"Notlar\"],\"1E0vyy\":[\"Verileri yükleyemedik. Lütfen tekrar deneyin.\"],\"1HfW/F\":[\"Renkler\"],\"1Hzev4\":[\"Etkinlik özel şablonu\"],\"1J/AWD\":[\"Bileti Görüntüle\"],\"1JnTgU\":[\"Yukarıdan kopyalandı\"],\"1JwlHk\":[\"Ürün Kategorisi\"],\"1MAvUY\":[\"Bu etkinlik için ödeme ve faturalama ayarlarını yönet.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Sipariş başarıyla güncellendi\"],\"1SbbH8\":[\"Müşteriye ödeme yaptıktan sonra sipariş özeti sayfasında gösterilir.\"],\"1USFWA\":[\"Ürün başarıyla silindi\"],\"1UzENP\":[\"Hayır\"],\"1WnhCL\":[\"Ödeme Ayarları\"],\"1Xxb9f\":[\"Ödeme işlemeyi bağla\"],\"1YMS+X\":[\"Etkinliğiniz oluşturuluyor, lütfen bekleyin\"],\"1Ycaad\":[\"Ürün başarıyla güncellendi\"],\"1ZKm04\":[\"Bu hesap AB'de KDV'ye kayıtlı mı?\"],\"1ZaQUH\":[\"Soyad\"],\"1bZAZA\":[\"Varsayılan şablon kullanılacak\"],\"1d6kks\":[\"+Vergi/Ücretler\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Siparişler\"],\"1jRD0v\":[\"Belirli biletlere sahip katılımcılara mesaj gönderin\"],\"1jUg5D\":[\"Teklif edildi\"],\"1k0Mp4\":[\"Bu check-in listesi henüz aktif değil\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"İade bildirim e-postası gönder\"],\"1lRT3t\":[\"Bu kapasiteyi devre dışı bırakmak satışları takip edecek ancak limite ulaşıldığında onları durdurmayacaktır\"],\"1m+YT2\":[\"Zorunlu sorular müşteri ödeme yapmadan önce cevaplanmalıdır.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Tarayıcı Türünü Seçin\"],\"1njn7W\":[\"Açık\"],\"1oPDuj\":[\"Atıf Değeri\"],\"1qY5Ue\":[\"Bağlantı Süresi Doldu veya Geçersiz\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Ülke kodu dahil KDV numarasını girin\"],\"1tfWrD\":[\"Bilet Önizlemesi:\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Vurgu Rengi\"],\"1vBhpG\":[\"İlk katılımcı\"],\"1z26sk\":[\"Ekip Üyesi Davet Et\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"Tamamlanan tüm siparişler için satış, katılımcı ve mali raporları indirin.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Sipariş kimliği, müşteri adı veya e-posta ile arayın...\"],\"22BOve\":[\"Katılımcı başarıyla güncellendi\"],\"22Itl6\":[\"Bana bir kopya gönder\"],\"22xieU\":[\"ör. 180 (3 saat)\"],\"237hSL\":[\"Sona Erdi\"],\"24l4x6\":[\"Ürün Ekle\"],\"25QDJ1\":[\"- Yayınlamak için Tıklayın\"],\"261RBr\":[\"Mesajı Onayla\"],\"26pGvx\":[\"Promosyon kodunuz var mı?\"],\"29w7p6\":[\"Görsel yükleniyor...\"],\"2E2O5H\":[\"Bu etkinlik için çeşitli ayarları özelleştirin\"],\"2FzaR1\":[\"Ödeme işlemenizi yönetin ve platform ücretlerini görüntüleyin\"],\"2KAI4N\":[\"CSV Dışa Aktar\"],\"2L3vle\":[\"Maks Mesaj / 24s\"],\"2LMsOq\":[\"Son 12 ay\"],\"2NLjA6\":[\"Kapak görseli organizatör sayfanızın üstünde gösterilecektir\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"İstatistikler\"],\"2O7Ybb\":[\"Teklif zaman aşımı\"],\"2POOFK\":[\"Ücretsiz\"],\"2R1+Rv\":[\"Etkinliğin başlangıç saati\"],\"2RZK9x\":[\"Aradığınız siparişi bulamadık. Bağlantının süresi dolmuş veya sipariş detayları değişmiş olabilir.\"],\"2VLZwd\":[\"Harekete Geçirici Düğme\"],\"2X4ecw\":[\"Webhook başarıyla silindi\"],\"2bR+8v\":[\"Toplam Brüt Satış\"],\"2cUopP\":[\"Lütfen ödeme işlemini yeniden başlatın.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Katıldı\"],\"2hGPQG\":[\"Örnekler: \\\"Tişört bedeni\\\", \\\"Yemek tercihi\\\", \\\"Meslek unvanı\\\"\"],\"2iZEz7\":[\"Cevabı Düzenle\"],\"2q/Q7x\":[\"Görünürlük\"],\"2r6bAy\":[\"Yükseltmeyi tamamladığınızda, eski hesabınız yalnızca iadeler için kullanılacaktır.\"],\"2rHwhl\":[\"Çevrimdışı Ödeme Bekleniyor\"],\"2tbLdK\":[\"Hayır Kurumu\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Yüzde ücreti (0-100%)\"],\"31KB8w\":[\"Tüm başarısız işler silindi\"],\"352VU2\":[\"Hesabınız yok mu? <0>Kaydolun\"],\"38KFY0\":[\"Değişken Ekle\"],\"3DZvE7\":[\"Hi.Events'i Ücretsiz Deneyin\"],\"3ENYTQ\":[\"<0>\",[\"0\"],\" adresine e-posta değişiklik talebiniz beklemede. Onaylamak için lütfen e-postanızı kontrol edin\"],\"3EXqwa\":[\"Kategori Başarıyla Oluşturuldu\"],\"3F1nBX\":[\"Bağış / İstediğiniz kadar öde ürünü\"],\"3GfR6a\":[\"İşletme adını girin\"],\"3IEF7U\":[[\"totalCount\"],\" bilet türü\"],\"3IcxS1\":[\"Bir yapılandırma seçin\"],\"3Kzsk7\":[\"Bu ürün bir bilettir. Alıcılara satın alma sonrasında bilet verilecek\"],\"3LtiBI\":[[\"0\"],\" cinsinden indirim\"],\"3NT0Ck\":[\"Sipariş iptal edildi\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Satışlar:\"],\"3R/Tu2\":[\"Varsayılan ücret işleme\"],\"3RQ81z\":[\"Her kişi, satın alma işlemini tamamlamak için ayrılmış bir yer içeren bir e-posta alacaktır.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Stripe ile bağlanın\"],\"3VnlS9\":[\"Tüm etkinlikler için satışlar, siparişler ve performans metrikleri\"],\"3Z223G\":[\"E-posta adresini onaylama hatası\"],\"3ZI8IL\":[\"Şartlar ve koşulları kabul etmelisiniz\"],\"3bR1r4\":[\"Bağlı kuruluş e-postasını girin (isteğe bağlı)\"],\"3buiaw\":[\"Platform Ücretleri Raporu\"],\"3cKoxx\":[\"Yapılandırmalar\"],\"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.\"],\"3ep0Gx\":[\"Organizatörünüz hakkında genel bilgiler\"],\"3hJUtr\":[\"KDV'nin kayıtlı olduğu ülkeyi seçin\"],\"3oSV95\":[\"Ürün Katmanı Seç\"],\"3ogkAk\":[\"Etkinliği Çoğalt\"],\"3pykXZ\":[\"Banka havalesi, çek veya diğer çevrimdışı ödeme yöntemlerini kabul et\"],\"3sRuiW\":[\"Bilet Bulunamadı\"],\"3sVRey\":[\"Bilet teklif et\"],\"3sZ0xx\":[\"Toplam Hesaplar\"],\"3suLF0\":[\"Kapasite Ataması başarıyla güncellendi\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Organizatör sayfanızın görünümünü özelleştirin\"],\"3wF4Q/\":[\"Ödeme bekleniyor\"],\"3wV73y\":[\"Şehir\"],\"3y+V4p\":[\"Organizasyon Adresi\"],\"3yNuBV\":[\"KDV Ayarlarını Düzenle\"],\"3yiej1\":[\"örn. %23.5 için 23.5\"],\"3zRbWw\":[\"Ad, e-posta veya sipariş #'a göre ara...\"],\"4+am6b\":[\"Hayır, beni burada tut\"],\"4/If97\":[\"Etkinlik durumu güncellenemedi. Lütfen daha sonra tekrar deneyin\"],\"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.\"],\"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.\"],\"40Gx0U\":[\"Saat Dilimi\"],\"41BQ3k\":[\"İletişim E-postası\"],\"41dJPO\":[\"KDV ayarları yapılandırılmamış\"],\"45Srzt\":[\"Kategoriyi silemedik. Lütfen tekrar deneyin.\"],\"48Y16Q\":[\"Bitiş saati (isteğe bağlı)\"],\"48rf3i\":[\"Mesaj 5000 karakteri geçemez\"],\"4B7oCp\":[\"Toplam Ücret\"],\"4CETZY\":[\"Yol Tarifi Al\"],\"4D3rRj\":[\"Profile geri dön\"],\"4DSz7Z\":[\"Konu, etkinlik veya hesaba göre ara...\"],\"4GLxhy\":[\"Başlarken\"],\"4GhX3c\":[\"Webhook Yok\"],\"4H80qv\":[\"Sipariş başarıyla güncellendi\"],\"4HVzhV\":[\"Katılımcılar:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Etkinlik Mevcut Değil\"],\"4K2OjV\":[\"Etkinlik Mekanı\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"Bu organizatör profilini yayınlamak istediğinizden emin misiniz? Yayınlandığında herkese görünür olacaktır.\"],\"4WT5tD\":[\"🎨 Etkinlik sayfanızı özelleştirin\"],\"4Y2FZT\":[\"Ürün Fiyat Türü\"],\"4bUH9i\":[\"Satın alınan her bilet için katılımcı bilgilerini toplayın.\"],\"4ba0NE\":[\"Planlandı\"],\"4fL/V7\":[\"Öde\"],\"4kEGqW\":[\"Organizatörünüz için bir logo yükleyin\"],\"4kSf7w\":[\"🎟️ Add products\"],\"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 cevaplamadan önce bilmeleri gereken önemli bilgileri eklemek için kullanın.\"],\"4lVaWA\":[\"Çevrimdışı ödeme bekleniyor\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"Ad gereklidir\"],\"4qmnU8\":[\"Ödeme almak için Stripe hesabınızı bağlayın.\"],\"4rnJq4\":[\"Gömme Scripti\"],\"4ueloy\":[\"Kategori nedir?\"],\"4wUIjX\":[\"Etkinliğinizi canlı yapın\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"KDV doğrulama hizmeti geçici olarak kullanılamıyor\"],\"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.\"],\"51U9mG\":[\"Ödemeler kesintisiz devam edecek\"],\"54GxeB\":[\"Mevcut veya geçmiş işlemleriniz üzerinde etkisi yok\"],\"54MPqC\":[\"örn., Standart, Premium, Kurumsal\"],\"54q0zp\":[\"Biletler\"],\"55i7Fa\":[\"Bu mesaj sadece sipariş başarılı bir şekilde tamamlandığında gösterilecek. Ödeme bekleyen siparişlerde bu mesaj gösterilmeyecek\"],\"5670b9\":[\"Bilet teklifi başarısız oldu\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"bilet\"],\"5CDM6r\":[\"Satış dönemi ayarlandı\"],\"5CQ+r0\":[\"Ödenmemiş siparişlerle ilişkili katılımcıların check-in yapmasına izin ver\"],\"5CiNPm\":[\"Bileti Yeniden Gönder\"],\"5Ds0vl\":[\"Bu hesaba hangi ücret yapılandırmasının uygulanacağını seçin. Sabit ücretler ödeme sırasında sipariş para birimine dönüştürülür.\"],\"5F7SYw\":[\"Kısmi iade\"],\"5FSIzj\":[\"Lütfen Dikkat\"],\"5H3Z78\":[\"Bu webhook'u silmek istediğinizden emin misiniz?\"],\"5It1cQ\":[\"Siparişler Dışa Aktarıldı\"],\"5K8REg\":[\"Bu sipariş zaten iade edilmiş.\"],\"5LAZwq\":[\"Taklit başlatıldı\"],\"5LDT6f\":[\"Bu etkinliğe göz atın!\"],\"5N4wLD\":[\"Bu ne tür bir soru?\"],\"5OmEal\":[\"Müşterinin dili\"],\"5Qmxo/\":[\"Bu organizatör profilini yayından kaldırmak istediğinizden emin misiniz? Artık herkese görünür olmayacaktır.\"],\"5RDEEn\":[\"Sipariş Dili\"],\"5ShqeM\":[\"Aradığınız check-in listesi mevcut değil.\"],\"5T2HxQ\":[\"Etkinleştirme tarihi\"],\"5UbY+B\":[\"Belirli bir bilete sahip katılımcılar\"],\"5VGIlq\":[\"Mesajlaşma limitinize ulaştınız.\"],\"5YrKW7\":[\"Biletlerinizi güvence altına almak için ödemenizi tamamlayın.\"],\"5b3QLi\":[\"Planınız\"],\"5cxUwd\":[\"Ödeme Tarihi\"],\"5lcVkL\":[\"Bağlantı Detayları\"],\"5mpF6N\":[[\"currencyCode\"],\" cinsinden sabit ücret tutarı\"],\"5n+Wwp\":[\"Organizatör Başarıyla Güncellendi\"],\"5qOnWX\":[\"Tükenmiş Bekleme Listesi\"],\"5slqwZ\":[\"Etkinliğinizi Oluşturun\"],\"5tT0+u\":[\"Geçersiz e-posta formatı\"],\"5tl0Bp\":[\"Kayıt soruları\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Bu ürünü müşterilerden gizle\"],\"6/TNCd\":[\"KDV Ayarlarını Kaydet\"],\"6/dCYd\":[\"Genel Bakış\"],\"60u+dQ\":[\"Kapak görseli etkinlik sayfanızın üstünde gösterilecektir\"],\"621rYf\":[\"Ödeme\"],\"62Ciis\":[\"Kenar çubuğunu kapat\"],\"65A04M\":[\"İspanyolca\"],\"67NsZP\":[\"Etkinlik Oluşturuluyor...\"],\"67OJ7t\":[\"Siparişi Görüntüle\"],\"68Axnm\":[\"İsteğiniz işlenirken bir hata oluştu. Lütfen tekrar deneyin.\"],\"6Aih4U\":[\"Çevrimdışı\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Biletler\"],\"6HK5Ct\":[\"Tamamlanan siparişler\"],\"6IwNUc\":[\"E-posta Şablonları\"],\"6JzK4N\":[\"Bilete bağlantı\"],\"6K/IHl\":[\"İşte bileşeni uygulamanızda nasıl kullanabileceğinize dair bir örnek.\"],\"6K0GjX\":[\"Metin okunması zor olabilir\"],\"6KnyG0\":[\"E-posta girin\"],\"6MIiOI\":[[\"0\"],\" kaldı\"],\"6PNlRV\":[\"Bu etkinliği takviminize ekleyin\"],\"6PecK3\":[\"Tüm etkinliklerdeki katılım ve giriş oranları\"],\"6RmHKN\":[\"Ana Renk\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Kopyalandı\"],\"6WdDG7\":[\"Sayfa\"],\"6YtxFj\":[\"Ad\"],\"6Z/F61\":[\"Gösterilecek veri yok. Lütfen bir tarih aralığı seçin\"],\"6a/UJE\":[\"Üzgünüz, bu promosyon kodu tanınmıyor\"],\"6aXq+t\":[\"Konu:\"],\"6bBh3/\":[\"Sabit Ücret\"],\"6czJik\":[\"Bilet Logosu\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Sipariş durumları\"],\"6euFZ/\":[\"Varsayılan \",[\"type\"],\" otomatik olarak tüm yeni ürünlere uygulanır. Bunu ürün bazında geçersiz kılabilirsiniz.\"],\"6fLyj/\":[\"Bu değişikliği talep etmediyseniz, lütfen hemen şifrenizi değiştirin.\"],\"6fuA9p\":[\"Etkinlik başarıyla çoğaltıldı\"],\"6gRgw8\":[\"Yeniden dene\"],\"6heFYY\":[\"Stripe hesabınız bağlı ve ödemeleri işliyor.\"],\"6imsQS\":[\"Çince (Basitleştirilmiş)\"],\"6jYQGG\":[\"Geçmiş etkinlik yok\"],\"6kPk3+\":[\"Kişisel Bilgiler\"],\"6kdXbW\":[\"Promosyon Kodu Oluştur\"],\"6nDzTl\":[\"İyi okunabilirlik\"],\"6tmWch\":[\"Bilet veya Ürün\"],\"6uwAvx\":[\"Bu fiyat seviyesini silemezsiniz çünkü bu seviye için zaten satılmış ürünler var. Bunun yerine gizleyebilirsiniz.\"],\"6xCBVN\":[\"Ödeme ve Faturalama Ayarları Başarıyla Güncellendi\"],\"6zQOg1\":[\"Müşteriye gösterilen fiyat vergi ve ücretleri içermeyecektir. Bunlar ayrı olarak gösterilecektir\"],\"7+grte\":[\"Onay e-postası gönderildi! Lütfen gelen kutunuzu kontrol edin.\"],\"7/9RFs\":[\"Görsel yüklenemedi.\"],\"70dYC8\":[\"Promosyon Kodu Başarıyla Güncellendi\"],\"72c5Qo\":[\"Toplam\"],\"73nxDO\":[\"Çeşitli Ayarlar Başarıyla Güncellendi\"],\"73qYgo\":[\"Test olarak gönder\"],\"744BMm\":[\"Biletlerinizi güvence altına almak için siparişinizi tamamlayın. Bu teklif süre sınırlıdır, çok beklemeyin.\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"Giriş listeniz başarıyla oluşturuldu. Aşağıdaki bağlantıyı giriş personelinizle paylaşın.\"],\"7B5M35\":[\"Girişler\"],\"7Bj3x9\":[\"Başarısız\"],\"7Cx5It\":[\"Erken kuş\"],\"7D9MJz\":[\"Stripe Kurulumunu Tamamla\"],\"7ER2sc\":[\"Vurgulandı\"],\"7JF9w9\":[\"Soru Ekle\"],\"7JFNej\":[\"Spor\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"İşlemler\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Kullanıcı\"],\"7VpPHA\":[\"Onayla\"],\"7YJdgG\":[\"Siparişleriniz gelmeye başladığında burada görünecek.\"],\"7YZofi\":[\"Önizlemeyi görmek için bir konu ve gövde girin\"],\"7dSOhU\":[\"Bekleme listesini etkinleş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.\"],\"7hPBBn\":[\"alıcı\"],\"7kOMfV\":[\"Etkinlik Başarıyla Güncellendi\"],\"7ns+do\":[\"İşletme Adresi\"],\"7p5kLi\":[\"Gösterge Paneli\"],\"7rLTkE\":[\"Tüm Arşivlenmiş Etkinlikler\"],\"7vhWI8\":[\"Yeni Şifre\"],\"7wtpH5\":[\"Şablon Aktif\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Ad gerekli\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Liquid Token Ekle\"],\"876pfE\":[\"Müşteri\"],\"87a/t/\":[\"Etiket\"],\"88cUW+\":[\"Aldığınız\"],\"89xaFU\":[\"Bu organizatör altında oluşturulan yeni etkinlikler için varsayılan platform ücreti ayarlarını belirleyin.\"],\"8AiKIu\":[\"Bilet veya Ürün Oluştur\"],\"8BMPMe\":[\"Webhook bildirim göndermeyecek\"],\"8BRPoH\":[\"Örnek Mekan\"],\"8BwQeU\":[\"Kurulumu Tamamla\"],\"8Etqrl\":[\"Kapasite oluştuğunda sıradaki kişiye otomatik olarak bilet teklif et\"],\"8F1i42\":[\"Sayfa bulunamadı\"],\"8KDgYV\":[\"Etkinliğinizi hazırlayın\"],\"8KmsFa\":[\"Lütfen bir tarih aralığı seçin\"],\"8Lx2X7\":[\"Ödeme alındı\"],\"8OhzyY\":[\"Bir ürün silindiğinde\"],\"8OvVZZ\":[\"Katılımcıları Filtrele\"],\"8QH2Il\":[\"Bu kategori halktan gizli\"],\"8YBH95\":[\"Gelir\"],\"8ZsakT\":[\"Şifre\"],\"8cBtvm\":[\"Ana Metin Rengi\"],\"8dENF9\":[\"Ücret Üzerinden KDV\"],\"8jLPgH\":[\"Bilet Türü\"],\"8k8Njd\":[\"Müşterinin siparişini tamamlamak için kaç dakikası var. En az 15 dakika öneriyoruz\"],\"8n10sz\":[\"Uygun Değil\"],\"8oPbg1\":[\"Faturalamayı Etkinleştir\"],\"8pQ3NJ\":[\"Önümüzdeki 24 saat içinde başlayan etkinlik yok\"],\"8q0EdE\":[\"Kategoriye Ürün Ekle\"],\"8qsbZ5\":[\"Biletleme ve Satış\"],\"8rE61T\":[\"Fatura Adresi\"],\"8uOlgz\":[\"Başarısız oldu\"],\"8uqsE5\":[\"Sayfa artık mevcut değil\"],\"8v2LRU\":[\"Etkinlik ayrıntılarını, konumu, ödeme seçeneklerini ve e-posta bildirimlerini yapılandırın.\"],\"8vETh9\":[\"Show\"],\"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.\"],\"8wUjGl\":[\"Rezerve edilme süresi:\"],\"8wgkoi\":[\"Son 14 günde görüntülenen etkinlik yok\"],\"8x0pUg\":[\"Bu kaydı bekleme listesinden kaldırmak istediğinizden emin misiniz?\"],\"8z6Y5D\":[\"İade İşle\"],\"8zCZQf\":[\"Henüz etkinlik yok\"],\"9+8Vez\":[\"Kalan Kullanım\"],\"9+P7zk\":[\"Ürün oluşturulamadı. Lütfen bilgilerinizi kontrol edin\"],\"9/1YKL\":[\"Soyad girin\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"Bitiş tarihinden 1 gün sonra\"],\"94aQMU\":[\"Katılımcı Bilgileri\"],\"96ryID\":[\"Bilet başına bilgi toplayın\"],\"99ntUF\":[\"Bu etkinlik için kullanılabilir giriş listesi yok.\"],\"9BdS63\":[\"Promosyon Kodunu Düzenle\"],\"9FQEn8\":[\"Kategori seç...\"],\"9GsDR2\":[\"Ödeme beklemedeyse doğru\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Satışlar duraklatıldı\"],\"9L9/28\":[\"Bir ürün tükendiğinde, müşteriler yer açıldığında bildirim almak için bekleme listesine katılabilir.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Bu isim son kullanıcılara görünür\"],\"9N+p+g\":[\"İş\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Katılımcılar\"],\"9TO8nT\":[\"Şifreniz\"],\"9Wh+ug\":[\"Bağlı Kuruluşlar Dışa Aktarıldı\"],\"9Y3hAT\":[\"Şablonu Kaydet\"],\"9YHrNC\":[\"Sistem Varsayılanı\"],\"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.\"],\"9bHCo2\":[\"Ücret Para Birimi\"],\"9bpUSo\":[\"Bağlı Kuruluşlar Dışa Aktarılıyor\"],\"9eF5oV\":[\"Tekrar hoş geldiniz\"],\"9gPPUY\":[\"Giriş Listesi Oluşturuldu\"],\"9h7RDh\":[\"Teklif Et\"],\"9i0++A\":[\"Stripe Ödeme ID\"],\"9jnAcN\":[\"Organizatör Ana Sayfasını Görüntüle\"],\"9mZEgt\":[\"Promosyon Kodu Başarıyla Oluşturuldu\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Katılımcı iptal edilemedi\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Etkinlik sayfasına dön\"],\"A4UmDy\":[\"Tiyatro\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Etkinliğinizi yayına alın\"],\"ACKu03\":[\"Önizlemeyi Yenile\"],\"AEuj2m\":[\"Etkinlik Ana Sayfası\"],\"AG/qmQ\":[\"Radyo seçeneği birden fazla seçenek sunar ancak sadece biri seçilebilir.\"],\"AGRilS\":[\"Satılan Biletler\"],\"AGZmwV\":[\"Resim başarıyla yüklendi\"],\"AIF7J2\":[\"Sabit ücretin tanımlandığı para birimi. Ödeme sırasında sipariş para birimine dönüştürülecektir.\"],\"AIUkyF\":[\"Katılımcıya Git\"],\"AJ4rvK\":[\"Katılımcı İptal Edildi\"],\"AKbElk\":[\"AB KDV kayıtlı işletmeler: Ters ödeme mekanizması uygulanır (%0 - KDV Direktifi 2006/112/EC Madde 196)\"],\"APuxIE\":[\"E-posta onayı yeniden gönderildi\"],\"APyAR/\":[\"Aktif Etkinlikler\"],\"ARBThj\":[\"Bu \",[\"type\"],\"'ı tüm yeni ürünlere uygula\"],\"ARkzso\":[\"Bağlı kuruluş adını girin\"],\"ATGYL1\":[\"E-posta adresi\"],\"AVpmAa\":[\"Çevrimdışı nasıl ödeme yapılır\"],\"AXXqG+\":[\"Bağış\"],\"AaP0M+\":[\"Bu renk kombinasyonu bazı kullanıcılar için okunması zor olabilir\"],\"AdWhjZ\":[\"Doğrulama kodu\"],\"AeXO77\":[\"Hesap\"],\"AeejQi\":[\"Bu kapasite hangi ürünler için geçerli olmalı?\"],\"AfNRFG\":[\"Devam Butonu Metni\"],\"AhBPHd\":[\"Bu detaylar yalnızca sipariş başarıyla tamamlanırsa gösterilecektir. Ödeme bekleyen siparişler bu mesajı göstermeyecektir.\"],\"AhwTa1\":[\"Gerekli İşlem: KDV Bilgisi Gerekli\"],\"Ajavq0\":[\"E-posta adresinizi onaylamak için lütfen e-postanızı kontrol edin\"],\"ApOYO8\":[\"Harika, Etkinlik, Anahtar Kelimeler...\"],\"ApsD9J\":[\"Yeni Ekle\"],\"ArHT/C\":[\"Yeni Kayıtlar\"],\"Arzxc1\":[\"Bekleme listesi kaydı yok\"],\"Aspq3b\":[\"Katılımcı bilgilerini toplama\"],\"AtXtSw\":[\"Ürünlerinize uygulanabilecek vergi ve ücretleri yönetin\"],\"Auz0Mz\":[\"Tüm özelliklere erişmek için e-postanızı onaylayın.\"],\"B/EBQv\":[\"Siparişler:\"],\"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. \"],\"B2Tpo0\":[\"Geçersiz e-posta\"],\"B2V3cA\":[\"Etkinliği Paylaş\"],\"B3Mkdt\":[\"Soru Oluştur\"],\"B3gPuX\":[\"Sipariş İptal Edildi\"],\"B4nE3N\":[\"Örnek bilet fiyatı\"],\"B5fpAA\":[\"Yapılandırma başarıyla atandı\"],\"B7pZfX\":[[\"0\"],\" organizatör\"],\"B7w4KY\":[\"Başka organizatör mevcut değil\"],\"BCmibk\":[\"Denemeler\"],\"BDSRuX\":[\"İade edildi: \",[\"0\"]],\"BFRSTT\":[\"Hesap Seç\"],\"BGD9Yt\":[\"Bilet ekle\"],\"BHZbFy\":[\"Sipariş başına tek soru. Örn. Teslimat adresiniz nedir?\"],\"BI7D9d\":[\"Fiyat belirlenmedi\"],\"BJIEiF\":[\"Katılımcı başarıyla \",[\"0\"]],\"BJtMTd\":[\"1950px x 650px boyutlarında, 3:1 oranında ve maksimum 5MB dosya boyutunda olmasını öneriyoruz\"],\"BLTZ42\":[\"Şifre başarıyla sıfırlandı. Lütfen yeni şifrenizle giriş yapın.\"],\"BM/KQm\":[\"Posta Kodu\"],\"BMtue0\":[\"Mevcut ödeme işlemcisi\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Yeni oluştur\"],\"BRArmD\":[\"Birden fazla hesaba erişiminiz var. Devam etmek için birini seçin.\"],\"BREO0S\":[\"Müşterilerin bu etkinlik organizatöründen pazarlama iletişimi almayı kabul etmelerini sağlayan bir onay kutusu göster.\"],\"BTne9e\":[\"Organizatör varsayılanlarını geçersiz kılan bu etkinlik için özel e-posta şablonları oluşturun\"],\"BUe8Wj\":[\"Alıcı öder\"],\"BV4L/Q\":[\"UTM Analitiği\"],\"BVinvJ\":[\"Örnekler: \\\"Bizi nasıl duydunuz?\\\", \\\"Fatura için şirket adı\\\"\"],\"BVu2Hz\":[\"Gönderen\"],\"BW6QAz\":[\"Takım Yönetimi\"],\"BWF1kC\":[\"Mesajlarda ara...\"],\"BZ9GWa\":[\"Promosyon kodları indirim sunmak, ön satış erişimi veya etkinliğinize özel erişim sağlamak için kullanılabilir.\"],\"BZBYf3\":[\"Kredi kartı ödemelerini almak için Stripe hesabınızı bağlamanız gerekir. Stripe, güvenli işlemler ve zamanında ödemeler sağlayan ödeme işleme ortağımızdır.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"E-posta Önizlemesi\"],\"BfucwY\":[\"Kullanıcılarınızı ve izinlerini yönetin\"],\"BiYOdA\":[\"Ada göre ara...\"],\"Bj/QGQ\":[\"Minimum fiyat belirleyin ve kullanıcılar isterlerse daha fazla ödesin\"],\"Bk06QI\":[\"Stripe Bağlı\"],\"BnlG9U\":[\"Mevcut siparişiniz kaybolacak.\"],\"BwJKBw\":[\"/\"],\"BxsfMK\":[\"Toplam Ücretler\"],\"BzEFor\":[\"veya\"],\"BzfzPK\":[\"Ürünler\"],\"C3htzi\":[\"Ayar güncellendi\"],\"C3nD/1\":[\"E-postanızı girin\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Ürünleri seç\"],\"C4nQe5\":[\"Platform ücreti bilet fiyatına eklenir. Alıcılar daha fazla öder, ancak tam bilet fiyatını alırsınız.\"],\"C4qOW8\":[\"Halk görünümünden gizli\"],\"C63rRe\":[\"Baştan başlamak için lütfen etkinlik sayfasına dönün.\"],\"C8HNV2\":[\"Ödemeyi Tamamla\"],\"C8JLas\":[\"İndirim Türü\"],\"C8ne4X\":[\"Bilet Tasarımını Kaydet\"],\"CBBcly\":[\"Ülke dahil olmak üzere ortak adres alanlarını gösterir\"],\"CCjxOC\":[\"Bilet satmaya ve katılımcıları yönetmeye başlamak için ilk etkinliğinizi oluşturun.\"],\"CELKku\":[\"Faturayı indir\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Katılımcı grubu seçin\"],\"CHzaTD\":[\"Son 14 günde popüler etkinlik yok\"],\"CMUt3Y\":[\"Bilet sahipleri\"],\"CMyVEK\":[\"Bu etkinliği taslak yapmak istediğinizden emin misiniz? Bu işlem etkinliği halka görünmez yapacaktır\"],\"CNafaC\":[\"Onay kutusu seçenekleri çoklu seçime izin verir\"],\"CNk/ro\":[\"Bu çevrimiçi bir etkinlik\"],\"COnw8D\":[[\"0\"],\" logosu\"],\"CPXP5Z\":[\"Bağlı Kuruluşlar\"],\"CQeZT8\":[\"Rapor bulunamadı\"],\"CRu4lK\":[\"Giriş Yapıldı\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Webhook Günlükleri\"],\"CUKVDt\":[\"Biletlerinizi özel logo, renkler ve altbilgi mesajı ile markalayın.\"],\"CVw2MU\":[\"Filtreler (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Yaz Müzik Festivali 2025\"],\"CWk59I\":[\"Komedi\"],\"CZomgW\":[\"KDV Kayıtlı\"],\"CabI04\":[\"KDV numarası boşluk içermemelidir\"],\"CbnrWb\":[\"Etkinliğe Dön\"],\"CfKofC\":[\"Açılır seçim\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Düğme Metni\"],\"ClwUUD\":[\"Etkinlik konumu ve mekan detayları\"],\"CmoB9j\":[\"Fiyat görünüm modu\"],\"CnZ3Ou\":[\"Biletleriniz onaylandı.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Takvim seçin\"],\"CsTTH0\":[\"Sipariş onayı başarıyla yeniden gönderildi\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Ürünlere sahip sipariş sahipleri\"],\"CySr+W\":[\"Notları görüntülemek için tıklayın\"],\"D+zLDD\":[\"Gizli\"],\"D02dD9\":[\"Kampanya\"],\"D2g7C7\":[\"Tüm işler yeniden deneme için sıraya alındı\"],\"D2qlBU\":[\"Katılımcı Güncellendi\"],\"D3iCkb\":[\"Başlangıç Tarihi\"],\"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.\"],\"D6+U20\":[\"Check-in yap ve siparişi ödenmiş olarak işaretle\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Sipariş onayı ve bilet e-postası gönder\"],\"D9zTjx\":[\"Canlı Etkinlikler\"],\"DB8zMK\":[\"Uygula\"],\"DCKkhU\":[\"Mevcut Şifre\"],\"DDcvSo\":[\"Almanca\"],\"DEcpfp\":[\"Şablon gövdesi geçersiz Liquid sözdizimi içeriyor. Lütfen düzeltin ve tekrar deneyin.\"],\"DFqasq\":[\"Devam ederek, <0>\",[\"0\"],\" Hizmet Koşullarını kabul etmiş olursunuz\"],\"DJQEZc\":[\"Ürünler başarıyla sıralandı\"],\"DKYTWG\":[\"İşler yeniden denenemedi\"],\"DKwDdj\":[\"Biletleri Yazdır\"],\"DM4gBB\":[\"Çince (Geleneksel)\"],\"DMCX/I\":[\"Platform ücreti varsayılanları başarıyla güncellendi\"],\"DPfwMq\":[\"Tamam\"],\"DRErHC\":[\"Katılımcılardan gizli - sadece organizatörler tarafından görülebilir\"],\"DRykfS\":[\"Eski işlemleriniz için hala iadeleri işliyoruz.\"],\"DXZRk5\":[\"Süit 100\"],\"DZjk8u\":[\"Ödeme ve Faturalama Ayarları\"],\"DZlSLn\":[\"Belge Etiketi\"],\"Da29Y6\":[\"Bu soruyu gizle\"],\"DdHfeW\":[\"Hesap bilgilerinizi ve varsayılan ayarlarını yönetin\"],\"Dim4LO\":[\"Manuel olarak Katılımcı ekle\"],\"DjSbj3\":[\"Bilet yeniden gönderilemedi\"],\"Djl45M\":[\"Kapasite ataması oluşturabilmek için önce bir ürüne ihtiyacınız var.\"],\"DnXcDK\":[\"İkincil Renk\"],\"DoH3fD\":[\"Sipariş Ödemesi Beklemede\"],\"DovcfC\":[\"Organizasyonunuz hakkında bize bilgi verin. Bu bilgiler etkinlik sayfalarınızda görüntülenecektir.\"],\"DruLRc\":[\"Son 14 Gün\"],\"DrwwNd\":[\"Zaman aralığı seç\"],\"Du6bPw\":[\"Adres\"],\"Dvq0wf\":[\"Lütfen bir görsel sağlayın.\"],\"DwF9eH\":[\"Bileşen Kodu\"],\"Dwf4dR\":[\"Henüz katılımcı sorusu yok\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Yapılandırmayı Kaydet\"],\"E/9LUk\":[\"Mekan Adı\"],\"E0q9qH\":[\"Sınırsız kullanıma izin verildi\"],\"E15xs8\":[\"⚡️ Etkinliğinizi kurun\"],\"E1F5Ji\":[\"Alıcılar mesaj gönderildikten sonra görüntülenebilir\"],\"E1eze1\":[\"Etkinlikleriniz için ödeme almaya başlamak üzere Stripe hesabınızı bağlayın.\"],\"E6nRW7\":[\"URL'yi Kopyala\"],\"E9jY+o\":[\"Katılımcı güncellenemedi\"],\"EBzPwC\":[\"Tam etkinlik adresi\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Yayınla\"],\"EFq6EG\":[\"Lütfen bir görsel seçin.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Hesap bulunamadı\"],\"EJ7bVz\":[\"Sipariş bulunamadı\"],\"EJPAcd\":[\"Sipariş onayı yeniden gönderilemedi\"],\"EK/G11\":[\"Henüz yanıt yok\"],\"ELa4O9\":[\"Satış Bitiş Tarihi\"],\"ENCIQz\":[\"Linki Kopyala\"],\"ENEPLY\":[\"Ödeme yöntemi\"],\"EOqL/A\":[\"Bu kişiye bir yer teklif etmek istediğinizden emin misiniz? E-posta bildirimi alacaklardır.\"],\"ETcU7q\":[\"Yer teklif edilemedi\"],\"EUnesn\":[\"Mevcut Biletler\"],\"EV30TR\":[\"USB Tarayıcı modu etkinleştirildi. Şimdi biletleri taramaya başlayın.\"],\"EWCLpZ\":[\"Ürün Oluşturuldu\"],\"EWErQh\":[\"Zamanlanmış saat gelecekte olmalıdır\"],\"EWPtMO\":[\"Kod\"],\"EWnXR+\":[\"Stripe'a Bağlan\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Bilet tasarımı başarıyla kaydedildi\"],\"EZy55F\":[\"Sipariş İade Edildi\"],\"EaAPbv\":[\"Ödenen toplam tutar\"],\"EdQY6l\":[\"Hiçbiri\"],\"Edm6av\":[\"Stripe'ı Yeniden Bağla →\"],\"Eeo/Gy\":[\"Ayar güncellenemedi\"],\"Ef7StM\":[\"Bilinmeyen\"],\"EfK2O6\":[\"Yer Teklif Et\"],\"Egnj9d\":[\"Bir siparişi elle ödenmiş olarak işaretlemeniz gerekecek. Bu, sipariş yönetimi sayfasından yapılabilir.\"],\"Eh5Wrd\":[\"Harika web siteniz 🎉\"],\"EhlbcI\":[\"Mesajlaşma seviyesi güncellenemedi\"],\"EmFsMZ\":[\"KDV numaranız doğrulama için sıraya alındı\"],\"EmYMHc\":[\"Çevrimdışı Ödeme Bekleniyor\"],\"Ep3VfY\":[\"Google Haritalar'da görüntüle\"],\"EpknJA\":[\"Mesajınızı buraya yazın...\"],\"EpvBAp\":[\"Fatura yok\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Pazarlama onay kutusunu göster\"],\"Ev2r9A\":[\"Sonuç yok\"],\"Ewir4O\":[\"Lütfen en az bir ürün seçin\"],\"EwoMtl\":[\"Kategori oluştur\"],\"ExDt3P\":[\"Bu etkinliği yayından kaldırmak istediğinizden emin misiniz? Artık herkese görünür olmayacaktır.\"],\"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.\"],\"EyE8E6\":[\"Ödeme İşleme\"],\"EzwCw7\":[\"Soruyu Düzenle\"],\"F+pJnL\":[\"SEO Ayarları Başarıyla Güncellendi\"],\"F1Xp97\":[\"Bireysel katılımcılar\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"En az bir etkinlik türü seçilmelidir\"],\"F3/nus\":[\"Ödemeye Devam Et\"],\"F3mW5G\":[\"Bu ürün tükendiğinde müşterilerin bekleme listesine katılmasına izin ver\"],\"F4NXOl\":[\"Sipariş Soyadı\"],\"F4SRy3\":[\"Giriş Silindi\"],\"F5/CBH\":[\"ürün\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Etkin\"],\"F89D36\":[\"Sipariş ödendi olarak işaretlenirken bir hata oluştu\"],\"FCVmuU\":[\"Etkinliği Görüntüle\"],\"FG98gC\":[\"Arama Metnini Temizle\"],\"FI60XC\":[\"Vergi ve ücretleri yapılandır\"],\"FImCSc\":[[\"0\"],\" başarıyla güncellendi\"],\"FJ9Yat\":[\"Lütfen verilen bilgilerin doğru olduğunu kontrol edin\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Katılımcı girişi yapılamadı\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Etkinleştir\"],\"FRl8Jv\":[\"Mesaj göndermeden önce hesap e-postanızı doğrulamanız gerekir.\"],\"FSN4TS\":[\"Widget yerleştir\"],\"FSaY52\":[\"Webhook bildirim gönderecek\"],\"FTfObB\":[\"Henüz Ürün Yok\"],\"FU1gvP\":[\"Check-In Listesini Düzenle\"],\"FVTVBy\":[\"Organizatör durumunu güncelleyebilmek için e-posta adresinizi doğrulamanız gerekir.\"],\"FVetkT\":[\"Bu check-in listesiyle hangi biletler ilişkilendirilmeli?\"],\"FaK/8G\":[\"Siparişi İade Et \",[\"0\"]],\"FaPYw+\":[\"Sipariş sahibi\"],\"FaSXqR\":[\"Ne tür bir etkinlik?\"],\"Fb+SDI\":[\"Daha fazla bilet ekle\"],\"Ff0Dor\":[\"Geçmiş\"],\"FgRxRP\":[\"Katılımcı verilerinizin %100'üne her zaman sahipsiniz\"],\"Fi3b48\":[\"Son Siparişler\"],\"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.\"],\"FlQKnG\":[\"Fiyata vergi ve ücretleri dahil et\"],\"FmogyU\":[\"Seçenekleri Gizle\"],\"FpsvqB\":[\"Renk Modu\"],\"Fq/Nx7\":[\"5 haneli doğrulama kodunu şuraya gönderdik:\"],\"Fuh+dI\":[\"Ürün başına tek soru. Örn. Tişört bedeniniz nedir?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Panoya kopyalandı\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Şablon başarıyla kaydedildi\"],\"G0KW+e\":[\"Ana Sayfa Tasarımı Başarıyla Güncellendi\"],\"G42SNI\":[\"E-postayı yeniden gönder\"],\"G5RhpL\":[\"Organizatör\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Rol\"],\"GG1fRP\":[\"Etkinliğiniz yayında!\"],\"GG7qDw\":[\"Bağlı Kuruluş Bağlantısını Paylaş\"],\"GHdjuo\":[\"Ad, e-posta veya hesaba göre ara...\"],\"GIoqtA\":[\"Müşterinin soyadı\"],\"GNcfRk\":[\"Destek E-postası\"],\"GRChTw\":[\"Vergi veya Ücret silinirken bir şeyler yanlış gitti\"],\"GS+Mus\":[\"Dışa Aktar\"],\"GTOcxw\":[\"Kullanıcıyı Düzenle\"],\"GVUxAX\":[\"İstatistikler hesap oluşturma tarihine göre hesaplanır\"],\"GVcaW6\":[\"Organizasyon Detayları\"],\"GX6dZv\":[\"Sipariş Özeti\"],\"GctSSm\":[\"Promosyon Kodunu Uygula\"],\"GdOhw6\":[\"Sesi kapat\"],\"GdWB+V\":[\"Webhook başarıyla oluşturuldu\"],\"GeqWgj\":[\"Etkinlik Saat Dilimi\"],\"GfWoKv\":[\"SEO Ayarları\"],\"GfaxEk\":[\"Müzik\"],\"Gh9Oqb\":[\"Etkinlik organizatör adı\"],\"Gjt/py\":[\"E-posta değişikliğini iptal et\"],\"GkH0Pq\":[\"Uygulanan vergiler ve ücretler\"],\"Gmd0hv\":[\"Yeni bir katılımcı oluşturulduğunda\"],\"Gnjf3o\":[\"Bu ürünle ilişkili katılımcılar olduğu için ürün türünü değiştiremezsiniz.\"],\"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.\"],\"GptGxg\":[\"Şifre değiştir\"],\"GqvPcv\":[\"Filtre mevcut değil\"],\"Gspam9\":[\"Siparişinizi işliyoruz. Lütfen bekleyin...\"],\"GuXjc5\":[\"Doğrulandı\"],\"Guo0lU\":[\"Özel tarih ve saat\"],\"Gv5AMu\":[\"Katılımcılara Mesaj\"],\"Gy7BA3\":[\"Organizatör e-posta adresi\"],\"H/UMUG\":[\"E-posta Doğrulaması Gerekli\"],\"H34qcM\":[\"Organizatör Oluşturuluyor...\"],\"H35u3n\":[\"Elle katılımcı ekleyebilmek için önce bir bilet oluşturmalısınız.\"],\"H4nE+E\":[\"Tüm ürünleri iptal et ve havuza geri bırak\"],\"H5qWhm\":[\"Sipariş iptal edildi\"],\"H6Gslz\":[\"Rahatsızlık için özür dileriz.\"],\"H6Ma8Z\":[\"İndirim\"],\"H8kMHT\":[\"Kodu almadınız mı?\"],\"H9HlDe\":[\"dakika\"],\"HB22j9\":[\"Kuruluma devam et\"],\"HE6KcK\":[\"Davet iptal edildi!\"],\"HFucK5\":[\"Gösterilecek sona ermiş etkinlik yok.\"],\"HGuXjF\":[\"Bilet sahipleri\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Bu sayfayı yüklerken bir sorunla karşılaştık. Lütfen tekrar deneyin.\"],\"HLDaLi\":[\"Yönetici kullanıcılar etkinliklere ve hesap ayarlarına tam erişime sahiptir.\"],\"HMAqFK\":[\"Katılımcılara, bilet sahiplerine veya sipariş sahiplerine e-posta gönderin. Mesajlar hemen gönderilebilir veya daha sonra için planlanabilir.\"],\"HR/cvw\":[\"123 Örnek Sokak\"],\"HSw5l3\":[\"Hayır - Bireyim veya KDV kayıtlı olmayan bir işletmeyim\"],\"HT/08n\":[\"Katılımcı Bileti\"],\"HVW65c\":[\"Ücretli Ürün\"],\"HVkhy2\":[\"Atıf Analitiği\"],\"HVwIsd\":[\"KDV kayıtlı olmayan işletmeler veya bireyler: %23 İrlanda KDV'si uygulanır\"],\"HWXuQK\":[\"Siparişinizi istediğiniz zaman yönetmek için bu sayfayı yer imlerinize ekleyin.\"],\"HX5SVx\":[\"Öğe\"],\"HXMJxH\":[\"Feragatnameler, iletişim bilgileri veya teşekkür notları için isteğe bağlı metin (yalnızca tek satır)\"],\"HdmwrI\":[\"Sipariş E-postası\"],\"HhwcTQ\":[\"Etkinlik Adı\"],\"HiGkFu\":[\"Stripe'a yönlendiriliyor...\"],\"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.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"E-posta değişikliği başarıyla iptal edildi\"],\"HsFnrk\":[[\"0\"],\" için maksimum ürün sayısı \",[\"1\"]],\"HtrFfw\":[\"URL gerekli\"],\"HxxXZO\":[\"Düğmeler ve vurgular için kullanılan birincil marka rengi\"],\"I+FvbD\":[\"Tara\"],\"I+utEq\":[\"Bağlı kuruluş kodu değiştirilemez\"],\"I/NNtI\":[\"Etkinlik mekanı\"],\"I3QpvQ\":[\"Alıcı\"],\"I3yitW\":[\"Son giriş\"],\"I6F3cp\":[\"E-posta doğrulanmamış\"],\"I7xjqg\":[\"Arkaplan Türü\"],\"IF7RiR\":[\"Kapak\"],\"IFHV2p\":[\"Biletiniz\"],\"IKwyaF\":[\"E-posta değişikliği başarıyla onaylandı\"],\"IMJ6rh\":[\"Otomatik Boyutlandır\"],\"IMwcdR\":[\"Taklit durduruldu\"],\"INDKM9\":[\"E-posta konusunu girin...\"],\"IUwGEM\":[\"Değişiklikleri Kaydet\"],\"IV9xTT\":[\"Bu kullanıcı davetini kabul etmediği için aktif değil.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"Ülke kodu dahil KDV numaranızı boşluksuz girin (örn., TR1234567890, DE123456789)\"],\"IfN2Qo\":[\"Minimum 200x200px boyutunda kare bir logo öneriyoruz\"],\"IgcAGN\":[\"Brüt satışlar\"],\"IkGIz8\":[\"ödendi\"],\"IoAuJG\":[\"Gönderiliyor...\"],\"IoDI2o\":[\"Token'lar yükleniyor...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Giriş Yapılamaz (İptal Edildi)\"],\"IrVSu+\":[\"Ürün çoğaltılamıyor. Lütfen bilgilerinizi kontrol edin\"],\"IuMGvq\":[\"Fatura\"],\"IuUoyV\":[\"Bir katılımcı giriş yaptığında\"],\"IvxA4G\":[[\"count\"],\" kişiye başarıyla bilet teklif edildi\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Gösterilecek sipariş yok\"],\"J3RJSZ\":[\"Katılımcı başarıyla güncellendi\"],\"J3lhKT\":[\"Platform ücreti\"],\"J6n7sl\":[\"Devam Eden\"],\"JEPMXN\":[\"Yeni bir bağlantı isteyin\"],\"JEdsvQ\":[\"Ödeme Talimatları\"],\"JHB/Ky\":[\"Geçersiz\"],\"JJhRbH\":[\"Birinci gün kapasitesi\"],\"JKfSAv\":[\"Dışa aktarma başarısız oldu. Lütfen tekrar deneyin.\"],\"JNCzPW\":[\"Ülke\"],\"JQNMrj\":[\"İlk etkinliğinizi oluşturun\"],\"JRQitQ\":[\"Yeni şifreyi onayla\"],\"JZTQI0\":[\"Organizatör Değiştir\"],\"JbIgPz\":[\"Para değerleri tüm para birimlerindeki yaklaşık toplamlardır\"],\"JcQp9p\":[\"Başlangıç tarihi ve saati\"],\"JcejNJ\":[\"Sipariş işleniyor\"],\"JhtZAK\":[\"Ödeme Başarısız\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Arkaplanınız için bir renk seçin\"],\"Jjw03p\":[\"Katılımcılar dışa aktarılamadı\"],\"JlFcis\":[\"Gönder\"],\"JmVITJ\":[\"Bu şablonu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz ve e-postalar varsayılan şablona geri dönecektir.\"],\"JnuPvH\":[\"Bileti Yazdır\"],\"JoKGiJ\":[\"Promosyon kodu\"],\"JpohL9\":[\"Vergi\"],\"JtI4vj\":[\"Varsayılan katılımcı bilgi toplama\"],\"Jv22kr\":[[\"0\"],\" <0>başarıyla check-in yaptı\"],\"JvUngl\":[\"Tarih ve Saat\"],\"JvuLls\":[\"Ücreti karşıla\"],\"JwTmB6\":[\"Ürün Başarıyla Çoğaltıldı\"],\"Jwiilf\":[\"Siparişiniz iptal edildi\"],\"JyD0LH\":[\"Etkinlik ayarları\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Logo bilette görüntülenecektir\"],\"K2PPlT\":[\"Yüzde ücreti 0 ile 100 arasında olmalıdır\"],\"K47k8R\":[\"Ürün\"],\"K5+3xg\":[\"Daveti kabul et\"],\"K6fmBI\":[\"Bu check-in listesi henüz aktif değil ve check-in yapılabilir durumda değil.\"],\"K7tIrx\":[\"Kategori\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Etkinlik sayfanızı özelleştirin\"],\"KIjvtr\":[\"Felemenkçe\"],\"KMMOAy\":[\"Yükseltme Mevcut\"],\"KMgp2+\":[[\"0\"],\" mevcut\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Gösterilecek mesaj yok\"],\"KR0679\":[\"Ekip Üyelerini Davet Et\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Ürünü Çoğalt\"],\"KSDwd5\":[\"Toplam Siparişler\"],\"KSQ8An\":[\"Siparişiniz\"],\"KTxc6k\":[\"Bir şeyler ters gitti, lütfen tekrar deneyin veya sorun devam ederse destek ile iletişime geçin\"],\"KUOhTy\":[\"Sesi aç\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Çok satırlı metin kutusu\"],\"KZN4Lc\":[\"Tümünü sil\"],\"KZrfYJ\":[\"Sosyal Bağlantıları Kaydet\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Destek için iletişim e-postası\"],\"Kdpf90\":[\"Unutmayın!\"],\"KeCXJu\":[\"Sipariş detaylarını görüntüleyin, iade yapın ve onayları yeniden gönderin.\"],\"KfmPRW\":[\"Sayfanın arka plan rengi. Kapak resmi kullanıldığında, bu bir kaplama olarak uygulanır.\"],\"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.\"],\"KgxI80\":[\"Esnek Biletleme\"],\"KizCK7\":[\"Başlangıç tarih ve saatini seçin\"],\"Kj0Txn\":[\"Etkinleştirildiğinde, Stripe Connect işlemlerinde uygulama ücreti alınmaz. Uygulama ücretlerinin desteklenmediği ülkeler için kullanın.\"],\"KkrBiR\":[\"Katılımcı bilgi toplama\"],\"KmWyx0\":[\"İş\"],\"KnN1Tu\":[\"Süresi Doluyor\"],\"KndP6g\":[\"Sipariş URL'si\"],\"KnjoUA\":[\"Bilet fiyatı\"],\"Kz91g/\":[\"Türkçe\"],\"L/+xOk\":[\"Giriş listesi oluşturabilmek için önce bir bilete ihtiyacınız var.\"],\"L/Qc+w\":[\"Müşterinin e-posta adresi\"],\"L/gNNk\":[[\"0\"],\" Güncelle\"],\"L0pJmz\":[\"Fatura numaralandırması için başlangıç numarasını ayarlayın. Faturalar oluşturulduktan sonra bu değiştirilemez.\"],\"L22Tdf\":[\"Ad, sipariş #, katılımcı # veya e-postaya göre ara...\"],\"L565X2\":[\"seçenekler\"],\"L7dIM7\":[\"Bu bağlantı geçersiz veya süresi dolmuş.\"],\"L86zy2\":[\"E-posta başarıyla doğrulandı!\"],\"LAW8Vb\":[\"Yeni etkinlikler için varsayılan ayarı seçin. Bu, bireysel etkinlikler için geçersiz kılınabilir.\"],\"LBLOqH\":[\"Sipariş başına bir kez sor\"],\"LETnBR\":[[\"0\"],\"'e hoş geldiniz, işte tüm etkinliklerinizin listesi\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Misafir yönetimi\"],\"LNWHXb\":[\"Gösterilecek arşivlenmiş etkinlik yok.\"],\"LOFgda\":[[\"0\"],\" ile İletişime Geç\"],\"LQrXcu\":[\"Faturayı İndir\"],\"LRbt6D\":[\"Arama motorlarının bu etkinliği indekslemesine izin ver\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[[\"0\"],\" Şablonunu Düzenle\"],\"LWL3Bs\":[\"Sabit ücret 0 veya daha büyük olmalıdır\"],\"Lc18qn\":[\"Yeni bir sipariş oluşturulduğunda\"],\"LcET2C\":[\"Gizlilik Politikası\"],\"LchiNd\":[\"Bu bağlı kuruluşu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.\"],\"LdPKPR\":[\"Yapılandırma atanamadı\"],\"Ldu/RI\":[\"Satışta\"],\"LeC29u\":[\"KDV amaçları için işletme adresi\"],\"Lg+ewC\":[\"Ödeme ve Faturalama\"],\"Lj7sBL\":[\"İtalyanca\"],\"LkMOWF\":[\"Mevcut Miktar\"],\"LmvZ+E\":[\"Mesajlaşmayı etkinleştirmek için Stripe'ı bağlayın\"],\"LqBITi\":[\"Organizatör/varsayılan şablon kullanılacak\"],\"LslKhj\":[\"Günlükler yüklenirken hata oluştu\"],\"Lu+kBU\":[\"Ürün Satışları\"],\"LuY52w\":[\"Hoş geldiniz! Devam etmek için lütfen giriş yapın.\"],\"Lvi+gV\":[\"Alıcıya mesaj gönder\"],\"LxSN5F\":[\"Her katılımcıya bilet detaylarıyla birlikte gönderilir\"],\"LyFC7X\":[\"Siparişleri Filtrele\"],\"LyUWXA\":[\"Ücretler Atlandı\"],\"M/WIer\":[\"Mesaj Gönder\"],\"M1RnFv\":[\"Süresi dolmuş\"],\"M2DyLc\":[\"1 Aktif Webhook\"],\"M2w1ni\":[\"Yalnızca promosyon koduyla görünür\"],\"M7Uapz\":[\"Konu burada görünecek\"],\"M8M6fs\":[\"Önemli: Stripe yeniden bağlantısı gerekli\"],\"MAavyl\":[\"Bu katılımcı tarafından cevaplanan soru yok.\"],\"MDNyJz\":[\"Kod 10 dakika içinde sona erecek. E-postayı görmüyorsanız spam klasörünüzü kontrol edin.\"],\"MGbi9P\":[\"İade beklemede\"],\"MH/lj8\":[\"Soru güncellenemedi. Lütfen bilgilerinizi kontrol edin\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"Siparişin para birimi\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"Bu bilgiler ödeme sayfasında, sipariş özeti sayfasında ve sipariş onayı e-postasında gösterilecektir.\"],\"MNFIxz\":[[\"0\"],\"'e gidiyorsunuz!\"],\"MOERNx\":[\"Portekizce\"],\"MR5ygV\":[\"Bu bağlantı artık geçerli değil\"],\"MSmKHn\":[\"Müşteriye gösterilen fiyat vergi ve ücretleri içerecektir.\"],\"MT7dxz\":[\"Tüm Biletleri Yazdır\"],\"MU3ijv\":[\"Bu soruyu zorunlu kıl\"],\"MXSqmS\":[\"Bu ürünü vurgula\"],\"MXZfGN\":[\"Katılımcılarınızdan önemli bilgiler toplamak için ödeme sırasında sorulan soruları özelleştirin.\"],\"MY2SVM\":[\"Tam iade\"],\"Mck5ht\":[\"Güvenli Ödeme\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Sosyal Bağlantılar Başarıyla Güncellendi\"],\"MhVoma\":[\"Vergiler ve ücretler hariç bir tutar girin.\"],\"Mi1rVn\":[\"Tükendi\"],\"MixU2P\":[\"Yüzde 0 ile 100 arasında olmalıdır\"],\"Mkkvfd\":[\"Başlarken sayfasını gizle\"],\"MkuVAZ\":[\"İşlem tutarının yüzdesi\"],\"Mokwac\":[\"Özel rollerle sınırsız takım üyesi davet edin\"],\"Mqy/Zy\":[\"Amerika Birleşik Devletleri\"],\"Mr5UUd\":[\"Bilet İptal Edildi\"],\"MxjCqk\":[\"Sadece biletlerinizi mi arıyorsunuz?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Sipariş \",[\"0\"],\"'ı İptal Et\"],\"N0qXpE\":[\"Ürünler\"],\"N141o/\":[\"Stripe Panosunu Aç\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[[\"0\"],\" Düzenle\"],\"N9FyyW\":[\"Kayıtlı katılımcılarınızı görüntüleyin, düzenleyin ve dışa aktarın.\"],\"N9JsFT\":[\"Geçersiz KDV numarası formatı\"],\"NAzVVw\":[\"Mesajı zamanla\"],\"NB5+UG\":[\"Mevcut Token'lar\"],\"NEmyqy\":[\"Henüz sipariş yok\"],\"NF8sdv\":[\"Vurgu Mesajı\"],\"NFxlHW\":[\"Webhook'lar Yükleniyor\"],\"NGXKG/\":[\"E-posta Adresini Onayla\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Detaylı raporlarla satışları, gelirleri ve katılımı takip edin\"],\"NIuIk1\":[\"Sınırsız\"],\"NJahlc\":[\"Ödeme sırasında fatura adresini zorunlu kıl\"],\"NNc33d\":[\"Cevap güncellenemedi.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Siparişi Tamamla\"],\"NRWNfv\":[\"Toplam İndirim Tutarı\"],\"NRhrIB\":[\"Biletler ve Ürünler\"],\"NTZ/NX\":[\"Gömme Kodu\"],\"NWVRtl\":[\"Tamamlanan Siparişler\"],\"NY/x1b\":[\"Adres satırı 1\"],\"Nbd6WT\":[\"Bu etkinlik için bekleme listesi ayarlarını yapılandırın\"],\"Nc3l/D\":[\"İndirimler, gizli biletler için erişim kodları ve özel teklifler oluşturun.\"],\"Nfbg76\":[\"KDV ayarları başarıyla kaydedildi\"],\"NgVUL2\":[\"Ödeme formunu önizle\"],\"NiIUyb\":[\"Bize etkinliğinizden bahsedin\"],\"NihQNk\":[\"Müşteriler\"],\"Nl1ZtM\":[\"Etkinlik Konumu\"],\"NlQ0cx\":[[\"organizerName\"],\"'ın ilk etkinliği\"],\"NlfnUd\":[\"Tıkladığınız bağlantı geçersiz.\"],\"NmpGKr\":[\"Kategorileri yeniden sıralayamadık. Lütfen tekrar deneyin.\"],\"NoNwIX\":[\"Pasif\"],\"NpEm3p\":[\"Şimdi gönder\"],\"NsWqSP\":[\"Sosyal medya hesaplarınızı ve web sitesi URL'nizi ekleyin. Bunlar herkese açık organizatör sayfanızda görüntülenecektir.\"],\"Nu4oKW\":[\"Açıklama\"],\"NvuEhl\":[\"Tasarım Öğeleri\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Seç...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"E-posta\"],\"O6mra8\":[\"Özel Sorular\"],\"O8m7VA\":[\"Bu etkinlikle ilgili e-posta bildirimleri almayı kabul ediyorum\"],\"OESu7I\":[\"Birden fazla bilet türünde stok paylaşarak aşırı satışı önleyin.\"],\"OHJXlK\":[\"E-postalarınızı kişiselleştirmek için <0>Liquid şablonunu kullanın\"],\"OIPtI5\":[\"Ürün fiyatının yüzdesi. Örn. ürün fiyatının %3,5'i\"],\"OJnhhX\":[[\"eventCount\"],\" etkinlik\"],\"OJx3wK\":[\"Mevcut değil\"],\"OMJ035\":[\"Radyo Seçeneği\"],\"OMX4tH\":[\"Biletleri seç\"],\"OP094m\":[\"Promosyon Kodları Raporu\"],\"OVFwlg\":[\"Henüz sipariş sorusu yok\"],\"OXku3b\":[\"<0>https://siteniz.com\"],\"OZK07J\":[\"Kilidi açmak için öde\"],\"OaKTzt\":[\"Haritayı Görüntüle\"],\"OadMRm\":[\"Kapak resmini kullan\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Kenar çubuğunu aç\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Sıfırla\"],\"OfmsI9\":[\"Etkinlik Çok Yeni\"],\"OhCesD\":[\"Bu sipariş iptal edildi. İstediğiniz zaman yeni bir sipariş başlatabilirsiniz.\"],\"Ohn74G\":[\"Kurulum ve Tasarım\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Bilet Adı\"],\"OmylXO\":[\"Hesap başarıyla güncellendi\"],\"On0aF2\":[\"Web Sitesi\"],\"Oo/PLb\":[\"Gelir Özeti\"],\"OoSyqO\":[[\"diffMinutes\"],\" dakika içinde\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"Otomatik teklif etkinleştirildi. Kapasite müsait olduğunda biletler otomatik olarak sunulur. Ek yerler için manuel olarak teklif vermek için bunu kullanın.\"],\"OpKMSn\":[\"İşlem Ücreti:\"],\"OqEV/G\":[\"Devam etmek için aşağıdaki kurulumu tamamlayın\"],\"Or1CPR\":[\"Katılımcı hakkında not ekleyin...\"],\"OrXJBY\":[\"Fatura numaraları için isteğe bağlı önek (örn., FAT-)\"],\"Os6n2a\":[\"Siparişi İptal Et\"],\"OtgNFx\":[\"E-posta adresi başarıyla onaylandı\"],\"OtjenF\":[\"Lütfen geçerli bir e-posta adresi girin\"],\"OvNbls\":[\".ics İndir\"],\"OveehC\":[\"Çevrimdışı ödemeler için talimatlar ekleyin (örn. banka havalesi detayları, çeklerin nereye gönderileceği, ödeme tarihleri)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Davet yeniden gönderildi!\"],\"P+5Pbo\":[\"Cevapları Gizle\"],\"P+Sty0\":[\"E-postanızı <0>\",[\"0\"],\" olarak değiştiriyorsunuz.\"],\"P/OAYJ\":[\"Ücretsiz Ürün\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Kapak Görseli\"],\"P5sgAk\":[\"Promosyon Kodu\"],\"P8hBau\":[\"Ödemeniz işleniyor.\"],\"PC3/fk\":[\"Önümüzdeki 24 Saat İçinde Başlayan Etkinlikler\"],\"PCRCCN\":[\"KDV Kayıt Bilgisi\"],\"PChXMe\":[\"Ücretli Sipariş Yok\"],\"PFjJxY\":[\"Yeni şifreniz en az 8 karakter uzunluğunda olmalıdır.\"],\"PGPGsL\":[\"Açıklama ekle\"],\"PKXt9R\":[\"Bitiş tarihi başlangıç tarihinden sonra olmalıdır\"],\"PLUB/s\":[\"Ücret\"],\"PMhxAR\":[\"KDV numarası, 2 harfli ülke kodu ile başlamalı ve ardından 8-15 alfanümerik karakter gelmelidir (örn., TR1234567890)\"],\"PO/sOY\":[\"Daveti iptal et\"],\"POT0K/\":[\"Ürün başına sabit miktar. Örn. ürün başına 0,50 $\"],\"POdIrN\":[\"Adres Satırı 1\"],\"PRuBTd\":[\"Ana Sayfa Tasarımcısı\"],\"PSRm6/\":[\"Biletlerimi ara\"],\"PUpvQe\":[\"Kamera Tarayıcı\"],\"PYVWEI\":[\"Kayıtlıysanız, doğrulama için KDV numaranızı sağlayın\"],\"PYs3rP\":[\"Etkinlik adı\"],\"PZ7FTW\":[\"Arka plan rengine göre otomatik olarak algılanır, ancak geçersiz kılınabilir\"],\"Pa6G7v\":[\"Organizatör Adı\"],\"Pc/Wtj\":[\"Bu katılımcının ödenmemiş siparişi var.\"],\"Pc729f\":[\"Sipariş Çevrimdışı Ödeme Bekliyor\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Kopyalandı!\"],\"Pjsch9\":[\"Kapasite atamalarını ara...\"],\"Pmr5xp\":[[\"0\"],\" başarıyla oluşturuldu\"],\"PnSzEc\":[\"Hazır olduğunuzda, etkinliğinizi yayına alın ve ürün satmaya başlayın.\"],\"Pp1sWX\":[\"Bağlı Kuruluşu Güncelle\"],\"Pte1Hv\":[\"Katılımcı Detaylarını Görüntüle\"],\"Puv7+X\":[\"Hesap Ayarları\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Bu siparişin süresi dolmuş. Lütfen tekrar başlayın.\"],\"Q2lUR2\":[\"Para Birimi\"],\"Q7CWxp\":[\"Bir katılımcı iptal edildiğinde\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"KDV numaranız kaydettiğinizde doğrulanacak\"],\"QDEWii\":[\"Doğrulandı\"],\"QDWsl9\":[[\"0\"],\"'e Hoş Geldiniz, \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"İlk mesajınızı gönderin\"],\"QGoXh3\":[\"İşletmeniz AB merkezli olduğundan, platform ücretlerimiz için doğru KDV uygulamasını belirlememiz gerekiyor:\"],\"QHhZeE\":[\"Şablon başarıyla oluşturuldu\"],\"QIWCnW\":[\"VIP check-in listesi\"],\"QIn0Vl\":[\"KDV amaçları için yasal işletme adı\"],\"QIodqd\":[\"QR Kodu İndir\"],\"QIxRUI\":[\"Ücretli, ücretsiz, kademeli fiyatlandırma ve bağış tabanlı biletler\"],\"QKLP1W\":[\"Ödeme almaya başlamak için Stripe hesabınızı bağlayın.\"],\"QKim6l\":[\"Katılımcı bulunamadı\"],\"QMHSMS\":[\"Müşteri iade onayını içeren bir e-posta alacaktır\"],\"QN2F+7\":[\"Webhook Ekle\"],\"QNrkms\":[\"Cevap başarıyla güncellendi.\"],\"QOg2Sf\":[\"Bu etkinlik için e-posta ve bildirim ayarlarını özelleştirin\"],\"QOhkyl\":[\"Oluştur\"],\"QP3gP+\":[\"Bu ayarlar yalnızca kopyalanan yerleştirme kodu için geçerlidir ve saklanmayacaktır.\"],\"QS1Nla\":[\"Daha sonra gönder\"],\"QUg5y1\":[\"Neredeyse tamam! Ödeme almaya başlamak için Stripe hesabınızı bağlamayı tamamlayın.\"],\"QXgjH0\":[\"Taklit durdurulamadı. Lütfen tekrar deneyin.\"],\"QXlz+n\":[\"Etkinlikleriniz için varsayılan para birimi.\"],\"QYARw/\":[\"Bilet Seç\"],\"QYLpB4\":[\"Sadece check-in yap\"],\"QYcUEf\":[\"Minimum Fiyat\"],\"QbrUIo\":[\"Sayfa görüntüleme\"],\"QcCPs8\":[\"Etkinlik Detayları\"],\"QcwyCh\":[\"Evet, kaldır\"],\"Qj0GKe\":[\"Katılımcı self-servisini etkinleştir\"],\"QkLf4H\":[\"Sayfa URL'si\"],\"QlSZU0\":[\"<0>\",[\"0\"],\" (\",[\"1\"],\") rolünü üstleniyorsunuz\"],\"QlwJ9d\":[\"Neleri beklemelisiniz:\"],\"Qm5XkZ\":[\"Satış Başlangıç Tarihi\"],\"QoAi8D\":[\"Yanıt yok\"],\"QotGhf\":[\"Bu mesajı kapat\"],\"Qp4HWD\":[\"Maks Alıcı / Mesaj\"],\"Qqqrwa\":[\"Check-In Sayfasını Aç\"],\"Qrc8RZ\":[\"Check-In Listesini Sil\"],\"QsYjci\":[\"Tüm Etkinlikler\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Kamera Seç\"],\"QuhVpV\":[\"Merhaba \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Kapasite\"],\"QzmQBG\":[\"Ödeme sağlayıcısı\"],\"R02pnV\":[\"Katılımcılara bilet satmadan önce etkinliğinizin canlı olması gerekir.\"],\"R0wEyA\":[\"İş adı veya istisnaya göre ara...\"],\"R29lO5\":[\"Ödeme Koşulları\"],\"R2O9Rg\":[\"Ödenen miktar (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Dışa aktarma tamamlandı. Dosya indiriliyor...\"],\"R4r4XO\":[\"Misafirler\"],\"R5IT/I\":[\"Katılımcı Notları\"],\"R6i9o9\":[\"Bu e-postanın tanıtım amaçlı olmadığını kabul etmelisiniz\"],\"R6n7j9\":[\"KDV ayarları başarıyla güncellendi\"],\"RBXXtB\":[\"Şu anda hiçbir ödeme yöntemi mevcut değil. Yardım için etkinlik organizatörüyle iletişime geçin.\"],\"RD51+P\":[\"Ödemenizden \",[\"0\"],\" platform ücreti düşülür\"],\"RDie0n\":[\"Çeşitli\"],\"RG3szS\":[\"kapat\"],\"RHyZUL\":[\"Arama sonucu yok.\"],\"RKKhnW\":[\"Sitenizde bilet satmak için özel bir widget oluşturun.\"],\"ROR8QD\":[\"Hesap adınız etkinlik sayfalarında ve e-postalarda kullanılır.\"],\"ROv2ZT\":[\"Sorular ve Cevaplar\"],\"RQCXz6\":[\"Sipariş Limitleri\"],\"RRZDED\":[\"Bu e-posta adresiyle ilişkili herhangi bir sipariş bulamadık.\"],\"RReHTu\":[\"İşletme Adı\"],\"RUMiLy\":[\"KDV numarası doğrulaması başarısız oldu\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Promosyon Kodları\"],\"RWw9Lg\":[\"Pencereyi kapat\"],\"RY2eP1\":[\"Hiçbir Vergi veya Ücret eklenmemiş.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"Hangi saatte geleceksiniz?\"],\"ReihZ7\":[\"Yazdırma Önizlemesi\"],\"RfwZxd\":[\"Şifreyi sıfırla\"],\"RjwlZt\":[\"Bu sipariş zaten ödenmiş.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Mesaj gönder\"],\"RlJmQg\":[\"KDV veya ÖTV gibi standart vergi\"],\"RnvnDc\":[\"Platformda gönderilen tüm mesajları görüntüle\"],\"Ropvj0\":[\"Bu webhook'u tetikleyecek etkinlikleri seçin\"],\"RpwiYC\":[\"İade Bekliyor\"],\"RqSKdX\":[\"Bu ürün tükendi\"],\"Rs/IcB\":[\"İlk Kullanım\"],\"Rs7IQv\":[\"Ödeme öncesi mesaj\"],\"RsiDDQ\":[\"Diğer Listeler (Bilet Dahil Değil)\"],\"RtxQTF\":[\"Bu siparişi de iptal et\"],\"RuaKfn\":[\"Adres Başarıyla Güncellendi\"],\"Rwiyt2\":[\"Vergiler yapılandırıldı\"],\"RxzN1M\":[\"Etkin\"],\"RzEvf5\":[\"Bu etkinlik sona erdi\"],\"S+OdxP\":[\"Bu etkinliği kim organize ediyor?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"Ad 1 ile 50 karakter arasında olmalıdır\"],\"S0ctOE\":[\"Etkinliği arşivle\"],\"S3CZ5M\":[\"Organizatör Paneli\"],\"S4PqS9\":[[\"0\"],\" Aktif Webhook\"],\"S8Tua9\":[\"Ayarlar başarıyla güncellendi\"],\"SCimta\":[\"Başlarken sayfasını kenar çubuğundan gizle\"],\"SHJwyq\":[\"Giriş Oranı\"],\"SIHgVQ\":[\"Mesaj iptal edilemedi\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Toplam Katılımcılar\"],\"SMUbbQ\":[\"Açılır menü sadece tek seçime izin verir\"],\"SNzppu\":[\"Bekleme listesine katıl\"],\"SO9AEF\":[\"Sipariş limitleri ayarlandı\"],\"SPKbfM\":[\"örn., Bilet Al, Şimdi Kaydol\"],\"SPdzrs\":[\"Müşterilere sipariş verdiklerinde gönderilir\"],\"SQKPvQ\":[\"Kullanıcı Davet Et\"],\"SQqJd8\":[\"Organizatör Bulunamadı\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Dışa aktarma başladı. Dosya hazırlanıyor...\"],\"SXzpzO\":[\"Varsayılan olarak pazarlama onay kutusunu göster\"],\"SZw9tS\":[\"Detayları Görüntüle\"],\"Sa7w7S\":[\"Bu check-in listesinin süresi doldu ve artık check-in için kullanılamıyor.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Hata\"],\"SnlQeq\":[\"Bu sipariş için hiçbir soru sorulmamış.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Onay Kutuları\"],\"SsI9v/\":[\"Sipariş terk edilemedi. Lütfen tekrar deneyin.\"],\"Sxm1lO\":[\"Tüm Durumlar\"],\"Sxm8rQ\":[\"Kullanıcılar\"],\"T+1APV\":[\"Mevcut KDV numarası doğrulandı\"],\"T02gNN\":[\"Genel Giriş\"],\"T0K0yl\":[\"Pasif kullanıcılar giriş yapamazlar.\"],\"T4BMxU\":[\"Ücretler değişebilir. Ücret yapınızdaki herhangi bir değişiklik size bildirilecektir.\"],\"T5rdis\":[\"panoya kopyalandı\"],\"T6B2gk\":[\"Mesaj gönderilemedi. Lütfen tekrar deneyin.\"],\"TBEnp1\":[\"Logo başlıkta görüntülenecektir\"],\"TF37u6\":[\"Katılımcılarınız başarıyla dışa aktarıldı.\"],\"TF9opW\":[\"Bu cihazda flaş mevcut değil\"],\"TMLAx2\":[\"Gerekli\"],\"TNaCfq\":[\"Tek satır metin kutusu\"],\"TPoYsF\":[\"Sipariş Referansı\"],\"TSAiPM\":[\"Aradığınız sayfa mevcut değil\"],\"TTpXL3\":[[\"resendCooldown\"],\"s içinde yeniden gönder\"],\"TUJAyx\":[\"Şifre en az 8 karakter olmalıdır\"],\"TWXU0c\":[\"Kullanıcıyı Taklit Et\"],\"TZxnm8\":[\"Seçenek Ekle\"],\"TdfEV7\":[\"Arşivlendi\"],\"TeSaQO\":[\"Hesaplara Dön\"],\"Tf55h7\":[\"Yapılandırılmış İndirim\"],\"TjX7xL\":[\"Ödeme Sonrası Mesajı\"],\"TjbIUI\":[[\"totalCount\"],\" arasından \",[\"availableCount\"],\" mevcut\"],\"TkQVup\":[\"Lütfen e-posta ve şifrenizi kontrol edin ve tekrar deneyin\"],\"TkfG8v\":[\"Sipariş başına bilgi toplayın\"],\"TlEeFv\":[\"Yaklaşan Etkinlikler\"],\"TnzbL+\":[\"Yüksek spam riski nedeniyle, katılımcılara mesaj göndermeden önce bir Stripe hesabı bağlamanız gerekir.\\nBu, tüm etkinlik organizatörlerinin doğrulanmış ve sorumlu olmasını sağlamak içindir.\"],\"Tol4BF\":[\"Sipariş Detayları\"],\"TpqW74\":[\"Sabit\"],\"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.\"],\"TskrJ8\":[\"Ödeme ve Plan\"],\"TvY/XA\":[\"Dokümantasyon\"],\"TvkW9+\":[\"Bu etkinliği arşivlemek istediğinizden emin misiniz?\"],\"TxfvH2\":[\"Bu mesajı hangi katılımcıların alacağını seçin\"],\"Tz0i8g\":[\"Ayarlar\"],\"Tz5oXG\":[\"Evet, siparişimi iptal et\"],\"U/R4Ng\":[\"Ürün Katmanı\"],\"U3pytU\":[\"Yönetici\"],\"U3wiCB\":[\"Her şey hazır! Ödemeleriniz sorunsuz bir şekilde işleniyor.\"],\"U61sAj\":[\"Ürün kategorisi başarıyla güncellendi.\"],\"U65fiW\":[\"Organizatörü Kaydet\"],\"U66oUa\":[\"Şablon oluşturulamadı\"],\"U7nGvl\":[\"Check-in Yapılamaz\"],\"UBSG1X\":[\"En İyi Organizatörler (Son 14 Gün)\"],\"UEqXyt\":[\"Özel Aralık\"],\"UGT5vp\":[\"Ayarları Kaydet\"],\"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.\"],\"UJmAAK\":[\"Konu\"],\"UKfi21\":[\"Vergi veya Ücret Oluştur\"],\"UMGQOh\":[\"Stripe ile Bağlan\"],\"UNMVei\":[\"Şifrenizi mi unuttunuz?\"],\"UQ0ACV\":[\"Sipariş Toplamı\"],\"URAE3q\":[\"Duraklatıldı\"],\"URUYHc\":[\"Platform ücreti ayarları başarıyla güncellendi\"],\"URmyfc\":[\"Detaylar\"],\"UVPI5D\":[\"Daha az platform göster\"],\"UW90md\":[\"Alıcı bulunamadı\"],\"UWWRyd\":[\"Ödeme sırasında ek bilgi toplamak için özel sorular ekleyin\"],\"UXBCwc\":[\"Soyad\"],\"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.\"],\"UYUgdb\":[\"Sipariş\"],\"UZ2GSZ\":[\"Fatura Ayarları\"],\"UaISq3\":[\"İsveççe\"],\"UabgBd\":[\"Gövde gerekli\"],\"UdY1lL\":[\"Ödemeniz başarısız oldu, lütfen tekrar deneyin.\"],\"Ug4SfW\":[\"Bir etkinlik oluşturduğunuzda, burada göreceksiniz.\"],\"UiAk5P\":[\"Resim Ekle\"],\"Uicx2U\":[\"Bu check-in listesi aktif\"],\"UjNWsF\":[\"KDV kayıt durumunuza bağlı olarak platform ücretlerine KDV uygulanabilir. Lütfen aşağıdaki KDV bilgileri bölümünü doldurun.\"],\"UkHo4c\":[\"Sipariş Ref.\"],\"UkM20g\":[\"İnceleme Bekliyor\"],\"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.\"],\"UlAK8E\":[\"Siparişler Dışa Aktarılıyor\"],\"Uo5ddP\":[[\"0\"],\" için yer açıldığında sizi e-posta ile bilgilendireceğiz.\"],\"UoIRW8\":[\"Kayıtlı katılımcılar\"],\"Upeg/u\":[\"E-posta göndermek için bu şablonu etkinleştirin\"],\"Uqefyd\":[\"AB'de KDV kaydınız var mı?\"],\"UtDm3q\":[\"URL panoya kopyalandı\"],\"Uu0hZq\":[\"Organizatör E-postası\"],\"UvYql/\":[\"KDV ayarları kaydedildi. KDV numaranızı arka planda doğruluyoruz.\"],\"Uwsg2F\":[\"Rezerve edildi\"],\"V0SbFp\":[\"Mevcut ürün miktarını göster\"],\"V1EGGU\":[\"Ad\"],\"V1krgP\":[\"Kod en fazla 20 karakter olmalıdır\"],\"V2sk3H\":[\"E-posta ve Şablonlar\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"E-postanıza yeni bir doğrulama kodu gönderildi\"],\"V6Q5RZ\":[\"Kapasite ataması başarıyla oluşturuldu\"],\"V7DYWd\":[\"Mesaj Gönderildi\"],\"V7MwOy\":[\"Sayfa yüklenirken bir hata oluştu\"],\"V7Tejz\":[\"Bekleme listesini otomatik işle\"],\"V7yhws\":[\"merhaba@harika-etkinlikler.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Girişe dön\"],\"VD0iA7\":[\"Çoklu fiyat seçenekleri. Erken kayıt ürünleri vb. için mükemmel.\"],\"VDWChT\":[\"Bu organizatörü taslak yapmak istediğinizden emin misiniz? Bu, organizatör sayfasını kamuya görünmez yapacaktır\"],\"VEsDvU\":[\"Kullanıcılar e-postalarını <0>Profil Ayarları'nda değiştirebilir\"],\"VFv2ZC\":[\"Bitiş Tarihi\"],\"VHfLAW\":[\"Hesap yok\"],\"VT+urE\":[\"İsim veya e-posta ile ara...\"],\"VTfZPy\":[\"Erişim Reddedildi\"],\"VX+B3I\":[\"Etkinlik başlığı veya organizatöre göre ara...\"],\"VY+Bdn\":[\"Hesap adı veya e-posta ile ara...\"],\"VZeG/A\":[\"Yakında\"],\"Vd+LC3\":[\"Renk geçerli bir hex renk kodu olmalıdır. Örnek: #ffffff\"],\"VeKsnD\":[\"Sipariş e-postasını tekrar gönder\"],\"VejKUM\":[\"Önce yukarıdaki bilgilerinizi doldurun\"],\"Vi+BiW\":[[\"0\"],\" ürün içerir\"],\"VioGG1\":[\"Bilet ve ürünler için ödeme almak üzere Stripe hesabınızı bağlayın.\"],\"Vjat/X\":[\"Mesaj gerekli\"],\"Vjij1k\":[[\"days\"],\" gün, \",[\"hours\"],\" saat, \",[\"minutes\"],\" dakika ve \",[\"seconds\"],\" saniye\"],\"VkSk/i\":[\"Bu zamanlanmış mesajı iptal etmek istediğinizden emin misiniz?\"],\"VlXNyK\":[\"Sipariş başına\"],\"Vla0Bo\":[\"Satılan ürünler\"],\"VlnB7s\":[\"Son 6 ay\"],\"VmXiz4\":[\"E-postanızı girin, şifrenizi sıfırlamak için size talimatlar gönderelim.\"],\"VpwcSk\":[\"Yeni şifreyi girin\"],\"VsM1HH\":[\"Kapasite Atamaları\"],\"VskHIx\":[\"Kategoriyi sil\"],\"Vw0KCJ\":[\"QR Kod Giriş\"],\"VwdqVy\":[\"Kapasite Ataması Oluştur\"],\"Vx2J6x\":[\"Katılımcı getirilemedi\"],\"VxFvXQ\":[\"Widget Yerleştirme\"],\"VxYKoK\":[\"E-posta ve Bildirim Ayarları\"],\"VyUuZb\":[\"Resim URL'si\"],\"W/eN+G\":[\"Boş bırakılırsa, adres bir Google Haritalar bağlantısı oluşturmak için kullanılacaktır\"],\"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.\"],\"W428WC\":[\"Sütunları değiştir\"],\"W4kWXJ\":[\"Katılımcı adı, e-posta veya sipariş #'a göre ara...\"],\"W5A0Ly\":[\"Beklenmeyen bir hata oluştu.\"],\"W7AfhC\":[\"Bu etkinliğin tüm katılımcıları\"],\"WBq1/R\":[\"USB Tarayıcı Zaten Aktif\"],\"WFHOlF\":[\"Bu etkinliği yayınlamak istediğinizden emin misiniz? Yayınlandığında herkese görünür olacaktır.\"],\"WHf154\":[\"Kodu sil\"],\"WKHW0N\":[\"Online Etkinlik Detayları\"],\"WKMnh4\":[\"Tek satırlı metin girişi\"],\"WLxtFC\":[\"Ürün oluşturulamadı. Lütfen bilgilerinizi kontrol edin\"],\"WNnP3w\":[\"Bağlan ve Yükselt\"],\"WOpH7O\":[\"Her cihazda güzel bir ödeme deneyimi\"],\"WOyJmc\":[\"- Yayından Kaldırmak için Tıklayın\"],\"WTk/ke\":[\"Stripe Connect Hakkında\"],\"WUOCgI\":[\"Yer başarıyla teklif edildi\"],\"WVbTwK\":[\"Check-In Listesi Oluştur\"],\"WVgSTy\":[\"Siparişi yönet\"],\"WWYHKD\":[\"Ödemeniz banka düzeyinde şifreleme ile korunmaktadır\"],\"WZZzB6\":[\"Etkinlik adı gerekli\"],\"WZbCR3\":[\"İade Başarısız\"],\"WbImlQ\":[\"Sipariş iptal edildi ve sipariş sahibi bilgilendirildi.\"],\"WbopAG\":[\"Bu etkinlik için Stripe ödemeleri etkinleştirilmemiş.\"],\"Wd5CDM\":[\"Etkinlik adı 150 karakterden az olmalıdır\"],\"WdmJIX\":[\"Önizleme yükleniyor...\"],\"Weq9zb\":[\"Genel\"],\"WgD6rb\":[\"Etkinlik Kategorisi\"],\"WjSpu5\":[\"Çevrimiçi Etkinlik\"],\"Wjz5KP\":[\"Gösterilecek Katılımcı yok\"],\"Wvrz79\":[\"Ödenen Tutar\"],\"WyCBRt\":[\"Vergi Özeti\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Evet - Geçerli bir AB KDV kayıt numaram var\"],\"X13xGn\":[\"Güvenilmez\"],\"X1zdE7\":[\"Yapılandırma başarıyla oluşturuldu\"],\"X26cQf\":[\"Bilet URL'si\"],\"X2rrlw\":[\"Ara Toplam\"],\"X4o0MX\":[\"Webhook yüklenemedi\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"Müşteriler tükenmiş ürünler için bekleme listesine katıldığında kayıtlar burada görünecektir.\"],\"XAHqAg\":[\"Bu genel bir üründür, tişört veya kupa gibi. Hiçbir bilet düzenlenmeyecek\"],\"XBNC3E\":[\"Bu kod satışları izlemek için kullanılacaktır. Yalnızca harfler, sayılar, tireler ve alt çizgiler kullanılabilir.\"],\"XIG669\":[\"Giriş açıldığında\"],\"XKJuAX\":[\"Soru silindi\"],\"XUfgCI\":[\"Kapasite Ataması Yok\"],\"XVLu2v\":[\"Etkinlik Başlığı\"],\"XX32BM\":[\"Sadece birkaç dakika sürer\"],\"XZkeaI\":[\"Günlük bulunamadı\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Organizatör adresiniz\"],\"Xe2tSS\":[\"Dokümantasyonu Bağla\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Siparişleriniz başarıyla dışa aktarıldı.\"],\"XgOuA7\":[\"Son 90 gün\"],\"XkFYVB\":[\"Ürün Silindi\"],\"XletzW\":[\"Kategori Oluştur\"],\"XwdMMg\":[\"Kod yalnızca harf, rakam, tire ve alt çizgi içerebilir\"],\"XxecLm\":[\"Bilet türü\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"İşte widget'ı uygulamanıza yerleştirmek için kullanabileceğiniz React bileşeni.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Etkinlik ana sayfası ve ödeme mesajlarını özelleştirin\"],\"YAV57v\":[\"Bağlı Kuruluş\"],\"YAl9Hg\":[\"Yapılandırma Oluştur\"],\"YC3oXa\":[\"Check-in personeli için açıklama\"],\"YClrdK\":[\"Bu etkinlik henüz yayınlanmadı\"],\"YDVUVl\":[\"Etkinlik Türleri\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Bir şeyler yanlış gitti! Lütfen tekrar deneyin\"],\"YHsF9c\":[\"Satış bitiş tarihinden sonra ürünü gizle\"],\"YIDzi/\":[\"Özel Şablon Oluştur\"],\"YIix5Y\":[\"Ara...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Bunun bu etkinlikle ilgili işlemsel bir mesaj olduğunu onaylıyorum\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Ürün satışları, gelir ve vergi dökümü\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Hesap yapılandırması başarıyla güncellendi\"],\"YQ3QSS\":[\"Doğrulama kodu yeniden gönderilemedi\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Sabit Ücret:\"],\"YXx+fG\":[\"İndirimlerden Önceki Toplam\"],\"YZi+Hu\":[\"İş yeniden deneme için sıraya alındı\"],\"Ya1JhR\":[\"Bu kategoride mevcut ürün yok.\"],\"YaCgdO\":[\"E-posta onayı başarıyla yeniden gönderildi\"],\"Yc5YW6\":[\"Başarısız iş yok\"],\"Ye321X\":[\"Vergi Adı\"],\"YfHZv0\":[\"Müşteriye ödeme yapmadan önce gösterilir\"],\"YgRSEE\":[\"Bu promosyon kodunu silmek istediğinizden emin misiniz?\"],\"YjVNGZ\":[\"Ana Sayfa Önizlemesi\"],\"Ym1gnK\":[\"uygulandı\"],\"YpN29s\":[\"Organizatörü yeni siparişler hakkında bilgilendir\"],\"Yrbm6T\":[\"Harika Organizatör Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Bu sipariş iptal edilmiş.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Giriş Listesi başarıyla güncellendi\"],\"Z3FXyt\":[\"Yükleniyor...\"],\"Z3etYG\":[\"Etkinlikten 1 gün önce\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Çevrimdışı Ödeme\"],\"Z6q0Vl\":[\"Bu daveti zaten kabul ettiniz. Devam etmek için lütfen giriş yapın.\"],\"Z8lGw6\":[\"Paylaş\"],\"ZBAScj\":[\"Bilinmeyen Katılımcı\"],\"ZCSSd+\":[\"Kendi etkinliğinizi oluşturun\"],\"ZDIydz\":[\"Başlayın\"],\"ZIgYeg\":[\"İkincil Metin Rengi\"],\"ZN1WLO\":[\"E-postayı Kopyala\"],\"ZOBwQn\":[\"Ana Sayfa Tasarımı\"],\"ZOmUYW\":[\"KDV numaranızı arka planda doğrulayacağız. Herhangi bir sorun olursa sizi bilgilendireceğiz.\"],\"ZPj0Q8\":[\"Mesaj detayları\"],\"ZPoHOn\":[\"Bu katılımcı ile ilişkili ürün yok.\"],\"ZPwFnN\":[\"Siparişler dışa aktarılamadı\"],\"ZQ15eN\":[\"Bilet e-postası yeniden gönderilemedi\"],\"ZQKLI1\":[\"Tehlike Bölgesi\"],\"ZS/D7f\":[\"Tüm Sona Eren Etkinlikler\"],\"ZWEfBE\":[\"Ödeme Gerekli Değil\"],\"ZZEYpT\":[\"Seçenek \",[\"i\"]],\"ZaEJZM\":[\"E-posta Değişikliğini Onayla\"],\"ZfxaB4\":[\"Kısmen İade Edildi\"],\"Zi3Sbw\":[\"Bekleme listesinden başarıyla kaldırıldı\"],\"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.\"],\"ZkS2p3\":[\"Etkinliği Yayından Kaldır\"],\"Zkymb9\":[\"Bu bağlı kuruluşla ilişkilendirilecek bir e-posta. Bağlı kuruluşa bildirim gitmeyecektir.\"],\"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.\"],\"Znwxal\":[\"Uygulama Ücretleri Yapılandırması\"],\"ZowkxF\":[\"Vergiler\"],\"ZpieFv\":[\"Sipariş iptal edilemedi\"],\"ZsZeV2\":[\"E-posta gerekli\"],\"ZthcdI\":[\"İndirim olmayan promosyon kodu gizli ürünleri göstermek için kullanılabilir.\"],\"ZutOKU\":[\"KDV Oranı\"],\"Zw6LWb\":[\"İş silinemedi\"],\"ZxnK5C\":[\"Veri toplamaya başladığınızda, burada göreceksiniz.\"],\"Zz6Cxn\":[\"Tehlike bölgesi\"],\"a/gMx2\":[\"Check-In Listesi Yok\"],\"a0EjD+\":[\"Ürün Oluştur\"],\"a41PKA\":[\"Bağlı kuruluş satışları izlenecek\"],\"a5KFZU\":[\"Etkinlik detaylarını ekleyin ve etkinlik ayarlarını yönetin.\"],\"a5jvSX\":[\"Fiyat Kademeleri\"],\"a6+167\":[\"Bir etkinlik seçin\"],\"a6gga1\":[\"E-posta değişikliğini onaylama hatası\"],\"a7u1N9\":[\"Fiyat\"],\"aAIQg2\":[\"Görünüm\"],\"aEDp5C\":[\"Widget'ın görünmesini istediğiniz yere bunu yapıştırın.\"],\"aFk48v\":[\"Yapılandırma silinemedi\"],\"aGWZUr\":[\"Brüt gelir\"],\"aH6ZIb\":[\"Ekibinizi Davet Edin\"],\"aIA9C4\":[\"Soru Başarıyla Oluşturuldu\"],\"aK4uBd\":[\"Son 24 saat\"],\"aKtF0O\":[\"Stripe Bağlı Değil\"],\"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.\"],\"aS0jtz\":[\"Terk edildi\"],\"aT3jZX\":[\"Saat dilimi seçin\"],\"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.\"],\"acIJ41\":[\"Sipariş Durumu\"],\"agPptk\":[\"Ortam\"],\"agZ87r\":[\"Etkinliğiniz için biletler oluşturun, fiyatları belirleyin ve mevcut miktarı yönetin.\"],\"alD1+n\":[\"Fatura Notları\"],\"amMkpL\":[\"Kapasite yok\"],\"an5hVd\":[\"Görseller\"],\"aqxYLv\":[\"Eğitim\"],\"av+gjP\":[\"Katılımcı Adı\"],\"avf0gk\":[\"Soru Açıklaması\"],\"awHmAT\":[\"Bilet ID\"],\"axVMjA\":[\"Kullanıcının uygun promosyon kodu yoksa ürünü gizle\"],\"axv/Mi\":[\"Özel şablon\"],\"b0HJ45\":[\"Başarılı! \",[\"0\"],\" kısa süre içinde bir e-posta alacak.\"],\"b1Jvg+\":[\"Lütfen yeni sekmede devam edin\"],\"b24kPi\":[\"Kuyruk\"],\"b33PL9\":[\"Daha fazla platform göster\"],\"b46pt5\":[\"Etkinlik Kapak Görseli\"],\"b4itZn\":[\"Çalışıyor\"],\"b6+Y+n\":[\"Sipariş tamamlandı\"],\"b9SN9q\":[\"Benzersiz sipariş referansı\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[[\"0\"],\" Oluştur\"],\"bA31T4\":[\"Tüm katılımcılar için alıcının bilgilerini kullanın\"],\"bB6Ram\":[\"Son 48 saat\"],\"bECJqy\":[\"Mesaj başarıyla onaylandı\"],\"bKOYkd\":[\"Fatura başarıyla indirildi\"],\"bLB3MJ\":[\"Ödeme Yöntemleri\"],\"bPWBLL\":[\"Katılımcı check-out'u yapılamadı\"],\"bPwFdf\":[\"Hesaplar\"],\"bU4bS1\":[\"İadeler\"],\"bU7oUm\":[\"Yalnızca bu durumlara sahip siparişlere gönder\"],\"bVjDs9\":[\"Ek ücretler\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Bu Check-In Listesini silmek istediğinizden emin misiniz?\"],\"bbslmb\":[\"Bilet Tasarımcısı\"],\"bcCn6r\":[\"Hesaplama Türü\"],\"bcYlvb\":[\"Giriş kapandığında\"],\"bfXQ+N\":[\"Davetiyeyi Kabul Et\"],\"bgqf+K\":[\"Bilet sahibinin e-postası\"],\"bhlHm/\":[\"Siparişiniz ödeme bekliyor\"],\"blK94r\":[\"Lütfen en az bir seçenek ekleyin\"],\"blXLKj\":[\"Etkinleştirildiğinde, yeni etkinlikler ödeme sırasında pazarlama onay kutusu gösterecektir. Bu, etkinlik bazında geçersiz kılınabilir.\"],\"br3Y/y\":[\"Platform Ücretleri\"],\"btxLWj\":[\"Etkinlik durumu güncellendi\"],\"bv6RXK\":[\"Düğme Etiketi\"],\"bwBlJv\":[\"Sipariş Adı\"],\"bxoWpz\":[\"Onay E-postasını Yeniden Gönder\"],\"byKna+\":[\"Beklenmeyen bir hata oluştu. Lütfen tekrar deneyin.\"],\"c+suC6\":[\"Ücretli Hesaplar\"],\"c/TIyD\":[\"Sipariş ve Bilet\"],\"c2/9VE\":[\"Yük\"],\"c3E/kw\":[\"Homer\"],\"c4uJfc\":[\"Neredeyse bitti! Ödemenizin işlenmesini bekliyoruz. Bu sadece birkaç saniye sürmelidir.\"],\"c6SXHN\":[\"Etkinlik sayfasını görüntüle\"],\"c7VN/A\":[\"Cevapları Görüntüle\"],\"c9Evkd\":[\"Son kategoriyi silemezsiniz.\"],\"c9RYbv\":[\"Bir sipariş ödendi olarak işaretlendiğinde\"],\"cDHM1d\":[\"E-posta adresi değiştirildi. Katılımcı güncellenmiş e-posta adresinde yeni bir bilet alacaktır.\"],\"cDtoWq\":[[\"0\"],\" adresine sipariş onayını tekrar göndermek istediğinizden emin misiniz?\"],\"cEFg3R\":[\"Bağlı kuruluş oluşturulamadı\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"Etkinlikten 1 hafta önce\"],\"cHO4ec\":[\"Bu mesaj bu etkinlikten gönderilen tüm e-postaların altbilgisinde yer alacak\"],\"cJ4Y4R\":[\"İadeniz işleniyor.\"],\"cK9+xQ\":[\"KDV Ülkesi\"],\"cKj6OE\":[\"Giriş Özeti\"],\"cMW+gm\":[\"Tüm platformları göster (\",[\"0\"],\" değerli daha fazla)\"],\"cOePZk\":[\"Etkinlik Saati\"],\"cQrNR3\":[\"Profili Yönet\"],\"cRRc+F\":[\"Bu ürün bir siparişle ilişkili olduğu için silinemez. Bunun yerine gizleyebilirsiniz.\"],\"cSev+j\":[\"Filtreler\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" check-in yaptı\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"Ücretsiz Bir Ürüne eklenen vergiler ve ücretleriniz var. Bunları kaldırmak ister misiniz?\"],\"cd0jIM\":[\"İş detayları\"],\"cdR8d6\":[\"Lütfen bir bilet oluşturun\"],\"cde2hc\":[\"Tüm Ürünler\"],\"cf35MA\":[\"Festival\"],\"cjdktw\":[\"🚀 Etkinliğinizi yayına alın\"],\"cl5WYc\":[\"Promosyon \",[\"promo_code\"],\" kodu uygulandı\"],\"clF06r\":[\"İade Edilebilir\"],\"cljs3a\":[\"AB'de KDV kaydınız olup olmadığını belirtin\"],\"cnGeoo\":[\"Sil\"],\"coIKFu\":[\"Seçilen para birimi için organizatör istatistikleri mevcut değil veya bir hata oluştu.\"],\"cormHa\":[\"Adres satırı 2\"],\"cosfD8\":[\"Katılımcı Durumu\"],\"cs5muu\":[\"Etkinlik sayfasını önizle\"],\"csDS2L\":[\"Mevcut\"],\"ct2SYD\":[\"Son 7 gün\"],\"cxsKvw\":[\"Bir giriş silindiğinde\"],\"d+F6q9\":[\"Oluşturuldu\"],\"d+KKMz\":[\"Giriş Listesi yüklenemedi\"],\"d0rUsW\":[\"Sosyal Bağlantılar\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"İptal\"],\"dF6vP6\":[\"Canlı\"],\"dFFW9L\":[\"Satış sona erdi \",[\"0\"]],\"dFHcIn\":[\"Vergi Detayları\"],\"dFJnia\":[\"Bu, kullanıcılarınıza görüntülenecek organizatörünüzün adıdır.\"],\"dFuEhO\":[\"Bilet e-postasını tekrar gönder\"],\"dJZTv2\":[\"Başlangıç saatini seçin\"],\"dLm8V5\":[\"Promosyon e-postaları hesap askıya alınmasına neden olabilir\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Atıf Dağılımı\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"E-posta adresinizle ilişkili tüm biletler burada.\"],\"dPYu1F\":[\"Katılımcı Başına\"],\"dPyJ15\":[\"Şablonu Sil\"],\"dSyJj6\":[\"E-posta adresleri eşleşmiyor\"],\"dVgNF1\":[\"Yapılandırma oluşturulamadı\"],\"dVxpp5\":[\"Tekrar hoş geldin\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Etkinlik bulunamadı\"],\"dWBrJX\":[\"Çevrimdışı ödeme başarısız. Lütfen tekrar deneyin veya etkinlik organizatörüyle iletişime geçin.\"],\"dXoieq\":[\"Özet\"],\"dZsDbK\":[\"HTML karakter sınırı aşıldı: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"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.\"],\"de6HLN\":[\"Müşteriler bilet satın aldığında, siparişleri burada görünecektir.\"],\"dfkQIO\":[\"Yeni bir ürün oluşturulduğunda\"],\"dkAPxi\":[\"Webhook Oluştur\"],\"dr7CWq\":[\"Tüm Yaklaşan Etkinlikler\"],\"dsFmM+\":[\"Satın Alındı\"],\"dtGC3q\":[\"Bilet e-postası katılımcıya yeniden gönderildi\"],\"e/cvV1\":[\"Doğrulanıyor...\"],\"e3uMJH\":[\"Bu sipariş tamamlandı.\"],\"e4KdjJ\":[\"Manuel Katılımcı Ekle\"],\"e4L7bF\":[\"İçeriğini görüntülemek için bir mesaj seçin\"],\"e5lF64\":[\"Kullanım Örneği\"],\"e7eZuA\":[\"Sipariş Güncellendi\"],\"e8WNln\":[\"Etkinlik saat dilimi\"],\"e99fHm\":[\"Etkinliği geri yükle\"],\"eB5vce\":[\"Belirli bir ürüne sahip sipariş sahipleri\"],\"ePK91l\":[\"Düzenle\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Yeni şifre oluştur\"],\"eWRECP\":[\"Gece Hayatı\"],\"eXssj5\":[\"Bu organizatör altında oluşturulan yeni etkinlikler için varsayılan ayarları belirleyin.\"],\"eaUTwS\":[\"Sıfırlama bağlantısı gönder\"],\"eb47T5\":[\"Seçilen filtreler için veri bulunamadı. Tarih aralığını veya para birimini ayarlamayı deneyin.\"],\"ebIDwV\":[\"Google Takvim\"],\"eeZdaB\":[\"Yapılandırma başarıyla güncellendi\"],\"efAM7X\":[\"Tarih girişi. Doğum tarihi sormak gibi durumlar için mükemmel.\"],\"ejMDw1\":[\"Bir sipariş iade edildiğinde\"],\"ejXy+D\":[\"Ürünler sıralanamadı\"],\"elW7Tn\":[\"E-posta Gövdesi\"],\"enV0g0\":[\"Varsayılan \\\"Fatura\\\" kelimesini kullanmak için boş bırakın\"],\"eneWvv\":[\"Taslak\"],\"enzGAL\":[\"Sorular\"],\"eorM7z\":[\"Kategoriler başarıyla yeniden sıralandı.\"],\"ercTDX\":[\"Kod 3 ile 50 karakter arasında olmalıdır\"],\"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\"],\"etaWtB\":[\"Katılımcı Detaylarını Düzenle\"],\"euc6Ns\":[\"Çoğalt\"],\"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\\\"\"],\"evDBV8\":[\"Etkinliği Yayınla\"],\"exy8uo\":[\"Kod oluştur\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Giriş Listeleri\"],\"f30uVZ\":[\"Yapmanız gerekenler:\"],\"f3RdEk\":[[\"hours\"],\" saat, \",[\"minutes\"],\" dakika ve \",[\"seconds\"],\" saniye\"],\"f4vJgj\":[\"Çok satırlı metin girişi\"],\"f7SUun\":[\"Şifreler aynı değil\"],\"f8qS7T\":[\"Henüz gösterilecek bir şey yok\"],\"f9WRpE\":[\"Geçersiz dosya türü. Lütfen bir resim yükleyin.\"],\"fAv9QG\":[\"🎟️ Bilet ekle\"],\"fFYotW\":[\"Kısmen iade edildi: \",[\"0\"]],\"fFeCKc\":[\"İndirim Yok\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Elle oluşturulan bir siparişi iade edemezsiniz.\"],\"fKn/k6\":[\"İade tutarı\"],\"fMPkxb\":[\"Daha fazla göster\"],\"fROFIL\":[\"Vietnamca\"],\"fTFfOK\":[\"Her e-posta şablonu uygun sayfaya bağlanan bir harekete geçirici düğme içermelidir\"],\"fVPt0F\":[\"Bir sipariş güncellendiğinde\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Webhook'u düzenle\"],\"fWsBTs\":[\"Bir şeyler yanlış gitti. Lütfen tekrar deneyin.\"],\"fYyXCd\":[\"https://ornek-harita-servisi.com/...\"],\"fc7wGW\":[\"örn., Biletleriniz hakkında önemli güncelleme\"],\"fcnqjw\":[\"Çevrimdışı Ödeme Talimatları\"],\"fdjq4c\":[\"İç Boşluk\"],\"fgLNSM\":[\"Kayıt Ol\"],\"fiV0xj\":[\"Kullanım Sınırı\"],\"fj5byd\":[\"Yok\"],\"fovJi3\":[\"USB Tarayıcı modu devre dışı bırakıldı\"],\"fpMs2Z\":[\"CANLI\"],\"fpb0rX\":[\"Katılımcı bilgileri siparişten kopyalandı\"],\"fqDzSu\":[\"Oran\"],\"ftNXma\":[\"Bağlı kuruluşları ara...\"],\"ftzaMf\":[\"Satış dönemi, sipariş limitleri, görünürlük\"],\"fuwKpE\":[\"Lütfen tekrar deneyin.\"],\"fvDQhr\":[\"Bu katmanı kullanıcılardan gizle\"],\"fx8BTd\":[\"Ödemeler mevcut değil\"],\"fyE7Au\":[[\"minutes\"],\" dakika ve \",[\"seconds\"],\" saniye\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Ödemeniz başarısız oldu. Lütfen tekrar deneyin.\"],\"g+2103\":[\"Bağlı kuruluş bağlantınız burada\"],\"g+lLS9\":[\"Bir ekip üyesi davet et\"],\"g2UNkE\":[\"Tarafından desteklenmektedir\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Özel Markalama\"],\"g9dPPQ\":[\"Sipariş Başına Maksimum\"],\"gGhBmF\":[\"Çevrimdışısınız\"],\"gHSuV/\":[\"Ana sayfaya git\"],\"gJQsLv\":[\"Organizatörünüz için bir kapak görseli yükleyin\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Tüm katılımcılar\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Ürün Başarıyla Oluşturuldu\"],\"gPgdNV\":[\"KDV numarası başarıyla doğrulandı\"],\"gTN6Ws\":[\"Bitiş saatini seçin\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Organizatörünüz için logo ve kapak görseli\"],\"geUFpZ\":[\"Vergi ve Ücretler\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Arama Sonucu Yok\"],\"gnBreG\":[\"Siparişin verildiği tarih\"],\"goOKRY\":[\"Kademe ekle\"],\"gqnyh0\":[\"Mobil Optimize\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Vurgula\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Son Tetiklenme\"],\"gwk5gg\":[\"Adres Satırı 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"Bu kod hangi ürünler için geçerli?\"],\"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.\"],\"gypigA\":[\"Bu promosyon kodu geçersiz\"],\"gzrCuN\":[\"Sipariş bilgileriniz güncellendi. Yeni e-posta adresine bir onay e-postası gönderildi.\"],\"h0Q9Iw\":[\"Son Yanıt\"],\"h0dx5e\":[\"Bekleme listesine katılınamadı\"],\"h10Wm5\":[\"Ödenmemiş Sipariş\"],\"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\"],\"h69WC6\":[\"Gönderildi\"],\"hAjDQy\":[\"Durum seç\"],\"hBsw5C\":[\"Satış bitti\"],\"hD1ocH\":[\"Check-In URL'si panoya kopyalandı\"],\"hDNwnf\":[\"Her sayfada logonuz, renkleriniz ve tarzınız\"],\"hEtQsg\":[\"Katılımcı self-servisini varsayılan olarak etkinleştir\"],\"hFHnxR\":[\"Bu kod hangi ürünler için geçerli? (Varsayılan olarak tümü için geçerli)\"],\"hFwWnI\":[\"Bildirim Ayarları\"],\"hJmVtD\":[\"Ülke seçin\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Profilim\"],\"hL7sDJ\":[\"Organizatör Sayfasını Paylaş\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Stripe hesabınızı yeniden bağlamak için aşağıdaki düğmeye tıklayın.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Oluştur\"],\"hauDFf\":[\"Bilet başına\"],\"hbwCKE\":[\"E-posta adresi panoya kopyalandı\"],\"hcX103\":[\"Lütfen bir ürün oluşturun\"],\"hdyeZ0\":[\"İşi sil\"],\"he3ygx\":[\"Kopyala\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Miktar\"],\"hfHhaa\":[\"Bağlı kuruluşlarınızı dışa aktarma için hazırlarken lütfen bekleyin...\"],\"hg80P7\":[\"Stripe Kurulumunu Tamamla\"],\"hli+ga\":[\"USB/HID Tarayıcı\"],\"hqmXmc\":[\"Çalışıyor...\"],\"hrvLf4\":[\"Stripe ile kredi kartı ödemelerini kabul et\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"E-posta Adresi\"],\"i0QKrm\":[\"Bağlı kuruluş güncellenemedi\"],\"i0TtkR\":[\"Bu tüm görünürlük ayarlarını geçersiz kılar ve ürünü tüm müşterilerden gizler.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Sipariş Numarası\"],\"i8day5\":[\"Ücreti alıcıya aktar\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Kodu Düzenle\"],\"iG7KNr\":[\"Logo\"],\"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.\"],\"iJhSxe\":[\"Bu etkinlik için SEO ayarlarını özelleştirin\"],\"iMdwTb\":[\"Etkinliğiniz yayına girmeden önce yapmanız gereken birkaç şey var. Başlamak için aşağıdaki tüm adımları tamamlayın.\"],\"iN5Cz3\":[\"Hesap zaten bağlı!\"],\"iPBfZP\":[\"Kayıtlı Katılımcılar\"],\"iQZff7\":[\"Vergiler, Ücretler, Görünürlük, Satış Dönemi, Ürün Vurgulama ve Sipariş Limitleri\"],\"iS0wAT\":[\"Kategoriler ürünlerinizi düzenlemenize yardımcı olur. Bu başlık halka açık etkinlik sayfasında gösterilecektir.\"],\"iStTQt\":[\"Kamera izni reddedildi. Tekrar <0>İzin İsteyin, veya bu işe yaramazsa, tarayıcı ayarlarınızdan <1>bu sayfaya kamera erişimi vermeniz gerekecek.\"],\"iTvh6I\":[\"Şu anda satın alınabilir\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Kodu Kopyala\"],\"iWa9cY\":[\"İnsanlara etkinliğinizde neleri bekleyeceklerini anlatın\"],\"iX6SLo\":[\"Devam düğmesinde gösterilen metni özelleştirin\"],\"ia8YsC\":[\"Yaklaşan\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Mesajınız başarıyla gönderildi!\"],\"igBrCH\":[\"Tüm özelliklere erişmek için lütfen e-posta adresinizi doğrulayın\"],\"ih35UP\":[\"Konferans Merkezi\"],\"ii0qn/\":[\"Konu gerekli\"],\"iiWXDL\":[\"Uygunluk Hataları\"],\"imLQ9Y\":[\"KDV numaranız doğrulanıyor...\"],\"imgKgl\":[\"Etkinlik Açıklaması\"],\"injXD7\":[\"KDV numarası doğrulanamadı. Lütfen numarayı kontrol edin ve tekrar deneyin.\"],\"ioG+xt\":[\"Ödeme Bekleniyor\"],\"ipP6Ue\":[\"Katılımcı Oluştur\"],\"ipYKgM\":[\"Arama motoru indekslemesine izin ver\"],\"irpUxR\":[\"Sabit tutar\"],\"ixIx1f\":[\"Ürün Seç\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"Başlangıç tarihi gerekli\"],\"izwOOD\":[\"Vergi ve ücretleri ayrı göster\"],\"j/TOB3\":[\"Sosyal Bağlantılar ve Web Sitesi\"],\"j1Jl7s\":[\"Kategoriyi düzenle\"],\"j1VfcT\":[\"SEO Açıklaması\"],\"j5FdeA\":[\"Bu sipariş işleniyor.\"],\"j6w7d/\":[\"Limite ulaşıldığında ürün satışlarını durdurmak için bu kapasiteyi etkinleştir\"],\"j9b/iy\":[\"Hızlı satılıyor 🔥\"],\"j9cPeF\":[\"Etkinlik türlerini seçin\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"En az bir fiyat seviyeniz olmalı\"],\"jEbkcB\":[\"Toplam İade Edilen\"],\"jEu4bB\":[\"Sütunlar\"],\"jEw0Mr\":[\"Lütfen geçerli bir URL girin\"],\"jIPNJG\":[\"Temel Bilgiler\"],\"jRJZxD\":[\"Kapasiteyi Sil\"],\"jT142F\":[[\"diffHours\"],\" saat içinde\"],\"jVRHeq\":[\"Kayıt Tarihi\"],\"jZj9y9\":[\"Kademeli Ürün\"],\"jZlrte\":[\"Renk\"],\"jabmnm\":[\"Bağlı kuruluş başarıyla güncellendi\"],\"jfC/xh\":[\"İletişim\"],\"jh2orE\":[\"Genel merkezimizi İrlanda'ya taşıdık. Bunun sonucunda Stripe hesabınızı yeniden bağlamanız gerekiyor. Bu hızlı işlem sadece birkaç dakika sürer. Satışlarınız ve mevcut verileriniz tamamen etkilenmeden kalır.\"],\"jkNgQR\":[\"Bu siparişi de iade et\"],\"jo3Gm6\":[\"Bağlı kuruluşlar dışa aktarılamadı\"],\"jp5bq8\":[\"alıcı\"],\"jpctdh\":[\"Görüntüle\"],\"jrBSO1\":[\"Organizatörü Düzenle\"],\"jtrY3S\":[\"Henüz gösterilecek bir şey yok\"],\"jtrqH9\":[\"Katılımcılar Dışa Aktarılıyor\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Paylaşımlı Kapasite Yönetimi\"],\"jyt+cx\":[\"E-posta alt bilgi mesajı\"],\"k/bJj0\":[\"Sorular yeniden sıralandı\"],\"k1bLf+\":[\"Arkaplan Rengi\"],\"k3Tngl\":[\"Katılımcılar Dışa Aktarıldı\"],\"k3dfFD\":[\"Gizli sorular yalnızca etkinlik organizatörü tarafından görülebilir, müşteri tarafından görülemez.\"],\"k3wH7i\":[\"Promosyon kodu kullanımı ve indirim dökümü\"],\"k4FLBQ\":[\"Alıcıya aktar\"],\"k5CU8c\":[\"Toplam kayıt\"],\"k5p8dz\":[\"Kapasite ataması başarıyla silindi\"],\"k9RiLi\":[\"Ürün Oluştur\"],\"k9m6/E\":[\"Ana Sayfa Ayarları Başarıyla Güncellendi\"],\"kBkYSa\":[\"Kapasiteyi Düzenle\"],\"kCn6wb\":[\"Sıfırlanıyor...\"],\"kF8HQ7\":[\"Cevapları Dışa Aktar\"],\"kIKb9e\":[\"Sosyal\"],\"kJDmsI\":[\"Etkinlik detayları\"],\"kKpkzy\":[\"1 kişiye başarıyla bilet teklif edildi\"],\"kMU5aM\":[\"İptal bildirimi gönderildi:\"],\"kNmmvE\":[\"Harika Etkinlikler Ltd.\"],\"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.\"],\"kODvZJ\":[\"Ad\"],\"kOtCs2\":[\"Fatura Numaralandırma\"],\"kTSQej\":[\"Merhaba \",[\"0\"],\", platformunuzu buradan yönetin.\"],\"kUlL8W\":[\"Profil başarıyla güncellendi\"],\"kWI/37\":[\"Organizatör seç\"],\"kWg31j\":[\"Benzersiz bağlı kuruluş kodunu girin\"],\"kY7XDn\":[\"Hiçbir ürünün bekleme listesi kaydı yok\"],\"kYZSFD\":[\"Pano ve etkinliklerini görüntülemek için bir organizatör seçin.\"],\"kYqM1A\":[\"Etkinliğe Dön\"],\"kadJKg\":[\"1 ürüne uygulanır\"],\"kf83Ld\":[\"Bir şeyler yanlış gitti.\"],\"khBZkl\":[\"KDV\"],\"kj7zYe\":[\"Webhook Başarıyla Güncellendi\"],\"kjAL4v\":[\"Bilet\"],\"klWBeI\":[\"Başka bir kod istemeden önce lütfen bekleyin\"],\"kodV18\":[\"CSV İndir\"],\"kpAzPe\":[\"Satış başlangıcı\"],\"kpJAeS\":[\"Organizatör Oluştur\"],\"kqA9lY\":[\"KDV ayarları güncellenemedi\"],\"ktyvbu\":[\"Ürün(ler)\"],\"kv9dM4\":[\"Platform Geliri\"],\"kvYpYu\":[\"Sipariş Bulunamadı\"],\"kvpxIU\":[\"Bu, kullanıcılarınızla bildirimler ve iletişim için kullanılacaktır.\"],\"kzx0uD\":[\"Etkinlik Varsayılanları Başarıyla Güncellendi\"],\"l+/HS6\":[\"Teklifler \",[\"timeoutHours\"],\" saat sonra sona erer.\"],\"l3sZO1\":[\"Sipariş hakkında not ekleyin. Bunlar müşteri tarafından görülmeyecektir.\"],\"l5OcwO\":[\"Katılımcıya mesaj gönder\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"KDV ayarları kaydedilemedi. Lütfen tekrar deneyin.\"],\"l75CjT\":[\"Evet\"],\"l894xP\":[\"Organizatörler yalnızca etkinlikleri ve ürünleri yönetebilir. Kullanıcıları, hesap ayarlarını veya fatura bilgilerini yönetemezler.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" zaten giriş yaptı\"],\"lB2hSG\":[[\"0\"],\" adresinden haberler ve etkinlikler hakkında beni bilgilendirin\"],\"lFdbRS\":[\"Uygulama Ücretlerini Atla\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Dışa aktarma işi başlatılamadı\"],\"lNipG+\":[\"Bir ürünü gizlemek, kullanıcıların onu etkinlik sayfasında görmesini engeller.\"],\"lQgMLn\":[\"Ofis veya mekan adı\"],\"lS9/aZ\":[\"Alıcılar yüklenemedi\"],\"lWxAUo\":[\"Yiyecek ve İçecek\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Bireysel katılımcılara mesaj gönder\"],\"lYGfRP\":[\"İngilizce\"],\"lZwV6X\":[[\"0\"],\" için bekleme listesine katıl\"],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Ürün Güncellendi\"],\"lfLHNz\":[\"Harekete geçirici düğme etiketi gerekli\"],\"lflimf\":[\"Ödeme Vade Süresi\"],\"lgFfeO\":[\"Tükendi\"],\"lhAWqI\":[\"Hi.Events'i büyütmeye ve geliştirmeye devam ederken desteğiniz için teşekkürler!\"],\"lk74+I\":[\"Ücreti karşıla\"],\"lkE00/\":[\"Bir şeyler ters gitti. Lütfen daha sonra tekrar deneyin.\"],\"lkMK2r\":[\"Bilgileriniz\"],\"lkNdiH\":[\"Hesap Adı\"],\"lnCMdg\":[\"Görsel Yükle\"],\"lnYE59\":[\"Etkinlik tarihi\"],\"lnrkNz\":[\"E-posta onayını tekrar gönder\"],\"loCKGB\":[\"Satış bitiyor \",[\"0\"]],\"lpm0+y\":[\"1 ürün içerir\"],\"lsxOPC\":[\"Ödeme Alındı\"],\"luHAJY\":[\"Popüler Etkinlikler (Son 14 Gün)\"],\"lyD7rQ\":[\"Bu organizatör profili henüz yayınlanmadı\"],\"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.\"],\"m/N7Zq\":[\"Etkinlik Tam Adresi\"],\"m0CFV2\":[\"Katılımcı Detayları\"],\"m3FM1g\":[\"Toplam iade edilen\"],\"m8WD6t\":[\"Kuruluma Devam Et\"],\"m9SD3V\":[\"Kod en az 3 karakter olmalıdır\"],\"mBsBHq\":[\"Check-in listesi aktif değil\"],\"mCB6Je\":[\"Tümünü Seç\"],\"mEHQ8I\":[\"Bu etkinliği herkese açık yapmak istediğinizden emin misiniz? Bu işlem etkinliği halka görünür yapacaktır\"],\"mFdA+i\":[\"Mesajlaşma Seviyesi\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Sabit fiyatlı standart ürün\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"E-posta değişikliği beklemede\"],\"mImacG\":[\"Etkinlik Sayfası\"],\"mJJh2s\":[\"Bağlı kuruluş satışları izlenmeyecek. Bu, bağlı kuruluşu devre dışı bırakacaktır.\"],\"mLBUMQ\":[\"Yapılandırma başarıyla silindi\"],\"mUv9U4\":[\"Satışlar\"],\"mVKOW6\":[\"Mesajınız gönderilirken bir hata oluştu\"],\"mYGY3B\":[\"Tarih\"],\"mYLhkl\":[\"Çeşitli Ayarlar\"],\"mYygCM\":[\"Organizatör gereklidir\"],\"mdeIOH\":[\"Kodu yeniden gönder\"],\"mf3FrP\":[\"Bu kategoride henüz hiç ürün yok.\"],\"mimF6c\":[\"Ödeme sonrası özel mesaj\"],\"miysJh\":[\"Bu siparişi bulamadık. Kaldırılmış olabilir.\"],\"mkWad2\":[\"Macarca\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Yüzde Ücreti\"],\"mnUGVC\":[\"Hız sınırı aşıldı. Lütfen daha sonra tekrar deneyin.\"],\"mnafgQ\":[\"Etkinlikleriniz için varsayılan saat dilimi.\"],\"mpB/d9\":[\"Toplam sipariş tutarı\"],\"muXhGi\":[\"Etkinleştirilirse, yeni bir sipariş verildiğinde organizatör e-posta bildirimi alacak\"],\"mvrlBO\":[\"Etkinliğe göre filtrele\"],\"mwe+2z\":[\"Çevrimdışı siparişler, sipariş ödendi olarak işaretlenene kadar etkinlik istatistiklerine yansıtılmaz.\"],\"mxsm1o\":[\"Bu soruyu sil? Bu işlem geri alınamaz.\"],\"n/7+7Q\":[\"Onay gönderildi:\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Resim başarıyla silindi\"],\"n10yGu\":[\"Siparişi iade et\"],\"n143Tq\":[\"Ürün Kategorisini Düzenle\"],\"n4SpU5\":[\"Etkinliği yönet\"],\"n57zCW\":[\"Atıfsız Hesaplar\"],\"n5pRtF\":[\"Bilet Oluştur\"],\"n5vdm2\":[\"Bu uç nokta için henüz webhook olayı kaydedilmedi. Olaylar tetiklendiklerinde burada görünecektir.\"],\"n6EaWL\":[\"Günlükleri görüntüle\"],\"n8+Ng/\":[\"Lütfen 5 haneli kodu girin\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Numara Öneki\"],\"n8IUs7\":[\"Brüt Gelir\"],\"n9V+ps\":[\"Adınızı girin\"],\"n9ZhRa\":[\"Bitiş tarih ve saatini seçin\"],\"nAn4Oe\":[\"Sipariş ödendi olarak işaretlendi\"],\"nBVOd7\":[\"Bir katılımcı güncellendiğinde\"],\"nBqgQb\":[\"E-postanız\"],\"nCywLA\":[\"Her yerden katılın\"],\"nDBs04\":[\"Kapasite yönetimi\"],\"nE5o/t\":[\"Veri Sahipliği\"],\"nFm+5u\":[\"Alt Bilgi Metni\"],\"nHm0AI\":[\"Günlük satış, vergi ve ücret dökümü\"],\"nKtyYu\":[\"Sonraki adıma devam et\"],\"nLC6tu\":[\"Fransızca\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Gerekli İşlem: Stripe Hesabınızı Yeniden Bağlayın\"],\"nO3VbP\":[[\"0\"],\" satışta\"],\"nOBvex\":[\"Gerçek zamanlı sipariş ve katılımcı verilerini harici sistemlerinize gönderin.\"],\"nOhz3x\":[\"Çıkış\"],\"nP7CdQ\":[\"Webhook'u Düzenle\"],\"nQI4H5\":[\"E-posta şablon düzenlemesini etkinleştirmek için Stripe'ı bağlayın\"],\"nWhye/\":[\"Bu soru kime sorulmalı?\"],\"nYNT+5\":[\"Etkinliğinizi kurun\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Siparişiniz iptal edildi.\"],\"nbfdhU\":[\"Entegrasyonlar\"],\"ncwQad\":[\"(boş)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"Aradığınız bileti bulamadık. Bağlantının süresi dolmuş veya bilet detayları değişmiş olabilir.\"],\"nfagfM\":[\"Geçerli\"],\"nfnm9D\":[\"Organizasyon Adı\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Görsel yüklenemedi. Lütfen tekrar deneyin.\"],\"nm3Iz/\":[\"Katıldığınız için teşekkürler!\"],\"nn3mSR\":[\"Kalan süre:\"],\"nnfSdK\":[\"Benzersiz Müşteriler\"],\"nniGTr\":[\"Yapılandırmaları düzenlemek için yönetici menüsündeki Yapılandırmalar bölümüne gidin.\"],\"nqx+6h\":[\"Etkinliğiniz için bilet satmaya başlamak için bu adımları tamamlayın.\"],\"nrGWUv\":[\"Etkinlik sayfanızı markanız ve tarzınıza uyacak şekilde özelleştirin.\"],\"nrSs2u\":[\"Mesaj bulunamadı\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"Webhook URL'si\"],\"nvOPBA\":[\"Bağlantılara İzin Verildi\"],\"nwtY4N\":[\"Bir şeyler yanlış gitti\"],\"nx+rqg\":[\"organizatör oluştur\"],\"ny2r8d\":[\"Bir sipariş iptal edildiğinde\"],\"nz96Ue\":[\"1 bilet türü\"],\"o+tJN/\":[\"Katılımcılarınızı dışa aktarma için hazırlarken lütfen bekleyin...\"],\"o/blc/\":[\"Hesap yapılandırması güncellenemedi\"],\"o1my93\":[\"Organizatör durum güncellemesi başarısız oldu. Lütfen daha sonra tekrar deneyin\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Bir etkinlik oluşturduğunuz için tebrikler!\"],\"o5r6b2\":[\"İş silindi\"],\"o6+Y6d\":[\"Tekrar gönderiliyor...\"],\"o7LgX6\":[\"Hesap ayarlarınızda ek hizmet ücretleri ve vergileri yapılandırabilirsiniz.\"],\"o7s5FA\":[\"Katılımcının e-postaları alacağı dil.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"İPUCU\"],\"oHE9JT\":[\"Kapasite Atamasını Düzenle\"],\"oI/hGR\":[\"Sipariş Kimliği\"],\"oJjplO\":[\"Toplam Görüntüleme\"],\"oNL5vN\":[\"Etkinlik Sayfasına Git\"],\"oPknTP\":[\"Tüm faturalarda görünecek isteğe bağlı ek bilgiler (örn., ödeme koşulları, gecikme ücreti, iade politikası)\"],\"oQvMPn\":[\"Soru Başlığı\"],\"oR7zL3\":[\"Bilet sahibinin adı\"],\"oSDBWm\":[\"KDV Ayarları\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Biletlerim\"],\"oW5877\":[\"Sipariş Toplamı\"],\"oWXNE5\":[\"Adet\"],\"oXOSPE\":[\"Çevrimiçi\"],\"oZW/gT\":[\"Takvime Ekle\"],\"ocS8eq\":[\"Zaten hesabınız var mı? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Çevrimdışı Ödemeler Bilgisi\"],\"olKKwj\":[\"Çevrimdışı destek ve gerçek zamanlı takip ile mobil tarayıcı\"],\"omyBS0\":[\"Ödeme için izin verilen gün sayısı (faturalardan ödeme koşullarını çıkarmak için boş bırakın)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Katılımcıyı yönet\"],\"ophZVW\":[\"Biletleri yönet\"],\"oqr9HB\":[\"Etkinlik sayfası ilk yüklendiğinde bu ürünü daralt\"],\"orBECM\":[\"Toplam Toplanan\"],\"orluER\":[\"Atıf kaynağına göre hesap büyümesini ve performansını takip edin\"],\"os29v1\":[\"Bu şifre sıfırlama bağlantısı geçersiz veya süresi dolmuş.\"],\"ouM5IM\":[\"Başka bir e-posta deneyin\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Varsayılan\"],\"p/Sa0j\":[\"Hesabınızın mesajlaşma limitleri var. Limitinizi artırmak için bizimle iletişime geçin\"],\"p2/GCq\":[\"Şifreyi Onayla\"],\"p2FRHj\":[\"Bu etkinlik için platform ücretlerinin nasıl ele alınacağını kontrol edin\"],\"p2WLr3\":[[\"0\"],\" \",[\"1\"],\" check-in yap\"],\"p7xUrt\":[\"Bir kategori seçin\"],\"pAey+4\":[\"Dosya çok büyük. Maksimum boyut 5MB'dir.\"],\"pCLes8\":[\"Mesaj almayı kabul etmelisiniz\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Bilet başarıyla yeniden gönderildi\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Son Hesap Kayıtları\"],\"pMLul+\":[\"Tüm Para Birimleri\"],\"pNgdBv\":[\"Bu kategoride mevcut ürün yok\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"Bu organizatörü herkese açık yapmak istediğinizden emin misiniz? Bu, organizatör sayfasını kamuya görünür yapacaktır\"],\"pZNOT9\":[\"Bitiş tarihi yok\"],\"pbAk7a\":[\"Stripe'ı Bağla\"],\"pjp2n5\":[\"Platform ücretini kimin ödeyeceğini seçin. Bu, hesap ayarlarınızda yapılandırdığınız ek ücretleri etkilemez.\"],\"pkk46Q\":[\"Bir Organizatör Seçin\"],\"pn5qSs\":[\"Ek Bilgiler\"],\"pnVh83\":[\"KDV Numarası\"],\"pnoTN5\":[\"Yönlendirme Hesapları\"],\"poTr35\":[\"Kullanıcıyı düzenle\"],\"ppuQR4\":[\"Sipariş Oluşturuldu\"],\"pqFrv2\":[\"örn. $2.50 için 2.50\"],\"prZGMe\":[\"Fatura Adresi Gerekli\"],\"psosdY\":[\"Sipariş detaylarına bağlantı\"],\"psqIm5\":[\"Birlikte harika etkinlikler oluşturmak için ekibinizle işbirliği yapın.\"],\"pvnfJD\":[\"Koyu\"],\"pxNIxa\":[\"Liquid şablonu kullanarak e-posta şablonunuzu özelleştirin\"],\"q/CcwE\":[\"Sipariş Tarihi\"],\"q1BizZ\":[\"Biletlerinizi bu e-postaya göndereceğiz\"],\"q2LEDV\":[\"Bu sipariş için katılımcı bulunamadı.\"],\"q6XHL1\":[\"Fiyat Türü\"],\"q7TRd7\":[\"Bu katılımcıyı etkinleştirmek istediğinizden emin misiniz?\"],\"qCJyMx\":[\"Ödeme sonrası mesaj\"],\"qCqdg6\":[\"Giriş Durumu\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"Alıcılar net bir fiyat görür. Platform ücreti ödemenizden düşülür.\"],\"qGZz0m\":[\"Bekleme listesine eklendi!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Giden mesajlar\"],\"qNuTh3\":[\"İstisna\"],\"qY4rpA\":[\"İade başarısız oldu\"],\"qcP/8K\":[\"Zamanlanmış saat\"],\"qdfdgM\":[\"123 Ana Cadde\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Tamamlandı! Artık yükseltilmiş ödeme sistemimizi kullanıyorsunuz.\"],\"qnSLLW\":[\"<0>Lütfen vergiler ve ücretler hariç fiyatı girin.<1>Vergi ve ücretler aşağıdan eklenebilir.\"],\"qpC74J\":[\"Kullanıcı bulunamadı\"],\"qqWcBV\":[\"Tamamlandı\"],\"qqeAJM\":[\"Asla\"],\"qtGTNu\":[\"Organik Hesaplar\"],\"qu6/03\":[\"Vergiler ve Ücretler\"],\"quR8Qp\":[\"Ödeme bekleniyor\"],\"qv4bfj\":[\"Rezervasyon ücreti veya hizmet ücreti gibi bir ücret\"],\"qvF+MT\":[\"Başarısız arka plan işlerini izleyin ve yönetin\"],\"qvylEK\":[\"Katılımcı Oluşturuldu\"],\"r+lQXT\":[\"Lütfen KDV numaranızı girin\"],\"r2B2P8\":[\"Check-In URL'sini Kopyala\"],\"r9M1hc\":[\"Check-in listelerini ara...\"],\"rDC+T6\":[\"İşi yeniden dene\"],\"rLHma1\":[\"Organizatör durumu güncellendi\"],\"rMcHYt\":[\"Bekleyen bir iade var. Başka bir iade talebinde bulunmadan önce lütfen tamamlanmasını bekleyin.\"],\"rPA+Gc\":[\"İletişim Tercihleri\"],\"rXngLf\":[\"SEO Başlığı\"],\"rYXfOA\":[\"Bölgesel Ayarlar\"],\"raw09+\":[\"Ödeme sırasında katılımcı bilgilerinin nasıl toplanacağını yapılandırın\"],\"rdUucN\":[\"Önizleme\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"Bu müşterilere görünmeyecektir, ancak iş ortağını tanımlamanıza yardımcı olur.\"],\"rmelwV\":[\"0 dakika ve 0 saniye\"],\"rnoQsz\":[\"Kenarlıklar, vurgular ve QR kod stillemesi için kullanılır\"],\"rp/zaT\":[\"Brezilya Portekizcesi\"],\"rpGMzC\":[\"Sipariş güncellenemedi\"],\"ruJO57\":[\"İş adı\"],\"rxy0tG\":[\"E-posta doğrulanamadı\"],\"rzw+wS\":[\"Sipariş sahipleri\"],\"s/0RpH\":[\"Kullanım sayısı\"],\"s0FkEx\":[\"Farklı girişler, oturumlar veya günler için giriş listeleri oluşturun.\"],\"s14PLh\":[\"Kısmi iade yapıyorsunuz. Müşteriye \",[\"0\"],\" \",[\"1\"],\" iade edilecek.\"],\"s4JozW\":[\"Bu etkinliği geri yüklemek istediğinizden emin misiniz? Taslak etkinlik olarak geri yüklenecektir.\"],\"s5QRF3\":[\"Mesajlara geri dön\"],\"s6EF6K\":[\"Anında Ödemeler\"],\"s8v9hq\":[\"Etkinlik Sayfasına Dön\"],\"s9KGXU\":[\"Satıldı\"],\"sBV87H\":[\"Etkinlik oluşturmaya devam et\"],\"sCV5Yc\":[\"Etkinlik adı\"],\"sF+Xp9\":[\"Sayfa Görüntülemeleri\"],\"sFFArG\":[\"İsim 255 karakterden az olmalıdır\"],\"sGEOe4\":[\"Kapak resminin bulanıklaştırılmış halini arkaplan olarak kullan\"],\"sGjBEq\":[\"Bitiş Tarihi ve Saati (isteğe bağlı)\"],\"sJsr1h\":[\"Ürün Türü\"],\"sLbJQz\":[\"Sipariş bulunamadı\"],\"sMiGXD\":[\"Lütfen e-postanızın geçerli olduğunu kontrol edin\"],\"sQia9P\":[\"Giriş yap\"],\"sQxe68\":[\"Onayı yeniden gönder\"],\"sYLeDq\":[\"Aradığınız organizatör bulunamadı. Sayfa taşınmış, silinmiş veya URL yanlış olabilir.\"],\"sYpiZP\":[\"Promosyon Kodu Oluştur\"],\"sZg7s1\":[\"Son kullanım tarihi\"],\"saG4At\":[\"Mesaj zamanlandı\"],\"sby+1/\":[\"Kopyalamak için tıklayın\"],\"sd5IMt\":[\"Tamamlanan Siparişler\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"Bu ürünü hedefleyen bir promosyon kodu oluşturabilirsiniz\"],\"shkJ3U\":[\"Bilet satışlarından gelir almak için Stripe hesabınızı bağlayın.\"],\"sjNPMw\":[\"Bu sipariş terk edildi. İstediğiniz zaman yeni bir sipariş başlatabilirsiniz.\"],\"snMaH4\":[\"Webhook'u sil\"],\"spsZys\":[\"Yükseltmeye hazır mısınız? Bu sadece birkaç dakika sürer.\"],\"sq7vjE\":[\"Vurgulanan ürünler, etkinlik sayfasında öne çıkmaları için farklı bir arka plan rengine sahip olacaktır.\"],\"sqdl5s\":[\"KDV Bilgisi\"],\"ss9PbX\":[\"Katılımcı\"],\"sxKqBm\":[\"Tam sipariş tutarı müşterinin orijinal ödeme yöntemine iade edilecektir.\"],\"sy6fss\":[[\"0\"],\" ürüne 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.\"],\"szSnlj\":[\"Etkinlikten 1 saat önce\"],\"t/KVOk\":[\"Taklit başlatılamadı. Lütfen tekrar deneyin.\"],\"t/YqKh\":[\"Kaldır\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[[\"totalRows\"],\" kayıttan \",[\"0\"],\" tanesi gösteriliyor\"],\"t2bbp8\":[\"Katılımcıyı düzenle\"],\"t3AMTs\":[\"Etkinlik Yönetim Platformu\"],\"t41hVI\":[\"Yeri Yeniden Teklif Et\"],\"t79rDv\":[\"Bilet Bulunamadı\"],\"t7TeQU\":[\"Mesajlar\"],\"t9yxlZ\":[\"Raporlar\"],\"tDTq0D\":[\"Sipariş zaman aşımı\"],\"tDwYhx\":[\"Tema ve Renkler\"],\"tF+VVr\":[\"VIP Bilet\"],\"tFbRKJ\":[\"Hesap sahibinin rolünü veya durumunu düzenleyemezsiniz.\"],\"tGCY6d\":[\"Bilet Fiyatı\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"Platform Ücretleri için KDV Uygulaması\"],\"tKCBU0\":[\"Son Kullanım\"],\"tKKZn0\":[\"Sipariş Detaylarını Görüntüle\"],\"tKcbYd\":[\"Başarısız işler\"],\"tLf3yJ\":[\"İşletmeniz İrlanda merkezli olduğundan, tüm platform ücretlerine otomatik olarak %23 İrlanda KDV'si uygulanır.\"],\"tMFDem\":[\"Veri mevcut değil\"],\"tMNBEF\":[\"Giriş listeleri, günler, alanlar veya bilet türleri arasında girişi kontrol etmenizi sağlar. Personelle güvenli bir giriş bağlantısı paylaşabilirsiniz — hesap gerekmez.\"],\"tMeVa/\":[\"Satın alınan her bilet için ad ve e-posta isteyin\"],\"tNZzFb\":[\"Mesaj içeriği\"],\"tOXAdc\":[\"İptal etmek, bu siparişle ilişkili tüm katılımcıları iptal edecek ve biletleri mevcut havuza geri bırakacaktır.\"],\"tPtRwl\":[\"Uygulama Ücretlerini Düzenle\"],\"tRXdQ9\":[\"Bir ürün güncellendiğinde\"],\"tSVr6t\":[\"Taklit Et\"],\"tUGbi8\":[\"Bilgilerimi kopyala:\"],\"tVJk4q\":[\"Siparişi iptal et\"],\"tVW/yo\":[\"Para birimi seçin\"],\"tXadb0\":[\"Aradığınız etkinlik şu anda mevcut değil. Kaldırılmış, süresi dolmuş veya URL yanlış olabilir.\"],\"tYF4Zq\":[\"PDF'ye Yazdır\"],\"tasfos\":[\"kaldır\"],\"td/bh+\":[\"Raporlara Dön\"],\"tdD/QN\":[\"Ürünü Düzenle\"],\"tejfAy\":[\"Check-In Listeleri\"],\"tfDRzk\":[\"Kaydet\"],\"tiI71C\":[\"Limitinizi artırmak için bizimle iletişime geçin\"],\"tnL+GP\":[\"Geçersiz Liquid sözdizimi. Lütfen düzeltin ve tekrar deneyin.\"],\"toutGW\":[\"QR Kod\"],\"tq0abZ\":[\"İşler silinemedi\"],\"trnWaw\":[\"Lehçe\"],\"tst44n\":[\"Etkinlikler\"],\"tudG8q\":[\"Satış için bilet ve ürünler oluşturup yapılandırın.\"],\"u0n+wz\":[\"Bekleme listesi\"],\"u5oO/W\":[\"Çevrimdışı Ödemeler Ayarları\"],\"u6FPxT\":[\"Bilet Al\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Durum\"],\"uBAxNB\":[\"Düzenleyici\"],\"uCFbG2\":[\"Bağlı kuruluş başarıyla silindi\"],\"uEhdRh\":[\"Yalnızca Promosyon\"],\"uIElGP\":[\"Özel Harita URL'si\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Çevrimdışı ödeme ise doğru\"],\"uM9Alj\":[\"Bu ürün etkinlik sayfasında vurgulanmıştır\"],\"uN355O\":[\"Etkinlik Oluştur\"],\"uOXLV3\":[\"<0>Şartlar ve koşulları kabul ediyorum\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Mesaj iptal edildi\"],\"uQynyf\":[\"Yapılandırma güncellenemedi\"],\"uRfugr\":[\"Tişört\"],\"uUPbPg\":[\"Bağlı Kuruluş Bağlantısını Kopyala\"],\"uUehLT\":[\"Bekliyor\"],\"uaSvqt\":[\"Son Kullanım Tarihi\"],\"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\"],\"ucgZ0o\":[\"Organizasyon\"],\"uchB0M\":[\"Widget Önizleme\"],\"udRwQs\":[\"Giriş Oluşturuldu\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Ödeme almaya başlamak için Stripe hesabınızı bağlayın.\"],\"uq2BmQ\":[\"Son 30 gün\"],\"uvIqcj\":[\"Atölye\"],\"uyJsf6\":[\"Hakkında\"],\"uzEfRz\":[\"Sipariş Notları\"],\"v1P7Gm\":[\"Widget Ayarları\"],\"v1kQyJ\":[\"Webhook'lar\"],\"v1rRtW\":[\"Test Gönder\"],\"v2GlhZ\":[\"Mevcut KDV numarası doğrulaması başarısız oldu\"],\"v4+lcZ\":[\"Bağlı Kuruluşu Düzenle\"],\"v4fiSg\":[\"E-postanızı kontrol edin\"],\"v7xKtM\":[\"Mesajlaşma seviyesi başarıyla güncellendi\"],\"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.\"],\"vAbVy9\":[\"Ücretsiz ürün, ödeme bilgisi gerekli değil\"],\"vERlcd\":[\"Profil\"],\"vFjEnF\":[\"Ödendi olarak işaretle\"],\"vJuISq\":[\"Bu Kapasite Atamasını silmek istediğinizden emin misiniz?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Soru silinemedi\"],\"vLyv1R\":[\"Gizle\"],\"vOuxvL\":[\"Hesap Bilgileri\"],\"vPJ1FI\":[\"Yüzde Miktarı\"],\"vPeW/6\":[\"Bu yapılandırmayı silmek istediğinizden emin misiniz? Bu işlem, onu kullanan hesapları etkileyebilir.\"],\"vPqpQG\":[\"Check-in listesi bulunamadı\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Sipariş Detaylarını Düzenle\"],\"vRznIT\":[\"Dışa aktarma durumu kontrol edilirken bir hata oluştu.\"],\"vX8/tc\":[\"Harika etkinlik başlığım...\"],\"vXIe7J\":[\"Dil\"],\"vXPSuB\":[\"Profili güncelle\"],\"vYgeDk\":[\"Tümünün Seçimini Kaldı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.\"],\"vb0Q0/\":[\"Toplam Kullanıcılar\"],\"vcyz2L\":[\"Ödeme Ayarları\"],\"ve9JTU\":[\"Soyad gereklidir\"],\"veessc\":[\"Katılımcılarınız etkinliğinize kaydolduktan sonra burada görünecek. Ayrıca elle katılımcı ekleyebilirsiniz.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"Son 14 gün\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Etkinliği çoğalt\"],\"vlf/In\":[\"Teknoloji\"],\"vmOFL/\":[\"Ödemenizi işleyemedik. Lütfen tekrar deneyin veya destek ile iletişime geçin.\"],\"vqji3Y\":[\"KDV numarası doğrulaması başarısız oldu. Lütfen KDV numaranızı kontrol edin.\"],\"vrSW9M\":[\"Sipariş iptal edildi ve iade edildi. Sipariş sahibi bilgilendirildi.\"],\"vt9xUl\":[\"Gerçek Zamanlı Analitik\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Sipariş Ödendi Olarak İşaretlendi\"],\"vu7ZGG\":[\"Logo ve Kapak\"],\"vu7gDm\":[\"Bağlı Kuruluşu Sil\"],\"vv7kpg\":[\"İptal Edildi\"],\"vvO1I2\":[\"Stripe hesabınız bağlı ve ödemeleri işlemeye hazır.\"],\"vwGkYB\":[\"Şifre en az 8 karakter olmalıdır\"],\"vzJenu\":[\"E-posta Ayarları Başarıyla Güncellendi\"],\"w36OkR\":[\"En Çok Görüntülenen Etkinlikler (Son 14 Gün)\"],\"w65ZgF\":[\"E-posta şablonlarını değiştirebilmek için hesap e-postanızı doğrulamanız gerekir.\"],\"wBJR8i\":[\"Bir etkinlik mi planlıyorsunuz?\"],\"wCKkSr\":[\"E-postayı Doğrula\"],\"wDioLj\":[\"İş yeniden denenemedi\"],\"wDx3FF\":[\"Bu etkinlik için mevcut ürün yok\"],\"wIa8Qe\":[\"Daveti tekrar gönder\"],\"wJTzyi\":[\"Ödeme Durumu\"],\"wJijgU\":[\"Konum\"],\"wJzo/w\":[\"400px x 400px boyutlarını ve maksimum 5MB dosya boyutunu öneriyoruz\"],\"wPRp9Z\":[\"Yalnızca giriş personeline görünür. Giriş sırasında bu listeyi tanımlamaya yardımcı olur.\"],\"wPmXlA\":[\"İlk Fatura Numarası\"],\"wQzCPX\":[\"Tüm faturaların altında görünecek vergi bilgisi (örn., KDV numarası, vergi kaydı)\"],\"wUv5xQ\":[\"Son 14 günde organizatör aktivitesi yok\"],\"wYiAtV\":[\"Yakın zamanda hesap kaydı yok\"],\"wckWOP\":[\"Yönet\"],\"wdxz7K\":[\"Kaynak\"],\"whqocw\":[\"Kayıt olarak <0>Hizmet Şartlarımızı ve <1>Gizlilik Politikasımızı kabul etmiş olursunuz.\"],\"wlfBad\":[\"Satış Dönemi\"],\"wnDgGj\":[\"E-posta adresi onaylanıyor...\"],\"wpfWhJ\":[\"Müşterinin adı\"],\"wpj63n\":[\"Organizatör Ayarları\"],\"wu98dY\":[\"Ürün başına bir kez sor\"],\"wuV0bK\":[\"Taklidi Durdur\"],\"wuyaZh\":[\"Dışa aktarma başarılı\"],\"x/xjzn\":[\"Bağlı kuruluşlarınız başarıyla dışa aktarıldı.\"],\"x1PPdr\":[\"Posta Kodu\"],\"x2mjl4\":[\"Lütfen bir resme işaret eden geçerli bir resim URL'si girin.\"],\"x3wVFc\":[\"Tebrikler! Etkinliğiniz artık herkese açık.\"],\"x4MLWE\":[\"Sipariş Onayı\"],\"x5+Lcz\":[\"Giriş Yapılmadı\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Katılımcının bileti bu listede yok\"],\"x8XMsJ\":[\"Bu hesap için mesajlaşma seviyesini seçin. Bu, mesaj limitlerini ve bağlantı izinlerini kontrol eder.\"],\"x8rEDQ\":[\"Birden fazla denemeden sonra KDV numaranızı doğrulayamadık. Arka planda denemeye devam edeceğiz. Lütfen daha sonra tekrar kontrol edin.\"],\"xDAtGP\":[\"Mesaj\"],\"xDzTh7\":[\"Fatura indirilemedi. Lütfen tekrar deneyin.\"],\"xFRMlO\":[\"Sipariş Başına Minimum\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" mevcut kurdan\"],\"xFj7Yj\":[\"Şablon silinemedi\"],\"xGU92i\":[\"Ekibe katılmak için profilinizi tamamlayın.\"],\"xGVfLh\":[\"Devam Et\"],\"xHpVRl\":[\"İade Durumu\"],\"xJaTUK\":[\"Etkinlik ana sayfanızın düzenini, renklerini ve markalamasını özelleştirin.\"],\"xMDm+I\":[\"Check-in Yap\"],\"xMO+Ao\":[\"Organizasyonunuzu kurun\"],\"xMekgu\":[\"Sipariş hakkında not ekleyin...\"],\"xN9AhL\":[\"Seviye \",[\"0\"]],\"xTPjSy\":[\"Geçmiş Etkinlikler\"],\"xUgUTh\":[\"Ad girin\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Her zaman mevcut\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Araçlar\"],\"xdA9ud\":[\"Bunu web sitenizin bölümüne yerleştirin.\"],\"xdiER7\":[\"Atanan Seviye\"],\"xeIaKw\":[[\"0\"],\" adresine bileti tekrar göndermek istediğinizden emin misiniz?\"],\"xfKgwv\":[\"Bağlı Kuruluş Oluştur\"],\"xgL50q\":[\"Kademeli Ürünler nedir?\"],\"xgav5v\":[\"Ödeme başarılı!\"],\"xnWESi\":[\"Şifreyi onayla\"],\"xowcRf\":[\"Hizmet Koşulları\"],\"xrWdPR\":[\"Şablon başarıyla silindi\"],\"xxU3NX\":[\"Net Gelir\"],\"xxv3BZ\":[\"Bu check-in listesi süresi doldu\"],\"xzRvs4\":[[\"0\"],\"'ten ürün güncellemeleri alın.\"],\"y/NR6s\":[\"Konum Başarıyla Güncellendi\"],\"y0meFR\":[\"Platform ücretlerine %23 İrlanda KDV'si uygulanacaktır (yerel tedarik).\"],\"y1BZw1\":[\"İşletme adresini girin\"],\"y1eoq1\":[\"Bağlantıyı kopyala\"],\"y22tv0\":[\"Her yerde paylaşmak için bu bağlantıyı kopyalayın\"],\"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.\"],\"y55eMd\":[\"Kullanım Sayısı\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Gösterilecek etkinlik yok\"],\"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.\"],\"yDOdwQ\":[\"Kullanıcı Yönetimi\"],\"yIRev4\":[\"Bir şifre oluşturun\"],\"yKWfjC\":[\"Promosyon Kodu sayfası\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Yaklaşan etkinlik yok\"],\"yNi4PV\":[\"Ödenmemiş siparişleri olan katılımcıları check-in yaptıramazsınız. Bu ayar etkinlik ayarlarından değiştirilebilir.\"],\"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\"],\"yPZN4i\":[\"Bu sipariş sayfası artık mevcut değil.\"],\"yPrbsy\":[\"Alıcılar\"],\"yRg26W\":[\"Brüt Satışlar\"],\"ySQGHV\":[\"Tükendiğinde ürünü gizle\"],\"ySeBKv\":[\"Bu bileti zaten taradınız\"],\"ySxKZe\":[\"Bu kod kaç kez kullanılabilir?\"],\"yT6dQ8\":[\"Vergi türü ve etkinliğe göre gruplandırılmış toplanan vergi\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 bilet\"],\"yWiPh+\":[\"Vergi veya Ücret Ekle\"],\"yZfBoy\":[\"Mesajınız gönderildi\"],\"yhjU+j\":[\"Fatura İndiriliyor\"],\"yiy8Jt\":[\"Organizatör profiliniz oluşturuluyor, lütfen bekleyin\"],\"yj3N+g\":[\"Başlangıç tarihinden 1 gün sonra\"],\"yjkELF\":[\"Yeni Şifreyi Onayla\"],\"ylXj1N\":[\"Seçildi\"],\"ypJ62C\":[\"İndirim %\"],\"yxhYRZ\":[[\"0\"],\" <0>başarıyla check-out yaptı\"],\"yz7wBu\":[\"Kapat\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"Zamanlanmış saat gereklidir\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Genel merkezimizi resmi olarak İrlanda'ya taşıdık 🇮🇪. Bu geçişin bir parçası olarak, artık Stripe Kanada yerine Stripe İrlanda kullanıyoruz. Ödemelerinizin sorunsuz devam etmesi için Stripe hesabınızı yeniden bağlamanız gerekecek.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Rapor dışa aktarılamadı. Lütfen tekrar deneyin.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Seçim için ürün mevcut değil\"],\"zLmvhE\":[\"Katılımcı başarıyla oluşturuldu\"],\"zNECqg\":[\"bilet\"],\"zNZNMs\":[\"Mesajı görüntüle\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Bir seviye seçin\"],\"zPiC+q\":[\"Uygun Giriş Listeleri\"],\"zTkTF3\":[\"Şablon kaydedilemedi\"],\"zUDyah\":[\"Giriş yapılıyor\"],\"zWqUyJ\":[\"İşlem başına sabit ücret\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[[\"0\"],\" Şablonu Oluştur\"],\"zgCHnE\":[\"Günlük Satış Raporu\"],\"ziAjHi\":[\"Oluştur\"],\"zlHa5R\":[\"Bu siparişe katılımcı eklenmemiş.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Telefon\"],\"znIg+z\":[\"Ödeme\"],\"zpekWp\":[\"Satış başlıyor \",[\"0\"]],\"zppscQ\":[\"Hi.Events platform ücretleri ve işlem bazında KDV dökümü\"],\"zxnup4\":[\"Gösterilecek bağlı kuruluş yok\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Başarılı\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/tr.po b/frontend/src/locales/tr.po index ee81a4886..0d4eeb50a 100644 --- a/frontend/src/locales/tr.po +++ b/frontend/src/locales/tr.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Yayından Kaldırmak için Tıklayın" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "Henüz gösterilecek bir şey yok" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "Henüz gösterilecek bir şey yok" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(boş)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} zaten giriş yaptı" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>başarıyla check-in yaptı" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>başarıyla check-out yaptı" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} Aktif Webhook" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} mevcut" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} başarıyla oluşturuldu" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "{0} kaldı" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "{0} logosu" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} organizatör" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} bilet" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} başarıyla güncellendi" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} check-in yaptı" @@ -148,6 +169,7 @@ msgstr "<0>Bu ürün için mevcut ürün sayısı<1>Bu değer, bu ürünle i msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} mevcut kurdan" @@ -251,6 +273,11 @@ msgstr "Rezervasyon ücreti veya hizmet ücreti gibi bir ücret" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Ürün başına sabit miktar. Örn. ürün başına 0,50 $" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Çok satırlı metin girişi" @@ -300,7 +327,7 @@ msgstr "KDV veya ÖTV gibi standart vergi" msgid "Abandoned" msgstr "Terk edildi" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Hakkında" @@ -403,7 +430,8 @@ msgstr "Gerekli İşlem: KDV Bilgisi Gerekli" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "İşlemler" @@ -510,7 +538,7 @@ msgstr "Kademe ekle" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Takvime Ekle" @@ -660,7 +688,7 @@ msgstr "Tüm işler yeniden deneme için sıraya alındı" msgid "All Products" msgstr "Tüm Ürünler" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Tüm Durumlar" @@ -699,6 +727,7 @@ msgstr "Neredeyse tamam! Ödeme almaya başlamak için Stripe hesabınızı bağ msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "Neredeyse bitti! Ödemenizin işlenmesini bekliyoruz. Bu sadece birkaç saniye sürmelidir." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Zaten hesabınız var mı? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Harika, Etkinlik, Anahtar Kelimeler..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Miktar" @@ -734,6 +762,7 @@ msgstr "Miktar" msgid "Amount Paid" msgstr "Ödenen Tutar" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Ödenen miktar ({0})" @@ -762,6 +791,11 @@ msgstr "Beklenmeyen bir hata oluştu." msgid "An unexpected error occurred. Please try again." msgstr "Beklenmeyen bir hata oluştu. Lütfen tekrar deneyin." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Cevap başarıyla güncellendi." @@ -778,10 +812,11 @@ msgstr "Görünüm" msgid "Application Fees Configuration" msgstr "Uygulama Ücretleri Yapılandırması" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "uygulandı" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "{0} ürüne uygulanır" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "1 ürüne uygulanır" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Uygula" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Promosyon Kodunu Uygula" +#~ msgid "Apply Promo Code" +#~ msgstr "Promosyon Kodunu Uygula" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Bu organizatörü taslak yapmak istediğinizden emin misiniz? Bu, organi msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "Bu organizatörü herkese açık yapmak istediğinizden emin misiniz? Bu, organizatör sayfasını kamuya görünür yapacaktır" -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "Bu kişiye bir yer teklif etmek istediğinizden emin misiniz? E-posta bildirimi alacaklardır." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "Bu etkinliği yayınlamak istediğinizden emin misiniz? Yayınlandığında herkese görünür olacaktır." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "Bu organizatör profilini yayınlamak istediğinizden emin misiniz? Yayınlandığında herkese görünür olacaktır." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Bu kaydı bekleme listesinden kaldırmak istediğinizden emin misiniz?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "{0} adresine sipariş onayını tekrar göndermek istediğinizden emin misiniz?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "{0} adresine bileti tekrar göndermek istediğinizden emin misiniz?" @@ -909,11 +947,11 @@ msgstr "{0} adresine bileti tekrar göndermek istediğinizden emin misiniz?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "Bu etkinliği geri yüklemek istediğinizden emin misiniz? Taslak etkinlik olarak geri yüklenecektir." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "Bu etkinliği yayından kaldırmak istediğinizden emin misiniz? Artık herkese görünür olmayacaktır." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "Bu organizatör profilini yayından kaldırmak istediğinizden emin misiniz? Artık herkese görünür olmayacaktır." @@ -1101,7 +1139,7 @@ msgstr "Otomatik Boyutlandır" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "Otomatik teklif etkinleştirildi. Kapasite müsait olduğunda biletler otomatik olarak sunulur. Ek yerler için manuel olarak teklif vermek için bunu kullanın." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Bekleme listesini otomatik işle" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Arka plan rengine göre otomatik olarak algılanır, ancak geçersiz kılınabilir" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Kapasite oluştuğunda sıradaki kişiye otomatik olarak bilet teklif et" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Kapasite oluştuğunda sıradaki kişiye otomatik olarak bilet teklif et" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Raporlara Dön" msgid "Background Color" msgstr "Arkaplan Rengi" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Arkaplan Türü" @@ -1261,7 +1303,7 @@ msgstr "İşletme Adı" msgid "Button Label" msgstr "Düğme Etiketi" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Düğme Metni" @@ -1273,6 +1315,7 @@ msgstr "Alıcı öder" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "Alıcılar net bir fiyat görür. Platform ücreti ödemenizden düşülür." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Kampanya" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "İptal" @@ -1343,6 +1387,7 @@ msgstr "Siparişi iptal et" msgid "Cancel Order" msgstr "Siparişi İptal Et" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Sipariş {0}'ı İptal Et" @@ -1355,11 +1400,11 @@ msgstr "İptal etmek, bu siparişle ilişkili tüm katılımcıları iptal edece #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Hayır Kurumu" msgid "Check In" msgstr "Check-in Yap" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "{0} {1} check-in yap" @@ -1557,8 +1604,13 @@ msgstr "Çince (Geleneksel)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Arkaplanınız için bir renk seçin" +#~ msgid "Choose a color for your background" +#~ msgstr "Arkaplanınız için bir renk seçin" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Şehir" msgid "Clear Search Text" msgstr "Arama Metnini Temizle" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Kopyalamak için tıklayın" @@ -1600,15 +1656,15 @@ msgstr "Kopyalamak için tıklayın" msgid "Click to view notes" msgstr "Notları görüntülemek için tıklayın" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "kapat" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Kapat" @@ -1672,8 +1728,8 @@ msgstr "Bilet başına bilgi toplayın" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Renk" +#~ msgid "Color" +#~ msgstr "Renk" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Vergi ve ücretleri yapılandır" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Bu etkinlik için bekleme listesi ayarlarını yapılandırın" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Bu etkinlik için bekleme listesi ayarlarını yapılandırın" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Yapılandırılmış İndirim" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Onayla" @@ -1942,12 +1999,14 @@ msgstr "Stripe'a Bağlandı" msgid "Connection Details" msgstr "Bağlantı Detayları" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "İletişim" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "{0} ile İletişime Geç" @@ -1963,12 +2022,12 @@ msgstr "Destek için iletişim e-postası" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Devam Et" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Devam Butonu Metni" @@ -1982,7 +2041,7 @@ msgstr "Kuruluma devam et" msgid "Continue Setup" msgstr "Kuruluma Devam Et" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Ödemeye Devam Et" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Kapak" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Kapak Görseli" @@ -2110,10 +2171,12 @@ msgstr "Kapak görseli organizatör sayfanızın üstünde gösterilecektir" msgid "Create" msgstr "Oluştur" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "{0} Oluştur" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "{0} Şablonu Oluştur" @@ -2339,6 +2402,10 @@ msgstr "Özel Markalama" msgid "Custom date and time" msgstr "Özel tarih ve saat" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "Özel Harita URL'si" @@ -2415,7 +2482,7 @@ msgstr "Katılımcılarınızdan önemli bilgiler toplamak için ödeme sırası msgid "Customize the SEO settings for this event" msgstr "Bu etkinlik için SEO ayarlarını özelleştirin" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Devam düğmesinde gösterilen metni özelleştirin" @@ -2613,6 +2680,7 @@ msgstr "İndirim" msgid "Discount %" msgstr "İndirim %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "{0} cinsinden indirim" @@ -2621,7 +2689,7 @@ msgstr "{0} cinsinden indirim" msgid "Discount Type" msgstr "İndirim Türü" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Bu mesajı kapat" @@ -2704,10 +2772,16 @@ msgstr "Yüksek spam riski nedeniyle, e-posta şablonlarını değiştirmeden ö #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"Yüksek spam riski nedeniyle, katılımcılara mesaj göndermeden önce bir Stripe hesabı bağlamanız gerekir.\n" -"Bu, tüm etkinlik organizatörlerinin doğrulanmış ve sorumlu olmasını sağlamak içindir." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "Yüksek spam riski nedeniyle, katılımcılara mesaj göndermeden önce bir Stripe hesabı bağlamanız gerekir.\n" +#~ "Bu, tüm etkinlik organizatörlerinin doğrulanmış ve sorumlu olmasını sağlamak içindir." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Ürünü Çoğalt" msgid "Dutch" msgstr "Felemenkçe" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "ör. 180 (3 saat)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "örn., Bilet Al, Şimdi Kaydol" @@ -2768,11 +2842,14 @@ msgstr "Erken kuş" msgid "Edit" msgstr "Düzenle" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "{0} Düzenle" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "{0} Şablonunu Düzenle" @@ -2907,7 +2984,7 @@ msgstr "Uygun Giriş Listeleri" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Adınızı girin" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "Ülke kodu dahil KDV numaranızı boşluksuz girin (örn., TR1234567890, DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "Müşteriler tükenmiş ürünler için bekleme listesine katıldığında kayıtlar burada görünecektir." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Etkinlik ayarları" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Etkinlik durumu güncellenemedi. Lütfen daha sonra tekrar deneyin" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "İstisna" msgid "Expiration date" msgstr "Son kullanım tarihi" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Süresi dolmuş" @@ -3566,7 +3643,7 @@ msgstr "Alıcılar yüklenemedi" msgid "Failed to load Webhook" msgstr "Webhook yüklenemedi" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Yer teklif edilemedi" @@ -3574,6 +3651,10 @@ msgstr "Yer teklif edilemedi" msgid "Failed to offer tickets" msgstr "Bilet teklifi başarısız oldu" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Sorular yeniden sıralanamadı" @@ -3778,7 +3859,7 @@ msgstr "Ad" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Ad" msgid "First Name" msgstr "Ad" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "Şifrenizi mi unuttunuz?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Ücretsiz" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "Almanca" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Yol Tarifi Al" +#~ msgid "Get Directions" +#~ msgstr "Yol Tarifi Al" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Stripe Connect üzerinden anında ödeme alın" msgid "Get started" msgstr "Başlayın" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Bilet Al" @@ -3987,10 +4068,11 @@ msgstr "Misafir yönetimi" msgid "Guests" msgstr "Misafirler" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Promosyon kodunuz var mı?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Merhaba {0}, platformunuzu buradan yönetin." @@ -4020,6 +4102,7 @@ msgstr "Bağlı kuruluş bağlantınız burada" msgid "Here's what to expect:" msgstr "Neleri beklemelisiniz:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Merhaba {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Halk görünümünden gizli" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "Gizli sorular yalnızca etkinlik organizatörü tarafından görülebilir, müşteri tarafından görülemez." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Gizle" @@ -4134,8 +4216,8 @@ msgstr "Ana Sayfa Tasarımı" msgid "Homepage Designer" msgstr "Ana Sayfa Tasarımcısı" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Ana Sayfa Önizlemesi" @@ -4144,7 +4226,7 @@ msgstr "Ana Sayfa Önizlemesi" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "Bir müşterinin teklif aldıktan sonra satın almayı tamamlaması gereken süre. Zaman aşımı olmaması için boş bırakın." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Macarca" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Bu etkinlikle ilgili e-posta bildirimleri almayı kabul ediyorum" @@ -4193,7 +4275,7 @@ msgstr "<0>Şartlar ve koşulları kabul ediyorum" msgid "I confirm this is a transactional message related to this event" msgstr "Bunun bu etkinlikle ilgili işlemsel bir mesaj olduğunu onaylıyorum" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "Yeni bir sekme otomatik olarak açılmadıysa, ödemeye devam etmek için lütfen aşağıdaki düğmeyi tıklayın." @@ -4299,6 +4381,7 @@ msgstr "Çevrimiçi etkinliğiniz için bağlantı detaylarını ekleyin. Bu det msgid "Include tax and fees in the price" msgstr "Fiyata vergi ve ücretleri dahil et" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "{0} ürün içerir" @@ -4477,21 +4560,25 @@ msgstr "John" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Her yerden katılın" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Bekleme listesine katıl" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "{0} için bekleme listesine katıl" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "{0} için bekleme listesine katıl" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" + +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Katıldı" @@ -4503,6 +4590,7 @@ msgstr "Stripe hesabınızı yeniden bağlamak için aşağıdaki düğmeye tık msgid "Just looking for your tickets?" msgstr "Sadece biletlerinizi mi arıyorsunuz?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "{0} adresinden haberler ve etkinlikler hakkında beni bilgilendirin" @@ -4574,7 +4662,7 @@ msgstr "Soyad" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Yükleniyor..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Biletleri yönet" msgid "Manage your account details and default settings" msgstr "Hesap bilgilerinizi ve varsayılan ayarlarını yönetin" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Ödeme işlemenizi yönetin ve platform ücretlerini görüntüleyin" @@ -4897,6 +4989,10 @@ msgstr "Mesajlaşma Seviyesi" msgid "Messaging tier updated successfully" msgstr "Mesajlaşma seviyesi başarıyla güncellendi" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Sipariş Başına Minimum" @@ -4905,7 +5001,7 @@ msgstr "Sipariş Başına Minimum" msgid "Minimum Price" msgstr "Minimum Fiyat" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "dakika" @@ -4949,6 +5045,10 @@ msgstr "Çoklu fiyat seçenekleri. Erken kayıt ürünleri vb. için mükemmel." msgid "Music" msgstr "Müzik" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "KDV ayarları yapılandırılmamış" msgid "No viewed events in the last 14 days" msgstr "Son 14 günde görüntülenen etkinlik yok" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Bekleme listesi kaydı yok" @@ -5369,27 +5469,27 @@ msgstr "Numara Öneki" msgid "of" msgstr "/" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Teklif Et" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Yer Teklif Et" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Bilet teklif et" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Teklif zaman aşımı" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Teklif edildi" @@ -5444,6 +5544,7 @@ msgstr "Çevrimdışı Ödemeler Ayarları" msgid "On Sale" msgstr "Satışta" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "{0} satışta" @@ -5474,7 +5575,7 @@ msgstr "Devam Eden" msgid "Online" msgstr "Çevrimiçi" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Çevrimiçi Etkinlik" @@ -5791,7 +5892,6 @@ msgstr "Organizasyon Adı" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Organizatör Ayarları" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Seçilen para birimi için organizatör istatistikleri mevcut değil veya bir hata oluştu." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Organizatör durum güncellemesi başarısız oldu. Lütfen daha sonra tekrar deneyin" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Organizatör durumu güncellendi" @@ -5931,6 +6031,7 @@ msgstr "Kısmi iade" msgid "Partially Refunded" msgstr "Kısmen İade Edildi" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Kısmen iade edildi: {0}" @@ -6173,6 +6274,7 @@ msgstr "Bir etkinlik mi planlıyorsunuz?" msgid "Platform fee" msgstr "Platform ücreti" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Ödemenizden {0} platform ücreti düşülür" @@ -6215,7 +6317,7 @@ msgstr "Lütfen e-postanızın geçerli olduğunu kontrol edin" msgid "Please check your email to confirm your email address" msgstr "E-posta adresinizi onaylamak için lütfen e-postanızı kontrol edin" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Lütfen yeni sekmede devam edin" @@ -6227,7 +6329,7 @@ msgstr "Lütfen bir ürün oluşturun" msgid "Please create a ticket" msgstr "Lütfen bir bilet oluşturun" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Lütfen geçerli bir e-posta adresi girin" @@ -6271,7 +6373,7 @@ msgstr "Lütfen bir tarih aralığı seçin" msgid "Please select an image." msgstr "Lütfen bir görsel seçin." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Lütfen en az bir ürün seçin" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Ödeme Sonrası Mesajı" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Tarafından desteklenmektedir" @@ -6335,6 +6438,11 @@ msgstr "Tarafından desteklenmektedir" msgid "Pre Checkout message" msgstr "Ödeme öncesi mesaj" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Birden fazla bilet türünde stok paylaşarak aşırı satışı önleyin." @@ -6408,7 +6516,7 @@ msgstr "Biletleri Yazdır" msgid "Print to PDF" msgstr "PDF'ye Yazdır" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Gizlilik Politikası" @@ -6424,7 +6532,7 @@ msgstr "Sipariş işleniyor" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Profil" msgid "Profile updated successfully" msgstr "Profil başarıyla güncellendi" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Promosyon {promo_code} kodu uygulandı" @@ -6555,12 +6663,18 @@ msgstr "Promosyon e-postaları hesap askıya alınmasına neden olabilir" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." +" and conditions, guidelines, or any important information that attendees need to know before answering." msgstr "" -"Bu soru için ek bağlam veya talimatlar sağlayın. Bu alanı şartlar\n" -"ve koşullar, yönergeler veya katılımcıların cevaplamadan önce bilmeleri gereken önemli bilgileri eklemek için kullanın." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "" +#~ "Bu soru için ek bağlam veya talimatlar sağlayın. Bu alanı şartlar\n" +#~ "ve koşullar, yönergeler veya katılımcıların cevaplamadan önce bilmeleri gereken önemli bilgileri eklemek için kullanın." + +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Yayınla" @@ -6569,8 +6683,8 @@ msgid "Publish Event" msgstr "Etkinliği Yayınla" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Satın Alındı" @@ -6637,7 +6751,7 @@ msgstr "Oran" msgid "Rate limit exceeded. Please try again later." msgstr "Hız sınırı aşıldı. Lütfen daha sonra tekrar deneyin." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Yeri Yeniden Teklif Et" @@ -6649,6 +6763,7 @@ msgstr "Yükseltmeye hazır mısınız? Bu sadece birkaç dakika sürer." msgid "Real-Time Analytics" msgstr "Gerçek Zamanlı Analitik" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6727,6 +6842,7 @@ msgstr "İade Başarısız" msgid "Refund order" msgstr "Siparişi iade et" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Siparişi İade Et {0}" @@ -6751,6 +6867,7 @@ msgstr "İade Durumu" msgid "Refunded" msgstr "İade Edildi" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "İade edildi: {0}" @@ -6768,6 +6885,10 @@ msgstr "Bölgesel Ayarlar" msgid "Register" msgstr "Kayıt Ol" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6777,13 +6898,14 @@ msgstr "Kayıt soruları" msgid "Remaining Uses" msgstr "Kalan Kullanım" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "kaldır" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Kaldır" @@ -6916,7 +7038,7 @@ msgstr "Gelir Özeti" msgid "Revoke invitation" msgstr "Daveti iptal et" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6931,10 +7053,12 @@ msgstr "Rol" msgid "Sale End Date" msgstr "Satış Bitiş Tarihi" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Satış sona erdi {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Satış bitiyor {0}" @@ -6957,6 +7081,7 @@ msgstr "Satış dönemi, sipariş limitleri, görünürlük" msgid "Sale Start Date" msgstr "Satış Başlangıç Tarihi" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Satış başlıyor {0}" @@ -7010,7 +7135,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7023,8 +7148,8 @@ msgstr "Kaydet" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Değişiklikleri Kaydet" @@ -7105,7 +7230,7 @@ msgstr "Etkinlik başlığı veya organizatöre göre ara..." msgid "Search by job name or exception..." msgstr "İş adı veya istisnaya göre ara..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "İsim veya e-posta ile ara..." @@ -7165,6 +7290,7 @@ msgstr "İkincil Metin Rengi" msgid "Secure Checkout" msgstr "Güvenli Ödeme" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7480,7 +7606,7 @@ msgid "Setup & Design" msgstr "Kurulum ve Tasarım" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7509,6 +7635,7 @@ msgstr "Organizatör Sayfasını Paylaş" msgid "Shared Capacity Management" msgstr "Paylaşımlı Kapasite Yönetimi" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Tüm platformları göster ({0} değerli daha fazla)" @@ -7529,8 +7656,7 @@ msgstr "Pazarlama onay kutusunu göster" msgid "Show marketing opt-in checkbox by default" msgstr "Varsayılan olarak pazarlama onay kutusunu göster" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Daha fazla göster" @@ -7542,6 +7668,7 @@ msgstr "Daha fazla platform göster" msgid "Show tax and fees separately" msgstr "Vergi ve ücretleri ayrı göster" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "{totalRows} kayıttan {0} tanesi gösteriliyor" @@ -7607,13 +7734,18 @@ msgid "Sold out" msgstr "Tükendi" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Tükendi" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Tükenmiş Bekleme Listesi" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Tükenmiş Bekleme Listesi" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7639,7 +7771,7 @@ msgstr "Bir şeyler yanlış gitti! Lütfen tekrar deneyin" msgid "Something went wrong." msgstr "Bir şeyler yanlış gitti." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Bir şeyler ters gitti. Lütfen daha sonra tekrar deneyin." @@ -7656,7 +7788,7 @@ msgstr "Bir şeyler yanlış gitti. Lütfen tekrar deneyin." msgid "Sorry for the inconvenience." msgstr "Rahatsızlık için özür dileriz." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Üzgünüz, bu promosyon kodu tanınmıyor" @@ -7721,7 +7853,7 @@ msgstr "İstatistikler hesap oluşturma tarihine göre hesaplanır" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7804,11 +7936,13 @@ msgstr "Ara Toplam" msgid "Success" msgstr "Başarılı" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Başarılı! {0} kısa süre içinde bir e-posta alacak." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "Katılımcı başarıyla {0}" @@ -7842,7 +7976,7 @@ msgstr "Soru Başarıyla Oluşturuldu" msgid "Successfully Duplicated Product" msgstr "Ürün Başarıyla Çoğaltıldı" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Yer başarıyla teklif edildi" @@ -7854,7 +7988,7 @@ msgstr "{count} kişiye başarıyla bilet teklif edildi" msgid "Successfully offered tickets to 1 person" msgstr "1 kişiye başarıyla bilet teklif edildi" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Bekleme listesinden başarıyla kaldırıldı" @@ -7924,8 +8058,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Platform ücreti ayarları başarıyla güncellendi" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Ürün başarıyla güncellendi" +#~ msgid "Successfully updated product" +#~ msgstr "Ürün başarıyla güncellendi" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7961,6 +8099,7 @@ msgstr "Süit 100" msgid "Summary" msgstr "Özet" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8103,7 +8242,7 @@ msgstr "Şablon başarıyla silindi" msgid "Template saved successfully" msgstr "Şablon başarıyla kaydedildi" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Hizmet Koşulları" @@ -8120,8 +8259,8 @@ msgstr "Katıldığınız için teşekkürler!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Hi.Events'i büyütmeye ve geliştirmeye devam ederken desteğiniz için teşekkürler!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Bu promosyon kodu geçersiz" @@ -8194,9 +8333,15 @@ msgstr "Tıkladığınız bağlantı geçersiz." msgid "The locale of the customer" msgstr "Müşterinin dili" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "{0} için maksimum ürün sayısı {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "{0} için maksimum ürün sayısı {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8254,11 +8399,11 @@ msgstr "Tiyatro" msgid "Theme & Colors" msgstr "Tema ve Renkler" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Bu etkinlik için mevcut ürün yok" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Bu kategoride mevcut ürün yok" @@ -8334,11 +8479,11 @@ msgstr "Bu kod satışları izlemek için kullanılacaktır. Yalnızca harfler, msgid "This color combination may be hard to read for some users" msgstr "Bu renk kombinasyonu bazı kullanıcılar için okunması zor olabilir" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Bu etkinlik sona erdi" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Bu etkinlik henüz yayınlanmadı" @@ -8414,7 +8559,11 @@ msgstr "Bu sipariş terk edildi. İstediğiniz zaman yeni bir sipariş başlatab msgid "This order was cancelled. You can start a new order anytime." msgstr "Bu sipariş iptal edildi. İstediğiniz zaman yeni bir sipariş başlatabilirsiniz." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Bu organizatör profili henüz yayınlanmadı" @@ -8584,7 +8733,7 @@ msgstr "Biletler" msgid "Tickets & Products" msgstr "Biletler ve Ürünler" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Mevcut Biletler" @@ -8596,6 +8745,7 @@ msgstr "Biletler" msgid "Tickets Sold" msgstr "Satılan Biletler" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Seviye {0}" @@ -8817,7 +8967,7 @@ msgstr "Katılımcı check-out'u yapılamadı" msgid "Unable to create product. Please check the your details" msgstr "Ürün oluşturulamadı. Lütfen bilgilerinizi kontrol edin" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Ürün oluşturulamadı. Lütfen bilgilerinizi kontrol edin" @@ -8833,7 +8983,7 @@ msgstr "Ürün çoğaltılamıyor. Lütfen bilgilerinizi kontrol edin" msgid "Unable to fetch attendee" msgstr "Katılımcı getirilemedi" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Bekleme listesine katılınamadı" @@ -8881,7 +9031,7 @@ msgstr "Bilinmeyen Katılımcı" msgid "Unlimited" msgstr "Sınırsız" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Sınırsız mevcut" @@ -8913,6 +9063,7 @@ msgstr "Yaklaşan" msgid "Upcoming Events" msgstr "Yaklaşan Etkinlikler" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "{0} Güncelle" @@ -8990,15 +9141,15 @@ msgstr "USB/HID Tarayıcı" msgid "Use <0>Liquid templating to personalize your emails" msgstr "E-postalarınızı kişiselleştirmek için <0>Liquid şablonunu kullanın" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Kapak resminin bulanıklaştırılmış halini arkaplan olarak kullan" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Kapak resmini kullan" +#~ msgid "Use cover image" +#~ msgstr "Kapak resmini kullan" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9227,7 +9378,7 @@ msgstr "Etkinlik sayfasını görüntüle" msgid "View logs" msgstr "Günlükleri görüntüle" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Haritayı Görüntüle" @@ -9235,7 +9386,7 @@ msgstr "Haritayı Görüntüle" msgid "View Message" msgstr "Mesajı görüntüle" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Google Haritalar'da görüntüle" @@ -9295,9 +9446,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Bekliyor" @@ -9308,7 +9459,7 @@ msgstr "Ödeme bekleniyor" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Bekleme listesi" @@ -9332,6 +9483,7 @@ msgstr "Kategoriyi silemedik. Lütfen tekrar deneyin." msgid "We couldn't find any orders associated with this email address." msgstr "Bu e-posta adresiyle ilişkili herhangi bir sipariş bulamadık." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "{0} ile eşleşen herhangi bir bilet bulamadık" @@ -9382,8 +9534,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "Birden fazla denemeden sonra KDV numaranızı doğrulayamadık. Arka planda denemeye devam edeceğiz. Lütfen daha sonra tekrar kontrol edin." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "{0} için yer açıldığında sizi e-posta ile bilgilendireceğiz." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "{0} için yer açıldığında sizi e-posta ile bilgilendireceğiz." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9455,14 +9611,18 @@ msgstr "Hoş geldiniz! Devam etmek için lütfen giriş yapın." msgid "Welcome back" msgstr "Tekrar hoş geldiniz" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Tekrar hoş geldin{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "{0}'e Hoş Geldiniz, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "{0}'e hoş geldiniz, işte tüm etkinliklerinizin listesi" @@ -9531,9 +9691,16 @@ msgstr "Bir ürün silindiğinde" msgid "When a product is updated" msgstr "Bir ürün güncellendiğinde" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Bir ürün tükendiğinde, müşteriler yer açıldığında bildirim almak için bekleme listesine katılabilir." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Bir ürün tükendiğinde, müşteriler yer açıldığında bildirim almak için bekleme listesine katılabilir." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9633,7 +9800,7 @@ msgstr "Çalışıyor" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9678,14 +9845,19 @@ msgstr "Evet, kaldır" msgid "You already scanned this ticket" msgstr "Bu bileti zaten taradınız" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "E-postanızı <0>{0} olarak değiştiriyorsunuz." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "<0>{0} ({1}) rolünü üstleniyorsunuz" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "Kısmi iade yapıyorsunuz. Müşteriye {0} {1} iade edilecek." @@ -9756,7 +9928,7 @@ msgstr "Ücretsiz Bir Ürüne eklenen vergiler ve ücretleriniz var. Bunları ka msgid "You must acknowledge that this email is not promotional" msgstr "Bu e-postanın tanıtım amaçlı olmadığını kabul etmelisiniz" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Mesaj almayı kabul etmelisiniz" @@ -9812,11 +9984,12 @@ msgstr "Başlamak için en az bir ürüne ihtiyacınız var. Ücretsiz, ücretli msgid "You're all set! Your payments are being processed smoothly." msgstr "Her şey hazır! Ödemeleriniz sorunsuz bir şekilde işleniyor." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "{0}'e gidiyorsunuz!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Bekleme listesine eklendi!" @@ -9864,6 +10037,7 @@ msgstr "Bilgileriniz" msgid "Your Email" msgstr "E-postanız" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "<0>{0} adresine e-posta değişiklik talebiniz beklemede. Onaylamak için lütfen e-postanızı kontrol edin" diff --git a/frontend/src/locales/vi.js b/frontend/src/locales/vi.js index 986a85c05..5d456e462 100644 --- a/frontend/src/locales/vi.js +++ b/frontend/src/locales/vi.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'không có gì để hiển thị'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in thành công\"],\"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\":\"Thiết lập sự kiện của bạn\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎟️ Tùy chỉnh trang sự kiện của bạn\",\"3VPPdS\":\"💳 Kết nối với Stripe\",\"cjdktw\":\"🚀 Đặt sự kiện của bạn công khai\",\"rmelwV\":\"0 phút và 0 giây\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Phố chính\",\"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\":\"Áp dụng mã khuyến mãi\",\"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\":\"Bạn có chắc mình muốn công khai sự kiện này không? \",\"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\":\"Ghi chú của người tham dự\",\"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\":\"Quyền sử dụng máy ảnh đã bị từ chối. Hãy <0>Yêu cầu cấp quyền lần nữa hoặc nếu không được, bạn sẽ cần <1>cấp cho trang này quyền truy cập vào máy ảnh trong cài đặt trình duyệt của bạn.\",\"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\":\"Không thể 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\":\"Kết nối tài khoản Stripe của bạn để bắt đầu nhận thanh toán.\",\"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\":\"Tiếp tục thiết lập\",\"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\":\"Tùy chỉnh trang sự kiện của bạn để phù hợp với thương hiệu và phong cách của bạn.\",\"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\":\"Sản phẩm quyên góp / Trả số tiền bạn muốn\",\"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\":\"đèn Flash không khả dụng trên thiết bị này\",\"UNMVei\":\"Quên mật khẩu?\",\"2POOFK\":\"Miễn phí\",\"P/OAYJ\":\"Sản phẩm miễn phí\",\"vAbVy9\":\"Sản phẩm miễn phí, không cần thông tin thanh toán\",\"nLC6tu\":\"Tiếng Pháp\",\"Weq9zb\":\"Chung\",\"DDcvSo\":\"Tiếng Đức\",\"4GLxhy\":\"Bắt đầu\",\"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\":\"ẩn trang bắt đầu\",\"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\":\"ẩn trang bắt đầu từ thanh bên\",\"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\":\"Nhiều tùy chọn giá. Hoàn hảo cho sản phẩm giảm giá sớm, v.v.\",\"/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\":\"Không có người tham dự đã được thêm vào đơn hàng này.\",\"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\":\"Không có sản phẩm liên quan đến người tham dự này.\",\"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\":\"Không có câu hỏi nào được trả lời bởi người tham dự này.\",\"SnlQeq\":\"Không có câu hỏi nào được hỏi cho đơn hàng này.\",\"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\":\"Khi bạn đã sẵn sàng, hãy đặt sự kiện của bạn trực tiếp và bắt đầu bán sản phẩm.\",\"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\":\"Ghi chú đơn hàng\",\"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\":\"Sản phẩm trả phí\",\"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\":\"Loại giá\",\"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 thêm ngữ cảnh hoặc hướng dẫn cho câu hỏi này. Sử dụng trường này để thêm các đ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\":\"Tìm kiếm theo tên, mã đơn hàng #, người tham dự, hoặc 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\":\"Chọn máy ảnh\",\"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\":\"Đặt giá tối thiểu và cho phép người dùng thanh toán nhiều hơn nếu họ chọn\",\"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\":\"Thiết lập sự kiện của bạn\",\"A8iqfq\":\"Đặt sự kiện của bạn trực tiếp\",\"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\":\"Sản phẩm tiêu chuẩn với giá cố định\",\"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\":\"Phòng 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\":\"Những chi tiết này sẽ chỉ được hiển thị nếu đơn hàng được hoàn thành thành công. Đơn hàng chờ thanh toán sẽ không hiển thị tin nhắn này.\",\"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\":\"Đây là một sản phẩm chung, như áo phông hoặc cốc. Không có vé nào được phát hành\",\"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\":\"Sản phẩm này là vé. Người mua sẽ nhận được vé sau khi mua\",\"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\":\"Sản phẩm cấp bậc\",\"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\":\"Title\",\"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\":\"Xem\",\"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\":\"Tầm nhìn\",\"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\":\"Bạn đã quét vé này rồi\",\"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)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" đã check-in\"],\"S4PqS9\":[[\"0\"],\" Webhook đang hoạt động\"],\"6MIiOI\":[\"Còn \",[\"0\"]],\"COnw8D\":[\"Logo \",[\"0\"]],\"B7pZfX\":[[\"0\"],\" nhà tổ chức\"],\"/HkCs4\":[[\"0\"],\" vé\"],\"TjbIUI\":[[\"availableCount\"],\" trong số \",[\"totalCount\"],\" có sẵn\"],\"OJnhhX\":[[\"EventCount\"],\" Sự kiện\"],\"3IEF7U\":[[\"totalCount\"],\" loại vé\"],\"zGiMDM\":\"+1 234 567 890\",\"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.\",\"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\"],\"fAv9QG\":\"🎟️ Thêm vé\",\"M2DyLc\":\"1 Webhook đang hoạt động\",\"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é\",\"cGtUz6\":\"1 tuần trước sự kiện\",\"HR/cvw\":\"123 Đường Mẫu\",\"kMU5aM\":\"Thông báo hủy đã được gửi đến\",\"V53XzQ\":\"Mã xác thực mới đã được gửi đến email của bạn\",\"/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.\",\"aS0jtz\":\"Đã bỏ\",\"uyJsf6\":\"Thông tin sự kiện\",\"WTk/ke\":\"Giới thiệu về Stripe Connect\",\"JvuLls\":\"Hấp thụ phí\",\"lk74+I\":\"Hấp thụ phí\",\"1uJlG9\":\"Màu nhấn\",\"K5+3xg\":\"Chấp nhận lời mời\",\"VTfZPy\":\"Truy cập bị từ chối\",\"iN5Cz3\":\"Tài khoản đã được kết nối!\",\"YP4JuP\":\"Cấu hình tài khoản đã được cập nhật thành công\",\"vOuxvL\":\"Thông tin tài khoản\",\"EHNORh\":\"Không tìm thấy tài khoản\",\"bPwFdf\":\"Tài Khoản\",\"nMtNd+\":\"Cần hành động: Kết nối lại tài khoản Stripe của bạn\",\"AhwTa1\":\"Cần hành động: Cần thông tin VAT\",\"APyAR/\":\"Sự kiện hoạt động\",\"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\",\"a5KFZU\":\"Thêm chi tiết sự kiện và quản lý cài đặt sự kiện.\",\"Fb+SDI\":\"Thêm nhiều vé hơn\",\"7JF9w9\":\"Thêm câu hỏi\",\"6PNlRV\":\"Thêm sự kiện này vào lịch của bạn\",\"BGD9Yt\":\"Thêm vé\",\"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.\",\"bVjDs9\":\"Phí bổ sung\",\"0Zypnp\":\"Bảng Điều Khiển Quản Trị\",\"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\",\"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.\",\"7rLTkE\":\"Tất cả sự kiện đã lưu trữ\",\"gKq1fa\":\"Tất cả người tham dự\",\"pMLul+\":\"Tất cả tiền tệ\",\"qlaZuT\":\"Hoàn thành! Bây giờ bạn đang sử dụng hệ thống thanh toán nâng cấp của chúng tôi.\",\"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\",\"Sxm1lO\":\"Tất cả trạng thái\",\"dr7CWq\":\"Tất cả sự kiện sắp diễn ra\",\"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.\",\"F3mW5G\":\"Cho phép khách hàng tham gia danh sách chờ khi sản phẩm này đã hết\",\"QUg5y1\":\"Gần xong rồi! Hoàn thành kết nối tài khoản Stripe để bắt đầu nhận thanh toán.\",\"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\"],\"\"],\"/H326L\":\"Đã hoàn tiền\",\"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\",\"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.\",\"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\\\"\",\"QNrkms\":\"Câu trả lời đã được cập nhật thành công.\",\"Znwxal\":\"Cấu hình phí ứng dụng\",\"261RBr\":\"Phê duyệt tin nhắn\",\"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.\",\"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ó.\",\"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.\",\"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\"],\"?\"],\"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.\",\"QGoXh3\":\"Vì doanh nghiệp của bạn có trụ sở tại EU, chúng tôi cần xác định cách xử lý VAT chính xác cho phí nền tảng:\",\"tMeVa/\":\"Yêu cầu tên và email cho mỗi vé được mua\",\"/JdZIP\":\"Cấu hình được chỉ định\",\"xdiER7\":\"Cấp độ được gán\",\"F2rX0R\":\"Ít nhất một loại sự kiện phải được chọn\",\"BCmibk\":\"Lần thử\",\"6PecK3\":\"Tỷ lệ tham dự và check-in cho tất cả sự kiện\",\"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\",\"0R3Y+9\":\"Email người tham dự\",\"94aQMU\":\"Thông tin người tham dự\",\"KkrBiR\":\"Thu thập thông tin người tham dự\",\"av+gjP\":\"Tên 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\",\"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ổ\",\"OpCtfq\":\"Tự động cung cấp đã được bật. Vé sẽ được tự động cung cấp khi có chỗ trống. Sử dụng chức năng này để cung cấp thêm chỗ thủ công.\",\"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 đè\",\"8Etqrl\":\"Tự động cung cấp vé cho người tiếp theo khi có chỗ trống\",\"csDS2L\":\"Còn chỗ\",\"clF06r\":\"Có thể hoàn tiền\",\"NB5+UG\":\"Token có sẵn\",\"EmYMHc\":\"Chờ thanh toán ngoại tuyế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\",\"jIPNJG\":\"Thông tin cơ bản\",\"WOpH7O\":\"Trải nghiệm thanh toán tuyệt đẹp trên mọi thiết bị\",\"iMdwTb\":\"Trước khi sự kiện của bạn có thể phát trực tiếp, bạn cần thực hiện một vài việc. Hoàn thành tất cả các bước dưới đây để bắt đầu.\",\"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.\",\"9N+p+g\":\"Kinh doanh\",\"7ns+do\":\"Địa chỉ doanh nghiệp\",\"LeC29u\":\"Địa chỉ doanh nghiệp cho mục đích VAT\",\"RReHTu\":\"Tên doanh nghiệp\",\"bv6RXK\":\"Nhãn nút\",\"ChDLlO\":\"Văn bản nút\",\"BUe8Wj\":\"Người mua trả\",\"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.\",\"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\"],\"\"],\"lFdbRS\":\"Bỏ qua phí ứng dụng\",\"2VLZwd\":\"Nút hành động\",\"PUpvQe\":\"Máy quét camera\",\"D02dD9\":\"Chiến dịch\",\"H4nE+E\":\"Hủy tất cả sản phẩm và trả lại pool có sẵn\",\"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.\",\"IrUqjC\":\"Không thể check-in (Đã hủy)\",\"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\",\"K7tIrx\":\"Danh mục\",\"2tbLdK\":\"Từ thiện\",\"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.\",\"udRwQs\":\"Check-in đã được tạo\",\"F4SRy3\":\"Check-in đã bị xóa\",\"9gPPUY\":\"Danh sách Check-In Đã Tạo!\",\"f2vU9t\":\"Danh sách check-in\",\"tMNBEF\":\"Danh sách check-in cho phép bạn kiểm soát lối vào theo ngày, khu vực hoặc loại vé. Bạn có thể 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.\",\"SHJwyq\":\"Tỷ lệ check-in\",\"qCqdg6\":\"Trạng thái đăng ký\",\"cKj6OE\":\"Tóm tắt Check-in\",\"7B5M35\":\"Check-In\",\"DM4gBB\":\"Tiếng Trung (Phồn thể)\",\"pkk46Q\":\"Chọn một nhà tổ chức\",\"Crr3pG\":\"Chọn lịch\",\"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.\",\"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\",\"7D9MJz\":\"Hoàn tất thiết lập Stripe\",\"OqEV/G\":\"Hoàn thành thiết lập bên dưới để tiếp tục\",\"nqx+6h\":\"Hoàn thành các bước này để bắt đầu bán vé cho sự kiện của bạn.\",\"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ị\",\"B5fpAA\":\"Cấu hình đã được chỉ định thành công\",\"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í\",\"Nbd6WT\":\"Cấu hình cài đặt danh sách chờ cho sự kiện này\",\"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\",\"o5A0Go\":\"Chúc mừng bạn đã tạo sự kiện thành công!\",\"x3wVFc\":\"Chúc mừng! Sự kiện của bạn hiện đã hiển thị công khai.\",\"WNnP3w\":\"Kết nối và nâng cấp\",\"Xe2tSS\":\"Tài liệu kết nối\",\"1Xxb9f\":\"Kết nối xử lý 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\",\"EWnXR+\":\"Kết nối với Stripe\",\"VioGG1\":\"Kết nối tài khoản Stripe để chấp nhận thanh toán cho vé và sản phẩm.\",\"4qmnU8\":\"Kết nối tài khoản Stripe để nhận thanh toán.\",\"E1eze1\":\"Kết nối tài khoản Stripe để bắt đầu nhận thanh toán cho sự kiện của bạn.\",\"ulV1ju\":\"Kết nối tài khoản Stripe để bắt đầu nhận thanh toán.\",\"/3017M\":\"Đã kết nối với Stripe\",\"jfC/xh\":\"Liên hệ\",\"LOFgda\":[\"Liên hệ \",[\"0\"]],\"41BQ3k\":\"Email liên hệ\",\"KcXRN+\":\"Email liên hệ hỗ trợ\",\"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\",\"p2FRHj\":\"Kiểm soát cách xử lý phí nền tảng cho sự kiện này\",\"1JnTgU\":\"Đã sao chép từ trên\",\"FxVG/l\":\"Đã sao chép vào clipboard\",\"PiH3UR\":\"Đã sao chép!\",\"uUPbPg\":\"Sao chép liên kết đối tác\",\"iVm46+\":\"Sao chép mã\",\"+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\",\"P0rbCt\":\"Ả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\",\"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.\",\"yIRev4\":\"Tạo mật khẩu\",\"xfKgwv\":\"Tạo đối tác\",\"tudG8q\":\"Tạo và cấu hình vé và hàng hóa để bán.\",\"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\",\"Nc3l/D\":\"Tạo giảm giá, mã truy cập cho vé ẩn và ưu đãi đặc biệt.\",\"eWEV9G\":\"Tạo mật khẩu mới\",\"8AiKIu\":\"Tạo vé hoặc sản phẩm\",\"agZ87r\":\"Tạo vé cho sự kiện của bạn, đặt giá và quản lý số lượng có sẵn.\",\"/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\",\"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\",\"BMtue0\":\"Bộ xử lý thanh toán hiện tại\",\"T+1APV\":\"Số VAT hiện tại đã được xác thực\",\"v2GlhZ\":\"Xác thực số VAT hiện tại không thành công\",\"iTvh6I\":\"Hiện có sẵn để mua\",\"g7HIC0\":\"Thương hiệu tùy chỉnh\",\"Guo0lU\":\"Ngày và giờ tùy chỉnh\",\"mimF6c\":\"Tin nhắn tùy chỉnh sau thanh toán\",\"O6mra8\":\"Câu hỏi tùy chỉnh\",\"axv/Mi\":\"Mẫu tùy chỉnh\",\"QMHSMS\":\"Khách hàng sẽ nhận email xác nhận hoàn tiền\",\"L/Qc+w\":\"Địa chỉ email khách hàng\",\"wpfWhJ\":\"Tên khách hàng\",\"GIoqtA\":\"Họ khách hàng\",\"NihQNk\":\"Khách hàng\",\"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\",\"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\",\"/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í\",\"pvnfJD\":\"Tối\",\"nE5o/t\":\"Quyền sở hữu dữ liệu\",\"lnYE59\":\"Ngày của sự kiện\",\"gnBreG\":\"Ngày đặt đơn hàng\",\"ovBPCi\":\"Mặc định\",\"JtI4vj\":\"Thu thập thông tin người tham dự mặc định\",\"3R/Tu2\":\"Xử lý phí mặc định\",\"1bZAZA\":\"Mẫu mặc định sẽ được sử dụng\",\"vu7gDm\":\"Xóa đối tác\",\"KZN4Lc\":\"Xóa tất cả\",\"+jw/c1\":\"Xóa ảnh\",\"hdyeZ0\":\"Xóa công việc\",\"dPyJ15\":\"Xóa mẫu\",\"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\",\"vYgeDk\":\"Bỏ chọn tất cả\",\"NvuEhl\":\"Các yếu tố thiết kế\",\"H8kMHT\":\"Không nhận được mã?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"Bỏ qua thông báo này\",\"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.\",\"TvY/XA\":\"Tài liệu\",\"Kdpf90\":\"Đừng quên!\",\"352VU2\":\"Chưa có tài khoản? <0>Đăng ký\",\"AXXqG+\":\"Quyên góp\",\"DPfwMq\":\"Xong\",\"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 rủi ro 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 đến người tham dự.\\nĐiều này để đảm bảo rằng tất cả các tổ chức sự kiện đều được xác minh và chịu trách nhiệm.\",\"euc6Ns\":\"Nhân đôi\",\"KRmTkx\":\"Nhân bản sản phẩm\",\"KIjvtr\":\"Tiếng Hà Lan\",\"22xieU\":\"ví dụ 180 (3 giờ)\",\"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.\",\"LTzmgK\":[\"Chỉnh sửa mẫu \",[\"0\"]],\"v4+lcZ\":\"Chỉnh sửa đối tác\",\"2iZEz7\":\"Chỉnh sửa câu trả lời\",\"tPtRwl\":\"Chỉnh sửa phí ứng dụng\",\"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\",\"vRWOrM\":\"Chỉnh sửa thông tin đơn hàng\",\"3yNuBV\":\"Chỉnh sửa cài đặt VAT\",\"fW5sSv\":\"Chỉnh sửa webhook\",\"nP7CdQ\":\"Chỉnh sửa webhook\",\"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\",\"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\",\"L86zy2\":\"Xác thực email thành công!\",\"FSN4TS\":\"Nhúng widget\",\"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\",\"48Y16Q\":\"Thời gian kết thúc (tùy chọn)\",\"7YZofi\":\"Nhập tiêu đề và nội dung để xem trước\",\"3bR1r4\":\"Nhập email đối tác (tùy chọn)\",\"ARkzso\":\"Nhập tên đối tác\",\"y1BZw1\":\"Nhập địa chỉ doanh nghiệp\",\"3GfR6a\":\"Nhập tên doanh nghiệp\",\"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\",\"1tAGuY\":\"Nhập số VAT bao gồm mã quốc gia\",\"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)\",\"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ý\",\"AKbElk\":\"Doanh nghiệp đã đăng ký VAT EU: Áp dụng cơ chế đảo ngược thu phí (0% - Điều 196 của Chỉ thị VAT 2006/112/EC)\",\"WgD6rb\":\"Danh mục sự kiện\",\"b46pt5\":\"Ảnh bìa sự kiện\",\"1Hzev4\":\"Mẫu tùy chỉnh sự kiện\",\"imgKgl\":\"Mô tả sự kiện\",\"kJDmsI\":\"Chi tiết sự kiện\",\"m/N7Zq\":\"Địa Chỉ Đầy Đủ Sự Kiện\",\"Nl1ZtM\":\"Địa điểm sự kiện\",\"t3AMTs\":\"Nền tảng quản lý 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\",\"Gh9Oqb\":\"Tên ban tổ chức sự kiện\",\"mImacG\":\"Trang sự kiện\",\"JyD0LH\":\"Cài đặt sự kiện\",\"cOePZk\":\"Thời gian sự kiện\",\"e8WNln\":\"Múi giờ sự kiện\",\"GeqWgj\":\"Múi Giờ Sự Kiện\",\"XVLu2v\":\"Tiêu đề sự kiện\",\"OfmsI9\":\"Sự kiện quá mới\",\"YDVUVl\":\"Loại sự kiện\",\"4K2OjV\":\"Địa Điểm Sự Kiện\",\"19j6uh\":\"Hiệu suất sự kiện\",\"PC3/fk\":\"Sự kiện bắt đầu trong 24 giờ tới\",\"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\",\"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ệ\",\"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\",\"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\",\"U66oUa\":\"Không thể tạo mẫu\",\"aFk48v\":\"Không thể xóa cấu hình\",\"Zw6LWb\":\"Không thể xóa công việc\",\"tq0abZ\":\"Không thể xóa các công việc\",\"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é\",\"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\",\"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.\",\"o/blc/\":\"Không thể cập nhật cấu hình tài khoản\",\"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\",\"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\",\"Eeo/Gy\":\"Không thể cập nhật cài đặt\",\"kqA9lY\":\"Không thể cập nhật cài đặt VAT\",\"7/9RFs\":\"Không thể tải ảnh lên.\",\"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\",\"9bHCo2\":\"Đơn vị tiền tệ phí\",\"/sV91a\":\"Xử lý phí\",\"T4BMxU\":\"Các khoản phí có thể thay đổi. Bạn sẽ được thông báo về bất kỳ thay đổi nào trong cấu trúc phí của mì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\",\"8OvVZZ\":\"Lọc Người Tham Dự\",\"mvrlBO\":\"Lọc theo sự kiện\",\"8BwQeU\":\"Hoàn thành thiết lập\",\"hg80P7\":\"Hoàn thành thiết lập Stripe\",\"1vBhpG\":\"Người tham dự đầu tiên\",\"4pwejF\":\"Tên là bắt buộc\",\"6bBh3/\":\"Phí cố định\",\"5mpF6N\":[\"Số tiền phí cố định bằng \",[\"currencyCode\"]],\"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\",\"YXhom6\":\"Phí cố định:\",\"KgxI80\":\"Vé linh hoạt\",\"lWxAUo\":\"Ẩm thực\",\"nFm+5u\":\"Văn bản chân trang\",\"MY2SVM\":\"Hoàn tiền toàn bộ\",\"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\",\"+4zM7f\":\"Nhận thanh toán ngay lập tức qua Stripe Connect\",\"ZDIydz\":\"Bắt đầu\",\"u6FPxT\":\"Lấy vé\",\"8KDgYV\":\"Chuẩn bị sự kiện của bạn\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"Đến trang sự kiện\",\"gHSuV/\":\"Đi đến trang chủ\",\"6nDzTl\":\"Dễ đọc\",\"aGWZUr\":\"Doanh thu gộp\",\"n8IUs7\":\"Doanh thu gộp\",\"LIYoRQ\":\"Quản lý khách\",\"kTSQej\":[\"Xin chào \",[\"0\"],\", quản lý nền tảng của bạn từ đây.\"],\"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\",\"QlwJ9d\":\"Đây là những gì cần mong đợi:\",\"/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\",\"DRErHC\":\"Ẩn với người tham dự - chỉ hiển thị với người tổ chức\",\"P+5Pbo\":\"Ẩn câu trả lời\",\"FmogyU\":\"Ẩn tùy chọn\",\"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.\",\"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.\",\"AVpmAa\":\"Cách thanh toán offline\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Tiếng Hungary\",\"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\",\"PYVWEI\":\"Nếu đã đăng ký, cung cấp mã số VAT của bạn để xác thực\",\"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.\",\"M8M6fs\":\"Quan trọng: Cần kết nối lại Stripe\",\"jT142F\":[\"Trong \",[\"diffHours\"],\" giờ\"],\"OoSyqO\":[\"Trong \",[\"diffMinutes\"],\" phút\"],\"cljs3a\":\"Cho biết bạn có đăng ký VAT tại EU hay không\",\"F1Xp97\":\"Người tham dự riêng lẻ\",\"85e6zs\":\"Chèn token Liquid\",\"38KFY0\":\"Chèn biến\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"Thanh toán ngay lập tức\",\"nbfdhU\":\"Tích hợp\",\"JHB/Ky\":\"Không hợp lệ\",\"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\",\"Mokwac\":\"Mời không giới hạn thành viên nhóm với vai trò tùy chỉnh\",\"aH6ZIb\":\"Mời nhóm của bạn\",\"IuMGvq\":\"Hóa đơn\",\"y0meFR\":\"VAT Ireland 23% sẽ được áp dụng cho phí nền tảng (cung cấp trong nước).\",\"1ZKm04\":\"Tài khoản này có đăng ký VAT ở EU không?\",\"Lj7sBL\":\"Tiếng Ý\",\"F5/CBH\":\"mục\",\"BzfzPK\":\"Mục\",\"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ờ\",\"lZwV6X\":[\"Tham gia danh sách chờ cho \",[\"0\"]],\"2gMuHR\":\"Đã tham gia\",\"hTJ4fB\":\"Chỉ cần nhấn nút bên dưới để kết nối lại tài khoản Stripe của bạn.\",\"MxjCqk\":\"Chỉ đang tìm vé của bạn?\",\"lB2hSG\":[\"Giữ cho tôi cập nhật tin tức và sự kiện từ \",[\"0\"]],\"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\",\"QIn0Vl\":\"Tên doanh nghiệp hợp pháp cho mục đích VAT\",\"1njn7W\":\"Sáng\",\"1qY5Ue\":\"Liên kết hết hạn hoặc không hợp lệ\",\"psosdY\":\"Liên kết đến chi tiết đơn hàng\",\"6JzK4N\":\"Liên kết đến vé\",\"shkJ3U\":\"Liên kết tài khoản Stripe của bạn để nhận tiền từ việc bán vé.\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Liên kết được phép\",\"dF6vP6\":\"Trực tiếp\",\"fpMs2Z\":\"TRỰC TIẾP\",\"D9zTjx\":\"Sự Kiện Trực Tiếp\",\"WdmJIX\":\"Đang tải xem trước...\",\"IoDI2o\":\"Đang tải token...\",\"NFxlHW\":\"Đang tải Webhooks\",\"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\",\"4wUIjX\":\"Làm cho sự kiện của bạn hoạt động\",\"2FzaR1\":\"Quản lý xử lý thanh toán và xem phí nền tảng của bạn\",\"2L3vle\":\"Tin nhắn tối đa / 24h\",\"Qp4HWD\":\"Người nhận tối đa / tin nhắn\",\"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\",\"H9HlDe\":\"phút\",\"gqnyh0\":\"Tối ưu hóa di động\",\"olKKwj\":\"Máy quét di động với hỗ trợ ngoại tuyến và theo dõi thời gian thực\",\"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\",\"w36OkR\":\"Sự kiện được xem nhiều nhất (14 ngày qua)\",\"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ự\",\"sCV5Yc\":\"Tên sự kiện\",\"xxU3NX\":\"Doanh thu ròng\",\"ArHT/C\":\"Đăng ký mới\",\"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\",\"Dwf4dR\":\"Chưa có câu hỏi cho người tham dự\",\"/UC6qk\":\"Không tìm thấy dữ liệu phân bổ\",\"amMkpL\":\"Hết chỗ\",\"99ntUF\":\"Không có danh sách đăng ký nào cho sự kiện này.\",\"+dAKxg\":\"Không tìm thấy cấu hình\",\"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ệ.\",\"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\",\"54GxeB\":\"Không ảnh hưởng đến giao dịch hiện tại hoặc quá khứ của bạn\",\"EpvBAp\":\"Không có hóa đơn\",\"XZkeaI\":\"Không tìm thấy nhật ký\",\"nrSs2u\":\"Không tìm thấy tin nhắn\",\"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\",\"wUv5xQ\":\"Không có hoạt động của nhà tổ chức trong 14 ngày qua\",\"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\",\"kY7XDn\":\"Không có sản phẩm nào có người trong danh sách chờ\",\"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\",\"EK/G11\":\"Chưa có phản hồi\",\"3sRuiW\":\"Không tìm thấy vé\",\"yM5c0q\":\"Không có sự kiện sắp tới\",\"qpC74J\":\"Không tìm thấy người dùng\",\"41dJPO\":\"Chưa cấu hình cài đặt VAT\",\"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\",\"HVwIsd\":\"Doanh nghiệp hoặc cá nhân không đăng ký VAT: Áp dụng VAT Ireland 23%\",\"x5+Lcz\":\"Chưa Đăng Ký\",\"8n10sz\":\"Không Đủ Điều Kiện\",\"BwJKBw\":\"của\",\"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ờ.\"],\"lQgMLn\":\"Tên văn phòng hoặc địa điểm\",\"6Aih4U\":\"Ngoại tuyến\",\"Z6gBGW\":\"Thanh toán ngoại tuyến\",\"nO3VbP\":[\"Đang giảm giá \",[\"0\"]],\"2r6bAy\":\"Khi bạn hoàn thành nâng cấp, tài khoản cũ sẽ chỉ được sử dụng để hoàn tiền.\",\"oXOSPE\":\"Trực tuyến\",\"WjSpu5\":\"Sự kiện trực tuyến\",\"bU7oUm\":\"Chỉ gửi đến các đơn hàng có trạng thái này\",\"M2w1ni\":\"Chỉ hiển thị với mã khuyến mãi\",\"N141o/\":\"Mở bảng điều khiển Stripe\",\"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\",\"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\",\"0UZTSq\":\"Đơn Vị Tiền Tệ Đơn Hàng\",\"HdmwrI\":\"Email đơn hàng\",\"bwBlJv\":\"Tên trong đơ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\",\"Pc729f\":\"Đơn Hàng Đang Chờ Thanh Toán Ngoại Tuyến\",\"F4NXOl\":\"Họ trong đơn hàng\",\"RQCXz6\":\"Giới hạn đơn hàng\",\"SO9AEF\":\"Giới hạn đơn hàng đã đặt\",\"5RDEEn\":\"Ngôn Ngữ Đơ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\",\"i8VBuv\":\"Số đơn hàng\",\"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\",\"DoH3fD\":\"Thanh Toán Đơn Hàng Đang Chờ\",\"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\",\"KndP6g\":\"URL đơn hàng\",\"3NT0Ck\":\"Đơn hàng đã bị hủy\",\"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\",\"ucgZ0o\":\"Tổ chức\",\"S3CZ5M\":\"Bảng điều khiển nhà tổ chức\",\"Uu0hZq\":\"Email nhà tổ chức\",\"Gy7BA3\":\"Địa chỉ email nhà tổ chức\",\"SQqJd8\":\"Không tìm thấy nhà tổ chức\",\"wpj63n\":\"Cài đặt nhà tổ chức\",\"coIKFu\":\"Không có thống kê nào cho nhà tổ chức với loại tiền tệ đã chọn hoặc đã xảy ra lỗi.\",\"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\",\"/IX/7x\":\"Khác\",\"RsiDDQ\":\"Danh Sách Khác (Vé Không Bao Gồm)\",\"qMASRF\":\"Tin nhắn đi\",\"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\",\"c+suC6\":\"Tài khoản trả phí\",\"QIxRUI\":\"Vé trả phí, miễn phí, giá nhiều cấp và dựa trên quyên góp\",\"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\",\"xTPjSy\":\"Sự kiện đã qua\",\"/l/ckQ\":\"Dán URL\",\"URAE3q\":\"Tạm dừng\",\"4fL/V7\":\"Thanh toán\",\"OZK07J\":\"Thanh toán để mở khóa\",\"c2/9VE\":\"Tải trọng\",\"TskrJ8\":\"Thanh toán & Gói\",\"5cxUwd\":\"Ngày thanh toán\",\"ENEPLY\":\"Phương thức thanh toán\",\"EyE8E6\":\"Thanh toán đang xử lý\",\"8Lx2X7\":\"Đã nhận thanh toán\",\"vcyz2L\":\"Cài đặt thanh toán\",\"fx8BTd\":\"Thanh toán không khả dụng\",\"51U9mG\":\"Thanh toán sẽ tiếp tục diễn ra không bị gián đoạn\",\"UkM20g\":\"Đang chờ xem xét\",\"dPYu1F\":\"Theo người tham dự\",\"VlXNyK\":\"Mỗi đơn hàng\",\"hauDFf\":\"Mỗi vé\",\"mnF83a\":\"Phí phần trăm\",\"2ueYqG\":\"Phí phần trăm (0-100%)\",\"K2PPlT\":\"Phí phần trăm phải từ 0 đến 100\",\"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\",\"6kPk3+\":\"Thông tin cá nhân\",\"zmwvG2\":\"Điện thoại\",\"zFIMat\":\"Pinterest\",\"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\",\"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.\",\"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)\",\"TjX7xL\":\"Tin Nhắn Sau Thanh Toán\",\"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\",\"+4yRWM\":\"Giá vé\",\"a5jvSX\":\"Cấp 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ế\",\"ldVIlB\":\"Cập nhật sản phẩm\",\"JoKGiJ\":\"Mã khuyến mãi\",\"k3wH7i\":\"Chi tiết sử dụng mã khuyến mãi và giảm giá\",\"uEhdRh\":\"Chỉ khuyến mãi\",\"dLm8V5\":\"Email quảng cáo có thể dẫn đến đình chỉ tài khoản\",\"EEYbdt\":\"Xuất bản\",\"evDBV8\":\"Công bố sự kiện\",\"dsFmM+\":\"Đã mua\",\"Vw0KCJ\":\"Check-in bằng mã QR\",\"oWXNE5\":\"SL\",\"k/bJj0\":\"Đã sắp xếp lại câu hỏi\",\"b24kPi\":\"Hàng đợi\",\"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\",\"spsZys\":\"Sẵn sàng nâng cấp? Điều này chỉ mất vài phút.\",\"vt9xUl\":\"Phân tích thời gian thực\",\"xzRvs4\":[\"Nhận cập nhật sản phẩm từ \",[\"0\"],\".\"],\"pLXbi8\":\"Đăng ký tài khoản 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\",\"Edm6av\":\"Kết nối lại Stripe →\",\"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\",\"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ý\",\"CQeZT8\":\"Không tìm thấy báo cáo\",\"JEPMXN\":\"Yêu cầu liên kết mớ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\",\"kCn6wb\":\"Đang đặt lại...\",\"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\",\"Oo/PLb\":\"Tóm tắt doanh thu\",\"CfuueU\":\"Revoke Offer\",\"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á\",\"5CDM6r\":\"Đã đặt thời gian bán\",\"ftzaMf\":\"Thời gian bán, giới hạn đơn hàng, hiển thị\",\"zpekWp\":[\"Đợt giảm giá bắt đầu \",[\"0\"]],\"mUv9U4\":\"Bán hàng\",\"9KnRdL\":\"Bán hàng đang tạm dừng\",\"3VnlS9\":\"Doanh số, đơn hàng và chỉ số hiệu suất cho tất cả sự kiện\",\"3Q1AWe\":\"Doanh thu:\",\"B4nE3N\":\"Giá vé mẫu\",\"8BRPoH\":\"Địa điểm Mẫu\",\"DyBPvP\":\"Lưu cấu hì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é\",\"6/TNCd\":\"Lưu cài đặt VAT\",\"I+FvbD\":\"Quét\",\"QS1Nla\":\"Lên lịch gửi sau\",\"NAzVVw\":\"Lên lịch tin nhắn\",\"4ba0NE\":\"Đã lên lịch\",\"qcP/8K\":\"Thời gian đã lên lịch\",\"ftNXma\":\"Tìm kiếm đối tác...\",\"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ệ...\",\"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...\",\"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...\",\"BWF1kC\":\"Tìm kiếm tin nhắn...\",\"Mck5ht\":\"Thanh toán an toàn\",\"p7xUrt\":\"Chọn danh mục\",\"3IcxS1\":\"Chọn cấu hình\",\"e4L7bF\":\"Chọn một tin nhắn để xem nội dung\",\"zPRPMf\":\"Chọn cấp độ\",\"BFRSTT\":\"Chọn Tài Khoản\",\"mCB6Je\":\"Chọn tất cả\",\"a6+167\":\"Chọn một sự kiện\",\"kYZSFD\":\"Chọn một nhà tổ chức để xem bảng điều khiển và sự kiện của họ.\",\"CFbaPk\":\"Chọn nhóm người tham dự\",\"hJmVtD\":\"Chọn quốc gia\",\"tVW/yo\":\"Chọn tiền tệ\",\"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\",\"1nhy8G\":\"Chọn loại máy quét\",\"KizCK7\":\"Chọn ngày và giờ bắt đầu\",\"dJZTv2\":\"Chọn thời gian bắt đầu\",\"3hJUtr\":\"Chọn quốc gia nơi đăng ký VAT\",\"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\",\"5Ds0vl\":\"Chọn cấu hình phí áp dụng cho tài khoản này. Phí cố định được chuyển đổi sang đơn vị tiền tệ của đơn hàng khi thanh toán.\",\"ylXj1N\":\"Đã chọn\",\"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\",\"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\",\"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ọ\",\"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.\",\"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.\",\"xMO+Ao\":\"Thiết lập tổ chức của bạn\",\"C3htzi\":\"Đã cập nhật cài đặt\",\"Ohn74G\":\"Thiết lập & thiết kế\",\"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\",\"cMW+gm\":[\"Hiển thị tất cả nền tảng (\",[\"0\"],\" có giá trị khác)\"],\"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\",\"t1LIQW\":[\"Hiển thị \",[\"0\"],\" trong \",[\"totalRows\"],\" bản ghi\"],\"jVRHeq\":\"Đã đăng ký\",\"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\",\"5qOnWX\":\"Danh sách chờ hết hàng\",\"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.\",\"H6Gslz\":\"Xin lỗi vì sự bất tiện này.\",\"wdxz7K\":\"Nguồn\",\"7JFNej\":\"Thể thao\",\"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\",\"2R1+Rv\":\"Thời gian bắt đầu sự kiện\",\"2NbyY/\":\"Thống kê\",\"GVUxAX\":\"Thống kê dựa trên ngày tạo tài khoản\",\"DRykfS\":\"Vẫn đang xử lý hoàn tiền cho các giao dịch cũ của bạn.\",\"wuV0bK\":\"Dừng Mạo Danh\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe đã kết nối\",\"aKtF0O\":\"Stripe chưa kết nối\",\"9i0++A\":\"ID thanh toán Stripe\",\"/QlTE4\":\"Thiết lập Stripe đã hoàn tất.\",\"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\",\"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\",\"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\",\"UaISq3\":\"Tiếng Thụy Điển\",\"JZTQI0\":\"Chuyển đổi nhà tổ chức\",\"9YHrNC\":\"Mặc định hệ thống\",\"XX32BM\":\"Chỉ mất vài phút\",\"yT6dQ8\":\"Thuế thu được theo loại thuế và sự kiện\",\"Ye321X\":\"Tên thuế\",\"WyCBRt\":\"Tóm tắt thuế\",\"GkH0Pq\":\"Đã áp dụng thuế & phí\",\"Rwiyt2\":\"Đã cấu hình thuế\",\"iQZff7\":\"Thuế, phí, hiển thị, thời gian bán, nổi bật sản phẩm & giới hạn đơn hàng\",\"BW6QAz\":\"Quản lý 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.\",\"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ự!\",\"lhAWqI\":\"Cảm ơn sự hỗ trợ của bạn khi chúng tôi tiếp tục phát triển và cải thiện Hi.Events!\",\"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.\",\"MJm4Tq\":\"Đơn vị tiền tệ của đơ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.\",\"I/NNtI\":\"Địa điểm sự kiện\",\"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.\",\"EBzPwC\":\"Địa chỉ đầy đủ của sự kiện\",\"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.\",\"5OmEal\":\"Ngôn ngữ của khách hàng\",\"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.\",\"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\",\"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\",\"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.\",\"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\",\"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ế.\",\"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\",\"RzEvf5\":\"Sự kiện này đã kết thúc\",\"YClrdK\":\"Sự kiện này chưa được xuất bản\",\"dFJnia\":\"Đây là tên nhà tổ chức sẽ hiển thị cho người dùng của bạn.\",\"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\",\"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\",\"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ử.\",\"0Ew0uk\":\"Vé này vừa được quét. Vui lòng chờ trước khi quét lại.\",\"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.\",\"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.\",\"Mr5UUd\":\"Vé đã hủy\",\"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\",\"bgqf+K\":\"Email người giữ vé\",\"oR7zL3\":\"Tên người giữ vé\",\"HGuXjF\":\"Người sở hữu vé\",\"CMUt3Y\":\"Người giữ vé\",\"awHmAT\":\"ID vé\",\"6czJik\":\"Logo Vé\",\"OkRZ4Z\":\"Tên 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é\",\"tGCY6d\":\"Giá vé\",\"pGZOcL\":\"Vé đã được gửi lại thành công\",\"8jLPgH\":\"Loại vé\",\"X26cQf\":\"URL vé\",\"8qsbZ5\":\"Bán vé\",\"zNECqg\":\"vé\",\"6GQNLE\":\"Vé\",\"NRhrIB\":\"Vé & Sản phẩm\",\"EUnesn\":\"Vé còn sẵn\",\"AGRilS\":\"Vé Đã Bán\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"Đến\",\"nniGTr\":\"Để chỉnh sửa cấu hình, hãy vào phần Cấu hình trong menu quản trị.\",\"tiI71C\":\"Để tăng giới hạn của bạn, hãy liên hệ với chúng tôi tại\",\"BZBYf3\":\"Để nhận thanh toán bằng thẻ tín dụng, bạn cần kết nối tài khoản Stripe của mình. Stripe là đối tác xử lý thanh toán của chúng tôi, đảm bảo giao dịch an toàn và thanh toán kịp thời.\",\"W428WC\":\"Chuyển đổi cột\",\"UBSG1X\":\"Nhà tổ chức hàng đầu (14 ngày qua)\",\"3sZ0xx\":\"Tổng Tài Khoản\",\"EaAPbv\":\"Tổng số tiền đã trả\",\"SMDzqJ\":\"Tổng số người tham dự\",\"orBECM\":\"Tổng thu được\",\"k5CU8c\":\"Tổng số mục\",\"4B7oCp\":\"Tổng phí\",\"KSDwd5\":\"Tổng số đơn hàng\",\"vb0Q0/\":\"Tổng Người Dùng\",\"oJjplO\":\"Tổng lượt xem\",\"orluER\":\"Theo dõi sự phát triển và hiệu suất tài khoản theo nguồn phân bổ\",\"NHq3l1\":\"Theo dõi doanh số, doanh thu và lượng người tham dự với báo cáo chi tiết\",\"OpKMSn\":\"Phí giao dịch:\",\"uKOFO5\":\"Đúng nếu thanh toán ngoại tuyến\",\"9GsDR2\":\"Đúng nếu thanh toán đang chờ xử lý\",\"ouM5IM\":\"Thử email khác\",\"3DZvE7\":\"Dùng thử Hi.Events miễn phí\",\"Kz91g/\":\"Tiếng Thổ Nhĩ Kỳ\",\"GdOhw6\":\"Tắt âm thanh\",\"KUOhTy\":\"Bật âm thanh\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"Loại vé\",\"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ờ\",\"n57zCW\":\"Tài khoản chưa phân bổ\",\"b9SN9q\":\"Mã tham chiếu đơn hàng duy nhất\",\"Ef7StM\":\"Không rõ\",\"ZBAScj\":\"Người tham dự không xác định\",\"ZkS2p3\":\"Hủy công bố sự kiện\",\"X13xGn\":\"Không đáng tin cậy\",\"Pp1sWX\":\"Cập nhật đối tác\",\"KMMOAy\":\"Có nâng cấ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\",\"WBq1/R\":\"Máy quét USB đã hoạt động\",\"EV30TR\":\"Chế độ máy quét USB đã kích hoạt. Bắt đầu quét vé ngay bây giờ.\",\"fovJi3\":\"Chế độ máy quét USB đã tắt\",\"hli+ga\":\"Máy quét USB/HID\",\"OHJXlK\":\"Sử dụng <0>mẫu Liquid để cá nhân hóa email của bạ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ự\",\"rnoQsz\":\"Được sử dụng cho viền, vùng tô sáng và kiểu mã QR\",\"BV4L/Q\":\"Phân tích UTM\",\"l5ackE\":\"UUID\",\"nfagfM\":\"Hợp lệ\",\"GuXjc5\":\"Đã xác thực\",\"imLQ9Y\":\"Đang xác thực số VAT của bạn...\",\"cK9+xQ\":\"Quốc gia VAT\",\"sqdl5s\":\"Thông tin VAT\",\"UjNWsF\":\"VAT có thể được áp dụng cho phí nền tảng tùy thuộc vào trạng thái đăng ký VAT của bạn. Vui lòng hoàn thành phần thông tin VAT bên dưới.\",\"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\",\"CZomgW\":\"Đã đăng ký VAT\",\"PCRCCN\":\"Thông tin đăng ký VAT\",\"oSDBWm\":\"Cài đặt 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.\",\"R6n7j9\":\"Cài đặt VAT đã được cập nhật thành công\",\"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\",\"AdWhjZ\":\"Mã xác thực\",\"QDEWii\":\"Đã xác minh\",\"wCKkSr\":\"Xác thực email\",\"/IBv6X\":\"Xác minh email của bạn\",\"e/cvV1\":\"Đang xác thực...\",\"fROFIL\":\"Tiếng Việt\",\"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\",\"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\",\"wPRp9Z\":\"Chỉ hiển thị với nhân viên check-in. Giúp xác định danh sách này trong quá trình check-in.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Đang chờ\",\"quR8Qp\":\"Đang chờ thanh toán\",\"u0n+wz\":\"Danh sách chờ\",\"3RXFtE\":\"Waitlist Enabled\",\"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ể.\",\"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.\",\"HJKdzP\":\"Đã xảy ra sự cố khi tải trang này. Vui lòng thử lại.\",\"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\",\"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.\",\"Uo5ddP\":[\"Chúng tôi sẽ thông báo qua email nếu có chỗ trống cho \",[\"0\"],\".\"],\"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.\",\"zCdObC\":\"Chúng tôi đã chính thức chuyển trụ sở chính đến Ireland 🇮🇪. Như một phần của quá trình chuyển đổi này, chúng tôi hiện sử dụng Stripe Ireland thay vì Stripe Canada. Để giữ cho các khoản thanh toán của bạn diễn ra suôn sẻ, bạn cần kết nối lại tài khoản Stripe của mình.\",\"jh2orE\":\"Chúng tôi đã chuyển trụ sở chính đến Ireland. Do đó, chúng tôi cần bạn kết nối lại tài khoản Stripe. Quy trình nhanh này chỉ mất vài phút. Doanh số và dữ liệu hiện tại của bạn hoàn toàn không bị ảnh hưởng.\",\"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\",\"CThMKa\":\"Nhậ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\",\"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\"],\"FaSXqR\":\"Loại sự kiện nào?\",\"f30uVZ\":\"Những gì bạn cần làm:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Khi một lượt check-in bị xóa\",\"Gmd0hv\":\"Khi một người tham dự mới được tạo ra\",\"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 một sản phẩm bán hết, khách hàng có thể tham gia danh sách chờ để được thông báo khi có chỗ trống.\",\"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\",\"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.\",\"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.\",\"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)\",\"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.\",\"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?\",\"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.\",\"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.\",\"FgRxRP\":\"Bạn sở hữu 100% dữ liệu người tham dự của mình, luôn luôn\",\"88cUW+\":\"Bạn nhận được\",\"U3wiCB\":\"Bạn đã sẵn sàng! Thanh toán của bạn đang được xử lý suôn sẻ.\",\"MNFIxz\":[\"Bạn sẽ tham gia \",[\"0\"],\"!\"],\"qGZz0m\":\"Bạn đã được thêm vào danh sách chờ!\",\"/5HL6k\":\"Bạn đã được mời một suất!\",\"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\",\"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!\",\"R02pnV\":\"Sự kiện của bạn phải được phát trực tiếp trước khi bạn có thể bán vé cho người tham dự.\",\"hDNwnf\":\"Logo, màu sắc và phong cách của bạn trên mọi trang\",\"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\",\"6heFYY\":\"Tài khoản Stripe của bạn đã được kết nối và đang xử lý thanh toán.\",\"vvO1I2\":\"Tài khoản Stripe của bạn được kết nối và sẵn sàng xử lý thanh toán.\",\"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\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"Tìm kiếm sản phẩm\"],\"+23bI/\":[\"Patrick\"],\"+2ZJ7N\":[\"Sao chép chi tiết cho người tham dự đầu tiên\"],\"+4yRWM\":[\"Giá vé\"],\"+4zM7f\":[\"Nhận thanh toán ngay lập tức qua Stripe Connect\"],\"+5Mlle\":[\"Vui lòng đợi trong khi chúng tôi chuẩn bị đơn hàng của bạn để xuất ra...\"],\"+8bmSu\":[\"California\"],\"+CeSxK\":[\"Danh sách check-in đã bị xóa thành công\"],\"+FWjhR\":[\"Bạn đã hết thời gian để hoàn thành đơn hàng của mình.\"],\"+G/XiQ\":[\"Từ đầu năm đến nay\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"mã zip hoặc bưu điện\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"Bỏ qua bước này\"],\"+QARA4\":[\"Nghệ thuật\"],\"+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.\"],\"+Y976X\":[\"Không có mã khuyến mãi để hiển thị\"],\"+dAKxg\":[\"Không tìm thấy cấu hình\"],\"+eZ7dp\":[\"Thanh toán offline\"],\"+fA4C7\":[\"Tùy chọn nhân bản\"],\"+guao5\":[\"Chỉnh sửa cấu hình\"],\"+hBhWk\":[\"Danh sách check-in đã hết hạn\"],\"+jIeoh\":[\"Không tìm thấy tài khoản\"],\"+jw/c1\":[\"Xóa ảnh\"],\"+pr/FY\":[\"Tìm kiếm theo tên sự kiện\"],\"+qqX74\":[\"Cập nhật tên sự kiện, mô tả và ngày\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"Mã là bắt buộc\"],\"+zy2Nq\":[\"Loại\"],\"/2by1f\":[\"Nhà nước hoặc khu vực\"],\"/3017M\":[\"Đã kết nối với Stripe\"],\"/4gGIX\":[\"Sao chép vào bộ nhớ tạm\"],\"/5HL6k\":[\"Bạn đã được mời một suất!\"],\"/5PEQz\":[\"Xem trang sự kiện\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"Đã hoàn lại\"],\"/Bh+7r\":[\"Hiệu suất\"],\"/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ọ\"],\"/DNy62\":[\"Chúng tôi không thể tìm thấy bất kỳ vé nào khớp với \",[\"0\"]],\"/H326L\":[\"Đã hoàn tiền\"],\"/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.\"],\"/HkCs4\":[[\"0\"],\" vé\"],\"/IBv6X\":[\"Xác minh email của bạn\"],\"/IX/7x\":[\"Khác\"],\"/IzmnP\":[\"Vui lòng đợi trong khi chúng tôi chuẩn bị hóa đơn của bạn ...\"],\"/JdZIP\":[\"Cấu hình được chỉ định\"],\"/Jizh9\":[\"Chọn một tài khoản\"],\"/PN1DA\":[\"Thêm mô tả cho danh sách check-in này\"],\"/QlTE4\":[\"Thiết lập Stripe đã hoàn tất.\"],\"/RfJXt\":[\"Lễ hội âm nhạc mùa hè \",[\"0\"]],\"/Rj5P4\":[\"Tên của bạn\"],\"/SIY6o\":[\"Từ khóa SEO\"],\"/SgoNA\":[\"Tổng thuế\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"Check-out\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"Không tìm thấy dữ liệu phân bổ\"],\"/bhMdO\":[\"Mô tả sự kiện tuyệt vời của tôi ...\"],\"/cSMqv\":[\"Không thể tạo câu hỏi. Vui lòng kiểm tra thông tin của bạn\"],\"/dgc8E\":[\"Ngày sự kiện\"],\"/gWrVZ\":[\"Doanh thu hàng ngày, thuế, phí và hoàn tiền cho tất cả sự kiện\"],\"/iE8xx\":[\"Phí Hi.Events\"],\"/jHBj5\":[\"Tạo đối tác liên kết thành công\"],\"/jQctM\":[\"Đến\"],\"/jZOZa\":[\"Phí dịch vụ\"],\"/l/ckQ\":[\"Dán URL\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"Các khoản phí\"],\"/p9Fhq\":[\"Không giới hạn có sẵn\"],\"/roQKz\":[\"Tỷ lệ phần trăm\"],\"/sV91a\":[\"Xử lý phí\"],\"/u4DIx\":[\"Sản phẩm đã bán\"],\"/xC/im\":[\"Cài đặt thanh toá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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/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.\"],\"0+iwE5\":[\"Không thể sắp xếp lại câu hỏi\"],\"0/+Nn9\":[\"Tin nhắn của bạn sẽ xuất hiệ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ự.\"],\"0/yJtP\":[\"Nhắn tin cho chủ đơn hàng có sản phẩm cụ thể\"],\"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.\"],\"01sEfm\":[\"Không thể xóa cấu hình mặc định của hệ thống\"],\"02ePaq\":[\"Chọn \",[\"0\"]],\"06s3w3\":[\"ẩn sản phẩm trước ngày bắt đầu bán\"],\"074+X8\":[\"Không có Webhook hoạt động\"],\"0Dk/l8\":[\"Cập nhật cài đặt SEO thành công\"],\"0Ew0uk\":[\"Vé này vừa được quét. Vui lòng chờ trước khi quét lại.\"],\"0GSPnc\":[\"Thiết kế vé\"],\"0GwUT4\":[\"Tiếp tục đến thanh toán\"],\"0I0Hac\":[\"Thông báo quan trọng\"],\"0R3Y+9\":[\"Email người tham dự\"],\"0RXCDo\":[\"Xóa thuế hoặc phí thành công\"],\"0U6E9W\":[\"Chọn danh mục sự kiện\"],\"0UZTSq\":[\"Đơn Vị Tiền Tệ Đơn Hàng\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"Mặc định sự kiện\"],\"0Zypnp\":[\"Bảng Điều Khiển Quản Trị\"],\"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?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"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.\"],\"0m/ekX\":[\"Ngày và giờ bắt đầu\"],\"0pC/y6\":[\"Sự kiện\"],\"0zpgxV\":[\"Tùy chọn\"],\"147G4h\":[\"Bạn có chắc chắn muốn rời đi?\"],\"15qAvl\":[\"Bạn không có thay đổi email đang chờ xử lý.\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"Hiệu suất sự kiện\"],\"1BG8ga\":[\"Thử lại tất cả\"],\"1BPctx\":[\"Vé cho\"],\"1DBGsz\":[\"Ghi chú\"],\"1E0vyy\":[\"Chúng tôi không thể tải dữ liệu. Vui lòng thử lại.\"],\"1HfW/F\":[\"Màu sắc\"],\"1Hzev4\":[\"Mẫu tùy chỉnh sự kiện\"],\"1J/AWD\":[\"Xem vé\"],\"1JnTgU\":[\"Đã sao chép từ trên\"],\"1JwlHk\":[\"Danh mục sản phẩm\"],\"1MAvUY\":[\"Quản lý cài đặt thanh toán và lập hóa đơn cho sự kiện này.\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"Đơn hàng đã được cập nhật thành công\"],\"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.\"],\"1USFWA\":[\"Sản phẩm đã xóa thành công\"],\"1UzENP\":[\"Không\"],\"1WnhCL\":[\"Cài đặt thanh toán\"],\"1Xxb9f\":[\"Kết nối xử lý thanh toán\"],\"1YMS+X\":[\"Đang tạo sự kiện của bạn, vui lòng đợi\"],\"1Ycaad\":[\"Cập nhật sản phẩm thành công\"],\"1ZKm04\":[\"Tài khoản này có đăng ký VAT ở EU không?\"],\"1ZaQUH\":[\"Họ\"],\"1bZAZA\":[\"Mẫu mặc định sẽ được sử dụng\"],\"1d6kks\":[\"+Thuế/Phí\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"Đơn hàng\"],\"1jRD0v\":[\"Nhắn tin cho người tham dự có vé cụ thể\"],\"1jUg5D\":[\"Đã đề nghị\"],\"1k0Mp4\":[\"Danh sách người tham dự này chưa hoạt động\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"Gửi email thông báo hoàn tiền\"],\"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\"],\"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.\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"Chọn loại máy quét\"],\"1njn7W\":[\"Sáng\"],\"1oPDuj\":[\"Giá trị phân bổ\"],\"1qY5Ue\":[\"Liên kết hết hạn hoặc không hợp lệ\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"Nhập số VAT bao gồm mã quốc gia\"],\"1tfWrD\":[\"Xem trước vé cho\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"Màu nhấn\"],\"1vBhpG\":[\"Người tham dự đầu tiên\"],\"1z26sk\":[\"Mời thành viên nhóm\"],\"2+ExvJ\":[\"WhatsApp\"],\"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.\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"Tìm kiếm theo mã đơn hàng, tên khách hàng hoặc email...\"],\"22BOve\":[\"Người tham dự đã được cập nhật thành công\"],\"22Itl6\":[\"Gửi cho tôi một bản sao\"],\"22xieU\":[\"ví dụ 180 (3 giờ)\"],\"237hSL\":[\"Kết thúc\"],\"24l4x6\":[\"Thêm sản phẩm\"],\"25QDJ1\":[\"- Nhấp để xuất bản\"],\"261RBr\":[\"Phê duyệt tin nhắn\"],\"26pGvx\":[\"Nhập mã khuyến mãi?\"],\"29w7p6\":[\"Đang tải ảnh...\"],\"2E2O5H\":[\"Tùy chỉnh các cài đặt linh tinh cho sự kiện này\"],\"2FzaR1\":[\"Quản lý xử lý thanh toán và xem phí nền tảng của bạn\"],\"2KAI4N\":[\"Xuất CSV\"],\"2L3vle\":[\"Tin nhắn tối đa / 24h\"],\"2LMsOq\":[\"12 tháng qua\"],\"2NLjA6\":[\"Ảnh bìa sẽ hiển thị ở đầu trang của nhà tổ chức\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"Thống kê\"],\"2O7Ybb\":[\"Thời hạn đề nghị\"],\"2POOFK\":[\"Miễn phí\"],\"2R1+Rv\":[\"Thời gian bắt đầu sự kiện\"],\"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.\"],\"2VLZwd\":[\"Nút hành động\"],\"2X4ecw\":[\"Webhook đã xóa thành công\"],\"2bR+8v\":[\"Tổng doanh thu\"],\"2cUopP\":[\"Vui lòng bắt đầu lại quy trình thanh toán.\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"Đã tham gia\"],\"2hGPQG\":[\"Ví dụ: \\\"Cỡ áo\\\", \\\"Sở thích ăn uống\\\", \\\"Chức danh\\\"\"],\"2iZEz7\":[\"Chỉnh sửa câu trả lời\"],\"2q/Q7x\":[\"Tầm nhìn\"],\"2r6bAy\":[\"Khi bạn hoàn thành nâng cấp, tài khoản cũ sẽ chỉ được sử dụng để hoàn tiền.\"],\"2rHwhl\":[\"Đang chờ thanh toán offline\"],\"2tbLdK\":[\"Từ thiện\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"Phí phần trăm (0-100%)\"],\"31KB8w\":[\"Đã xóa tất cả công việc thất bại\"],\"352VU2\":[\"Chưa có tài khoản? <0>Đăng ký\"],\"38KFY0\":[\"Chèn biến\"],\"3DZvE7\":[\"Dùng thử Hi.Events miễn phí\"],\"3ENYTQ\":[\"Yêu cầu email của bạn thay đổi thành <0>\",[\"0\"],\" đang chờ xử lý. \"],\"3EXqwa\":[\"Danh mục được tạo thành công\"],\"3F1nBX\":[\"Sản phẩm quyên góp / Trả số tiền bạn muốn\"],\"3GfR6a\":[\"Nhập tên doanh nghiệp\"],\"3IEF7U\":[[\"totalCount\"],\" loại vé\"],\"3IcxS1\":[\"Chọn cấu hình\"],\"3Kzsk7\":[\"Sản phẩm này là vé. Người mua sẽ nhận được vé sau khi mua\"],\"3LtiBI\":[\"Giảm giá trong \",[\"0\"]],\"3NT0Ck\":[\"Đơn hàng đã bị hủy\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"Doanh thu:\"],\"3R/Tu2\":[\"Xử lý phí mặc định\"],\"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.\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"💳 Kết nối với Stripe\"],\"3VnlS9\":[\"Doanh số, đơn hàng và chỉ số hiệu suất cho tất cả sự kiện\"],\"3Z223G\":[\"Lỗi xác nhận địa chỉ email\"],\"3ZI8IL\":[\"Bạn phải đồng ý với các điều khoản và điều kiện\"],\"3bR1r4\":[\"Nhập email đối tác (tùy chọn)\"],\"3buiaw\":[\"Báo cáo phí nền tảng\"],\"3cKoxx\":[\"Cấu hình\"],\"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.\"],\"3ep0Gx\":[\"Thông tin chung về nhà tổ chức của bạn\"],\"3hJUtr\":[\"Chọn quốc gia nơi đăng ký VAT\"],\"3oSV95\":[\"Chọn bậc sản phẩm\"],\"3ogkAk\":[\"Nhân bản sự kiện\"],\"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\"],\"3sRuiW\":[\"Không tìm thấy vé\"],\"3sVRey\":[\"Cung cấp vé\"],\"3sZ0xx\":[\"Tổng Tài Khoản\"],\"3suLF0\":[\"Phân công công suất được cập nhật thành công\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"Tùy chỉnh giao diện trang tổ chức của bạn\"],\"3wF4Q/\":[\"Đang chờ thanh toán\"],\"3wV73y\":[\"Thành phố\"],\"3y+V4p\":[\"Địa chỉ tổ chức\"],\"3yNuBV\":[\"Chỉnh sửa cài đặt VAT\"],\"3yiej1\":[\"ví dụ: 23.5 cho 23.5%\"],\"3zRbWw\":[\"Tìm kiếm theo tên, email, hoặc mã đơn hàng #\"],\"4+am6b\":[\"Không, giữ tôi ở đây\"],\"4/If97\":[\"Cập nhật trạng thái sự kiện thất bại. Vui lòng thử lại sau\"],\"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.\"],\"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.\"],\"40Gx0U\":[\"Múi giờ\"],\"41BQ3k\":[\"Email liên hệ\"],\"41dJPO\":[\"Chưa cấu hình cài đặt VAT\"],\"45Srzt\":[\"Chúng tôi không thể xóa danh mục. Vui lòng thử lại.\"],\"48Y16Q\":[\"Thời gian kết thúc (tùy chọn)\"],\"48rf3i\":[\"Tin nhắn không được quá 5000 ký tự\"],\"4B7oCp\":[\"Tổng phí\"],\"4CETZY\":[\"Chỉ đường\"],\"4D3rRj\":[\"Quay trở lại hồ sơ\"],\"4DSz7Z\":[\"Tìm kiếm theo chủ đề, sự kiện hoặc tài khoản...\"],\"4GLxhy\":[\"Bắt đầu\"],\"4GhX3c\":[\"Không có webhooks\"],\"4H80qv\":[\"Đơn hàng cập nhật thành công\"],\"4HVzhV\":[\"Người tham dự:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"Sự kiện không có sẵn\"],\"4K2OjV\":[\"Địa Điểm Sự Kiện\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"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.\"],\"4WT5tD\":[\"🎟️ Tùy chỉnh trang sự kiện của bạn\"],\"4Y2FZT\":[\"Loại giá sản phẩm\"],\"4bUH9i\":[\"Thu thập thông tin chi tiết người tham dự cho mỗi vé đã mua.\"],\"4ba0NE\":[\"Đã lên lịch\"],\"4fL/V7\":[\"Thanh toán\"],\"4kEGqW\":[\"Tải lên logo cho nhà tổ chức của bạn\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"Cung cấp thêm ngữ cảnh hoặc hướng dẫn cho câu hỏi này. Sử dụng trường này để thêm các đ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.\"],\"4lVaWA\":[\"Đang chờ thanh toán offline\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"Tên là bắt buộc\"],\"4qmnU8\":[\"Kết nối tài khoản Stripe để nhận thanh toán.\"],\"4rnJq4\":[\"Script nhúng\"],\"4ueloy\":[\"Thể loại là gì?\"],\"4wUIjX\":[\"Làm cho sự kiện của bạn hoạt động\"],\"5/63nR\":[\"EUR\"],\"516oLj\":[\"Dịch vụ xác thực VAT tạm thời không khả dụng\"],\"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.\"],\"51U9mG\":[\"Thanh toán sẽ tiếp tục diễn ra không bị gián đoạn\"],\"54GxeB\":[\"Không ảnh hưởng đến giao dịch hiện tại hoặc quá khứ của bạn\"],\"54MPqC\":[\"ví dụ: Tiêu chuẩn, Cao cấp, Doanh nghiệp\"],\"54q0zp\":[\"Vé cho\"],\"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.\"],\"5670b9\":[\"Không thể cung cấp vé\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"vé\"],\"5CDM6r\":[\"Đã đặt thời gian bán\"],\"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\"],\"5CiNPm\":[\"Gửi lại vé\"],\"5Ds0vl\":[\"Chọn cấu hình phí áp dụng cho tài khoản này. Phí cố định được chuyển đổi sang đơn vị tiền tệ của đơn hàng khi thanh toán.\"],\"5F7SYw\":[\"Hoàn tiền một phần\"],\"5FSIzj\":[\"Xin lưu ý\"],\"5H3Z78\":[\"Bạn có chắc là bạn muốn xóa webhook này không?\"],\"5It1cQ\":[\"Đơn hàng đã được xuất\"],\"5K8REg\":[\"Đơn hàng này đã được hoàn trả.\"],\"5LAZwq\":[\"Đã bắt đầu mạo danh\"],\"5LDT6f\":[\"Xác nhận rời khỏi sự kiện này!\"],\"5N4wLD\":[\"Đây là loại câu hỏi nào?\"],\"5OmEal\":[\"Ngôn ngữ của khách hàng\"],\"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.\"],\"5RDEEn\":[\"Ngôn Ngữ Đơn Hàng\"],\"5ShqeM\":[\"Danh sách check-in bạn đang tìm kiếm không tồn tại.\"],\"5T2HxQ\":[\"Ngày kích hoạt\"],\"5UbY+B\":[\"Người tham dự có vé cụ thể\"],\"5VGIlq\":[\"Bạn đã đạt đến giới hạn nhắn tin.\"],\"5YrKW7\":[\"Hoàn tất thanh toán để đảm bảo vé của bạn.\"],\"5b3QLi\":[\"Gói của bạn\"],\"5cxUwd\":[\"Ngày thanh toán\"],\"5lcVkL\":[\"Chi tiết kết nối\"],\"5mpF6N\":[\"Số tiền phí cố định bằng \",[\"currencyCode\"]],\"5n+Wwp\":[\"Cập nhật nhà tổ chức thành công\"],\"5qOnWX\":[\"Danh sách chờ hết hàng\"],\"5slqwZ\":[\"Tạo sự kiện của bạn\"],\"5tT0+u\":[\"Định dạng email không hợp lệ\"],\"5tl0Bp\":[\"Câu hỏi đăng ký\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"Ẩn sản phẩm này khỏi khách hàng\"],\"6/TNCd\":[\"Lưu cài đặt VAT\"],\"6/dCYd\":[\"Tổng quan\"],\"60u+dQ\":[\"Ảnh bìa sẽ được hiển thị ở đầu trang sự kiện của bạn\"],\"621rYf\":[\"Thanh toán\"],\"62Ciis\":[\"Đóng thanh bên\"],\"65A04M\":[\"Tiếng Tây Ban Nha\"],\"67NsZP\":[\"Đang tạo sự kiện...\"],\"67OJ7t\":[\"Xem đơn hàng\"],\"68Axnm\":[\"Đã xảy ra lỗi khi xử lý yêu cầu của bạn. Vui lòng thử lại.\"],\"6Aih4U\":[\"Ngoại tuyến\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"Vé\"],\"6HK5Ct\":[\"Đơn hàng đã hoàn thành\"],\"6IwNUc\":[\"Mẫu email\"],\"6JzK4N\":[\"Liên kết đến vé\"],\"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.\"],\"6K0GjX\":[\"Văn bản có thể khó đọc\"],\"6KnyG0\":[\"Nhập email\"],\"6MIiOI\":[\"Còn \",[\"0\"]],\"6PNlRV\":[\"Thêm sự kiện này vào lịch của bạn\"],\"6PecK3\":[\"Tỷ lệ tham dự và check-in cho tất cả sự kiện\"],\"6RmHKN\":[\"Màu chính\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"Đã Sao chép\"],\"6WdDG7\":[\"Trang\"],\"6YtxFj\":[\"Tên\"],\"6Z/F61\":[\"Không có dữ liệu để hiển thị. Vui lòng chọn khoảng thời gian\"],\"6a/UJE\":[\"Xin lỗi, mã khuyến mãi này không được công nhận\"],\"6aXq+t\":[\"Tiêu đề:\"],\"6bBh3/\":[\"Phí cố định\"],\"6czJik\":[\"Logo Vé\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"Trạng thái đơn hàng\"],\"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. \"],\"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.\"],\"6fuA9p\":[\"Sự kiện nhân đôi thành công\"],\"6gRgw8\":[\"Thử lại\"],\"6heFYY\":[\"Tài khoản Stripe của bạn đã được kết nối và đang xử lý thanh toán.\"],\"6imsQS\":[\"Trung Quốc (đơn giản hóa)\"],\"6jYQGG\":[\"Không có sự kiện trước đó\"],\"6kPk3+\":[\"Thông tin cá nhân\"],\"6kdXbW\":[\"Tạo mã khuyến mãi\"],\"6nDzTl\":[\"Dễ đọc\"],\"6tmWch\":[\"Vé hoặc sản phẩm\"],\"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ó.\"],\"6xCBVN\":[\"Cập nhật cài đặt thanh toán & lập hóa đơn thành công\"],\"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.\"],\"7+grte\":[\"Email xác nhận đã được gửi! Vui lòng kiểm tra hộp thư đến của bạn.\"],\"7/9RFs\":[\"Không thể tải ảnh lên.\"],\"70dYC8\":[\"Cập nhật mã khuyến mãi thành công\"],\"72c5Qo\":[\"Tổng\"],\"73nxDO\":[\"Cài đặt linh tinh được cập nhật thành công\"],\"73qYgo\":[\"Gửi thử\"],\"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.\"],\"77/YgG\":[\"Change Cover\"],\"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.\"],\"7B5M35\":[\"Check-In\"],\"7Bj3x9\":[\"Thất bại\"],\"7Cx5It\":[\"Ưu đãi sớm\"],\"7D9MJz\":[\"Hoàn tất thiết lập Stripe\"],\"7ER2sc\":[\"Nổi bật\"],\"7JF9w9\":[\"Thêm câu hỏi\"],\"7JFNej\":[\"Thể thao\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"Hành động\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"Người dùng\"],\"7VpPHA\":[\"Xác nhận\"],\"7YJdgG\":[\"Đơn hàng của bạn sẽ xuất hiện ở đây sau khi chúng bắt đầu tham gia.\"],\"7YZofi\":[\"Nhập tiêu đề và nội dung để xem trước\"],\"7dSOhU\":[\"Bật danh sách chờ\"],\"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.\"],\"7hPBBn\":[\"người nhận\"],\"7kOMfV\":[\"Sự kiện cập nhật thành công\"],\"7ns+do\":[\"Địa chỉ doanh nghiệp\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"Tất cả sự kiện đã lưu trữ\"],\"7vhWI8\":[\"Mật khẩu mới\"],\"7wtpH5\":[\"Mẫu đang hoạt động\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"Tên là bắt buộc\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"Chèn token Liquid\"],\"876pfE\":[\"Khách hàng\"],\"87a/t/\":[\"Nhãn\"],\"88cUW+\":[\"Bạn nhận được\"],\"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.\"],\"8AiKIu\":[\"Tạo vé hoặc sản phẩm\"],\"8BMPMe\":[\"Webhook sẽ không gửi thông báo\"],\"8BRPoH\":[\"Địa điểm Mẫu\"],\"8BwQeU\":[\"Hoàn thành thiết lập\"],\"8Etqrl\":[\"Tự động cung cấp vé cho người tiếp theo khi có chỗ trống\"],\"8F1i42\":[\"Không tìm thấy trang\"],\"8KDgYV\":[\"Chuẩn bị sự kiện của bạn\"],\"8KmsFa\":[\"Vui lòng chọn khoảng thời gian\"],\"8Lx2X7\":[\"Đã nhận thanh toán\"],\"8OhzyY\":[\"Khi một sản phẩm bị xóa\"],\"8OvVZZ\":[\"Lọc Người Tham Dự\"],\"8QH2Il\":[\"Danh mục này bị ẩn khỏi chế độ xem công khai\"],\"8YBH95\":[\"Doanh thu\"],\"8ZsakT\":[\"Mật khẩu\"],\"8cBtvm\":[\"Màu chữ chính\"],\"8dENF9\":[\"VAT trên phí\"],\"8jLPgH\":[\"Loại vé\"],\"8k8Njd\":[\"Khách hàng phải hoàn thành đơn đơn hàng bao nhiêu phút. \"],\"8n10sz\":[\"Không Đủ Điều Kiện\"],\"8oPbg1\":[\"Bật hóa đơn\"],\"8pQ3NJ\":[\"Không có sự kiện nào bắt đầu trong 24 giờ tới\"],\"8q0EdE\":[\"Thêm sản phẩm vào danh mục\"],\"8qsbZ5\":[\"Bán vé\"],\"8rE61T\":[\"Địa chỉ thanh toán\"],\"8uOlgz\":[\"Thất bại lúc\"],\"8uqsE5\":[\"Trang không còn khả dụng\"],\"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.\"],\"8vETh9\":[\"Show\"],\"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.\"],\"8wUjGl\":[\"Đặt trước đến\"],\"8wgkoi\":[\"Không có sự kiện được xem trong 14 ngày qua\"],\"8x0pUg\":[\"Bạn có chắc chắn muốn xóa mục này khỏi danh sách chờ?\"],\"8z6Y5D\":[\"Xử lý hoàn tiền\"],\"8zCZQf\":[\"Chưa có sự kiện nào\"],\"9+8Vez\":[\"Sử dụng còn lại\"],\"9+P7zk\":[\"Không thể tạo sản phẩm. Vui lòng kiểm tra thông tin của bạn\"],\"9/1YKL\":[\"Nhập họ\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"1 ngày sau ngày kết thúc\"],\"94aQMU\":[\"Thông tin người tham dự\"],\"96ryID\":[\"Thu thập thông tin theo vé\"],\"99ntUF\":[\"Không có danh sách đăng ký nào cho sự kiện này.\"],\"9BdS63\":[\"Chỉnh sửa mã khuyến mãi\"],\"9FQEn8\":[\"Chọn danh mục...\"],\"9GsDR2\":[\"Đúng nếu thanh toán đang chờ xử lý\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"Bán hàng đang tạm dừng\"],\"9L9/28\":[\"Khi một sản phẩm bán hết, khách hàng có thể tham gia danh sách chờ để được thông báo khi có chỗ trống.\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"Tên này hiển thị cho người dùng cuối\"],\"9N+p+g\":[\"Kinh doanh\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"Người tham dự\"],\"9TO8nT\":[\"Mật khẩu của bạn\"],\"9Wh+ug\":[\"Đã xuất danh sách đối tác\"],\"9Y3hAT\":[\"Lưu mẫu\"],\"9YHrNC\":[\"Mặc định hệ thống\"],\"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.\"],\"9bHCo2\":[\"Đơn vị tiền tệ phí\"],\"9bpUSo\":[\"Đang xuất danh sách đối tác\"],\"9eF5oV\":[\"Chào mừng trở lại\"],\"9gPPUY\":[\"Danh sách Check-In Đã Tạo!\"],\"9h7RDh\":[\"Cung cấp\"],\"9i0++A\":[\"ID thanh toán Stripe\"],\"9jnAcN\":[\"Xem trang chủ nhà tổ chức\"],\"9mZEgt\":[\"Mã khuyến mãi được tạo thành công\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"Không thể hủy người tham dự\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"Trở lại trang sự kiện\"],\"A4UmDy\":[\"Sân khấu\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"Đặt sự kiện của bạn trực tiếp\"],\"ACKu03\":[\"Làm mới xem trước\"],\"AEuj2m\":[\"Trang chủ sự kiệ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.\"],\"AGRilS\":[\"Vé Đã Bán\"],\"AGZmwV\":[\"Hình ảnh được tải lên thành công\"],\"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.\"],\"AIUkyF\":[\"Đi tới người tham dự\"],\"AJ4rvK\":[\"Người tham dự đã hủy bỏ\"],\"AKbElk\":[\"Doanh nghiệp đã đăng ký VAT EU: Áp dụng cơ chế đảo ngược thu phí (0% - Điều 196 của Chỉ thị VAT 2006/112/EC)\"],\"APuxIE\":[\"Xác nhận email đã được gửi lại\"],\"APyAR/\":[\"Sự kiện hoạt động\"],\"ARBThj\":[\"Áp dụng \",[\"type\"],\" này cho tất cả các sản phẩm mới\"],\"ARkzso\":[\"Nhập tên đối tác\"],\"ATGYL1\":[\"Địa chỉ email\"],\"AVpmAa\":[\"Cách thanh toán offline\"],\"AXXqG+\":[\"Quyên góp\"],\"AaP0M+\":[\"Kết hợp màu này có thể khó đọc đối với một số người dùng\"],\"AdWhjZ\":[\"Mã xác thực\"],\"AeXO77\":[\"Tài khoản\"],\"AeejQi\":[\"Sản phẩm nào nên áp dụng công suất này?\"],\"AfNRFG\":[\"Văn bản nút Tiếp tục\"],\"AhBPHd\":[\"Những chi tiết này sẽ chỉ được hiển thị nếu đơn hàng được hoàn thành thành công. Đơn hàng chờ thanh toán sẽ không hiển thị tin nhắn này.\"],\"AhwTa1\":[\"Cần hành động: Cần thông tin VAT\"],\"Ajavq0\":[\"Vui lòng kiểm tra email của bạn để xác nhận địa chỉ email của bạn\"],\"ApOYO8\":[\"Tuyệt vời, sự kiện, từ khóa ...\"],\"ApsD9J\":[\"Thêm mới\"],\"ArHT/C\":[\"Đăng ký mới\"],\"Arzxc1\":[\"Không có mục trong danh sách chờ\"],\"Aspq3b\":[\"Thu thập thông tin người tham dự\"],\"AtXtSw\":[\"Quản lý thuế và phí có thể được áp dụng cho sản phẩm của bạn\"],\"Auz0Mz\":[\"Xác nhận email của bạn để sử dụng đầy đủ tính năng.\"],\"B/EBQv\":[\"Đơn hàng:\"],\"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. \"],\"B2Tpo0\":[\"Email không hợp lệ\"],\"B2V3cA\":[\"Chia sẻ sự kiện\"],\"B3Mkdt\":[\"Tạo câu hỏi\"],\"B3gPuX\":[\"Đơn hàng bị hủy\"],\"B4nE3N\":[\"Giá vé mẫu\"],\"B5fpAA\":[\"Cấu hình đã được chỉ định thành công\"],\"B7pZfX\":[[\"0\"],\" nhà tổ chức\"],\"B7w4KY\":[\"Không có nhà tổ chức nào khác\"],\"BCmibk\":[\"Lần thử\"],\"BDSRuX\":[\"Đã hoàn tiền: \",[\"0\"]],\"BFRSTT\":[\"Chọn Tài Khoản\"],\"BGD9Yt\":[\"Thêm vé\"],\"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ì?\"],\"BI7D9d\":[\"Giá không được đặt\"],\"BJIEiF\":[[\"0\"],\" Người tham dự thành công\"],\"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\"],\"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.\"],\"BM/KQm\":[\"mã zip hoặc bưu điện\"],\"BMtue0\":[\"Bộ xử lý thanh toán hiện tại\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"Tạo mới\"],\"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.\"],\"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.\"],\"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\"],\"BUe8Wj\":[\"Người mua trả\"],\"BV4L/Q\":[\"Phân tích UTM\"],\"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\\\"\"],\"BVu2Hz\":[\"Được gửi bởi\"],\"BW6QAz\":[\"Quản lý nhóm\"],\"BWF1kC\":[\"Tìm kiếm tin nhắn...\"],\"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.\"],\"BZBYf3\":[\"Để nhận thanh toán bằng thẻ tín dụng, bạn cần kết nối tài khoản Stripe của mình. Stripe là đối tác xử lý thanh toán của chúng tôi, đảm bảo giao dịch an toàn và thanh toán kịp thời.\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"Xem trước email\"],\"BfucwY\":[\"Quản lý người dùng của bạn và quyền của họ\"],\"BiYOdA\":[\"Tìm kiếm theo tên...\"],\"Bj/QGQ\":[\"Đặt giá tối thiểu và cho phép người dùng thanh toán nhiều hơn nếu họ chọn\"],\"Bk06QI\":[\"Stripe đã kết nối\"],\"BnlG9U\":[\"Đơn hàng hiện tại của bạn sẽ bị mất.\"],\"BwJKBw\":[\"của\"],\"BxsfMK\":[\"Tổng phí\"],\"BzEFor\":[\"Hoặc\"],\"BzfzPK\":[\"Mục\"],\"C3htzi\":[\"Đã cập nhật cài đặt\"],\"C3nD/1\":[\"Nhập email của bạn\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"Chọn sản phẩm\"],\"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 đủ.\"],\"C4qOW8\":[\"Ẩn khỏi chế độ xem công khai\"],\"C63rRe\":[\"Vui lòng quay lại trang sự kiện để bắt đầu lại.\"],\"C8HNV2\":[\"Hoàn tất thanh toán\"],\"C8JLas\":[\"Loại giảm giá\"],\"C8ne4X\":[\"Lưu thiết kế vé\"],\"CBBcly\":[\"Hiển thị các trường địa chỉ chung, bao gồm quốc gia\"],\"CCjxOC\":[\"Tạo sự kiện đầu tiên để bắt đầu bán vé và quản lý người tham dự.\"],\"CELKku\":[\"Tải xuống hóa đơn\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"Chọn nhóm người tham dự\"],\"CHzaTD\":[\"Không có sự kiện phổ biến trong 14 ngày qua\"],\"CMUt3Y\":[\"Người giữ vé\"],\"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.\"],\"CNafaC\":[\"Tùy chọn checkbox cho phép chọn nhiều mục\"],\"CNk/ro\":[\"Đây là một sự kiện trực tuyến\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"CPXP5Z\":[\"Chi nhánh\"],\"CQeZT8\":[\"Không tìm thấy báo cáo\"],\"CRu4lK\":[\"Đã check-in\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Nhật ký webhook\"],\"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.\"],\"CVw2MU\":[\"Bộ lọc (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"Lễ hội Âm nhạc Mùa hè 2025\"],\"CWk59I\":[\"Hài kịch\"],\"CZomgW\":[\"Đã đăng ký VAT\"],\"CabI04\":[\"Số VAT không được chứa khoảng trắng\"],\"CbnrWb\":[\"Quay lại sự kiện\"],\"CfKofC\":[\"Lựa chọn thả xuống\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"Văn bản nút\"],\"ClwUUD\":[\"Vị trí sự kiện & địa điểm tổ chức\"],\"CmoB9j\":[\"Chế độ hiển thị giá\"],\"CnZ3Ou\":[\"Vé của bạn đã được xác nhận.\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"Chọn lịch\"],\"CsTTH0\":[\"Xác nhận đơn hàng đã được gửi lại thành công\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"Chủ đơn hàng có sản phẩm\"],\"CySr+W\":[\"Nhấp để xem ghi chú\"],\"D+zLDD\":[\"Ẩn\"],\"D02dD9\":[\"Chiến dịch\"],\"D2g7C7\":[\"Tất cả công việc đã được xếp hàng để thử lại\"],\"D2qlBU\":[\"Người tham dự cập nhật\"],\"D3iCkb\":[\"Ngày bắt đầu\"],\"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.\"],\"D6+U20\":[\"Check-in và đánh dấu đơn hàng đã thanh toán\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"Gửi email xác nhận và vé\"],\"D9zTjx\":[\"Sự Kiện Trực Tiếp\"],\"DB8zMK\":[\"Áp dụng\"],\"DCKkhU\":[\"Mật khẩu hiện tại\"],\"DDcvSo\":[\"Tiếng Đức\"],\"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.\"],\"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\"],\"\"],\"DJQEZc\":[\"Sản phẩm được sắp xếp thành công\"],\"DKYTWG\":[\"Không thể thử lại các công việc\"],\"DKwDdj\":[\"In vé\"],\"DM4gBB\":[\"Tiếng Trung (Phồn thể)\"],\"DMCX/I\":[\"Cài đặt phí nền tảng mặc định đã được cập nhật thành công\"],\"DPfwMq\":[\"Xong\"],\"DRErHC\":[\"Ẩn với người tham dự - chỉ hiển thị với người tổ chức\"],\"DRykfS\":[\"Vẫn đang xử lý hoàn tiền cho các giao dịch cũ của bạn.\"],\"DXZRk5\":[\"Phòng 100\"],\"DZjk8u\":[\"Cài đặt Thanh toán & Hoá đơn\"],\"DZlSLn\":[\"Nhãn tài liệu\"],\"Da29Y6\":[\"Ẩn câu hỏi này\"],\"DdHfeW\":[\"Quản lý chi tiết tài khoản của bạn và cài đặt mặc định\"],\"Dim4LO\":[\"Thêm một người tham dự theo cách thủ công\"],\"DjSbj3\":[\"Không thể gửi lại vé\"],\"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.\"],\"DnXcDK\":[\"Màu phụ\"],\"DoH3fD\":[\"Thanh Toán Đơn Hàng Đang Chờ\"],\"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.\"],\"DruLRc\":[\"14 ngày qua\"],\"DrwwNd\":[\"Chọn khoảng thời gian\"],\"Du6bPw\":[\"Địa chỉ\"],\"Dvq0wf\":[\"Vui lòng cung cấp một hình ảnh.\"],\"DwF9eH\":[\"Mã component\"],\"Dwf4dR\":[\"Chưa có câu hỏi cho người tham dự\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"Lưu cấu hình\"],\"E/9LUk\":[\"Tên địa điểm\"],\"E0q9qH\":[\"Sử dụng không giới hạn\"],\"E15xs8\":[\"Thiết lập sự kiện của bạn\"],\"E1F5Ji\":[\"Người nhận sẽ có sau khi tin nhắn được gửi\"],\"E1eze1\":[\"Kết nối tài khoản Stripe để bắt đầu nhận thanh toán cho sự kiện của bạn.\"],\"E6nRW7\":[\"Sao chép URL\"],\"E9jY+o\":[\"Không thể cập nhật người tham dự\"],\"EBzPwC\":[\"Địa chỉ đầy đủ của sự kiện\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"Xuất bản\"],\"EFq6EG\":[\"Vui lòng chọn một hình ảnh.\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"Không tìm thấy tài khoản\"],\"EJ7bVz\":[\"Không tìm thấy đơn hàng\"],\"EJPAcd\":[\"Không thể gửi lại xác nhận đơn hàng\"],\"EK/G11\":[\"Chưa có phản hồi\"],\"ELa4O9\":[\"Ngày bán kết thúc\"],\"ENCIQz\":[\"Sao chép Link\"],\"ENEPLY\":[\"Phương thức thanh toán\"],\"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.\"],\"ETcU7q\":[\"Không thể cung cấp chỗ\"],\"EUnesn\":[\"Vé còn sẵn\"],\"EV30TR\":[\"Chế độ máy quét USB đã kích hoạt. Bắt đầu quét vé ngay bây giờ.\"],\"EWCLpZ\":[\"Sản phẩm được tạo ra\"],\"EWErQh\":[\"Thời gian lên lịch phải ở trong tương lai\"],\"EWPtMO\":[\"Mã\"],\"EWnXR+\":[\"Kết nối với Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"Thiết kế vé đã được lưu thành công\"],\"EZy55F\":[\"Đơn hàng đã hoàn lại\"],\"EaAPbv\":[\"Tổng số tiền đã trả\"],\"EdQY6l\":[\"Không\"],\"Edm6av\":[\"Kết nối lại Stripe →\"],\"Eeo/Gy\":[\"Không thể cập nhật cài đặt\"],\"Ef7StM\":[\"Không rõ\"],\"EfK2O6\":[\"Cung cấp suất\"],\"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.\"],\"Eh5Wrd\":[\"Trang web tuyệt vời của bạn 🎉\"],\"EhlbcI\":[\"Cập nhật cấp độ nhắn tin thất bại\"],\"EmFsMZ\":[\"Số VAT của bạn đang trong hàng đợi để xác thực\"],\"EmYMHc\":[\"Chờ thanh toán ngoại tuyến\"],\"Ep3VfY\":[\"Xem trên Google Maps\"],\"EpknJA\":[\"Viết tin nhắn của bạn tại đây...\"],\"EpvBAp\":[\"Không có hóa đơn\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"Hiển thị hộp kiểm đăng ký tiếp thị\"],\"Ev2r9A\":[\"Không có kết quả\"],\"Ewir4O\":[\"Vui lòng chọn ít nhất một sản phẩm\"],\"EwoMtl\":[\"Tạo thể loại\"],\"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.\"],\"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.\"],\"EyE8E6\":[\"Thanh toán đang xử lý\"],\"EzwCw7\":[\"Chỉnh sửa câu hỏi\"],\"F+pJnL\":[\"Cập nhật cài đặt SEO thành công\"],\"F1Xp97\":[\"Người tham dự riêng lẻ\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"Ít nhất một loại sự kiện phải được chọn\"],\"F3/nus\":[\"Tiếp tục thanh toán\"],\"F3mW5G\":[\"Cho phép khách hàng tham gia danh sách chờ khi sản phẩm này đã hết\"],\"F4NXOl\":[\"Họ trong đơn hàng\"],\"F4SRy3\":[\"Check-in đã bị xóa\"],\"F5/CBH\":[\"mục\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"Hoạt động\"],\"F89D36\":[\"Đã xảy ra lỗi khi đánh dấu đơn hàng là đã thanh toán\"],\"FCVmuU\":[\"Xem sự kiện\"],\"FG98gC\":[\"Xoá văn bản tìm kiếm\"],\"FI60XC\":[\"Cấu hình thuế và phí\"],\"FImCSc\":[[\"0\"],\" cập nhật thành công\"],\"FJ9Yat\":[\"Vui lòng kiểm tra thông tin được cung cấp là chính xác\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"Không thể kiểm tra người tham dự\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"Kích hoạt\"],\"FRl8Jv\":[\"Bạn cần xác minh email tài khoản trước khi có thể gửi tin nhắn.\"],\"FSN4TS\":[\"Nhúng widget\"],\"FSaY52\":[\"Webhook sẽ gửi thông báo\"],\"FTfObB\":[\"Chưa có sản phẩm\"],\"FU1gvP\":[\"Chỉnh sửa danh sách check-in\"],\"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.\"],\"FVetkT\":[\"Những vé nào nên được liên kết với danh sách người tham dự này?\"],\"FaK/8G\":[\"Hoàn tiền đơn hàng \",[\"0\"]],\"FaPYw+\":[\"Chủ sở hữu đơn hàng\"],\"FaSXqR\":[\"Loại sự kiện nào?\"],\"Fb+SDI\":[\"Thêm nhiều vé hơn\"],\"Ff0Dor\":[\"Đã qua\"],\"FgRxRP\":[\"Bạn sở hữu 100% dữ liệu người tham dự của mình, luôn luôn\"],\"Fi3b48\":[\"Đơn hàng gần đây\"],\"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%.\"],\"FlQKnG\":[\"Bao gồm thuế và phí trong giá\"],\"FmogyU\":[\"Ẩn tùy chọn\"],\"FpsvqB\":[\"Chế độ màu\"],\"Fq/Nx7\":[\"Chúng tôi đã gửi mã xác thực 5 chữ số đến:\"],\"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ì?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"Đã sao chép vào clipboard\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"Lưu mẫu thành công\"],\"G0KW+e\":[\"Thiết kế trang sự kiện được cập nhật thành công\"],\"G42SNI\":[\"Gửi lại email\"],\"G5RhpL\":[\"Người tổ chức\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"Vai trò\"],\"GG1fRP\":[\"Sự kiện của bạn đã hoạt động!\"],\"GG7qDw\":[\"Chia sẻ liên kết đối tác\"],\"GHdjuo\":[\"Tìm kiếm theo tên, email hoặc tài khoản...\"],\"GIoqtA\":[\"Họ khách hàng\"],\"GNcfRk\":[\"Email hỗ trợ\"],\"GRChTw\":[\"Có gì đó không ổn trong khi xóa thuế hoặc phí\"],\"GS+Mus\":[\"Xuất\"],\"GTOcxw\":[\"Chỉnh sửa người dùng\"],\"GVUxAX\":[\"Thống kê dựa trên ngày tạo tài khoản\"],\"GVcaW6\":[\"Chi tiết tổ chức\"],\"GX6dZv\":[\"Tóm tắt đơn hàng\"],\"GctSSm\":[\"Áp dụng mã khuyến mãi\"],\"GdOhw6\":[\"Tắt âm thanh\"],\"GdWB+V\":[\"Webhook tạo thành công\"],\"GeqWgj\":[\"Múi Giờ Sự Kiện\"],\"GfWoKv\":[\"Cài đặt SEO\"],\"GfaxEk\":[\"Âm nhạc\"],\"Gh9Oqb\":[\"Tên ban tổ chức sự kiện\"],\"Gjt/py\":[\"Hủy thay đổi email\"],\"GkH0Pq\":[\"Đã áp dụng thuế & phí\"],\"Gmd0hv\":[\"Khi một người tham dự mới được tạo ra\"],\"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.\"],\"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.\"],\"GptGxg\":[\"Thay đổi mật khẩu\"],\"GqvPcv\":[\"Không có bộ lọc có sẵn\"],\"Gspam9\":[\"Chúng tôi đang xử lý đơn hàng của bạn. Đợi một chút...\"],\"GuXjc5\":[\"Đã xác thực\"],\"Guo0lU\":[\"Ngày và giờ tùy chỉnh\"],\"Gv5AMu\":[\"Tin nhắn cho người tham dự\"],\"Gy7BA3\":[\"Địa chỉ email nhà tổ chức\"],\"H/UMUG\":[\"Yêu cầu xác minh email\"],\"H34qcM\":[\"Đang tạo nhà tổ chức...\"],\"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ự.\"],\"H4nE+E\":[\"Hủy tất cả sản phẩm và trả lại pool có sẵn\"],\"H5qWhm\":[\"Đơn hàng đã hủy\"],\"H6Gslz\":[\"Xin lỗi vì sự bất tiện này.\"],\"H6Ma8Z\":[\"Giảm giá\"],\"H8kMHT\":[\"Không nhận được mã?\"],\"H9HlDe\":[\"phút\"],\"HB22j9\":[\"Tiếp tục thiết lập\"],\"HE6KcK\":[\"Lời mời bị thu hồi!\"],\"HFucK5\":[\"Không có sự kiện đã kết thúc để hiển thị.\"],\"HGuXjF\":[\"Người sở hữu vé\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"Đã xảy ra sự cố khi tải trang này. Vui lòng thử lại.\"],\"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.\"],\"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.\"],\"HR/cvw\":[\"123 Đường Mẫu\"],\"HSw5l3\":[\"Không - Tôi là cá nhân hoặc doanh nghiệp không đăng ký VAT\"],\"HT/08n\":[\"Vé tham dự\"],\"HVW65c\":[\"Sản phẩm trả phí\"],\"HVkhy2\":[\"Phân tích phân bổ\"],\"HVwIsd\":[\"Doanh nghiệp hoặc cá nhân không đăng ký VAT: Áp dụng VAT Ireland 23%\"],\"HWXuQK\":[\"Đánh dấu trang này để quản lý đơn hàng của bạn bất cứ lúc nào.\"],\"HX5SVx\":[\"Mục\"],\"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)\"],\"HdmwrI\":[\"Email đơn hàng\"],\"HhwcTQ\":[\"Tên sự kiện\"],\"HiGkFu\":[\"Đang chuyển hướng đến Stripe...\"],\"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ọ.\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"Hủy thay đổi email thành công\"],\"HsFnrk\":[\"Số lượng sản phẩm tối đa cho \",[\"0\"],\"là \",[\"1\"]],\"HtrFfw\":[\"URL là bắt buộc\"],\"HxxXZO\":[\"Màu thương hiệu chính được sử dụng cho nút và điểm nhấn\"],\"I+FvbD\":[\"Quét\"],\"I+utEq\":[\"Mã đối tác liên kết không thể thay đổi\"],\"I/NNtI\":[\"Địa điểm sự kiện\"],\"I3QpvQ\":[\"Người nhận\"],\"I3yitW\":[\"Đăng nhập cuối cùng\"],\"I6F3cp\":[\"Email không được xác minh\"],\"I7xjqg\":[\"Loại nền\"],\"IF7RiR\":[\"Bìa\"],\"IFHV2p\":[\"Vé của bạn cho\"],\"IKwyaF\":[\"Thay đổi email được xác nhận thành công\"],\"IMJ6rh\":[\"Tự động thay đổi kích thước\"],\"IMwcdR\":[\"Đã dừng mạo danh\"],\"INDKM9\":[\"Nhập tiêu đề email...\"],\"IUwGEM\":[\"Lưu thay đổi\"],\"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ọ.\"],\"IagCbF\":[\"URL\"],\"IatsLx\":[\"Delete question\"],\"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)\"],\"IfN2Qo\":[\"Chúng tôi khuyến nghị logo hình vuông với kích thước tối thiểu 200x200px\"],\"IgcAGN\":[\"Tổng doanh số\"],\"IkGIz8\":[\"đã trả tiền\"],\"IoAuJG\":[\"Đang gửi...\"],\"IoDI2o\":[\"Đang tải token...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"Không thể check-in (Đã hủy)\"],\"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\"],\"IuMGvq\":[\"Hóa đơn\"],\"IuUoyV\":[\"Khi một người tham dự được check-in\"],\"IvxA4G\":[\"Đã cung cấp vé thành công cho \",[\"count\"],\" người\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"Không có đơn hàng nào để hiển thị\"],\"J3RJSZ\":[\"Người tham dự cập nhật thành công\"],\"J3lhKT\":[\"Phí nền tảng\"],\"J6n7sl\":[\"Đang diễn ra\"],\"JEPMXN\":[\"Yêu cầu liên kết mới\"],\"JEdsvQ\":[\"Hướng dẫn thanh toán\"],\"JHB/Ky\":[\"Không hợp lệ\"],\"JJhRbH\":[\"Sức chứa ngày đầu tiên\"],\"JKfSAv\":[\"Xuất thất bại. Vui lòng thử lại.\"],\"JNCzPW\":[\"Quốc gia\"],\"JQNMrj\":[\"Tạo sự kiện đầu tiên của bạn\"],\"JRQitQ\":[\"Xác nhận mật khẩu mới\"],\"JZTQI0\":[\"Chuyển đổi nhà tổ chức\"],\"JbIgPz\":[\"Giá trị tiền tệ là tổng gần đúng của tất cả các loại tiền tệ\"],\"JcQp9p\":[\"Ngày & giờ bắt đầu\"],\"JcejNJ\":[\"Đang xử lý đơn hàng\"],\"JhtZAK\":[\"Thanh toán thất bại\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"Chọn một màu cho nền của bạn\"],\"Jjw03p\":[\"Không thể xuất danh sách người tham dự\"],\"JlFcis\":[\"Gử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.\"],\"JnuPvH\":[\"In vé\"],\"JoKGiJ\":[\"Mã khuyến mãi\"],\"JpohL9\":[\"Thuế\"],\"JtI4vj\":[\"Thu thập thông tin người tham dự mặc định\"],\"Jv22kr\":[[\"0\"],\" <0>checked in thành công\"],\"JvUngl\":[\"Ngày và giờ\"],\"JvuLls\":[\"Hấp thụ phí\"],\"JwTmB6\":[\"Sản phẩm nhân đôi thành công\"],\"Jwiilf\":[\"Đơn hàng của bạn đã bị hủy\"],\"JyD0LH\":[\"Cài đặt sự kiện\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"Logo sẽ được hiển thị trên vé\"],\"K2PPlT\":[\"Phí phần trăm phải từ 0 đến 100\"],\"K47k8R\":[\"Sản phẩm\"],\"K5+3xg\":[\"Chấp nhận lời mời\"],\"K6fmBI\":[\"Danh sách người tham dự này chưa hoạt động và không có sẵn để kiểm tra.\"],\"K7tIrx\":[\"Danh mục\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"John\"],\"KIhhpi\":[\"Tùy chỉnh trang sự kiện của bạn\"],\"KIjvtr\":[\"Tiếng Hà Lan\"],\"KMMOAy\":[\"Có nâng cấp\"],\"KMgp2+\":[[\"0\"],\" Có sẵn\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"Không có tin nhắn nào hiển thị\"],\"KR0679\":[\"Mời các thành viên nhóm\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"Nhân bản sản phẩm\"],\"KSDwd5\":[\"Tổng số đơn hàng\"],\"KSQ8An\":[\"Đơn hàng của bạn\"],\"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\"],\"KUOhTy\":[\"Bật âm thanh\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"Hộp văn bản đa dòng\"],\"KZN4Lc\":[\"Xóa tất cả\"],\"KZrfYJ\":[\"Lưu liên kết mạng xã hội\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"Email liên hệ hỗ trợ\"],\"Kdpf90\":[\"Đừng quên!\"],\"KeCXJu\":[\"Xem chi tiết đơn hàng, hoàn tiền và gửi lại xác nhận.\"],\"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ủ.\"],\"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.\"],\"KgxI80\":[\"Vé linh hoạt\"],\"KizCK7\":[\"Chọn ngày và giờ bắt đầu\"],\"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.\"],\"KkrBiR\":[\"Thu thập thông tin người tham dự\"],\"KmWyx0\":[\"Công việc\"],\"KnN1Tu\":[\"Hết hạn\"],\"KndP6g\":[\"URL đơn hàng\"],\"KnjoUA\":[\"Giá vé\"],\"Kz91g/\":[\"Tiếng Thổ Nhĩ Kỳ\"],\"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ự.\"],\"L/Qc+w\":[\"Địa chỉ email khách hàng\"],\"L/gNNk\":[\"Cập nhật \",[\"0\"]],\"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.\"],\"L22Tdf\":[\"Tìm kiếm theo tên, mã đơn hàng #, người tham dự, hoặc email...\"],\"L565X2\":[\"tùy chọn\"],\"L7dIM7\":[\"Liên kết này không hợp lệ hoặc đã hết hạn.\"],\"L86zy2\":[\"Xác thực email thành công!\"],\"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ẻ.\"],\"LBLOqH\":[\"Hỏi một lần cho mỗi đơn hàng\"],\"LETnBR\":[\"Chào mừng đến với \",[\"0\"],\", đây là danh sách tất cả sự kiện của bạn\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"Quản lý khách\"],\"LNWHXb\":[\"Không có sự kiện lưu trữ để hiển thị.\"],\"LOFgda\":[\"Liên hệ \",[\"0\"]],\"LQrXcu\":[\"Tải xuống hóa đơn\"],\"LRbt6D\":[\"Cho phép các công cụ tìm kiếm lập chỉ mục cho sự kiện này\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"Chỉnh sửa mẫu \",[\"0\"]],\"LWL3Bs\":[\"Phí cố định phải bằng 0 hoặc lớn hơn\"],\"Lc18qn\":[\"Khi một đơn hàng mới được tạo\"],\"LcET2C\":[\"Chính sách quyền riêng tư\"],\"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.\"],\"LdPKPR\":[\"Không thể chỉ định cấu hình\"],\"Ldu/RI\":[\"Đang Bán\"],\"LeC29u\":[\"Địa chỉ doanh nghiệp cho mục đích VAT\"],\"Lg+ewC\":[\"Thanh toán & Hoá đơn\"],\"Lj7sBL\":[\"Tiếng Ý\"],\"LkMOWF\":[\"Số lượng có sẵn\"],\"LmvZ+E\":[\"Kết nối Stripe để bật tính năng nhắn tin\"],\"LqBITi\":[\"Mẫu của tổ chức/mặc định sẽ được sử dụng\"],\"LslKhj\":[\"Lỗi khi tải nhật ký\"],\"Lu+kBU\":[\"Bán Hàng\"],\"LuY52w\":[\"Chào mừng bạn! Vui lòng đăng nhập để tiếp tục.\"],\"Lvi+gV\":[\"Tin nhắn cho người mua\"],\"LxSN5F\":[\"Gửi cho từng người tham dự với chi tiết vé của họ\"],\"LyFC7X\":[\"Lọc đơn hàng\"],\"LyUWXA\":[\"Phí đã bỏ qua\"],\"M/WIer\":[\"Gửi tin nhắn\"],\"M1RnFv\":[\"Đã hết hạn\"],\"M2DyLc\":[\"1 Webhook đang hoạt động\"],\"M2w1ni\":[\"Chỉ hiển thị với mã khuyến mãi\"],\"M7Uapz\":[\"Tiêu đề sẽ xuất hiện ở đây\"],\"M8M6fs\":[\"Quan trọng: Cần kết nối lại Stripe\"],\"MAavyl\":[\"Không có câu hỏi nào được trả lời bởi người tham dự này.\"],\"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.\"],\"MGbi9P\":[\"Hoàn tiền đang chờ\"],\"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\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"Đơn vị tiền tệ của đơn hàng\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"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.\"],\"MNFIxz\":[\"Bạn sẽ tham gia \",[\"0\"],\"!\"],\"MOERNx\":[\"Tiếng Bồ Đào Nha\"],\"MR5ygV\":[\"Liên kết này không còn hợp lệ\"],\"MSmKHn\":[\"Giá hiển thị cho khách hàng sẽ bao gồm thuế và phí.\"],\"MT7dxz\":[\"In tất cả vé\"],\"MU3ijv\":[\"Làm cho câu hỏi này bắt buộc\"],\"MXSqmS\":[\"Làm nổi bật sản phẩm này\"],\"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ự.\"],\"MY2SVM\":[\"Hoàn tiền toàn bộ\"],\"Mck5ht\":[\"Thanh toán an toàn\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"Cập nhật liên kết mạng xã hội thành công\"],\"MhVoma\":[\"Nhập một số tiền không bao gồm thuế và phí.\"],\"Mi1rVn\":[\"Đã bán hết\"],\"MixU2P\":[\"Phần trăm phải từ 0 đến 100\"],\"Mkkvfd\":[\"ẩn trang bắt đầu\"],\"MkuVAZ\":[\"Phần trăm của số tiền giao dịch\"],\"Mokwac\":[\"Mời không giới hạn thành viên nhóm với vai trò tùy chỉnh\"],\"Mqy/Zy\":[\"Hoa Kỳ\"],\"Mr5UUd\":[\"Vé đã hủy\"],\"MxjCqk\":[\"Chỉ đang tìm vé của bạn?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"Hủy đơn hàng \",[\"0\"]],\"N0qXpE\":[\"Sản phẩm\"],\"N141o/\":[\"Mở bảng điều khiển Stripe\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"chỉnh sửa \",[\"0\"]],\"N9FyyW\":[\"Xem, chỉnh sửa và xuất danh sách người tham dự đã đăng ký.\"],\"N9JsFT\":[\"Định dạng số VAT không hợp lệ\"],\"NAzVVw\":[\"Lên lịch tin nhắn\"],\"NB5+UG\":[\"Token có sẵn\"],\"NEmyqy\":[\"Chưa có đơn hàng nào\"],\"NF8sdv\":[\"Tin nhắn nổi bật\"],\"NFxlHW\":[\"Đang tải Webhooks\"],\"NGXKG/\":[\"Xác nhận địa chỉ email\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"Theo dõi doanh số, doanh thu và lượng người tham dự với báo cáo chi tiết\"],\"NIuIk1\":[\"Không giới hạn\"],\"NJahlc\":[\"Bắt buộc nhập địa chỉ thanh toán, trong khi thanh toán\"],\"NNc33d\":[\"Không thể cập nhật câu trả lời.\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"Hoàn tất đơn hàng\"],\"NRWNfv\":[\"Tổng tiền chiết khấu\"],\"NRhrIB\":[\"Vé & Sản phẩm\"],\"NTZ/NX\":[\"Mã nhúng\"],\"NWVRtl\":[\"Đơn hàng đã hoàn thành\"],\"NY/x1b\":[\"Dòng địa chỉ 1\"],\"Nbd6WT\":[\"Cấu hình cài đặt danh sách chờ cho sự kiện này\"],\"Nc3l/D\":[\"Tạo giảm giá, mã truy cập cho vé ẩn và ưu đãi đặc biệt.\"],\"Nfbg76\":[\"Cài đặt VAT đã được lưu thành công\"],\"NgVUL2\":[\"Xem trước biểu mẫu thanh toán\"],\"NiIUyb\":[\"Hãy cho chúng tôi biết về sự kiện của bạn\"],\"NihQNk\":[\"Khách hàng\"],\"Nl1ZtM\":[\"Địa điểm sự kiện\"],\"NlQ0cx\":[\"Sự kiện đầu tiên của \",[\"organizerName\"]],\"NlfnUd\":[\"Liên kết bạn đã nhấp vào không hợp lệ.\"],\"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.\"],\"NoNwIX\":[\"Không hoạt động\"],\"NpEm3p\":[\"Gửi ngay\"],\"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.\"],\"Nu4oKW\":[\"Mô tả\"],\"NvuEhl\":[\"Các yếu tố thiết kế\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"Chọn ...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"Email\"],\"O6mra8\":[\"Câu hỏi tùy chỉnh\"],\"O8m7VA\":[\"Tôi đồng ý nhận thông báo qua email liên quan đến sự kiện này\"],\"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é.\"],\"OHJXlK\":[\"Sử dụng <0>mẫu Liquid để cá nhân hóa email của bạn\"],\"OIPtI5\":[\"Một tỷ lệ phần trăm của giá sản phẩm. \"],\"OJnhhX\":[[\"EventCount\"],\" Sự kiện\"],\"OJx3wK\":[\"Không có sẵn\"],\"OMJ035\":[\"Tùy chọn radio\"],\"OMX4tH\":[\"Chọn Vé\"],\"OP094m\":[\"Báo cáo mã khuyến mãi\"],\"OVFwlg\":[\"Chưa có câu hỏi đơn hàng\"],\"OXku3b\":[\"<0>https://your-website.com\"],\"OZK07J\":[\"Thanh toán để mở khóa\"],\"OaKTzt\":[\"Xem bản đồ\"],\"OadMRm\":[\"Sử dụng hình ảnh bìa\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"Mở thanh bên\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"Đặt lại\"],\"OfmsI9\":[\"Sự kiện quá mới\"],\"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.\"],\"Ohn74G\":[\"Thiết lập & thiết kế\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"Tên vé\"],\"OmylXO\":[\"Tài khoản được cập nhật thành công\"],\"On0aF2\":[\"Trang web\"],\"Oo/PLb\":[\"Tóm tắt doanh thu\"],\"OoSyqO\":[\"Trong \",[\"diffMinutes\"],\" phút\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"Tự động cung cấp đã được bật. Vé sẽ được tự động cung cấp khi có chỗ trống. Sử dụng chức năng này để cung cấp thêm chỗ thủ công.\"],\"OpKMSn\":[\"Phí giao dịch:\"],\"OqEV/G\":[\"Hoàn thành thiết lập bên dưới để tiếp tục\"],\"Or1CPR\":[\"Thêm bất kỳ ghi chú nào về người tham dự ...\"],\"OrXJBY\":[\"Tiền tố tùy chọn cho số hóa đơn (ví dụ: Inv-)\"],\"Os6n2a\":[\"Hủy đơn hàng\"],\"OtgNFx\":[\"Địa chỉ email được xác nhận thành công\"],\"OtjenF\":[\"Vui lòng nhập địa chỉ email hợp lệ\"],\"OvNbls\":[\"Tải xuống .ics\"],\"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)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"Lời mời đã được gửi lại!\"],\"P+5Pbo\":[\"Ẩn câu trả lời\"],\"P+Sty0\":[\"Bạn đang thay đổi email của mình thành <0>\",[\"0\"],\".\"],\"P/OAYJ\":[\"Sản phẩm miễn phí\"],\"P/wEOX\":[\"San Francisco\"],\"P0rbCt\":[\"Ảnh bìa\"],\"P5sgAk\":[\"Mã khuyến mãi\"],\"P8hBau\":[\"Thanh toán của bạn đang xử lý.\"],\"PC3/fk\":[\"Sự kiện bắt đầu trong 24 giờ tới\"],\"PCRCCN\":[\"Thông tin đăng ký VAT\"],\"PChXMe\":[\"Không có đơn hàng đã thanh toán\"],\"PFjJxY\":[\"Mật khẩu mới của bạn phải dài ít nhất 8 ký tự.\"],\"PGPGsL\":[\"Thêm mô tả\"],\"PKXt9R\":[\"Ngày kết thúc phải sau ngày bắt đầu\"],\"PLUB/s\":[\"Phí\"],\"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)\"],\"PO/sOY\":[\"Thu hồi lời mời\"],\"POT0K/\":[\"Một lượng cố định cho mỗi sản phẩm. Vd, $0.5 cho mỗi sản phẩm \"],\"POdIrN\":[\"Dòng địa chỉ 1\"],\"PRuBTd\":[\"Thiết kế trang chủ\"],\"PSRm6/\":[\"Tra cứu vé của tôi\"],\"PUpvQe\":[\"Máy quét camera\"],\"PYVWEI\":[\"Nếu đã đăng ký, cung cấp mã số VAT của bạn để xác thực\"],\"PYs3rP\":[\"Tên sự kiện\"],\"PZ7FTW\":[\"Tự động phát hiện dựa trên màu nền, nhưng có thể ghi đè\"],\"Pa6G7v\":[\"Tên ban tổ chức\"],\"Pc/Wtj\":[\"Người tham dự này có đơn hàng chưa thanh toán.\"],\"Pc729f\":[\"Đơn Hàng Đang Chờ Thanh Toán Ngoại Tuyến\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"Đã sao chép!\"],\"Pjsch9\":[\"Tìm kiếm phân bổ sức chứa...\"],\"Pmr5xp\":[[\"0\"],\" đã tạo thành công\"],\"PnSzEc\":[\"Khi bạn đã sẵn sàng, hãy đặt sự kiện của bạn trực tiếp và bắt đầu bán sản phẩm.\"],\"Pp1sWX\":[\"Cập nhật đối tác\"],\"Pte1Hv\":[\"Xem chi tiết người tham dự\"],\"Puv7+X\":[\"Cài đặt tài khoản\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"Đơn hàng này đã hết hạn. Vui lòng bắt đầu lại.\"],\"Q2lUR2\":[\"Tiền tệ\"],\"Q7CWxp\":[\"Khi một người tham dự bị hủy\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"Số VAT của bạn sẽ được xác thực khi bạn lưu\"],\"QDEWii\":[\"Đã xác minh\"],\"QDWsl9\":[\"Chào mừng đến với \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"QEQlnV\":[\"Gửi tin nhắn đầu tiên của bạn\"],\"QGoXh3\":[\"Vì doanh nghiệp của bạn có trụ sở tại EU, chúng tôi cần xác định cách xử lý VAT chính xác cho phí nền tảng:\"],\"QHhZeE\":[\"Tạo mẫu thành công\"],\"QIWCnW\":[\"Danh sách người tham dự VIP\"],\"QIn0Vl\":[\"Tên doanh nghiệp hợp pháp cho mục đích VAT\"],\"QIodqd\":[\"Tải về mã QR\"],\"QIxRUI\":[\"Vé trả phí, miễn phí, giá nhiều cấp và dựa trên quyên góp\"],\"QKLP1W\":[\"Kết nối tài khoản Stripe của bạn để bắt đầu nhận thanh toán.\"],\"QKim6l\":[\"Không tìm thấy người tham dự\"],\"QMHSMS\":[\"Khách hàng sẽ nhận email xác nhận hoàn tiền\"],\"QN2F+7\":[\"Thêm Webhook\"],\"QNrkms\":[\"Câu trả lời đã được cập nhật thành công.\"],\"QOg2Sf\":[\"Tùy chỉnh cài đặt email và thông báo cho sự kiện này\"],\"QOhkyl\":[\"Soạn\"],\"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ữ.\"],\"QS1Nla\":[\"Lên lịch gửi sau\"],\"QUg5y1\":[\"Gần xong rồi! Hoàn thành kết nối tài khoản Stripe để bắt đầu nhận thanh toán.\"],\"QXgjH0\":[\"Không thể dừng mạo danh. Vui lòng thử lại.\"],\"QXlz+n\":[\"Tiền tệ mặc định cho các sự kiện của bạn.\"],\"QYARw/\":[\"Chọn Vé\"],\"QYLpB4\":[\"Chỉ check-in\"],\"QYcUEf\":[\"Giá tối thiểu\"],\"QbrUIo\":[\"Lượt xem trang\"],\"QcCPs8\":[\"Chi tiết sự kiện\"],\"QcwyCh\":[\"Có, loại bỏ chúng\"],\"Qj0GKe\":[\"Bật tự phục vụ cho người tham dự\"],\"QkLf4H\":[\"URL trang\"],\"QlSZU0\":[\"Bạn đang mạo danh <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"Đây là những gì cần mong đợi:\"],\"Qm5XkZ\":[\"Ngày bắt đầu bán hàng\"],\"QoAi8D\":[\"Không có phản hồi\"],\"QotGhf\":[\"Bỏ qua thông báo này\"],\"Qp4HWD\":[\"Người nhận tối đa / tin nhắn\"],\"Qqqrwa\":[\"Mở Trang Check-In\"],\"Qrc8RZ\":[\"Xóa danh sách check-in\"],\"QsYjci\":[\"Tất cả sự kiện\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"Chọn máy ảnh\"],\"QuhVpV\":[\"Chào \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"Công suất\"],\"QzmQBG\":[\"Nhà cung cấp Thanh toán\"],\"R02pnV\":[\"Sự kiện của bạn phải được phát trực tiếp trước khi bạn có thể bán vé cho người tham dự.\"],\"R0wEyA\":[\"Tìm kiếm theo tên công việc hoặc ngoại lệ...\"],\"R29lO5\":[\"Điều khoản thanh toán\"],\"R2O9Rg\":[\"Số tiền đã trả (\",[\"0\"],\")\"],\"R4Oqr8\":[\"Xuất hoàn tất. Đang tải xuống tệp...\"],\"R4r4XO\":[\"Người được mời\"],\"R5IT/I\":[\"Ghi chú của người tham dự\"],\"R6i9o9\":[\"Bạn phải hiểu rằng email này không phải là email quảng cáo\"],\"R6n7j9\":[\"Cài đặt VAT đã được cập nhật thành công\"],\"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ợ.\"],\"RD51+P\":[\"Phí nền tảng \",[\"0\"],\" được khấu trừ từ khoản thanh toán của bạn\"],\"RDie0n\":[\"Linh tinh\"],\"RG3szS\":[\"đóng\"],\"RHyZUL\":[\"Không có kết quả tìm kiếm.\"],\"RKKhnW\":[\"Tạo widget tùy chỉnh để bán vé trên trang web của bạn.\"],\"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.\"],\"ROv2ZT\":[\"Câu hỏi\"],\"RQCXz6\":[\"Giới hạn đơn hàng\"],\"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.\"],\"RReHTu\":[\"Tên doanh nghiệp\"],\"RUMiLy\":[\"Xác thực số VAT không thành công\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"Mã khuyến mãi\"],\"RWw9Lg\":[\"Đóng hộp thoại\"],\"RY2eP1\":[\"Không có thuế hoặc phí đã được thêm vào.\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"Bạn sẽ đến lúc mấy giờ?\"],\"ReihZ7\":[\"Xem trước khi in\"],\"RfwZxd\":[\"Đặt lại mật khẩu\"],\"RjwlZt\":[\"Đơn hàng này đã được thanh toán.\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"Gửi tin nhắn\"],\"RlJmQg\":[\"Thuế tiêu chuẩn, như VAT hoặc GST\"],\"RnvnDc\":[\"Xem tất cả tin nhắn được gửi trên nền tảng\"],\"Ropvj0\":[\"Chọn những sự kiện nào sẽ kích hoạt webhook này\"],\"RpwiYC\":[\"Hoàn tiền chờ xử lý\"],\"RqSKdX\":[\"Sản phẩm này đã bán hết\"],\"Rs/IcB\":[\"Được sử dụng lần đầu tiên\"],\"Rs7IQv\":[\"Thông báo trước khi thanh toán\"],\"RsiDDQ\":[\"Danh Sách Khác (Vé Không Bao Gồm)\"],\"RtxQTF\":[\"Cũng hủy đơn hàng này\"],\"RuaKfn\":[\"Cập nhật địa chỉ thành công\"],\"Rwiyt2\":[\"Đã cấu hình thuế\"],\"RxzN1M\":[\"Đã bật\"],\"RzEvf5\":[\"Sự kiện này đã kết thúc\"],\"S+OdxP\":[\"Ai đang tổ chức sự kiện này?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"Tên của bạn phải nằm trong khoảng từ 1 đến 50 ký tự\"],\"S0ctOE\":[\"Lưu trữ sự kiện\"],\"S3CZ5M\":[\"Bảng điều khiển nhà tổ chức\"],\"S4PqS9\":[[\"0\"],\" Webhook đang hoạt động\"],\"S8Tua9\":[\"Cập nhật cài đặt thành công\"],\"SCimta\":[\"ẩn trang bắt đầu từ thanh bên\"],\"SHJwyq\":[\"Tỷ lệ check-in\"],\"SIHgVQ\":[\"Không thể hủy tin nhắn\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"Tổng số người tham dự\"],\"SMUbbQ\":[\"Đầu vào thả xuống chỉ cho phép một lựa chọn\"],\"SNzppu\":[\"Tham gia danh sách chờ\"],\"SO9AEF\":[\"Giới hạn đơn hàng đã đặt\"],\"SPKbfM\":[\"ví dụ: Mua vé, Đăng ký ngay\"],\"SPdzrs\":[\"Gửi cho khách hàng khi họ đặt hàng\"],\"SQKPvQ\":[\"Mời người dùng\"],\"SQqJd8\":[\"Không tìm thấy nhà tổ chức\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"Đã bắt đầu xuất. Đang chuẩn bị tệp...\"],\"SXzpzO\":[\"Hiển thị hộp kiểm đăng ký tiếp thị theo mặc định\"],\"SZw9tS\":[\"Xem chi tiết\"],\"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.\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"Lỗi\"],\"SnlQeq\":[\"Không có câu hỏi nào được hỏi cho đơn hàng này.\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"Checkbox\"],\"SsI9v/\":[\"Không thể hủy đơn hàng. Vui lòng thử lại.\"],\"Sxm1lO\":[\"Tất cả trạng thái\"],\"Sxm8rQ\":[\"Người dùng\"],\"T+1APV\":[\"Số VAT hiện tại đã được xác thực\"],\"T02gNN\":[\"Vé phổ thông\"],\"T0K0yl\":[\"Người dùng không hoạt động không thể đăng nhập.\"],\"T4BMxU\":[\"Các khoản phí có thể thay đổi. Bạn sẽ được thông báo về bất kỳ thay đổi nào trong cấu trúc phí của mình.\"],\"T5rdis\":[\"Sao chép vào bộ nhớ tạm\"],\"T6B2gk\":[\"Không thể gửi tin nhắn. Vui lòng thử lại.\"],\"TBEnp1\":[\"Logo sẽ được hiển thị trong phần đầu trang\"],\"TF37u6\":[\"Những người tham dự của bạn đã được xuất thành công.\"],\"TF9opW\":[\"đèn Flash không khả dụng trên thiết bị này\"],\"TMLAx2\":[\"Bắt buộc\"],\"TNaCfq\":[\"Hộp văn bản dòng đơn\"],\"TPoYsF\":[\"Mã đơn hàng\"],\"TSAiPM\":[\"Trang bạn đang tìm kiếm không tồn tại\"],\"TTpXL3\":[\"Gửi lại sau \",[\"resendCooldown\"],\"s\"],\"TUJAyx\":[\"Mật khẩu phải tối thiểu 8 ký tự\"],\"TWXU0c\":[\"Mạo danh người dùng\"],\"TZxnm8\":[\"Thêm tùy chọn\"],\"TdfEV7\":[\"Lưu trữ\"],\"TeSaQO\":[\"Quay lại tài khoản\"],\"Tf55h7\":[\"Giảm giá đã cấu hình\"],\"TjX7xL\":[\"Tin Nhắn Sau Thanh Toán\"],\"TjbIUI\":[[\"availableCount\"],\" trong số \",[\"totalCount\"],\" có sẵn\"],\"TkQVup\":[\"Vui lòng kiểm tra email và mật khẩu của bạn và thử lại\"],\"TkfG8v\":[\"Thu thập thông tin theo đơn hàng\"],\"TlEeFv\":[\"Các sự kiện sắp tới\"],\"TnzbL+\":[\"Do rủi ro 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 đến người tham dự.\\nĐiều này để đảm bảo rằng tất cả các tổ chức sự kiện đều được xác minh và chịu trách nhiệm.\"],\"Tol4BF\":[\"Chi tiết đơn hàng\"],\"TpqW74\":[\"Đã sửa\"],\"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.\"],\"TskrJ8\":[\"Thanh toán & Gói\"],\"TvY/XA\":[\"Tài liệu\"],\"TvkW9+\":[\"Bạn có chắc mình muốn lưu trữ sự kiện này không?\"],\"TxfvH2\":[\"Chọn người tham dự nào sẽ nhận tin nhắn này\"],\"Tz0i8g\":[\"Cài đặt\"],\"Tz5oXG\":[\"Có, hủy đơn hàng của tôi\"],\"U/R4Ng\":[\"Cấp sản phẩm\"],\"U3pytU\":[\"Quản trị viên\"],\"U3wiCB\":[\"Bạn đã sẵn sàng! Thanh toán của bạn đang được xử lý suôn sẻ.\"],\"U61sAj\":[\"Danh mục sản phẩm được cập nhật thành công.\"],\"U65fiW\":[\"Lưu tổ chức\"],\"U66oUa\":[\"Không thể tạo mẫu\"],\"U7nGvl\":[\"Không thể check-in\"],\"UBSG1X\":[\"Nhà tổ chức hàng đầu (14 ngày qua)\"],\"UEqXyt\":[\"Phạm vi tùy chỉnh\"],\"UGT5vp\":[\"Lưu cài đặt\"],\"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.\"],\"UJmAAK\":[\"Chủ đề\"],\"UKfi21\":[\"Tạo thuế hoặc phí\"],\"UMGQOh\":[\"Kết nối với Stripe\"],\"UNMVei\":[\"Quên mật khẩu?\"],\"UQ0ACV\":[\"Tổng đơn hàng\"],\"URAE3q\":[\"Tạm dừng\"],\"URUYHc\":[\"Cài đặt phí nền tảng đã được cập nhật thành công\"],\"URmyfc\":[\"Chi tiết\"],\"UVPI5D\":[\"Hiển thị ít nền tảng hơn\"],\"UW90md\":[\"Không tìm thấy người nhậ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\"],\"UXBCwc\":[\"Họ\"],\"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.\"],\"UYUgdb\":[\"Đơn hàng\"],\"UZ2GSZ\":[\"Cài đặt hóa đơn\"],\"UaISq3\":[\"Tiếng Thụy Điển\"],\"UabgBd\":[\"Nội dung là bắt buộc\"],\"UdY1lL\":[\"Thanh toán của bạn không thành công, vui lòng thử lại.\"],\"Ug4SfW\":[\"Khi bạn tạo một sự kiện, bạn sẽ thấy nó ở đây.\"],\"UiAk5P\":[\"Chèn hình ảnh\"],\"Uicx2U\":[\"Danh sách người tham dự này đang hoạt động\"],\"UjNWsF\":[\"VAT có thể được áp dụng cho phí nền tảng tùy thuộc vào trạng thái đăng ký VAT của bạn. Vui lòng hoàn thành phần thông tin VAT bên dưới.\"],\"UkHo4c\":[\"Mã đơn hàng\"],\"UkM20g\":[\"Đang chờ xem xét\"],\"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.\"],\"UlAK8E\":[\"Đang xuất đơn hàng\"],\"Uo5ddP\":[\"Chúng tôi sẽ thông báo qua email nếu có chỗ trống cho \",[\"0\"],\".\"],\"UoIRW8\":[\"Người tham dự đã đăng ký\"],\"Upeg/u\":[\"Kích hoạt mẫu này để gửi email\"],\"Uqefyd\":[\"Bạn có đăng ký VAT tại EU không?\"],\"UtDm3q\":[\"URL được sao chép vào bảng tạm\"],\"Uu0hZq\":[\"Email nhà tổ chức\"],\"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.\"],\"Uwsg2F\":[\"Đã đặt chỗ\"],\"V0SbFp\":[\"Hiển thị số lượng sản phẩm có sẵn\"],\"V1EGGU\":[\"Tên\"],\"V1krgP\":[\"Mã không được quá 20 ký tự\"],\"V2sk3H\":[\"Email & Mẫu\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"Mã xác thực mới đã được gửi đến email của bạn\"],\"V6Q5RZ\":[\"Phân bổ sức chứa được tạo thành công\"],\"V7DYWd\":[\"Tin nhắn được gửi\"],\"V7MwOy\":[\"Đã xảy ra lỗi trong khi tải trang\"],\"V7Tejz\":[\"Tự động xử lý danh sách chờ\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"Quay lại đăng nhập\"],\"VD0iA7\":[\"Nhiều tùy chọn giá. Hoàn hảo cho sản phẩm giảm giá sớm, v.v.\"],\"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.\"],\"VEsDvU\":[\"Người dùng có thể thay đổi email của họ trong <0>Cài đặt hồ sơ\"],\"VFv2ZC\":[\"Ngày kết thúc\"],\"VHfLAW\":[\"Không có tài khoản\"],\"VT+urE\":[\"Tìm kiếm theo tên hoặc email...\"],\"VTfZPy\":[\"Truy cập bị từ chối\"],\"VX+B3I\":[\"Tìm kiếm theo tiêu đề sự kiện hoặc người tổ chức...\"],\"VY+Bdn\":[\"Tìm kiếm theo tên tài khoản hoặc email...\"],\"VZeG/A\":[\"Sắp ra mắt\"],\"Vd+LC3\":[\"Màu sắc phải là mã màu hex hợp lệ. Ví dụ: #ffffff\"],\"VeKsnD\":[\"Gửi lại email đơn hàng\"],\"VejKUM\":[\"Vui lòng điền thông tin của bạn ở trên trước\"],\"Vi+BiW\":[\"Bao gồm các sản phẩm \",[\"0\"]],\"VioGG1\":[\"Kết nối tài khoản Stripe để chấp nhận thanh toán cho vé và sản phẩm.\"],\"Vjat/X\":[\"Tin nhắn là bắt buộc\"],\"Vjij1k\":[[\"ngày\"],\" ngày, \",[\"giờ\"],\" giờ, \",[\"phút\"],\" phút và \",[\"giây\"],\" giây\"],\"VkSk/i\":[\"Bạn có chắc chắn muốn hủy tin nhắn đã lên lịch này không?\"],\"VlXNyK\":[\"Mỗi đơn hàng\"],\"Vla0Bo\":[\"Sản phẩm đã bán\"],\"VlnB7s\":[\"6 tháng qua\"],\"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.\"],\"VpwcSk\":[\"Nhập mật khẩu mới\"],\"VsM1HH\":[\"Phân bổ sức chứa\"],\"VskHIx\":[\"Xóa danh mục\"],\"Vw0KCJ\":[\"Check-in bằng mã QR\"],\"VwdqVy\":[\"Tạo phân bổ sức chứa\"],\"Vx2J6x\":[\"Không thể lấy thông tin người tham dự\"],\"VxFvXQ\":[\"Nhúng Widget\"],\"VxYKoK\":[\"Cài đặt email & thông báo\"],\"VyUuZb\":[\"URL hình ảnh\"],\"W/eN+G\":[\"Nếu để trống, địa chỉ sẽ được sử dụng để tạo liên kết Google Maps\"],\"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ử.\"],\"W428WC\":[\"Chuyển đổi cột\"],\"W4kWXJ\":[\"Tìm kiếm theo tên người tham dự, email hoặc đơn hàng\"],\"W5A0Ly\":[\"Đã xảy ra lỗi không mong muốn.\"],\"W7AfhC\":[\"Tất cả những người tham dự sự kiện này\"],\"WBq1/R\":[\"Máy quét USB đã hoạt động\"],\"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.\"],\"WHf154\":[\"Xóa mã\"],\"WKHW0N\":[\"Chi tiết sự kiện trực tuyến\"],\"WKMnh4\":[\"Một đầu vào văn bản dòng duy nhất\"],\"WLxtFC\":[\"Không thể tạo sản phẩm. Vui lòng kiểm tra thông tin của bạn\"],\"WNnP3w\":[\"Kết nối và nâng cấp\"],\"WOpH7O\":[\"Trải nghiệm thanh toán tuyệt đẹp trên mọi thiết bị\"],\"WOyJmc\":[\"- Nhấp để gỡ bỏ\"],\"WTk/ke\":[\"Giới thiệu về Stripe Connect\"],\"WUOCgI\":[\"Đã cung cấp suất thành công\"],\"WVbTwK\":[\"Tạo danh sách check-in\"],\"WVgSTy\":[\"Quản lý đơn hàng\"],\"WWYHKD\":[\"Thanh toán của bạn được bảo vệ bằng mã hóa cấp ngân hàng\"],\"WZZzB6\":[\"Tên sự kiện là bắt buộc\"],\"WZbCR3\":[\"Hoàn tiền không thành công\"],\"WbImlQ\":[\"Đơn hàng đã bị hủy và chủ sở hữu đơn hàng đã được thông báo.\"],\"WbopAG\":[\"Thanh toán Stripe không được kích hoạt cho sự kiện này.\"],\"Wd5CDM\":[\"Tên sự kiện nên ít hơn 150 ký tự\"],\"WdmJIX\":[\"Đang tải xem trước...\"],\"Weq9zb\":[\"Chung\"],\"WgD6rb\":[\"Danh mục sự kiện\"],\"WjSpu5\":[\"Sự kiện trực tuyến\"],\"Wjz5KP\":[\"Không có người tham dự để hiển thị\"],\"Wvrz79\":[\"Số tiền đã thanh toán\"],\"WyCBRt\":[\"Tóm tắt thuế\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"Có - Tôi có số đăng ký VAT EU hợp lệ\"],\"X13xGn\":[\"Không đáng tin cậy\"],\"X1zdE7\":[\"Cấu hình đã được tạo thành công\"],\"X26cQf\":[\"URL vé\"],\"X2rrlw\":[\"Tổng phụ\"],\"X4o0MX\":[\"Không thể tải Webhook\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"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.\"],\"XAHqAg\":[\"Đây là một sản phẩm chung, như áo phông hoặc cốc. Không có vé nào được phát hành\"],\"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.\"],\"XIG669\":[\"Khi check-in mở\"],\"XKJuAX\":[\"Đã xóa câu hỏi\"],\"XUfgCI\":[\"Không có phân bổ sức chứa\"],\"XVLu2v\":[\"Tiêu đề sự kiện\"],\"XX32BM\":[\"Chỉ mất vài phút\"],\"XZkeaI\":[\"Không tìm thấy nhật ký\"],\"XcgRvb\":[\"Johnson\"],\"Xd1R1a\":[\"Địa chỉ nhà tổ chức của bạn\"],\"Xe2tSS\":[\"Tài liệu kết nối\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"Đơn hàng của bạn đã được xuất thành công.\"],\"XgOuA7\":[\"90 ngày qua\"],\"XkFYVB\":[\"Xóa sản phẩm\"],\"XletzW\":[\"Tạo thể loại\"],\"XwdMMg\":[\"Mã chỉ được chứa chữ cái, số, dấu gạch ngang và dấu gạch dưới\"],\"XxecLm\":[\"Loại vé\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"Đây là component React bạn có thể sử dụng để nhúng widget vào ứng dụng của bạn.\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"Tùy chỉnh trang chủ sự kiện và tin nhắn thanh toán\"],\"YAV57v\":[\"Đối tác liên kết\"],\"YAl9Hg\":[\"Tạo cấu hình\"],\"YC3oXa\":[\"Mô tả cho nhân viên làm thủ tục check-in\"],\"YClrdK\":[\"Sự kiện này chưa được xuất bản\"],\"YDVUVl\":[\"Loại sự kiện\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"Có gì đó không ổn! Vui lòng thử lại\"],\"YHsF9c\":[\"ẩn sản phẩm sau ngày kết thúc bán\"],\"YIDzi/\":[\"Tạo mẫu tùy chỉnh\"],\"YIix5Y\":[\"Tìm kiếm\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"Tôi xác nhận đây là tin nhắn giao dịch liên quan đến sự kiện này\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"Chi tiết doanh số sản phẩm, doanh thu và thuế\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"Cấu hình tài khoản đã được cập nhật thành công\"],\"YQ3QSS\":[\"Không thể gửi lại mã xác thực\"],\"YSEnLE\":[\"Smith\"],\"YXhom6\":[\"Phí cố định:\"],\"YXx+fG\":[\"Tổng trước khi giảm giá\"],\"YZi+Hu\":[\"Công việc đã được xếp hàng để thử lại\"],\"Ya1JhR\":[\"Không có sản phẩm có sẵn trong danh mục này.\"],\"YaCgdO\":[\"Xác nhận email đã được gửi lại thành công\"],\"Yc5YW6\":[\"Không có công việc thất bại\"],\"Ye321X\":[\"Tên thuế\"],\"YfHZv0\":[\"Hiển thị cho khách hàng trước khi họ thanh toán\"],\"YgRSEE\":[\"Bạn có chắc là bạn muốn xóa mã khuyến mãi này không?\"],\"YjVNGZ\":[\"Xem trước trang chủ\"],\"Ym1gnK\":[\"đã được áp dụng\"],\"YpN29s\":[\"Thông báo cho ban tổ chức các đơn hàng mới\"],\"Yrbm6T\":[\"Nhà tổ chức tuyệt vời Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"Đơn hàng này đã bị hủy bỏ.\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"Danh sách soát vé được cập nhật thành công\"],\"Z3FXyt\":[\"Đang tải ...\"],\"Z3etYG\":[\"1 ngày trước sự kiện\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"Thanh toán ngoại tuyến\"],\"Z6q0Vl\":[\"Bạn đã chấp nhận lời mời này. Vui lòng đăng nhập để tiếp tục.\"],\"Z8lGw6\":[\"Chia sẻ\"],\"ZBAScj\":[\"Người tham dự không xác định\"],\"ZCSSd+\":[\"Tạo sự kiện của riêng bạn\"],\"ZDIydz\":[\"Bắt đầu\"],\"ZIgYeg\":[\"Màu chữ phụ\"],\"ZN1WLO\":[\"Sao chép Email\"],\"ZOBwQn\":[\"Thiết kế trang sự kiện\"],\"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.\"],\"ZPj0Q8\":[\"Chi tiết tin nhắn\"],\"ZPoHOn\":[\"Không có sản phẩm liên quan đến người tham dự này.\"],\"ZPwFnN\":[\"Không thể xuất đơn hàng\"],\"ZQ15eN\":[\"Không thể gửi lại email vé\"],\"ZQKLI1\":[\"Vùng nguy hiểm\"],\"ZS/D7f\":[\"Tất cả sự kiện đã kết thúc\"],\"ZWEfBE\":[\"Không cần thanh toán\"],\"ZZEYpT\":[\"Tùy chọn \",[\"i\"]],\"ZaEJZM\":[\"Xác nhận thay đổi email\"],\"ZfxaB4\":[\"Hoàn lại tiền một phần\"],\"Zi3Sbw\":[\"Đã xóa khỏi danh sách chờ thành công\"],\"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>\"],\"ZkS2p3\":[\"Hủy công bố sự kiệ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.\"],\"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.\"],\"Znwxal\":[\"Cấu hình phí ứng dụng\"],\"ZowkxF\":[\"Thuế\"],\"ZpieFv\":[\"Không thể hủy đơn hàng\"],\"ZsZeV2\":[\"Email là bắt buộc\"],\"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.\"],\"ZutOKU\":[\"Thuế suất VAT\"],\"Zw6LWb\":[\"Không thể xóa công việc\"],\"ZxnK5C\":[\"Khi bạn bắt đầu thu thập dữ liệu, bạn sẽ thấy nó ở đây.\"],\"Zz6Cxn\":[\"Vùng nguy hiểm\"],\"a/gMx2\":[\"Không có danh sách check-in\"],\"a0EjD+\":[\"Tạo sản phẩm\"],\"a41PKA\":[\"Doanh số đối tác liên kết sẽ được theo dõi\"],\"a5KFZU\":[\"Thêm chi tiết sự kiện và quản lý cài đặt sự kiện.\"],\"a5jvSX\":[\"Cấp giá\"],\"a6+167\":[\"Chọn một sự kiện\"],\"a6gga1\":[\"Lỗi xác nhận thay đổi email\"],\"a7u1N9\":[\"Giá\"],\"aAIQg2\":[\"Giao diện\"],\"aEDp5C\":[\"Dán mã này vào nơi bạn muốn widget xuất hiện.\"],\"aFk48v\":[\"Không thể xóa cấu hình\"],\"aGWZUr\":[\"Doanh thu gộp\"],\"aH6ZIb\":[\"Mời nhóm của bạn\"],\"aIA9C4\":[\"Câu hỏi được tạo thành công\"],\"aK4uBd\":[\"24 giờ qua\"],\"aKtF0O\":[\"Stripe chưa kết nối\"],\"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.\"],\"aS0jtz\":[\"Đã bỏ\"],\"aT3jZX\":[\"Chọn múi giờ\"],\"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ể.\"],\"acIJ41\":[\"Trạng thái đơn hàng\"],\"agPptk\":[\"Phương tiện\"],\"agZ87r\":[\"Tạo vé cho sự kiện của bạn, đặt giá và quản lý số lượng có sẵn.\"],\"alD1+n\":[\"Ghi chú hóa đơn\"],\"amMkpL\":[\"Hết chỗ\"],\"an5hVd\":[\"Hình ảnh\"],\"aqxYLv\":[\"Giáo dục\"],\"av+gjP\":[\"Tên người tham dự\"],\"avf0gk\":[\"Mô tả câu hỏi\"],\"awHmAT\":[\"ID vé\"],\"axVMjA\":[\"ẩn sản phẩm trừ khi người dùng có mã khuyến mãi áp dụng\"],\"axv/Mi\":[\"Mẫu tùy chỉnh\"],\"b0HJ45\":[\"Thành công! \",[\"0\"],\" sẽ nhận một email trong chốc lát.\"],\"b1Jvg+\":[\"Vui lòng tiếp tục trong tab mới\"],\"b24kPi\":[\"Hàng đợi\"],\"b33PL9\":[\"Hiển thị thêm nền tảng\"],\"b46pt5\":[\"Ảnh bìa sự kiện\"],\"b4itZn\":[\"Làm việc\"],\"b6+Y+n\":[\"Đơn hàng hoàn tất\"],\"b9SN9q\":[\"Mã tham chiếu đơn hàng duy nhất\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"Tạo \",[\"0\"]],\"bA31T4\":[\"Sử dụng thông tin người mua cho tất cả người tham dự\"],\"bB6Ram\":[\"48 giờ qua\"],\"bECJqy\":[\"Tin nhắn được phê duyệt thành công\"],\"bKOYkd\":[\"Hóa đơn được tải xuống thành công\"],\"bLB3MJ\":[\"Phương thức thanh toán\"],\"bPWBLL\":[\"Không thể kiểm tra người tham dự\"],\"bPwFdf\":[\"Tài Khoản\"],\"bU4bS1\":[\"Hoàn tiền\"],\"bU7oUm\":[\"Chỉ gửi đến các đơn hàng có trạng thái này\"],\"bVjDs9\":[\"Phí bổ sung\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"Bạn có chắc là bạn muốn xóa danh sách tham dự này không?\"],\"bbslmb\":[\"Thiết kế vé\"],\"bcCn6r\":[\"Loại tính toán\"],\"bcYlvb\":[\"Khi check-in đóng\"],\"bfXQ+N\":[\"Chấp nhận lời mời\"],\"bgqf+K\":[\"Email người giữ vé\"],\"bhlHm/\":[\"Đơn hàng của bạn đang chờ thanh toán\"],\"blK94r\":[\"Vui lòng thêm ít nhất một tùy chọ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.\"],\"br3Y/y\":[\"Phí nền tảng\"],\"btxLWj\":[\"Trạng thái sự kiện đã được cập nhật\"],\"bv6RXK\":[\"Nhãn nút\"],\"bwBlJv\":[\"Tên trong đơn hàng\"],\"bxoWpz\":[\"Gửi lại email xác nhận\"],\"byKna+\":[\"Đã xảy ra lỗi không mong muốn. Vui lòng thử lại.\"],\"c+suC6\":[\"Tài khoản trả phí\"],\"c/TIyD\":[\"Đơn hàng & Vé\"],\"c2/9VE\":[\"Tải trọng\"],\"c3E/kw\":[\"Homer\"],\"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.\"],\"c6SXHN\":[\"Xem trang sự kiện\"],\"c7VN/A\":[\"Xem câu trả lời\"],\"c9Evkd\":[\"Bạn không thể xóa danh mục cuối cùng.\"],\"c9RYbv\":[\"Khi một đơn hàng được đánh dấu là đã thanh toán\"],\"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.\"],\"cDtoWq\":[\"Bạn có chắc chắn muốn gửi lại xác nhận đơn hàng đến \",[\"0\"],\"?\"],\"cEFg3R\":[\"Không thể tạo đối tác\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"1 tuần trước sự kiện\"],\"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\"],\"cJ4Y4R\":[\"Hoàn lại tiền của bạn đang xử lý.\"],\"cK9+xQ\":[\"Quốc gia VAT\"],\"cKj6OE\":[\"Tóm tắt Check-in\"],\"cMW+gm\":[\"Hiển thị tất cả nền tảng (\",[\"0\"],\" có giá trị khác)\"],\"cOePZk\":[\"Thời gian sự kiện\"],\"cQrNR3\":[\"Quản lý hồ sơ\"],\"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. \"],\"cSev+j\":[\"Bộ lọc\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" đã checked in\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"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?\"],\"cd0jIM\":[\"Chi tiết công việc\"],\"cdR8d6\":[\"Vui lòng tạo vé\"],\"cde2hc\":[\"Tất cả các sản phẩm\"],\"cf35MA\":[\"Lễ hội\"],\"cjdktw\":[\"🚀 Đặt sự kiện của bạn công khai\"],\"cl5WYc\":[\"Mã \",[\"Promo_code\"],\" đã được áp dụng\"],\"clF06r\":[\"Có thể hoàn tiền\"],\"cljs3a\":[\"Cho biết bạn có đăng ký VAT tại EU hay không\"],\"cnGeoo\":[\"Xóa\"],\"coIKFu\":[\"Không có thống kê nào cho nhà tổ chức với loại tiền tệ đã chọn hoặc đã xảy ra lỗi.\"],\"cormHa\":[\"Dòng địa chỉ 2\"],\"cosfD8\":[\"Trạng Thái Người Tham Dự\"],\"cs5muu\":[\"Xem trước trang sự kiện\"],\"csDS2L\":[\"Còn chỗ\"],\"ct2SYD\":[\"7 ngày qua\"],\"cxsKvw\":[\"Khi một lượt check-in bị xóa\"],\"d+F6q9\":[\"Đã tạo\"],\"d+KKMz\":[\"Không thể tải danh sách check-in\"],\"d0rUsW\":[\"Liên kết mạng xã hội\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"Hủy\"],\"dF6vP6\":[\"Trực tiếp\"],\"dFFW9L\":[\"Đợt giảm giá kết thúc \",[\"0\"]],\"dFHcIn\":[\"Chi tiết thuế\"],\"dFJnia\":[\"Đây là tên nhà tổ chức sẽ hiển thị cho người dùng của bạn.\"],\"dFuEhO\":[\"Gửi lại email vé\"],\"dJZTv2\":[\"Chọn thời gian bắt đầu\"],\"dLm8V5\":[\"Email quảng cáo có thể dẫn đến đình chỉ tài khoản\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"Chi tiết phân bổ\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"Đây là tất cả các vé liên kết với địa chỉ email của bạn.\"],\"dPYu1F\":[\"Theo người tham dự\"],\"dPyJ15\":[\"Xóa mẫu\"],\"dSyJj6\":[\"Địa chỉ email không khớp\"],\"dVgNF1\":[\"Không thể tạo cấu hình\"],\"dVxpp5\":[\"Chào mừng trở lại\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"Không tìm thấy sự kiệ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.\"],\"dXoieq\":[\"Tóm tắt\"],\"dZsDbK\":[\"Vượt quá giới hạn ký tự HTML: \",[\"htmllesth\"],\"/\",[\"maxlength\"]],\"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\\\".\"],\"de6HLN\":[\"Khi khách hàng mua vé, đơn hàng của họ sẽ hiển thị tại đây.\"],\"dfkQIO\":[\"Khi một sản phẩm mới được tạo ra\"],\"dkAPxi\":[\"Tạo webhook\"],\"dr7CWq\":[\"Tất cả sự kiện sắp diễn ra\"],\"dsFmM+\":[\"Đã mua\"],\"dtGC3q\":[\"Email vé đã được gửi lại với người tham dự\"],\"e/cvV1\":[\"Đang xác thực...\"],\"e3uMJH\":[\"Đơn hàng này đã hoàn tất.\"],\"e4KdjJ\":[\"Thêm người tham dự\"],\"e4L7bF\":[\"Chọn một tin nhắn để xem nội dung\"],\"e5lF64\":[\"Ví dụ sử dụng\"],\"e7eZuA\":[\"Đơn hàng cập nhật\"],\"e8WNln\":[\"Múi giờ sự kiện\"],\"e99fHm\":[\"Khôi phục sự kiện\"],\"eB5vce\":[\"Chủ đơn hàng có sản phẩm cụ thể\"],\"ePK91l\":[\"Chỉnh sửa\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"Tạo mật khẩu mới\"],\"eWRECP\":[\"Cuộc sống về đêm\"],\"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.\"],\"eaUTwS\":[\"Gửi liên kết đặt lại\"],\"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ệ.\"],\"ebIDwV\":[\"Lịch Google\"],\"eeZdaB\":[\"Cấu hình đã được cập nhật thành công\"],\"efAM7X\":[\"Trường nhập ngày. Hoàn hảo để hỏi ngày sinh, v.v.\"],\"ejMDw1\":[\"Khi một đơn hàng được hoàn trả\"],\"ejXy+D\":[\"Không thể sắp xếp sản phẩm\"],\"elW7Tn\":[\"Nội dung email\"],\"enV0g0\":[\"Để trống để sử dụng từ mặc định \\\"Hóa đơn\\\"\"],\"eneWvv\":[\"Bản nháp\"],\"enzGAL\":[\"Câu hỏi\"],\"eorM7z\":[\"Danh mục đã được sắp xếp lại thành công.\"],\"ercTDX\":[\"Mã phải dài từ 3 đến 50 ký tự\"],\"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. \"],\"etaWtB\":[\"Chỉnh sửa thông tin người tham dự\"],\"euc6Ns\":[\"Nhân đôi\"],\"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\\\"\"],\"evDBV8\":[\"Công bố sự kiện\"],\"exy8uo\":[\"Tạo mã\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"Danh sách check-in\"],\"f30uVZ\":[\"Những gì bạn cần làm:\"],\"f3RdEk\":[[\"giờ\"],\" giờ, \",[\"phút\"],\" phút và \",[\"giây\"],\" giây\"],\"f4vJgj\":[\"Đầu vào văn bản nhiều dòng\"],\"f7SUun\":[\"Mật khẩu không giống nhau\"],\"f8qS7T\":[\"'không có gì để hiển thị'\"],\"f9WRpE\":[\"Loại tệp không hợp lệ. Vui lòng tải lên hình ảnh.\"],\"fAv9QG\":[\"🎟️ Thêm vé\"],\"fFYotW\":[\"Hoàn tiền một phần: \",[\"0\"]],\"fFeCKc\":[\"Không giảm giá\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"Bạn không thể hoàn trả một Đơn hàng được tạo thủ công.\"],\"fKn/k6\":[\"Số tiền hoàn lại\"],\"fMPkxb\":[\"Hiển thị thêm\"],\"fROFIL\":[\"Tiếng Việt\"],\"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\"],\"fVPt0F\":[\"Khi một đơn hàng được cập nhật\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"Chỉnh sửa webhook\"],\"fWsBTs\":[\"Có gì đó không ổn. Vui lòng thử lại\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"ví dụ: Cập nhật quan trọng về vé của bạn\"],\"fcnqjw\":[\"Hướng Dẫn Thanh Toán Offline\"],\"fdjq4c\":[\"Khoảng cách\"],\"fgLNSM\":[\"Đăng ký\"],\"fiV0xj\":[\"Giới hạn sử dụng\"],\"fj5byd\":[\"Không áp dụng\"],\"fovJi3\":[\"Chế độ máy quét USB đã tắt\"],\"fpMs2Z\":[\"TRỰC TIẾP\"],\"fpb0rX\":[\"Thông tin người tham dự được sao chép từ đơn hàng\"],\"fqDzSu\":[\"Tỷ lệ\"],\"ftNXma\":[\"Tìm kiếm đối tác...\"],\"ftzaMf\":[\"Thời gian bán, giới hạn đơn hàng, hiển thị\"],\"fuwKpE\":[\"Vui lòng thử lại.\"],\"fvDQhr\":[\"Ẩn tầng này khỏi người dùng\"],\"fx8BTd\":[\"Thanh toán không khả dụng\"],\"fyE7Au\":[[\"phút\"],\" phút và \",[\"giây\"],\" giây\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"Thanh toán của bạn không thành công. Vui lòng thử lại.\"],\"g+2103\":[\"Đây là liên kết đối tác của bạn\"],\"g+lLS9\":[\"Mời thành viên nhóm\"],\"g2UNkE\":[\"Được cung cấp bởi\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"Thương hiệu tùy chỉnh\"],\"g9dPPQ\":[\"Tối đa mỗi đơn hàng\"],\"gGhBmF\":[\"Bạn đang ngoại tuyến\"],\"gHSuV/\":[\"Đi đến trang chủ\"],\"gJQsLv\":[\"Tải lên ảnh bìa cho nhà tổ chức của bạn\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"Tất cả người tham dự\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"Sản phẩm được tạo thành công\"],\"gPgdNV\":[\"Số VAT đã được xác thực thành công\"],\"gTN6Ws\":[\"Chọn thời gian kết thúc\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"Logo và ảnh bìa cho nhà tổ chức của bạn\"],\"geUFpZ\":[\"Thuế & Phí\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"Không có kết quả tìm kiếm\"],\"gnBreG\":[\"Ngày đặt đơn hàng\"],\"goOKRY\":[\"Thêm tầng\"],\"gqnyh0\":[\"Tối ưu hóa di động\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"Nổi bật\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"Trình kích hoạt cuối cùng\"],\"gwk5gg\":[\"Dòng địa chỉ 2\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"Mã này áp dụng cho sản phẩm 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.\"],\"gypigA\":[\"Mã khuyến mãi không hợp lệ\"],\"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.\"],\"h0Q9Iw\":[\"Phản hồi cuối cùng\"],\"h0dx5e\":[\"Không thể tham gia danh sách chờ\"],\"h10Wm5\":[\"Đơn hàng chưa thanh toá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.\"],\"h69WC6\":[\"Đã gửi\"],\"hAjDQy\":[\"Chọn trạng thái\"],\"hBsw5C\":[\"Bán hàng kết thúc\"],\"hD1ocH\":[\"URL check-in đã được sao chép vào clipboard\"],\"hDNwnf\":[\"Logo, màu sắc và phong cách của bạn trên mọi trang\"],\"hEtQsg\":[\"Bật tự phục vụ cho người tham dự theo mặc định\"],\"hFHnxR\":[\"Mã này áp dụng cho sản phẩm nào? (Mặc định áp dụng cho tất cả)\"],\"hFwWnI\":[\"Cài đặt thông báo\"],\"hJmVtD\":[\"Chọn quốc gia\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"Hồ sơ của tôi\"],\"hL7sDJ\":[\"Chia sẻ trang nhà tổ chức\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"Chỉ cần nhấn nút bên dưới để kết nối lại tài khoản Stripe của bạn.\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"Tạo\"],\"hauDFf\":[\"Mỗi vé\"],\"hbwCKE\":[\"Đã sao chép địa chỉ email vào clipboard\"],\"hcX103\":[\"Vui lòng tạo một sản phẩm\"],\"hdyeZ0\":[\"Xóa công việc\"],\"he3ygx\":[\"Sao chép\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"Số tiền\"],\"hfHhaa\":[\"Vui lòng đợi trong khi chúng tôi chuẩn bị xuất danh sách đối tác...\"],\"hg80P7\":[\"Hoàn thành thiết lập Stripe\"],\"hli+ga\":[\"Máy quét USB/HID\"],\"hqmXmc\":[\"Làm việc ...\"],\"hrvLf4\":[\"Chấp nhận thanh toán thẻ tín dụng với Stripe\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"Địa chỉ Email\"],\"i0QKrm\":[\"Không thể cập nhật đối tác\"],\"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.\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"Số đơn hàng\"],\"i8day5\":[\"Chuyển phí cho người mua\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"Chỉnh sửa mã\"],\"iG7KNr\":[\"Logo\"],\"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.\"],\"iJhSxe\":[\"Tùy chỉnh cài đặt SEO cho sự kiện này\"],\"iMdwTb\":[\"Trước khi sự kiện của bạn có thể phát trực tiếp, bạn cần thực hiện một vài việc. Hoàn thành tất cả các bước dưới đây để bắt đầu.\"],\"iN5Cz3\":[\"Tài khoản đã được kết nối!\"],\"iPBfZP\":[\"Người tham dự đã đăng ký\"],\"iQZff7\":[\"Thuế, phí, hiển thị, thời gian bán, nổi bật sản phẩm & giới hạn đơn hàng\"],\"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.\"],\"iStTQt\":[\"Quyền sử dụng máy ảnh đã bị từ chối. Hãy <0>Yêu cầu cấp quyền lần nữa hoặc nếu không được, bạn sẽ cần <1>cấp cho trang này quyền truy cập vào máy ảnh trong cài đặt trình duyệt của bạn.\"],\"iTvh6I\":[\"Hiện có sẵn để mua\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"Sao chép mã\"],\"iWa9cY\":[\"Hãy cho mọi người biết điều gì sẽ có tại sự kiện của bạn\"],\"iX6SLo\":[\"Tùy chỉnh văn bản trên nút tiếp tục\"],\"ia8YsC\":[\"Sắp tới\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"Tin nhắn của bạn đã được gửi thành công!\"],\"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\"],\"ih35UP\":[\"Trung tâm hội nghị\"],\"ii0qn/\":[\"Tiêu đề là bắt buộc\"],\"iiWXDL\":[\"Lỗi đủ điều kiện\"],\"imLQ9Y\":[\"Đang xác thực số VAT của bạn...\"],\"imgKgl\":[\"Mô tả sự kiện\"],\"injXD7\":[\"Không thể xác thực số VAT. Vui lòng kiểm tra số và thử lại.\"],\"ioG+xt\":[\"Đang chờ thanh toán\"],\"ipP6Ue\":[\"Tạo người tham dự\"],\"ipYKgM\":[\"Cho phép công cụ tìm kiếm lập chỉ mục\"],\"irpUxR\":[\"Số tiền cố định\"],\"ixIx1f\":[\"Chọn sản phẩm\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"Ngày bắt đầu là bắt buộc\"],\"izwOOD\":[\"Hiển thị thuế và phí riêng biệt\"],\"j/TOB3\":[\"Liên kết mạng xã hội & Trang web\"],\"j1Jl7s\":[\"Chỉnh sửa danh mục\"],\"j1VfcT\":[\"Mô tả SEO\"],\"j5FdeA\":[\"Đơn hàng này đang được xử lý.\"],\"j6w7d/\":[\"Cho phép khả năng này dừng bán sản phẩm khi đạt đến giới hạn\"],\"j9b/iy\":[\"Bán chạy 🔥\"],\"j9cPeF\":[\"Chọn loại sự kiện\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"Bạn phải có ít nhất một cấp giá\"],\"jEbkcB\":[\"Tổng đã hoàn lại\"],\"jEu4bB\":[\"Cột\"],\"jEw0Mr\":[\"Vui lòng nhập URL hợp lệ\"],\"jIPNJG\":[\"Thông tin cơ bản\"],\"jRJZxD\":[\"Xóa sức chứa\"],\"jT142F\":[\"Trong \",[\"diffHours\"],\" giờ\"],\"jVRHeq\":[\"Đã đăng ký\"],\"jZj9y9\":[\"Sản phẩm cấp bậc\"],\"jZlrte\":[\"Màu sắc\"],\"jabmnm\":[\"Cập nhật đối tác liên kết thành công\"],\"jfC/xh\":[\"Liên hệ\"],\"jh2orE\":[\"Chúng tôi đã chuyển trụ sở chính đến Ireland. Do đó, chúng tôi cần bạn kết nối lại tài khoản Stripe. Quy trình nhanh này chỉ mất vài phút. Doanh số và dữ liệu hiện tại của bạn hoàn toàn không bị ảnh hưởng.\"],\"jkNgQR\":[\"Cũng hoàn tiền đơn hàng này\"],\"jo3Gm6\":[\"Không thể xuất danh sách đối tác\"],\"jp5bq8\":[\"người nhận\"],\"jpctdh\":[\"Xem\"],\"jrBSO1\":[\"Chỉnh sửa tổ chức\"],\"jtrY3S\":[\"Chưa có gì để hiển thị\"],\"jtrqH9\":[\"Đang xuất danh sách người tham dự\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"Quản lý sức chứa chung\"],\"jyt+cx\":[\"Thông điệp chân trang email\"],\"k/bJj0\":[\"Đã sắp xếp lại câu hỏi\"],\"k1bLf+\":[\"Màu nền\"],\"k3Tngl\":[\"Danh sách người tham dự đã được xuất\"],\"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.\"],\"k3wH7i\":[\"Chi tiết sử dụng mã khuyến mãi và giảm giá\"],\"k4FLBQ\":[\"Chuyển cho người mua\"],\"k5CU8c\":[\"Tổng số mục\"],\"k5p8dz\":[\"Phân bổ sức chứa đã được xóa thành công\"],\"k9RiLi\":[\"Tạo một sản phẩm\"],\"k9m6/E\":[\"Cài đặt trang chủ được cập nhật thành công\"],\"kBkYSa\":[\"Chỉnh sửa công suất\"],\"kCn6wb\":[\"Đang đặt lại...\"],\"kF8HQ7\":[\"Xuất câu trả lời\"],\"kIKb9e\":[\"Xã hội\"],\"kJDmsI\":[\"Chi tiết sự kiện\"],\"kKpkzy\":[\"Đã cung cấp vé thành công cho 1 người\"],\"kMU5aM\":[\"Thông báo hủy đã được gửi đến\"],\"kNmmvE\":[\"Công ty TNHH Awesome Events\"],\"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ự.\"],\"kODvZJ\":[\"Tên\"],\"kOtCs2\":[\"Đánh số hóa đơn\"],\"kTSQej\":[\"Xin chào \",[\"0\"],\", quản lý nền tảng của bạn từ đây.\"],\"kUlL8W\":[\"Hồ sơ cập nhật thành công\"],\"kWI/37\":[\"Chọn nhà tổ chức\"],\"kWg31j\":[\"Nhập mã đối tác duy nhất\"],\"kY7XDn\":[\"Không có sản phẩm nào có người trong danh sách chờ\"],\"kYZSFD\":[\"Chọn một nhà tổ chức để xem bảng điều khiển và sự kiện của họ.\"],\"kYqM1A\":[\"Quay lại sự kiện\"],\"kadJKg\":[\"Áp dụng cho 1 sản phẩm\"],\"kf83Ld\":[\"Có gì đó không ổn.\"],\"khBZkl\":[\"Thuế VAT\"],\"kj7zYe\":[\"Cập nhật Webhook thành công\"],\"kjAL4v\":[\"Vé\"],\"klWBeI\":[\"Vui lòng đợi trước khi yêu cầu mã khác\"],\"kodV18\":[\"Tải xuống CSV\"],\"kpAzPe\":[\"Bán hàng bắt đầu\"],\"kpJAeS\":[\"Tạo tổ chức\"],\"kqA9lY\":[\"Không thể cập nhật cài đặt VAT\"],\"ktyvbu\":[\"Sản phẩm(s)\"],\"kv9dM4\":[\"Doanh thu nền tảng\"],\"kvYpYu\":[\"Không tìm thấy đơn hàng\"],\"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.\"],\"kzx0uD\":[\"Đã cập nhật mặc định sự kiện thành công\"],\"l+/HS6\":[\"Đề nghị hết hạn sau \",[\"timeoutHours\"],\" giờ.\"],\"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.\"],\"l5OcwO\":[\"Tin nhắn cho người tham dự\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"Không thể lưu cài đặt VAT. Vui lòng thử lại.\"],\"l75CjT\":[\"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.\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" đã check-in\"],\"lB2hSG\":[\"Giữ cho tôi cập nhật tin tức và sự kiện từ \",[\"0\"]],\"lFdbRS\":[\"Bỏ qua phí ứng dụng\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"Không thể bắt đầu quá trình xuất\"],\"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.\"],\"lQgMLn\":[\"Tên văn phòng hoặc địa điểm\"],\"lS9/aZ\":[\"Không thể tải người nhận\"],\"lWxAUo\":[\"Ẩm thực\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"Tin nhắn cho những người tham dự cá nhân\"],\"lYGfRP\":[\"Tiếng Anh\"],\"lZwV6X\":[\"Tham gia danh sách chờ cho \",[\"0\"]],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"Cập nhật sản phẩm\"],\"lfLHNz\":[\"Nhãn CTA là bắt buộc\"],\"lflimf\":[\"Thời hạn thanh toán\"],\"lgFfeO\":[\"Đã bán hết\"],\"lhAWqI\":[\"Cảm ơn sự hỗ trợ của bạn khi chúng tôi tiếp tục phát triển và cải thiện Hi.Events!\"],\"lk74+I\":[\"Hấp thụ phí\"],\"lkE00/\":[\"Đã xảy ra lỗi. Vui lòng thử lại sau.\"],\"lkMK2r\":[\"Thông tin của bạn\"],\"lkNdiH\":[\"Tên tài khoản\"],\"lnCMdg\":[\"Tải ảnh lên\"],\"lnYE59\":[\"Ngày của sự kiện\"],\"lnrkNz\":[\"Gửi lại xác nhận email\"],\"loCKGB\":[\"Đợt giảm giá kết thúc \",[\"0\"]],\"lpm0+y\":[\"Bao gồm 1 sản phẩm\"],\"lsxOPC\":[\"Thanh toán đã nhận\"],\"luHAJY\":[\"Sự kiện phổ biến (14 ngày qua)\"],\"lyD7rQ\":[\"Hồ sơ nhà tổ chức này chưa được xuất bản\"],\"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ế.\"],\"m/N7Zq\":[\"Địa Chỉ Đầy Đủ Sự Kiện\"],\"m0CFV2\":[\"Chi tiết người tham dự\"],\"m3FM1g\":[\"Tổng đã hoàn lại\"],\"m8WD6t\":[\"Tiếp tục thiết lập\"],\"m9SD3V\":[\"Mã phải có ít nhất 3 ký tự\"],\"mBsBHq\":[\"Danh sách check-in không hoạt động\"],\"mCB6Je\":[\"Chọn tất cả\"],\"mEHQ8I\":[\"Bạn có chắc mình muốn công khai sự kiện này không? \"],\"mFdA+i\":[\"Cấp độ nhắn tin\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"Sản phẩm tiêu chuẩn với giá cố định\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"Thay đổi email đang chờ xử lý\"],\"mImacG\":[\"Trang sự kiện\"],\"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.\"],\"mLBUMQ\":[\"Cấu hình đã được xóa thành công\"],\"mUv9U4\":[\"Bán hàng\"],\"mVKOW6\":[\"Có một lỗi khi gửi tin nhắn của bạn\"],\"mYGY3B\":[\"Ngày\"],\"mYLhkl\":[\"Cài đặt linh tinh\"],\"mYygCM\":[\"Người tổ chức là bắt buộc\"],\"mdeIOH\":[\"Gửi lại mã\"],\"mf3FrP\":[\"Danh mục này chưa có bất kỳ sản phẩm nào.\"],\"mimF6c\":[\"Tin nhắn tùy chỉnh sau thanh toán\"],\"miysJh\":[\"Chúng tôi không thể tìm thấy đơn hàng này. Nó có thể đã bị xóa.\"],\"mkWad2\":[\"Tiếng Hungary\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"Phí phần trăm\"],\"mnUGVC\":[\"Vượt quá giới hạn yêu cầu. Vui lòng thử lại sau.\"],\"mnafgQ\":[\"Múi giờ mặc định cho các sự kiện của bạn.\"],\"mpB/d9\":[\"Tổng tiền đơn hàng\"],\"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\"],\"mvrlBO\":[\"Lọc theo sự kiện\"],\"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.\"],\"mxsm1o\":[\"Xóa câu hỏi này? Hành động này không thể hoàn tác.\"],\"n/7+7Q\":[\"Xác nhận đã gửi đến\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"Hình ảnh đã xóa thành công\"],\"n10yGu\":[\"Lệnh hoàn trả\"],\"n143Tq\":[\"Chỉnh sửa danh mục sản phẩm\"],\"n4SpU5\":[\"Quản lý sự kiện\"],\"n57zCW\":[\"Tài khoản chưa phân bổ\"],\"n5pRtF\":[\"Tạo một vé\"],\"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.\"],\"n6EaWL\":[\"Xem nhật ký\"],\"n8+Ng/\":[\"Vui lòng nhập mã 5 chữ số\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"Tiền tố số\"],\"n8IUs7\":[\"Doanh thu gộp\"],\"n9V+ps\":[\"Nhập tên của bạn\"],\"n9ZhRa\":[\"Chọn ngày và giờ kết thúc\"],\"nAn4Oe\":[\"Đơn hàng được đánh dấu là đã thanh toán\"],\"nBVOd7\":[\"Khi một người tham dự được cập nhật\"],\"nBqgQb\":[\"Email của bạn\"],\"nCywLA\":[\"Tham gia từ bất cứ đâu\"],\"nDBs04\":[\"Quản lý sức chứa\"],\"nE5o/t\":[\"Quyền sở hữu dữ liệu\"],\"nFm+5u\":[\"Văn bản chân trang\"],\"nHm0AI\":[\"Chi tiết doanh số hàng ngày, thuế và phí\"],\"nKtyYu\":[\"Tiếp tục bước tiếp theo\"],\"nLC6tu\":[\"Tiếng Pháp\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"Cần hành động: Kết nối lại tài khoản Stripe của bạn\"],\"nO3VbP\":[\"Đang giảm giá \",[\"0\"]],\"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.\"],\"nOhz3x\":[\"Đăng xuất\"],\"nP7CdQ\":[\"Chỉnh sửa webhook\"],\"nQI4H5\":[\"Kết nối Stripe để bật chỉnh sửa mẫu email\"],\"nWhye/\":[\"Ai nên được hỏi câu hỏi này?\"],\"nYNT+5\":[\"Thiết lập sự kiện của bạn\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"Đơn hàng của bạn đã bị hủy.\"],\"nbfdhU\":[\"Tích hợp\"],\"ncwQad\":[\"(trống)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"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.\"],\"nfagfM\":[\"Hợp lệ\"],\"nfnm9D\":[\"Tên tổ chức\"],\"nhtR6Y\":[\"X (Twitter)\"],\"nkNfWu\":[\"Tải ảnh lên không thành công. Vui lòng thử lại.\"],\"nm3Iz/\":[\"Cảm ơn bạn đã tham dự!\"],\"nn3mSR\":[\"Thời gian còn lại:\"],\"nnfSdK\":[\"Khách hàng duy nhất\"],\"nniGTr\":[\"Để chỉnh sửa cấu hình, hãy vào phần Cấu hình trong menu quản trị.\"],\"nqx+6h\":[\"Hoàn thành các bước này để bắt đầu bán vé cho sự kiện của bạn.\"],\"nrGWUv\":[\"Tùy chỉnh trang sự kiện của bạn để phù hợp với thương hiệu và phong cách của bạn.\"],\"nrSs2u\":[\"Không tìm thấy tin nhắn\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"URL Webhook\"],\"nvOPBA\":[\"Liên kết được phép\"],\"nwtY4N\":[\"Đã xảy ra lỗi\"],\"nx+rqg\":[\"Tạo một tổ chức\"],\"ny2r8d\":[\"Khi một đơn hàng bị hủy\"],\"nz96Ue\":[\"1 loại vé\"],\"o+tJN/\":[\"Vui lòng đợi trong khi chúng tôi chuẩn bị cho người tham dự xuất ra...\"],\"o/blc/\":[\"Không thể cập nhật cấu hình tài khoản\"],\"o1my93\":[\"Cập nhật trạng thái nhà tổ chức thất bại. Vui lòng thử lại sau\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"Chúc mừng bạn đã tạo sự kiện thành công!\"],\"o5r6b2\":[\"Đã xóa công việc\"],\"o6+Y6d\":[\"Đang gửi lại ...\"],\"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.\"],\"o7s5FA\":[\"Ngôn ngữ mà người tham dự sẽ nhận email.\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"Tip\"],\"oHE9JT\":[\"Chỉnh sửa phân bổ sức chứa\"],\"oI/hGR\":[\"Mã đơn hàng\"],\"oJjplO\":[\"Tổng lượt xem\"],\"oNL5vN\":[\"Đến trang sự kiện\"],\"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)\"],\"oQvMPn\":[\"Tiêu đề câu hỏi\"],\"oR7zL3\":[\"Tên người giữ vé\"],\"oSDBWm\":[\"Cài đặt VAT\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"Vé Của Tôi\"],\"oW5877\":[\"Tổng đơn hàng\"],\"oWXNE5\":[\"SL\"],\"oXOSPE\":[\"Trực tuyến\"],\"oZW/gT\":[\"Thêm vào lịch\"],\"ocS8eq\":[\"Đã có tài khoản? <0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"Thông tin thanh toán offline\"],\"olKKwj\":[\"Máy quét di động với hỗ trợ ngoại tuyến và theo dõi thời gian thực\"],\"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)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"Quản lý người tham dự\"],\"ophZVW\":[\"Quản lý Vé\"],\"oqr9HB\":[\"Thu gọn sản phẩm này khi trang sự kiện ban đầu được tải\"],\"orBECM\":[\"Tổng thu được\"],\"orluER\":[\"Theo dõi sự phát triển và hiệu suất tài khoản theo nguồn phân bổ\"],\"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.\"],\"ouM5IM\":[\"Thử email khác\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"Mặc định\"],\"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\"],\"p2/GCq\":[\"Xác nhận mật khẩu\"],\"p2FRHj\":[\"Kiểm soát cách xử lý phí nền tảng cho sự kiện này\"],\"p2WLr3\":[\"Check-in \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"Chọn danh mục\"],\"pAey+4\":[\"Tệp quá lớn. Kích thước tối đa là 5MB.\"],\"pCLes8\":[\"Bạn phải đồng ý nhận tin nhắn\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"Vé đã được gửi lại thành công\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"Đăng ký tài khoản gần đây\"],\"pMLul+\":[\"Tất cả tiền tệ\"],\"pNgdBv\":[\"Không có sản phẩm nào trong danh mục này\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"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.\"],\"pZNOT9\":[\"Không có ngày kết thúc\"],\"pbAk7a\":[\"Kết nối Stripe\"],\"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.\"],\"pkk46Q\":[\"Chọn một nhà tổ chức\"],\"pn5qSs\":[\"Thông tin bổ sung\"],\"pnVh83\":[\"Số VAT\"],\"pnoTN5\":[\"Tài khoản giới thiệu\"],\"poTr35\":[\"Chỉnh sửa người dùng\"],\"ppuQR4\":[\"Đơn hàng được tạo\"],\"pqFrv2\":[\"ví dụ: 2.50 cho $2.50\"],\"prZGMe\":[\"Yêu cầu địa chỉ thanh toán\"],\"psosdY\":[\"Liên kết đến chi tiết đơn hàng\"],\"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.\"],\"pvnfJD\":[\"Tối\"],\"pxNIxa\":[\"Tùy chỉnh mẫu email của bạn bằng mẫu Liquid\"],\"q/CcwE\":[\"Ngày đơn hàng\"],\"q1BizZ\":[\"Chúng tôi sẽ gửi vé đến email này\"],\"q2LEDV\":[\"Không có người tham dự tìm thấy cho đơn hàng này.\"],\"q6XHL1\":[\"Loại giá\"],\"q7TRd7\":[\"Bạn có chắc mình muốn kích hoạt người tham dự này không?\"],\"qCJyMx\":[\"Tin nhắn sau phần thanh toán\"],\"qCqdg6\":[\"Trạng thái đăng ký\"],\"qDsmzu\":[\"Show hidden questions\"],\"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.\"],\"qGZz0m\":[\"Bạn đã được thêm vào danh sách chờ!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"Tin nhắn đi\"],\"qNuTh3\":[\"Ngoại lệ\"],\"qY4rpA\":[\"Hoàn tiền thất bại\"],\"qcP/8K\":[\"Thời gian đã lên lịch\"],\"qdfdgM\":[\"123 Phố chính\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"Hoàn thành! Bây giờ bạn đang sử dụng hệ thống thanh toán nâng cấp của chúng tôi.\"],\"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. \"],\"qpC74J\":[\"Không tìm thấy người dùng\"],\"qqWcBV\":[\"Hoàn thành\"],\"qqeAJM\":[\"Không bao giờ\"],\"qtGTNu\":[\"Tài khoản tự nhiên\"],\"qu6/03\":[\"Thuế và phí\"],\"quR8Qp\":[\"Đang chờ thanh toán\"],\"qv4bfj\":[\"Một khoản phí, như phí đặt phòng hoặc phí dịch vụ\"],\"qvF+MT\":[\"Giám sát và quản lý các công việc nền thất bại\"],\"qvylEK\":[\"Người tham dự đã tạo ra\"],\"r+lQXT\":[\"Vui lòng nhập mã số VAT của bạn\"],\"r2B2P8\":[\"Sao chép URL check-in\"],\"r9M1hc\":[\"Tìm kiếm danh sách check-in...\"],\"rDC+T6\":[\"Thử lại công việc\"],\"rLHma1\":[\"Trạng thái nhà tổ chức đã được cập nhật\"],\"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.\"],\"rPA+Gc\":[\"Tùy chọn liên lạc\"],\"rXngLf\":[\"Tiêu đề SEO\"],\"rYXfOA\":[\"Cài đặt khu vực\"],\"raw09+\":[\"Cấu hình cách thu thập thông tin người tham dự trong quá trình thanh toán\"],\"rdUucN\":[\"Xem trước\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"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.\"],\"rmelwV\":[\"0 phút và 0 giây\"],\"rnoQsz\":[\"Được sử dụng cho viền, vùng tô sáng và kiểu mã QR\"],\"rp/zaT\":[\"Tiếng Bồ Đào Nha Brazil\"],\"rpGMzC\":[\"Không thể cập nhật đơn hàng\"],\"ruJO57\":[\"Tên công việc\"],\"rxy0tG\":[\"Không thể xác thực email\"],\"rzw+wS\":[\"Người đặt hàng\"],\"s/0RpH\":[\"Thời gian được sử dụng\"],\"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.\"],\"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\"],\".\"],\"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.\"],\"s5QRF3\":[\"Quay lại tin nhắn\"],\"s6EF6K\":[\"Thanh toán ngay lập tức\"],\"s8v9hq\":[\"Trở lại trang sự kiện\"],\"s9KGXU\":[\"Đã bán\"],\"sBV87H\":[\"Tiếp tục tạo sự kiện\"],\"sCV5Yc\":[\"Tên sự kiện\"],\"sF+Xp9\":[\"Lượt xem trang\"],\"sFFArG\":[\"Tên phải ít hơn 255 ký tự\"],\"sGEOe4\":[\"Sử dụng phiên bản làm mờ của ảnh bìa làm nền\"],\"sGjBEq\":[\"Ngày và giờ kết thúc (tùy chọn)\"],\"sJsr1h\":[\"Loại sản phẩm\"],\"sLbJQz\":[\"Không tìm thấy đơn hàng\"],\"sMiGXD\":[\"Vui lòng kiểm tra email của bạn là hợp lệ\"],\"sQia9P\":[\"Đăng nhập\"],\"sQxe68\":[\"Gửi lại xác nhậ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.\"],\"sYpiZP\":[\"Tạo mã khuyến mãi\"],\"sZg7s1\":[\"Ngày hết hạn\"],\"saG4At\":[\"Tin nhắn đã được lên lịch\"],\"sby+1/\":[\"Bấm để sao chép\"],\"sd5IMt\":[\"Đơn hàng đã hoàn thành\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"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\"],\"shkJ3U\":[\"Liên kết tài khoản Stripe của bạn để nhận tiền từ việc bán vé.\"],\"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.\"],\"snMaH4\":[\"Xóa webhook\"],\"spsZys\":[\"Sẵn sàng nâng cấp? Điều này chỉ mất vài phú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.\"],\"sqdl5s\":[\"Thông tin VAT\"],\"ss9PbX\":[\"Người tham dự\"],\"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.\"],\"sy6fss\":[\"Áp dụng cho các sản phẩm \",[\"0\"]],\"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.\"],\"szSnlj\":[\"1 giờ trước sự kiện\"],\"t/KVOk\":[\"Không thể bắt đầu mạo danh. Vui lòng thử lại.\"],\"t/YqKh\":[\"Hủy bỏ\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"Hiển thị \",[\"0\"],\" trong \",[\"totalRows\"],\" bản ghi\"],\"t2bbp8\":[\"Chỉnh sửa người tham dự\"],\"t3AMTs\":[\"Nền tảng quản lý sự kiện\"],\"t41hVI\":[\"Cung cấp lại suất\"],\"t79rDv\":[\"Không tìm thấy vé\"],\"t7TeQU\":[\"Tin nhắn\"],\"t9yxlZ\":[\"Báo cáo\"],\"tDTq0D\":[\"Thời gian chờ đơn hàng\"],\"tDwYhx\":[\"Chủ đề & Màu sắc\"],\"tF+VVr\":[\"Vé VIP\"],\"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.\"],\"tGCY6d\":[\"Giá vé\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"Xử lý VAT cho phí nền tảng\"],\"tKCBU0\":[\"Được sử dụng lần cuối\"],\"tKKZn0\":[\"Xem chi tiết đơn hàng\"],\"tKcbYd\":[\"Công việc thất bại\"],\"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.\"],\"tMFDem\":[\"Không có dữ liệu có sẵn\"],\"tMNBEF\":[\"Danh sách check-in cho phép bạn kiểm soát lối vào theo ngày, khu vực hoặc loại vé. Bạn có thể 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.\"],\"tMeVa/\":[\"Yêu cầu tên và email cho mỗi vé được mua\"],\"tNZzFb\":[\"Nội dung tin nhắn\"],\"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.\"],\"tPtRwl\":[\"Chỉnh sửa phí ứng dụng\"],\"tRXdQ9\":[\"Khi một sản phẩm được cập nhật\"],\"tSVr6t\":[\"Mạo danh\"],\"tUGbi8\":[\"Sao chép thông tin của tôi cho:\"],\"tVJk4q\":[\"Hủy đơn hàng\"],\"tVW/yo\":[\"Chọn tiền 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.\"],\"tYF4Zq\":[\"In ra PDF\"],\"tasfos\":[\"Loại bỏ\"],\"td/bh+\":[\"Quay lại Báo cáo\"],\"tdD/QN\":[\"Chỉnh sửa sản phẩm\"],\"tejfAy\":[\"Danh sách Check-In\"],\"tfDRzk\":[\"Lưu\"],\"tiI71C\":[\"Để tăng giới hạn của bạn, hãy liên hệ với chúng tôi tại\"],\"tnL+GP\":[\"Cú pháp Liquid không hợp lệ. Vui lòng sửa và thử lại.\"],\"toutGW\":[\"Mã QR\"],\"tq0abZ\":[\"Không thể xóa các công việc\"],\"trnWaw\":[\"Tiếng Ba Lan\"],\"tst44n\":[\"Sự kiện\"],\"tudG8q\":[\"Tạo và cấu hình vé và hàng hóa để bán.\"],\"u0n+wz\":[\"Danh sách chờ\"],\"u5oO/W\":[\"Cài đặt thanh toán offline\"],\"u6FPxT\":[\"Lấy vé\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"Trạng thái\"],\"uBAxNB\":[\"Trình chỉnh sửa\"],\"uCFbG2\":[\"Xóa đối tác liên kết thành công\"],\"uEhdRh\":[\"Chỉ khuyến mãi\"],\"uIElGP\":[\"URL bản đồ tùy chỉnh\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"Đúng nếu thanh toán ngoại tuyến\"],\"uM9Alj\":[\"Sản phẩm này được nổi bật trên trang sự kiện\"],\"uN355O\":[\"Tạo sự kiện\"],\"uOXLV3\":[\"Tôi đồng ý với <0>các điều khoản và điều kiện\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"Tin nhắn đã bị hủy\"],\"uQynyf\":[\"Không thể cập nhật cấu hình\"],\"uRfugr\":[\"Áo thun\"],\"uUPbPg\":[\"Sao chép liên kết đối tác\"],\"uUehLT\":[\"Đang chờ\"],\"uaSvqt\":[\"Ngày hết hạn\"],\"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.\"],\"ucgZ0o\":[\"Tổ chức\"],\"uchB0M\":[\"Xem trước widget\"],\"udRwQs\":[\"Check-in đã được tạo\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"Kết nối tài khoản Stripe để bắt đầu nhận thanh toán.\"],\"uq2BmQ\":[\"30 ngày qua\"],\"uvIqcj\":[\"Hội thảo\"],\"uyJsf6\":[\"Thông tin sự kiện\"],\"uzEfRz\":[\"Ghi chú đơn hàng\"],\"v1P7Gm\":[\"Cài đặt widget\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"Gửi Test\"],\"v2GlhZ\":[\"Xác thực số VAT hiện tại không thành công\"],\"v4+lcZ\":[\"Chỉnh sửa đối tác\"],\"v4fiSg\":[\"Kiểm tra email của bạn\"],\"v7xKtM\":[\"Cấp độ nhắn tin cập nhật thành công\"],\"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.\"],\"vAbVy9\":[\"Sản phẩm miễn phí, không cần thông tin thanh toán\"],\"vERlcd\":[\"Hồ sơ\"],\"vFjEnF\":[\"Đánh dấu đã trả tiền\"],\"vJuISq\":[\"Bạn có chắc chắn muốn xóa phân bổ sức chứa này không?\"],\"vKLEXy\":[\"Weibo\"],\"vKMKnu\":[\"Không thể xóa câu hỏi\"],\"vLyv1R\":[\"Ẩn\"],\"vOuxvL\":[\"Thông tin tài khoản\"],\"vPJ1FI\":[\"Tỷ lệ phần trăm\"],\"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ó.\"],\"vPqpQG\":[\"Danh sách Check-In không tồn tại\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"Chỉnh sửa thông tin đơn hàng\"],\"vRznIT\":[\"Đã xảy ra lỗi khi kiểm tra trạng thái xuất.\"],\"vX8/tc\":[\"Tiêu đề sự kiện tuyệt vời của tôi ...\"],\"vXIe7J\":[\"Ngôn ngữ\"],\"vXPSuB\":[\"Cập nhật hồ sơ\"],\"vYgeDk\":[\"Bỏ chọn tất 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.\"],\"vb0Q0/\":[\"Tổng Người Dùng\"],\"vcyz2L\":[\"Cài đặt thanh toán\"],\"ve9JTU\":[\"Họ là bắt buộc\"],\"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.\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"14 ngày qua\"],\"vgwVkd\":[\"UTC\"],\"vi8Q/5\":[\"Nhân bản sự kiện\"],\"vlf/In\":[\"Công nghệ\"],\"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.\"],\"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.\"],\"vrSW9M\":[\"Đơn hàng đã được hủy và hoàn tiền. Chủ đơn hàng đã được thông báo.\"],\"vt9xUl\":[\"Phân tích thời gian thực\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"Đơn hàng được đánh dấu là đã trả\"],\"vu7ZGG\":[\"Logo & Ảnh bìa\"],\"vu7gDm\":[\"Xóa đối tác\"],\"vv7kpg\":[\"Hủy bỏ\"],\"vvO1I2\":[\"Tài khoản Stripe của bạn được kết nối và sẵn sàng xử lý thanh toán.\"],\"vwGkYB\":[\"Mật khẩu phải có ít nhất 8 ký tự\"],\"vzJenu\":[\"Cài đặt email được cập nhật thành công\"],\"w36OkR\":[\"Sự kiện được xem nhiều nhất (14 ngày qua)\"],\"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.\"],\"wBJR8i\":[\"Đang lên kế hoạch cho một sự kiện?\"],\"wCKkSr\":[\"Xác thực email\"],\"wDioLj\":[\"Không thể thử lại công việc\"],\"wDx3FF\":[\"Không có sản phẩm nào cho sự kiện này\"],\"wIa8Qe\":[\"Gửi lại lời mời\"],\"wJTzyi\":[\"Tình trạng thanh toán\"],\"wJijgU\":[\"Vị trí\"],\"wJzo/w\":[\"Chúng tôi khuyến nghị kích thước 400px x 400px và dung lượng tối đa 5MB\"],\"wPRp9Z\":[\"Chỉ hiển thị với nhân viên check-in. Giúp xác định danh sách này trong quá trình check-in.\"],\"wPmXlA\":[\"Số hóa đơn đầu tiên\"],\"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ế)\"],\"wUv5xQ\":[\"Không có hoạt động của nhà tổ chức trong 14 ngày qua\"],\"wYiAtV\":[\"Không có đăng ký tài khoản gần đây\"],\"wckWOP\":[\"Quản lý\"],\"wdxz7K\":[\"Nguồn\"],\"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.\"],\"wlfBad\":[\"Thời gian giảm giá\"],\"wnDgGj\":[\"Đang xác nhận địa chỉ email...\"],\"wpfWhJ\":[\"Tên khách hàng\"],\"wpj63n\":[\"Cài đặt nhà tổ chức\"],\"wu98dY\":[\"Hỏi một lần cho mỗi sản phẩm\"],\"wuV0bK\":[\"Dừng Mạo Danh\"],\"wuyaZh\":[\"Xuất thành công\"],\"x/xjzn\":[\"Danh sách đối tác của bạn đã được xuất thành công.\"],\"x1PPdr\":[\"mã zip / bưu điện\"],\"x2mjl4\":[\"Vui lòng nhập URL hình ảnh hợp lệ trỏ đến một hình ảnh.\"],\"x3wVFc\":[\"Chúc mừng! Sự kiện của bạn hiện đã hiển thị công khai.\"],\"x4MLWE\":[\"Xác nhận đơn hàng\"],\"x5+Lcz\":[\"Chưa Đăng Ký\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"Vé của người tham dự không có trong danh sách này\"],\"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.\"],\"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.\"],\"xDAtGP\":[\"Tin nhắn\"],\"xDzTh7\":[\"Không thể tải hóa đơn. Vui lòng thử lại.\"],\"xFRMlO\":[\"Tối thiểu cho mỗi đơn hàng\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\" theo tỷ giá hiện tại\"],\"xFj7Yj\":[\"Không thể xóa mẫu\"],\"xGU92i\":[\"Hoàn thành hồ sơ của bạn để tham gia nhóm.\"],\"xGVfLh\":[\"Tiếp tục\"],\"xHpVRl\":[\"Trạng thái hoàn trả\"],\"xJaTUK\":[\"Tùy chỉnh bố cục, màu sắc và thương hiệu của trang chủ sự kiện.\"],\"xMDm+I\":[\"Check-in\"],\"xMO+Ao\":[\"Thiết lập tổ chức của bạn\"],\"xMekgu\":[\"Thêm bất kỳ ghi chú nào về đơn hàng ...\"],\"xN9AhL\":[\"Cấp \",[\"0\"]],\"xTPjSy\":[\"Sự kiện đã qua\"],\"xUgUTh\":[\"Nhập tên\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"Luôn có sẵn\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"Công cụ\"],\"xdA9ud\":[\"Đặt mã này vào của trang web của bạn.\"],\"xdiER7\":[\"Cấp độ được gán\"],\"xeIaKw\":[\"Bạn có chắc chắn muốn gửi lại vé đến \",[\"0\"],\"?\"],\"xfKgwv\":[\"Tạo đối tác\"],\"xgL50q\":[\"Sản phẩm cấp bậc là gì?\"],\"xgav5v\":[\"Thanh toán thành công!\"],\"xnWESi\":[\"Xác nhận mật khẩu\"],\"xowcRf\":[\"Điều khoản dịch vụ\"],\"xrWdPR\":[\"Xóa mẫu thành công\"],\"xxU3NX\":[\"Doanh thu ròng\"],\"xxv3BZ\":[\"Danh sách người tham dự này đã hết hạn\"],\"xzRvs4\":[\"Nhận cập nhật sản phẩm từ \",[\"0\"],\".\"],\"y/NR6s\":[\"Vị trí cập nhật thành công\"],\"y0meFR\":[\"VAT Ireland 23% sẽ được áp dụng cho phí nền tảng (cung cấp trong nước).\"],\"y1BZw1\":[\"Nhập địa chỉ doanh nghiệp\"],\"y1eoq1\":[\"Sao chép liên kết\"],\"y22tv0\":[\"Sao chép liên kết này để chia sẻ ở bất kỳ đâu\"],\"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.\"],\"y55eMd\":[\"Thời gian được sử dụng\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"Không có sự kiện nào hiển thị\"],\"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.\"],\"yDOdwQ\":[\"Quản lý người dùng\"],\"yIRev4\":[\"Tạo mật khẩu\"],\"yKWfjC\":[\"Trang mã khuyến mãi\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"Không có sự kiện sắp tới\"],\"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.\"],\"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.\"],\"yPZN4i\":[\"Trang Đơn hàng này không còn có sẵn.\"],\"yPrbsy\":[\"Người nhận\"],\"yRg26W\":[\"Doanh thu gộp\"],\"ySQGHV\":[\"Ẩn sản phẩm khi bán hết\"],\"ySeBKv\":[\"Bạn đã quét vé này rồi\"],\"ySxKZe\":[\"Mã này có thể được sử dụng bao nhiêu lần?\"],\"yT6dQ8\":[\"Thuế thu được theo loại thuế và sự kiện\"],\"yTnnYg\":[\"Simpson\"],\"yTsaLw\":[\"1 vé\"],\"yWiPh+\":[\"Thêm thuế hoặc phí\"],\"yZfBoy\":[\"Tin nhắn của bạn đã được gửi\"],\"yhjU+j\":[\"Tải xuống hóa đơn\"],\"yiy8Jt\":[\"Đang tạo hồ sơ nhà tổ chức của bạn, vui lòng đợi\"],\"yj3N+g\":[\"1 ngày sau ngày bắt đầu\"],\"yjkELF\":[\"Xác nhận mật khẩu mới\"],\"ylXj1N\":[\"Đã chọn\"],\"ypJ62C\":[\"Giảm giá %\"],\"yxhYRZ\":[[\"0\"],\" <0>checked out thành công\"],\"yz7wBu\":[\"Đóng\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"Thời gian lên lịch là bắt buộc\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"Chúng tôi đã chính thức chuyển trụ sở chính đến Ireland 🇮🇪. Như một phần của quá trình chuyển đổi này, chúng tôi hiện sử dụng Stripe Ireland thay vì Stripe Canada. Để giữ cho các khoản thanh toán của bạn diễn ra suôn sẻ, bạn cần kết nối lại tài khoản Stripe của mình.\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"Xuất báo cáo thất bại. Vui lòng thử lại.\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"Không có sản phẩm nào có sẵn để lựa chọn\"],\"zLmvhE\":[\"Người tham dự được tạo thành công\"],\"zNECqg\":[\"vé\"],\"zNZNMs\":[\"Xem tin nhắn\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"Chọn cấp độ\"],\"zPiC+q\":[\"Danh Sách Đăng Ký Đủ Điều Kiện\"],\"zTkTF3\":[\"Không thể lưu mẫu\"],\"zUDyah\":[\"Đăng nhập\"],\"zWqUyJ\":[\"Phí cố định được tính cho mỗi giao dịch\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"Tạo mẫu \",[\"0\"]],\"zgCHnE\":[\"Báo cáo doanh số hàng ngày\"],\"ziAjHi\":[\"Tạo\"],\"zlHa5R\":[\"Không có người tham dự đã được thêm vào đơn hàng này.\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"Điện thoại\"],\"znIg+z\":[\"Thanh toán\"],\"zpekWp\":[\"Đợt giảm giá bắt đầu \",[\"0\"]],\"zppscQ\":[\"Phí nền tảng Hi.Events và phân tích VAT theo giao dịch\"],\"zxnup4\":[\"Không có đối tác nào\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"Thành công\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/vi.po b/frontend/src/locales/vi.po index 0d934f082..4d73beb70 100644 --- a/frontend/src/locales/vi.po +++ b/frontend/src/locales/vi.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- Nhấp để gỡ bỏ" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "'không có gì để hiển thị'" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "'không có gì để hiển thị'" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(trống)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} đã check-in" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>checked in thành công" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>checked out thành công" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} Webhook đang hoạt động" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0} Có sẵn" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "{0} đã tạo thành công" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "Còn {0}" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "Logo {0}" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} nhà tổ chức" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0} vé" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0} cập nhật thành công" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} đã checked in" @@ -148,6 +169,7 @@ msgstr "<0> Số lượng sản phẩm có sẵn cho sản phẩm này <1> msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<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." +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0} theo tỷ giá hiện tại" @@ -251,6 +273,11 @@ msgstr "Một khoản phí, như phí đặt phòng hoặc phí dịch vụ" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "Một lượng cố định cho mỗi sản phẩm. Vd, $0.5 cho mỗi sản phẩm " +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "Đầu vào văn bản nhiều dòng" @@ -300,7 +327,7 @@ msgstr "Thuế tiêu chuẩn, như VAT hoặc GST" msgid "Abandoned" msgstr "Đã bỏ" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "Thông tin sự kiện" @@ -403,7 +430,8 @@ msgstr "Cần hành động: Cần thông tin VAT" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "Hành động" @@ -510,7 +538,7 @@ msgstr "Thêm tầng" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "Thêm vào lịch" @@ -660,7 +688,7 @@ msgstr "Tất cả công việc đã được xếp hàng để thử lại" msgid "All Products" msgstr "Tất cả các sản phẩm" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "Tất cả trạng thái" @@ -699,6 +727,7 @@ msgstr "Gần xong rồi! Hoàn thành kết nối tài khoản Stripe để b msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "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." +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "Đã có tài khoản? <0>{0}" @@ -726,7 +755,6 @@ msgstr "Tuyệt vời, sự kiện, từ khóa ..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "Số tiền" @@ -734,6 +762,7 @@ msgstr "Số tiền" msgid "Amount Paid" msgstr "Số tiền đã thanh toán" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "Số tiền đã trả ({0})" @@ -762,6 +791,11 @@ msgstr "Đã xảy ra lỗi không mong muốn." msgid "An unexpected error occurred. Please try again." msgstr "Đã xảy ra lỗi không mong muốn. Vui lòng thử lại." +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "Câu trả lời đã được cập nhật thành công." @@ -778,10 +812,11 @@ msgstr "Giao diện" msgid "Application Fees Configuration" msgstr "Cấu hình phí ứng dụng" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "đã được áp dụng" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "Áp dụng cho các sản phẩm {0}" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "Áp dụng cho 1 sản phẩm" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "Áp dụng" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "Áp dụng mã khuyến mãi" +#~ msgid "Apply Promo Code" +#~ msgstr "Áp dụng mã khuyến mãi" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "Bạn có chắc muốn chuyển nhà tổ chức này sang bản nháp msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "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." -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "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." -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "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." -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "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." -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "Bạn có chắc chắn muốn xóa mục này khỏi danh sách chờ?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "Bạn có chắc chắn muốn gửi lại xác nhận đơn hàng đến {0}?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "Bạn có chắc chắn muốn gửi lại vé đến {0}?" @@ -909,11 +947,11 @@ msgstr "Bạn có chắc chắn muốn gửi lại vé đến {0}?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "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." -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "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." -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "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." @@ -1101,7 +1139,7 @@ msgstr "Tự động thay đổi kích thước" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "Tự động cung cấp đã được bật. Vé sẽ được tự động cung cấp khi có chỗ trống. Sử dụng chức năng này để cung cấp thêm chỗ thủ công." -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "Tự động xử lý danh sách chờ" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "Tự động phát hiện dựa trên màu nền, nhưng có thể ghi đè" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "Tự động cung cấp vé cho người tiếp theo khi có chỗ trống" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "Tự động cung cấp vé cho người tiếp theo khi có chỗ trống" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "Quay lại Báo cáo" msgid "Background Color" msgstr "Màu nền" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "Loại nền" @@ -1261,7 +1303,7 @@ msgstr "Tên doanh nghiệp" msgid "Button Label" msgstr "Nhãn nút" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "Văn bản nút" @@ -1273,6 +1315,7 @@ msgstr "Người mua trả" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "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." +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "Chiến dịch" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "Hủy" @@ -1343,6 +1387,7 @@ msgstr "Hủy đơn hàng" msgid "Cancel Order" msgstr "Hủy đơn hàng" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "Hủy đơn hàng {0}" @@ -1355,11 +1400,11 @@ msgstr "Hủy sẽ hủy tất cả người tham dự liên quan đến đơn h #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "Từ thiện" msgid "Check In" msgstr "Check-in" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "Check-in {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "Tiếng Trung (Phồn thể)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "Chọn một màu cho nền của bạn" +#~ msgid "Choose a color for your background" +#~ msgstr "Chọn một màu cho nền của bạn" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "Thành phố" msgid "Clear Search Text" msgstr "Xoá văn bản tìm kiếm" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "Bấm để sao chép" @@ -1600,15 +1656,15 @@ msgstr "Bấm để sao chép" msgid "Click to view notes" msgstr "Nhấp để xem ghi chú" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "đóng" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "Đóng" @@ -1672,8 +1728,8 @@ msgstr "Thu thập thông tin theo vé" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "Màu sắc" +#~ msgid "Color" +#~ msgstr "Màu sắc" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "Cấu hình thuế và phí" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "Cấu hình cài đặt danh sách chờ cho sự kiện này" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "Cấu hình cài đặt danh sách chờ cho sự kiện này" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "Giảm giá đã cấu hình" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "Xác nhận" @@ -1942,12 +1999,14 @@ msgstr "Đã kết nối với Stripe" msgid "Connection Details" msgstr "Chi tiết kết nối" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "Liên hệ" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "Liên hệ {0}" @@ -1963,12 +2022,12 @@ msgstr "Email liên hệ hỗ trợ" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "Tiếp tục" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "Văn bản nút Tiếp tục" @@ -1982,7 +2041,7 @@ msgstr "Tiếp tục thiết lập" msgid "Continue Setup" msgstr "Tiếp tục thiết lập" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "Tiếp tục đến thanh toán" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "Bìa" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "Ảnh bìa" @@ -2110,10 +2171,12 @@ msgstr "Ảnh bìa sẽ hiển thị ở đầu trang của nhà tổ chức" msgid "Create" msgstr "Tạo" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "Tạo {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "Tạo mẫu {0}" @@ -2339,6 +2402,10 @@ msgstr "Thương hiệu tùy chỉnh" msgid "Custom date and time" msgstr "Ngày và giờ tùy chỉnh" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "URL bản đồ tùy chỉnh" @@ -2415,7 +2482,7 @@ msgstr "Tùy chỉnh các câu hỏi được hỏi trong quá trình thanh toá msgid "Customize the SEO settings for this event" msgstr "Tùy chỉnh cài đặt SEO cho sự kiện này" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "Tùy chỉnh văn bản trên nút tiếp tục" @@ -2613,6 +2680,7 @@ msgstr "Giảm giá" msgid "Discount %" msgstr "Giảm giá %" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "Giảm giá trong {0}" @@ -2621,7 +2689,7 @@ msgstr "Giảm giá trong {0}" msgid "Discount Type" msgstr "Loại giảm giá" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "Bỏ qua thông báo này" @@ -2704,10 +2772,16 @@ msgstr "Do nguy cơ spam cao, bạn phải kết nối tài khoản Stripe trư #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"Do rủi ro 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 đến người tham dự.\n" -"Điều này để đảm bảo rằng tất cả các tổ chức sự kiện đều được xác minh và chịu trách nhiệm." + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "Do rủi ro 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 đến người tham dự.\n" +#~ "Điều này để đảm bảo rằng tất cả các tổ chức sự kiện đều được xác minh và chịu trách nhiệm." #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "Nhân bản sản phẩm" msgid "Dutch" msgstr "Tiếng Hà Lan" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "ví dụ 180 (3 giờ)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "ví dụ: Mua vé, Đăng ký ngay" @@ -2768,11 +2842,14 @@ msgstr "Ưu đãi sớm" msgid "Edit" msgstr "Chỉnh sửa" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "chỉnh sửa {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "Chỉnh sửa mẫu {0}" @@ -2907,7 +2984,7 @@ msgstr "Danh Sách Đăng Ký Đủ Điều Kiện" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "Nhập tên của bạn" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "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)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "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." @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "Cài đặt sự kiện" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "Cập nhật trạng thái sự kiện thất bại. Vui lòng thử lại sau" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "Ngoại lệ" msgid "Expiration date" msgstr "Ngày hết hạn" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "Đã hết hạn" @@ -3566,7 +3643,7 @@ msgstr "Không thể tải người nhận" msgid "Failed to load Webhook" msgstr "Không thể tải Webhook" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "Không thể cung cấp chỗ" @@ -3574,6 +3651,10 @@ msgstr "Không thể cung cấp chỗ" msgid "Failed to offer tickets" msgstr "Không thể cung cấp vé" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "Không thể sắp xếp lại câu hỏi" @@ -3778,7 +3859,7 @@ msgstr "Tên" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "Tên" msgid "First Name" msgstr "Tên" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "Quên mật khẩu?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "Miễn phí" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "Tiếng Đức" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "Chỉ đường" +#~ msgid "Get Directions" +#~ msgstr "Chỉ đường" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "Nhận thanh toán ngay lập tức qua Stripe Connect" msgid "Get started" msgstr "Bắt đầu" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "Lấy vé" @@ -3987,10 +4068,11 @@ msgstr "Quản lý khách" msgid "Guests" msgstr "Người được mời" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "Nhập mã khuyến mãi?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "Xin chào {0}, quản lý nền tảng của bạn từ đây." @@ -4020,6 +4102,7 @@ msgstr "Đây là liên kết đối tác của bạn" msgid "Here's what to expect:" msgstr "Đây là những gì cần mong đợi:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "Chào {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "Ẩn khỏi chế độ xem công khai" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "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." -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "Ẩn" @@ -4134,8 +4216,8 @@ msgstr "Thiết kế trang sự kiện" msgid "Homepage Designer" msgstr "Thiết kế trang chủ" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "Xem trước trang chủ" @@ -4144,7 +4226,7 @@ msgstr "Xem trước trang chủ" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "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." @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "Tiếng Hungary" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "Tôi đồng ý nhận thông báo qua email liên quan đến sự kiện này" @@ -4193,7 +4275,7 @@ msgstr "Tôi đồng ý với <0>các điều khoản và điều kiện" msgid "I confirm this is a transactional message related to this event" msgstr "Tôi xác nhận đây là tin nhắn giao dịch liên quan đến sự kiện này" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "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." @@ -4299,6 +4381,7 @@ msgstr "Bao gồm thông tin kết nối cho sự kiện trực tuyến của b msgid "Include tax and fees in the price" msgstr "Bao gồm thuế và phí trong giá" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "Bao gồm các sản phẩm {0}" @@ -4477,21 +4560,25 @@ msgstr "John" msgid "Johnson" msgstr "Johnson" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "Tham gia từ bất cứ đâu" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "Tham gia danh sách chờ" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "Tham gia danh sách chờ cho {0}" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "Tham gia danh sách chờ cho {0}" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" + +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "Đã tham gia" @@ -4503,6 +4590,7 @@ msgstr "Chỉ cần nhấn nút bên dưới để kết nối lại tài khoả msgid "Just looking for your tickets?" msgstr "Chỉ đang tìm vé của bạn?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "Giữ cho tôi cập nhật tin tức và sự kiện từ {0}" @@ -4574,7 +4662,7 @@ msgstr "Họ" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "Đang tải ..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "Quản lý Vé" msgid "Manage your account details and default settings" msgstr "Quản lý chi tiết tài khoản của bạn và cài đặt mặc định" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "Quản lý xử lý thanh toán và xem phí nền tảng của bạn" @@ -4897,6 +4989,10 @@ msgstr "Cấp độ nhắn tin" msgid "Messaging tier updated successfully" msgstr "Cấp độ nhắn tin cập nhật thành công" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "Tối thiểu cho mỗi đơn hàng" @@ -4905,7 +5001,7 @@ msgstr "Tối thiểu cho mỗi đơn hàng" msgid "Minimum Price" msgstr "Giá tối thiểu" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "phút" @@ -4949,6 +5045,10 @@ msgstr "Nhiều tùy chọn giá. Hoàn hảo cho sản phẩm giảm giá sớm msgid "Music" msgstr "Âm nhạc" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "Chưa cấu hình cài đặt VAT" msgid "No viewed events in the last 14 days" msgstr "Không có sự kiện được xem trong 14 ngày qua" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "Không có mục trong danh sách chờ" @@ -5369,27 +5469,27 @@ msgstr "Tiền tố số" msgid "of" msgstr "của" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "Cung cấp" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "Cung cấp suất" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "Cung cấp vé" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "Thời hạn đề nghị" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "Đã đề nghị" @@ -5444,6 +5544,7 @@ msgstr "Cài đặt thanh toán offline" msgid "On Sale" msgstr "Đang Bán" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "Đang giảm giá {0}" @@ -5474,7 +5575,7 @@ msgstr "Đang diễn ra" msgid "Online" msgstr "Trực tuyến" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "Sự kiện trực tuyến" @@ -5791,7 +5892,6 @@ msgstr "Tên tổ chức" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "Cài đặt nhà tổ chức" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "Không có thống kê nào cho nhà tổ chức với loại tiền tệ đã chọn hoặc đã xảy ra lỗi." -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "Cập nhật trạng thái nhà tổ chức thất bại. Vui lòng thử lại sau" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "Trạng thái nhà tổ chức đã được cập nhật" @@ -5931,6 +6031,7 @@ msgstr "Hoàn tiền một phần" msgid "Partially Refunded" msgstr "Hoàn lại tiền một phần" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "Hoàn tiền một phần: {0}" @@ -6173,6 +6274,7 @@ msgstr "Đang lên kế hoạch cho một sự kiện?" msgid "Platform fee" msgstr "Phí nền tảng" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "Phí nền tảng {0} được khấu trừ từ khoản thanh toán của bạn" @@ -6215,7 +6317,7 @@ msgstr "Vui lòng kiểm tra email của bạn là hợp lệ" msgid "Please check your email to confirm your email address" msgstr "Vui lòng kiểm tra email của bạn để xác nhận địa chỉ email của bạn" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "Vui lòng tiếp tục trong tab mới" @@ -6227,7 +6329,7 @@ msgstr "Vui lòng tạo một sản phẩm" msgid "Please create a ticket" msgstr "Vui lòng tạo vé" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "Vui lòng nhập địa chỉ email hợp lệ" @@ -6271,7 +6373,7 @@ msgstr "Vui lòng chọn khoảng thời gian" msgid "Please select an image." msgstr "Vui lòng chọn một hình ảnh." -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "Vui lòng chọn ít nhất một sản phẩm" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "Tin Nhắn Sau Thanh Toán" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "Được cung cấp bởi" @@ -6335,6 +6438,11 @@ msgstr "Được cung cấp bởi" msgid "Pre Checkout message" msgstr "Thông báo trước khi thanh toán" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "Ngăn bán quá số lượng bằng cách chia sẻ tồn kho giữa nhiều loại vé." @@ -6408,7 +6516,7 @@ msgstr "In vé" msgid "Print to PDF" msgstr "In ra PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "Chính sách quyền riêng tư" @@ -6424,7 +6532,7 @@ msgstr "Đang xử lý đơn hàng" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "Hồ sơ" msgid "Profile updated successfully" msgstr "Hồ sơ cập nhật thành công" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "Mã {Promo_code} đã được áp dụng" @@ -6555,12 +6663,18 @@ msgstr "Email quảng cáo có thể dẫn đến đình chỉ tài khoản" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." +" and conditions, guidelines, or any important information that attendees need to know before answering." msgstr "" -"Cung cấp thêm ngữ cảnh hoặc hướng dẫn cho câu hỏi này. Sử dụng trường này để thêm các điều khoản\n" -"và đ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." -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "" +#~ "Cung cấp thêm ngữ cảnh hoặc hướng dẫn cho câu hỏi này. Sử dụng trường này để thêm các điều khoản\n" +#~ "và đ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." + +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "Xuất bản" @@ -6569,8 +6683,8 @@ msgid "Publish Event" msgstr "Công bố sự kiện" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "Đã mua" @@ -6637,7 +6751,7 @@ msgstr "Tỷ lệ" msgid "Rate limit exceeded. Please try again later." msgstr "Vượt quá giới hạn yêu cầu. Vui lòng thử lại sau." -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "Cung cấp lại suất" @@ -6649,6 +6763,7 @@ msgstr "Sẵn sàng nâng cấp? Điều này chỉ mất vài phút." msgid "Real-Time Analytics" msgstr "Phân tích thời gian thực" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6727,6 +6842,7 @@ msgstr "Hoàn tiền không thành công" msgid "Refund order" msgstr "Lệnh hoàn trả" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "Hoàn tiền đơn hàng {0}" @@ -6751,6 +6867,7 @@ msgstr "Trạng thái hoàn trả" msgid "Refunded" msgstr "Đã hoàn lại" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "Đã hoàn tiền: {0}" @@ -6768,6 +6885,10 @@ msgstr "Cài đặt khu vực" msgid "Register" msgstr "Đăng ký" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6777,13 +6898,14 @@ msgstr "Câu hỏi đăng ký" msgid "Remaining Uses" msgstr "Sử dụng còn lại" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "Loại bỏ" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "Hủy bỏ" @@ -6916,7 +7038,7 @@ msgstr "Tóm tắt doanh thu" msgid "Revoke invitation" msgstr "Thu hồi lời mời" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6931,10 +7053,12 @@ msgstr "Vai trò" msgid "Sale End Date" msgstr "Ngày bán kết thúc" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "Đợt giảm giá kết thúc {0}" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "Đợt giảm giá kết thúc {0}" @@ -6957,6 +7081,7 @@ msgstr "Thời gian bán, giới hạn đơn hàng, hiển thị" msgid "Sale Start Date" msgstr "Ngày bắt đầu bán hàng" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "Đợt giảm giá bắt đầu {0}" @@ -7010,7 +7135,7 @@ msgstr "San Francisco" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7023,8 +7148,8 @@ msgstr "Lưu" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "Lưu thay đổi" @@ -7105,7 +7230,7 @@ msgstr "Tìm kiếm theo tiêu đề sự kiện hoặc người tổ chức..." msgid "Search by job name or exception..." msgstr "Tìm kiếm theo tên công việc hoặc ngoại lệ..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "Tìm kiếm theo tên hoặc email..." @@ -7165,6 +7290,7 @@ msgstr "Màu chữ phụ" msgid "Secure Checkout" msgstr "Thanh toán an toàn" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7480,7 +7606,7 @@ msgid "Setup & Design" msgstr "Thiết lập & thiết kế" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7509,6 +7635,7 @@ msgstr "Chia sẻ trang nhà tổ chức" msgid "Shared Capacity Management" msgstr "Quản lý sức chứa chung" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "Hiển thị tất cả nền tảng ({0} có giá trị khác)" @@ -7529,8 +7656,7 @@ msgstr "Hiển thị hộp kiểm đăng ký tiếp thị" msgid "Show marketing opt-in checkbox by default" msgstr "Hiển thị hộp kiểm đăng ký tiếp thị theo mặc định" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "Hiển thị thêm" @@ -7542,6 +7668,7 @@ msgstr "Hiển thị thêm nền tảng" msgid "Show tax and fees separately" msgstr "Hiển thị thuế và phí riêng biệt" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "Hiển thị {0} trong {totalRows} bản ghi" @@ -7607,13 +7734,18 @@ msgid "Sold out" msgstr "Đã bán hết" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "Đã bán hết" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "Danh sách chờ hết hàng" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "Danh sách chờ hết hàng" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7639,7 +7771,7 @@ msgstr "Có gì đó không ổn! Vui lòng thử lại" msgid "Something went wrong." msgstr "Có gì đó không ổn." -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "Đã xảy ra lỗi. Vui lòng thử lại sau." @@ -7656,7 +7788,7 @@ msgstr "Có gì đó không ổn. Vui lòng thử lại" msgid "Sorry for the inconvenience." msgstr "Xin lỗi vì sự bất tiện này." -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "Xin lỗi, mã khuyến mãi này không được công nhận" @@ -7721,7 +7853,7 @@ msgstr "Thống kê dựa trên ngày tạo tài khoản" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7804,11 +7936,13 @@ msgstr "Tổng phụ" msgid "Success" msgstr "Thành công" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "Thành công! {0} sẽ nhận một email trong chốc lát." +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "{0} Người tham dự thành công" @@ -7842,7 +7976,7 @@ msgstr "Câu hỏi được tạo thành công" msgid "Successfully Duplicated Product" msgstr "Sản phẩm nhân đôi thành công" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "Đã cung cấp suất thành công" @@ -7854,7 +7988,7 @@ msgstr "Đã cung cấp vé thành công cho {count} người" msgid "Successfully offered tickets to 1 person" msgstr "Đã cung cấp vé thành công cho 1 người" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "Đã xóa khỏi danh sách chờ thành công" @@ -7924,8 +8058,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "Cài đặt phí nền tảng đã được cập nhật thành công" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "Cập nhật sản phẩm thành công" +#~ msgid "Successfully updated product" +#~ msgstr "Cập nhật sản phẩm thành công" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7961,6 +8099,7 @@ msgstr "Phòng 100" msgid "Summary" msgstr "Tóm tắt" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8103,7 +8242,7 @@ msgstr "Xóa mẫu thành công" msgid "Template saved successfully" msgstr "Lưu mẫu thành công" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "Điều khoản dịch vụ" @@ -8120,8 +8259,8 @@ msgstr "Cảm ơn bạn đã tham dự!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "Cảm ơn sự hỗ trợ của bạn khi chúng tôi tiếp tục phát triển và cải thiện Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "Mã khuyến mãi không hợp lệ" @@ -8194,9 +8333,15 @@ msgstr "Liên kết bạn đã nhấp vào không hợp lệ." msgid "The locale of the customer" msgstr "Ngôn ngữ của khách hàng" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "Số lượng sản phẩm tối đa cho {0}là {1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "Số lượng sản phẩm tối đa cho {0}là {1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8254,11 +8399,11 @@ msgstr "Sân khấu" msgid "Theme & Colors" msgstr "Chủ đề & Màu sắc" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "Không có sản phẩm nào cho sự kiện này" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "Không có sản phẩm nào trong danh mục này" @@ -8334,11 +8479,11 @@ msgstr "Mã này sẽ được dùng để theo dõi doanh số. Chỉ cho phép msgid "This color combination may be hard to read for some users" msgstr "Kết hợp màu này có thể khó đọc đối với một số người dùng" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "Sự kiện này đã kết thúc" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "Sự kiện này chưa được xuất bản" @@ -8414,7 +8559,11 @@ msgstr "Đơn hàng này đã bị bỏ. Bạn có thể bắt đầu đơn hàn msgid "This order was cancelled. You can start a new order anytime." msgstr "Đơ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." -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "Hồ sơ nhà tổ chức này chưa được xuất bản" @@ -8584,7 +8733,7 @@ msgstr "Vé" msgid "Tickets & Products" msgstr "Vé & Sản phẩm" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "Vé còn sẵn" @@ -8596,6 +8745,7 @@ msgstr "Vé cho" msgid "Tickets Sold" msgstr "Vé Đã Bán" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "Cấp {0}" @@ -8817,7 +8967,7 @@ msgstr "Không thể kiểm tra người tham dự" msgid "Unable to create product. Please check the your details" msgstr "Không thể tạo sản phẩm. Vui lòng kiểm tra thông tin của bạn" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "Không thể tạo sản phẩm. Vui lòng kiểm tra thông tin của bạn" @@ -8833,7 +8983,7 @@ msgstr "Không thể nhân bản sản phẩm. Vui lòng kiểm tra thông tin c msgid "Unable to fetch attendee" msgstr "Không thể lấy thông tin người tham dự" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "Không thể tham gia danh sách chờ" @@ -8881,7 +9031,7 @@ msgstr "Người tham dự không xác định" msgid "Unlimited" msgstr "Không giới hạn" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "Không giới hạn có sẵn" @@ -8913,6 +9063,7 @@ msgstr "Sắp tới" msgid "Upcoming Events" msgstr "Các sự kiện sắp tới" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "Cập nhật {0}" @@ -8990,15 +9141,15 @@ msgstr "Máy quét USB/HID" msgid "Use <0>Liquid templating to personalize your emails" msgstr "Sử dụng <0>mẫu Liquid để cá nhân hóa email của bạn" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "Sử dụng phiên bản làm mờ của ảnh bìa làm nền" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "Sử dụng hình ảnh bìa" +#~ msgid "Use cover image" +#~ msgstr "Sử dụng hình ảnh bìa" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9227,7 +9378,7 @@ msgstr "Xem trang sự kiện" msgid "View logs" msgstr "Xem nhật ký" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "Xem bản đồ" @@ -9235,7 +9386,7 @@ msgstr "Xem bản đồ" msgid "View Message" msgstr "Xem tin nhắn" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "Xem trên Google Maps" @@ -9295,9 +9446,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "Đang chờ" @@ -9308,7 +9459,7 @@ msgstr "Đang chờ thanh toán" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "Danh sách chờ" @@ -9332,6 +9483,7 @@ msgstr "Chúng tôi không thể xóa danh mục. Vui lòng thử lại." msgid "We couldn't find any orders associated with this email address." msgstr "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." +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "Chúng tôi không thể tìm thấy bất kỳ vé nào khớp với {0}" @@ -9382,8 +9534,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "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." #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "Chúng tôi sẽ thông báo qua email nếu có chỗ trống cho {0}." +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "Chúng tôi sẽ thông báo qua email nếu có chỗ trống cho {0}." + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9455,14 +9611,18 @@ msgstr "Chào mừng bạn! Vui lòng đăng nhập để tiếp tục." msgid "Welcome back" msgstr "Chào mừng trở lại" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "Chào mừng trở lại{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "Chào mừng đến với {0}, {1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "Chào mừng đến với {0}, đây là danh sách tất cả sự kiện của bạn" @@ -9531,9 +9691,16 @@ msgstr "Khi một sản phẩm bị xóa" msgid "When a product is updated" msgstr "Khi một sản phẩm được cập nhật" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "Khi một sản phẩm bán hết, khách hàng có thể tham gia danh sách chờ để được thông báo khi có chỗ trống." +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "Khi một sản phẩm bán hết, khách hàng có thể tham gia danh sách chờ để được thông báo khi có chỗ trống." + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9633,7 +9800,7 @@ msgstr "Làm việc" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9678,14 +9845,19 @@ msgstr "Có, loại bỏ chúng" msgid "You already scanned this ticket" msgstr "Bạn đã quét vé này rồi" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "Bạn đang thay đổi email của mình thành <0>{0}." +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "Bạn đang mạo danh <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "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}." @@ -9756,7 +9928,7 @@ msgstr "Bạn có thuế và phí được thêm vào một sản phẩm miễn msgid "You must acknowledge that this email is not promotional" msgstr "Bạn phải hiểu rằng email này không phải là email quảng cáo" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "Bạn phải đồng ý nhận tin nhắn" @@ -9812,11 +9984,12 @@ msgstr "Bạn cần ít nhất một sản phẩm để bắt đầu. Miễn ph msgid "You're all set! Your payments are being processed smoothly." msgstr "Bạn đã sẵn sàng! Thanh toán của bạn đang được xử lý suôn sẻ." +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "Bạn sẽ tham gia {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "Bạn đã được thêm vào danh sách chờ!" @@ -9864,6 +10037,7 @@ msgstr "Thông tin của bạn" msgid "Your Email" msgstr "Email của bạn" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "Yêu cầu email của bạn thay đổi thành <0>{0} đang chờ xử lý. " diff --git a/frontend/src/locales/zh-cn.js b/frontend/src/locales/zh-cn.js index e5835aa5b..6578f31e9 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\":\"There's nothing to show yet\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>签到成功\"],\"yxhYRZ\":[[\"0\"],\" <0>签退成功\"],\"KMgp2+\":[[\"0\"],\"可用\"],\"Pmr5xp\":[\"成功创建 \",[\"0\"]],\"FImCSc\":[[\"0\"],\"更新成功\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" 已签到\"],\"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\":\"⚡️ 设置您的活动\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 自定义活动页面\",\"3VPPdS\":\"与 Stripe 连接\",\"cjdktw\":\"🚀 实时设置您的活动\",\"rmelwV\":\"0 分 0 秒\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"缅因街 123 号\",\"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\":\"应用促销代码\",\"ARBThj\":[\"将此\",[\"type\"],\"应用于所有新产品\"],\"S0ctOE\":\"归档活动\",\"TdfEV7\":\"已归档\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"您确定要激活该与会者吗?\",\"TvkW9+\":\"您确定要归档此活动吗?\",\"/CV2x+\":\"您确定要取消该与会者吗?这将使其门票作废\",\"YgRSEE\":\"您确定要删除此促销代码吗?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"您确定要将此活动设为草稿吗?这将使公众无法看到该活动\",\"mEHQ8I\":\"您确定要将此事件公开吗?这将使事件对公众可见\",\"s4JozW\":\"您确定要恢复此活动吗?它将作为草稿恢复。\",\"vJuISq\":\"您确定要删除此容量分配吗?\",\"baHeCz\":\"您确定要删除此签到列表吗?\",\"LBLOqH\":\"每份订单询问一次\",\"wu98dY\":\"每个产品询问一次\",\"ss9PbX\":\"参与者\",\"m0CFV2\":\"与会者详情\",\"QKim6l\":\"未找到参与者\",\"R5IT/I\":\"与会者备注\",\"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\":\"加利福尼亚州\",\"iStTQt\":\"相机权限被拒绝。<0>再次请求权限,如果还不行,则需要在浏览器设置中<1>授予此页面访问相机的权限。\",\"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\":\"无法签到\",\"QyjCeq\":\"容量\",\"V6Q5RZ\":\"容量分配创建成功\",\"k5p8dz\":\"容量分配删除成功\",\"nDBs04\":\"容量管理\",\"ddha3c\":\"类别允许您将产品分组。例如,您可以有一个“门票”类别和另一个“商品”类别。\",\"iS0wAT\":\"类别帮助您组织产品。此标题将在公共活动页面上显示。\",\"eorM7z\":\"类别重新排序成功。\",\"3EXqwa\":\"类别创建成功\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"更改密码\",\"xMDm+I\":\"签到\",\"p2WLr3\":[\"签到 \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"签到并标记订单为已付款\",\"QYLpB4\":\"仅签到\",\"/Ta1d4\":\"签出\",\"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\":\"连接 Stripe 账户,开始接收付款。\",\"5lcVkL\":\"连接详情\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"继续\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"继续按钮文字\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"继续设置\",\"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\":\"定制您的活动页面,以符合您的品牌和风格。\",\"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\":\"捐赠 / 自由定价产品\",\"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\":\"该设备不支持闪存\",\"UNMVei\":\"忘记密码?\",\"2POOFK\":\"免费\",\"P/OAYJ\":\"免费产品\",\"vAbVy9\":\"免费产品,无需付款信息\",\"nLC6tu\":\"法语\",\"Weq9zb\":\"常规\",\"DDcvSo\":\"德国\",\"4GLxhy\":\"入门\",\"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\":\"隐藏入门页面\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"在销售结束日期后隐藏产品\",\"06s3w3\":\"在销售开始日期前隐藏产品\",\"axVMjA\":\"除非用户有适用的促销代码,否则隐藏产品\",\"ySQGHV\":\"售罄时隐藏产品\",\"SCimta\":\"隐藏侧边栏中的入门页面\",\"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\":\"多种价格选项。非常适合早鸟产品等。\",\"/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\":\"尚未向此订单添加参会者。\",\"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\":\"此参会者没有关联的产品。\",\"Ya1JhR\":\"此类别中没有可用的产品。\",\"FTfObB\":\"尚无产品\",\"+Y976X\":\"无促销代码显示\",\"MAavyl\":\"此与会者未回答任何问题。\",\"SnlQeq\":\"此订单尚未提出任何问题。\",\"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\":\"一旦准备就绪,将您的活动上线并开始销售产品。\",\"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\":\"订单备注\",\"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\":\"付费产品\",\"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\":\"价格类型\",\"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\":\"提供此问题的附加背景或说明。使用此字段添加条款和条件、指南或参与者在回答前需要知道的任何重要信息。\",\"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\":\"旧金山\",\"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\":\"按姓名、订单号、参与者号或电子邮件搜索...\",\"BiYOdA\":\"按名称搜索...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"搜索容量分配...\",\"r9M1hc\":\"搜索签到列表...\",\"+0Yy2U\":\"搜索产品\",\"YIix5Y\":\"搜索...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"次要颜色\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"次要文字颜色\",\"02ePaq\":[\"选择 \",[\"0\"]],\"QuNKRX\":\"选择相机\",\"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\":\"设定最低价格,用户可选择支付更高的价格\",\"L0pJmz\":\"设置发票编号的起始编号。一旦发票生成,就无法更改。\",\"nYNT+5\":\"准备活动\",\"A8iqfq\":\"实时设置您的活动\",\"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\":\"固定价格的标准产品\",\"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\":\"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\":\"这些详细信息仅在订单成功完成后显示。等待付款的订单不会显示此消息。\",\"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\":\"这是一种常规产品,例如T恤或杯子。不发行门票\",\"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\":\"此产品为门票。购买后买家将收到门票\",\"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\":\"分层产品\",\"8wITQA\":\"分层产品允许您为同一产品提供多种价格选项。这非常适合早鸟产品,或为不同人群提供不同的价格选项。\\\" # zh-cn\",\"nn3mSR\":\"剩余时间:\",\"s/0RpH\":\"使用次数\",\"y55eMd\":\"使用次数\",\"40Gx0U\":\"时区\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Title\",\"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\":\"查看\",\"Pte1Hv\":\"查看参会者详情\",\"/5PEQz\":\"查看活动页面\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"在谷歌地图上查看\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP签到列表\",\"tF+VVr\":\"贵宾票\",\"2q/Q7x\":\"可见性\",\"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\":\"您已经扫描过此票\",\"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\":\"(空)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" 已签到\"],\"S4PqS9\":[[\"0\"],\" 个活动的 Webhook\"],\"6MIiOI\":[\"剩余 \",[\"0\"]],\"COnw8D\":[[\"0\"],\" 标志\"],\"B7pZfX\":[[\"0\"],\" 位组织者\"],\"/HkCs4\":[[\"0\"],\"张门票\"],\"TjbIUI\":[[\"availableCount\"],\" / \",[\"totalCount\"],\" 可用\"],\"OJnhhX\":[[\"eventCount\"],\" 个事件\"],\"3IEF7U\":[[\"totalCount\"],\" 个票种\"],\"zGiMDM\":\"+1 234 567 890\",\"1d6kks\":\"+税费\",\"B1St2O\":\"<0>签到列表帮助您按日期、区域或票务类型管理活动入场。您可以将票务链接到特定列表,如VIP区域或第1天通行证,并与工作人员共享安全的签到链接。无需账户。签到适用于移动设备、桌面或平板电脑,使用设备相机或HID USB扫描仪。 \",\"v9VSIS\":\"<0>设置一个单一的总人数上限,同时适用于多个票种。<1>例如,如果你将<2>单日票和<3>全周末票关联起来,它们将共享同一个名额池。一旦达到上限,所有关联的票种将自动停止销售。\",\"ZnVt5v\":\"<0>Webhooks 可在事件发生时立即通知外部服务,例如,在注册时将新与会者添加到您的 CRM 或邮件列表,确保无缝自动化。<1>使用第三方服务,如 <2>Zapier、<3>IFTTT 或 <4>Make 来创建自定义工作流并自动化任务。\",\"xFTHZ5\":[\"≈ \",[\"0\"],\"(按当前汇率)\"],\"fAv9QG\":\"🎟️ 添加门票\",\"M2DyLc\":\"1 个活动的 Webhook\",\"943BwI\":\"结束日期后1天\",\"yj3N+g\":\"开始日期后1天\",\"Z3etYG\":\"活动前1天\",\"szSnlj\":\"活动前1小时\",\"yTsaLw\":\"1张门票\",\"nz96Ue\":\"1个票种\",\"cGtUz6\":\"活动前1周\",\"HR/cvw\":\"示例街123号\",\"kMU5aM\":\"取消通知已发送至\",\"V53XzQ\":\"新的验证码已发送到您的邮箱\",\"/z/bH1\":\"您组织者的简短描述,将展示给您的用户。\",\"aS0jtz\":\"已放弃\",\"uyJsf6\":\"关于\",\"WTk/ke\":\"关于 Stripe Connect\",\"JvuLls\":\"承担费用\",\"lk74+I\":\"承担费用\",\"1uJlG9\":\"强调色\",\"K5+3xg\":\"接受邀请\",\"VTfZPy\":\"访问被拒绝\",\"iN5Cz3\":\"账户已连接!\",\"YP4JuP\":\"账户配置更新成功\",\"vOuxvL\":\"账户信息\",\"EHNORh\":\"账户未找到\",\"bPwFdf\":\"账户\",\"nMtNd+\":\"需要操作:重新连接您的 Stripe 账户\",\"AhwTa1\":\"需要操作:需要提供增值税信息\",\"APyAR/\":\"活跃活动\",\"UWWRyd\":\"添加自定义问题以在结账时收集额外信息\",\"a5KFZU\":\"添加活动详情并管理活动设置。\",\"Fb+SDI\":\"添加更多门票\",\"7JF9w9\":\"添加问题\",\"6PNlRV\":\"将此活动添加到您的日历\",\"BGD9Yt\":\"添加机票\",\"QN2F+7\":\"添加 Webhook\",\"NsWqSP\":\"添加您的社交媒体账号和网站链接。这些信息将显示在您的公开组织者页面上。\",\"bVjDs9\":\"额外费用\",\"0Zypnp\":\"管理仪表板\",\"YAV57v\":\"推广员\",\"I+utEq\":\"推广码无法更改\",\"/jHBj5\":\"推广员创建成功\",\"uCFbG2\":\"推广员删除成功\",\"a41PKA\":\"将跟踪推广员销售\",\"mJJh2s\":\"将不会跟踪推广员销售。这将停用该推广员。\",\"jabmnm\":\"推广员更新成功\",\"CPXP5Z\":\"合作伙伴\",\"9Wh+ug\":\"推广员已导出\",\"3cqmut\":\"推广员帮助您跟踪合作伙伴和网红产生的销售。创建推广码并分享以监控绩效。\",\"7rLTkE\":\"所有已归档活动\",\"gKq1fa\":\"所有参与者\",\"pMLul+\":\"所有货币\",\"qlaZuT\":\"全部完成!您现在正在使用我们升级的支付系统。\",\"ZS/D7f\":\"所有已结束活动\",\"QsYjci\":\"所有活动\",\"31KB8w\":\"所有失败任务已删除\",\"D2g7C7\":\"所有任务已排队等待重试\",\"Sxm1lO\":\"所有状态\",\"dr7CWq\":\"所有即将到来的活动\",\"GpT6Uf\":\"允许参与者通过订单确认邮件中的安全链接更新他们的门票信息(姓名、电子邮件)。\",\"F3mW5G\":\"允许客户在该产品售罄时加入候补名单\",\"QUg5y1\":\"快完成了!完成连接您的 Stripe 账户以开始接受付款。\",\"c4uJfc\":\"快完成了!我们正在等待您的付款处理。这只需要几秒钟。\",\"ocS8eq\":[\"已有账户?<0>\",[\"0\"],\"\"],\"/H326L\":\"已退款\",\"RtxQTF\":\"同时取消此订单\",\"jkNgQR\":\"同时退款此订单\",\"xYqsHg\":\"始终可用\",\"Wvrz79\":\"支付金额\",\"Zkymb9\":\"与此推广员关联的邮箱。推广员不会收到通知。\",\"vRznIT\":\"检查导出状态时发生错误。\",\"eusccx\":\"在突出显示的产品上显示的可选消息,例如\\\"热卖中🔥\\\"或\\\"超值优惠\\\"\",\"QNrkms\":\"答案更新成功。\",\"Znwxal\":\"应用费用配置\",\"261RBr\":\"批准消息\",\"VkSk/i\":\"您确定要取消此定时消息吗?\",\"0aVEBY\":\"您确定要删除所有失败的任务吗?\",\"LchiNd\":\"您确定要删除此推广员吗?此操作无法撤销。\",\"vPeW/6\":\"确定要删除此配置吗?这可能会影响使用它的账户。\",\"JmVITJ\":\"确定要删除此模板吗?此操作无法撤消,邮件将回退到默认模板。\",\"aLS+A6\":\"确定要删除此模板吗?此操作无法撤消,邮件将回退到组织者或默认模板。\",\"5H3Z78\":\"您确定要删除此 Webhook 吗?\",\"147G4h\":\"您确定要离开吗?\",\"VDWChT\":\"您确定要将此组织者设为草稿吗?这样将使组织者页面对公众不可见。\",\"pWtQJM\":\"您确定要将此组织者设为公开吗?这样将使组织者页面对公众可见。\",\"EOqL/A\":\"您确定要向此人提供名额吗?他们将收到电子邮件通知。\",\"WFHOlF\":\"您确定要发布此活动吗?一旦发布,将对公众可见。\",\"4TNVdy\":\"您确定要发布此主办方资料吗?一旦发布,将对公众可见。\",\"8x0pUg\":\"您确定要从候补名单中移除此条目吗?\",\"cDtoWq\":[\"您确定要将订单确认重新发送到 \",[\"0\"],\" 吗?\"],\"xeIaKw\":[\"您确定要将门票重新发送到 \",[\"0\"],\" 吗?\"],\"ExDt3P\":\"您确定要取消发布此活动吗?它将不再对公众可见。\",\"5Qmxo/\":\"您确定要取消发布此主办方资料吗?它将不再对公众可见。\",\"Uqefyd\":\"您在欧盟注册了增值税吗?\",\"+QARA4\":\"艺术\",\"tLf3yJ\":\"由于您的企业位于爱尔兰,所有平台费用将自动适用23%的爱尔兰增值税。\",\"QGoXh3\":\"由于您的企业位于欧盟,我们需要确定平台费用的正确增值税处理方式:\",\"tMeVa/\":\"为每张购买的门票询问姓名和电子邮件\",\"/JdZIP\":\"已分配配置\",\"xdiER7\":\"分配的级别\",\"F2rX0R\":\"必须选择至少一种事件类型\",\"BCmibk\":\"尝试次数\",\"6PecK3\":\"所有活动的出席率和签到率\",\"AJ4rvK\":\"与会者已取消\",\"qvylEK\":\"与会者已创建\",\"Aspq3b\":\"参与者信息收集\",\"fpb0rX\":\"参与者信息已从订单复制\",\"0R3Y+9\":\"参会者邮箱\",\"94aQMU\":\"参与者信息\",\"KkrBiR\":\"参与者信息收集\",\"av+gjP\":\"参会者姓名\",\"cosfD8\":\"参与者状态\",\"D2qlBU\":\"与会者已更新\",\"22BOve\":\"参与者更新成功\",\"x8Vnvf\":\"参与者的票不包含在此列表中\",\"k3Tngl\":\"与会者已导出\",\"UoIRW8\":\"已注册参会者\",\"5UbY+B\":\"持有特定门票的与会者\",\"4HVzhV\":\"参与者:\",\"HVkhy2\":\"归因分析\",\"dMMjeD\":\"归因细分\",\"1oPDuj\":\"归因值\",\"OpCtfq\":\"自动提供已启用。当有空位时,门票会自动提供。使用此功能手动提供额外名额。\",\"V7Tejz\":\"自动处理候补名单\",\"PZ7FTW\":\"根据背景颜色自动检测,但可以手动覆盖\",\"8Etqrl\":\"当有空位时自动向下一位提供门票\",\"csDS2L\":\"可用\",\"clF06r\":\"可退款\",\"NB5+UG\":\"可用令牌\",\"EmYMHc\":\"等待线下付款\",\"kNmmvE\":\"精彩活动有限公司\",\"TeSaQO\":\"返回账户\",\"kYqM1A\":\"返回活动\",\"s5QRF3\":\"返回消息\",\"td/bh+\":\"返回报告\",\"jIPNJG\":\"基本信息\",\"WOpH7O\":\"在任何设备上都有精美的结账体验\",\"iMdwTb\":\"在您的活动可以上线之前,您需要完成以下几项任务。请完成以下所有步骤以开始。\",\"UabgBd\":\"正文是必需的\",\"HWXuQK\":\"收藏此页面,随时管理您的订单。\",\"CUKVDt\":\"使用自定义徽标、颜色和页脚信息打造您的门票品牌。\",\"9N+p+g\":\"商务\",\"7ns+do\":\"营业地址\",\"LeC29u\":\"用于增值税目的的营业地址\",\"RReHTu\":\"企业名称\",\"bv6RXK\":\"按钮标签\",\"ChDLlO\":\"按钮文字\",\"BUe8Wj\":\"买家支付\",\"qF1qbA\":\"买家看到的是净价。平台费用将从您的付款中扣除。\",\"DFqasq\":[\"继续操作即表示您同意<0>\",[\"0\"],\"服务条款\"],\"lFdbRS\":\"绕过应用费用\",\"2VLZwd\":\"行动号召按钮\",\"PUpvQe\":\"相机扫描仪\",\"D02dD9\":\"活动\",\"H4nE+E\":\"取消所有产品并释放回可用池\",\"tOXAdc\":\"取消将取消与此订单关联的所有参与者,并将门票释放回可用池。\",\"IrUqjC\":\"无法签到(已取消)\",\"01sEfm\":\"无法删除系统默认配置\",\"VsM1HH\":\"容量分配\",\"K7tIrx\":\"类别\",\"2tbLdK\":\"慈善\",\"v4fiSg\":\"查看您的邮箱\",\"51AsAN\":\"请检查您的收件箱!如果此邮箱有关联的票,您将收到查看链接。\",\"udRwQs\":\"签到已创建\",\"F4SRy3\":\"签到已删除\",\"9gPPUY\":\"签到列表已创建!\",\"f2vU9t\":\"签到列表\",\"tMNBEF\":\"签到列表让您可以按天、区域或票种控制入场。您可以与工作人员共享安全的签到链接 — 无需账户。\",\"SHJwyq\":\"签到率\",\"qCqdg6\":\"签到状态\",\"cKj6OE\":\"签到摘要\",\"7B5M35\":\"签到\",\"DM4gBB\":\"中文(繁体)\",\"pkk46Q\":\"选择一个组织者\",\"Crr3pG\":\"选择日历\",\"LAW8Vb\":\"为新活动选择默认设置。这可以针对单个活动进行覆盖。\",\"pjp2n5\":\"选择谁支付平台费用。这不会影响您在账户设置中配置的额外费用。\",\"CySr+W\":\"点击查看备注\",\"RG3szS\":\"关闭\",\"RWw9Lg\":\"关闭弹窗\",\"XwdMMg\":\"代码只能包含字母、数字、连字符和下划线\",\"+yMJb7\":\"代码为必填项\",\"m9SD3V\":\"代码至少需要3个字符\",\"V1krgP\":\"代码不能超过20个字符\",\"psqIm5\":\"与您的团队协作,共同创建精彩的活动。\",\"4bUH9i\":\"收集每张购买门票的参与者详情。\",\"TkfG8v\":\"按订单收集信息\",\"96ryID\":\"按门票收集信息\",\"FpsvqB\":\"颜色模式\",\"jEu4bB\":\"列\",\"CWk59I\":\"喜剧\",\"rPA+Gc\":\"通信偏好\",\"7D9MJz\":\"完成 Stripe 设置\",\"OqEV/G\":\"完成下面的设置以继续\",\"nqx+6h\":\"完成以下步骤即可开始销售您的活动门票。\",\"744BMm\":\"完成您的订单以确保获得门票。此优惠有时间限制,请尽快完成。\",\"5YrKW7\":\"完成付款以确保您的门票。\",\"xGU92i\":\"完成你的个人资料以加入团队。\",\"QOhkyl\":\"撰写\",\"ih35UP\":\"会议中心\",\"B5fpAA\":\"配置分配成功\",\"X1zdE7\":\"配置创建成功\",\"mLBUMQ\":\"配置删除成功\",\"UIENhw\":\"配置名称对最终用户可见。固定费用将按当前汇率转换为订单货币。\",\"eeZdaB\":\"配置更新成功\",\"3cKoxx\":\"配置\",\"8v2LRU\":\"配置活动详情、地点、结账选项和电子邮件通知。\",\"raw09+\":\"配置结账时如何收集参与者信息\",\"FI60XC\":\"配置税费\",\"Nbd6WT\":\"配置此活动的候补名单设置\",\"NGXKG/\":\"确认电子邮件地址\",\"JRQitQ\":\"确认新密码\",\"Auz0Mz\":\"请确认您的邮箱以访问所有功能。\",\"7+grte\":\"确认邮件已发送!请检查您的收件箱。\",\"n/7+7Q\":\"确认已发送至\",\"o5A0Go\":\"恭喜你创建了一个活动!\",\"x3wVFc\":\"恭喜!您的活动现已对公众可见。\",\"WNnP3w\":\"连接并升级\",\"Xe2tSS\":\"连接文档\",\"1Xxb9f\":\"连接支付处理\",\"nQI4H5\":\"连接Stripe以启用电子邮件模板编辑\",\"LmvZ+E\":\"连接 Stripe 以启用消息功能\",\"EWnXR+\":\"连接到 Stripe\",\"VioGG1\":\"连接您的 Stripe 账户以接受门票和产品付款。\",\"4qmnU8\":\"连接您的 Stripe 账户以接受付款。\",\"E1eze1\":\"连接您的 Stripe 账户以开始接受您活动的付款。\",\"ulV1ju\":\"连接您的 Stripe 账户以开始接受付款。\",\"/3017M\":\"已连接到 Stripe\",\"jfC/xh\":\"联系\",\"LOFgda\":[\"联系 \",[\"0\"]],\"41BQ3k\":\"联系邮箱\",\"KcXRN+\":\"支持联系邮箱\",\"m8WD6t\":\"继续设置\",\"0GwUT4\":\"继续结账\",\"sBV87H\":\"继续创建活动\",\"nKtyYu\":\"继续下一步\",\"F3/nus\":\"继续付款\",\"p2FRHj\":\"控制此活动的平台费用如何处理\",\"1JnTgU\":\"从上方复制\",\"FxVG/l\":\"已复制到剪贴板\",\"PiH3UR\":\"已复制!\",\"uUPbPg\":\"复制推广链接\",\"iVm46+\":\"复制代码\",\"+2ZJ7N\":\"将详情复制到第一位参与者\",\"ZN1WLO\":\"复制邮箱\",\"y1eoq1\":\"复制链接\",\"tUGbi8\":\"复制我的信息到:\",\"y22tv0\":\"复制此链接,在任意位置分享\",\"/4gGIX\":\"复制到剪贴板\",\"P0rbCt\":\"封面图像\",\"60u+dQ\":\"封面图片将显示在活动页面顶部\",\"2NLjA6\":\"封面图像将显示在您的组织者页面顶部\",\"zg4oSu\":[\"创建\",[\"0\"],\"模板\"],\"RKKhnW\":\"创建自定义小部件以在您的网站上销售门票。\",\"yIRev4\":\"创建密码\",\"xfKgwv\":\"创建推广员\",\"tudG8q\":\"创建并配置待售门票和商品。\",\"YAl9Hg\":\"创建配置\",\"BTne9e\":\"为此活动创建自定义邮件模板以覆盖组织者默认设置\",\"YIDzi/\":\"创建自定义模板\",\"Nc3l/D\":\"创建折扣、隐藏门票的访问码和特别优惠。\",\"eWEV9G\":\"创建新密码\",\"8AiKIu\":\"创建门票或产品\",\"agZ87r\":\"为您的活动创建门票、设定价格并管理可用数量。\",\"/HGmW9\":\"创建可追踪链接以奖励推广您活动的合作伙伴。\",\"dkAPxi\":\"创建 Webhook\",\"5slqwZ\":\"创建您的活动\",\"JQNMrj\":\"创建您的第一个活动\",\"CCjxOC\":\"创建您的第一个活动以开始售票并管理参与者。\",\"ZCSSd+\":\"创建您自己的活动\",\"67NsZP\":\"正在创建活动...\",\"H34qcM\":\"正在创建主办方...\",\"1YMS+X\":\"正在创建您的活动,请稍候\",\"yiy8Jt\":\"正在创建您的主办方资料,请稍候\",\"lfLHNz\":\"CTA标签是必需的\",\"BMtue0\":\"当前支付处理器\",\"T+1APV\":\"当前增值税号已验证\",\"v2GlhZ\":\"当前增值税号验证失败\",\"iTvh6I\":\"当前可购买\",\"g7HIC0\":\"自定义品牌\",\"Guo0lU\":\"自定义日期和时间\",\"mimF6c\":\"结账后自定义消息\",\"O6mra8\":\"自定义问题\",\"axv/Mi\":\"自定义模板\",\"QMHSMS\":\"客户将收到确认退款的电子邮件\",\"L/Qc+w\":\"客户邮箱地址\",\"wpfWhJ\":\"客户名字\",\"GIoqtA\":\"客户姓氏\",\"NihQNk\":\"客户\",\"7gsjkI\":\"使用Liquid模板自定义发送给客户的邮件。这些模板将用作您组织中所有活动的默认模板。\",\"xJaTUK\":\"自定义活动主页的布局、颜色和品牌。\",\"MXZfGN\":\"自定义结账时提出的问题,以从参与者那里收集重要信息。\",\"iX6SLo\":\"自定义“继续”按钮上显示的文本\",\"pxNIxa\":\"使用Liquid模板自定义您的邮件模板\",\"3trPKm\":\"自定义主办方页面外观\",\"/gWrVZ\":\"所有活动的每日收入、税费和退款\",\"zgCHnE\":\"每日销售报告\",\"nHm0AI\":\"每日销售、税费和费用明细\",\"pvnfJD\":\"深色\",\"nE5o/t\":\"数据所有权\",\"lnYE59\":\"活动日期\",\"gnBreG\":\"下单日期\",\"ovBPCi\":\"默认\",\"JtI4vj\":\"默认参与者信息收集\",\"3R/Tu2\":\"默认费用处理\",\"1bZAZA\":\"将使用默认模板\",\"vu7gDm\":\"删除推广员\",\"KZN4Lc\":\"全部删除\",\"+jw/c1\":\"删除图片\",\"hdyeZ0\":\"删除任务\",\"dPyJ15\":\"删除模板\",\"mxsm1o\":\"删除此问题?此操作无法撤销。\",\"snMaH4\":\"删除 Webhook\",\"vYgeDk\":\"取消全选\",\"NvuEhl\":\"设计元素\",\"H8kMHT\":\"没有收到验证码?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"关闭此消息\",\"BREO0S\":\"显示一个复选框,允许客户选择接收此活动组织者的营销通讯。\",\"TvY/XA\":\"文档\",\"Kdpf90\":\"别忘了!\",\"352VU2\":\"还没有账户?<0>注册\",\"AXXqG+\":\"捐赠\",\"DPfwMq\":\"完成\",\"2+O9st\":\"下载所有已完成订单的销售、参与者和财务报告。\",\"eneWvv\":\"草稿\",\"Ts8hhq\":\"由于垃圾邮件的高风险,您必须连接Stripe账户才能修改电子邮件模板。这是为了确保所有活动组织者都经过验证和负责。\",\"TnzbL+\":\"由于垃圾邮件风险较高,您必须连接Stripe账户才能向参与者发送消息。\\n这是为了确保所有活动组织者都经过验证并负责。\",\"euc6Ns\":\"复制\",\"KRmTkx\":\"复制产品\",\"KIjvtr\":\"荷兰语\",\"22xieU\":\"例如 180(3小时)\",\"SPKbfM\":\"例如:获取门票,立即注册\",\"fc7wGW\":\"例如,关于您门票的重要更新\",\"54MPqC\":\"例如,标准版、高级版、企业版\",\"3RQ81z\":\"每个人将收到一封包含预留名额的电子邮件,以完成购买。\",\"LTzmgK\":[\"编辑\",[\"0\"],\"模板\"],\"v4+lcZ\":\"编辑推广员\",\"2iZEz7\":\"编辑答案\",\"tPtRwl\":\"编辑应用费用\",\"t2bbp8\":\"编辑参与者\",\"etaWtB\":\"编辑参与者详情\",\"+guao5\":\"编辑配置\",\"vRWOrM\":\"编辑订单详情\",\"3yNuBV\":\"编辑增值税设置\",\"fW5sSv\":\"编辑 Webhook\",\"nP7CdQ\":\"编辑 Webhook\",\"uBAxNB\":\"编辑器\",\"aqxYLv\":\"教育\",\"iiWXDL\":\"资格失败\",\"zPiC+q\":\"符合条件的签到列表\",\"V2sk3H\":\"电子邮件和模板\",\"hbwCKE\":\"邮箱地址已复制到剪贴板\",\"dSyJj6\":\"电子邮件地址不匹配\",\"elW7Tn\":\"邮件正文\",\"ZsZeV2\":\"邮箱为必填项\",\"Be4gD+\":\"邮件预览\",\"6IwNUc\":\"邮件模板\",\"H/UMUG\":\"需要验证邮箱\",\"L86zy2\":\"邮箱验证成功!\",\"FSN4TS\":\"嵌入小部件\",\"Qj0GKe\":\"启用参与者自助服务\",\"hEtQsg\":\"默认启用参与者自助服务\",\"Upeg/u\":\"启用此模板发送邮件\",\"7dSOhU\":\"启用候补名单\",\"RxzN1M\":\"已启用\",\"sGjBEq\":\"结束日期和时间(可选)\",\"PKXt9R\":\"结束日期必须在开始日期之后\",\"48Y16Q\":\"结束时间(可选)\",\"7YZofi\":\"输入主题和正文以查看预览\",\"3bR1r4\":\"输入推广员邮箱(可选)\",\"ARkzso\":\"输入推广员姓名\",\"y1BZw1\":\"输入营业地址\",\"3GfR6a\":\"输入企业名称\",\"6KnyG0\":\"输入电子邮件\",\"INDKM9\":\"输入邮件主题...\",\"xUgUTh\":\"输入名字\",\"9/1YKL\":\"输入姓氏\",\"VpwcSk\":\"输入新密码\",\"1tAGuY\":\"输入包含国家代码的增值税号\",\"kWg31j\":\"输入唯一推广码\",\"C3nD/1\":\"输入您的电子邮箱\",\"VmXiz4\":\"输入您的电子邮件,我们将向您发送重置密码的说明。\",\"n9V+ps\":\"输入您的姓名\",\"IdULhL\":\"输入您的增值税号,包括国家代码,不带空格(例如,IE1234567A,DE123456789)\",\"X88/6w\":\"当客户加入已售罄产品的候补名单时,条目将显示在此处。\",\"LslKhj\":\"加载日志时出错\",\"AKbElk\":\"欧盟增值税注册企业:适用反向收费机制(0% - 增值税指令2006/112/EC第196条)\",\"WgD6rb\":\"活动类别\",\"b46pt5\":\"活动封面图片\",\"1Hzev4\":\"活动自定义模板\",\"imgKgl\":\"活动描述\",\"kJDmsI\":\"活动详情\",\"m/N7Zq\":\"活动完整地址\",\"Nl1ZtM\":\"活动地点\",\"t3AMTs\":\"活动管理平台\",\"PYs3rP\":\"活动名称\",\"HhwcTQ\":\"活动名称\",\"WZZzB6\":\"活动名称为必填项\",\"Wd5CDM\":\"活动名称应少于150个字符\",\"4JzCvP\":\"活动不可用\",\"Gh9Oqb\":\"活动组织者姓名\",\"mImacG\":\"活动页面\",\"JyD0LH\":\"活动设置\",\"cOePZk\":\"活动时间\",\"e8WNln\":\"活动时区\",\"GeqWgj\":\"活动时区\",\"XVLu2v\":\"活动标题\",\"OfmsI9\":\"活动太新\",\"YDVUVl\":\"事件类型\",\"4K2OjV\":\"活动场地\",\"19j6uh\":\"活动表现\",\"PC3/fk\":\"未来24小时内开始的活动\",\"fTFfOK\":\"每个邮件模板都必须包含一个链接到相应页面的行动号召按钮\",\"BVinvJ\":\"示例:\\\"您是如何了解我们的?\\\"、\\\"发票公司名称\\\"\",\"2hGPQG\":\"示例:\\\"T恤尺码\\\"、\\\"餐饮偏好\\\"、\\\"职位\\\"\",\"qNuTh3\":\"异常\",\"M1RnFv\":\"已过期\",\"kF8HQ7\":\"导出答案\",\"2KAI4N\":\"导出CSV\",\"JKfSAv\":\"导出失败。请重试。\",\"SVOEsu\":\"导出已开始。正在准备文件...\",\"wuyaZh\":\"导出成功\",\"9bpUSo\":\"正在导出推广员\",\"jtrqH9\":\"正在导出与会者\",\"R4Oqr8\":\"导出完成。正在下载文件...\",\"UlAK8E\":\"正在导出订单\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"失败\",\"8uOlgz\":\"失败时间\",\"tKcbYd\":\"失败任务\",\"SsI9v/\":\"放弃订单失败。请重试。\",\"LdPKPR\":\"配置分配失败\",\"SIHgVQ\":\"取消消息失败\",\"cEFg3R\":\"创建推广员失败\",\"dVgNF1\":\"配置创建失败\",\"U66oUa\":\"创建模板失败\",\"aFk48v\":\"配置删除失败\",\"Zw6LWb\":\"删除任务失败\",\"tq0abZ\":\"删除任务失败\",\"vKMKnu\":\"删除问题失败\",\"xFj7Yj\":\"删除模板失败\",\"jo3Gm6\":\"导出推广员失败\",\"Jjw03p\":\"导出与会者失败\",\"ZPwFnN\":\"导出订单失败\",\"zGE3CH\":\"导出报告失败。请重试。\",\"lS9/aZ\":\"加载收件人失败\",\"X4o0MX\":\"加载 Webhook 失败\",\"ETcU7q\":\"提供名额失败\",\"5670b9\":\"提供票券失败\",\"0+iwE5\":\"重新排序问题失败\",\"EJPAcd\":\"重新发送订单确认失败\",\"DjSbj3\":\"重新发送门票失败\",\"YQ3QSS\":\"重新发送验证码失败\",\"wDioLj\":\"重试任务失败\",\"DKYTWG\":\"重试任务失败\",\"zTkTF3\":\"保存模板失败\",\"l6acRV\":\"保存增值税设置失败。请重试。\",\"T6B2gk\":\"发送消息失败。请重试。\",\"lKh069\":\"无法启动导出任务\",\"t/KVOk\":\"无法开始模拟。请重试。\",\"QXgjH0\":\"无法停止模拟。请重试。\",\"o/blc/\":\"账户配置更新失败\",\"i0QKrm\":\"更新推广员失败\",\"NNc33d\":\"更新答案失败。\",\"E9jY+o\":\"更新参与者失败\",\"uQynyf\":\"配置更新失败\",\"EhlbcI\":\"更新消息级别失败\",\"rpGMzC\":\"更新订单失败\",\"Eeo/Gy\":\"更新设置失败\",\"kqA9lY\":\"增值税设置更新失败\",\"7/9RFs\":\"上传图片失败。\",\"nkNfWu\":\"上传图片失败。请重试。\",\"rxy0tG\":\"验证邮箱失败\",\"9bHCo2\":\"费用货币\",\"/sV91a\":\"费用处理\",\"T4BMxU\":\"费用可能会变更。如有变更,您将收到通知。\",\"LyUWXA\":\"费用已绕过\",\"cf35MA\":\"节日\",\"pAey+4\":\"文件太大。最大大小为5MB。\",\"VejKUM\":\"请先在上方填写您的详细信息\",\"8OvVZZ\":\"筛选参与者\",\"mvrlBO\":\"按活动筛选\",\"8BwQeU\":\"完成设置\",\"hg80P7\":\"完成 Stripe 设置\",\"1vBhpG\":\"第一位参与者\",\"4pwejF\":\"名字为必填项\",\"6bBh3/\":\"固定费用\",\"5mpF6N\":[[\"currencyCode\"],\" 的固定费用金额\"],\"zWqUyJ\":\"每笔交易收取的固定费用\",\"LWL3Bs\":\"固定费用必须为0或更大\",\"YXhom6\":\"固定费用:\",\"KgxI80\":\"灵活的票务系统\",\"lWxAUo\":\"美食美酒\",\"nFm+5u\":\"页脚文字\",\"MY2SVM\":\"全额退款\",\"T02gNN\":\"普通入场\",\"3ep0Gx\":\"您组织者的基本信息\",\"ziAjHi\":\"生成\",\"exy8uo\":\"生成代码\",\"4CETZY\":\"获取路线\",\"+4zM7f\":\"通过Stripe Connect立即获得付款\",\"ZDIydz\":\"开始使用\",\"u6FPxT\":\"获取门票\",\"8KDgYV\":\"准备好您的活动\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"前往活动页面\",\"gHSuV/\":\"返回主页\",\"6nDzTl\":\"良好的可读性\",\"aGWZUr\":\"总收入\",\"n8IUs7\":\"总收入\",\"LIYoRQ\":\"来宾管理\",\"kTSQej\":[\"您好 \",[\"0\"],\",从这里管理您的平台。\"],\"dORAcs\":\"以下是与您邮箱关联的所有票。\",\"g+2103\":\"这是您的推广链接\",\"QlwJ9d\":\"预期结果:\",\"/iE8xx\":\"Hi.Events 费用\",\"zppscQ\":\"Hi.Events 平台费用和每笔交易的增值税明细\",\"D+zLDD\":\"隐藏\",\"DRErHC\":\"对参与者隐藏 - 仅组织者可见\",\"P+5Pbo\":\"隐藏答案\",\"FmogyU\":\"隐藏选项\",\"gtEbeW\":\"突出显示\",\"NF8sdv\":\"突出显示消息\",\"MXSqmS\":\"突出显示此产品\",\"7ER2sc\":\"已突出显示\",\"sq7vjE\":\"突出显示的产品将具有不同的背景色,使其在活动页面上脱颖而出。\",\"sy9anN\":\"客户收到报价后完成购买的时限。留空表示无时间限制。\",\"AVpmAa\":\"如何离线支付\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"匈牙利语\",\"O8m7VA\":\"我同意接收与此活动相关的电子邮件通知\",\"YLgdk5\":\"我确认这是与此活动相关的交易消息\",\"4/kP5a\":\"如果没有自动打开新标签页,请点击下方按钮继续结账。\",\"W/eN+G\":\"如果为空,地址将用于生成 Google 地图链接\",\"PYVWEI\":\"如已注册,请提供您的增值税号码以供验证\",\"iIEaNB\":\"如果您在我们这里有账户,您将收到一封包含如何重置密码说明的电子邮件。\",\"an5hVd\":\"图片\",\"tSVr6t\":\"模拟\",\"TWXU0c\":\"模拟用户\",\"5LAZwq\":\"模拟已开始\",\"IMwcdR\":\"模拟已停止\",\"0I0Hac\":\"重要通知\",\"yD3avI\":\"重要提示:更改您的电子邮件地址将更新访问此订单的链接。保存后,您将被重定向到新的订单链接。\",\"M8M6fs\":\"重要:需要重新连接 Stripe\",\"jT142F\":[[\"diffHours\"],\"小时后\"],\"OoSyqO\":[[\"diffMinutes\"],\"分钟后\"],\"cljs3a\":\"表明您是否在欧盟注册了增值税\",\"F1Xp97\":\"个人与会者\",\"85e6zs\":\"插入Liquid令牌\",\"38KFY0\":\"插入变量\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"即时支付\",\"nbfdhU\":\"集成\",\"JHB/Ky\":\"无效\",\"B2Tpo0\":\"无效邮箱\",\"5tT0+u\":\"邮箱格式无效\",\"f9WRpE\":\"无效的文件类型。请上传图片。\",\"tnL+GP\":\"无效的Liquid语法。请更正后再试。\",\"N9JsFT\":\"无效的增值税号格式\",\"g+lLS9\":\"邀请团队成员\",\"1z26sk\":\"邀请团队成员\",\"KR0679\":\"邀请团队成员\",\"Mokwac\":\"邀请无限团队成员并自定义角色\",\"aH6ZIb\":\"邀请您的团队\",\"IuMGvq\":\"发票\",\"y0meFR\":\"平台费用将适用23%的爱尔兰增值税(国内供应)。\",\"1ZKm04\":\"此账户是否在欧盟注册增值税?\",\"Lj7sBL\":\"意大利语\",\"F5/CBH\":\"项\",\"BzfzPK\":\"项目\",\"KmWyx0\":\"任务\",\"o5r6b2\":\"任务已删除\",\"cd0jIM\":\"任务详情\",\"ruJO57\":\"任务名称\",\"YZi+Hu\":\"任务已排队等待重试\",\"nCywLA\":\"随时随地加入\",\"SNzppu\":\"加入候补名单\",\"lZwV6X\":[\"加入 \",[\"0\"],\" 的候补名单\"],\"2gMuHR\":\"已加入\",\"hTJ4fB\":\"只需点击下面的按钮重新连接您的 Stripe 账户。\",\"MxjCqk\":\"只是在找您的票?\",\"lB2hSG\":[\"及时向我更新来自\",[\"0\"],\"的新闻和活动\"],\"DruLRc\":\"过去14天\",\"ve9JTU\":\"姓氏为必填项\",\"h0Q9Iw\":\"最新响应\",\"gw3Ur5\":\"最近触发\",\"QIn0Vl\":\"用于增值税目的的法定企业名称\",\"1njn7W\":\"浅色\",\"1qY5Ue\":\"链接已过期或无效\",\"psosdY\":\"订单详情链接\",\"6JzK4N\":\"门票链接\",\"shkJ3U\":\"链接您的 Stripe 账户以接收售票资金。\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"允许链接\",\"dF6vP6\":\"上线\",\"fpMs2Z\":\"直播\",\"D9zTjx\":\"直播活动\",\"WdmJIX\":\"加载预览中...\",\"IoDI2o\":\"加载令牌中...\",\"NFxlHW\":\"正在加载 Webhook\",\"iG7KNr\":\"标志\",\"vu7ZGG\":\"标志和封面\",\"gddQe0\":\"您的组织者的标志和封面图像\",\"TBEnp1\":\"标志将显示在页面头部\",\"Jzu30R\":\"标志将显示在票券上\",\"PSRm6/\":\"查找我的门票\",\"4wUIjX\":\"让您的活动上线\",\"2FzaR1\":\"管理您的支付处理并查看平台费用\",\"2L3vle\":\"最大消息数 / 24小时\",\"Qp4HWD\":\"最大收件人数 / 消息\",\"agPptk\":\"媒介\",\"xDAtGP\":\"消息\",\"bECJqy\":\"消息批准成功\",\"1jRD0v\":\"向与会者发送特定门票的信息\",\"uQLXbS\":\"消息已取消\",\"48rf3i\":\"消息不能超过5000个字符\",\"ZPj0Q8\":\"消息详情\",\"Vjat/X\":\"消息为必填项\",\"0/yJtP\":\"向具有特定产品的订单所有者发送消息\",\"saG4At\":\"消息已定时\",\"mFdA+i\":\"消息级别\",\"v7xKtM\":\"消息级别更新成功\",\"H9HlDe\":\"分钟\",\"gqnyh0\":\"移动优化\",\"olKKwj\":\"支持离线和实时跟踪的移动扫描仪\",\"JbIgPz\":\"货币金额是所有货币的大致总和\",\"qvF+MT\":\"监控和管理失败的后台任务\",\"w36OkR\":\"最多浏览活动(过去14天)\",\"GfaxEk\":\"音乐\",\"oVGCGh\":\"我的票\",\"8/brI5\":\"姓名为必填项\",\"sFFArG\":\"名称长度必须少于255个字符\",\"sCV5Yc\":\"活动名称\",\"xxU3NX\":\"净收入\",\"ArHT/C\":\"新注册\",\"eWRECP\":\"夜生活\",\"HSw5l3\":\"否 - 我是个人或未注册增值税的企业\",\"VHfLAW\":\"无账户\",\"+jIeoh\":\"未找到账户\",\"074+X8\":\"没有活动的 Webhook\",\"zxnup4\":\"没有推广员可显示\",\"Dwf4dR\":\"暂无参与者问题\",\"/UC6qk\":\"未找到归因数据\",\"amMkpL\":\"无容量\",\"99ntUF\":\"此活动没有可用的签到列表。\",\"+dAKxg\":\"未找到配置\",\"eb47T5\":\"未找到所选筛选条件的数据。请尝试调整日期范围或货币。\",\"pZNOT9\":\"无结束日期\",\"dW40Uz\":\"未找到活动\",\"8pQ3NJ\":\"未来24小时内没有开始的活动\",\"8zCZQf\":\"尚无活动\",\"Yc5YW6\":\"没有失败的任务\",\"54GxeB\":\"不影响您当前或过去的交易\",\"EpvBAp\":\"无发票\",\"XZkeaI\":\"未找到日志\",\"nrSs2u\":\"未找到消息\",\"OVFwlg\":\"暂无订单问题\",\"EJ7bVz\":\"未找到订单\",\"NEmyqy\":\"尚无订单\",\"wUv5xQ\":\"过去14天没有组织者活动\",\"B7w4KY\":\"无其他可用组织者\",\"PChXMe\":\"无付费订单\",\"6jYQGG\":\"没有过去的活动\",\"CHzaTD\":\"过去14天没有热门活动\",\"zK/+ef\":\"没有可供选择的产品\",\"kY7XDn\":\"没有产品有等候名单条目\",\"wYiAtV\":\"没有最近的账户注册\",\"UW90md\":\"未找到收件人\",\"QoAi8D\":\"无响应\",\"EK/G11\":\"尚无响应\",\"3sRuiW\":\"未找到票\",\"yM5c0q\":\"没有即将到来的活动\",\"qpC74J\":\"未找到用户\",\"41dJPO\":\"未配置增值税设置\",\"8wgkoi\":\"过去14天没有浏览的活动\",\"Arzxc1\":\"没有候补名单条目\",\"n5vdm2\":\"此端点尚未记录任何 Webhook 事件。事件触发后将显示在此处。\",\"4GhX3c\":\"没有 Webhooks\",\"4+am6b\":\"否,保留在此\",\"HVwIsd\":\"未注册增值税的企业或个人:适用23%的爱尔兰增值税\",\"x5+Lcz\":\"未签到\",\"8n10sz\":\"不符合条件\",\"BwJKBw\":\"共\",\"9h7RDh\":\"提供\",\"EfK2O6\":\"提供名额\",\"3sVRey\":\"提供门票\",\"2O7Ybb\":\"报价超时\",\"1jUg5D\":\"已提供\",\"l+/HS6\":[\"报价将在 \",[\"timeoutHours\"],\" 小时后过期。\"],\"lQgMLn\":\"办公室或场地名称\",\"6Aih4U\":\"离线\",\"Z6gBGW\":\"线下支付\",\"nO3VbP\":[\"销售于\",[\"0\"]],\"2r6bAy\":\"升级完成后,您的旧账户将仅用于退款。\",\"oXOSPE\":\"在线\",\"WjSpu5\":\"在线活动\",\"bU7oUm\":\"仅发送给具有这些状态的订单\",\"M2w1ni\":\"仅使用促销代码可见\",\"N141o/\":\"打开 Stripe 仪表板\",\"HXMJxH\":\"免责声明、联系信息或感谢说明的可选文本(仅单行)\",\"L565X2\":\"选项\",\"c/TIyD\":\"订单和门票\",\"H5qWhm\":\"订单已取消\",\"b6+Y+n\":\"订单完成\",\"x4MLWE\":\"订单确认\",\"CsTTH0\":\"订单确认重新发送成功\",\"ppuQR4\":\"订单已创建\",\"0UZTSq\":\"订单货币\",\"HdmwrI\":\"订单邮箱\",\"bwBlJv\":\"订单名字\",\"vrSW9M\":\"订单已取消并退款。订单所有者已收到通知。\",\"rzw+wS\":\"订单持有人\",\"oI/hGR\":\"订单ID\",\"Pc729f\":\"订单等待线下支付\",\"F4NXOl\":\"订单姓氏\",\"RQCXz6\":\"订单限制\",\"SO9AEF\":\"订单限制已设置\",\"5RDEEn\":\"订单语言\",\"vu6Arl\":\"订单标记为已支付\",\"sLbJQz\":\"未找到订单\",\"kvYpYu\":\"未找到订单\",\"i8VBuv\":\"订单号\",\"FaPYw+\":\"订单所有者\",\"eB5vce\":\"具有特定产品的订单所有者\",\"CxLoxM\":\"具有产品的订单所有者\",\"DoH3fD\":\"订单付款待处理\",\"UkHo4c\":\"订单参考\",\"EZy55F\":\"订单已退款\",\"6eSHqs\":\"订单状态\",\"oW5877\":\"订单总额\",\"e7eZuA\":\"订单已更新\",\"1SQRYo\":\"订单更新成功\",\"KndP6g\":\"订单链接\",\"3NT0Ck\":\"订单已被取消\",\"sd5IMt\":\"已完成订单\",\"5It1cQ\":\"订单已导出\",\"UQ0ACV\":\"订单总额\",\"B/EBQv\":\"订单:\",\"qtGTNu\":\"自然账户\",\"ucgZ0o\":\"组织\",\"S3CZ5M\":\"组织者仪表板\",\"Uu0hZq\":\"组织者邮箱\",\"Gy7BA3\":\"组织者电子邮件地址\",\"SQqJd8\":\"未找到组织者\",\"wpj63n\":\"组织者设置\",\"coIKFu\":\"所选货币无法获取组织者统计信息,或发生错误。\",\"o1my93\":\"组织者状态更新失败。请稍后再试\",\"rLHma1\":\"组织者状态已更新\",\"LqBITi\":\"将使用组织者/默认模板\",\"/IX/7x\":\"其他\",\"RsiDDQ\":\"其他列表(不包含此票)\",\"qMASRF\":\"发出的消息\",\"6/dCYd\":\"概览\",\"6WdDG7\":\"页面\",\"8uqsE5\":\"页面不再可用\",\"QkLf4H\":\"页面链接\",\"sF+Xp9\":\"页面浏览量\",\"c+suC6\":\"付费账户\",\"QIxRUI\":\"付费、免费、分级定价和捐赠型门票\",\"5F7SYw\":\"部分退款\",\"fFYotW\":[\"部分退款:\",[\"0\"]],\"i8day5\":\"将费用转嫁给买家\",\"k4FLBQ\":\"转嫁给买家\",\"Ff0Dor\":\"过去\",\"xTPjSy\":\"过去的活动\",\"/l/ckQ\":\"粘贴链接\",\"URAE3q\":\"已暂停\",\"4fL/V7\":\"付款\",\"OZK07J\":\"付款解锁\",\"c2/9VE\":\"负载数据\",\"TskrJ8\":\"付款与计划\",\"5cxUwd\":\"支付日期\",\"ENEPLY\":\"付款方式\",\"EyE8E6\":\"支付处理\",\"8Lx2X7\":\"已收到付款\",\"vcyz2L\":\"支付设置\",\"fx8BTd\":\"付款不可用\",\"51U9mG\":\"付款将继续无中断流转\",\"UkM20g\":\"待审核\",\"dPYu1F\":\"每位参与者\",\"VlXNyK\":\"每个订单\",\"hauDFf\":\"每张门票\",\"mnF83a\":\"百分比费用\",\"2ueYqG\":\"百分比费用(0-100%)\",\"K2PPlT\":\"百分比费用必须在0到100之间\",\"MixU2P\":\"百分比必须在0到100之间\",\"MkuVAZ\":\"交易金额的百分比\",\"/Bh+7r\":\"绩效\",\"6kPk3+\":\"个人信息\",\"zmwvG2\":\"电话\",\"zFIMat\":\"Pinterest\",\"wBJR8i\":\"计划举办活动?\",\"J3lhKT\":\"平台费用\",\"RD51+P\":[\"从您的付款中扣除 \",[\"0\"],\" 的平台费用\"],\"br3Y/y\":\"平台费用\",\"3buiaw\":\"平台费用报告\",\"kv9dM4\":\"平台收入\",\"OtjenF\":\"请输入有效的电子邮件地址\",\"jEw0Mr\":\"请输入有效的 URL\",\"n8+Ng/\":\"请输入5位数验证码\",\"r+lQXT\":\"请输入您的增值税号码\",\"Dvq0wf\":\"请提供一张图片。\",\"2cUopP\":\"请重新开始结账流程。\",\"8KmsFa\":\"请选择日期范围\",\"EFq6EG\":\"请选择一张图片。\",\"fuwKpE\":\"请再试一次。\",\"klWBeI\":\"请稍候再请求新的验证码\",\"hfHhaa\":\"请稍候,我们正在准备导出您的推广员...\",\"o+tJN/\":\"请稍候,我们正在准备导出您的与会者...\",\"+5Mlle\":\"请稍候,我们正在准备导出您的订单...\",\"trnWaw\":\"波兰语\",\"luHAJY\":\"热门活动(过去14天)\",\"TjX7xL\":\"结账后消息\",\"OESu7I\":\"通过在多种门票类型之间共享库存来防止超卖。\",\"NgVUL2\":\"预览结账表单\",\"cs5muu\":\"预览活动页面\",\"+4yRWM\":\"门票价格\",\"a5jvSX\":\"价格层级\",\"ReihZ7\":\"打印预览\",\"JnuPvH\":\"打印门票\",\"tYF4Zq\":\"打印为PDF\",\"LcET2C\":\"隐私政策\",\"8z6Y5D\":\"处理退款\",\"JcejNJ\":\"处理订单中\",\"EWCLpZ\":\"产品已创建\",\"XkFYVB\":\"产品已删除\",\"YMwcbR\":\"产品销售、收入和税费明细\",\"ldVIlB\":\"产品已更新\",\"JoKGiJ\":\"优惠码\",\"k3wH7i\":\"促销码使用情况及折扣明细\",\"uEhdRh\":\"仅促销\",\"dLm8V5\":\"促销电子邮件可能导致账户暂停\",\"EEYbdt\":\"发布\",\"evDBV8\":\"发布活动\",\"dsFmM+\":\"已购买\",\"Vw0KCJ\":\"二维码签到\",\"oWXNE5\":\"数量\",\"k/bJj0\":\"问题已重新排序\",\"b24kPi\":\"队列\",\"fqDzSu\":\"费率\",\"mnUGVC\":\"超出速率限制。请稍后再试。\",\"t41hVI\":\"重新提供名额\",\"spsZys\":\"准备升级?这只需要几分钟。\",\"vt9xUl\":\"实时分析\",\"xzRvs4\":[\"接收 \",[\"0\"],\" 的产品更新。\"],\"pLXbi8\":\"最近账户注册\",\"Fi3b48\":\"最近订单\",\"7hPBBn\":\"位收件人\",\"jp5bq8\":\"位收件人\",\"yPrbsy\":\"收件人\",\"E1F5Ji\":\"收件人在消息发送后可用\",\"Edm6av\":\"重新连接 Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"正在重定向到 Stripe...\",\"pnoTN5\":\"推荐账户\",\"ACKu03\":\"刷新预览\",\"fKn/k6\":\"退款金额\",\"qY4rpA\":\"退款失败\",\"FaK/8G\":[\"退款订单 \",[\"0\"]],\"MGbi9P\":\"退款处理中\",\"BDSRuX\":[\"已退款:\",[\"0\"]],\"bU4bS1\":\"退款\",\"rYXfOA\":\"区域设置\",\"5tl0Bp\":\"注册问题\",\"CQeZT8\":\"未找到报告\",\"JEPMXN\":\"请求新链接\",\"TMLAx2\":\"必填\",\"mdeIOH\":\"重新发送验证码\",\"sQxe68\":\"重新发送确认\",\"bxoWpz\":\"重新发送确认邮件\",\"G42SNI\":\"重新发送邮件\",\"TTpXL3\":[[\"resendCooldown\"],\"秒后重新发送\"],\"5CiNPm\":\"重新发送门票\",\"Uwsg2F\":\"已预订\",\"8wUjGl\":\"保留至\",\"kCn6wb\":\"正在重置...\",\"6gRgw8\":\"重试\",\"1BG8ga\":\"全部重试\",\"rDC+T6\":\"重试任务\",\"CbnrWb\":\"返回活动\",\"Oo/PLb\":\"收入摘要\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"销售已于\",[\"0\"],\"结束\"],\"loCKGB\":[\"销售于\",[\"0\"],\"结束\"],\"wlfBad\":\"销售期\",\"5CDM6r\":\"销售期已设置\",\"ftzaMf\":\"销售期、订单限制、可见性\",\"zpekWp\":[\"销售于\",[\"0\"],\"开始\"],\"mUv9U4\":\"销售\",\"9KnRdL\":\"销售已暂停\",\"3VnlS9\":\"所有活动的销售、订单和性能指标\",\"3Q1AWe\":\"销售额:\",\"B4nE3N\":\"示例票价\",\"8BRPoH\":\"示例场地\",\"DyBPvP\":\"保存配置\",\"KZrfYJ\":\"保存社交链接\",\"9Y3hAT\":\"保存模板\",\"C8ne4X\":\"保存票券设计\",\"6/TNCd\":\"保存增值税设置\",\"I+FvbD\":\"扫描\",\"QS1Nla\":\"稍后发送\",\"NAzVVw\":\"定时发送消息\",\"4ba0NE\":\"已安排\",\"qcP/8K\":\"定时时间\",\"ftNXma\":\"搜索推广员...\",\"VY+Bdn\":\"按账户名称或电子邮件搜索...\",\"VX+B3I\":\"按活动标题或主办方搜索...\",\"R0wEyA\":\"按任务名称或异常搜索...\",\"VT+urE\":\"按姓名或电子邮件搜索...\",\"GHdjuo\":\"按姓名、电子邮件或账户搜索...\",\"20ce0U\":\"按订单ID、客户姓名或电子邮件搜索...\",\"4DSz7Z\":\"按主题、活动或账户搜索...\",\"BWF1kC\":\"搜索消息...\",\"Mck5ht\":\"安全结账\",\"p7xUrt\":\"选择类别\",\"3IcxS1\":\"选择配置\",\"e4L7bF\":\"选择一条消息查看其内容\",\"zPRPMf\":\"选择级别\",\"BFRSTT\":\"选择账户\",\"mCB6Je\":\"全选\",\"a6+167\":\"选择活动\",\"kYZSFD\":\"选择一个组织者以查看其仪表板和活动。\",\"CFbaPk\":\"选择参会者组\",\"hJmVtD\":\"选择国家\",\"tVW/yo\":\"选择货币\",\"n9ZhRa\":\"选择结束日期和时间\",\"gTN6Ws\":\"选择结束时间\",\"0U6E9W\":\"选择活动类别\",\"j9cPeF\":\"选择事件类型\",\"1nhy8G\":\"选择扫描仪类型\",\"KizCK7\":\"选择开始日期和时间\",\"dJZTv2\":\"选择开始时间\",\"3hJUtr\":\"选择注册增值税的国家\",\"x8XMsJ\":\"为此帐户选择消息级别。这控制消息限制和链接权限。\",\"aT3jZX\":\"选择时区\",\"TxfvH2\":\"选择应该收到此消息的参会者\",\"Ropvj0\":\"选择哪些事件将触发此 Webhook\",\"5Ds0vl\":\"选择适用于此账户的费用配置。固定费用将在结账时转换为订单货币。\",\"ylXj1N\":\"已选择\",\"j9b/iy\":\"热卖中 🔥\",\"73qYgo\":\"作为测试发送\",\"HMAqFK\":\"向参与者、持票人或订单所有者发送电子邮件。消息可以立即发送或安排稍后发送。\",\"22Itl6\":\"给我发送副本\",\"NpEm3p\":\"立即发送\",\"nOBvex\":\"将实时订单和参与者数据发送到您的外部系统。\",\"1lNPhX\":\"发送退款通知邮件\",\"eaUTwS\":\"发送重置链接\",\"QEQlnV\":\"发送您的第一条消息\",\"IoAuJG\":\"正在发送...\",\"h69WC6\":\"已发送\",\"BVu2Hz\":\"发送者\",\"SPdzrs\":\"客户下单时发送\",\"LxSN5F\":\"发送给每位参会者及其门票详情\",\"89xaFU\":\"为此组织者创建的新活动设置默认平台费用设置。\",\"eXssj5\":\"为此组织者创建的新活动设置默认设置。\",\"s0FkEx\":\"为不同的入口、场次或日期设置签到列表。\",\"xMO+Ao\":\"设置您的组织\",\"C3htzi\":\"设置已更新\",\"Ohn74G\":\"设置与设计\",\"GG7qDw\":\"分享推广链接\",\"hL7sDJ\":\"分享组织者页面\",\"jy6QDF\":\"共享容量管理\",\"cMW+gm\":[\"显示所有平台(另有 \",[\"0\"],\" 个包含值)\"],\"UVPI5D\":\"显示更少平台\",\"Eu/N/d\":\"显示营销订阅复选框\",\"SXzpzO\":\"默认显示营销订阅复选框\",\"b33PL9\":\"显示更多平台\",\"t1LIQW\":[\"显示 \",[\"0\"],\" / \",[\"totalRows\"],\" 条记录\"],\"jVRHeq\":\"注册时间\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"社交\",\"d0rUsW\":\"社交链接\",\"j/TOB3\":\"社交链接与网站\",\"s9KGXU\":\"已售出\",\"5qOnWX\":\"售罄候补名单\",\"KTxc6k\":\"出现问题,请重试,或在问题持续时联系客服\",\"lkE00/\":\"出了点问题。请稍后再试。\",\"H6Gslz\":\"对于给您带来的不便,我们深表歉意。\",\"wdxz7K\":\"来源\",\"7JFNej\":\"体育\",\"JcQp9p\":\"开始日期和时间\",\"0m/ekX\":\"开始日期和时间\",\"izRfYP\":\"开始日期为必填项\",\"2R1+Rv\":\"活动开始时间\",\"2NbyY/\":\"统计数据\",\"GVUxAX\":\"统计数据基于账户创建日期\",\"DRykfS\":\"仍在处理您旧交易的退款。\",\"wuV0bK\":\"停止模拟\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe 已连接\",\"aKtF0O\":\"Stripe未连接\",\"9i0++A\":\"Stripe 支付 ID\",\"/QlTE4\":\"Stripe设置已完成。\",\"ii0qn/\":\"主题是必需的\",\"M7Uapz\":\"主题将显示在这里\",\"6aXq+t\":\"主题:\",\"JwTmB6\":\"产品复制成功\",\"WUOCgI\":\"已成功提供名额\",\"IvxA4G\":[\"已成功向 \",[\"count\"],\" 人提供门票\"],\"kKpkzy\":\"已成功向 1 人提供门票\",\"Zi3Sbw\":\"已成功从候补名单中移除\",\"RuaKfn\":\"地址更新成功\",\"kzx0uD\":\"成功更新活动默认设置\",\"5n+Wwp\":\"组织者更新成功\",\"DMCX/I\":\"平台费用默认设置更新成功\",\"URUYHc\":\"平台费用设置更新成功\",\"0Dk/l8\":\"SEO 设置更新成功\",\"S8Tua9\":\"设置更新成功\",\"MhOoLQ\":\"社交链接更新成功\",\"kj7zYe\":\"Webhook 更新成功\",\"dXoieq\":\"摘要\",\"/RfJXt\":[\"夏季音乐节 \",[\"0\"]],\"CWOPIK\":\"2025夏季音乐节\",\"UaISq3\":\"瑞典语\",\"JZTQI0\":\"切换组织者\",\"9YHrNC\":\"系统默认\",\"XX32BM\":\"只需几分钟\",\"yT6dQ8\":\"按税种和活动分组的已收税款\",\"Ye321X\":\"税种名称\",\"WyCBRt\":\"税务摘要\",\"GkH0Pq\":\"已应用税费\",\"Rwiyt2\":\"税费已配置\",\"iQZff7\":\"税费、费用、可见性、销售期、产品亮点和订单限制\",\"BW6QAz\":\"团队管理\",\"vlf/In\":\"科技\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"告诉人们您的活动会有哪些内容\",\"NiIUyb\":\"介绍一下您的活动\",\"DovcfC\":\"请告诉我们您的组织信息。这些信息将显示在您的活动页面上。\",\"7wtpH5\":\"模板已激活\",\"QHhZeE\":\"模板创建成功\",\"xrWdPR\":\"模板删除成功\",\"G04Zjt\":\"模板保存成功\",\"xowcRf\":\"服务条款\",\"6K0GjX\":\"文字可能难以阅读\",\"nm3Iz/\":\"感谢您的参与!\",\"lhAWqI\":\"感谢您的支持,我们将继续发展和改进 Hi.Events!\",\"KfmPRW\":\"页面的背景颜色。使用封面图片时,此颜色将作为叠加层应用。\",\"MDNyJz\":\"验证码将在10分钟后过期。如果您没有收到邮件,请检查垃圾邮件文件夹。\",\"AIF7J2\":\"定义固定费用的货币。结账时将转换为订单货币。\",\"MJm4Tq\":\"订单的货币\",\"cDHM1d\":\"电子邮件地址已更改。参与者将在更新后的电子邮件地址收到新门票。\",\"I/NNtI\":\"活动场地\",\"tXadb0\":\"您查找的活动目前不可用。它可能已被删除、过期或 URL 不正确。\",\"EBzPwC\":\"活动的完整地址\",\"sxKqBm\":\"订单全额将退款至客户的原始付款方式。\",\"KgDp6G\":\"您尝试访问的链接已过期或不再有效。请检查您的电子邮件以获取管理订单的更新链接。\",\"5OmEal\":\"客户的语言\",\"sYLeDq\":\"未找到您要查找的组织者。页面可能已被移动、删除或链接有误。\",\"C4nQe5\":\"平台费用会添加到票价中。买家支付更多,但您会收到完整的票价。\",\"HxxXZO\":\"用于按钮和突出显示的主要品牌颜色\",\"z0KrIG\":\"定时时间为必填项\",\"EWErQh\":\"定时时间必须是将来的时间\",\"DEcpfp\":\"模板正文包含无效的Liquid语法。请更正后再试。\",\"injXD7\":\"增值税号无法验证。请检查号码并重试。\",\"A4UmDy\":\"戏剧\",\"tDwYhx\":\"主题与颜色\",\"QP3gP+\":\"这些设置仅适用于复制的嵌入代码,不会被保存。\",\"HirZe8\":\"这些模板将用作您组织中所有活动的默认模板。单个活动可以用自己的自定义版本覆盖这些模板。\",\"lzAaG5\":\"这些模板将仅覆盖此活动的组织者默认设置。如果这里没有设置自定义模板,将使用组织者模板。\",\"XBNC3E\":\"此代码将用于跟踪销售。只允许字母、数字、连字符和下划线。\",\"AaP0M+\":\"此颜色组合对某些用户来说可能难以阅读\",\"RzEvf5\":\"此活动已结束\",\"YClrdK\":\"此活动尚未发布\",\"dFJnia\":\"这是您的组织者名称,将展示给用户。\",\"L7dIM7\":\"此链接无效或已过期。\",\"MR5ygV\":\"此链接不再有效\",\"9LEqK0\":\"此名称对最终用户可见\",\"j5FdeA\":\"此订单正在处理中。\",\"sjNPMw\":\"此订单已被放弃。您可以随时开始新订单。\",\"OhCesD\":\"此订单已被取消。您可以随时开始新订单。\",\"lyD7rQ\":\"此主办方资料尚未发布\",\"9b5956\":\"此预览显示您的邮件使用示例数据的外观。实际邮件将使用真实值。\",\"uM9Alj\":\"此产品在活动页面上已突出显示\",\"RqSKdX\":\"此产品已售罄\",\"W12OdJ\":\"此报告仅供参考。在将此数据用于会计或税务目的之前,请务必咨询税务专业人士。请与您的Stripe仪表板进行交叉验证,因为Hi.Events可能缺少历史数据。\",\"0Ew0uk\":\"此门票刚刚被扫描。请等待后再次扫描。\",\"kvpxIU\":\"这将用于通知和与用户沟通。\",\"rhsath\":\"这对客户不可见,但有助于您识别推广员。\",\"Mr5UUd\":\"门票已取消\",\"0GSPnc\":\"票券设计\",\"EZC/Cu\":\"票券设计保存成功\",\"bbslmb\":\"门票设计器\",\"1BPctx\":\"门票:\",\"bgqf+K\":\"持票人邮箱\",\"oR7zL3\":\"持票人姓名\",\"HGuXjF\":\"票务持有人\",\"CMUt3Y\":\"票务持有人\",\"awHmAT\":\"门票 ID\",\"6czJik\":\"门票标志\",\"OkRZ4Z\":\"门票名称\",\"t79rDv\":\"未找到门票\",\"6tmWch\":\"票或商品\",\"1tfWrD\":\"门票预览:\",\"KnjoUA\":\"票价\",\"tGCY6d\":\"门票价格\",\"pGZOcL\":\"门票重新发送成功\",\"8jLPgH\":\"票券类型\",\"X26cQf\":\"门票链接\",\"8qsbZ5\":\"票务与销售\",\"zNECqg\":\"门票\",\"6GQNLE\":\"门票\",\"NRhrIB\":\"票务与商品\",\"EUnesn\":\"门票有售\",\"AGRilS\":\"已售票数\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"收件人\",\"nniGTr\":\"要编辑配置,请转到管理菜单中的配置部分。\",\"tiI71C\":\"要提高您的限制,请联系我们\",\"BZBYf3\":\"要接受信用卡付款,您需要连接您的 Stripe 账户。Stripe 是我们的支付处理合作伙伴,确保安全交易和及时付款。\",\"W428WC\":\"切换列\",\"UBSG1X\":\"顶级组织者(过去14天)\",\"3sZ0xx\":\"总账户数\",\"EaAPbv\":\"支付总金额\",\"SMDzqJ\":\"总参与人数\",\"orBECM\":\"总收款\",\"k5CU8c\":\"总条目\",\"4B7oCp\":\"总费用\",\"KSDwd5\":\"总订单数\",\"vb0Q0/\":\"总用户数\",\"oJjplO\":\"总浏览量\",\"orluER\":\"按归因来源跟踪账户增长和表现\",\"NHq3l1\":\"通过详细报告跟踪销售、收入和出席情况\",\"OpKMSn\":\"交易手续费:\",\"uKOFO5\":\"如果是线下支付则为真\",\"9GsDR2\":\"如果付款待处理则为真\",\"ouM5IM\":\"尝试其他邮箱\",\"3DZvE7\":\"免费试用Hi.Events\",\"Kz91g/\":\"土耳其语\",\"GdOhw6\":\"关闭声音\",\"KUOhTy\":\"开启声音\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"门票类型\",\"IrVSu+\":\"无法复制产品。请检查您的详细信息\",\"Vx2J6x\":\"无法获取参与者\",\"h0dx5e\":\"无法加入候补名单\",\"n57zCW\":\"未归因账户\",\"b9SN9q\":\"唯一订单参考\",\"Ef7StM\":\"未知\",\"ZBAScj\":\"未知参会者\",\"ZkS2p3\":\"取消发布活动\",\"X13xGn\":\"不受信任\",\"Pp1sWX\":\"更新推广员\",\"KMMOAy\":\"可升级\",\"gJQsLv\":\"上传组织者封面图像\",\"4kEGqW\":\"上传组织者 Logo\",\"lnCMdg\":\"上传图片\",\"29w7p6\":\"正在上传图像...\",\"HtrFfw\":\"URL 是必填项\",\"WBq1/R\":\"USB扫描仪已激活\",\"EV30TR\":\"USB扫描仪模式已激活。现在开始扫描票券。\",\"fovJi3\":\"USB扫描仪模式已停用\",\"hli+ga\":\"USB/HID扫描仪\",\"OHJXlK\":\"使用 <0>Liquid 模板 个性化您的邮件\",\"0k4cdb\":\"对所有参与者使用订单详情。参与者姓名和电子邮件将与买家信息匹配。\",\"bA31T4\":\"为所有参与者使用购买者的信息\",\"rnoQsz\":\"用于边框、高亮和二维码样式\",\"BV4L/Q\":\"UTM 分析\",\"l5ackE\":\"UUID\",\"nfagfM\":\"有效\",\"GuXjc5\":\"已验证\",\"imLQ9Y\":\"正在验证您的增值税号...\",\"cK9+xQ\":\"增值税国家\",\"sqdl5s\":\"增值税信息\",\"UjNWsF\":\"根据您的增值税注册状态,平台费用可能需要缴纳增值税。请填写下面的增值税信息部分。\",\"pnVh83\":\"增值税号码\",\"CabI04\":\"增值税号不得包含空格\",\"PMhxAR\":\"增值税号必须以2字母国家代码开头,后跟8-15个字母数字字符(例如,DE123456789)\",\"gPgdNV\":\"增值税号验证成功\",\"RUMiLy\":\"增值税号验证失败\",\"vqji3Y\":\"增值税号验证失败。请检查您的增值税号。\",\"8dENF9\":\"费用增值税\",\"ZutOKU\":\"增值税率\",\"CZomgW\":\"增值税已注册\",\"PCRCCN\":\"增值税注册信息\",\"oSDBWm\":\"增值税设置\",\"Nfbg76\":\"增值税设置已成功保存\",\"UvYql/\":\"增值税设置已保存。我们正在后台验证您的增值税号。\",\"R6n7j9\":\"增值税设置更新成功\",\"tJylUv\":\"平台费用的增值税处理\",\"FlGprQ\":\"平台费用的增值税处理:欧盟增值税注册企业可以使用反向收费机制(0% - 增值税指令2006/112/EC第196条)。未注册增值税的企业需缴纳23%的爱尔兰增值税。\",\"516oLj\":\"增值税验证服务暂时不可用\",\"AdWhjZ\":\"验证码\",\"QDEWii\":\"已验证\",\"wCKkSr\":\"验证邮箱\",\"/IBv6X\":\"验证您的邮箱\",\"e/cvV1\":\"正在验证...\",\"fROFIL\":\"越南语\",\"RnvnDc\":\"查看平台上发送的所有消息\",\"+WFMis\":\"查看和下载所有活动的报告。仅包含已完成的订单。\",\"c7VN/A\":\"查看答案\",\"SZw9tS\":\"查看详情\",\"FCVmuU\":\"查看活动\",\"c6SXHN\":\"查看活动页面\",\"n6EaWL\":\"查看日志\",\"OaKTzt\":\"查看地图\",\"zNZNMs\":\"查看消息\",\"67OJ7t\":\"查看订单\",\"tKKZn0\":\"查看订单详情\",\"KeCXJu\":\"查看订单详情、退款和重新发送确认。\",\"9jnAcN\":\"查看组织者主页\",\"1J/AWD\":\"查看门票\",\"N9FyyW\":\"查看、编辑和导出您的注册参与者。\",\"6dp/Hz\":\"Vimeo\",\"wPRp9Z\":\"仅对签到工作人员可见。有助于在签到期间识别此列表。\",\"SS4mGB\":\"VK\",\"uUehLT\":\"等待中\",\"quR8Qp\":\"等待付款\",\"u0n+wz\":\"候补名单\",\"3RXFtE\":\"Waitlist Enabled\",\"aUi/Dz\":\"警告:这是系统默认配置。更改将影响所有未分配特定配置的账户。\",\"RRZDED\":\"我们找不到与此邮箱关联的订单。\",\"2RZK9x\":\"我们找不到您要查找的订单。链接可能已过期或订单详情可能已更改。\",\"nefMIK\":\"我们找不到您要查找的门票。链接可能已过期或门票详情可能已更改。\",\"miysJh\":\"我们找不到此订单。它可能已被删除。\",\"HJKdzP\":\"加载此页面时遇到问题。请重试。\",\"IfN2Qo\":\"我们建议使用最小尺寸为200x200像素的方形标志\",\"wJzo/w\":\"建议尺寸为 400x400 像素,文件大小不超过 5MB\",\"x8rEDQ\":\"我们在多次尝试后无法验证您的增值税号。我们将在后台继续尝试。请稍后检查。\",\"Uo5ddP\":[\"如果 \",[\"0\"],\" 有名额空出,我们将通过邮件通知您。\"],\"q1BizZ\":\"我们将把您的门票发送到此邮箱\",\"ZOmUYW\":\"我们将在后台验证您的增值税号。如有任何问题,我们会通知您。\",\"zCdObC\":\"我们已正式将总部迁至爱尔兰 🇮🇪。作为此次过渡的一部分,我们现在使用 Stripe 爱尔兰而不是 Stripe 加拿大。为了保持您的付款顺利进行,您需要重新连接您的 Stripe 账户。\",\"jh2orE\":\"我们已将总部搬迁至爱尔兰。因此,我们需要您重新连接您的 Stripe 账户。这个快速过程只需几分钟。您的销售和现有数据完全不受影响。\",\"Fq/Nx7\":\"我们已向以下邮箱发送了5位数验证码:\",\"GdWB+V\":\"Webhook 创建成功\",\"2X4ecw\":\"Webhook 删除成功\",\"CThMKa\":\"Webhook 日志\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook 不会发送通知\",\"FSaY52\":\"Webhook 将发送通知\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"网站\",\"vKLEXy\":\"微博\",\"9eF5oV\":\"欢迎回来\",\"QDWsl9\":[\"欢迎来到 \",[\"0\"],\",\",[\"1\"],\" 👋\"],\"LETnBR\":[\"欢迎来到 \",[\"0\"],\",这是您所有活动的列表\"],\"FaSXqR\":\"什么类型的活动?\",\"f30uVZ\":\"您需要做的事:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"当签到被删除时\",\"Gmd0hv\":\"当新与会者被创建时\",\"Lc18qn\":\"当新订单被创建时\",\"dfkQIO\":\"当新产品被创建时\",\"8OhzyY\":\"当产品被删除时\",\"tRXdQ9\":\"当产品被更新时\",\"9L9/28\":\"当产品售罄时,客户可以加入候补名单,以便在有名额时收到通知。\",\"Q7CWxp\":\"当与会者被取消时\",\"IuUoyV\":\"当与会者签到时\",\"nBVOd7\":\"当与会者被更新时\",\"ny2r8d\":\"当订单被取消时\",\"c9RYbv\":\"当订单被标记为已支付时\",\"ejMDw1\":\"当订单被退款时\",\"fVPt0F\":\"当订单被更新时\",\"bcYlvb\":\"签到何时关闭\",\"XIG669\":\"签到何时开放\",\"de6HLN\":\"当客户购买门票后,他们的订单将显示在此处。\",\"403wpZ\":\"启用后,新活动将允许参与者通过安全链接管理自己的门票详情。这可以按活动覆盖。\",\"blXLKj\":\"启用后,新活动将在结账时显示营销订阅复选框。此设置可以针对每个活动单独覆盖。\",\"Kj0Txn\":\"启用后,Stripe Connect交易将不收取应用费用。用于不支持应用费用的国家。\",\"uchB0M\":\"小部件预览\",\"uvIqcj\":\"研讨会\",\"EpknJA\":\"请在此输入您的消息...\",\"nhtR6Y\":\"X(推特)\",\"X/azM1\":\"是 - 我有有效的欧盟增值税注册号码\",\"Tz5oXG\":\"是,取消我的订单\",\"QlSZU0\":[\"您正在模拟 <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"您正在发出部分退款。客户将获得 \",[\"0\"],\" \",[\"1\"],\" 的退款。\"],\"o7LgX6\":\"您可以在账户设置中配置额外的服务费和税费。\",\"5VGIlq\":\"您已达到消息限制。\",\"casL1O\":\"您已向免费产品添加了税费。您想要删除它们吗?\",\"pCLes8\":\"您必须同意接收消息\",\"FVTVBy\":\"您必须先验证电子邮箱地址,才能更新组织者状态。\",\"w65ZgF\":\"您需要验证账户电子邮件后才能修改电子邮件模板。\",\"FRl8Jv\":\"您需要验证您的帐户电子邮件才能发送消息。\",\"FgRxRP\":\"您始终拥有100%的参会者数据\",\"88cUW+\":\"您收到\",\"U3wiCB\":\"一切就绪!您的付款正在顺利处理。\",\"MNFIxz\":[\"您将参加 \",[\"0\"],\"!\"],\"qGZz0m\":\"您已加入候补名单!\",\"/5HL6k\":\"您已获得一个名额!\",\"p/Sa0j\":\"您的帐户有消息限制。要提高您的限制,请联系我们\",\"x/xjzn\":\"您的推广员已成功导出。\",\"TF37u6\":\"您的与会者已成功导出。\",\"79lXGw\":\"您的签到列表已成功创建。与您的签到工作人员共享以下链接。\",\"BnlG9U\":\"您当前的订单将丢失。\",\"nBqgQb\":\"您的电子邮件\",\"GG1fRP\":\"您的活动已上线!\",\"R02pnV\":\"在向与会者销售门票之前,您的活动必须处于上线状态。\",\"hDNwnf\":\"您的徽标、颜色和样式在每一页上\",\"ifRqmm\":\"您的消息已成功发送!\",\"0/+Nn9\":\"您的消息将显示在此处\",\"/Rj5P4\":\"您的姓名\",\"PFjJxY\":\"您的新密码长度必须至少为8个字符。\",\"gzrCuN\":\"您的订单详情已更新。确认邮件已发送到新的电子邮件地址。\",\"naQW82\":\"您的订单已被取消。\",\"bhlHm/\":\"您的订单正在等待付款\",\"XeNum6\":\"您的订单已成功导出。\",\"Xd1R1a\":\"您组织者的地址\",\"WWYHKD\":\"您的付款受到银行级加密保护\",\"5b3QLi\":\"您的计划\",\"6heFYY\":\"您的 Stripe 账户已连接并正在处理付款。\",\"vvO1I2\":\"您的 Stripe 账户已连接并准备好处理支付。\",\"CnZ3Ou\":\"您的门票已确认。\",\"EmFsMZ\":\"您的增值税号已排队等待验证\",\"QBlhh4\":\"保存时将验证您的增值税号\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"搜索产品\"],\"+23bI/\":[\"帕特里克\"],\"+2ZJ7N\":[\"将详情复制到第一位参与者\"],\"+4yRWM\":[\"门票价格\"],\"+4zM7f\":[\"通过Stripe Connect立即获得付款\"],\"+5Mlle\":[\"请稍候,我们正在准备导出您的订单...\"],\"+8bmSu\":[\"加利福尼亚州\"],\"+CeSxK\":[\"签到列表删除成功\"],\"+FWjhR\":[\"您已超时,未能完成订单。\"],\"+G/XiQ\":[\"年度至今\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"邮政编码\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"跳过此步骤\"],\"+QARA4\":[\"艺术\"],\"+WFMis\":[\"查看和下载所有活动的报告。仅包含已完成的订单。\"],\"+Y976X\":[\"无促销代码显示\"],\"+dAKxg\":[\"未找到配置\"],\"+eZ7dp\":[\"线下支付\"],\"+fA4C7\":[\"复制选项\"],\"+guao5\":[\"编辑配置\"],\"+hBhWk\":[\"签到列表已过期\"],\"+jIeoh\":[\"未找到账户\"],\"+jw/c1\":[\"删除图片\"],\"+pr/FY\":[\"按活动名称搜索...\"],\"+qqX74\":[\"更新活动名称、说明和日期\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"代码为必填项\"],\"+zy2Nq\":[\"类型\"],\"/2by1f\":[\"州或地区\"],\"/3017M\":[\"已连接到 Stripe\"],\"/4gGIX\":[\"复制到剪贴板\"],\"/5HL6k\":[\"您已获得一个名额!\"],\"/5PEQz\":[\"查看活动页面\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"退款\"],\"/Bh+7r\":[\"绩效\"],\"/CV2x+\":[\"您确定要取消该与会者吗?这将使其门票作废\"],\"/DNy62\":[\"我们找不到与\",[\"0\"],\"匹配的任何门票\"],\"/H326L\":[\"已退款\"],\"/HGmW9\":[\"创建可追踪链接以奖励推广您活动的合作伙伴。\"],\"/HkCs4\":[[\"0\"],\"张门票\"],\"/IBv6X\":[\"验证您的邮箱\"],\"/IX/7x\":[\"其他\"],\"/IzmnP\":[\"请稍候,我们正在准备您的发票...\"],\"/JdZIP\":[\"已分配配置\"],\"/Jizh9\":[\"选择账户\"],\"/PN1DA\":[\"为此签到列表添加描述\"],\"/QlTE4\":[\"Stripe设置已完成。\"],\"/RfJXt\":[\"夏季音乐节 \",[\"0\"]],\"/Rj5P4\":[\"您的姓名\"],\"/SIY6o\":[\"搜索引擎优化关键词\"],\"/SgoNA\":[\"总税额\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"签出\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"未找到归因数据\"],\"/bhMdO\":[\"我的精彩活动描述\"],\"/cSMqv\":[\"无法创建问题。请检查您的详细信息\"],\"/dgc8E\":[\"活动日期\"],\"/gWrVZ\":[\"所有活动的每日收入、税费和退款\"],\"/iE8xx\":[\"Hi.Events 费用\"],\"/jHBj5\":[\"推广员创建成功\"],\"/jQctM\":[\"收件人\"],\"/jZOZa\":[\"服务费\"],\"/l/ckQ\":[\"粘贴链接\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"费用\"],\"/p9Fhq\":[\"无限供应\"],\"/roQKz\":[\"百分比\"],\"/sV91a\":[\"费用处理\"],\"/u4DIx\":[\"已售产品\"],\"/xC/im\":[\"账单设置\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"您组织者的简短描述,将展示给您的用户。\"],\"0+iwE5\":[\"重新排序问题失败\"],\"0/+Nn9\":[\"您的消息将显示在此处\"],\"0/vPdA\":[\"添加有关与会者的任何备注。这些将不会对与会者可见。\"],\"0/yJtP\":[\"向具有特定产品的订单所有者发送消息\"],\"01WH0a\":[\"我们无法确认您的付款。请重试或联系技术支持。\"],\"01sEfm\":[\"无法删除系统默认配置\"],\"02ePaq\":[\"选择 \",[\"0\"]],\"06s3w3\":[\"在销售开始日期前隐藏产品\"],\"074+X8\":[\"没有活动的 Webhook\"],\"0Dk/l8\":[\"SEO 设置更新成功\"],\"0Ew0uk\":[\"此门票刚刚被扫描。请等待后再次扫描。\"],\"0GSPnc\":[\"票券设计\"],\"0GwUT4\":[\"继续结账\"],\"0I0Hac\":[\"重要通知\"],\"0R3Y+9\":[\"参会者邮箱\"],\"0RXCDo\":[\"成功删除税费\"],\"0U6E9W\":[\"选择活动类别\"],\"0UZTSq\":[\"订单货币\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"事件默认值\"],\"0Zypnp\":[\"管理仪表板\"],\"0aVEBY\":[\"您确定要删除所有失败的任务吗?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"对所有参与者使用订单详情。参与者姓名和电子邮件将与买家信息匹配。\"],\"0m/ekX\":[\"开始日期和时间\"],\"0pC/y6\":[\"活动\"],\"0zpgxV\":[\"选项\"],\"147G4h\":[\"您确定要离开吗?\"],\"15qAvl\":[\"您没有待处理的电子邮件更改。\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"活动表现\"],\"1BG8ga\":[\"全部重试\"],\"1BPctx\":[\"门票:\"],\"1DBGsz\":[\"备注\"],\"1E0vyy\":[\"我们无法加载数据。请重试。\"],\"1HfW/F\":[\"颜色\"],\"1Hzev4\":[\"活动自定义模板\"],\"1J/AWD\":[\"查看门票\"],\"1JnTgU\":[\"从上方复制\"],\"1JwlHk\":[\"产品类别\"],\"1MAvUY\":[\"管理此活动的支付和发票设置。\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"订单更新成功\"],\"1SbbH8\":[\"结账后显示给客户,在订单摘要页面。\"],\"1USFWA\":[\"产品删除成功\"],\"1UzENP\":[\"否\"],\"1WnhCL\":[\"结账设置\"],\"1Xxb9f\":[\"连接支付处理\"],\"1YMS+X\":[\"正在创建您的活动,请稍候\"],\"1Ycaad\":[\"产品更新成功\"],\"1ZKm04\":[\"此账户是否在欧盟注册增值税?\"],\"1ZaQUH\":[\"姓氏\"],\"1bZAZA\":[\"将使用默认模板\"],\"1d6kks\":[\"+税费\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"订单\"],\"1jRD0v\":[\"向与会者发送特定门票的信息\"],\"1jUg5D\":[\"已提供\"],\"1k0Mp4\":[\"此签到列表尚未激活\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"发送退款通知邮件\"],\"1lRT3t\":[\"禁用此容量将跟踪销售情况,但不会在达到限制时停止销售\"],\"1m+YT2\":[\"在顾客结账前,必须回答必填问题。\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"选择扫描仪类型\"],\"1njn7W\":[\"浅色\"],\"1oPDuj\":[\"归因值\"],\"1qY5Ue\":[\"链接已过期或无效\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"输入包含国家代码的增值税号\"],\"1tfWrD\":[\"门票预览:\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"强调色\"],\"1vBhpG\":[\"第一位参与者\"],\"1z26sk\":[\"邀请团队成员\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"下载所有已完成订单的销售、参与者和财务报告。\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"按订单ID、客户姓名或电子邮件搜索...\"],\"22BOve\":[\"参与者更新成功\"],\"22Itl6\":[\"给我发送副本\"],\"22xieU\":[\"例如 180(3小时)\"],\"237hSL\":[\"完工\"],\"24l4x6\":[\"添加产品\"],\"25QDJ1\":[\"- 点击发布\"],\"261RBr\":[\"批准消息\"],\"26pGvx\":[\"有促销代码吗?\"],\"29w7p6\":[\"正在上传图像...\"],\"2E2O5H\":[\"自定义此事件的其他设置\"],\"2FzaR1\":[\"管理您的支付处理并查看平台费用\"],\"2KAI4N\":[\"导出CSV\"],\"2L3vle\":[\"最大消息数 / 24小时\"],\"2LMsOq\":[\"过去 12 个月\"],\"2NLjA6\":[\"封面图像将显示在您的组织者页面顶部\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"统计数据\"],\"2O7Ybb\":[\"报价超时\"],\"2POOFK\":[\"免费\"],\"2R1+Rv\":[\"活动开始时间\"],\"2RZK9x\":[\"我们找不到您要查找的订单。链接可能已过期或订单详情可能已更改。\"],\"2VLZwd\":[\"行动号召按钮\"],\"2X4ecw\":[\"Webhook 删除成功\"],\"2bR+8v\":[\"总销售额\"],\"2cUopP\":[\"请重新开始结账流程。\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"已加入\"],\"2hGPQG\":[\"示例:\\\"T恤尺码\\\"、\\\"餐饮偏好\\\"、\\\"职位\\\"\"],\"2iZEz7\":[\"编辑答案\"],\"2q/Q7x\":[\"可见性\"],\"2r6bAy\":[\"升级完成后,您的旧账户将仅用于退款。\"],\"2rHwhl\":[\"等待线下付款\"],\"2tbLdK\":[\"慈善\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"百分比费用(0-100%)\"],\"31KB8w\":[\"所有失败任务已删除\"],\"352VU2\":[\"还没有账户?<0>注册\"],\"38KFY0\":[\"插入变量\"],\"3DZvE7\":[\"免费试用Hi.Events\"],\"3ENYTQ\":[\"您要求将电子邮件更改为<0>\",[\"0\"],\"的申请正在处理中。请检查您的电子邮件以确认\"],\"3EXqwa\":[\"类别创建成功\"],\"3F1nBX\":[\"捐赠 / 自由定价产品\"],\"3GfR6a\":[\"输入企业名称\"],\"3IEF7U\":[[\"totalCount\"],\" 个票种\"],\"3IcxS1\":[\"选择配置\"],\"3Kzsk7\":[\"此产品为门票。购买后买家将收到门票\"],\"3LtiBI\":[[\"0\"],\"中的折扣\"],\"3NT0Ck\":[\"订单已被取消\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"销售额:\"],\"3R/Tu2\":[\"默认费用处理\"],\"3RQ81z\":[\"每个人将收到一封包含预留名额的电子邮件,以完成购买。\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"与 Stripe 连接\"],\"3VnlS9\":[\"所有活动的销售、订单和性能指标\"],\"3Z223G\":[\"确认电子邮件地址出错\"],\"3ZI8IL\":[\"您必须同意条款和条件\"],\"3bR1r4\":[\"输入推广员邮箱(可选)\"],\"3buiaw\":[\"平台费用报告\"],\"3cKoxx\":[\"配置\"],\"3cqmut\":[\"推广员帮助您跟踪合作伙伴和网红产生的销售。创建推广码并分享以监控绩效。\"],\"3ep0Gx\":[\"您组织者的基本信息\"],\"3hJUtr\":[\"选择注册增值税的国家\"],\"3oSV95\":[\"选择产品等级\"],\"3ogkAk\":[\"复制活动\"],\"3pykXZ\":[\"接受银行转账、支票或其他线下支付方式\"],\"3sRuiW\":[\"未找到票\"],\"3sVRey\":[\"提供门票\"],\"3sZ0xx\":[\"总账户数\"],\"3suLF0\":[\"容量分配更新成功\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"自定义主办方页面外观\"],\"3wF4Q/\":[\"等待付款\"],\"3wV73y\":[\"城市\"],\"3y+V4p\":[\"组织地址\"],\"3yNuBV\":[\"编辑增值税设置\"],\"3yiej1\":[\"例如23.5 表示 23.5%\"],\"3zRbWw\":[\"按姓名、电子邮件或订单号搜索...\"],\"4+am6b\":[\"否,保留在此\"],\"4/If97\":[\"活动状态更新失败。请稍后再试\"],\"4/kP5a\":[\"如果没有自动打开新标签页,请点击下方按钮继续结账。\"],\"403wpZ\":[\"启用后,新活动将允许参与者通过安全链接管理自己的门票详情。这可以按活动覆盖。\"],\"40Gx0U\":[\"时区\"],\"41BQ3k\":[\"联系邮箱\"],\"41dJPO\":[\"未配置增值税设置\"],\"45Srzt\":[\"我们无法删除该类别。请再试一次。\"],\"48Y16Q\":[\"结束时间(可选)\"],\"48rf3i\":[\"消息不能超过5000个字符\"],\"4B7oCp\":[\"总费用\"],\"4CETZY\":[\"获取路线\"],\"4D3rRj\":[\"返回个人资料\"],\"4DSz7Z\":[\"按主题、活动或账户搜索...\"],\"4GLxhy\":[\"入门\"],\"4GhX3c\":[\"没有 Webhooks\"],\"4H80qv\":[\"订单更新成功\"],\"4HVzhV\":[\"参与者:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"活动不可用\"],\"4K2OjV\":[\"活动场地\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"您确定要发布此主办方资料吗?一旦发布,将对公众可见。\"],\"4WT5tD\":[\"🎨 自定义活动页面\"],\"4Y2FZT\":[\"产品价格类型\"],\"4bUH9i\":[\"收集每张购买门票的参与者详情。\"],\"4ba0NE\":[\"已安排\"],\"4fL/V7\":[\"付款\"],\"4kEGqW\":[\"上传组织者 Logo\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"提供此问题的附加背景或说明。使用此字段添加条款和条件、指南或参与者在回答前需要知道的任何重要信息。\"],\"4lVaWA\":[\"等待线下付款\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"名字为必填项\"],\"4qmnU8\":[\"连接您的 Stripe 账户以接受付款。\"],\"4rnJq4\":[\"嵌入脚本\"],\"4ueloy\":[\"什么是类别?\"],\"4wUIjX\":[\"让您的活动上线\"],\"5/63nR\":[\"欧元\"],\"516oLj\":[\"增值税验证服务暂时不可用\"],\"51AsAN\":[\"请检查您的收件箱!如果此邮箱有关联的票,您将收到查看链接。\"],\"51U9mG\":[\"付款将继续无中断流转\"],\"54GxeB\":[\"不影响您当前或过去的交易\"],\"54MPqC\":[\"例如,标准版、高级版、企业版\"],\"54q0zp\":[\"门票\"],\"55i7Fa\":[\"此消息仅在订单成功完成后显示。等待付款的订单不会显示此消息。\"],\"5670b9\":[\"提供票券失败\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"入场券\"],\"5CDM6r\":[\"销售期已设置\"],\"5CQ+r0\":[\"允许与未支付订单关联的参与者签到\"],\"5CiNPm\":[\"重新发送门票\"],\"5Ds0vl\":[\"选择适用于此账户的费用配置。固定费用将在结账时转换为订单货币。\"],\"5F7SYw\":[\"部分退款\"],\"5FSIzj\":[\"请注意\"],\"5H3Z78\":[\"您确定要删除此 Webhook 吗?\"],\"5It1cQ\":[\"订单已导出\"],\"5K8REg\":[\"此订单已退款。\"],\"5LAZwq\":[\"模拟已开始\"],\"5LDT6f\":[\"看看这个活动吧!\"],\"5N4wLD\":[\"这是什么类型的问题?\"],\"5OmEal\":[\"客户的语言\"],\"5Qmxo/\":[\"您确定要取消发布此主办方资料吗?它将不再对公众可见。\"],\"5RDEEn\":[\"订单语言\"],\"5ShqeM\":[\"您查找的签到列表不存在。\"],\"5T2HxQ\":[\"激活日期\"],\"5UbY+B\":[\"持有特定门票的与会者\"],\"5VGIlq\":[\"您已达到消息限制。\"],\"5YrKW7\":[\"完成付款以确保您的门票。\"],\"5b3QLi\":[\"您的计划\"],\"5cxUwd\":[\"支付日期\"],\"5lcVkL\":[\"连接详情\"],\"5mpF6N\":[[\"currencyCode\"],\" 的固定费用金额\"],\"5n+Wwp\":[\"组织者更新成功\"],\"5qOnWX\":[\"售罄候补名单\"],\"5slqwZ\":[\"创建您的活动\"],\"5tT0+u\":[\"邮箱格式无效\"],\"5tl0Bp\":[\"注册问题\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"对客户隐藏此产品\"],\"6/TNCd\":[\"保存增值税设置\"],\"6/dCYd\":[\"概览\"],\"60u+dQ\":[\"封面图片将显示在活动页面顶部\"],\"621rYf\":[\"付款方式\"],\"62Ciis\":[\"关闭侧边栏\"],\"65A04M\":[\"西班牙语\"],\"67NsZP\":[\"正在创建活动...\"],\"67OJ7t\":[\"查看订单\"],\"68Axnm\":[\"处理您的请求时出现错误。请重试。\"],\"6Aih4U\":[\"离线\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"门票\"],\"6HK5Ct\":[\"已完成订单\"],\"6IwNUc\":[\"邮件模板\"],\"6JzK4N\":[\"门票链接\"],\"6K/IHl\":[\"这是如何在应用程序中使用该组件的示例。\"],\"6K0GjX\":[\"文字可能难以阅读\"],\"6KnyG0\":[\"输入电子邮件\"],\"6MIiOI\":[\"剩余 \",[\"0\"]],\"6PNlRV\":[\"将此活动添加到您的日历\"],\"6PecK3\":[\"所有活动的出席率和签到率\"],\"6RmHKN\":[\"主色调\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"复制的\"],\"6WdDG7\":[\"页面\"],\"6YtxFj\":[\"名称\"],\"6Z/F61\":[\"无数据显示。请选择日期范围\"],\"6a/UJE\":[\"对不起,此优惠代码不可用\"],\"6aXq+t\":[\"主题:\"],\"6bBh3/\":[\"固定费用\"],\"6czJik\":[\"门票标志\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"订单状态\"],\"6euFZ/\":[\"默认的\",[\"type\"],\"会自动应用于所有新产品。您可以为每个产品单独覆盖此设置。\"],\"6fLyj/\":[\"如果您没有要求更改密码,请立即更改密码。\"],\"6fuA9p\":[\"事件成功复制\"],\"6gRgw8\":[\"重试\"],\"6heFYY\":[\"您的 Stripe 账户已连接并正在处理付款。\"],\"6imsQS\":[\"简体中文\"],\"6jYQGG\":[\"没有过去的活动\"],\"6kPk3+\":[\"个人信息\"],\"6kdXbW\":[\"创建促销代码\"],\"6nDzTl\":[\"良好的可读性\"],\"6tmWch\":[\"票或商品\"],\"6uwAvx\":[\"您无法删除此价格层,因为此层已有售出的产品。您可以将其隐藏。\"],\"6xCBVN\":[\"支付和发票设置已成功更新\"],\"6zQOg1\":[\"显示给客户的价格不包括税费。税费将单独显示\"],\"7+grte\":[\"确认邮件已发送!请检查您的收件箱。\"],\"7/9RFs\":[\"上传图片失败。\"],\"70dYC8\":[\"成功更新促销代码\"],\"72c5Qo\":[\"总计\"],\"73nxDO\":[\"成功更新杂项设置\"],\"73qYgo\":[\"作为测试发送\"],\"744BMm\":[\"完成您的订单以确保获得门票。此优惠有时间限制,请尽快完成。\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"您的签到列表已成功创建。与您的签到工作人员共享以下链接。\"],\"7B5M35\":[\"签到\"],\"7Bj3x9\":[\"失败\"],\"7Cx5It\":[\"早起的鸟儿\"],\"7D9MJz\":[\"完成 Stripe 设置\"],\"7ER2sc\":[\"已突出显示\"],\"7JF9w9\":[\"添加问题\"],\"7JFNej\":[\"体育\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"操作\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"用户\"],\"7VpPHA\":[\"确认\"],\"7YJdgG\":[\"您的订单一旦开始滚动,就会出现在这里。\"],\"7YZofi\":[\"输入主题和正文以查看预览\"],\"7dSOhU\":[\"启用候补名单\"],\"7gsjkI\":[\"使用Liquid模板自定义发送给客户的邮件。这些模板将用作您组织中所有活动的默认模板。\"],\"7hPBBn\":[\"位收件人\"],\"7kOMfV\":[\"成功更新活动\"],\"7ns+do\":[\"营业地址\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"所有已归档活动\"],\"7vhWI8\":[\"新密码\"],\"7wtpH5\":[\"模板已激活\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"姓名为必填项\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"插入Liquid令牌\"],\"876pfE\":[\"客户\"],\"87a/t/\":[\"标签\"],\"88cUW+\":[\"您收到\"],\"89xaFU\":[\"为此组织者创建的新活动设置默认平台费用设置。\"],\"8AiKIu\":[\"创建门票或产品\"],\"8BMPMe\":[\"Webhook 不会发送通知\"],\"8BRPoH\":[\"示例场地\"],\"8BwQeU\":[\"完成设置\"],\"8Etqrl\":[\"当有空位时自动向下一位提供门票\"],\"8F1i42\":[\"页面未找到\"],\"8KDgYV\":[\"准备好您的活动\"],\"8KmsFa\":[\"请选择日期范围\"],\"8Lx2X7\":[\"已收到付款\"],\"8OhzyY\":[\"当产品被删除时\"],\"8OvVZZ\":[\"筛选参与者\"],\"8QH2Il\":[\"此类别对公众隐藏\"],\"8YBH95\":[\"收入\"],\"8ZsakT\":[\"密码\"],\"8cBtvm\":[\"主要文字颜色\"],\"8dENF9\":[\"费用增值税\"],\"8jLPgH\":[\"票券类型\"],\"8k8Njd\":[\"客户有多少分钟来完成订单。我们建议至少 15 分钟\"],\"8n10sz\":[\"不符合条件\"],\"8oPbg1\":[\"启用发票功能\"],\"8pQ3NJ\":[\"未来24小时内没有开始的活动\"],\"8q0EdE\":[\"将产品添加到类别\"],\"8qsbZ5\":[\"票务与销售\"],\"8rE61T\":[\"账单地址\"],\"8uOlgz\":[\"失败时间\"],\"8uqsE5\":[\"页面不再可用\"],\"8v2LRU\":[\"配置活动详情、地点、结账选项和电子邮件通知。\"],\"8vETh9\":[\"Show\"],\"8wITQA\":[\"分层产品允许您为同一产品提供多种价格选项。这非常适合早鸟产品,或为不同人群提供不同的价格选项。\\\" # zh-cn\"],\"8wUjGl\":[\"保留至\"],\"8wgkoi\":[\"过去14天没有浏览的活动\"],\"8x0pUg\":[\"您确定要从候补名单中移除此条目吗?\"],\"8z6Y5D\":[\"处理退款\"],\"8zCZQf\":[\"尚无活动\"],\"9+8Vez\":[\"剩余使用次数\"],\"9+P7zk\":[\"无法创建产品。请检查您的详细信息\"],\"9/1YKL\":[\"输入姓氏\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"结束日期后1天\"],\"94aQMU\":[\"参与者信息\"],\"96ryID\":[\"按门票收集信息\"],\"99ntUF\":[\"此活动没有可用的签到列表。\"],\"9BdS63\":[\"编辑促销代码\"],\"9FQEn8\":[\"选择类别...\"],\"9GsDR2\":[\"如果付款待处理则为真\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"销售已暂停\"],\"9L9/28\":[\"当产品售罄时,客户可以加入候补名单,以便在有名额时收到通知。\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"此名称对最终用户可见\"],\"9N+p+g\":[\"商务\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"参与者\"],\"9TO8nT\":[\"您的密码\"],\"9Wh+ug\":[\"推广员已导出\"],\"9Y3hAT\":[\"保存模板\"],\"9YHrNC\":[\"系统默认\"],\"9b5956\":[\"此预览显示您的邮件使用示例数据的外观。实际邮件将使用真实值。\"],\"9bHCo2\":[\"费用货币\"],\"9bpUSo\":[\"正在导出推广员\"],\"9eF5oV\":[\"欢迎回来\"],\"9gPPUY\":[\"签到列表已创建!\"],\"9h7RDh\":[\"提供\"],\"9i0++A\":[\"Stripe 支付 ID\"],\"9jnAcN\":[\"查看组织者主页\"],\"9mZEgt\":[\"成功创建促销代码\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"取消与会者失败\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"返回活动页面\"],\"A4UmDy\":[\"戏剧\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"实时设置您的活动\"],\"ACKu03\":[\"刷新预览\"],\"AEuj2m\":[\"活动主页\"],\"AG/qmQ\":[\"单选题有多个选项,但只能选择一个。\"],\"AGRilS\":[\"已售票数\"],\"AGZmwV\":[\"图片上传成功\"],\"AIF7J2\":[\"定义固定费用的货币。结账时将转换为订单货币。\"],\"AIUkyF\":[\"导航至与会者\"],\"AJ4rvK\":[\"与会者已取消\"],\"AKbElk\":[\"欧盟增值税注册企业:适用反向收费机制(0% - 增值税指令2006/112/EC第196条)\"],\"APuxIE\":[\"重新发送电子邮件确认\"],\"APyAR/\":[\"活跃活动\"],\"ARBThj\":[\"将此\",[\"type\"],\"应用于所有新产品\"],\"ARkzso\":[\"输入推广员姓名\"],\"ATGYL1\":[\"电子邮件地址\"],\"AVpmAa\":[\"如何离线支付\"],\"AXXqG+\":[\"捐赠\"],\"AaP0M+\":[\"此颜色组合对某些用户来说可能难以阅读\"],\"AdWhjZ\":[\"验证码\"],\"AeXO77\":[\"账户\"],\"AeejQi\":[\"此容量应适用于哪些产品?\"],\"AfNRFG\":[\"继续按钮文字\"],\"AhBPHd\":[\"这些详细信息仅在订单成功完成后显示。等待付款的订单不会显示此消息。\"],\"AhwTa1\":[\"需要操作:需要提供增值税信息\"],\"Ajavq0\":[\"请检查您的电子邮件以确认您的电子邮件地址\"],\"ApOYO8\":[\"令人惊叹, 活动, 关键词...\"],\"ApsD9J\":[\"添加新内容\"],\"ArHT/C\":[\"新注册\"],\"Arzxc1\":[\"没有候补名单条目\"],\"Aspq3b\":[\"参与者信息收集\"],\"AtXtSw\":[\"管理可以应用于您的产品的税费\"],\"Auz0Mz\":[\"请确认您的邮箱以访问所有功能。\"],\"B/EBQv\":[\"订单:\"],\"B1St2O\":[\"<0>签到列表帮助您按日期、区域或票务类型管理活动入场。您可以将票务链接到特定列表,如VIP区域或第1天通行证,并与工作人员共享安全的签到链接。无需账户。签到适用于移动设备、桌面或平板电脑,使用设备相机或HID USB扫描仪。 \"],\"B2Tpo0\":[\"无效邮箱\"],\"B2V3cA\":[\"分享活动\"],\"B3Mkdt\":[\"创建问题\"],\"B3gPuX\":[\"取消订单\"],\"B4nE3N\":[\"示例票价\"],\"B5fpAA\":[\"配置分配成功\"],\"B7pZfX\":[[\"0\"],\" 位组织者\"],\"B7w4KY\":[\"无其他可用组织者\"],\"BCmibk\":[\"尝试次数\"],\"BDSRuX\":[\"已退款:\",[\"0\"]],\"BFRSTT\":[\"选择账户\"],\"BGD9Yt\":[\"添加机票\"],\"BHZbFy\":[\"每个订单一个问题。例如,您的送货地址是什么?\"],\"BI7D9d\":[\"未设置价格\"],\"BJIEiF\":[\"成功 \",[\"0\"],\" 参会者\"],\"BJtMTd\":[\"我们建议尺寸为 2160px x 1080px,文件大小不超过 5MB\"],\"BLTZ42\":[\"密码重置成功。请使用新密码登录。\"],\"BM/KQm\":[\"邮政编码\"],\"BMtue0\":[\"当前支付处理器\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"创建新的\"],\"BRArmD\":[\"您可以访问多个账户。请选择一个继续。\"],\"BREO0S\":[\"显示一个复选框,允许客户选择接收此活动组织者的营销通讯。\"],\"BTne9e\":[\"为此活动创建自定义邮件模板以覆盖组织者默认设置\"],\"BUe8Wj\":[\"买家支付\"],\"BV4L/Q\":[\"UTM 分析\"],\"BVinvJ\":[\"示例:\\\"您是如何了解我们的?\\\"、\\\"发票公司名称\\\"\"],\"BVu2Hz\":[\"发送者\"],\"BW6QAz\":[\"团队管理\"],\"BWF1kC\":[\"搜索消息...\"],\"BZ9GWa\":[\"促销代码可用于提供折扣、预售权限或为您的活动提供特殊权限。\"],\"BZBYf3\":[\"要接受信用卡付款,您需要连接您的 Stripe 账户。Stripe 是我们的支付处理合作伙伴,确保安全交易和及时付款。\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"邮件预览\"],\"BfucwY\":[\"管理用户及其权限\"],\"BiYOdA\":[\"按名称搜索...\"],\"Bj/QGQ\":[\"设定最低价格,用户可选择支付更高的价格\"],\"Bk06QI\":[\"Stripe 已连接\"],\"BnlG9U\":[\"您当前的订单将丢失。\"],\"BwJKBw\":[\"共\"],\"BxsfMK\":[\"总费用\"],\"BzEFor\":[\"或\"],\"BzfzPK\":[\"项目\"],\"C3htzi\":[\"设置已更新\"],\"C3nD/1\":[\"输入您的电子邮箱\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"选择产品\"],\"C4nQe5\":[\"平台费用会添加到票价中。买家支付更多,但您会收到完整的票价。\"],\"C4qOW8\":[\"隐藏于公众视线之外\"],\"C63rRe\":[\"请返回活动页面重新开始。\"],\"C8HNV2\":[\"完成付款\"],\"C8JLas\":[\"折扣类型\"],\"C8ne4X\":[\"保存票券设计\"],\"CBBcly\":[\"显示常用地址字段,包括国家\"],\"CCjxOC\":[\"创建您的第一个活动以开始售票并管理参与者。\"],\"CELKku\":[\"下载发票\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"选择参会者组\"],\"CHzaTD\":[\"过去14天没有热门活动\"],\"CMUt3Y\":[\"票务持有人\"],\"CMyVEK\":[\"您确定要将此活动设为草稿吗?这将使公众无法看到该活动\"],\"CNafaC\":[\"复选框选项允许多重选择\"],\"CNk/ro\":[\"这是一项在线活动\"],\"COnw8D\":[[\"0\"],\" 标志\"],\"CPXP5Z\":[\"合作伙伴\"],\"CQeZT8\":[\"未找到报告\"],\"CRu4lK\":[\"已签到\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Webhook 日志\"],\"CUKVDt\":[\"使用自定义徽标、颜色和页脚信息打造您的门票品牌。\"],\"CVw2MU\":[\"筛选器 (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"2025夏季音乐节\"],\"CWk59I\":[\"喜剧\"],\"CZomgW\":[\"增值税已注册\"],\"CabI04\":[\"增值税号不得包含空格\"],\"CbnrWb\":[\"返回活动\"],\"CfKofC\":[\"下拉选择\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"按钮文字\"],\"ClwUUD\":[\"活动地点和场地详情\"],\"CmoB9j\":[\"价格显示模式\"],\"CnZ3Ou\":[\"您的门票已确认。\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"选择日历\"],\"CsTTH0\":[\"订单确认重新发送成功\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"具有产品的订单所有者\"],\"CySr+W\":[\"点击查看备注\"],\"D+zLDD\":[\"隐藏\"],\"D02dD9\":[\"活动\"],\"D2g7C7\":[\"所有任务已排队等待重试\"],\"D2qlBU\":[\"与会者已更新\"],\"D3iCkb\":[\"开始日期\"],\"D3opg4\":[\"启用线下支付后,用户可以完成订单并收到门票。他们的门票将清楚地显示订单未支付,签到工具会通知签到工作人员订单是否需要支付。\"],\"D6+U20\":[\"签到并标记订单为已付款\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"发送订单确认和票务电子邮件\"],\"D9zTjx\":[\"直播活动\"],\"DB8zMK\":[\"应用\"],\"DCKkhU\":[\"当前密码\"],\"DDcvSo\":[\"德国\"],\"DEcpfp\":[\"模板正文包含无效的Liquid语法。请更正后再试。\"],\"DFqasq\":[\"继续操作即表示您同意<0>\",[\"0\"],\"服务条款\"],\"DJQEZc\":[\"产品排序成功\"],\"DKYTWG\":[\"重试任务失败\"],\"DKwDdj\":[\"打印票\"],\"DM4gBB\":[\"中文(繁体)\"],\"DMCX/I\":[\"平台费用默认设置更新成功\"],\"DPfwMq\":[\"完成\"],\"DRErHC\":[\"对参与者隐藏 - 仅组织者可见\"],\"DRykfS\":[\"仍在处理您旧交易的退款。\"],\"DXZRk5\":[\"100 号套房\"],\"DZjk8u\":[\"支付和发票设置\"],\"DZlSLn\":[\"文档标签\"],\"Da29Y6\":[\"隐藏此问题\"],\"DdHfeW\":[\"管理账户详情和默认设置\"],\"Dim4LO\":[\"手动添加与会者\"],\"DjSbj3\":[\"重新发送门票失败\"],\"Djl45M\":[\"在您创建容量分配之前,您需要一个产品。\"],\"DnXcDK\":[\"次要颜色\"],\"DoH3fD\":[\"订单付款待处理\"],\"DovcfC\":[\"请告诉我们您的组织信息。这些信息将显示在您的活动页面上。\"],\"DruLRc\":[\"过去14天\"],\"DrwwNd\":[\"选择时间段\"],\"Du6bPw\":[\"地址\"],\"Dvq0wf\":[\"请提供一张图片。\"],\"DwF9eH\":[\"组件代码\"],\"Dwf4dR\":[\"暂无参与者问题\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"保存配置\"],\"E/9LUk\":[\"地点名称\"],\"E0q9qH\":[\"允许无限次使用\"],\"E15xs8\":[\"⚡️ 设置您的活动\"],\"E1F5Ji\":[\"收件人在消息发送后可用\"],\"E1eze1\":[\"连接您的 Stripe 账户以开始接受您活动的付款。\"],\"E6nRW7\":[\"复制 URL\"],\"E9jY+o\":[\"更新参与者失败\"],\"EBzPwC\":[\"活动的完整地址\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"发布\"],\"EFq6EG\":[\"请选择一张图片。\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"账户未找到\"],\"EJ7bVz\":[\"未找到订单\"],\"EJPAcd\":[\"重新发送订单确认失败\"],\"EK/G11\":[\"尚无响应\"],\"ELa4O9\":[\"销售结束日期\"],\"ENCIQz\":[\"复制链接\"],\"ENEPLY\":[\"付款方式\"],\"EOqL/A\":[\"您确定要向此人提供名额吗?他们将收到电子邮件通知。\"],\"ETcU7q\":[\"提供名额失败\"],\"EUnesn\":[\"门票有售\"],\"EV30TR\":[\"USB扫描仪模式已激活。现在开始扫描票券。\"],\"EWCLpZ\":[\"产品已创建\"],\"EWErQh\":[\"定时时间必须是将来的时间\"],\"EWPtMO\":[\"代码\"],\"EWnXR+\":[\"连接到 Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"票券设计保存成功\"],\"EZy55F\":[\"订单已退款\"],\"EaAPbv\":[\"支付总金额\"],\"EdQY6l\":[\"无\"],\"Edm6av\":[\"重新连接 Stripe →\"],\"Eeo/Gy\":[\"更新设置失败\"],\"Ef7StM\":[\"未知\"],\"EfK2O6\":[\"提供名额\"],\"Egnj9d\":[\"您必须手动将订单标记为已支付。这可以在订单管理页面上完成。\"],\"Eh5Wrd\":[\"您的精彩网站 🎉\"],\"EhlbcI\":[\"更新消息级别失败\"],\"EmFsMZ\":[\"您的增值税号已排队等待验证\"],\"EmYMHc\":[\"等待线下付款\"],\"Ep3VfY\":[\"在谷歌地图上查看\"],\"EpknJA\":[\"请在此输入您的消息...\"],\"EpvBAp\":[\"无发票\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"显示营销订阅复选框\"],\"Ev2r9A\":[\"无结果\"],\"Ewir4O\":[\"请选择至少一个产品\"],\"EwoMtl\":[\"创建类别\"],\"ExDt3P\":[\"您确定要取消发布此活动吗?它将不再对公众可见。\"],\"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.\"],\"EyE8E6\":[\"支付处理\"],\"EzwCw7\":[\"编辑问题\"],\"F+pJnL\":[\"成功更新搜索引擎设置\"],\"F1Xp97\":[\"个人与会者\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"必须选择至少一种事件类型\"],\"F3/nus\":[\"继续付款\"],\"F3mW5G\":[\"允许客户在该产品售罄时加入候补名单\"],\"F4NXOl\":[\"订单姓氏\"],\"F4SRy3\":[\"签到已删除\"],\"F5/CBH\":[\"项\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"活跃\"],\"F89D36\":[\"标记订单为已支付时出错\"],\"FCVmuU\":[\"查看活动\"],\"FG98gC\":[\"清除搜索文本\"],\"FI60XC\":[\"配置税费\"],\"FImCSc\":[[\"0\"],\"更新成功\"],\"FJ9Yat\":[\"请检查所提供的信息是否正确\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"无法签到参与者\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"激活\"],\"FRl8Jv\":[\"您需要验证您的帐户电子邮件才能发送消息。\"],\"FSN4TS\":[\"嵌入小部件\"],\"FSaY52\":[\"Webhook 将发送通知\"],\"FTfObB\":[\"尚无产品\"],\"FU1gvP\":[\"编辑签到列表\"],\"FVTVBy\":[\"您必须先验证电子邮箱地址,才能更新组织者状态。\"],\"FVetkT\":[\"哪些票应与此签到列表关联?\"],\"FaK/8G\":[\"退款订单 \",[\"0\"]],\"FaPYw+\":[\"订单所有者\"],\"FaSXqR\":[\"什么类型的活动?\"],\"Fb+SDI\":[\"添加更多门票\"],\"Ff0Dor\":[\"过去\"],\"FgRxRP\":[\"您始终拥有100%的参会者数据\"],\"Fi3b48\":[\"最近订单\"],\"FlGprQ\":[\"平台费用的增值税处理:欧盟增值税注册企业可以使用反向收费机制(0% - 增值税指令2006/112/EC第196条)。未注册增值税的企业需缴纳23%的爱尔兰增值税。\"],\"FlQKnG\":[\"价格中包含税费\"],\"FmogyU\":[\"隐藏选项\"],\"FpsvqB\":[\"颜色模式\"],\"Fq/Nx7\":[\"我们已向以下邮箱发送了5位数验证码:\"],\"Fuh+dI\":[\"每个产品一个问题。例如,您的T恤尺码是多少?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"已复制到剪贴板\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"模板保存成功\"],\"G0KW+e\":[\"成功更新主页设计\"],\"G42SNI\":[\"重新发送邮件\"],\"G5RhpL\":[\"主办方\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"角色\"],\"GG1fRP\":[\"您的活动已上线!\"],\"GG7qDw\":[\"分享推广链接\"],\"GHdjuo\":[\"按姓名、电子邮件或账户搜索...\"],\"GIoqtA\":[\"客户姓氏\"],\"GNcfRk\":[\"支持电子邮件\"],\"GRChTw\":[\"删除税费时出了问题\"],\"GS+Mus\":[\"出口\"],\"GTOcxw\":[\"编辑用户\"],\"GVUxAX\":[\"统计数据基于账户创建日期\"],\"GVcaW6\":[\"组织详细信息\"],\"GX6dZv\":[\"订单摘要\"],\"GctSSm\":[\"应用促销代码\"],\"GdOhw6\":[\"关闭声音\"],\"GdWB+V\":[\"Webhook 创建成功\"],\"GeqWgj\":[\"活动时区\"],\"GfWoKv\":[\"搜索引擎优化设置\"],\"GfaxEk\":[\"音乐\"],\"Gh9Oqb\":[\"活动组织者姓名\"],\"Gjt/py\":[\"取消更改电子邮件\"],\"GkH0Pq\":[\"已应用税费\"],\"Gmd0hv\":[\"当新与会者被创建时\"],\"Gnjf3o\":[\"您无法更改产品类型,因为有与该产品关联的参会者。\"],\"GpT6Uf\":[\"允许参与者通过订单确认邮件中的安全链接更新他们的门票信息(姓名、电子邮件)。\"],\"GptGxg\":[\"更改密码\"],\"GqvPcv\":[\"没有可用筛选器\"],\"Gspam9\":[\"我们正在处理您的订单。请稍候...\"],\"GuXjc5\":[\"已验证\"],\"Guo0lU\":[\"自定义日期和时间\"],\"Gv5AMu\":[\"留言参与者\"],\"Gy7BA3\":[\"组织者电子邮件地址\"],\"H/UMUG\":[\"需要验证邮箱\"],\"H34qcM\":[\"正在创建主办方...\"],\"H35u3n\":[\"必须先创建机票,然后才能手动添加与会者。\"],\"H4nE+E\":[\"取消所有产品并释放回可用池\"],\"H5qWhm\":[\"订单已取消\"],\"H6Gslz\":[\"对于给您带来的不便,我们深表歉意。\"],\"H6Ma8Z\":[\"折扣\"],\"H8kMHT\":[\"没有收到验证码?\"],\"H9HlDe\":[\"分钟\"],\"HB22j9\":[\"继续设置\"],\"HE6KcK\":[\"撤销邀请!\"],\"HFucK5\":[\"没有可显示的已结束活动。\"],\"HGuXjF\":[\"票务持有人\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"加载此页面时遇到问题。请重试。\"],\"HLDaLi\":[\"管理员用户可以完全访问事件和账户设置。\"],\"HMAqFK\":[\"向参与者、持票人或订单所有者发送电子邮件。消息可以立即发送或安排稍后发送。\"],\"HR/cvw\":[\"示例街123号\"],\"HSw5l3\":[\"否 - 我是个人或未注册增值税的企业\"],\"HT/08n\":[\"参会者票\"],\"HVW65c\":[\"付费产品\"],\"HVkhy2\":[\"归因分析\"],\"HVwIsd\":[\"未注册增值税的企业或个人:适用23%的爱尔兰增值税\"],\"HWXuQK\":[\"收藏此页面,随时管理您的订单。\"],\"HX5SVx\":[\"项目\"],\"HXMJxH\":[\"免责声明、联系信息或感谢说明的可选文本(仅单行)\"],\"HdmwrI\":[\"订单邮箱\"],\"HhwcTQ\":[\"活动名称\"],\"HiGkFu\":[\"正在重定向到 Stripe...\"],\"HirZe8\":[\"这些模板将用作您组织中所有活动的默认模板。单个活动可以用自己的自定义版本覆盖这些模板。\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"电子邮件更改已成功取消\"],\"HsFnrk\":[[\"0\"],\"的最大产品数量是\",[\"1\"]],\"HtrFfw\":[\"URL 是必填项\"],\"HxxXZO\":[\"用于按钮和突出显示的主要品牌颜色\"],\"I+FvbD\":[\"扫描\"],\"I+utEq\":[\"推广码无法更改\"],\"I/NNtI\":[\"活动场地\"],\"I3QpvQ\":[\"受援国\"],\"I3yitW\":[\"最后登录\"],\"I6F3cp\":[\"电子邮件未经验证\"],\"I7xjqg\":[\"背景类型\"],\"IF7RiR\":[\"封面\"],\"IFHV2p\":[\"您的入场券\"],\"IKwyaF\":[\"成功确认电子邮件更改\"],\"IMJ6rh\":[\"自动调整大小\"],\"IMwcdR\":[\"模拟已停止\"],\"INDKM9\":[\"输入邮件主题...\"],\"IUwGEM\":[\"保存更改\"],\"IV9xTT\":[\"该用户未激活,因为他们没有接受邀请。\"],\"IagCbF\":[\"链接\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"输入您的增值税号,包括国家代码,不带空格(例如,IE1234567A,DE123456789)\"],\"IfN2Qo\":[\"我们建议使用最小尺寸为200x200像素的方形标志\"],\"IgcAGN\":[\"销售总额\"],\"IkGIz8\":[\"付讫\"],\"IoAuJG\":[\"正在发送...\"],\"IoDI2o\":[\"加载令牌中...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"无法签到(已取消)\"],\"IrVSu+\":[\"无法复制产品。请检查您的详细信息\"],\"IuMGvq\":[\"发票\"],\"IuUoyV\":[\"当与会者签到时\"],\"IvxA4G\":[\"已成功向 \",[\"count\"],\" 人提供门票\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"无订单显示\"],\"J3RJSZ\":[\"成功更新与会者\"],\"J3lhKT\":[\"平台费用\"],\"J6n7sl\":[\"持续进行\"],\"JEPMXN\":[\"请求新链接\"],\"JEdsvQ\":[\"支付说明\"],\"JHB/Ky\":[\"无效\"],\"JJhRbH\":[\"第一天容量\"],\"JKfSAv\":[\"导出失败。请重试。\"],\"JNCzPW\":[\"国家\"],\"JQNMrj\":[\"创建您的第一个活动\"],\"JRQitQ\":[\"确认新密码\"],\"JZTQI0\":[\"切换组织者\"],\"JbIgPz\":[\"货币金额是所有货币的大致总和\"],\"JcQp9p\":[\"开始日期和时间\"],\"JcejNJ\":[\"处理订单中\"],\"JhtZAK\":[\"付款失败\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"选择背景颜色\"],\"Jjw03p\":[\"导出与会者失败\"],\"JlFcis\":[\"发送\"],\"JmVITJ\":[\"确定要删除此模板吗?此操作无法撤消,邮件将回退到默认模板。\"],\"JnuPvH\":[\"打印门票\"],\"JoKGiJ\":[\"优惠码\"],\"JpohL9\":[\"税收\"],\"JtI4vj\":[\"默认参与者信息收集\"],\"Jv22kr\":[[\"0\"],\" <0>签到成功\"],\"JvUngl\":[\"日期和时间\"],\"JvuLls\":[\"承担费用\"],\"JwTmB6\":[\"产品复制成功\"],\"Jwiilf\":[\"您的订单已被取消\"],\"JyD0LH\":[\"活动设置\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"标志将显示在票券上\"],\"K2PPlT\":[\"百分比费用必须在0到100之间\"],\"K47k8R\":[\"产品\"],\"K5+3xg\":[\"接受邀请\"],\"K6fmBI\":[\"此签到列表尚未激活,不能用于签到。\"],\"K7tIrx\":[\"类别\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"约翰\"],\"KIhhpi\":[\"定制您的活动页面\"],\"KIjvtr\":[\"荷兰语\"],\"KMMOAy\":[\"可升级\"],\"KMgp2+\":[[\"0\"],\"可用\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"无信息显示\"],\"KR0679\":[\"邀请团队成员\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"复制产品\"],\"KSDwd5\":[\"总订单数\"],\"KSQ8An\":[\"您的订单\"],\"KTxc6k\":[\"出现问题,请重试,或在问题持续时联系客服\"],\"KUOhTy\":[\"开启声音\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"多行文本框\"],\"KZN4Lc\":[\"全部删除\"],\"KZrfYJ\":[\"保存社交链接\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"支持联系邮箱\"],\"Kdpf90\":[\"别忘了!\"],\"KeCXJu\":[\"查看订单详情、退款和重新发送确认。\"],\"KfmPRW\":[\"页面的背景颜色。使用封面图片时,此颜色将作为叠加层应用。\"],\"KgDp6G\":[\"您尝试访问的链接已过期或不再有效。请检查您的电子邮件以获取管理订单的更新链接。\"],\"KgxI80\":[\"灵活的票务系统\"],\"KizCK7\":[\"选择开始日期和时间\"],\"Kj0Txn\":[\"启用后,Stripe Connect交易将不收取应用费用。用于不支持应用费用的国家。\"],\"KkrBiR\":[\"参与者信息收集\"],\"KmWyx0\":[\"任务\"],\"KnN1Tu\":[\"到期\"],\"KndP6g\":[\"订单链接\"],\"KnjoUA\":[\"票价\"],\"Kz91g/\":[\"土耳其语\"],\"L/+xOk\":[\"在创建签到列表之前,您需要先获得票。\"],\"L/Qc+w\":[\"客户邮箱地址\"],\"L/gNNk\":[\"更新 \",[\"0\"]],\"L0pJmz\":[\"设置发票编号的起始编号。一旦发票生成,就无法更改。\"],\"L22Tdf\":[\"按姓名、订单号、参与者号或电子邮件搜索...\"],\"L565X2\":[\"选项\"],\"L7dIM7\":[\"此链接无效或已过期。\"],\"L86zy2\":[\"邮箱验证成功!\"],\"LAW8Vb\":[\"为新活动选择默认设置。这可以针对单个活动进行覆盖。\"],\"LBLOqH\":[\"每份订单询问一次\"],\"LETnBR\":[\"欢迎来到 \",[\"0\"],\",这是您所有活动的列表\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"来宾管理\"],\"LNWHXb\":[\"没有可显示的已归档活动。\"],\"LOFgda\":[\"联系 \",[\"0\"]],\"LQrXcu\":[\"下载发票\"],\"LRbt6D\":[\"允许搜索引擎索引此事件\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"编辑\",[\"0\"],\"模板\"],\"LWL3Bs\":[\"固定费用必须为0或更大\"],\"Lc18qn\":[\"当新订单被创建时\"],\"LcET2C\":[\"隐私政策\"],\"LchiNd\":[\"您确定要删除此推广员吗?此操作无法撤销。\"],\"LdPKPR\":[\"配置分配失败\"],\"Ldu/RI\":[\"销售中\"],\"LeC29u\":[\"用于增值税目的的营业地址\"],\"Lg+ewC\":[\"支付和发票\"],\"Lj7sBL\":[\"意大利语\"],\"LkMOWF\":[\"可用数量\"],\"LmvZ+E\":[\"连接 Stripe 以启用消息功能\"],\"LqBITi\":[\"将使用组织者/默认模板\"],\"LslKhj\":[\"加载日志时出错\"],\"Lu+kBU\":[\"产品销售\"],\"LuY52w\":[\"欢迎加入!请登录以继续。\"],\"Lvi+gV\":[\"留言买家\"],\"LxSN5F\":[\"发送给每位参会者及其门票详情\"],\"LyFC7X\":[\"筛选订单\"],\"LyUWXA\":[\"费用已绕过\"],\"M/WIer\":[\"发送消息\"],\"M1RnFv\":[\"已过期\"],\"M2DyLc\":[\"1 个活动的 Webhook\"],\"M2w1ni\":[\"仅使用促销代码可见\"],\"M7Uapz\":[\"主题将显示在这里\"],\"M8M6fs\":[\"重要:需要重新连接 Stripe\"],\"MAavyl\":[\"此与会者未回答任何问题。\"],\"MDNyJz\":[\"验证码将在10分钟后过期。如果您没有收到邮件,请检查垃圾邮件文件夹。\"],\"MGbi9P\":[\"退款处理中\"],\"MH/lj8\":[\"无法更新问题。请检查您的详细信息\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"订单的货币\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"这些信息将显示在支付页面、订单摘要页面和订单确认电子邮件中。\"],\"MNFIxz\":[\"您将参加 \",[\"0\"],\"!\"],\"MOERNx\":[\"葡萄牙语\"],\"MR5ygV\":[\"此链接不再有效\"],\"MSmKHn\":[\"显示给客户的价格将包括税费。\"],\"MT7dxz\":[\"打印所有门票\"],\"MU3ijv\":[\"将此问题作为必答题\"],\"MXSqmS\":[\"突出显示此产品\"],\"MXZfGN\":[\"自定义结账时提出的问题,以从参与者那里收集重要信息。\"],\"MY2SVM\":[\"全额退款\"],\"Mck5ht\":[\"安全结账\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"社交链接更新成功\"],\"MhVoma\":[\"输入不含税费的金额。\"],\"Mi1rVn\":[\"售罄\"],\"MixU2P\":[\"百分比必须在0到100之间\"],\"Mkkvfd\":[\"隐藏入门页面\"],\"MkuVAZ\":[\"交易金额的百分比\"],\"Mokwac\":[\"邀请无限团队成员并自定义角色\"],\"Mqy/Zy\":[\"美国\"],\"Mr5UUd\":[\"门票已取消\"],\"MxjCqk\":[\"只是在找您的票?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"取消订单 \",[\"0\"]],\"N0qXpE\":[\"产品\"],\"N141o/\":[\"打开 Stripe 仪表板\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"编辑 \",[\"0\"]],\"N9FyyW\":[\"查看、编辑和导出您的注册参与者。\"],\"N9JsFT\":[\"无效的增值税号格式\"],\"NAzVVw\":[\"定时发送消息\"],\"NB5+UG\":[\"可用令牌\"],\"NEmyqy\":[\"尚无订单\"],\"NF8sdv\":[\"突出显示消息\"],\"NFxlHW\":[\"正在加载 Webhook\"],\"NGXKG/\":[\"确认电子邮件地址\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"通过详细报告跟踪销售、收入和出席情况\"],\"NIuIk1\":[\"无限制\"],\"NJahlc\":[\"在结账时强制要求填写账单地址\"],\"NNc33d\":[\"更新答案失败。\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"完整订单\"],\"NRWNfv\":[\"折扣总金额\"],\"NRhrIB\":[\"票务与商品\"],\"NTZ/NX\":[\"嵌入代码\"],\"NWVRtl\":[\"已完成订单\"],\"NY/x1b\":[\"地址第 1 行\"],\"Nbd6WT\":[\"配置此活动的候补名单设置\"],\"Nc3l/D\":[\"创建折扣、隐藏门票的访问码和特别优惠。\"],\"Nfbg76\":[\"增值税设置已成功保存\"],\"NgVUL2\":[\"预览结账表单\"],\"NiIUyb\":[\"介绍一下您的活动\"],\"NihQNk\":[\"客户\"],\"Nl1ZtM\":[\"活动地点\"],\"NlQ0cx\":[[\"组织者名称\"],\"的首次活动\"],\"NlfnUd\":[\"您点击的链接无效。\"],\"NmpGKr\":[\"我们无法重新排序类别。请再试一次。\"],\"NoNwIX\":[\"不活动\"],\"NpEm3p\":[\"立即发送\"],\"NsWqSP\":[\"添加您的社交媒体账号和网站链接。这些信息将显示在您的公开组织者页面上。\"],\"Nu4oKW\":[\"说明\"],\"NvuEhl\":[\"设计元素\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"选择...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"电子邮件\"],\"O6mra8\":[\"自定义问题\"],\"O8m7VA\":[\"我同意接收与此活动相关的电子邮件通知\"],\"OESu7I\":[\"通过在多种门票类型之间共享库存来防止超卖。\"],\"OHJXlK\":[\"使用 <0>Liquid 模板 个性化您的邮件\"],\"OIPtI5\":[\"产品价格的百分比。例如,3.5%的产品价格\"],\"OJnhhX\":[[\"eventCount\"],\" 个事件\"],\"OJx3wK\":[\"不详\"],\"OMJ035\":[\"无线电选项\"],\"OMX4tH\":[\"选择票\"],\"OP094m\":[\"促销代码报告\"],\"OVFwlg\":[\"暂无订单问题\"],\"OXku3b\":[\"<0>https://your-website.com\"],\"OZK07J\":[\"付款解锁\"],\"OaKTzt\":[\"查看地图\"],\"OadMRm\":[\"使用封面图片\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"打开侧边栏\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"重置\"],\"OfmsI9\":[\"活动太新\"],\"OhCesD\":[\"此订单已被取消。您可以随时开始新订单。\"],\"Ohn74G\":[\"设置与设计\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"门票名称\"],\"OmylXO\":[\"账户更新成功\"],\"On0aF2\":[\"网站\"],\"Oo/PLb\":[\"收入摘要\"],\"OoSyqO\":[[\"diffMinutes\"],\"分钟后\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"自动提供已启用。当有空位时,门票会自动提供。使用此功能手动提供额外名额。\"],\"OpKMSn\":[\"交易手续费:\"],\"OqEV/G\":[\"完成下面的设置以继续\"],\"Or1CPR\":[\"添加有关与会者的任何备注...\"],\"OrXJBY\":[\"发票编号的可选前缀(例如,INV-)\"],\"Os6n2a\":[\"取消订单\"],\"OtgNFx\":[\"成功确认电子邮件地址\"],\"OtjenF\":[\"请输入有效的电子邮件地址\"],\"OvNbls\":[\"下载 .ics\"],\"OveehC\":[\"添加线下支付的说明(例如,银行转账详情、支票寄送地址、付款截止日期)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"再次发出邀请!\"],\"P+5Pbo\":[\"隐藏答案\"],\"P+Sty0\":[\"您正在将电子邮件更改为 <0>\",[\"0\"],\"。\"],\"P/OAYJ\":[\"免费产品\"],\"P/wEOX\":[\"旧金山\"],\"P0rbCt\":[\"封面图像\"],\"P5sgAk\":[\"促销代码\"],\"P8hBau\":[\"您的付款正在处理中。\"],\"PC3/fk\":[\"未来24小时内开始的活动\"],\"PCRCCN\":[\"增值税注册信息\"],\"PChXMe\":[\"无付费订单\"],\"PFjJxY\":[\"您的新密码长度必须至少为8个字符。\"],\"PGPGsL\":[\"添加描述\"],\"PKXt9R\":[\"结束日期必须在开始日期之后\"],\"PLUB/s\":[\"费用\"],\"PMhxAR\":[\"增值税号必须以2字母国家代码开头,后跟8-15个字母数字字符(例如,DE123456789)\"],\"PO/sOY\":[\"撤销邀请\"],\"POT0K/\":[\"每个产品的固定金额。例如,每个产品$0.50\"],\"POdIrN\":[\"地址 1\"],\"PRuBTd\":[\"主页设计器\"],\"PSRm6/\":[\"查找我的门票\"],\"PUpvQe\":[\"相机扫描仪\"],\"PYVWEI\":[\"如已注册,请提供您的增值税号码以供验证\"],\"PYs3rP\":[\"活动名称\"],\"PZ7FTW\":[\"根据背景颜色自动检测,但可以手动覆盖\"],\"Pa6G7v\":[\"组织者姓名\"],\"Pc/Wtj\":[\"此参与者有未付款的订单。\"],\"Pc729f\":[\"订单等待线下支付\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"已复制!\"],\"Pjsch9\":[\"搜索容量分配...\"],\"Pmr5xp\":[\"成功创建 \",[\"0\"]],\"PnSzEc\":[\"一旦准备就绪,将您的活动上线并开始销售产品。\"],\"Pp1sWX\":[\"更新推广员\"],\"Pte1Hv\":[\"查看参会者详情\"],\"Puv7+X\":[\"账户设置\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"此订单已过期。请重新开始。\"],\"Q2lUR2\":[\"货币\"],\"Q7CWxp\":[\"当与会者被取消时\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"保存时将验证您的增值税号\"],\"QDEWii\":[\"已验证\"],\"QDWsl9\":[\"欢迎来到 \",[\"0\"],\",\",[\"1\"],\" 👋\"],\"QEQlnV\":[\"发送您的第一条消息\"],\"QGoXh3\":[\"由于您的企业位于欧盟,我们需要确定平台费用的正确增值税处理方式:\"],\"QHhZeE\":[\"模板创建成功\"],\"QIWCnW\":[\"VIP签到列表\"],\"QIn0Vl\":[\"用于增值税目的的法定企业名称\"],\"QIodqd\":[\"下载二维码\"],\"QIxRUI\":[\"付费、免费、分级定价和捐赠型门票\"],\"QKLP1W\":[\"连接 Stripe 账户,开始接收付款。\"],\"QKim6l\":[\"未找到参与者\"],\"QMHSMS\":[\"客户将收到确认退款的电子邮件\"],\"QN2F+7\":[\"添加 Webhook\"],\"QNrkms\":[\"答案更新成功。\"],\"QOg2Sf\":[\"自定义此事件的电子邮件和通知设置\"],\"QOhkyl\":[\"撰写\"],\"QP3gP+\":[\"这些设置仅适用于复制的嵌入代码,不会被保存。\"],\"QS1Nla\":[\"稍后发送\"],\"QUg5y1\":[\"快完成了!完成连接您的 Stripe 账户以开始接受付款。\"],\"QXgjH0\":[\"无法停止模拟。请重试。\"],\"QXlz+n\":[\"事件的默认货币。\"],\"QYARw/\":[\"选择机票\"],\"QYLpB4\":[\"仅签到\"],\"QYcUEf\":[\"最低价格\"],\"QbrUIo\":[\"页面浏览量\"],\"QcCPs8\":[\"活动详情\"],\"QcwyCh\":[\"是的,移除它们\"],\"Qj0GKe\":[\"启用参与者自助服务\"],\"QkLf4H\":[\"页面链接\"],\"QlSZU0\":[\"您正在模拟 <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"预期结果:\"],\"Qm5XkZ\":[\"销售开始日期\"],\"QoAi8D\":[\"无响应\"],\"QotGhf\":[\"关闭此消息\"],\"Qp4HWD\":[\"最大收件人数 / 消息\"],\"Qqqrwa\":[\"打开签到页面\"],\"Qrc8RZ\":[\"删除签到列表\"],\"QsYjci\":[\"所有活动\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"选择相机\"],\"QuhVpV\":[\"你好 \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"容量\"],\"QzmQBG\":[\"支付提供商\"],\"R02pnV\":[\"在向与会者销售门票之前,您的活动必须处于上线状态。\"],\"R0wEyA\":[\"按任务名称或异常搜索...\"],\"R29lO5\":[\"付款条款\"],\"R2O9Rg\":[\"支付金额 (\",[\"0\"],\")\"],\"R4Oqr8\":[\"导出完成。正在下载文件...\"],\"R4r4XO\":[\"宾客\"],\"R5IT/I\":[\"与会者备注\"],\"R6i9o9\":[\"您必须确认此电子邮件并非促销邮件\"],\"R6n7j9\":[\"增值税设置更新成功\"],\"RBXXtB\":[\"当前没有可用的支付方式。请联系活动组织者以获取帮助。\"],\"RD51+P\":[\"从您的付款中扣除 \",[\"0\"],\" 的平台费用\"],\"RDie0n\":[\"其他\"],\"RG3szS\":[\"关闭\"],\"RHyZUL\":[\"没有搜索结果。\"],\"RKKhnW\":[\"创建自定义小部件以在您的网站上销售门票。\"],\"ROR8QD\":[\"您的账户名称会在活动页面和电子邮件中使用。\"],\"ROv2ZT\":[\"问与答\"],\"RQCXz6\":[\"订单限制\"],\"RRZDED\":[\"我们找不到与此邮箱关联的订单。\"],\"RReHTu\":[\"企业名称\"],\"RUMiLy\":[\"增值税号验证失败\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"促销代码\"],\"RWw9Lg\":[\"关闭弹窗\"],\"RY2eP1\":[\"未加收任何税费。\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"您什么时候抵达?\"],\"ReihZ7\":[\"打印预览\"],\"RfwZxd\":[\"重置密码\"],\"RjwlZt\":[\"此订单已付款。\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"发送信息\"],\"RlJmQg\":[\"标准税,如增值税或消费税\"],\"RnvnDc\":[\"查看平台上发送的所有消息\"],\"Ropvj0\":[\"选择哪些事件将触发此 Webhook\"],\"RpwiYC\":[\"退款处理中\"],\"RqSKdX\":[\"此产品已售罄\"],\"Rs/IcB\":[\"首次使用\"],\"Rs7IQv\":[\"结账前信息\"],\"RsiDDQ\":[\"其他列表(不包含此票)\"],\"RtxQTF\":[\"同时取消此订单\"],\"RuaKfn\":[\"地址更新成功\"],\"Rwiyt2\":[\"税费已配置\"],\"RxzN1M\":[\"已启用\"],\"RzEvf5\":[\"此活动已结束\"],\"S+OdxP\":[\"这项活动由谁组织?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"名字必须在 1 至 50 个字符之间\"],\"S0ctOE\":[\"归档活动\"],\"S3CZ5M\":[\"组织者仪表板\"],\"S4PqS9\":[[\"0\"],\" 个活动的 Webhook\"],\"S8Tua9\":[\"设置更新成功\"],\"SCimta\":[\"隐藏侧边栏中的入门页面\"],\"SHJwyq\":[\"签到率\"],\"SIHgVQ\":[\"取消消息失败\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"总参与人数\"],\"SMUbbQ\":[\"下拉式输入法只允许一个选择\"],\"SNzppu\":[\"加入候补名单\"],\"SO9AEF\":[\"订单限制已设置\"],\"SPKbfM\":[\"例如:获取门票,立即注册\"],\"SPdzrs\":[\"客户下单时发送\"],\"SQKPvQ\":[\"邀请用户\"],\"SQqJd8\":[\"未找到组织者\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"导出已开始。正在准备文件...\"],\"SXzpzO\":[\"默认显示营销订阅复选框\"],\"SZw9tS\":[\"查看详情\"],\"Sa7w7S\":[\"此签到列表已过期,不再可用于签到。\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"错误\"],\"SnlQeq\":[\"此订单尚未提出任何问题。\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"复选框\"],\"SsI9v/\":[\"放弃订单失败。请重试。\"],\"Sxm1lO\":[\"所有状态\"],\"Sxm8rQ\":[\"用户\"],\"T+1APV\":[\"当前增值税号已验证\"],\"T02gNN\":[\"普通入场\"],\"T0K0yl\":[\"非活动用户无法登录。\"],\"T4BMxU\":[\"费用可能会变更。如有变更,您将收到通知。\"],\"T5rdis\":[\"复制到剪贴板\"],\"T6B2gk\":[\"发送消息失败。请重试。\"],\"TBEnp1\":[\"标志将显示在页面头部\"],\"TF37u6\":[\"您的与会者已成功导出。\"],\"TF9opW\":[\"该设备不支持闪存\"],\"TMLAx2\":[\"必填\"],\"TNaCfq\":[\"单行文本框\"],\"TPoYsF\":[\"订购参考\"],\"TSAiPM\":[\"您要查找的页面不存在\"],\"TTpXL3\":[[\"resendCooldown\"],\"秒后重新发送\"],\"TUJAyx\":[\"密码必须至少包含 8 个字符\"],\"TWXU0c\":[\"模拟用户\"],\"TZxnm8\":[\"添加选项\"],\"TdfEV7\":[\"已归档\"],\"TeSaQO\":[\"返回账户\"],\"Tf55h7\":[\"已配置折扣\"],\"TjX7xL\":[\"结账后消息\"],\"TjbIUI\":[[\"availableCount\"],\" / \",[\"totalCount\"],\" 可用\"],\"TkQVup\":[\"请检查您的电子邮件和密码并重试\"],\"TkfG8v\":[\"按订单收集信息\"],\"TlEeFv\":[\"即将举行的活动\"],\"TnzbL+\":[\"由于垃圾邮件风险较高,您必须连接Stripe账户才能向参与者发送消息。\\n这是为了确保所有活动组织者都经过验证并负责。\"],\"Tol4BF\":[\"订购详情\"],\"TpqW74\":[\"固定式\"],\"Ts8hhq\":[\"由于垃圾邮件的高风险,您必须连接Stripe账户才能修改电子邮件模板。这是为了确保所有活动组织者都经过验证和负责。\"],\"TskrJ8\":[\"付款与计划\"],\"TvY/XA\":[\"文档\"],\"TvkW9+\":[\"您确定要归档此活动吗?\"],\"TxfvH2\":[\"选择应该收到此消息的参会者\"],\"Tz0i8g\":[\"设置\"],\"Tz5oXG\":[\"是,取消我的订单\"],\"U/R4Ng\":[\"产品等级\"],\"U3pytU\":[\"管理员\"],\"U3wiCB\":[\"一切就绪!您的付款正在顺利处理。\"],\"U61sAj\":[\"产品类别更新成功。\"],\"U65fiW\":[\"保存组织器\"],\"U66oUa\":[\"创建模板失败\"],\"U7nGvl\":[\"无法签到\"],\"UBSG1X\":[\"顶级组织者(过去14天)\"],\"UEqXyt\":[\"自定义范围\"],\"UGT5vp\":[\"保存设置\"],\"UIENhw\":[\"配置名称对最终用户可见。固定费用将按当前汇率转换为订单货币。\"],\"UJmAAK\":[\"主题\"],\"UKfi21\":[\"创建税费\"],\"UMGQOh\":[\"与 Stripe 连接\"],\"UNMVei\":[\"忘记密码?\"],\"UQ0ACV\":[\"订单总额\"],\"URAE3q\":[\"已暂停\"],\"URUYHc\":[\"平台费用设置更新成功\"],\"URmyfc\":[\"详细信息\"],\"UVPI5D\":[\"显示更少平台\"],\"UW90md\":[\"未找到收件人\"],\"UWWRyd\":[\"添加自定义问题以在结账时收集额外信息\"],\"UXBCwc\":[\"姓氏\"],\"UYT+c8\":[\"如果启用,登记工作人员可以将与会者标记为已登记或将订单标记为已支付并登记与会者。如果禁用,关联未支付订单的与会者无法登记。\"],\"UYUgdb\":[\"订购\"],\"UZ2GSZ\":[\"发票设置\"],\"UaISq3\":[\"瑞典语\"],\"UabgBd\":[\"正文是必需的\"],\"UdY1lL\":[\"您的付款未成功,请重试。\"],\"Ug4SfW\":[\"创建事件后,您就可以在这里看到它。\"],\"UiAk5P\":[\"插入图片\"],\"Uicx2U\":[\"此签到列表已激活\"],\"UjNWsF\":[\"根据您的增值税注册状态,平台费用可能需要缴纳增值税。请填写下面的增值税信息部分。\"],\"UkHo4c\":[\"订单参考\"],\"UkM20g\":[\"待审核\"],\"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.\"],\"UlAK8E\":[\"正在导出订单\"],\"Uo5ddP\":[\"如果 \",[\"0\"],\" 有名额空出,我们将通过邮件通知您。\"],\"UoIRW8\":[\"已注册参会者\"],\"Upeg/u\":[\"启用此模板发送邮件\"],\"Uqefyd\":[\"您在欧盟注册了增值税吗?\"],\"UtDm3q\":[\"复制到剪贴板的 URL\"],\"Uu0hZq\":[\"组织者邮箱\"],\"UvYql/\":[\"增值税设置已保存。我们正在后台验证您的增值税号。\"],\"Uwsg2F\":[\"已预订\"],\"V0SbFp\":[\"显示可用产品数量\"],\"V1EGGU\":[\"姓名\"],\"V1krgP\":[\"代码不能超过20个字符\"],\"V2sk3H\":[\"电子邮件和模板\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"新的验证码已发送到您的邮箱\"],\"V6Q5RZ\":[\"容量分配创建成功\"],\"V7DYWd\":[\"发送的信息\"],\"V7MwOy\":[\"加载页面时出现错误\"],\"V7Tejz\":[\"自动处理候补名单\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"返回登录\"],\"VD0iA7\":[\"多种价格选项。非常适合早鸟产品等。\"],\"VDWChT\":[\"您确定要将此组织者设为草稿吗?这样将使组织者页面对公众不可见。\"],\"VEsDvU\":[\"用户可在 <0>\\\"配置文件设置\\\" 中更改自己的电子邮件\"],\"VFv2ZC\":[\"结束日期\"],\"VHfLAW\":[\"无账户\"],\"VT+urE\":[\"按姓名或电子邮件搜索...\"],\"VTfZPy\":[\"访问被拒绝\"],\"VX+B3I\":[\"按活动标题或主办方搜索...\"],\"VY+Bdn\":[\"按账户名称或电子邮件搜索...\"],\"VZeG/A\":[\"即将推出\"],\"Vd+LC3\":[\"颜色必须是有效的十六进制颜色代码。例如#ffffff\"],\"VeKsnD\":[\"重新发送订单电子邮件\"],\"VejKUM\":[\"请先在上方填写您的详细信息\"],\"Vi+BiW\":[\"包括\",[\"0\"],\"个产品\"],\"VioGG1\":[\"连接您的 Stripe 账户以接受门票和产品付款。\"],\"Vjat/X\":[\"消息为必填项\"],\"Vjij1k\":[[\"days\"],\" 天, \",[\"hours\"],\" 小时, \",[\"minutes\"],\" 分钟, 和 \",[\"seconds\"],\" 秒\"],\"VkSk/i\":[\"您确定要取消此定时消息吗?\"],\"VlXNyK\":[\"每个订单\"],\"Vla0Bo\":[\"已售产品\"],\"VlnB7s\":[\"过去 6 个月\"],\"VmXiz4\":[\"输入您的电子邮件,我们将向您发送重置密码的说明。\"],\"VpwcSk\":[\"输入新密码\"],\"VsM1HH\":[\"容量分配\"],\"VskHIx\":[\"删除类别\"],\"Vw0KCJ\":[\"二维码签到\"],\"VwdqVy\":[\"创建容量分配\"],\"Vx2J6x\":[\"无法获取参与者\"],\"VxFvXQ\":[\"嵌入小部件\"],\"VxYKoK\":[\"电子邮件和通知设置\"],\"VyUuZb\":[\"图片网址\"],\"W/eN+G\":[\"如果为空,地址将用于生成 Google 地图链接\"],\"W12OdJ\":[\"此报告仅供参考。在将此数据用于会计或税务目的之前,请务必咨询税务专业人士。请与您的Stripe仪表板进行交叉验证,因为Hi.Events可能缺少历史数据。\"],\"W428WC\":[\"切换列\"],\"W4kWXJ\":[\"按与会者姓名、电子邮件或订单号搜索...\"],\"W5A0Ly\":[\"出现意外错误。\"],\"W7AfhC\":[\"本次活动的所有与会者\"],\"WBq1/R\":[\"USB扫描仪已激活\"],\"WFHOlF\":[\"您确定要发布此活动吗?一旦发布,将对公众可见。\"],\"WHf154\":[\"删除代码\"],\"WKHW0N\":[\"在线活动详情\"],\"WKMnh4\":[\"单行文本输入\"],\"WLxtFC\":[\"无法创建产品。请检查您的详细信息\"],\"WNnP3w\":[\"连接并升级\"],\"WOpH7O\":[\"在任何设备上都有精美的结账体验\"],\"WOyJmc\":[\"- 点击取消发布\"],\"WTk/ke\":[\"关于 Stripe Connect\"],\"WUOCgI\":[\"已成功提供名额\"],\"WVbTwK\":[\"创建签到列表\"],\"WVgSTy\":[\"管理订单\"],\"WWYHKD\":[\"您的付款受到银行级加密保护\"],\"WZZzB6\":[\"活动名称为必填项\"],\"WZbCR3\":[\"退款失败\"],\"WbImlQ\":[\"订单已取消,并已通知订单所有者。\"],\"WbopAG\":[\"此活动未启用 Stripe 支付。\"],\"Wd5CDM\":[\"活动名称应少于150个字符\"],\"WdmJIX\":[\"加载预览中...\"],\"Weq9zb\":[\"常规\"],\"WgD6rb\":[\"活动类别\"],\"WjSpu5\":[\"在线活动\"],\"Wjz5KP\":[\"无与会者\"],\"Wvrz79\":[\"支付金额\"],\"WyCBRt\":[\"税务摘要\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"是 - 我有有效的欧盟增值税注册号码\"],\"X13xGn\":[\"不受信任\"],\"X1zdE7\":[\"配置创建成功\"],\"X26cQf\":[\"门票链接\"],\"X2rrlw\":[\"小计\"],\"X4o0MX\":[\"加载 Webhook 失败\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"当客户加入已售罄产品的候补名单时,条目将显示在此处。\"],\"XAHqAg\":[\"这是一种常规产品,例如T恤或杯子。不发行门票\"],\"XBNC3E\":[\"此代码将用于跟踪销售。只允许字母、数字、连字符和下划线。\"],\"XIG669\":[\"签到何时开放\"],\"XKJuAX\":[\"问题已删除\"],\"XUfgCI\":[\"没有容量分配\"],\"XVLu2v\":[\"活动标题\"],\"XX32BM\":[\"只需几分钟\"],\"XZkeaI\":[\"未找到日志\"],\"XcgRvb\":[\"约翰逊\"],\"Xd1R1a\":[\"您组织者的地址\"],\"Xe2tSS\":[\"连接文档\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"您的订单已成功导出。\"],\"XgOuA7\":[\"过去 90 天\"],\"XkFYVB\":[\"产品已删除\"],\"XletzW\":[\"创建类别\"],\"XwdMMg\":[\"代码只能包含字母、数字、连字符和下划线\"],\"XxecLm\":[\"门票类型\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"这是您可以用来在应用程序中嵌入小部件的 React 组件。\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"定制活动主页和结账信息\"],\"YAV57v\":[\"推广员\"],\"YAl9Hg\":[\"创建配置\"],\"YC3oXa\":[\"签到工作人员的描述\"],\"YClrdK\":[\"此活动尚未发布\"],\"YDVUVl\":[\"事件类型\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"出错了!请重试\"],\"YHsF9c\":[\"在销售结束日期后隐藏产品\"],\"YIDzi/\":[\"创建自定义模板\"],\"YIix5Y\":[\"搜索...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"我确认这是与此活动相关的交易消息\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"产品销售、收入和税费明细\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"账户配置更新成功\"],\"YQ3QSS\":[\"重新发送验证码失败\"],\"YSEnLE\":[\"史密斯\"],\"YXhom6\":[\"固定费用:\"],\"YXx+fG\":[\"折扣前总计\"],\"YZi+Hu\":[\"任务已排队等待重试\"],\"Ya1JhR\":[\"此类别中没有可用的产品。\"],\"YaCgdO\":[\"成功重新发送电子邮件确认\"],\"Yc5YW6\":[\"没有失败的任务\"],\"Ye321X\":[\"税种名称\"],\"YfHZv0\":[\"在顾客结账前向他们展示\"],\"YgRSEE\":[\"您确定要删除此促销代码吗?\"],\"YjVNGZ\":[\"主页预览\"],\"Ym1gnK\":[\"应用\"],\"YpN29s\":[\"将新订单通知组织者\"],\"Yrbm6T\":[\"Awesome Organizer Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"此订单已取消。\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"签到列表更新成功\"],\"Z3FXyt\":[\"加载中...\"],\"Z3etYG\":[\"活动前1天\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"线下支付\"],\"Z6q0Vl\":[\"您已接受此邀请。请登录以继续。\"],\"Z8lGw6\":[\"分享\"],\"ZBAScj\":[\"未知参会者\"],\"ZCSSd+\":[\"创建您自己的活动\"],\"ZDIydz\":[\"开始使用\"],\"ZIgYeg\":[\"次要文字颜色\"],\"ZN1WLO\":[\"复制邮箱\"],\"ZOBwQn\":[\"主页设计\"],\"ZOmUYW\":[\"我们将在后台验证您的增值税号。如有任何问题,我们会通知您。\"],\"ZPj0Q8\":[\"消息详情\"],\"ZPoHOn\":[\"此参会者没有关联的产品。\"],\"ZPwFnN\":[\"导出订单失败\"],\"ZQ15eN\":[\"重新发送票据电子邮件失败\"],\"ZQKLI1\":[\"危险区\"],\"ZS/D7f\":[\"所有已结束活动\"],\"ZWEfBE\":[\"无需支付\"],\"ZZEYpT\":[\"方案 \",[\"i\"]],\"ZaEJZM\":[\"确认电子邮件更改\"],\"ZfxaB4\":[\"部分退款\"],\"Zi3Sbw\":[\"已成功从候补名单中移除\"],\"ZjMs6e\":[\"<0>该产品的可用数量<1>如果该产品有相关的<2>容量限制,此值可以被覆盖。\"],\"ZkS2p3\":[\"取消发布活动\"],\"Zkymb9\":[\"与此推广员关联的邮箱。推广员不会收到通知。\"],\"ZnVt5v\":[\"<0>Webhooks 可在事件发生时立即通知外部服务,例如,在注册时将新与会者添加到您的 CRM 或邮件列表,确保无缝自动化。<1>使用第三方服务,如 <2>Zapier、<3>IFTTT 或 <4>Make 来创建自定义工作流并自动化任务。\"],\"Znwxal\":[\"应用费用配置\"],\"ZowkxF\":[\"税收\"],\"ZpieFv\":[\"取消订单失败\"],\"ZsZeV2\":[\"邮箱为必填项\"],\"ZthcdI\":[\"无折扣的促销代码可以用来显示隐藏的产品。\"],\"ZutOKU\":[\"增值税率\"],\"Zw6LWb\":[\"删除任务失败\"],\"ZxnK5C\":[\"一旦开始收集数据,您将在这里看到。\"],\"Zz6Cxn\":[\"危险区\"],\"a/gMx2\":[\"没有签到列表\"],\"a0EjD+\":[\"创建产品\"],\"a41PKA\":[\"将跟踪推广员销售\"],\"a5KFZU\":[\"添加活动详情并管理活动设置。\"],\"a5jvSX\":[\"价格层级\"],\"a6+167\":[\"选择活动\"],\"a6gga1\":[\"确认更改电子邮件时出错\"],\"a7u1N9\":[\"价格\"],\"aAIQg2\":[\"外观\"],\"aEDp5C\":[\"将此粘贴到您希望小部件显示的位置。\"],\"aFk48v\":[\"配置删除失败\"],\"aGWZUr\":[\"总收入\"],\"aH6ZIb\":[\"邀请您的团队\"],\"aIA9C4\":[\"成功创建问题\"],\"aK4uBd\":[\"过去 24 小时\"],\"aKtF0O\":[\"Stripe未连接\"],\"aLS+A6\":[\"确定要删除此模板吗?此操作无法撤消,邮件将回退到组织者或默认模板。\"],\"aS0jtz\":[\"已放弃\"],\"aT3jZX\":[\"选择时区\"],\"aUi/Dz\":[\"警告:这是系统默认配置。更改将影响所有未分配特定配置的账户。\"],\"acIJ41\":[\"订单状态\"],\"agPptk\":[\"媒介\"],\"agZ87r\":[\"为您的活动创建门票、设定价格并管理可用数量。\"],\"alD1+n\":[\"发票备注\"],\"amMkpL\":[\"无容量\"],\"an5hVd\":[\"图片\"],\"aqxYLv\":[\"教育\"],\"av+gjP\":[\"参会者姓名\"],\"avf0gk\":[\"问题描述\"],\"awHmAT\":[\"门票 ID\"],\"axVMjA\":[\"除非用户有适用的促销代码,否则隐藏产品\"],\"axv/Mi\":[\"自定义模板\"],\"b0HJ45\":[\"成功!\",[\"0\"],\" 将很快收到一封电子邮件。\"],\"b1Jvg+\":[\"请在新标签页中继续\"],\"b24kPi\":[\"队列\"],\"b33PL9\":[\"显示更多平台\"],\"b46pt5\":[\"活动封面图片\"],\"b4itZn\":[\"工作\"],\"b6+Y+n\":[\"订单完成\"],\"b9SN9q\":[\"唯一订单参考\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"创建 \",[\"0\"]],\"bA31T4\":[\"为所有参与者使用购买者的信息\"],\"bB6Ram\":[\"过去 48 小时\"],\"bECJqy\":[\"消息批准成功\"],\"bKOYkd\":[\"发票下载成功\"],\"bLB3MJ\":[\"支付方式\"],\"bPWBLL\":[\"无法签退参与者\"],\"bPwFdf\":[\"账户\"],\"bU4bS1\":[\"退款\"],\"bU7oUm\":[\"仅发送给具有这些状态的订单\"],\"bVjDs9\":[\"额外费用\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"您确定要删除此签到列表吗?\"],\"bbslmb\":[\"门票设计器\"],\"bcCn6r\":[\"计算类型\"],\"bcYlvb\":[\"签到何时关闭\"],\"bfXQ+N\":[\"接受邀请\"],\"bgqf+K\":[\"持票人邮箱\"],\"bhlHm/\":[\"您的订单正在等待付款\"],\"blK94r\":[\"请至少添加一个选项\"],\"blXLKj\":[\"启用后,新活动将在结账时显示营销订阅复选框。此设置可以针对每个活动单独覆盖。\"],\"br3Y/y\":[\"平台费用\"],\"btxLWj\":[\"事件状态已更新\"],\"bv6RXK\":[\"按钮标签\"],\"bwBlJv\":[\"订单名字\"],\"bxoWpz\":[\"重新发送确认邮件\"],\"byKna+\":[\"出现意外错误。请重试。\"],\"c+suC6\":[\"付费账户\"],\"c/TIyD\":[\"订单和门票\"],\"c2/9VE\":[\"负载数据\"],\"c3E/kw\":[\"荷马\"],\"c4uJfc\":[\"快完成了!我们正在等待您的付款处理。这只需要几秒钟。\"],\"c6SXHN\":[\"查看活动页面\"],\"c7VN/A\":[\"查看答案\"],\"c9Evkd\":[\"您不能删除最后一个类别。\"],\"c9RYbv\":[\"当订单被标记为已支付时\"],\"cDHM1d\":[\"电子邮件地址已更改。参与者将在更新后的电子邮件地址收到新门票。\"],\"cDtoWq\":[\"您确定要将订单确认重新发送到 \",[\"0\"],\" 吗?\"],\"cEFg3R\":[\"创建推广员失败\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"活动前1周\"],\"cHO4ec\":[\"此信息将包含在本次活动发送的所有电子邮件的页脚中\"],\"cJ4Y4R\":[\"您的退款正在处理中。\"],\"cK9+xQ\":[\"增值税国家\"],\"cKj6OE\":[\"签到摘要\"],\"cMW+gm\":[\"显示所有平台(另有 \",[\"0\"],\" 个包含值)\"],\"cOePZk\":[\"活动时间\"],\"cQrNR3\":[\"管理简介\"],\"cRRc+F\":[\"此产品无法删除,因为它与订单关联。您可以将其隐藏。\"],\"cSev+j\":[\"筛选器\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" 已签到\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"您已向免费产品添加了税费。您想要删除它们吗?\"],\"cd0jIM\":[\"任务详情\"],\"cdR8d6\":[\"请创建一张票\"],\"cde2hc\":[\"所有产品\"],\"cf35MA\":[\"节日\"],\"cjdktw\":[\"🚀 实时设置您的活动\"],\"cl5WYc\":[\"已使用促销 \",[\"promo_code\"],\" 代码\"],\"clF06r\":[\"可退款\"],\"cljs3a\":[\"表明您是否在欧盟注册了增值税\"],\"cnGeoo\":[\"删除\"],\"coIKFu\":[\"所选货币无法获取组织者统计信息,或发生错误。\"],\"cormHa\":[\"地址第 2 行\"],\"cosfD8\":[\"参与者状态\"],\"cs5muu\":[\"预览活动页面\"],\"csDS2L\":[\"可用\"],\"ct2SYD\":[\"过去 7 天\"],\"cxsKvw\":[\"当签到被删除时\"],\"d+F6q9\":[\"已创建\"],\"d+KKMz\":[\"加载签到列表失败\"],\"d0rUsW\":[\"社交链接\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"取消\"],\"dF6vP6\":[\"上线\"],\"dFFW9L\":[\"销售已于\",[\"0\"],\"结束\"],\"dFHcIn\":[\"税务详情\"],\"dFJnia\":[\"这是您的组织者名称,将展示给用户。\"],\"dFuEhO\":[\"重新发送门票邮件\"],\"dJZTv2\":[\"选择开始时间\"],\"dLm8V5\":[\"促销电子邮件可能导致账户暂停\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"归因细分\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"以下是与您邮箱关联的所有票。\"],\"dPYu1F\":[\"每位参与者\"],\"dPyJ15\":[\"删除模板\"],\"dSyJj6\":[\"电子邮件地址不匹配\"],\"dVgNF1\":[\"配置创建失败\"],\"dVxpp5\":[\"欢迎回来\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"未找到活动\"],\"dWBrJX\":[\"线下支付失败。请重试或联系活动组织者。\"],\"dXoieq\":[\"摘要\"],\"dZsDbK\":[\"HTML字符限制已超出:\",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"类别允许您将产品分组。例如,您可以有一个“门票”类别和另一个“商品”类别。\"],\"de6HLN\":[\"当客户购买门票后,他们的订单将显示在此处。\"],\"dfkQIO\":[\"当新产品被创建时\"],\"dkAPxi\":[\"创建 Webhook\"],\"dr7CWq\":[\"所有即将到来的活动\"],\"dsFmM+\":[\"已购买\"],\"dtGC3q\":[\"门票电子邮件已重新发送给与会者\"],\"e/cvV1\":[\"正在验证...\"],\"e3uMJH\":[\"此订单已完成。\"],\"e4KdjJ\":[\"手动添加与会者\"],\"e4L7bF\":[\"选择一条消息查看其内容\"],\"e5lF64\":[\"使用示例\"],\"e7eZuA\":[\"订单已更新\"],\"e8WNln\":[\"活动时区\"],\"e99fHm\":[\"恢复活动\"],\"eB5vce\":[\"具有特定产品的订单所有者\"],\"ePK91l\":[\"编辑\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"创建新密码\"],\"eWRECP\":[\"夜生活\"],\"eXssj5\":[\"为此组织者创建的新活动设置默认设置。\"],\"eaUTwS\":[\"发送重置链接\"],\"eb47T5\":[\"未找到所选筛选条件的数据。请尝试调整日期范围或货币。\"],\"ebIDwV\":[\"谷歌日历\"],\"eeZdaB\":[\"配置更新成功\"],\"efAM7X\":[\"日期输入字段。非常适合询问出生日期等。\"],\"ejMDw1\":[\"当订单被退款时\"],\"ejXy+D\":[\"产品排序失败\"],\"elW7Tn\":[\"邮件正文\"],\"enV0g0\":[\"留空以使用默认词“发票”\"],\"eneWvv\":[\"草稿\"],\"enzGAL\":[\"问题\"],\"eorM7z\":[\"类别重新排序成功。\"],\"ercTDX\":[\"代码长度必须在 3 至 50 个字符之间\"],\"esY5SG\":[\"活动标题,将显示在搜索引擎结果中,并在社交媒体上分享时显示。默认情况下,将使用事件标题\"],\"etaWtB\":[\"编辑参与者详情\"],\"euc6Ns\":[\"复制\"],\"eusccx\":[\"在突出显示的产品上显示的可选消息,例如\\\"热卖中🔥\\\"或\\\"超值优惠\\\"\"],\"evDBV8\":[\"发布活动\"],\"exy8uo\":[\"生成代码\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"签到列表\"],\"f30uVZ\":[\"您需要做的事:\"],\"f3RdEk\":[[\"hours\"],\" 小时, \",[\"minutes\"],\" 分钟, 和 \",[\"seconds\"],\" 秒\"],\"f4vJgj\":[\"多行文本输入\"],\"f7SUun\":[\"密码不一样\"],\"f8qS7T\":[\"There's nothing to show yet\"],\"f9WRpE\":[\"无效的文件类型。请上传图片。\"],\"fAv9QG\":[\"🎟️ 添加门票\"],\"fFYotW\":[\"部分退款:\",[\"0\"]],\"fFeCKc\":[\"无折扣\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"您不能退还手动创建的订单。\"],\"fKn/k6\":[\"退款金额\"],\"fMPkxb\":[\"显示更多\"],\"fROFIL\":[\"越南语\"],\"fTFfOK\":[\"每个邮件模板都必须包含一个链接到相应页面的行动号召按钮\"],\"fVPt0F\":[\"当订单被更新时\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"编辑 Webhook\"],\"fWsBTs\":[\"出错了。请重试。\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"例如,关于您门票的重要更新\"],\"fcnqjw\":[\"离线支付说明\"],\"fdjq4c\":[\"内边距\"],\"fgLNSM\":[\"注册\"],\"fiV0xj\":[\"使用限制\"],\"fj5byd\":[\"不适用\"],\"fovJi3\":[\"USB扫描仪模式已停用\"],\"fpMs2Z\":[\"直播\"],\"fpb0rX\":[\"参与者信息已从订单复制\"],\"fqDzSu\":[\"费率\"],\"ftNXma\":[\"搜索推广员...\"],\"ftzaMf\":[\"销售期、订单限制、可见性\"],\"fuwKpE\":[\"请再试一次。\"],\"fvDQhr\":[\"向用户隐藏此层级\"],\"fx8BTd\":[\"付款不可用\"],\"fyE7Au\":[[\"分\"],\"分钟和\",[\"秒\"],\"秒钟\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"您的付款未成功。请重试。\"],\"g+2103\":[\"这是您的推广链接\"],\"g+lLS9\":[\"邀请团队成员\"],\"g2UNkE\":[\"技术支持\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"自定义品牌\"],\"g9dPPQ\":[\"每份订单的最高限额\"],\"gGhBmF\":[\"您处于离线状态\"],\"gHSuV/\":[\"返回主页\"],\"gJQsLv\":[\"上传组织者封面图像\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"所有参与者\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"产品创建成功\"],\"gPgdNV\":[\"增值税号验证成功\"],\"gTN6Ws\":[\"选择结束时间\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"您的组织者的标志和封面图像\"],\"geUFpZ\":[\"税费\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"没有搜索结果\"],\"gnBreG\":[\"下单日期\"],\"goOKRY\":[\"增加层级\"],\"gqnyh0\":[\"移动优化\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"突出显示\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"最近触发\"],\"gwk5gg\":[\"地址第 2 行\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"此代码适用于哪些产品?\"],\"gyLUYU\":[\"启用后,将为票务订单生成发票。发票将随订单确认邮件一起发送。参与\"],\"gypigA\":[\"促销代码无效\"],\"gzrCuN\":[\"您的订单详情已更新。确认邮件已发送到新的电子邮件地址。\"],\"h0Q9Iw\":[\"最新响应\"],\"h0dx5e\":[\"无法加入候补名单\"],\"h10Wm5\":[\"未付款订单\"],\"h179TP\":[\"活动的简短描述,将显示在搜索引擎结果中,并在社交媒体上分享时显示。默认情况下,将使用活动描述\"],\"h69WC6\":[\"已发送\"],\"hAjDQy\":[\"选择状态\"],\"hBsw5C\":[\"销售结束\"],\"hD1ocH\":[\"签到链接已复制到剪贴板\"],\"hDNwnf\":[\"您的徽标、颜色和样式在每一页上\"],\"hEtQsg\":[\"默认启用参与者自助服务\"],\"hFHnxR\":[\"此代码适用于哪些产品?(默认适用于所有产品)\"],\"hFwWnI\":[\"通知设置\"],\"hJmVtD\":[\"选择国家\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"我的简介\"],\"hL7sDJ\":[\"分享组织者页面\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"只需点击下面的按钮重新连接您的 Stripe 账户。\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"创建\"],\"hauDFf\":[\"每张门票\"],\"hbwCKE\":[\"邮箱地址已复制到剪贴板\"],\"hcX103\":[\"请创建一个产品\"],\"hdyeZ0\":[\"删除任务\"],\"he3ygx\":[\"复制\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"金额\"],\"hfHhaa\":[\"请稍候,我们正在准备导出您的推广员...\"],\"hg80P7\":[\"完成 Stripe 设置\"],\"hli+ga\":[\"USB/HID扫描仪\"],\"hqmXmc\":[\"工作...\"],\"hrvLf4\":[\"通过 Stripe 接受信用卡支付\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"电子邮件地址\"],\"i0QKrm\":[\"更新推广员失败\"],\"i0TtkR\":[\"这将覆盖所有可见性设置,并将该产品对所有客户隐藏。\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"订单号\"],\"i8day5\":[\"将费用转嫁给买家\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"编辑代码\"],\"iG7KNr\":[\"标志\"],\"iIEaNB\":[\"如果您在我们这里有账户,您将收到一封包含如何重置密码说明的电子邮件。\"],\"iJhSxe\":[\"自定义此事件的搜索引擎优化设置\"],\"iMdwTb\":[\"在您的活动可以上线之前,您需要完成以下几项任务。请完成以下所有步骤以开始。\"],\"iN5Cz3\":[\"账户已连接!\"],\"iPBfZP\":[\"注册的参会者\"],\"iQZff7\":[\"税费、费用、可见性、销售期、产品亮点和订单限制\"],\"iS0wAT\":[\"类别帮助您组织产品。此标题将在公共活动页面上显示。\"],\"iStTQt\":[\"相机权限被拒绝。<0>再次请求权限,如果还不行,则需要在浏览器设置中<1>授予此页面访问相机的权限。\"],\"iTvh6I\":[\"当前可购买\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"复制代码\"],\"iWa9cY\":[\"告诉人们您的活动会有哪些内容\"],\"iX6SLo\":[\"自定义“继续”按钮上显示的文本\"],\"ia8YsC\":[\"即将推出\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"您的消息已成功发送!\"],\"igBrCH\":[\"请验证您的电子邮件地址,以访问所有功能\"],\"ih35UP\":[\"会议中心\"],\"ii0qn/\":[\"主题是必需的\"],\"iiWXDL\":[\"资格失败\"],\"imLQ9Y\":[\"正在验证您的增值税号...\"],\"imgKgl\":[\"活动描述\"],\"injXD7\":[\"增值税号无法验证。请检查号码并重试。\"],\"ioG+xt\":[\"等待付款\"],\"ipP6Ue\":[\"创建与会者\"],\"ipYKgM\":[\"允许搜索引擎索引\"],\"irpUxR\":[\"固定金额\"],\"ixIx1f\":[\"选择产品\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"开始日期为必填项\"],\"izwOOD\":[\"单独显示税费\"],\"j/TOB3\":[\"社交链接与网站\"],\"j1Jl7s\":[\"编辑类别\"],\"j1VfcT\":[\"搜索引擎优化说明\"],\"j5FdeA\":[\"此订单正在处理中。\"],\"j6w7d/\":[\"启用此容量以在达到限制时停止产品销售\"],\"j9b/iy\":[\"热卖中 🔥\"],\"j9cPeF\":[\"选择事件类型\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"您必须至少有一个价格等级\"],\"jEbkcB\":[\"退款总额\"],\"jEu4bB\":[\"列\"],\"jEw0Mr\":[\"请输入有效的 URL\"],\"jIPNJG\":[\"基本信息\"],\"jRJZxD\":[\"删除容量\"],\"jT142F\":[[\"diffHours\"],\"小时后\"],\"jVRHeq\":[\"注册时间\"],\"jZj9y9\":[\"分层产品\"],\"jZlrte\":[\"颜色\"],\"jabmnm\":[\"推广员更新成功\"],\"jfC/xh\":[\"联系\"],\"jh2orE\":[\"我们已将总部搬迁至爱尔兰。因此,我们需要您重新连接您的 Stripe 账户。这个快速过程只需几分钟。您的销售和现有数据完全不受影响。\"],\"jkNgQR\":[\"同时退款此订单\"],\"jo3Gm6\":[\"导出推广员失败\"],\"jp5bq8\":[\"位收件人\"],\"jpctdh\":[\"查看\"],\"jrBSO1\":[\"编辑组织器\"],\"jtrY3S\":[\"暂无显示内容\"],\"jtrqH9\":[\"正在导出与会者\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"共享容量管理\"],\"jyt+cx\":[\"电子邮件页脚信息\"],\"k/bJj0\":[\"问题已重新排序\"],\"k1bLf+\":[\"背景颜色\"],\"k3Tngl\":[\"与会者已导出\"],\"k3dfFD\":[\"隐藏问题只有活动组织者可以看到,客户看不到。\"],\"k3wH7i\":[\"促销码使用情况及折扣明细\"],\"k4FLBQ\":[\"转嫁给买家\"],\"k5CU8c\":[\"总条目\"],\"k5p8dz\":[\"容量分配删除成功\"],\"k9RiLi\":[\"创建一个产品\"],\"k9m6/E\":[\"成功更新主页设置\"],\"kBkYSa\":[\"编辑容量\"],\"kCn6wb\":[\"正在重置...\"],\"kF8HQ7\":[\"导出答案\"],\"kIKb9e\":[\"社交\"],\"kJDmsI\":[\"活动详情\"],\"kKpkzy\":[\"已成功向 1 人提供门票\"],\"kMU5aM\":[\"取消通知已发送至\"],\"kNmmvE\":[\"精彩活动有限公司\"],\"kO44sp\":[\"包含您的在线活动的连接详细信息。这些信息将在订单摘要页面和参会者门票页面显示。\"],\"kODvZJ\":[\"姓名\"],\"kOtCs2\":[\"发票编号\"],\"kTSQej\":[\"您好 \",[\"0\"],\",从这里管理您的平台。\"],\"kUlL8W\":[\"成功更新个人资料\"],\"kWI/37\":[\"选择组织者\"],\"kWg31j\":[\"输入唯一推广码\"],\"kY7XDn\":[\"没有产品有等候名单条目\"],\"kYZSFD\":[\"选择一个组织者以查看其仪表板和活动。\"],\"kYqM1A\":[\"返回活动\"],\"kadJKg\":[\"适用于1个产品\"],\"kf83Ld\":[\"出问题了\"],\"khBZkl\":[\"增值税\"],\"kj7zYe\":[\"Webhook 更新成功\"],\"kjAL4v\":[\"门票\"],\"klWBeI\":[\"请稍候再请求新的验证码\"],\"kodV18\":[\"下载 CSV\"],\"kpAzPe\":[\"销售开始\"],\"kpJAeS\":[\"创建组织器\"],\"kqA9lY\":[\"增值税设置更新失败\"],\"ktyvbu\":[\"产品\"],\"kv9dM4\":[\"平台收入\"],\"kvYpYu\":[\"未找到订单\"],\"kvpxIU\":[\"这将用于通知和与用户沟通。\"],\"kzx0uD\":[\"成功更新活动默认设置\"],\"l+/HS6\":[\"报价将在 \",[\"timeoutHours\"],\" 小时后过期。\"],\"l3sZO1\":[\"添加关于订单的备注。这些信息不会对客户可见。\"],\"l5OcwO\":[\"与会者留言\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"保存增值税设置失败。请重试。\"],\"l75CjT\":[\"是\"],\"l894xP\":[\"组织者只能管理活动和产品。他们无法管理用户、账户设置或账单信息。\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" 已签到\"],\"lB2hSG\":[\"及时向我更新来自\",[\"0\"],\"的新闻和活动\"],\"lFdbRS\":[\"绕过应用费用\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"无法启动导出任务\"],\"lNipG+\":[\"隐藏产品将防止用户在活动页面上看到它。\"],\"lQgMLn\":[\"办公室或场地名称\"],\"lS9/aZ\":[\"加载收件人失败\"],\"lWxAUo\":[\"美食美酒\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"给个别与会者留言\"],\"lYGfRP\":[\"英语\"],\"lZwV6X\":[\"加入 \",[\"0\"],\" 的候补名单\"],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"产品已更新\"],\"lfLHNz\":[\"CTA标签是必需的\"],\"lflimf\":[\"付款期限\"],\"lgFfeO\":[\"售罄\"],\"lhAWqI\":[\"感谢您的支持,我们将继续发展和改进 Hi.Events!\"],\"lk74+I\":[\"承担费用\"],\"lkE00/\":[\"出了点问题。请稍后再试。\"],\"lkMK2r\":[\"您的详细信息\"],\"lkNdiH\":[\"账户名称\"],\"lnCMdg\":[\"上传图片\"],\"lnYE59\":[\"活动日期\"],\"lnrkNz\":[\"重新发送电子邮件确认\"],\"loCKGB\":[\"销售于\",[\"0\"],\"结束\"],\"lpm0+y\":[\"包括1个产品\"],\"lsxOPC\":[\"已收到付款\"],\"luHAJY\":[\"热门活动(过去14天)\"],\"lyD7rQ\":[\"此主办方资料尚未发布\"],\"lzAaG5\":[\"这些模板将仅覆盖此活动的组织者默认设置。如果这里没有设置自定义模板,将使用组织者模板。\"],\"m/N7Zq\":[\"活动完整地址\"],\"m0CFV2\":[\"与会者详情\"],\"m3FM1g\":[\"退款总额\"],\"m8WD6t\":[\"继续设置\"],\"m9SD3V\":[\"代码至少需要3个字符\"],\"mBsBHq\":[\"签到列表未激活\"],\"mCB6Je\":[\"全选\"],\"mEHQ8I\":[\"您确定要将此事件公开吗?这将使事件对公众可见\"],\"mFdA+i\":[\"消息级别\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"固定价格的标准产品\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"电子邮件更改待定\"],\"mImacG\":[\"活动页面\"],\"mJJh2s\":[\"将不会跟踪推广员销售。这将停用该推广员。\"],\"mLBUMQ\":[\"配置删除成功\"],\"mUv9U4\":[\"销售\"],\"mVKOW6\":[\"发送信息时出现错误\"],\"mYGY3B\":[\"日期\"],\"mYLhkl\":[\"杂项设置\"],\"mYygCM\":[\"需要组织者\"],\"mdeIOH\":[\"重新发送验证码\"],\"mf3FrP\":[\"此类别尚无任何产品。\"],\"mimF6c\":[\"结账后自定义消息\"],\"miysJh\":[\"我们找不到此订单。它可能已被删除。\"],\"mkWad2\":[\"匈牙利语\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"百分比费用\"],\"mnUGVC\":[\"超出速率限制。请稍后再试。\"],\"mnafgQ\":[\"事件的默认时区。\"],\"mpB/d9\":[\"订单总额\"],\"muXhGi\":[\"如果启用,当有新订单时,组织者将收到电子邮件通知\"],\"mvrlBO\":[\"按活动筛选\"],\"mwe+2z\":[\"线下订单在标记为已支付之前不会反映在活动统计中。\"],\"mxsm1o\":[\"删除此问题?此操作无法撤销。\"],\"n/7+7Q\":[\"确认已发送至\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"图像已成功删除\"],\"n10yGu\":[\"退款订单\"],\"n143Tq\":[\"编辑产品类别\"],\"n4SpU5\":[\"管理活动\"],\"n57zCW\":[\"未归因账户\"],\"n5pRtF\":[\"创建票单\"],\"n5vdm2\":[\"此端点尚未记录任何 Webhook 事件。事件触发后将显示在此处。\"],\"n6EaWL\":[\"查看日志\"],\"n8+Ng/\":[\"请输入5位数验证码\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"号码前缀\"],\"n8IUs7\":[\"总收入\"],\"n9V+ps\":[\"输入您的姓名\"],\"n9ZhRa\":[\"选择结束日期和时间\"],\"nAn4Oe\":[\"订单已标记为已支付\"],\"nBVOd7\":[\"当与会者被更新时\"],\"nBqgQb\":[\"您的电子邮件\"],\"nCywLA\":[\"随时随地加入\"],\"nDBs04\":[\"容量管理\"],\"nE5o/t\":[\"数据所有权\"],\"nFm+5u\":[\"页脚文字\"],\"nHm0AI\":[\"每日销售、税费和费用明细\"],\"nKtyYu\":[\"继续下一步\"],\"nLC6tu\":[\"法语\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"需要操作:重新连接您的 Stripe 账户\"],\"nO3VbP\":[\"销售于\",[\"0\"]],\"nOBvex\":[\"将实时订单和参与者数据发送到您的外部系统。\"],\"nOhz3x\":[\"注销\"],\"nP7CdQ\":[\"编辑 Webhook\"],\"nQI4H5\":[\"连接Stripe以启用电子邮件模板编辑\"],\"nWhye/\":[\"这个问题应该问谁?\"],\"nYNT+5\":[\"准备活动\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"您的订单已被取消。\"],\"nbfdhU\":[\"集成\"],\"ncwQad\":[\"(空)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"我们找不到您要查找的门票。链接可能已过期或门票详情可能已更改。\"],\"nfagfM\":[\"有效\"],\"nfnm9D\":[\"组织名称\"],\"nhtR6Y\":[\"X(推特)\"],\"nkNfWu\":[\"上传图片失败。请重试。\"],\"nm3Iz/\":[\"感谢您的参与!\"],\"nn3mSR\":[\"剩余时间:\"],\"nnfSdK\":[\"独立客户\"],\"nniGTr\":[\"要编辑配置,请转到管理菜单中的配置部分。\"],\"nqx+6h\":[\"完成以下步骤即可开始销售您的活动门票。\"],\"nrGWUv\":[\"定制您的活动页面,以符合您的品牌和风格。\"],\"nrSs2u\":[\"未找到消息\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"Webhook URL\"],\"nvOPBA\":[\"允许链接\"],\"nwtY4N\":[\"出了点问题\"],\"nx+rqg\":[\"创建一个组织者\"],\"ny2r8d\":[\"当订单被取消时\"],\"nz96Ue\":[\"1个票种\"],\"o+tJN/\":[\"请稍候,我们正在准备导出您的与会者...\"],\"o/blc/\":[\"账户配置更新失败\"],\"o1my93\":[\"组织者状态更新失败。请稍后再试\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"恭喜你创建了一个活动!\"],\"o5r6b2\":[\"任务已删除\"],\"o6+Y6d\":[\"重新发送...\"],\"o7LgX6\":[\"您可以在账户设置中配置额外的服务费和税费。\"],\"o7s5FA\":[\"与会者接收电子邮件的语言。\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"TIP\"],\"oHE9JT\":[\"编辑容量分配\"],\"oI/hGR\":[\"订单ID\"],\"oJjplO\":[\"总浏览量\"],\"oNL5vN\":[\"前往活动页面\"],\"oPknTP\":[\"所有发票上显示的可选附加信息(例如,付款条款、逾期付款费用、退货政策)\"],\"oQvMPn\":[\"问题标题\"],\"oR7zL3\":[\"持票人姓名\"],\"oSDBWm\":[\"增值税设置\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"我的票\"],\"oW5877\":[\"订单总额\"],\"oWXNE5\":[\"数量\"],\"oXOSPE\":[\"在线\"],\"oZW/gT\":[\"添加到日历\"],\"ocS8eq\":[\"已有账户?<0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"线下支付信息\"],\"olKKwj\":[\"支持离线和实时跟踪的移动扫描仪\"],\"omyBS0\":[\"允许支付的天数(留空以从发票中省略付款条款)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"管理与会者\"],\"ophZVW\":[\"管理机票\"],\"oqr9HB\":[\"当活动页面初始加载时折叠此产品\"],\"orBECM\":[\"总收款\"],\"orluER\":[\"按归因来源跟踪账户增长和表现\"],\"os29v1\":[\"此重置密码链接无效或已过期。\"],\"ouM5IM\":[\"尝试其他邮箱\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"默认\"],\"p/Sa0j\":[\"您的帐户有消息限制。要提高您的限制,请联系我们\"],\"p2/GCq\":[\"确认密码\"],\"p2FRHj\":[\"控制此活动的平台费用如何处理\"],\"p2WLr3\":[\"签到 \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"选择类别\"],\"pAey+4\":[\"文件太大。最大大小为5MB。\"],\"pCLes8\":[\"您必须同意接收消息\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"门票重新发送成功\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"最近账户注册\"],\"pMLul+\":[\"所有货币\"],\"pNgdBv\":[\"此类别中没有可用产品\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"您确定要将此组织者设为公开吗?这样将使组织者页面对公众可见。\"],\"pZNOT9\":[\"无结束日期\"],\"pbAk7a\":[\"连接条纹\"],\"pjp2n5\":[\"选择谁支付平台费用。这不会影响您在账户设置中配置的额外费用。\"],\"pkk46Q\":[\"选择一个组织者\"],\"pn5qSs\":[\"附加信息\"],\"pnVh83\":[\"增值税号码\"],\"pnoTN5\":[\"推荐账户\"],\"poTr35\":[\"编辑用户\"],\"ppuQR4\":[\"订单已创建\"],\"pqFrv2\":[\"例如2.50 换 2.50\"],\"prZGMe\":[\"要求账单地址\"],\"psosdY\":[\"订单详情链接\"],\"psqIm5\":[\"与您的团队协作,共同创建精彩的活动。\"],\"pvnfJD\":[\"深色\"],\"pxNIxa\":[\"使用Liquid模板自定义您的邮件模板\"],\"q/CcwE\":[\"订购日期\"],\"q1BizZ\":[\"我们将把您的门票发送到此邮箱\"],\"q2LEDV\":[\"未找到此订单的参会者。\"],\"q6XHL1\":[\"价格类型\"],\"q7TRd7\":[\"您确定要激活该与会者吗?\"],\"qCJyMx\":[\"结账后信息\"],\"qCqdg6\":[\"签到状态\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"买家看到的是净价。平台费用将从您的付款中扣除。\"],\"qGZz0m\":[\"您已加入候补名单!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"发出的消息\"],\"qNuTh3\":[\"异常\"],\"qY4rpA\":[\"退款失败\"],\"qcP/8K\":[\"定时时间\"],\"qdfdgM\":[\"缅因街 123 号\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"全部完成!您现在正在使用我们升级的支付系统。\"],\"qnSLLW\":[\"<0>请输入不含税费的价格。<1>税费可以在下方添加。\"],\"qpC74J\":[\"未找到用户\"],\"qqWcBV\":[\"已完成\"],\"qqeAJM\":[\"从不\"],\"qtGTNu\":[\"自然账户\"],\"qu6/03\":[\"税费\"],\"quR8Qp\":[\"等待付款\"],\"qv4bfj\":[\"费用,如预订费或服务费\"],\"qvF+MT\":[\"监控和管理失败的后台任务\"],\"qvylEK\":[\"与会者已创建\"],\"r+lQXT\":[\"请输入您的增值税号码\"],\"r2B2P8\":[\"复制签到链接\"],\"r9M1hc\":[\"搜索签到列表...\"],\"rDC+T6\":[\"重试任务\"],\"rLHma1\":[\"组织者状态已更新\"],\"rMcHYt\":[\"退款正在处理中。请等待退款完成后再申请退款。\"],\"rPA+Gc\":[\"通信偏好\"],\"rXngLf\":[\"搜索引擎优化标题\"],\"rYXfOA\":[\"区域设置\"],\"raw09+\":[\"配置结账时如何收集参与者信息\"],\"rdUucN\":[\"预览\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"这对客户不可见,但有助于您识别推广员。\"],\"rmelwV\":[\"0 分 0 秒\"],\"rnoQsz\":[\"用于边框、高亮和二维码样式\"],\"rp/zaT\":[\"巴西葡萄牙语\"],\"rpGMzC\":[\"更新订单失败\"],\"ruJO57\":[\"任务名称\"],\"rxy0tG\":[\"验证邮箱失败\"],\"rzw+wS\":[\"订单持有人\"],\"s/0RpH\":[\"使用次数\"],\"s0FkEx\":[\"为不同的入口、场次或日期设置签到列表。\"],\"s14PLh\":[\"您正在发出部分退款。客户将获得 \",[\"0\"],\" \",[\"1\"],\" 的退款。\"],\"s4JozW\":[\"您确定要恢复此活动吗?它将作为草稿恢复。\"],\"s5QRF3\":[\"返回消息\"],\"s6EF6K\":[\"即时支付\"],\"s8v9hq\":[\"返回活动页面\"],\"s9KGXU\":[\"已售出\"],\"sBV87H\":[\"继续创建活动\"],\"sCV5Yc\":[\"活动名称\"],\"sF+Xp9\":[\"页面浏览量\"],\"sFFArG\":[\"名称长度必须少于255个字符\"],\"sGEOe4\":[\"使用封面图片的模糊版本作为背景\"],\"sGjBEq\":[\"结束日期和时间(可选)\"],\"sJsr1h\":[\"产品类型\"],\"sLbJQz\":[\"未找到订单\"],\"sMiGXD\":[\"请检查您的电子邮件是否有效\"],\"sQia9P\":[\"登录\"],\"sQxe68\":[\"重新发送确认\"],\"sYLeDq\":[\"未找到您要查找的组织者。页面可能已被移动、删除或链接有误。\"],\"sYpiZP\":[\"创建促销代码\"],\"sZg7s1\":[\"过期日期\"],\"saG4At\":[\"消息已定时\"],\"sby+1/\":[\"点击复制\"],\"sd5IMt\":[\"已完成订单\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"您可以创建一个促销代码,针对该产品\"],\"shkJ3U\":[\"链接您的 Stripe 账户以接收售票资金。\"],\"sjNPMw\":[\"此订单已被放弃。您可以随时开始新订单。\"],\"snMaH4\":[\"删除 Webhook\"],\"spsZys\":[\"准备升级?这只需要几分钟。\"],\"sq7vjE\":[\"突出显示的产品将具有不同的背景色,使其在活动页面上脱颖而出。\"],\"sqdl5s\":[\"增值税信息\"],\"ss9PbX\":[\"参与者\"],\"sxKqBm\":[\"订单全额将退款至客户的原始付款方式。\"],\"sy6fss\":[\"适用于\",[\"0\"],\"个产品\"],\"sy9anN\":[\"客户收到报价后完成购买的时限。留空表示无时间限制。\"],\"szSnlj\":[\"活动前1小时\"],\"t/KVOk\":[\"无法开始模拟。请重试。\"],\"t/YqKh\":[\"移除\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"显示 \",[\"0\"],\" / \",[\"totalRows\"],\" 条记录\"],\"t2bbp8\":[\"编辑参与者\"],\"t3AMTs\":[\"活动管理平台\"],\"t41hVI\":[\"重新提供名额\"],\"t79rDv\":[\"未找到门票\"],\"t7TeQU\":[\"信息\"],\"t9yxlZ\":[\"报告\"],\"tDTq0D\":[\"订单超时\"],\"tDwYhx\":[\"主题与颜色\"],\"tF+VVr\":[\"贵宾票\"],\"tFbRKJ\":[\"不能编辑账户所有者的角色或状态。\"],\"tGCY6d\":[\"门票价格\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"平台费用的增值税处理\"],\"tKCBU0\":[\"最近一次使用\"],\"tKKZn0\":[\"查看订单详情\"],\"tKcbYd\":[\"失败任务\"],\"tLf3yJ\":[\"由于您的企业位于爱尔兰,所有平台费用将自动适用23%的爱尔兰增值税。\"],\"tMFDem\":[\"无可用数据\"],\"tMNBEF\":[\"签到列表让您可以按天、区域或票种控制入场。您可以与工作人员共享安全的签到链接 — 无需账户。\"],\"tMeVa/\":[\"为每张购买的门票询问姓名和电子邮件\"],\"tNZzFb\":[\"消息内容\"],\"tOXAdc\":[\"取消将取消与此订单关联的所有参与者,并将门票释放回可用池。\"],\"tPtRwl\":[\"编辑应用费用\"],\"tRXdQ9\":[\"当产品被更新时\"],\"tSVr6t\":[\"模拟\"],\"tUGbi8\":[\"复制我的信息到:\"],\"tVJk4q\":[\"取消订单\"],\"tVW/yo\":[\"选择货币\"],\"tXadb0\":[\"您查找的活动目前不可用。它可能已被删除、过期或 URL 不正确。\"],\"tYF4Zq\":[\"打印为PDF\"],\"tasfos\":[\"去除\"],\"td/bh+\":[\"返回报告\"],\"tdD/QN\":[\"编辑产品\"],\"tejfAy\":[\"签到列表\"],\"tfDRzk\":[\"节省\"],\"tiI71C\":[\"要提高您的限制,请联系我们\"],\"tnL+GP\":[\"无效的Liquid语法。请更正后再试。\"],\"toutGW\":[\"二维码\"],\"tq0abZ\":[\"删除任务失败\"],\"trnWaw\":[\"波兰语\"],\"tst44n\":[\"活动\"],\"tudG8q\":[\"创建并配置待售门票和商品。\"],\"u0n+wz\":[\"候补名单\"],\"u5oO/W\":[\"线下支付设置\"],\"u6FPxT\":[\"获取门票\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"状态\"],\"uBAxNB\":[\"编辑器\"],\"uCFbG2\":[\"推广员删除成功\"],\"uEhdRh\":[\"仅促销\"],\"uIElGP\":[\"自定义地图 URL\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"如果是线下支付则为真\"],\"uM9Alj\":[\"此产品在活动页面上已突出显示\"],\"uN355O\":[\"创建活动\"],\"uOXLV3\":[\"我同意<0>条款和条件。\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"消息已取消\"],\"uQynyf\":[\"配置更新失败\"],\"uRfugr\":[\"T恤衫\"],\"uUPbPg\":[\"复制推广链接\"],\"uUehLT\":[\"等待中\"],\"uaSvqt\":[\"有效期\"],\"ubdMGz\":[\"产品持有者的任何查询都将发送到此电子邮件地址。此地址还将用作从此活动发送的所有电子邮件的“回复至”地址\"],\"ucgZ0o\":[\"组织\"],\"uchB0M\":[\"小部件预览\"],\"udRwQs\":[\"签到已创建\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"连接您的 Stripe 账户以开始接受付款。\"],\"uq2BmQ\":[\"过去 30 天\"],\"uvIqcj\":[\"研讨会\"],\"uyJsf6\":[\"关于\"],\"uzEfRz\":[\"订单备注\"],\"v1P7Gm\":[\"小部件设置\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"发送测试\"],\"v2GlhZ\":[\"当前增值税号验证失败\"],\"v4+lcZ\":[\"编辑推广员\"],\"v4fiSg\":[\"查看您的邮箱\"],\"v7xKtM\":[\"消息级别更新成功\"],\"v9VSIS\":[\"<0>设置一个单一的总人数上限,同时适用于多个票种。<1>例如,如果你将<2>单日票和<3>全周末票关联起来,它们将共享同一个名额池。一旦达到上限,所有关联的票种将自动停止销售。\"],\"vAbVy9\":[\"免费产品,无需付款信息\"],\"vERlcd\":[\"简介\"],\"vFjEnF\":[\"标记为已支付\"],\"vJuISq\":[\"您确定要删除此容量分配吗?\"],\"vKLEXy\":[\"微博\"],\"vKMKnu\":[\"删除问题失败\"],\"vLyv1R\":[\"隐藏\"],\"vOuxvL\":[\"账户信息\"],\"vPJ1FI\":[\"百分比 金额\"],\"vPeW/6\":[\"确定要删除此配置吗?这可能会影响使用它的账户。\"],\"vPqpQG\":[\"未找到签到列表\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"编辑订单详情\"],\"vRznIT\":[\"检查导出状态时发生错误。\"],\"vX8/tc\":[\"我的精彩活动标题...\"],\"vXIe7J\":[\"语言\"],\"vXPSuB\":[\"更新个人资料\"],\"vYgeDk\":[\"取消全选\"],\"vZ5qKF\":[\"根据内容自动调整小部件高度。禁用时,小部件将填充容器的高度。\"],\"vb0Q0/\":[\"总用户数\"],\"vcyz2L\":[\"支付设置\"],\"ve9JTU\":[\"姓氏为必填项\"],\"veessc\":[\"与会者注册参加活动后,就会出现在这里。您也可以手动添加与会者。\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"过去 14 天\"],\"vgwVkd\":[\"世界协调时\"],\"vi8Q/5\":[\"复制活动\"],\"vlf/In\":[\"科技\"],\"vmOFL/\":[\"我们无法处理您的付款。请重试或联系技术支持。\"],\"vqji3Y\":[\"增值税号验证失败。请检查您的增值税号。\"],\"vrSW9M\":[\"订单已取消并退款。订单所有者已收到通知。\"],\"vt9xUl\":[\"实时分析\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"订单标记为已支付\"],\"vu7ZGG\":[\"标志和封面\"],\"vu7gDm\":[\"删除推广员\"],\"vv7kpg\":[\"已取消\"],\"vvO1I2\":[\"您的 Stripe 账户已连接并准备好处理支付。\"],\"vwGkYB\":[\"密码必须至少包含 8 个字符\"],\"vzJenu\":[\"成功更新电子邮件设置\"],\"w36OkR\":[\"最多浏览活动(过去14天)\"],\"w65ZgF\":[\"您需要验证账户电子邮件后才能修改电子邮件模板。\"],\"wBJR8i\":[\"计划举办活动?\"],\"wCKkSr\":[\"验证邮箱\"],\"wDioLj\":[\"重试任务失败\"],\"wDx3FF\":[\"此活动没有可用产品\"],\"wIa8Qe\":[\"重新发送邀请\"],\"wJTzyi\":[\"支付状态\"],\"wJijgU\":[\"地点\"],\"wJzo/w\":[\"建议尺寸为 400x400 像素,文件大小不超过 5MB\"],\"wPRp9Z\":[\"仅对签到工作人员可见。有助于在签到期间识别此列表。\"],\"wPmXlA\":[\"第一张发票号码\"],\"wQzCPX\":[\"所有发票底部显示的税务信息(例如,增值税号、税务注册号)\"],\"wUv5xQ\":[\"过去14天没有组织者活动\"],\"wYiAtV\":[\"没有最近的账户注册\"],\"wckWOP\":[\"管理\"],\"wdxz7K\":[\"来源\"],\"whqocw\":[\"注册即表示您同意我们的<0>服务条款和<1>隐私政策。\"],\"wlfBad\":[\"销售期\"],\"wnDgGj\":[\"确认电子邮件地址...\"],\"wpfWhJ\":[\"客户名字\"],\"wpj63n\":[\"组织者设置\"],\"wu98dY\":[\"每个产品询问一次\"],\"wuV0bK\":[\"停止模拟\"],\"wuyaZh\":[\"导出成功\"],\"x/xjzn\":[\"您的推广员已成功导出。\"],\"x1PPdr\":[\"邮政编码\"],\"x2mjl4\":[\"请输入指向图像的有效图片网址。\"],\"x3wVFc\":[\"恭喜!您的活动现已对公众可见。\"],\"x4MLWE\":[\"订单确认\"],\"x5+Lcz\":[\"未签到\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"参与者的票不包含在此列表中\"],\"x8XMsJ\":[\"为此帐户选择消息级别。这控制消息限制和链接权限。\"],\"x8rEDQ\":[\"我们在多次尝试后无法验证您的增值税号。我们将在后台继续尝试。请稍后检查。\"],\"xDAtGP\":[\"消息\"],\"xDzTh7\":[\"下载发票失败。请重试。\"],\"xFRMlO\":[\"每次订购的最低数量\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\"(按当前汇率)\"],\"xFj7Yj\":[\"删除模板失败\"],\"xGU92i\":[\"完成你的个人资料以加入团队。\"],\"xGVfLh\":[\"继续\"],\"xHpVRl\":[\"退款状态\"],\"xJaTUK\":[\"自定义活动主页的布局、颜色和品牌。\"],\"xMDm+I\":[\"签到\"],\"xMO+Ao\":[\"设置您的组织\"],\"xMekgu\":[\"添加关于订单的备注...\"],\"xN9AhL\":[[\"0\"],\"级\"],\"xTPjSy\":[\"过去的活动\"],\"xUgUTh\":[\"输入名字\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"始终可用\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"工具\"],\"xdA9ud\":[\"将此放置在您网站的 中。\"],\"xdiER7\":[\"分配的级别\"],\"xeIaKw\":[\"您确定要将门票重新发送到 \",[\"0\"],\" 吗?\"],\"xfKgwv\":[\"创建推广员\"],\"xgL50q\":[\"什么是分层产品?\"],\"xgav5v\":[\"付款成功!\"],\"xnWESi\":[\"确认密码\"],\"xowcRf\":[\"服务条款\"],\"xrWdPR\":[\"模板删除成功\"],\"xxU3NX\":[\"净收入\"],\"xxv3BZ\":[\"此签到列表已过期\"],\"xzRvs4\":[\"接收 \",[\"0\"],\" 的产品更新。\"],\"y/NR6s\":[\"成功更新位置\"],\"y0meFR\":[\"平台费用将适用23%的爱尔兰增值税(国内供应)。\"],\"y1BZw1\":[\"输入营业地址\"],\"y1eoq1\":[\"复制链接\"],\"y22tv0\":[\"复制此链接,在任意位置分享\"],\"y3qNri\":[\"您需要至少一个产品才能开始。免费、付费或让用户决定支付金额。\"],\"y55eMd\":[\"使用次数\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"无事件显示\"],\"yD3avI\":[\"重要提示:更改您的电子邮件地址将更新访问此订单的链接。保存后,您将被重定向到新的订单链接。\"],\"yDOdwQ\":[\"用户管理\"],\"yIRev4\":[\"创建密码\"],\"yKWfjC\":[\"促销代码页面\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"没有即将到来的活动\"],\"yNi4PV\":[\"您无法为未支付订单的与会者签到。此设置可在活动设置中更改。\"],\"yPI7n9\":[\"以逗号分隔的描述活动的关键字。搜索引擎将使用这些关键字来帮助对活动进行分类和索引\"],\"yPZN4i\":[\"此订购页面已不可用。\"],\"yPrbsy\":[\"收件人\"],\"yRg26W\":[\"总销售额\"],\"ySQGHV\":[\"售罄时隐藏产品\"],\"ySeBKv\":[\"您已经扫描过此票\"],\"ySxKZe\":[\"这个代码可以使用多少次?\"],\"yT6dQ8\":[\"按税种和活动分组的已收税款\"],\"yTnnYg\":[\"辛普森\"],\"yTsaLw\":[\"1张门票\"],\"yWiPh+\":[\"加税或费用\"],\"yZfBoy\":[\"您的信息已发送\"],\"yhjU+j\":[\"正在下载发票\"],\"yiy8Jt\":[\"正在创建您的主办方资料,请稍候\"],\"yj3N+g\":[\"开始日期后1天\"],\"yjkELF\":[\"确认新密码\"],\"ylXj1N\":[\"已选择\"],\"ypJ62C\":[\"折扣率\"],\"yxhYRZ\":[[\"0\"],\" <0>签退成功\"],\"yz7wBu\":[\"关闭\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"定时时间为必填项\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"我们已正式将总部迁至爱尔兰 🇮🇪。作为此次过渡的一部分,我们现在使用 Stripe 爱尔兰而不是 Stripe 加拿大。为了保持您的付款顺利进行,您需要重新连接您的 Stripe 账户。\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"导出报告失败。请重试。\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"没有可供选择的产品\"],\"zLmvhE\":[\"成功创建与会者\"],\"zNECqg\":[\"门票\"],\"zNZNMs\":[\"查看消息\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"选择级别\"],\"zPiC+q\":[\"符合条件的签到列表\"],\"zTkTF3\":[\"保存模板失败\"],\"zUDyah\":[\"登录\"],\"zWqUyJ\":[\"每笔交易收取的固定费用\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"创建\",[\"0\"],\"模板\"],\"zgCHnE\":[\"每日销售报告\"],\"ziAjHi\":[\"生成\"],\"zlHa5R\":[\"尚未向此订单添加参会者。\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"电话\"],\"znIg+z\":[\"结账\"],\"zpekWp\":[\"销售于\",[\"0\"],\"开始\"],\"zppscQ\":[\"Hi.Events 平台费用和每笔交易的增值税明细\"],\"zxnup4\":[\"没有推广员可显示\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"成功\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/zh-cn.po b/frontend/src/locales/zh-cn.po index ff427255f..3570c6ded 100644 --- a/frontend/src/locales/zh-cn.po +++ b/frontend/src/locales/zh-cn.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- 点击取消发布" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "There's nothing to show yet" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "There's nothing to show yet" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(空)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} 已签到" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>签到成功" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>签退成功" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} 个活动的 Webhook" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0}可用" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "成功创建 {0}" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "剩余 {0}" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "{0} 标志" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} 位组织者" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0}张门票" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0}更新成功" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} 已签到" @@ -148,6 +169,7 @@ msgstr "<0>该产品的可用数量<1>如果该产品有相关的<2>容量 msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<0>Webhooks 可在事件发生时立即通知外部服务,例如,在注册时将新与会者添加到您的 CRM 或邮件列表,确保无缝自动化。<1>使用第三方服务,如 <2>Zapier、<3>IFTTT 或 <4>Make 来创建自定义工作流并自动化任务。" +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0}(按当前汇率)" @@ -251,6 +273,11 @@ msgstr "费用,如预订费或服务费" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "每个产品的固定金额。例如,每个产品$0.50" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "多行文本输入" @@ -300,7 +327,7 @@ msgstr "标准税,如增值税或消费税" msgid "Abandoned" msgstr "已放弃" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "关于" @@ -403,7 +430,8 @@ msgstr "需要操作:需要提供增值税信息" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "操作" @@ -510,7 +538,7 @@ msgstr "增加层级" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "添加到日历" @@ -660,7 +688,7 @@ msgstr "所有任务已排队等待重试" msgid "All Products" msgstr "所有产品" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "所有状态" @@ -699,6 +727,7 @@ msgstr "快完成了!完成连接您的 Stripe 账户以开始接受付款。" msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "快完成了!我们正在等待您的付款处理。这只需要几秒钟。" +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "已有账户?<0>{0}" @@ -726,7 +755,6 @@ msgstr "令人惊叹, 活动, 关键词..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "金额" @@ -734,6 +762,7 @@ msgstr "金额" msgid "Amount Paid" msgstr "支付金额" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "支付金额 ({0})" @@ -762,6 +791,11 @@ msgstr "出现意外错误。" msgid "An unexpected error occurred. Please try again." msgstr "出现意外错误。请重试。" +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "答案更新成功。" @@ -778,10 +812,11 @@ msgstr "外观" msgid "Application Fees Configuration" msgstr "应用费用配置" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "应用" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "适用于{0}个产品" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "适用于1个产品" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "应用" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "应用促销代码" +#~ msgid "Apply Promo Code" +#~ msgstr "应用促销代码" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "您确定要将此组织者设为草稿吗?这样将使组织者页面 msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "您确定要将此组织者设为公开吗?这样将使组织者页面对公众可见。" -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "您确定要向此人提供名额吗?他们将收到电子邮件通知。" -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "您确定要发布此活动吗?一旦发布,将对公众可见。" -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "您确定要发布此主办方资料吗?一旦发布,将对公众可见。" -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "您确定要从候补名单中移除此条目吗?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "您确定要将订单确认重新发送到 {0} 吗?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "您确定要将门票重新发送到 {0} 吗?" @@ -909,11 +947,11 @@ msgstr "您确定要将门票重新发送到 {0} 吗?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "您确定要恢复此活动吗?它将作为草稿恢复。" -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "您确定要取消发布此活动吗?它将不再对公众可见。" -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "您确定要取消发布此主办方资料吗?它将不再对公众可见。" @@ -1101,7 +1139,7 @@ msgstr "自动调整大小" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "自动提供已启用。当有空位时,门票会自动提供。使用此功能手动提供额外名额。" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "自动处理候补名单" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "根据背景颜色自动检测,但可以手动覆盖" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "当有空位时自动向下一位提供门票" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "当有空位时自动向下一位提供门票" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "返回报告" msgid "Background Color" msgstr "背景颜色" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "背景类型" @@ -1261,7 +1303,7 @@ msgstr "企业名称" msgid "Button Label" msgstr "按钮标签" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "按钮文字" @@ -1273,6 +1315,7 @@ msgstr "买家支付" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "买家看到的是净价。平台费用将从您的付款中扣除。" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "活动" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "取消" @@ -1343,6 +1387,7 @@ msgstr "取消订单" msgid "Cancel Order" msgstr "取消订单" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "取消订单 {0}" @@ -1355,11 +1400,11 @@ msgstr "取消将取消与此订单关联的所有参与者,并将门票释放 #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "慈善" msgid "Check In" msgstr "签到" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "签到 {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "中文(繁体)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "选择背景颜色" +#~ msgid "Choose a color for your background" +#~ msgstr "选择背景颜色" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "城市" msgid "Clear Search Text" msgstr "清除搜索文本" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "点击复制" @@ -1600,15 +1656,15 @@ msgstr "点击复制" msgid "Click to view notes" msgstr "点击查看备注" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "关闭" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "关闭" @@ -1672,8 +1728,8 @@ msgstr "按门票收集信息" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "颜色" +#~ msgid "Color" +#~ msgstr "颜色" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "配置税费" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "配置此活动的候补名单设置" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "配置此活动的候补名单设置" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "已配置折扣" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "确认" @@ -1942,12 +1999,14 @@ msgstr "已连接到 Stripe" msgid "Connection Details" msgstr "连接详情" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "联系" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "联系 {0}" @@ -1963,12 +2022,12 @@ msgstr "支持联系邮箱" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "继续" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "继续按钮文字" @@ -1982,7 +2041,7 @@ msgstr "继续设置" msgid "Continue Setup" msgstr "继续设置" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "继续结账" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "封面" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "封面图像" @@ -2110,10 +2171,12 @@ msgstr "封面图像将显示在您的组织者页面顶部" msgid "Create" msgstr "创建" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "创建 {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "创建{0}模板" @@ -2339,6 +2402,10 @@ msgstr "自定义品牌" msgid "Custom date and time" msgstr "自定义日期和时间" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "自定义地图 URL" @@ -2415,7 +2482,7 @@ msgstr "自定义结账时提出的问题,以从参与者那里收集重要信 msgid "Customize the SEO settings for this event" msgstr "自定义此事件的搜索引擎优化设置" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "自定义“继续”按钮上显示的文本" @@ -2613,6 +2680,7 @@ msgstr "折扣" msgid "Discount %" msgstr "折扣率" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "{0}中的折扣" @@ -2621,7 +2689,7 @@ msgstr "{0}中的折扣" msgid "Discount Type" msgstr "折扣类型" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "关闭此消息" @@ -2704,10 +2772,16 @@ msgstr "由于垃圾邮件的高风险,您必须连接Stripe账户才能修改 #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"由于垃圾邮件风险较高,您必须连接Stripe账户才能向参与者发送消息。\n" -"这是为了确保所有活动组织者都经过验证并负责。" + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "由于垃圾邮件风险较高,您必须连接Stripe账户才能向参与者发送消息。\n" +#~ "这是为了确保所有活动组织者都经过验证并负责。" #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "复制产品" msgid "Dutch" msgstr "荷兰语" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "例如 180(3小时)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "例如:获取门票,立即注册" @@ -2768,11 +2842,14 @@ msgstr "早起的鸟儿" msgid "Edit" msgstr "编辑" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "编辑 {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "编辑{0}模板" @@ -2907,7 +2984,7 @@ msgstr "符合条件的签到列表" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "输入您的姓名" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "输入您的增值税号,包括国家代码,不带空格(例如,IE1234567A,DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "当客户加入已售罄产品的候补名单时,条目将显示在此处。" @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "活动设置" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "活动状态更新失败。请稍后再试" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "异常" msgid "Expiration date" msgstr "过期日期" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "已过期" @@ -3566,7 +3643,7 @@ msgstr "加载收件人失败" msgid "Failed to load Webhook" msgstr "加载 Webhook 失败" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "提供名额失败" @@ -3574,6 +3651,10 @@ msgstr "提供名额失败" msgid "Failed to offer tickets" msgstr "提供票券失败" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "重新排序问题失败" @@ -3778,7 +3859,7 @@ msgstr "姓名" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "姓名" msgid "First Name" msgstr "姓名" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "忘记密码?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "免费" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "德国" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "获取路线" +#~ msgid "Get Directions" +#~ msgstr "获取路线" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "通过Stripe Connect立即获得付款" msgid "Get started" msgstr "开始使用" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "获取门票" @@ -3987,10 +4068,11 @@ msgstr "来宾管理" msgid "Guests" msgstr "宾客" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "有促销代码吗?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "您好 {0},从这里管理您的平台。" @@ -4020,6 +4102,7 @@ msgstr "这是您的推广链接" msgid "Here's what to expect:" msgstr "预期结果:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "你好 {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "隐藏于公众视线之外" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "隐藏问题只有活动组织者可以看到,客户看不到。" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "隐藏" @@ -4134,8 +4216,8 @@ msgstr "主页设计" msgid "Homepage Designer" msgstr "主页设计器" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "主页预览" @@ -4144,7 +4226,7 @@ msgstr "主页预览" msgid "Homer" msgstr "荷马" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "客户收到报价后完成购买的时限。留空表示无时间限制。" @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "匈牙利语" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "我同意接收与此活动相关的电子邮件通知" @@ -4193,7 +4275,7 @@ msgstr "我同意<0>条款和条件。" msgid "I confirm this is a transactional message related to this event" msgstr "我确认这是与此活动相关的交易消息" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "如果没有自动打开新标签页,请点击下方按钮继续结账。" @@ -4299,6 +4381,7 @@ msgstr "包含您的在线活动的连接详细信息。这些信息将在订单 msgid "Include tax and fees in the price" msgstr "价格中包含税费" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "包括{0}个产品" @@ -4477,21 +4560,25 @@ msgstr "约翰" msgid "Johnson" msgstr "约翰逊" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "随时随地加入" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "加入候补名单" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "加入 {0} 的候补名单" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "加入 {0} 的候补名单" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "已加入" @@ -4503,6 +4590,7 @@ msgstr "只需点击下面的按钮重新连接您的 Stripe 账户。" msgid "Just looking for your tickets?" msgstr "只是在找您的票?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "及时向我更新来自{0}的新闻和活动" @@ -4574,7 +4662,7 @@ msgstr "姓氏" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "加载中..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "管理机票" msgid "Manage your account details and default settings" msgstr "管理账户详情和默认设置" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "管理您的支付处理并查看平台费用" @@ -4897,6 +4989,10 @@ msgstr "消息级别" msgid "Messaging tier updated successfully" msgstr "消息级别更新成功" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "每次订购的最低数量" @@ -4905,7 +5001,7 @@ msgstr "每次订购的最低数量" msgid "Minimum Price" msgstr "最低价格" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "分钟" @@ -4949,6 +5045,10 @@ msgstr "多种价格选项。非常适合早鸟产品等。" msgid "Music" msgstr "音乐" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "未配置增值税设置" msgid "No viewed events in the last 14 days" msgstr "过去14天没有浏览的活动" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "没有候补名单条目" @@ -5369,27 +5469,27 @@ msgstr "号码前缀" msgid "of" msgstr "共" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "提供" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "提供名额" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "提供门票" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "报价超时" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "已提供" @@ -5444,6 +5544,7 @@ msgstr "线下支付设置" msgid "On Sale" msgstr "销售中" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "销售于{0}" @@ -5474,7 +5575,7 @@ msgstr "持续进行" msgid "Online" msgstr "在线" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "在线活动" @@ -5791,7 +5892,6 @@ msgstr "组织名称" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "组织者设置" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "所选货币无法获取组织者统计信息,或发生错误。" -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "组织者状态更新失败。请稍后再试" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "组织者状态已更新" @@ -5931,6 +6031,7 @@ msgstr "部分退款" msgid "Partially Refunded" msgstr "部分退款" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "部分退款:{0}" @@ -6173,6 +6274,7 @@ msgstr "计划举办活动?" msgid "Platform fee" msgstr "平台费用" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "从您的付款中扣除 {0} 的平台费用" @@ -6215,7 +6317,7 @@ msgstr "请检查您的电子邮件是否有效" msgid "Please check your email to confirm your email address" msgstr "请检查您的电子邮件以确认您的电子邮件地址" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "请在新标签页中继续" @@ -6227,7 +6329,7 @@ msgstr "请创建一个产品" msgid "Please create a ticket" msgstr "请创建一张票" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "请输入有效的电子邮件地址" @@ -6271,7 +6373,7 @@ msgstr "请选择日期范围" msgid "Please select an image." msgstr "请选择一张图片。" -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "请选择至少一个产品" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "结账后消息" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "技术支持" @@ -6335,6 +6438,11 @@ msgstr "技术支持" msgid "Pre Checkout message" msgstr "结账前信息" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "通过在多种门票类型之间共享库存来防止超卖。" @@ -6408,7 +6516,7 @@ msgstr "打印票" msgid "Print to PDF" msgstr "打印为PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "隐私政策" @@ -6424,7 +6532,7 @@ msgstr "处理订单中" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "简介" msgid "Profile updated successfully" msgstr "成功更新个人资料" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "已使用促销 {promo_code} 代码" @@ -6555,10 +6663,16 @@ msgstr "促销电子邮件可能导致账户暂停" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." -msgstr "提供此问题的附加背景或说明。使用此字段添加条款和条件、指南或参与者在回答前需要知道的任何重要信息。" +" and conditions, guidelines, or any important information that attendees need to know before answering." +msgstr "" + +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "提供此问题的附加背景或说明。使用此字段添加条款和条件、指南或参与者在回答前需要知道的任何重要信息。" -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "发布" @@ -6567,8 +6681,8 @@ msgid "Publish Event" msgstr "发布活动" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "已购买" @@ -6635,7 +6749,7 @@ msgstr "费率" msgid "Rate limit exceeded. Please try again later." msgstr "超出速率限制。请稍后再试。" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "重新提供名额" @@ -6647,6 +6761,7 @@ msgstr "准备升级?这只需要几分钟。" msgid "Real-Time Analytics" msgstr "实时分析" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6725,6 +6840,7 @@ msgstr "退款失败" msgid "Refund order" msgstr "退款订单" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "退款订单 {0}" @@ -6749,6 +6865,7 @@ msgstr "退款状态" msgid "Refunded" msgstr "退款" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "已退款:{0}" @@ -6766,6 +6883,10 @@ msgstr "区域设置" msgid "Register" msgstr "注册" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6775,13 +6896,14 @@ msgstr "注册问题" msgid "Remaining Uses" msgstr "剩余使用次数" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "去除" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "移除" @@ -6914,7 +7036,7 @@ msgstr "收入摘要" msgid "Revoke invitation" msgstr "撤销邀请" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6929,10 +7051,12 @@ msgstr "角色" msgid "Sale End Date" msgstr "销售结束日期" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "销售已于{0}结束" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "销售于{0}结束" @@ -6955,6 +7079,7 @@ msgstr "销售期、订单限制、可见性" msgid "Sale Start Date" msgstr "销售开始日期" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "销售于{0}开始" @@ -7008,7 +7133,7 @@ msgstr "旧金山" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7021,8 +7146,8 @@ msgstr "节省" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "保存更改" @@ -7103,7 +7228,7 @@ msgstr "按活动标题或主办方搜索..." msgid "Search by job name or exception..." msgstr "按任务名称或异常搜索..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "按姓名或电子邮件搜索..." @@ -7163,6 +7288,7 @@ msgstr "次要文字颜色" msgid "Secure Checkout" msgstr "安全结账" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7478,7 +7604,7 @@ msgid "Setup & Design" msgstr "设置与设计" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7507,6 +7633,7 @@ msgstr "分享组织者页面" msgid "Shared Capacity Management" msgstr "共享容量管理" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "显示所有平台(另有 {0} 个包含值)" @@ -7527,8 +7654,7 @@ msgstr "显示营销订阅复选框" msgid "Show marketing opt-in checkbox by default" msgstr "默认显示营销订阅复选框" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "显示更多" @@ -7540,6 +7666,7 @@ msgstr "显示更多平台" msgid "Show tax and fees separately" msgstr "单独显示税费" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "显示 {0} / {totalRows} 条记录" @@ -7605,13 +7732,18 @@ msgid "Sold out" msgstr "售罄" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "售罄" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "售罄候补名单" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "售罄候补名单" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7637,7 +7769,7 @@ msgstr "出错了!请重试" msgid "Something went wrong." msgstr "出问题了" -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "出了点问题。请稍后再试。" @@ -7654,7 +7786,7 @@ msgstr "出错了。请重试。" msgid "Sorry for the inconvenience." msgstr "对于给您带来的不便,我们深表歉意。" -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "对不起,此优惠代码不可用" @@ -7719,7 +7851,7 @@ msgstr "统计数据基于账户创建日期" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7802,11 +7934,13 @@ msgstr "小计" msgid "Success" msgstr "成功" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "成功!{0} 将很快收到一封电子邮件。" +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "成功 {0} 参会者" @@ -7840,7 +7974,7 @@ msgstr "成功创建问题" msgid "Successfully Duplicated Product" msgstr "产品复制成功" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "已成功提供名额" @@ -7852,7 +7986,7 @@ msgstr "已成功向 {count} 人提供门票" msgid "Successfully offered tickets to 1 person" msgstr "已成功向 1 人提供门票" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "已成功从候补名单中移除" @@ -7922,8 +8056,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "平台费用设置更新成功" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "产品更新成功" +#~ msgid "Successfully updated product" +#~ msgstr "产品更新成功" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7959,6 +8097,7 @@ msgstr "100 号套房" msgid "Summary" msgstr "摘要" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8101,7 +8240,7 @@ msgstr "模板删除成功" msgid "Template saved successfully" msgstr "模板保存成功" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "服务条款" @@ -8118,8 +8257,8 @@ msgstr "感谢您的参与!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "感谢您的支持,我们将继续发展和改进 Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "促销代码无效" @@ -8192,9 +8331,15 @@ msgstr "您点击的链接无效。" msgid "The locale of the customer" msgstr "客户的语言" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "{0}的最大产品数量是{1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "{0}的最大产品数量是{1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8252,11 +8397,11 @@ msgstr "戏剧" msgid "Theme & Colors" msgstr "主题与颜色" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "此活动没有可用产品" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "此类别中没有可用产品" @@ -8332,11 +8477,11 @@ msgstr "此代码将用于跟踪销售。只允许字母、数字、连字符和 msgid "This color combination may be hard to read for some users" msgstr "此颜色组合对某些用户来说可能难以阅读" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "此活动已结束" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "此活动尚未发布" @@ -8412,7 +8557,11 @@ msgstr "此订单已被放弃。您可以随时开始新订单。" msgid "This order was cancelled. You can start a new order anytime." msgstr "此订单已被取消。您可以随时开始新订单。" -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "此主办方资料尚未发布" @@ -8582,7 +8731,7 @@ msgstr "门票" msgid "Tickets & Products" msgstr "票务与商品" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "门票有售" @@ -8594,6 +8743,7 @@ msgstr "门票" msgid "Tickets Sold" msgstr "已售票数" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "{0}级" @@ -8815,7 +8965,7 @@ msgstr "无法签退参与者" msgid "Unable to create product. Please check the your details" msgstr "无法创建产品。请检查您的详细信息" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "无法创建产品。请检查您的详细信息" @@ -8831,7 +8981,7 @@ msgstr "无法复制产品。请检查您的详细信息" msgid "Unable to fetch attendee" msgstr "无法获取参与者" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "无法加入候补名单" @@ -8879,7 +9029,7 @@ msgstr "未知参会者" msgid "Unlimited" msgstr "无限制" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "无限供应" @@ -8911,6 +9061,7 @@ msgstr "即将推出" msgid "Upcoming Events" msgstr "即将举行的活动" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "更新 {0}" @@ -8988,15 +9139,15 @@ msgstr "USB/HID扫描仪" msgid "Use <0>Liquid templating to personalize your emails" msgstr "使用 <0>Liquid 模板 个性化您的邮件" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "使用封面图片的模糊版本作为背景" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "使用封面图片" +#~ msgid "Use cover image" +#~ msgstr "使用封面图片" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9225,7 +9376,7 @@ msgstr "查看活动页面" msgid "View logs" msgstr "查看日志" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "查看地图" @@ -9233,7 +9384,7 @@ msgstr "查看地图" msgid "View Message" msgstr "查看消息" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "在谷歌地图上查看" @@ -9293,9 +9444,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "等待中" @@ -9306,7 +9457,7 @@ msgstr "等待付款" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "候补名单" @@ -9330,6 +9481,7 @@ msgstr "我们无法删除该类别。请再试一次。" msgid "We couldn't find any orders associated with this email address." msgstr "我们找不到与此邮箱关联的订单。" +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "我们找不到与{0}匹配的任何门票" @@ -9380,8 +9532,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "我们在多次尝试后无法验证您的增值税号。我们将在后台继续尝试。请稍后检查。" #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "如果 {0} 有名额空出,我们将通过邮件通知您。" +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "如果 {0} 有名额空出,我们将通过邮件通知您。" + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9453,14 +9609,18 @@ msgstr "欢迎加入!请登录以继续。" msgid "Welcome back" msgstr "欢迎回来" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "欢迎回来{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "欢迎来到 {0},{1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "欢迎来到 {0},这是您所有活动的列表" @@ -9529,9 +9689,16 @@ msgstr "当产品被删除时" msgid "When a product is updated" msgstr "当产品被更新时" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "当产品售罄时,客户可以加入候补名单,以便在有名额时收到通知。" +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "当产品售罄时,客户可以加入候补名单,以便在有名额时收到通知。" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9631,7 +9798,7 @@ msgstr "工作" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9676,14 +9843,19 @@ msgstr "是的,移除它们" msgid "You already scanned this ticket" msgstr "您已经扫描过此票" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "您正在将电子邮件更改为 <0>{0}。" +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "您正在模拟 <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "您正在发出部分退款。客户将获得 {0} {1} 的退款。" @@ -9754,7 +9926,7 @@ msgstr "您已向免费产品添加了税费。您想要删除它们吗?" msgid "You must acknowledge that this email is not promotional" msgstr "您必须确认此电子邮件并非促销邮件" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "您必须同意接收消息" @@ -9810,11 +9982,12 @@ msgstr "您需要至少一个产品才能开始。免费、付费或让用户决 msgid "You're all set! Your payments are being processed smoothly." msgstr "一切就绪!您的付款正在顺利处理。" +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "您将参加 {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "您已加入候补名单!" @@ -9862,6 +10035,7 @@ msgstr "您的详细信息" msgid "Your Email" msgstr "您的电子邮件" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "您要求将电子邮件更改为<0>{0}的申请正在处理中。请检查您的电子邮件以确认" diff --git a/frontend/src/locales/zh-hk.js b/frontend/src/locales/zh-hk.js index a90025db5..bf21cef93 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\":\"There's nothing to show yet\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>簽到成功\"],\"yxhYRZ\":[[\"0\"],\" <0>簽退成功\"],\"KMgp2+\":[[\"0\"],\"可用\"],\"Pmr5xp\":[\"成功創建 \",[\"0\"]],\"FImCSc\":[[\"0\"],\"更新成功\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" 已簽到\"],\"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\":\"⚡️ 設置您的活動\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 自定義活動頁面\",\"3VPPdS\":\"與 Stripe 連接\",\"cjdktw\":\"🚀 實時設置您的活動\",\"rmelwV\":\"0 分 0 秒\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"緬因街 123 號\",\"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\":\"應用促銷代碼\",\"ARBThj\":[\"將此\",[\"type\"],\"應用於所有新產品\"],\"S0ctOE\":\"歸檔活動\",\"TdfEV7\":\"已歸檔\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"您確定要激活該與會者嗎?\",\"TvkW9+\":\"您確定要歸檔此活動嗎?\",\"/CV2x+\":\"您確定要取消該與會者嗎?這將使其門票作廢\",\"YgRSEE\":\"您確定要刪除此促銷代碼嗎?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"您確定要將此活動設為草稿嗎?這將使公眾無法看到該活動\",\"mEHQ8I\":\"您確定要將此事件公開嗎?這將使事件對公眾可見\",\"s4JozW\":\"您確定要恢復此活動嗎?它將作為草稿恢復。\",\"vJuISq\":\"您確定要刪除此容量分配嗎?\",\"baHeCz\":\"您確定要刪除此簽到列表嗎?\",\"LBLOqH\":\"每份訂單詢問一次\",\"wu98dY\":\"每個產品詢問一次\",\"ss9PbX\":\"參加者\",\"m0CFV2\":\"與會者詳情\",\"QKim6l\":\"未找到參與者\",\"R5IT/I\":\"與會者備註\",\"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\":\"加利福尼亞州\",\"iStTQt\":\"相機權限被拒絕。<0>再次請求權限,如果還不行,則需要在瀏覽器設置中<1>授予此頁面訪問相機的權限。\",\"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\":\"無法簽到\",\"QyjCeq\":\"容量\",\"V6Q5RZ\":\"容量分配創建成功\",\"k5p8dz\":\"容量分配刪除成功\",\"nDBs04\":\"容量管理\",\"ddha3c\":\"類別允許您將產品分組。例如,您可以有一個“門票”類別和另一個“商品”類別。\",\"iS0wAT\":\"類別幫助您組織產品。此標題將在公共活動頁面上顯示。\",\"eorM7z\":\"類別重新排序成功。\",\"3EXqwa\":\"類別創建成功\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"更改密碼\",\"xMDm+I\":\"簽到\",\"p2WLr3\":[\"簽到 \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"簽到並標記訂單為已付款\",\"QYLpB4\":\"僅簽到\",\"/Ta1d4\":\"簽出\",\"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\":\"連接 Stripe 賬户,開始接收付款。\",\"5lcVkL\":\"連接詳情\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"繼續\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"繼續按鈕文字\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"繼續設置\",\"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\":\"定製您的活動頁面,以符合您的品牌和風格。\",\"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\":\"捐贈 / 自由定價產品\",\"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\":\"該設備不支持閃存\",\"UNMVei\":\"忘記密碼?\",\"2POOFK\":\"免費\",\"P/OAYJ\":\"免費產品\",\"vAbVy9\":\"免費產品,無需付款信息\",\"nLC6tu\":\"法語\",\"Weq9zb\":\"常規\",\"DDcvSo\":\"德國\",\"4GLxhy\":\"入門\",\"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\":\"隱藏入門頁面\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"在銷售結束日期後隱藏產品\",\"06s3w3\":\"在銷售開始日期前隱藏產品\",\"axVMjA\":\"除非用户有適用的促銷代碼,否則隱藏產品\",\"ySQGHV\":\"售罄時隱藏產品\",\"SCimta\":\"隱藏側邊欄中的入門頁面\",\"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\":\"多種價格選項。非常適合早鳥產品等。\",\"/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\":\"尚未向此訂單添加參會者。\",\"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\":\"此參會者沒有關聯的產品。\",\"Ya1JhR\":\"此類別中沒有可用的產品。\",\"FTfObB\":\"尚無產品\",\"+Y976X\":\"無促銷代碼顯示\",\"MAavyl\":\"此與會者未回答任何問題。\",\"SnlQeq\":\"此訂單尚未提出任何問題。\",\"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\":\"一旦準備就緒,將您的活動上線並開始銷售產品。\",\"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\":\"訂單備註\",\"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\":\"付費產品\",\"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\":\"價格類型\",\"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\":\"提供此問題的附加背景或説明。使用此字段添加條款和條件、指南或參與者在回答前需要知道的任何重要信息。\",\"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\":\"舊金山\",\"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\":\"按姓名、訂單號、參與者號或電子郵件搜索...\",\"BiYOdA\":\"按名稱搜索...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"搜索容量分配...\",\"r9M1hc\":\"搜索簽到列表...\",\"+0Yy2U\":\"搜索產品\",\"YIix5Y\":\"搜索...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"次要顏色\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"次要文字顏色\",\"02ePaq\":[\"選擇 \",[\"0\"]],\"QuNKRX\":\"選擇相機\",\"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\":\"設定最低價格,用户可選擇支付更高的價格\",\"L0pJmz\":\"設置發票編號的起始編號。一旦發票生成,就無法更改。\",\"nYNT+5\":\"準備活動\",\"A8iqfq\":\"實時設置您的活動\",\"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\":\"固定價格的標準產品\",\"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\":\"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\":\"這些詳細信息僅在訂單成功完成後顯示。等待付款的訂單不會顯示此消息。\",\"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\":\"這是一種常規產品,例如T恤或杯子。不發行門票\",\"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\":\"此產品為門票。購買後買家將收到門票\",\"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\":\"分層產品\",\"8wITQA\":\"分層產品允許您為同一產品提供多種價格選項。這非常適合早鳥產品,或為不同人羣提供不同的價格選項。\\\" # zh-cn\",\"nn3mSR\":\"剩餘時間:\",\"s/0RpH\":\"使用次數\",\"y55eMd\":\"使用次數\",\"40Gx0U\":\"時區\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Title\",\"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\":\"查看\",\"Pte1Hv\":\"查看參會者詳情\",\"/5PEQz\":\"查看活動頁面\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"在谷歌地圖上查看\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP簽到列表\",\"tF+VVr\":\"貴賓票\",\"2q/Q7x\":\"可見性\",\"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\":\"您已經掃描過此票\",\"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\":\"(空)\",\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" 已簽到\"],\"S4PqS9\":[[\"0\"],\" 個活動的 Webhook\"],\"6MIiOI\":[\"剩餘 \",[\"0\"]],\"COnw8D\":[[\"0\"],\" 標誌\"],\"B7pZfX\":[[\"0\"],\" 位主辦單位\"],\"/HkCs4\":[[\"0\"],\"張門票\"],\"TjbIUI\":[[\"totalCount\"],\" 中有 \",[\"availableCount\"],\" 可用\"],\"OJnhhX\":[[\"eventCount\"],\" 個事件\"],\"3IEF7U\":[[\"totalCount\"],\" 種門票類型\"],\"zGiMDM\":\"+1 234 567 890\",\"1d6kks\":\"+稅/費\",\"B1St2O\":\"<0>簽到列表幫助您按日期、區域或票務類型管理活動入場。您可以將票務連結到特定列表,如VIP區域或第1天通行證,並與工作人員共享安全的簽到連結。無需帳戶。簽到適用於移動裝置、桌面或平板電腦,使用裝置相機或HID USB掃描器。 \",\"v9VSIS\":\"<0>設定單一總參加人數限制,同時適用於多種門票類型。<1>例如,如果您連結 <2>日票 和 <3>整個週末 門票,它們將從同一個名額池中抽取。一旦達到限制,所有連結的門票將自動停止銷售。\",\"ZnVt5v\":\"<0>Webhooks 可在事件發生時立即通知外部服務,例如,在註冊時將新與會者添加到您的 CRM 或郵件列表,確保無縫自動化。<1>使用第三方服務,如 <2>Zapier、<3>IFTTT 或 <4>Make 來創建自定義工作流並自動化任務。\",\"xFTHZ5\":[\"≈ \",[\"0\"],\"(按目前匯率)\"],\"fAv9QG\":\"🎟️ 添加門票\",\"M2DyLc\":\"1 個活動的 Webhook\",\"943BwI\":\"結束日期後1天\",\"yj3N+g\":\"開始日期後1天\",\"Z3etYG\":\"活動前1天\",\"szSnlj\":\"活動前1小時\",\"yTsaLw\":\"1張門票\",\"nz96Ue\":\"1 種門票類型\",\"cGtUz6\":\"活動前1週\",\"HR/cvw\":\"示例街123號\",\"kMU5aM\":\"取消通知已發送至\",\"V53XzQ\":\"新嘅驗證碼已經發送到你嘅電郵\",\"/z/bH1\":\"您主辦單位的簡短描述,將會顯示給您的使用者。\",\"aS0jtz\":\"已放棄\",\"uyJsf6\":\"關於\",\"WTk/ke\":\"關於 Stripe Connect\",\"JvuLls\":\"承擔費用\",\"lk74+I\":\"承擔費用\",\"1uJlG9\":\"強調色\",\"K5+3xg\":\"接受邀請\",\"VTfZPy\":\"訪問被拒絕\",\"iN5Cz3\":\"帳戶已連接!\",\"YP4JuP\":\"帳戶配置更新成功\",\"vOuxvL\":\"帳戶資訊\",\"EHNORh\":\"找不到帳戶\",\"bPwFdf\":\"賬戶\",\"nMtNd+\":\"需要操作:重新連接您的 Stripe 帳戶\",\"AhwTa1\":\"需要操作:需提供增值稅資料\",\"APyAR/\":\"活躍活動\",\"UWWRyd\":\"新增自訂問題以在結帳時收集額外資訊\",\"a5KFZU\":\"新增活動詳情並管理活動設定。\",\"Fb+SDI\":\"添加更多門票\",\"7JF9w9\":\"新增問題\",\"6PNlRV\":\"將此活動添加到您的日曆\",\"BGD9Yt\":\"添加機票\",\"QN2F+7\":\"添加 Webhook\",\"NsWqSP\":\"新增您的社交媒體帳號及網站網址。這些資訊將會顯示在您的公開主辦單位頁面。\",\"bVjDs9\":\"額外費用\",\"0Zypnp\":\"管理儀表板\",\"YAV57v\":\"推廣夥伴\",\"I+utEq\":\"推廣碼無法更改\",\"/jHBj5\":\"推廣夥伴建立成功\",\"uCFbG2\":\"推廣夥伴刪除成功\",\"a41PKA\":\"將會追蹤推廣夥伴銷售\",\"mJJh2s\":\"唔會追蹤推廣夥伴銷售。呢個會停用該推廣夥伴。\",\"jabmnm\":\"推廣夥伴更新成功\",\"CPXP5Z\":\"合作夥伴\",\"9Wh+ug\":\"推廣夥伴已匯出\",\"3cqmut\":\"推廣夥伴幫助你追蹤合作夥伴同KOL產生嘅銷售。建立推廣碼並分享以監控表現。\",\"7rLTkE\":\"所有已封存活動\",\"gKq1fa\":\"所有參與者\",\"pMLul+\":\"所有貨幣\",\"qlaZuT\":\"全部完成!您現在正在使用我們升級的付款系統。\",\"ZS/D7f\":\"所有已結束活動\",\"QsYjci\":\"所有活動\",\"31KB8w\":\"所有失敗任務已刪除\",\"D2g7C7\":\"所有任務已排隊等待重試\",\"Sxm1lO\":\"所有狀態\",\"dr7CWq\":\"所有即將舉行的活動\",\"GpT6Uf\":\"允許參與者通過訂單確認電郵中的安全連結更新他們的門票資訊(姓名、電郵)。\",\"F3mW5G\":\"允許客戶在該產品售罄時加入候補名單\",\"QUg5y1\":\"快完成了!完成連接您的 Stripe 帳戶以開始接受付款。\",\"c4uJfc\":\"快完成了!我們正在等待您的付款處理。這只需要幾秒鐘。\",\"ocS8eq\":[\"已有帳戶?<0>\",[\"0\"],\"\"],\"/H326L\":\"已退款\",\"RtxQTF\":\"同時取消此訂單\",\"jkNgQR\":\"同時退款此訂單\",\"xYqsHg\":\"總是可用\",\"Wvrz79\":\"支付金額\",\"Zkymb9\":\"同呢個推廣夥伴關聯嘅電郵。推廣夥伴唔會收到通知。\",\"vRznIT\":\"檢查導出狀態時發生錯誤。\",\"eusccx\":\"顯示在突出產品上的可選訊息,例如「熱賣中 🔥」或「最佳價值」\",\"QNrkms\":\"答案更新成功。\",\"Znwxal\":\"應用費用配置\",\"261RBr\":\"批准訊息\",\"VkSk/i\":\"您確定要取消此定時訊息嗎?\",\"0aVEBY\":\"您確定要刪除所有失敗的任務嗎?\",\"LchiNd\":\"你確定要刪除呢個推廣夥伴嗎?呢個操作無法撤銷。\",\"vPeW/6\":\"您確定要刪除此配置嗎?這可能會影響使用它的帳戶。\",\"JmVITJ\":\"確定要刪除此範本嗎?此操作無法復原,郵件將回退到預設範本。\",\"aLS+A6\":\"確定要刪除此範本嗎?此操作無法復原,郵件將回退到組織者或預設範本。\",\"5H3Z78\":\"您確定要刪除此 Webhook 嗎?\",\"147G4h\":\"您確定要離開嗎?\",\"VDWChT\":\"您確定要將此主辦單位設為草稿嗎?這將使該頁面對公眾隱藏。\",\"pWtQJM\":\"您確定要將此主辦單位設為公開嗎?這將使該頁面對公眾可見。\",\"EOqL/A\":\"您確定要向此人提供名額嗎?他們將收到電子郵件通知。\",\"WFHOlF\":\"你確定要發佈呢個活動嗎?一旦發佈,將會對公眾可見。\",\"4TNVdy\":\"你確定要發佈呢個主辦方資料嗎?一旦發佈,將會對公眾可見。\",\"8x0pUg\":\"您確定要從候補名單中移除此條目嗎?\",\"cDtoWq\":[\"您確定要將訂單確認重新發送到 \",[\"0\"],\" 嗎?\"],\"xeIaKw\":[\"您確定要將門票重新發送到 \",[\"0\"],\" 嗎?\"],\"ExDt3P\":\"你確定要取消發佈呢個活動嗎?佢將唔再對公眾可見。\",\"5Qmxo/\":\"你確定要取消發佈呢個主辦方資料嗎?佢將唔再對公眾可見。\",\"Uqefyd\":\"您在歐盟註冊了增值稅嗎?\",\"+QARA4\":\"藝術\",\"tLf3yJ\":\"由於您的業務位於愛爾蘭,愛爾蘭增值稅(23%)將自動套用於所有平台費用。\",\"QGoXh3\":\"由於您的業務位於歐盟,我們需要確定平台費用的正確增值稅處理方式:\",\"tMeVa/\":\"為每張購買的門票詢問姓名和電郵\",\"/JdZIP\":\"已分配配置\",\"xdiER7\":\"分配的級別\",\"F2rX0R\":\"必須選擇至少一種事件類型\",\"BCmibk\":\"嘗試次數\",\"6PecK3\":\"所有活動的出席率和簽到率\",\"AJ4rvK\":\"與會者已取消\",\"qvylEK\":\"與會者已創建\",\"Aspq3b\":\"參與者資料收集\",\"fpb0rX\":\"參與者資料已從訂單複製\",\"0R3Y+9\":\"參會者電郵\",\"94aQMU\":\"參與者資訊\",\"KkrBiR\":\"參加者資料收集\",\"av+gjP\":\"參會者姓名\",\"cosfD8\":\"參與者狀態\",\"D2qlBU\":\"與會者已更新\",\"22BOve\":\"參與者更新成功\",\"x8Vnvf\":\"參與者的票不包含在此列表中\",\"k3Tngl\":\"與會者已導出\",\"UoIRW8\":\"已註冊參加者\",\"5UbY+B\":\"持有特定門票的與會者\",\"4HVzhV\":\"參與者:\",\"HVkhy2\":\"歸因分析\",\"dMMjeD\":\"歸因細分\",\"1oPDuj\":\"歸因值\",\"OpCtfq\":\"自動提供已啟用。當有空位時,門票會自動提供。使用此功能手動提供額外名額。\",\"V7Tejz\":\"自動處理候補名單\",\"PZ7FTW\":\"根據背景顏色自動檢測,但可以覆蓋\",\"8Etqrl\":\"當有空位時自動向下一位提供門票\",\"csDS2L\":\"可用\",\"clF06r\":\"可退款\",\"NB5+UG\":\"可用標記\",\"EmYMHc\":\"等待線下付款\",\"kNmmvE\":\"Awesome Events 有限公司\",\"TeSaQO\":\"返回帳戶\",\"kYqM1A\":\"返回活動\",\"s5QRF3\":\"返回訊息\",\"td/bh+\":\"返回報告\",\"jIPNJG\":\"基本資料\",\"WOpH7O\":\"在任何裝置上都有美觀的結帳體驗\",\"iMdwTb\":\"在活動上線之前,您需要完成以下幾項步驟。請完成以下所有步驟以開始。\",\"UabgBd\":\"正文是必需的\",\"HWXuQK\":\"收藏此頁面,隨時管理您的訂單。\",\"CUKVDt\":\"使用自訂標誌、顏色和頁腳訊息打造您的門票品牌。\",\"9N+p+g\":\"商務\",\"7ns+do\":\"營業地址\",\"LeC29u\":\"用於增值稅目的的營業地址\",\"RReHTu\":\"商業名稱\",\"bv6RXK\":\"按鈕標籤\",\"ChDLlO\":\"按鈕文字\",\"BUe8Wj\":\"買家支付\",\"qF1qbA\":\"買家看到的是淨價。平台費用將從您的付款中扣除。\",\"DFqasq\":[\"繼續即表示您同意 <0>\",[\"0\"],\" 服務條款\"],\"lFdbRS\":\"繞過應用費用\",\"2VLZwd\":\"行動號召按鈕\",\"PUpvQe\":\"相機掃描器\",\"D02dD9\":\"活動\",\"H4nE+E\":\"取消所有產品並釋放回可用池\",\"tOXAdc\":\"取消將取消與此訂單關聯的所有參與者,並將門票釋放回可用池。\",\"IrUqjC\":\"無法簽到(已取消)\",\"01sEfm\":\"無法刪除系統預設配置\",\"VsM1HH\":\"容量分配\",\"K7tIrx\":\"類別\",\"2tbLdK\":\"慈善\",\"v4fiSg\":\"查看你嘅電郵\",\"51AsAN\":\"請檢查您的收件箱!如果此郵箱有關聯的票,您將收到查看連結。\",\"udRwQs\":\"簽到已創建\",\"F4SRy3\":\"簽到已刪除\",\"9gPPUY\":\"簽到名單已建立!\",\"f2vU9t\":\"簽到列表\",\"tMNBEF\":\"簽到名單讓您可以按日期、區域或門票類型控制入場。您可以與工作人員共享安全的簽到連結 — 無需帳戶。\",\"SHJwyq\":\"簽到率\",\"qCqdg6\":\"簽到狀態\",\"cKj6OE\":\"簽到摘要\",\"7B5M35\":\"簽到\",\"DM4gBB\":\"中文(繁體)\",\"pkk46Q\":\"選擇一個主辦單位\",\"Crr3pG\":\"選擇日曆\",\"LAW8Vb\":\"為新活動選擇預設設置。這可以針對單個活動進行覆蓋。\",\"pjp2n5\":\"選擇誰支付平台費用。這不會影響您在帳戶設置中配置的額外費用。\",\"CySr+W\":\"點擊查看備註\",\"RG3szS\":\"關閉\",\"RWw9Lg\":\"關閉視窗\",\"XwdMMg\":\"代碼只可以包含字母、數字、連字號同底線\",\"+yMJb7\":\"必須填寫代碼\",\"m9SD3V\":\"代碼至少需要3個字元\",\"V1krgP\":\"代碼唔可以超過20個字元\",\"psqIm5\":\"與您的團隊合作,一起創造精彩活動。\",\"4bUH9i\":\"為每張購買的門票收集參加者詳情。\",\"TkfG8v\":\"按訂單收集資料\",\"96ryID\":\"按門票收集資料\",\"FpsvqB\":\"顏色模式\",\"jEu4bB\":\"欄位\",\"CWk59I\":\"喜劇\",\"rPA+Gc\":\"通訊偏好\",\"7D9MJz\":\"完成 Stripe 設置\",\"OqEV/G\":\"完成下面的設置以繼續\",\"nqx+6h\":\"完成以下步驟即可開始銷售您的活動門票。\",\"744BMm\":\"完成您的訂單以確保獲得門票。此優惠有時間限制,請盡快完成。\",\"5YrKW7\":\"完成付款以確保您的門票。\",\"xGU92i\":\"完成您的個人資料以加入團隊。\",\"QOhkyl\":\"撰寫\",\"ih35UP\":\"會議中心\",\"B5fpAA\":\"配置分配成功\",\"X1zdE7\":\"配置建立成功\",\"mLBUMQ\":\"配置刪除成功\",\"UIENhw\":\"配置名稱對最終用戶可見。固定費用將按當前匯率轉換為訂單貨幣。\",\"eeZdaB\":\"配置更新成功\",\"3cKoxx\":\"配置\",\"8v2LRU\":\"設定活動詳情、地點、結帳選項和電郵通知。\",\"raw09+\":\"設定結帳時如何收集參與者資料\",\"FI60XC\":\"配置稅費\",\"Nbd6WT\":\"配置此活動的候補名單設定\",\"NGXKG/\":\"確認電子郵件地址\",\"JRQitQ\":\"確認新密碼\",\"Auz0Mz\":\"請確認您的電郵地址以使用所有功能。\",\"7+grte\":\"確認電郵已發送!請檢查您的收件匣。\",\"n/7+7Q\":\"確認已發送至\",\"o5A0Go\":\"恭喜你成功建立活動!\",\"x3wVFc\":\"恭喜!您的活動現已對公眾可見。\",\"WNnP3w\":\"連接並升級\",\"Xe2tSS\":\"連接文檔\",\"1Xxb9f\":\"連接支付處理\",\"nQI4H5\":\"連接 Stripe 以啟用電子郵件範本編輯\",\"LmvZ+E\":\"連接 Stripe 以啟用消息功能\",\"EWnXR+\":\"連接到 Stripe\",\"VioGG1\":\"連接您的 Stripe 帳戶以接受門票和商品的付款。\",\"4qmnU8\":\"連接您的 Stripe 帳戶以接受付款。\",\"E1eze1\":\"連接您的 Stripe 帳戶以開始接受您活動的付款。\",\"ulV1ju\":\"連接您的 Stripe 帳戶以開始接受付款。\",\"/3017M\":\"已連接到 Stripe\",\"jfC/xh\":\"聯絡\",\"LOFgda\":[\"聯絡 \",[\"0\"]],\"41BQ3k\":\"聯絡電郵\",\"KcXRN+\":\"支援聯絡電郵\",\"m8WD6t\":\"繼續設置\",\"0GwUT4\":\"繼續結帳\",\"sBV87H\":\"繼續建立活動\",\"nKtyYu\":\"繼續下一步\",\"F3/nus\":\"繼續付款\",\"p2FRHj\":\"控制此活動的平台費用如何處理\",\"1JnTgU\":\"從上方複製\",\"FxVG/l\":\"已複製到剪貼簿\",\"PiH3UR\":\"已複製!\",\"uUPbPg\":\"複製推廣連結\",\"iVm46+\":\"複製代碼\",\"+2ZJ7N\":\"將詳情複製到第一位參與者\",\"ZN1WLO\":\"複製郵箱\",\"y1eoq1\":\"複製連結\",\"tUGbi8\":\"複製我的資料到:\",\"y22tv0\":\"複製此連結以便隨處分享\",\"/4gGIX\":\"複製到剪貼簿\",\"P0rbCt\":\"封面圖片\",\"60u+dQ\":\"封面圖片將顯示在活動頁面頂部\",\"2NLjA6\":\"封面圖片將顯示在您的主辦單位頁面頂部\",\"zg4oSu\":[\"建立\",[\"0\"],\"範本\"],\"RKKhnW\":\"建立自訂小工具以在您的網站上銷售門票。\",\"yIRev4\":\"建立密碼\",\"xfKgwv\":\"建立推廣夥伴\",\"tudG8q\":\"建立並設定待售門票和商品。\",\"YAl9Hg\":\"建立配置\",\"BTne9e\":\"為此活動建立自定義郵件範本以覆蓋組織者預設設置\",\"YIDzi/\":\"建立自定義範本\",\"Nc3l/D\":\"建立折扣、隱藏門票的存取碼和特別優惠。\",\"eWEV9G\":\"建立新密碼\",\"8AiKIu\":\"建立門票或商品\",\"agZ87r\":\"為您的活動創建門票、設定價格並管理可用數量。\",\"/HGmW9\":\"建立可追蹤連結以獎勵推廣您活動的合作夥伴。\",\"dkAPxi\":\"創建 Webhook\",\"5slqwZ\":\"建立您的活動\",\"JQNMrj\":\"建立你嘅第一個活動\",\"CCjxOC\":\"建立您的第一個活動以開始銷售門票並管理參加者。\",\"ZCSSd+\":\"建立您自己的活動\",\"67NsZP\":\"建立緊活動...\",\"H34qcM\":\"建立緊主辦方...\",\"1YMS+X\":\"建立緊你嘅活動,請稍候\",\"yiy8Jt\":\"建立緊你嘅主辦方資料,請稍候\",\"lfLHNz\":\"CTA標籤是必需的\",\"BMtue0\":\"當前付款處理器\",\"T+1APV\":\"目前增值稅號碼已驗證\",\"v2GlhZ\":\"目前增值稅號碼驗證失敗\",\"iTvh6I\":\"目前可供購買\",\"g7HIC0\":\"自訂品牌\",\"Guo0lU\":\"自訂日期和時間\",\"mimF6c\":\"結帳後自訂訊息\",\"O6mra8\":\"自訂問題\",\"axv/Mi\":\"自定義範本\",\"QMHSMS\":\"客戶將收到確認退款的電子郵件\",\"L/Qc+w\":\"客戶電郵地址\",\"wpfWhJ\":\"客戶名字\",\"GIoqtA\":\"客戶姓氏\",\"NihQNk\":\"客戶\",\"7gsjkI\":\"使用Liquid範本自定義發送給客戶的郵件。這些範本將用作您組織中所有活動的預設範本。\",\"xJaTUK\":\"自訂活動首頁的版面配置、顏色和品牌。\",\"MXZfGN\":\"自訂結帳時提出的問題,以從參與者那裡收集重要資訊。\",\"iX6SLo\":\"自訂繼續按鈕上顯示的文字\",\"pxNIxa\":\"使用Liquid範本自定義您的郵件範本\",\"3trPKm\":\"自訂主辦單位頁面外觀\",\"/gWrVZ\":\"所有活動的每日收入、稅費和退款\",\"zgCHnE\":\"每日銷售報告\",\"nHm0AI\":\"每日銷售、税費和費用明細\",\"pvnfJD\":\"深色\",\"nE5o/t\":\"資料所有權\",\"lnYE59\":\"活動日期\",\"gnBreG\":\"下單日期\",\"ovBPCi\":\"預設\",\"JtI4vj\":\"預設參加者資料收集\",\"3R/Tu2\":\"預設費用處理\",\"1bZAZA\":\"將使用預設範本\",\"vu7gDm\":\"刪除推廣夥伴\",\"KZN4Lc\":\"全部刪除\",\"+jw/c1\":\"刪除圖片\",\"hdyeZ0\":\"刪除任務\",\"dPyJ15\":\"刪除範本\",\"mxsm1o\":\"刪除此問題?此操作無法復原。\",\"snMaH4\":\"刪除 Webhook\",\"vYgeDk\":\"取消全選\",\"NvuEhl\":\"設計元素\",\"H8kMHT\":\"收唔到驗證碼?\",\"OdPOhy\":\"Discord\",\"QotGhf\":\"關閉此訊息\",\"BREO0S\":\"顯示一個複選框,允許客戶選擇接收此活動組織者的營銷通訊。\",\"TvY/XA\":\"文檔\",\"Kdpf90\":\"別忘了!\",\"352VU2\":\"沒有帳戶?<0>註冊\",\"AXXqG+\":\"捐款\",\"DPfwMq\":\"完成\",\"2+O9st\":\"下載所有已完成訂單的銷售、參與者和財務報告。\",\"eneWvv\":\"草稿\",\"Ts8hhq\":\"由於垃圾郵件風險高,您必須先連接 Stripe 帳戶才能修改電子郵件範本。這是為了確保所有活動主辦方都經過驗證並負責。\",\"TnzbL+\":\"由於垃圾郵件風險較高,您必須先連接 Stripe 帳戶才能向參與者發送訊息。\\n這是為了確保所有活動組織者都經過驗證並承擔責任。\",\"euc6Ns\":\"複製\",\"KRmTkx\":\"複製產品\",\"KIjvtr\":\"荷蘭語\",\"22xieU\":\"例如 180(3小時)\",\"SPKbfM\":\"例如:取得門票,立即註冊\",\"fc7wGW\":\"例如:關於您門票的重要更新\",\"54MPqC\":\"例如:標準版、進階版、企業版\",\"3RQ81z\":\"每位人士將收到一封包含預留名額的電子郵件,以完成購買。\",\"LTzmgK\":[\"編輯\",[\"0\"],\"範本\"],\"v4+lcZ\":\"編輯推廣夥伴\",\"2iZEz7\":\"編輯答案\",\"tPtRwl\":\"編輯應用費用\",\"t2bbp8\":\"編輯參與者\",\"etaWtB\":\"編輯參與者詳情\",\"+guao5\":\"編輯配置\",\"vRWOrM\":\"編輯訂單詳情\",\"3yNuBV\":\"編輯增值稅設定\",\"fW5sSv\":\"編輯 Webhook\",\"nP7CdQ\":\"編輯 Webhook\",\"uBAxNB\":\"編輯器\",\"aqxYLv\":\"教育\",\"iiWXDL\":\"資格失敗\",\"zPiC+q\":\"符合條件的簽到列表\",\"V2sk3H\":\"電子郵件和模板\",\"hbwCKE\":\"郵箱地址已複製到剪貼板\",\"dSyJj6\":\"電子郵件地址不匹配\",\"elW7Tn\":\"郵件正文\",\"ZsZeV2\":\"必須填寫電郵\",\"Be4gD+\":\"郵件預覽\",\"6IwNUc\":\"郵件範本\",\"H/UMUG\":\"需要電郵驗證\",\"L86zy2\":\"電郵驗證成功!\",\"FSN4TS\":\"嵌入小工具\",\"Qj0GKe\":\"啟用參與者自助服務\",\"hEtQsg\":\"預設啟用參與者自助服務\",\"Upeg/u\":\"啟用此範本發送郵件\",\"7dSOhU\":\"啟用候補名單\",\"RxzN1M\":\"已啟用\",\"sGjBEq\":\"結束日期與時間(可選)\",\"PKXt9R\":\"結束日期必須在開始日期之後\",\"48Y16Q\":\"結束時間(選填)\",\"7YZofi\":\"輸入主題和正文以查看預覽\",\"3bR1r4\":\"輸入推廣夥伴電郵(選填)\",\"ARkzso\":\"輸入推廣夥伴名稱\",\"y1BZw1\":\"輸入營業地址\",\"3GfR6a\":\"輸入商業名稱\",\"6KnyG0\":\"輸入電郵\",\"INDKM9\":\"輸入郵件主題...\",\"xUgUTh\":\"輸入名字\",\"9/1YKL\":\"輸入姓氏\",\"VpwcSk\":\"輸入新密碼\",\"1tAGuY\":\"輸入包含國家代碼的增值稅號碼\",\"kWg31j\":\"輸入獨特推廣碼\",\"C3nD/1\":\"輸入您的電郵地址\",\"VmXiz4\":\"輸入您的電子郵件,我們將向您發送重置密碼的說明。\",\"n9V+ps\":\"輸入您的姓名\",\"IdULhL\":\"輸入您的增值稅號碼,包括國家代碼,不含空格(例如:IE1234567A、DE123456789)\",\"X88/6w\":\"當客戶加入已售罄產品的候補名單時,條目將顯示在此處。\",\"LslKhj\":\"加載日誌時出錯\",\"AKbElk\":\"歐盟增值稅註冊企業:適用反向收費機制(0% - 增值稅指令 2006/112/EC 第 196 條)\",\"WgD6rb\":\"活動類別\",\"b46pt5\":\"活動封面圖片\",\"1Hzev4\":\"活動自定義範本\",\"imgKgl\":\"活動描述\",\"kJDmsI\":\"活動詳情\",\"m/N7Zq\":\"活動完整地址\",\"Nl1ZtM\":\"活動地點\",\"t3AMTs\":\"活動管理平台\",\"PYs3rP\":\"活動名稱\",\"HhwcTQ\":\"活動名稱\",\"WZZzB6\":\"必須填寫活動名稱\",\"Wd5CDM\":\"活動名稱應少於 150 個字元\",\"4JzCvP\":\"活動不可用\",\"Gh9Oqb\":\"活動組織者姓名\",\"mImacG\":\"活動頁面\",\"JyD0LH\":\"活動設定\",\"cOePZk\":\"活動時間\",\"e8WNln\":\"活動時區\",\"GeqWgj\":\"活動時區\",\"XVLu2v\":\"活動標題\",\"OfmsI9\":\"活動太新\",\"YDVUVl\":\"事件類型\",\"4K2OjV\":\"活動場地\",\"19j6uh\":\"活動表現\",\"PC3/fk\":\"未來 24 小時內開始的活動\",\"fTFfOK\":\"每個郵件範本都必須包含一個連結到相應頁面的行動號召按鈕\",\"BVinvJ\":\"例子:「您是如何得知我們的?」、「發票公司名稱」\",\"2hGPQG\":\"例子:「T恤尺碼」、「餐飲偏好」、「職位」\",\"qNuTh3\":\"異常\",\"M1RnFv\":\"已過期\",\"kF8HQ7\":\"匯出答案\",\"2KAI4N\":\"匯出CSV\",\"JKfSAv\":\"導出失敗。請重試。\",\"SVOEsu\":\"導出已開始。正在準備文件...\",\"wuyaZh\":\"匯出成功\",\"9bpUSo\":\"匯出緊推廣夥伴\",\"jtrqH9\":\"正在導出與會者\",\"R4Oqr8\":\"導出完成。正在下載文件...\",\"UlAK8E\":\"正在導出訂單\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"失敗\",\"8uOlgz\":\"失敗時間\",\"tKcbYd\":\"失敗任務\",\"SsI9v/\":\"放棄訂單失敗。請重試。\",\"LdPKPR\":\"分配配置失敗\",\"SIHgVQ\":\"取消訊息失敗\",\"cEFg3R\":\"建立推廣夥伴失敗\",\"dVgNF1\":\"建立配置失敗\",\"U66oUa\":\"建立範本失敗\",\"aFk48v\":\"刪除配置失敗\",\"Zw6LWb\":\"刪除任務失敗\",\"tq0abZ\":\"刪除任務失敗\",\"vKMKnu\":\"刪除問題失敗\",\"xFj7Yj\":\"刪除範本失敗\",\"jo3Gm6\":\"匯出推廣夥伴失敗\",\"Jjw03p\":\"導出與會者失敗\",\"ZPwFnN\":\"導出訂單失敗\",\"zGE3CH\":\"匯出報告失敗。請重試。\",\"lS9/aZ\":\"載入收件人失敗\",\"X4o0MX\":\"加載 Webhook 失敗\",\"ETcU7q\":\"提供名額失敗\",\"5670b9\":\"提供票券失敗\",\"0+iwE5\":\"重新排序問題失敗\",\"EJPAcd\":\"重新發送訂單確認失敗\",\"DjSbj3\":\"重新發送門票失敗\",\"YQ3QSS\":\"重新發送驗證碼失敗\",\"wDioLj\":\"重試任務失敗\",\"DKYTWG\":\"重試任務失敗\",\"zTkTF3\":\"儲存範本失敗\",\"l6acRV\":\"儲存增值稅設定失敗。請重試。\",\"T6B2gk\":\"發送訊息失敗。請再試一次。\",\"lKh069\":\"無法啟動導出任務\",\"t/KVOk\":\"無法開始模擬。請重試。\",\"QXgjH0\":\"無法停止模擬。請重試。\",\"o/blc/\":\"更新帳戶配置失敗\",\"i0QKrm\":\"更新推廣夥伴失敗\",\"NNc33d\":\"更新答案失敗。\",\"E9jY+o\":\"更新參與者失敗\",\"uQynyf\":\"更新配置失敗\",\"EhlbcI\":\"更新訊息級別失敗\",\"rpGMzC\":\"更新訂單失敗\",\"Eeo/Gy\":\"更新設定失敗\",\"kqA9lY\":\"更新增值稅設定失敗\",\"7/9RFs\":\"上傳圖片失敗。\",\"nkNfWu\":\"圖片上傳失敗。請再試一次。\",\"rxy0tG\":\"驗證電郵失敗\",\"9bHCo2\":\"費用貨幣\",\"/sV91a\":\"費用處理\",\"T4BMxU\":\"費用可能會變更。如有變更,您將收到通知。\",\"LyUWXA\":\"費用已繞過\",\"cf35MA\":\"節慶\",\"pAey+4\":\"檔案過大。最大大小為 5MB。\",\"VejKUM\":\"請先在上方填寫您的詳細信息\",\"8OvVZZ\":\"篩選參與者\",\"mvrlBO\":\"按活動篩選\",\"8BwQeU\":\"完成設置\",\"hg80P7\":\"完成 Stripe 設置\",\"1vBhpG\":\"第一位參與者\",\"4pwejF\":\"名字為必填項\",\"6bBh3/\":\"固定費用\",\"5mpF6N\":[[\"currencyCode\"],\" 的固定費用金額\"],\"zWqUyJ\":\"每筆交易收取的固定費用\",\"LWL3Bs\":\"固定費用必須為 0 或更高\",\"YXhom6\":\"固定費用:\",\"KgxI80\":\"靈活的票務系統\",\"lWxAUo\":\"飲食\",\"nFm+5u\":\"頁腳文字\",\"MY2SVM\":\"全額退款\",\"T02gNN\":\"一般入場\",\"3ep0Gx\":\"關於您主辦單位的一般資訊\",\"ziAjHi\":\"產生\",\"exy8uo\":\"產生代碼\",\"4CETZY\":\"取得路線\",\"+4zM7f\":\"透過 Stripe Connect 立即獲得付款\",\"ZDIydz\":\"開始使用\",\"u6FPxT\":\"購票\",\"8KDgYV\":\"準備好您的活動\",\"RkXlPZ\":\"GitHub\",\"oNL5vN\":\"前往活動頁面\",\"gHSuV/\":\"返回主頁\",\"6nDzTl\":\"良好的可讀性\",\"aGWZUr\":\"總收入\",\"n8IUs7\":\"總收入\",\"LIYoRQ\":\"賓客管理\",\"kTSQej\":[\"您好 \",[\"0\"],\",從這裡管理您的平台。\"],\"dORAcs\":\"以下是與您郵箱關聯的所有票。\",\"g+2103\":\"呢個係你嘅推廣連結\",\"QlwJ9d\":\"預期結果:\",\"/iE8xx\":\"Hi.Events 費用\",\"zppscQ\":\"Hi.Events 平台費用及每筆交易的增值稅明細\",\"D+zLDD\":\"已隱藏\",\"DRErHC\":\"對參與者隱藏 - 僅主辦方可見\",\"P+5Pbo\":\"隱藏答案\",\"FmogyU\":\"隱藏選項\",\"gtEbeW\":\"突出顯示\",\"NF8sdv\":\"突出顯示訊息\",\"MXSqmS\":\"突出顯示此產品\",\"7ER2sc\":\"已突出顯示\",\"sq7vjE\":\"突出顯示的產品將具有不同的背景色,使其在活動頁面上脫穎而出。\",\"sy9anN\":\"客戶收到報價後完成購買的時限。留空表示無時間限制。\",\"AVpmAa\":\"如何離線付款\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"匈牙利語\",\"O8m7VA\":\"我同意接收與此活動相關的電子郵件通知\",\"YLgdk5\":\"我確認這是與此活動相關的交易訊息\",\"4/kP5a\":\"如果未自動開啟新分頁,請點擊下方按鈕繼續結帳。\",\"W/eN+G\":\"如果留空,地址將用於生成 Google 地圖連結\",\"PYVWEI\":\"如已註冊,請提供您的增值稅號碼以進行驗證\",\"iIEaNB\":\"如果您在我們這裡有帳戶,您將收到一封電子郵件,其中包含如何重置密碼的說明。\",\"an5hVd\":\"圖片\",\"tSVr6t\":\"模擬\",\"TWXU0c\":\"模擬用戶\",\"5LAZwq\":\"模擬已開始\",\"IMwcdR\":\"模擬已停止\",\"0I0Hac\":\"重要通知\",\"yD3avI\":\"重要提示:更改您的電郵地址將更新存取此訂單的連結。儲存後,您將被重新導向至新的訂單連結。\",\"M8M6fs\":\"重要:需要重新連接 Stripe\",\"jT142F\":[[\"diffHours\"],\" 小時後\"],\"OoSyqO\":[[\"diffMinutes\"],\" 分鐘後\"],\"cljs3a\":\"請說明您是否在歐盟註冊了增值稅\",\"F1Xp97\":\"個人與會者\",\"85e6zs\":\"插入Liquid標記\",\"38KFY0\":\"插入變數\",\"CTWsuc\":\"Instagram\",\"s6EF6K\":\"即時付款\",\"nbfdhU\":\"整合\",\"JHB/Ky\":\"無效\",\"B2Tpo0\":\"無效電郵\",\"5tT0+u\":\"電郵格式無效\",\"f9WRpE\":\"無效的檔案類型。請上傳圖片。\",\"tnL+GP\":\"無效的Liquid語法。請更正後再試。\",\"N9JsFT\":\"無效的增值稅號碼格式\",\"g+lLS9\":\"邀請團隊成員\",\"1z26sk\":\"邀請團隊成員\",\"KR0679\":\"邀請團隊成員\",\"Mokwac\":\"邀請無限團隊成員並自訂角色\",\"aH6ZIb\":\"邀請您的團隊\",\"IuMGvq\":\"發票\",\"y0meFR\":\"愛爾蘭增值稅(23%)將適用於平台費用(本地供應)。\",\"1ZKm04\":\"此帳戶是否在歐盟註冊增值稅?\",\"Lj7sBL\":\"意大利語\",\"F5/CBH\":\"項目\",\"BzfzPK\":\"項目\",\"KmWyx0\":\"任務\",\"o5r6b2\":\"任務已刪除\",\"cd0jIM\":\"任務詳情\",\"ruJO57\":\"任務名稱\",\"YZi+Hu\":\"任務已排隊等待重試\",\"nCywLA\":\"隨時隨地加入\",\"SNzppu\":\"加入候補名單\",\"lZwV6X\":[\"加入 \",[\"0\"],\" 的候補名單\"],\"2gMuHR\":\"已加入\",\"hTJ4fB\":\"只需點擊下面的按鈕重新連接您的 Stripe 帳戶。\",\"MxjCqk\":\"只是在找您的票?\",\"lB2hSG\":[\"讓我隨時了解來自 \",[\"0\"],\" 的新聞和活動\"],\"DruLRc\":\"過去14天\",\"ve9JTU\":\"姓氏為必填項\",\"h0Q9Iw\":\"最新響應\",\"gw3Ur5\":\"最近觸發\",\"QIn0Vl\":\"用於增值稅目的的法定商業名稱\",\"1njn7W\":\"淺色\",\"1qY5Ue\":\"連結已過期或無效\",\"psosdY\":\"訂單詳情連結\",\"6JzK4N\":\"門票連結\",\"shkJ3U\":\"鏈接您的 Stripe 賬户以接收售票資金。\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"允許連結\",\"dF6vP6\":\"已上線\",\"fpMs2Z\":\"直播\",\"D9zTjx\":\"直播活動\",\"WdmJIX\":\"載入預覽中...\",\"IoDI2o\":\"載入標記中...\",\"NFxlHW\":\"正在加載 Webhook\",\"iG7KNr\":\"標誌\",\"vu7ZGG\":\"標誌與封面\",\"gddQe0\":\"您主辦單位的標誌與封面圖片\",\"TBEnp1\":\"標誌將顯示於頁首\",\"Jzu30R\":\"標誌將顯示在門票上\",\"PSRm6/\":\"查找我的門票\",\"4wUIjX\":\"讓您的活動上線\",\"2FzaR1\":\"管理您的支付處理並查看平台費用\",\"2L3vle\":\"最大訊息數 / 24小時\",\"Qp4HWD\":\"最大收件人數 / 訊息\",\"agPptk\":\"媒介\",\"xDAtGP\":\"訊息\",\"bECJqy\":\"訊息批准成功\",\"1jRD0v\":\"向與會者發送特定門票的信息\",\"uQLXbS\":\"訊息已取消\",\"48rf3i\":\"訊息不能超過5000個字符\",\"ZPj0Q8\":\"訊息詳情\",\"Vjat/X\":\"必須填寫訊息\",\"0/yJtP\":\"向具有特定產品的訂單所有者發送消息\",\"saG4At\":\"訊息已排程\",\"mFdA+i\":\"訊息級別\",\"v7xKtM\":\"訊息級別更新成功\",\"H9HlDe\":\"分鐘\",\"gqnyh0\":\"行動裝置最佳化\",\"olKKwj\":\"具有離線支援和即時追蹤的行動掃描器\",\"JbIgPz\":\"貨幣金額是所有貨幣的大致總和\",\"qvF+MT\":\"監控和管理失敗的後台任務\",\"w36OkR\":\"最多瀏覽活動(過去14天)\",\"GfaxEk\":\"音樂\",\"oVGCGh\":\"我的票\",\"8/brI5\":\"必須填寫名稱\",\"sFFArG\":\"名稱必須少於 255 個字元\",\"sCV5Yc\":\"活動名稱\",\"xxU3NX\":\"淨收入\",\"ArHT/C\":\"新註冊\",\"eWRECP\":\"夜生活\",\"HSw5l3\":\"否 - 我是個人或非增值稅註冊企業\",\"VHfLAW\":\"無帳戶\",\"+jIeoh\":\"未找到賬戶\",\"074+X8\":\"沒有活動的 Webhook\",\"zxnup4\":\"冇推廣夥伴可顯示\",\"Dwf4dR\":\"暫無參與者問題\",\"/UC6qk\":\"未找到歸因數據\",\"amMkpL\":\"無容量\",\"99ntUF\":\"此活動沒有可用的簽到列表。\",\"+dAKxg\":\"找不到配置\",\"eb47T5\":\"未找到所選篩選條件的數據。請嘗試調整日期範圍或貨幣。\",\"pZNOT9\":\"沒有結束日期\",\"dW40Uz\":\"未找到活動\",\"8pQ3NJ\":\"未來 24 小時內沒有活動開始\",\"8zCZQf\":\"尚無活動\",\"Yc5YW6\":\"沒有失敗的任務\",\"54GxeB\":\"不影響您當前或過去的交易\",\"EpvBAp\":\"無發票\",\"XZkeaI\":\"未找到日誌\",\"nrSs2u\":\"未找到訊息\",\"OVFwlg\":\"暫無訂單問題\",\"EJ7bVz\":\"找不到訂單\",\"NEmyqy\":\"尚無訂單\",\"wUv5xQ\":\"過去14天沒有主辦方活動\",\"B7w4KY\":\"沒有其他可用的主辦單位\",\"PChXMe\":\"無付費訂單\",\"6jYQGG\":\"沒有過往活動\",\"CHzaTD\":\"過去14天沒有熱門活動\",\"zK/+ef\":\"沒有可供選擇的產品\",\"kY7XDn\":\"沒有產品有等候名單條目\",\"wYiAtV\":\"沒有最近的帳戶註冊\",\"UW90md\":\"未找到收件人\",\"QoAi8D\":\"無響應\",\"EK/G11\":\"尚無響應\",\"3sRuiW\":\"未找到票\",\"yM5c0q\":\"沒有即將舉行的活動\",\"qpC74J\":\"未找到用戶\",\"41dJPO\":\"未配置增值稅設定\",\"8wgkoi\":\"過去14天沒有瀏覽的活動\",\"Arzxc1\":\"沒有候補名單條目\",\"n5vdm2\":\"此端點尚未記錄任何 Webhook 事件。事件觸發後將顯示在此處。\",\"4GhX3c\":\"沒有 Webhooks\",\"4+am6b\":\"否,保留在此\",\"HVwIsd\":\"非增值稅註冊企業或個人:適用愛爾蘭增值稅(23%)\",\"x5+Lcz\":\"未簽到\",\"8n10sz\":\"不符合條件\",\"BwJKBw\":\"共\",\"9h7RDh\":\"提供\",\"EfK2O6\":\"提供名額\",\"3sVRey\":\"提供門票\",\"2O7Ybb\":\"報價逾時\",\"1jUg5D\":\"已提供\",\"l+/HS6\":[\"報價將在 \",[\"timeoutHours\"],\" 小時後過期。\"],\"lQgMLn\":\"辦公室或場地名稱\",\"6Aih4U\":\"離線\",\"Z6gBGW\":\"離線付款\",\"nO3VbP\":[\"正在銷售 \",[\"0\"]],\"2r6bAy\":\"升級完成後,您的舊帳戶將僅用於退款。\",\"oXOSPE\":\"線上\",\"WjSpu5\":\"線上活動\",\"bU7oUm\":\"僅發送給具有這些狀態的訂單\",\"M2w1ni\":\"僅使用促銷代碼時可見\",\"N141o/\":\"打開 Stripe 儀表板\",\"HXMJxH\":\"免責聲明、聯繫信息或感謝說明的可選文本(僅單行)\",\"L565X2\":\"選項\",\"c/TIyD\":\"訂單及門票\",\"H5qWhm\":\"訂單已取消\",\"b6+Y+n\":\"訂單完成\",\"x4MLWE\":\"訂單確認\",\"CsTTH0\":\"訂單確認重新發送成功\",\"ppuQR4\":\"訂單已創建\",\"0UZTSq\":\"訂單貨幣\",\"HdmwrI\":\"訂單電郵\",\"bwBlJv\":\"訂單名字\",\"vrSW9M\":\"訂單已取消並退款。訂單所有者已收到通知。\",\"rzw+wS\":\"訂單持有人\",\"oI/hGR\":\"訂單編號\",\"Pc729f\":\"訂單等待線下支付\",\"F4NXOl\":\"訂單姓氏\",\"RQCXz6\":\"訂單限制\",\"SO9AEF\":\"已設定訂單限制\",\"5RDEEn\":\"訂單語言\",\"vu6Arl\":\"訂單標記為已支付\",\"sLbJQz\":\"未找到訂單\",\"kvYpYu\":\"找不到訂單\",\"i8VBuv\":\"訂單號\",\"FaPYw+\":\"訂單所有者\",\"eB5vce\":\"具有特定產品的訂單所有者\",\"CxLoxM\":\"具有產品的訂單所有者\",\"DoH3fD\":\"訂單付款待處理\",\"UkHo4c\":\"訂單參考\",\"EZy55F\":\"訂單已退款\",\"6eSHqs\":\"訂單狀態\",\"oW5877\":\"訂單總額\",\"e7eZuA\":\"訂單已更新\",\"1SQRYo\":\"訂單更新成功\",\"KndP6g\":\"訂單連結\",\"3NT0Ck\":\"訂單已被取消\",\"sd5IMt\":\"已完成訂單\",\"5It1cQ\":\"訂單已導出\",\"UQ0ACV\":\"訂單總額\",\"B/EBQv\":\"訂單:\",\"qtGTNu\":\"自然帳戶\",\"ucgZ0o\":\"組織\",\"S3CZ5M\":\"主辦單位儀表板\",\"Uu0hZq\":\"組織者郵箱\",\"Gy7BA3\":\"組織者電子郵件地址\",\"SQqJd8\":\"找不到主辦單位\",\"wpj63n\":\"主辦單位設定\",\"coIKFu\":\"所選貨幣沒有可用的主辦單位統計資料,或發生錯誤。\",\"o1my93\":\"更新主辦單位狀態失敗。請稍後再試。\",\"rLHma1\":\"主辦單位狀態已更新\",\"LqBITi\":\"將使用組織者/預設範本\",\"/IX/7x\":\"其他\",\"RsiDDQ\":\"其他列表(不包含此票)\",\"qMASRF\":\"發出的訊息\",\"6/dCYd\":\"總覽\",\"6WdDG7\":\"頁面\",\"8uqsE5\":\"頁面不再可用\",\"QkLf4H\":\"頁面網址\",\"sF+Xp9\":\"頁面瀏覽量\",\"c+suC6\":\"付費帳戶\",\"QIxRUI\":\"付費、免費、分級定價和捐贈型門票\",\"5F7SYw\":\"部分退款\",\"fFYotW\":[\"部分退款:\",[\"0\"]],\"i8day5\":\"將費用轉嫁給買家\",\"k4FLBQ\":\"轉嫁給買家\",\"Ff0Dor\":\"過去\",\"xTPjSy\":\"過往活動\",\"/l/ckQ\":\"貼上網址\",\"URAE3q\":\"已暫停\",\"4fL/V7\":\"付款\",\"OZK07J\":\"付款解鎖\",\"c2/9VE\":\"負載數據\",\"TskrJ8\":\"付款與計劃\",\"5cxUwd\":\"付款日期\",\"ENEPLY\":\"付款方式\",\"EyE8E6\":\"支付處理\",\"8Lx2X7\":\"已收到付款\",\"vcyz2L\":\"支付設置\",\"fx8BTd\":\"付款不可用\",\"51U9mG\":\"付款將繼續無中斷流轉\",\"UkM20g\":\"待審核\",\"dPYu1F\":\"每位參與者\",\"VlXNyK\":\"每份訂單\",\"hauDFf\":\"每張門票\",\"mnF83a\":\"百分比費用\",\"2ueYqG\":\"百分比費用(0-100%)\",\"K2PPlT\":\"百分比費用必須介於 0 到 100 之間\",\"MixU2P\":\"百分比必須介於 0 到 100 之間\",\"MkuVAZ\":\"交易金額的百分比\",\"/Bh+7r\":\"表現\",\"6kPk3+\":\"個人資料\",\"zmwvG2\":\"電話\",\"zFIMat\":\"Pinterest\",\"wBJR8i\":\"計劃舉辦活動?\",\"J3lhKT\":\"平台費用\",\"RD51+P\":[\"從您的付款中扣除 \",[\"0\"],\" 的平台費用\"],\"br3Y/y\":\"平台費用\",\"3buiaw\":\"平台費用報告\",\"kv9dM4\":\"平台收入\",\"OtjenF\":\"請輸入有效的電子郵件地址\",\"jEw0Mr\":\"請輸入有效的 URL\",\"n8+Ng/\":\"請輸入5位數驗證碼\",\"r+lQXT\":\"請輸入您的增值稅號碼\",\"Dvq0wf\":\"請提供圖片。\",\"2cUopP\":\"請重新開始結賬流程。\",\"8KmsFa\":\"請選擇日期範圍\",\"EFq6EG\":\"請選擇圖片。\",\"fuwKpE\":\"請再試一次。\",\"klWBeI\":\"請等一陣再申請新嘅驗證碼\",\"hfHhaa\":\"請稍候,我哋準備緊匯出你嘅推廣夥伴...\",\"o+tJN/\":\"請稍候,我們正在準備導出您的與會者...\",\"+5Mlle\":\"請稍候,我們正在準備導出您的訂單...\",\"trnWaw\":\"波蘭語\",\"luHAJY\":\"熱門活動(過去14天)\",\"TjX7xL\":\"結帳後訊息\",\"OESu7I\":\"透過在多種門票類型之間共享庫存來防止超賣。\",\"NgVUL2\":\"預覽結帳表單\",\"cs5muu\":\"預覽活動頁面\",\"+4yRWM\":\"門票價格\",\"a5jvSX\":\"價格等級\",\"ReihZ7\":\"列印預覽\",\"JnuPvH\":\"列印門票\",\"tYF4Zq\":\"列印為PDF\",\"LcET2C\":\"私隱政策\",\"8z6Y5D\":\"處理退款\",\"JcejNJ\":\"處理訂單中\",\"EWCLpZ\":\"產品已創建\",\"XkFYVB\":\"產品已刪除\",\"YMwcbR\":\"產品銷售、收入和税費明細\",\"ldVIlB\":\"產品已更新\",\"JoKGiJ\":\"優惠碼\",\"k3wH7i\":\"促銷碼使用情況及折扣明細\",\"uEhdRh\":\"僅限促銷\",\"dLm8V5\":\"促銷電子郵件可能導致帳戶被暫停\",\"EEYbdt\":\"發佈\",\"evDBV8\":\"發佈活動\",\"dsFmM+\":\"已購買\",\"Vw0KCJ\":\"QR 碼簽到\",\"oWXNE5\":\"數量\",\"k/bJj0\":\"問題已重新排序\",\"b24kPi\":\"隊列\",\"fqDzSu\":\"費率\",\"mnUGVC\":\"超出速率限制。請稍後再試。\",\"t41hVI\":\"重新提供名額\",\"spsZys\":\"準備升級?這只需要幾分鐘。\",\"vt9xUl\":\"即時分析\",\"xzRvs4\":[\"接收 \",[\"0\"],\" 的產品更新。\"],\"pLXbi8\":\"最近帳戶註冊\",\"Fi3b48\":\"最近訂單\",\"7hPBBn\":\"位收件人\",\"jp5bq8\":\"位收件人\",\"yPrbsy\":\"收件人\",\"E1F5Ji\":\"收件人在訊息發送後可用\",\"Edm6av\":\"重新連接 Stripe →\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"正在重定向到 Stripe...\",\"pnoTN5\":\"推薦帳戶\",\"ACKu03\":\"刷新預覽\",\"fKn/k6\":\"退款金額\",\"qY4rpA\":\"退款失敗\",\"FaK/8G\":[\"退款訂單 \",[\"0\"]],\"MGbi9P\":\"退款待處理\",\"BDSRuX\":[\"已退款:\",[\"0\"]],\"bU4bS1\":\"退款\",\"rYXfOA\":\"地區設定\",\"5tl0Bp\":\"註冊問題\",\"CQeZT8\":\"未找到報告\",\"JEPMXN\":\"請求新連結\",\"TMLAx2\":\"必填\",\"mdeIOH\":\"重新發送驗證碼\",\"sQxe68\":\"重新發送確認\",\"bxoWpz\":\"重新發送確認電郵\",\"G42SNI\":\"重新發送電郵\",\"TTpXL3\":[[\"resendCooldown\"],\"秒後重新發送\"],\"5CiNPm\":\"重新發送門票\",\"Uwsg2F\":\"已預留\",\"8wUjGl\":\"保留至\",\"kCn6wb\":\"重置中...\",\"6gRgw8\":\"重試\",\"1BG8ga\":\"全部重試\",\"rDC+T6\":\"重試任務\",\"CbnrWb\":\"返回活動\",\"Oo/PLb\":\"收入摘要\",\"CfuueU\":\"Revoke Offer\",\"dFFW9L\":[\"銷售已於 \",[\"0\"],\" 結束\"],\"loCKGB\":[\"銷售於 \",[\"0\"],\" 結束\"],\"wlfBad\":\"銷售期間\",\"5CDM6r\":\"已設定銷售期間\",\"ftzaMf\":\"銷售期間、訂單限制、可見性\",\"zpekWp\":[\"銷售於 \",[\"0\"],\" 開始\"],\"mUv9U4\":\"銷售\",\"9KnRdL\":\"銷售已暫停\",\"3VnlS9\":\"所有活動的銷售、訂單和表現指標\",\"3Q1AWe\":\"銷售額:\",\"B4nE3N\":\"示例票價\",\"8BRPoH\":\"示例場地\",\"DyBPvP\":\"儲存配置\",\"KZrfYJ\":\"儲存社交連結\",\"9Y3hAT\":\"儲存範本\",\"C8ne4X\":\"儲存門票設計\",\"6/TNCd\":\"儲存增值稅設定\",\"I+FvbD\":\"掃描\",\"QS1Nla\":\"稍後發送\",\"NAzVVw\":\"排程訊息\",\"4ba0NE\":\"已排程\",\"qcP/8K\":\"排程時間\",\"ftNXma\":\"搜尋推廣夥伴...\",\"VY+Bdn\":\"按賬戶名稱或電子郵件搜尋...\",\"VX+B3I\":\"按活動標題或主辦方搜索...\",\"R0wEyA\":\"按任務名稱或異常搜索...\",\"VT+urE\":\"按姓名或電子郵件搜尋...\",\"GHdjuo\":\"按姓名、電子郵件或帳戶搜索...\",\"20ce0U\":\"按訂單編號、客戶姓名或電子郵件搜尋...\",\"4DSz7Z\":\"按主題、活動或賬戶搜索...\",\"BWF1kC\":\"搜尋訊息...\",\"Mck5ht\":\"安全結帳\",\"p7xUrt\":\"選擇類別\",\"3IcxS1\":\"選擇配置\",\"e4L7bF\":\"選擇一則訊息查看其內容\",\"zPRPMf\":\"選擇級別\",\"BFRSTT\":\"選擇帳戶\",\"mCB6Je\":\"全選\",\"a6+167\":\"選擇活動\",\"kYZSFD\":\"選擇主辦單位以查看其儀表板與活動。\",\"CFbaPk\":\"選擇參加者群組\",\"hJmVtD\":\"選擇國家\",\"tVW/yo\":\"選擇貨幣\",\"n9ZhRa\":\"選擇結束日期與時間\",\"gTN6Ws\":\"選擇結束時間\",\"0U6E9W\":\"選擇活動類別\",\"j9cPeF\":\"選擇事件類型\",\"1nhy8G\":\"選擇掃描器類型\",\"KizCK7\":\"選擇開始日期與時間\",\"dJZTv2\":\"選擇開始時間\",\"3hJUtr\":\"選擇註冊增值稅的國家\",\"x8XMsJ\":\"為此帳戶選擇訊息級別。這控制訊息限制和連結權限。\",\"aT3jZX\":\"選擇時區\",\"TxfvH2\":\"選擇哪些參加者應該收到此訊息\",\"Ropvj0\":\"選擇哪些事件將觸發此 Webhook\",\"5Ds0vl\":\"選擇適用於此帳戶的費用配置。固定費用將在結帳時轉換為訂單貨幣。\",\"ylXj1N\":\"已選擇\",\"j9b/iy\":\"熱賣中 🔥\",\"73qYgo\":\"作為測試發送\",\"HMAqFK\":\"向參與者、持票人或訂單擁有者發送電子郵件。訊息可以立即發送或安排稍後發送。\",\"22Itl6\":\"發送副本給我\",\"NpEm3p\":\"立即發送\",\"nOBvex\":\"將即時訂單和參與者資料傳送到您的外部系統。\",\"1lNPhX\":\"發送退款通知郵件\",\"eaUTwS\":\"發送重置連結\",\"QEQlnV\":\"發送您的第一則訊息\",\"IoAuJG\":\"發送中...\",\"h69WC6\":\"已發送\",\"BVu2Hz\":\"發送者\",\"SPdzrs\":\"客戶下訂時發送\",\"LxSN5F\":\"發送給每位參會者及其門票詳情\",\"89xaFU\":\"為此主辦方創建的新活動設置預設平台費用設置。\",\"eXssj5\":\"為此主辦單位下創建的新活動設定預設設定。\",\"s0FkEx\":\"為不同的入口、場次或日期設定簽到列表。\",\"xMO+Ao\":\"設定你嘅機構\",\"C3htzi\":\"設定已更新\",\"Ohn74G\":\"設定與設計\",\"GG7qDw\":\"分享推廣連結\",\"hL7sDJ\":\"分享主辦單位頁面\",\"jy6QDF\":\"共享容量管理\",\"cMW+gm\":[\"顯示所有平台(另有 \",[\"0\"],\" 個有內容)\"],\"UVPI5D\":\"顯示較少平台\",\"Eu/N/d\":\"顯示營銷訂閱複選框\",\"SXzpzO\":\"預設顯示營銷訂閱複選框\",\"b33PL9\":\"顯示更多平台\",\"t1LIQW\":[\"顯示 \",[\"0\"],\" / \",[\"totalRows\"],\" 條記錄\"],\"jVRHeq\":\"註冊時間\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"社交\",\"d0rUsW\":\"社交連結\",\"j/TOB3\":\"社交連結與網站\",\"s9KGXU\":\"已售出\",\"5qOnWX\":\"售罄候補名單\",\"KTxc6k\":\"出現問題,請重試,或在問題持續時聯繫客服\",\"lkE00/\":\"出了點問題。請稍後再試。\",\"H6Gslz\":\"對於給您帶來的不便,我們深表歉意。\",\"wdxz7K\":\"來源\",\"7JFNej\":\"體育\",\"JcQp9p\":\"開始日期同時間\",\"0m/ekX\":\"開始日期與時間\",\"izRfYP\":\"必須填寫開始日期\",\"2R1+Rv\":\"活動開始時間\",\"2NbyY/\":\"統計數據\",\"GVUxAX\":\"統計數據基於帳戶創建日期\",\"DRykfS\":\"仍在處理您舊交易的退款。\",\"wuV0bK\":\"停止模擬\",\"V3XvZK\":\"Stripe Connect\",\"Bk06QI\":\"Stripe 已連接\",\"aKtF0O\":\"Stripe未連接\",\"9i0++A\":\"Stripe 付款 ID\",\"/QlTE4\":\"Stripe設置已完成。\",\"ii0qn/\":\"主題是必需的\",\"M7Uapz\":\"主題將顯示在這裏\",\"6aXq+t\":\"主題:\",\"JwTmB6\":\"產品複製成功\",\"WUOCgI\":\"已成功提供名額\",\"IvxA4G\":[\"已成功向 \",[\"count\"],\" 人提供門票\"],\"kKpkzy\":\"已成功向 1 人提供門票\",\"Zi3Sbw\":\"已成功從候補名單中移除\",\"RuaKfn\":\"地址更新成功\",\"kzx0uD\":\"成功更新活動預設值\",\"5n+Wwp\":\"主辦單位更新成功\",\"DMCX/I\":\"平台費用預設設置更新成功\",\"URUYHc\":\"平台費用設置更新成功\",\"0Dk/l8\":\"SEO 設定已成功更新\",\"S8Tua9\":\"設定更新成功\",\"MhOoLQ\":\"社交連結更新成功\",\"kj7zYe\":\"Webhook 更新成功\",\"dXoieq\":\"摘要\",\"/RfJXt\":[\"夏日音樂節 \",[\"0\"]],\"CWOPIK\":\"2025夏季音樂節\",\"UaISq3\":\"瑞典語\",\"JZTQI0\":\"切換主辦單位\",\"9YHrNC\":\"系統預設\",\"XX32BM\":\"只需幾分鐘\",\"yT6dQ8\":\"按稅種和活動分組的已收稅款\",\"Ye321X\":\"稅種名稱\",\"WyCBRt\":\"稅務摘要\",\"GkH0Pq\":\"已套用稅項及費用\",\"Rwiyt2\":\"已配置稅項\",\"iQZff7\":\"稅項、費用、可見性、銷售期間、產品重點和訂單限制\",\"BW6QAz\":\"團隊管理\",\"vlf/In\":\"科技\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"讓人們知道您的活動有什麼內容\",\"NiIUyb\":\"請告訴我們您的活動\",\"DovcfC\":\"話俾我哋知你嘅機構資料。呢啲資料會顯示喺你嘅活動頁面。\",\"7wtpH5\":\"範本已啟用\",\"QHhZeE\":\"範本建立成功\",\"xrWdPR\":\"範本刪除成功\",\"G04Zjt\":\"範本儲存成功\",\"xowcRf\":\"服務條款\",\"6K0GjX\":\"文字可能難以閱讀\",\"nm3Iz/\":\"感謝您的參與!\",\"lhAWqI\":\"感謝您的支持,我們將繼續發展和改進 Hi.Events!\",\"KfmPRW\":\"頁面的背景顏色。使用封面圖片時,這會作為覆蓋層應用。\",\"MDNyJz\":\"驗證碼會喺10分鐘後過期。如果你搵唔到電郵,請檢查垃圾郵件資料夾。\",\"AIF7J2\":\"定義固定費用的貨幣。結帳時將轉換為訂單貨幣。\",\"MJm4Tq\":\"訂單的貨幣\",\"cDHM1d\":\"電郵地址已更改。參與者將在更新後的電郵地址收到新門票。\",\"I/NNtI\":\"活動場地\",\"tXadb0\":\"您查找的活動目前不可用。它可能已被刪除、過期或 URL 不正確。\",\"EBzPwC\":\"活動的完整地址\",\"sxKqBm\":\"訂單全額將退款至客戶的原始付款方式。\",\"KgDp6G\":\"您嘗試存取的連結已過期或不再有效。請檢查您的電郵以獲取管理訂單的更新連結。\",\"5OmEal\":\"客戶的語言\",\"sYLeDq\":\"找不到您正在尋找的主辦單位。頁面可能已被移動、刪除,或網址不正確。\",\"C4nQe5\":\"平台費用會添加到票價中。買家支付更多,但您會收到完整的票價。\",\"HxxXZO\":\"用於按鈕和突出顯示的主要品牌顏色\",\"z0KrIG\":\"排程時間為必填項\",\"EWErQh\":\"排程時間必須是將來的時間\",\"DEcpfp\":\"模板正文包含無效的Liquid語法。請更正後再試。\",\"injXD7\":\"無法驗證增值稅號碼。請檢查號碼並重試。\",\"A4UmDy\":\"劇場\",\"tDwYhx\":\"主題與顏色\",\"QP3gP+\":\"這些設定僅適用於複製的嵌入代碼,不會被儲存。\",\"HirZe8\":\"這些範本將用作您組織中所有活動的預設範本。單個活動可以用自己的自定義版本覆蓋這些範本。\",\"lzAaG5\":\"這些範本將僅覆蓋此活動的組織者預設設置。如果這裏沒有設置自定義範本,將使用組織者範本。\",\"XBNC3E\":\"呢個代碼會用嚟追蹤銷售。只可以用字母、數字、連字號同底線。\",\"AaP0M+\":\"對某些使用者來說,此顏色組合可能難以閱讀\",\"RzEvf5\":\"此活動已結束\",\"YClrdK\":\"呢個活動未發佈\",\"dFJnia\":\"這是將會顯示給使用者的主辦單位名稱。\",\"L7dIM7\":\"此連結無效或已過期。\",\"MR5ygV\":\"此連結不再有效\",\"9LEqK0\":\"此名稱對最終用戶可見\",\"j5FdeA\":\"此訂單正在處理中。\",\"sjNPMw\":\"此訂單已被放棄。您可以隨時開始新的訂單。\",\"OhCesD\":\"此訂單已被取消。您可以隨時開始新訂單。\",\"lyD7rQ\":\"呢個主辦方資料未發佈\",\"9b5956\":\"此預覽顯示您的郵件使用示例資料的外觀。實際郵件將使用真實值。\",\"uM9Alj\":\"此產品在活動頁面上突出顯示\",\"RqSKdX\":\"此產品已售罄\",\"W12OdJ\":\"此報告僅供參考。在將此數據用於會計或稅務目的之前,請務必諮詢稅務專業人士。請與您的Stripe儀表板進行交叉驗證,因為Hi.Events可能缺少歷史數據。\",\"0Ew0uk\":\"此門票剛剛被掃描。請等待後再次掃描。\",\"kvpxIU\":\"這將用於通知和與使用者的溝通。\",\"rhsath\":\"呢個唔會俾客戶睇到,但可以幫你識別推廣夥伴。\",\"Mr5UUd\":\"門票已取消\",\"0GSPnc\":\"門票設計\",\"EZC/Cu\":\"門票設計儲存成功\",\"bbslmb\":\"門票設計器\",\"1BPctx\":\"門票:\",\"bgqf+K\":\"持票人電郵\",\"oR7zL3\":\"持票人姓名\",\"HGuXjF\":\"票務持有人\",\"CMUt3Y\":\"票務持有人\",\"awHmAT\":\"門票 ID\",\"6czJik\":\"門票標誌\",\"OkRZ4Z\":\"門票名稱\",\"t79rDv\":\"找不到門票\",\"6tmWch\":\"票券或產品\",\"1tfWrD\":\"門票預覽:\",\"KnjoUA\":\"票價\",\"tGCY6d\":\"門票價格\",\"pGZOcL\":\"門票重新發送成功\",\"8jLPgH\":\"門票類型\",\"X26cQf\":\"門票連結\",\"8qsbZ5\":\"票務與銷售\",\"zNECqg\":\"門票\",\"6GQNLE\":\"門票\",\"NRhrIB\":\"票券與產品\",\"EUnesn\":\"門票有售\",\"AGRilS\":\"已售票數\",\"zyUxcw\":\"TikTok\",\"/jQctM\":\"收件人\",\"nniGTr\":\"要編輯配置,請前往管理選單中的配置部分。\",\"tiI71C\":\"要提高您的限制,請聯繫我們\",\"BZBYf3\":\"要接受信用卡付款,您需要連接您的 Stripe 賬户。Stripe 是我們的支付處理合作夥伴,確保安全交易和及時付款。\",\"W428WC\":\"切換欄位\",\"UBSG1X\":\"頂級主辦方(過去14天)\",\"3sZ0xx\":\"總賬戶數\",\"EaAPbv\":\"支付總金額\",\"SMDzqJ\":\"總參與人數\",\"orBECM\":\"總收款\",\"k5CU8c\":\"總條目\",\"4B7oCp\":\"總費用\",\"KSDwd5\":\"總訂單數\",\"vb0Q0/\":\"總用戶數\",\"oJjplO\":\"總瀏覽量\",\"orluER\":\"按歸因來源追蹤帳戶增長和表現\",\"NHq3l1\":\"透過詳細報告追蹤銷售、收入和參加人數\",\"OpKMSn\":\"交易手續費:\",\"uKOFO5\":\"如果是離線付款則為真\",\"9GsDR2\":\"如果付款待處理則為真\",\"ouM5IM\":\"嘗試其他郵箱\",\"3DZvE7\":\"免費試用Hi.Events\",\"Kz91g/\":\"土耳其語\",\"GdOhw6\":\"關閉聲音\",\"KUOhTy\":\"開啟聲音\",\"dBeuY2\":\"Twitch\",\"XxecLm\":\"門票類型\",\"IrVSu+\":\"無法複製產品。請檢查您的詳細信息\",\"Vx2J6x\":\"無法擷取參與者資料\",\"h0dx5e\":\"無法加入候補名單\",\"n57zCW\":\"未歸因帳戶\",\"b9SN9q\":\"唯一訂單參考\",\"Ef7StM\":\"未知\",\"ZBAScj\":\"未知參會者\",\"ZkS2p3\":\"取消發佈活動\",\"X13xGn\":\"不受信任\",\"Pp1sWX\":\"更新推廣夥伴\",\"KMMOAy\":\"可升級\",\"gJQsLv\":\"上傳主辦單位的封面圖片\",\"4kEGqW\":\"上傳主辦單位的標誌\",\"lnCMdg\":\"上傳圖片\",\"29w7p6\":\"正在上傳圖片...\",\"HtrFfw\":\"URL 是必填項\",\"WBq1/R\":\"USB掃描器已啟用\",\"EV30TR\":\"USB掃描器模式已啟用。現在開始掃描門票。\",\"fovJi3\":\"USB掃描器模式已停用\",\"hli+ga\":\"USB/HID掃描器\",\"OHJXlK\":\"使用 <0>Liquid 模板 個性化您的郵件\",\"0k4cdb\":\"為所有參加者使用訂單詳情。參加者姓名和電郵將與買家資料相符。\",\"bA31T4\":\"為所有參與者使用購買者的資料\",\"rnoQsz\":\"用於邊框、高亮和二維碼樣式\",\"BV4L/Q\":\"UTM 分析\",\"l5ackE\":\"UUID\",\"nfagfM\":\"有效\",\"GuXjc5\":\"已驗證\",\"imLQ9Y\":\"正在驗證您的增值稅號碼...\",\"cK9+xQ\":\"增值稅國家\",\"sqdl5s\":\"增值稅資料\",\"UjNWsF\":\"根據您的增值稅註冊狀態,平台費用可能需要繳納增值稅。請填寫以下增值稅資料部分。\",\"pnVh83\":\"增值稅號碼\",\"CabI04\":\"增值稅號碼不得包含空格\",\"PMhxAR\":\"增值稅號碼必須以 2 個字母的國家代碼開頭,後跟 8-15 個字母數字字元(例如:DE123456789)\",\"gPgdNV\":\"增值稅號碼驗證成功\",\"RUMiLy\":\"增值稅號碼驗證失敗\",\"vqji3Y\":\"增值稅號碼驗證失敗。請檢查您的增值稅號碼。\",\"8dENF9\":\"費用增值稅\",\"ZutOKU\":\"增值稅率\",\"CZomgW\":\"已註冊增值稅\",\"PCRCCN\":\"增值稅登記資料\",\"oSDBWm\":\"增值稅設定\",\"Nfbg76\":\"增值稅設定已成功儲存\",\"UvYql/\":\"增值稅設定已儲存。我們正在後台驗證您的增值稅號碼。\",\"R6n7j9\":\"增值稅設定更新成功\",\"tJylUv\":\"平台費用的增值稅處理\",\"FlGprQ\":\"平台費用的增值稅處理:歐盟增值稅註冊企業可使用反向收費機制(0% - 增值稅指令 2006/112/EC 第 196 條)。非增值稅註冊企業將收取 23% 的愛爾蘭增值稅。\",\"516oLj\":\"增值稅驗證服務暫時無法使用\",\"AdWhjZ\":\"驗證碼\",\"QDEWii\":\"已驗證\",\"wCKkSr\":\"驗證電郵\",\"/IBv6X\":\"驗證您的電郵\",\"e/cvV1\":\"驗證緊...\",\"fROFIL\":\"越南語\",\"RnvnDc\":\"查看平台上發送的所有訊息\",\"+WFMis\":\"查看和下載所有活動的報告。僅包含已完成的訂單。\",\"c7VN/A\":\"查看答案\",\"SZw9tS\":\"查看詳情\",\"FCVmuU\":\"查看活動\",\"c6SXHN\":\"查看活動頁面\",\"n6EaWL\":\"查看日誌\",\"OaKTzt\":\"查看地圖\",\"zNZNMs\":\"查看訊息\",\"67OJ7t\":\"查看訂單\",\"tKKZn0\":\"查看訂單詳情\",\"KeCXJu\":\"查看訂單詳情、退款和重新傳送確認。\",\"9jnAcN\":\"查看主辦單位主頁\",\"1J/AWD\":\"查看門票\",\"N9FyyW\":\"查看、編輯和匯出您的已註冊參與者。\",\"6dp/Hz\":\"Vimeo\",\"wPRp9Z\":\"僅對簽到工作人員可見。有助於在簽到期間識別此名單。\",\"SS4mGB\":\"VK\",\"uUehLT\":\"等待中\",\"quR8Qp\":\"等待付款\",\"u0n+wz\":\"候補名單\",\"3RXFtE\":\"Waitlist Enabled\",\"aUi/Dz\":\"警告:這是系統預設配置。變更將影響所有未分配特定配置的帳戶。\",\"RRZDED\":\"我們找不到與此郵箱關聯的訂單。\",\"2RZK9x\":\"我們找不到您要查找的訂單。連結可能已過期或訂單詳情可能已更改。\",\"nefMIK\":\"我們找不到您要查找的門票。連結可能已過期或門票詳情可能已更改。\",\"miysJh\":\"我們找不到此訂單。它可能已被刪除。\",\"HJKdzP\":\"載入此頁面時遇到問題。請重試。\",\"IfN2Qo\":\"我們建議使用最小尺寸為200x200像素的方形標誌\",\"wJzo/w\":\"我們建議尺寸為 400x400 像素,檔案大小不超過 5MB\",\"x8rEDQ\":\"我們在多次嘗試後無法驗證您的增值稅號碼。我們將繼續在後台嘗試。請稍後再查看。\",\"Uo5ddP\":[\"如果 \",[\"0\"],\" 有名額空出,我們將通過郵件通知您。\"],\"q1BizZ\":\"我們將把您的門票發送到此郵箱\",\"ZOmUYW\":\"我們將在後台驗證您的增值稅號碼。如果有任何問題,我們會通知您。\",\"zCdObC\":\"我們已正式將總部遷至愛爾蘭 🇮🇪。作為此次過渡的一部分,我們現在使用 Stripe 愛爾蘭而不是 Stripe 加拿大。為了保持您的付款順利進行,您需要重新連接您的 Stripe 帳戶。\",\"jh2orE\":\"我們已將總部搬遷至愛爾蘭。因此,我們需要您重新連接您的 Stripe 帳戶。這個快速過程只需幾分鐘。您的銷售和現有數據完全不受影響。\",\"Fq/Nx7\":\"我哋已經將5位數驗證碼發送到:\",\"GdWB+V\":\"Webhook 創建成功\",\"2X4ecw\":\"Webhook 刪除成功\",\"CThMKa\":\"Webhook 日誌\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook 不會發送通知\",\"FSaY52\":\"Webhook 將發送通知\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"網站\",\"vKLEXy\":\"微博\",\"9eF5oV\":\"歡迎回來\",\"QDWsl9\":[\"歡迎嚟到 \",[\"0\"],\",\",[\"1\"],\" 👋\"],\"LETnBR\":[\"歡迎嚟到 \",[\"0\"],\",呢度係你所有活動嘅列表\"],\"FaSXqR\":\"咩類型嘅活動?\",\"f30uVZ\":\"您需要做什麼:\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"當簽到被刪除時\",\"Gmd0hv\":\"當新與會者被創建時\",\"Lc18qn\":\"當新訂單被創建時\",\"dfkQIO\":\"當新產品被創建時\",\"8OhzyY\":\"當產品被刪除時\",\"tRXdQ9\":\"當產品被更新時\",\"9L9/28\":\"當產品售罄時,客戶可以加入候補名單,以便在有名額時收到通知。\",\"Q7CWxp\":\"當與會者被取消時\",\"IuUoyV\":\"當與會者簽到時\",\"nBVOd7\":\"當與會者被更新時\",\"ny2r8d\":\"當訂單被取消時\",\"c9RYbv\":\"當訂單被標記為已支付時\",\"ejMDw1\":\"當訂單被退款時\",\"fVPt0F\":\"當訂單被更新時\",\"bcYlvb\":\"簽到何時關閉\",\"XIG669\":\"簽到何時開放\",\"de6HLN\":\"當顧客購買門票時,他們的訂單將會顯示在這裡。\",\"403wpZ\":\"啟用後,新活動將允許參與者通過安全連結管理自己的門票詳情。這可以按活動覆蓋。\",\"blXLKj\":\"啟用後,新活動將在結帳時顯示營銷訂閱複選框。此設置可以針對每個活動單獨覆蓋。\",\"Kj0Txn\":\"啟用後,Stripe Connect交易將不收取應用費用。用於不支持應用費用的國家。\",\"uchB0M\":\"小工具預覽\",\"uvIqcj\":\"工作坊\",\"EpknJA\":\"請在此輸入您的訊息...\",\"nhtR6Y\":\"X(Twitter)\",\"X/azM1\":\"是 - 我有有效的歐盟增值稅註冊號碼\",\"Tz5oXG\":\"是,取消我的訂單\",\"QlSZU0\":[\"您正在模擬 <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"您正在發出部分退款。客戶將獲得 \",[\"0\"],\" \",[\"1\"],\" 的退款。\"],\"o7LgX6\":\"您可以在帳戶設置中配置額外的服務費和稅費。\",\"5VGIlq\":\"您已達到訊息限制。\",\"casL1O\":\"您已向免費產品添加了税費。您想要刪除它們嗎?\",\"pCLes8\":\"您必須同意接收訊息\",\"FVTVBy\":\"在更新主辦單位狀態之前,您必須先驗證您的電郵地址。\",\"w65ZgF\":\"您需要驗證您的帳戶電子郵件才能修改電子郵件範本。\",\"FRl8Jv\":\"您需要驗證您的帳户電子郵件才能發送消息。\",\"FgRxRP\":\"您永遠擁有 100% 的參加者資料\",\"88cUW+\":\"您收到\",\"U3wiCB\":\"一切就緒!您的付款正在順利處理。\",\"MNFIxz\":[\"您將參加 \",[\"0\"],\"!\"],\"qGZz0m\":\"您已加入候補名單!\",\"/5HL6k\":\"您已獲得一個名額!\",\"p/Sa0j\":\"您的帳戶有訊息限制。要提高您的限制,請聯繫我們\",\"x/xjzn\":\"你嘅推廣夥伴已經成功匯出。\",\"TF37u6\":\"您的與會者已成功導出。\",\"79lXGw\":\"您的簽到名單已成功建立。與您的簽到工作人員共享以下連結。\",\"BnlG9U\":\"您當前的訂單將丟失。\",\"nBqgQb\":\"您的電子郵件\",\"GG1fRP\":\"您的活動已上線!\",\"R02pnV\":\"在向與會者銷售門票之前,您的活動必須處於上線狀態。\",\"hDNwnf\":\"您的標誌、顏色和風格出現在每個頁面上\",\"ifRqmm\":\"你嘅訊息已經成功發送!\",\"0/+Nn9\":\"您的訊息將顯示在此處\",\"/Rj5P4\":\"您的姓名\",\"PFjJxY\":\"您的新密碼必須至少為 8 個字元。\",\"gzrCuN\":\"您的訂單詳情已更新。確認電郵已發送到新的電郵地址。\",\"naQW82\":\"您的訂單已被取消。\",\"bhlHm/\":\"您的訂單正在等待付款\",\"XeNum6\":\"您的訂單已成功導出。\",\"Xd1R1a\":\"您主辦單位的地址\",\"WWYHKD\":\"您的付款受到銀行級加密保護\",\"5b3QLi\":\"您的計劃\",\"6heFYY\":\"您的 Stripe 帳戶已連接並正在處理付款。\",\"vvO1I2\":\"您的 Stripe 賬户已連接並準備好處理支付。\",\"CnZ3Ou\":\"您的門票已確認。\",\"EmFsMZ\":\"您的增值稅號碼已排隊等待驗證\",\"QBlhh4\":\"保存時將驗證您的增值稅號碼\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+0Yy2U\":[\"搜索產品\"],\"+23bI/\":[\"帕特里克\"],\"+2ZJ7N\":[\"將詳情複製到第一位參與者\"],\"+4yRWM\":[\"門票價格\"],\"+4zM7f\":[\"透過 Stripe Connect 立即獲得付款\"],\"+5Mlle\":[\"請稍候,我們正在準備導出您的訂單...\"],\"+8bmSu\":[\"加利福尼亞州\"],\"+CeSxK\":[\"簽到列表刪除成功\"],\"+FWjhR\":[\"您已超時,未能完成訂單。\"],\"+G/XiQ\":[\"年度至今\"],\"+H1RMb\":[\"2024-01-01 10:00\"],\"+LtVBt\":[\"郵政編碼\"],\"+MHcJD\":[\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\"],\"+P0Cn2\":[\"跳過此步驟\"],\"+QARA4\":[\"藝術\"],\"+WFMis\":[\"查看和下載所有活動的報告。僅包含已完成的訂單。\"],\"+Y976X\":[\"無促銷代碼顯示\"],\"+dAKxg\":[\"找不到配置\"],\"+eZ7dp\":[\"線下支付\"],\"+fA4C7\":[\"複製選項\"],\"+guao5\":[\"編輯配置\"],\"+hBhWk\":[\"簽到列表已過期\"],\"+jIeoh\":[\"未找到賬戶\"],\"+jw/c1\":[\"刪除圖片\"],\"+pr/FY\":[\"按活動名稱搜索...\"],\"+qqX74\":[\"更新活動名稱、説明和日期\"],\"+scrJC\":[\"Create products for your event, set prices, and manage available quantity.\"],\"+yMJb7\":[\"必須填寫代碼\"],\"+zy2Nq\":[\"類型\"],\"/2by1f\":[\"州或地區\"],\"/3017M\":[\"已連接到 Stripe\"],\"/4gGIX\":[\"複製到剪貼簿\"],\"/5HL6k\":[\"您已獲得一個名額!\"],\"/5PEQz\":[\"查看活動頁面\"],\"/5b1iZ\":[\"Share to X\"],\"/BI0y9\":[\"退款\"],\"/Bh+7r\":[\"表現\"],\"/CV2x+\":[\"您確定要取消該與會者嗎?這將使其門票作廢\"],\"/DNy62\":[\"我們找不到與\",[\"0\"],\"匹配的任何門票\"],\"/H326L\":[\"已退款\"],\"/HGmW9\":[\"建立可追蹤連結以獎勵推廣您活動的合作夥伴。\"],\"/HkCs4\":[[\"0\"],\"張門票\"],\"/IBv6X\":[\"驗證您的電郵\"],\"/IX/7x\":[\"其他\"],\"/IzmnP\":[\"請稍候,我們正在準備您的發票...\"],\"/JdZIP\":[\"已分配配置\"],\"/Jizh9\":[\"選擇賬户\"],\"/PN1DA\":[\"為此簽到列表添加描述\"],\"/QlTE4\":[\"Stripe設置已完成。\"],\"/RfJXt\":[\"夏日音樂節 \",[\"0\"]],\"/Rj5P4\":[\"您的姓名\"],\"/SIY6o\":[\"搜索引擎優化關鍵詞\"],\"/SgoNA\":[\"總税額\"],\"/TCOIK\":[\"Sorry, this order no longer exists.\"],\"/Ta1d4\":[\"簽出\"],\"/TgBEk\":[\"Share to Reddit\"],\"/UC6qk\":[\"未找到歸因數據\"],\"/bhMdO\":[\"我的精彩活動描述\"],\"/cSMqv\":[\"無法創建問題。請檢查您的詳細信息\"],\"/dgc8E\":[\"活動日期\"],\"/gWrVZ\":[\"所有活動的每日收入、稅費和退款\"],\"/iE8xx\":[\"Hi.Events 費用\"],\"/jHBj5\":[\"推廣夥伴建立成功\"],\"/jQctM\":[\"收件人\"],\"/jZOZa\":[\"服務費\"],\"/l/ckQ\":[\"貼上網址\"],\"/mQ/tD\":[\"Send as a test. This will send the message to your email address instead of the recipients.\"],\"/mfICu\":[\"費用\"],\"/p9Fhq\":[\"無限供應\"],\"/roQKz\":[\"百分比\"],\"/sV91a\":[\"費用處理\"],\"/u4DIx\":[\"已售產品\"],\"/xC/im\":[\"賬單設置\"],\"/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.\"],\"/yeZ20\":[\"Before your event can go live, there are a few things you need to do.\"],\"/z/bH1\":[\"您主辦單位的簡短描述,將會顯示給您的使用者。\"],\"0+iwE5\":[\"重新排序問題失敗\"],\"0/+Nn9\":[\"您的訊息將顯示在此處\"],\"0/vPdA\":[\"添加有關與會者的任何備註。這些將不會對與會者可見。\"],\"0/yJtP\":[\"向具有特定產品的訂單所有者發送消息\"],\"01WH0a\":[\"我們無法確認您的付款。請重試或聯繫技術支持。\"],\"01sEfm\":[\"無法刪除系統預設配置\"],\"02ePaq\":[\"選擇 \",[\"0\"]],\"06s3w3\":[\"在銷售開始日期前隱藏產品\"],\"074+X8\":[\"沒有活動的 Webhook\"],\"0Dk/l8\":[\"SEO 設定已成功更新\"],\"0Ew0uk\":[\"此門票剛剛被掃描。請等待後再次掃描。\"],\"0GSPnc\":[\"門票設計\"],\"0GwUT4\":[\"繼續結帳\"],\"0I0Hac\":[\"重要通知\"],\"0R3Y+9\":[\"參會者電郵\"],\"0RXCDo\":[\"成功刪除税費\"],\"0U6E9W\":[\"選擇活動類別\"],\"0UZTSq\":[\"訂單貨幣\"],\"0Wlk5F\":[\"Share to Social\"],\"0Zptey\":[\"事件默認值\"],\"0Zypnp\":[\"管理儀表板\"],\"0aVEBY\":[\"您確定要刪除所有失敗的任務嗎?\"],\"0fHvjK\":[\"Animated Gradient\"],\"0fT4x3\":[\"This product is hidden from public view\"],\"0k4cdb\":[\"為所有參加者使用訂單詳情。參加者姓名和電郵將與買家資料相符。\"],\"0m/ekX\":[\"開始日期與時間\"],\"0pC/y6\":[\"活動\"],\"0zpgxV\":[\"選項\"],\"147G4h\":[\"您確定要離開嗎?\"],\"15qAvl\":[\"您沒有待處理的電子郵件更改。\"],\"17Fd7X\":[\"Share to Facebook\"],\"19j6uh\":[\"活動表現\"],\"1BG8ga\":[\"全部重試\"],\"1BPctx\":[\"門票:\"],\"1DBGsz\":[\"備註\"],\"1E0vyy\":[\"我們無法加載數據。請重試。\"],\"1HfW/F\":[\"顏色\"],\"1Hzev4\":[\"活動自定義範本\"],\"1J/AWD\":[\"查看門票\"],\"1JnTgU\":[\"從上方複製\"],\"1JwlHk\":[\"產品類別\"],\"1MAvUY\":[\"管理此活動的支付和發票設置。\"],\"1QfxQT\":[\"Dismiss\"],\"1SQRYo\":[\"訂單更新成功\"],\"1SbbH8\":[\"結賬後顯示給客户,在訂單摘要頁面。\"],\"1USFWA\":[\"產品刪除成功\"],\"1UzENP\":[\"否\"],\"1WnhCL\":[\"結賬設置\"],\"1Xxb9f\":[\"連接支付處理\"],\"1YMS+X\":[\"建立緊你嘅活動,請稍候\"],\"1Ycaad\":[\"產品更新成功\"],\"1ZKm04\":[\"此帳戶是否在歐盟註冊增值稅?\"],\"1ZaQUH\":[\"姓氏\"],\"1bZAZA\":[\"將使用預設範本\"],\"1d6kks\":[\"+稅/費\"],\"1g0dC4\":[\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\"],\"1h+RBg\":[\"訂單\"],\"1jRD0v\":[\"向與會者發送特定門票的信息\"],\"1jUg5D\":[\"已提供\"],\"1k0Mp4\":[\"此簽到列表尚未激活\"],\"1l14WA\":[\"Delete product\"],\"1lNPhX\":[\"發送退款通知郵件\"],\"1lRT3t\":[\"禁用此容量將跟蹤銷售情況,但不會在達到限制時停止銷售\"],\"1m+YT2\":[\"在顧客結賬前,必須回答必填問題。\"],\"1mwMl+\":[\"Before you send!\"],\"1nhy8G\":[\"選擇掃描器類型\"],\"1njn7W\":[\"淺色\"],\"1oPDuj\":[\"歸因值\"],\"1qY5Ue\":[\"連結已過期或無效\"],\"1qnZv9\":[\"A fluid, animated mesh gradient\"],\"1tAGuY\":[\"輸入包含國家代碼的增值稅號碼\"],\"1tfWrD\":[\"門票預覽:\"],\"1u9G+9\":[\"Must be at least\"],\"1uJlG9\":[\"強調色\"],\"1vBhpG\":[\"第一位參與者\"],\"1z26sk\":[\"邀請團隊成員\"],\"2+ExvJ\":[\"WhatsApp\"],\"2+O9st\":[\"下載所有已完成訂單的銷售、參與者和財務報告。\"],\"20144c\":[\"Duplicate Settings\"],\"20ce0U\":[\"按訂單編號、客戶姓名或電子郵件搜尋...\"],\"22BOve\":[\"參與者更新成功\"],\"22Itl6\":[\"發送副本給我\"],\"22xieU\":[\"例如 180(3小時)\"],\"237hSL\":[\"完工\"],\"24l4x6\":[\"添加產品\"],\"25QDJ1\":[\"- 點擊發布\"],\"261RBr\":[\"批准訊息\"],\"26pGvx\":[\"有促銷代碼嗎?\"],\"29w7p6\":[\"正在上傳圖片...\"],\"2E2O5H\":[\"自定義此事件的其他設置\"],\"2FzaR1\":[\"管理您的支付處理並查看平台費用\"],\"2KAI4N\":[\"匯出CSV\"],\"2L3vle\":[\"最大訊息數 / 24小時\"],\"2LMsOq\":[\"過去 12 個月\"],\"2NLjA6\":[\"封面圖片將顯示在您的主辦單位頁面頂部\"],\"2NPDz1\":[\"On sale\"],\"2NbyY/\":[\"統計數據\"],\"2O7Ybb\":[\"報價逾時\"],\"2POOFK\":[\"免費\"],\"2R1+Rv\":[\"活動開始時間\"],\"2RZK9x\":[\"我們找不到您要查找的訂單。連結可能已過期或訂單詳情可能已更改。\"],\"2VLZwd\":[\"行動號召按鈕\"],\"2X4ecw\":[\"Webhook 刪除成功\"],\"2bR+8v\":[\"總銷售額\"],\"2cUopP\":[\"請重新開始結賬流程。\"],\"2eIpBM\":[\"This event is not available at the moment. Please check back later.\"],\"2gMuHR\":[\"已加入\"],\"2hGPQG\":[\"例子:「T恤尺碼」、「餐飲偏好」、「職位」\"],\"2iZEz7\":[\"編輯答案\"],\"2q/Q7x\":[\"可見性\"],\"2r6bAy\":[\"升級完成後,您的舊帳戶將僅用於退款。\"],\"2rHwhl\":[\"等待線下付款\"],\"2tbLdK\":[\"慈善\"],\"2uGNuE\":[\"Failed to export orders. Please try again.\"],\"2ueYqG\":[\"百分比費用(0-100%)\"],\"31KB8w\":[\"所有失敗任務已刪除\"],\"352VU2\":[\"沒有帳戶?<0>註冊\"],\"38KFY0\":[\"插入變數\"],\"3DZvE7\":[\"免費試用Hi.Events\"],\"3ENYTQ\":[\"您要求將電子郵件更改為<0>\",[\"0\"],\"的申請正在處理中。請檢查您的電子郵件以確認\"],\"3EXqwa\":[\"類別創建成功\"],\"3F1nBX\":[\"捐贈 / 自由定價產品\"],\"3GfR6a\":[\"輸入商業名稱\"],\"3IEF7U\":[[\"totalCount\"],\" 種門票類型\"],\"3IcxS1\":[\"選擇配置\"],\"3Kzsk7\":[\"此產品為門票。購買後買家將收到門票\"],\"3LtiBI\":[[\"0\"],\"中的折扣\"],\"3NT0Ck\":[\"訂單已被取消\"],\"3PmQfI\":[\"Awesome Event\"],\"3Q1AWe\":[\"銷售額:\"],\"3R/Tu2\":[\"預設費用處理\"],\"3RQ81z\":[\"每位人士將收到一封包含預留名額的電子郵件,以完成購買。\"],\"3RXFtE\":[\"Waitlist Enabled\"],\"3VPPdS\":[\"與 Stripe 連接\"],\"3VnlS9\":[\"所有活動的銷售、訂單和表現指標\"],\"3Z223G\":[\"確認電子郵件地址出錯\"],\"3ZI8IL\":[\"您必須同意條款和條件\"],\"3bR1r4\":[\"輸入推廣夥伴電郵(選填)\"],\"3buiaw\":[\"平台費用報告\"],\"3cKoxx\":[\"配置\"],\"3cqmut\":[\"推廣夥伴幫助你追蹤合作夥伴同KOL產生嘅銷售。建立推廣碼並分享以監控表現。\"],\"3ep0Gx\":[\"關於您主辦單位的一般資訊\"],\"3hJUtr\":[\"選擇註冊增值稅的國家\"],\"3oSV95\":[\"選擇產品等級\"],\"3ogkAk\":[\"複製活動\"],\"3pykXZ\":[\"接受銀行轉賬、支票或其他線下支付方式\"],\"3sRuiW\":[\"未找到票\"],\"3sVRey\":[\"提供門票\"],\"3sZ0xx\":[\"總賬戶數\"],\"3suLF0\":[\"容量分配更新成功\"],\"3tTjpi\":[\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\"],\"3trPKm\":[\"自訂主辦單位頁面外觀\"],\"3wF4Q/\":[\"等待付款\"],\"3wV73y\":[\"城市\"],\"3y+V4p\":[\"組織地址\"],\"3yNuBV\":[\"編輯增值稅設定\"],\"3yiej1\":[\"例如23.5 表示 23.5%\"],\"3zRbWw\":[\"按姓名、電子郵件或訂單號搜索...\"],\"4+am6b\":[\"否,保留在此\"],\"4/If97\":[\"活動狀態更新失敗。請稍後再試\"],\"4/kP5a\":[\"如果未自動開啟新分頁,請點擊下方按鈕繼續結帳。\"],\"403wpZ\":[\"啟用後,新活動將允許參與者通過安全連結管理自己的門票詳情。這可以按活動覆蓋。\"],\"40Gx0U\":[\"時區\"],\"41BQ3k\":[\"聯絡電郵\"],\"41dJPO\":[\"未配置增值稅設定\"],\"45Srzt\":[\"我們無法刪除該類別。請再試一次。\"],\"48Y16Q\":[\"結束時間(選填)\"],\"48rf3i\":[\"訊息不能超過5000個字符\"],\"4B7oCp\":[\"總費用\"],\"4CETZY\":[\"取得路線\"],\"4D3rRj\":[\"返回個人資料\"],\"4DSz7Z\":[\"按主題、活動或賬戶搜索...\"],\"4GLxhy\":[\"入門\"],\"4GhX3c\":[\"沒有 Webhooks\"],\"4H80qv\":[\"訂單更新成功\"],\"4HVzhV\":[\"參與者:\"],\"4HXezG\":[\"Stripe\"],\"4JzCvP\":[\"活動不可用\"],\"4K2OjV\":[\"活動場地\"],\"4MKXqt\":[\"When a product sells out, customers can join a waitlist to be notified when spots become available.\\n\\n\"],\"4Ml90q\":[\"SEO\"],\"4TNVdy\":[\"你確定要發佈呢個主辦方資料嗎?一旦發佈,將會對公眾可見。\"],\"4WT5tD\":[\"🎨 自定義活動頁面\"],\"4Y2FZT\":[\"產品價格類型\"],\"4bUH9i\":[\"為每張購買的門票收集參加者詳情。\"],\"4ba0NE\":[\"已排程\"],\"4fL/V7\":[\"付款\"],\"4kEGqW\":[\"上傳主辦單位的標誌\"],\"4kSf7w\":[\"🎟️ Add products\"],\"4kyDD5\":[\"提供此問題的附加背景或説明。使用此字段添加條款和條件、指南或參與者在回答前需要知道的任何重要信息。\"],\"4lVaWA\":[\"等待線下付款\"],\"4pKXJS\":[\"Event is visible to the public\"],\"4pwejF\":[\"名字為必填項\"],\"4qmnU8\":[\"連接您的 Stripe 帳戶以接受付款。\"],\"4rnJq4\":[\"嵌入腳本\"],\"4ueloy\":[\"什麼是類別?\"],\"4wUIjX\":[\"讓您的活動上線\"],\"5/63nR\":[\"歐元\"],\"516oLj\":[\"增值稅驗證服務暫時無法使用\"],\"51AsAN\":[\"請檢查您的收件箱!如果此郵箱有關聯的票,您將收到查看連結。\"],\"51U9mG\":[\"付款將繼續無中斷流轉\"],\"54GxeB\":[\"不影響您當前或過去的交易\"],\"54MPqC\":[\"例如:標準版、進階版、企業版\"],\"54q0zp\":[\"門票\"],\"55i7Fa\":[\"此消息僅在訂單成功完成後顯示。等待付款的訂單不會顯示此消息。\"],\"5670b9\":[\"提供票券失敗\"],\"57ALrd\":[\"Duplicate Promo Codes\"],\"5AnPaO\":[\"入場券\"],\"5CDM6r\":[\"已設定銷售期間\"],\"5CQ+r0\":[\"允許與未支付訂單關聯的參與者簽到\"],\"5CiNPm\":[\"重新發送門票\"],\"5Ds0vl\":[\"選擇適用於此帳戶的費用配置。固定費用將在結帳時轉換為訂單貨幣。\"],\"5F7SYw\":[\"部分退款\"],\"5FSIzj\":[\"請注意\"],\"5H3Z78\":[\"您確定要刪除此 Webhook 嗎?\"],\"5It1cQ\":[\"訂單已導出\"],\"5K8REg\":[\"此訂單已退款。\"],\"5LAZwq\":[\"模擬已開始\"],\"5LDT6f\":[\"看看這個活動吧!\"],\"5N4wLD\":[\"這是什麼類型的問題?\"],\"5OmEal\":[\"客戶的語言\"],\"5Qmxo/\":[\"你確定要取消發佈呢個主辦方資料嗎?佢將唔再對公眾可見。\"],\"5RDEEn\":[\"訂單語言\"],\"5ShqeM\":[\"您查找的簽到列表不存在。\"],\"5T2HxQ\":[\"激活日期\"],\"5UbY+B\":[\"持有特定門票的與會者\"],\"5VGIlq\":[\"您已達到訊息限制。\"],\"5YrKW7\":[\"完成付款以確保您的門票。\"],\"5b3QLi\":[\"您的計劃\"],\"5cxUwd\":[\"付款日期\"],\"5lcVkL\":[\"連接詳情\"],\"5mpF6N\":[[\"currencyCode\"],\" 的固定費用金額\"],\"5n+Wwp\":[\"主辦單位更新成功\"],\"5qOnWX\":[\"售罄候補名單\"],\"5slqwZ\":[\"建立您的活動\"],\"5tT0+u\":[\"電郵格式無效\"],\"5tl0Bp\":[\"註冊問題\"],\"5uo5eP\":[\"Sale ended\"],\"5xR17G\":[\"對客户隱藏此產品\"],\"6/TNCd\":[\"儲存增值稅設定\"],\"6/dCYd\":[\"總覽\"],\"60u+dQ\":[\"封面圖片將顯示在活動頁面頂部\"],\"621rYf\":[\"付款方式\"],\"62Ciis\":[\"關閉側邊欄\"],\"65A04M\":[\"西班牙語\"],\"67NsZP\":[\"建立緊活動...\"],\"67OJ7t\":[\"查看訂單\"],\"68Axnm\":[\"處理您的請求時出現錯誤。請重試。\"],\"6Aih4U\":[\"離線\"],\"6D8ePg\":[\"page.\"],\"6GQNLE\":[\"門票\"],\"6HK5Ct\":[\"已完成訂單\"],\"6IwNUc\":[\"郵件範本\"],\"6JzK4N\":[\"門票連結\"],\"6K/IHl\":[\"這是如何在應用程式中使用該組件的範例。\"],\"6K0GjX\":[\"文字可能難以閱讀\"],\"6KnyG0\":[\"輸入電郵\"],\"6MIiOI\":[\"剩餘 \",[\"0\"]],\"6PNlRV\":[\"將此活動添加到您的日曆\"],\"6PecK3\":[\"所有活動的出席率和簽到率\"],\"6RmHKN\":[\"主色調\"],\"6UxSgB\":[\"Your order is awaiting payment 🏦\"],\"6V3Ea3\":[\"複製的\"],\"6WdDG7\":[\"頁面\"],\"6YtxFj\":[\"名稱\"],\"6Z/F61\":[\"無數據顯示。請選擇日期範圍\"],\"6a/UJE\":[\"對不起,此優惠代碼不可用\"],\"6aXq+t\":[\"主題:\"],\"6bBh3/\":[\"固定費用\"],\"6czJik\":[\"門票標誌\"],\"6dp/Hz\":[\"Vimeo\"],\"6eMEQO\":[\"hi.events logo\"],\"6eSHqs\":[\"訂單狀態\"],\"6euFZ/\":[\"默認的\",[\"type\"],\"會自動應用於所有新產品。您可以為每個產品單獨覆蓋此設置。\"],\"6fLyj/\":[\"如果您沒有要求更改密碼,請立即更改密碼。\"],\"6fuA9p\":[\"事件成功複製\"],\"6gRgw8\":[\"重試\"],\"6heFYY\":[\"您的 Stripe 帳戶已連接並正在處理付款。\"],\"6imsQS\":[\"簡體中文\"],\"6jYQGG\":[\"沒有過往活動\"],\"6kPk3+\":[\"個人資料\"],\"6kdXbW\":[\"創建促銷代碼\"],\"6nDzTl\":[\"良好的可讀性\"],\"6tmWch\":[\"票券或產品\"],\"6uwAvx\":[\"您無法刪除此價格層,因為此層已有售出的產品。您可以將其隱藏。\"],\"6xCBVN\":[\"支付和發票設置已成功更新\"],\"6zQOg1\":[\"顯示給客户的價格不包括税費。税費將單獨顯示\"],\"7+grte\":[\"確認電郵已發送!請檢查您的收件匣。\"],\"7/9RFs\":[\"上傳圖片失敗。\"],\"70dYC8\":[\"成功更新促銷代碼\"],\"72c5Qo\":[\"總計\"],\"73nxDO\":[\"成功更新雜項設置\"],\"73qYgo\":[\"作為測試發送\"],\"744BMm\":[\"完成您的訂單以確保獲得門票。此優惠有時間限制,請盡快完成。\"],\"77/YgG\":[\"Change Cover\"],\"79lXGw\":[\"您的簽到名單已成功建立。與您的簽到工作人員共享以下連結。\"],\"7B5M35\":[\"簽到\"],\"7Bj3x9\":[\"失敗\"],\"7Cx5It\":[\"早起的鳥兒\"],\"7D9MJz\":[\"完成 Stripe 設置\"],\"7ER2sc\":[\"已突出顯示\"],\"7JF9w9\":[\"新增問題\"],\"7JFNej\":[\"體育\"],\"7KxcHR\":[\"Attendees with a specific product\"],\"7L01XJ\":[\"操作\"],\"7Lb0iU\":[\"Minimum amount:\"],\"7PzzBU\":[\"用户\"],\"7VpPHA\":[\"確認\"],\"7YJdgG\":[\"您的訂單一旦開始滾動,就會出現在這裏。\"],\"7YZofi\":[\"輸入主題和正文以查看預覽\"],\"7dSOhU\":[\"啟用候補名單\"],\"7gsjkI\":[\"使用Liquid範本自定義發送給客戶的郵件。這些範本將用作您組織中所有活動的預設範本。\"],\"7hPBBn\":[\"位收件人\"],\"7kOMfV\":[\"成功更新活動\"],\"7ns+do\":[\"營業地址\"],\"7p5kLi\":[\"Dashboard\"],\"7rLTkE\":[\"所有已封存活動\"],\"7vhWI8\":[\"新密碼\"],\"7wtpH5\":[\"範本已啟用\"],\"7zyx8a\":[\"Failed to remove from waitlist\"],\"8+cOrS\":[\"Copy details to all attendees\"],\"8/brI5\":[\"必須填寫名稱\"],\"8/eLoa\":[\"You need to verify your account before you can send messages.\"],\"83Hu4O\":[\"Duplicate Questions\"],\"85e6zs\":[\"插入Liquid標記\"],\"876pfE\":[\"客户\"],\"87a/t/\":[\"標籤\"],\"88cUW+\":[\"您收到\"],\"89xaFU\":[\"為此主辦方創建的新活動設置預設平台費用設置。\"],\"8AiKIu\":[\"建立門票或商品\"],\"8BMPMe\":[\"Webhook 不會發送通知\"],\"8BRPoH\":[\"示例場地\"],\"8BwQeU\":[\"完成設置\"],\"8Etqrl\":[\"當有空位時自動向下一位提供門票\"],\"8F1i42\":[\"頁面未找到\"],\"8KDgYV\":[\"準備好您的活動\"],\"8KmsFa\":[\"請選擇日期範圍\"],\"8Lx2X7\":[\"已收到付款\"],\"8OhzyY\":[\"當產品被刪除時\"],\"8OvVZZ\":[\"篩選參與者\"],\"8QH2Il\":[\"此類別對公眾隱藏\"],\"8YBH95\":[\"收入\"],\"8ZsakT\":[\"密碼\"],\"8cBtvm\":[\"主要文字顏色\"],\"8dENF9\":[\"費用增值稅\"],\"8jLPgH\":[\"門票類型\"],\"8k8Njd\":[\"客户有多少分鐘來完成訂單。我們建議至少 15 分鐘\"],\"8n10sz\":[\"不符合條件\"],\"8oPbg1\":[\"啟用發票功能\"],\"8pQ3NJ\":[\"未來 24 小時內沒有活動開始\"],\"8q0EdE\":[\"將產品添加到類別\"],\"8qsbZ5\":[\"票務與銷售\"],\"8rE61T\":[\"賬單地址\"],\"8uOlgz\":[\"失敗時間\"],\"8uqsE5\":[\"頁面不再可用\"],\"8v2LRU\":[\"設定活動詳情、地點、結帳選項和電郵通知。\"],\"8vETh9\":[\"Show\"],\"8wITQA\":[\"分層產品允許您為同一產品提供多種價格選項。這非常適合早鳥產品,或為不同人羣提供不同的價格選項。\\\" # zh-cn\"],\"8wUjGl\":[\"保留至\"],\"8wgkoi\":[\"過去14天沒有瀏覽的活動\"],\"8x0pUg\":[\"您確定要從候補名單中移除此條目嗎?\"],\"8z6Y5D\":[\"處理退款\"],\"8zCZQf\":[\"尚無活動\"],\"9+8Vez\":[\"剩餘使用次數\"],\"9+P7zk\":[\"無法創建產品。請檢查您的詳細信息\"],\"9/1YKL\":[\"輸入姓氏\"],\"9002sI\":[\"Back to all events\"],\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"943BwI\":[\"結束日期後1天\"],\"94aQMU\":[\"參與者資訊\"],\"96ryID\":[\"按門票收集資料\"],\"99ntUF\":[\"此活動沒有可用的簽到列表。\"],\"9BdS63\":[\"編輯促銷代碼\"],\"9FQEn8\":[\"選擇類別...\"],\"9GsDR2\":[\"如果付款待處理則為真\"],\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"9KnRdL\":[\"銷售已暫停\"],\"9L9/28\":[\"當產品售罄時,客戶可以加入候補名單,以便在有名額時收到通知。\"],\"9LCqFI\":[\"Go to event homepage\"],\"9LEqK0\":[\"此名稱對最終用戶可見\"],\"9N+p+g\":[\"商務\"],\"9Q6UKX\":[\"YouTube\"],\"9SZT4E\":[\"參與者\"],\"9TO8nT\":[\"您的密碼\"],\"9Wh+ug\":[\"推廣夥伴已匯出\"],\"9Y3hAT\":[\"儲存範本\"],\"9YHrNC\":[\"系統預設\"],\"9b5956\":[\"此預覽顯示您的郵件使用示例資料的外觀。實際郵件將使用真實值。\"],\"9bHCo2\":[\"費用貨幣\"],\"9bpUSo\":[\"匯出緊推廣夥伴\"],\"9eF5oV\":[\"歡迎回來\"],\"9gPPUY\":[\"簽到名單已建立!\"],\"9h7RDh\":[\"提供\"],\"9i0++A\":[\"Stripe 付款 ID\"],\"9jnAcN\":[\"查看主辦單位主頁\"],\"9mZEgt\":[\"成功創建促銷代碼\"],\"9wu8nm\":[\"Snapchat\"],\"9xAp/j\":[\"取消與會者失敗\"],\"9zSt4h\":[\"Failed to export attendees. Please try again.\"],\"A302fe\":[\"返回活動頁面\"],\"A4UmDy\":[\"劇場\"],\"A6AtLP\":[\"Archived Events\"],\"A8iqfq\":[\"實時設置您的活動\"],\"ACKu03\":[\"刷新預覽\"],\"AEuj2m\":[\"活動主頁\"],\"AG/qmQ\":[\"單選題有多個選項,但只能選擇一個。\"],\"AGRilS\":[\"已售票數\"],\"AGZmwV\":[\"圖片上傳成功\"],\"AIF7J2\":[\"定義固定費用的貨幣。結帳時將轉換為訂單貨幣。\"],\"AIUkyF\":[\"導航至與會者\"],\"AJ4rvK\":[\"與會者已取消\"],\"AKbElk\":[\"歐盟增值稅註冊企業:適用反向收費機制(0% - 增值稅指令 2006/112/EC 第 196 條)\"],\"APuxIE\":[\"重新發送電子郵件確認\"],\"APyAR/\":[\"活躍活動\"],\"ARBThj\":[\"將此\",[\"type\"],\"應用於所有新產品\"],\"ARkzso\":[\"輸入推廣夥伴名稱\"],\"ATGYL1\":[\"電子郵件地址\"],\"AVpmAa\":[\"如何離線付款\"],\"AXXqG+\":[\"捐款\"],\"AaP0M+\":[\"對某些使用者來說,此顏色組合可能難以閱讀\"],\"AdWhjZ\":[\"驗證碼\"],\"AeXO77\":[\"賬户\"],\"AeejQi\":[\"此容量應適用於哪些產品?\"],\"AfNRFG\":[\"繼續按鈕文字\"],\"AhBPHd\":[\"這些詳細信息僅在訂單成功完成後顯示。等待付款的訂單不會顯示此消息。\"],\"AhwTa1\":[\"需要操作:需提供增值稅資料\"],\"Ajavq0\":[\"請檢查您的電子郵件以確認您的電子郵件地址\"],\"ApOYO8\":[\"令人驚歎, 活動, 關鍵詞...\"],\"ApsD9J\":[\"添加新內容\"],\"ArHT/C\":[\"新註冊\"],\"Arzxc1\":[\"沒有候補名單條目\"],\"Aspq3b\":[\"參與者資料收集\"],\"AtXtSw\":[\"管理可以應用於您的產品的税費\"],\"Auz0Mz\":[\"請確認您的電郵地址以使用所有功能。\"],\"B/EBQv\":[\"訂單:\"],\"B1St2O\":[\"<0>簽到列表幫助您按日期、區域或票務類型管理活動入場。您可以將票務連結到特定列表,如VIP區域或第1天通行證,並與工作人員共享安全的簽到連結。無需帳戶。簽到適用於移動裝置、桌面或平板電腦,使用裝置相機或HID USB掃描器。 \"],\"B2Tpo0\":[\"無效電郵\"],\"B2V3cA\":[\"分享活動\"],\"B3Mkdt\":[\"創建問題\"],\"B3gPuX\":[\"取消訂單\"],\"B4nE3N\":[\"示例票價\"],\"B5fpAA\":[\"配置分配成功\"],\"B7pZfX\":[[\"0\"],\" 位主辦單位\"],\"B7w4KY\":[\"沒有其他可用的主辦單位\"],\"BCmibk\":[\"嘗試次數\"],\"BDSRuX\":[\"已退款:\",[\"0\"]],\"BFRSTT\":[\"選擇帳戶\"],\"BGD9Yt\":[\"添加機票\"],\"BHZbFy\":[\"每個訂單一個問題。例如,您的送貨地址是什麼?\"],\"BI7D9d\":[\"未設置價格\"],\"BJIEiF\":[\"成功 \",[\"0\"],\" 參會者\"],\"BJtMTd\":[\"我們建議尺寸為 2160px x 1080px,文件大小不超過 5MB\"],\"BLTZ42\":[\"密碼重置成功。請使用新密碼登錄。\"],\"BM/KQm\":[\"郵政編碼\"],\"BMtue0\":[\"當前付款處理器\"],\"BN0OQd\":[\"🎉 Congratulations on creating an event!\"],\"BNBfrU\":[\"Upload Cover\"],\"BOqY23\":[\"創建新的\"],\"BRArmD\":[\"您可以訪問多個賬户。請選擇一個繼續。\"],\"BREO0S\":[\"顯示一個複選框,允許客戶選擇接收此活動組織者的營銷通訊。\"],\"BTne9e\":[\"為此活動建立自定義郵件範本以覆蓋組織者預設設置\"],\"BUe8Wj\":[\"買家支付\"],\"BV4L/Q\":[\"UTM 分析\"],\"BVinvJ\":[\"例子:「您是如何得知我們的?」、「發票公司名稱」\"],\"BVu2Hz\":[\"發送者\"],\"BW6QAz\":[\"團隊管理\"],\"BWF1kC\":[\"搜尋訊息...\"],\"BZ9GWa\":[\"促銷代碼可用於提供折扣、預售權限或為您的活動提供特殊權限。\"],\"BZBYf3\":[\"要接受信用卡付款,您需要連接您的 Stripe 賬户。Stripe 是我們的支付處理合作夥伴,確保安全交易和及時付款。\"],\"BZz12Q\":[\"Print\"],\"BdYtn9\":[\"This order is complete\"],\"Be4gD+\":[\"郵件預覽\"],\"BfucwY\":[\"管理用户及其權限\"],\"BiYOdA\":[\"按名稱搜索...\"],\"Bj/QGQ\":[\"設定最低價格,用户可選擇支付更高的價格\"],\"Bk06QI\":[\"Stripe 已連接\"],\"BnlG9U\":[\"您當前的訂單將丟失。\"],\"BwJKBw\":[\"共\"],\"BxsfMK\":[\"總費用\"],\"BzEFor\":[\"或\"],\"BzfzPK\":[\"項目\"],\"C3htzi\":[\"設定已更新\"],\"C3nD/1\":[\"輸入您的電郵地址\"],\"C4TjpG\":[\"Read less\"],\"C4Y1hA\":[\"選擇產品\"],\"C4nQe5\":[\"平台費用會添加到票價中。買家支付更多,但您會收到完整的票價。\"],\"C4qOW8\":[\"隱藏於公眾視線之外\"],\"C63rRe\":[\"請返回活動頁面重新開始。\"],\"C8HNV2\":[\"完成付款\"],\"C8JLas\":[\"折扣類型\"],\"C8ne4X\":[\"儲存門票設計\"],\"CBBcly\":[\"顯示常用地址字段,包括國家\"],\"CCjxOC\":[\"建立您的第一個活動以開始銷售門票並管理參加者。\"],\"CELKku\":[\"下載發票\"],\"CFLUfD\":[\"Event created successfully 🎉\"],\"CFbaPk\":[\"選擇參加者群組\"],\"CHzaTD\":[\"過去14天沒有熱門活動\"],\"CMUt3Y\":[\"票務持有人\"],\"CMyVEK\":[\"您確定要將此活動設為草稿嗎?這將使公眾無法看到該活動\"],\"CNafaC\":[\"複選框選項允許多重選擇\"],\"CNk/ro\":[\"這是一項在線活動\"],\"COnw8D\":[[\"0\"],\" 標誌\"],\"CPXP5Z\":[\"合作夥伴\"],\"CQeZT8\":[\"未找到報告\"],\"CRu4lK\":[\"已簽到\"],\"CTWsuc\":[\"Instagram\"],\"CThMKa\":[\"Webhook 日誌\"],\"CUKVDt\":[\"使用自訂標誌、顏色和頁腳訊息打造您的門票品牌。\"],\"CVw2MU\":[\"篩選器 (\",[\"activeFilterCount\"],\")\"],\"CWOPIK\":[\"2025夏季音樂節\"],\"CWk59I\":[\"喜劇\"],\"CZomgW\":[\"已註冊增值稅\"],\"CabI04\":[\"增值稅號碼不得包含空格\"],\"CbnrWb\":[\"返回活動\"],\"CfKofC\":[\"下拉選擇\"],\"CfuueU\":[\"Revoke Offer\"],\"ChDLlO\":[\"按鈕文字\"],\"ClwUUD\":[\"活動地點和場地詳情\"],\"CmoB9j\":[\"價格顯示模式\"],\"CnZ3Ou\":[\"您的門票已確認。\"],\"CoZHDB\":[\"You have no order questions.\"],\"Crr3pG\":[\"選擇日曆\"],\"CsTTH0\":[\"訂單確認重新發送成功\"],\"Cw27zP\":[\"Add question\"],\"CxLoxM\":[\"具有產品的訂單所有者\"],\"CySr+W\":[\"點擊查看備註\"],\"D+zLDD\":[\"已隱藏\"],\"D02dD9\":[\"活動\"],\"D2g7C7\":[\"所有任務已排隊等待重試\"],\"D2qlBU\":[\"與會者已更新\"],\"D3iCkb\":[\"開始日期\"],\"D3opg4\":[\"啟用線下支付後,用户可以完成訂單並收到門票。他們的門票將清楚地顯示訂單未支付,簽到工具會通知簽到工作人員訂單是否需要支付。\"],\"D6+U20\":[\"簽到並標記訂單為已付款\"],\"D7C6XV\":[\"When should this check-in list expire?\"],\"D7ZemV\":[\"發送訂單確認和票務電子郵件\"],\"D9zTjx\":[\"直播活動\"],\"DB8zMK\":[\"應用\"],\"DCKkhU\":[\"當前密碼\"],\"DDcvSo\":[\"德國\"],\"DEcpfp\":[\"模板正文包含無效的Liquid語法。請更正後再試。\"],\"DFqasq\":[\"繼續即表示您同意 <0>\",[\"0\"],\" 服務條款\"],\"DJQEZc\":[\"產品排序成功\"],\"DKYTWG\":[\"重試任務失敗\"],\"DKwDdj\":[\"打印票\"],\"DM4gBB\":[\"中文(繁體)\"],\"DMCX/I\":[\"平台費用預設設置更新成功\"],\"DPfwMq\":[\"完成\"],\"DRErHC\":[\"對參與者隱藏 - 僅主辦方可見\"],\"DRykfS\":[\"仍在處理您舊交易的退款。\"],\"DXZRk5\":[\"100 號套房\"],\"DZjk8u\":[\"支付和發票設置\"],\"DZlSLn\":[\"文檔標籤\"],\"Da29Y6\":[\"隱藏此問題\"],\"DdHfeW\":[\"管理賬户詳情和默認設置\"],\"Dim4LO\":[\"手動添加與會者\"],\"DjSbj3\":[\"重新發送門票失敗\"],\"Djl45M\":[\"在您創建容量分配之前,您需要一個產品。\"],\"DnXcDK\":[\"次要顏色\"],\"DoH3fD\":[\"訂單付款待處理\"],\"DovcfC\":[\"話俾我哋知你嘅機構資料。呢啲資料會顯示喺你嘅活動頁面。\"],\"DruLRc\":[\"過去14天\"],\"DrwwNd\":[\"選擇時間段\"],\"Du6bPw\":[\"地址\"],\"Dvq0wf\":[\"請提供圖片。\"],\"DwF9eH\":[\"組件代碼\"],\"Dwf4dR\":[\"暫無參與者問題\"],\"DwuoH0\":[\"Facebook\"],\"DyBPvP\":[\"儲存配置\"],\"E/9LUk\":[\"地點名稱\"],\"E0q9qH\":[\"允許無限次使用\"],\"E15xs8\":[\"⚡️ 設置您的活動\"],\"E1F5Ji\":[\"收件人在訊息發送後可用\"],\"E1eze1\":[\"連接您的 Stripe 帳戶以開始接受您活動的付款。\"],\"E6nRW7\":[\"複製 URL\"],\"E9jY+o\":[\"更新參與者失敗\"],\"EBzPwC\":[\"活動的完整地址\"],\"EEU0+z\":[\"Scan this QR code to access the event page or share it with others\"],\"EEYbdt\":[\"發佈\"],\"EFq6EG\":[\"請選擇圖片。\"],\"EGm34e\":[\"Resend confirmation email\"],\"EHNORh\":[\"找不到帳戶\"],\"EJ7bVz\":[\"找不到訂單\"],\"EJPAcd\":[\"重新發送訂單確認失敗\"],\"EK/G11\":[\"尚無響應\"],\"ELa4O9\":[\"銷售結束日期\"],\"ENCIQz\":[\"複製鏈接\"],\"ENEPLY\":[\"付款方式\"],\"EOqL/A\":[\"您確定要向此人提供名額嗎?他們將收到電子郵件通知。\"],\"ETcU7q\":[\"提供名額失敗\"],\"EUnesn\":[\"門票有售\"],\"EV30TR\":[\"USB掃描器模式已啟用。現在開始掃描門票。\"],\"EWCLpZ\":[\"產品已創建\"],\"EWErQh\":[\"排程時間必須是將來的時間\"],\"EWPtMO\":[\"代碼\"],\"EWnXR+\":[\"連接到 Stripe\"],\"EYeuMv\":[\"click here\"],\"EZC/Cu\":[\"門票設計儲存成功\"],\"EZy55F\":[\"訂單已退款\"],\"EaAPbv\":[\"支付總金額\"],\"EdQY6l\":[\"無\"],\"Edm6av\":[\"重新連接 Stripe →\"],\"Eeo/Gy\":[\"更新設定失敗\"],\"Ef7StM\":[\"未知\"],\"EfK2O6\":[\"提供名額\"],\"Egnj9d\":[\"您必須手動將訂單標記為已支付。這可以在訂單管理頁面上完成。\"],\"Eh5Wrd\":[\"您的精彩網站 🎉\"],\"EhlbcI\":[\"更新訊息級別失敗\"],\"EmFsMZ\":[\"您的增值稅號碼已排隊等待驗證\"],\"EmYMHc\":[\"等待線下付款\"],\"Ep3VfY\":[\"在谷歌地圖上查看\"],\"EpknJA\":[\"請在此輸入您的訊息...\"],\"EpvBAp\":[\"無發票\"],\"ErggF8\":[\"Page background color\"],\"Eu/N/d\":[\"顯示營銷訂閱複選框\"],\"Ev2r9A\":[\"無結果\"],\"Ewir4O\":[\"請選擇至少一個產品\"],\"EwoMtl\":[\"創建類別\"],\"ExDt3P\":[\"你確定要取消發佈呢個活動嗎?佢將唔再對公眾可見。\"],\"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.\"],\"EyE8E6\":[\"支付處理\"],\"EzwCw7\":[\"編輯問題\"],\"F+pJnL\":[\"成功更新搜索引擎設置\"],\"F1Xp97\":[\"個人與會者\"],\"F2jAFv\":[\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\"],\"F2rX0R\":[\"必須選擇至少一種事件類型\"],\"F3/nus\":[\"繼續付款\"],\"F3mW5G\":[\"允許客戶在該產品售罄時加入候補名單\"],\"F4NXOl\":[\"訂單姓氏\"],\"F4SRy3\":[\"簽到已刪除\"],\"F5/CBH\":[\"項目\"],\"F6YahU\":[\"Sorry, something has gone wrong. Please restart the checkout process.\"],\"F6pfE9\":[\"活躍\"],\"F89D36\":[\"標記訂單為已支付時出錯\"],\"FCVmuU\":[\"查看活動\"],\"FG98gC\":[\"清除搜索文本\"],\"FI60XC\":[\"配置稅費\"],\"FImCSc\":[[\"0\"],\"更新成功\"],\"FJ9Yat\":[\"請檢查所提供的信息是否正確\"],\"FL6OwU\":[\"✉️ Confirm your email address\"],\"FMdMfZ\":[\"無法簽到參與者\"],\"FMgbDr\":[\"The maximum number of products for \",[\"0\"],\" is \",[\"1\"]],\"FONsLE\":[\"https://awesome-events.com\"],\"FQBaXG\":[\"激活\"],\"FRl8Jv\":[\"您需要驗證您的帳户電子郵件才能發送消息。\"],\"FSN4TS\":[\"嵌入小工具\"],\"FSaY52\":[\"Webhook 將發送通知\"],\"FTfObB\":[\"尚無產品\"],\"FU1gvP\":[\"編輯簽到列表\"],\"FVTVBy\":[\"在更新主辦單位狀態之前,您必須先驗證您的電郵地址。\"],\"FVetkT\":[\"哪些票應與此簽到列表關聯?\"],\"FaK/8G\":[\"退款訂單 \",[\"0\"]],\"FaPYw+\":[\"訂單所有者\"],\"FaSXqR\":[\"咩類型嘅活動?\"],\"Fb+SDI\":[\"添加更多門票\"],\"Ff0Dor\":[\"過去\"],\"FgRxRP\":[\"您永遠擁有 100% 的參加者資料\"],\"Fi3b48\":[\"最近訂單\"],\"FlGprQ\":[\"平台費用的增值稅處理:歐盟增值稅註冊企業可使用反向收費機制(0% - 增值稅指令 2006/112/EC 第 196 條)。非增值稅註冊企業將收取 23% 的愛爾蘭增值稅。\"],\"FlQKnG\":[\"價格中包含税費\"],\"FmogyU\":[\"隱藏選項\"],\"FpsvqB\":[\"顏色模式\"],\"Fq/Nx7\":[\"我哋已經將5位數驗證碼發送到:\"],\"Fuh+dI\":[\"每個產品一個問題。例如,您的T恤尺碼是多少?\"],\"FwXnJd\":[\"This list will no longer be available for check-ins after this date\"],\"FxVG/l\":[\"已複製到剪貼簿\"],\"G/ZwV1\":[\"Primary Colour\"],\"G04Zjt\":[\"範本儲存成功\"],\"G0KW+e\":[\"成功更新主頁設計\"],\"G42SNI\":[\"重新發送電郵\"],\"G5RhpL\":[\"主辦方\"],\"GBBIy+\":[\"Total remaining\"],\"GDvlUT\":[\"角色\"],\"GG1fRP\":[\"您的活動已上線!\"],\"GG7qDw\":[\"分享推廣連結\"],\"GHdjuo\":[\"按姓名、電子郵件或帳戶搜索...\"],\"GIoqtA\":[\"客戶姓氏\"],\"GNcfRk\":[\"支持電子郵件\"],\"GRChTw\":[\"刪除税費時出了問題\"],\"GS+Mus\":[\"出口\"],\"GTOcxw\":[\"編輯用户\"],\"GVUxAX\":[\"統計數據基於帳戶創建日期\"],\"GVcaW6\":[\"組織詳細信息\"],\"GX6dZv\":[\"訂單摘要\"],\"GctSSm\":[\"應用促銷代碼\"],\"GdOhw6\":[\"關閉聲音\"],\"GdWB+V\":[\"Webhook 創建成功\"],\"GeqWgj\":[\"活動時區\"],\"GfWoKv\":[\"搜索引擎優化設置\"],\"GfaxEk\":[\"音樂\"],\"Gh9Oqb\":[\"活動組織者姓名\"],\"Gjt/py\":[\"取消更改電子郵件\"],\"GkH0Pq\":[\"已套用稅項及費用\"],\"Gmd0hv\":[\"當新與會者被創建時\"],\"Gnjf3o\":[\"您無法更改產品類型,因為有與該產品關聯的參會者。\"],\"GpT6Uf\":[\"允許參與者通過訂單確認電郵中的安全連結更新他們的門票資訊(姓名、電郵)。\"],\"GptGxg\":[\"更改密碼\"],\"GqvPcv\":[\"沒有可用篩選器\"],\"Gspam9\":[\"我們正在處理您的訂單。請稍候...\"],\"GuXjc5\":[\"已驗證\"],\"Guo0lU\":[\"自訂日期和時間\"],\"Gv5AMu\":[\"留言參與者\"],\"Gy7BA3\":[\"組織者電子郵件地址\"],\"H/UMUG\":[\"需要電郵驗證\"],\"H34qcM\":[\"建立緊主辦方...\"],\"H35u3n\":[\"必須先創建機票,然後才能手動添加與會者。\"],\"H4nE+E\":[\"取消所有產品並釋放回可用池\"],\"H5qWhm\":[\"訂單已取消\"],\"H6Gslz\":[\"對於給您帶來的不便,我們深表歉意。\"],\"H6Ma8Z\":[\"折扣\"],\"H8kMHT\":[\"收唔到驗證碼?\"],\"H9HlDe\":[\"分鐘\"],\"HB22j9\":[\"繼續設置\"],\"HE6KcK\":[\"撤銷邀請!\"],\"HFucK5\":[\"沒有可顯示的已結束活動。\"],\"HGuXjF\":[\"票務持有人\"],\"HILpDX\":[\"This order is awaiting payment\"],\"HJKdzP\":[\"載入此頁面時遇到問題。請重試。\"],\"HLDaLi\":[\"管理員用户可以完全訪問事件和賬户設置。\"],\"HMAqFK\":[\"向參與者、持票人或訂單擁有者發送電子郵件。訊息可以立即發送或安排稍後發送。\"],\"HR/cvw\":[\"示例街123號\"],\"HSw5l3\":[\"否 - 我是個人或非增值稅註冊企業\"],\"HT/08n\":[\"參會者票\"],\"HVW65c\":[\"付費產品\"],\"HVkhy2\":[\"歸因分析\"],\"HVwIsd\":[\"非增值稅註冊企業或個人:適用愛爾蘭增值稅(23%)\"],\"HWXuQK\":[\"收藏此頁面,隨時管理您的訂單。\"],\"HX5SVx\":[\"項目\"],\"HXMJxH\":[\"免責聲明、聯繫信息或感謝說明的可選文本(僅單行)\"],\"HdmwrI\":[\"訂單電郵\"],\"HhwcTQ\":[\"活動名稱\"],\"HiGkFu\":[\"正在重定向到 Stripe...\"],\"HirZe8\":[\"這些範本將用作您組織中所有活動的預設範本。單個活動可以用自己的自定義版本覆蓋這些範本。\"],\"HnNept\":[\"Please enter your new password\"],\"HqP6Qf\":[\"電子郵件更改已成功取消\"],\"HsFnrk\":[[\"0\"],\"的最大產品數量是\",[\"1\"]],\"HtrFfw\":[\"URL 是必填項\"],\"HxxXZO\":[\"用於按鈕和突出顯示的主要品牌顏色\"],\"I+FvbD\":[\"掃描\"],\"I+utEq\":[\"推廣碼無法更改\"],\"I/NNtI\":[\"活動場地\"],\"I3QpvQ\":[\"受援國\"],\"I3yitW\":[\"最後登錄\"],\"I6F3cp\":[\"電子郵件未經驗證\"],\"I7xjqg\":[\"背景類型\"],\"IF7RiR\":[\"封面\"],\"IFHV2p\":[\"您的入場券\"],\"IKwyaF\":[\"成功確認電子郵件更改\"],\"IMJ6rh\":[\"自動調整大小\"],\"IMwcdR\":[\"模擬已停止\"],\"INDKM9\":[\"輸入郵件主題...\"],\"IUwGEM\":[\"保存更改\"],\"IV9xTT\":[\"該用户未激活,因為他們沒有接受邀請。\"],\"IagCbF\":[\"鏈接\"],\"IatsLx\":[\"Delete question\"],\"IdULhL\":[\"輸入您的增值稅號碼,包括國家代碼,不含空格(例如:IE1234567A、DE123456789)\"],\"IfN2Qo\":[\"我們建議使用最小尺寸為200x200像素的方形標誌\"],\"IgcAGN\":[\"銷售總額\"],\"IkGIz8\":[\"付訖\"],\"IoAuJG\":[\"發送中...\"],\"IoDI2o\":[\"載入標記中...\"],\"IoRZzD\":[\"20\"],\"IrUqjC\":[\"無法簽到(已取消)\"],\"IrVSu+\":[\"無法複製產品。請檢查您的詳細信息\"],\"IuMGvq\":[\"發票\"],\"IuUoyV\":[\"當與會者簽到時\"],\"IvxA4G\":[\"已成功向 \",[\"count\"],\" 人提供門票\"],\"J/hVSQ\":[[\"0\"]],\"J2LkP8\":[\"無訂單顯示\"],\"J3RJSZ\":[\"成功更新與會者\"],\"J3lhKT\":[\"平台費用\"],\"J6n7sl\":[\"持續進行\"],\"JEPMXN\":[\"請求新連結\"],\"JEdsvQ\":[\"支付説明\"],\"JHB/Ky\":[\"無效\"],\"JJhRbH\":[\"第一天容量\"],\"JKfSAv\":[\"導出失敗。請重試。\"],\"JNCzPW\":[\"國家\"],\"JQNMrj\":[\"建立你嘅第一個活動\"],\"JRQitQ\":[\"確認新密碼\"],\"JZTQI0\":[\"切換主辦單位\"],\"JbIgPz\":[\"貨幣金額是所有貨幣的大致總和\"],\"JcQp9p\":[\"開始日期同時間\"],\"JcejNJ\":[\"處理訂單中\"],\"JhtZAK\":[\"付款失敗\"],\"JjMIKU\":[\"Reddit\"],\"JjkX4+\":[\"選擇背景顏色\"],\"Jjw03p\":[\"導出與會者失敗\"],\"JlFcis\":[\"發送\"],\"JmVITJ\":[\"確定要刪除此範本嗎?此操作無法復原,郵件將回退到預設範本。\"],\"JnuPvH\":[\"列印門票\"],\"JoKGiJ\":[\"優惠碼\"],\"JpohL9\":[\"税收\"],\"JtI4vj\":[\"預設參加者資料收集\"],\"Jv22kr\":[[\"0\"],\" <0>簽到成功\"],\"JvUngl\":[\"日期和時間\"],\"JvuLls\":[\"承擔費用\"],\"JwTmB6\":[\"產品複製成功\"],\"Jwiilf\":[\"您的訂單已被取消\"],\"JyD0LH\":[\"活動設定\"],\"JzLDvy\":[\"Duplicate Capacity Assignments\"],\"Jzu30R\":[\"標誌將顯示在門票上\"],\"K2PPlT\":[\"百分比費用必須介於 0 到 100 之間\"],\"K47k8R\":[\"產品\"],\"K5+3xg\":[\"接受邀請\"],\"K6fmBI\":[\"此簽到列表尚未激活,不能用於簽到。\"],\"K7tIrx\":[\"類別\"],\"K885Eq\":[\"Questions sorted successfully\"],\"KFXip/\":[\"約翰\"],\"KIhhpi\":[\"定製您的活動頁面\"],\"KIjvtr\":[\"荷蘭語\"],\"KMMOAy\":[\"可升級\"],\"KMgp2+\":[[\"0\"],\"可用\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"KPWxKD\":[\"無信息顯示\"],\"KR0679\":[\"邀請團隊成員\"],\"KRhIxT\":[\"You can now start receiving payments through Stripe.\"],\"KRmTkx\":[\"複製產品\"],\"KSDwd5\":[\"總訂單數\"],\"KSQ8An\":[\"您的訂單\"],\"KTxc6k\":[\"出現問題,請重試,或在問題持續時聯繫客服\"],\"KUOhTy\":[\"開啟聲音\"],\"KWa0gi\":[\"Delete Image\"],\"KWgppI\":[\"Sorry, something went wrong loading this page.\"],\"KYveV8\":[\"多行文本框\"],\"KZN4Lc\":[\"全部刪除\"],\"KZrfYJ\":[\"儲存社交連結\"],\"KbS2K9\":[\"Reset Password\"],\"KcXRN+\":[\"支援聯絡電郵\"],\"Kdpf90\":[\"別忘了!\"],\"KeCXJu\":[\"查看訂單詳情、退款和重新傳送確認。\"],\"KfmPRW\":[\"頁面的背景顏色。使用封面圖片時,這會作為覆蓋層應用。\"],\"KgDp6G\":[\"您嘗試存取的連結已過期或不再有效。請檢查您的電郵以獲取管理訂單的更新連結。\"],\"KgxI80\":[\"靈活的票務系統\"],\"KizCK7\":[\"選擇開始日期與時間\"],\"Kj0Txn\":[\"啟用後,Stripe Connect交易將不收取應用費用。用於不支持應用費用的國家。\"],\"KkrBiR\":[\"參加者資料收集\"],\"KmWyx0\":[\"任務\"],\"KnN1Tu\":[\"到期\"],\"KndP6g\":[\"訂單連結\"],\"KnjoUA\":[\"票價\"],\"Kz91g/\":[\"土耳其語\"],\"L/+xOk\":[\"在創建簽到列表之前,您需要先獲得票。\"],\"L/Qc+w\":[\"客戶電郵地址\"],\"L/gNNk\":[\"更新 \",[\"0\"]],\"L0pJmz\":[\"設置發票編號的起始編號。一旦發票生成,就無法更改。\"],\"L22Tdf\":[\"按姓名、訂單號、參與者號或電子郵件搜索...\"],\"L565X2\":[\"選項\"],\"L7dIM7\":[\"此連結無效或已過期。\"],\"L86zy2\":[\"電郵驗證成功!\"],\"LAW8Vb\":[\"為新活動選擇預設設置。這可以針對單個活動進行覆蓋。\"],\"LBLOqH\":[\"每份訂單詢問一次\"],\"LETnBR\":[\"歡迎嚟到 \",[\"0\"],\",呢度係你所有活動嘅列表\"],\"LINr2M\":[\"Who is this message to?\"],\"LIYoRQ\":[\"賓客管理\"],\"LNWHXb\":[\"沒有可顯示的已歸檔活動。\"],\"LOFgda\":[\"聯絡 \",[\"0\"]],\"LQrXcu\":[\"下載發票\"],\"LRbt6D\":[\"允許搜索引擎索引此事件\"],\"LTVoRa\":[\"Add More products\"],\"LTzmgK\":[\"編輯\",[\"0\"],\"範本\"],\"LWL3Bs\":[\"固定費用必須為 0 或更高\"],\"Lc18qn\":[\"當新訂單被創建時\"],\"LcET2C\":[\"私隱政策\"],\"LchiNd\":[\"你確定要刪除呢個推廣夥伴嗎?呢個操作無法撤銷。\"],\"LdPKPR\":[\"分配配置失敗\"],\"Ldu/RI\":[\"銷售中\"],\"LeC29u\":[\"用於增值稅目的的營業地址\"],\"Lg+ewC\":[\"支付和發票\"],\"Lj7sBL\":[\"意大利語\"],\"LkMOWF\":[\"可用數量\"],\"LmvZ+E\":[\"連接 Stripe 以啟用消息功能\"],\"LqBITi\":[\"將使用組織者/預設範本\"],\"LslKhj\":[\"加載日誌時出錯\"],\"Lu+kBU\":[\"產品銷售\"],\"LuY52w\":[\"歡迎加入!請登錄以繼續。\"],\"Lvi+gV\":[\"留言買家\"],\"LxSN5F\":[\"發送給每位參會者及其門票詳情\"],\"LyFC7X\":[\"篩選訂單\"],\"LyUWXA\":[\"費用已繞過\"],\"M/WIer\":[\"發送消息\"],\"M1RnFv\":[\"已過期\"],\"M2DyLc\":[\"1 個活動的 Webhook\"],\"M2w1ni\":[\"僅使用促銷代碼時可見\"],\"M7Uapz\":[\"主題將顯示在這裏\"],\"M8M6fs\":[\"重要:需要重新連接 Stripe\"],\"MAavyl\":[\"此與會者未回答任何問題。\"],\"MDNyJz\":[\"驗證碼會喺10分鐘後過期。如果你搵唔到電郵,請檢查垃圾郵件資料夾。\"],\"MGbi9P\":[\"退款待處理\"],\"MH/lj8\":[\"無法更新問題。請檢查您的詳細信息\"],\"MHrjPM\":[\"Title\"],\"MJm4Tq\":[\"訂單的貨幣\"],\"MLTkH7\":[\"This email is not promotional and is directly related to the event.\"],\"MMd2TJ\":[\"這些信息將顯示在支付頁面、訂單摘要頁面和訂單確認電子郵件中。\"],\"MNFIxz\":[\"您將參加 \",[\"0\"],\"!\"],\"MOERNx\":[\"葡萄牙語\"],\"MR5ygV\":[\"此連結不再有效\"],\"MSmKHn\":[\"顯示給客户的價格將包括税費。\"],\"MT7dxz\":[\"打印所有門票\"],\"MU3ijv\":[\"將此問題作為必答題\"],\"MXSqmS\":[\"突出顯示此產品\"],\"MXZfGN\":[\"自訂結帳時提出的問題,以從參與者那裡收集重要資訊。\"],\"MY2SVM\":[\"全額退款\"],\"Mck5ht\":[\"安全結帳\"],\"MdfrBE\":[\"Please complete the form below to accept your invitation\"],\"Mfbc2v\":[\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\"],\"MhOoLQ\":[\"社交連結更新成功\"],\"MhVoma\":[\"輸入不含税費的金額。\"],\"Mi1rVn\":[\"售罄\"],\"MixU2P\":[\"百分比必須介於 0 到 100 之間\"],\"Mkkvfd\":[\"隱藏入門頁面\"],\"MkuVAZ\":[\"交易金額的百分比\"],\"Mokwac\":[\"邀請無限團隊成員並自訂角色\"],\"Mqy/Zy\":[\"美國\"],\"Mr5UUd\":[\"門票已取消\"],\"MxjCqk\":[\"只是在找您的票?\"],\"MycdJN\":[\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\"],\"Mz7Ygx\":[\"取消訂單 \",[\"0\"]],\"N0qXpE\":[\"產品\"],\"N141o/\":[\"打開 Stripe 儀表板\"],\"N2C89m\":[\"Reference\"],\"N6j2JH\":[\"編輯 \",[\"0\"]],\"N9FyyW\":[\"查看、編輯和匯出您的已註冊參與者。\"],\"N9JsFT\":[\"無效的增值稅號碼格式\"],\"NAzVVw\":[\"排程訊息\"],\"NB5+UG\":[\"可用標記\"],\"NEmyqy\":[\"尚無訂單\"],\"NF8sdv\":[\"突出顯示訊息\"],\"NFxlHW\":[\"正在加載 Webhook\"],\"NGXKG/\":[\"確認電子郵件地址\"],\"NGo7o/\":[\"Registration\"],\"NHq3l1\":[\"透過詳細報告追蹤銷售、收入和參加人數\"],\"NIuIk1\":[\"無限制\"],\"NJahlc\":[\"在結賬時強制要求填寫賬單地址\"],\"NNc33d\":[\"更新答案失敗。\"],\"NOaWRX\":[\"You do not have permission to access this page\"],\"NPZqBL\":[\"完整訂單\"],\"NRWNfv\":[\"折扣總金額\"],\"NRhrIB\":[\"票券與產品\"],\"NTZ/NX\":[\"嵌入代碼\"],\"NWVRtl\":[\"已完成訂單\"],\"NY/x1b\":[\"地址第 1 行\"],\"Nbd6WT\":[\"配置此活動的候補名單設定\"],\"Nc3l/D\":[\"建立折扣、隱藏門票的存取碼和特別優惠。\"],\"Nfbg76\":[\"增值稅設定已成功儲存\"],\"NgVUL2\":[\"預覽結帳表單\"],\"NiIUyb\":[\"請告訴我們您的活動\"],\"NihQNk\":[\"客戶\"],\"Nl1ZtM\":[\"活動地點\"],\"NlQ0cx\":[[\"組織者名稱\"],\"的首次活動\"],\"NlfnUd\":[\"您點擊的鏈接無效。\"],\"NmpGKr\":[\"我們無法重新排序類別。請再試一次。\"],\"NoNwIX\":[\"不活動\"],\"NpEm3p\":[\"立即發送\"],\"NsWqSP\":[\"新增您的社交媒體帳號及網站網址。這些資訊將會顯示在您的公開主辦單位頁面。\"],\"Nu4oKW\":[\"説明\"],\"NvuEhl\":[\"設計元素\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"O/7I0o\":[\"選擇...\"],\"O0CE67\":[\"Edit question\"],\"O3oNi5\":[\"電子郵件\"],\"O6mra8\":[\"自訂問題\"],\"O8m7VA\":[\"我同意接收與此活動相關的電子郵件通知\"],\"OESu7I\":[\"透過在多種門票類型之間共享庫存來防止超賣。\"],\"OHJXlK\":[\"使用 <0>Liquid 模板 個性化您的郵件\"],\"OIPtI5\":[\"產品價格的百分比。例如,3.5%的產品價格\"],\"OJnhhX\":[[\"eventCount\"],\" 個事件\"],\"OJx3wK\":[\"不詳\"],\"OMJ035\":[\"無線電選項\"],\"OMX4tH\":[\"選擇票\"],\"OP094m\":[\"促銷代碼報告\"],\"OVFwlg\":[\"暫無訂單問題\"],\"OXku3b\":[\"<0>https://your-website.com\"],\"OZK07J\":[\"付款解鎖\"],\"OaKTzt\":[\"查看地圖\"],\"OadMRm\":[\"使用封面圖片\"],\"OdPOhy\":[\"Discord\"],\"OdnLE4\":[\"打開側邊欄\"],\"OeW+DS\":[\"Secondary color\"],\"OfhWJH\":[\"重置\"],\"OfmsI9\":[\"活動太新\"],\"OhCesD\":[\"此訂單已被取消。您可以隨時開始新訂單。\"],\"Ohn74G\":[\"設定與設計\"],\"OiQMhP\":[\"This order has been cancelled\"],\"OkRZ4Z\":[\"門票名稱\"],\"OmylXO\":[\"賬户更新成功\"],\"On0aF2\":[\"網站\"],\"Oo/PLb\":[\"收入摘要\"],\"OoSyqO\":[[\"diffMinutes\"],\" 分鐘後\"],\"OopDbA\":[\"Event page\"],\"OpCtfq\":[\"自動提供已啟用。當有空位時,門票會自動提供。使用此功能手動提供額外名額。\"],\"OpKMSn\":[\"交易手續費:\"],\"OqEV/G\":[\"完成下面的設置以繼續\"],\"Or1CPR\":[\"添加有關與會者的任何備註...\"],\"OrXJBY\":[\"發票編號的可選前綴(例如,INV-)\"],\"Os6n2a\":[\"取消訂單\"],\"OtgNFx\":[\"成功確認電子郵件地址\"],\"OtjenF\":[\"請輸入有效的電子郵件地址\"],\"OvNbls\":[\"下載 .ics\"],\"OveehC\":[\"添加線下支付的説明(例如,銀行轉賬詳情、支票寄送地址、付款截止日期)\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"OyLdaz\":[\"再次發出邀請!\"],\"P+5Pbo\":[\"隱藏答案\"],\"P+Sty0\":[\"您正在將電子郵件更改為 <0>\",[\"0\"],\"。\"],\"P/OAYJ\":[\"免費產品\"],\"P/wEOX\":[\"舊金山\"],\"P0rbCt\":[\"封面圖片\"],\"P5sgAk\":[\"促銷代碼\"],\"P8hBau\":[\"您的付款正在處理中。\"],\"PC3/fk\":[\"未來 24 小時內開始的活動\"],\"PCRCCN\":[\"增值稅登記資料\"],\"PChXMe\":[\"無付費訂單\"],\"PFjJxY\":[\"您的新密碼必須至少為 8 個字元。\"],\"PGPGsL\":[\"添加描述\"],\"PKXt9R\":[\"結束日期必須在開始日期之後\"],\"PLUB/s\":[\"費用\"],\"PMhxAR\":[\"增值稅號碼必須以 2 個字母的國家代碼開頭,後跟 8-15 個字母數字字元(例如:DE123456789)\"],\"PO/sOY\":[\"撤銷邀請\"],\"POT0K/\":[\"每個產品的固定金額。例如,每個產品$0.50\"],\"POdIrN\":[\"地址 1\"],\"PRuBTd\":[\"首頁設計器\"],\"PSRm6/\":[\"查找我的門票\"],\"PUpvQe\":[\"相機掃描器\"],\"PYVWEI\":[\"如已註冊,請提供您的增值稅號碼以進行驗證\"],\"PYs3rP\":[\"活動名稱\"],\"PZ7FTW\":[\"根據背景顏色自動檢測,但可以覆蓋\"],\"Pa6G7v\":[\"組織者姓名\"],\"Pc/Wtj\":[\"此參與者有未付款的訂單。\"],\"Pc729f\":[\"訂單等待線下支付\"],\"PcmR+m\":[\"Share to WhatsApp\"],\"PgdQrx\":[\"Issue refund\"],\"PiH3UR\":[\"已複製!\"],\"Pjsch9\":[\"搜索容量分配...\"],\"Pmr5xp\":[\"成功創建 \",[\"0\"]],\"PnSzEc\":[\"一旦準備就緒,將您的活動上線並開始銷售產品。\"],\"Pp1sWX\":[\"更新推廣夥伴\"],\"Pte1Hv\":[\"查看參會者詳情\"],\"Puv7+X\":[\"賬户設置\"],\"Q/T49U\":[\"2024-01-01 18:00\"],\"Q0zd4P\":[\"此訂單已過期。請重新開始。\"],\"Q2lUR2\":[\"貨幣\"],\"Q7CWxp\":[\"當與會者被取消時\"],\"Q7UCEH\":[\"An error occurred while sorting the questions. Please try again or refresh the page\"],\"Q8PWaJ\":[\"Price tiers\"],\"QBlhh4\":[\"保存時將驗證您的增值稅號碼\"],\"QDEWii\":[\"已驗證\"],\"QDWsl9\":[\"歡迎嚟到 \",[\"0\"],\",\",[\"1\"],\" 👋\"],\"QEQlnV\":[\"發送您的第一則訊息\"],\"QGoXh3\":[\"由於您的業務位於歐盟,我們需要確定平台費用的正確增值稅處理方式:\"],\"QHhZeE\":[\"範本建立成功\"],\"QIWCnW\":[\"VIP簽到列表\"],\"QIn0Vl\":[\"用於增值稅目的的法定商業名稱\"],\"QIodqd\":[\"下載二維碼\"],\"QIxRUI\":[\"付費、免費、分級定價和捐贈型門票\"],\"QKLP1W\":[\"連接 Stripe 賬户,開始接收付款。\"],\"QKim6l\":[\"未找到參與者\"],\"QMHSMS\":[\"客戶將收到確認退款的電子郵件\"],\"QN2F+7\":[\"添加 Webhook\"],\"QNrkms\":[\"答案更新成功。\"],\"QOg2Sf\":[\"自定義此事件的電子郵件和通知設置\"],\"QOhkyl\":[\"撰寫\"],\"QP3gP+\":[\"這些設定僅適用於複製的嵌入代碼,不會被儲存。\"],\"QS1Nla\":[\"稍後發送\"],\"QUg5y1\":[\"快完成了!完成連接您的 Stripe 帳戶以開始接受付款。\"],\"QXgjH0\":[\"無法停止模擬。請重試。\"],\"QXlz+n\":[\"事件的默認貨幣。\"],\"QYARw/\":[\"選擇機票\"],\"QYLpB4\":[\"僅簽到\"],\"QYcUEf\":[\"最低價格\"],\"QbrUIo\":[\"頁面瀏覽量\"],\"QcCPs8\":[\"活動詳情\"],\"QcwyCh\":[\"是的,移除它們\"],\"Qj0GKe\":[\"啟用參與者自助服務\"],\"QkLf4H\":[\"頁面網址\"],\"QlSZU0\":[\"您正在模擬 <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"QlwJ9d\":[\"預期結果:\"],\"Qm5XkZ\":[\"銷售開始日期\"],\"QoAi8D\":[\"無響應\"],\"QotGhf\":[\"關閉此訊息\"],\"Qp4HWD\":[\"最大收件人數 / 訊息\"],\"Qqqrwa\":[\"開啟簽到頁面\"],\"Qrc8RZ\":[\"刪除簽到列表\"],\"QsYjci\":[\"所有活動\"],\"Qt7RBu\":[\"This question is only visible to the event organizer\"],\"QuNKRX\":[\"選擇相機\"],\"QuhVpV\":[\"你好 \",[\"0\"],\" 👋\"],\"QyjCeq\":[\"容量\"],\"QzmQBG\":[\"支付提供商\"],\"R02pnV\":[\"在向與會者銷售門票之前,您的活動必須處於上線狀態。\"],\"R0wEyA\":[\"按任務名稱或異常搜索...\"],\"R29lO5\":[\"付款條款\"],\"R2O9Rg\":[\"支付金額 (\",[\"0\"],\")\"],\"R4Oqr8\":[\"導出完成。正在下載文件...\"],\"R4r4XO\":[\"賓客\"],\"R5IT/I\":[\"與會者備註\"],\"R6i9o9\":[\"您必須確認此電子郵件並非促銷郵件\"],\"R6n7j9\":[\"增值稅設定更新成功\"],\"RBXXtB\":[\"當前沒有可用的支付方式。請聯繫活動組織者以獲取幫助。\"],\"RD51+P\":[\"從您的付款中扣除 \",[\"0\"],\" 的平台費用\"],\"RDie0n\":[\"其他\"],\"RG3szS\":[\"關閉\"],\"RHyZUL\":[\"沒有搜索結果。\"],\"RKKhnW\":[\"建立自訂小工具以在您的網站上銷售門票。\"],\"ROR8QD\":[\"您的賬户名稱會在活動頁面和電子郵件中使用。\"],\"ROv2ZT\":[\"問與答\"],\"RQCXz6\":[\"訂單限制\"],\"RRZDED\":[\"我們找不到與此郵箱關聯的訂單。\"],\"RReHTu\":[\"商業名稱\"],\"RUMiLy\":[\"增值稅號碼驗證失敗\"],\"RUz8o/\":[\"gross sales\"],\"RVb8Fo\":[\"促銷代碼\"],\"RWw9Lg\":[\"關閉視窗\"],\"RY2eP1\":[\"未加收任何税費。\"],\"Razen5\":[\"No attendees will be able to check in before this date using this list\"],\"Rb0XUE\":[\"您什麼時候抵達?\"],\"ReihZ7\":[\"列印預覽\"],\"RfwZxd\":[\"重置密碼\"],\"RjwlZt\":[\"此訂單已付款。\"],\"RkXlPZ\":[\"GitHub\"],\"RktTWf\":[\"發送信息\"],\"RlJmQg\":[\"標準税,如增值税或消費税\"],\"RnvnDc\":[\"查看平台上發送的所有訊息\"],\"Ropvj0\":[\"選擇哪些事件將觸發此 Webhook\"],\"RpwiYC\":[\"退款處理中\"],\"RqSKdX\":[\"此產品已售罄\"],\"Rs/IcB\":[\"首次使用\"],\"Rs7IQv\":[\"結賬前信息\"],\"RsiDDQ\":[\"其他列表(不包含此票)\"],\"RtxQTF\":[\"同時取消此訂單\"],\"RuaKfn\":[\"地址更新成功\"],\"Rwiyt2\":[\"已配置稅項\"],\"RxzN1M\":[\"已啟用\"],\"RzEvf5\":[\"此活動已結束\"],\"S+OdxP\":[\"這項活動由誰組織?\"],\"S+UjNL\":[\"Manage your Stripe payment details\"],\"S+on7c\":[\"You cannot check in attendees with unpaid orders.\"],\"S+tm06\":[\"名字必須在 1 至 50 個字符之間\"],\"S0ctOE\":[\"歸檔活動\"],\"S3CZ5M\":[\"主辦單位儀表板\"],\"S4PqS9\":[[\"0\"],\" 個活動的 Webhook\"],\"S8Tua9\":[\"設定更新成功\"],\"SCimta\":[\"隱藏側邊欄中的入門頁面\"],\"SHJwyq\":[\"簽到率\"],\"SIHgVQ\":[\"取消訊息失敗\"],\"SIbded\":[\"Order Completed\"],\"SMDzqJ\":[\"總參與人數\"],\"SMUbbQ\":[\"下拉式輸入法只允許一個選擇\"],\"SNzppu\":[\"加入候補名單\"],\"SO9AEF\":[\"已設定訂單限制\"],\"SPKbfM\":[\"例如:取得門票,立即註冊\"],\"SPdzrs\":[\"客戶下訂時發送\"],\"SQKPvQ\":[\"邀請用户\"],\"SQqJd8\":[\"找不到主辦單位\"],\"SS4mGB\":[\"VK\"],\"SVOEsu\":[\"導出已開始。正在準備文件...\"],\"SXzpzO\":[\"預設顯示營銷訂閱複選框\"],\"SZw9tS\":[\"查看詳情\"],\"Sa7w7S\":[\"此簽到列表已過期,不再可用於簽到。\"],\"Scbrsn\":[\"Not On Sale\"],\"SchpMp\":[\"Telegram\"],\"SdFlIP\":[\"I would like to pay using an online method (credit card etc.)\"],\"SlfejT\":[\"錯誤\"],\"SnlQeq\":[\"此訂單尚未提出任何問題。\"],\"SoiDyI\":[\"Duplicate Products\"],\"SpabVf\":[\"複選框\"],\"SsI9v/\":[\"放棄訂單失敗。請重試。\"],\"Sxm1lO\":[\"所有狀態\"],\"Sxm8rQ\":[\"用户\"],\"T+1APV\":[\"目前增值稅號碼已驗證\"],\"T02gNN\":[\"一般入場\"],\"T0K0yl\":[\"非活動用户無法登錄。\"],\"T4BMxU\":[\"費用可能會變更。如有變更,您將收到通知。\"],\"T5rdis\":[\"複製到剪貼板\"],\"T6B2gk\":[\"發送訊息失敗。請再試一次。\"],\"TBEnp1\":[\"標誌將顯示於頁首\"],\"TF37u6\":[\"您的與會者已成功導出。\"],\"TF9opW\":[\"該設備不支持閃存\"],\"TMLAx2\":[\"必填\"],\"TNaCfq\":[\"單行文本框\"],\"TPoYsF\":[\"訂購參考\"],\"TSAiPM\":[\"您要查找的頁面不存在\"],\"TTpXL3\":[[\"resendCooldown\"],\"秒後重新發送\"],\"TUJAyx\":[\"密碼必須至少包含 8 個字符\"],\"TWXU0c\":[\"模擬用戶\"],\"TZxnm8\":[\"添加選項\"],\"TdfEV7\":[\"已歸檔\"],\"TeSaQO\":[\"返回帳戶\"],\"Tf55h7\":[\"已配置折扣\"],\"TjX7xL\":[\"結帳後訊息\"],\"TjbIUI\":[[\"totalCount\"],\" 中有 \",[\"availableCount\"],\" 可用\"],\"TkQVup\":[\"請檢查您的電子郵件和密碼並重試\"],\"TkfG8v\":[\"按訂單收集資料\"],\"TlEeFv\":[\"即將舉行的活動\"],\"TnzbL+\":[\"由於垃圾郵件風險較高,您必須先連接 Stripe 帳戶才能向參與者發送訊息。\\n這是為了確保所有活動組織者都經過驗證並承擔責任。\"],\"Tol4BF\":[\"訂購詳情\"],\"TpqW74\":[\"固定式\"],\"Ts8hhq\":[\"由於垃圾郵件風險高,您必須先連接 Stripe 帳戶才能修改電子郵件範本。這是為了確保所有活動主辦方都經過驗證並負責。\"],\"TskrJ8\":[\"付款與計劃\"],\"TvY/XA\":[\"文檔\"],\"TvkW9+\":[\"您確定要歸檔此活動嗎?\"],\"TxfvH2\":[\"選擇哪些參加者應該收到此訊息\"],\"Tz0i8g\":[\"設置\"],\"Tz5oXG\":[\"是,取消我的訂單\"],\"U/R4Ng\":[\"產品等級\"],\"U3pytU\":[\"管理員\"],\"U3wiCB\":[\"一切就緒!您的付款正在順利處理。\"],\"U61sAj\":[\"產品類別更新成功。\"],\"U65fiW\":[\"保存組織器\"],\"U66oUa\":[\"建立範本失敗\"],\"U7nGvl\":[\"無法簽到\"],\"UBSG1X\":[\"頂級主辦方(過去14天)\"],\"UEqXyt\":[\"自定義範圍\"],\"UGT5vp\":[\"保存設置\"],\"UIENhw\":[\"配置名稱對最終用戶可見。固定費用將按當前匯率轉換為訂單貨幣。\"],\"UJmAAK\":[\"主題\"],\"UKfi21\":[\"創建税費\"],\"UMGQOh\":[\"與 Stripe 連接\"],\"UNMVei\":[\"忘記密碼?\"],\"UQ0ACV\":[\"訂單總額\"],\"URAE3q\":[\"已暫停\"],\"URUYHc\":[\"平台費用設置更新成功\"],\"URmyfc\":[\"詳細信息\"],\"UVPI5D\":[\"顯示較少平台\"],\"UW90md\":[\"未找到收件人\"],\"UWWRyd\":[\"新增自訂問題以在結帳時收集額外資訊\"],\"UXBCwc\":[\"姓氏\"],\"UYT+c8\":[\"如果啟用,登記工作人員可以將與會者標記為已登記或將訂單標記為已支付並登記與會者。如果禁用,關聯未支付訂單的與會者無法登記。\"],\"UYUgdb\":[\"訂購\"],\"UZ2GSZ\":[\"發票設置\"],\"UaISq3\":[\"瑞典語\"],\"UabgBd\":[\"正文是必需的\"],\"UdY1lL\":[\"您的付款未成功,請重試。\"],\"Ug4SfW\":[\"創建事件後,您就可以在這裏看到它。\"],\"UiAk5P\":[\"插入圖片\"],\"Uicx2U\":[\"此簽到列表已激活\"],\"UjNWsF\":[\"根據您的增值稅註冊狀態,平台費用可能需要繳納增值稅。請填寫以下增值稅資料部分。\"],\"UkHo4c\":[\"訂單參考\"],\"UkM20g\":[\"待審核\"],\"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.\"],\"UlAK8E\":[\"正在導出訂單\"],\"Uo5ddP\":[\"如果 \",[\"0\"],\" 有名額空出,我們將通過郵件通知您。\"],\"UoIRW8\":[\"已註冊參加者\"],\"Upeg/u\":[\"啟用此範本發送郵件\"],\"Uqefyd\":[\"您在歐盟註冊了增值稅嗎?\"],\"UtDm3q\":[\"複製到剪貼板的 URL\"],\"Uu0hZq\":[\"組織者郵箱\"],\"UvYql/\":[\"增值稅設定已儲存。我們正在後台驗證您的增值稅號碼。\"],\"Uwsg2F\":[\"已預留\"],\"V0SbFp\":[\"顯示可用產品數量\"],\"V1EGGU\":[\"姓名\"],\"V1krgP\":[\"代碼唔可以超過20個字元\"],\"V2sk3H\":[\"電子郵件和模板\"],\"V3XvZK\":[\"Stripe Connect\"],\"V53XzQ\":[\"新嘅驗證碼已經發送到你嘅電郵\"],\"V6Q5RZ\":[\"容量分配創建成功\"],\"V7DYWd\":[\"發送的信息\"],\"V7MwOy\":[\"加載頁面時出現錯誤\"],\"V7Tejz\":[\"自動處理候補名單\"],\"V7yhws\":[\"hello@awesome-events.com\"],\"VCOi7U\":[\"Order questions\"],\"VCoEm+\":[\"返回登錄\"],\"VD0iA7\":[\"多種價格選項。非常適合早鳥產品等。\"],\"VDWChT\":[\"您確定要將此主辦單位設為草稿嗎?這將使該頁面對公眾隱藏。\"],\"VEsDvU\":[\"用户可在 <0>\\\"配置文件設置\\\" 中更改自己的電子郵件\"],\"VFv2ZC\":[\"結束日期\"],\"VHfLAW\":[\"無帳戶\"],\"VT+urE\":[\"按姓名或電子郵件搜尋...\"],\"VTfZPy\":[\"訪問被拒絕\"],\"VX+B3I\":[\"按活動標題或主辦方搜索...\"],\"VY+Bdn\":[\"按賬戶名稱或電子郵件搜尋...\"],\"VZeG/A\":[\"即將推出\"],\"Vd+LC3\":[\"顏色必須是有效的十六進制顏色代碼。例如#ffffff\"],\"VeKsnD\":[\"重新發送訂單電子郵件\"],\"VejKUM\":[\"請先在上方填寫您的詳細信息\"],\"Vi+BiW\":[\"包括\",[\"0\"],\"個產品\"],\"VioGG1\":[\"連接您的 Stripe 帳戶以接受門票和商品的付款。\"],\"Vjat/X\":[\"必須填寫訊息\"],\"Vjij1k\":[[\"days\"],\" 天, \",[\"hours\"],\" 小時, \",[\"minutes\"],\" 分鐘, 和 \",[\"seconds\"],\" 秒\"],\"VkSk/i\":[\"您確定要取消此定時訊息嗎?\"],\"VlXNyK\":[\"每份訂單\"],\"Vla0Bo\":[\"已售產品\"],\"VlnB7s\":[\"過去 6 個月\"],\"VmXiz4\":[\"輸入您的電子郵件,我們將向您發送重置密碼的說明。\"],\"VpwcSk\":[\"輸入新密碼\"],\"VsM1HH\":[\"容量分配\"],\"VskHIx\":[\"刪除類別\"],\"Vw0KCJ\":[\"QR 碼簽到\"],\"VwdqVy\":[\"創建容量分配\"],\"Vx2J6x\":[\"無法擷取參與者資料\"],\"VxFvXQ\":[\"嵌入小部件\"],\"VxYKoK\":[\"電子郵件和通知設置\"],\"VyUuZb\":[\"圖片網址\"],\"W/eN+G\":[\"如果留空,地址將用於生成 Google 地圖連結\"],\"W12OdJ\":[\"此報告僅供參考。在將此數據用於會計或稅務目的之前,請務必諮詢稅務專業人士。請與您的Stripe儀表板進行交叉驗證,因為Hi.Events可能缺少歷史數據。\"],\"W428WC\":[\"切換欄位\"],\"W4kWXJ\":[\"按與會者姓名、電子郵件或訂單號搜索...\"],\"W5A0Ly\":[\"出現意外錯誤。\"],\"W7AfhC\":[\"本次活動的所有與會者\"],\"WBq1/R\":[\"USB掃描器已啟用\"],\"WFHOlF\":[\"你確定要發佈呢個活動嗎?一旦發佈,將會對公眾可見。\"],\"WHf154\":[\"刪除代碼\"],\"WKHW0N\":[\"在線活動詳情\"],\"WKMnh4\":[\"單行文本輸入\"],\"WLxtFC\":[\"無法創建產品。請檢查您的詳細信息\"],\"WNnP3w\":[\"連接並升級\"],\"WOpH7O\":[\"在任何裝置上都有美觀的結帳體驗\"],\"WOyJmc\":[\"- 點擊取消發布\"],\"WTk/ke\":[\"關於 Stripe Connect\"],\"WUOCgI\":[\"已成功提供名額\"],\"WVbTwK\":[\"創建簽到列表\"],\"WVgSTy\":[\"管理訂單\"],\"WWYHKD\":[\"您的付款受到銀行級加密保護\"],\"WZZzB6\":[\"必須填寫活動名稱\"],\"WZbCR3\":[\"退款失敗\"],\"WbImlQ\":[\"訂單已取消,並已通知訂單所有者。\"],\"WbopAG\":[\"此活動未啟用 Stripe 支付。\"],\"Wd5CDM\":[\"活動名稱應少於 150 個字元\"],\"WdmJIX\":[\"載入預覽中...\"],\"Weq9zb\":[\"常規\"],\"WgD6rb\":[\"活動類別\"],\"WjSpu5\":[\"線上活動\"],\"Wjz5KP\":[\"無與會者\"],\"Wvrz79\":[\"支付金額\"],\"WyCBRt\":[\"稅務摘要\"],\"X++RMT\":[\"Continue button text\"],\"X/azM1\":[\"是 - 我有有效的歐盟增值稅註冊號碼\"],\"X13xGn\":[\"不受信任\"],\"X1zdE7\":[\"配置建立成功\"],\"X26cQf\":[\"門票連結\"],\"X2rrlw\":[\"小計\"],\"X4o0MX\":[\"加載 Webhook 失敗\"],\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"X88/6w\":[\"當客戶加入已售罄產品的候補名單時,條目將顯示在此處。\"],\"XAHqAg\":[\"這是一種常規產品,例如T恤或杯子。不發行門票\"],\"XBNC3E\":[\"呢個代碼會用嚟追蹤銷售。只可以用字母、數字、連字號同底線。\"],\"XIG669\":[\"簽到何時開放\"],\"XKJuAX\":[\"問題已刪除\"],\"XUfgCI\":[\"沒有容量分配\"],\"XVLu2v\":[\"活動標題\"],\"XX32BM\":[\"只需幾分鐘\"],\"XZkeaI\":[\"未找到日誌\"],\"XcgRvb\":[\"約翰遜\"],\"Xd1R1a\":[\"您主辦單位的地址\"],\"Xe2tSS\":[\"連接文檔\"],\"Xe3XMd\":[\"Event is not visible to the public\"],\"XeNum6\":[\"您的訂單已成功導出。\"],\"XgOuA7\":[\"過去 90 天\"],\"XkFYVB\":[\"產品已刪除\"],\"XletzW\":[\"創建類別\"],\"XwdMMg\":[\"代碼只可以包含字母、數字、連字號同底線\"],\"XxecLm\":[\"門票類型\"],\"Y/x1MZ\":[\"This product is hidden unless targeted by a Promo Code\"],\"Y16rLB\":[\"Successfully updated product \"],\"Y1SSqh\":[\"這是您可以用來在應用程式中嵌入小工具的 React 組件。\"],\"Y8DIQy\":[\"Additional Options\"],\"Y8s4f6\":[\"View order details\"],\"Y9Z/vP\":[\"定製活動主頁和結賬信息\"],\"YAV57v\":[\"推廣夥伴\"],\"YAl9Hg\":[\"建立配置\"],\"YC3oXa\":[\"簽到工作人員的描述\"],\"YClrdK\":[\"呢個活動未發佈\"],\"YDVUVl\":[\"事件類型\"],\"YEjitp\":[\"Search by subject or content...\"],\"YHFrbe\":[\"出錯了!請重試\"],\"YHsF9c\":[\"在銷售結束日期後隱藏產品\"],\"YIDzi/\":[\"建立自定義範本\"],\"YIix5Y\":[\"搜索...\"],\"YIsEhQ\":[\"View map\"],\"YLgdk5\":[\"我確認這是與此活動相關的交易訊息\"],\"YM/vu9\":[\"Click here to edit donation\"],\"YMwcbR\":[\"產品銷售、收入和税費明細\"],\"YNKXOK\":[\"This order is processing.\"],\"YP4JuP\":[\"帳戶配置更新成功\"],\"YQ3QSS\":[\"重新發送驗證碼失敗\"],\"YSEnLE\":[\"史密斯\"],\"YXhom6\":[\"固定費用:\"],\"YXx+fG\":[\"折扣前總計\"],\"YZi+Hu\":[\"任務已排隊等待重試\"],\"Ya1JhR\":[\"此類別中沒有可用的產品。\"],\"YaCgdO\":[\"成功重新發送電子郵件確認\"],\"Yc5YW6\":[\"沒有失敗的任務\"],\"Ye321X\":[\"稅種名稱\"],\"YfHZv0\":[\"在顧客結賬前向他們展示\"],\"YgRSEE\":[\"您確定要刪除此促銷代碼嗎?\"],\"YjVNGZ\":[\"主頁預覽\"],\"Ym1gnK\":[\"應用\"],\"YpN29s\":[\"將新訂單通知組織者\"],\"Yrbm6T\":[\"Awesome Organizer Ltd.\"],\"Yu6m6X\":[\"Duplicate Event Cover Image\"],\"YvCknQ\":[\"Add products\"],\"YyEJij\":[\"此訂單已取消。\"],\"YzEk2o\":[\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\"],\"Z+rnth\":[\"簽到列表更新成功\"],\"Z3FXyt\":[\"加載中...\"],\"Z3etYG\":[\"活動前1天\"],\"Z6LdQU\":[\"This event is not available.\"],\"Z6gBGW\":[\"離線付款\"],\"Z6q0Vl\":[\"您已接受此邀請。請登錄以繼續。\"],\"Z8lGw6\":[\"分享\"],\"ZBAScj\":[\"未知參會者\"],\"ZCSSd+\":[\"建立您自己的活動\"],\"ZDIydz\":[\"開始使用\"],\"ZIgYeg\":[\"次要文字顏色\"],\"ZN1WLO\":[\"複製郵箱\"],\"ZOBwQn\":[\"主頁設計\"],\"ZOmUYW\":[\"我們將在後台驗證您的增值稅號碼。如果有任何問題,我們會通知您。\"],\"ZPj0Q8\":[\"訊息詳情\"],\"ZPoHOn\":[\"此參會者沒有關聯的產品。\"],\"ZPwFnN\":[\"導出訂單失敗\"],\"ZQ15eN\":[\"重新發送票據電子郵件失敗\"],\"ZQKLI1\":[\"危險區\"],\"ZS/D7f\":[\"所有已結束活動\"],\"ZWEfBE\":[\"無需支付\"],\"ZZEYpT\":[\"方案 \",[\"i\"]],\"ZaEJZM\":[\"確認電子郵件更改\"],\"ZfxaB4\":[\"部分退款\"],\"Zi3Sbw\":[\"已成功從候補名單中移除\"],\"ZjMs6e\":[\"<0>該產品的可用數量<1>如果該產品有相關的<2>容量限制,此值可以被覆蓋。\"],\"ZkS2p3\":[\"取消發佈活動\"],\"Zkymb9\":[\"同呢個推廣夥伴關聯嘅電郵。推廣夥伴唔會收到通知。\"],\"ZnVt5v\":[\"<0>Webhooks 可在事件發生時立即通知外部服務,例如,在註冊時將新與會者添加到您的 CRM 或郵件列表,確保無縫自動化。<1>使用第三方服務,如 <2>Zapier、<3>IFTTT 或 <4>Make 來創建自定義工作流並自動化任務。\"],\"Znwxal\":[\"應用費用配置\"],\"ZowkxF\":[\"税收\"],\"ZpieFv\":[\"取消訂單失敗\"],\"ZsZeV2\":[\"必須填寫電郵\"],\"ZthcdI\":[\"無折扣的促銷代碼可以用來顯示隱藏的產品。\"],\"ZutOKU\":[\"增值稅率\"],\"Zw6LWb\":[\"刪除任務失敗\"],\"ZxnK5C\":[\"一旦開始收集數據,您將在這裏看到。\"],\"Zz6Cxn\":[\"危險區\"],\"a/gMx2\":[\"沒有簽到列表\"],\"a0EjD+\":[\"創建產品\"],\"a41PKA\":[\"將會追蹤推廣夥伴銷售\"],\"a5KFZU\":[\"新增活動詳情並管理活動設定。\"],\"a5jvSX\":[\"價格等級\"],\"a6+167\":[\"選擇活動\"],\"a6gga1\":[\"確認更改電子郵件時出錯\"],\"a7u1N9\":[\"價格\"],\"aAIQg2\":[\"外觀\"],\"aEDp5C\":[\"將此貼上到您希望小工具顯示的位置。\"],\"aFk48v\":[\"刪除配置失敗\"],\"aGWZUr\":[\"總收入\"],\"aH6ZIb\":[\"邀請您的團隊\"],\"aIA9C4\":[\"成功創建問題\"],\"aK4uBd\":[\"過去 24 小時\"],\"aKtF0O\":[\"Stripe未連接\"],\"aLS+A6\":[\"確定要刪除此範本嗎?此操作無法復原,郵件將回退到組織者或預設範本。\"],\"aS0jtz\":[\"已放棄\"],\"aT3jZX\":[\"選擇時區\"],\"aUi/Dz\":[\"警告:這是系統預設配置。變更將影響所有未分配特定配置的帳戶。\"],\"acIJ41\":[\"訂單狀態\"],\"agPptk\":[\"媒介\"],\"agZ87r\":[\"為您的活動創建門票、設定價格並管理可用數量。\"],\"alD1+n\":[\"發票備註\"],\"amMkpL\":[\"無容量\"],\"an5hVd\":[\"圖片\"],\"aqxYLv\":[\"教育\"],\"av+gjP\":[\"參會者姓名\"],\"avf0gk\":[\"問題描述\"],\"awHmAT\":[\"門票 ID\"],\"axVMjA\":[\"除非用户有適用的促銷代碼,否則隱藏產品\"],\"axv/Mi\":[\"自定義範本\"],\"b0HJ45\":[\"成功!\",[\"0\"],\" 將很快收到一封電子郵件。\"],\"b1Jvg+\":[\"請在新標籤頁中繼續\"],\"b24kPi\":[\"隊列\"],\"b33PL9\":[\"顯示更多平台\"],\"b46pt5\":[\"活動封面圖片\"],\"b4itZn\":[\"工作\"],\"b6+Y+n\":[\"訂單完成\"],\"b9SN9q\":[\"唯一訂單參考\"],\"b9UB/w\":[\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\"],\"b9XOHo\":[\"創建 \",[\"0\"]],\"bA31T4\":[\"為所有參與者使用購買者的資料\"],\"bB6Ram\":[\"過去 48 小時\"],\"bECJqy\":[\"訊息批准成功\"],\"bKOYkd\":[\"發票下載成功\"],\"bLB3MJ\":[\"支付方式\"],\"bPWBLL\":[\"無法簽退參與者\"],\"bPwFdf\":[\"賬戶\"],\"bU4bS1\":[\"退款\"],\"bU7oUm\":[\"僅發送給具有這些狀態的訂單\"],\"bVjDs9\":[\"額外費用\"],\"bZEa4H\":[\"Continue Stripe Connect Setup\"],\"baHeCz\":[\"您確定要刪除此簽到列表嗎?\"],\"bbslmb\":[\"門票設計器\"],\"bcCn6r\":[\"計算類型\"],\"bcYlvb\":[\"簽到何時關閉\"],\"bfXQ+N\":[\"接受邀請\"],\"bgqf+K\":[\"持票人電郵\"],\"bhlHm/\":[\"您的訂單正在等待付款\"],\"blK94r\":[\"請至少添加一個選項\"],\"blXLKj\":[\"啟用後,新活動將在結帳時顯示營銷訂閱複選框。此設置可以針對每個活動單獨覆蓋。\"],\"br3Y/y\":[\"平台費用\"],\"btxLWj\":[\"事件狀態已更新\"],\"bv6RXK\":[\"按鈕標籤\"],\"bwBlJv\":[\"訂單名字\"],\"bxoWpz\":[\"重新發送確認電郵\"],\"byKna+\":[\"出現意外錯誤。請重試。\"],\"c+suC6\":[\"付費帳戶\"],\"c/TIyD\":[\"訂單及門票\"],\"c2/9VE\":[\"負載數據\"],\"c3E/kw\":[\"荷馬\"],\"c4uJfc\":[\"快完成了!我們正在等待您的付款處理。這只需要幾秒鐘。\"],\"c6SXHN\":[\"查看活動頁面\"],\"c7VN/A\":[\"查看答案\"],\"c9Evkd\":[\"您不能刪除最後一個類別。\"],\"c9RYbv\":[\"當訂單被標記為已支付時\"],\"cDHM1d\":[\"電郵地址已更改。參與者將在更新後的電郵地址收到新門票。\"],\"cDtoWq\":[\"您確定要將訂單確認重新發送到 \",[\"0\"],\" 嗎?\"],\"cEFg3R\":[\"建立推廣夥伴失敗\"],\"cEli2o\":[\"Your product for\"],\"cGtUz6\":[\"活動前1週\"],\"cHO4ec\":[\"此信息將包含在本次活動發送的所有電子郵件的頁腳中\"],\"cJ4Y4R\":[\"您的退款正在處理中。\"],\"cK9+xQ\":[\"增值稅國家\"],\"cKj6OE\":[\"簽到摘要\"],\"cMW+gm\":[\"顯示所有平台(另有 \",[\"0\"],\" 個有內容)\"],\"cOePZk\":[\"活動時間\"],\"cQrNR3\":[\"管理簡介\"],\"cRRc+F\":[\"此產品無法刪除,因為它與訂單關聯。您可以將其隱藏。\"],\"cSev+j\":[\"篩選器\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" 已簽到\"],\"cVq+ga\":[\"Don't have an account? <0>Sign Up\"],\"cZF6em\":[\"Secondary text color\"],\"casL1O\":[\"您已向免費產品添加了税費。您想要刪除它們嗎?\"],\"cd0jIM\":[\"任務詳情\"],\"cdR8d6\":[\"請創建一張票\"],\"cde2hc\":[\"所有產品\"],\"cf35MA\":[\"節慶\"],\"cjdktw\":[\"🚀 實時設置您的活動\"],\"cl5WYc\":[\"已使用促銷 \",[\"promo_code\"],\" 代碼\"],\"clF06r\":[\"可退款\"],\"cljs3a\":[\"請說明您是否在歐盟註冊了增值稅\"],\"cnGeoo\":[\"刪除\"],\"coIKFu\":[\"所選貨幣沒有可用的主辦單位統計資料,或發生錯誤。\"],\"cormHa\":[\"地址第 2 行\"],\"cosfD8\":[\"參與者狀態\"],\"cs5muu\":[\"預覽活動頁面\"],\"csDS2L\":[\"可用\"],\"ct2SYD\":[\"過去 7 天\"],\"cxsKvw\":[\"當簽到被刪除時\"],\"d+F6q9\":[\"已建立\"],\"d+KKMz\":[\"加載簽到列表失敗\"],\"d0rUsW\":[\"社交連結\"],\"dBeuY2\":[\"Twitch\"],\"dEgA5A\":[\"取消\"],\"dF6vP6\":[\"已上線\"],\"dFFW9L\":[\"銷售已於 \",[\"0\"],\" 結束\"],\"dFHcIn\":[\"税務詳情\"],\"dFJnia\":[\"這是將會顯示給使用者的主辦單位名稱。\"],\"dFuEhO\":[\"重新發送門票電郵\"],\"dJZTv2\":[\"選擇開始時間\"],\"dLm8V5\":[\"促銷電子郵件可能導致帳戶被暫停\"],\"dLouFI\":[\"Join Waitlist for \",[\"productDisplayName\"]],\"dMMjeD\":[\"歸因細分\"],\"dMd3Uf\":[\"You must confirm your email address before your event can go live.\"],\"dORAcs\":[\"以下是與您郵箱關聯的所有票。\"],\"dPYu1F\":[\"每位參與者\"],\"dPyJ15\":[\"刪除範本\"],\"dSyJj6\":[\"電子郵件地址不匹配\"],\"dVgNF1\":[\"建立配置失敗\"],\"dVxpp5\":[\"歡迎回來\",[\"0\"],\" 👋\"],\"dW40Uz\":[\"未找到活動\"],\"dWBrJX\":[\"線下支付失敗。請重試或聯繫活動組織者。\"],\"dXoieq\":[\"摘要\"],\"dZsDbK\":[\"HTML字符限制已超出:\",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"ddha3c\":[\"類別允許您將產品分組。例如,您可以有一個“門票”類別和另一個“商品”類別。\"],\"de6HLN\":[\"當顧客購買門票時,他們的訂單將會顯示在這裡。\"],\"dfkQIO\":[\"當新產品被創建時\"],\"dkAPxi\":[\"創建 Webhook\"],\"dr7CWq\":[\"所有即將舉行的活動\"],\"dsFmM+\":[\"已購買\"],\"dtGC3q\":[\"門票電子郵件已重新發送給與會者\"],\"e/cvV1\":[\"驗證緊...\"],\"e3uMJH\":[\"此訂單已完成。\"],\"e4KdjJ\":[\"手動添加與會者\"],\"e4L7bF\":[\"選擇一則訊息查看其內容\"],\"e5lF64\":[\"使用範例\"],\"e7eZuA\":[\"訂單已更新\"],\"e8WNln\":[\"活動時區\"],\"e99fHm\":[\"恢復活動\"],\"eB5vce\":[\"具有特定產品的訂單所有者\"],\"ePK91l\":[\"編輯\"],\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"eWEV9G\":[\"建立新密碼\"],\"eWRECP\":[\"夜生活\"],\"eXssj5\":[\"為此主辦單位下創建的新活動設定預設設定。\"],\"eaUTwS\":[\"發送重置連結\"],\"eb47T5\":[\"未找到所選篩選條件的數據。請嘗試調整日期範圍或貨幣。\"],\"ebIDwV\":[\"谷歌日曆\"],\"eeZdaB\":[\"配置更新成功\"],\"efAM7X\":[\"日期輸入字段。非常適合詢問出生日期等。\"],\"ejMDw1\":[\"當訂單被退款時\"],\"ejXy+D\":[\"產品排序失敗\"],\"elW7Tn\":[\"郵件正文\"],\"enV0g0\":[\"留空以使用默認詞“發票”\"],\"eneWvv\":[\"草稿\"],\"enzGAL\":[\"問題\"],\"eorM7z\":[\"類別重新排序成功。\"],\"ercTDX\":[\"代碼長度必須在 3 至 50 個字符之間\"],\"esY5SG\":[\"活動標題,將顯示在搜索引擎結果中,並在社交媒體上分享時顯示。默認情況下,將使用事件標題\"],\"etaWtB\":[\"編輯參與者詳情\"],\"euc6Ns\":[\"複製\"],\"eusccx\":[\"顯示在突出產品上的可選訊息,例如「熱賣中 🔥」或「最佳價值」\"],\"evDBV8\":[\"發佈活動\"],\"exy8uo\":[\"產生代碼\"],\"f1jUC0\":[\"What date should this check-in list become active?\"],\"f2vU9t\":[\"簽到列表\"],\"f30uVZ\":[\"您需要做什麼:\"],\"f3RdEk\":[[\"hours\"],\" 小時, \",[\"minutes\"],\" 分鐘, 和 \",[\"seconds\"],\" 秒\"],\"f4vJgj\":[\"多行文本輸入\"],\"f7SUun\":[\"密碼不一樣\"],\"f8qS7T\":[\"There's nothing to show yet\"],\"f9WRpE\":[\"無效的檔案類型。請上傳圖片。\"],\"fAv9QG\":[\"🎟️ 添加門票\"],\"fFYotW\":[\"部分退款:\",[\"0\"]],\"fFeCKc\":[\"無折扣\"],\"fFornT\":[\"View full message\"],\"fHfiEo\":[\"您不能退還手動創建的訂單。\"],\"fKn/k6\":[\"退款金額\"],\"fMPkxb\":[\"顯示更多\"],\"fROFIL\":[\"越南語\"],\"fTFfOK\":[\"每個郵件範本都必須包含一個連結到相應頁面的行動號召按鈕\"],\"fVPt0F\":[\"當訂單被更新時\"],\"fVUbUy\":[\"Check-In List created successfully\"],\"fW5sSv\":[\"編輯 Webhook\"],\"fWsBTs\":[\"出錯了。請重試。\"],\"fYyXCd\":[\"https://example-maps-service.com/...\"],\"fc7wGW\":[\"例如:關於您門票的重要更新\"],\"fcnqjw\":[\"離線付款說明\"],\"fdjq4c\":[\"內邊距\"],\"fgLNSM\":[\"註冊\"],\"fiV0xj\":[\"使用限制\"],\"fj5byd\":[\"不適用\"],\"fovJi3\":[\"USB掃描器模式已停用\"],\"fpMs2Z\":[\"直播\"],\"fpb0rX\":[\"參與者資料已從訂單複製\"],\"fqDzSu\":[\"費率\"],\"ftNXma\":[\"搜尋推廣夥伴...\"],\"ftzaMf\":[\"銷售期間、訂單限制、可見性\"],\"fuwKpE\":[\"請再試一次。\"],\"fvDQhr\":[\"向用户隱藏此層級\"],\"fx8BTd\":[\"付款不可用\"],\"fyE7Au\":[[\"分\"],\"分鐘和\",[\"秒\"],\"秒鐘\"],\"fzpBi0\":[\"Presented By\"],\"fzuM26\":[\"您的付款未成功。請重試。\"],\"g+2103\":[\"呢個係你嘅推廣連結\"],\"g+lLS9\":[\"邀請團隊成員\"],\"g2UNkE\":[\"技術支持\"],\"g3rqFe\":[\"hidden questions\"],\"g7HIC0\":[\"自訂品牌\"],\"g9dPPQ\":[\"每份訂單的最高限額\"],\"gGhBmF\":[\"您處於離線狀態\"],\"gHSuV/\":[\"返回主頁\"],\"gJQsLv\":[\"上傳主辦單位的封面圖片\"],\"gK6lC4\":[\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\n This is to ensure that all event organizers are verified and accountable.\"],\"gKq1fa\":[\"所有參與者\"],\"gMK0ps\":[\"Add event details and and manage event settings.\"],\"gP22tw\":[\"產品創建成功\"],\"gPgdNV\":[\"增值稅號碼驗證成功\"],\"gTN6Ws\":[\"選擇結束時間\"],\"gXcPxc\":[\"Check-in\"],\"gddQe0\":[\"您主辦單位的標誌與封面圖片\"],\"geUFpZ\":[\"税費\"],\"gggTBm\":[\"LinkedIn\"],\"ggqAiw\":[\"products sold\"],\"gk5uwN\":[\"沒有搜索結果\"],\"gnBreG\":[\"下單日期\"],\"goOKRY\":[\"增加層級\"],\"gqnyh0\":[\"行動裝置最佳化\"],\"gt3Xw9\":[\"hidden question\"],\"gtEbeW\":[\"突出顯示\"],\"guBeyC\":[\"Complete payment\"],\"gw3Ur5\":[\"最近觸發\"],\"gwk5gg\":[\"地址第 2 行\"],\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"gxeWAU\":[\"此代碼適用於哪些產品?\"],\"gyLUYU\":[\"啟用後,將為票務訂單生成發票。發票將隨訂單確認郵件一起發送。參與\"],\"gypigA\":[\"促銷代碼無效\"],\"gzrCuN\":[\"您的訂單詳情已更新。確認電郵已發送到新的電郵地址。\"],\"h0Q9Iw\":[\"最新響應\"],\"h0dx5e\":[\"無法加入候補名單\"],\"h10Wm5\":[\"未付款訂單\"],\"h179TP\":[\"活動的簡短描述,將顯示在搜索引擎結果中,並在社交媒體上分享時顯示。默認情況下,將使用活動描述\"],\"h69WC6\":[\"已發送\"],\"hAjDQy\":[\"選擇狀態\"],\"hBsw5C\":[\"銷售結束\"],\"hD1ocH\":[\"簽到鏈接已複製到剪貼板\"],\"hDNwnf\":[\"您的標誌、顏色和風格出現在每個頁面上\"],\"hEtQsg\":[\"預設啟用參與者自助服務\"],\"hFHnxR\":[\"此代碼適用於哪些產品?(默認適用於所有產品)\"],\"hFwWnI\":[\"通知設置\"],\"hJmVtD\":[\"選擇國家\"],\"hK9c7R\":[\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\"],\"hKtWk2\":[\"我的簡介\"],\"hL7sDJ\":[\"分享主辦單位頁面\"],\"hMT8+2\":[\"94103\"],\"hTJ4fB\":[\"只需點擊下面的按鈕重新連接您的 Stripe 帳戶。\"],\"hVuv90\":[\"Name should be less than 150 characters\"],\"hYgDIe\":[\"創建\"],\"hauDFf\":[\"每張門票\"],\"hbwCKE\":[\"郵箱地址已複製到剪貼板\"],\"hcX103\":[\"請創建一個產品\"],\"hdyeZ0\":[\"刪除任務\"],\"he3ygx\":[\"複製\"],\"heJllm\":[\"Delete Cover\"],\"hehnjM\":[\"金額\"],\"hfHhaa\":[\"請稍候,我哋準備緊匯出你嘅推廣夥伴...\"],\"hg80P7\":[\"完成 Stripe 設置\"],\"hli+ga\":[\"USB/HID掃描器\"],\"hqmXmc\":[\"工作...\"],\"hrvLf4\":[\"通過 Stripe 接受信用卡支付\"],\"htoh8N\":[\"https://webhook-domain.com/webhook\"],\"hzKQCy\":[\"電子郵件地址\"],\"i0QKrm\":[\"更新推廣夥伴失敗\"],\"i0TtkR\":[\"這將覆蓋所有可見性設置,並將該產品對所有客户隱藏。\"],\"i0puaE\":[\"10.00\"],\"i8VBuv\":[\"訂單號\"],\"i8day5\":[\"將費用轉嫁給買家\"],\"iAS9f2\":[\"patrick@acme.com\"],\"iFeLoB\":[\"Solid Color\"],\"iFgaVN\":[\"編輯代碼\"],\"iG7KNr\":[\"標誌\"],\"iIEaNB\":[\"如果您在我們這裡有帳戶,您將收到一封電子郵件,其中包含如何重置密碼的說明。\"],\"iJhSxe\":[\"自定義此事件的搜索引擎優化設置\"],\"iMdwTb\":[\"在活動上線之前,您需要完成以下幾項步驟。請完成以下所有步驟以開始。\"],\"iN5Cz3\":[\"帳戶已連接!\"],\"iPBfZP\":[\"註冊的參會者\"],\"iQZff7\":[\"稅項、費用、可見性、銷售期間、產品重點和訂單限制\"],\"iS0wAT\":[\"類別幫助您組織產品。此標題將在公共活動頁面上顯示。\"],\"iStTQt\":[\"相機權限被拒絕。<0>再次請求權限,如果還不行,則需要在瀏覽器設置中<1>授予此頁面訪問相機的權限。\"],\"iTvh6I\":[\"目前可供購買\"],\"iU234U\":[\"Are you sure you want to delete this question?\"],\"iVm46+\":[\"複製代碼\"],\"iWa9cY\":[\"讓人們知道您的活動有什麼內容\"],\"iX6SLo\":[\"自訂繼續按鈕上顯示的文字\"],\"ia8YsC\":[\"即將推出\"],\"ibi52/\":[\"Image width must be at least 900px and height at least 50px\"],\"ifRqmm\":[\"你嘅訊息已經成功發送!\"],\"igBrCH\":[\"請驗證您的電子郵件地址,以訪問所有功能\"],\"ih35UP\":[\"會議中心\"],\"ii0qn/\":[\"主題是必需的\"],\"iiWXDL\":[\"資格失敗\"],\"imLQ9Y\":[\"正在驗證您的增值稅號碼...\"],\"imgKgl\":[\"活動描述\"],\"injXD7\":[\"無法驗證增值稅號碼。請檢查號碼並重試。\"],\"ioG+xt\":[\"等待付款\"],\"ipP6Ue\":[\"創建與會者\"],\"ipYKgM\":[\"允許搜索引擎索引\"],\"irpUxR\":[\"固定金額\"],\"ixIx1f\":[\"選擇產品\"],\"iy+M+c\":[\"We'll notify you by email if a spot becomes available for \",[\"productDisplayName\"],\".\"],\"izRfYP\":[\"必須填寫開始日期\"],\"izwOOD\":[\"單獨顯示税費\"],\"j/TOB3\":[\"社交連結與網站\"],\"j1Jl7s\":[\"編輯類別\"],\"j1VfcT\":[\"搜索引擎優化説明\"],\"j5FdeA\":[\"此訂單正在處理中。\"],\"j6w7d/\":[\"啟用此容量以在達到限制時停止產品銷售\"],\"j9b/iy\":[\"熱賣中 🔥\"],\"j9cPeF\":[\"選擇事件類型\"],\"jD/OCQ\":[\"An event is the actual event you are hosting. You can add more details later.\"],\"jE4Z8R\":[\"您必須至少有一個價格等級\"],\"jEbkcB\":[\"退款總額\"],\"jEu4bB\":[\"欄位\"],\"jEw0Mr\":[\"請輸入有效的 URL\"],\"jIPNJG\":[\"基本資料\"],\"jRJZxD\":[\"刪除容量\"],\"jT142F\":[[\"diffHours\"],\" 小時後\"],\"jVRHeq\":[\"註冊時間\"],\"jZj9y9\":[\"分層產品\"],\"jZlrte\":[\"顏色\"],\"jabmnm\":[\"推廣夥伴更新成功\"],\"jfC/xh\":[\"聯絡\"],\"jh2orE\":[\"我們已將總部搬遷至愛爾蘭。因此,我們需要您重新連接您的 Stripe 帳戶。這個快速過程只需幾分鐘。您的銷售和現有數據完全不受影響。\"],\"jkNgQR\":[\"同時退款此訂單\"],\"jo3Gm6\":[\"匯出推廣夥伴失敗\"],\"jp5bq8\":[\"位收件人\"],\"jpctdh\":[\"查看\"],\"jrBSO1\":[\"編輯組織器\"],\"jtrY3S\":[\"暫無顯示內容\"],\"jtrqH9\":[\"正在導出與會者\"],\"jxsiqJ\":[\"You have not connected your Stripe account\"],\"jy6QDF\":[\"共享容量管理\"],\"jyt+cx\":[\"電子郵件頁腳信息\"],\"k/bJj0\":[\"問題已重新排序\"],\"k1bLf+\":[\"背景顏色\"],\"k3Tngl\":[\"與會者已導出\"],\"k3dfFD\":[\"隱藏問題只有活動組織者可以看到,客户看不到。\"],\"k3wH7i\":[\"促銷碼使用情況及折扣明細\"],\"k4FLBQ\":[\"轉嫁給買家\"],\"k5CU8c\":[\"總條目\"],\"k5p8dz\":[\"容量分配刪除成功\"],\"k9RiLi\":[\"創建一個產品\"],\"k9m6/E\":[\"成功更新主頁設置\"],\"kBkYSa\":[\"編輯容量\"],\"kCn6wb\":[\"重置中...\"],\"kF8HQ7\":[\"匯出答案\"],\"kIKb9e\":[\"社交\"],\"kJDmsI\":[\"活動詳情\"],\"kKpkzy\":[\"已成功向 1 人提供門票\"],\"kMU5aM\":[\"取消通知已發送至\"],\"kNmmvE\":[\"Awesome Events 有限公司\"],\"kO44sp\":[\"包含您的在線活動的連接詳細信息。這些信息將在訂單摘要頁面和參會者門票頁面顯示。\"],\"kODvZJ\":[\"姓名\"],\"kOtCs2\":[\"發票編號\"],\"kTSQej\":[\"您好 \",[\"0\"],\",從這裡管理您的平台。\"],\"kUlL8W\":[\"成功更新個人資料\"],\"kWI/37\":[\"選擇組織者\"],\"kWg31j\":[\"輸入獨特推廣碼\"],\"kY7XDn\":[\"沒有產品有等候名單條目\"],\"kYZSFD\":[\"選擇主辦單位以查看其儀表板與活動。\"],\"kYqM1A\":[\"返回活動\"],\"kadJKg\":[\"適用於1個產品\"],\"kf83Ld\":[\"出問題了\"],\"khBZkl\":[\"增值税\"],\"kj7zYe\":[\"Webhook 更新成功\"],\"kjAL4v\":[\"門票\"],\"klWBeI\":[\"請等一陣再申請新嘅驗證碼\"],\"kodV18\":[\"下載 CSV\"],\"kpAzPe\":[\"銷售開始\"],\"kpJAeS\":[\"創建組織器\"],\"kqA9lY\":[\"更新增值稅設定失敗\"],\"ktyvbu\":[\"產品\"],\"kv9dM4\":[\"平台收入\"],\"kvYpYu\":[\"找不到訂單\"],\"kvpxIU\":[\"這將用於通知和與使用者的溝通。\"],\"kzx0uD\":[\"成功更新活動預設值\"],\"l+/HS6\":[\"報價將在 \",[\"timeoutHours\"],\" 小時後過期。\"],\"l3sZO1\":[\"添加關於訂單的備註。這些信息不會對客户可見。\"],\"l5OcwO\":[\"與會者留言\"],\"l5ackE\":[\"UUID\"],\"l6acRV\":[\"儲存增值稅設定失敗。請重試。\"],\"l75CjT\":[\"是\"],\"l894xP\":[\"組織者只能管理活動和產品。他們無法管理用户、賬户設置或賬單信息。\"],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" 已簽到\"],\"lB2hSG\":[\"讓我隨時了解來自 \",[\"0\"],\" 的新聞和活動\"],\"lFdbRS\":[\"繞過應用費用\"],\"lIbwvN\":[\"Continue Event Setup\"],\"lKh069\":[\"無法啟動導出任務\"],\"lNipG+\":[\"隱藏產品將防止用户在活動頁面上看到它。\"],\"lQgMLn\":[\"辦公室或場地名稱\"],\"lS9/aZ\":[\"載入收件人失敗\"],\"lWxAUo\":[\"飲食\"],\"lXcSD2\":[\"Attendee questions\"],\"lYDV/s\":[\"給個別與會者留言\"],\"lYGfRP\":[\"英語\"],\"lZwV6X\":[\"加入 \",[\"0\"],\" 的候補名單\"],\"ldG6nB\":[\"Custom Donation Amount\"],\"ldVIlB\":[\"產品已更新\"],\"lfLHNz\":[\"CTA標籤是必需的\"],\"lflimf\":[\"付款期限\"],\"lgFfeO\":[\"售罄\"],\"lhAWqI\":[\"感謝您的支持,我們將繼續發展和改進 Hi.Events!\"],\"lk74+I\":[\"承擔費用\"],\"lkE00/\":[\"出了點問題。請稍後再試。\"],\"lkMK2r\":[\"您的詳細信息\"],\"lkNdiH\":[\"賬户名稱\"],\"lnCMdg\":[\"上傳圖片\"],\"lnYE59\":[\"活動日期\"],\"lnrkNz\":[\"重新發送電子郵件確認\"],\"loCKGB\":[\"銷售於 \",[\"0\"],\" 結束\"],\"lpm0+y\":[\"包括1個產品\"],\"lsxOPC\":[\"已收到付款\"],\"luHAJY\":[\"熱門活動(過去14天)\"],\"lyD7rQ\":[\"呢個主辦方資料未發佈\"],\"lzAaG5\":[\"這些範本將僅覆蓋此活動的組織者預設設置。如果這裏沒有設置自定義範本,將使用組織者範本。\"],\"m/N7Zq\":[\"活動完整地址\"],\"m0CFV2\":[\"與會者詳情\"],\"m3FM1g\":[\"退款總額\"],\"m8WD6t\":[\"繼續設置\"],\"m9SD3V\":[\"代碼至少需要3個字元\"],\"mBsBHq\":[\"簽到列表未激活\"],\"mCB6Je\":[\"全選\"],\"mEHQ8I\":[\"您確定要將此事件公開嗎?這將使事件對公眾可見\"],\"mFdA+i\":[\"訊息級別\"],\"mFn5Xz\":[\"Hide hidden questions\"],\"mFuBqb\":[\"固定價格的標準產品\"],\"mFwX0d\":[\"Product questions\"],\"mISwW1\":[\"電子郵件更改待定\"],\"mImacG\":[\"活動頁面\"],\"mJJh2s\":[\"唔會追蹤推廣夥伴銷售。呢個會停用該推廣夥伴。\"],\"mLBUMQ\":[\"配置刪除成功\"],\"mUv9U4\":[\"銷售\"],\"mVKOW6\":[\"發送信息時出現錯誤\"],\"mYGY3B\":[\"日期\"],\"mYLhkl\":[\"雜項設置\"],\"mYygCM\":[\"需要組織者\"],\"mdeIOH\":[\"重新發送驗證碼\"],\"mf3FrP\":[\"此類別尚無任何產品。\"],\"mimF6c\":[\"結帳後自訂訊息\"],\"miysJh\":[\"我們找不到此訂單。它可能已被刪除。\"],\"mkWad2\":[\"匈牙利語\"],\"mm+eaX\":[\"Order #\"],\"mnF83a\":[\"百分比費用\"],\"mnUGVC\":[\"超出速率限制。請稍後再試。\"],\"mnafgQ\":[\"事件的默認時區。\"],\"mpB/d9\":[\"訂單總額\"],\"muXhGi\":[\"如果啟用,當有新訂單時,組織者將收到電子郵件通知\"],\"mvrlBO\":[\"按活動篩選\"],\"mwe+2z\":[\"線下訂單在標記為已支付之前不會反映在活動統計中。\"],\"mxsm1o\":[\"刪除此問題?此操作無法復原。\"],\"n/7+7Q\":[\"確認已發送至\"],\"n/T2KI\":[\"Share via Email\"],\"n/ZDCz\":[\"圖像已成功刪除\"],\"n10yGu\":[\"退款訂單\"],\"n143Tq\":[\"編輯產品類別\"],\"n4SpU5\":[\"管理活動\"],\"n57zCW\":[\"未歸因帳戶\"],\"n5pRtF\":[\"創建票單\"],\"n5vdm2\":[\"此端點尚未記錄任何 Webhook 事件。事件觸發後將顯示在此處。\"],\"n6EaWL\":[\"查看日誌\"],\"n8+Ng/\":[\"請輸入5位數驗證碼\"],\"n81Qk8\":[\"You have not completed your Stripe Connect setup\"],\"n86jmj\":[\"號碼前綴\"],\"n8IUs7\":[\"總收入\"],\"n9V+ps\":[\"輸入您的姓名\"],\"n9ZhRa\":[\"選擇結束日期與時間\"],\"nAn4Oe\":[\"訂單已標記為已支付\"],\"nBVOd7\":[\"當與會者被更新時\"],\"nBqgQb\":[\"您的電子郵件\"],\"nCywLA\":[\"隨時隨地加入\"],\"nDBs04\":[\"容量管理\"],\"nE5o/t\":[\"資料所有權\"],\"nFm+5u\":[\"頁腳文字\"],\"nHm0AI\":[\"每日銷售、税費和費用明細\"],\"nKtyYu\":[\"繼續下一步\"],\"nLC6tu\":[\"法語\"],\"nMU2d3\":[\"Event URL\"],\"nMtNd+\":[\"需要操作:重新連接您的 Stripe 帳戶\"],\"nO3VbP\":[\"正在銷售 \",[\"0\"]],\"nOBvex\":[\"將即時訂單和參與者資料傳送到您的外部系統。\"],\"nOhz3x\":[\"註銷\"],\"nP7CdQ\":[\"編輯 Webhook\"],\"nQI4H5\":[\"連接 Stripe 以啟用電子郵件範本編輯\"],\"nWhye/\":[\"這個問題應該問誰?\"],\"nYNT+5\":[\"準備活動\"],\"nYw4YA\":[\"'There's nothing to show yet'\"],\"naQW82\":[\"您的訂單已被取消。\"],\"nbfdhU\":[\"整合\"],\"ncwQad\":[\"(空)\"],\"ndzOcK\":[\"Provide additional context or instructions for this question. Use this field to add terms\\n and conditions, guidelines, or any important information that attendees need to know before answering.\"],\"ne/9Ur\":[\"The styling settings you choose apply only to copied HTML and won't be stored.\"],\"nefMIK\":[\"我們找不到您要查找的門票。連結可能已過期或門票詳情可能已更改。\"],\"nfagfM\":[\"有效\"],\"nfnm9D\":[\"組織名稱\"],\"nhtR6Y\":[\"X(Twitter)\"],\"nkNfWu\":[\"圖片上傳失敗。請再試一次。\"],\"nm3Iz/\":[\"感謝您的參與!\"],\"nn3mSR\":[\"剩餘時間:\"],\"nnfSdK\":[\"獨立客户\"],\"nniGTr\":[\"要編輯配置,請前往管理選單中的配置部分。\"],\"nqx+6h\":[\"完成以下步驟即可開始銷售您的活動門票。\"],\"nrGWUv\":[\"定製您的活動頁面,以符合您的品牌和風格。\"],\"nrSs2u\":[\"未找到訊息\"],\"nt4UkP\":[\"Ended Events\"],\"nuh/Wq\":[\"Webhook URL\"],\"nvOPBA\":[\"允許連結\"],\"nwtY4N\":[\"出了點問題\"],\"nx+rqg\":[\"創建一個組織者\"],\"ny2r8d\":[\"當訂單被取消時\"],\"nz96Ue\":[\"1 種門票類型\"],\"o+tJN/\":[\"請稍候,我們正在準備導出您的與會者...\"],\"o/blc/\":[\"更新帳戶配置失敗\"],\"o1my93\":[\"更新主辦單位狀態失敗。請稍後再試。\"],\"o1zPwM\":[\"Product Widget Preview\"],\"o5A0Go\":[\"恭喜你成功建立活動!\"],\"o5r6b2\":[\"任務已刪除\"],\"o6+Y6d\":[\"重新發送...\"],\"o7LgX6\":[\"您可以在帳戶設置中配置額外的服務費和稅費。\"],\"o7s5FA\":[\"與會者接收電子郵件的語言。\"],\"oBkF+i\":[\"An organizer is the company or person who is hosting the event\"],\"oCLG0M\":[\"Quantity Sold\"],\"oDGm7V\":[\"TIP\"],\"oHE9JT\":[\"編輯容量分配\"],\"oI/hGR\":[\"訂單編號\"],\"oJjplO\":[\"總瀏覽量\"],\"oNL5vN\":[\"前往活動頁面\"],\"oPknTP\":[\"所有發票上顯示的可選附加信息(例如,付款條款、逾期付款費用、退貨政策)\"],\"oQvMPn\":[\"問題標題\"],\"oR7zL3\":[\"持票人姓名\"],\"oSDBWm\":[\"增值稅設定\"],\"oUCR3c\":[\"Message attendees with specific products\"],\"oVGCGh\":[\"我的票\"],\"oW5877\":[\"訂單總額\"],\"oWXNE5\":[\"數量\"],\"oXOSPE\":[\"線上\"],\"oZW/gT\":[\"添加到日曆\"],\"ocS8eq\":[\"已有帳戶?<0>\",[\"0\"],\"\"],\"ofEncr\":[\"You have no attendee questions.\"],\"ojDQlR\":[\"線下支付信息\"],\"olKKwj\":[\"具有離線支援和即時追蹤的行動掃描器\"],\"omyBS0\":[\"允許支付的天數(留空以從發票中省略付款條款)\"],\"on+mNS\":[\"Share to Telegram\"],\"onpJrA\":[\"管理與會者\"],\"ophZVW\":[\"管理機票\"],\"oqr9HB\":[\"當活動頁面初始加載時摺疊此產品\"],\"orBECM\":[\"總收款\"],\"orluER\":[\"按歸因來源追蹤帳戶增長和表現\"],\"os29v1\":[\"此重置密碼鏈接無效或已過期。\"],\"ouM5IM\":[\"嘗試其他郵箱\"],\"ovB7m2\":[\"Scan QR Code\"],\"ovBPCi\":[\"預設\"],\"p/Sa0j\":[\"您的帳戶有訊息限制。要提高您的限制,請聯繫我們\"],\"p2/GCq\":[\"確認密碼\"],\"p2FRHj\":[\"控制此活動的平台費用如何處理\"],\"p2WLr3\":[\"簽到 \",[\"0\"],\" \",[\"1\"]],\"p7xUrt\":[\"選擇類別\"],\"pAey+4\":[\"檔案過大。最大大小為 5MB。\"],\"pCLes8\":[\"您必須同意接收訊息\"],\"pGAI7i\":[\"this organizer\"],\"pGZOcL\":[\"門票重新發送成功\"],\"pJLvdS\":[\"Please select\"],\"pLXbi8\":[\"最近帳戶註冊\"],\"pMLul+\":[\"所有貨幣\"],\"pNgdBv\":[\"此類別中沒有可用產品\"],\"pRjx4L\":[\"Nam placerat elementum...\"],\"pWtQJM\":[\"您確定要將此主辦單位設為公開嗎?這將使該頁面對公眾可見。\"],\"pZNOT9\":[\"沒有結束日期\"],\"pbAk7a\":[\"連接條紋\"],\"pjp2n5\":[\"選擇誰支付平台費用。這不會影響您在帳戶設置中配置的額外費用。\"],\"pkk46Q\":[\"選擇一個主辦單位\"],\"pn5qSs\":[\"附加信息\"],\"pnVh83\":[\"增值稅號碼\"],\"pnoTN5\":[\"推薦帳戶\"],\"poTr35\":[\"編輯用户\"],\"ppuQR4\":[\"訂單已創建\"],\"pqFrv2\":[\"例如2.50 換 2.50\"],\"prZGMe\":[\"要求賬單地址\"],\"psosdY\":[\"訂單詳情連結\"],\"psqIm5\":[\"與您的團隊合作,一起創造精彩活動。\"],\"pvnfJD\":[\"深色\"],\"pxNIxa\":[\"使用Liquid範本自定義您的郵件範本\"],\"q/CcwE\":[\"訂購日期\"],\"q1BizZ\":[\"我們將把您的門票發送到此郵箱\"],\"q2LEDV\":[\"未找到此訂單的參會者。\"],\"q6XHL1\":[\"價格類型\"],\"q7TRd7\":[\"您確定要激活該與會者嗎?\"],\"qCJyMx\":[\"結賬後信息\"],\"qCqdg6\":[\"簽到狀態\"],\"qDsmzu\":[\"Show hidden questions\"],\"qF1qbA\":[\"買家看到的是淨價。平台費用將從您的付款中扣除。\"],\"qGZz0m\":[\"您已加入候補名單!\"],\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"qMASRF\":[\"發出的訊息\"],\"qNuTh3\":[\"異常\"],\"qY4rpA\":[\"退款失敗\"],\"qcP/8K\":[\"排程時間\"],\"qdfdgM\":[\"緬因街 123 號\"],\"qeQhNj\":[\"Now let's create your first event\"],\"qlaZuT\":[\"全部完成!您現在正在使用我們升級的付款系統。\"],\"qnSLLW\":[\"<0>請輸入不含税費的價格。<1>税費可以在下方添加。\"],\"qpC74J\":[\"未找到用戶\"],\"qqWcBV\":[\"已完成\"],\"qqeAJM\":[\"從不\"],\"qtGTNu\":[\"自然帳戶\"],\"qu6/03\":[\"税費\"],\"quR8Qp\":[\"等待付款\"],\"qv4bfj\":[\"費用,如預訂費或服務費\"],\"qvF+MT\":[\"監控和管理失敗的後台任務\"],\"qvylEK\":[\"與會者已創建\"],\"r+lQXT\":[\"請輸入您的增值稅號碼\"],\"r2B2P8\":[\"複製簽到鏈接\"],\"r9M1hc\":[\"搜索簽到列表...\"],\"rDC+T6\":[\"重試任務\"],\"rLHma1\":[\"主辦單位狀態已更新\"],\"rMcHYt\":[\"退款正在處理中。請等待退款完成後再申請退款。\"],\"rPA+Gc\":[\"通訊偏好\"],\"rXngLf\":[\"搜索引擎優化標題\"],\"rYXfOA\":[\"地區設定\"],\"raw09+\":[\"設定結帳時如何收集參與者資料\"],\"rdUucN\":[\"預覽\"],\"rdk1xK\":[\"You have connected your Stripe account\"],\"rhsath\":[\"呢個唔會俾客戶睇到,但可以幫你識別推廣夥伴。\"],\"rmelwV\":[\"0 分 0 秒\"],\"rnoQsz\":[\"用於邊框、高亮和二維碼樣式\"],\"rp/zaT\":[\"巴西葡萄牙語\"],\"rpGMzC\":[\"更新訂單失敗\"],\"ruJO57\":[\"任務名稱\"],\"rxy0tG\":[\"驗證電郵失敗\"],\"rzw+wS\":[\"訂單持有人\"],\"s/0RpH\":[\"使用次數\"],\"s0FkEx\":[\"為不同的入口、場次或日期設定簽到列表。\"],\"s14PLh\":[\"您正在發出部分退款。客戶將獲得 \",[\"0\"],\" \",[\"1\"],\" 的退款。\"],\"s4JozW\":[\"您確定要恢復此活動嗎?它將作為草稿恢復。\"],\"s5QRF3\":[\"返回訊息\"],\"s6EF6K\":[\"即時付款\"],\"s8v9hq\":[\"返回活動頁面\"],\"s9KGXU\":[\"已售出\"],\"sBV87H\":[\"繼續建立活動\"],\"sCV5Yc\":[\"活動名稱\"],\"sF+Xp9\":[\"頁面瀏覽量\"],\"sFFArG\":[\"名稱必須少於 255 個字元\"],\"sGEOe4\":[\"使用封面圖片的模糊版本作為背景\"],\"sGjBEq\":[\"結束日期與時間(可選)\"],\"sJsr1h\":[\"產品類型\"],\"sLbJQz\":[\"未找到訂單\"],\"sMiGXD\":[\"請檢查您的電子郵件是否有效\"],\"sQia9P\":[\"登錄\"],\"sQxe68\":[\"重新發送確認\"],\"sYLeDq\":[\"找不到您正在尋找的主辦單位。頁面可能已被移動、刪除,或網址不正確。\"],\"sYpiZP\":[\"創建促銷代碼\"],\"sZg7s1\":[\"過期日期\"],\"saG4At\":[\"訊息已排程\"],\"sby+1/\":[\"點擊複製\"],\"sd5IMt\":[\"已完成訂單\"],\"sd6lr7\":[\"I would like to pay using an offline method\"],\"sdB7+6\":[\"您可以創建一個促銷代碼,針對該產品\"],\"shkJ3U\":[\"鏈接您的 Stripe 賬户以接收售票資金。\"],\"sjNPMw\":[\"此訂單已被放棄。您可以隨時開始新的訂單。\"],\"snMaH4\":[\"刪除 Webhook\"],\"spsZys\":[\"準備升級?這只需要幾分鐘。\"],\"sq7vjE\":[\"突出顯示的產品將具有不同的背景色,使其在活動頁面上脫穎而出。\"],\"sqdl5s\":[\"增值稅資料\"],\"ss9PbX\":[\"參加者\"],\"sxKqBm\":[\"訂單全額將退款至客戶的原始付款方式。\"],\"sy6fss\":[\"適用於\",[\"0\"],\"個產品\"],\"sy9anN\":[\"客戶收到報價後完成購買的時限。留空表示無時間限制。\"],\"szSnlj\":[\"活動前1小時\"],\"t/KVOk\":[\"無法開始模擬。請重試。\"],\"t/YqKh\":[\"移除\"],\"t/ePFj\":[\"This description will be shown to the check-in staff\"],\"t1LIQW\":[\"顯示 \",[\"0\"],\" / \",[\"totalRows\"],\" 條記錄\"],\"t2bbp8\":[\"編輯參與者\"],\"t3AMTs\":[\"活動管理平台\"],\"t41hVI\":[\"重新提供名額\"],\"t79rDv\":[\"找不到門票\"],\"t7TeQU\":[\"信息\"],\"t9yxlZ\":[\"報告\"],\"tDTq0D\":[\"訂單超時\"],\"tDwYhx\":[\"主題與顏色\"],\"tF+VVr\":[\"貴賓票\"],\"tFbRKJ\":[\"不能編輯賬户所有者的角色或狀態。\"],\"tGCY6d\":[\"門票價格\"],\"tITjB1\":[\"Learn more about Stripe\"],\"tJylUv\":[\"平台費用的增值稅處理\"],\"tKCBU0\":[\"最近一次使用\"],\"tKKZn0\":[\"查看訂單詳情\"],\"tKcbYd\":[\"失敗任務\"],\"tLf3yJ\":[\"由於您的業務位於愛爾蘭,愛爾蘭增值稅(23%)將自動套用於所有平台費用。\"],\"tMFDem\":[\"無可用數據\"],\"tMNBEF\":[\"簽到名單讓您可以按日期、區域或門票類型控制入場。您可以與工作人員共享安全的簽到連結 — 無需帳戶。\"],\"tMeVa/\":[\"為每張購買的門票詢問姓名和電郵\"],\"tNZzFb\":[\"訊息內容\"],\"tOXAdc\":[\"取消將取消與此訂單關聯的所有參與者,並將門票釋放回可用池。\"],\"tPtRwl\":[\"編輯應用費用\"],\"tRXdQ9\":[\"當產品被更新時\"],\"tSVr6t\":[\"模擬\"],\"tUGbi8\":[\"複製我的資料到:\"],\"tVJk4q\":[\"取消訂單\"],\"tVW/yo\":[\"選擇貨幣\"],\"tXadb0\":[\"您查找的活動目前不可用。它可能已被刪除、過期或 URL 不正確。\"],\"tYF4Zq\":[\"列印為PDF\"],\"tasfos\":[\"去除\"],\"td/bh+\":[\"返回報告\"],\"tdD/QN\":[\"編輯產品\"],\"tejfAy\":[\"簽到列表\"],\"tfDRzk\":[\"保存\"],\"tiI71C\":[\"要提高您的限制,請聯繫我們\"],\"tnL+GP\":[\"無效的Liquid語法。請更正後再試。\"],\"toutGW\":[\"二維碼\"],\"tq0abZ\":[\"刪除任務失敗\"],\"trnWaw\":[\"波蘭語\"],\"tst44n\":[\"活動\"],\"tudG8q\":[\"建立並設定待售門票和商品。\"],\"u0n+wz\":[\"候補名單\"],\"u5oO/W\":[\"線下支付設置\"],\"u6FPxT\":[\"購票\"],\"uABpqP\":[\"Drag and drop or click\"],\"uAQUqI\":[\"狀態\"],\"uBAxNB\":[\"編輯器\"],\"uCFbG2\":[\"推廣夥伴刪除成功\"],\"uEhdRh\":[\"僅限促銷\"],\"uIElGP\":[\"自定義地圖 URL\"],\"uIKNjo\":[\"About the event\"],\"uKOFO5\":[\"如果是離線付款則為真\"],\"uM9Alj\":[\"此產品在活動頁面上突出顯示\"],\"uN355O\":[\"創建活動\"],\"uOXLV3\":[\"我同意<0>條款和條件。\"],\"uPEIvq\":[\"Image must be less than 5MB\"],\"uQLXbS\":[\"訊息已取消\"],\"uQynyf\":[\"更新配置失敗\"],\"uRfugr\":[\"T恤衫\"],\"uUPbPg\":[\"複製推廣連結\"],\"uUehLT\":[\"等待中\"],\"uaSvqt\":[\"有效期\"],\"ubdMGz\":[\"產品持有者的任何查詢都將發送到此電子郵件地址。此地址還將用作從此活動發送的所有電子郵件的“回覆至”地址\"],\"ucgZ0o\":[\"組織\"],\"uchB0M\":[\"小工具預覽\"],\"udRwQs\":[\"簽到已創建\"],\"ulMxl+\":[\"Duplicate Check-In Lists\"],\"ulV1ju\":[\"連接您的 Stripe 帳戶以開始接受付款。\"],\"uq2BmQ\":[\"過去 30 天\"],\"uvIqcj\":[\"工作坊\"],\"uyJsf6\":[\"關於\"],\"uzEfRz\":[\"訂單備註\"],\"v1P7Gm\":[\"小工具設定\"],\"v1kQyJ\":[\"Webhooks\"],\"v1rRtW\":[\"發送測試\"],\"v2GlhZ\":[\"目前增值稅號碼驗證失敗\"],\"v4+lcZ\":[\"編輯推廣夥伴\"],\"v4fiSg\":[\"查看你嘅電郵\"],\"v7xKtM\":[\"訊息級別更新成功\"],\"v9VSIS\":[\"<0>設定單一總參加人數限制,同時適用於多種門票類型。<1>例如,如果您連結 <2>日票 和 <3>整個週末 門票,它們將從同一個名額池中抽取。一旦達到限制,所有連結的門票將自動停止銷售。\"],\"vAbVy9\":[\"免費產品,無需付款信息\"],\"vERlcd\":[\"簡介\"],\"vFjEnF\":[\"標記為已支付\"],\"vJuISq\":[\"您確定要刪除此容量分配嗎?\"],\"vKLEXy\":[\"微博\"],\"vKMKnu\":[\"刪除問題失敗\"],\"vLyv1R\":[\"隱藏\"],\"vOuxvL\":[\"帳戶資訊\"],\"vPJ1FI\":[\"百分比 金額\"],\"vPeW/6\":[\"您確定要刪除此配置嗎?這可能會影響使用它的帳戶。\"],\"vPqpQG\":[\"未找到簽到列表\"],\"vQkyB3\":[\"The taxes and fees to apply to this product. You can create new taxes and fees on the\"],\"vR92Yn\":[\"Let's get started by creating your first organizer\"],\"vRWOrM\":[\"編輯訂單詳情\"],\"vRznIT\":[\"檢查導出狀態時發生錯誤。\"],\"vX8/tc\":[\"我的精彩活動標題...\"],\"vXIe7J\":[\"語言\"],\"vXPSuB\":[\"更新個人資料\"],\"vYgeDk\":[\"取消全選\"],\"vZ5qKF\":[\"根據內容自動調整小工具高度。停用時,小工具將填滿容器的高度。\"],\"vb0Q0/\":[\"總用戶數\"],\"vcyz2L\":[\"支付設置\"],\"ve9JTU\":[\"姓氏為必填項\"],\"veessc\":[\"與會者註冊參加活動後,就會出現在這裏。您也可以手動添加與會者。\"],\"verBst\":[\"Hi.Events Conference Center\"],\"vfe90m\":[\"過去 14 天\"],\"vgwVkd\":[\"世界協調時\"],\"vi8Q/5\":[\"複製活動\"],\"vlf/In\":[\"科技\"],\"vmOFL/\":[\"我們無法處理您的付款。請重試或聯繫技術支持。\"],\"vqji3Y\":[\"增值稅號碼驗證失敗。請檢查您的增值稅號碼。\"],\"vrSW9M\":[\"訂單已取消並退款。訂單所有者已收到通知。\"],\"vt9xUl\":[\"即時分析\"],\"vtc20Z\":[\"Return to event page\"],\"vu6Arl\":[\"訂單標記為已支付\"],\"vu7ZGG\":[\"標誌與封面\"],\"vu7gDm\":[\"刪除推廣夥伴\"],\"vv7kpg\":[\"已取消\"],\"vvO1I2\":[\"您的 Stripe 賬户已連接並準備好處理支付。\"],\"vwGkYB\":[\"密碼必須至少包含 8 個字符\"],\"vzJenu\":[\"成功更新電子郵件設置\"],\"w36OkR\":[\"最多瀏覽活動(過去14天)\"],\"w65ZgF\":[\"您需要驗證您的帳戶電子郵件才能修改電子郵件範本。\"],\"wBJR8i\":[\"計劃舉辦活動?\"],\"wCKkSr\":[\"驗證電郵\"],\"wDioLj\":[\"重試任務失敗\"],\"wDx3FF\":[\"此活動沒有可用產品\"],\"wIa8Qe\":[\"重新發送邀請\"],\"wJTzyi\":[\"支付狀態\"],\"wJijgU\":[\"地點\"],\"wJzo/w\":[\"我們建議尺寸為 400x400 像素,檔案大小不超過 5MB\"],\"wPRp9Z\":[\"僅對簽到工作人員可見。有助於在簽到期間識別此名單。\"],\"wPmXlA\":[\"第一張發票號碼\"],\"wQzCPX\":[\"所有發票底部顯示的税務信息(例如,增值税號、税務註冊號)\"],\"wUv5xQ\":[\"過去14天沒有主辦方活動\"],\"wYiAtV\":[\"沒有最近的帳戶註冊\"],\"wckWOP\":[\"管理\"],\"wdxz7K\":[\"來源\"],\"whqocw\":[\"註冊即表示您同意我們的<0>服務條款和<1>隱私政策。\"],\"wlfBad\":[\"銷售期間\"],\"wnDgGj\":[\"確認電子郵件地址...\"],\"wpfWhJ\":[\"客戶名字\"],\"wpj63n\":[\"主辦單位設定\"],\"wu98dY\":[\"每個產品詢問一次\"],\"wuV0bK\":[\"停止模擬\"],\"wuyaZh\":[\"匯出成功\"],\"x/xjzn\":[\"你嘅推廣夥伴已經成功匯出。\"],\"x1PPdr\":[\"郵政編碼\"],\"x2mjl4\":[\"請輸入指向圖像的有效圖片網址。\"],\"x3wVFc\":[\"恭喜!您的活動現已對公眾可見。\"],\"x4MLWE\":[\"訂單確認\"],\"x5+Lcz\":[\"未簽到\"],\"x7i6H+\":[\"Share to LinkedIn\"],\"x8Vnvf\":[\"參與者的票不包含在此列表中\"],\"x8XMsJ\":[\"為此帳戶選擇訊息級別。這控制訊息限制和連結權限。\"],\"x8rEDQ\":[\"我們在多次嘗試後無法驗證您的增值稅號碼。我們將繼續在後台嘗試。請稍後再查看。\"],\"xDAtGP\":[\"訊息\"],\"xDzTh7\":[\"下載發票失敗。請重試。\"],\"xFRMlO\":[\"每次訂購的最低數量\"],\"xFTHZ5\":[\"≈ \",[\"0\"],\"(按目前匯率)\"],\"xFj7Yj\":[\"刪除範本失敗\"],\"xGU92i\":[\"完成您的個人資料以加入團隊。\"],\"xGVfLh\":[\"繼續\"],\"xHpVRl\":[\"退款狀態\"],\"xJaTUK\":[\"自訂活動首頁的版面配置、顏色和品牌。\"],\"xMDm+I\":[\"簽到\"],\"xMO+Ao\":[\"設定你嘅機構\"],\"xMekgu\":[\"添加關於訂單的備註...\"],\"xN9AhL\":[[\"0\"],\"級\"],\"xTPjSy\":[\"過往活動\"],\"xUgUTh\":[\"輸入名字\"],\"xXqEPO\":[\"Notify buyer of refund\"],\"xYqsHg\":[\"總是可用\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"xdA/+p\":[\"工具\"],\"xdA9ud\":[\"將此放置在您網站的 中。\"],\"xdiER7\":[\"分配的級別\"],\"xeIaKw\":[\"您確定要將門票重新發送到 \",[\"0\"],\" 嗎?\"],\"xfKgwv\":[\"建立推廣夥伴\"],\"xgL50q\":[\"什麼是分層產品?\"],\"xgav5v\":[\"付款成功!\"],\"xnWESi\":[\"確認密碼\"],\"xowcRf\":[\"服務條款\"],\"xrWdPR\":[\"範本刪除成功\"],\"xxU3NX\":[\"淨收入\"],\"xxv3BZ\":[\"此簽到列表已過期\"],\"xzRvs4\":[\"接收 \",[\"0\"],\" 的產品更新。\"],\"y/NR6s\":[\"成功更新位置\"],\"y0meFR\":[\"愛爾蘭增值稅(23%)將適用於平台費用(本地供應)。\"],\"y1BZw1\":[\"輸入營業地址\"],\"y1eoq1\":[\"複製連結\"],\"y22tv0\":[\"複製此連結以便隨處分享\"],\"y3qNri\":[\"您需要至少一個產品才能開始。免費、付費或讓用户決定支付金額。\"],\"y55eMd\":[\"使用次數\"],\"y6mXpC\":[\"Choose a solid color for your background\"],\"yAej59\":[\"Content background color\"],\"yAlJXG\":[\"無事件顯示\"],\"yD3avI\":[\"重要提示:更改您的電郵地址將更新存取此訂單的連結。儲存後,您將被重新導向至新的訂單連結。\"],\"yDOdwQ\":[\"用户管理\"],\"yIRev4\":[\"建立密碼\"],\"yKWfjC\":[\"促銷代碼頁面\"],\"yKdof1\":[\"If blank, the address will be used to generate a Google Mapa link\"],\"yM5c0q\":[\"沒有即將舉行的活動\"],\"yNi4PV\":[\"您無法為未支付訂單的與會者簽到。此設置可在活動設置中更改。\"],\"yPI7n9\":[\"以逗號分隔的描述活動的關鍵字。搜索引擎將使用這些關鍵字來幫助對活動進行分類和索引\"],\"yPZN4i\":[\"此訂購頁面已不可用。\"],\"yPrbsy\":[\"收件人\"],\"yRg26W\":[\"總銷售額\"],\"ySQGHV\":[\"售罄時隱藏產品\"],\"ySeBKv\":[\"您已經掃描過此票\"],\"ySxKZe\":[\"這個代碼可以使用多少次?\"],\"yT6dQ8\":[\"按稅種和活動分組的已收稅款\"],\"yTnnYg\":[\"辛普森\"],\"yTsaLw\":[\"1張門票\"],\"yWiPh+\":[\"加税或費用\"],\"yZfBoy\":[\"您的信息已發送\"],\"yhjU+j\":[\"正在下載發票\"],\"yiy8Jt\":[\"建立緊你嘅主辦方資料,請稍候\"],\"yj3N+g\":[\"開始日期後1天\"],\"yjkELF\":[\"確認新密碼\"],\"ylXj1N\":[\"已選擇\"],\"ypJ62C\":[\"折扣率\"],\"yxhYRZ\":[[\"0\"],\" <0>簽退成功\"],\"yz7wBu\":[\"關閉\"],\"z+nuVJ\":[\"Online event\"],\"z0KrIG\":[\"排程時間為必填項\"],\"z0t9bb\":[\"Login\"],\"z6tdjE\":[\"Failed to delete message. Please try again.\"],\"zCdObC\":[\"我們已正式將總部遷至愛爾蘭 🇮🇪。作為此次過渡的一部分,我們現在使用 Stripe 愛爾蘭而不是 Stripe 加拿大。為了保持您的付款順利進行,您需要重新連接您的 Stripe 帳戶。\"],\"zFIMat\":[\"Pinterest\"],\"zGE3CH\":[\"匯出報告失敗。請重試。\"],\"zGiMDM\":[\"+1 234 567 890\"],\"zK/+ef\":[\"沒有可供選擇的產品\"],\"zLmvhE\":[\"成功創建與會者\"],\"zNECqg\":[\"門票\"],\"zNZNMs\":[\"查看訊息\"],\"zPH6gp\":[\"Refund Order\"],\"zPRPMf\":[\"選擇級別\"],\"zPiC+q\":[\"符合條件的簽到列表\"],\"zTkTF3\":[\"儲存範本失敗\"],\"zUDyah\":[\"登錄\"],\"zWqUyJ\":[\"每筆交易收取的固定費用\"],\"zXuaxY\":[\"Manage your event's waitlist, view stats, and offer tickets to attendees.\"],\"ze6ETw\":[\"Begin selling products in minutes\"],\"zg4oSu\":[\"建立\",[\"0\"],\"範本\"],\"zgCHnE\":[\"每日銷售報告\"],\"ziAjHi\":[\"產生\"],\"zlHa5R\":[\"尚未向此訂單添加參會者。\"],\"zlnTuI\":[\"Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page.\"],\"zmwvG2\":[\"電話\"],\"znIg+z\":[\"結賬\"],\"zpekWp\":[\"銷售於 \",[\"0\"],\" 開始\"],\"zppscQ\":[\"Hi.Events 平台費用及每筆交易的增值稅明細\"],\"zxnup4\":[\"冇推廣夥伴可顯示\"],\"zyUxcw\":[\"TikTok\"],\"zzDlyQ\":[\"成功\"],\"zziQd8\":[\"Share to Pinterest\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/zh-hk.po b/frontend/src/locales/zh-hk.po index f5a626801..0b5e7627f 100644 --- a/frontend/src/locales/zh-hk.po +++ b/frontend/src/locales/zh-hk.po @@ -24,66 +24,87 @@ msgid "- Click to Unpublish" msgstr "- 點擊取消發布" #: src/components/common/NoResultsSplash/index.tsx:14 -msgid "'There\\'s nothing to show yet'" -msgstr "There's nothing to show yet" +msgid "'There's nothing to show yet'" +msgstr "" + +#: src/components/common/NoResultsSplash/index.tsx:14 +#~ msgid "'There\\'s nothing to show yet'" +#~ msgstr "There's nothing to show yet" #: src/components/routes/admin/Attribution/index.tsx:146 msgid "(empty)" msgstr "(空)" +#. placeholder {0}: column.label #: src/components/common/ReportTable/index.tsx:303 msgid "{0}" msgstr "{0}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckInStatusModal/index.tsx:143 msgid "{0} {1}" msgstr "{0} {1}" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/layouts/CheckIn/index.tsx:237 msgid "{0} {1} is already checked in" msgstr "{0} {1} 已簽到" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:133 msgid "{0} <0>checked in successfully" msgstr "{0} <0>簽到成功" +#. placeholder {0}: attendee.first_name #: src/components/layouts/CheckIn/index.tsx:159 msgid "{0} <0>checked out successfully" msgstr "{0} <0>簽退成功" +#. placeholder {0}: webhooks.length #: src/components/routes/event/Webhooks/index.tsx:24 msgid "{0} Active Webhooks" msgstr "{0} 個活動的 Webhook" -#: src/components/routes/product-widget/SelectProducts/index.tsx:466 +#. placeholder {0}: product.quantity_available +#: src/components/routes/product-widget/SelectProducts/index.tsx:560 msgid "{0} available" msgstr "{0}可用" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:36 msgid "{0} created successfully" msgstr "成功創建 {0}" +#. placeholder {0}: salesProgress.remaining #: src/components/common/ProductsTable/SortableProduct/index.tsx:399 msgid "{0} left" msgstr "剩餘 {0}" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/layouts/AppLayout/Sidebar/index.tsx:81 #: src/components/layouts/AuthLayout/index.tsx:123 msgid "{0} logo" msgstr "{0} 標誌" +#. placeholder {0}: organizers.length #: src/components/routes/events/Dashboard/index.tsx:140 msgid "{0} organizers" msgstr "{0} 位主辦單位" +#. placeholder {0}: orderItem.quantity #: src/components/routes/product-widget/CollectInformation/index.tsx:589 msgid "{0} tickets" msgstr "{0}張門票" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:42 msgid "{0} updated successfully" msgstr "{0}更新成功" +#. placeholder {0}: checkInList.checked_in_attendees +#. placeholder {1}: checkInList.total_attendees #: src/components/common/CheckIn/CheckInInfoModal.tsx:40 msgid "{0}/{1} checked in" msgstr "{0}/{1} 已簽到" @@ -148,6 +169,7 @@ msgstr "<0>該產品的可用數量<1>如果該產品有相關的<2>容量 msgid "<0>Webhooks instantly notify external services when events happen, like adding a new attendee to your CRM or mailing list upon registration, ensuring seamless automation.<1>Use third-party services like <2>Zapier, <3>IFTTT or <4>Make to create custom workflows and automate tasks." msgstr "<0>Webhooks 可在事件發生時立即通知外部服務,例如,在註冊時將新與會者添加到您的 CRM 或郵件列表,確保無縫自動化。<1>使用第三方服務,如 <2>Zapier、<3>IFTTT 或 <4>Make 來創建自定義工作流並自動化任務。" +#. placeholder {0}: formatCurrency(fixedFee, feeCurrency) #: src/components/common/PlatformFeesSettings/index.tsx:160 msgid "≈ {0} at current rate" msgstr "≈ {0}(按目前匯率)" @@ -251,6 +273,11 @@ msgstr "費用,如預訂費或服務費" msgid "A fixed amount per product. E.g, $0.50 per product" msgstr "每個產品的固定金額。例如,每個產品$0.50" +#: src/components/routes/event/HomepageDesigner/index.tsx:222 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +msgid "A fluid, animated mesh gradient" +msgstr "" + #: src/components/forms/QuestionForm/index.tsx:108 msgid "A multi line text input" msgstr "多行文本輸入" @@ -300,7 +327,7 @@ msgstr "標準税,如增值税或消費税" msgid "Abandoned" msgstr "已放棄" -#: src/components/layouts/EventHomepage/index.tsx:389 +#: src/components/layouts/EventHomepage/index.tsx:450 msgid "About" msgstr "關於" @@ -403,7 +430,8 @@ msgstr "需要操作:需提供增值稅資料" #: src/components/common/AttendeeTable/index.tsx:346 #: src/components/common/OrdersTable/index.tsx:438 #: src/components/common/ProductsTable/SortableProduct/index.tsx:467 -#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/common/WaitlistTable/index.tsx:53 +#: src/components/common/WaitlistTable/index.tsx:193 #: src/components/routes/admin/FailedJobs/index.tsx:167 msgid "Actions" msgstr "操作" @@ -510,7 +538,7 @@ msgstr "增加層級" #: src/components/common/AddEventToCalendarButton/index.tsx:14 #: src/components/common/AddToCalendarCTA/index.tsx:24 -#: src/components/layouts/EventHomepage/index.tsx:322 +#: src/components/layouts/EventHomepage/index.tsx:378 msgid "Add to Calendar" msgstr "添加到日曆" @@ -660,7 +688,7 @@ msgstr "所有任務已排隊等待重試" msgid "All Products" msgstr "所有產品" -#: src/components/routes/event/SoldOutWaitlist/index.tsx:62 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:64 msgid "All Statuses" msgstr "所有狀態" @@ -699,6 +727,7 @@ msgstr "快完成了!完成連接您的 Stripe 帳戶以開始接受付款。" msgid "Almost there! We're just waiting for your payment to be processed. This should only take a few seconds." msgstr "快完成了!我們正在等待您的付款處理。這只需要幾秒鐘。" +#. placeholder {0}: import {Button, Checkbox, PasswordInput, SimpleGrid, TextInput} from "@mantine/core"; import {hasLength, isEmail, matchesField, useForm} from "@mantine/form"; import {RegisterAccountRequest} from "../../../../types.ts"; import {useFormErrorResponseHandler} from "../../../../hooks/useFormErrorResponseHandler.tsx"; import {useRegisterAccount} from "../../../../mutations/useRegisterAccount.ts"; import {NavLink, useLocation, useNavigate} from "react-router"; import {t, Trans} from "@lingui/macro"; import classes from "./Register.module.scss"; import {getClientLocale} from "../../../../locales.ts"; import {useEffect} from "react"; import {getUserCurrency} from "../../../../utilites/currency.ts"; import {getConfig} from "../../../../utilites/config.ts"; import {captureUtmData, getStoredUtmData, clearStoredUtmData} from "../../../../utilites/utm.ts"; export const Register = () => { const navigate = useNavigate(); const location = useLocation(); const form = useForm({ validateInputOnBlur: true, initialValues: { first_name: '', last_name: '', email: '', password: '', password_confirmation: '', timezone: typeof window !== 'undefined' ? Intl.DateTimeFormat().resolvedOptions().timeZone : 'UTC', locale: getClientLocale(), invite_token: '', currency_code: getUserCurrency(), marketing_opt_in: false, }, validate: { password: hasLength({min: 8}, t`Password must be at least 8 characters`), password_confirmation: matchesField('password', t`Passwords are not the same`), email: isEmail(t`Please check your email is valid`), }, }); const errorHandler = useFormErrorResponseHandler(); const mutate = useRegisterAccount(); const registerUser = (data: RegisterAccountRequest) => { const utmData = getStoredUtmData(); const registrationData = utmData ? {...data, ...utmData} : data; mutate.mutate({registerData: registrationData}, { onSuccess: () => { clearStoredUtmData(); navigate(`/welcome${location.search}`); }, onError: (error: any) => { errorHandler(form, error, error.response?.data?.message); }, }); } useEffect(() => { captureUtmData(); const searchParams = new URLSearchParams(location.search); const token = searchParams.get('invite_token'); if (token) { form.setFieldValue('invite_token', token); } }, [location.search]); return ( <>

{t`Get started`}

Already have an account?{' '} {t`Log in`}

registerUser(values as RegisterAccountRequest))}> Receive product updates from {getConfig("VITE_APP_NAME", "Hi.Events")}.} />
By registering you agree to our Terms of Service and Privacy Policy.
) } export default Register; #: src/components/routes/auth/Register/index.tsx:75 msgid "Already have an account? <0>{0}" msgstr "已有帳戶?<0>{0}" @@ -726,7 +755,6 @@ msgstr "令人驚歎, 活動, 關鍵詞..." #: src/components/common/OrdersTable/index.tsx:341 #: src/components/forms/TaxAndFeeForm/index.tsx:71 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:36 msgid "Amount" msgstr "金額" @@ -734,6 +762,7 @@ msgstr "金額" msgid "Amount Paid" msgstr "支付金額" +#. placeholder {0}: event?.currency #: src/components/modals/CreateAttendeeModal/index.tsx:176 msgid "Amount paid ({0})" msgstr "支付金額 ({0})" @@ -762,6 +791,11 @@ msgstr "出現意外錯誤。" msgid "An unexpected error occurred. Please try again." msgstr "出現意外錯誤。請重試。" +#: src/components/routes/event/HomepageDesigner/index.tsx:220 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 +msgid "Animated Gradient" +msgstr "" + #: src/components/common/QuestionAndAnswerList/index.tsx:97 msgid "Answer updated successfully." msgstr "答案更新成功。" @@ -778,10 +812,11 @@ msgstr "外觀" msgid "Application Fees Configuration" msgstr "應用費用配置" -#: src/components/routes/product-widget/SelectProducts/index.tsx:554 +#: src/components/routes/product-widget/SelectProducts/index.tsx:661 msgid "applied" msgstr "應用" +#. placeholder {0}: assignment.products.length #: src/components/common/CapacityAssignmentList/index.tsx:94 msgid "Applies to {0} products" msgstr "適用於{0}個產品" @@ -791,12 +826,13 @@ msgid "Applies to 1 product" msgstr "適用於1個產品" #: src/components/common/FilterModal/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:690 msgid "Apply" msgstr "應用" #: src/components/routes/product-widget/SelectProducts/index.tsx:582 -msgid "Apply Promo Code" -msgstr "應用促銷代碼" +#~ msgid "Apply Promo Code" +#~ msgstr "應用促銷代碼" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" @@ -881,26 +917,28 @@ msgstr "您確定要將此主辦單位設為草稿嗎?這將使該頁面對公 msgid "Are you sure you want to make this organizer public? This will make the organizer page visible to the public" msgstr "您確定要將此主辦單位設為公開嗎?這將使該頁面對公眾可見。" -#: src/components/common/WaitlistTable/index.tsx:56 +#: src/components/common/WaitlistTable/index.tsx:100 msgid "Are you sure you want to offer a spot to this person? They will receive an email notification." msgstr "您確定要向此人提供名額嗎?他們將收到電子郵件通知。" -#: src/components/common/StatusToggle/index.tsx:38 +#: src/components/common/StatusToggle/index.tsx:50 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." msgstr "你確定要發佈呢個活動嗎?一旦發佈,將會對公眾可見。" -#: src/components/common/StatusToggle/index.tsx:39 +#: src/components/common/StatusToggle/index.tsx:51 msgid "Are you sure you want to publish this organizer profile? Once published, it will be visible to the public." msgstr "你確定要發佈呢個主辦方資料嗎?一旦發佈,將會對公眾可見。" -#: src/components/common/WaitlistTable/index.tsx:42 +#: src/components/common/WaitlistTable/index.tsx:83 msgid "Are you sure you want to remove this entry from the waitlist?" msgstr "您確定要從候補名單中移除此條目嗎?" +#. placeholder {0}: order?.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:507 msgid "Are you sure you want to resend the order confirmation to {0}?" msgstr "您確定要將訂單確認重新發送到 {0} 嗎?" +#. placeholder {0}: attendee.email #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:482 msgid "Are you sure you want to resend the ticket to {0}?" msgstr "您確定要將門票重新發送到 {0} 嗎?" @@ -909,11 +947,11 @@ msgstr "您確定要將門票重新發送到 {0} 嗎?" msgid "Are you sure you want to restore this event? It will be restored as a draft event." msgstr "您確定要恢復此活動嗎?它將作為草稿恢復。" -#: src/components/common/StatusToggle/index.tsx:41 +#: src/components/common/StatusToggle/index.tsx:53 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." msgstr "你確定要取消發佈呢個活動嗎?佢將唔再對公眾可見。" -#: src/components/common/StatusToggle/index.tsx:42 +#: src/components/common/StatusToggle/index.tsx:54 msgid "Are you sure you want to unpublish this organizer profile? It will no longer be visible to the public." msgstr "你確定要取消發佈呢個主辦方資料嗎?佢將唔再對公眾可見。" @@ -1101,7 +1139,7 @@ msgstr "自動調整大小" msgid "Auto-offer is enabled. Tickets are automatically offered when capacity becomes available. Use this to manually offer additional spots." msgstr "自動提供已啟用。當有空位時,門票會自動提供。使用此功能手動提供額外名額。" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:63 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:60 msgid "Auto-Process Waitlist" msgstr "自動處理候補名單" @@ -1110,8 +1148,12 @@ msgid "Automatically detected based on background color, but can be overridden" msgstr "根據背景顏色自動檢測,但可以覆蓋" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:64 -msgid "Automatically offer tickets to the next person when capacity becomes available" -msgstr "當有空位時自動向下一位提供門票" +#~ msgid "Automatically offer tickets to the next person when capacity becomes available" +#~ msgstr "當有空位時自動向下一位提供門票" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:61 +msgid "Automatically offer tickets to the next person when capacity becomes available. If disabled, you can manually process the waitlist from the Waitlist page." +msgstr "" #: src/components/common/WidgetEditor/index.tsx:238 msgid "Automatically resize the widget height based on the content. When disabled, the widget will fill the height of the container." @@ -1197,8 +1239,8 @@ msgstr "返回報告" msgid "Background Color" msgstr "背景顏色" -#: src/components/routes/event/HomepageDesigner/index.tsx:226 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 +#: src/components/routes/event/HomepageDesigner/index.tsx:232 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:264 msgid "Background Type" msgstr "背景類型" @@ -1261,7 +1303,7 @@ msgstr "商業名稱" msgid "Button Label" msgstr "按鈕標籤" -#: src/components/routes/event/HomepageDesigner/index.tsx:245 +#: src/components/routes/event/HomepageDesigner/index.tsx:251 msgid "Button Text" msgstr "按鈕文字" @@ -1273,6 +1315,7 @@ msgstr "買家支付" msgid "Buyers see a clean price. The platform fee is deducted from your payout." msgstr "買家看到的是淨價。平台費用將從您的付款中扣除。" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/product-widget/CollectInformation/index.tsx:709 #: src/components/routes/product-widget/Payment/index.tsx:152 msgid "By continuing, you agree to the <0>{0} Terms of Service" @@ -1318,11 +1361,12 @@ msgstr "活動" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:121 #: src/components/common/PromoCodeTable/index.tsx:40 #: src/components/common/QuestionAndAnswerList/index.tsx:149 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/routes/event/messages.tsx:80 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:85 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:85 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:158 #: src/utilites/confirmationDialog.tsx:17 msgid "Cancel" msgstr "取消" @@ -1343,6 +1387,7 @@ msgstr "取消訂單" msgid "Cancel Order" msgstr "取消訂單" +#. placeholder {0}: order.public_id #: src/components/modals/CancelOrderModal/index.tsx:57 msgid "Cancel Order {0}" msgstr "取消訂單 {0}" @@ -1355,11 +1400,11 @@ msgstr "取消將取消與此訂單關聯的所有參與者,並將門票釋放 #: src/components/common/AttendeeTicket/index.tsx:149 #: src/components/common/OrdersTable/index.tsx:423 #: src/components/common/OrderStatusBadge/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:32 +#: src/components/common/WaitlistTable/index.tsx:25 #: src/components/routes/admin/Messages/index.tsx:126 #: src/components/routes/event/attendees.tsx:27 #: src/components/routes/event/orders.tsx:24 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:75 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:353 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:96 msgid "Cancelled" @@ -1430,6 +1475,8 @@ msgstr "慈善" msgid "Check In" msgstr "簽到" +#. placeholder {0}: attendee.first_name +#. placeholder {1}: attendee.last_name #: src/components/common/CheckIn/CheckInOptionsModal.tsx:27 msgid "Check in {0} {1}" msgstr "簽到 {0} {1}" @@ -1557,8 +1604,13 @@ msgstr "中文(繁體)" #: src/components/routes/event/HomepageDesigner/index.tsx:216 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 -msgid "Choose a color for your background" -msgstr "選擇背景顏色" +#~ msgid "Choose a color for your background" +#~ msgstr "選擇背景顏色" + +#: src/components/routes/event/HomepageDesigner/index.tsx:216 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:248 +msgid "Choose a solid color for your background" +msgstr "" #: src/components/modals/ChooseAccountModal/index.tsx:13 msgid "Choose an account" @@ -1592,6 +1644,10 @@ msgstr "城市" msgid "Clear Search Text" msgstr "清除搜索文本" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:202 +msgid "Click here to edit donation" +msgstr "" + #: src/components/common/PromoCodeTable/index.tsx:98 msgid "Click to copy" msgstr "點擊複製" @@ -1600,15 +1656,15 @@ msgstr "點擊複製" msgid "Click to view notes" msgstr "點擊查看備註" -#: src/components/routes/product-widget/SelectProducts/index.tsx:587 +#: src/components/routes/product-widget/SelectProducts/index.tsx:696 msgid "close" msgstr "關閉" #: src/components/common/AttendeeCheckInTable/PermissionDeniedMessage.tsx:27 -#: src/components/modals/JoinWaitlistModal/index.tsx:104 -#: src/components/modals/JoinWaitlistModal/index.tsx:151 +#: src/components/modals/JoinWaitlistModal/index.tsx:123 +#: src/components/modals/JoinWaitlistModal/index.tsx:159 #: src/components/modals/RefundOrderModal/index.tsx:169 -#: src/components/routes/product-widget/SelectProducts/index.tsx:588 +#: src/components/routes/product-widget/SelectProducts/index.tsx:697 msgid "Close" msgstr "關閉" @@ -1672,8 +1728,8 @@ msgstr "按門票收集資料" #: src/components/routes/event/HomepageDesigner/index.tsx:214 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 -msgid "Color" -msgstr "顏色" +#~ msgid "Color" +#~ msgstr "顏色" #: src/components/common/ThemeColorControls/index.tsx:70 msgid "Color Mode" @@ -1810,13 +1866,14 @@ msgid "Configure Taxes & Fees" msgstr "配置稅費" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 -msgid "Configure waitlist settings for this event" -msgstr "配置此活動的候補名單設定" +#~ msgid "Configure waitlist settings for this event" +#~ msgstr "配置此活動的候補名單設定" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" msgstr "已配置折扣" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:183 #: src/utilites/confirmationDialog.tsx:16 msgid "Confirm" msgstr "確認" @@ -1942,12 +1999,14 @@ msgstr "已連接到 Stripe" msgid "Connection Details" msgstr "連接詳情" -#: src/components/common/WaitlistTable/index.tsx:94 -#: src/components/layouts/EventHomepage/index.tsx:583 +#: src/components/common/WaitlistTable/index.tsx:132 +#: src/components/layouts/EventHomepage/index.tsx:319 +#: src/components/layouts/EventHomepage/index.tsx:537 #: src/components/layouts/OrganizerHomepage/index.tsx:245 msgid "Contact" msgstr "聯絡" +#. placeholder {0}: organizer?.name || 'Organizer' #: src/components/common/ContactOrganizerModal/index.tsx:66 msgid "Contact {0}" msgstr "聯絡 {0}" @@ -1963,12 +2022,12 @@ msgstr "支援聯絡電郵" #: src/components/common/WidgetEditor/index.tsx:29 #: src/components/common/WidgetEditor/index.tsx:222 -#: src/components/routes/product-widget/SelectProducts/index.tsx:540 +#: src/components/routes/product-widget/SelectProducts/index.tsx:647 msgid "Continue" msgstr "繼續" #: src/components/common/WidgetEditor/index.tsx:221 -#: src/components/routes/event/HomepageDesigner/index.tsx:252 +#: src/components/routes/event/HomepageDesigner/index.tsx:258 msgid "Continue Button Text" msgstr "繼續按鈕文字" @@ -1982,7 +2041,7 @@ msgstr "繼續設置" msgid "Continue Setup" msgstr "繼續設置" -#: src/components/routes/product-widget/SelectProducts/index.tsx:376 +#: src/components/routes/product-widget/SelectProducts/index.tsx:432 msgid "Continue to Checkout" msgstr "繼續結帳" @@ -2093,7 +2152,9 @@ msgid "Cover" msgstr "封面" #: src/components/routes/event/HomepageDesigner/index.tsx:179 +#: src/components/routes/event/HomepageDesigner/index.tsx:226 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:189 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:258 msgid "Cover Image" msgstr "封面圖片" @@ -2110,10 +2171,12 @@ msgstr "封面圖片將顯示在您的主辦單位頁面頂部" msgid "Create" msgstr "創建" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/CreateTaxOrFeeModal/index.tsx:59 msgid "Create {0}" msgstr "創建 {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:108 msgid "Create {0} Template" msgstr "建立{0}範本" @@ -2339,6 +2402,10 @@ msgstr "自訂品牌" msgid "Custom date and time" msgstr "自訂日期和時間" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:117 +msgid "Custom Donation Amount" +msgstr "" + #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:159 msgid "Custom Maps URL" msgstr "自定義地圖 URL" @@ -2415,7 +2482,7 @@ msgstr "自訂結帳時提出的問題,以從參與者那裡收集重要資訊 msgid "Customize the SEO settings for this event" msgstr "自定義此事件的搜索引擎優化設置" -#: src/components/routes/event/HomepageDesigner/index.tsx:253 +#: src/components/routes/event/HomepageDesigner/index.tsx:259 msgid "Customize the text shown on the continue button" msgstr "自訂繼續按鈕上顯示的文字" @@ -2613,6 +2680,7 @@ msgstr "折扣" msgid "Discount %" msgstr "折扣率" +#. placeholder {0}: event.currency #: src/components/forms/PromoCodeForm/index.tsx:93 msgid "Discount in {0}" msgstr "{0}中的折扣" @@ -2621,7 +2689,7 @@ msgstr "{0}中的折扣" msgid "Discount Type" msgstr "折扣類型" -#: src/components/routes/product-widget/SelectProducts/index.tsx:393 +#: src/components/routes/product-widget/SelectProducts/index.tsx:449 msgid "Dismiss this message" msgstr "關閉此訊息" @@ -2704,10 +2772,16 @@ msgstr "由於垃圾郵件風險高,您必須先連接 Stripe 帳戶才能修 #: src/components/modals/SendMessageModal/index.tsx:243 msgid "" "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" -"This is to ensure that all event organizers are verified and accountable." +" This is to ensure that all event organizers are verified and accountable." msgstr "" -"由於垃圾郵件風險較高,您必須先連接 Stripe 帳戶才能向參與者發送訊息。\n" -"這是為了確保所有活動組織者都經過驗證並承擔責任。" + +#: src/components/modals/SendMessageModal/index.tsx:243 +#~ msgid "" +#~ "Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\n" +#~ "This is to ensure that all event organizers are verified and accountable." +#~ msgstr "" +#~ "由於垃圾郵件風險較高,您必須先連接 Stripe 帳戶才能向參與者發送訊息。\n" +#~ "這是為了確保所有活動組織者都經過驗證並承擔責任。" #: src/components/common/ProductsTable/SortableProduct/index.tsx:488 msgid "Duplicate" @@ -2735,11 +2809,11 @@ msgstr "複製產品" msgid "Dutch" msgstr "荷蘭語" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:68 msgid "e.g. 180 (3 hours)" msgstr "例如 180(3小時)" -#: src/components/routes/event/HomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:260 msgid "e.g., Get Tickets, Register Now" msgstr "例如:取得門票,立即註冊" @@ -2768,11 +2842,14 @@ msgstr "早起的鳥兒" msgid "Edit" msgstr "編輯" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` +#. placeholder {0}: isTicket ? t`Ticket` : t`Product` #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 #: src/components/modals/EditTaxOrFeeModal/index.tsx:52 msgid "Edit {0}" msgstr "編輯 {0}" +#. placeholder {0}: templateTypeLabels[templateType] #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:106 msgid "Edit {0} Template" msgstr "編輯{0}範本" @@ -2907,7 +2984,7 @@ msgstr "符合條件的簽到列表" #: src/components/forms/AffiliateForm/index.tsx:89 #: src/components/modals/EditUserModal/index.tsx:80 #: src/components/modals/InviteUserModal/index.tsx:61 -#: src/components/modals/JoinWaitlistModal/index.tsx:204 +#: src/components/modals/JoinWaitlistModal/index.tsx:201 #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:128 #: src/components/routes/admin/Dashboard/index.tsx:401 #: src/components/routes/auth/AcceptInvitation/index.tsx:112 @@ -3153,7 +3230,7 @@ msgstr "輸入您的姓名" msgid "Enter your VAT number including the country code, without spaces (e.g., IE1234567A, DE123456789)" msgstr "輸入您的增值稅號碼,包括國家代碼,不含空格(例如:IE1234567A、DE123456789)" -#: src/components/common/WaitlistTable/index.tsx:82 +#: src/components/common/WaitlistTable/index.tsx:222 msgid "Entries will appear here when customers join the waitlist for sold out products." msgstr "當客戶加入已售罄產品的候補名單時,條目將顯示在此處。" @@ -3315,7 +3392,7 @@ msgid "Event Settings" msgstr "活動設定" #: src/components/common/EventCard/index.tsx:70 -#: src/components/common/StatusToggle/index.tsx:63 +#: src/components/common/StatusToggle/index.tsx:75 #: src/components/layouts/Event/index.tsx:170 #: src/components/routes/event/EventDashboard/index.tsx:88 #: src/components/routes/event/GettingStarted/index.tsx:68 @@ -3323,7 +3400,7 @@ msgid "Event status update failed. Please try again later" msgstr "活動狀態更新失敗。請稍後再試" #: src/components/common/EventCard/index.tsx:67 -#: src/components/common/StatusToggle/index.tsx:55 +#: src/components/common/StatusToggle/index.tsx:67 #: src/components/layouts/Event/index.tsx:166 #: src/components/routes/event/EventDashboard/index.tsx:85 #: src/components/routes/event/GettingStarted/index.tsx:65 @@ -3406,8 +3483,8 @@ msgstr "異常" msgid "Expiration date" msgstr "過期日期" -#: src/components/common/WaitlistTable/index.tsx:33 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 +#: src/components/common/WaitlistTable/index.tsx:26 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:74 msgid "Expired" msgstr "已過期" @@ -3566,7 +3643,7 @@ msgstr "載入收件人失敗" msgid "Failed to load Webhook" msgstr "加載 Webhook 失敗" -#: src/components/common/WaitlistTable/index.tsx:66 +#: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to offer spot" msgstr "提供名額失敗" @@ -3574,6 +3651,10 @@ msgstr "提供名額失敗" msgid "Failed to offer tickets" msgstr "提供票券失敗" +#: src/components/common/WaitlistTable/index.tsx:90 +msgid "Failed to remove from waitlist" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" msgstr "重新排序問題失敗" @@ -3778,7 +3859,7 @@ msgstr "姓名" #: src/components/common/QuestionsTable/index.tsx:251 #: src/components/modals/EditUserModal/index.tsx:71 #: src/components/modals/InviteUserModal/index.tsx:57 -#: src/components/modals/JoinWaitlistModal/index.tsx:194 +#: src/components/modals/JoinWaitlistModal/index.tsx:191 #: src/components/routes/auth/AcceptInvitation/index.tsx:97 #: src/components/routes/auth/Register/index.tsx:90 #: src/components/routes/product-widget/CollectInformation/index.tsx:427 @@ -3789,7 +3870,7 @@ msgstr "姓名" msgid "First Name" msgstr "姓名" -#: src/components/modals/JoinWaitlistModal/index.tsx:41 +#: src/components/modals/JoinWaitlistModal/index.tsx:58 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:29 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:29 msgid "First name is required" @@ -3862,7 +3943,7 @@ msgstr "忘記密碼?" #: src/components/common/ProductsTable/SortableProduct/index.tsx:113 #: src/components/common/ProductsTable/SortableProduct/index.tsx:123 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:180 -#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:53 +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:229 msgid "Free" msgstr "免費" @@ -3912,8 +3993,8 @@ msgid "German" msgstr "德國" #: src/components/layouts/EventHomepage/index.tsx:420 -msgid "Get Directions" -msgstr "取得路線" +#~ msgid "Get Directions" +#~ msgstr "取得路線" #: src/components/layouts/AuthLayout/index.tsx:36 msgid "Get paid immediately via Stripe Connect" @@ -3923,7 +4004,7 @@ msgstr "透過 Stripe Connect 立即獲得付款" msgid "Get started" msgstr "開始使用" -#: src/components/layouts/EventHomepage/index.tsx:619 +#: src/components/layouts/EventHomepage/index.tsx:595 msgid "Get Tickets" msgstr "購票" @@ -3987,10 +4068,11 @@ msgstr "賓客管理" msgid "Guests" msgstr "賓客" -#: src/components/routes/product-widget/SelectProducts/index.tsx:549 +#: src/components/routes/product-widget/SelectProducts/index.tsx:656 msgid "Have a promo code?" msgstr "有促銷代碼嗎?" +#. placeholder {0}: user.full_name #: src/components/routes/admin/Dashboard/index.tsx:74 msgid "Hello {0}, manage your platform from here." msgstr "您好 {0},從這裡管理您的平台。" @@ -4020,6 +4102,7 @@ msgstr "呢個係你嘅推廣連結" msgid "Here's what to expect:" msgstr "預期結果:" +#. placeholder {0}: me?.first_name && me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:113 msgid "Hi {0} 👋" msgstr "你好 {0} 👋" @@ -4050,8 +4133,7 @@ msgstr "隱藏於公眾視線之外" msgid "Hidden questions are only visible to the event organizer and not to the customer." msgstr "隱藏問題只有活動組織者可以看到,客户看不到。" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:514 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Hide" msgstr "隱藏" @@ -4134,8 +4216,8 @@ msgstr "主頁設計" msgid "Homepage Designer" msgstr "首頁設計器" -#: src/components/routes/event/HomepageDesigner/index.tsx:278 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 +#: src/components/routes/event/HomepageDesigner/index.tsx:284 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:295 msgid "Homepage Preview" msgstr "主頁預覽" @@ -4144,7 +4226,7 @@ msgstr "主頁預覽" msgid "Homer" msgstr "荷馬" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:70 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:67 msgid "How long a customer has to complete their purchase after receiving an offer. Leave empty for no timeout." msgstr "客戶收到報價後完成購買的時限。留空表示無時間限制。" @@ -4181,7 +4263,7 @@ msgstr "https://webhook-domain.com/webhook" msgid "Hungarian" msgstr "匈牙利語" -#: src/components/modals/JoinWaitlistModal/index.tsx:210 +#: src/components/modals/JoinWaitlistModal/index.tsx:207 msgid "I agree to receive email notifications related to this event" msgstr "我同意接收與此活動相關的電子郵件通知" @@ -4193,7 +4275,7 @@ msgstr "我同意<0>條款和條件。" msgid "I confirm this is a transactional message related to this event" msgstr "我確認這是與此活動相關的交易訊息" -#: src/components/routes/product-widget/SelectProducts/index.tsx:353 +#: src/components/routes/product-widget/SelectProducts/index.tsx:409 msgid "If a new tab did not open automatically, please click the button below to continue to checkout." msgstr "如果未自動開啟新分頁,請點擊下方按鈕繼續結帳。" @@ -4299,6 +4381,7 @@ msgstr "包含您的在線活動的連接詳細信息。這些信息將在訂單 msgid "Include tax and fees in the price" msgstr "價格中包含税費" +#. placeholder {0}: list.products.length #: src/components/common/CheckInListList/index.tsx:101 msgid "Includes {0} products" msgstr "包括{0}個產品" @@ -4477,21 +4560,25 @@ msgstr "約翰" msgid "Johnson" msgstr "約翰遜" -#: src/components/layouts/EventHomepage/index.tsx:348 +#: src/components/layouts/EventHomepage/index.tsx:409 msgid "Join from anywhere" msgstr "隨時隨地加入" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/modals/JoinWaitlistModal/index.tsx:222 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/modals/JoinWaitlistModal/index.tsx:219 msgid "Join Waitlist" msgstr "加入候補名單" #: src/components/modals/JoinWaitlistModal/index.tsx:176 -msgid "Join Waitlist for {0}" -msgstr "加入 {0} 的候補名單" +#~ msgid "Join Waitlist for {0}" +#~ msgstr "加入 {0} 的候補名單" + +#: src/components/modals/JoinWaitlistModal/index.tsx:173 +msgid "Join Waitlist for {productDisplayName}" +msgstr "" -#: src/components/common/JoinWaitlistButton/index.tsx:28 -#: src/components/common/WaitlistTable/index.tsx:97 +#: src/components/common/JoinWaitlistButton/index.tsx:30 +#: src/components/common/WaitlistTable/index.tsx:180 msgid "Joined" msgstr "已加入" @@ -4503,6 +4590,7 @@ msgstr "只需點擊下面的按鈕重新連接您的 Stripe 帳戶。" msgid "Just looking for your tickets?" msgstr "只是在找您的票?" +#. placeholder {0}: event?.organizer?.name || t`this organizer` #: src/components/routes/product-widget/CollectInformation/index.tsx:560 msgid "Keep me updated on news and events from {0}" msgstr "讓我隨時了解來自 {0} 的新聞和活動" @@ -4574,7 +4662,7 @@ msgstr "姓氏" #: src/components/common/QuestionsTable/index.tsx:252 #: src/components/modals/EditUserModal/index.tsx:72 #: src/components/modals/InviteUserModal/index.tsx:58 -#: src/components/modals/JoinWaitlistModal/index.tsx:199 +#: src/components/modals/JoinWaitlistModal/index.tsx:196 #: src/components/routes/auth/AcceptInvitation/index.tsx:102 #: src/components/routes/auth/Register/index.tsx:96 #: src/components/routes/product-widget/CollectInformation/index.tsx:433 @@ -4674,7 +4762,7 @@ msgid "Loading..." msgstr "加載中..." #: src/components/common/AttendeeTicket/index.tsx:91 -#: src/components/layouts/EventHomepage/index.tsx:402 +#: src/components/layouts/EventHomepage/index.tsx:473 #: src/components/routes/event/Settings/index.tsx:44 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:84 #: src/components/routes/my-tickets/index.tsx:73 @@ -4778,6 +4866,10 @@ msgstr "管理機票" msgid "Manage your account details and default settings" msgstr "管理賬户詳情和默認設置" +#: src/components/routes/event/SoldOutWaitlist/index.tsx:48 +msgid "Manage your event's waitlist, view stats, and offer tickets to attendees." +msgstr "" + #: src/components/routes/account/ManageAccount/sections/PaymentSettings/index.tsx:817 msgid "Manage your payment processing and view platform fees" msgstr "管理您的支付處理並查看平台費用" @@ -4897,6 +4989,10 @@ msgstr "訊息級別" msgid "Messaging tier updated successfully" msgstr "訊息級別更新成功" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:120 +msgid "Minimum amount:" +msgstr "" + #: src/components/forms/ProductForm/index.tsx:440 msgid "Minimum Per Order" msgstr "每次訂購的最低數量" @@ -4905,7 +5001,7 @@ msgstr "每次訂購的最低數量" msgid "Minimum Price" msgstr "最低價格" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:74 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:71 msgid "minutes" msgstr "分鐘" @@ -4949,6 +5045,10 @@ msgstr "多種價格選項。非常適合早鳥產品等。" msgid "Music" msgstr "音樂" +#: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:138 +msgid "Must be at least" +msgstr "" + #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:71 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:71 msgid "My amazing event description..." @@ -5300,7 +5400,7 @@ msgstr "未配置增值稅設定" msgid "No viewed events in the last 14 days" msgstr "過去14天沒有瀏覽的活動" -#: src/components/common/WaitlistTable/index.tsx:78 +#: src/components/common/WaitlistTable/index.tsx:218 msgid "No waitlist entries" msgstr "沒有候補名單條目" @@ -5369,27 +5469,27 @@ msgstr "號碼前綴" msgid "of" msgstr "共" -#: src/components/common/WaitlistTable/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:115 #: src/components/modals/OfferWaitlistModal/index.tsx:162 msgid "Offer" msgstr "提供" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Offer Spot" msgstr "提供名額" #: src/components/modals/OfferWaitlistModal/index.tsx:78 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:84 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:86 msgid "Offer Tickets" msgstr "提供門票" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:69 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:66 msgid "Offer Timeout" msgstr "報價逾時" #: src/components/common/WaitlistStats/index.tsx:13 -#: src/components/common/WaitlistTable/index.tsx:30 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:70 +#: src/components/common/WaitlistTable/index.tsx:23 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:72 msgid "Offered" msgstr "已提供" @@ -5444,6 +5544,7 @@ msgstr "線下支付設置" msgid "On Sale" msgstr "銷售中" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:99 msgid "On sale {0}" msgstr "正在銷售 {0}" @@ -5474,7 +5575,7 @@ msgstr "持續進行" msgid "Online" msgstr "線上" -#: src/components/layouts/EventHomepage/index.tsx:346 +#: src/components/layouts/EventHomepage/index.tsx:408 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:167 msgid "Online Event" msgstr "線上活動" @@ -5791,7 +5892,6 @@ msgstr "組織名稱" #: src/components/common/AdminEventsTable/index.tsx:87 #: src/components/common/AttendeeTicket/index.tsx:82 -#: src/components/layouts/EventHomepage/index.tsx:495 #: src/components/modals/EditUserModal/index.tsx:55 #: src/components/modals/InviteUserModal/index.tsx:47 #: src/components/routes/admin/Dashboard/index.tsx:257 @@ -5841,12 +5941,12 @@ msgstr "主辦單位設定" msgid "Organizer statistics are not available for the selected currency or an error occurred." msgstr "所選貨幣沒有可用的主辦單位統計資料,或發生錯誤。" -#: src/components/common/StatusToggle/index.tsx:64 +#: src/components/common/StatusToggle/index.tsx:76 #: src/components/layouts/OrganizerLayout/index.tsx:135 msgid "Organizer status update failed. Please try again later" msgstr "更新主辦單位狀態失敗。請稍後再試。" -#: src/components/common/StatusToggle/index.tsx:56 +#: src/components/common/StatusToggle/index.tsx:68 #: src/components/layouts/OrganizerLayout/index.tsx:132 msgid "Organizer status updated" msgstr "主辦單位狀態已更新" @@ -5931,6 +6031,7 @@ msgstr "部分退款" msgid "Partially Refunded" msgstr "部分退款" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:357 msgid "Partially refunded: {0}" msgstr "部分退款:{0}" @@ -6173,6 +6274,7 @@ msgstr "計劃舉辦活動?" msgid "Platform fee" msgstr "平台費用" +#. placeholder {0}: formatCurrency(roundedPlatformFee, currency) #: src/components/common/PlatformFeesSettings/index.tsx:73 msgid "Platform fee of {0} deducted from your payout" msgstr "從您的付款中扣除 {0} 的平台費用" @@ -6215,7 +6317,7 @@ msgstr "請檢查您的電子郵件是否有效" msgid "Please check your email to confirm your email address" msgstr "請檢查您的電子郵件以確認您的電子郵件地址" -#: src/components/routes/product-widget/SelectProducts/index.tsx:344 +#: src/components/routes/product-widget/SelectProducts/index.tsx:400 msgid "Please continue in the new tab" msgstr "請在新標籤頁中繼續" @@ -6227,7 +6329,7 @@ msgstr "請創建一個產品" msgid "Please create a ticket" msgstr "請創建一張票" -#: src/components/modals/JoinWaitlistModal/index.tsx:42 +#: src/components/modals/JoinWaitlistModal/index.tsx:59 msgid "Please enter a valid email address" msgstr "請輸入有效的電子郵件地址" @@ -6271,7 +6373,7 @@ msgstr "請選擇日期範圍" msgid "Please select an image." msgstr "請選擇圖片。" -#: src/components/routes/product-widget/SelectProducts/index.tsx:275 +#: src/components/routes/product-widget/SelectProducts/index.tsx:323 msgid "Please select at least one product" msgstr "請選擇至少一個產品" @@ -6328,6 +6430,7 @@ msgid "Post Checkout Message" msgstr "結帳後訊息" #: src/components/common/PoweredByFooter/index.tsx:60 +#: src/components/layouts/EventHomepage/index.tsx:576 msgid "Powered by" msgstr "技術支持" @@ -6335,6 +6438,11 @@ msgstr "技術支持" msgid "Pre Checkout message" msgstr "結賬前信息" +#: src/components/layouts/EventHomepage/index.tsx:292 +#: src/components/layouts/EventHomepage/index.tsx:506 +msgid "Presented By" +msgstr "" + #: src/components/routes/event/CapacityAssignments/index.tsx:32 msgid "Prevent overselling by sharing inventory across multiple ticket types." msgstr "透過在多種門票類型之間共享庫存來防止超賣。" @@ -6408,7 +6516,7 @@ msgstr "打印票" msgid "Print to PDF" msgstr "列印為PDF" -#: src/components/layouts/EventHomepage/index.tsx:599 +#: src/components/layouts/EventHomepage/index.tsx:567 #: src/components/layouts/OrganizerHomepage/index.tsx:328 msgid "Privacy Policy" msgstr "私隱政策" @@ -6424,7 +6532,7 @@ msgstr "處理訂單中" #: src/components/common/AttendeeDetails/index.tsx:30 #: src/components/common/ProductsTable/SortableProduct/index.tsx:285 #: src/components/common/ProductsTable/SortableProduct/index.tsx:482 -#: src/components/common/WaitlistTable/index.tsx:95 +#: src/components/common/WaitlistTable/index.tsx:153 #: src/components/modals/ManageAttendeeModal/index.tsx:119 #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Product" @@ -6509,7 +6617,7 @@ msgstr "簡介" msgid "Profile updated successfully" msgstr "成功更新個人資料" -#: src/components/routes/product-widget/SelectProducts/index.tsx:216 +#: src/components/routes/product-widget/SelectProducts/index.tsx:264 msgid "Promo {promo_code} code applied" msgstr "已使用促銷 {promo_code} 代碼" @@ -6555,10 +6663,16 @@ msgstr "促銷電子郵件可能導致帳戶被暫停" #: src/components/forms/QuestionForm/index.tsx:189 msgid "" "Provide additional context or instructions for this question. Use this field to add terms\n" -"and conditions, guidelines, or any important information that attendees need to know before answering." -msgstr "提供此問題的附加背景或説明。使用此字段添加條款和條件、指南或參與者在回答前需要知道的任何重要信息。" +" and conditions, guidelines, or any important information that attendees need to know before answering." +msgstr "" + +#: src/components/forms/QuestionForm/index.tsx:189 +#~ msgid "" +#~ "Provide additional context or instructions for this question. Use this field to add terms\n" +#~ "and conditions, guidelines, or any important information that attendees need to know before answering." +#~ msgstr "提供此問題的附加背景或説明。使用此字段添加條款和條件、指南或參與者在回答前需要知道的任何重要信息。" -#: src/components/common/StatusToggle/index.tsx:97 +#: src/components/common/StatusToggle/index.tsx:110 msgid "Publish" msgstr "發佈" @@ -6567,8 +6681,8 @@ msgid "Publish Event" msgstr "發佈活動" #: src/components/common/WaitlistStats/index.tsx:14 -#: src/components/common/WaitlistTable/index.tsx:31 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 +#: src/components/common/WaitlistTable/index.tsx:24 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:73 #: src/components/routes/my-tickets/index.tsx:94 msgid "Purchased" msgstr "已購買" @@ -6635,7 +6749,7 @@ msgstr "費率" msgid "Rate limit exceeded. Please try again later." msgstr "超出速率限制。請稍後再試。" -#: src/components/common/WaitlistTable/index.tsx:135 +#: src/components/common/WaitlistTable/index.tsx:59 msgid "Re-offer Spot" msgstr "重新提供名額" @@ -6647,6 +6761,7 @@ msgstr "準備升級?這只需要幾分鐘。" msgid "Real-Time Analytics" msgstr "即時分析" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") #: src/components/routes/auth/AcceptInvitation/index.tsx:157 #: src/components/routes/auth/Register/index.tsx:133 #: src/components/routes/profile/ManageProfile/index.tsx:209 @@ -6725,6 +6840,7 @@ msgstr "退款失敗" msgid "Refund order" msgstr "退款訂單" +#. placeholder {0}: order?.public_id || '' #: src/components/modals/RefundOrderModal/index.tsx:198 msgid "Refund Order {0}" msgstr "退款訂單 {0}" @@ -6749,6 +6865,7 @@ msgstr "退款狀態" msgid "Refunded" msgstr "退款" +#. placeholder {0}: formatCurrency(order.total_refunded, order.currency) #: src/components/common/OrdersTable/index.tsx:356 msgid "Refunded: {0}" msgstr "已退款:{0}" @@ -6766,6 +6883,10 @@ msgstr "地區設定" msgid "Register" msgstr "註冊" +#: src/components/layouts/EventHomepage/index.tsx:423 +msgid "Registration" +msgstr "" + #: src/components/common/QuestionsTable/index.tsx:412 #: src/components/layouts/Event/index.tsx:107 msgid "Registration Questions" @@ -6775,13 +6896,14 @@ msgstr "註冊問題" msgid "Remaining Uses" msgstr "剩餘使用次數" -#: src/components/routes/product-widget/SelectProducts/index.tsx:558 +#: src/components/routes/product-widget/SelectProducts/index.tsx:665 msgid "remove" msgstr "去除" #: src/components/common/Editor/Controls/InsertImageControl/index.tsx:146 -#: src/components/common/WaitlistTable/index.tsx:50 -#: src/components/routes/product-widget/SelectProducts/index.tsx:559 +#: src/components/common/WaitlistTable/index.tsx:68 +#: src/components/common/WaitlistTable/index.tsx:94 +#: src/components/routes/product-widget/SelectProducts/index.tsx:666 msgid "Remove" msgstr "移除" @@ -6914,7 +7036,7 @@ msgstr "收入摘要" msgid "Revoke invitation" msgstr "撤銷邀請" -#: src/components/common/WaitlistTable/index.tsx:141 +#: src/components/common/WaitlistTable/index.tsx:68 msgid "Revoke Offer" msgstr "" @@ -6929,10 +7051,12 @@ msgstr "角色" msgid "Sale End Date" msgstr "銷售結束日期" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:100 msgid "Sale ended {0}" msgstr "銷售已於 {0} 結束" +#. placeholder {0}: relativeDate(product.sale_end_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:430 msgid "Sale ends {0}" msgstr "銷售於 {0} 結束" @@ -6955,6 +7079,7 @@ msgstr "銷售期間、訂單限制、可見性" msgid "Sale Start Date" msgstr "銷售開始日期" +#. placeholder {0}: relativeDate(product.sale_start_date as string) #: src/components/common/ProductsTable/SortableProduct/index.tsx:420 msgid "Sale starts {0}" msgstr "銷售於 {0} 開始" @@ -7008,7 +7133,7 @@ msgstr "舊金山" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:102 #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:265 #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:85 -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:79 +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:76 #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:116 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:132 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:103 @@ -7021,8 +7146,8 @@ msgstr "保存" #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/admin/Configurations/index.tsx:268 -#: src/components/routes/event/HomepageDesigner/index.tsx:272 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:283 +#: src/components/routes/event/HomepageDesigner/index.tsx:278 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:289 msgid "Save Changes" msgstr "保存更改" @@ -7103,7 +7228,7 @@ msgstr "按活動標題或主辦方搜索..." msgid "Search by job name or exception..." msgstr "按任務名稱或異常搜索..." -#: src/components/routes/event/SoldOutWaitlist/index.tsx:54 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:56 msgid "Search by name or email..." msgstr "按姓名或電子郵件搜尋..." @@ -7163,6 +7288,7 @@ msgstr "次要文字顏色" msgid "Secure Checkout" msgstr "安全結帳" +#. placeholder {0}: filter.label.toLowerCase() #: src/components/common/FilterModal/index.tsx:162 #: src/components/common/FilterModal/index.tsx:181 msgid "Select {0}" @@ -7478,7 +7604,7 @@ msgid "Setup & Design" msgstr "設定與設計" #: src/components/common/ShareIcon/index.tsx:30 -#: src/components/layouts/EventHomepage/index.tsx:295 +#: src/components/layouts/EventHomepage/index.tsx:279 #: src/components/layouts/OrganizerLayout/index.tsx:228 #: src/components/modals/ShareModal/index.tsx:37 #: src/components/modals/ShareModal/index.tsx:165 @@ -7507,6 +7633,7 @@ msgstr "分享主辦單位頁面" msgid "Shared Capacity Management" msgstr "共享容量管理" +#. placeholder {0}: secondaryPlatforms.filter(p => form.values[p.field]).length #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:232 msgid "Show all platforms ({0} more with values)" msgstr "顯示所有平台(另有 {0} 個有內容)" @@ -7527,8 +7654,7 @@ msgstr "顯示營銷訂閱複選框" msgid "Show marketing opt-in checkbox by default" msgstr "預設顯示營銷訂閱複選框" -#: src/components/routes/product-widget/SelectProducts/index.tsx:414 -#: src/components/routes/product-widget/SelectProducts/index.tsx:513 +#: src/components/routes/product-widget/SelectProducts/index.tsx:120 msgid "Show more" msgstr "顯示更多" @@ -7540,6 +7666,7 @@ msgstr "顯示更多平台" msgid "Show tax and fees separately" msgstr "單獨顯示税費" +#. placeholder {0}: sortedData.length #: src/components/common/OrganizerReportTable/index.tsx:355 msgid "Showing {0} of {totalRows} records" msgstr "顯示 {0} / {totalRows} 條記錄" @@ -7605,13 +7732,18 @@ msgid "Sold out" msgstr "售罄" #: src/components/common/ProductsTable/SortableProduct/index.tsx:81 -#: src/components/layouts/EventHomepage/index.tsx:145 +#: src/components/layouts/EventHomepage/index.tsx:159 msgid "Sold Out" msgstr "售罄" #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:56 -msgid "Sold-Out Waitlist" -msgstr "售罄候補名單" +#~ msgid "Sold-Out Waitlist" +#~ msgstr "售罄候補名單" + +#: src/components/routes/event/HomepageDesigner/index.tsx:214 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:246 +msgid "Solid Color" +msgstr "" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -7637,7 +7769,7 @@ msgstr "出錯了!請重試" msgid "Something went wrong." msgstr "出問題了" -#: src/components/modals/JoinWaitlistModal/index.tsx:148 +#: src/components/modals/JoinWaitlistModal/index.tsx:156 msgid "Something went wrong. Please try again later." msgstr "出了點問題。請稍後再試。" @@ -7654,7 +7786,7 @@ msgstr "出錯了。請重試。" msgid "Sorry for the inconvenience." msgstr "對於給您帶來的不便,我們深表歉意。" -#: src/components/routes/product-widget/SelectProducts/index.tsx:284 +#: src/components/routes/product-widget/SelectProducts/index.tsx:332 msgid "Sorry, this promo code is not recognized" msgstr "對不起,此優惠代碼不可用" @@ -7719,7 +7851,7 @@ msgstr "統計數據基於帳戶創建日期" #: src/components/common/AttendeeTable/index.tsx:274 #: src/components/common/OrderDetails/index.tsx:51 #: src/components/common/OrdersTable/index.tsx:396 -#: src/components/common/WaitlistTable/index.tsx:96 +#: src/components/common/WaitlistTable/index.tsx:164 #: src/components/common/WebhookTable/index.tsx:238 #: src/components/forms/AffiliateForm/index.tsx:98 #: src/components/forms/CapaciyAssigmentForm/index.tsx:56 @@ -7802,11 +7934,13 @@ msgstr "小計" msgid "Success" msgstr "成功" +#. placeholder {0}: values.first_name #: src/components/modals/EditUserModal/index.tsx:40 #: src/components/modals/InviteUserModal/index.tsx:32 msgid "Success! {0} will receive an email shortly." msgstr "成功!{0} 將很快收到一封電子郵件。" +#. placeholder {0}: attendee.status === 'CANCELLED' ? 'activated' : 'cancelled' #: src/components/common/AttendeeTable/index.tsx:96 msgid "Successfully {0} attendee" msgstr "成功 {0} 參會者" @@ -7840,7 +7974,7 @@ msgstr "成功創建問題" msgid "Successfully Duplicated Product" msgstr "產品複製成功" -#: src/components/common/WaitlistTable/index.tsx:60 +#: src/components/common/WaitlistTable/index.tsx:104 msgid "Successfully offered a spot" msgstr "已成功提供名額" @@ -7852,7 +7986,7 @@ msgstr "已成功向 {count} 人提供門票" msgid "Successfully offered tickets to 1 person" msgstr "已成功向 1 人提供門票" -#: src/components/common/WaitlistTable/index.tsx:46 +#: src/components/common/WaitlistTable/index.tsx:87 msgid "Successfully removed from waitlist" msgstr "已成功從候補名單中移除" @@ -7922,8 +8056,12 @@ msgid "Successfully Updated Platform Fee Settings" msgstr "平台費用設置更新成功" #: src/components/modals/EditProductModal/index.tsx:95 -msgid "Successfully updated product" -msgstr "產品更新成功" +#~ msgid "Successfully updated product" +#~ msgstr "產品更新成功" + +#: src/components/modals/EditProductModal/index.tsx:95 +msgid "Successfully updated product " +msgstr "" #: src/components/modals/EditPromoCodeModal/index.tsx:52 msgid "Successfully Updated Promo Code" @@ -7959,6 +8097,7 @@ msgstr "100 號套房" msgid "Summary" msgstr "摘要" +#. placeholder {0}: new Date().getFullYear() #: src/components/modals/CreateEventModal/index.tsx:177 #: src/components/modals/DuplicateEventModal/index.tsx:110 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:76 @@ -8101,7 +8240,7 @@ msgstr "範本刪除成功" msgid "Template saved successfully" msgstr "範本儲存成功" -#: src/components/layouts/EventHomepage/index.tsx:605 +#: src/components/layouts/EventHomepage/index.tsx:570 #: src/components/layouts/OrganizerHomepage/index.tsx:335 msgid "Terms of Service" msgstr "服務條款" @@ -8118,8 +8257,8 @@ msgstr "感謝您的參與!" msgid "Thanks for your support as we continue to grow and improve Hi.Events!" msgstr "感謝您的支持,我們將繼續發展和改進 Hi.Events!" -#: src/components/routes/product-widget/SelectProducts/index.tsx:176 #: src/components/routes/product-widget/SelectProducts/index.tsx:224 +#: src/components/routes/product-widget/SelectProducts/index.tsx:272 msgid "That promo code is invalid" msgstr "促銷代碼無效" @@ -8192,9 +8331,15 @@ msgstr "您點擊的鏈接無效。" msgid "The locale of the customer" msgstr "客戶的語言" +#. placeholder {0}: product.title +#. placeholder {1}: product.max_per_order +#: src/components/routes/product-widget/SelectProducts/index.tsx:609 +msgid "The maximum number of products for {0} is {1}" +msgstr "" + #: src/components/routes/product-widget/SelectProducts/index.tsx:498 -msgid "The maximum number of products for {0}is {1}" -msgstr "{0}的最大產品數量是{1}" +#~ msgid "The maximum number of products for {0}is {1}" +#~ msgstr "{0}的最大產品數量是{1}" #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:9 #: src/components/layouts/PublicOrganizer/OrganizerNotFound/index.tsx:11 @@ -8252,11 +8397,11 @@ msgstr "劇場" msgid "Theme & Colors" msgstr "主題與顏色" -#: src/components/routes/product-widget/SelectProducts/index.tsx:310 +#: src/components/routes/product-widget/SelectProducts/index.tsx:366 msgid "There are no products available for this event" msgstr "此活動沒有可用產品" -#: src/components/routes/product-widget/SelectProducts/index.tsx:423 +#: src/components/routes/product-widget/SelectProducts/index.tsx:478 msgid "There are no products available in this category" msgstr "此類別中沒有可用產品" @@ -8332,11 +8477,11 @@ msgstr "呢個代碼會用嚟追蹤銷售。只可以用字母、數字、連字 msgid "This color combination may be hard to read for some users" msgstr "對某些使用者來說,此顏色組合可能難以閱讀" -#: src/components/layouts/EventHomepage/index.tsx:334 +#: src/components/layouts/EventHomepage/index.tsx:374 msgid "This event has ended" msgstr "此活動已結束" -#: src/components/common/StatusToggle/index.tsx:82 +#: src/components/common/StatusToggle/index.tsx:94 msgid "This event is not published yet" msgstr "呢個活動未發佈" @@ -8412,7 +8557,11 @@ msgstr "此訂單已被放棄。您可以隨時開始新的訂單。" msgid "This order was cancelled. You can start a new order anytime." msgstr "此訂單已被取消。您可以隨時開始新訂單。" -#: src/components/common/StatusToggle/index.tsx:83 +#: src/components/routes/product-widget/CollectInformation/index.tsx:560 +msgid "this organizer" +msgstr "" + +#: src/components/common/StatusToggle/index.tsx:95 msgid "This organizer profile is not published yet" msgstr "呢個主辦方資料未發佈" @@ -8582,7 +8731,7 @@ msgstr "門票" msgid "Tickets & Products" msgstr "票券與產品" -#: src/components/layouts/EventHomepage/index.tsx:152 +#: src/components/layouts/EventHomepage/index.tsx:161 msgid "Tickets Available" msgstr "門票有售" @@ -8594,6 +8743,7 @@ msgstr "門票" msgid "Tickets Sold" msgstr "已售票數" +#. placeholder {0}: index + 1 #: src/components/forms/ProductForm/index.tsx:74 msgid "Tier {0}" msgstr "{0}級" @@ -8815,7 +8965,7 @@ msgstr "無法簽退參與者" msgid "Unable to create product. Please check the your details" msgstr "無法創建產品。請檢查您的詳細信息" -#: src/components/routes/product-widget/SelectProducts/index.tsx:161 +#: src/components/routes/product-widget/SelectProducts/index.tsx:209 msgid "Unable to create product. Please check your details" msgstr "無法創建產品。請檢查您的詳細信息" @@ -8831,7 +8981,7 @@ msgstr "無法複製產品。請檢查您的詳細信息" msgid "Unable to fetch attendee" msgstr "無法擷取參與者資料" -#: src/components/modals/JoinWaitlistModal/index.tsx:145 +#: src/components/modals/JoinWaitlistModal/index.tsx:153 msgid "Unable to join waitlist" msgstr "無法加入候補名單" @@ -8879,7 +9029,7 @@ msgstr "未知參會者" msgid "Unlimited" msgstr "無限制" -#: src/components/routes/product-widget/SelectProducts/index.tsx:461 +#: src/components/routes/product-widget/SelectProducts/index.tsx:557 msgid "Unlimited available" msgstr "無限供應" @@ -8911,6 +9061,7 @@ msgstr "即將推出" msgid "Upcoming Events" msgstr "即將舉行的活動" +#. placeholder {0}: form.values.type === TaxAndFeeType.Tax ? t`Tax` : t`Fee` #: src/components/modals/EditTaxOrFeeModal/index.tsx:59 msgid "Update {0}" msgstr "更新 {0}" @@ -8988,15 +9139,15 @@ msgstr "USB/HID掃描器" msgid "Use <0>Liquid templating to personalize your emails" msgstr "使用 <0>Liquid 模板 個性化您的郵件" -#: src/components/routes/event/HomepageDesigner/index.tsx:222 -#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:254 +#: src/components/routes/event/HomepageDesigner/index.tsx:228 +#: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:260 msgid "Use a blurred version of the cover image as the background" msgstr "使用封面圖片的模糊版本作為背景" #: src/components/routes/event/HomepageDesigner/index.tsx:220 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:252 -msgid "Use cover image" -msgstr "使用封面圖片" +#~ msgid "Use cover image" +#~ msgstr "使用封面圖片" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:48 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -9225,7 +9376,7 @@ msgstr "查看活動頁面" msgid "View logs" msgstr "查看日誌" -#: src/components/layouts/EventHomepage/index.tsx:461 +#: src/components/layouts/EventHomepage/index.tsx:395 msgid "View Map" msgstr "查看地圖" @@ -9233,7 +9384,7 @@ msgstr "查看地圖" msgid "View Message" msgstr "查看訊息" -#: src/components/layouts/EventHomepage/index.tsx:374 +#: src/components/layouts/EventHomepage/index.tsx:480 msgid "View on Google Maps" msgstr "在谷歌地圖上查看" @@ -9293,9 +9444,9 @@ msgid "VK" msgstr "VK" #: src/components/common/WaitlistStats/index.tsx:12 -#: src/components/common/WaitlistTable/index.tsx:29 +#: src/components/common/WaitlistTable/index.tsx:22 #: src/components/modals/OfferWaitlistModal/index.tsx:103 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:69 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:71 msgid "Waiting" msgstr "等待中" @@ -9306,7 +9457,7 @@ msgstr "等待付款" #: src/components/layouts/Event/index.tsx:121 #: src/components/routes/event/Settings/index.tsx:74 #: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:51 -#: src/components/routes/event/SoldOutWaitlist/index.tsx:47 +#: src/components/routes/event/SoldOutWaitlist/index.tsx:49 msgid "Waitlist" msgstr "候補名單" @@ -9330,6 +9481,7 @@ msgstr "我們無法刪除該類別。請再試一次。" msgid "We couldn't find any orders associated with this email address." msgstr "我們找不到與此郵箱關聯的訂單。" +#. placeholder {0}: searchTerm ? {searchTerm} : 'your search' #: src/components/common/ProductsTable/ProductsBlankSlate/index.tsx:24 msgid "We couldn't find any tickets matching {0}" msgstr "我們找不到與{0}匹配的任何門票" @@ -9380,8 +9532,12 @@ msgid "We were unable to validate your VAT number after multiple attempts. We'll msgstr "我們在多次嘗試後無法驗證您的增值稅號碼。我們將繼續在後台嘗試。請稍後再查看。" #: src/components/modals/JoinWaitlistModal/index.tsx:101 -msgid "We'll notify you by email if a spot becomes available for {0}." -msgstr "如果 {0} 有名額空出,我們將通過郵件通知您。" +#~ msgid "We'll notify you by email if a spot becomes available for {0}." +#~ msgstr "如果 {0} 有名額空出,我們將通過郵件通知您。" + +#: src/components/modals/JoinWaitlistModal/index.tsx:120 +msgid "We'll notify you by email if a spot becomes available for {productDisplayName}." +msgstr "" #: src/components/routes/product-widget/CollectInformation/index.tsx:420 msgid "We'll send your tickets to this email" @@ -9453,14 +9609,18 @@ msgstr "歡迎加入!請登錄以繼續。" msgid "Welcome back" msgstr "歡迎回來" +#. placeholder {0}: me?.first_name && ', ' + me?.first_name #: src/components/routes/event/EventDashboard/index.tsx:107 msgid "Welcome back{0} 👋" msgstr "歡迎回來{0} 👋" +#. placeholder {0}: getConfig("VITE_APP_NAME", "Hi.Events") +#. placeholder {1}: userData?.first_name #: src/components/routes/welcome/index.tsx:473 msgid "Welcome to {0}, {1} 👋" msgstr "歡迎嚟到 {0},{1} 👋" +#. placeholder {0}: getConfig('VITE_APP_NAME', 'Hi.Events') #: src/components/routes/events/Dashboard/index.tsx:86 msgid "Welcome to {0}, here's a listing of all your events" msgstr "歡迎嚟到 {0},呢度係你所有活動嘅列表" @@ -9529,9 +9689,16 @@ msgstr "當產品被刪除時" msgid "When a product is updated" msgstr "當產品被更新時" -#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:58 -msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." -msgstr "當產品售罄時,客戶可以加入候補名單,以便在有名額時收到通知。" +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +#~ msgid "When a product sells out, customers can join a waitlist to be notified when spots become available." +#~ msgstr "當產品售罄時,客戶可以加入候補名單,以便在有名額時收到通知。" + +#: src/components/routes/event/Settings/Sections/WaitlistSettings/index.tsx:52 +msgid "" +"When a product sells out, customers can join a waitlist to be notified when spots become available.\n" +"\n" +"" +msgstr "" #: src/components/forms/WebhookForm/index.tsx:96 msgid "When an attendee is cancelled" @@ -9631,7 +9798,7 @@ msgstr "工作" #: src/components/modals/EditProductModal/index.tsx:114 #: src/components/modals/EditPromoCodeModal/index.tsx:84 #: src/components/modals/EditQuestionModal/index.tsx:101 -#: src/components/modals/JoinWaitlistModal/index.tsx:221 +#: src/components/modals/JoinWaitlistModal/index.tsx:218 #: src/components/modals/ManageAttendeeModal/index.tsx:231 #: src/components/modals/ManageOrderModal/index.tsx:175 #: src/components/routes/auth/Register/index.tsx:137 @@ -9676,14 +9843,19 @@ msgstr "是的,移除它們" msgid "You already scanned this ticket" msgstr "您已經掃描過此票" +#. placeholder {0}: userData?.pending_email #: src/components/routes/profile/ConfirmEmailChange/index.tsx:53 msgid "You are changing your email to <0>{0}." msgstr "您正在將電子郵件更改為 <0>{0}。" +#. placeholder {0}: user.full_name +#. placeholder {1}: user.email #: src/components/common/ImpersonationBanner/index.tsx:40 msgid "You are impersonating <0>{0} ({1})" msgstr "您正在模擬 <0>{0} ({1})" +#. placeholder {0}: Number(form.values.amount).toFixed(2) +#. placeholder {1}: order.currency #: src/components/modals/RefundOrderModal/index.tsx:139 msgid "You are issuing a partial refund. The customer will be refunded {0} {1}." msgstr "您正在發出部分退款。客戶將獲得 {0} {1} 的退款。" @@ -9754,7 +9926,7 @@ msgstr "您已向免費產品添加了税費。您想要刪除它們嗎?" msgid "You must acknowledge that this email is not promotional" msgstr "您必須確認此電子郵件並非促銷郵件" -#: src/components/modals/JoinWaitlistModal/index.tsx:43 +#: src/components/modals/JoinWaitlistModal/index.tsx:60 msgid "You must agree to receive messages" msgstr "您必須同意接收訊息" @@ -9810,11 +9982,12 @@ msgstr "您需要至少一個產品才能開始。免費、付費或讓用户決 msgid "You're all set! Your payments are being processed smoothly." msgstr "一切就緒!您的付款正在順利處理。" +#. placeholder {0}: event.title #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:163 msgid "You're going to {0}!" msgstr "您將參加 {0}!" -#: src/components/modals/JoinWaitlistModal/index.tsx:98 +#: src/components/modals/JoinWaitlistModal/index.tsx:117 msgid "You're on the waitlist!" msgstr "您已加入候補名單!" @@ -9862,6 +10035,7 @@ msgstr "您的詳細信息" msgid "Your Email" msgstr "您的電子郵件" +#. placeholder {0}: me?.pending_email #: src/components/routes/profile/ManageProfile/index.tsx:128 msgid "Your email request change to <0>{0} is pending. Please check your email to confirm" msgstr "您要求將電子郵件更改為<0>{0}的申請正在處理中。請檢查您的電子郵件以確認" diff --git a/frontend/src/styles/global.scss b/frontend/src/styles/global.scss index f45257ae0..4ec16d2a1 100644 --- a/frontend/src/styles/global.scss +++ b/frontend/src/styles/global.scss @@ -3,7 +3,7 @@ :root { --hi-text: var(--mantine-color-primary-9); --hi-primary: var(--mantine-color-primary-9); - --hi-secondary: var(--mantine-color-secondary-1); + --hi-secondary: var(--mantine-color-secondary-1); --hi-secondary-text: var(--mantine-color-primary-8); --hi-color-gray: #f7f6f8; --hi-color-gray-2: #e2e2e2; @@ -48,7 +48,9 @@ body { letter-spacing: 0.2px; } -h1, h2, h3 { +h1, +h2, +h3 { letter-spacing: 0.3px; } @@ -63,7 +65,8 @@ a { } // Mantine overrides -.mantine-InputWrapper-root, .mantine-Switch-root { +.mantine-InputWrapper-root, +.mantine-Switch-root { margin-bottom: var(--hi-spacing-lg); } @@ -76,7 +79,9 @@ a { } .mantine-SimpleGrid-root { - .mantine-InputWrapper-root, .mantine-Switch-root { + + .mantine-InputWrapper-root, + .mantine-Switch-root { //margin-bottom: 0; } -} +} \ No newline at end of file diff --git a/frontend/src/styles/widget/default.scss b/frontend/src/styles/widget/default.scss index b6fb17f96..387ca7100 100644 --- a/frontend/src/styles/widget/default.scss +++ b/frontend/src/styles/widget/default.scss @@ -7,7 +7,8 @@ color: var(--widget-primary-text-color); padding: var(--widget-padding, var(--hi-spacing-md)); - a, button { + a, + button { color: var(--widget-primary-text-color, var(--hi-primary)); } @@ -44,9 +45,9 @@ font-size: .9em; img { - max-width: 100%; - height: auto; - margin: 10px 0; + max-width: 100%; + height: auto; + margin: 10px 0; } } @@ -223,9 +224,9 @@ } .hi-close-promo-code-input-button { - background-color: var(--widget-secondary-color, var(--hi-primary)); - color: var(--widget-secondary-text-color, var(--hi-color-white)); - border: none; + background-color: var(--widget-secondary-color, var(--hi-primary)); + color: var(--widget-secondary-text-color, var(--hi-color-white)); + border: none; } .hi-promo-code-applied { @@ -255,5 +256,4 @@ color: var(--widget-secondary-text-color, var(--hi-color-white)); } } -} - +} \ No newline at end of file diff --git a/frontend/src/tailwind.css b/frontend/src/tailwind.css new file mode 100644 index 000000000..ab19ef984 --- /dev/null +++ b/frontend/src/tailwind.css @@ -0,0 +1,2 @@ +@import "tailwindcss"; +@plugin "@tailwindcss/typography"; \ No newline at end of file diff --git a/frontend/src/types.ts b/frontend/src/types.ts index 0e3b809a0..5a178265b 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -1,9 +1,9 @@ /** * @todo - This file needs to be organized better. Split into multiple files. */ -import {SupportedLocales} from "./locales.ts"; +import { SupportedLocales } from "./locales.ts"; -export type ConfigKeys = +export type ConfigKeys = | 'VITE_API_URL_SERVER' | 'VITE_API_URL_CLIENT' | 'VITE_FRONTEND_URL' @@ -72,7 +72,7 @@ export interface HomepageThemeSettings { accent: string; background: string; mode: 'light' | 'dark'; - background_type: 'COLOR' | 'MIRROR_COVER_IMAGE'; + background_type: 'COLOR' | 'GRADIENT' | 'MIRROR_COVER_IMAGE'; } export interface LoginResponse { @@ -202,7 +202,7 @@ export interface EventSettings { homepage_secondary_color: string; homepage_secondary_text_color: string; homepage_body_background_color: string; - homepage_background_type: 'COLOR' | 'MIRROR_COVER_IMAGE'; + homepage_background_type: 'COLOR' | 'GRADIENT' | 'MIRROR_COVER_IMAGE'; location_details?: VenueAddress; is_online_event?: boolean; online_event_connection_details?: string; @@ -732,8 +732,8 @@ export interface CheckInList { export type CheckInListRequest = Omit & { - product_ids: IdParam[]; -}; + product_ids: IdParam[]; + }; export interface QuestionRequestData { title: string; diff --git a/frontend/src/utilites/colorHelper.ts b/frontend/src/utilites/colorHelper.ts index 63018c43b..6ee5273b7 100644 --- a/frontend/src/utilites/colorHelper.ts +++ b/frontend/src/utilites/colorHelper.ts @@ -35,3 +35,47 @@ export const removeTransparency = (color: string): string => { return color; }; + +/** + * Calculates the relative luminance of a color. + * Supports HEX and basic rgb/rgba strings. + */ +export const getLuminance = (color: string): number => { + let r = 0, g = 0, b = 0; + + color = color.trim().toLowerCase(); + + if (color.startsWith('#')) { + let hex = color.slice(1); + if (hex.length === 3 || hex.length === 4) { + r = parseInt(hex[0] + hex[0], 16); + g = parseInt(hex[1] + hex[1], 16); + b = parseInt(hex[2] + hex[2], 16); + } else if (hex.length === 6 || hex.length === 8) { + r = parseInt(hex.slice(0, 2), 16); + g = parseInt(hex.slice(2, 4), 16); + b = parseInt(hex.slice(4, 6), 16); + } + } else if (color.startsWith('rgb')) { + const match = color.match(/\d+/g); + if (match && match.length >= 3) { + r = parseInt(match[0], 10); + g = parseInt(match[1], 10); + b = parseInt(match[2], 10); + } + } + + const [rs, gs, bs] = [r / 255, g / 255, b / 255].map(c => + c <= 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4) + ); + + return 0.2126 * rs + 0.7152 * gs + 0.0722 * bs; +}; + +/** + * Returns true if the color is perceived as dark (requires white text). + */ +export const isColorDark = (color: string): boolean => { + return getLuminance(color) < 0.5; +}; + diff --git a/frontend/src/utilites/themeUtils.ts b/frontend/src/utilites/themeUtils.ts index cd312ddee..5c9783413 100644 --- a/frontend/src/utilites/themeUtils.ts +++ b/frontend/src/utilites/themeUtils.ts @@ -1,4 +1,4 @@ -import {HomepageThemeSettings} from "../types.ts"; +import { HomepageThemeSettings } from "../types.ts"; export interface DerivedThemeColors { surface: string; @@ -73,6 +73,46 @@ export function hexToRgb(hex: string): { r: number; g: number; b: number } | nul return { r, g, b }; } +export function hexToHsl(hex: string): { h: number; s: number; l: number } | null { + const rgb = hexToRgb(hex); + if (!rgb) return null; + let { r, g, b } = rgb; + r /= 255; + g /= 255; + b /= 255; + const max = Math.max(r, g, b), min = Math.min(r, g, b); + let h = 0, s = 0, l = (max + min) / 2; + + if (max !== min) { + const d = max - min; + s = l > 0.5 ? d / (2 - max - min) : d / (max + min); + switch (max) { + case r: h = (g - b) / d + (g < b ? 6 : 0); break; + case g: h = (b - r) / d + 2; break; + case b: h = (r - g) / d + 4; break; + } + h /= 6; + } + return { h: h * 360, s: s * 100, l: l * 100 }; +} + +export function generateMeshColors(baseHex: string): string[] { + const hsl = hexToHsl(baseHex); + if (!hsl) return [baseHex, baseHex, baseHex]; + + // Shift hue by +40 and +80 degrees, slightly adjust saturation/lightness for depth. + // Color 1: Base Color (slightly more saturated) + const color1 = `hsl(${Math.round(hsl.h)}, ${Math.min(100, hsl.s + 10)}%, ${hsl.l}%)`; + + // Color 2: Shift Hue + 40 (Analogous) + const color2 = `hsl(${Math.round((hsl.h + 40) % 360)}, ${Math.min(100, hsl.s + 20)}%, ${Math.max(0, hsl.l - 10)}%)`; + + // Color 3: Shift Hue + 80 + const color3 = `hsl(${Math.round((hsl.h + 80) % 360)}, ${Math.min(100, hsl.s + 15)}%, ${Math.min(100, hsl.l + 10)}%)`; + + return [color1, color2, color3]; +} + export function calculateLuminance(hex: string): number { const rgb = hexToRgb(hex); if (!rgb) { diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 722202add..247015cce 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -1,7 +1,8 @@ -import {defineConfig} from "vite"; -import {lingui} from "@lingui/vite-plugin"; +import { defineConfig } from "vite"; +import { lingui } from "@lingui/vite-plugin"; import react from "@vitejs/plugin-react"; -import {copy} from "vite-plugin-copy"; +import { copy } from "vite-plugin-copy"; +import tailwindcss from "@tailwindcss/vite"; export default defineConfig({ optimizeDeps: { @@ -14,6 +15,7 @@ export default defineConfig({ }, }, plugins: [ + tailwindcss(), react({ babel: { plugins: ["macros"], @@ -21,7 +23,7 @@ export default defineConfig({ }), lingui(), copy({ - targets: [{src: "src/embed/widget.js", dest: "public"}], + targets: [{ src: "src/embed/widget.js", dest: "public" }], hook: "writeBundle", }), ], diff --git a/frontend/yarn.lock b/frontend/yarn.lock deleted file mode 100644 index c49d35819..000000000 --- a/frontend/yarn.lock +++ /dev/null @@ -1,5252 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz" - integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== - dependencies: - "@babel/helper-validator-identifier" "^7.27.1" - js-tokens "^4.0.0" - picocolors "^1.1.1" - -"@babel/compat-data@^7.27.2": - version "7.28.4" - resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz" - integrity sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw== - -"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.21.0", "@babel/core@^7.28.0": - version "7.28.4" - resolved "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz" - integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== - dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/generator" "^7.28.3" - "@babel/helper-compilation-targets" "^7.27.2" - "@babel/helper-module-transforms" "^7.28.3" - "@babel/helpers" "^7.28.4" - "@babel/parser" "^7.28.4" - "@babel/template" "^7.27.2" - "@babel/traverse" "^7.28.4" - "@babel/types" "^7.28.4" - "@jridgewell/remapping" "^2.3.5" - convert-source-map "^2.0.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.3" - semver "^6.3.1" - -"@babel/generator@^7.21.1", "@babel/generator@^7.28.3": - version "7.28.3" - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz" - integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== - dependencies: - "@babel/parser" "^7.28.3" - "@babel/types" "^7.28.2" - "@jridgewell/gen-mapping" "^0.3.12" - "@jridgewell/trace-mapping" "^0.3.28" - jsesc "^3.0.2" - -"@babel/helper-compilation-targets@^7.27.2": - version "7.27.2" - resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz" - integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== - dependencies: - "@babel/compat-data" "^7.27.2" - "@babel/helper-validator-option" "^7.27.1" - browserslist "^4.24.0" - lru-cache "^5.1.1" - semver "^6.3.1" - -"@babel/helper-globals@^7.28.0": - version "7.28.0" - resolved "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz" - integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== - -"@babel/helper-module-imports@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz" - integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== - dependencies: - "@babel/traverse" "^7.27.1" - "@babel/types" "^7.27.1" - -"@babel/helper-module-transforms@^7.28.3": - version "7.28.3" - resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz" - integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== - dependencies: - "@babel/helper-module-imports" "^7.27.1" - "@babel/helper-validator-identifier" "^7.27.1" - "@babel/traverse" "^7.28.3" - -"@babel/helper-plugin-utils@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz" - integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== - -"@babel/helper-string-parser@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" - integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== - -"@babel/helper-validator-identifier@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz" - integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== - -"@babel/helper-validator-option@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz" - integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== - -"@babel/helpers@^7.28.4": - version "7.28.4" - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz" - integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== - dependencies: - "@babel/template" "^7.27.2" - "@babel/types" "^7.28.4" - -"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.22.0", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4": - version "7.28.4" - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz" - integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg== - dependencies: - "@babel/types" "^7.28.4" - -"@babel/plugin-transform-react-jsx-self@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz" - integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-react-jsx-source@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz" - integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/runtime@^7.12.5", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": - version "7.28.4" - resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz" - integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== - -"@babel/template@^7.27.2": - version "7.27.2" - resolved "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz" - integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== - dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/parser" "^7.27.2" - "@babel/types" "^7.27.1" - -"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4": - version "7.28.4" - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz" - integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ== - dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/generator" "^7.28.3" - "@babel/helper-globals" "^7.28.0" - "@babel/parser" "^7.28.4" - "@babel/template" "^7.27.2" - "@babel/types" "^7.28.4" - debug "^4.3.1" - -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.2", "@babel/types@^7.27.1", "@babel/types@^7.28.2", "@babel/types@^7.28.4": - version "7.28.4" - resolved "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz" - integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== - dependencies: - "@babel/helper-string-parser" "^7.27.1" - "@babel/helper-validator-identifier" "^7.27.1" - -"@dnd-kit/accessibility@^3.1.1": - version "3.1.1" - resolved "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz" - integrity sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw== - dependencies: - tslib "^2.0.0" - -"@dnd-kit/core@^6.0.7", "@dnd-kit/core@^6.0.8": - version "6.3.1" - resolved "https://registry.npmjs.org/@dnd-kit/core/-/core-6.3.1.tgz" - integrity sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ== - dependencies: - "@dnd-kit/accessibility" "^3.1.1" - "@dnd-kit/utilities" "^3.2.2" - tslib "^2.0.0" - -"@dnd-kit/sortable@^7.0.2": - version "7.0.2" - resolved "https://registry.npmjs.org/@dnd-kit/sortable/-/sortable-7.0.2.tgz" - integrity sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA== - dependencies: - "@dnd-kit/utilities" "^3.2.0" - tslib "^2.0.0" - -"@dnd-kit/utilities@^3.2.0", "@dnd-kit/utilities@^3.2.1", "@dnd-kit/utilities@^3.2.2": - version "3.2.2" - resolved "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.2.2.tgz" - integrity sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg== - dependencies: - tslib "^2.0.0" - -"@esbuild/win32-x64@0.17.19": - version "0.17.19" - resolved "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz" - integrity sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA== - -"@esbuild/win32-x64@0.21.5": - version "0.21.5" - resolved "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz" - integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw== - -"@eslint-community/eslint-utils@^4.2.0": - version "4.9.0" - resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz" - integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g== - dependencies: - eslint-visitor-keys "^3.4.3" - -"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1": - version "4.12.1" - resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz" - integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== - -"@eslint/eslintrc@^2.1.4": - version "2.1.4" - resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" - integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== - dependencies: - ajv "^6.12.4" - debug "^4.3.2" - espree "^9.6.0" - globals "^13.19.0" - ignore "^5.2.0" - import-fresh "^3.2.1" - js-yaml "^4.1.0" - minimatch "^3.1.2" - strip-json-comments "^3.1.1" - -"@eslint/js@8.57.1": - version "8.57.1" - resolved "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz" - integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== - -"@floating-ui/core@^1.7.3": - version "1.7.3" - resolved "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz" - integrity sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w== - dependencies: - "@floating-ui/utils" "^0.2.10" - -"@floating-ui/dom@^1.7.4": - version "1.7.4" - resolved "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz" - integrity sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA== - dependencies: - "@floating-ui/core" "^1.7.3" - "@floating-ui/utils" "^0.2.10" - -"@floating-ui/react-dom@^2.1.6": - version "2.1.6" - resolved "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz" - integrity sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw== - dependencies: - "@floating-ui/dom" "^1.7.4" - -"@floating-ui/react@^0.27.16": - version "0.27.16" - resolved "https://registry.npmjs.org/@floating-ui/react/-/react-0.27.16.tgz" - integrity sha512-9O8N4SeG2z++TSM8QA/KTeKFBVCNEz/AGS7gWPJf6KFRzmRWixFRnCnkPHRDwSVZW6QPDO6uT0P2SpWNKCc9/g== - dependencies: - "@floating-ui/react-dom" "^2.1.6" - "@floating-ui/utils" "^0.2.10" - tabbable "^6.0.0" - -"@floating-ui/utils@^0.2.10": - version "0.2.10" - resolved "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz" - integrity sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ== - -"@humanwhocodes/config-array@^0.13.0": - version "0.13.0" - resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz" - integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw== - dependencies: - "@humanwhocodes/object-schema" "^2.0.3" - debug "^4.3.1" - minimatch "^3.0.5" - -"@humanwhocodes/module-importer@^1.0.1": - version "1.0.1" - resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" - integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== - -"@humanwhocodes/object-schema@^2.0.3": - version "2.0.3" - resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz" - integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA== - -"@jest/schemas@^29.6.3": - version "29.6.3" - resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz" - integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== - dependencies: - "@sinclair/typebox" "^0.27.8" - -"@jest/types@^29.6.3": - version "29.6.3" - resolved "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz" - integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw== - dependencies: - "@jest/schemas" "^29.6.3" - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^17.0.8" - chalk "^4.0.0" - -"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.5": - version "0.3.13" - resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz" - integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== - dependencies: - "@jridgewell/sourcemap-codec" "^1.5.0" - "@jridgewell/trace-mapping" "^0.3.24" - -"@jridgewell/remapping@^2.3.5": - version "2.3.5" - resolved "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz" - integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== - dependencies: - "@jridgewell/gen-mapping" "^0.3.5" - "@jridgewell/trace-mapping" "^0.3.24" - -"@jridgewell/resolve-uri@^3.1.0": - version "3.1.2" - resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" - integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== - -"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0": - version "1.5.5" - resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" - integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== - -"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.28": - version "0.3.31" - resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" - integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== - dependencies: - "@jridgewell/resolve-uri" "^3.1.0" - "@jridgewell/sourcemap-codec" "^1.4.14" - -"@lingui/babel-plugin-extract-messages@4.14.1": - version "4.14.1" - resolved "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-4.14.1.tgz" - integrity sha512-X/2bKavX5HGaiLyGpGvw98XqrqKuTntD4IdLmwvCOh7c/pgM8u95brONixLFEBeLujba4IF+fvHo0RdlyOFKpg== - -"@lingui/cli@4.14.1": - version "4.14.1" - resolved "https://registry.npmjs.org/@lingui/cli/-/cli-4.14.1.tgz" - integrity sha512-4DUtjHg5fumZ+hX8bcGYGZw9A6F5JURTMrI8Z6MSkO26OeSHEtPcheGFiPYfNhFeON6fZWZmwgyV9kkb0+psug== - dependencies: - "@babel/core" "^7.21.0" - "@babel/generator" "^7.21.1" - "@babel/parser" "^7.22.0" - "@babel/runtime" "^7.21.0" - "@babel/types" "^7.21.2" - "@lingui/babel-plugin-extract-messages" "4.14.1" - "@lingui/conf" "4.14.1" - "@lingui/core" "4.14.1" - "@lingui/format-po" "4.14.1" - "@lingui/message-utils" "4.14.1" - babel-plugin-macros "^3.0.1" - chalk "^4.1.0" - chokidar "3.5.1" - cli-table "^0.3.11" - commander "^10.0.0" - convert-source-map "^2.0.0" - date-fns "^3.6.0" - esbuild "^0.17.10" - glob "^7.1.4" - inquirer "^7.3.3" - micromatch "^4.0.2" - normalize-path "^3.0.0" - ora "^5.1.0" - pathe "^1.1.0" - pkg-up "^3.1.0" - pofile "^1.1.4" - pseudolocale "^2.0.0" - ramda "^0.27.1" - source-map "^0.8.0-beta.0" - -"@lingui/conf@4.14.1": - version "4.14.1" - resolved "https://registry.npmjs.org/@lingui/conf/-/conf-4.14.1.tgz" - integrity sha512-LE/1RrVoMebQK+u4y6VQJdSwjOsMu4go/VR8m1eH0THn8vfkuLOYlPTIAHTWcoO+Ogi15p5TqHPfJcgVBy/NpA== - dependencies: - "@babel/runtime" "^7.20.13" - chalk "^4.1.0" - cosmiconfig "^8.0.0" - jest-validate "^29.4.3" - jiti "^1.17.1" - lodash.get "^4.4.2" - -"@lingui/core@4.14.1": - version "4.14.1" - resolved "https://registry.npmjs.org/@lingui/core/-/core-4.14.1.tgz" - integrity sha512-3O6bnNzApWjb+jIdXa7G2VbrP6jZ5nfCeYSVloEYg6YFIfsQ3GunccK6I2nL80mWgr2qGP4VilGD+ODCeXHITA== - dependencies: - "@babel/runtime" "^7.20.13" - "@lingui/message-utils" "4.14.1" - unraw "^3.0.0" - -"@lingui/format-po@4.14.1": - version "4.14.1" - resolved "https://registry.npmjs.org/@lingui/format-po/-/format-po-4.14.1.tgz" - integrity sha512-SfT3/4LspwDq5KNyN+HUsDiF2IVMBk0LS6ruEG+vGOKNXzdSpnuxAT5E6wgGA/4/MG2UF9WKBzfkfOsYeXmSEg== - dependencies: - "@lingui/conf" "4.14.1" - "@lingui/message-utils" "4.14.1" - date-fns "^3.6.0" - pofile "^1.1.4" - -"@lingui/macro@^4.7.0": - version "4.14.1" - resolved "https://registry.npmjs.org/@lingui/macro/-/macro-4.14.1.tgz" - integrity sha512-kVAe78Sj4a74GJTOOqoAzxZgsgqPfcBFQC1akXMlAv9r4bX7zvbMov2cQVWjvix0waetwxo3oVqlSozsa8UPAw== - dependencies: - "@babel/runtime" "^7.20.13" - "@babel/types" "^7.20.7" - "@lingui/conf" "4.14.1" - "@lingui/core" "4.14.1" - "@lingui/message-utils" "4.14.1" - -"@lingui/message-utils@4.14.1": - version "4.14.1" - resolved "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.14.1.tgz" - integrity sha512-J6MzyTLNCzEnyR1Da188G81cRcQMbk/lyYnLWMzQjIELDX8bBBwNea91Sf5Zm+BB+ADWmmGTdUqRPAjDqT9Y5w== - dependencies: - "@messageformat/parser" "^5.0.0" - js-sha256 "^0.10.1" - -"@lingui/react@^4.0.0", "@lingui/react@^4.7.0": - version "4.14.1" - resolved "https://registry.npmjs.org/@lingui/react/-/react-4.14.1.tgz" - integrity sha512-oZ9Rw+vOXJuaZvI1o4ASAIbCSe7AchCxsKGc0Y3csduTEOisvhsLgh8UDA8LW1mRgVPh5yZYB+VbfDMDQSzHpg== - dependencies: - "@babel/runtime" "^7.20.13" - "@lingui/core" "4.14.1" - -"@lingui/vite-plugin@^4.14.1": - version "4.14.1" - resolved "https://registry.npmjs.org/@lingui/vite-plugin/-/vite-plugin-4.14.1.tgz" - integrity sha512-K5lhG7IxpmxaDgmR4hOtPftJzCq3VGzq7VZnhBUHQPDxTf8fXj2xVNG3lUJtUkDepRhRLIjbCFT9e3f2VnUwZw== - dependencies: - "@lingui/cli" "4.14.1" - "@lingui/conf" "4.14.1" - -"@mantine/carousel@^8.0.1": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/carousel/-/carousel-8.3.5.tgz" - integrity sha512-TthQo7Wf4bn299wWaYCHXnhigKCZXLr7Mmt3yQkVEnf2sfj8AcbsOA6P5leOuAU84l7hTeV4+/A7+qomZdDI7Q== - -"@mantine/charts@^8.0.1": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/charts/-/charts-8.3.5.tgz" - integrity sha512-jXeItISiGZbRPG6YTfh+q4Ii2DSce3Vl9dBX1spbtYz+qnJ9TE3vLUlRA3Vn2JXHR1Nka1CtiGGl26NilC81tQ== - -"@mantine/colors-generator@^8.1.0": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/colors-generator/-/colors-generator-8.3.5.tgz" - integrity sha512-hgoswBnpB+I2Al0MJ5puAiVniIieoFF5k6UPhd7R62IhyJY8WI3RCBMQdiCrOQTo8xGMcpgmcWqdkB9Dadjybg== - -"@mantine/core@^8.0.1", "@mantine/core@8.3.5": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/core/-/core-8.3.5.tgz" - integrity sha512-PdVNLMgOS2vFhOujRi6/VC9ic8w3UDyKX7ftwDeJ7yQT8CiepUxfbWWYpVpnq23bdWh/7fIT2Pn1EY8r8GOk7g== - dependencies: - "@floating-ui/react" "^0.27.16" - clsx "^2.1.1" - react-number-format "^5.4.4" - react-remove-scroll "^2.7.1" - react-textarea-autosize "8.5.9" - type-fest "^4.41.0" - -"@mantine/dates@^8.0.1": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/dates/-/dates-8.3.5.tgz" - integrity sha512-LkIdC4eWPNQFv1BU1c52U3Z3RuA3yU1asvTgMEIQ/MdJsGK8GePwpgMH/jKQ8ba/AW9NfksdvtOJ6uIqPwjCkg== - dependencies: - clsx "^2.1.1" - -"@mantine/dropzone@^8.0.1": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-8.3.5.tgz" - integrity sha512-8eRNoEYQzUOav8Te58osGRt2vbqJO3ZORXgKALY+FhB0YGRCZYmS/gQ2T66SpyrpovY6k6OVi1ScM3wRaJrxUg== - dependencies: - react-dropzone "14.3.8" - -"@mantine/form@^8.0.1": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/form/-/form-8.3.5.tgz" - integrity sha512-i9UFiHtO1dlrJXZkquyt+71YcNNxPPSkIcJCRp7k0Tif7bPqWK2xijPDEXzqvA53YvMvEMoqaQCEQLVmH7Esdg== - dependencies: - fast-deep-equal "^3.1.3" - klona "^2.0.6" - -"@mantine/hooks@^8.0.1", "@mantine/hooks@8.3.5": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.5.tgz" - integrity sha512-0Wf08eWLKi3WkKlxnV1W5vfuN6wcvAV2VbhQlOy0R9nrWorGTtonQF6qqBE3PnJFYF1/ZE+HkYZQ/Dr7DmYSMQ== - -"@mantine/modals@^8.0.1": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.5.tgz" - integrity sha512-8pEhVc2NqUcO1+mQab1J5hDwMGKbqwMWMQptF++PUI0e82BGyoxuOdYywWvvW7+UzcA1REMF7uy0mfG9RLcjew== - -"@mantine/notifications@^8.0.1": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.5.tgz" - integrity sha512-8TvzrPxfdtOLGTalv7Ei1hy2F6KbR3P7/V73yw3AOKhrf1ydS89sqV2ShbsucHGJk9Pto0wjdTPd8Q7pm5MAYw== - dependencies: - "@mantine/store" "8.3.5" - react-transition-group "4.4.5" - -"@mantine/nprogress@^8.0.1": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/nprogress/-/nprogress-8.3.5.tgz" - integrity sha512-y4nswzL4yzX9kWbdu+jiMf3QE/0o2KeKaukxkkZkfDYa0YmdyzFdZHuPIbBBjhY5vvDxkN5xh+4o8NbpU3xCRQ== - dependencies: - "@mantine/store" "8.3.5" - -"@mantine/store@8.3.5": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/store/-/store-8.3.5.tgz" - integrity sha512-qN4fFsDMy86IV9oh1gZlDTv41RAsO0grjx90FGyT5QCv7NTgcavwxB74GBkhp45W8xn+Ms/awKy+6NxnmLmW1w== - -"@mantine/tiptap@^8.0.1": - version "8.3.5" - resolved "https://registry.npmjs.org/@mantine/tiptap/-/tiptap-8.3.5.tgz" - integrity sha512-TgBu9IC1hxURgMFXHHUtBJjEpt4swRvQtEBGckMqlxc/HRKe1fzobK5HTXxtc0LE09OAOkhc5gBhiqjhmldxMQ== - -"@messageformat/parser@^5.0.0": - version "5.1.1" - resolved "https://registry.npmjs.org/@messageformat/parser/-/parser-5.1.1.tgz" - integrity sha512-3p0YRGCcTUCYvBKLIxtDDyrJ0YijGIwrTRu1DT8gIviIDZru8H23+FkY6MJBzM1n9n20CiM4VeDYuBsrrwnLjg== - dependencies: - moo "^0.5.1" - -"@mjackson/node-fetch-server@^0.2.0": - version "0.2.0" - resolved "https://registry.npmjs.org/@mjackson/node-fetch-server/-/node-fetch-server-0.2.0.tgz" - integrity sha512-EMlH1e30yzmTpGLQjlFmaDAjyOeZhng1/XCd7DExR8PNAnG/G1tyruZxEoUe11ClnwGhGrtsdnyyUx1frSzjng== - -"@nodelib/fs.scandir@2.1.5": - version "2.1.5" - resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" - integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== - dependencies: - "@nodelib/fs.stat" "2.0.5" - run-parallel "^1.1.9" - -"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5": - version "2.0.5" - resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" - integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== - -"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": - version "1.2.8" - resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" - integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== - dependencies: - "@nodelib/fs.scandir" "2.1.5" - fastq "^1.6.0" - -"@parcel/watcher-win32-x64@2.5.1": - version "2.5.1" - resolved "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz" - integrity sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA== - -"@parcel/watcher@^2.4.1": - version "2.5.1" - resolved "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz" - integrity sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg== - dependencies: - detect-libc "^1.0.3" - is-glob "^4.0.3" - micromatch "^4.0.5" - node-addon-api "^7.0.0" - optionalDependencies: - "@parcel/watcher-android-arm64" "2.5.1" - "@parcel/watcher-darwin-arm64" "2.5.1" - "@parcel/watcher-darwin-x64" "2.5.1" - "@parcel/watcher-freebsd-x64" "2.5.1" - "@parcel/watcher-linux-arm-glibc" "2.5.1" - "@parcel/watcher-linux-arm-musl" "2.5.1" - "@parcel/watcher-linux-arm64-glibc" "2.5.1" - "@parcel/watcher-linux-arm64-musl" "2.5.1" - "@parcel/watcher-linux-x64-glibc" "2.5.1" - "@parcel/watcher-linux-x64-musl" "2.5.1" - "@parcel/watcher-win32-arm64" "2.5.1" - "@parcel/watcher-win32-ia32" "2.5.1" - "@parcel/watcher-win32-x64" "2.5.1" - -"@polka/url@^1.0.0-next.24": - version "1.0.0-next.29" - resolved "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz" - integrity sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww== - -"@popperjs/core@^2.9.0": - version "2.11.8" - resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz" - integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== - -"@react-pdf/fns@2.2.1": - version "2.2.1" - resolved "https://registry.npmjs.org/@react-pdf/fns/-/fns-2.2.1.tgz" - integrity sha512-s78aDg0vDYaijU5lLOCsUD+qinQbfOvcNeaoX9AiE7+kZzzCo6B/nX+l48cmt9OosJmvZvE9DWR9cLhrhOi2pA== - dependencies: - "@babel/runtime" "^7.20.13" - -"@react-pdf/fns@3.1.2": - version "3.1.2" - resolved "https://registry.npmjs.org/@react-pdf/fns/-/fns-3.1.2.tgz" - integrity sha512-qTKGUf0iAMGg2+OsUcp9ffKnKi41RukM/zYIWMDJ4hRVYSr89Q7e3wSDW/Koqx3ea3Uy/z3h2y3wPX6Bdfxk6g== - -"@react-pdf/font@^2.5.2": - version "2.5.2" - resolved "https://registry.npmjs.org/@react-pdf/font/-/font-2.5.2.tgz" - integrity sha512-Ud0EfZ2FwrbvwAWx8nz+KKLmiqACCH9a/N/xNDOja0e/YgSnqTpuyHegFBgIMKjuBtO5dNvkb4dXkxAhGe/ayw== - dependencies: - "@babel/runtime" "^7.20.13" - "@react-pdf/types" "^2.6.0" - cross-fetch "^3.1.5" - fontkit "^2.0.2" - is-url "^1.2.4" - -"@react-pdf/font@^4.0.3": - version "4.0.3" - resolved "https://registry.npmjs.org/@react-pdf/font/-/font-4.0.3.tgz" - integrity sha512-N1qQDZr6phXYQOp033Hvm2nkUkx2LkszjGPbmRavs9VOYzi4sp31MaccMKptL24ii6UhBh/z9yPUhnuNe/qHwA== - dependencies: - "@react-pdf/pdfkit" "^4.0.4" - "@react-pdf/types" "^2.9.1" - fontkit "^2.0.2" - is-url "^1.2.4" - -"@react-pdf/image@^2.3.6": - version "2.3.6" - resolved "https://registry.npmjs.org/@react-pdf/image/-/image-2.3.6.tgz" - integrity sha512-7iZDYZrZlJqNzS6huNl2XdMcLFUo68e6mOdzQeJ63d5eApdthhSHBnkGzHfLhH5t8DCpZNtClmklzuLL63ADfw== - dependencies: - "@babel/runtime" "^7.20.13" - "@react-pdf/png-js" "^2.3.1" - cross-fetch "^3.1.5" - jay-peg "^1.0.2" - -"@react-pdf/layout@^3.13.0": - version "3.13.0" - resolved "https://registry.npmjs.org/@react-pdf/layout/-/layout-3.13.0.tgz" - integrity sha512-lpPj/EJYHFOc0ALiJwLP09H28B4ADyvTjxOf67xTF+qkWd+dq1vg7dw3wnYESPnWk5T9NN+HlUenJqdYEY9AvA== - dependencies: - "@babel/runtime" "^7.20.13" - "@react-pdf/fns" "2.2.1" - "@react-pdf/image" "^2.3.6" - "@react-pdf/pdfkit" "^3.2.0" - "@react-pdf/primitives" "^3.1.1" - "@react-pdf/stylesheet" "^4.3.0" - "@react-pdf/textkit" "^4.4.1" - "@react-pdf/types" "^2.6.0" - cross-fetch "^3.1.5" - emoji-regex "^10.3.0" - queue "^6.0.1" - yoga-layout "^2.0.1" - -"@react-pdf/pdfkit@^3.2.0": - version "3.2.0" - resolved "https://registry.npmjs.org/@react-pdf/pdfkit/-/pdfkit-3.2.0.tgz" - integrity sha512-OBfCcnTC6RpD9uv9L2woF60Zj1uQxhLFzTBXTdcYE9URzPE/zqXIyzpXEA4Vf3TFbvBCgFE2RzJ2ZUS0asq7yA== - dependencies: - "@babel/runtime" "^7.20.13" - "@react-pdf/png-js" "^2.3.1" - browserify-zlib "^0.2.0" - crypto-js "^4.2.0" - fontkit "^2.0.2" - jay-peg "^1.0.2" - vite-compatible-readable-stream "^3.6.1" - -"@react-pdf/pdfkit@^4.0.4": - version "4.0.4" - resolved "https://registry.npmjs.org/@react-pdf/pdfkit/-/pdfkit-4.0.4.tgz" - integrity sha512-/nITLggsPlB66bVLnm0X7MNdKQxXelLGZG6zB5acF5cCgkFwmXHnLNyxYOUD4GMOMg1HOPShXDKWrwk2ZeHsvw== - dependencies: - "@babel/runtime" "^7.20.13" - "@react-pdf/png-js" "^3.0.0" - browserify-zlib "^0.2.0" - crypto-js "^4.2.0" - fontkit "^2.0.2" - jay-peg "^1.1.1" - linebreak "^1.1.0" - vite-compatible-readable-stream "^3.6.1" - -"@react-pdf/png-js@^2.3.1": - version "2.3.1" - resolved "https://registry.npmjs.org/@react-pdf/png-js/-/png-js-2.3.1.tgz" - integrity sha512-pEZ18I4t1vAUS4lmhvXPmXYP4PHeblpWP/pAlMMRkEyP7tdAeHUN7taQl9sf9OPq7YITMY3lWpYpJU6t4CZgZg== - dependencies: - browserify-zlib "^0.2.0" - -"@react-pdf/png-js@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@react-pdf/png-js/-/png-js-3.0.0.tgz" - integrity sha512-eSJnEItZ37WPt6Qv5pncQDxLJRK15eaRwPT+gZoujP548CodenOVp49GST8XJvKMFt9YqIBzGBV/j9AgrOQzVA== - dependencies: - browserify-zlib "^0.2.0" - -"@react-pdf/primitives@^3.1.1": - version "3.1.1" - resolved "https://registry.npmjs.org/@react-pdf/primitives/-/primitives-3.1.1.tgz" - integrity sha512-miwjxLwTnO3IjoqkTVeTI+9CdyDggwekmSLhVCw+a/7FoQc+gF3J2dSKwsHvAcVFM0gvU8mzCeTofgw0zPDq0w== - -"@react-pdf/primitives@^4.1.1": - version "4.1.1" - resolved "https://registry.npmjs.org/@react-pdf/primitives/-/primitives-4.1.1.tgz" - integrity sha512-IuhxYls1luJb7NUWy6q5avb1XrNaVj9bTNI40U9qGRuS6n7Hje/8H8Qi99Z9UKFV74bBP3DOf3L1wV2qZVgVrQ== - -"@react-pdf/render@^3.5.0": - version "3.5.0" - resolved "https://registry.npmjs.org/@react-pdf/render/-/render-3.5.0.tgz" - integrity sha512-gFOpnyqCgJ6l7VzfJz6rG1i2S7iVSD8bUHDjPW9Mze8TmyksHzN2zBH3y7NbsQOw1wU6hN4NhRmslrsn+BRDPA== - dependencies: - "@babel/runtime" "^7.20.13" - "@react-pdf/fns" "2.2.1" - "@react-pdf/primitives" "^3.1.1" - "@react-pdf/textkit" "^4.4.1" - "@react-pdf/types" "^2.6.0" - abs-svg-path "^0.1.1" - color-string "^1.9.1" - normalize-svg-path "^1.1.0" - parse-svg-path "^0.1.2" - svg-arc-to-cubic-bezier "^3.2.0" - -"@react-pdf/renderer@^3.3.4": - version "3.4.5" - resolved "https://registry.npmjs.org/@react-pdf/renderer/-/renderer-3.4.5.tgz" - integrity sha512-O1N8q45bTs7YuC+x9afJSKQWDYQy2RjoCxlxEGdbCwP+WD5G6dWRUWXlc8F0TtzU3uFglYMmDab2YhXTmnVN9g== - dependencies: - "@babel/runtime" "^7.20.13" - "@react-pdf/font" "^2.5.2" - "@react-pdf/layout" "^3.13.0" - "@react-pdf/pdfkit" "^3.2.0" - "@react-pdf/primitives" "^3.1.1" - "@react-pdf/render" "^3.5.0" - "@react-pdf/types" "^2.6.0" - events "^3.3.0" - object-assign "^4.1.1" - prop-types "^15.6.2" - queue "^6.0.1" - scheduler "^0.17.0" - -"@react-pdf/stylesheet@^4.3.0": - version "4.3.0" - resolved "https://registry.npmjs.org/@react-pdf/stylesheet/-/stylesheet-4.3.0.tgz" - integrity sha512-x7IVZOqRrUum9quuDeFXBveXwBht+z/6B0M+z4a4XjfSg1vZVvzoTl07Oa1yvQ/4yIC5yIkG2TSMWeKnDB+hrw== - dependencies: - "@babel/runtime" "^7.20.13" - "@react-pdf/fns" "2.2.1" - "@react-pdf/types" "^2.6.0" - color-string "^1.9.1" - hsl-to-hex "^1.0.0" - media-engine "^1.0.3" - postcss-value-parser "^4.1.0" - -"@react-pdf/stylesheet@^6.1.1": - version "6.1.1" - resolved "https://registry.npmjs.org/@react-pdf/stylesheet/-/stylesheet-6.1.1.tgz" - integrity sha512-Iyw0A3wRIeQLN4EkaKf8yF9MvdMxiZ8JjoyzLzDHSxnKYoOA4UGu84veCb8dT9N8MxY5x7a0BUv/avTe586Plg== - dependencies: - "@react-pdf/fns" "3.1.2" - "@react-pdf/types" "^2.9.1" - color-string "^1.9.1" - hsl-to-hex "^1.0.0" - media-engine "^1.0.3" - postcss-value-parser "^4.1.0" - -"@react-pdf/textkit@^4.4.1": - version "4.4.1" - resolved "https://registry.npmjs.org/@react-pdf/textkit/-/textkit-4.4.1.tgz" - integrity sha512-Jl9wdTqIvJ5pX+vAGz0EOhP7ut5Two9H6CzTKo/YYPeD79cM2yTXF3JzTERBC28y7LR0Waq9D2LHQjI+b/EYUQ== - dependencies: - "@babel/runtime" "^7.20.13" - "@react-pdf/fns" "2.2.1" - bidi-js "^1.0.2" - hyphen "^1.6.4" - unicode-properties "^1.4.1" - -"@react-pdf/types@^2.6.0", "@react-pdf/types@^2.9.1": - version "2.9.1" - resolved "https://registry.npmjs.org/@react-pdf/types/-/types-2.9.1.tgz" - integrity sha512-5GoCgG0G5NMgpPuHbKG2xcVRQt7+E5pg3IyzVIIozKG3nLcnsXW4zy25vG1ZBQA0jmo39q34au/sOnL/0d1A4w== - dependencies: - "@react-pdf/font" "^4.0.3" - "@react-pdf/primitives" "^4.1.1" - "@react-pdf/stylesheet" "^6.1.1" - -"@react-router/node@^7.1.5": - version "7.9.4" - resolved "https://registry.npmjs.org/@react-router/node/-/node-7.9.4.tgz" - integrity sha512-sdeDNRaqAB71BR2hPlhcQbPbrXh8uGJUjLVc+NpRiPsQbv6B8UvIucN4IX9YGVJkw3UxVQBn2vPSwxACAck32Q== - dependencies: - "@mjackson/node-fetch-server" "^0.2.0" - -"@remirror/core-constants@3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@remirror/core-constants/-/core-constants-3.0.0.tgz" - integrity sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg== - -"@remix-run/node@^2.16.8": - version "2.17.1" - resolved "https://registry.npmjs.org/@remix-run/node/-/node-2.17.1.tgz" - integrity sha512-pHmHTuLE1Lwazulx3gjrHobgBCsa+Xiq8WUO0ruLeDfEw2DU0c0SNSiyNkugu3rIZautroBwRaOoy7CWJL9xhQ== - dependencies: - "@remix-run/server-runtime" "2.17.1" - "@remix-run/web-fetch" "^4.4.2" - "@web3-storage/multipart-parser" "^1.0.0" - cookie-signature "^1.1.0" - source-map-support "^0.5.21" - stream-slice "^0.1.2" - undici "^6.21.2" - -"@remix-run/router@1.23.0": - version "1.23.0" - resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz" - integrity sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA== - -"@remix-run/server-runtime@2.17.1": - version "2.17.1" - resolved "https://registry.npmjs.org/@remix-run/server-runtime/-/server-runtime-2.17.1.tgz" - integrity sha512-d1Vp9FxX4KafB111vP2E5C1fmWzPI+gHZ674L1drq+N8Bp9U6FBspi7GAZSU5K5Kxa4T6UF+aE1gK6pVi9R8sw== - dependencies: - "@remix-run/router" "1.23.0" - "@types/cookie" "^0.6.0" - "@web3-storage/multipart-parser" "^1.0.0" - cookie "^0.7.2" - set-cookie-parser "^2.4.8" - source-map "^0.7.3" - turbo-stream "2.4.1" - -"@remix-run/web-blob@^3.1.0": - version "3.1.0" - resolved "https://registry.npmjs.org/@remix-run/web-blob/-/web-blob-3.1.0.tgz" - integrity sha512-owGzFLbqPH9PlKb8KvpNJ0NO74HWE2euAn61eEiyCXX/oteoVzTVSN8mpLgDjaxBf2btj5/nUllSUgpyd6IH6g== - dependencies: - "@remix-run/web-stream" "^1.1.0" - web-encoding "1.1.5" - -"@remix-run/web-fetch@^4.4.2": - version "4.4.2" - resolved "https://registry.npmjs.org/@remix-run/web-fetch/-/web-fetch-4.4.2.tgz" - integrity sha512-jgKfzA713/4kAW/oZ4bC3MoLWyjModOVDjFPNseVqcJKSafgIscrYL9G50SurEYLswPuoU3HzSbO0jQCMYWHhA== - dependencies: - "@remix-run/web-blob" "^3.1.0" - "@remix-run/web-file" "^3.1.0" - "@remix-run/web-form-data" "^3.1.0" - "@remix-run/web-stream" "^1.1.0" - "@web3-storage/multipart-parser" "^1.0.0" - abort-controller "^3.0.0" - data-uri-to-buffer "^3.0.1" - mrmime "^1.0.0" - -"@remix-run/web-file@^3.1.0": - version "3.1.0" - resolved "https://registry.npmjs.org/@remix-run/web-file/-/web-file-3.1.0.tgz" - integrity sha512-dW2MNGwoiEYhlspOAXFBasmLeYshyAyhIdrlXBi06Duex5tDr3ut2LFKVj7tyHLmn8nnNwFf1BjNbkQpygC2aQ== - dependencies: - "@remix-run/web-blob" "^3.1.0" - -"@remix-run/web-form-data@^3.1.0": - version "3.1.0" - resolved "https://registry.npmjs.org/@remix-run/web-form-data/-/web-form-data-3.1.0.tgz" - integrity sha512-NdeohLMdrb+pHxMQ/Geuzdp0eqPbea+Ieo8M8Jx2lGC6TBHsgHzYcBvr0LyPdPVycNRDEpWpiDdCOdCryo3f9A== - dependencies: - web-encoding "1.1.5" - -"@remix-run/web-stream@^1.1.0": - version "1.1.0" - resolved "https://registry.npmjs.org/@remix-run/web-stream/-/web-stream-1.1.0.tgz" - integrity sha512-KRJtwrjRV5Bb+pM7zxcTJkhIqWWSy+MYsIxHK+0m5atcznsf15YwUBWHWulZerV2+vvHH1Lp1DD7pw6qKW8SgA== - dependencies: - web-streams-polyfill "^3.1.1" - -"@rolldown/pluginutils@1.0.0-beta.27": - version "1.0.0-beta.27" - resolved "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz" - integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA== - -"@rollup/rollup-win32-x64-gnu@4.52.4": - version "4.52.4" - resolved "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.4.tgz" - integrity sha512-UF9KfsH9yEam0UjTwAgdK0anlQ7c8/pWPU2yVjyWcF1I1thABt6WXE47cI71pGiZ8wGvxohBoLnxM04L/wj8mQ== - -"@rollup/rollup-win32-x64-msvc@4.52.4": - version "4.52.4" - resolved "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.4.tgz" - integrity sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w== - -"@sinclair/typebox@^0.27.8": - version "0.27.8" - resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz" - integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== - -"@stripe/react-stripe-js@^2.1.1": - version "2.9.0" - resolved "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.9.0.tgz" - integrity sha512-+/j2g6qKAKuWSurhgRMfdlIdKM+nVVJCy/wl0US2Ccodlqx0WqfIIBhUkeONkCG+V/b+bZzcj4QVa3E/rXtT4Q== - dependencies: - prop-types "^15.7.2" - -"@stripe/stripe-js@^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0", "@stripe/stripe-js@^1.54.1": - version "1.54.2" - resolved "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.2.tgz" - integrity sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg== - -"@swc/core-win32-x64-msvc@1.11.24": - version "1.11.24" - resolved "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.11.24.tgz" - integrity sha512-sybnXtOsdB+XvzVFlBVGgRHLqp3yRpHK7CrmpuDKszhj/QhmsaZzY/GHSeALlMtLup13M0gqbcQvsTNlAHTg3w== - -"@swc/core-win32-x64-msvc@1.13.5": - version "1.13.5" - resolved "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.13.5.tgz" - integrity sha512-YrKdMVxbYmlfybCSbRtrilc6UA8GF5aPmGKBdPvjrarvsmf4i7ZHGCEnLtfOMd3Lwbs2WUZq3WdMbozYeLU93Q== - -"@swc/core@^1.12.11": - version "1.13.5" - resolved "https://registry.npmjs.org/@swc/core/-/core-1.13.5.tgz" - integrity sha512-WezcBo8a0Dg2rnR82zhwoR6aRNxeTGfK5QCD6TQ+kg3xx/zNT02s/0o+81h/3zhvFSB24NtqEr8FTw88O5W/JQ== - dependencies: - "@swc/counter" "^0.1.3" - "@swc/types" "^0.1.24" - optionalDependencies: - "@swc/core-darwin-arm64" "1.13.5" - "@swc/core-darwin-x64" "1.13.5" - "@swc/core-linux-arm-gnueabihf" "1.13.5" - "@swc/core-linux-arm64-gnu" "1.13.5" - "@swc/core-linux-arm64-musl" "1.13.5" - "@swc/core-linux-x64-gnu" "1.13.5" - "@swc/core-linux-x64-musl" "1.13.5" - "@swc/core-win32-arm64-msvc" "1.13.5" - "@swc/core-win32-ia32-msvc" "1.13.5" - "@swc/core-win32-x64-msvc" "1.13.5" - -"@swc/core@1.11.24": - version "1.11.24" - resolved "https://registry.npmjs.org/@swc/core/-/core-1.11.24.tgz" - integrity sha512-MaQEIpfcEMzx3VWWopbofKJvaraqmL6HbLlw2bFZ7qYqYw3rkhM0cQVEgyzbHtTWwCwPMFZSC2DUbhlZgrMfLg== - dependencies: - "@swc/counter" "^0.1.3" - "@swc/types" "^0.1.21" - optionalDependencies: - "@swc/core-darwin-arm64" "1.11.24" - "@swc/core-darwin-x64" "1.11.24" - "@swc/core-linux-arm-gnueabihf" "1.11.24" - "@swc/core-linux-arm64-gnu" "1.11.24" - "@swc/core-linux-arm64-musl" "1.11.24" - "@swc/core-linux-x64-gnu" "1.11.24" - "@swc/core-linux-x64-musl" "1.11.24" - "@swc/core-win32-arm64-msvc" "1.11.24" - "@swc/core-win32-ia32-msvc" "1.11.24" - "@swc/core-win32-x64-msvc" "1.11.24" - -"@swc/counter@^0.1.3": - version "0.1.3" - resolved "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz" - integrity sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ== - -"@swc/helpers@^0.5.12", "@swc/helpers@>=0.5.17": - version "0.5.17" - resolved "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz" - integrity sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A== - dependencies: - tslib "^2.8.0" - -"@swc/types@^0.1.21", "@swc/types@^0.1.24": - version "0.1.25" - resolved "https://registry.npmjs.org/@swc/types/-/types-0.1.25.tgz" - integrity sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g== - dependencies: - "@swc/counter" "^0.1.3" - -"@tabler/icons-react@^3.35.0": - version "3.35.0" - resolved "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.35.0.tgz" - integrity sha512-XG7t2DYf3DyHT5jxFNp5xyLVbL4hMJYJhiSdHADzAjLRYfL7AnjlRfiHDHeXxkb2N103rEIvTsBRazxXtAUz2g== - dependencies: - "@tabler/icons" "3.35.0" - -"@tabler/icons@3.35.0": - version "3.35.0" - resolved "https://registry.npmjs.org/@tabler/icons/-/icons-3.35.0.tgz" - integrity sha512-yYXe+gJ56xlZFiXwV9zVoe3FWCGuZ/D7/G4ZIlDtGxSx5CGQK110wrnT29gUj52kEZoxqF7oURTk97GQxELOFQ== - -"@tanstack/query-core@5.76.0": - version "5.76.0" - resolved "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.76.0.tgz" - integrity sha512-FN375hb8ctzfNAlex5gHI6+WDXTNpe0nbxp/d2YJtnP+IBM6OUm7zcaoCW6T63BawGOYZBbKC0iPvr41TteNVg== - -"@tanstack/react-query@5.76.1": - version "5.76.1" - resolved "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.76.1.tgz" - integrity sha512-YxdLZVGN4QkT5YT1HKZQWiIlcgauIXEIsMOTSjvyD5wLYK8YVvKZUPAysMqossFJJfDpJW3pFn7WNZuPOqq+fw== - dependencies: - "@tanstack/query-core" "5.76.0" - -"@tanstack/react-table@^8.21.3": - version "8.21.3" - resolved "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.21.3.tgz" - integrity sha512-5nNMTSETP4ykGegmVkhjcS8tTLW6Vl4axfEGQN3v0zdHYbK4UfoqfPChclTrJ4EoK9QynqAu9oUf8VEmrpZ5Ww== - dependencies: - "@tanstack/table-core" "8.21.3" - -"@tanstack/table-core@8.21.3": - version "8.21.3" - resolved "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz" - integrity sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg== - -"@tiptap/core@^2.26.3", "@tiptap/core@^2.7.0": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/core/-/core-2.26.3.tgz" - integrity sha512-TaOJzu2v5ufsOx+yu94NqXE504zmupVdFCxH1g3hk5fzZ3gT57Lh9R/27OjwM4e6o+Z3DXDl8yfFMHIcR3zUkg== - -"@tiptap/extension-blockquote@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-2.26.3.tgz" - integrity sha512-brz8+wh03TuMevNUztTSC9BzZEsLCNakPJCCicD8FRpBJoLj4benT6T3GYVdMhkk4BmhpruSFZB0FPY+rxCVlA== - -"@tiptap/extension-bold@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-2.26.3.tgz" - integrity sha512-ssXKQxSwQ+Webv65emK/A1d13iTvnfbw8I2wlzuxsrMChyb4wH2HyqI5N4g0FpLqCpkXFumforoY+0XKktve+w== - -"@tiptap/extension-bubble-menu@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.26.3.tgz" - integrity sha512-vliC5bv/md4qkguqqL8w7LW8jnXBD1FLdSMDavHRVwdRaRnEfLRAIY7Oxtc1Voy3+762tfn912TuwDlCOPsNSQ== - dependencies: - tippy.js "^6.3.7" - -"@tiptap/extension-bullet-list@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-2.26.3.tgz" - integrity sha512-pfBMOup1JbXgf2aVTtG1A5t7qFZJrpD+wNPuypjF2YWmCl/pAlwbPFz9hNuWyZq14+QoQg5tML1/G1M7cgrrtw== - -"@tiptap/extension-code-block@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-2.26.3.tgz" - integrity sha512-3DbzKRfMqw9EGS7mGkpyopbRWTO+qpV52Mby4Ll2+OfhvGnHzSN4Q7xOsp+VeZr14GMEmua5Oq2e/gRypqXatQ== - -"@tiptap/extension-code@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-2.26.3.tgz" - integrity sha512-bAkUNzV+tA1J1RYbtbAGTFqkRw9+yRpAd+d3S9jy/dAD+uOe1ZD1EIngyEf2GTonnoy4bpDYtytbCjUt9PozoA== - -"@tiptap/extension-color@^2.11.7": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-color/-/extension-color-2.26.3.tgz" - integrity sha512-ijwfLpLWXDi797aKtQLPnMYrIQuC2g/Sqw+1k+tDNCfAgqK1LaALGiqf8j1vAcdE0tHdl37PIjud3Qv0hh6J5w== - -"@tiptap/extension-document@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-2.26.3.tgz" - integrity sha512-gcJg4Otchilr4eSUwhPNwbhPUkEYvXhkUZ/1MAhVGD40Ovq2P8ZWkJipA3tKOCJinL5MJK59ccZBstnKSTw+JA== - -"@tiptap/extension-dropcursor@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-2.26.3.tgz" - integrity sha512-54rgDTmRStVmXZR7KdCvSOCAbumh5luXgticUkRM8OM8PBe1c0T9X8jfV7+XEFGugRVl8mtCZZpgUt5vhuxHog== - -"@tiptap/extension-floating-menu@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.26.3.tgz" - integrity sha512-i2dsIMa0L6vjCPnTiXjPZXZqUu3sIIIAI+E1T4p0FsGYjjPTmN+AgkJqeO3bbe5XHmWcWKtgQevNCMF0kmU5rQ== - dependencies: - tippy.js "^6.3.7" - -"@tiptap/extension-gapcursor@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-2.26.3.tgz" - integrity sha512-ZDNSkpz7ik2PJOjrys27rwko5Ufe6GtLjaAxjvkWmyzcgAOTadDeth9NaRdBVMDGgSLBKbXihYZZXLkiAP9RLA== - -"@tiptap/extension-hard-break@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-2.26.3.tgz" - integrity sha512-KJWUi+2KOZejVRb2KI0NM3LgCpNimxcunbOCKsZKygV/UByzhUl7UaCAIa+ySMM+kbu/Ec3hkTzafGfaU9ZkLg== - -"@tiptap/extension-heading@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-2.26.3.tgz" - integrity sha512-bp7YildFOustuGJGl8TInG26h7xbcpBKskm49TjwyBjUqRHPGH4V11554afStAr+bsTlPN4TDXt7extvq3UYLA== - -"@tiptap/extension-history@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.26.3.tgz" - integrity sha512-Qg4+WWf/hDgiBspxLbrhrIFUy7lzi2eBKPSoF/haEYFw/t/FeN60NXYYYtpLimUNpUzyJSOSIwsngFcVJO5X+g== - -"@tiptap/extension-horizontal-rule@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.26.3.tgz" - integrity sha512-NhlJEDj0b/P1Rj4UOMgt4CjS4IXEhXQFsdiXmsYZxchfr4J72HrsOfZs4vAqIQbkrLgUlYEr/DGMNWzME78FrA== - -"@tiptap/extension-image@^2.11.5": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.26.3.tgz" - integrity sha512-juAAY1QuzCgfl66Q8AHITLVKbwXpv+BmLNCi8Cl4j6a+IkySzcS8gENJee0hMMyRvc9K1U75o4vokvy580u4kA== - -"@tiptap/extension-italic@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-2.26.3.tgz" - integrity sha512-DJX31JQsyerqoNM+hAtbjHoJ42W/EpnMMCtQr/gRS8ssEdrVtcDDhSO2tkaP6dNjhG8zH2hKYsXpLCCFdDgvwg== - -"@tiptap/extension-link@^2.12.0", "@tiptap/extension-link@>=2.1.12": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-2.26.3.tgz" - integrity sha512-cNYqAeiaG/65ctVEUOHt1MQnTF1JcdZqBkN9pLf3grzcmkmdr3w1/JbKOphZc84vOB2rxuhGZx9NFV2lrC5Qwg== - dependencies: - linkifyjs "^4.3.2" - -"@tiptap/extension-list-item@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-2.26.3.tgz" - integrity sha512-9qU0SoC+tDSKYhfdWFS3dkioEk3ml1ycBeRmOxh7h+w0ezmTomiT5yvc9t3KM30ps8n1p78sIPo19GF65u1dFQ== - -"@tiptap/extension-ordered-list@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-2.26.3.tgz" - integrity sha512-x6G0qA7dAvSq+kphA7P64m+ScoVEAW8s9pl7o3jIJzcIW/LrbL1xkyOjbgCvGEvwyQVsgyqtLQDQ2oeloosDBw== - -"@tiptap/extension-paragraph@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.26.3.tgz" - integrity sha512-eBC5UsaTJRUMhePtK1dcCAfes0CpqqFiewpIM0lWk4XMtpG2aoczVVVkImybbFKfqsvEEo3vgHJ2YiE5YZFCSg== - -"@tiptap/extension-strike@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-2.26.3.tgz" - integrity sha512-Po3al5hP0IwvHHIHYy3DbUvCD/kbYTsi3sWTjPAB9QgqaoJGl+jyhIyha8FsR+U3MCIIJIekMktI5o1+ySMGpg== - -"@tiptap/extension-task-item@^2.12.0": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-task-item/-/extension-task-item-2.26.3.tgz" - integrity sha512-Pe2B/57qNPW1XlH44qdwYeKyBGYKw6TiPXg1pvdhu9zyUglu4J4gbvvn224Z5D9IHlSbPSxr4ss6DNm5S64I/w== - -"@tiptap/extension-task-list@^2.12.0": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-task-list/-/extension-task-list-2.26.3.tgz" - integrity sha512-VSQlU9m3uQ9ReJ4CYM6+IOepLdvNHBA6P/ti/bArb0vUseDfkx0KsQINTmxnXLPF+NLQnk1uXVk5/TJg1+OdMg== - -"@tiptap/extension-text-align@^2.12.0": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-text-align/-/extension-text-align-2.26.3.tgz" - integrity sha512-5PU2vMUKt53EVdxFqiuPockKKGeZxipwEq6fT5OZeqz3TUWiF61bO/xkwlXzfWSNm1ZkEmrkebtaeKrH4Wu22g== - -"@tiptap/extension-text-style@^2.12.0", "@tiptap/extension-text-style@^2.26.3", "@tiptap/extension-text-style@^2.7.0": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-2.26.3.tgz" - integrity sha512-B+t6k41xtmlIxyi0r+g8MAShGMCK6kmz8EdxoLAUVrlCxYWVk6qvzoojZbjQKlb2sE+idIo4X5yCcKpdkxFe0w== - -"@tiptap/extension-text@^2.26.3": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-2.26.3.tgz" - integrity sha512-sGRbX96ss4jQeKw9d0iphuAWja8Dv4w4ryTDKfxD7Lizx3UaIxQB/y+Wna89tM3kfbi/qJcrD3AF7NJgfc/tEA== - -"@tiptap/extension-underline@^2.12.0": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-2.26.3.tgz" - integrity sha512-FXQUiHjvKDIpU9Bg+fV7UqQnEjhGvVQUnrf9VOI1/9hm+GWWxAfV2asRiZgV6jeBvNJWYzUGzvQUN6vFzmVbdw== - -"@tiptap/pm@^2.26.3", "@tiptap/pm@^2.7.0": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/pm/-/pm-2.26.3.tgz" - integrity sha512-8gUmdxWlUevmgq2mNvGxvf2CpDW097tVKECMWKEn8sf846kXv3CoqaGRhI3db4kfR+09uWZeRM7rtrjRBmUThg== - dependencies: - prosemirror-changeset "^2.3.0" - prosemirror-collab "^1.3.1" - prosemirror-commands "^1.6.2" - prosemirror-dropcursor "^1.8.1" - prosemirror-gapcursor "^1.3.2" - prosemirror-history "^1.4.1" - prosemirror-inputrules "^1.4.0" - prosemirror-keymap "^1.2.2" - prosemirror-markdown "^1.13.1" - prosemirror-menu "^1.2.4" - prosemirror-model "^1.23.0" - prosemirror-schema-basic "^1.2.3" - prosemirror-schema-list "^1.4.1" - prosemirror-state "^1.4.3" - prosemirror-tables "^1.6.4" - prosemirror-trailing-node "^3.0.0" - prosemirror-transform "^1.10.2" - prosemirror-view "^1.37.0" - -"@tiptap/react@^2.12.0", "@tiptap/react@>=2.1.12": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/react/-/react-2.26.3.tgz" - integrity sha512-4g7pbdyawIO5YZXJQMwNv0dptblV4QUa7T/BYHe+PjAm4H+OeQbo7UmbxU427u8hPt1PhXZjbvT7D5i3r/MXCw== - dependencies: - "@tiptap/extension-bubble-menu" "^2.26.3" - "@tiptap/extension-floating-menu" "^2.26.3" - "@types/use-sync-external-store" "^0.0.6" - fast-deep-equal "^3" - use-sync-external-store "^1" - -"@tiptap/starter-kit@^2.12.0": - version "2.26.3" - resolved "https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-2.26.3.tgz" - integrity sha512-hznj/j+mFIuKfNB0ToaZVcVjdtpSOHoBoX3ocSz9BaYCtK+nX1c0gTlfbJ1BcpYUZNtqG+tpUeIfvXifRkq/OQ== - dependencies: - "@tiptap/core" "^2.26.3" - "@tiptap/extension-blockquote" "^2.26.3" - "@tiptap/extension-bold" "^2.26.3" - "@tiptap/extension-bullet-list" "^2.26.3" - "@tiptap/extension-code" "^2.26.3" - "@tiptap/extension-code-block" "^2.26.3" - "@tiptap/extension-document" "^2.26.3" - "@tiptap/extension-dropcursor" "^2.26.3" - "@tiptap/extension-gapcursor" "^2.26.3" - "@tiptap/extension-hard-break" "^2.26.3" - "@tiptap/extension-heading" "^2.26.3" - "@tiptap/extension-history" "^2.26.3" - "@tiptap/extension-horizontal-rule" "^2.26.3" - "@tiptap/extension-italic" "^2.26.3" - "@tiptap/extension-list-item" "^2.26.3" - "@tiptap/extension-ordered-list" "^2.26.3" - "@tiptap/extension-paragraph" "^2.26.3" - "@tiptap/extension-strike" "^2.26.3" - "@tiptap/extension-text" "^2.26.3" - "@tiptap/extension-text-style" "^2.26.3" - "@tiptap/pm" "^2.26.3" - -"@types/babel__core@^7.20.5": - version "7.20.5" - resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" - integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== - dependencies: - "@babel/parser" "^7.20.7" - "@babel/types" "^7.20.7" - "@types/babel__generator" "*" - "@types/babel__template" "*" - "@types/babel__traverse" "*" - -"@types/babel__generator@*": - version "7.27.0" - resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz" - integrity sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg== - dependencies: - "@babel/types" "^7.0.0" - -"@types/babel__template@*": - version "7.4.4" - resolved "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz" - integrity sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - -"@types/babel__traverse@*": - version "7.28.0" - resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz" - integrity sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q== - dependencies: - "@babel/types" "^7.28.2" - -"@types/body-parser@*": - version "1.19.6" - resolved "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz" - integrity sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g== - dependencies: - "@types/connect" "*" - "@types/node" "*" - -"@types/connect@*": - version "3.4.38" - resolved "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz" - integrity sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug== - dependencies: - "@types/node" "*" - -"@types/cookie@^0.6.0": - version "0.6.0" - resolved "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz" - integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA== - -"@types/d3-array@^3.0.3": - version "3.2.2" - resolved "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz" - integrity sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw== - -"@types/d3-color@*": - version "3.1.3" - resolved "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz" - integrity sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A== - -"@types/d3-ease@^3.0.0": - version "3.0.2" - resolved "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz" - integrity sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA== - -"@types/d3-interpolate@^3.0.1": - version "3.0.4" - resolved "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz" - integrity sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA== - dependencies: - "@types/d3-color" "*" - -"@types/d3-path@*": - version "3.1.1" - resolved "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz" - integrity sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg== - -"@types/d3-scale@^4.0.2": - version "4.0.9" - resolved "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz" - integrity sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw== - dependencies: - "@types/d3-time" "*" - -"@types/d3-shape@^3.1.0": - version "3.1.7" - resolved "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz" - integrity sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg== - dependencies: - "@types/d3-path" "*" - -"@types/d3-time@*", "@types/d3-time@^3.0.0": - version "3.0.4" - resolved "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz" - integrity sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g== - -"@types/d3-timer@^3.0.0": - version "3.0.2" - resolved "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz" - integrity sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw== - -"@types/estree@1.0.8": - version "1.0.8" - resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz" - integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w== - -"@types/express-serve-static-core@^4.17.33": - version "4.19.7" - resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.7.tgz" - integrity sha512-FvPtiIf1LfhzsaIXhv/PHan/2FeQBbtBDtfX2QfvPxdUelMDEckK08SM6nqo1MIZY3RUlfA+HV8+hFUSio78qg== - dependencies: - "@types/node" "*" - "@types/qs" "*" - "@types/range-parser" "*" - "@types/send" "*" - -"@types/express@^4.17.21": - version "4.17.23" - resolved "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz" - integrity sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ== - dependencies: - "@types/body-parser" "*" - "@types/express-serve-static-core" "^4.17.33" - "@types/qs" "*" - "@types/serve-static" "*" - -"@types/http-errors@*": - version "2.0.5" - resolved "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz" - integrity sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg== - -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": - version "2.0.6" - resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz" - integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w== - -"@types/istanbul-lib-report@*": - version "3.0.3" - resolved "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz" - integrity sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA== - dependencies: - "@types/istanbul-lib-coverage" "*" - -"@types/istanbul-reports@^3.0.0": - version "3.0.4" - resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz" - integrity sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ== - dependencies: - "@types/istanbul-lib-report" "*" - -"@types/json-schema@^7.0.9": - version "7.0.15" - resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" - integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== - -"@types/linkify-it@^5": - version "5.0.0" - resolved "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz" - integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q== - -"@types/lodash@^4.17.0": - version "4.17.20" - resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz" - integrity sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA== - -"@types/markdown-it@^14.0.0": - version "14.1.2" - resolved "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz" - integrity sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog== - dependencies: - "@types/linkify-it" "^5" - "@types/mdurl" "^2" - -"@types/mdurl@^2": - version "2.0.0" - resolved "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz" - integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg== - -"@types/mime@^1": - version "1.3.5" - resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz" - integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w== - -"@types/node@*", "@types/node@^18.0.0 || >=20.0.0", "@types/node@^20.12.2": - version "20.19.21" - resolved "https://registry.npmjs.org/@types/node/-/node-20.19.21.tgz" - integrity sha512-CsGG2P3I5y48RPMfprQGfy4JPRZ6csfC3ltBZSRItG3ngggmNY/qs2uZKp4p9VbrpqNNSMzUZNFZKzgOGnd/VA== - dependencies: - undici-types "~6.21.0" - -"@types/offscreencanvas@^2019.6.4": - version "2019.7.3" - resolved "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz" - integrity sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A== - -"@types/parse-json@^4.0.0": - version "4.0.2" - resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz" - integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw== - -"@types/prop-types@*": - version "15.7.15" - resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz" - integrity sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw== - -"@types/qs@*": - version "6.14.0" - resolved "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz" - integrity sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ== - -"@types/range-parser@*": - version "1.2.7" - resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz" - integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ== - -"@types/react-dom@^18.0.11": - version "18.3.7" - resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz" - integrity sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ== - -"@types/react@*", "@types/react@^18.0.0", "@types/react@^18.0.28": - version "18.3.26" - resolved "https://registry.npmjs.org/@types/react/-/react-18.3.26.tgz" - integrity sha512-RFA/bURkcKzx/X9oumPG9Vp3D3JUgus/d0b67KB0t5S/raciymilkOa66olh78MUI92QLbEJevO7rvqU/kjwKA== - dependencies: - "@types/prop-types" "*" - csstype "^3.0.2" - -"@types/semver@^7.3.12": - version "7.7.1" - resolved "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz" - integrity sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA== - -"@types/send@*": - version "1.2.0" - resolved "https://registry.npmjs.org/@types/send/-/send-1.2.0.tgz" - integrity sha512-zBF6vZJn1IaMpg3xUF25VK3gd3l8zwE0ZLRX7dsQyQi+jp4E8mMDJNGDYnYse+bQhYwWERTxVwHpi3dMOq7RKQ== - dependencies: - "@types/node" "*" - -"@types/send@<1": - version "0.17.5" - resolved "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz" - integrity sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w== - dependencies: - "@types/mime" "^1" - "@types/node" "*" - -"@types/serve-static@*": - version "1.15.9" - resolved "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.9.tgz" - integrity sha512-dOTIuqpWLyl3BBXU3maNQsS4A3zuuoYRNIvYSxxhebPfXg2mzWQEPne/nlJ37yOse6uGgR386uTpdsx4D0QZWA== - dependencies: - "@types/http-errors" "*" - "@types/node" "*" - "@types/send" "<1" - -"@types/use-sync-external-store@^0.0.6": - version "0.0.6" - resolved "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz" - integrity sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg== - -"@types/yargs-parser@*": - version "21.0.3" - resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz" - integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ== - -"@types/yargs@^17.0.8": - version "17.0.33" - resolved "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz" - integrity sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA== - dependencies: - "@types/yargs-parser" "*" - -"@typescript-eslint/eslint-plugin@^5.57.1": - version "5.62.0" - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz" - integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== - dependencies: - "@eslint-community/regexpp" "^4.4.0" - "@typescript-eslint/scope-manager" "5.62.0" - "@typescript-eslint/type-utils" "5.62.0" - "@typescript-eslint/utils" "5.62.0" - debug "^4.3.4" - graphemer "^1.4.0" - ignore "^5.2.0" - natural-compare-lite "^1.4.0" - semver "^7.3.7" - tsutils "^3.21.0" - -"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.57.1": - version "5.62.0" - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz" - integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== - dependencies: - "@typescript-eslint/scope-manager" "5.62.0" - "@typescript-eslint/types" "5.62.0" - "@typescript-eslint/typescript-estree" "5.62.0" - debug "^4.3.4" - -"@typescript-eslint/scope-manager@5.62.0": - version "5.62.0" - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz" - integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w== - dependencies: - "@typescript-eslint/types" "5.62.0" - "@typescript-eslint/visitor-keys" "5.62.0" - -"@typescript-eslint/type-utils@5.62.0": - version "5.62.0" - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz" - integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== - dependencies: - "@typescript-eslint/typescript-estree" "5.62.0" - "@typescript-eslint/utils" "5.62.0" - debug "^4.3.4" - tsutils "^3.21.0" - -"@typescript-eslint/types@5.62.0": - version "5.62.0" - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz" - integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== - -"@typescript-eslint/typescript-estree@5.62.0": - version "5.62.0" - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz" - integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA== - dependencies: - "@typescript-eslint/types" "5.62.0" - "@typescript-eslint/visitor-keys" "5.62.0" - debug "^4.3.4" - globby "^11.1.0" - is-glob "^4.0.3" - semver "^7.3.7" - tsutils "^3.21.0" - -"@typescript-eslint/utils@^5.61.0", "@typescript-eslint/utils@5.62.0": - version "5.62.0" - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz" - integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== - dependencies: - "@eslint-community/eslint-utils" "^4.2.0" - "@types/json-schema" "^7.0.9" - "@types/semver" "^7.3.12" - "@typescript-eslint/scope-manager" "5.62.0" - "@typescript-eslint/types" "5.62.0" - "@typescript-eslint/typescript-estree" "5.62.0" - eslint-scope "^5.1.1" - semver "^7.3.7" - -"@typescript-eslint/visitor-keys@5.62.0": - version "5.62.0" - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz" - integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw== - dependencies: - "@typescript-eslint/types" "5.62.0" - eslint-visitor-keys "^3.3.0" - -"@ungap/structured-clone@^1.2.0": - version "1.3.0" - resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz" - integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g== - -"@vitejs/plugin-react-swc@^3.9.0": - version "3.11.0" - resolved "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.11.0.tgz" - integrity sha512-YTJCGFdNMHCMfjODYtxRNVAYmTWQ1Lb8PulP/2/f/oEEtglw8oKxKIZmmRkyXrVrHfsKOaVkAc3NT9/dMutO5w== - dependencies: - "@rolldown/pluginutils" "1.0.0-beta.27" - "@swc/core" "^1.12.11" - -"@vitejs/plugin-react@^4.4.1": - version "4.7.0" - resolved "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz" - integrity sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA== - dependencies: - "@babel/core" "^7.28.0" - "@babel/plugin-transform-react-jsx-self" "^7.27.1" - "@babel/plugin-transform-react-jsx-source" "^7.27.1" - "@rolldown/pluginutils" "1.0.0-beta.27" - "@types/babel__core" "^7.20.5" - react-refresh "^0.17.0" - -"@web3-storage/multipart-parser@^1.0.0": - version "1.0.0" - resolved "https://registry.npmjs.org/@web3-storage/multipart-parser/-/multipart-parser-1.0.0.tgz" - integrity sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw== - -"@zxing/text-encoding@0.9.0": - version "0.9.0" - resolved "https://registry.npmjs.org/@zxing/text-encoding/-/text-encoding-0.9.0.tgz" - integrity sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA== - -abort-controller@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" - integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== - dependencies: - event-target-shim "^5.0.0" - -abs-svg-path@^0.1.1: - version "0.1.1" - resolved "https://registry.npmjs.org/abs-svg-path/-/abs-svg-path-0.1.1.tgz" - integrity sha512-d8XPSGjfyzlXC3Xx891DJRyZfqk5JU0BJrDQcsWomFIV1/BIzPW5HDH5iDdWpqWaav0YVIEzT1RHTwWr0FFshA== - -accepts@~1.3.8: - version "1.3.8" - resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" - integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== - dependencies: - mime-types "~2.1.34" - negotiator "0.6.3" - -acorn-jsx@^5.3.2: - version "5.3.2" - resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" - integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== - -"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", acorn@^8.9.0: - version "8.15.0" - resolved "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz" - integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg== - -ajv@^6.12.4: - version "6.12.6" - resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" - integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ansi-escapes@^4.2.1: - version "4.3.2" - resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" - integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== - dependencies: - type-fest "^0.21.3" - -ansi-regex@^5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - dependencies: - color-convert "^2.0.1" - -ansi-styles@^5.0.0: - version "5.2.0" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" - integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== - -anymatch@~3.1.1: - version "3.1.3" - resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" - integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -argparse@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" - integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== - -array-flatten@1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz" - integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== - -array-union@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" - integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" - integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== - -attr-accept@^2.2.4: - version "2.2.5" - resolved "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.5.tgz" - integrity sha512-0bDNnY/u6pPwHDMoF0FieU354oBi0a8rD9FcsLwzcGWbc8KS8KPIi7y+s13OlVY+gMWc/9xEMUgNE6Qm8ZllYQ== - -available-typed-arrays@^1.0.7: - version "1.0.7" - resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz" - integrity sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ== - dependencies: - possible-typed-array-names "^1.0.0" - -axios@^1.4.0: - version "1.12.2" - resolved "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz" - integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw== - dependencies: - follow-redirects "^1.15.6" - form-data "^4.0.4" - proxy-from-env "^1.1.0" - -babel-plugin-macros@^3.0.1, babel-plugin-macros@^3.1.0, "babel-plugin-macros@2 || 3": - version "3.1.0" - resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz" - integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== - dependencies: - "@babel/runtime" "^7.12.5" - cosmiconfig "^7.0.0" - resolve "^1.19.0" - -balanced-match@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== - -base64-js@^1.1.2, base64-js@^1.3.0, base64-js@^1.3.1: - version "1.5.1" - resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - -base64-js@0.0.8: - version "0.0.8" - resolved "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz" - integrity sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw== - -baseline-browser-mapping@^2.8.9: - version "2.8.16" - resolved "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz" - integrity sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw== - -bidi-js@^1.0.2: - version "1.0.3" - resolved "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz" - integrity sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw== - dependencies: - require-from-string "^2.0.2" - -binary-extensions@^2.0.0: - version "2.3.0" - resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" - integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== - -bl@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" - integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== - dependencies: - buffer "^5.5.0" - inherits "^2.0.4" - readable-stream "^3.4.0" - -body-parser@1.20.3: - version "1.20.3" - resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz" - integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g== - dependencies: - bytes "3.1.2" - content-type "~1.0.5" - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - http-errors "2.0.0" - iconv-lite "0.4.24" - on-finished "2.4.1" - qs "6.13.0" - raw-body "2.5.2" - type-is "~1.6.18" - unpipe "1.0.0" - -brace-expansion@^1.1.7: - version "1.1.12" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" - integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^3.0.3, braces@~3.0.2: - version "3.0.3" - resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" - integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== - dependencies: - fill-range "^7.1.1" - -brotli@^1.3.2: - version "1.3.3" - resolved "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz" - integrity sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg== - dependencies: - base64-js "^1.1.2" - -browserify-zlib@^0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz" - integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - dependencies: - pako "~1.0.5" - -browserslist@^4.24.0, "browserslist@>= 4.21.0": - version "4.26.3" - resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.26.3.tgz" - integrity sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w== - dependencies: - baseline-browser-mapping "^2.8.9" - caniuse-lite "^1.0.30001746" - electron-to-chromium "^1.5.227" - node-releases "^2.0.21" - update-browserslist-db "^1.1.3" - -buffer-from@^1.0.0: - version "1.1.2" - resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" - integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== - -buffer@^5.5.0: - version "5.7.1" - resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" - integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -bytes@3.1.2: - version "3.1.2" - resolved "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" - integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== - -cac@^6.7.14: - version "6.7.14" - resolved "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz" - integrity sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ== - -call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" - integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ== - dependencies: - es-errors "^1.3.0" - function-bind "^1.1.2" - -call-bind@^1.0.8: - version "1.0.8" - resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz" - integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww== - dependencies: - call-bind-apply-helpers "^1.0.0" - es-define-property "^1.0.0" - get-intrinsic "^1.2.4" - set-function-length "^1.2.2" - -call-bound@^1.0.2, call-bound@^1.0.4: - version "1.0.4" - resolved "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" - integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg== - dependencies: - call-bind-apply-helpers "^1.0.2" - get-intrinsic "^1.3.0" - -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - -camelcase-css@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz" - integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== - -camelcase@^6.2.0: - version "6.3.0" - resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" - integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== - -caniuse-lite@^1.0.30001746: - version "1.0.30001751" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz" - integrity sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw== - -chalk@^4.0.0, chalk@^4.1.0: - version "4.1.2" - resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -chardet@^0.7.0: - version "0.7.0" - resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz" - integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - -chokidar@^4.0.0: - version "4.0.3" - resolved "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" - integrity sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA== - dependencies: - readdirp "^4.0.1" - -chokidar@3.5.1: - version "3.5.1" - resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz" - integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== - dependencies: - anymatch "~3.1.1" - braces "~3.0.2" - glob-parent "~5.1.0" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.5.0" - optionalDependencies: - fsevents "~2.3.1" - -chroma-js@^3.1.2, chroma-js@>=2.4.2: - version "3.1.2" - resolved "https://registry.npmjs.org/chroma-js/-/chroma-js-3.1.2.tgz" - integrity sha512-IJnETTalXbsLx1eKEgx19d5L6SRM7cH4vINw/99p/M11HCuXGRWL+6YmCm7FWFGIo6dtWuQoQi1dc5yQ7ESIHg== - -classnames@^2.3.2: - version "2.5.1" - resolved "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz" - integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow== - -cli-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" - integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - dependencies: - restore-cursor "^3.1.0" - -cli-spinners@^2.5.0: - version "2.9.2" - resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz" - integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== - -cli-table@^0.3.11: - version "0.3.11" - resolved "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz" - integrity sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ== - dependencies: - colors "1.0.3" - -cli-width@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz" - integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== - -cliui@^8.0.1: - version "8.0.1" - resolved "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" - integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.1" - wrap-ansi "^7.0.0" - -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" - integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== - -clone@^2.1.2: - version "2.1.2" - resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz" - integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w== - -clsx@^2.0.0, clsx@^2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz" - integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA== - -collect.js@^4.36.1: - version "4.36.1" - resolved "https://registry.npmjs.org/collect.js/-/collect.js-4.36.1.tgz" - integrity sha512-jd97xWPKgHn6uvK31V6zcyPd40lUJd7gpYxbN2VOVxGWO4tyvS9Li4EpsFjXepGTo2tYcOTC4a8YsbQXMJ4XUw== - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@^1.0.0, color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -color-string@^1.9.1: - version "1.9.1" - resolved "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz" - integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== - dependencies: - color-name "^1.0.0" - simple-swizzle "^0.2.2" - -colors@1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz" - integrity sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw== - -combined-stream@^1.0.8: - version "1.0.8" - resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -commander@^10.0.0: - version "10.0.1" - resolved "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz" - integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== - -compressible@~2.0.18: - version "2.0.18" - resolved "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz" - integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== - dependencies: - mime-db ">= 1.43.0 < 2" - -compression@^1.7.4: - version "1.8.1" - resolved "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz" - integrity sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w== - dependencies: - bytes "3.1.2" - compressible "~2.0.18" - debug "2.6.9" - negotiator "~0.6.4" - on-headers "~1.1.0" - safe-buffer "5.2.1" - vary "~1.1.2" - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" - integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== - -content-disposition@0.5.4: - version "0.5.4" - resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz" - integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== - dependencies: - safe-buffer "5.2.1" - -content-type@~1.0.4, content-type@~1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" - integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== - -convert-source-map@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" - integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== - -cookie-parser@^1.4.6: - version "1.4.7" - resolved "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz" - integrity sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw== - dependencies: - cookie "0.7.2" - cookie-signature "1.0.6" - -cookie-signature@^1.1.0: - version "1.2.2" - resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz" - integrity sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg== - -cookie-signature@1.0.6: - version "1.0.6" - resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" - integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ== - -cookie@^0.7.2, cookie@0.7.2: - version "0.7.2" - resolved "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz" - integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w== - -cookie@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz" - integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA== - -cookie@0.7.1: - version "0.7.1" - resolved "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz" - integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w== - -cosmiconfig@^7.0.0: - version "7.1.0" - resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz" - integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA== - dependencies: - "@types/parse-json" "^4.0.0" - import-fresh "^3.2.1" - parse-json "^5.0.0" - path-type "^4.0.0" - yaml "^1.10.0" - -cosmiconfig@^8.0.0: - version "8.3.6" - resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz" - integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA== - dependencies: - import-fresh "^3.3.0" - js-yaml "^4.1.0" - parse-json "^5.2.0" - path-type "^4.0.0" - -crelt@^1.0.0: - version "1.0.6" - resolved "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz" - integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g== - -cross-env@^7.0.3: - version "7.0.3" - resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz" - integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw== - dependencies: - cross-spawn "^7.0.1" - -cross-fetch@^3.1.5: - version "3.2.0" - resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz" - integrity sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q== - dependencies: - node-fetch "^2.7.0" - -cross-spawn@^7.0.1, cross-spawn@^7.0.2: - version "7.0.6" - resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" - integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -crypto-js@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz" - integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q== - -cssesc@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" - integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - -csstype@^3.0.2: - version "3.1.3" - resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" - integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== - -d3-array@^3.1.6, "d3-array@2 - 3", "d3-array@2.10.0 - 3": - version "3.2.4" - resolved "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz" - integrity sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg== - dependencies: - internmap "1 - 2" - -"d3-color@1 - 3": - version "3.1.0" - resolved "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz" - integrity sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA== - -d3-ease@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz" - integrity sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w== - -"d3-format@1 - 3": - version "3.1.0" - resolved "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz" - integrity sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA== - -d3-interpolate@^3.0.1, "d3-interpolate@1.2.0 - 3": - version "3.0.1" - resolved "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz" - integrity sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g== - dependencies: - d3-color "1 - 3" - -d3-path@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz" - integrity sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ== - -d3-scale@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz" - integrity sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ== - dependencies: - d3-array "2.10.0 - 3" - d3-format "1 - 3" - d3-interpolate "1.2.0 - 3" - d3-time "2.1.1 - 3" - d3-time-format "2 - 4" - -d3-shape@^3.1.0: - version "3.2.0" - resolved "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz" - integrity sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA== - dependencies: - d3-path "^3.1.0" - -"d3-time-format@2 - 4": - version "4.1.0" - resolved "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz" - integrity sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg== - dependencies: - d3-time "1 - 3" - -d3-time@^3.0.0, "d3-time@1 - 3", "d3-time@2.1.1 - 3": - version "3.1.0" - resolved "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz" - integrity sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q== - dependencies: - d3-array "2 - 3" - -d3-timer@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz" - integrity sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA== - -data-uri-to-buffer@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz" - integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og== - -date-fns@^3.6.0: - version "3.6.0" - resolved "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz" - integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww== - -dayjs@^1.11.8, dayjs@>=1.0.0: - version "1.11.18" - resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz" - integrity sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA== - -debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: - version "4.4.3" - resolved "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" - integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== - dependencies: - ms "^2.1.3" - -debug@2.6.9: - version "2.6.9" - resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -decimal.js-light@^2.4.1: - version "2.5.1" - resolved "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz" - integrity sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg== - -decode-uri-component@^0.4.1: - version "0.4.1" - resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.4.1.tgz" - integrity sha512-+8VxcR21HhTy8nOt6jf20w0c9CADrw1O8d+VZ/YzzCt4bJ3uBjw+D1q2osAB8RnpwwaeYBxy0HyKQxD5JBMuuQ== - -deep-is@^0.1.3: - version "0.1.4" - resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" - integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== - -defaults@^1.0.3: - version "1.0.4" - resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz" - integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== - dependencies: - clone "^1.0.2" - -define-data-property@^1.1.4: - version "1.1.4" - resolved "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" - integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A== - dependencies: - es-define-property "^1.0.0" - es-errors "^1.3.0" - gopd "^1.0.1" - -define-lazy-prop@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" - integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" - integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== - -depd@2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" - integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== - -destroy@1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" - integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== - -detect-libc@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz" - integrity sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg== - -detect-node-es@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz" - integrity sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ== - -dfa@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz" - integrity sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q== - -dir-glob@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" - integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - dependencies: - path-type "^4.0.0" - -doctrine@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" - integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - dependencies: - esutils "^2.0.2" - -dom-helpers@^5.0.1: - version "5.2.1" - resolved "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz" - integrity sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA== - dependencies: - "@babel/runtime" "^7.8.7" - csstype "^3.0.2" - -dotenv@^16.4.7: - version "16.6.1" - resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz" - integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow== - -dunder-proto@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" - integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A== - dependencies: - call-bind-apply-helpers "^1.0.1" - es-errors "^1.3.0" - gopd "^1.2.0" - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" - integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== - -electron-to-chromium@^1.5.227: - version "1.5.237" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.237.tgz" - integrity sha512-icUt1NvfhGLar5lSWH3tHNzablaA5js3HVHacQimfP8ViEBOQv+L7DKEuHdbTZ0SKCO1ogTJTIL1Gwk9S6Qvcg== - -embla-carousel-react@>=8.0.0: - version "8.6.0" - resolved "https://registry.npmjs.org/embla-carousel-react/-/embla-carousel-react-8.6.0.tgz" - integrity sha512-0/PjqU7geVmo6F734pmPqpyHqiM99olvyecY7zdweCw+6tKEXnrE90pBiBbMMU8s5tICemzpQ3hi5EpxzGW+JA== - dependencies: - embla-carousel "8.6.0" - embla-carousel-reactive-utils "8.6.0" - -embla-carousel-reactive-utils@8.6.0: - version "8.6.0" - resolved "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz" - integrity sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A== - -embla-carousel@>=8.0.0, embla-carousel@8.6.0: - version "8.6.0" - resolved "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz" - integrity sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA== - -emoji-regex@^10.3.0: - version "10.6.0" - resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz" - integrity sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" - integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== - -encodeurl@~2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" - integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== - -entities@^4.4.0: - version "4.5.0" - resolved "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" - integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== - -error-ex@^1.3.1: - version "1.3.4" - resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz" - integrity sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ== - dependencies: - is-arrayish "^0.2.1" - -es-define-property@^1.0.0, es-define-property@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" - integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g== - -es-errors@^1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" - integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== - -es-object-atoms@^1.0.0, es-object-atoms@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" - integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA== - dependencies: - es-errors "^1.3.0" - -es-set-tostringtag@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" - integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA== - dependencies: - es-errors "^1.3.0" - get-intrinsic "^1.2.6" - has-tostringtag "^1.0.2" - hasown "^2.0.2" - -esbuild@^0.17.10: - version "0.17.19" - resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz" - integrity sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw== - optionalDependencies: - "@esbuild/android-arm" "0.17.19" - "@esbuild/android-arm64" "0.17.19" - "@esbuild/android-x64" "0.17.19" - "@esbuild/darwin-arm64" "0.17.19" - "@esbuild/darwin-x64" "0.17.19" - "@esbuild/freebsd-arm64" "0.17.19" - "@esbuild/freebsd-x64" "0.17.19" - "@esbuild/linux-arm" "0.17.19" - "@esbuild/linux-arm64" "0.17.19" - "@esbuild/linux-ia32" "0.17.19" - "@esbuild/linux-loong64" "0.17.19" - "@esbuild/linux-mips64el" "0.17.19" - "@esbuild/linux-ppc64" "0.17.19" - "@esbuild/linux-riscv64" "0.17.19" - "@esbuild/linux-s390x" "0.17.19" - "@esbuild/linux-x64" "0.17.19" - "@esbuild/netbsd-x64" "0.17.19" - "@esbuild/openbsd-x64" "0.17.19" - "@esbuild/sunos-x64" "0.17.19" - "@esbuild/win32-arm64" "0.17.19" - "@esbuild/win32-ia32" "0.17.19" - "@esbuild/win32-x64" "0.17.19" - -esbuild@^0.21.3: - version "0.21.5" - resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz" - integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw== - optionalDependencies: - "@esbuild/aix-ppc64" "0.21.5" - "@esbuild/android-arm" "0.21.5" - "@esbuild/android-arm64" "0.21.5" - "@esbuild/android-x64" "0.21.5" - "@esbuild/darwin-arm64" "0.21.5" - "@esbuild/darwin-x64" "0.21.5" - "@esbuild/freebsd-arm64" "0.21.5" - "@esbuild/freebsd-x64" "0.21.5" - "@esbuild/linux-arm" "0.21.5" - "@esbuild/linux-arm64" "0.21.5" - "@esbuild/linux-ia32" "0.21.5" - "@esbuild/linux-loong64" "0.21.5" - "@esbuild/linux-mips64el" "0.21.5" - "@esbuild/linux-ppc64" "0.21.5" - "@esbuild/linux-riscv64" "0.21.5" - "@esbuild/linux-s390x" "0.21.5" - "@esbuild/linux-x64" "0.21.5" - "@esbuild/netbsd-x64" "0.21.5" - "@esbuild/openbsd-x64" "0.21.5" - "@esbuild/sunos-x64" "0.21.5" - "@esbuild/win32-arm64" "0.21.5" - "@esbuild/win32-ia32" "0.21.5" - "@esbuild/win32-x64" "0.21.5" - -escalade@^3.1.1, escalade@^3.2.0: - version "3.2.0" - resolved "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" - integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== - -escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" - integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" - integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== - -escape-string-regexp@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" - integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== - -eslint-plugin-lingui@^0.2.0: - version "0.2.2" - resolved "https://registry.npmjs.org/eslint-plugin-lingui/-/eslint-plugin-lingui-0.2.2.tgz" - integrity sha512-orWu6o/IkCckLD0owLt+8fKy6SsIqIR9kz2L36KbCuAIfWg3dLRWC+XvuqQWEgJ4raRt+eoomTMunUJiBeogDQ== - dependencies: - "@typescript-eslint/utils" "^5.61.0" - -eslint-plugin-react-hooks@^4.6.0: - version "4.6.2" - resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz" - integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== - -eslint-plugin-react-refresh@^0.3.4: - version "0.3.5" - resolved "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.3.5.tgz" - integrity sha512-61qNIsc7fo9Pp/mju0J83kzvLm0Bsayu7OQSLEoJxLDCBjIIyb87bkzufoOvdDxLkSlMfkF7UxomC4+eztUBSA== - -eslint-scope@^5.1.1: - version "5.1.1" - resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" - integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - dependencies: - esrecurse "^4.3.0" - estraverse "^4.1.1" - -eslint-scope@^7.2.2: - version "7.2.2" - resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz" - integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== - dependencies: - esrecurse "^4.3.0" - estraverse "^5.2.0" - -eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: - version "3.4.3" - resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" - integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== - -eslint@*, "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", "eslint@^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", eslint@^8.38.0, eslint@>=7: - version "8.57.1" - resolved "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz" - integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA== - dependencies: - "@eslint-community/eslint-utils" "^4.2.0" - "@eslint-community/regexpp" "^4.6.1" - "@eslint/eslintrc" "^2.1.4" - "@eslint/js" "8.57.1" - "@humanwhocodes/config-array" "^0.13.0" - "@humanwhocodes/module-importer" "^1.0.1" - "@nodelib/fs.walk" "^1.2.8" - "@ungap/structured-clone" "^1.2.0" - ajv "^6.12.4" - chalk "^4.0.0" - cross-spawn "^7.0.2" - debug "^4.3.2" - doctrine "^3.0.0" - escape-string-regexp "^4.0.0" - eslint-scope "^7.2.2" - eslint-visitor-keys "^3.4.3" - espree "^9.6.1" - esquery "^1.4.2" - esutils "^2.0.2" - fast-deep-equal "^3.1.3" - file-entry-cache "^6.0.1" - find-up "^5.0.0" - glob-parent "^6.0.2" - globals "^13.19.0" - graphemer "^1.4.0" - ignore "^5.2.0" - imurmurhash "^0.1.4" - is-glob "^4.0.0" - is-path-inside "^3.0.3" - js-yaml "^4.1.0" - json-stable-stringify-without-jsonify "^1.0.1" - levn "^0.4.1" - lodash.merge "^4.6.2" - minimatch "^3.1.2" - natural-compare "^1.4.0" - optionator "^0.9.3" - strip-ansi "^6.0.1" - text-table "^0.2.0" - -espree@^9.6.0, espree@^9.6.1: - version "9.6.1" - resolved "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" - integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== - dependencies: - acorn "^8.9.0" - acorn-jsx "^5.3.2" - eslint-visitor-keys "^3.4.1" - -esquery@^1.4.2: - version "1.6.0" - resolved "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz" - integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg== - dependencies: - estraverse "^5.1.0" - -esrecurse@^4.3.0: - version "4.3.0" - resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" - integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - dependencies: - estraverse "^5.2.0" - -estraverse@^4.1.1: - version "4.3.0" - resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -estraverse@^5.1.0: - version "5.3.0" - resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" - integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== - -estraverse@^5.2.0: - version "5.3.0" - resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" - integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== - -esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -etag@~1.8.1: - version "1.8.1" - resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" - integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== - -event-target-shim@^5.0.0: - version "5.0.1" - resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" - integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== - -eventemitter3@^4.0.1: - version "4.0.7" - resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" - integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - -events@^3.3.0: - version "3.3.0" - resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz" - integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== - -express@^4.19.2: - version "4.21.2" - resolved "https://registry.npmjs.org/express/-/express-4.21.2.tgz" - integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA== - dependencies: - accepts "~1.3.8" - array-flatten "1.1.1" - body-parser "1.20.3" - content-disposition "0.5.4" - content-type "~1.0.4" - cookie "0.7.1" - cookie-signature "1.0.6" - debug "2.6.9" - depd "2.0.0" - encodeurl "~2.0.0" - escape-html "~1.0.3" - etag "~1.8.1" - finalhandler "1.3.1" - fresh "0.5.2" - http-errors "2.0.0" - merge-descriptors "1.0.3" - methods "~1.1.2" - on-finished "2.4.1" - parseurl "~1.3.3" - path-to-regexp "0.1.12" - proxy-addr "~2.0.7" - qs "6.13.0" - range-parser "~1.2.1" - safe-buffer "5.2.1" - send "0.19.0" - serve-static "1.16.2" - setprototypeof "1.2.0" - statuses "2.0.1" - type-is "~1.6.18" - utils-merge "1.0.1" - vary "~1.1.2" - -external-editor@^3.0.3: - version "3.1.0" - resolved "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz" - integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - dependencies: - chardet "^0.7.0" - iconv-lite "^0.4.24" - tmp "^0.0.33" - -fast-deep-equal@^3, fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: - version "3.1.3" - resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" - integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - -fast-equals@^5.0.1: - version "5.3.2" - resolved "https://registry.npmjs.org/fast-equals/-/fast-equals-5.3.2.tgz" - integrity sha512-6rxyATwPCkaFIL3JLqw8qXqMpIZ942pTX/tbQFkRsDGblS8tNGtlUauA/+mt6RUfqn/4MoEr+WDkYoIQbibWuQ== - -fast-glob@^3.2.7, fast-glob@^3.2.9: - version "3.3.3" - resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" - integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== - dependencies: - "@nodelib/fs.stat" "^2.0.2" - "@nodelib/fs.walk" "^1.2.3" - glob-parent "^5.1.2" - merge2 "^1.3.0" - micromatch "^4.0.8" - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -fast-levenshtein@^2.0.6: - version "2.0.6" - resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" - integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== - -fastq@^1.6.0: - version "1.19.1" - resolved "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz" - integrity sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ== - dependencies: - reusify "^1.0.4" - -fdir@^6.5.0: - version "6.5.0" - resolved "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" - integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg== - -figures@^3.0.0: - version "3.2.0" - resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz" - integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== - dependencies: - escape-string-regexp "^1.0.5" - -file-entry-cache@^6.0.1: - version "6.0.1" - resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" - integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== - dependencies: - flat-cache "^3.0.4" - -file-selector@^2.1.0: - version "2.1.2" - resolved "https://registry.npmjs.org/file-selector/-/file-selector-2.1.2.tgz" - integrity sha512-QgXo+mXTe8ljeqUFaX3QVHc5osSItJ/Km+xpocx0aSqWGMSCf6qYs/VnzZgS864Pjn5iceMRFigeAV7AfTlaig== - dependencies: - tslib "^2.7.0" - -fill-range@^7.1.1: - version "7.1.1" - resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" - integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== - dependencies: - to-regex-range "^5.0.1" - -filter-obj@^5.1.0: - version "5.1.0" - resolved "https://registry.npmjs.org/filter-obj/-/filter-obj-5.1.0.tgz" - integrity sha512-qWeTREPoT7I0bifpPUXtxkZJ1XJzxWtfoWWkdVGqa+eCr3SHW/Ocp89o8vLvbUuQnadybJpjOKu4V+RwO6sGng== - -finalhandler@1.3.1: - version "1.3.1" - resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz" - integrity sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ== - dependencies: - debug "2.6.9" - encodeurl "~2.0.0" - escape-html "~1.0.3" - on-finished "2.4.1" - parseurl "~1.3.3" - statuses "2.0.1" - unpipe "~1.0.0" - -find-up@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz" - integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - dependencies: - locate-path "^3.0.0" - -find-up@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" - integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== - dependencies: - locate-path "^6.0.0" - path-exists "^4.0.0" - -flat-cache@^3.0.4: - version "3.2.0" - resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz" - integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== - dependencies: - flatted "^3.2.9" - keyv "^4.5.3" - rimraf "^3.0.2" - -flatted@^3.2.9: - version "3.3.3" - resolved "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz" - integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg== - -follow-redirects@^1.15.6: - version "1.15.11" - resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz" - integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ== - -fontkit@^2.0.2: - version "2.0.4" - resolved "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz" - integrity sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g== - dependencies: - "@swc/helpers" "^0.5.12" - brotli "^1.3.2" - clone "^2.1.2" - dfa "^1.2.0" - fast-deep-equal "^3.1.3" - restructure "^3.0.0" - tiny-inflate "^1.0.3" - unicode-properties "^1.4.0" - unicode-trie "^2.0.0" - -for-each@^0.3.5: - version "0.3.5" - resolved "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz" - integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg== - dependencies: - is-callable "^1.2.7" - -form-data@^4.0.4: - version "4.0.4" - resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz" - integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.8" - es-set-tostringtag "^2.1.0" - hasown "^2.0.2" - mime-types "^2.1.12" - -forwarded@0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" - integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" - integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" - integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== - -function-bind@^1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" - integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== - -generator-function@^2.0.0: - version "2.0.1" - resolved "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz" - integrity sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g== - -gensync@^1.0.0-beta.2: - version "1.0.0-beta.2" - resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" - integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - -get-caller-file@^2.0.5: - version "2.0.5" - resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" - integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ== - dependencies: - call-bind-apply-helpers "^1.0.2" - es-define-property "^1.0.1" - es-errors "^1.3.0" - es-object-atoms "^1.1.1" - function-bind "^1.1.2" - get-proto "^1.0.1" - gopd "^1.2.0" - has-symbols "^1.1.0" - hasown "^2.0.2" - math-intrinsics "^1.1.0" - -get-nonce@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz" - integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q== - -get-proto@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" - integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g== - dependencies: - dunder-proto "^1.0.1" - es-object-atoms "^1.0.0" - -glob-parent@^5.1.2, glob-parent@~5.1.0: - version "5.1.2" - resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" - integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== - dependencies: - is-glob "^4.0.1" - -glob-parent@^6.0.2: - version "6.0.2" - resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" - integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== - dependencies: - is-glob "^4.0.3" - -glob@^7.1.3, glob@^7.1.4: - version "7.2.3" - resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" - integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.1.1" - once "^1.3.0" - path-is-absolute "^1.0.0" - -globals@^13.19.0: - version "13.24.0" - resolved "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" - integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== - dependencies: - type-fest "^0.20.2" - -globby@^11.1.0: - version "11.1.0" - resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" - integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== - dependencies: - array-union "^2.1.0" - dir-glob "^3.0.1" - fast-glob "^3.2.9" - ignore "^5.2.0" - merge2 "^1.4.1" - slash "^3.0.0" - -gopd@^1.0.1, gopd@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" - integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg== - -graphemer@^1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" - integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-property-descriptors@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" - integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg== - dependencies: - es-define-property "^1.0.0" - -has-symbols@^1.0.3, has-symbols@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" - integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ== - -has-tostringtag@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" - integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== - dependencies: - has-symbols "^1.0.3" - -hasown@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" - integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== - dependencies: - function-bind "^1.1.2" - -hsl-to-hex@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/hsl-to-hex/-/hsl-to-hex-1.0.0.tgz" - integrity sha512-K6GVpucS5wFf44X0h2bLVRDsycgJmf9FF2elg+CrqD8GcFU8c6vYhgXn8NjUkFCwj+xDFb70qgLbTUm6sxwPmA== - dependencies: - hsl-to-rgb-for-reals "^1.1.0" - -hsl-to-rgb-for-reals@^1.1.0: - version "1.1.1" - resolved "https://registry.npmjs.org/hsl-to-rgb-for-reals/-/hsl-to-rgb-for-reals-1.1.1.tgz" - integrity sha512-LgOWAkrN0rFaQpfdWBQlv/VhkOxb5AsBjk6NQVx4yEzWS923T07X0M1Y0VNko2H52HeSpZrZNNMJ0aFqsdVzQg== - -http-errors@2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" - integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== - dependencies: - depd "2.0.0" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses "2.0.1" - toidentifier "1.0.1" - -hyphen@^1.6.4: - version "1.10.6" - resolved "https://registry.npmjs.org/hyphen/-/hyphen-1.10.6.tgz" - integrity sha512-fXHXcGFTXOvZTSkPJuGOQf5Lv5T/R2itiiCVPg9LxAje5D00O0pP83yJShFq5V89Ly//Gt6acj7z8pbBr34stw== - -iconv-lite@^0.4.24, iconv-lite@0.4.24: - version "0.4.24" - resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -ieee754@^1.1.13: - version "1.2.1" - resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - -ignore@^5.2.0: - version "5.3.2" - resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" - integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== - -immutable@^5.0.2: - version "5.1.4" - resolved "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz" - integrity sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA== - -import-fresh@^3.2.1, import-fresh@^3.3.0: - version "3.3.1" - resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz" - integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -import-from-esm@^1.3.3: - version "1.3.4" - resolved "https://registry.npmjs.org/import-from-esm/-/import-from-esm-1.3.4.tgz" - integrity sha512-7EyUlPFC0HOlBDpUFGfYstsU7XHxZJKAAMzCT8wZ0hMW7b+hG51LIKTDcsgtz8Pu6YC0HqRVbX+rVUtsGMUKvg== - dependencies: - debug "^4.3.4" - import-meta-resolve "^4.0.0" - -import-meta-resolve@^4.0.0: - version "4.2.0" - resolved "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz" - integrity sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg== - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" - integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" - integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3, inherits@2, inherits@2.0.4: - version "2.0.4" - resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -inquirer@^7.3.3: - version "7.3.3" - resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz" - integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== - dependencies: - ansi-escapes "^4.2.1" - chalk "^4.1.0" - cli-cursor "^3.1.0" - cli-width "^3.0.0" - external-editor "^3.0.3" - figures "^3.0.0" - lodash "^4.17.19" - mute-stream "0.0.8" - run-async "^2.4.0" - rxjs "^6.6.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - through "^2.3.6" - -"internmap@1 - 2": - version "2.0.3" - resolved "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz" - integrity sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg== - -invariant@^2.2.4: - version "2.2.4" - resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz" - integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - dependencies: - loose-envify "^1.0.0" - -ipaddr.js@1.9.1: - version "1.9.1" - resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz" - integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== - -is-arguments@^1.0.4: - version "1.2.0" - resolved "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz" - integrity sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA== - dependencies: - call-bound "^1.0.2" - has-tostringtag "^1.0.2" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" - integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== - -is-arrayish@^0.3.1: - version "0.3.4" - resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz" - integrity sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA== - -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - -is-callable@^1.2.7: - version "1.2.7" - resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz" - integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== - -is-core-module@^2.16.0: - version "2.16.1" - resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz" - integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== - dependencies: - hasown "^2.0.2" - -is-docker@^2.0.0, is-docker@^2.1.1: - version "2.2.1" - resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" - integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== - -is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" - integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-generator-function@^1.0.7: - version "1.1.2" - resolved "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz" - integrity sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA== - dependencies: - call-bound "^1.0.4" - generator-function "^2.0.0" - get-proto "^1.0.1" - has-tostringtag "^1.0.2" - safe-regex-test "^1.1.0" - -is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: - version "4.0.3" - resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" - integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== - dependencies: - is-extglob "^2.1.1" - -is-interactive@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz" - integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-path-inside@^3.0.3: - version "3.0.3" - resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" - integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== - -is-regex@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz" - integrity sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g== - dependencies: - call-bound "^1.0.2" - gopd "^1.2.0" - has-tostringtag "^1.0.2" - hasown "^2.0.2" - -is-typed-array@^1.1.3: - version "1.1.15" - resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz" - integrity sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ== - dependencies: - which-typed-array "^1.1.16" - -is-unicode-supported@^0.1.0: - version "0.1.0" - resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" - integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== - -is-url@^1.2.4: - version "1.2.4" - resolved "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz" - integrity sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww== - -is-wsl@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" - integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - dependencies: - is-docker "^2.0.0" - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" - integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== - -jay-peg@^1.0.2, jay-peg@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/jay-peg/-/jay-peg-1.1.1.tgz" - integrity sha512-D62KEuBxz/ip2gQKOEhk/mx14o7eiFRaU+VNNSP4MOiIkwb/D6B3G1Mfas7C/Fit8EsSV2/IWjZElx/Gs6A4ww== - dependencies: - restructure "^3.0.0" - -jest-get-type@^29.6.3: - version "29.6.3" - resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz" - integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw== - -jest-validate@^29.4.3: - version "29.7.0" - resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz" - integrity sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw== - dependencies: - "@jest/types" "^29.6.3" - camelcase "^6.2.0" - chalk "^4.0.0" - jest-get-type "^29.6.3" - leven "^3.1.0" - pretty-format "^29.7.0" - -jiti@^1.17.1: - version "1.21.7" - resolved "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz" - integrity sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A== - -js-sha256@^0.10.1: - version "0.10.1" - resolved "https://registry.npmjs.org/js-sha256/-/js-sha256-0.10.1.tgz" - integrity sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw== - -"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-yaml@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== - dependencies: - argparse "^2.0.1" - -jsesc@^3.0.2: - version "3.1.0" - resolved "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" - integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== - -json-buffer@3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" - integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== - -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-stable-stringify-without-jsonify@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" - integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== - -json5@^2.2.3: - version "2.2.3" - resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" - integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== - -keyv@^4.5.3: - version "4.5.4" - resolved "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" - integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== - dependencies: - json-buffer "3.0.1" - -klona@^2.0.6: - version "2.0.6" - resolved "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz" - integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA== - -leven@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz" - integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - -levn@^0.4.1: - version "0.4.1" - resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" - integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== - dependencies: - prelude-ls "^1.2.1" - type-check "~0.4.0" - -linebreak@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/linebreak/-/linebreak-1.1.0.tgz" - integrity sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ== - dependencies: - base64-js "0.0.8" - unicode-trie "^2.0.0" - -lines-and-columns@^1.1.6: - version "1.2.4" - resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" - integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== - -linkify-it@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz" - integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ== - dependencies: - uc.micro "^2.0.0" - -linkifyjs@^4.3.2: - version "4.3.2" - resolved "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz" - integrity sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA== - -locate-path@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz" - integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - dependencies: - p-locate "^3.0.0" - path-exists "^3.0.0" - -locate-path@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" - integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== - dependencies: - p-locate "^5.0.0" - -lodash.get@^4.4.2: - version "4.4.2" - resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz" - integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ== - -lodash.merge@^4.6.2: - version "4.6.2" - resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" - integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== - -lodash.sortby@^4.7.0: - version "4.7.0" - resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz" - integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA== - -lodash@^4.17.19, lodash@^4.17.21: - version "4.17.21" - resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -log-symbols@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" - integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== - dependencies: - chalk "^4.1.0" - is-unicode-supported "^0.1.0" - -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - dependencies: - js-tokens "^3.0.0 || ^4.0.0" - -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - -markdown-it@^14.0.0: - version "14.1.0" - resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz" - integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg== - dependencies: - argparse "^2.0.1" - entities "^4.4.0" - linkify-it "^5.0.0" - mdurl "^2.0.0" - punycode.js "^2.3.1" - uc.micro "^2.1.0" - -math-intrinsics@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" - integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== - -mdurl@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz" - integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w== - -media-engine@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/media-engine/-/media-engine-1.0.3.tgz" - integrity sha512-aa5tG6sDoK+k70B9iEX1NeyfT8ObCKhNDs6lJVpwF6r8vhUfuKMslIcirq6HIUYuuUYLefcEQOn9bSBOvawtwg== - -media-typer@0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" - integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== - -merge-descriptors@1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz" - integrity sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ== - -merge2@^1.3.0, merge2@^1.4.1: - version "1.4.1" - resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" - integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - -methods@~1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" - integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w== - -micromatch@^4.0.2, micromatch@^4.0.5, micromatch@^4.0.8: - version "4.0.8" - resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" - integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== - dependencies: - braces "^3.0.3" - picomatch "^2.3.1" - -"mime-db@>= 1.43.0 < 2": - version "1.54.0" - resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" - integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ== - -mime-db@1.52.0: - version "1.52.0" - resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" - integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== - -mime-types@^2.1.12, mime-types@~2.1.24, mime-types@~2.1.34: - version "2.1.35" - resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" - integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== - dependencies: - mime-db "1.52.0" - -mime@1.6.0: - version "1.6.0" - resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -mimic-fn@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: - version "3.1.2" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -moo@^0.5.1: - version "0.5.2" - resolved "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz" - integrity sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q== - -mrmime@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz" - integrity sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw== - -mrmime@^2.0.0: - version "2.0.1" - resolved "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz" - integrity sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ== - -ms@^2.1.3, ms@2.1.3: - version "2.1.3" - resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" - integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== - -mute-stream@0.0.8: - version "0.0.8" - resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz" - integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - -nanoid@^3.3.11: - version "3.3.11" - resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz" - integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== - -natural-compare-lite@^1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz" - integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== - -natural-compare@^1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" - integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== - -negotiator@~0.6.4: - version "0.6.4" - resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz" - integrity sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w== - -negotiator@0.6.3: - version "0.6.3" - resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" - integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== - -node-addon-api@^7.0.0: - version "7.1.1" - resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" - integrity sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ== - -node-fetch@^2.7.0: - version "2.7.0" - resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" - integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== - dependencies: - whatwg-url "^5.0.0" - -node-releases@^2.0.21: - version "2.0.25" - resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.25.tgz" - integrity sha512-4auku8B/vw5psvTiiN9j1dAOsXvMoGqJuKJcR+dTdqiXEK20mMTk1UEo3HS16LeGQsVG6+qKTPM9u/qQ2LqATA== - -normalize-path@^3.0.0, normalize-path@~3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -normalize-svg-path@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/normalize-svg-path/-/normalize-svg-path-1.1.0.tgz" - integrity sha512-r9KHKG2UUeB5LoTouwDzBy2VxXlHsiM6fyLQvnJa0S5hrhzqElH/CH7TUGhT1fVvIYBIKf3OpY4YJ4CK+iaqHg== - dependencies: - svg-arc-to-cubic-bezier "^3.0.0" - -object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" - integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== - -object-inspect@^1.13.3: - version "1.13.4" - resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz" - integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew== - -on-finished@2.4.1: - version "2.4.1" - resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" - integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== - dependencies: - ee-first "1.1.1" - -on-headers@~1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz" - integrity sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A== - -once@^1.3.0: - version "1.4.0" - resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz" - integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== - dependencies: - wrappy "1" - -onetime@^5.1.0: - version "5.1.2" - resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" - integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - dependencies: - mimic-fn "^2.1.0" - -open@^8.4.0: - version "8.4.2" - resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz" - integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== - dependencies: - define-lazy-prop "^2.0.0" - is-docker "^2.1.1" - is-wsl "^2.2.0" - -optionator@^0.9.3: - version "0.9.4" - resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" - integrity sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g== - dependencies: - deep-is "^0.1.3" - fast-levenshtein "^2.0.6" - levn "^0.4.1" - prelude-ls "^1.2.1" - type-check "^0.4.0" - word-wrap "^1.2.5" - -ora@^5.1.0: - version "5.4.1" - resolved "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz" - integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== - dependencies: - bl "^4.1.0" - chalk "^4.1.0" - cli-cursor "^3.1.0" - cli-spinners "^2.5.0" - is-interactive "^1.0.0" - is-unicode-supported "^0.1.0" - log-symbols "^4.1.0" - strip-ansi "^6.0.0" - wcwidth "^1.0.1" - -orderedmap@^2.0.0: - version "2.1.1" - resolved "https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz" - integrity sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g== - -os-tmpdir@~1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" - integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== - -p-limit@^2.0.0: - version "2.3.0" - resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - dependencies: - p-try "^2.0.0" - -p-limit@^3.0.2: - version "3.1.0" - resolved "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" - integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== - dependencies: - yocto-queue "^0.1.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz" - integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - dependencies: - p-limit "^2.0.0" - -p-locate@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" - integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== - dependencies: - p-limit "^3.0.2" - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -pako@^0.2.5: - version "0.2.9" - resolved "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz" - integrity sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA== - -pako@~1.0.5: - version "1.0.11" - resolved "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz" - integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - -parent-module@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" - -parse-json@^5.0.0, parse-json@^5.2.0: - version "5.2.0" - resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" - integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -parse-svg-path@^0.1.2: - version "0.1.2" - resolved "https://registry.npmjs.org/parse-svg-path/-/parse-svg-path-0.1.2.tgz" - integrity sha512-JyPSBnkTJ0AI8GGJLfMXvKq42cj5c006fnLz6fXy6zfoVjJizi8BNTpu8on8ziI1cKy9d9DGNuY17Ce7wuejpQ== - -parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz" - integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ== - -path-exists@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" - integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" - integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== - -path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-parse@^1.0.7: - version "1.0.7" - resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - -path-to-regexp@0.1.12: - version "0.1.12" - resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz" - integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ== - -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - -pathe@^1.1.0: - version "1.1.2" - resolved "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" - integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ== - -picocolors@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" - integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== - -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: - version "2.3.1" - resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== - -"picomatch@^3 || ^4", picomatch@^4.0.3: - version "4.0.3" - resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz" - integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q== - -picomatch@^4.0.2: - version "4.0.3" - resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz" - integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q== - -pkg-up@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz" - integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== - dependencies: - find-up "^3.0.0" - -pofile@^1.1.4: - version "1.1.4" - resolved "https://registry.npmjs.org/pofile/-/pofile-1.1.4.tgz" - integrity sha512-r6Q21sKsY1AjTVVjOuU02VYKVNQGJNQHjTIvs4dEbeuuYfxgYk/DGD2mqqq4RDaVkwdSq0VEtmQUOPe/wH8X3g== - -possible-typed-array-names@^1.0.0: - version "1.1.0" - resolved "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz" - integrity sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg== - -postcss-js@^4.0.1: - version "4.1.0" - resolved "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz" - integrity sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw== - dependencies: - camelcase-css "^2.0.1" - -postcss-mixins@^12.0.0: - version "12.1.2" - resolved "https://registry.npmjs.org/postcss-mixins/-/postcss-mixins-12.1.2.tgz" - integrity sha512-90pSxmZVfbX9e5xCv7tI5RV1mnjdf16y89CJKbf/hD7GyOz1FCxcYMl8ZYA8Hc56dbApTKKmU9HfvgfWdCxlwg== - dependencies: - postcss-js "^4.0.1" - postcss-simple-vars "^7.0.1" - sugarss "^5.0.0" - tinyglobby "^0.2.14" - -postcss-nested@^7.0.2: - version "7.0.2" - resolved "https://registry.npmjs.org/postcss-nested/-/postcss-nested-7.0.2.tgz" - integrity sha512-5osppouFc0VR9/VYzYxO03VaDa3e8F23Kfd6/9qcZTUI8P58GIYlArOET2Wq0ywSl2o2PjELhYOFI4W7l5QHKw== - dependencies: - postcss-selector-parser "^7.0.0" - -postcss-preset-mantine@^1.6.0: - version "1.18.0" - resolved "https://registry.npmjs.org/postcss-preset-mantine/-/postcss-preset-mantine-1.18.0.tgz" - integrity sha512-sP6/s1oC7cOtBdl4mw/IRKmKvYTuzpRrH/vT6v9enMU/EQEQ31eQnHcWtFghOXLH87AAthjL/Q75rLmin1oZoA== - dependencies: - postcss-mixins "^12.0.0" - postcss-nested "^7.0.2" - -postcss-selector-parser@^7.0.0: - version "7.1.0" - resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz" - integrity sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA== - dependencies: - cssesc "^3.0.0" - util-deprecate "^1.0.2" - -postcss-simple-vars@^7.0.1: - version "7.0.1" - resolved "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-7.0.1.tgz" - integrity sha512-5GLLXaS8qmzHMOjVxqkk1TZPf1jMqesiI7qLhnlyERalG0sMbHIbJqrcnrpmZdKCLglHnRHoEBB61RtGTsj++A== - -postcss-value-parser@^4.1.0: - version "4.2.0" - resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" - integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== - -postcss@^8.2.1, postcss@^8.2.14, postcss@^8.3.3, postcss@^8.4.21, postcss@^8.4.24, postcss@^8.4.43, postcss@>=8.0.0: - version "8.5.6" - resolved "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz" - integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg== - dependencies: - nanoid "^3.3.11" - picocolors "^1.1.1" - source-map-js "^1.2.1" - -prelude-ls@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" - integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== - -pretty-format@^29.7.0: - version "29.7.0" - resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz" - integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ== - dependencies: - "@jest/schemas" "^29.6.3" - ansi-styles "^5.0.0" - react-is "^18.0.0" - -prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1: - version "15.8.1" - resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz" - integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== - dependencies: - loose-envify "^1.4.0" - object-assign "^4.1.1" - react-is "^16.13.1" - -prosemirror-changeset@^2.3.0: - version "2.3.1" - resolved "https://registry.npmjs.org/prosemirror-changeset/-/prosemirror-changeset-2.3.1.tgz" - integrity sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ== - dependencies: - prosemirror-transform "^1.0.0" - -prosemirror-collab@^1.3.1: - version "1.3.1" - resolved "https://registry.npmjs.org/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz" - integrity sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ== - dependencies: - prosemirror-state "^1.0.0" - -prosemirror-commands@^1.0.0, prosemirror-commands@^1.6.2: - version "1.7.1" - resolved "https://registry.npmjs.org/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz" - integrity sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w== - dependencies: - prosemirror-model "^1.0.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.10.2" - -prosemirror-dropcursor@^1.8.1: - version "1.8.2" - resolved "https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz" - integrity sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw== - dependencies: - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - prosemirror-view "^1.1.0" - -prosemirror-gapcursor@^1.3.2: - version "1.4.0" - resolved "https://registry.npmjs.org/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.0.tgz" - integrity sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ== - dependencies: - prosemirror-keymap "^1.0.0" - prosemirror-model "^1.0.0" - prosemirror-state "^1.0.0" - prosemirror-view "^1.0.0" - -prosemirror-history@^1.0.0, prosemirror-history@^1.4.1: - version "1.4.1" - resolved "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.4.1.tgz" - integrity sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ== - dependencies: - prosemirror-state "^1.2.2" - prosemirror-transform "^1.0.0" - prosemirror-view "^1.31.0" - rope-sequence "^1.3.0" - -prosemirror-inputrules@^1.4.0: - version "1.5.1" - resolved "https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz" - integrity sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw== - dependencies: - prosemirror-state "^1.0.0" - prosemirror-transform "^1.0.0" - -prosemirror-keymap@^1.0.0, prosemirror-keymap@^1.2.2: - version "1.2.3" - resolved "https://registry.npmjs.org/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz" - integrity sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw== - dependencies: - prosemirror-state "^1.0.0" - w3c-keyname "^2.2.0" - -prosemirror-markdown@^1.13.1: - version "1.13.2" - resolved "https://registry.npmjs.org/prosemirror-markdown/-/prosemirror-markdown-1.13.2.tgz" - integrity sha512-FPD9rHPdA9fqzNmIIDhhnYQ6WgNoSWX9StUZ8LEKapaXU9i6XgykaHKhp6XMyXlOWetmaFgGDS/nu/w9/vUc5g== - dependencies: - "@types/markdown-it" "^14.0.0" - markdown-it "^14.0.0" - prosemirror-model "^1.25.0" - -prosemirror-menu@^1.2.4: - version "1.2.5" - resolved "https://registry.npmjs.org/prosemirror-menu/-/prosemirror-menu-1.2.5.tgz" - integrity sha512-qwXzynnpBIeg1D7BAtjOusR+81xCp53j7iWu/IargiRZqRjGIlQuu1f3jFi+ehrHhWMLoyOQTSRx/IWZJqOYtQ== - dependencies: - crelt "^1.0.0" - prosemirror-commands "^1.0.0" - prosemirror-history "^1.0.0" - prosemirror-state "^1.0.0" - -prosemirror-model@^1.0.0, prosemirror-model@^1.20.0, prosemirror-model@^1.21.0, prosemirror-model@^1.22.1, prosemirror-model@^1.23.0, prosemirror-model@^1.25.0: - version "1.25.3" - resolved "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.3.tgz" - integrity sha512-dY2HdaNXlARknJbrManZ1WyUtos+AP97AmvqdOQtWtrrC5g4mohVX5DTi9rXNFSk09eczLq9GuNTtq3EfMeMGA== - dependencies: - orderedmap "^2.0.0" - -prosemirror-schema-basic@^1.2.3: - version "1.2.4" - resolved "https://registry.npmjs.org/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz" - integrity sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ== - dependencies: - prosemirror-model "^1.25.0" - -prosemirror-schema-list@^1.4.1: - version "1.5.1" - resolved "https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz" - integrity sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q== - dependencies: - prosemirror-model "^1.0.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.7.3" - -prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, prosemirror-state@^1.4.2, prosemirror-state@^1.4.3: - version "1.4.3" - resolved "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.3.tgz" - integrity sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q== - dependencies: - prosemirror-model "^1.0.0" - prosemirror-transform "^1.0.0" - prosemirror-view "^1.27.0" - -prosemirror-tables@^1.6.4: - version "1.8.1" - resolved "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.8.1.tgz" - integrity sha512-DAgDoUYHCcc6tOGpLVPSU1k84kCUWTWnfWX3UDy2Delv4ryH0KqTD6RBI6k4yi9j9I8gl3j8MkPpRD/vWPZbug== - dependencies: - prosemirror-keymap "^1.2.2" - prosemirror-model "^1.25.0" - prosemirror-state "^1.4.3" - prosemirror-transform "^1.10.3" - prosemirror-view "^1.39.1" - -prosemirror-trailing-node@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz" - integrity sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ== - dependencies: - "@remirror/core-constants" "3.0.0" - escape-string-regexp "^4.0.0" - -prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0, prosemirror-transform@^1.10.2, prosemirror-transform@^1.10.3, prosemirror-transform@^1.7.3: - version "1.10.4" - resolved "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.10.4.tgz" - integrity sha512-pwDy22nAnGqNR1feOQKHxoFkkUtepoFAd3r2hbEDsnf4wp57kKA36hXsB3njA9FtONBEwSDnDeCiJe+ItD+ykw== - dependencies: - prosemirror-model "^1.21.0" - -prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.27.0, prosemirror-view@^1.31.0, prosemirror-view@^1.33.8, prosemirror-view@^1.37.0, prosemirror-view@^1.39.1: - version "1.41.3" - resolved "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.41.3.tgz" - integrity sha512-SqMiYMUQNNBP9kfPhLO8WXEk/fon47vc52FQsUiJzTBuyjKgEcoAwMyF04eQ4WZ2ArMn7+ReypYL60aKngbACQ== - dependencies: - prosemirror-model "^1.20.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - -proxy-addr@~2.0.7: - version "2.0.7" - resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz" - integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== - dependencies: - forwarded "0.2.0" - ipaddr.js "1.9.1" - -proxy-from-env@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" - integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== - -pseudolocale@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/pseudolocale/-/pseudolocale-2.1.0.tgz" - integrity sha512-af5fsrRvVwD+MBasBJvuDChT0KDqT0nEwD9NTgbtHJ16FKomWac9ua0z6YVNB4G9x9IOaiGWym62aby6n4tFMA== - dependencies: - commander "^10.0.0" - -punycode.js@^2.3.1: - version "2.3.1" - resolved "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz" - integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== - -punycode@^2.1.0: - version "2.3.1" - resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" - integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== - -qr-scanner@^1.4.2: - version "1.4.2" - resolved "https://registry.npmjs.org/qr-scanner/-/qr-scanner-1.4.2.tgz" - integrity sha512-kV1yQUe2FENvn59tMZW6mOVfpq9mGxGf8l6+EGaXUOd4RBOLg7tRC83OrirM5AtDvZRpdjdlXURsHreAOSPOUw== - dependencies: - "@types/offscreencanvas" "^2019.6.4" - -qr.js@0.0.0: - version "0.0.0" - resolved "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz" - integrity sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ== - -qs@6.13.0: - version "6.13.0" - resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz" - integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== - dependencies: - side-channel "^1.0.6" - -query-string@^8.1.0: - version "8.2.0" - resolved "https://registry.npmjs.org/query-string/-/query-string-8.2.0.tgz" - integrity sha512-tUZIw8J0CawM5wyGBiDOAp7ObdRQh4uBor/fUR9ZjmbZVvw95OD9If4w3MQxr99rg0DJZ/9CIORcpEqU5hQG7g== - dependencies: - decode-uri-component "^0.4.1" - filter-obj "^5.1.0" - split-on-first "^3.0.0" - -queue-microtask@^1.2.2: - version "1.2.3" - resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" - integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== - -queue@^6.0.1: - version "6.0.2" - resolved "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz" - integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA== - dependencies: - inherits "~2.0.3" - -ramda@^0.27.1: - version "0.27.2" - resolved "https://registry.npmjs.org/ramda/-/ramda-0.27.2.tgz" - integrity sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA== - -range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -raw-body@2.5.2: - version "2.5.2" - resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz" - integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA== - dependencies: - bytes "3.1.2" - http-errors "2.0.0" - iconv-lite "0.4.24" - unpipe "1.0.0" - -"react-dom@^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom@^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom@^17.0.0 || ^18.0.0 || ^19.0.0", react-dom@^18.2.0, "react-dom@^18.x || ^19.x", react-dom@>=16.6.0, react-dom@>=16.8, react-dom@>=16.8.0, react-dom@>=17.0.0, react-dom@>=18: - version "18.3.1" - resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz" - integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== - dependencies: - loose-envify "^1.1.0" - scheduler "^0.23.2" - -react-dropzone@14.3.8: - version "14.3.8" - resolved "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.3.8.tgz" - integrity sha512-sBgODnq+lcA4P296DY4wacOZz3JFpD99fp+hb//iBO2HHnyeZU3FwWyXJ6salNpqQdsZrgMrotuko/BdJMV8Ug== - dependencies: - attr-accept "^2.2.4" - file-selector "^2.1.0" - prop-types "^15.8.1" - -react-fast-compare@^3.2.2: - version "3.2.2" - resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz" - integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ== - -react-helmet-async@^2.0.4: - version "2.0.5" - resolved "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.5.tgz" - integrity sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg== - dependencies: - invariant "^2.2.4" - react-fast-compare "^3.2.2" - shallowequal "^1.1.0" - -react-is@^16.13.1: - version "16.13.1" - resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" - integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - -react-is@^18.0.0, react-is@^18.3.1: - version "18.3.1" - resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" - integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== - -react-number-format@^5.4.4: - version "5.4.4" - resolved "https://registry.npmjs.org/react-number-format/-/react-number-format-5.4.4.tgz" - integrity sha512-wOmoNZoOpvMminhifQYiYSTCLUDOiUbBunrMrMjA+dV52sY+vck1S4UhR6PkgnoCquvvMSeJjErXZ4qSaWCliA== - -react-qr-code@^2.0.12: - version "2.0.18" - resolved "https://registry.npmjs.org/react-qr-code/-/react-qr-code-2.0.18.tgz" - integrity sha512-v1Jqz7urLMhkO6jkgJuBYhnqvXagzceg3qJUWayuCK/c6LTIonpWbwxR1f1APGd4xrW/QcQEovNrAojbUz65Tg== - dependencies: - prop-types "^15.8.1" - qr.js "0.0.0" - -react-refresh@^0.17.0: - version "0.17.0" - resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz" - integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ== - -react-remove-scroll-bar@^2.3.7: - version "2.3.8" - resolved "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz" - integrity sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q== - dependencies: - react-style-singleton "^2.2.2" - tslib "^2.0.0" - -react-remove-scroll@^2.7.1: - version "2.7.1" - resolved "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.1.tgz" - integrity sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA== - dependencies: - react-remove-scroll-bar "^2.3.7" - react-style-singleton "^2.2.3" - tslib "^2.1.0" - use-callback-ref "^1.3.3" - use-sidecar "^1.1.3" - -react-router-dom@^7.1.5: - version "7.9.4" - resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.4.tgz" - integrity sha512-f30P6bIkmYvnHHa5Gcu65deIXoA2+r3Eb6PJIAddvsT9aGlchMatJ51GgpU470aSqRRbFX22T70yQNUGuW3DfA== - dependencies: - react-router "7.9.4" - -react-router@^7.1.5, react-router@7.9.4: - version "7.9.4" - resolved "https://registry.npmjs.org/react-router/-/react-router-7.9.4.tgz" - integrity sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA== - dependencies: - cookie "^1.0.1" - set-cookie-parser "^2.6.0" - -react-smooth@^4.0.4: - version "4.0.4" - resolved "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz" - integrity sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q== - dependencies: - fast-equals "^5.0.1" - prop-types "^15.8.1" - react-transition-group "^4.4.5" - -react-style-singleton@^2.2.2, react-style-singleton@^2.2.3: - version "2.2.3" - resolved "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz" - integrity sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ== - dependencies: - get-nonce "^1.0.0" - tslib "^2.0.0" - -react-textarea-autosize@8.5.9: - version "8.5.9" - resolved "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.9.tgz" - integrity sha512-U1DGlIQN5AwgjTyOEnI1oCcMuEr1pv1qOtklB2l4nyMGbHzWrI0eFsYK0zos2YWqAolJyG0IWJaqWmWj5ETh0A== - dependencies: - "@babel/runtime" "^7.20.13" - use-composed-ref "^1.3.0" - use-latest "^1.2.1" - -react-transition-group@^4.4.5, react-transition-group@4.4.5: - version "4.4.5" - resolved "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz" - integrity sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g== - dependencies: - "@babel/runtime" "^7.5.5" - dom-helpers "^5.0.1" - loose-envify "^1.4.0" - prop-types "^15.6.2" - -react@*, "react@^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react@^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react@^16.6.0 || ^17.0.0 || ^18.0.0", "react@^16.8.0 || ^17.0.0 || ^18.0.0", "react@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc", "react@^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc", "react@^17.0.0 || ^18.0.0 || ^19.0.0", "react@^18 || ^19", react@^18.2.0, react@^18.3.1, "react@^18.x || ^19.x", "react@>= 16", "react@>= 16.8 || 18.0.0", react@>=16.6.0, react@>=16.8, react@>=16.8.0, react@>=17.0.0, react@>=18: - version "18.3.1" - resolved "https://registry.npmjs.org/react/-/react-18.3.1.tgz" - integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== - dependencies: - loose-envify "^1.1.0" - -readable-stream@^3.4.0: - version "3.6.2" - resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" - integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readdirp@^4.0.1: - version "4.1.2" - resolved "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" - integrity sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg== - -readdirp@~3.5.0: - version "3.5.0" - resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz" - integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== - dependencies: - picomatch "^2.2.1" - -recharts-scale@^0.4.4: - version "0.4.5" - resolved "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz" - integrity sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w== - dependencies: - decimal.js-light "^2.4.1" - -recharts@>=2.13.3, recharts@2: - version "2.15.4" - resolved "https://registry.npmjs.org/recharts/-/recharts-2.15.4.tgz" - integrity sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw== - dependencies: - clsx "^2.0.0" - eventemitter3 "^4.0.1" - lodash "^4.17.21" - react-is "^18.3.1" - react-smooth "^4.0.4" - recharts-scale "^0.4.4" - tiny-invariant "^1.3.1" - victory-vendor "^36.6.8" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" - integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== - -require-from-string@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" - integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== - -resolve-from@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - -resolve@^1.19.0: - version "1.22.10" - resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz" - integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== - dependencies: - is-core-module "^2.16.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -restore-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" - integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - dependencies: - onetime "^5.1.0" - signal-exit "^3.0.2" - -restructure@^3.0.0: - version "3.0.2" - resolved "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz" - integrity sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw== - -reusify@^1.0.4: - version "1.1.0" - resolved "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz" - integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw== - -rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -rollup-plugin-visualizer@^5.11.0: - version "5.14.0" - resolved "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.14.0.tgz" - integrity sha512-VlDXneTDaKsHIw8yzJAFWtrzguoJ/LnQ+lMpoVfYJ3jJF4Ihe5oYLAqLklIK/35lgUY+1yEzCkHyZ1j4A5w5fA== - dependencies: - open "^8.4.0" - picomatch "^4.0.2" - source-map "^0.7.4" - yargs "^17.5.1" - -rollup@^4.20.0, "rollup@2.x || 3.x || 4.x": - version "4.52.4" - resolved "https://registry.npmjs.org/rollup/-/rollup-4.52.4.tgz" - integrity sha512-CLEVl+MnPAiKh5pl4dEWSyMTpuflgNQiLGhMv8ezD5W/qP8AKvmYpCOKRRNOh7oRKnauBZ4SyeYkMS+1VSyKwQ== - dependencies: - "@types/estree" "1.0.8" - optionalDependencies: - "@rollup/rollup-android-arm-eabi" "4.52.4" - "@rollup/rollup-android-arm64" "4.52.4" - "@rollup/rollup-darwin-arm64" "4.52.4" - "@rollup/rollup-darwin-x64" "4.52.4" - "@rollup/rollup-freebsd-arm64" "4.52.4" - "@rollup/rollup-freebsd-x64" "4.52.4" - "@rollup/rollup-linux-arm-gnueabihf" "4.52.4" - "@rollup/rollup-linux-arm-musleabihf" "4.52.4" - "@rollup/rollup-linux-arm64-gnu" "4.52.4" - "@rollup/rollup-linux-arm64-musl" "4.52.4" - "@rollup/rollup-linux-loong64-gnu" "4.52.4" - "@rollup/rollup-linux-ppc64-gnu" "4.52.4" - "@rollup/rollup-linux-riscv64-gnu" "4.52.4" - "@rollup/rollup-linux-riscv64-musl" "4.52.4" - "@rollup/rollup-linux-s390x-gnu" "4.52.4" - "@rollup/rollup-linux-x64-gnu" "4.52.4" - "@rollup/rollup-linux-x64-musl" "4.52.4" - "@rollup/rollup-openharmony-arm64" "4.52.4" - "@rollup/rollup-win32-arm64-msvc" "4.52.4" - "@rollup/rollup-win32-ia32-msvc" "4.52.4" - "@rollup/rollup-win32-x64-gnu" "4.52.4" - "@rollup/rollup-win32-x64-msvc" "4.52.4" - fsevents "~2.3.2" - -rope-sequence@^1.3.0: - version "1.3.4" - resolved "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz" - integrity sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ== - -run-async@^2.4.0: - version "2.4.1" - resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz" - integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== - -run-parallel@^1.1.9: - version "1.2.0" - resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" - integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== - dependencies: - queue-microtask "^1.2.2" - -rxjs@^6.6.0: - version "6.6.7" - resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz" - integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== - dependencies: - tslib "^1.9.0" - -safe-buffer@~5.2.0, safe-buffer@5.2.1: - version "5.2.1" - resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -safe-regex-test@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz" - integrity sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw== - dependencies: - call-bound "^1.0.2" - es-errors "^1.3.0" - is-regex "^1.2.1" - -"safer-buffer@>= 2.1.2 < 3": - version "2.1.2" - resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sass@*, sass@^1.89.0: - version "1.93.2" - resolved "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz" - integrity sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg== - dependencies: - chokidar "^4.0.0" - immutable "^5.0.2" - source-map-js ">=0.6.2 <2.0.0" - optionalDependencies: - "@parcel/watcher" "^2.4.1" - -scheduler@^0.17.0: - version "0.17.0" - resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.17.0.tgz" - integrity sha512-7rro8Io3tnCPuY4la/NuI5F2yfESpnfZyT6TtkXnSWVkcu0BCDJ+8gk5ozUaFaxpIyNuWAPXrH0yFcSi28fnDA== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -scheduler@^0.23.2: - version "0.23.2" - resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz" - integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== - dependencies: - loose-envify "^1.1.0" - -semver@^6.3.1: - version "6.3.1" - resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" - integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== - -semver@^7.3.7: - version "7.7.3" - resolved "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz" - integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== - -send@0.19.0: - version "0.19.0" - resolved "https://registry.npmjs.org/send/-/send-0.19.0.tgz" - integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw== - dependencies: - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "2.0.0" - mime "1.6.0" - ms "2.1.3" - on-finished "2.4.1" - range-parser "~1.2.1" - statuses "2.0.1" - -serve-static@1.16.2: - version "1.16.2" - resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz" - integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw== - dependencies: - encodeurl "~2.0.0" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.19.0" - -set-cookie-parser@^2.4.8, set-cookie-parser@^2.6.0: - version "2.7.1" - resolved "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz" - integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ== - -set-function-length@^1.2.2: - version "1.2.2" - resolved "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" - integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg== - dependencies: - define-data-property "^1.1.4" - es-errors "^1.3.0" - function-bind "^1.1.2" - get-intrinsic "^1.2.4" - gopd "^1.0.1" - has-property-descriptors "^1.0.2" - -setprototypeof@1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" - integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== - -shallowequal@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz" - integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -side-channel-list@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz" - integrity sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA== - dependencies: - es-errors "^1.3.0" - object-inspect "^1.13.3" - -side-channel-map@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz" - integrity sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA== - dependencies: - call-bound "^1.0.2" - es-errors "^1.3.0" - get-intrinsic "^1.2.5" - object-inspect "^1.13.3" - -side-channel-weakmap@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" - integrity sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A== - dependencies: - call-bound "^1.0.2" - es-errors "^1.3.0" - get-intrinsic "^1.2.5" - object-inspect "^1.13.3" - side-channel-map "^1.0.1" - -side-channel@^1.0.6: - version "1.1.0" - resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz" - integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw== - dependencies: - es-errors "^1.3.0" - object-inspect "^1.13.3" - side-channel-list "^1.0.0" - side-channel-map "^1.0.1" - side-channel-weakmap "^1.0.2" - -signal-exit@^3.0.2: - version "3.0.7" - resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - -simple-swizzle@^0.2.2: - version "0.2.4" - resolved "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz" - integrity sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw== - dependencies: - is-arrayish "^0.3.1" - -sirv@^2.0.4: - version "2.0.4" - resolved "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz" - integrity sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ== - dependencies: - "@polka/url" "^1.0.0-next.24" - mrmime "^2.0.0" - totalist "^3.0.0" - -slash@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" - integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - -source-map-js@^1.2.1, "source-map-js@>=0.6.2 <2.0.0": - version "1.2.1" - resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" - integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== - -source-map-support@^0.5.21: - version "0.5.21" - resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" - integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map@^0.6.0: - version "0.6.1" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -source-map@^0.7.3: - version "0.7.6" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz" - integrity sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ== - -source-map@^0.7.4: - version "0.7.6" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz" - integrity sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ== - -source-map@^0.8.0-beta.0: - version "0.8.0-beta.0" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz" - integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== - dependencies: - whatwg-url "^7.0.0" - -split-on-first@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/split-on-first/-/split-on-first-3.0.0.tgz" - integrity sha512-qxQJTx2ryR0Dw0ITYyekNQWpz6f8dGd7vffGNflQQ3Iqj9NJ6qiZ7ELpZsJ/QBhIVAiDfXdag3+Gp8RvWa62AA== - -statuses@2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz" - integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== - -stream-slice@^0.1.2: - version "0.1.2" - resolved "https://registry.npmjs.org/stream-slice/-/stream-slice-0.1.2.tgz" - integrity sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA== - -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-json-comments@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" - integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - -sugarss@*, sugarss@^5.0.0: - version "5.0.1" - resolved "https://registry.npmjs.org/sugarss/-/sugarss-5.0.1.tgz" - integrity sha512-ctS5RYCBVvPoZAnzIaX5QSShK8ZiZxD5HUqSxlusvEMC+QZQIPCPOIJg6aceFX+K2rf4+SH89eu++h1Zmsr2nw== - -supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - dependencies: - has-flag "^4.0.0" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - -svg-arc-to-cubic-bezier@^3.0.0, svg-arc-to-cubic-bezier@^3.2.0: - version "3.2.0" - resolved "https://registry.npmjs.org/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.2.0.tgz" - integrity sha512-djbJ/vZKZO+gPoSDThGNpKDO+o+bAeA4XQKovvkNCqnIS2t+S4qnLAGQhyyrulhCFRl1WWzAp0wUDV8PpTVU3g== - -tabbable@^6.0.0: - version "6.2.0" - resolved "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz" - integrity sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew== - -text-table@^0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" - integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== - -through@^2.3.6: - version "2.3.8" - resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" - integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== - -tiny-inflate@^1.0.0, tiny-inflate@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz" - integrity sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw== - -tiny-invariant@^1.3.1: - version "1.3.3" - resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz" - integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg== - -tinyglobby@^0.2.14: - version "0.2.15" - resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz" - integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ== - dependencies: - fdir "^6.5.0" - picomatch "^4.0.3" - -tippy.js@^6.3.7: - version "6.3.7" - resolved "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz" - integrity sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ== - dependencies: - "@popperjs/core" "^2.9.0" - -tmp@^0.0.33: - version "0.0.33" - resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" - integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - dependencies: - os-tmpdir "~1.0.2" - -tmp@^0.2.1: - version "0.2.5" - resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz" - integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow== - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -toidentifier@1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" - integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== - -totalist@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz" - integrity sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ== - -tr46@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz" - integrity sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA== - dependencies: - punycode "^2.1.0" - -tr46@~0.0.3: - version "0.0.3" - resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" - integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== - -tslib@^1.8.1: - version "1.14.1" - resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - -tslib@^1.9.0: - version "1.14.1" - resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - -tslib@^2.0.0, tslib@^2.1.0, tslib@^2.7.0, tslib@^2.8.0: - version "2.8.1" - resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" - integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== - -tsutils@^3.21.0: - version "3.21.0" - resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz" - integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== - dependencies: - tslib "^1.8.1" - -turbo-stream@2.4.1: - version "2.4.1" - resolved "https://registry.npmjs.org/turbo-stream/-/turbo-stream-2.4.1.tgz" - integrity sha512-v8kOJXpG3WoTN/+at8vK7erSzo6nW6CIaeOvNOkHQVDajfz1ZVeSxCbc6tOH4hrGZW7VUCV0TOXd8CPzYnYkrw== - -type-check@^0.4.0, type-check@~0.4.0: - version "0.4.0" - resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" - integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== - dependencies: - prelude-ls "^1.2.1" - -type-fest@^0.20.2: - version "0.20.2" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" - integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== - -type-fest@^0.21.3: - version "0.21.3" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" - integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== - -type-fest@^4.41.0: - version "4.41.0" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz" - integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA== - -type-is@~1.6.18: - version "1.6.18" - resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" - integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - dependencies: - media-typer "0.3.0" - mime-types "~2.1.24" - -typescript@^5.1.0, typescript@^5.8.3, "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>=4.9.5: - version "5.9.3" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz" - integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== - -uc.micro@^2.0.0, uc.micro@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz" - integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A== - -undici-types@~6.21.0: - version "6.21.0" - resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" - integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== - -undici@^6.21.2: - version "6.22.0" - resolved "https://registry.npmjs.org/undici/-/undici-6.22.0.tgz" - integrity sha512-hU/10obOIu62MGYjdskASR3CUAiYaFTtC9Pa6vHyf//mAipSvSQg6od2CnJswq7fvzNS3zJhxoRkgNVaHurWKw== - -unicode-properties@^1.4.0, unicode-properties@^1.4.1: - version "1.4.1" - resolved "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz" - integrity sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg== - dependencies: - base64-js "^1.3.0" - unicode-trie "^2.0.0" - -unicode-trie@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz" - integrity sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ== - dependencies: - pako "^0.2.5" - tiny-inflate "^1.0.0" - -unpipe@~1.0.0, unpipe@1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" - integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== - -unraw@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/unraw/-/unraw-3.0.0.tgz" - integrity sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg== - -update-browserslist-db@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz" - integrity sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw== - dependencies: - escalade "^3.2.0" - picocolors "^1.1.1" - -uri-js@^4.2.2: - version "4.4.1" - resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" - integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== - dependencies: - punycode "^2.1.0" - -use-callback-ref@^1.3.3: - version "1.3.3" - resolved "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz" - integrity sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg== - dependencies: - tslib "^2.0.0" - -use-composed-ref@^1.3.0: - version "1.4.0" - resolved "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.4.0.tgz" - integrity sha512-djviaxuOOh7wkj0paeO1Q/4wMZ8Zrnag5H6yBvzN7AKKe8beOaED9SF5/ByLqsku8NP4zQqsvM2u3ew/tJK8/w== - -use-isomorphic-layout-effect@^1.1.1: - version "1.2.1" - resolved "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.1.tgz" - integrity sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA== - -use-latest@^1.2.1: - version "1.3.0" - resolved "https://registry.npmjs.org/use-latest/-/use-latest-1.3.0.tgz" - integrity sha512-mhg3xdm9NaM8q+gLT8KryJPnRFOz1/5XPBhmDEVZK1webPzDjrPk7f/mbpeLqTgB9msytYWANxgALOCJKnLvcQ== - dependencies: - use-isomorphic-layout-effect "^1.1.1" - -use-sidecar@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz" - integrity sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ== - dependencies: - detect-node-es "^1.1.0" - tslib "^2.0.0" - -use-sync-external-store@^1: - version "1.6.0" - resolved "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz" - integrity sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w== - -util-deprecate@^1.0.1, util-deprecate@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" - integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== - -util@^0.12.3: - version "0.12.5" - resolved "https://registry.npmjs.org/util/-/util-0.12.5.tgz" - integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA== - dependencies: - inherits "^2.0.3" - is-arguments "^1.0.4" - is-generator-function "^1.0.7" - is-typed-array "^1.1.3" - which-typed-array "^1.1.2" - -utils-merge@1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" - integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== - -vary@~1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" - integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== - -victory-vendor@^36.6.8: - version "36.9.2" - resolved "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz" - integrity sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ== - dependencies: - "@types/d3-array" "^3.0.3" - "@types/d3-ease" "^3.0.0" - "@types/d3-interpolate" "^3.0.1" - "@types/d3-scale" "^4.0.2" - "@types/d3-shape" "^3.1.0" - "@types/d3-time" "^3.0.0" - "@types/d3-timer" "^3.0.0" - d3-array "^3.1.6" - d3-ease "^3.0.1" - d3-interpolate "^3.0.1" - d3-scale "^4.0.2" - d3-shape "^3.1.0" - d3-time "^3.0.0" - d3-timer "^3.0.1" - -vite-bundle-visualizer@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/vite-bundle-visualizer/-/vite-bundle-visualizer-1.2.1.tgz" - integrity sha512-cwz/Pg6+95YbgIDp+RPwEToc4TKxfsFWSG/tsl2DSZd9YZicUag1tQXjJ5xcL7ydvEoaC2FOZeaXOU60t9BRXw== - dependencies: - cac "^6.7.14" - import-from-esm "^1.3.3" - rollup-plugin-visualizer "^5.11.0" - tmp "^0.2.1" - -vite-compatible-readable-stream@^3.6.1: - version "3.6.1" - resolved "https://registry.npmjs.org/vite-compatible-readable-stream/-/vite-compatible-readable-stream-3.6.1.tgz" - integrity sha512-t20zYkrSf868+j/p31cRIGN28Phrjm3nRSLR2fyc2tiWi4cZGVdv68yNlwnIINTkMTmPoMiSlc0OadaO7DXZaQ== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -vite-plugin-copy@^0.1.6: - version "0.1.6" - resolved "https://registry.npmjs.org/vite-plugin-copy/-/vite-plugin-copy-0.1.6.tgz" - integrity sha512-bqIaefZOE2Jx8P5wJuHKL5GzCERa/pcwdUQWaocyTNXgalN2xkxXH7LmqRJ34V2OlKF2F9E/zj0zITS7U6PpUg== - dependencies: - fast-glob "^3.2.7" - -"vite@^3 || ^4 || ^5.0.9", "vite@^4 || ^5 || ^6 || ^7", "vite@^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", vite@^5.4.19: - version "5.4.20" - resolved "https://registry.npmjs.org/vite/-/vite-5.4.20.tgz" - integrity sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g== - dependencies: - esbuild "^0.21.3" - postcss "^8.4.43" - rollup "^4.20.0" - optionalDependencies: - fsevents "~2.3.3" - -w3c-keyname@^2.2.0: - version "2.2.8" - resolved "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz" - integrity sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ== - -wcwidth@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" - integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== - dependencies: - defaults "^1.0.3" - -web-encoding@1.1.5: - version "1.1.5" - resolved "https://registry.npmjs.org/web-encoding/-/web-encoding-1.1.5.tgz" - integrity sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA== - dependencies: - util "^0.12.3" - optionalDependencies: - "@zxing/text-encoding" "0.9.0" - -web-streams-polyfill@^3.1.1: - version "3.3.3" - resolved "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz" - integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw== - -webidl-conversions@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" - integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== - -webidl-conversions@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz" - integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== - -whatwg-url@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" - integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== - dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -whatwg-url@^7.0.0: - version "7.1.0" - resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz" - integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== - dependencies: - lodash.sortby "^4.7.0" - tr46 "^1.0.1" - webidl-conversions "^4.0.2" - -which-typed-array@^1.1.16, which-typed-array@^1.1.2: - version "1.1.19" - resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz" - integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw== - dependencies: - available-typed-arrays "^1.0.7" - call-bind "^1.0.8" - call-bound "^1.0.4" - for-each "^0.3.5" - get-proto "^1.0.1" - gopd "^1.2.0" - has-tostringtag "^1.0.2" - -which@^2.0.1: - version "2.0.2" - resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -word-wrap@^1.2.5: - version "1.2.5" - resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" - integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== - -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrappy@1: - version "1.0.2" - resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" - integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== - -y18n@^5.0.5: - version "5.0.8" - resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" - integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== - -yallist@^3.0.2: - version "3.1.1" - resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" - integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - -yaml@^1.10.0: - version "1.10.2" - resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz" - integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== - -yargs-parser@^21.1.1: - version "21.1.1" - resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" - integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== - -yargs@^17.5.1: - version "17.7.2" - resolved "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" - integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== - dependencies: - cliui "^8.0.1" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.3" - y18n "^5.0.5" - yargs-parser "^21.1.1" - -yocto-queue@^0.1.0: - version "0.1.0" - resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" - integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== - -yoga-layout@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/yoga-layout/-/yoga-layout-2.0.1.tgz" - integrity sha512-tT/oChyDXelLo2A+UVnlW9GU7CsvFMaEnd9kVFsaiCQonFAXd3xrHhkLYu+suwwosrAEQ746xBU+HvYtm1Zs2Q==