diff options
| author | Henry <spam@hjkos.com> | 2018-12-03 19:22:39 +0000 |
|---|---|---|
| committer | Henry <spam@hjkos.com> | 2018-12-03 19:22:39 +0000 |
| commit | 480f617c098c831e095a686abb319f4e467e15e4 (patch) | |
| tree | 578c75a1c553258b445f996777c352f5f17b377d /src/i18n | |
| parent | b851b8dd02e66399cf6ac4f5f1b1cae8e28e3c55 (diff) | |
| parent | c142f7b7b64ae1b4cc60340e2bbe43fe774bcd3b (diff) | |
Merge branch 'dev_vald_fe/be' into 'develop'
added tooltip
See merge request pleroma/pleroma-fe!391
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index ae4f93d9..893db931 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -36,7 +36,8 @@ "public_tl": "Public Timeline", "timeline": "Timeline", "twkn": "The Whole Known Network", - "user_search": "User Search" + "user_search": "User Search", + "preferences": "Preferences" }, "notifications": { "broken_favorite": "Unknown status, searching for it...", @@ -208,5 +209,11 @@ "who_to_follow": { "more": "More", "who_to_follow": "Who to follow" + }, + "tool_tip": { + "media_upload": "Upload Media", + "repeat": "Repeat", + "reply": "Reply", + "favorite": "Favorite" } } |
