summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-cshark
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-cshark')
-rw-r--r--applications/luci-app-cshark/po/ko/cshark.po8
-rw-r--r--applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json11
2 files changed, 18 insertions, 1 deletions
diff --git a/applications/luci-app-cshark/po/ko/cshark.po b/applications/luci-app-cshark/po/ko/cshark.po
index ca3fdface1..68531db00d 100644
--- a/applications/luci-app-cshark/po/ko/cshark.po
+++ b/applications/luci-app-cshark/po/ko/cshark.po
@@ -1,8 +1,14 @@
msgid ""
msgstr ""
+"PO-Revision-Date: 2020-04-19 00:53+0000\n"
+"Last-Translator: EP45 <monadko98@gmail.com>\n"
+"Language-Team: Korean <https://hosted.weblate.org/projects/openwrt/"
+"luciapplicationscshark/ko/>\n"
"Language: ko\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Weblate 4.0.2-dev\n"
#: applications/luci-app-cshark/luasrc/view/cshark.htm:24
msgid "Actions"
@@ -49,7 +55,7 @@ msgstr ""
#: applications/luci-app-cshark/luasrc/view/cshark.htm:92
msgid "Loading"
-msgstr ""
+msgstr "로드 중"
#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22
msgid "Options"
diff --git a/applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json b/applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json
new file mode 100644
index 0000000000..32f5fb6041
--- /dev/null
+++ b/applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json
@@ -0,0 +1,11 @@
+{
+ "luci-app-cshark": {
+ "description": "Grant UCI access for luci-app-cshark",
+ "read": {
+ "uci": [ "cshark" ]
+ },
+ "write": {
+ "uci": [ "cshark" ]
+ }
+ }
+}