diff options
author | Van Waholtz <vanwaholtz@gmail.com> | 2020-05-09 10:04:25 +0800 |
---|---|---|
committer | Van Waholtz <vanwaholtz@gmail.com> | 2020-05-11 22:07:06 +0800 |
commit | 836626260ab0b9bde6d10a3d50b6ba9d581e2d4e (patch) | |
tree | f3a5c260463c00c22ea1f7913f99632acb2695d8 /applications/luci-app-hd-idle/po/uk | |
parent | dd749961957c6a18bd3a831f27f6fa8f55dbd2d3 (diff) |
luci-app-hd-idle: convert to client side rendering
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
Diffstat (limited to 'applications/luci-app-hd-idle/po/uk')
-rw-r--r-- | applications/luci-app-hd-idle/po/uk/hd_idle.po | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/applications/luci-app-hd-idle/po/uk/hd_idle.po b/applications/luci-app-hd-idle/po/uk/hd_idle.po index 9b35157f0c..3f881ed6e1 100644 --- a/applications/luci-app-hd-idle/po/uk/hd_idle.po +++ b/applications/luci-app-hd-idle/po/uk/hd_idle.po @@ -16,11 +16,15 @@ msgstr "" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.6\n" -#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:15 +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:22 +msgid "Add new hdd setting..." +msgstr "" + +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:27 msgid "Disk" msgstr "Диск" -#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:13 +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:24 msgid "Enable" msgstr "Активувати" @@ -28,39 +32,53 @@ msgstr "Активувати" msgid "Grant UCI access for luci-app-hd-idle" msgstr "" -#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:6 +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:17 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3 #, fuzzy msgid "HDD Idle" msgstr "HD-простій" -#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:7 +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:17 msgid "" "HDD Idle is a utility program for spinning-down external disks after a " "period of idle time." msgstr "" -#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:21 +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:32 msgid "Idle time" msgstr "Час простою" -#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:23 +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:35 msgid "Idle time unit" msgstr "" -#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:10 +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:19 msgid "Settings" msgstr "Налаштування" -# Hours -#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39 +msgctxt "Abbreviation for days" +msgid "d" +msgstr "" + +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:38 +msgctxt "Abbreviation for hours" msgid "h" msgstr "" -# Minutes (not minimum) -#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37 +msgctxt "Abbreviation for minutes" msgid "min" -msgstr "хв" +msgstr "" + +#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36 +msgctxt "Abbreviation for seconds" +msgid "s" +msgstr "" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "хв" #~ msgid "Enable debug" #~ msgstr "Активувати налагодження" |