-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d03bef
commit 911122a
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"text.htm.error.unlockable": "§c잠금 할 수 없는 블록입니다.", | ||
"text.htm.error.no_lock": "§c잠겨있지 않은 상자입니다.", | ||
"text.htm.error.not_owner": "§c해당 상자를 잠금해재 할 수 없습니다.", | ||
"text.htm.error.already_locked": "§c해당 상자는 이미 잠겨있습니다.", | ||
"text.htm.error.lock_type": "§c알 수 없는 잠금 형식", | ||
"text.htm.error.flag_type": "§c알 수 없는 플래그 형식", | ||
"text.htm.error.trust_self": "§c자기 자신을 신뢰 대상에 추가할 수 없습니다.", | ||
"text.htm.error.already_trusted": "§c이미 §r§a%s §r§c플레이어가 신뢰 대상에 포함되어 있습니다.", | ||
"text.htm.error.not_trusted": "§r§a%s §c플레이어는 신뢰대상에 포함되어있지 않습니다.", | ||
|
||
"text.htm.select": "§b좌클릭으로 블록을 선택해주세요", | ||
"text.htm.locked": "§c잠김", | ||
"text.htm.divider": "§b-------------------------", | ||
"text.htm.type": "§b§l형태: §r§a%s", | ||
"text.htm.owner": "§b§l주인: §r§a%s", | ||
"text.htm.trusted": "§b§l신뢰 대상 목록: §r§a%s", | ||
"text.htm.trusted.global": "§b§l모든 보호 블록에 대한 신뢰 대상 : §r§a%s", | ||
"text.htm.trust": "§a%s §r§b을(를) 신뢰대상에 추가했습니다.", | ||
"text.htm.untrust": "§a%s §r§b을(를) 신뢰대상에서 제거했습니다.", | ||
"text.htm.global": " §a§lGlobally", | ||
"text.htm.transfer": "§a%s §b에게 권한을 양도했습니다.", | ||
"text.htm.unlocked": "§b상자 잠금을 해제했습니다.", | ||
"text.htm.key": "§b§l열쇠: §r§a%s", | ||
"text.htm.set": "§b잠금 형식 변경 : §r§a%s", | ||
"text.htm.key_set": "§b열쇠 설정 : §r§a%s", | ||
"text.htm.override": "§a%s §b의 잠금 설정을 §c우회합니다.", | ||
"text.htm.set_flag": "§b§r§a%s §b을 §r§a%s §b로 변경하였습니다.", | ||
"text.htm.flag": "§b§l%s: §r%s §r", | ||
"text.htm.persist": "§b동일 작업 지속모드 ", | ||
"text.htm.no_msg": "§b메세지 보지 않기 ", | ||
"text.htm.on": "§a§l활성화", | ||
"text.htm.off": "§c§l비활성화" | ||
} |