Added label for New tab

This commit is contained in:
dankito 2020-07-28 12:21:01 +02:00
parent cc9b7dc695
commit 09b8e58845
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"Cancel" = "Cancel"; "Cancel" = "Cancel";
"Add" = "Add"; "Add" = "Add";
"New" = "New";
"Show less ..." = "Show less ..."; "Show less ..." = "Show less ...";
"Show all ..." = "Show all ..."; "Show all ..." = "Show all ...";

View File

@ -70,6 +70,7 @@ struct ContentView: View {
.tabItem { .tabItem {
VStack { VStack {
Image(systemName: "plus.circle.fill") Image(systemName: "plus.circle.fill")
Text("New")
} }
} }
.tag(1) .tag(1)

View File

@ -3,6 +3,7 @@
"Cancel" = "Abbrechen"; "Cancel" = "Abbrechen";
"Add" = "Hinzufügen"; "Add" = "Hinzufügen";
"New" = "Neu";
"Show less ..." = "Weniger anzeigen ..."; "Show less ..." = "Weniger anzeigen ...";
"Show all ..." = "Alles anzeigen ..."; "Show all ..." = "Alles anzeigen ...";