This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 201
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
16 changed files
with
150 additions
and
34 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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"lerna": "3.4.3", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"version": "0.4.2" | ||
"version": "0.4.3" | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/@statusfy/*", | ||
|
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,107 @@ | ||
{ | ||
"title": "System Status", | ||
"description": "Keep up to date with real-time and historical interruptions to our service which may be affecting you.", | ||
"labels": { | ||
"contact": "Contact", | ||
"support": "Support", | ||
"home": "Home", | ||
"powered-by": "Powered by" | ||
}, | ||
"statuses": { | ||
"under-maintenance": "Under Maintenance", | ||
"degraded-performance": "Degraded Performance", | ||
"partial-outage": "Partial Outage", | ||
"major-outage": "Major Outage", | ||
"operational": "Operational" | ||
}, | ||
"dates": { | ||
"formats": { | ||
"short": "MMM D, YYYY", | ||
"long": "MMM D, HH:mm UTC", | ||
"month": "MMMM YYYY" | ||
} | ||
}, | ||
"incidents": { | ||
"incidents": "Incidents", | ||
"incident": "Incident", | ||
"scheduled": "Scheduled Maintenance", | ||
"incidents-history": "Incidents History", | ||
"incidents-history-description": "Current & Historical operational interruptions to our service.", | ||
"incidents-history-days-since-latest": "1 day since last incident | {days} days since last incident", | ||
"latest-incidents": "Latest Incidents", | ||
"current-status": "Current Status", | ||
"current-status-description": "Keep up to date with real-time and historical interruptions to our service which may be affecting you.", | ||
"no-incidents": "No incidents reported.", | ||
"resolved": "Resolved", | ||
"unresolved": "Unresolved", | ||
"paginator": { | ||
"previous": "Previous Page", | ||
"next": "Next Page", | ||
"page": "Page" | ||
}, | ||
"collapse": { | ||
"show": "Show all {count} Incidents", | ||
"hide": "Show less Incidents" | ||
} | ||
}, | ||
"error": { | ||
"go-back-link": "Go back to homepage", | ||
"404": { | ||
"title": "Page not found", | ||
"description": "The page you were looking for was not found" | ||
}, | ||
"other": { | ||
"title": "An error occurred", | ||
"description": "We're sorry, but we cannot fulfill your request" | ||
} | ||
}, | ||
"systems": { | ||
"items": { | ||
"cdn": { | ||
"title": "CDN" | ||
}, | ||
"dns": { | ||
"title": "DNS" | ||
}, | ||
"site-delivery": { | ||
"title": "Site delivery" | ||
}, | ||
"api": { | ||
"title": "API", | ||
"description": "The API Endpoints any developers can access to" | ||
} | ||
} | ||
}, | ||
"notifications": { | ||
"title": "Subscribe to Updates", | ||
"description": "Choose from the options below to automatically receive status updates.", | ||
"buttons": { | ||
"subscribe": "Subscribe", | ||
"close": "Close" | ||
}, | ||
"items": { | ||
"icalendar": { | ||
"title": "Calendar", | ||
"description": "Receive <strong>Scheduled Maintenances</strong> via <a href=\"{url}\" target=\"_blank\" rel=\"noopener\">iCalendar</a>." | ||
}, | ||
"feeds": { | ||
"title": "Feeds", | ||
"description": "Get <a href=\"{atom_url}\" target=\"_blank\" rel=\"noopener\">the Atom Feed</a> or <a href=\"{rss_url}\" target=\"_blank\" rel=\"noopener\">the RSS Feed</a>." | ||
}, | ||
"twitter": { | ||
"title": "Twitter", | ||
"description": "or <a href=\"https://twitter.com/{username}\" target=\"_blank\" rel=\"noopener\">view our Profile</a>." | ||
}, | ||
"support": { | ||
"title": "Support", | ||
"description": "Visit our <a href=\"{url}\" target=\"_blank\" rel=\"noopener\">Support Site</a>." | ||
}, | ||
"webpush": { | ||
"title": "Push", | ||
"description": "Notifications delivered to your browser.", | ||
"enable": "Enable Notifications", | ||
"enabled": "Notifications are enabled for this browser." | ||
} | ||
} | ||
} | ||
} |
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
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