Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHank Grabowski <hankgrabowski@gmail.com>2018-11-27 00:14:18 +0300
committerFrank Rousseau <frank.rousseau@free.fr>2018-12-31 00:33:04 +0300
commit803abba5c1ace3439c62b6e1f3f462b3d0390485 (patch)
tree9fc61d6e0685596e407d5a08229bed05f140ab6d /config/locales
parent0f4789a5cba11903fab76410b69c83290b65fcdb (diff)
Interactions API endpoint complete with full tests
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/diaspora/en.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 49c29da18..9b72c8694 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -972,10 +972,13 @@ en:
user_not_allowed_to_like: "User is not allowed to like"
like_exists: "Like already exists"
no_like: "Like doesn’t exist"
+ interactions:
+ cant_subscribe: "Can't subscribe to this post"
posts:
post_not_found: "Post with provided guid could not be found"
failed_create: "Failed to create the post"
failed_delete: "Not allowed to delete the post"
+ cant_report: "Failed to create report on this post"
tags:
cant_process: "Failed to process the tag followings request"