Translation component improvements.

This commit is contained in:
FireMasterK 2022-01-14 02:54:27 +00:00
parent 72a0f0d376
commit bf1fc5e84d
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
4 changed files with 15 additions and 14 deletions

View file

@ -9,7 +9,7 @@
"subscriptions": "Subscriptions"
},
"player": {
"watch_on": "Watch on"
"watch_on": "Watch on {0}"
},
"actions": {
"subscribe": "Subscribe",
@ -87,13 +87,13 @@
},
"video": {
"videos": "Videos",
"views": "views",
"views": "{views} views",
"watched": "Watched",
"sponsor_segments": "Sponsors Segments",
"ratings_disabled": "Ratings Disabled",
"chapters": "Chapters"
},
"search": {
"did_you_mean": "Did you mean: "
"did_you_mean": "Did you mean: {0}?"
}
}