Skip to content

Commit a1317a1

Browse files
liviuconcioiuweblate
authored andcommitted
Translated using Weblate (Korean)
Currently translated at 26.8% (736 of 2742 strings)
1 parent f2fc591 commit a1317a1

2 files changed

Lines changed: 55 additions & 43 deletions

File tree

po/ko.mo

-8.65 KB
Binary file not shown.

po/ko.po

Lines changed: 55 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: phpMyAdmin 4.7.0-dev\n"
99
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
1010
"POT-Creation-Date: 2025-01-25 16:21+0100\n"
11-
"PO-Revision-Date: 2026-01-04 08:49+0000\n"
11+
"PO-Revision-Date: 2026-01-07 12:03+0000\n"
1212
"Last-Translator: liviuconcioiu <liviu.concioiu@gmail.com>\n"
1313
"Language-Team: Korean <https://hosted.weblate.org/projects/phpmyadmin/"
1414
"documentation/ko/>\n"
@@ -34,6 +34,7 @@ msgid "Storing bookmarks"
3434
msgstr "북마크 저장하기"
3535

3636
#: ../phpmyadmin/docs/bookmarks.rst:14
37+
#, fuzzy
3738
msgid ""
3839
"Any query that is executed can be marked as a bookmark on the page where the "
3940
"results are displayed. You will find a button labeled :guilabel:`Bookmark "
@@ -43,16 +44,17 @@ msgid ""
4344
"database."
4445
msgstr ""
4546
"실행된 모든 쿼리는 결과 표시 페이지에서 북마크로 표시할 수 있습니다. 페이지 "
46-
"맨 끝에 :guilabel:`이 쿼리를 북마크하기`라고 표시된 버튼이 있습니다. 북마크"
47-
" 저장하는 즉시 해당 쿼리가 데이터베이스에 연결됩니다. 그러면 해당 데이터베"
48-
"이스에 대한 쿼리 상자가 표시되는 각 페이지에서 북마크 드롭다운을 사용할 수 있"
49-
"습니다."
47+
"맨 끝에 :guilabel:`이 쿼리를 북마크하기` 라고 표시된 버튼이 있습니다. "
48+
"북마크를 저장하는 즉시 해당 쿼리가 데이터베이스에 연결됩니다. 그러면 해당 "
49+
"데이터베이스에 대한 쿼리 상자가 표시되는 각 페이지에서 북마크 드롭다운을 "
50+
"사용할 수 있습니다."
5051

5152
#: ../phpmyadmin/docs/bookmarks.rst:21
5253
msgid "Variables inside bookmarks"
5354
msgstr "북마크 내부 변수"
5455

5556
#: ../phpmyadmin/docs/bookmarks.rst:23
57+
#, fuzzy
5658
msgid ""
5759
"Inside a query, you can also add placeholders for variables. This is done by "
5860
"inserting into the query SQL comments between ``/*`` and ``*/``. The special "
@@ -61,20 +63,21 @@ msgid ""
6163
"otherwise you won't be able to store it as a bookmark. Also, note that the "
6264
"text 'VARIABLE' is case-sensitive."
6365
msgstr ""
64-
"쿼리 내에서 변수에 대한 자리 표시자를 추가할 수도 있습니다. 이는 ``/*``와 "
66+
"쿼리 내에서 변수에 대한 자리 표시자를 추가할 수도 있습니다. 이는 ``/*`` 와 "
6567
"``*/`` 사이에 쿼리 SQL 주석에 삽입하여 수행됩니다. 주석 안에는 특수 문자열 "
66-
"``[VARIABLE{변수-번호}]``가 사용됩니다. SQL 주석을 뺀 전체 쿼리는 그 자체로 "
68+
"``[VARIABLE{변수-번호}]`` 가 사용됩니다. SQL 주석을 뺀 전체 쿼리는 그 자체로 "
6769
"유효해야 하며, 그렇지 않으면 북마크로 저장할 수 없다는 점에 유의하세요. 또한 "
6870
"'VARIABLE' 텍스트는 대소문자를 구분한다는 점에 유의하세요."
6971

