Files
Template-GLPI-Plugin/locales/ko_KR.po
2025-10-06 08:04:36 +02:00

205 lines
5.0 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# 조성현 (jaymz9634) <jaymz9634@gmail.com>, 2020
msgid ""
msgstr ""
"Project-Id-Version: GLPI Plugin - Example\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-06 01:42+0000\n"
"PO-Revision-Date: 2015-09-18 12:02+0000\n"
"Last-Translator: 조성현 (jaymz9634) <jaymz9634@gmail.com>, 2020\n"
"Language-Team: Korean (Korea) (http://app.transifex.com/teclib/glpi-plugin-example/language/ko_KR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ko_KR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: setup.php:348
msgid "Installed / not configured"
msgstr "설치됨 / 구성 안됨"
#: front/config.php:48
msgid "This is the plugin config page"
msgstr "이것은 플러그인 구성 페이지 입니다"
#: hook.php:55
msgid "Plugin Example Dropdown"
msgstr "플러그인 예제 드롭다운"
#: hook.php:71
msgid "Example plugin"
msgstr "예제 플러그인"
#: hook.php:86
msgid "Example plugin new"
msgstr "플러그인 예제 신규"
#: hook.php:293
msgid "plugin_example_DoIt"
msgstr "plugin_example_DoIt"
#: hook.php:315 hook.php:325
msgid "Not really specific - Just for example"
msgstr "실제로 지정 안됨 - 그냥 예제임"
#: hook.php:347
msgid "Not really specific - Use your own dropdown - Just for example"
msgstr "실제 지정 안됨 - 당신만의 드롭다운을 사용 - 그냥 예제임"
#: hook.php:374
msgid "Pre Update Computer Hook"
msgstr "컴퓨터 후크 사전 갱신"
#: hook.php:381
#, php-format
msgid "Update Computer Hook (%s)"
msgstr "컴퓨터 후크 갱신 (%s)"
#: hook.php:391
msgid "Empty Computer Hook"
msgstr "컴퓨터 후크 비우기"
#: hook.php:403
msgid "Pre Delete Computer Hook"
msgstr "컴퓨터 후크 사전 삭제"
#: hook.php:410
msgid "Delete Computer Hook"
msgstr "컴퓨터 후크 삭제"
#: hook.php:420
msgid "Pre Purge Computer Hook"
msgstr "컴퓨터 후크 사전 제거"
#: hook.php:427
msgid "Purge Computer Hook"
msgstr "컴퓨터 후크 제거"
#: hook.php:437
msgid "Pre Restore Computer Hook"
msgstr "컴퓨터 후크 사전 복원"
#: hook.php:445
msgid "Pre Restore Phone Hook"
msgstr "전화 후크 사전 복원"
#: hook.php:452
msgid "Restore Computer Hook"
msgstr "컴퓨터 후크 복원"
#: hook.php:463
#, php-format
msgid "Transfer Computer Hook %1$s %2$d -> %3$d"
msgstr "컴퓨터 후크 %1$s %2$d -> %3$d 전송"
#: hook.php:673
msgid "Example event"
msgstr "예제 이벤트"
#: hook.php:679
msgid "Example datas"
msgstr "예제 자료"
#: hook.php:742 hook.php:757
msgid "Plugin example displays on central page"
msgstr "가운데 페이지에 플러그인 예제 표시"
#: hook.php:750
msgid "Plugin example displays on login page"
msgstr "로그인 페이지에 플러그인 예제 표시"
#: src/Dropdown.php:46 src/Dropdown.php:49
msgid "Plugin Example Dropdowns"
msgstr "플러그인 예제 드롭다운"
#: src/RuleTest.php:76
msgid "Category (class)"
msgstr "분류 (class)"
#: src/NotificationTargetExample.php:45 src/Example.php:224
#: src/Example.php:230 src/Example.php:235
msgid "Example"
msgstr "예제"
#: src/Example.php:78
msgid "Test link"
msgstr "테스트 링크"
#: src/Example.php:166
msgid "Cron description for example"
msgstr "예제용 작업 상세"
#: src/Example.php:167
msgid "Cron parameter for example"
msgstr "예제용 작업 매개변수"
#: src/Example.php:239 src/Example.php:248
msgid "Test Plugin"
msgstr "테스트 플러그인"
#: src/Example.php:240
msgid "Test Plugin 2"
msgstr "테스트 플러그인 2"
#: src/Example.php:259
msgid "Plugin Example on Phone"
msgstr "전화 플러그인 예제"
#: src/Example.php:262
msgid "Plugin central action"
msgstr "플러그인 중심 작업"
#: src/Example.php:283
msgid "Plugin mailing action"
msgstr "플러그인 메일링 작업"
#: src/Example.php:287
msgid "First tab of Plugin example"
msgstr "플러그인 예제의 첫번째 탭"
#: src/Example.php:289
msgid "Second tab of Plugin example"
msgstr "플러그인 예제의 두번째 탭"
#. TRANS: %1$s is a class name, %2$d is an item ID
#: src/Example.php:294
#, php-format
msgid "Plugin example CLASS=%1$s"
msgstr ""
#: src/Example.php:325
msgid "test planning example 1"
msgstr "테스트 계획 예제 1"
#: src/Example.php:389
msgid "History from plugin example"
msgstr "플러그인 예제 이력"
#: src/Example.php:402
msgid "Do Nothing - just for fun"
msgstr "아무것도 하지 마세요 - 그냥 즐기세요"
#: src/Example.php:413 src/Example.php:442
msgid "Write in item history"
msgstr "품목 이력에 기록"
#: src/Example.php:418
msgid "but do nothing :)"
msgstr "하지만 아무것도 하지마세요 :)"
#: src/Example.php:441 src/Example.php:469
msgid "Right it is the type I want..."
msgstr "바로 제가 원하는 유형입니다..."
#: src/Example.php:507
msgid "Plugin Example"
msgstr ""
#: src/Example.php:512
msgid "Plugin Example (static)"
msgstr ""