[feat] translations
This commit is contained in:
@@ -117,8 +117,8 @@ export const languageEnglish = {
|
||||
openrouterProvider: "Openrouter has a lot of models, some of them unfiltered and some of them free, but it is not as good as OpenAI.",
|
||||
hordeProvider: "Horde is a free provider, but the response time is long and the quality is low.",
|
||||
setProviderLater: "There are other providers, but you can set it later in settings. select this if you want to set it later.",
|
||||
setupOpenAI: "To use OpenAI, you need to get an API key. \n1. go to https://beta.openai.com/ \n2. login with your account \n3. go to https://beta.openai.com/account/api-keys \n4. click 'Create New API Key' \n5. copy the key in the website\n6. go back to risu\n7. paste it, and click send button.",
|
||||
setupOpenrouter: "To use Openrouter, you need to get an API key. \n1. go to https://openrouter.ai/keys\n2. click 'Create Key'\n3. set key name whatever you want.\n4. copy the key in the website\n5. go back to risu\n6. paste it, and click send button.",
|
||||
setupOpenAI: "To use OpenAI, you need to get an API key. \n1. go to https://beta.openai.com/ \n2. login with your account \n3. go to https://beta.openai.com/account/api-keys \n4. click 'Create New API Key' and name your key whatever you want. \n5. copy the key in the website.\n6. go back to RisuAI\n7. paste it, and click send button.",
|
||||
setupOpenrouter: "To use Openrouter, you need to get an API key. \n1. go to https://openrouter.ai/keys\n2. click 'Create Key'\n3. set key name whatever you want.\n4. copy the key in the website\n5. go back to RisuAI\n6. paste it, and click send button.",
|
||||
allDone: "All Done! please wait a moment.",
|
||||
},
|
||||
confirm: "Confirm",
|
||||
|
||||
@@ -205,7 +205,16 @@ export const languageKorean = {
|
||||
themeDescWifulike: "모바일에 적합하지 않습니다",
|
||||
themeDescWifuCut: "모바일 환경에 적합합니다",
|
||||
texttheme: "텍스트 색상을 선택해주세요",
|
||||
inputName: "마지막으로, 닉네임을 입력해 주세요"
|
||||
inputName: "마지막으로, 닉네임을 입력해 주세요",
|
||||
welcome: "리스AI에 오신 것을 환영합니다! 저는 셋업 도우미 입니다. 먼저 닉네임을 입력해 주세요.",
|
||||
welcome2: "{username}님 안녕하세요! 시작하기 전에, 몇가지 설정만 하면 됩니다. 먼저, Ai 제공자를 선택해 주세요.",
|
||||
openAIProvider: "OpenAI GPT는 가장 좋은 모델이지만, 유료고 검열이 있습니다.",
|
||||
openrouterProvider: "Openrouter는 여러 무료/유료 모델이 있습니다. 기본적으로 무료로 설정됩니다.",
|
||||
hordeProvider: "Horde는 특별한 설정이 필요없는 무료 모델입니다. 하지만, 성능이 좋지 않습니다.",
|
||||
setProviderLater: "다른 설정을 먼저 하고, 나중에 설정해도 됩니다.",
|
||||
setupOpenAI: "OpenAI를 사용하려면, API키가 필요합니다 \n1. https://beta.openai.com/ 에 접속해주세요. \n2. 로그인 또는 회원가입 해주세요. \n3. https://beta.openai.com/account/api-keys 에 접속해주세요. \n4. 'Create New API Key'를 눌러주세요. \n5. 키 이름은 아무거나 하셔도 괜찮습니다. \n6.생성된 키를 복사해주세요.\n7. 리스AI로 돌아와 주세요.\n8. 입력칸에 붙여넣고, 전송 버튼을 눌러주세요.",
|
||||
setupOpenrouter: "Openrouter를 사용하려면, API키가 필요합니다. \n1. https://openrouter.ai/keys 에 접속하고 로그인 또는 회원가입 해주세요.\n2. 'Create Key'를 눌러주세요. \n3. 키 이름은 아무거나 하셔도 괜찮습니다.\n4. 생성된 키를 복사해주세요.\n5. 리스AI로 돌아와주세요.\n6. 입력칸에 붙여넣고, 전송 버튼을 눌러주세요.",
|
||||
allDone: "모든 설정이 완료되었습니다! 잠시만 기다려주세요.",
|
||||
},
|
||||
confirm: "확인",
|
||||
goback: "뒤로",
|
||||
@@ -418,4 +427,5 @@ export const languageKorean = {
|
||||
additionalAssets:"추가 에셋",
|
||||
genTimes: "생성 횟수",
|
||||
template: "템플릿",
|
||||
editTranslationDisplay: "번역문 수정",
|
||||
}
|
||||
Reference in New Issue
Block a user