-
-
Notifications
You must be signed in to change notification settings - Fork 105
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 #71 from rajnandan1/i18n-en
I18n en
- Loading branch information
Showing
24 changed files
with
1,163 additions
and
346 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"root": { | ||
"ongoing_incidents": "Ongoing Incidents", | ||
"availability_per_component": "Availability per Component", | ||
"other_monitors": "Other Monitors", | ||
"no_monitors": "No monitors found", | ||
"read_doc_monitor": "Read the documentation to add your first monitor", | ||
"here": "here", | ||
"category": "Category", | ||
"incident": "Incident", | ||
"incidents": "Incidents", | ||
"no_recent_incident": "No recent incident", | ||
"recent_incidents": "Recent Incidents", | ||
"active_incidents": "Active Incidents", | ||
"no_active_incident": "No Active Incident", | ||
"last_x_hours": "Last %hours hours" | ||
}, | ||
"statuses": { | ||
"UP": "UP", | ||
"DOWN": "DOWN", | ||
"DEGRADED": "DEGRADED" | ||
}, | ||
"incident": { | ||
"identified": "Identified", | ||
"resolved": "Resolved", | ||
"maintenance": "Maintenance" | ||
}, | ||
"monitor": { | ||
"share": "Share", | ||
"badge": "Badge", | ||
"embed": "Embed", | ||
"mode": "Mode", | ||
"status": "Status", | ||
"copied": "Copied", | ||
"uptime": "Uptime", | ||
"theme": "Theme", | ||
"theme_light": "Light", | ||
"theme_dark": "Dark", | ||
"today": "Today", | ||
"90_day": "90 Day", | ||
"share_desc": "Share this monitor using a link with others", | ||
"badge_desc": "Get SVG badge for this monitor", | ||
"embed_desc": "Embed this monitor using <script> or <iframe> in your app.", | ||
"cp_link": "Copy Link", | ||
"cpd_link": "Link Copied", | ||
"cp_code": "Copy Code", | ||
"cpd_code": "Code Copied", | ||
"status_x_minute": "%status for %minute minute", | ||
"status_x_minutes": "%status for %minutes minutes", | ||
"status_x_hour_y_minute": "%status for %hours h and %minutes m", | ||
"status_no_data": "No Data", | ||
"status_ok": "Status OK", | ||
"am": "am", | ||
"pm": "pm" | ||
}, | ||
"numbers": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"] | ||
} |
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,57 @@ | ||
{ | ||
"incident": { | ||
"identified": "डेंटिफ़िएड", | ||
"maintenance": "मेंटेनेंस", | ||
"resolved": "रेसोल्वेड" | ||
}, | ||
"monitor": { | ||
"90_day": "९० दिन", | ||
"am": "ऍम", | ||
"badge": "बैज", | ||
"badge_desc": "इस मॉनिटर के लिए SVG बैज प्राप्त करें", | ||
"copied": "कोपीएड", | ||
"cp_code": "कॉपी कोड", | ||
"cp_link": "लिंक कॉपी करें", | ||
"cpd_code": "कोड कॉपी किया गया", | ||
"cpd_link": "लिंक कॉपी किया गया", | ||
"embed": "एम्बेड", | ||
"embed_desc": "इस मॉनीटर को एम्बेड करें<script> या<iframe> अपने ऐप में.", | ||
"mode": "मोड", | ||
"pm": "पं", | ||
"share": "शेयर", | ||
"share_desc": "लिंक का उपयोग करके इस मॉनिटर को अन्य लोगों के साथ शेयर करें", | ||
"status": "स्टेटस", | ||
"status_no_data": "कोई डेटा नहीं", | ||
"status_ok": "स्थिति ठीक है", | ||
"status_x_hour_y_minute": "%hours घंटा %minutes मिनट के लिए %status", | ||
"status_x_minute": "%minute मिनट के लिए %status", | ||
"status_x_minutes": "%minutes मिनट के लिए %status", | ||
"theme": "थीम", | ||
"theme_dark": "डार्क", | ||
"theme_light": "लाइट", | ||
"today": "आज", | ||
"uptime": "अपटाइम" | ||
}, | ||
"numbers": ["०", "१", "२", "३", "४", "५", "६", "७", "८", "९"], | ||
"root": { | ||
"active_incidents": "सक्रिय घटनाएं", | ||
"availability_per_component": "प्रति कॉम्पोनेन्ट उपलब्धता", | ||
"category": "श्रेणी", | ||
"here": "यहाँ", | ||
"incident": "हादसा", | ||
"incidents": "घटनाएं", | ||
"last_x_hours": "अंतिम %hours घंटे", | ||
"no_active_incident": "कोई सक्रिय घटना नहीं", | ||
"no_monitors": "कोई मॉनिटर नहीं मिला", | ||
"no_recent_incident": "कोई हालिया घटना नहीं", | ||
"ongoing_incidents": "चल रही घटनाएँ", | ||
"other_monitors": "अन्य मॉनिटर", | ||
"read_doc_monitor": "अपना पहला मॉनिटर जोड़ने के लिए डॉक्यूमेंटेशन पढ़ें", | ||
"recent_incidents": "हाल की घटनाएँ" | ||
}, | ||
"statuses": { | ||
"DEGRADED": "डेग्रेडेड", | ||
"DOWN": "डाउन", | ||
"UP": "उप" | ||
} | ||
} |
Oops, something went wrong.