Translations update

This commit is contained in:
ElementRobot
2025-12-15 03:38:56 +00:00
committed by Mauro
parent 184726ac28
commit 2de55f98b0
43 changed files with 3261 additions and 307 deletions

View File

@@ -782,7 +782,7 @@ internal enum L10n {
internal static func crashDetectionDialogContent(_ p1: Any) -> String {
return L10n.tr("Localizable", "crash_detection_dialog_content", String(describing: p1))
}
/// Messages you send will be shared with new members invited to this room. %1$@
/// This room has been configured so that new members can read history. %1$@
internal static func cryptoHistoryVisible(_ p1: Any) -> String {
return L10n.tr("Localizable", "crypto_history_visible", String(describing: p1))
}