mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: add about module
This commit is contained in:
committed by
Rainer Killinger
parent
7d449b43d0
commit
d420008926
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user