diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index 21efc1366..7322d9e19 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -29,6 +29,10 @@ "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, + "css.customData": [ + ".vscode/tailwind.json" + ], + "scss.lint.unknownAtRules": "ignore", "prettier.configPath": ".prettierrc.js", "editor.wordWrap": "off", "[xml]": { diff --git a/frontend/.vscode/tailwind.json b/frontend/.vscode/tailwind.json new file mode 100644 index 000000000..4c40326fc --- /dev/null +++ b/frontend/.vscode/tailwind.json @@ -0,0 +1,55 @@ +{ + "version": 1.1, + "atDirectives": [ + { + "name": "@tailwind", + "description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#tailwind" + } + ] + }, + { + "name": "@apply", + "description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS. This is useful when you find a common utility pattern in your HTML that you’d like to extract to a new component.", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#apply" + } + ] + }, + { + "name": "@responsive", + "description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css\n@responsive {\n .alert {\n background-color: #E53E3E;\n }\n}\n```\n", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#responsive" + } + ] + }, + { + "name": "@screen", + "description": "The `@screen` directive allows you to create media queries that reference your breakpoints by **name** instead of duplicating their values in your own CSS:\n```css\n@screen sm {\n /* ... */\n}\n```\n…gets transformed into this:\n```css\n@media (min-width: 640px) {\n /* ... */\n}\n```\n", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#screen" + } + ] + }, + { + "name": "@variants", + "description": "Generate `hover`, `focus`, `active` and other **variants** of your own utilities by wrapping their definitions in the `@variants` directive:\n```css\n@variants hover, focus {\n .btn-brand {\n background-color: #3182CE;\n }\n}\n```\n", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#variants" + } + ] + } + ] +} \ No newline at end of file diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f1ebed39..cecd32a18 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,6 +26,7 @@ "@segment/analytics-next": "^1.55.0", "@sentry/vue": "^7.64.0", "@simplewebauthn/browser": "^8.0.2", + "@sjmc11/tourguidejs": "^0.0.10", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/line-clamp": "^0.4.4", @@ -2789,11 +2790,11 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.4.1.tgz", - "integrity": "sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.0.tgz", + "integrity": "sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==", "dependencies": { - "@floating-ui/utils": "^0.1.1" + "@floating-ui/utils": "^0.1.3" } }, "node_modules/@floating-ui/dom": { @@ -2805,9 +2806,9 @@ } }, "node_modules/@floating-ui/utils": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.1.tgz", - "integrity": "sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==" + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz", + "integrity": "sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==" }, "node_modules/@formkit/core": { "version": "0.19.3", @@ -3835,6 +3836,15 @@ "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", "dev": true }, + "node_modules/@sjmc11/tourguidejs": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/@sjmc11/tourguidejs/-/tourguidejs-0.0.10.tgz", + "integrity": "sha512-TnEL+ygzv5W73McwzuIoWQNK9HJ1/Wk4/lLHYtQlNpP4kx/Pv9CieI+zakxkgouQAgQX7WL92fZU1p2KPLvvbA==", + "dependencies": { + "@floating-ui/dom": "^1.0.3", + "sass": "^1.55.0" + } + }, "node_modules/@socket.io/component-emitter": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", @@ -12828,8 +12838,7 @@ "node_modules/immutable": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", - "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", - "devOptional": true + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==" }, "node_modules/import-fresh": { "version": "3.3.0", @@ -16664,7 +16673,6 @@ "version": "1.66.1", "resolved": "https://registry.npmjs.org/sass/-/sass-1.66.1.tgz", "integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==", - "devOptional": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 5954c4f2c..1577dda69 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,6 +35,7 @@ "@segment/analytics-next": "^1.55.0", "@sentry/vue": "^7.64.0", "@simplewebauthn/browser": "^8.0.2", + "@sjmc11/tourguidejs": "^0.0.10", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/line-clamp": "^0.4.4", diff --git a/frontend/src/language/translations.json b/frontend/src/language/translations.json index 50b2fd801..26fbdeb08 100644 --- a/frontend/src/language/translations.json +++ b/frontend/src/language/translations.json @@ -1 +1 @@ -{"cs":{"About":"O","Add API keys for external services":"Přidejte klíče API pro externí služby","Add Custom HTML page to help screen":"Přidat vlastní stránku HTML na obrazovku nápovědy","Add Jellyseerr, Overseerr or Ombi support":"Přidejte podporu Jellyseerr, Overseerr nebo Ombi","Add Passkey":"Přidat přístupový klíč","Admin Account":"Účet správce","Advanced Options":"Pokročilé možnosti","Advanced settings for the server":"Pokročilá nastavení serveru","All done!":"Vše hotovo!","Back":"Zadní","Check for and view updates":"Zkontrolujte a zobrazte aktualizace","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Podívejte se do naší dokumentace pro podrobné pokyny k instalaci a spuštění Wizarr!","Configure MFA authentication":"Nakonfigurujte ověřování MFA","Configure SSO login":"Nakonfigurujte přihlášení SSO","Continue":"Pokračovat","Copy":"kopírovat","Create API Key":"Vytvořit klíč API","Create Invitation":"Vytvořit pozvánku","Create Invite":"Vytvořit pozvánku","Currently Wizarr only supports it's internal SQLite database.":"V současné době Wizarr podporuje pouze svou interní databázi SQLite.","Database":"Databáze","Eh, So, What is Jellyfin exactly?":"Eh, takže, co je přesně Jellyfin?","Eh, So, What is Plex exactly?":"Eh, takže, co přesně je Plex?","Email":"E-mailem","Enable Discord page and configure settings":"Povolte stránku Discord a nakonfigurujte nastavení","General settings for the server":"Obecná nastavení serveru","Get Started":"Začít","Getting Started!":"Začínáme!","Go to Dashboard":"Přejděte na Dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Skvělá otázka! Plex je software, který umožňuje jednotlivcům sdílet své sbírky médií s ostatními. Pokud jste obdrželi tuto pozvánku, znamená to, že někdo s vámi chce sdílet svou knihovnu.","Invitations":"Pozvánky","Invite Code":"Kód pozvánky","Invited Users":"Pozvaní uživatelé","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin je platforma, která vám umožní streamovat všechny vaše oblíbené filmy, televizní pořady a hudbu na jednom místě. Je to jako mít své vlastní osobní kino přímo na dosah ruky! Představte si to jako digitální knihovnu vašeho oblíbeného obsahu, ke které máte přístup odkudkoli a z jakéhokoli zařízení – telefonu, tabletu, notebooku, chytré televize, co si jen vzpomenete.","Join":"Připojit","Join & Download Plex for this device":"Připojte se a stáhněte si Plex pro toto zařízení","Load More":"Načíst další","Login":"Přihlásit se","Login with MFA":"Přihlaste se pomocí MFA","Login with Password":"Přihlaste se pomocí hesla","Login with your account":"Přihlaste se pomocí svého účtu","Manage your invitations":"Spravujte své pozvánky","Modify the look and feel of the server":"Upravte vzhled a chování serveru","Multi-Factor Authentication":"Multi-Factor Authentication","Name":"název","Next":"další","No settings matched your search.":"Vašemu vyhledávání neodpovídají žádné nastavení.","Open Jellyfin":"Otevřete Jellyfin","Password":"Heslo","Planning on watching Movies on this device? Download Plex for this device.":"Plánujete sledovat filmy na tomto zařízení? Stáhněte si Plex pro toto zařízení.","Press the button below and follow your browser's steps to login":"Stiskněte tlačítko níže a přihlaste se podle pokynů svého prohlížeče","Profile":"Profil","Request Access":"Požádat o přístup","Scan Users":"Skenovat uživatele","Select Libraries":"Vyberte Knihovny","Server Display Name":"Zobrazovaný název serveru","Settings":"Nastavení","Setup Wizarr":"Průvodce nastavením","Share":"Podíl","So let's see how to get started!":"Pojďme se tedy podívat, jak začít!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Nyní tedy máte přístup ke sbírce médií našeho serveru. Pojďme se ujistit, že víte, jak jej používat s Plexem.","Something's missing.":"Něco chybí.","Sorry, we can't find that page. It doesn't seem to exist!":"Omlouváme se, tuto stránku nemůžeme najít. Zdá se, že neexistuje!","This is a temporary and we are working on adding support for other databases.":"Toto je dočasné a pracujeme na přidání podpory pro další databáze.","Use your Fingerprint or Face Recognition to Verify your Identity":"Použijte svůj otisk prstu nebo rozpoznávání tváře k ověření své identity","Username":"Uživatelské jméno","Users":"Uživatelé","View and download server logs":"Zobrazení a stahování protokolů serveru","View and manage scheduled tasks":"Zobrazení a správa naplánovaných úloh","View information about the server":"Zobrazení informací o serveru","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Doufáme, že se vám Wizarr bude líbit a zveme vás k prozkoumání jeho výkonných funkcí a intuitivního rozhraní. Pokud byste potřebovali pomoc, podívejte se prosím do naší dokumentace nebo se obraťte na naši komunitu se žádostí o podporu.","Welcome to Wizarr":"Vítejte v Wizarru","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"S Plex budete mít přístup ke všem filmům, televizním pořadům, hudbě a fotografiím, které jsou uloženy na jejich serveru!","Wizarr":"Wizarr","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr je automatický systém pozvání uživatelů pro Plex, Jellyfin a Emby. S Wizarrem můžete snadno vytvářet jedinečné pozvánky, které můžete sdílet s uživateli, a automaticky je zvát na váš mediální server! Kromě toho Wizarr poskytuje pokyny pro stahování klientů a pokyny pro používání stránek Jellyseerr, Overseerr nebo Ombi.","You have successfully completed the setup process.":"Úspěšně jste dokončili proces nastavení.","Your Done":"Vaše hotovo"},"ca":{"About":"Sobre","Add API keys for external services":"Afegiu claus API per a serveis externs","Add Custom HTML page to help screen":"Afegeix una pàgina HTML personalitzada a la pantalla d'ajuda","Add Jellyseerr, Overseerr or Ombi support":"Afegiu suport Jellyseerr, Overseerr o Ombi","Add Passkey":"Afegeix la clau d'accés","Admin Account":"Compte d'administrador","Advanced Options":"Opcions avançades","Advanced settings for the server":"Configuració avançada del servidor","All done!":"Tot fet!","Back":"esquena","Check for and view updates":"Comproveu i visualitzeu actualitzacions","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Consulteu la nostra documentació per obtenir instruccions detallades sobre com instal·lar i executar Wizarr!","Configure MFA authentication":"Configura l'autenticació MFA","Configure SSO login":"Configura l'inici de sessió SSO","Continue":"Continua","Copy":"Còpia","Create API Key":"Crea una clau d'API","Create Invitation":"Crea una invitació","Create Invite":"Crea una invitació","Currently Wizarr only supports it's internal SQLite database.":"Actualment Wizarr només admet la seva base de dades interna SQLite.","Database":"Base de dades","Eh, So, What is Jellyfin exactly?":"Eh, doncs, què és Jellyfin exactament?","Eh, So, What is Plex exactly?":"Eh, doncs, què és exactament Plex?","Email":"Correu electrònic","Enable Discord page and configure settings":"Activa la pàgina Discord i configura la configuració","General settings for the server":"Configuració general del servidor","Get Started":"Començar","Getting Started!":"Començant!","Go to Dashboard":"Aneu a Tauler de control","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Gran pregunta! Plex és un programari que permet a les persones compartir les seves col·leccions multimèdia amb altres persones. Si has rebut aquesta invitació, vol dir que algú vol compartir la seva biblioteca amb tu.","Invitations":"Invitacions","Invite Code":"Codi d'invitació","Invited Users":"Usuaris convidats","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin és una plataforma que us permet reproduir totes les vostres pel·lícules, programes de televisió i música en un sol lloc. És com tenir la teva pròpia sala de cinema personal al teu abast! Penseu-hi com una biblioteca digital del vostre contingut preferit a la qual podeu accedir des de qualsevol lloc i des de qualsevol dispositiu: el vostre telèfon, tauleta, ordinador portàtil, televisor intel·ligent, com vulgueu.","Join":"Uneix-te","Join & Download Plex for this device":"Uneix-te i baixa Plex per a aquest dispositiu","Load More":"Carrega més","Login":"iniciar Sessió","Login with MFA":"Inicieu sessió amb MFA","Login with Password":"Inicieu sessió amb contrasenya","Login with your account":"Inicieu sessió amb el vostre compte","Manage your invitations":"Gestiona les teves invitacions","Modify the look and feel of the server":"Modifiqueu l'aspecte del servidor","Multi-Factor Authentication":"Autenticació multifactor","Name":"Nom","Next":"Pròxim","No settings matched your search.":"No hi ha cap configuració que coincideixi amb la vostra cerca.","Open Jellyfin":"Obriu Jellyfin","Password":"Contrasenya","Planning on watching Movies on this device? Download Plex for this device.":"Estàs pensant en veure pel·lícules en aquest dispositiu? Baixeu Plex per a aquest dispositiu.","Press the button below and follow your browser's steps to login":"Premeu el botó següent i seguiu els passos del vostre navegador per iniciar sessió","Profile":"Perfil","Request Access":"Sol·licitar accés","Scan Users":"Escaneja usuaris","Select Libraries":"Seleccioneu Biblioteques","Server Display Name":"Nom de visualització del servidor","Settings":"Configuració","Setup Wizarr":"Ajudant de configuració","Share":"Compartir","So let's see how to get started!":"Així que anem a veure com començar!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Així que ara teniu accés a la col·lecció de mitjans del nostre servidor. Assegurem-nos que sabeu com utilitzar-lo amb Plex.","Something's missing.":"Falta alguna cosa.","Sorry, we can't find that page. It doesn't seem to exist!":"Ho sentim, no podem trobar aquesta pàgina. Sembla que no existeix!","This is a temporary and we are working on adding support for other databases.":"Això és temporal i estem treballant per afegir suport per a altres bases de dades.","Use your Fingerprint or Face Recognition to Verify your Identity":"Utilitzeu la vostra empremta digital o el reconeixement facial per verificar la vostra identitat","Username":"Nom d'usuari","Users":"Usuaris","View and download server logs":"Veure i descarregar els registres del servidor","View and manage scheduled tasks":"Consulta i gestiona les tasques programades","View information about the server":"Veure informació sobre el servidor","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Esperem que us agradi utilitzar Wizardr i us convidem a explorar les seves potents funcions i la seva interfície intuïtiva. Si necessiteu ajuda, consulteu la nostra documentació o poseu-vos en contacte amb la nostra comunitat per obtenir suport.","Welcome to Wizarr":"Benvingut a Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Amb Plex, tindreu accés a totes les pel·lícules, programes de televisió, música i fotos que s'emmagatzemen al seu servidor!","Wizarr":"Mag","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr és un sistema automàtic d'invitació d'usuaris per a Plex, Jellyfin i Emby. Amb Wizarr, podeu crear fàcilment enllaços d'invitació únics per compartir-los amb els usuaris, convidant-los automàticament al vostre servidor multimèdia. A més, Wizarr ofereix orientació sobre la baixada de clients i instruccions per utilitzar el lloc Jellyseerr, Overseerr o Ombi.","You have successfully completed the setup process.":"Heu completat correctament el procés de configuració.","Your Done":"Heu fet"},"da":{"About":"Om","Add API keys for external services":"Tilføj API-nøgler til eksterne tjenester","Add Custom HTML page to help screen":"Tilføj tilpasset HTML-side til hjælpeskærmen","Add Jellyseerr, Overseerr or Ombi support":"Tilføj Jellyseerr, Overseerr eller Ombi support","Add Passkey":"Tilføj adgangsnøgle","Admin Account":"Admin konto","Advanced Options":"Avancerede indstillinger","Advanced settings for the server":"Avancerede indstillinger for serveren","All done!":"Helt færdig!","Back":"Tilbage","Check for and view updates":"Se efter og se opdateringer","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Se vores dokumentation for detaljerede instruktioner om, hvordan du installerer og kører Wizarr!","Configure MFA authentication":"Konfigurer MFA-godkendelse","Configure SSO login":"Konfigurer SSO-login","Continue":"Blive ved","Copy":"Kopi","Create API Key":"Opret API-nøgle","Create Invitation":"Opret invitation","Create Invite":"Opret invitation","Currently Wizarr only supports it's internal SQLite database.":"I øjeblikket understøtter Wizarr kun sin interne SQLite-database.","Database":"Database","Eh, So, What is Jellyfin exactly?":"Eh, så, hvad er Jellyfin præcist?","Eh, So, What is Plex exactly?":"Øh, hvad er Plex helt præcist?","Email":"E-mail","Enable Discord page and configure settings":"Aktiver Discord-siden og konfigurer indstillinger","General settings for the server":"Generelle indstillinger for serveren","Get Started":"Kom igang","Getting Started!":"Kom godt i gang!","Go to Dashboard":"Gå til dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Godt spørgsmål! Plex er en software, der giver enkeltpersoner mulighed for at dele deres mediesamlinger med andre. Hvis du har modtaget denne invitation, betyder det, at nogen vil dele deres bibliotek med dig.","Invitations":"Invitationer","Invite Code":"Invitations kode","Invited Users":"Inviterede brugere","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin er en platform, der lader dig streame alle dine yndlingsfilm, tv-shows og musik på ét sted. Det er som at have din egen personlige biograf lige ved hånden! Tænk på det som et digitalt bibliotek med dit yndlingsindhold, som du kan få adgang til fra hvor som helst, på enhver enhed - din telefon, tablet, bærbare computer, smart-tv, you name it.","Join":"Tilslutte","Join & Download Plex for this device":"Tilmeld dig og download Plex til denne enhed","Load More":"Indlæs mere","Login":"Log på","Login with MFA":"Log ind med MFA","Login with Password":"Log ind med adgangskode","Login with your account":"Log ind med din konto","Manage your invitations":"Administrer dine invitationer","Modify the look and feel of the server":"Rediger udseendet og følelsen af ​​serveren","Multi-Factor Authentication":"Multi-Factor Authentication","Name":"Navn","Next":"Næste","No settings matched your search.":"Ingen indstillinger matchede din søgning.","Open Jellyfin":"Åbn Jellyfin","Password":"Adgangskode","Planning on watching Movies on this device? Download Plex for this device.":"Planlægger du at se film på denne enhed? Download Plex til denne enhed.","Press the button below and follow your browser's steps to login":"Tryk på knappen nedenfor og følg din browsers trin for at logge ind","Profile":"Profil","Request Access":"Anmod om adgang","Scan Users":"Scan brugere","Select Libraries":"Vælg Biblioteker","Server Display Name":"Server vist navn","Settings":"Indstillinger","Setup Wizarr":"Opsætningsguide","Share":"Del","So let's see how to get started!":"Så lad os se, hvordan du kommer i gang!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Så du har nu adgang til vores servers mediesamling. Lad os sørge for, at du ved, hvordan du bruger det med Plex.","Something's missing.":"Der mangler noget.","Sorry, we can't find that page. It doesn't seem to exist!":"Beklager, vi kan ikke finde den side. Det ser ikke ud til at eksistere!","This is a temporary and we are working on adding support for other databases.":"Dette er midlertidigt, og vi arbejder på at tilføje support til andre databaser.","Use your Fingerprint or Face Recognition to Verify your Identity":"Brug dit fingeraftryk eller ansigtsgenkendelse til at bekræfte din identitet","Username":"Brugernavn","Users":"Brugere","View and download server logs":"Se og download serverlogfiler","View and manage scheduled tasks":"Se og administrer planlagte opgaver","View information about the server":"Se oplysninger om serveren","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Vi håber, du nyder at bruge Wizarr og inviterer dig til at udforske dens kraftfulde funktioner og intuitive grænseflade. Hvis du har brug for hjælp, bedes du henvise til vores dokumentation eller kontakte vores fællesskab for at få support.","Welcome to Wizarr":"Velkommen til Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Med Plex har du adgang til alle de film, tv-shows, musik og billeder, der er gemt på deres server!","Wizarr":"Troldmand","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr er et automatisk brugerinvitationssystem til Plex, Jellyfin og Emby. Med Wizarr kan du nemt oprette unikke invitationslinks til at dele med brugere, og automatisk invitere dem til din medieserver! Desuden giver Wizarr vejledning om download af klienter og instruktioner til brug af Jellyseerr, Overseerr eller Ombi site.","You have successfully completed the setup process.":"Du har fuldført opsætningsprocessen.","Your Done":"Din færdig"},"de":{"About":"Um","Add API keys for external services":"Fügen Sie API-Schlüssel für externe Dienste hinzu","Add Custom HTML page to help screen":"Fügen Sie dem Hilfebildschirm eine benutzerdefinierte HTML-Seite hinzu","Add Jellyseerr, Overseerr or Ombi support":"Fügen Sie Jellyseerr-, Overseerr- oder Ombi-Unterstützung hinzu","Add Passkey":"Passkey hinzufügen","Admin Account":"Admin-Konto","Advanced Options":"Erweiterte Optionen","Advanced settings for the server":"Erweiterte Einstellungen für den Server","All done!":"Alles erledigt!","Back":"Zurück","Check for and view updates":"Suchen Sie nach Updates und zeigen Sie sie an","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Schauen Sie sich unsere Dokumentation an, um detaillierte Anweisungen zur Installation und Ausführung von Wizarr zu erhalten!","Configure MFA authentication":"Konfigurieren Sie die MFA-Authentifizierung","Configure SSO login":"Konfigurieren Sie die SSO-Anmeldung","Continue":"Weitermachen","Copy":"Kopieren","Create API Key":"API-Schlüssel erstellen","Create Invitation":"Einladung erstellen","Create Invite":"Einladung erstellen","Currently Wizarr only supports it's internal SQLite database.":"Derzeit unterstützt Wizarr nur seine interne SQLite-Datenbank.","Database":"Datenbank","Eh, So, What is Jellyfin exactly?":"Äh, was genau ist Jellyfin?","Eh, So, What is Plex exactly?":"Äh, also, was ist Plex genau?","Email":"Email","Enable Discord page and configure settings":"Aktivieren Sie die Discord-Seite und konfigurieren Sie die Einstellungen","General settings for the server":"Allgemeine Einstellungen für den Server","Get Started":"Loslegen","Getting Started!":"Einstieg!","Go to Dashboard":"Gehen Sie zum Dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Tolle Frage! Plex ist eine Software, die es Einzelpersonen ermöglicht, ihre Mediensammlungen mit anderen zu teilen. Wenn Sie diese Einladung erhalten haben, bedeutet das, dass jemand seine Bibliothek mit Ihnen teilen möchte.","Invitations":"Einladungen","Invite Code":"Einladungscode","Invited Users":"Eingeladene Benutzer","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin ist eine Plattform, mit der Sie alle Ihre Lieblingsfilme, Fernsehsendungen und Musik an einem Ort streamen können. Es ist, als hätten Sie Ihr persönliches Kino direkt zur Hand! Betrachten Sie es als eine digitale Bibliothek Ihrer Lieblingsinhalte, auf die Sie von überall und auf jedem Gerät zugreifen können – Ihrem Telefon, Tablet, Laptop, Smart-TV, was auch immer.","Join":"Verbinden","Join & Download Plex for this device":"Treten Sie bei und laden Sie Plex für dieses Gerät herunter","Load More":"Mehr laden","Login":"Anmeldung","Login with MFA":"Melden Sie sich mit MFA an","Login with Password":"Melden Sie sich mit Passwort an","Login with your account":"Melden Sie sich mit Ihrem Konto an","Manage your invitations":"Verwalten Sie Ihre Einladungen","Modify the look and feel of the server":"Ändern Sie das Erscheinungsbild des Servers","Multi-Factor Authentication":"Multi-Faktor-Authentifizierung","Name":"Name","Next":"Nächste","No settings matched your search.":"Keine Einstellungen stimmten mit Ihrer Suche überein.","Open Jellyfin":"Öffnen Sie Jellyfin","Password":"Passwort","Planning on watching Movies on this device? Download Plex for this device.":"Planen Sie, Filme auf diesem Gerät anzusehen? Laden Sie Plex für dieses Gerät herunter.","Press the button below and follow your browser's steps to login":"Klicken Sie auf die Schaltfläche unten und befolgen Sie die Schritte Ihres Browsers, um sich anzumelden","Profile":"Profil","Request Access":"Anfrage Zugang","Scan Users":"Benutzer scannen","Select Libraries":"Wählen Sie Bibliotheken aus","Server Display Name":"Anzeigename des Servers","Settings":"Einstellungen","Setup Wizarr":"Setup-Assistent","Share":"Aktie","So let's see how to get started!":"Schauen wir uns also an, wie wir anfangen können!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Damit haben Sie nun Zugriff auf die Mediensammlung unseres Servers. Stellen wir sicher, dass Sie wissen, wie Sie es mit Plex verwenden.","Something's missing.":"Etwas fehlt.","Sorry, we can't find that page. It doesn't seem to exist!":"Leider können wir diese Seite nicht finden. Es scheint nicht zu existieren!","This is a temporary and we are working on adding support for other databases.":"Dies ist nur vorübergehend und wir arbeiten daran, Unterstützung für andere Datenbanken hinzuzufügen.","Use your Fingerprint or Face Recognition to Verify your Identity":"Verwenden Sie Ihren Fingerabdruck oder Ihre Gesichtserkennung, um Ihre Identität zu überprüfen","Username":"Nutzername","Users":"Benutzer","View and download server logs":"Serverprotokolle anzeigen und herunterladen","View and manage scheduled tasks":"Geplante Aufgaben anzeigen und verwalten","View information about the server":"Informationen zum Server anzeigen","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Wir wünschen Ihnen viel Spaß bei der Nutzung von Wizarr und laden Sie ein, die leistungsstarken Funktionen und die intuitive Benutzeroberfläche zu erkunden. Sollten Sie Hilfe benötigen, lesen Sie bitte unsere Dokumentation oder wenden Sie sich an unsere Community, um Unterstützung zu erhalten.","Welcome to Wizarr":"Willkommen bei Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Mit Plex haben Sie Zugriff auf alle Filme, Fernsehsendungen, Musik und Fotos, die auf dem Server gespeichert sind!","Wizarr":"Zauberer","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr ist ein automatisches Benutzereinladungssystem für Plex, Jellyfin und Emby. Mit Wizarr können Sie ganz einfach einzigartige Einladungslinks erstellen, die Sie mit Benutzern teilen und diese automatisch zu Ihrem Medienserver einladen! Darüber hinaus bietet Wizarr Anleitungen zum Herunterladen von Clients und Anweisungen zur Verwendung der Jellyseerr-, Overseerr- oder Ombi-Site.","You have successfully completed the setup process.":"Sie haben den Einrichtungsvorgang erfolgreich abgeschlossen.","Your Done":"Du bist fertig"},"es":{"About":"Acerca de","Add API keys for external services":"Agregar claves API para servicios externos","Add Custom HTML page to help screen":"Agregar página HTML personalizada a la pantalla de ayuda","Add Jellyseerr, Overseerr or Ombi support":"Añadir compatibilidad con Jellyseerr, Overseerr u Ombi","Add Passkey":"Agregar clave de acceso","Admin Account":"Cuenta de administrador","Advanced Options":"Opciones avanzadas","Advanced settings for the server":"Configuración avanzada para el servidor","All done!":"¡Todo listo!","Back":"Atrás","Check for and view updates":"Buscar y ver actualizaciones","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Consulte nuestra documentación para obtener instrucciones detalladas sobre cómo instalar y ejecutar Wizarr.","Configure MFA authentication":"Configurar la autenticación MFA","Configure SSO login":"Configurar inicio de sesión SSO","Continue":"Continuar","Copy":"Copiar","Create API Key":"Crear clave API","Create Invitation":"Crear invitación","Create Invite":"Crear invitación","Currently Wizarr only supports it's internal SQLite database.":"Actualmente, Wizarr solo admite su base de datos SQLite interna.","Database":"Base de datos","Eh, So, What is Jellyfin exactly?":"Eh, entonces, ¿qué es Jellyfin exactamente?","Eh, So, What is Plex exactly?":"Eh, entonces, ¿qué es Plex exactamente?","Email":"Correo electrónico","Enable Discord page and configure settings":"Habilitar la página de Discord y configurar los ajustes","General settings for the server":"Configuración general del servidor","Get Started":"Empezar","Getting Started!":"¡Empezando!","Go to Dashboard":"Ir al panel de control","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"¡Gran pregunta! Plex es un software que permite a las personas compartir sus colecciones de medios con otros. Si ha recibido esta invitación, significa que alguien quiere compartir su biblioteca con usted.","Invitations":"Invitaciones","Invite Code":"Codigo de invitacion","Invited Users":"Usuarios invitados","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin es una plataforma que te permite transmitir todas tus películas, programas de TV y música favoritos en un solo lugar. ¡Es como tener tu propia sala de cine personal al alcance de tu mano! Piense en ello como una biblioteca digital de su contenido favorito al que puede acceder desde cualquier lugar, en cualquier dispositivo: su teléfono, tableta, computadora portátil, televisor inteligente, lo que sea.","Join":"Unirse","Join & Download Plex for this device":"Únete y descarga Plex para este dispositivo","Load More":"Carga más","Login":"Acceso","Login with MFA":"Iniciar sesión con MFA","Login with Password":"Iniciar sesión con contraseña","Login with your account":"Inicia sesión con tu cuenta","Manage your invitations":"Gestiona tus invitaciones","Modify the look and feel of the server":"Modificar la apariencia del servidor","Multi-Factor Authentication":"Autenticación de múltiples factores","Name":"Nombre","Next":"Próximo","No settings matched your search.":"Ninguna configuración coincidió con su búsqueda.","Open Jellyfin":"Jellyfin abierto","Password":"Contraseña","Planning on watching Movies on this device? Download Plex for this device.":"¿Planea ver películas en este dispositivo? Descarga Plex para este dispositivo.","Press the button below and follow your browser's steps to login":"Presione el botón de abajo y siga los pasos de su navegador para iniciar sesión","Profile":"Perfil","Request Access":"Solicitar acceso","Scan Users":"Escanear usuarios","Select Libraries":"Seleccionar bibliotecas","Server Display Name":"Nombre para mostrar del servidor","Settings":"Ajustes","Setup Wizarr":"Asistente de configuración","Share":"Compartir","So let's see how to get started!":"¡Así que veamos cómo empezar!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Así que ahora tiene acceso a la colección de medios de nuestro servidor. Asegurémonos de que sabe cómo usarlo con Plex.","Something's missing.":"Algo falta, algo está faltando.","Sorry, we can't find that page. It doesn't seem to exist!":"Lo sentimos, no podemos encontrar esa página. ¡Parece que no existe!","This is a temporary and we are working on adding support for other databases.":"Esto es temporal y estamos trabajando para agregar soporte para otras bases de datos.","Use your Fingerprint or Face Recognition to Verify your Identity":"Use su huella digital o reconocimiento facial para verificar su identidad","Username":"Nombre de usuario","Users":"Usuarios","View and download server logs":"Ver y descargar registros del servidor","View and manage scheduled tasks":"Ver y administrar tareas programadas","View information about the server":"Ver información sobre el servidor.","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Esperamos que disfrute usando Wizarr y lo invitamos a explorar sus potentes funciones y su interfaz intuitiva. Si necesita ayuda, consulte nuestra documentación o comuníquese con nuestra comunidad para obtener ayuda.","Welcome to Wizarr":"Bienvenido a Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"¡Con Plex, tendrá acceso a todas las películas, programas de TV, música y fotos que están almacenadas en su servidor!","Wizarr":"mago","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr es un sistema automático de invitación de usuarios para Plex, Jellyfin y Emby. Con Wizarr, puede crear fácilmente enlaces de invitación únicos para compartir con los usuarios, ¡invitándolos automáticamente a su servidor de medios! Además, Wizarr brinda orientación sobre la descarga de clientes e instrucciones para usar el sitio Jellyseerr, Overseerr u Ombi.","You have successfully completed the setup process.":"Ha completado con éxito el proceso de configuración.","Your Done":"Terminaste"},"en":{"About":"About","Add API keys for external services":"Add API keys for external services","Add Custom HTML page to help screen":"Add Custom HTML page to help screen","Add Jellyseerr, Overseerr or Ombi support":"Add Jellyseerr, Overseerr or Ombi support","Add Passkey":"Add Passkey","Admin Account":"Admin Account","Advanced Options":"Advanced Options","Advanced settings for the server":"Advanced settings for the server","All done!":"All done!","Back":"Back","Check for and view updates":"Check for and view updates","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Check out our documentation for detailed instructions on how to install and run Wizarr!","Configure MFA authentication":"Configure MFA authentication","Configure SSO login":"Configure SSO login","Continue":"Continue","Copy":"Copy","Create API Key":"Create API Key","Create Invitation":"Create Invitation","Create Invite":"Create Invite","Currently Wizarr only supports it's internal SQLite database.":"Currently Wizarr only supports it's internal SQLite database.","Database":"Database","Eh, So, What is Jellyfin exactly?":"Eh, So, What is Jellyfin exactly?","Eh, So, What is Plex exactly?":"Eh, So, What is Plex exactly?","Email":"Email","Enable Discord page and configure settings":"Enable Discord page and configure settings","General settings for the server":"General settings for the server","Get Started":"Get Started","Getting Started!":"Getting Started!","Go to Dashboard":"Go to Dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.","Invitations":"Invitations","Invite Code":"Invite Code","Invited Users":"Invited Users","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.","Join":"Join","Join & Download Plex for this device":"Join & Download Plex for this device","Load More":"Load More","Login":"Login","Login with MFA":"Login with MFA","Login with Password":"Login with Password","Login with your account":"Login with your account","Manage your invitations":"Manage your invitations","Modify the look and feel of the server":"Modify the look and feel of the server","Multi-Factor Authentication":"Multi-Factor Authentication","Name":"Name","Next":"Next","No settings matched your search.":"No settings matched your search.","Open Jellyfin":"Open Jellyfin","Password":"Password","Planning on watching Movies on this device? Download Plex for this device.":"Planning on watching Movies on this device? Download Plex for this device.","Press the button below and follow your browser's steps to login":"Press the button below and follow your browser's steps to login","Profile":"Profile","Request Access":"Request Access","Scan Users":"Scan Users","Select Libraries":"Select Libraries","Server Display Name":"Server Display Name","Settings":"Settings","Setup Wizarr":"Setup Wizarr","Share":"Share","So let's see how to get started!":"So let's see how to get started!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.","Something's missing.":"Something's missing.","Sorry, we can't find that page. It doesn't seem to exist!":"Sorry, we can't find that page. It doesn't seem to exist!","This is a temporary and we are working on adding support for other databases.":"This is a temporary and we are working on adding support for other databases.","Use your Fingerprint or Face Recognition to Verify your Identity":"Use your Fingerprint or Face Recognition to Verify your Identity","Username":"Username","Users":"Users","View and download server logs":"View and download server logs","View and manage scheduled tasks":"View and manage scheduled tasks","View information about the server":"View information about the server","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.","Welcome to Wizarr":"Welcome to Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!","Wizarr":"Wizarr","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.","You have successfully completed the setup process.":"You have successfully completed the setup process.","Your Done":"Your Done"},"fr":{"About":"À propos","Add API keys for external services":"Ajouter des clés API pour les services externes","Add Custom HTML page to help screen":"Ajouter une page HTML personnalisée à l'écran d'aide","Add Jellyseerr, Overseerr or Ombi support":"Ajouter le support Jellyseerr, Overseerr ou Ombi","Add Passkey":"Ajouter un mot de passe","Admin Account":"Compte administrateur","Advanced Options":"Options avancées","Advanced settings for the server":"Paramètres avancés du serveur","All done!":"Terminé!","Back":"Dos","Check for and view updates":"Vérifier et afficher les mises à jour","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Consultez notre documentation pour obtenir des instructions détaillées sur l'installation et l'exécution de Wizarr !","Configure MFA authentication":"Configurer l'authentification MFA","Configure SSO login":"Configurer la connexion SSO","Continue":"Continuer","Copy":"Copie","Create API Key":"Créer une clé API","Create Invitation":"Créer une invitation","Create Invite":"Créer une invitation","Currently Wizarr only supports it's internal SQLite database.":"Actuellement, Wizarr ne prend en charge que sa base de données SQLite interne.","Database":"Base de données","Eh, So, What is Jellyfin exactly?":"Eh, alors, qu'est-ce que Jellyfin exactement?","Eh, So, What is Plex exactly?":"Eh, alors, qu'est-ce que Plex exactement ?","Email":"E-mail","Enable Discord page and configure settings":"Activer la page Discord et configurer les paramètres","General settings for the server":"Paramètres généraux du serveur","Get Started":"Commencer","Getting Started!":"Commencer!","Go to Dashboard":"Aller au tableau de bord","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Grande question ! Plex est un logiciel qui permet aux particuliers de partager leurs collections de médias avec d'autres. Si vous avez reçu cette invitation, cela signifie que quelqu'un souhaite partager sa bibliothèque avec vous.","Invitations":"Invitations","Invite Code":"Code d'invitation","Invited Users":"Utilisateurs invités","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin est une plate-forme qui vous permet de diffuser tous vos films, émissions de télévision et musiques préférés en un seul endroit. C'est comme avoir votre propre salle de cinéma personnelle à portée de main ! Considérez-le comme une bibliothèque numérique de votre contenu préféré auquel vous pouvez accéder de n'importe où, sur n'importe quel appareil - votre téléphone, tablette, ordinateur portable, smart TV, etc.","Join":"Rejoindre","Join & Download Plex for this device":"Rejoignez et téléchargez Plex pour cet appareil","Load More":"Charger plus","Login":"Connexion","Login with MFA":"Se connecter avec MFA","Login with Password":"Connexion avec mot de passe","Login with your account":"Connectez-vous avec votre compte","Manage your invitations":"Gérez vos invitations","Modify the look and feel of the server":"Modifier l'apparence du serveur","Multi-Factor Authentication":"Authentification multifacteur","Name":"Nom","Next":"Suivant","No settings matched your search.":"Aucun paramètre ne correspond à votre recherche.","Open Jellyfin":"Gelée ouverte","Password":"Mot de passe","Planning on watching Movies on this device? Download Plex for this device.":"Vous prévoyez de regarder des films sur cet appareil ? Téléchargez Plex pour cet appareil.","Press the button below and follow your browser's steps to login":"Appuyez sur le bouton ci-dessous et suivez les étapes de votre navigateur pour vous connecter","Profile":"Profil","Request Access":"Demande d'accès","Scan Users":"Analyser les utilisateurs","Select Libraries":"Sélectionnez les bibliothèques","Server Display Name":"Nom d'affichage du serveur","Settings":"Paramètres","Setup Wizarr":"Assistant de configuration","Share":"Partager","So let's see how to get started!":"Voyons donc comment commencer !","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Vous avez donc désormais accès à la collection média de notre serveur. Assurons-nous que vous savez comment l'utiliser avec Plex.","Something's missing.":"Quelque chose manque.","Sorry, we can't find that page. It doesn't seem to exist!":"Désolé, nous ne trouvons pas cette page. Il ne semble pas exister !","This is a temporary and we are working on adding support for other databases.":"Ceci est temporaire et nous travaillons sur l'ajout de la prise en charge d'autres bases de données.","Use your Fingerprint or Face Recognition to Verify your Identity":"Utilisez votre empreinte digitale ou votre reconnaissance faciale pour vérifier votre identité","Username":"Nom d'utilisateur","Users":"Utilisateurs","View and download server logs":"Afficher et télécharger les journaux du serveur","View and manage scheduled tasks":"Afficher et gérer les tâches planifiées","View information about the server":"Afficher les informations sur le serveur","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Nous espérons que vous apprécierez l'utilisation de Wizarr et vous invitons à explorer ses fonctionnalités puissantes et son interface intuitive. Si vous avez besoin d'aide, veuillez consulter notre documentation ou contacter notre communauté pour obtenir de l'aide.","Welcome to Wizarr":"Bienvenue sur Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Avec Plex, vous aurez accès à tous les films, émissions de télévision, musiques et photos stockés sur leur serveur !","Wizarr":"Assistant","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr est un système d'invitation automatique d'utilisateurs pour Plex, Jellyfin et Emby. Avec Wizarr, vous pouvez facilement créer des liens d'invitation uniques à partager avec les utilisateurs, les invitant automatiquement sur votre serveur multimédia ! En outre, Wizarr fournit des conseils sur le téléchargement des clients et des instructions pour l'utilisation du site Jellyseerr, Overseerr ou Ombi.","You have successfully completed the setup process.":"Vous avez terminé avec succès le processus de configuration.","Your Done":"Tu es fini"},"he":{"About":"על אודות","Add API keys for external services":"הוסף מפתחות API עבור שירותים חיצוניים","Add Custom HTML page to help screen":"הוסף דף HTML מותאם אישית למסך העזרה","Add Jellyseerr, Overseerr or Ombi support":"הוסף תמיכה ב-Jellyseerr, Overseerr או Ombi","Add Passkey":"הוסף מפתח סיסמה","Admin Account":"חשבון ניהול","Advanced Options":"אפשרויות מתקדמות","Advanced settings for the server":"הגדרות מתקדמות עבור השרת","All done!":"הכל בוצע!","Back":"חזור","Check for and view updates":"בדוק והצג עדכונים","Check out our documentation for detailed instructions on how to install and run Wizarr!":"עיין בתיעוד שלנו לקבלת הוראות מפורטות כיצד להתקין ולהפעיל את Wizarr!","Configure MFA authentication":"הגדר אימות MFA","Configure SSO login":"הגדר את התחברות SSO","Continue":"לְהַמשִׁיך","Copy":"עותק","Create API Key":"צור מפתח API","Create Invitation":"צור הזמנה","Create Invite":"צור הזמנה","Currently Wizarr only supports it's internal SQLite database.":"נכון לעכשיו Wizarr תומך רק במסד הנתונים הפנימי של SQLite.","Database":"מאגר מידע","Eh, So, What is Jellyfin exactly?":"אה, אז מה זה ג'ליפין בדיוק?","Eh, So, What is Plex exactly?":"אה, אז מה זה Plex בדיוק?","Email":"אימייל","Enable Discord page and configure settings":"הפעל את דף Discord והגדר את ההגדרות","General settings for the server":"הגדרות כלליות לשרת","Get Started":"להתחיל","Getting Started!":"מתחילים!","Go to Dashboard":"עבור אל לוח המחוונים","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"שאלה מצוינת! Plex היא תוכנה המאפשרת לאנשים לחלוק את אוספי המדיה שלהם עם אחרים. אם קיבלת הזמנה זו, זה אומר שמישהו רוצה לחלוק איתך את הספרייה שלו.","Invitations":"הזמנות","Invite Code":"קוד הזמנה","Invited Users":"משתמשים מוזמנים","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin היא פלטפורמה המאפשרת לך להזרים את כל הסרטים, תוכניות הטלוויזיה והמוזיקה האהובים עליך במקום אחד. זה כמו שיש לך בית קולנוע אישי משלך ממש בהישג ידך! תחשוב על זה כעל ספרייה דיגיטלית של התוכן האהוב עליך שאתה יכול לגשת אליו מכל מקום, בכל מכשיר - הטלפון, הטאבלט, המחשב הנייד, הטלוויזיה החכמה, אתה שם את זה.","Join":"לְהִצְטַרֵף","Join & Download Plex for this device":"הצטרף והורד את Plex עבור מכשיר זה","Load More":"טען עוד","Login":"התחברות","Login with MFA":"התחבר עם MFA","Login with Password":"התחבר עם סיסמה","Login with your account":"התחבר עם החשבון שלך","Manage your invitations":"נהל את ההזמנות שלך","Modify the look and feel of the server":"שנה את המראה והתחושה של השרת","Multi-Factor Authentication":"אימות רב-גורמי","Name":"שֵׁם","Next":"הַבָּא","No settings matched your search.":"אין הגדרות שתואמות לחיפוש שלך.","Open Jellyfin":"פתח את ג'ליפין","Password":"סיסמה","Planning on watching Movies on this device? Download Plex for this device.":"מתכננים לצפות בסרטים במכשיר זה? הורד את Plex עבור מכשיר זה.","Press the button below and follow your browser's steps to login":"לחץ על הלחצן למטה ובצע את השלבים של הדפדפן שלך כדי להיכנס","Profile":"פּרוֹפִיל","Request Access":"לבקש גישה","Scan Users":"סרוק משתמשים","Select Libraries":"בחר ספריות","Server Display Name":"שם תצוגה של שרת","Settings":"הגדרות","Setup Wizarr":"אשף התקנה","Share":"לַחֲלוֹק","So let's see how to get started!":"אז בואו נראה איך להתחיל!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"אז עכשיו יש לך גישה לאוסף המדיה של השרת שלנו. בוא נוודא שאתה יודע איך להשתמש בו עם Plex.","Something's missing.":"משהו חסר.","Sorry, we can't find that page. It doesn't seem to exist!":"מצטערים, אנחנו לא יכולים למצוא את הדף הזה. נראה שזה לא קיים!","This is a temporary and we are working on adding support for other databases.":"זה זמני ואנחנו עובדים על הוספת תמיכה עבור מסדי נתונים אחרים.","Use your Fingerprint or Face Recognition to Verify your Identity":"השתמש בטביעת האצבע או בזיהוי הפנים שלך כדי לאמת את זהותך","Username":"שם משתמש","Users":"משתמשים","View and download server logs":"הצג והורד יומני שרת","View and manage scheduled tasks":"הצג ונהל משימות מתוזמנות","View information about the server":"הצג מידע על השרת","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"אנו מקווים שתיהנו מהשימוש ב-Wizarr ומזמינים אתכם לחקור את התכונות החזקות והממשק האינטואיטיבי שלה. אם תזדקק לסיוע כלשהו, ​​עיין בתיעוד שלנו או פנה לקהילה שלנו לקבלת תמיכה.","Welcome to Wizarr":"ברוכים הבאים ל-Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"עם Plex, תהיה לך גישה לכל הסרטים, תוכניות הטלוויזיה, המוזיקה והתמונות המאוחסנים בשרת שלהם!","Wizarr":"קוסם","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr היא מערכת הזמנה אוטומטית של משתמשים עבור Plex, Jellyfin ואמבי. עם Wizarr, אתה יכול ליצור בקלות קישורי הזמנה ייחודיים לשיתוף עם משתמשים, ולהזמין אותם אוטומטית לשרת המדיה שלך! יתרה מזאת, Wizarr מספקת הנחיות לגבי הורדת לקוחות והוראות לשימוש באתר Jellyseerr, Overseerr או Ombi.","You have successfully completed the setup process.":"השלמת בהצלחה את תהליך ההגדרה.","Your Done":"שלך בוצע"},"fa":{"About":"در باره","Add API keys for external services":"کلیدهای API را برای سرویس های خارجی اضافه کنید","Add Custom HTML page to help screen":"صفحه HTML سفارشی را برای صفحه راهنما اضافه کنید","Add Jellyseerr, Overseerr or Ombi support":"پشتیبانی Jellyseerr، Overeerr یا Ombi را اضافه کنید","Add Passkey":"رمز عبور را اضافه کنید","Admin Account":"حساب مدیریت","Advanced Options":"گزینه های پیشرفته","Advanced settings for the server":"تنظیمات پیشرفته برای سرور","All done!":"همه چیز تمام شد!","Back":"بازگشت","Check for and view updates":"به روز رسانی ها را بررسی و مشاهده کنید","Check out our documentation for detailed instructions on how to install and run Wizarr!":"برای دستورالعمل های دقیق در مورد نحوه نصب و اجرای Wizarr، مستندات ما را بررسی کنید!","Configure MFA authentication":"احراز هویت MFA را پیکربندی کنید","Configure SSO login":"پیکربندی ورود به سیستم SSO","Continue":"ادامه هید","Copy":"کپی 🀄","Create API Key":"کلید API ایجاد کنید","Create Invitation":"ایجاد دعوت نامه","Create Invite":"ایجاد دعوت","Currently Wizarr only supports it's internal SQLite database.":"در حال حاضر Wizarr فقط از پایگاه داده داخلی SQLite خود پشتیبانی می کند.","Database":"پایگاه داده","Eh, So, What is Jellyfin exactly?":"اوه، بنابراین، Jellyfin دقیقا چیست؟","Eh, So, What is Plex exactly?":"اوه، خب، Plex دقیقا چیست؟","Email":"پست الکترونیک","Enable Discord page and configure settings":"صفحه Discord را فعال کنید و تنظیمات را پیکربندی کنید","General settings for the server":"تنظیمات کلی برای سرور","Get Started":"شروع کنید","Getting Started!":"شروع شدن!","Go to Dashboard":"به داشبورد بروید","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"سوال عالی! Plex نرم افزاری است که به افراد امکان می دهد مجموعه های رسانه ای خود را با دیگران به اشتراک بگذارند. اگر این دعوت را دریافت کرده اید، به این معنی است که شخصی می خواهد کتابخانه خود را با شما به اشتراک بگذارد.","Invitations":"دعوت نامه ها","Invite Code":"کد دعوت","Invited Users":"کاربران دعوت شده","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin پلتفرمی است که به شما امکان می دهد تمام فیلم ها، برنامه های تلویزیونی و موسیقی مورد علاقه خود را در یک مکان پخش کنید. مثل این است که سینمای شخصی خود را در دستان خود داشته باشید! آن را به عنوان یک کتابخانه دیجیتالی از محتوای مورد علاقه خود در نظر بگیرید که می توانید از هر کجا و در هر دستگاهی - تلفن، تبلت، لپ تاپ، تلویزیون هوشمند خود، به آن دسترسی داشته باشید.","Join":"پیوستن","Join & Download Plex for this device":"به Plex بپیوندید و برای این دستگاه دانلود کنید","Load More":"بارگذاری بیشتر","Login":"وارد شدن","Login with MFA":"با MFA وارد شوید","Login with Password":"با رمز عبور وارد شوید","Login with your account":"با حساب کاربری خود وارد شوید","Manage your invitations":"دعوت نامه های خود را مدیریت کنید","Modify the look and feel of the server":"ظاهر و احساس سرور را تغییر دهید","Multi-Factor Authentication":"احراز هویت چند عاملی","Name":"نام","Next":"بعد","No settings matched your search.":"هیچ تنظیماتی با جستجوی شما مطابقت نداشت.","Open Jellyfin":"Jellyfin را باز کنید","Password":"کلمه عبور","Planning on watching Movies on this device? Download Plex for this device.":"آیا قصد تماشای فیلم در این دستگاه را دارید؟ Plex را برای این دستگاه دانلود کنید.","Press the button below and follow your browser's steps to login":"دکمه زیر را فشار دهید و مراحل مرورگر خود را برای ورود دنبال کنید","Profile":"مشخصات","Request Access":"درخواست دسترسی","Scan Users":"اسکن کاربران","Select Libraries":"کتابخانه ها را انتخاب کنید","Server Display Name":"نام نمایشی سرور","Settings":"تنظیمات","Setup Wizarr":"Setup Wizarr","Share":"اشتراک گذاری","So let's see how to get started!":"پس بیایید ببینیم چگونه شروع کنیم!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"بنابراین شما اکنون به مجموعه رسانه های سرور ما دسترسی دارید. بیایید مطمئن شویم که می دانید چگونه از آن با Plex استفاده کنید.","Something's missing.":"چیزی کم است","Sorry, we can't find that page. It doesn't seem to exist!":"متأسفیم، ما نمی توانیم آن صفحه را پیدا کنیم. به نظر نمی رسد وجود داشته باشد!","This is a temporary and we are working on adding support for other databases.":"این یک موقت است و ما در حال کار بر روی افزودن پشتیبانی برای سایر پایگاه های داده هستیم.","Use your Fingerprint or Face Recognition to Verify your Identity":"از اثر انگشت یا تشخیص چهره خود برای تأیید هویت خود استفاده کنید","Username":"نام کاربری","Users":"کاربران","View and download server logs":"گزارش های سرور را مشاهده و دانلود کنید","View and manage scheduled tasks":"کارهای برنامه ریزی شده را مشاهده و مدیریت کنید","View information about the server":"مشاهده اطلاعات مربوط به سرور","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"امیدواریم از استفاده از Wizarr لذت ببرید و از شما دعوت می کنیم تا ویژگی های قدرتمند و رابط بصری آن را کشف کنید. اگر به کمک نیاز دارید، لطفاً به اسناد ما مراجعه کنید یا برای پشتیبانی با انجمن ما تماس بگیرید.","Welcome to Wizarr":"به Wizarr خوش آمدید","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"با Plex، به تمام فیلم‌ها، برنامه‌های تلویزیونی، موسیقی و عکس‌هایی که در سرور آنها ذخیره شده‌اند دسترسی خواهید داشت!","Wizarr":"جادوگر","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr یک سیستم دعوت کاربر خودکار برای Plex، Jellyfin و Emby است. با Wizarr، می توانید به راحتی پیوندهای دعوت منحصر به فرد ایجاد کنید تا با کاربران به اشتراک بگذارید و آنها را به طور خودکار به سرور رسانه خود دعوت کنید! علاوه بر این، Wizarr راهنمایی در مورد دانلود مشتریان و دستورالعمل‌هایی برای استفاده از سایت Jellyseerr، Overeerr یا Ombi ارائه می‌دهد.","You have successfully completed the setup process.":"شما مراحل راه اندازی را با موفقیت به پایان رساندید.","Your Done":"انجام شد"},"hr":{"About":"Oko","Add API keys for external services":"Dodajte API ključeve za vanjske usluge","Add Custom HTML page to help screen":"Dodajte prilagođenu HTML stranicu na zaslon pomoći","Add Jellyseerr, Overseerr or Ombi support":"Dodajte Jellyseerr, Overseerr ili Ombi podršku","Add Passkey":"Dodaj pristupni ključ","Admin Account":"Administratorski račun","Advanced Options":"Napredne opcije","Advanced settings for the server":"Napredne postavke za poslužitelj","All done!":"Gotovo!","Back":"leđa","Check for and view updates":"Provjerite i pregledajte ažuriranja","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Pogledajte našu dokumentaciju za detaljne upute o tome kako instalirati i pokrenuti Wizarr!","Configure MFA authentication":"Konfigurirajte MFA autentifikaciju","Configure SSO login":"Konfigurirajte SSO prijavu","Continue":"Nastaviti","Copy":"Kopirati","Create API Key":"Stvorite API ključ","Create Invitation":"Izradite pozivnicu","Create Invite":"Izradi pozivnicu","Currently Wizarr only supports it's internal SQLite database.":"Trenutno Wizarr podržava samo svoju internu SQLite bazu podataka.","Database":"Baza podataka","Eh, So, What is Jellyfin exactly?":"Eh, dakle, što je zapravo Jellyfin?","Eh, So, What is Plex exactly?":"Eh, dakle, što je točno Plex?","Email":"E-mail","Enable Discord page and configure settings":"Omogućite Discord stranicu i konfigurirajte postavke","General settings for the server":"Opće postavke za poslužitelj","Get Started":"Započnite","Getting Started!":"Početak rada!","Go to Dashboard":"Idite na nadzornu ploču","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Super pitanje! Plex je softver koji pojedincima omogućuje dijeljenje medijskih kolekcija s drugima. Ako ste primili ovu pozivnicu, to znači da netko želi podijeliti svoju knjižnicu s vama.","Invitations":"Pozivnice","Invite Code":"Pozivni kod","Invited Users":"Pozvani korisnici","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin je platforma koja vam omogućuje strujanje svih vaših omiljenih filmova, TV emisija i glazbe na jednom mjestu. To je kao da imate svoje osobno kino nadohvat ruke! Zamislite to kao digitalnu biblioteku svojih omiljenih sadržaja kojima možete pristupiti s bilo kojeg mjesta, na bilo kojem uređaju - svom telefonu, tabletu, prijenosnom računalu, pametnom TV-u, kako hoćete.","Join":"Pridružiti","Join & Download Plex for this device":"Pridružite se i preuzmite Plex za ovaj uređaj","Load More":"Učitaj više","Login":"Prijaviti se","Login with MFA":"Prijavite se s MFA","Login with Password":"Prijavite se lozinkom","Login with your account":"Prijavite se svojim računom","Manage your invitations":"Upravljajte svojim pozivnicama","Modify the look and feel of the server":"Promijenite izgled i dojam poslužitelja","Multi-Factor Authentication":"Autentikacija s više faktora","Name":"Ime","Next":"Sljedeći","No settings matched your search.":"Nijedna postavka ne odgovara vašem pretraživanju.","Open Jellyfin":"Otvori Jellyfin","Password":"Lozinka","Planning on watching Movies on this device? Download Plex for this device.":"Planirate gledati filmove na ovom uređaju? Preuzmite Plex za ovaj uređaj.","Press the button below and follow your browser's steps to login":"Pritisnite donji gumb i slijedite korake preglednika za prijavu","Profile":"Profil","Request Access":"Zatraži pristup","Scan Users":"Skeniraj korisnike","Select Libraries":"Odaberite Knjižnice","Server Display Name":"Ime poslužitelja za prikaz","Settings":"postavke","Setup Wizarr":"Čarobnjak za instaliranje","Share":"Udio","So let's see how to get started!":"Pa da vidimo kako započeti!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Dakle, sada imate pristup zbirci medija našeg poslužitelja. Hajdemo provjeriti znate li ga koristiti s Plexom.","Something's missing.":"Nešto nedostaje.","Sorry, we can't find that page. It doesn't seem to exist!":"Nažalost, ne možemo pronaći tu stranicu. Čini se da ne postoji!","This is a temporary and we are working on adding support for other databases.":"Ovo je privremeno i radimo na dodavanju podrške za druge baze podataka.","Use your Fingerprint or Face Recognition to Verify your Identity":"Koristite svoj otisak prsta ili prepoznavanje lica da potvrdite svoj identitet","Username":"Korisničko ime","Users":"Korisnici","View and download server logs":"Pregledajte i preuzmite zapisnike poslužitelja","View and manage scheduled tasks":"Pregledajte zakazane zadatke i upravljajte njima","View information about the server":"Pogledajte informacije o poslužitelju","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Nadamo se da ćete uživati ​​u korištenju Wizarra i pozivamo vas da istražite njegove moćne značajke i intuitivno sučelje. Ako trebate bilo kakvu pomoć, pogledajte našu dokumentaciju ili se obratite našoj zajednici za podršku.","Welcome to Wizarr":"Dobrodošli u Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"S Plexom ćete imati pristup svim filmovima, TV emisijama, glazbi i fotografijama koje su pohranjene na njihovom poslužitelju!","Wizarr":"Wizarr","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr je sustav automatskog pozivanja korisnika za Plex, Jellyfin i Emby. Uz Wizarr, možete jednostavno stvoriti jedinstvene pozivnice za dijeljenje s korisnicima, automatski ih pozivajući na vaš Media Server! Nadalje, Wizarr pruža smjernice za preuzimanje klijenata i upute za korištenje Jellyseerr, Overseerr ili Ombi stranice.","You have successfully completed the setup process.":"Uspješno ste završili proces postavljanja.","Your Done":"Gotovo"},"hu":{"About":"Ról ről","Add API keys for external services":"Adjon hozzá API-kulcsokat külső szolgáltatásokhoz","Add Custom HTML page to help screen":"Egyéni HTML oldal hozzáadása a súgó képernyőhöz","Add Jellyseerr, Overseerr or Ombi support":"Adjon hozzá Jellyseerr, Overserr vagy Ombi támogatást","Add Passkey":"Adja hozzá a jelszót","Admin Account":"Admin fiók","Advanced Options":"Haladó beállítások","Advanced settings for the server":"Speciális beállítások a szerverhez","All done!":"Minden kész!","Back":"Vissza","Check for and view updates":"Frissítések keresése és megtekintése","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Tekintse meg dokumentációnkat a Wizarr telepítésével és futtatásával kapcsolatos részletes utasításokért!","Configure MFA authentication":"MFA-hitelesítés konfigurálása","Configure SSO login":"Egyszeri bejelentkezés konfigurálása","Continue":"Folytatni","Copy":"Másolat","Create API Key":"API-kulcs létrehozása","Create Invitation":"Meghívó létrehozása","Create Invite":"Meghívó létrehozása","Currently Wizarr only supports it's internal SQLite database.":"Jelenleg a Wizarr csak a belső SQLite adatbázisát támogatja.","Database":"Adatbázis","Eh, So, What is Jellyfin exactly?":"Szóval, mi az a Jellyfin pontosan?","Eh, So, What is Plex exactly?":"Szóval, mi is az a Plex pontosan?","Email":"Email","Enable Discord page and configure settings":"Engedélyezze a Discord oldalt és konfigurálja a beállításokat","General settings for the server":"Általános beállítások a szerverhez","Get Started":"Fogj neki","Getting Started!":"Elkezdeni!","Go to Dashboard":"Lépjen az Irányítópultra","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Remek kérdés! A Plex egy olyan szoftver, amely lehetővé teszi az egyéneknek, hogy megosszák médiagyűjteményeiket másokkal. Ha megkaptad ezt a meghívást, az azt jelenti, hogy valaki meg akarja osztani veled a könyvtárát.","Invitations":"Meghívók","Invite Code":"Meghívó kód","Invited Users":"Meghívott felhasználók","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"A Jellyfin egy olyan platform, amely lehetővé teszi az összes kedvenc filmjének, tévéműsorának és zenéjének egy helyen történő streamelését. Olyan, mintha egy saját, személyes mozi lenne a keze ügyében! Tekints rá úgy, mint kedvenc tartalmaid digitális könyvtárára, amelyet bárhonnan, bármilyen eszközön elérhetsz – telefonodról, táblagépedről, laptopodról, okostévéről, nevezd el.","Join":"Csatlakozik","Join & Download Plex for this device":"Csatlakozzon és töltse le a Plex-et ehhez az eszközhöz","Load More":"Load More","Login":"Belépés","Login with MFA":"Jelentkezzen be az MFA-val","Login with Password":"Bejelentkezés Jelszóval","Login with your account":"Jelentkezzen be fiókjával","Manage your invitations":"Kezelje a meghívókat","Modify the look and feel of the server":"Módosítsa a szerver megjelenését és hangulatát","Multi-Factor Authentication":"Többtényezős hitelesítés","Name":"Név","Next":"Következő","No settings matched your search.":"Egyetlen beállítás sem felelt meg a keresésnek.","Open Jellyfin":"Nyissa meg a Jellyfint","Password":"Jelszó","Planning on watching Movies on this device? Download Plex for this device.":"Tervezi filmek nézését ezen az eszközön? Töltse le a Plexet ehhez az eszközhöz.","Press the button below and follow your browser's steps to login":"Nyomja meg az alábbi gombot, és kövesse a böngésző lépéseit a bejelentkezéshez","Profile":"Profil","Request Access":"Hozzáférés kérése","Scan Users":"Felhasználók vizsgálata","Select Libraries":"Válassza a Könyvtárak lehetőséget","Server Display Name":"Szerver megjelenített neve","Settings":"Beállítások","Setup Wizarr":"Beállítási varázslót","Share":"Ossza meg","So let's see how to get started!":"Lássuk tehát, hogyan kezdjünk hozzá!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Így most hozzáférhet szerverünk médiagyűjteményéhez. Győződjön meg arról, hogy tudja, hogyan kell használni a Plex-szel.","Something's missing.":"Valami hiányzik.","Sorry, we can't find that page. It doesn't seem to exist!":"Sajnos nem találjuk az oldalt. Úgy tűnik, nem létezik!","This is a temporary and we are working on adding support for other databases.":"Ez ideiglenes, és azon dolgozunk, hogy további adatbázisokat is támogassunk.","Use your Fingerprint or Face Recognition to Verify your Identity":"Használja ujjlenyomatát vagy arcfelismerését személyazonosságának igazolására","Username":"Felhasználónév","Users":"Felhasználók","View and download server logs":"Szervernaplók megtekintése és letöltése","View and manage scheduled tasks":"Ütemezett feladatok megtekintése és kezelése","View information about the server":"A szerverrel kapcsolatos információk megtekintése","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Reméljük, hogy élvezni fogja a Wizarr használatát, és felkérjük Önt, hogy fedezze fel hatékony funkcióit és intuitív kezelőfelületét. Ha segítségre van szüksége, tekintse meg dokumentációnkat, vagy forduljon közösségünkhöz támogatásért.","Welcome to Wizarr":"Üdvözöljük a Wizarrban","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"A Plex segítségével hozzáférhet a szerverükön tárolt összes filmhez, TV-műsorhoz, zenéhez és fényképhez!","Wizarr":"Varázsló","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"A Wizarr egy automatikus felhasználói meghívó rendszer Plex, Jellyfin és Emby számára. A Wizarr segítségével egyszerűen létrehozhat egyedi meghívó hivatkozásokat, amelyeket megoszthat a felhasználókkal, és automatikusan meghívja őket a médiakiszolgálóra! Ezenkívül a Wizarr útmutatást ad a kliensek letöltéséhez, valamint útmutatást ad a Jellyseerr, Overseerr vagy Ombi webhely használatához.","You have successfully completed the setup process.":"Sikeresen befejezte a beállítási folyamatot.","Your Done":"Kész"},"is":{"About":"Um","Add API keys for external services":"Bættu við API lyklum fyrir ytri þjónustu","Add Custom HTML page to help screen":"Bættu við sérsniðinni HTML síðu til að hjálpa skjánum","Add Jellyseerr, Overseerr or Ombi support":"Bættu við Jellyseerr, Overseerr eða Ombi stuðningi","Add Passkey":"Bæta við lykillykli","Admin Account":"Stjórnandareikningur","Advanced Options":"Ítarlegir valkostir","Advanced settings for the server":"Ítarlegar stillingar fyrir netþjóninn","All done!":"Allt búið!","Back":"Til baka","Check for and view updates":"Athugaðu og skoðaðu uppfærslur","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Skoðaðu skjölin okkar fyrir nákvæmar leiðbeiningar um hvernig á að setja upp og keyra Wizarr!","Configure MFA authentication":"Stilla MFA auðkenningu","Configure SSO login":"Stilla SSO innskráningu","Continue":"Halda áfram","Copy":"Afrita","Create API Key":"Búðu til API lykil","Create Invitation":"Búðu til boð","Create Invite":"Búa til boð","Currently Wizarr only supports it's internal SQLite database.":"Eins og er styður Wizarr aðeins innri SQLite gagnagrunninn.","Database":"Gagnagrunnur","Eh, So, What is Jellyfin exactly?":"Eh, svo, hvað er Jellyfin nákvæmlega?","Eh, So, What is Plex exactly?":"Æ, svo, hvað er Plex nákvæmlega?","Email":"Tölvupóstur","Enable Discord page and configure settings":"Virkjaðu Discord síðu og stilltu stillingar","General settings for the server":"Almennar stillingar fyrir netþjóninn","Get Started":"Byrja","Getting Started!":"Að byrja!","Go to Dashboard":"Farðu í mælaborð","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Frábær spurning! Plex er hugbúnaður sem gerir einstaklingum kleift að deila fjölmiðlasöfnum sínum með öðrum. Ef þú hefur fengið þetta boð þýðir það að einhver vill deila bókasafni sínu með þér.","Invitations":"Boð","Invite Code":"Boðkóði","Invited Users":"Boðnir notendur","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin er vettvangur sem gerir þér kleift að streyma öllum uppáhalds kvikmyndunum þínum, sjónvarpsþáttum og tónlist á einum stað. Það er eins og að hafa þitt eigið persónulega kvikmyndahús innan seilingar! Hugsaðu um það sem stafrænt bókasafn með uppáhalds efninu þínu sem þú getur nálgast hvar sem er, á hvaða tæki sem er - símanum þínum, spjaldtölvu, fartölvu, snjallsjónvarpi, þú nefnir það.","Join":"Vertu með","Join & Download Plex for this device":"Vertu með og halaðu niður Plex fyrir þetta tæki","Load More":"Hlaða meira","Login":"Skrá inn","Login with MFA":"Skráðu þig inn með MFA","Login with Password":"Skráðu þig inn með lykilorði","Login with your account":"Skráðu þig inn með reikningnum þínum","Manage your invitations":"Stjórnaðu boðunum þínum","Modify the look and feel of the server":"Breyttu útliti og tilfinningu þjónsins","Multi-Factor Authentication":"Fjölþátta auðkenning","Name":"Nafn","Next":"Næst","No settings matched your search.":"Engar stillingar passa við leitina þína.","Open Jellyfin":"Opið Jellyfin","Password":"Lykilorð","Planning on watching Movies on this device? Download Plex for this device.":"Ætlarðu að horfa á kvikmyndir í þessu tæki? Sæktu Plex fyrir þetta tæki.","Press the button below and follow your browser's steps to login":"Ýttu á hnappinn hér að neðan og fylgdu skrefum vafrans þíns til að skrá þig inn","Profile":"Prófíll","Request Access":"Biðja um aðgang","Scan Users":"Skannaðu notendur","Select Libraries":"Veldu Bókasöfn","Server Display Name":"Sýningarnafn netþjóns","Settings":"Stillingar","Setup Wizarr":"Uppsetningarhjálp","Share":"Deila","So let's see how to get started!":"Svo skulum sjá hvernig á að byrja!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Þannig að þú hefur nú aðgang að miðlunarsafni netþjónsins okkar. Við skulum ganga úr skugga um að þú veist hvernig á að nota það með Plex.","Something's missing.":"Eitthvað vantar.","Sorry, we can't find that page. It doesn't seem to exist!":"Því miður, við finnum ekki þá síðu. Það virðist ekki vera til!","This is a temporary and we are working on adding support for other databases.":"Þetta er tímabundið og við erum að vinna að því að bæta við stuðningi við aðra gagnagrunna.","Use your Fingerprint or Face Recognition to Verify your Identity":"Notaðu fingrafar eða andlitsgreiningu til að staðfesta auðkenni þitt","Username":"Notendanafn","Users":"Notendur","View and download server logs":"Skoða og hlaða niður netþjónaskrám","View and manage scheduled tasks":"Skoða og stjórna áætluðum verkefnum","View information about the server":"Skoðaðu upplýsingar um netþjóninn","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Við vonum að þú njótir þess að nota Wizarr og bjóðum þér að kanna öfluga eiginleika þess og leiðandi viðmót. Ef þú þarft einhverja aðstoð, vinsamlegast skoðaðu skjölin okkar eða leitaðu til samfélagsins okkar til að fá stuðning.","Welcome to Wizarr":"Velkomin í Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Með Plex hefurðu aðgang að öllum kvikmyndum, sjónvarpsþáttum, tónlist og myndum sem eru geymdar á netþjóninum þeirra!","Wizarr":"Galdramaður","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr er sjálfvirkt notendaboðskerfi fyrir Plex, Jellyfin og Emby. Með Wizarr geturðu auðveldlega búið til einstaka boðstengla til að deila með notendum og bjóða þeim sjálfkrafa á fjölmiðlaþjóninn þinn! Ennfremur veitir Wizarr leiðbeiningar um niðurhal viðskiptavina og leiðbeiningar um notkun Jellyseerr, Overseerr eða Ombi síðuna.","You have successfully completed the setup process.":"Þú hefur lokið uppsetningarferlinu.","Your Done":"Þitt Búið"},"it":{"About":"Di","Add API keys for external services":"Aggiungi chiavi API per servizi esterni","Add Custom HTML page to help screen":"Aggiungi una pagina HTML personalizzata alla schermata della guida","Add Jellyseerr, Overseerr or Ombi support":"Aggiungi il supporto Jellyseerr, Overseerr o Ombi","Add Passkey":"Aggiungi passkey","Admin Account":"Conto amministratore","Advanced Options":"Opzioni avanzate","Advanced settings for the server":"Impostazioni avanzate per il server","All done!":"Tutto fatto!","Back":"Indietro","Check for and view updates":"Controlla e visualizza gli aggiornamenti","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Consulta la nostra documentazione per istruzioni dettagliate su come installare ed eseguire Wizarr!","Configure MFA authentication":"Configura l'autenticazione MFA","Configure SSO login":"Configura l'accesso SSO","Continue":"Continua","Copy":"copia","Create API Key":"Crea chiave API","Create Invitation":"Crea invito","Create Invite":"Crea invito","Currently Wizarr only supports it's internal SQLite database.":"Attualmente Wizarr supporta solo il suo database SQLite interno.","Database":"Banca dati","Eh, So, What is Jellyfin exactly?":"Eh, quindi, cos'è esattamente Jellyfin?","Eh, So, What is Plex exactly?":"Eh, quindi, cos'è esattamente Plex?","Email":"E-mail","Enable Discord page and configure settings":"Abilita la pagina Discord e configura le impostazioni","General settings for the server":"Impostazioni generali per il server","Get Started":"Iniziare","Getting Started!":"Iniziare!","Go to Dashboard":"Vai a CRUSCOTTO","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Ottima domanda! Plex è un software che consente alle persone di condividere le proprie raccolte multimediali con altri. Se hai ricevuto questo invito, significa che qualcuno vuole condividere la propria libreria con te.","Invitations":"Inviti","Invite Code":"Codice di invito","Invited Users":"Utenti invitati","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin è una piattaforma che ti consente di riprodurre in streaming tutti i tuoi film, programmi TV e musica preferiti in un unico posto. È come avere il tuo cinema personale a portata di mano! Pensalo come una libreria digitale dei tuoi contenuti preferiti a cui puoi accedere da qualsiasi luogo, su qualsiasi dispositivo: il tuo telefono, tablet, laptop, smart TV, lo chiami.","Join":"Giuntura","Join & Download Plex for this device":"Iscriviti e scarica Plex per questo dispositivo","Load More":"Carica di più","Login":"Login","Login with MFA":"Accedi con MFA","Login with Password":"Accedi con Password","Login with your account":"Accedi con il tuo account","Manage your invitations":"Gestisci i tuoi inviti","Modify the look and feel of the server":"Modifica l'aspetto del server","Multi-Factor Authentication":"Autenticazione a più fattori","Name":"Nome","Next":"Prossimo","No settings matched your search.":"Nessuna impostazione corrisponde alla tua ricerca.","Open Jellyfin":"Apri la gelatina","Password":"Parola d'ordine","Planning on watching Movies on this device? Download Plex for this device.":"Stai pensando di guardare film su questo dispositivo? Scarica Plex per questo dispositivo.","Press the button below and follow your browser's steps to login":"Premi il pulsante qui sotto e segui i passaggi del tuo browser per effettuare il login","Profile":"Profilo","Request Access":"Richiesta di accesso","Scan Users":"Scansione utenti","Select Libraries":"Seleziona Librerie","Server Display Name":"Nome visualizzato del server","Settings":"Impostazioni","Setup Wizarr":"Configurazione guidata","Share":"Condividere","So let's see how to get started!":"Quindi vediamo come iniziare!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Quindi ora hai accesso alla raccolta multimediale del nostro server. Assicuriamoci che tu sappia come usarlo con Plex.","Something's missing.":"Manca qualcosa.","Sorry, we can't find that page. It doesn't seem to exist!":"Spiacenti, non riusciamo a trovare quella pagina. Sembra non esistere!","This is a temporary and we are working on adding support for other databases.":"Questo è temporaneo e stiamo lavorando per aggiungere il supporto per altri database.","Use your Fingerprint or Face Recognition to Verify your Identity":"Usa l'impronta digitale o il riconoscimento facciale per verificare la tua identità","Username":"Nome utente","Users":"Utenti","View and download server logs":"Visualizza e scarica i log del server","View and manage scheduled tasks":"Visualizza e gestisci le attività pianificate","View information about the server":"Visualizza le informazioni sul server","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Ci auguriamo che ti piaccia usare Wizarr e ti invitiamo a esplorare le sue potenti funzionalità e l'interfaccia intuitiva. Se hai bisogno di assistenza, fai riferimento alla nostra documentazione o contatta la nostra community per ricevere assistenza.","Welcome to Wizarr":"Benvenuto in Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Con Plex avrai accesso a tutti i film, programmi TV, musica e foto archiviati sul loro server!","Wizarr":"Wizarr","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr è un sistema di invito automatico degli utenti per Plex, Jellyfin ed Emby. Con Wizarr, puoi facilmente creare link di invito univoci da condividere con gli utenti, invitandoli automaticamente al tuo Media Server! Inoltre, Wizarr fornisce indicazioni sul download dei client e istruzioni per l'utilizzo del sito Jellyseerr, Overseerr o Ombi.","You have successfully completed the setup process.":"Hai completato con successo il processo di installazione.","Your Done":"Fatto"},"lt":{"About":"Apie","Add API keys for external services":"Pridėkite išorinių paslaugų API raktus","Add Custom HTML page to help screen":"Pridėkite tinkintą HTML puslapį į pagalbos ekraną","Add Jellyseerr, Overseerr or Ombi support":"Pridėkite Jellyseerr, Overseerr arba Ombi palaikymą","Add Passkey":"Pridėti slaptažodį","Admin Account":"Administratoriaus paskyra","Advanced Options":"Išplėstiniai nustatymai","Advanced settings for the server":"Išplėstiniai serverio nustatymai","All done!":"Viskas padaryta!","Back":"Atgal","Check for and view updates":"Patikrinkite ir peržiūrėkite naujinimus","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Išsamias instrukcijas, kaip įdiegti ir paleisti „Wizarr“, rasite mūsų dokumentuose!","Configure MFA authentication":"Konfigūruokite MFA autentifikavimą","Configure SSO login":"Konfigūruokite SSO prisijungimą","Continue":"Tęsti","Copy":"Kopijuoti","Create API Key":"Sukurkite API raktą","Create Invitation":"Sukurti pakvietimą","Create Invite":"Sukurti kvietimą","Currently Wizarr only supports it's internal SQLite database.":"Šiuo metu Wizarr palaiko tik savo vidinę SQLite duomenų bazę.","Database":"Duomenų bazė","Eh, So, What is Jellyfin exactly?":"Taigi, kas tiksliai yra Jellyfin?","Eh, So, What is Plex exactly?":"Taigi, kas tiksliai yra „Plex“?","Email":"El. paštas","Enable Discord page and configure settings":"Įgalinkite „Discord“ puslapį ir sukonfigūruokite nustatymus","General settings for the server":"Bendrieji serverio nustatymai","Get Started":"Pradėti","Getting Started!":"Darbo pradžia!","Go to Dashboard":"Pereiti prie prietaisų skydelio","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Puikus klausimas! „Plex“ yra programinė įranga, leidžianti asmenims dalytis savo žiniasklaidos kolekcijomis su kitais. Jei gavote šį kvietimą, kažkas nori su jumis bendrinti savo biblioteką.","Invitations":"Kvietimai","Invite Code":"Pakvietimo kodas","Invited Users":"Pakviesti vartotojai","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin yra platforma, leidžianti vienoje vietoje transliuoti visus mėgstamus filmus, TV laidas ir muziką. Tai tarsi po ranka turėti savo asmeninį kino teatrą! Pagalvokite apie tai kaip apie skaitmeninę mėgstamo turinio biblioteką, kurią galite pasiekti iš bet kur ir bet kuriame įrenginyje – telefone, planšetiniame kompiuteryje, nešiojamajame kompiuteryje, išmaniajame televizoriuje, vadinasi.","Join":"Prisijunk","Join & Download Plex for this device":"Prisijunkite ir atsisiųskite šio įrenginio „Plex“.","Load More":"Įkelti daugiau","Login":"Prisijungti","Login with MFA":"Prisijunkite naudodami MFA","Login with Password":"Prisijunkite naudodami slaptažodį","Login with your account":"Prisijunkite naudodami savo paskyrą","Manage your invitations":"Tvarkykite savo kvietimus","Modify the look and feel of the server":"Pakeiskite serverio išvaizdą","Multi-Factor Authentication":"Daugiafaktorinis autentifikavimas","Name":"vardas","Next":"Kitas","No settings matched your search.":"Jokie nustatymai neatitiko jūsų paieškos.","Open Jellyfin":"Atidarykite Jellyfin","Password":"Slaptažodis","Planning on watching Movies on this device? Download Plex for this device.":"Planuojate žiūrėti filmus šiuo įrenginiu? Atsisiųskite „Plex“ šiam įrenginiui.","Press the button below and follow your browser's steps to login":"Paspauskite žemiau esantį mygtuką ir atlikite naršyklės veiksmus, kad prisijungtumėte","Profile":"Profilis","Request Access":"Prašyti prieigos","Scan Users":"Nuskaitykite vartotojus","Select Libraries":"Pasirinkite bibliotekos","Server Display Name":"Serverio rodomas pavadinimas","Settings":"Nustatymai","Setup Wizarr":"Sąrankos vedlys","Share":"Dalintis","So let's see how to get started!":"Taigi pažiūrėkime, kaip pradėti!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Taigi dabar turite prieigą prie mūsų serverio medijos kolekcijos. Įsitikinkite, kad žinote, kaip jį naudoti su „Plex“.","Something's missing.":"Kažko trūksta.","Sorry, we can't find that page. It doesn't seem to exist!":"Atsiprašome, šio puslapio nerandame. Atrodo, kad jo nėra!","This is a temporary and we are working on adding support for other databases.":"Tai laikina ir mes stengiamės pridėti kitų duomenų bazių palaikymą.","Use your Fingerprint or Face Recognition to Verify your Identity":"Norėdami patvirtinti savo tapatybę, naudokite pirštų atspaudų arba veido atpažinimo funkciją","Username":"Vartotojo vardas","Users":"Vartotojai","View and download server logs":"Peržiūrėkite ir atsisiųskite serverio žurnalus","View and manage scheduled tasks":"Peržiūrėkite ir valdykite suplanuotas užduotis","View information about the server":"Peržiūrėkite informaciją apie serverį","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Tikimės, kad jums patiks naudotis „Wizarr“ ir kviečiame ištirti jo galingas funkcijas bei intuityvią sąsają. Jei jums reikia pagalbos, peržiūrėkite mūsų dokumentus arba susisiekite su mūsų bendruomene.","Welcome to Wizarr":"Sveiki atvykę į „Wizarr“.","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Naudodami „Plex“ turėsite prieigą prie visų filmų, TV laidų, muzikos ir nuotraukų, saugomų jų serveryje!","Wizarr":"Wizarr","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"„Wizarr“ yra automatinė „Plex“, „Jellyfin“ ir „Emby“ vartotojų kvietimų sistema. Naudodami „Wizarr“ galite lengvai sukurti unikalias kvietimų nuorodas, kurias norite bendrinti su vartotojais, automatiškai pakviesdami juos į savo medijos serverį! Be to, „Wizarr“ pateikia klientų atsisiuntimo gaires ir „Jellyseerr“, „Overseerr“ ar „Ombi“ svetainių naudojimo instrukcijas.","You have successfully completed the setup process.":"Sėkmingai baigėte sąrankos procesą.","Your Done":"Jūsų atlikta"},"nl":{"About":"Over","Add API keys for external services":"Voeg API-sleutels toe voor externe services","Add Custom HTML page to help screen":"Voeg een aangepaste HTML-pagina toe aan het helpscherm","Add Jellyseerr, Overseerr or Ombi support":"Voeg ondersteuning voor Jellyseerr, Overseerr of Ombi toe","Add Passkey":"Wachtwoord toevoegen","Admin Account":"Beheerdersaccount","Advanced Options":"Geavanceerde mogelijkheden","Advanced settings for the server":"Geavanceerde instellingen voor de server","All done!":"Helemaal klaar!","Back":"Rug","Check for and view updates":"Controleer op en bekijk updates","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Bekijk onze documentatie voor gedetailleerde instructies over het installeren en uitvoeren van Wizarr!","Configure MFA authentication":"Configureer MFA-authenticatie","Configure SSO login":"SSO-login configureren","Continue":"Doorgaan","Copy":"Kopiëren","Create API Key":"API-sleutel maken","Create Invitation":"Uitnodiging maken","Create Invite":"Uitnodiging maken","Currently Wizarr only supports it's internal SQLite database.":"Momenteel ondersteunt Wizarr alleen de interne SQLite-database.","Database":"Databank","Eh, So, What is Jellyfin exactly?":"Eh, dus, wat is Jellyfin precies?","Eh, So, What is Plex exactly?":"Eh, dus, wat is Plex precies?","Email":"E-mail","Enable Discord page and configure settings":"Schakel de Discord-pagina in en configureer de instellingen","General settings for the server":"Algemene instellingen voor de server","Get Started":"Begin","Getting Started!":"Aan de slag!","Go to Dashboard":"Ga naar het dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Geweldige vraag! Plex is software waarmee individuen hun mediacollecties met anderen kunnen delen. Als je deze uitnodiging hebt ontvangen, betekent dit dat iemand zijn of haar bibliotheek met je wil delen.","Invitations":"Uitnodigingen","Invite Code":"Uitnodigingscode","Invited Users":"Uitgenodigde gebruikers","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin is een platform waarmee je al je favoriete films, tv-programma's en muziek op één plek kunt streamen. Het is alsof u uw eigen persoonlijke bioscoop binnen handbereik heeft! Zie het als een digitale bibliotheek van uw favoriete inhoud die u overal en op elk apparaat kunt openen: uw telefoon, tablet, laptop, smart-tv, noem maar op.","Join":"Meedoen","Join & Download Plex for this device":"Doe mee en download Plex voor dit apparaat","Load More":"Meer laden","Login":"Log in","Login with MFA":"Log in met MFA","Login with Password":"Inloggen met wachtwoord","Login with your account":"Log in met uw account","Manage your invitations":"Beheer uw uitnodigingen","Modify the look and feel of the server":"Pas de look en feel van de server aan","Multi-Factor Authentication":"Multi-factor authenticatie","Name":"Naam","Next":"Volgende","No settings matched your search.":"Er kwamen geen instellingen overeen met uw zoekopdracht.","Open Jellyfin":"Jellyfin openen","Password":"Wachtwoord","Planning on watching Movies on this device? Download Plex for this device.":"Wil je films kijken op dit apparaat? Download Plex voor dit apparaat.","Press the button below and follow your browser's steps to login":"Druk op de onderstaande knop en volg de stappen van uw browser om in te loggen","Profile":"Profiel","Request Access":"Toegang vragen","Scan Users":"Gebruikers scannen","Select Libraries":"Selecteer Bibliotheken","Server Display Name":"Serverweergavenaam","Settings":"Instellingen","Setup Wizarr":"Installatie Wizarr","Share":"Deel","So let's see how to get started!":"Dus laten we eens kijken hoe we aan de slag kunnen!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"U hebt nu dus toegang tot de mediacollectie van onze server. Laten we ervoor zorgen dat u weet hoe u het met Plex moet gebruiken.","Something's missing.":"Er ontbreekt iets.","Sorry, we can't find that page. It doesn't seem to exist!":"Sorry, we kunnen die pagina niet vinden. Het lijkt niet te bestaan!","This is a temporary and we are working on adding support for other databases.":"Dit is tijdelijk en we werken aan het toevoegen van ondersteuning voor andere databases.","Use your Fingerprint or Face Recognition to Verify your Identity":"Gebruik uw vingerafdruk of gezichtsherkenning om uw identiteit te verifiëren","Username":"Gebruikersnaam","Users":"Gebruikers","View and download server logs":"Bekijk en download serverlogboeken","View and manage scheduled tasks":"Bekijk en beheer geplande taken","View information about the server":"Bekijk informatie over de server","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"We hopen dat u Wizarr met veel plezier gebruikt en nodigen u uit om de krachtige functies en intuïtieve interface te ontdekken. Als je hulp nodig hebt, raadpleeg dan onze documentatie of neem contact op met onze gemeenschap voor ondersteuning.","Welcome to Wizarr":"Welkom bij Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Met Plex heb je toegang tot alle films, tv-programma's, muziek en foto's die op hun server zijn opgeslagen!","Wizarr":"Wizarr","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr is een automatisch gebruikersuitnodigingssysteem voor Plex, Jellyfin en Emby. Met Wizarr kunt u eenvoudig unieke uitnodigingslinks maken om te delen met gebruikers, waarbij u ze automatisch uitnodigt voor uw mediaserver! Bovendien biedt Wizarr begeleiding bij het downloaden van clients en instructies voor het gebruik van de Jellyseerr-, Overseerr- of Ombi-site.","You have successfully completed the setup process.":"U hebt het installatieproces met succes voltooid.","Your Done":"Je bent klaar"},"no":{"About":"Om","Add API keys for external services":"Legg til API-nøkler for eksterne tjenester","Add Custom HTML page to help screen":"Legg til egendefinert HTML-side på hjelpeskjermen","Add Jellyseerr, Overseerr or Ombi support":"Legg til Jellyseerr, Overseerr eller Ombi-støtte","Add Passkey":"Legg til passord","Admin Account":"Administrasjonskonto","Advanced Options":"Avanserte alternativer","Advanced settings for the server":"Avanserte innstillinger for serveren","All done!":"Ferdig!","Back":"Tilbake","Check for and view updates":"Se etter og se oppdateringer","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Sjekk ut dokumentasjonen vår for detaljerte instruksjoner om hvordan du installerer og kjører Wizarr!","Configure MFA authentication":"Konfigurer MFA-autentisering","Configure SSO login":"Konfigurer SSO-pålogging","Continue":"Fortsette","Copy":"Kopiere","Create API Key":"Opprett API-nøkkel","Create Invitation":"Lag invitasjon","Create Invite":"Opprett invitasjon","Currently Wizarr only supports it's internal SQLite database.":"For øyeblikket støtter Wizarr bare den interne SQLite-databasen.","Database":"Database","Eh, So, What is Jellyfin exactly?":"Eh, så, hva er Jellyfin egentlig?","Eh, So, What is Plex exactly?":"Eh, så, hva er egentlig Plex?","Email":"E-post","Enable Discord page and configure settings":"Aktiver Discord-siden og konfigurer innstillingene","General settings for the server":"Generelle innstillinger for serveren","Get Started":"Kom i gang","Getting Started!":"Starter!","Go to Dashboard":"Gå til Dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Flott spørsmål! Plex er en programvare som lar enkeltpersoner dele sine mediesamlinger med andre. Hvis du har mottatt denne invitasjonen, betyr det at noen vil dele biblioteket sitt med deg.","Invitations":"Invitasjoner","Invite Code":"Invitasjonskode","Invited Users":"Inviterte brukere","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin er en plattform som lar deg streame alle dine favorittfilmer, TV-serier og musikk på ett sted. Det er som å ha din egen personlige kino rett ved fingertuppene! Tenk på det som et digitalt bibliotek med favorittinnholdet ditt som du kan få tilgang til fra hvor som helst, på hvilken som helst enhet – din telefon, nettbrett, bærbar PC, smart-TV, alt mulig.","Join":"Bli med","Join & Download Plex for this device":"Bli med og last ned Plex for denne enheten","Load More":"Last mer","Login":"Logg Inn","Login with MFA":"Logg inn med MFA","Login with Password":"Logg inn med passord","Login with your account":"Logg på med kontoen din","Manage your invitations":"Administrer invitasjonene dine","Modify the look and feel of the server":"Endre utseendet og følelsen til serveren","Multi-Factor Authentication":"Multifaktorautentisering","Name":"Navn","Next":"Neste","No settings matched your search.":"Ingen innstillinger samsvarte med søket ditt.","Open Jellyfin":"Åpne Jellyfin","Password":"Passord","Planning on watching Movies on this device? Download Plex for this device.":"Planlegger du å se filmer på denne enheten? Last ned Plex for denne enheten.","Press the button below and follow your browser's steps to login":"Trykk på knappen nedenfor og følg nettleserens trinn for å logge på","Profile":"Profil","Request Access":"Be om tilgang","Scan Users":"Skann brukere","Select Libraries":"Velg Biblioteker","Server Display Name":"Visningsnavn på server","Settings":"Innstillinger","Setup Wizarr":"Oppsettveiviser","Share":"Dele","So let's see how to get started!":"Så la oss se hvordan du kommer i gang!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Så du har nå tilgang til serverens mediesamling. La oss sørge for at du vet hvordan du bruker den med Plex.","Something's missing.":"Noe mangler.","Sorry, we can't find that page. It doesn't seem to exist!":"Beklager, vi finner ikke den siden. Det ser ikke ut til å eksistere!","This is a temporary and we are working on adding support for other databases.":"Dette er midlertidig og vi jobber med å legge til støtte for andre databaser.","Use your Fingerprint or Face Recognition to Verify your Identity":"Bruk fingeravtrykk eller ansiktsgjenkjenning for å bekrefte identiteten din","Username":"Brukernavn","Users":"Brukere","View and download server logs":"Se og last ned serverlogger","View and manage scheduled tasks":"Se og administrer planlagte oppgaver","View information about the server":"Se informasjon om serveren","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Vi håper du liker å bruke Wizarr og inviterer deg til å utforske dens kraftige funksjoner og intuitive grensesnitt. Hvis du trenger hjelp, vennligst se dokumentasjonen vår eller ta kontakt med fellesskapet vårt for støtte.","Welcome to Wizarr":"Velkommen til Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Med Plex har du tilgang til alle filmene, TV-programmene, musikken og bildene som er lagret på serveren deres!","Wizarr":"Veiviser","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr er et automatisk brukerinvitasjonssystem for Plex, Jellyfin og Emby. Med Wizarr kan du enkelt lage unike invitasjonslenker for å dele med brukere, og automatisk invitere dem til medieserveren din! Videre gir Wizarr veiledning om nedlasting av klienter og instruksjoner for bruk av Jellyseerr, Overseerr eller Ombi nettsted.","You have successfully completed the setup process.":"Du har fullført konfigurasjonsprosessen.","Your Done":"Din Ferdig"},"ro":{"About":"Despre","Add API keys for external services":"Adăugați chei API pentru servicii externe","Add Custom HTML page to help screen":"Adăugați o pagină HTML personalizată la ecranul de ajutor","Add Jellyseerr, Overseerr or Ombi support":"Adăugați suport pentru Jellyseerr, Overseerr sau Ombi","Add Passkey":"Adăugați cheia de acces","Admin Account":"Cont de administrator","Advanced Options":"Opțiuni avansate","Advanced settings for the server":"Setări avansate pentru server","All done!":"Totul este gata!","Back":"Înapoi","Check for and view updates":"Verificați și vizualizați actualizări","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Consultați documentația noastră pentru instrucțiuni detaliate despre cum să instalați și să rulați Wizarr!","Configure MFA authentication":"Configurați autentificarea MFA","Configure SSO login":"Configurați autentificarea SSO","Continue":"Continua","Copy":"Copie","Create API Key":"Creați cheia API","Create Invitation":"Creați invitație","Create Invite":"Creați invitație","Currently Wizarr only supports it's internal SQLite database.":"În prezent, Wizarr acceptă numai baza de date internă SQLite.","Database":"Bază de date","Eh, So, What is Jellyfin exactly?":"Eh, Deci, ce este Jellyfin mai exact?","Eh, So, What is Plex exactly?":"Eh, Deci, ce este Plex exact?","Email":"E-mail","Enable Discord page and configure settings":"Activați pagina Discord și configurați setările","General settings for the server":"Setări generale pentru server","Get Started":"Incepe","Getting Started!":"Noțiuni de bază!","Go to Dashboard":"Accesați tabloul de bord","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Superba intrebare! Plex este un software care permite persoanelor să-și partajeze colecțiile media cu alții. Dacă ați primit această invitație, înseamnă că cineva dorește să vă împărtășească biblioteca sa.","Invitations":"Invitații","Invite Code":"Cod de invitație","Invited Users":"Utilizatori invitați","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin este o platformă care vă permite să transmiteți în flux toate filmele, emisiunile TV și muzica preferate într-un singur loc. Este ca și cum ai avea propriul tău cinema personal chiar la îndemâna ta! Gândește-te la ea ca la o bibliotecă digitală a conținutului tău preferat pe care o poți accesa de oriunde, de pe orice dispozitiv - telefon, tabletă, laptop, smart TV, cum vrei.","Join":"A te alatura","Join & Download Plex for this device":"Alăturați-vă și descărcați Plex pentru acest dispozitiv","Load More":"Incarca mai mult","Login":"Log in","Login with MFA":"Conectați-vă cu MFA","Login with Password":"Conectați-vă cu parolă","Login with your account":"Conectați-vă cu contul dvs","Manage your invitations":"Gestionați-vă invitațiile","Modify the look and feel of the server":"Modificați aspectul serverului","Multi-Factor Authentication":"Autentificare cu mai mulți factori","Name":"Nume","Next":"Următorul","No settings matched your search.":"Nicio setare nu corespunde căutării dvs.","Open Jellyfin":"Deschide Jellyfin","Password":"Parola","Planning on watching Movies on this device? Download Plex for this device.":"Plănuiți să vizionați filme pe acest dispozitiv? Descărcați Plex pentru acest dispozitiv.","Press the button below and follow your browser's steps to login":"Apăsați butonul de mai jos și urmați pașii browserului pentru a vă autentifica","Profile":"Profil","Request Access":"Cere acces","Scan Users":"Scanează utilizatorii","Select Libraries":"Selectați Biblioteci","Server Display Name":"Nume afișat server","Settings":"Setări","Setup Wizarr":"Asistentul de configurare","Share":"Acțiune","So let's see how to get started!":"Deci, să vedem cum să începem!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Deci acum aveți acces la colecția media a serverului nostru. Să ne asigurăm că știi cum să-l folosești cu Plex.","Something's missing.":"Ceva lipseste.","Sorry, we can't find that page. It doesn't seem to exist!":"Ne pare rău, nu putem găsi pagina respectivă. Se pare că nu există!","This is a temporary and we are working on adding support for other databases.":"Acesta este un lucru temporar și lucrăm la adăugarea de suport pentru alte baze de date.","Use your Fingerprint or Face Recognition to Verify your Identity":"Utilizați amprenta sau recunoașterea feței pentru a vă verifica identitatea","Username":"Nume de utilizator","Users":"Utilizatori","View and download server logs":"Vizualizați și descărcați jurnalele serverului","View and manage scheduled tasks":"Vizualizați și gestionați sarcinile programate","View information about the server":"Vizualizați informații despre server","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Sperăm că vă place să utilizați Wizarr și vă invităm să explorați funcțiile sale puternice și interfața intuitivă. Dacă aveți nevoie de asistență, vă rugăm să consultați documentația noastră sau să contactați comunitatea noastră pentru asistență.","Welcome to Wizarr":"Bun venit la Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Cu Plex, veți avea acces la toate filmele, emisiunile TV, muzica și fotografiile care sunt stocate pe serverul lor!","Wizarr":"Vrăjitorul","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr este un sistem automat de invitare a utilizatorilor pentru Plex, Jellyfin și Emby. Cu Wizarr, puteți crea cu ușurință linkuri unice de invitație pentru a le partaja utilizatorilor, invitându-i automat pe serverul dvs. media! În plus, Wizarr oferă îndrumări despre descărcarea clienților și instrucțiuni pentru utilizarea site-ului Jellyseerr, Overseerr sau Ombi.","You have successfully completed the setup process.":"Ați finalizat cu succes procesul de configurare.","Your Done":"Gata"},"pl":{"About":"O","Add API keys for external services":"Dodaj klucze API dla usług zewnętrznych","Add Custom HTML page to help screen":"Dodaj niestandardową stronę HTML do ekranu pomocy","Add Jellyseerr, Overseerr or Ombi support":"Dodaj obsługę Jellyseerr, Overseerr lub Ombi","Add Passkey":"Dodaj klucz dostępu","Admin Account":"Konto administratora","Advanced Options":"Zaawansowane opcje","Advanced settings for the server":"Zaawansowane ustawienia serwera","All done!":"Wszystko gotowe!","Back":"Z powrotem","Check for and view updates":"Sprawdź i przeglądaj aktualizacje","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Sprawdź naszą dokumentację, aby uzyskać szczegółowe instrukcje, jak zainstalować i uruchomić Wizarr!","Configure MFA authentication":"Skonfiguruj uwierzytelnianie usługi MFA","Configure SSO login":"Skonfiguruj logowanie SSO","Continue":"Kontynuować","Copy":"Kopiuj","Create API Key":"Utwórz klucz API","Create Invitation":"Utwórz zaproszenie","Create Invite":"Utwórz zaproszenie","Currently Wizarr only supports it's internal SQLite database.":"Obecnie Wizarr obsługuje tylko wewnętrzną bazę danych SQLite.","Database":"Baza danych","Eh, So, What is Jellyfin exactly?":"Ech, więc czym dokładnie jest Jellyfin?","Eh, So, What is Plex exactly?":"Ech, więc czym dokładnie jest Plex?","Email":"E-mail","Enable Discord page and configure settings":"Włącz stronę Discord i skonfiguruj ustawienia","General settings for the server":"Ogólne ustawienia serwera","Get Started":"Zaczynaj","Getting Started!":"Pierwsze kroki!","Go to Dashboard":"Przejdź do panelu","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Świetne pytanie! Plex to oprogramowanie, które pozwala osobom udostępniać swoje kolekcje multimediów innym osobom. Jeśli otrzymałeś to zaproszenie, oznacza to, że ktoś chce udostępnić Ci swoją bibliotekę.","Invitations":"Zaproszenia","Invite Code":"Kod zaproszenia","Invited Users":"Zaproszeni użytkownicy","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin to platforma, która umożliwia przesyłanie strumieniowe wszystkich ulubionych filmów, programów telewizyjnych i muzyki w jednym miejscu. To tak, jakby mieć własne kino na wyciągnięcie ręki! Pomyśl o tym jak o cyfrowej bibliotece swoich ulubionych treści, do której możesz uzyskać dostęp z dowolnego miejsca i na dowolnym urządzeniu — telefonie, tablecie, laptopie, telewizorze Smart TV i tak dalej.","Join":"Dołączyć","Join & Download Plex for this device":"Dołącz i pobierz Plex na to urządzenie","Load More":"Załaduj więcej","Login":"Zaloguj sie","Login with MFA":"Zaloguj się za pomocą MFA","Login with Password":"Zaloguj się za pomocą hasła","Login with your account":"Zaloguj się na swoje konto","Manage your invitations":"Zarządzaj zaproszeniami","Modify the look and feel of the server":"Zmodyfikuj wygląd i działanie serwera","Multi-Factor Authentication":"Uwierzytelnianie wieloskładnikowe","Name":"Nazwa","Next":"Następny","No settings matched your search.":"Żadne ustawienia nie pasują do Twojego wyszukiwania.","Open Jellyfin":"Otwórz Jellyfin","Password":"Hasło","Planning on watching Movies on this device? Download Plex for this device.":"Planujesz oglądać filmy na tym urządzeniu? Pobierz Plex dla tego urządzenia.","Press the button below and follow your browser's steps to login":"Naciśnij przycisk poniżej i postępuj zgodnie z instrukcjami przeglądarki, aby się zalogować","Profile":"Profil","Request Access":"Poproś o dostęp","Scan Users":"Skanuj użytkowników","Select Libraries":"Wybierz Biblioteki","Server Display Name":"Wyświetlana nazwa serwera","Settings":"Ustawienia","Setup Wizarr":"Kreator konfiguracji","Share":"Udział","So let's see how to get started!":"Zobaczmy więc, jak zacząć!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Masz teraz dostęp do kolekcji multimediów naszego serwera. Upewnijmy się, że wiesz, jak go używać z Plexem.","Something's missing.":"Czegoś brakuje.","Sorry, we can't find that page. It doesn't seem to exist!":"Przepraszamy, nie możemy znaleźć tej strony. Wydaje się, że nie istnieje!","This is a temporary and we are working on adding support for other databases.":"Jest to tymczasowe i pracujemy nad dodaniem obsługi innych baz danych.","Use your Fingerprint or Face Recognition to Verify your Identity":"Użyj odcisku palca lub rozpoznawania twarzy, aby zweryfikować swoją tożsamość","Username":"Nazwa użytkownika","Users":"Użytkownicy","View and download server logs":"Przeglądaj i pobieraj logi serwera","View and manage scheduled tasks":"Przeglądaj zaplanowane zadania i zarządzaj nimi","View information about the server":"Wyświetl informacje o serwerze","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Mamy nadzieję, że spodoba ci się korzystanie z Wizarr i zapraszamy do zapoznania się z jego potężnymi funkcjami i intuicyjnym interfejsem. Jeśli potrzebujesz pomocy, zapoznaj się z naszą dokumentacją lub skontaktuj się z naszą społecznością w celu uzyskania pomocy.","Welcome to Wizarr":"Witamy w Wizarrze","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Dzięki Plex będziesz mieć dostęp do wszystkich filmów, programów telewizyjnych, muzyki i zdjęć przechowywanych na ich serwerze!","Wizarr":"Czarodziej","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr to automatyczny system zapraszania użytkowników dla Plex, Jellyfin i Emby. Dzięki Wizarr możesz łatwo tworzyć unikalne linki do zaproszeń, aby udostępniać je użytkownikom, automatycznie zapraszając ich na swój serwer multimediów! Ponadto Wizarr zapewnia wskazówki dotyczące pobierania klientów oraz instrukcje korzystania ze strony Jellyseerr, Overseerr lub Ombi.","You have successfully completed the setup process.":"Pomyślnie zakończyłeś proces instalacji.","Your Done":"Jesteś skończony"},"ru":{"About":"О","Add API keys for external services":"Добавить ключи API для внешних сервисов","Add Custom HTML page to help screen":"Добавить пользовательскую HTML-страницу на экран справки","Add Jellyseerr, Overseerr or Ombi support":"Добавьте поддержку Jellyseerr, Overserr или Ombi","Add Passkey":"Добавить пароль","Admin Account":"Учетная запись администратора","Advanced Options":"Расширенные настройки","Advanced settings for the server":"Расширенные настройки для сервера","All done!":"Все сделано!","Back":"Назад","Check for and view updates":"Проверяйте и просматривайте обновления","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Ознакомьтесь с нашей документацией для получения подробных инструкций по установке и запуску Wizarr!","Configure MFA authentication":"Настройка аутентификации MFA","Configure SSO login":"Настроить вход через систему единого входа","Continue":"Продолжать","Copy":"Копировать","Create API Key":"Создать ключ API","Create Invitation":"Создать приглашение","Create Invite":"Создать приглашение","Currently Wizarr only supports it's internal SQLite database.":"В настоящее время Wizarr поддерживает только внутреннюю базу данных SQLite.","Database":"База данных","Eh, So, What is Jellyfin exactly?":"Эх, так что же такое Джеллифин?","Eh, So, What is Plex exactly?":"Э, так что же такое Plex?","Email":"Электронная почта","Enable Discord page and configure settings":"Включить страницу Discord и настроить параметры","General settings for the server":"Общие настройки сервера","Get Started":"Начать","Getting Started!":"Начиная!","Go to Dashboard":"Перейти к приборной панели","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Отличный вопрос! Plex — это программное обеспечение, которое позволяет людям делиться своими коллекциями мультимедиа с другими. Если вы получили это приглашение, значит, кто-то хочет поделиться с вами своей библиотекой.","Invitations":"Приглашения","Invite Code":"Код приглашения","Invited Users":"Приглашенные пользователи","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin — это платформа, которая позволяет вам транслировать все ваши любимые фильмы, телепередачи и музыку в одном месте. Это как иметь свой личный кинотеатр прямо у вас под рукой! Думайте об этом как о цифровой библиотеке вашего любимого контента, к которой вы можете получить доступ из любого места и с любого устройства — вашего телефона, планшета, ноутбука, смарт-телевизора и так далее.","Join":"Присоединиться","Join & Download Plex for this device":"Присоединяйтесь и скачайте Plex для этого устройства","Load More":"Загрузи больше","Login":"Авторизоваться","Login with MFA":"Войти через МИД","Login with Password":"Войти с паролем","Login with your account":"Войти под своей учетной записью","Manage your invitations":"Управляйте своими приглашениями","Modify the look and feel of the server":"Изменить внешний вид сервера","Multi-Factor Authentication":"Многофакторная аутентификация","Name":"Имя","Next":"Следующий","No settings matched your search.":"Ни один из параметров не соответствует вашему запросу.","Open Jellyfin":"Открыть Медузу","Password":"Пароль","Planning on watching Movies on this device? Download Plex for this device.":"Планируете смотреть фильмы на этом устройстве? Загрузите Plex для этого устройства.","Press the button below and follow your browser's steps to login":"Нажмите кнопку ниже и следуйте инструкциям вашего браузера, чтобы войти","Profile":"Профиль","Request Access":"Запрос доступа","Scan Users":"Сканировать пользователей","Select Libraries":"Выберите библиотеки","Server Display Name":"Отображаемое имя сервера","Settings":"Настройки","Setup Wizarr":"Мастер установки","Share":"Делиться","So let's see how to get started!":"Итак, давайте посмотрим, как начать!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Итак, теперь у вас есть доступ к медиа-коллекции нашего сервера. Давайте удостоверимся, что вы знаете, как использовать его с Plex.","Something's missing.":"Чего-то не хватает.","Sorry, we can't find that page. It doesn't seem to exist!":"Извините, мы не можем найти эту страницу. Кажется, его не существует!","This is a temporary and we are working on adding support for other databases.":"Это временно, и мы работаем над добавлением поддержки других баз данных.","Use your Fingerprint or Face Recognition to Verify your Identity":"Используйте отпечаток пальца или распознавание лица, чтобы подтвердить свою личность","Username":"Имя пользователя","Users":"Пользователи","View and download server logs":"Просмотр и загрузка журналов сервера","View and manage scheduled tasks":"Просмотр запланированных задач и управление ими","View information about the server":"Посмотреть информацию о сервере","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Мы надеемся, что вам понравится пользоваться Wizarr, и приглашаем вас изучить его мощные функции и интуитивно понятный интерфейс. Если вам нужна помощь, обратитесь к нашей документации или обратитесь за поддержкой к нашему сообществу.","Welcome to Wizarr":"Добро пожаловать в Волшебник","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"С Plex у вас будет доступ ко всем фильмам, телешоу, музыке и фотографиям, которые хранятся на их сервере!","Wizarr":"Волшебник","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr — это система автоматического приглашения пользователей для Plex, Jellyfin и Emby. С помощью Wizarr вы можете легко создавать уникальные ссылки-приглашения и делиться ими с пользователями, автоматически приглашая их на свой медиа-сервер! Кроме того, Wizarr предоставляет рекомендации по загрузке клиентов и инструкции по использованию сайтов Jellyseerr, Overserr или Ombi.","You have successfully completed the setup process.":"Вы успешно завершили процесс установки.","Your Done":"Готово"},"sv":{"About":"Handla om","Account Settings":"Kontoinställningar","Add API keys for external services":"Lägg till API-nycklar för externa tjänster","Add Custom HTML page to help screen":"Lägg till anpassad HTML-sida på hjälpskärmen","Add Jellyseerr, Overseerr or Ombi support":"Lägg till Jellyseerr, Overseerr eller Ombi support","Add Passkey":"Lägg till lösenord","Admin Account":"Administratörskonto","Advanced Options":"Avancerade alternativ","Advanced Settings":"Avancerade inställningar","Advanced settings for the server":"Avancerade inställningar för servern","All done!":"Helt klar!","API keys":"API-nycklar","Back":"Tillbaka","Backup":"Säkerhetskopiering","Change your password":"Ändra ditt lösenord","Check for and view updates":"Sök efter och se uppdateringar","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Kolla in vår dokumentation för detaljerade instruktioner om hur du installerar och kör Wizarr!","Configure MFA authentication":"Konfigurera MFA-autentisering","Configure notification settings":"Konfigurera aviseringsinställningar","Configure OAuth integration":"Konfigurera OAuth-integration","Configure SSO login":"Konfigurera SSO-inloggning","Configure your profile settings":"Konfigurera dina profilinställningar","Continue":"Fortsätta","Copy":"Kopiera","Create API Key":"Skapa API-nyckel","Create Invitation":"Skapa inbjudan","Create Invite":"Skapa inbjudan","Currently Wizarr only supports it's internal SQLite database.":"För närvarande stöder Wizarr endast sin interna SQLite-databas.","Custom HTML":"Anpassad HTML","Database":"Databas","Discord":"Disharmoni","Eh, So, What is Jellyfin exactly?":"Eh, så, vad är Jellyfin exakt?","Eh, So, What is Plex exactly?":"Eh, så, vad är Plex exakt?","Email":"E-post","Enable Discord page and configure settings":"Aktivera Discord-sidan och konfigurera inställningar","General settings for the server":"Allmänna inställningar för servern","Get Started":"Komma igång","Getting Started!":"Komma igång!","Go to Dashboard":"Gå till instrumentpanelen","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Bra fråga! Plex är en programvara som låter individer dela sina mediesamlingar med andra. Om du har fått den här inbjudan betyder det att någon vill dela sitt bibliotek med dig.","Invitations":"Inbjudningar","Invite Code":"Inbjudningskod","Invited Users":"Inbjudna användare","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin är en plattform som låter dig strömma alla dina favoritfilmer, TV-program och musik på ett ställe. Det är som att ha din egen personliga biograf nära till hands! Se det som ett digitalt bibliotek med ditt favoritinnehåll som du kan komma åt var som helst, på vilken enhet som helst - din telefon, surfplatta, bärbara dator, smart-TV, you name it.","Join":"Ansluta sig","Join & Download Plex for this device":"Gå med och ladda ner Plex för den här enheten","Load More":"Ladda mer","Login":"Logga in","Login with MFA":"Logga in med MFA","Login with Password":"Logga in med lösenord","Login with your account":"Logga in med ditt konto","Logs":"Loggar","Main Settings":"Huvudinställningar","Manage your invitations":"Hantera dina inbjudningar","Media Server":"Mediaserver","Modify the look and feel of the server":"Ändra utseendet och känslan på servern","Multi-Factor Authentication":"Multi-Factor Authentication","Name":"namn","Next":"Nästa","No settings matched your search.":"Inga inställningar matchade din sökning.","Notifications":"Aviseringar","OAuth Integration":"OAuth-integration","Open Jellyfin":"Öppna Jellyfin","Password":"Lösenord","Planning on watching Movies on this device? Download Plex for this device.":"Planerar du att titta på filmer på den här enheten? Ladda ner Plex för den här enheten.","Press the button below and follow your browser's steps to login":"Tryck på knappen nedan och följ din webbläsares steg för att logga in","Profile":"Profil","Request Access":"Begära tillgång","Requests":"Förfrågningar","Scan Users":"Skanna användare","Select Libraries":"Välj Bibliotek","Server Display Name":"Serverns visningsnamn","Sessions":"Sessioner","Settings":"inställningar","Settings for user accounts":"Inställningar för användarkonton","Setup Wizarr":"Installationsguiden","Share":"Dela med sig","So let's see how to get started!":"Så låt oss se hur du kommer igång!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Så du har nu tillgång till vår servers mediasamling. Låt oss se till att du vet hur du använder den med Plex.","Something's missing.":"Någonting saknas.","Sorry, we can't find that page. It doesn't seem to exist!":"Tyvärr, vi kan inte hitta den sidan. Det verkar inte finnas!","SSO Login":"SSO-inloggning","Tasks":"Uppgifter","This is a temporary and we are working on adding support for other databases.":"Detta är tillfälligt och vi arbetar med att lägga till stöd för andra databaser.","UI Settings":"UI-inställningar","Updates":"Uppdateringar","Use your Fingerprint or Face Recognition to Verify your Identity":"Använd ditt fingeravtryck eller ansiktsigenkänning för att verifiera din identitet","Username":"Användarnamn","Users":"Användare","View and download server logs":"Visa och ladda ner serverloggar","View and manage scheduled tasks":"Visa och hantera schemalagda uppgifter","View and manage your active sessions":"Visa och hantera dina aktiva sessioner","View information about the server":"Visa information om servern","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Vi hoppas att du gillar att använda Wizarr och inbjuder dig att utforska dess kraftfulla funktioner och intuitiva gränssnitt. Om du behöver hjälp, se vår dokumentation eller kontakta vår community för support.","Welcome to Wizarr":"Välkommen till Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Med Plex har du tillgång till alla filmer, TV-program, musik och foton som finns lagrade på deras server!","Wizarr":"Wizarr","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr är ett automatiskt system för användarinbjudningar för Plex, Jellyfin och Emby. Med Wizarr kan du enkelt skapa unika inbjudningslänkar att dela med användare, automatiskt bjuda in dem till din medieserver! Dessutom ger Wizarr vägledning om att ladda ner klienter och instruktioner för att använda webbplatsen Jellyseerr, Overseerr eller Ombi.","You have successfully completed the setup process.":"Du har slutfört installationsprocessen.","Your Done":"Du är färdig"},"pt":{"About":"Sobre","Add API keys for external services":"Adicionar chaves de API para serviços externos","Add Custom HTML page to help screen":"Adicionar página HTML personalizada à tela de ajuda","Add Jellyseerr, Overseerr or Ombi support":"Adicione suporte Jellyseerr, Overseerr ou Ombi","Add Passkey":"Adicionar senha","Admin Account":"Conta de Administrador","Advanced Options":"Opções avançadas","Advanced settings for the server":"Configurações avançadas para o servidor","All done!":"Tudo feito!","Back":"Voltar","Check for and view updates":"Verifique e visualize as atualizações","Check out our documentation for detailed instructions on how to install and run Wizarr!":"Confira nossa documentação para obter instruções detalhadas sobre como instalar e executar o Wizard!","Configure MFA authentication":"Configurar a autenticação MFA","Configure SSO login":"Configurar login SSO","Continue":"Continuar","Copy":"cópia de","Create API Key":"Criar chave de API","Create Invitation":"Criar convite","Create Invite":"Criar convite","Currently Wizarr only supports it's internal SQLite database.":"Atualmente, o Wizard suporta apenas seu banco de dados SQLite interno.","Database":"Base de dados","Eh, So, What is Jellyfin exactly?":"Eh, então, o que é Jellyfin exatamente?","Eh, So, What is Plex exactly?":"Eh, então, o que é Plex exatamente?","Email":"E-mail","Enable Discord page and configure settings":"Ative a página do Discord e defina as configurações","General settings for the server":"Configurações gerais do servidor","Get Started":"Iniciar","Getting Started!":"Começando!","Go to Dashboard":"Ir para a dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Ótima pergunta! Plex é um software que permite que indivíduos compartilhem suas coleções de mídia com outras pessoas. Se você recebeu este convite, significa que alguém deseja compartilhar a biblioteca com você.","Invitations":"convites","Invite Code":"Código de convite","Invited Users":"Usuários Convidados","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin é uma plataforma que permite transmitir todos os seus filmes, programas de TV e músicas favoritos em um só lugar. É como ter seu próprio cinema pessoal na ponta dos dedos! Pense nisso como uma biblioteca digital de seu conteúdo favorito que você pode acessar de qualquer lugar, em qualquer dispositivo - seu telefone, tablet, laptop, smart TV, o que você quiser.","Join":"Juntar","Join & Download Plex for this device":"Junte-se e baixe o Plex para este dispositivo","Load More":"Carregue mais","Login":"Conecte-se","Login with MFA":"Entrar com MFA","Login with Password":"Entrar com senha","Login with your account":"Entre com sua conta","Manage your invitations":"Gerencie seus convites","Modify the look and feel of the server":"Modifique a aparência do servidor","Multi-Factor Authentication":"Autenticação multifator","Name":"Nome","Next":"Próximo","No settings matched your search.":"Nenhuma configuração correspondeu à sua pesquisa.","Open Jellyfin":"Geleia aberta","Password":"Senha","Planning on watching Movies on this device? Download Plex for this device.":"Planejando assistir a filmes neste dispositivo? Baixe o Plex para este dispositivo.","Press the button below and follow your browser's steps to login":"Pressione o botão abaixo e siga os passos do seu navegador para fazer o login","Profile":"Perfil","Request Access":"Solicitar acesso","Scan Users":"Verificar usuários","Select Libraries":"Selecionar bibliotecas","Server Display Name":"Nome de exibição do servidor","Settings":"Configurações","Setup Wizarr":"Assistente de configuração","Share":"Compartilhar","So let's see how to get started!":"Então vamos ver como começar!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Agora você tem acesso à coleção de mídia do nosso servidor. Vamos garantir que você saiba como usá-lo com o Plex.","Something's missing.":"Algo está faltando.","Sorry, we can't find that page. It doesn't seem to exist!":"Desculpe, não podemos encontrar essa página. Parece que não existe!","This is a temporary and we are working on adding support for other databases.":"Isso é temporário e estamos trabalhando para adicionar suporte a outros bancos de dados.","Use your Fingerprint or Face Recognition to Verify your Identity":"Use sua impressão digital ou reconhecimento facial para verificar sua identidade","Username":"Nome de usuário","Users":"Usuários","View and download server logs":"Exibir e baixar logs do servidor","View and manage scheduled tasks":"Exibir e gerenciar tarefas agendadas","View information about the server":"Exibir informações sobre o servidor","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"Esperamos que você goste de usar o Wizard e o convidamos a explorar seus recursos poderosos e interface intuitiva. Se precisar de ajuda, consulte nossa documentação ou entre em contato com nossa comunidade para obter suporte.","Welcome to Wizarr":"Bem-vindo ao Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Com o Plex, você terá acesso a todos os filmes, programas de TV, músicas e fotos armazenados em seu servidor!","Wizarr":"Mago","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr é um sistema automático de convite de usuário para Plex, Jellyfin e Emby. Com o Wizard, você pode facilmente criar links de convite exclusivos para compartilhar com os usuários, convidando-os automaticamente para o seu servidor de mídia! Além disso, o Wizarr fornece orientação sobre como baixar clientes e instruções para usar o site Jellyseerr, Overseerr ou Ombi.","You have successfully completed the setup process.":"Você concluiu com sucesso o processo de configuração.","Your Done":"Pronto"},"zh_cn":{"About":"关于","Add API keys for external services":"添加外部服务的 API 密钥","Add Custom HTML page to help screen":"添加自定义 HTML 页面到帮助屏幕","Add Jellyseerr, Overseerr or Ombi support":"添加 Jellyserr、Overseerr 或 Ombi 支持","Add Passkey":"添加密钥","Admin Account":"管理员帐户","Advanced Options":"高级选项","Advanced settings for the server":"服务器的高级设置","All done!":"全做完了!","Back":"后退","Check for and view updates":"检查并查看更新","Check out our documentation for detailed instructions on how to install and run Wizarr!":"查看我们的文档,了解有关如何安装和运行 Wizarr 的详细说明!","Configure MFA authentication":"配置 MFA 身份验证","Configure SSO login":"配置单点登录","Continue":"继续","Copy":"复制","Create API Key":"创建 API 密钥","Create Invitation":"创建邀请","Create Invite":"创建邀请","Currently Wizarr only supports it's internal SQLite database.":"目前Wizarr仅支持其内部SQLite数据库。","Database":"数据库","Eh, So, What is Jellyfin exactly?":"呃,那么 Jellyfin 到底是什么?","Eh, So, What is Plex exactly?":"呃,那么,Plex 到底是什么?","Email":"电子邮件","Enable Discord page and configure settings":"启用 Discord 页面并配置设置","General settings for the server":"服务器的常规设置","Get Started":"开始使用","Getting Started!":"入门!","Go to Dashboard":"转到仪表板","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"好问题! Plex 是一款允许个人与他人共享媒体收藏的软件。如果您收到此邀请,则意味着有人想与您共享他们的图书馆。","Invitations":"邀请函","Invite Code":"邀请代码","Invited Users":"受邀用户","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin 是一个平台,可让您在一个地方流式传输所有您喜爱的电影、电视节目和音乐。这就像在您的指尖拥有自己的个人电影院!将其视为您喜爱的内容的数字图书馆,您可以从任何地方、任何设备(您的手机、平板电脑、笔记本电脑、智能电视等)访问它。","Join":"加入","Join & Download Plex for this device":"加入并下载适用于此设备的 Plex","Load More":"装载更多","Login":"登录","Login with MFA":"使用 MFA 登录","Login with Password":"使用密码登录","Login with your account":"使用您的帐户登录","Manage your invitations":"管理您的邀请","Modify the look and feel of the server":"修改服务器的外观","Multi-Factor Authentication":"多重身份验证","Name":"姓名","Next":"下一个","No settings matched your search.":"没有与您的搜索匹配的设置。","Open Jellyfin":"打开果冻","Password":"密码","Planning on watching Movies on this device? Download Plex for this device.":"计划在此设备上观看电影?下载适用于此设备的 Plex。","Press the button below and follow your browser's steps to login":"按下面的按钮并按照浏览器的步骤登录","Profile":"轮廓","Request Access":"申请进入","Scan Users":"扫描用户","Select Libraries":"选择图书馆","Server Display Name":"服务器显示名称","Settings":"设置","Setup Wizarr":"设置向导","Share":"分享","So let's see how to get started!":"那么让我们看看如何开始吧!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"现在您可以访问我们服务器的媒体收藏。让我们确保您知道如何将其与 Plex 一起使用。","Something's missing.":"缺少一些东西。","Sorry, we can't find that page. It doesn't seem to exist!":"抱歉,我们找不到该页面。似乎不存在!","This is a temporary and we are working on adding support for other databases.":"这是临时的,我们正在努力添加对其他数据库的支持。","Use your Fingerprint or Face Recognition to Verify your Identity":"使用指纹或人脸识别来验证您的身份","Username":"用户名","Users":"用户","View and download server logs":"查看和下载服务器日志","View and manage scheduled tasks":"查看和管理计划任务","View information about the server":"查看服务器信息","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"我们希望您喜欢使用 Wizarr,并邀请您探索其强大的功能和直观的界面。如果您需要任何帮助,请参阅我们的文档或联系我们的社区寻求支持。","Welcome to Wizarr":"欢迎来到威扎尔","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"通过 Plex,您将可以访问存储在其服务器上的所有电影、电视节目、音乐和照片!","Wizarr":"维扎尔","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr 是 Plex、Jellyfin 和 Emby 的自动用户邀请系统。使用Wizarr,您可以轻松创建独特的邀请链接与用户共享,自动邀请他们访问您的媒体服务器!此外,Wizarr 还提供有关下载客户端的指南以及使用 Jellyseerr、Overseerr 或 Ombi 网站的说明。","You have successfully completed the setup process.":"您已成功完成设置过程。","Your Done":"你完成了"},"zh_tw":{"About":"關於","Add API keys for external services":"添加外部服務的 API 密鑰","Add Custom HTML page to help screen":"添加自定義 HTML 頁面到幫助屏幕","Add Jellyseerr, Overseerr or Ombi support":"添加 Jellyserr、Overseerr 或 Ombi 支持","Add Passkey":"添加密鑰","Admin Account":"管理員帳戶","Advanced Options":"高級選項","Advanced settings for the server":"服務器的高級設置","All done!":"全做完了!","Back":"後退","Check for and view updates":"檢查並查看更新","Check out our documentation for detailed instructions on how to install and run Wizarr!":"查看我們的文檔,了解有關如何安裝和運行 Wizarr 的詳細說明!","Configure MFA authentication":"配置 MFA 身份驗證","Configure SSO login":"配置單點登錄","Continue":"繼續","Copy":"複製","Create API Key":"創建 API 密鑰","Create Invitation":"創建邀請","Create Invite":"創建邀請","Currently Wizarr only supports it's internal SQLite database.":"目前Wizarr僅支持其內部SQLite數據庫。","Database":"數據庫","Eh, So, What is Jellyfin exactly?":"呃,那麼 Jellyfin 到底是什麼?","Eh, So, What is Plex exactly?":"呃,那麼,Plex 到底是什麼?","Email":"電子郵件","Enable Discord page and configure settings":"啟用 Discord 頁面並配置設置","General settings for the server":"服務器的常規設置","Get Started":"開始使用","Getting Started!":"入門!","Go to Dashboard":"轉到儀表板","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"好問題! Plex 是一款允許個人與他人共享媒體收藏的軟件。如果您收到此邀請,則意味著有人想與您共享他們的圖書館。","Invitations":"邀請函","Invite Code":"邀請代碼","Invited Users":"受邀用戶","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin 是一個平台,可讓您在一個地方流式傳輸所有喜愛的電影、電視節目和音樂。這就像在您的指尖擁有自己的個人電影院!將其視為您喜愛的內容的數字圖書館,您可以從任何地方、任何設備(您的手機、平板電腦、筆記本電腦、智能電視等)訪問它。","Join":"加入","Join & Download Plex for this device":"加入並下載適用於此設備的 Plex","Load More":"裝載更多","Login":"登錄","Login with MFA":"使用 MFA 登錄","Login with Password":"使用密碼登錄","Login with your account":"使用您的帳戶登錄","Manage your invitations":"管理您的邀請","Modify the look and feel of the server":"修改服務器的外觀","Multi-Factor Authentication":"多重身份驗證","Name":"姓名","Next":"下一個","No settings matched your search.":"沒有與您的搜索匹配的設置。","Open Jellyfin":"打開果凍","Password":"密碼","Planning on watching Movies on this device? Download Plex for this device.":"計劃在此設備上觀看電影?下載適用於此設備的 Plex。","Press the button below and follow your browser's steps to login":"按下面的按鈕並按照瀏覽器的步驟登錄","Profile":"輪廓","Request Access":"申請進入","Scan Users":"掃描用戶","Select Libraries":"選擇圖書館","Server Display Name":"服務器顯示名稱","Settings":"設置","Setup Wizarr":"設置嚮導","Share":"分享","So let's see how to get started!":"那麼讓我們看看如何開始吧!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"現在您可以訪問我們服務器的媒體收藏。讓我們確保您知道如何將其與 Plex 一起使用。","Something's missing.":"缺少一些東西。","Sorry, we can't find that page. It doesn't seem to exist!":"抱歉,我們找不到該頁面。似乎不存在!","This is a temporary and we are working on adding support for other databases.":"這是臨時的,我們正在努力添加對其他數據庫的支持。","Use your Fingerprint or Face Recognition to Verify your Identity":"使用指紋或人臉識別來驗證您的身份","Username":"用戶名","Users":"用戶","View and download server logs":"查看和下載服務器日誌","View and manage scheduled tasks":"查看和管理計劃任務","View information about the server":"查看服務器信息","We hope you enjoy using Wizarr and invite you to explore its powerful features and intuitive interface. Should you need any assistance, please refer to our documentation or reach out to our community for support.":"我們希望您喜歡使用 Wizarr,並邀請您探索其強大的功能和直觀的界面。如果您需要任何幫助,請參閱我們的文檔或聯繫我們的社區尋求支持。","Welcome to Wizarr":"歡迎來到威扎爾","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"通過 Plex,您將可以訪問存儲在其服務器上的所有電影、電視節目、音樂和照片!","Wizarr":"維扎爾","Wizarr is an automatic user invitation system for Plex, Jellyfin, and Emby. With Wizarr, you can easily create unique invitation links to share with users, automatically inviting them to your Media Server! Furthermore, Wizarr provides guidance on downloading clients and instructions for using Jellyseerr, Overseerr or Ombi site.":"Wizarr 是 Plex、Jellyfin 和 Emby 的自動用戶邀請系統。使用Wizarr,您可以輕鬆創建獨特的邀請鏈接與用戶共享,自動邀請他們訪問您的媒體服務器!此外,Wizarr 還提供有關下載客戶端的指南以及使用 Jellyseerr、Overseerr 或 Ombi 網站的說明。","You have successfully completed the setup process.":"您已成功完成設置過程。","Your Done":"你完成了"}} \ No newline at end of file +{"ca":{"About":"Sobre","Add API keys for external services":"Afegiu claus API per a serveis externs","Add Custom HTML page to help screen":"Afegeix una pàgina HTML personalitzada a la pantalla d'ajuda","Add Jellyseerr, Overseerr or Ombi support":"Afegiu suport Jellyseerr, Overseerr o Ombi","Add Passkey":"Afegeix la clau d'accés","Admin Account":"Compte d'administrador","Advanced Options":"Opcions avançades","Advanced settings for the server":"Configuració avançada del servidor","All done!":"Tot fet!","Back":"esquena","Check for and view updates":"Comproveu i visualitzeu actualitzacions","Continue":"Continua","Copy":"Còpia","Create API Key":"Crea una clau d'API","Create Invitation":"Crea una invitació","Create Invite":"Crea una invitació","Currently Wizarr only supports it's internal SQLite database.":"Actualment Wizarr només admet la seva base de dades interna SQLite.","Database":"Base de dades","Eh, So, What is Jellyfin exactly?":"Eh, doncs, què és Jellyfin exactament?","Eh, So, What is Plex exactly?":"Eh, doncs, què és exactament Plex?","Email":"Correu electrònic","Enable Discord page and configure settings":"Activa la pàgina Discord i configura la configuració","General settings for the server":"Configuració general del servidor","Get Started":"Començar","Getting Started!":"Començant!","Go to Dashboard":"Aneu a Tauler de control","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Gran pregunta! Plex és un programari que permet a les persones compartir les seves col·leccions multimèdia amb altres persones. Si has rebut aquesta invitació, vol dir que algú vol compartir la seva biblioteca amb tu.","Invitations":"Invitacions","Invite Code":"Codi d'invitació","Invited Users":"Usuaris convidats","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin és una plataforma que us permet reproduir totes les vostres pel·lícules, programes de televisió i música en un sol lloc. És com tenir la teva pròpia sala de cinema personal al teu abast! Penseu-hi com una biblioteca digital del vostre contingut preferit a la qual podeu accedir des de qualsevol lloc i des de qualsevol dispositiu: el vostre telèfon, tauleta, ordinador portàtil, televisor intel·ligent, com vulgueu.","Join":"Uneix-te","Join & Download Plex for this device":"Uneix-te i baixa Plex per a aquest dispositiu","Load More":"Carrega més","Login":"iniciar Sessió","Login with Password":"Inicieu sessió amb contrasenya","Login with your account":"Inicieu sessió amb el vostre compte","Manage your invitations":"Gestiona les teves invitacions","Modify the look and feel of the server":"Modifiqueu l'aspecte del servidor","Name":"Nom","Next":"Pròxim","No settings matched your search.":"No hi ha cap configuració que coincideixi amb la vostra cerca.","Open Jellyfin":"Obriu Jellyfin","Password":"Contrasenya","Planning on watching Movies on this device? Download Plex for this device.":"Estàs pensant en veure pel·lícules en aquest dispositiu? Baixeu Plex per a aquest dispositiu.","Press the button below and follow your browser's steps to login":"Premeu el botó següent i seguiu els passos del vostre navegador per iniciar sessió","Request Access":"Sol·licitar accés","Save":"Desa","Scan Users":"Escaneja usuaris","Select Language":"Escolliu l'idioma","Select Libraries":"Seleccioneu Biblioteques","Server Display Name":"Nom de visualització del servidor","Settings":"Configuració","Setup Wizarr":"Ajudant de configuració","Share":"Compartir","So let's see how to get started!":"Així que anem a veure com començar!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Així que ara teniu accés a la col·lecció de mitjans del nostre servidor. Assegurem-nos que sabeu com utilitzar-lo amb Plex.","Something's missing.":"Falta alguna cosa.","Sorry, we can't find that page. It doesn't seem to exist!":"Ho sentim, no podem trobar aquesta pàgina. Sembla que no existeix!","This is a temporary and we are working on adding support for other databases.":"Això és temporal i estem treballant per afegir suport per a altres bases de dades.","Use your Fingerprint or Face Recognition to Verify your Identity":"Utilitzeu la vostra empremta digital o el reconeixement facial per verificar la vostra identitat","Username":"Nom d'usuari","Users":"Usuaris","View and download server logs":"Veure i descarregar els registres del servidor","View and manage scheduled tasks":"Consulta i gestiona les tasques programades","View information about the server":"Veure informació sobre el servidor","Welcome to Wizarr":"Benvingut a Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Amb Plex, tindreu accés a totes les pel·lícules, programes de televisió, música i fotos que s'emmagatzemen al seu servidor!","Wizarr":"Mag","You have successfully completed the setup process.":"Heu completat correctament el procés de configuració.","Your Done":"Heu fet"},"cs":{"About":"O","Add API keys for external services":"Přidejte klíče API pro externí služby","Add Custom HTML page to help screen":"Přidat vlastní stránku HTML na obrazovku nápovědy","Add Jellyseerr, Overseerr or Ombi support":"Přidejte podporu Jellyseerr, Overseerr nebo Ombi","Add Passkey":"Přidat přístupový klíč","Admin Account":"Účet správce","Advanced Options":"Pokročilé možnosti","Advanced settings for the server":"Pokročilá nastavení serveru","All done!":"Vše hotovo!","Back":"Zadní","Check for and view updates":"Zkontrolujte a zobrazte aktualizace","Continue":"Pokračovat","Copy":"kopírovat","Create API Key":"Vytvořit klíč API","Create Invitation":"Vytvořit pozvánku","Create Invite":"Vytvořit pozvánku","Currently Wizarr only supports it's internal SQLite database.":"V současné době Wizarr podporuje pouze svou interní databázi SQLite.","Database":"Databáze","Eh, So, What is Jellyfin exactly?":"Eh, takže, co je přesně Jellyfin?","Eh, So, What is Plex exactly?":"Eh, takže, co přesně je Plex?","Email":"E-mailem","Enable Discord page and configure settings":"Povolte stránku Discord a nakonfigurujte nastavení","General settings for the server":"Obecná nastavení serveru","Get Started":"Začít","Getting Started!":"Začínáme!","Go to Dashboard":"Přejděte na Dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Skvělá otázka! Plex je software, který umožňuje jednotlivcům sdílet své sbírky médií s ostatními. Pokud jste obdrželi tuto pozvánku, znamená to, že někdo s vámi chce sdílet svou knihovnu.","Invitations":"Pozvánky","Invite Code":"Kód pozvánky","Invited Users":"Pozvaní uživatelé","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin je platforma, která vám umožní streamovat všechny vaše oblíbené filmy, televizní pořady a hudbu na jednom místě. Je to jako mít své vlastní osobní kino přímo na dosah ruky! Představte si to jako digitální knihovnu vašeho oblíbeného obsahu, ke které máte přístup odkudkoli a z jakéhokoli zařízení – telefonu, tabletu, notebooku, chytré televize, co si jen vzpomenete.","Join":"Připojit","Join & Download Plex for this device":"Připojte se a stáhněte si Plex pro toto zařízení","Load More":"Načíst další","Login":"Přihlásit se","Login with Password":"Přihlaste se pomocí hesla","Login with your account":"Přihlaste se pomocí svého účtu","Manage your invitations":"Spravujte své pozvánky","Modify the look and feel of the server":"Upravte vzhled a chování serveru","Name":"název","Next":"další","No settings matched your search.":"Vašemu vyhledávání neodpovídají žádné nastavení.","Open Jellyfin":"Otevřete Jellyfin","Password":"Heslo","Planning on watching Movies on this device? Download Plex for this device.":"Plánujete sledovat filmy na tomto zařízení? Stáhněte si Plex pro toto zařízení.","Press the button below and follow your browser's steps to login":"Stiskněte tlačítko níže a přihlaste se podle pokynů svého prohlížeče","Request Access":"Požádat o přístup","Save":"Uložit","Scan Users":"Skenovat uživatele","Select Language":"Zvolte jazyk","Select Libraries":"Vyberte Knihovny","Server Display Name":"Zobrazovaný název serveru","Settings":"Nastavení","Setup Wizarr":"Průvodce nastavením","Share":"Podíl","So let's see how to get started!":"Pojďme se tedy podívat, jak začít!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Nyní tedy máte přístup ke sbírce médií našeho serveru. Pojďme se ujistit, že víte, jak jej používat s Plexem.","Something's missing.":"Něco chybí.","Sorry, we can't find that page. It doesn't seem to exist!":"Omlouváme se, tuto stránku nemůžeme najít. Zdá se, že neexistuje!","This is a temporary and we are working on adding support for other databases.":"Toto je dočasné a pracujeme na přidání podpory pro další databáze.","Use your Fingerprint or Face Recognition to Verify your Identity":"Použijte svůj otisk prstu nebo rozpoznávání tváře k ověření své identity","Username":"Uživatelské jméno","Users":"Uživatelé","View and download server logs":"Zobrazení a stahování protokolů serveru","View and manage scheduled tasks":"Zobrazení a správa naplánovaných úloh","View information about the server":"Zobrazení informací o serveru","Welcome to Wizarr":"Vítejte v Wizarru","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"S Plex budete mít přístup ke všem filmům, televizním pořadům, hudbě a fotografiím, které jsou uloženy na jejich serveru!","Wizarr":"Wizarr","You have successfully completed the setup process.":"Úspěšně jste dokončili proces nastavení.","Your Done":"Vaše hotovo"},"da":{"About":"Om","Add API keys for external services":"Tilføj API-nøgler til eksterne tjenester","Add Custom HTML page to help screen":"Tilføj tilpasset HTML-side til hjælpeskærmen","Add Jellyseerr, Overseerr or Ombi support":"Tilføj Jellyseerr, Overseerr eller Ombi support","Add Passkey":"Tilføj adgangsnøgle","Admin Account":"Admin konto","Advanced Options":"Avancerede indstillinger","Advanced settings for the server":"Avancerede indstillinger for serveren","All done!":"Helt færdig!","Back":"Tilbage","Check for and view updates":"Se efter og se opdateringer","Continue":"Blive ved","Copy":"Kopi","Create API Key":"Opret API-nøgle","Create Invitation":"Opret invitation","Create Invite":"Opret invitation","Currently Wizarr only supports it's internal SQLite database.":"I øjeblikket understøtter Wizarr kun sin interne SQLite-database.","Database":"Database","Eh, So, What is Jellyfin exactly?":"Eh, så, hvad er Jellyfin præcist?","Eh, So, What is Plex exactly?":"Øh, hvad er Plex helt præcist?","Email":"E-mail","Enable Discord page and configure settings":"Aktiver Discord-siden og konfigurer indstillinger","General settings for the server":"Generelle indstillinger for serveren","Get Started":"Kom igang","Getting Started!":"Kom godt i gang!","Go to Dashboard":"Gå til dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Godt spørgsmål! Plex er en software, der giver enkeltpersoner mulighed for at dele deres mediesamlinger med andre. Hvis du har modtaget denne invitation, betyder det, at nogen vil dele deres bibliotek med dig.","Invitations":"Invitationer","Invite Code":"Invitations kode","Invited Users":"Inviterede brugere","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin er en platform, der lader dig streame alle dine yndlingsfilm, tv-shows og musik på ét sted. Det er som at have din egen personlige biograf lige ved hånden! Tænk på det som et digitalt bibliotek med dit yndlingsindhold, som du kan få adgang til fra hvor som helst, på enhver enhed - din telefon, tablet, bærbare computer, smart-tv, you name it.","Join":"Tilslutte","Join & Download Plex for this device":"Tilmeld dig og download Plex til denne enhed","Load More":"Indlæs mere","Login":"Log på","Login with Password":"Log ind med adgangskode","Login with your account":"Log ind med din konto","Manage your invitations":"Administrer dine invitationer","Modify the look and feel of the server":"Rediger udseendet og følelsen af ​​serveren","Name":"Navn","Next":"Næste","No settings matched your search.":"Ingen indstillinger matchede din søgning.","Open Jellyfin":"Åbn Jellyfin","Password":"Adgangskode","Planning on watching Movies on this device? Download Plex for this device.":"Planlægger du at se film på denne enhed? Download Plex til denne enhed.","Press the button below and follow your browser's steps to login":"Tryk på knappen nedenfor og følg din browsers trin for at logge ind","Request Access":"Anmod om adgang","Save":"Gemme","Scan Users":"Scan brugere","Select Language":"Vælg sprog","Select Libraries":"Vælg Biblioteker","Server Display Name":"Server vist navn","Settings":"Indstillinger","Setup Wizarr":"Opsætningsguide","Share":"Del","So let's see how to get started!":"Så lad os se, hvordan du kommer i gang!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Så du har nu adgang til vores servers mediesamling. Lad os sørge for, at du ved, hvordan du bruger det med Plex.","Something's missing.":"Der mangler noget.","Sorry, we can't find that page. It doesn't seem to exist!":"Beklager, vi kan ikke finde den side. Det ser ikke ud til at eksistere!","This is a temporary and we are working on adding support for other databases.":"Dette er midlertidigt, og vi arbejder på at tilføje support til andre databaser.","Use your Fingerprint or Face Recognition to Verify your Identity":"Brug dit fingeraftryk eller ansigtsgenkendelse til at bekræfte din identitet","Username":"Brugernavn","Users":"Brugere","View and download server logs":"Se og download serverlogfiler","View and manage scheduled tasks":"Se og administrer planlagte opgaver","View information about the server":"Se oplysninger om serveren","Welcome to Wizarr":"Velkommen til Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Med Plex har du adgang til alle de film, tv-shows, musik og billeder, der er gemt på deres server!","Wizarr":"Troldmand","You have successfully completed the setup process.":"Du har fuldført opsætningsprocessen.","Your Done":"Din færdig"},"de":{"About":"Um","Add API keys for external services":"Fügen Sie API-Schlüssel für externe Dienste hinzu","Add Custom HTML page to help screen":"Fügen Sie dem Hilfebildschirm eine benutzerdefinierte HTML-Seite hinzu","Add Jellyseerr, Overseerr or Ombi support":"Fügen Sie Jellyseerr-, Overseerr- oder Ombi-Unterstützung hinzu","Add Passkey":"Passkey hinzufügen","Admin Account":"Admin-Konto","Advanced Options":"Erweiterte Optionen","Advanced settings for the server":"Erweiterte Einstellungen für den Server","All done!":"Alles erledigt!","Back":"Zurück","Check for and view updates":"Suchen Sie nach Updates und zeigen Sie sie an","Continue":"Weitermachen","Copy":"Kopieren","Create API Key":"API-Schlüssel erstellen","Create Invitation":"Einladung erstellen","Create Invite":"Einladung erstellen","Currently Wizarr only supports it's internal SQLite database.":"Derzeit unterstützt Wizarr nur seine interne SQLite-Datenbank.","Database":"Datenbank","Eh, So, What is Jellyfin exactly?":"Äh, was genau ist Jellyfin?","Eh, So, What is Plex exactly?":"Äh, also, was ist Plex genau?","Email":"Email","Enable Discord page and configure settings":"Aktivieren Sie die Discord-Seite und konfigurieren Sie die Einstellungen","General settings for the server":"Allgemeine Einstellungen für den Server","Get Started":"Loslegen","Getting Started!":"Einstieg!","Go to Dashboard":"Gehen Sie zum Dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Tolle Frage! Plex ist eine Software, die es Einzelpersonen ermöglicht, ihre Mediensammlungen mit anderen zu teilen. Wenn Sie diese Einladung erhalten haben, bedeutet das, dass jemand seine Bibliothek mit Ihnen teilen möchte.","Invitations":"Einladungen","Invite Code":"Einladungscode","Invited Users":"Eingeladene Benutzer","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin ist eine Plattform, mit der Sie alle Ihre Lieblingsfilme, Fernsehsendungen und Musik an einem Ort streamen können. Es ist, als hätten Sie Ihr persönliches Kino direkt zur Hand! Betrachten Sie es als eine digitale Bibliothek Ihrer Lieblingsinhalte, auf die Sie von überall und auf jedem Gerät zugreifen können – Ihrem Telefon, Tablet, Laptop, Smart-TV, was auch immer.","Join":"Verbinden","Join & Download Plex for this device":"Treten Sie bei und laden Sie Plex für dieses Gerät herunter","Load More":"Mehr laden","Login":"Anmeldung","Login with Password":"Melden Sie sich mit Passwort an","Login with your account":"Melden Sie sich mit Ihrem Konto an","Manage your invitations":"Verwalten Sie Ihre Einladungen","Modify the look and feel of the server":"Ändern Sie das Erscheinungsbild des Servers","Name":"Name","Next":"Nächste","No settings matched your search.":"Keine Einstellungen stimmten mit Ihrer Suche überein.","Open Jellyfin":"Öffnen Sie Jellyfin","Password":"Passwort","Planning on watching Movies on this device? Download Plex for this device.":"Planen Sie, Filme auf diesem Gerät anzusehen? Laden Sie Plex für dieses Gerät herunter.","Press the button below and follow your browser's steps to login":"Klicken Sie auf die Schaltfläche unten und befolgen Sie die Schritte Ihres Browsers, um sich anzumelden","Request Access":"Anfrage Zugang","Save":"Speichern","Scan Users":"Benutzer scannen","Select Language":"Sprache auswählen","Select Libraries":"Wählen Sie Bibliotheken aus","Server Display Name":"Anzeigename des Servers","Settings":"Einstellungen","Setup Wizarr":"Setup-Assistent","Share":"Aktie","So let's see how to get started!":"Schauen wir uns also an, wie wir anfangen können!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Damit haben Sie nun Zugriff auf die Mediensammlung unseres Servers. Stellen wir sicher, dass Sie wissen, wie Sie es mit Plex verwenden.","Something's missing.":"Etwas fehlt.","Sorry, we can't find that page. It doesn't seem to exist!":"Leider können wir diese Seite nicht finden. Es scheint nicht zu existieren!","This is a temporary and we are working on adding support for other databases.":"Dies ist nur vorübergehend und wir arbeiten daran, Unterstützung für andere Datenbanken hinzuzufügen.","Use your Fingerprint or Face Recognition to Verify your Identity":"Verwenden Sie Ihren Fingerabdruck oder Ihre Gesichtserkennung, um Ihre Identität zu überprüfen","Username":"Nutzername","Users":"Benutzer","View and download server logs":"Serverprotokolle anzeigen und herunterladen","View and manage scheduled tasks":"Geplante Aufgaben anzeigen und verwalten","View information about the server":"Informationen zum Server anzeigen","Welcome to Wizarr":"Willkommen bei Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Mit Plex haben Sie Zugriff auf alle Filme, Fernsehsendungen, Musik und Fotos, die auf dem Server gespeichert sind!","Wizarr":"Zauberer","You have successfully completed the setup process.":"Sie haben den Einrichtungsvorgang erfolgreich abgeschlossen.","Your Done":"Du bist fertig"},"fr":{"About":"À propos","Account":"Compte","Account Settings":"Paramètres du compte","Add API keys for external services":"Ajouter des clés API pour les services externes","Add Custom HTML page to help screen":"Ajouter une page HTML personnalisée à l'écran d'aide","Add Jellyseerr, Overseerr or Ombi support":"Ajouter le support Jellyseerr, Overseerr ou Ombi","Add Passkey":"Ajouter un mot de passe","Add Request Service":"Ajouter un service de demande","Add Service":"Ajouter un service","Add webhooks for external services":"Ajouter des webhooks pour les services externes","Admin Account":"Compte administrateur","Advanced Options":"Options avancées","Advanced Settings":"Paramètres avancés","Advanced settings for the server":"Paramètres avancés pour le serveur","All done!":"Tout est fait !","API Key":"Clé API","API key deleted successfully":"clé API supprimée avec succès","API key deletion cancelled":"Suppression de la clé API annulée","API keys":"clés API","Are you sure you want to delete this API key?":"Êtes-vous sûr de vouloir supprimer cette clé API ?","Are you sure you want to delete this invitation?":"Êtes-vous sûr de vouloir supprimer cette invitation ?","Are you sure you want to delete this request?":"Êtes-vous sûr de vouloir supprimer cette demande ?","Are you sure you want to delete this webhook?":"Êtes-vous sûr de vouloir supprimer ce webhook ?","Are you sure you want to reset your dashboard?":"Êtes-vous sûr de vouloir réinitialiser votre tableau de bord ?","Are you sure you want to save this connection, this will reset your Wizarr instance, which may lead to data loss.":"Êtes-vous sûr de vouloir enregistrer cette connexion, cela réinitialisera votre instance Wizarr, ce qui pourrait entraîner une perte de données.","Are you sure?":"Es-tu sûr ?","Back":"Retour","Backup":"Sauvegarde","Backup File":"Fichier de sauvegarde","Change your password":"Changez votre mot de passe","Check for and view updates":"Rechercher et afficher les mises à jour","Click the key to copy to clipboard!":"Cliquez sur la touche pour copier dans le presse-papier !","Close":"Fermer","Configure Discord bot settings":"Configurer les paramètres du robot Discord","Configure notification settings":"Configurer les paramètres de notification","Configure payment settings":"Configurer les paramètres de paiement","Configure your account settings":"Configurez les paramètres de votre compte","Configure your media server settings":"Configurez les paramètres de votre serveur multimédia","Configure your passkeys":"Configurez vos mots de passe","Continue":"Continuer","Contributors":"Contributeurs","Copied to clipboard":"Copié dans le presse-papiers","Copy":"Copie","Could not connect to the server.":"Impossible de se connecter au serveur.","Could not create the account.":"Impossible de créer le compte.","Create a backup of your database and configuration. Please set an encryption password to protect your backup file.":"Créez une sauvegarde de votre base de données et de votre configuration. ","Create and restore backups":"Créer et restaurer des sauvegardes","Create Another":"Créer un autre","Create API Key":"Créer une clé API","Create Flow":"Créer un flux","Create Invitation":"Créer une invitation","Create Invite":"Créer une invitation","Create Webhook":"Créer un webhook","Currently Wizarr only supports it's internal SQLite database.":"Actuellement, Wizarr ne prend en charge que sa base de données SQLite interne.","Custom HTML":"HTML personnalisé","Dashboard reset cancelled":"Réinitialisation du tableau de bord annulée","Dashboard reset successfully":"Réinitialisation du tableau de bord réussie","Dashboard Widgets":"Widgets du tableau de bord","Database":"Base de données","Deleted users will not be visible":"Les utilisateurs supprimés ne seront pas visibles","Detect Server":"Détecter le serveur","Detected %{server_type} server!":"Serveur %{server_type} détecté !","Discord":"Discorde","Discord Bot":"Bot Discorde","Do you really want to delete this user from your media server?":"Voulez-vous vraiment supprimer cet utilisateur de votre serveur multimédia ?","Don't see your server?":"Vous ne voyez pas votre serveur ?","Edit Dashboard":"Modifier le tableau de bord","Eh, So, What is Jellyfin exactly?":"Eh, alors, qu’est-ce que Jellyfin exactement ?","Eh, So, What is Plex exactly?":"Eh, alors, qu’est-ce que Plex exactement ?","Email":"E-mail","Enable Discord page and configure settings":"Activer la page Discord et configurer les paramètres","Encryption Password":"Mot de passe de cryptage","Expired %{s}":"%{s} expiré","Expires %{s}":"Expire %{s}","Failed to create invitation":"Échec de la création de l'invitation","First name":"Prénom","Flow Editor":"Éditeur de flux","General settings for the server":"Paramètres généraux du serveur","Get Started":"Commencer","Getting Started!":"Pour commencer !","Go Home":"Rentrer à la maison","Go to Dashboard":"Aller au tableau de bord","Go to Login":"Aller à la connexion","Great news! You now have access to our server's media collection. Let's make sure you know how to use it with Jellyfin.":"Excellente nouvelle ! ","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Excellente question ! ","here":"ici","Home":"Accueil","https://example.com":"https://exemple.com","I wanted to invite you to join my media server.":"Je voulais vous inviter à rejoindre mon serveur multimédia.","If you were sent here by a friend, please request access or if you have an invite code, please click Get Started!":"Si un ami vous a envoyé ici, veuillez demander l'accès ou si vous avez un code d'invitation, veuillez cliquer sur Commencer !","Invalid invitation code, please try again":"Code d'invitation invalide, veuillez réessayer","Invitation Code":"Code d'invitation","Invitation deleted successfully":"Invitation supprimée avec succès","Invitation deletion cancelled":"Suppression de l'invitation annulée","Invitation Details":"Détails de l'invitation","Invitation expired %{s}":"Invitation expirée %{s}","Invitation expires %{s}":"L'invitation expire %{s}","Invitation Settings":"Paramètres d'invitation","Invitation used":"Invitation utilisée","Invitation Users":"Utilisateurs invités","Invite Code":"Code d'invitation","Invited Users":"Utilisateurs invités","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin est une plate-forme qui vous permet de diffuser tous vos films, émissions de télévision et musique préférés en un seul endroit. ","Join":"Rejoindre","Join & Download":"Rejoindre","Like this Widget, it shows you the latest information about Wizarr and will be updated regularly by our amazing team.":"Comme ce widget, il vous montre les dernières informations sur Wizarr et sera mis à jour régulièrement par notre incroyable équipe.","Managing %{user}":"Gestion de %{user}","Martian":"Martien","marvin":"Marvin","Media Server":"serveur multimédia","Mixing the potions...":"Mélanger les potions...","Modify the look and feel of the server":"Modifier l'apparence et la convivialité du serveur","My API Key":"Ma clé API","My Webhook":"Mon webhook","Name":"Nom","Next":"Suivant","No API Keys found":"Aucune clé API trouvée","No contributors found":"Aucun contributeur trouvé","No expiration":"Pas d'expiration","No Invitations found":"Aucune invitation trouvée","No Passkeys found":"Aucun mot de passe trouvé","No Requests found":"Aucune demande trouvée","No servers could be found.":"Aucun serveur n'a pu être trouvé.","No settings matched your search.":"Aucun paramètre ne correspond à votre recherche.","No Users found":"Aucun utilisateur trouvé","No Webhooks found":"Aucun webhook trouvé","Open Jellyfin":"Ouvrir Jellyfin","Open Plex":"Plex ouvert","Passkey Authentication":"Authentification par mot de passe","Password":"Mot de passe","Payments":"Paiements","Planning on watching Movies on this device? Download Jellyfin for this device or click 'Next' to for other options.":"Vous envisagez de regarder des films sur cet appareil ? ","Planning on watching Movies on this device? Download Plex for this device.":"Vous envisagez de regarder des films sur cet appareil ? ","Please bare in mind that these tools are only for debugging purposes and we will not provide you with support from any issues that may arise from using them.":"N'oubliez pas que ces outils sont uniquement destinés à des fins de débogage et que nous ne vous fournirons aucune assistance en cas de problèmes pouvant survenir lors de leur utilisation.","Please enter a server URL and API key.":"Veuillez saisir une URL de serveur et une clé API.","Please enter a server URL.":"Veuillez saisir une URL de serveur.","Please enter an invite code":"Veuillez saisir un code d'invitation","Please enter your invite code":"Veuillez saisir votre code d'invitation","Please login to your Plex account to help us connect you to our server.":"Veuillez vous connecter à votre compte Plex pour nous aider à vous connecter à notre serveur.","Please take a copy your API key. You will not be able to see it again, please make sure to store it somewhere safe.":"Veuillez prendre une copie de votre clé API. ","Please wait...":"Veuillez patienter...","Preparing the spells...":"Préparer les sorts...","Press the button below and follow your browser's steps to login":"Appuyez sur le bouton ci-dessous et suivez les étapes de votre navigateur pour vous connecter","Read More":"Lire la suite","Request Access":"demande d'accès","Requests":"Demandes","Reset Layout":"Réinitialiser la disposition","Restore":"Restaurer","Restore a backup of your database and configuration from a backup file. You will need to provide the encryption password that was used to create the backup":"Restaurez une sauvegarde de votre base de données et de votre configuration à partir d'un fichier de sauvegarde. ","Restore a backup of your database and configuration from a backup file. You will need to provide the encryption password that was used to create the backup.":"Restaurez une sauvegarde de votre base de données et de votre configuration à partir d'un fichier de sauvegarde. ","Restore Backup":"Restaurer la sauvegarde","Save":"Enregistrer","Save Account":"Enregistrer le compte","Save Connection":"Enregistrer la connexion","Save Dashboard":"Enregistrer le tableau de bord","Save URL":"Enregistrer l'URL","Scan Libraries":"Analyser les bibliothèques","Scan Servers":"Serveurs de numérisation","Scan Users":"Analyser les utilisateurs","Select Language":"Sélectionner la langue","Select Libraries":"Sélectionner des bibliothèques","Server API Key":"clé API du serveur","Server connection verified!":"Connexion au serveur vérifiée !","Server Display Name":"Nom d'affichage du serveur","Server Type":"Type de serveur","Server URL":"URL du serveur","Sessions":"Séances","Settings":"Paramètres","Settings for user accounts":"Paramètres des comptes d'utilisateurs","Setup Wizarr":"Assistant de configuration","Setup your account":"Configurez votre compte","Share":"Partager","Share Invitation":"Partager l'invitation","Share this link with your friends and family to invite them to join your media server.":"Partagez ce lien avec vos amis et votre famille pour les inviter à rejoindre votre serveur multimédia.","So let's see how to get started!":"Voyons donc par où commencer !","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Vous avez donc désormais accès à la collection multimédia de notre serveur. ","Something went wrong while trying to join the server. Please try again later.":"Une erreur s'est produite lors de la tentative de connexion au serveur. ","Something's missing.":"Il manque quelque chose.","Sorry, we can't find that page. It doesn't seem to exist!":"Désolé, nous ne trouvons pas cette page. ","Start Walkthrough":"Démarrer la procédure pas à pas","Still under development":"Toujours en développement","Summoning the spirits...":"Invoquer les esprits...","Support us":"Soutenez-nous","Tasks":"Tâches","These are your widgets, you can use them to get a quick overview of your Wizarr instance.":"Ce sont vos widgets, vous pouvez les utiliser pour avoir un aperçu rapide de votre instance Wizarr.","This is a temporary and we are working on adding support for other databases.":"Ceci est temporaire et nous travaillons sur l’ajout de la prise en charge d’autres bases de données.","This page is currently read only!":"Cette page est actuellement en lecture seule !","To decrypt and encrypt backup files you can use the tools":"Pour décrypter et chiffrer les fichiers de sauvegarde, vous pouvez utiliser les outils","Total Invitations":"Total des invitations","Total Tasks":"Total des tâches","Total Users":"Nombre total d'utilisateurs","Try Again":"Réessayez","Type in your invite code to %{server_name} server!":"Tapez votre code d'invitation sur le serveur %{server_name} !","Uh oh!":"Euh oh !","UI Settings":"Paramètres de l'interface utilisateur","Unable to detect server.":"Impossible de détecter le serveur.","Unable to save connection.":"Impossible d'enregistrer la connexion.","Unable to verify server.":"Impossible de vérifier le serveur.","Updates":"mises à jour","Use your Fingerprint or Face Recognition to Verify your Identity":"utilisez votre empreinte digitale ou votre reconnaissance faciale pour vérifier votre identité","User %{user} deleted":"Utilisateur %{user} supprimé","User deletion cancelled":"Suppression de l'utilisateur annulée","User Expiration":"Expiration de l'utilisateur","User expired %{s}":"L'utilisateur a expiré %{s}","User expires %{s}":"L'utilisateur expire %{s}","Username":"Nom d'utilisateur","Users":"Utilisateurs","Verify Connection":"Vérifier la connexion","View":"Afficher","View and download server logs":"Afficher et télécharger les journaux du serveur","View and manage scheduled tasks":"Afficher et gérer les tâches planifiées","View and manage your active sessions":"Affichez et gérez vos sessions actives","View API key":"Afficher la clé API","View information about the server":"Afficher les informations sur le serveur","Waving our wands...":"Agitant nos baguettes...","We want to help you get started with Wizarr as quickly as possible, consider following this tour to get a quick overview.":"Nous souhaitons vous aider à démarrer avec Wizarr le plus rapidement possible, pensez à suivre cette visite guidée pour avoir un aperçu rapide.","Webhook deleted successfully":"Webhook supprimé avec succès","Webhook deletion cancelled":"Suppression du webhook annulée","Welcome to Wizarr":"Bienvenue chez le Sorcier","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Avec Plex, vous aurez accès à tous les films, émissions de télévision, musique et photos stockés sur leur serveur !","Wizarr":"Magicien","Wizarr is a software tool that provides advanced user invitation and management capabilities for media servers such as Jellyfin, Emby, and Plex. With Wizarr, server administrators can easily invite new users and manage their access":"Wizarr est un outil logiciel qui fournit des fonctionnalités avancées d'invitation et de gestion des utilisateurs pour les serveurs multimédias tels que Jellyfin, Emby et Plex. ","You can also edit your dashboard, delete widgets, add new widgets, and move them around.":"Vous pouvez également modifier votre tableau de bord, supprimer des widgets, ajouter de nouveaux widgets et les déplacer.","You have successfully completed the setup process.":"Vous avez terminé avec succès le processus de configuration.","You're all set, click continue to get started and walkthrough how to use %{serverName}!":"Vous êtes prêt, cliquez sur Continuer pour commencer et découvrir comment utiliser %{serverName} !","Your browser does not support copying to clipboard":"Votre navigateur ne prend pas en charge la copie dans le presse-papiers","Your Done":"C’est terminé"},"en":{"About":"About","Account":"Account","Account Settings":"Account Settings","Add API keys for external services":"Add API keys for external services","Add Custom HTML page to help screen":"Add Custom HTML page to help screen","Add Jellyseerr, Overseerr or Ombi support":"Add Jellyseerr, Overseerr or Ombi support","Add Passkey":"Add Passkey","Add Request Service":"Add Request Service","Add Service":"Add Service","Add webhooks for external services":"Add webhooks for external services","Admin Account":"Admin Account","Advanced Options":"Advanced Options","Advanced Settings":"Advanced Settings","Advanced settings for the server":"Advanced settings for the server","All done!":"All done!","API Key":"API Key","API key deleted successfully":"API key deleted successfully","API key deletion cancelled":"API key deletion cancelled","API keys":"API keys","Are you sure you want to delete this API key?":"Are you sure you want to delete this API key?","Are you sure you want to delete this invitation?":"Are you sure you want to delete this invitation?","Are you sure you want to delete this request?":"Are you sure you want to delete this request?","Are you sure you want to delete this webhook?":"Are you sure you want to delete this webhook?","Are you sure you want to reset your dashboard?":"Are you sure you want to reset your dashboard?","Are you sure?":"Are you sure?","Back":"Back","Backup":"Backup","Backup File":"Backup File","Change your password":"Change your password","Check for and view updates":"Check for and view updates","Click the key to copy to clipboard!":"Click the key to copy to clipboard!","Close":"Close","Configure Discord bot settings":"Configure Discord bot settings","Configure notification settings":"Configure notification settings","Configure payment settings":"Configure payment settings","Configure your account settings":"Configure your account settings","Configure your media server settings":"Configure your media server settings","Configure your passkeys":"Configure your passkeys","Continue":"Continue","Contributors":"Contributors","Copied to clipboard":"Copied to clipboard","Copy":"Copy","Could not connect to the server.":"Could not connect to the server.","Could not create the account.":"Could not create the account.","Create and restore backups":"Create and restore backups","Create Another":"Create Another","Create API Key":"Create API Key","Create Flow":"Create Flow","Create Invitation":"Create Invitation","Create Invite":"Create Invite","Create Webhook":"Create Webhook","Currently Wizarr only supports it's internal SQLite database.":"Currently Wizarr only supports it's internal SQLite database.","Custom HTML":"Custom HTML","Dashboard reset cancelled":"Dashboard reset cancelled","Dashboard reset successfully":"Dashboard reset successfully","Dashboard Widgets":"Dashboard Widgets","Database":"Database","Deleted users will not be visible":"Deleted users will not be visible","Detect Server":"Detect Server","Detected %{server_type} server!":"Detected %{server_type} server!","Discord":"Discord","Discord Bot":"Discord Bot","Do you really want to delete this user from your media server?":"Do you really want to delete this user from your media server?","Don't see your server?":"Don't see your server?","Edit Dashboard":"Edit Dashboard","Eh, So, What is Jellyfin exactly?":"Eh, So, What is Jellyfin exactly?","Eh, So, What is Plex exactly?":"Eh, So, What is Plex exactly?","Email":"Email","Enable Discord page and configure settings":"Enable Discord page and configure settings","Encryption Password":"Encryption Password","Expired %{s}":"Expired %{s}","Expires %{s}":"Expires %{s}","Failed to create invitation":"Failed to create invitation","First name":"First name","Flow Editor":"Flow Editor","General settings for the server":"General settings for the server","Get Started":"Get Started","Getting Started!":"Getting Started!","Go Home":"Go Home","Go to Dashboard":"Go to Dashboard","Go to Login":"Go to Login","here":"here","Home":"Home","https://example.com":"https://example.com","I wanted to invite you to join my media server.":"I wanted to invite you to join my media server.","Invalid invitation code, please try again":"Invalid invitation code, please try again","Invitation Code":"Invitation Code","Invitation deleted successfully":"Invitation deleted successfully","Invitation deletion cancelled":"Invitation deletion cancelled","Invitation Details":"Invitation Details","Invitation expired %{s}":"Invitation expired %{s}","Invitation expires %{s}":"Invitation expires %{s}","Invitation Settings":"Invitation Settings","Invitation used":"Invitation used","Invitation Users":"Invitation Users","Invitations":"Invitations","Invite Code":"Invite Code","Invited Users":"Invited Users","Join":"Join","Join & Download":"Join & Download","Join & Download Plex for this device":"Join & Download Plex for this device","Join my media server":"Join my media server","Last name":"Last name","Latest Info":"Latest Info","Latest Information":"Latest Information","Load More":"Load More","Login":"Login","Login to Plex":"Login to Plex","Login with Passkey":"Login with Passkey","Login with Password":"Login with Password","Login with your account":"Login with your account","Logs":"Logs","Main Settings":"Main Settings","Manage you Wizarr server":"Manage you Wizarr server","Manage your command flows":"Manage your command flows","Manage your invitations":"Manage your invitations","Manage your media server users":"Manage your media server users","Managing %{user}":"Managing %{user}","Martian":"Martian","marvin":"marvin","Marvin":"Marvin","marvin@wizarr.dev":"marvin@wizarr.dev","Media Server":"Media Server","Mixing the potions...":"Mixing the potions...","Modify the look and feel of the server":"Modify the look and feel of the server","My API Key":"My API Key","My Webhook":"My Webhook","Name":"Name","Next":"Next","No API Keys found":"No API Keys found","No contributors found":"No contributors found","No expiration":"No expiration","No Invitations found":"No Invitations found","No Passkeys found":"No Passkeys found","No Requests found":"No Requests found","No servers could be found.":"No servers could be found.","No settings matched your search.":"No settings matched your search.","No Users found":"No Users found","No Webhooks found":"No Webhooks found","Notifications":"Notifications","Open Jellyfin":"Open Jellyfin","Open Plex":"Open Plex","Passkey Authentication":"Passkey Authentication","Password":"Password","Payments":"Payments","Please enter a server URL and API key.":"Please enter a server URL and API key.","Please enter a server URL.":"Please enter a server URL.","Please enter an invite code":"Please enter an invite code","Please enter your invite code":"Please enter your invite code","Please login to your Plex account to help us connect you to our server.":"Please login to your Plex account to help us connect you to our server.","Please wait...":"Please wait...","Preparing the spells...":"Preparing the spells...","Press the button below and follow your browser's steps to login":"Press the button below and follow your browser's steps to login","Read More":"Read More","Request Access":"Request Access","Requests":"Requests","Reset Layout":"Reset Layout","Restore":"Restore","Restore Backup":"Restore Backup","Save":"Save","Save Account":"Save Account","Save Connection":"Save Connection","Save Dashboard":"Save Dashboard","Save URL":"Save URL","Scan Libraries":"Scan Libraries","Scan Servers":"Scan Servers","Scan Users":"Scan Users","Select Language":"Select Language","Select Libraries":"Select Libraries","Server API Key":"Server API Key","Server connection verified!":"Server connection verified!","Server Display Name":"Server Display Name","Server Type":"Server Type","Server URL":"Server URL","Sessions":"Sessions","Settings":"Settings","Settings for user accounts":"Settings for user accounts","Setup Wizarr":"Setup Wizarr","Setup your account":"Setup your account","Share":"Share","Share Invitation":"Share Invitation","So let's see how to get started!":"So let's see how to get started!","Something's missing.":"Something's missing.","Sorry, we can't find that page. It doesn't seem to exist!":"Sorry, we can't find that page. It doesn't seem to exist!","Start Walkthrough":"Start Walkthrough","Still under development":"Still under development","Summoning the spirits...":"Summoning the spirits...","Support us":"Support us","Tasks":"Tasks","This page is currently read only!":"This page is currently read only!","To decrypt and encrypt backup files you can use the tools":"To decrypt and encrypt backup files you can use the tools","Total Invitations":"Total Invitations","Total Tasks":"Total Tasks","Total Users":"Total Users","Try Again":"Try Again","Type in your invite code to %{server_name} server!":"Type in your invite code to %{server_name} server!","Uh oh!":"Uh oh!","UI Settings":"UI Settings","Unable to detect server.":"Unable to detect server.","Unable to save connection.":"Unable to save connection.","Unable to verify server.":"Unable to verify server.","Updates":"Updates","URL":"URL","Use your Fingerprint or Face Recognition to Verify your Identity":"Use your Fingerprint or Face Recognition to Verify your Identity","User %{user} deleted":"User %{user} deleted","User deletion cancelled":"User deletion cancelled","User Expiration":"User Expiration","User expired %{s}":"User expired %{s}","User expires %{s}":"User expires %{s}","Username":"Username","Users":"Users","Verify Connection":"Verify Connection","View":"View","View and download server logs":"View and download server logs","View and manage scheduled tasks":"View and manage scheduled tasks","View and manage your active sessions":"View and manage your active sessions","View API key":"View API key","View information about the server":"View information about the server","Waving our wands...":"Waving our wands...","Webhook deleted successfully":"Webhook deleted successfully","Webhook deletion cancelled":"Webhook deletion cancelled","Webhooks":"Webhooks","Welcome to Wizarr":"Welcome to Wizarr","Wizarr":"Wizarr","You have successfully completed the setup process.":"You have successfully completed the setup process.","Your browser does not support copying to clipboard":"Your browser does not support copying to clipboard","Your Done":"Your Done"},"fa":{"About":"در باره","Add API keys for external services":"کلیدهای API را برای سرویس های خارجی اضافه کنید","Add Custom HTML page to help screen":"صفحه HTML سفارشی را برای صفحه راهنما اضافه کنید","Add Jellyseerr, Overseerr or Ombi support":"پشتیبانی Jellyseerr، Overeerr یا Ombi را اضافه کنید","Add Passkey":"رمز عبور را اضافه کنید","Admin Account":"حساب مدیریت","Advanced Options":"گزینه های پیشرفته","Advanced settings for the server":"تنظیمات پیشرفته برای سرور","All done!":"همه چیز تمام شد!","Back":"بازگشت","Check for and view updates":"به روز رسانی ها را بررسی و مشاهده کنید","Continue":"ادامه هید","Copy":"کپی 🀄","Create API Key":"کلید API ایجاد کنید","Create Invitation":"ایجاد دعوت نامه","Create Invite":"ایجاد دعوت","Currently Wizarr only supports it's internal SQLite database.":"در حال حاضر Wizarr فقط از پایگاه داده داخلی SQLite خود پشتیبانی می کند.","Database":"پایگاه داده","Eh, So, What is Jellyfin exactly?":"اوه، بنابراین، Jellyfin دقیقا چیست؟","Eh, So, What is Plex exactly?":"اوه، خب، Plex دقیقا چیست؟","Email":"پست الکترونیک","Enable Discord page and configure settings":"صفحه Discord را فعال کنید و تنظیمات را پیکربندی کنید","General settings for the server":"تنظیمات کلی برای سرور","Get Started":"شروع کنید","Getting Started!":"شروع شدن!","Go to Dashboard":"به داشبورد بروید","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"سوال عالی! Plex نرم افزاری است که به افراد امکان می دهد مجموعه های رسانه ای خود را با دیگران به اشتراک بگذارند. اگر این دعوت را دریافت کرده اید، به این معنی است که شخصی می خواهد کتابخانه خود را با شما به اشتراک بگذارد.","Invitations":"دعوت نامه ها","Invite Code":"کد دعوت","Invited Users":"کاربران دعوت شده","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin پلتفرمی است که به شما امکان می دهد تمام فیلم ها، برنامه های تلویزیونی و موسیقی مورد علاقه خود را در یک مکان پخش کنید. مثل این است که سینمای شخصی خود را در دستان خود داشته باشید! آن را به عنوان یک کتابخانه دیجیتالی از محتوای مورد علاقه خود در نظر بگیرید که می توانید از هر کجا و در هر دستگاهی - تلفن، تبلت، لپ تاپ، تلویزیون هوشمند خود، به آن دسترسی داشته باشید.","Join":"پیوستن","Join & Download Plex for this device":"به Plex بپیوندید و برای این دستگاه دانلود کنید","Load More":"بارگذاری بیشتر","Login":"وارد شدن","Login with Password":"با رمز عبور وارد شوید","Login with your account":"با حساب کاربری خود وارد شوید","Manage your invitations":"دعوت نامه های خود را مدیریت کنید","Modify the look and feel of the server":"ظاهر و احساس سرور را تغییر دهید","Name":"نام","Next":"بعد","No settings matched your search.":"هیچ تنظیماتی با جستجوی شما مطابقت نداشت.","Open Jellyfin":"Jellyfin را باز کنید","Password":"کلمه عبور","Planning on watching Movies on this device? Download Plex for this device.":"آیا قصد تماشای فیلم در این دستگاه را دارید؟ Plex را برای این دستگاه دانلود کنید.","Press the button below and follow your browser's steps to login":"دکمه زیر را فشار دهید و مراحل مرورگر خود را برای ورود دنبال کنید","Request Access":"درخواست دسترسی","Save":"صرفه جویی","Scan Users":"اسکن کاربران","Select Language":"زبان را انتخاب کنید","Select Libraries":"کتابخانه ها را انتخاب کنید","Server Display Name":"نام نمایشی سرور","Settings":"تنظیمات","Setup Wizarr":"Setup Wizarr","Share":"اشتراک گذاری","So let's see how to get started!":"پس بیایید ببینیم چگونه شروع کنیم!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"بنابراین شما اکنون به مجموعه رسانه های سرور ما دسترسی دارید. بیایید مطمئن شویم که می دانید چگونه از آن با Plex استفاده کنید.","Something's missing.":"چیزی کم است","Sorry, we can't find that page. It doesn't seem to exist!":"متأسفیم، ما نمی توانیم آن صفحه را پیدا کنیم. به نظر نمی رسد وجود داشته باشد!","This is a temporary and we are working on adding support for other databases.":"این یک موقت است و ما در حال کار بر روی افزودن پشتیبانی برای سایر پایگاه های داده هستیم.","Use your Fingerprint or Face Recognition to Verify your Identity":"از اثر انگشت یا تشخیص چهره خود برای تأیید هویت خود استفاده کنید","Username":"نام کاربری","Users":"کاربران","View and download server logs":"گزارش های سرور را مشاهده و دانلود کنید","View and manage scheduled tasks":"کارهای برنامه ریزی شده را مشاهده و مدیریت کنید","View information about the server":"مشاهده اطلاعات مربوط به سرور","Welcome to Wizarr":"به Wizarr خوش آمدید","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"با Plex، به تمام فیلم‌ها، برنامه‌های تلویزیونی، موسیقی و عکس‌هایی که در سرور آنها ذخیره شده‌اند دسترسی خواهید داشت!","Wizarr":"جادوگر","You have successfully completed the setup process.":"شما مراحل راه اندازی را با موفقیت به پایان رساندید.","Your Done":"انجام شد"},"he":{"About":"על אודות","Add API keys for external services":"הוסף מפתחות API עבור שירותים חיצוניים","Add Custom HTML page to help screen":"הוסף דף HTML מותאם אישית למסך העזרה","Add Jellyseerr, Overseerr or Ombi support":"הוסף תמיכה ב-Jellyseerr, Overseerr או Ombi","Add Passkey":"הוסף מפתח סיסמה","Admin Account":"חשבון ניהול","Advanced Options":"אפשרויות מתקדמות","Advanced settings for the server":"הגדרות מתקדמות עבור השרת","All done!":"הכל בוצע!","Back":"חזור","Check for and view updates":"בדוק והצג עדכונים","Continue":"לְהַמשִׁיך","Copy":"עותק","Create API Key":"צור מפתח API","Create Invitation":"צור הזמנה","Create Invite":"צור הזמנה","Currently Wizarr only supports it's internal SQLite database.":"נכון לעכשיו Wizarr תומך רק במסד הנתונים הפנימי של SQLite.","Database":"מאגר מידע","Eh, So, What is Jellyfin exactly?":"אה, אז מה זה ג'ליפין בדיוק?","Eh, So, What is Plex exactly?":"אה, אז מה זה Plex בדיוק?","Email":"אימייל","Enable Discord page and configure settings":"הפעל את דף Discord והגדר את ההגדרות","General settings for the server":"הגדרות כלליות לשרת","Get Started":"להתחיל","Getting Started!":"מתחילים!","Go to Dashboard":"עבור אל לוח המחוונים","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"שאלה מצוינת! Plex היא תוכנה המאפשרת לאנשים לחלוק את אוספי המדיה שלהם עם אחרים. אם קיבלת הזמנה זו, זה אומר שמישהו רוצה לחלוק איתך את הספרייה שלו.","Invitations":"הזמנות","Invite Code":"קוד הזמנה","Invited Users":"משתמשים מוזמנים","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin היא פלטפורמה המאפשרת לך להזרים את כל הסרטים, תוכניות הטלוויזיה והמוזיקה האהובים עליך במקום אחד. זה כמו שיש לך בית קולנוע אישי משלך ממש בהישג ידך! תחשוב על זה כעל ספרייה דיגיטלית של התוכן האהוב עליך שאתה יכול לגשת אליו מכל מקום, בכל מכשיר - הטלפון, הטאבלט, המחשב הנייד, הטלוויזיה החכמה, אתה שם את זה.","Join":"לְהִצְטַרֵף","Join & Download Plex for this device":"הצטרף והורד את Plex עבור מכשיר זה","Load More":"טען עוד","Login":"התחברות","Login with Password":"התחבר עם סיסמה","Login with your account":"התחבר עם החשבון שלך","Manage your invitations":"נהל את ההזמנות שלך","Modify the look and feel of the server":"שנה את המראה והתחושה של השרת","Name":"שֵׁם","Next":"הַבָּא","No settings matched your search.":"אין הגדרות שתואמות לחיפוש שלך.","Open Jellyfin":"פתח את ג'ליפין","Password":"סיסמה","Planning on watching Movies on this device? Download Plex for this device.":"מתכננים לצפות בסרטים במכשיר זה? הורד את Plex עבור מכשיר זה.","Press the button below and follow your browser's steps to login":"לחץ על הלחצן למטה ובצע את השלבים של הדפדפן שלך כדי להיכנס","Request Access":"לבקש גישה","Save":"להציל","Scan Users":"סרוק משתמשים","Select Language":"בחר שפה","Select Libraries":"בחר ספריות","Server Display Name":"שם תצוגה של שרת","Settings":"הגדרות","Setup Wizarr":"אשף התקנה","Share":"לַחֲלוֹק","So let's see how to get started!":"אז בואו נראה איך להתחיל!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"אז עכשיו יש לך גישה לאוסף המדיה של השרת שלנו. בוא נוודא שאתה יודע איך להשתמש בו עם Plex.","Something's missing.":"משהו חסר.","Sorry, we can't find that page. It doesn't seem to exist!":"מצטערים, אנחנו לא יכולים למצוא את הדף הזה. נראה שזה לא קיים!","This is a temporary and we are working on adding support for other databases.":"זה זמני ואנחנו עובדים על הוספת תמיכה עבור מסדי נתונים אחרים.","Use your Fingerprint or Face Recognition to Verify your Identity":"השתמש בטביעת האצבע או בזיהוי הפנים שלך כדי לאמת את זהותך","Username":"שם משתמש","Users":"משתמשים","View and download server logs":"הצג והורד יומני שרת","View and manage scheduled tasks":"הצג ונהל משימות מתוזמנות","View information about the server":"הצג מידע על השרת","Welcome to Wizarr":"ברוכים הבאים ל-Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"עם Plex, תהיה לך גישה לכל הסרטים, תוכניות הטלוויזיה, המוזיקה והתמונות המאוחסנים בשרת שלהם!","Wizarr":"קוסם","You have successfully completed the setup process.":"השלמת בהצלחה את תהליך ההגדרה.","Your Done":"שלך בוצע"},"es":{"About":"Acerca de","Add API keys for external services":"Agregar claves API para servicios externos","Add Custom HTML page to help screen":"Agregar página HTML personalizada a la pantalla de ayuda","Add Jellyseerr, Overseerr or Ombi support":"Añadir compatibilidad con Jellyseerr, Overseerr u Ombi","Add Passkey":"Agregar clave de acceso","Admin Account":"Cuenta de administrador","Advanced Options":"Opciones avanzadas","Advanced settings for the server":"Configuración avanzada para el servidor","All done!":"¡Todo listo!","Back":"Atrás","Check for and view updates":"Buscar y ver actualizaciones","Continue":"Continuar","Copy":"Copiar","Create API Key":"Crear clave API","Create Invitation":"Crear invitación","Create Invite":"Crear invitación","Currently Wizarr only supports it's internal SQLite database.":"Actualmente, Wizarr solo admite su base de datos SQLite interna.","Database":"Base de datos","Eh, So, What is Jellyfin exactly?":"Eh, entonces, ¿qué es Jellyfin exactamente?","Eh, So, What is Plex exactly?":"Eh, entonces, ¿qué es Plex exactamente?","Email":"Correo electrónico","Enable Discord page and configure settings":"Habilitar la página de Discord y configurar los ajustes","General settings for the server":"Configuración general del servidor","Get Started":"Empezar","Getting Started!":"¡Empezando!","Go to Dashboard":"Ir al panel de control","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"¡Gran pregunta! Plex es un software que permite a las personas compartir sus colecciones de medios con otros. Si ha recibido esta invitación, significa que alguien quiere compartir su biblioteca con usted.","Invitations":"Invitaciones","Invite Code":"Codigo de invitacion","Invited Users":"Usuarios invitados","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin es una plataforma que te permite transmitir todas tus películas, programas de TV y música favoritos en un solo lugar. ¡Es como tener tu propia sala de cine personal al alcance de tu mano! Piense en ello como una biblioteca digital de su contenido favorito al que puede acceder desde cualquier lugar, en cualquier dispositivo: su teléfono, tableta, computadora portátil, televisor inteligente, lo que sea.","Join":"Unirse","Join & Download Plex for this device":"Únete y descarga Plex para este dispositivo","Load More":"Carga más","Login":"Acceso","Login with Password":"Iniciar sesión con contraseña","Login with your account":"Inicia sesión con tu cuenta","Manage your invitations":"Gestiona tus invitaciones","Modify the look and feel of the server":"Modificar la apariencia del servidor","Name":"Nombre","Next":"Próximo","No settings matched your search.":"Ninguna configuración coincidió con su búsqueda.","Open Jellyfin":"Jellyfin abierto","Password":"Contraseña","Planning on watching Movies on this device? Download Plex for this device.":"¿Planea ver películas en este dispositivo? Descarga Plex para este dispositivo.","Press the button below and follow your browser's steps to login":"Presione el botón de abajo y siga los pasos de su navegador para iniciar sesión","Request Access":"Solicitar acceso","Save":"Ahorrar","Scan Users":"Escanear usuarios","Select Language":"Seleccione el idioma","Select Libraries":"Seleccionar bibliotecas","Server Display Name":"Nombre para mostrar del servidor","Settings":"Ajustes","Setup Wizarr":"Asistente de configuración","Share":"Compartir","So let's see how to get started!":"¡Así que veamos cómo empezar!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Así que ahora tiene acceso a la colección de medios de nuestro servidor. Asegurémonos de que sabe cómo usarlo con Plex.","Something's missing.":"Algo falta, algo está faltando.","Sorry, we can't find that page. It doesn't seem to exist!":"Lo sentimos, no podemos encontrar esa página. ¡Parece que no existe!","This is a temporary and we are working on adding support for other databases.":"Esto es temporal y estamos trabajando para agregar soporte para otras bases de datos.","Use your Fingerprint or Face Recognition to Verify your Identity":"Use su huella digital o reconocimiento facial para verificar su identidad","Username":"Nombre de usuario","Users":"Usuarios","View and download server logs":"Ver y descargar registros del servidor","View and manage scheduled tasks":"Ver y administrar tareas programadas","View information about the server":"Ver información sobre el servidor.","Welcome to Wizarr":"Bienvenido a Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"¡Con Plex, tendrá acceso a todas las películas, programas de TV, música y fotos que están almacenadas en su servidor!","Wizarr":"mago","You have successfully completed the setup process.":"Ha completado con éxito el proceso de configuración.","Your Done":"Terminaste"},"hr":{"About":"Oko","Add API keys for external services":"Dodajte API ključeve za vanjske usluge","Add Custom HTML page to help screen":"Dodajte prilagođenu HTML stranicu na zaslon pomoći","Add Jellyseerr, Overseerr or Ombi support":"Dodajte Jellyseerr, Overseerr ili Ombi podršku","Add Passkey":"Dodaj pristupni ključ","Admin Account":"Administratorski račun","Advanced Options":"Napredne opcije","Advanced settings for the server":"Napredne postavke za poslužitelj","All done!":"Gotovo!","Back":"leđa","Check for and view updates":"Provjerite i pregledajte ažuriranja","Continue":"Nastaviti","Copy":"Kopirati","Create API Key":"Stvorite API ključ","Create Invitation":"Izradite pozivnicu","Create Invite":"Izradi pozivnicu","Currently Wizarr only supports it's internal SQLite database.":"Trenutno Wizarr podržava samo svoju internu SQLite bazu podataka.","Database":"Baza podataka","Eh, So, What is Jellyfin exactly?":"Eh, dakle, što je zapravo Jellyfin?","Eh, So, What is Plex exactly?":"Eh, dakle, što je točno Plex?","Email":"E-mail","Enable Discord page and configure settings":"Omogućite Discord stranicu i konfigurirajte postavke","General settings for the server":"Opće postavke za poslužitelj","Get Started":"Započnite","Getting Started!":"Početak rada!","Go to Dashboard":"Idite na nadzornu ploču","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Super pitanje! Plex je softver koji pojedincima omogućuje dijeljenje medijskih kolekcija s drugima. Ako ste primili ovu pozivnicu, to znači da netko želi podijeliti svoju knjižnicu s vama.","Invitations":"Pozivnice","Invite Code":"Pozivni kod","Invited Users":"Pozvani korisnici","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin je platforma koja vam omogućuje strujanje svih vaših omiljenih filmova, TV emisija i glazbe na jednom mjestu. To je kao da imate svoje osobno kino nadohvat ruke! Zamislite to kao digitalnu biblioteku svojih omiljenih sadržaja kojima možete pristupiti s bilo kojeg mjesta, na bilo kojem uređaju - svom telefonu, tabletu, prijenosnom računalu, pametnom TV-u, kako hoćete.","Join":"Pridružiti","Join & Download Plex for this device":"Pridružite se i preuzmite Plex za ovaj uređaj","Load More":"Učitaj više","Login":"Prijaviti se","Login with Password":"Prijavite se lozinkom","Login with your account":"Prijavite se svojim računom","Manage your invitations":"Upravljajte svojim pozivnicama","Modify the look and feel of the server":"Promijenite izgled i dojam poslužitelja","Name":"Ime","Next":"Sljedeći","No settings matched your search.":"Nijedna postavka ne odgovara vašem pretraživanju.","Open Jellyfin":"Otvori Jellyfin","Password":"Lozinka","Planning on watching Movies on this device? Download Plex for this device.":"Planirate gledati filmove na ovom uređaju? Preuzmite Plex za ovaj uređaj.","Press the button below and follow your browser's steps to login":"Pritisnite donji gumb i slijedite korake preglednika za prijavu","Request Access":"Zatraži pristup","Save":"Uštedjeti","Scan Users":"Skeniraj korisnike","Select Language":"Izaberi jezik","Select Libraries":"Odaberite Knjižnice","Server Display Name":"Ime poslužitelja za prikaz","Settings":"postavke","Setup Wizarr":"Čarobnjak za instaliranje","Share":"Udio","So let's see how to get started!":"Pa da vidimo kako započeti!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Dakle, sada imate pristup zbirci medija našeg poslužitelja. Hajdemo provjeriti znate li ga koristiti s Plexom.","Something's missing.":"Nešto nedostaje.","Sorry, we can't find that page. It doesn't seem to exist!":"Nažalost, ne možemo pronaći tu stranicu. Čini se da ne postoji!","This is a temporary and we are working on adding support for other databases.":"Ovo je privremeno i radimo na dodavanju podrške za druge baze podataka.","Use your Fingerprint or Face Recognition to Verify your Identity":"Koristite svoj otisak prsta ili prepoznavanje lica da potvrdite svoj identitet","Username":"Korisničko ime","Users":"Korisnici","View and download server logs":"Pregledajte i preuzmite zapisnike poslužitelja","View and manage scheduled tasks":"Pregledajte zakazane zadatke i upravljajte njima","View information about the server":"Pogledajte informacije o poslužitelju","Welcome to Wizarr":"Dobrodošli u Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"S Plexom ćete imati pristup svim filmovima, TV emisijama, glazbi i fotografijama koje su pohranjene na njihovom poslužitelju!","Wizarr":"Wizarr","You have successfully completed the setup process.":"Uspješno ste završili proces postavljanja.","Your Done":"Gotovo"},"it":{"About":"Di","Add API keys for external services":"Aggiungi chiavi API per servizi esterni","Add Custom HTML page to help screen":"Aggiungi una pagina HTML personalizzata alla schermata della guida","Add Jellyseerr, Overseerr or Ombi support":"Aggiungi il supporto Jellyseerr, Overseerr o Ombi","Add Passkey":"Aggiungi passkey","Admin Account":"Conto amministratore","Advanced Options":"Opzioni avanzate","Advanced settings for the server":"Impostazioni avanzate per il server","All done!":"Tutto fatto!","Back":"Indietro","Check for and view updates":"Controlla e visualizza gli aggiornamenti","Continue":"Continua","Copy":"copia","Create API Key":"Crea chiave API","Create Invitation":"Crea invito","Create Invite":"Crea invito","Currently Wizarr only supports it's internal SQLite database.":"Attualmente Wizarr supporta solo il suo database SQLite interno.","Database":"Banca dati","Eh, So, What is Jellyfin exactly?":"Eh, quindi, cos'è esattamente Jellyfin?","Eh, So, What is Plex exactly?":"Eh, quindi, cos'è esattamente Plex?","Email":"E-mail","Enable Discord page and configure settings":"Abilita la pagina Discord e configura le impostazioni","General settings for the server":"Impostazioni generali per il server","Get Started":"Iniziare","Getting Started!":"Iniziare!","Go to Dashboard":"Vai a CRUSCOTTO","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Ottima domanda! Plex è un software che consente alle persone di condividere le proprie raccolte multimediali con altri. Se hai ricevuto questo invito, significa che qualcuno vuole condividere la propria libreria con te.","Invitations":"Inviti","Invite Code":"Codice di invito","Invited Users":"Utenti invitati","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin è una piattaforma che ti consente di riprodurre in streaming tutti i tuoi film, programmi TV e musica preferiti in un unico posto. È come avere il tuo cinema personale a portata di mano! Pensalo come una libreria digitale dei tuoi contenuti preferiti a cui puoi accedere da qualsiasi luogo, su qualsiasi dispositivo: il tuo telefono, tablet, laptop, smart TV, lo chiami.","Join":"Giuntura","Join & Download Plex for this device":"Iscriviti e scarica Plex per questo dispositivo","Load More":"Carica di più","Login":"Login","Login with Password":"Accedi con Password","Login with your account":"Accedi con il tuo account","Manage your invitations":"Gestisci i tuoi inviti","Modify the look and feel of the server":"Modifica l'aspetto del server","Name":"Nome","Next":"Prossimo","No settings matched your search.":"Nessuna impostazione corrisponde alla tua ricerca.","Open Jellyfin":"Apri la gelatina","Password":"Parola d'ordine","Planning on watching Movies on this device? Download Plex for this device.":"Stai pensando di guardare film su questo dispositivo? Scarica Plex per questo dispositivo.","Press the button below and follow your browser's steps to login":"Premi il pulsante qui sotto e segui i passaggi del tuo browser per effettuare il login","Request Access":"Richiesta di accesso","Save":"Salva","Scan Users":"Scansione utenti","Select Language":"Seleziona la lingua","Select Libraries":"Seleziona Librerie","Server Display Name":"Nome visualizzato del server","Settings":"Impostazioni","Setup Wizarr":"Configurazione guidata","Share":"Condividere","So let's see how to get started!":"Quindi vediamo come iniziare!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Quindi ora hai accesso alla raccolta multimediale del nostro server. Assicuriamoci che tu sappia come usarlo con Plex.","Something's missing.":"Manca qualcosa.","Sorry, we can't find that page. It doesn't seem to exist!":"Spiacenti, non riusciamo a trovare quella pagina. Sembra non esistere!","This is a temporary and we are working on adding support for other databases.":"Questo è temporaneo e stiamo lavorando per aggiungere il supporto per altri database.","Use your Fingerprint or Face Recognition to Verify your Identity":"Usa l'impronta digitale o il riconoscimento facciale per verificare la tua identità","Username":"Nome utente","Users":"Utenti","View and download server logs":"Visualizza e scarica i log del server","View and manage scheduled tasks":"Visualizza e gestisci le attività pianificate","View information about the server":"Visualizza le informazioni sul server","Welcome to Wizarr":"Benvenuto in Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Con Plex avrai accesso a tutti i film, programmi TV, musica e foto archiviati sul loro server!","Wizarr":"Wizarr","You have successfully completed the setup process.":"Hai completato con successo il processo di installazione.","Your Done":"Fatto"},"hu":{"About":"Ról ről","Add API keys for external services":"Adjon hozzá API-kulcsokat külső szolgáltatásokhoz","Add Custom HTML page to help screen":"Egyéni HTML oldal hozzáadása a súgó képernyőhöz","Add Jellyseerr, Overseerr or Ombi support":"Adjon hozzá Jellyseerr, Overserr vagy Ombi támogatást","Add Passkey":"Adja hozzá a jelszót","Admin Account":"Admin fiók","Advanced Options":"Haladó beállítások","Advanced settings for the server":"Speciális beállítások a szerverhez","All done!":"Minden kész!","Back":"Vissza","Check for and view updates":"Frissítések keresése és megtekintése","Continue":"Folytatni","Copy":"Másolat","Create API Key":"API-kulcs létrehozása","Create Invitation":"Meghívó létrehozása","Create Invite":"Meghívó létrehozása","Currently Wizarr only supports it's internal SQLite database.":"Jelenleg a Wizarr csak a belső SQLite adatbázisát támogatja.","Database":"Adatbázis","Eh, So, What is Jellyfin exactly?":"Szóval, mi az a Jellyfin pontosan?","Eh, So, What is Plex exactly?":"Szóval, mi is az a Plex pontosan?","Email":"Email","Enable Discord page and configure settings":"Engedélyezze a Discord oldalt és konfigurálja a beállításokat","General settings for the server":"Általános beállítások a szerverhez","Get Started":"Fogj neki","Getting Started!":"Elkezdeni!","Go to Dashboard":"Lépjen az Irányítópultra","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Remek kérdés! A Plex egy olyan szoftver, amely lehetővé teszi az egyéneknek, hogy megosszák médiagyűjteményeiket másokkal. Ha megkaptad ezt a meghívást, az azt jelenti, hogy valaki meg akarja osztani veled a könyvtárát.","Invitations":"Meghívók","Invite Code":"Meghívó kód","Invited Users":"Meghívott felhasználók","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"A Jellyfin egy olyan platform, amely lehetővé teszi az összes kedvenc filmjének, tévéműsorának és zenéjének egy helyen történő streamelését. Olyan, mintha egy saját, személyes mozi lenne a keze ügyében! Tekints rá úgy, mint kedvenc tartalmaid digitális könyvtárára, amelyet bárhonnan, bármilyen eszközön elérhetsz – telefonodról, táblagépedről, laptopodról, okostévéről, nevezd el.","Join":"Csatlakozik","Join & Download Plex for this device":"Csatlakozzon és töltse le a Plex-et ehhez az eszközhöz","Load More":"Load More","Login":"Belépés","Login with Password":"Bejelentkezés Jelszóval","Login with your account":"Jelentkezzen be fiókjával","Manage your invitations":"Kezelje a meghívókat","Modify the look and feel of the server":"Módosítsa a szerver megjelenését és hangulatát","Name":"Név","Next":"Következő","No settings matched your search.":"Egyetlen beállítás sem felelt meg a keresésnek.","Open Jellyfin":"Nyissa meg a Jellyfint","Password":"Jelszó","Planning on watching Movies on this device? Download Plex for this device.":"Tervezi filmek nézését ezen az eszközön? Töltse le a Plexet ehhez az eszközhöz.","Press the button below and follow your browser's steps to login":"Nyomja meg az alábbi gombot, és kövesse a böngésző lépéseit a bejelentkezéshez","Request Access":"Hozzáférés kérése","Save":"Megment","Scan Users":"Felhasználók vizsgálata","Select Language":"Válasszon nyelvet","Select Libraries":"Válassza a Könyvtárak lehetőséget","Server Display Name":"Szerver megjelenített neve","Settings":"Beállítások","Setup Wizarr":"Beállítási varázslót","Share":"Ossza meg","So let's see how to get started!":"Lássuk tehát, hogyan kezdjünk hozzá!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Így most hozzáférhet szerverünk médiagyűjteményéhez. Győződjön meg arról, hogy tudja, hogyan kell használni a Plex-szel.","Something's missing.":"Valami hiányzik.","Sorry, we can't find that page. It doesn't seem to exist!":"Sajnos nem találjuk az oldalt. Úgy tűnik, nem létezik!","This is a temporary and we are working on adding support for other databases.":"Ez ideiglenes, és azon dolgozunk, hogy további adatbázisokat is támogassunk.","Use your Fingerprint or Face Recognition to Verify your Identity":"Használja ujjlenyomatát vagy arcfelismerését személyazonosságának igazolására","Username":"Felhasználónév","Users":"Felhasználók","View and download server logs":"Szervernaplók megtekintése és letöltése","View and manage scheduled tasks":"Ütemezett feladatok megtekintése és kezelése","View information about the server":"A szerverrel kapcsolatos információk megtekintése","Welcome to Wizarr":"Üdvözöljük a Wizarrban","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"A Plex segítségével hozzáférhet a szerverükön tárolt összes filmhez, TV-műsorhoz, zenéhez és fényképhez!","Wizarr":"Varázsló","You have successfully completed the setup process.":"Sikeresen befejezte a beállítási folyamatot.","Your Done":"Kész"},"is":{"About":"Um","Add API keys for external services":"Bættu við API lyklum fyrir ytri þjónustu","Add Custom HTML page to help screen":"Bættu við sérsniðinni HTML síðu til að hjálpa skjánum","Add Jellyseerr, Overseerr or Ombi support":"Bættu við Jellyseerr, Overseerr eða Ombi stuðningi","Add Passkey":"Bæta við lykillykli","Admin Account":"Stjórnandareikningur","Advanced Options":"Ítarlegir valkostir","Advanced settings for the server":"Ítarlegar stillingar fyrir netþjóninn","All done!":"Allt búið!","Back":"Til baka","Check for and view updates":"Athugaðu og skoðaðu uppfærslur","Continue":"Halda áfram","Copy":"Afrita","Create API Key":"Búðu til API lykil","Create Invitation":"Búðu til boð","Create Invite":"Búa til boð","Currently Wizarr only supports it's internal SQLite database.":"Eins og er styður Wizarr aðeins innri SQLite gagnagrunninn.","Database":"Gagnagrunnur","Eh, So, What is Jellyfin exactly?":"Eh, svo, hvað er Jellyfin nákvæmlega?","Eh, So, What is Plex exactly?":"Æ, svo, hvað er Plex nákvæmlega?","Email":"Tölvupóstur","Enable Discord page and configure settings":"Virkjaðu Discord síðu og stilltu stillingar","General settings for the server":"Almennar stillingar fyrir netþjóninn","Get Started":"Byrja","Getting Started!":"Að byrja!","Go to Dashboard":"Farðu í mælaborð","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Frábær spurning! Plex er hugbúnaður sem gerir einstaklingum kleift að deila fjölmiðlasöfnum sínum með öðrum. Ef þú hefur fengið þetta boð þýðir það að einhver vill deila bókasafni sínu með þér.","Invitations":"Boð","Invite Code":"Boðkóði","Invited Users":"Boðnir notendur","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin er vettvangur sem gerir þér kleift að streyma öllum uppáhalds kvikmyndunum þínum, sjónvarpsþáttum og tónlist á einum stað. Það er eins og að hafa þitt eigið persónulega kvikmyndahús innan seilingar! Hugsaðu um það sem stafrænt bókasafn með uppáhalds efninu þínu sem þú getur nálgast hvar sem er, á hvaða tæki sem er - símanum þínum, spjaldtölvu, fartölvu, snjallsjónvarpi, þú nefnir það.","Join":"Vertu með","Join & Download Plex for this device":"Vertu með og halaðu niður Plex fyrir þetta tæki","Load More":"Hlaða meira","Login":"Skrá inn","Login with Password":"Skráðu þig inn með lykilorði","Login with your account":"Skráðu þig inn með reikningnum þínum","Manage your invitations":"Stjórnaðu boðunum þínum","Modify the look and feel of the server":"Breyttu útliti og tilfinningu þjónsins","Name":"Nafn","Next":"Næst","No settings matched your search.":"Engar stillingar passa við leitina þína.","Open Jellyfin":"Opið Jellyfin","Password":"Lykilorð","Planning on watching Movies on this device? Download Plex for this device.":"Ætlarðu að horfa á kvikmyndir í þessu tæki? Sæktu Plex fyrir þetta tæki.","Press the button below and follow your browser's steps to login":"Ýttu á hnappinn hér að neðan og fylgdu skrefum vafrans þíns til að skrá þig inn","Request Access":"Biðja um aðgang","Save":"Vista","Scan Users":"Skannaðu notendur","Select Language":"Veldu tungumál","Select Libraries":"Veldu Bókasöfn","Server Display Name":"Sýningarnafn netþjóns","Settings":"Stillingar","Setup Wizarr":"Uppsetningarhjálp","Share":"Deila","So let's see how to get started!":"Svo skulum sjá hvernig á að byrja!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Þannig að þú hefur nú aðgang að miðlunarsafni netþjónsins okkar. Við skulum ganga úr skugga um að þú veist hvernig á að nota það með Plex.","Something's missing.":"Eitthvað vantar.","Sorry, we can't find that page. It doesn't seem to exist!":"Því miður, við finnum ekki þá síðu. Það virðist ekki vera til!","This is a temporary and we are working on adding support for other databases.":"Þetta er tímabundið og við erum að vinna að því að bæta við stuðningi við aðra gagnagrunna.","Use your Fingerprint or Face Recognition to Verify your Identity":"Notaðu fingrafar eða andlitsgreiningu til að staðfesta auðkenni þitt","Username":"Notendanafn","Users":"Notendur","View and download server logs":"Skoða og hlaða niður netþjónaskrám","View and manage scheduled tasks":"Skoða og stjórna áætluðum verkefnum","View information about the server":"Skoðaðu upplýsingar um netþjóninn","Welcome to Wizarr":"Velkomin í Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Með Plex hefurðu aðgang að öllum kvikmyndum, sjónvarpsþáttum, tónlist og myndum sem eru geymdar á netþjóninum þeirra!","Wizarr":"Galdramaður","You have successfully completed the setup process.":"Þú hefur lokið uppsetningarferlinu.","Your Done":"Þitt Búið"},"lt":{"About":"Apie","Add API keys for external services":"Pridėkite išorinių paslaugų API raktus","Add Custom HTML page to help screen":"Pridėkite tinkintą HTML puslapį į pagalbos ekraną","Add Jellyseerr, Overseerr or Ombi support":"Pridėkite Jellyseerr, Overseerr arba Ombi palaikymą","Add Passkey":"Pridėti slaptažodį","Admin Account":"Administratoriaus paskyra","Advanced Options":"Išplėstiniai nustatymai","Advanced settings for the server":"Išplėstiniai serverio nustatymai","All done!":"Viskas padaryta!","Back":"Atgal","Check for and view updates":"Patikrinkite ir peržiūrėkite naujinimus","Continue":"Tęsti","Copy":"Kopijuoti","Create API Key":"Sukurkite API raktą","Create Invitation":"Sukurti pakvietimą","Create Invite":"Sukurti kvietimą","Currently Wizarr only supports it's internal SQLite database.":"Šiuo metu Wizarr palaiko tik savo vidinę SQLite duomenų bazę.","Database":"Duomenų bazė","Eh, So, What is Jellyfin exactly?":"Taigi, kas tiksliai yra Jellyfin?","Eh, So, What is Plex exactly?":"Taigi, kas tiksliai yra „Plex“?","Email":"El. paštas","Enable Discord page and configure settings":"Įgalinkite „Discord“ puslapį ir sukonfigūruokite nustatymus","General settings for the server":"Bendrieji serverio nustatymai","Get Started":"Pradėti","Getting Started!":"Darbo pradžia!","Go to Dashboard":"Pereiti prie prietaisų skydelio","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Puikus klausimas! „Plex“ yra programinė įranga, leidžianti asmenims dalytis savo žiniasklaidos kolekcijomis su kitais. Jei gavote šį kvietimą, kažkas nori su jumis bendrinti savo biblioteką.","Invitations":"Kvietimai","Invite Code":"Pakvietimo kodas","Invited Users":"Pakviesti vartotojai","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin yra platforma, leidžianti vienoje vietoje transliuoti visus mėgstamus filmus, TV laidas ir muziką. Tai tarsi po ranka turėti savo asmeninį kino teatrą! Pagalvokite apie tai kaip apie skaitmeninę mėgstamo turinio biblioteką, kurią galite pasiekti iš bet kur ir bet kuriame įrenginyje – telefone, planšetiniame kompiuteryje, nešiojamajame kompiuteryje, išmaniajame televizoriuje, vadinasi.","Join":"Prisijunk","Join & Download Plex for this device":"Prisijunkite ir atsisiųskite šio įrenginio „Plex“.","Load More":"Įkelti daugiau","Login":"Prisijungti","Login with Password":"Prisijunkite naudodami slaptažodį","Login with your account":"Prisijunkite naudodami savo paskyrą","Manage your invitations":"Tvarkykite savo kvietimus","Modify the look and feel of the server":"Pakeiskite serverio išvaizdą","Name":"vardas","Next":"Kitas","No settings matched your search.":"Jokie nustatymai neatitiko jūsų paieškos.","Open Jellyfin":"Atidarykite Jellyfin","Password":"Slaptažodis","Planning on watching Movies on this device? Download Plex for this device.":"Planuojate žiūrėti filmus šiuo įrenginiu? Atsisiųskite „Plex“ šiam įrenginiui.","Press the button below and follow your browser's steps to login":"Paspauskite žemiau esantį mygtuką ir atlikite naršyklės veiksmus, kad prisijungtumėte","Request Access":"Prašyti prieigos","Save":"Sutaupyti","Scan Users":"Nuskaitykite vartotojus","Select Language":"Pasirinkite kalbą","Select Libraries":"Pasirinkite bibliotekos","Server Display Name":"Serverio rodomas pavadinimas","Settings":"Nustatymai","Setup Wizarr":"Sąrankos vedlys","Share":"Dalintis","So let's see how to get started!":"Taigi pažiūrėkime, kaip pradėti!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Taigi dabar turite prieigą prie mūsų serverio medijos kolekcijos. Įsitikinkite, kad žinote, kaip jį naudoti su „Plex“.","Something's missing.":"Kažko trūksta.","Sorry, we can't find that page. It doesn't seem to exist!":"Atsiprašome, šio puslapio nerandame. Atrodo, kad jo nėra!","This is a temporary and we are working on adding support for other databases.":"Tai laikina ir mes stengiamės pridėti kitų duomenų bazių palaikymą.","Use your Fingerprint or Face Recognition to Verify your Identity":"Norėdami patvirtinti savo tapatybę, naudokite pirštų atspaudų arba veido atpažinimo funkciją","Username":"Vartotojo vardas","Users":"Vartotojai","View and download server logs":"Peržiūrėkite ir atsisiųskite serverio žurnalus","View and manage scheduled tasks":"Peržiūrėkite ir valdykite suplanuotas užduotis","View information about the server":"Peržiūrėkite informaciją apie serverį","Welcome to Wizarr":"Sveiki atvykę į „Wizarr“.","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Naudodami „Plex“ turėsite prieigą prie visų filmų, TV laidų, muzikos ir nuotraukų, saugomų jų serveryje!","Wizarr":"Wizarr","You have successfully completed the setup process.":"Sėkmingai baigėte sąrankos procesą.","Your Done":"Jūsų atlikta"},"nl":{"About":"Over","Add API keys for external services":"Voeg API-sleutels toe voor externe services","Add Custom HTML page to help screen":"Voeg een aangepaste HTML-pagina toe aan het helpscherm","Add Jellyseerr, Overseerr or Ombi support":"Voeg ondersteuning voor Jellyseerr, Overseerr of Ombi toe","Add Passkey":"Wachtwoord toevoegen","Admin Account":"Beheerdersaccount","Advanced Options":"Geavanceerde mogelijkheden","Advanced settings for the server":"Geavanceerde instellingen voor de server","All done!":"Helemaal klaar!","Back":"Rug","Check for and view updates":"Controleer op en bekijk updates","Continue":"Doorgaan","Copy":"Kopiëren","Create API Key":"API-sleutel maken","Create Invitation":"Uitnodiging maken","Create Invite":"Uitnodiging maken","Currently Wizarr only supports it's internal SQLite database.":"Momenteel ondersteunt Wizarr alleen de interne SQLite-database.","Database":"Databank","Eh, So, What is Jellyfin exactly?":"Eh, dus, wat is Jellyfin precies?","Eh, So, What is Plex exactly?":"Eh, dus, wat is Plex precies?","Email":"E-mail","Enable Discord page and configure settings":"Schakel de Discord-pagina in en configureer de instellingen","General settings for the server":"Algemene instellingen voor de server","Get Started":"Begin","Getting Started!":"Aan de slag!","Go to Dashboard":"Ga naar het dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Geweldige vraag! Plex is software waarmee individuen hun mediacollecties met anderen kunnen delen. Als je deze uitnodiging hebt ontvangen, betekent dit dat iemand zijn of haar bibliotheek met je wil delen.","Invitations":"Uitnodigingen","Invite Code":"Uitnodigingscode","Invited Users":"Uitgenodigde gebruikers","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin is een platform waarmee je al je favoriete films, tv-programma's en muziek op één plek kunt streamen. Het is alsof u uw eigen persoonlijke bioscoop binnen handbereik heeft! Zie het als een digitale bibliotheek van uw favoriete inhoud die u overal en op elk apparaat kunt openen: uw telefoon, tablet, laptop, smart-tv, noem maar op.","Join":"Meedoen","Join & Download Plex for this device":"Doe mee en download Plex voor dit apparaat","Load More":"Meer laden","Login":"Log in","Login with Password":"Inloggen met wachtwoord","Login with your account":"Log in met uw account","Manage your invitations":"Beheer uw uitnodigingen","Modify the look and feel of the server":"Pas de look en feel van de server aan","Name":"Naam","Next":"Volgende","No settings matched your search.":"Er kwamen geen instellingen overeen met uw zoekopdracht.","Open Jellyfin":"Jellyfin openen","Password":"Wachtwoord","Planning on watching Movies on this device? Download Plex for this device.":"Wil je films kijken op dit apparaat? Download Plex voor dit apparaat.","Press the button below and follow your browser's steps to login":"Druk op de onderstaande knop en volg de stappen van uw browser om in te loggen","Request Access":"Toegang vragen","Save":"Redden","Scan Users":"Gebruikers scannen","Select Language":"Selecteer Taal","Select Libraries":"Selecteer Bibliotheken","Server Display Name":"Serverweergavenaam","Settings":"Instellingen","Setup Wizarr":"Installatie Wizarr","Share":"Deel","So let's see how to get started!":"Dus laten we eens kijken hoe we aan de slag kunnen!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"U hebt nu dus toegang tot de mediacollectie van onze server. Laten we ervoor zorgen dat u weet hoe u het met Plex moet gebruiken.","Something's missing.":"Er ontbreekt iets.","Sorry, we can't find that page. It doesn't seem to exist!":"Sorry, we kunnen die pagina niet vinden. Het lijkt niet te bestaan!","This is a temporary and we are working on adding support for other databases.":"Dit is tijdelijk en we werken aan het toevoegen van ondersteuning voor andere databases.","Use your Fingerprint or Face Recognition to Verify your Identity":"Gebruik uw vingerafdruk of gezichtsherkenning om uw identiteit te verifiëren","Username":"Gebruikersnaam","Users":"Gebruikers","View and download server logs":"Bekijk en download serverlogboeken","View and manage scheduled tasks":"Bekijk en beheer geplande taken","View information about the server":"Bekijk informatie over de server","Welcome to Wizarr":"Welkom bij Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Met Plex heb je toegang tot alle films, tv-programma's, muziek en foto's die op hun server zijn opgeslagen!","Wizarr":"Wizarr","You have successfully completed the setup process.":"U hebt het installatieproces met succes voltooid.","Your Done":"Je bent klaar"},"pl":{"About":"O","Add API keys for external services":"Dodaj klucze API dla usług zewnętrznych","Add Custom HTML page to help screen":"Dodaj niestandardową stronę HTML do ekranu pomocy","Add Jellyseerr, Overseerr or Ombi support":"Dodaj obsługę Jellyseerr, Overseerr lub Ombi","Add Passkey":"Dodaj klucz dostępu","Admin Account":"Konto administratora","Advanced Options":"Zaawansowane opcje","Advanced settings for the server":"Zaawansowane ustawienia serwera","All done!":"Wszystko gotowe!","Back":"Z powrotem","Check for and view updates":"Sprawdź i przeglądaj aktualizacje","Continue":"Kontynuować","Copy":"Kopiuj","Create API Key":"Utwórz klucz API","Create Invitation":"Utwórz zaproszenie","Create Invite":"Utwórz zaproszenie","Currently Wizarr only supports it's internal SQLite database.":"Obecnie Wizarr obsługuje tylko wewnętrzną bazę danych SQLite.","Database":"Baza danych","Eh, So, What is Jellyfin exactly?":"Ech, więc czym dokładnie jest Jellyfin?","Eh, So, What is Plex exactly?":"Ech, więc czym dokładnie jest Plex?","Email":"E-mail","Enable Discord page and configure settings":"Włącz stronę Discord i skonfiguruj ustawienia","General settings for the server":"Ogólne ustawienia serwera","Get Started":"Zaczynaj","Getting Started!":"Pierwsze kroki!","Go to Dashboard":"Przejdź do panelu","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Świetne pytanie! Plex to oprogramowanie, które pozwala osobom udostępniać swoje kolekcje multimediów innym osobom. Jeśli otrzymałeś to zaproszenie, oznacza to, że ktoś chce udostępnić Ci swoją bibliotekę.","Invitations":"Zaproszenia","Invite Code":"Kod zaproszenia","Invited Users":"Zaproszeni użytkownicy","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin to platforma, która umożliwia przesyłanie strumieniowe wszystkich ulubionych filmów, programów telewizyjnych i muzyki w jednym miejscu. To tak, jakby mieć własne kino na wyciągnięcie ręki! Pomyśl o tym jak o cyfrowej bibliotece swoich ulubionych treści, do której możesz uzyskać dostęp z dowolnego miejsca i na dowolnym urządzeniu — telefonie, tablecie, laptopie, telewizorze Smart TV i tak dalej.","Join":"Dołączyć","Join & Download Plex for this device":"Dołącz i pobierz Plex na to urządzenie","Load More":"Załaduj więcej","Login":"Zaloguj sie","Login with Password":"Zaloguj się za pomocą hasła","Login with your account":"Zaloguj się na swoje konto","Manage your invitations":"Zarządzaj zaproszeniami","Modify the look and feel of the server":"Zmodyfikuj wygląd i działanie serwera","Name":"Nazwa","Next":"Następny","No settings matched your search.":"Żadne ustawienia nie pasują do Twojego wyszukiwania.","Open Jellyfin":"Otwórz Jellyfin","Password":"Hasło","Planning on watching Movies on this device? Download Plex for this device.":"Planujesz oglądać filmy na tym urządzeniu? Pobierz Plex dla tego urządzenia.","Press the button below and follow your browser's steps to login":"Naciśnij przycisk poniżej i postępuj zgodnie z instrukcjami przeglądarki, aby się zalogować","Request Access":"Poproś o dostęp","Save":"Ratować","Scan Users":"Skanuj użytkowników","Select Language":"Wybierz język","Select Libraries":"Wybierz Biblioteki","Server Display Name":"Wyświetlana nazwa serwera","Settings":"Ustawienia","Setup Wizarr":"Kreator konfiguracji","Share":"Udział","So let's see how to get started!":"Zobaczmy więc, jak zacząć!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Masz teraz dostęp do kolekcji multimediów naszego serwera. Upewnijmy się, że wiesz, jak go używać z Plexem.","Something's missing.":"Czegoś brakuje.","Sorry, we can't find that page. It doesn't seem to exist!":"Przepraszamy, nie możemy znaleźć tej strony. Wydaje się, że nie istnieje!","This is a temporary and we are working on adding support for other databases.":"Jest to tymczasowe i pracujemy nad dodaniem obsługi innych baz danych.","Use your Fingerprint or Face Recognition to Verify your Identity":"Użyj odcisku palca lub rozpoznawania twarzy, aby zweryfikować swoją tożsamość","Username":"Nazwa użytkownika","Users":"Użytkownicy","View and download server logs":"Przeglądaj i pobieraj logi serwera","View and manage scheduled tasks":"Przeglądaj zaplanowane zadania i zarządzaj nimi","View information about the server":"Wyświetl informacje o serwerze","Welcome to Wizarr":"Witamy w Wizarrze","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Dzięki Plex będziesz mieć dostęp do wszystkich filmów, programów telewizyjnych, muzyki i zdjęć przechowywanych na ich serwerze!","Wizarr":"Czarodziej","You have successfully completed the setup process.":"Pomyślnie zakończyłeś proces instalacji.","Your Done":"Jesteś skończony"},"no":{"About":"Om","Add API keys for external services":"Legg til API-nøkler for eksterne tjenester","Add Custom HTML page to help screen":"Legg til egendefinert HTML-side på hjelpeskjermen","Add Jellyseerr, Overseerr or Ombi support":"Legg til Jellyseerr, Overseerr eller Ombi-støtte","Add Passkey":"Legg til passord","Admin Account":"Administrasjonskonto","Advanced Options":"Avanserte alternativer","Advanced settings for the server":"Avanserte innstillinger for serveren","All done!":"Ferdig!","Back":"Tilbake","Check for and view updates":"Se etter og se oppdateringer","Continue":"Fortsette","Copy":"Kopiere","Create API Key":"Opprett API-nøkkel","Create Invitation":"Lag invitasjon","Create Invite":"Opprett invitasjon","Currently Wizarr only supports it's internal SQLite database.":"For øyeblikket støtter Wizarr bare den interne SQLite-databasen.","Database":"Database","Eh, So, What is Jellyfin exactly?":"Eh, så, hva er Jellyfin egentlig?","Eh, So, What is Plex exactly?":"Eh, så, hva er egentlig Plex?","Email":"E-post","Enable Discord page and configure settings":"Aktiver Discord-siden og konfigurer innstillingene","General settings for the server":"Generelle innstillinger for serveren","Get Started":"Kom i gang","Getting Started!":"Starter!","Go to Dashboard":"Gå til Dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Flott spørsmål! Plex er en programvare som lar enkeltpersoner dele sine mediesamlinger med andre. Hvis du har mottatt denne invitasjonen, betyr det at noen vil dele biblioteket sitt med deg.","Invitations":"Invitasjoner","Invite Code":"Invitasjonskode","Invited Users":"Inviterte brukere","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin er en plattform som lar deg streame alle dine favorittfilmer, TV-serier og musikk på ett sted. Det er som å ha din egen personlige kino rett ved fingertuppene! Tenk på det som et digitalt bibliotek med favorittinnholdet ditt som du kan få tilgang til fra hvor som helst, på hvilken som helst enhet – din telefon, nettbrett, bærbar PC, smart-TV, alt mulig.","Join":"Bli med","Join & Download Plex for this device":"Bli med og last ned Plex for denne enheten","Load More":"Last mer","Login":"Logg Inn","Login with Password":"Logg inn med passord","Login with your account":"Logg på med kontoen din","Manage your invitations":"Administrer invitasjonene dine","Modify the look and feel of the server":"Endre utseendet og følelsen til serveren","Name":"Navn","Next":"Neste","No settings matched your search.":"Ingen innstillinger samsvarte med søket ditt.","Open Jellyfin":"Åpne Jellyfin","Password":"Passord","Planning on watching Movies on this device? Download Plex for this device.":"Planlegger du å se filmer på denne enheten? Last ned Plex for denne enheten.","Press the button below and follow your browser's steps to login":"Trykk på knappen nedenfor og følg nettleserens trinn for å logge på","Request Access":"Be om tilgang","Save":"Lagre","Scan Users":"Skann brukere","Select Language":"Velg språk","Select Libraries":"Velg Biblioteker","Server Display Name":"Visningsnavn på server","Settings":"Innstillinger","Setup Wizarr":"Oppsettveiviser","Share":"Dele","So let's see how to get started!":"Så la oss se hvordan du kommer i gang!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Så du har nå tilgang til serverens mediesamling. La oss sørge for at du vet hvordan du bruker den med Plex.","Something's missing.":"Noe mangler.","Sorry, we can't find that page. It doesn't seem to exist!":"Beklager, vi finner ikke den siden. Det ser ikke ut til å eksistere!","This is a temporary and we are working on adding support for other databases.":"Dette er midlertidig og vi jobber med å legge til støtte for andre databaser.","Use your Fingerprint or Face Recognition to Verify your Identity":"Bruk fingeravtrykk eller ansiktsgjenkjenning for å bekrefte identiteten din","Username":"Brukernavn","Users":"Brukere","View and download server logs":"Se og last ned serverlogger","View and manage scheduled tasks":"Se og administrer planlagte oppgaver","View information about the server":"Se informasjon om serveren","Welcome to Wizarr":"Velkommen til Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Med Plex har du tilgang til alle filmene, TV-programmene, musikken og bildene som er lagret på serveren deres!","Wizarr":"Veiviser","You have successfully completed the setup process.":"Du har fullført konfigurasjonsprosessen.","Your Done":"Din Ferdig"},"ro":{"About":"Despre","Add API keys for external services":"Adăugați chei API pentru servicii externe","Add Custom HTML page to help screen":"Adăugați o pagină HTML personalizată la ecranul de ajutor","Add Jellyseerr, Overseerr or Ombi support":"Adăugați suport pentru Jellyseerr, Overseerr sau Ombi","Add Passkey":"Adăugați cheia de acces","Admin Account":"Cont de administrator","Advanced Options":"Opțiuni avansate","Advanced settings for the server":"Setări avansate pentru server","All done!":"Totul este gata!","Back":"Înapoi","Check for and view updates":"Verificați și vizualizați actualizări","Continue":"Continua","Copy":"Copie","Create API Key":"Creați cheia API","Create Invitation":"Creați invitație","Create Invite":"Creați invitație","Currently Wizarr only supports it's internal SQLite database.":"În prezent, Wizarr acceptă numai baza de date internă SQLite.","Database":"Bază de date","Eh, So, What is Jellyfin exactly?":"Eh, Deci, ce este Jellyfin mai exact?","Eh, So, What is Plex exactly?":"Eh, Deci, ce este Plex exact?","Email":"E-mail","Enable Discord page and configure settings":"Activați pagina Discord și configurați setările","General settings for the server":"Setări generale pentru server","Get Started":"Incepe","Getting Started!":"Noțiuni de bază!","Go to Dashboard":"Accesați tabloul de bord","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Superba intrebare! Plex este un software care permite persoanelor să-și partajeze colecțiile media cu alții. Dacă ați primit această invitație, înseamnă că cineva dorește să vă împărtășească biblioteca sa.","Invitations":"Invitații","Invite Code":"Cod de invitație","Invited Users":"Utilizatori invitați","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin este o platformă care vă permite să transmiteți în flux toate filmele, emisiunile TV și muzica preferate într-un singur loc. Este ca și cum ai avea propriul tău cinema personal chiar la îndemâna ta! Gândește-te la ea ca la o bibliotecă digitală a conținutului tău preferat pe care o poți accesa de oriunde, de pe orice dispozitiv - telefon, tabletă, laptop, smart TV, cum vrei.","Join":"A te alatura","Join & Download Plex for this device":"Alăturați-vă și descărcați Plex pentru acest dispozitiv","Load More":"Incarca mai mult","Login":"Log in","Login with Password":"Conectați-vă cu parolă","Login with your account":"Conectați-vă cu contul dvs","Manage your invitations":"Gestionați-vă invitațiile","Modify the look and feel of the server":"Modificați aspectul serverului","Name":"Nume","Next":"Următorul","No settings matched your search.":"Nicio setare nu corespunde căutării dvs.","Open Jellyfin":"Deschide Jellyfin","Password":"Parola","Planning on watching Movies on this device? Download Plex for this device.":"Plănuiți să vizionați filme pe acest dispozitiv? Descărcați Plex pentru acest dispozitiv.","Press the button below and follow your browser's steps to login":"Apăsați butonul de mai jos și urmați pașii browserului pentru a vă autentifica","Request Access":"Cere acces","Save":"Salvați","Scan Users":"Scanează utilizatorii","Select Language":"Selecteaza limba","Select Libraries":"Selectați Biblioteci","Server Display Name":"Nume afișat server","Settings":"Setări","Setup Wizarr":"Asistentul de configurare","Share":"Acțiune","So let's see how to get started!":"Deci, să vedem cum să începem!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Deci acum aveți acces la colecția media a serverului nostru. Să ne asigurăm că știi cum să-l folosești cu Plex.","Something's missing.":"Ceva lipseste.","Sorry, we can't find that page. It doesn't seem to exist!":"Ne pare rău, nu putem găsi pagina respectivă. Se pare că nu există!","This is a temporary and we are working on adding support for other databases.":"Acesta este un lucru temporar și lucrăm la adăugarea de suport pentru alte baze de date.","Use your Fingerprint or Face Recognition to Verify your Identity":"Utilizați amprenta sau recunoașterea feței pentru a vă verifica identitatea","Username":"Nume de utilizator","Users":"Utilizatori","View and download server logs":"Vizualizați și descărcați jurnalele serverului","View and manage scheduled tasks":"Vizualizați și gestionați sarcinile programate","View information about the server":"Vizualizați informații despre server","Welcome to Wizarr":"Bun venit la Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Cu Plex, veți avea acces la toate filmele, emisiunile TV, muzica și fotografiile care sunt stocate pe serverul lor!","Wizarr":"Vrăjitorul","You have successfully completed the setup process.":"Ați finalizat cu succes procesul de configurare.","Your Done":"Gata"},"pt":{"About":"Sobre","Add API keys for external services":"Adicionar chaves de API para serviços externos","Add Custom HTML page to help screen":"Adicionar página HTML personalizada à tela de ajuda","Add Jellyseerr, Overseerr or Ombi support":"Adicione suporte Jellyseerr, Overseerr ou Ombi","Add Passkey":"Adicionar senha","Admin Account":"Conta de Administrador","Advanced Options":"Opções avançadas","Advanced settings for the server":"Configurações avançadas para o servidor","All done!":"Tudo feito!","Back":"Voltar","Check for and view updates":"Verifique e visualize as atualizações","Continue":"Continuar","Copy":"cópia de","Create API Key":"Criar chave de API","Create Invitation":"Criar convite","Create Invite":"Criar convite","Currently Wizarr only supports it's internal SQLite database.":"Atualmente, o Wizard suporta apenas seu banco de dados SQLite interno.","Database":"Base de dados","Eh, So, What is Jellyfin exactly?":"Eh, então, o que é Jellyfin exatamente?","Eh, So, What is Plex exactly?":"Eh, então, o que é Plex exatamente?","Email":"E-mail","Enable Discord page and configure settings":"Ative a página do Discord e defina as configurações","General settings for the server":"Configurações gerais do servidor","Get Started":"Iniciar","Getting Started!":"Começando!","Go to Dashboard":"Ir para a dashboard","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Ótima pergunta! Plex é um software que permite que indivíduos compartilhem suas coleções de mídia com outras pessoas. Se você recebeu este convite, significa que alguém deseja compartilhar a biblioteca com você.","Invitations":"convites","Invite Code":"Código de convite","Invited Users":"Usuários Convidados","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin é uma plataforma que permite transmitir todos os seus filmes, programas de TV e músicas favoritos em um só lugar. É como ter seu próprio cinema pessoal na ponta dos dedos! Pense nisso como uma biblioteca digital de seu conteúdo favorito que você pode acessar de qualquer lugar, em qualquer dispositivo - seu telefone, tablet, laptop, smart TV, o que você quiser.","Join":"Juntar","Join & Download Plex for this device":"Junte-se e baixe o Plex para este dispositivo","Load More":"Carregue mais","Login":"Conecte-se","Login with Password":"Entrar com senha","Login with your account":"Entre com sua conta","Manage your invitations":"Gerencie seus convites","Modify the look and feel of the server":"Modifique a aparência do servidor","Name":"Nome","Next":"Próximo","No settings matched your search.":"Nenhuma configuração correspondeu à sua pesquisa.","Open Jellyfin":"Geleia aberta","Password":"Senha","Planning on watching Movies on this device? Download Plex for this device.":"Planejando assistir a filmes neste dispositivo? Baixe o Plex para este dispositivo.","Press the button below and follow your browser's steps to login":"Pressione o botão abaixo e siga os passos do seu navegador para fazer o login","Request Access":"Solicitar acesso","Save":"Salvar","Scan Users":"Verificar usuários","Select Language":"Selecione o idioma","Select Libraries":"Selecionar bibliotecas","Server Display Name":"Nome de exibição do servidor","Settings":"Configurações","Setup Wizarr":"Assistente de configuração","Share":"Compartilhar","So let's see how to get started!":"Então vamos ver como começar!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Agora você tem acesso à coleção de mídia do nosso servidor. Vamos garantir que você saiba como usá-lo com o Plex.","Something's missing.":"Algo está faltando.","Sorry, we can't find that page. It doesn't seem to exist!":"Desculpe, não podemos encontrar essa página. Parece que não existe!","This is a temporary and we are working on adding support for other databases.":"Isso é temporário e estamos trabalhando para adicionar suporte a outros bancos de dados.","Use your Fingerprint or Face Recognition to Verify your Identity":"Use sua impressão digital ou reconhecimento facial para verificar sua identidade","Username":"Nome de usuário","Users":"Usuários","View and download server logs":"Exibir e baixar logs do servidor","View and manage scheduled tasks":"Exibir e gerenciar tarefas agendadas","View information about the server":"Exibir informações sobre o servidor","Welcome to Wizarr":"Bem-vindo ao Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Com o Plex, você terá acesso a todos os filmes, programas de TV, músicas e fotos armazenados em seu servidor!","Wizarr":"Mago","You have successfully completed the setup process.":"Você concluiu com sucesso o processo de configuração.","Your Done":"Pronto"},"ru":{"About":"О","Add API keys for external services":"Добавить ключи API для внешних сервисов","Add Custom HTML page to help screen":"Добавить пользовательскую HTML-страницу на экран справки","Add Jellyseerr, Overseerr or Ombi support":"Добавьте поддержку Jellyseerr, Overserr или Ombi","Add Passkey":"Добавить пароль","Admin Account":"Учетная запись администратора","Advanced Options":"Расширенные настройки","Advanced settings for the server":"Расширенные настройки для сервера","All done!":"Все сделано!","Back":"Назад","Check for and view updates":"Проверяйте и просматривайте обновления","Continue":"Продолжать","Copy":"Копировать","Create API Key":"Создать ключ API","Create Invitation":"Создать приглашение","Create Invite":"Создать приглашение","Currently Wizarr only supports it's internal SQLite database.":"В настоящее время Wizarr поддерживает только внутреннюю базу данных SQLite.","Database":"База данных","Eh, So, What is Jellyfin exactly?":"Эх, так что же такое Джеллифин?","Eh, So, What is Plex exactly?":"Э, так что же такое Plex?","Email":"Электронная почта","Enable Discord page and configure settings":"Включить страницу Discord и настроить параметры","General settings for the server":"Общие настройки сервера","Get Started":"Начать","Getting Started!":"Начиная!","Go to Dashboard":"Перейти к приборной панели","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Отличный вопрос! Plex — это программное обеспечение, которое позволяет людям делиться своими коллекциями мультимедиа с другими. Если вы получили это приглашение, значит, кто-то хочет поделиться с вами своей библиотекой.","Invitations":"Приглашения","Invite Code":"Код приглашения","Invited Users":"Приглашенные пользователи","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin — это платформа, которая позволяет вам транслировать все ваши любимые фильмы, телепередачи и музыку в одном месте. Это как иметь свой личный кинотеатр прямо у вас под рукой! Думайте об этом как о цифровой библиотеке вашего любимого контента, к которой вы можете получить доступ из любого места и с любого устройства — вашего телефона, планшета, ноутбука, смарт-телевизора и так далее.","Join":"Присоединиться","Join & Download Plex for this device":"Присоединяйтесь и скачайте Plex для этого устройства","Load More":"Загрузи больше","Login":"Авторизоваться","Login with Password":"Войти с паролем","Login with your account":"Войти под своей учетной записью","Manage your invitations":"Управляйте своими приглашениями","Modify the look and feel of the server":"Изменить внешний вид сервера","Name":"Имя","Next":"Следующий","No settings matched your search.":"Ни один из параметров не соответствует вашему запросу.","Open Jellyfin":"Открыть Медузу","Password":"Пароль","Planning on watching Movies on this device? Download Plex for this device.":"Планируете смотреть фильмы на этом устройстве? Загрузите Plex для этого устройства.","Press the button below and follow your browser's steps to login":"Нажмите кнопку ниже и следуйте инструкциям вашего браузера, чтобы войти","Request Access":"Запрос доступа","Save":"Сохранять","Scan Users":"Сканировать пользователей","Select Language":"Выберите язык","Select Libraries":"Выберите библиотеки","Server Display Name":"Отображаемое имя сервера","Settings":"Настройки","Setup Wizarr":"Мастер установки","Share":"Делиться","So let's see how to get started!":"Итак, давайте посмотрим, как начать!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Итак, теперь у вас есть доступ к медиа-коллекции нашего сервера. Давайте удостоверимся, что вы знаете, как использовать его с Plex.","Something's missing.":"Чего-то не хватает.","Sorry, we can't find that page. It doesn't seem to exist!":"Извините, мы не можем найти эту страницу. Кажется, его не существует!","This is a temporary and we are working on adding support for other databases.":"Это временно, и мы работаем над добавлением поддержки других баз данных.","Use your Fingerprint or Face Recognition to Verify your Identity":"Используйте отпечаток пальца или распознавание лица, чтобы подтвердить свою личность","Username":"Имя пользователя","Users":"Пользователи","View and download server logs":"Просмотр и загрузка журналов сервера","View and manage scheduled tasks":"Просмотр запланированных задач и управление ими","View information about the server":"Посмотреть информацию о сервере","Welcome to Wizarr":"Добро пожаловать в Волшебник","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"С Plex у вас будет доступ ко всем фильмам, телешоу, музыке и фотографиям, которые хранятся на их сервере!","Wizarr":"Волшебник","You have successfully completed the setup process.":"Вы успешно завершили процесс установки.","Your Done":"Готово"},"sv":{"About":"Handla om","Account Settings":"Kontoinställningar","Add API keys for external services":"Lägg till API-nycklar för externa tjänster","Add Custom HTML page to help screen":"Lägg till anpassad HTML-sida på hjälpskärmen","Add Jellyseerr, Overseerr or Ombi support":"Lägg till Jellyseerr, Overseerr eller Ombi support","Add Passkey":"Lägg till lösenord","Admin Account":"Administratörskonto","Advanced Options":"Avancerade alternativ","Advanced Settings":"Avancerade inställningar","Advanced settings for the server":"Avancerade inställningar för servern","All done!":"Helt klar!","API keys":"API-nycklar","Back":"Tillbaka","Backup":"Säkerhetskopiering","Change your password":"Ändra ditt lösenord","Check for and view updates":"Sök efter och se uppdateringar","Configure notification settings":"Konfigurera aviseringsinställningar","Continue":"Fortsätta","Copy":"Kopiera","Create API Key":"Skapa API-nyckel","Create Invitation":"Skapa inbjudan","Create Invite":"Skapa inbjudan","Currently Wizarr only supports it's internal SQLite database.":"För närvarande stöder Wizarr endast sin interna SQLite-databas.","Custom HTML":"Anpassad HTML","Database":"Databas","Discord":"Disharmoni","Eh, So, What is Jellyfin exactly?":"Eh, så, vad är Jellyfin exakt?","Eh, So, What is Plex exactly?":"Eh, så, vad är Plex exakt?","Email":"E-post","Enable Discord page and configure settings":"Aktivera Discord-sidan och konfigurera inställningar","General settings for the server":"Allmänna inställningar för servern","Get Started":"Komma igång","Getting Started!":"Komma igång!","Go to Dashboard":"Gå till instrumentpanelen","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"Bra fråga! Plex är en programvara som låter individer dela sina mediesamlingar med andra. Om du har fått den här inbjudan betyder det att någon vill dela sitt bibliotek med dig.","Invitations":"Inbjudningar","Invite Code":"Inbjudningskod","Invited Users":"Inbjudna användare","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin är en plattform som låter dig strömma alla dina favoritfilmer, TV-program och musik på ett ställe. Det är som att ha din egen personliga biograf nära till hands! Se det som ett digitalt bibliotek med ditt favoritinnehåll som du kan komma åt var som helst, på vilken enhet som helst - din telefon, surfplatta, bärbara dator, smart-TV, you name it.","Join":"Ansluta sig","Join & Download Plex for this device":"Gå med och ladda ner Plex för den här enheten","Load More":"Ladda mer","Login":"Logga in","Login with Password":"Logga in med lösenord","Login with your account":"Logga in med ditt konto","Logs":"Loggar","Main Settings":"Huvudinställningar","Manage your invitations":"Hantera dina inbjudningar","Media Server":"Mediaserver","Modify the look and feel of the server":"Ändra utseendet och känslan på servern","Name":"namn","Next":"Nästa","No settings matched your search.":"Inga inställningar matchade din sökning.","Notifications":"Aviseringar","Open Jellyfin":"Öppna Jellyfin","Password":"Lösenord","Planning on watching Movies on this device? Download Plex for this device.":"Planerar du att titta på filmer på den här enheten? Ladda ner Plex för den här enheten.","Press the button below and follow your browser's steps to login":"Tryck på knappen nedan och följ din webbläsares steg för att logga in","Request Access":"Begära tillgång","Requests":"Förfrågningar","Save":"Spara","Scan Users":"Skanna användare","Select Language":"Välj språk","Select Libraries":"Välj Bibliotek","Server Display Name":"Serverns visningsnamn","Sessions":"Sessioner","Settings":"inställningar","Settings for user accounts":"Inställningar för användarkonton","Setup Wizarr":"Installationsguiden","Share":"Dela med sig","So let's see how to get started!":"Så låt oss se hur du kommer igång!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"Så du har nu tillgång till vår servers mediasamling. Låt oss se till att du vet hur du använder den med Plex.","Something's missing.":"Någonting saknas.","Sorry, we can't find that page. It doesn't seem to exist!":"Tyvärr, vi kan inte hitta den sidan. Det verkar inte finnas!","Tasks":"Uppgifter","This is a temporary and we are working on adding support for other databases.":"Detta är tillfälligt och vi arbetar med att lägga till stöd för andra databaser.","UI Settings":"UI-inställningar","Updates":"Uppdateringar","Use your Fingerprint or Face Recognition to Verify your Identity":"Använd ditt fingeravtryck eller ansiktsigenkänning för att verifiera din identitet","Username":"Användarnamn","Users":"Användare","View and download server logs":"Visa och ladda ner serverloggar","View and manage scheduled tasks":"Visa och hantera schemalagda uppgifter","View and manage your active sessions":"Visa och hantera dina aktiva sessioner","View information about the server":"Visa information om servern","Welcome to Wizarr":"Välkommen till Wizarr","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"Med Plex har du tillgång till alla filmer, TV-program, musik och foton som finns lagrade på deras server!","Wizarr":"Wizarr","You have successfully completed the setup process.":"Du har slutfört installationsprocessen.","Your Done":"Du är färdig"},"zh_tw":{"About":"關於","Add API keys for external services":"添加外部服務的 API 密鑰","Add Custom HTML page to help screen":"添加自定義 HTML 頁面到幫助屏幕","Add Jellyseerr, Overseerr or Ombi support":"添加 Jellyserr、Overseerr 或 Ombi 支持","Add Passkey":"添加密鑰","Admin Account":"管理員帳戶","Advanced Options":"高級選項","Advanced settings for the server":"服務器的高級設置","All done!":"全做完了!","Back":"後退","Check for and view updates":"檢查並查看更新","Continue":"繼續","Copy":"複製","Create API Key":"創建 API 密鑰","Create Invitation":"創建邀請","Create Invite":"創建邀請","Currently Wizarr only supports it's internal SQLite database.":"目前Wizarr僅支持其內部SQLite數據庫。","Database":"數據庫","Eh, So, What is Jellyfin exactly?":"呃,那麼 Jellyfin 到底是什麼?","Eh, So, What is Plex exactly?":"呃,那麼,Plex 到底是什麼?","Email":"電子郵件","Enable Discord page and configure settings":"啟用 Discord 頁面並配置設置","General settings for the server":"服務器的常規設置","Get Started":"開始使用","Getting Started!":"入門!","Go to Dashboard":"轉到儀表板","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"好問題! Plex 是一款允許個人與他人共享媒體收藏的軟件。如果您收到此邀請,則意味著有人想與您共享他們的圖書館。","Invitations":"邀請函","Invite Code":"邀請代碼","Invited Users":"受邀用戶","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin 是一個平台,可讓您在一個地方流式傳輸所有喜愛的電影、電視節目和音樂。這就像在您的指尖擁有自己的個人電影院!將其視為您喜愛的內容的數字圖書館,您可以從任何地方、任何設備(您的手機、平板電腦、筆記本電腦、智能電視等)訪問它。","Join":"加入","Join & Download Plex for this device":"加入並下載適用於此設備的 Plex","Load More":"裝載更多","Login":"登錄","Login with Password":"使用密碼登錄","Login with your account":"使用您的帳戶登錄","Manage your invitations":"管理您的邀請","Modify the look and feel of the server":"修改服務器的外觀","Name":"姓名","Next":"下一個","No settings matched your search.":"沒有與您的搜索匹配的設置。","Open Jellyfin":"打開果凍","Password":"密碼","Planning on watching Movies on this device? Download Plex for this device.":"計劃在此設備上觀看電影?下載適用於此設備的 Plex。","Press the button below and follow your browser's steps to login":"按下面的按鈕並按照瀏覽器的步驟登錄","Request Access":"申請進入","Save":"節省","Scan Users":"掃描用戶","Select Language":"選擇語言","Select Libraries":"選擇圖書館","Server Display Name":"服務器顯示名稱","Settings":"設置","Setup Wizarr":"設置嚮導","Share":"分享","So let's see how to get started!":"那麼讓我們看看如何開始吧!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"現在您可以訪問我們服務器的媒體收藏。讓我們確保您知道如何將其與 Plex 一起使用。","Something's missing.":"缺少一些東西。","Sorry, we can't find that page. It doesn't seem to exist!":"抱歉,我們找不到該頁面。似乎不存在!","This is a temporary and we are working on adding support for other databases.":"這是臨時的,我們正在努力添加對其他數據庫的支持。","Use your Fingerprint or Face Recognition to Verify your Identity":"使用指紋或人臉識別來驗證您的身份","Username":"用戶名","Users":"用戶","View and download server logs":"查看和下載服務器日誌","View and manage scheduled tasks":"查看和管理計劃任務","View information about the server":"查看服務器信息","Welcome to Wizarr":"歡迎來到威扎爾","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"通過 Plex,您將可以訪問存儲在其服務器上的所有電影、電視節目、音樂和照片!","Wizarr":"維扎爾","You have successfully completed the setup process.":"您已成功完成設置過程。","Your Done":"你完成了"},"zh_cn":{"About":"关于","Add API keys for external services":"添加外部服务的 API 密钥","Add Custom HTML page to help screen":"添加自定义 HTML 页面到帮助屏幕","Add Jellyseerr, Overseerr or Ombi support":"添加 Jellyserr、Overseerr 或 Ombi 支持","Add Passkey":"添加密钥","Admin Account":"管理员帐户","Advanced Options":"高级选项","Advanced settings for the server":"服务器的高级设置","All done!":"全做完了!","Back":"后退","Check for and view updates":"检查并查看更新","Continue":"继续","Copy":"复制","Create API Key":"创建 API 密钥","Create Invitation":"创建邀请","Create Invite":"创建邀请","Currently Wizarr only supports it's internal SQLite database.":"目前Wizarr仅支持其内部SQLite数据库。","Database":"数据库","Eh, So, What is Jellyfin exactly?":"呃,那么 Jellyfin 到底是什么?","Eh, So, What is Plex exactly?":"呃,那么,Plex 到底是什么?","Email":"电子邮件","Enable Discord page and configure settings":"启用 Discord 页面并配置设置","General settings for the server":"服务器的常规设置","Get Started":"开始使用","Getting Started!":"入门!","Go to Dashboard":"转到仪表板","Great question! Plex is a software that allows individuals to share their media collections with others. If you've received this invitation, it means someone wants to share their library with you.":"好问题! Plex 是一款允许个人与他人共享媒体收藏的软件。如果您收到此邀请,则意味着有人想与您共享他们的图书馆。","Invitations":"邀请函","Invite Code":"邀请代码","Invited Users":"受邀用户","Jellyfin is a platform that lets you stream all your favorite movies, TV shows, and music in one place. It's like having your own personal movie theater right at your fingertips! Think of it as a digital library of your favorite content that you can access from anywhere, on any device - your phone, tablet, laptop, smart TV, you name it.":"Jellyfin 是一个平台,可让您在一个地方流式传输所有您喜爱的电影、电视节目和音乐。这就像在您的指尖拥有自己的个人电影院!将其视为您喜爱的内容的数字图书馆,您可以从任何地方、任何设备(您的手机、平板电脑、笔记本电脑、智能电视等)访问它。","Join":"加入","Join & Download Plex for this device":"加入并下载适用于此设备的 Plex","Load More":"装载更多","Login":"登录","Login with Password":"使用密码登录","Login with your account":"使用您的帐户登录","Manage your invitations":"管理您的邀请","Modify the look and feel of the server":"修改服务器的外观","Name":"姓名","Next":"下一个","No settings matched your search.":"没有与您的搜索匹配的设置。","Open Jellyfin":"打开果冻","Password":"密码","Planning on watching Movies on this device? Download Plex for this device.":"计划在此设备上观看电影?下载适用于此设备的 Plex。","Press the button below and follow your browser's steps to login":"按下面的按钮并按照浏览器的步骤登录","Request Access":"申请进入","Save":"节省","Scan Users":"扫描用户","Select Language":"选择语言","Select Libraries":"选择图书馆","Server Display Name":"服务器显示名称","Settings":"设置","Setup Wizarr":"设置向导","Share":"分享","So let's see how to get started!":"那么让我们看看如何开始吧!","So you now have access to our server's media collection. Let's make sure you know how to use it with Plex.":"现在您可以访问我们服务器的媒体收藏。让我们确保您知道如何将其与 Plex 一起使用。","Something's missing.":"缺少一些东西。","Sorry, we can't find that page. It doesn't seem to exist!":"抱歉,我们找不到该页面。似乎不存在!","This is a temporary and we are working on adding support for other databases.":"这是临时的,我们正在努力添加对其他数据库的支持。","Use your Fingerprint or Face Recognition to Verify your Identity":"使用指纹或人脸识别来验证您的身份","Username":"用户名","Users":"用户","View and download server logs":"查看和下载服务器日志","View and manage scheduled tasks":"查看和管理计划任务","View information about the server":"查看服务器信息","Welcome to Wizarr":"欢迎来到威扎尔","With Plex, you'll have access to all of the movies, TV shows, music, and photos that are stored on their server!":"通过 Plex,您将可以访问存储在其服务器上的所有电影、电视节目、音乐和照片!","Wizarr":"维扎尔","You have successfully completed the setup process.":"您已成功完成设置过程。","Your Done":"你完成了"}} \ No newline at end of file