diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-10-16 20:54:14 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-10-16 20:54:14 +0000 |
| commit | 4df033a3ba80967436dc494fc486b318e82bc1ea (patch) | |
| tree | c528e029f9b28c79d645f634a615684ffc7775b7 | |
| parent | 0e14cd6102b1dde55697b80f385df927080a744f (diff) | |
| parent | 85326ee9e273f94ffd8e0b33fd099c98921ff8f0 (diff) | |
Merge branch 'weblate-pleroma-pleroma-fe' into 'develop'
Translations update from Weblate
See merge request pleroma/pleroma-fe!1254
| -rw-r--r-- | src/i18n/it.json | 3 | ||||
| -rw-r--r-- | src/i18n/ru.json | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/i18n/it.json b/src/i18n/it.json index 4d096004..ce508630 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -702,7 +702,8 @@ "reply_to": "Rispondi a", "delete_confirm": "Vuoi veramente eliminare questo messaggio?", "unbookmark": "Rimuovi segnalibro", - "bookmark": "Aggiungi segnalibro" + "bookmark": "Aggiungi segnalibro", + "status_deleted": "Questo messagio è stato cancellato" }, "time": { "years_short": "{0}a", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 3444a26d..8f421b50 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -473,5 +473,10 @@ "tool_tip": { "accept_follow_request": "Принять запрос на чтение", "reject_follow_request": "Отклонить запрос на чтение" + }, + "image_cropper": { + "save_without_cropping": "Сохранить не обрезая", + "save": "Сохранить", + "crop_picture": "Обрезать картинку" } } |
