Merge branch 'master' of http://git.digital-tps.tk/TPS/birzha-legalizasia-frontend
This commit is contained in:
commit
877a78fac7
|
|
@ -55,7 +55,6 @@ export const locale = {
|
|||
SURNAME: "Surname",
|
||||
NAME: "Name",
|
||||
COMP_NAME: "Company name",
|
||||
SHORT_NAME: "Short Name",
|
||||
DOB: "Date of Birth",
|
||||
POB: "Place of Birth",
|
||||
PNAME: "Patronymic name",
|
||||
|
|
@ -110,6 +109,10 @@ export const locale = {
|
|||
UPDATE_PWD: "Update password",
|
||||
|
||||
INT_CONN_ERROR: "Please connect to internet and try again!",
|
||||
COMP_NAME: "Company Name",
|
||||
TICKETS: "Tickets",
|
||||
NEW_TICKET: "New Ticket",
|
||||
CONTACTS: "Contracts",
|
||||
|
||||
REQUIRED_VALIDATION: "This field is required",
|
||||
MIN_LENGTH_VALIDATION: "This field must be at least {min} characters long",
|
||||
|
|
|
|||
|
|
@ -109,6 +109,10 @@ export const locale = {
|
|||
UPDATE_PWD: "Update password",
|
||||
|
||||
INT_CONN_ERROR: "Пожалуйста, подключитесь к Интернету и повторите попытку!",
|
||||
COMP_NAME: "Company Name",
|
||||
TICKETS: "Tickets",
|
||||
NEW_TICKET: "New Ticket",
|
||||
CONTACTS: "Contracts",
|
||||
SHORT_NAME: "Short Name",
|
||||
|
||||
REQUIRED_VALIDATION: "This field is required",
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ export const locale = {
|
|||
SURNAME: "Surname",
|
||||
NAME: "Name",
|
||||
COMP_NAME: "Company name",
|
||||
SHORT_NAME: "Short Name",
|
||||
DOB: "Date of Birth",
|
||||
POB: "Place of Birth",
|
||||
PNAME: "Patronymic name",
|
||||
|
|
@ -110,6 +109,10 @@ export const locale = {
|
|||
UPDATE_PWD: "Update password",
|
||||
|
||||
INT_CONN_ERROR: "Internete birigip, gaýtadan synanyşmagyňyzy haýyş edýäris!",
|
||||
COMP_NAME: "Company Name",
|
||||
TICKETS: "Tickets",
|
||||
NEW_TICKET: "New Ticket",
|
||||
CONTACTS: "Contracts",
|
||||
|
||||
REQUIRED_VALIDATION: "This field is required",
|
||||
MIN_LENGTH_VALIDATION: "This field should be at least {min} characters long",
|
||||
|
|
|
|||
|
|
@ -16,19 +16,19 @@ export const useTopMenuStore = defineStore("topMenu", {
|
|||
{
|
||||
icon: "InboxIcon",
|
||||
pageName: "ticket-list",
|
||||
title: "Tickets",
|
||||
title: "TICKETS",
|
||||
},
|
||||
{
|
||||
icon: "FolderIcon",
|
||||
pageName: "create-ticket",
|
||||
title: "New Ticket",
|
||||
title: "NEW_TICKET",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: "LayoutIcon",
|
||||
pageName: "contracts",
|
||||
title: "Contracts",
|
||||
title: "CONTRACTS",
|
||||
subMenu: [],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue