78 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "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",
 | 
						|
        "exportData": "Export data",
 | 
						|
        "importData": "Import data",
 | 
						|
        "dataExportSuccess": "Data successfully exported",
 | 
						|
        "dataImportSuccess": "Data successfully imported",
 | 
						|
        "importInvalidData": {
 | 
						|
            "title": "Invalid AniTrack Data",
 | 
						|
            "content": "The selected file is not an AniTrack data export. It lacks the \".json.gz\" suffix."
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "about": {
 | 
						|
        "title": "About",
 | 
						|
        "source": "Source code"
 | 
						|
    },
 | 
						|
    "tooltips": {
 | 
						|
        "addNewItem": "Add new item"
 | 
						|
    },
 | 
						|
    "content": {
 | 
						|
        "list": "List",
 | 
						|
        "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"
 | 
						|
    },
 | 
						|
    "calendar": {
 | 
						|
        "calendar": "Calendar",
 | 
						|
        "days": {
 | 
						|
            "monday": "Monday",
 | 
						|
            "tuesday": "Tuesday",
 | 
						|
            "wednesday": "Wednesday",
 | 
						|
            "thursday": "Thursday",
 | 
						|
            "friday": "Friday",
 | 
						|
            "saturday": "Saturday",
 | 
						|
            "sunday": "Sunday",
 | 
						|
            "unknown": "Unknown"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "data": {
 | 
						|
        "ongoing": {
 | 
						|
            "anime": "Watching",
 | 
						|
            "manga": "Reading"
 | 
						|
        },
 | 
						|
        "completed": "Completed",
 | 
						|
        "planned": {
 | 
						|
            "anime": "Plan to watch",
 | 
						|
            "manga": "Plan to read"
 | 
						|
        },
 | 
						|
        "dropped": "Dropped",
 | 
						|
        "paused": "Paused",
 | 
						|
        "all": "All"
 | 
						|
    }
 | 
						|
} |