mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-04 16:09:31 +00:00
84 lines
3.9 KiB
Text
84 lines
3.9 KiB
Text
// Copyright © 2020 Metabolist. All rights reserved.
|
|
|
|
"account.statuses" = "Posts";
|
|
"account.statuses-and-replies" = "Posts & Replies";
|
|
"account.media" = "Media";
|
|
"add" = "Add";
|
|
"apns-default-message" = "New notification";
|
|
"add-identity.instance-url" = "Instance URL";
|
|
"add-identity.log-in" = "Log in";
|
|
"add-identity.browse" = "Browse";
|
|
"add-identity.join" = "Join";
|
|
"add-identity.request-invite" = "Request an invite";
|
|
"add-identity.unable-to-connect-to-instance" = "Unable to connect to instance";
|
|
"registration.review-terms-of-use-and-privacy-policy-%@" = "Please review %@'s Terms of Use and Privacy Policy to continue";
|
|
"registration.username" = "Username";
|
|
"registration.email" = "Email";
|
|
"registration.password" = "Password";
|
|
"registration.password-confirmation" = "Confirm password";
|
|
"registration.reason-%@" = "Why do you want to join %@?";
|
|
"registration.server-rules" = "Server rules";
|
|
"registration.terms-of-service" = "Terms of service";
|
|
"registration.agree-to-server-rules-and-terms-of-service" = "I agree to the server rules and terms of service";
|
|
"registration.password-confirmation-mismatch" = "Password and password confirmation do not match";
|
|
"secondary-navigation.manage-accounts" = "Manage Accounts";
|
|
"secondary-navigation.lists" = "Lists";
|
|
"secondary-navigation.preferences" = "Preferences";
|
|
"identities.accounts" = "Accounts";
|
|
"identities.browsing" = "Browsing";
|
|
"identities.pending" = "Pending";
|
|
"lists.new-list-title" = "New List Title";
|
|
"pending.pending-confirmation" = "Your account is pending confirmation";
|
|
"preferences" = "Preferences";
|
|
"preferences.posting-reading" = "Posting and Reading";
|
|
"preferences.posting" = "Posting";
|
|
"preferences.use-preferences-from-server" = "Use preferences from server";
|
|
"preferences.posting-default-visiblility" = "Default visibility";
|
|
"preferences.posting-default-sensitive" = "Mark content sensitive by default";
|
|
"preferences.reading" = "Reading";
|
|
"preferences.reading-expand-media" = "Expand media";
|
|
"preferences.expand-media.default" = "Hide sensitive";
|
|
"preferences.expand-media.show-all" = "Show all";
|
|
"preferences.expand-media.hide-all" = "Hide all";
|
|
"preferences.reading-expand-spoilers" = "Always expand content warnings";
|
|
"preferences.filters" = "Filters";
|
|
"preferences.notification-types" = "Notification Types";
|
|
"preferences.notification-types.follow" = "Follow";
|
|
"preferences.notification-types.favourite" = "Favorite";
|
|
"preferences.notification-types.reblog" = "Reblog";
|
|
"preferences.notification-types.mention" = "Mention";
|
|
"preferences.notification-types.poll" = "Poll";
|
|
"filters.active" = "Active";
|
|
"filters.expired" = "Expired";
|
|
"filter.add-new" = "Add New Filter";
|
|
"filter.edit" = "Edit Filter";
|
|
"filter.keyword-or-phrase" = "Keyword or phrase";
|
|
"filter.never-expires" = "Never expires";
|
|
"filter.expire-after" = "Expire after";
|
|
"filter.contexts" = "Filter contexts";
|
|
"filter.irreversible" = "Drop instead of hide";
|
|
"filter.irreversible-explanation" = "Filtered posts will disappear irreversibly, even if filter is later removed";
|
|
"filter.whole-word" = "Whole word";
|
|
"filter.whole-word-explanation" = "When the keyword or phrase is alphanumeric only, it will only be applied if it matches the whole word";
|
|
"filter.save-changes" = "Save Changes";
|
|
"filter.context.home" = "Home timeline";
|
|
"filter.context.notifications" = "Notifications";
|
|
"filter.context.public" = "Public timelines";
|
|
"filter.context.thread" = "Conversations";
|
|
"filter.context.account" = "Profiles";
|
|
"filter.context.unknown" = "Unknown context";
|
|
"status.reblogged-by" = "%@ boosted";
|
|
"status.pinned-post" = "Pinned post";
|
|
"status.show-more" = "Show More";
|
|
"status.show-less" = "Show Less";
|
|
"status.poll.vote" = "Vote";
|
|
"status.poll.participation-count" = "%ld people";
|
|
"status.poll.time-left" = "%@ left";
|
|
"status.poll.refresh" = "Refresh";
|
|
"status.poll.closed" = "Closed";
|
|
"status.visibility.public" = "Public";
|
|
"status.visibility.unlisted" = "Unlisted";
|
|
"status.visibility.private" = "Private";
|
|
"timelines.home" = "Home";
|
|
"timelines.local" = "Local";
|
|
"timelines.federated" = "Federated";
|