mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations permission.php (Korean)
This commit is contained in:
parent
7ca9b2081c
commit
3c48949b27
@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'profile' => [
|
||||||
|
'name' => '프로필',
|
||||||
|
'option' => [
|
||||||
|
'read' => '프로필을 읽을 수 있습니까?',
|
||||||
|
'write' => '프로필을 만들거나 편집 할 수 있습니까?',
|
||||||
|
'delete' => '프로필을 삭제할 수 있습니까?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'adress' => [
|
||||||
|
'name' => '주소',
|
||||||
|
'option' => [
|
||||||
|
'read' => '주소를 읽을 수 있습니까?',
|
||||||
|
'write' => '주소를 만들거나 편집 할 수 있습니까?',
|
||||||
|
'delete' => '주소를 삭제할 수 있습니까?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user