mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix missing placeholder in locales.
This commit is contained in:
parent
d670d60356
commit
25a93c0391
13 changed files with 28 additions and 32 deletions
|
@ -9,7 +9,7 @@
|
|||
"subscriptions": "サブスクリプション"
|
||||
},
|
||||
"player": {
|
||||
"watch_on": "Youtubeで見る"
|
||||
"watch_on": "{0}で見る"
|
||||
},
|
||||
"actions": {
|
||||
"subscribe": "チャンネル登録 - {count}",
|
||||
|
@ -90,7 +90,7 @@
|
|||
},
|
||||
"video": {
|
||||
"videos": "ビデオ",
|
||||
"views": "{views}視聴",
|
||||
"views": "{views} 視聴",
|
||||
"watched": "視聴済み",
|
||||
"sponsor_segments": "スポンサーによる広告",
|
||||
"ratings_disabled": "評価は無効化されています",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue