-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations general.json (French) * New translations gmail.json (French)
- Loading branch information
Showing
2 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,58 @@ | ||
{} | ||
{ | ||
"gmail.categoryForum": { | ||
"description": "Displayed when viewing emails in the forums category.", | ||
"message": "Regarde la catégorie Forums" | ||
}, | ||
"gmail.categoryPrimary": { | ||
"description": "Displayed when viewing emails in the primary category.", | ||
"message": "Regarde la catégorie Principale" | ||
}, | ||
"gmail.categoryPromotions": { | ||
"description": "Displayed when viewing emails in the promotions category.", | ||
"message": "Regarde la catégorie Promotions" | ||
}, | ||
"gmail.categorySocial": { | ||
"description": "Displayed when viewing emails in the social category.", | ||
"message": "Regarde la catégorie Réseaux Sociaux" | ||
}, | ||
"gmail.viewingAllEmails": { | ||
"description": "Displayed when the user is viewing all their emails", | ||
"message": "Regarde tous les e-mails" | ||
}, | ||
"gmail.viewingDrafts": { | ||
"description": "Displayed when the user is viewing their drafts", | ||
"message": "Regarde les brouillons" | ||
}, | ||
"gmail.viewingEmail": { | ||
"description": "Displayed when the user is viewing an email", | ||
"message": "Regarde un e-mail" | ||
}, | ||
"gmail.viewingImportantEmails": { | ||
"description": "Displayed when the user is viewing emails marked as important", | ||
"message": "Regarde les e-mails importants" | ||
}, | ||
"gmail.viewingScheduled": { | ||
"description": "Displayed when the user is viewing their scheduled emails", | ||
"message": "Regarde les e-mails planifiés" | ||
}, | ||
"gmail.viewingSentEmails": { | ||
"description": "Displayed when the user is viewing the emails they have sent", | ||
"message": "Regarde les e-mails envoyés" | ||
}, | ||
"gmail.viewingSnoozedEmails": { | ||
"description": "Displayed when the user is viewing their snoozed emails", | ||
"message": "Regarde les e-mails en attente" | ||
}, | ||
"gmail.viewingSpam": { | ||
"description": "Displayed when the user is viewing their spam", | ||
"message": "Regarde les spams" | ||
}, | ||
"gmail.viewingStarredEmails": { | ||
"description": "Displayed when the user is viewing emails marked with a star", | ||
"message": "Regarde les e-mails suivis" | ||
}, | ||
"gmail.viewingTrash": { | ||
"description": "Displayed when the user is viewing their trash", | ||
"message": "Regarde la corbeille" | ||
} | ||
} |