|
@@ -137,6 +137,10 @@
|
|
|
"login": "Log in",
|
|
|
"description": "Log in with OAuth",
|
|
|
"logout": "Log out",
|
|
|
+ "logout_confirm_title": "Logout confirmation",
|
|
|
+ "logout_confirm": "Do you really want to logout?",
|
|
|
+ "logout_confirm_accept_button": "Logout",
|
|
|
+ "logout_confirm_cancel_button": "Do not logout",
|
|
|
"password": "Password",
|
|
|
"placeholder": "e.g. lain",
|
|
|
"register": "Register",
|
|
@@ -420,6 +424,16 @@
|
|
|
"composing": "Composing",
|
|
|
"confirm_new_password": "Confirm new password",
|
|
|
"current_password": "Current password",
|
|
|
+ "confirm_dialogs": "Ask for confirmation when",
|
|
|
+ "confirm_dialogs_repeat": "repeating a status",
|
|
|
+ "confirm_dialogs_unfollow": "unfollowing a user",
|
|
|
+ "confirm_dialogs_block": "blocking a user",
|
|
|
+ "confirm_dialogs_mute": "muting a user",
|
|
|
+ "confirm_dialogs_delete": "deleting a status",
|
|
|
+ "confirm_dialogs_logout": "logging out",
|
|
|
+ "confirm_dialogs_approve_follow": "approving a follower",
|
|
|
+ "confirm_dialogs_deny_follow": "denying a follower",
|
|
|
+ "confirm_dialogs_remove_follower": "removing a follower",
|
|
|
"mutes_and_blocks": "Mutes and Blocks",
|
|
|
"data_import_export_tab": "Data import / export",
|
|
|
"default_vis": "Default visibility scope",
|
|
@@ -847,6 +861,10 @@
|
|
|
"status": {
|
|
|
"favorites": "Favorites",
|
|
|
"repeats": "Repeats",
|
|
|
+ "repeat_confirm": "Do you really want to repeat this status?",
|
|
|
+ "repeat_confirm_title": "Repeat confirmation",
|
|
|
+ "repeat_confirm_accept_button": "Repeat",
|
|
|
+ "repeat_confirm_cancel_button": "Do not repeat",
|
|
|
"delete": "Delete status",
|
|
|
"edit": "Edit status",
|
|
|
"edited_at": "(last edited {time})",
|
|
@@ -856,6 +874,9 @@
|
|
|
"bookmark": "Bookmark",
|
|
|
"unbookmark": "Unbookmark",
|
|
|
"delete_confirm": "Do you really want to delete this status?",
|
|
|
+ "delete_confirm_title": "Delete confirmation",
|
|
|
+ "delete_confirm_accept_button": "Delete",
|
|
|
+ "delete_confirm_cancel_button": "Keep",
|
|
|
"reply_to": "Reply to",
|
|
|
"mentions": "Mentions",
|
|
|
"replies_list": "Replies:",
|
|
@@ -902,10 +923,22 @@
|
|
|
},
|
|
|
"user_card": {
|
|
|
"approve": "Approve",
|
|
|
+ "approve_confirm_title": "Approve confirmation",
|
|
|
+ "approve_confirm_accept_button": "Approve",
|
|
|
+ "approve_confirm_cancel_button": "Do not approve",
|
|
|
+ "approve_confirm": "Do you want to approve {user}'s follow request?",
|
|
|
"block": "Block",
|
|
|
"blocked": "Blocked!",
|
|
|
+ "block_confirm_title": "Block confirmation",
|
|
|
+ "block_confirm": "Do you really want to block {user}?",
|
|
|
+ "block_confirm_accept_button": "Block",
|
|
|
+ "block_confirm_cancel_button": "Do not block",
|
|
|
"deactivated": "Deactivated",
|
|
|
"deny": "Deny",
|
|
|
+ "deny_confirm_title": "Deny confirmation",
|
|
|
+ "deny_confirm_accept_button": "Deny",
|
|
|
+ "deny_confirm_cancel_button": "Do not deny",
|
|
|
+ "deny_confirm": "Do you want to deny {user}'s follow request?",
|
|
|
"edit_profile": "Edit profile",
|
|
|
"favorites": "Favorites",
|
|
|
"follow": "Follow",
|
|
@@ -913,6 +946,10 @@
|
|
|
"follow_sent": "Request sent!",
|
|
|
"follow_progress": "Requesting…",
|
|
|
"follow_unfollow": "Unfollow",
|
|
|
+ "unfollow_confirm_title": "Unfollow confirmation",
|
|
|
+ "unfollow_confirm": "Do you really want to unfollow {user}?",
|
|
|
+ "unfollow_confirm_accept_button": "Unfollow",
|
|
|
+ "unfollow_confirm_cancel_button": "Do not unfollow",
|
|
|
"followees": "Following",
|
|
|
"followers": "Followers",
|
|
|
"following": "Following!",
|
|
@@ -924,9 +961,18 @@
|
|
|
"message": "Message",
|
|
|
"mute": "Mute",
|
|
|
"muted": "Muted",
|
|
|
+ "mute_confirm_title": "Mute confirmation",
|
|
|
+ "mute_confirm": "Do you really want to mute {user}?",
|
|
|
+ "mute_confirm_accept_button": "Mute",
|
|
|
+ "mute_confirm_cancel_button": "Do not mute",
|
|
|
+ "mute_duration_prompt": "Mute this user for (0 for indefinite time):",
|
|
|
"per_day": "per day",
|
|
|
"remote_follow": "Remote follow",
|
|
|
"remove_follower": "Remove follower",
|
|
|
+ "remove_follower_confirm_title": "Remove follower confirmation",
|
|
|
+ "remove_follower_confirm_accept_button": "Remove",
|
|
|
+ "remove_follower_confirm_cancel_button": "Keep",
|
|
|
+ "remove_follower_confirm": "Do you really want to remove {user} from your followers?",
|
|
|
"report": "Report",
|
|
|
"statuses": "Statuses",
|
|
|
"subscribe": "Subscribe",
|