mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-21 06:30:56 +10:00
version bump to 1.2.44.405
- enabled carousels on home - enabled seeking 5s backward/forward with left/right arrow keys - disabled impression analytics - russian strings updated to 1.2.44
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"lang": {
|
"lang": {
|
||||||
"version": "1.2.43",
|
"version": "1.2.44",
|
||||||
"language": "Russian"
|
"language": "Russian"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"match": "\"Allow to play this artist\"",
|
"match": "\"The Stage Experience\"",
|
||||||
"replace": "\"Разрешить воспроизведение этого исполнителя\""
|
"replace": "\"Сценический опыт\""
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"match": "\"Confirm your age\"",
|
"match": "\"Confirm your age\"",
|
||||||
@@ -124,12 +124,12 @@
|
|||||||
"replace": "Динамическое управление громкостью для подкастов - активное поддержание оптимального уровня громкости подкаста для четкого и сбалансированного звукового восприятия"
|
"replace": "Динамическое управление громкостью для подкастов - активное поддержание оптимального уровня громкости подкаста для четкого и сбалансированного звукового восприятия"
|
||||||
},
|
},
|
||||||
"31": {
|
"31": {
|
||||||
"match": "\"The song you're trying to listen to is not available in HiFi at this time.\"",
|
"match": "Prerelease Radar",
|
||||||
"replace": "\"Песня, которую вы пытаетесь прослушать, в данный момент недоступна в HiFi.\""
|
"replace": "Пререлизный радар"
|
||||||
},
|
},
|
||||||
"32": {
|
"32": {
|
||||||
"match": "\"Song not available\"",
|
"match": "\"Your destination for upcoming albums curated for you.\"",
|
||||||
"replace": "\"Песня недоступна\""
|
"replace": "\"Место назначения для предстоящих альбомов, подобранных специально для вас.\""
|
||||||
},
|
},
|
||||||
"33": {
|
"33": {
|
||||||
"match": "\"Build .0. is available\"",
|
"match": "\"Build .0. is available\"",
|
||||||
@@ -188,8 +188,8 @@
|
|||||||
"replace": "\"Место проведения\""
|
"replace": "\"Место проведения\""
|
||||||
},
|
},
|
||||||
"47": {
|
"47": {
|
||||||
"match": "\"Upcoming Release\"",
|
"match": "\"We couldn't find the venue\"",
|
||||||
"replace": "\"Предстоящий релиз\""
|
"replace": "\"Мы не смогли найти место проведения\""
|
||||||
},
|
},
|
||||||
"48": {
|
"48": {
|
||||||
"match": "\"Notifications\"",
|
"match": "\"Notifications\"",
|
||||||
@@ -216,11 +216,27 @@
|
|||||||
"replace": "\"Эпизод\""
|
"replace": "\"Эпизод\""
|
||||||
},
|
},
|
||||||
"54": {
|
"54": {
|
||||||
"match": "\"Pre-saved\"",
|
"match": "\"The venue you requested couldn.t be found, please try again.\"",
|
||||||
"replace": "\"Предварительно сохранено\""
|
"replace": "\"Запрошенное вами место проведения не найдено, попробуйте снова.\""
|
||||||
},
|
},
|
||||||
"55": {
|
"55": {
|
||||||
"match": "\"Pre-save\"",
|
"match": "\"There was an error fetching the venue.\"",
|
||||||
"replace": "\"Предварительное сохранение\""
|
"replace": "\"Произошла ошибка при получении места проведения.\""
|
||||||
|
},
|
||||||
|
"56": {
|
||||||
|
"match": "\"Concerts\"",
|
||||||
|
"replace": "\"Концерты\""
|
||||||
|
},
|
||||||
|
"57": {
|
||||||
|
"match": "\"all times are local to the venue\"",
|
||||||
|
"replace": "\"все время указано по месту проведения\""
|
||||||
|
},
|
||||||
|
"58": {
|
||||||
|
"match": "\"Presale access\"",
|
||||||
|
"replace": "\"Предварительный доступ\""
|
||||||
|
},
|
||||||
|
"59": {
|
||||||
|
"match": "\"We.ve ran out of codes. Visit our ticketing partner for more information\"",
|
||||||
|
"replace": "\"У нас закончились коды. Посетите нашего партнера по продаже билетов для получения дополнительной информации\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+46
-1
@@ -473,6 +473,33 @@
|
|||||||
"fr": "1.2.43",
|
"fr": "1.2.43",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"EFlag": {
|
||||||
|
"name": "enableEFlag",
|
||||||
|
"description": "Enables the Employee Flag to send to Sentry",
|
||||||
|
"native_description": "Enables the Employee Flag to send to Sentry",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.44",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"HomeImpressions": {
|
||||||
|
"name": "enableHomeImpressions",
|
||||||
|
"description": "Enable impressions on home for impression economy (some impressions will still be logged with this disabled)",
|
||||||
|
"native_description": "Enable impressions on home for impression economy (some impressions will still be logged with this disabled)",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.44",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SearchImpressions": {
|
||||||
|
"name": "enableSearchImpressions",
|
||||||
|
"description": "Enable impressions on search for impression economy",
|
||||||
|
"native_description": "Enable impressions on search for impression economy",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.44",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EnableExp": {
|
"EnableExp": {
|
||||||
@@ -1076,7 +1103,7 @@
|
|||||||
"native_description": "Enables sharing button on MiniPlayer (this also moves the (+) icon close to the title)",
|
"native_description": "Enables sharing button on MiniPlayer (this also moves the (+) icon close to the title)",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.39",
|
"fr": "1.2.39",
|
||||||
"to": ""
|
"to": "1.2.43"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"PrereleaseRadar": {
|
"PrereleaseRadar": {
|
||||||
@@ -1123,6 +1150,24 @@
|
|||||||
"fr": "1.2.41",
|
"fr": "1.2.41",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"SeekWithArrowKeys": {
|
||||||
|
"name": "enableSeekWithArrowKeys",
|
||||||
|
"description": "Enable seeking 5s backward/forward with left/right arrow keys",
|
||||||
|
"native_description": "Enable seeking 5s backward/forward with left/right arrow keys",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.44",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"enableHomeCarousels": {
|
||||||
|
"name": "HomeCarousels",
|
||||||
|
"description": "Enable carousels on home",
|
||||||
|
"native_description": "Enable carousels on home",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.44",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CustomExp": {
|
"CustomExp": {
|
||||||
|
|||||||
Reference in New Issue
Block a user