From 79d31b23f1e2fd57cc9c985fd68ceed2fa6d3cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mai=20G=C3=A1bor?= Date: Fri, 28 Jan 2022 13:43:58 +0000 Subject: [PATCH] Add translations for localrecording --- app/src/translations/cn.json | 2 ++ app/src/translations/cs.json | 2 ++ app/src/translations/de.json | 2 ++ app/src/translations/dk.json | 2 ++ app/src/translations/el.json | 2 ++ app/src/translations/en.json | 5 +++-- app/src/translations/es.json | 2 ++ app/src/translations/fr.json | 2 ++ app/src/translations/hi.json | 2 ++ app/src/translations/hr.json | 2 ++ app/src/translations/hu.json | 2 ++ app/src/translations/it.json | 2 ++ app/src/translations/kk.json | 2 ++ app/src/translations/lv.json | 2 ++ app/src/translations/nb.json | 2 ++ app/src/translations/pl.json | 2 ++ app/src/translations/pt.json | 2 ++ app/src/translations/ro.json | 2 ++ app/src/translations/ru.json | 2 ++ app/src/translations/tr.json | 2 ++ app/src/translations/tw.json | 2 ++ app/src/translations/uk.json | 2 ++ 22 files changed, 45 insertions(+), 2 deletions(-) diff --git a/app/src/translations/cn.json b/app/src/translations/cn.json index b5269495..0aa42952 100644 --- a/app/src/translations/cn.json +++ b/app/src/translations/cn.json @@ -75,6 +75,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/cs.json b/app/src/translations/cs.json index b4491d04..d1cdc62a 100644 --- a/app/src/translations/cs.json +++ b/app/src/translations/cs.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/de.json b/app/src/translations/de.json index 034f701b..a071da6e 100644 --- a/app/src/translations/de.json +++ b/app/src/translations/de.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/dk.json b/app/src/translations/dk.json index 49ec6c73..2d932761 100644 --- a/app/src/translations/dk.json +++ b/app/src/translations/dk.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/el.json b/app/src/translations/el.json index e2174bc3..341d26dc 100644 --- a/app/src/translations/el.json +++ b/app/src/translations/el.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/en.json b/app/src/translations/en.json index 6cff495a..654c4fdf 100644 --- a/app/src/translations/en.json +++ b/app/src/translations/en.json @@ -75,11 +75,12 @@ "room.localRecordingPaused": "{displayName} paused local recording", "room.localRecordingResumed": "{displayName} resumed local recording", "room.localRecordingStopped": "{displayName} stopped local recording", - "room.recordingConsent": "When attending this meeting you agree and give your consent that the meeting will be audio and video recorded and/or live broadcasted through web streaming.", "room.localRecordingSecurityError": "Recording the specified source is not allowed due to security restrictions. Check you client settings!", "room.leavingTheRoom": "Leaving the room", "room.leaveConfirmationMessage": "Do you want to leave the room?", - + "room.recordingConsent": "When attending this meeting you agree and give your consent that the meeting will be audio and video recorded and/or live broadcasted through web streaming.", + "room.recordingConsentAccept" : "I Accept", + "room.recordingConsentDeny" : "Deny", "me.mutedPTT": "You are muted{br}hold down SPACE-BAR to talk", "roles.gotRole": "You got the role: {role}", diff --git a/app/src/translations/es.json b/app/src/translations/es.json index 96f55338..edb30311 100644 --- a/app/src/translations/es.json +++ b/app/src/translations/es.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/fr.json b/app/src/translations/fr.json index 7aec6a20..487de51e 100644 --- a/app/src/translations/fr.json +++ b/app/src/translations/fr.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/hi.json b/app/src/translations/hi.json index 3ddf182a..b4240313 100644 --- a/app/src/translations/hi.json +++ b/app/src/translations/hi.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/hr.json b/app/src/translations/hr.json index b0ba9368..4d77432f 100644 --- a/app/src/translations/hr.json +++ b/app/src/translations/hr.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/hu.json b/app/src/translations/hu.json index e562d5f7..074dc013 100644 --- a/app/src/translations/hu.json +++ b/app/src/translations/hu.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": "{displayName} visszaindította a helyi rögzítést", "room.localRecordingStopped": "{displayName} leállította a helyi rögzítést", "room.recordingConsent": "A konferencián való részvételeddel beleegyezésed adod hogy a konferenciáról hang és videó felvétel, és/vagy élő közvetítés készüljön!", + "room.recordingConsentAccept" : "Elfogadom", + "room.recordingConsentDeny" : "Megtagadom", "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/it.json b/app/src/translations/it.json index 94212eb7..c24be57f 100644 --- a/app/src/translations/it.json +++ b/app/src/translations/it.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/kk.json b/app/src/translations/kk.json index 41103aa8..6c1ba589 100644 --- a/app/src/translations/kk.json +++ b/app/src/translations/kk.json @@ -74,6 +74,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/lv.json b/app/src/translations/lv.json index 5bb754ab..acb619db 100644 --- a/app/src/translations/lv.json +++ b/app/src/translations/lv.json @@ -75,6 +75,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/nb.json b/app/src/translations/nb.json index 5157ae6d..a673382a 100644 --- a/app/src/translations/nb.json +++ b/app/src/translations/nb.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/pl.json b/app/src/translations/pl.json index 79e5facf..22dbb996 100644 --- a/app/src/translations/pl.json +++ b/app/src/translations/pl.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": "Opuszczanie pokoju", "room.leaveConfirmationMessage": "Czy na pewno chcesz opuścić pokój?", diff --git a/app/src/translations/pt.json b/app/src/translations/pt.json index 047b3a3b..9ba7996e 100644 --- a/app/src/translations/pt.json +++ b/app/src/translations/pt.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/ro.json b/app/src/translations/ro.json index 0311577b..e5beccd1 100644 --- a/app/src/translations/ro.json +++ b/app/src/translations/ro.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/ru.json b/app/src/translations/ru.json index 922dfdd9..e08d2e8a 100644 --- a/app/src/translations/ru.json +++ b/app/src/translations/ru.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/tr.json b/app/src/translations/tr.json index ae292208..3f8c5540 100644 --- a/app/src/translations/tr.json +++ b/app/src/translations/tr.json @@ -74,6 +74,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.hideSelfView": "Kendi görüntümü gizle", "room.showSelfView": "Kendi görüntümü göster", diff --git a/app/src/translations/tw.json b/app/src/translations/tw.json index 781710b8..205d886e 100644 --- a/app/src/translations/tw.json +++ b/app/src/translations/tw.json @@ -75,6 +75,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null, diff --git a/app/src/translations/uk.json b/app/src/translations/uk.json index c7c68b51..833d9179 100644 --- a/app/src/translations/uk.json +++ b/app/src/translations/uk.json @@ -76,6 +76,8 @@ "room.localRecordingResumed": null, "room.localRecordingStopped": null, "room.recordingConsent": null, + "room.recordingConsentAccept" : null, + "room.recordingConsentDeny" : null, "room.localRecordingSecurityError": null, "room.leavingTheRoom": null, "room.leaveConfirmationMessage": null,