mirror of
https://github.com/openvk/openvk
synced 2025-07-04 06:49:50 +03:00
feat(FeedIgnore): added strings
This commit is contained in:
parent
cb015a5710
commit
37a9c2fb56
2 changed files with 10 additions and 0 deletions
|
@ -359,6 +359,11 @@
|
|||
"subscriptions_one" = "$1 subscription";
|
||||
"subscriptions_other" = "$1 subscriptions";
|
||||
|
||||
"feed_user_ignored" = "User will no longer appear in the feed.";
|
||||
"feed_club_ignored" = "Club will no longer appear in the feed.";
|
||||
"feed_unignore" = "Restore.";
|
||||
"feed_ignore" = "Not interested";
|
||||
|
||||
/* Group */
|
||||
|
||||
"group" = "Group";
|
||||
|
|
|
@ -290,6 +290,11 @@
|
|||
"change_geo_name" = "Изменить название точки";
|
||||
"change_geo_name_new" = "Новое название";
|
||||
|
||||
"feed_user_ignored" = "Пользователь больше не будет появляться в ленте.";
|
||||
"feed_club_ignored" = "Группа больше не будет появляться в ленте.";
|
||||
"feed_unignore" = "Вернуть.";
|
||||
"feed_ignore" = "Не интересно";
|
||||
|
||||
/* Friends */
|
||||
|
||||
"friends" = "Друзья";
|
||||
|
|
Loading…
Reference in a new issue