From f5f3687908c54b57e4b654c71369d6e9b7c6e2f4 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Mon, 21 Dec 2020 10:55:14 +0200 Subject: [PATCH] New translations en-US.json (Turkish) --- src/config/locales/tr-TR.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/config/locales/tr-TR.json b/src/config/locales/tr-TR.json index 1b56b469c..3508021dd 100644 --- a/src/config/locales/tr-TR.json +++ b/src/config/locales/tr-TR.json @@ -320,9 +320,15 @@ "success_favorite": "Favorite added!", "success_unfavorite": "Favorite removed!", "success_follow": "Follow success!", + "fail_follow": "Follow failed!", + "success_subscribe": "Subscribe success!", + "fail_subscribe": "Subscribe failed!", + "success_leave": "Leave success!", + "fail_leave": "Leave failed!", "success_mute": "Mute success!", "success_unmute": "Unmute success!", "success_unfollow": "Unfollow success!", + "fail_unfollow": "Unfollow failed!", "warning": "Uyarı", "invalid_pincode": "Geçersiz pin gözden geçirip yeniden deneyin.", "remove_alert": "Kaldırmak istediğine emin misin ?", @@ -556,5 +562,9 @@ "new_post": "New Post", "community": "community", "details": "Details" + }, + "user": { + "follow": "Follow", + "unfollow": "Unfollow" } }