diff --git a/client/packages/lowcoder/src/i18n/locales/de.ts b/client/packages/lowcoder/src/i18n/locales/de.ts index fcf5c9663..b845abe9e 100644 --- a/client/packages/lowcoder/src/i18n/locales/de.ts +++ b/client/packages/lowcoder/src/i18n/locales/de.ts @@ -1883,6 +1883,7 @@ export const de = { "onlyMenu": "Anzeige nur mit Etikett", "textDesc": "Derzeit auf der Schaltfläche angezeigter Text", + "triggerMode": "Triggermodus" }, "textShow": { ...en.textShow, diff --git a/client/packages/lowcoder/src/i18n/locales/es.ts b/client/packages/lowcoder/src/i18n/locales/es.ts index d986ee843..56564c58a 100644 --- a/client/packages/lowcoder/src/i18n/locales/es.ts +++ b/client/packages/lowcoder/src/i18n/locales/es.ts @@ -1883,6 +1883,7 @@ export const es = { "onlyMenu": "Pantalla sólo con etiqueta", "textDesc": "Texto que aparece actualmente en el botón", + "triggerMode": "Modo de disparo" }, "textShow": { ...en.textShow, diff --git a/client/packages/lowcoder/src/i18n/locales/it.ts b/client/packages/lowcoder/src/i18n/locales/it.ts index 44642ce8f..559d5c541 100644 --- a/client/packages/lowcoder/src/i18n/locales/it.ts +++ b/client/packages/lowcoder/src/i18n/locales/it.ts @@ -1883,6 +1883,7 @@ export const it = { "onlyMenu": "Display con sola etichetta", "textDesc": "Testo attualmente visualizzato sul pulsante", + "triggerMode": "Modalità di attivazione" }, "textShow": { ...en.textShow, diff --git a/client/packages/lowcoder/src/i18n/locales/pt.ts b/client/packages/lowcoder/src/i18n/locales/pt.ts index f1edf5a7f..a0d0cf543 100644 --- a/client/packages/lowcoder/src/i18n/locales/pt.ts +++ b/client/packages/lowcoder/src/i18n/locales/pt.ts @@ -1883,6 +1883,7 @@ export const pt = { "onlyMenu": "Exibir Apenas com Rótulo", "textDesc": "Texto Atualmente Exibido no Botão", + "triggerMode": "Modo de disparo" }, "textShow": { ...en.textShow, diff --git a/client/packages/lowcoder/src/i18n/locales/ru.ts b/client/packages/lowcoder/src/i18n/locales/ru.ts index d29d6b0db..d8c9a5cf7 100644 --- a/client/packages/lowcoder/src/i18n/locales/ru.ts +++ b/client/packages/lowcoder/src/i18n/locales/ru.ts @@ -1883,6 +1883,7 @@ export const ru = { "onlyMenu": "Дисплей только с этикеткой", "textDesc": "Текст, отображаемый в данный момент на кнопке", + "triggerMode": "Режим триггера" }, "textShow": { ...en.textShow, diff --git a/client/packages/lowcoder/src/i18n/locales/zh.ts b/client/packages/lowcoder/src/i18n/locales/zh.ts index bd0b0cbe7..f67811e54 100644 --- a/client/packages/lowcoder/src/i18n/locales/zh.ts +++ b/client/packages/lowcoder/src/i18n/locales/zh.ts @@ -1490,6 +1490,7 @@ export const zh: typeof en = { dropdown: { onlyMenu: "仅菜单", textDesc: "当前显示在按钮上的文本", + triggerMode: "触发方式" }, textShow: { // eslint-disable-next-line only-ascii/only-ascii