diff options
| author | lain <lain@soykaf.club> | 2020-06-22 12:51:51 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-06-22 12:51:51 +0000 |
| commit | bbb91d8ae3f1c3d5374de7610e723e63121e8222 (patch) | |
| tree | 0b923bcbbb48bdbb10ee071cdb0c119d0ea73470 /src/i18n | |
| parent | 1afa0f004455175e5bc1770cae5c7833a1a0e84f (diff) | |
| parent | 2b6d16900b9f0bd515dbb616ef0f031f6c026dcc (diff) | |
Merge branch 'feature/bot-flag' into 'develop'
Add 'Bot' settings option and badge
Closes #832
See merge request pleroma/pleroma-fe!1153
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 eefe10e5..4553d25d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -266,6 +266,7 @@ "block_import_error": "Error importing blocks", "blocks_imported": "Blocks imported! Processing them will take a while.", "blocks_tab": "Blocks", + "bot": "This is a bot account", "btnRadius": "Buttons", "cBlue": "Blue (Reply, follow)", "cGreen": "Green (Retweet)", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index f9a72954..aa78db26 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -130,6 +130,7 @@ "background": "Фон", "bio": "Описание", "btnRadius": "Кнопки", + "bot": "Это аккаунт бота", "cBlue": "Ответить, читать", "cGreen": "Повторить", "cOrange": "Нравится", |
