Skip to content

Commit

Permalink
feat(i18n): missing and rewording es and es-419 keys (#2511)
Browse files Browse the repository at this point in the history
Co-authored-by: patak <matias.capeletto@gmail.com>
  • Loading branch information
mrcego and patak-dev authored Jan 9, 2024
1 parent 6c5bb83 commit 44f5ec1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion locales/es-419.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"profile_description": "Imagen de portada de {0}",
"reject": "Omitir seguimiento",
"rejected": "Omitiste la petición",
"requested": "{0} quiere seguirte",
"unmute": "Quitar silencio",
"withdraw_follow_request": "Quitar solicitud de seguimiento"
},
Expand Down Expand Up @@ -50,7 +51,7 @@
},
"block_domain": {
"cancel": "No",
"confirm": "Sí ocultar",
"confirm": ", ocultar",
"title": "¿De verdad quieres ocultar a {0}?"
},
"delete_posts": {
Expand Down
8 changes: 5 additions & 3 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
},
"account": {
"authorize": "Autorizar seguimiento",
"authorized": "Has autorizado la petición",
"authorized": "Has autorizado la solicitud",
"avatar_description": "avatar de {0}",
"blocked_by": "Has sido bloqueado por este usuario.",
"blocked_domains": "Dominios bloqueados",
"blocked_users": "Usuarios bloqueados",
"blocking": "Bloqueado",
"bot": "BOT",
"copy_account_name": "Copiar nombre de cuenta",
"favourites": "Favoritas",
"follow": "Seguir",
"follow_back": "Seguir de vuelta",
Expand All @@ -30,7 +31,7 @@
"muted_users": "Usuarios silenciados",
"muting": "Silenciado",
"mutuals": "Mutuo",
"notifications_on_post_disable": "Parar notificaciones cuando {username} publique",
"notifications_on_post_disable": "Detener notificaciones cuando {username} publique",
"notifications_on_post_enable": "Notificarme cuando {username} publique",
"pinned": "Publicaciones fijadas",
"posts": "Publicaciones",
Expand All @@ -39,8 +40,9 @@
"profile_personal_note": "Nota Personal",
"profile_unavailable": "Perfil no disponible",
"reject": "Descartar seguimiento",
"rejected": "Has descartado la petición",
"rejected": "Has descartado la solicitud",
"request_follow": "Solicitar seguirle",
"requested": "{0} ha solicitado seguirte",
"unblock": "Desbloquear",
"unfollow": "Dejar de seguir",
"unmute": "Dejar de silenciar",
Expand Down

0 comments on commit 44f5ec1

Please sign in to comment.