Translate app to English

This commit is contained in:
2023-01-12 14:47:38 +01:00
parent 44ca2401e0
commit 2bd858501d
8 changed files with 32 additions and 37 deletions

View File

@@ -54,11 +54,11 @@ export class LayerDetailComponent implements OnInit {
async export() {
if (await Layer.exportToGoogleSheet(this.document.id || "", this.http$)) {
this.notifications$.add({
text: "Plik został zapisany na dysku Google.",
text: "The file was saved on Google Drive",
});
} else {
this.notifications$.add({
text: "Zapis się nie udał.",
text: "Save failed!",
});
}
}