mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 17:34:00 +00:00
New words and typo
This commit is contained in:
parent
6e99aa8637
commit
fbdb9edd5e
1 changed files with 4 additions and 1 deletions
5
ui/src/translations/es.ts
vendored
5
ui/src/translations/es.ts
vendored
|
@ -81,7 +81,7 @@ export const es = {
|
||||||
number_of_users: '{{count}} Usuarios',
|
number_of_users: '{{count}} Usuarios',
|
||||||
number_of_subscribers: '{{count}} Suscriptores',
|
number_of_subscribers: '{{count}} Suscriptores',
|
||||||
number_of_points: '{{count}} Puntos',
|
number_of_points: '{{count}} Puntos',
|
||||||
number_online: '{{count}} Usaurios En Línea',
|
number_online: '{{count}} Usuarios En Línea',
|
||||||
name: 'Nombre',
|
name: 'Nombre',
|
||||||
title: 'Titulo',
|
title: 'Titulo',
|
||||||
category: 'Categoría',
|
category: 'Categoría',
|
||||||
|
@ -234,5 +234,8 @@ export const es = {
|
||||||
no_private_message_edit_allowed:
|
no_private_message_edit_allowed:
|
||||||
'Sin permisos para editar el mensaje privado.',
|
'Sin permisos para editar el mensaje privado.',
|
||||||
couldnt_update_private_message: 'No se pudo actualizar el mensaje privado.',
|
couldnt_update_private_message: 'No se pudo actualizar el mensaje privado.',
|
||||||
|
old: 'Antiguo',
|
||||||
|
time: 'Tiempo',
|
||||||
|
action: 'Acción',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue