Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in English and sort languages #214

Merged
merged 5 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading