-
Notifications
You must be signed in to change notification settings - Fork 73
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
a101357
commit bc601c7
Showing
16 changed files
with
297 additions
and
240 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,99 @@ | ||
{ | ||
"nav": { | ||
"title": "Project Details", | ||
"desc": "Shared by", | ||
"desc2": "" | ||
"nav": { | ||
"title": "Project Details", | ||
"desc": "Shared by", | ||
"desc2": "" | ||
}, | ||
"info": { | ||
"claimed": "Claimed", | ||
"unclaim": "Unclaimed", | ||
"score_desc": "HelloGitHub Rating", | ||
"score_user_desc": "{{count}} ratings", | ||
"vite": "Visit", | ||
"voted": "Liked", | ||
"vote": "Like", | ||
"opensource": "Open Source", | ||
"discuss": "Discuss", | ||
"share": "Share", | ||
"collect": "Collect", | ||
"copy_desc": "More details at:", | ||
"copy_success": "Project information copied successfully, share it now!", | ||
"copy_fail": "Copy failed" | ||
}, | ||
"url": { | ||
"home": "Website", | ||
"document": "Documentation", | ||
"download": "Download", | ||
"online": "Demo", | ||
"source": "Source Code" | ||
}, | ||
"favorite": { | ||
"default": "Default Favorites", | ||
"cancel": "Unfavorite", | ||
"success": "Added to Favorites", | ||
"fail": "Failed to add to Favorites", | ||
"title": "Select Favorites", | ||
"desc": "You can find favorited projects in 'My Homepage'", | ||
"save": "Save" | ||
}, | ||
"history": { | ||
"past_day_desc": "Past {{days}} days", | ||
"total_desc": "Received {{total}} stars ✨", | ||
"fail_desc": "No star history data available" | ||
}, | ||
"more": { | ||
"yes": "Yes", | ||
"no": "No", | ||
"null": "None", | ||
"star": "Stars", | ||
"chinese": "Chinese", | ||
"language": "Main Language", | ||
"activity": "Active", | ||
"contributors": "Contributors", | ||
"org": "Organization", | ||
"version": "Latest Version", | ||
"license": "License", | ||
"expand": "More", | ||
"collapse": "Collapse" | ||
}, | ||
"content": { | ||
"desc_tab": "Description", | ||
"code_tab": "Code", | ||
"volume_label": "Included in:", | ||
"volume": "Issue {{volume}}", | ||
"tag_label": "Tags:" | ||
}, | ||
"comment": { | ||
"title": "Comments", | ||
"sort_hot": "Hot", | ||
"sort_new": "Newest", | ||
"total": "{{total}} selected comments", | ||
"more_reply": "View all {{total}} replies", | ||
"load_more": "Load more...", | ||
"no_comment": "No selected comments yet", | ||
"used": "Used", | ||
"unused": "Not Used", | ||
"score": "Rating:", | ||
"reply": "Reply", | ||
"cancel": "Cancel", | ||
"item": { | ||
"featured": "Featured", | ||
"unfeatured": "Not Featured", | ||
"vote": "Like", | ||
"expand": "Expand", | ||
"collapse": "Collapse", | ||
"login": "Please log in first" | ||
}, | ||
"info": { | ||
"claimed": "Claimed", | ||
"unclaim": "Unclaimed", | ||
"score_desc": "HelloGitHub Rating", | ||
"score_user_desc": "{{count}} ratings", | ||
"vite": "Visit", | ||
"voted": "Liked", | ||
"vote": "Like", | ||
"opensource": "Open Source", | ||
"discuss": "Discuss", | ||
"share": "Share", | ||
"collect": "Collect", | ||
"copy_desc": "More details at:", | ||
"copy_success": "Project information copied successfully, share it now!", | ||
"copy_fail": "Copy failed" | ||
}, | ||
"url": { | ||
"home": "Website", | ||
"document": "Documentation", | ||
"download": "Download", | ||
"online": "Demo", | ||
"source": "Source Code" | ||
}, | ||
"favorite": { | ||
"default": "Default Favorites", | ||
"cancel": "Unfavorite", | ||
"success": "Added to Favorites", | ||
"fail": "Failed to add to Favorites", | ||
"title": "Select Favorites", | ||
"desc": "You can find favorited projects in 'My Homepage'", | ||
"save": "Save" | ||
}, | ||
"history": { | ||
"past_day_desc": "Past {{days}} days", | ||
"total_desc": "Received {{total}} stars ✨", | ||
"fail_desc": "No star history data available" | ||
}, | ||
"more": { | ||
"yes": "Yes", | ||
"no": "No", | ||
"null": "None", | ||
"star": "Stars", | ||
"chinese": "Chinese", | ||
"language": "Main Language", | ||
"activity": "Active", | ||
"contributors": "Contributors", | ||
"org": "Organization", | ||
"version": "Latest Version", | ||
"license": "License", | ||
"expand": "More", | ||
"collapse": "Collapse" | ||
}, | ||
"content": { | ||
"desc_tab": "Description", | ||
"code_tab": "Code", | ||
"volume_label": "Included in:", | ||
"volume": "Issue {{volume}}", | ||
"tag_label": "Tags:" | ||
}, | ||
"comment": { | ||
"title": "Comments", | ||
"sort_hot": "Hot", | ||
"sort_new": "Newest", | ||
"total": "{{total}} selected comments", | ||
"more_reply": "View all {{total}} replies", | ||
"load_more": "Load more...", | ||
"no_comment": "No selected comments yet", | ||
"used": "Used", | ||
"unused": "Not Used", | ||
"score": "Rating:", | ||
"reply": "Reply", | ||
"cancel": "Cancel", | ||
"item": { | ||
"featured": "Featured", | ||
"unfeatured": "Not Featured", | ||
"vote": "Like", | ||
"expand": "Expand", | ||
"collapse": "Collapse", | ||
"login": "Please log in first" | ||
}, | ||
"submit": { | ||
"reply_placeholder": "Replying to: {{nickname}}", | ||
"placeholder": "Write your comment: share your experience, pros/cons, use cases, or any surprising aspects of this open-source project...", | ||
"save": "Submit", | ||
"success": "Posted successfully! Will be displayed after approval", | ||
"fail": "Submission failed", | ||
"err1": "Comment content cannot be empty", | ||
"err2": "Comment content must be at least 5 characters", | ||
"err3": "Comment content cannot exceed 500 characters", | ||
"err4": "Please provide a rating" | ||
} | ||
"submit": { | ||
"reply_placeholder": "Replying to: {{nickname}}", | ||
"placeholder": "Write your comment: share your experience, pros/cons, use cases, or any surprising aspects of this open-source project...", | ||
"save": "Submit", | ||
"success": "Posted successfully! Will be displayed after approval", | ||
"fail": "Submission failed", | ||
"err1": "Comment content cannot be empty", | ||
"err2": "Comment content must be at least 5 characters", | ||
"err3": "Comment content cannot exceed 500 characters", | ||
"err4": "Please provide a rating" | ||
} | ||
} | ||
} |
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
Oops, something went wrong.