Skip to content

Commit

Permalink
fix(lang): typos in English and sort languages (#214)
Browse files Browse the repository at this point in the history
* Fix typos

* Reorder languages

* Fix formatting of JSONs

* Update translation for "original-site" key in es.json

---------

Co-authored-by: MiaoMint <44718819+MiaoMint@users.noreply.github.com>
Co-authored-by: MiaoMint <miaomint@0u0.ren>
  • Loading branch information
3 people authored Jan 27, 2024
1 parent 6e826a3 commit 58b4e91
Show file tree
Hide file tree
Showing 14 changed files with 241 additions and 278 deletions.
4 changes: 2 additions & 2 deletions assets/i18n/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"version": "Версія",
"language": "Мова",
"original-site": "Арыгінальны сайт",
"other-infomation": "Астатняя інфармацыя",
"other-information": "Астатняя інфармацыя",
"license": "Ліцэнзія",
"title": "Інфармацыя аб пашырэнні"
},
Expand Down Expand Up @@ -187,4 +187,4 @@
"upgrade": "Абнавіць",
"start": "Запусціць"
}
}
}
26 changes: 13 additions & 13 deletions assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"en": "English",
"es": "Español",
"fr": "Français",
"hi": "हिंदी",
"ja": "日本語",
"ru": "Русский",
"ryu": "うちなーぐち",
"uk": "Українська",
"zh": "中文",
"zhHant": "繁體中文",
"hi": "हिंदी"
"zhHant": "繁體中文"
},
"common": {
"anime": "Anime",
Expand Down Expand Up @@ -52,7 +52,7 @@
"favorite": "Favorite",
"no-record": "No favorites or viewing records",
"watched": "Watched {ep}",
"favorite-all": "All {type} favourites"
"favorite-all": "All {type} favorites"
},
"search": {
"hint-text": "Please use search wisely!~",
Expand All @@ -63,7 +63,7 @@
"import": {
"title": "Import Extension",
"url-label": "Extension URL",
"tips": "You can import extensions through a link,or click on the extension directory below and place the extension file there.",
"tips": "You can import extensions through a link, or click on the extension directory below and place the extension file there.",
"extension-dir": "Extension Directory",
"import-by-url": "Import by URL"
},
Expand Down Expand Up @@ -121,7 +121,7 @@
"extension-log": "Extension Log Window",
"extension-log-subtitle": "Used for debugging extensions",
"skip-interval": "Skip Interval",
"skip-interval-subtitle": "Skipping interval for builtin video player",
"skip-interval-subtitle": "Skipping interval for built-in video player",
"default-reader-mode": "Default reader mode",
"network": "Network",
"network-subtitle": "Proxy, User-Agent...",
Expand Down Expand Up @@ -224,13 +224,13 @@
"version": "Version",
"language": "Language",
"original-site": "Original Site",
"other-infomation": "Other Infomation",
"other-information": "Other Information",
"license": "License",
"title": "Extension Info"
},
"cookie-clean": {
"title": "Cookie Clean",
"subtitle": "You may need to log in again after the cleanup",
"subtitle": "You may need to log in again after the clean-up",
"success": "Clean success",
"clean": "Clean"
},
Expand All @@ -255,19 +255,19 @@
},
"report": {
"copied": "Copied to clipboard",
"github-bug-report": "Report to Github issue",
"github-bug-report": "Report to GitHub issue",
"title": "Bug Report",
"copy-message": "Copy error message",
"show-report-checkbox": "Show report dialog when app starts"
},
"anilist": {
"title": "Anilist Tracking",
"login-hint-1": "Seems you haven't login into AniList yet",
"login-hint-2": "Please login into AniList first",
"title": "AniList Tracking",
"login-hint-1": "Seems you haven't logged into AniList yet",
"login-hint-2": "Please log into AniList first",
"status": "Status",
"score": "Score",
"watching": "Watching",
"reading": "reading",
"reading": "Reading",
"completed": "Completed",
"paused": "Paused",
"dropped": "Dropped",
Expand All @@ -279,7 +279,7 @@
"end-date": "End Date",
"unbind": "Unbind",
"episodes": "Episodes",
"manga-chaper-read": "Manga Chaper Read: {chapters}",
"manga-chapter-read": "Manga Chapter Read: {chapters}",
"anime-episode-watch": "Anime Episode Watched: {episodes}"
}
}
2 changes: 1 addition & 1 deletion assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"version": "Versión",
"language": "Idioma",
"original-site": "Sitio original",
"other-infomation": "Otra información",
"other-information": "Otra información",
"license": "Licencia",
"title": "Información de la extensión"
},
Expand Down
Loading

0 comments on commit 58b4e91

Please sign in to comment.