Merge pull request #2741 from krille-chan/krille/implement-jitsi

feat: Implement experimental jitsi group calls behind a feature flag
This commit is contained in:
Krille-chan 2026-03-21 11:38:20 +01:00 committed by GitHub
commit c94b4ebe47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 202 additions and 12 deletions

View file

@ -2807,4 +2807,4 @@
"skipSupportingFluffyChat": "FluffyChat unterstützen überspringen",
"iDoNotWantToSupport": "Ich möchte nicht unterstützen",
"iAlreadySupportFluffyChat": "I unterstütze FluffyChat bereits"
}
}

View file

@ -2789,5 +2789,13 @@
"iDoNotWantToSupport": "I do not want to support",
"iAlreadySupportFluffyChat": "I already support FluffyChat",
"setLowPriority": "Set low priority",
"unsetLowPriority": "Unset low priority"
}
"unsetLowPriority": "Unset low priority",
"removeCallFromChat": "Remove call from chat",
"removeCallFromChatDescription": "Do you want to remove the call from the chat for all members?",
"removeCallForEveryone": "Remove call for everyone",
"startVoiceCall": "Start voice call",
"startVideoCall": "Start video call",
"joinVoiceCall": "Join voice call",
"joinVideoCall": "Join video call",
"live": "Live"
}

View file

@ -2801,4 +2801,4 @@
"iDoNotWantToSupport": "Ma ei soovi toetada",
"setLowPriority": "Märgi vähetähtsaks",
"unsetLowPriority": "Eemalda märkimine vähetähtsaks"
}
}

View file

@ -2807,4 +2807,4 @@
"iAlreadySupportFluffyChat": "Tacaím le FluffyChat cheana féin",
"setLowPriority": "Socraigh tosaíocht íseal",
"unsetLowPriority": "Díshuiteáil tosaíocht íseal"
}
}

View file

@ -2801,4 +2801,4 @@
"iAlreadySupportFluffyChat": "Xa apoiei a FluffyChat",
"setLowPriority": "Establecer prioridade baixa",
"unsetLowPriority": "Non establecer prioridade baixa"
}
}

View file

@ -2808,4 +2808,4 @@
"iAlreadySupportFluffyChat": "Jeg støtter allerede FluffyChat",
"setLowPriority": "Sett lav prioritet",
"unsetLowPriority": "Fjern lav prioritet"
}
}

View file

@ -2800,4 +2800,4 @@
"support": "Steunen",
"setLowPriority": "Lage prioriteit instellen",
"unsetLowPriority": "Lage prioriteit uitschakelen"
}
}

View file

@ -2801,4 +2801,4 @@
"iAlreadySupportFluffyChat": "我已支持 FluffyChat",
"setLowPriority": "设置低优先级",
"unsetLowPriority": "取消设置低优先级"
}
}