Skip to content

Commit 625b921

Browse files
committed
updated naming and loading strings
1 parent 8258554 commit 625b921

13 files changed

+3060
-3045
lines changed

ElementX/Resources/Localizations/en.lproj/Localizable.strings

+5
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,17 @@
378378
"screen_knock_requests_list_accept_all_alert_description" = "Are you sure you want to accept all requests to join?";
379379
"screen_knock_requests_list_accept_all_alert_title" = "Accept all requests";
380380
"screen_knock_requests_list_accept_all_button_title" = "Accept all";
381+
"screen_knock_requests_list_accept_all_loading_title" = "Accepting all requests to join";
382+
"screen_knock_requests_list_accept_loading_title" = "Accepting request to join";
381383
"screen_knock_requests_list_ban_alert_confirm_button_title" = "Yes, decline and ban";
382384
"screen_knock_requests_list_ban_alert_description" = "Are you sure you want to decline and ban %1$@? This user won’t be able to request access to join this room again.";
383385
"screen_knock_requests_list_ban_alert_title" = "Decline and ban from accessing";
386+
"screen_knock_requests_list_ban_loading_title" = "Declining and banning access";
384387
"screen_knock_requests_list_decline_alert_confirm_button_title" = "Yes, decline";
385388
"screen_knock_requests_list_decline_alert_description" = "Are you sure you want to decline %1$@ request to join this room?";
386389
"screen_knock_requests_list_decline_alert_title" = "Decline access";
387390
"screen_knock_requests_list_decline_and_ban_action_title" = "Decline and ban";
391+
"screen_knock_requests_list_decline_loading_title" = "Declining request to join";
388392
"screen_knock_requests_list_empty_state_description" = "When somebody will ask to join the room, you’ll be able to see their request here.";
389393
"screen_knock_requests_list_empty_state_title" = "No pending request to join";
390394
"screen_knock_requests_list_title" = "Requests to join";
@@ -1004,6 +1008,7 @@
10041008
"test_language_identifier" = "en";
10051009
"test_untranslated_default_language_identifier" = "en";
10061010
"timeline_decryption_failure_historical_event_no_key_backup" = "Historical messages are not available on this device";
1011+
"timeline_decryption_failure_historical_event_user_not_joined" = "You don't have access to this message";
10071012
"timeline_decryption_failure_unable_to_decrypt" = "Unable to decrypt message";
10081013
"timeline_decryption_failure_withheld_unverified" = "This message was blocked either because you did not verify your device or because the sender needs to verify your identity.";
10091014
"troubleshoot_notifications_entry_point_section" = "Troubleshoot";

ElementX/Sources/Generated/Strings.swift

+10
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,10 @@ internal enum L10n {
13141314
internal static var screenKnockRequestsListAcceptAllAlertTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_accept_all_alert_title") }
13151315
/// Accept all
13161316
internal static var screenKnockRequestsListAcceptAllButtonTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_accept_all_button_title") }
1317+
/// Accepting all requests to join
1318+
internal static var screenKnockRequestsListAcceptAllLoadingTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_accept_all_loading_title") }
1319+
/// Accepting request to join
1320+
internal static var screenKnockRequestsListAcceptLoadingTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_accept_loading_title") }
13171321
/// Yes, decline and ban
13181322
internal static var screenKnockRequestsListBanAlertConfirmButtonTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_ban_alert_confirm_button_title") }
13191323
/// Are you sure you want to decline and ban %1$@? This user won’t be able to request access to join this room again.
@@ -1322,6 +1326,8 @@ internal enum L10n {
13221326
}
13231327
/// Decline and ban from accessing
13241328
internal static var screenKnockRequestsListBanAlertTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_ban_alert_title") }
1329+
/// Declining and banning access
1330+
internal static var screenKnockRequestsListBanLoadingTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_ban_loading_title") }
13251331
/// Yes, decline
13261332
internal static var screenKnockRequestsListDeclineAlertConfirmButtonTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_decline_alert_confirm_button_title") }
13271333
/// Are you sure you want to decline %1$@ request to join this room?
@@ -1332,6 +1338,8 @@ internal enum L10n {
13321338
internal static var screenKnockRequestsListDeclineAlertTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_decline_alert_title") }
13331339
/// Decline and ban
13341340
internal static var screenKnockRequestsListDeclineAndBanActionTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_decline_and_ban_action_title") }
1341+
/// Declining request to join
1342+
internal static var screenKnockRequestsListDeclineLoadingTitle: String { return L10n.tr("Localizable", "screen_knock_requests_list_decline_loading_title") }
13351343
/// When somebody will ask to join the room, you’ll be able to see their request here.
13361344
internal static var screenKnockRequestsListEmptyStateDescription: String { return L10n.tr("Localizable", "screen_knock_requests_list_empty_state_description") }
13371345
/// No pending request to join
@@ -2526,6 +2534,8 @@ internal enum L10n {
25262534
internal static var testUntranslatedDefaultLanguageIdentifier: String { return L10n.tr("Localizable", "test_untranslated_default_language_identifier") }
25272535
/// Historical messages are not available on this device
25282536
internal static var timelineDecryptionFailureHistoricalEventNoKeyBackup: String { return L10n.tr("Localizable", "timeline_decryption_failure_historical_event_no_key_backup") }
2537+
/// You don't have access to this message
2538+
internal static var timelineDecryptionFailureHistoricalEventUserNotJoined: String { return L10n.tr("Localizable", "timeline_decryption_failure_historical_event_user_not_joined") }
25292539
/// Unable to decrypt message
25302540
internal static var timelineDecryptionFailureUnableToDecrypt: String { return L10n.tr("Localizable", "timeline_decryption_failure_unable_to_decrypt") }
25312541
/// This message was blocked either because you did not verify your device or because the sender needs to verify your identity.

0 commit comments

Comments
 (0)