Merge pull request #4037 from brvphoenix/hd-idle

luci-app-hd-idle: convert to client side rendering
This commit is contained in:
Jo-Philipp Wich 2020-06-16 17:03:19 +02:00 committed by GitHub
commit 5f54ad1b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 902 additions and 351 deletions

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
LUCI_TITLE:=Hard Disk Idle Spin-Down module LUCI_TITLE:=Hard Disk Idle Spin-Down module
LUCI_DEPENDS:=+luci-compat +hd-idle LUCI_DEPENDS:=+hd-idle
include ../../luci.mk include ../../luci.mk

View file

@ -0,0 +1,44 @@
'use strict';
'require form';
'require fs';
'require view';
return view.extend({
load: function() {
return fs.list('/dev').then(function(devs) {
return devs.filter(function(dev) {
return dev.type == 'block' ? dev.name.match(/^[sh]d[a-z]$/) : false;
});
});
},
render: function(devs) {
var m, s, o;
m = new form.Map('hd-idle', _('HDD Idle'), _('HDD Idle is a utility program for spinning-down external disks after a period of idle time.'));
s = m.section(form.TypedSection, 'hd-idle', _('Settings'));
s.anonymous = true;
s.addremove = true;
s.addbtntitle = _('Add new hdd setting...');
o = s.option(form.Flag, 'enabled', _('Enable'));
o.rmempty = false;
o = s.option(form.Value, 'disk', _('Disk'));
devs.forEach(function(dev) {
o.value(dev.name);
});
o = s.option(form.Value, 'idle_time_interval', _('Idle time'));
o.default = 10;
o = s.option(form.ListValue, 'idle_time_unit', _('Idle time unit'));
o.value('seconds', _('s', 'Abbreviation for seconds'));
o.value('minutes', _('min', 'Abbreviation for minutes'));
o.value('hours', _('h', 'Abbreviation for hours'));
o.value('days', _('d', 'Abbreviation for days'));
o.default = 'minutes';
return m.render();
}
});

View file

@ -1,29 +0,0 @@
-- Copyright 2008 Yanira <forum-2008@email.de>
-- Licensed to the public under the Apache License 2.0.
require("nixio.fs")
m = Map("hd-idle", translate("HDD Idle"),
translate("HDD Idle is a utility program for spinning-down external " ..
"disks after a period of idle time."))
s = m:section(TypedSection, "hd-idle", translate("Settings"))
s.anonymous = true
s:option(Flag, "enabled", translate("Enable"))
disk = s:option(Value, "disk", translate("Disk"))
disk.rmempty = true
for dev in nixio.fs.glob("/dev/[sh]d[a-z]") do
disk:value(nixio.fs.basename(dev))
end
s:option(Value, "idle_time_interval", translate("Idle time")).default = 10
s.rmempty = true
unit = s:option(ListValue, "idle_time_unit", translate("Idle time unit"))
unit.default = "minutes"
unit:value("minutes", translate("min"))
unit:value("hours", translate("h"))
unit.rmempty = true
return m

View file

@ -15,11 +15,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "Disc" msgstr "Disc"
#: 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" msgid "Enable"
msgstr "Habilita" msgstr "Habilita"
@ -27,12 +31,12 @@ msgstr "Habilita"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -40,27 +44,45 @@ msgstr ""
"HDD Idle és un programa per ralentitzar els discos externs després d'un " "HDD Idle és un programa per ralentitzar els discos externs després d'un "
"període de temps inactiu." "període de temps inactiu."
#: 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" msgid "Idle time"
msgstr "Temps d'inactivitat" msgstr "Temps d'inactivitat"
#: 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" msgid "Idle time unit"
msgstr "Unitat de temps d'inactivitat" msgstr "Unitat de temps d'inactivitat"
#: 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" msgid "Settings"
msgstr "Ajusts" msgstr "Ajusts"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "h" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "h"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "min"
msgstr "min"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Habilita la depuració" #~ msgstr "Habilita la depuració"

View file

