Forráskód Böngészése

remove clunky welcome message (#6069)

Chenhe Gu 9 hónapja
szülő
commit
001d868cbd

+ 1 - 1
web/i18n/de-DE/share-app.ts

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

+ 1 - 1
web/i18n/en-US/share-app.ts

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

+ 1 - 1
web/i18n/es-ES/share-app.ts

@@ -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 - 1
web/i18n/fr-FR/share-app.ts

@@ -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 - 1
web/i18n/pl-PL/share-app.ts

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

+ 1 - 1
web/i18n/pt-BR/share-app.ts

@@ -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 - 1
web/i18n/ro-RO/share-app.ts

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