-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from instatushq/uptime-graph-accessibility
- Loading branch information
Showing
27 changed files
with
302 additions
and
104 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
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 |
---|---|---|
|
@@ -5,7 +5,9 @@ | |
"dateLocale": "fr", | ||
"emoji": "🇫🇷", | ||
"or": "ou", | ||
"from": "depuis", | ||
"to": "à", | ||
"for": "pour", | ||
"at": "à", | ||
"status": "Statut", | ||
"statusPage": "État des services", | ||
|
@@ -87,6 +89,7 @@ | |
"copied": "Copié", | ||
"toClipboard": "dans le presse-papiers !", | ||
"emailAddress": "Adresse email", | ||
"emailExample": "[email protected]", | ||
"checkYourEmail": "Vérifiez votre email", | ||
"weJustSentYouAnEmail": "Nous venons de vous envoyer un e-mail pour confirmer votre abonnement.", | ||
"emailConfirmed": "Votre email est confirmé", | ||
|
@@ -114,8 +117,8 @@ | |
"verifying": "Vérification", | ||
"scheduled": "Programmé", | ||
"today": "Aujourd'hui", | ||
"uptime": "disponibilité", | ||
"daysAgo": "il y a quelques jours", | ||
"uptime": "disponibilité", | ||
"numDaysAgo": "il y a {{num}} jours", | ||
"90DaysAgo": "il y a 90 jours", | ||
"54DaysAgo": "il y a 54 jours", | ||
|
@@ -167,6 +170,8 @@ | |
"hours": "heures", | ||
"minute": "minute", | ||
"minutes": "minutes", | ||
"second": "deuxième", | ||
"seconds": "secondes", | ||
"getNoticeUpdates": "Obtenir des mises à jour pour cet avis", | ||
"subscribeToAll": "Abonnez-vous à toutes les mises à jour de la page d'état", | ||
"phoneNumber": "Numéro de téléphone", | ||
|
@@ -201,6 +206,7 @@ | |
"componentExperiencingDegradedPerformance": "{{component}} connaît une dégradation des performances", | ||
"componentUnderMaintainence": "{{component}} en cours de maintenance", | ||
"week": "semaine", | ||
"weeks": "semaines", | ||
"systemMetricsNoData": "Il n'y a pas encore de données ajoutées à cette période", | ||
"googleChat": "Chat Google", | ||
"getUpdatesGoogleChatShort": "Recevez des mises à jour dans votre espace", | ||
|
@@ -216,7 +222,9 @@ | |
"lasted": "A duré", | ||
"updates": "Mises à jour", | ||
"readMore": "En savoir plus", | ||
"second": "deuxième", | ||
"seconds": "secondes", | ||
"weeks": "semaines" | ||
"issue": "problème", | ||
"issues": "problèmes", | ||
"skipUptimeGraph": "Ignorer le graphique de disponibilité", | ||
"readUptimeGraph": "Lire le graphique de disponibilité", | ||
"reachedTheEndOfUptimeGraph": "Vous avez atteint la fin du graphique de disponibilité pour {{component}}" | ||
} |
Oops, something went wrong.