TDoG-Skin/resources/lang/ko_KR/errors.yml
2024-08-17 19:13:54 +08:00

20 lines
924 B
YAML
Executable File

---
http:
msg-403: 이 페이지의 액세스 권한이 없습니다.
msg-404: 여기에 아무것도 없어!
msg-500: 나중에 다시 시도해주십시오.
msg-503: The application is now in maintenance mode.
method-not-allowed: 지원되지 않는 방법입니다.
csrf-token-mismatch: Token does not match, try reloading the page.
ie: Your browser isn't supported. Please switch to other modern browsers, such as Firefox or Chrome.
general:
title: 오류가 발생했습니다
exception:
code: '오류 코드: :code'
detail: 'Details: :msg'
message: |
Whoops, looks like something went wrong. (enable APP_DEBUG in .env to see details)
plugins:
duplicate: The plugin [:dir1] has a duplicated plugin name definition which is same to plugin [:dir2]. Please check your plugins directory, remove one of them or use another name definition.
boot: There is something wrong with plugin ":plugin".