mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 19:55:59 +08:00
remove clunky welcome message (#6069)
This commit is contained in:
parent
6610b4cee5
commit
001d868cbd
@ -1,6 +1,6 @@
|
||||
const translation = {
|
||||
common: {
|
||||
welcome: 'Willkommen bei',
|
||||
welcome: '',
|
||||
appUnavailable: 'App ist nicht verfügbar',
|
||||
appUnkonwError: 'App ist nicht verfügbar',
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
const translation = {
|
||||
common: {
|
||||
welcome: 'Welcome to use',
|
||||
welcome: '',
|
||||
appUnavailable: 'App is unavailable',
|
||||
appUnkonwError: 'App is unavailable',
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
const translation = {
|
||||
common: {
|
||||
welcome: 'Bienvenido/a al uso',
|
||||
welcome: '',
|
||||
appUnavailable: 'La aplicación no está disponible',
|
||||
appUnkonwError: 'La aplicación no está disponible',
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
const translation = {
|
||||
common: {
|
||||
welcome: 'Bienvenue à l\'utilisation',
|
||||
welcome: '',
|
||||
appUnavailable: 'L\'application n\'est pas disponible',
|
||||
appUnkonwError: 'L\'application n\'est pas disponible',
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
const translation = {
|
||||
common: {
|
||||
welcome: 'Witaj w użyciu',
|
||||
welcome: '',
|
||||
appUnavailable: 'Aplikacja jest niedostępna',
|
||||
appUnkonwError: 'Aplikacja jest niedostępna',
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
const translation = {
|
||||
common: {
|
||||
welcome: 'Bem-vindo ao usar',
|
||||
welcome: '',
|
||||
appUnavailable: 'O aplicativo não está disponível',
|
||||
appUnkonwError: 'O aplicativo encontrou um erro desconhecido',
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
const translation = {
|
||||
common: {
|
||||
welcome: 'Bun venit la utilizare',
|
||||
welcome: '',
|
||||
appUnavailable: 'Aplicația nu este disponibilă',
|
||||
appUnkonwError: 'Aplicația nu este disponibilă',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user