@ -15,11 +15,15 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "Disk" msgstr "Disk"
#: 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" msgid "Enable"
msgstr "Povolit" msgstr "Povolit"
@ -27,12 +31,12 @@ msgstr "Povolit"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -40,27 +44,45 @@ msgstr ""
"HDD Idle je utilita pro vypnutí externích pevných disků po určité době " "HDD Idle je utilita pro vypnutí externích pevných disků po určité době "
"nečinnosti." "nečinnosti."
#: 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" msgid "Idle time"
msgstr "Čas nečinnosti" msgstr "Čas nečinnosti"
#: 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" msgid "Idle time unit"
msgstr "Čas nečinnosti - jednotka" msgstr "Čas nečinnosti - jednotka"
#: 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" msgid "Settings"
msgstr "Nastavení" msgstr "Nastavení"
# Hodin #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "h" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hodin
#~ msgid "h"
#~ msgstr "h"
# Minut (ne minimum) # Minut (ne minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "min"
msgstr "min"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Povolit ladění" #~ msgstr "Povolit ladění"

View file

@ -13,11 +13,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.4\n" "X-Generator: Pootle 2.0.4\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" msgid "Disk"
msgstr "Festplatte" msgstr "Festplatte"
#: 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" msgid "Enable"
msgstr "Aktivieren" msgstr "Aktivieren"
@ -25,12 +29,12 @@ msgstr "Aktivieren"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -38,27 +42,45 @@ msgstr ""
"HDD Idle ist ein Hilfsprogramm um externe Festplatten nach einer " "HDD Idle ist ein Hilfsprogramm um externe Festplatten nach einer "
"festgelegten Leerlaufzeit herunter zu fahren." "festgelegten Leerlaufzeit herunter zu fahren."
#: 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" msgid "Idle time"
msgstr "Leerlaufzeit" msgstr "Leerlaufzeit"
#: 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" msgid "Idle time unit"
msgstr "Leerlaufzeiteinheit" msgstr "Leerlaufzeiteinheit"
#: 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" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "Stunden" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "Stunden"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "Minuten"
msgstr "Minuten"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Debug-Ausgaben aktivieren" #~ msgstr "Debug-Ausgaben aktivieren"

View file

@ -13,11 +13,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.4\n" "X-Generator: Pootle 2.0.4\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" msgid "Disk"
msgstr "Δίσκος" 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" msgid "Enable"
msgstr "Ενεργοποίηση" msgstr "Ενεργοποίηση"
@ -25,38 +29,56 @@ msgstr "Ενεργοποίηση"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "" msgstr ""
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
msgstr "" 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" msgid "Idle time"
msgstr "" 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" msgid "Idle time unit"
msgstr "" 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" msgid "Settings"
msgstr "Ρυθμίσεις" msgstr "Ρυθμίσεις"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "ω" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "ω"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "λεπτά"
msgstr "λεπτά"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Ενεργοποίηση αποσφαλμάτωσης" #~ msgstr "Ενεργοποίηση αποσφαλμάτωσης"

View file

@ -11,11 +11,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\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" msgid "Disk"
msgstr "Disk" msgstr "Disk"
#: 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" msgid "Enable"
msgstr "Enable" msgstr "Enable"
@ -23,12 +27,12 @@ msgstr "Enable"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "" msgstr ""
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -36,27 +40,45 @@ msgstr ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
#: 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" msgid "Idle time"
msgstr "Idle time" msgstr "Idle time"
#: 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" msgid "Idle time unit"
msgstr "Idle time unit" msgstr "Idle time unit"
#: 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" msgid "Settings"
msgstr "Settings" msgstr "Settings"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "h" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "h"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "min"
msgstr "min"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Enable debug" #~ msgstr "Enable debug"

View file

@ -13,11 +13,15 @@ msgstr ""
"X-Generator: Poedit 2.2.4\n" "X-Generator: Poedit 2.2.4\n"
"Language-Team: \n" "Language-Team: \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" msgid "Disk"
msgstr "Disco" msgstr "Disco"
#: 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" msgid "Enable"
msgstr "Activar" msgstr "Activar"
@ -25,12 +29,12 @@ msgstr "Activar"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -38,27 +42,45 @@ msgstr ""
"HDD Idle es un programa que gestiona el reposo de discos externos tras un " "HDD Idle es un programa que gestiona el reposo de discos externos tras un "
"tiempo de inactividad." "tiempo de inactividad."
#: 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" msgid "Idle time"
msgstr "Tiempo de inactividad" msgstr "Tiempo de inactividad"
#: 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" msgid "Idle time unit"
msgstr "Unidad de tiempo" msgstr "Unidad de tiempo"
#: 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" msgid "Settings"
msgstr "Configuración" msgstr "Configuración"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "Horas" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "Horas"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "Minutos"
msgstr "Minutos"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Activar depuración" #~ msgstr "Activar depuración"

