diff options
Diffstat (limited to 'applications/luci-app-lxc')
-rw-r--r-- | applications/luci-app-lxc/luasrc/model/cbi/lxc.lua | 4 | ||||
-rw-r--r-- | applications/luci-app-lxc/po/es/lxc.po | 6 | ||||
-rw-r--r-- | applications/luci-app-lxc/po/pl/lxc.po | 53 | ||||
-rw-r--r-- | applications/luci-app-lxc/po/ro/lxc.po | 11 | ||||
-rw-r--r-- | applications/luci-app-lxc/po/ru/lxc.po | 8 | ||||
-rw-r--r-- | applications/luci-app-lxc/po/tr/lxc.po | 10 | ||||
-rw-r--r-- | applications/luci-app-lxc/po/vi/lxc.po | 10 | ||||
-rw-r--r-- | applications/luci-app-lxc/po/zh-cn/lxc.po | 16 |
8 files changed, 77 insertions, 41 deletions
diff --git a/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua b/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua index db7d19eb26..2987fced13 100644 --- a/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua +++ b/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua @@ -15,8 +15,8 @@ Author: Petar Koretic <petar.koretic@sartura.hr> ]]-- m = Map("lxc", translate("LXC Containers"), - translate("<b>Please note:</b> For LXC Containers you need a custom OpenWrt image.<br />") - .. translate("The image should include at least support for 'kernel cgroups', 'kernel namespaces' and 'miscellaneous LXC related options' plus 'kmod-veth' for optional network support.")) + translate("<b>Please note:</b> LXC Containers require features not available on OpenWrt images for devices with small flash.<br />") + .. translate("Also you may want to install 'kmod-veth' for optional network support.")) m:section(SimpleSection).template = "lxc" s = m:section(TypedSection, "lxc", translate("Options")) diff --git a/applications/luci-app-lxc/po/es/lxc.po b/applications/luci-app-lxc/po/es/lxc.po index f55994bf62..90ab097520 100644 --- a/applications/luci-app-lxc/po/es/lxc.po +++ b/applications/luci-app-lxc/po/es/lxc.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-10-22 08:52+0000\n" +"PO-Revision-Date: 2019-11-06 00:13+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationslxc/es/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:18 msgid "" @@ -43,7 +43,7 @@ msgstr "Crear nuevo contenedor" #: applications/luci-app-lxc/luasrc/view/lxc.htm:133 msgid "Delete" -msgstr "Borrar" +msgstr "Eliminar" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:31 msgid "Enable SSL" diff --git a/applications/luci-app-lxc/po/pl/lxc.po b/applications/luci-app-lxc/po/pl/lxc.po index 47f0da595a..43658032aa 100644 --- a/applications/luci-app-lxc/po/pl/lxc.po +++ b/applications/luci-app-lxc/po/pl/lxc.po @@ -1,102 +1,116 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-11-13 21:11+0000\n" +"Last-Translator: Michal L <michalrmsmi@wp.pl>\n" +"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationslxc/pl/>\n" "Language: pl\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:18 msgid "" "<b>Please note:</b> For LXC Containers you need a custom OpenWrt image.<br />" msgstr "" +"<b>Uwaga:</b>Dla kontenerów LXC potrzebny jest niestandardowy obraz OpenWrt.<" +"br />" #: applications/luci-app-lxc/luasrc/view/lxc.htm:29 #: applications/luci-app-lxc/luasrc/view/lxc.htm:47 msgid "Actions" -msgstr "" +msgstr "Akcje" #: applications/luci-app-lxc/luasrc/view/lxc.htm:23 msgid "Available Containers" -msgstr "" +msgstr "Dostępne kontenery" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:25 msgid "Containers URL" -msgstr "" +msgstr "Adresy URL kontenerów" #: applications/luci-app-lxc/luasrc/view/lxc.htm:53 msgid "Create" -msgstr "" +msgstr "Utwórz" #: applications/luci-app-lxc/luasrc/view/lxc.htm:41 msgid "Create New Container" -msgstr "" +msgstr "Utwórz nowy kontener" #: applications/luci-app-lxc/luasrc/view/lxc.htm:133 msgid "Delete" -msgstr "" +msgstr "Usuń" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:31 msgid "Enable SSL" -msgstr "" +msgstr "Włącz SSL" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:32 msgid "" "Enable optional SSL encryption support. This requires additional packages " "like 'wget', 'ca-certificates', 'gnupg' and 'gnupg-utils'." msgstr "" +"Włącz opcjonalną obsługę szyfrowania SSL. To wymaga dodatkowych pakietów, " +"takich jak 'wget', 'ca-certificates', 'gnupg' i 'gnupg-utils'." #: applications/luci-app-lxc/luasrc/view/lxc.htm:50 msgid "Enter new name" -msgstr "" +msgstr "Wprowadź nową nazwę" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:36 msgid "Free Space Threshold" -msgstr "" +msgstr "Próg wolnego miejsca" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:42 msgid "Free Temp Threshold" -msgstr "" +msgstr "Próg wolnej pamięci tymczasowej" #: applications/luci-app-lxc/luasrc/controller/lxc.lua:31 #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:17 msgid "LXC Containers" -msgstr "" +msgstr "Kontenery LXC" #: applications/luci-app-lxc/luasrc/view/lxc.htm:73 msgid "Loading" -msgstr "" +msgstr "Ładowanie" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:37 msgid "Minimum required free space for LXC Container creation in KB" msgstr "" +"Wymagana minimalna ilość wolnej pamięci dla stworzenia kontenera LXC w KB" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:43 msgid "Minimum required free temp space for LXC Container creation in KB" msgstr "" +"Wymagana minimalna ilość wolnej pamięci tymczasowej dla stworzenia kontenera " +"LXC w KB" #: applications/luci-app-lxc/luasrc/view/lxc.htm:27 #: applications/luci-app-lxc/luasrc/view/lxc.htm:45 msgid "Name" -msgstr "" +msgstr "Nazwa" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:22 msgid "Options" -msgstr "" +msgstr "Opcje" #: applications/luci-app-lxc/luasrc/view/lxc.htm:131 msgid "Start" -msgstr "" +msgstr "Uruchomienie" #: applications/luci-app-lxc/luasrc/view/lxc.htm:28 msgid "Status" -msgstr "" +msgstr "Status" #: applications/luci-app-lxc/luasrc/view/lxc.htm:132 msgid "Stop" -msgstr "" +msgstr "Stop" #: applications/luci-app-lxc/luasrc/view/lxc.htm:46 msgid "Template" -msgstr "" +msgstr "Szablon" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:19 msgid "" @@ -104,3 +118,6 @@ msgid "" "namespaces' and 'miscellaneous LXC related options' plus 'kmod-veth' for " "optional network support." msgstr "" +"Obraz powinien zawierać co najmniej obsługę dla 'kernel cgroups', 'kernel " +"namespaces' i 'miscellaneous LXC related options' plus 'kmod-veth' dla " +"opcjonalnego wsparcia sieci." diff --git a/applications/luci-app-lxc/po/ro/lxc.po b/applications/luci-app-lxc/po/ro/lxc.po index be1b34b6b7..727da332dd 100644 --- a/applications/luci-app-lxc/po/ro/lxc.po +++ b/applications/luci-app-lxc/po/ro/lxc.po @@ -1,8 +1,15 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-11-06 00:12+0000\n" +"Last-Translator: olimpiumarius <oliver_magnum44@yahoo.com>\n" +"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationslxc/ro/>\n" "Language: ro\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:18 msgid "" @@ -63,7 +70,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:73 msgid "Loading" -msgstr "" +msgstr "Incarcare" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:37 msgid "Minimum required free space for LXC Container creation in KB" @@ -88,7 +95,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:28 msgid "Status" -msgstr "" +msgstr "stsatus" #: applications/luci-app-lxc/luasrc/view/lxc.htm:132 msgid "Stop" diff --git a/applications/luci-app-lxc/po/ru/lxc.po b/applications/luci-app-lxc/po/ru/lxc.po index d6e7ecc101..03cca26172 100644 --- a/applications/luci-app-lxc/po/ru/lxc.po +++ b/applications/luci-app-lxc/po/ru/lxc.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-19 18:25+0000\n" -"Last-Translator: Anton Kikin <a.a.kikin@gmail.com>\n" +"PO-Revision-Date: 2019-11-15 03:06+0000\n" +"Last-Translator: Alex Vinnick <alexv10@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationslxc/ru/>\n" "Language: ru\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:18 msgid "" @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:73 msgid "Loading" -msgstr "" +msgstr "Загружаем" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:37 msgid "Minimum required free space for LXC Container creation in KB" diff --git a/applications/luci-app-lxc/po/tr/lxc.po b/applications/luci-app-lxc/po/tr/lxc.po index bf643cfc3c..06422c6be6 100644 --- a/applications/luci-app-lxc/po/tr/lxc.po +++ b/applications/luci-app-lxc/po/tr/lxc.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-11-13 13:07+0000\n" +"Last-Translator: Yunus BAYRAK <yunus@baygunelektronik.com>\n" +"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationslxc/tr/>\n" "Language: tr\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:18 msgid "" @@ -63,7 +69,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:73 msgid "Loading" -msgstr "" +msgstr "Yükleniyor" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:37 msgid "Minimum required free space for LXC Container creation in KB" @@ -88,7 +94,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:28 msgid "Status" -msgstr "" +msgstr "Durum" #: applications/luci-app-lxc/luasrc/view/lxc.htm:132 msgid "Stop" diff --git a/applications/luci-app-lxc/po/vi/lxc.po b/applications/luci-app-lxc/po/vi/lxc.po index 45a4643084..2900468618 100644 --- a/applications/luci-app-lxc/po/vi/lxc.po +++ b/applications/luci-app-lxc/po/vi/lxc.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-11-13 13:07+0000\n" +"Last-Translator: Le Van Uoc <kunkun3012@gmail.com>\n" +"Language-Team: Vietnamese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationslxc/vi/>\n" "Language: vi\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:18 msgid "" @@ -63,7 +69,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:73 msgid "Loading" -msgstr "" +msgstr "Đang tải" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:37 msgid "Minimum required free space for LXC Container creation in KB" @@ -88,7 +94,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:28 msgid "Status" -msgstr "" +msgstr "Trạng thái" #: applications/luci-app-lxc/luasrc/view/lxc.htm:132 msgid "Stop" diff --git a/applications/luci-app-lxc/po/zh-cn/lxc.po b/applications/luci-app-lxc/po/zh-cn/lxc.po index 75c09019e1..38e3c353a3 100644 --- a/applications/luci-app-lxc/po/zh-cn/lxc.po +++ b/applications/luci-app-lxc/po/zh-cn/lxc.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-22 08:52+0000\n" -"Last-Translator: Zheng Qian <sotux82@gmail.com>\n" +"PO-Revision-Date: 2019-11-15 03:06+0000\n" +"Last-Translator: Meano Lee <meanocat@gmail.com>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationslxc/zh_Hans/>\n" "Language: zh-cn\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:18 msgid "" @@ -42,7 +42,7 @@ msgstr "删除" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:31 msgid "Enable SSL" -msgstr "" +msgstr "启用 SSL" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:32 msgid "" @@ -82,15 +82,15 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:27 #: applications/luci-app-lxc/luasrc/view/lxc.htm:45 msgid "Name" -msgstr "" +msgstr "名称" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:22 msgid "Options" -msgstr "" +msgstr "选项" #: applications/luci-app-lxc/luasrc/view/lxc.htm:131 msgid "Start" -msgstr "" +msgstr "启动" #: applications/luci-app-lxc/luasrc/view/lxc.htm:28 msgid "Status" @@ -98,7 +98,7 @@ msgstr "状态" #: applications/luci-app-lxc/luasrc/view/lxc.htm:132 msgid "Stop" -msgstr "" +msgstr "停止" #: applications/luci-app-lxc/luasrc/view/lxc.htm:46 msgid "Template" |