logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 3895e667d9d60b1d248c24694eed0bd5900d6403
parent: 483fef731a8004c1f7170a893e09abf679ccfdc1
Author: Roger Braun <roger@rogerbraun.net>
Date:   Wed,  8 Nov 2017 09:14:14 +0100

Merge branch 'tibike/pleroma-fe-hu-translation' into develop

Diffstat:

Msrc/i18n/messages.js59+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+), 0 deletions(-)

diff --git a/src/i18n/messages.js b/src/i18n/messages.js @@ -174,6 +174,64 @@ const en = { } } +const hu = { + nav: { + timeline: 'Idővonal', + mentions: 'Említéseim', + public_tl: 'Publikus Idővonal', + twkn: 'Az Egész Ismert Hálózat' + }, + user_card: { + follows_you: 'Követ téged!', + following: 'Követve!', + follow: 'Követ', + statuses: 'Állapotok', + mute: 'Némít', + muted: 'Némított', + followers: 'Követők', + followees: 'Követettek', + per_day: 'naponta' + }, + timeline: { + show_new: 'Újak mutatása', + error_fetching: 'Hiba a frissítések beszerzésénél', + up_to_date: 'Naprakész', + load_older: 'Régebbi állapotok betöltése' + }, + settings: { + user_settings: 'Felhasználói beállítások', + name_bio: 'Név és Bio', + name: 'Név', + bio: 'Bio', + avatar: 'Avatár', + current_avatar: 'Jelenlegi avatár', + set_new_avatar: 'Új avatár', + profile_banner: 'Profil Banner', + current_profile_banner: 'Jelenlegi profil banner', + set_new_profile_banner: 'Új profil banner', + profile_background: 'Profil háttérkép', + set_new_profile_background: 'Új profil háttér beállítása', + settings: 'Beállítások', + theme: 'Téma', + filtering: 'Szűrés', + filtering_explanation: 'Minden tartalom mely ezen szavakat tartalmazza némítva lesz, soronként egy', + attachments: 'Csatolmányok', + hide_attachments_in_tl: 'Csatolmányok elrejtése az idővonalon', + hide_attachments_in_convo: 'Csatolmányok elrejtése a társalgásokban', + nsfw_clickthrough: 'NSFW átkattintási tartalom elrejtésének engedélyezése', + autoload: 'Autoatikus betöltés engedélyezése lap aljára görgetéskor', + reply_link_preview: 'Válasz-link előzetes mutatása egér rátételkor' + }, + notifications: { + notifications: 'Értesítések', + read: 'Olvasva!', + followed_you: 'követ téged' + }, + general: { + submit: 'Elküld' + } +} + const ja = { nav: { timeline: 'タイムライン', @@ -352,6 +410,7 @@ const messages = { de, fi, en, + hu, ja, fr, it