-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
35 changed files
with
539 additions
and
382 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
src/assets/translator/Applicants/ContractModal/contractModalData.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import { Languages } from '../../Languages'; | ||
|
||
export const contractModalData = { | ||
[Languages.KO]: { | ||
title: '๊ณ ์ฉ์ฃผ๋๊ป ๋๋ฆฌ๋ ์ฃผ์์ฌํญ', | ||
warning: '๋ถ๋ฒ ์ฒด๋ฅ์๋ฅผ ๊ณ ์ฉํ ์ ์ต๋ 200๋ง์์ ๋ฒ์น๊ธ์ด ๋ถ๊ณผ๋ ์ ์์ต๋๋ค.', | ||
applicant_info: '์ง์์ ์ ๋ณด', | ||
foreigner_number: '์ธ๊ตญ์ธ ๋ฑ๋ก ๋ฒํธ', | ||
visa_generate_date: '๋น์ ๋ฐ๊ธ ์ผ์', | ||
message: { | ||
part1: '์ด ์ง์์์ ์ ๋ณด๋ฅผ ํ์ฉํ์ฌ <0>Hi Korea</0>์์ ์ง์์์ ๋ํ ๋ถ๋ฒ ์ฒด๋ฅ ์ฌ๋ถ๋ฅผ ๊ฒ์ฆํ ์ ์์ต๋๋ค.', | ||
part2: '์์ ํ ๊ณ ์ฉ์ ์ํด ํ์ธ ํ ์งํํ๋ ๊ฒ์ ๊ถ์ฅํฉ๋๋ค.', | ||
}, | ||
buttons: { | ||
confirm: 'ํ์ธํ์์ต๋๋ค.', | ||
cancel: '์ทจ์', | ||
}, | ||
}, | ||
[Languages.VE]: { | ||
title: 'Lแปi khuyรชn dร nh cho nhร tuyแปn dแปฅng', | ||
warning: 'Nแบฟu thuรช ngฦฐแปi lฦฐu trรบ bแบฅt hแปฃp phรกp, bแบกn cรณ thแป bแป phแบกt tแปi ฤa 2 triแปu won.', | ||
applicant_info: 'Thรดng tin แปฉng viรชn', | ||
foreigner_number: 'Sแป ฤฤng kรฝ ngฦฐแปi nฦฐแปc ngoร i', | ||
visa_generate_date: 'Ngร y cแบฅp visa', | ||
message: { | ||
part1: | ||
'Bแบกn cรณ thแป sแปญ dแปฅng thรดng tin cแปงa ngฦฐแปi nร y ฤแป kiแปm tra tรฌnh trแบกng cฦฐ trรบ bแบฅt hแปฃp phรกp tแบกi <0>Hi Korea</0>.', | ||
part2: 'Chรบng tรดi khuyแบฟn nghแป bแบกn kiแปm tra kแปน trฦฐแปc khi tiแบฟn hร nh ฤแป ฤแบฃm bแบฃo an toร n trong viแปc tuyแปn dแปฅng.', | ||
}, | ||
buttons: { | ||
confirm: 'Tรดi ฤรฃ hiแปu', | ||
cancel: 'Hแปงy bแป', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import { Languages } from '../Languages'; | ||
|
||
export const applicantsData = { | ||
[Languages.KO]: { | ||
salary: '์๊ธ', | ||
applicant_list: '์ง์์ ๋ชฉ๋ก', | ||
total_applicants: '์ด {{count}}๋ช ', | ||
view_details: '์์ธํ ๋ณด๋ฌ๊ฐ๊ธฐ', | ||
table_headers: { | ||
name: '์ด๋ฆ', | ||
nation: '๊ตญ์ ', | ||
korean_language_level: 'ํ๊ตญ์ด ์ค๋ ฅ', | ||
}, | ||
buttons: { | ||
view_resume: '์ง์์', | ||
create_contract: '๊ณ์ฝํ๊ธฐ', | ||
}, | ||
}, | ||
[Languages.VE]: { | ||
salary: 'Lฦฐฦกng theo giแป', | ||
applicant_list: 'Danh sรกch แปฉng viรชn', | ||
total_applicants: 'Tแปng cแปng {{count}} ngฦฐแปi', | ||
view_details: 'Xem chi tiแบฟt', | ||
table_headers: { | ||
name: 'Tรชn', | ||
nation: 'Quแปc tแปch', | ||
korean_language_level: 'Trรฌnh ฤแป tiแบฟng Hร n', | ||
}, | ||
buttons: { | ||
view_resume: 'Hแป sฦก แปฉng tuyแปn', | ||
create_contract: 'Kรฝ hแปฃp ฤแปng', | ||
}, | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
src/assets/translator/EmployerMyPage/employerMyPageData.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { Languages } from '../Languages'; | ||
|
||
export const employerMyPageData = { | ||
[Languages.KO]: { | ||
greeting: '์ฌ์ฅ๋, ์๋ ํ์ธ์!', | ||
register_company: 'ํ์ฌ ๋ฑ๋ก', | ||
register_sign: '์ฌ์ธ ๋ฑ๋ก', | ||
my_companies: '๋ด ํ์ฌ', | ||
total_companies: '์ด {{count}} ๊ณณ', | ||
company_info: 'ํ์ฌ ์ ๋ณด', | ||
}, | ||
[Languages.VE]: { | ||
greeting: 'Chแปง doanh nghiแปp, xin chร o!', | ||
register_company: 'ฤฤng kรฝ cรดng ty', | ||
register_sign: 'ฤฤng kรฝ chแปฏ kรฝ', | ||
my_companies: 'Cรดng ty cแปงa tรดi', | ||
total_companies: 'Tแปng cแปng {{count}} cรดng ty', | ||
company_info: 'Thรดng tin cรดng ty', | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { Languages } from '../Languages'; | ||
|
||
export const headerData = { | ||
[Languages.KO]: { | ||
post_notice: '์ฑ์ฉ๊ณต๊ณ ๋ฑ๋ก', | ||
login: '๋ก๊ทธ์ธ', | ||
logout: '๋ก๊ทธ์์', | ||
}, | ||
[Languages.VE]: { | ||
post_notice: 'ฤฤng thรดng bรกo tuyแปn dแปฅng', | ||
login: 'ฤฤng nhแบญp', | ||
logout: 'ฤฤng xuแบฅt', | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import { Languages } from '../Languages'; | ||
|
||
export const myCompanyData = { | ||
[Languages.KO]: { | ||
my_recruitments: '๋ด ๊ณต๊ณ ๊ธ', | ||
total_recruitments: '์ด {{count}}๊ฑด', | ||
table_headers: { | ||
location: '๊ทผ๋ฌด์ง', | ||
title: '๊ณต๊ณ ์ ๋ชฉ', | ||
}, | ||
buttons: { | ||
view_applicants: '์ง์์ ๋ณด๋ฌ๊ฐ๊ธฐ', | ||
close_recruitment: '๋ง๊ฐํ๊ธฐ', | ||
closed_recruitment: '๋ง๊ฐ์๋ฃ', | ||
}, | ||
}, | ||
[Languages.VE]: { | ||
my_recruitments: 'Thรดng bรกo tuyแปn dแปฅng cแปงa tรดi', | ||
total_recruitments: 'Tแปng cแปng {{count}} bร i', | ||
table_headers: { | ||
location: 'Nฦกi lร m viแปc', | ||
title: 'Tiรชu ฤแป thรดng bรกo', | ||
}, | ||
buttons: { | ||
view_applicants: 'Xem ngฦฐแปi แปฉng tuyแปn', | ||
close_recruitment: 'ฤรณng tuyแปn dแปฅng', | ||
closed_recruitment: 'ฤรฃ ฤรณng tuyแปn dแปฅng', | ||
}, | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { Languages } from '../Languages'; | ||
|
||
export const registerVisaData = { | ||
[Languages.KO]: { | ||
title: '์ธ๊ตญ์ธ ๋ฒํธ ๋ฐ ๋น์ ๋ฐ๊ธ ์ผ์ ๋ฑ๋ก', | ||
labels: { | ||
foreigner_number: '์ธ๊ตญ์ธ ๋ฒํธ', | ||
visa_generate_date: '๋น์ ๋ฐ๊ธ ์ผ์', | ||
}, | ||
error_message: '์ฌ๋ฐ๋ฅธ ํ์์ผ๋ก ์ ๋ ฅํด์ฃผ์ธ์. (ํ์: 000000-0000000)', | ||
submit: '๋ฑ๋กํ๊ธฐ', | ||
complete_message: '๋ฑ๋ก์ด ์๋ฃ๋์์ต๋๋ค.', | ||
button: 'ํ์ธ', | ||
}, | ||
[Languages.VE]: { | ||
title: 'ฤฤng kรฝ sแป ngฦฐแปi nฦฐแปc ngoร i vร ngร y cแบฅp thแป thแปฑc', | ||
labels: { | ||
foreigner_number: 'Sแป ngฦฐแปi nฦฐแปc ngoร i', | ||
visa_generate_date: 'Ngร y cแบฅp thแป thแปฑc', | ||
}, | ||
error_message: 'Vui lรฒng nhแบญp ฤรบng ฤแปnh dแบกng. (ฤแปnh dแบกng: 000000-0000000)', | ||
submit: 'ฤฤng kรฝ', | ||
complete_message: 'ฤฤng kรฝ ฤรฃ hoร n tแบฅt.', | ||
button: 'Xรกc nhแบญn', | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,28 @@ | ||
import { applicantsData } from './Applicants/applicantsData'; | ||
import { contractModalData } from './Applicants/ContractModal/contractModalData'; | ||
import { employerMyPageData } from './EmployerMyPage/employerMyPageData'; | ||
import { headerData } from './Header/headerData'; | ||
import { Languages } from './Languages'; | ||
import { myCompanyData } from './MyCompany/myCompanyData'; | ||
import { registerVisaData } from './RegisterVisa/registerVisaData'; | ||
import { resumeData } from './Resume/resumeData'; | ||
|
||
export const KO = { resume: { ...resumeData[Languages.KO] } }; | ||
export const KO = { | ||
resume: { ...resumeData[Languages.KO] }, | ||
employerMyPage: { ...employerMyPageData[Languages.KO] }, | ||
myCompany: { ...myCompanyData[Languages.KO] }, | ||
applicants: { ...applicantsData[Languages.KO] }, | ||
registerVisa: { ...registerVisaData[Languages.KO] }, | ||
contractModal: { ...contractModalData[Languages.KO] }, | ||
header: { ...headerData[Languages.KO] }, | ||
}; | ||
|
||
export const VE = { resume: { ...resumeData[Languages.VE] } }; | ||
export const VE = { | ||
resume: { ...resumeData[Languages.VE] }, | ||
employerMyPage: { ...employerMyPageData[Languages.VE] }, | ||
myCompany: { ...myCompanyData[Languages.VE] }, | ||
applicants: { ...applicantsData[Languages.VE] }, | ||
registerVisa: { ...registerVisaData[Languages.VE] }, | ||
contractModal: { ...contractModalData[Languages.VE] }, | ||
header: { ...headerData[Languages.VE] }, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.