Opomba
This commit is contained in:
@@ -42,6 +42,7 @@ namespace EveryThing.Pages.Invoices
|
||||
public string Article { get; set; } = "Artikel";
|
||||
public string Quantity { get; set; } = "Količina";
|
||||
public string Price { get; set; } = "Cena";
|
||||
public string Discount { get; set; } = "Rabat";
|
||||
public string Amount { get; set; } = "Znesek";
|
||||
public string Dimensions { get; set; } = "Dimenzije";
|
||||
public string Total { get; set; } = "Skupaj";
|
||||
@@ -301,6 +302,7 @@ namespace EveryThing.Pages.Invoices
|
||||
OrderNumber = invoiceState == Invoice.InvoiceState.Offer ? "Anfrage No." : "Bestellnummer",
|
||||
Price = "Preis(€)",
|
||||
Quantity = "Menge(Stk)",
|
||||
Discount = "Rabatt",
|
||||
SwiftBic = "SWIFT/BIC",
|
||||
Total = "Gesamtsumme",
|
||||
Project = "Projekt",
|
||||
|
||||
Reference in New Issue
Block a user