7072
#: ../phpmyadmin/docs/bookmarks.rst:30
73+
#, fuzzy
7174
msgid ""
7275
"When you execute the bookmark, everything typed into the *Variables* input "
7376
"boxes on the query box page will replace the strings ``/*[VARIABLE{variable-"
7477
"number}]*/`` in your stored query."
7578
msgstr ""
76-
"북마크를 실행하면 쿼리 상자 페이지의 *변수* 입력 상자에 입력한 모든 내용이 "
77-
"장된 쿼리의 문자열 ``/*[VARIABLE{변수-번호}]*/``로 바뀝니다."
79+
"북마크를 실행하면 쿼리 상자 페이지의 *변수* 입력 상자에 입력한 모든 내용이 "
80+
"저장된 쿼리의 문자열 ``/*[VARIABLE{변수-번호}]*/`` 로 바뀝니다."
7881

7982
#: ../phpmyadmin/docs/bookmarks.rst:34
8083
msgid ""
@@ -109,15 +112,16 @@ msgstr ""
109112
"니다."
110113

111114
#: ../phpmyadmin/docs/bookmarks.rst:63
115+
#, fuzzy
112116
msgid ""
113117
"**NOTE THE ABSENCE OF SPACES** inside the ``/**/`` construct. Any spaces "
114118
"inserted there will be later also inserted as spaces in your query and may "
115119
"lead to unexpected results especially when using the variable expansion "
116120
"inside of a \"LIKE ''\" expression."
117121
msgstr ""
118-
"``/**/`` 구문 안에 **공백이 없는지 확인**하세요. 여기에 삽입된 공백은 나중에 "
119-
"쿼리에도 공백으로 삽입되며, 특히 \"LIKE ''\" 표현식 내에서 변수 확장을 사용"
120-
" 때 예기치 않은 결과가 발생할 수 있습니다."
122+
"``/**/`` 구문 안에 **공백이 없는지 확인** 하세요. 여기에 삽입된 공백은 "
123+
"나중에 쿼리에도 공백으로 삽입되며, 특히 \"LIKE ''\" 표현식 내에서 변수 "
124+
"확장을 사용할 때 예기치 않은 결과가 발생할 수 있습니다."
121125

122126
#: ../phpmyadmin/docs/bookmarks.rst:69
123127
msgid "Browsing a table using a bookmark"
@@ -465,14 +469,15 @@ msgid "Configuration"
465469
msgstr "구성"
466470

467471
#: ../phpmyadmin/docs/config.rst:8
472+
#, fuzzy
468473
msgid ""
469474
"All configurable data is placed in :file:`config.inc.php` in phpMyAdmin's "
470475
"toplevel directory. If this file does not exist, please refer to the :ref:"
471476
"`setup` section to create one. This file only needs to contain the "
472477
"parameters you want to change from their corresponding default value."
473478
msgstr ""
474-
"모든 구성 가능 데이터는 phpMyAdmin 최상위 디렉토리의 :file:`config.inc.php`"
475-
"에 있습니다. 이 파일이 없으면 :ref:`setup` 섹션을 참조하여 새로 만드십시오. "
479+
"모든 구성 가능 데이터는 phpMyAdmin 최상위 디렉토리의 :file:`config.inc.php` "
480+
"에 있습니다. 이 파일이 없으면 :ref:`setup` 섹션을 참조하여 새로 만드십시오. "
476481
"이 파일에는 기본값을 변경하기를 원하는 매개 변수만 추가하면 됩니다."
477482

478483
#: ../phpmyadmin/docs/config.rst:15
@@ -490,24 +495,26 @@ msgstr ""
490495
"가할 필요가 없습니다."
491496

492497
#: ../phpmyadmin/docs/config.rst:21
498+
#, fuzzy
493499
msgid ""
494500
"The parameters which relate to design (like colors) are placed in :file:"
495501
"`themes/themename/scss/_variables.scss`. You might also want to create :file:"
496502
"`config.footer.inc.php` and :file:`config.header.inc.php` files to add your "
497503
"site specific code to be included on start and end of each page."
498504
msgstr ""
499505
"디자인(예: 색상)과 관련된 매개 변수는 :file:`themes/themename/scss/"
500-
"_variables.scss`에 있습니다. :file:`config.footer.inc.php` 및 :file:`config."
501-
"header.inc.php` 파일을 생성하여 각 페이지의 시작 부분과 끝부분에 사이트별 코"
502-
"드를 추가할 수도 있습니다."
506+
"_variables.scss` 에 있습니다. :file:`config.footer.inc.php` 및 "
507+
":file:`config.header.inc.php` 파일을 생성하여 각 페이지의 시작 부분과 "
508+
"끝부분에 사이트별 코드를 추가할 수도 있습니다."
503509

504510
#: ../phpmyadmin/docs/config.rst:28
511+
#, fuzzy
505512
msgid ""
506513
"Some distributions (eg. Debian or Ubuntu) store :file:`config.inc.php` in ``/"
507514
"etc/phpmyadmin`` instead of within phpMyAdmin sources."
508515
msgstr ""
509516
"일부 배포판(예: Debian 또는 Ubuntu)에서는 :file:`config.inc.php`를 "
510-
"phpMyAdmin 소스 내에 저장하는 대신 ``/etc/phpmyadmin``에 저장합니다."
517+
"phpMyAdmin 소스 내에 저장하는 대신 ``/etc/phpmyadmin`` 에 저장합니다."
511518

512519
#: ../phpmyadmin/docs/config.rst:32
513520
msgid "Basic settings"
@@ -612,17 +619,18 @@ msgid "This setting was not available in phpMyAdmin 4.6.0 - 4.6.4."
612619
msgstr "phpMyAdmin 4.6.0 - 4.6.4에서는 이 설정을 사용할 수 없었습니다."
613620

614621
#: ../phpmyadmin/docs/config.rst:43
622+
#, fuzzy
615623
msgid ""
616624
"Sets here the complete :term:`URL` (with full path) to your phpMyAdmin "
617625
"installation's directory. E.g. ``https://www.example.net/"
618626
"path_to_your_phpMyAdmin_directory/``. Note also that the :term:`URL` on most "
619627
"of web servers are case sensitive (even on Windows). Don’t forget the "
620628
"trailing slash at the end."
621629
msgstr ""
622-
"phpMyAdmin 설치 디렉토리의 전체 :term:`URL`(전체 경로)을 여기에 설정합니다. "
630+
"phpMyAdmin 설치 디렉토리의 전체 :term:`URL` (전체 경로)을 여기에 설정합니다. "
623631
"예: ``https://www.example.net/path_to_your_phpMyAdmin_directory/``. 대부분의 "
624-
"웹 서버에서는 :term:`URL`의 대소문자가 구분됩니다(Windows에서도). 끝에 슬래시"
625-
"(/)를 잊지 말고 추가하십시오."
632+
"웹 서버에서는 :term:`URL` 의 대소문자가 구분됩니다(Windows에서도). 끝에 "
633+
"슬래시(/)를 잊지 말고 추가하십시오."
626634

627635
#: ../phpmyadmin/docs/config.rst:49
628636
msgid ""
@@ -970,18 +978,19 @@ msgstr ""
970978
"있습니다."
971979

972980
#: ../phpmyadmin/docs/config.rst:192
981+
#, fuzzy
973982
msgid ""
974983
"This directive is available both in the configuration file and in users "
975984
"preferences. If the person in charge of a multi-user installation prefers to "
976985
"disable this feature for all users, a value of ``'never'`` should be set, "
977986
"and the :config:option:`$cfg['UserprefsDisallow']` directive should contain "
978987
"``'SendErrorReports'`` in one of its array values."
979988
msgstr ""
980-
"이 지시어는 구성 파일 및 사용자 설정 모두에서 사용할 수 있습니다. 복수 사용"
981-
" 설치를 담당하는 사람이 모든 사용자에 대해 이 기능을 비활성화하기를 원하는 "
982-
"경우, ``'never'`` 값을 설정해야 하며 :config:option:"
983-
"`$cfg['UserprefsDisallow']` 지시어의 배열 값 중 하나에 ``'SendErrorReports'``"
984-
"가 포함되어야 합니다."
989+
"이 지시어는 구성 파일 및 사용자 설정 모두에서 사용할 수 있습니다. 복수 "
990+
"사용자 설치를 담당하는 사람이 모든 사용자에 대해 이 기능을 비활성화하기를 "
991+
"원하는 경우, ``'never'`` 값을 설정해야 하며 "
992+
":config:option:`$cfg['UserprefsDisallow']` 지시어의 배열 값 중 하나에 "
993+
"``'SendErrorReports'`` 가 포함되어야 합니다."
985994

