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:
commit
c94b4ebe47
11 changed files with 202 additions and 12 deletions
|
|
@ -2807,4 +2807,4 @@
|
|||
"skipSupportingFluffyChat": "FluffyChat unterstützen überspringen",
|
||||
"iDoNotWantToSupport": "Ich möchte nicht unterstützen",
|
||||
"iAlreadySupportFluffyChat": "I unterstütze FluffyChat bereits"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -2801,4 +2801,4 @@
|
|||
"iDoNotWantToSupport": "Ma ei soovi toetada",
|
||||
"setLowPriority": "Märgi vähetähtsaks",
|
||||
"unsetLowPriority": "Eemalda märkimine vähetähtsaks"
|
||||
}
|
||||
}
|
||||
|
|
@ -2807,4 +2807,4 @@
|
|||
"iAlreadySupportFluffyChat": "Tacaím le FluffyChat cheana féin",
|
||||
"setLowPriority": "Socraigh tosaíocht íseal",
|
||||
"unsetLowPriority": "Díshuiteáil tosaíocht íseal"
|
||||
}
|
||||
}
|
||||
|
|
@ -2801,4 +2801,4 @@
|
|||
"iAlreadySupportFluffyChat": "Xa apoiei a FluffyChat",
|
||||
"setLowPriority": "Establecer prioridade baixa",
|
||||
"unsetLowPriority": "Non establecer prioridade baixa"
|
||||
}
|
||||
}
|
||||
|
|
@ -2808,4 +2808,4 @@
|
|||
"iAlreadySupportFluffyChat": "Jeg støtter allerede FluffyChat",
|
||||
"setLowPriority": "Sett lav prioritet",
|
||||
"unsetLowPriority": "Fjern lav prioritet"
|
||||
}
|
||||
}
|
||||
|
|
@ -2800,4 +2800,4 @@
|
|||
"support": "Steunen",
|
||||
"setLowPriority": "Lage prioriteit instellen",
|
||||
"unsetLowPriority": "Lage prioriteit uitschakelen"
|
||||
}
|
||||
}
|
||||
|
|
@ -2801,4 +2801,4 @@
|
|||
"iAlreadySupportFluffyChat": "我已支持 FluffyChat",
|
||||
"setLowPriority": "设置低优先级",
|
||||
"unsetLowPriority": "取消设置低优先级"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue