-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
229 additions
and
168 deletions.
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
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
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
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,11 +1,37 @@ | ||
export default { | ||
BackBottom: { | ||
newMsgOne: '{n} nouveau message', | ||
newMsgOther: '{n} nouveau messages', | ||
bottom: 'Fond', | ||
}, | ||
Time: { | ||
weekdays: 'Dimanche_Lundi_Mardi_Mercredi_Jeudi_Vendredi_Samedi'.split('_'), | ||
formats: { | ||
LT: 'HH:mm', | ||
lll: 'D/M/YYYY HH:mm', | ||
WT: 'dddd HH:mm', | ||
YT: 'Hier HH:mm', // TODO | ||
YT: 'Hier HH:mm', | ||
}, | ||
}, | ||
Composer: { | ||
send: 'Envoyer', | ||
}, | ||
SendConfirm: { | ||
title: 'Envoyer une photo', | ||
send: 'Envoyer', | ||
cancel: 'Annuler', | ||
}, | ||
RateActions: { | ||
up: 'Voter pour', | ||
down: 'Vote négatif', | ||
}, | ||
Recorder: { | ||
hold2talk: 'Tenir pour parler', | ||
release2send: 'Libérer pour envoyer', | ||
releaseOrSwipe: 'Relâchez pour envoyer, balayez vers le haut pour annuler', | ||
release2cancel: 'Relâcher pour annuler', | ||
}, | ||
Search: { | ||
search: 'Chercher', | ||
}, | ||
}; |
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
Oops, something went wrong.