remove clunky welcome message (#6069)

This commit is contained in:
Chenhe Gu 2024-07-08 18:17:41 +08:00 committed by GitHub
parent 6610b4cee5
commit 001d868cbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Willkommen bei',
welcome: '',
appUnavailable: 'App ist nicht verfügbar',
appUnkonwError: 'App ist nicht verfügbar',
},

View File

@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Welcome to use',
welcome: '',
appUnavailable: 'App is unavailable',
appUnkonwError: 'App is unavailable',
},

View File

@ -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',
},

View File

@ -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',
},

View File

@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Witaj w użyciu',
welcome: '',
appUnavailable: 'Aplikacja jest niedostępna',
appUnkonwError: 'Aplikacja jest niedostępna',
},

View File

@ -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',
},

View File

@ -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ă',
},