- fixed activation of liked songs filter tags for all locales except en
- russian translation corrected
This commit is contained in:
amd64fox
2024-04-21 11:23:34 +03:00
parent 7ac0d407d5
commit 1ddd051567
2 changed files with 20 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
"lang": {
"version": "1.2.31",
"version": "1.2.36",
"language": "Russian"
},
"1": {
@@ -188,47 +188,35 @@
"replace": "\"Место проведения\""
},
"47": {
"match": "\"Unpin upcoming audiobook\"",
"replace": "\"Открепить предстоящую аудиокнигу\""
"match": "\"View credits\"",
"replace": "\"Показать сведения\""
},
"48": {
"match": "\"Notifications\"",
"replace": "\"Уведомления\""
},
"49": {
"match": "\"Pin upcoming audiobook\"",
"replace": "\"Закрепить предстоящую аудиокнигу\""
},
"50": {
"match": "\"When this audiobook is released we.ll add it to Your Library.\"",
"replace": "\"Когда эта аудиокнига выйдет, мы добавим её в вашу библиотеку.\""
},
"51": {
"match": "\"Bring back to main window\"",
"replace": "\"Вернуться к основному окну\""
},
"52": {
"50": {
"match": "\"You have no notifications\"",
"replace": "\"У вас нет уведомлений\""
},
"53": {
"51": {
"match": "\"Related videos\"",
"replace": "\"Похожие видео\""
},
"54": {
"match": "\"Upcoming audiobook\"",
"replace": "\"Предстоящая аудиокнига\""
},
"55": {
"52": {
"match": "\"Song\"",
"replace": "\"Трек\""
},
"56": {
"53": {
"match": "\"Episode\"",
"replace": "\"Эпизод\""
},
"57": {
"54": {
"match": "\"Chapter\"",
"replace": "\"Глава\""
}
}
}

View File

@@ -420,8 +420,8 @@
"to": ""
}
},
"enableLyricsUpsell": {
"name": "LyricsUpsell",
"LyricsUpsell": {
"name": "enableLyricsUpsell",
"description": "Enable Lyrics Upsell",
"native_description": "Enable Lyrics Upsell",
"version": {
@@ -958,7 +958,7 @@
"description": "Show filter tags on the Liked Songs entity view",
"native_description": "Show filter tags on the Liked Songs entity view",
"version": {
"fr": "1.2.32",
"fr": "1.2.29",
"to": ""
}
},
@@ -1720,6 +1720,14 @@
},
"match": "min:320,max:420",
"replace": "min:250,max:400"
},
"filtertags_locale_fix": {
"version": {
"fr": "1.2.29",
"to": ""
},
"match": "(getTracksFilterTags.+?(.)=this._builder.build\\(\\)),",
"replace": "$1;$2.locale = 'en';const "
}
}
}