Latest translations and fallbacks
parent
dbcc1517eb
commit
02ba714fe8
@ -1,7 +1,7 @@
|
||||
{
|
||||
"alert.confirm-reload": "Are you sure you wish to reload NodeBB?",
|
||||
"alert.confirm-restart": "Are you sure you wish to restart NodeBB?",
|
||||
"alert.confirm-reload": "האם אתה בטוח שאתה רוצה לטעון מחדש את NodeBB?",
|
||||
"alert.confirm-restart": "האם אתה בטוח שאתה רוצה לאתחל מחדש את NodeBB?",
|
||||
|
||||
"acp-title": "%1 | NodeBB Admin Control Panel",
|
||||
"acp-title": "1% | לוח בקרה לאדמין NodeBB",
|
||||
"settings-header-contents": "תוכן"
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"post-cache": "Post Cache",
|
||||
"posts-in-cache": "Posts in Cache",
|
||||
"average-post-size": "Average Post Size",
|
||||
"length-to-max": "Length / Max",
|
||||
"percent-full": "%1% Full",
|
||||
"post-cache-size": "Post Cache Size",
|
||||
"items-in-cache": "Items in Cache",
|
||||
"post-cache": "מטמון פוסטים",
|
||||
"posts-in-cache": "פוסטים במטמון",
|
||||
"average-post-size": "גודל פוסט ממוצע",
|
||||
"length-to-max": "אורך / מקסימום",
|
||||
"percent-full": "%1% מלא",
|
||||
"post-cache-size": "גודל מטמון פוסטים",
|
||||
"items-in-cache": "פריטים במטמון",
|
||||
"control-panel": "לוח הבקרה",
|
||||
"update-settings": "Update Cache Settings"
|
||||
"update-settings": "עדכן הגדרות מטמון"
|
||||
}
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"rewards": "보상",
|
||||
"condition-if-users": "만약 사용자의",
|
||||
"condition-is": "Is:",
|
||||
"condition-then": "그렇다면:",
|
||||
"max-claims": "보상을 받을 수 있는 기간",
|
||||
"zero-infinite": "Enter 0 for infinite",
|
||||
"delete": "Delete",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"control-panel": "Rewards Control",
|
||||
"new-reward": "New Reward",
|
||||
"condition-is": "이:",
|
||||
"condition-then": "하다면:",
|
||||
"max-claims": "보상이 유효한 기간",
|
||||
"zero-infinite": "무제한으로 설정하려면 0 으로 설정하세요",
|
||||
"delete": "삭제",
|
||||
"enable": "활성화",
|
||||
"disable": "비활성화",
|
||||
"control-panel": "보상 시스템 제어판",
|
||||
"new-reward": "새로운 보상 시스템",
|
||||
|
||||
"alert.delete-success": "Successfully deleted reward",
|
||||
"alert.no-inputs-found": "Illegal reward - no inputs found!",
|
||||
"alert.save-success": "Successfully saved rewards"
|
||||
"alert.delete-success": "성공적으로 보상 시스템을 삭제하였습니다.",
|
||||
"alert.no-inputs-found": "잘못된 보상 시스템 - 인풋이 없습니다.",
|
||||
"alert.save-success": "성공적으로 보상 시스템을 저장하였습니다."
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"handles": "게스트 처리",
|
||||
"handles.enabled": "Allow guest handles",
|
||||
"handles.enabled": "미가입 사용자 닉네임 설정 허가",
|
||||
"handles.enabled-help": "이 옵션은 게스트들이 포스트를 작성할 때 이름을 적는 공간을 제공합니다. 이 옵션이 비활성화 돼있다면 \"Guest\" 라고 표시될 것입니다.",
|
||||
"privileges": "게스트 권한",
|
||||
"privileges.can-search": "Allow guests to search without logging in",
|
||||
"privileges.can-search-users": "Allow guests to search users without logging in"
|
||||
"privileges.can-search": "로그인 없이 검색 허용",
|
||||
"privileges.can-search-users": "로그인 없이 유저 검색 허용"
|
||||
}
|
Loading…
Reference in New Issue