Bläddra i källkod

remove clunky welcome message (#6069)

tags/0.6.13
Chenhe Gu 1 år sedan
förälder
incheckning
001d868cbd
Inget konto är kopplat till bidragsgivarens mejladress

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

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

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

Laddar…
Avbryt
Spara