You've already forked snikket-web-portal
Compare commits
5 Commits
feature/pi
...
beta.20220
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e3837f704 | ||
|
|
98e7de3166 | ||
|
|
61c71b2145 | ||
|
|
6b35e9a259 | ||
|
|
58c2112fec |
@@ -63,9 +63,6 @@ async def users() -> str:
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
_LIMITED_ROLE_NAME = _("Limited")
|
|
||||||
|
|
||||||
|
|
||||||
class EditUserForm(BaseForm):
|
class EditUserForm(BaseForm):
|
||||||
localpart = wtforms.StringField(
|
localpart = wtforms.StringField(
|
||||||
_l("Login name"),
|
_l("Login name"),
|
||||||
@@ -78,9 +75,7 @@ class EditUserForm(BaseForm):
|
|||||||
role = wtforms.RadioField(
|
role = wtforms.RadioField(
|
||||||
_l("Access Level"),
|
_l("Access Level"),
|
||||||
choices=[
|
choices=[
|
||||||
# NOTE: enable this only after something has been done which
|
("prosody:restricted", _("Limited")),
|
||||||
# actually enforces the described restrictions :).
|
|
||||||
# ("prosody:restricted", _LIMITED_ROLE_NAME),
|
|
||||||
("prosody:normal", _l("Normal user")),
|
("prosody:normal", _l("Normal user")),
|
||||||
("prosody:admin", _l("Administrator")),
|
("prosody:admin", _l("Administrator")),
|
||||||
],
|
],
|
||||||
|
|||||||
Binary file not shown.
@@ -6,18 +6,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: translations@snikket.org\n"
|
||||||
"POT-Creation-Date: 2021-06-18 16:05+0200\n"
|
"POT-Creation-Date: 2021-06-18 16:05+0200\n"
|
||||||
"PO-Revision-Date: 2021-06-21 23:01+0000\n"
|
"PO-Revision-Date: 2021-12-12 07:00+0000\n"
|
||||||
"Last-Translator: uira <inboxriau@andriana.id>\n"
|
"Last-Translator: uira <inboxriau@andriana.id>\n"
|
||||||
"Language-Team: Indonesian <https://i18n.sotecware.net/projects/snikket/"
|
"Language-Team: Indonesian <http://i18n.sotecware.net/projects/snikket/"
|
||||||
"web-portal/id/>\n"
|
"web-portal/id/>\n"
|
||||||
"Language: id\n"
|
"Language: id\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Weblate 4.5.1\n"
|
"X-Generator: Weblate 4.8.1\n"
|
||||||
"Generated-By: Babel 2.9.0\n"
|
"Generated-By: Babel 2.9.0\n"
|
||||||
|
|
||||||
#: snikket_web/admin.py:66
|
#: snikket_web/admin.py:66
|
||||||
@@ -980,7 +980,7 @@ msgstr "Perangkat terhubung"
|
|||||||
|
|
||||||
#: snikket_web/templates/admin_system.html:82
|
#: snikket_web/templates/admin_system.html:82
|
||||||
msgid "Broadcast message"
|
msgid "Broadcast message"
|
||||||
msgstr "Siarkan pesan"
|
msgstr "Sebarkan pesan"
|
||||||
|
|
||||||
#: snikket_web/templates/admin_system.html:84
|
#: snikket_web/templates/admin_system.html:84
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|||||||
Reference in New Issue
Block a user