Add translation for CHF/Month
This commit is contained in:
parent
a3ea7f585b
commit
796a56872c
3 changed files with 7 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -34,4 +34,4 @@ secret-key
|
|||
.idea/
|
||||
|
||||
.env
|
||||
.mo
|
||||
*.mo
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -199,6 +199,10 @@ msgstr "Wählen Sie eine Vorlage"
|
|||
msgid "Select VM Configuration:"
|
||||
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
|
||||
msgid "Start VM"
|
||||
msgstr "Start VM"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
CORE: {{config.cpu|floatformat}},
|
||||
RAM: {{config.memory|floatformat}} GB,
|
||||
SSD: {{config.disk_size|floatformat}} GB,
|
||||
PRICE: {{config.price|floatformat}} CHF/Month
|
||||
PRICE: {{config.price|floatformat}} {% trans "CHF/Month" %}
|
||||
</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue