about summary refs log tree commit diff
path: root/app/javascript/mastodon
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-07-28 22:28:56 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:16 -0500
commitf1575bfffd5df77b68e60f36abc3bbdc6245d91f (patch)
treeaeeeecc32d3d7bfa7dea96ec0f4383a4bb153687 /app/javascript/mastodon
parent054e15e4f03eecb174374466581b9662a6b38e24 (diff)
[UI, API, Rebase] Clean up original domain permissions API
Diffstat (limited to 'app/javascript/mastodon')
-rw-r--r--app/javascript/mastodon/locales/en-MP.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/javascript/mastodon/locales/en-MP.json b/app/javascript/mastodon/locales/en-MP.json
index 8544a0d1b..41445c538 100644
--- a/app/javascript/mastodon/locales/en-MP.json
+++ b/app/javascript/mastodon/locales/en-MP.json
@@ -122,6 +122,9 @@
   "status.in_reply_to": "This roar is a reply",
   "status.is_poll": "This roar is a poll",
   "status.open": "Open this roar",
+  "status.permissions.title": "Show extended permissions...",
+  "status.permissions.visibility.status": "{visibility} 🡲 {domain}",
+  "status.permissions.visibility.account": "{visibility} 🡲 {domain}",
   "status.pinned": "Pinned",
   "status.publish": "Publish",
   "status.reblogs.empty": "No one has boosted this roar yet. When someone does, they will show up here.",
@@ -133,7 +136,7 @@
   "status.unpublished": "Unpublished",
   "tabs_bar.federated_timeline": "World",
   "timeline_hint.resources.statuses": "Older roars",
-  "trends.counter_by_accounts": "{count, plural, one {{counter} creature} other {{counter} creatures}} talking",  
+  "trends.counter_by_accounts": "{count, plural, one {{counter} creature} other {{counter} creatures}} talking",
   "ui.beforeunload": "Your draft will be lost if you leave the web page.",
   "upload_form.edit": "Add description text",
   "upload_modal.edit_media": "Add description text",
@@ -150,4 +153,4 @@
   "keyboard_shortcuts.local": "to open Monsterpit timeline",
   "navigation_bar.community_timeline": "Monsterpit",
   "tabs_bar.local_timeline": "Monsterpit"
-}
\ No newline at end of file
+}