diff --git a/BasicNodes/i18n/de.json b/BasicNodes/i18n/de.json index 95970e45..4fa2f2c9 100644 --- a/BasicNodes/i18n/de.json +++ b/BasicNodes/i18n/de.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "Grundlegende Flusselemente für FileFlows. Dieses Plugin enthält grundlegende und allgemeine Flusselemente zur Verarbeitung von Dateien.\nDieses Plugin ist erforderlich, damit FileFlows funktioniert.", "Label": "Basic" } diff --git a/BasicNodes/i18n/en.json b/BasicNodes/i18n/en.json index 0a5cb55f..27590cb9 100644 --- a/BasicNodes/i18n/en.json +++ b/BasicNodes/i18n/en.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "Basic flow elements for FileFlows. This plugin contains basic and common flow elements to process files.\nThis plugin is required for FileFlows to work.", "Label": "Basic" } diff --git a/BasicNodes/i18n/es.json b/BasicNodes/i18n/es.json index 7896704b..cae722ca 100644 --- a/BasicNodes/i18n/es.json +++ b/BasicNodes/i18n/es.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "Elementos de flujo básicos para FileFlows. Este plugin contiene elementos de flujo básicos y comunes para procesar archivos.\nEste plugin es necesario para que FileFlows funcione.", "Label": "Básico" } diff --git a/BasicNodes/i18n/fr.json b/BasicNodes/i18n/fr.json index 29d85e6b..4fbaef51 100644 --- a/BasicNodes/i18n/fr.json +++ b/BasicNodes/i18n/fr.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "Éléments de flux basiques pour FileFlows. Ce plugin contient des éléments de flux basiques et communs pour traiter les fichiers.\nCe plugin est requis pour que FileFlows fonctionne.", "Label": "Basique" } diff --git a/BasicNodes/i18n/it.json b/BasicNodes/i18n/it.json index a6d4c819..d2eefc9a 100644 --- a/BasicNodes/i18n/it.json +++ b/BasicNodes/i18n/it.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "Elementi di flusso di base per FileFlows. Questo plugin contiene elementi di flusso di base e comuni per elaborare i file.\nQuesto plugin è necessario per il funzionamento di FileFlows.", "Label": "Base" } diff --git a/BasicNodes/i18n/ja.json b/BasicNodes/i18n/ja.json index a01552fe..fabd105a 100644 --- a/BasicNodes/i18n/ja.json +++ b/BasicNodes/i18n/ja.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "FileFlowsの基本フロー要素。このプラグインには、ファイル処理のための基本的で共通のフロー要素が含まれています。\nFileFlowsが機能するには、このプラグインが必要です。", "Label": "基本" } diff --git a/BasicNodes/i18n/nl.json b/BasicNodes/i18n/nl.json index 20e30721..c1e81c76 100644 --- a/BasicNodes/i18n/nl.json +++ b/BasicNodes/i18n/nl.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "Basisstroomelementen voor FileFlows. Deze plugin bevat basis- en algemene stroomelementen voor het verwerken van bestanden.\nDeze plugin is vereist om FileFlows te laten werken.", "Label": "Basis" } diff --git a/BasicNodes/i18n/pt.json b/BasicNodes/i18n/pt.json index e528a3d5..a554f568 100644 --- a/BasicNodes/i18n/pt.json +++ b/BasicNodes/i18n/pt.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "Elementos de fluxo básicos para FileFlows. Este plugin contém elementos de fluxo básicos e comuns para processar arquivos.\nEste plugin é necessário para que o FileFlows funcione.", "Label": "Básico" } diff --git a/BasicNodes/i18n/ru.json b/BasicNodes/i18n/ru.json index 65dde81d..b31bf041 100644 --- a/BasicNodes/i18n/ru.json +++ b/BasicNodes/i18n/ru.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "Базовые элементы потока для FileFlows. Этот плагин содержит базовые и общие элементы потока для обработки файлов.\nЭтот плагин необходим для работы FileFlows.", "Label": "Базовый" } diff --git a/BasicNodes/i18n/sv.json b/BasicNodes/i18n/sv.json index b602e8f7..1b4d9f3f 100644 --- a/BasicNodes/i18n/sv.json +++ b/BasicNodes/i18n/sv.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "Grundläggande flödeselement för FileFlows. Detta plugin innehåller grundläggande och vanliga flödeselement för att bearbeta filer.\nDetta plugin är nödvändigt för att FileFlows ska fungera.", "Label": "Grundläggande" } diff --git a/BasicNodes/i18n/zh.json b/BasicNodes/i18n/zh.json index 0068a52c..f0e18e08 100644 --- a/BasicNodes/i18n/zh.json +++ b/BasicNodes/i18n/zh.json @@ -761,7 +761,7 @@ } }, "Plugins": { - "Basic": { + "BasicNodes": { "Description": "FileFlows的基础流程元素。此插件包含用于处理文件的基础和常用流程元素。\nFileFlows的正常工作需要此插件。", "Label": "基础" } diff --git a/ChecksumNodes/i18n/de.json b/ChecksumNodes/i18n/de.json index 08619745..e3ef82b0 100644 --- a/ChecksumNodes/i18n/de.json +++ b/ChecksumNodes/i18n/de.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "Flusselemente, die die Möglichkeit bieten, eine Prüfsumme für eine Datei auszuführen.", "Label": "Checksumme" } diff --git a/ChecksumNodes/i18n/en.json b/ChecksumNodes/i18n/en.json index fe15839c..fdbc6a40 100644 --- a/ChecksumNodes/i18n/en.json +++ b/ChecksumNodes/i18n/en.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "Flow elements that provide the ability to run a checksum against a file.", "Label": "Checksum" } diff --git a/ChecksumNodes/i18n/es.json b/ChecksumNodes/i18n/es.json index 35352d0f..7e5161e8 100644 --- a/ChecksumNodes/i18n/es.json +++ b/ChecksumNodes/i18n/es.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "Elementos de flujo que proporcionan la capacidad de ejecutar una suma de verificación en un archivo.", "Label": "Suma de verificación" } diff --git a/ChecksumNodes/i18n/fr.json b/ChecksumNodes/i18n/fr.json index 7cac2b23..fb9d4f7c 100644 --- a/ChecksumNodes/i18n/fr.json +++ b/ChecksumNodes/i18n/fr.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "Éléments de flux permettant d'exécuter une somme de contrôle sur un fichier.", "Label": "Somme de contrôle" } diff --git a/ChecksumNodes/i18n/it.json b/ChecksumNodes/i18n/it.json index 9dc18c5f..581a4068 100644 --- a/ChecksumNodes/i18n/it.json +++ b/ChecksumNodes/i18n/it.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "Elementi di flusso che forniscono la possibilità di eseguire un checksum su un file.", "Label": "Checksum" } diff --git a/ChecksumNodes/i18n/ja.json b/ChecksumNodes/i18n/ja.json index c027ff69..17065fa6 100644 --- a/ChecksumNodes/i18n/ja.json +++ b/ChecksumNodes/i18n/ja.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "ファイルに対してチェックサムを実行する機能を提供するフロー要素。", "Label": "チェックサム" } diff --git a/ChecksumNodes/i18n/nl.json b/ChecksumNodes/i18n/nl.json index 4f3914b3..1d5639ae 100644 --- a/ChecksumNodes/i18n/nl.json +++ b/ChecksumNodes/i18n/nl.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "Stroomelementen die de mogelijkheid bieden om een controlegetal op een bestand uit te voeren.", "Label": "Controlegetal" } diff --git a/ChecksumNodes/i18n/pt.json b/ChecksumNodes/i18n/pt.json index 1228e9f5..2f5c6b3b 100644 --- a/ChecksumNodes/i18n/pt.json +++ b/ChecksumNodes/i18n/pt.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "Elementos de fluxo que fornecem a capacidade de executar um checksum em um arquivo.", "Label": "Checksum" } diff --git a/ChecksumNodes/i18n/ru.json b/ChecksumNodes/i18n/ru.json index 1788b4cb..f6223b8c 100644 --- a/ChecksumNodes/i18n/ru.json +++ b/ChecksumNodes/i18n/ru.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "Элементы потока, которые позволяют выполнить контрольную сумму для файла.", "Label": "Контрольная сумма" } diff --git a/ChecksumNodes/i18n/sv.json b/ChecksumNodes/i18n/sv.json index 9e8785b6..30f3cdb2 100644 --- a/ChecksumNodes/i18n/sv.json +++ b/ChecksumNodes/i18n/sv.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "Flödeselement som ger möjlighet att köra en kontrollsumma på en fil.", "Label": "Kontrollsumma" } diff --git a/ChecksumNodes/i18n/zh.json b/ChecksumNodes/i18n/zh.json index 3c209a4b..c0d96fbf 100644 --- a/ChecksumNodes/i18n/zh.json +++ b/ChecksumNodes/i18n/zh.json @@ -32,7 +32,7 @@ } }, "Plugins": { - "Checksum": { + "ChecksumNodes": { "Description": "提供针对文件运行校验和的流程元素。", "Label": "校验和" } diff --git a/ComicNodes/i18n/de.json b/ComicNodes/i18n/de.json index 57f62ac0..8b282dd8 100644 --- a/ComicNodes/i18n/de.json +++ b/ComicNodes/i18n/de.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "Flusselemente zur Verarbeitung von Comics (cbr, cbz, pdf usw.)", "Label": "Comic" } diff --git a/ComicNodes/i18n/en.json b/ComicNodes/i18n/en.json index cd64b0f4..8b1fdae7 100644 --- a/ComicNodes/i18n/en.json +++ b/ComicNodes/i18n/en.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "Flow elements for processing comic books (cbr, cbz, pdf etc)", "Label": "Comic" } diff --git a/ComicNodes/i18n/es.json b/ComicNodes/i18n/es.json index 60b8ad0c..3d102bf1 100644 --- a/ComicNodes/i18n/es.json +++ b/ComicNodes/i18n/es.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "Elementos de flujo para procesar cómics (cbr, cbz, pdf, etc.)", "Label": "Cómic" } diff --git a/ComicNodes/i18n/fr.json b/ComicNodes/i18n/fr.json index c3a6a3df..bae82335 100644 --- a/ComicNodes/i18n/fr.json +++ b/ComicNodes/i18n/fr.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "Éléments de flux pour traiter des bandes dessinées (cbr, cbz, pdf, etc.)", "Label": "BD" } diff --git a/ComicNodes/i18n/it.json b/ComicNodes/i18n/it.json index 8f345182..b65e7630 100644 --- a/ComicNodes/i18n/it.json +++ b/ComicNodes/i18n/it.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "Elementi di flusso per l'elaborazione di fumetti (cbr, cbz, pdf, ecc.)", "Label": "Fumetto" } diff --git a/ComicNodes/i18n/ja.json b/ComicNodes/i18n/ja.json index 9e5fc0e9..c7dc1ea4 100644 --- a/ComicNodes/i18n/ja.json +++ b/ComicNodes/i18n/ja.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "コミックブックを処理するためのフロー要素(cbr、cbz、pdfなど)", "Label": "コミック" } diff --git a/ComicNodes/i18n/nl.json b/ComicNodes/i18n/nl.json index c9de898a..51654423 100644 --- a/ComicNodes/i18n/nl.json +++ b/ComicNodes/i18n/nl.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "Stroomelementen voor het verwerken van stripboeken (cbr, cbz, pdf, enz.)", "Label": "Strip" } diff --git a/ComicNodes/i18n/pt.json b/ComicNodes/i18n/pt.json index dd894cab..a9bb9a41 100644 --- a/ComicNodes/i18n/pt.json +++ b/ComicNodes/i18n/pt.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "Elementos de fluxo para processar quadrinhos (cbr, cbz, pdf, etc.)", "Label": "Quadrinhos" } diff --git a/ComicNodes/i18n/ru.json b/ComicNodes/i18n/ru.json index 9cc4ea87..614a35f1 100644 --- a/ComicNodes/i18n/ru.json +++ b/ComicNodes/i18n/ru.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "Элементы потока для обработки комиксов (cbr, cbz, pdf и т.д.)", "Label": "Комикс" } diff --git a/ComicNodes/i18n/sv.json b/ComicNodes/i18n/sv.json index 886d5d7a..2be801cb 100644 --- a/ComicNodes/i18n/sv.json +++ b/ComicNodes/i18n/sv.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "Flödeselement för att bearbeta serietidningar (cbr, cbz, pdf osv.)", "Label": "Serier" } diff --git a/ComicNodes/i18n/zh.json b/ComicNodes/i18n/zh.json index 203ed546..e806dfa2 100644 --- a/ComicNodes/i18n/zh.json +++ b/ComicNodes/i18n/zh.json @@ -55,7 +55,7 @@ } }, "Plugins": { - "Comic": { + "ComicNodes": { "Description": "处理漫画书的流程元素(cbr、cbz、pdf 等)", "Label": "漫画" } diff --git a/ImageNodes/i18n/de.json b/ImageNodes/i18n/de.json index eb894ffe..5fe76123 100644 --- a/ImageNodes/i18n/de.json +++ b/ImageNodes/i18n/de.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "Flusselemente zur Verarbeitung von Bilddateien. Dieses Plugin enthält Knoten zum Konvertieren und Manipulieren von Bildern.", "Label": "Bild" } diff --git a/ImageNodes/i18n/en.json b/ImageNodes/i18n/en.json index eca3db7f..e398fe90 100644 --- a/ImageNodes/i18n/en.json +++ b/ImageNodes/i18n/en.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "Flow elements for processing images files. This plugin contains nodes to convert and manipulate images.", "Label": "Image" } diff --git a/ImageNodes/i18n/es.json b/ImageNodes/i18n/es.json index 4aa12817..ad57680a 100644 --- a/ImageNodes/i18n/es.json +++ b/ImageNodes/i18n/es.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "Elementos de flujo para procesar archivos de imagen. Este complemento contiene nodos para convertir y manipular imágenes.", "Label": "Imagen" } diff --git a/ImageNodes/i18n/fr.json b/ImageNodes/i18n/fr.json index d18467b2..dfa6ed8a 100644 --- a/ImageNodes/i18n/fr.json +++ b/ImageNodes/i18n/fr.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "Éléments de flux pour traiter les fichiers image. Ce plugin contient des nœuds pour convertir et manipuler des images.", "Label": "Image" } diff --git a/ImageNodes/i18n/it.json b/ImageNodes/i18n/it.json index def63774..253bd180 100644 --- a/ImageNodes/i18n/it.json +++ b/ImageNodes/i18n/it.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "Elementi di flusso per l'elaborazione di file immagine. Questo plugin contiene nodi per convertire e manipolare immagini.", "Label": "Immagine" } diff --git a/ImageNodes/i18n/ja.json b/ImageNodes/i18n/ja.json index 566b351c..f81886d4 100644 --- a/ImageNodes/i18n/ja.json +++ b/ImageNodes/i18n/ja.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "画像ファイルを処理するためのフロー要素。このプラグインには、画像を変換および操作するためのノードが含まれています。", "Label": "画像" } diff --git a/ImageNodes/i18n/nl.json b/ImageNodes/i18n/nl.json index 9acc5305..f936b794 100644 --- a/ImageNodes/i18n/nl.json +++ b/ImageNodes/i18n/nl.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "Stroomelementen voor het verwerken van afbeeldingsbestanden. Deze plugin bevat knooppunten om afbeeldingen te converteren en te manipuleren.", "Label": "Afbeelding" } diff --git a/ImageNodes/i18n/pt.json b/ImageNodes/i18n/pt.json index 0ff997f5..233b3092 100644 --- a/ImageNodes/i18n/pt.json +++ b/ImageNodes/i18n/pt.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "Elementos de fluxo para processar arquivos de imagem. Este plugin contém nós para converter e manipular imagens.", "Label": "Imagem" } diff --git a/ImageNodes/i18n/ru.json b/ImageNodes/i18n/ru.json index d9e5660b..92e65e7d 100644 --- a/ImageNodes/i18n/ru.json +++ b/ImageNodes/i18n/ru.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "Элементы потока для обработки файлов изображений. Этот плагин содержит узлы для конвертации и манипуляции изображениями.", "Label": "Изображение" } diff --git a/ImageNodes/i18n/sv.json b/ImageNodes/i18n/sv.json index 5f003a81..35be326e 100644 --- a/ImageNodes/i18n/sv.json +++ b/ImageNodes/i18n/sv.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "Flödeselement för att bearbeta bildfiler. Denna plugin innehåller noder för att konvertera och manipulera bilder.", "Label": "Bild" } diff --git a/ImageNodes/i18n/zh.json b/ImageNodes/i18n/zh.json index 85a7ff0a..ac710749 100644 --- a/ImageNodes/i18n/zh.json +++ b/ImageNodes/i18n/zh.json @@ -119,7 +119,7 @@ } }, "Plugins": { - "Image": { + "ImageNodes": { "Description": "用于处理图像文件的流程元素。此插件包含用于转换和操作图像的节点。", "Label": "图像" } diff --git a/MetaNodes/i18n/de.json b/MetaNodes/i18n/de.json index 0de745e7..bee2b9d4 100644 --- a/MetaNodes/i18n/de.json +++ b/MetaNodes/i18n/de.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "Ein Plugin, das Meta-Informationen und Flusselemente enthält, die zur Abfrage von Metainformationen zu Dateien verwendet werden.\n\nEnthält Flusselemente, um Filminformationen von TheMovieDB und Musikinformationen aus ID3-Tags in der Datei abzufragen.", "Label": "Meta" } diff --git a/MetaNodes/i18n/en.json b/MetaNodes/i18n/en.json index 513c86be..8daa2a41 100644 --- a/MetaNodes/i18n/en.json +++ b/MetaNodes/i18n/en.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "A plugin that contains Meta information flow elements used to lookup meta information on files.\n\nContains flow elements to lookup movie information from TheMovieDB, and music information from ID3 tags inside the file.", "Label": "Meta" } diff --git a/MetaNodes/i18n/es.json b/MetaNodes/i18n/es.json index 92c73f62..c3209b56 100644 --- a/MetaNodes/i18n/es.json +++ b/MetaNodes/i18n/es.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "Un complemento que contiene elementos de flujo de información meta utilizados para buscar información meta sobre archivos.\n\nContiene elementos de flujo para buscar información de películas de TheMovieDB y información musical de las etiquetas ID3 dentro del archivo.", "Label": "Meta" } diff --git a/MetaNodes/i18n/fr.json b/MetaNodes/i18n/fr.json index b0397199..df2fed9d 100644 --- a/MetaNodes/i18n/fr.json +++ b/MetaNodes/i18n/fr.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "Un plugin qui contient des éléments de flux d'informations méta utilisés pour rechercher des informations méta sur les fichiers.\n\nContient des éléments de flux pour rechercher des informations sur les films à partir de TheMovieDB et des informations musicales à partir des balises ID3 dans le fichier.", "Label": "Meta" } diff --git a/MetaNodes/i18n/it.json b/MetaNodes/i18n/it.json index 25e04659..82764403 100644 --- a/MetaNodes/i18n/it.json +++ b/MetaNodes/i18n/it.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "Un plugin che contiene elementi di flusso di informazioni meta utilizzati per cercare informazioni meta sui file.\n\nContiene elementi di flusso per cercare informazioni sui film da TheMovieDB e informazioni musicali dai tag ID3 all'interno del file.", "Label": "Meta" } diff --git a/MetaNodes/i18n/ja.json b/MetaNodes/i18n/ja.json index 39439c4e..86cb7e47 100644 --- a/MetaNodes/i18n/ja.json +++ b/MetaNodes/i18n/ja.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "ファイルのメタ情報を検索するために使用されるメタ情報フロー要素を含むプラグインです。\n\nTheMovieDBからの映画情報やファイル内のID3タグからの音楽情報を検索するためのフロー要素が含まれています。", "Label": "メタ" } diff --git a/MetaNodes/i18n/nl.json b/MetaNodes/i18n/nl.json index da1a749a..a373466c 100644 --- a/MetaNodes/i18n/nl.json +++ b/MetaNodes/i18n/nl.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "Een plugin die meta-informatie flow-elementen bevat die worden gebruikt om meta-informatie over bestanden op te zoeken.\n\nBevat flow-elementen om filmgegevens van TheMovieDB en muziekinformatie van ID3-tags in het bestand op te zoeken.", "Label": "Meta" } diff --git a/MetaNodes/i18n/pt.json b/MetaNodes/i18n/pt.json index a8c0100f..7cbae401 100644 --- a/MetaNodes/i18n/pt.json +++ b/MetaNodes/i18n/pt.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "Um plugin que contém elementos de fluxo de informações meta usados para procurar informações meta sobre arquivos.\n\nContém elementos de fluxo para procurar informações sobre filmes do TheMovieDB e informações musicais das tags ID3 dentro do arquivo.", "Label": "Meta" } diff --git a/MetaNodes/i18n/ru.json b/MetaNodes/i18n/ru.json index 16379a50..6265db53 100644 --- a/MetaNodes/i18n/ru.json +++ b/MetaNodes/i18n/ru.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "Плагин, который содержит элементы потока метаинформации, используемые для поиска метаинформации о файлах.\n\nСодержит элементы потока для поиска информации о фильмах из TheMovieDB и музыкальной информации из ID3-тегов внутри файла.", "Label": "Метаданные" } diff --git a/MetaNodes/i18n/sv.json b/MetaNodes/i18n/sv.json index a93400d2..909bbbbf 100644 --- a/MetaNodes/i18n/sv.json +++ b/MetaNodes/i18n/sv.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "Ett plugin som innehåller meta-information flödeselement som används för att söka efter meta-information om filer.\n\nInnehåller flödeselement för att hämta filminformation från TheMovieDB och musikinformation från ID3-taggar i filen.", "Label": "Meta" } diff --git a/MetaNodes/i18n/zh.json b/MetaNodes/i18n/zh.json index f61bb155..3786d9f6 100644 --- a/MetaNodes/i18n/zh.json +++ b/MetaNodes/i18n/zh.json @@ -83,7 +83,7 @@ } }, "Plugins": { - "Meta": { + "MetaNodes": { "Description": "一个包含用于查找文件元信息的元数据信息流元素的插件。\n\n包含用于从 TheMovieDB 查找电影信息和从文件内的 ID3 标签查找音乐信息的流元素。", "Label": "元数据" } diff --git a/VideoNodes/i18n/de.json b/VideoNodes/i18n/de.json index ce71eb5c..64fc3d58 100644 --- a/VideoNodes/i18n/de.json +++ b/VideoNodes/i18n/de.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "Plugin zur Verarbeitung von Videodateien, einschließlich, aber nicht beschränkt auf die Konvertierung von Videodateien, Erkennung von Videodateien, Hochskalierung, Herunterskalierung und Transcodierung.", "Label": "Video" } diff --git a/VideoNodes/i18n/en.json b/VideoNodes/i18n/en.json index 64bbcd83..22758105 100644 --- a/VideoNodes/i18n/en.json +++ b/VideoNodes/i18n/en.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "Plugin for the processing of video files, including but not limited to video file conversion, video file detection, upscaling, downscaling, and transcoding.", "Label": "Video" } diff --git a/VideoNodes/i18n/es.json b/VideoNodes/i18n/es.json index 44b0a0a0..7de980e4 100644 --- a/VideoNodes/i18n/es.json +++ b/VideoNodes/i18n/es.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "Plugin para el procesamiento de archivos de video, incluyendo, entre otros, la conversión de archivos de video, detección de archivos de video, escalado hacia arriba, escalado hacia abajo y transcodificación.", "Label": "Video" } diff --git a/VideoNodes/i18n/fr.json b/VideoNodes/i18n/fr.json index ca9d5455..51cfa92f 100644 --- a/VideoNodes/i18n/fr.json +++ b/VideoNodes/i18n/fr.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "Plugin pour le traitement des fichiers vidéo, y compris, mais sans s'y limiter, la conversion de fichiers vidéo, la détection de fichiers vidéo, l'upscaling, le downscaling et la transcodage.", "Label": "Vidéo" } diff --git a/VideoNodes/i18n/it.json b/VideoNodes/i18n/it.json index da3a6a5f..90ec625a 100644 --- a/VideoNodes/i18n/it.json +++ b/VideoNodes/i18n/it.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "Plugin per l'elaborazione di file video, inclusa, ma non limitata a, conversione di file video, rilevamento di file video, upscaling, downscaling e transcodifica.", "Label": "Video" } diff --git a/VideoNodes/i18n/ja.json b/VideoNodes/i18n/ja.json index 1e95e845..182f4254 100644 --- a/VideoNodes/i18n/ja.json +++ b/VideoNodes/i18n/ja.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "ビデオファイルの処理のためのプラグインで、ビデオファイルの変換、ビデオファイルの検出、アップスケーリング、ダウンスケーリング、トランスコーディングなどを含みます。", "Label": "ビデオ" } diff --git a/VideoNodes/i18n/nl.json b/VideoNodes/i18n/nl.json index 52826570..8d34ae6f 100644 --- a/VideoNodes/i18n/nl.json +++ b/VideoNodes/i18n/nl.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "Plugin voor het verwerken van videobestanden, inclusief maar niet beperkt tot videobestandconversie, videobestandsdetectie, opschaling, afschaling en transcodering.", "Label": "Video" } diff --git a/VideoNodes/i18n/pt.json b/VideoNodes/i18n/pt.json index 6e3d14d8..4851aa0b 100644 --- a/VideoNodes/i18n/pt.json +++ b/VideoNodes/i18n/pt.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "Plugin para o processamento de arquivos de vídeo, incluindo, mas não se limitando a, conversão de arquivos de vídeo, detecção de arquivos de vídeo, upscale, downscale e transcodificação.", "Label": "Vídeo" } diff --git a/VideoNodes/i18n/ru.json b/VideoNodes/i18n/ru.json index aef20eb8..46473e86 100644 --- a/VideoNodes/i18n/ru.json +++ b/VideoNodes/i18n/ru.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "Плагин для обработки видеофайлов, включая, но не ограничиваясь, конвертацией видеофайлов, обнаружением видеофайлов, увеличением разрешения, уменьшением разрешения и транскодированием.", "Label": "Видео" } diff --git a/VideoNodes/i18n/sv.json b/VideoNodes/i18n/sv.json index 04f5f8fd..6d3bac3a 100644 --- a/VideoNodes/i18n/sv.json +++ b/VideoNodes/i18n/sv.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "Plugin för bearbetning av videofiler, inklusive men inte begränsat till videofilkonvertering, videofilavkänning, uppskalning, nedskalning och transkodning.", "Label": "Video" } diff --git a/VideoNodes/i18n/zh.json b/VideoNodes/i18n/zh.json index be5bd983..0d8d434c 100644 --- a/VideoNodes/i18n/zh.json +++ b/VideoNodes/i18n/zh.json @@ -1041,7 +1041,7 @@ "265": "H.265" }, "Plugins": { - "Video": { + "VideoNodes": { "Description": "用于处理视频文件的插件,包括但不限于视频文件转换、视频文件检测、放大、缩小和转码。", "Label": "视频" }