diff --git a/assets/translations/de.json b/assets/translations/de.json index d3a1ef0..d7dcfaf 100644 --- a/assets/translations/de.json +++ b/assets/translations/de.json @@ -60,6 +60,8 @@ "no_users_found": "Keine Benutzer gefunden", "not_logged_in": "Nicht eingeloggt", "notifications": "Benachrichtigungen", + "for_you": "Für dich", + "following": "Folgend", "notifications_delegated_to_you": "{} hat {} an Sie delegiert", "notifications_followed_you": "{} folgt dir jetzt", "notifications_from_user": "{} von {}", diff --git a/assets/translations/es.json b/assets/translations/es.json index 78422df..5791b35 100644 --- a/assets/translations/es.json +++ b/assets/translations/es.json @@ -60,6 +60,8 @@ "no_users_found": "No hay usuarios", "not_logged_in": "No conectado", "notifications": "Notificaciones", + "for_you": "Para ti", + "following": "Siguiendo", "notifications_delegated_to_you": "{} delegado {} a ti", "notifications_followed_you": "{} te siguió", "notifications_from_user": "{} de {}", diff --git a/assets/translations/fr.json b/assets/translations/fr.json index fad7244..dd722a3 100644 --- a/assets/translations/fr.json +++ b/assets/translations/fr.json @@ -60,6 +60,8 @@ "no_users_found": "Aucun utilisateur trouvé", "not_logged_in": "Non connecté", "notifications": "Notifications", + "for_you": "Pour vous", + "following": "Abonnements", "notifications_delegated_to_you": "{} vous a délégué {}", "notifications_followed_you": "{} vous a suivi", "notifications_from_user": "{} de {}", diff --git a/assets/translations/hi.json b/assets/translations/hi.json index e756d98..e566e4d 100644 --- a/assets/translations/hi.json +++ b/assets/translations/hi.json @@ -60,6 +60,8 @@ "no_users_found": "कोई उपयोगकर्ता नहीं मिला|", "not_logged_in": "लॉग इन नहीं है", "notifications": "सूचनाएँ", + "for_you": "आपके लिए", + "following": "अनुगामी", "notifications_delegated_to_you": "{} आपको {} सौंप दिया गया", "notifications_followed_you": "{} आपके साथ जुड़ा", "notifications_from_user": "{} से {}", diff --git a/assets/translations/pt.json b/assets/translations/pt.json index 8711a3c..d3c55ac 100644 --- a/assets/translations/pt.json +++ b/assets/translations/pt.json @@ -60,6 +60,8 @@ "no_users_found": "Nenhum usuário encontrado", "not_logged_in": "Não Conectado", "notifications": "Notificações", + "for_you": "Para você", + "following": "Seguindo", "notifications_delegated_to_you": "{} delegou {} a você", "notifications_followed_you": "{} segui-te", "notifications_from_user": "{} de {}", diff --git a/assets/translations/ru.json b/assets/translations/ru.json index 2d7af8f..617c6c3 100644 --- a/assets/translations/ru.json +++ b/assets/translations/ru.json @@ -60,6 +60,8 @@ "no_users_found": "Пользователей не найдено", "not_logged_in": "Не вошли", "notifications": "Уведомления", + "for_you": "Для вас", + "following": "Подписки", "notifications_delegated_to_you": "{} передал вам {}", "notifications_followed_you": "{} подписался на вас", "notifications_from_user": "{} из {}", diff --git a/assets/translations/zh.json b/assets/translations/zh.json index 135af41..c10c08f 100644 --- a/assets/translations/zh.json +++ b/assets/translations/zh.json @@ -60,6 +60,8 @@ "no_users_found": "未找到用户", "not_logged_in": "未登录", "notifications": "通知", + "for_you": "为你", + "following": "关注", "notifications_delegated_to_you": "{} 委托给你 {}", "notifications_followed_you": "{} 关注你", "notifications_from_user": "{} 来自 {}",