Files
homarr/public/locales/ko/password-requirements.json
2023-11-03 21:15:08 +01:00

7 lines
194 B
JSON

{
"number": "번호 포함",
"lowercase": "소문자 포함",
"uppercase": "대문자 포함",
"special": "특수 문자 포함",
"length": "{{count}} 문자 이상 포함"
}