mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Add missing string for Korean
confirmDisableAuth, new string
This commit is contained in:
		@@ -88,7 +88,7 @@ export default {
 | 
				
			|||||||
    "Enable Auth": "인증 켜기",
 | 
					    "Enable Auth": "인증 켜기",
 | 
				
			||||||
    Logout: "로그아웃",
 | 
					    Logout: "로그아웃",
 | 
				
			||||||
    Leave: "나가기",
 | 
					    Leave: "나가기",
 | 
				
			||||||
    "I understand, please disable": "기능에 대해 이해했어요.",
 | 
					    "I understand, please disable": "기능에 대해 이해했으니 꺼주세요.",
 | 
				
			||||||
    Confirm: "확인",
 | 
					    Confirm: "확인",
 | 
				
			||||||
    Yes: "확인",
 | 
					    Yes: "확인",
 | 
				
			||||||
    No: "취소",
 | 
					    No: "취소",
 | 
				
			||||||
@@ -107,6 +107,6 @@ export default {
 | 
				
			|||||||
    "Last Result": "최근 결과",
 | 
					    "Last Result": "최근 결과",
 | 
				
			||||||
    "Create your admin account": "관리자 계정 만들기",
 | 
					    "Create your admin account": "관리자 계정 만들기",
 | 
				
			||||||
    "Repeat Password": "비밀번호 재입력",
 | 
					    "Repeat Password": "비밀번호 재입력",
 | 
				
			||||||
    respTime: "Resp. Time (ms)",
 | 
					    respTime: "응답 시간 (ms)",
 | 
				
			||||||
    notAvailableShort: "N/A"
 | 
					    notAvailableShort: "N/A"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -207,6 +207,12 @@
 | 
				
			|||||||
                    <p>To je za <strong>one koji imaju dodatu autentifikaciju</strong> ispred Uptime Kuma kao na primer Cloudflare Access.</p>
 | 
					                    <p>To je za <strong>one koji imaju dodatu autentifikaciju</strong> ispred Uptime Kuma kao na primer Cloudflare Access.</p>
 | 
				
			||||||
                    <p>Molim Vas koristite ovo sa pažnjom.</p>
 | 
					                    <p>Molim Vas koristite ovo sa pažnjom.</p>
 | 
				
			||||||
                </template>
 | 
					                </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                <template v-if="$i18n.locale === 'ko-KR' ">
 | 
				
			||||||
 | 
					                    <p>정말로 <strong>인증 기능을 끌까요</strong>?</p>
 | 
				
			||||||
 | 
					                    <p>이 기능은 <strong>Cloudflare Access와 같은 서드파티 인증</strong>을 Uptime Kuma 앞에 둔 사용자를 위한 기능이에요.</p>
 | 
				
			||||||
 | 
					                    <p>신중하게 사용하세요.</p>
 | 
				
			||||||
 | 
					                </template>
 | 
				
			||||||
            </Confirm>
 | 
					            </Confirm>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </transition>
 | 
					    </transition>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user