Skip to content

Commit

Permalink
i18n updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Oct 28, 2024
1 parent 3794d31 commit c98c0c6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 29 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -724,19 +724,16 @@ export const getEuiContextMapping = (): EuiTokensObject => {
'euiDisplaySelector.labelExpanded': i18n.translate('core.euiDisplaySelector.labelExpanded', {
defaultMessage: 'Expanded',
}),
'euiDisplaySelector.labelSingle': i18n.translate('core.euiDisplaySelector.labelSingle', {
defaultMessage: 'Single',
}),
'euiDisplaySelector.labelAuto': i18n.translate('core.euiDisplaySelector.labelAuto', {
defaultMessage: 'Auto fit',
defaultMessage: 'Auto',
}),
'euiDisplaySelector.labelCustom': i18n.translate('core.euiDisplaySelector.labelCustom', {
defaultMessage: 'Custom',
'euiDisplaySelector.labelStatic': i18n.translate('core.euiDisplaySelector.labelStatic', {
defaultMessage: 'Static',
}),
'euiDisplaySelector.rowHeightLabel': i18n.translate('core.euiDisplaySelector.rowHeightLabel', {
defaultMessage: 'Row height',
'euiDisplaySelector.labelMax': i18n.translate('core.euiDisplaySelector.labelMax', {
defaultMessage: 'Max',
}),
'euiDisplaySelector.lineCountLabel': i18n.translate('core.euiDisplaySelector.lineCountLabel', {
'euiDisplaySelector.rowHeightLabel': i18n.translate('core.euiDisplaySelector.rowHeightLabel', {
defaultMessage: 'Lines per row',
}),
'euiFieldPassword.showPassword': i18n.translate('core.euiFieldPassword.showPassword', {
Expand Down
6 changes: 1 addition & 5 deletions x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,15 +709,11 @@
"core.euiDatePopoverContent.startDateLabel": "Date de début",
"core.euiDisplaySelector.buttonText": "Options d'affichage",
"core.euiDisplaySelector.densityLabel": "Densité",
"core.euiDisplaySelector.labelAuto": "Ajustement automatique",
"core.euiDisplaySelector.labelCompact": "Compact",
"core.euiDisplaySelector.labelCustom": "Personnalisé",
"core.euiDisplaySelector.labelExpanded": "Étendu",
"core.euiDisplaySelector.labelNormal": "Normal",
"core.euiDisplaySelector.labelSingle": "Unique",
"core.euiDisplaySelector.lineCountLabel": "Sous-lignes par ligne",
"core.euiDisplaySelector.resetButtonText": "Réinitialiser à la valeur par défaut",
"core.euiDisplaySelector.rowHeightLabel": "Hauteur de la ligne",
"core.euiDisplaySelector.rowHeightLabel": "Sous-lignes par ligne",
"core.euiDualRange.sliderScreenReaderInstructions": "Vous êtes dans un curseur de plage personnalisé. Utilisez les flèches vers le haut et vers le bas pour modifier la valeur minimale. Appuyez sur Tabulation pour interagir avec la valeur maximale.",
"core.euiErrorBoundary.error": "Erreur",
"core.euiExternalLinkIcon.newTarget.screenReaderOnlyText": "(s’ouvre dans un nouvel onglet ou une nouvelle fenêtre)",
Expand Down
6 changes: 1 addition & 5 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,15 +710,11 @@
"core.euiDatePopoverContent.startDateLabel": "開始日",
"core.euiDisplaySelector.buttonText": "表示オプション",
"core.euiDisplaySelector.densityLabel": "密度",
"core.euiDisplaySelector.labelAuto": "自動的に合わせる",
"core.euiDisplaySelector.labelCompact": "簡易",
"core.euiDisplaySelector.labelCustom": "カスタム",
"core.euiDisplaySelector.labelExpanded": "詳細",
"core.euiDisplaySelector.labelNormal": "標準",
"core.euiDisplaySelector.labelSingle": "単一",
"core.euiDisplaySelector.lineCountLabel": "行ごとの線数",
"core.euiDisplaySelector.resetButtonText": "デフォルトにリセット",
"core.euiDisplaySelector.rowHeightLabel": "行高さ",
"core.euiDisplaySelector.rowHeightLabel": "行ごとの線数",
"core.euiDualRange.sliderScreenReaderInstructions": "カスタム範囲スライダーを操作しています。上下矢印キーを使用すると、最小値を変更できます。Tabを押すと、最大値を操作できます。",
"core.euiErrorBoundary.error": "エラー",
"core.euiExternalLinkIcon.newTarget.screenReaderOnlyText": "(新しいタブまたはウィンドウで開く)",
Expand Down
6 changes: 1 addition & 5 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,15 +709,11 @@
"core.euiDatePopoverContent.startDateLabel": "开始日期",
"core.euiDisplaySelector.buttonText": "显示选项",
"core.euiDisplaySelector.densityLabel": "密度",
"core.euiDisplaySelector.labelAuto": "自动适应",
"core.euiDisplaySelector.labelCompact": "紧凑",
"core.euiDisplaySelector.labelCustom": "定制",
"core.euiDisplaySelector.labelExpanded": "扩展",
"core.euiDisplaySelector.labelNormal": "正常",
"core.euiDisplaySelector.labelSingle": "单个",
"core.euiDisplaySelector.lineCountLabel": "每行文本行数",
"core.euiDisplaySelector.resetButtonText": "重置为默认值",
"core.euiDisplaySelector.rowHeightLabel": "行高",
"core.euiDisplaySelector.rowHeightLabel": "每行文本行数",
"core.euiDualRange.sliderScreenReaderInstructions": "您正使用定制范围滑块。使用向上和向下箭头键可更改最小值。按 Tab 键与最大值进行交互。",
"core.euiErrorBoundary.error": "错误",
"core.euiExternalLinkIcon.newTarget.screenReaderOnlyText": "(在新选项卡或窗口中打开)",
Expand Down

0 comments on commit c98c0c6

Please sign in to comment.