feat: add about module

This commit is contained in:
Jovan Krunić
2021-10-27 08:25:41 +00:00
committed by Rainer Killinger
parent 7d449b43d0
commit d420008926
32 changed files with 999 additions and 65 deletions

View File

@@ -1,6 +1,9 @@
{
"ok": "ok",
"abort": "abbrechen",
"modal": {
"DISMISS": "Schließen"
},
"app": {
"ui": {
"CLOSE": "Schließen",
@@ -181,7 +184,6 @@
"calendar": "Kalender",
"single": "Einzeltermine",
"addEventModal": {
"close": "Schließen",
"addEvent": "Events Hinzufügen"
},
"card": {

View File

@@ -1,6 +1,9 @@
{
"ok": "ok",
"abort": "abort",
"modal": {
"DISMISS": "close"
},
"app": {
"ui": {
"CLOSE": "Close",
@@ -181,7 +184,6 @@
"calendar": "Calendar",
"single": "Single Events",
"addEventModal": {
"close": "close",
"addEvent": "Add Events"
},
"card": {