986995
#: ../phpmyadmin/docs/config.rst:203
987996
msgid ""
@@ -1042,6 +1051,7 @@ msgid "one server array with settings listed below"
10421051
msgstr "하나의 서버 배열이며, 설정은 아래와 같음"
10431052

10441053
#: ../phpmyadmin/docs/config.rst:228
1054+
#, fuzzy
10451055
msgid ""
10461056
"Since version 1.4.2, phpMyAdmin supports the administration of multiple "
10471057
"MySQL servers. Therefore, a :config:option:`$cfg['Servers']`-array has been "
@@ -1055,7 +1065,7 @@ msgid ""
10551065
msgstr ""
10561066
"버전 1.4.2부터 phpMyAdmin은 여러 MySQL 서버의 관리를 지원합니다. 따라서 여러 "
10571067
"서버의 로그인 정보가 포함되는 :config:option:`$cfg['Servers']` 배열이 "
1058-
"추가되었습니다. 첫 번째 :config:option:`$cfg['Servers'][$i]['host']`에는 첫 "
1068+
"추가되었습니다. 첫 번째 :config:option:`$cfg['Servers'][$i]['host']` 에는 첫 "
10591069
"번째 서버의 호스트 이름을 포함하고 두 번째 "
10601070
":config:option:`$cfg['Servers'][$i]['host']` 에는 두 번째 서버의 호스트 "
10611071
"이름을 포함하는 식으로 지정합니다. 필요한 수의 서버 정의 섹션을 "
@@ -1064,17 +1074,18 @@ msgstr ""
10641074
"부분만 정의하면 됩니다."
10651075

10661076
#: ../phpmyadmin/docs/config.rst:239
1077+
#, fuzzy
10671078
msgid ""
10681079
"The :config:option:`$cfg['Servers']` array starts with ``$cfg['Servers']"
10691080
"[1]``. Do not use ``$cfg['Servers'][0]``. If you want more than one server, "
10701081
"just copy following section (including ``$i`` increment) several times. "
10711082
"There is no need to define full server array, just define values you need to "
10721083
"change."
10731084
msgstr ""
1074-
":config:option:`$cfg['Servers']` 배열은 ['Servers'][1]로 시작합니다. "
1075-
"$cfg['Servers'][0]을 사용하지 마십시오. 2개 이상의 서버를 정의하려면 다음 섹"
1076-
"(``$i`` 증분 포함)을 여러 번 복사하면 됩니다. 전체 서버 배열을 정의할 필요"
1077-
" 없으며 변경이 필요한 값만 정의하면 됩니다."
1085+
":config:option:`$cfg['Servers']` 배열은 ``['Servers'][1]`` 로 시작합니다. "
1086+
"``$cfg['Servers'][0]`` 을 사용하지 마십시오. 2개 이상의 서버를 정의하려면 "
1087+
"다음 섹션(``$i`` 증분 포함)을 여러 번 복사하면 됩니다. 전체 서버 배열을 "
1088+
"정의할 필요는 없으며 변경이 필요한 값만 정의하면 됩니다."
10781089

10791090
#: ../phpmyadmin/docs/config.rst:248
10801091
msgid "``'localhost'``"
@@ -1114,17 +1125,19 @@ msgstr "빈 값 - ``''``, 이 서버를 비활성화"
11141125