View file

@ -13,11 +13,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "Disque" msgstr "Disque"
#: 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" msgid "Enable"
msgstr "Activer" msgstr "Activer"
@ -25,12 +29,12 @@ msgstr "Activer"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -38,27 +42,45 @@ msgstr ""
"HDD Idle est un utilitaire pour arrêter la rotation des disques externes " "HDD Idle est un utilitaire pour arrêter la rotation des disques externes "
"après une période d'inactivité." "après une période d'inactivité."
#: 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" msgid "Idle time"
msgstr "Temps d'inactivité" msgstr "Temps d'inactivité"
#: 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" msgid "Idle time unit"
msgstr "Unité de temps" msgstr "Unité de temps"
#: 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" msgid "Settings"
msgstr "Réglages" msgstr "Réglages"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "h" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "h"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "min"
msgstr "min"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Activer le débogage" #~ msgstr "Activer le débogage"

View file

@ -15,11 +15,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.4\n" "X-Generator: Pootle 2.0.4\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" msgid "Disk"
msgstr "כונן" 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" msgid "Enable"
msgstr "אפשר" msgstr "אפשר"
@ -27,12 +31,12 @@ msgstr "אפשר"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "" msgstr ""
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -40,27 +44,45 @@ msgstr ""
"HDD Idle הינה תוכנת שירות שמטרתה להקטין את מהירות הסיבוב של כוננים חיצוניים " "HDD Idle הינה תוכנת שירות שמטרתה להקטין את מהירות הסיבוב של כוננים חיצוניים "
"לאחר זמן מסוים של חוסר פעילות." "לאחר זמן מסוים של חוסר פעילות."
#: 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" msgid "Idle time"
msgstr "זמן חוסר פעילות" 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" msgid "Idle time unit"
msgstr "יחידת זמן חוסר פעילות" 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" msgid "Settings"
msgstr "הגדרות" msgstr "הגדרות"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "ש'" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "ש'"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "דק'"
msgstr "דק'"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "אפשר ניפוי שגיאות" #~ msgstr "אפשר ניפוי שגיאות"

View file

@ -15,11 +15,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "Lemez" msgstr "Lemez"
#: 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" msgid "Enable"
msgstr "Engedélyezés" msgstr "Engedélyezés"
@ -27,12 +31,12 @@ msgstr "Engedélyezés"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -40,27 +44,45 @@ msgstr ""
"HDD Idle egy a külső lemezek adott üresjárati idő után történő leállítására " "HDD Idle egy a külső lemezek adott üresjárati idő után történő leállítására "
"szolgáló segédprogram." "szolgáló segédprogram."
#: 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" msgid "Idle time"
msgstr "Üresjárati idő" msgstr "Üresjárati idő"
#: 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" msgid "Idle time unit"
msgstr "Üresjárati idő egysége" msgstr "Üresjárati idő egysége"
#: 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" msgid "Settings"
msgstr "Beállítások" msgstr "Beállítások"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "óra" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "óra"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "perc"
msgstr "perc"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Hibakeresés engedélyezése" #~ msgstr "Hibakeresés engedélyezése"

View file

@ -13,11 +13,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "Disco" msgstr "Disco"
#: 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" msgid "Enable"
msgstr "Abilita" msgstr "Abilita"
@ -25,12 +29,12 @@ msgstr "Abilita"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -38,27 +42,45 @@ msgstr ""
"HDD Idle è un programma per mettere in standby i dischi esterni dopo un " "HDD Idle è un programma per mettere in standby i dischi esterni dopo un "
"periodo di inattività." "periodo di inattività."
#: 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" msgid "Idle time"
msgstr "Tempo di inattività" msgstr "Tempo di inattività"
#: 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" msgid "Idle time unit"
msgstr "Unità di misura del tempo di inattività" msgstr "Unità di misura del tempo di inattività"
#: 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" msgid "Settings"
msgstr "Opzioni" msgstr "Opzioni"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "ora/e" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "ora/e"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "min"
msgstr "min"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Abilita debug" #~ msgstr "Abilita debug"

