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 Jul 23, 2024
1 parent 6c328da commit 6407e5e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4899,10 +4899,21 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
<string name="gutenberg_native_you_can_copy_your_post_text_in_case_your_content_is_impacted_copy" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">You can copy your post text in case your content is impacted. Copy error details to debug and share with support.</string>
<string name="gutenberg_native_clear_selected_color" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Clear selected color</string>
<string name="gutenberg_native_link_label" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Link label</string>
<string name="gutenberg_native_tap_to_edit" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Tap to edit</string>

<!-- Voice to Content -->
<string name="voice_to_content_permissions_required_title">Audio Recording Permission Required</string>
<string name="voice_to_content_permissions_required_msg">To record audio, this app needs permission to access your microphone. You have previously denied this permission. Please enable the microphone permission in the app settings to use this feature.</string>
<string name="gutenberg_native_tap_to_edit" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Tap to edit</string>

<string name="voice_to_content_processing">Processing</string>
<string name="voice_to_content_error_label">Error</string>
<string name="voice_to_content_processing_label">Processing</string>
<string name="voice_to_content_base_header_label">Post from Audio</string>
<string name="voice_to_content_secondary_header_label">Requests available:</string>
<string name="voice_to_content_begin_recording_label">Begin Recording</string>
<string name="voice_to_content_recording_label">Recording</string>
<string name="voice_to_content_ineligible">You don\'t have enough requests available to create a post from audio.</string>
<string name="voice_to_content_upgrade">Upgrade for more requests</string>
<string name="voice_to_content_done_label">Done</string>
<string name="voice_to_content_generic_error">Post from audio is unavailable at the moment, please try again later.</string>
<string name="gutenberg_native_replace_image" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Replace image</string>
</resources>

0 comments on commit 6407e5e

Please sign in to comment.