anitrack/assets/i18n/strings_en.i18n.json

70 lines
2.1 KiB
JSON
Raw Normal View History

2023-06-21 20:07:12 +00:00
{
"settings": {
"title": "Settings",
"importAnime": "Import anime list",
"importAnimeDesc": "Import anime list exported from MyAnimeList.",
"invalidAnimeListTitle": "Invalid anime list",
"invalidAnimeListBody": "The selected file is not a MAL anime list. It lacks the \".xml.gz\" suffix.",
"importManga": "Import manga list",
"importMangaDesc": "Import manga list exported from MyAnimeList.",
"invalidMangaListTitle": "Invalid manga list",
"invalidMangaListBody": "The selected file is not a MAL manga list. It lacks the \".xml.gz\" suffix.",
"importIndicator": "$current of $total"
},
"about": {
"title": "About",
"source": "Source code"
},
"tooltips": {
"addNewItem": "Add new item"
},
"content": {
2023-07-16 13:13:35 +00:00
"list": "List",
2023-06-21 20:07:12 +00:00
"anime": "Anime",
"manga": "Manga"
},
"search": {
"anime": "Anime search",
"manga": "Manga search",
"query": "Search query"
},
"details": {
"title": "Details",
"removeTitle": "Remove $title?",
"removeBody": "Are you sure you want to remove \"$title\" from the list?",
"removeButton": "Remove",
"cancelButton": "Cancel",
"watchState": "Watch state",
"readState": "Read state",
"episodes": "Episodes",
"chapters": "Chapters",
"volumesOwned": "Volumes owned"
},
2023-07-16 13:13:35 +00:00
"calendar": {
"calendar": "Calendar",
"days": {
"monday": "Monday",
"tuesday": "Tuesday",
"wednesday": "Wednesday",
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday",
"sunday": "Sunday",
"unknown": "Unknown"
}
},
2023-06-21 20:07:12 +00:00
"data": {
"ongoing": {
"anime": "Watching",
"manga": "Reading"
},
"completed": "Completed",
"planned": {
"anime": "Plan to watch",
"manga": "Plan to read"
},
"dropped": "Dropped",
"paused": "Paused",
"all": "All"
}
}