Erweiterungen
This commit is contained in:
@@ -877,7 +877,7 @@ public class EditProfileView extends HorizontalLayout implements HasDynamicTitle
|
||||
currentUser, prefixField.getValue());
|
||||
showPdfInDialog(pdfBytes);
|
||||
} catch (Exception ex) {
|
||||
Notification.show(getTranslation("profile.pdf.preview.error", ex.getMessage()), 3000,
|
||||
Notification.show(getTranslation("profile.invoice.pdf.preview.error", ex.getMessage()), 3000,
|
||||
Notification.Position.BOTTOM_CENTER);
|
||||
}
|
||||
});
|
||||
@@ -894,7 +894,7 @@ public class EditProfileView extends HorizontalLayout implements HasDynamicTitle
|
||||
|
||||
// Create dialog
|
||||
Dialog pdfDialog = new Dialog();
|
||||
pdfDialog.setHeaderTitle(getTranslation("profile.pdf.preview"));
|
||||
pdfDialog.setHeaderTitle(getTranslation("profile.invoice.pdf.preview"));
|
||||
pdfDialog.setWidth("90vw");
|
||||
pdfDialog.setHeight("90vh");
|
||||
|
||||
|
||||
@@ -199,6 +199,8 @@ cta.freetest=Proovi tasuta
|
||||
# Profile Billing
|
||||
profile.billing.prefix=Arve eesliide
|
||||
profile.invoice.element.invoicenumber=Arve number
|
||||
profile.invoice.pdf.preview=Eelvaade
|
||||
profile.invoice.pdf.preview.error=Eelvaate genereerimisel ilmnes viga: {0}
|
||||
|
||||
# My Invoices
|
||||
myinvoices.title=Minu arved
|
||||
|
||||
@@ -199,6 +199,8 @@ cta.freetest=Išbandykite nemokamai
|
||||
# Profile Billing
|
||||
profile.billing.prefix=Sąskaitos prefiksas
|
||||
profile.invoice.element.invoicenumber=Sąskaitos numeris
|
||||
profile.invoice.pdf.preview=Peržiūra
|
||||
profile.invoice.pdf.preview.error=Klaida generuojant peržiūrą: {0}
|
||||
|
||||
# My Invoices
|
||||
myinvoices.title=Mano sąskaitos
|
||||
|
||||
@@ -199,6 +199,8 @@ cta.freetest=Izmēģiniet bez maksas
|
||||
# Profile Billing
|
||||
profile.billing.prefix=Rēķina prefikss
|
||||
profile.invoice.element.invoicenumber=Rēķina numurs
|
||||
profile.invoice.pdf.preview=Priekšskatījums
|
||||
profile.invoice.pdf.preview.error=Kļūda, ģenerējot priekšskatījumu: {0}
|
||||
|
||||
# My Invoices
|
||||
myinvoices.title=Mani rēķini
|
||||
|
||||
@@ -202,6 +202,8 @@ cta.freetest=Wypróbuj teraz za darmo
|
||||
# Profile Billing
|
||||
profile.billing.prefix=Prefiks faktury
|
||||
profile.invoice.element.invoicenumber=Numer faktury
|
||||
profile.invoice.pdf.preview=Podgląd
|
||||
profile.invoice.pdf.preview.error=Błąd podczas generowania podglądu: {0}
|
||||
|
||||
# My Invoices
|
||||
myinvoices.title=Moje faktury
|
||||
|
||||
@@ -222,6 +222,8 @@ cta.freetest=Попробуйте бесплатно
|
||||
# Profile Billing
|
||||
profile.billing.prefix=Префикс счёта
|
||||
profile.invoice.element.invoicenumber=Номер счёта
|
||||
profile.invoice.pdf.preview=Предварительный просмотр
|
||||
profile.invoice.pdf.preview.error=Ошибка при создании предварительного просмотра: {0}
|
||||
|
||||
# My Invoices
|
||||
myinvoices.title=Мои счета
|
||||
|
||||
@@ -196,6 +196,8 @@ cta.freetest=Şimdi ücretsiz dene
|
||||
# Profile Billing
|
||||
profile.billing.prefix=Fatura ön eki
|
||||
profile.invoice.element.invoicenumber=Fatura numarası
|
||||
profile.invoice.pdf.preview=Önizleme
|
||||
profile.invoice.pdf.preview.error=Önizleme oluşturulurken hata oluştu: {0}
|
||||
|
||||
# My Invoices
|
||||
myinvoices.title=Faturalarım
|
||||
|
||||
Reference in New Issue
Block a user