|
|
|
@ -1,77 +1,77 @@
|
|
|
|
|
{
|
|
|
|
|
"Login": {
|
|
|
|
|
"SignInButton": "Iniciar sessão",
|
|
|
|
|
"UsernamePlaceholder": "Nome de usuário",
|
|
|
|
|
"PasswordPlaceholder": "Senha",
|
|
|
|
|
"RememberMe": "Lembrar-me",
|
|
|
|
|
"SignInWith": "Entre com {{appName}}",
|
|
|
|
|
"SignInWithPlex": "Iniciar sessão com Plex",
|
|
|
|
|
"ForgottenPassword": "Esqueceu sua senha?",
|
|
|
|
|
"SignInButton": "Sign in",
|
|
|
|
|
"UsernamePlaceholder": "Username",
|
|
|
|
|
"PasswordPlaceholder": "Password",
|
|
|
|
|
"RememberMe": "Remember Me",
|
|
|
|
|
"SignInWith": "Sign in with {{appName}}",
|
|
|
|
|
"SignInWithPlex": "Sign in with Plex",
|
|
|
|
|
"ForgottenPassword": "Forgot your password?",
|
|
|
|
|
"Errors": {
|
|
|
|
|
"IncorrectCredentials": "Nome de usuário ou senha incorretos"
|
|
|
|
|
"IncorrectCredentials": "Incorrect username or password"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"Common": {
|
|
|
|
|
"ContinueButton": "Continuar",
|
|
|
|
|
"Available": "Disponível",
|
|
|
|
|
"PartiallyAvailable": "Parcialmente Disponível",
|
|
|
|
|
"Monitored": "Monitorado",
|
|
|
|
|
"NotAvailable": "Não Disponível",
|
|
|
|
|
"ProcessingRequest": "Processando Solicitação",
|
|
|
|
|
"PendingApproval": "Aprovação Pendente",
|
|
|
|
|
"RequestDenied": "Solicitação Negada",
|
|
|
|
|
"NotRequested": "Não Solicitado",
|
|
|
|
|
"Requested": "Solicitado",
|
|
|
|
|
"ContinueButton": "Continue",
|
|
|
|
|
"Available": "Available",
|
|
|
|
|
"PartiallyAvailable": "Partially Available",
|
|
|
|
|
"Monitored": "Monitored",
|
|
|
|
|
"NotAvailable": "Not Available",
|
|
|
|
|
"ProcessingRequest": "Processing Request",
|
|
|
|
|
"PendingApproval": "Pending Approval",
|
|
|
|
|
"RequestDenied": "Request Denied",
|
|
|
|
|
"NotRequested": "Not Requested",
|
|
|
|
|
"Requested": "Requested",
|
|
|
|
|
"Search": "Search",
|
|
|
|
|
"Request": "Solicitar",
|
|
|
|
|
"Denied": "Negado",
|
|
|
|
|
"Approve": "Aprovar",
|
|
|
|
|
"PartlyAvailable": "Parcialmente Disponível",
|
|
|
|
|
"ViewDetails": "Ver detalhes",
|
|
|
|
|
"Request": "Request",
|
|
|
|
|
"Denied": "Denied",
|
|
|
|
|
"Approve": "Approve",
|
|
|
|
|
"PartlyAvailable": "Partly Available",
|
|
|
|
|
"ViewDetails": "View Details",
|
|
|
|
|
"Errors": {
|
|
|
|
|
"Validation": "Por favor, verifique os dados inseridos"
|
|
|
|
|
"Validation": "Please check your entered values"
|
|
|
|
|
},
|
|
|
|
|
"Cancel": "Cancelar",
|
|
|
|
|
"Submit": "Submeter",
|
|
|
|
|
"Cancel": "Cancel",
|
|
|
|
|
"Submit": "Submit",
|
|
|
|
|
"tvShow": "TV Show",
|
|
|
|
|
"movie": "Movie"
|
|
|
|
|
},
|
|
|
|
|
"PasswordReset": {
|
|
|
|
|
"EmailAddressPlaceholder": "Endereço de e-mail",
|
|
|
|
|
"ResetPasswordButton": "Redefinir Senha"
|
|
|
|
|
"EmailAddressPlaceholder": "Email Address",
|
|
|
|
|
"ResetPasswordButton": "Reset Password"
|
|
|
|
|
},
|
|
|
|
|
"LandingPage": {
|
|
|
|
|
"OnlineHeading": "Online no momento",
|
|
|
|
|
"OnlineParagraph": "O servidor de mídia está atualmente online",
|
|
|
|
|
"PartiallyOnlineHeading": "Parcialmente Online",
|
|
|
|
|
"PartiallyOnlineParagraph": "O servidor de mídia está parcialmente online.",
|
|
|
|
|
"MultipleServersUnavailable": "Existem {{serversUnavailable}} servidores offline de um total de {{totalServers}}.",
|
|
|
|
|
"SingleServerUnavailable": "Existe {{serversUnavailable}} servidor offline de um total de {{totalServers}}.",
|
|
|
|
|
"OfflineHeading": "Offline Agora",
|
|
|
|
|
"OfflineParagraph": "O servidor de mídia está atualmente offline.",
|
|
|
|
|
"CheckPageForUpdates": "Verifique esta página para acompanhar as atualizações do site."
|
|
|
|
|
"OnlineHeading": "Currently Online",
|
|
|
|
|
"OnlineParagraph": "The media server is currently online",
|
|
|
|
|
"PartiallyOnlineHeading": "Partially Online",
|
|
|
|
|
"PartiallyOnlineParagraph": "The media server is partially online.",
|
|
|
|
|
"MultipleServersUnavailable": "There are {{serversUnavailable}} servers offline out of {{totalServers}}.",
|
|
|
|
|
"SingleServerUnavailable": "There is {{serversUnavailable}} server offline out of {{totalServers}}.",
|
|
|
|
|
"OfflineHeading": "Currently Offline",
|
|
|
|
|
"OfflineParagraph": "The media server is currently offline.",
|
|
|
|
|
"CheckPageForUpdates": "Check this page for continuous site updates."
|
|
|
|
|
},
|
|
|
|
|
"NavigationBar": {
|
|
|
|
|
"Discover": "Discover",
|
|
|
|
|
"Search": "Pesquisar",
|
|
|
|
|
"Requests": "Solicitações",
|
|
|
|
|
"UserManagement": "User Management",
|
|
|
|
|
"Issues": "Problemas",
|
|
|
|
|
"Vote": "Votar",
|
|
|
|
|
"Donate": "Doações!",
|
|
|
|
|
"DonateLibraryMaintainer": "Doar para o Dono da Biblioteca",
|
|
|
|
|
"Search": "Search",
|
|
|
|
|
"Requests": "Requests",
|
|
|
|
|
"UserManagement": "Users",
|
|
|
|
|
"Issues": "Issues",
|
|
|
|
|
"Vote": "Vote",
|
|
|
|
|
"Donate": "Donate!",
|
|
|
|
|
"DonateLibraryMaintainer": "Donate to Library Maintainer",
|
|
|
|
|
"DonateTooltip": "This is how I convince my wife to let me spend my spare time developing Ombi 😁",
|
|
|
|
|
"UpdateAvailableTooltip": "Atualização Disponível!",
|
|
|
|
|
"Settings": "Configurações",
|
|
|
|
|
"Welcome": "Bem-vindo(a), {{username}}",
|
|
|
|
|
"UpdateDetails": "Detalhes da Atualização",
|
|
|
|
|
"Logout": "Desconectar",
|
|
|
|
|
"OpenMobileApp": "Abrir Aplicativo do Celular",
|
|
|
|
|
"RecentlyAdded": "Recentemente Adicionado",
|
|
|
|
|
"UpdateAvailableTooltip": "Update Available!",
|
|
|
|
|
"Settings": "Settings",
|
|
|
|
|
"Welcome": "Welcome {{username}}",
|
|
|
|
|
"UpdateDetails": "Update Details",
|
|
|
|
|
"Logout": "Logout",
|
|
|
|
|
"OpenMobileApp": "Open Mobile App",
|
|
|
|
|
"RecentlyAdded": "Recently Added",
|
|
|
|
|
"ChangeTheme": "Change Theme",
|
|
|
|
|
"Calendar": "Calendar",
|
|
|
|
|
"UserPreferences": "Preferences",
|
|
|
|
|
"FeatureSuggestion": "Feature Suggestion",
|
|
|
|
|
"FeatureSuggestion": "Features",
|
|
|
|
|
"FeatureSuggestionTooltip": "Have a great new idea? Suggest it here!",
|
|
|
|
|
"Filter": {
|
|
|
|
|
"Movies": "Movies",
|
|
|
|
@ -84,94 +84,98 @@
|
|
|
|
|
"EveningWelcome": "Good evening!"
|
|
|
|
|
},
|
|
|
|
|
"Search": {
|
|
|
|
|
"Title": "Pesquisar",
|
|
|
|
|
"Paragraph": "Quer assistir a algo que não está disponível? Sem problemas, basta pesquisar abaixo e solicitar!",
|
|
|
|
|
"MoviesTab": "Filmes",
|
|
|
|
|
"TvTab": "Séries",
|
|
|
|
|
"MusicTab": "Músicas",
|
|
|
|
|
"Title": "Search",
|
|
|
|
|
"Paragraph": "Want to watch something that is not currently available? No problem, just search for it below and request it!",
|
|
|
|
|
"MoviesTab": "Movies",
|
|
|
|
|
"TvTab": "TV Shows",
|
|
|
|
|
"MusicTab": "Music",
|
|
|
|
|
"AdvancedSearch": "You can fill in any of the below to discover new media. All of the results are sorted by popularity",
|
|
|
|
|
"Suggestions": "Sugestões",
|
|
|
|
|
"NoResults": "Desculpe, não encontramos nenhum resultado!",
|
|
|
|
|
"DigitalDate": "Lançamento Digital: {{date}}",
|
|
|
|
|
"TheatricalRelease": "Lançamento nos Cinemas: {{date}}",
|
|
|
|
|
"ViewOnPlex": "View On Plex",
|
|
|
|
|
"ViewOnEmby": "View On Emby",
|
|
|
|
|
"AdvancedSearchHeader": "Advanced Search",
|
|
|
|
|
"Suggestions": "Suggestions",
|
|
|
|
|
"NoResults": "Sorry, we didn't find any results!",
|
|
|
|
|
"DigitalDate": "Digital Release: {{date}}",
|
|
|
|
|
"TheatricalRelease": "Theatrical Release: {{date}}",
|
|
|
|
|
"ViewOnPlex": "Play On Plex",
|
|
|
|
|
"ViewOnEmby": "Play On Emby",
|
|
|
|
|
"ViewOnJellyfin": "Play On Jellyfin",
|
|
|
|
|
"RequestAdded": "O pedido de {{title}} foi adicionado com sucesso",
|
|
|
|
|
"Similar": "Semelhantes",
|
|
|
|
|
"Refine": "Corrigir",
|
|
|
|
|
"SearchBarPlaceholder": "Digite Aqui para Pesquisar",
|
|
|
|
|
"RequestAdded": "Request for {{title}} has been added successfully",
|
|
|
|
|
"Similar": "Similar",
|
|
|
|
|
"Refine": "Refine",
|
|
|
|
|
"SearchBarPlaceholder": "Type Here to Search",
|
|
|
|
|
"Movies": {
|
|
|
|
|
"PopularMovies": "Filmes Populares",
|
|
|
|
|
"UpcomingMovies": "Filmes Em Breve",
|
|
|
|
|
"TopRatedMovies": "Filmes Mais Votados",
|
|
|
|
|
"NowPlayingMovies": "Filmes em Cartaz",
|
|
|
|
|
"HomePage": "Página Inicial",
|
|
|
|
|
"PopularMovies": "Popular Movies",
|
|
|
|
|
"UpcomingMovies": "Upcoming Movies",
|
|
|
|
|
"TopRatedMovies": "Top Rated Movies",
|
|
|
|
|
"NowPlayingMovies": "Now Playing Movies",
|
|
|
|
|
"HomePage": "Home Page",
|
|
|
|
|
"Trailer": "Trailer"
|
|
|
|
|
},
|
|
|
|
|
"TvShows": {
|
|
|
|
|
"Popular": "Popular",
|
|
|
|
|
"Trending": "Tendências",
|
|
|
|
|
"MostWatched": "Mais Assistidos",
|
|
|
|
|
"MostAnticipated": "Mais Aguardados",
|
|
|
|
|
"Results": "Resultados",
|
|
|
|
|
"AirDate": "Data de Exibição:",
|
|
|
|
|
"AllSeasons": "Todas as Temporadas",
|
|
|
|
|
"FirstSeason": "Primeira temporada",
|
|
|
|
|
"LatestSeason": "Última Temporada",
|
|
|
|
|
"Select": "Selecionar...",
|
|
|
|
|
"SubmitRequest": "Enviar solicitação",
|
|
|
|
|
"Trending": "Trending",
|
|
|
|
|
"MostWatched": "Most Watched",
|
|
|
|
|
"MostAnticipated": "Most Anticipated",
|
|
|
|
|
"Results": "Results",
|
|
|
|
|
"AirDate": "Air Date:",
|
|
|
|
|
"AllSeasons": "All Seasons",
|
|
|
|
|
"FirstSeason": "First Season",
|
|
|
|
|
"LatestSeason": "Latest Season",
|
|
|
|
|
"Select": "Select ...",
|
|
|
|
|
"SubmitRequest": "Submit Request",
|
|
|
|
|
"Season": "Season {{seasonNumber}}",
|
|
|
|
|
"SelectAllInSeason": "Selecione Tudo na Temporada {{seasonNumber}}"
|
|
|
|
|
}
|
|
|
|
|
"SelectAllInSeason": "Select All in Season {{seasonNumber}}"
|
|
|
|
|
},
|
|
|
|
|
"AdvancedSearchInstructions": "Please choose what type of media you are searching for:",
|
|
|
|
|
"YearOfRelease": "Year of Release",
|
|
|
|
|
"KeywordSearchingDisclaimer": "Please note that Keyword Searching is very hit and miss due to the inconsistent data in TheMovieDb"
|
|
|
|
|
},
|
|
|
|
|
"Requests": {
|
|
|
|
|
"Title": "Solicitações",
|
|
|
|
|
"Paragraph": "Abaixo, você pode ver o seu e todos os outros pedidos, bem como o seu download e status de aprovação.",
|
|
|
|
|
"MoviesTab": "Filmes",
|
|
|
|
|
"Title": "Requests",
|
|
|
|
|
"Paragraph": "Below you can see yours and all other requests, as well as their download and approval status.",
|
|
|
|
|
"MoviesTab": "Movies",
|
|
|
|
|
"ArtistName": "Artist",
|
|
|
|
|
"AlbumName": "Album Name",
|
|
|
|
|
"TvTab": "Séries",
|
|
|
|
|
"MusicTab": "Músicas",
|
|
|
|
|
"TvTab": "TV Shows",
|
|
|
|
|
"MusicTab": "Music",
|
|
|
|
|
"RequestedBy": "Requested By",
|
|
|
|
|
"Status": "Status",
|
|
|
|
|
"RequestStatus": "Request status",
|
|
|
|
|
"Denied": " Negados:",
|
|
|
|
|
"TheatricalRelease": "Lançamento nos Cinemas: {{date}}",
|
|
|
|
|
"ReleaseDate": "Lançado: {{date}}",
|
|
|
|
|
"TheatricalReleaseSort": "Lançamento nos Cinemas",
|
|
|
|
|
"DigitalRelease": "Lançamento Digital: {{date}}",
|
|
|
|
|
"Denied": " Denied:",
|
|
|
|
|
"TheatricalRelease": "Theatrical Release: {{date}}",
|
|
|
|
|
"ReleaseDate": "Released: {{date}}",
|
|
|
|
|
"TheatricalReleaseSort": "Theatrical Release",
|
|
|
|
|
"DigitalRelease": "Digital Release: {{date}}",
|
|
|
|
|
"RequestDate": "Request Date",
|
|
|
|
|
"QualityOverride": "Substituição de Qualidade:",
|
|
|
|
|
"RootFolderOverride": "Substituição da Pasta Raiz:",
|
|
|
|
|
"ChangeRootFolder": "Pasta Raiz",
|
|
|
|
|
"ChangeQualityProfile": "Perfil de Qualidade",
|
|
|
|
|
"MarkUnavailable": "Marcar como Indisponível",
|
|
|
|
|
"MarkAvailable": "Marcar como Disponível",
|
|
|
|
|
"Remove": "Remover",
|
|
|
|
|
"Deny": "Negar",
|
|
|
|
|
"QualityOverride": "Quality Override:",
|
|
|
|
|
"RootFolderOverride": "Root Folder Override:",
|
|
|
|
|
"ChangeRootFolder": "Root Folder",
|
|
|
|
|
"ChangeQualityProfile": "Quality Profile",
|
|
|
|
|
"MarkUnavailable": "Mark Unavailable",
|
|
|
|
|
"MarkAvailable": "Mark Available",
|
|
|
|
|
"Remove": "Remove",
|
|
|
|
|
"Deny": "Deny",
|
|
|
|
|
"DenyReason": "Deny Reason",
|
|
|
|
|
"DeniedReason": "Denied Reason",
|
|
|
|
|
"Season": "Season",
|
|
|
|
|
"GridTitle": "Título",
|
|
|
|
|
"AirDate": "AirDate",
|
|
|
|
|
"GridTitle": "Title",
|
|
|
|
|
"AirDate": "Air Date",
|
|
|
|
|
"GridStatus": "Status",
|
|
|
|
|
"ReportIssue": "Relatar Problema",
|
|
|
|
|
"Filter": "Filtro",
|
|
|
|
|
"Sort": "Ordenar por",
|
|
|
|
|
"SeasonNumberHeading": "Temporada: {seasonNumber}",
|
|
|
|
|
"SortTitleAsc": "Título ▲",
|
|
|
|
|
"SortTitleDesc": "Título ▼",
|
|
|
|
|
"SortRequestDateAsc": "Data da Solicitação ▲",
|
|
|
|
|
"SortRequestDateDesc": "Data da Solicitação ▼",
|
|
|
|
|
"ReportIssue": "Report Issue",
|
|
|
|
|
"Filter": "Filter",
|
|
|
|
|
"Sort": "Sort",
|
|
|
|
|
"SeasonNumberHeading": "Season: {seasonNumber}",
|
|
|
|
|
"SortTitleAsc": "Title ▲",
|
|
|
|
|
"SortTitleDesc": "Title ▼",
|
|
|
|
|
"SortRequestDateAsc": "Request Date ▲",
|
|
|
|
|
"SortRequestDateDesc": "Request Date ▼",
|
|
|
|
|
"SortStatusAsc": "Status ▲",
|
|
|
|
|
"SortStatusDesc": "Status ▼",
|
|
|
|
|
"Remaining": {
|
|
|
|
|
"Quota": "{{remaining}}/{{total}} solicitações restantes",
|
|
|
|
|
"NextDays": "Outra solicitação será adicionada em {{time}} dias",
|
|
|
|
|
"NextHours": "Outra solicitação será adicionada em {{time}} horas",
|
|
|
|
|
"NextMinutes": "Outra solicitação será adicionada em {{time}} minutos",
|
|
|
|
|
"NextMinute": "Outra solicitação será adicionada em {{time}} minuto"
|
|
|
|
|
"Quota": "{{remaining}}/{{total}} requests remaining",
|
|
|
|
|
"NextDays": "Another request will be added in {{time}} days",
|
|
|
|
|
"NextHours": "Another request will be added in {{time}} hours",
|
|
|
|
|
"NextMinutes": "Another request will be added in {{time}} minutes",
|
|
|
|
|
"NextMinute": "Another request will be added in {{time}} minute"
|
|
|
|
|
},
|
|
|
|
|
"AllRequests": "All Requests",
|
|
|
|
|
"PendingRequests": "Pending Requests",
|
|
|
|
@ -191,24 +195,24 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"Issues": {
|
|
|
|
|
"Title": "Problemas",
|
|
|
|
|
"PendingTitle": "Problemas pendentes",
|
|
|
|
|
"InProgressTitle": "Problemas em resolução",
|
|
|
|
|
"ResolvedTitle": "Problemas Resolvidos",
|
|
|
|
|
"ColumnTitle": "Título",
|
|
|
|
|
"Title": "Issues",
|
|
|
|
|
"PendingTitle": "Pending Issues",
|
|
|
|
|
"InProgressTitle": "In Progress Issues",
|
|
|
|
|
"ResolvedTitle": "Resolved Issues",
|
|
|
|
|
"ColumnTitle": "Title",
|
|
|
|
|
"Count": "Count",
|
|
|
|
|
"Category": "Categoria",
|
|
|
|
|
"Category": "Category",
|
|
|
|
|
"Status": "Status",
|
|
|
|
|
"Details": "Detalhes",
|
|
|
|
|
"Description": "Descrição",
|
|
|
|
|
"NoComments": "Sem Comentários!",
|
|
|
|
|
"MarkInProgress": "Marcar como em andamento",
|
|
|
|
|
"MarkResolved": "Marcar como resolvido",
|
|
|
|
|
"SendMessageButton": "Enviar",
|
|
|
|
|
"Subject": "Assunto",
|
|
|
|
|
"Comments": "Comentários",
|
|
|
|
|
"WriteMessagePlaceholder": "Escreva sua mensagem aqui...",
|
|
|
|
|
"ReportedBy": "Reportado por",
|
|
|
|
|
"Details": "Details",
|
|
|
|
|
"Description": "Description",
|
|
|
|
|
"NoComments": "No Comments!",
|
|
|
|
|
"MarkInProgress": "Mark In Progress",
|
|
|
|
|
"MarkResolved": "Mark Resolved",
|
|
|
|
|
"SendMessageButton": "Send",
|
|
|
|
|
"Subject": "Subject",
|
|
|
|
|
"Comments": "Comments",
|
|
|
|
|
"WriteMessagePlaceholder": "Write your message here...",
|
|
|
|
|
"ReportedBy": "Reported By",
|
|
|
|
|
"IssueDialog": {
|
|
|
|
|
"Title": "Report an issue",
|
|
|
|
|
"DescriptionPlaceholder": "Please describe the issue",
|
|
|
|
@ -227,23 +231,25 @@
|
|
|
|
|
"Requested": "Requested"
|
|
|
|
|
},
|
|
|
|
|
"Filter": {
|
|
|
|
|
"ClearFilter": "Limpar Filtro",
|
|
|
|
|
"FilterHeaderAvailability": "Disponibilidade",
|
|
|
|
|
"ClearFilter": "Clear Filter",
|
|
|
|
|
"FilterHeaderAvailability": "Availability",
|
|
|
|
|
"FilterHeaderRequestStatus": "Status",
|
|
|
|
|
"Approved": "Aprovado",
|
|
|
|
|
"PendingApproval": "Aprovação Pendente"
|
|
|
|
|
"Approved": "Approved",
|
|
|
|
|
"PendingApproval": "Pending Approval",
|
|
|
|
|
"WatchProviders": "Watch Providers",
|
|
|
|
|
"Keywords": "Keywords"
|
|
|
|
|
},
|
|
|
|
|
"UserManagment": {
|
|
|
|
|
"TvRemaining": "Séries: {{remaining}}/{{total}} restantes",
|
|
|
|
|
"MovieRemaining": "Filmes: {{remaining}}/{{total}} restantes",
|
|
|
|
|
"MusicRemaining": "Músicas: {{remaining}}/{{total}} restantes",
|
|
|
|
|
"TvDue": "Série: {{date}}",
|
|
|
|
|
"MovieDue": "Filme: {{date}}",
|
|
|
|
|
"MusicDue": "Música: {{date}}"
|
|
|
|
|
"TvRemaining": "TV: {{remaining}}/{{total}} remaining",
|
|
|
|
|
"MovieRemaining": "Movies: {{remaining}}/{{total}} remaining",
|
|
|
|
|
"MusicRemaining": "Music: {{remaining}}/{{total}} remaining",
|
|
|
|
|
"TvDue": "TV: {{date}}",
|
|
|
|
|
"MovieDue": "Movie: {{date}}",
|
|
|
|
|
"MusicDue": "Music: {{date}}"
|
|
|
|
|
},
|
|
|
|
|
"Votes": {
|
|
|
|
|
"CompletedVotesTab": "Votado",
|
|
|
|
|
"VotesTab": "Votos necessários"
|
|
|
|
|
"CompletedVotesTab": "Voted",
|
|
|
|
|
"VotesTab": "Votes Needed"
|
|
|
|
|
},
|
|
|
|
|
"MediaDetails": {
|
|
|
|
|
"Denied": "Denied",
|
|
|
|
@ -270,7 +276,7 @@
|
|
|
|
|
"RootFolderOverride": "Root Folder Override",
|
|
|
|
|
"QualityOverride": "Quality Override",
|
|
|
|
|
"Genres": "Genres",
|
|
|
|
|
"TheatricalRelease": "Theatrical Release",
|
|
|
|
|
"TheatricalRelease": "Release",
|
|
|
|
|
"DigitalRelease": "Digital Release",
|
|
|
|
|
"Votes": "Votes",
|
|
|
|
|
"Runtime": "Runtime",
|
|
|
|
|