diff --git a/packages/i18n/src/locales/en/settings.yaml b/packages/i18n/src/locales/en/settings.yaml index d847c34ac..e82d7ce5d 100644 --- a/packages/i18n/src/locales/en/settings.yaml +++ b/packages/i18n/src/locales/en/settings.yaml @@ -68,6 +68,23 @@ dialogs: stateRequesting: Requesting... stateGranted: Granted stateNotGranted: Not granted + bug-report: + title: Bug report (´;ω;`)ヾ(・∀・`) + subtitle: Oops, sorry we made something wrong. Would you mind telling us what happened? + trigger-label: Report a Bug + submit-label: Send Bug Report + triage-description: Include screenshot and page context to help us triage this issue. + description-placeholder: Steps to reproduce, expected behavior, and actual behavior + include-current-page-screenshot: Include current page screenshot + manual-media: + label: Manually choose screenshots / recordings + optional: Optional. + media-files: + label: Media files + description: 'Optional: manually select.' + placeholder: Choose screenshot or video file + selected-count: '{count} file(s) selected' + last-submitted-preview: Last Submitted Payload Preview language: title: Language description: | diff --git a/packages/i18n/src/locales/en/tamagotchi/stage.yaml b/packages/i18n/src/locales/en/tamagotchi/stage.yaml index d14c7ccaa..a0a3894f1 100644 --- a/packages/i18n/src/locales/en/tamagotchi/stage.yaml +++ b/packages/i18n/src/locales/en/tamagotchi/stage.yaml @@ -45,3 +45,49 @@ notice: preparing: Preparing… read-more: Read more preview-title: What is it? + +about: + subtitle: Desktop ver. + current-version: Current Version + common: + cancel: Cancel + links: + title: Links + home: Home + documentation: Documentations + github: GitHub + update: + lane: + label: Update lane + description: Choose which release lane updater checks against. Auto follows the current app prerelease lane. + placeholder: Choose update lane + channels: + auto: Auto + stable: Stable + alpha: Alpha + beta: Beta + nightly: Nightly + canary: Canary + status: + downloading: Downloading update... + error-prefix: Error + latest: Up to date (v{version}). + downloaded: + windows: Update ready to install silently (v{version}). + restart: Update ready to install on restart (v{version}). + actions: + download: Download Update + download-short: Download + confirm-download: Confirm Download + check-for-updates: Check for updates + checking: Checking... + latest-version: Latest version + disabled-dev: Updates disabled in Dev + retry-check: Retry Check + restart-silent: Restart to update silently + restart-install: Restart to install update + confirm-restart: Confirm Restart + dialog: + title: Update Available + description: A new version (v{version}) is available. + no-release-notes-markdown: _No release notes provided._ diff --git a/packages/stage-ui/src/components/scenarios/dialogs/bug-report/bug-report-dialog.vue b/packages/stage-ui/src/components/scenarios/dialogs/bug-report/bug-report-dialog.vue new file mode 100644 index 000000000..38915c72a --- /dev/null +++ b/packages/stage-ui/src/components/scenarios/dialogs/bug-report/bug-report-dialog.vue @@ -0,0 +1,214 @@ + + + diff --git a/packages/stage-ui/src/components/scenarios/dialogs/bug-report/bug-report-form.vue b/packages/stage-ui/src/components/scenarios/dialogs/bug-report/bug-report-form.vue new file mode 100644 index 000000000..0cefdb1d8 --- /dev/null +++ b/packages/stage-ui/src/components/scenarios/dialogs/bug-report/bug-report-form.vue @@ -0,0 +1,130 @@ + + +