mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-15 03:02:11 +00:00
feat: add about module
This commit is contained in:
committed by
Rainer Killinger
parent
7d449b43d0
commit
d420008926
9
src/assets/about/CHANGELOG.md
Normal file
9
src/assets/about/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## [0.0.1](https://gitlab.com/openstapps/app/compare/8b23159e678773b08252bc5826510de2a302fa1d...v0.0.1) (2018-12-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add the app ([8b23159](https://gitlab.com/openstapps/app/commit/8b23159e678773b08252bc5826510de2a302fa1d))
|
||||
|
||||
|
||||
|
||||
1
src/assets/about/licenses.json
Normal file
1
src/assets/about/licenses.json
Normal file
File diff suppressed because one or more lines are too long
@@ -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