View file

@ -13,11 +13,15 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "ディスク" 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" msgid "Enable"
msgstr "有効" msgstr "有効"
@ -25,12 +29,12 @@ msgstr "有効"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -38,27 +42,45 @@ msgstr ""
"HDD Idleはアイドル時に外部ディスクをスピンダウンさせるための、ユーティリティ" "HDD Idleはアイドル時に外部ディスクをスピンダウンさせるための、ユーティリティ"
"プログラムです。" "プログラムです。"
#: 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" msgid "Idle time"
msgstr "アイドル時間" 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" msgid "Idle time unit"
msgstr "アイドル時間 (単位)" 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" msgid "Settings"
msgstr "設定" msgstr "設定"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "時" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "時"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "分"
msgstr "分"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "デバッグを有効にする" #~ msgstr "デバッグを有効にする"

View file

@ -12,11 +12,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\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" msgid "Disk"
msgstr "" 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" msgid "Enable"
msgstr "" msgstr ""
@ -24,35 +28,45 @@ msgstr ""
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "" msgstr ""
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
msgstr "" 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" msgid "Idle time"
msgstr "" 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" msgid "Idle time unit"
msgstr "" 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" msgid "Settings"
msgstr "" msgstr ""
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "" msgstr ""
# Minutes (not minimum) #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 msgctxt "Abbreviation for minutes"
msgid "min" 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 ""

View file

@ -4,11 +4,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\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" msgid "Disk"
msgstr "Disk" msgstr "Disk"
#: 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" msgid "Enable"
msgstr "Aktiver" msgstr "Aktiver"
@ -16,12 +20,12 @@ msgstr "Aktiver"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -29,25 +33,43 @@ msgstr ""
"HDD Idle er et verktøy for å spinne ned eksterne disker etter en periode med " "HDD Idle er et verktøy for å spinne ned eksterne disker etter en periode med "
"inaktivitet." "inaktivitet."
#: 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" msgid "Idle time"
msgstr "Tid inaktiv" msgstr "Tid inaktiv"
#: 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" msgid "Idle time unit"
msgstr "Tidsenhet" msgstr "Tidsenhet"
#: 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" msgid "Settings"
msgstr "Innstillinger" msgstr "Innstillinger"
#: 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
msgid "h" msgctxt "Abbreviation for days"
msgstr "timer" msgid "d"
msgstr ""
#: 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:38
msgctxt "Abbreviation for hours"
msgid "h"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min" msgid "min"
msgstr "minutter" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
#~ msgid "h"
#~ msgstr "timer"
#~ msgid "min"
#~ msgstr "minutter"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Aktiver feilsøking" #~ msgstr "Aktiver feilsøking"

View file

@ -14,11 +14,15 @@ msgstr ""
"|| n%100>=20) ? 1 : 2);\n" "|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.4\n" "X-Generator: Pootle 2.0.4\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" msgid "Disk"
msgstr "Dysk" msgstr "Dysk"
#: 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" msgid "Enable"
msgstr "Włącz" msgstr "Włącz"
@ -26,12 +30,12 @@ msgstr "Włącz"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -39,27 +43,45 @@ msgstr ""
"HDD Idle jest narzędziem do zwalniania obrotów zewnętrznych dysków po " "HDD Idle jest narzędziem do zwalniania obrotów zewnętrznych dysków po "
"określonym czasie bezczynności." "określonym czasie bezczynności."
#: 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" msgid "Idle time"
msgstr "Czas bezczynności" msgstr "Czas bezczynności"
#: 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" msgid "Idle time unit"
msgstr "Jednostka czasu bezczynności" msgstr "Jednostka czasu bezczynności"
#: 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" msgid "Settings"
msgstr "Ustawienia" msgstr "Ustawienia"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "godz." msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "godz."
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "min"
msgstr "min"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Włącz tryb debugowania" #~ msgstr "Włącz tryb debugowania"

View file

