scaffolding hermes flow and audit logging
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
"app.name" = "Hermes";
|
||||
"app.subtitle" = "Native study app prototype";
|
||||
"onboarding.title" = "Study intro";
|
||||
"app.subtitle" = "Native Hermes app prototype";
|
||||
"locale_english" = "English";
|
||||
"locale_swedish" = "Swedish";
|
||||
"common.loading" = "Loading";
|
||||
"common.retry" = "Retry";
|
||||
"errors.generic" = "Please try again.";
|
||||
"errors.network" = "Network error. Check your connection.";
|
||||
"errors.session_expired" = "Session expired. Please start again.";
|
||||
"onboarding.title" = "Welcome to Hermes";
|
||||
"onboarding.subtitle" = "Watch the clip, decide before lock, then see the reveal.";
|
||||
"onboarding.consent_body" = "This prototype is for research and does not use real money.";
|
||||
"onboarding.consent_note" = "You can switch languages at any time.";
|
||||
@@ -35,3 +42,17 @@
|
||||
"result.win" = "Winning selection";
|
||||
"result.lose" = "Not this time";
|
||||
"result.next_round" = "Next round";
|
||||
"session.title" = "Session";
|
||||
"session.subtitle" = "Session sync and lifecycle controls.";
|
||||
"session.note" = "Session state will appear here once the backend session is started.";
|
||||
"session.status_loading" = "Starting session";
|
||||
"session.status_ready" = "Session active";
|
||||
"session.status_error" = "Session unavailable";
|
||||
"session.id_label" = "Session ID";
|
||||
"session.user_id_label" = "User ID";
|
||||
"session.locale_label" = "Locale";
|
||||
"session.started_label" = "Started";
|
||||
"session.variant_label" = "Variant";
|
||||
"session.app_version_label" = "App version";
|
||||
"session.device_model_label" = "Device model";
|
||||
"session.os_version_label" = "OS version";
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
"app.name" = "Hermes";
|
||||
"app.subtitle" = "Native prototype för studien";
|
||||
"onboarding.title" = "Studieintro";
|
||||
"app.subtitle" = "Native Hermes-prototyp";
|
||||
"locale_english" = "Engelska";
|
||||
"locale_swedish" = "Svenska";
|
||||
"common.loading" = "Laddar";
|
||||
"common.retry" = "Försök igen";
|
||||
"errors.generic" = "Försök igen.";
|
||||
"errors.network" = "Nätverksfel. Kontrollera anslutningen.";
|
||||
"errors.session_expired" = "Sessionen har gått ut. Starta igen.";
|
||||
"onboarding.title" = "Välkommen till Hermes";
|
||||
"onboarding.subtitle" = "Titta på klippet, välj före låsning och se sedan avslöjandet.";
|
||||
"onboarding.consent_body" = "Den här prototypen är för forskning och använder inga riktiga pengar.";
|
||||
"onboarding.consent_note" = "Du kan byta språk när som helst.";
|
||||
@@ -35,3 +42,17 @@
|
||||
"result.win" = "Vinnande val";
|
||||
"result.lose" = "Inte denna gång";
|
||||
"result.next_round" = "Nästa runda";
|
||||
"session.title" = "Session";
|
||||
"session.subtitle" = "Sessionssynk och livscykelkontroller.";
|
||||
"session.note" = "Sessionsstatus visas här när backend-sessionen har startat.";
|
||||
"session.status_loading" = "Startar session";
|
||||
"session.status_ready" = "Session aktiv";
|
||||
"session.status_error" = "Sessionen är otillgänglig";
|
||||
"session.id_label" = "Sessions-ID";
|
||||
"session.user_id_label" = "Användar-ID";
|
||||
"session.locale_label" = "Språk";
|
||||
"session.started_label" = "Startad";
|
||||
"session.variant_label" = "Variant";
|
||||
"session.app_version_label" = "Appversion";
|
||||
"session.device_model_label" = "Enhetsmodell";
|
||||
"session.os_version_label" = "OS-version";
|
||||
|
||||
Reference in New Issue
Block a user