From 722f307e85bac0f4748cfbcc1ff43cec6d962adc Mon Sep 17 00:00:00 2001 From: Gregory K Date: Wed, 1 Nov 2023 17:48:03 +0300 Subject: [PATCH] New translations friends.json (Spanish) --- src/main/resources/langs/es/friends.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/resources/langs/es/friends.json b/src/main/resources/langs/es/friends.json index fe94da9c..fecb5726 100644 --- a/src/main/resources/langs/es/friends.json +++ b/src/main/resources/langs/es/friends.json @@ -48,5 +48,11 @@ "birthday_descr_today": "Cumple {age, plural, one {# año} other {# años}}", "birthday_descr_future": "Cumplirá {age, plural, one {# año} other {# años}}", "friend_req_accepted": "Solicitud de amistad aceptada", - "friend_req_declined": "Solicitud de amistad rechazada" + "friend_req_declined": "Solicitud de amistad rechazada", + "select_friends_title": "Seleccionar amigos", + "friends_search_placeholder": "Empieza a escribir el nombre de un amigo", + "friend_list_your_friends": "Tus amigos", + "friends_in_list": "Amigos en la lista", + "select_friends_empty_selection": "Puedes elegir amigos en la lista de la izquierda.", + "select_friends_button": "Seleccionar amigos" } \ No newline at end of file