Initial commit
This commit is contained in:
45
packages/i18n/locales/en/messages.json
Normal file
45
packages/i18n/locales/en/messages.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"description": "Extension description",
|
||||
"message": "Chrome extension boilerplate developed with Vite, React and Typescript"
|
||||
},
|
||||
"extensionName": {
|
||||
"description": "Extension name",
|
||||
"message": "Chrome extension boilerplate"
|
||||
},
|
||||
"toggleTheme": {
|
||||
"message": "Toggle theme"
|
||||
},
|
||||
"injectButton": {
|
||||
"message": "Click to inject Content Scripts"
|
||||
},
|
||||
"greeting": {
|
||||
"description": "Greeting message",
|
||||
"message": "Hello, My name is $NAME$",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "John Doe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hello": {
|
||||
"description": "Placeholder example",
|
||||
"message": "Hello $1"
|
||||
},
|
||||
"displayErrorInfo": {
|
||||
"message": "Error occur"
|
||||
},
|
||||
"displayErrorDescription": {
|
||||
"message": "Sorry, something went wrong while loading the page."
|
||||
},
|
||||
"displayErrorDetailsInfo": {
|
||||
"message": "Error details:"
|
||||
},
|
||||
"displayErrorUnknownErrorInfo": {
|
||||
"message": "Unknown error"
|
||||
},
|
||||
"displayErrorReset": {
|
||||
"message": "Run Again"
|
||||
}
|
||||
}
|
||||
45
packages/i18n/locales/ko/messages.json
Normal file
45
packages/i18n/locales/ko/messages.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"description": "Extension description",
|
||||
"message": "React, Typescript, Vite를 사용한 크롬 익스텐션 보일러플레이트입니다."
|
||||
},
|
||||
"extensionName": {
|
||||
"description": "Extension name",
|
||||
"message": "크롬 익스텐션 보일러플레이트"
|
||||
},
|
||||
"toggleTheme": {
|
||||
"message": "테마 변경"
|
||||
},
|
||||
"injectButton": {
|
||||
"message": "콘텐츠 스크립트를 삽입하려면 클릭하세요."
|
||||
},
|
||||
"greeting": {
|
||||
"description": "인사 메시지",
|
||||
"message": "안녕하세요, 제 이름은 $NAME$입니다.",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "홍길동"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hello": {
|
||||
"description": "Placeholder 예시",
|
||||
"message": "안녕하세요, $1님."
|
||||
},
|
||||
"displayErrorInfo": {
|
||||
"message": "오류 발생"
|
||||
},
|
||||
"displayErrorDescription": {
|
||||
"message": "죄송합니다. 페이지를 로드하는 중 문제가 발생했습니다."
|
||||
},
|
||||
"displayErrorDetailsInfo": {
|
||||
"message": "오류 세부 정보:"
|
||||
},
|
||||
"displayErrorUnknownErrorInfo": {
|
||||
"message": "알 수 없는 오류"
|
||||
},
|
||||
"displayErrorReset": {
|
||||
"message": "다시 실행합니다."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user