RandomSec/extensions/database/module/langs/translation-ko.json
Antoine Beaubien 356c7636d8
Only show the database login fields when necessary (#2615)
* DB login fields visibility controled by CSS

The database login field’s visibility is now controled by CSS styling.

* Change field name from Database to Database file.

Change field name from Database to Database file.

* Use full db name as CSS classes

Use full db name instead of diminutives for the CSS classes.

* Added translation to placeholders

Added translation to the Input placeholders.

* Undo a change, remerge Database field & File

remerge Database field and DatabaseFile Field like before.

* Created DatabaseSourceUI._updateDatabaseType(dbType)

Created Refine.DatabaseSourceUI.prototype._updateDatabaseType(databaseType)

* Make MySQL the default database

<option value="mysql" selected="selected"">MySQL</option>

* Update database-import-form.html

Fixed typo. (<option value="mysql" selected="selected">MySQL</option>)

* New default connection name value

New default connection name value, translation of it, changing cssClassName from options to dbtype-options, adding the prefix "dbt-" to the db types and fix the changing of placeholder databaseName/databaseFileName when neccessary.

* Fix issue with « saved connections »

Fix issue with « saved connections » and added 2 defaults values for dbHost and dbType.

* Default DB back to MySQL.

<option value="mysql" selected="selected">MySQL</option>

* Update extensions/database/module/langs/translation-en.json

Co-authored-by: Thad Guidry <thadguidry@gmail.com>

* Better default with « mysql »

* Fix sqlite #databaseHost before calling self._updateDatabaseType()

Fix $( "#databaseHost" ).val(self._defaultDatabaseHost) to be set before calling self._updateDatabaseType(self._defaultDatabaseType) that may change it.

* Removed field name & fixed default connection name

Removed field name text since it's populated from i18n and fixed the default connection name so that it has no space in it.

* Little update to placeholder text

Co-authored-by: Thad Guidry <thadguidry@gmail.com>
2020-05-30 09:20:05 +01:00

50 lines
3.1 KiB
JSON

{
"database-import/title": "데이터베이스 서버들",
"database-import/preparing": "결과를 준비중 …",
"database-import/checking": "쿼리를 검토중 …",
"database-import/creating": "프로젝트 생성중 …",
"database-source/alert-host": "하나의 데이터베이스 호스트를 지정해야합니다",
"database-source/alert-port": "하나의 데이터베이스 포트를 지정해야합니다",
"database-source/alert-user": "데이터베이스 사용자를 지정해야합니다",
"database-source/alert-password": "데이터베이스 비밀번호를 지정해야합니다",
"database-source/alert-connection-name": "접속이름을 지정해야 합니다",
"database-source/alert-initial-database": "초기 데이터베이스를 지정해야 합니다",
"database-source/alert-query": "유효한 쿼리를 지정해야 합니다",
"database-source/alert-invalid-query-keyword": "쿼리는 데이터 조작 키워드를 포함할 수 없습니다:",
"database-source/alert-invalid-query-select": "쿼리는 SELECT 키워드로 시작해야 합니다",
"database-source/form-validation-failure": "신규 접속이 유효하지 않습니다!",
"database-source/alert-connection-edit": "접속이 성공적으로 편집되었습니다",
"database-source/connectionNameLabel": "이름:",
"database-source/databaseTypeLabel": "타입:",
"database-source/databaseHostLabel": "호스트:",
"database-source/databasePortLabel": "포트:",
"database-source/databaseUserLabel": "사용자:",
"database-source/databasePasswordLabel": "비밀번호:",
"database-source/databaseNameLabel": "데이터베이스:",
"database-source/databaseFileNameLabel": "데이터베이스:",
"database-source/databaseSchemaLabel": "스키마:",
"database-source/databaseTestButton": "테스트",
"database-source/databaseSaveButton": "저장",
"database-source/databaseConnectButton": "접속",
"database-source/newConnectionButtonDiv": "신규 접속",
"database-source/savedConnectionSpan": "저장된 접속",
"database-parsing/start-over": "&laquo; 다시 시작",
"database-parsing/conf-pars": "파싱 옵션 설정",
"database-parsing/proj-name": "프로젝트&nbsp;이름",
"database-parsing/create-proj": "프로젝트 생성 &raquo;",
"database-parsing/updating-preview": "미리보기를 업데이트중 …",
"database-parsing/worksheet": "워크시트",
"database-parsing/option": "옵션",
"database-parsing/preview-button": "미리보기&nbsp;업데이트",
"database-parsing/ignore-first": "처음을 무시",
"database-parsing/ignore": "파일 시작시 라인(들)",
"database-parsing/parse-next": "다음을 파싱",
"database-parsing/parse": "컬럼 헤더 라인(들)",
"database-parsing/discard-next": "초기값을 버리세요",
"database-parsing/discard": "데이터 줄수",
"database-parsing/limit-next": "최대한 로드하세요",
"database-parsing/limit": "데이터 줄수",
"database-parsing/store-row": "빈 줄을 저장하세요",
"database-parsing/store-cell": "빈 셀을 null 로 저장하세요"
}