mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

View File

@@ -0,0 +1,36 @@
# magento
> Magento PHP 프레임워크 관리.
> 더 많은 정보: <https://experienceleague.adobe.com/en/docs/commerce-operations/tools/cli-reference/commerce-on-premises>.
- 하나 이상의 모듈 활성화:
`magento module:enable {{모듈1 모듈2 ...}}`
- 하나 이상의 모듈 비활성화:
`magento module:disable {{모듈1 모듈2 ...}}`
- 모듈 활성화 후 데이터베이스 업데이트:
`magento setup:upgrade`
- 코드 및 의존성 주입 구성 업데이트:
`magento setup:di:compile`
- 정적 에셋 배포:
`magento setup:static-content:deploy`
- 유지보수 모드 활성화:
`magento maintenance:enable`
- 유지보수 모드 비활성화:
`magento maintenance:disable`
- 사용 가능한 모든 명령 나열:
`magento list`