feat: Building the app in it's first version
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"site": {
|
||||
"title": "Republican Calendar",
|
||||
"tagline": "Perpetual converter"
|
||||
},
|
||||
"nav": {
|
||||
"menuLabel": "Menu",
|
||||
"home": "Home",
|
||||
"about": "About",
|
||||
"aboutHistory": "History of the calendar",
|
||||
"aboutLeapYears": "Sextile years",
|
||||
"aboutComplementaryDays": "The complementary days",
|
||||
"language": "Language"
|
||||
},
|
||||
"home": {
|
||||
"todayHeading": "Today is",
|
||||
"resultHeading": "Converted date",
|
||||
"gregorianEquivalent": "Gregorian equivalent",
|
||||
"sextileBadge": "Sextile year",
|
||||
"decadeLabel": "Décade",
|
||||
"dayOfYearLabel": "Day of the year",
|
||||
"yearLabel": "Year"
|
||||
},
|
||||
"form": {
|
||||
"title": "Convert another date",
|
||||
"dateLabel": "Gregorian date (DD/MM/YYYY)",
|
||||
"submit": "Convert",
|
||||
"todayButton": "Back to today",
|
||||
"helpText": "Pick a day, month and year: the form checks automatically that the date actually exists.",
|
||||
"errorInvalid": "This date does not exist in the Gregorian calendar.",
|
||||
"errorBeforeEpoch": "The Republican calendar starts on 22 September 1792 (1 Vendémiaire, Year I). Please choose a later date.",
|
||||
"errorGeneric": "Something went wrong while converting this date."
|
||||
},
|
||||
"weekdays": {
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday",
|
||||
"sunday": "Sunday"
|
||||
},
|
||||
"footer": {
|
||||
"text": "Dates computed with the perpetual arithmetic rule proposed by Gilbert Romme (19 Floréal, Year III / 8 May 1795).",
|
||||
"sourceNote": "Historical content adapted from the \"French Republican calendar\" reference article."
|
||||
},
|
||||
"loading": "Loading…"
|
||||
}
|
||||
Reference in New Issue
Block a user