From 6038d566e883b032719d174a8032c97dae1be916 Mon Sep 17 00:00:00 2001 From: Johannes Weber <569011+johannes-weber@users.noreply.github.com> Date: Tue, 11 Feb 2025 10:57:30 +0100 Subject: [PATCH] chore: Sync i18n messages, apply grammar fix (#3275) Co-authored-by: Johannes Weber --- src/i18n/messages/all.en-GB.json | 2 +- src/i18n/messages/all.en.json | 2 +- src/i18n/messages/all.fr.json | 2 +- src/i18n/messages/all.ja.json | 2 +- src/i18n/messages/all.zh-TW.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/messages/all.en-GB.json b/src/i18n/messages/all.en-GB.json index 90ec9c4979..6b527f63df 100644 --- a/src/i18n/messages/all.en-GB.json +++ b/src/i18n/messages/all.en-GB.json @@ -111,7 +111,7 @@ "stickyColumnsPreference.lastColumns.options[0].label": "None", "stickyColumnsPreference.lastColumns.options[1].label": "Last column", "contentDisplayPreference.title": "Column preferences", - "contentDisplayPreference.description": "Customise the columns visibility and order.", + "contentDisplayPreference.description": "Customise the visibility and order of the columns.", "contentDisplayPreference.dragHandleAriaLabel": "Drag handle", "contentDisplayPreference.dragHandleAriaDescription": "Use Space or Enter to activate drag for an item, then use the arrow keys to move the item's position. To complete the position move, use Space or Enter, or to discard the move, use Escape.", "contentDisplayPreference.liveAnnouncementDndStarted": "Picked up item at position {position} of {total}", diff --git a/src/i18n/messages/all.en.json b/src/i18n/messages/all.en.json index 410c775f34..1a5543685c 100644 --- a/src/i18n/messages/all.en.json +++ b/src/i18n/messages/all.en.json @@ -111,7 +111,7 @@ "stickyColumnsPreference.lastColumns.options[0].label": "None", "stickyColumnsPreference.lastColumns.options[1].label": "Last column", "contentDisplayPreference.title": "Column preferences", - "contentDisplayPreference.description": "Customize the columns visibility and order.", + "contentDisplayPreference.description": "Customize the visibility and order of the columns.", "contentDisplayPreference.dragHandleAriaLabel": "Drag handle", "contentDisplayPreference.dragHandleAriaDescription": "Use Space or Enter to activate drag for an item, then use the arrow keys to move the item's position. To complete the position move, use Space or Enter, or to discard the move, use Escape.", "contentDisplayPreference.liveAnnouncementDndStarted": "Picked up item at position {position} of {total}", diff --git a/src/i18n/messages/all.fr.json b/src/i18n/messages/all.fr.json index f1fdbf965a..e89886a25d 100644 --- a/src/i18n/messages/all.fr.json +++ b/src/i18n/messages/all.fr.json @@ -111,7 +111,7 @@ "stickyColumnsPreference.lastColumns.options[0].label": "Aucun", "stickyColumnsPreference.lastColumns.options[1].label": "Dernière colonne", "contentDisplayPreference.title": "Préférences de colonne", - "contentDisplayPreference.description": "Personnalisez la visibilité et l'ordre des colonnes.", + "contentDisplayPreference.description": "Personnalisez la visibilité et l’ordre des colonnes.", "contentDisplayPreference.dragHandleAriaLabel": "Faire glisser", "contentDisplayPreference.dragHandleAriaDescription": "Utilisez Espace ou Entrée pour activer le glissement pour un élément, puis utilisez les touches fléchées pour déplacer la position de l'élément. Pour terminer le déplacement de la position, utilisez Espace ou Entrée. Pour ignorer le déplacement, utilisez Échap.", "contentDisplayPreference.liveAnnouncementDndStarted": "Élément sélectionné à la position {position} de {total}", diff --git a/src/i18n/messages/all.ja.json b/src/i18n/messages/all.ja.json index 6f6af38dcd..145b6366bc 100644 --- a/src/i18n/messages/all.ja.json +++ b/src/i18n/messages/all.ja.json @@ -111,7 +111,7 @@ "stickyColumnsPreference.lastColumns.options[0].label": "なし", "stickyColumnsPreference.lastColumns.options[1].label": "最後の列", "contentDisplayPreference.title": "列の詳細設定", - "contentDisplayPreference.description": "列の可視性と順序をカスタマイズします。", + "contentDisplayPreference.description": "列の表示設定と順序をカスタマイズします。", "contentDisplayPreference.dragHandleAriaLabel": "ドラッグハンドル", "contentDisplayPreference.dragHandleAriaDescription": "Space または Enter を使用して項目のドラッグをアクティブ化し、矢印キーを使用して項目の位置を移動します。位置の移動を完了するには、Space または Enter を使用します。移動を取り消すには、Escape を使用します。", "contentDisplayPreference.liveAnnouncementDndStarted": "{position}/{total} の位置で項目をピックアップしました", diff --git a/src/i18n/messages/all.zh-TW.json b/src/i18n/messages/all.zh-TW.json index 3250680b83..5b4c3f96ad 100644 --- a/src/i18n/messages/all.zh-TW.json +++ b/src/i18n/messages/all.zh-TW.json @@ -111,7 +111,7 @@ "stickyColumnsPreference.lastColumns.options[0].label": "無", "stickyColumnsPreference.lastColumns.options[1].label": "最後一欄", "contentDisplayPreference.title": "欄偏好設定", - "contentDisplayPreference.description": "自訂欄的可見性和順序。", + "contentDisplayPreference.description": "自訂欄位的可見性和順序。", "contentDisplayPreference.dragHandleAriaLabel": "拖曳控點", "contentDisplayPreference.dragHandleAriaDescription": "使用空白鍵或 ENTER 鍵啟用項目拖曳功能,然後使用方向鍵移動項目的位置。若要完成位置移動,請使用空白鍵或 ENTER 鍵,或者若要捨棄移動,請使用 ESC 鍵。", "contentDisplayPreference.liveAnnouncementDndStarted": "在第 {position} 位置 (共 {total} 個位置) 拾取了項目",