From 2de5b9e6d055b59b8f7096704155a1bb6e866af8 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:22:48 +0100 Subject: [PATCH] Deduplicate "Sort By" strings into a single "Global.Sort By" string --- .../components/CommentSection/CommentSection.vue | 2 +- .../components/FtSearchFilters/FtSearchFilters.vue | 2 +- .../ft-playlist-add-video-prompt.vue | 2 +- src/renderer/views/Channel/Channel.vue | 8 ++++---- src/renderer/views/Playlist/Playlist.vue | 2 +- src/renderer/views/UserPlaylists/UserPlaylists.vue | 2 +- static/locales/af.yaml | 7 +------ static/locales/ar.yaml | 6 +----- static/locales/az.yaml | 3 +-- static/locales/be.yaml | 6 +----- static/locales/bg.yaml | 6 +----- static/locales/bn.yaml | 2 +- static/locales/br.yaml | 7 +------ static/locales/bs.yaml | 4 +++- static/locales/ca.yaml | 3 +-- static/locales/ckb.yaml | 5 +---- static/locales/cs.yaml | 6 +----- static/locales/cy.yaml | 6 +----- static/locales/da.yaml | 6 +----- static/locales/de-DE.yaml | 6 +----- static/locales/el.yaml | 4 +--- static/locales/en-GB.yaml | 6 +----- static/locales/en-US.yaml | 7 +------ static/locales/eo.yaml | 4 ++-- static/locales/es-AR.yaml | 2 +- static/locales/es-MX.yaml | 4 +--- static/locales/es.yaml | 6 +----- static/locales/et.yaml | 6 +----- static/locales/eu.yaml | 6 +----- static/locales/fa.yaml | 11 +++-------- static/locales/fi.yaml | 5 +---- static/locales/fil.yaml | 2 +- static/locales/fr-FR.yaml | 6 +----- static/locales/gl.yaml | 4 +--- static/locales/he.yaml | 6 +----- static/locales/hi.yaml | 4 +++- static/locales/hr.yaml | 6 +----- static/locales/hu.yaml | 6 +----- static/locales/id.yaml | 7 +------ static/locales/is.yaml | 6 +----- static/locales/it.yaml | 6 +----- static/locales/ja.yaml | 10 +++------- static/locales/ka.yaml | 4 +++- static/locales/ko.yaml | 4 +--- static/locales/ku.yaml | 4 +++- static/locales/la.yaml | 4 +++- static/locales/lt.yaml | 4 +--- static/locales/lv.yaml | 5 +---- static/locales/my.yaml | 6 ------ static/locales/nb-NO.yaml | 10 +++------- static/locales/ne.yaml | 4 +++- static/locales/nl.yaml | 6 +----- static/locales/nn.yaml | 4 +--- static/locales/or.yaml | 5 ++++- static/locales/pl.yaml | 6 +----- static/locales/pt-BR.yaml | 6 +----- static/locales/pt-PT.yaml | 6 +----- static/locales/pt.yaml | 6 +----- static/locales/ro.yaml | 5 +---- static/locales/ru.yaml | 8 ++------ static/locales/sk.yaml | 4 +--- static/locales/sl.yaml | 4 +--- static/locales/sm.yaml | 3 --- static/locales/sr.yaml | 6 +----- static/locales/sv.yaml | 5 +---- static/locales/ta.yaml | 7 +------ static/locales/tok.yaml | 2 +- static/locales/tr.yaml | 6 +----- static/locales/uk.yaml | 6 +----- static/locales/vi.yaml | 6 +----- static/locales/vls.yaml | 7 +------ static/locales/zh-CN.yaml | 6 +----- static/locales/zh-TW.yaml | 6 +----- 73 files changed, 97 insertions(+), 283 deletions(-) diff --git a/src/renderer/components/CommentSection/CommentSection.vue b/src/renderer/components/CommentSection/CommentSection.vue index 2810ae0993b55..c56780886c80d 100644 --- a/src/renderer/components/CommentSection/CommentSection.vue +++ b/src/renderer/components/CommentSection/CommentSection.vue @@ -43,7 +43,7 @@ diff --git a/src/renderer/views/Channel/Channel.vue b/src/renderer/views/Channel/Channel.vue index d8507169525dc..660138cb480b6 100644 --- a/src/renderer/views/Channel/Channel.vue +++ b/src/renderer/views/Channel/Channel.vue @@ -45,7 +45,7 @@ :value="videoSortBy" :select-names="videoLiveShortSelectNames" :select-values="videoLiveShortSelectValues" - :placeholder="$t('Search Filters.Sort By.Sort By')" + :placeholder="$t('Global.Sort By')" :icon="getIconForSortPreference(videoSortBy)" @change="videoSortBy = $event" /> @@ -55,7 +55,7 @@ :value="shortSortBy" :select-names="videoLiveShortSelectNames" :select-values="videoLiveShortSelectValues" - :placeholder="$t('Search Filters.Sort By.Sort By')" + :placeholder="$t('Global.Sort By')" :icon="getIconForSortPreference(shortSortBy)" @change="shortSortBy = $event" /> @@ -65,7 +65,7 @@ :value="liveSortBy" :select-names="videoLiveShortSelectNames" :select-values="videoLiveShortSelectValues" - :placeholder="$t('Search Filters.Sort By.Sort By')" + :placeholder="$t('Global.Sort By')" :icon="getIconForSortPreference(liveSortBy)" @change="liveSortBy = $event" /> @@ -75,7 +75,7 @@ :value="playlistSortBy" :select-names="playlistSelectNames" :select-values="playlistSelectValues" - :placeholder="$t('Search Filters.Sort By.Sort By')" + :placeholder="$t('Global.Sort By')" :icon="getIconForSortPreference(playlistSortBy)" @change="playlistSortBy = $event" /> diff --git a/src/renderer/views/Playlist/Playlist.vue b/src/renderer/views/Playlist/Playlist.vue index 576f501900d02..8a673fbdd138c 100644 --- a/src/renderer/views/Playlist/Playlist.vue +++ b/src/renderer/views/Playlist/Playlist.vue @@ -56,7 +56,7 @@ :value="sortOrder" :select-names="sortBySelectNames" :select-values="sortBySelectValues" - :placeholder="$t('Playlist.Sort By.Sort By')" + :placeholder="$t('Global.Sort By')" :icon="getIconForSortPreference(sortOrder)" @change="updateUserPlaylistSortOrder" /> diff --git a/src/renderer/views/UserPlaylists/UserPlaylists.vue b/src/renderer/views/UserPlaylists/UserPlaylists.vue index b5930b207375f..3ca2a65c43d9d 100644 --- a/src/renderer/views/UserPlaylists/UserPlaylists.vue +++ b/src/renderer/views/UserPlaylists/UserPlaylists.vue @@ -50,7 +50,7 @@ :value="sortBy" :select-names="sortBySelectNames" :select-values="sortBySelectValues" - :placeholder="$t('User Playlists.Sort By.Sort By')" + :placeholder="$t('Global.Sort By')" :icon="getIconForSortPreference(sortBy)" @change="sortBy = $event" /> diff --git a/static/locales/af.yaml b/static/locales/af.yaml index deecf797237ce..cca9e291bd888 100644 --- a/static/locales/af.yaml +++ b/static/locales/af.yaml @@ -46,6 +46,7 @@ Global: Shorts: 'Kortvideo’s' Live: '' Community: '' + Sort By: 'Sorteer volgens' Counts: Video Count: '' Channel Count: '' @@ -70,7 +71,6 @@ Search Listing: Search Filters: Search Filters: '' Sort By: - Sort By: '' Most Relevant: '' Rating: '' Upload Date: '' @@ -187,8 +187,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: '' Sort By: - Sort By: '' - NameAscending: '' NameDescending: '' @@ -709,7 +707,6 @@ Channel: Added channel to your subscriptions: 'Kanaal is tot u intekeninge toegevoeg' Search Channel: 'Deursoek kanaal' Your search results have returned 0 results: 'U soekaksie het 0 resultate gelewer' - Sort By: 'Sorteer volgens' This channel does not exist: 'Hierdie kanaal bestaan nie' This channel does not allow searching: 'Hierdie kanaal laat nie soektogte toe nie' This channel is age-restricted and currently cannot be viewed in FreeTube.: 'Hierdie @@ -908,7 +905,6 @@ Playlist: View Full Playlist: 'Bekyk volledige afspeellys' Last Updated On: 'Laas bygewerk op' Sort By: - Sort By: 'Sorteer volgens' DateAddedNewest: 'Laaste toegevoeg boaan' DateAddedOldest: 'Eerste toegevoeg boaan' AuthorAscending: 'Outeur (A-Z)' @@ -972,7 +968,6 @@ Comments: hierdie video nie' Show Comments: 'Toon kommentare' Hide Comments: 'Versteek kommentare' - Sort by: 'Sorteer volgens' Top comments: 'Topkommentare' Newest first: 'Nuutste eerste' View {replyCount} replies: 'Sien {replyCount} antwoorde' diff --git a/static/locales/ar.yaml b/static/locales/ar.yaml index 034baa8471b1d..9fdab14b9dfb6 100644 --- a/static/locales/ar.yaml +++ b/static/locales/ar.yaml @@ -35,6 +35,7 @@ Global: Shorts: القصيرة Live: بث مباشر Community: المجتمع + Sort By: ترتيب حسب # Search Bar Counts: @@ -52,7 +53,6 @@ Search / Go to URL: 'ابحث / اذهب إلى رابط' Search Filters: Search Filters: 'فلاتر البحث' Sort By: - Sort By: 'ترتيب حسب' Most Relevant: 'الأكثر صلة' Rating: 'التقييم' Upload Date: 'تاريخ الرفع' @@ -145,7 +145,6 @@ User Playlists: Cancel: إلغاء Delete Playlist: حذف قائمة التشغيل Sort By: - Sort By: ترتيب حسب LatestCreatedFirst: تم إنشاؤها مؤخرًا LatestUpdatedFirst: تم تحديثه مؤخرا NameAscending: أ-ي @@ -705,7 +704,6 @@ Channel: Unsubscribe: 'إلغاء الاشتراك' Search Channel: 'ابحث في القناة' Your search results have returned 0 results: 'لم تُعد نتيجة بحثك أي نتائج' - Sort By: 'فرز بحسب' Videos: Videos: 'الفيديوهات' This channel does not currently have any videos: 'لا تحتوي هذه القناة على أي فيديوهات @@ -906,7 +904,6 @@ Playlist: #& Views Playlist: قائمة التشغيل Sort By: - Sort By: ترتيب حسب DateAddedNewest: آخر مضاف أولا DateAddedOldest: الأقدم إضافتا أولا AuthorAscending: الكاتب (A-Z) @@ -959,7 +956,6 @@ Comments: No more comments available: لا يتوفر المزيد من التعليقات Newest first: الأحدث أولاً Top comments: أهم التعليقات - Sort by: الترتيب حسب Show More Replies: إظهار المزيد من الردود Pinned by: تم التثبيت بواسطة And others: و اخرين diff --git a/static/locales/az.yaml b/static/locales/az.yaml index 5fcddb2d28cad..e973d6b9e47d6 100644 --- a/static/locales/az.yaml +++ b/static/locales/az.yaml @@ -45,7 +45,6 @@ Search Bar: Search Filters: Search Filters: 'Axtarış Filtrləri' Sort By: - Sort By: 'Çeşidləmə' Most Relevant: 'Ən Münasib' Rating: 'Qiymətləndirmə' Upload Date: 'Yükləmə Tarixi' @@ -180,7 +179,6 @@ User Playlists: Search for Videos: Videoları Axtar Sort By: EarliestUpdatedFirst: Ən Tez Yenilənib - Sort By: Çeşidlənmə EarliestCreatedFirst: Ən Tez Yaradılıb NameAscending: A-Z NameDescending: Z-A @@ -355,6 +353,7 @@ Global: Length Requirement: Etiket ən azı {number} simvol uzunluğunda olmalıdır Community: İcma Shorts: Shorts + Sort By: 'Çeşidləmə' Search Listing: Label: Closed Captions: Titrlər Bağlandı diff --git a/static/locales/be.yaml b/static/locales/be.yaml index dcb9eb9837fd2..007484bea8e48 100644 --- a/static/locales/be.yaml +++ b/static/locales/be.yaml @@ -45,6 +45,7 @@ Global: Shorts: 'Кароткія відэа' Live: 'Ужывую' Community: 'Супольнасць' + Sort By: Сартаваць Counts: Video Count: '1 відэа | {count} відэа' Channel Count: '1 канал | {count} каналы(аў)' @@ -64,7 +65,6 @@ Search Bar: Search Filters: Search Filters: 'Фільтры пошуку' Sort By: - Sort By: 'Сартаваць' Most Relevant: 'Найбольш рэлевантныя' Rating: 'Рэйтынг' Upload Date: 'Дата запампоўкі' @@ -239,7 +239,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: Вы ўпэўнены, што хочаце выдаліць плэй-ліст? Гэта нельга адмяніць. Sort By: - Sort By: Сартаваць EarliestPlayedFirst: Раней прайгравалі NameDescending: Я-А LatestCreatedFirst: Нядаўна створаны @@ -733,7 +732,6 @@ Channel: Added channel to your subscriptions: 'Канал дададзены да вашых падпісак' Search Channel: 'Шукаць на канале' Your search results have returned 0 results: 'Пошук даў 0 вынікаў' - Sort By: 'Сартаваць' This channel does not exist: 'Гэты канал не існуе' This channel does not allow searching: 'Гэты канал не дазваляе шукаць' This channel is age-restricted and currently cannot be viewed in FreeTube.: 'Гэты @@ -926,7 +924,6 @@ Playlist: #& Views Sort By: AuthorAscending: Аўтар (А-Я) - Sort By: Сартаваць Custom: Карыстальніцкі AuthorDescending: Аўтар (Я-А) DateAddedNewest: Новыя спачатку @@ -986,7 +983,6 @@ Comments: There are no more comments for this video: 'Да гэтага відэа больш няма каментарыяў' Show Comments: 'Паказаць каментарыі' Hide Comments: 'Схаваць каментарыі' - Sort by: 'Сартаваць' Top comments: 'Папулярныя каментарыі' Newest first: 'Спачатку новыя' View {replyCount} replies: 'Праглядзець {replyCount} адказаў' diff --git a/static/locales/bg.yaml b/static/locales/bg.yaml index a52161d76183a..bcf902d41fe3c 100644 --- a/static/locales/bg.yaml +++ b/static/locales/bg.yaml @@ -36,6 +36,7 @@ Global: Shorts: Кратки видеа Live: На живо Community: Общност + Sort By: Подреждане по Counts: Video Count: 1 видео | {count} видеа @@ -59,7 +60,6 @@ Search / Go to URL: 'Търсене / Отиване на адрес' Search Filters: Search Filters: 'Филтри за търсене' Sort By: - Sort By: 'Подреждане по' Most Relevant: 'Най-уместно' Rating: 'Оценка' Upload Date: 'Дата на качване' @@ -203,7 +203,6 @@ User Playlists: LatestCreatedFirst: Наскоро създадени EarliestCreatedFirst: Най-рано създадени EarliestPlayedFirst: Най-рано възпроизведени - Sort By: Подреждане по NameAscending: A-Z NameDescending: Z-A LatestUpdatedFirst: Наскоро обновени @@ -771,7 +770,6 @@ Channel: Added channel to your subscriptions: 'Каналът е добавен към вашите абонаменти' Search Channel: 'Търсене в канала' Your search results have returned 0 results: 'Търсенето върна 0 резултата' - Sort By: 'Подреждане по' Videos: Videos: 'видеа' This channel does not currently have any videos: 'В този канал по настоящем няма @@ -978,7 +976,6 @@ Playlist: Sort By: DateAddedNewest: Първо най-новите DateAddedOldest: Първо най-старите - Sort By: Подреждане по AuthorAscending: Автор (A-Z) AuthorDescending: Автор (Z-A) VideoTitleAscending: Заглавие (A-Z) @@ -1034,7 +1031,6 @@ Comments: No more comments available: Не са налични повече коментари Newest first: Първо най-новите Top comments: Последни коментари - Sort by: Подреждане по Show More Replies: Показване на още отговори Pinned by: Прихванато от From {channelName}: от {channelName} diff --git a/static/locales/bn.yaml b/static/locales/bn.yaml index 9edb9828ee1fc..f140c3917566c 100644 --- a/static/locales/bn.yaml +++ b/static/locales/bn.yaml @@ -40,7 +40,6 @@ Search / Go to URL: 'অনুসন্ধান / ইউআরএলে যা Search Filters: Search Filters: 'অনুসন্ধান ছাঁকনি' Sort By: - Sort By: 'সাজানোর পদ্ধতি' Most Relevant: 'সবচেয়ে প্রাসঙ্গিক' Rating: 'তারকা' Upload Date: 'ছাপানোর তারিখ' @@ -123,6 +122,7 @@ Global: Videos: ভিডিও Shorts: খাটো Live: সরাসরি + Sort By: 'সাজানোর পদ্ধতি' Counts: Video Count: ১ ভিডিও |{সমষ্টি }ভিডিও Subscriber Count: ১ সাবস্ক্রাইবার |{সমষ্টি }সাবস্ক্রাইবার diff --git a/static/locales/br.yaml b/static/locales/br.yaml index 442984bd5508e..9e2244a35a259 100644 --- a/static/locales/br.yaml +++ b/static/locales/br.yaml @@ -49,6 +49,7 @@ Global: Shorts: 'Videoioù berr (Shorts)' Live: 'War-eeun' Community: 'Kumuniezh' + Sort By: 'Rummañ dre' Counts: Video Count: '1 video | {count} video' Channel Count: '1 chadenn | {count} chadenn' @@ -81,7 +82,6 @@ Search Listing: Search Filters: Search Filters: 'Siloù evit Klask' Sort By: - Sort By: 'Rummañ dre' Most Relevant: 'Ar re wellañ' Rating: 'Notenn' Upload Date: 'Deiziad kargañ' @@ -224,8 +224,6 @@ User Playlists: e faot deoc''h dilemel ar roll-videoioù-mañ ? Ne vo ket moaien da nullañ war-lerc''h.' Sort By: - Sort By: 'Rummañ dre' - NameAscending: 'A-Z' NameDescending: 'Z-A' @@ -802,7 +800,6 @@ Channel: Added channel to your subscriptions: 'Chadenn ouzhpennet d''ho koumanantoù' Search Channel: 'Klask e-barzh ar chadenn' Your search results have returned 0 results: 'N''eus disoc''h ebet gant ho klask' - Sort By: 'Rummañ dre' This channel does not exist: 'N''eus ket deus ar chadenn-mañ' This channel does not allow searching: 'Ne vez ket aotreet klask gant ar chadenn-mañ' This channel is age-restricted and currently cannot be viewed in FreeTube.: 'Ur @@ -1003,7 +1000,6 @@ Playlist: Views: '' Last Updated On: 'Hizivadenn ziwezhañ' Sort By: - Sort By: 'Rummañ dre' DateAddedNewest: 'Ouzhpennet diwezhañ da gentañ' DateAddedOldest: 'Ouzhpennet abretañ da gentañ' AuthorAscending: 'Aozer (A-Z)' @@ -1068,7 +1064,6 @@ Comments: There are no more comments for this video: 'Evezhiadenn ouzhpenn ebet evit ar video-mañ' Show Comments: 'Diskouez an evezhiadennoù' Hide Comments: 'Kuzhat an evezhiadennoù' - Sort by: 'Rummañ dre' Top comments: 'Evezhiadennoù gwellañ' Newest first: 'Nevesañ da gentañ' View {replyCount} replies: 'Diskouez {replyCount} respont' diff --git a/static/locales/bs.yaml b/static/locales/bs.yaml index 5dadb9d75e566..4af34c7e5ee81 100644 --- a/static/locales/bs.yaml +++ b/static/locales/bs.yaml @@ -34,13 +34,15 @@ Download From Site: 'Instaliraj preko stranice' A new blog is now available, {blogTitle}. Click to view more: 'Sada je dostupan novi blog, {blogTitle}. Kliknite da vidite više' +Global: + Sort By: 'Poredaj po' + # Search Bar Search / Go to URL: 'Pretražite / idite na URL' # In Filter Button Search Filters: Search Filters: 'Pretraži filtere' Sort By: - Sort By: 'Poredaj po' Most Relevant: 'Naj relevantnije' Rating: 'Ocjena' Upload Date: 'Datum uploada' diff --git a/static/locales/ca.yaml b/static/locales/ca.yaml index c3978a4637bc5..27bca308faa8b 100644 --- a/static/locales/ca.yaml +++ b/static/locales/ca.yaml @@ -36,6 +36,7 @@ Global: Live: En directe Community: Comunitat + Sort By: 'Ordena Per' Version {versionNumber} is now available! Click for more details: 'La versió {versionNumber} està disponible! Fes clic per a més detalls' Download From Site: 'Descarrega des del web' @@ -48,7 +49,6 @@ Search / Go to URL: 'Cerca / Ves a l''URL' Search Filters: Search Filters: 'Filtres de cerca' Sort By: - Sort By: 'Ordena per' Most Relevant: 'Més rellevant' Rating: 'Valoració' Upload Date: 'Data de pujada' @@ -429,7 +429,6 @@ Channel: Search Channel: 'Cerca Canal' Your search results have returned 0 results: 'Els resultats de la teva cerca han retornat 0 resultats' - Sort By: 'Ordena Per' Videos: Videos: 'Vídeos' This channel does not currently have any videos: 'Aquest canal no té actualment diff --git a/static/locales/ckb.yaml b/static/locales/ckb.yaml index f848e647f7f68..7f2cf91701556 100644 --- a/static/locales/ckb.yaml +++ b/static/locales/ckb.yaml @@ -45,6 +45,7 @@ Global: Shorts: 'کورتەڤیدیۆکان' Live: 'ڕاستەوخۆ' Community: 'کۆمەڵگە' + Sort By: 'ڕیزکردن بە' Counts: Video Count: '١ ڤیدیۆ | {count} ڤیدیۆ' Channel Count: '١ کەناڵ | {count} کەناڵ' @@ -61,7 +62,6 @@ Search Bar: Search Filters: Search Filters: 'پاڵفتەکردنی گەڕان' Sort By: - Sort By: 'ڕیزکردن بە' Most Relevant: 'پەیوەندیدار' Rating: 'هەڵسەنگاندن' Upload Date: 'ڕێکەوتی بارکردن' @@ -153,7 +153,6 @@ User Playlists: Video has been removed: ڤیدیۆکە لابرا Search for Videos: لە ڤیدیۆ بگەڕێ Sort By: - Sort By: ڕیزکردن بە NameAscending: ئ-ێ NameDescending: ێ-ئ EarliestCreatedFirst: زوو درووستکراو @@ -554,7 +553,6 @@ Channel: Added channel to your subscriptions: '' Search Channel: '' Your search results have returned 0 results: '' - Sort By: 'ڕیزکردن بە' This channel does not exist: 'ئەم کەناڵە بوونی نییە' This channel does not allow searching: 'ئەم کەناڵە ڕێ بە گەڕان نادات' This channel is age-restricted and currently cannot be viewed in FreeTube.: '' @@ -736,7 +734,6 @@ Comments: There are no more comments for this video: '' Show Comments: '' Hide Comments: '' - Sort by: 'ڕیزکردن بە' Top comments: '' Newest first: 'سەرەتا نوێترینەکان' View {replyCount} replies: '' diff --git a/static/locales/cs.yaml b/static/locales/cs.yaml index 9d5b1a2cf69fa..001f36a7da6de 100644 --- a/static/locales/cs.yaml +++ b/static/locales/cs.yaml @@ -35,6 +35,7 @@ Global: Shorts: Shorts Live: Živě Community: Komunita + Sort By: Seřadit podle Counts: Video Count: 1 video | {count} videí @@ -58,7 +59,6 @@ Search / Go to URL: 'Hledat / Přejít na URL' Search Filters: Search Filters: 'Vyhledávací filtry' Sort By: - Sort By: 'Třídit dle' Most Relevant: 'Nejrelevantnější' Rating: 'Hodnocení' Upload Date: 'Datum nahrání' @@ -202,7 +202,6 @@ User Playlists: EarliestCreatedFirst: Nejdéle vytvořené LatestCreatedFirst: Nejnověji vytvořené EarliestUpdatedFirst: Nejdéle bez aktualizace - Sort By: Seřadit podle NameDescending: Z-A EarliestPlayedFirst: Nejdéle bez přehrání LatestUpdatedFirst: Nejnověji aktualizované @@ -760,7 +759,6 @@ Channel: Added channel to your subscriptions: 'Kanál přidán do vašich odběrů' Search Channel: 'Hledat v kanálu' Your search results have returned 0 results: 'Vaše vyhledávání přineslo 0 výsledků' - Sort By: 'Seřadit podle' Videos: Videos: 'Videa' This channel does not currently have any videos: 'Tento kanál momentálně nemá @@ -967,7 +965,6 @@ Playlist: #& Views Playlist: Playlist Sort By: - Sort By: Seřadit podle DateAddedNewest: Naposledy přidáno DateAddedOldest: Nejdříve přidáno AuthorAscending: Autor (A-Z) @@ -1019,7 +1016,6 @@ Comments: There are no more comments for this video: 'U tohoto videa nejsou žádné další komentáře' Show Comments: 'Zobrazit komentáře' Hide Comments: 'Skrýt komentáře' - Sort by: 'Seřadit podle' Top comments: 'Nejlepší komentáře' Newest first: 'Nejnovější první' # Context: View 10 Replies, View 1 Reply diff --git a/static/locales/cy.yaml b/static/locales/cy.yaml index f046b878ab5ff..bb7b82ff67f03 100644 --- a/static/locales/cy.yaml +++ b/static/locales/cy.yaml @@ -46,6 +46,7 @@ Global: Shorts: 'Shorts' Live: 'Byw' Community: 'Cymuned' + Sort By: Trefnu yn Ôl Counts: Video Count: '1 fideo| {count} fideo' Channel Count: '1 sianel | {count} sianel' @@ -65,7 +66,6 @@ Search Bar: Search Filters: Search Filters: 'Chwilio Hidlyddion' Sort By: - Sort By: 'Trefnu' Most Relevant: 'Mwyaf Perthnasol' Rating: 'Sgôr' Upload Date: 'Dyddiad Uwchlwytho' @@ -199,7 +199,6 @@ User Playlists: LatestPlayedFirst: Chwaraewyd yn Ddiweddar EarliestPlayedFirst: Chwaraewyd Cynharaf EarliestUpdatedFirst: Diweddarwyd Cynharaf - Sort By: Trefnu yn Ôl SinglePlaylistView: Toast: Some videos in the playlist are not loaded yet. Click here to copy anyway.: Nid @@ -769,7 +768,6 @@ Channel: Search Channel: 'Chwilio Sianel' Your search results have returned 0 results: 'Mae eich canlyniadau chwilio wedi dod o hyd i 0 canlyniad' - Sort By: 'Trefnu yn ôl' This channel does not exist: 'Nid yw''r sianel hon yn bodoli' This channel does not allow searching: 'Nid yw''r sianel hon yn caniatáu chwilio' This channel is age-restricted and currently cannot be viewed in FreeTube.: 'Mae @@ -941,7 +939,6 @@ Playlist: #* Published #& Views Sort By: - Sort By: Didoli Wrth Custom: Cyfaddas Change Format: Change Media Formats: '' @@ -983,7 +980,6 @@ Comments: There are no more comments for this video: '' Show Comments: 'Dangos Sylwadau' Hide Comments: 'Cuddio Sylwadau' - Sort by: 'Trefnu yn ôl' Top comments: 'Sylwadau poblogaidd' Newest first: 'Diweddaraf yn gyntaf' View {replyCount} replies: '' diff --git a/static/locales/da.yaml b/static/locales/da.yaml index 6bcd6e14d364d..2fd035372c383 100644 --- a/static/locales/da.yaml +++ b/static/locales/da.yaml @@ -42,6 +42,7 @@ Global: Comment Count: 1 kommentar | {count} kommentarer Community: Fællesskab Live: Live + Sort By: Sortér efter Version {versionNumber} is now available! Click for more details: 'Version {versionNumber} er nu tilgængelig! Klik for flere detaljer' Download From Site: 'Hent Fra Netsted' @@ -54,7 +55,6 @@ Search / Go to URL: 'Søg/gå til URL' Search Filters: Search Filters: 'Søgefiltre' Sort By: - Sort By: 'Sortér efter' Most Relevant: 'Mest Relevante' Rating: 'Bedømmelse' Upload Date: 'Dato for Upload' @@ -143,7 +143,6 @@ User Playlists: EarliestUpdatedFirst: Tidligst Opdateret LatestPlayedFirst: Afspillet For Nyligt LatestCreatedFirst: Oprettet For Nyligt - Sort By: Sortér efter LatestUpdatedFirst: Opdateret For Nyligt EarliestPlayedFirst: Tidligst Afspillet Are you sure you want to delete this playlist? This cannot be undone: Er du sikker @@ -633,7 +632,6 @@ Channel: Added channel to your subscriptions: 'Føjede kanal til dine abonnementer' Search Channel: 'Kanalsøgning' Your search results have returned 0 results: 'Dine søgeresultater har givet 0 resultater' - Sort By: 'Sortér Efter' Videos: Videos: 'Videoer' This channel does not currently have any videos: 'Denne kanal har i øjeblikket @@ -791,7 +789,6 @@ Playlist: DateAddedNewest: Seneste tilføjet først VideoTitleDescending: Titel (Å-A) VideoTitleAscending: Titel (A-Å) - Sort By: Sortér Efter Change Format: Change Media Formats: 'Skift Videoformater' Use Dash Formats: 'Brug DASH-Formater' @@ -838,7 +835,6 @@ Comments: No more comments available: Ikke flere kommentarer tilgængelige Newest first: Nyeste Først Top comments: Topkommentarer - Sort by: Sortér efter From {channelName}: fra {channelName} Pinned by: Fastgjort af And others: og andre diff --git a/static/locales/de-DE.yaml b/static/locales/de-DE.yaml index f7813bf6f2b1d..d01d0aa430e7e 100644 --- a/static/locales/de-DE.yaml +++ b/static/locales/de-DE.yaml @@ -34,6 +34,7 @@ Global: Shorts: Kurzvideos Live: Live Community: Gemeinschaft + Sort By: Sortieren nach # Search Bar Counts: @@ -51,7 +52,6 @@ Search / Go to URL: Suche / Gehe zur URL Search Filters: Search Filters: Suchfilter Sort By: - Sort By: Sortieren nach Most Relevant: Am relevantesten Rating: Bewertung Upload Date: Hochladedatum @@ -155,7 +155,6 @@ User Playlists: dass du diese Wiedergabeliste löschen möchtest? Dies kann nicht rückgängig gemacht werden. Sort By: - Sort By: Sortieren nach NameAscending: A-Z NameDescending: Z-A LatestCreatedFirst: Kürzlich erstellt @@ -724,7 +723,6 @@ Channel: Unsubscribe: Deabonnieren Search Channel: Kanal durchsuchen Your search results have returned 0 results: Deine Suche hat 0 Ergebnisse geliefert - Sort By: Sortieren nach Videos: Videos: Videos This channel does not currently have any videos: Dieser Kanal hat aktuell keine @@ -942,7 +940,6 @@ Playlist: #& Views Sort By: VideoTitleDescending: Titel (Z-A) - Sort By: Sortieren nach DateAddedNewest: Zuletzt hinzugefügt zuerst DateAddedOldest: Am frühesten hinzugefügt zuerst AuthorAscending: Autor (A-Z) @@ -1004,7 +1001,6 @@ Comments: No more comments available: Keine weiteren Kommentare verfügbar Newest first: Neueste zuerst Top comments: Top-Kommentare - Sort by: Sortieren nach Show More Replies: Weitere Antworten anzeigen From {channelName}: von {channelName} And others: und andere diff --git a/static/locales/el.yaml b/static/locales/el.yaml index c552e142ce75a..ffefab806346f 100644 --- a/static/locales/el.yaml +++ b/static/locales/el.yaml @@ -36,6 +36,7 @@ Global: Shorts: Shorts Live: Ζωντανά Community: Κοινότητα + Sort By: 'Ταξινόμηση κατά' # Search Bar Counts: @@ -49,7 +50,6 @@ Search / Go to URL: 'Αναζήτηση/Μετάβαση σε URL' Search Filters: Search Filters: 'Φίλτρα αναζήτησης' Sort By: - Sort By: 'Ταξινόμηση κατά' Most Relevant: 'Πιο σχετικά' Rating: 'Αξιολόγηση' Upload Date: 'Ημερομηνία μεταφόρτωσης' @@ -573,7 +573,6 @@ Channel: Search Channel: 'Αναζήτηση στο κανάλι' Your search results have returned 0 results: 'Τα αποτελέσματα της αναζήτησής σας έχουν επιστρέψει 0 αποτελέσματα' - Sort By: 'Ταξινόμηση κατά' Videos: Videos: 'Βίντεο' This channel does not currently have any videos: 'Αυτό το κανάλι δε διαθέτει προς @@ -780,7 +779,6 @@ Comments: Newest first: Νεότερο πρώτα No more comments available: Δεν υπάρχουν άλλα διαθέσιμα σχόλια Top comments: Κορυφαία σχόλια - Sort by: Ταξινόμηση κατά There are no more comments for this video: Δεν υπάρχουν άλλα σχόλια για αυτό το βίντεο And others: και άλλοι diff --git a/static/locales/en-GB.yaml b/static/locales/en-GB.yaml index fe8602245156b..2004a0e0b0bf7 100644 --- a/static/locales/en-GB.yaml +++ b/static/locales/en-GB.yaml @@ -35,6 +35,7 @@ Global: Shorts: Shorts Live: Live Community: Community + Sort By: Sort by Counts: Video Count: 1 video | {count} videos @@ -58,7 +59,6 @@ Search / Go to URL: 'Search / Go to URL' Search Filters: Search Filters: 'Search filters' Sort By: - Sort By: 'Sort by' Most Relevant: 'Most relevant' Rating: 'Rating' Upload Date: 'Upload date' @@ -154,7 +154,6 @@ User Playlists: EarliestUpdatedFirst: Earliest updated LatestPlayedFirst: Recently played EarliestPlayedFirst: Earliest played - Sort By: Sort by LatestCreatedFirst: Recently created SinglePlaylistView: Toast: @@ -755,7 +754,6 @@ Channel: Search Channel: 'Search Channel' Your search results have returned 0 results: 'Your search results have returned 0 results' - Sort By: 'Sort By' Videos: Videos: 'Videos' This channel does not currently have any videos: 'This channel does not currently @@ -959,7 +957,6 @@ Playlist: #* Published #& Views Sort By: - Sort By: Sort by DateAddedNewest: Latest added first VideoTitleDescending: Title (Z-A) Custom: Custom @@ -1016,7 +1013,6 @@ Comments: No more comments available: No more comments available Newest first: Newest First Top comments: Top comments - Sort by: Sort by Show More Replies: Show more replies Pinned by: Pinned by From {channelName}: from {channelName} diff --git a/static/locales/en-US.yaml b/static/locales/en-US.yaml index ce8a21da08f82..7a32fffbf965e 100644 --- a/static/locales/en-US.yaml +++ b/static/locales/en-US.yaml @@ -48,6 +48,7 @@ Global: Shorts: Shorts Live: Live Community: Community + Sort By: Sort By Counts: Video Count: 1 video | {count} videos Channel Count: 1 channel | {count} channels @@ -79,7 +80,6 @@ Search Listing: Search Filters: Search Filters: Search Filters Sort By: - Sort By: Sort By Most Relevant: Most Relevant Rating: Rating Upload Date: Upload Date @@ -199,8 +199,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: Are you sure you want to delete this playlist? This cannot be undone. Sort By: - Sort By: Sort By - NameAscending: 'A-Z' NameDescending: 'Z-A' @@ -748,7 +746,6 @@ Channel: Search Channel: Search Channel Your search results have returned 0 results: Your search results have returned 0 results - Sort By: Sort By This channel does not exist: This channel does not exist This channel does not allow searching: This channel does not allow searching This channel is age-restricted and currently cannot be viewed in FreeTube.: This channel is age-restricted and currently cannot be viewed in FreeTube. @@ -934,7 +931,6 @@ Playlist: View Full Playlist: View Full Playlist Last Updated On: Last Updated On Sort By: - Sort By: Sort By DateAddedNewest: Latest added first DateAddedOldest: Earliest added first PublishedNewest: Latest published first @@ -995,7 +991,6 @@ Comments: There are no more comments for this video: There are no more comments for this video Show Comments: Show Comments Hide Comments: Hide Comments - Sort by: Sort by Top comments: Top comments Newest first: Newest First View {replyCount} replies: View {replyCount} replies diff --git a/static/locales/eo.yaml b/static/locales/eo.yaml index 5fa981f8a190a..223888e01f493 100644 --- a/static/locales/eo.yaml +++ b/static/locales/eo.yaml @@ -20,8 +20,9 @@ Close: 'Fermi' Back: 'Reen' Forward: 'Antaŭen' -Globals: +Global: Community: Komunumo + Sort By: 'Ordigi laŭ' Version {versionNumber} is now available! Click for more details: 'Versio {versionNumber} disponeblas nun! Alklaki por pli informoj.' @@ -31,7 +32,6 @@ Search / Go to URL: 'Serĉi / Iri al URL' Search Filters: Search Filters: 'Serĉaj filtriloj' Sort By: - Sort By: 'Ordigi laŭ' Most Relevant: 'Plej rilataj' Rating: 'Takso' Upload Date: 'Alŝuta dato' diff --git a/static/locales/es-AR.yaml b/static/locales/es-AR.yaml index 37af8f0a5149e..d9165d7a9688f 100644 --- a/static/locales/es-AR.yaml +++ b/static/locales/es-AR.yaml @@ -35,7 +35,6 @@ Search / Go to URL: 'Buscar / Ir a URL' Search Filters: Search Filters: 'Filtros de búsqueda' Sort By: - Sort By: 'Ordenar por' Most Relevant: 'Más relevante' Rating: 'Clasificación' Upload Date: 'Fecha de carga' @@ -451,6 +450,7 @@ Global: Videos: Videos Shorts: Shorts Live: En vivo + Sort By: 'Ordenar por' Channels: Search bar placeholder: Buscar Canales Unsubscribe Prompt: ¿Deseás confirmar la desuscripción de "{channelName}"? diff --git a/static/locales/es-MX.yaml b/static/locales/es-MX.yaml index 0426058810b1b..b68ceb0d80d98 100644 --- a/static/locales/es-MX.yaml +++ b/static/locales/es-MX.yaml @@ -34,12 +34,12 @@ Global: # Search Bar Community: Comunidad Live: En vivo + Sort By: 'Ordenar por' Search / Go to URL: 'Buscar / Ir a la URL' # In Filter Button Search Filters: Search Filters: 'Filtros de búsqueda' Sort By: - Sort By: 'Ordenar por' Most Relevant: 'Más relevante' Rating: 'Clasificación' Upload Date: 'Fecha de carga' @@ -370,7 +370,6 @@ Channel: Search Channel: 'Buscar canal' Your search results have returned 0 results: 'Los resultados de su búsqueda han arrojado 0 resultados' - Sort By: 'Ordenar por' Videos: Videos: 'Videos' This channel does not currently have any videos: 'Este canal no tiene ningun video @@ -538,7 +537,6 @@ Comments: And others: y otros There are no more comments for this video: No hay más comentarios en este video Newest first: Más recientes - Sort by: Ordenar por Show More Replies: Mostrar más respuestas No more comments available: No hay más comentarios disponibles Up Next: 'A continuación' diff --git a/static/locales/es.yaml b/static/locales/es.yaml index 2bc8c1ace75f3..bfba0327689d0 100644 --- a/static/locales/es.yaml +++ b/static/locales/es.yaml @@ -36,6 +36,7 @@ Global: Shorts: Vídeos cortos Live: En directo Community: Comunidad + Sort By: Ordenar por # Search Bar Counts: @@ -53,7 +54,6 @@ Search / Go to URL: 'Buscar / Ir a la URL' Search Filters: Search Filters: 'Filtros de búsqueda' Sort By: - Sort By: 'Ordenar por' Most Relevant: 'Más relevantes' Rating: 'Mejor valorados' Upload Date: 'Fecha de publicación' @@ -200,7 +200,6 @@ User Playlists: EarliestCreatedFirst: Creado por primera vez LatestCreatedFirst: Creado recientemente EarliestUpdatedFirst: Última actualización - Sort By: Ordenar por NameDescending: Z-A EarliestPlayedFirst: Reproducido más recientemente LatestUpdatedFirst: Actualizado recientemente @@ -752,7 +751,6 @@ Channel: Unsubscribe: 'Anular suscripción' Search Channel: 'Buscar en canal' Your search results have returned 0 results: 'Su búsqueda no encontró resultados' - Sort By: 'Ordenar por' Videos: Videos: 'Vídeos' This channel does not currently have any videos: 'Este canal no tiene actualmente @@ -971,7 +969,6 @@ Playlist: AuthorAscending: Autor (A-Z) AuthorDescending: Autor (Z-A) VideoTitleAscending: Título (A-Z) - Sort By: Ordenar por VideoTitleDescending: Título (Z-A) VideoDurationAscending: Duración (primero la más corta) VideoDurationDescending: Duración (la más larga primero) @@ -1023,7 +1020,6 @@ Comments: There are no more comments for this video: No hay más comentarios en este vídeo Newest first: Los más recientes primero Top comments: Mejores comentarios - Sort by: Ordenar por No more comments available: No hay más comentarios Show More Replies: Mostrar más respuestas From {channelName}: de {channelName} diff --git a/static/locales/et.yaml b/static/locales/et.yaml index 423d60c69cf3f..32fffc596f241 100644 --- a/static/locales/et.yaml +++ b/static/locales/et.yaml @@ -35,6 +35,7 @@ Global: Shorts: Lühivideod Live: Otseeeter Community: Kogukond + Sort By: 'Järjestus' Counts: Video Count: 1 video | {count} videot @@ -58,7 +59,6 @@ Search / Go to URL: 'Otsi aadressi või ava see' Search Filters: Search Filters: 'Otsingufiltrid' Sort By: - Sort By: 'Järjestuse alus' Most Relevant: 'Kõige asjakohasemad' Rating: 'Hinnagud' Upload Date: 'Üleslaadimise kuupäev' @@ -216,7 +216,6 @@ User Playlists: EarliestCreatedFirst: Varem loodud esimesena LatestCreatedFirst: Loodud hiljuti esimesena EarliestUpdatedFirst: Varem uuendatud esimesena - Sort By: Järjestuse alus NameDescending: Z-A EarliestPlayedFirst: Varem esitatud esimesena LatestUpdatedFirst: Hiljuti uuendatud esimesena @@ -759,7 +758,6 @@ Channel: Added channel to your subscriptions: 'Lisasin kanali sinu tellimuste hulka' Search Channel: 'Otsi kanalit' Your search results have returned 0 results: 'Otsingul on 0 tulemust' - Sort By: 'Järjestus' Videos: Videos: 'Videod' This channel does not currently have any videos: 'Sellel kanalik pole hetkel ühtegi @@ -966,7 +964,6 @@ Playlist: Playlist: Esitusloend Sort By: Custom: Kohandatud - Sort By: Järjestuse alus DateAddedNewest: Esmalt viimatilisatud DateAddedOldest: Esmalt ammu lisatud AuthorAscending: Autori alusel (A-Z) @@ -1021,7 +1018,6 @@ Comments: Reply: 'vastus' There are no comments available for this video: 'Seda videot pole veel kommenteeritud' Load More Comments: 'Laadi veel kommentaare' - Sort by: Järjestus No more comments available: Rohkem kommentaare pole Newest first: Uuemad esimesena Top comments: Parimad esimesena diff --git a/static/locales/eu.yaml b/static/locales/eu.yaml index e7329d7f20fa2..7c758da516f7d 100644 --- a/static/locales/eu.yaml +++ b/static/locales/eu.yaml @@ -46,6 +46,7 @@ Global: Input Tags: Length Requirement: Etiketak {number} karaktere izan behar ditu gutxienez Community: Komunitatea + Sort By: Honen arabera ordenatu Version {versionNumber} is now available! Click for more details: '{versionNumber} bertsioa erabilgarri! Klikatu azalpen gehiagorako' Download From Site: 'Webgunetik jaitsi' @@ -58,7 +59,6 @@ Search / Go to URL: 'Bilatu / Helbidera joan' Search Filters: Search Filters: 'Bilaketa iragazkiak' Sort By: - Sort By: 'Ordenatze irizpidea' Most Relevant: 'Egokitasuna' Rating: 'Balorazioa' Upload Date: 'Igoera data' @@ -176,7 +176,6 @@ User Playlists: EarliestCreatedFirst: Lehenen sortuak LatestPlayedFirst: Duela gutxi erreproduzitua EarliestPlayedFirst: Lehenen erreproduzitua - Sort By: Ordenatu honen arabera NameAscending: A-Z EarliestUpdatedFirst: Lehenen eguneratuak LatestUpdatedFirst: Eguneratu berriak @@ -770,7 +769,6 @@ Channel: Added channel to your subscriptions: 'Kanala zure harpidetzetara gehitu da' Search Channel: 'Kanala bilatu' Your search results have returned 0 results: 'Zure bilaketak 0 emaitza lortu ditu' - Sort By: 'Ordenatu honen arabera' Videos: Videos: 'Bideoak' This channel does not currently have any videos: 'Kanal honek ez du bideorik' @@ -979,7 +977,6 @@ Playlist: #& Views Playlist: Erreprodukzio-zerrenda Sort By: - Sort By: Honen arabera ordenatu DateAddedNewest: Azken gehitua lehenengo Custom: Pertsonalizatua DateAddedOldest: Lehenago gehitutakoak lehenengo @@ -1032,7 +1029,6 @@ Comments: There are no more comments for this video: 'Ez dago iruzkin gehiagorik bideo honentzat' Show Comments: 'Iruzkinak erakutsi' Hide Comments: 'Iruzkinak ezkutatu' - Sort by: 'Honen arabera sailkatuta' Top comments: 'Iruzkin nagusiak' Newest first: 'Berrienak lehenik' # Context: View 10 Replies, View 1 Reply diff --git a/static/locales/fa.yaml b/static/locales/fa.yaml index a45984c378042..613ba8eebf6ab 100644 --- a/static/locales/fa.yaml +++ b/static/locales/fa.yaml @@ -35,7 +35,6 @@ Search / Go to URL: 'جست و جو / برو به لینک' Search Filters: Search Filters: 'فیلترهای جست و جو' Sort By: - Sort By: 'مرتب کن بر اساس' Most Relevant: 'مرتبط ترین' Rating: 'امتیاز' Upload Date: 'زمان بارگذاری' @@ -195,7 +194,6 @@ User Playlists: NameAscending: آ-ی NameDescending: ی-آ LatestCreatedFirst: به تازگی ایجاد شده - Sort By: مرتب‌کردن بر اساس LatestPlayedFirst: اخیراً پخش شده EarliestPlayedFirst: اولین پخش شده EarliestCreatedFirst: قدیمی ترین ایجاد شده @@ -703,7 +701,6 @@ Channel: Unsubscribe: لغو اشتراک Your search results have returned 0 results: نتایج جستجوی شما 0 نتیجه برگردانده است - Sort By: مرتب سازی بر اساس Channel has been removed from your subscriptions: کانال از اشتراک های شما حذف شده است Added channel to your subscriptions: کانال به اشتراک های شما اضافه شد @@ -807,9 +804,8 @@ Video: CodecAudio: 'کدک: {audioCodec} ({audioItag})' Dropped Frames / Total Frames: 'فریم‌های رد شده: {droppedFrames} / مجموع فریم‌ها: {totalFrames}' - CodecsVideoAudio: 'کدک‌ها: {video Codec} ({video tag}) / {audio Codec} ({audio - Itag})' - CodecsVideoAudioNoItags: 'کدک‌ها: {video Codec} / {audio Codec}' + CodecsVideoAudio: 'کدک‌ها: {videoCodec} ({videotag}) / {audioCodec} ({audioItag})' + CodecsVideoAudioNoItags: 'کدک‌ها: {videoCodec} / {audioCodec}' Take Screenshot: گرفتن عکس صفحه Show Stats: نمایش اطلاعات Skipped segment: بخش {segmentCategory} رد شد @@ -956,6 +952,7 @@ Global: Videos: ویدیو Shorts: کوتاه Live: زنده + Sort By: مرتب‌کردن بر اساس Counts: Subscriber Count: ۱ دنبال کننده | {count} دنبال کننده View Count: ۱ بازدید | {count} بازدید @@ -1028,7 +1025,6 @@ Comments: Load More Comments: بارگذاری نظرات بیشتر No more comments available: نظر دیگری در دسترس نیست There are no comments available for this video: هیچ نظری برای این ویدیو موجود نیست - Sort by: مرتب سازی بر اساس View: مشاهده Reply: پاسخ Comments: نظرات @@ -1132,7 +1128,6 @@ Playlist: AuthorDescending: نویسنده (ی-آ) VideoTitleDescending: عنوان (ی-آ) Custom: سفارشی - Sort By: به ترتیب AuthorAscending: نویسنده (آ-ی) Mini Player: مینی پلیر Videos: diff --git a/static/locales/fi.yaml b/static/locales/fi.yaml index 56e0e6c917aa7..a2eb31f237930 100644 --- a/static/locales/fi.yaml +++ b/static/locales/fi.yaml @@ -33,6 +33,7 @@ Global: Shorts: Lyhyet Live: Livenä Community: Yhteisö + Sort By: Järjestä Counts: Video Count: 1 video | {count} videota Subscriber Count: 1 tilaaja | {count} tilaajaa @@ -45,7 +46,6 @@ Search / Go to URL: 'Etsi / Mene osoitteeseen' Search Filters: Search Filters: 'Hakusuodattimet' Sort By: - Sort By: 'Lajitteluperuste' Most Relevant: 'Osuvin' Rating: 'Arvio' Upload Date: 'Latauspäivämäärä' @@ -123,7 +123,6 @@ User Playlists: Sort By: NameAscending: A-Ö NameDescending: Ö-A - Sort By: Järjestä LatestCreatedFirst: Viimeksi luotu EarliestCreatedFirst: Ensin luotu LatestUpdatedFirst: Viimeksi päivitetty @@ -565,7 +564,6 @@ Channel: Unsubscribe: 'Peruuta tilaus' Search Channel: 'Etsi kanavaa' Your search results have returned 0 results: 'Hakusi on tuottanut 0 tulosta' - Sort By: 'Lajitteluperuste' Videos: Videos: 'Videot' This channel does not currently have any videos: 'Tällä kanavalla ei juuri nyt @@ -772,7 +770,6 @@ Comments: No more comments available: Ei enempää kommentteja Newest first: Uusimmat ensin Top comments: Suosituimmat kommentit - Sort by: Lajitteluperuste Show More Replies: Näytä enemmän vastauksia Pinned by: Kiinnittänyt From {channelName}: kanavalta {channelName} diff --git a/static/locales/fil.yaml b/static/locales/fil.yaml index 309e0e035da03..44da6f8345d8c 100644 --- a/static/locales/fil.yaml +++ b/static/locales/fil.yaml @@ -35,7 +35,6 @@ Search / Go to URL: 'Maghanap / Pumunta sa URL' Search Filters: Search Filters: 'Mga filter ng paghahanap' Sort By: - Sort By: 'Pag-uri-uriin ayon' Most Relevant: 'Pinakanakakaugnay' Rating: 'Mga Marka' Upload Date: 'Petsa ng pag-upload' @@ -101,6 +100,7 @@ Global: Live: Mga Live Videos: Mga Video Shorts: Mga Shorts + Sort By: 'Pag-uri-uriin ayon' Input Tags: Length Requirement: Ang Tag ay dapat {number} na kahaba ng character Community: Komunidad diff --git a/static/locales/fr-FR.yaml b/static/locales/fr-FR.yaml index 98c172ef8e035..becfde8ca2758 100644 --- a/static/locales/fr-FR.yaml +++ b/static/locales/fr-FR.yaml @@ -34,6 +34,7 @@ Global: Shorts: Shorts Live: En direct Community: Communauté + Sort By: Trier par # Search Bar Counts: @@ -51,7 +52,6 @@ Search / Go to URL: 'Rechercher / ouvrir l''URL' Search Filters: Search Filters: 'Filtres de recherche' Sort By: - Sort By: 'Trier par' Most Relevant: 'Le plus pertinent' Rating: 'Avis' Upload Date: 'Date de mise en ligne' @@ -206,7 +206,6 @@ User Playlists: EarliestCreatedFirst: Création la plus ancienne LatestCreatedFirst: Récemment créé EarliestUpdatedFirst: Dernière mise à jour - Sort By: Trier par NameDescending: Z-A EarliestPlayedFirst: Joué en premier LatestUpdatedFirst: Récemment mis à jour @@ -736,7 +735,6 @@ Channel: Search Channel: 'Chercher dans la chaîne' Your search results have returned 0 results: 'Les résultats de votre recherche ont donné 0 résultat' - Sort By: 'Trier Par' Videos: Videos: 'Vidéos' This channel does not currently have any videos: 'Cette chaîne n''a pas de vidéos @@ -956,7 +954,6 @@ Playlist: Sort By: DateAddedNewest: Dernier ajouté en premier AuthorDescending: Auteur (Z-A) - Sort By: Trier par DateAddedOldest: Le plus ancien ajouté en premier AuthorAscending: Auteur (A-Z) VideoTitleAscending: Titre (A-Z) @@ -1016,7 +1013,6 @@ Comments: vidéo Newest first: Les plus récents d'abord Top comments: Top des commentaires - Sort by: Trier par No more comments available: Pas d'autres commentaires disponibles Show More Replies: Afficher plus de réponses From {channelName}: de {channelName} diff --git a/static/locales/gl.yaml b/static/locales/gl.yaml index b67a5cab32425..3cf2a8c3a375b 100644 --- a/static/locales/gl.yaml +++ b/static/locales/gl.yaml @@ -39,6 +39,7 @@ Global: Input Tags: Length Requirement: A etiqueta debe ser de polo menos {number} caracteres. Live: En vivo + Sort By: 'Ordenar por' Version {versionNumber} is now available! Click for more details: 'A versión {versionNumber} está dispoñible! Fai clic para veres máis detalles' Download From Site: 'Descargar do sitio' @@ -51,7 +52,6 @@ Search / Go to URL: 'Buscar / Ir a URL' Search Filters: Search Filters: 'Buscar filtros' Sort By: - Sort By: 'Clasificar por' Most Relevant: 'Máis relevante' Rating: 'Valoración' Upload Date: 'Data de subida' @@ -514,7 +514,6 @@ Channel: Added channel to your subscriptions: 'Canle engadida ás túas subscricións' Search Channel: 'Buscar na canle' Your search results have returned 0 results: 'A busca non atopou resultados' - Sort By: 'Ordenar por' Videos: Videos: 'Vídeos' This channel does not currently have any videos: 'Esta canle aínda non ten ningún @@ -684,7 +683,6 @@ Comments: There are no more comments for this video: 'Non hai máis comentarios neste vídeo' Show Comments: 'Amosar comentarios' Hide Comments: 'Agochar comentarios' - Sort by: 'Ordenar por' Top comments: 'Comentarios destacados' Newest first: 'Máis recentes' # Context: View 10 Replies, View 1 Reply diff --git a/static/locales/he.yaml b/static/locales/he.yaml index ac1a1e6828e5c..38c65398b81c3 100644 --- a/static/locales/he.yaml +++ b/static/locales/he.yaml @@ -35,6 +35,7 @@ Global: Shorts: Shorts Live: חי Community: קהילה + Sort By: מיון לפי Counts: Video Count: סרטון אחד | {count} סרטונים @@ -58,7 +59,6 @@ Search / Go to URL: 'חיפוש / מעבר לכתובת' Search Filters: Search Filters: 'מסנני חיפוש' Sort By: - Sort By: 'מיון לפי' Most Relevant: 'הכי רלוונטי' Rating: 'דירוג' Upload Date: 'תאריך העלאה' @@ -154,7 +154,6 @@ User Playlists: הנגינה הזו? זאת פעולה בלתי הפיכה. Sort By: EarliestUpdatedFirst: הראשונים שעודכנו - Sort By: מיון לפי NameAscending: א-ת NameDescending: ת-א LatestPlayedFirst: האחרונים שהתנגנו @@ -724,7 +723,6 @@ Channel: Added channel to your subscriptions: 'הערוץ נוסף לרשימת המנויים שלך' Search Channel: 'חיפוש בערוץ' Your search results have returned 0 results: 'לא נמצאו תוצאות' - Sort By: 'מיון לפי' Videos: Videos: 'סרטונים' This channel does not currently have any videos: 'לערוץ זה אין סרטונים כרגע' @@ -924,7 +922,6 @@ Playlist: DateAddedOldest: הראשונים שנוספו ראשונים AuthorAscending: יוצר (א-ת) VideoTitleAscending: כותר (א-ת) - Sort By: מיין לפי Custom: מותאם VideoTitleDescending: כותר (ת-א) DateAddedNewest: האחרונים שנוספו ראשונים @@ -971,7 +968,6 @@ Comments: There are no comments available for this video: 'לסרטון זה אין תגובות' Load More Comments: 'טעינת תגובות נוספות' Newest first: החדשות ביותר תחילה - Sort by: מיון לפי Top comments: תגובות מובילות No more comments available: אין עוד תגובות זמינות Show More Replies: הצגת תגובות נוספות diff --git a/static/locales/hi.yaml b/static/locales/hi.yaml index 94b7151eae486..c6be0b968729b 100644 --- a/static/locales/hi.yaml +++ b/static/locales/hi.yaml @@ -34,13 +34,15 @@ Download From Site: 'साइट से डाउनलोड करें' A new blog is now available, {blogTitle}. Click to view more: 'एक नया ब्लॉग अब उपलब्ध है, {blogTitle}। अधिक देखने के लिए क्लिक करें' +Global: + Sort By: 'इसके अनुसार क्रमबद्ध करें' + # Search Bar Search / Go to URL: 'खोज / यूआरएल पर जाएं' # In Filter Button Search Filters: Search Filters: 'खोज फ़िल्टर' Sort By: - Sort By: 'इसके अनुसार क्रमबद्ध करें' Most Relevant: 'सबसे प्रासंगिक' Rating: 'रेटिंग' Upload Date: 'अपलोड की तारीख़' diff --git a/static/locales/hr.yaml b/static/locales/hr.yaml index cb267b1670107..75f906f60ad65 100644 --- a/static/locales/hr.yaml +++ b/static/locales/hr.yaml @@ -35,6 +35,7 @@ Global: Shorts: Kratka videa Live: Uživo Community: Zajednica + Sort By: Redoslijed # Search Bar Counts: @@ -52,7 +53,6 @@ Search / Go to URL: 'Pretraži / Idi na URL' Search Filters: Search Filters: 'Filtri pretrage' Sort By: - Sort By: 'Redoslijed' Most Relevant: 'Najrelevantniji' Rating: 'Ocjena' Upload Date: 'Datum prijenosa' @@ -147,7 +147,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: Stvarno želiš izbrisati ovu zbirku? To se ne može poništiti. Sort By: - Sort By: Redoslijed NameAscending: A-Z NameDescending: Z-A LatestCreatedFirst: Nedavno stvoreno @@ -735,7 +734,6 @@ Channel: Unsubscribe: 'Otkaži pretplatu' Search Channel: 'Pretraži kanal' Your search results have returned 0 results: 'Pretraživanje je vratilo 0 rezultata' - Sort By: 'Redoslijed' Videos: Videos: 'Videa' This channel does not currently have any videos: 'Na ovom kanalu trenutačno nema @@ -939,7 +937,6 @@ Playlist: #& Views Playlist: Zbirka Sort By: - Sort By: Redoslijed DateAddedNewest: Najprije najnovije dodane DateAddedOldest: Najprije najranije dodane AuthorAscending: Autor (A-Z) @@ -998,7 +995,6 @@ Comments: No more comments available: Nema daljnjih komentara Newest first: Najprije najnovije Top comments: Najpopularniji komentari - Sort by: Redoslijed Show More Replies: Prikaži više odgovora From {channelName}: od {channelName} And others: i drugi diff --git a/static/locales/hu.yaml b/static/locales/hu.yaml index 04128bac1b596..3e87ece27884e 100644 --- a/static/locales/hu.yaml +++ b/static/locales/hu.yaml @@ -36,6 +36,7 @@ Global: Shorts: Rövid videók Live: Élő Community: Közösség + Sort By: Rendezési szempont Counts: Video Count: 1 videó | {count} videó @@ -59,7 +60,6 @@ Search / Go to URL: 'Keresés / Ugrás webcímre' Search Filters: Search Filters: 'Keresési szűrők' Sort By: - Sort By: 'Rendezés alapja' Most Relevant: 'Legpontosabbak' Rating: 'Értékelés' Upload Date: 'Feltöltés dátuma' @@ -207,7 +207,6 @@ User Playlists: EarliestCreatedFirst: Legkorábban létrehozott LatestCreatedFirst: Nemrégiben létrehozott EarliestUpdatedFirst: Legkorábban frissítve - Sort By: Rendezés NameDescending: Z-A EarliestPlayedFirst: Legkorábban játszott LatestUpdatedFirst: Nemrég frissítve @@ -776,7 +775,6 @@ Channel: Added channel to your subscriptions: 'Csatorna hozzáadva a feliratkozásaihoz' Search Channel: 'Csatorna keresése' Your search results have returned 0 results: 'Keresési eredmény: 0 találat' - Sort By: 'Rendezés alapja' Videos: Videos: 'Videók' This channel does not currently have any videos: 'Ebben a csatornában jelenleg @@ -988,7 +986,6 @@ Playlist: Sort By: DateAddedOldest: Legrégebbiek elöl DateAddedNewest: Legújabbak elöl - Sort By: Rendezés AuthorAscending: Szerző szerint (A-Z) AuthorDescending: Szerző szerint (Z-A) VideoTitleAscending: Cím szerint (A-Z) @@ -1049,7 +1046,6 @@ Comments: No more comments available: Nincs több hozzászólás Newest first: Legújabb elöl Top comments: Legnépszerűbb hozzászólások - Sort by: Rendezési szempont Show More Replies: További válaszok megjelenítése From {channelName}: 'forrás: {channelName}' And others: és mások diff --git a/static/locales/id.yaml b/static/locales/id.yaml index 5a0eb5fee527e..5a10616013748 100644 --- a/static/locales/id.yaml +++ b/static/locales/id.yaml @@ -43,6 +43,7 @@ Global: Community: Komunitas Live: Siaran Langsung Shorts: Shorts + Sort By: Urut Menurut Version {versionNumber} is now available! Click for more details: 'Versi {versionNumber} sekarang tersedia! Klik untuk detail lebih lanjut' Download From Site: 'Unduh dari Situs' @@ -55,7 +56,6 @@ Search / Go to URL: 'Cari / Pergi ke URL' Search Filters: Search Filters: 'Filter Pencarian' Sort By: - Sort By: 'Urut Menurut' Most Relevant: 'Paling Relevan' Rating: 'Peringkat' Upload Date: 'Tanggal Diunggah' @@ -127,7 +127,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: Apakah Anda yakin ingin menghapus daftar putar ini? Ini tidak dapat dikembalikan kembali. Sort By: - Sort By: Urut Menurut NameDescending: Z-A NameAscending: A-Z CreatePlaylistPrompt: @@ -592,7 +591,6 @@ Channel: Search Channel: 'Cari Kanal' Your search results have returned 0 results: 'Hasil pencarian Anda memberikan 0 hasil' - Sort By: 'Urut Menurut' Videos: Videos: 'Video' This channel does not currently have any videos: 'Kanal ini belum memiliki video @@ -726,8 +724,6 @@ Playlist: #* Published #& Views Playlist: Daftar Putar - Sort By: - Sort By: Urut Menurut Change Format: Change Media Formats: 'Ubah Format Video' Use Dash Formats: 'Gunakan Format DASH' @@ -773,7 +769,6 @@ Comments: No more comments available: Tidak ada komentar lagi yang tersedia Newest first: Terbaru Top comments: Komentar teratas - Sort by: Urut menurut There are no more comments for this video: Tidak ada komentar lagi untuk video ini Show More Replies: Tampilkan Lebih Banyak Balasan From {channelName}: dari {channelName} diff --git a/static/locales/is.yaml b/static/locales/is.yaml index 3b98d9908a473..6d8a695d840a6 100644 --- a/static/locales/is.yaml +++ b/static/locales/is.yaml @@ -36,6 +36,7 @@ Global: Shorts: Stuttmyndir Live: Í beinni Community: Samfélag + Sort By: Raða eftir Counts: Video Count: 1 myndskeið | {count} myndskeið @@ -59,7 +60,6 @@ Search / Go to URL: 'Leita / Fara á slóð' Search Filters: Search Filters: 'Leitarsíur' Sort By: - Sort By: 'Raða eftir' Most Relevant: 'Mest viðeigandi' Rating: 'Einkunn' Upload Date: 'Dags. innsendingar' @@ -152,7 +152,6 @@ User Playlists: Cancel: Hætta við Edit Playlist Info: Breyta upplýsingum spilunarlista Sort By: - Sort By: Raða eftir NameDescending: Ö-A LatestCreatedFirst: Nýlega útbúið EarliestCreatedFirst: Fyrst búið til @@ -768,7 +767,6 @@ Channel: Added channel to your subscriptions: 'Bætti rás í áskriftirnar þínar' Search Channel: 'Leita á rás' Your search results have returned 0 results: 'Leitin skilaði 0 niðurstöðum' - Sort By: 'Raða eftir' Videos: Videos: 'Myndskeið' This channel does not currently have any videos: 'Þessi rás er ekki með nein myndskeið' @@ -978,7 +976,6 @@ Playlist: Playlist: Spilunarlisti Sort By: AuthorAscending: Höfundur (A-Ö) - Sort By: Raða eftir DateAddedNewest: Nýlegast bætt við fyrst AuthorDescending: Höfundur (Ö-A) VideoTitleAscending: Titill (A-Ö) @@ -1026,7 +1023,6 @@ Comments: þetta myndskeið' Show Comments: 'Birta athugasemdir' Hide Comments: 'Fela athugasemdir' - Sort by: 'Raða eftir' Top comments: 'Efstu athugasemdir' Newest first: 'Nýjasta fyrst' # Context: View 10 Replies, View 1 Reply diff --git a/static/locales/it.yaml b/static/locales/it.yaml index 3fbd0a03e2528..0b4a2974dcf7a 100644 --- a/static/locales/it.yaml +++ b/static/locales/it.yaml @@ -36,6 +36,7 @@ Global: Shorts: Video brevi Live: Dal vivo Community: Comunità + Sort By: Ordina per # Search Bar Counts: @@ -53,7 +54,6 @@ Search / Go to URL: 'Ricerca o aggiungi URL YouTube' Search Filters: Search Filters: 'Filtri di ricerca' Sort By: - Sort By: 'Ordina per' Most Relevant: 'Più rilevante' Rating: 'Valutazione' Upload Date: 'Data di caricamento' @@ -201,7 +201,6 @@ User Playlists: EarliestCreatedFirst: Creazione più vecchia LatestCreatedFirst: Creazione più recente EarliestUpdatedFirst: Aggiornamento più vecchio - Sort By: Ordina per NameDescending: Z-A EarliestPlayedFirst: Riproduzione più vecchia LatestUpdatedFirst: Aggiornamento più recente @@ -718,7 +717,6 @@ Channel: Unsubscribe: 'Disiscriviti' Search Channel: 'Ricerca nel canale' Your search results have returned 0 results: 'La tua ricerca ha prodotto 0 risultati' - Sort By: 'Ordina per' Videos: Videos: 'Video' This channel does not currently have any videos: 'Questo canale attualmente non @@ -937,7 +935,6 @@ Playlist: #& Views Playlist: Playlist Sort By: - Sort By: Ordina per Custom: Personalizzato VideoTitleDescending: Titolo (Z-A) AuthorDescending: Autore (Z-A) @@ -999,7 +996,6 @@ Comments: No more comments available: Non ci sono altri commenti Top comments: Commenti migliori Newest first: I più nuovi - Sort by: Ordina per Show More Replies: Mostra altre risposte From {channelName}: di {channelName} And others: e altri diff --git a/static/locales/ja.yaml b/static/locales/ja.yaml index 97065800a5eb5..ff899732ae3c0 100644 --- a/static/locales/ja.yaml +++ b/static/locales/ja.yaml @@ -33,6 +33,7 @@ Global: Shorts: ショート動画 Live: ライブ配信 Community: コミュニティ + Sort By: 並び替え # Search Bar Counts: @@ -50,7 +51,6 @@ Search / Go to URL: '検索 / URL に移動' Search Filters: Search Filters: '検索の絞り込み' Sort By: - Sort By: '並べ替え' Most Relevant: '関連度' Rating: '評価' Upload Date: 'アップロード日' @@ -135,7 +135,6 @@ User Playlists: EarliestUpdatedFirst: 最も古い更新 EarliestPlayedFirst: 最も古い再生 LatestPlayedFirst: 最も新しい再生 - Sort By: 並び替え順 LatestCreatedFirst: 最も新しい作成日 NameDescending: Z-A Remove from Favorites: '{playlistName} から削除' @@ -574,7 +573,7 @@ Settings: Experimental Settings: Replace HTTP Cache: HTTP キャッシュの置換 Experimental Settings: 試験的 - Warning: + Warning: これらの設定は実験的なものであり、有効にするとアプリのクラッシュを引き起こす恐れがあります。バックアップをとっておくことを強くお勧めします。自己責任で使用してください! Password Settings: Password Settings: パスワード @@ -623,7 +622,6 @@ Channel: Unsubscribe: '登録解除' Search Channel: 'チャンネル内検索' Your search results have returned 0 results: '検索結果が0件です' - Sort By: '並べ替え' Videos: Videos: '動画' This channel does not currently have any videos: 'このチャンネルには動画がありません' @@ -819,7 +817,6 @@ Playlist: AuthorAscending: 著者名(A-Z) AuthorDescending: 著者名(Z-A) VideoTitleAscending: タイトル(A-Z) - Sort By: 並び替え VideoDurationAscending: 再生時間(短い順) VideoDurationDescending: 再生時間(長い順) Change Format: @@ -864,7 +861,6 @@ Comments: Top comments: 評価順 Newest first: 新しい順 No more comments available: これ以上のコメントはありません - Sort by: 並べ替え Show More Replies: 返信をもっと見る And others: その他 Pinned by: 固定 @@ -982,7 +978,7 @@ Tooltips: ID は、大文字と小文字を区別するので完全に一致させてください。 Hide Subscriptions Live: この設定は、アプリ全体の "{appWideSetting}" 設定により上書きされます。"{settingsSection}" 項目の "{subsection}" にあります - Hide Videos and Playlists Containing Text: FreeTube + Hide Videos and Playlists Containing Text: FreeTube 全体での履歴やあなたの再生リストと再生リスト内の動画を除き、元のタイトルにその単語を含む動画や単語の一部または、フレーズ(大文字と小文字を区別しない)が含まれているすべての動画と再生リストを非表示にします。 SponsorBlock Settings: UseDeArrowTitles: 動画のタイトルを DeArrow からユーザーが投稿したタイトルに置き換えます。 diff --git a/static/locales/ka.yaml b/static/locales/ka.yaml index 9f030969a3569..45400e01a15ee 100644 --- a/static/locales/ka.yaml +++ b/static/locales/ka.yaml @@ -39,6 +39,9 @@ A new blog is now available, {blogTitle}. Click to view more: 'ხელმი Are you sure you want to open this link?: 'დარწმუნებული ხართ, რომ გსურთ ამ ბმულის გახსნა?' +Global: + Sort By: 'დალაგება' + # Search Bar Search / Go to URL: 'ძიება / URL მისამართზე გადასვლა' Search Bar: @@ -47,7 +50,6 @@ Search Bar: Search Filters: Search Filters: 'ძიების ფილტრები' Sort By: - Sort By: 'დალაგება' Most Relevant: 'ყველაზე შესაბამისი' Rating: 'რეიტინგის მიხედვით' Upload Date: 'ატვირთვის თარიღით' diff --git a/static/locales/ko.yaml b/static/locales/ko.yaml index 1f89eb85743c4..ed8899a4ce255 100644 --- a/static/locales/ko.yaml +++ b/static/locales/ko.yaml @@ -36,6 +36,7 @@ Global: Live: 실시간 Community: 커뮤니티 Shorts: 쇼츠 + Sort By: '정렬하기' Version {versionNumber} is now available! Click for more details: '{versionNumber} 버전이 사용가능합니다! 클릭하여 자세한 정보를 확인하세요' Download From Site: '사이트로부터 다운로드' @@ -48,7 +49,6 @@ Search / Go to URL: '검색 / URL로 이동' Search Filters: Search Filters: '검색필터' Sort By: - Sort By: '정렬' Most Relevant: '관련성' Rating: '평가순' Upload Date: '업로드일자' @@ -475,7 +475,6 @@ Channel: Added channel to your subscriptions: '구독에 채널을 추가했습니다' Search Channel: '채널 검색' Your search results have returned 0 results: '0 건이 검색되었습니다' - Sort By: '정렬하기' Videos: Videos: '비디오' This channel does not currently have any videos: '이 채널에는 현재 비디오가 없습니다' @@ -618,7 +617,6 @@ Comments: There are no more comments for this video: '이 영상에 대한 댓글이 더 이상 없습니다' Show Comments: '댓글 보기' Hide Comments: '댓글 숨기기' - Sort by: '정렬 기준' Top comments: '인기 댓글' Newest first: '최신 우선' # Context: View 10 Replies, View 1 Reply diff --git a/static/locales/ku.yaml b/static/locales/ku.yaml index 07e42cbd116cc..704f059df81e3 100644 --- a/static/locales/ku.yaml +++ b/static/locales/ku.yaml @@ -35,13 +35,15 @@ Download From Site: 'لە وێبگەوە دایگرە' A new blog is now available, {blogTitle}. Click to view more: 'بڵۆگێکی نوێ بەردەستە، {blogTitle}. کلیک بکە بۆ بینینی زیاتر' +Global: + Sort By: 'بگەڕی بە' + # Search Bar Search / Go to URL: 'گەڕان / بڕۆ بۆ لینک' # In Filter Button Search Filters: Search Filters: 'فیلتەری گەڕان' Sort By: - Sort By: 'بگەڕی بە' Most Relevant: 'گرنگترین' Rating: 'ڕەیتینگ' Upload Date: 'کاتی بڵاوکردنەوە' diff --git a/static/locales/la.yaml b/static/locales/la.yaml index 66fdd19f25421..e2a58d6b0b4e3 100644 --- a/static/locales/la.yaml +++ b/static/locales/la.yaml @@ -34,13 +34,15 @@ Download From Site: 'Adepto ex situ' A new blog is now available, {blogTitle}. Click to view more: 'Novum scripturam creata est, {blogTitle}. Tangere hic pro magis notitia' +Global: + Sort By: 'Disponere Per' + # Search Bar Search / Go to URL: 'Requiro / Adeo URL' # In Filter Button Search Filters: Search Filters: 'Requiro Filtra' Sort By: - Sort By: 'Disponere Per' Most Relevant: 'Maxime Pertinentes' Rating: 'Transientes' Upload Date: 'Transporto Dies' diff --git a/static/locales/lt.yaml b/static/locales/lt.yaml index 0653434e6255e..cd430aa0ddd7a 100644 --- a/static/locales/lt.yaml +++ b/static/locales/lt.yaml @@ -37,6 +37,7 @@ Global: Live: Tiesiogiai Shorts: Šortai Community: Bendruomenė + Sort By: 'Rūšiuoti pagal' Counts: Subscriber Count: 1 prenumeruoti | {count} prenumeratorių Channel Count: 1 kanalas | {count} kanalai @@ -55,7 +56,6 @@ Search / Go to URL: 'Paieška / Eiti į URL' Search Filters: Search Filters: 'Paieškos filtrai' Sort By: - Sort By: 'Rūšiuoti pagal' Most Relevant: 'Aktualiausi' Rating: 'Reitingas' Upload Date: 'Įkėlimo data' @@ -516,7 +516,6 @@ Channel: Added channel to your subscriptions: 'Prie jūsų prenumeratų pridėtas kanalas' Search Channel: 'Ieškoti kanalų' Your search results have returned 0 results: 'Paieškos rezultatai gražino 0 rezultatų' - Sort By: 'Rūšiuoti pagal' Videos: Videos: 'Vaizdo įrašai' This channel does not currently have any videos: 'Šiuo metu šiame kanale nėra @@ -668,7 +667,6 @@ Comments: There are no more comments for this video: 'Šiame vaizdo įraše nėra daugiau komentarų' Show Comments: 'Rodyti komentarus' Hide Comments: 'Slėpti komentarus' - Sort by: 'Rūšiuoti pagal' Top comments: 'Top komentarai' Newest first: 'Naujausi viršuje' # Context: View 10 Replies, View 1 Reply diff --git a/static/locales/lv.yaml b/static/locales/lv.yaml index 510a878cda8be..3bea912765b39 100644 --- a/static/locales/lv.yaml +++ b/static/locales/lv.yaml @@ -46,6 +46,7 @@ Global: Shorts: 'Īsie' Live: 'Tiešraides' Community: 'Kopiena' + Sort By: Kārto pēc Counts: Video Count: '1 video | {count} video' Channel Count: '1 kanāls | {count} kanāli' @@ -65,7 +66,6 @@ Search Bar: Search Filters: Search Filters: 'Meklēšanas atlase' Sort By: - Sort By: 'Kārto pēc' Most Relevant: 'Visatbilstošākie' Rating: 'Vērtējums' Upload Date: 'Augšuplādes datums' @@ -155,7 +155,6 @@ User Playlists: Search bar placeholder: 'Meklē atskaņošanas sarakstus' Playlist Description: Atskaņošanas saraksta apraksts Sort By: - Sort By: Kārto pēc NameDescending: Z-A NameAscending: A-Z EarliestUpdatedFirst: Visagrāk atjaunināti @@ -650,7 +649,6 @@ Channel: Added channel to your subscriptions: '' Search Channel: '' Your search results have returned 0 results: '' - Sort By: 'Kārto pēc' This channel does not exist: 'Šis kanāls nepastāv' This channel does not allow searching: 'Šis kanāls neatļauj meklēšanu' This channel is age-restricted and currently cannot be viewed in FreeTube.: 'Šim @@ -830,7 +828,6 @@ Comments: There are no more comments for this video: '' Show Comments: '' Hide Comments: '' - Sort by: '' Top comments: '' Newest first: '' View {replyCount} replies: '' diff --git a/static/locales/my.yaml b/static/locales/my.yaml index 66ca86be9fa7b..191cc9d9e14b2 100644 --- a/static/locales/my.yaml +++ b/static/locales/my.yaml @@ -77,7 +77,6 @@ Search Listing: Search Filters: Search Filters: '' Sort By: - Sort By: '' Most Relevant: '' Rating: '' Upload Date: '' @@ -196,8 +195,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: '' Sort By: - Sort By: '' - NameAscending: '' NameDescending: '' @@ -716,7 +713,6 @@ Channel: Added channel to your subscriptions: '' Search Channel: '' Your search results have returned 0 results: '' - Sort By: '' This channel does not exist: '' This channel does not allow searching: '' This channel is age-restricted and currently cannot be viewed in FreeTube.: '' @@ -893,7 +889,6 @@ Playlist: View Full Playlist: '' Last Updated On: '' Sort By: - Sort By: '' DateAddedNewest: '' DateAddedOldest: '' PublishedNewest: '' @@ -951,7 +946,6 @@ Comments: There are no more comments for this video: '' Show Comments: '' Hide Comments: '' - Sort by: '' Top comments: '' Newest first: '' View {replyCount} replies: '' diff --git a/static/locales/nb-NO.yaml b/static/locales/nb-NO.yaml index 37b55ad7dec89..cab492d1b8236 100644 --- a/static/locales/nb-NO.yaml +++ b/static/locales/nb-NO.yaml @@ -35,11 +35,12 @@ Global: Shorts: Shorts-videoer Live: Direktesendinger Community: Fellesskap + Sort By: Sorter etter # Search Bar Counts: Subscriber Count: 1 abonnent | {count} abonnenter - Watching Count: 1 seer | {count] seere + Watching Count: 1 seer | {count} seere Channel Count: 1 kanal | {count} kanaler Comment Count: 1 kommentar | {count} kommentarer Video Count: 1 video | {count} videoer @@ -52,7 +53,6 @@ Search / Go to URL: 'Søk/gå til nettadresse' Search Filters: Search Filters: 'Søkefiltre' Sort By: - Sort By: 'Sorter etter' Most Relevant: 'Mest relevant' Rating: 'Vurdering' Upload Date: 'Opplastingsdato' @@ -164,8 +164,7 @@ User Playlists: Toast: You haven't selected any playlist yet.: Du har ikke valgt noen spillelister enda. - "{videoCount} video(s) added to 1 playlist": 1 video lagt til 1 spilleliste - | {videoCount} videoer lagt til 1 spilleliste + "{videoCount} video(s) added to 1 playlist": 1 video lagt til 1 spilleliste | {videoCount} videoer lagt til 1 spilleliste Cancel: Avbryt Add to Playlist: Legg til spilleliste This playlist currently has no videos.: Denne spillelisten har ikke noen videoer @@ -173,7 +172,6 @@ User Playlists: Export Playlist: Eksporter denne spillelisten Sort By: EarliestCreatedFirst: Tidligst opprettet - Sort By: Sorter etter EarliestUpdatedFirst: Tidligst endret LatestPlayedFirst: Sist spilt av EarliestPlayedFirst: Tidligst spilt av @@ -609,7 +607,6 @@ Channel: Unsubscribe: 'Opphev abonnement' Search Channel: 'Søk i kanal' Your search results have returned 0 results: 'Søktet ditt ga 0 resultater' - Sort By: 'Sorter etter' Videos: Videos: 'Videoer' This channel does not currently have any videos: 'Kanalen har ingen videoer enda' @@ -804,7 +801,6 @@ Comments: No more comments available: Ingen flere kommentarer tilgjengelig Newest first: Nyeste først There are no more comments for this video: Ingen flere kommentarer for denne videoen - Sort by: Sorter etter Top comments: Toppkommentarer Show More Replies: Vis flere svar From {channelName}: Fra {channelName} diff --git a/static/locales/ne.yaml b/static/locales/ne.yaml index 6ff55a8728c96..a174b18929972 100644 --- a/static/locales/ne.yaml +++ b/static/locales/ne.yaml @@ -35,6 +35,9 @@ Download From Site: 'साइटबाट डाउनलोड गर्नु A new blog is now available, {blogTitle}. Click to view more: 'एउटा नयाँ ब्लग उपलब्ध छ, {blogTitle}। थप बुझ्न यहाँ थिच्नुहोस्' +Global: + Sort By: 'क्रमबद्ध गर्नुहोस्' + # Search Bar Search / Go to URL: 'खोज्नुहोस् / URL मा जानुहोस्' Search Bar: @@ -43,7 +46,6 @@ Search Bar: Search Filters: Search Filters: 'खोजी फिल्टरहरू' Sort By: - Sort By: 'क्रमबद्ध गर्नुहोस्' Most Relevant: 'सबैभन्दा प्रासङ्गिक' Rating: 'रेटिङ्ग' Upload Date: 'प्रकाशित मिति' diff --git a/static/locales/nl.yaml b/static/locales/nl.yaml index 0f783762a8487..b39a591ebb1bf 100644 --- a/static/locales/nl.yaml +++ b/static/locales/nl.yaml @@ -37,6 +37,7 @@ Global: # Search Bar Shorts: Shorts Live: Live + Sort By: Sorteren op Counts: Video Count: 1 video | {count} video's Subscriber Count: 1 abonnee | {count} abonnees @@ -51,7 +52,6 @@ Search / Go to URL: 'Zoeken / Ga naar URL' Search Filters: Search Filters: 'Zoek­filters' Sort By: - Sort By: 'Sorteren op' Most Relevant: 'Meest relevant' Rating: 'Beoordeling' Upload Date: 'Upload­datum' @@ -137,7 +137,6 @@ User Playlists: Playlist Description: Afspeel­lijst­omschrijving Delete Playlist: Afspeel­lijst verwijderen Sort By: - Sort By: Sorteren op LatestCreatedFirst: On­langs aan­gemaakt NameDescending: Z - A NameAscending: A - Z @@ -664,7 +663,6 @@ Channel: Unsubscribe: 'Deabonneren' Search Channel: 'Kanaal zoeken' Your search results have returned 0 results: 'Uw zoekactie heeft 0 resultaten opgeleverd' - Sort By: 'Sorteren op' Videos: Videos: 'Video''s' This channel does not currently have any videos: 'Dit kanaal heeft op dit moment @@ -831,7 +829,6 @@ Playlist: Playlist: Afspeellijst Sort By: DateAddedNewest: Laatst toegevoegd bovenaan - Sort By: Sorteren op AuthorAscending: Auteur (A-Z) AuthorDescending: Auteur (Z-A) VideoTitleAscending: Titel (A-Z) @@ -886,7 +883,6 @@ Comments: No more comments available: Er zijn geen reacties meer beschikbaar Newest first: Nieuwste eerst Top comments: Beste opmerkingen - Sort by: Sorteren op Show More Replies: Meer reacties tonen From {channelName}: van {channelName} And others: en anderen diff --git a/static/locales/nn.yaml b/static/locales/nn.yaml index ce597eb95fe02..f65c79e46ec51 100644 --- a/static/locales/nn.yaml +++ b/static/locales/nn.yaml @@ -43,6 +43,7 @@ Global: Shorts: Shorts Live: Direkte Community: Fellesskap + Sort By: 'Sorter etter' Version {versionNumber} is now available! Click for more details: 'Versjon {versionNumber} er no tilgjengeleg! Klikk for meir informasjon' Download From Site: 'Last ned frå nettstaden' @@ -55,7 +56,6 @@ Search / Go to URL: 'Søk/gå til nettadresse' Search Filters: Search Filters: 'Søkefilter' Sort By: - Sort By: 'Sorter etter' Most Relevant: 'Mest relevant' Rating: 'Vurdering' Upload Date: 'Opplastingsdato' @@ -513,7 +513,6 @@ Channel: Added channel to your subscriptions: 'Lagt til kanal til dine abonnentar' Search Channel: 'Søk i kanal' Your search results have returned 0 results: 'Søket gitt gav 0 resultat' - Sort By: 'Sorter etter' Videos: Videos: 'Videoar' This channel does not currently have any videos: 'Kanalen har ingen videoar enda' @@ -669,7 +668,6 @@ Comments: denne videoen' Show Comments: 'Vis kommentarar' Hide Comments: 'Skjul kommentarar' - Sort by: 'Sorter etter' Top comments: 'Toppkommentarar' Newest first: 'Nyaste først' # Context: View 10 Replies, View 1 Reply diff --git a/static/locales/or.yaml b/static/locales/or.yaml index 52ad07e86760f..303e7f7d4effb 100644 --- a/static/locales/or.yaml +++ b/static/locales/or.yaml @@ -4,9 +4,12 @@ File: 'ଫାଇଲ୍' Edit: 'ସମ୍ପାଦନା' Undo: 'ପୂର୍ଵଵତ୍' Redo: 'ପୁନଃକରଣ' + +Global: + Sort By: 'ଏହା ଅନୁଯାୟୀ ସଜାଅ' + Search Filters: Sort By: - Sort By: 'ଏହା ଅନୁଯାୟୀ ସଜାଅ' Most Relevant: 'ସବୁଠୁ ପ୍ରାସଙ୍ଗିକ' View Count: 'ଦର୍ଶନ ଗଣନା' Time: diff --git a/static/locales/pl.yaml b/static/locales/pl.yaml index 48a0c891737ef..1732254cdb56c 100644 --- a/static/locales/pl.yaml +++ b/static/locales/pl.yaml @@ -34,6 +34,7 @@ Global: Shorts: Filmy Short Live: Transmisje Community: Społeczność + Sort By: Sortuj według # Search Bar Counts: @@ -51,7 +52,6 @@ Search / Go to URL: 'Szukaj / Przejdź do adresu URL' Search Filters: Search Filters: 'Filtry wyszukiwania' Sort By: - Sort By: 'Sortuj według' Most Relevant: 'Trafność' Rating: 'Ocena' Upload Date: 'Data przesłania' @@ -197,7 +197,6 @@ User Playlists: EarliestCreatedFirst: Utworzone najdawniej LatestCreatedFirst: Utworzone ostatnio EarliestUpdatedFirst: Zmieniane najdawniej - Sort By: Sortuj według NameDescending: Z-A EarliestPlayedFirst: Odtwarzane najdawniej LatestUpdatedFirst: Zmieniane ostatnio @@ -711,7 +710,6 @@ Channel: Unsubscribe: 'Odsubskrybuj' Search Channel: 'Przeszukaj kanał' Your search results have returned 0 results: 'Twoje zapytanie zwróciło 0 wyników' - Sort By: 'Sortuj według' Videos: Videos: 'Filmy' This channel does not currently have any videos: 'Ten kanał nie ma obecnie żadnych @@ -930,7 +928,6 @@ Playlist: Custom: Własny porządek DateAddedOldest: Od najstarszych DateAddedNewest: Od najnowszych - Sort By: Sortuj AuthorAscending: Po autorze (A-Z) AuthorDescending: Po autorze (Z-A) VideoDurationDescending: Czas trwania (od najdłuższych) @@ -986,7 +983,6 @@ Comments: No more comments available: Nie ma więcej komentarzy Newest first: Najpierw najnowsze Top comments: Najlepsze komentarze - Sort by: Sortuj według Show More Replies: Pokaż więcej odpowiedzi And others: i innych Pinned by: Przypięty przez diff --git a/static/locales/pt-BR.yaml b/static/locales/pt-BR.yaml index 94685226229fa..122cbcf2fc27f 100644 --- a/static/locales/pt-BR.yaml +++ b/static/locales/pt-BR.yaml @@ -34,6 +34,7 @@ Global: Shorts: Shorts Live: Ao vivo Community: Comunidade + Sort By: Ordenar por # Search Bar Counts: @@ -51,7 +52,6 @@ Search / Go to URL: 'Pesquisar ou digitar URL' Search Filters: Search Filters: 'Filtros de busca' Sort By: - Sort By: 'Ordenar por' Most Relevant: 'Mais relevantes' Rating: 'Avaliação' Upload Date: 'Data de envio' @@ -163,7 +163,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: Tem certeza de que deseja excluir esta playlist? Isto não pode ser desfeito. Sort By: - Sort By: Ordenar por NameDescending: Z-A LatestCreatedFirst: Criado recentemente EarliestCreatedFirst: Criação mais antiga @@ -708,7 +707,6 @@ Channel: Unsubscribe: 'Remover inscrição' Search Channel: 'Buscar no canal' Your search results have returned 0 results: 'Nenhum vídeo encontrado para a busca' - Sort By: 'Filtrar por' Videos: Videos: 'Vídeos' This channel does not currently have any videos: 'Este canal não possui vídeos @@ -922,7 +920,6 @@ Playlist: #& Views Playlist: Playlist Sort By: - Sort By: Ordenar por AuthorAscending: Autor (A-Z) VideoTitleAscending: Título (A-Z) Custom: Personalizado @@ -983,7 +980,6 @@ Comments: No more comments available: Não existem mais comentários Newest first: Mais recentes primeiro Top comments: Melhores comentários - Sort by: Ordenar por There are no more comments for this video: Não há mais comentários para este vídeo Show More Replies: Mostrar mais respostas Pinned by: Fixado por diff --git a/static/locales/pt-PT.yaml b/static/locales/pt-PT.yaml index 973c64e5c06cc..934bb22c66973 100644 --- a/static/locales/pt-PT.yaml +++ b/static/locales/pt-PT.yaml @@ -36,6 +36,7 @@ Global: Shorts: Curtos Live: Em direto Community: Comunidade + Sort By: Ordenar por Counts: Video Count: 1 vídeo | {count} vídeos @@ -57,7 +58,6 @@ Search / Go to URL: Pesquisar/Ir para o URL Search Filters: Search Filters: Filtros de pesquisa Sort By: - Sort By: Ordenar por Most Relevant: Mais relevantes Rating: Avaliação Upload Date: Data de publicação @@ -171,7 +171,6 @@ User Playlists: Save Changes: Guardar alterações Sort By: LatestCreatedFirst: Criado recentemente - Sort By: Ordenar por NameDescending: Z-A LatestUpdatedFirst: Atualizado recentemente NameAscending: A-Z @@ -702,7 +701,6 @@ Channel: Added channel to your subscriptions: Canal adicionado às suas subscrições Search Channel: Procurar canal Your search results have returned 0 results: A pesquisa devolveu 0 resultados - Sort By: Ordenar por Videos: Videos: Vídeos This channel does not currently have any videos: Atualmente, este canal não tem @@ -865,7 +863,6 @@ Playlist: AuthorAscending: Autor (A-Z) VideoTitleDescending: Título (Z-A) Custom: Personalizado - Sort By: Ordenar por AuthorDescending: Autor (Z-A) VideoTitleAscending: Título (A-Z) Change Format: @@ -907,7 +904,6 @@ Comments: There are no more comments for this video: Não há mais comentários para este vídeo Show Comments: Mostrar comentários Hide Comments: Ocultar comentários - Sort by: Ordenar por Top comments: Melhores comentários Newest first: Mais recentes # Context: View 10 Replies, View 1 Reply diff --git a/static/locales/pt.yaml b/static/locales/pt.yaml index c0d27556a4ff5..86515143148f1 100644 --- a/static/locales/pt.yaml +++ b/static/locales/pt.yaml @@ -35,6 +35,7 @@ Global: Shorts: Curtos Live: Em direto Community: Comunidade + Sort By: Ordenar por Counts: Channel Count: 1 canal | {count} canais @@ -58,7 +59,6 @@ Search / Go to URL: 'Pesquisar/Ir para o URL' Search Filters: Search Filters: 'Filtros de pesquisa' Sort By: - Sort By: 'Ordenar por' Most Relevant: 'Mais relevantes' Rating: 'Avaliação' Upload Date: 'Data de publicação' @@ -154,7 +154,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: Tem certeza de que pretende eliminar esta lista de reprodução? Isto não pode ser revertido. Sort By: - Sort By: Ordenar por LatestCreatedFirst: Criado recentemente EarliestCreatedFirst: Criação mais antiga EarliestUpdatedFirst: Atualização mais antiga @@ -732,7 +731,6 @@ Channel: Added channel to your subscriptions: 'Canal adicionado às suas subscrições' Search Channel: 'Procurar canal' Your search results have returned 0 results: 'A pesquisa devolveu 0 resultados' - Sort By: 'Ordenar por' Videos: Videos: 'Vídeos' This channel does not currently have any videos: 'Atualmente, este canal não tem @@ -938,7 +936,6 @@ Playlist: #& Views Playlist: Lista de reprodução Sort By: - Sort By: Ordenar por AuthorAscending: Autor (A-Z) DateAddedNewest: Últimas adições primeiro DateAddedOldest: Primeiras adições primeiro @@ -999,7 +996,6 @@ Comments: Show More Replies: Mostrar mais respostas Newest first: Mais recentes Top comments: Melhores comentários - Sort by: Ordenar por Pinned by: Fixado por And others: e outros From {channelName}: de {channelName} diff --git a/static/locales/ro.yaml b/static/locales/ro.yaml index a0acb83a1141a..cf934eeb1fbc1 100644 --- a/static/locales/ro.yaml +++ b/static/locales/ro.yaml @@ -36,6 +36,7 @@ Global: Shorts: Shorts Live: Live Community: Comunitate + Sort By: Sortează după Counts: Video Count: 1 videoclip | {count} videoclipuri Subscriber Count: 1 abonat | {count} de abonați @@ -56,7 +57,6 @@ Search / Go to URL: 'Căutare / Accesați URL-ul' Search Filters: Search Filters: 'Filtre de căutare' Sort By: - Sort By: 'Sortează după' Most Relevant: 'Cele mai relevante' Rating: 'Evaluare' Upload Date: 'Data încărcării' @@ -140,7 +140,6 @@ User Playlists: Enable Quick Bookmark With This Playlist: Activați marcajul rapid cu această listă de redare Sort By: - Sort By: Sortează după NameDescending: Z-A LatestCreatedFirst: Creat recent NameAscending: A-Z @@ -682,7 +681,6 @@ Channel: Search Channel: 'Căutare canal' Your search results have returned 0 results: 'Rezultatele căutării tale au returnat 0 rezultate' - Sort By: 'Sortați după' Videos: Videos: 'Videoclipuri' This channel does not currently have any videos: 'Acest canal nu are în prezent @@ -888,7 +886,6 @@ Comments: Show More Replies: Afișați mai multe răspunsuri Newest first: Începând cu cele mai noi Top comments: Cele mai bune comentarii - Sort by: Sortați după And others: și altele From {channelName}: de la {channelName} Pinned by: Lipit de diff --git a/static/locales/ru.yaml b/static/locales/ru.yaml index 17a54c950010e..0cc284b9ff105 100644 --- a/static/locales/ru.yaml +++ b/static/locales/ru.yaml @@ -33,6 +33,7 @@ Global: Shorts: Короткие видео Live: Трансляции Community: Сообщество + Sort By: Сортировать по # Search Bar Counts: @@ -50,7 +51,6 @@ Search / Go to URL: 'Поиск / Перейти по адресу' Search Filters: Search Filters: 'Фильтры поиска' Sort By: - Sort By: 'Упорядочивать по' Most Relevant: 'Наиболее подходящим' Rating: 'Оценке' Upload Date: 'Дате загрузки' @@ -142,7 +142,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: Ты действительно хочешь удалить эту подборку? Это действие необратимо. Sort By: - Sort By: Упорядочивать по NameAscending: А-Я NameDescending: Я-А EarliestCreatedFirst: Самые ранние @@ -678,7 +677,6 @@ Channel: Unsubscribe: 'Отписаться' Search Channel: 'Поиск на канале' Your search results have returned 0 results: 'По вашему запросу ничего не найдено' - Sort By: 'Сортировать по' Videos: Videos: 'Видео' This channel does not currently have any videos: 'На этом канале в настоящее время @@ -889,7 +887,6 @@ Playlist: #& Views Playlist: Подборка Sort By: - Sort By: Сортировать по AuthorAscending: Автор (от А до Я) AuthorDescending: Автор (Z-A) DateAddedNewest: Последние добавленные первыми @@ -949,7 +946,6 @@ Comments: No more comments available: Больше комментариев нет Newest first: Новым Top comments: Лучшим комментариям - Sort by: Упорядочивать по Show More Replies: Показать больше ответов From {channelName}: от {channelName} And others: и других @@ -1193,7 +1189,7 @@ Search Listing: 3D: 3D 'Blocked opening potentially unsafe URL': 'Заблокировано открытие потенциально небезопасного URL: "{url}".' -KeyboardShortcutTemplate: '{метка} ({короткое нажатие})' +KeyboardShortcutTemplate: '{label} ({shortcut})' shortcutJoinOperator: + Keys: alt: Alt diff --git a/static/locales/sk.yaml b/static/locales/sk.yaml index 8d546bedb3c47..9acebddc1d828 100644 --- a/static/locales/sk.yaml +++ b/static/locales/sk.yaml @@ -43,6 +43,7 @@ Global: Live: Naživo Community: Komunita Shorts: Shorts + Sort By: 'Triediť podľa' Input Tags: Length Requirement: Štítok musí mať aspoň {number} znakov Search / Go to URL: 'Hľadať / Ísť na URL adresu' @@ -50,7 +51,6 @@ Search / Go to URL: 'Hľadať / Ísť na URL adresu' Search Filters: Search Filters: 'Vyhľadávacie filtre' Sort By: - Sort By: 'Triediť podľa' Most Relevant: 'Najvhodnejšie' Rating: 'Hodnotenie' Upload Date: 'Dátum nahratia' @@ -399,7 +399,6 @@ Channel: Unsubscribe: 'Zrušiť odber' Search Channel: 'Vyhľadať v kanáli' Your search results have returned 0 results: 'Vaše vyhľadávanie vrátilo 0 výsledkov' - Sort By: 'Triediť podľa' Videos: Videos: 'Videá' This channel does not currently have any videos: 'Tento kanál nemá žiadne videá' @@ -560,7 +559,6 @@ Comments: No more comments available: Žiadne daľšie komentáre nie sú k dispozícií Newest first: Najnovšie najprv Top comments: Najlepšie komentáre - Sort by: Zoradiť podľa Pinned by: Pripnuté používateľom Show More Replies: Zobraziť viac odpovedí From {channelName}: z {channelName} diff --git a/static/locales/sl.yaml b/static/locales/sl.yaml index 33762097aea2a..954bb270ee37f 100644 --- a/static/locales/sl.yaml +++ b/static/locales/sl.yaml @@ -33,6 +33,7 @@ Forward: 'Naprej' # Anything shared among components / views should be put here Global: Videos: 'Videoposnetki' + Sort By: 'Razvrstitev' Version {versionNumber} is now available! Click for more details: 'Na voljo je različica {versionNumber}!· Za več podrobnosti kliknite tukaj' @@ -46,7 +47,6 @@ Search / Go to URL: 'Išči/pojdi na URL naslov' Search Filters: Search Filters: 'Iskalni filtri' Sort By: - Sort By: 'Razvrstitev' Most Relevant: 'Ustreznost' Rating: 'Ocena' Upload Date: 'Datum nastanka' @@ -448,7 +448,6 @@ Channel: Added channel to your subscriptions: 'Kanal je bil dodan v vaše naročnine' Search Channel: 'Preišči kanal' Your search results have returned 0 results: 'Najdenih ni bilo nobenih rezultatov' - Sort By: 'Razvrstitev' Videos: Videos: 'Videoposnetki' This channel does not currently have any videos: 'Ta kanal trenutno nima nobenih @@ -580,7 +579,6 @@ Comments: Load More Comments: 'Naloži več komentarjev' Newest first: Najnovejši komentarji Top comments: Najbolje ocenjeni komentarji - Sort by: Razvrstitev No more comments available: Ni več komentarjev Show More Replies: Pokaži več odgovorov Member: Član diff --git a/static/locales/sm.yaml b/static/locales/sm.yaml index cdc59a9a0c026..1fd8265be2579 100644 --- a/static/locales/sm.yaml +++ b/static/locales/sm.yaml @@ -59,7 +59,6 @@ Search Bar: Search Filters: Search Filters: '' Sort By: - Sort By: '' Most Relevant: '' Rating: '' Upload Date: '' @@ -515,7 +514,6 @@ Channel: Added channel to your subscriptions: '' Search Channel: '' Your search results have returned 0 results: '' - Sort By: '' This channel does not exist: '' This channel does not allow searching: '' This channel is age-restricted and currently cannot be viewed in FreeTube.: '' @@ -691,7 +689,6 @@ Comments: There are no more comments for this video: '' Show Comments: '' Hide Comments: '' - Sort by: '' Top comments: '' Newest first: '' View {replyCount} replies: '' diff --git a/static/locales/sr.yaml b/static/locales/sr.yaml index 19c75c2d16176..35ca948e8ba51 100644 --- a/static/locales/sr.yaml +++ b/static/locales/sr.yaml @@ -44,6 +44,7 @@ Global: Live: Уживо Community: Заједница Shorts: Shorts + Sort By: Сортирање по Input Tags: Length Requirement: Ознака мора да има најмање {number} знакова Version {versionNumber} is now available! Click for more details: 'Верзија {versionNumber} @@ -58,7 +59,6 @@ Search / Go to URL: 'Претрага / Иди на URL' Search Filters: Search Filters: 'Филтери претраге' Sort By: - Sort By: 'Сортирање по' Most Relevant: 'Најрелевантније' Rating: 'Оцена' Upload Date: 'Датум отпремања' @@ -204,7 +204,6 @@ User Playlists: EarliestCreatedFirst: Најраније направљено LatestCreatedFirst: Недавно направљено EarliestUpdatedFirst: Најраније ажурирано - Sort By: Сортирање по NameDescending: Z-A EarliestPlayedFirst: Најраније пуштано LatestUpdatedFirst: Недавно ажурирано @@ -763,7 +762,6 @@ Channel: Added channel to your subscriptions: 'Канал је додат у ваша праћења' Search Channel: 'Претрага канала' Your search results have returned 0 results: 'Резултати претраге су дали 0 резултата' - Sort By: 'Сортирање по' Videos: Videos: 'Видео снимци' This channel does not currently have any videos: 'Овај канал тренутно нема ниједан @@ -1046,7 +1044,6 @@ Playlist: VideoTitleAscending: Наслов (A-Z) VideoTitleDescending: Наслов (Z-A) Custom: Прилагођено - Sort By: Сортирање по AuthorDescending: Аутор (Z-A) DateAddedNewest: Најновије додато прво VideoDurationDescending: Трајање (прво најдуже) @@ -1067,7 +1064,6 @@ Change Format: за овај видео снимак Comments: Comments: Коментари - Sort by: Сортирање по Show Comments: Прикажи коментаре View: Погледај Click to View Comments: Кликни да видиш коментаре diff --git a/static/locales/sv.yaml b/static/locales/sv.yaml index 9c43c9eed069d..a1e6b0f25b4ea 100644 --- a/static/locales/sv.yaml +++ b/static/locales/sv.yaml @@ -35,6 +35,7 @@ Global: Shorts: Shorts Live: Live Community: Gemenskap + Sort By: Sortera efter Counts: Video Count: 1 video | {count} videor @@ -58,7 +59,6 @@ Search / Go to URL: 'Sök / Gå till URL' Search Filters: Search Filters: 'Sökfilter' Sort By: - Sort By: 'Sortera efter' Most Relevant: 'Mest relevanta' Rating: 'Betyg' Upload Date: 'Uppladdningsdatum' @@ -157,7 +157,6 @@ User Playlists: EarliestUpdatedFirst: Tidigast uppdaterad NameAscending: A-Z NameDescending: Z-A - Sort By: Sortera efter LatestCreatedFirst: Nyligen skapad EarliestCreatedFirst: Tidigast skapad LatestUpdatedFirst: Nyligen uppdaterad @@ -641,7 +640,6 @@ Channel: Added channel to your subscriptions: 'Kanal tillagd i dina prenumerationer' Search Channel: 'Sök i kanal' Your search results have returned 0 results: 'Din sökning gav inget resultat' - Sort By: 'Sortera efter' Videos: Videos: 'Videor' This channel does not currently have any videos: 'Den här kanalen har för närvarande @@ -839,7 +837,6 @@ Comments: Load More Comments: 'Fler kommentarer' Newest first: Nyaste först Top comments: Toppkommentarer - Sort by: Sortera efter No more comments available: Det finns inga fler kommentarer Show More Replies: Visa fler svar From {channelName}: från {channelName} diff --git a/static/locales/ta.yaml b/static/locales/ta.yaml index 71b7d248c9263..24cb694597c4b 100644 --- a/static/locales/ta.yaml +++ b/static/locales/ta.yaml @@ -47,6 +47,7 @@ Global: Shorts: 'குறுக்குகள்' Live: 'வாழ' Community: 'சமூகம்' + Sort By: 'வரிசைப்படுத்தவும்' Counts: Video Count: '1 வீடியோ | {count} வீடியோக்கள்' Channel Count: '1 சேனல் | {count} சேனல்கள்' @@ -80,7 +81,6 @@ Search Listing: Search Filters: Search Filters: 'வடிப்பான்களைத் தேடுங்கள்' Sort By: - Sort By: 'வரிசைப்படுத்தவும்' Most Relevant: 'மிகவும் பொருத்தமானது' Rating: 'செயல்வரம்பு' Upload Date: 'பதிவேற்ற தேதி' @@ -220,8 +220,6 @@ User Playlists: நீக்க விரும்புகிறீர்களா? இதை செயல்தவிர்க்க முடியாது.' Sort By: - Sort By: 'வரிசைப்படுத்தவும்' - NameAscending: 'A-z' NameDescending: 'Z-A.' @@ -811,7 +809,6 @@ Channel: Search Channel: 'சேனல் தேடல்' Your search results have returned 0 results: 'உங்கள் தேடல் முடிவுகள் 0 முடிவுகளைத் தருகின்றன' - Sort By: 'வரிசைப்படுத்தவும்' This channel does not exist: 'இந்த சேனல் இல்லை' This channel does not allow searching: 'இந்த சேனல் தேடலை அனுமதிக்காது' This channel is age-restricted and currently cannot be viewed in FreeTube.: 'இந்த @@ -1041,7 +1038,6 @@ Playlist: View Full Playlist: 'முழு பிளேலிச்ட்டைக் காண்க' Last Updated On: 'கடைசியாக புதுப்பிக்கப்பட்டது' Sort By: - Sort By: 'வரிசைப்படுத்தவும்' DateAddedNewest: 'அண்மைக் கால சேர்க்கப்பட்டது முதலில்' DateAddedOldest: 'ஆரம்பத்தில் முதலில் சேர்க்கப்பட்டது' AuthorAscending: 'ஆசிரியர் (A-Z)' @@ -1107,7 +1103,6 @@ Comments: There are no more comments for this video: 'இந்த வீடியோவுக்கு இனி கருத்துகள் இல்லை' Show Comments: 'கருத்துகளைக் காட்டு' Hide Comments: 'கருத்துகளை மறைக்கவும்' - Sort by: 'வரிசைப்படுத்தவும்' Top comments: 'சிறந்த கருத்துகள்' Newest first: 'புதிய முதல்' View {replyCount} replies: '{replyCount} பதில்களைக் காண்க' diff --git a/static/locales/tok.yaml b/static/locales/tok.yaml index 9b5e9774ec5bd..71b2dcbd8ee5e 100644 --- a/static/locales/tok.yaml +++ b/static/locales/tok.yaml @@ -43,7 +43,6 @@ Search Bar: Search Filters: Search Filters: 'alasa kepeken nasin' Sort By: - Sort By: 'nasin li seme?' Most Relevant: 'sama e wile sina' Rating: 'pona' Duration: @@ -77,6 +76,7 @@ Global: Videos: sitelen tawa Shorts: lili Live: tenpo ni + Sort By: 'nasin li seme?' Counts: Video Count: 1 sitelen tawa | {count} sitelen tawa Subscriber Count: 1 jan li kama jo | {count} jan li kama jo diff --git a/static/locales/tr.yaml b/static/locales/tr.yaml index f38189596eb1b..70b1215f3fb94 100644 --- a/static/locales/tr.yaml +++ b/static/locales/tr.yaml @@ -35,6 +35,7 @@ Global: Shorts: Kısa Videolar Live: Canlı Community: Topluluk + Sort By: Sıralama ölçütü Counts: Video Count: 1 video | {count} video @@ -58,7 +59,6 @@ Search / Go to URL: 'Ara / URL''ye git' Search Filters: Search Filters: 'Filtreler' Sort By: - Sort By: 'Sıralama ölçütü' Most Relevant: 'En Uygun' Rating: 'Derecelendirme' Upload Date: 'Yükleme Tarihi' @@ -154,7 +154,6 @@ User Playlists: EarliestUpdatedFirst: En Eski Güncellenen LatestPlayedFirst: Son Oynatılan EarliestPlayedFirst: En Eski Oynatılan - Sort By: Sıralama ölçütü SinglePlaylistView: Toast: This video cannot be moved up.: Bu video yukarı taşınamaz. @@ -748,7 +747,6 @@ Channel: Added channel to your subscriptions: 'Kanal aboneliklerinize eklendi' Search Channel: 'Kanalda ara' Your search results have returned 0 results: 'Arama sonuçlarınız 0 sonuç verdi' - Sort By: 'Sıralama ölçütü' Videos: Videos: 'Videolar' This channel does not currently have any videos: 'Bu kanalda şu anda herhangi @@ -959,7 +957,6 @@ Playlist: AuthorDescending: Yazar (Z-A) VideoTitleAscending: Başlık (A-Z) VideoTitleDescending: Başlık (Z-A) - Sort By: Sıralama ölçütü DateAddedOldest: İlk eklenen önce Custom: Özel VideoDurationAscending: Süre (Önce en kısa) @@ -1010,7 +1007,6 @@ Comments: Load More Comments: 'Daha Fazla Yorum Yükle' Newest first: En yeni ilk önce Top comments: En iyi yorumlar - Sort by: Sıralama ölçütü No more comments available: Başka yorum yok Show More Replies: Daha Fazla Yanıt Göster From {channelName}: "{channelName}'den" diff --git a/static/locales/uk.yaml b/static/locales/uk.yaml index 2b51a6958e50a..4e4469b7bb4b7 100644 --- a/static/locales/uk.yaml +++ b/static/locales/uk.yaml @@ -35,6 +35,7 @@ Global: Shorts: Shorts Live: Наживо Community: Спільнота + Sort By: Сортувати за Counts: Video Count: 1 відео | {count} відео @@ -58,7 +59,6 @@ Search / Go to URL: 'Пошук / Перейти по URL' Search Filters: Search Filters: 'Фільтри пошуку' Sort By: - Sort By: 'Впорядковувати за' Most Relevant: 'Найвідповідніші' Rating: 'Рейтинг' Upload Date: 'Час вивантаження' @@ -159,7 +159,6 @@ User Playlists: Remove Watched Videos: Вилучити з переглянутих відео Delete Playlist: Видалити добірку Sort By: - Sort By: Сортувати за LatestPlayedFirst: Нещодавно переглянуті EarliestPlayedFirst: Найдавніше переглянуті NameAscending: А-Я @@ -760,7 +759,6 @@ Channel: Added channel to your subscriptions: 'Додано канал до підписок' Search Channel: 'Шукати на каналі' Your search results have returned 0 results: 'Пошук дав 0 результатів' - Sort By: 'Впорядковувати за' Videos: Videos: 'Відео' This channel does not currently have any videos: 'Наразі на цьому каналі немає @@ -974,7 +972,6 @@ Playlist: AuthorAscending: Автор (А-Я) AuthorDescending: Автор (Я-А) VideoDurationAscending: Тривалість (спочатку найкоротші) - Sort By: Сортувати за DateAddedNewest: Спочатку новіші добавлені PublishedNewest: Останні опубліковані першими PublishedOldest: Найдавніші опубліковані першими @@ -1018,7 +1015,6 @@ Comments: There are no more comments for this video: 'Більше немає коментарів до цього відео' Show Comments: 'Показати коментарі' Hide Comments: 'Сховати коментарі' - Sort by: 'Впорядковувати за' Top comments: 'Найпопулярніші коментарі' Newest first: 'Спочатку новіші' # Context: View 10 Replies, View 1 Reply diff --git a/static/locales/vi.yaml b/static/locales/vi.yaml index 48a366acdbb73..cc0e137876ca0 100644 --- a/static/locales/vi.yaml +++ b/static/locales/vi.yaml @@ -36,6 +36,7 @@ Global: Live: Trực tiếp Shorts: Shorts Community: Cộng đồng + Sort By: 'Sắp xếp theo' Counts: Subscriber Count: 1 người đăng ký | {count} người đăng ký View Count: 1 lượt xem | {count} lượt xem @@ -51,7 +52,6 @@ Search / Go to URL: 'Tìm kiếm / Đi đến URL' Search Filters: Search Filters: 'Lọc tìm kiếm' Sort By: - Sort By: 'Sắp xếp theo' Most Relevant: 'Liên quan nhất' Rating: 'Đánh giá' Upload Date: 'Ngày tải lên' @@ -139,7 +139,6 @@ User Playlists: Sort By: LatestUpdatedFirst: Được cập nhật gần đây LatestPlayedFirst: Được phát gần đây - Sort By: Sắp xếp theo EarliestUpdatedFirst: Được cập nhật sớm nhất NameAscending: A-Z NameDescending: Z-A @@ -667,7 +666,6 @@ Channel: Search Channel: 'Tìm trong kênh' Your search results have returned 0 results: 'Kết quả tìm kiếm của bạn là 0 kết quả' - Sort By: 'Lọc theo' Videos: Videos: 'Video' This channel does not currently have any videos: 'Kênh này hiện chưa có video' @@ -883,7 +881,6 @@ Playlist: VideoDurationDescending: Thời lượng (Dài nhất trước) Custom: Tùy chỉnh AuthorAscending: Tác giả (A-Z) - Sort By: Sắp xếp theo DateAddedNewest: Thêm vào gần đây nhất VideoTitleDescending: Tiêu đề (Z-A) Change Format: @@ -931,7 +928,6 @@ Comments: No more comments available: Không còn bình luận có sẵn Newest first: Mới nhất trước Top comments: Top bình luận - Sort by: Sắp xếp theo There are no more comments for this video: Không có bình luận cho video này Member: Thành viên From {channelName}: từ {channelName} diff --git a/static/locales/vls.yaml b/static/locales/vls.yaml index 157d1c32c1590..0689bcae29121 100644 --- a/static/locales/vls.yaml +++ b/static/locales/vls.yaml @@ -48,6 +48,7 @@ Global: Shorts: 'Korte videos' Live: 'Rechtstreeks' Community: 'Gemjinschap' + Sort By: 'Azwu sorteern' Counts: Video Count: '1 video | {count} videos' Channel Count: '1 kanoal | {count} kanoaln' @@ -74,7 +75,6 @@ Search Listing: Search Filters: Search Filters: 'Zoekfilters' Sort By: - Sort By: 'Azwu sorteern' Most Relevant: 'Tmjist relevante' Rating: 'Score' Upload Date: 'Doatum dat online stoat' @@ -195,8 +195,6 @@ User Playlists: Are you sure you want to delete this playlist? This cannot be undone: '' Sort By: - Sort By: '' - NameAscending: '' NameDescending: '' @@ -678,7 +676,6 @@ Channel: Added channel to your subscriptions: '' Search Channel: '' Your search results have returned 0 results: '' - Sort By: '' This channel does not exist: '' This channel does not allow searching: '' This channel is age-restricted and currently cannot be viewed in FreeTube.: '' @@ -844,7 +841,6 @@ Playlist: View Full Playlist: '' Last Updated On: '' Sort By: - Sort By: '' DateAddedNewest: '' DateAddedOldest: '' AuthorAscending: '' @@ -897,7 +893,6 @@ Comments: There are no more comments for this video: '' Show Comments: '' Hide Comments: '' - Sort by: '' Top comments: '' Newest first: '' View {replyCount} replies: '' diff --git a/static/locales/zh-CN.yaml b/static/locales/zh-CN.yaml index 1ba0821739071..af8b2bd2fe31d 100644 --- a/static/locales/zh-CN.yaml +++ b/static/locales/zh-CN.yaml @@ -33,6 +33,7 @@ Global: Shorts: 短视频 Live: 直播 Community: 社区 + Sort By: 排序依据 # Search Bar Counts: @@ -50,7 +51,6 @@ Search / Go to URL: '搜索 / 前往URL' Search Filters: Search Filters: '搜索过滤' Sort By: - Sort By: '排序方式' Most Relevant: '最相关' Rating: '评分' Upload Date: '上传日期' @@ -176,7 +176,6 @@ User Playlists: EarliestCreatedFirst: 最先创建的 LatestCreatedFirst: 最近创建的 EarliestUpdatedFirst: 最先更新的 - Sort By: 排序方式 NameDescending: Z-A EarliestPlayedFirst: 最先播放的 LatestUpdatedFirst: 最近更新的 @@ -635,7 +634,6 @@ Channel: Unsubscribe: '取消订阅' Search Channel: '搜索频道' Your search results have returned 0 results: '您的搜索结果是0结果' - Sort By: '排序方式' Videos: Videos: '视频' This channel does not currently have any videos: '这个频道目前没有任何视频' @@ -825,7 +823,6 @@ Playlist: #& Views Playlist: 播放列表 Sort By: - Sort By: 排序依据 DateAddedNewest: 最近添加的优先 DateAddedOldest: 最早添加的优先 AuthorAscending: 作者名(A-Z) @@ -878,7 +875,6 @@ Comments: There are no more comments for this video: 此视频无更多评论 Newest first: 最新优先 Top comments: 最热评论 - Sort by: 排序方式 No more comments available: 没有更多评论 Show More Replies: 显示更多回复 Pinned by: 置顶人 diff --git a/static/locales/zh-TW.yaml b/static/locales/zh-TW.yaml index f01fe74863a8d..c419217de0aee 100644 --- a/static/locales/zh-TW.yaml +++ b/static/locales/zh-TW.yaml @@ -33,6 +33,7 @@ Global: Shorts: 短片 Live: 直播 Community: 社群 + Sort By: '排序方式' # Search Bar Counts: @@ -50,7 +51,6 @@ Search / Go to URL: '搜尋/ 前往網址' Search Filters: Search Filters: '搜尋過濾器' Sort By: - Sort By: '排序方式' Most Relevant: '最相關' Rating: '評分' Upload Date: '上傳日期' @@ -139,7 +139,6 @@ User Playlists: Delete Playlist: 刪除播放清單 Are you sure you want to delete this playlist? This cannot be undone: 您確定您想要刪除播放清單嗎?這無法還原。 Sort By: - Sort By: 排序方式 NameAscending: A-Z NameDescending: Z-A LatestCreatedFirst: 最近建立 @@ -617,7 +616,6 @@ Channel: Unsubscribe: '取消訂閱' Search Channel: '搜尋頻道' Your search results have returned 0 results: '搜尋結果為零' - Sort By: '排序方式' Videos: Videos: '影片' This channel does not currently have any videos: '這個頻道目前沒有任何影片' @@ -804,7 +802,6 @@ Playlist: #& Views Playlist: 播放清單 Sort By: - Sort By: 排序方式 DateAddedNewest: 最後新增優先 DateAddedOldest: 最早新增優先 AuthorAscending: 作者 (A-Z) @@ -855,7 +852,6 @@ Comments: There are no more comments for this video: 此影片無更多留言 Newest first: 最新優先 Top comments: 最熱門留言 - Sort by: 排序方式 No more comments available: 沒有更多留言 Show More Replies: 顯示更多回覆 And others: 與其他人