added jitsi api + improvements
This commit is contained in:
+48
-1
@@ -8,7 +8,6 @@
|
||||
"cancel": "Cancel",
|
||||
"close": "Close",
|
||||
"confirm": "Confirm",
|
||||
"date-time-format": "MM/dd/yyy h:mm:ss a",
|
||||
"email": {
|
||||
".": "Email address",
|
||||
"invalid": "invalid email address",
|
||||
@@ -17,12 +16,48 @@
|
||||
"hint": "A primary email address is used for contact you instead of you we.bstly address."
|
||||
}
|
||||
},
|
||||
"format": {
|
||||
"date": "MM/dd/yyy",
|
||||
"datetime": "MM/dd/yyy h:mm:ss a",
|
||||
"time": "h:mm:ss a"
|
||||
},
|
||||
"greet": "Hello {0}",
|
||||
"help": "Help",
|
||||
"imprint": "Imprint",
|
||||
"info": {
|
||||
".": "Info"
|
||||
},
|
||||
"jitsi": {
|
||||
"rooms": {
|
||||
".": "Jitsi Rooms",
|
||||
"confirmDelete": "Are you sure you want to delete your Jitsi Room '{0}'?",
|
||||
"create": "Create Jitsi Room",
|
||||
"delete": "Delete",
|
||||
"error": {
|
||||
"expires": "Invalid expiry.",
|
||||
"room": "Please choose another name for the room. Only letters and numbers are allowed",
|
||||
"starts": "Invalid start."
|
||||
},
|
||||
"expires": "Expires",
|
||||
"info": "You can create new Jitsi Rooms here. The number is limited due to a quota.",
|
||||
"left": "You have {0} Jitsi Room(s) left.",
|
||||
"moderationUrl": "Moderation url",
|
||||
"noQuota": "Your quota for Jitsi Rooms is depleted.",
|
||||
"room": "Name",
|
||||
"starts": "Starts"
|
||||
},
|
||||
"share" : {
|
||||
"." : "Share",
|
||||
"clipboard" : {
|
||||
"." : "Copy to clipboard",
|
||||
"copied": "Copied to clipboard"
|
||||
},
|
||||
"email" : {
|
||||
"." : "Share via email",
|
||||
"subject" : "Invite to videoconference {0}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"locale": {
|
||||
"de-informal": {
|
||||
"long": "Deutsch",
|
||||
@@ -243,6 +278,12 @@
|
||||
"title": "Gitea"
|
||||
},
|
||||
"goto": "To service",
|
||||
"jitsi" : {
|
||||
"icon": "video_call",
|
||||
"subtitle": "Video conferencing",
|
||||
"text": "Video conferencing with all functionality needed for meeting online with Video and Audio streams.",
|
||||
"title": "Jitsi Meet"
|
||||
},
|
||||
"mail": {
|
||||
"icon": "email",
|
||||
"subtitle": "Email Account",
|
||||
@@ -261,6 +302,12 @@
|
||||
"text": "File management, calendar, tasks, contacts, polls and more.",
|
||||
"title": "Nextcloud"
|
||||
},
|
||||
"owncast": {
|
||||
"icon": "videocam",
|
||||
"subtitle": "Livestreams",
|
||||
"text": "Livestreams of Bastelei e. V.",
|
||||
"title": "Owncast"
|
||||
},
|
||||
"partey": {
|
||||
"icon": "celebration",
|
||||
"subtitle": "Virtual clubhouse",
|
||||
|
||||
Reference in New Issue
Block a user