This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 827
Migrate more strings to translation keys #11579
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
replace "%(timeRemaining)s left" "time|left" copy "Messaging" "labs|group_messaging" copy "Profile" "labs|group_profile" copy "Spaces" "labs|group_spaces" copy "Widgets" "labs|group_widgets" copy "Rooms" "labs|group_rooms" copy "Voice & Video" "labs|group_voip" copy "Moderation" "labs|group_moderation" copy "Themes" "labs|group_themes" copy "Encryption" "labs|group_encryption" copy "Experimental" "labs|group_experimental" copy "Developer" "labs|group_developer" ```
replace "%(timeRemaining)s left" "time|left" copy "Messaging" "labs|group_messaging" copy "Profile" "labs|group_profile" copy "Spaces" "labs|group_spaces" copy "Widgets" "labs|group_widgets" copy "Rooms" "labs|group_rooms" copy "Voice & Video" "labs|group_voip" copy "Moderation" "labs|group_moderation" copy "Themes" "labs|group_themes" copy "Encryption" "labs|group_encryption" copy "Experimental" "labs|group_experimental" copy "Developer" "labs|group_developer" ```
replace "Sends the given message with confetti" "chat_effects|confetti_description" replace "sends confetti" "chat_effects|confetti_message" replace "Sends the given message with fireworks" "chat_effects|fireworks_description" replace "sends fireworks" "chat_effects|fireworks_message" replace "Sends the given message with rainfall" "chat_effects|rainfall_description" replace "sends rainfall" "chat_effects|rainfall_message" replace "Sends the given message with snowfall" "chat_effects|snowfall_description" replace "sends snowfall" "chat_effects|snowfall_message" replace "Sends the given message with a space themed effect" "chat_effects|spaceinvaders_description" replace "sends space invaders" "chat_effects|spaceinvaders_message" replace "Sends the given message with hearts" "chat_effects|hearts_description" replace "sends hearts" "chat_effects|hearts_message" ```
replace "Sends the given message with confetti" "chat_effects|confetti_description" replace "sends confetti" "chat_effects|confetti_message" replace "Sends the given message with fireworks" "chat_effects|fireworks_description" replace "sends fireworks" "chat_effects|fireworks_message" replace "Sends the given message with rainfall" "chat_effects|rainfall_description" replace "sends rainfall" "chat_effects|rainfall_message" replace "Sends the given message with snowfall" "chat_effects|snowfall_description" replace "sends snowfall" "chat_effects|snowfall_message" replace "Sends the given message with a space themed effect" "chat_effects|spaceinvaders_description" replace "sends space invaders" "chat_effects|spaceinvaders_message" replace "Sends the given message with hearts" "chat_effects|hearts_description" replace "sends hearts" "chat_effects|hearts_message" ```
replace "Messages containing keywords" "settings|notifications|messages_containing_keywords" replace "Error saving notification preferences" "settings|notifications|error_saving" replace "An error occurred whilst saving your notification preferences." "settings|notifications|error_saving_detail" replace "Enable notifications for this account" "settings|notifications|enable_notifications_account" replace "Turn off to disable notifications on all your devices and sessions" "settings|notifications|enable_notifications_account_detail" replace "Enable email notifications for %(email)s" "settings|notifications|enable_email_notifications" replace "Enable notifications for this device" "settings|notifications|enable_notifications_device" replace "Enable desktop notifications for this session" "settings|notifications|enable_desktop_notifications_session" replace "Show message in desktop notification" "settings|notifications|show_message_desktop_notification" replace "Enable audible notifications for this session" "settings|notifications|enable_audible_notifications_session" ```
replace "Customise your appearance" "settings|appearance|heading" replace "Appearance Settings only affect this %(brand)s session." "settings|appearance|subheading" replace "Match system theme" "settings|appearance|match_system_theme" replace "Use a system font" "settings|appearance|custom_font" replace "System font name" "settings|appearance|custom_font_name" replace "Invalid theme schema." "settings|appearance|custom_theme_invalid" replace "Error downloading theme information." "settings|appearance|custom_theme_error_downloading" replace "Theme added!" "settings|appearance|custom_theme_success" replace "Custom theme URL" "settings|appearance|custom_theme_url" replace "Use high contrast" "settings|appearance|use_high_contrast" replace "Add theme" "settings|appearance|custom_theme_add_button" replace "Font size" "settings|appearance|font_size" replace "Set the name of a font installed on your system & %(brand)s will attempt to use it." "settings|appearance|custom_font_description" replace "Image size in the timeline" "settings|appearance|timeline_image_size" copy "Default" "settings|appearance|timeline_image_size_default" copy "Large" "settings|appearance|timeline_image_size_large" ```
kerryarchibald
approved these changes
Sep 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change is marked as an internal change (Task), so will not be included in the changelog.