From 705625cdf090d6aeec19cf570357c56981ffb4d2 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 1 Dec 2022 21:52:26 +0100 Subject: [PATCH] New translations app.json (Spanish, Argentina) --- .../StringsConvertor/input/es-AR.lproj/app.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Localization/StringsConvertor/input/es-AR.lproj/app.json b/Localization/StringsConvertor/input/es-AR.lproj/app.json index 396d23e4b..722ac04e6 100644 --- a/Localization/StringsConvertor/input/es-AR.lproj/app.json +++ b/Localization/StringsConvertor/input/es-AR.lproj/app.json @@ -95,7 +95,7 @@ }, "tabs": { "home": "Principal", - "search": "Buscar", + "search_and_explore": "Search and Explore", "notifications": "Notificaciones", "profile": "Perfil" }, @@ -724,15 +724,15 @@ "title": "Marcadores" }, "followed_tags": { - "title": "Followed Tags", + "title": "Etiquetas seguidas", "header": { - "posts": "posts", - "participants": "participants", - "posts_today": "posts today" + "posts": "mensajes", + "participants": "participantes", + "posts_today": "mensajes hoy" }, "actions": { - "follow": "Follow", - "unfollow": "Unfollow" + "follow": "Seguir", + "unfollow": "Dejar de seguir" } } }