diff --git a/src/translations/cs.json b/src/translations/cs.json index f9f5500..d29d0a0 100644 --- a/src/translations/cs.json +++ b/src/translations/cs.json @@ -74,7 +74,8 @@ "related_comments": "Komentáře", "autoplay_next_video": "Po skončení tohoto videa přejít na první související video", "loop_this_video": "Opakovat toto video", - "related_videos": "Související videa" + "related_videos": "Související videa", + "unauthenticated_rss": "RSS (neautentizované)" }, "preferences": { "feedColumns": "Počet sloupců ve stránce kanálu", diff --git a/src/translations/es.json b/src/translations/es.json index 2ec8fd7..614b066 100644 --- a/src/translations/es.json +++ b/src/translations/es.json @@ -66,7 +66,8 @@ "autoplay_next_video": "Continúe con el primer video relacionado una vez que finalice este video", "loop_this_video": "Reproduce este video una y otra vez", "related_videos": "Vídeos relacionados", - "related_comments": "Comentarios" + "related_comments": "Comentarios", + "unauthenticated_rss": "RSS (sin autenticar)" }, "counts": { "videos": "No hay videos | Un video | {n} Videos", diff --git a/src/translations/id.json b/src/translations/id.json index ad10daf..300e45f 100644 --- a/src/translations/id.json +++ b/src/translations/id.json @@ -76,7 +76,8 @@ "related_comments": "Komentar", "autoplay_next_video": "Lanjutkan ke video terkait pertama setelah video ini berakhir", "loop_this_video": "Ulangi video ini", - "related_videos": "Video Terkait" + "related_videos": "Video Terkait", + "unauthenticated_rss": "RSS (tidak terautentikasi)" }, "preferences": { "feedColumns": "Jumlah Kolom di Laman Umpan", diff --git a/src/translations/tr.json b/src/translations/tr.json index 5feaf29..90ce883 100644 --- a/src/translations/tr.json +++ b/src/translations/tr.json @@ -44,7 +44,8 @@ "related_videos": "İlgili Videolar", "related_comments": "Yorumlar", "loop_this_video": "Bu videoyu döngüye al", - "autoplay_next_video": "Bu video bittiğinde ilgili ilk videoya geç" + "autoplay_next_video": "Bu video bittiğinde ilgili ilk videoya geç", + "unauthenticated_rss": "RSS (kimlik doğrulanmadı)" }, "titles": { "history": "Geçmiş", diff --git a/src/translations/zh-Hans.json b/src/translations/zh-Hans.json index 1650a7d..15bf522 100644 --- a/src/translations/zh-Hans.json +++ b/src/translations/zh-Hans.json @@ -75,7 +75,12 @@ "accounts": "你的账户", "delAccountMessage": "你想删除账户吗?", "confirmPWToDelAcc": "确认密码删除账户", - "enable_dark_mode": "启用深色模式" + "enable_dark_mode": "启用深色模式", + "related_videos": "相关视频", + "related_comments": "评论", + "loop_this_video": "循环播放此视频", + "unauthenticated_rss": "RSS(未经身份验证)", + "autoplay_next_video": "视频结束后,继续观看第一个相关视频" }, "errors": { "trendingFetchError": "无法获取热门视频。请检查您所在的国家/地区是否受 YouTube 支持"