translation update

This commit is contained in:
SoiBKK
2025-05-24 06:20:17 +02:00
committed by DokuWiki Translation Interface
parent 5e3fb057f7
commit d6572921a2
2 changed files with 25 additions and 0 deletions

13
lang/ko/lang.php Normal file
View File

@ -0,0 +1,13 @@
<?php
/**
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html)
*
* @author SoiBKK <info@soibangkok.online>
*/
$lang['title'] = 'AI 채팅';
$lang['hello'] = '안녕하세요, 무엇을 도와드릴까요?';
$lang['restart-button'] = '대화 복구하기';
$lang['close-button'] = '닫기';
$lang['fullscreen-button'] = '전제화면으로 전환';
$lang['js']['error'] = '죄송합니다, 뭔가 문제가 있습니다';

12
lang/ko/settings.php Normal file
View File

@ -0,0 +1,12 @@
<?php
/**
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html)
*
* @author SoiBKK <info@soibangkok.online>
*/
$lang['openai_apikey'] = '🧠 <b>오픈AI</b> API key';
$lang['gemini_apikey'] = '🧠 구글 <b>제미나이</b> API key';
$lang['anthropic_apikey'] = '🧠 <b>앤트로픽</b> API key';
$lang['mistral_apikey'] = '🧠 <b>미스트랄</b> API key';
$lang['groq_apikey'] = '🧠 <b>그록</b> API key';