mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-07-10 04:24:14 +02:00
commit534d915782Author: Alex Lion <dev@alexandrelion.com> Date: Fri May 8 10:55:38 2026 +0200 Handle Ecto.NoResultsError in event retrieval and redirect with error message commitb762e21325Author: Alex Lion <dev@alexandrelion.com> Date: Fri May 8 10:47:01 2026 +0200 Fix crash on event manager pages when an event has multiple activity leaders commit153cadb42bAuthor: alxlion <dev@alexandrelion.com> Date: Wed Apr 29 13:42:05 2026 +0000 Fix presentation views without slide count commit3cfb3cab7fAuthor: alxlion <dev@alexandrelion.com> Date: Wed Apr 29 13:16:48 2026 +0000 Fix event code normalization validation commitc4303d0de2Author: Alex Lion <dev@alexandrelion.com> Date: Mon Apr 6 15:08:20 2026 +0200 Add event-scoped retrieval functions for embeds, forms, polls, posts, and quizzes commitefe6d6de51Author: Alex Lion <dev@alexandrelion.com> Date: Mon Apr 6 14:04:15 2026 +0200 Fix test fixtures for seeded roles commit0bc2b9239bAuthor: alxlion <dev@alexandrelion.com> Date: Thu Mar 19 17:31:46 2026 +0000 Add audit log feature commit4bbf9742c5Author: Raúl R Pearson <raulrpearson@proton.me> Date: Thu Mar 19 17:29:09 2026 +0000 Add audit log (#214) * Add audit log * Update translation files * Improve Audit queries * Improve Audit.Log schema * Make user auth audit logs async * Relax Flop and Flop Phoenix dep specs * Make Flop.validate!/2 call more robust * Improve a11y and UI for audit log live view * Improve audit_logs indexes * Fix formatting * Fix async_log_action and tests * Add remote_ip * Update translation files commit4a1af7d341Author: Alex Lion <dev@alexandrelion.com> Date: Thu Mar 5 18:40:01 2026 +0100 Update changelog with oidc fix commit60821dccd8Author: Alexandre Lion <github@alexandrelion.com> Date: Thu Mar 5 18:36:12 2026 +0100 Fix/OIDC authelia compatibility (#216) * Fix OIDC compatibility with self-hosted providers like Authelia * Refactor OIDC authentication to enhance compatibility with Authelia and Entra ID * Improve logging format and enhance code readability in OIDC authentication commit3df8d5c3ddAuthor: Alex Lion <dev@alexandrelion.com> Date: Thu Mar 5 18:34:28 2026 +0100 Fix crash when broadcasting events to leaders with unregistered emails commitf2fd8e7535Author: Alex Lion <dev@alexandrelion.com> Date: Wed Feb 25 10:22:20 2026 +0100 Fix quiz submission to handle duplicate options and update average score in real-time commit1f052c274dAuthor: Alex Lion <dev@alexandrelion.com> Date: Tue Feb 24 10:41:31 2026 +0100 Fix date picker destroy crash when pickr is uninitialized commit0382d2c2f3Author: Alex Lion <dev@alexandrelion.com> Date: Tue Feb 24 10:38:42 2026 +0100 Fix date picker crash for unsupported browser locales commitb96b7dd68dAuthor: Alex Lion <dev@alexandrelion.com> Date: Tue Feb 10 09:34:49 2026 +0100 Bump version to 2.5.0 in CHANGELOG and mix.exs commit910627f4baAuthor: Alexandre Lion <github@alexandrelion.com> Date: Mon Feb 9 19:19:05 2026 +0100 Fix form submission crash for anonymous attendees (#210) The FormSubmit changeset required user_id, but anonymous attendees only have attendee_identifier. This caused a CaseClauseError since the error tuple was unhandled. Now the changeset accepts either user_id or attendee_identifier, and error cases are properly handled. commit8f46837900Author: Alexandre Lion <github@alexandrelion.com> Date: Mon Feb 9 19:18:14 2026 +0100 Fix critical security vulnerabilities (#211) * Fix critical security vulnerabilities Address 5 critical findings from security audit: - Sanitize custom embed HTML to prevent stored XSS (strip all non-iframe content) - Escape URLs in format_body/1 to prevent reflected XSS via post messages - Add authorization check to form export endpoint (IDOR fix) - Replace String.to_atom/1 on user input with explicit whitelists (8 locations) - Add IP-based rate limiting on authentication endpoints via Hammer * Start rate limiter before endpoint in supervision tree * Update CHANGELOG commit7d98198ae5Author: Alex Lion <dev@alexandrelion.com> Date: Fri Jan 23 12:35:51 2026 +0100 Update CHANGELOG for v.2.4.1: add fixes and improvements commit767f0ddfd5Author: Raúl R Pearson <raulrpearson@proton.me> Date: Fri Jan 23 11:11:09 2026 +0000 Handle slides for empty presentation (#200) commit93229e8fbdAuthor: Raúl R Pearson <raulrpearson@proton.me> Date: Fri Jan 23 11:08:30 2026 +0000 Improve SMTP config (#197) Drops Mua in favour of the SMTP Swoosh adapter and adjusts the config accordingly. The lock file has also been cleaned up by running `mix deps.unlock --unused`. commit374535c870Author: Raúl R Pearson <raulrpearson@proton.me> Date: Tue Dec 30 11:53:54 2025 +0000 Fix custom S3 endpoint config (#199) When using the standard AWS S3 service, the `nil` values in `s3_scheme`, `s3_host` and `s3_port` create problems. commit6f0a4c3b9dAuthor: Alex Lion <dev@alexandrelion.com> Date: Sun Dec 28 12:33:32 2025 +0100 Bump version to 2.4.1 and update CHANGELOG for upcoming release commita5d9bef8e8Author: Alex Lion <dev@alexandrelion.com> Date: Fri Dec 26 14:07:55 2025 +0100 Update CHANGELOG for v.2.4.0: add breaking changes, new features, and fixes commitc8d87196baAuthor: Raúl R Pearson <raulrpearson@proton.me> Date: Sat Dec 6 10:32:41 2025 +0000 Left join leader in get_managed_event!/2 (#194) commit5cf4759f05Author: Raúl R Pearson <raulrpearson@proton.me> Date: Sat Dec 6 10:31:28 2025 +0000 Make S3 service configurable (#190) commit6dc618151aAuthor: Raúl R Pearson <raulrpearson@proton.me> Date: Fri Dec 5 11:31:00 2025 +0000 Enable optional form fields (#193) * Enable optional form fields * Suffix optional text and email component labels * Update gettext files commit3b511bcc6eAuthor: Raúl R Pearson <raulrpearson@proton.me> Date: Thu Dec 4 14:00:23 2025 +0000 Improve event live listing (#185) * Expand user events PubSub * Improve updates in events LiveView commitac6f28fccfAuthor: Raúl R Pearson <raulrpearson@proton.me> Date: Fri Nov 28 16:01:37 2025 +0000 Delete @tailwindcss/container-queries plugin (#191) This is no longer needed with Tailwind 4. commit10a5392d56Author: Raúl R Pearson <raulrpearson@proton.me> Date: Thu Nov 20 12:37:18 2025 +0000 Set PollOpt preload order (#187) commit5853bc34d8Author: Alexandre Lion <github@alexandrelion.com> Date: Thu Nov 20 10:44:06 2025 +0100 Add admin panel and user roles (#189) commit16bcce1a60Author: Dimitrije Dimitrijevic <dimitrijedimitrijevic93@gmail.com> Date: Tue Nov 4 18:46:29 2025 +0100 Fix duplicate key quiz when duplicate (#182) * add quiz_responses association to user * bugfix possible duplicate key entries in multi when adding quiz responses * remove user_id from casting changeset in QuizResponse * pass whole user to submit_quiz function * update test to match changes * simplify submit_quiz/3 function for inserting quiz response --------- Co-authored-by: Dimitrije Dimitrijevic <me@dimitrijedimitrijevic.com> commitfc667bb478Author: Raúl R Pearson <raulrpearson@proton.me> Date: Tue Oct 28 18:34:49 2025 +0100 Hideable presenter attendee count (#183) commit51c8496dc4Author: albanobattistella <34811668+albanobattistella@users.noreply.github.com> Date: Sun Oct 26 17:01:53 2025 +0100 i18n: improve Italian language (#179) commit03feb9a901Author: Raúl R Pearson <raulrpearson@proton.me> Date: Wed Sep 10 06:16:55 2025 +0000 Fix email change confirmation (#172) * Update translation files I run `mix gettext.extract` and `mix gettext.merge priv/gettext` as it seems that the files were somewhat outdated. * Fix email change confirmation Send the confirmation email to the new address * Tweak email change confirmation email * Run ./dev.sh format commit0ccf3ae6e2Author: Nami Sunami <nsunami@pm.me> Date: Mon Sep 8 09:07:05 2025 +0200 Un-expose db port (#173) commitc8bf32542fAuthor: Alex Lion <dev@alexandrelion.com> Date: Sun Aug 24 09:55:09 2025 +0200 feat: add hu and lv locales to airpicker and moment commit4c678dc8dfAuthor: possible-im <211060663+possible-im@users.noreply.github.com> Date: Thu Aug 21 10:13:32 2025 +0300 Latvian translation added (v1) (#163) Co-authored-by: im <ivo.mezits@possible.lv> commitd7a530c670Author: bpisch <pisch.beni@gmail.com> Date: Thu Aug 21 09:13:03 2025 +0200 Add Hungarian translation (#161) commitd3c45533f0Author: Alex Lion <dev@alexandrelion.com> Date: Sat Aug 9 19:29:20 2025 +0200 fix: spacing in settings commit73a23511c2Author: Alex Lion <dev@alexandrelion.com> Date: Sat Aug 9 16:43:42 2025 +0200 Update changelog commit137d5f3de1Author: Chayan Das <145531182+ChayanDass@users.noreply.github.com> Date: Sat Aug 9 20:03:43 2025 +0530 add scroll to the setting drawer (#168) Signed-off-by: Chayan Das <01chayandas@gmail.com> commit8d04136474Author: Alex Lion <dev@alexandrelion.com> Date: Wed Jul 16 17:15:34 2025 +0200 update changelog commit9b4cda357bAuthor: Aryel780 <120032820+aryel780@users.noreply.github.com> Date: Wed Jul 16 20:43:00 2025 +0530 fix: Scrollbar not showing in event manager when no presentation file (#162) commit983552772aAuthor: Alex Lion <dev@alexandrelion.com> Date: Fri Jul 11 14:46:33 2025 +0100 feat: add configurable language support via LANGUAGES environment variable commit0a8c000ac1Author: Alex Lion <dev@alexandrelion.com> Date: Fri Jul 11 12:52:13 2025 +0100 docker: fix image builder and runner from alpine to ubuntu commit68cf5a645dAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 23:29:48 2025 +0200 ci: install tailwind globally commitdb239d0b4bAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 23:24:46 2025 +0200 ci: fix tailwind.install commit5c645a67f8Author: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 23:20:47 2025 +0200 ci: fix tailwind install commitc92edbb885Author: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 23:17:02 2025 +0200 chore: refactor toggle interaction modal commitafb989485eAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 23:16:22 2025 +0200 fix: avoid quick event empty name commit9c1c3d01c1Author: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 23:00:30 2025 +0200 deps: upgrade to tailwind 4+ commit e5905358dc20cea2fcc41b3580c4985e8ac53217 Author: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 22:56:14 2025 +0200 chore: update changelog commit 2696a29ffdc6deb930b8ffb6f92cae21b176e853 Author: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 22:52:11 2025 +0200 Change js file to css and migrate css classes commit 19093360ed2404f956d799c0a9ec1656c9fa1a74 Author: Alex Lion <dev@alexandrelion.com> Date: Sat Jul 5 19:28:34 2025 +0200 chore: upgrade to tailwind 4+ commit 75312e8b3d3c9fd25137189e7020994640a0f901 Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 16:59:58 2025 +0200 chore: remove useless files commit3a54ecfe74Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 15:44:30 2025 +0200 ci: Fix libstdc dep commitccd10e2325Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 15:39:47 2025 +0200 ci: Fix version of elixir commitb61c82fe55Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 15:38:53 2025 +0200 chore: change gettext backend syntax commit552a01b9d6Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 15:38:18 2025 +0200 deps: upgrade to elixir 1.18 / otp 28 / node 22.17 commit827c6c77daAuthor: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 14:55:23 2025 +0200 deps: upgrade to live view 1.0 commitd01851a2dfAuthor: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 14:29:09 2025 +0200 deps: update package js + elixir commitc3b6caa9cfAuthor: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 00:03:09 2025 +0200 Update partners commit1e46228fc9Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 00:01:55 2025 +0200 Disable docker image cache on ci commitfb4f393fbfAuthor: Alex Lion <dev@alexandrelion.com> Date: Wed Jul 2 23:57:11 2025 +0200 Add libreoffice and gs to docker dev image commit746a1bae5cAuthor: Alex Lion <dev@alexandrelion.com> Date: Wed Jul 2 23:41:20 2025 +0200 Update docker/build-push-action in ci commitfa9d92ade5Author: Alex Lion <dev@alexandrelion.com> Date: Wed Jul 2 23:39:18 2025 +0200 Fix bootstrap of app in docker commit2880275df9Author: Alex Lion <dev@alexandrelion.com> Date: Wed Jul 2 23:27:42 2025 +0200 Fix arch of asdf commit7cde66a1abAuthor: Alex Lion <dev@alexandrelion.com> Date: Wed Jul 2 23:19:17 2025 +0200 Add docker file for dev commitc0da62ba1fAuthor: Alex Lion <dev@alexandrelion.com> Date: Wed Jul 2 20:17:50 2025 +0200 Edit changelog commit3ad116395fAuthor: Alex Lion <dev@alexandrelion.com> Date: Wed Jul 2 20:16:25 2025 +0200 Fix create_event tests commit761e765112Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jun 12 19:36:35 2025 +0200 fix: File upload progress when edit event commitb4b5cfb756Author: Alex Lion <dev@alexandrelion.com> Date: Fri May 30 17:20:11 2025 +0200 add length validation for event name and code fields commit4c1e4379c9Author: Alex Lion <dev@alexandrelion.com> Date: Sun Mar 23 18:59:34 2025 +0100 docs: update changelog commit8e648451ebAuthor: Alex Lion <dev@alexandrelion.com> Date: Sun Mar 23 16:10:41 2025 +0100 Hide settings on tablet size (#121) commitbdddf2c376Author: David Anyatonwu <51977119+onyedikachi-david@users.noreply.github.com> Date: Sun Mar 23 18:49:13 2025 +0100 feat: add PKCE support to OIDC flow (#134) (#129) commit1790679b6cAuthor: Alex Lion <dev@alexandrelion.com> Date: Thu Mar 13 20:16:08 2025 +0100 Revert "Add target check for PR" This reverts commit31e93d5774. commit31e93d5774Author: Alex Lion <dev@alexandrelion.com> Date: Sat Mar 8 09:56:12 2025 +0100 Add target check for PR commit3f59f52dbfAuthor: Alex Lion <dev@alexandrelion.com> Date: Sat Mar 8 09:39:17 2025 +0100 Format commit903a7154c0Author: Alex Lion <dev@alexandrelion.com> Date: Sat Mar 8 09:38:48 2025 +0100 Update changelog commita3b8c79febAuthor: Alex Lion <dev@alexandrelion.com> Date: Sat Mar 8 09:27:57 2025 +0100 Fix embed deletion bad keys for attendee commit6813db7b5aAuthor: Alex Lion <dev@alexandrelion.com> Date: Sat Mar 8 09:27:49 2025 +0100 Fix question counting for quiz component commitccdd31ae1aAuthor: albanobattistella <34811668+albanobattistella@users.noreply.github.com> Date: Mon Jan 6 22:10:19 2025 +0100 Update default.po (#119) commitfb9ac3d55fAuthor: albanobattistella <34811668+albanobattistella@users.noreply.github.com> Date: Thu Jan 2 22:05:22 2025 +0100 Update default.po (#117) Co-authored-by: Alexandre Lion <github@alexandrelion.com> commitc9f5d91eb4Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jan 2 21:58:59 2025 +0100 Add missing translations commit89a3eced83Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jan 2 21:27:36 2025 +0100 Improve quiz export commit94d9641d96Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jan 2 14:22:55 2025 +0100 Fix tour button position commit56ad2c1cf6Author: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 30 21:45:48 2024 -0500 Add link to title of event commitd1db81920eAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 30 21:06:18 2024 -0500 Revert "Add ipv6 support for database" This reverts commitb77641dbec. commitb77641dbecAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 30 20:50:21 2024 -0500 Add ipv6 support for database commitdc6d267245Author: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 30 20:45:12 2024 -0500 Add hyperlinks in messages commitf6c0a3a6e7Author: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 30 20:26:38 2024 -0500 Remove fullscreen text indication on manager commite66da3192dAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 30 20:20:48 2024 -0500 Improve performance of presentation to load slides faster commit3300bd210dAuthor: Alex Lion <dev@alexandrelion.com> Date: Sat Dec 28 17:44:48 2024 -0500 Fix report commitf3a36163b6Author: Alex Lion <dev@alexandrelion.com> Date: Sat Dec 28 13:13:55 2024 -0500 Add soft delete user account commitb695226fecAuthor: Alex Lion <dev@alexandrelion.com> Date: Fri Dec 27 10:40:36 2024 -0500 Fix empty auth smtp commita669d64352Author: Alex Lion <dev@alexandrelion.com> Date: Thu Dec 26 12:47:34 2024 -0500 Fix duplicate ids commit13a7ad3531Author: Alex Lion <dev@alexandrelion.com> Date: Thu Dec 26 12:40:20 2024 -0500 Fix event creation commit605360597cAuthor: Alex Lion <dev@alexandrelion.com> Date: Thu Dec 26 10:31:13 2024 -0500 Change gen smtp to mua commitf7dbb13a49Author: Alex Lion <dev@alexandrelion.com> Date: Wed Dec 25 10:40:03 2024 -0500 Fix tests commit4e943a17f6Author: Alex Lion <dev@alexandrelion.com> Date: Wed Dec 25 10:30:12 2024 -0500 Fix format commit94888afb59Author: Alex Lion <dev@alexandrelion.com> Date: Wed Dec 25 10:25:57 2024 -0500 Fix runtime commitc636439126Author: Alex Lion <dev@alexandrelion.com> Date: Wed Dec 25 10:02:16 2024 -0500 Fix quotes format commit5ac1c8aed2Author: Alex Lion <dev@alexandrelion.com> Date: Wed Dec 25 10:02:07 2024 -0500 Add quiz created event commit666299525fAuthor: Alex Lion <dev@alexandrelion.com> Date: Wed Dec 25 03:00:19 2024 -0500 Fix warning commitd89d95de5aAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 23 11:10:35 2024 -0500 Fix format commit93ade8d49eAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 23 11:02:52 2024 -0500 Fix divide by zero in report commita2227d0ccfAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 23 11:02:39 2024 -0500 Fix create lti quiz only when needed commitaba07c11b6Author: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 23 10:41:09 2024 -0500 Fix create quizz commitb432d34f50Author: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 23 10:06:45 2024 -0500 Remove unused line commitbc8e9dfeaeAuthor: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 23 10:05:23 2024 -0500 Split missing column to another migration commit9f0050a2deAuthor: Alex Lion <dev@alexandrelion.com> Date: Sun Dec 22 11:56:38 2024 -0500 Add missing lti column commit5857b85384Author: Alex Lion <dev@alexandrelion.com> Date: Sun Dec 22 09:58:59 2024 -0500 Fix format commit27179a9701Author: Alex Lion <dev@alexandrelion.com> Date: Sun Dec 22 09:46:22 2024 -0500 Fix CI commitaa76c96f59Author: Alex Lion <dev@alexandrelion.com> Date: Sun Dec 22 09:46:14 2024 -0500 Add mailer job for invitation commit093bb79b42Author: Alex Lion <dev@alexandrelion.com> Date: Sat Dec 21 10:09:29 2024 -0500 Add quizz feature + improvements commit 705ea00064e552f482bff52c3c5b11d23fbd5b4c Author: Alex Lion <dev@alexandrelion.com> Date: Sat Dec 21 10:08:42 2024 -0500 Change version commit 330173bd64bb18c5ea7e68a2122f66497981c3c3 Author: Alex Lion <dev@alexandrelion.com> Date: Sat Dec 21 10:01:52 2024 -0500 Fix layout commit 3cc075962e961f8a78b0c30eca9b79db6b9a5731 Author: Alex Lion <dev@alexandrelion.com> Date: Thu Dec 19 14:20:59 2024 +0100 Update changelog commit 63b1fa7ee591d40e44005b7939f51c99cf3e119e Author: Alex Lion <dev@alexandrelion.com> Date: Sun Dec 15 18:56:01 2024 +0100 Fix upper commit 8e7bb1990c58e343de5aa18036eb0916573fb4c6 Author: Alex Lion <dev@alexandrelion.com> Date: Sun Dec 15 18:49:20 2024 +0100 Add pagination for events commit 28beacd120f0a1081e670e4a06bbc185cc699beb Author: Alex Lion <dev@alexandrelion.com> Date: Mon Dec 9 21:03:13 2024 +0100 Add pagination commit c79d6cce947869b98795b9baf541a32952624969 Author: Alex Lion <dev@alexandrelion.com> Date: Sun Dec 8 21:24:23 2024 +0100 Fix tests commit caad25ad75b5937ca0906dca89dedaa4d58ae072 Author: Alex Lion <dev@alexandrelion.com> Date: Sun Dec 8 17:43:55 2024 +0100 Fix user registration bug commit 38c3eecc49d1397a8bb7a4a11203775396d00272 Author: Alex Lion <dev@alexandrelion.com> Date: Sat Dec 7 22:23:24 2024 +0100 Update changelog commit e648ef08a0f61cf4b554fcbf0a83e02a2249de0d Author: Alex Lion <dev@alexandrelion.com> Date: Sat Dec 7 22:06:27 2024 +0100 Add obin commit 6925117818e117dbd60efea5ae6c81a26a57f76f Author: Alex Lion <dev@alexandrelion.com> Date: Sat Dec 7 19:39:03 2024 +0100 WIP commit be9b2886d3b879452f5bae08b3cdd181cac254f8 Author: Alex Lion <dev@alexandrelion.com> Date: Sat Dec 7 16:19:09 2024 +0100 Add LTI AGS for quizzes commit 29a7c96de6d4e38b26dfaa61bfa5e689a16d4935 Author: Alex Lion <dev@alexandrelion.com> Date: Thu Dec 5 13:30:49 2024 +0100 Add translations commit 249fdc9188c7613a6adafb0b983303c1ae7601bd Author: Alex Lion <dev@alexandrelion.com> Date: Tue Dec 3 21:37:27 2024 +0100 Add qti export commit c2d56e30cdb6c629e957c64e4393dfd9d5af7159 Author: Alex Lion <dev@alexandrelion.com> Date: Tue Dec 3 20:44:58 2024 +0100 Fix report embed commit a34c239f9014e53b079106f1935bc2b079d01eed Author: Alex Lion <dev@alexandrelion.com> Date: Sat Nov 30 11:32:32 2024 +0100 Add export quiz commit 8d1f34b90635776ae40849bd75fd135693b116fb Author: Alex Lion <dev@alexandrelion.com> Date: Sat Nov 30 00:56:50 2024 +0100 Improve design commit d9a7370419ed9e288eccf263c2715330831e45e4 Author: Alex Lion <dev@alexandrelion.com> Date: Sat Nov 30 00:43:27 2024 +0100 Add exports commit b374b7bbccfa655dfad7695d7a24c5ddd4a07b66 Author: Alex Lion <dev@alexandrelion.com> Date: Thu Nov 28 15:22:41 2024 +0100 Remove presence on manager commit 404e759ae3d2f5e555ae20437204553bffdc5065 Author: Alex Lion <dev@alexandrelion.com> Date: Thu Nov 28 15:22:33 2024 +0100 Improve engagement report commit 39dbec6692c2d3f74a97647a703993d6152bfa06 Author: Alex Lion <dev@alexandrelion.com> Date: Sat Nov 23 15:39:59 2024 +0100 Add translation commit 354c2e30aece5bc7d800893ce8dee3868a1c1f71 Author: Alex Lion <dev@alexandrelion.com> Date: Sat Nov 23 15:18:53 2024 +0100 Change product tour behavior commit 5f253812282fb11011694b8828580d886f1f5899 Author: Alex <dev@alexandrelion.com> Date: Tue Nov 19 19:59:32 2024 +0100 WIP commit f411180433a05b89fc9d029e2b313968985e5c3f Author: Alex <dev@alexandrelion.com> Date: Tue Nov 19 19:32:30 2024 +0100 WIP commit 2b5989774eeb839f7b7b2a49377aca9fe4d68c09 Author: Alex <dev@alexandrelion.com> Date: Sun Nov 17 19:31:27 2024 +0100 WIP commit c8750a667f131b68818859796670c3022c6d53fe Author: Alex <dev@alexandrelion.com> Date: Sun Nov 17 18:23:01 2024 +0100 WIP commit fdb9efecb5688423ed2c82cf445868040653d380 Author: Alex <dev@alexandrelion.com> Date: Sun Nov 17 17:55:57 2024 +0100 WIP commit 5d12b12ce33eb5c1ba2a3307ef4ac679b279f511 Author: Alex <dev@alexandrelion.com> Date: Sat Nov 16 21:22:12 2024 +0100 WIP commit 548b714fda61464517247910af7e3e1c2bdae8cf Author: Alex <dev@alexandrelion.com> Date: Fri Nov 15 15:34:00 2024 +0100 WIP commit f0c87f34ea2ac837b4b3b3d6fd51c32bd625371e Author: Alex <dev@alexandrelion.com> Date: Wed Nov 13 22:09:24 2024 +0100 WIP commit c0c8bf99a538653208e28300566cced3d444a764 Author: Alex <dev@alexandrelion.com> Date: Mon Nov 11 13:02:36 2024 +0100 WIP commit 245ea9b836c2e69c7269fc7d8c7fd2edd0032eed Author: Alex <dev@alexandrelion.com> Date: Sun Nov 10 19:07:36 2024 +0100 Add presenter commit 0cf50918d62a9ab5ea127698219e05f781c659bb Author: Alex <dev@alexandrelion.com> Date: Sat Nov 9 23:20:35 2024 +0100 Refactor reactions commit ef8ffefe56d5b19dd895be181437c461134176ab Author: Alex <dev@alexandrelion.com> Date: Sat Nov 9 22:21:13 2024 +0100 Add tests commit c4055142ed63d8ea1be921f527bcaf595a2b9268 Author: Alex <dev@alexandrelion.com> Date: Sat Nov 9 11:28:00 2024 +0100 WIP commit 779e6970f7ee7ca89aab2bdfcff6197895b9ce5e Author: Alex <dev@alexandrelion.com> Date: Fri Nov 8 17:21:11 2024 +0100 WIP commit 9d25c440b830ded7e6fc2e0bcc9353520ec4a951 Author: Alex <dev@alexandrelion.com> Date: Fri Nov 8 11:54:31 2024 +0100 WIP commit c0157487a9e20b6773e517553681915c12367851 Author: Alex <dev@alexandrelion.com> Date: Fri Nov 1 17:13:04 2024 +0100 Fix condition commit a64439fbf2d852e127deb00a11906fb86b0c9ece Author: Alex <dev@alexandrelion.com> Date: Fri Nov 1 12:16:21 2024 +0100 WIP commit a994d959afe20ee380d42feb5ca6da2ab832d569 Author: Alex <dev@alexandrelion.com> Date: Wed Oct 30 23:06:24 2024 +0100 Fix changeset commit 5b2935fc33577af21ccc2558b49d9a813f4835f3 Merge: cec1a977476269Author: Alex <dev@alexandrelion.com> Date: Sun Oct 20 11:26:51 2024 +0200 Merge branch 'dev' into feature/quizz commit cec1a97650867da3a09d8e23d0756a3a573e1bc8 Author: Alex <dev@alexandrelion.com> Date: Sat Oct 19 22:52:00 2024 +0200 WIP commit f65854f638393ce80fd9d17642e8a90ee5c1a06e Author: Alex <dev@alexandrelion.com> Date: Sat Oct 19 16:55:42 2024 +0200 WIP commit 1e6429a386c56be6a8fdd2f083e273b50a6bc4c9 Merge:19779596f8a2fdAuthor: Alex <dev@alexandrelion.com> Date: Sat Oct 19 13:49:22 2024 +0200 Merge branch 'dev' into feature/quizz # Conflicts: # lib/claper_web/live/event_live/manage.html.heex commit1977959efbAuthor: Alex <dev@alexandrelion.com> Date: Sat Oct 5 12:57:09 2024 +0200 WIP commit74762691d2Author: Alex <dev@alexandrelion.com> Date: Sun Oct 20 11:13:31 2024 +0200 Add email confirmation option commitd9eecfbfeeAuthor: Alex <dev@alexandrelion.com> Date: Sat Oct 19 23:05:50 2024 +0200 Edit condition for leaders to join the attendee room before the event starts commitf4a7981eafAuthor: Alex <dev@alexandrelion.com> Date: Sat Oct 19 22:54:03 2024 +0200 fix add interaction button locale commit6f8a2fd61dAuthor: Alex <dev@alexandrelion.com> Date: Sat Oct 19 13:48:08 2024 +0200 Fix forms UX commitd6c48a3d0cAuthor: Alex <dev@alexandrelion.com> Date: Sat Oct 19 11:13:19 2024 +0200 Add italian to settings commit985dc5cc20Author: FabioL <1647128+loviuz@users.noreply.github.com> Date: Sat Oct 19 11:02:18 2024 +0200 Added full italian support (#111) Co-authored-by: loviuz <loviuz@mailbox.org> commit5eed3df7d3Author: Alex <dev@alexandrelion.com> Date: Sun Oct 13 20:57:00 2024 +0200 Fix minor bugs commitae60c34e8fAuthor: Alex <dev@alexandrelion.com> Date: Sun Oct 6 18:20:58 2024 +0200 Format file commit9a1134e622Author: Alex <dev@alexandrelion.com> Date: Sun Oct 6 18:10:15 2024 +0200 Add error page for CSRF commitcfd3cc8935Author: Alex <dev@alexandrelion.com> Date: Sat Oct 5 13:06:55 2024 +0200 Fix banned array commitf8e5fcc243Author: Alex <dev@alexandrelion.com> Date: Sat Oct 5 13:00:09 2024 +0200 Fix version commita4e55e1221Author: Alex <dev@alexandrelion.com> Date: Sat Oct 5 12:58:42 2024 +0200 Fix duplicate event being inaccessible commit107be10b5cAuthor: Alex <dev@alexandrelion.com> Date: Sun Sep 1 12:46:09 2024 +0200 Optimize resource usage of the manager when attendees join the event commitbcaafa0492Author: Alex <dev@alexandrelion.com> Date: Sun Sep 1 12:44:12 2024 +0200 Fix translations commitdc3d945ee6Author: Alex <dev@alexandrelion.com> Date: Sun Sep 1 01:50:39 2024 +0200 Remove io inspect commitd333fd3441Author: Alex <dev@alexandrelion.com> Date: Sun Sep 1 01:50:04 2024 +0200 Fix poll option order commitcb3dacb32fAuthor: Alex <dev@alexandrelion.com> Date: Sun Sep 1 00:17:59 2024 +0200 Fix minimum length for 2 characters messages commit4bb10c097dAuthor: Alex <dev@alexandrelion.com> Date: Sat Aug 31 23:55:47 2024 +0200 Improve poll results ui commitbf563252feAuthor: Alex <dev@alexandrelion.com> Date: Sat Aug 31 23:55:07 2024 +0200 Fix OIDC to allow only client_secret_basic and client_secret_post auth methods commit3e6268e6c6Author: Alex <dev@alexandrelion.com> Date: Wed Aug 28 08:42:46 2024 +0200 Fix form update commit2a7a16c60cAuthor: Alex <dev@alexandrelion.com> Date: Fri Aug 23 16:34:54 2024 +0200 Fix docs link commitfb555319efAuthor: Alex <dev@alexandrelion.com> Date: Fri Aug 23 16:33:03 2024 +0200 Change links commit1e560bcd18Author: Alex <dev@alexandrelion.com> Date: Fri Aug 23 16:17:25 2024 +0200 Add partners and sponsors commitfd8932faf4Author: Alex <dev@alexandrelion.com> Date: Fri Aug 23 15:54:34 2024 +0200 Change readme image commit08b6a7852dAuthor: Alex <dev@alexandrelion.com> Date: Fri Aug 23 15:33:05 2024 +0200 Minor ui fix commit5546fedba1Author: Alex <dev@alexandrelion.com> Date: Thu Aug 22 17:52:43 2024 +0200 fix locales with more than 2 parts commit1d751249beAuthor: Alex <dev@alexandrelion.com> Date: Sun Aug 11 22:43:36 2024 +0200 Fix console errors and oidc login commitcdc4fce386Author: Alex <dev@alexandrelion.com> Date: Sun Aug 11 22:25:10 2024 +0200 Fix tests for duplication commitcdbaac06e0Author: Alex <dev@alexandrelion.com> Date: Sun Aug 11 11:16:34 2024 +0200 Add OIDC + better embeds commitf1b732f450Author: Alex <dev@alexandrelion.com> Date: Sat Jul 27 15:48:48 2024 +0200 Fix input length validation for polls commitd40f3ad261Author: Alex <dev@alexandrelion.com> Date: Thu Jul 11 18:24:35 2024 +0200 Remove useless keys commitb39ab64663Author: Alex <dev@alexandrelion.com> Date: Thu Jul 11 17:06:54 2024 +0200 Fix tests commit3817539c5cAuthor: Alex <dev@alexandrelion.com> Date: Thu Jul 11 16:33:02 2024 +0200 Fix tests and credo commit9f3f4284edAuthor: Alex <dev@alexandrelion.com> Date: Thu Jul 11 14:59:13 2024 +0200 Remove useless debug commitacc3b37dedAuthor: Alex <dev@alexandrelion.com> Date: Thu Jul 11 14:55:18 2024 +0200 Format code commit53cdcd3b2fAuthor: Alex <dev@alexandrelion.com> Date: Thu Jul 11 14:50:52 2024 +0200 Fix responsive for manager commitf52d0d1b14Author: Alex <dev@alexandrelion.com> Date: Thu Jul 11 12:54:17 2024 +0200 Update locales commitdb5d070eabAuthor: Alex <dev@alexandrelion.com> Date: Thu Jul 11 12:53:47 2024 +0200 Add new manager layout commit3ceff40a5bAuthor: Alex <dev@alexandrelion.com> Date: Thu Jul 11 12:41:05 2024 +0200 Add LTI support commitfc99e497afAuthor: Alex <dev@alexandrelion.com> Date: Thu Jul 11 12:40:48 2024 +0200 Add changes for 2.1.0
2778 lines
82 KiB
Plaintext
2778 lines
82 KiB
Plaintext
## This file is a PO Template file.
|
||
##
|
||
## "msgid"s here are often extracted from source code.
|
||
## Add new translations manually only if they're dynamic
|
||
## translations that can't be statically extracted.
|
||
##
|
||
## Run "mix gettext.extract" to bring this file up to
|
||
## date. Leave "msgstr"s empty as changing them here as no
|
||
## effect: edit them in PO (.po) files instead.
|
||
msgid ""
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1448
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1454
|
||
#: lib/claper_web/live/user_settings_live/show.ex:77
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Settings"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:74
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:254
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:18
|
||
#: lib/claper_web/live/event_live/manage.ex:920
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:32
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:34
|
||
#: lib/claper_web/templates/user_registration/new.html.heex:29
|
||
#: lib/claper_web/templates/user_reset_password/new.html.heex:28
|
||
#: lib/claper_web/templates/user_session/new.html.heex:42
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Email"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_registration/new.html.heex:12
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Join the Claper experience"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_registration/new.html.heex:19
|
||
#: lib/claper_web/templates/user_reset_password/edit.html.heex:25
|
||
#: lib/claper_web/templates/user_reset_password/new.html.heex:19
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Oops, check that all fields are filled in correctly."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:155
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:170
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Change"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:107
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:83
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:32
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:309
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Code"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:146
|
||
#: lib/claper_web/templates/user_session/new.html.heex:40
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Email address"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/layout/_user_menu.html.heex:23
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Logout"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:136
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Personal informations"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_registration/confirm.html.heex:13
|
||
#, elixir-autogen, elixir-format
|
||
msgid "We already sent you an email to login, please retry in 5 minutes."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_registration/confirm.html.heex:16
|
||
#, elixir-autogen, elixir-format
|
||
msgid "We sent you an email at"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:437
|
||
#, elixir-autogen, elixir-format
|
||
msgid "days"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:443
|
||
#, elixir-autogen, elixir-format
|
||
msgid "hours"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:449
|
||
#, elixir-autogen, elixir-format
|
||
msgid "minutes"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:165
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Be the first to react !"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:111
|
||
#: lib/claper_web/live/event_live/join.ex:41
|
||
#: lib/claper_web/live/event_live/join.html.heex:94
|
||
#: lib/claper_web/live/event_live/manage.html.heex:492
|
||
#: lib/claper_web/live/event_live/show.html.heex:286
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Join"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.ex:22
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:3
|
||
#: lib/claper_web/live/event_live/index.ex:228
|
||
#: lib/claper_web/live/event_live/join.html.heex:31
|
||
#: lib/claper_web/live/event_live/join.html.heex:54
|
||
#: lib/claper_web/templates/layout/admin.html.heex:198
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Dashboard"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/post_component.ex:33
|
||
#: lib/claper_web/live/event_live/post_component.ex:112
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Host"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:455
|
||
#, elixir-autogen, elixir-format
|
||
msgid "seconds"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:60
|
||
#: lib/claper_web/live/event_live/index.html.heex:187
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Finished"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:90
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Finished on"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:55
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Incoming"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:26
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Leave"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/presenter.html.heex:26
|
||
#: lib/claper_web/live/event_live/show.html.heex:464
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Scan to interact in real-time"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:86
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Starting on"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.ex:268
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Updated successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_session/new.html.heex:22
|
||
#, elixir-autogen, elixir-format
|
||
msgid "It's time to empower your presentations."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/404.html.heex:36
|
||
#: lib/claper_web/templates/error/500.html.heex:37
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Return to home"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.ex:212
|
||
#: lib/claper_web/live/event_live/event_form_component.ex:248
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Created successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:259
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:240
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:240
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:250
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:330
|
||
#: lib/claper_web/live/event_live/form_component.ex:97
|
||
#: lib/claper_web/live/event_live/index.ex:204
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Edit"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:63
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:55
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:62
|
||
#: lib/claper_web/live/event_live/index.ex:218
|
||
#: lib/claper_web/live/event_live/index.html.heex:94
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:93
|
||
#: lib/claper_web/live/poll_live/form_component.html.heex:102
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:187
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Create"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:68
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:444
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:67
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1397
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:92
|
||
#: lib/claper_web/live/event_live/post_component.ex:70
|
||
#: lib/claper_web/live/event_live/post_component.ex:142
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:98
|
||
#: lib/claper_web/live/poll_live/form_component.html.heex:107
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:123
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:193
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Delete"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:64
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:54
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:61
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:94
|
||
#: lib/claper_web/live/poll_live/form_component.html.heex:103
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:188
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:38
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:80
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:123
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Save"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:137
|
||
#, elixir-autogen, elixir-format
|
||
msgid "A link to confirm your email change has been sent to the new address."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:53
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Change the email address you want associated with your account."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Update your email"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/notifiers/user_notifier.ex:12
|
||
#: lib/claper_web/templates/user_notifier/magic.html.heex:17
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Connect to Claper"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/magic.html.heex:29
|
||
#, elixir-autogen, elixir-format
|
||
msgid "ACCESS TO MY ACCOUNT"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/notifiers/user_notifier.ex:34
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Update email instructions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/change.html.heex:29
|
||
#, elixir-autogen, elixir-format
|
||
msgid "CONFIRM EMAIL"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/confirm.html.heex:32
|
||
#: lib/claper_web/templates/user_notifier/magic.html.heex:32
|
||
#: lib/claper_web/templates/user_notifier/reset.html.heex:32
|
||
#, elixir-autogen, elixir-format
|
||
msgid "If you didn't create an account with us, please ignore this."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/magic.html.heex:22
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You can log into your account by clicking here."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:71
|
||
#: lib/claper_web/live/event_live/post_component.ex:75
|
||
#: lib/claper_web/live/event_live/post_component.ex:147
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Are you sure?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:192
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Presentation attached"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:152
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Presentation uploaded"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:163
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:261
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:391
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:415
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Remove"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:173
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Select your presentation"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:115
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Upload a file"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:119
|
||
#, elixir-autogen, elixir-format
|
||
msgid "or drag and drop"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.ex:322
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You have selected an incorrect file type"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.ex:321
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your file is too large"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:202
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Change file"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:238
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Presentation replaced"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:305
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Edit poll"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:304
|
||
#, elixir-autogen, elixir-format
|
||
msgid "New poll"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/poll_live/form_component.html.heex:14
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Title of your poll"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.ex:323
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Upload failed"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:197
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Add poll to know opinion of your public."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:194
|
||
#: lib/claper_web/live/event_live/manage.html.heex:780
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Poll"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/poll_live/form_component.html.heex:26
|
||
#, elixir-format, ex-autogen, elixir-autogen
|
||
msgid "Choice %{count}"
|
||
msgid_plural "Choice %{count}"
|
||
msgstr[0] ""
|
||
msgstr[1] ""
|
||
|
||
#: lib/claper_web/live/event_live/poll_component.ex:47
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Current poll"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/poll_component.ex:28
|
||
#, elixir-autogen, elixir-format
|
||
msgid "See current poll"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/poll_component.ex:127
|
||
#: lib/claper_web/live/event_live/poll_component.ex:135
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Vote"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:380
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:398
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User email address"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:217
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Changing your file will remove all interaction elements like polls associated."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1213
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Messages from attendees will appear here."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:344
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Processing your file..."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/poll_live/form_component.html.heex:114
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This will delete all responses associated and the poll itself, are you sure?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:345
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Ask, comment..."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1159
|
||
#: lib/claper_web/live/stat_live/index.html.heex:102
|
||
#: lib/claper_web/live/stat_live/index.html.heex:180
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:363
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Add facilitator"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/404.html.heex:31
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Oops, page doesn't exist."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/500.html.heex:31
|
||
#, elixir-autogen, elixir-format
|
||
msgid "The site is under maintenance, we'll be back very soon!"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:342
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Facilitators can present and manage interactions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/leader_notifier/invitation.html.heex:45
|
||
#: lib/claper_web/templates/user_notifier/change.html.heex:42
|
||
#: lib/claper_web/templates/user_notifier/confirm.html.heex:42
|
||
#: lib/claper_web/templates/user_notifier/magic.html.heex:42
|
||
#: lib/claper_web/templates/user_notifier/reset.html.heex:42
|
||
#, elixir-autogen, elixir-format
|
||
msgid "If you’re having trouble with the button above, copy and paste the URL below into your web browser"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:750
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1124
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Add interaction"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:54
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:83
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Blocking this user will delete all his messages and he will not be able to join again, confirm ?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.ex:64
|
||
#: lib/claper_web/live/event_live/show.ex:219
|
||
#: lib/claper_web/live/event_live/show.ex:234
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You have been banned from this event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:48
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:77
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Ban"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_registration/confirm.html.heex:18
|
||
#, elixir-autogen, elixir-format
|
||
msgid ", click on the provided link to connect (check your spam !)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/welcome.html.heex:29
|
||
#, elixir-autogen, elixir-format
|
||
msgid "<span style='font-weight: 700'>Export your current presentation</span> to PDF from your favorite slide presentation software (PowerPoint, etc)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/welcome.html.heex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "<span style='font-weight: 700'>Wait few minutes</span> for your file to be processed"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/welcome.html.heex:43
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Choose <span style='font-weight: 700'>a name</span> for your event, <span style='font-weight: 700'>a code</span> for your attendees to join and <span style='font-weight: 700'>dates when your attendees could start interacting</span>"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/welcome.html.heex:64
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Click <span style='font-weight: 700'>Start</span> to open your presentation and move the window on the big screen"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/welcome.html.heex:57
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Click on <span style='font-weight: 700'>Present/Customize</span> to add interaction on your slides"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/welcome.html.heex:22
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Congrats! You've taken the first step to improving your presentations. Here are the next steps to create step up your presentations with Claper:"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/welcome.html.heex:69
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enjoy ! ✨"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_registration/confirm.html.heex:20
|
||
#, elixir-autogen, elixir-format
|
||
msgid "We sent you an email, click on the provided link to connect (check your spam !)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/welcome.html.heex:17
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Welcome !"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/welcome.html.heex:36
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Click on the <span style='font-weight: 700'>create button</span> on your dashboard"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/notifiers/user_notifier.ex:23
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Next steps to boost your presentations"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:109
|
||
#, elixir-autogen, elixir-format
|
||
msgid "from %{count} people"
|
||
msgid_plural "from %{count} peoples"
|
||
msgstr[0] ""
|
||
msgstr[1] ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:15
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:386
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No messages has been sent"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:426
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This will delete all data related to your event, this cannot be undone. Confirm ?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:45
|
||
#: lib/claper_web/live/stat_live/index.html.heex:77
|
||
#, elixir-autogen, elixir-format
|
||
msgid "attendee"
|
||
msgid_plural "attendees"
|
||
msgstr[0] ""
|
||
msgstr[1] ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:38
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Audience peak"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:139
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Engagement rate"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:282
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Error when processing the file"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/join.html.heex:24
|
||
#: lib/claper_web/live/event_live/join.html.heex:47
|
||
#, elixir-autogen, elixir-format
|
||
msgid "About"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/join.html.heex:38
|
||
#: lib/claper_web/live/event_live/join.html.heex:61
|
||
#: lib/claper_web/templates/user_session/new.html.heex:62
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Login"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_session/new.html.heex:25
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Connect to your account"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:473
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Or use the code:"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_registration/new.html.heex:46
|
||
#: lib/claper_web/templates/user_session/new.html.heex:84
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Create account"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:32
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:161
|
||
#: lib/claper_web/templates/user_registration/new.html.heex:37
|
||
#: lib/claper_web/templates/user_reset_password/edit.html.heex:34
|
||
#: lib/claper_web/templates/user_session/new.html.heex:50
|
||
#: lib/claper_web/templates/user_session/new.html.heex:52
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:62
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Change the password used to access your account."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:70
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Current password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:76
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:112
|
||
#, elixir-autogen, elixir-format
|
||
msgid "New password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:59
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Update your password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:159
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your password has been updated."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:26
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Field %{count}"
|
||
msgid_plural "Field %{count}"
|
||
msgstr[0] ""
|
||
msgstr[1] ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:230
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Add form to collect data from your public."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/form_component.ex:51
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Current form"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:326
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Edit form"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:227
|
||
#: lib/claper_web/live/event_live/manage.html.heex:824
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1408
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Form"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1183
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Form submissions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1382
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Form submissions from attendees will appear here."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:106
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:74
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:273
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:19
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:74
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:254
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:24
|
||
#: lib/claper_web/live/event_live/manage.ex:919
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Name"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:325
|
||
#, elixir-autogen, elixir-format
|
||
msgid "New form"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:305
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No form submission has been sent"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/form_component.ex:32
|
||
#, elixir-autogen, elixir-format
|
||
msgid "See current form"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/form_component.ex:97
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:183
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Submit"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:32
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Text"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1401
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This cannot be undone, confirm ?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:105
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This will delete all responses associated and the form itself, are you sure?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:14
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Title of your form"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:34
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Type"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/poll_component.ex:52
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Select one option"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/poll_component.ex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Select one or multiple options"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/poll_live/form_component.html.heex:92
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Multiple answers"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:122
|
||
#, elixir-autogen, elixir-format
|
||
msgid "PDF, PPT, PPTX up to %{size} MB"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:482
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enable messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:305
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Show messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:365
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Messages deactivated"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:208
|
||
#: lib/claper_web/live/event_live/show.html.heex:229
|
||
#: lib/claper_web/live/event_live/show.html.heex:329
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Anonymous"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:255
|
||
#: lib/claper_web/templates/lti/launch/error.html.heex:17
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Close"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:236
|
||
#: lib/claper_web/live/event_live/show.html.heex:281
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enter your name"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/presenter.html.heex:38
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Or go to %{url} and use the code:"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:249
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Use your name"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:229
|
||
#, elixir-autogen, elixir-format
|
||
msgid "disabled"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/controllers/user_registration_controller.ex:14
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Account creation is disabled"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:261
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Add a Youtube video or any web content."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_reset_password/edit.html.heex:51
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Confirm new password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_session/new.html.heex:79
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Forgot your password?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/controllers/user_reset_password_controller.ex:26
|
||
#, elixir-autogen, elixir-format
|
||
msgid "If your email is in our system, you'll receive instructions to reset your password shortly."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_reset_password/edit.html.heex:42
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Password confirmation"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/controllers/user_reset_password_controller.ex:44
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Password updated successfully."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/controllers/user_reset_password_controller.ex:59
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Reset password link is invalid or it has expired."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_reset_password/edit.html.heex:12
|
||
#: lib/claper_web/templates/user_reset_password/new.html.heex:12
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Reset your password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_reset_password/new.html.heex:36
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Send link to reset password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/embed_component.ex:55
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Current web content"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:347
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Edit web content"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:346
|
||
#, elixir-autogen, elixir-format
|
||
msgid "New web content"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/embed_component.ex:32
|
||
#, elixir-autogen, elixir-format
|
||
msgid "See current web content"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:74
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This will delete the web content, are you sure?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:14
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:14
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Title"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:259
|
||
#: lib/claper_web/live/event_live/manage.html.heex:866
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Web content"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:38
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:67
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Pin"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/post_component.ex:59
|
||
#: lib/claper_web/live/event_live/post_component.ex:175
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Pinned"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1175
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Pinned messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1336
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Pinned messages will appear here."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:360
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Show only pinned messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:36
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:65
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Unpin"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/leader_notifier/invitation.html.heex:35
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Login or create account"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/leader_notifier/invitation.html.heex:22
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Someone invited you to manage the event: %{name}"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/leader_notifier/invitation.html.heex:25
|
||
#, elixir-autogen, elixir-format
|
||
msgid "To accept the invitation, please login or create an account with this email: %{email}"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/leader_notifier/invitation.html.heex:17
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You have been invited"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/notifiers/leader_notifier.ex:12
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You have been invited to manage an event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/form_component.ex:114
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Saved"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:301
|
||
#, elixir-autogen, elixir-format
|
||
msgid "All your events and files will be permanently deleted, are you sure?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:183
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Are you sure you want to terminate this event? This action cannot be undone."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:175
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Attendees room"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:291
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Be careful, these actions are irreversible"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:288
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Danger zone"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:297
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Delete account"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:565
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Open presentation"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:370
|
||
#, elixir-autogen, elixir-format
|
||
msgid "View report"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/controllers/user_registration_controller.ex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your account has been deleted."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:301
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Access code"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:84
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Animations in PPT/PPTX files are not supported, which is why we recommend exporting your presentation to PDF to ensure it displays correctly."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1147
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Attendees interactions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:6
|
||
#: lib/claper_web/live/event_live/index.html.heex:107
|
||
#: lib/claper_web/live/event_live/manage.html.heex:428
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:151
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:198
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Back"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:336
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Facilitators"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:7
|
||
#: lib/claper_web/live/event_live/index.html.heex:108
|
||
#: lib/claper_web/live/event_live/manage.html.heex:429
|
||
#: lib/claper_web/templates/lti/registration/success.html.heex:26
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Finish"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1149
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Here you'll find all interactions from your attendees. You can manage messages, pinned messages, and submitted forms."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1149
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Identify users by their unique avatars."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:40
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:5
|
||
#: lib/claper_web/live/event_live/index.html.heex:106
|
||
#: lib/claper_web/live/event_live/manage.html.heex:427
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:176
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:161
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:209
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Next"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:84
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Select your presentation file. Accepted formats are PDF, PPT, or PPTX. Ensure the file size does not exceed the maximum limit."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:545
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Time to launch your presentation!"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1450
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Use the associated keyboard shortcuts for quick toggling of these settings."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1450
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You can control each setting for the presentation (showing on the big screen) and on the attendee's room."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:149
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your first steps with Claper"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:317
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Attendees attempting to access the event prior to this date will be directed to a waiting room."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:167
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Create event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:225
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Create your first event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:316
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Event start date"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:119
|
||
#, elixir-autogen, elixir-format
|
||
msgid "If you don't have time and just want interactions without a presentation file, you can create a new event here."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:337
|
||
#, elixir-autogen, elixir-format
|
||
msgid "If you require assistance in managing your event, you can grant access to others. Simply enter their email addresses; once they register an account with these emails, they will be able to manage the event."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:124
|
||
#, elixir-autogen, elixir-format
|
||
msgid "In a hurry ?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Live"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:112
|
||
#, elixir-autogen, elixir-format
|
||
msgid "My events"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:291
|
||
#: lib/claper_web/live/event_live/index.html.heex:83
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Name of your event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:337
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Note: Facilitators do not have the ability to delete your event."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:85
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Presentation file (optional)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:142
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Quick event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.ex:102
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Quick event created successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/join.html.heex:104
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Return to your last event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:317
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Select the start date for your event. Future dates are permissible."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:88
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Select your presentation (optional)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:302
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This code will be used by your attendees to access the event. You have the option to create a custom code."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.ex:206
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This event has been terminated"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:148
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Welcome to Claper! You can create a new event here."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:326
|
||
#, elixir-autogen, elixir-format
|
||
msgid "When your event will start?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/show.html.heex:38
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Create your next presentation with"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.ex:210
|
||
#: lib/claper_web/live/event_live/manage.ex:23
|
||
#: lib/claper_web/live/event_live/presenter.ex:26
|
||
#: lib/claper_web/live/event_live/show.ex:38
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Event doesn't exist"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:244
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Customize your account"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:278
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Language"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:241
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Preferences"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:180
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your preferences have been updated."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manageable_post_component.ex:29
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Question"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1167
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Questions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1254
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Questions will appear here."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1296
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Sort by date"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1275
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Sort by popularity"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:152
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Event manager"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/layout/_user_menu.html.heex:19
|
||
#: lib/claper_web/templates/layout/admin.html.heex:278
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Documentation"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:5
|
||
#: lib/claper_web/templates/layout/_user_menu.html.heex:6
|
||
#, elixir-autogen, elixir-format
|
||
msgid "My account"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:139
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your personal informations to access your account"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:589
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enable reactions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/registration/success.html.heex:14
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Activate the tool in your LMS"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/registration/new.html.heex:24
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Bring Claper to your LMS"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/registration/success.html.heex:17
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Check the permissions to share name and email of users"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/registration/success.html.heex:15
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Configure it to be opened in a new window"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/launch/error.html.heex:5
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Oops"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/registration/new.html.heex:27
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Register your platform"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/registration/success.html.heex:5
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Registration completed"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/launch/error.html.heex:9
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You cannot perform this action"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/registration/success.html.heex:10
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your next steps"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/registration/new.html.heex:40
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Add Claper"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:123
|
||
#: lib/claper_web/live/event_live/manage.html.heex:538
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Close preview"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:734
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Create your first interaction."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1093
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Disable"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:1110
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enable"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:499
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enable messages to change this option"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:122
|
||
#: lib/claper_web/live/event_live/manage.html.heex:537
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Open preview"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:322
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Show messages to change this option"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:731
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This slide does not have any interactions."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:176
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Accounts linked"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:208
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:226
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Are you sure you want to unlink this account?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_session/new.html.heex:74
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Login with %{provider}"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:101
|
||
#: lib/claper_web/live/user_settings_live/show.ex:115
|
||
#, elixir-autogen, elixir-format
|
||
msgid "The account has been unlinked."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:707
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This section contains all your interactions."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:211
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:229
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Unlink"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:707
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You can add interactions to your presentation slides."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:706
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your interactions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.html.heex:119
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Confirm password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:68
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Set a new password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:71
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Set a new password for your account before unlinking it."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/user_settings_live/show.ex:204
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your password has been set, you can now unlink your account."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:34
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Iframe code"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:35
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Link to the content"
|
||
msgstr ""
|
||
|
||
#: lib/claper/embeds/embed.ex:65
|
||
#: lib/claper/embeds/embed.ex:74
|
||
#: lib/claper/embeds/embed.ex:83
|
||
#: lib/claper/embeds/embed.ex:92
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Please enter a valid %{provider} link"
|
||
msgstr ""
|
||
|
||
#: lib/claper/embeds/embed.ex:62
|
||
#: lib/claper/embeds/embed.ex:71
|
||
#: lib/claper/embeds/embed.ex:80
|
||
#: lib/claper/embeds/embed.ex:89
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Please enter a valid link starting with http:// or https://"
|
||
msgstr ""
|
||
|
||
#: lib/claper/embeds/embed.ex:98
|
||
#: lib/claper/embeds/embed.ex:122
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Please enter valid HTML content with an iframe tag"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:23
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/poll_live/form_component.html.heex:85
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Attendees can see the results on their device"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Attendees can view the web content on their device"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/embed_live/form_component.html.heex:43
|
||
#: lib/claper_web/live/poll_live/form_component.html.heex:78
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:166
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Options"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:268
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:418
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Duplicate"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/csrf_error.html.heex:8
|
||
#, elixir-autogen, elixir-format
|
||
msgid "A required security token was not found or was invalid."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/csrf_error.html.heex:26
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Back to Login"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/csrf_error.html.heex:5
|
||
#, elixir-autogen, elixir-format
|
||
msgid "CSRF Verification Failed"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/csrf_error.html.heex:17
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Clear cookies (at least for Claper domain)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/csrf_error.html.heex:20
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Ensure the URL does not contain an extra \"/\" anywhere"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/csrf_error.html.heex:23
|
||
#, elixir-autogen, elixir-format
|
||
msgid "If the problem persists, please contact support."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/csrf_error.html.heex:14
|
||
#, elixir-autogen, elixir-format
|
||
msgid "If you're continually seeing this issue, try the following:"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/csrf_error.html.heex:18
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Reload the page you're trying to access (don't re-submit data)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/error/csrf_error.html.heex:19
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Try logging in again"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:201
|
||
#, elixir-autogen, elixir-format
|
||
msgid "End"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:212
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:292
|
||
#: lib/claper_web/live/event_live/event_card_component.ex:381
|
||
#, elixir-autogen, elixir-format
|
||
msgid "More options"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.ex:894
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.ex:894
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Yes"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/confirm.html.heex:29
|
||
#, elixir-autogen, elixir-format
|
||
msgid "CONFIRM ACCOUNT"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/confirm.html.heex:17
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Confirm account"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/notifiers/user_notifier.ex:45
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Confirmation instructions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/reset.html.heex:29
|
||
#, elixir-autogen, elixir-format
|
||
msgid "RESET PASSWORD"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/reset.html.heex:17
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Reset password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/notifiers/user_notifier.ex:56
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Reset password instructions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/confirm.html.heex:22
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You can confirm your account by visiting the URL below"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/reset.html.heex:22
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You can reset your password by visiting the URL below"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_registration/confirm.html.heex:29
|
||
#, elixir-autogen, elixir-format
|
||
msgid "back to the home page"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:44
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Add Question"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:293
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Add a quiz to test knowledge."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:146
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Add answer"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:538
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Allow anonymous messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:78
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Answer %{index}"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:446
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Attendees"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manageable_quiz_component.ex:46
|
||
#: lib/claper_web/live/stat_live/index.html.heex:426
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Average score"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:60
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Current quiz"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:541
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Deny anonymous messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:483
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Disable messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:592
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Disable reactions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:368
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Edit quiz"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:259
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Hide instructions to join"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:306
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Hide messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:62
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:112
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Hide results on presentation"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/event_form_component.html.heex:36
|
||
#: lib/claper_web/live/event_live/index.html.heex:28
|
||
#: lib/claper_web/live/event_live/manage.html.heex:35
|
||
#, elixir-autogen, elixir-format
|
||
msgid "How it works ?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:22
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Interaction"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:367
|
||
#, elixir-autogen, elixir-format
|
||
msgid "New quiz"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:218
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Presentation"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:34
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:168
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Previous"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:291
|
||
#: lib/claper_web/live/event_live/manage.html.heex:912
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Quiz"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:152
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Remove question"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:144
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Review questions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:41
|
||
#, elixir-autogen, elixir-format
|
||
msgid "See current quiz"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:387
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Select presentation"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:362
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Show all messages"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:256
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Show instructions to join"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:121
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Show results"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:65
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:115
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Show results on presentation"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:200
|
||
#, elixir-autogen, elixir-format
|
||
msgid "This will delete all responses associated and the quiz itself, are you sure?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:124
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Waiting for results..."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:58
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your question"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:113
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Your score"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:236
|
||
#: lib/claper_web/live/stat_live/index.html.heex:298
|
||
#: lib/claper_web/live/stat_live/index.html.heex:380
|
||
#: lib/claper_web/live/stat_live/index.html.heex:422
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Export"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:212
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Export to QTI (XML)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:194
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Forms"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:170
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Interactions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:338
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No form has been created"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:272
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No poll has been created"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:476
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No quiz has been created"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:359
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No web content has been created"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:187
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Polls"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:208
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Quizzes"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.ex:62
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Report"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:70
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Unique attendees"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:201
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Web Content"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:127
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:131
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:286
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:135
|
||
#: lib/claper_web/live/event_live/index.html.heex:179
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Active"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:218
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Load more"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/index.html.heex:195
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Shared with you"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/lti/registration/new.html.heex:43
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You must login to continue"
|
||
msgstr ""
|
||
|
||
#: lib/claper/quizzes/quiz_question.ex:51
|
||
#, elixir-autogen, elixir-format
|
||
msgid "must have at least one correct answer"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.html.heex:547
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Click here to open the presentation window. Press <strong>F</strong> in the presentation window to enable fullscreen."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/quiz_live/quiz_component.html.heex:173
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Allow anonymous submissions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:167
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Please sign in to submit your answers"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/quiz_component.ex:170
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Sign in"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/stat_live/index.html.heex:435
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Total submissions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:37
|
||
#, elixir-autogen, elixir-format
|
||
msgid "A unique code for participants to join this event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:23
|
||
#, elixir-autogen, elixir-format
|
||
msgid "A unique name for this event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:28
|
||
#, elixir-autogen, elixir-format
|
||
msgid "A unique name to identify this OIDC provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:63
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Account is confirmed and active"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/components/core_components.ex:368
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:126
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:108
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:111
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Actions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:55
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Active Events"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:216
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Are you sure you want to delete this event?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:194
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Are you sure you want to delete this provider?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:197
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Are you sure you want to delete this user?"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:68
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Assigned User"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:110
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:119
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:299
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Audience Peak"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:103
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Authorization Code"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:80
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:147
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:72
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Cancel"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/form_field_component.ex:112
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Choose file"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:264
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Client ID"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:62
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Client Secret"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:121
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Completed"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:134
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:268
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Confirmed"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:291
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Confirmed At"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:83
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Create Event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:150
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Create Provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:75
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Create User"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:101
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:104
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Created"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:305
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:296
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:278
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Created At"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:57
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Currently running"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:219
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Delete event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:197
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Delete provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:200
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Delete user"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:339
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Edit OIDC Provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:176
|
||
#: lib/claper_web/live/admin_live/event_live.ex:41
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:194
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:348
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:358
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Edit event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.ex:46
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:172
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:349
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Edit provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.ex:42
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:175
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:329
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:339
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Edit user"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:136
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enable this OIDC provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:51
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enter client ID"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:63
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enter client secret"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:33
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enter event code"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:20
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enter event name"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:33
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enter password"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:25
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enter provider name"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:19
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Enter user email"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:81
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Event Creation"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:147
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Event created successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.ex:58
|
||
#: lib/claper_web/live/admin_live/event_live.ex:110
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Event deleted successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.ex:47
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:253
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Event details"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:132
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Event updated successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.ex:16
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:6
|
||
#: lib/claper_web/templates/layout/admin.html.heex:214
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Events"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.ex:92
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Events exported successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:107
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:291
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:57
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Expired At"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/form_field_component.ex:177
|
||
#, elixir-autogen, elixir-format
|
||
msgid "File selected"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:121
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Form Post"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:120
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Fragment"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:125
|
||
#, elixir-autogen, elixir-format
|
||
msgid "How the authorization response should be returned (defaults to 'query')"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:105
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Hybrid"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:104
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Implicit"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:135
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:290
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Inactive"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:36
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Initial password for the user"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:83
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:258
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Issuer"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:37
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Issuer URL"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:66
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:82
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Last 30 days"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:311
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:302
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:284
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Last Updated"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.ex:35
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:325
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:335
|
||
#, elixir-autogen, elixir-format
|
||
msgid "New event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:201
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:134
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No events found"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/form_field_component.ex:125
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No file chosen"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:147
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:279
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No owner"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:129
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:260
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No role"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:119
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No users found"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:157
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:295
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Not expired"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:152
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:287
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Not started"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:108
|
||
#, elixir-autogen, elixir-format
|
||
msgid "OAuth 2.0 response type (defaults to 'code')"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:250
|
||
#, elixir-autogen, elixir-format
|
||
msgid "OIDC Provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:231
|
||
#, elixir-autogen, elixir-format
|
||
msgid "OIDC Provider details"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.ex:15
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:6
|
||
#, elixir-autogen, elixir-format
|
||
msgid "OIDC Providers"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:92
|
||
#, elixir-autogen, elixir-format
|
||
msgid "OIDC scopes to request (defaults to 'openid email profile')"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:108
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:87
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:277
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Owner"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:209
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Provider created successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:194
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Provider updated successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:119
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Query"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:100
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Recent Events"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:74
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Redirect URI"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:117
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Response Mode"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:270
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:101
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Response Type"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:83
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:258
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:46
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Role"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:82
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:149
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:74
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Saving..."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:124
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Scheduled"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:276
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:89
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Scope"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:55
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Search events..."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:70
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Search for a user..."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:55
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Search providers..."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:55
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Search users..."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/form_field_component.ex:71
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Select an option"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/searchable_select_component.ex:85
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Select..."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:109
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Start Date"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:95
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:283
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:46
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Started At"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:111
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:92
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:282
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:92
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:264
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Status"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:41
|
||
#, elixir-autogen, elixir-format
|
||
msgid "The OIDC issuer URL (must start with http:// or https://)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:79
|
||
#, elixir-autogen, elixir-format
|
||
msgid "The callback URL for your application (must start with http:// or https://)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:73
|
||
#, elixir-autogen, elixir-format
|
||
msgid "The user who owns this event (required)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:33
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Total Events"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:11
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Total Users"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:138
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:272
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Unconfirmed"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:83
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Update Event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:150
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Update Provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:75
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Update User"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:250
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User Account"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:65
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User Growth"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:165
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User created successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.ex:59
|
||
#: lib/claper_web/live/admin_live/user_live.ex:127
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User deleted successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.ex:48
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:234
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User details"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:150
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User updated successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User's access level"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live/form_component.ex:22
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User's email address (must be unique)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.ex:17
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:6
|
||
#: lib/claper_web/templates/layout/admin.html.heex:230
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Users"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.ex:97
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Users exported successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:151
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:169
|
||
#, elixir-autogen, elixir-format
|
||
msgid "View event"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:147
|
||
#, elixir-autogen, elixir-format
|
||
msgid "View provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:150
|
||
#, elixir-autogen, elixir-format
|
||
msgid "View user"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live/form_component.ex:60
|
||
#, elixir-autogen, elixir-format
|
||
msgid "When this event expires (optional)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:139
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Whether this provider is currently active and available for authentication"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:301
|
||
#, elixir-autogen, elixir-format
|
||
msgid "attendees"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:38
|
||
#, elixir-autogen, elixir-format
|
||
msgid "https://example.com"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:75
|
||
#, elixir-autogen, elixir-format
|
||
msgid "https://yourapp.com/auth/callback"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live/form_component.ex:90
|
||
#, elixir-autogen, elixir-format
|
||
msgid "openid email profile"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:28
|
||
#: lib/claper_web/live/admin_live/dashboard_live.html.heex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "vs last month"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/event_live.html.heex:256
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Back to events"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:234
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Back to providers"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:237
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Back to users"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.ex:40
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:23
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:316
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:326
|
||
#, elixir-autogen, elixir-format
|
||
msgid "New provider"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/user_live.ex:36
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:306
|
||
#: lib/claper_web/live/admin_live/user_live.html.heex:316
|
||
#, elixir-autogen, elixir-format
|
||
msgid "New user"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.html.heex:116
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No providers found"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.ex:57
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Provider deleted successfully"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/oidc_provider_live.ex:34
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Provider details"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/layout/_user_menu.html.heex:13
|
||
#: lib/claper_web/templates/layout/admin.html.heex:44
|
||
#: lib/claper_web/templates/layout/admin.html.heex:182
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Admin"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/layout/admin.html.heex:301
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Back to app"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/change.html.heex:17
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Confirm email change"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/change.html.heex:32
|
||
#, elixir-autogen, elixir-format
|
||
msgid "If you didn't request an email change, please ignore this."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/templates/user_notifier/change.html.heex:22
|
||
#, elixir-autogen, elixir-format
|
||
msgid "You can confirm your email change by visiting the URL below"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:416
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Hide attendee count"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manager_settings_component.ex:413
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Show attendee count"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/form_live/form_component.html.heex:37
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Required"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/views/components/input_component.ex:16
|
||
#: lib/claper_web/views/components/input_component.ex:295
|
||
#, elixir-autogen, elixir-format
|
||
msgid "(optional)"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:67
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:105
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Action"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.ex:39
|
||
#, elixir-autogen, elixir-format
|
||
msgid "All actions"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.ex:50
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Audit Log Details"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.ex:24
|
||
#: lib/claper_web/templates/layout/admin.html.heex:246
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Audit Logs"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:66
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:99
|
||
#, elixir-autogen, elixir-format
|
||
msgid "ID"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:78
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:152
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Metadata"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:55
|
||
#, elixir-autogen, elixir-format
|
||
msgid "No results."
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:145
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Resource ID"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:137
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Resource Type"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.ex:33
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Search by user email"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:73
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:130
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Timestamp"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:70
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:111
|
||
#, elixir-autogen, elixir-format
|
||
msgid "User"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/components/core_components.ex:74
|
||
#, elixir-autogen, elixir-format
|
||
msgid "close"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:88
|
||
#, elixir-autogen, elixir-format
|
||
msgid "View details for log #%{id}"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/admin_live/audit_log_live.html.heex:119
|
||
#, elixir-autogen, elixir-format
|
||
msgid "View profile for %{email}"
|
||
msgstr ""
|
||
|
||
#: lib/claper_web/live/event_live/manage.ex:902
|
||
#: lib/claper_web/live/event_live/manage.ex:941
|
||
#: lib/claper_web/live/event_live/manage.ex:957
|
||
#: lib/claper_web/live/event_live/manage.ex:997
|
||
#, elixir-autogen, elixir-format
|
||
msgid "Resource not found"
|
||
msgstr ""
|