diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-08-08 10:09:07 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-08-08 10:09:07 +0000 |
| commit | 92380652feb83c6a4dde5ca3bac35ff4b409fa2d (patch) | |
| tree | 110677d061355c4641d1f661f9140d86b62acca1 /src/i18n | |
| parent | 17dc7357d5036681b346f745190204e213c0ef8c (diff) | |
| parent | d3f6b581d1bbe64d26fceae3f00e9d471ca44dfe (diff) | |
Merge branch 'feat/conversation-muting' into 'develop'
Add Conversation/Thread Muting
See merge request pleroma/pleroma-fe!876
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 | ||||
| -rw-r--r-- | src/i18n/fi.json | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 60a3e284..6230675c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -508,7 +508,9 @@ "pinned": "Pinned", "delete_confirm": "Do you really want to delete this status?", "reply_to": "Reply to", - "replies_list": "Replies:" + "replies_list": "Replies:", + "mute_conversation": "Mute conversation", + "unmute_conversation": "Unmute conversation" }, "user_card": { "approve": "Approve", diff --git a/src/i18n/fi.json b/src/i18n/fi.json index f4179495..e7ed5408 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -278,8 +278,15 @@ "status": { "favorites": "Tykkäykset", "repeats": "Toistot", + "delete": "Poista", + "pin": "Kiinnitä profiiliisi", + "unpin": "Poista kiinnitys", + "pinned": "Kiinnitetty", + "delete_confirm": "Haluatko varmasti postaa viestin?", "reply_to": "Vastaus", - "replies_list": "Vastaukset:" + "replies_list": "Vastaukset:", + "mute_conversation": "Hiljennä keskustelu", + "unmute_conversation": "Poista hiljennys" }, "user_card": { "approve": "Hyväksy", |
