diff options
| author | Shpuld Shpludson <shp@cock.li> | 2018-12-14 17:33:11 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2018-12-14 17:33:11 +0000 |
| commit | 4b30ce64c9f7e90a8d8fb374b91e33916da179f5 (patch) | |
| tree | 84a838c0deee0997beb4213feeeaba3503277a39 /src/i18n | |
| parent | 10a0296aacfd46eee9b400e0964e8aca540b3eae (diff) | |
| parent | 13fbef4550e0e95024df9f1cc77764b8c734ca3f (diff) | |
Merge branch 'async_follow' into 'develop'
Better "follow" button behavior
Closes #133
See merge request pleroma/pleroma-fe!396
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 | ||||
| -rw-r--r-- | src/i18n/ru.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 1ce53796..f445bfc2 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -320,6 +320,10 @@ "blocked": "Blocked!", "deny": "Deny", "follow": "Follow", + "follow_sent": "Request sent!", + "follow_progress": "Requesting…", + "follow_again": "Send request again?", + "follow_unfollow": "Stop following", "followees": "Following", "followers": "Followers", "following": "Following!", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 80598b0c..249eab69 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -280,6 +280,10 @@ "block": "Заблокировать", "blocked": "Заблокирован", "follow": "Читать", + "follow_sent": "Запрос отправлен!", + "follow_progress": "Запрашиваем…", + "follow_again": "Запросить еще заново?", + "follow_unfollow": "Перестать читать", "followees": "Читаемые", "followers": "Читатели", "following": "Читаю", |
