Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(i18n): missing and rewording es and es-419 keys #2511

Merged
merged 3 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "Sí, 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
Loading