-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
58f3e1f
commit d44344b
Showing
8 changed files
with
158 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,33 @@ | ||
{ | ||
"$schema": "https://inlang.com/schema/inlang-message-format", | ||
"hello_world": "Hello, {name} from en!" | ||
"websiteTitle": "Campus Study Spots", | ||
"selectCampus": "Select a campus...", | ||
"searchCampus": "Search campuses...", | ||
"campusNotFound": "No campus found.", | ||
"colorIndication": "Colors indicate open status of the spaces.", | ||
"legend": "Legend", | ||
"toggleTheme": "Toggle theme", | ||
"toggleLanguage": "Toggle language", | ||
"open": "Open", | ||
"closed": "Closed", | ||
"openingSoon": "Opening Soon", | ||
"closingSoon": "Closing Soon", | ||
"includedAmenities": "Included Amenities", | ||
"computers": "Computers", | ||
"outlets": "Outlets", | ||
"printing": "Printing", | ||
"rooms": "Rooms", | ||
"waterFountains": "Water Fountains", | ||
"wifi": "WiFi", | ||
"googleMaps": "Google Maps", | ||
"directions": "Directions", | ||
"alwaysOpen": "Always Open!", | ||
"hours": "Hours", | ||
"monday": "Monday", | ||
"tuesday": "Tuesday", | ||
"wednesday": "Wednesday", | ||
"thursday": "Thursday", | ||
"friday": "Friday", | ||
"saturday": "Saturday", | ||
"sunday": "Sunday" | ||
} |
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,4 +1,33 @@ | ||
{ | ||
"$schema": "https://inlang.com/schema/inlang-message-format", | ||
"hello_world": "Hello, {name} from fr!" | ||
"websiteTitle": "Lieux d'Étude sur le Campus", | ||
"selectCampus": "Sélectionner un campus...", | ||
"searchCampus": "Rechercher des campus...", | ||
"campusNotFound": "Aucun campus trouvé.", | ||
"colorIndication": "Les couleurs indiquent le statut ouvert des espaces.", | ||
"legend": "Légende", | ||
"toggleTheme": "Changer le thème", | ||
"toggleLanguage": "Changer de langue", | ||
"open": "Ouvert", | ||
"closed": "Fermé", | ||
"openingSoon": "Ouvre bientôt", | ||
"closingSoon": "Ferme bientôt", | ||
"includedAmenities": "Commodités Incluses", | ||
"computers": "Ordinateurs", | ||
"outlets": "Prises", | ||
"printing": "Impression", | ||
"rooms": "Salles", | ||
"waterFountains": "Fontaines d'eau", | ||
"wifi": "Wi-Fi", | ||
"googleMaps": "Google Maps", | ||
"directions": "Directions", | ||
"alwaysOpen": "Toujours ouvert !", | ||
"hours": "Heures", | ||
"monday": "Lundi", | ||
"tuesday": "Mardi", | ||
"wednesday": "Mercredi", | ||
"thursday": "Jeudi", | ||
"friday": "Vendredi", | ||
"saturday": "Samedi", | ||
"sunday": "Dimanche" | ||
} |
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