diff options
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 126 |
1 files changed, 122 insertions, 4 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index f3f1e2d4..c4a62128 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -840,7 +840,11 @@ const pl = { } const es = { + chat: { + title: 'Chat' + }, nav: { + chat: 'Chat Local', timeline: 'Línea Temporal', mentions: 'Menciones', public_tl: 'Línea Temporal Pública', @@ -857,7 +861,8 @@ const es = { muted: 'Silenciado', followers: 'Seguidores', followees: 'Siguiendo', - per_day: 'por día' + per_day: 'por día', + remote_follow: 'Seguir' }, timeline: { show_new: 'Mostrar lo nuevo', @@ -881,6 +886,12 @@ const es = { set_new_profile_background: 'Cambiar fondo del perfil', settings: 'Ajustes', theme: 'Tema', + presets: 'Por defecto', + theme_help: 'Use códigos de color hexadecimales (#aabbcc) para personalizar su tema de colores.', + background: 'Segundo plano', + foreground: 'Primer plano', + text: 'Texto', + links: 'Links', filtering: 'Filtros', filtering_explanation: 'Todos los estados que contengan estas palabras serán silenciados, una por línea', attachments: 'Adjuntos', @@ -888,7 +899,12 @@ const es = { hide_attachments_in_convo: 'Ocultar adjuntos en las conversaciones', nsfw_clickthrough: 'Activar el clic para ocultar los adjuntos NSFW', autoload: 'Activar carga automática al llegar al final de la página', - reply_link_preview: 'Activar la previsualización del enlace de responder al pasar el ratón por encima' + streaming: 'Habilite la transmisión automática de nuevas publicaciones cuando se desplaza hacia la parte superior', + reply_link_preview: 'Activar la previsualización del enlace de responder al pasar el ratón por encima', + follow_import: 'Importar personas que tú sigues', + import_followers_from_a_csv_file: 'Importar personas que tú sigues apartir de un archivo csv', + follows_imported: '¡Importado! Procesarlos llevará tiempo.', + follow_import_error: 'Error al importal el archivo' }, notifications: { notifications: 'Notificaciones', @@ -918,7 +934,8 @@ const es = { error_fetching_user: 'Error al buscar usuario' }, general: { - submit: 'Enviar' + submit: 'Enviar', + apply: 'Aplicar' } } @@ -1021,6 +1038,106 @@ const pt = { } } +const ru = { + chat: { + title: 'Чат' + }, + nav: { + chat: 'Локальный чат', + timeline: 'Лента', + mentions: 'Упоминания', + public_tl: 'Публичная лента', + twkn: 'Федеративная лента' + }, + user_card: { + follows_you: 'Читает вас', + following: 'Читаю', + follow: 'Читать', + blocked: 'Заблокирован', + block: 'Заблокировать', + statuses: 'Статусы', + mute: 'Игнорировать', + muted: 'Игнорирую', + followers: 'Читатели', + followees: 'Читаемые', + per_day: 'в день', + remote_follow: 'Читать удалённо' + }, + timeline: { + show_new: 'Показать новые', + error_fetching: 'Ошибка при обновлении', + up_to_date: 'Обновлено', + load_older: 'Загрузить старые статусы', + conversation: 'Разговор' + }, + settings: { + user_settings: 'Настройки пользователя', + name_bio: 'Имя и описание', + name: 'Имя', + bio: 'Описание', + avatar: 'Аватар', + current_avatar: 'Текущий аватар', + set_new_avatar: 'Загрузить новый аватар', + profile_banner: 'Баннер профиля', + current_profile_banner: 'Текущий баннер профиля', + set_new_profile_banner: 'Загрузить новый баннер профиля', + profile_background: 'Фон профиля', + set_new_profile_background: 'Загрузить новый фон профиля', + settings: 'Настройки', + theme: 'Тема', + presets: 'Пресеты', + theme_help: 'Используйте шестнадцатеричные коды цветов (#aabbcc) для настройки темы.', + background: 'Фон', + foreground: 'Передний план', + text: 'Текст', + links: 'Ссылки', + filtering: 'Фильтрация', + filtering_explanation: 'Все статусы, содержащие данные слова, будут игнорироваться, по одному в строке', + attachments: 'Вложения', + hide_attachments_in_tl: 'Прятать вложения в ленте', + hide_attachments_in_convo: 'Прятать вложения в разговорах', + nsfw_clickthrough: 'Включить скрытие NSFW вложений', + autoload: 'Включить автоматическую загрузку при прокрутке вниз', + streaming: 'Включить автоматическую загрузку новых сообщений при прокрутке вверх', + reply_link_preview: 'Включить предварительный просмотр ответа при наведении мыши', + follow_import: 'Импортировать читаемых', + import_followers_from_a_csv_file: 'Импортировать читаемых из файла .csv', + follows_imported: 'Список читаемых импортирован. Обработка займёт некоторое время..', + follow_import_error: 'Ошибка при импортировании читаемых.' + }, + notifications: { + notifications: 'Уведомления', + read: 'Прочесть', + followed_you: 'начал читать вас' + }, + login: { + login: 'Войти', + username: 'Имя пользователя', + password: 'Пароль', + register: 'Зарегистрироваться', + logout: 'Выйти' + }, + registration: { + registration: 'Регистрация', + fullname: 'Отображаемое имя', + email: 'Email', + bio: 'Описание', + password_confirm: 'Подтверждение пароля' + }, + post_status: { + posting: 'Отправляется', + default: 'Что нового?' + }, + finder: { + find_user: 'Найти пользователя', + error_fetching_user: 'Пользователь не найден' + }, + general: { + submit: 'Отправить', + apply: 'Применить' + } +} + const messages = { de, fi, @@ -1033,7 +1150,8 @@ const messages = { it, pl, es, - pt + pt, + ru } export default messages |
