gluon/docs/_build/gettext/features/roles.pot
Felix Kaechele 3b2f780e0a docs: add sphinx-intl workflow for translations
Add a update-po and %.po rule to the Makefile.
We define "de" as a language to start with.

To add languages just append them to the update-po rule in the Makefile.

We do want to keep the _build/gettext folder as Weblate uses this to
enable new translations.

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
2019-04-20 19:41:42 -04:00

54 lines
2.2 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2015-2019, Project Gluon
# This file is distributed under the same license as the Gluon package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Gluon 2018.2+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-20 16:46-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../features/roles.rst:2
# a0c0820375a84d9188b3935e410cdef9
msgid "Roles"
msgstr ""
#: ../../features/roles.rst:4
# 4f0cc6556df34cb7ba69a3e247cadb4e
msgid "It is possible to define a set of roles you want to distinguish at backend side. One node can own one role which it will announce via alfred inside the mesh. This will make it easier to differentiate nodes when parsing alfred data. E.g to count only **normal** nodes and not the gateways or servers (nodemap). A lot of things are possible."
msgstr ""
#: ../../features/roles.rst:9
# 069cb4993cab49f79f1aefa11aa651b6
msgid "For this the section ``roles`` in ``site.conf`` is needed::"
msgstr ""
#: ../../features/roles.rst:21
# 18f74ae18f824fcb8fa674ff8d73e6a4
msgid "The strings to display in the web interface are configured per language in the ``i18n/en.po``, ``i18n/de.po``, etc. files of the site repository using message IDs like ``gluon-web-node-role:role:node`` and ``gluon-web-node-role:role:backbone``."
msgstr ""
#: ../../features/roles.rst:25
# e7ce3c28c5644e6a9b45a2e53721494c
msgid "The value of ``default`` is the role every node will initially own. This value should be part of ``list`` as well. If you want node owners to change the defined roles via config-mode you can add the package ``gluon-web-node-role`` to your ``site.mk``."
msgstr ""
#: ../../features/roles.rst:29
# 48c31c3ee26144abb71817004f2be1a4
msgid "The role is saved in ``gluon-node-info.system.role``. To change the role using command line do::"
msgstr ""
#: ../../features/roles.rst:34
# 701c494718f14433a24301f373a8c655
msgid "Please replace ``$ROLE`` by the role you want the node to own."
msgstr ""