diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-07 18:40:49 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-07 18:40:49 +0000 |
| commit | 157d4e601ebd1d46c7bb66d09de5561b57c7d35a (patch) | |
| tree | f374987fcd33b309c59dc73226f8331708e66e71 /src/i18n | |
| parent | 496ccd0bb3b48c6f9f03bd6c7cf0355f98b7871d (diff) | |
| parent | b18fea8508603f3a3ef2569a0d814e55e75af9c9 (diff) | |
Merge branch 'fix/floating-button' into 'develop'
Mobile Post button fix
Closes #506
See merge request pleroma/pleroma-fe!769
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 1 | ||||
| -rw-r--r-- | src/i18n/ru.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 2f48c389..ae6b9951 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -233,6 +233,7 @@ "reply_visibility_all": "Show all replies", "reply_visibility_following": "Only show replies directed at me or users I'm following", "reply_visibility_self": "Only show replies directed at me", + "autohide_floating_post_button": "Automatically hide New Post button (mobile)", "saving_err": "Error saving settings", "saving_ok": "Settings saved", "search_user_to_block": "Search whom you want to block", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 5450f154..e02aa1a8 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -152,6 +152,7 @@ "reply_visibility_all": "Показывать все ответы", "reply_visibility_following": "Показывать только ответы мне и тех на кого я подписан", "reply_visibility_self": "Показывать только ответы мне", + "autohide_floating_post_button": "Автоматически скрывать кнопку постинга (в мобильной версии)", "saving_err": "Не удалось сохранить настройки", "saving_ok": "Сохранено", "security_tab": "Безопасность", |
