diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/messages.js | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 6867d256..df923be4 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -20,7 +20,8 @@ const de = { muted: 'Stummgeschaltet', followers: 'Folgende', followees: 'Folgt', - per_day: 'pro Tag' + per_day: 'pro Tag', + remote_follow: 'Remote Follow' }, timeline: { show_new: 'Zeige Neuere', @@ -53,9 +54,9 @@ const de = { filtering: 'Filter', filtering_explanation: 'Alle Beiträge die diese Wörter enthalten werden ausgeblendet. Ein Wort pro Zeile.', attachments: 'Anhänge', - hide_attachments_in_tl: 'Anhänge in der Timeline ausblenden', + hide_attachments_in_tl: 'Anhänge in der Zeitleiste ausblenden', hide_attachments_in_convo: 'Anhänge in Unterhaltungen ausblenden', - nsfw_clickthrough: 'Aktiviere ausblendbares Overlay für als NSFW markierte Anhänge', + nsfw_clickthrough: 'Aktiviere ausblendbares Overlay für Anhänge, die als NSFW markiert sind', autoload: 'Aktiviere automatisches Laden von älteren Beiträgen beim scrollen', streaming: 'Aktiviere automatisches Laden (Streaming) von neuen Beiträgen', reply_link_preview: 'Aktiviere reply-link Vorschau bei Maus-Hover', @@ -94,6 +95,9 @@ const de = { general: { submit: 'Absenden', apply: 'Anwenden' + }, + user_profile: { + timeline_title: 'Beiträge' } } @@ -245,6 +249,7 @@ const en = { hide_attachments_in_tl: 'Hide attachments in timeline', hide_attachments_in_convo: 'Hide attachments in conversations', nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding', + stop_gifs: 'Play-on-hover GIFs', autoload: 'Enable automatic loading when scrolled to the bottom', streaming: 'Enable automatic streaming of new posts when scrolled to the top', reply_link_preview: 'Enable reply-link preview on mouse hover', @@ -1063,11 +1068,12 @@ const pt = { blocked: 'Bloqueado!', block: 'Bloquear', statuses: 'Postagens', - mute: 'Mutar', - muted: 'Mudo', + mute: 'Silenciar', + muted: 'Silenciado', followers: 'Seguidores', followees: 'Seguindo', - per_day: 'por dia' + per_day: 'por dia', + remote_follow: 'Seguidor Remoto' }, timeline: { show_new: 'Mostrar novas', @@ -1083,16 +1089,16 @@ const pt = { bio: 'Biografia', avatar: 'Avatar', current_avatar: 'Seu avatar atual', - set_new_avatar: 'Mudar avatar', + set_new_avatar: 'Alterar avatar', profile_banner: 'Capa de perfil', current_profile_banner: 'Sua capa de perfil atual', - set_new_profile_banner: 'Mudar capa de perfil', + set_new_profile_banner: 'Alterar capa de perfil', profile_background: 'Plano de fundo de perfil', - set_new_profile_background: 'Mudar o plano de fundo de perfil', + set_new_profile_background: 'Alterar o plano de fundo de perfil', settings: 'Configurações', theme: 'Tema', presets: 'Predefinições', - theme_help: 'Use cores em códigos hexadecimais (#aabbcc) para personalizar seu esquema de cores.', + theme_help: 'Use cores em código hexadecimal (#aabbcc) para personalizar seu esquema de cores.', background: 'Plano de Fundo', foreground: 'Primeiro Plano', text: 'Texto', @@ -1107,9 +1113,9 @@ const pt = { streaming: 'Habilitar o fluxo automático de postagens quando ao topo da página', reply_link_preview: 'Habilitar a pré-visualização de link de respostas ao passar o mouse.', follow_import: 'Importar seguidas', - import_followers_from_a_csv_file: 'Importe os perfis que tu segues apartir de um arquivo CSV', - follows_imported: 'Seguidas importadas! O processamento das mesmas pode demorar um pouco.', - follow_import_error: 'Erro ao importar seguidas' + import_followers_from_a_csv_file: 'Importe seguidores a partir de um arquivo CSV', + follows_imported: 'Seguidores importados! O processamento pode demorar um pouco.', + follow_import_error: 'Erro ao importar seguidores' }, notifications: { notifications: 'Notificações', @@ -1126,7 +1132,7 @@ const pt = { registration: { registration: 'Registro', fullname: 'Nome para exibição', - email: 'Correio eletônico', + email: 'Correio eletrônico', bio: 'Biografia', password_confirm: 'Confirmação de senha' }, @@ -1202,6 +1208,7 @@ const ru = { attachments: 'Вложения', hide_attachments_in_tl: 'Прятать вложения в ленте', hide_attachments_in_convo: 'Прятать вложения в разговорах', + stop_gifs: 'Проигрывать GIF анимации только при наведении', nsfw_clickthrough: 'Включить скрытие NSFW вложений', autoload: 'Включить автоматическую загрузку при прокрутке вниз', streaming: 'Включить автоматическую загрузку новых сообщений при прокрутке вверх', |
