Merge pull request #833 from movie-web/dev

V4.3.3
This commit is contained in:
William Oldham 2024-01-26 19:20:38 +00:00 committed by GitHub
commit 427852db74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
26 changed files with 1288 additions and 256 deletions

View File

@ -1,6 +1,6 @@
{
"name": "movie-web",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"homepage": "https://movie-web.app",
"scripts": {

View File

@ -9,6 +9,7 @@ import en from "@/assets/locales/en.json";
import es from "@/assets/locales/es.json";
import et from "@/assets/locales/et.json";
import fa from "@/assets/locales/fa.json";
import fi from "@/assets/locales/fi-FI.json";
import fr from "@/assets/locales/fr.json";
import gl from "@/assets/locales/gl.json";
import gu from "@/assets/locales/gu.json";
@ -23,6 +24,7 @@ import lv from "@/assets/locales/lv.json";
import minion from "@/assets/locales/minion.json";
import ne from "@/assets/locales/ne.json";
import nl from "@/assets/locales/nl.json";
import nv from "@/assets/locales/nv.json";
import pa from "@/assets/locales/pa.json";
import pirate from "@/assets/locales/pirate.json";
import pl from "@/assets/locales/pl.json";
@ -84,5 +86,8 @@ export const locales = {
gl,
pa,
ro,
fi,
nv,
};
export type Locales = keyof typeof locales;

View File

@ -203,7 +203,7 @@
"title": "Pojďme uďelat novou proxy"
},
"start": {
"explainer": "Abyste získali co nejlepší streamy. Musíte si zvolit, kterou streamovací metodu chcete použít.",
"explainer": "Abyste získali co nejlepší streamy, musíte zvolit, kterou streamovací metodu chcete použít.",
"options": {
"default": {
"text": "Nechci zdroje s dobrou kvalitou,<0 /> <1>použít výchozí nastavení</1>"
@ -241,7 +241,7 @@
"downloadPlaylist": "Stáhnout playlist",
"downloadSubtitle": "Stáhnout aktuální titulky",
"downloadVideo": "Stáhnout video",
"hlsDisclaimer": "Stahování probíhá přímo u poskytovatele. movie-web nemá kontrolu nad tím, jak jsou stahování poskytovány.<br /><br />Vezměte prosím na vědomí, že stahujete HLS playlist, který <bold>není doporučen stahovat pokud nejste obeznámeni s pokročilým streamováním médií</bold>. Raději skuste jiný zdroj pro jiný formát.",
"hlsDisclaimer": "Stahování probíhá přímo u poskytovatele. movie-web nemá kontrolu nad tím, jak jsou stahování poskytovány.<br /><br />Vezměte prosím na vědomí, že stahujete HLS playlist,<bold> který není doporučen stahovat pokud nejste obeznámeni s pokročilým streamováním médií</bold>. Raději skuste jiný zdroj pro jiný formát.",
"onAndroid": {
"1": "Na Androidu klikněte na tlačítko stahování, poté na nové stránce <bold>klepněte a podržte</bold> na videu a poté vyberte <bold>uložit</bold>.",
"shortTitle": "Stahování / Android",

View File

@ -167,13 +167,61 @@
"title": "Diese Seite wurde nicht gefunden"
},
"onboarding": {
"defaultConfirm": {
"cancel": "Abbrechen",
"confirm": "Standard-Setup verwenden",
"description": "Das Standard-Setup verfügt nicht über die besten Streams und kann unerträglich langsam sein.",
"title": "Sicher?"
},
"extension": {
"back": "Zurück gehen",
"explainer": "Mit der Browser-Erweiterung kannst du die besten Streams benutzen, die wir zu bieten haben. Mit nur einer einfachen Installation.",
"explainerIos": "Leider ist die Browser-Extension unter iOS nicht unterstützt. Klicken Sie auf <bold>Zurück</bold>, um eine andere Option auszuwählen.",
"extensionHelp": "Falls du die Erweiterung installiert hast, aber sie aber nicht erkannt wird, <bold>öffne die Erweiterung über das Erweiterungsmenü Ihres Browsers</bold> und befolge die Schritte auf dem Bildschirm.",
"linkChrome": "Chrome Erweiterung installieren",
"linkFirefox": "Firefox Erweiterung installieren",
"notDetecting": "Auf Chrome Installiert, aber die Website erkennt es nicht? Versuche, die Seite wieder zu laden!",
"notDetectingAction": "Seite neuladen",
"status": {
"disallowed": "Browser-Erweiterung ist für diese Website nicht aktiviert",
"disallowedAction": "Browser-Erweiterung aktivieren",
"failed": "Statusanforderung fehlgeschlagen",
"loading": "Wartet dass du die Erweiterung installierst",
"outdated": "Erweiterungsversion zu alt",
"success": "Die Browser-Erweiterung funktioniert wie erwartet!"
},
"submit": "Weiter"
},
"proxy": {
"back": "Zurück gehen"
"back": "Zurück gehen",
"explainer": "Mit der Proxy-Methode kannst du Streams mit guter Qualität benutzen, indem du einen eigenen Proxy einstellst.",
"input": {
"errorConnection": "Es konnte keine Verbindung zum Proxy hergestellt werden",
"errorInvalidUrl": "Keine gültige URL",
"errorNotProxy": "Ein Proxy wurde erwartet, aber eine Website wurde eingegeben",
"label": "Proxy-URL",
"placeholder": "https://"
},
"link": "Erfahre, wie man einen Proxy einstellt",
"submit": "Proxy einreichen"
},
"start": {
"explainer": "Um die bestmöglichen Streams zu erhalten, müssen Sie auswählen, welche Streaming-Methode Sie verwenden möchten.",
"options": {
"default": {
"text": "Ich möchte keine Streams mit guter Qualität. <0 /> <1>Standardeinstellung benutzen</1>"
},
"extension": {
"quality": "Beste Qualität"
"action": "Browser-Erweitung installieren",
"description": "Installiere die Browser-Erweitung, um Zugriff auf die besten Quellen zu bekommen.",
"quality": "Beste Qualität",
"title": "Browser extension"
},
"proxy": {
"action": "Proxy einstellen",
"description": "Richte in nur 5 Minuten einen Proxy ein und erhalte Zugriff auf großartige Quellen.",
"quality": "Gute Qualität",
"title": "Eigene Proxy"
}
}
}
@ -195,7 +243,7 @@
"downloadPlaylist": "Playlist herunterladen",
"downloadSubtitle": "Aktuelle Untertitel herunterladen",
"downloadVideo": "Video herunterladen",
"hlsDisclaimer": "movie-web hat keinen Einfluss darauf, wie Downloads bereitgestellt werden. Downloads werden direkt vom Anbieter bezogen. Bitte beachte, dass du eine HLS-Wiedergabeliste herunterlädst, dies ist nicht empfohlen für Nutzer die nicht mit Erweiterten Streaming Formaten vertraut sind. Probiere andere Anbieter für andere Formate.",
"hlsDisclaimer": "movie-web hat keinen Einfluss darauf, wie Downloads bereitgestellt werden. Downloads werden direkt vom Anbieter bezogen. <br /><br />Bitte beachte, dass du eine HLS-Wiedergabeliste herunterlädst, <bold>dies ist nicht empfohlen für Nutzer die nicht mit Erweiterten Streaming Formaten vertraut sind</bold>. Probiere andere Anbieter für andere Formate.",
"onAndroid": {
"1": "Um auf Android Herunterzuladen, tippe auf den Download-Button, <bold>tippe und halte</bold> auf der neuen Seite auf das Video und wähle <bold>Speichern</bold> aus.",
"shortTitle": "Download / Android",
@ -454,7 +502,7 @@
"language": "App-Sprache",
"languageDescription": "Sprache für die ganze App.",
"thumbnail": "Miniaturansichten generieren",
"thumbnailDescription": "Meistens haben Videos keine Miniaturansicht. Du kannst diese Einstellung anmachen, um sie automatisch zu generieren, aber Sie können dein Video langsamer machen.",
"thumbnailDescription": "Meistens haben Videos keine Miniaturansicht. Du kannst diese Einstellung anmachen, um sie automatisch zu generieren, aber sie können dein Video langsamer machen.",
"thumbnailLabel": "Miniaturansichten generieren",
"title": "Einstellungen"
},

View File

@ -95,10 +95,10 @@
"about": "About",
"dmca": "DMCA",
"login": "Login",
"onboarding": "Setup",
"pagetitle": "{{title}} - movie-web",
"register": "Register",
"settings": "Settings",
"onboarding": "Setup"
"settings": "Settings"
}
},
"home": {
@ -128,11 +128,15 @@
},
"morning": {
"default": "What would you like to watch this morning?",
"extra": ["I hear Before Sunrise is good"]
"extra": [
"I hear Before Sunrise is good"
]
},
"night": {
"default": "What would you like to watch tonight?",
"extra": ["Tired? I hear The Exorcist is good."]
"extra": [
"Tired? I hear The Exorcist is good."
]
}
}
},
@ -162,16 +166,73 @@
"message": "We looked everywhere: under the bins, in the closet, behind the proxy but ultimately couldn't find the page you are looking for.",
"title": "Couldn't find that page"
},
"onboarding": {
"defaultConfirm": {
"cancel": "Cancel",
"confirm": "Use default setup",
"description": "The default setup does not have the best streams and can be unbearably slow.",
"title": "Are you sure?"
},
"extension": {
"back": "Go back",
"explainer": "Using the browser extension, you can get the best streams we have to offer. With just a simple install.",
"explainerIos": "Unfortunately, the browser extension is not supported on iOS, Press <bold>Go back</bold> to choose another option.",
"extensionHelp": "If you've installed the extension but it's not detected, <bold>open the extension through your browsers extension menu</bold> and follow the steps on screen.",
"linkChrome": "Install Chrome extension",
"linkFirefox": "Install Firefox extension",
"notDetecting": "Installed on Chrome, but the site isn't detecting it? Try reloading the page!",
"notDetectingAction": "Reload page",
"status": {
"disallowed": "Extension is not enabled for this page",
"disallowedAction": "Enable extension",
"failed": "Failed to request status",
"loading": "Waiting for you to install the extension",
"outdated": "Extension version too old",
"success": "Extension is working as expected!"
},
"submit": "Continue",
"title": "Let's start with an extension"
},
"proxy": {
"back": "Go back",
"explainer": "With the proxy method, you can get great quality streams by making a self-service proxy.",
"input": {
"errorConnection": "Could not connect to proxy",
"errorInvalidUrl": "Not a valid URL",
"errorNotProxy": "Expected a proxy but got a website",
"label": "Proxy URL",
"placeholder": "https://"
},
"link": "Learn how to make a proxy",
"submit": "Submit proxy",
"title": "Let's make a new proxy"
},
"start": {
"explainer": "To get the best streams possible, you will need to choose which streaming method you want to use.",
"options": {
"default": {
"text": "I don't want good quality streams,<0 /> <1>use the default setup</1>"
},
"extension": {
"action": "Install extension",
"description": "Install browser extension and gain access to the best sources.",
"quality": "Best quality",
"title": "Browser extension"
},
"proxy": {
"action": "Setup proxy",
"description": "Setup a proxy in just 5 minutes and gain access to great sources.",
"quality": "Good quality",
"title": "Custom proxy"
}
},
"title": "Let's get you setup with movie-web"
}
},
"overlays": {
"close": "Close"
},
"player": {
"turnstile": {
"verifyingHumanity": "Verifying your humanity...",
"title": "We need to verify that you're human.",
"description": "Please verify that you are human by completing the Captcha on the right. This is to keep movie-web safe!",
"error": "Failed to verify your humanity. Please try again."
},
"back": {
"default": "Back to home",
"short": "Back"
@ -180,57 +241,10 @@
"enabled": "Casting to device..."
},
"menus": {
"settings": {
"videoSection": "Video settings",
"experienceSection": "Viewing experience",
"enableSubtitles": "Enable Subtitles",
"subtitleItem": "Subtitle settings",
"sourceItem": "Video sources",
"playbackItem": "Playback settings",
"downloadItem": "Download",
"qualityItem": "Quality"
},
"episodes": {
"button": "Episodes",
"loadingTitle": "Loading...",
"loadingList": "Loading...",
"loadingError": "Error loading season",
"emptyState": "There are no episodes in this season, check back later!",
"episodeBadge": "E{{episode}}",
"unairedEpisodes": "One or more episodes in this season have been disabled because they haven't been aired yet."
},
"sources": {
"title": "Sources",
"unknownOption": "Unknown",
"noStream": {
"title": "No stream",
"text": "This source has no streams for this movie or show."
},
"noEmbeds": {
"title": "No embeds found",
"text": "We were unable to find any embeds, please try a different source."
},
"failed": {
"title": "Failed to scrape",
"text": "There was an error while trying to find any videos, please try a different source."
}
},
"subtitles": {
"title": "Subtitles",
"customizeLabel": "Customize",
"settings": {
"fixCapitals": "Fix capitalization",
"delay": "Subtitle delay",
"backlink": "Custom subtitles"
},
"customChoice": "Select subtitle from file",
"offChoice": "Off",
"unknownLanguage": "Unknown"
},
"downloads": {
"disclaimer": "Downloads are taken directly from the provider. movie-web does not have control over how the downloads are provided.",
"downloadSubtitle": "Download current subtitle",
"downloadPlaylist": "Download playlist",
"downloadSubtitle": "Download current subtitle",
"downloadVideo": "Download video",
"hlsDisclaimer": "Downloads are taken directly from the provider. movie-web does not have control over how the downloads are provided.<br /><br />Please note that you are downloading an HLS playlist, <bold>it is not recommended to download if you are not familiar with advanced streaming formats</bold>. Try different sources for different formats.",
"onAndroid": {
@ -250,6 +264,15 @@
},
"title": "Download"
},
"episodes": {
"button": "Episodes",
"emptyState": "There are no episodes in this season, check back later!",
"episodeBadge": "E{{episode}}",
"loadingError": "Error loading season",
"loadingList": "Loading...",
"loadingTitle": "Loading...",
"unairedEpisodes": "One or more episodes in this season have been disabled because they haven't been aired yet."
},
"playback": {
"speedLabel": "Playback speed",
"title": "Playback settings"
@ -259,35 +282,73 @@
"hint": "You can try <0>switching source</0> to get different quality options.",
"iosNoQuality": "Due to Apple-defined limitations, quality selection is not available on iOS for this source. You can try <0>switching to another source</0> to get different quality options.",
"title": "Quality"
},
"settings": {
"downloadItem": "Download",
"enableSubtitles": "Enable Subtitles",
"experienceSection": "Viewing experience",
"playbackItem": "Playback settings",
"qualityItem": "Quality",
"sourceItem": "Video sources",
"subtitleItem": "Subtitle settings",
"videoSection": "Video settings"
},
"sources": {
"failed": {
"text": "There was an error while trying to find any videos, please try a different source.",
"title": "Failed to scrape"
},
"noEmbeds": {
"text": "We were unable to find any embeds, please try a different source.",
"title": "No embeds found"
},
"noStream": {
"text": "This source has no streams for this movie or show.",
"title": "No stream"
},
"title": "Sources",
"unknownOption": "Unknown"
},
"subtitles": {
"customChoice": "Select subtitle from file",
"customizeLabel": "Customize",
"offChoice": "Off",
"settings": {
"backlink": "Custom subtitles",
"delay": "Subtitle delay",
"fixCapitals": "Fix capitalization"
},
"title": "Subtitles",
"unknownLanguage": "Unknown"
}
},
"metadata": {
"api": {
"text": "Could not load API metadata, please check your internet connection.",
"title": "Failed to load API metadata"
},
"dmca": {
"badge": "Removed",
"text": "This media is no longer available due to a takedown notice or copyright claim.",
"title": "Media has been removed"
},
"extensionPermission": {
"badge": "Permission Missing",
"button": "Use extension",
"text": "You have the browser extension, but we need your permission to get started using the extension.",
"title": "Configure the extension"
},
"failed": {
"badge": "Failed",
"homeButton": "Go home",
"text": "Could not load the media's metadata from TMDB. Please check whether TMDB is down or blocked on your internet connection.",
"title": "Failed to load metadata"
},
"api": {
"text": "Could not load API metadata, please check your internet connection.",
"title": "Failed to load API metadata"
},
"notFound": {
"badge": "Not found",
"homeButton": "Back to home",
"text": "We couldn't find the media you requested. Either it's been removed or you tampered with the URL.",
"title": "Couldn't find that media."
},
"extensionPermission": {
"badge": "Permission Missing",
"title": "Configure the extension",
"text": "You have the browser extension, but we need your permission to get started using the extension.",
"button": "Use extension"
},
"dmca": {
"badge": "Removed",
"title": "Media has been removed",
"text": "This media is no longer available due to a takedown notice or copyright claim."
}
},
"nextEpisode": {
@ -326,6 +387,12 @@
"remaining": "{{timeLeft}} left • Finish at {{timeFinished, datetime}}",
"shortRegular": "{{timeWatched}}",
"shortRemaining": "-{{timeLeft}}"
},
"turnstile": {
"description": "Please verify that you are human by completing the Captcha on the right. This is to keep movie-web safe!",
"error": "Failed to verify your humanity. Please try again.",
"title": "We need to verify that you're human.",
"verifyingHumanity": "Verifying your humanity..."
}
},
"screens": {
@ -396,41 +463,34 @@
},
"title": "Appearance"
},
"subtitles": {
"title": "Subtitles",
"previewQuote": "I must not fear. Fear is the mind-killer.",
"textSizeLabel": "Text size",
"backgroundLabel": "Background opacity",
"colorLabel": "Color"
},
"connections": {
"setup": {
"errorStatus": {
"title": "Something needs your attention",
"description": "It seems that one or more items in this setup need your attention."
},
"unsetStatus": {
"title": "You haven't gone through setup",
"description": "Please click the button to the right to start the setup process."
},
"successStatus": {
"title": "Everything is set up!",
"description": "All things are in place for you to start watching your favourite media."
},
"redoSetup": "Redo setup",
"doSetup": "Do setup",
"itemError": "There is something wrong with this setting. Go through setup again to fix it.",
"items": {
"extension": "Extension",
"proxy": "Custom proxy",
"default": "Default setup"
}
},
"server": {
"description": "If you would like to connect to a custom backend to store your data, enable this and provide the URL. <0>Instructions.</0>",
"label": "Custom server",
"urlLabel": "Custom server URL"
},
"setup": {
"doSetup": "Do setup",
"errorStatus": {
"description": "It seems that one or more items in this setup need your attention.",
"title": "Something needs your attention"
},
"itemError": "There is something wrong with this setting. Go through setup again to fix it.",
"items": {
"default": "Default setup",
"extension": "Extension",
"proxy": "Custom proxy"
},
"redoSetup": "Redo setup",
"successStatus": {
"description": "All things are in place for you to start watching your favourite media.",
"title": "Everything is set up!"
},
"unsetStatus": {
"description": "Please click the button to the right to start the setup process.",
"title": "You haven't gone through setup"
}
},
"title": "Connections",
"workers": {
"addButton": "Add new worker",
@ -444,10 +504,10 @@
"preferences": {
"language": "Application language",
"languageDescription": "Language applied to the entire application.",
"title": "Preferences",
"thumbnail": "Generate thumbnails",
"thumbnailDescription": "Most of the time, videos don't have thumbnails. You can enable this setting to generate them on the fly but they can make your video slower.",
"thumbnailLabel": "Generate thumbnails"
"thumbnailLabel": "Generate thumbnails",
"title": "Preferences"
},
"reset": "Reset",
"save": "Save",
@ -465,69 +525,13 @@
"userId": "User ID"
}
},
"subtitles": {
"backgroundLabel": "Background opacity",
"colorLabel": "Color",
"previewQuote": "I must not fear. Fear is the mind-killer.",
"textSizeLabel": "Text size",
"title": "Subtitles"
},
"unsaved": "You have unsaved changes"
},
"onboarding": {
"start": {
"title": "Let's get you setup with movie-web",
"explainer": "To get the best streams possible. You will need to choose which streaming method you want to use.",
"options": {
"proxy": {
"quality": "Good quality",
"title": "Custom proxy",
"description": "Setup a proxy in just 5 minutes and gain access to great sources.",
"action": "Setup proxy"
},
"extension": {
"quality": "Best quality",
"title": "Browser extension",
"description": "Install browser extension and gain access to the best sources.",
"action": "Install extension"
},
"default": {
"text": "I don't want good quality streams,<0 /> <1>use the default setup</1>"
}
}
},
"proxy": {
"title": "Let's make a new proxy",
"explainer": "With the proxy method, you can get great quality streams by making a self-service proxy.",
"link": "Learn how to make a proxy",
"input": {
"label": "Proxy URL",
"placeholder": "https://",
"errorInvalidUrl": "Not a valid URL",
"errorConnection": "Could not connect to proxy",
"errorNotProxy": "Expected a proxy but got a website"
},
"back": "Go back",
"submit": "Submit proxy"
},
"extension": {
"title": "Let's start with an extension",
"explainer": "Using the browser extension, you can get the best streams we have to offer. With just a simple install.",
"explainerIos": "Unfortunately, the browser extension is not supported on IOS, Press <bold>Go back</bold> to choose another option.",
"extensionHelp": "If you've installed the extension but it's not detected. <bold>Open the extension through your browsers extension menu</bold> and follow the steps on screen.",
"notDetecting": "Installed on chrome but not showing up? Try reloading the page!",
"notDetectingAction": "Reload page",
"linkChrome": "Install Chrome extension",
"linkFirefox": "Install Firefox extension",
"back": "Go back",
"status": {
"loading": "Waiting for you to install the extension",
"disallowed": "Extension is not enabled for this page",
"disallowedAction": "Enable extension",
"failed": "Failed to request status",
"outdated": "Extension version too old",
"success": "Extension is working as expected!"
},
"submit": "Continue"
},
"defaultConfirm": {
"title": "Are you sure?",
"description": "The default setup does not have the best streams and can be unbearably slow.",
"cancel": "Cancel",
"confirm": "Use default setup"
}
}
}

