File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
client/packages/lowcoder/src/i18n/locales Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1883,6 +1883,7 @@ export const de = {
1883
1883
1884
1884
"onlyMenu" : "Anzeige nur mit Etikett" ,
1885
1885
"textDesc" : "Derzeit auf der Schaltfläche angezeigter Text" ,
1886
+ "triggerMode" : "Triggermodus"
1886
1887
} ,
1887
1888
"textShow" : {
1888
1889
...en . textShow ,
Original file line number Diff line number Diff line change @@ -1883,6 +1883,7 @@ export const es = {
1883
1883
1884
1884
"onlyMenu" : "Pantalla sólo con etiqueta" ,
1885
1885
"textDesc" : "Texto que aparece actualmente en el botón" ,
1886
+ "triggerMode" : "Modo de disparo"
1886
1887
} ,
1887
1888
"textShow" : {
1888
1889
...en . textShow ,
Original file line number Diff line number Diff line change @@ -1883,6 +1883,7 @@ export const it = {
1883
1883
1884
1884
"onlyMenu" : "Display con sola etichetta" ,
1885
1885
"textDesc" : "Testo attualmente visualizzato sul pulsante" ,
1886
+ "triggerMode" : "Modalità di attivazione"
1886
1887
} ,
1887
1888
"textShow" : {
1888
1889
...en . textShow ,
Original file line number Diff line number Diff line change @@ -1883,6 +1883,7 @@ export const pt = {
1883
1883
1884
1884
"onlyMenu" : "Exibir Apenas com Rótulo" ,
1885
1885
"textDesc" : "Texto Atualmente Exibido no Botão" ,
1886
+ "triggerMode" : "Modo de disparo"
1886
1887
} ,
1887
1888
"textShow" : {
1888
1889
...en . textShow ,
Original file line number Diff line number Diff line change @@ -1883,6 +1883,7 @@ export const ru = {
1883
1883
1884
1884
"onlyMenu" : "Дисплей только с этикеткой" ,
1885
1885
"textDesc" : "Текст, отображаемый в данный момент на кнопке" ,
1886
+ "triggerMode" : "Режим триггера"
1886
1887
} ,
1887
1888
"textShow" : {
1888
1889
...en . textShow ,
Original file line number Diff line number Diff line change @@ -1490,6 +1490,7 @@ export const zh: typeof en = {
1490
1490
dropdown : {
1491
1491
onlyMenu : "仅菜单" ,
1492
1492
textDesc : "当前显示在按钮上的文本" ,
1493
+ triggerMode : "触发方式"
1493
1494
} ,
1494
1495
textShow : {
1495
1496
// eslint-disable-next-line only-ascii/only-ascii
You can’t perform that action at this time.
0 commit comments