summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-opkg
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-opkg')
-rw-r--r--applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js12
-rw-r--r--applications/luci-app-opkg/po/da/opkg.po94
-rw-r--r--applications/luci-app-opkg/po/fi/opkg.po42
-rw-r--r--applications/luci-app-opkg/po/pt/opkg.po20
-rw-r--r--applications/luci-app-opkg/po/ro/opkg.po10
-rw-r--r--applications/luci-app-opkg/po/sk/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/uk/opkg.po10
7 files changed, 106 insertions, 90 deletions
diff --git a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
index 69b69be9b9..57f2006e53 100644
--- a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
+++ b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
@@ -994,13 +994,13 @@ function updateLists(data)
});
}
-var keyTimeout = null;
+var inputTimeout = null;
-function handleKeyUp(ev) {
- if (keyTimeout !== null)
- window.clearTimeout(keyTimeout);
+function handleInput(ev) {
+ if (inputTimeout !== null)
+ window.clearTimeout(inputTimeout);
- keyTimeout = window.setTimeout(function() {
+ inputTimeout = window.setTimeout(function() {
display(ev.target.value);
}, 250);
}
@@ -1027,7 +1027,7 @@ return view.extend({
E('div', {}, [
E('label', {}, _('Filter') + ':'),
E('span', { 'class': 'control-group' }, [
- E('input', { 'type': 'text', 'name': 'filter', 'placeholder': _('Type to filter…'), 'value': query, 'keyup': handleKeyUp }),
+ E('input', { 'type': 'text', 'name': 'filter', 'placeholder': _('Type to filter…'), 'value': query, 'input': handleInput }),
E('button', { 'class': 'btn cbi-button', 'click': handleReset }, [ _('Clear') ])
])
]),
diff --git a/applications/luci-app-opkg/po/da/opkg.po b/applications/luci-app-opkg/po/da/opkg.po
index 57ca133137..ed5bcee9c5 100644
--- a/applications/luci-app-opkg/po/da/opkg.po
+++ b/applications/luci-app-opkg/po/da/opkg.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-12-03 21:07+0000\n"
+"PO-Revision-Date: 2022-02-10 14:24+0000\n"
"Last-Translator: drax red <drax@outlook.dk>\n"
"Language-Team: Danish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsopkg/da/>\n"
@@ -8,7 +8,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 4.10-dev\n"
+"X-Generator: Weblate 4.11-dev\n"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1044
msgid "Actions"
@@ -16,7 +16,7 @@ msgstr "Handlinger"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:850
msgid "Automatically remove unused dependencies"
-msgstr ""
+msgstr "Fjern automatisk ubrugte dependencies"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1054
msgid "Available"
@@ -29,6 +29,11 @@ msgid ""
"custom repository entries. The configuration in the other files may be "
"changed but is usually not preserved by <em>sysupgrade</em>."
msgstr ""
+"Nedenfor er en liste over de forskellige konfigurationsfiler, der anvendes "
+"af <em>opkg</em>. Brug<em>opkg.conf</em>til globale indstillinger og "
+"<em>customfeeds.conf</em> til brugerdefinerede poster i repositoriet. "
+"Konfigurationen i de andre filer kan ændres, men den bevares normalt ikke af "
+"<em>sysupgrade</em>."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:697
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:743
@@ -44,11 +49,11 @@ msgstr "Ryd"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1048
msgid "Configure opkg…"
-msgstr ""
+msgstr "Konfigurer opkg…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:669
msgid "Dependencies"
-msgstr ""
+msgstr "Dependencies"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:675
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:835
@@ -58,7 +63,7 @@ msgstr "Beskrivelse"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:680
msgid "Details for package <em>%h</em>"
-msgstr ""
+msgstr "Detaljer for pakke <em>%h</em>"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:923
msgid "Dismiss"
@@ -66,19 +71,19 @@ msgstr "Afvis"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:332
msgid "Displaying %d-%d of %d"
-msgstr ""
+msgstr "Viser %d-%d af %d"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1036
msgid "Download and install package"
-msgstr ""
+msgstr "Download og installer pakken"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:901
msgid "Errors"
-msgstr ""
+msgstr "Fejl"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:878
msgid "Executing package manager"
-msgstr ""
+msgstr "Udførelse af pakkeadministrator"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1028
msgid "Filter"
@@ -90,7 +95,7 @@ msgstr "Ledig plads"
#: applications/luci-app-opkg/root/usr/share/rpcd/acl.d/luci-app-opkg.json:3
msgid "Grant access to opkg management"
-msgstr ""
+msgstr "Giv adgang til opkg administration"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:705
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:721
@@ -110,18 +115,20 @@ msgid ""
"Installing packages from untrusted sources is a potential security risk! "
"Really attempt to install <em>%h</em>?"
msgstr ""
+"Installation af pakker fra kilder, der ikke er tillid til, er en potentiel "
+"sikkerhedsrisiko! Forsøger du virkelig at installere <em>%h</em>?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:272
msgid "Install…"
-msgstr ""
+msgstr "Installer…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:754
msgid "Loading configuration data…"
-msgstr ""
+msgstr "Indlæser konfigurationsdata…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:977
msgid "Loading package information…"
-msgstr ""
+msgstr "Indlæser pakkeoplysninger…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:939
msgid "MD5"
@@ -130,7 +137,7 @@ msgstr "MD5"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:737
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:935
msgid "Manually install package"
-msgstr ""
+msgstr "Installer pakke manuelt"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:482
msgid "Needs upgrade"
@@ -150,7 +157,7 @@ msgstr "Ingen pakker"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:349
msgid "No packages matching \"<strong>%h</strong>\"."
-msgstr ""
+msgstr "Ingen pakker, der matcher \"<strong>%h</strong>\"."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:514
msgid "Not available"
@@ -168,19 +175,19 @@ msgstr "OK"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:801
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:815
msgid "OPKG Configuration"
-msgstr ""
+msgstr "OPKG konfiguration"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692
msgid "Overwrite files from other package(s)"
-msgstr ""
+msgstr "Overskriv filer fra andre pakke(r)"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1069
msgid "Package name"
-msgstr ""
+msgstr "Pakkenavn"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1038
msgid "Package name or URL…"
-msgstr ""
+msgstr "Pakkenavn eller URL…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1061
msgid "Previous page"
@@ -188,7 +195,7 @@ msgstr "Forrige side"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:734
msgid "Really attempt to install <em>%h</em>?"
-msgstr ""
+msgstr "Forsøger du virkelig at installere <em>%h</em>?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:864
msgid "Remove"
@@ -196,29 +203,30 @@ msgstr "Fjern"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:840
msgid "Remove package <em>%h</em>"
-msgstr ""
+msgstr "Fjern pakke <em>%h</em>"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:260
msgid "Remove…"
-msgstr ""
+msgstr "Fjern…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:665
msgid "Require approx. %.1024mB size for %d package(s) to install."
-msgstr ""
+msgstr "Kræver ca. %.1024mB størrelse for %d pakke(r) at installere."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:489
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:507
msgid "Require version %h %h, installed %h"
-msgstr ""
+msgstr "Kræver version %h %h, installeret %h"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:512
msgid ""
"Required dependency package <em>%h</em> is not available in any repository."
msgstr ""
+"Påkrævet dependency pakke <em>%h</em> er ikke tilgængelig i noget repository."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:480
msgid "Requires update to %h %h"
-msgstr ""
+msgstr "Kræver opdatering til %h %h"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:350
msgid "Reset"
@@ -234,7 +242,7 @@ msgstr "Gem"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:802
msgid "Saving configuration data…"
-msgstr ""
+msgstr "Gemmer konfigurationsdata…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:683
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:843
@@ -244,7 +252,7 @@ msgstr "Størrelse"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1071
msgid "Size (.ipk)"
-msgstr ""
+msgstr "Størrelse (.ipk)"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1019
#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3
@@ -253,43 +261,47 @@ msgstr "Software"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:906
msgid "The <em>opkg %h</em> command failed with code <code>%d</code>."
-msgstr ""
+msgstr "Kommandoen <em>opkg %h</em> mislykkedes med koden <code>%d</code>."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:485
msgid ""
"The installed version of package <em>%h</em> is not compatible, require %s "
"while %s is installed."
msgstr ""
+"Den installerede version af pakken <em>%h</em> er ikke kompatibel, kræver %s "
+"mens %s er installeret."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:730
msgid "The package <em>%h</em> is not available in any configured repository."
-msgstr ""
+msgstr "Pakken <em>%h</em> er ikke tilgængelig i noget konfigureret repository."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:502
msgid ""
"The repository version of package <em>%h</em> is not compatible, require %s "
"but only %s is available."
msgstr ""
+"repository version af pakken <em>%h</em> er ikke kompatibel, kræver %s, men "
+"kun %s er tilgængelig."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1030
msgid "Type to filter…"
-msgstr ""
+msgstr "Skriv for at filtrere…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:925
msgid "Unable to execute <em>opkg %s</em> command: %s"
-msgstr ""
+msgstr "Kan ikke udføre <em>opkg %s</em> kommando: %s"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:768
msgid "Unable to read %s: %s"
-msgstr ""
+msgstr "Kan ikke læse %s: %s"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:807
msgid "Unable to save %s: %s"
-msgstr ""
+msgstr "Kan ikke gemme %s: %s"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1046
msgid "Update lists…"
-msgstr ""
+msgstr "Opdater lister…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1056
msgid "Updates"
@@ -298,11 +310,11 @@ msgstr "Opdateringer"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:249
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:278
msgid "Upgrade…"
-msgstr ""
+msgstr "Opgrader…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1047
msgid "Upload Package…"
-msgstr ""
+msgstr "Upload pakke…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:682
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:842
@@ -313,11 +325,11 @@ msgstr "Version"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:491
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:509
msgid "Version incompatible"
-msgstr ""
+msgstr "Version inkompatibel"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:880
msgid "Waiting for the <em>opkg %h</em> command to complete…"
-msgstr ""
+msgstr "Venter på at kommandoen <em>opkg %h</em> afsluttes…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:643
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:831
@@ -328,9 +340,9 @@ msgstr "ukendt"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:829
msgid "~%.1024mB compressed"
-msgstr ""
+msgstr "~%.1024mB komprimeret"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:827
msgid "~%.1024mB installed"
-msgstr ""
+msgstr "~%.1024mB installeret"
diff --git a/applications/luci-app-opkg/po/fi/opkg.po b/applications/luci-app-opkg/po/fi/opkg.po
index 69cb6e0c7b..954bffda00 100644
--- a/applications/luci-app-opkg/po/fi/opkg.po
+++ b/applications/luci-app-opkg/po/fi/opkg.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2021-11-16 17:38+0000\n"
-"Last-Translator: Hannu Nyman <hannu.nyman@iki.fi>\n"
+"PO-Revision-Date: 2022-03-13 23:17+0000\n"
+"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsopkg/fi/>\n"
"Language: fi\n"
@@ -12,7 +12,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 4.9.1-dev\n"
+"X-Generator: Weblate 4.12-dev\n"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1044
msgid "Actions"
@@ -20,7 +20,7 @@ msgstr "Toiminnot"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:850
msgid "Automatically remove unused dependencies"
-msgstr "Poista tarpettomat riippuvuudet automaattisesti"
+msgstr "Poista tarpeettomat riippuvuudet automaattisesti"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1054
msgid "Available"
@@ -33,10 +33,11 @@ msgid ""
"custom repository entries. The configuration in the other files may be "
"changed but is usually not preserved by <em>sysupgrade</em>."
msgstr ""
-"Alla on luettelo <em> opkg: n </em> käyttämistä määrityksistä. Käytä <em> "
-"opkg.conf </em> yleisiä asetuksia varten ja <em> customfeeds.conf </em> "
-"mukautettujen arkistojen merkinnöille. Voit toki muuttaa myös muita "
-"tiedostoja, mutta <em> sysupgrade </em> ei yleensä säilytä muutoksia."
+"Alla on luettelo <em>opkg</em>:n käyttämistä määritystiedostoista. Käytä "
+"<em>opkg.conf</em>-tiedostoa yleisiä asetuksia varten ja <em>customfeeds."
+"conf</em>-tiedostoa mukautettujen arkistojen merkinnöille. Voit toki muuttaa "
+"myös muita tiedostoja, mutta <em>sysupgrade</em> ei yleensä säilytä "
+"muutoksia."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:697
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:743
@@ -178,7 +179,7 @@ msgstr "OK"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:801
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:815
msgid "OPKG Configuration"
-msgstr "OPKG Määritys"
+msgstr "OPKG-määritys"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692
msgid "Overwrite files from other package(s)"
@@ -190,7 +191,7 @@ msgstr "Paketin nimi"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1038
msgid "Package name or URL…"
-msgstr "Paketin nimi tai URL …"
+msgstr "Paketin nimi tai URL…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1061
msgid "Previous page"
@@ -198,7 +199,7 @@ msgstr "Edellinen sivu"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:734
msgid "Really attempt to install <em>%h</em>?"
-msgstr "Yritetäänkö todella asentaa <em>%h</em>?"
+msgstr "Yritätkö todella asentaa <em>%h</em>?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:864
msgid "Remove"
@@ -214,7 +215,7 @@ msgstr "Poista…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:665
msgid "Require approx. %.1024mB size for %d package(s) to install."
-msgstr "Paketin/Pekettien %d asennus edellyttää noin %.1024mB tilaa."
+msgstr "%d paketin asennus edellyttää noin %.1024mB tilaa."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:489
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:507
@@ -224,7 +225,9 @@ msgstr "Vaatii version %h %h, asennettu %h"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:512
msgid ""
"Required dependency package <em>%h</em> is not available in any repository."
-msgstr "Vaadittava paketti <em>% h </em> ei ole käytettävissä missään."
+msgstr ""
+"Vaadittava riippuvuuspaketti <em>%h</em> ei ole saatavilla mistään "
+"ohjelmistolähteestä."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:480
msgid "Requires update to %h %h"
@@ -244,7 +247,7 @@ msgstr "Tallenna"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:802
msgid "Saving configuration data…"
-msgstr "Tallennetaan määritystietoja …"
+msgstr "Tallennetaan määritystietoja…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:683
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:843
@@ -276,19 +279,20 @@ msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:730
msgid "The package <em>%h</em> is not available in any configured repository."
msgstr ""
-"Paketti <em>%h</em> ei ole käytettävissä missään määritetyssä lähteessä."
+"Paketti <em>%h</em> ei ole saatavilla mistään määritetystä "
+"ohjelmistolähteestä."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:502
msgid ""
"The repository version of package <em>%h</em> is not compatible, require %s "
"but only %s is available."
msgstr ""
-"Paketti <em>%h</em> ei ole yhteensopiva is not compatible, vaaditaan%s mutta "
-"vain %s on käytettävissä."
+"Ohjelmistolähteen versio paketista <em>%h</em> ei ole yhteensopiva, "
+"vaaditaan %s mutta vain %s on saatavilla."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1030
msgid "Type to filter…"
-msgstr "Kirjoita suodatin…"
+msgstr "Kirjoita suodattaaksesi…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:925
msgid "Unable to execute <em>opkg %s</em> command: %s"
@@ -317,7 +321,7 @@ msgstr "Päivitys…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1047
msgid "Upload Package…"
-msgstr "Lähetä paketti …"
+msgstr "Lähetä paketti…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:682
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:842
diff --git a/applications/luci-app-opkg/po/pt/opkg.po b/applications/luci-app-opkg/po/pt/opkg.po
index ab0396f4f6..4f9733421e 100644
--- a/applications/luci-app-opkg/po/pt/opkg.po
+++ b/applications/luci-app-opkg/po/pt/opkg.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-05-26 19:03+0200\n"
-"PO-Revision-Date: 2020-05-03 18:57+0000\n"
-"Last-Translator: ssantos <ssantos@web.de>\n"
+"PO-Revision-Date: 2022-03-16 09:23+0000\n"
+"Last-Translator: moonlightz <hugo.simoes.1984@gmail.com>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsopkg/pt/>\n"
"Language: pt\n"
@@ -12,7 +12,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 4.1-dev\n"
+"X-Generator: Weblate 4.12-dev\n"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1044
msgid "Actions"
@@ -20,7 +20,7 @@ msgstr "Ações"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:850
msgid "Automatically remove unused dependencies"
-msgstr "Remover automaticamente dependências não usadas"
+msgstr "Remover automaticamente dependências não utilizadas"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1054
msgid "Available"
@@ -33,8 +33,8 @@ msgid ""
"custom repository entries. The configuration in the other files may be "
"changed but is usually not preserved by <em>sysupgrade</em>."
msgstr ""
-"Abaixo encontra-se uma lista dos vários ficheiros de configuração usados "
-"pelo <em>opkg</em>. Use <em>opkg.conf</em> para definições globais e "
+"Em baixo está uma listagem dos vários ficheiros de configuração utilizados "
+"pelo <em>opkg</em>. Utilize <em>opkg.conf</em> para definições globais e "
"<em>customfeeds.conf</em> para entradas de repositórios personalizados. A "
"configuração dos outros ficheiros pode ser alterada mas geralmente não é "
"preservada pelo <em>sysupgrade</em>."
@@ -99,7 +99,7 @@ msgstr "Espaço livre"
#: applications/luci-app-opkg/root/usr/share/rpcd/acl.d/luci-app-opkg.json:3
msgid "Grant access to opkg management"
-msgstr "Conceder acesso à gestão de opkg"
+msgstr "Conceder acesso à gestão do opkg"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:705
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:721
@@ -153,15 +153,15 @@ msgstr "Próxima página"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:345
msgid "No information available"
-msgstr "Sem informação disponível"
+msgstr "Não há informação disponível"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:333
msgid "No packages"
-msgstr "Sem pacotes"
+msgstr "Não há pacotes"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:349
msgid "No packages matching \"<strong>%h</strong>\"."
-msgstr "Sem pacotes com correspondência a \"<strong>%h</strong>\"."
+msgstr "Não há pacotes com correspondência a \"<strong>%h</strong>\"."
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:514
msgid "Not available"
diff --git a/applications/luci-app-opkg/po/ro/opkg.po b/applications/luci-app-opkg/po/ro/opkg.po
index b33ce9ffde..a46573bb3c 100644
--- a/applications/luci-app-opkg/po/ro/opkg.po
+++ b/applications/luci-app-opkg/po/ro/opkg.po
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2021-11-29 14:53+0000\n"
-"Last-Translator: Simona Iacob <s@zp1.net>\n"
+"PO-Revision-Date: 2022-01-03 15:01+0000\n"
+"Last-Translator: CRISTIAN ANDREI <cristianvdr@gmail.com>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsopkg/ro/>\n"
"Language: ro\n"
@@ -11,7 +11,7 @@ msgstr ""
"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 4.10-dev\n"
+"X-Generator: Weblate 4.10.1\n"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1044
msgid "Actions"
@@ -110,7 +110,7 @@ msgstr "Instalați"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:494
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1055
msgid "Installed"
-msgstr "Instalate"
+msgstr "Instalat"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:727
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:936
@@ -234,7 +234,7 @@ msgstr "Necesită actualizare la %h %h"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:350
msgid "Reset"
-msgstr "Resetare"
+msgstr "Resetați"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:940
msgid "SHA256"
diff --git a/applications/luci-app-opkg/po/sk/opkg.po b/applications/luci-app-opkg/po/sk/opkg.po
index fbe236fa3a..f802630c77 100644
--- a/applications/luci-app-opkg/po/sk/opkg.po
+++ b/applications/luci-app-opkg/po/sk/opkg.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2021-11-30 22:12+0000\n"
+"PO-Revision-Date: 2022-02-15 13:57+0000\n"
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsopkg/sk/>\n"
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Weblate 4.10-dev\n"
+"X-Generator: Weblate 4.11-dev\n"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1044
msgid "Actions"
@@ -76,7 +76,7 @@ msgstr "Zobrazených %d-%d z %d"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1036
msgid "Download and install package"
-msgstr "Stiahnuť a nainštalovať balíček"
+msgstr "Prevziať a nainštalovať balík"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:901
msgid "Errors"
@@ -84,7 +84,7 @@ msgstr "Chyby"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:878
msgid "Executing package manager"
-msgstr "Výkonný správca balíkov"
+msgstr "Spúšťanie správcu balíkov"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1028
msgid "Filter"
diff --git a/applications/luci-app-opkg/po/uk/opkg.po b/applications/luci-app-opkg/po/uk/opkg.po
index baa160f1d7..5c0a49bc48 100644
--- a/applications/luci-app-opkg/po/uk/opkg.po
+++ b/applications/luci-app-opkg/po/uk/opkg.po
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2021-04-04 07:26+0000\n"
-"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n"
+"PO-Revision-Date: 2022-02-13 10:08+0000\n"
+"Last-Translator: Vova Buran <heneral@gmail.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsopkg/uk/>\n"
"Language: uk\n"
@@ -11,7 +11,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 4.6-dev\n"
+"X-Generator: Weblate 4.11-dev\n"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1044
msgid "Actions"
@@ -186,11 +186,11 @@ msgstr "Перезаписати файли з інших пакетів"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1069
msgid "Package name"
-msgstr "Назва пакета"
+msgstr "Назва пакунку"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1038
msgid "Package name or URL…"
-msgstr "Назва пакета чи URL-адреса…"
+msgstr "Назва пакунка чи URL-адреса…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1061
msgid "Previous page"