mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
7 lines
245 B
PHP
7 lines
245 B
PHP
<?php
|
|
|
|
return [
|
|
'categories_mass_delete_success' => '카테고리 및 관련 하위 카테고리가 성공적으로 삭제되었습니다!',
|
|
'cat_slug_exists' => ':slug의 슬러그가 있는 카테고리가 이미 존재합니다!',
|
|
];
|