diff --git a/public/data/locales/de.json b/public/data/locales/de.json index 225d484..209bb14 100644 --- a/public/data/locales/de.json +++ b/public/data/locales/de.json @@ -1,14 +1,16 @@ { - "treesPlanted":"Bäume gepflanzt", - "target":"Ziel", - "plantTrees":"Bäume pflanzen", - "viewProfile":"Profil anzeigen", - "poweredBy":"Powered by Plant-for-the-Planet", - "treesPlantedBy":"Bäume gepflanzt von", - "and":"und", - "treesPlantedByComm":"Bäume gepflanzt von der Community.", - "forestfrontrunners": "Baum-Bestenliste", - "mostrecent": "NEUESTE SPENDEN", - "mosttrees": "DIE MEISTEN BÄUME", - "trees": "Bäume" + "treesPlanted": "Bäume gepflanzt", + "target": "Ziel", + "plantTrees": "Bäume pflanzen", + "viewProfile": "Profil anzeigen", + "poweredBy": "Powered by Plant-for-the-Planet", + "treesPlantedBy": "Bäume gepflanzt von", + "and": "und", + "treesPlantedByComm": "Bäume gepflanzt von der Community.", + "forestfrontrunners": "Baum-Bestenliste", + "mostrecent": "NEUESTE SPENDEN", + "mosttrees": "DIE MEISTEN BÄUME", + "trees": "Bäume", + "the": "Der", + "forestGrows": "Wald Wächst." } \ No newline at end of file diff --git a/public/data/locales/en.json b/public/data/locales/en.json index dd6f0d0..ed83a65 100644 --- a/public/data/locales/en.json +++ b/public/data/locales/en.json @@ -1,14 +1,16 @@ { - "treesPlanted":"Trees Planted", - "target":"Target", - "plantTrees":"Plant Trees", - "viewProfile":"View Profile", - "poweredBy":"Powered by Plant-for-the-Planet", - "treesPlantedBy":"trees planted by", - "and":"and", - "treesPlantedByComm":"trees planted by community.", - "forestfrontrunners": "Forest Frontrunners", - "mostrecent": "MOST RECENT", - "mosttrees": "MOST TREES", - "trees": "Trees" + "treesPlanted": "Trees Planted", + "target": "Target", + "plantTrees": "Plant Trees", + "viewProfile": "View Profile", + "poweredBy": "Powered by Plant-for-the-Planet", + "treesPlantedBy": "trees planted by", + "and": "and", + "treesPlantedByComm": "trees planted by community.", + "forestfrontrunners": "Forest Frontrunners", + "mostrecent": "MOST RECENT", + "mosttrees": "MOST TREES", + "trees": "Trees", + "the": "The", + "forestGrows": "Forest Grows." } \ No newline at end of file diff --git a/public/data/locales/es.json b/public/data/locales/es.json new file mode 100644 index 0000000..60b3e39 --- /dev/null +++ b/public/data/locales/es.json @@ -0,0 +1,16 @@ +{ + "treesPlanted": "Árboles plantados", + "target": "Objetivo", + "plantTrees": "Plantar árboles", + "viewProfile": "Ver perfil", + "poweredBy": "Desarrollado por Plant-for-the-Planet", + "treesPlantedBy": "árboles plantados por", + "and": "y", + "treesPlantedByComm": "árboles plantados por la comunidad.", + "forestfrontrunners": "Fronteras del bosque", + "mostrecent": "MÁS RECIENTES", + "mosttrees": "LA MAYORÍA DE LOS ÁRBOLES", + "trees": "Árboles", + "the": "El", + "forestGrows": "El bosque crece." +} \ No newline at end of file diff --git a/public/data/locales/fr.json b/public/data/locales/fr.json new file mode 100644 index 0000000..dbc2cf4 --- /dev/null +++ b/public/data/locales/fr.json @@ -0,0 +1,16 @@ +{ + "treesPlanted": "Arbres plantés", + "target": "Cible", + "plantTrees": "Planter des arbres", + "viewProfile": "Voir le profil", + "poweredBy": "Propulsé par Plant-for-the-Planet", + "treesPlantedBy": "arbres plantés par", + "and": "et", + "treesPlantedByComm": "arbres plantés par la communauté.", + "forestfrontrunners": "Les pionniers de la forêt", + "mostrecent": "LE PLUS RÉCENT", + "mosttrees": "LA PLUPART DES ARBRES", + "trees": "Arbres", + "the": "Le", + "forestGrows": "La forêt grandit." +} \ No newline at end of file diff --git a/public/data/locales/it.json b/public/data/locales/it.json new file mode 100644 index 0000000..f0f2532 --- /dev/null +++ b/public/data/locales/it.json @@ -0,0 +1,16 @@ +{ + "treesPlanted": "Alberi piantati", + "target": "Obiettivo", + "plantTrees": "Piantare alberi", + "viewProfile": "Visualizza il profilo", + "poweredBy": "Alimentato da Plant-for-the-Planet", + "treesPlantedBy": "alberi piantati da", + "and": "e", + "treesPlantedByComm": "alberi piantati dalla comunità.", + "forestfrontrunners": "Frontisti della foresta", + "mostrecent": "PIÙ RECENTI", + "mosttrees": "PIÙ ALBERI", + "trees": "Alberi", + "the": "Il sito", + "forestGrows": "La foresta cresce." +} \ No newline at end of file diff --git a/public/data/locales/pt-BR.json b/public/data/locales/pt-BR.json new file mode 100644 index 0000000..ec694dc --- /dev/null +++ b/public/data/locales/pt-BR.json @@ -0,0 +1,16 @@ +{ + "treesPlanted": "Árvores Plantadas", + "target": "Alvo", + "plantTrees": "Árvores de plantas", + "viewProfile": "Ver Perfil", + "poweredBy": "Movido por Planta para o Planeta", + "treesPlantedBy": "árvores plantadas por", + "and": "e", + "treesPlantedByComm": "árvores plantadas pela comunidade.", + "forestfrontrunners": "Frontrunners Florestais", + "mostrecent": "MAIS RECENTES", + "mosttrees": "MAIS ÁRVORES", + "trees": "Árvores", + "the": "O", + "forestGrows": "Forest Grows." +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 5f850aa..dd6b2b8 100644 --- a/public/index.html +++ b/public/index.html @@ -203,8 +203,12 @@

Get started with a Widget

Customization Options (Optional):
- - + + + + + +
Customization Options (Optional):
@@ -280,15 +288,22 @@
Customization Options (O
Customization Options (Optional):
+
@@ -307,8 +322,12 @@
Customization Options (O
Customization Options (Optional):