Skip to content

Commit

Permalink
i18n updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Apr 29, 2024
1 parent 844c9b1 commit bec39fb
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,18 @@ export const getEuiContextMapping = (): EuiTokensObject => {
'core.euiCollapsibleNavButton.ariaLabelOpen',
{ defaultMessage: 'Open navigation' }
),
'euiCollapsibleNavKibanaSolution.switcherTitle': i18n.translate(
'core.euiCollapsibleNavKibanaSolution.switcherTitle',
{ defaultMessage: 'Solution view' }
),
'euiCollapsibleNavKibanaSolution.switcherAriaLabel': i18n.translate(
'core.euiCollapsibleNavKibanaSolution.switcherAriaLabel',
{ defaultMessage: ' - click to switch to another solution' }
),
'euiCollapsibleNavKibanaSolution.groupLabel': i18n.translate(
'core.euiCollapsibleNavKibanaSolution.groupLabel',
{ defaultMessage: 'Navigate to solution' }
),
'euiColorPicker.alphaLabel': i18n.translate('core.euiColorPicker.alphaLabel', {
defaultMessage: 'Alpha channel (opacity) value',
description: 'Label describing color alpha channel',
Expand Down

0 comments on commit bec39fb

Please sign in to comment.