diff --git a/dashboard-ui/bower_components/iron-checked-element-behavior/.travis.yml b/dashboard-ui/bower_components/iron-checked-element-behavior/.travis.yml new file mode 100644 index 0000000000..bb85643cd5 --- /dev/null +++ b/dashboard-ui/bower_components/iron-checked-element-behavior/.travis.yml @@ -0,0 +1,28 @@ +language: node_js +sudo: false +matrix: + include: + - node_js: stable + script: xvfb-run wct + addons: + firefox: latest + apt: + sources: + - google-chrome + packages: + - google-chrome-stable + - node_js: node + script: + - | + if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then + wct -s 'default' + fi +before_script: +- npm install web-component-tester +- npm install bower +- export PATH=$PWD/node_modules/.bin:$PATH +- bower install +env: + global: + - secure: EJSBYkW/C3ppDTbxHYRzyFPAko5R1ET1LSbdM484/j0OHGLkSIwtKrrZLNz5+QEmKSw79MpLpBoD+SfXuSCn0yKkf6tvK4mt+kRs32vKVfoWrYReVcfth+EWV7QDpTDJw1QEijT1bKUxULhP0OrT2/5vVpKpXX2zczg+VFL7IZuY3y1dsA4qWmWTfMiAk3762dZx47D5qzJ4POHlpG0i/cHH2EgqV8sFXFBctf6EY68GqzStPUuMuea6xX2wMrebg6vqQDfDb1gs8N34gxGE+u8QaqOSniW1Vzdoe1vwOUo4dbJYw3JMYK5Qn2pj3p2E4m9J609JNnBfqjS7mB5KVC7Hf5r9ul3UMsAIlOnlmSqOq1oO22/3regjWHGjlrzCNHzma2SgDhTxGaLDJl1LnsUevbVb6TGloiQPXwum8oa7dvZ1PqspqyqZEb31t/FyUnG+VXnC0YYpdRj3eRGqeoqqaNtad97DrPHP7er9LdvJIKjsXux7gUW4hKWsr+jsU/krdHpTUC8GYWdTF54EcLhxfzNYKL7voTq+xoQ2yxCOSiBmcQCviuQyVvNQyhde/+edAmOt24CLiuSQjHCbEWzBQs9QinUPRekg6+LJ1WaifTIKkhsm04AdaZrs7LR34hF+Mpqp4HHl/AfcbtVeB/W7jUnhJyMFaQDfGkpzSZs= + - secure: izhN5Z3WdajR3ois2T55qepsvLwVg/wv8u4kVQ4TqWhUL08tka83m/W+EMzS/tcvfz7J3VkuTFrJ5scYD9kaTVhRo4dv2u+DdbPmTNcf/hmADXLVLxddyueK3bWEcBurg8+rSdqq/RdI+5CPwWeGtQl+lmjRCyBzodIpQ90zJQF4Al7nmmLuEUhiNVjuqQ3VB1pFLYgky4SVM0bfJnoKSDsZ2z9DOOJE34ZUUmcNqVcQoZ5/oM+PWdVDkUqW3vMK1lTMtE/dk6WcSztQwFyoMrW+uzEstPwUsJCyuBEx4KdioXZH3vrlxRApySfHmEf5eVWwE6jyPSHuWj/2D5O4R9LY1dq1Wcoiu3BJj19B4V3s4L2uJF+xL077d4Mna6z9dE4RSRzs8Z8MvSMTgzDkga/A25JI3XxJMJ78WTbkNQ4hVFN2xwcU5cm+fbs3Sr1ZEdFW/MWAPtUQOzscqS5Op7sSLLaiqO+R0zj56H2NA2bl/zCmbZhyLcOPl0oAfJ85bqNxyF8CoO+GZ98UG15ROigC90/HCP7TUHZnQSrGtiFGTiPTBm+VCITYmC5IEyJBTwgqh/ljbDzz4UuSZ3KsldL3MwWnqO3tGr6VvPfqKF6xq0vuyn9P7f9WNAYwZGcRi3AtxtY+znO+IGv2sGmrfo7ZY+U4nceXTEDrG8OY0Jo= diff --git a/dashboard-ui/bower_components/iron-checked-element-behavior/CONTRIBUTING.md b/dashboard-ui/bower_components/iron-checked-element-behavior/CONTRIBUTING.md new file mode 100644 index 0000000000..7b10141565 --- /dev/null +++ b/dashboard-ui/bower_components/iron-checked-element-behavior/CONTRIBUTING.md @@ -0,0 +1,72 @@ + + +# Polymer Elements +## Guide for Contributors + +Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines: + +### Filing Issues + +**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions: + + 1. **Who will use the feature?** _“As someone filling out a form…”_ + 2. **When will they use the feature?** _“When I enter an invalid value…”_ + 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_ + +**If you are filing an issue to report a bug**, please provide: + + 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug: + + ```markdown + The `paper-foo` element causes the page to turn pink when clicked. + + ## Expected outcome + + The page stays the same color. + + ## Actual outcome + + The page turns pink. + + ## Steps to reproduce + + 1. Put a `paper-foo` element in the page. + 2. Open the page in a web browser. + 3. Click the `paper-foo` element. + ``` + + 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output). + + 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers. + +### Submitting Pull Requests + +**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request. + +When submitting pull requests, please provide: + + 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax: + + ```markdown + (For a single issue) + Fixes #20 + + (For multiple issues) + Fixes #32, #40 + ``` + + 2. **A succinct description of the design** used to fix any related issues. For example: + + ```markdown + This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked. + ``` + + 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered. + +If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that! diff --git a/dashboard-ui/bower_components/paper-dialog-behavior/.travis.yml b/dashboard-ui/bower_components/paper-dialog-behavior/.travis.yml new file mode 100644 index 0000000000..1ee292e24d --- /dev/null +++ b/dashboard-ui/bower_components/paper-dialog-behavior/.travis.yml @@ -0,0 +1,28 @@ +language: node_js +sudo: false +matrix: + include: + - node_js: stable + script: xvfb-run wct + addons: + firefox: latest + apt: + sources: + - google-chrome + packages: + - google-chrome-stable + - node_js: node + script: + - | + if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then + wct -s 'default' + fi +before_script: +- npm install web-component-tester +- npm install bower +- export PATH=$PWD/node_modules/.bin:$PATH +- bower install +env: + global: + - secure: ZBrrZGA8OWY95x8yHSsKUNrQfowhRe/s/pMZhHgnoppnZ1+bDfpoms+ggOdvH0TgURAAdF+1Wq1mTCgNp0FYLJ3Oe34XseDIxiA3wXSQO/E2m4Cfj/w4fRvaSy8ikdz5urQJET33SjDKdggm1FmWmnt6vSVgW/mg8M7AW2KWDcE= + - secure: P5UKkTar39Q1k0VwtF5LhOphqNiW3r+DSnN1vRNA4oKZPrt6l3dJE1hpA9+1x1m6SryG856lLekPM6/fVZuC7nyDKFLz4vU/EWhiGdyWN1lHhE2MDh281TsCtzK56S0uJxdmlIpSiWTFWIrrEiiewN2b8dXy3FSPfy0Fo1sGn54= diff --git a/dashboard-ui/bower_components/paper-dialog-behavior/CONTRIBUTING.md b/dashboard-ui/bower_components/paper-dialog-behavior/CONTRIBUTING.md new file mode 100644 index 0000000000..7b10141565 --- /dev/null +++ b/dashboard-ui/bower_components/paper-dialog-behavior/CONTRIBUTING.md @@ -0,0 +1,72 @@ + + +# Polymer Elements +## Guide for Contributors + +Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines: + +### Filing Issues + +**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions: + + 1. **Who will use the feature?** _“As someone filling out a form…”_ + 2. **When will they use the feature?** _“When I enter an invalid value…”_ + 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_ + +**If you are filing an issue to report a bug**, please provide: + + 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug: + + ```markdown + The `paper-foo` element causes the page to turn pink when clicked. + + ## Expected outcome + + The page stays the same color. + + ## Actual outcome + + The page turns pink. + + ## Steps to reproduce + + 1. Put a `paper-foo` element in the page. + 2. Open the page in a web browser. + 3. Click the `paper-foo` element. + ``` + + 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output). + + 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers. + +### Submitting Pull Requests + +**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request. + +When submitting pull requests, please provide: + + 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax: + + ```markdown + (For a single issue) + Fixes #20 + + (For multiple issues) + Fixes #32, #40 + ``` + + 2. **A succinct description of the design** used to fix any related issues. For example: + + ```markdown + This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked. + ``` + + 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered. + +If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that! diff --git a/dashboard-ui/bower_components/paper-dialog-behavior/paper-dialog-shared-styles.html b/dashboard-ui/bower_components/paper-dialog-behavior/paper-dialog-shared-styles.html new file mode 100644 index 0000000000..face24974c --- /dev/null +++ b/dashboard-ui/bower_components/paper-dialog-behavior/paper-dialog-shared-styles.html @@ -0,0 +1,64 @@ + + + + + diff --git a/dashboard-ui/bower_components/paper-input/.travis.yml b/dashboard-ui/bower_components/paper-input/.travis.yml new file mode 100644 index 0000000000..950c73d004 --- /dev/null +++ b/dashboard-ui/bower_components/paper-input/.travis.yml @@ -0,0 +1,28 @@ +language: node_js +sudo: false +matrix: + include: + - node_js: stable + script: xvfb-run wct + addons: + firefox: latest + apt: + sources: + - google-chrome + packages: + - google-chrome-stable + - node_js: node + script: + - | + if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then + wct -s 'default' + fi +before_script: +- npm install web-component-tester +- npm install bower +- export PATH=$PWD/node_modules/.bin:$PATH +- bower install +env: + global: + - secure: TcDqx+YdNCa/DRQjdKt9dgYCPgXtPl2EZ7Nnv6bRvbcmUjW2eSr7Zwb+e0fO8wgwms/RqFaVx+u5jo7D1lnC4Ybcg1HKiMOvCyzY36MjF9oB/VKSEUC+p4tMVQfw1IZ/RmK3dD+WEWaoT/EKmNfctz7v5kR+yk2lZo44D9I7rrc= + - secure: nh65tvhnhOrK05qKvDJKMV7Jm9yiCoG1wFkP3ZnqOHix9Ny+KmcTa41Bl6NXQdvYaMTFtzS7lMZX5cqIziyKyGWHVN30LzGMHJNz12fhcMi3nJ84trhQGcu/9qR9yDv16q9ouGlcz1VxnDOHaRAHnIKjLIbhN3aJtMtZBbnWihA= diff --git a/dashboard-ui/bower_components/paper-input/CONTRIBUTING.md b/dashboard-ui/bower_components/paper-input/CONTRIBUTING.md new file mode 100644 index 0000000000..7b10141565 --- /dev/null +++ b/dashboard-ui/bower_components/paper-input/CONTRIBUTING.md @@ -0,0 +1,72 @@ + + +# Polymer Elements +## Guide for Contributors + +Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines: + +### Filing Issues + +**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions: + + 1. **Who will use the feature?** _“As someone filling out a form…”_ + 2. **When will they use the feature?** _“When I enter an invalid value…”_ + 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_ + +**If you are filing an issue to report a bug**, please provide: + + 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug: + + ```markdown + The `paper-foo` element causes the page to turn pink when clicked. + + ## Expected outcome + + The page stays the same color. + + ## Actual outcome + + The page turns pink. + + ## Steps to reproduce + + 1. Put a `paper-foo` element in the page. + 2. Open the page in a web browser. + 3. Click the `paper-foo` element. + ``` + + 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output). + + 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers. + +### Submitting Pull Requests + +**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request. + +When submitting pull requests, please provide: + + 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax: + + ```markdown + (For a single issue) + Fixes #20 + + (For multiple issues) + Fixes #32, #40 + ``` + + 2. **A succinct description of the design** used to fix any related issues. For example: + + ```markdown + This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked. + ``` + + 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered. + +If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that! diff --git a/dashboard-ui/strings/html/cs.json b/dashboard-ui/strings/html/cs.json index e284879339..41d8365d1e 100644 --- a/dashboard-ui/strings/html/cs.json +++ b/dashboard-ui/strings/html/cs.json @@ -102,7 +102,7 @@ "FolderTypeInherit": "Zd\u011bdit", "LabelContentType": "Typ obsahu:", "TitleScheduledTasks": "Napl\u00e1novan\u00e9 \u00falohy", - "HeaderSetupLibrary": "Nastaven\u00ed Va\u0161i knihovny m\u00e9di\u00ed", + "HeaderSetupLibrary": "Nastaven\u00ed Va\u0161ich knihoven m\u00e9di\u00ed", "ButtonAddMediaFolder": "P\u0159idat slo\u017eku m\u00e9di\u00ed", "LabelFolderType": "Typ slo\u017eky:", "ReferToMediaLibraryWiki": "Pod\u00edvejte se na wiki knihovny m\u00e9di\u00ed.", diff --git a/dashboard-ui/strings/html/es-MX.json b/dashboard-ui/strings/html/es-MX.json index d2f2107f4f..1714a1a17a 100644 --- a/dashboard-ui/strings/html/es-MX.json +++ b/dashboard-ui/strings/html/es-MX.json @@ -102,7 +102,7 @@ "FolderTypeInherit": "Heredar", "LabelContentType": "Tipo de Contenido:", "TitleScheduledTasks": "Tareas Programadas", - "HeaderSetupLibrary": "Configurar su biblioteca de medios", + "HeaderSetupLibrary": "Configurar sus bibliotecas de medios", "ButtonAddMediaFolder": "Agregar carpeta de medios", "LabelFolderType": "Tipo de carpeta:", "ReferToMediaLibraryWiki": "Consultar la wiki de la biblioteca de medios.", diff --git a/dashboard-ui/strings/html/fr.json b/dashboard-ui/strings/html/fr.json index 98e8ceba53..8b734e06b3 100644 --- a/dashboard-ui/strings/html/fr.json +++ b/dashboard-ui/strings/html/fr.json @@ -86,8 +86,8 @@ "OptionDetectArchiveFilesAsMediaHelp": "Activez cette option pour reconna\u00eetre les fichiers portant l'extension .rar ou .zip comme des fichiers de m\u00e9dias. ", "LabelEnterConnectUserName": "Nom d'utilisateur ou adresse mail :", "LabelEnterConnectUserNameHelp": "C'est le nom d'utilisateur ou l'email de votre compte Emby en ligne.", - "LabelEnableEnhancedMovies": "Activer le mode d'affichage \u00e9tendu des films", - "LabelEnableEnhancedMoviesHelp": "Lorsque ce mode est activ\u00e9, les films seront affich\u00e9s comme des dossiers et incluront les bandes-annonces, les extras, l'\u00e9quipe de tournage et les autre contenus li\u00e9s.", + "LabelEnableEnhancedMovies": "Activer le mode d'affichage am\u00e9lior\u00e9 des films", + "LabelEnableEnhancedMoviesHelp": "Lorsque ce mode est activ\u00e9, les films seront affich\u00e9s comme des dossiers et incluront les bandes-annonces, les bonus, l'\u00e9quipe de tournage et les autre contenus li\u00e9s.", "HeaderSyncJobInfo": "T\u00e2che de synchronisation", "FolderTypeMixed": "Contenu m\u00e9lang\u00e9", "FolderTypeMovies": "Films", @@ -102,7 +102,7 @@ "FolderTypeInherit": "H\u00e9rite", "LabelContentType": "Type de contenu :", "TitleScheduledTasks": "T\u00e2ches planifi\u00e9es", - "HeaderSetupLibrary": "Configurer votre biblioth\u00e8que de m\u00e9dia", + "HeaderSetupLibrary": "Configurer vos biblioth\u00e8ques de m\u00e9dia", "ButtonAddMediaFolder": "Ajouter un r\u00e9pertoire de m\u00e9dia", "LabelFolderType": "Type de r\u00e9pertoire:", "ReferToMediaLibraryWiki": "Se r\u00e9f\u00e9rer au wiki des biblioth\u00e8ques de m\u00e9dia", @@ -126,7 +126,7 @@ "TabNotifications": "Notifications", "TabCollectionTitles": "Titres", "HeaderDeviceAccess": "Acc\u00e8s \u00e0 l'appareil", - "OptionEnableAccessFromAllDevices": "Autoriser l'acc\u00e8s \u00e0 tous les appareils", + "OptionEnableAccessFromAllDevices": "Autoriser depuis tous les appareils", "OptionEnableAccessToAllChannels": "Activer l'acc\u00e8s \u00e0 toutes les cha\u00eenes", "OptionEnableAccessToAllLibraries": "Activer l'acc\u00e8s \u00e0 toutes les librairies", "DeviceAccessHelp": "Ceci ne s'applique qu'aux appareils qui peuvent \u00eatre identifi\u00e9s de mani\u00e8re unique et qui n'emp\u00eachent pas l'acc\u00e8s au navigateur. Le filtrage de l'acc\u00e8s aux appareil par utilisateur emp\u00eachera l'utilisation de nouveaux appareils jusqu'\u00e0 ce qu'ils soient approuv\u00e9s ici.", @@ -148,7 +148,7 @@ "TabSecurity": "S\u00e9curit\u00e9", "ButtonAddUser": "Ajouter utilisateur", "ButtonAddLocalUser": "Ajouter un utilisateur local", - "ButtonInviteUser": "Inviter un utilisateur", + "ButtonInviteUser": "Utilisateur Invit\u00e9", "ButtonSave": "Sauvegarder", "ButtonResetPassword": "R\u00e9initialiser le mot de passe", "LabelNewPassword": "Nouveau mot de passe :", @@ -352,7 +352,7 @@ "LabelMetadataPath": "Chemin des m\u00e9tadonn\u00e9es :", "LabelMetadataPathHelp": "Veuillez sp\u00e9cifier un emplacement personnalis\u00e9 pour les images d'art et les m\u00e9tadonn\u00e9es t\u00e9l\u00e9charg\u00e9es.", "LabelTranscodingTempPath": "Chemin d'acc\u00e8s du r\u00e9pertoire temporaire de transcodage :", - "LabelTranscodingTempPathHelp": "Ce r\u00e9pertoire contient les fichiers temporaires utilis\u00e9s par le transcodeur. Sp\u00e9cifier un chemin personnel ou laiss\u00e9 vide pour utilise le chemin par d\u00e9faut des r\u00e9pertoires du serveur", + "LabelTranscodingTempPathHelp": "Ce r\u00e9pertoire contient les fichiers temporaires utilis\u00e9s par le transcodeur. Sp\u00e9cifier un chemin personnalis\u00e9 ou laisser vide pour utiliser le chemin par d\u00e9faut des r\u00e9pertoires du serveur", "TabBasics": "Standards", "TabTV": "TV", "TabGames": "Jeux", diff --git a/dashboard-ui/strings/html/kk.json b/dashboard-ui/strings/html/kk.json index b903ef7097..ed8219bc90 100644 --- a/dashboard-ui/strings/html/kk.json +++ b/dashboard-ui/strings/html/kk.json @@ -102,7 +102,7 @@ "FolderTypeInherit": "\u041c\u04b1\u0440\u0430\u0493\u0430 \u0438\u0435\u043b\u0435\u043d\u0443", "LabelContentType": "\u041c\u0430\u0437\u043c\u04b1\u043d \u0442\u04af\u0440\u0456:", "TitleScheduledTasks": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u043b\u0430\u0440", - "HeaderSetupLibrary": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u043e\u0440\u043d\u0430\u0442\u0443 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443", + "HeaderSetupLibrary": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u043e\u0440\u043d\u0430\u0442\u0443 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443", "ButtonAddMediaFolder": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448 \u049b\u0430\u043b\u0442\u0430\u0441\u044b\u043d \u04af\u0441\u0442\u0435\u0443", "LabelFolderType": "\u049a\u0430\u043b\u0442\u0430 \u0442\u04af\u0440\u0456:", "ReferToMediaLibraryWiki": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430 \u0442\u0443\u0440\u0430\u043b\u044b \u0443\u0438\u043a\u0438 \u0456\u0448\u0456\u043d\u0435\u043d \u049b\u0430\u0440\u0430\u04a3\u044b\u0437.", diff --git a/dashboard-ui/strings/html/ko.json b/dashboard-ui/strings/html/ko.json index 2a5432ad16..fbc9b3717b 100644 --- a/dashboard-ui/strings/html/ko.json +++ b/dashboard-ui/strings/html/ko.json @@ -1,95 +1,95 @@ { - "LabelExit": "Schweinsteiger", - "LabelVisitCommunity": "Visit Community", + "LabelExit": "\uc885\ub8cc", + "LabelVisitCommunity": "\ucee4\ubba4\ub2c8\ud2f0 \ubc29\ubb38", "LabelGithub": "Github", "LabelSwagger": "Swagger", - "LabelStandard": "Standard", - "LabelApiDocumentation": "Api Documentation", - "LabelDeveloperResources": "Developer Resources", - "LabelBrowseLibrary": "Browse Library", - "LabelConfigureServer": "Configure Emby", - "LabelOpenLibraryViewer": "Open Library Viewer", - "LabelRestartServer": "Restart Server", - "LabelShowLogWindow": "Show Log Window", - "LabelPrevious": "Previous", - "LabelFinish": "Finish", - "LabelNext": "Next", - "LabelYoureDone": "You're Done!", - "WelcomeToProject": "Welcome to Emby!", - "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.", - "TellUsAboutYourself": "Tell us about yourself", - "ButtonQuickStartGuide": "Quick start guide", - "LabelYourFirstName": "Your first name:", - "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.", - "UserProfilesIntro": "Emby includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.", - "LabelWindowsService": "Windows Service", - "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.", - "WindowsServiceIntro1": "Emby Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.", - "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.", - "WizardCompleted": "That's all we need for now. Emby has begun collecting information about your media library. Check out some of our apps, and then click Finish<\/b> to view the Server Dashboard<\/b>.", - "LabelConfigureSettings": "Configure settings", - "LabelEnableVideoImageExtraction": "Enable video image extraction", - "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.", - "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies", - "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.", - "LabelEnableAutomaticPortMapping": "Enable automatic port mapping", - "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.", - "HeaderTermsOfService": "Emby Terms of Service", - "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.", - "OptionIAcceptTermsOfService": "I accept the terms of service", - "ButtonPrivacyPolicy": "Privacy policy", - "ButtonTermsOfService": "Terms of Service", - "HeaderDeveloperOptions": "Developer Options", - "OptionEnableWebClientResponseCache": "Enable web client response caching", + "LabelStandard": "\uae30\ubcf8", + "LabelApiDocumentation": "Api \ubb38\uc11c", + "LabelDeveloperResources": "\uac1c\ubc1c\uc790 \ub9ac\uc18c\uc2a4", + "LabelBrowseLibrary": "\ub77c\uc774\ube0c\ub7ec\ub9ac \ud0d0\uc0c9", + "LabelConfigureServer": "Emby \uc124\uc815", + "LabelOpenLibraryViewer": "\ub77c\uc774\ube0c\ub7ec\ub9ac \ubdf0\uc5b4 \uc5f4\uae30", + "LabelRestartServer": "\uc11c\ubc84 \uc7ac\uc2dc\ub3d9", + "LabelShowLogWindow": "\ub85c\uadf8 \ucc3d \ubcf4\uae30", + "LabelPrevious": "\uc774\uc804", + "LabelFinish": "\ub05d\ub0b4\uae30", + "LabelNext": "\ub2e4\uc74c", + "LabelYoureDone": "\uc644\ub8cc!", + "WelcomeToProject": "Emby\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4!", + "ThisWizardWillGuideYou": "\uc774 \ub9c8\ubc95\uc0ac\ub294 \uc124\uc815 \uacfc\uc815\uc744 \uc548\ub0b4\ud569\ub2c8\ub2e4. \uc2dc\uc791\ud558\ub824\uba74 \uc120\ud638\ud558\ub294 \uc5b8\uc5b4\ub97c \uc120\ud0dd\ud558\uc138\uc694.", + "TellUsAboutYourself": "\uadc0\ud558\uc5d0 \ub300\ud574 \uc54c\ub824 \uc8fc\uc138\uc694", + "ButtonQuickStartGuide": "\ube60\ub978 \uc2dc\uc791 \uac00\uc774\ub4dc", + "LabelYourFirstName": "\uc774\ub984:", + "MoreUsersCanBeAddedLater": "\ub098\uc911\uc5d0 \ub300\uc2dc\ubcf4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\uc790\ub97c \ub354 \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "UserProfilesIntro": "Emby\ub294 \uac01 \uc0ac\uc6a9\uc790\ubcc4 \ud654\uba74 \uc124\uc815, \uc7ac\uc0dd \uc0c1\ud0dc, \uc790\ub140\ubcf4\ud638 \uc0ac\uc6a9\uc744 \uc9c0\uc6d0\ud558\ub294 \uc0ac\uc6a9\uc790 \ud504\ub85c\ud30c\uc77c\uc744 \uae30\ubcf8 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.", + "LabelWindowsService": "Windows \uc11c\ube44\uc2a4", + "AWindowsServiceHasBeenInstalled": "Windows \uc11c\ube44\uc2a4\uac00 \uc124\uce58\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "WindowsServiceIntro1": "Emby \uc11c\ubc84\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \ud2b8\ub808\uc774 \uc544\uc774\ucf58\uacfc \ud568\uaed8 \ub370\uc2a4\ud06c\ud0d1 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc73c\ub85c \uc2e4\ud589\ub418\uc9c0\ub9cc, \uc6d0\ud558\ub294 \uacbd\uc6b0 Windows \uc11c\ube44\uc2a4 \uc81c\uc5b4 \ud328\ub110\uc5d0\uc11c \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4\ub85c \uc2e4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4", + "WindowsServiceIntro2": "Windows \uc11c\ube44\uc2a4\ub97c \uc0ac\uc6a9\ud558\ub294 \uacbd\uc6b0, \ud2b8\ub808\uc774 \uc544\uc774\ucf58\uacfc \ud568\uaed8 \uc2e4\ud589\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ud2b8\ub808\uc744 \uc885\ub8cc\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. \uc11c\ube44\uc2a4\ub294 \uc81c\uc5b4 \ud328\ub110\uc5d0\uc11c \uad00\ub9ac\uc790 \uad8c\ud55c\uc73c\ub85c \uc124\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. \ud604\uc7ac \uc11c\ube44\uc2a4\ub294 \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8\uac00 \ubd88\uac00\ud558\ubbc0\ub85c \uc0c8 \ubc84\uc804\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8\ud560 \ub54c \uc218\ub3d9 \uc791\uc5c5\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.", + "WizardCompleted": "\uc9c0\uae08 \ud544\uc694\ud55c \uac83\uc740 \uc774\uac83\uc774 \uc804\ubd80\uc785\ub2c8\ub2e4. Emby\uac00 \uadc0\ud558\uc758 \ubbf8\ub514\uc5b4 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc815\ubcf4\ub97c \ubaa8\uc73c\uae30 \uc2dc\uc791\ud588\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac\uc758 \ub2e4\ub978 \uc571\uc744 \ud655\uc778\ud574 \ubcf4\uc138\uc694. \uc11c\ubc84 \ub300\uc2dc\ubcf4\ub4dc<\/b>\ub97c \ubcf4\ub824\uba74 \ub05d\ub0b4\uae30<\/b>\ub97c \ud074\ub9ad\ud558\uc138\uc694.", + "LabelConfigureSettings": "\ud658\uacbd \uc124\uc815", + "LabelEnableVideoImageExtraction": "\ube44\ub514\uc624 \uc774\ubbf8\uc9c0 \ucd94\ucd9c \uc0ac\uc6a9", + "VideoImageExtractionHelp": "\uc774\ubbf8\uc9c0 \uc815\ubcf4\ub97c \uac00\uc9c0\uace0 \uc788\uc9c0 \uc54a\uace0 \uc778\ud130\ub137\uc5d0\uc11c \uc774\ubbf8\uc9c0\ub97c \ucc3e\uc744 \uc218 \uc5c6\ub294 \ube44\ub514\uc624\uc758 \uacbd\uc6b0 \uc120\ud0dd\ud569\ub2c8\ub2e4. \ucc98\uc74c \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uac80\uc0c9\ud558\ub294 \ub370 \uc57d\uac04\uc758 \uc2dc\uac04\uc774 \ub354 \uac78\ub9ac\uc9c0\ub9cc \ub354 \ub9cc\uc871\uc2a4\ub7ec\uc6b4 \ubcf4\uae30\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.", + "LabelEnableChapterImageExtractionForMovies": "\uc601\ud654 \ucc55\ud130 \uc774\ubbf8\uc9c0 \ucd94\ucd9c", + "LabelChapterImageExtractionForMoviesHelp": "\ucc55\ud130 \uc774\ubbf8\uc9c0 \ucd94\ucd9c\uc740 \ud074\ub77c\uc774\uc5b8\ud2b8\uc758 \uc7a5\uba74 \uc120\ud0dd \uba54\ub274\ub97c \uadf8\ub798\ud53d\uc73c\ub85c \ubcf4\uc5ec\uc8fc\uac8c \ud574 \uc90d\ub2c8\ub2e4. \uc9c4\ud589 \uacfc\uc815\uc774 \ub290\ub824\uc9c8 \uc218 \uc788\uc73c\uba70 CPU \uc0ac\uc6a9\uc774 \ub298\uc5b4\ub098\uace0 \uc218 \uae30\uac00\uc758 \uacf5\uac04\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \uc57c\uac04 \uc608\uc57d \uc791\uc5c5\uc73c\ub85c \uc2e4\ud589\ub418\uba70 \uc608\uc57d \uc791\uc5c5\uc5d0\uc11c \uc124\uc815 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\ub7c9\uc774 \ub9ce\uc740 \uc2dc\uac04\ub300\uc5d0\uc11c\ub294 \uc774 \uc791\uc5c5\uc744 \uc2e4\ud589\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", + "LabelEnableAutomaticPortMapping": "\uc790\ub3d9 \ud3ec\ud2b8 \ub9f5\ud551 \uc0ac\uc6a9", + "LabelEnableAutomaticPortMappingHelp": "UPnP\uac00 \uc190\uc26c\uc6b4 \uc6d0\uaca9 \uc811\uc18d\uc744 \uc704\ud55c \uc790\ub3d9 \uc790\ub3d9 \ub77c\uc6b0\ud130 \uc124\uc815\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \ud2b9\uc815 \ubaa8\ub378\uc758 \ub77c\uc6b0\ud130\uc5d0\uc11c\ub294 \ub3d9\uc791\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", + "HeaderTermsOfService": "Emby \uc11c\ube44\uc2a4 \uc57d\uad00", + "MessagePleaseAcceptTermsOfService": "\uacc4\uc18d\ud558\uae30 \uc804\uc5d0 \uc11c\ube44\uc2a4 \uc57d\uad00\uacfc \uac1c\uc778\uc815\ubcf4 \uc815\ucc45\uc5d0 \ub3d9\uc758\ud558\uc138\uc694.", + "OptionIAcceptTermsOfService": "\uc11c\ube44\uc2a4 \uc57d\uad00\uc5d0 \ub3d9\uc758\ud569\ub2c8\ub2e4", + "ButtonPrivacyPolicy": "\uac1c\uc778\uc815\ubcf4 \uc815\ucc45", + "ButtonTermsOfService": "\uc11c\ube44\uc2a4 \uc57d\uad00", + "HeaderDeveloperOptions": "\uac1c\ubc1c\uc790 \uc635\uc158", + "OptionEnableWebClientResponseCache": "\uc6f9 \ud074\ub77c\uc5b8\ud2b8 \uc751\ub2f5 \uce90\uc2dc \uc0ac\uc6a9", "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.", "OptionEnableWebClientResourceMinification": "Enable web client resource minification", - "LabelDashboardSourcePath": "Web client source path:", - "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.", - "ButtonConvertMedia": "Convert media", - "ButtonOrganize": "Organize", - "LinkedToEmbyConnect": "Linked to Emby Connect", - "HeaderSupporterBenefits": "Emby Premiere Benefits", - "HeaderAddUser": "Add User", - "LabelAddConnectSupporterHelp": "To add a user who isn't listed, you'll need to first link their account to Emby Connect from their user profile page.", - "LabelPinCode": "Pin code:", - "OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media", + "LabelDashboardSourcePath": "\uc6f9 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc18c\uc2a4 \uacbd\ub85c:", + "LabelDashboardSourcePathHelp": "\uc18c\uc2a4\uc5d0\uc11c \uc11c\ubc84\ub97c \uc2e4\ud589\ud558\ub294 \uacbd\uc6b0 \ub300\uc2dc\ubcf4\ub4dc UI \ud3f4\ub354\uc758 \uacbd\ub85c\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \ubaa8\ub4e0 \uc6f9 \ud074\ub77c\uc774\uc5b8\ud2b8 \ud30c\uc77c\uc740 \uc774 \uc7a5\uc18c\uc5d0\uc11c \uc81c\uacf5\ub429\ub2c8\ub2e4.", + "ButtonConvertMedia": "\ubbf8\ub514\uc5b4 \ubcc0\ud658", + "ButtonOrganize": "\uc815\ub9ac \ubc0f \uad6c\uc131", + "LinkedToEmbyConnect": "Emby Connect\uc5d0 \uc5f0\uacb0", + "HeaderSupporterBenefits": "Emby \ud504\ub9ac\ubbf8\uc5b4 \ud61c\ud0dd", + "HeaderAddUser": "\uc0ac\uc6a9\uc790 \ucd94\uac00", + "LabelAddConnectSupporterHelp": "\ubaa9\ub85d\uc5d0 \uc5c6\ub294 \uc0ac\uc6a9\uc790\ub97c \ucd94\uac00\ud558\ub824\uba74 \uc0ac\uc6a9\uc790 \ud504\ub85c\ud30c\uc77c \ud398\uc774\uc9c0\uc5d0\uc11c Emby Connect\uc5d0 \uba3c\uc800 \uc5f0\uacb0\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.", + "LabelPinCode": "PIN \ucf54\ub4dc:", + "OptionHideWatchedContentFromLatestMedia": "\ucd5c\uadfc \ubbf8\ub514\uc5b4\uc5d0\uc11c \uc2dc\uccad\ud55c \ucf58\ud150\uce20 \uc228\uae40", "HeaderSync": "Sync", - "ButtonOk": "Ok", - "ButtonCancel": "Cancel", - "ButtonExit": "Exit", + "ButtonOk": "OK", + "ButtonCancel": "\ucde8\uc18c", + "ButtonExit": "\uc885\ub8cc", "ButtonNew": "New", "HeaderTV": "TV", "HeaderAudio": "Audio", "HeaderVideo": "Video", - "HeaderPaths": "Paths", - "CategorySync": "Sync", - "TabPlaylist": "Playlist", - "HeaderEasyPinCode": "Easy Pin Code", + "HeaderPaths": "\uacbd\ub85c", + "CategorySync": "\ub3d9\uae30\ud654", + "TabPlaylist": "\uc7ac\uc0dd\ubaa9\ub85d", + "HeaderEasyPinCode": "\uac04\ud3b8 PIN \ucf54\ub4dc", "HeaderGrownupsOnly": "Grown-ups Only!", "DividerOr": "-- or --", - "HeaderInstalledServices": "Installed Services", - "HeaderAvailableServices": "Available Services", - "MessageNoServicesInstalled": "No services are currently installed.", - "HeaderToAccessPleaseEnterEasyPinCode": "To access, please enter your easy pin code", - "KidsModeAdultInstruction": "Click the lock icon in the bottom right to configure or leave kids mode. Your pin code will be required.", - "ButtonConfigurePinCode": "Configure pin code", + "HeaderInstalledServices": "\uc124\uce58\ud55c \uc11c\ube44\uc2a4", + "HeaderAvailableServices": "\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc11c\ube44\uc2a4", + "MessageNoServicesInstalled": "\ud604\uc7ac \uc124\uce58\ub41c \uc11c\ube44\uc2a4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.", + "HeaderToAccessPleaseEnterEasyPinCode": "\uc811\uc18d\ud558\ub824\uba74 Easy Pin Code\ub97c \uc785\ub825\ud558\uc138\uc694", + "KidsModeAdultInstruction": "\uc624\ub978\ucabd \ud558\ub2e8\uc758 \uc790\ubb3c\uc1e0 \uc544\uc774\ucf58\uc744 \ub20c\ub7ec \uc124\uc815\ud558\uac70\ub098 \uc790\ub140 \ubcf4\ud638 \ubaa8\ub4dc\uc5d0\uc11c \ub098\uac11\ub2c8\ub2e4. PIN \ucf54\ub4dc\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.", + "ButtonConfigurePinCode": "PIN \ucf54\ub4dc \uc124\uc815", "HeaderAdultsReadHere": "Adults Read Here!", - "RegisterWithPayPal": "Register with PayPal", - "HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership", - "HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial", - "LabelSyncTempPath": "Temporary file path:", - "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.", + "RegisterWithPayPal": "PayPal\ub85c \ub4f1\ub85d\ud558\uae30", + "HeaderSyncRequiresSupporterMembership": "\ub3d9\uae30\ud654\ub294 \uc11c\ud3ec\ud130 \uba64\ubc84\uc2ed\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.", + "HeaderEnjoyDayTrial": "14\uc77c \ubb34\ub8cc \uccb4\ud5d8\ud558\uae30", + "LabelSyncTempPath": "\uc784\uc2dc \ud30c\uc77c \uacbd\ub85c:", + "LabelSyncTempPathHelp": "\uc0ac\uc6a9\uc790 \ub3d9\uae30\ud654 \uc791\uc5c5 \ud3f4\ub354\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \ub3d9\uae30\ud654 \uacfc\uc815\uc5d0\uc11c \ub9cc\ub4e4\uc5b4\uc9c4 \ubcc0\ud658\ub41c \ubbf8\ub514\uc5b4\uac00 \uc5ec\uae30\uc5d0 \uc800\uc7a5\ub429\ub2c8\ub2e4.", "LabelCustomCertificatePath": "Custom certificate path:", "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.", - "TitleNotifications": "Notifications", - "OptionDetectArchiveFilesAsMedia": "Detect archive files as media", - "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.", - "LabelEnterConnectUserName": "Username or email:", - "LabelEnterConnectUserNameHelp": "This is your Emby online account username or email.", + "TitleNotifications": "\uc54c\ub9bc", + "OptionDetectArchiveFilesAsMedia": "\uc555\ucd95 \ud30c\uc77c\uc744 \ubbf8\ub514\uc5b4 \ud30c\uc77c\ub85c \uc778\uc2dd", + "OptionDetectArchiveFilesAsMediaHelp": ".rar, .zip \ud655\uc7a5\uc790\ub97c \uac00\uc9c4 \ud30c\uc77c\uc744 \ubbf8\ub514\uc5b4 \ud30c\uc77c\ub85c \uc778\uc2dd\ud569\ub2c8\ub2e4.", + "LabelEnterConnectUserName": "\uc0ac\uc6a9\uc790\uba85 \ub610\ub294 \uc774\uba54\uc77c", + "LabelEnterConnectUserNameHelp": "Emby \uc628\ub77c\uc778 \uacc4\uc815\uc758 \uc0ac\uc6a9\uc790\uba85 \ub610\ub294 \uc774\uba54\uc77c\uc785\ub2c8\ub2e4.", "LabelEnableEnhancedMovies": "Enable enhanced movie displays", - "LabelEnableEnhancedMoviesHelp": "When enabled, movies will be displayed as folders to include trailers, extras, cast & crew, and other related content.", - "HeaderSyncJobInfo": "Sync Job", - "FolderTypeMixed": "Mixed content", + "LabelEnableEnhancedMoviesHelp": "\uc601\ud654 \uc608\uace0\ud3b8, \ucd94\uac00\uc815\ubcf4, \ubc30\uc5ed \ub4f1\uc758 \uad00\ub828 \ucf58\ud150\uce20\uac00 \ud3ec\ud568\ub41c \ud3f4\ub354\ub85c \ud45c\uc2dc\ud569\ub2c8\ub2e4.", + "HeaderSyncJobInfo": "\ub3d9\uae30\ud654 \uc791\uc5c5", + "FolderTypeMixed": "\ud63c\ud569 \ucf58\ud150\uce20", "FolderTypeMovies": "Movies", "FolderTypeMusic": "Music", "FolderTypeAdultVideos": "Adult videos", @@ -100,112 +100,112 @@ "FolderTypeBooks": "Books", "FolderTypeTvShows": "TV", "FolderTypeInherit": "Inherit", - "LabelContentType": "Content type:", - "TitleScheduledTasks": "Scheduled Tasks", - "HeaderSetupLibrary": "Setup your media libraries", - "ButtonAddMediaFolder": "Add media folder", - "LabelFolderType": "Folder type:", - "ReferToMediaLibraryWiki": "Refer to the media library wiki.", - "LabelCountry": "Country:", - "LabelLanguage": "Language:", - "LabelTimeLimitHours": "Time limit (hours):", + "LabelContentType": "\ucf58\ud150\uce20 \uc885\ub958:", + "TitleScheduledTasks": "\uc608\uc57d \uc791\uc5c5", + "HeaderSetupLibrary": "\ubbf8\ub514\uc5b4 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc124\uc815", + "ButtonAddMediaFolder": "\ubbf8\ub514\uc5b4 \ud3f4\ub354 \ucd94\uac00", + "LabelFolderType": "\ud3f4\ub354 \uc885\ub958:", + "ReferToMediaLibraryWiki": "\ubbf8\ub514\uc5b4 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc704\ud0a4\ub97c \ucc38\uace0\ud558\uc138\uc694.", + "LabelCountry": "\uad6d\uac00:", + "LabelLanguage": "\uc5b8\uc5b4:", + "LabelTimeLimitHours": "\uc2dc\uac04 \uc81c\ud55c (\uc2dc\uac04):", "ButtonJoinTheDevelopmentTeam": "Join the Development Team", - "HeaderPreferredMetadataLanguage": "Preferred metadata language:", - "LabelSaveLocalMetadata": "Save artwork and metadata into media folders", + "HeaderPreferredMetadataLanguage": "\uc120\ud638\ud558\ub294 \uba54\ud0c0\ub370\uc774\ud130 \uc5b8\uc5b4:", + "LabelSaveLocalMetadata": "\uc544\ud2b8\uc6cc\ud06c\uc640 \uba54\ud0c0\ub370\uc774\ud130\ub97c \ubbf8\ub514\uc5b4 \ud3f4\ub354\uc5d0 \uc800\uc7a5", "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.", - "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet", - "LabelDownloadInternetMetadataHelp": "Emby Server can download information about your media to enable rich presentations.", - "TabPreferences": "Preferences", - "TabPassword": "Password", - "TabLibraryAccess": "Library Access", - "TabAccess": "Access", - "TabImage": "Image", - "TabProfile": "Profile", + "LabelDownloadInternetMetadata": "\uc778\ud130\ub137\uc5d0\uc11c \uc544\ud2b8\uc6cc\ud06c\uc640 \uba54\ud0c0\ub370\uc774\ud130 \ub2e4\uc6b4\ub85c\ub4dc", + "LabelDownloadInternetMetadataHelp": "Emby \uc11c\ubc84\uac00 \ubbf8\ub514\uc5b4 \uc815\ubcf4\ub97c \ub2e4\uc6b4\ub85c\ub4dc\ud558\uc5ec \ud48d\ubd80\ud55c \ud654\uba74\uc744 \ud45c\uc2dc\ud569\ub2c8\ub2e4.", + "TabPreferences": "\uc124\uc815", + "TabPassword": "\ube44\ubc00\ubc88\ud638", + "TabLibraryAccess": "\ub77c\uc774\ube0c\ub7ec\ub9ac \uc811\uc18d", + "TabAccess": "\uc811\uc18d", + "TabImage": "\uc774\ubbf8\uc9c0", + "TabProfile": "\ud504\ub85c\ud30c\uc77c", "TabMetadata": "Metadata", - "TabImages": "Images", + "TabImages": "\uc774\ubbf8\uc9c0", "TabNotifications": "Notifications", - "TabCollectionTitles": "Titles", - "HeaderDeviceAccess": "Device Access", - "OptionEnableAccessFromAllDevices": "Enable access from all devices", - "OptionEnableAccessToAllChannels": "Enable access to all channels", - "OptionEnableAccessToAllLibraries": "Enable access to all libraries", + "TabCollectionTitles": "\uc81c\ubaa9", + "HeaderDeviceAccess": "\uc7a5\uce58 \uc811\uc18d", + "OptionEnableAccessFromAllDevices": "\ubaa8\ub4e0 \uae30\uae30\uc5d0\uc11c \uc811\uc18d \ud5c8\uc6a9", + "OptionEnableAccessToAllChannels": "\ubaa8\ub4e0 \ucc44\ub110\uc5d0 \uc811\uc18d \ud5c8\uc6a9", + "OptionEnableAccessToAllLibraries": "\ubaa8\ub4e0 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0 \uc811\uc18d \ud5c8\uc6a9", "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.", - "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons", - "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons", - "HeaderVideoPlaybackSettings": "Video Playback Settings", - "HeaderPlaybackSettings": "Playback Settings", - "LabelAudioLanguagePreference": "Audio language preference:", - "LabelSubtitleLanguagePreference": "Subtitle language preference:", - "OptionDefaultSubtitles": "Default", + "LabelDisplayMissingEpisodesWithinSeasons": "\uac01 \uc2dc\uc98c\uc758 \ub204\ub77d\ub41c \uc5d0\ud53c\uc18c\ub4dc \ud45c\uc2dc", + "LabelUnairedMissingEpisodesWithinSeasons": "\uac01 \uc2dc\uc98c\uc758 \ubc29\uc1a1\ub418\uc9c0 \uc54a\uc740 \uc5d0\ud53c\uc18c\ub4dc \ud45c\uc2dc", + "HeaderVideoPlaybackSettings": "\ube44\ub514\uc624 \uc7ac\uc0dd \uc124\uc815", + "HeaderPlaybackSettings": "\uc7ac\uc0dd \uc124\uc815", + "LabelAudioLanguagePreference": "\uc624\ub514\uc624 \uc5b8\uc5b4 \uc124\uc815:", + "LabelSubtitleLanguagePreference": "\uc790\ub9c9 \uc5b8\uc5b4 \uc124\uc815:", + "OptionDefaultSubtitles": "\uae30\ubcf8", "OptionOnlyForcedSubtitles": "Only forced subtitles", - "OptionAlwaysPlaySubtitles": "Always play subtitles", - "OptionNoSubtitles": "No Subtitles", - "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.", - "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.", - "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.", - "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.", + "OptionAlwaysPlaySubtitles": "\uc790\ub9c9 \ud56d\uc0c1 \ud45c\uc2dc", + "OptionNoSubtitles": "\uc790\ub9c9 \uc5c6\uc74c", + "OptionDefaultSubtitlesHelp": "\uc790\ub9c9 \ub9e4\uce6d \uc5b8\uc5b4 \uc124\uc815\uc740 \uc624\ub514\uc624\uac00 \uc678\uad6d\uc5b4\uc77c \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4.", + "OptionOnlyForcedSubtitlesHelp": "forced\ub85c \ud45c\uc2dc\ub41c \uc790\ub9c9\ub9cc \ubd88\ub7ec \uc635\ub2c8\ub2e4.", + "OptionAlwaysPlaySubtitlesHelp": "\uc624\ub514\uc624 \uc5b8\uc5b4\uc640 \uc0c1\uad00\uc5c6\uc774 \uc790\ub9c9 \ub9e4\uce6d \uc5b8\uc5b4 \uc124\uc815\uc744 \ubd88\ub7ec\uc635\ub2c8\ub2e4.", + "OptionNoSubtitlesHelp": "\uae30\ubcf8\uc801\uc73c\ub85c \uc790\ub9c9\uc744 \ubd88\ub7ec\uc624\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", "TabProfiles": "Profiles", - "TabSecurity": "Security", - "ButtonAddUser": "Add User", - "ButtonAddLocalUser": "Add Local User", - "ButtonInviteUser": "Invite User", - "ButtonSave": "Save", - "ButtonResetPassword": "Reset Password", - "LabelNewPassword": "New password:", + "TabSecurity": "\ubcf4\uc548", + "ButtonAddUser": "\uc0ac\uc6a9\uc790 \ucd94\uac00", + "ButtonAddLocalUser": "\ub85c\uceec \uc0ac\uc6a9\uc790 \ucd94\uac00", + "ButtonInviteUser": "\uc0ac\uc6a9\uc790 \ucd08\ub300", + "ButtonSave": "\uc800\uc7a5", + "ButtonResetPassword": "\ube44\ubc00\ubc88\ud638 \uc7ac\uc124\uc815", + "LabelNewPassword": "\uc0c8 \ube44\ubc00\ubc88\ud638", "LabelNewPasswordConfirm": "New password confirm:", - "HeaderCreatePassword": "Create Password", - "LabelCurrentPassword": "Current password:", + "HeaderCreatePassword": "\ube44\ubc00\ubc88\ud638 \uc0dd\uc131", + "LabelCurrentPassword": "\ud604\uc7ac \ube44\ubc00\ubc88\ud638:", "LabelMaxParentalRating": "Maximum allowed parental rating:", "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.", - "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.", - "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.", - "ButtonDeleteImage": "Delete Image", - "LabelSelectUsers": "Select users:", - "ButtonUpload": "Upload", - "HeaderUploadNewImage": "Upload New Image", - "LabelDropImageHere": "Drop image here", - "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.", + "LibraryAccessHelp": "\uc774 \uc0ac\uc6a9\uc790\uc640 \uacf5\uc720\ud560 \ud3f4\ub354\ub97c \uc120\ud0dd\ud569\ub2c8\ub2e4. \uad00\ub9ac\uc790\ub294 \uba54\ud0c0\ub370\uc774\ud130 \ub9e4\ub2c8\uc800\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub4e0 \ud3f4\ub354\ub97c \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "ChannelAccessHelp": "\uc774 \uc0ac\uc6a9\uc790\uc640 \uacf5\uc720\ud560 \ucc44\ub110\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. \uad00\ub9ac\uc790\ub294 \uba54\ud0c0\ub370\uc774\ud130 \ub9e4\ub2c8\uc800\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub4e0 \ucc44\ub110\uc744 \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "ButtonDeleteImage": "\uc774\uc9c0\uc9c0 \uc0ad\uc81c", + "LabelSelectUsers": "\uc0ac\uc6a9\uc790 \uc120\ud0dd:", + "ButtonUpload": "\uc5c5\ub85c\ub4dc", + "HeaderUploadNewImage": "\uc0c8 \uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc", + "LabelDropImageHere": "\uc5ec\uae30\uc5d0 \uc774\ubbf8\uc9c0 \ub5a8\uc5b4\ub728\ub9ac\uae30", + "ImageUploadAspectRatioHelp": "1:1 \ube44\uc728\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4. JPG\/PNG\ub9cc \uc0ac\uc6a9.", "MessageNothingHere": "Nothing here.", - "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.", - "TabSuggested": "Suggested", - "TabSuggestions": "Suggestions", - "TabLatest": "Latest", + "MessagePleaseEnsureInternetMetadata": "\uc778\ud130\ub137 \uba54\ud0c0\ub370\uc774\ud130 \ub2e4\uc6b4\ub85c\ub4dc\uac00 \ucf1c\uc838 \uc788\ub294\uc9c0 \ud655\uc778\ud558\uc138\uc694.", + "TabSuggested": "\ucd94\ucc9c", + "TabSuggestions": "\ucd94\ucc9c", + "TabLatest": "\ucd5c\uadfc", "TabUpcoming": "Upcoming", "TabShows": "Shows", "TabEpisodes": "Episodes", - "TabGenres": "Genres", + "TabGenres": "\uc7a5\ub974", "TabPeople": "People", - "TabNetworks": "Networks", - "HeaderUsers": "Users", - "HeaderFilters": "Filters:", + "TabNetworks": "\ub124\ud2b8\uc6cc\ud06c", + "HeaderUsers": "\uc0ac\uc6a9\uc790", + "HeaderFilters": "\ud544\ud130:", "ButtonFilter": "Filter", - "OptionFavorite": "Favorites", - "OptionLikes": "Likes", - "OptionDislikes": "Dislikes", - "OptionActors": "Actors", + "OptionFavorite": "\uc990\uaca8\ucc3e\uae30", + "OptionLikes": "\uc88b\uc544\ud568", + "OptionDislikes": "\uc2eb\uc5b4\ud568", + "OptionActors": "\ubc30\uc6b0", "OptionGuestStars": "Guest Stars", - "OptionDirectors": "Directors", - "OptionWriters": "Writers", - "OptionProducers": "Producers", - "HeaderResume": "Resume", + "OptionDirectors": "\uac10\ub3c5", + "OptionWriters": "\uc791\uac00", + "OptionProducers": "\ud504\ub85c\ub4c0\uc11c", + "HeaderResume": "\uc774\uc5b4\uc11c \uc7ac\uc0dd", "HeaderNextUp": "Next Up", "NoNextUpItemsMessage": "None found. Start watching your shows!", "HeaderLatestEpisodes": "Latest Episodes", "HeaderPersonTypes": "Person Types:", "TabSongs": "Songs", "TabAlbums": "Albums", - "TabArtists": "Artists", - "TabAlbumArtists": "Album Artists", + "TabArtists": "\uc544\ud2f0\uc2a4\ud2b8", + "TabAlbumArtists": "\uc568\ubc94 \uc544\ud2f0\uc2a4\ud2b8", "TabMusicVideos": "Music Videos", "ButtonSort": "Sort", "HeaderSortBy": "Sort By:", "HeaderSortOrder": "Sort Order:", - "OptionPlayed": "Played", - "OptionUnplayed": "Unplayed", + "OptionPlayed": "\uc7ac\uc0dd\ud568", + "OptionUnplayed": "\uc7ac\uc0dd \uc548 \ud568", "OptionAscending": "Ascending", "OptionDescending": "Descending", - "OptionRuntime": "Runtime", - "OptionReleaseDate": "Release Date", + "OptionRuntime": "\uc0c1\uc601 \uc2dc\uac04", + "OptionReleaseDate": "\uac1c\ubd09\uc77c", "OptionPlayCount": "Play Count", "OptionDatePlayed": "Date Played", "OptionDateAdded": "Date Added", @@ -215,540 +215,540 @@ "OptionTrackName": "Track Name", "OptionCommunityRating": "Community Rating", "OptionNameSort": "Name", - "OptionFolderSort": "Folders", + "OptionFolderSort": "\ud3f4\ub354", "OptionBudget": "Budget", "OptionRevenue": "Revenue", "OptionPoster": "Poster", "OptionPosterCard": "Poster card", - "OptionBackdrop": "Backdrop", + "OptionBackdrop": "\ubc30\uacbd", "OptionTimeline": "Timeline", "OptionThumb": "Thumb", "OptionThumbCard": "Thumb card", "OptionBanner": "Banner", "OptionCriticRating": "Critic Rating", "OptionVideoBitrate": "Video Bitrate", - "OptionResumable": "Resumable", - "ScheduledTasksHelp": "Click a task to adjust its schedule.", - "ScheduledTasksTitle": "Scheduled Tasks", - "TabMyPlugins": "My Plugins", - "TabCatalog": "Catalog", - "TitlePlugins": "Plugins", - "HeaderAutomaticUpdates": "Automatic Updates", - "HeaderNowPlaying": "Now Playing", - "HeaderLatestAlbums": "Latest Albums", - "HeaderLatestSongs": "Latest Songs", - "HeaderRecentlyPlayed": "Recently Played", - "HeaderFrequentlyPlayed": "Frequently Played", + "OptionResumable": "\uc774\uc5b4\ubcf4\uae30", + "ScheduledTasksHelp": "\uc608\uc57d\uc744 \uc218\uc815\ud560 \uc791\uc5c5\uc744 \ud074\ub9ad\ud558\uc138\uc694.", + "ScheduledTasksTitle": "\uc608\uc57d \uc791\uc5c5", + "TabMyPlugins": "\ub0b4 \ud50c\ub7ec\uadf8\uc778", + "TabCatalog": "\uce74\ud0c8\ub85c\uadf8", + "TitlePlugins": "\ud50c\ub7ec\uadf8\uc778", + "HeaderAutomaticUpdates": "\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8", + "HeaderNowPlaying": "\uc9c0\uae08 \uc7ac\uc0dd \uc911", + "HeaderLatestAlbums": "\ucd5c\uadfc \uc568\ubc94", + "HeaderLatestSongs": "\ucd5c\uadfc \ub178\ub798", + "HeaderRecentlyPlayed": "\ucd5c\uadfc \uc7ac\uc0dd", + "HeaderFrequentlyPlayed": "\uc790\uc8fc \uc7ac\uc0dd", "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.", - "LabelVideoType": "Video Type:", - "OptionBluray": "Bluray", - "OptionDvd": "Dvd", - "OptionIso": "Iso", + "LabelVideoType": "\ube44\ub514\uc624 \uc885\ub958:", + "OptionBluray": "\ube14\ub8e8\ub808\uc774", + "OptionDvd": "DVD", + "OptionIso": "ISO", "Option3D": "3D", "LabelFeatures": "Features:", - "LabelService": "Service:", - "LabelStatus": "Status:", - "LabelVersion": "Version:", - "LabelLastResult": "Last result:", - "OptionHasSubtitles": "Subtitles", - "OptionHasTrailer": "Trailer", - "OptionHasThemeSong": "Theme Song", - "OptionHasThemeVideo": "Theme Video", + "LabelService": "\uc11c\ube44\uc2a4:", + "LabelStatus": "\uc0c1\ud0dc:", + "LabelVersion": "\ubc84\uc804:", + "LabelLastResult": "\ub9c8\uc9c0\ub9c9 \uacb0\uacfc:", + "OptionHasSubtitles": "\uc790\ub9c9", + "OptionHasTrailer": "\uc608\uace0\ud3b8", + "OptionHasThemeSong": "\ud14c\ub098 \uc74c\uc545", + "OptionHasThemeVideo": "\ud14c\ub9c8 \ube44\ub514\uc624", "TabMovies": "Movies", - "TabStudios": "Studios", + "TabStudios": "\uc2a4\ud29c\ub514\uc624", "TabTrailers": "Trailers", - "LabelArtists": "Artists:", + "LabelArtists": "\uc544\ud2f0\uc2a4\ud2b8:", "LabelArtistsHelp": "Separate multiple using ;", "HeaderLatestMovies": "Latest Movies", - "HeaderLatestTrailers": "Latest Trailers", + "HeaderLatestTrailers": "\ucd5c\uadfc \uc608\uace0\ud3b8", "OptionHasSpecialFeatures": "Special Features", "OptionImdbRating": "IMDb Rating", - "OptionParentalRating": "Parental Rating", + "OptionParentalRating": "\ub4f1\uae09", "OptionPremiereDate": "Premiere Date", - "TabBasic": "Basic", + "TabBasic": "\uae30\ubcf8", "TabAdvanced": "Advanced", - "HeaderStatus": "Status", + "HeaderStatus": "\uc0c1\ud0dc", "OptionContinuing": "Continuing", "OptionEnded": "Ended", - "HeaderAirDays": "Air Days", - "OptionSunday": "Sunday", - "OptionMonday": "Monday", - "OptionTuesday": "Tuesday", - "OptionWednesday": "Wednesday", - "OptionThursday": "Thursday", - "OptionFriday": "Friday", - "OptionSaturday": "Saturday", - "HeaderManagement": "Management", - "LabelManagement": "Management:", - "OptionMissingImdbId": "Missing IMDb Id", - "OptionMissingTvdbId": "Missing TheTVDB Id", - "OptionMissingOverview": "Missing Overview", - "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched", - "TabGeneral": "General", - "TitleSupport": "Support", - "TabLog": "Log", + "HeaderAirDays": "\ubc29\uc1a1\uc77c", + "OptionSunday": "\ub300\uae30", + "OptionMonday": "\uc6d4\uc694\uc77c", + "OptionTuesday": "\ud654\uc694\uc77c", + "OptionWednesday": "\uc218\uc694\uc77c", + "OptionThursday": "\ubaa9\uc694\uc77c", + "OptionFriday": "\uae08\uc694\uc77c", + "OptionSaturday": "\ud1a0\uc694\uc77c", + "HeaderManagement": "\uad00\ub9ac", + "LabelManagement": "\uad00\ub9ac:", + "OptionMissingImdbId": "\ub204\ub77d\ub41c IMDB ID", + "OptionMissingTvdbId": "\ub204\ub77d\ub41c TheTVDB ID", + "OptionMissingOverview": "\ub204\ub77d\ub41c \uc904\uac70\ub9ac", + "OptionFileMetadataYearMismatch": "\ud30c\uc77c\/\uba54\ud0c0\ub370\uc774\ud130 \uc5f0\ub3c4 \uc77c\uce58\ud558\uc9c0 \uc54a\uc74c", + "TabGeneral": "\uc77c\ubc18", + "TitleSupport": "\uc9c0\uc6d0", + "TabLog": "\ub85c\uadf8", "TabAbout": "About", - "TabSupporterKey": "Emby Premiere Key", - "TabBecomeSupporter": "Get Emby Premiere", - "TabEmbyPremiere": "Emby Premiere", + "TabSupporterKey": "Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4", + "TabBecomeSupporter": "Emby \ud504\ub9ac\ubbf8\uc5b4 \uc5bb\uae30", + "TabEmbyPremiere": "Emby \ud504\ub9ac\ubbf8\uc5b4", "ProjectHasCommunity": "Emby has a thriving community of users and contributors.", - "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Emby.", - "SearchKnowledgeBase": "Search the Knowledge Base", - "VisitTheCommunity": "Visit the Community", - "VisitProjectWebsite": "Visit the Emby Web Site", - "VisitProjectWebsiteLong": "Visit the Emby Web site to catch the latest news and keep up with the developer blog.", - "OptionHideUser": "Hide this user from login screens", - "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.", - "OptionDisableUser": "Disable this user", - "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.", - "HeaderAdvancedControl": "Advanced Control", + "CheckoutKnowledgeBase": "Emby\uc5d0 \ub300\ud55c \ubaa8\ub4e0\uac83\uc744 \uc5bb\uc73c\ub824\uba74 \uae30\uc220 \uc790\ub8cc\ub97c \ud655\uc778\ud558\uc138\uc694.", + "SearchKnowledgeBase": "\uae30\uc220 \uc790\ub8cc \uac80\uc0c9", + "VisitTheCommunity": "\ucee4\ubba4\ub2c8\ud2f0 \ubc29\ubb38", + "VisitProjectWebsite": "Emby \uc6f9 \uc0ac\uc774\ud2b8 \ubc29\ubb38", + "VisitProjectWebsiteLong": "\ucd5c\uc2e0 \ub274\uc2a4\uc640 \uac1c\ubc1c\uc790 \ube14\ub85c\uadf8\ub294 Emby \uc6f9 \uc0ac\uc774\ud2b8\ub85c \uc811\uc18d\ud558\uc138\uc694.", + "OptionHideUser": "\ub85c\uadf8\uc778 \ud654\uba74\uc5d0\uc11c \uc774 \uc0ac\uc6a9\uc790 \uc228\uae40", + "OptionHideUserFromLoginHelp": "\ube44\uacf5\uac1c \ub610\ub294 \uc228\uae40 \uad00\ub9ac\uc790 \uacc4\uc815\uc5d0 \uc720\uc6a9\ud569\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\ub294 \uc218\ub3d9\uc73c\ub85c \uc0ac\uc6a9\uc790\uba85\uacfc \ube44\ubc00\ubc88\ud638\ub97c \uc785\ub825\ud558\uc5ec \ub85c\uadf8\uc778 \ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.", + "OptionDisableUser": "\uc774 \uc0ac\uc6a9\uc790 \uc0ac\uc6a9 \uc548 \ud568", + "OptionDisableUserHelp": "\uc11c\ubc84\uac00 \uc774 \uc0ac\uc6a9\uc790\uc758 \uc5f0\uacb0\uc744 \ud5c8\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud604\uc7ac \uc5f0\uacb0\uc774 \uc608\uace0\uc5c6\uc774 \uc885\ub8cc\ub429\ub2c8\ub2e4.", + "HeaderAdvancedControl": "\uace0\uae09 \uc81c\uc5b4", "LabelName": "Name:", - "ButtonHelp": "Help", - "OptionAllowUserToManageServer": "Allow this user to manage the server", - "HeaderFeatureAccess": "Feature Access", - "OptionAllowMediaPlayback": "Allow media playback", - "OptionAllowBrowsingLiveTv": "Allow Live TV access", - "OptionAllowDeleteLibraryContent": "Allow media deletion", - "OptionAllowManageLiveTv": "Allow Live TV recording management", - "OptionAllowRemoteControlOthers": "Allow remote control of other users", - "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices", + "ButtonHelp": "\ub3c4\uc6c0\ub9d0", + "OptionAllowUserToManageServer": "\uc774 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc774 \uc11c\ubc84\uc758 \uad00\ub9ac\ub97c \ud5c8\uc6a9\ud569\ub2c8\ub2e4", + "HeaderFeatureAccess": "\uae30\ub2a5 \uc811\uadfc", + "OptionAllowMediaPlayback": "\ubbf8\ub514\uc5b4 \uc7ac\uc0dd \ud5c8\uc6a9", + "OptionAllowBrowsingLiveTv": "TV \ubc29\uc1a1 \uc811\uc18d \ud5c8\uc6a9", + "OptionAllowDeleteLibraryContent": "\ubbf8\ub514\uc5b4 \uc0ad\uc81c \ud5c8\uc6a9", + "OptionAllowManageLiveTv": "TV \ubc29\uc1a1 \ub179\ud654 \uad00\ub9ac \ud5c8\uc6a9", + "OptionAllowRemoteControlOthers": "\uac00\ub978 \uc0ac\uc6a9\uc790 \uc6d0\uaca9 \uc81c\uc5b4 \ud5c8\uc6a9", + "OptionAllowRemoteSharedDevices": "\uacf5\uc720 \uae30\uae30 \uc6d0\uaca9 \uc81c\uc5b4 \ud5c8\uc6a9", "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.", - "OptionAllowLinkSharing": "Allow social media sharing", - "OptionAllowLinkSharingHelp": "Only web pages containing media information are shared. Media files are never shared publicly. Shares are time-limited and will expire based on your server sharing settings.", - "HeaderSharing": "Sharing", - "HeaderRemoteControl": "Remote Control", - "OptionMissingTmdbId": "Missing Tmdb Id", + "OptionAllowLinkSharing": "\uc18c\uc15c \ubbf8\ub514\uc5b4 \uacf5\uc720 \ud5c8\uc6a9", + "OptionAllowLinkSharingHelp": "\ubbf8\ub514\uc5b4 \uc815\ubcf4\ub97c \ud3ec\ud568\ud55c \uc6f9 \ud398\uc774\uc9c0\ub9cc \uacf5\uc720\ud569\ub2c8\ub2e4. \ubbf8\ub514\uc5b4 \ud30c\uc77c\uc740 \uc808\ub300 \uacf5\uacf5\uc5d0 \uacf5\uc720\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uacf5\uc720\ub294 \uae30\ud55c \uc81c\ud55c\uc774 \uc788\uc73c\uba70 \uc11c\ubc84 \uacf5\uc720 \uc124\uc815\uc5d0 \ub530\ub77c \uc885\ub8cc\ub429\ub2c8\ub2e4.", + "HeaderSharing": "\uacf5\uc720", + "HeaderRemoteControl": "\uc6d0\uaca9 \uc81c\uc5b4", + "OptionMissingTmdbId": "\ub204\ub77d\ub41c TMDB ID", "OptionIsHD": "HD", "OptionIsSD": "SD", "OptionMetascore": "Metascore", "ButtonSelect": "Select", - "ButtonGroupVersions": "Group Versions", - "ButtonAddToCollection": "Add to Collection", + "ButtonGroupVersions": "\uadf8\ub8f9 \ubc84\uc804", + "ButtonAddToCollection": "\uceec\ub809\uc158\uc5d0 \ucd94\uac00", "PismoMessage": "Utilizing Pismo File Mount through a donated license.", "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.", - "HeaderCredits": "Credits", - "PleaseSupportOtherProduces": "Please support other free products we utilize:", - "VersionNumber": "Version {0}", - "TabPaths": "Paths", + "HeaderCredits": "\ud06c\ub808\ub514\ud2b8", + "PleaseSupportOtherProduces": "\uc6b0\ub9ac\uac00 \ud65c\uc6a9\ud558\ub294 \ub2e4\ub978 \ubb34\ub8cc \uc81c\ud488\uc744 \uc9c0\uc6d0\ud574 \uc8fc\uc138\uc694:", + "VersionNumber": "\ubc84\uc804 {0}", + "TabPaths": "\uacbd\ub85c", "TabServer": "Server", - "TabTranscoding": "Transcoding", - "TitleAdvanced": "Advanced", - "OptionRelease": "Official Release", - "OptionBeta": "Beta", - "OptionDev": "Dev (Unstable)", - "LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates", - "LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.", - "LabelEnableDebugLogging": "Enable debug logging", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.", - "ButtonSelectDirectory": "Select Directory", - "LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.", - "LabelCachePath": "Cache path:", - "LabelCachePathHelp": "Specify a custom location for server cache files, such as images. Leave blank to use the server default.", - "LabelRecordingPath": "Recording path:", - "LabelRecordingPathHelp": "Specify a custom location to save recordings. Leave blank to use the server default.", - "LabelImagesByNamePath": "Images by name path:", - "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.", - "LabelMetadataPath": "Metadata path:", - "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata.", - "LabelTranscodingTempPath": "Transcoding temporary path:", - "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.", - "TabBasics": "Basics", + "TabTranscoding": "\ud2b8\ub79c\uc2a4\ucf54\ub529", + "TitleAdvanced": "\uace0\uae09", + "OptionRelease": "\uacf5\uc2dd \ub9b4\ub9ac\uc988", + "OptionBeta": "\ubca0\ud0c0", + "OptionDev": "\uac1c\ubc1c (\ubd88\uc548\uc815)", + "LabelAllowServerAutoRestart": "\uc11c\ubc84\uac00 \uc790\ub3d9\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8\ub97c \uc801\uc6a9\ud558\ub3c4\ub85d \uc7ac\uc2dc\uc791 \ud5c8\uc6a9", + "LabelAllowServerAutoRestartHelp": "\uc11c\ubc84\ub294 \ud65c\uc131\ud654\ub41c \uc0ac\uc6a9\uc790\uac00 \uc5c6\ub294 \uc720\ud734 \uae30\uac04\uc5d0\ub9cc \ub2e4\uc2dc \uc2dc\uc791\ud569\ub2c8\ub2e4.", + "LabelEnableDebugLogging": "\ub514\ubc84\uadf8 \ub85c\uae45 \uc0ac\uc6a9", + "LabelRunServerAtStartup": "\uc2dc\uc791\ud560 \ub54c \uc11c\ubc84 \uc2e4\ud589", + "LabelRunServerAtStartupHelp": "Windows\uac00 \uc2dc\uc791\ud560 \ub54c \ud2b8\ub808\uc774 \uc544\uc774\ucf58\uc744 \uc2dc\uc791\ud569\ub2c8\ub2e4. Windows \uc11c\ube44\uc2a4\ub85c \uc2dc\uc791\ud558\ub294 \uacbd\uc6b0 \uc774 \uc635\uc158\uc744 \uccb4\ud06c \ud574\uc81c\ud558\uace0 Windows \uc81c\uc5b4 \ud328\ub110\uc5d0\uc11c \uc11c\ube44\uc2ac \uc2e4\ud589\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. \ub3d9\uc2dc\uc5d0 \ub450 \uac1c\ub97c \uc2e4\ud589\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc11c\ube44\uc2a4\ub97c \uc2dc\uc791\ud558\uae30 \uc804\uc5d0 \ud2b8\ub808\uc774\ub97c \uc885\ub8cc\ud558\ub294 \uac83\uc744 \uba85\uc2ec\ud558\uc138\uc694.", + "ButtonSelectDirectory": "\ub514\ub809\ud130\ub9ac \uc120\ud0dd", + "LabelCustomPaths": "\uc0ac\uc6a9\uc790 \uacbd\ub85c\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \uae30\ubcf8\uac12\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \ube44\uc6cc\ub461\ub2c8\ub2e4.", + "LabelCachePath": "\uce90\uc2dc \uacbd\ub85c:", + "LabelCachePathHelp": "\uc774\ubbf8\uc9c0\uc640 \uac19\uc740 \uc11c\ubc84 \uce90\uc2dc \ud30c\uc77c\uc744 \uc704\ud55c \uc0ac\uc6a9\uc790 \uc704\uce58\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \uc11c\ubc84 \uae30\ubcf8\uac12\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \ube44\uc6cc\ub461\ub2c8\ub2e4.", + "LabelRecordingPath": "\ub179\ud654 \uacbd\ub85c:", + "LabelRecordingPathHelp": "\ub179\ud654\ub97c \uc800\uc7a5\ud560 \uc0ac\uc6a9\uc790 \uc704\uce58\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \uc11c\ubc84 \uae30\ubcf8\uac12\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \ube44\uc6cc\ub461\ub2c8\ub2e4.", + "LabelImagesByNamePath": "\uc774\ub984\ubcc4 \uc774\ubbf8\uc9c0 \uacbd\ub85c:", + "LabelImagesByNamePathHelp": "\ub2e4\uc6b4\ub85c\ub4dc\ud55c \ubc30\uc6b0, \uc7a5\ub974, \uc2a4\ud29c\ub514\uc624 \uc774\ubbf8\uc9c0\ub97c \uc800\uc7a5\ud560 \uc0ac\uc6a9\uc790 \uc704\uce58\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4.", + "LabelMetadataPath": "\uba54\ud0c0\ub370\uc774\ud130 \uacbd\ub85c:", + "LabelMetadataPathHelp": "\ub2e4\uc6b4\ub85c\ub4dc\ud55c \uc544\ud2b8\uc6cc\ud06c\uc640 \uba54\ud0c0\ub370\uc774\ud130\ub97c \uc800\uc7a5\ud560 \uc0ac\uc6a9\uc790 \uc704\uce58\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4.", + "LabelTranscodingTempPath": "\uc784\uc2dc \ud2b8\ub79c\uc2a4\ucf54\ub529 \uacbd\ub85c:", + "LabelTranscodingTempPathHelp": "\ud2b8\ub79c\uc2a4\ucf54\ub354\uac00 \uc0ac\uc6a9\ud558\ub294 \uc791\uc5c5 \ud30c\uc77c\uc744 \ubcf4\uad00\ud558\ub294 \ud3f4\ub354\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uacbd\ub85c\ub97c \uc9c0\uc815\ud558\uac70\ub098 \uc11c\ubc84\uc758 \ub370\uc774\ud130 \ud3f4\ub354\ub97c \uae30\ubcf8\uc73c\ub85c \uc0ac\uc6a9\ud558\ub824\uba74 \ube44\uc6cc\ub461\ub2c8\ub2e4.", + "TabBasics": "\uae30\ubcf8", "TabTV": "TV", "TabGames": "Games", - "TabMusic": "Music", - "TabOthers": "Others", - "HeaderExtractChapterImagesFor": "Extract chapter images for:", + "TabMusic": "\uc74c\uc545", + "TabOthers": "\uae30\ud0c0", + "HeaderExtractChapterImagesFor": "\ucc55\ud130 \uc774\ubbf8\uc9c0 \ucd94\ucd9c:", "OptionMovies": "Movies", "OptionEpisodes": "Episodes", - "OptionOtherVideos": "Other Videos", - "TitleMetadata": "Metadata", - "LabelAutomaticUpdates": "Enable automatic updates", - "LabelAutomaticUpdatesTmdb": "Enable automatic updates from TheMovieDB.org", - "LabelAutomaticUpdatesTvdb": "Enable automatic updates from TheTVDB.com", - "LabelAutomaticUpdatesFanartHelp": "If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced. This will cause library scans to take longer and will result in more disk activity.", - "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced. This will cause library scans to take longer and will result in more disk activity.", - "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced. This will cause library scans to take longer and will result in more disk activity.", - "LabelFanartApiKey": "Personal api key:", - "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.", + "OptionOtherVideos": "\uae30\ud0c0 \ube44\ub514\uc624", + "TitleMetadata": "\uba54\ud0c0\ub370\uc774\ud130", + "LabelAutomaticUpdates": "\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc0ac\uc6a9", + "LabelAutomaticUpdatesTmdb": "TheMovieDB.org\uc5d0\uc11c \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc0ac\uc6a9", + "LabelAutomaticUpdatesTvdb": "TheTVDB\uc5d0\uc11c \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc0ac\uc6a9", + "LabelAutomaticUpdatesFanartHelp": "\uc0c8 \uc774\ubbf8\uc9c0\uac00 fanart.tv\uc5d0 \ucd94\uac00\ub418\uba74 \uc790\ub3d9\uc73c\ub85c \ub2e4\uc6b4\ub85c\ub4dc\ud569\ub2c8\ub2e4. \uae30\uc874 \uc774\ubbf8\uc9c0\ub294 \ub300\uccb4\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub77c\uc774\ube0c\ub7ec\ub9ac \uac80\uc0c9\uc774 \uc624\ub798 \uac78\ub9ac\uba70 \ub354 \ub9ce\uc740 \ub514\uc2a4\ud06c \ud65c\ub3d9\uc774 \uc99d\uac00\ud569\ub2c8\ub2e4.", + "LabelAutomaticUpdatesTmdbHelp": "\uc0c8 \uc774\ubbf8\uc9c0\uac00 TheMovieDB.org\uc5d0 \ucd94\uac00\ub418\uba74 \uc790\ub3d9\uc73c\ub85c \ub2e4\uc6b4\ub85c\ub4dc\ud569\ub2c8\ub2e4. \uae30\uc874 \uc774\ubbf8\uc9c0\ub294 \ub300\uccb4\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub77c\uc774\ube0c\ub7ec\ub9ac \uac80\uc0c9\uc774 \uc624\ub798 \uac78\ub9ac\uba70 \ub514\uc2a4\ud06c \ud65c\ub3d9\uc774 \uc99d\uac00\ud569\ub2c8\ub2e4.", + "LabelAutomaticUpdatesTvdbHelp": "\uc0c8 \uc774\ubbf8\uc9c0\uac00 TheTVDB.com\uc5d0 \ucd94\uac00\ub418\uba74 \uc790\ub3d9\uc73c\ub85c \ub2e4\uc6b4\ub85c\ub4dc\ud569\ub2c8\ub2e4. \uae30\uc874 \uc774\ubbf8\uc9c0\ub294 \ub300\uccb4\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub77c\uc774\ube0c\ub7ec\ub9ac \uac80\uc0c9\uc774 \uc624\ub798 \uac78\ub9ac\uba70 \ub514\uc2a4\ud06c \ud65c\ub3d9\uc774 \uc99d\uac00\ud569\ub2c8\ub2e4.", + "LabelFanartApiKey": "\uac1c\uc778 API \ud0a4:", + "LabelFanartApiKeyHelp": "API \ud0a4\uac00 \uc5c6\uc73c\uba74 7\uc77c \uc804\uc758 fanart\ub97c \uac00\uc838\uc635\ub2c8\ub2e4. \uac1c\uc778 API\ub97c \uc785\ub825\ud558\uba74 48\uc2dc\uac04 \ub0b4\uc758 \uc774\ubbf8\uc9c0\ub97c \uac00\uc838\uc624\uba70, fanart VIP \uba64\ubc84\uc758 \uacbd\uc6b0 10\ubd84 \ub0b4\uc678\uc758 \uc774\ubbf8\uc9c0\ub97c \ub2e4\uc6b4\ub85c\ub4dc\ud569\ub2c8\ub2e4.", "ExtractChapterImagesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.", - "LabelMetadataDownloadLanguage": "Preferred download language:", - "ButtonAutoScroll": "Auto-scroll", - "LabelImageSavingConvention": "Image saving convention:", - "LabelImageSavingConventionHelp": "Emby recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.", - "OptionImageSavingCompatible": "Compatible - Emby\/Kodi\/Plex", - "OptionImageSavingStandard": "Standard - MB2", - "ButtonSignIn": "Sign In", - "TitleSignIn": "Sign In", - "HeaderPleaseSignIn": "Please sign in", - "LabelUser": "User:", - "LabelPassword": "Password:", - "ButtonManualLogin": "Manual Login", - "PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.", - "TabGuide": "Guide", - "TabChannels": "Channels", - "TabCollections": "Collections", - "HeaderChannels": "Channels", - "TabRecordings": "Recordings", - "TabScheduled": "Scheduled", + "LabelMetadataDownloadLanguage": "\ub2e4\uc6b4\ub85c\ub4dc \uc120\ud638 \uc5b8\uc5b4:", + "ButtonAutoScroll": "\uc790\ub3d9 \uc2a4\ud06c\ub864", + "LabelImageSavingConvention": "\uc774\ubbf8\uc9c0 \uc800\uc7a5 \uaddc\uce59:", + "LabelImageSavingConventionHelp": "Emby\ub294 \ub300\ubd80\ubd84\uc758 \ubbf8\ub514\uc5b4 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc774\ubbf8\uc9c0\ub97c \uc778\uc2dd\ud569\ub2c8\ub2e4. \ub2e4\uc6b4\ub85c\ub4dc \uaddc\uce59\uc740 \ub2e4\ub978 \uc81c\ud488\uc744 \uc0ac\uc6a9\ud560 \ub54c \uc720\uc6a9\ud569\ub2c8\ub2e4.", + "OptionImageSavingCompatible": "\ud638\ud658 - Emby\/Kodi\/Plex", + "OptionImageSavingStandard": "\uae30\ubcf8 - MB2", + "ButtonSignIn": "\ub85c\uadf8\uc778", + "TitleSignIn": "\ub85c\uadf8\uc778", + "HeaderPleaseSignIn": "\ub85c\uadf8\uc778 \ud558\uc138\uc694", + "LabelUser": "\uc0ac\uc6a9\uc790:", + "LabelPassword": "\ube44\ubc00\ubc88\ud638:", + "ButtonManualLogin": "\uc218\ub3d9 \ub85c\uadf8\uc778", + "PasswordLocalhostMessage": "\ub85c\uceec\ud638\uc2a4\ud2b8\uc5d0\uc11c \ub85c\uadf8\uc778\ud560 \ub54c\ub294 \ube44\ubc00\ubc88\ud638\ub97c \uc785\ub825\ud558\uc9c0 \uc54a\uc544\ub3c4 \ub429\ub2c8\ub2e4.", + "TabGuide": "\uac00\uc774\ub4dc", + "TabChannels": "\ucc44\ub110", + "TabCollections": "\uceec\ub809\uc158", + "HeaderChannels": "\ucc44\ub110", + "TabRecordings": "\ub179\ud654", + "TabScheduled": "\uc608\uc57d\ub428", "TabSeries": "Series", - "TabFavorites": "Favorites", - "TabMyLibrary": "My Library", - "ButtonCancelRecording": "Cancel Recording", - "HeaderPrePostPadding": "Pre\/Post Padding", - "LabelPrePaddingMinutes": "Pre-padding minutes:", - "OptionPrePaddingRequired": "Pre-padding is required in order to record.", - "LabelPostPaddingMinutes": "Post-padding minutes:", - "OptionPostPaddingRequired": "Post-padding is required in order to record.", + "TabFavorites": "\uc990\uaca8\ucc3e\uae30", + "TabMyLibrary": "\ub0b4 \ub77c\uc774\ube0c\ub7ec\ub9ac", + "ButtonCancelRecording": "\ub179\ud654 \ucde8\uc18c", + "HeaderPrePostPadding": "\uc774\uc804\/\uc774\ud6c4 \uc5ec\ubc31", + "LabelPrePaddingMinutes": "\uc774\uc804 \uc5ec\ubc31 (\ubd84):", + "OptionPrePaddingRequired": "\ub179\ud654\ub97c \uc704\ud55c \uc774\uc804 \uc5ec\ubc31\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.", + "LabelPostPaddingMinutes": "\uc774\ud6c4 \uc5ec\ubc31 (\ubd84):", + "OptionPostPaddingRequired": "\ub179\ud654\ub97c \uc704\ud574 \uc774\ud6c4 \uc5ec\ubc31\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.", "HeaderWhatsOnTV": "What's On", - "HeaderUpcomingTV": "Upcoming TV", - "TabStatus": "Status", - "TabSettings": "Settings", - "ButtonRefreshGuideData": "Refresh Guide Data", - "ButtonRefresh": "Refresh", + "HeaderUpcomingTV": "\ubc29\uc1a1 \uc608\uc815 TV", + "TabStatus": "\uc0c1\ud0dc", + "TabSettings": "\uc124\uc815", + "ButtonRefreshGuideData": "\uac00\uc774\ub4dc \ub370\uc774\ud130 \uc0c8\ub85c \uace0\uce68", + "ButtonRefresh": "\uc0c8\ub85c \uace0\uce68", "ButtonAdvancedRefresh": "Advanced Refresh", - "OptionPriority": "Priority", - "OptionRecordOnAllChannels": "Record on all channels", + "OptionPriority": "\uc6b0\uc120 \uc21c\uc704", + "OptionRecordOnAllChannels": "\ubaa8\ub4e0 \ucc44\ub110 \ub179\ud654", "OptionRecordAnytime": "Record at any time", - "OptionRecordOnlyNewEpisodes": "Record only new episodes", - "HeaderRepeatingOptions": "Repeating Options", - "HeaderDays": "Days", - "HeaderActiveRecordings": "Active Recordings", - "HeaderLatestRecordings": "Latest Recordings", - "HeaderAllRecordings": "All Recordings", - "ButtonPlay": "Play", - "ButtonEdit": "Edit", + "OptionRecordOnlyNewEpisodes": "\uc0c8 \uc5d0\ud53c\uc18c\ub4dc\ub9cc \ub179\ud654", + "HeaderRepeatingOptions": "\ub179\ud654 \uc635\uc158", + "HeaderDays": "\uc77c", + "HeaderActiveRecordings": "\ud65c\uc131\ud654 \ub41c \ub179\ud654", + "HeaderLatestRecordings": "\ucd5c\uadfc \ub179\ud654", + "HeaderAllRecordings": "\ubaa8\ub4e0 \ub179\ud654", + "ButtonPlay": "\uc7ac\uc0dd", + "ButtonEdit": "\ud3b8\uc9d1", "ButtonRecord": "Record", "ButtonDelete": "Delete", - "ButtonRemove": "Remove", - "OptionRecordSeries": "Record Series", - "HeaderDetails": "Details", - "TitleLiveTV": "Live TV", - "LabelNumberOfGuideDays": "Number of days of guide data to download:", + "ButtonRemove": "\uc81c\uac70", + "OptionRecordSeries": "\uc2dc\ub9ac\uc988 \ub179\ud654", + "HeaderDetails": "\uc0c1\uc138", + "TitleLiveTV": "TV \ubc29\uc1a1", + "LabelNumberOfGuideDays": "\ub2e4\uc6b4\ub85c\ub4dc\ud560 \uac00\uc774\ub4dc \uc77c \uc218:", "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.", - "OptionAutomatic": "Auto", - "HeaderServices": "Services", - "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.", - "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.", - "LabelCustomizeOptionsPerMediaType": "Customize for media type:", - "OptionDownloadThumbImage": "Thumb", - "OptionDownloadMenuImage": "Menu", - "OptionDownloadLogoImage": "Logo", - "OptionDownloadBoxImage": "Box", - "OptionDownloadDiscImage": "Disc", - "OptionDownloadBannerImage": "Banner", - "OptionDownloadBackImage": "Back", - "OptionDownloadArtImage": "Art", + "OptionAutomatic": "\uc790\ub3d9", + "HeaderServices": "\uc11c\ube44\uc2a4", + "LiveTvPluginRequired": "\uacc4\uc18d\ud558\ub824\uba74 TV \ubc29\uc1a1 \uc11c\ube44\uc2a4 \uc81c\uacf5\uc790 \ud50c\ub7ec\uadf8\uc778\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.", + "LiveTvPluginRequiredHelp": "Next PVR \ub610\ub294 SeverWMC \uac19\uc740 \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694.", + "LabelCustomizeOptionsPerMediaType": "\ubbf8\ub514\uc5b4 \uc885\ub958 \uc0ac\uc6a9\uc790 \uc124\uc815:", + "OptionDownloadThumbImage": "\uc378\ub124\uc77c", + "OptionDownloadMenuImage": "\uba54\ub274", + "OptionDownloadLogoImage": "\ub85c\uace0", + "OptionDownloadBoxImage": "\ubc15\uc2a4", + "OptionDownloadDiscImage": "\ub514\uc2a4\ud06c", + "OptionDownloadBannerImage": "\ubc30\ub108", + "OptionDownloadBackImage": "\ubc30\uacbd", + "OptionDownloadArtImage": "\uc544\ud2b8", "OptionDownloadPrimaryImage": "Primary", - "HeaderFetchImages": "Fetch Images:", - "HeaderImageSettings": "Image Settings", - "TabOther": "Other", - "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:", - "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:", - "LabelMinBackdropDownloadWidth": "Minimum backdrop download width:", + "HeaderFetchImages": "\uc774\ubbf8\uc9c0 \uac00\uc838\uc624\uae30:", + "HeaderImageSettings": "\uc774\ubbf8\uc9c0 \uc124\uc815", + "TabOther": "\uae30\ud0c0", + "LabelMaxBackdropsPerItem": "\ud56d\ubaa9\ubcc4 \ucd5c\ub300 \ubc30\uacbd \uc774\ubbf8\uc9c0 \uc218:", + "LabelMaxScreenshotsPerItem": "\ud56d\ubaa9\ubcc4 \ucd5c\ub300 \uc2a4\ud06c\ub9b0\uc0f7 \uc218:", + "LabelMinBackdropDownloadWidth": "\ub2e4\uc6b4\ub85c\ub4dc\ud560 \ubc30\uacbd \uc774\ubbf8\uc9c0 \ucd5c\uc18c \ub113\uc774:", "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:", - "ButtonAddScheduledTaskTrigger": "Add Trigger", - "HeaderAddScheduledTaskTrigger": "Add Trigger", - "ButtonAdd": "Add", - "LabelTriggerType": "Trigger Type:", - "OptionDaily": "Daily", - "OptionWeekly": "Weekly", - "OptionOnInterval": "On an interval", - "OptionOnAppStartup": "On application startup", - "OptionAfterSystemEvent": "After a system event", - "LabelDay": "Day:", - "LabelTime": "Time:", - "LabelEvent": "Event:", - "OptionWakeFromSleep": "Wake from sleep", + "ButtonAddScheduledTaskTrigger": "\ud2b8\ub9ac\uac70 \ucd94\uac00", + "HeaderAddScheduledTaskTrigger": "\ud2b8\ub9ac\uac70 \ucd94\uac00", + "ButtonAdd": "\ucd94\uac00", + "LabelTriggerType": "\ud2b8\ub9ac\uac70 \uc885\ub958:", + "OptionDaily": "\ub9e4\uc77c", + "OptionWeekly": "\uc8fc", + "OptionOnInterval": "\uae30\uac04", + "OptionOnAppStartup": "\uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc2dc\uc791\ud560 \ub54c", + "OptionAfterSystemEvent": "\uc2dc\uc2a4\ud15c \uc774\ubca4\ud2b8 \ud6c4", + "LabelDay": "\uc77c:", + "LabelTime": "\uc2dc\uac01:", + "LabelEvent": "\uc774\ubca4\ud2b8:", + "OptionWakeFromSleep": "\uc7a0\uc790\uae30\uc5d0\uc11c \uae68\uc6b0\uae30", "LabelEveryXMinutes": "Every:", - "HeaderTvTuners": "Tuners", - "HeaderGallery": "Gallery", - "HeaderLatestGames": "Latest Games", - "HeaderRecentlyPlayedGames": "Recently Played Games", - "TabGameSystems": "Game Systems", - "TitleMediaLibrary": "Media Library", - "TabFolders": "Folders", + "HeaderTvTuners": "\ud29c\ub108", + "HeaderGallery": "\uac24\ub7ec\ub9ac", + "HeaderLatestGames": "\ucd5c\uadfc \uac8c\uc784", + "HeaderRecentlyPlayedGames": "\ucd5c\uadfc \ud50c\ub808\uc774\ud55c \uac8c\uc784", + "TabGameSystems": "\uac8c\uc784 \uc2dc\uc2a4\ud15c", + "TitleMediaLibrary": "\ubbf8\ub514\uc5b4 \ub77c\uc774\ube0c\ub7ec\ub9ac", + "TabFolders": "\ud3f4\ub354", "TabPathSubstitution": "Path Substitution", - "LabelSeasonZeroDisplayName": "Season 0 display name:", - "LabelEnableRealtimeMonitor": "Enable real time monitoring", - "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.", - "ButtonScanLibrary": "Scan Library", - "HeaderNumberOfPlayers": "Players:", + "LabelSeasonZeroDisplayName": "\uc2dc\uc98c 0 \ud45c\uc2dc \uc81c\ubaa9:", + "LabelEnableRealtimeMonitor": "\uc2e4\uc2dc\uac04 \ubaa8\ub2c8\ud130\ub9c1 \uc0ac\uc6a9", + "LabelEnableRealtimeMonitorHelp": "\uc9c0\uc6d0\ud558\ub294 \ud30c\uc77c \uc2dc\uc2a4\ud15c\uc5d0\uc11c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc989\uc2dc \uc2e4\ud589\ub429\ub2c8\ub2e4.", + "ButtonScanLibrary": "\ub77c\uc774\ube0c\ub7ec\ub9ac \uac80\uc0c9", + "HeaderNumberOfPlayers": "\ud50c\ub808\uc774\uc5b4:", "OptionAnyNumberOfPlayers": "Any", "Option1Player": "1+", "Option2Player": "2+", "Option3Player": "3+", "Option4Player": "4+", - "HeaderMediaFolders": "Media Folders", - "HeaderThemeVideos": "Theme Videos", - "HeaderThemeSongs": "Theme Songs", - "HeaderScenes": "Scenes", - "HeaderAwardsAndReviews": "Awards and Reviews", - "HeaderSoundtracks": "Soundtracks", - "HeaderMusicVideos": "Music Videos", + "HeaderMediaFolders": "\ubbf8\ub514\uc5b4 \ud3f4\ub354", + "HeaderThemeVideos": "\ud14c\ub9c8 \ube44\ub514\uc624", + "HeaderThemeSongs": "\ud14c\ub9c8 \uc74c\uc545", + "HeaderScenes": "\uc7a5\uba74", + "HeaderAwardsAndReviews": "\uc218\uc0c1 \ubc0f \ub9ac\ubdf0", + "HeaderSoundtracks": "\uc0ac\uc6b4\ub4dc\ud2b8\ub799", + "HeaderMusicVideos": "\ubba4\uc9c1 \ube44\ub514\uc624", "HeaderSpecialFeatures": "Special Features", - "HeaderCastCrew": "Cast & Crew", + "HeaderCastCrew": "\ubc30\uc5ed \ubc0f \uc81c\uc791\uc9c4", "HeaderAdditionalParts": "Additional Parts", "ButtonSplitVersionsApart": "Split Versions Apart", - "ButtonPlayTrailer": "Trailer", + "ButtonPlayTrailer": "\uc608\uace0\ud3b8", "LabelMissing": "Missing", - "LabelOffline": "Offline", + "LabelOffline": "\uc624\ud504\ub77c\uc778", "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.", "HeaderFrom": "From", "HeaderTo": "To", "LabelFrom": "From:", - "LabelFromHelp": "Example: D:\\Movies (on the server)", + "LabelFromHelp": "Example: D:\\Movies (\uc11c\ubc84)", "LabelTo": "To:", - "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)", + "LabelToHelp": "Example: \\\\MyServer\\Movies (\ud074\ub77c\ub9ac\uc5b8\ud2b8\uac00 \uc811\uc18d \uac00\ub2a5\ud55c \uacbd\ub85c)", "ButtonAddPathSubstitution": "Add Substitution", - "OptionSpecialEpisode": "Specials", - "OptionMissingEpisode": "Missing Episodes", - "OptionUnairedEpisode": "Unaired Episodes", - "OptionEpisodeSortName": "Episode Sort Name", - "OptionSeriesSortName": "Series Name", + "OptionSpecialEpisode": "\uc2a4\ud398\uc15c", + "OptionMissingEpisode": "\ub204\ub77d \uc5d0\ud53c\uc18c\ub4dc", + "OptionUnairedEpisode": "\ubc29\uc1a1\ud558\uc9c0 \uc54a\uc740 \uc5d0\ud53c\uc18c\ub4dc", + "OptionEpisodeSortName": "\uc5d0\ud53c\uc18c\ub4dc \uc815\ub82c \uc81c\ubaa9", + "OptionSeriesSortName": "\uc2dc\ub9ac\uc988 \uc81c\ubaa9", "OptionTvdbRating": "Tvdb Rating", - "HeaderTranscodingQualityPreference": "Transcoding Quality Preference:", - "OptionAutomaticTranscodingHelp": "The server will decide quality and speed", - "OptionHighSpeedTranscodingHelp": "Lower quality, but faster encoding", - "OptionHighQualityTranscodingHelp": "Higher quality, but slower encoding", - "OptionMaxQualityTranscodingHelp": "Best quality with slower encoding and high CPU usage", - "OptionHighSpeedTranscoding": "Higher speed", - "OptionHighQualityTranscoding": "Higher quality", - "OptionMaxQualityTranscoding": "Max quality", - "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging", - "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.", - "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.", - "HeaderAddTitles": "Add Titles", - "LabelEnableDlnaPlayTo": "Enable DLNA Play To", - "LabelEnableDlnaPlayToHelp": "Emby can detect devices within your network and offer the ability to remote control them.", - "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging", - "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.", - "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)", + "HeaderTranscodingQualityPreference": "\ud2b8\ub79c\uc2a4\ucf54\ub529 \ud488\uc9c8 \uc124\uc815:", + "OptionAutomaticTranscodingHelp": "\uc11c\ubc84\uac00 \ud488\uc9c8\uacfc \uc18d\ub3c4 \uacb0\uc815", + "OptionHighSpeedTranscodingHelp": "\ub0ae\uc740 \ud488\uc9c8, \ube60\ub978 \uc778\ucf54\ub529", + "OptionHighQualityTranscodingHelp": "\ub192\uc740 \ud488\uc9c8, \ub290\ub9b0 \uc778\ucf54\ub529", + "OptionMaxQualityTranscodingHelp": "\ucd5c\uace0 \ud488\uc9c8, \ub290\ub9b0 \uc778\ucf54\ub529, \ub192\uc740 CPU \uc0ac\uc6a9\ub7c9", + "OptionHighSpeedTranscoding": "\ube60\ub978 \uc18d\ub3c4", + "OptionHighQualityTranscoding": "\ub192\uc740 \ud488\uc9c8", + "OptionMaxQualityTranscoding": "\ucd5c\ub300 \ud488\uc9c8", + "OptionEnableDebugTranscodingLogging": "\ud2b8\ub79c\uc2a4\ucf54\ub529 \ub514\ubc84\uadf8 \ub85c\uae45 \uc0ac\uc6a9", + "OptionEnableDebugTranscodingLoggingHelp": "\ub9e4\uc6b0 \ud070 \ub85c\uadf8 \ud30c\uc77c\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4. \ubb38\uc81c\ud574\uacb0\uc744 \uc704\ud574 \ud544\uc694\ud55c \uacbd\uc6b0\ub9cc \uad8c\uc7a5\ud569\ub2c8\ub2e4.", + "EditCollectionItemsHelp": "\uc774 \uceec\ub809\uc158\uc73c\ub85c \ubb36\uc744 \uc601\ud654, \uc2dc\ub9ac\uc988, \uc568\ubc94, \ucc45, \uac8c\uc784\uc744 \ucd94\uac00 \ub610\ub294 \uc0ad\uc81c\ud569\ub2c8\ub2e4.", + "HeaderAddTitles": "\uc81c\ubaa9 \ucd94\uac00", + "LabelEnableDlnaPlayTo": "\ub2e4\uc74c\uc5d0\uc11c DNLA \uc7ac\uc0dd \uc0ac\uc6a9:", + "LabelEnableDlnaPlayToHelp": "Emby\ub294 \uc5ec\ub7ec\ubd84\uc758 \ub124\ud2b8\uc6cc\ud06c\uc5d0\uc11c \uc7a5\uce58\ub97c \uc778\uc2dd\ud558\uc5ec \uc6d0\uaca9\uc73c\ub85c \uc81c\uc5b4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "LabelEnableDlnaDebugLogging": "DNLA \ub514\ubc84\uadf8 \ub85c\uadf8 \uc0ac\uc6a9", + "LabelEnableDlnaDebugLoggingHelp": "\ub9e4\uc6b0 \ud070 \ub85c\uadf8 \ud30c\uc77c\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4. \ubb38\uc81c\ud574\uacb0\uc744 \uc704\ud574 \ud544\uc694\ud55c \uacbd\uc6b0\uc5d0\ub9cc \uc0ac\uc6a9\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.", + "LabelEnableDlnaClientDiscoveryInterval": "\ud074\ub77c\uc774\uc5b8\ud2b8 \uac80\uc0c9 \uac04\uaca9 (\ucd08)", "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Emby.", - "HeaderCustomDlnaProfiles": "Custom Profiles", - "HeaderSystemDlnaProfiles": "System Profiles", - "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.", - "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.", - "TitleDashboard": "Dashboard", - "TabHome": "Home", + "HeaderCustomDlnaProfiles": "\uc0ac\uc6a9\uc790 \ud504\ub85c\ud30c\uc77c", + "HeaderSystemDlnaProfiles": "\uc2dc\uc2a4\ud15c \ud504\ub85c\ud30c\uc77c", + "CustomDlnaProfilesHelp": "\ub300\uc0c1 \uc7a5\uce58\ub97c \uc0c8 \uae30\uae30\ub85c \uc0ac\uc6a9\uc790 \ud504\ub85c\ud30c\uc77c\uc744 \uc0dd\uc131\ud558\uac70\ub098 \uc2dc\uc2a4\ud15c \ud504\ub85c\ud30c\uc77c\ub85c \ub36e\uc5b4\uc501\ub2c8\ub2e4.", + "SystemDlnaProfilesHelp": "\uc2dc\uc2a4\ud15c \ud504\ub85c\ud30c\uc77c\uc740 \uc77d\uae30 \uc804\uc6a9\uc785\ub2c8\ub2e4. \uc2dc\uc2a4\ud15c \ud504\ub85c\ud30c\uc77c\ub85c \ubcc0\uacbd\ud558\uba74 \uc0c8 \uc0ac\uc6a9\uc790 \ud504\ub85c\ud30c\uc77c\ub85c \uc800\uc7a5\ub429\ub2c8\ub2e4.", + "TitleDashboard": "\ub300\uc2dc\ubcf4\ub4dc", + "TabHome": "\ud648", "TabInfo": "Info", - "HeaderLinks": "Links", - "HeaderSystemPaths": "System Paths", - "LinkCommunity": "Community", + "HeaderLinks": "\ub9c1\ud06c", + "HeaderSystemPaths": "\uc2dc\uc2a4\ud15c \uacbd\ub85c", + "LinkCommunity": "\ucee4\ubba4\ub2c8\ud2f0", "LinkGithub": "Github", - "LinkApi": "Api", - "LinkApiDocumentation": "Api Documentation", - "LabelFriendlyServerName": "Friendly server name:", - "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.", - "LabelPreferredDisplayLanguage": "Preferred display language:", - "LabelPreferredDisplayLanguageHelp": "Translating Emby is an ongoing project.", - "LabelReadHowYouCanContribute": "Learn how you can contribute.", - "HeaderNewCollection": "New Collection", + "LinkApi": "API", + "LinkApiDocumentation": "API \ubb38\uc11c", + "LabelFriendlyServerName": "\uc54c\uae30\uc26c\uc6b4 \uc11c\ubc84 \uc774\ub984:", + "LabelFriendlyServerNameHelp": "\uc774 \uc774\ub984\uc740 \uc11c\ubc84\ub97c \uad6c\ubd84\ud558\ub294\ub370 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ube44\uc6cc\ub450\uba74 \ucef4\ud4e8\ud130 \uc774\ub984\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.", + "LabelPreferredDisplayLanguage": "\uc120\ud638\ud558\ub294 \ud654\uba74 \uc5b8\uc5b4:", + "LabelPreferredDisplayLanguageHelp": "Emby \ubc88\uc5ed\uc740 \uc9c4\ud589\uc911\uc778 \ud504\ub85c\uc81d\ud2b8\uc785\ub2c8\ub2e4.", + "LabelReadHowYouCanContribute": "\uc5ec\ub7ec\ubd84\uc774 \uae30\uc5ec\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc744 \uc54c\ub824\ub4dc\ub9bd\ub2c8\ub2e4.", + "HeaderNewCollection": "\uc0c8 \uceec\ub809\uc158", "ButtonSubmit": "Submit", - "ButtonCreate": "Create", - "LabelCustomCss": "Custom css:", - "LabelCustomCssHelp": "Apply your own custom css to the web interface.", - "LabelLocalHttpServerPortNumber": "Local http port number:", - "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Emby's http server should bind to.", + "ButtonCreate": "\uc0dd\uc131", + "LabelCustomCss": "\uc0ac\uc6a9\uc790 css:", + "LabelCustomCssHelp": "\uc0ac\uc6a9\uc790 css\ub97c \uc6f9 \uc778\ud130\ud398\uc774\uc2a4\uc5d0 \uc801\uc6a9\ud569\ub2c8\ub2e4.", + "LabelLocalHttpServerPortNumber": "\ub85c\uceec http \ud3ec\ud2b8 \ubc88\ud638:", + "LabelLocalHttpServerPortNumberHelp": "Emby http \uc11c\ubc84\uc758 TCP \ud3ec\ud2b8 \ubc88\ud638\uc785\ub2c8\ub2e4.", "LabelPublicHttpPort": "Public http port number:", "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.", "LabelPublicHttpsPort": "Public https port number:", "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.", "LabelEnableHttps": "Report https as external address", "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address.", - "LabelHttpsPort": "Local https port number:", + "LabelHttpsPort": "\ub85c\uceec https \ud3ec\ud2b8 \ubc88\ud638:", "LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.", - "LabelWebSocketPortNumber": "Web socket port number:", - "LabelEnableAutomaticPortMap": "Enable automatic port mapping", + "LabelWebSocketPortNumber": "Web socket \ud3ec\ud2b8 \ubc88\ud638:", + "LabelEnableAutomaticPortMap": "\uc790\ub3d9 \ud3ec\ud2b8 \ub9f5\ud551 \uc0ac\uc6a9", "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.", - "LabelExternalDDNS": "External WAN Address:", + "LabelExternalDDNS": "\uc678\ubd80 WAN \uc8fc\uc18c:", "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. Leave empty for automatic detection.", "TabResume": "Resume", - "TabWeather": "Weather", - "TitleAppSettings": "App Settings", + "TabWeather": "\ub0a0\uc528", + "TitleAppSettings": "\uc571 \uc124\uc815", "LabelMinResumePercentage": "Min resume percentage:", "LabelMaxResumePercentage": "Max resume percentage:", "LabelMinResumeDuration": "Min resume duration (seconds):", "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time", "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time", "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable", - "TitleAutoOrganize": "Auto-Organize", - "TabActivityLog": "Activity Log", + "TitleAutoOrganize": "\uc790\ub3d9 \uad6c\uc131", + "TabActivityLog": "\ud65c\ub3d9 \ub85c\uadf8", "HeaderName": "Name", - "HeaderDate": "Date", - "HeaderSource": "Source", + "HeaderDate": "\ub0a0\uc9dc", + "HeaderSource": "\uc18c\uc2a4", "HeaderDestination": "Destination", - "HeaderProgram": "Program", - "HeaderClients": "Clients", - "LabelCompleted": "Completed", - "LabelFailed": "Failed", - "LabelSkipped": "Skipped", - "HeaderEpisodeOrganization": "Episode Organization", - "LabelSeries": "Series:", - "LabelSeasonNumber": "Season number", - "LabelEpisodeNumber": "Episode number", - "LabelEndingEpisodeNumber": "Ending episode number:", + "HeaderProgram": "\ud504\ub85c\uadf8\ub7a8", + "HeaderClients": "\ud074\ub77c\uc774\uc5b8\ud2b8", + "LabelCompleted": "\uc644\ub8cc", + "LabelFailed": "\uc2e4\ud328", + "LabelSkipped": "\uac74\ub108\ub700", + "HeaderEpisodeOrganization": "\uc5d0\ud53c\uc18c\ub4dc \uad6c\uc131", + "LabelSeries": "\uc2dc\ub9ac\uc988:", + "LabelSeasonNumber": "\uc2dc\uc98c \ubc88\ud638", + "LabelEpisodeNumber": "\uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638", + "LabelEndingEpisodeNumber": "\ub9c8\uc9c0\ub9c9 \uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638:", "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files", - "HeaderSupportTheTeam": "Support the Emby Team", - "LabelSupportAmount": "Amount (USD)", + "HeaderSupportTheTeam": "Emby \ud300 \uc9c0\uc6d0", + "LabelSupportAmount": "\uae08\uc561 (USD)", "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by purchasing Emby Premiere. A portion of all income will be contributed to other free tools we depend on.", - "ButtonEnterSupporterKey": "Enter Emby Premiere key", - "DonationNextStep": "Once complete, please return and enter your Emby Premiere key, which you will receive by email.", - "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.", - "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.", - "OptionEnableEpisodeOrganization": "Enable new episode organization", - "LabelWatchFolder": "Watch folder:", - "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.", - "ButtonViewScheduledTasks": "View scheduled tasks", - "LabelMinFileSizeForOrganize": "Minimum file size (MB):", - "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.", - "LabelSeasonFolderPattern": "Season folder pattern:", - "LabelSeasonZeroFolderName": "Season zero folder name:", - "HeaderEpisodeFilePattern": "Episode file pattern", - "LabelEpisodePattern": "Episode pattern:", - "LabelMultiEpisodePattern": "Multi-Episode pattern:", - "HeaderSupportedPatterns": "Supported Patterns", + "ButtonEnterSupporterKey": "Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4 \uc785\ub825", + "DonationNextStep": "\uc644\ub8cc\ud55c \ud6c4 \ub3cc\uc544\uc640\uc11c \uc774\uba54\uc77c\ub85c \ubc1b\uc740 Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4\ub97c \uc785\ub825\ud558\uc138\uc694.", + "AutoOrganizeHelp": "\uc790\ub3d9 \uad6c\uc131\uc740 \ub2e4\uc6b4\ub85c\ub4dc \ud3f4\ub354\uc5d0\uc11c \uc0c8 \ud30c\uc77c\uc744 \uac10\uc9c0\ud558\uc5ec \ubbf8\ub514\uc5b4 \ub514\ub809\ud1a0\ub9ac\ub85c \uc62e\uae41\ub2c8\ub2e4.", + "AutoOrganizeTvHelp": "TV \ud30c\uc77c \uad6c\uc131\uc740 \uc774\ubbf8 \uc788\ub294 \uc2dc\ub9ac\uc988\uc5d0\ub9cc \uc5d0\ud53c\uc18c\ub4dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4. \uc0c8 \uc2dc\ub9ac\uc988 \ud3f4\ub354\ub97c \ub9cc\ub4e4\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", + "OptionEnableEpisodeOrganization": "\uc0c8 \uc5d0\ud53c\uc18c\ub4dc \uad6c\uc131 \uc0ac\uc6a9", + "LabelWatchFolder": "\uac10\uc2dc \ud3f4\ub354:", + "LabelWatchFolderHelp": "\uc11c\ubc84\uac00 '\uc0c8 \ubbf8\ub514\uc5b4 \ud30c\uc77c \uad6c\uc131' \uc608\uc57d \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc774 \ud3f4\ub354\ub97c \uc870\uc0ac\ud569\ub2c8\ub2e4.", + "ButtonViewScheduledTasks": "\uc608\uc57d \uc791\uc5c5 \ubcf4\uae30", + "LabelMinFileSizeForOrganize": "\ucd5c\uc18c \ud30c\uc77c \ud06c\uae30 (MB):", + "LabelMinFileSizeForOrganizeHelp": "\uc774 \ud06c\uae30 \ubbf8\ub9cc\uc758 \ud30c\uc77c\uc744 \ubb34\uc2dc\ud569\ub2c8\ub2e4.", + "LabelSeasonFolderPattern": "\uc2dc\uc98c \ud3f4\ub354 \ud328\ud134:", + "LabelSeasonZeroFolderName": "\uc2dc\uc98c 0 \ud3f4\ub354 \uc774\ub984:", + "HeaderEpisodeFilePattern": "\uc5d0\ud53c\uc18c\ub4dc \ud30c\uc77c \ud328\ud134", + "LabelEpisodePattern": "\uc5d0\ud53c\uc18c\ub4dc \ud328\ud134:", + "LabelMultiEpisodePattern": "\ubcf5\uc218 \uc5d0\ud53c\uc18c\ub4dc \ud328\ud134:", + "HeaderSupportedPatterns": "\uc9c0\uc6d0 \ud328\ud134", "HeaderTerm": "Term", - "HeaderPattern": "Pattern", - "HeaderResult": "Result", - "LabelDeleteEmptyFolders": "Delete empty folders after organizing", + "HeaderPattern": "\ud328\ud134", + "HeaderResult": "\uacb0\uacfc", + "LabelDeleteEmptyFolders": "\uad6c\uc131 \ud6c4 \ube48 \ud3f4\ub354 \uc0ad\uc81c", "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.", - "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:", - "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt", - "OptionOverwriteExistingEpisodes": "Overwrite existing episodes", + "LabelDeleteLeftOverFiles": "\ub2e4\uc74c \ud655\uc7a5\uc790\ub97c \uac00\uc9c4 \ucc0c\uaebc\uae30 \ud30c\uc77c \uc0ad\uc81c", + "LabelDeleteLeftOverFilesHelp": "; \ub85c \uad6c\ubd84\ud569\ub2c8\ub2e4. Ex: .nfo;.txt", + "OptionOverwriteExistingEpisodes": "\ud604\uc7ac \uc5d0\ud53c\uc18c\ub4dc \ub36e\uc5b4\uc4f0\uae30", "LabelTransferMethod": "Transfer method", - "OptionCopy": "Copy", - "OptionMove": "Move", - "LabelTransferMethodHelp": "Copy or move files from the watch folder", - "HeaderLatestNews": "Latest News", + "OptionCopy": "\ubcf5\uc0ac", + "OptionMove": "\uc774\ub3d9", + "LabelTransferMethodHelp": "\uac10\uc2dc \ud3f4\ub354\uc5d0\uc11c \ubcf5\uc0ac \ub610\ub294 \uc774\ub3d9", + "HeaderLatestNews": "\ucd5c\uadfc \ub274\uc2a4", "HeaderHelpImproveProject": "Help Improve Emby", - "HeaderRunningTasks": "Running Tasks", - "HeaderActiveDevices": "Active Devices", - "HeaderPendingInstallations": "Pending Installations", - "HeaderServerInformation": "Server Information", - "ButtonRestartNow": "Restart Now", - "ButtonRestart": "Restart", - "ButtonShutdown": "Shutdown", - "ButtonUpdateNow": "Update Now", - "TabHosting": "Hosting", - "PleaseUpdateManually": "Please shutdown the server and update manually.", - "NewServerVersionAvailable": "A new version of Emby Server is available!", - "ServerUpToDate": "Emby Server is up to date", - "LabelComponentsUpdated": "The following components have been installed or updated:", - "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.", - "LabelDownMixAudioScale": "Audio boost when downmixing:", - "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.", - "ButtonLinkKeys": "Transfer Key", - "LabelOldSupporterKey": "Old Emby Premiere key", - "LabelNewSupporterKey": "New Emby Premiere key", - "HeaderMultipleKeyLinking": "Transfer to New Key", - "MultipleKeyLinkingHelp": "If you received a new Emby Premiere key, use this form to transfer the old key's registrations to your new one.", - "LabelCurrentEmailAddress": "Current email address", - "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.", - "HeaderForgotKey": "Forgot Key", - "LabelEmailAddress": "Email address", - "LabelSupporterEmailAddress": "The email address that was used to purchase the key.", - "ButtonRetrieveKey": "Retrieve Key", - "LabelSupporterKey": "Emby Premiere key (paste from email):", - "LabelSupporterKeyHelp": "Enter your Emby Premiere key to start enjoying additional benefits the community has developed for Emby.", - "MessageInvalidKey": "Emby Premiere key is missing or invalid.", - "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also have an active Emby Premiere subscription.", - "HeaderDisplaySettings": "Display Settings", + "HeaderRunningTasks": "\uc2e4\ud589\uc911\uc778 \uc791\uc5c5", + "HeaderActiveDevices": "\ud65c\uc131 \uae30\uae30", + "HeaderPendingInstallations": "\uc124\uce58 \ubcf4\ub958", + "HeaderServerInformation": "\uc11c\ubc84 \uc815\ubcf4", + "ButtonRestartNow": "\uc9c0\uae08 \ub2e4\uc2dc \uc2dc\uc791", + "ButtonRestart": "\ub2e4\uc2dc \uc2dc\uc791", + "ButtonShutdown": "\uc885\ub8cc", + "ButtonUpdateNow": "\uc9c0\uae08 \uc5c5\ub370\uc774\ud2b8", + "TabHosting": "\ud638\uc2a4\ud305", + "PleaseUpdateManually": "\uc11c\ubc84\ub97c \uc885\ub8cc\ud558\uace0 \uc218\ub3d9\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8\ud558\uc138\uc694.", + "NewServerVersionAvailable": "\uc0c8 \ubc84\uc804\uc758 Emby \ubc84\uc804\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4!", + "ServerUpToDate": "Emby \uc11c\ubc84\uac00 \ucd5c\uc2e0 \uc0c1\ud0dc\uc785\ub2c8\ub2e4.", + "LabelComponentsUpdated": "\ub2e4\uc74c \uad6c\uc131 \uc694\uc18c\uac00 \uc124\uce58 \ub610\ub294 \uc5c5\ub370\uc774\ud2b8 \ub418\uc5c8\uc2b5\ub2c8\ub2e4:", + "MessagePleaseRestartServerToFinishUpdating": "\uc5c5\ub370\uc774\ud2b8 \uc801\uc6a9\uc744 \ub9c8\uce58\ub824\uba74 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.", + "LabelDownMixAudioScale": "\ub2e4\uc6b4 \ubbf9\uc2f1\ud560 \ub54c \uc624\ub514\uc624 \uc99d\ud3ed:", + "LabelDownMixAudioScaleHelp": "\ub2e4\uc6b4 \ubbf9\uc2f1\ud560 \ub54c \uc624\ub514\uc624\ub97c \uc99d\ud3ed\ud569\ub2c8\ub2e4. \uc6d0\ub798 \uc74c\ub7c9\uc744 \uc720\uc9c0\ud558\ub824\uba74 1\ub85c \uc124\uc815\ud558\uc138\uc694.", + "ButtonLinkKeys": "\ud0a4 \uc804\uc1a1", + "LabelOldSupporterKey": "\uc774\uc804 Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4", + "LabelNewSupporterKey": "\uc0c8 Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4", + "HeaderMultipleKeyLinking": "\uc0c8 \ud0a4\ub85c \uc804\uc1a1", + "MultipleKeyLinkingHelp": "\uc0c8 Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4\ub97c \ubc1b\uc558\ub2e4\uba74 \uc774 \uc591\uc2dd\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc774\uc804 \ud0a4\uc758 \ub4f1\ub85d\uc744 \uc0c8 \ud0a4\ub85c \uc804\uc1a1\ud569\ub2c8\ub2e4.", + "LabelCurrentEmailAddress": "\ud604\uc7ac \uc774\uba54\uc77c \uc8fc\uc18c", + "LabelCurrentEmailAddressHelp": "\uc0c8 \ud0a4\ub97c \ubcf4\ub0bc \ud604\uc7ac \uc774\uba54\uc77c \uc8fc\uc18c", + "HeaderForgotKey": "\ud0a4 \ubd84\uc2e4", + "LabelEmailAddress": "\uc774\uba54\uc77c \uc8fc\uc18c", + "LabelSupporterEmailAddress": "\ud0a4\ub97c \uad6c\ub9e4\ud560 \ub54c \uc0ac\uc6a9\ud55c \uc774\uba54\uc77c \uc8fc\uc18c", + "ButtonRetrieveKey": "\ud0a4 \uac00\uc838\uc624\uae30", + "LabelSupporterKey": "Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4 (\uc774\uba54\uc77c\uc5d0\uc11c \ubd99\uc774\uae30):", + "LabelSupporterKeyHelp": "\ucee4\ubba4\ub2c8\ud2f0\uac00 Emby\ub97c \uc704\ud574 \uac1c\ubc1c\ud55c \ucd94\uac00 \ud61c\ud0dd\uc744 \ub204\ub9ac\ub824\uba74 Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4\ub97c \uc785\ub825\ud558\uc138\uc694.", + "MessageInvalidKey": "Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4\uac00 \uc5c6\uac70\ub098 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", + "ErrorMessageInvalidKey": "\ud504\ub9ac\ubbf8\uc5c4 \ucf58\ud150\ud2b8\ub97c \ub4f1\ub85d\ud558\ub824\uba74 \uc720\ud6a8\ud55c Emby \ud504\ub9ac\ubbf8\uc5b4 \uad6c\ub3c5\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.", + "HeaderDisplaySettings": "\ud654\uba74 \uc124\uc815", "TabPlayTo": "Play To", - "LabelEnableDlnaServer": "Enable Dlna server", - "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Emby content.", + "LabelEnableDlnaServer": "DLNA \uc11c\ubc84 \uc0ac\uc6a9", + "LabelEnableDlnaServerHelp": "\uc5ec\ub7ec\ubd84\uc758 \ub124\ud2b8\uc6cc\ud06c\uc5d0 \uc788\ub294 UPnP \uc7a5\uce58\uac00 Emby \ucf58\ud150\uce20\ub97c \ud0d0\uc0c9\ud558\uace0 \uc7ac\uc0dd\ud560 \uc218 \uc788\uac8c \ud5c8\uc6a9\ud569\ub2c8\ub2e4.", "LabelEnableBlastAliveMessages": "Blast alive messages", "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.", "LabelBlastMessageInterval": "Alive message interval (seconds)", "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.", - "LabelDefaultUser": "Default user:", - "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.", + "LabelDefaultUser": "\uae30\ubcf8 \uc0ac\uc6a9\uc790:", + "LabelDefaultUserHelp": "\uc5f0\uacb0\ub41c \uc7a5\uce58\uc5d0 \uc5b4\ub5a4 \uc0ac\uc6a9\uc790 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ud45c\uc2dc\ud560 \uc9c0 \uacb0\uc815\ud569\ub2c8\ub2e4. \uc774 \uc124\uc815\uc740 \uac01 \uc7a5\uce58\uc758 \uc0ac\uc6a9\uc911\uc778 \ud504\ub85c\ud30c\uc77c\uc744 \ub300\uccb4\ud569\ub2c8\ub2e4.", "TitleDlna": "DLNA", - "TitleChannels": "Channels", - "HeaderServerSettings": "Server Settings", - "LabelWeatherDisplayLocation": "Weather display location:", + "TitleChannels": "\ucc44\ub110", + "HeaderServerSettings": "\uc11c\ubc84 \uc124\uc815", + "LabelWeatherDisplayLocation": "\ub0a0\uc528 \ud45c\uc2dc \uc704\uce58:", "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country", - "LabelWeatherDisplayUnit": "Weather display unit:", - "OptionCelsius": "Celsius", - "OptionFahrenheit": "Fahrenheit", + "LabelWeatherDisplayUnit": "\ub0a0\uc528 \ud45c\uc2dc \ub2e8\uc704:", + "OptionCelsius": "\uc12d\uc528", + "OptionFahrenheit": "\ud654\uc528", "HeaderRequireManualLogin": "Require manual username entry for:", "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.", - "OptionOtherApps": "Other apps", - "OptionMobileApps": "Mobile apps", + "OptionOtherApps": "\ub2e4\ub978 \uc571", + "OptionMobileApps": "\ubaa8\ubc14\uc77c \uc571", "HeaderNotificationList": "Click on a notification to configure it's sending options.", - "NotificationOptionApplicationUpdateAvailable": "Application update available", - "NotificationOptionApplicationUpdateInstalled": "Application update installed", - "NotificationOptionPluginUpdateInstalled": "Plugin update installed", - "NotificationOptionPluginInstalled": "Plugin installed", - "NotificationOptionPluginUninstalled": "Plugin uninstalled", - "NotificationOptionVideoPlayback": "Video playback started", - "NotificationOptionAudioPlayback": "Audio playback started", - "NotificationOptionGamePlayback": "Game playback started", - "NotificationOptionVideoPlaybackStopped": "Video playback stopped", - "NotificationOptionAudioPlaybackStopped": "Audio playback stopped", - "NotificationOptionGamePlaybackStopped": "Game playback stopped", - "NotificationOptionTaskFailed": "Scheduled task failure", - "NotificationOptionInstallationFailed": "Installation failure", - "NotificationOptionNewLibraryContent": "New content added", - "NotificationOptionNewLibraryContentMultiple": "New content added (multiple)", - "NotificationOptionCameraImageUploaded": "Camera image uploaded", + "NotificationOptionApplicationUpdateAvailable": "\uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc5c5\ub370\uc774\ud2b8 \uc0ac\uc6a9 \uac00\ub2a5", + "NotificationOptionApplicationUpdateInstalled": "\uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc5c5\ub370\uc774\ud2b8 \uc124\uce58\ub428", + "NotificationOptionPluginUpdateInstalled": "\ud50c\ub7ec\uadf8\uc778 \uc5c5\ub370\uc774\ud2b8 \uc124\uce58\ub428", + "NotificationOptionPluginInstalled": "\ud50c\ub7ec\uadf8\uc778 \uc124\uce58\ub428", + "NotificationOptionPluginUninstalled": "\ud50c\ub7ec\uadf8\uc778 \uc124\uce58 \uc81c\uac70\ub428", + "NotificationOptionVideoPlayback": "\ube44\ub514\uc624 \uc7ac\uc0dd \uc2dc\uc791\ub428", + "NotificationOptionAudioPlayback": "\uc624\ub514\uc624 \uc7ac\uc0dd \uc2dc\uc791\ub428", + "NotificationOptionGamePlayback": "\uac8c\uc784 \ud50c\ub808\uc774 \uc9c0\uc791\ub428", + "NotificationOptionVideoPlaybackStopped": "\ube44\ub514\uc624 \uc7ac\uc0dd \uc911\uc9c0\ub428", + "NotificationOptionAudioPlaybackStopped": "\uc624\ub514\uc624 \uc7ac\uc0dd \uc911\uc9c0\ub428", + "NotificationOptionGamePlaybackStopped": "\uac8c\uc784 \ud50c\ub808\uc774 \uc911\uc9c0\ub428", + "NotificationOptionTaskFailed": "\uc608\uc57d \uc791\uc5c5 \uc2e4\ud328", + "NotificationOptionInstallationFailed": "\uc124\uce58 \uc2e4\ud328", + "NotificationOptionNewLibraryContent": "\uc0c8 \ucf58\ud150\ud2b8 \ucd94\uac00\ub428", + "NotificationOptionNewLibraryContentMultiple": "\uc0c8 \ucf58\ub374\ud2b8 \ucd94\uac00\ub428 (\ubcf5\uc218)", + "NotificationOptionCameraImageUploaded": "\uce74\uba54\ub77c \uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc\ub428", "NotificationOptionUserLockedOut": "User locked out", - "HeaderSendNotificationHelp": "Notifications are delivered to your Emby inbox. Additional options can be installed from the Services tab.", - "NotificationOptionServerRestartRequired": "Server restart required", - "LabelNotificationEnabled": "Enable this notification", - "LabelMonitorUsers": "Monitor activity from:", - "LabelSendNotificationToUsers": "Send the notification to:", - "LabelUseNotificationServices": "Use the following services:", - "CategoryUser": "User", - "CategorySystem": "System", - "CategoryApplication": "Application", - "CategoryPlugin": "Plugin", - "LabelMessageTitle": "Message title:", - "LabelAvailableTokens": "Available tokens:", - "AdditionalNotificationServices": "Browse the plugin catalog to install additional notification services.", - "OptionAllUsers": "All users", - "OptionAdminUsers": "Administrators", + "HeaderSendNotificationHelp": "\uc54c\ub9bc\uc774 Emby \uc218\uc2e0\ud568\uc73c\ub85c \uc804\uc1a1\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ucd94\uac00 \uc635\uc158\uc744 \uc11c\ube44\uc2a4 \ud0ed\uc5d0\uc11c \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "NotificationOptionServerRestartRequired": "\uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4", + "LabelNotificationEnabled": "\uc774 \uc54c\ub9bc \uc0ac\uc6a9", + "LabelMonitorUsers": "\ub2e4\uc74c\uc758 \ud65c\ub3d9 \ubaa8\ub2c8\ud130\ub9c1:", + "LabelSendNotificationToUsers": "\ub2e4\uc74c\uc73c\ub85c \uc54c\ub9bc \uc804\uc1a1:", + "LabelUseNotificationServices": "\ub2e4\uc74c \uc7a5\uce58 \uc0ac\uc6a9:", + "CategoryUser": "\uc0ac\uc6a9\uc790", + "CategorySystem": "\uc2dc\uc2a4\ud15c", + "CategoryApplication": "\uc560\ud50c\ub9ac\ucf00\uc774\uc158", + "CategoryPlugin": "\ud50c\ub7ec\uadf8\uc778", + "LabelMessageTitle": "\uba54\uc2dc\uc9c0 \uc81c\ubaa9:", + "LabelAvailableTokens": "\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ud1a0\ud070:", + "AdditionalNotificationServices": "\ucd94\uac00 \uc54c\ub9bc \uc11c\ube44\uc2a4\ub97c \uc124\uce58\ud558\ub824\uba74 \ud50c\ub7ec\uadf8\uc778 \uce74\ud0c8\ub85c\uadf8\ub97c \ud0d0\uc0c9\ud558\uc138\uc694.", + "OptionAllUsers": "\ubaa8\ub4e0 \uc0ac\uc6a9\uc790", + "OptionAdminUsers": "\uad00\ub9ac\uc790", "OptionCustomUsers": "Custom", - "ButtonArrowUp": "Up", - "ButtonArrowDown": "Down", - "ButtonArrowLeft": "Left", - "ButtonArrowRight": "Right", - "ButtonBack": "Back", - "ButtonInfo": "Info", - "ButtonOsd": "On screen display", - "ButtonPageUp": "Page Up", - "ButtonPageDown": "Page Down", + "ButtonArrowUp": "\uc704", + "ButtonArrowDown": "\uc544\ub798", + "ButtonArrowLeft": "\uc67c\ucabd", + "ButtonArrowRight": "\uc624\ub978\ucabd", + "ButtonBack": "\ub4a4\ub85c", + "ButtonInfo": "\uc815\ubcf4", + "ButtonOsd": "OSD", + "ButtonPageUp": "\ud398\uc774\uc9c0 \uc704\ub85c", + "ButtonPageDown": "\ud398\uc774\uc9c0 \uc544\ub798\ub85c", "PageAbbreviation": "PG", - "ButtonHome": "Home", + "ButtonHome": "\ud648", "ButtonSearch": "Search", - "ButtonSettings": "Settings", - "ButtonTakeScreenshot": "Capture Screenshot", + "ButtonSettings": "\uc124\uc815", + "ButtonTakeScreenshot": "\uc2a4\ud06c\ub9b0\uc0f7 \ucea1\uccd0", "ButtonLetterUp": "Letter Up", "ButtonLetterDown": "Letter Down", "PageButtonAbbreviation": "PG", "LetterButtonAbbreviation": "A", - "TabNowPlaying": "Now Playing", - "TabNavigation": "Navigation", + "TabNowPlaying": "\uc9c0\uae08 \uc7ac\uc0dd \uc911", + "TabNavigation": "\ud0d0\uc0c9", "TabControls": "Controls", - "ButtonFullscreen": "Toggle fullscreen", + "ButtonFullscreen": "\uc804\uccb4\ud654\uba74 \uc804\ud658", "ButtonScenes": "Scenes", "ButtonSubtitles": "Subtitles", - "ButtonAudioTracks": "Audio tracks", - "ButtonPreviousTrack": "Previous track", - "ButtonNextTrack": "Next track", - "ButtonStop": "Stop", - "ButtonPause": "Pause", - "ButtonNext": "Next", - "ButtonPrevious": "Previous", - "LabelGroupMoviesIntoCollections": "Group movies into collections", - "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.", - "NotificationOptionPluginError": "Plugin failure", - "ButtonVolumeUp": "Volume up", - "ButtonVolumeDown": "Volume down", - "ButtonMute": "Mute", - "HeaderLatestMedia": "Latest Media", + "ButtonAudioTracks": "\uc624\ub514\uc624 \ud2b8\ub799", + "ButtonPreviousTrack": "\uc774\uc804 \ud2b8\ub799", + "ButtonNextTrack": "\ub2e4\uc74c \ud2b8\ub799", + "ButtonStop": "\uc911\uc9c0", + "ButtonPause": "\uc77c\uc2dc \uc911\uc9c0", + "ButtonNext": "\ub2e4\uc74c", + "ButtonPrevious": "\uc774\uc804", + "LabelGroupMoviesIntoCollections": "\uceec\ub809\uc158\uc73c\ub85c \uc601\ud654 \ubb36\uae30", + "LabelGroupMoviesIntoCollectionsHelp": "\uc601\ud654 \ubaa9\ub85d\uc744 \ud45c\uc2dc\ud560 \ub54c \uceec\ub809\uc158\uc5d0 \ud3ec\ud568\ub41c \uc601\ud654\uac00 \ud55c \uac1c\ub85c \ubb36\uc5ec\uc9c4 \ud56d\ubaa9\uc73c\ub85c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.", + "NotificationOptionPluginError": "\ud50c\ub7ec\uadf8\uc778 \uc2e4\ud328", + "ButtonVolumeUp": "\uc74c\ub7c9 \ud06c\uac8c", + "ButtonVolumeDown": "\uc74c\ub7c9 \uc791\uac8c", + "ButtonMute": "\uc74c\uc18c\uac70", + "HeaderLatestMedia": "\ucd5c\uadfc \ubbf8\ub514\uc5b4", "OptionSpecialFeatures": "Special Features", - "HeaderCollections": "Collections", + "HeaderCollections": "\uceec\ub809\uc158", "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.", "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.", "HeaderResponseProfile": "Response Profile", @@ -756,69 +756,69 @@ "LabelPersonRole": "Role:", "LabelPersonRoleHelp": "Role is generally only applicable to actors.", "LabelProfileContainer": "Container:", - "LabelProfileVideoCodecs": "Video codecs:", - "LabelProfileAudioCodecs": "Audio codecs:", - "LabelProfileCodecs": "Codecs:", - "HeaderDirectPlayProfile": "Direct Play Profile", - "HeaderTranscodingProfile": "Transcoding Profile", - "HeaderCodecProfile": "Codec Profile", + "LabelProfileVideoCodecs": "\ube44\ub514\uc624 \ucf54\ub371:", + "LabelProfileAudioCodecs": "\uc624\ub514\uc624 \ucf54\ub371:", + "LabelProfileCodecs": "\ucf54\ub371:", + "HeaderDirectPlayProfile": "\ub2e4\uc774\ub809\ud2b8 \ud50c\ub808\uc774 \ud504\ub85c\ud30c\uc77c", + "HeaderTranscodingProfile": "\ud2b8\ub79c\uc2a4\ucf54\ub529 \ud504\ub85c\ud30c\uc77c", + "HeaderCodecProfile": "\ucf54\ub371 \ud504\ub85c\ud30c\uc77c", "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.", - "HeaderContainerProfile": "Container Profile", + "HeaderContainerProfile": "\ucee8\ud14c\uc774\ub108 \ud504\ub85c\ud30c\uc77c", "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.", - "OptionProfileVideo": "Video", - "OptionProfileAudio": "Audio", - "OptionProfileVideoAudio": "Video Audio", - "OptionProfilePhoto": "Photo", - "LabelUserLibrary": "User library:", - "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.", + "OptionProfileVideo": "\ube44\ub514\uc624", + "OptionProfileAudio": "\uc624\ub514\uc624", + "OptionProfileVideoAudio": "\ube44\ub514\uc624 \uc624\ub514\uc624", + "OptionProfilePhoto": "\uc0ac\uc9c4", + "LabelUserLibrary": "\uc0ac\uc6a9\uc790 \ub77c\uc774\ube0c\ub7ec\ub9ac:", + "LabelUserLibraryHelp": "\uc7a5\uce58\uc5d0 \uc5b4\ub5a4 \uc0ac\uc6a9\uc790 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ubcf4\uc5ec\uc904 \uc9c0 \uc120\ud0dd\ud569\ub2c8\ub2e4. \uae30\ubcf8 \uc124\uc815\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \ube44\uc6cc\ub461\ub2c8\ub2e4.", "OptionPlainStorageFolders": "Display all folders as plain storage folders", "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".", "OptionPlainVideoItems": "Display all videos as plain video items", "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".", - "LabelSupportedMediaTypes": "Supported Media Types:", + "LabelSupportedMediaTypes": "\uc9c0\uc6d0\ud558\ub294 \ubbf8\ub514\uc5b4 \uc885\ub958:", "TabIdentification": "Identification", "HeaderIdentification": "Identification", - "TabDirectPlay": "Direct Play", - "TabContainers": "Containers", - "TabCodecs": "Codecs", + "TabDirectPlay": "\ub2e4\uc774\ub809\ud2b8 \uc7ac\uc0dd", + "TabContainers": "\ucee8\ud14c\uc774\ub108", + "TabCodecs": "\ucf54\ub371", "TabResponses": "Responses", - "HeaderProfileInformation": "Profile Information", + "HeaderProfileInformation": "\ud504\ub85c\ud30c\uc77c \uc815\ubcf4", "LabelEmbedAlbumArtDidl": "Embed album art in Didl", "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.", - "LabelAlbumArtPN": "Album art PN:", + "LabelAlbumArtPN": "\uc568\ubc94 \uc544\ud2b8 PN:", "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.", - "LabelAlbumArtMaxWidth": "Album art max width:", + "LabelAlbumArtMaxWidth": "\uc568\ubc94 \uc544\ud2b8 \ucd5c\ub300 \ub113\uc774:", "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.", - "LabelAlbumArtMaxHeight": "Album art max height:", + "LabelAlbumArtMaxHeight": "\uc568\ubc94 \uc544\ud2b8 \ucd5c\ub300 \ub192\uc774:", "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.", - "LabelIconMaxWidth": "Icon max width:", + "LabelIconMaxWidth": "\uc544\uc774\ucf58 \ucd5c\ub300 \ub113\uc774:", "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.", - "LabelIconMaxHeight": "Icon max height:", + "LabelIconMaxHeight": "\uc544\uc774\ucf58 \ucd5c\ub300 \ub192\uc774:", "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.", "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.", "HeaderProfileServerSettingsHelp": "These values control how Emby Server will present itself to the device.", - "LabelMaxBitrate": "Max bitrate:", + "LabelMaxBitrate": "\ucd5c\ub300 \ube44\ud2b8\ub808\uc774\ud2b8:", "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.", - "LabelMaxStreamingBitrate": "Max streaming bitrate:", + "LabelMaxStreamingBitrate": "\ucd5c\ub300 \uc2a4\ud2b8\ub9ac\ubc0d \ube44\ud2b8\ub808\uc774\ud2b8:", "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.", - "LabelMaxChromecastBitrate": "Max Chromecast bitrate:", - "LabelMaxStaticBitrate": "Max sync bitrate:", + "LabelMaxChromecastBitrate": "\ucd5c\ub300 \ud06c\ub86c\uce90\uc2a4\ud2b8 \ube44\ud2b8\ub808\uc774\ud2b8:", + "LabelMaxStaticBitrate": "\ucd5c\ub300 \ub3d9\uae30\ud654 \ube44\ud2b8\ub808\uc774\ud2b8:", "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.", - "LabelMusicStaticBitrate": "Music sync bitrate:", + "LabelMusicStaticBitrate": "\uc74c\uc545 \ub3d9\uae30\ud654 \ube44\ud2b8\ub808\uc774\ud2b8:", "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music", - "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:", + "LabelMusicStreamingTranscodingBitrate": "\uc74c\uc545 \ud2b8\ub79c\uc2a4\ucf54\ub529 \ube44\ud2b8\ub808\uc774\ud2b8:", "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music", "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests", "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.", "LabelFriendlyName": "Friendly name", - "LabelManufacturer": "Manufacturer", + "LabelManufacturer": "\uc81c\uc870\uc0ac", "LabelManufacturerUrl": "Manufacturer url", - "LabelModelName": "Model name", - "LabelModelNumber": "Model number", - "LabelModelDescription": "Model description", - "LabelModelUrl": "Model url", - "LabelSerialNumber": "Serial number", - "LabelDeviceDescription": "Device description", + "LabelModelName": "\ubaa8\ub378\uba85", + "LabelModelNumber": "\ubaa8\ub378 \ubc88\ud638", + "LabelModelDescription": "\ubaa8\ub378 \uc124\uba85", + "LabelModelUrl": "\ubaa8\ub378 URL", + "LabelSerialNumber": "\uc2dc\ub9ac\uc5bc \ubc88\ud638", + "LabelDeviceDescription": "\uc7a5\uce58 \uc124\uba85", "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.", "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.", "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.", @@ -829,162 +829,162 @@ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.", "LabelSonyAggregationFlags": "Sony aggregation flags:", "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.", - "LabelTranscodingContainer": "Container:", - "LabelTranscodingVideoCodec": "Video codec:", - "LabelTranscodingVideoProfile": "Video profile:", - "LabelTranscodingAudioCodec": "Audio codec:", - "OptionEnableM2tsMode": "Enable M2ts mode", + "LabelTranscodingContainer": "\ucee8\ud14c\uc774\ub108:", + "LabelTranscodingVideoCodec": "\ube44\ub514\uc624 \ucf54\ub371:", + "LabelTranscodingVideoProfile": "\ube44\ub514\uc624 \ud504\ub85c\ud30c\uc77c:", + "LabelTranscodingAudioCodec": "\uc624\ub514\uc624 \ucf54\ub371:", + "OptionEnableM2tsMode": "M2ts \ubaa8\ub4dc \uc0ac\uc6a9", "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.", "OptionEstimateContentLength": "Estimate content length when transcoding", "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding", "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.", "HeaderSubtitleDownloadingHelp": "When Emby scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.", - "HeaderDownloadSubtitlesFor": "Download subtitles for:", - "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.", - "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles", + "HeaderDownloadSubtitlesFor": "\uc790\ub9c9 \ub2e4\uc6b4\ub85c\ub4dc:", + "MessageNoChapterProviders": "\ucd94\uac00\uc801\uc778 \ucc55\ud130 \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 ChapterDB \uac19\uc740 \ucc55\ud130 \uc81c\uacf5\uc790 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud569\ub2c8\ub2e4.", + "LabelSkipIfGraphicalSubsPresent": "\ube44\ub514\uc624\uc5d0 \uadf8\ub798\ud53d \uc790\ub9c9\uc774 \uc774\ubbf8 \uc788\ub294 \uacbd\uc6b0 \uac74\ub108\ub700", "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.", - "TabSubtitles": "Subtitles", - "TabChapters": "Chapters", - "HeaderDownloadChaptersFor": "Download chapter names for:", - "LabelOpenSubtitlesUsername": "Open Subtitles username:", - "LabelOpenSubtitlesPassword": "Open Subtitles password:", + "TabSubtitles": "\uc790\ub9c9", + "TabChapters": "\ucc55\ud130", + "HeaderDownloadChaptersFor": "\ucc55\ud130 \uc81c\ubaa9 \ub2e4\uc6b4\ub85c\ub4dc:", + "LabelOpenSubtitlesUsername": "Open Subtitles \uc0ac\uc6a9\uc790\uba85:", + "LabelOpenSubtitlesPassword": "Open Subtitles \ube44\ubc00\ubc88\ud638:", "HeaderChapterDownloadingHelp": "When Emby scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.", - "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language", - "LabelSubtitlePlaybackMode": "Subtitle mode:", - "LabelDownloadLanguages": "Download languages:", - "ButtonRegister": "Register", - "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language", + "LabelPlayDefaultAudioTrack": "\uc5b8\uc5b4\uc5d0 \uc0c1\uad00\uc5c6\uc774 \uae30\ubcf8 \uc624\ub514\uc624 \ud2b8\ub799 \uc7ac\uc0dd", + "LabelSubtitlePlaybackMode": "\uc790\ub9c9 \ubaa8\ub4dc:", + "LabelDownloadLanguages": "\ub2e4\uc6b4\ub85c\ub4dc \uc5b8\uc5b4:", + "ButtonRegister": "\ub4f1\ub85d", + "LabelSkipIfAudioTrackPresent": "\uc624\ub514\uc624 \ud2b8\ub799\uc774 \ub2e4\uc6b4\ub85c\ub4dc \uc5b8\uc5b4\uc640 \uc77c\uce58\ud558\uba74 \uac74\ub108\ub6f0\uae30", "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.", - "HeaderSendMessage": "Send Message", - "ButtonSend": "Send", - "LabelMessageText": "Message text:", + "HeaderSendMessage": "\uba54\uc2dc\uc9c0 \uc804\uc1a1", + "ButtonSend": "\uc804\uc1a1", + "LabelMessageText": "\uba54\uc2dc\uc9c0 \ud14d\uc2a4\ud2b8:", "MessageNoAvailablePlugins": "No available plugins.", "LabelDisplayPluginsFor": "Display plugins for:", "PluginTabAppClassic": "Emby Classic", "PluginTabAppTheater": "Emby Theater", - "LabelEpisodeNamePlain": "Episode name", - "LabelSeriesNamePlain": "Series name", - "ValueSeriesNamePeriod": "Series.name", - "ValueSeriesNameUnderscore": "Series_name", - "ValueEpisodeNamePeriod": "Episode.name", - "ValueEpisodeNameUnderscore": "Episode_name", - "LabelSeasonNumberPlain": "Season number", - "LabelEpisodeNumberPlain": "Episode number", - "LabelEndingEpisodeNumberPlain": "Ending episode number", - "HeaderTypeText": "Enter Text", - "LabelTypeText": "Text", - "HeaderSearchForSubtitles": "Search for Subtitles", - "MessageNoSubtitleSearchResultsFound": "No search results founds.", - "TabDisplay": "Display", - "TabLanguages": "Languages", - "TabAppSettings": "App Settings", - "LabelEnableThemeSongs": "Enable theme songs", - "LabelEnableBackdrops": "Enable backdrops", - "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.", - "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.", - "HeaderHomePage": "Home Page", - "HeaderSettingsForThisDevice": "Settings for This Device", - "OptionAuto": "Auto", - "OptionYes": "Yes", - "OptionNo": "No", - "HeaderOptions": "Options", + "LabelEpisodeNamePlain": "\uc5d0\ud53c\uc18c\ub4dc \uc81c\ubaa9", + "LabelSeriesNamePlain": "\uc2dc\ub9ac\uc988 \uc81c\ubaa9", + "ValueSeriesNamePeriod": "\uc2dc\ub9ac\uc988.\uc81c\ubaa9", + "ValueSeriesNameUnderscore": "\uc2dc\ub9ac\uc988_\uc81c\ubaa9", + "ValueEpisodeNamePeriod": "\uc5d0\ud53c\uc18c\ub4dc.\uc81c\ubaa9", + "ValueEpisodeNameUnderscore": "\uc5d0\ud53c\uc18c\ub4dc_\uc81c\ubaa9", + "LabelSeasonNumberPlain": "\uc2dc\uc98c \ubc88\ud638", + "LabelEpisodeNumberPlain": "\uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638", + "LabelEndingEpisodeNumberPlain": "\ub9c8\uc9c0\ub9c9 \uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638", + "HeaderTypeText": "\ud14d\uc2a4\ud2b8 \uc785\ub825", + "LabelTypeText": "\ud14d\uc2a4\ud2b8", + "HeaderSearchForSubtitles": "\uc790\ub9c9 \uac80\uc0c9", + "MessageNoSubtitleSearchResultsFound": "\uac80\uc0c9 \uacb0\uacfc \uc5c6\uc74c", + "TabDisplay": "\ud654\uba74", + "TabLanguages": "\uc5b8\uc5b4", + "TabAppSettings": "\uc571 \uc124\uc815", + "LabelEnableThemeSongs": "\ud14c\ub9c8 \uc74c\uc545 \uc0ac\uc6a9", + "LabelEnableBackdrops": "\ubc30\uacbd \uc0ac\uc6a9", + "LabelEnableThemeSongsHelp": "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ud0d0\uc0c9\ud560 \ub54c \ud14c\ub9c8\uc74c\uc545\uc744 \uc7ac\uc0dd\ud569\ub2c8\ub2e4.", + "LabelEnableBackdropsHelp": "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ud0d0\uc0c9\ud560 \ub54c \ubc30\uacbd\uc5d0 \uc774\ubbf8\uc9c0\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4.", + "HeaderHomePage": "\ud648 \ud398\uc774\uc9c0", + "HeaderSettingsForThisDevice": "\uc774 \uc7a5\uce58 \uc124\uc815", + "OptionAuto": "\uc790\ub3d9", + "OptionYes": "\uc608", + "OptionNo": "\uc544\ub2c8\uc624", + "HeaderOptions": "\uc635\uc158", "HeaderIdentificationResult": "Identification Result", - "LabelHomePageSection1": "Home page section 1:", - "LabelHomePageSection2": "Home page section 2:", - "LabelHomePageSection3": "Home page section 3:", - "LabelHomePageSection4": "Home page section 4:", - "OptionMyMediaButtons": "My media (buttons)", - "OptionMyMedia": "My media", - "OptionMyMediaSmall": "My media (small)", + "LabelHomePageSection1": "\ud648 \ud398\uc774\uc9c0 \uc139\uc158 1:", + "LabelHomePageSection2": "\ud648 \ud398\uc774\uc9c0 \uc139\uc158 2:", + "LabelHomePageSection3": "\ud648 \ud398\uc774\uc9c0 \uc139\uc158 3:", + "LabelHomePageSection4": "\ud648 \ud398\uc774\uc9c0 \uc139\uc158 4:", + "OptionMyMediaButtons": "\ub0b4 \ubbf8\ub514\uc5b4 (\ubc84\ud2bc)", + "OptionMyMedia": "\ub0b4 \ubbf8\ub514\uc5b4", + "OptionMyMediaSmall": "\ub0b4 \ubbf8\ub514\uc5b4 (\uc791\uc74c)", "OptionResumablemedia": "Resume", - "OptionLatestMedia": "Latest media", - "OptionLatestChannelMedia": "Latest channel items", - "HeaderLatestChannelItems": "Latest Channel Items", - "OptionNone": "None", - "HeaderLiveTv": "Live TV", + "OptionLatestMedia": "\ucd5c\uadfc \ubbf8\ub514\uc5b4", + "OptionLatestChannelMedia": "\ucd5c\uadfc \ucc44\ub110 \ud56d\ubaa9", + "HeaderLatestChannelItems": "\ucd5c\uadfc \ucc44\ub110 \ud56d\ubaa9", + "OptionNone": "\uc5c6\uc74c", + "HeaderLiveTv": "TV \ubc29\uc1a1", "HeaderReports": "Reports", - "HeaderMetadataManager": "Metadata Manager", + "HeaderMetadataManager": "\uba54\ud0c0\ub370\uc774\ud130 \ub9e4\ub2c8\uc800", "HeaderSettings": "Settings", - "MessageLoadingChannels": "Loading channel content...", - "MessageLoadingContent": "Loading content...", - "ButtonMarkRead": "Mark Read", + "MessageLoadingChannels": "\ucc44\ub110 \ucf58\ud150\ud2b8 \ubd88\ub7ec \uc624\ub294 \uc911...", + "MessageLoadingContent": "\ucf58\ud150\ud2b8 \ubd88\ub7ec \uc624\ub294 \uc911...", + "ButtonMarkRead": "\uc77d\uc74c\uc73c\ub85c \ud45c\uc2dc", "OptionDefaultSort": "Default", "OptionCommunityMostWatchedSort": "Most Watched", "TabNextUp": "Next Up", - "PlaceholderUsername": "Username", - "HeaderBecomeProjectSupporter": "Get Emby Premiere", - "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.", - "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.", + "PlaceholderUsername": "\uc0ac\uc6a9\uc790\uba85", + "HeaderBecomeProjectSupporter": "Emby \ud504\ub9ac\ubbf8\uc5b4 \uc5bb\uae30", + "MessageNoMovieSuggestionsAvailable": "\ud604\uc7ac \ucd94\ucc9c \uc601\ud654\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc601\ud654 \ubcf4\uae30\ub97c \uc2dc\uc791\ud558\uace0 \ud3c9\uac00\ub97c \ud558\uba74 \ucd94\ucc9c\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "MessageNoCollectionsAvailable": "\uceec\ub809\uc158\uc744 \uc0ac\uc6a9\ud558\uba74 \uac1c\uc778\ud654\ub41c \uc601\ud654, \uc2dc\ub9ac\uc988, \uc568\ubc94, \ucc45, \uac8c\uc784 \ubb36\uc74c\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. + \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc5ec \uceec\ub809\uc158\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.", - "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.", + "MessageNoPlaylistItemsAvailable": "\uc774 \uc7ac\uc0dd\ubaa9\ub85d\uc740 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.", "ButtonDismiss": "Dismiss", - "ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.", - "LabelChannelStreamQuality": "Preferred internet stream quality:", - "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.", + "ButtonEditOtherUserPreferences": "\uc0ac\uc6a9\uc790 \ud504\ub85c\ud30c\uc77c, \uc774\ubbf8\uc9c0, \uac1c\uc778 \uc124\uc815\uc744 \ud3b8\uc9d1\ud569\ub2c8\ub2e4.", + "LabelChannelStreamQuality": "\uc120\ud638\ud558\ub294 \uc778\ud130\ub137 \uc2a4\ud2b8\ub9bc \ud488\uc9c8:", + "LabelChannelStreamQualityHelp": "\ub300\uc5ed\ud3ed\uc774 \ub0ae\uc740 \ud658\uacbd\uc5d0\uc11c \ud488\uc9c8\uc744 \uc81c\ud55c\ud558\uba74 \ubd80\ub4dc\ub7ec\uc6b4 \uc2a4\ud2b8\ub9ac\ubc0d\uc744 \uc720\uc9c0\ud558\ub294\ub370 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.", "OptionBestAvailableStreamQuality": "Best available", - "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:", + "LabelEnableChannelContentDownloadingFor": "\ucc44\ub110 \ucf58\ud150\ud2b8 \ub2e4\uc6b4\ub85c\ub4dc \uc0ac\uc6a9:", "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.", - "LabelChannelDownloadPath": "Channel content download path:", - "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.", - "LabelChannelDownloadAge": "Delete content after: (days)", - "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.", - "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.", - "ButtonOptions": "Options", - "ViewTypePlaylists": "Playlists", - "ViewTypeMovies": "Movies", + "LabelChannelDownloadPath": "\ucc44\ub110 \ucf58\ud150\ud2b8 \ub2e4\uc6b4\ub85c\ub4dc \uacbd\ub85c:", + "LabelChannelDownloadPathHelp": "\uc6d0\ud558\ub294 \uacbd\uc6b0 \uc0ac\uc6a9\uc790 \ub2e4\uc6b4\ub85c\ub4dc \uacbd\ub85c\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \ub0b4\ubd80 \ub370\uc774\ud130 \ud3f4\ub354\uc5d0 \ub2e4\uc6b4\ub85c\ub4dc\ud558\ub824\uba74 \ube44\uc6cc\ub461\ub2c8\ub2e4.", + "LabelChannelDownloadAge": "\ucf58\ud150\ud2b8 \uc0ad\uc81c (\uc77c \ud6c4):", + "LabelChannelDownloadAgeHelp": "\uc124\uc815\ud55c \uac12\ubcf4\ub2e4 \uc624\ub798\ub41c \ub2e4\uc6b4\ub85c\ub4dc \ucf58\ud150\ud2b8\ub97c \uc0ad\uc81c\ud569\ub2c8\ub2e4. \uc778\ud130\ub137 \uc2a4\ud2b8\ub9ac\ubc0d\uc744 \ud1b5\ud55c \uc7ac\uc0dd\uc740 \uc5ec\uc804\ud788 \uac00\ub2a5\ud569\ub2c8\ub2e4.", + "ChannelSettingsFormHelp": "\ud50c\ub7ec\uadf8\uc778 \uce74\ud0c8\ub85c\uadf8\uc5d0\uc11c Trailers\ub098 Vimeo \uac19\uc740 \ucc44\ub110\uc744 \uc124\uce58\ud569\ub2c8\ub2e4.", + "ButtonOptions": "\uc635\uc158", + "ViewTypePlaylists": "\uc7ac\uc0dd\ubaa9\ub85d", + "ViewTypeMovies": "\uc601\ud654", "ViewTypeTvShows": "TV", - "ViewTypeGames": "Games", - "ViewTypeMusic": "Music", - "ViewTypeMusicGenres": "Genres", - "ViewTypeMusicArtists": "Artists", - "ViewTypeBoxSets": "Collections", - "ViewTypeChannels": "Channels", - "ViewTypeLiveTV": "Live TV", - "ViewTypeLiveTvNowPlaying": "Now Airing", - "ViewTypeLatestGames": "Latest Games", - "ViewTypeRecentlyPlayedGames": "Recently Played", - "ViewTypeGameFavorites": "Favorites", - "ViewTypeGameSystems": "Game Systems", - "ViewTypeGameGenres": "Genres", + "ViewTypeGames": "\uac8c\uc784", + "ViewTypeMusic": "\uc74c\uc545", + "ViewTypeMusicGenres": "\uc7a5\ub974", + "ViewTypeMusicArtists": "\uc544\ud2f0\uc2a4\ud2b8", + "ViewTypeBoxSets": "\uceec\ub809\uc158", + "ViewTypeChannels": "\ucc44\ub110", + "ViewTypeLiveTV": "TV \ubc29\uc1a1", + "ViewTypeLiveTvNowPlaying": "\uc9c0\uae08 \ubc29\uc1a1 \uc911", + "ViewTypeLatestGames": "\ucd5c\uadfc \uac8c\uc784", + "ViewTypeRecentlyPlayedGames": "\ucd5c\uadfc \ud50c\ub808\uc774", + "ViewTypeGameFavorites": "\uc990\uaca8\ucc3e\uae30", + "ViewTypeGameSystems": "\uac8c\uc784 \uc2dc\uc2a4\ud15c", + "ViewTypeGameGenres": "\uc7a5\ub974", "ViewTypeTvResume": "Resume", "ViewTypeTvNextUp": "Next Up", "ViewTypeTvLatest": "Latest", - "ViewTypeTvShowSeries": "Series", - "ViewTypeTvGenres": "Genres", - "ViewTypeTvFavoriteSeries": "Favorite Series", - "ViewTypeTvFavoriteEpisodes": "Favorite Episodes", + "ViewTypeTvShowSeries": "\uc2dc\ub9ac\uc988", + "ViewTypeTvGenres": "\uc7a5\ub974", + "ViewTypeTvFavoriteSeries": "\uc88b\uc544\ud558\ub294 \uc2dc\ub9ac\uc988", + "ViewTypeTvFavoriteEpisodes": "\uc88b\uc544\ud558\ub294 \uc5d0\ud53c\uc18c\ub4dc", "ViewTypeMovieResume": "Resume", "ViewTypeMovieLatest": "Latest", - "ViewTypeMovieMovies": "Movies", - "ViewTypeMovieCollections": "Collections", - "ViewTypeMovieFavorites": "Favorites", - "ViewTypeMovieGenres": "Genres", + "ViewTypeMovieMovies": "\uc601\ud654", + "ViewTypeMovieCollections": "\uceec\ub809\uc158", + "ViewTypeMovieFavorites": "\uc990\uaca8\ucc3e\uae30", + "ViewTypeMovieGenres": "\uc7a5\ub974", "ViewTypeMusicLatest": "Latest", - "ViewTypeMusicPlaylists": "Playlists", - "ViewTypeMusicAlbums": "Albums", - "ViewTypeMusicAlbumArtists": "Album Artists", - "HeaderOtherDisplaySettings": "Display Settings", - "ViewTypeMusicSongs": "Songs", - "ViewTypeMusicFavorites": "Favorites", - "ViewTypeMusicFavoriteAlbums": "Favorite Albums", - "ViewTypeMusicFavoriteArtists": "Favorite Artists", - "ViewTypeMusicFavoriteSongs": "Favorite Songs", - "HeaderMyViews": "My Views", + "ViewTypeMusicPlaylists": "\uc7ac\uc0dd\ubaa9\ub85d", + "ViewTypeMusicAlbums": "\uc568\ubc94", + "ViewTypeMusicAlbumArtists": "\uc568\ubc94 \uc544\ud2f0\uc2a4\ud2b8", + "HeaderOtherDisplaySettings": "\ud654\uba74 \uc124\uc815", + "ViewTypeMusicSongs": "\ub178\ub798", + "ViewTypeMusicFavorites": "\uc990\uaca8\ucc3e\uae30", + "ViewTypeMusicFavoriteAlbums": "\uc88b\uc544\ud558\ub294 \uc568\ubc94", + "ViewTypeMusicFavoriteArtists": "\uc88b\uc544\ud558\ub294 \uc544\ud2f0\uc2a4\ud2b8", + "ViewTypeMusicFavoriteSongs": "\uc88b\uc544\ud558\ub294 \ub178\ub798", + "HeaderMyViews": "\ub0b4 \ubcf4\uae30", "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:", "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.", - "OptionDisplayAdultContent": "Display adult content", - "OptionLibraryFolders": "Media folders", - "TitleRemoteControl": "Remote Control", - "OptionLatestTvRecordings": "Latest recordings", - "LabelProtocolInfo": "Protocol info:", + "OptionDisplayAdultContent": "\uc131\uc778 \ucf58\ud150\ud2b8 \ud45c\uc2dc", + "OptionLibraryFolders": "\ubbf8\ub514\uc5b4 \ud3f4\ub354", + "TitleRemoteControl": "\uc6d0\uaca9 \uc81c\uc5b4", + "OptionLatestTvRecordings": "\ucd5c\uadfc \ub179\ud654", + "LabelProtocolInfo": "\ud504\ub85c\ud1a0\ucf5c \uc815\ubcf4:", "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.", "TabNfo": "Nfo", "HeaderKodiMetadataHelp": "Emby includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.", "LabelKodiMetadataUser": "Sync user watch data to nfo's for:", "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Emby Server and Nfo files.", - "LabelKodiMetadataDateFormat": "Release date format:", - "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.", - "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files", + "LabelKodiMetadataDateFormat": "\ucd9c\uc2dc \ub0a0\uc9dc \ud615\uc2dd:", + "LabelKodiMetadataDateFormatHelp": "nfo \ud30c\uc77c\uc758 \ubaa8\ub4e0 \ub0a0\uc9dc\ub294 \uc774 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc77d\uace0 \uc501\ub2c8\ub2e4.", + "LabelKodiMetadataSaveImagePaths": "nfo \ud30c\uc77c\uc5d0 \uc774\ubbf8\uc9c0 \uacbd\ub85c \uc800\uc7a5", "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.", "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution", "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.", @@ -995,35 +995,35 @@ "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ", "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs", "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.", - "TabServices": "Services", - "TabLogs": "Logs", - "HeaderServerLogFiles": "Server log files:", - "TabBranding": "Branding", - "HeaderBrandingHelp": "Customize the appearance of Emby to fit the needs of your group or organization.", - "LabelLoginDisclaimer": "Login disclaimer:", - "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.", + "TabServices": "\uc11c\ube44\uc2a4", + "TabLogs": "\ub85c\uadf8", + "HeaderServerLogFiles": "\uc11c\ubc84 \ub85c\uadf8 \ud30c\uc77c:", + "TabBranding": "\ube0c\ub79c\ub529", + "HeaderBrandingHelp": "\uc0ac\uc6a9\uc790\uc758 \ub2e8\uccb4\ub098 \uc870\uc9c1\uc5d0 \ub9de\uac8c Emby \ubaa8\uc591\uc0c8\ub97c \uc815\uc758\ud569\ub2c8\ub2e4.", + "LabelLoginDisclaimer": "\ub85c\uadf8\uc778 \uace0\uc9c0\uc0ac\ud56d", + "LabelLoginDisclaimerHelp": "\ub85c\uadf8\uc778 \ud398\uc774\uc9c0 \ud558\ub2e8\uc5d0 \uace0\uc9c0\uc0ac\ud56d\uc774 \ud45c\uc2dc\ub429\ub2c8\ub2e4.", "OptionList": "List", - "TabDashboard": "Dashboard", - "TitleServer": "Server", - "LabelCache": "Cache:", - "LabelLogs": "Logs:", - "LabelMetadata": "Metadata:", + "TabDashboard": "\ub300\uc2dc\ubcf4\ub4dc", + "TitleServer": "\uc11c\ubc84", + "LabelCache": "\uce90\uc2dc:", + "LabelLogs": "\ub85c\uadf8:", + "LabelMetadata": "\uba54\ud0c0\ub370\uc774\ud130:", "LabelImagesByName": "Images by name:", - "LabelTranscodingTemporaryFiles": "Transcoding temporary files:", - "HeaderLatestMusic": "Latest Music", - "HeaderBranding": "Branding", - "HeaderApiKeys": "Api Keys", + "LabelTranscodingTemporaryFiles": "\ud2b8\ub79c\uc2a4\ucf54\ub529 \uc784\uc2dc \ud30c\uc77c:", + "HeaderLatestMusic": "\ucd5c\uadfc \uc74c\uc545", + "HeaderBranding": "\ube0c\ub79c\ub529", + "HeaderApiKeys": "API \ud0a4", "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Emby Server. Keys are issued by logging in with an Emby account, or by manually granting the application a key.", - "HeaderApiKey": "Api Key", - "HeaderApp": "App", - "HeaderDevice": "Device", - "HeaderUser": "User", + "HeaderApiKey": "API \ud0a4", + "HeaderApp": "\uc571", + "HeaderDevice": "\uc7a5\uce58", + "HeaderUser": "\uc0ac\uc6a9\uc790", "HeaderDateIssued": "Date Issued", - "LabelChapterName": "Chapter {0}", - "HeaderNewApiKey": "New Api Key", - "LabelAppName": "App name", + "LabelChapterName": "\ucc55\ud130 {0}", + "HeaderNewApiKey": "\uc0c8 API \ud0a4", + "LabelAppName": "\uc571 \uc774\ub984", "LabelAppNameExample": "Example: Sickbeard, NzbDrone", - "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Emby Server.", + "HeaderNewApiKeyHelp": "Emby \uc11c\ubc84\uc640\uc758 \ud1b5\uc2e0\uc744 \uc704\ud574 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uad8c\ud55c\uc744 \ubd80\uc5ec\ud569\ub2c8\ub2e4.", "HeaderHttpHeaders": "Http Headers", "HeaderIdentificationHeader": "Identification Header", "LabelValue": "Value:", @@ -1039,288 +1039,288 @@ "LabelPath": "Path:", "LabelView": "View:", "TabUsers": "Users", - "LabelSortName": "Sort name:", - "LabelDateAdded": "Date added:", + "LabelSortName": "\uc815\ub82c \uc81c\ubaa9:", + "LabelDateAdded": "\ucd94\uac00\ud55c \ub0a0\uc9dc:", "HeaderFeatures": "Features", "HeaderAdvanced": "Advanced", "ButtonSync": "Sync", "TabScheduledTasks": "Scheduled Tasks", - "HeaderChapters": "Chapters", + "HeaderChapters": "\ucc55\ud130", "HeaderResumeSettings": "Resume Settings", "TabSync": "Sync", - "TitleUsers": "Users", - "LabelProtocol": "Protocol:", + "TitleUsers": "\uc0ac\uc6a9\uc790", + "LabelProtocol": "\ud504\ub85c\ud1a0\ucf5c:", "OptionProtocolHttp": "Http", "OptionProtocolHls": "Http Live Streaming", "LabelContext": "Context:", - "OptionContextStreaming": "Streaming", - "OptionContextStatic": "Sync", + "OptionContextStreaming": "\uc2a4\ud2b8\ub9ac\ubc0d", + "OptionContextStatic": "\ub3d9\uae30\ud654", "ButtonAddToPlaylist": "Add to playlist", - "TabPlaylists": "Playlists", - "ButtonClose": "Close", - "LabelAllLanguages": "All languages", - "HeaderBrowseOnlineImages": "Browse Online Images", - "LabelSource": "Source:", - "OptionAll": "All", - "LabelImage": "Image:", - "ButtonBrowseImages": "Browse Images", - "HeaderImages": "Images", - "HeaderBackdrops": "Backdrops", - "HeaderScreenshots": "Screenshots", - "HeaderAddUpdateImage": "Add\/Update Image", - "LabelJpgPngOnly": "JPG\/PNG only", - "LabelImageType": "Image type:", + "TabPlaylists": "\uc7ac\uc0dd\ubaa9\ub85d", + "ButtonClose": "\ub2eb\uae30", + "LabelAllLanguages": "\ubaa8\ub4e0 \uc5b8\uc5b4", + "HeaderBrowseOnlineImages": "\uc628\ub77c\uc778 \uc774\ubbf8\uc9c0 \ud0d0\uc0c9", + "LabelSource": "\uc18c\uc2a4:", + "OptionAll": "\ubaa8\ub450", + "LabelImage": "\uc774\ubbf8\uc9c0:", + "ButtonBrowseImages": "\uc774\ubbf8\uc9c0 \ud0d0\uc0c9", + "HeaderImages": "\uc774\ubbf8\uc9c0", + "HeaderBackdrops": "\ubc30\uacbd", + "HeaderScreenshots": "\uc2a4\ud06c\ub9b0\uc0f7", + "HeaderAddUpdateImage": "\uc774\ubbf8\uc9c0 \ucd94\uac00\/\uc5c5\ub370\uc774\ud2b8", + "LabelJpgPngOnly": "JPG\/PNG \ub9cc", + "LabelImageType": "\uc774\ubbf8\uc9c0 \ud615\uc2dd:", "OptionPrimary": "Primary", - "OptionArt": "Art", - "OptionBox": "Box", - "OptionBoxRear": "Box rear", - "OptionDisc": "Disc", - "OptionIcon": "Icon", - "OptionLogo": "Logo", - "OptionMenu": "Menu", - "OptionScreenshot": "Screenshot", + "OptionArt": "\uc544\ud2b8", + "OptionBox": "\ubc15\uc2a4", + "OptionBoxRear": "\ubc15\uc2a4 \ub4b7\uba74", + "OptionDisc": "\ub514\uc2a4\ud06c", + "OptionIcon": "\uc544\uc774\ucf58", + "OptionLogo": "\ub85c\uace0", + "OptionMenu": "\uba54\ub274", + "OptionScreenshot": "\uc2a4\ud06c\ub9b0\uc0f7", "OptionLocked": "Locked", "OptionUnidentified": "Unidentified", "OptionMissingParentalRating": "Missing parental rating", "OptionStub": "Stub", - "HeaderEpisodes": "Episodes:", - "OptionSeason0": "Season 0", + "HeaderEpisodes": "\uc5d0\ud53c\uc18c\ub4dc:", + "OptionSeason0": "\uc2dc\uc98c 0", "LabelReport": "Report:", - "OptionReportSongs": "Songs", - "OptionReportSeries": "Series", - "OptionReportSeasons": "Seasons", - "OptionReportTrailers": "Trailers", - "OptionReportMusicVideos": "Music videos", - "OptionReportMovies": "Movies", - "OptionReportHomeVideos": "Home videos", - "OptionReportGames": "Games", - "OptionReportEpisodes": "Episodes", - "OptionReportCollections": "Collections", - "OptionReportBooks": "Books", - "OptionReportArtists": "Artists", - "OptionReportAlbums": "Albums", - "OptionReportAdultVideos": "Adult videos", + "OptionReportSongs": "\ub178\ub798", + "OptionReportSeries": "\uc2dc\ub9ac\uc988", + "OptionReportSeasons": "\uc2dc\uc98c", + "OptionReportTrailers": "\uc608\uace0\ud3b8", + "OptionReportMusicVideos": "\ubba4\uc9c1 \ube44\ub514\uc624", + "OptionReportMovies": "\uc601\ud654", + "OptionReportHomeVideos": "\ud648 \ube44\ub514\uc624", + "OptionReportGames": "\uac8c\uc784", + "OptionReportEpisodes": "\uc5d0\ud53c\uc18c\ub4dc", + "OptionReportCollections": "\uceec\ub809\uc158", + "OptionReportBooks": "\ucc45", + "OptionReportArtists": "\uc544\ud2f0\uc2a4\ud2b8", + "OptionReportAlbums": "\uc568\ubc94", + "OptionReportAdultVideos": "\uc131\uc778 \ube44\ub514\uc624", "ButtonMore": "More", "HeaderActivity": "Activity", - "ScheduledTaskStartedWithName": "{0} started", - "ScheduledTaskCancelledWithName": "{0} was cancelled", - "ScheduledTaskCompletedWithName": "{0} completed", - "ScheduledTaskFailed": "Scheduled task completed", - "PluginInstalledWithName": "{0} was installed", - "PluginUpdatedWithName": "{0} was updated", - "PluginUninstalledWithName": "{0} was uninstalled", - "ScheduledTaskFailedWithName": "{0} failed", - "ItemAddedWithName": "{0} was added to the library", - "ItemRemovedWithName": "{0} was removed from the library", - "DeviceOnlineWithName": "{0} is connected", + "ScheduledTaskStartedWithName": "{0} \uc2dc\uc791\ub428", + "ScheduledTaskCancelledWithName": "{0} \ucde8\uc18c\ub428", + "ScheduledTaskCompletedWithName": "{0} \uc644\ub8cc\ub428", + "ScheduledTaskFailed": "\uc608\uc57d \uc791\uc5c5 \uc644\ub8cc", + "PluginInstalledWithName": "{0} \uc124\uce58\ub428", + "PluginUpdatedWithName": "{0} \uc5c5\ub370\uc774\ud2b8\ub428", + "PluginUninstalledWithName": "{0} \uc124\uce58 \uc81c\uac70\ub428", + "ScheduledTaskFailedWithName": "{0} \uc2e4\ud328", + "ItemAddedWithName": "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0 {0} \ucd94\uac00\ub428", + "ItemRemovedWithName": "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0\uc11c {0} \uc0ad\uc81c\ub428", + "DeviceOnlineWithName": "{0} \uc5f0\uacb0\ub428", "UserOnlineFromDevice": "{0} is online from {1}", - "DeviceOfflineWithName": "{0} has disconnected", - "UserOfflineFromDevice": "{0} has disconnected from {1}", - "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}", - "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}", - "LabelRunningTimeValue": "Running time: {0}", - "LabelIpAddressValue": "Ip address: {0}", + "DeviceOfflineWithName": "{0} \uc5f0\uacb0 \ud574\uc81c\ub428", + "UserOfflineFromDevice": "{1} \uc5d0\uc11c {0} \uc5f0\uacb0 \ud574\uc81c\ub428", + "SubtitlesDownloadedForItem": "{0} \uc790\ub9c9 \ub2e4\uc6b4\ub85c\ub4dc\ub428", + "SubtitleDownloadFailureForItem": "{0} \uc790\ub9c9 \ub2e4\uc6b4\ub85c\ub4dc \uc2e4\ud328", + "LabelRunningTimeValue": "\uc0c1\uc601 \uc2dc\uac04: {0}", + "LabelIpAddressValue": "IP \uc8fc\uc18c: {0}", "UserLockedOutWithName": "User {0} has been locked out", - "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}", - "UserCreatedWithName": "User {0} has been created", - "UserPasswordChangedWithName": "Password has been changed for user {0}", - "UserDeletedWithName": "User {0} has been deleted", - "MessageServerConfigurationUpdated": "Server configuration has been updated", - "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated", - "MessageApplicationUpdated": "Emby Server has been updated", + "UserConfigurationUpdatedWithName": "{0} \uc0ac\uc6a9\uc790 \uc124\uc815\uc774 \uc5c5\ub370\uc774\ud2b8\ub428", + "UserCreatedWithName": "\uc0ac\uc6a9\uc790 {0} \uc0dd\uc131\ub428", + "UserPasswordChangedWithName": "\uc0ac\uc6a9\uc790 {0} \ube44\ubc00\ubc88\ud638 \ubcc0\uacbd\ub428", + "UserDeletedWithName": "\uc0ac\uc6a9\uc790 {0} \uc0ad\uc81c\ub428", + "MessageServerConfigurationUpdated": "\uc11c\ubc84 \ud658\uacbd \uc124\uc815 \uc5c5\ub370\uc774\ub4dc\ub428", + "MessageNamedServerConfigurationUpdatedWithValue": "\uc11c\ubc84 \ud658\uacbd \uc124\uc815 {0} \uc139\uc158 \uc5c5\ub370\uc774\ud2b8 \ub428", + "MessageApplicationUpdated": "Emby \uc11c\ubc84 \uc5c5\ub370\uc774\ud2b8\ub428", "AuthenticationSucceededWithUserName": "{0} successfully authenticated", "FailedLoginAttemptWithUserName": "Failed login attempt from {0}", "UserDownloadingItemWithValues": "{0} is downloading {1}", "UserStartedPlayingItemWithValues": "{0} has started playing {1}", "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}", - "AppDeviceValues": "App: {0}, Device: {1}", - "ProviderValue": "Provider: {0}", - "LabelChannelDownloadSizeLimit": "Download size limit (GB):", - "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.", - "HeaderRecentActivity": "Recent Activity", + "AppDeviceValues": "\uc571: {0}, \uc7a5\uce58: {1}", + "ProviderValue": "\uc81c\uacf5\uc790: {0}", + "LabelChannelDownloadSizeLimit": "\ub2e4\uc6b4\ub85c\ub4dc \ud06c\uae30 \uc81c\ud55c (GB):", + "LabelChannelDownloadSizeLimitHelpText": "\ucc44\ub110 \ub2e4\uc6b4\ub85c\ub4dc \ud3f4\ub354 \ud06c\uae30\ub97c \uc81c\ud55c\ud569\ub2c8\ub2e4.", + "HeaderRecentActivity": "\ucd5c\uadfc \ud65c\ub3d9", "HeaderPeople": "People", - "HeaderDownloadPeopleMetadataFor": "Download biography and images for:", - "OptionComposers": "Composers", - "OptionOthers": "Others", + "HeaderDownloadPeopleMetadataFor": "\uc57d\ub825 \ubc0f \uc774\ubbf8\uc9c0 \ub2e4\uc6b4\ub85c\ub4dc:", + "OptionComposers": "\uc791\uace1\uac00", + "OptionOthers": "\uae30\ud0c0", "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.", - "ViewTypeFolders": "Folders", + "ViewTypeFolders": "\ud3f4\ub354", "LabelDisplayFoldersView": "Display a folders view to show plain media folders", - "ViewTypeLiveTvRecordingGroups": "Recordings", - "ViewTypeLiveTvChannels": "Channels", - "LabelEasyPinCode": "Easy pin code:", + "ViewTypeLiveTvRecordingGroups": "\ub179\ud654", + "ViewTypeLiveTvChannels": "\ucc44\ub110", + "LabelEasyPinCode": "\uac04\ud3b8 PIN \ucf54\ub4dc:", "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Emby apps, and can also be used for easy in-network sign in.", - "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code", + "LabelInNetworkSignInWithEasyPassword": "\uac04\ud3b8 PIN \ucf54\ub4dc\ub85c \ub0b4\ubd80 \ub124\ud2b8\uc6cc\ud06c \ub85c\uadf8\uc778", "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Emby apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.", - "HeaderPassword": "Password", - "HeaderLocalAccess": "Local Access", - "HeaderViewOrder": "View Order", - "ButtonResetEasyPassword": "Reset easy pin code", + "HeaderPassword": "\ube44\ubc00\ubc88\ud638", + "HeaderLocalAccess": "\ub85c\uceec \uc811\uc18d", + "HeaderViewOrder": "\ubcf4\uae30 \uc21c\uc11c", + "ButtonResetEasyPassword": "\uac04\ud3b8 PIN \ucf54\ub4dc \ucd08\uae30\ud654", "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Emby apps", - "LabelMetadataRefreshMode": "Metadata refresh mode:", - "LabelImageRefreshMode": "Image refresh mode:", - "OptionDownloadMissingImages": "Download missing images", - "OptionReplaceExistingImages": "Replace existing images", - "OptionRefreshAllData": "Refresh all data", - "OptionAddMissingDataOnly": "Add missing data only", - "OptionLocalRefreshOnly": "Local refresh only", - "HeaderRefreshMetadata": "Refresh Metadata", - "HeaderPersonInfo": "Person Info", + "LabelMetadataRefreshMode": "\uba54\ud0c0\ub370\uc774\ud130 \uc0c8\ub85c \uace0\uce68 \ubaa8\ub4dc:", + "LabelImageRefreshMode": "\uc774\ubbf8\uc9c0 \uc0c8\ub85c \uace0\uce68 \ubaa8\ub4dc:", + "OptionDownloadMissingImages": "\ub204\ub77d \uc774\ubbf8\uc9c0 \ub2e4\uc6b4\ub85c\ub4dc", + "OptionReplaceExistingImages": "\ud604\uc7ac \uc774\ubbf8\uc9c0 \uad50\uccb4", + "OptionRefreshAllData": "\ubaa8\ub4e0 \ub370\uc774\ud130 \uc0c8\ub85c \uace0\uce68", + "OptionAddMissingDataOnly": "\ub204\ub77d \ub370\uc774\ud130\ub9cc \ucd94\uac00", + "OptionLocalRefreshOnly": "\ub85c\uceec\ub9cc \uc0c8\ub85c \uace0\uce68", + "HeaderRefreshMetadata": "\uba54\ud0c0\ub370\uc774\ud130 \uc0c8\ub85c \uace0\uce68", + "HeaderPersonInfo": "\uc778\ubb3c \uc815\ubcf4", "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.", - "HeaderConfirmDeletion": "Confirm Deletion", - "LabelFollowingFileWillBeDeleted": "The following file will be deleted:", + "HeaderConfirmDeletion": "\uc0ad\uc81c \ud655\uc778", + "LabelFollowingFileWillBeDeleted": "\ub2e4\uc74c \ud30c\uc77c\uc774 \uc0ad\uc81c\ub429\ub2c8\ub2e4:", "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:", "ButtonIdentify": "Identify", - "LabelAlbumArtist": "Album artist:", - "LabelAlbumArtists": "Album artists:", - "LabelAlbum": "Album:", - "LabelCommunityRating": "Community rating:", - "LabelVoteCount": "Vote count:", + "LabelAlbumArtist": "\uc568\ubc94 \uc544\ud2f0\uc2a4\ud2b8:", + "LabelAlbumArtists": "\uc568\ubc94 \uc544\ud2f0\uc2a4\ud2b8:", + "LabelAlbum": "\uc568\ubc94", + "LabelCommunityRating": "\ucee4\ubba4\ub2c8\ud2f0 \ud3c9\uc810:", + "LabelVoteCount": "\ud3c9\uac00 \ud69f\uc218:", "LabelMetascore": "Metascore:", - "LabelCriticRating": "Critic rating:", - "LabelCriticRatingSummary": "Critic rating summary:", - "LabelAwardSummary": "Award summary:", - "LabelWebsite": "Website:", - "LabelTagline": "Tagline:", - "LabelOverview": "Overview:", - "LabelShortOverview": "Short overview:", + "LabelCriticRating": "Critic \ud3c9\uc810:", + "LabelCriticRatingSummary": "Critic \ud3c9\uc810 \uc694\uc57d:", + "LabelAwardSummary": "\uc218\uc0c1 \uc694\uc57d:", + "LabelWebsite": "\uc6f9\uc0ac\uc774\ud2b8:", + "LabelTagline": "\ud0dc\uadf8\ub77c\uc778:", + "LabelOverview": "\uc904\uac70\ub9ac:", + "LabelShortOverview": "\uc904\uac70\ub9ac \uc694\uc57d:", "LabelReleaseDate": "Release date:", "LabelYear": "Year:", - "LabelPlaceOfBirth": "Place of birth:", + "LabelPlaceOfBirth": "\ucd9c\uc0dd\uc9c0:", "LabelEndDate": "End date:", - "LabelAirDate": "Air days:", - "LabelAirTime:": "Air time:", - "LabelRuntimeMinutes": "Run time (minutes):", - "LabelParentalRating": "Parental rating:", - "LabelCustomRating": "Custom rating:", - "LabelBudget": "Budget", - "LabelRevenue": "Revenue ($):", - "LabelOriginalAspectRatio": "Original aspect ratio:", + "LabelAirDate": "\ubc29\uc1a1\uc77c:", + "LabelAirTime:": "\ubc29\uc1a1 \uc2dc\uac01:", + "LabelRuntimeMinutes": "\uc0c1\uc601 \uc2dc\uac04 (\ubd84):", + "LabelParentalRating": "\ub4f1\uae09:", + "LabelCustomRating": "\uc0ac\uc6a9\uc790 \ud3c9\uc810:", + "LabelBudget": "\uc81c\uc791\ube44", + "LabelRevenue": "\uc218\uc775 ($):", + "LabelOriginalAspectRatio": "\uc6d0 \ud654\uba74\ube44\uc728:", "LabelPlayers": "Players:", - "Label3DFormat": "3D format:", + "Label3DFormat": "3D \ud615\uc2dd:", "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers", - "HeaderSpecialEpisodeInfo": "Special Episode Info", + "HeaderSpecialEpisodeInfo": "\uc2a4\ud398\uc15c \uc5d0\ud53c\uc18c\ub4dc \uc815\ubcf4", "HeaderExternalIds": "External Id's:", - "LabelDvdSeasonNumber": "Dvd season number:", - "LabelDvdEpisodeNumber": "Dvd episode number:", + "LabelDvdSeasonNumber": "DVD \uc2dc\uc98c \ubc88\ud638:", + "LabelDvdEpisodeNumber": "DVD \uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638:", "LabelAbsoluteEpisodeNumber": "Absolute episode number:", "LabelAirsBeforeSeason": "Airs before season:", "LabelAirsAfterSeason": "Airs after season:", "LabelAirsBeforeEpisode": "Airs before episode:", "LabelTreatImageAs": "Treat image as:", - "LabelDisplayOrder": "Display order:", + "LabelDisplayOrder": "\ud45c\uc2dc \uc21c\uc11c:", "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in", - "HeaderCountries": "Countries", - "HeaderGenres": "Genres", + "HeaderCountries": "\uad6d\uac00", + "HeaderGenres": "\uc7a5\ub974", "HeaderPlotKeywords": "Plot Keywords", - "HeaderStudios": "Studios", + "HeaderStudios": "\uc2a4\ud29c\ub514\uc624", "HeaderTags": "Tags", - "HeaderMetadataSettings": "Metadata Settings", - "LabelLockItemToPreventChanges": "Lock this item to prevent future changes", + "HeaderMetadataSettings": "\uba54\ud0c0\ub370\uc774\ud130 \uc124\uc815", + "LabelLockItemToPreventChanges": "\ubcc0\uacbd\ud560 \uc218 \uc5c6\uac8c \ud56d\ubaa9 \uc7a0\uae08", "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.", "HeaderDonationType": "Donation type:", "OptionMakeOneTimeDonation": "Make a separate donation", - "OptionNoTrailer": "No Trailer", - "OptionNoThemeSong": "No Theme Song", - "OptionNoThemeVideo": "No Theme Video", - "LabelOneTimeDonationAmount": "Donation amount:", - "ButtonPurchase": "Purchase", - "OptionActor": "Actor", - "OptionComposer": "Composer", - "OptionDirector": "Director", - "OptionGuestStar": "Guest star", - "OptionProducer": "Producer", - "OptionWriter": "Writer", - "LabelAirDays": "Air days:", - "LabelAirTime": "Air time:", - "HeaderMediaInfo": "Media Info", - "HeaderPhotoInfo": "Photo Info", - "HeaderInstall": "Install", - "LabelSelectVersionToInstall": "Select version to install:", - "LinkLearnMoreAboutSubscription": "Learn about Emby Premiere", + "OptionNoTrailer": "\uc608\uace0\ud3b8 \uc5c6\uc74c", + "OptionNoThemeSong": "\ud14c\ub9c8 \uc74c\uc545 \uc5c6\uc74c", + "OptionNoThemeVideo": "\ud14c\ub9c8 \ube44\ub514\uc624 \uc5c6\uc74c", + "LabelOneTimeDonationAmount": "\uae30\ubd80 \uae08\uc561:", + "ButtonPurchase": "\uad6c\ub9e4", + "OptionActor": "\ubc30\uc6b0", + "OptionComposer": "\uc791\uace1\uac00", + "OptionDirector": "\uac10\ub3c5", + "OptionGuestStar": "\uac8c\uc2a4\ud2b8 \uc2a4\ud0c0", + "OptionProducer": "\ud504\ub85c\ub4c0\uc11c", + "OptionWriter": "\uc791\uac00", + "LabelAirDays": "\ubc29\uc601\uc77c:", + "LabelAirTime": "\ubc29\uc601 \uc2dc\uac01:", + "HeaderMediaInfo": "\ubbf8\ub514\uc5b4 \uc815\ubcf4", + "HeaderPhotoInfo": "\uc0ac\uc9c4 \uc815\ubcf4", + "HeaderInstall": "\uc124\uce58", + "LabelSelectVersionToInstall": "\uc124\uce58\ud560 \ubc84\uc804 \uc120\ud0dd:", + "LinkLearnMoreAboutSubscription": "Emby \ud504\ub9ac\ubbf8\uc5b4 \uc54c\uc544\ubcf4\uae30", "MessagePluginRequiresSubscription": "This plugin will require an active Emby Premiere subscription after the 14 day free trial.", "MessagePremiumPluginRequiresMembership": "This plugin will require an active Emby Premiere subscription in order to purchase after the 14 day free trial.", - "HeaderReviews": "Reviews", - "HeaderDeveloperInfo": "Developer Info", - "HeaderRevisionHistory": "Revision History", - "ButtonViewWebsite": "View website", - "HeaderXmlSettings": "Xml Settings", + "HeaderReviews": "\ub9ac\ubdf0", + "HeaderDeveloperInfo": "\uac1c\ubc1c\uc790 \uc815\ubcf4", + "HeaderRevisionHistory": "\ub9ac\ube44\uc804 \uc774\ub825", + "ButtonViewWebsite": "\uc6f9\uc0ac\uc774\ud2b8 \ubcf4\uae30", + "HeaderXmlSettings": "XML \uc124\uc815", "HeaderXmlDocumentAttributes": "Xml Document Attributes", "HeaderXmlDocumentAttribute": "Xml Document Attribute", "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.", - "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files", - "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan", - "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.", + "OptionSaveMetadataAsHidden": "\uba54\ud0c0\ub370\uc774\ud130\uc640 \uc774\ubbf8\uc9c0\ub97c \uc228\uae40 \ud30c\uc77c\ub85c \uc800\uc7a5", + "LabelExtractChaptersDuringLibraryScan": "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uac80\uc0c9\ud560 \ub54c \ucc55\ud130 \uc774\ubbf8\uc9c0 \ucd94\ucd9c", + "LabelExtractChaptersDuringLibraryScanHelp": "\uc774 \uc635\uc158\uc744 \ucf1c\uba74 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uac80\uc0c9\ud558\uc5ec \ube44\ub514\uc624\ub97c \uac00\uc838\uc62c \ub54c \ucc55\ud130 \uc774\ubbf8\uc9c0\ub97c \ucd94\ucd9c\ud569\ub2c8\ub2e4. \uc635\uc158\uc744 \ub044\uba74 \uc608\uc57d \uc791\uc5c5\uc744 \ud1b5\ud574 \uc815\uae30\uc801\uc73c\ub85c \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uac80\uc0c9\ud560 \ub54c \ucd94\ucd9c\ud569\ub2c8\ub2e4.", "LabelConnectGuestUserName": "Their Emby username or email address:", - "LabelConnectUserName": "Emby username\/email:", + "LabelConnectUserName": "Emby \uc0ac\uc6a9\uc790\uba85\/\uc774\uba54\uc77c:", "LabelConnectUserNameHelp": "Connect this local user to an online Emby account to enable easy sign-in access from any Emby app without having to know the server ip address.", - "ButtonLearnMoreAboutEmbyConnect": "Learn more about Emby Connect", - "LabelExternalPlayers": "External players:", + "ButtonLearnMoreAboutEmbyConnect": "Emby Connect\uc5d0 \ub300\ud574\uc11c \uc54c\uc544\ubcf4\uae30", + "LabelExternalPlayers": "\uc678\ubd80 \uc7ac\uc0dd\uae30:", "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.", "LabelNativeExternalPlayersHelp": "Display buttons to play content in external players.", - "LabelEnableItemPreviews": "Enable item previews", + "LabelEnableItemPreviews": "\ud56d\ubaa9 \ubbf8\ub9ac\ubcf4\uae30 \uc0ac\uc6a9", "LabelEnableItemPreviewsHelp": "if enabled, sliding previews will appear when clicking items on certain screens.", - "HeaderSubtitleProfile": "Subtitle Profile", + "HeaderSubtitleProfile": "\uc790\ub9c9 \ud504\ub85c\ud30c\uc77c", "HeaderSubtitleProfiles": "Subtitle Profiles", "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.", - "LabelFormat": "Format:", - "LabelMethod": "Method:", + "LabelFormat": "\ud615\uc2dd:", + "LabelMethod": "\ubc29\ubc95:", "LabelDidlMode": "Didl mode:", "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)", "OptionResElement": "res element", - "OptionEmbedSubtitles": "Embed within container", - "OptionExternallyDownloaded": "External download", + "OptionEmbedSubtitles": "\ucf20\ud14c\uc774\ub108\uc5d0 \ud3ec\ud568", + "OptionExternallyDownloaded": "\uc678\ubd80 \ub2e4\uc6b4\ub85c\ub4dc", "OptionHlsSegmentedSubtitles": "Hls segmented subtitles", "LabelSubtitleFormatHelp": "Example: srt", - "ButtonLearnMore": "Learn more", + "ButtonLearnMore": "\ub354 \uc54c\uc544\ubcf4\uae30", "TabPlayback": "Playback", - "HeaderLanguagePreferences": "Language Preferences", - "TabCinemaMode": "Cinema Mode", - "TitlePlayback": "Playback", - "LabelEnableCinemaModeFor": "Enable cinema mode for:", - "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.", - "OptionTrailersFromMyMovies": "Include trailers from movies in my library", - "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies", - "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content", - "LabelEnableIntroParentalControl": "Enable smart parental control", + "HeaderLanguagePreferences": "\uc5b8\uc5b4 \uc124\uc815", + "TabCinemaMode": "\uc2dc\ub124\ub9c8 \ubaa8\ub4dc", + "TitlePlayback": "\uc7ac\uc0dd", + "LabelEnableCinemaModeFor": "\uc2dc\ub124\ub9c8 \ubaa8\ub4dc \uc0ac\uc6a9:", + "CinemaModeConfigurationHelp": "\uc2dc\ub124\ub9c8 \ubaa8\ub4dc\ub294 \ubcf8 \uc601\ud654 \uc804\uc5d0 \uc608\uace0\ud3b8\uacfc \uc18c\uac1c \uc601\uc0c1\ub4f1\uc744 \uc7ac\uc0dd\ud558\uc5ec \uc744 \uc0ac\uc6a9\uc790\uc758 \uac70\uc2e4\uc5d0\uc11c \uadf9\uc7a5\uc758 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.", + "OptionTrailersFromMyMovies": "\ub0b4 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc758 \uc608\uace0\ud3b8 \ud3ec\ud568", + "OptionUpcomingMoviesInTheaters": "\uc0c8 \uc601\ud654\uc640 \uac1c\ubd09 \uc608\uc815 \uc601\ud654\uc758 \uc608\uace0\ud3b8 \ud3ec\ud568", + "LabelLimitIntrosToUnwatchedContent": "\uc2dc\uccad\ud558\uc9c0 \uc54a\uc740 \ucf58\ud150\ud2b8\uc758 \uc608\uace0\ud3b8\ub9cc \uc0ac\uc6a9", + "LabelEnableIntroParentalControl": "\uc2a4\ub9c8\ud2b8 \uc790\ub140\ubcf4\ud638 \uae30\ub2a5 \uc0ac\uc6a9", "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.", "LabelTheseFeaturesRequireSubscriptionHelpAndTrailers": "These features require an active Emby Premiere subscription and installation of the Trailer channel plugin.", - "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.", - "LabelCustomIntrosPath": "Custom intros path:", - "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.", + "OptionTrailersFromMyMoviesHelp": "\ub85c\uceec \uc608\uace0\ud3b8 \uc124\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.", + "LabelCustomIntrosPath": "\uc0ac\uc6a9\uc790 \ub3c4\uc785\ubd80 \uc601\uc0c1 \uacbd\ub85c:", + "LabelCustomIntrosPathHelp": "\ube44\ub514\uc624 \ud30c\uc77c\uc774 \uc788\ub294 \ud3f4\ub354. \uc608\uace0\ud3b8 \ub2e4\uc74c\uc5d0 \ube44\ub514\uc624\ub97c \ubb34\uc791\uc704 \uc120\ud0dd\ud558\uc5ec \uc7ac\uc0dd\ud569\ub2c8\ub2e4.", "ValueSpecialEpisodeName": "Special - {0}", - "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:", - "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray", - "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix", - "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions", - "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.", - "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.", - "LabelEnableCinemaMode": "Enable cinema mode", - "HeaderCinemaMode": "Cinema Mode", - "LabelDateAddedBehavior": "Date added behavior for new content:", - "OptionDateAddedImportTime": "Use date scanned into the library", - "OptionDateAddedFileTime": "Use file creation date", - "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.", - "LabelNumberTrailerToPlay": "Number of trailers to play:", - "TitleDevices": "Devices", - "TabCameraUpload": "Camera Upload", + "LabelSelectInternetTrailersForCinemaMode": "\uc778\ud130\ub137 \uc608\uace0\ud3b8:", + "OptionUpcomingDvdMovies": "\uc0c8 DVD & \ube14\ub8e8\ub808\uc774 \ub610\ub294 \ucd9c\uc2dc \uc608\uc815 \ud0c0\uc774\ud2c0\uc758 \uc608\uace0\ud3b8\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4.", + "OptionUpcomingStreamingMovies": "Netflix\uc758 \uc0c8 \uc601\ud654 \ub610\ub294 \uac1c\ubd09 \uc608\uc815 \uc601\ud654\uc758 \uc608\uace0\ud3b8\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4.", + "LabelDisplayTrailersWithinMovieSuggestions": "\uc601\ud654 \ucd94\ucc9c\uc5d0\uc11c \uc608\uace0\ud3b8 \uc7ac\uc0dd", + "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Trailer \ucc44\ub110\uc744 \uc124\uce58\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.", + "CinemaModeConfigurationHelp2": "\uac01 \uc0ac\uc6a9\uc790\ub294 \uc790\uc2e0\uc758 \uc124\uc815\uc5d0\uc11c \uc2dc\ub124\ub9c8 \ubaa8\ub4dc\ub97c \ub04c \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "LabelEnableCinemaMode": "\uc2dc\ub124\ub9c8 \ubaa8\ub4dc \uc0ac\uc6a9", + "HeaderCinemaMode": "\uc2dc\ub124\ub9c8 \ubaa8\ub4dc", + "LabelDateAddedBehavior": "\uc0c8 \ucf58\ud150\ud2b8\ub97c \ucd94\uac00\ud55c \ub0a0\uc9dc \uc815\uc758 \ubc29\uc2dd", + "OptionDateAddedImportTime": "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0 \ucd94\uac00\ub41c \ub0a0\uc9dc \uc0ac\uc6a9", + "OptionDateAddedFileTime": "\ud30c\uc77c \uc0dd\uc131 \ub0a0\uc9dc \uc0ac\uc6a9", + "LabelDateAddedBehaviorHelp": "\uba54\ud0c0\ub370\uc774\ud130\uc5d0 \uc9c0\uc815\ub41c \uac12\uc774 \uc788\uc73c\uba74 \uc774 \uc635\uc158\uc5d0 \uc6b0\uc120\ud558\uc5ec \uc0ac\uc6a9\ud569\ub2c8\ub2e4.", + "LabelNumberTrailerToPlay": "\uc7ac\uc0dd\ud560 \uc608\uace0\ud3b8 \uc218:", + "TitleDevices": "\uc7a5\uce58", + "TabCameraUpload": "\uce74\uba54\ub77c \uc5c5\ub85c\ub4dc", "TabDevices": "Devices", - "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Emby.", - "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.", - "LabelCameraUploadPath": "Camera upload path:", + "HeaderCameraUploadHelp": "\uc0ac\uc6a9\uc790\uc758 \ubaa8\ubc14\uc77c \uc7a5\uce58\uc5d0\uc11c \ucc0d\uc740 \uc0ac\uc9c4\uacfc \ube44\ub514\uc624\ub97c \uc790\ub3d9\uc73c\ub85c Emby\uc5d0 \uc5c5\ub85c\ub4dc\ud569\ub2c8\ub2e4.", + "MessageNoDevicesSupportCameraUpload": "\ud604\uc7ac \uce74\uba54\ub77c \uc5c5\ub85c\ub4dc\ub97c \uc9c0\uc6d0\ud558\ub294 \ub514\ubc14\uc774\uc2a4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.", + "LabelCameraUploadPath": "\uce74\uba54\ub77c \uc5c5\ub85c\ub4dc \uacbd\ub85c:", "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.", - "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device", + "LabelCreateCameraUploadSubfolder": "\uac01 \uc7a5\uce58\ubcc4 \ud558\uc704 \ud3f4\ub354 \uc0dd\uc131", "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.", - "LabelCustomDeviceDisplayName": "Display name:", + "LabelCustomDeviceDisplayName": "\ud45c\uc2dc \uc774\ub984:", "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.", - "HeaderInviteUser": "Invite User", + "HeaderInviteUser": "\uc0ac\uc6a9\uc790 \ucd08\ub300", "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Emby website, or their email address.", "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Emby Connect.", - "ButtonSendInvitation": "Send Invitation", - "HeaderSignInWithConnect": "Sign in with Emby Connect", - "HeaderGuests": "Guests", - "HeaderLocalUsers": "Local Users", - "HeaderPendingInvitations": "Pending Invitations", - "TabParentalControl": "Parental Control", + "ButtonSendInvitation": "\ucd08\ub300 \ubc1c\uc1a1", + "HeaderSignInWithConnect": "Emby Connect\ub85c \ub85c\uadf8\uc778", + "HeaderGuests": "\uc190\ub2d8", + "HeaderLocalUsers": "\ub85c\uceec \uc0ac\uc6a9\uc790", + "HeaderPendingInvitations": "\ucd08\ub300 \ubcf4\ub958", + "TabParentalControl": "\uc790\ub140 \ubcf4\ud638", "HeaderAccessSchedule": "Access Schedule", "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.", "ButtonAddSchedule": "Add Schedule", @@ -1328,7 +1328,7 @@ "LabelAccessStart": "Start time:", "LabelAccessEnd": "End time:", "HeaderSchedule": "Schedule", - "OptionEveryday": "Every day", + "OptionEveryday": "\ub9e4\uc77c", "OptionWeekdays": "Weekdays", "OptionWeekends": "Weekends", "MessageProfileInfoSynced": "User profile information synced with Emby Connect.", @@ -1348,8 +1348,8 @@ "TitleNewUser": "New User", "ButtonConfigurePassword": "Configure Password", "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.", - "HeaderLibraryAccess": "Library Access", - "HeaderChannelAccess": "Channel Access", + "HeaderLibraryAccess": "\ub77c\uc774\ube0c\ub7ec\ub9ac \uc811\uc18d", + "HeaderChannelAccess": "\ucc44\ub110 \uc811\uc18d", "HeaderLatestItems": "Latest Items", "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items", "HeaderShareMediaFolders": "Share Media Folders", @@ -1369,7 +1369,7 @@ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "TabActivity": "Activity", - "TitleSync": "Sync", + "TitleSync": "\ub3d9\uae30\ud654", "OptionAllowSyncContent": "Allow Sync", "OptionAllowContentDownloading": "Allow media downloading", "NameSeasonUnknown": "Season Unknown", @@ -1508,7 +1508,7 @@ "OptionSendRecordingsToAutoOrganize": "Enable Auto-Organize for new recordings", "OptionSendRecordingsToAutoOrganizeHelp": "New recordings will be sent to the Auto-Organize feature and imported into your media library.", "HeaderDefaultPadding": "Default Padding", - "HeaderSubtitles": "Subtitles", + "HeaderSubtitles": "\uc790\ub9c9", "HeaderVideos": "Videos", "OptionEnableVideoFrameAnalysis": "Enable frame by frame video analysis", "OptionEnableVideoFrameAnalysisHelp": "Extract detailed information about videos that can be used to make transcoding as efficient as possible. This will cause library scans to take longer.", diff --git a/dashboard-ui/strings/html/nl.json b/dashboard-ui/strings/html/nl.json index 6f57e3e4e6..e7f77846a1 100644 --- a/dashboard-ui/strings/html/nl.json +++ b/dashboard-ui/strings/html/nl.json @@ -102,7 +102,7 @@ "FolderTypeInherit": "overerven", "LabelContentType": "Inhoud type:", "TitleScheduledTasks": "Geplande Taken", - "HeaderSetupLibrary": "Stel uw mediabibliotheek in", + "HeaderSetupLibrary": "Stel uw mediabibliotheken in", "ButtonAddMediaFolder": "Mediamap toevoegen", "LabelFolderType": "Maptype:", "ReferToMediaLibraryWiki": "Raadpleeg de mediabibliotheek wiki.", diff --git a/dashboard-ui/strings/html/pt-BR.json b/dashboard-ui/strings/html/pt-BR.json index f3e1398355..8d7525a99f 100644 --- a/dashboard-ui/strings/html/pt-BR.json +++ b/dashboard-ui/strings/html/pt-BR.json @@ -102,7 +102,7 @@ "FolderTypeInherit": "Herdar", "LabelContentType": "Tipo de conte\u00fado:", "TitleScheduledTasks": "Tarefas Agendadas", - "HeaderSetupLibrary": "Configurar sua biblioteca de m\u00eddias", + "HeaderSetupLibrary": "Configurar suas bibliotecas de m\u00eddias", "ButtonAddMediaFolder": "Adicionar pasta de m\u00eddias", "LabelFolderType": "Tipo de pasta:", "ReferToMediaLibraryWiki": "Consultar wiki da biblioteca de m\u00eddias", diff --git a/dashboard-ui/strings/html/ru.json b/dashboard-ui/strings/html/ru.json index e8378cbfb9..2638f062cd 100644 --- a/dashboard-ui/strings/html/ru.json +++ b/dashboard-ui/strings/html/ru.json @@ -102,7 +102,7 @@ "FolderTypeInherit": "\u041d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u0435", "LabelContentType": "\u0422\u0438\u043f \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f:", "TitleScheduledTasks": "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438", - "HeaderSetupLibrary": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438", + "HeaderSetupLibrary": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a", "ButtonAddMediaFolder": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0443", "LabelFolderType": "\u0422\u0438\u043f \u043f\u0430\u043f\u043a\u0438:", "ReferToMediaLibraryWiki": "\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0432\u0438\u043a\u0438 \u043f\u043e \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435.", @@ -226,7 +226,7 @@ "OptionThumbCard": "\u042d\u0441\u043a\u0438\u0437-\u043a\u0430\u0440\u0442\u0430", "OptionBanner": "\u0411\u0430\u043d\u043d\u0435\u0440", "OptionCriticRating": "\u041e\u0446\u0435\u043d\u043a\u0430 \u043a\u0440\u0438\u0442\u0438\u043a\u043e\u0432", - "OptionVideoBitrate": "\u0411\u0438\u0442\u0440\u0435\u0439\u0442", + "OptionVideoBitrate": "\u041f\u043e\u0442\u043e\u043a. \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432\u0438\u0434\u0435\u043e", "OptionResumable": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435", "ScheduledTasksHelp": "\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0435, \u0447\u0442\u043e\u0431\u044b \u0441\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0435\u0451 \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435.", "ScheduledTasksTitle": "\u041f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a", @@ -485,7 +485,7 @@ "HeaderScenes": "\u0421\u0446\u0435\u043d\u044b", "HeaderAwardsAndReviews": "\u041d\u0430\u0433\u0440\u0430\u0434\u044b \u0438 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0438", "HeaderSoundtracks": "\u0421\u0430\u0443\u043d\u0434\u0442\u0440\u0435\u043a\u0438", - "HeaderMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e", + "HeaderMusicVideos": "\u041c\u0443\u0437-\u044b\u0435 \u0432\u0438\u0434\u0435\u043e", "HeaderSpecialFeatures": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b", "HeaderCastCrew": "\u0421\u043d\u0438\u043c\u0430\u043b\u0438\u0441\u044c \u0438 \u0441\u043d\u0438\u043c\u0430\u043b\u0438", "HeaderAdditionalParts": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0447\u0430\u0441\u0442\u0438", @@ -798,16 +798,16 @@ "LabelIdentificationFieldHelp": "\u041f\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0430 \u0431\u0435\u0437 \u0443\u0447\u0451\u0442\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430, \u043b\u0438\u0431\u043e \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435.", "HeaderProfileServerSettingsHelp": "\u0414\u0430\u043d\u043d\u044b\u043c\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043c\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0442 \u0442\u0435\u043c, \u043a\u0430\u043a Emby Server \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u0441\u0435\u0431\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443.", "LabelMaxBitrate": "\u041c\u0430\u043a\u0441. \u043f\u043e\u0442\u043e\u043a. \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c:", - "LabelMaxBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441. \u0431\u0438\u0442\u0440\u0435\u0439\u0442 \u043f\u0440\u0438 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0438 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u043d\u043e\u0439 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0438\u043b\u0438, \u0435\u0441\u043b\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443, \u0435\u0433\u043e \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435.", - "LabelMaxStreamingBitrate": "\u041c\u0430\u043a\u0441. \u0431\u0438\u0442\u0440\u0435\u0439\u0442 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438:", - "LabelMaxStreamingBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441. \u0431\u0438\u0442\u0440\u0435\u0439\u0442 \u043f\u0440\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438.", + "LabelMaxBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 \u0441\u0440\u0435\u0434\u0430\u0445 \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u043e\u0439 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u043d\u043e\u0439 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c\u044e, \u043b\u0438\u0431\u043e, \u0435\u0441\u043b\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443 - \u0435\u0433\u043e \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435.", + "LabelMaxStreamingBitrate": "\u041c\u0430\u043a\u0441. \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0430\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438:", + "LabelMaxStreamingBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u043f\u0440\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438.", "LabelMaxChromecastBitrate": "\u041c\u0430\u043a\u0441. \u0431\u0438\u0442\u0440\u0435\u0439\u0442 \u0434\u043b\u044f Chromecast:", - "LabelMaxStaticBitrate": "\u041c\u0430\u043a\u0441. \u0431\u0438\u0442\u0440\u0435\u0439\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438:", - "LabelMaxStaticBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441. \u0431\u0438\u0442\u0440\u0435\u0439\u0442 \u043f\u0440\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0432 \u0432\u044b\u0441\u043e\u043a\u043e\u043c \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435.", - "LabelMusicStaticBitrate": "\u0411\u0438\u0442\u0440\u0435\u0439\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043c\u0443\u0437\u044b\u043a\u0438:", - "LabelMusicStaticBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441. \u0431\u0438\u0442\u0440\u0435\u0439\u0442 \u043f\u0440\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043c\u0443\u0437\u044b\u043a\u0438", - "LabelMusicStreamingTranscodingBitrate": "\u0411\u0438\u0442\u0440\u0435\u0439\u0442 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438 \u043c\u0443\u0437\u044b\u043a\u0438:", - "LabelMusicStreamingTranscodingBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441. \u0431\u0438\u0442\u0440\u0435\u0439\u0442 \u043f\u0440\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u043c\u0443\u0437\u044b\u043a\u0438", + "LabelMaxStaticBitrate": "\u041c\u0430\u043a\u0441. \u043f\u043e\u0442\u043e\u043a. \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0441\u0438\u043d\u0445\u0440-\u0438\u0438:", + "LabelMaxStaticBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u043f\u0440\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0432\u043e \u0432\u044b\u0441\u043e\u043a\u043e\u043c \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435.", + "LabelMusicStaticBitrate": "\u041f\u043e\u0442\u043e\u043a. \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0441\u0438\u043d\u0445\u0440-\u0438\u0438 \u043c\u0443\u0437\u044b\u043a\u0438:", + "LabelMusicStaticBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u043f\u0440\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043c\u0443\u0437\u044b\u043a\u0438", + "LabelMusicStreamingTranscodingBitrate": "\u041f\u043e\u0442\u043e\u043a. \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438 \u043c\u0443\u0437\u044b\u043a\u0438:", + "LabelMusicStreamingTranscodingBitrateHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u043f\u0440\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u043c\u0443\u0437\u044b\u043a\u0438", "OptionIgnoreTranscodeByteRangeRequests": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441\u044b \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0430 \u0431\u0430\u0439\u0442\u043e\u0432 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438", "OptionIgnoreTranscodeByteRangeRequestsHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u044d\u0442\u0438 \u0437\u0430\u043f\u0440\u043e\u0441\u044b \u0431\u0443\u0434\u0443\u0442 \u0443\u0447\u0442\u0435\u043d\u044b, \u043d\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0430 \u0431\u0430\u0439\u0442\u043e\u0432 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d.", "LabelFriendlyName": "\u041f\u043e\u043d\u044f\u0442\u043d\u043e\u0435 \u0438\u043c\u044f", diff --git a/dashboard-ui/strings/javascript/ar.json b/dashboard-ui/strings/javascript/ar.json index 7b8333b0eb..4f976e02a6 100644 --- a/dashboard-ui/strings/javascript/ar.json +++ b/dashboard-ui/strings/javascript/ar.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/bg-BG.json b/dashboard-ui/strings/javascript/bg-BG.json index 61fcdc52dc..105dfd373f 100644 --- a/dashboard-ui/strings/javascript/bg-BG.json +++ b/dashboard-ui/strings/javascript/bg-BG.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "\u041f\u043e\u0434\u043a\u0440\u0435\u043f\u0435\u0442\u0435 Emby \u041e\u0442\u0431\u043e\u0440\u044a\u0442", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "\u0422V \u043d\u0430 \u0436\u0438\u0432\u043e", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/ca.json b/dashboard-ui/strings/javascript/ca.json index 5ea415a4d1..fdf5394e8d 100644 --- a/dashboard-ui/strings/javascript/ca.json +++ b/dashboard-ui/strings/javascript/ca.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/cs.json b/dashboard-ui/strings/javascript/cs.json index b63d81fc0f..5ab51d9b7d 100644 --- a/dashboard-ui/strings/javascript/cs.json +++ b/dashboard-ui/strings/javascript/cs.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Potvrzen\u00ed", "MessageKeyUpdated": "D\u011bkuji. V\u00e1\u0161 kl\u00ed\u010d Emby Premiere byl aktualizov\u00e1n.", "MessageKeyRemoved": "D\u011bkuji. V\u00e1\u0161 kl\u00ed\u010d Emby Premiere byl odstran\u011bn.", + "LabelSeasonNumber": "\u010c\u00edslo sez\u00f3ny:", + "LabelEpisodeNumber": "\u010c\u00edslo epizody:", "HeaderSupportTheTeam": "Podpo\u0159te Emby Team", "TextEnjoyBonusFeatures": "U\u017eijte si bonusy", "TitleLiveTV": "Live TV", @@ -448,16 +450,16 @@ "HeaderRuntime": "D\u00e9lka", "HeaderCommunityRating": "Hodnocen\u00ed komunity", "HeaderPasswordReset": "Obnova hesla", - "HeaderParentalRating": "Rodi\u010dovsk\u00e9 hodnocen\u00ed", + "HeaderParentalRating": "Parental rating", "HeaderReleaseDate": "Datum vyd\u00e1n\u00ed", - "HeaderDateAdded": "Datum p\u0159id\u00e1n\u00ed", - "HeaderSeries": "Seri\u00e1l", + "HeaderDateAdded": "Date added", + "HeaderSeries": "Series", "HeaderSeason": "Sez\u00f3na", "HeaderSeasonNumber": "\u010c\u00edslo sez\u00f3ny", "HeaderNetwork": "S\u00ed\u0165", - "HeaderYear": "Rok", + "HeaderYear": "Year", "HeaderGameSystem": "Syst\u00e9m hry", - "HeaderPlayers": "Hr\u00e1\u010di", + "HeaderPlayers": "Players", "HeaderEmbeddedImage": "Vlo\u017een\u00fd obr\u00e1zek", "HeaderTrack": "Stopa", "HeaderDisc": "Disk", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Po\u0159ad\u00ed zobrazen\u00ed n\u00e1zv\u016f:", "OptionSortName": "Set\u0159\u00eddit dle n\u00e1zvu", "OptionReleaseDate": "Datum vyd\u00e1n\u00ed", - "LabelSeasonNumber": "\u010c\u00edslo sez\u00f3ny:", "LabelDiscNumber": "\u010c\u00edslo disku", "LabelParentNumber": "\u010c\u00edslo p\u0159edch\u016fdce", - "LabelEpisodeNumber": "\u010c\u00edslo epizody:", "LabelTrackNumber": "\u010c\u00edslo stopy:", "LabelNumber": "\u010c\u00edslo:", "LabelReleaseDate": "Datum vyd\u00e1n\u00ed:", @@ -657,7 +657,7 @@ "MediaInfoLayout": "Rozvr\u017een\u00ed", "MediaInfoLanguage": "Jazyk", "MediaInfoCodec": "Kodek", - "MediaInfoCodecTag": "Codec tag", + "MediaInfoCodecTag": "Zna\u010dka kodeku", "MediaInfoProfile": "Profil", "MediaInfoLevel": "\u00darove\u0148", "MediaInfoAspectRatio": "Pom\u011br stran", @@ -684,8 +684,8 @@ "OptionIRecommendThisItem": "Doporu\u010duji tuto polo\u017eku", "WebClientTourContent": "View your recently added media, next episodes, and more. The green circles indicate how many unplayed items you have.", "WebClientTourMovies": "Play movies, trailers and more from any device with a web browser", - "WebClientTourMouseOver": "Hold the mouse over any poster for quick access to important information", - "WebClientTourTapHold": "Tap and hold or right click any poster for a context menu", + "WebClientTourMouseOver": "Podr\u017ete ukazatel my\u0161i nad jak\u00fdmkoliv plak\u00e1tem pro rychl\u00fd p\u0159\u00edstup k d\u016fle\u017eit\u00fdm informac\u00edm", + "WebClientTourTapHold": "Klikn\u011bte a podr\u017ete nebo pou\u017eijte prav\u00e9 tla\u010d\u00edtko my\u0161i nad jak\u00fdmkoliv plak\u00e1tem pro kontextov\u00e9 menu", "WebClientTourMetadataManager": "Kliknut\u00edm na tla\u010d\u00edtko \"Editovat\" otev\u0159ete spr\u00e1vce metadat", "WebClientTourPlaylists": "Easily create playlists and instant mixes, and play them on any device", "WebClientTourCollections": "Vytvo\u0159it filmov\u00e9 kolekce seskupen\u00edm obal\u016f.", @@ -917,6 +917,9 @@ "ErrorAddingMediaPathToVirtualFolder": "Nastala chyba p\u0159i p\u0159id\u00e1v\u00e1n\u00ed cesty k m\u00e9di\u00edm. Zkontrolujte zda zadan\u00e1 slo\u017eka je validn\u00ed a Emby Server m\u00e1 k t\u00e9to slo\u017ece p\u0159\u00edstup.", "ErrorRemovingEmbyConnectAccount": "Nastala chyba p\u0159i odebr\u00e1n\u00ed \u00fa\u010dtu Emby Connect. Zkontrolujte zda m\u00e1te aktivn\u00ed internetov\u00e9 p\u0159ipojen\u00ed a zkuste znovu.", "ErrorAddingEmbyConnectAccount": "Nastala chyba p\u0159i p\u0159id\u00e1n\u00ed \u00fa\u010dtu Emby Connect. Ujist\u011bte se, \u017ee Emby \u00fa\u010det byl aktivov\u00e1n dle instrukc\u00ed odeslan\u00fdch na email p\u0159i vytv\u00e1\u0159en\u00ed Emby \u00fa\u010dtu. Jestli\u017ee jste email nedostali, pak zkuste odeslat email na apps@emby.media z va\u0161eho emailov\u00e9ho \u00fa\u010dtu, kter\u00fd byl pou\u017eit pro p\u0159ihl\u00e1\u0161en\u00ed k Emby.", - "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteArtists": "Obl\u00edben\u00ed \u00fam\u011blci", + "HeaderFavoriteSongs": "Obl\u00edben\u00e1 hudba", + "HeaderConfirmPluginInstallation": "Potvrzen\u00ed instalace z\u00e1suvn\u00e9ho modulu", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/da.json b/dashboard-ui/strings/javascript/da.json index d010d1ce00..b5fe58b2e3 100644 --- a/dashboard-ui/strings/javascript/da.json +++ b/dashboard-ui/strings/javascript/da.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Bekr\u00e6ftelse", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "St\u00f8t Emby-holdet", "TextEnjoyBonusFeatures": "F\u00e5 bonus funktioner", "TitleLiveTV": "Live TV", @@ -448,16 +450,16 @@ "HeaderRuntime": "Varighed", "HeaderCommunityRating": "F\u00e6llesskabsvurdering", "HeaderPasswordReset": "Nulstil adgangskode", - "HeaderParentalRating": "Parental rating", + "HeaderParentalRating": "Aldersgr\u00e6nse", "HeaderReleaseDate": "Udgivelsesdato", - "HeaderDateAdded": "Date added", - "HeaderSeries": "Series", + "HeaderDateAdded": "Dato for tilf\u00f8jelse", + "HeaderSeries": "Serier", "HeaderSeason": "S\u00e6son", "HeaderSeasonNumber": "S\u00e6sonnummer", "HeaderNetwork": "Netv\u00e6rk", - "HeaderYear": "Year", + "HeaderYear": "\u00c5r", "HeaderGameSystem": "Spilsystem", - "HeaderPlayers": "Players", + "HeaderPlayers": "Afspillere", "HeaderEmbeddedImage": "Indlejret billede", "HeaderTrack": "Spor", "HeaderDisc": "Disk", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Titelvisningsorden:", "OptionSortName": "Sorteringsnavn", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disk nummer", "LabelParentNumber": "Parent nummer", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Spor nummer:", "LabelNumber": "Nummer:", "LabelReleaseDate": "Udgivelsesdato:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/de.json b/dashboard-ui/strings/javascript/de.json index 91e3014b21..4dc6fae3f3 100644 --- a/dashboard-ui/strings/javascript/de.json +++ b/dashboard-ui/strings/javascript/de.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Best\u00e4tigung", "MessageKeyUpdated": "Vielen Dank. Ihr Emby Premium Schl\u00fcssel wurde aktualisiert.", "MessageKeyRemoved": "Vielen Dank. Ihr Emby Premium Schl\u00fcssel wurde entfernt.", + "LabelSeasonNumber": "Staffelnummer:", + "LabelEpisodeNumber": "Episodennummer:", "HeaderSupportTheTeam": "Unterst\u00fctzen Sie das Emby Team", "TextEnjoyBonusFeatures": "Erleben Sie Bonus Funktionen", "TitleLiveTV": "Live-TV", @@ -448,16 +450,16 @@ "HeaderRuntime": "Laufzeit", "HeaderCommunityRating": "Community Bewertung", "HeaderPasswordReset": "Passwort zur\u00fccksetzen", - "HeaderParentalRating": "Altersfreigabe", + "HeaderParentalRating": "Alterseinstufung", "HeaderReleaseDate": "Ver\u00f6ffentlichungsdatum", - "HeaderDateAdded": "Datum hinzugef\u00fcgt", + "HeaderDateAdded": "Hinzugef\u00fcgt am", "HeaderSeries": "Serien", "HeaderSeason": "Staffel", "HeaderSeasonNumber": "Staffel Nummer", "HeaderNetwork": "Netzwerk", "HeaderYear": "Jahr", "HeaderGameSystem": "Spielesystem", - "HeaderPlayers": "Spieler", + "HeaderPlayers": "Abspielger\u00e4te", "HeaderEmbeddedImage": "Integriertes Bild", "HeaderTrack": "St\u00fcck", "HeaderDisc": "Disc", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Reihenfolge Titeldarstellung:", "OptionSortName": "Sortiername", "OptionReleaseDate": "Ver\u00f6ffentlichungsdatum", - "LabelSeasonNumber": "Staffelnummer:", "LabelDiscNumber": "Disc Nummer", "LabelParentNumber": "Ursprungsnummer", - "LabelEpisodeNumber": "Episodennummer:", "LabelTrackNumber": "St\u00fcck Nummer:", "LabelNumber": "Nummer:", "LabelReleaseDate": "Ver\u00f6ffentlichungsdatum:", @@ -917,6 +917,9 @@ "ErrorAddingMediaPathToVirtualFolder": "Ein Fehler trat beim Hinzuf\u00fcgen eines Medienverzeichnisses auf. Bitte stellen Sie sicher, dass der Pfad g\u00fcltig ist und der Emby Server Prozess die notwendigen Zugriffsrechte besitzt.", "ErrorRemovingEmbyConnectAccount": "Ein Fehler trat beim entfernen des Empy Connect Kontos auf. Bitte stellen Sie sicher, dass Sie \u00fcber eine aktive Internetverbindung verf\u00fcgen und versuchen Sie es erneut.", "ErrorAddingEmbyConnectAccount": "Ein Fehler trat beim hinzuf\u00fcgen des Emby Connect Kontos auf. Bitte stellen Sie sicher, dass das Emby Konto durch die in der Email genannten Instruktionen aktiviert wurde, welche Sie nach Erstellung des Kontos erhielten. Wenn Sie diese Email nicht empfangen haben, so senden Sie bitte eine Email an apps@emby.media von jener Email-Adresse, die Sie f\u00fcr die Erstellung des Kontos verwendet haben.", - "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteArtists": "Lieblings K\u00fcnstler", + "HeaderFavoriteSongs": "Lieblings Songs", + "HeaderConfirmPluginInstallation": "Best\u00e4tige Plugin Installation", + "PleaseConfirmPluginInstallation": "Bitte best\u00e4tigen Sie mit OK, dass Sie den oben stehenden Text gelesen haben und die Installation des Plugins fortf\u00fchren m\u00f6chten.", + "MessagePluginInstallDisclaimer": "Plugins aus der Emby Community sind eine gute M\u00f6glichkeit um Emby mit weiteren Funktionen und Vorteilen aufzuwerten. Bevor Sie diese jedoch installieren, seien Sie sich den daraus resultierenden m\u00f6glichen Umst\u00e4nden f\u00fcr Emby bewusst. Dies k\u00f6nnen z.B. l\u00e4ngere Bibliotheken Scans, weiterf\u00fchrende Verarbeitung von Daten im Hintergrund sowie Systeminstabilit\u00e4t sein." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/el.json b/dashboard-ui/strings/javascript/el.json index b4b201603c..74f516160d 100644 --- a/dashboard-ui/strings/javascript/el.json +++ b/dashboard-ui/strings/javascript/el.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/en-GB.json b/dashboard-ui/strings/javascript/en-GB.json index 5dcbc918f1..4be0a930c2 100644 --- a/dashboard-ui/strings/javascript/en-GB.json +++ b/dashboard-ui/strings/javascript/en-GB.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/en-US.json b/dashboard-ui/strings/javascript/en-US.json index a78ce19ffe..84095b5c23 100644 --- a/dashboard-ui/strings/javascript/en-US.json +++ b/dashboard-ui/strings/javascript/en-US.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", diff --git a/dashboard-ui/strings/javascript/es-AR.json b/dashboard-ui/strings/javascript/es-AR.json index ebec867ed7..29f1ef8821 100644 --- a/dashboard-ui/strings/javascript/es-AR.json +++ b/dashboard-ui/strings/javascript/es-AR.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Disfrute los extras", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/es-MX.json b/dashboard-ui/strings/javascript/es-MX.json index 3b7a57cff1..c93e2d4cc1 100644 --- a/dashboard-ui/strings/javascript/es-MX.json +++ b/dashboard-ui/strings/javascript/es-MX.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmaci\u00f3n", "MessageKeyUpdated": "Gracias. Su clave de Emby Premier se ha actualizado.", "MessageKeyRemoved": "Gracias. Su clave de Emby Premier ha sido removida.", + "LabelSeasonNumber": "N\u00famero de temporada:", + "LabelEpisodeNumber": "N\u00famero de episodio:", "HeaderSupportTheTeam": "Apoye al equipo de Emby", "TextEnjoyBonusFeatures": "Disfruta de Caracter\u00edsticas Premium", "TitleLiveTV": "TV en Vivo", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Ordenamiento de despliegue de t\u00edtulos:", "OptionSortName": "Nombre para ordenar", "OptionReleaseDate": "Fecha de estreno", - "LabelSeasonNumber": "N\u00famero de temporada:", "LabelDiscNumber": "N\u00famero de disco", "LabelParentNumber": "N\u00famero antecesor", - "LabelEpisodeNumber": "N\u00famero de episodio:", "LabelTrackNumber": "N\u00famero de Pista:", "LabelNumber": "N\u00famero:", "LabelReleaseDate": "Fecha de estreno:", @@ -657,7 +657,7 @@ "MediaInfoLayout": "Esquema", "MediaInfoLanguage": "Lenguaje", "MediaInfoCodec": "Codec", - "MediaInfoCodecTag": "Codec tag", + "MediaInfoCodecTag": "Etiqueta de Codec", "MediaInfoProfile": "Perf\u00edl", "MediaInfoLevel": "Nivel", "MediaInfoAspectRatio": "Relaci\u00f3n de aspecto", @@ -917,6 +917,9 @@ "ErrorAddingMediaPathToVirtualFolder": "Hubo un error agregando la ruta de medios. Por favor aseg\u00farese de que la ruta es valida y que el proceso del Servidor Emby tenga acceso a ese destino.", "ErrorRemovingEmbyConnectAccount": "Hubo un error retirando la cuenta de Emby Connect. Por favor aseg\u00farese que su conexi\u00f3n a internet esta activa e intente de nuevo.", "ErrorAddingEmbyConnectAccount": "Hubo un error agregando la cuenta de Emby Connect. Por favor aseg\u00farese de que la cuenta ha sido activada siguiendo las instrucciones en el correo electr\u00f3nico que se le envi\u00f3 despu\u00e9s de haber creado la cuenta. Si no recibi\u00f3 el correo electr\u00f3nico por favor env\u00ede un correo electr\u00f3nico a apps@emby.media desde la direcci\u00f3n usada con la cuenta de Emby.", - "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteArtists": "Artistas Favoritos", + "HeaderFavoriteSongs": "Canciones Favoritas", + "HeaderConfirmPluginInstallation": "Confirmar Instalaci\u00f3n de Complemento", + "PleaseConfirmPluginInstallation": "Por favor haga clic en OK para confirmar que ha leido lo que se encuentra arriba y que desea proceder con la instalaci\u00f3n del complemento.", + "MessagePluginInstallDisclaimer": "Los complementos desarrollados por miembros de la comunidad Emby son una gran forma de mejorar su experiencia con Emby con caracter\u00edsticas y beneficios adicionales. Antes de instalar, conozca el impacto que pueden ocasionar en su Servidor Emby, tales como exploraci\u00f3n de la biblioteca que puede tomar m\u00e1s tiempo, procesamiento en segundo plano adicional y estabilidad del sistema reducida." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/es.json b/dashboard-ui/strings/javascript/es.json index 0d0e90736a..512419bb90 100644 --- a/dashboard-ui/strings/javascript/es.json +++ b/dashboard-ui/strings/javascript/es.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmaci\u00f3n", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Apoye al equipo de Emby", "TextEnjoyBonusFeatures": "Disfrute los extras", "TitleLiveTV": "Tv en vivo", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/fi.json b/dashboard-ui/strings/javascript/fi.json index b6912baf90..19f25143d2 100644 --- a/dashboard-ui/strings/javascript/fi.json +++ b/dashboard-ui/strings/javascript/fi.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/fr.json b/dashboard-ui/strings/javascript/fr.json index 56b88e7c6d..35e46ab8a4 100644 --- a/dashboard-ui/strings/javascript/fr.json +++ b/dashboard-ui/strings/javascript/fr.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Merci. Votre cl\u00e9 Emby Premiere a \u00e9t\u00e9 mise \u00e0 jour.", "MessageKeyRemoved": "Merci. Votre cl\u00e9 Emby Premiere a \u00e9t\u00e9 supprim\u00e9e.", + "LabelSeasonNumber": "Num\u00e9ro de saison :", + "LabelEpisodeNumber": "Num\u00e9ro d'\u00e9pisode :", "HeaderSupportTheTeam": "Aidez l'\u00e9quipe Emby", "TextEnjoyBonusFeatures": "Profitez bien des fonctionnalit\u00e9s bonus", "TitleLiveTV": "TV en direct", @@ -392,7 +394,7 @@ "LabelPremiereProgram": "PREMIERE", "LabelHDProgram": "HD", "HeaderChangeFolderType": "Modifier le type de contenu", - "HeaderChangeFolderTypeHelp": "Pour modifier le type de r\u00e9pertoire, veuillez d'abord le supprimer et le recr\u00e9er avec le nouveau type.", + "HeaderChangeFolderTypeHelp": "Pour modifier le type, veuillez d'abord le supprimer et le recr\u00e9er avec le nouveau type.", "HeaderAlert": "Alerte", "MessagePleaseRestart": "Veuillez red\u00e9marrer pour finaliser les mises \u00e0 jour.", "ButtonRestart": "Red\u00e9marrer", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Ordre d'affichage des titres:", "OptionSortName": "Clef de tri", "OptionReleaseDate": "Date de diffusion", - "LabelSeasonNumber": "Num\u00e9ro de saison :", "LabelDiscNumber": "Num\u00e9ro de disque", "LabelParentNumber": "Num\u00e9ro parent", - "LabelEpisodeNumber": "Num\u00e9ro d'\u00e9pisode :", "LabelTrackNumber": "Num\u00e9ro de piste:", "LabelNumber": "Num\u00e9ro:", "LabelReleaseDate": "Date de sortie", @@ -657,7 +657,7 @@ "MediaInfoLayout": "R\u00e9partition", "MediaInfoLanguage": "Langue", "MediaInfoCodec": "Codec", - "MediaInfoCodecTag": "Codec tag", + "MediaInfoCodecTag": "Tag codec", "MediaInfoProfile": "Profil", "MediaInfoLevel": "Niveau", "MediaInfoAspectRatio": "Ratio d'aspect original", @@ -917,6 +917,9 @@ "ErrorAddingMediaPathToVirtualFolder": "Une erreur est survenue pendant l'ajout du chemin des m\u00e9dias. Veuillez v\u00e9rifier que le chemin est valide et que le processus Serveur Emby peux y acc\u00e9der.", "ErrorRemovingEmbyConnectAccount": "Une erreur est survenue pendant la suppression du compte Emby Connect. Veuillez vous assurer que vous avez une connection internet active puis r\u00e9\u00e9ssayez.", "ErrorAddingEmbyConnectAccount": "Une erreur est survenue pendant l'ajout du compte Emby Connect. Veuillez v\u00e9rifier que le compte Emby a bien \u00e9t\u00e9 activ\u00e9e suivant les instructions contenues dans le mail \u00e9voy\u00e9 apr\u00e8s la cr\u00e9ation de ce compte. Si vous n'avez pas re\u00e7u ce mail, veuillez envoyer un mail \u00e0 apps@emby.media depuis l'adresse mail utilis\u00e9e avec le compte Emby.", - "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteArtists": "Artistes pr\u00e9f\u00e9r\u00e9s", + "HeaderFavoriteSongs": "Chansons pr\u00e9f\u00e9r\u00e9es", + "HeaderConfirmPluginInstallation": "Confirmer l'installation du plugin", + "PleaseConfirmPluginInstallation": "Merci de cliquer sur OK pour confirmer que vous avez lu ce qui pr\u00e9c\u00e8de et que vous souhaitez poursuivre l'installation du plugin.", + "MessagePluginInstallDisclaimer": "Les plugins d\u00e9velopp\u00e9s par les membres de la communaut\u00e9 Emby sont une excellente mani\u00e8re d'am\u00e9liorer votre exp\u00e9rience Emby avec de nouvelles fonctionnalit\u00e9s et b\u00e9n\u00e9fices. Avant d'installer, veuillez prendre connaissance des impacts sur le serveur Emby, comme l'augmentation de la dur\u00e9e du scan de la biblioth\u00e8que de m\u00e9dias, de nouveaux process en t\u00e2che de fond, ou une moins bonne stabilit\u00e9 du syst\u00e8me." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/gsw.json b/dashboard-ui/strings/javascript/gsw.json index 4d64cea05f..8ea1c58ba7 100644 --- a/dashboard-ui/strings/javascript/gsw.json +++ b/dashboard-ui/strings/javascript/gsw.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Erleb di ganze Bonis", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/he.json b/dashboard-ui/strings/javascript/he.json index 353b9346a0..e835ab7ad2 100644 --- a/dashboard-ui/strings/javascript/he.json +++ b/dashboard-ui/strings/javascript/he.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "\u05d8\u05dc\u05d5\u05d5\u05d9\u05d6\u05d9\u05d4 \u05d7\u05d9\u05d9\u05d4", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/hr.json b/dashboard-ui/strings/javascript/hr.json index 451016cf04..c2c3d663a7 100644 --- a/dashboard-ui/strings/javascript/hr.json +++ b/dashboard-ui/strings/javascript/hr.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/it.json b/dashboard-ui/strings/javascript/it.json index ca360577df..c4e148de49 100644 --- a/dashboard-ui/strings/javascript/it.json +++ b/dashboard-ui/strings/javascript/it.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Conferma", "MessageKeyUpdated": "Grazie. La tua chiave Emby Premiere \u00e8 stata aggiornata.", "MessageKeyRemoved": "Grazie. La tua chiave Emby Premiere \u00e8 stata rimossa.", + "LabelSeasonNumber": "Stagione N\u00b0:", + "LabelEpisodeNumber": "Episodio N\u00b0:", "HeaderSupportTheTeam": "Supporta il Team di Emby", "TextEnjoyBonusFeatures": "Goditi le caratteristiche aggiuntive", "TitleLiveTV": "Tv in diretta", @@ -448,10 +450,10 @@ "HeaderRuntime": "Durata", "HeaderCommunityRating": "Voto Comunit\u00e0", "HeaderPasswordReset": "Reset della Password", - "HeaderParentalRating": "Valutazione parentale", + "HeaderParentalRating": "Voto genitore", "HeaderReleaseDate": "Data Rilascio", - "HeaderDateAdded": "Data aggiunta", - "HeaderSeries": "Series", + "HeaderDateAdded": "Aggiunto il", + "HeaderSeries": "Serie", "HeaderSeason": "Stagione", "HeaderSeasonNumber": "Stagione Numero", "HeaderNetwork": "Rete", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Titolo mostrato in ordine:", "OptionSortName": "Nome ordinato", "OptionReleaseDate": "data di rilascio", - "LabelSeasonNumber": "Stagione N\u00b0:", "LabelDiscNumber": "Disco numero", "LabelParentNumber": "Numero superiore", - "LabelEpisodeNumber": "Episodio N\u00b0:", "LabelTrackNumber": "Traccia numero:", "LabelNumber": "Numero:", "LabelReleaseDate": "Data di rilascio:", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "C'\u00e8 stato un errore nella rimozione dell'account Emby Connect. Per favore assicurati di avere una connessione a internet attiva e riprova.", "ErrorAddingEmbyConnectAccount": "C'\u00e8 stato un errore nell'aggiunta dell'account Emby Connect. Per favore assicurati che l'account sia stato attivato tratime le istruzioni inviate per e-mail dopo la creazione dell'account. Se l'e-mail non \u00e8 stata ricevuta per favore inviate un messaggio a apps@emby.media dall'indirizzo associato all'account Emby in questione.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/javascript.json b/dashboard-ui/strings/javascript/javascript.json index 89fa7de3ca..1f25ce7f31 100644 --- a/dashboard-ui/strings/javascript/javascript.json +++ b/dashboard-ui/strings/javascript/javascript.json @@ -911,7 +911,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", diff --git a/dashboard-ui/strings/javascript/kk.json b/dashboard-ui/strings/javascript/kk.json index 34ff3ca347..758fef8af2 100644 --- a/dashboard-ui/strings/javascript/kk.json +++ b/dashboard-ui/strings/javascript/kk.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "\u0420\u0430\u0441\u0442\u0430\u0443", "MessageKeyUpdated": "Emby Premiere \u043a\u0456\u043b\u0442\u0456\u04a3\u0456\u0437 \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b.", "MessageKeyRemoved": "Emby Premiere \u043a\u0456\u043b\u0442\u0456\u04a3\u0456\u0437 \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0434\u044b.", + "LabelSeasonNumber": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456:", + "LabelEpisodeNumber": "\u042d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456:", "HeaderSupportTheTeam": "Emby \u0442\u043e\u0431\u044b\u043d \u049b\u043e\u043b\u0434\u0430\u04a3\u044b\u0437", "TextEnjoyBonusFeatures": "\u0421\u044b\u0439\u0430\u049b\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u0430\u0440\u0434\u044b \u0442\u0430\u043c\u0430\u0448\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437", "TitleLiveTV": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414", @@ -455,7 +457,7 @@ "HeaderSeason": "\u041c\u0430\u0443\u0441\u044b\u043c", "HeaderSeasonNumber": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456", "HeaderNetwork": "\u0422\u0435\u043b\u0435\u0436\u0435\u043b\u0456", - "HeaderYear": "\u0416\u044b\u043b", + "HeaderYear": "\u0416\u044b\u043b\u044b", "HeaderGameSystem": "\u041e\u0439\u044b\u043d \u0436\u04af\u0439\u0435\u0441\u0456", "HeaderPlayers": "\u041e\u0439\u044b\u043d\u0448\u044b\u043b\u0430\u0440", "HeaderEmbeddedImage": "\u0415\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0440\u0435\u0442", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "\u0422\u0443\u044b\u043d\u0434\u044b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0442\u0456:", "OptionSortName": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u043b\u0430\u0442\u044b\u043d \u0430\u0442\u044b", "OptionReleaseDate": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456", - "LabelSeasonNumber": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456:", "LabelDiscNumber": "\u0414\u0438\u0441\u043a\u0456 \u043d\u04e9\u043c\u0456\u0440\u0456", "LabelParentNumber": "\u0422\u0435\u043a\u0442\u0456\u043a \u043d\u04e9\u043c\u0456\u0440:", - "LabelEpisodeNumber": "\u042d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456:", "LabelTrackNumber": "\u0416\u043e\u043b\u0448\u044b\u049b \u043d\u04e9\u043c\u0456\u0440\u0456:", "LabelNumber": "\u041d\u04e9\u043c\u0456\u0440\u0456:", "LabelReleaseDate": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456:", @@ -657,7 +657,7 @@ "MediaInfoLayout": "\u0416\u0430\u0439\u043b\u0430\u0441\u0442\u044b\u0440\u0443\u044b", "MediaInfoLanguage": "\u0422\u0456\u043b\u0456", "MediaInfoCodec": "\u041a\u043e\u0434\u0435\u043a", - "MediaInfoCodecTag": "Codec tag", + "MediaInfoCodecTag": "\u041a\u043e\u0434\u0435\u043a \u0442\u0435\u0433\u0456", "MediaInfoProfile": "\u041f\u0440\u043e\u0444\u0430\u0439\u043b\u044b", "MediaInfoLevel": "\u0414\u0435\u04a3\u0433\u0435\u0439\u0456", "MediaInfoAspectRatio": "\u041f\u0456\u0448\u0456\u043c\u0434\u0456\u043a \u0430\u0440\u0430\u049b\u0430\u0442\u044b\u043d\u0430\u0441\u044b", @@ -917,6 +917,9 @@ "ErrorAddingMediaPathToVirtualFolder": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0436\u043e\u043b\u044b\u043d \u04af\u0441\u0442\u0435\u0433\u0435\u043d \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u049b\u0430\u0442\u0435 \u043e\u0440\u044b\u043d \u0430\u043b\u0434\u044b. \u0416\u043e\u043b \u0434\u04b1\u0440\u044b\u0441 \u0435\u043a\u0435\u043d\u0456\u043d\u0435 \u0436\u04d9\u043d\u0435 Emby Server \u043f\u0440\u043e\u0446\u0435\u0441\u0456 \u043e\u0441\u044b \u0436\u0430\u0439\u0493\u0430\u0441\u044b\u043c\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0439\u0442\u044b\u043d\u0430 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437.", "ErrorRemovingEmbyConnectAccount": "Emby Connect \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u049b\u0430\u0442\u0435 \u043e\u0440\u044b\u043d \u0430\u043b\u0434\u044b. \u0411\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u049b\u043e\u0441\u044b\u043b\u044b\u043c\u044b \u0431\u0430\u0440 \u0435\u043a\u0435\u043d\u0456\u043d\u0435 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437 \u0436\u04d9\u043d\u0435 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0456 \u043a\u0435\u0439\u0456\u043d \u049b\u0430\u0439\u0442\u0430\u043b\u0430\u04a3\u044b\u0437.", "ErrorAddingEmbyConnectAccount": "Emby Connect \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d \u04af\u0441\u0442\u0435\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u049b\u0430\u0442\u0435 \u043e\u0440\u044b\u043d \u0430\u043b\u0434\u044b. \u0422\u0456\u0440\u043a\u0435\u043b\u0433\u0456 \u0436\u0430\u0441\u0430\u0493\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u044d-\u043f\u043e\u0448\u0442\u0430\u043c\u0435\u043d \u0436\u0456\u0431\u0435\u0440\u0456\u043b\u0433\u0435\u043d \u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u0430\u0440\u0493\u0430 \u0441\u04d9\u0439\u043a\u0435\u0441 Emby \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d\u0456\u043d\u0435 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437. \u0415\u0433\u0435\u0440 \u043e\u0441\u044b \u044d-\u043f\u043e\u0448\u0442\u0430 \u0430\u043b\u044b\u043d\u0431\u0430\u0493\u0430\u043d \u0431\u043e\u043b\u0441\u0430, Emby \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d\u0434\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0493\u0430\u043d \u044d-\u043f\u043e\u0448\u0442\u0430 \u0430\u0440\u049b\u044b\u043b\u044b apps@emby.media \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d\u0430 \u0445\u0430\u0431\u0430\u0440 \u0436\u0456\u0431\u0435\u0440\u0456\u04a3\u0456\u0437.", - "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteArtists": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440", + "HeaderFavoriteSongs": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/ko.json b/dashboard-ui/strings/javascript/ko.json new file mode 100644 index 0000000000..84d9af1d45 --- /dev/null +++ b/dashboard-ui/strings/javascript/ko.json @@ -0,0 +1,925 @@ +{ + "SettingsSaved": "\uc124\uc815\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "AddUser": "\uc0ac\uc6a9\uc790 \ucd94\uac00", + "Users": "\uc0ac\uc6a9\uc790", + "Delete": "\uc0ad\uc81c", + "Administrator": "\uad00\ub9ac\uc790", + "Password": "\ube44\ubc00\ubc88\ud638", + "DeleteImage": "\uc774\ubbf8\uc9c0 \uc0ad\uc81c", + "MessageThankYouForSupporting": "Thank you for supporting Emby.", + "MessagePleaseSupportProject": "Please support Emby.", + "DeleteImageConfirmation": "\uc774 \uc774\ubbf8\uc9c0\ub97c \uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "FileReadCancelled": "The file read has been canceled.", + "FileNotFound": "\ud30c\uc77c\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "FileReadError": "\ud30c\uc77c\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.", + "DeleteUser": "\uc0ac\uc6a9\uc790 \uc0ad\uc81c", + "DeleteUserConfirmation": "\uc774 \uc0ac\uc6a9\uc790\ub97c \uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "PasswordResetHeader": "\ube44\ubc00\ubc88\ud638 \ucd08\uae30\ud654", + "PasswordResetComplete": "\ube44\ubc00\ubc88\ud638\uac00 \ucd08\uae30\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "PinCodeResetComplete": "PIN \ucf54\ub4dc\uac00 \ucd08\uae30\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "PasswordResetConfirmation": "\ube44\ubc00\ubc88\ud638\ub97c \ucd08\uae30\ud654\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "PinCodeResetConfirmation": "PIN \ucf54\ub4dc\ub97c \ucd08\uae30\ud654\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "HeaderPinCodeReset": "PIN \ucf54\ub4dc \ucd08\uae30\ud654", + "PasswordSaved": "\ube44\ubc00\ubc88\ud638\uac00 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "PasswordMatchError": "\ube44\ubc00\ubc88\ud638\uc640 \ube44\ubc00\ubc88\ud638 \ud655\uc778\uc774 \uc77c\uce58\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.", + "OptionRelease": "\uacf5\uc2dd \ub9b4\ub9ac\uc988", + "OptionBeta": "\ubca0\ud0c0", + "OptionDev": "\uac1c\ubc1c (\ubd88\uc548\uc815)", + "UninstallPluginHeader": "\ud50c\ub7ec\uadf8\uc778 \uc124\uce58 \uc81c\uac70", + "UninstallPluginConfirmation": "{0} \uc744(\ub97c) \uc124\uce58 \uc81c\uac70\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "NoPluginConfigurationMessage": "\uc774 \ud50c\ub7ec\uadf8\uc778\uc740 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "NoPluginsInstalledMessage": "\uc124\uce58\ud55c \ud50c\ub7ec\uadf8\uc778\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.", + "BrowsePluginCatalogMessage": "\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ud50c\ub7ec\uadf8\uc778\uc744 \ubcf4\ub824\uba74 \ud50c\ub7ec\uadf8\uc778 \uce74\ud0c8\ub85c\uadf8\ub97c \ud0d0\uc0c9\ud558\uc138\uc694.", + "MessageKeyEmailedTo": "\ud0a4\uac00 {0}\uc5d0\uac8c \uc774\uba54\uc77c\ub85c \uc804\uc1a1\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "MessageKeysLinked": "\ud0a4\uac00 \uc5f0\uacb0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "HeaderConfirmation": "\ud655\uc778", + "MessageKeyUpdated": "\uace0\ub9d9\uc2b5\ub2c8\ub2e4. \uadc0\ud558\uc758 Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4\uac00 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "MessageKeyRemoved": "\uace0\ub9d9\uc2b5\ub2c8\ub2e4. \uadc0\ud558\uc758 Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4\uac00 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", + "HeaderSupportTheTeam": "Emby \ud300 \uc9c0\uc6d0", + "TextEnjoyBonusFeatures": "\ubcf4\ub108\uc2a4 \uae30\ub2a5\uc744 \uc990\uae30\uc138\uc694", + "TitleLiveTV": "TV \ubc29\uc1a1", + "ButtonCancelSyncJob": "\ub3d9\uae30\ud654 \ucde8\uc18c", + "HeaderAddTag": "\ud0dc\uadf8 \ucd94\uac00", + "LabelTag": "\ud0dc\uadf8:", + "ButtonSelectView": "\ubcf4\uae30 \uc120\ud0dd", + "TitleSync": "\ub3d9\uae30\ud654", + "OptionAutomatic": "\uc790\ub3d9", + "HeaderSelectDate": "\ub0a0\uc9dc \uc120\ud0dd", + "ButtonIdentify": "Identify", + "HeaderIdentifyItem": "Identify Item", + "LabelRecurringDonationCanBeCancelledHelp": "\uc815\uae30 \ud6c4\uc6d0\uc740 \uc5b8\uc81c\ub4e0\uc9c0 \uadc0\ud558\uc758 PayPal \uacc4\uc815\uc5d0\uc11c \ucde8\uc18c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "HeaderMyMedia": "\ub0b4 \ubbf8\ub514\uc5b4", + "ButtonRemoveFromCollection": "\uceec\ub809\uc158\uc5d0\uc11c \uc0ad\uc81c", + "LabelAutomaticUpdateLevel": "\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc218\uc900:", + "LabelAutomaticUpdateLevelForPlugins": "\ud50c\ub7ec\uadf8\uc778 \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc218\uc900:", + "TitleNotifications": "\uc54c\ub9bc", + "ErrorLaunchingChromecast": "\ud06c\ub86c\uce90\uc2a4\ud2b8 \uc2e4\ud589\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc7a5\uce58\uac00 \ubb34\uc120 \ub124\ud2b8\uc6cc\ud06c\uc5d0 \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud558\uc138\uc694.", + "MessageErrorLoadingSupporterInfo": "Emby \ud504\ub9ac\ubbf8\uc5b4 \uc815\ubcf4\ub97c \uac00\uc838\uc624\uae30\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.", + "MessageLinkYourSupporterKey": "Link your Emby Premiere key with up to {0} Emby Connect members to enjoy free access to the following apps:", + "HeaderConfirmRemoveUser": "\uc0ac\uc6a9\uc790 \uc0ad\uc81c", + "MessageSwipeDownOnRemoteControl": "\uc6d0\uaca9 \uc81c\uc5b4\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4. \uc704 \uc624\ub978\ucabd \uad6c\uc11d\uc5d0 \uc788\ub294 \uce90\uc2a4\ud2b8 \uc544\uc774\ucf58\uc744 \ud074\ub9ad\ud558\uc5ec \uc81c\uc5b4\ud560 \uc7a5\uce58\ub97c \uc120\ud0dd\ud558\uc138\uc694. \uc774 \ud654\uba74\uc758 \uc544\ubb34 \uacf3\uc5d0\uc11c\ub098 \uc544\ub798\ub85c \uc2a4\uc640\uc774\ud504\ud558\uc5ec \uc774\uc804 \ud654\uba74\uc73c\ub85c \ub3cc\uc544\uac08 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "MessageConfirmRemoveConnectSupporter": "Are you sure you wish to remove additional Emby Premiere benefits from this user?", + "ValueTimeLimitSingleHour": "\uc2dc\uac04 \uc81c\ud55c: 1 \uc2dc\uac04", + "ValueTimeLimitMultiHour": "\uc2dc\uac04 \uc81c\ud55c: {0} \uc2dc\uac04", + "HeaderUsers": "\uc0ac\uc6a9\uc790", + "PluginCategoryGeneral": "\uc77c\ubc18", + "PluginCategoryContentProvider": "\ucf58\ud150\ud2b8 \uc81c\uacf5\uc790", + "PluginCategoryScreenSaver": "\ud654\uba74 \ubcf4\ud638\uae30", + "PluginCategoryTheme": "\ud14c\ub9c8", + "PluginCategorySync": "\ub3d9\uae30\ud654", + "PluginCategorySocialIntegration": "\uc18c\uc15c \ub124\ud2b8\uc6cc\ud06c", + "PluginCategoryNotifications": "\uc54c\ub9bc", + "PluginCategoryMetadata": "\uba54\ud0c0\ub370\uc774\ud130", + "PluginCategoryLiveTV": "TV \ubc29\uc1a1", + "PluginCategoryChannel": "\ucc44\ub110", + "HeaderSearch": "\ucc3e\uae30", + "ValueDateCreated": "\uc0dd\uc131 \ub0a0\uc9dc: {0}", + "LabelArtist": "\uc544\ud2f0\uc2a4\ud2b8", + "LabelMovie": "\uc601\ud654", + "LabelMusicVideo": "\ubba4\uc9c1 \ube44\ub514\uc624", + "LabelEpisode": "\uc5d0\ud53c\uc18c\ub4dc", + "LabelSeries": "\uc2dc\ub9ac\uc988", + "LabelStopping": "Stopping", + "LabelCancelled": "(\ucde8\uc18c\ub428)", + "LabelFailed": "(\uc2e4\ud328)", + "ButtonHelp": "\ub3c4\uc6c0\ub9d0", + "ButtonSave": "\uc800\uc7a5", + "ButtonDownload": "\ub2e4\uc6b4\ub85c\ub4dc", + "SyncJobStatusQueued": "\ub300\uae30", + "SyncJobStatusConverting": "\ubcc0\ud658 \uc911", + "SyncJobStatusFailed": "\uc2e4\ud328\ud568", + "SyncJobStatusCancelled": "\ucde8\uc18c\ub428", + "SyncJobStatusCompleted": "\ub3d9\uae30\ud654\ub428", + "SyncJobStatusReadyToTransfer": "Ready to Transfer", + "SyncJobStatusTransferring": "\uc804\uc1a1 \uc911", + "SyncJobStatusCompletedWithError": "\ub3d9\uae30\ud654 \uc624\ub958", + "SyncJobItemStatusReadyToTransfer": "Ready to Transfer", + "LabelCollection": "\uceec\ub809\uc158", + "HeaderAddToCollection": "\uceec\ub809\uc158\uc5d0 \ucd94\uac00", + "HeaderNewCollection": "\uc0c8 \uceec\ub809\uc158", + "NewCollectionNameExample": "Example: Star Wars Collection", + "OptionSearchForInternetMetadata": "\uc778\ud130\ub137\uc5d0\uc11c \uc544\ud2b8\uc6cc\ud06c\uc640 \uba54\ud0c0\ub370\uc774\ud130 \uac80\uc0c9", + "LabelSelectCollection": "\uceec\ub809\uc158 \uc120\ud0dd:", + "HeaderDevices": "\uc7a5\uce58", + "ButtonScheduledTasks": "\uc608\uc57d \uc791\uc5c5", + "MessageItemsAdded": "\ud56d\ubaa9 \ucd94\uac00\ub428", + "ButtonAddToCollection": "\uceec\ub809\uc158\uc5d0 \ucd94\uac00", + "HeaderSelectCertificatePath": "Select Certificate Path", + "ConfirmMessageScheduledTaskButton": "\uc774 \uc791\uc5c5\uc740 \uc77c\ubc18\uc801\uc73c\ub85c \uc608\uc57d \uc791\uc5c5\uc73c\ub85c \uc790\ub3d9 \uc2e4\ud589\ub418\ubbc0\ub85c \uc218\uc791\uc5c5\uc774 \ud544\uc694\uc5c6\uc2b5\ub2c8\ub2e4. \uc608\uc57d \uc791\uc5c5\uc744 \uc124\uc815\ud558\ub824\uba74 \ub2e4\uc74c\uc744 \ubcf4\uc138\uc694:", + "HeaderSupporterBenefit": "\uc11c\ud3ec\ud130 \uba64\ubc84\uc2ed\uc740 \ub3d9\uae30\ud654, \ud504\ub9ac\ubbf8\uc5c4 \ud50c\ub7ec\uadf8\uc778, \uc778\ud130\ub137 \ucc44\ub110 \ucf58\ud150\ud2b8 \ub4f1\uc758 \ucd94\uac00 \ud61c\ud0dd\uc774 \uc8fc\uc5b4\uc9d1\ub2c8\ub2e4. {0}\ub354 \uc54c\uc544\ubcf4\uae30{1}.", + "LabelSyncNoTargetsHelp": "\ud604\uc7ac \ub3d9\uae30\ud654\ub97c \uc9c0\uc6d0\ud558\ub294 \uc571\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.", + "HeaderWelcomeToProjectServerDashboard": "Welcome to the Emby Server Dashboard", + "HeaderWelcomeToProjectWebClient": "Welcome to Emby", + "ButtonTakeTheTour": "\ub458\ub7ec \ubcf4\uae30", + "HeaderWelcomeBack": "Welcome back!", + "TitlePlugins": "\ud50c\ub7ec\uadf8\uc778", + "ButtonTakeTheTourToSeeWhatsNew": "\uc0c8\ub85c\uc6b4 \ub0b4\uc6a9\uc744 \ub458\ub7ec \ubcf4\uc138\uc694", + "MessageNoSyncJobsFound": "\ub3d9\uae30\ud654 \uc791\uc5c5\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc6f9 \uc778\ud130\ud398\uc774\uc2a4\uc5d0 \uc788\ub294 \ub3d9\uae30\ud654 \ubc84\ud2bc\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uae30\ud654 \uc791\uc5c5\uc744 \uc0dd\uc131\ud558\uc138\uc694.", + "HeaderLibraryAccess": "\ub77c\uc774\ube0c\ub7ec\ub9ac \uc811\uc18d", + "HeaderChannelAccess": "\ucc44\ub110 \uc811\uc18d", + "HeaderDeviceAccess": "\uc7a5\uce58 \uc811\uc18d", + "HeaderSelectDevices": "\uc7a5\uce58 \uc120\ud0dd", + "ButtonCancelItem": "\ud56d\ubaa9 \ucde8\uc18c", + "ButtonQueueForRetry": "Queue for retry", + "ButtonReenable": "Re-enable", + "ButtonLearnMore": "\ub354 \uc54c\uc544\ubcf4\uae30", + "SyncJobItemStatusSyncedMarkForRemoval": "Marked for removal", + "LabelAbortedByServerShutdown": "(\uc11c\ubc84\uac00 \uc885\ub8cc\ub418\uc5b4 \ucde8\uc18c\ub428)", + "LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.", + "HeaderDeleteTaskTrigger": "\uc791\uc5c5 \ud2b8\ub9ac\uac70 \uc0ad\uc81c", + "HeaderTaskTriggers": "\uc791\uc5c5 \ud2b8\ub9ac\uac70", + "MessageDeleteTaskTrigger": "\uc774 \uc791\uc5c5 \ud2b8\ub9ac\uac70\ub97c \uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "MessageNoPluginsInstalled": "\uc124\uce58\ub41c \ud50c\ub7ec\uadf8\uc778\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.", + "LabelVersionInstalled": "{0} \uc124\uce58\ub428", + "LabelNumberReviews": "{0} \ub9ac\ubdf0", + "LabelFree": "\ubb34\ub8cc", + "HeaderPlaybackError": "\uc7ac\uc0dd \uc624\ub958", + "MessagePlaybackErrorNotAllowed": "\uc774 \ucf58\ud150\ud2b8\ub97c \uc7ac\uc0dd\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \uc2dc\uc2a4\ud15c \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc138\uc694.", + "MessagePlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.", + "MessagePlaybackErrorRateLimitExceeded": "Your playback rate limit has been exceeded. Please contact your system administrator for details.", + "MessagePlaybackErrorPlaceHolder": "\uc120\ud0dd\ud55c \ucf58\ud150\ud2b8\ub294 \uc774 \uc7a5\uce58\uc5d0\uc11c \uc7ac\uc0dd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "HeaderSelectAudio": "\uc624\ub514\uc624 \uc120\ud0dd", + "HeaderSelectSubtitles": "\uc790\ub9c9 \uc120\ud0dd", + "ButtonMarkForRemoval": "\uc7a5\uce58\uc5d0\uc11c \uc81c\uac70", + "ButtonUnmarkForRemoval": "\uc7a5\uce58\uc5d0\uc11c \uc81c\uac70 \ucde8\uc18c", + "LabelDefaultStream": "(\uae30\ubcf8)", + "LabelForcedStream": "(Forced)", + "LabelDefaultForcedStream": "(\uae30\ubcf8\/Forced)", + "LabelUnknownLanguage": "\uc54c \uc218 \uc5c6\ub294 \uc5b8\uc5b4", + "MessageConfirmSyncJobItemCancellation": "\uc774 \ud56d\ubaa9\uc744 \ucde8\uc18c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "ButtonMute": "\uc74c\uc18c\uac70", + "ButtonUnmute": "\uc74c\uc18c\uac70 \ucde8\uc18c", + "ButtonStop": "\uc911\uc9c0", + "ButtonNextTrack": "\ub2e4\uc74c \ud2b8\ub799", + "ButtonPause": "\uc77c\uc2dc \uc911\uc9c0", + "ButtonPlay": "\uc7ac\uc0dd", + "ButtonEdit": "\ud3b8\uc9d1", + "ButtonQueue": "\ub300\uae30\uc5f4 \ucd94\uac00", + "ButtonPlayTrailer": "\uc608\uace0\ud3b8 \uc7ac\uc0dd", + "ButtonPlaylist": "\uc7ac\uc0dd\ubaa9\ub85d", + "ButtonPreviousTrack": "\uc774\uc804 \ud2b8\ub799", + "LabelEnabled": "\uc0ac\uc6a9", + "LabelDisabled": "\uc0ac\uc6a9 \uc548 \ud568", + "ButtonMoreInformation": "\ucd94\uac00 \uc815\ubcf4", + "LabelNoUnreadNotifications": "\uc77d\uc9c0 \uc54a\uc740 \uc54c\ub9bc\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.", + "ButtonViewNotifications": "\uc54c\ub9bc \ubcf4\uae30", + "ButtonMarkTheseRead": "\uc77d\uc74c\uc73c\ub85c \ud45c\uc2dc", + "ButtonClose": "\ub2eb\uae30", + "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.", + "MessageInvalidUser": "\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 \uc0ac\uc6a9\uc790\uba85 \ub610\ub294 \ube44\ubc00\ubc88\ud638\uc785\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "HeaderLoginFailure": "\ub85c\uadf8\uc778 \uc2e4\ud328", + "HeaderAllRecordings": "\ubaa8\ub4e0 \ub179\ud654", + "RecommendationBecauseYouLike": "{0} \uc744(\ub97c) \uc88b\uc544\ud558\uae30 \ub54c\ubb38\uc5d0", + "RecommendationBecauseYouWatched": "{0} \uc744(\ub97c) \uc2dc\uccad\ud558\uc600\uae30 \ub54c\ubb38\uc5d0", + "RecommendationDirectedBy": "{0} \uac10\ub3c5", + "RecommendationStarring": "{0} \ucd9c\uc5f0", + "HeaderConfirmRecordingCancellation": "\ub179\ud654 \ucde8\uc18c \ud655\uc778", + "MessageConfirmRecordingCancellation": "\uc774 \ub179\ud654\ub97c \ucde8\uc18c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "MessageRecordingCancelled": "\ub179\ud654\uac00 \ucde8\uc18c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "HeaderConfirmSeriesCancellation": "\uc2dc\ub9ac\uc988 \ucde8\uc18c \ud655\uc778", + "MessageConfirmSeriesCancellation": "\uc774 \uc2dc\ub9ac\uc988\ub97c \ucde8\uc18c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "MessageSeriesCancelled": "\uc2dc\ub9ac\uc988\uac00 \ucde8\uc18c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "HeaderConfirmRecordingDeletion": "\ub179\ud654 \uc0ad\uc81c \ud655\uc778", + "MessageConfirmRecordingDeletion": "\uc774 \ub179\ud654\ub97c \uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "MessageRecordingDeleted": "\ub179\ud654\uac00 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "ButonCancelRecording": "\ub179\ud654 \ucde8\uc18c", + "MessageRecordingSaved": "\ub179\ud654\uac00 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "OptionSunday": "\ub300\uae30", + "OptionMonday": "\uc6d4\uc694\uc77c", + "OptionTuesday": "\ud654\uc694\uc77c", + "OptionWednesday": "\uc218\uc694\uc77c", + "OptionThursday": "\ubaa9\uc694\uc77c", + "OptionFriday": "\uae08\uc694\uc77c", + "OptionSaturday": "\ud1a0\uc694\uc77c", + "OptionEveryday": "\ub9e4\uc77c", + "OptionWeekend": "\uc8fc\ub9d0", + "OptionWeekday": "\uc8fc\uc911", + "HeaderConfirmDeletion": "\uc0ad\uc81c \ud655\uc778", + "MessageConfirmPathSubstitutionDeletion": "\uc774 \uacbd\ub85c \ub300\uccb4\ub97c \uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "LiveTvUpdateAvailable": "(\uc5c5\ub370\uc774\ud2b8 \uc0ac\uc6a9 \uac00\ub2a5)", + "LabelVersionUpToDate": "\ucd5c\uc2e0 \uc0c1\ud0dc\uc785\ub2c8\ub2e4!", + "ButtonResetTuner": "\ud29c\ub108 \ucd08\uae30\ud654", + "HeaderResetTuner": "\ud29c\ub108 \ucd08\uae30\ud654", + "MessageConfirmResetTuner": "\uc774 \ud29c\ub108\ub97c \ucd08\uae30\ud654\ud558\uaca0\uc2b5\ub2c8\uae4c? \ub3d9\uc791 \uc911\uc778 \ud50c\ub808\uc774\uc5b4 \ub610\ub294 \ub179\ud654\uac00 \uc608\uace0\uc5c6\uc774 \uc911\uc9c0\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "ButtonCancelSeries": "\uc2dc\ub9ac\uc988 \ucde8\uc18c", + "HeaderSeriesRecordings": "\uc2dc\ub9ac\uc988 \ub179\ud654", + "LabelAnytime": "\uc544\ubb34 \ub54c\ub098", + "StatusRecording": "\ub179\ud654", + "StatusWatching": "Watching", + "StatusRecordingProgram": "Recording {0}", + "StatusWatchingProgram": "Watching {0}", + "HeaderSplitMedia": "\ubbf8\ub514\uc5b4 \ubd84\ud560", + "MessageConfirmSplitMedia": "\ubbf8\ub514\uc5b4 \uc18c\uc2a4\ub97c \uac01\uac01\uc758 \ud56d\ubaa9\uc73c\ub85c \ubd84\ub9ac\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "HeaderError": "\uc624\ub958", + "MessageChromecastConnectionError": "\ud06c\ub86c\uce90\uc2a4\ud2b8 \uc218\uc2e0\uae30\ub97c Emby \uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc5f0\uacb0 \uc0c1\ud0dc\ub97c \ud655\uc778\ud558\uace0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "MessagePleaseSelectOneItem": "\ucd5c\uc18c \ud55c \uac1c\uc758 \ud56d\ubaa9\uc744 \uc120\ud0dd\ud558\uc138\uc694.", + "MessagePleaseSelectTwoItems": "\ucd5c\uc18c \ub450 \uac1c\uc758 \ud56d\ubaa9\uc744 \uc120\ud0dd\ud558\uc138\uc694.", + "MessageTheSelectedItemsWillBeGrouped": "\uc120\ud0dd\ud55c \ube44\ub514\uc624\ub97c \ud55c \uac1c\uc758 \uac00\uc0c1 \ud56d\ubaa9\uc73c\ub85c \ubb36\uc2b5\ub2c8\ub2e4. Emby \uc571\uc774 \uc7a5\uce58\uc640 \ub124\ud2b8\uc6cc\ud06c \uc131\ub2a5\uc744 \uae30\uc900\uc73c\ub85c \uc790\ub3d9 \uc120\ud0dd\ud558\uc5ec \uc7ac\uc0dd\ud569\ub2c8\ub2e4. \uacc4\uc18d\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "HeaderResume": "\uc774\uc5b4\uc11c \uc7ac\uc0dd", + "HeaderMyViews": "\ub0b4 \ubcf4\uae30", + "HeaderLibraryFolders": "\ubbf8\ub514\uc5b4 \ud3f4\ub354", + "HeaderLatestMedia": "\ucd5c\uadfc \ubbf8\ub514\uc5b4", + "ButtonMoreItems": "More...", + "ButtonMore": "More", + "HeaderFavoriteMovies": "\uc990\uaca8\ucc3e\ub294 \uc601\ud654", + "HeaderFavoriteShows": "\uc990\uaca8\ucc3e\ub294 \uc1fc", + "HeaderFavoriteEpisodes": "\uc990\uaca8\ucc3e\ub294 \uc5d0\ud53c\uc18c\ub4dc", + "HeaderFavoriteGames": "\uc990\uaca8\ucc3e\ub294 \uac8c\uc784", + "HeaderRatingsDownloads": "\ud3c9\uc810 \/ \ub2e4\uc6b4\ub85c\ub4dc", + "HeaderConfirmProfileDeletion": "\ud504\ub85c\ud30c\uc77c \uc0ad\uc81c \ud655\uc778", + "MessageConfirmProfileDeletion": "\uc774 \ud504\ub85c\ud30c\uc77c\uc744 \uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "HeaderSelectServerCachePath": "\uc11c\ubc84 \uce90\uc2dc \uacbd\ub85c \uc120\ud0dd", + "HeaderSelectTranscodingPath": "\ud2b8\ub79c\uc2a4\ucf54\ub529 \uc784\uc2dc \uacbd\ub85c \uc120\ud0dd", + "HeaderSelectImagesByNamePath": "Select Images By Name Path", + "HeaderSelectMetadataPath": "\uba54\ud0c0\ub370\uc774\ud130 \uacbd\ub85c \uc120\ud0dd", + "HeaderSelectServerCachePathHelp": "\uc11c\ubc84 \uce90\uc2dc \ud30c\uc77c\uc5d0 \uc0ac\uc6a9\ud560 \uacbd\ub85c\ub97c \ud0d0\uc0c9 \ub610\ub294 \uc785\ub825\ud558\uc138\uc694. \uc4f0\uae30 \uac00\ub2a5\ud55c \ud3f4\ub354\uc5ec\uc57c \ud569\ub2c8\ub2e4.", + "HeaderSelectTranscodingPathHelp": "\ud2b8\ub79c\uc2a4\ucf54\ub529 \uc784\uc2dc \ud30c\uc77c\uc5d0 \uc0ac\uc6a9\ud560 \uacbd\ub85c\ub97c \ud0d0\uc0c9 \ub610\ub294 \uc785\ub825\ud558\uc138\uc694. \uc4f0\uae30 \uac00\ub2a5\ud55c \ud3f4\ub354\uc5ec\uc57c \ud569\ub2c8\ub2e4.", + "HeaderSelectImagesByNamePathHelp": "Browse or enter the path to your items by name folder. The folder must be writeable.", + "HeaderSelectMetadataPathHelp": "\uba54\ud0c0\ub370\uc774\ud130\ub97c \ubcf4\uad00\ud560 \uacbd\ub85c\ub97c \ud0d0\uc0c9 \ub610\ub294 \uc785\ub825\ud558\uc138\uc694. \uc4f0\uae30 \uac00\ub2a5\ud55c \ud3f4\ub354\uc5ec\uc57c \ud569\ub2c8\ub2e4.", + "HeaderSelectChannelDownloadPath": "\ucc44\ub110 \ub2e4\uc6b4\ub85c\ub4dc \uacbd\ub85c \uc120\ud0dd", + "HeaderSelectChannelDownloadPathHelp": "\ucc44\ub110 \uce90\uc2dc \ud30c\uc77c\uc5d0 \uc0ac\uc6a9\ud560 \uacbd\ub85c\ub97c \ud0d0\uc0c9 \ub610\ub294 \uc785\ub825\ud558\uc138\uc694. \uc4f0\uae30 \uac00\ub2a5\ud55c \ud3f4\ub354\uc5ec\uc57c \ud569\ub2c8\ub2e4.", + "OptionNewCollection": "New...", + "ButtonAdd": "\ucd94\uac00", + "ButtonRemove": "\uc81c\uac70", + "LabelChapterDownloaders": "\ucc55\ud130 \ub2e4\uc6b4\ub85c\ub354:", + "LabelChapterDownloadersHelp": "Enable and rank your preferred chapter downloaders in order of priority. Lower priority downloaders will only be used to fill in missing information.", + "HeaderFavoriteAlbums": "\uc990\uaca8\ucc3e\ub294 \uc568\ubc94", + "HeaderLatestChannelMedia": "\ucd5c\uadfc \ucc44\ub110 \ud56d\ubaa9", + "ButtonOrganizeFile": "\ud30c\uc77c \uad6c\uc131", + "ButtonDeleteFile": "\ud30c\uc77c \uc0ad\uc81c", + "HeaderOrganizeFile": "\ud30c\uc77c \uad6c\uc131", + "HeaderDeleteFile": "\ud30c\uc77c \uc0ad\uc81c", + "StatusSkipped": "Skipped", + "StatusFailed": "\uc2e4\ud328\ud568", + "StatusSuccess": "\uc131\uacf5", + "MessageFileWillBeDeleted": "\ub2e4\uc74c \ud30c\uc77c\uc744 \uc0ad\uc81c\ud569\ub2c8\ub2e4:", + "MessageSureYouWishToProceed": "\uc9c4\ud589\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "MessageDuplicatesWillBeDeleted": "\ub2e4\uc74c \uc911\ubcf5 \ud30c\uc77c\uc744 \uc0ad\uc81c\ud569\ub2c8\ub2e4:", + "MessageFollowingFileWillBeMovedFrom": "\ub2e4\uc74c \ud30c\uc77c\uc744 \uc774\ub3d9\ud569\ub2c8\ub2e4. \uc6d0 \uc704\uce58:", + "MessageDestinationTo": "\uc774\ub3d9 \uc704\uce58:", + "HeaderSelectWatchFolder": "Select Watch Folder", + "HeaderSelectWatchFolderHelp": "Browse or enter the path to your watch folder. The folder must be writeable.", + "OrganizePatternResult": "\uacb0\uacfc: {0}", + "AutoOrganizeError": "\ud30c\uc77c \uad6c\uc131 \uc624\ub958", + "ErrorOrganizingFileWithErrorCode": "\ud30c\uc77c \uad6c\uc131\uc5d0 \uc624\ub958\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc624\ub958 \ucf54\ub4dc: {0}.", + "HeaderRestart": "\ub2e4\uc2dc \uc2dc\uc791", + "HeaderShutdown": "\uc885\ub8cc", + "MessageConfirmRestart": "Emby \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "MessageConfirmShutdown": "Emby \uc11c\ubc84\ub97c \uc885\ub8cc\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "ButtonUpdateNow": "\uc9c0\uae08 \uc5c5\ub370\uc774\ud2b8", + "ValueItemCount": "{0} \ud56d\ubaa9", + "ValueItemCountPlural": "{0} \ud56d\ubaa9", + "NewVersionOfSomethingAvailable": "{0} \uc758 \uc0c8 \ubc84\uc804\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4!", + "VersionXIsAvailableForDownload": "\ubc84\uc804 {0} \uc744(\ub97c) \ub2e4\uc6b4\ub85c\ub4dc \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "LabelVersionNumber": "\ubc84\uc804 {0}", + "LabelPlayMethodTranscoding": "\ud2b8\ub79c\uc2a4\ucf54\ub529", + "LabelPlayMethodDirectStream": "\ub2e4\uc774\ub809\ud2b8 \uc2a4\ud2b8\ub9ac\ubc0d", + "LabelPlayMethodDirectPlay": "\ub2e4\uc774\ub809\ud2b8 \uc7ac\uc0dd", + "LabelAudioCodec": "\uc624\ub514\uc624: {0}", + "LabelVideoCodec": "\ube44\ub514\uc624: {0}", + "LabelLocalAccessUrl": "\ub85c\uceec \uc811\uc18d: {0}", + "LabelRemoteAccessUrl": "\uc6d0\uaca9 \uc811\uc18d: {0}", + "LabelRunningOnPort": "Running on http port {0}.", + "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", + "HeaderLatestFromChannel": "Latest from {0}", + "LabelUnknownLanaguage": "\uc54c \uc218 \uc5c6\ub294 \uc5b8\uc5b4", + "HeaderCurrentSubtitles": "\ud604\uc7ac \uc790\ub9c9", + "MessageDownloadQueued": "\ub2e4\uc6b4\ub85c\ub4dc\uac00 \ub300\uae30\uc5f4\uc5d0 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "MessageAreYouSureDeleteSubtitles": "\uc774 \uc790\ub9c9 \ud30c\uc77c\uc744 \uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "ButtonRemoteControl": "\uc6d0\uaca9 \uc81c\uc5b4", + "HeaderLatestTvRecordings": "\ucd5c\uadfc \ub179\ud654", + "ButtonOk": "OK", + "ButtonCancel": "\ucde8\uc18c", + "ButtonRefresh": "\uc0c8\ub85c \uace0\uce68", + "LabelCurrentPath": "\ud604\uc7ac \uacbd\ub85c:", + "HeaderSelectMediaPath": "\ubbf8\ub514\uc5b4 \uacbd\ub85c \uc120\ud0dd", + "HeaderSelectPath": "\uacbd\ub85c \uc120\ud0dd", + "ButtonNetwork": "\ub124\ud2b8\uc6cc\ud06c", + "MessageDirectoryPickerInstruction": "Network paths can be entered manually in the event the Network button fails to locate your devices. For example, {0} or {1}.", + "MessageDirectoryPickerBSDInstruction": "For BSD, you may need to configure storage within your FreeNAS Jail in order to allow Emby to access it.", + "MessageDirectoryPickerLinuxInstruction": "For Linux, you must grant the Emby system user at least read access to your storage locations.", + "HeaderMenu": "\uba54\ub274", + "ButtonOpen": "\uc5f4\uae30", + "ButtonOpenInNewTab": "\uc0c8 \ud0ed\uc5d0\uc11c \uc5f4\uae30", + "ButtonShuffle": "Shuffle", + "ButtonInstantMix": "\uc778\uc2a4\ud134\ud2b8 \ubbf9\uc2a4", + "ButtonResume": "\uc774\uc5b4\uc11c \uc7ac\uc0dd", + "HeaderScenes": "\uc7a5\uba74", + "HeaderAudioTracks": "\uc624\ub514\uc624 \ud2b8\ub799", + "HeaderLibraries": "\ub77c\uc774\ube0c\ub7ec\ub9ac", + "HeaderSubtitles": "\uc790\ub9c9", + "HeaderVideoQuality": "\ube44\ub514\uc624 \ud488\uc9c8", + "MessageErrorPlayingVideo": "\ube44\ub514\uc624 \uc7ac\uc0dd\uc5d0 \uc624\ub958\uac00 \uc788\uc2b5\ub2c8\ub2e4.", + "MessageEnsureOpenTuner": "Please ensure there is an open tuner availalble.", + "ButtonHome": "\ud648", + "ButtonDashboard": "\ub300\uc2dc\ubcf4\ub4dc", + "ButtonReports": "Reports", + "ButtonMetadataManager": "\uba54\ud0c0\ub370\uc774\ud130 \uad00\ub9ac", + "HeaderTime": "\uc2dc\uac01", + "HeaderName": "Name", + "HeaderAlbum": "\uc568\ubc94", + "HeaderAlbumArtist": "\uc568\ubc94 \uc544\ud2f0\uc2a4\ud2b8", + "HeaderArtist": "\uc544\ud2f0\uc2a4\ud2b8", + "LabelAddedOnDate": "Added {0}", + "ButtonStart": "\uc2dc\uc791", + "HeaderChannels": "\ucc44\ub110", + "HeaderMediaFolders": "\ubbf8\ub514\uc5b4 \ud3f4\ub354", + "HeaderBlockItemsWithNoRating": "Block content with no rating information:", + "OptionBlockOthers": "Others", + "OptionBlockTvShows": "TV \uc1fc", + "OptionBlockTrailers": "\uc608\uace0\ud3b8", + "OptionBlockMusic": "\uc74c\uc545", + "OptionBlockMovies": "\uc601\ud654", + "OptionBlockBooks": "\ucc45", + "OptionBlockGames": "\uac8c\uc784", + "OptionBlockLiveTvPrograms": "TV \ubc29\uc1a1 \ud504\ub85c\uadf8\ub7a8", + "OptionBlockLiveTvChannels": "TV \ubc29\uc1a1 \ucc44\ub110", + "OptionBlockChannelContent": "\uc778\ud130\ub137 \ucc44\ub110 \ucf58\ud150\ud2b8", + "ButtonRevoke": "Revoke", + "MessageConfirmRevokeApiKey": "Are you sure you wish to revoke this api key? The application's connection to Emby Server will be abruptly terminated.", + "HeaderConfirmRevokeApiKey": "Revoke Api Key", + "ValueContainer": "\ucee8\ud14c\uc774\ub108: {0}", + "ValueAudioCodec": "\uc624\ub514\uc624 \ucf54\ub371: {0}", + "ValueVideoCodec": "\ube44\ub514\uc624 \ucf54\ub371: {0}", + "ValueCodec": "\ucf54\ub371: {0}", + "ValueConditions": "\uc870\uac74: {0}", + "LabelAll": "\ubaa8\ub450", + "HeaderDeleteImage": "\uc774\ubbf8\uc9c0 \uc0ad\uc81c", + "MessageFileNotFound": "\ud30c\uc77c\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "MessageFileReadError": "\uc774 \ud30c\uc77c\uc744 \uc77d\ub294 \ub370 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.", + "ButtonNextPage": "\ub2e4\uc74c \ud398\uc774\uc9c0", + "ButtonPreviousPage": "\uc774\uc804 \ud398\uc774\uc9c0", + "ButtonMoveLeft": "\uc67c\ucabd\uc73c\ub85c \uc774\ub3d9", + "ButtonMoveRight": "\uc624\ub978\ucabd\uc73c\ub85c \uc774\ub3d9", + "ButtonBrowseOnlineImages": "\uc628\ub77c\uc778 \uc774\ubbf8\uc9c0 \ud0d0\uc0c9", + "HeaderDeleteItem": "\ud56d\ubaa9 \uc0ad\uc81c", + "ConfirmDeleteItem": "\uc774 \ud56d\ubaa9\uc744 \uc0ad\uc81c\ud558\uba74 \ud30c\uc77c \uc2dc\uc2a4\ud15c\uacfc \ub77c\uc774\ube0c\ub7ec\ub9ac \ubaa8\ub450\uc5d0\uc11c \uc0ad\uc81c\ub429\ub2c8\ub2e4. \uacc4\uc18d\ud558\uaca0\uc2b5\ub2c8\uae4c?", + "MessagePleaseEnterNameOrId": "Please enter a name or an external Id.", + "MessageValueNotCorrect": "\uc785\ub825\ud55c \uac12\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "MessageItemSaved": "\ud56d\ubaa9\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "MessagePleaseAcceptTermsOfServiceBeforeContinuing": "\uc2dc\uc791\ud558\uae30 \uc804\uc5d0 \uc11c\ube44\uc2a4 \uc57d\uad00\uc5d0 \ub3d9\uc758\ud558\uc138\uc694.", + "OptionEnded": "Ended", + "OptionContinuing": "Continuing", + "OptionOff": "Off", + "OptionOn": "On", + "ButtonSettings": "\uc124\uc815", + "ButtonUninstall": "\uc124\uce58 \uc81c\uac70", + "HeaderEnabledFields": "Enabled Fields", + "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent it's data from being changed.", + "HeaderLiveTV": "TV \ubc29\uc1a1", + "MissingLocalTrailer": "Missing local trailer.", + "MissingPrimaryImage": "Missing primary image.", + "MissingBackdropImage": "Missing backdrop image.", + "MissingLogoImage": "Missing logo image.", + "MissingEpisode": "Missing episode.", + "OptionScreenshots": "\uc2a4\ud06c\ub9b0\uc0f7", + "OptionBackdrops": "\ubc30\uacbd", + "OptionImages": "\uc774\ubbf8\uc9c0", + "OptionKeywords": "\ud0a4\uc6cc\ub4dc", + "OptionTags": "\ud0dc\uadf8", + "OptionStudios": "\uc2a4\ud29c\ub514\uc624", + "OptionName": "Name", + "OptionOverview": "\uc904\uac70\ub9ac", + "OptionGenres": "\uc7a5\ub974", + "OptionParentalRating": "\ub4f1\uae09", + "OptionPeople": "\uc778\ubb3c", + "OptionRuntime": "\uc0c1\uc601 \uc2dc\uac04", + "OptionProductionLocations": "Production Locations", + "OptionBirthLocation": "\ucd9c\uc0dd\uc9c0", + "LabelAllChannels": "\ubaa8\ub4e0 \ucc44\ub110", + "LabelLiveProgram": "\ub77c\uc774\ube0c", + "LabelNewProgram": "NEW", + "LabelPremiereProgram": "PREMIERE", + "LabelHDProgram": "HD", + "HeaderChangeFolderType": "\ucf58\ud150\ud2b8 \uc885\ub958 \ubcc0\uacbd", + "HeaderChangeFolderTypeHelp": "To change the type, please remove and rebuild the library with the new type.", + "HeaderAlert": "\uacbd\uace0", + "MessagePleaseRestart": "\uc5c5\ub370\uc774\ud2b8\ub97c \ub9c8\uce58\ub824\uba74 \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.", + "ButtonRestart": "\ub2e4\uc2dc \uc2dc\uc791", + "MessagePleaseRefreshPage": "Please refresh this page to receive new updates from the server.", + "ButtonHide": "\uc228\uae40", + "MessageSettingsSaved": "\uc124\uc815\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "ButtonSignOut": "\ub85c\uadf8\uc544\uc6c3", + "ButtonMyProfile": "\ub0b4 \ud504\ub85c\ud30c\uc77c", + "ButtonMyPreferences": "My Preferences", + "MessageBrowserDoesNotSupportWebSockets": "This browser does not support web sockets. For a better experience, try a newer browser such as Chrome, Firefox, IE10+, Safari (iOS) or Opera.", + "LabelInstallingPackage": "Installing {0}", + "LabelPackageInstallCompleted": "{0} installation completed.", + "LabelPackageInstallFailed": "{0} installation failed.", + "LabelPackageInstallCancelled": "{0} installation cancelled.", + "TabServer": "Server", + "TabUsers": "Users", + "TabLibrary": "Library", + "TabMetadata": "Metadata", + "TabDLNA": "DLNA", + "TabLiveTV": "Live TV", + "TabAutoOrganize": "Auto-Organize", + "TabPlugins": "Plugins", + "TabAdvanced": "Advanced", + "TabHelp": "Help", + "TabScheduledTasks": "Scheduled Tasks", + "ButtonFullscreen": "Fullscreen", + "ButtonAudioTracks": "Audio Tracks", + "ButtonSubtitles": "Subtitles", + "ButtonScenes": "Scenes", + "ButtonQuality": "Quality", + "HeaderNotifications": "Notifications", + "HeaderSelectPlayer": "Select Player", + "ButtonSelect": "Select", + "ButtonNew": "New", + "MessageInternetExplorerWebm": "For best results with Internet Explorer please install the WebM playback plugin.", + "HeaderVideoError": "Video Error", + "ButtonAddToPlaylist": "Add to playlist", + "HeaderAddToPlaylist": "Add to Playlist", + "LabelName": "Name:", + "ButtonSubmit": "Submit", + "LabelSelectPlaylist": "Playlist:", + "OptionNewPlaylist": "New playlist...", + "MessageAddedToPlaylistSuccess": "Ok", + "ButtonView": "View", + "ButtonViewSeriesRecording": "View series recording", + "ValueOriginalAirDate": "Original air date: {0}", + "ButtonRemoveFromPlaylist": "Remove from playlist", + "HeaderSpecials": "Specials", + "HeaderTrailers": "Trailers", + "HeaderAudio": "Audio", + "HeaderResolution": "Resolution", + "HeaderVideo": "Video", + "HeaderRuntime": "Runtime", + "HeaderCommunityRating": "Community rating", + "HeaderPasswordReset": "Password Reset", + "HeaderParentalRating": "Parental rating", + "HeaderReleaseDate": "Release date", + "HeaderDateAdded": "Date added", + "HeaderSeries": "Series", + "HeaderSeason": "Season", + "HeaderSeasonNumber": "Season number", + "HeaderNetwork": "Network", + "HeaderYear": "Year", + "HeaderGameSystem": "Game system", + "HeaderPlayers": "Players", + "HeaderEmbeddedImage": "Embedded image", + "HeaderTrack": "Track", + "HeaderDisc": "Disc", + "OptionMovies": "Movies", + "OptionCollections": "Collections", + "OptionSeries": "Series", + "OptionSeasons": "Seasons", + "OptionEpisodes": "Episodes", + "OptionGames": "Games", + "OptionGameSystems": "Game systems", + "OptionMusicArtists": "Music artists", + "OptionMusicAlbums": "Music albums", + "OptionMusicVideos": "Music videos", + "OptionSongs": "Songs", + "OptionHomeVideos": "Home videos", + "OptionBooks": "Books", + "OptionAdultVideos": "Adult videos", + "ButtonUp": "Up", + "ButtonDown": "Down", + "LabelMetadataReaders": "Metadata readers:", + "LabelMetadataReadersHelp": "Rank your preferred local metadata sources in order of priority. The first file found will be read.", + "LabelMetadataDownloaders": "Metadata downloaders:", + "LabelMetadataDownloadersHelp": "Enable and rank your preferred metadata downloaders in order of priority. Lower priority downloaders will only be used to fill in missing information.", + "LabelMetadataSavers": "Metadata savers:", + "LabelMetadataSaversHelp": "Choose the file formats to save your metadata to.", + "LabelImageFetchers": "Image fetchers:", + "LabelImageFetchersHelp": "Enable and rank your preferred image fetchers in order of priority.", + "ButtonQueueAllFromHere": "Queue all from here", + "ButtonPlayAllFromHere": "Play all from here", + "LabelDynamicExternalId": "{0} Id:", + "HeaderIdentify": "Identify Item", + "PersonTypePerson": "Person", + "LabelTitleDisplayOrder": "Title display order:", + "OptionSortName": "Sort name", + "OptionReleaseDate": "Release date", + "LabelDiscNumber": "Disc number", + "LabelParentNumber": "Parent number", + "LabelTrackNumber": "Track number:", + "LabelNumber": "Number:", + "LabelReleaseDate": "Release date:", + "LabelEndDate": "End date:", + "LabelYear": "Year:", + "LabelDateOfBirth": "Date of birth:", + "LabelBirthYear": "Birth year:", + "LabelBirthDate": "Birth date:", + "LabelDeathDate": "Death date:", + "HeaderRemoveMediaLocation": "Remove Media Location", + "MessageConfirmRemoveMediaLocation": "Are you sure you wish to remove this location?", + "HeaderRenameMediaFolder": "Rename Media Folder", + "LabelNewName": "New name:", + "HeaderAddMediaFolder": "Add Media Folder", + "HeaderAddMediaFolderHelp": "Name (Movies, Music, TV, etc):", + "HeaderRemoveMediaFolder": "Remove Media Folder", + "MessageTheFollowingLocationWillBeRemovedFromLibrary": "The following media locations will be removed from your library:", + "MessageAreYouSureYouWishToRemoveMediaFolder": "Are you sure you wish to remove this media folder?", + "ButtonRename": "Rename", + "ButtonChangeContentType": "Change content type", + "HeaderMediaLocations": "Media Locations", + "LabelContentTypeValue": "Content type: {0}", + "LabelPathSubstitutionHelp": "Optional: Path substitution can map server paths to network shares that clients can access for direct playback.", + "FolderTypeUnset": "Unset (mixed content)", + "FolderTypeMovies": "Movies", + "FolderTypeMusic": "Music", + "FolderTypeAdultVideos": "Adult videos", + "FolderTypePhotos": "Photos", + "FolderTypeMusicVideos": "Music videos", + "FolderTypeHomeVideos": "Home videos", + "FolderTypeGames": "Games", + "FolderTypeBooks": "Books", + "FolderTypeTvShows": "TV", + "TabMovies": "Movies", + "TabSeries": "Series", + "TabEpisodes": "Episodes", + "TabTrailers": "Trailers", + "TabGames": "Games", + "TabAlbums": "Albums", + "TabSongs": "Songs", + "TabMusicVideos": "Music Videos", + "BirthPlaceValue": "Birth place: {0}", + "DeathDateValue": "Died: {0}", + "BirthDateValue": "Born: {0}", + "HeaderLatestReviews": "Latest Reviews", + "HeaderPluginInstallation": "Plugin Installation", + "MessageAlreadyInstalled": "This version is already installed.", + "ValueReviewCount": "{0} Reviews", + "MessageYouHaveVersionInstalled": "You currently have version {0} installed.", + "MessageTrialExpired": "The trial period for this feature has expired", + "MessageTrialWillExpireIn": "The trial period for this feature will expire in {0} day(s)", + "MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.", + "ValuePriceUSD": "Price: {0} (USD)", + "MessageFeatureIncludedWithSupporter": "You are registered for this feature, and will be able to continue using it with an active Emby Premiere subscription.", + "MessageChangeRecurringPlanConfirm": "After completing this transaction you will need to cancel your previous recurring donation from within your PayPal account. Thank you for supporting Emby.", + "ButtonDelete": "Delete", + "HeaderEmbyAccountAdded": "Emby Account Added", + "MessageEmbyAccountAdded": "The Emby account has been added to this user.", + "MessagePendingEmbyAccountAdded": "The Emby account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.", + "HeaderEmbyAccountRemoved": "Emby Account Removed", + "MessageEmbyAccontRemoved": "The Emby account has been removed from this user.", + "TooltipLinkedToEmbyConnect": "Linked to Emby Connect", + "HeaderUnrated": "Unrated", + "ValueDiscNumber": "Disc {0}", + "HeaderUnknownDate": "Unknown Date", + "HeaderUnknownYear": "Unknown Year", + "ValueMinutes": "{0} min", + "ButtonPlayExternalPlayer": "Play with external player", + "HeaderSelectExternalPlayer": "Select External Player", + "HeaderExternalPlayerPlayback": "External Player Playback", + "ButtonImDone": "I'm Done", + "OptionWatched": "Watched", + "OptionUnwatched": "Unwatched", + "ExternalPlayerPlaystateOptionsHelp": "Specify how you would like to resume playing this video next time.", + "LabelMarkAs": "Mark as:", + "OptionInProgress": "In-Progress", + "LabelResumePoint": "Resume point:", + "ValueOneMovie": "1 movie", + "ValueMovieCount": "{0} movies", + "ValueOneTrailer": "1 trailer", + "ValueTrailerCount": "{0} trailers", + "ValueOneSeries": "1 series", + "ValueSeriesCount": "{0} series", + "ValueOneEpisode": "1 episode", + "ValueEpisodeCount": "{0} episodes", + "ValueOneGame": "1 game", + "ValueGameCount": "{0} games", + "ValueOneAlbum": "1 album", + "ValueAlbumCount": "{0} albums", + "ValueOneSong": "1 song", + "ValueSongCount": "{0} songs", + "ValueOneMusicVideo": "1 music video", + "ValueMusicVideoCount": "{0} music videos", + "HeaderOffline": "Offline", + "HeaderUnaired": "Unaired", + "HeaderMissing": "Missing", + "ButtonWebsite": "Website", + "TooltipFavorite": "Favorite", + "TooltipLike": "Like", + "TooltipDislike": "Dislike", + "TooltipPlayed": "Played", + "ValueSeriesYearToPresent": "{0}-Present", + "ValueAwards": "Awards: {0}", + "ValueBudget": "Budget: {0}", + "ValueRevenue": "Revenue: {0}", + "ValuePremiered": "Premiered {0}", + "ValuePremieres": "Premieres {0}", + "ValueStudio": "Studio: {0}", + "ValueStudios": "Studios: {0}", + "ValueStatus": "Status: {0}", + "ValueSpecialEpisodeName": "Special - {0}", + "LabelLimit": "Limit:", + "ValueLinks": "Links: {0}", + "HeaderPeople": "People", + "HeaderCastAndCrew": "Cast & Crew", + "ValueArtist": "Artist: {0}", + "ValueArtists": "Artists: {0}", + "HeaderTags": "Tags", + "MediaInfoCameraMake": "Camera make", + "MediaInfoCameraModel": "Camera model", + "MediaInfoAltitude": "Altitude", + "MediaInfoAperture": "Aperture", + "MediaInfoExposureTime": "Exposure time", + "MediaInfoFocalLength": "Focal length", + "MediaInfoOrientation": "Orientation", + "MediaInfoIsoSpeedRating": "Iso speed rating", + "MediaInfoLatitude": "Latitude", + "MediaInfoLongitude": "Longitude", + "MediaInfoShutterSpeed": "Shutter speed", + "MediaInfoSoftware": "Software", + "HeaderIfYouLikeCheckTheseOut": "If you like {0}, check these out...", + "HeaderPlotKeywords": "Plot Keywords", + "HeaderMovies": "Movies", + "HeaderAlbums": "Albums", + "HeaderGames": "Games", + "HeaderBooks": "Books", + "HeaderEpisodes": "Episodes", + "HeaderSeasons": "Seasons", + "HeaderTracks": "Tracks", + "HeaderItems": "Items", + "HeaderOtherItems": "Other Items", + "ButtonFullReview": "Full review", + "ValueAsRole": "as {0}", + "ValueGuestStar": "Guest star", + "MediaInfoSize": "Size", + "MediaInfoPath": "Path", + "MediaInfoFormat": "Format", + "MediaInfoContainer": "Container", + "MediaInfoDefault": "Default", + "MediaInfoForced": "Forced", + "MediaInfoExternal": "External", + "MediaInfoTimestamp": "Timestamp", + "MediaInfoPixelFormat": "Pixel format", + "MediaInfoBitDepth": "Bit depth", + "MediaInfoSampleRate": "Sample rate", + "MediaInfoBitrate": "Bitrate", + "MediaInfoChannels": "Channels", + "MediaInfoLayout": "Layout", + "MediaInfoLanguage": "Language", + "MediaInfoCodec": "Codec", + "MediaInfoCodecTag": "Codec tag", + "MediaInfoProfile": "Profile", + "MediaInfoLevel": "Level", + "MediaInfoAspectRatio": "Aspect ratio", + "MediaInfoResolution": "Resolution", + "MediaInfoAnamorphic": "Anamorphic", + "MediaInfoInterlaced": "Interlaced", + "MediaInfoFramerate": "Framerate", + "MediaInfoStreamTypeAudio": "Audio", + "MediaInfoStreamTypeData": "Data", + "MediaInfoStreamTypeVideo": "Video", + "MediaInfoStreamTypeSubtitle": "Subtitle", + "MediaInfoStreamTypeEmbeddedImage": "Embedded Image", + "MediaInfoRefFrames": "Ref frames", + "TabPlayback": "Playback", + "TabNotifications": "Notifications", + "TabExpert": "Expert", + "HeaderSelectCustomIntrosPath": "Select Custom Intros Path", + "HeaderRateAndReview": "Rate and Review", + "HeaderThankYou": "Thank You", + "MessageThankYouForYourReview": "Thank you for your review.", + "LabelYourRating": "Your rating:", + "LabelFullReview": "Full review:", + "LabelShortRatingDescription": "Short rating summary:", + "OptionIRecommendThisItem": "I recommend this item", + "WebClientTourContent": "View your recently added media, next episodes, and more. The green circles indicate how many unplayed items you have.", + "WebClientTourMovies": "Play movies, trailers and more from any device with a web browser", + "WebClientTourMouseOver": "Hold the mouse over any poster for quick access to important information", + "WebClientTourTapHold": "Tap and hold or right click any poster for a context menu", + "WebClientTourMetadataManager": "Click edit to open the metadata manager", + "WebClientTourPlaylists": "Easily create playlists and instant mixes, and play them on any device", + "WebClientTourCollections": "Create movie collections to group box sets together", + "WebClientTourUserPreferences1": "User preferences allow you to customize the way your library is presented in all of your Emby apps", + "WebClientTourUserPreferences2": "Configure your audio and subtitle language settings once, for every Emby app", + "WebClientTourUserPreferences3": "Design the web client home page to your liking", + "WebClientTourUserPreferences4": "Configure backdrops, theme songs and external players", + "WebClientTourMobile1": "The web client works great on smartphones and tablets...", + "WebClientTourMobile2": "and easily controls other devices and Emby apps", + "WebClientTourMySync": "Sync your personal media to your devices for offline viewing.", + "MessageEnjoyYourStay": "Enjoy your stay", + "DashboardTourDashboard": "The server dashboard allows you to monitor your server and your users. You'll always know who is doing what and where they are.", + "DashboardTourHelp": "In-app help provides easy buttons to open wiki pages relating to the on-screen content.", + "DashboardTourUsers": "Easily create user accounts for your friends and family, each with their own permissions, library access, parental controls and more.", + "DashboardTourCinemaMode": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.", + "DashboardTourChapters": "Enable chapter image generation for your videos for a more pleasing presentation while viewing.", + "DashboardTourSubtitles": "Automatically download subtitles for your videos in any language.", + "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.", + "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.", + "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.", + "DashboardTourMobile": "The Emby Server dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.", + "DashboardTourSync": "Sync your personal media to your devices for offline viewing.", + "MessageRefreshQueued": "Refresh queued", + "TabDevices": "Devices", + "TabExtras": "Extras", + "HeaderUploadImage": "Upload Image", + "DeviceLastUsedByUserName": "Last used by {0}", + "HeaderDeleteDevice": "Delete Device", + "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.", + "LabelEnableCameraUploadFor": "Enable camera upload for:", + "HeaderSelectUploadPath": "Select Upload Path", + "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Emby.", + "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.", + "ButtonLibraryAccess": "Library access", + "ButtonParentalControl": "Parental control", + "HeaderInvitationSent": "Invitation Sent", + "MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.", + "MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Emby.", + "HeaderConnectionFailure": "Connection Failure", + "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.", + "ButtonSelectServer": "Select Server", + "MessagePluginConfigurationRequiresLocalAccess": "To configure this plugin please sign in to your local server directly.", + "MessageLoggedOutParentalControl": "Access is currently restricted. Please try again later.", + "DefaultErrorMessage": "There was an error processing the request. Please try again later.", + "ButtonAccept": "Accept", + "ButtonReject": "Reject", + "HeaderForgotPassword": "Forgot Password", + "MessageContactAdminToResetPassword": "Please contact your system administrator to reset your password.", + "MessageForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.", + "MessageForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:", + "MessageForgotPasswordFileExpiration": "The reset pin will expire at {0}.", + "MessageInvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.", + "MessagePasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.", + "HeaderInviteGuest": "Invite Guest", + "ButtonLinkMyEmbyAccount": "Link my account now", + "MessageConnectAccountRequiredToInviteGuest": "In order to invite guests you need to first link your Emby account to this server.", + "ButtonSync": "Sync", + "SyncMedia": "Sync Media", + "HeaderCancelSyncJob": "Cancel Sync", + "CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?", + "TabSync": "Sync", + "MessagePleaseSelectDeviceToSyncTo": "Please select a device to sync to.", + "MessageSyncJobCreated": "Sync job created.", + "LabelSyncTo": "Sync to:", + "LabelSyncJobName": "Sync job name:", + "LabelQuality": "Quality:", + "HeaderSettings": "Settings", + "OptionAutomaticallySyncNewContent": "Automatically sync new content", + "OptionAutomaticallySyncNewContentHelp": "New content added to will be automatically synced to the device.", + "OptionSyncUnwatchedVideosOnly": "Sync unwatched videos only", + "OptionSyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.", + "LabelItemLimit": "Item limit:", + "LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.", + "MessageBookPluginRequired": "Requires installation of the Bookshelf plugin", + "MessageGamePluginRequired": "Requires installation of the GameBrowser plugin", + "MessageUnsetContentHelp": "Content will be displayed as plain folders. For best results use the metadata manager to set the content types of sub-folders.", + "SyncJobItemStatusQueued": "Queued", + "SyncJobItemStatusConverting": "Converting", + "SyncJobItemStatusTransferring": "Transferring", + "SyncJobItemStatusSynced": "Synced", + "SyncJobItemStatusFailed": "Failed", + "SyncJobItemStatusRemovedFromDevice": "Removed from device", + "SyncJobItemStatusCancelled": "Cancelled", + "LabelProfile": "Profile:", + "LabelBitrateMbps": "Bitrate (Mbps):", + "EmbyIntroDownloadMessage": "To download and install Emby Server visit {0}.", + "ButtonNewServer": "New Server", + "ButtonSignInWithConnect": "Sign in with Emby Connect", + "HeaderNewServer": "New Server", + "MyDevice": "My Device", + "ButtonRemote": "Remote", + "TabInfo": "Info", + "TabCast": "Cast", + "TabScenes": "Scenes", + "HeaderUnlockApp": "Unlock App", + "HeaderUnlockSync": "Unlock Emby Sync", + "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", + "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", + "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app using your Wifi connection within your home network.", + "MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.", + "MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.", + "ButtonUnlockWithPurchase": "Unlock with Purchase", + "ButtonUnlockPrice": "Unlock {0}", + "MessageLiveTvGuideRequiresUnlock": "The Live TV Guide is currently limited to {0} channels. Click the unlock button to learn how to enjoy the full experience.", + "OptionEnableFullscreen": "Enable Fullscreen", + "ButtonServer": "Server", + "HeaderAdmin": "Admin", + "HeaderLibrary": "Library", + "HeaderMedia": "Media", + "ButtonInbox": "Inbox", + "HeaderAdvanced": "Advanced", + "HeaderGroupVersions": "Group Versions", + "HeaderSaySomethingLike": "Say Something Like...", + "ButtonTryAgain": "Try Again", + "HeaderYouSaid": "You Said...", + "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.", + "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.", + "MessageNoItemsFound": "No items found.", + "ButtonManageServer": "Manage Server", + "ButtonEditSubtitles": "Edit subtitles", + "ButtonPreferences": "Preferences", + "ButtonViewArtist": "View artist", + "ButtonViewAlbum": "View album", + "ButtonEditImages": "Edit images", + "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.", + "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.", + "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.", + "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.", + "HeaderShare": "Share", + "ButtonShareHelp": "Share a web page containing media information with social media. Media files are never shared publicly.", + "ButtonShare": "Share", + "HeaderConfirm": "Confirm", + "ButtonAdvancedRefresh": "Advanced Refresh", + "MessageConfirmDeleteTunerDevice": "Are you sure you wish to delete this device?", + "MessageConfirmDeleteGuideProvider": "Are you sure you wish to delete this guide provider?", + "HeaderDeleteProvider": "Delete Provider", + "HeaderAddProvider": "Add Provider", + "ErrorAddingTunerDevice": "There was an error adding the tuner device. Please ensure it is accessible and try again.", + "ErrorSavingTvProvider": "There was an error saving the TV provider. Please ensure it is accessible and try again.", + "ErrorGettingTvLineups": "There was an error downloading tv lineups. Please ensure your information is correct and try again.", + "MessageCreateAccountAt": "Create an account at {0}", + "ErrorPleaseSelectLineup": "Please select a lineup and try again. If no lineups are available, then please check that your username, password, and postal code is correct.", + "HeaderTryCinemaMode": "Try Cinema Mode", + "ButtonBecomeSupporter": "Get Emby Premiere", + "ButtonClosePlayVideo": "Close and play my media", + "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Mode?", + "MessageDidYouKnowCinemaMode2": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the main feature.", + "OptionEnableDisplayMirroring": "Enable display mirroring", + "HeaderSyncRequiresSupporterMembership": "Sync requires an active Emby Premiere subscription.", + "HeaderSyncRequiresSupporterMembershipAppVersion": "Sync requires connecting to an Emby Server with an active Emby Premiere subscription.", + "ErrorValidatingSupporterInfo": "There was an error validating your Emby Premiere information. Please try again later.", + "HeaderSync": "Sync", + "LabelLocalSyncStatusValue": "Status: {0}", + "MessageSyncStarted": "Sync started", + "OptionPoster": "Poster", + "OptionPosterCard": "Poster card", + "OptionTimeline": "Timeline", + "OptionList": "List", + "OptionThumb": "Thumb", + "OptionThumbCard": "Thumb card", + "OptionBanner": "Banner", + "NoSlideshowContentFound": "No slideshow images were found.", + "OptionPhotoSlideshow": "Photo slideshow", + "OptionBackdropSlideshow": "Backdrop slideshow", + "HeaderTopPlugins": "Top Plugins", + "ButtonRecord": "Record", + "ButtonOther": "Other", + "HeaderSortBy": "Sort By:", + "HeaderSortOrder": "Sort Order:", + "OptionAscending": "Ascending", + "OptionDescending": "Descending", + "OptionNameSort": "Name", + "OptionTvdbRating": "Tvdb Rating", + "OptionPremiereDate": "Premiere Date", + "OptionImdbRating": "IMDb Rating", + "OptionDatePlayed": "Date Played", + "OptionDateAdded": "Date Added", + "OptionPlayCount": "Play Count", + "ButtonDisconnect": "Disconnect", + "OptionAlbumArtist": "Album Artist", + "OptionArtist": "Artist", + "OptionAlbum": "Album", + "OptionTrackName": "Track Name", + "OptionCommunityRating": "Community Rating", + "ButtonSort": "Sort", + "ButtonMenu": "Menu", + "OptionDefaultSort": "Default", + "ButtonFilter": "Filter", + "OptionCriticRating": "Critic Rating", + "OptionVideoBitrate": "Video Bitrate", + "OptionMetascore": "Metascore", + "OptionRevenue": "Revenue", + "OptionBudget": "Budget", + "ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the External Services tab to see the available options.", + "ButtonGuide": "Guide", + "ButtonRecordedTv": "Recorded TV", + "HeaderDisconnectFromPlayer": "Disconnect from Player", + "ConfirmEndPlayerSession": "Would you like to shutdown the app on the remote device?", + "ButtonYes": "Yes", + "ButtonNo": "No", + "ButtonRestorePreviousPurchase": "Restore Purchase", + "ButtonForYou": "For You", + "ButtonLibrary": "Library", + "ButtonSearch": "Search", + "ButtonNowPlaying": "Now Playing", + "ButtonViewNewApp": "View new app", + "HeaderEmbyForAndroidHasMoved": "Emby for Android has moved!", + "MessageEmbyForAndroidHasMoved": "Emby for Android has moved to a new home in the app store. Please consider checking out the new app. You may continue to use this app for as long as you wish.", + "HeaderNextUp": "Next Up", + "HeaderLatestMovies": "Latest Movies", + "HeaderLatestEpisodes": "Latest Episodes", + "EmbyPremiereMonthly": "Emby Premiere Monthly", + "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", + "HeaderEmailAddress": "E-Mail Address", + "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", + "TermsOfUse": "Terms of use", + "HeaderTryMultiSelect": "Try Multi-Select", + "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", + "NumLocationsValue": "{0} folders", + "ButtonAddMediaLibrary": "Add Media Library", + "ButtonManageFolders": "Manage folders", + "HeaderTryDragAndDrop": "Try Drag and Drop", + "TryDragAndDropMessage": "To re-arrange playlist items, just drag and drop. Try it!", + "HeaderTryMicrosoftEdge": "Try Microsoft Edge", + "MessageTryMicrosoftEdge": "For a better experience on Windows 10, try the new Microsoft Edge Browser.", + "ErrorAddingListingsToSchedulesDirect": "There was an error adding the lineup to your Schedules Direct account. Schedules Direct only allows a limited number of lineups per account. You may need to log into the Schedules Direct website and remove others listings from your account before proceeeding.", + "PleaseAddAtLeastOneFolder": "Please add at least one folder to this library by clicking the Add button.", + "ErrorAddingMediaPathToVirtualFolder": "There was an error adding the media path. Please ensure the path is valid and the Emby Server process has access to that location.", + "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", + "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", + "HeaderFavoriteArtists": "Favorite Artists", + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." +} \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/ms.json b/dashboard-ui/strings/javascript/ms.json index cf50dc97e1..a69bc57015 100644 --- a/dashboard-ui/strings/javascript/ms.json +++ b/dashboard-ui/strings/javascript/ms.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/nb.json b/dashboard-ui/strings/javascript/nb.json index f375ea59b0..3eb265e0a6 100644 --- a/dashboard-ui/strings/javascript/nb.json +++ b/dashboard-ui/strings/javascript/nb.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Bekreftelse", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "St\u00f8tt Emby teamet!", "TextEnjoyBonusFeatures": "Nyt bonusfunksjonene", "TitleLiveTV": "Live TV", @@ -448,16 +450,16 @@ "HeaderRuntime": "Spilletid", "HeaderCommunityRating": "Fellesskap anmeldelse", "HeaderPasswordReset": "Resett passord", - "HeaderParentalRating": "Parental rating", + "HeaderParentalRating": "Foreldresensur", "HeaderReleaseDate": "Utgivelsesdato", - "HeaderDateAdded": "Date added", - "HeaderSeries": "Series", + "HeaderDateAdded": "Dato lagt til", + "HeaderSeries": "Serier", "HeaderSeason": "Sesong", "HeaderSeasonNumber": "Sesong nummer", "HeaderNetwork": "Nettverk", - "HeaderYear": "Year", + "HeaderYear": "\u00c5r", "HeaderGameSystem": "Spill system", - "HeaderPlayers": "Players", + "HeaderPlayers": "Spillere", "HeaderEmbeddedImage": "innebygd bilde", "HeaderTrack": "Spor", "HeaderDisc": "Disk", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Tittel visnings rekkef\u00f8lge:", "OptionSortName": "Sorterings navn", "OptionReleaseDate": "Utgivelsesdato", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disk nummer", "LabelParentNumber": "Forelder-ID", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Spor nummer:", "LabelNumber": "Nummer:", "LabelReleaseDate": "Utgivelsesdato:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/nl.json b/dashboard-ui/strings/javascript/nl.json index cdd6d43734..0963133de7 100644 --- a/dashboard-ui/strings/javascript/nl.json +++ b/dashboard-ui/strings/javascript/nl.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Bevestiging", "MessageKeyUpdated": "Dank u wel. Uw Emby Premiere sleutel is bijgewerkt.", "MessageKeyRemoved": "Dank u wel. Uw Emby Premiere sleutel is verwijderd.", + "LabelSeasonNumber": "Seizoennummer:", + "LabelEpisodeNumber": "Afleveringsnummer:", "HeaderSupportTheTeam": "Ondersteun het Emby Team", "TextEnjoyBonusFeatures": "Profiteer van extra mogelijkheden", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Titel weergave volgorde:", "OptionSortName": "Sorteerbaar", "OptionReleaseDate": "Uitgave datum", - "LabelSeasonNumber": "Seizoennummer:", "LabelDiscNumber": "Disc nummer", "LabelParentNumber": "Bovenliggend nummer", - "LabelEpisodeNumber": "Afleveringsnummer:", "LabelTrackNumber": "Tracknummer:", "LabelNumber": "Nummer:", "LabelReleaseDate": "Uitgave datum:", @@ -917,6 +917,9 @@ "ErrorAddingMediaPathToVirtualFolder": "Er ging iets mis bij het toevoegen van het media pad. Controleer of het pad klopt en of het Emby server process toegang heeft tot het pad.", "ErrorRemovingEmbyConnectAccount": "Er ging iets mis bij het verwijderen van het Emby Connect account. Controleer de internet verbinding en probeer het opnieuw.", "ErrorAddingEmbyConnectAccount": "Er ging iets mis bij het toevoegen van het Emby Connect account. Controleer of het account volgens de intructies in het activatie emailbericht geactiveerd is. Als je geen emailbericht ontvangen hebt, mail dan met het email adres waar mee je het Emby Connect account aangevraagd hebt naar apps@emby.media.", - "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteArtists": "Favoriete Artiest", + "HeaderFavoriteSongs": "Favoriete Liedjes", + "HeaderConfirmPluginInstallation": "Bevestig Plugin Installatie", + "PleaseConfirmPluginInstallation": "Klik op OK om te bevestigen dat u bovenstaande heeft gelezen en door wenst te gaan met het installeren van de plugin.", + "MessagePluginInstallDisclaimer": "Plugins ontwikkeld door leden van de Emby gemeenschap zijn een geweldige manier om je Emby ervaring met extra functies en voordelen te verbeteren. Alvorens het installeren, dient u zich bewust te zijn van de gevolgen die zij kunnen hebben op uw Emby Server, zoals langere bibliotheek scans, extra achtergrondinformatie verwerking, en een verminderde stabiliteit van het systeem." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/pl.json b/dashboard-ui/strings/javascript/pl.json index ab97054528..7446a2682f 100644 --- a/dashboard-ui/strings/javascript/pl.json +++ b/dashboard-ui/strings/javascript/pl.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Potwierdzenie", "MessageKeyUpdated": "Dzi\u0119kujemy. Tw\u00f3j klucz Emby Premiere zosta\u0142 aktualizowany.", "MessageKeyRemoved": "Dzi\u0119kujemy. Tw\u00f3j klucz Emby Premiere zosta\u0142 usuni\u0119ty.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Wesprzyj dru\u017cyn\u0119 Emby", "TextEnjoyBonusFeatures": "Sprawd\u017a Funkcje Specjalne", "TitleLiveTV": "TV Na \u017bywo", @@ -448,16 +450,16 @@ "HeaderRuntime": "D\u0142ugo\u015b\u0107 filmu", "HeaderCommunityRating": "Ocena spo\u0142eczno\u015bci", "HeaderPasswordReset": "Password Reset", - "HeaderParentalRating": "Ocena rodzicielska", + "HeaderParentalRating": "Parental rating", "HeaderReleaseDate": "Data wydania", - "HeaderDateAdded": "Data dodania", - "HeaderSeries": "Seriale", + "HeaderDateAdded": "Date added", + "HeaderSeries": "Series", "HeaderSeason": "Sezon", "HeaderSeasonNumber": "Numer sezonu", "HeaderNetwork": "Sie\u0107", - "HeaderYear": "Rok", + "HeaderYear": "Year", "HeaderGameSystem": "Systemy Gier Wideo", - "HeaderPlayers": "Odtwarzacze:", + "HeaderPlayers": "Players", "HeaderEmbeddedImage": "Osadzony obraz", "HeaderTrack": "\u015acie\u017cka", "HeaderDisc": "P\u0142yta", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas usuwania konta Emby Connect. Prosz\u0119 upewnij si\u0119 \u017ce posiadasz aktywne po\u0142\u0105czenie z internetem i spr\u00f3buj ponownie.", "ErrorAddingEmbyConnectAccount": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas dodawania konta Emby Connect. Prosz\u0119 upewnij si\u0119 \u017ce konto Emby zosta\u0142o aktywowane wed\u0142ug instrukcji przes\u0142anej w emailu po utworzeniu konta. Je\u015bli nie otrzyma\u0142e\u015b tego maila prosz\u0119 napisz do nas na adres apps@emby.media z adresu u\u017cytego podczas tworzenia konta Emby.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/pt-BR.json b/dashboard-ui/strings/javascript/pt-BR.json index 88a1889105..dd1c6daa2f 100644 --- a/dashboard-ui/strings/javascript/pt-BR.json +++ b/dashboard-ui/strings/javascript/pt-BR.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirma\u00e7\u00e3o", "MessageKeyUpdated": "Obrigado. Sua chave do Emby Premiere foi atualizada.", "MessageKeyRemoved": "Obrigado. Sua chave do Emby Premiere foi removida.", + "LabelSeasonNumber": "N\u00famero da temporada:", + "LabelEpisodeNumber": "N\u00famero do epis\u00f3dio:", "HeaderSupportTheTeam": "Colabore com o Time do Emby", "TextEnjoyBonusFeatures": "Aproveite Funcionalidades Extras", "TitleLiveTV": "TV ao Vivo", @@ -450,7 +452,7 @@ "HeaderPasswordReset": "Redefini\u00e7\u00e3o de Senha", "HeaderParentalRating": "Classifica\u00e7\u00e3o parental", "HeaderReleaseDate": "Data de lan\u00e7amento", - "HeaderDateAdded": "Data da adi\u00e7\u00e3o", + "HeaderDateAdded": "Data de adi\u00e7\u00e3o", "HeaderSeries": "S\u00e9rie", "HeaderSeason": "Temporada", "HeaderSeasonNumber": "N\u00famero da temporada", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Ordem de exibi\u00e7\u00e3o do t\u00edtulo: ", "OptionSortName": "Nome para ordena\u00e7\u00e3o", "OptionReleaseDate": "Data de lan\u00e7amento", - "LabelSeasonNumber": "N\u00famero da temporada:", "LabelDiscNumber": "N\u00famero do disco", "LabelParentNumber": "N\u00famero do superior", - "LabelEpisodeNumber": "N\u00famero do epis\u00f3dio:", "LabelTrackNumber": "N\u00famero da faixa:", "LabelNumber": "N\u00famero:", "LabelReleaseDate": "Data do lan\u00e7amento:", @@ -657,7 +657,7 @@ "MediaInfoLayout": "Layout", "MediaInfoLanguage": "Idioma", "MediaInfoCodec": "Codec", - "MediaInfoCodecTag": "Codec tag", + "MediaInfoCodecTag": "Tag do Codec", "MediaInfoProfile": "Perfil", "MediaInfoLevel": "N\u00edvel", "MediaInfoAspectRatio": "Propor\u00e7\u00e3o da imagem", @@ -917,6 +917,9 @@ "ErrorAddingMediaPathToVirtualFolder": "Ocorreu um erro ao adicionar o caminho da m\u00eddia. Por favor, assegure-se que o caminho \u00e9 valido e que o processo do Emby Server tenha acesso a essa localiza\u00e7\u00e3o.", "ErrorRemovingEmbyConnectAccount": "Ocorreu um erro ao remover a conta do Emby Connect. Por favor, assegure-se que possui uma conex\u00e3o de internet ativa e tente novamente.", "ErrorAddingEmbyConnectAccount": "Ocorreu um erro ao adicionar a conta do Emby Connect. Por favor, assegure-se que a conta Emby foi ativada seguindo as instru\u00e7\u00f5es no email enviado ap\u00f3s a cria\u00e7\u00e3o da conta. Se n\u00e3o recebeu este email, por favor envie um email para apps@emby.media do mesmo endere\u00e7o de email usado na conta Emby.", - "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteArtists": "Artistas Favoritos", + "HeaderFavoriteSongs": "M\u00fasicas Favoritas", + "HeaderConfirmPluginInstallation": "Confirmar a Instala\u00e7\u00e3o do Plugin", + "PleaseConfirmPluginInstallation": "Por favor, clique em OK para confirmar que voc\u00ea leu e deseja prosseguir com a instala\u00e7\u00e3o do plugin.", + "MessagePluginInstallDisclaimer": "Plugins feitos por membros da comunidade Emby s\u00e3o uma grande forma de melhorar sua experi\u00eancia Emby com funcionalidades e benef\u00edcios adicionais. Antes de instalar, por favor certifique-se de conhecer os efeitos que podem causar no seu Servidor Emby, tais como, rastreamentos da biblioreca mais longos, processamento adicional e diminui\u00e7\u00e3o na estabilidade do sistema." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/pt-PT.json b/dashboard-ui/strings/javascript/pt-PT.json index 2543b55831..128d395975 100644 --- a/dashboard-ui/strings/javascript/pt-PT.json +++ b/dashboard-ui/strings/javascript/pt-PT.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Suporte a Equipa do Emby", "TextEnjoyBonusFeatures": "Aproveite os Extras", "TitleLiveTV": "TV ao Vivo", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/ro.json b/dashboard-ui/strings/javascript/ro.json index d21411617a..b84a26b92d 100644 --- a/dashboard-ui/strings/javascript/ro.json +++ b/dashboard-ui/strings/javascript/ro.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Bucura\u021bi-v\u0103 de caracteristicile Bonus", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/ru.json b/dashboard-ui/strings/javascript/ru.json index 11dcd1c599..b2d6270b7f 100644 --- a/dashboard-ui/strings/javascript/ru.json +++ b/dashboard-ui/strings/javascript/ru.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435", "MessageKeyUpdated": "\u0412\u0430\u0448 \u043a\u043b\u044e\u0447 Emby Premiere \u0431\u044b\u043b \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d.", "MessageKeyRemoved": "\u0412\u0430\u0448 \u043a\u043b\u044e\u0447 Emby Premiere \u0431\u044b\u043b \u0438\u0437\u044a\u044f\u0442.", + "LabelSeasonNumber": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0435\u0437\u043e\u043d\u0430:", + "LabelEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u044d\u043f\u0438\u0437\u043e\u0434\u0430", "HeaderSupportTheTeam": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 Emby", "TextEnjoyBonusFeatures": "\u041f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0438\u0442\u0435 \u0431\u043e\u043d\u0443\u0441\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b", "TitleLiveTV": "\u042d\u0444\u0438\u0440", @@ -448,10 +450,10 @@ "HeaderRuntime": "\u0414\u043b\u0438\u0442.", "HeaderCommunityRating": "\u041e\u0431\u0449. \u043e\u0446\u0435\u043d\u043a\u0430", "HeaderPasswordReset": "\u0421\u0431\u0440\u043e\u0441 \u043f\u0430\u0440\u043e\u043b\u044f", - "HeaderParentalRating": "\u0412\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u0430\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", + "HeaderParentalRating": "\u0412\u043e\u0437\u0440. \u043a\u0430\u0442.", "HeaderReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f.", - "HeaderDateAdded": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f", - "HeaderSeries": "\u0421\u0435\u0440\u0438\u0430\u043b", + "HeaderDateAdded": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431.", + "HeaderSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u044b", "HeaderSeason": "\u0421\u0435\u0437\u043e\u043d", "HeaderSeasonNumber": "\u2116 \u0441\u0435\u0437\u043e\u043d\u0430", "HeaderNetwork": "\u0422\u0435\u043b\u0435\u0441\u0435\u0442\u044c", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439:", "OptionSortName": "\u0418\u043c\u044f \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438", "OptionReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430", - "LabelSeasonNumber": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0435\u0437\u043e\u043d\u0430:", "LabelDiscNumber": "\u041d\u043e\u043c\u0435\u0440 \u0434\u0438\u0441\u043a\u0430", "LabelParentNumber": "\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u043d\u043e\u043c\u0435\u0440", - "LabelEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u044d\u043f\u0438\u0437\u043e\u0434\u0430", "LabelTrackNumber": "\u041d\u043e\u043c\u0435\u0440 \u0434\u043e\u0440\u043e\u0436\u043a\u0438:", "LabelNumber": "\u041d\u043e\u043c\u0435\u0440:", "LabelReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430:", @@ -657,7 +657,7 @@ "MediaInfoLayout": "\u041a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0430", "MediaInfoLanguage": "\u042f\u0437\u044b\u043a", "MediaInfoCodec": "\u041a\u043e\u0434\u0435\u043a", - "MediaInfoCodecTag": "Codec tag", + "MediaInfoCodecTag": "\u0422\u0435\u0433 \u043a\u043e\u0434\u0435\u043a\u0430", "MediaInfoProfile": "\u041f\u0440\u043e\u0444\u0438\u043b\u044c", "MediaInfoLevel": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c", "MediaInfoAspectRatio": "\u0421\u043e\u043e\u0442-\u0438\u0435 \u0441\u0442\u043e\u0440\u043e\u043d", @@ -875,7 +875,7 @@ "OptionDefaultSort": "\u0423\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u0435", "ButtonFilter": "\u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c", "OptionCriticRating": "\u041e\u0446\u0435\u043d\u043a\u0430 \u043a\u0440\u0438\u0442\u0438\u043a\u043e\u0432", - "OptionVideoBitrate": "\u0411\u0438\u0442\u0440\u0435\u0439\u0442", + "OptionVideoBitrate": "\u041f\u043e\u0442\u043e\u043a. \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432\u0438\u0434\u0435\u043e", "OptionMetascore": "\u041e\u0446\u0435\u043d\u043a\u0430 Metascore", "OptionRevenue": "\u0414\u043e\u0445\u043e\u0434", "OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442", @@ -917,6 +917,9 @@ "ErrorAddingMediaPathToVirtualFolder": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043f\u0443\u0442\u0438 \u043a \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u043c. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043f\u0443\u0442\u044c \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c, \u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 Emby Server \u0438\u043c\u0435\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u044d\u0442\u043e\u043c\u0443 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e.", "ErrorRemovingEmbyConnectAccount": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0438 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Emby Connect. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", "ErrorAddingEmbyConnectAccount": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Emby Connect. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Emby Connect \u0431\u044b\u043b\u0430 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0430, \u0441\u043b\u0435\u0434\u0443\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c \u0432 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0438 \u042d-\u043f\u043e\u0447\u0442\u044b, \u043f\u043e\u0441\u043b\u0430\u043d\u043d\u043e\u043c \u043f\u043e\u0441\u043b\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438. \u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0435 \u0431\u044b\u043b\u043e \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e, \u0442\u043e \u043f\u043e\u0448\u043b\u0438\u0442\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0430 apps@emby.media \u0441 \u0430\u0434\u0440\u0435\u0441\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Emby.", - "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteArtists": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0438", + "HeaderFavoriteSongs": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0446\u0438\u0438", + "HeaderConfirmPluginInstallation": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430", + "PleaseConfirmPluginInstallation": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u041e\u041a, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c, \u0447\u0442\u043e \u0432\u044b \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043b\u0438 \u0432\u044b\u0448\u0435\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u043e\u0435 \u0438 \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u0430.", + "MessagePluginInstallDisclaimer": "\u041f\u043b\u0430\u0433\u0438\u043d\u044b, \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u0447\u043b\u0435\u043d\u0430\u043c\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430 Emby \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043e\u0442\u043b\u0438\u0447\u043d\u044b\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c \u0434\u043b\u044f \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 Emby \u0441 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u044f\u043c\u0438 \u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430\u043c\u0438. \u041f\u0435\u0440\u0435\u0434 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u043e\u0439 \u043f\u0440\u0438\u043c\u0438\u0442\u0435 \u0432\u043e \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u0438\u0447\u0438\u043d\u0438\u0442\u044c \u043d\u0430 \u0432\u0430\u0448 Emby Server, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438, \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0444\u043e\u043d\u043e\u0432\u0443\u044e \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u0438 \u0441\u043d\u0438\u0436\u0435\u043d\u0438\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0439 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u0438." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/sl-SI.json b/dashboard-ui/strings/javascript/sl-SI.json index d1681fbf26..2e6da531c6 100644 --- a/dashboard-ui/strings/javascript/sl-SI.json +++ b/dashboard-ui/strings/javascript/sl-SI.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/sv.json b/dashboard-ui/strings/javascript/sv.json index 132246fced..d52cd08e1b 100644 --- a/dashboard-ui/strings/javascript/sv.json +++ b/dashboard-ui/strings/javascript/sv.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Bekr\u00e4ftelse", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live-TV", @@ -448,16 +450,16 @@ "HeaderRuntime": "Speltid", "HeaderCommunityRating": "Anv\u00e4ndaromd\u00f6me", "HeaderPasswordReset": "\u00c5terst\u00e4llning av l\u00f6senordet", - "HeaderParentalRating": "Parental rating", + "HeaderParentalRating": "\u00c5ldersgr\u00e4ns", "HeaderReleaseDate": "Premi\u00e4rdatum:", - "HeaderDateAdded": "Date added", - "HeaderSeries": "Series", + "HeaderDateAdded": "Inlagd den", + "HeaderSeries": "Serie", "HeaderSeason": "S\u00e4song", "HeaderSeasonNumber": "S\u00e4songsnummer:", "HeaderNetwork": "TV-bolag", - "HeaderYear": "Year", + "HeaderYear": "\u00c5r", "HeaderGameSystem": "Spelsystem", - "HeaderPlayers": "Players", + "HeaderPlayers": "Spelare", "HeaderEmbeddedImage": "Infogad bild", "HeaderTrack": "Sp\u00e5r", "HeaderDisc": "Skiva", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Visningsordning f\u00f6r titlar", "OptionSortName": "Sorteringstitel", "OptionReleaseDate": "Premi\u00e4rdatum", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Skiva nr", "LabelParentNumber": "F\u00f6r\u00e4lder nr", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Sp\u00e5r nr", "LabelNumber": "Nr:", "LabelReleaseDate": "Premi\u00e4rdatum:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/tr.json b/dashboard-ui/strings/javascript/tr.json index 1a6139545f..945ce9af79 100644 --- a/dashboard-ui/strings/javascript/tr.json +++ b/dashboard-ui/strings/javascript/tr.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Canl\u0131 TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/uk.json b/dashboard-ui/strings/javascript/uk.json index f8d473500e..bdb9aed0b9 100644 --- a/dashboard-ui/strings/javascript/uk.json +++ b/dashboard-ui/strings/javascript/uk.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -451,11 +453,11 @@ "HeaderParentalRating": "Parental rating", "HeaderReleaseDate": "Release date", "HeaderDateAdded": "Date added", - "HeaderSeries": "Series", + "HeaderSeries": "\u0421\u0435\u0440\u0456\u0457", "HeaderSeason": "\u0421\u0435\u0437\u043e\u043d", "HeaderSeasonNumber": "Season number", "HeaderNetwork": "Network", - "HeaderYear": "Year", + "HeaderYear": "\u0420\u0456\u043a", "HeaderGameSystem": "Game system", "HeaderPlayers": "Players", "HeaderEmbeddedImage": "Embedded image", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/vi.json b/dashboard-ui/strings/javascript/vi.json index a1f97f1552..fa62004d6c 100644 --- a/dashboard-ui/strings/javascript/vi.json +++ b/dashboard-ui/strings/javascript/vi.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "Live TV", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/zh-CN.json b/dashboard-ui/strings/javascript/zh-CN.json index 0890ef68e6..8412066cc0 100644 --- a/dashboard-ui/strings/javascript/zh-CN.json +++ b/dashboard-ui/strings/javascript/zh-CN.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "\u786e\u8ba4", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "\u4eab\u53d7\u5956\u52b1\u529f\u80fd", "TitleLiveTV": "\u7535\u89c6\u76f4\u64ad", @@ -448,16 +450,16 @@ "HeaderRuntime": "\u64ad\u653e\u65f6\u95f4", "HeaderCommunityRating": "\u516c\u4f17\u8bc4\u5206", "HeaderPasswordReset": "\u5bc6\u7801\u91cd\u7f6e", - "HeaderParentalRating": "Parental rating", + "HeaderParentalRating": "\u5bb6\u957f\u5206\u7ea7", "HeaderReleaseDate": "\u53d1\u884c\u65e5\u671f", - "HeaderDateAdded": "Date added", - "HeaderSeries": "Series", + "HeaderDateAdded": "\u52a0\u5165\u65e5\u671f", + "HeaderSeries": "\u7535\u89c6\u5267", "HeaderSeason": "\u5b63", "HeaderSeasonNumber": "\u591a\u5c11\u5b63", "HeaderNetwork": "\u7f51\u7edc", - "HeaderYear": "Year", + "HeaderYear": "\u5e74", "HeaderGameSystem": "\u6e38\u620f\u7cfb\u7edf", - "HeaderPlayers": "Players", + "HeaderPlayers": "\u64ad\u653e\u5668", "HeaderEmbeddedImage": "\u5d4c\u5165\u5f0f\u56fe\u50cf", "HeaderTrack": "\u97f3\u8f68", "HeaderDisc": "\u5149\u76d8", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "\u6807\u9898\u663e\u793a\u7684\u987a\u5e8f\uff1a", "OptionSortName": "\u6392\u5e8f\u540d\u79f0", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "\u5149\u76d8\u53f7", "LabelParentNumber": "\u6bcd\u5e26\u53f7", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "\u97f3\u8f68\u53f7\u7801\uff1a", "LabelNumber": "\u7f16\u53f7\uff1a", "LabelReleaseDate": "\u53d1\u884c\u65e5\u671f\uff1a", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/zh-HK.json b/dashboard-ui/strings/javascript/zh-HK.json index 9eb743a219..02d23d6a5d 100644 --- a/dashboard-ui/strings/javascript/zh-HK.json +++ b/dashboard-ui/strings/javascript/zh-HK.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "\u5b63\u5ea6\u5287\u96c6", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "\u8d0a\u52a9\u6211\u5011\u7684\u5718\u968a", "TextEnjoyBonusFeatures": "\u4eab\u53d7\u66f4\u591a\u529f\u80fd", "TitleLiveTV": "\u96fb\u8996\u76f4\u64ad", @@ -451,7 +453,7 @@ "HeaderParentalRating": "Parental rating", "HeaderReleaseDate": "Release date", "HeaderDateAdded": "Date added", - "HeaderSeries": "\u96fb\u8996\u5287", + "HeaderSeries": "Series", "HeaderSeason": "\u5287\u96c6\u5b63\u5ea6", "HeaderSeasonNumber": "\u5287\u96c6\u5b63\u5ea6\u6578\u76ee", "HeaderNetwork": "Network", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "\u5b63\u5ea6\u5287\u96c6", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file diff --git a/dashboard-ui/strings/javascript/zh-TW.json b/dashboard-ui/strings/javascript/zh-TW.json index 1b18d09975..590688ab70 100644 --- a/dashboard-ui/strings/javascript/zh-TW.json +++ b/dashboard-ui/strings/javascript/zh-TW.json @@ -35,6 +35,8 @@ "HeaderConfirmation": "Confirmation", "MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.", "MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.", + "LabelSeasonNumber": "Season number:", + "LabelEpisodeNumber": "Episode number:", "HeaderSupportTheTeam": "Support the Emby Team", "TextEnjoyBonusFeatures": "Enjoy Bonus Features", "TitleLiveTV": "\u96fb\u8996\u529f\u80fd", @@ -493,10 +495,8 @@ "LabelTitleDisplayOrder": "Title display order:", "OptionSortName": "Sort name", "OptionReleaseDate": "Release date", - "LabelSeasonNumber": "Season number:", "LabelDiscNumber": "Disc number", "LabelParentNumber": "Parent number", - "LabelEpisodeNumber": "Episode number:", "LabelTrackNumber": "Track number:", "LabelNumber": "Number:", "LabelReleaseDate": "Release date:", @@ -901,7 +901,7 @@ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "HeaderEmailAddress": "E-Mail Address", "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address.", - "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. Downloading any Emby software constitutes acceptance of these terms.", + "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "TermsOfUse": "Terms of use", "HeaderTryMultiSelect": "Try Multi-Select", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", @@ -918,5 +918,8 @@ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.", "ErrorAddingEmbyConnectAccount": "There was an error adding the Emby Connect account. Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If this email was not received please send an email to apps@emby.media from the email address used with the Emby account.", "HeaderFavoriteArtists": "Favorite Artists", - "HeaderFavoriteSongs": "Favorite Songs" + "HeaderFavoriteSongs": "Favorite Songs", + "HeaderConfirmPluginInstallation": "Confirm Plugin Installation", + "PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.", + "MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability." } \ No newline at end of file