Skip to content

Commit

Permalink
remove clunky welcome message (#6069)
Browse files Browse the repository at this point in the history
  • Loading branch information
guchenhe authored Jul 8, 2024
1 parent 6610b4c commit 001d868
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion web/i18n/de-DE/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Willkommen bei',
welcome: '',
appUnavailable: 'App ist nicht verfügbar',
appUnkonwError: 'App ist nicht verfügbar',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/en-US/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Welcome to use',
welcome: '',
appUnavailable: 'App is unavailable',
appUnkonwError: 'App is unavailable',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/es-ES/share-app.ts
Original file line number Diff line number Diff line change
@@ -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',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/fr-FR/share-app.ts
Original file line number Diff line number Diff line change
@@ -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',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/pl-PL/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Witaj w użyciu',
welcome: '',
appUnavailable: 'Aplikacja jest niedostępna',
appUnkonwError: 'Aplikacja jest niedostępna',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/pt-BR/share-app.ts
Original file line number Diff line number Diff line change
@@ -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',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/ro-RO/share-app.ts
Original file line number Diff line number Diff line change
@@ -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ă',
},
Expand Down

0 comments on commit 001d868

Please sign in to comment.