-
Notifications
You must be signed in to change notification settings - Fork 4
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
Giovanni Lovato
committed
Jul 27, 2017
1 parent
f66a06b
commit db4be18
Showing
6 changed files
with
89 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
now=à présent | ||
seconds.ago[one]=il y a un instant | ||
seconds.ago[other]=il y a {0,number} secondes | ||
minutes.ago[one]=il y'a une minute | ||
minutes.ago[other]=il y a {0,number} minutes | ||
hours.ago[one]=il y a une heure | ||
hours.ago[other]=il y a {0,number} heures | ||
days.ago[one]=il y a un jour | ||
days.ago[other]=il y a {0,number} jours | ||
weeks.ago[one]=il y a une semaine | ||
weeks.ago[other]=il y a {0,number} semaines | ||
months.ago[one]=il y a un mois | ||
months.ago[other]=il y a {0,number} mois | ||
years.ago[one]=il y a un an | ||
years.ago[other]=il y a {0,number} ans | ||
seconds.within[one]=dans une seconde | ||
seconds.within[other]=dans les {0,number} secondes | ||
minutes.within[one]=dans une minute | ||
minutes.within[other]=dans les {0,number} minutes | ||
hours.within[one]=dans une heure | ||
hours.within[other]=dans les {0,number} heures | ||
days.within[one]=en un jour | ||
days.within[other]=dans le {0,number} jours | ||
weeks.within[one]=dans une semaine | ||
weeks.within[other]=dans les {0,number} semaines | ||
months.within[one]=dans un mois | ||
months.within[other]=dans les {0,number} mois | ||
years.within[one]=dans l'année | ||
years.within[other]=dans le {0,number} ans |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
now=今 | ||
seconds.ago[one]=一秒前 | ||
seconds.ago[other]={0,number}秒前 | ||
minutes.ago[one]=一時間前 | ||
minutes.ago[other]={0,number}時間前 | ||
hours.ago[one]=一時間前 | ||
hours.ago[other]={0,number}時間前 | ||
days.ago[one]=一日前 | ||
days.ago[other]={0,number}日前 | ||
weeks.ago[one]=一週間前 | ||
weeks.ago[other]={0,number}週間前 | ||
months.ago[one]=一ヶ月前 | ||
months.ago[other]={0,number}ヶ月前 | ||
years.ago[other]=一年前 | ||
years.ago[other]={0,number}年前 | ||
seconds.within[one]=一秒以内 | ||
seconds.within[other]={0,number}秒以内 | ||
minutes.within[one]=一時間以内 | ||
minutes.within[other]={0,number}時間以内 | ||
hours.within[one]=一時間以内 | ||
hours.within[other]={0,number}時間以内 | ||
days.within[one]=一日以内 | ||
days.within[other]={0,number}日以内 | ||
weeks.within[one]=一週間以内 | ||
weeks.within[other]={0,number}週間以内 | ||
months.within[one]=一ヶ月以内 | ||
months.within[other]={0,number}ヶ月以内 | ||
years.within[other]=一年以内 | ||
years.within[other]={0,number}年以内 |
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