diff --git a/packages/core/client/src/locale/en_US.json b/packages/core/client/src/locale/en_US.json index 061ef086cd..fef295bfb7 100644 --- a/packages/core/client/src/locale/en_US.json +++ b/packages/core/client/src/locale/en_US.json @@ -844,5 +844,5 @@ "The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?", "Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data", "Enable secondary confirmation": "Enable secondary confirmation", - "Ellipsis": "Ellipsis" + "Ellipsis overflow content": "Ellipsis overflow content" } diff --git a/packages/core/client/src/locale/es_ES.json b/packages/core/client/src/locale/es_ES.json index f445e1b981..7e26cf7a99 100644 --- a/packages/core/client/src/locale/es_ES.json +++ b/packages/core/client/src/locale/es_ES.json @@ -766,5 +766,5 @@ "Clear default value": "Borrar valor por defecto", "Open in new window": "Abrir en una nueva ventana", "Sorry, the page you visited does not exist.": "Lo siento, la página que visitaste no existe.", - "Ellipsis": "Elipsis" + "Ellipsis overflow content": "Contenido de desbordamiento de elipsis" } diff --git a/packages/core/client/src/locale/fr_FR.json b/packages/core/client/src/locale/fr_FR.json index e200fc4932..6f3af0f563 100644 --- a/packages/core/client/src/locale/fr_FR.json +++ b/packages/core/client/src/locale/fr_FR.json @@ -786,5 +786,5 @@ "Clear default value": "Effacer la valeur par défaut", "Open in new window": "Ouvrir dans une nouvelle fenêtre", "Sorry, the page you visited does not exist.": "Désolé, la page que vous avez visitée n'existe pas.", - "Ellipsis": "Points de suspension" + "Ellipsis overflow content": "Contenu de débordement avec ellipse" } diff --git a/packages/core/client/src/locale/ja_JP.json b/packages/core/client/src/locale/ja_JP.json index 3993e4e948..ff61d5c40a 100644 --- a/packages/core/client/src/locale/ja_JP.json +++ b/packages/core/client/src/locale/ja_JP.json @@ -705,5 +705,5 @@ "Clear default value": "デフォルト値をクリア", "Open in new window": "新しいウィンドウで開く", "Sorry, the page you visited does not exist.": "申し訳ありませんが、お探しのページは存在しません。", - "Ellipsis": "省略記号" + "Ellipsis overflow content": "省略記号で内容を省略" } diff --git a/packages/core/client/src/locale/ko_KR.json b/packages/core/client/src/locale/ko_KR.json index ebb655096c..25e3bc0ae0 100644 --- a/packages/core/client/src/locale/ko_KR.json +++ b/packages/core/client/src/locale/ko_KR.json @@ -877,5 +877,5 @@ "Clear default value": "기본값 지우기", "Open in new window": "새 창에서 열기", "Sorry, the page you visited does not exist.": "죄송합니다. 방문한 페이지가 존재하지 않습니다.", -"Ellipsis": "생략 기호" +"Ellipsis overflow content": "생략 부호로 내용 줄임" } diff --git a/packages/core/client/src/locale/pt_BR.json b/packages/core/client/src/locale/pt_BR.json index 153aa8caf4..b62239943f 100644 --- a/packages/core/client/src/locale/pt_BR.json +++ b/packages/core/client/src/locale/pt_BR.json @@ -743,5 +743,5 @@ "Clear default value": "Limpar valor padrão", "Open in new window": "Abrir em nova janela", "Sorry, the page you visited does not exist.": "Desculpe, a página que você visitou não existe.", - "Ellipsis": "Reticências" + "Ellipsis overflow content": "Conteúdo de transbordamento com reticências" } diff --git a/packages/core/client/src/locale/ru_RU.json b/packages/core/client/src/locale/ru_RU.json index cb1852a6f6..04fcd165f3 100644 --- a/packages/core/client/src/locale/ru_RU.json +++ b/packages/core/client/src/locale/ru_RU.json @@ -580,5 +580,5 @@ "Clear default value": "Очистить значение по умолчанию", "Open in new window": "Открыть в новом окне", "Sorry, the page you visited does not exist.": "Извините, посещенной вами страницы не существует.", - "Ellipsis": "Многоточие" + "Ellipsis overflow content": "Содержимое с многоточием при переполнении" } diff --git a/packages/core/client/src/locale/tr_TR.json b/packages/core/client/src/locale/tr_TR.json index ef52052ad4..60e54f3616 100644 --- a/packages/core/client/src/locale/tr_TR.json +++ b/packages/core/client/src/locale/tr_TR.json @@ -578,5 +578,5 @@ "Clear default value": "Varsayılan değeri temizle", "Open in new window": "Yeni pencerede aç", "Sorry, the page you visited does not exist.": "Üzgünüz, ziyaret ettiğiniz sayfa mevcut değil.", - "Ellipsis": "Üç nokta" + "Ellipsis overflow content": "Üç nokta ile taşan içerik" } diff --git a/packages/core/client/src/locale/uk_UA.json b/packages/core/client/src/locale/uk_UA.json index cc759b8d24..2f622e7cda 100644 --- a/packages/core/client/src/locale/uk_UA.json +++ b/packages/core/client/src/locale/uk_UA.json @@ -786,5 +786,5 @@ "Clear default value": "Очистити значення за замовчуванням", "Open in new window": "Відкрити в новому вікні", "Sorry, the page you visited does not exist.": "Вибачте, сторінка, яку ви відвідали, не існує.", - "Ellipsis": "Три крапки" + "Ellipsis overflow content": "Вміст з багатокрапкою при переповненні" } diff --git a/packages/core/client/src/locale/zh-CN.json b/packages/core/client/src/locale/zh-CN.json index f9572d5ac2..10a1eef6c2 100644 --- a/packages/core/client/src/locale/zh-CN.json +++ b/packages/core/client/src/locale/zh-CN.json @@ -996,5 +996,5 @@ "Are you sure you want to perform the Submit action?": "你确定执行提交操作吗?", "Perform the Trigger workflow": "执行触发工作流", "Are you sure you want to perform the Trigger workflow action?": "你确定执行触发工作流吗?", - "Ellipsis": "省略号" + "Ellipsis overflow content": "省略超出长度的内容" } diff --git a/packages/core/client/src/locale/zh-TW.json b/packages/core/client/src/locale/zh-TW.json index 6c450d5000..b9f1c087b5 100644 --- a/packages/core/client/src/locale/zh-TW.json +++ b/packages/core/client/src/locale/zh-TW.json @@ -876,5 +876,5 @@ "Clear default value": "清除預設值", "Open in new window": "新窗口打開", "Sorry, the page you visited does not exist.": "抱歉,你訪問的頁面不存在。", - "Ellipsis": "省略號" + "Ellipsis overflow content": "省略超出長度的內容" } diff --git a/packages/core/client/src/modules/fields/component/Input/inputComponentSettings.tsx b/packages/core/client/src/modules/fields/component/Input/inputComponentSettings.tsx index 0ee8f6e147..987aa7872a 100644 --- a/packages/core/client/src/modules/fields/component/Input/inputComponentSettings.tsx +++ b/packages/core/client/src/modules/fields/component/Input/inputComponentSettings.tsx @@ -28,7 +28,7 @@ export const ellipsisSettingsItem: SchemaSettingsItemType = { const hidden = tableFieldSchema ? !filedInstanceList[0].readPretty : !formField.readPretty; return { - title: t('Ellipsis'), + title: t('Ellipsis overflow content'), checked: !!schema['x-component-props']?.ellipsis, hidden, onChange: async (checked) => {