You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: provide data to sentry only in dev and stage
Ensure GDPR compliance for standard users
fix: add en as fallback lang
provide a few french translations
feat: add new idea button
fix: validation when all ideas are rated
fix: grid layout for ideas
feat: state control ⏯️
refactor: ideation view
feat: state management and waiting screen
feat: add final anonymous ideas view
fix: change ratings nomenclature
Copy file name to clipboardExpand all lines: src/langs/en.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,12 @@
21
21
"SYNC_ALERT_SUCCESS": "All ideas are sync.",
22
22
"CUE_PARENT_IDEA_TITLE": "Previous idea",
23
23
"IDEA_BEING_SUBMITTED_ALERT": "Your idea is being submitted, please wait for a few seconds.",
24
-
"CHECK_FOR_NEW_IDEAS": "Check for new ideas"
24
+
"CHECK_FOR_NEW_IDEAS": "Check for new ideas",
25
+
"PROPOSE_NEW_IDEA": "Propose a new idea",
26
+
"STATE_CONTROL_TITLE": "Controls",
27
+
"PAUSE_MESSAGE": "The process has been paused by the admin. Please, wait for a moment.",
28
+
"WAIT_TO_START_SCREEN_MAIN_INSTRUCTION": "The ideation will start soon. In the meantime, please, read the following instructions:",
29
+
"WAIT_TO_START_SCREEN_STEP1": "At the beginning, you will be presented with a generative design question and asked to provide an answer to it.",
30
+
"WAIT_TO_START_SCREEN_STEP2": "After submitting a first answer, you will see some ideas provided by the other participants. Rate all of them and then propose a new idea, either by choosing one to build upon or by proposing a completely new one."
0 commit comments