logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 936ca1a38cc1b9206dea8970eda6885fc7d4391d
parent: 6f9ff6edcfca055daacd1c950d0e4417d15fcb7d
Author: Roger Braun <roger@rogerbraun.net>
Date:   Tue,  3 Apr 2018 18:21:57 +0200

Merge branch 'Exilat_a_Tolosa/pleroma-fe-patch-1' into develop

Diffstat:

Msrc/i18n/messages.js110++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 107 insertions(+), 3 deletions(-)

diff --git a/src/i18n/messages.js b/src/i18n/messages.js @@ -631,8 +631,8 @@ const fr = { twkn: 'Le réseau connu' }, user_card: { - follows_you: 'Vous suit!', - following: 'Suivi!', + follows_you: 'Vous suit !', + following: 'Suivi !', follow: 'Suivre', blocked: 'Bloqué', block: 'Bloquer', @@ -676,7 +676,7 @@ const fr = { }, notifications: { notifications: 'Notfications', - read: 'Lu!', + read: 'Lu !', followed_you: 'vous a suivi' }, login: { @@ -764,6 +764,109 @@ const it = { } } +const oc = { + chat: { + title: 'Chat' + }, + nav: { + chat: 'Chat local', + timeline: 'Flux d’actualitat', + mentions: 'Notificacions', + public_tl: 'Estatuts locals', + twkn: 'Lo malhum conegut' + }, + user_card: { + follows_you: 'Vos sèc !', + following: 'Seguit !', + follow: 'Seguir', + blocked: 'Blocat', + block: 'Blocar', + statuses: 'Estatuts', + mute: 'En silenci', + muted: 'Mes en silenci', + followers: 'Seguidors', + followees: 'Abonaments', + per_day: 'per jorn', + remote_follow: 'Seguir a distància' + }, + timeline: { + show_new: 'Ne veire mai', + error_fetching: 'Error en cercant de mesas a jorn', + up_to_date: 'Actualizat', + load_older: 'Ne veire mai', + conversation: 'Conversacion' + }, + settings: { + user_settings: 'Paramètres utilizaire', + name_bio: 'Nom & Bio', + name: 'Nom', + bio: 'Biografia', + avatar: 'Avatar', + current_avatar: 'Vòstre avatar actual', + set_new_avatar: 'Cambiar l’avatar', + profile_banner: 'Bandièra del perfil', + current_profile_banner: 'Bandièra actuala del perfil', + set_new_profile_banner: 'Cambiar de bandièra', + profile_background: 'Imatge de fons', + set_new_profile_background: 'Cambiar l’imatge de fons', + settings: 'Paramètres', + theme: 'Tèma', + presets: 'Pre-enregistrats', + theme_help: 'Emplegatz los còdis de color hex (#aabbcc) per personalizar vòstre tèma de color.', + background: 'Rèire plan', + foreground: 'Endavant', + text: 'Tèxte', + links: 'Ligams', + filtering: 'Filtre', + filtering_explanation: 'Totes los estatuts amb aqueles mots seràn en silenci, un mot per linha.', + attachments: 'Pèças juntas', + hide_attachments_in_tl: 'Rescondre las pèças juntas', + hide_attachments_in_convo: 'Rescondre las pèças juntas dins las conversacions', + nsfw_clickthrough: 'Activar lo clic per mostrar los imatges marcats coma pels adults o sensibles', + autoload: 'Activar lo cargament automatic un còp arribat al cap de la pagina', + streaming: 'Activar lo cargament automatic dels novèls estatus en anar amont', + reply_link_preview: 'Activar l’apercebut en passar la mirga', + follow_import: 'Importar los abonaments', + import_followers_from_a_csv_file: 'Importar los seguidors d’un fichièr csv', + follows_imported: 'Seguidors importats. Lo tractament pòt trigar una estona.', + follow_import_error: 'Error en important los seguidors' + }, + notifications: { + notifications: 'Notficacions', + read: 'Legit !', + followed_you: 'vos a seguit' + }, + login: { + login: 'Connexion', + username: 'Nom d’utilizaire', + password: 'Senhal', + register: 'Se marcar', + logout: 'Desconnexion' + }, + registration: { + registration: 'Inscripcion', + fullname: 'Nom complèt', + email: 'Adreça de corrièl', + bio: 'Biografia', + password_confirm: 'Confirmar lo senhal' + }, + post_status: { + posting: 'Mandadís', + default: 'Escrivètz aquí vòstre estatut.' + }, + finder: { + find_user: 'Cercar un utilizaire', + error_fetching_user: 'Error pendent la recèrca d’un utilizaire' + }, + general: { + submit: 'Mandar', + apply: 'Aplicar' + }, + user_profile: { + timeline_title: 'Flux a l’utilizaire' + } +} + const pl = { nav: { timeline: 'Oś czasu', @@ -1161,6 +1264,7 @@ const messages = { ja, fr, it, + oc, pl, es, pt,