You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
spa_instat_tv/src/config/lexics/indexLexics.tsx

108 lines
2.5 KiB

import { paymentLexics } from './payment'
import { proceduresLexics } from './procedures'
import { publicLexics } from './public'
const matchPopupLexics = {
apply: 13491,
episode_duration: 13410,
events: 1020,
gk: 3515,
go_back_to_match: 13405,
languages: 15030,
match_interviews: 13031,
match_settings: 13490,
players_episodes: 13398,
playlist_format: 13406,
playlist_format_all_actions: 13408,
playlist_format_all_match_time: 13407,
playlist_format_selected_acions: 13409,
sec_after: 13412,
sec_before: 13411,
selected_player_actions: 13413,
watch: 818,
watch_from: 13022,
watch_live_stream: 13020,
watch_players_episodes: 14052,
}
const buyMatchPopupLexics = {
add: 15075,
adding_card: 15074,
buy_for: 14095,
buy_subscription: 13565,
change_card: 13564,
choose_subscription: 13563,
description_all_season_matches: 15069,
description_all_team_matches: 15070,
description_away_team_matches: 15072,
description_home_team_matches: 15071,
description_match_live_and_on_demand: 15068,
error_not_enough_balance: 14098,
for_month: 13561,
for_view: 15064,
for_year: 13562,
pass_league: 15065,
pass_match_access: 15067,
pass_team: 15066,
pay: 15073,
payment: 14096,
payment_confirmation: 14094,
per_month: 13573,
per_year: 13574,
subscription_done: 2668,
success_subscription: 14097,
}
export const indexLexics = {
add_to_favorites: 14967,
add_to_favorites_error: 12943,
all_matches_shown: 13386,
available_matches_shown: 13385,
basketball: 6960,
broadcast: 13049,
cm: 817,
features: 13051,
football: 6958,
full_game: 13028,
game_finished: 13026,
game_time: 13029,
gender_female: 9648,
gender_female_long: 13374,
gender_male: 9647,
gender_male_long: 13373,
go_to_extended_search_page: 13375,
goals: 13030,
hide_score: 12982,
highlights: 13033,
hockey: 6959,
interview: 13031,
kg: 652,
kickoff_in: 13027,
live: 13024,
logout: 4306,
match_status_finished: 12985,
match_status_live: 12984,
match_status_soon: 12986,
match_video: 13025,
no_match_access_body: 13419,
no_match_access_title: 13418,
player: 14975,
players_video: 13032,
round_highilights: 13050,
save: 828,
search_results: 9014,
sport: 12993,
team: 14973,
to_home: 13376,
tournament: 14974,
user_account: 12928,
watch_from_beginning: 13021,
watch_from_last_pause: 13022,
watch_now: 13020,
...proceduresLexics,
...matchPopupLexics,
...buyMatchPopupLexics,
...publicLexics,
...paymentLexics,
}