Update strings.

This commit is contained in:
SBiOSoftWhare 2021-05-04 10:03:52 +02:00
parent c094cb95f1
commit 476da1b1df
2 changed files with 10 additions and 10 deletions

View file

@ -1619,7 +1619,7 @@ Tap the + to start adding people.";
// Mark: - Spaces
"space_feature_unavailable_title" = "Not available";
"space_feature_unavailable_instructions" = "Use your computer to open the link. If you do, well let you know when the feature comes to iOS.";
"space_feature_unavailable_invite_info" = "Youre trying to manage a Space invite. Spaces are currently only available in beta on web, or Android";
"space_feature_unavailable_space_link" = "Youre trying to open a link to a Space. Spaces are currently only available in beta on web, or Android";
"space_feature_unavailable_general_info" = "Spaces are only available in Beta on Web, desktop or Android";
"space_feature_unavailable_invite_info" = "Youre trying to manage a Space invite. Please use your computer to manage the space invite";
"space_feature_unavailable_space_link_info" = "Youre trying to open a link to a Space. Please use your computer to open the link";
"space_feature_unavailable_share_link_action" = "Share link";

View file

@ -4494,11 +4494,11 @@ internal enum VectorL10n {
internal static var socialLoginListTitleSignUp: String {
return VectorL10n.tr("Vector", "social_login_list_title_sign_up")
}
/// Use your computer to open the link. If you do, well let you know when the feature comes to iOS.
internal static var spaceFeatureUnavailableInstructions: String {
return VectorL10n.tr("Vector", "space_feature_unavailable_instructions")
/// Spaces are only available in Beta on Web, desktop or Android
internal static var spaceFeatureUnavailableGeneralInfo: String {
return VectorL10n.tr("Vector", "space_feature_unavailable_general_info")
}
/// Youre trying to manage a Space invite. Spaces are currently only available in beta on web, or Android
/// Youre trying to manage a Space invite.
internal static var spaceFeatureUnavailableInviteInfo: String {
return VectorL10n.tr("Vector", "space_feature_unavailable_invite_info")
}
@ -4506,9 +4506,9 @@ internal enum VectorL10n {
internal static var spaceFeatureUnavailableShareLinkAction: String {
return VectorL10n.tr("Vector", "space_feature_unavailable_share_link_action")
}
/// Youre trying to open a link to a Space. Spaces are currently only available in beta on web, or Android
internal static var spaceFeatureUnavailableSpaceLink: String {
return VectorL10n.tr("Vector", "space_feature_unavailable_space_link")
/// Youre trying to open a link to a Space. Please use your computer to open the link
internal static var spaceFeatureUnavailableSpaceLinkInfo: String {
return VectorL10n.tr("Vector", "space_feature_unavailable_space_link_info")
}
/// Not available
internal static var spaceFeatureUnavailableTitle: String {