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.
43 lines
894 B
43 lines
894 B
import { publicLexics } from './public'
|
|
import { paymentLexics } from './payment'
|
|
|
|
const navigations = {
|
|
bank_card: 14205,
|
|
logout: 15058,
|
|
my_devices: 15052,
|
|
my_subscriptions: 8316,
|
|
payment_history: 14206,
|
|
personal_info: 14204,
|
|
}
|
|
|
|
export const userAccountLexics = {
|
|
change: 12614,
|
|
change_password: 15054,
|
|
country: 835,
|
|
delete: 848,
|
|
delete_card: 8692,
|
|
language: 15053,
|
|
lastname: 858,
|
|
mail: 12912,
|
|
main: 13014,
|
|
month: 13019,
|
|
name: 645,
|
|
next_debit: 13018,
|
|
password_current: 15055,
|
|
password_new: 15056,
|
|
password_repeat: 15057,
|
|
payment: 13015,
|
|
payment_info: 15059,
|
|
phone: 1656,
|
|
remove: 15063,
|
|
save_changes: 13017,
|
|
select_subscription: 12583,
|
|
subs_will_not_be_renewed: 15060,
|
|
subscriptions: 13016,
|
|
subscriptions_active: 15061,
|
|
subscriptions_removed: 15062,
|
|
user_account: 12928,
|
|
...navigations,
|
|
...publicLexics,
|
|
...paymentLexics,
|
|
}
|
|
|