-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
12 changed files
with
84 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
const name = "ar"; | ||
|
||
const localization = { | ||
today: 'Aujourd\'hui', | ||
clear: 'Effacer la sélection', | ||
close: 'Fermer', | ||
selectMonth: 'Sélectionner le mois', | ||
previousMonth: 'Mois précédent', | ||
nextMonth: 'Mois suivant', | ||
selectYear: 'Sélectionner l\'année', | ||
previousYear: 'Année précédente', | ||
nextYear: 'Année suivante', | ||
selectDecade: 'Sélectionner la décennie', | ||
previousDecade: 'Décennie précédente', | ||
nextDecade: 'Décennie suivante', | ||
previousCentury: 'Siècle précédente', | ||
nextCentury: 'Siècle suivante', | ||
pickHour: "Sélectionner l\'heure", | ||
incrementHour: "Incrementer l\'heure", | ||
decrementHour: "Diminuer l\'heure", | ||
pickMinute: 'Sélectionner les minutes', | ||
incrementMinute: 'Incrementer les minutes', | ||
decrementMinute: 'Diminuer les minutes', | ||
pickSecond: 'Sélectionner les secondes', | ||
incrementSecond: 'Incrementer les secondes', | ||
decrementSecond: 'Diminuer les secondes', | ||
toggleMeridiem: 'Basculer AM-PM', | ||
selectTime: "Sélectionner l\'heure", | ||
selectDate: 'Sélectionner une date', | ||
dayViewHeaderFormat: { month: 'long', year: '2-digit' }, | ||
locale: 'fr', | ||
startOfTheWeek: 1 | ||
}; | ||
|
||
export { localization, name }; |