Fix incorrect translation (zh-TW & zh-CN) (#697)

Translation for `maps` and `videos` were swapped in this commit.

11099f7b1d (diff-fcd1e088df6519cbd45d012f89a0d2722b7414c94189ee41595a3a101b4c11ad)
main
xatier 2022-03-28 11:10:18 -05:00 committed by GitHub
parent 4c91667b6f
commit e575fad324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -346,8 +346,8 @@
"continue-search": "继续搜索 Farside", "continue-search": "继续搜索 Farside",
"all": "全部", "all": "全部",
"images": "圖片", "images": "圖片",
"maps": "影片", "maps": "地圖",
"videos": "地圖", "videos": "影片",
"news": "新聞", "news": "新聞",
"books": "書籍" "books": "書籍"
}, },
@ -566,8 +566,8 @@
"continue-search": "繼續搜索 Farside", "continue-search": "繼續搜索 Farside",
"all": "全部", "all": "全部",
"images": "圖片", "images": "圖片",
"maps": "影片", "maps": "地圖",
"videos": "地圖", "videos": "影片",
"news": "新聞", "news": "新聞",
"books": "書籍" "books": "書籍"
}, },