approved, declined translations added
This commit is contained in:
		
					parent
					
						
							
								6f091279d7
							
						
					
				
			
			
				commit
				
					
						1426cba3a5
					
				
			
		
					 2 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
					@ -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-08-31 23:46+0530\n"
 | 
					"POT-Creation-Date: 2017-09-02 01:47+0530\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"
 | 
				
			||||||
| 
						 | 
					@ -275,6 +275,12 @@ msgstr "Betrag"
 | 
				
			||||||
msgid "Status"
 | 
					msgid "Status"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					msgid "Approved"
 | 
				
			||||||
 | 
					msgstr "Akzeptiert"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					msgid "Declined"
 | 
				
			||||||
 | 
					msgstr "Abgelehnt"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msgid "See Invoice"
 | 
					msgid "See Invoice"
 | 
				
			||||||
msgstr "Rechnung"
 | 
					msgstr "Rechnung"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -507,12 +513,6 @@ msgstr "Kontaktiere den Data Center Light Support."
 | 
				
			||||||
#~ msgid "Your SSH Keys"
 | 
					#~ msgid "Your SSH Keys"
 | 
				
			||||||
#~ msgstr "Deine SSH Keys"
 | 
					#~ msgstr "Deine SSH Keys"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#~ msgid "Approved"
 | 
					 | 
				
			||||||
#~ msgstr "Akzeptiert"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#~ msgid "Declined"
 | 
					 | 
				
			||||||
#~ msgstr "Abgelehnt"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#~ msgid "Cancel Order"
 | 
					#~ msgid "Cancel Order"
 | 
				
			||||||
#~ msgstr "Bestellung stornieren"
 | 
					#~ msgstr "Bestellung stornieren"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -34,9 +34,9 @@
 | 
				
			||||||
                    <td class="xs-td-smallhalf" data-header="{% trans 'Amount' %}">{{ order.price }}</td>
 | 
					                    <td class="xs-td-smallhalf" data-header="{% trans 'Amount' %}">{{ order.price }}</td>
 | 
				
			||||||
                    <td data-header="{% trans 'Status' %}">
 | 
					                    <td data-header="{% trans 'Status' %}">
 | 
				
			||||||
                        {% if order.approved %}
 | 
					                        {% if order.approved %}
 | 
				
			||||||
                            <span class="vm-status-active"><strong>Approved</strong></span>
 | 
					                            <span class="vm-status-active"><strong>{% trans "Approved" %}</strong></span>
 | 
				
			||||||
                        {% else %}
 | 
					                        {% else %}
 | 
				
			||||||
                            <span class="vm-status-failed"><strong>Declined</strong></span>
 | 
					                            <span class="vm-status-failed"><strong>{% trans "Declined" %}</strong></span>
 | 
				
			||||||
                        {% endif %}
 | 
					                        {% endif %}
 | 
				
			||||||
                    </td>
 | 
					                    </td>
 | 
				
			||||||
                    <td class="text-right last-td">
 | 
					                    <td class="text-right last-td">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue