ReadYou/app/src/main/res/values/strings.xml
2022-04-08 22:44:48 +08:00

92 lines
5.5 KiB
XML

<resources>
<string name="read_you">Read You</string>
<string name="all">All</string>
<string name="all_desc">%1$d Archived Items</string>
<string name="unread">Unread</string>
<string name="unread_desc"> %1$d Unread Items</string>
<string name="starred">Starred</string>
<string name="starred_desc">%1$d Starred Items</string>
<string name="feeds">Feeds</string>
<string name="syncing">Syncing…</string>
<string name="expand_less">Expand Less</string>
<string name="expand_more">Expand More</string>
<string name="confirm">Confirm</string>
<string name="cancel">Cancel</string>
<string name="allow">Allow</string>
<string name="deny">Deny</string>
<string name="defaults">Default</string>
<string name="unknown">Unknown</string>
<string name="back">Back</string>
<string name="go_to">Goto</string>
<string name="settings">Settings</string>
<string name="refresh">Refresh</string>
<string name="search">Search</string>
<string name="searching">Searching…</string>
<string name="subscribe">Subscribe</string>
<string name="already_subscribed">Already subscribed</string>
<string name="clear">Clear</string>
<string name="paste">Paste</string>
<string name="feed_or_site_url">Feed or Site URL</string>
<string name="import_from_opml">Import from OPML</string>
<string name="preset">Preset</string>
<string name="selected">Selected</string>
<string name="allow_notification">Allow Notification</string>
<string name="all_allow_notification_tip">Allow all feeds in the \"%1$s\" group to send notifications.</string>
<string name="all_allow_notification_toast">All notifications in the \"%1$s\" group are allowed</string>
<string name="all_deny_notification_toast">All notifications in the \"%1$s\" group are denied</string>
<string name="parse_full_content">Parse Full Content</string>
<string name="all_parse_full_content_tip">Full content parsing of all articles in the \"%1$s\" group.</string>
<string name="all_parse_full_content_toast">Full content parsing of all articles in the \"%1$s\" group</string>
<string name="all_deny_parse_full_content_toast">No more full content parsing of all articles in the \"%1$s\" group</string>
<string name="add_to_group">Add to Group</string>
<string name="move_to_group">Move to Group</string>
<string name="all_move_to_group_tip">Move all feeds in the \"%1$s\" group to the \"%2$s\" group.</string>
<string name="all_move_to_group_toast">Moved all to \"%1$s\" group</string>
<string name="rename">Rename</string>
<string name="rename_toast">Renamed to \"%1$s\"</string>
<string name="create_new_group">Create New Group</string>
<string name="name">Name</string>
<string name="open_with">Open %1$s</string>
<string name="options">Options</string>
<string name="delete">Delete</string>
<string name="delete_toast">\"%1$s\" has been deleted</string>
<string name="unsubscribe">Unsubscribe</string>
<string name="unsubscribe_tip">Unsubscribe \"%1$s\" and delete all archived articles in it.</string>
<string name="delete_group">Delete Group</string>
<string name="delete_group_tip">Delete the \"%1$s\" group, and delete all feeds and archived articles in it.</string>
<string name="group_option_tip">The following options will be applied to all feeds in this group.</string>
<string name="today">Today</string>
<string name="yesterday">Yesterday</string>
<string name="date_at_time">%1$s At %2$s</string>
<string name="search_for_in">Search for %1$s Items in \"%2$s\"</string>
<string name="search_for">Search for %1$s Items</string>
<string name="mark_as_read">Mark as Read</string>
<string name="mark_all_as_read">Mark All as Read</string>
<string name="mark_as_unread">Mark as Unread</string>
<string name="mark_as_starred">Mark as Starred</string>
<string name="mark_as_unstar">Mark as Unstar</string>
<string name="mark_as_read_one_day">Mark as Read More Than 1 Day</string>
<string name="mark_as_read_three_days">Mark as Read More Than 3 Days</string>
<string name="mark_as_read_seven_days">Mark as Read More Than 7 Days</string>
<string name="one_day">1d</string>
<string name="three_days">3d</string>
<string name="seven_days">7d</string>
<string name="close">Close</string>
<string name="get_new_updates">Get New updates</string>
<string name="get_new_updates_desc">Version 0.6.1 has been released</string>
<string name="accounts">Accounts</string>
<string name="accounts_desc">Local, FreshRSS</string>
<string name="color_and_style">Color &amp; style</string>
<string name="color_and_style_desc">Theme, color system, font size</string>
<string name="interaction">Interaction</string>
<string name="interaction_desc">Layout, haptic feedback</string>
<string name="languages">Languages</string>
<string name="languages_desc">English, Chinese</string>
<string name="tips_and_support">Tips &amp; support</string>
<string name="tips_and_support_desc">About, open source</string>
<string name="welcome">Welcome</string>
<string name="agree_terms">Before you can continue, you need to agree to Read You\'s Terms of Service and Privacy Policy.</string>
<string name="view_terms">View the &lt;i&gt;&lt;u&gt;Terms of Service and Privacy Policy&lt;/u&gt;&lt;/i&gt;</string>
<string name="terms_link">https://github.com/Ashinch/ReadYou/blob/main/TERMS_OF_SERVICE_AND_PRIVACY_POLICY.md</string>
<string name="agree_and_continue">Agree and Continue</string>
</resources>