diff --git a/src/lib/i18n/locales/af.json b/src/lib/i18n/locales/af.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/af.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/ar.json b/src/lib/i18n/locales/ar.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/ar.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/ca.json b/src/lib/i18n/locales/ca.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/ca.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/cs.json b/src/lib/i18n/locales/cs.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/cs.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/da.json b/src/lib/i18n/locales/da.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/da.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/el.json b/src/lib/i18n/locales/el.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/el.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/es.json b/src/lib/i18n/locales/es.json index 641e57bd..713efd13 100644 --- a/src/lib/i18n/locales/es.json +++ b/src/lib/i18n/locales/es.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Cargando...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Agregar película", @@ -17,7 +27,6 @@ "resetFilter": "Restablecer filtro" }, "scaling": { - "loading": "Cargando...", "size": "Tamaño de visualización" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Ya vista", "posterAlt": "Póster de {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } diff --git a/src/lib/i18n/locales/fi.json b/src/lib/i18n/locales/fi.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/fi.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/fr.json b/src/lib/i18n/locales/fr.json index 8c692bb5..8485f516 100644 --- a/src/lib/i18n/locales/fr.json +++ b/src/lib/i18n/locales/fr.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Chargement...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Ajouter un film", @@ -17,7 +27,6 @@ "resetFilter": "Réinitialiser le filtre" }, "scaling": { - "loading": "Chargement...", "size": "Taille de l'affichage" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Déjà vu", "posterAlt": "Affiche de {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } diff --git a/src/lib/i18n/locales/he.json b/src/lib/i18n/locales/he.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/he.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/hu.json b/src/lib/i18n/locales/hu.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/hu.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/it.json b/src/lib/i18n/locales/it.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/it.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/ja.json b/src/lib/i18n/locales/ja.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/ja.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/ko.json b/src/lib/i18n/locales/ko.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/ko.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/nl.json b/src/lib/i18n/locales/nl.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/nl.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/no.json b/src/lib/i18n/locales/no.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/no.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/pl.json b/src/lib/i18n/locales/pl.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/pl.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/pt.json b/src/lib/i18n/locales/pt.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/pt.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/ro.json b/src/lib/i18n/locales/ro.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/ro.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/ru.json b/src/lib/i18n/locales/ru.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/ru.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/sr.json b/src/lib/i18n/locales/sr.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/sr.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/sv.json b/src/lib/i18n/locales/sv.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/sv.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/tr.json b/src/lib/i18n/locales/tr.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/tr.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/uk.json b/src/lib/i18n/locales/uk.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/uk.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/vi.json b/src/lib/i18n/locales/vi.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/vi.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +} diff --git a/src/lib/i18n/locales/zh.json b/src/lib/i18n/locales/zh.json new file mode 100644 index 00000000..e55c5344 --- /dev/null +++ b/src/lib/i18n/locales/zh.json @@ -0,0 +1,138 @@ +{ + "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } + } +}