Add translation for CHF/Month

This commit is contained in:
modulos 2017-05-29 18:00:21 +02:00
parent a3ea7f585b
commit 796a56872c
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View file

@ -34,4 +34,4 @@ secret-key
.idea/ .idea/
.env .env
.mo *.mo

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-29 13:54+0000\n" "POT-Creation-Date: 2017-05-29 15:59+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -199,6 +199,10 @@ msgstr "Wählen Sie eine Vorlage"
msgid "Select VM Configuration:" msgid "Select VM Configuration:"
msgstr "Wählen Sie eine Konfiguration" msgstr "Wählen Sie eine Konfiguration"
#: hosting/templates/hosting/create_virtual_machine.html:39
msgid "CHF/Month"
msgstr "CHF/Monat"
#: hosting/templates/hosting/create_virtual_machine.html:45 #: hosting/templates/hosting/create_virtual_machine.html:45
msgid "Start VM" msgid "Start VM"
msgstr "Start VM" msgstr "Start VM"

View file

@ -36,7 +36,7 @@
CORE: {{config.cpu|floatformat}}, CORE: {{config.cpu|floatformat}},
RAM: {{config.memory|floatformat}} GB, RAM: {{config.memory|floatformat}} GB,
SSD: {{config.disk_size|floatformat}} GB, SSD: {{config.disk_size|floatformat}} GB,
PRICE: {{config.price|floatformat}} CHF/Month PRICE: {{config.price|floatformat}} {% trans "CHF/Month" %}
</option> </option>
{% endfor %} {% endfor %}
</select> </select>