View File

@ -176,7 +176,12 @@
"extension": {
"back": "Volver atrás",
"explainer": "Usando la extensión de navegador, puedes obtener las mejores transiciones que ofrecemos. Simplemente con una simple instalación.",
"explainerIos": "Desafortunadamente, la extensión para el navegador no es compatible con IOS. Pulsa <bold>ir atrás</bold> para elegir otra opción.",
"extensionHelp": "Si has instalado la extensión pero no es detectada, <bold>abre la extensión desde la sección en el menú de extensiones</bold> y sigue los pasos de la pantalla.",
"linkChrome": "Instalar extensión para Chrome",
"linkFirefox": "Instalar extensión para Firefox",
"notDetecting": "Instalada en Chrome, pero la página no la está detectado. ¡Prueba a recargar la web!",
"notDetectingAction": "Recargar página",
"status": {
"disallowed": "La extensión no está activada para esta página",
"disallowedAction": "Activar extensión",
@ -241,7 +246,7 @@
"downloadPlaylist": "Descargar lista de reproducción",
"downloadSubtitle": "Descargar subtítulo actual",
"downloadVideo": "Descargar vídeo",
"hlsDisclaimer": "Las descargas se realizan directamente del proveedor. movie-web no tiene control sobre cómo se proporcionan las descargas. <br /><br />Tenga en cuenta que está descargando una lista de reproducción HLS, <bold>dirigida a usuarios familiarizados con la transmisión multimedia avanzada.</bold>",
"hlsDisclaimer": "Las descargas se realizan directamente del proveedor. movie-web no tiene control sobre cómo se proporcionan las descargas. <br /><br />Tenga en cuenta que está descargando una lista de reproducción HLS, <bold>dirigida a usuarios familiarizados con la transmisión multimedia avanzada.</bold> Prueba con diferentes fuentes para diferentes formatos.",
"onAndroid": {
"1": "Para descargar en Android, haz clic en el botón de descarga y luego, en la nueva página, <bold>mantén presionado</bold> el vídeo y selecciona <bold>guardar</bold>.",
"shortTitle": "Descargar / Android",

View File

@ -26,19 +26,19 @@
"deviceNamePlaceholder": "تلفن شخصی",
"generate": {
"description": "جمله امنیتی شما به عنوان نام کاربری و رمز عبور عمل می‌کند. آن را در جایی ذخیره کنید چون برای ورود به آن نیاز دارید",
"next": "جمله امنیتی خود را ذخیره کرده‌ام",
"passphraseFrameLabel": "جمله امنیتی",
"title": "جمله امنیتی شما"
"next": "عبارت عبور امنیتی خود را ذخیره کرده‌ام",
"passphraseFrameLabel": "عبارت عبور امنیتی",
"title": "عبارت عبور امنیتی شما"
},
"hasAccount": "حساب کاربری دارید؟ <0>اینجا وارد شوید.</0>",
"login": {
"description": "لطفاً جمله امنیتی خود را وارد کنید تا وارد حساب کاربری شوید",
"description": "لطفاً عبارت عبور امنیتی خود را وارد کنید تا وارد حساب کاربری شوید",
"deviceLengthError": "لطفا نامی برای دستگاه انتخاب کنید",
"passphraseLabel": "جمله امنیتی 12 کلمه‌ای",
"passphrasePlaceholder": "جمله امنیتی",
"passphrasePlaceholder": "عبارت عبور امنیتی",
"submit": "ورود",
"title": "ورود به حساب کاربری",
"validationError": "جمله امنیتی نادرست یا ناقص است"
"validationError": "عبارت عبور امنیتی نادرست یا ناقص است"
},
"register": {
"information": {
@ -52,7 +52,7 @@
},
"trust": {
"failed": {
"text": "آیا از صحت تنظیمات مطمئن هستید؟",
"text": "درست پیکربندیش کردی؟",
"title": "مشکلی در ارتباط با سرور رخ داده"
},
"host": "شما در حال اتصال به <0>{{hostname}}</0> هستید - لطفا قبل از ایجاد حساب کاربری خود از اعتماد به آن اطمینان حاصل کنید",
@ -61,9 +61,9 @@
"yes": "بله اعتماد دارم"
},
"verify": {
"description": "لطفا جمله امنیتی که به شما داده شده را مجدد وارد تا کنید تا حساب کاربری ساخته شود",
"invalidData": "اطلاعات معتبر نیست",
"noMatch": "جمله امنیتی مطابقت ندارد",
"description": "لطفا عبارت عبور که به شما داده شده را مجدد وارد تا کنید تا حساب کاربری ساخته شود",
"invalidData": "داده نامعتبر است",
"noMatch": "عبارت عبور مطابقت ندارد",
"passphraseLabel": "عبارت عبور 12 کلمه ای شما",
"recaptchaFailed": "اعتبارسنجی ReCaptcha ناموفق بود",
"register": "ساخت حساب کاربری",
@ -73,26 +73,26 @@
"errors": {
"badge": "مشکلی پیش آمده",
"details": "جزئیات خطا",
"reloadPage": "صفحه را ریلود کنید",
"reloadPage": "صفحه را دوباره بارگذاری کنید",
"showError": "نمایش جزئیات خطا",
"title": "مشکلی پیش آمده!"
"title": "با خطا مواجه شدیم!"
},
"footer": {
"legal": {
"disclaimer": "سلب مسئولیت",
"disclaimerText": "مووی-وب هیچ فایلی را میزبانی نمی‌کند، صرفاً به سرویس‌های شخص ثالث لینک می‌دهد. مسائل قانونی باید با میزبان‌ها و ارائه‌دهندگان فایل مطرح شود. مووی-وب مسئولیتی در قبال هیچ فایل رسانه‌ای که توسط ارائه‌دهندگان ویدیو نشان داده می‌شود ندارد."
"disclaimerText": "مووی-وب هیچ فایلی را میزبانی نمی‌کند، صرفاً به سرویس‌های ثالث لینک می‌دهد. مسائل قانونی باید با میزبان‌ها و ارائه‌دهندگان فایل مطرح شود. مووی-وب مسئولیتی در قبال هیچ فایل رسانه‌ای که توسط ارائه‌دهندگان ویدیو نشان داده می‌شود ندارد."
},
"links": {
"discord": "دیسکورد",
"dmca": "DMCA",
"github": "گیت هاب"
},
"tagline": "فیلم و سریال مورد علاقه‌تان را با این برنامه استریم منبع باز تماشا کنید."
"tagline": "فیلم و سریال مورد علاقه‌تان را با این برنامه استریم متن باز تماشا کنید."
},
"global": {
"name": "مووی-وب",
"pages": {
"about": "درباره ما",
"about": "درباره",
"dmca": "DMCA",
"login": "ورود",
"onboarding": "راه اندازی",
@ -106,36 +106,36 @@
"sectionTitle": "علاقه مندی ها"
},
"continueWatching": {
"sectionTitle": "ادامه تماشا"
"sectionTitle": "به تماشا ادامه دهید"
},
"mediaList": {
"stopEditing": "توقف ویرایش"
"stopEditing": "ویرایش را متوقف کنید"
},
"search": {
"allResults": "همه چیزی بود که داشتیم!",
"failed": "چیزی پیدا نشد، دوباره تلاش کنید!",
"loading": "در حال بارگذاری...",
"noResults": "متاسفانه چیزی پیدا نکردیم!",
"noResults": "چیزی پیدا نکردیم!",
"placeholder": "چه می‌خواهید تماشا کنید؟",
"sectionTitle": "جست و جو نتایج"
"sectionTitle": "نتایج جستجو"
},
"titles": {
"day": {
"default": "امروز چه می‌خواهید تماشا کنید؟",
"default": "دوست دارید امروز بعدازظهر چه چیزی تماشا کنید؟",
"extra": [
"به دنبال ماجراجویی هستید؟ \"ژوراسیک پارک\" انتخابی عالی است."
"به دنبال ماجراجویی هستید؟ \"پارک ژوراسیک\" انتخابی عالی است."
]
},
"morning": {
"default": "امروز چه می‌خواهید تماشا کنید؟",
"default": "دوست دارید امروز صبح چه چیزی تماشا کنید؟",
"extra": [
"فیلم \"پیش از طلوع\" رو می‌توانم پیشنهاد کنم"
"شنیدم فیلم \"پیش از طلوع\" عالیه"
]
},
"night": {
"default": "امشب چه می‌خواهید تماشا کنید؟",
"default": "دوست دارید امشب چه چیزی تماشا کنید؟",
"extra": [
"روز سختی را گذرانده اید؟ شنیده ام که \"جن گیر\" فیلم خوبی است."
"خسته اید؟ شنیده ام که \"جن گیر\" فیلم خوبی است."
]
}
}
@ -176,7 +176,12 @@
"extension": {
"back": "برگرد",
"explainer": "با استفاده از افزونه مرورگر، می‌توانید بهترین جریان‌های ارائه شده را دریافت کنید. فقط با یک نصب ساده.",
"extensionHelp": "اگر افزونه را نصب کرده اید اما شناسایی نشده است. <bold>افزونه را از طریق منوی افزونه مرورگر خود باز کنید</bold> و مراحل روی صفحه را دنبال کنید.",
"explainerIos": "متأسفانه افزونه مرورگر در iOS پشتیبانی نمی‌شود، برای انتخاب گزینه دیگری <bold>Go back</bold> را فشار دهید.",
"extensionHelp": "اگر برنامه افزودنی را نصب کرده اید اما شناسایی نشده است.، <bold>افزونه را از طریق منوی افزونه مرورگر خود باز کنید</bold> و مراحل روی صفحه را دنبال کنید.",
"linkChrome": "افزونه کروم را نصب کنید",
"linkFirefox": "افزونه فایرفاکس را نصب کنید",
"notDetecting": "روی کروم نصب شده است، اما سایت آن را شناسایی نمی کند؟ سعی کنید صفحه را دوباره بارگیری کنید!",
"notDetectingAction": "بارگذاری مجدد صفحه",
"status": {
"disallowed": "برنامه افزودنی برای این صفحه فعال نیست",
"disallowedAction": "افزونه را فعال کنید",
@ -193,9 +198,9 @@
"explainer": "با روش پروکسی می توانید با ساخت یک پراکسی سلف سرویس استریم های با کیفیت عالی دریافت کنید.",
"input": {
"errorConnection": "نمی توان به پروکسی وصل شد",
"errorInvalidUrl": "URL معتبر نیست",
"errorInvalidUrl": "لینک معتبر نیست",
"errorNotProxy": "انتظار یک پروکسی داشتم اما یک وب سایت دریافت کردم",
"label": "URL پروکسی",
"label": "لینک پروکسی",
"placeholder": "https://"
},
"link": "آموزش ساخت پروکسی",
@ -203,7 +208,7 @@
"title": "بیایید یک پروکسی جدید بسازیم"
},
"start": {
"explainer": "برای دریافت بهترین جریان های ممکن شما باید انتخاب کنید که از کدام روش پخش جریانی استفاده کنید.",
"explainer": "برای دریافت بهترین استریم های ممکن، باید روش پخش جریانی را که می خواهید استفاده کنید، انتخاب کنید.",
"options": {
"default": {
"text": "من پخش جریانی با کیفیت خوب نمی‌خواهم،<0 /> <1>از تنظیمات پیش‌فرض استفاده کنید</1>"
@ -212,7 +217,7 @@
"action": "افزونه را نصب کنید",
"description": "افزونه مرورگر را نصب کنید و به بهترین منابع دسترسی پیدا کنید.",
"quality": "بهترین کیفیت",
"title": "پسوند مرورگر"
"title": "افزونه مرورگر"
},
"proxy": {
"action": "راه اندازی پروکسی",
@ -241,7 +246,7 @@
"downloadPlaylist": "دانلود لیست پخش",
"downloadSubtitle": "دانلود زیرنویس فعلی",
"downloadVideo": "دانلود ویدیو",
"hlsDisclaimer": "دانلودها مستقیماً از ارائه دهنده گرفته می شوند. movie-web کنترلی بر نحوه ارائه دانلودها ندارد.<br /><br />لطفاً توجه داشته باشید که در حال دانلود یک لیست پخش HLS هستید، اگر با فرمت های پخش جریانی پیشرفته آشنایی ندارید دانلود آن <bold> توصیه نمی شود. </bold>. منابع مختلف را برای فرمت های مختلف امتحان کنید.",
"hlsDisclaimer": "دانلودها مستقیماً از ارائه دهنده گرفته می شوند. movie-web کنترلی بر نحوه ارائه دانلودها ندارد.<br /><br />لطفاً توجه داشته باشید که در حال دانلود یک لیست پخش HLS هستید، <bold>اگر با فرمت های پخش جریانی پیشرفته آشنایی ندارید، دانلود آن توصیه نمی شود. </bold>. منابع مختلف را برای فرمت های مختلف امتحان کنید.",
"onAndroid": {
"1": "برای دانلود در اندروید، روی دکمه دانلود کلیک کنید و سپس در صفحه جدید، روی ویدیو <bold>ضربه بزنید و نگه دارید</bold>، سپس <bold>ذخیره</bold> را انتخاب کنید.",
"shortTitle": "دانلود / اندروید",
@ -261,11 +266,11 @@
},
"episodes": {
"button": "قسمت ها",
"emptyState": "هنوز هیچ قسمتی در این فصل منتشر نشده، بعدا سر بزنید!",
"emptyState": "هنوز هیچ قسمتی در این فصل وجود ندارد، بعدا سر بزنید!",
"episodeBadge": "قسمت {{episode}}",
"loadingError": "مشکلی در دریافت قسمت ها پیش آمده",
"loadingList": "در حال دریافت...",
"loadingTitle": "در حال دریافت...",
"loadingError": "خطایی در دریافت قسمت ها رخ داده",
"loadingList": "در حال بارگذاری...",
"loadingTitle": "در حال بارگذاری...",
"unairedEpisodes": "یک یا چند قسمت در این فصل غیرفعال شده است به دلیل اینکه هنوز پخش نشده است."
},
"playback": {
@ -274,13 +279,13 @@
},
"quality": {
"automaticLabel": "کیفیت خودکار",
"hint": "شما می توانید با <0>تغییر منبع</0> گزینه های مختلف کیفیت را به دست آورید.",
"hint": "شما می توانید با <0>تغییر منبع</0> به گزینه های مختلف کیفیت دسترسی داشته باشید.",
"iosNoQuality": "با توجه به محدودیت های تعریف شده توسط اپل، انتخاب کیفیت در iOS برای این منبع در دسترس نیست. شما می توانید با <0>تغییر منبع</0> گزینه های مختلف کیفیت را به دست آورید.",
"title": "کیفیت"
},
"settings": {
"downloadItem": "دانلود",
"enableSubtitles": "روشن کردن زیرنویس",
"enableSubtitles": "فعال کردن زیرنویس",
"experienceSection": "تجربه مشاهده",
"playbackItem": "تنظیمات پخش",
"qualityItem": "کیفیت",
@ -294,14 +299,14 @@
"title": "دریافت اطلاعات ناموفق بود"
},
"noEmbeds": {
"text": "نتوانستیم اطلاعات را پیدا کنیم، لطفا منبعی دیگر را امتحان کنید.",
"text": "نتوانستیم اطلاعات را پیدا کنیم، لطفا منبع دیگری را امتحان کنید.",
"title": "اطلاعات پیدا نشد"
},
"noStream": {
"text": "فیلم یا سریال شما در این منبع وجود ندارد.",
"title": "استریمی وجود ندارد"
},
"title": "منبع",
"title": "منابع",
"unknownOption": "ناشناخته"
},
"subtitles": {
@ -329,7 +334,7 @@
},
"extensionPermission": {
"badge": "مجوز وجود ندارد",
"button": "از پسوند استفاده کنید",
"button": "از افزونه استفاده کنید",
"text": "شما افزونه مرورگر را دارید، اما برای شروع استفاده از برنامه افزودنی به اجازه شما نیاز داریم.",
"title": "افزونه را پیکربندی کنید"
},
@ -343,7 +348,7 @@
"badge": "پیدا نشد",
"homeButton": "بازگشت به خانه",
"text": "فیلم یا سریالی که شما به دنبالش هستید رو پیدا نکردیم. ممکن است حذف شده باشد یا لینک این صفحه دستکاری شده باشد.",
"title": "رسانه ای پیدا نشد."
"title": "محتوا ای پیدا نشد."
}
},
"nextEpisode": {
@ -353,7 +358,7 @@
"playbackError": {
"badge": "مشکلی در پخش به وجود آمده",
"errors": {
"errorAborted": "دریافت رسانه توسط لغو شد.",
"errorAborted": "دریافت رسانه توسط کاربر لغو شد.",
"errorDecode": "با وجود اینکه قبلا مشخص شده بود که قابل استفاده است، یک خطا در هنگام تلاش برای رمزگشایی رسانه رخ داد که باعث مشکل شد.",
"errorGenericMedia": "رسانه ناشناخته است.",
"errorNetwork": "با وجود اینکه قبلا در دسترس بود، نوعی خطای شبکه رخ داد که مانع از دریافت رسانه ها شد.",
@ -384,9 +389,9 @@
"shortRemaining": "-{{timeLeft}}"
},
"turnstile": {
"description": "لطفا انسانیت خود را با تموم کردن چالش های کپچا به طور درست ثابت کنید. برای امن نگه داشتن فیلم وب!",
"description": "لطفا انسانیت خود را با تموم کردن چالش های کپچا به طور درست ثابت کنید. برای ایمن نگه داشتن مووی-وب!",
"error": "انسانیت شما تأیید نشد. لطفا دوباره تلاش کنید.",
"title": "ما باید برسی کنیم که شما انسان هستید.",
"title": "ما باید تایید کنیم که شما انسان هستید.",
"verifyingHumanity": "تایید کردن انسانیت شما..."
}
},
@ -462,7 +467,7 @@
"server": {
"description": "اگر میخواهید به یک بک-اند سفارشی برای ذخیره داده متصل شوید، با فعال و ارائه کردن این لینک ادامه دهید. <0>دستورالعمل ها.</0>",
"label": "سرور سفارشی",
"urlLabel": "URL سرور سفارشی"
"urlLabel": "لینک سرور سفارشی"
},
"setup": {
"doSetup": "راه اندازی را انجام دهید",

View File

@ -0,0 +1,181 @@
{
"about": {
"description": "movie-web on verkkosovellus, joka etsii suoratoistoja internetistä. Tiimi pyrkii enimmäkseen minimalistiseen lähestymistapaan sisällön kuluttamiseen.",
"faqTitle": "Yleisiä kysymyksiä",
"q1": {
"body": "movie-web ei isännöi mitään sisältöä. Kun klikkaat jotain katsottavaa, valittua mediaa etsitään internetistä (latausnäytössä ja 'videolähteet'-välilehdellä näet, mitä lähdettä käytät). movie-web ei koskaan lataa mediaa, kaikki tapahtuu tämän hakumekanismin kautta.",
"title": "Mistä sisältö tulee?"
},
"q2": {
"body": "Ohjelmaa tai elokuvaa ei voi pyytää, movie-web ei hallinnoi sisältöä. Kaikki sisältö katsotaan internetin lähteistä.",
"title": "Missä voin pyytää sarjaa tai elokuvaa?"
},
"q3": {
"body": "Hakutuloksemme perustuvat The Movie Database (TMDB) -tietokantaan, ja ne näkyvät riippumatta siitä, onko sisältöä oikeasti lähteissämme.",
"title": "Hakutuloksissa näytetään ohjelma tai elokuva. Miksi en voi toistaa sitä?"
},
"title": "Tietoja movie-webistä"
},
"actions": {
"copied": "Kopioitu",
"copy": "Kopioi"
},
"auth": {
"createAccount": "Eikö sinulla ole vielä tiliä? <0>Luo tili.</0>",
"deviceNameLabel": "Laitteen nimi",
"deviceNamePlaceholder": "Henkilökohtainen puhelin",
"generate": {
"description": "Tunnuslauseesi toimii käyttäjätunnuksena ja salasanana. Varmista, että pidät sen turvassa, sillä sinun on annettava se kirjautuaksesi tilillesi",
"next": "Olen tallentanut tunnuslauseeni",
"passphraseFrameLabel": "Tunnuslause",
"title": "Sinun tunnuslause"
},
"hasAccount": "Onko sinulla jo tili? <0>Kirjaudu sisään tästä.</0>",
"login": {
"description": "Anna tunnuslauseesi kirjautuaksesi tilillesi",
"deviceLengthError": "Anna laitteen nimi",
"passphraseLabel": "12-sanainen tunnuslause",
"passphrasePlaceholder": "Tunnuslause",
"submit": "Kirjaudu sisään",
"title": "Kirjaudu tilillesi",
"validationError": "Väärä tai puutteellinen tunnuslause"
},
"register": {
"information": {
"color1": "Profiilin väri yksi",
"color2": "Profiilin väri kaksi",
"header": "Anna laitteellesi nimi ja valitse haluamasi värit ja käyttäjäkuvake",
"icon": "Käyttäjäkuvake",
"next": "Seuraava",
"title": "Tilitiedot"
}
},
"trust": {
"failed": {
"text": "Oletko määrittänyt sen oikein?",
"title": "Palvelimeen ei saada yhteyttä"
},
"host": "Olet muodostamassa yhteyttä <0>{{hostname}}</0> - vahvista, että luotat siihen ennen kuin luot tilin",
"no": "Mene takaisin",
"title": "Luotatko tähän palvelimeen?",
"yes": "Luotan tähän palvelimeen"
},
"verify": {
"description": "Anna aikaisemmin saamasi tunnuslause vahvistaaksesi, että olet tallentanut sen ja luodaksesi tilisi",
"invalidData": "Tiedot eivät kelpaa",
"noMatch": "Tunnuslause ei täsmää",
"passphraseLabel": "12-sanainen tunnuslauseesi",
"recaptchaFailed": "ReCaptcha-tarkistus epäonnistui",
"register": "Luo tili",
"title": "Vahvista tunnuslauseesi"
}
},
"errors": {
"badge": "Se hajosi",
"details": "Virheen tiedot",
"reloadPage": "Lataa sivu uudelleen",
"showError": "Näytä virheen tiedot",
"title": "Havaitsimme virheen!"
},
"footer": {
"legal": {
"disclaimer": "Vastuuvapauslauseke",
"disclaimerText": "movie-web ei isännöi tiedostoja, se vain linkittää kolmannen osapuolen palveluihin. Lakiasioista tulee ottaa yhteyttä tiedostoisäntään ja palveluntarjoajiin. movie-web ei ole vastuussa videontarjoajien näyttämistä mediatiedostoista."
},
"links": {
"discord": "Discord",
"dmca": "DMCA",
"github": "GitHub"
},
"tagline": "Katso suosikkiohjelmiasi ja elokuviasi tällä avoimen lähdekoodin suoratoistosovelluksella."
},
"global": {
"name": "movie-web",
"pages": {
"about": "Meistä",
"dmca": "DMCA",
"login": "Kirjaudu sisään",
"pagetitle": "{{title}} - movie-web",
"register": "Rekisteröidy",
"settings": "Asetukset"
}
},
"home": {
"bookmarks": {
"sectionTitle": "Kirjanmerkit"
},
"continueWatching": {
"sectionTitle": "Jatka katselua"
},
"mediaList": {
"stopEditing": "Lopeta muokkaaminen"
},
"search": {
"allResults": "Siinä kaikki mitä meillä on!",
"failed": "Mediaa ei löytynyt, yritä uudelleen!",
"loading": "Ladataan...",
"noResults": "Emme löytäneet mitään!",
"placeholder": "Mitä haluat katsoa?",
"sectionTitle": "Hakutulokset"
},
"titles": {
"day": {
"default": "Mitä haluaisit katsoa tänä iltapäivänä?",
"extra": [
"Onko seikkailunhaluinen olo? Jurassic Park saattaa olla täydellinen valinta."
]
},
"morning": {
"default": "Mitä haluaisit katsoa tänä aamuna?",
"extra": [
"Kuulen, että Rakkautta ennen aamua (Before Sunrise) on hyvä"
]
},
"night": {
"default": "Mitä haluaisit katsoa tänä iltana?",
"extra": [
"Väsynyt? Kuulin, että Manaaja (The Exorcist) on hyvä."
]
}
}
},
"media": {
"episodeDisplay": "K{{season}} J{{episode}}",
"types": {
"movie": "Elokuva",
"show": "Sarja"
}
},
"navigation": {
"banner": {
"offline": "Tarkista Internet-yhteytesi"
},
"menu": {
"about": "Meistä",
"donation": "Lahjoita",
"logout": "Kirjaudu ulos",
"register": "Synkronoi pilveen",
"settings": "Asetukset",
"support": "Tuki"
}
},
"notFound": {
"badge": "Ei löydetty",
"goHome": "Takaisin kotiin",
"message": "Etsimme kaikkialta: roskakorien alta, kaapista, välityspalvelimen takaa, mutta emme lopulta löytäneet etsimääsi sivua.",
"title": "Sivua ei löytynyt"
},
"onboarding": {
"defaultConfirm": {
"cancel": "Peruuta",
"confirm": "Käytä oletuksia",
"description": "Oletuksissa ei ole parhaita suoratoistoja ja se voi olla sietämättömän hidasta.",
"title": "Oletko varma?"
},
"extension": {
"back": "Mene takaisin",
"explainer": "Käyttämällä selainlaajennusta voit saada parhaat tarjoamamme suoratoistot. Yksinkertaisella asennuksella.",
"explainerIos": "Valitettavasti selainlaajennusta ei tueta iOS:ssä. Valitse toinen vaihtoehto painamalla <bold>Palaa</bold>."
}
}
}

View File

@ -176,7 +176,12 @@
"extension": {
"back": "Retour en arrière",
"explainer": "En utilisant l'extension de navigateur, vous pouvez obtenir les meilleurs flux que nous avons à offrir. Avec juste une simple installation.",
"extensionHelp": "Si vous avez installé l'extension mais qu'elle n'est pas détectée. <bold>Ouvrez l'extension via le menu des extensions de votre navigateur</bold> et suivez les étapes à l'écran.",
"explainerIos": "Malheureusement, l'extension web n'est pas prise en charge sur iOS, appuyez sur <bold> Retour en arrière </bold> pour choisir une autre option.",
"extensionHelp": "Si vous avez installé l'extension mais qu'elle n'est pas détectée, <bold>ouvrez l'extension via le menu des extensions de votre navigateur</bold> et suivez les étapes à l'écran.",
"linkChrome": "Installer l'extension Chrome",
"linkFirefox": "Installer l'extension Firefox",
"notDetecting": "L'extension est installée sur Chrome mais le site ne la détecte pas ? Essayez de rafraîchir la page !",
"notDetectingAction": "Rafraîchir la page",
"status": {
"disallowed": "L'extension n'est pas activée pour cette page",
"disallowedAction": "Activer l'extension",
@ -203,7 +208,7 @@
"title": "Créons un nouveau proxy"
},
"start": {
"explainer": "Pour obtenir les meilleurs flux possibles. Vous devrez choisir la méthode de streaming que vous souhaitez utiliser.",
"explainer": "Pour obtenir les meilleurs flux possibles, vous devrez choisir la méthode de streaming que vous souhaitez utiliser.",
"options": {
"default": {
"text": "Je ne veux pas de flux de bonne qualité,<0 /> <1>use the default setup</1>"
@ -241,7 +246,7 @@
"downloadPlaylist": "Télécharger la liste de lecture",
"downloadSubtitle": "Télécharger les sous-titres",
"downloadVideo": "Télécharger la vidéo",
"hlsDisclaimer": "Les téléchargements sont effectués directement auprès du fournisseur. movie-web n'a aucun contrôle sur la façon dont les téléchargements sont fournis.<br /><br />Veuillez noter que vous téléchargez une liste de lecture HLS, il n'est <bold>pas recommandé de télécharger si vous n'êtes pas familier avec les formats de streaming avancés. </bold>. Essayez différentes sources pour différents formats.",
"hlsDisclaimer": "Les téléchargements sont effectués directement auprès du fournisseur. movie-web n'a aucun contrôle sur la façon dont les téléchargements sont fournis.<br /><br />Veuillez noter que vous téléchargez une liste de lecture HLS, <bold>il n'est pas recommandé de la télécharger si vous n'êtes pas familier avec les formats de streaming avancés. </bold>. Essayez différentes sources pour différents formats.",
"onAndroid": {
"1": "Pour télécharger sur Android, cliquez sur le bouton de téléchargement puis, sur la nouvelle page, <bold>tapez et maintenez </bold> sur la vidéo, puis sélectionnez <bold>enregistrer</bold>.",
"shortTitle": "Télécharger / Android",

View File

@ -95,6 +95,7 @@
"about": "Acerca de",
"dmca": "DMCA",
"login": "Iniciar sesión",
"onboarding": "Configuración",
"pagetitle": "{{title}} - movie-web",
"register": "Rexistrarse",
"settings": "Configuración"
@ -165,6 +166,69 @@
"message": "Prometocho, buscamos en todas partes: debaixo dos contenedores, no armario, detrás do proxy, pero ao final non puidemos atopar a páxina que estabas buscando.",
"title": "Non atopei a páxona que estabas a buscar"
},
"onboarding": {
"defaultConfirm": {
"cancel": "Cancelar",
"confirm": "Usar configuración por defecto",
"description": "A configuración por defecto non ten a mellor calidade e pode ser moi lenta.",
"title": "Estás seguro?"
},
"extension": {
"back": "Volver atrás",
"explainer": "Usando a extensión de navegador, podes obter os mellores streams á mellor calidade. Cunha simple instalación.",
"explainerIos": "Por desgraza, a extensión de navegador non é soportada en iOS. Pulsa <bold>volver atrás</bold> para escoller outra opción.",
"extensionHelp": "Se instalaches a extensión pero non é detectada, <bold>abre a extensión dende o menú de extensións do navegador</bold> e sigue os pasos na pantalla.",
"linkChrome": "Instalar extensión de Chrome",
"linkFirefox": "Instalar extensión de Firefox",
"notDetecting": "Instalada en Chrome, pero o sitio web non a está a detectar? Proba recargando a páxina!",
"notDetectingAction": "Recargar a páxina",
"status": {
"disallowed": "A extensión non está habilitada para esta páxina",
"disallowedAction": "Activar extensión",
"failed": "Error ao solicitar estado",
"loading": "Esperando a que instales a extensión",
"outdated": "A versión da extensión é moi vella",
"success": "A extensión funciona como se esperaba!"
},
"submit": "Continuar",
"title": "Vamos a empezar coa extensión"
},
"proxy": {
"back": "Vover atrás",
"explainer": "Có método do proxy, podes obter streams de boa calidade creando un proxy hosteado por ti mesmo.",
"input": {
"errorConnection": "Non foi posible a conexión có proxy",
"errorInvalidUrl": "URL non válida",
"errorNotProxy": "Estaba previsto obter o proxy pero obtuven unha páxina web",
"label": "URL do proxy",
"placeholder": "https://"
},
"link": "Aprender a configurar o proxy",
"submit": "Validar proxy",
"title": "Vamos crear un novo proxy"
},
"start": {
"explainer": "Para obter a maior calidade posible, terás que elexir que método de streaming queres usar.",
"options": {
"default": {
"text": "Non quero streams de boa calidade, <0 /> <1>usarei a configuración por defecto</1>"
},
"extension": {
"action": "Instalar extensión",
"description": "Instala a extensión de navegador e obtén acceso ás mellores fontes.",
"quality": "A mellor calidade",
"title": "Extensión de navegador"
},
"proxy": {
"action": "Configurar proxy",
"description": "Configura un proxy en só 5 minutos e gaña acceso ás mellores fontes.",
"quality": "Boa calidade",
"title": "Proxy personalizado"
}
},
"title": "Vamos a empezar coa configuración de movie-web"
}
},
"overlays": {
"close": "Cerrar"
},
@ -263,6 +327,17 @@
"text": "Non puiden cargar os metadatos da API, por favor, comproba a túa conexión a internet.",
"title": "Non foi posible cargar os metadatos da API"
},
"dmca": {
"badge": "Agochado",
"text": "Este contido non está dispoñible debido a unha reclamación dos dereitos de autor.",
"title": "Os contidos foron retirados"
},
"extensionPermission": {
"badge": "Non hai permisos suficientes",
"button": "Usar extensión",
"text": "Si que tes a extensión de navegador, pero precisamos do teu permiso para empezar a usala.",
"title": "Configura a extensión"
},
"failed": {
"badge": "Erro",
"homeButton": "Ir ao inicio",
@ -394,6 +469,28 @@
"label": "Servidor personalizado",
"urlLabel": "Servidor personalizado URL"
},
"setup": {
"doSetup": "Configurar",
"errorStatus": {
"description": "Parece que hay un ou varios puntos que precisan da tua atención.",
"title": "Hai algo que require da túa atención"
},
"itemError": "Hai un erro nesta configuración. Volve atrás para solucionalo.",
"items": {
"default": "Configuración por defecto",
"extension": "Extensión",
"proxy": "Proxy personalizado"
},
"redoSetup": "Retroceder na configuración",
"successStatus": {
"description": "Todo está no seu sitio para que podas empezar a ver os teus contidos favoritos.",
"title": "Todo está configurado!"
},
"unsetStatus": {
"description": "Por favor, preme no botón para empezar o proceso de configuración.",
"title": "Non empezaches ningunha configuración"
}
},
"title": "Conexións",
"workers": {
"addButton": "Añadir novo",
@ -404,6 +501,14 @@
"urlPlaceholder": "https://"
}
},
"preferences": {
"language": "Linguaxe da aplicación",
"languageDescription": "Lingua aplicada a toda a aplicación.",
"thumbnail": "Xerar miniaturas",
"thumbnailDescription": "Na maioría das veces, os videos non teñen miniaturas. Podes activar esta configuración para xeralas ao momento, pero podes realentizar o video.",
"thumbnailLabel": "Xerar miniaturas",
"title": "Preferencias"
},
"reset": "Reinicio",
"save": "Gardar",
"sidebar": {

View File

@ -95,6 +95,7 @@
"about": "વિશે",
"dmca": "DMCA",
"login": "પ્રવેશ કરો",
"onboarding": "સ્થાપના",
"pagetitle": "{{title}} - મૂવી-વેબ",
"register": "નોંધણી કરો",
"settings": "સેટિંગ્સ"
@ -165,6 +166,69 @@
"message": "અમે બધે જોયું: ડબ્બાની નીચે, કબાટમાં, પ્રોક્સીની પાછળ, પરંતુ આખરે તમે જે page શોધી રહ્યાં છો તે શોધી શક્યા નહીં.",
"title": "page શોધી શક્યું નથી"
},
"onboarding": {
"defaultConfirm": {
"cancel": "રદ કરો",
"confirm": "ડિફૉલ્ટ સેટઅપનો ઉપયોગ કરો",
"description": "ડિફૉલ્ટ સેટઅપમાં શ્રેષ્ઠ સ્ટ્રીમ્સ નથી અને તે અસહ્ય રીતે ધીમું હોઈ શકે છે.",
"title": "શું તમને ખાતરી છે?"
},
"extension": {
"back": "પાછા જાવ",
"explainer": "બ્રાઉઝર એક્સ્ટેંશનનો ઉપયોગ કરીને, તમે શ્રેષ્ઠ સ્ટ્રીમ મેળવી શકો છો જે અમે ઓફર કરીએ છીએ. માત્ર એક સરળ ઇન્સ્ટોલ સાથે.",
"explainerIos": "કમનસીબે, બ્રાઉઝર એક્સ્ટેંશન iOS પર સમર્થિત નથી, બીજો વિકલ્પ પસંદ કરવા માટે <bold>Go back</bold> દબાવો.",
"extensionHelp": "જો તમે એક્સ્ટેંશન ઇન્સ્ટોલ કર્યું છે પરંતુ તે શોધાયેલ નથી, તો <bold>તમારા બ્રાઉઝર એક્સ્ટેંશન મેનૂ દ્વારા એક્સ્ટેંશન ખોલો</bold> અને સ્ક્રીન પરના પગલાંને અનુસરો.",
"linkChrome": "Chrome એક્સ્ટેંશન ઇન્સ્ટોલ કરો",
"linkFirefox": "Firefox એક્સ્ટેંશન ઇન્સ્ટોલ કરો",
"notDetecting": "Chrome પર ઇન્સ્ટોલ કરેલું છે, પરંતુ સાઇટ તેને શોધી રહી નથી? પૃષ્ઠને ફરીથી લોડ કરવાનો પ્રયાસ કરો!",
"notDetectingAction": "પૃષ્ઠ ફરીથી લોડ કરો",
"status": {
"disallowed": "આ પૃષ્ઠ માટે એક્સ્ટેંશન સક્ષમ નથી",
"disallowedAction": "એક્સ્ટેંશન સક્ષમ કરો",
"failed": "સ્થિતિની વિનંતી કરવામાં નિષ્ફળ",
"loading": "તમે એક્સ્ટેંશન ઇન્સ્ટોલ કરવા માટે રાહ જોઈ રહ્યાં છો",
"outdated": "એક્સ્ટેંશન સંસ્કરણ ખૂબ જૂનું છે",
"success": "એક્સ્ટેંશન અપેક્ષા મુજબ કામ કરી રહ્યું છે!"
},
"submit": "ચાલુ રાખો",
"title": "ચાલો એક્સ્ટેંશનથી શરૂઆત કરીએ"
},
"proxy": {
"back": "પાછા જાવ",
"explainer": "પ્રોક્સી પદ્ધતિ સાથે, તમે સ્વ-સેવા પ્રોક્સી બનાવીને ઉત્તમ ગુણવત્તાની સ્ટ્રીમ્સ મેળવી શકો છો.",
"input": {
"errorConnection": "પ્રોક્સી સાથે કનેક્ટ કરી શકાયું નથી",
"errorInvalidUrl": "માન્ય URL નથી",
"errorNotProxy": "પ્રોક્સીની અપેક્ષા હતી પણ વેબસાઇટ મળી",
"label": "પ્રોક્સી URL",
"placeholder": "https://"
},
"link": "પ્રોક્સી કેવી રીતે બનાવવી તે જાણો",
"submit": "પ્રોક્સી સબમિટ કરો",
"title": "ચાલો એક નવી પ્રોક્સી બનાવીએ"
},
"start": {
"explainer": "શક્ય શ્રેષ્ઠ સ્ટ્રીમ્સ મેળવવા માટે, તમારે કઈ સ્ટ્રીમિંગ પદ્ધતિનો ઉપયોગ કરવો છે તે પસંદ કરવાની જરૂર પડશે.",
"options": {
"default": {
"text": "મને સારી ગુણવત્તાની સ્ટ્રીમ જોઈતી નથી,<0 /> <1>ડિફૉલ્ટ સેટઅપનો ઉપયોગ કરો</1>"
},
"extension": {
"action": "એક્સ્ટેંશન ઇન્સ્ટોલ કરો",
"description": "બ્રાઉઝર એક્સ્ટેંશન ઇન્સ્ટોલ કરો અને શ્રેષ્ઠ સ્ત્રોતોની ઍક્સેસ મેળવો.",
"quality": "ઉત્તમ ગુણવત્તા",
"title": "બ્રાઉઝર એક્સ્ટેંશન"
},
"proxy": {
"action": "પ્રોક્સી સેટઅપ કરો",
"description": "માત્ર 5 મિનિટમાં પ્રોક્સી સેટ કરો અને શ્રેષ્ઠ સ્ત્રોતોની ઍક્સેસ મેળવો.",
"quality": "સારી ગુણવત્તા",
"title": "કસ્ટમ પ્રોક્સી"
}
},
"title": "ચાલો તમને મૂવી-વેબ સાથે સેટઅપ કરાવીએ"
}
},
"overlays": {
"close": "બંધ"
},
@ -182,7 +246,7 @@
"downloadPlaylist": "પ્લેલિસ્ટ ડાઉનલોડ કરો",
"downloadSubtitle": "વર્તમાન ઉપશીર્ષક ડાઉનલોડ કરો",
"downloadVideo": "વિડિઓ ડાઉનલોડ કરો",
"hlsDisclaimer": "ડાઉનલોડ સીધા પ્રદાતા પાસેથી લેવામાં આવે છે. મૂવી-વેબ ડાઉનલોડ્સ કેવી રીતે પ્રદાન કરવામાં આવે છે તેના પર નિયંત્રણ નથી. કૃપા કરીને નોંધો કે તમે HLS પ્લેલિસ્ટ ડાઉનલોડ કરી રહ્યાં છો, આ અદ્યતન મલ્ટીમીડિયા સ્ટ્રીમિંગથી પરિચિત વપરાશકર્તાઓ માટે બનાવાયેલ છે.",
"hlsDisclaimer": "ડાઉનલોડ સીધા પ્રદાતા પાસેથી લેવામાં આવે છે. કેવી રીતે ડાઉનલોડ્સ પ્રદાન કરવામાં આવે છે તેના પર મૂવી-વેબનું નિયંત્રણ નથી.<br /><br />કૃપા કરીને નોંધ કરો કે તમે HLS પ્લેલિસ્ટ ડાઉનલોડ કરી રહ્યાં છો, <bold>જો તમે અદ્યતન સ્ટ્રીમિંગ ફોર્મેટથી પરિચિત ન હોવ તો તેને ડાઉનલોડ કરવાની ભલામણ કરવામાં આવતી નથી</bold>. વિવિધ ફોર્મેટ માટે વિવિધ સ્ત્રોતો અજમાવો.",
"onAndroid": {
"1": "Android પર ડાઉનલોડ કરવા માટે, ડાઉનલોડ બટનને ક્લિક કરો પછી, નવા પૃષ્ઠ પર, વિડિઓ પર <bold>ટેપ કરો અને પકડી રાખો</bold>, પછી <bold>સાચવો</bold> પસંદ કરો.",
"shortTitle": "ડાઉનલોડ કરો / Android",
@ -263,6 +327,17 @@
"text": "API મેટાડેટા લોડ કરી શકાયું નથી, કૃપા કરીને તમારું ઇન્ટરનેટ કનેક્શન તપાસો.",
"title": "API મેટાડેટા લોડ કરવામાં નિષ્ફળ"
},
"dmca": {
"badge": "દૂર",
"text": "દૂર કરવાની સૂચના અથવા કૉપિરાઇટ દાવાને કારણે આ મીડિયા હવે ઉપલબ્ધ નથી.",
"title": "મીડિયા દૂર કરવામાં આવ્યું છે"
},
"extensionPermission": {
"badge": "પરવાનગી ખૂટે છે",
"button": "એક્સ્ટેંશનનો ઉપયોગ કરો",
"text": "તમારી પાસે બ્રાઉઝર એક્સ્ટેંશન છે, પરંતુ એક્સ્ટેંશનનો ઉપયોગ શરૂ કરવા માટે અમને તમારી પરવાનગીની જરૂર છે.",
"title": "એક્સ્ટેંશનને ગોઠવો"
},
"failed": {
"badge": "નિષ્ફળ",
"homeButton": "ઘર જાઓ",
@ -390,20 +465,50 @@
},
"connections": {
"server": {
"description": "જો તમે તમારો ડેટા સંગ્રહિત કરવા માટે કસ્ટમ બેકએન્ડ સાથે જોડાવા માંગતા હો, તો આને સક્ષમ કરો અને URL પ્રદાન કરો.",
"description": "જો તમે તમારો ડેટા સંગ્રહિત કરવા માટે કસ્ટમ બેકએન્ડ સાથે જોડાવા માંગતા હો, તો આને સક્ષમ કરો અને URL પ્રદાન કરો. <0>સૂચનો.</0>",
"label": "કસ્ટમ સર્વર",
"urlLabel": "કસ્ટમ સર્વર URL"
},
"setup": {
"doSetup": "સેટઅપ કરો",
"errorStatus": {
"description": "એવું લાગે છે કે આ સેટઅપમાં એક અથવા વધુ આઇટમ્સ તમારા ધ્યાનની જરૂર છે.",
"title": "કંઈક તમારા ધ્યાનની જરૂર છે"
},
"itemError": "આ સેટિંગમાં કંઈક ખોટું છે. તેને ઠીક કરવા માટે ફરીથી સેટઅપ પર જાઓ.",
"items": {
"default": "ડિફૉલ્ટ સેટઅપ",
"extension": "વિસ્તરણ",
"proxy": "કસ્ટમ પ્રોક્સી"
},
"redoSetup": "સેટઅપ ફરી કરો",
"successStatus": {
"description": "તમારા મનપસંદ મીડિયાને જોવાનું શરૂ કરવા માટે તમારા માટે બધી વસ્તુઓ છે.",
"title": "બધું સુયોજિત છે!"
},
"unsetStatus": {
"description": "કૃપા કરીને સેટઅપ પ્રક્રિયા શરૂ કરવા માટે જમણી બાજુના બટનને ક્લિક કરો.",
"title": "તમે સેટઅપમાંથી પસાર થયા નથી"
}
},
"title": "જોડાણો",
"workers": {
"addButton": "નવો કાર્યકર ઉમેરો",
"description": "એપ્લિકેશન કાર્ય કરવા માટે, તમામ ટ્રાફિકને પ્રોક્સીઓ દ્વારા રૂટ કરવામાં આવે છે. જો તમે તમારા પોતાના કામદારોને લાવવા માંગતા હોવ તો આને સક્ષમ કરો.",
"description": "એપ્લિકેશન કાર્ય કરવા માટે, તમામ ટ્રાફિકને પ્રોક્સીઓ દ્વારા રૂટ કરવામાં આવે છે. જો તમે તમારા પોતાના કામદારોને લાવવા માંગતા હોવ તો આને સક્ષમ કરો. <0>સૂચનો.</0>",
"emptyState": "હજુ સુધી કોઈ કામદારો નથી, નીચે એક ઉમેરો",
"label": "કસ્ટમ પ્રોક્સી કાર્યકરોનો ઉપયોગ કરો",
"urlLabel": "વર્કર URL",
"urlPlaceholder": "https://"
}
},
"preferences": {
"language": "એપ્લિકેશન ભાષા",
"languageDescription": "સમગ્ર એપ્લિકેશન પર લાગુ ભાષા.",
"thumbnail": "થંબનેલ્સ બનાવો",
"thumbnailDescription": "મોટાભાગે, વીડિયોમાં થંબનેલ્સ હોતા નથી. તમે આ સેટિંગને ફ્લાય પર જનરેટ કરવા માટે સક્ષમ કરી શકો છો પરંતુ તે તમારા વિડિઓને ધીમું બનાવી શકે છે.",
"thumbnailLabel": "થંબનેલ્સ બનાવો",
"title": "પસંદગીઓ"
},
"reset": "રીસેટ કરો",
"save": "સાચવો",
"sidebar": {

View File

@ -23,7 +23,7 @@
"auth": {
"createAccount": "אין לך עדיין חשבון? <0>צור חשבון.</0>",
"deviceNameLabel": "שם המכשיר",
"deviceNamePlaceholder": "מכשיר אישי",
"deviceNamePlaceholder": "פלאפון אישי",
"generate": {
"description": "ביטוי הסיסמה שלך משמש כשם המשתמש והסיסמה שלך. אנא הקפד לשמור אותו בטוח מכיוון שתצטרך להזין אותו כדי להתחבר לחשבון שלך",
"next": "אני שמרתי את משפט הסיסמה שלי",
@ -176,7 +176,12 @@
"extension": {
"back": "חזור",
"explainer": "באמצעות תוסף הדפדפן, אתה יכול לקבל את הזרמים הטובים ביותר שיש לנו להציע. עם התקנה פשוטה בלבד.",
"explainerIos": "לצערנו, התוסף לדפדפן לא תומך בiOS, לחץ <bold>חזור</bold> כדי לבחור אפשרות אחרת.",
"extensionHelp": "אם התקנת את התוסף אך הוא לא מזוהה. <bold>פתח את התוסף דרך תפריט התוספות של הדפדפן שלך</bold> ובצע את השלבים שעל המסך.",
"linkChrome": "התקן תוסף Chrome",
"linkFirefox": "התקן תוסף Firefox",
"notDetecting": "מותקן על Chrome, אבל האתר לא מזהה את זה? נסה לטעון את הדף מחדש!",
"notDetectingAction": "טען דף מחדש",
"status": {
"disallowed": "התוסף אינו מפועל עבור דף זה",
"disallowedAction": "אפשר תוסף",

View File

@ -95,6 +95,7 @@
"about": "साइट के बारे में",
"dmca": "DMCA",
"login": "लॉग इन",
"onboarding": "स्थापित करना",
"pagetitle": "{{title}} - मूवी-वेब",
"register": "नया खाता बनायें",
"settings": "सेटिंग्स"
@ -165,6 +166,69 @@
"message": "हमने हर जगह देखा: डिब्बे के नीचे, कोठरी में, प्रॉक्सी के पीछे लेकिन अंततः वह पेज नहीं मिला जिसे आप ढूंढ रहे थे।",
"title": "वह पृष्ठ नहीं मिल सका"
},
"onboarding": {
"defaultConfirm": {
"cancel": "रद्द करना",
"confirm": "डिफ़ॉल्ट सेटअप का उपयोग करें",
"description": "डिफ़ॉल्ट सेटअप में सर्वोत्तम स्ट्रीम नहीं हैं और यह असहनीय रूप से धीमा हो सकता है।",
"title": "क्या आपको यकीन है?"
},
"extension": {
"back": "वापस जाओ",
"explainer": "ब्राउज़र एक्सटेंशन का उपयोग करके, आप हमारे द्वारा प्रदान की जाने वाली सर्वोत्तम स्ट्रीम प्राप्त कर सकते हैं। बस एक साधारण इंस्टालेशन के साथ।",
"explainerIos": "दुर्भाग्य से, ब्राउज़र एक्सटेंशन iOS पर समर्थित नहीं है, दूसरा विकल्प चुनने के लिए <bold>वापस जाएं</bold> दबाएं।",
"extensionHelp": "यदि आपने एक्सटेंशन इंस्टॉल किया है लेकिन उसका पता नहीं चला है, तो <bold>अपने ब्राउज़र एक्सटेंशन मेनू के माध्यम से एक्सटेंशन खोलें</bold> और स्क्रीन पर दिए गए चरणों का पालन करें।",
"linkChrome": "Chrome एक्सटेंशन इंस्टॉल करें",
"linkFirefox": "Firefox एक्सटेंशन इंस्टॉल करें",
"notDetecting": "Chrome पर इंस्टॉल किया गया है, लेकिन साइट इसका पता नहीं लगा रही है? पृष्ठ को पुनः लोड करने का प्रयास करें!",
"notDetectingAction": "पृष्ठ पुनः लोड करें",
"status": {
"disallowed": "इस पृष्ठ के लिए एक्सटेंशन सक्षम नहीं है",
"disallowedAction": "एक्सटेंशन सक्षम",
"failed": "स्थिति का अनुरोध करने में विफल",
"loading": "आपके द्वारा एक्सटेंशन इंस्टॉल करने की प्रतीक्षा की जा रही है",
"outdated": "एक्सटेंशन संस्करण बहुत पुराना है",
"success": "एक्सटेंशन अपेक्षा के अनुरूप काम कर रहा है!"
},
"submit": "जारी रखना",
"title": "आइए एक एक्सटेंशन से शुरू करें"
},
"proxy": {
"back": "वापस जाओ",
"explainer": "प्रॉक्सी विधि से, आप स्वयं-सेवा प्रॉक्सी बनाकर बढ़िया गुणवत्ता वाली स्ट्रीम प्राप्त कर सकते हैं।",
"input": {
"errorConnection": "प्रॉक्सी से कनेक्ट नहीं हो सका",
"errorInvalidUrl": "मान्य यूआरएल नहीं",
"errorNotProxy": "एक प्रॉक्सी की उम्मीद थी लेकिन एक वेबसाइट मिली",
"label": "प्रॉक्सी यूआरएल",
"placeholder": "https://"
},
"link": "પ્રોક્સી કેવી રીતે બનાવવી તે જાણો",
"submit": "प्रॉक्सी सबमिट करें",
"title": "आइए एक नई प्रॉक्सी बनाएं"
},
"start": {
"explainer": "सर्वोत्तम संभव स्ट्रीम प्राप्त करने के लिए, आपको यह चुनना होगा कि आप किस स्ट्रीमिंग विधि का उपयोग करना चाहते हैं।",
"options": {
"default": {
"text": "मुझे अच्छी गुणवत्ता वाली स्ट्रीम नहीं चाहिए,<0 /> <1>डिफ़ॉल्ट सेटअप का उपयोग करें</1>"
},
"extension": {
"action": "एक्सटेंशन इंस्टॉल करें",
"description": "ब्राउज़र एक्सटेंशन इंस्टॉल करें और सर्वोत्तम स्रोतों तक पहुंच प्राप्त करें।",
"quality": "अच्छी गुणवत्ता",
"title": "ब्राउज़र एक्सटेंशन"
},
"proxy": {
"action": "प्रॉक्सी सेटअप करें",
"description": "केवल 5 मिनट में एक प्रॉक्सी सेटअप करें और बेहतरीन स्रोतों तक पहुंच प्राप्त करें।",
"quality": "अच्छी गुणवत्ता",
"title": "कस्टम प्रॉक्सी"
}
},
"title": "आइए आपको मूवी-वेब के साथ सेटअप करवाते हैं"
}
},
"overlays": {
"close": "बंद करना"
},
@ -182,7 +246,7 @@
"downloadPlaylist": "प्लेलिस्ट डाउनलोड करें",
"downloadSubtitle": "वर्तमान उपशीर्षक डाउनलोड करें",
"downloadVideo": "वीडियो डाउनलोड करें",
"hlsDisclaimer": "डाउनलोड सीधे प्रदाता से लिए जाते हैं। मूवी-वेब का इस पर नियंत्रण नहीं है कि डाउनलोड कैसे प्रदान किए जाते हैं। कृपया ध्यान दें कि आप एक एचएलएस प्लेलिस्ट डाउनलोड कर रहे हैं, यह उन्नत मल्टीमीडिया स्ट्रीमिंग से परिचित उपयोगकर्ताओं के लिए है।",
"hlsDisclaimer": "डाउनलोड सीधे प्रदाता से लिए जाते हैं। मूवी-वेब का इस पर नियंत्रण नहीं है कि डाउनलोड कैसे प्रदान किए जाते हैं।<br /><br />कृपया ध्यान दें कि आप एक HLS प्लेलिस्ट डाउनलोड कर रहे हैं, <bold>यदि आप उन्नत स्ट्रीमिंग प्रारूपों से परिचित नहीं हैं तो इसे डाउनलोड करने की अनुशंसा नहीं की जाती है</bold>। विभिन्न प्रारूपों के लिए अलग-अलग स्रोत आज़माएँ।",
"onAndroid": {
"1": "एंड्रॉइड पर डाउनलोड करने के लिए, डाउनलोड बटन पर क्लिक करें, फिर नए पेज पर, वीडियो पर <bold>टैप करके रखें</bold>, फिर <bold>save</bold> चुनें।",
"shortTitle": "डाउनलोड / एंड्रॉइड",
@ -263,6 +327,17 @@
"text": "एपीआई मेटाडेटा लोड नहीं हो सका, कृपया अपना इंटरनेट कनेक्शन जांचें।",
"title": "एपीआई मेटाडेटा लोड करने में विफल"
},
"dmca": {
"badge": "निकाला गया",
"text": "निष्कासन नोटिस या कॉपीराइट दावे के कारण यह मीडिया अब उपलब्ध नहीं है।",
"title": "मीडिया हटा दिया गया है"
},
"extensionPermission": {
"badge": "अनुमति अनुपलब्ध",
"button": "एक्सटेंशन का उपयोग करें",
"text": "आपके पास ब्राउज़र एक्सटेंशन है, लेकिन एक्सटेंशन का उपयोग शुरू करने के लिए हमें आपकी अनुमति की आवश्यकता है।",
"title": "एक्सटेंशन कॉन्फ़िगर करें"
},
"failed": {
"badge": "असफल",
"homeButton": "घर जाओ",
@ -390,20 +465,50 @@
},
"connections": {
"server": {
"description": "यदि आप अपना डेटा संग्रहीत करने के लिए कस्टम बैकएंड से कनेक्ट करना चाहते हैं, तो इसे सक्षम करें और URL प्रदान करें।",
"description": "यदि आप अपना डेटा संग्रहीत करने के लिए कस्टम बैकएंड से कनेक्ट करना चाहते हैं, तो इसे सक्षम करें और URL प्रदान करें। <0>निर्देश।</0>",
"label": "कस्टम सर्वर",
"urlLabel": "कस्टम सर्वर यूआरएल"
},
"setup": {
"doSetup": "सेटअप करें",
"errorStatus": {
"description": "ऐसा लगता है कि इस सेटअप में एक या अधिक आइटम पर आपके ध्यान की आवश्यकता है।",
"title": "किसी चीज़ पर आपका ध्यान चाहिए"
},
"itemError": "इस सेटिंग में कुछ गड़बड़ है। इसे ठीक करने के लिए फिर से सेटअप से गुजरें।",
"items": {
"default": "डिफ़ॉल्ट सेटअप",
"extension": "विस्तार",
"proxy": "कस्टम प्रॉक्सी"
},
"redoSetup": "सेटअप पुनः करें",
"successStatus": {
"description": "अपना पसंदीदा मीडिया देखना शुरू करने के लिए सभी चीज़ें मौजूद हैं।",
"title": "सब कुछ व्यवस्थित है!"
},
"unsetStatus": {
"description": "सेटअप प्रक्रिया शुरू करने के लिए कृपया दाईं ओर बटन पर क्लिक करें।",
"title": "आप सेटअप से नहीं गुजरे हैं"
}
},
"title": "सम्बन्ध",
"workers": {
"addButton": "नया कार्यकर्ता जोड़ें",
"description": "एप्लिकेशन को कार्यशील बनाने के लिए, सभी ट्रैफ़िक को प्रॉक्सी के माध्यम से रूट किया जाता है। यदि आप अपने स्वयं के श्रमिकों को लाना चाहते हैं तो इसे सक्षम करें।",
"description": "एप्लिकेशन को कार्यशील बनाने के लिए, सभी ट्रैफ़िक को प्रॉक्सी के माध्यम से रूट किया जाता है। यदि आप अपने स्वयं के श्रमिकों को लाना चाहते हैं तो इसे सक्षम करें। <0>निर्देश।</0>",
"emptyState": "अभी तक कोई कर्मचारी नहीं, नीचे एक जोड़ें",
"label": "कस्टम प्रॉक्सी कार्यकर्ताओं का उपयोग करें",
"urlLabel": "कार्यकर्ता यूआरएल",
"urlPlaceholder": "https://"
}
},
"preferences": {
"language": "अनुप्रयोग भाषा",
"languageDescription": "भाषा संपूर्ण अनुप्रयोग पर लागू होती है।",
"thumbnail": "थंबनेल जनरेट करें",
"thumbnailDescription": "अधिकांश समय, वीडियो में थंबनेल नहीं होते हैं। आप उन्हें तुरंत उत्पन्न करने के लिए इस सेटिंग को सक्षम कर सकते हैं लेकिन वे आपके वीडियो को धीमा कर सकते हैं।",
"thumbnailLabel": "थंबनेल जनरेट करें",
"title": "पसंद"
},
"reset": "रीसेट",
"save": "सेव",
"sidebar": {

View File

@ -80,7 +80,7 @@
"footer": {
"legal": {
"disclaimer": "Fyrirvari",
"disclaimerText": "movie-web hýsir engar skrár, það tengist eingöngu þjónustu þriðja aðila. Lagleg atriði ættu að vera rætt við skráarhýsinga og veitanda. movie-web er ekki ábyrg fyrir neinum skrám sýndar af myndbands veitöndum."
"disclaimerText": "movie-web hýsir engar skrár, það tengist eingöngu þjónustu þriðja aðila. Lagleg atriði ættu að vera rædd við skráarhýsinga og veitanda. movie-web er ekki ábyrg fyrir neinum skrám sýndar af myndbands veitöndum."
},
"tagline": "Horfðu á uppáhalds þætti og myndirnar þínar með þessu opna hugbúnaða forriti."
},
@ -145,7 +145,7 @@
},
"menu": {
"about": "Um okkur",
"donation": "Gefa",
"donation": "Styrkja",
"logout": "Skrá út",
"register": "Samstilla við ský",
"settings": "Stillingar",
@ -158,6 +158,68 @@
"message": "Við leituðum alls staðar: undir ruslafötunum, inn í skápnum, á bakvið proxy þjónin en við gátum ekki fundið síðuna sem þú ert að leita af.",
"title": "Gat ekki fundið síðu"
},
"onboarding": {
"defaultConfirm": {
"cancel": "Hætta við",
"confirm": "Nota venjulegu uppsetninguna",
"description": "Venjulega uppsetningin hefur ekki bestu streymin og getur verið óþolandi og hæg.",
"title": "Ertu viss?"
},
"extension": {
"back": "Til baka",
"explainer": "þú getur fengið bestu streymi sem við höfum með því að nota viðbótið. Bara með einfaldri niðurhalningu.",
"explainerIos": "Því miður, er viðbótið ekki stytt á iOS, Ýttu á <bold>Til baka</bold> til að velja annan möguleika.",
"extensionHelp": "Ef þú hefur hlaðað niður viðbótinu en það er ekki greint, <bold>opnaðu viðbótið í gegnum net viðbóts valmyndina þína</bold> og fylgdu skrefin á skjánum.",
"linkChrome": "Sækja Chrome viðbót",
"linkFirefox": "Sækja Firefox viðbót",
"notDetecting": "Hlaðað niður á Chrome, en síðan er ekki að greina það? Reyndu að endurhlaða síðunna!",
"notDetectingAction": "Endurhlaða síðu",
"status": {
"disallowed": "VIðbót er ekki virkt fyrir þessa síðu",
"disallowedAction": "Virkja viðbót",
"failed": "Mistókst að biðja um stöðu",
"loading": "Bíðandi eftir að þú sækjir viðbótið",
"outdated": "Viðbóts útgáfa of gömul",
"success": "Viðbót virkar eins og gert ráð fyrir!"
},
"submit": "Halda áfram",
"title": "Byrjum með viðbóti"
},
"proxy": {
"back": "Til baka",
"explainer": "Með umboðs aðferðinni, getur þú fengið frábær gæði strauma með því að búa til sjálfsafgreitt umboð.",
"input": {
"errorConnection": "Gat ekki tengst umboð",
"errorInvalidUrl": "Ekki gildur hlekkur",
"errorNotProxy": "Bjóst við umboði en fékk heimasíðu",
"label": "Umboðs hlekkur"
},
"link": "Lærðu hvernig þú býrð til umboð",
"submit": "Staðfesta umboð",
"title": "Búum til nýtt umboð"
},
"start": {
"explainer": "Til þess að fá bestu möguleg streymi, þú verður að velja hvaða streymis aðferð þér langar að nota.",
"options": {
"default": {
"text": "Mig langar ekki í strymi með góðum gæðum,<0 /> <1>notaðu venjulegu uppsetninguna</1>"
},
"extension": {
"action": "Hlaðaðu niður viðbóti",
"description": "Hlaðaðu niður viðbótinu og fáðu aðgang að frábærra heimilda.",
"quality": "Bestu gæði",
"title": "Viðbót"
},
"proxy": {
"action": "Settu upp umboð",
"description": "Settu upp umboð á 5 mínútum og fáðu aðgang til frábærra heimilda.",
"quality": "Góð gæði",
"title": "Sérsniðið umboð"
}
},
"title": "Komum þér í uppsetningu með movie-web"
}
},
"overlays": {
"close": "Loka"
},
@ -175,16 +237,19 @@
"downloadPlaylist": "Hlaða niður spilarlista",
"downloadSubtitle": "Hlaða niður nú verandi texta",
"downloadVideo": "Hlaða niður myndbandi",
"hlsDisclaimer": "Niðurhalningar eru teknar beint frá heimildini. movie-web hefur engan kraft yfir hvernig niðurhalningarnar eru gefnar.<br /><br />Vinsamlegast fattaðu að þú ert að niðurhala HLS spilunarlista, Það er<bold>ekki mælt með að niðurhala ef þú kannt ekki mikið á háþróað streymis sniði.</bold>. Reyndu aðrar heimildir fyrir önnur sniði.",
"hlsDisclaimer": "Niðurhalningar eru teknar beint frá heimildini. movie-web hefur engan kraft yfir hvernig niðurhalningarnar eru gefnar.<br /><br />Vinsamlegast fattaðu að þú ert að niðurhala HLS spilunarlista, <bold>það er ekki mælt með að niðurhala ef þú kannt ekki mikið á háþróað streymis sniði.</bold>. Reyndu aðrar heimildir fyrir önnur sniði.",
"onAndroid": {
"1": "Til þess að niðurhala á Android, ýttu á niðurhalningar takkan síðan, á nýju síðunni, <bold>smelltu og haltu niðri</bold> á myndbandinu, veldu síðan <bold>vista</bold>.",
"shortTitle": "Hlaða niður / Android",
"title": "Að hlaða niður á Android"
},
"onIos": {
"1": "Til þess að niðurhala á iOS, ýttu á niðurhalninga takkan síðan, á nýju síðunni, ýttu á <bold><ios_share /></bold>, síðan <bold>Vista í skrár <ios_files /></bold>.",
"shortTitle": "Hlaða niður / iOS",
"title": "Að hlaða niður á iOS"
},
"onPc": {
"1": "Á PC, ýttu á niðurhalningar takkan síðan, á nýju síðunni, hægri smelltu á myndbandið og veldu <bold>Vista myndband sem</bold>",
"shortTitle": "Hlaða niður / PC",
"title": "Að hlaða niður á PC"
},
@ -205,6 +270,8 @@
},
"quality": {
"automaticLabel": "Sjálfkrafa gæði",
"hint": "Þú getur reynt að <0>skipta um heimild</0>til að fá öðruvísi gæða valkosti.",
"iosNoQuality": "Vegna takmörkum á Apple tækjum er ekki hægt að breyta um gæði á iOS með þessari heimild. Þú getur reynt að <0>breyta í aðra heimild</0> til að fá mismunandi gæðastillingar.",
"title": "Gæði"
},
"settings": {
@ -247,22 +314,31 @@
}
},
"metadata": {
"api": {
"text": "Gat ekki hlaðið API lýsigögn, vinsamlegast kíktu á nettenginguna þína.",
"title": "Mistókst að hlaða API lýsigögnum"
},
"dmca": {
"badge": "Fjarlæga",
"text": "Þessi miðill er ekki lengur fáanlegur út af hann hefur verið tekin niður handvirkt eða vegna höfundarréttarbrota.",
"title": "Miðill hefur verið fjarlægður"
},
"extensionPermission": {
"badge": "Leyfi vantar",
"button": "Nota viðbótina",
"text": "Þú hefur viðbótina, en við þurfum leyfið þitt til að geta byrjað að nota hana.",
"title": "Stilltu viðbótina"
},
"failed": {
"badge": "Mistókst",
"homeButton": "Fara heim"
"homeButton": "Fara heim",
"text": "Gat ekki hlaðið lýsingar um miðilin frá TMDB. Vinsamlegast kíktu hvort að TMBD er niðri eða læst á netinu þínu.",
"title": "Mistókst að hlaða lýsingum"
},
"notFound": {
"badge": "Ekki fundið",
"homeButton": "Aftur heim",
"text": "Við gátum ekki fundið miðilin sem þú baðst um. Annað hvort hefur hann verið fjarlægður eða þú hefur átt við hlekkin.",
"title": "Gat ekki fundið miðil."
}
},
@ -273,9 +349,14 @@
"playbackError": {
"badge": "Spilunar villa",
"errors": {
"errorGenericMedia": "Óvituð miðla villa átti sér stað."
"errorAborted": "Hætt var við að sækja miðilin út af beiðni notandans.",
"errorDecode": "Þrátt fyrir að áður var sagt að þetta væro nothæft, villa kom upp meðan við vorum að reyna að afkóða miðilin, sem leiddi til villu.",
"errorGenericMedia": "Óvituð miðla villa átti sér stað.",
"errorNetwork": "Einhvernskonar net villa kom up sem kom í veg fyrir að það tókst að sækja miðilin, þrátt fyrir að áður var það hægt.",
"errorNotSupported": "Miðillin eða miðla heimildin er ekki studdar."
},
"homeButton": "Fara heim",
"text": "Það kom upp villa meðan reynt var að horfa á miðilin. Vinsamlegast reyndu aftur.",
"title": "Spilun myndbands mistóksts!"
},
"scraping": {
@ -288,9 +369,13 @@
"badge": "Ekki fundið",
"detailsButton": "Sýna smáatriði",
"homeButton": "Fara heim",
"text": "Við höfun leitað í heimildum okkar og getum ekki fundið miðilin sem þú ert að leita að! Við hýsum ekki miðlana og höfum enga stjórn yfir hvað er fáanlegt. Visnamlegast ýttu á 'Sýna smáatriði' fyrir neðan þennan texta fyrir fleiri smáatriði.",
"title": "Við gátum ekki fundið þetta"
}
},
"time": {
"remaining": "{{timeLeft}} er eftir • Þú klárar {{timeFinished, datetime}}"
},
"turnstile": {
"description": "Vinsamlegast sannreyndu að þú sért manneskja með því að klára Captcha-ið til hægri. Þetta er til þess að halda movie-web öruggu!",
"error": "Mistókst að sannreyna að þú sért manneskja. Vinsamlegast reyndu aftur.",
@ -299,11 +384,140 @@
}
},
"screens": {
"dmca": {
"text": "Velkomin á sambands síðu movie-web! Við virðum hugverkarétt og viljum ræða einhver höfundarréttar áhyggjur fljótt. Ef að þú trúir að höfundarréttur þíns verks hefur verið misnotaður á okkar síðu, vinsamlegast sentu ítarlega DMCA tilkynningu til netfangsing fyrir neðan þennan texta. Vinsamlegast láttu fylgja með lýsingu af höfundaréttavarna efninu, tengiliða upplýsingat þínar, og yfirlýsingu um góða trú. Við erum staðráðin í að leysa þessi mál tafarlaust og þökkum samstarf þitt við að halda movie-web stað sem virðir sköpunargáfu og höfundarrétt."
},
"loadingApp": "Hlaðandi forriti",
"loadingUser": "Hlaðandi þínum reikningi",
"loadingUserError": {
"logout": "Skrá út",
"reset": "Endurstilla sérsniðin netþjón"
"reset": "Endurstilla sérsniðin netþjón",
"text": "Mistókst að hlaða inn reikningnum þínum",
"textWithReset": "Mistókst að hlaða inn reikningnum þínum af sérsniðna netþjóninum þínum, villtu fara aftur á venjulega netþjónin?"
},
"migration": {
"failed": "Mistókst að flytja gögnin þín.",
"inProgress": "Vinsamlegast bíddu, við erum að flytja gögnin þín. Þetta ætti ekki að taka langan tíma."
}
},
"settings": {
"account": {
"accountDetails": {
"deviceNameLabel": "Nafn tækis",
"deviceNamePlaceholder": "Einkasími",
"editProfile": "Breyta",
"logoutButton": "Skrá út"
},
"actions": {
"delete": {
"button": "Eyða reikning",
"confirmButton": "Eyða reikning",
"confirmDescription": "Ertu viss um að þú villt eyða aðganginum þínum? Öll gögnin þín verða eydd!",
"confirmTitle": "Ertu viss?",
"text": "Það er ekki hægt að taka þetta til baka. Öll gögn munu verða eydd og ekkert getur verið tekið til baka.",
"title": "Eyða reikningi"
},
"title": "Aðgerðir"
},
"devices": {
"deviceNameLabel": "Nafn tækis",
"failed": "Mistókst að hlaða fundum",
"removeDevice": "Eyða",
"title": "Tæki"
},
"profile": {
"finish": "Klára breytingar",
"firstColor": "Reiknings litur eitt",
"secondColor": "Reiknings litur tvö",
"title": "Breyta mynd reiknings",
"userIcon": "Notandatákn"
},
"register": {
"cta": "Byrja",
"text": "Deildu áhorfunar tíma á milli tækja og haltu þeimsamstilltum.",
"title": "Samstilla við skýið"
},
"title": "Reikningur"
},
"appearance": {
"activeTheme": "Virkur",
"themes": {
"blue": "Blár",
"default": "Venjulegt",
"gray": "Grár",
"red": "Rauður",
"teal": "Blágló"
},
"title": "Útlit"
},
"connections": {
"server": {
"description": "Ef þú villt tengjast sérsniðin bakendi til að geyma gögnin þín, virktu þetta og gefðu upp hlekkin. <0>Leiðbeiningar.</0>",
"label": "Sérsniðin netþjónn",
"urlLabel": "Sérsniðinn netþjóns hlekkur"
},
"setup": {
"doSetup": "Gera uppsetningu",
"errorStatus": {
"description": "Það er einn að fleiri hlutir í þessari uppsetningu sem þarf athygli þína.",
"title": "Eitthvað þarf athygli þína"
},
"itemError": "Það er eitthvað rangt við þessa stillingu. Farðu í gegnum uppsetningu aftur til að laga hana.",
"items": {
"default": "Venjuleg uppsetning",
"extension": "Viðbót",
"proxy": "Sérsniðið umboð"
},
"redoSetup": "Endurtaka uppsetningu",
"successStatus": {
"description": "Allt er á sama stað fyrir þig að byrja að horfa á uppáhalds miðilin þinn.",
"title": "Allt er sett upp!"
},
"unsetStatus": {
"description": "Vinsamlegast ýttu á takkan til hægri til að byrja uppsetningu.",
"title": "Þú hefur ekki farið í gegnum uppsetningu"
}
},
"title": "Tengingar",
"workers": {
"addButton": "Bættu við nýjum starfsmanni",
"description": "Til að láta forritið virka, allri umboð er beint í gegnum umboð. Virktu þetta ef þú villt koma með þína eigin starfsmenn. <0>Leiðbeiningar.</0>",
"emptyState": "Engir starfsmenn komnir, bættu við einum fyir neðan þennan texta",
"label": "Notaðu sérsniðaða umboðs starfsmenn",
"urlLabel": "Starfsmanna hlekkir"
}
},
"preferences": {
"language": "Tungumál forrits",
"languageDescription": "Tungumál beitt á allt forritið.",
"thumbnail": "Búa til smámyndir",
"thumbnailDescription": "Oftast, hafa myndbönd ekki smámyndir. Þú getur látið þessa stillingu gera þær en það gæti gert myndbandið þitt hægara.",
"thumbnailLabel": "Gera smámyndir",
"title": "Valstillingar"
},
"reset": "Endurstilla",
"save": "Vista",
"sidebar": {
"info": {
"appVersion": "Útgáfa forrits",
"backendUrl": "Bakenda hlekkur",
"backendVersion": "Bakenda útgáfa",
"hostname": "Hýsingarheiti",
"insecure": "Óöruggt",
"notLoggedIn": "Þú ert ekki skrátt inn",
"secure": "Örrugt",
"title": "Forrits upplýsingar",
"unknownVersion": "Óvitað",
"userId": "Notanda kóði"
}
},
"subtitles": {
"backgroundLabel": "Bakgrunnar gegnsægi",
"colorLabel": "Litur",
"previewQuote": "Ég má ekki óttast. Ótti er hugardrepandi.",
"textSizeLabel": "Texta stærð",
"title": "Textar"
},
"unsaved": "Þú hefur óvistaðar breytingar"
}
}

View File

@ -1 +1,12 @@
{}
{
"about": {
"description": "movie-web T'áá hwiił yá at'ééh naat'áanii t'áá hwiił yá at'ééh bitsiin. Bee ahéhí bitsííʼííł dóó sinas dziní asdzą́ą́.",
"faqTitle": "hastiin nahatʼá",
"q1": {
"body": "Bee hwiił bitsííʼííł hólǫ́, t'áá hwiił yá at'ééh naat'áanii t'áá hwiił yá at'ééh bitsiin. Hwiił yá at'ééh naat'áanii at'é, bitsííʼííł yá at'ééh naat'áanii t'áá hwiił yá at'ééh bitsiin. Bitsííʼííł yá at'ééh naat'áanii hólǫ́, t'áá hwiił yá at'ééh naat'áanii t'áá hwiił yá at'ééh bitsiin."
},
"q3": {
"body": "Hałáágo áłtsééh hózhǫǫgiisiił Nílchʼi Datasoii (TMDB) yáátééhí dooleeł dįįʼgo doo dįįʼgií nihisin dóó tązhii yisdzohazlą́ą́ʼ."
}
}
}

View File

@ -95,6 +95,7 @@
"about": "About",
"dmca": "DMCA",
"login": "Login",
"onboarding": "Setup",
"pagetitle": "{{title}} - movie-web",
"register": "Forge yer account, matey!",
"settings": "Settings"
@ -120,7 +121,10 @@
},
"titles": {
"day": {
"default": "What be yer fancy for this fine afternoon's viewing, me heartie?"
"default": "What be yer fancy for this fine afternoon's viewing, me heartie?",
"extra": [
"Feelin' adventurous? Pirates of the Caribbean might be the perfect choice."
]
},
"morning": {
"default": "What be yer fancy for this mornin's viewing, me heartie?",
@ -162,6 +166,69 @@
"message": "We looked everywhere: under the bins, in the closet, behind the proxy but ultimately couldn't find the treasure map ye be lookin' for.",
"title": "Couldn't find that treasure map"
},
"onboarding": {
"defaultConfirm": {
"cancel": "Cancel",
"confirm": "Use default setup",
"description": "The default setup does nah 'ave the best streams 'n can be unbearably slow.",
"title": "Are ye sure?"
},
"extension": {
"back": "Go back",
"explainer": "Usin' the browser extension, ye can get the best streams we 'ave t' offer. Wit' jus' a simple install.",
"explainerIos": "Unfortunately, the browser extension ain't supported on iOS, Press <bold>Go back</bold> t' choose another option.",
"extensionHelp": "If ye've installed the extension but 'tisn't detected, <bold>open the extension through yer browsers extension menu</bold> 'n follow the steps on screen.",
"linkChrome": "Install Chrome extension",
"linkFirefox": "Install Firefox extension",
"notDetecting": "Installed on Chrome, but the site ain't detecting it? Give the page a good reload!",
"notDetectingAction": "Reload page",
"status": {
"disallowed": "Extension ain't enabled fer this page",
"disallowedAction": "Enable extension",
"failed": "Failed t' request status",
"loading": "Waitin' fer ye t' install the extension",
"outdated": "Extension version too ole",
"success": "Extension be workin' as expected!"
},
"submit": "Continue",
"title": "Let's start wit' an extension"
},
"proxy": {
"back": "Go back",
"explainer": "Wit' the proxy method, ye can get great quality streams by makin' a self-service proxy.",
"input": {
"errorConnection": "Couldn't connect t' proxy",
"errorInvalidUrl": "Ain't a valid URL",
"errorNotProxy": "Expected a proxy but got a website",
"label": "Proxy URL",
"placeholder": "https://"
},
"link": "Learn how t' make a proxy",
"submit": "Submit proxy",
"title": "Let's make a new proxy"
},
"start": {
"explainer": "T' get the best streams possible, ye will needs t' choose which streamin' method ye wants t' use.",
"options": {
"default": {
"text": "I don't wants good quality streams,<0 /> <1>use the default setup</1>"
},
"extension": {
"action": "Install extension",
"description": "Install browser extension 'n gain access t' the best sources.",
"quality": "Best quality",
"title": "Browser extension"
},
"proxy": {
"action": "Setup proxy",
"description": "Setup a proxy in jus' 5 minutes 'n gain access t' great sources.",
"quality": "Good quality",
"title": "Custom proxy"
}
},
"title": "Let's get ye setup wit' movie-web"
}
},
"overlays": {
"close": "Close"
},
@ -176,7 +243,10 @@
"menus": {
"downloads": {
"disclaimer": "Downloads be taken directly from the provider. movie-web does not have control over how the downloads be provided.",
"downloadPlaylist": "Download playlist",
"downloadSubtitle": "Download current subtitle",
"downloadVideo": "Download film",
"hlsDisclaimer": "Loot are taken directly from the provider. movie-web does nah 'ave control o'er how the loot are provided. <br /><br />Please note that ye be downloadin' an HLS playlist, <bold>'tisn't recommended t' download if ye be nah familiar wit' advanced streamin' formats</bold>. Try different sources fer different formats.",
"onAndroid": {
"1": "To download on Android, <bold>tap and hold</bold> on the film, then select <bold>save</bold>.",
"shortTitle": "Download / Android",
@ -200,7 +270,8 @@
"episodeBadge": "E{{episode}}",
"loadingError": "Error loadin' season",
"loadingList": "Loading...",
"loadingTitle": "Loading..."
"loadingTitle": "Loading...",
"unairedEpisodes": "One or more episodes in this season 'ave been disabled 'cause they haven't been shipped yet."
},
"playback": {
"speedLabel": "Playback speed",
@ -239,13 +310,34 @@
"unknownOption": "Unknown"
},
"subtitles": {
"customChoice": "Select subtitle from file",
"customizeLabel": "Tailor it to yer liking",
"offChoice": "Off",
"settings": {
"backlink": "Custom subtitles",
"delay": "Subtitle delay",
"fixCapitals": "Mend the capital letters"
}
},
"title": "Subtitles",
"unknownLanguage": "Unknown"
}
},
"metadata": {
"api": {
"text": "Could nah load API metadata, please check yer internet connection.",
"title": "Failed t' load API metadata"
},
"dmca": {
"badge": "Removed",
"text": "This media be no longer available due t' a takedown notice or copyright claim.",
"title": "Media has been scuttled"
},
"extensionPermission": {
"badge": "Permission Missin'",
"button": "Use extension",
"text": "Ye 'ave the browser extension, but we needs yer permission t' get started usin' the extension.",
"title": "Configure the extension"
},
"failed": {
"badge": "Failed",
"homeButton": "Go home port",
@ -284,6 +376,7 @@
},
"notFound": {
"badge": "Not found",
"detailsButton": "Show details",
"homeButton": "Go home port",
"text": "Oh, me apologies, sweetie! The itty-bitty movie-web did its utmost bestest, but alas, no wucky videos to be spotted anywhere (´⊙ω⊙`) Please don't be angwy, wittle movie-web ish twying so hard. Can ye find it in yer heart to forgive? UwU 💖",
"title": "Goo goo gaa gaa"
@ -294,12 +387,23 @@
"remaining": "{{timeLeft}} left • Finish at {{timeFinished, datetime}}",
"shortRegular": "{{timeWatched}}",
"shortRemaining": "-{{timeLeft}}"
},
"turnstile": {
"description": "Please verify that ye be human by completin' the Captcha on right. 'tis t' keep movie-web safe!",
"error": "Failed t' verify yer piracy. Please try again.",
"title": "We needs t' verify that ye're real pirate.",
"verifyingHumanity": "Verifyin' yer piracy..."
}
},
"screens": {
"dmca": {
"text": "Ahoy t' movie-web's DMCA contact page! We respect intellectual property rights 'n wants t' address any copyright concerns swiftly. If ye believe yer copyrighted work has been improperly used on our platform, please send a detailed DMCA notice t' the email below. Please include a description o' the copyrighted material, yer contact details, 'n a statement o' good faith belief. We be committed t' resolvin' these matters promptly 'n appreciate yer cooperation in keepin' movie-web a galleon that respects creativity 'n copyrights.",
"title": "DMCA"
},
"loadingApp": "Loadin' application",
"loadingUser": "Loadin' yer pirate profile",
"loadingUserError": {
"logout": "Logout",
"reset": "Reset custom ship",
"text": "Failed to load yer pirate profile",
"textWithReset": "Failed to load yer pirate profile from yer custom ship, want to reset back to default?"
@ -361,20 +465,50 @@
},
"connections": {
"server": {
"description": "To make the application function, all traffic be routed through proxies. Enable this if ye want to bring yer own sailors.",
"description": "To make the application function, all traffic be routed through proxies. Enable this if ye want to bring yer own sailors. <0>Instructions.</0>",
"label": "Custom ship",
"urlLabel": "Custom ship URL"
},
"setup": {
"doSetup": "Do setup",
"errorStatus": {
"description": "It seems that one or more items in this setup needs yer attention.",
"title": "Somethin' needs yer attention"
},
"itemError": "Thar be somethin' wrong wit' this settin'. Go through setup again t' fix it.",
"items": {
"default": "Default setup",
"extension": "Extension",
"proxy": "Custom proxy"
},
"redoSetup": "Redo setup",
"successStatus": {
"description": "All things are in ship fer ye t' start watchin' yer favourite media.",
"title": "Everythin' be set up!"
},
"unsetStatus": {
"description": "Please skewer the button t' starb'rd t' start the setup process.",
"title": "Ye haven't gone through setup"
}
},
"title": "Connections",
"workers": {
"addButton": "Recruit new sailor",
"description": "To make the application function, all traffic be routed through proxies. Enable this if ye want to bring yer own sailors.",
"description": "To make the application function, all traffic be routed through proxies. Enable this if ye want to bring yer own sailors. <0>Instructions.</0>",
"emptyState": "No sailors yet, add one below",
"label": "Use custom proxy sailors",
"urlLabel": "Sailor URLs",
"urlPlaceholder": "https://"
}
},
"preferences": {
"language": "Application language",
"languageDescription": "Language applied t' the entire application.",
"thumbnail": "Generate thumbnails",
"thumbnailDescription": "Most o' the time, videos don't 'ave thumbnails. Ye can enable this settin' t' generate 'em on the trip but they can make yer video slower.",
"thumbnailLabel": "Generate thumbnails",
"title": "Preferences"
},
"reset": "Reset",
"save": "Save",
"sidebar": {
@ -391,6 +525,13 @@
"userId": "Pirate ID"
}
},
"subtitles": {
"backgroundLabel": "Background opacity",
"colorLabel": "Color",
"previewQuote": "I must not fear. Fear is the mind-killer.",
"textSizeLabel": "Text size",
"title": "Subtitles"
},
"unsaved": "Ye have unsaved changes"
}
}

View File

@ -95,6 +95,7 @@
"about": "Sobre",
"dmca": "DMCA",
"login": "Entrar",
"onboarding": "Configuração",
"pagetitle": "{{title}} - movie-web",
"register": "Registrar",
"settings": "Configurações"
@ -166,8 +167,48 @@
"title": "Não conseguimos encontrar essa página"
},
"onboarding": {
"defaultConfirm": {
"cancel": "Cancelar",
"confirm": "Usar configuração padrão",
"description": "A configuração padrão não possui os melhores streams e pode ser insuportavelmente lenta.",
"title": "Você tem certeza?"
},
"extension": {
"back": "Voltar",
"explainer": "Usando a extensão de navegador, você pode obter os melhores streams que temos a oferecer. Com apenas uma simples instalação.",
"explainerIos": "Infelizmente, a extensão de navegador não é suportado no iOS. Pressione <bold>Voltar</bold> para escolher outra opção.",
"extensionHelp": "Se você instalou a extensão mas ela não foi detectada, <bold>abra a extensão através do menu de extensões do seu navegador</bold> e siga as instruções na tela.",
"linkChrome": "Instalar extensão do Chrome",
"linkFirefox": "Instalar extensão do Firefox",
"notDetecting": "Instalou no Chrome, mas o site não está detectando? Tente recarregar a página!",
"notDetectingAction": "Recarregar página",
"status": {
"disallowed": "A extensão não está ativada para esta página",
"disallowedAction": "Ativar extensão",
"failed": "Falha ao solicitar status",
"loading": "Aguardando que você instale a extensão",
"outdated": "A versão da extensão é muito antiga",
"success": "A extensão está funcionado como esperado!"
},
"submit": "Continuar",
"title": "Vamos começar com uma extensão"
},
"proxy": {
"back": "Voltar",
"explainer": "Com o método proxy, você pode obter streams de ótima qualidade criando um proxy de autoatendimento.",
"input": {
"errorConnection": "Não foi possível conectar ao proxy",
"errorInvalidUrl": "Não é uma URL válida",
"errorNotProxy": "Esperava um proxy, mas recebi um site",
"label": "URL do Proxy",
"placeholder": "https://"
},
"link": "Aprenda como criar um proxy",
"submit": "Enviar proxy",
"title": "Vamos preparar um novo proxy"
},
"start": {
"explainer": "Para obter os melhores streams possíveis. Você precisará escolher qual método de streaming deseja usar.",
"explainer": "Para obter os melhores streams possíveis, você precisará escolher qual método de streaming deseja usar.",
"options": {
"default": {
"text": "Eu não quero streams de boa qualidade, <0 /> <1>use a configuração padrão</1>"
@ -292,6 +333,7 @@
"title": "A mídia foi removida"
},
"extensionPermission": {
"badge": "Permissão Pendente",
"button": "Usar extensão",
"text": "Você possui a extensão de navegador, mas nós precisamos de sua permissão para começar a usá-la.",
"title": "Configure a extensão"

View File

@ -71,6 +71,7 @@
}
},
"errors": {
"badge": "Оно сломалось",
"details": "Подробности ошибки",
"reloadPage": "Перезагрузить страницу",
"showError": "Показать сведения об ошибке",
@ -110,6 +111,8 @@
"search": {
"allResults": "Это все, что у нас есть!",
"loading": "Загрузка...",
"noResults": "Мы не смогли ничего найти!",
"placeholder": "Что вы хотите посмотреть?",
"sectionTitle": "Результаты поиска"
}
},
@ -273,7 +276,7 @@
},
"connections": {
"server": {
"description": "Если вы хотите подключиться к пользовательскому серверу для хранения ваших данных, включите эту опцию и укажите URL.",
"description": "Если вы хотите подключиться к пользовательскому серверу для хранения ваших данных, включите эту опцию и укажите URL. <0>Инструкции.</0>",
"label": "Пользовательский сервер",
"urlLabel": "URL-адрес пользовательского сервера"
},

View File

@ -176,7 +176,12 @@
"extension": {
"back": "Повернутись назад",
"explainer": "Використовуючи розширення для браузера, ви можете отримати найякісніші трансляції, які ми можемо запропонувати. Просто встановивши його.",
"explainerIos": "На жаль, розширення браузера не підтримується на iOS, натисніть <bold>Повернутися</bold>, щоб вибрати інший варіант.",
"extensionHelp": "Якщо ви встановили розширення, але воно не виявлено. <bold>Відкрийте розширення в меню розширень вашого браузеру</bold> і дотримуйтеся вказівок на екрані.",
"linkChrome": "Встанови Chrome розширення",
"linkFirefox": "Встанови Firefox розширення",
"notDetecting": "Встановили в Chrome, але сайт його не виявляє? Спробуйте перезавантажити сторінку!",
"notDetectingAction": "Оновити сторінку",
"status": {
"disallowed": "Розширення не ввімкнено для цієї сторінки",
"disallowedAction": "Активувати розширення",
@ -203,7 +208,7 @@
"title": "Давайте створимо новий проксі"
},
"start": {
"explainer": "Щоб отримати найкращу трансляцію. Вам потрібно буде вибрати, який метод стрімінгу ви хочете використовувати.",
"explainer": "Щоб отримати найкращу трансляцію, вам потрібно буде вибрати, який метод стрімінгу ви хочете використовувати.",
"options": {
"default": {
"text": "Мені не потрібна хороша якість потоків,<0 /> <1>використовувати налаштування за замовчуванням</1>"
@ -241,7 +246,7 @@
"downloadPlaylist": "Завантажити плейлист",
"downloadSubtitle": "Завантажити поточні субтитри",
"downloadVideo": "Завантажити відео",
"hlsDisclaimer": "Завантаження виконуються безпосередньо від постачальника. У movie-web немає контролю над тим, як надаються завантаження.<br /><br />Зверніть увагу, що ви завантажуєте список відтворення HLS, його <bold>не рекомендується завантажувати, якщо ви не знайомі з розширеними форматами потокового передавання</bold>. Спробуйте різні джерела для інших форматів.",
"hlsDisclaimer": "Завантаження виконуються безпосередньо від постачальника. У movie-web немає контролю над тим, як надаються завантаження.<br /><br />Зверніть увагу, що ви завантажуєте список відтворення HLS, <bold>його не рекомендується завантажувати, якщо ви не знайомі з розширеними форматами потокового передавання</bold>. Спробуйте різні джерела для інших форматів.",
"onAndroid": {
"1": "Щоб завантажити на Android, натисніть кнопку завантаження, потім на новій сторінці <bold>торкніться й утримуйте</bold> відео, а потім виберіть <bold>зберегти</bold>.",
"shortTitle": "Завантажити / Android",

View File

@ -71,11 +71,11 @@
}
},
"errors": {
"badge": "它损坏",
"badge": "它损坏",
"details": "错误细节",
"reloadPage": "刷新页面",
"showError": "显示错误细节",
"title": "我们遇到错误!"
"title": "我们遇到错误!"
},
"footer": {
"legal": {
@ -149,7 +149,7 @@
},
"navigation": {
"banner": {
"offline": "检查您的互联网连接"
"offline": "检查您的互联网连接"
},
"menu": {
"about": "关于我们",
@ -163,7 +163,7 @@
"notFound": {
"badge": "未找到",
"goHome": "返回首页",
"message": "我们已经到处找过了:不管是垃圾桶下、橱柜里或是代理之后。但最终并没有发现您查找的页面。",
"message": "我们已经到处找过了:不管是废纸篓下、橱柜中还是代理服务之外,但最终并没有发现您查找的页面。",
"title": "无法找到页面"
},
"onboarding": {
@ -176,7 +176,12 @@
"extension": {
"back": "返回",
"explainer": "使用浏览器扩展,您可以获得我们提供的最佳串流。只需简单的安装即可。",
"explainerIos": "很遗憾,浏览器扩展不被 iOS 支持,单击<bold>返回</bold>以选择其他选项。",
"extensionHelp": "如您已安装扩展程序但未被检测到,<bold>请从浏览器的扩展菜单打开扩展</bold> 并按屏幕上的指示操作。",
"linkChrome": "安装 Chrome 扩展程序",
"linkFirefox": "安装 Firefox 扩展程序",
"notDetecting": "已在 Chrome 上安装,但网站未能检测到?尝试刷新页面!",
"notDetectingAction": "刷新页面",
"status": {
"disallowed": "扩展程序未对本页面启用",
"disallowedAction": "启用扩展程序",
@ -203,7 +208,7 @@
"title": "让我们设置新的代理"
},
"start": {
"explainer": "为了尽可能获得最佳串流,您将要选择使用何种串流方法。",
"explainer": "为了尽可能获得最佳串流,您将要选择使用何种串流方法。",
"options": {
"default": {
"text": "我不想使用高质量串流,<0 /> <1>使用默认设定</1>"
@ -386,7 +391,7 @@
"turnstile": {
"description": "请完成右侧的验证码以验证您是人类。这是为了确保 movie-web 的安全!",
"error": "验证失败。请重试。",
"title": "我们需要验证您是人类。",
"title": "我们需要验证您是不是人类。",
"verifyingHumanity": "正在验证您是否为人类…"
}
},

View File

@ -1,6 +1,6 @@
import { satisfies } from "semver";
const allowedExtensionRange = "~1.0.0";
const allowedExtensionRange = "~1.0.2";
export function isAllowedExtensionVersion(version: string): boolean {
return satisfies(version, allowedExtensionRange);

View File

@ -19,9 +19,12 @@ export interface ExtensionMakeRequest extends ExtensionBaseRequest {
url: string;
method: string;
headers?: Record<string, string>;
body?: string | FormData | URLSearchParams | Record<string, any>;
body?: string | Record<string, any>;
bodyType?: "string" | "FormData" | "URLSearchParams" | "object";
}
export type ExtensionMakeRequestBodyType = ExtensionMakeRequest["bodyType"];
export type ExtensionMakeRequestResponse<T> = ExtensionBaseResponse<{
response: {
statusCode: number;

View File

@ -0,0 +1,17 @@
import { ExtensionMakeRequestBodyType } from "./plasmo";
export function getBodyTypeFromBody(
body: unknown,
): ExtensionMakeRequestBodyType {
if (typeof body === "string") return "string";
if (body instanceof FormData) return "FormData";
if (body instanceof URLSearchParams) return "URLSearchParams";
return "object";
}
export function convertBodyToObject(body: unknown): any {
if (body instanceof FormData || body instanceof URLSearchParams) {
return [...body];
}
return body;
}

View File

@ -3,7 +3,9 @@ import { nanoid } from "nanoid";
import { ofetch } from "ofetch";
import { useCallback } from "react";
import { isExtensionActiveCached } from "@/backend/extension/messaging";
import { ScrapingItems, ScrapingSegment } from "@/hooks/useProviderScrape";
import { useAuthStore } from "@/stores/auth";
import { PlayerMeta } from "@/stores/player/slices/source";
// for anybody who cares - these are anonymous metrics.
@ -25,6 +27,15 @@ export type ProviderMetric = {
fullError?: string;
};
export type ScrapeTool = "default" | "custom-proxy" | "extension";
export function getScrapeTool(): ScrapeTool {
if (isExtensionActiveCached()) return "extension";
const hasProxySet = !!useAuthStore.getState().proxySet;
if (hasProxySet) return "custom-proxy";
return "default";
}
function getStackTrace(error: Error, lines: number) {
const topMessage = error.toString();
const stackTraceLines = (error.stack ?? "").split("\n", lines + 1);
@ -37,6 +48,7 @@ export async function reportProviders(items: ProviderMetric[]): Promise<void> {
method: "POST",
body: {
items,
tool: getScrapeTool(),
batchId: batchId(),
},
});

View File

@ -4,6 +4,8 @@ import { sendExtensionRequest } from "@/backend/extension/messaging";
import { getApiToken, setApiToken } from "@/backend/helpers/providerApi";
import { getProviderApiUrls, getProxyUrls } from "@/utils/proxyUrls";
import { convertBodyToObject, getBodyTypeFromBody } from "../extension/request";
function makeLoadbalancedList(getter: () => string[]) {
let listIndex = -1;
return () => {
@ -67,10 +69,12 @@ function makeFinalHeaders(
export function makeExtensionFetcher() {
const fetcher: Fetcher = async (url, ops) => {
const result = (await sendExtensionRequest<any>({
const result = await sendExtensionRequest<any>({
url,
...ops,
})) as any;
body: convertBodyToObject(ops.body),
bodyType: getBodyTypeFromBody(ops.body),
});
if (!result?.success) throw new Error(`extension error: ${result?.error}`);
const res = result.response;
return {

View File

@ -10,6 +10,7 @@ const languageOrder = ["en", "hi", "fr", "de", "nl", "pt"];
// iso639_1 -> iso3166 Alpha-2
const countryPriority: Record<string, string> = {
zh: "cn",
nv: "us",
};
// list of iso639_1 Alpha-2 codes used as default languages
@ -46,6 +47,7 @@ const defaultLanguageCodes: string[] = [
"tr-TR",
"vi-VN",
"zh-CN",
"nv-US",
];
export interface LocaleInfo {