Advertisement
Guest User

Untitled

a guest
Nov 8th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. const es = {
  2. nav: {
  3. timeline: 'Línea Temporal',
  4. mentions: 'Menciones',
  5. public_tl: 'Línea Temporal Pública',
  6. twkn: 'Toda La Red Conocida'
  7. },
  8. user_card: {
  9. follows_you: '¡Te sigue!',
  10. following: '¡Siguiendo!',
  11. follow: 'Seguir',
  12. blocked: '¡Bloqueado!',
  13. block: 'Bloquear',
  14. statuses: 'Estados',
  15. mute: 'Silenciar',
  16. muted: 'Silenciado',
  17. followers: 'Seguidores',
  18. followees: 'Siguiendo',
  19. per_day: 'por día'
  20. },
  21. timeline: {
  22. show_new: 'Mostrar lo nuevo',
  23. error_fetching: 'Error al cargar las actualizaciones',
  24. up_to_date: 'Actualizado',
  25. load_older: 'Cargar actualizaciones anteriores',
  26. conversation: 'Conversación'
  27. },
  28. settings: {
  29. user_settings: 'Ajustes de Usuario',
  30. name_bio: 'Nombre y Biografía',
  31. name: 'Nombre',
  32. bio: 'Biografía',
  33. avatar: 'Avatar',
  34. current_avatar: 'Tu avatar actual',
  35. set_new_avatar: 'Cambiar avatar',
  36. profile_banner: 'Cabecera del perfil',
  37. current_profile_banner: 'Cabecera actual',
  38. set_new_profile_banner: 'Cambiar cabecera',
  39. profile_background: 'Fondo del Perfil',
  40. set_new_profile_background: 'Cambiar fondo del perfil',
  41. settings: 'Ajustes',
  42. theme: 'Tema',
  43. filtering: 'Filtros',
  44. filtering_explanation: 'Todos los estados que contengan estas palabras serán silenciados, una por línea',
  45. attachments: 'Adjuntos',
  46. hide_attachments_in_tl: 'Ocultar adjuntos en la línea temporal',
  47. hide_attachments_in_convo: 'Ocultar adjuntos en las conversaciones',
  48. nsfw_clickthrough: 'Activar el clic para ocultar los adjuntos NSFW',
  49. autoload: 'Activar carga automática al llegar al final de la página',
  50. reply_link_preview: 'Activar la previsualización del enlace de responder al pasar el ratón por encima'
  51. },
  52. notifications: {
  53. notifications: 'Notificaciones',
  54. read: '¡Leído!',
  55. followed_you: 'empezó a seguirte'
  56. },
  57. login: {
  58. login: 'Identificación',
  59. username: 'Usuario',
  60. password: 'Contraseña',
  61. register: 'Registrar',
  62. logout: 'Salir'
  63. },
  64. registration: {
  65. registration: 'Registro',
  66. fullname: 'Nombre a mostrar',
  67. email: 'Correo electrónico',
  68. bio: 'Biografía',
  69. password_confirm: 'Confirmación de contraseña'
  70. },
  71. post_status: {
  72. posting: 'Publicando',
  73. default: 'Acabo de aterrizar en L.A.'
  74. },
  75. finder: {
  76. find_user: 'Encontrar usuario',
  77. error_fetching_user: 'Error al buscar usuario'
  78. },
  79. general: {
  80. submit: 'Enviar'
  81. }
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement