diff --git a/src/tribler/ui/public/locales/en_US.json b/src/tribler/ui/public/locales/en_US.json index 15c032a84b..6654e94e93 100644 --- a/src/tribler/ui/public/locales/en_US.json +++ b/src/tribler/ui/public/locales/en_US.json @@ -16,6 +16,7 @@ "Seeding": "Seeding", "Anonymity": "Anonymity", "Debug": "Debug", + "Versions": "Versions", "ImportTorrentFile": "Import torrent from file(s)", "ImportTorrentURL": "Import torrent from magnet/URL", "CreateTorrent": "Create torrent from file(s)", diff --git a/src/tribler/ui/public/locales/es_ES.json b/src/tribler/ui/public/locales/es_ES.json index 6aec8b30eb..c479ed655c 100644 --- a/src/tribler/ui/public/locales/es_ES.json +++ b/src/tribler/ui/public/locales/es_ES.json @@ -16,6 +16,7 @@ "Seeding": "Sembrado", "Anonymity": "Anonimato", "Debug": "Depurar", + "Versions": "Versiones", "ImportTorrentFile": "Importar torrent desde archivo", "ImportTorrentURL": "Importar un torrent desde un magnet/URL", "CreateTorrent": "Crear torrent a partir de archivo(s)", diff --git a/src/tribler/ui/public/locales/ko_KR.json b/src/tribler/ui/public/locales/ko_KR.json index c94e3147c5..d046485a6b 100644 --- a/src/tribler/ui/public/locales/ko_KR.json +++ b/src/tribler/ui/public/locales/ko_KR.json @@ -16,6 +16,7 @@ "Seeding": "시딩", "Anonymity": "익명성", "Debug": "디버그", + "Versions": "버전", "ImportTorrentFile": "파일에서 토런트 가져오기", "ImportTorrentURL": "마그넷/URL에서 토렌트 가져오기", "CreateTorrent": "파일에서 토렌트 만들기", diff --git a/src/tribler/ui/public/locales/pt_BR.json b/src/tribler/ui/public/locales/pt_BR.json index 2cdcbacb58..8ea0d8c414 100644 --- a/src/tribler/ui/public/locales/pt_BR.json +++ b/src/tribler/ui/public/locales/pt_BR.json @@ -16,6 +16,7 @@ "Seeding": "Seeding", "Anonymity": "Anonimidade", "Debug": "Depurar", + "Versions": "Versões", "ImportTorrentFile": "Importar torrent do um arquivo", "ImportTorrentURL": "Importar torrent de magnet/URL", "CreateTorrent": "Criar torrent de um arquivo(s)", diff --git a/src/tribler/ui/public/locales/ru_RU.json b/src/tribler/ui/public/locales/ru_RU.json index 867c71a483..19c77c5312 100644 --- a/src/tribler/ui/public/locales/ru_RU.json +++ b/src/tribler/ui/public/locales/ru_RU.json @@ -16,6 +16,7 @@ "Seeding": "Раздача", "Anonymity": "Анонимность", "Debug": "Отладка", + "Versions": "Версии", "ImportTorrentFile": "Загрузить торрент из файла", "ImportTorrentURL": "Загрузить торрент по URL/magnet-ссылке", "CreateTorrent": "Создать торрент", diff --git a/src/tribler/ui/public/locales/zh_CN.json b/src/tribler/ui/public/locales/zh_CN.json index 53059142ed..1b7893d067 100644 --- a/src/tribler/ui/public/locales/zh_CN.json +++ b/src/tribler/ui/public/locales/zh_CN.json @@ -16,6 +16,7 @@ "Seeding": "做种", "Anonymity": "匿名", "Debug": "调试", + "Versions": "版本", "ImportTorrentFile": "从文件导入种子", "ImportTorrentURL": "从磁力/URL 导入种子", "CreateTorrent": "从文件创建种子", diff --git a/src/tribler/ui/src/pages/Settings/Versions.tsx b/src/tribler/ui/src/pages/Settings/Versions.tsx index d929c44681..293f8b5cad 100644 --- a/src/tribler/ui/src/pages/Settings/Versions.tsx +++ b/src/tribler/ui/src/pages/Settings/Versions.tsx @@ -106,44 +106,44 @@ export default function Versions() { return (
- }> - }> + - }> - {newVersion ? : } + }> + {newVersion ? : } - + - - + + - - + + { versions.reduce((r: string[], e: string) => {r.push(e, e, e, e); return r;}, new Array()).map(function(old_version: string, i: number){ switch (i % 4){ case 0: { - return () + return () } case 1: { - return () // Blank column to outline with the data above + return () // Blank column to outline with the data above } case 2: { return ( (typeof canUpgrade === "string") && (canUpgrade == old_version) ? ( - isUpgrading ?
- : ) - : + isUpgrading ?
+ : ) + : ) } default: { - return () + return () } } })