@ -13,11 +13,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "Disco" msgstr "Disco"
#: 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" msgid "Enable"
msgstr "Ativar" msgstr "Ativar"
@ -25,12 +29,12 @@ msgstr "Ativar"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -38,27 +42,45 @@ msgstr ""
"HDD Idle é um programa utilitário para activar o modo \"economia de energia" "HDD Idle é um programa utilitário para activar o modo \"economia de energia"
"\" (spinning-down) de discos externos após um período de ociosidade." "\" (spinning-down) de discos externos após um período de ociosidade."
#: 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" msgid "Idle time"
msgstr "Tempo de ociosidade" msgstr "Tempo de ociosidade"
#: 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" msgid "Idle time unit"
msgstr "Unidade de tempo de ociosidade" msgstr "Unidade de tempo de ociosidade"
#: 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" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "h" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "h"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "min"
msgstr "min"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Ativar debug" #~ msgstr "Ativar debug"

View file

@ -13,11 +13,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.4\n" "X-Generator: Pootle 2.0.4\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" msgid "Disk"
msgstr "Disco" msgstr "Disco"
#: 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" msgid "Enable"
msgstr "Habilitar" msgstr "Habilitar"
@ -25,12 +29,12 @@ msgstr "Habilitar"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -38,27 +42,45 @@ msgstr ""
"HDD Idle é um programa utilitário para ativar o modo \"economia de energia" "HDD Idle é um programa utilitário para ativar o modo \"economia de energia"
"\" (spinning-down) de discos externos após um período de ociosidade." "\" (spinning-down) de discos externos após um período de ociosidade."
#: 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" msgid "Idle time"
msgstr "Tempo de ociosidade" msgstr "Tempo de ociosidade"
#: 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" msgid "Idle time unit"
msgstr "Unidade do tempo da ociosidade" msgstr "Unidade do tempo da ociosidade"
#: 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" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "horas" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "horas"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "minutos"
msgstr "minutos"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Ativar depuração" #~ msgstr "Ativar depuração"

View file

@ -16,11 +16,15 @@ msgstr ""
"20)) ? 1 : 2);;\n" "20)) ? 1 : 2);;\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "Disc" msgstr "Disc"
#: 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" msgid "Enable"
msgstr "Activeaza" msgstr "Activeaza"
@ -28,12 +32,12 @@ msgstr "Activeaza"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -41,27 +45,45 @@ msgstr ""
"HDD Idle este un utilitar pentru a oprit din rotatie hard disc-urile externe " "HDD Idle este un utilitar pentru a oprit din rotatie hard disc-urile externe "
"dupa o anumita perioada de inactivitate." "dupa o anumita perioada de inactivitate."
#: 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" msgid "Idle time"
msgstr "Timp de inactivitate" msgstr "Timp de inactivitate"
#: 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" msgid "Idle time unit"
msgstr "Unitatea de timp pentru masurarea inactivitatii" msgstr "Unitatea de timp pentru masurarea inactivitatii"
#: 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" msgid "Settings"
msgstr "Setari" msgstr "Setari"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "ore" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "ore"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "minute"
msgstr "minute"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Activeaza informatii suplimentare de tip \"debug\"" #~ msgstr "Activeaza informatii suplimentare de tip \"debug\""

View file

@ -15,11 +15,15 @@ msgstr ""
"Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" "интерфейс, все проверялось в графическом режиме, совместим с другими apps\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" msgid "Disk"
msgstr "Диск" 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" msgid "Enable"
msgstr "Включить" msgstr "Включить"
@ -27,12 +31,12 @@ msgstr "Включить"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -40,22 +44,40 @@ msgstr ""
"Утилита HDD Idle позволяет замедлять внешние диски после определённого " "Утилита HDD Idle позволяет замедлять внешние диски после определённого "
"времени бездействия." "времени бездействия."
#: 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" msgid "Idle time"
msgstr "Время бездействия" 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" msgid "Idle time unit"
msgstr "Единицы времени бездействия" 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" msgid "Settings"
msgstr "Настройка" msgstr "Настройка"
#: 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
msgid "h" msgctxt "Abbreviation for days"
msgstr "ч" msgid "d"
msgstr ""
#: 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:38
msgctxt "Abbreviation for hours"
msgid "h"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min" 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 ""
#~ msgid "h"
#~ msgstr "ч"
#~ msgid "min"
#~ msgstr "мин"

View file

