From fdb7911d30936a53445aaf70937245d76b49ce61 Mon Sep 17 00:00:00 2001 From: naskya Date: Thu, 11 Jan 2024 21:18:02 +0900 Subject: [PATCH] locale (minor): update en-US.yml --- locales/en-US.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 8bec50af..d966a4df 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -2204,11 +2204,11 @@ moreUrlsDescription: "Enter the pages you want to pin to the help menu in the lo enablePullToRefresh: "Enable \"Pull down to refresh\"" pullToRefreshThreshold: "Pull distance for reloading" publishTimelines: "Publish timelines for visitors" -publishTimelinesDescription: "If enabled, the Local and Global timeline will be shown on {url} even when signed out." +publishTimelinesDescription: "If enabled, the Local and Global timelines will be shown on {url} even when signed out." searchWords: "Words to search / ID or URL to lookup" -searchWordsDescription: "To search for posts, enter the search term. Separate words with a space for an AND search, or 'OR' (without quotes) between words for an OR search.\nFor example, 'morning night' will find posts that contain both 'morning' and 'night', and 'morning OR night' will find posts that contain either 'morning' or 'night' (or both).\n\nIf you want to go to a specific user page or post page, enter the ID or URL in this field and click the 'Lookup' button. Clicking 'Search' will search for posts that literally contain the ID/URL." +searchWordsDescription: "To search for posts, enter the search term in this field. Separate words with a space for an AND search, or 'OR' (without quotes) between words for an OR search.\nFor example, 'morning night' will find posts that contain both 'morning' and 'night', and 'morning OR night' will find posts that contain either 'morning' or 'night' (or both).\n\nIf you want to go to a specific user page or post page, enter the ID or URL in this field and click the 'Lookup' button. Clicking 'Search' will search for posts that literally contain the entered ID/URL." searchUsers: "Posted from (optional)" -searchUsersDescription: "To search for posts by a specific user/server, enter the ID (@user@example.com, or @user for a local user) or domain name (example.com).\n\nIf you enter 'me' (without quotes), all of your posts (including unlisted, followers-only, direct, and secret posts) will be searched.\n\nIf you enter 'local' (without quotes), the results will be filtered to include only posts from this server." +searchUsersDescription: "To search for posts by a specific user/server, enter the ID (@user@example.com, or @user for a local user) or domain name (example.com) in this field.\n\nIf you enter 'me' (without quotes), all of your posts (including unlisted, followers-only, direct, and secret posts) will be searched.\n\nIf you enter 'local' (without quotes), the results will be filtered to include only posts from this server." searchRange: "Posted within (optional)" searchRangeDescription: "If you want to filter the time period, enter it in this format: 20220615-20231031\n\nIf you leave out the year (like 0105-0106 or 20231105-0110), it's interpreted as the current year.\n\nYou can also omit either the start or end date. For example, -0102 will filter the search results to show only posts made before 2 January this year, and 20231026- will filter the results to show only posts made after 26 October 2023." searchPostsWithFiles: "Only posts with files"