Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Mar 12, 2024
1 parent fe93431 commit f69736b
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
16 changes: 16 additions & 0 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,22 @@ translations:
- key: options.features.used.label.short
t: Used it

# aliases
- key: options.experience.never_heard.label.short
aliasFor: options.features.never_heard.label.short
- key: options.experience.heard.label.short
aliasFor: options.features.heard.label.short
- key: options.experience.used.label.short
aliasFor: options.features.used.label.short

# sentiments
- key: options.sentiment.positive.label.short
t: Positive
- key: options.sentiment.neutral.label.short
t: Neutral
- key: options.sentiment.negative.label.short
t: Negative

# patterns
- key: options.patterns.use_never
t: Almost always avoid
Expand Down
47 changes: 47 additions & 0 deletions results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1579,3 +1579,50 @@ translations:
fix it:
- key: dataloader.submit_issue
t: Submit Issue

###########################################################################
# Chart Controls
###########################################################################

- key: charts.group_by
t: >
Group by:
- key: charts.group.experience
t: Experience
- key: charts.group.sentiment
t: Sentiment

- key: charts.display_mode
t: >
Display mode:
- key: charts.display_mode.split
t: Split View
- key: charts.display_mode.stacked
t: Stacked View

- key: charts.order
t: >
Sort order:
- key: charts.sort_by_sort
t: >
Sort by “**{sort}**”
- key: charts.sorted_by_sort_order
t: >
Sorted by “**{sort}**”, **{order}**
- key: charts.order.asc
t: Ascending
- key: charts.order.desc
t: Descending

###########################################################################
# Multi Items Experience Chart
###########################################################################

- key: charts.multiexp.cell_tooltip.grouped_by_experience
t: >
Among the **{parentValue}%** of respondents who answered "**{parentAnswer}**", **{value}%** had a **{answer}** sentiment
- key: charts.multiexp.cell_tooltip.grouped_by_sentiment
t: >
Among the **{parentValue}%** of respondents who had a **{parentAnswer}** sentiment, **{value}%** answered "**{answer}**"

0 comments on commit f69736b

Please sign in to comment.