Latest translations and fallbacks
parent
1628c352fd
commit
52e795ce78
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"alert.confirm-reload": "Are you sure you wish to reload NodeBB?",
|
"alert.confirm-reload": "NodeBB를 다시 로드 하시겠습니까?",
|
||||||
"alert.confirm-restart": "Are you sure you wish to restart NodeBB?",
|
"alert.confirm-restart": "NodeBB를 다시 시작하시겠습니까?",
|
||||||
|
|
||||||
"acp-title": "%1 | NodeBB Admin Control Panel",
|
"acp-title": "%1 | NodeBB 관리자 제어판",
|
||||||
"settings-header-contents": "Contents"
|
"settings-header-contents": "내용"
|
||||||
}
|
}
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"post-cache": "Post Cache",
|
"post-cache": "캐시 게시물",
|
||||||
"posts-in-cache": "Posts in Cache",
|
"posts-in-cache": "캐시 게시물",
|
||||||
"average-post-size": "Average Post Size",
|
"average-post-size": "평균 게시물 크기",
|
||||||
"length-to-max": "Length / Max",
|
"length-to-max": "길이 / 최대",
|
||||||
"percent-full": "%1% Full",
|
"percent-full": "1 %1% 꽉 참",
|
||||||
"post-cache-size": "Post Cache Size",
|
"post-cache-size": "게시물 캐시 크기",
|
||||||
"items-in-cache": "Items in Cache",
|
"items-in-cache": "캐시된 항목들",
|
||||||
"control-panel": "Control Panel",
|
"control-panel": "제어판",
|
||||||
"update-settings": "Update Cache Settings"
|
"update-settings": "캐시 설정 변경"
|
||||||
}
|
}
|
@ -1,36 +1,36 @@
|
|||||||
{
|
{
|
||||||
"x-b": "%1 b",
|
"x-b": "%1 바이트",
|
||||||
"x-mb": "%1 mb",
|
"x-mb": "%1 메가바이트",
|
||||||
"x-gb": "%1 gb",
|
"x-gb": "%1 기가바이트",
|
||||||
"uptime-seconds": "Uptime in Seconds",
|
"uptime-seconds": "가동시간 초단위",
|
||||||
"uptime-days": "Uptime in Days",
|
"uptime-days": "가동시간 일단위",
|
||||||
|
|
||||||
"mongo": "Mongo",
|
"mongo": "Mongo",
|
||||||
"mongo.version": "MongoDB Version",
|
"mongo.version": "MongoDB 버전",
|
||||||
"mongo.storage-engine": "Storage Engine",
|
"mongo.storage-engine": "스토리지 엔진",
|
||||||
"mongo.collections": "Collections",
|
"mongo.collections": "컬렉션",
|
||||||
"mongo.objects": "Objects",
|
"mongo.objects": "객체",
|
||||||
"mongo.avg-object-size": "Avg. Object Size",
|
"mongo.avg-object-size": "평균 객체 크기",
|
||||||
"mongo.data-size": "Data Size",
|
"mongo.data-size": "데이타 크기",
|
||||||
"mongo.storage-size": "Storage Size",
|
"mongo.storage-size": "저장공간 크기",
|
||||||
"mongo.index-size": "Index Size",
|
"mongo.index-size": "인덱스 크기",
|
||||||
"mongo.file-size": "File Size",
|
"mongo.file-size": "파일 크기",
|
||||||
"mongo.resident-memory": "Resident Memory",
|
"mongo.resident-memory": "상주 메모리",
|
||||||
"mongo.virtual-memory": "Virtual Memory",
|
"mongo.virtual-memory": "가상 메모리",
|
||||||
"mongo.mapped-memory": "Mapped Memory",
|
"mongo.mapped-memory": "매핑된 메모리",
|
||||||
"mongo.raw-info": "MongoDB Raw Info",
|
"mongo.raw-info": "MongoDB 미가공 정보",
|
||||||
|
|
||||||
"redis": "Redis",
|
"redis": "Redis",
|
||||||
"redis.version": "Redis Version",
|
"redis.version": "Redis 버전",
|
||||||
"redis.connected-clients": "Connected Clients",
|
"redis.connected-clients": "연결된 클라이언트",
|
||||||
"redis.connected-slaves": "Connected Slaves",
|
"redis.connected-slaves": "연결된 slaves",
|
||||||
"redis.blocked-clients": "Blocked Clients",
|
"redis.blocked-clients": "차단된 클라이언트",
|
||||||
"redis.used-memory": "Used Memory",
|
"redis.used-memory": "사용된 메모리",
|
||||||
"redis.memory-frag-ratio": "Memory Fragmentation Ratio",
|
"redis.memory-frag-ratio": "메모리 단편화 비율",
|
||||||
"redis.total-connections-recieved": "Total Connections Received",
|
"redis.total-connections-recieved": "받은 총 커넥션 수",
|
||||||
"redis.total-commands-processed": "Total Commands Processed",
|
"redis.total-commands-processed": "처리된 총 명령 수",
|
||||||
"redis.iops": "Instantaneous Ops. Per Second",
|
"redis.iops": "초당 순시동작 수",
|
||||||
"redis.keyspace-hits": "Keyspace Hits",
|
"redis.keyspace-hits": "Keyspace 히트",
|
||||||
"redis.keyspace-misses": "Keyspace Misses",
|
"redis.keyspace-misses": "Keyspace 미스",
|
||||||
"redis.raw-info": "Redis Raw Info"
|
"redis.raw-info": "Redis 미가공 정보"
|
||||||
}
|
}
|
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"figure-x": "Figure %1",
|
"figure-x": "그림 %1",
|
||||||
"error-events-per-day": "<code>%1</code> events per day",
|
"error-events-per-day": "하루당 <code>%1</code>개의 이벤트 ",
|
||||||
"error.404": "404 Not Found",
|
"error.404": "404 찾을 수 없음",
|
||||||
"error.503": "503 Service Unavailable",
|
"error.503": "503 서비스를 사용할 수 없음",
|
||||||
"manage-error-log": "Manage Error Log",
|
"manage-error-log": "오류 기록 관리",
|
||||||
"export-error-log": "Export Error Log (CSV)",
|
"export-error-log": "오류 기록 내보내기 (CSV)",
|
||||||
"clear-error-log": "Clear Error Log",
|
"clear-error-log": "오류 기록 삭제",
|
||||||
"route": "Route",
|
"route": "Route",
|
||||||
"count": "Count",
|
"count": "카운트",
|
||||||
"no-routes-not-found": "Hooray! No 404 errors!",
|
"no-routes-not-found": "만세! 404 오류 없음",
|
||||||
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
|
"clear404-confirm": "404 오류 기록을 지우시겠습니까?",
|
||||||
"clear404-success": "\"404 Not Found\" errors cleared"
|
"clear404-success": "\"404 찾을 수 없음\" 오류 삭제 완료"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"events": "Events",
|
"events": "이벤트",
|
||||||
"no-events": "There are no events",
|
"no-events": "이벤트가 없습니다",
|
||||||
"control-panel": "Events Control Panel",
|
"control-panel": "이벤트 제어판",
|
||||||
"delete-events": "Delete Events"
|
"delete-events": "이벤트 삭제"
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"logs": "Logs",
|
"logs": "기록",
|
||||||
"control-panel": "Logs Control Panel",
|
"control-panel": "기록 제어판",
|
||||||
"reload": "Reload Logs",
|
"reload": "기록 다시로드",
|
||||||
"clear": "Clear Logs",
|
"clear": "기록 삭제",
|
||||||
"clear-success": "Logs Cleared!"
|
"clear-success": "기록 삭제완료!"
|
||||||
}
|
}
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"custom-css": "Custom CSS",
|
"custom-css": "사용자 정의 CSS",
|
||||||
"custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.",
|
"custom-css.description": "사용자 정의 CSS를 이곳에 입력하세요. 다른 스타일이 적용된 후 적용됩니다.",
|
||||||
"custom-css.enable": "Enable Custom CSS",
|
"custom-css.enable": "사용자 정의 CSS 허용",
|
||||||
|
|
||||||
"custom-header": "Custom Header",
|
"custom-header": "사용자 정의 헤더",
|
||||||
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code><head></code> section of your forum's markup.",
|
"custom-header.description": "이곳에 사용자 정의된 HTML을 입력하십시오 (예시. 자바스크립트, 메타 태그, 등등). 당신의 포럼 마크업<code><head>1</code> 섹션에 추가됩니다.",
|
||||||
"custom-header.enable": "Enable Custom Header",
|
"custom-header.enable": "사용자 정의 헤더 허용",
|
||||||
|
|
||||||
"custom-css.livereload": "Enable Live Reload",
|
"custom-css.livereload": "실시간 새로고침 허용",
|
||||||
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
|
"custom-css.livereload.description": "이곳을 클릭하면 당신의 계정에 속한 장치들의 모든 세션들이 세이브할 때마다 새로고침 됩니다."
|
||||||
}
|
}
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"loading": "Loading Skins...",
|
"loading": "스킨 로딩 중...",
|
||||||
"homepage": "Homepage",
|
"homepage": "홈페이지",
|
||||||
"select-skin": "Select Skin",
|
"select-skin": "스킨 선택",
|
||||||
"current-skin": "Current Skin",
|
"current-skin": "현재 스킨",
|
||||||
"skin-updated": "Skin Updated",
|
"skin-updated": "스킨 업데이트 됨",
|
||||||
"applied-success": "%1 skin was succesfully applied",
|
"applied-success": "%1 스킨 적용 완료",
|
||||||
"revert-success": "Skin reverted to base colours"
|
"revert-success": "기본 색깔로 스킨 복구됨"
|
||||||
}
|
}
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"checking-for-installed": "Checking for installed themes...",
|
"checking-for-installed": "설치된 테마들 확인 중...",
|
||||||
"homepage": "Homepage",
|
"homepage": "홈페이지",
|
||||||
"select-theme": "Select Theme",
|
"select-theme": "테마 선택",
|
||||||
"current-theme": "Current Theme",
|
"current-theme": "현재 테마",
|
||||||
"no-themes": "No installed themes found",
|
"no-themes": "설치된 테마가 없습니다",
|
||||||
"revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
|
"revert-confirm": "기본 NodeBB 테마로 복원하시겠습니까?",
|
||||||
"theme-changed": "Theme Changed",
|
"theme-changed": "테마 변경 완료",
|
||||||
"revert-success": "You have successfully reverted your NodeBB back to it's default theme.",
|
"revert-success": "기본 NodeBB 테마로 성공적으로 복원 완료되었습니다",
|
||||||
"restart-to-activate": "Please restart your NodeBB to fully activate this theme"
|
"restart-to-activate": "변경된 테마를 완전히 활성화시키기 위해 NodeBB를 다시 시작해주십시오"
|
||||||
}
|
}
|
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"you-are-on": "Info - You are on <strong>%1:%2</strong>",
|
"you-are-on": "정보 - 여기에 위치합니다 <strong>%1:%2</strong>",
|
||||||
"nodes-responded": "%1 nodes responded within %2ms!",
|
"nodes-responded": "%1 노드가 %2ms 안으로 응답하였습니다",
|
||||||
"host": "host",
|
"host": "호스트",
|
||||||
"pid": "pid",
|
"pid": "프로세스 아이디",
|
||||||
"nodejs": "nodejs",
|
"nodejs": "nodejs",
|
||||||
"online": "online",
|
"online": "온라인",
|
||||||
"git": "git",
|
"git": "깃",
|
||||||
"memory": "memory",
|
"memory": "메모리",
|
||||||
"load": "load",
|
"load": "로드",
|
||||||
"uptime": "uptime",
|
"uptime": "가동 시간",
|
||||||
|
|
||||||
"registered": "Registered",
|
"registered": "등록됨",
|
||||||
"sockets": "Sockets",
|
"sockets": "소켓",
|
||||||
"guests": "Guests",
|
"guests": "게스트",
|
||||||
|
|
||||||
"info": "Info"
|
"info": "정보"
|
||||||
}
|
}
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"logger-settings": "Logger Settings",
|
"logger-settings": "기록 설정",
|
||||||
"description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.",
|
"description": "체크박스를 클릭함으로써 터미널로 기록을 받게됩니다. 만약 파일 경로를 지정하면 기록들이 지정한 파일로 저장됩니다. HTTP 기록은 누가, 언제, 무엇을 포럼에서 했는지에 대한 통계를 내는 데 유용합니다. HTTP 리퀘스트들을 기록함과 더불어 socket.io 이벤트들도 기록할 수 있습니다. Socket.io 기록은 redis-cli 모니터링과 함께 사용하면 NodeBB의 내부를 배우는데 아주 유용할 수 있습니다.",
|
||||||
"explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.",
|
"explanation": "원하실때 기록 환경을 활성화/비활성화 하십시오. 재시작을 할 필요는 없습니다.",
|
||||||
"enable-http": "Enable HTTP logging",
|
"enable-http": "HTTP 기록하기 허용",
|
||||||
"enable-socket": "Enable socket.io event logging",
|
"enable-socket": "socket.io 이벤트 기록하기 허용",
|
||||||
"file-path": "Path to log file",
|
"file-path": "로그 파일 경로",
|
||||||
"file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
|
"file-path-placeholder": "/기록을/저장할/파일까지의경로/file.log ::: 터미널로 기록을 보시려면 빈칸으로 두십시오",
|
||||||
|
|
||||||
"control-panel": "Logger Control Panel",
|
"control-panel": "기록 제어판",
|
||||||
"update-settings": "Update Logger Settings"
|
"update-settings": "기록 설정 업데이트"
|
||||||
}
|
}
|
@ -1,47 +1,47 @@
|
|||||||
{
|
{
|
||||||
"installed": "Installed",
|
"installed": "설치됨",
|
||||||
"active": "Active",
|
"active": "활동 중",
|
||||||
"inactive": "Inactive",
|
"inactive": "비활성",
|
||||||
"out-of-date": "Out of Date",
|
"out-of-date": "오래된",
|
||||||
"none-found": "No plugins found.",
|
"none-found": "플러그인을 찾을 수 없습니다.",
|
||||||
"none-active": "No Active Plugins",
|
"none-active": "활성화된 플러그인이 없습니다.",
|
||||||
"find-plugins": "Find Plugins",
|
"find-plugins": "플러그인 찾기",
|
||||||
|
|
||||||
"plugin-search": "Plugin Search",
|
"plugin-search": "플러그인 검색",
|
||||||
"plugin-search-placeholder": "Search for plugin...",
|
"plugin-search-placeholder": "플러그인 검색...",
|
||||||
"reorder-plugins": "Re-order Plugins",
|
"reorder-plugins": "플러그인들 재정리",
|
||||||
"order-active": "Order Active Plugins",
|
"order-active": "활성화된 플러그인 배열",
|
||||||
"dev-interested": "Interested in writing plugins for NodeBB?",
|
"dev-interested": "NodeBB 플러그인들을 만드는데 관심이 있으십니까?",
|
||||||
"docs-info": "Full documentation regarding plugin authoring can be found in the <a target=\"_blank\" href=\"https://docs.nodebb.org/en/latest/plugins/create.html\">NodeBB Docs Portal</a>.",
|
"docs-info": "플러그인을 만드는 과정 관련문서는 <a target=\"_blank\" href=\"https://docs.nodebb.org/en/latest/plugins/create.html\">NodeBB Docs Portal</a>에서 찾아보실 수 있습니다.",
|
||||||
|
|
||||||
"order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
|
"order.description": "어떤 플러그인들은 다른 플러그인들의 활성화 전/후에 이상적으로 작동합니다.",
|
||||||
"order.explanation": "Plugins load in the order specified here, from top to bottom",
|
"order.explanation": "플러그인들은 여기에 나열되어있는 순서로 로드 됩니다.",
|
||||||
|
|
||||||
"plugin-item.themes": "Themes",
|
"plugin-item.themes": "주제들/테마들",
|
||||||
"plugin-item.deactivate": "Deactivate",
|
"plugin-item.deactivate": "비활성화",
|
||||||
"plugin-item.activate": "Activate",
|
"plugin-item.activate": "활성화",
|
||||||
"plugin-item.install": "Install",
|
"plugin-item.install": "설치",
|
||||||
"plugin-item.uninstall": "Uninstall",
|
"plugin-item.uninstall": "삭제",
|
||||||
"plugin-item.settings": "Settings",
|
"plugin-item.settings": "환경",
|
||||||
"plugin-item.installed": "Installed",
|
"plugin-item.installed": "설치됨",
|
||||||
"plugin-item.latest": "Latest",
|
"plugin-item.latest": "최신",
|
||||||
"plugin-item.upgrade": "Upgrade",
|
"plugin-item.upgrade": "업그레이드",
|
||||||
"plugin-item.more-info": "For more information:",
|
"plugin-item.more-info": "추가적인 정보를 원할시:",
|
||||||
"plugin-item.unknown": "Unknown",
|
"plugin-item.unknown": "알려지지 않은 것",
|
||||||
"plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.",
|
"plugin-item.unknown-explanation": "이 플러그인의 상태를 분별할 수 없습니다. 잘못된 구성의 탓일 수 있습니다.",
|
||||||
|
|
||||||
"alert.enabled": "Plugin Enabled",
|
"alert.enabled": "플러그인이 활성화되었습니다",
|
||||||
"alert.disabled": "Plugin Disabled",
|
"alert.disabled": "플러그인이 비활성화되었습니다.",
|
||||||
"alert.upgraded": "Plugin Upgraded",
|
"alert.upgraded": "플러그인이 업그레이드되었습니다.",
|
||||||
"alert.installed": "Plugin Installed",
|
"alert.installed": "플러그인이 설치되었습니다.",
|
||||||
"alert.uninstalled": "Plugin Uninstalled",
|
"alert.uninstalled": "플러그인이 삭제되었습니다.",
|
||||||
"alert.activate-success": "Please restart your NodeBB to fully activate this plugin",
|
"alert.activate-success": "이 플러그인을 완전히 활성화하려면 NodeBB를 재시작해주십시오.",
|
||||||
"alert.deactivate-success": "Plugin successfully deactivated",
|
"alert.deactivate-success": "플러그인이 성공적으로 비활성화되었습니다.",
|
||||||
"alert.upgrade-success": "Please reload your NodeBB to fully upgrade this plugin",
|
"alert.upgrade-success": "이 플러그인을 완전히 업그레이드 시키려면 NodeBB를 다시 로드해주십시오.",
|
||||||
"alert.install-success": "Plugin successfully installed, please activate the plugin.",
|
"alert.install-success": "플러그인 설치가 성공적이었습니다. 플러그인을 활성화 해주십시오.",
|
||||||
"alert.uninstall-success": "The plugin has been successfully deactivated and uninstalled.",
|
"alert.uninstall-success": "플러그인이 성공적으로 비활성화되고 삭제되었습니다.",
|
||||||
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
|
"alert.suggest-error": "<p>NodeBB가 페키지 매니저 접근에 실패하였습니다. 최신 버젼을 설치하시겠습니까?</p><div class=\"alert alert-danger\"><strong>서버의 응답 (%1)</strong>:%2</div>",
|
||||||
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
|
"alert.package-manager-unreachable": "<p>NodeBB가 페키지 매니저 접근에 실패했습니다. 지금 업그레이드 하는것을 추천하지 않습니다.</p>",
|
||||||
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
|
"alert.incompatible": "<p>지금 사용하시는 NodeBB버젼 (v%1)는 이 플러그인을 v%2 버젼까지 업그레이드 할 수 있습니다. 새로운 버젼을 설치하고 싶으시다면 NodeBB를 업그레이드 해주십시오.</p>",
|
||||||
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</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>"
|
||||||
}
|
}
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"available": "Available Widgets",
|
"available": "사용 가능 위젯",
|
||||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
"explanation": "드롭다운 메뉴에서 위젯을 고르고 왼쪽에 있는 템플렛의 위젯 위치로 드래그하여 옮기십시오.",
|
||||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
"none-installed": "위젯을 찾지 못함! 필수적인 위젯 플러그인들을 <a href=\"%1\">플러그인</a> 제어판에서 활성화시켜주십시오.",
|
||||||
"containers.available": "Available Containers",
|
"containers.available": "사용 가능한 컨테이너들",
|
||||||
"containers.explanation": "Drag and drop on top of any active widget",
|
"containers.explanation": "아무 활성화된 위젯 위로 드래그해서 옮겨주십시오.",
|
||||||
"containers.none": "None",
|
"containers.none": "없음",
|
||||||
"container.well": "Well",
|
"container.well": "좋음",
|
||||||
"container.jumbotron": "Jumbotron",
|
"container.jumbotron": "점보트론",
|
||||||
"container.panel": "Panel",
|
"container.panel": "제어판",
|
||||||
"container.panel-header": "Panel Header",
|
"container.panel-header": "제어판 헤더",
|
||||||
"container.panel-body": "Panel Body",
|
"container.panel-body": "제어판 몸통",
|
||||||
"container.alert": "Alert",
|
"container.alert": "경고",
|
||||||
|
|
||||||
"alert.confirm-delete": "Are you sure you wish to delete this widget?",
|
"alert.confirm-delete": "위젯을 삭제하시겠습니까?",
|
||||||
"alert.updated": "Widgets Updated",
|
"alert.updated": "위젯 업데이트 됨",
|
||||||
"alert.update-success": "Successfully updated widgets"
|
"alert.update-success": "성공적으로 업데이트 된 위젯"
|
||||||
|
|
||||||
}
|
}
|
@ -1,69 +1,69 @@
|
|||||||
{
|
{
|
||||||
"forum-traffic": "Forum Traffic",
|
"forum-traffic": "포럼 트래픽",
|
||||||
"page-views": "Page Views",
|
"page-views": "페이지 뷰",
|
||||||
"unique-visitors": "Unique Visitors",
|
"unique-visitors": "순 방문자수",
|
||||||
"users": "Users",
|
"users": "사용자",
|
||||||
"posts": "Posts",
|
"posts": "게시물",
|
||||||
"topics": "Topics",
|
"topics": "주제",
|
||||||
"page-views-seven": "Last 7 Days",
|
"page-views-seven": "지난 7일간",
|
||||||
"page-views-thirty": "Last 30 Days",
|
"page-views-thirty": "지난 30일간",
|
||||||
"page-views-last-day": "Last 24 hours",
|
"page-views-last-day": "지난 24시간 동안",
|
||||||
"page-views-custom": "Custom Date Range",
|
"page-views-custom": "사용자 설정 날짜 기간",
|
||||||
"page-views-custom-start": "Range Start",
|
"page-views-custom-start": "기간 시작",
|
||||||
"page-views-custom-end": "Range End",
|
"page-views-custom-end": "기간 끝",
|
||||||
"page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is <code>YYYY-MM-DD</code>",
|
"page-views-custom-help": "보고자 하시는 날짜 기간 동안의 페이지 본 횟수를 ",
|
||||||
"page-views-custom-error": "Please enter a valid date range in the format <code>YYYY-MM-DD</code>",
|
"page-views-custom-error": "유효한 기간을 다음 형식으로 써주십시오 <code>YYYY-MM-DD</code>",
|
||||||
|
|
||||||
"stats.day": "Day",
|
"stats.day": "날",
|
||||||
"stats.week": "Week",
|
"stats.week": "주",
|
||||||
"stats.month": "Month",
|
"stats.month": "월",
|
||||||
"stats.all": "All Time",
|
"stats.all": "항상",
|
||||||
|
|
||||||
"updates": "Updates",
|
"updates": "업데이트",
|
||||||
"running-version": "You are running <strong>NodeBB v<span id=\"version\">%1</span></strong>.",
|
"running-version": "<strong>NodeBB v<span id=\"version\">%1</span></strong> 가 돌아가고 있습니다.",
|
||||||
"keep-updated": "Always make sure that your NodeBB is up to date for the latest security patches and bug fixes.",
|
"keep-updated": "사용하시는 NodeBB의 보안 및 에러 업데이트가 항상 최신 버전이도록 유의하여 주십시오",
|
||||||
"up-to-date": "<p>You are <strong>up-to-date</strong> <i class=\"fa fa-check\"></i></p>",
|
"up-to-date": "<p><strong>최신 버전입니다</strong><i class=\"fa fa-check\"></i></p>",
|
||||||
"upgrade-available": "<p>A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">upgrading your NodeBB</a>.</p>",
|
"upgrade-available": "<p>새로운 버전 (v%1) 이 출시 되었습니다. <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">사용하시는 NodeBB</a>를 업데이트 하는 것을 고려하십시오.</p>",
|
||||||
"prerelease-upgrade-available": "<p>This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">upgrading your NodeBB</a>.</p>",
|
"prerelease-upgrade-available": "<p>옛 버전의 NodeBB를 사용하고 계십니다. 새로운 버전의(v%1) NodeBB가 출시되었으니 <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">업데이트</a> 하시는 것을 추천드립니다.</p>",
|
||||||
"prerelease-warning": "<p>This is a <strong>pre-release</strong> version of NodeBB. Unintended bugs may occur. <i class=\"fa fa-exclamation-triangle\"></i></p>",
|
"prerelease-warning": "<p>이것은 <strong>구 버전</strong>의 NodeBB 입니다. 예상치 못한 버그가 생길 수 있습니다.<i class=\"fa fa-exclamation-triangle\"></i></p>",
|
||||||
"running-in-development": "<span>Forum is running in development mode. The forum may be open to potential vulnerabilities; please contact your system administrator.</span>",
|
"running-in-development": "<span>포럼이 개발자 모드로 실행되고 있습니다. 갖가지 취약점에 노출되어 있을 수 있으니 시스템 관리자에게 문의하십시오.</span>",
|
||||||
|
|
||||||
"notices": "Notices",
|
"notices": "알림",
|
||||||
"restart-not-required": "Restart not required",
|
"restart-not-required": "재시작 필요 없음",
|
||||||
"restart-required": "Restart required",
|
"restart-required": "재시작 필요",
|
||||||
"search-plugin-installed": "Search Plugin installed",
|
"search-plugin-installed": "설치된 플러그인 검색",
|
||||||
"search-plugin-not-installed": "Search Plugin not installed",
|
"search-plugin-not-installed": "설치되지 않은 플러그인 검색",
|
||||||
"search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality",
|
"search-plugin-tooltip": "검색 기능을 활성화하시려면 플러그인 페이지에서 검색 플러그인을 설치하세요.",
|
||||||
|
|
||||||
"control-panel": "System Control",
|
"control-panel": "시스템 제어",
|
||||||
"reload": "Reload",
|
"reload": "리로드",
|
||||||
"restart": "Restart",
|
"restart": "재시작",
|
||||||
"restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.",
|
"restart-warning": "NodeBB 앱을 리로드하거나 재시작할 경우에는 기존의 연결이 몇 초 동안 끊어집니다.",
|
||||||
"maintenance-mode": "Maintenance Mode",
|
"maintenance-mode": "관리 모드",
|
||||||
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
|
"maintenance-mode-title": "NodeBB 관리 모드를 설정하시려면 이곳을 클릭하세요.",
|
||||||
"realtime-chart-updates": "Realtime Chart Updates",
|
"realtime-chart-updates": "실시간 차트 업데이트",
|
||||||
|
|
||||||
"active-users": "Active Users",
|
"active-users": "활동 중인 사용자",
|
||||||
"active-users.users": "Users",
|
"active-users.users": "사용자",
|
||||||
"active-users.guests": "Guests",
|
"active-users.guests": "게스트",
|
||||||
"active-users.total": "Total",
|
"active-users.total": "총",
|
||||||
"active-users.connections": "Connections",
|
"active-users.connections": "연결",
|
||||||
|
|
||||||
"anonymous-registered-users": "Anonymous vs Registered Users",
|
"anonymous-registered-users": "익명 vs 가입한 사용자",
|
||||||
"anonymous": "Anonymous",
|
"anonymous": "익명",
|
||||||
"registered": "Registered",
|
"registered": "가입한",
|
||||||
|
|
||||||
"user-presence": "User Presence",
|
"user-presence": "User Presence",
|
||||||
"on-categories": "On categories list",
|
"on-categories": "On categories list",
|
||||||
"reading-posts": "Reading posts",
|
"reading-posts": "게시물 읽기",
|
||||||
"browsing-topics": "Browsing topics",
|
"browsing-topics": "토픽 보기",
|
||||||
"recent": "Recent",
|
"recent": "Recent",
|
||||||
"unread": "Unread",
|
"unread": "읽지 않은",
|
||||||
|
|
||||||
"high-presence-topics": "High Presence Topics",
|
"high-presence-topics": "High Presence Topics",
|
||||||
|
|
||||||
"graphs.page-views": "Page Views",
|
"graphs.page-views": "페이지 뷰",
|
||||||
"graphs.unique-visitors": "Unique Visitors",
|
"graphs.unique-visitors": "고유 방문자",
|
||||||
"graphs.registered-users": "Registered Users",
|
"graphs.registered-users": "등록된 사용자",
|
||||||
"graphs.anonymous-users": "Anonymous Users"
|
"graphs.anonymous-users": "익명의 사용자"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"post-sharing": "Post Sharing",
|
"post-sharing": "게시물 공유",
|
||||||
"info-plugins-additional": "Plugins can add additional networks for sharing posts.",
|
"info-plugins-additional": "플러그인에 새로운 네트워크를 추가하여 게시물을 공유할 수 있습니다.",
|
||||||
"save-success": "Successfully saved Post Sharing Networks!"
|
"save-success": "게시물 공유 네트워크 추가 완료!"
|
||||||
}
|
}
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"notifications": "Notifications",
|
"notifications": "알림",
|
||||||
"chat-messages": "Chat Messages",
|
"chat-messages": "대화 메세지",
|
||||||
"play-sound": "Play",
|
"play-sound": "재생",
|
||||||
"incoming-message": "Incoming Message",
|
"incoming-message": "들어오는 메세지",
|
||||||
"outgoing-message": "Outgoing Message",
|
"outgoing-message": "나가는 메세지",
|
||||||
"upload-new-sound": "Upload New Sound",
|
"upload-new-sound": "새로운 사운드 업로드",
|
||||||
"saved": "Settings Saved"
|
"saved": "설정 저장됨"
|
||||||
}
|
}
|
@ -1,68 +1,68 @@
|
|||||||
{
|
{
|
||||||
"settings": "Category Settings",
|
"settings": "카테고리 설정",
|
||||||
"privileges": "Privileges",
|
"privileges": "권한",
|
||||||
|
|
||||||
"name": "Category Name",
|
"name": "카테고리 이름",
|
||||||
"description": "Category Description",
|
"description": "카테고리 설명",
|
||||||
"bg-color": "Background Colour",
|
"bg-color": "배경 색",
|
||||||
"text-color": "Text Colour",
|
"text-color": "글자 색",
|
||||||
"bg-image-size": "Background Image Size",
|
"bg-image-size": "배경 이미지 크기",
|
||||||
"custom-class": "Custom Class",
|
"custom-class": "사용자 정의 클래스",
|
||||||
"num-recent-replies": "# of Recent Replies",
|
"num-recent-replies": "최근 답장 갯수",
|
||||||
"ext-link": "External Link",
|
"ext-link": "외부 링크",
|
||||||
"upload-image": "Upload Image",
|
"upload-image": "이미지 업로드",
|
||||||
"delete-image": "Remove",
|
"delete-image": "삭제",
|
||||||
"category-image": "Category Image",
|
"category-image": "카테고리 이미지",
|
||||||
"parent-category": "Parent Category",
|
"parent-category": "상위 카테고리",
|
||||||
"optional-parent-category": "(Optional) Parent Category",
|
"optional-parent-category": "(선택) 상위 카테고리",
|
||||||
"parent-category-none": "(None)",
|
"parent-category-none": "(없음)",
|
||||||
"copy-settings": "Copy Settings From",
|
"copy-settings": "에서 설정 복사",
|
||||||
"optional-clone-settings": "(Optional) Clone Settings From Category",
|
"optional-clone-settings": "(선택) 카테고리에서 설정 복사",
|
||||||
"purge": "Purge Category",
|
"purge": "카테고리 삭제",
|
||||||
|
|
||||||
"enable": "Enable",
|
"enable": "활성화",
|
||||||
"disable": "Disable",
|
"disable": "비활성화",
|
||||||
"edit": "Edit",
|
"edit": "편집",
|
||||||
|
|
||||||
"select-category": "Select Category",
|
"select-category": "카테고리 설정",
|
||||||
"set-parent-category": "Set Parent Category",
|
"set-parent-category": "상위 카테고리 설정",
|
||||||
|
|
||||||
"privileges.description": "You can configure the access control privileges for this category in this section. Privileges can be granted on a per-user or a per-group basis. You can add a new user to this table by searching for them in the form below.",
|
"privileges.description": "이 섹션에서는 카테고리에 대한 접근 권한을 설정할 수 있습니다. 권한은 사용자 별 또는 그룹 별로 부여할 수 있습니다. 아래 양식으로 검색하여 새로운 사용자를 표에 추가할 수 있습니다.",
|
||||||
"privileges.warning": "<strong>Note</strong>: Privilege settings take effect immediately. It is not necessary to save the category after adjusting these settings.",
|
"privileges.warning": "<strong>참고</strong>: 권한 설정은 즉시 적용됩니다. 설정을 변경한 후 카테고리를 따로 저장할 필요가 없습니다.",
|
||||||
"privileges.section-viewing": "Viewing Privileges",
|
"privileges.section-viewing": "권한 보기",
|
||||||
"privileges.section-posting": "Posting Privileges",
|
"privileges.section-posting": "게시물 작성 권한",
|
||||||
"privileges.section-moderation": "Moderation Privileges",
|
"privileges.section-moderation": "관리 권한",
|
||||||
"privileges.section-user": "User",
|
"privileges.section-user": "사용자",
|
||||||
"privileges.search-user": "Add User",
|
"privileges.search-user": "사용자 추가",
|
||||||
"privileges.no-users": "No user-specific privileges in this category.",
|
"privileges.no-users": "이 카테고리에는 사용자 별 권한이 없습니다.",
|
||||||
"privileges.section-group": "Group",
|
"privileges.section-group": "그룹",
|
||||||
"privileges.group-private": "This group is private",
|
"privileges.group-private": "이 그룹은 비공개입니다",
|
||||||
"privileges.search-group": "Add Group",
|
"privileges.search-group": "그룹 추가",
|
||||||
"privileges.copy-to-children": "Copy to Children",
|
"privileges.copy-to-children": "하위로 복사",
|
||||||
"privileges.copy-from-category": "Copy from Category",
|
"privileges.copy-from-category": "카테고리에서 복사",
|
||||||
"privileges.inherit": "If the <code>registered-users</code> group is granted a specific privilege, all other groups receive an <strong>implicit privilege</strong>, even if they are not explicitly defined/checked. This implicit privilege is shown to you because all users are part of the <code>registered-users</code> user group, and so, privileges for additional groups need not be explicitly granted.",
|
"privileges.inherit": "만약 <code>registered-users</code>그룹이 특정 권한을 허가 받는다면 모든 다른 그룹들 또한 따로 추가하거나 체크하지 않더라도 <strong>권한</strong>을 얻게 됩니다. 모든 유저가 <code>registered-users</code> 그룹의 멤버이기 때문에 다른 추가적인 그룹에 대한 권한은 따로 허가 받을 필요가 없습니다.",
|
||||||
|
|
||||||
"analytics.back": "Back to Categories List",
|
"analytics.back": "카테고리 리스트로 돌아가기",
|
||||||
"analytics.title": "Analytics for \"%1\" category",
|
"analytics.title": "\"%1\" 카테고리 분석",
|
||||||
"analytics.pageviews-hourly": "<strong>Figure 1</strong> – Hourly page views for this category</small>",
|
"analytics.pageviews-hourly": "<strong>Figure 1</strong> – 이 카테고리에 대한 시간 당 페이지 뷰 수</small>",
|
||||||
"analytics.pageviews-daily": "<strong>Figure 2</strong> – Daily page views for this category</small>",
|
"analytics.pageviews-daily": "<strong>Figure 2</strong> – 이 카테고리에 대한 일일 페이지 뷰 수</small>",
|
||||||
"analytics.topics-daily": "<strong>Figure 3</strong> – Daily topics created in this category</small>",
|
"analytics.topics-daily": "<strong>Figure 3</strong> – 이 카테고리의 오늘의 주제들</small>",
|
||||||
"analytics.posts-daily": "<strong>Figure 4</strong> – Daily posts made in this category</small>",
|
"analytics.posts-daily": "<strong>Figure 4</strong> – 이 카테고리의 오늘의 게시물</small>",
|
||||||
|
|
||||||
"alert.created": "Created",
|
"alert.created": "생성되었습니다",
|
||||||
"alert.create-success": "Category successfully created!",
|
"alert.create-success": "카테고리 성공적으로 생성됨!",
|
||||||
"alert.none-active": "You have no active categories.",
|
"alert.none-active": "활동 중인 카테고리가 없습니다.",
|
||||||
"alert.create": "Create a Category",
|
"alert.create": "카테고리 생성",
|
||||||
"alert.confirm-moderate": "<strong>Are you sure you wish to grant the moderation privilege to this user group?</strong> This group is public, and any users can join at will.",
|
"alert.confirm-moderate": "<strong>이 사용자 그룹에 관리 권한을 부여하시겠습니까?</strong> 이 그룹은 공개 그룹이므로 모든 사용자가 자유롭게 가입 할 수 있습니다.",
|
||||||
"alert.confirm-purge": "<p class=\"lead\">Do you really want to purge this category \"%1\"?</p><h5><strong class=\"text-danger\">Warning!</strong> All topics and posts in this category will be purged!</h5> <p class=\"help-block\">Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category <em>temporarily</em>, you'll want to \"disable\" the category instead.</p>",
|
"alert.confirm-purge": "<p class=\"lead\">이 카테고리를 \"%1\" 정말로 제거하시겠습니까?</p><h5><strong class=\"text-danger\">경고!</strong>이 카테고리에 속한 모든 토픽과 게시물들이 삭제됩니다!</h5><p class=\"help-block\">카테고리를 제거하시는 것은 모든 토픽과 게시물들을 삭제하고 데이타베이스에서 이 카테고리를 삭제시킵니다. 만약 일시적으로 카테고리를 삭제하고 싶으시다면 삭제 대신 \"비활성화\"를 해주십시오.</p>",
|
||||||
"alert.purge-success": "Category purged!",
|
"alert.purge-success": "카테고리 제거됨!",
|
||||||
"alert.copy-success": "Settings Copied!",
|
"alert.copy-success": "설정 복사됨!",
|
||||||
"alert.set-parent-category": "Set Parent Category",
|
"alert.set-parent-category": "상위 카테고리 설정",
|
||||||
"alert.updated": "Updated Categories",
|
"alert.updated": "업데이트 된 카테고리들",
|
||||||
"alert.updated-success": "Category IDs %1 successfully updated.",
|
"alert.updated-success": "카테고리 ID %1 성공적으로 업데이트 됨.",
|
||||||
"alert.upload-image": "Upload category image",
|
"alert.upload-image": "카테고리 이미지 업로드",
|
||||||
"alert.find-user": "Find a User",
|
"alert.find-user": "사용자 검색",
|
||||||
"alert.user-search": "Search for a user here...",
|
"alert.user-search": "여기에 사용자를 검색하십시오...",
|
||||||
"alert.find-group": "Find a Group",
|
"alert.find-group": "그룹 검색",
|
||||||
"alert.group-search": "Search for a group here..."
|
"alert.group-search": "여기에 그룹을 검색하십시오..."
|
||||||
}
|
}
|
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"lead": "Configure your IP blacklist here.",
|
"lead": "여기에 IP 차단 목록을 구성하십시오.",
|
||||||
"description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.",
|
"description": "가끔씩 사용자 계정 차단만으로는 부족할 수 있습니다. 그럴 경우에는 특정 IP 또는 IP 범위로 접근을 차단하는 것이 포럼을 보호하는 가장 좋은 방법입니다. 문제가 되는 IP 주소들이나 CIDR 블록 전체를 블랙리스트에 추가하면 로그인하거나 새 계정을 등록할 수 없습니다.",
|
||||||
"active-rules": "Active Rules",
|
"active-rules": "사용 중인 룰",
|
||||||
"validate": "Validate Blacklist",
|
"validate": "블랙리스트 확인",
|
||||||
"apply": "Apply Blacklist",
|
"apply": "블랙리스트 적용",
|
||||||
"hints": "Syntax Hints",
|
"hints": "구문 힌트",
|
||||||
"hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g. <code>192.168.100.0/22</code>).",
|
"hint-1": "각 줄마다 IP 주소 하나를 정의하십시오. IP 블록을 CIDR 형식 (예: <code>192.168.100.0/22</code>)을 따르는 한 추가 할 수 있습니다. ",
|
||||||
"hint-2": "You can add in comments by starting lines with the <code>#</code> symbol.",
|
"hint-2": "<code>#</code>기호로 행을 시작하여 주석을 추가 할 수 있습니다.",
|
||||||
|
|
||||||
"validate.x-valid": "<strong>%1</strong> out of <strong>%2</strong> rule(s) valid.",
|
"validate.x-valid": "<strong>%2</strong> 룰(들) 중 <strong>%1</strong> 유효함.",
|
||||||
"validate.x-invalid": "The following <strong>%1</strong> rules are invalid:",
|
"validate.x-invalid": "다음 <strong>%1</strong> 규칙들은 유효하지 않습니다:",
|
||||||
|
|
||||||
"alerts.applied-success": "Blacklist Applied"
|
"alerts.applied-success": "블랙리스트 적용됨"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"reconnection": "Reconnection Settings",
|
"reconnection": "재접속 환경",
|
||||||
"max-attempts": "Max Reconnection Attempts",
|
"max-attempts": "최대 재접속시도",
|
||||||
"default-placeholder": "Default: %1",
|
"default-placeholder": "기본: %1",
|
||||||
"delay": "Reconnection Delay"
|
"delay": "재접속 지체"
|
||||||
}
|
}
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"tag": "Tag Settings",
|
"tag": "태그 설정",
|
||||||
"min-per-topic": "Minimum Tags per Topic",
|
"min-per-topic": "주제별 최소 태그",
|
||||||
"max-per-topic": "Maximum Tags per Topic",
|
"max-per-topic": "주제별 최대 태그",
|
||||||
"min-length": "Minimum Tag Length",
|
"min-length": "태그 최소 길이",
|
||||||
"max-length": "Maximum Tag Length",
|
"max-length": "태그 최대 길이",
|
||||||
"goto-manage": "Click here to visit the tag management page.",
|
"goto-manage": "태그 관리 페이지를 방문하시려면 클릭하세요",
|
||||||
"privacy": "Privacy",
|
"privacy": "개인 정보 보호",
|
||||||
"list-private": "Make the tags list private",
|
"list-private": "태그 리스트를 개인만 볼 수 있게 바꿉니다.",
|
||||||
"related-topics": "Related Topics",
|
"related-topics": "관련된 주제들",
|
||||||
"max-related-topics": "Maximum related topics to display (if supported by theme)"
|
"max-related-topics": "테마가 지원하는 보여질 관련된 주제들의 최대 개수"
|
||||||
}
|
}
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"title": "읽지 않은 주제",
|
"title": "읽지 않음",
|
||||||
"no_unread_topics": "읽지 않은 주제가 없습니다.",
|
"no_unread_topics": "읽지 않은 주제가 없습니다.",
|
||||||
"load_more": "더 보기",
|
"load_more": "더 보기",
|
||||||
"mark_as_read": "읽음으로 표시",
|
"mark_as_read": "읽음으로 표시",
|
||||||
"selected": "선택된 주제",
|
"selected": "선택됨",
|
||||||
"all": "전체",
|
"all": "전체",
|
||||||
"all_categories": "모든 카테고리",
|
"all_categories": "모든 카테고리",
|
||||||
"topics_marked_as_read.success": "성공적으로 읽음으로 표시했습니다.",
|
"topics_marked_as_read.success": "토픽들을 읽음으로 표시했습니다.",
|
||||||
"all-topics": "모든 주제",
|
"all-topics": "모든 주제",
|
||||||
"new-topics": "새 주제",
|
"new-topics": "새 주제",
|
||||||
"watched-topics": "읽은 주제"
|
"watched-topics": "관심 주제"
|
||||||
}
|
}
|
Loading…
Reference in New Issue