Browse Source

fix a broken locale file

and adjust indentation

fix #49
Outsider 8 years ago
parent
commit
c5caee6aed
5 changed files with 22 additions and 20 deletions
  1. 4 4
      locales/de.json
  2. 4 4
      locales/en.json
  3. 4 4
      locales/es.json
  4. 4 4
      locales/fr.json
  5. 6 4
      locales/pt.json

+ 4 - 4
locales/de.json

@@ -1,6 +1,6 @@
 {
-	"HEADER": "Gib deine E-Mail Adresse an, um %s auf Slack beizutreten!",
-	"ENTER_EMAIL": "Deine E-Mail Adresse",
-	"ENTER_TOKEN": "Gib deinen Zugangscode an",
-	"TITLE": "Tritt %s auf Slack bei!"
+  "HEADER": "Gib deine E-Mail Adresse an, um %s auf Slack beizutreten!",
+  "ENTER_EMAIL": "Deine E-Mail Adresse",
+  "ENTER_TOKEN": "Gib deinen Zugangscode an",
+  "TITLE": "Tritt %s auf Slack bei!"
 }

+ 4 - 4
locales/en.json

@@ -1,6 +1,6 @@
 {
-	"HEADER": "Enter your email below to join %s on Slack!",
-	"ENTER_EMAIL": "Enter Your Email Address",
-	"ENTER_TOKEN": "Enter the invite token you were given",
-	"TITLE": "Join the %s community on Slack!"
+  "HEADER": "Enter your email below to join %s on Slack!",
+  "ENTER_EMAIL": "Enter Your Email Address",
+  "ENTER_TOKEN": "Enter the invite token you were given",
+  "TITLE": "Join the %s community on Slack!"
 }

+ 4 - 4
locales/es.json

@@ -1,6 +1,6 @@
 {
-	"HEADER": "¡Ingresa tu dirección de email debajo para unirte a %s en Slack!",
-	"ENTER_EMAIL": "Ingresa tu dirección de email",
-	"ENTER_TOKEN": "Ingresa el código de invitación",
-	"TITLE": "¡Únete a la comunidad de %s en Slack!"
+  "HEADER": "¡Ingresa tu dirección de email debajo para unirte a %s en Slack!",
+  "ENTER_EMAIL": "Ingresa tu dirección de email",
+  "ENTER_TOKEN": "Ingresa el código de invitación",
+  "TITLE": "¡Únete a la comunidad de %s en Slack!"
 }

+ 4 - 4
locales/fr.json

@@ -1,6 +1,6 @@
 {
-	"HEADER": "Entrez votre adresse mail pour rejoindre le groupe %s sur Slack!",
-	"ENTER_EMAIL": "Entez votre adresse mail",
-	"ENTER_TOKEN": "Entrez votre token d'invitation",
-	"TITLE": "Rejoignez le groupe %s sur Slack!"
+  "HEADER": "Entrez votre adresse mail pour rejoindre le groupe %s sur Slack!",
+  "ENTER_EMAIL": "Entez votre adresse mail",
+  "ENTER_TOKEN": "Entrez votre token d'invitation",
+  "TITLE": "Rejoignez le groupe %s sur Slack!"
 }

+ 6 - 4
locales/pt.json

@@ -1,4 +1,6 @@
-  #Translate pt-BR (Portugues Brazil)
-    "ENTER_EMAIL": "Insira seu endereço de e-mail",
-  	"ENTER_TOKEN": "Digite seu Token de convite que foi dado a você",
-  	"TITLE": "Junte-se a comunida %s no Slack!",
+{
+  "HEADER": "Enter your email below to join %s on Slack!",
+  "ENTER_EMAIL": "Insira seu endereço de e-mail",
+  "ENTER_TOKEN": "Digite seu Token de convite que foi dado a você",
+  "TITLE": "Junte-se a comunida %s no Slack!"
+}