mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-23 14:07:24 +00:00
Fix missing placeholder in locales.
This commit is contained in:
parent
d670d60356
commit
25a93c0391
@ -9,7 +9,7 @@
|
|||||||
"subscriptions": "সাবস্ক্রিপশন"
|
"subscriptions": "সাবস্ক্রিপশন"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "দেখুন"
|
"watch_on": "দেখুন {0}"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"subscribe": "সদস্যতা নিন - {count}",
|
"subscribe": "সদস্যতা নিন - {count}",
|
||||||
@ -74,7 +74,7 @@
|
|||||||
"watched": "দেখা হয়েছে",
|
"watched": "দেখা হয়েছে",
|
||||||
"sponsor_segments": "স্পনসর সেগমেন্ট",
|
"sponsor_segments": "স্পনসর সেগমেন্ট",
|
||||||
"videos": "ভিডিও",
|
"videos": "ভিডিও",
|
||||||
"views": "ভিউজ",
|
"views": "{views} ভিউজ",
|
||||||
"ratings_disabled": "রেটিং নিষ্ক্রিয় আছে"
|
"ratings_disabled": "রেটিং নিষ্ক্রিয় আছে"
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
"theme": "Téma"
|
"theme": "Téma"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "Sledovat na"
|
"watch_on": "Sledovat na {0}"
|
||||||
},
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"pinned_by": "Připnuto uživatelem"
|
"pinned_by": "Připnuto uživatelem"
|
||||||
@ -85,7 +85,7 @@
|
|||||||
},
|
},
|
||||||
"video": {
|
"video": {
|
||||||
"videos": "Videa",
|
"videos": "Videa",
|
||||||
"views": "zhlédnutí",
|
"views": "{views} zhlédnutí",
|
||||||
"watched": "Viděno",
|
"watched": "Viděno",
|
||||||
"sponsor_segments": "Sponzorské segmenty",
|
"sponsor_segments": "Sponzorské segmenty",
|
||||||
"ratings_disabled": "Hodnocení zakázáno"
|
"ratings_disabled": "Hodnocení zakázáno"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"playlists": "Afspilningslister"
|
"playlists": "Afspilningslister"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "Kig på"
|
"watch_on": "Kig på {0}"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"subscribe": "Abonnér",
|
"subscribe": "Abonnér",
|
||||||
|
@ -64,12 +64,12 @@
|
|||||||
"subscriptions": "Συνδρομές"
|
"subscriptions": "Συνδρομές"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "Παρακολούθηση στο"
|
"watch_on": "Παρακολούθηση στο {0}"
|
||||||
},
|
},
|
||||||
"video": {
|
"video": {
|
||||||
"watched": "Προβλήθηκε",
|
"watched": "Προβλήθηκε",
|
||||||
"sponsor_segments": "Τμήματα χορηγών",
|
"sponsor_segments": "Τμήματα χορηγών",
|
||||||
"views": "προβολές",
|
"views": "{views} προβολές",
|
||||||
"videos": "Βίντεο"
|
"videos": "Βίντεο"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"video": {
|
"video": {
|
||||||
"sponsor_segments": "Babesletza-segmentuak",
|
"sponsor_segments": "Babesletza-segmentuak",
|
||||||
"watched": "Ikusiak",
|
"watched": "Ikusiak",
|
||||||
"views": "ikustaldi",
|
"views": "{views} ikustaldi",
|
||||||
"videos": "Bideoak"
|
"videos": "Bideoak"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
@ -70,7 +70,7 @@
|
|||||||
"show_recommendations": "Erakutsi gomendioak"
|
"show_recommendations": "Erakutsi gomendioak"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "Ikusi hemen"
|
"watch_on": "Ikusi hemen {0}"
|
||||||
},
|
},
|
||||||
"titles": {
|
"titles": {
|
||||||
"subscriptions": "Harpidetzak",
|
"subscriptions": "Harpidetzak",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"video": {
|
"video": {
|
||||||
"watched": "Katsottu",
|
"watched": "Katsottu",
|
||||||
"views": "näyttökertaa",
|
"views": "{views} näyttökertaa",
|
||||||
"videos": "Videot",
|
"videos": "Videot",
|
||||||
"live": "{0} live"
|
"live": "{0} live"
|
||||||
},
|
},
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"subscriptions": "サブスクリプション"
|
"subscriptions": "サブスクリプション"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "Youtubeで見る"
|
"watch_on": "{0}で見る"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"subscribe": "チャンネル登録 - {count}",
|
"subscribe": "チャンネル登録 - {count}",
|
||||||
@ -90,7 +90,7 @@
|
|||||||
},
|
},
|
||||||
"video": {
|
"video": {
|
||||||
"videos": "ビデオ",
|
"videos": "ビデオ",
|
||||||
"views": "{views}視聴",
|
"views": "{views} 視聴",
|
||||||
"watched": "視聴済み",
|
"watched": "視聴済み",
|
||||||
"sponsor_segments": "スポンサーによる広告",
|
"sponsor_segments": "スポンサーによる広告",
|
||||||
"ratings_disabled": "評価は無効化されています",
|
"ratings_disabled": "評価は無効化されています",
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
"register": "가입"
|
"register": "가입"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "에서 보기"
|
"watch_on": "에서 보기 {0}"
|
||||||
},
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"pinned_by": "에 의해 고정됨"
|
"pinned_by": "에 의해 고정됨"
|
||||||
@ -85,12 +85,12 @@
|
|||||||
},
|
},
|
||||||
"video": {
|
"video": {
|
||||||
"videos": "영상",
|
"videos": "영상",
|
||||||
"views": "조회수",
|
"views": "{views} 조회수",
|
||||||
"watched": "시청함",
|
"watched": "시청함",
|
||||||
"sponsor_segments": "스폰서 세그먼트",
|
"sponsor_segments": "스폰서 세그먼트",
|
||||||
"ratings_disabled": "등급 비활성화됨"
|
"ratings_disabled": "등급 비활성화됨"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"did_you_mean": "이것을 찾으셨나요: "
|
"did_you_mean": "이것을 찾으셨나요: {0}?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
"load_more_replies": "Įkelti daugiau atsakymų"
|
"load_more_replies": "Įkelti daugiau atsakymų"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "Žiūrėti per"
|
"watch_on": "Žiūrėti per {0}"
|
||||||
},
|
},
|
||||||
"titles": {
|
"titles": {
|
||||||
"preferences": "Nuostatos",
|
"preferences": "Nuostatos",
|
||||||
@ -80,7 +80,7 @@
|
|||||||
"pinned_by": "Prisegė"
|
"pinned_by": "Prisegė"
|
||||||
},
|
},
|
||||||
"video": {
|
"video": {
|
||||||
"views": "peržiūros",
|
"views": "{views} peržiūros",
|
||||||
"videos": "Vaizdo įrašai",
|
"videos": "Vaizdo įrašai",
|
||||||
"sponsor_segments": "Rėmėjų segmentai",
|
"sponsor_segments": "Rėmėjų segmentai",
|
||||||
"watched": "Žiūrėta",
|
"watched": "Žiūrėta",
|
||||||
@ -91,6 +91,6 @@
|
|||||||
"username": "Vartotojo vardas"
|
"username": "Vartotojo vardas"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"did_you_mean": "Ar turėjote omenyje: "
|
"did_you_mean": "Ar turėjote omenyje: {0}?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -76,11 +76,11 @@
|
|||||||
"delete_playlist_confirm": "ഈ പ്ലേലിസ്റ്റ് ഇല്ലാതാക്കാൻ നിങ്ങൾ ആഗ്രഹിക്കുന്നുണ്ടൊ?"
|
"delete_playlist_confirm": "ഈ പ്ലേലിസ്റ്റ് ഇല്ലാതാക്കാൻ നിങ്ങൾ ആഗ്രഹിക്കുന്നുണ്ടൊ?"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "കാണുക"
|
"watch_on": "കാണുക {0}"
|
||||||
},
|
},
|
||||||
"video": {
|
"video": {
|
||||||
"watched": "കണ്ടതാണ്",
|
"watched": "കണ്ടതാണ്",
|
||||||
"views": "കാഴ്ചകൾ",
|
"views": "{views} കാഴ്ചകൾ",
|
||||||
"videos": "വിഡിയോകൾ",
|
"videos": "വിഡിയോകൾ",
|
||||||
"sponsor_segments": "സ്പോൺസർമാരുടെ ഭാഗങ്ങൾ"
|
"sponsor_segments": "സ്പോൺസർമാരുടെ ഭാഗങ്ങൾ"
|
||||||
},
|
},
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
"load_more_replies": "Last inn flere svar"
|
"load_more_replies": "Last inn flere svar"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "Vis på"
|
"watch_on": "Vis på {0}"
|
||||||
},
|
},
|
||||||
"titles": {
|
"titles": {
|
||||||
"feed": "Strøm",
|
"feed": "Strøm",
|
||||||
@ -75,7 +75,7 @@
|
|||||||
"video": {
|
"video": {
|
||||||
"sponsor_segments": "Sponsor-segmenter",
|
"sponsor_segments": "Sponsor-segmenter",
|
||||||
"watched": "Sett",
|
"watched": "Sett",
|
||||||
"views": "visninger",
|
"views": "{views} visninger",
|
||||||
"videos": "Videoer",
|
"videos": "Videoer",
|
||||||
"ratings_disabled": "Vurderinger avskrudd",
|
"ratings_disabled": "Vurderinger avskrudd",
|
||||||
"chapters": "Kapitler",
|
"chapters": "Kapitler",
|
||||||
@ -95,6 +95,6 @@
|
|||||||
"password": "Passord"
|
"password": "Passord"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"did_you_mean": "Mente du: "
|
"did_you_mean": "Mente du: {0}?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"playlists": "Playlisty"
|
"playlists": "Playlisty"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"watch_on": "Obejrzyj na"
|
"watch_on": "Obejrzyj na {0}"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"subscribe": "Subskrybuj - {count}",
|
"subscribe": "Subskrybuj - {count}",
|
||||||
@ -99,19 +99,15 @@
|
|||||||
},
|
},
|
||||||
"video": {
|
"video": {
|
||||||
"videos": "Filmy",
|
"videos": "Filmy",
|
||||||
"views": "wyświetleń",
|
"views": "{views} wyświetleń",
|
||||||
"watched": "Obejrzane",
|
"watched": "Obejrzane",
|
||||||
"sponsor_segments": "Segmenty sponsorowane",
|
"sponsor_segments": "Segmenty sponsorowane",
|
||||||
"ratings_disabled": "Ocenianie wyłączone",
|
"ratings_disabled": "Ocenianie wyłączone",
|
||||||
"chapters": "Rozdziały",
|
"chapters": "Rozdziały",
|
||||||
"live": "{0} Na żywo"
|
"live": "{0} Na żywo"
|
||||||
},
|
},
|
||||||
"login": {
|
|
||||||
"username": "Nazwa użytkownika",
|
|
||||||
"password": "Hasło"
|
|
||||||
},
|
|
||||||
"search": {
|
"search": {
|
||||||
"did_you_mean": "Czy chodziło ci o: ",
|
"did_you_mean": "Czy chodziło ci o: {0}?",
|
||||||
"all": "YouTube: Wszystko",
|
"all": "YouTube: Wszystko",
|
||||||
"videos": "YouTube: Filmy",
|
"videos": "YouTube: Filmy",
|
||||||
"channels": "YouTube: Kanały",
|
"channels": "YouTube: Kanały",
|
||||||
|
@ -85,12 +85,12 @@
|
|||||||
},
|
},
|
||||||
"video": {
|
"video": {
|
||||||
"videos": "Відео",
|
"videos": "Відео",
|
||||||
"views": "переглядів",
|
"views": "{views} переглядів",
|
||||||
"watched": "Переглянуте",
|
"watched": "Переглянуте",
|
||||||
"sponsor_segments": "Рекламні сегменти",
|
"sponsor_segments": "Рекламні сегменти",
|
||||||
"ratings_disabled": "Оцінки вимкнені"
|
"ratings_disabled": "Оцінки вимкнені"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"did_you_mean": "Можливо, ви мали на увазі: "
|
"did_you_mean": "Можливо, ви мали на увазі: {0}?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user