Skip to content

Instantly share code, notes, and snippets.

@slorber
Created September 5, 2016 10:01
Show Gist options
  • Save slorber/ff8ab2036c78c81ab55a5e6b15c43fd6 to your computer and use it in GitHub Desktop.
Save slorber/ff8ab2036c78c81ab55a5e6b15c43fd6 to your computer and use it in GitHub Desktop.
"use strict";
exports.name = "onboardingSignupResult";
exports.FR = {
"title": "Résumé de ton inscription sur Stample",
"teams.text": `Tu as été invité dans {count, plural,
=1 {une équipe}
other {# équipes}
}`,
"libraries.text": `Tu as été invité dans {count, plural,
=1 {une bibliothèqye}
other {# bibliothèques}
}`,
"inviters.text": `{count, plural,
=1 {{firstInviterName} t'a invité sur Stample et a été automatiguement ajouté à tes contacts}
other {# personnes t'ont invité sur Stample et ont été automatiquement ajoutées à tes contacts}
}`,
"create.callToActionHeader": "Ohhhh non :'( tu n'es encore membre d'aucune bibliothèque ou équipe",
"create.library.header": "Créé une bibliothèque",
"create.library.description": "Créer une bibliothèque te permet de rassembler tes stamples dans un même espace thématique",
"create.team.header": "Créé une équipe",
"create.team.description": "Créer une équipe te permet de collaborer facilement avec plusieurs personnes, sur plusieurs bibliothèques",
"footer.openTeam": "Voir ton équipe",
"footer.openTeams": "Voir tes équipes",
"footer.openLibrary": "Voir ta bibliothèque",
"footer.openLibraries": "Voir tes bibliothèque",
"footer.createLibrary": "Créé une bibliothèque",
"footer.createTeam": "Créé une équipe",
};
exports.EN = {
"title": "Summary of your Stample signup",
"teams.text": `You have been invited in {count, plural,
=1 {a team}
other {# teams}
}`,
"libraries.text": `You have been invited in {count, plural,
=1 {a library}
other {# libraries}
}`,
"inviters.text": `{count, plural,
=1 {{firstInviterName} has invited you on Stample and has been automatically added to your contacts}
other {# people have invited you to Stample and have been automatically added to your contacts}
}`,
"create.callToActionHeader": "Ohhhh no :'( you are not yet member of any library or team",
"create.library.header": "Create a library",
"create.library.description": "Creating a library permits you to gather stamples in a thematic space",
"create.team.header": "Create a team",
"create.team.description": "Creating a team permits you to collaborate easily with multiple people on multiple libraries",
"footer.openTeam": "See your team",
"footer.openTeams": "See your teams",
"footer.openLibrary": "See your library",
"footer.openLibraries": "See your libraries",
"footer.createLibrary": "Create a library",
"footer.createTeam": "Create a team",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment