Skip to content

Commit

Permalink
Freeze strings for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
wpmobilebot committed May 27, 2024
1 parent 82d4db6 commit 43d3963
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@

<string name="experimental_badge">&lt;Experimental&gt;</string>

<string name="no_connection_error_title">Unable to load this content right now</string>
<string name="no_connection_error_description">Check your network connection and try again.</string>

<!-- CAB -->
<string name="cab_selected">%d selected</string>

Expand Down Expand Up @@ -1710,13 +1713,19 @@
<string name="reader_dropdown_menu_saved">Saved</string>
<string name="reader_dropdown_menu_liked">Liked</string>
<string name="reader_dropdown_menu_automattic">Automattic</string>
<string name="reader_dropdown_menu_tags">Your Tags</string>
<string name="reader_dropdown_menu_lists">Lists</string>
<string name="reader_filter_chip_blog_zero">0 Blogs</string>
<string name="reader_filter_chip_blog_one">1 Blog</string>
<string name="reader_filter_chip_blog_other">%d Blogs</string>
<string name="reader_filter_chip_tag_zero">0 Tags</string>
<string name="reader_filter_chip_tag_one">1 Tag</string>
<string name="reader_filter_chip_tag_other">%d Tags</string>
<string name="reader_announcement_card_title">New in Reader</string>
<string name="reader_announcement_card_tags_stream_title">Tags stream</string>
<string name="reader_announcement_card_tags_stream_description">Tap the dropdown at the top and select Tags to access streams from your followed tags.</string>
<string name="reader_announcement_card_reading_preferences_title">Reading Preferences</string>
<string name="reader_announcement_card_reading_preferences_description">Choose colors and fonts that suit you. When you’re reading a post tap the AA icon at the top of the screen.</string>

<string name="reader_preferences_screen_preview_title">Reading Preferences</string>
<string name="reader_preferences_screen_preview_tags" translatable="false">reading,colors,fonts</string>
Expand Down Expand Up @@ -2139,6 +2148,7 @@
<string name="reader_discover_display_name">Discover</string>
<string name="reader_my_likes_display_name">Likes</string>
<string name="reader_subscribed_display_name">Subscribed</string>
<string name="reader_tags_display_name">Tags</string>

<!-- timespan shown for posts/comments published within the past 60 seconds -->
<string name="timespan_now" tools:ignore="UnusedResources">now</string>
Expand Down Expand Up @@ -2336,6 +2346,18 @@
<string name="reader_save_posts_locally_dialog_title">Save Posts for Later</string>
<string name="reader_save_posts_locally_dialog_message">Save this post, and come back to read it whenever you\'d like. It will only be available on this device — saved posts don\'t sync to your other devices.</string>

<!-- Reader tags feed -->
<string name="reader_tags_feed_see_more_from_tag">More from %s</string>
<string name="reader_tags_feed_error_title">No posts found for %s</string>
<string name="reader_tags_feed_loading_error_description">We couldn\'t load posts from this tag right now</string>
<string name="reader_tags_feed_no_content_error_description">We couldn\'t find any posts tagged %s right now</string>
<string name="reader_tags_feed_error_retry">Retry</string>
<string name="reader_tags_feed_action_label_open_post">open post</string>
<string name="reader_tags_feed_action_label_open_blog">open blog</string>
<string name="reader_tags_feed_action_label_like_post">like post</string>
<string name="reader_tags_feed_action_label_unlike_post">remove post like</string>
<string name="reader_tags_feed_action_label_open_menu">open menu</string>

<!-- connection bar which appears on main activity when there's no connection -->
<string name="connectionbar_no_connection">No connection</string>

Expand Down Expand Up @@ -2443,6 +2465,7 @@
<string name="my_site_bottom_sheet_add_page">Site page</string>
<string name="my_site_bottom_sheet_add_story">Story post</string>
<string name="my_site_quick_actions_title">Quick Links</string>
<string name="my_site_bottom_sheet_add_post_from_audio">Post from audio</string>

<string name="jetpack_feature_card_more_menu_item_hide_this" translatable="false">@string/my_site_dashboard_card_more_menu_hide_card</string>

Expand Down Expand Up @@ -4308,8 +4331,6 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
<string name="blogging_prompts_list_no_prompts">No prompts yet</string>
<string name="blogging_prompts_list_error_fetch_title">Oops</string>
<string name="blogging_prompts_list_error_fetch_subtitle">There was an error loading prompts.</string>
<string name="blogging_prompts_list_error_network_title">Unable to load this content right now</string>
<string name="blogging_prompts_list_error_network_subtitle">Check your network connection and try again.</string>

<!-- Editor module -->
<string name="post_content" tools:ignore="UnusedResources" a8c-src-lib="module:editor">Content</string>
Expand Down Expand Up @@ -4819,6 +4840,9 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
<string name="login_error_security_key" tools:ignore="UnusedResources" a8c-src-lib="login">There was some trouble with the Security key login</string>
<string name="notification_security_key_needed" tools:ignore="UnusedResources" a8c-src-lib="login">Please provide your security key to continue.</string>

<string name="in_app_update_available">Update downloaded. Restart to apply.</string>
<string name="in_app_update_restart">Restart</string>

<string name="gutenberg_native_alternatively_you_can_flatten_the_content_by_ungrouping_the_block" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Alternatively, you can flatten the content by ungrouping the block.</string>
<string name="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_the_web_edit" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">For this reason, we recommend editing the block using the web editor.</string>
<string name="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_your_web_bro" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">For this reason, we recommend editing the block using your web browser.</string>
Expand Down

0 comments on commit 43d3963

Please sign in to comment.