chore(i18n): update locales

This commit is contained in:
Matteo Pagliazzi
2015-03-18 19:37:26 +01:00
parent 9e540e86af
commit 75d1a766e5
7 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -51,8 +51,8 @@
"questEggTRexAdjective": "kortarmet",
"questEggRockText": "Sten",
"questEggRockAdjective": "livlig",
"questEggBunnyText": "Bunny",
"questEggBunnyAdjective": "snuggly",
"questEggBunnyText": "Kanin",
"questEggBunnyAdjective": "kælen",
"eggNotes": "Find en udrugningseliksir til at hælde på dit æg, og det vil udklække en <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Almindelig",
"hatchingPotionWhite": "Hvid",
+1 -1
View File
@@ -61,5 +61,5 @@
"surveysSingle": "Hjalp HabitRPG med at udvikle sig ved at udfylde et spørgeskema. Det seneste spørgeskema kan ses her:",
"surveysMultiple": "Hjalp HabitRPG med at udvikle sig ved at udfylde <%= surveys %> spørgeskemaer. Det seneste spørgeskema kan ses her:",
"currentSurvey": "Nuværende Spørgeskema",
"surveyWhen": "The badge will be awarded to all participants when the survey period is over in late March."
"surveyWhen": "Emblemet bliver givet til alle, der har udfyldt spørgeskemaet når undersøgelsen slutter ultimo marts."
}
+2 -2
View File
@@ -51,8 +51,8 @@
"questEggTRexAdjective": "court-sur-pattes",
"questEggRockText": "Rocher",
"questEggRockAdjective": "animé",
"questEggBunnyText": "Bunny",
"questEggBunnyAdjective": "snuggly",
"questEggBunnyText": "Lapin",
"questEggBunnyAdjective": "câlin",
"eggNotes": "Trouvez une potion d’éclosion à verser sur cet œuf et il en sortira un·e <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "de Base",
"hatchingPotionWhite": "Blanc",
+1 -1
View File
@@ -61,5 +61,5 @@
"surveysSingle": "A aidé HabitRPG à croître en participant à une enquête. La dernière en date est accessible ici :",
"surveysMultiple": "A aidé HabitRPG à croître en participant à <%= surveys %> enquêtes. La dernière en date est accessible ici :",
"currentSurvey": "Enquête Actuelle",
"surveyWhen": "The badge will be awarded to all participants when the survey period is over in late March."
"surveyWhen": "Le badge sera attribué à tous les participants lorsque l'enquête sera terminée fin Mars"
}
+2 -2
View File
@@ -51,8 +51,8 @@
"questEggTRexAdjective": "un preistorico",
"questEggRockText": "Roccia",
"questEggRockAdjective": "una vivace",
"questEggBunnyText": "Bunny",
"questEggBunnyAdjective": "snuggly",
"questEggBunnyText": "Coniglietto",
"questEggBunnyAdjective": "un coccoloso",
"eggNotes": "Trova una pozione per far schiudere questo uovo, e nascerà <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Base",
"hatchingPotionWhite": "Bianco",
+1 -1
View File
@@ -61,5 +61,5 @@
"surveysSingle": "Ha aiutato HabitRPG a crescere completando un questionario. Il questionario più recente si trova qui:",
"surveysMultiple": "Ha aiutato HabitRPG a crescere completando <%= surveys %> questionari. Il questionario più recente si trova qui:",
"currentSurvey": "Questionario in corso",
"surveyWhen": "The badge will be awarded to all participants when the survey period is over in late March."
"surveyWhen": "Questo distintivo verrà conferito a tutti i partecipanti alla chiusura del questionario verso la fine di Marzo."
}
+2
View File
@@ -71,6 +71,8 @@ module.exports.txnEmail = function(mailingInfoArray, emailType, variables){
variables.push({name: 'RECIPIENT_NAME', content: mailingInfoArray[0].name});
}
console.log(variables, emailType, mailingInfoArray)
if(isProd && mailingInfoArray.length > 0){
request({
url: nconf.get('EMAIL_SERVER:url') + '/job',