Skip to content

Commit

Permalink
added missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 committed Jan 15, 2025
1 parent dfb4fec commit e5d8765
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/packages/lowcoder/src/i18n/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions client/packages/lowcoder/src/i18n/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions client/packages/lowcoder/src/i18n/locales/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions client/packages/lowcoder/src/i18n/locales/pt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions client/packages/lowcoder/src/i18n/locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1883,6 +1883,7 @@ export const ru = {

"onlyMenu": "Дисплей только с этикеткой",
"textDesc": "Текст, отображаемый в данный момент на кнопке",
"triggerMode": "Режим триггера"
},
"textShow": {
...en.textShow,
Expand Down
1 change: 1 addition & 0 deletions client/packages/lowcoder/src/i18n/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,7 @@ export const zh: typeof en = {
dropdown: {
onlyMenu: "仅菜单",
textDesc: "当前显示在按钮上的文本",
triggerMode: "触发方式"
},
textShow: {
// eslint-disable-next-line only-ascii/only-ascii
Expand Down

0 comments on commit e5d8765

Please sign in to comment.