1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 08:06:59 +02:00

Fix Korean date format and hint

This commit is contained in:
Jakub Vrana
2013-06-03 09:46:55 -07:00
parent d100a1ed9a
commit 717f4535a9

View File

@@ -201,8 +201,8 @@ $translations = array(
'Stop on error' => '오류의 경우 중지', 'Stop on error' => '오류의 경우 중지',
'Select data' => '데이터', 'Select data' => '데이터',
'%.3f s' => '%.3f 초', '%.3f s' => '%.3f 초',
'$1-$3-$5' => '$1 $3 : $5', '$1-$3-$5' => '$1-$3-$5',
'[yyyy]-mm-dd' => '[yyyy]. mm.dd', '[yyyy]-mm-dd' => '[yyyy]-mm-dd',
'History' => '역사', 'History' => '역사',
'Variables' => '변수', 'Variables' => '변수',
'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => '원본 및 대상 열은 동일한 데이터 형식이어야합니다. 목표 컬럼에 인덱스와 데이터가 존재해야합니다.', 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => '원본 및 대상 열은 동일한 데이터 형식이어야합니다. 목표 컬럼에 인덱스와 데이터가 존재해야합니다.',
@@ -266,5 +266,5 @@ $translations = array(
'Copy' => '복사', 'Copy' => '복사',
'Permanent link' => '영구 링크', 'Permanent link' => '영구 링크',
'Edit all' => '모든 편집', 'Edit all' => '모든 편집',
'HH:MM:SS' => '시 : 분 : 초', 'HH:MM:SS' => '시:분:초',
); );