You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
4.0 KiB
JSON
52 lines
4.0 KiB
JSON
{
|
|
"installed": "설치됨",
|
|
"active": "사용 중",
|
|
"inactive": "사용하지 않는 중",
|
|
"out-of-date": "업데이트가 안된",
|
|
"none-found": "플러그인을 찾을 수 없습니다.",
|
|
"none-active": "사용 중인 플러그인이 없습니다.",
|
|
"find-plugins": "플러그인 찾기",
|
|
|
|
"plugin-search": "플러그인 검색",
|
|
"plugin-search-placeholder": "플러그인을 검색하세요...",
|
|
"reorder-plugins": "플러그인 작동 순서 재배열",
|
|
"order-active": "사용 중인 플러그인 작동 순서 배열",
|
|
"dev-interested": "NodeBB 플러그인을 만드는 데 관심이 있으십니까?",
|
|
"docs-info": "Full documentation regarding plugin authoring can be found in the <a target=\"_blank\" href=\"https://docs.nodebb.org/development/plugins/\">NodeBB Docs Portal</a>.",
|
|
|
|
"order.description": "특정 플러그인은 다른 플러그인의 초기화 전/후에 가장 이상적으로 작동합니다.",
|
|
"order.explanation": "플러그인들은 여기에 나열된 순서로 로드됩니다.",
|
|
|
|
"plugin-item.themes": "테마",
|
|
"plugin-item.deactivate": "비활성화",
|
|
"plugin-item.activate": "활성화",
|
|
"plugin-item.install": "설치",
|
|
"plugin-item.uninstall": "제거",
|
|
"plugin-item.settings": "설정",
|
|
"plugin-item.installed": "설치됨",
|
|
"plugin-item.latest": "최신",
|
|
"plugin-item.upgrade": "업그레이드",
|
|
"plugin-item.more-info": "추가적인 정보를 원하시면:",
|
|
"plugin-item.unknown": "알려지지 않은",
|
|
"plugin-item.unknown-explanation": "이 플러그인의 상태를 알 수 없습니다. 환경 설정에서 발생한 오류 때문일 수 있습니다.",
|
|
|
|
"alert.enabled": "플러그인이 활성화됐습니다",
|
|
"alert.disabled": "플러그인이 비활성화됐습니다.",
|
|
"alert.upgraded": "플러그인이 업그레이드됐습니다.",
|
|
"alert.installed": "플러그인이 설치됐습니다.",
|
|
"alert.uninstalled": "플러그인이 제거됐습니다.",
|
|
"alert.activate-success": "이 플러그인을 완전히 활성화하려면 NodeBB를 다시 시작해주십시오.",
|
|
"alert.deactivate-success": "플러그인이 성공적으로 비활성화됐습니다.",
|
|
"alert.upgrade-success": "이 플러그인을 완전히 업그레이드 시키려면 NodeBB를 다시 로드해주십시오.",
|
|
"alert.install-success": "플러그인이 성공적으로 설치됐습니다. 플러그인을 활성화 해주십시오.",
|
|
"alert.uninstall-success": "플러그인이 성공적으로 비활성화되고 삭제됐습니다.",
|
|
"alert.suggest-error": "<p>NodeBB가 페키지 매니저 접근에 실패하였습니다. 최신 버젼을 설치하시겠습니까?</p><div class=\"alert alert-danger\"><strong>서버의 응답 (%1)</strong>:%2</div>",
|
|
"alert.package-manager-unreachable": "<p>NodeBB가 페키지 매니저 접근에 실패했습니다. 지금 업그레이드 하는 것을 추천하지 않습니다.</p>",
|
|
"alert.incompatible": "<p>지금 사용하시는 NodeBB 버젼(v%1)에서는 이 플러그인을 v%2 버젼까지만 업그레이드 할 수 있습니다. 이 플러그인의 최신 버젼을 설치하고 싶으시다면 먼저 NodeBB를 업그레이드 해주십시오.</p>",
|
|
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>호환성 관련 정보를 찾지 못했습니다.</strong></p><p>이 플러그인은 현재 사용 중이신 NodeBB 버젼에 적합한 버젼을 명시하지 않았습니다. 따라서 완전한 호환성을 보장할 수 없고, 결과적으로 지금 사용중이신 NodeBB에 오류를 일으킬 수도 있습니다.</p></div><p>만약 NodeBB가 제대로 시작되지 않는다면:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>이 플러그인의 최신 버젼을 설치를 계속 하시겠습니까?</p>",
|
|
|
|
"license.title": "Plugin License Information",
|
|
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
|
|
"license.cta": "Do you wish to continue with activating this plugin?"
|
|
}
|