Skip to content

Commit 2ad893a

Browse files
committed
Split new language items from dev
1 parent 4e9e011 commit 2ad893a

File tree

14 files changed

+448
-242
lines changed

14 files changed

+448
-242
lines changed

client/packages/lowcoder/src/i18n/locales/de.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { en } from "./en";
12
export const de = {
3+
...en,
24
"orgSettings": {
35
"newOrg": "Neuer Arbeitsbereich (Organisation)",
46
"createOrg": "Arbeitsbereich erstellen (Organisation)",

client/packages/lowcoder/src/i18n/locales/deEditor.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { en } from "./enEditor";
12
export const de = {
3+
...en,
24
"orgSettings": {
35
"newOrg": "Neuer Arbeitsbereich (Organisation)",
46
"title": "Arbeitsbereich",

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 284 additions & 165 deletions
Large diffs are not rendered by default.

client/packages/lowcoder/src/i18n/locales/enEditor.ts

Lines changed: 140 additions & 77 deletions
Large diffs are not rendered by default.

client/packages/lowcoder/src/i18n/locales/es.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { en } from "./en";
12
export const es = {
3+
...en,
24
"orgSettings": {
35
"newOrg": "Nuevo espacio de trabajo (Organización)",
46
"createOrg": "Crear espacio de trabajo (Organización)",

client/packages/lowcoder/src/i18n/locales/esEditor.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { en } from "./enEditor";
12
export const es = {
3+
...en,
24
"orgSettings": {
35
"newOrg": "Nuevo espacio de trabajo (Organización)",
46
"title": "Espacio de trabajo",

client/packages/lowcoder/src/i18n/locales/it.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { en } from "./en";
12
export const it = {
3+
...en,
24
"orgSettings": {
35
"newOrg": "Nuovo spazio di lavoro (organizzazione)",
46
"createOrg": "Crea spazio di lavoro (organizzazione)",

client/packages/lowcoder/src/i18n/locales/itEditor.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { en } from "./enEditor";
12
export const it = {
3+
...en,
24
"orgSettings": {
35
"newOrg": "Nuovo spazio di lavoro (organizzazione)",
46
"title": "Spazio di lavoro",

client/packages/lowcoder/src/i18n/locales/pt.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { en } from "./en";
12
export const pt = {
3+
...en,
24
"orgSettings": {
35
"newOrg": "Novo Espaço de Trabalho (Organização)",
46
"createOrg": "Criar Espaço de Trabalho (Organização)",

client/packages/lowcoder/src/i18n/locales/ptEditor.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { en } from "./enEditor";
12
export const pt = {
3+
...en,
24
"orgSettings": {
35
"newOrg": "Novo Espaço de Trabalho (Organização)",
46
"title": "Espaço de Trabalho",

0 commit comments

Comments
 (0)