jitsi improvements
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"format": {
|
||||
"date": "dd.MM.yyyy",
|
||||
"datetime": "dd.MM.yyyy HH:mm:ss",
|
||||
"datetime": "dd.MM.yyyy HH:mm",
|
||||
"time": "HH:mm:ss"
|
||||
},
|
||||
"greet": "Hallo {0}",
|
||||
@@ -35,26 +35,35 @@
|
||||
"delete": "Löschen",
|
||||
"error": {
|
||||
"expires": "Ungültiges Ende.",
|
||||
"room": "Bitte wähle einen anderen Namen für den Raum. Erlaubt sind nur Buchstaben und Zahlen.",
|
||||
"room": "Bitte gebe einen gültigen Namen an. Erlaubt sind nur Buchstaben und Zahlen.",
|
||||
"starts": "Ungültiger Beginn."
|
||||
},
|
||||
"expires": "Ende",
|
||||
"info": "Du kannst hier Jitsi Räume erstellen. Die Anzahl wird über eine Quota begrenzt.",
|
||||
"left": "Du kannst noch {0} Jitsi Räume erstellen.",
|
||||
"left": "Du kannst noch {0} Jitsi Raum/Räume erstellen.",
|
||||
"moderationUrl": "Url für Moderation",
|
||||
"noQuota": "Deine Quota für Jitsi Räume ist leider aufgebraucht.",
|
||||
"notStarted" : "Die Konferenz hat noch nicht begonnen.",
|
||||
"room": "Name",
|
||||
"starts": "Beginn"
|
||||
},
|
||||
"share": {
|
||||
".": "Teilen",
|
||||
"clipboard": {
|
||||
".": "In Zwischenablage kopieren",
|
||||
"copied": "In die Zwischenablage kopiert"
|
||||
"copied": "In die Zwischenablage kopiert",
|
||||
"text": "Text in Zwischenablage kopieren",
|
||||
"url": "Url in Zwischenablage kopieren"
|
||||
},
|
||||
"email": {
|
||||
".": "Via E-Mail teilen",
|
||||
"subject": "Einladung in Videokonferenz {0}"
|
||||
},
|
||||
"text" : {
|
||||
"both" : "Die Konferenz beginnt am {0} und endet am {1}.",
|
||||
"expires" : "Die Konferenz endet am {0}.",
|
||||
"intro" : "Hallo, ich möchte dich zu einer Videokonferenz einladen.",
|
||||
"outro" : "Du kannst der Konferenz unter folgendem Link beitreten:\n {0}",
|
||||
"starts" : "Die Konferenz beginnt am {0}."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+20
-11
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"format": {
|
||||
"date": "MM/dd/yyy",
|
||||
"datetime": "MM/dd/yyy h:mm:ss a",
|
||||
"datetime": "MM/dd/yyy h:mm a",
|
||||
"time": "h:mm:ss a"
|
||||
},
|
||||
"greet": "Hello {0}",
|
||||
@@ -35,7 +35,7 @@
|
||||
"delete": "Delete",
|
||||
"error": {
|
||||
"expires": "Invalid expiry.",
|
||||
"room": "Please choose another name for the room. Only letters and numbers are allowed",
|
||||
"room": "Please provide a valid name. Only letters and numbers are allowed.",
|
||||
"starts": "Invalid start."
|
||||
},
|
||||
"expires": "Expires",
|
||||
@@ -43,18 +43,27 @@
|
||||
"left": "You have {0} Jitsi Room(s) left.",
|
||||
"moderationUrl": "Moderation url",
|
||||
"noQuota": "Your quota for Jitsi Rooms is depleted.",
|
||||
"notStarted" : "The conference has not started yet.",
|
||||
"room": "Name",
|
||||
"starts": "Starts"
|
||||
},
|
||||
"share" : {
|
||||
"." : "Share",
|
||||
"clipboard" : {
|
||||
"." : "Copy to clipboard",
|
||||
"copied": "Copied to clipboard"
|
||||
"share": {
|
||||
".": "Share",
|
||||
"clipboard": {
|
||||
"copied": "Copied to clipboard",
|
||||
"text": "Copy text to clipboard",
|
||||
"url": "Copy url to clipboard"
|
||||
},
|
||||
"email" : {
|
||||
"." : "Share via email",
|
||||
"subject" : "Invite to videoconference {0}"
|
||||
"email": {
|
||||
".": "Share via email",
|
||||
"subject": "Invite to video conference {0}"
|
||||
},
|
||||
"text": {
|
||||
"both": "The conference begins at {0} and ends at {1}.",
|
||||
"expires": "The conference ends at {0}.",
|
||||
"intro": "Hello, I want to invite you to a video conference.",
|
||||
"outro": "You can join the conference under:\n{0}",
|
||||
"starts": "The conference begins at {0}."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -278,7 +287,7 @@
|
||||
"title": "Gitea"
|
||||
},
|
||||
"goto": "To service",
|
||||
"jitsi" : {
|
||||
"jitsi": {
|
||||
"icon": "video_call",
|
||||
"subtitle": "Video conferencing",
|
||||
"text": "Video conferencing with all functionality needed for meeting online with Video and Audio streams.",
|
||||
|
||||
Reference in New Issue
Block a user