Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up localization for experiment microsurvey-search-csat-2024 #41

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/storage/experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@
"it"
]
},
"microsurvey-search-csat-2024": {
"complete": false,
"file": "en-US/subset/microsurvey_search_csat_2024_2024.ftl",
"issue": "40",
"locales": [
"de",
"en-CA",
"en-GB",
"fr"
]
},
"microsurvey-sync-csat-2024": {
"complete": true,
"file": "en-US/subset/microsurvey_sync_csat_2024_2024.ftl",
Expand Down
28 changes: 28 additions & 0 deletions en-CA/subset/microsurvey_search_csat_2024_2024.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

## Branch: survey

# The title of a popup asking the user to give feedback by answering a short survey about search
question-title = Help improve search in Firefox
# Survey question about satisfaction with the search experience in Firefox
csat-question = How satisfied are you with the search experience in Firefox?
# Label for the button that submits the user's response and finishes the survey
submit-button-label = Submit
# Text for the terms of use link
tos-link-label = Terms of use
# Answer choice indicating the least satisfaction with the search experience
radio-very-dissatisfied-label = Very dissatisfied
# Answer choice indicating little satisfaction with the search experience
radio-dissatisfied-label = Dissatisfied
# Answer choice indicating no strong feelings either way about the search experience
radio-neutral-label = Neutral
# Answer choice indicating moderate satisfaction with the search experience
radio-satisfied-label = Satisfied
# Answer choice indicating the highest satisfaction with the search experience
radio-very-satisfied-label = Very satisfied
# Answer choice indicating that the user does not use the search experience
radio-dont-use-label = I don’t use search in Firefox
# Text displayed in a thank-you toast notification that appears briefly after the user submits their survey response
thanks-toast-title = Thanks for your feedback!
28 changes: 28 additions & 0 deletions en-GB/subset/microsurvey_search_csat_2024_2024.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

## Branch: survey

# The title of a popup asking the user to give feedback by answering a short survey about search
question-title = Help improve search in Firefox
# Survey question about satisfaction with the search experience in Firefox
csat-question = How satisfied are you with the search experience in Firefox?
# Label for the button that submits the user's response and finishes the survey
submit-button-label = Submit
# Text for the terms of use link
tos-link-label = Terms of use
# Answer choice indicating the least satisfaction with the search experience
radio-very-dissatisfied-label = Very dissatisfied
# Answer choice indicating little satisfaction with the search experience
radio-dissatisfied-label = Dissatisfied
# Answer choice indicating no strong feelings either way about the search experience
radio-neutral-label = Neutral
# Answer choice indicating moderate satisfaction with the search experience
radio-satisfied-label = Satisfied
# Answer choice indicating the highest satisfaction with the search experience
radio-very-satisfied-label = Very satisfied
# Answer choice indicating that the user does not use the search experience
radio-dont-use-label = I don’t use search in Firefox
# Text displayed in a thank-you toast notification that appears briefly after the user submits their survey response
thanks-toast-title = Thanks for your feedback!
28 changes: 28 additions & 0 deletions en-US/subset/microsurvey_search_csat_2024_2024.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

## Branch: survey

# The title of a popup asking the user to give feedback by answering a short survey about search
question-title = Help improve search in Firefox
# Survey question about satisfaction with the search experience in Firefox
csat-question = How satisfied are you with the search experience in Firefox?
# Label for the button that submits the user's response and finishes the survey
submit-button-label = Submit
# Text for the terms of use link
tos-link-label = Terms of use
# Answer choice indicating the least satisfaction with the search experience
radio-very-dissatisfied-label = Very dissatisfied
# Answer choice indicating little satisfaction with the search experience
radio-dissatisfied-label = Dissatisfied
# Answer choice indicating no strong feelings either way about the search experience
radio-neutral-label = Neutral
# Answer choice indicating moderate satisfaction with the search experience
radio-satisfied-label = Satisfied
# Answer choice indicating the highest satisfaction with the search experience
radio-very-satisfied-label = Very satisfied
# Answer choice indicating that the user does not use the search experience
radio-dont-use-label = I don’t use search in Firefox
# Text displayed in a thank-you toast notification that appears briefly after the user submits their survey response
thanks-toast-title = Thanks for your feedback!
10 changes: 10 additions & 0 deletions l10n.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,13 @@ locales = [
"en-GB",
"fr"
]

[[paths]]
reference = "en-US/subset/microsurvey_search_csat_2024_2024.ftl"
l10n = "{locale}/subset/microsurvey_search_csat_2024_2024.ftl"
locales = [
"de",
"en-CA",
"en-GB",
"fr"
]