@ -8,11 +8,15 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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" msgid "Disk"
msgstr "" 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" msgid "Enable"
msgstr "" msgstr ""
@ -20,33 +24,45 @@ msgstr ""
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "" msgstr ""
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
msgstr "" 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" msgid "Idle time"
msgstr "" 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" msgid "Idle time unit"
msgstr "" 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" msgid "Settings"
msgstr "" msgstr ""
#: 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" msgid "h"
msgstr "" msgstr ""
#: 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" 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 ""

View file

@ -9,11 +9,15 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\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" msgid "Disk"
msgstr "" 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" msgid "Enable"
msgstr "" msgstr ""
@ -21,33 +25,45 @@ msgstr ""
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "" msgstr ""
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
msgstr "" 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" msgid "Idle time"
msgstr "" 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" msgid "Idle time unit"
msgstr "" 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" msgid "Settings"
msgstr "" msgstr ""
#: 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" msgid "h"
msgstr "" msgstr ""
#: 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" 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 ""

View file

@ -1,11 +1,15 @@
msgid "" msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8" msgstr "Content-Type: text/plain; charset=UTF-8"
#: 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" msgid "Disk"
msgstr "" 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" msgid "Enable"
msgstr "" msgstr ""
@ -13,33 +17,45 @@ msgstr ""
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "" msgstr ""
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
msgstr "" 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" msgid "Idle time"
msgstr "" 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" msgid "Idle time unit"
msgstr "" 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" msgid "Settings"
msgstr "" msgstr ""
#: 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" msgid "h"
msgstr "" msgstr ""
#: 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" 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 ""

View file

@ -15,11 +15,15 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "Disk" msgstr "Disk"
#: 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" msgid "Enable"
msgstr "Kullanıma Aç" msgstr "Kullanıma Aç"
@ -27,12 +31,12 @@ msgstr "Kullanıma Aç"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "Harddisk-Park" msgstr "Harddisk-Park"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -40,27 +44,45 @@ msgstr ""
"Harddisk-Park belirli bir zaman sonra diskleri beklemeye alan bir yardımcı " "Harddisk-Park belirli bir zaman sonra diskleri beklemeye alan bir yardımcı "
"programdır" "programdır"
#: 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" msgid "Idle time"
msgstr "Bekleme Zamanı" msgstr "Bekleme Zamanı"
#: 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" msgid "Idle time unit"
msgstr "bekleme zamanı birimi" msgstr "bekleme zamanı birimi"
#: 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" msgid "Settings"
msgstr "Ayarlar" msgstr "Ayarlar"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "s" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "s"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "d"
msgstr "d"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Hata Ayıklama" #~ msgstr "Hata Ayıklama"

View file

@ -16,11 +16,15 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "Диск" 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" msgid "Enable"
msgstr "Активувати" msgstr "Активувати"
@ -28,39 +32,53 @@ msgstr "Активувати"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
#, fuzzy #, fuzzy
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HD-простій" 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
msgstr "" 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" msgid "Idle time"
msgstr "Час простою" 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" msgid "Idle time unit"
msgstr "" 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" msgid "Settings"
msgstr "Налаштування" msgstr "Налаштування"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "" msgstr ""
# Minutes (not minimum) #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 msgctxt "Abbreviation for minutes"
msgid "min" 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" #~ msgid "Enable debug"
#~ msgstr "Активувати налагодження" #~ msgstr "Активувати налагодження"

View file

@ -13,11 +13,15 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n" "X-Generator: Pootle 1.1.0\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" msgid "Disk"
msgstr "Ổ đĩa" msgstr "Ổ đĩa"
#: 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
#, fuzzy #, fuzzy
msgid "Enable" msgid "Enable"
msgstr "Kích hoạt debug" msgstr "Kích hoạt debug"
@ -26,12 +30,12 @@ msgstr "Kích hoạt debug"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "HDD Idle" msgstr "HDD Idle"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
@ -39,29 +43,39 @@ msgstr ""
"HDD Idle là một chương trình tiện ích để quay các đĩa ngoài sau một khoảng " "HDD Idle là một chương trình tiện ích để quay các đĩa ngoài sau một khoảng "
"thời gian idle." "thời gian idle."
#: 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
#, fuzzy #, fuzzy
msgid "Idle time" msgid "Idle time"
msgstr "Thời gian Idle" msgstr "Thời gian Idle"
#: 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
#, fuzzy #, fuzzy
msgid "Idle time unit" msgid "Idle time unit"
msgstr "Đơn vị thời gian Idle" msgstr "Đơn vị thời gian Idle"
#: 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" msgid "Settings"
msgstr "Sắp đặt" msgstr "Sắp đặt"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "" msgstr ""
# Minutes (not minimum) #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 msgctxt "Abbreviation for minutes"
msgid "min" 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 ""
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "Kích hoạt debug" #~ msgstr "Kích hoạt debug"

