mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
chore(ellipsis): change title to 'Ellipsis overflow content'
This commit is contained in:
parent
dc11670f54
commit
0aab9f5a75
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -705,5 +705,5 @@
|
||||
"Clear default value": "デフォルト値をクリア",
|
||||
"Open in new window": "新しいウィンドウで開く",
|
||||
"Sorry, the page you visited does not exist.": "申し訳ありませんが、お探しのページは存在しません。",
|
||||
"Ellipsis": "省略記号"
|
||||
"Ellipsis overflow content": "省略記号で内容を省略"
|
||||
}
|
||||
|
@ -877,5 +877,5 @@
|
||||
"Clear default value": "기본값 지우기",
|
||||
"Open in new window": "새 창에서 열기",
|
||||
"Sorry, the page you visited does not exist.": "죄송합니다. 방문한 페이지가 존재하지 않습니다.",
|
||||
"Ellipsis": "생략 기호"
|
||||
"Ellipsis overflow content": "생략 부호로 내용 줄임"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -580,5 +580,5 @@
|
||||
"Clear default value": "Очистить значение по умолчанию",
|
||||
"Open in new window": "Открыть в новом окне",
|
||||
"Sorry, the page you visited does not exist.": "Извините, посещенной вами страницы не существует.",
|
||||
"Ellipsis": "Многоточие"
|
||||
"Ellipsis overflow content": "Содержимое с многоточием при переполнении"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -786,5 +786,5 @@
|
||||
"Clear default value": "Очистити значення за замовчуванням",
|
||||
"Open in new window": "Відкрити в новому вікні",
|
||||
"Sorry, the page you visited does not exist.": "Вибачте, сторінка, яку ви відвідали, не існує.",
|
||||
"Ellipsis": "Три крапки"
|
||||
"Ellipsis overflow content": "Вміст з багатокрапкою при переповненні"
|
||||
}
|
||||
|
@ -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": "省略超出长度的内容"
|
||||
}
|
||||
|
@ -876,5 +876,5 @@
|
||||
"Clear default value": "清除預設值",
|
||||
"Open in new window": "新窗口打開",
|
||||
"Sorry, the page you visited does not exist.": "抱歉,你訪問的頁面不存在。",
|
||||
"Ellipsis": "省略號"
|
||||
"Ellipsis overflow content": "省略超出長度的內容"
|
||||
}
|
||||
|
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user