2021-02-22 09:20:23 +01:00
|
|
|
|
{
|
|
|
|
|
"common": {
|
2021-02-24 12:08:30 +01:00
|
|
|
|
"alerts": {
|
2021-03-04 11:53:29 +01:00
|
|
|
|
"common": {
|
|
|
|
|
"please_try_again": "Please try again.",
|
|
|
|
|
"please_try_again_later": "Please try again later."
|
|
|
|
|
},
|
2021-02-24 12:08:30 +01:00
|
|
|
|
"sign_up_failure": {
|
|
|
|
|
"title": "Sign Up Failure"
|
|
|
|
|
},
|
|
|
|
|
"server_error": {
|
|
|
|
|
"title": "Server Error"
|
2021-03-04 11:53:29 +01:00
|
|
|
|
},
|
|
|
|
|
"vote_failure": {
|
|
|
|
|
"title": "Vote Failure",
|
|
|
|
|
"poll_expired": "The poll has expired"
|
2021-03-12 08:57:58 +01:00
|
|
|
|
},
|
2021-03-15 06:42:46 +01:00
|
|
|
|
"discard_post_content": {
|
|
|
|
|
"title": "Discard Publish",
|
|
|
|
|
"message": "Confirm discard composed post content."
|
2021-03-29 11:44:52 +02:00
|
|
|
|
},
|
|
|
|
|
"publish_post_failure": {
|
|
|
|
|
"title": "Publish Failure",
|
|
|
|
|
"message": "Failed to publish the post.\nPlease check your internet connection."
|
2021-04-13 10:22:41 +02:00
|
|
|
|
},
|
|
|
|
|
"sign_out": {
|
|
|
|
|
"title": "Sign out",
|
|
|
|
|
"message": "Are you sure you want to sign out?",
|
|
|
|
|
"confirm": "Sign Out"
|
2021-02-24 12:08:30 +01:00
|
|
|
|
}
|
|
|
|
|
},
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"controls": {
|
|
|
|
|
"actions": {
|
2021-02-25 09:04:14 +01:00
|
|
|
|
"back": "Back",
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"add": "Add",
|
|
|
|
|
"remove": "Remove",
|
|
|
|
|
"edit": "Edit",
|
|
|
|
|
"save": "Save",
|
|
|
|
|
"ok": "OK",
|
2021-04-01 08:39:15 +02:00
|
|
|
|
"done": "Done",
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"confirm": "Confirm",
|
|
|
|
|
"continue": "Continue",
|
|
|
|
|
"cancel": "Cancel",
|
2021-03-12 08:57:58 +01:00
|
|
|
|
"discard": "Discard",
|
2021-03-29 11:44:52 +02:00
|
|
|
|
"try_again": "Try Again",
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"take_photo": "Take photo",
|
|
|
|
|
"save_photo": "Save photo",
|
2021-02-26 11:27:47 +01:00
|
|
|
|
"sign_in": "Sign In",
|
|
|
|
|
"sign_up": "Sign Up",
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"see_more": "See More",
|
|
|
|
|
"preview": "Preview",
|
2021-04-08 12:52:35 +02:00
|
|
|
|
"share": "Share",
|
|
|
|
|
"share_user": "Share %s",
|
2021-04-21 08:46:31 +02:00
|
|
|
|
"open_in_safari": "Open in Safari",
|
|
|
|
|
"find_people": "Find people to follow",
|
2021-04-26 11:53:38 +02:00
|
|
|
|
"manually_search": "Manually search instead",
|
2021-04-26 09:58:49 +02:00
|
|
|
|
"skip": "Skip",
|
|
|
|
|
"report_user": "Report %s"
|
2021-02-22 09:20:23 +01:00
|
|
|
|
},
|
2021-02-23 08:16:55 +01:00
|
|
|
|
"status": {
|
2021-03-15 06:42:46 +01:00
|
|
|
|
"user_reblogged": "%s reblogged",
|
2021-03-10 12:12:53 +01:00
|
|
|
|
"user_replied_to": "Replied to %s",
|
2021-02-25 06:47:30 +01:00
|
|
|
|
"show_post": "Show Post",
|
2021-04-16 14:06:36 +02:00
|
|
|
|
"content_warning": "content warning",
|
|
|
|
|
"content_warning_text": "cw: %s",
|
2021-03-02 12:33:33 +01:00
|
|
|
|
"media_content_warning": "Tap to reveal that may be sensitive",
|
|
|
|
|
"poll": {
|
2021-03-03 09:12:48 +01:00
|
|
|
|
"vote": "Vote",
|
2021-03-02 12:33:33 +01:00
|
|
|
|
"vote_count": {
|
|
|
|
|
"single": "%d vote",
|
2021-03-16 04:41:56 +01:00
|
|
|
|
"multiple": "%d votes"
|
2021-03-02 12:33:33 +01:00
|
|
|
|
},
|
2021-03-03 09:12:48 +01:00
|
|
|
|
"voter_count": {
|
|
|
|
|
"single": "%d voter",
|
2021-03-16 04:41:56 +01:00
|
|
|
|
"multiple": "%d voters"
|
2021-03-03 09:12:48 +01:00
|
|
|
|
},
|
2021-03-03 12:34:29 +01:00
|
|
|
|
"time_left": "%s left",
|
|
|
|
|
"closed": "Closed"
|
2021-03-02 12:33:33 +01:00
|
|
|
|
}
|
2021-02-23 08:16:55 +01:00
|
|
|
|
},
|
2021-04-01 08:39:15 +02:00
|
|
|
|
"firendship": {
|
|
|
|
|
"follow": "Follow",
|
|
|
|
|
"following": "Following",
|
2021-04-08 10:53:32 +02:00
|
|
|
|
"request": "Request",
|
2021-04-02 12:13:45 +02:00
|
|
|
|
"pending": "Pending",
|
2021-04-01 08:39:15 +02:00
|
|
|
|
"block": "Block",
|
2021-04-02 12:13:45 +02:00
|
|
|
|
"block_user": "Block %s",
|
2021-04-08 12:52:35 +02:00
|
|
|
|
"block_domain": "Block %s",
|
2021-04-02 12:13:45 +02:00
|
|
|
|
"unblock": "Unblock",
|
|
|
|
|
"unblock_user": "Unblock %s",
|
2021-04-01 08:39:15 +02:00
|
|
|
|
"blocked": "Blocked",
|
|
|
|
|
"mute": "Mute",
|
2021-04-02 12:13:45 +02:00
|
|
|
|
"mute_user": "Mute %s",
|
|
|
|
|
"unmute": "Unmute",
|
|
|
|
|
"unmute_user": "Unmute %s",
|
2021-04-01 08:39:15 +02:00
|
|
|
|
"muted": "Muted",
|
|
|
|
|
"edit_info": "Edit info"
|
|
|
|
|
},
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"timeline": {
|
2021-03-16 12:28:52 +01:00
|
|
|
|
"loader": {
|
|
|
|
|
"load_missing_posts": "Load missing posts",
|
2021-04-13 13:46:42 +02:00
|
|
|
|
"loading_missing_posts": "Loading missing posts...",
|
|
|
|
|
"show_more_replies": "Show more replies"
|
2021-04-06 10:43:08 +02:00
|
|
|
|
},
|
|
|
|
|
"header": {
|
|
|
|
|
"no_status_found": "No Status Found",
|
|
|
|
|
"blocking_warning": "You can’t view Artbot’s profile\n until you unblock them.\nYour account looks like this to them.",
|
|
|
|
|
"blocked_warning": "You can’t view Artbot’s profile\n until they unblock you.",
|
2021-04-08 10:53:32 +02:00
|
|
|
|
"suspended_warning": "This account has been suspended.",
|
|
|
|
|
"user_suspended_warning": "%s's account has been suspended."
|
2021-03-16 12:28:52 +01:00
|
|
|
|
}
|
2021-02-22 09:20:23 +01:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"countable": {
|
|
|
|
|
"photo": {
|
|
|
|
|
"single": "photo",
|
|
|
|
|
"multiple": "photos"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scene": {
|
|
|
|
|
"welcome": {
|
|
|
|
|
"slogan": "Social networking\nback in your hands."
|
|
|
|
|
},
|
|
|
|
|
"server_picker": {
|
|
|
|
|
"title": "Pick a Server,\nany server.",
|
2021-03-15 06:42:46 +01:00
|
|
|
|
"button": {
|
|
|
|
|
"category": {
|
2021-02-25 09:38:24 +01:00
|
|
|
|
"All": "All"
|
|
|
|
|
},
|
2021-03-15 06:42:46 +01:00
|
|
|
|
"see_less": "See Less",
|
|
|
|
|
"see_more": "See More"
|
2021-02-25 09:38:24 +01:00
|
|
|
|
},
|
2021-03-15 06:42:46 +01:00
|
|
|
|
"label": {
|
|
|
|
|
"language": "LANGUAGE",
|
|
|
|
|
"users": "USERS",
|
|
|
|
|
"category": "CATEGORY"
|
2021-02-25 09:38:24 +01:00
|
|
|
|
},
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"input": {
|
|
|
|
|
"placeholder": "Find a server or join your own..."
|
2021-03-06 05:55:52 +01:00
|
|
|
|
},
|
|
|
|
|
"empty_state": {
|
|
|
|
|
"finding_servers": "Finding available servers...",
|
|
|
|
|
"bad_network": "Something went wrong while loading data. Check your internet connection."
|
2021-02-22 09:20:23 +01:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"register": {
|
|
|
|
|
"title": "Tell us about you.",
|
|
|
|
|
"input": {
|
2021-03-29 07:37:56 +02:00
|
|
|
|
"avatar": {
|
2021-04-26 14:36:59 +02:00
|
|
|
|
"delete": "Delete"
|
2021-03-29 07:37:56 +02:00
|
|
|
|
},
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"username": {
|
|
|
|
|
"placeholder": "username",
|
|
|
|
|
"duplicate_prompt": "This username is taken."
|
|
|
|
|
},
|
|
|
|
|
"display_name": {
|
|
|
|
|
"placeholder": "display name"
|
|
|
|
|
},
|
|
|
|
|
"email": {
|
|
|
|
|
"placeholder": "email"
|
|
|
|
|
},
|
|
|
|
|
"password": {
|
|
|
|
|
"placeholder": "password",
|
2021-03-04 08:29:46 +01:00
|
|
|
|
"hint": "Your password needs at least eight characters"
|
2021-02-26 05:52:37 +01:00
|
|
|
|
},
|
|
|
|
|
"invite": {
|
2021-03-04 11:53:29 +01:00
|
|
|
|
"registration_user_invite_request": "Why do you want to join?"
|
2021-02-22 09:20:23 +01:00
|
|
|
|
}
|
2021-02-24 13:06:28 +01:00
|
|
|
|
},
|
2021-03-04 08:29:46 +01:00
|
|
|
|
"error": {
|
|
|
|
|
"item": {
|
|
|
|
|
"username": "Username",
|
|
|
|
|
"email": "Email",
|
|
|
|
|
"password": "Password",
|
|
|
|
|
"agreement": "Agreement",
|
|
|
|
|
"locale": "Locale",
|
|
|
|
|
"reason": "Reason"
|
|
|
|
|
},
|
|
|
|
|
"reason": {
|
|
|
|
|
"blocked": "%s contains a disallowed e-mail provider",
|
|
|
|
|
"unreachable": "%s does not seem to exist",
|
|
|
|
|
"taken": "%s is already in use",
|
|
|
|
|
"reserved": "%s is a reserved keyword",
|
|
|
|
|
"accepted": "%s must be accepted",
|
|
|
|
|
"blank": "%s is required",
|
|
|
|
|
"invalid": "%s is invalid",
|
|
|
|
|
"too_long": "%s is too long",
|
|
|
|
|
"too_short": "%s is too short",
|
|
|
|
|
"inclusion": "%s is not a supported value"
|
|
|
|
|
},
|
|
|
|
|
"special": {
|
2021-03-04 09:42:43 +01:00
|
|
|
|
"username_invalid": "Username must only contain alphanumeric characters and underscores",
|
|
|
|
|
"username_too_long": "Username is too long (can't be longer than 30 characters)",
|
|
|
|
|
"email_invalid": "This is not a valid e-mail address",
|
|
|
|
|
"password_too_short": "Password is too short (must be at least 8 characters)"
|
2021-03-04 08:29:46 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2021-02-22 09:20:23 +01:00
|
|
|
|
},
|
|
|
|
|
"server_rules": {
|
|
|
|
|
"title": "Some ground rules.",
|
|
|
|
|
"subtitle": "These rules are set by the admins of %s.",
|
|
|
|
|
"prompt": "By continuing, you're subject to the terms of service and privacy policy for %s.",
|
2021-03-30 08:31:52 +02:00
|
|
|
|
"terms_of_service": "terms of service",
|
|
|
|
|
"privacy_policy": "privacy policy",
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"button": {
|
|
|
|
|
"confirm": "I Agree"
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-02-24 10:08:36 +01:00
|
|
|
|
"confirm_email": {
|
|
|
|
|
"title": "One last thing.",
|
2021-04-13 13:46:42 +02:00
|
|
|
|
"subtitle": "We just sent an email to %s,\ntap the link to confirm your account.",
|
2021-02-24 10:08:36 +01:00
|
|
|
|
"button": {
|
2021-02-25 08:39:48 +01:00
|
|
|
|
"open_email_app": "Open Email App",
|
2021-02-24 10:08:36 +01:00
|
|
|
|
"dont_receive_email": "I never got an email"
|
|
|
|
|
},
|
|
|
|
|
"dont_receive_email": {
|
2021-02-25 08:39:48 +01:00
|
|
|
|
"title": "Check your email",
|
|
|
|
|
"description": "Check if your email address is correct as well as your junk folder if you haven’t.",
|
2021-02-26 11:27:47 +01:00
|
|
|
|
"resend_email": "Resend Email"
|
2021-02-24 10:08:36 +01:00
|
|
|
|
},
|
|
|
|
|
"open_email_app": {
|
2021-02-25 08:39:48 +01:00
|
|
|
|
"title": "Check your inbox.",
|
|
|
|
|
"description": "We just sent you an email. Check your junk folder if you haven’t.",
|
|
|
|
|
"mail": "Mail",
|
|
|
|
|
"open_email_client": "Open Email Client"
|
2021-02-24 10:08:36 +01:00
|
|
|
|
}
|
|
|
|
|
},
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"home_timeline": {
|
2021-03-15 13:03:40 +01:00
|
|
|
|
"title": "Home",
|
|
|
|
|
"navigation_bar_state": {
|
|
|
|
|
"offline": "Offline",
|
|
|
|
|
"new_posts": "See new posts",
|
|
|
|
|
"published": "Published!",
|
|
|
|
|
"Publishing": "Publishing post..."
|
2021-04-08 05:25:02 +02:00
|
|
|
|
}
|
2021-02-22 09:20:23 +01:00
|
|
|
|
},
|
2021-04-21 08:46:31 +02:00
|
|
|
|
"suggestion_account": {
|
|
|
|
|
"title": "Find People to Follow",
|
|
|
|
|
"follow_explain": "When you follow someone, you’ll see their posts in your home feed."
|
|
|
|
|
},
|
2021-02-22 09:20:23 +01:00
|
|
|
|
"public_timeline": {
|
|
|
|
|
"title": "Public"
|
2021-03-11 08:41:27 +01:00
|
|
|
|
},
|
|
|
|
|
"compose": {
|
|
|
|
|
"title": {
|
2021-03-15 06:42:46 +01:00
|
|
|
|
"new_post": "New Post",
|
2021-03-11 08:41:27 +01:00
|
|
|
|
"new_reply": "New Reply"
|
2021-03-12 07:18:07 +01:00
|
|
|
|
},
|
2021-03-19 12:49:48 +01:00
|
|
|
|
"media_selection": {
|
|
|
|
|
"camera": "Take Photo",
|
|
|
|
|
"photo_library": "Photo Library",
|
|
|
|
|
"browse": "Browse"
|
|
|
|
|
},
|
2021-03-12 07:18:07 +01:00
|
|
|
|
"content_input_placeholder": "Type or paste what's on your mind",
|
2021-03-18 08:16:35 +01:00
|
|
|
|
"compose_action": "Publish",
|
2021-04-14 09:24:54 +02:00
|
|
|
|
"replying_to_user": "replying to %s",
|
2021-03-18 08:16:35 +01:00
|
|
|
|
"attachment": {
|
|
|
|
|
"photo": "photo",
|
|
|
|
|
"video": "video",
|
2021-03-18 10:33:07 +01:00
|
|
|
|
"attachment_broken": "This %s is broken and can't be\nuploaded to Mastodon.",
|
|
|
|
|
"description_photo": "Describe photo for low vision people...",
|
|
|
|
|
"description_video": "Describe what’s happening for low vision people..."
|
2021-03-24 07:49:27 +01:00
|
|
|
|
},
|
|
|
|
|
"poll": {
|
|
|
|
|
"duration_time": "Duration: %s",
|
|
|
|
|
"thirty_minutes": "30 minutes",
|
|
|
|
|
"one_hour": "1 Hour",
|
|
|
|
|
"six_hours": "6 Hours",
|
|
|
|
|
"one_day": "1 Day",
|
|
|
|
|
"three_days": "3 Days",
|
2021-04-14 09:24:54 +02:00
|
|
|
|
"seven_days": "7 Days",
|
|
|
|
|
"option_number": "Option %ld"
|
2021-03-25 11:17:05 +01:00
|
|
|
|
},
|
|
|
|
|
"content_warning": {
|
|
|
|
|
"placeholder": "Write an accurate warning here..."
|
2021-03-25 12:34:30 +01:00
|
|
|
|
},
|
|
|
|
|
"visibility": {
|
|
|
|
|
"public": "Public",
|
|
|
|
|
"unlisted": "Unlisted",
|
|
|
|
|
"private": "Followers only",
|
|
|
|
|
"direct": "Only people I mention"
|
2021-03-18 08:16:35 +01:00
|
|
|
|
}
|
2021-04-01 08:39:15 +02:00
|
|
|
|
},
|
|
|
|
|
"profile": {
|
2021-04-09 13:44:48 +02:00
|
|
|
|
"subtitle": "%s posts",
|
2021-04-01 08:39:15 +02:00
|
|
|
|
"dashboard": {
|
|
|
|
|
"posts": "posts",
|
|
|
|
|
"following": "following",
|
|
|
|
|
"followers": "followers"
|
|
|
|
|
},
|
|
|
|
|
"segmented_control": {
|
|
|
|
|
"posts": "Posts",
|
|
|
|
|
"replies": "Replies",
|
|
|
|
|
"media": "Media"
|
2021-04-02 12:13:45 +02:00
|
|
|
|
},
|
|
|
|
|
"relationship_action_alert": {
|
|
|
|
|
"confirm_unmute_user": {
|
|
|
|
|
"title": "Unmute Account",
|
|
|
|
|
"message": "Confirm unmute %s"
|
|
|
|
|
},
|
|
|
|
|
"confirm_unblock_usre": {
|
|
|
|
|
"title": "Unblock Account",
|
|
|
|
|
"message": "Confirm unblock %s"
|
|
|
|
|
}
|
2021-04-01 08:39:15 +02:00
|
|
|
|
}
|
2021-04-01 08:53:24 +02:00
|
|
|
|
},
|
2021-03-31 13:29:54 +02:00
|
|
|
|
"search": {
|
|
|
|
|
"searchBar": {
|
|
|
|
|
"placeholder": "Search hashtags and users",
|
|
|
|
|
"cancel": "Cancel"
|
2021-04-01 14:54:57 +02:00
|
|
|
|
},
|
|
|
|
|
"recommend": {
|
2021-04-13 03:33:16 +02:00
|
|
|
|
"button_text": "See All",
|
2021-04-08 05:25:02 +02:00
|
|
|
|
"hash_tag": {
|
|
|
|
|
"title": "Trending in your timeline",
|
|
|
|
|
"description": "Hashtags that are getting quite a bit of attention among people you follow",
|
|
|
|
|
"people_talking": "%s people are talking"
|
|
|
|
|
},
|
|
|
|
|
"accounts": {
|
|
|
|
|
"title": "Accounts you might like",
|
|
|
|
|
"description": "Except for Sam, you will not like his account.",
|
|
|
|
|
"follow": "Follow"
|
|
|
|
|
}
|
2021-04-02 10:24:00 +02:00
|
|
|
|
},
|
|
|
|
|
"searching": {
|
|
|
|
|
"segment": {
|
|
|
|
|
"all": "All",
|
|
|
|
|
"people": "People",
|
|
|
|
|
"hashtags": "Hashtags"
|
|
|
|
|
},
|
|
|
|
|
"recent_search": "Recent searches",
|
|
|
|
|
"clear": "clear"
|
2021-03-31 13:29:54 +02:00
|
|
|
|
}
|
2021-04-02 04:21:51 +02:00
|
|
|
|
},
|
|
|
|
|
"hashtag": {
|
|
|
|
|
"prompt": "%s people talking"
|
2021-04-08 05:25:02 +02:00
|
|
|
|
},
|
|
|
|
|
"favorite": {
|
|
|
|
|
"title": "Your Favorites"
|
2021-04-20 10:46:04 +02:00
|
|
|
|
},
|
2021-04-12 10:31:53 +02:00
|
|
|
|
"notification": {
|
|
|
|
|
"title": {
|
|
|
|
|
"Everything": "Everything",
|
|
|
|
|
"Mentions": "Mentions"
|
|
|
|
|
},
|
|
|
|
|
"action": {
|
|
|
|
|
"follow": "followed you",
|
|
|
|
|
"favourite": "favorited your post",
|
|
|
|
|
"reblog": "rebloged your post",
|
|
|
|
|
"poll": "Your poll has ended",
|
|
|
|
|
"mention": "mentioned you"
|
2021-04-19 14:34:08 +02:00
|
|
|
|
}
|
2021-04-13 13:46:42 +02:00
|
|
|
|
},
|
|
|
|
|
"thread": {
|
|
|
|
|
"back_title": "Post",
|
|
|
|
|
"title": "Post from %s",
|
|
|
|
|
"reblog": {
|
|
|
|
|
"single": "%s reblog",
|
|
|
|
|
"multiple": "%s reblogs"
|
|
|
|
|
},
|
|
|
|
|
"favorite": {
|
|
|
|
|
"single": "%s favorite",
|
|
|
|
|
"multiple": "%s favorites"
|
|
|
|
|
}
|
2021-04-17 08:13:01 +02:00
|
|
|
|
},
|
2021-04-13 10:22:41 +02:00
|
|
|
|
"settings": {
|
|
|
|
|
"title": "Settings",
|
|
|
|
|
"section": {
|
|
|
|
|
"appearance": {
|
|
|
|
|
"title": "Appearance",
|
|
|
|
|
"automatic": "Automatic",
|
|
|
|
|
"light": "Always Light",
|
|
|
|
|
"dark": "Always Dark"
|
|
|
|
|
},
|
|
|
|
|
"notifications": {
|
|
|
|
|
"title": "Notifications",
|
|
|
|
|
"favorites": "Favorites my post",
|
|
|
|
|
"follows": "Follows me",
|
|
|
|
|
"boosts": "Reblogs my post",
|
|
|
|
|
"mentions": "Mentions me",
|
|
|
|
|
"trigger": {
|
|
|
|
|
"anyone": "anyone",
|
|
|
|
|
"follower": "a follower",
|
|
|
|
|
"follow": "anyone I follow",
|
|
|
|
|
"noone": "no one",
|
|
|
|
|
"title": "Notify me when"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"boringzone": {
|
|
|
|
|
"title": "The Boring zone",
|
|
|
|
|
"terms": "Terms of Service",
|
|
|
|
|
"privacy": "Privacy Policy"
|
|
|
|
|
},
|
|
|
|
|
"spicyzone": {
|
|
|
|
|
"title": "The spicy zone",
|
|
|
|
|
"clear": "Clear Media Cache",
|
|
|
|
|
"signout": "Sign Out"
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-04-19 14:34:08 +02:00
|
|
|
|
},
|
|
|
|
|
"report": {
|
|
|
|
|
"title": "Report %s",
|
|
|
|
|
"step1": "Step 1 of 2",
|
|
|
|
|
"step2": "Step 2 of 2",
|
|
|
|
|
"content1": "Are there any other posts you’d like to add to the report?",
|
|
|
|
|
"content2": "Is there anything the moderators should know about this report?",
|
|
|
|
|
"send": "Send Report",
|
2021-04-22 16:58:21 +02:00
|
|
|
|
"skip_to_send": "Send without comment",
|
|
|
|
|
"text_placeholder": "Type or paste additional comments"
|
2021-02-22 09:20:23 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2021-04-13 03:33:16 +02:00
|
|
|
|
}
|