@@ -23,7 +23,7 @@
-
+
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index 6706623d1..195c11aa0 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -124,7 +124,6 @@
"from": "Von",
"generate_now": "Jetzt generieren",
"lastname": "Nachname",
- "mandatoryField": "Pflichtfeld",
"memo": "Nachricht",
"message": "Nachricht",
"new_balance": "Neuer Kontostand nach Bestätigung",
@@ -146,7 +145,7 @@
"send_transaction_success": "Deine Transaktion wurde erfolgreich ausgeführt",
"sorry": "Entschuldigung",
"thx": "Danke",
- "time": "Zeit",
+ "hours": "Stunden",
"to": "bis",
"to1": "an",
"validation": {
@@ -331,13 +330,14 @@
},
"via_link": "über einen Link",
"welcome": "Willkommen in der Gemeinschaft",
+ "communityInfo":"Gemeinschaft Information",
"pageTitle": {
"overview":"Willkommen {name}",
"send":"Sende Gradidos",
"transactions":"Deine Transaktionen",
"gdt":"Deine GDT Transaktionen",
"community":"Meine Gemeinschaft",
- "information":"Gemeinschaft Info",
+ "information":"{community}",
"settings":"Einstellungen"
}
}
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index d3e42f179..5fb0a23ba 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -124,7 +124,6 @@
"from": "from",
"generate_now": "Generate now",
"lastname": "Lastname",
- "mandatoryField": "mandatory field",
"memo": "Message",
"message": "Message",
"new_balance": "Account balance after confirmation",
@@ -146,7 +145,7 @@
"send_transaction_success": "Your transaction was successfully completed",
"sorry": "Sorry",
"thx": "Thank you",
- "time": "Time",
+ "hours": "Horas",
"to": "to",
"to1": "to",
"validation": {
@@ -331,13 +330,14 @@
},
"via_link": "via Link",
"welcome": "Welcome to the community",
+ "communityInfo":"Community Information",
"pageTitle": {
"overview": "Welcome {name}",
"send": "Send Gradidos",
"transactions": "Your transactions",
"gdt": "Your GDT transactions",
"community": "My community",
- "information": "Community Info",
+ "information":"{community}",
"settings": "Settings"
}
}
diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json
index a3c618f7c..324427ef8 100644
--- a/frontend/src/locales/es.json
+++ b/frontend/src/locales/es.json
@@ -122,7 +122,6 @@
"from": "De",
"generate_now": "crear ahora",
"lastname": "Apellido",
- "mandatoryField": "campo obligatorio",
"memo": "Mensaje",
"message": "Noticia",
"new_balance": "Saldo de cuenta nuevo depués de confirmación",
diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json
index 9f1819e22..b6577ac20 100644
--- a/frontend/src/locales/fr.json
+++ b/frontend/src/locales/fr.json
@@ -122,7 +122,6 @@
"from": "de",
"generate_now": "Produire maintenant",
"lastname": "Nom",
- "mandatoryField": "champ obligatoire",
"memo": "Note",
"message": "Message",
"new_balance": "Montant du solde après confirmation",
@@ -144,7 +143,7 @@
"send_transaction_success": "Votre transaction a été effectuée avec succès",
"sorry": "Désolé",
"thx": "Merci",
- "time": "Heure",
+ "hours": "Uren",
"to": "à",
"to1": "à",
"validation": {
diff --git a/frontend/src/locales/nl.json b/frontend/src/locales/nl.json
index b8a01e2e7..244813b09 100644
--- a/frontend/src/locales/nl.json
+++ b/frontend/src/locales/nl.json
@@ -122,7 +122,6 @@
"from": "Van",
"generate_now": "Nu genereren",
"lastname": "Achternaam",
- "mandatoryField": "verplicht veld",
"memo": "Memo",
"message": "Bericht",
"new_balance": "Nieuw banksaldo na bevestiging",
diff --git a/frontend/src/locales/tr.json b/frontend/src/locales/tr.json
index 30778bf28..48fb44c07 100644
--- a/frontend/src/locales/tr.json
+++ b/frontend/src/locales/tr.json
@@ -115,7 +115,6 @@
"from": "Gönderen",
"generate_now": "Şimdi oluştur",
"lastname": "Soyadı",
- "mandatoryField": "Sorunlu alan",
"memo": "Mesaj",
"message": "Mesaj",
"new_balance": "Onay sonrası hesap bakiyesi",
@@ -136,7 +135,7 @@
"send_transaction_success": "İşleminiz başarıyla tamamlandı",
"sorry": "Üzgünüz",
"thx": "Teşekkür ederiz",
- "time": "Zaman",
+ "hours": "Saat",
"to": "Geçerlik",
"to1": "Alıcı",
"validation": {
diff --git a/frontend/src/pages/InfoStatistic.vue b/frontend/src/pages/InfoStatistic.vue
index d5e16952e..aa93374f2 100644
--- a/frontend/src/pages/InfoStatistic.vue
+++ b/frontend/src/pages/InfoStatistic.vue
@@ -1,13 +1,14 @@
- {{ $t('community.community') }}
- {{ CONFIG.COMMUNITY_NAME }}
-
+
{{ $t('communityInfo') }}
+
{{ CONFIG.COMMUNITY_DESCRIPTION }}
- {{ CONFIG.COMMUNITY_URL }}
+
+ {{ CONFIG.COMMUNITY_URL }}
+
{{ $t('community.openContributionLinks') }}