mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
Latest translations and fallbacks
This commit is contained in:
@@ -32,5 +32,9 @@
|
||||
"redis.iops": "초당 Instantaneous Ops",
|
||||
"redis.keyspace-hits": "Keyspace 히트",
|
||||
"redis.keyspace-misses": "Keyspace 미스",
|
||||
"redis.raw-info": "Redis Raw Info"
|
||||
}
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
"postgres": "Postgres",
|
||||
"postgres.version": "PostgreSQL Version",
|
||||
"postgres.raw-info": "Postgres Raw Info"
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"parent-category-none": "(없음)",
|
||||
"copy-settings": "에서 설정 복사",
|
||||
"optional-clone-settings": "(선택) 게시판에서 설정 복사",
|
||||
"clone-children": "Clone Children Categories And Settings",
|
||||
"purge": "게시판 삭제",
|
||||
|
||||
"enable": "활성화",
|
||||
|
||||
@@ -13,9 +13,10 @@
|
||||
"headers.acam": "Access-Control-Allow-Methods",
|
||||
"headers.acah": "Access-Control-Allow-Headers",
|
||||
"hsts": "Strict Transport Security",
|
||||
"hsts.enabled": "Enabled HSTS (recommended)",
|
||||
"hsts.subdomains": "Include subdomains in HSTS header",
|
||||
"hsts.preload": "Allow preloading of HSTS header",
|
||||
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
|
||||
"hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
|
||||
"traffic-management": "트래픽 관리",
|
||||
"traffic.help": "NodeBB는 트래픽이 많은 상황에서는 자동으로 리퀘스트를 거부하는 모듈을 가지고 있습니다. 이에 관련된 세팅은 디폴트 값들도 괜찮지만, 여기서 세부 조율도 가능합니다.",
|
||||
"traffic.enable": "트래픽 관리 허용",
|
||||
|
||||
@@ -6,6 +6,5 @@
|
||||
"max-posts-per-page": "페이지당 최대 포스트수",
|
||||
"categories": "카테고리 페이지",
|
||||
"topics-per-page": "페이지 당 주제 수",
|
||||
"max-topics-per-page": "페이지당 최대 게시물 수",
|
||||
"initial-num-load": "읽지 않은 글, 최근 작성 글, 인기 글 게시판에서 처음 보여줄 게시글 개수"
|
||||
"max-topics-per-page": "페이지당 최대 게시물 수"
|
||||
}
|
||||
@@ -78,6 +78,7 @@
|
||||
"still-uploading": "업로드가 끝날 때까지 기다려주세요.",
|
||||
"file-too-big": "업로드 가능한 파일크기는 최대 %1 KB 입니다 - 파일의 용량을 줄이거나 압축을 활용하세요.",
|
||||
"guest-upload-disabled": "미가입 사용자의 파일 업로드는 제한되어 있습니다.",
|
||||
"cors-error": "Unable to upload image due to misconfigured CORS",
|
||||
"already-bookmarked": "이미 즐겨찾기에 추가한 포스트 입니다.",
|
||||
"already-unbookmarked": "이미 즐겨찾기를 해제한 포스트 입니다.",
|
||||
"cant-ban-other-admins": "다른 관리자를 차단할 수 없습니다.",
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
"language": "언어",
|
||||
"guest": "익명 사용자",
|
||||
"guests": "익명 사용자",
|
||||
"former_user": "A Former User",
|
||||
"updated.title": "포럼이 업데이트 되었습니다.",
|
||||
"updated.message": "이 포럼은 지금 최신 버전으로 업데이트 되었습니다. 페이지를 새로고침 하시려면 여기를 클릭해주세요.",
|
||||
"privacy": "개인정보",
|
||||
|
||||
Reference in New Issue
Block a user