chore(ellipsis): change title to 'Ellipsis overflow content'

This commit is contained in:
Zeke Zhang 2024-09-24 14:52:56 +08:00
parent dc11670f54
commit 0aab9f5a75
12 changed files with 12 additions and 12 deletions

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -705,5 +705,5 @@
"Clear default value": "デフォルト値をクリア",
"Open in new window": "新しいウィンドウで開く",
"Sorry, the page you visited does not exist.": "申し訳ありませんが、お探しのページは存在しません。",
"Ellipsis": "省略記号"
"Ellipsis overflow content": "省略記号で内容を省略"
}

View File

@ -877,5 +877,5 @@
"Clear default value": "기본값 지우기",
"Open in new window": "새 창에서 열기",
"Sorry, the page you visited does not exist.": "죄송합니다. 방문한 페이지가 존재하지 않습니다.",
"Ellipsis": "생략 기호"
"Ellipsis overflow content": "생략 부호로 내용 줄임"
}

View File

@ -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"
}

View File

@ -580,5 +580,5 @@
"Clear default value": "Очистить значение по умолчанию",
"Open in new window": "Открыть в новом окне",
"Sorry, the page you visited does not exist.": "Извините, посещенной вами страницы не существует.",
"Ellipsis": "Многоточие"
"Ellipsis overflow content": "Содержимое с многоточием при переполнении"
}

View File

@ -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"
}

View File

@ -786,5 +786,5 @@
"Clear default value": "Очистити значення за замовчуванням",
"Open in new window": "Відкрити в новому вікні",
"Sorry, the page you visited does not exist.": "Вибачте, сторінка, яку ви відвідали, не існує.",
"Ellipsis": "Три крапки"
"Ellipsis overflow content": "Вміст з багатокрапкою при переповненні"
}

View File

@ -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": "省略超出长度的内容"
}

View File

@ -876,5 +876,5 @@
"Clear default value": "清除預設值",
"Open in new window": "新窗口打開",
"Sorry, the page you visited does not exist.": "抱歉,你訪問的頁面不存在。",
"Ellipsis": "省略號"
"Ellipsis overflow content": "省略超出長度的內容"
}

View File

@ -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) => {