From 653ee7f3dff113312b4e5fb2cbc1907e39c85447 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Mon, 21 Dec 2020 10:55:26 +0200 Subject: [PATCH] New translations en-US.json (Polish) --- src/config/locales/pl-PL.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/config/locales/pl-PL.json b/src/config/locales/pl-PL.json index 8d5a77290..784d5a504 100644 --- a/src/config/locales/pl-PL.json +++ b/src/config/locales/pl-PL.json @@ -320,9 +320,15 @@ "success_favorite": "Ulubione dodane!", "success_unfavorite": "Usuń z ulubionych!", "success_follow": "Podążaj za sukcesem!", + "fail_follow": "Follow failed!", + "success_subscribe": "Subscribe success!", + "fail_subscribe": "Subscribe failed!", + "success_leave": "Leave success!", + "fail_leave": "Leave failed!", "success_mute": "Wyciszono pomyślnie!", "success_unmute": "Wyłącz wyciszenie!", "success_unfollow": "Przestań obserwować pomyślnie!", + "fail_unfollow": "Unfollow failed!", "warning": "Ostrzeżenie", "invalid_pincode": "Invalid pin code, please check and try again.", "remove_alert": "Are you sure want to remove?", @@ -556,5 +562,9 @@ "new_post": "Nowy wpis", "community": "społeczność", "details": "Szczegóły" + }, + "user": { + "follow": "Follow", + "unfollow": "Unfollow" } }