Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/7952fd325b71ff94f289e68309971607f03cb632
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
33 additions and
7 deletions
@ -1862,5 +1862,6 @@
"FavoriteFolders" : "Carpetas favoritas" ,
"Warning" : "Aviso" ,
"FavoriteFolderRemove" : "Eliminar carpeta favorita" ,
"DownloadClientUnavailable" : "Cliente de descarga no disponible"
"DownloadClientUnavailable" : "Cliente de descarga no disponible" ,
"NotificationsSettingsWebhookHeaders" : "Cabeceras"
}
@ -389,7 +389,7 @@
"MassMovieSearch" : "Pesquisar filmes em massa" ,
"MarkAsFailed" : "Marcar como falha" ,
"MarkAsFailedMessageText" : "Tem certeza que deseja marcar \"{0}\" como falhado?" ,
"MappedNetworkDrivesWindowsService" : "As unidades de rede mapeadas não estão disponíveis quando executadas como um serviço do Windows. Consulte as Perguntas frequentes para saber mais ",
"MappedNetworkDrivesWindowsService" : "As unidades de rede mapeadas não estão disponíveis quando executadas como um serviço do Windows. Consulte as [FAQ]({url}) para obter mais informações. ",
"ManualImportSelectQuality" : " Importação manual - Selecionar qualidade" ,
"ManualImportSelectMovie" : "Importação manual - Selecionar filme" ,
"ManualImportSelectLanguage" : "Importação manual - Selecionar idioma" ,
@ -399,7 +399,7 @@
"Lowercase" : "Minúsculas" ,
"LookingForReleaseProfiles2" : "em vez disso." ,
"LookingForReleaseProfiles1" : "Procurando pelos perfis de lançamento? Tente" ,
"Logs" : " Log s",
"Logs" : " Registro s",
"LogOnly" : "Só registro em log" ,
"LogLevelTraceHelpTextWarning" : "O registro em log para rastreamento deve ser habilitado apenas temporariamente" ,
"LogLevel" : "Nível de registro em log" ,
@ -1863,5 +1863,6 @@
"FavoriteFolderRemove" : "Remover Pasta Favorita" ,
"FavoriteFolders" : "Pastas Favoritas" ,
"Warning" : "Cuidado" ,
"DownloadClientUnavailable" : "Cliente de download indisponível"
"DownloadClientUnavailable" : "Cliente de download indisponível" ,
"NotificationsSettingsWebhookHeaders" : "Cabeçalhos"
}
@ -1111,5 +1111,6 @@
"AllTitles" : "Tất cả các tệp" ,
"DownloadClientUnavailable" : "Ứng dụng khách tải xuống không khả dụng" ,
"AddReleaseProfile" : "Chỉnh sửa hồ sơ độ trễ" ,
"EditConditionImplementation" : "Thêm điều kiện - {implementationName}"
"EditConditionImplementation" : "Thêm điều kiện - {implementationName}" ,
"EditIndexerImplementation" : "Thêm điều kiện - {implementationName}"
}
@ -1855,5 +1855,14 @@
"Completed" : "完成" ,
"Delay" : "延迟" ,
"DownloadClientUnavailable" : "下载客户端不可用" ,
"Fallback" : "备选"
"Fallback" : "备选" ,
"FavoriteFolderAdd" : "添加收藏文件夹" ,
"FavoriteFolderRemove" : "删除收藏夹" ,
"FavoriteFolders" : "收藏夹" ,
"MetadataXmbcSettingsMovieMetadataLanguageHelpText" : "如果 .nfo 中可用,请包含所选语言" ,
"OnFileUpgrade" : "文件升级时" ,
"OnFileImport" : "关于文件导入" ,
"ManageFormats" : "管理格式" ,
"NotificationsSettingsWebhookHeaders" : "标头" ,
"Warning" : "警告"
}
@ -0,0 +1,7 @@
{
"About" : "关于" ,
"Add" : "添加" ,
"Always" : "总是" ,
"Analytics" : "分析" ,
"Username" : "用户名"
}
@ -259,5 +259,12 @@
"UpdateAvailableHealthCheckMessage" : "可用的新版本: {version}" ,
"UpdateAppDirectlyLoadError" : "無法直接更新 {appName}, " ,
"UnselectAll" : "取消全選" ,
"Any" : "任何"
"Any" : "任何" ,
"UiLanguage" : "使用者介面語言" ,
"IndexersLoadError" : "無法載入索引器" ,
"TagsLoadError" : "無法載入標籤" ,
"UiSettings" : "使用者介面設定" ,
"UiSettingsLoadError" : "無法載入 UI 設定" ,
"HistoryLoadError" : "無法載入歷史記錄" ,
"UiLanguageHelpText" : "{appName} 介面所使用的語言"
}