mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-04-25 19:48:13 -05:00
translations
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "Matches the genre metadata against the specified genre(s).",
|
||||
"Label": "Genre Matches",
|
||||
"Fields": {
|
||||
"Genres": "Genres",
|
||||
"MatchAll": "Match All",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "Performs a search on TheMovieDB.org for a movie.\nStores the Metadata inside the variable 'MovieInfo'.",
|
||||
"Label": "Movie Lookup",
|
||||
"Fields": {
|
||||
"UseFolderName": "Use Folder Name",
|
||||
"UseFolderName-Help": "If the folder name should be used instead of the filename."
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "Renames the working file using the metadata stored in 'MovieInfo'.\nNote: MovieLookup should be executed in the flow before this flow element to work.\n\nOutput 1: File was renamed\nOutput 2: File failed to be renamed",
|
||||
"Label": "Movie Renamer",
|
||||
"Fields": {
|
||||
"DestinationPath": "Destination Path",
|
||||
"DestinationPath-Help": "If the file should be moved to a different directory.",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "Loads the metadata of a music file into the flow variables."
|
||||
"Description": "Loads the metadata of a music file into the flow variables.",
|
||||
"Label": "Music Metadata"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "Creates a Kodi NFO file from previously loaded metadata.",
|
||||
"Label": "NFO File Creator",
|
||||
"Fields": {
|
||||
"DestinationFile": "Destination File",
|
||||
"DestinationFile-Help": "The filename of the new NFO file. If empty, the original filename will be used with the extension changed to `.nfo`",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "Performs a search on TheMovieDB.org for a TV Epsidoe.",
|
||||
"Label": "TV Episode Lookup",
|
||||
"Fields": {
|
||||
"UseFolderName": "Use Folder Name",
|
||||
"UseFolderName-Help": "If the folder name should be used instead of the filename.\n\nNote if the folder starts with Season or Staffel or Saison or Specials the parent folder will be used."
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "Performs a search on TheMovieDB.org for a TV Show.\nStores the Metadata inside the variable 'TVShowInfo'.",
|
||||
"Label": "TV Show Lookup",
|
||||
"Fields": {
|
||||
"UseFolderName": "Use Folder Name",
|
||||
"UseFolderName-Help": "If the folder name should be used instead of the filename.\n\nNote if the folder starts with Season or Staffel or Saison or Specials the parent folder will be used."
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "Coincide con los metadatos de género contra el o los géneros especificados.",
|
||||
"Label": "Coincidencia de Género",
|
||||
"Fields": {
|
||||
"Genres": "Géneros",
|
||||
"MatchAll": "Coincidir Todos",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "Realiza una búsqueda en TheMovieDB.org para una película.\nAlmacena los metadatos en la variable 'MovieInfo'.",
|
||||
"Label": "Búsqueda de Película",
|
||||
"Fields": {
|
||||
"UseFolderName": "Usar Nombre de Carpeta",
|
||||
"UseFolderName-Help": "Si se debe usar el nombre de la carpeta en lugar del nombre del archivo."
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "Renombra el archivo de trabajo usando los metadatos almacenados en 'MovieInfo'.\nNota: MovieLookup debe ejecutarse en el flujo antes de este elemento de flujo para que funcione.\n\nSalida 1: Archivo fue renombrado\nSalida 2: No se pudo renombrar el archivo",
|
||||
"Label": "Renombrador de Películas",
|
||||
"Fields": {
|
||||
"DestinationPath": "Ruta de Destino",
|
||||
"DestinationPath-Help": "Si el archivo debe moverse a un directorio diferente.",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "Carga los metadatos de un archivo de música en las variables del flujo."
|
||||
"Description": "Carga los metadatos de un archivo de música en las variables del flujo.",
|
||||
"Label": "Metadatos de Música"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "Crea un archivo NFO de Kodi a partir de metadatos previamente cargados.",
|
||||
"Label": "Creador de Archivos NFO",
|
||||
"Fields": {
|
||||
"DestinationFile": "Archivo de Destino",
|
||||
"DestinationFile-Help": "El nombre del nuevo archivo NFO. Si está vacío, se usará el nombre del archivo original con la extensión cambiada a `.nfo`",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "Realiza una búsqueda en TheMovieDB.org para un episodio de TV.",
|
||||
"Label": "Búsqueda de Episodio de TV",
|
||||
"Fields": {
|
||||
"UseFolderName": "Usar Nombre de Carpeta",
|
||||
"UseFolderName-Help": "Si se debe usar el nombre de la carpeta en lugar del nombre del archivo.\n\nNota: si la carpeta comienza con Temporada o Especiales, se utilizará la carpeta principal."
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "Realiza una búsqueda en TheMovieDB.org para un programa de TV.\nAlmacena los metadatos en la variable 'TVShowInfo'.",
|
||||
"Label": "Búsqueda de Programa de TV",
|
||||
"Fields": {
|
||||
"UseFolderName": "Usar Nombre de Carpeta",
|
||||
"UseFolderName-Help": "Si se debe usar el nombre de la carpeta en lugar del nombre del archivo.\n\nNota: si la carpeta comienza con Temporada o Especiales, se utilizará la carpeta principal."
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "Compare les métadonnées de genre avec le(s) genre(s) spécifié(s).",
|
||||
"Label": "Correspondances de Genre",
|
||||
"Fields": {
|
||||
"Genres": "Genres",
|
||||
"MatchAll": "Correspondre à tous",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "Effectue une recherche sur TheMovieDB.org pour un film.\nStocke les métadonnées dans la variable 'MovieInfo'.",
|
||||
"Label": "Recherche de Film",
|
||||
"Fields": {
|
||||
"UseFolderName": "Utiliser le nom du dossier",
|
||||
"UseFolderName-Help": "Si le nom du dossier doit être utilisé au lieu du nom de fichier."
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "Renomme le fichier de travail en utilisant les métadonnées stockées dans 'MovieInfo'.\nRemarque : MovieLookup doit être exécuté avant cet élément de flux pour que cela fonctionne.\n\nSortie 1 : Fichier renommé\nSortie 2 : Impossible de renommer le fichier",
|
||||
"Label": "Renommage de Film",
|
||||
"Fields": {
|
||||
"DestinationPath": "Chemin de destination",
|
||||
"DestinationPath-Help": "Si le fichier doit être déplacé vers un autre répertoire.",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "Charge les métadonnées d'un fichier musical dans les variables de flux."
|
||||
"Description": "Charge les métadonnées d'un fichier musical dans les variables de flux.",
|
||||
"Label": "Métadonnées de Musique"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "Crée un fichier NFO Kodi à partir des métadonnées précédemment chargées.",
|
||||
"Label": "Créateur de Fichier NFO",
|
||||
"Fields": {
|
||||
"DestinationFile": "Fichier de destination",
|
||||
"DestinationFile-Help": "Le nom du nouveau fichier NFO. S'il est vide, le nom du fichier d'origine sera utilisé avec l'extension changée en `.nfo`",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "Effectue une recherche sur TheMovieDB.org pour un épisode de télévision.",
|
||||
"Label": "Recherche d'Épisode de Télévision",
|
||||
"Fields": {
|
||||
"UseFolderName": "Utiliser le nom du dossier",
|
||||
"UseFolderName-Help": "Si le nom du dossier doit être utilisé au lieu du nom de fichier.\n\nRemarque : si le dossier commence par Saison ou Spéciaux, le dossier parent sera utilisé."
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "Effectue une recherche sur TheMovieDB.org pour une émission de télévision.\nStocke les métadonnées dans la variable 'TVShowInfo'.",
|
||||
"Label": "Recherche d'Émission de Télévision",
|
||||
"Fields": {
|
||||
"UseFolderName": "Utiliser le nom du dossier",
|
||||
"UseFolderName-Help": "Si le nom du dossier doit être utilisé au lieu du nom de fichier.\n\nRemarque : si le dossier commence par Saison ou Spéciaux, le dossier parent sera utilisé."
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "Confronta i metadati del genere con il/i genere/i specificato/i.",
|
||||
"Label": "Corrispondenza Genere",
|
||||
"Fields": {
|
||||
"Genres": "Generi",
|
||||
"MatchAll": "Confronta Tutto",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "Esegue una ricerca su TheMovieDB.org per un film.\nMemorizza i metadati nella variabile 'MovieInfo'.",
|
||||
"Label": "Ricerca Film",
|
||||
"Fields": {
|
||||
"UseFolderName": "Usa Nome Cartella",
|
||||
"UseFolderName-Help": "Se il nome della cartella deve essere usato al posto del nome del file."
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "Rinomina il file di lavoro utilizzando i metadati memorizzati in 'MovieInfo'.\nNota: MovieLookup deve essere eseguito nel flusso prima di questo elemento del flusso per funzionare.\n\nOutput 1: Il file è stato rinominato\nOutput 2: Il file non è riuscito a essere rinominato",
|
||||
"Label": "Rinomina Film",
|
||||
"Fields": {
|
||||
"DestinationPath": "Percorso di Destinazione",
|
||||
"DestinationPath-Help": "Se il file deve essere spostato in una directory diversa.",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "Carica i metadati di un file musicale nelle variabili del flusso."
|
||||
"Description": "Carica i metadati di un file musicale nelle variabili del flusso.",
|
||||
"Label": "Metadati Musica"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "Crea un file NFO per Kodi dai metadati precedentemente caricati.",
|
||||
"Label": "Crea File NFO",
|
||||
"Fields": {
|
||||
"DestinationFile": "File di Destinazione",
|
||||
"DestinationFile-Help": "Il nome del nuovo file NFO. Se vuoto, verrà utilizzato il nome originale con l'estensione cambiata in `.nfo`",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "Esegue una ricerca su TheMovieDB.org per un episodio TV.",
|
||||
"Label": "Ricerca Episodio TV",
|
||||
"Fields": {
|
||||
"UseFolderName": "Usa Nome Cartella",
|
||||
"UseFolderName-Help": "Se il nome della cartella deve essere usato al posto del nome del file.\n\nNota: se la cartella inizia con Stagione, Staffel, Saison o Speciali, verrà utilizzata la cartella principale."
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "Esegue una ricerca su TheMovieDB.org per uno show TV.\nMemorizza i metadati nella variabile 'TVShowInfo'.",
|
||||
"Label": "Ricerca Show TV",
|
||||
"Fields": {
|
||||
"UseFolderName": "Usa Nome Cartella",
|
||||
"UseFolderName-Help": "Se il nome della cartella deve essere usato al posto del nome del file.\n\nNota: se la cartella inizia con Stagione, Staffel, Saison o Speciali, verrà utilizzata la cartella principale."
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "指定されたジャンルとメタデータのジャンルを照合します。",
|
||||
"Label": "ジャンル一致",
|
||||
"Fields": {
|
||||
"Genres": "ジャンル",
|
||||
"MatchAll": "すべてを照合",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "TheMovieDB.orgで映画を検索します。\nメタデータを'MovieInfo'変数に保存します。",
|
||||
"Label": "映画検索",
|
||||
"Fields": {
|
||||
"UseFolderName": "フォルダ名を使用",
|
||||
"UseFolderName-Help": "ファイル名の代わりにフォルダ名を使用するかどうか。"
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "'MovieInfo'に保存されたメタデータを使用して作業ファイルの名前を変更します。\n注意: このフロー要素が機能するためには、MovieLookupをこのフロー内で実行する必要があります。\n\n出力1: ファイルの名前が変更されました\n出力2: ファイルの名前の変更に失敗しました",
|
||||
"Label": "映画リネーマ",
|
||||
"Fields": {
|
||||
"DestinationPath": "宛先パス",
|
||||
"DestinationPath-Help": "ファイルを別のディレクトリに移動する必要があるかどうか。",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "音楽ファイルのメタデータをフローバリアブルに読み込みます。"
|
||||
"Description": "音楽ファイルのメタデータをフローバリアブルに読み込みます。",
|
||||
"Label": "音楽メタ"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "以前に読み込まれたメタデータからKodi NFOファイルを作成します。",
|
||||
"Label": "NFOファイル作成",
|
||||
"Fields": {
|
||||
"DestinationFile": "宛先ファイル",
|
||||
"DestinationFile-Help": "新しいNFOファイルのファイル名。空の場合は、元のファイル名が使用され、拡張子が`.nfo`に変更されます。",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "TheMovieDB.orgでTVエピソードを検索します。",
|
||||
"Label": "TVエピソード検索",
|
||||
"Fields": {
|
||||
"UseFolderName": "フォルダ名を使用",
|
||||
"UseFolderName-Help": "ファイル名の代わりにフォルダ名を使用するかどうか。\n\n注意: フォルダがシーズン、スタッフ、シーズン、特別のいずれかで始まる場合は、親フォルダが使用されます。"
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "TheMovieDB.orgでTVショーを検索します。\nメタデータを'TVShowInfo'変数に保存します。",
|
||||
"Label": "TVショー検索",
|
||||
"Fields": {
|
||||
"UseFolderName": "フォルダ名を使用",
|
||||
"UseFolderName-Help": "ファイル名の代わりにフォルダ名を使用するかどうか。\n\n注意: フォルダがシーズン、スタッフ、シーズン、特別のいずれかで始まる場合は、親フォルダが使用されます。"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "Vergelijkt de genre-metadata met de opgegeven genre(s).",
|
||||
"Label": "Genre Overeenkomsten",
|
||||
"Fields": {
|
||||
"Genres": "Genres",
|
||||
"MatchAll": "Match Alle",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "Voert een zoekopdracht uit op TheMovieDB.org voor een film.\nSlaat de metadata op in de variabele 'MovieInfo'.",
|
||||
"Label": "Film Zoeken",
|
||||
"Fields": {
|
||||
"UseFolderName": "Gebruik Mapnaam",
|
||||
"UseFolderName-Help": "Als de mapnaam in plaats van de bestandsnaam moet worden gebruikt."
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "Hernoemt het werkbestand met behulp van de metadata opgeslagen in 'MovieInfo'.\nLet op: MovieLookup moet in de flow worden uitgevoerd voordat dit flow-element werkt.\n\nOutput 1: Bestand is hernoemd\nOutput 2: Bestand kon niet worden hernoemd",
|
||||
"Label": "Film Hernoemen",
|
||||
"Fields": {
|
||||
"DestinationPath": "Bestemming Pad",
|
||||
"DestinationPath-Help": "Als het bestand naar een andere map moet worden verplaatst.",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "Laadt de metadata van een muziekbestand in de flow-variabelen."
|
||||
"Description": "Laadt de metadata van een muziekbestand in de flow-variabelen.",
|
||||
"Label": "Muziek Metadata"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "Creëert een Kodi NFO-bestand van eerder geladen metadata.",
|
||||
"Label": "NFO Bestand Aanmaken",
|
||||
"Fields": {
|
||||
"DestinationFile": "Bestemming Bestand",
|
||||
"DestinationFile-Help": "De bestandsnaam van het nieuwe NFO-bestand. Als leeg, wordt de oorspronkelijke bestandsnaam gebruikt met de extensie gewijzigd naar `.nfo`",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "Voert een zoekopdracht uit op TheMovieDB.org voor een TV-aflevering.",
|
||||
"Label": "TV Aflevering Zoeken",
|
||||
"Fields": {
|
||||
"UseFolderName": "Gebruik Mapnaam",
|
||||
"UseFolderName-Help": "Als de mapnaam in plaats van de bestandsnaam moet worden gebruikt.\n\nLet op, als de map begint met Seizoen of Staffel of Saison of Specials, wordt de bovenliggende map gebruikt."
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "Voert een zoekopdracht uit op TheMovieDB.org voor een TV-show.\nSlaat de metadata op in de variabele 'TVShowInfo'.",
|
||||
"Label": "TV Show Zoeken",
|
||||
"Fields": {
|
||||
"UseFolderName": "Gebruik Mapnaam",
|
||||
"UseFolderName-Help": "Als de mapnaam in plaats van de bestandsnaam moet worden gebruikt.\n\nLet op, als de map begint met Seizoen of Staffel of Saison of Specials, wordt de bovenliggende map gebruikt."
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "Compara os metadados de gênero com o(s) gênero(s) especificado(s).",
|
||||
"Label": "Gênero",
|
||||
"Fields": {
|
||||
"Genres": "Gêneros",
|
||||
"MatchAll": "Corresponder Todos",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "Realiza uma busca no TheMovieDB.org por um filme.\nArmazena os metadados na variável 'MovieInfo'.",
|
||||
"Label": "Consulta de Filmes",
|
||||
"Fields": {
|
||||
"UseFolderName": "Usar Nome da Pasta",
|
||||
"UseFolderName-Help": "Se o nome da pasta deve ser usado em vez do nome do arquivo."
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "Renomeia o arquivo de trabalho usando os metadados armazenados em 'MovieInfo'.\nNota: MovieLookup deve ser executado neste fluxo antes deste elemento de fluxo para funcionar.\n\nSaída 1: Arquivo foi renomeado\nSaída 2: Não foi possível renomear o arquivo",
|
||||
"Label": "Renomear Filme",
|
||||
"Fields": {
|
||||
"DestinationPath": "Caminho de Destino",
|
||||
"DestinationPath-Help": "Se o arquivo deve ser movido para um diretório diferente.",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "Carrega os metadados de um arquivo de música nas variáveis de fluxo."
|
||||
"Description": "Carrega os metadados de um arquivo de música nas variáveis de fluxo.",
|
||||
"Label": "Metadados de Música"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "Cria um arquivo NFO do Kodi a partir de metadados previamente carregados.",
|
||||
"Label": "Criar Arquivo NFO",
|
||||
"Fields": {
|
||||
"DestinationFile": "Arquivo de Destino",
|
||||
"DestinationFile-Help": "O nome do novo arquivo NFO. Se estiver vazio, o nome do arquivo original será usado com a extensão alterada para `.nfo`",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "Realiza uma busca no TheMovieDB.org por um episódio de TV.",
|
||||
"Label": "Consulta de Episódio de TV",
|
||||
"Fields": {
|
||||
"UseFolderName": "Usar Nome da Pasta",
|
||||
"UseFolderName-Help": "Se o nome da pasta deve ser usado em vez do nome do arquivo.\n\nNota: se a pasta começar com Temporada ou Especiais, a pasta principal será usada."
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "Realiza uma busca no TheMovieDB.org por um programa de TV.\nArmazena os metadados na variável 'TVShowInfo'.",
|
||||
"Label": "Consulta de Programa de TV",
|
||||
"Fields": {
|
||||
"UseFolderName": "Usar Nome da Pasta",
|
||||
"UseFolderName-Help": "Se o nome da pasta deve ser usado em vez do nome do arquivo.\n\nNota: se a pasta começar com Temporada ou Especiais, a pasta principal será usada."
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "Сравнивает метаданные жанра с указанными жанрами.",
|
||||
"Label": "Совпадения жанров",
|
||||
"Fields": {
|
||||
"Genres": "Жанры",
|
||||
"MatchAll": "Совпадение всех",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "Выполняет поиск на TheMovieDB.org для фильма.\nСохраняет метаданные в переменной 'MovieInfo'.",
|
||||
"Label": "Поиск фильма",
|
||||
"Fields": {
|
||||
"UseFolderName": "Использовать имя папки",
|
||||
"UseFolderName-Help": "Если имя папки должно использоваться вместо имени файла."
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "Переименовывает рабочий файл, используя метаданные, сохраненные в 'MovieInfo'.\nПримечание: MovieLookup должен быть выполнен в потоке перед этим элементом потока, чтобы он работал.\n\nВывод 1: Файл был переименован\nВывод 2: Не удалось переименовать файл",
|
||||
"Label": "Переименование фильма",
|
||||
"Fields": {
|
||||
"DestinationPath": "Путь назначения",
|
||||
"DestinationPath-Help": "Если файл должен быть перемещен в другую директорию.",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "Загружает метаданные музыкального файла в переменные потока."
|
||||
"Description": "Загружает метаданные музыкального файла в переменные потока.",
|
||||
"Label": "Метаданные музыки"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "Создает файл Kodi NFO из ранее загруженных метаданных.",
|
||||
"Label": "Создание файла NFO",
|
||||
"Fields": {
|
||||
"DestinationFile": "Файл назначения",
|
||||
"DestinationFile-Help": "Имя нового NFO файла. Если пусто, будет использовано оригинальное имя файла с измененной расширением на `.nfo`",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "Выполняет поиск на TheMovieDB.org для эпизода ТВ.",
|
||||
"Label": "Поиск эпизода ТВ",
|
||||
"Fields": {
|
||||
"UseFolderName": "Использовать имя папки",
|
||||
"UseFolderName-Help": "Если имя папки должно использоваться вместо имени файла.\n\nОбратите внимание, если папка начинается с Сезона или Staffel или Saison или Specials, будет использована родительская папка."
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "Выполняет поиск на TheMovieDB.org для ТВ-шоу.\nСохраняет метаданные в переменной 'TVShowInfo'.",
|
||||
"Label": "Поиск ТВ-шоу",
|
||||
"Fields": {
|
||||
"UseFolderName": "Использовать имя папки",
|
||||
"UseFolderName-Help": "Если имя папки должно использоваться вместо имени файла.\n\nОбратите внимание, если папка начинается с Сезона или Staffel или Saison или Specials, будет использована родительская папка."
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "Jämför genremetadata med angivna genre(s).",
|
||||
"Label": "Genreöverensstämmelser",
|
||||
"Fields": {
|
||||
"Genres": "Genrer",
|
||||
"MatchAll": "Matcha alla",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "Genomför en sökning på TheMovieDB.org efter en film.\nLagrar metadata i variabeln 'MovieInfo'.",
|
||||
"Label": "Filmsökning",
|
||||
"Fields": {
|
||||
"UseFolderName": "Använd mappnamn",
|
||||
"UseFolderName-Help": "Om mappnamnet ska användas istället för filnamnet."
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "Ändrar namnet på arbetsfilen med hjälp av metadata som lagrats i 'MovieInfo'.\nObservera: MovieLookup ska utföras i flödet före detta flödelement för att fungera.\n\nUtdata 1: Filen har döpts om\nUtdata 2: Filen kunde inte döpas om",
|
||||
"Label": "Filmomdöpare",
|
||||
"Fields": {
|
||||
"DestinationPath": "Destination Väg",
|
||||
"DestinationPath-Help": "Om filen ska flyttas till en annan katalog.",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "Laddar metadata för en musikfil i flödesvariabler."
|
||||
"Description": "Laddar metadata för en musikfil i flödesvariabler.",
|
||||
"Label": "Musikmetadata"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "Skapar en Kodi NFO-fil från tidigare laddad metadata.",
|
||||
"Label": "NFO-filskapare",
|
||||
"Fields": {
|
||||
"DestinationFile": "Destination Fil",
|
||||
"DestinationFile-Help": "Filnamnet för den nya NFO-filen. Om tomt kommer det ursprungliga filnamnet att användas med ändelsen ändrad till `.nfo`",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "Genomför en sökning på TheMovieDB.org efter ett TV-avsnitt.",
|
||||
"Label": "TV-avsnittssökning",
|
||||
"Fields": {
|
||||
"UseFolderName": "Använd mappnamn",
|
||||
"UseFolderName-Help": "Om mappnamnet ska användas istället för filnamnet.\n\nObservera om mappen börjar med Säsong eller Staffel eller Saison eller Specials kommer den överordnade mappen att användas."
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "Genomför en sökning på TheMovieDB.org efter en TV-show.\nLagrar metadata i variabeln 'TVShowInfo'.",
|
||||
"Label": "TV-showsökning",
|
||||
"Fields": {
|
||||
"UseFolderName": "Använd mappnamn",
|
||||
"UseFolderName-Help": "Om mappnamnet ska användas istället för filnamnet.\n\nObservera om mappen börjar med Säsong eller Staffel eller Saison eller Specials kommer den överordnade mappen att användas."
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"GenreMatches": {
|
||||
"Description": "将流派元数据与指定的流派进行匹配。",
|
||||
"Label": "流派匹配",
|
||||
"Fields": {
|
||||
"Genres": "流派",
|
||||
"MatchAll": "匹配所有",
|
||||
@@ -15,6 +16,7 @@
|
||||
},
|
||||
"MovieLookup": {
|
||||
"Description": "在 TheMovieDB.org 上执行电影搜索。\n将元数据存储在变量 'MovieInfo' 中。",
|
||||
"Label": "电影搜索",
|
||||
"Fields": {
|
||||
"UseFolderName": "使用文件夹名称",
|
||||
"UseFolderName-Help": "如果应使用文件夹名称而不是文件名。"
|
||||
@@ -26,6 +28,7 @@
|
||||
},
|
||||
"MovieRenamer": {
|
||||
"Description": "使用存储在 'MovieInfo' 中的元数据重命名工作文件。\n注意:MovieLookup 应在此流元素之前执行以正常工作。\n\n输出 1:文件已重命名\n输出 2:文件未能重命名",
|
||||
"Label": "电影重命名",
|
||||
"Fields": {
|
||||
"DestinationPath": "目标路径",
|
||||
"DestinationPath-Help": "如果文件应移动到其他目录。",
|
||||
@@ -36,10 +39,12 @@
|
||||
}
|
||||
},
|
||||
"MusicMeta": {
|
||||
"Description": "将音乐文件的元数据加载到流变量中。"
|
||||
"Description": "将音乐文件的元数据加载到流变量中。",
|
||||
"Label": "音乐元数据"
|
||||
},
|
||||
"NfoFileCreator": {
|
||||
"Description": "从先前加载的元数据创建 Kodi NFO 文件。",
|
||||
"Label": "NFO 文件创建器",
|
||||
"Fields": {
|
||||
"DestinationFile": "目标文件",
|
||||
"DestinationFile-Help": "新 NFO 文件的文件名。如果为空,将使用原始文件名,并将扩展名更改为 `.nfo`",
|
||||
@@ -53,6 +58,7 @@
|
||||
},
|
||||
"TVEpisodeLookup": {
|
||||
"Description": "在 TheMovieDB.org 上执行 TV 集搜索。",
|
||||
"Label": "电视集搜索",
|
||||
"Fields": {
|
||||
"UseFolderName": "使用文件夹名称",
|
||||
"UseFolderName-Help": "如果应使用文件夹名称而不是文件名。\n\n注意,如果文件夹以季节、Staffel、Saison 或 Specials 开头,将使用父文件夹。"
|
||||
@@ -64,6 +70,7 @@
|
||||
},
|
||||
"TVShowLookup": {
|
||||
"Description": "在 TheMovieDB.org 上执行 TV 节目搜索。\n将元数据存储在变量 'TVShowInfo' 中。",
|
||||
"Label": "电视节目搜索",
|
||||
"Fields": {
|
||||
"UseFolderName": "使用文件夹名称",
|
||||
"UseFolderName-Help": "如果应使用文件夹名称而不是文件名。\n\n注意,如果文件夹以季节、Staffel、Saison 或 Specials 开头,将使用父文件夹。"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Lädt eine Datei nach Nextcloud hoch",
|
||||
"Label": "Hochladen nach Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "Ziel",
|
||||
"DestinationPath-Help": "Der Speicherort und der Dateiname, d.h. der vollständige Pfad, der Datei in Nextcloud.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Uploads a file to Nextcloud",
|
||||
"Label": "Upload to Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "Destination",
|
||||
"DestinationPath-Help": "The location and filename, i.e. the full path, of the file in Nextcloud.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Sube un archivo a Nextcloud",
|
||||
"Label": "Subir a Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "Destino",
|
||||
"DestinationPath-Help": "La ubicación y el nombre del archivo, es decir, la ruta completa, del archivo en Nextcloud.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Télécharge un fichier sur Nextcloud",
|
||||
"Label": "Télécharger sur Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "Destination",
|
||||
"DestinationPath-Help": "L'emplacement et le nom de fichier, c'est-à-dire le chemin complet, du fichier dans Nextcloud.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Carica un file su Nextcloud",
|
||||
"Label": "Carica su Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "Destinazione",
|
||||
"DestinationPath-Help": "La posizione e il nome del file, ossia il percorso completo, del file in Nextcloud.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Nextcloudにファイルをアップロードします",
|
||||
"Label": "Nextcloudにアップロード",
|
||||
"Fields": {
|
||||
"DestinationPath": "宛先",
|
||||
"DestinationPath-Help": "Nextcloud内のファイルの場所とファイル名、すなわち完全なパス。",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Uploadt een bestand naar Nextcloud",
|
||||
"Label": "Upload naar Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "Bestemming",
|
||||
"DestinationPath-Help": "De locatie en bestandsnaam, d.w.z. het volledige pad, van het bestand in Nextcloud.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Envia um arquivo para o Nextcloud",
|
||||
"Label": "Enviar para o Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "Destino",
|
||||
"DestinationPath-Help": "A localização e o nome do arquivo, ou seja, o caminho completo do arquivo no Nextcloud.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Загружает файл в Nextcloud",
|
||||
"Label": "Загрузить в Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "Назначение",
|
||||
"DestinationPath-Help": "Местоположение и имя файла, т.е. полный путь, файла в Nextcloud.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "Laddar upp en fil till Nextcloud",
|
||||
"Label": "Ladda upp till Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "Mål",
|
||||
"DestinationPath-Help": "Platsen och filnamnet, dvs. den fullständiga sökvägen, för filen i Nextcloud.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"UploadToNextcloud": {
|
||||
"Description": "将文件上传到Nextcloud",
|
||||
"Label": "上传到Nextcloud",
|
||||
"Fields": {
|
||||
"DestinationPath": "目的地",
|
||||
"DestinationPath-Help": "文件在Nextcloud中的位置和文件名,即完整路径。",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "Sendet eine Nachricht an einen Plex-Server, um die Arbeitsdatei zu analysieren. \nDie Arbeitsdatei muss Plex bereits bekannt sein, damit dies funktioniert.",
|
||||
"Label": "Plex-Analyse",
|
||||
"Fields": {
|
||||
"AccessToken": "Zugriffstoken",
|
||||
"AccessToken-Help": "Das [Zugriffstoken](https://github.com/revenz/Fenrus/wiki/Plex-Token), das zur Kommunikation mit dem Plex-Server verwendet wird.\nHinweis: Setzen Sie dies nur, wenn Sie das Zugriffstoken der Plugin-Einstellungen überschreiben möchten.",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "Sendet eine Nachricht an einen Plex-Server, um die Bibliothek zu aktualisieren.",
|
||||
"Label": "Plex-Updater",
|
||||
"Fields": {
|
||||
"AccessToken": "Zugriffstoken",
|
||||
"AccessToken-Help": "Das [Zugriffstoken](https://github.com/revenz/Fenrus/wiki/Plex-Token), das zur Kommunikation mit dem Plex-Server verwendet wird.\nHinweis: Setzen Sie dies nur, wenn Sie das Zugriffstoken der Plugin-Einstellungen überschreiben möchten.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "Envía un mensaje a un servidor Plex para analizar el archivo de trabajo. \nEl archivo de trabajo debe ser conocido por Plex para que esto funcione.",
|
||||
"Label": "Plex Analyze",
|
||||
"Fields": {
|
||||
"AccessToken": "Token de acceso",
|
||||
"AccessToken-Help": "El [token de acceso](https://github.com/revenz/Fenrus/wiki/Plex-Token) utilizado para comunicarse con el servidor Plex.\nNota: Solo establece esto si deseas sobrescribir el token de acceso de la configuración del complemento.",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "Envía un mensaje a un servidor Plex para actualizar la biblioteca.",
|
||||
"Label": "Plex Updater",
|
||||
"Fields": {
|
||||
"AccessToken": "Token de acceso",
|
||||
"AccessToken-Help": "El [token de acceso](https://github.com/revenz/Fenrus/wiki/Plex-Token) utilizado para comunicarse con el servidor Plex.\nNota: Solo establece esto si deseas sobrescribir el token de acceso de la configuración del complemento.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "Envoie un message à un serveur Plex pour analyser le fichier de travail. \nLe fichier de travail doit déjà être connu de Plex pour que cela fonctionne.",
|
||||
"Label": "Analyseur Plex",
|
||||
"Fields": {
|
||||
"AccessToken": "Token d'accès",
|
||||
"AccessToken-Help": "Le [token d'accès](https://github.com/revenz/Fenrus/wiki/Plex-Token) utilisé pour communiquer avec le serveur Plex.\nRemarque : Ne définissez cela que si vous souhaitez remplacer le token d'accès des paramètres du plugin.",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "Envoie un message à un serveur Plex pour mettre à jour la bibliothèque.",
|
||||
"Label": "Mise à jour Plex",
|
||||
"Fields": {
|
||||
"AccessToken": "Token d'accès",
|
||||
"AccessToken-Help": "Le [token d'accès](https://github.com/revenz/Fenrus/wiki/Plex-Token) utilisé pour communiquer avec le serveur Plex.\nRemarque : Ne définissez cela que si vous souhaitez remplacer le token d'accès des paramètres du plugin.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "Invia un messaggio a un server Plex per analizzare il file di lavoro. \nIl file di lavoro deve essere già conosciuto da Plex affinché questo funzioni.",
|
||||
"Label": "Analizzatore Plex",
|
||||
"Fields": {
|
||||
"AccessToken": "Token di accesso",
|
||||
"AccessToken-Help": "Il [token di accesso](https://github.com/revenz/Fenrus/wiki/Plex-Token) utilizzato per comunicare con il server Plex.\nNota: Imposta questo solo se desideri sovrascrivere il token di accesso delle impostazioni del plugin.",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "Invia un messaggio a un server Plex per aggiornare la libreria.",
|
||||
"Label": "Aggiornatore Plex",
|
||||
"Fields": {
|
||||
"AccessToken": "Token di accesso",
|
||||
"AccessToken-Help": "Il [token di accesso](https://github.com/revenz/Fenrus/wiki/Plex-Token) utilizzato per comunicare con il server Plex.\nNota: Imposta questo solo se desideri sovrascrivere il token di accesso delle impostazioni del plugin.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "作業ファイルを分析するためにPlexサーバーにメッセージを送信します。\n作業ファイルは、これが機能するためにPlexに既に知られている必要があります。",
|
||||
"Label": "Plex分析",
|
||||
"Fields": {
|
||||
"AccessToken": "アクセストークン",
|
||||
"AccessToken-Help": "Plexサーバーと通信するために使用される[アクセストークン](https://github.com/revenz/Fenrus/wiki/Plex-Token)。\n注意: プラグイン設定のアクセストークンをオーバーライドしたい場合のみ、これを設定してください。",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "Plexサーバーにメッセージを送信してライブラリを更新します。",
|
||||
"Label": "Plex更新",
|
||||
"Fields": {
|
||||
"AccessToken": "アクセストークン",
|
||||
"AccessToken-Help": "Plexサーバーと通信するために使用される[アクセストークン](https://github.com/revenz/Fenrus/wiki/Plex-Token)。\n注意: プラグイン設定のアクセストークンをオーバーライドしたい場合のみ、これを設定してください。",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "Verzendt een bericht naar een Plex-server om het werkbestand te analyseren. \nHet werkbestand moet al bekend zijn bij Plex om dit te laten werken.",
|
||||
"Label": "Plex-analyse",
|
||||
"Fields": {
|
||||
"AccessToken": "Toegangstoken",
|
||||
"AccessToken-Help": "De [toegangstoken](https://github.com/revenz/Fenrus/wiki/Plex-Token) die wordt gebruikt om te communiceren met de Plex-server.\nOpmerking: Stel dit alleen in als je de toegangstoken van de plugininstellingen wilt overschrijven.",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "Verzendt een bericht naar een Plex-server om de bibliotheek bij te werken.",
|
||||
"Label": "Plex-updater",
|
||||
"Fields": {
|
||||
"AccessToken": "Toegangstoken",
|
||||
"AccessToken-Help": "De [toegangstoken](https://github.com/revenz/Fenrus/wiki/Plex-Token) die wordt gebruikt om te communiceren met de Plex-server.\nOpmerking: Stel dit alleen in als je de toegangstoken van de plugininstellingen wilt overschrijven.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "Envia uma mensagem para um servidor Plex para analisar o arquivo de trabalho. \nO arquivo de trabalho deve ser conhecido pelo Plex para que isso funcione.",
|
||||
"Label": "Analisar Plex",
|
||||
"Fields": {
|
||||
"AccessToken": "Token de acesso",
|
||||
"AccessToken-Help": "O [token de acesso](https://github.com/revenz/Fenrus/wiki/Plex-Token) usado para se comunicar com o servidor Plex.\nNota: Defina isso apenas se você deseja substituir o token de acesso nas configurações do plugin.",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "Envia uma mensagem para um servidor Plex para atualizar a biblioteca.",
|
||||
"Label": "Atualizar Plex",
|
||||
"Fields": {
|
||||
"AccessToken": "Token de acesso",
|
||||
"AccessToken-Help": "O [token de acesso](https://github.com/revenz/Fenrus/wiki/Plex-Token) usado para se comunicar com o servidor Plex.\nNota: Defina isso apenas se você deseja substituir o token de acesso nas configurações do plugin.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "Отправляет сообщение на сервер Plex для анализа рабочего файла. \nРабочий файл должен быть уже известен Plex, чтобы это работало.",
|
||||
"Label": "Анализировать Plex",
|
||||
"Fields": {
|
||||
"AccessToken": "Токен доступа",
|
||||
"AccessToken-Help": "Токен доступа, используемый для связи с сервером Plex.[Токен доступа](https://github.com/revenz/Fenrus/wiki/Plex-Token)\nПримечание: Установите это только в том случае, если хотите переопределить токен доступа настроек плагина.",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "Отправляет сообщение на сервер Plex для обновления библиотеки.",
|
||||
"Label": "Обновить Plex",
|
||||
"Fields": {
|
||||
"AccessToken": "Токен доступа",
|
||||
"AccessToken-Help": "Токен доступа, используемый для связи с сервером Plex. [Токен доступа](https://github.com/revenz/Fenrus/wiki/Plex-Token)\nПримечание: Установите это только в том случае, если хотите переопределить токен доступа настроек плагина.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "Skickar ett meddelande till en Plex-server för att analysera arbetsfilen. \nArbetsfilen måste redan vara känd av Plex för att detta ska fungera.",
|
||||
"Label": "Plex Analysera",
|
||||
"Fields": {
|
||||
"AccessToken": "Åtkomsttoken",
|
||||
"AccessToken-Help": "Den [åtkomsttoken](https://github.com/revenz/Fenrus/wiki/Plex-Token) som används för att kommunicera med Plex-servern.\nObservera: Ställ in detta endast om du vill överskrida plugininställningarnas åtkomsttoken.",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "Skickar ett meddelande till en Plex-server för att uppdatera biblioteket.",
|
||||
"Label": "Plex Uppdaterare",
|
||||
"Fields": {
|
||||
"AccessToken": "Åtkomsttoken",
|
||||
"AccessToken-Help": "Den [åtkomsttoken](https://github.com/revenz/Fenrus/wiki/Plex-Token) som används för att kommunicera med Plex-servern.\nObservera: Ställ in detta endast om du vill överskrida plugininställningarnas åtkomsttoken.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"PlexAnalyze": {
|
||||
"Description": "向 Plex 服务器发送消息以分析工作文件。 \n工作文件必须已经为 Plex 所知,以使其工作。",
|
||||
"Label": "Plex分析",
|
||||
"Fields": {
|
||||
"AccessToken": "访问令牌",
|
||||
"AccessToken-Help": "用于与 Plex 服务器通信的 [访问令牌](https://github.com/revenz/Fenrus/wiki/Plex-Token)。\n注意:只有在您想要覆盖插件设置的访问令牌时才设置此项。",
|
||||
@@ -21,6 +22,7 @@
|
||||
},
|
||||
"PlexUpdater": {
|
||||
"Description": "向 Plex 服务器发送消息以更新库。",
|
||||
"Label": "Plex更新",
|
||||
"Fields": {
|
||||
"AccessToken": "访问令牌",
|
||||
"AccessToken-Help": "用于与 Plex 服务器通信的 [访问令牌](https://github.com/revenz/Fenrus/wiki/Plex-Token)。\n注意:只有在您想要覆盖插件设置的访问令牌时才设置此项。",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "Lädt die angegebene URL herunter",
|
||||
"Label": "Downloader",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "Die herunterzuladende URL, leer lassen, um die aktuelle Arbeitsdatei zu verwenden. Wenn die aktuelle Arbeitsdatei keine URL ist, schlägt dies fehl."
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "Ermöglicht das Senden einer Webanfrage",
|
||||
"Label": "Webanfrage",
|
||||
"Fields": {
|
||||
"Body": "Body",
|
||||
"Body-Help": "Der Body der gesendeten Anfrage. Variablen können in diesem Feld verwendet werden.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "Downloads the specified URL",
|
||||
"Label": "Downloader",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "The URL to download, leave empty to use the current working file, if the current working file is not a URL, then this will fail."
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "Allows you to send a web request",
|
||||
"Label": "Web Request",
|
||||
"Fields": {
|
||||
"Body": "Body",
|
||||
"Body-Help": "The body of the request being sent. Variables can be used in this field.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "Descarga la URL especificada",
|
||||
"Label": "Descargador",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "La URL a descargar, dejar vacío para usar el archivo de trabajo actual. Si el archivo de trabajo actual no es una URL, esto fallará."
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "Te permite enviar una solicitud web",
|
||||
"Label": "Solicitud web",
|
||||
"Fields": {
|
||||
"Body": "Cuerpo",
|
||||
"Body-Help": "El cuerpo de la solicitud que se envía. Se pueden usar variables en este campo.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "Télécharge l'URL spécifiée",
|
||||
"Label": "Téléchargeur",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "L'URL à télécharger, laisser vide pour utiliser le fichier de travail actuel. Si le fichier de travail actuel n'est pas une URL, cela échouera."
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "Vous permet d'envoyer une requête web",
|
||||
"Label": "Requête Web",
|
||||
"Fields": {
|
||||
"Body": "Corps",
|
||||
"Body-Help": "Le corps de la requête envoyée. Des variables peuvent être utilisées dans ce champ.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "Scarica l'URL specificato",
|
||||
"Label": "Scarica URL",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "L'URL da scaricare, lasciare vuoto per usare il file corrente in lavorazione, se il file corrente non è un URL, il download fallirà."
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "Consente di inviare una richiesta web",
|
||||
"Label": "Richiesta Web",
|
||||
"Fields": {
|
||||
"Body": "Corpo",
|
||||
"Body-Help": "Il corpo della richiesta inviata. È possibile usare variabili in questo campo.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "指定されたURLをダウンロードします",
|
||||
"Label": "ダウンローダー",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "ダウンロードするURL、現在の作業ファイルを使用する場合は空白にします。現在の作業ファイルがURLでない場合、ダウンロードは失敗します。"
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "ウェブリクエストを送信できます",
|
||||
"Label": "ウェブリクエスト",
|
||||
"Fields": {
|
||||
"Body": "本文",
|
||||
"Body-Help": "送信されるリクエストの本文。このフィールドで変数を使用できます。",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "Downloadt de opgegeven URL",
|
||||
"Label": "Downloader",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "De URL om te downloaden, laat leeg om het huidige werkbestand te gebruiken. Als het huidige werkbestand geen URL is, zal dit mislukken."
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "Staat u toe een webverzoek te verzenden",
|
||||
"Label": "Webverzoek",
|
||||
"Fields": {
|
||||
"Body": "Inhoud",
|
||||
"Body-Help": "De inhoud van het verzoek dat wordt verzonden. Variabelen kunnen in dit veld worden gebruikt.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "Baixa a URL especificada",
|
||||
"Label": "Baixador",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "A URL a ser baixada, deixe em branco para usar o arquivo de trabalho atual. Se o arquivo de trabalho atual não for uma URL, isso falhará."
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "Permite que você envie uma solicitação web",
|
||||
"Label": "Solicitação Web",
|
||||
"Fields": {
|
||||
"Body": "Corpo",
|
||||
"Body-Help": "O corpo da solicitação sendo enviada. Variáveis podem ser usadas neste campo.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "Загружает указанный URL",
|
||||
"Label": "Загрузчик",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "URL для загрузки, оставьте пустым, чтобы использовать текущий рабочий файл. Если текущий рабочий файл не является URL, это действие завершится ошибкой."
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "Позволяет отправить веб-запрос",
|
||||
"Label": "Веб-запрос",
|
||||
"Fields": {
|
||||
"Body": "Тело",
|
||||
"Body-Help": "Тело отправляемого запроса. В этом поле можно использовать переменные.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "Laddar ner den angivna URL:en",
|
||||
"Label": "Nedladdare",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "URL:en som ska laddas ner, lämna tomt för att använda den aktuella arbetsfilen. Om den aktuella arbetsfilen inte är en URL, kommer detta att misslyckas."
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "Låter dig skicka en webbfråga",
|
||||
"Label": "Webbförfrågan",
|
||||
"Fields": {
|
||||
"Body": "Innehåll",
|
||||
"Body-Help": "Innehållet i den skickade förfrågan. Variabler kan användas i detta fält.",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Parts": {
|
||||
"Downloader": {
|
||||
"Description": "下载指定的URL",
|
||||
"Label": "下载器",
|
||||
"Fields": {
|
||||
"Url": "URL",
|
||||
"Url-Help": "要下载的URL,留空则使用当前工作文件,如果当前工作文件不是URL,则此操作会失败。"
|
||||
@@ -45,6 +46,7 @@
|
||||
},
|
||||
"WebRequest": {
|
||||
"Description": "允许您发送一个网络请求",
|
||||
"Label": "网络请求",
|
||||
"Fields": {
|
||||
"Body": "请求正文",
|
||||
"Body-Help": "要发送的请求正文。该字段可以使用变量。",
|
||||
|
||||
Reference in New Issue
Block a user