11151126
# 2307ac2552a64f08b8ad25dad39b6d9d
11161127
#: ../phpmyadmin/docs/config.rst:263
1128+
#, fuzzy
11171129
msgid ""
11181130
"The hostname ``localhost`` is handled specially by MySQL and it uses the "
11191131
"socket based connection protocol. To use TCP/IP networking, use an IP "
11201132
"address or hostname such as ``127.0.0.1`` or ``db.example.com``. You can "
11211133
"configure the path to the socket with :config:option:`$cfg['Servers'][$i]"
11221134
"['socket']`."
11231135
msgstr ""
1124-
"호스트 이름 ``localhost``는 MySQL에서 특별하게 취급되며 소켓 기반 연결 프로토"
1125-
"콜을 사용합니다. TCP/IP 네트워킹을 사용하려면 ``127.0.0.1`` 또는 ``db."
1126-
"example.com`` 등의 IP 주소 또는 호스트 이름을 사용합니다. :config:option:"
1127-
"`$cfg['Servers'][$i]['socket']`으로 소켓 경로를 구성할 수 있습니다."
1136+
"호스트 이름 ``localhost`` 는 MySQL에서 특별하게 취급되며 소켓 기반 연결 "
1137+
"프로토콜을 사용합니다. TCP/IP 네트워킹을 사용하려면 ``127.0.0.1`` 또는 "
1138+
"``db.example.com`` 등의 IP 주소 또는 호스트 이름을 사용합니다. "
1139+
":config:option:`$cfg['Servers'][$i]['socket']` 으로 소켓 경로를 구성할 수 "
1140+
"있습니다."
11281141

11291142
#: ../phpmyadmin/docs/config.rst:271
11301143
msgid ""
@@ -1141,16 +1154,17 @@ msgid ""
11411154
msgstr "``$i`` 번째 MySQL 서버의 포트 번호입니다. 기본값은 3306(공백)입니다."
11421155

11431156
#: ../phpmyadmin/docs/config.rst:284
1157+
#, fuzzy
11441158
msgid ""
11451159
"If you use ``localhost`` as the hostname, MySQL ignores this port number and "
11461160
"connects with the socket, so if you want to connect to a port different from "
11471161
"the default port, use ``127.0.0.1`` or the real hostname in :config:option:"
11481162
"`$cfg['Servers'][$i]['host']`."
11491163
msgstr ""
1150-
"``localhost``를 호스트 이름으로 사용하는 경우 MySQL은 이 포트 번호를 무시하"
1151-
" 소켓을 통해 연결합니다. 따라서 기본 포트가 아닌 포트에 연결하려면 :config:"
1152-
"option:`$cfg['Servers'][$i]['host']`에 ``127.0.0.1`` 또는 실제 호스트 이름을 "
1153-
"사용해야 합니다."
1164+
"``localhost``를 호스트 이름으로 사용하는 경우 MySQL은 이 포트 번호를 "
1165+
"무시하고 소켓을 통해 연결합니다. 따라서 기본 포트가 아닌 포트에 연결하려면 "
1166+
":config:option:`$cfg['Servers'][$i]['host']` 에 ``127.0.0.1`` 또는 실제 "
1167+
"호스트 이름을 사용해야 합니다."
11541168

11551169
#: ../phpmyadmin/docs/config.rst:291 ../phpmyadmin/docs/config.rst:311
11561170
msgid ""
@@ -3953,15 +3967,13 @@ msgstr ""
39533967

39543968
#: ../phpmyadmin/docs/config.rst:2822 ../phpmyadmin/docs/config.rst:2831
39553969
#: ../phpmyadmin/docs/config.rst:2840
3956-
#, fuzzy
3957-
#| msgid ":ref:`faq1_17`"
39583970
msgid ":ref:`faq6_27`"
3959-
msgstr ":ref:`faq1_17`"
3971+
msgstr ":ref:`faq6_27`"
39603972

39613973
# 8951fe0f6b734829810cc39444c58f9e
39623974
#: ../phpmyadmin/docs/config.rst:2827
39633975
msgid "``'@DATABASE@'``"
3964-
msgstr ""
3976+
msgstr "``'@DATABASE@'``"
39653977

39663978
# 5edcdbf5d714401e9822a47080eccb56
39673979
#: ../phpmyadmin/docs/config.rst:2829

0 commit comments

Comments
 (0)