Added label for New tab
This commit is contained in:
parent
cc9b7dc695
commit
09b8e58845
|
@ -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 ...";
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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 ...";
|
||||||
|
|
Loading…
Reference in New Issue