diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-06-26 16:56:57 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-06-26 16:56:57 -0500 |
| commit | caf9a2a8f642d0991d99dec05822bcc6ddb8796c (patch) | |
| tree | ba069568d3b2280cd008d108a7dfc3a3b0c4a06a /src/i18n/es.json | |
| parent | 5321415641d977c40421d11647574fa832e55258 (diff) | |
Revert i18n to develop
Diffstat (limited to 'src/i18n/es.json')
| -rw-r--r-- | src/i18n/es.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/i18n/es.json b/src/i18n/es.json index b03d89bd..931d4c64 100644 --- a/src/i18n/es.json +++ b/src/i18n/es.json @@ -345,9 +345,10 @@ }, "notifications": "Notificaciones", "notification_setting": "Recibir notificaciones de:", - "notification_setting_from_following": "Usuarios que sigues", - "notification_setting_from_followers": "Usuarios que te siguen", - "notification_setting_from_strangers": "Usuarios que no te siguen", + "notification_setting_follows": "Usuarios que sigues", + "notification_setting_non_follows": "Usuarios que no sigues", + "notification_setting_followers": "Usuarios que te siguen", + "notification_setting_non_followers": "Usuarios que no te siguen", "notification_mutes": "Para dejar de recibir notificaciones de un usuario específico, siléncialo.", "notification_blocks": "El bloqueo de un usuario detiene todas las notificaciones y también las cancela.", "enable_web_push_notifications": "Habilitar las notificiaciones en el navegador", |
