Parcourir la source

remove clunky welcome message (#6069)

tags/0.6.13
Chenhe Gu il y a 1 an
Parent
révision
001d868cbd
Aucun compte lié à l'adresse e-mail de l'auteur

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

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer