mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations permission.php (Korean)
This commit is contained in:
parent
de24c8a88d
commit
bb5293b7bf
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'village' => [
|
||||
'name' => '마을',
|
||||
'option' => [
|
||||
'read' => '마을을 읽을 수 있습니까?',
|
||||
'write' => '마을을 만들거나 편집 할 수 있습니까?',
|
||||
'delete' => '마을을 삭제할 수 있습니까?',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user