Merge pull request #912 from kuoruan/luci-app-wifischedule

Luci-app-wifischedule: Update translation
This commit is contained in:
Hannu Nyman 2017-01-02 10:06:07 +02:00 committed by GitHub
commit 6e5d868cc6
5 changed files with 155 additions and 15 deletions

View file

@ -15,10 +15,10 @@
module("luci.controller.wifischedule.wifi_schedule", package.seeall)
function index()
entry({"admin", "wifi_schedule"}, firstchild(), "Wifi Schedule", 60).dependent=false
entry({"admin", "wifi_schedule", "tab_from_cbi"}, cbi("wifischedule/wifi_schedule"), "Schedule", 1)
entry({"admin", "wifi_schedule", "wifi_schedule"}, call("wifi_schedule_log"), "View Logfile", 2)
entry({"admin", "wifi_schedule", "cronjob"}, call("view_crontab"), "View Cron Jobs", 3)
entry({"admin", "wifi_schedule"}, firstchild(), _("Wifi Schedule"), 60).dependent=false
entry({"admin", "wifi_schedule", "tab_from_cbi"}, cbi("wifischedule/wifi_schedule"), _("Schedule"), 1)
entry({"admin", "wifi_schedule", "wifi_schedule"}, call("wifi_schedule_log"), _("View Logfile"), 2)
entry({"admin", "wifi_schedule", "cronjob"}, call("view_crontab"), _("View Cron Jobs"), 3)
end
function wifi_schedule_log()

View file

@ -46,7 +46,7 @@ end
-- END Map
-- BEGIN Global Section
global_section = m:section(TypedSection, "global", "Global Settings")
global_section = m:section(TypedSection, "global", translate("Global Settings"))
global_section.optional = false
global_section.rmempty = false
global_section.anonymous = true
@ -142,7 +142,7 @@ end
-- BEGIN Section
d = m:section(TypedSection, "entry", "Schedule events")
d = m:section(TypedSection, "entry", translate("Schedule events"))
d.addremove = true
--d.anonymous = true
-- END Section
@ -157,13 +157,13 @@ c.optional=false; c.rmempty = false;
dow = d:option(MultiValue, "daysofweek", translate("Day(s) of Week"))
dow.optional = false
dow.rmempty = false
dow:value("Monday")
dow:value("Tuesday")
dow:value("Wednesday")
dow:value("Thursday")
dow:value("Friday")
dow:value("Saturday")
dow:value("Sunday")
dow:value("Monday", translate("Monday"))
dow:value("Tuesday", translate("Tuesday"))
dow:value("Wednesday", translate("Wednesday"))
dow:value("Thursday", translate("Thursday"))
dow:value("Friday", translate("Friday"))
dow:value("Saturday", translate("Saturday"))
dow:value("Sunday", translate("Sunday"))
-- END Day(s) of Weel
-- BEGIN Start Wifi Dropdown

View file

@ -15,7 +15,7 @@ Author: Nils Koenig <openwrt@newk.it>
-%>
<%+header%>
<h2 name="title"><%=title%></h2>
<h2 name="title"><%=translate(title)%></h2>
<div id="content_fileviewer">
<textarea style="width: 100%" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+1%>" id="content_id"><%=content:pcdata()%></textarea>
</div>

View file

@ -10,6 +10,9 @@ msgstr ""
msgid "Could not find required programm /usr/bin/iwinfo"
msgstr ""
msgid "Cron Jobs"
msgstr ""
msgid "Day(s) of Week"
msgstr ""
@ -37,7 +40,22 @@ msgstr ""
msgid "Force disabling wifi even if stations associated"
msgstr ""
msgid "Unload Modules (experimental; saves more power)"
msgid "Friday"
msgstr ""
msgid "Global Settings"
msgstr ""
msgid "Monday"
msgstr ""
msgid "Saturday"
msgstr ""
msgid "Schedule"
msgstr ""
msgid "Schedule events"
msgstr ""
msgid "Start Time"
@ -52,5 +70,29 @@ msgstr ""
msgid "Stop WiFi"
msgstr ""
msgid "Sunday"
msgstr ""
msgid "Thursday"
msgstr ""
msgid "Tuesday"
msgstr ""
msgid "Unload Modules (experimental; saves more power)"
msgstr ""
msgid "View Cron Jobs"
msgstr ""
msgid "View Logfile"
msgstr ""
msgid "Wednesday"
msgstr ""
msgid "Wifi Schedule"
msgstr ""
msgid "Wifi Schedule Logfile"
msgstr ""

View file

@ -0,0 +1,98 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
msgid "Activate wifi"
msgstr "激活 WiFi"
msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi"
msgstr "无法找到必需的 /usr/bin/wifi_schedule.sh 或 /sbin/wifi"
msgid "Could not find required programm /usr/bin/iwinfo"
msgstr "无法找到必需程序:/usr/bin/iwinfo"
msgid "Cron Jobs"
msgstr "计划任务"
msgid "Day(s) of Week"
msgstr "星期"
msgid "Defines a schedule when to turn on and off wifi."
msgstr "定义打开和关闭 WiFi 的时间表"
msgid "Determine Modules Automatically"
msgstr "自动确定模块"
msgid "Disable wifi gracefully"
msgstr "正常关闭 WiFi"
msgid "Disabled wifi forced"
msgstr "强制关闭 WiFi"
msgid "Enable"
msgstr "启用"
msgid "Enable logging"
msgstr "启用日志"
msgid "Enable Wifi Schedule"
msgstr "启用 WiFi 时间表"
msgid "Force disabling wifi even if stations associated"
msgstr "即使有设备连接也强制关闭 WiFi"
msgid "Friday"
msgstr "星期五"
msgid "Global Settings"
msgstr "全局设置"
msgid "Monday"
msgstr "星期一"
msgid "Saturday"
msgstr "星期六"
msgid "Schedule"
msgstr "时间表"
msgid "Schedule events"
msgstr "计划事件"
msgid "Start Time"
msgstr "启动时间"
msgid "Start WiFi"
msgstr "启动 WiFi"
msgid "Stop Time"
msgstr "关闭时间"
msgid "Stop WiFi"
msgstr "关闭 WiFi"
msgid "Sunday"
msgstr "星期日"
msgid "Thursday"
msgstr "星期四"
msgid "Tuesday"
msgstr "星期二"
msgid "Unload Modules (experimental; saves more power)"
msgstr "取消加载模块(实验性的,节省更多电量)"
msgid "View Cron Jobs"
msgstr "查看计划任务"
msgid "View Logfile"
msgstr "查看日志文件"
msgid "Wednesday"
msgstr "星期三"
msgid "Wifi Schedule"
msgstr "WiFi 时间表"
msgid "Wifi Schedule Logfile"
msgstr "WiFi 时间表日志文件"