View file

@ -13,11 +13,15 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "硬盘" 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" msgid "Enable"
msgstr "开启" msgstr "开启"
@ -25,38 +29,56 @@ msgstr "开启"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "硬盘休眠" msgstr "硬盘休眠"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
msgstr "硬盘休眠是一个让硬盘在空闲一段时间后休眠的工具" 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" msgid "Idle time"
msgstr "空闲时间" 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" msgid "Idle time unit"
msgstr "空闲时间单位" 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" msgid "Settings"
msgstr "设置" msgstr "设置"
# Hours #: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:39
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:26 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" msgid "h"
msgstr "小时" msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:36
msgctxt "Abbreviation for seconds"
msgid "s"
msgstr ""
# Hours
#~ msgid "h"
#~ msgstr "小时"
# Minutes (not minimum) # Minutes (not minimum)
#: applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua:25 #~ msgid "min"
msgid "min" #~ msgstr "分钟"
msgstr "分钟"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "开启调试" #~ msgstr "开启调试"

View file

@ -11,11 +11,15 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.6\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" msgid "Disk"
msgstr "磁碟" 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" msgid "Enable"
msgstr "啟用" msgstr "啟用"
@ -23,36 +27,54 @@ msgstr "啟用"
msgid "Grant UCI access for luci-app-hd-idle" msgid "Grant UCI access for luci-app-hd-idle"
msgstr "" 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 #: applications/luci-app-hd-idle/root/usr/share/luci/menu.d/luci-app-hd-idle.json:3
msgid "HDD Idle" msgid "HDD Idle"
msgstr "硬碟休眠" msgstr "硬碟休眠"
#: 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 "" msgid ""
"HDD Idle is a utility program for spinning-down external disks after a " "HDD Idle is a utility program for spinning-down external disks after a "
"period of idle time." "period of idle time."
msgstr "硬碟休眠是控制當硬碟閒置一段時間後進入休眠模式的工具" 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" msgid "Idle time"
msgstr "休眠時間" 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" msgid "Idle time unit"
msgstr "休眠時間單位" 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" msgid "Settings"
msgstr "設定" msgstr "設定"
#: 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
msgid "h" msgctxt "Abbreviation for days"
msgstr "小時" msgid "d"
msgstr ""
#: 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:38
msgctxt "Abbreviation for hours"
msgid "h"
msgstr ""
#: applications/luci-app-hd-idle/htdocs/luci-static/resources/view/hd_idle.js:37
msgctxt "Abbreviation for minutes"
msgid "min" 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 ""
#~ msgid "h"
#~ msgstr "小時"
#~ msgid "min"
#~ msgstr "分鐘"
#~ msgid "Enable debug" #~ msgid "Enable debug"
#~ msgstr "啟用偵錯模式" #~ msgstr "啟用偵錯模式"

View file

@ -3,9 +3,8 @@
"title": "HDD Idle", "title": "HDD Idle",
"order": 60, "order": 60,
"action": { "action": {
"type": "cbi", "type": "view",
"path": "hd_idle", "path": "hd_idle"
"post": { "cbi.submit": true }
}, },
"depends": { "depends": {
"acl": [ "luci-app-hd-idle" ], "acl": [ "luci-app-hd-idle" ],

View file

@ -2,6 +2,9 @@
"luci-app-hd-idle": { "luci-app-hd-idle": {
"description": "Grant UCI access for luci-app-hd-idle", "description": "Grant UCI access for luci-app-hd-idle",
"read": { "read": {
"file": {
"/dev": [ "list" ]
},
"uci": [ "hd-idle" ] "uci": [ "hd-idle" ]
}, },
"write": { "write": {