2018-09-06 16:39:56 +00:00
// sed command for converting currently formatted JS to JSON:
// sed -i -e "s/'//gm" -e 's/"/\\"/gm' -re 's/^( +)(.+?): ((.+?))?(,?)(\{?)$/\1"\2": "\4"/gm' -e 's/\"\{\"/{/g' -e 's/,"$/",/g' file.json
2018-09-06 18:29:39 +00:00
// To sort json use jq https://stedolan.github.io/jq and invoke it like `jq -S . xx.json > ss.sorted.json`
// Languages with MRs pending: de, oc, pt, eo
2017-11-07 14:14:37 +00:00
const de = {
2017-12-08 16:24:06 +00:00
chat : {
2017-12-08 16:31:17 +00:00
title : 'Chat'
2017-12-08 16:28:13 +00:00
} ,
2017-11-07 14:14:37 +00:00
nav : {
2017-12-08 16:24:06 +00:00
chat : 'Lokaler Chat' ,
2017-11-07 17:43:28 +00:00
timeline : 'Zeitleiste' ,
2017-11-07 17:22:25 +00:00
mentions : 'Erwähnungen' ,
public _tl : 'Lokale Zeitleiste' ,
2018-07-30 09:45:23 +00:00
twkn : 'Das gesamte Netzwerk' ,
2018-08-15 08:29:19 +00:00
friend _requests : 'Followanfragen'
2017-11-07 17:22:25 +00:00
} ,
user _card : {
follows _you : 'Folgt dir!' ,
following : 'Folgst du!' ,
follow : 'Folgen' ,
2017-11-15 09:36:59 +00:00
blocked : 'Blockiert!' ,
block : 'Blockieren' ,
2017-11-07 17:22:25 +00:00
statuses : 'Beiträge' ,
mute : 'Stummschalten' ,
muted : 'Stummgeschaltet' ,
2018-08-15 08:29:19 +00:00
followers : 'Followers' ,
2017-11-07 17:22:25 +00:00
followees : 'Folgt' ,
2018-03-12 10:11:07 +00:00
per _day : 'pro Tag' ,
2018-07-30 09:45:23 +00:00
remote _follow : 'Folgen' ,
approve : 'Genehmigen' ,
deny : 'Ablehnen'
2017-11-07 17:22:25 +00:00
} ,
timeline : {
show _new : 'Zeige Neuere' ,
2017-11-19 18:42:54 +00:00
error _fetching : 'Fehler beim Laden' ,
2017-11-07 17:22:25 +00:00
up _to _date : 'Aktuell' ,
2017-11-15 09:36:59 +00:00
load _older : 'Lade ältere Beiträge' ,
2018-04-12 15:40:15 +00:00
conversation : 'Unterhaltung' ,
collapse : 'Einklappen' ,
repeated : 'wiederholte'
2017-11-07 17:22:25 +00:00
} ,
settings : {
user _settings : 'Benutzereinstellungen' ,
name _bio : 'Name & Bio' ,
name : 'Name' ,
bio : 'Bio' ,
avatar : 'Avatar' ,
current _avatar : 'Dein derzeitiger Avatar' ,
2018-07-30 09:45:23 +00:00
set _new _avatar : 'Setze einen neuen Avatar' ,
2017-11-07 17:22:25 +00:00
profile _banner : 'Profil Banner' ,
2018-07-30 09:45:23 +00:00
current _profile _banner : 'Der derzeitige Banner deines Profils' ,
set _new _profile _banner : 'Setze einen neuen Banner für dein Profil' ,
2017-11-07 17:22:25 +00:00
profile _background : 'Profil Hintergrund' ,
2018-07-30 09:45:23 +00:00
set _new _profile _background : 'Setze einen neuen Hintergrund für dein Profil' ,
2017-11-07 17:22:25 +00:00
settings : 'Einstellungen' ,
2017-11-15 09:36:59 +00:00
theme : 'Farbschema' ,
2017-11-19 18:42:54 +00:00
presets : 'Voreinstellungen' ,
2018-08-28 12:38:07 +00:00
export _theme : 'Farbschema speichern' ,
import _theme : 'Farbschema laden' ,
2018-07-04 12:25:40 +00:00
invalid _theme _imported : 'Die ausgewählte Datei ist kein unterstütztes Pleroma-Theme. Keine Änderungen wurden vorgenommen.' ,
2018-05-25 09:23:31 +00:00
theme _help : 'Benutze HTML Farbcodes (#rrggbb) um dein Farbschema anzupassen' ,
radii _help : 'Kantenrundung (in Pixel) der Oberfläche anpassen' ,
2017-11-19 18:42:54 +00:00
background : 'Hintergrund' ,
foreground : 'Vordergrund' ,
text : 'Text' ,
links : 'Links' ,
2018-04-12 15:40:15 +00:00
cBlue : 'Blau (Antworten, Folgt dir)' ,
cRed : 'Rot (Abbrechen)' ,
cOrange : 'Orange (Favorisieren)' ,
cGreen : 'Grün (Retweet)' ,
btnRadius : 'Buttons' ,
2018-05-25 09:23:31 +00:00
inputRadius : 'Eingabefelder' ,
2018-04-12 15:40:15 +00:00
panelRadius : 'Panel' ,
avatarRadius : 'Avatare' ,
avatarAltRadius : 'Avatare (Benachrichtigungen)' ,
tooltipRadius : 'Tooltips/Warnungen' ,
attachmentRadius : 'Anhänge' ,
2017-11-07 17:22:25 +00:00
filtering : 'Filter' ,
filtering _explanation : 'Alle Beiträge die diese Wörter enthalten werden ausgeblendet. Ein Wort pro Zeile.' ,
attachments : 'Anhänge' ,
2018-03-12 10:11:07 +00:00
hide _attachments _in _tl : 'Anhänge in der Zeitleiste ausblenden' ,
2017-11-07 17:22:25 +00:00
hide _attachments _in _convo : 'Anhänge in Unterhaltungen ausblenden' ,
2018-03-12 10:11:07 +00:00
nsfw _clickthrough : 'Aktiviere ausblendbares Overlay für Anhänge, die als NSFW markiert sind' ,
2018-04-12 15:40:15 +00:00
stop _gifs : 'Play-on-hover GIFs' ,
2017-11-15 09:36:59 +00:00
autoload : 'Aktiviere automatisches Laden von älteren Beiträgen beim scrollen' ,
streaming : 'Aktiviere automatisches Laden (Streaming) von neuen Beiträgen' ,
2018-01-03 10:40:30 +00:00
reply _link _preview : 'Aktiviere reply-link Vorschau bei Maus-Hover' ,
2018-08-15 08:29:19 +00:00
follow _import : 'Followers importieren' ,
import _followers _from _a _csv _file : 'Importiere Follower, denen du folgen möchtest, aus einer CSV-Datei' ,
follows _imported : 'Followers importiert! Die Bearbeitung kann eine Zeit lang dauern.' ,
follow _import _error : 'Fehler beim importieren der Follower' ,
2018-05-25 09:23:31 +00:00
delete _account : 'Account löschen' ,
2018-07-30 09:45:23 +00:00
delete _account _description : 'Lösche deinen Account und alle deine Nachrichten unwiderruflich.' ,
delete _account _instructions : 'Tippe dein Passwort unten in das Feld ein, um die Löschung deines Accounts zu bestätigen.' ,
2018-06-04 08:58:05 +00:00
delete _account _error : 'Es ist ein Fehler beim löschen deines Accounts aufgetreten. Tritt dies weiterhin auf, wende dich an den Administrator der Instanz.' ,
2018-08-15 08:29:19 +00:00
follow _export : 'Follower exportieren' ,
2018-05-25 09:23:31 +00:00
follow _export _processing : 'In Bearbeitung. Die Liste steht gleich zum herunterladen bereit.' ,
follow _export _button : 'Liste (.csv) erstellen' ,
change _password : 'Passwort ändern' ,
current _password : 'Aktuelles Passwort' ,
new _password : 'Neues Passwort' ,
confirm _new _password : 'Neues Passwort bestätigen' ,
changed _password : 'Passwort erfolgreich geändert!' ,
2018-07-30 09:45:23 +00:00
change _password _error : 'Es gab ein Problem bei der Änderung des Passworts.' ,
2018-08-15 08:29:19 +00:00
lock _account _description : 'Sperre deinen Account, um neue Follower zu genehmigen oder abzulehnen'
2017-11-07 17:22:25 +00:00
} ,
notifications : {
notifications : 'Benachrichtigungen' ,
read : 'Gelesen!' ,
2018-04-12 15:40:15 +00:00
followed _you : 'folgt dir' ,
favorited _you : 'favorisierte deine Nachricht' ,
repeated _you : 'wiederholte deine Nachricht'
2017-11-07 17:22:25 +00:00
} ,
2017-11-15 09:36:59 +00:00
login : {
login : 'Anmelden' ,
username : 'Benutzername' ,
2018-06-07 06:52:28 +00:00
placeholder : 'z.B. lain' ,
2017-11-15 09:36:59 +00:00
password : 'Passwort' ,
register : 'Registrieren' ,
logout : 'Abmelden'
} ,
registration : {
registration : 'Registrierung' ,
fullname : 'Angezeigter Name' ,
email : 'Email' ,
bio : 'Bio' ,
2018-08-15 08:29:19 +00:00
password _confirm : 'Passwort bestätigen' ,
token : 'Einladungsschlüssel'
2017-11-15 09:36:59 +00:00
} ,
post _status : {
posting : 'Veröffentlichen' ,
2018-06-23 20:09:13 +00:00
default : 'Sitze gerade im Hofbräuhaus.' ,
2018-06-23 20:10:13 +00:00
account _not _locked _warning : 'Dein Profil ist nicht {0}. Wer dir folgen will, kann das jederzeit tun und dann auch deine privaten Beiträge sehen.' ,
account _not _locked _warning _link : 'gesperrt' ,
direct _warning : 'Dieser Beitrag wird nur für die erwähnten Nutzer sichtbar sein.' ,
2018-06-23 20:09:13 +00:00
scope : {
public : 'Öffentlich - Beitrag an öffentliche Zeitleisten' ,
unlisted : 'Nicht gelistet - Nicht in öffentlichen Zeitleisten anzeigen' ,
2018-08-15 08:29:19 +00:00
private : 'Nur Follower - Beitrag nur für Follower sichtbar' ,
2018-06-23 20:09:13 +00:00
direct : 'Direkt - Beitrag nur an erwähnte Profile'
}
2017-11-15 09:36:59 +00:00
} ,
finder : {
find _user : 'Finde Benutzer' ,
error _fetching _user : 'Fehler beim Suchen des Benutzers'
} ,
2017-11-07 17:22:25 +00:00
general : {
2017-11-19 18:42:54 +00:00
submit : 'Absenden' ,
apply : 'Anwenden'
2018-03-12 10:11:07 +00:00
} ,
user _profile : {
timeline _title : 'Beiträge'
2017-11-07 14:14:37 +00:00
}
}
2018-04-20 23:03:29 +00:00
const eo = {
chat : {
2018-05-06 21:25:32 +00:00
title : 'Babilejo'
2018-04-20 23:03:29 +00:00
} ,
nav : {
2018-05-06 21:25:32 +00:00
chat : 'Loka babilejo' ,
timeline : 'Tempolinio' ,
2018-04-20 23:03:29 +00:00
mentions : 'Mencioj' ,
2018-05-06 21:25:32 +00:00
public _tl : 'Publika tempolinio' ,
twkn : 'La tuta konata reto'
2018-04-20 23:03:29 +00:00
} ,
user _card : {
follows _you : 'Abonas vin!' ,
following : 'Abonanta!' ,
follow : 'Aboni' ,
blocked : 'Barita!' ,
block : 'Bari' ,
statuses : 'Statoj' ,
mute : 'Silentigi' ,
2018-05-06 21:25:32 +00:00
muted : 'Silentigitaj' ,
2018-04-20 23:03:29 +00:00
followers : 'Abonantoj' ,
followees : 'Abonatoj' ,
per _day : 'tage' ,
2018-05-06 21:25:32 +00:00
remote _follow : 'Fore aboni'
2018-04-20 23:03:29 +00:00
} ,
timeline : {
show _new : 'Montri novajn' ,
2018-05-06 21:25:32 +00:00
error _fetching : 'Eraro dum ĝisdatigo' ,
2018-04-20 23:03:29 +00:00
up _to _date : 'Ĝisdata' ,
2018-05-06 21:25:32 +00:00
load _older : 'Montri pli malnovajn statojn' ,
2018-04-20 23:03:29 +00:00
conversation : 'Interparolo' ,
collapse : 'Maletendi' ,
repeated : 'ripetata'
} ,
settings : {
2018-05-06 21:25:32 +00:00
user _settings : 'Uzantaj agordoj' ,
name _bio : 'Nomo kaj priskribo' ,
2018-04-20 23:03:29 +00:00
name : 'Nomo' ,
2018-05-06 21:25:32 +00:00
bio : 'Priskribo' ,
2018-04-20 23:03:29 +00:00
avatar : 'Profilbildo' ,
current _avatar : 'Via nuna profilbildo' ,
set _new _avatar : 'Agordi novan profilbildon' ,
profile _banner : 'Profila rubando' ,
current _profile _banner : 'Via nuna profila rubando' ,
set _new _profile _banner : 'Agordi novan profilan rubandon' ,
profile _background : 'Profila fono' ,
set _new _profile _background : 'Agordi novan profilan fonon' ,
settings : 'Agordoj' ,
2018-05-06 21:25:32 +00:00
theme : 'Etoso' ,
presets : 'Antaŭagordoj' ,
theme _help : 'Uzu deksesumajn kolorkodojn (#rrvvbb) por adapti vian koloran etoson.' ,
2018-04-20 23:03:29 +00:00
radii _help : 'Agordi fasadan rondigon de randoj (rastrumere)' ,
background : 'Fono' ,
foreground : 'Malfono' ,
text : 'Teksto' ,
links : 'Ligiloj' ,
cBlue : 'Blua (Respondo, abono)' ,
cRed : 'Ruĝa (Nuligo)' ,
2018-05-06 21:25:32 +00:00
cOrange : 'Oranĝa (Ŝato)' ,
2018-04-20 23:03:29 +00:00
cGreen : 'Verda (Kunhavigo)' ,
btnRadius : 'Butonoj' ,
panelRadius : 'Paneloj' ,
avatarRadius : 'Profilbildoj' ,
2018-05-06 21:25:32 +00:00
avatarAltRadius : 'Profilbildoj (sciigoj)' ,
2018-04-20 23:03:29 +00:00
tooltipRadius : 'Ŝpruchelpiloj/avertoj' ,
attachmentRadius : 'Kunsendaĵoj' ,
filtering : 'Filtrado' ,
filtering _explanation : 'Ĉiuj statoj kun tiuj ĉi vortoj silentiĝos, po unu linie' ,
attachments : 'Kunsendaĵoj' ,
2018-05-06 21:25:32 +00:00
hide _attachments _in _tl : 'Kaŝi kunsendaĵojn en tempolinio' ,
2018-04-20 23:03:29 +00:00
hide _attachments _in _convo : 'Kaŝi kunsendaĵojn en interparoloj' ,
nsfw _clickthrough : 'Ŝalti traklakan kaŝon de konsternaj kunsendaĵoj' ,
stop _gifs : 'Movi GIF-bildojn dum ŝvebo' ,
2018-05-06 21:25:32 +00:00
autoload : 'Ŝalti memfaran ŝarĝadon ĉe subo de paĝo' ,
streaming : 'Ŝalti memfaran fluigon de novaj afiŝoj ĉe la supro de la paĝo' ,
2018-04-20 23:03:29 +00:00
reply _link _preview : 'Ŝalti respond-ligilan antaŭvidon dum ŝvebo' ,
follow _import : 'Abona enporto' ,
2018-05-06 21:25:32 +00:00
import _followers _from _a _csv _file : 'Enporti abonojn el CSV-dosiero' ,
2018-04-20 23:03:29 +00:00
follows _imported : 'Abonoj enportiĝis! Traktado daŭros iom.' ,
follow _import _error : 'Eraro enportante abonojn'
} ,
notifications : {
notifications : 'Sciigoj' ,
2018-05-06 21:25:32 +00:00
read : 'Legite!' ,
2018-04-20 23:03:29 +00:00
followed _you : 'ekabonis vin' ,
favorited _you : 'ŝatis vian staton' ,
repeated _you : 'ripetis vian staton'
} ,
login : {
2018-05-06 21:25:32 +00:00
login : 'Ensaluti' ,
2018-04-20 23:03:29 +00:00
username : 'Salutnomo' ,
2018-06-07 06:52:28 +00:00
placeholder : 'ekz. lain' ,
2018-04-20 23:03:29 +00:00
password : 'Pasvorto' ,
register : 'Registriĝi' ,
2018-05-06 21:25:32 +00:00
logout : 'Elsaluti'
2018-04-20 23:03:29 +00:00
} ,
registration : {
registration : 'Registriĝo' ,
fullname : 'Vidiga nomo' ,
email : 'Retpoŝtadreso' ,
2018-05-06 21:25:32 +00:00
bio : 'Priskribo' ,
2018-04-20 23:03:29 +00:00
password _confirm : 'Konfirmo de pasvorto'
} ,
post _status : {
2018-05-06 21:25:32 +00:00
posting : 'Afiŝante' ,
default : 'Ĵus alvenis al la Universala Kongreso!'
2018-04-20 23:03:29 +00:00
} ,
finder : {
2018-05-06 21:25:32 +00:00
find _user : 'Trovi uzanton' ,
error _fetching _user : 'Eraro alportante uzanton'
2018-04-20 23:03:29 +00:00
} ,
general : {
submit : 'Sendi' ,
apply : 'Apliki'
} ,
user _profile : {
2018-05-06 21:25:32 +00:00
timeline _title : 'Uzanta tempolinio'
2018-04-20 23:03:29 +00:00
}
}
2018-04-02 09:27:04 +00:00
const oc = {
2018-04-03 16:05:32 +00:00
chat : {
2018-04-19 04:57:36 +00:00
title : 'Messatjariá'
2018-04-02 18:46:56 +00:00
} ,
2018-04-02 09:27:04 +00:00
nav : {
2018-04-02 18:46:56 +00:00
chat : 'Chat local' ,
timeline : 'Flux d’ actualitat' ,
2018-04-02 09:27:04 +00:00
mentions : 'Notificacions' ,
public _tl : 'Estatuts locals' ,
twkn : 'Lo malhum conegut'
} ,
user _card : {
2018-05-17 13:24:48 +00:00
follows _you : 'Vos sèc!' ,
following : 'Seguit!' ,
2018-04-02 09:27:04 +00:00
follow : 'Seguir' ,
blocked : 'Blocat' ,
block : 'Blocar' ,
statuses : 'Estatuts' ,
2018-04-19 04:57:36 +00:00
mute : 'Amagar' ,
muted : 'Amagat' ,
2018-04-02 09:27:04 +00:00
followers : 'Seguidors' ,
followees : 'Abonaments' ,
2018-04-02 18:46:56 +00:00
per _day : 'per jorn' ,
remote _follow : 'Seguir a distància'
2018-04-02 09:27:04 +00:00
} ,
timeline : {
show _new : 'Ne veire mai' ,
error _fetching : 'Error en cercant de mesas a jorn' ,
2018-05-15 05:14:59 +00:00
up _to _date : 'A jorn' ,
2018-04-02 09:27:04 +00:00
load _older : 'Ne veire mai' ,
2018-04-13 05:17:04 +00:00
conversation : 'Conversacion' ,
2018-04-19 04:57:36 +00:00
collapse : 'Tampar' ,
2018-04-13 05:17:04 +00:00
repeated : 'repetit'
2018-04-02 09:27:04 +00:00
} ,
settings : {
user _settings : 'Paramètres utilizaire' ,
name _bio : 'Nom & Bio' ,
name : 'Nom' ,
bio : 'Biografia' ,
avatar : 'Avatar' ,
2018-04-02 18:46:56 +00:00
current _avatar : 'Vòstre avatar actual' ,
2018-04-02 09:27:04 +00:00
set _new _avatar : 'Cambiar l’ avatar' ,
profile _banner : 'Bandièra del perfil' ,
2018-04-02 18:48:01 +00:00
current _profile _banner : 'Bandièra actuala del perfil' ,
2018-04-02 09:27:04 +00:00
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' ,
2018-04-02 18:46:56 +00:00
presets : 'Pre-enregistrats' ,
2018-04-07 18:58:29 +00:00
theme _help : 'Emplegatz los còdis de color hex (#rrggbb) per personalizar vòstre tèma de color.' ,
2018-04-13 05:17:04 +00:00
radii _help : 'Configurar los caires arredondits de l’ interfàcia (en pixèls)' ,
2018-04-02 18:46:56 +00:00
background : 'Rèire plan' ,
foreground : 'Endavant' ,
text : 'Tèxte' ,
links : 'Ligams' ,
2018-04-12 04:57:57 +00:00
cBlue : 'Blau (Respondre, seguir)' ,
2018-04-12 04:56:56 +00:00
cRed : 'Roge (Anullar)' ,
2018-09-07 16:51:25 +00:00
cOrange : 'Irange (Aimar)' ,
2018-04-12 04:56:56 +00:00
cGreen : 'Verd (Repartajar)' ,
btnRadius : 'Botons' ,
2018-09-07 16:51:25 +00:00
inputRadius : 'Camps tèxte' ,
2018-04-12 04:56:56 +00:00
panelRadius : 'Panèls' ,
avatarRadius : 'Avatars' ,
avatarAltRadius : 'Avatars (Notificacions)' ,
tooltipRadius : 'Astúcias/Alèrta' ,
attachmentRadius : 'Pèças juntas' ,
2018-04-02 09:27:04 +00:00
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' ,
2018-04-13 05:17:04 +00:00
stop _gifs : 'Lançar los GIFs al subrevòl' ,
2018-04-02 09:27:04 +00:00
autoload : 'Activar lo cargament automatic un còp arribat al cap de la pagina' ,
2018-04-02 18:46:56 +00:00
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.' ,
2018-09-07 16:51:25 +00:00
follow _import _error : 'Error en important los seguidors' ,
delete _account : 'Suprimir lo compte' ,
delete _account _description : 'Suprimir vòstre compte e los messatges per sempre.' ,
delete _account _instructions : 'Picatz vòstre senhal dins lo camp tèxte çai-jos per confirmar la supression del compte.' ,
delete _account _error : 'Una error s’ es producha en suprimir lo compte. S’ aquò ten d’ arribar mercés de contactar vòstre administrador d’ instància.' ,
follow _export : 'Exportar los abonaments' ,
follow _export _processing : 'Tractament, vos demandarem lèu de telecargar lo fichièr' ,
follow _export _button : 'Exportar vòstres abonaments dins un fichièr csv' ,
change _password : 'Cambiar lo senhal' ,
current _password : 'Senhal actual' ,
new _password : 'Nòu senhal' ,
confirm _new _password : 'Confirmatz lo nòu senhal' ,
changed _password : 'Senhal corrèctament cambiat' ,
change _password _error : 'Una error s’ es producha en cambiant lo senhal.'
2018-04-02 09:27:04 +00:00
} ,
notifications : {
notifications : 'Notficacions' ,
2018-05-17 13:24:48 +00:00
read : 'Legit!' ,
2018-04-13 05:17:04 +00:00
followed _you : 'vos a seguit' ,
2018-04-19 04:57:36 +00:00
favorited _you : 'a aimat vòstre estatut' ,
2018-04-13 05:17:04 +00:00
repeated _you : 'a repetit your vòstre estatut'
2018-04-02 09:27:04 +00:00
} ,
login : {
login : 'Connexion' ,
username : 'Nom d’ utilizaire' ,
2018-06-07 06:52:28 +00:00
placeholder : 'e.g. lain' ,
2018-04-02 09:27:04 +00:00
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' ,
2018-09-07 16:51:25 +00:00
content _warning : 'Avís de contengut (opcional)' ,
2018-04-02 09:27:04 +00:00
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 : {
2018-04-02 18:46:56 +00:00
submit : 'Mandar' ,
apply : 'Aplicar'
} ,
2018-04-03 16:05:32 +00:00
user _profile : {
2018-05-15 05:14:59 +00:00
timeline _title : 'Flux utilizaire'
2018-04-02 09:27:04 +00:00
}
}
2017-11-11 04:21:49 +00:00
const pt = {
2018-01-31 04:02:36 +00:00
chat : {
title : 'Chat'
} ,
2017-11-11 04:21:49 +00:00
nav : {
2018-05-06 21:25:32 +00:00
chat : 'Chat local' ,
2017-11-11 04:21:49 +00:00
timeline : 'Linha do tempo' ,
mentions : 'Menções' ,
public _tl : 'Linha do tempo pública' ,
twkn : 'Toda a rede conhecida'
} ,
user _card : {
follows _you : 'Segue você!' ,
following : 'Seguindo!' ,
follow : 'Seguir' ,
blocked : 'Bloqueado!' ,
block : 'Bloquear' ,
statuses : 'Postagens' ,
2018-03-20 01:24:20 +00:00
mute : 'Silenciar' ,
muted : 'Silenciado' ,
2017-11-11 04:21:49 +00:00
followers : 'Seguidores' ,
followees : 'Seguindo' ,
2018-03-20 01:24:20 +00:00
per _day : 'por dia' ,
remote _follow : 'Seguidor Remoto'
2017-11-11 04:21:49 +00:00
} ,
timeline : {
show _new : 'Mostrar novas' ,
error _fetching : 'Erro buscando atualizações' ,
up _to _date : 'Atualizado' ,
load _older : 'Carregar postagens antigas' ,
conversation : 'Conversa'
} ,
settings : {
user _settings : 'Configurações de Usuário' ,
name _bio : 'Nome & Biografia' ,
name : 'Nome' ,
bio : 'Biografia' ,
avatar : 'Avatar' ,
current _avatar : 'Seu avatar atual' ,
2018-03-20 01:24:20 +00:00
set _new _avatar : 'Alterar avatar' ,
2017-11-11 04:21:49 +00:00
profile _banner : 'Capa de perfil' ,
current _profile _banner : 'Sua capa de perfil atual' ,
2018-03-20 01:24:20 +00:00
set _new _profile _banner : 'Alterar capa de perfil' ,
2017-11-11 04:21:49 +00:00
profile _background : 'Plano de fundo de perfil' ,
2018-03-20 01:24:20 +00:00
set _new _profile _background : 'Alterar o plano de fundo de perfil' ,
2017-11-11 04:21:49 +00:00
settings : 'Configurações' ,
theme : 'Tema' ,
2018-01-31 04:02:36 +00:00
presets : 'Predefinições' ,
2018-04-07 18:58:29 +00:00
theme _help : 'Use cores em código hexadecimal (#rrggbb) para personalizar seu esquema de cores.' ,
2018-05-06 21:25:32 +00:00
radii _help : 'Arredondar arestas da interface (em píxeis)' ,
2018-01-31 04:02:36 +00:00
background : 'Plano de Fundo' ,
foreground : 'Primeiro Plano' ,
text : 'Texto' ,
links : 'Links' ,
2018-05-06 21:25:32 +00:00
cBlue : 'Azul (Responder, seguir)' ,
cRed : 'Vermelho (Cancelar)' ,
cOrange : 'Laranja (Favoritar)' ,
cGreen : 'Verde (Repetir)' ,
btnRadius : 'Botões' ,
panelRadius : 'Paineis' ,
avatarRadius : 'Avatares' ,
avatarAltRadius : 'Avatares (Notificações)' ,
tooltipRadius : 'Dicass/alertas' ,
attachmentRadius : 'Anexos' ,
2017-11-11 04:21:49 +00:00
filtering : 'Filtragem' ,
filtering _explanation : 'Todas as postagens contendo estas palavras serão silenciadas, uma por linha.' ,
attachments : 'Anexos' ,
hide _attachments _in _tl : 'Ocultar anexos na linha do tempo.' ,
hide _attachments _in _convo : 'Ocultar anexos em conversas' ,
nsfw _clickthrough : 'Habilitar clique para ocultar anexos NSFW' ,
2018-05-06 21:25:32 +00:00
stop _gifs : 'Reproduzir GIFs ao passar o cursor em cima' ,
2017-11-11 04:21:49 +00:00
autoload : 'Habilitar carregamento automático quando a rolagem chegar ao fim.' ,
2018-01-31 04:02:36 +00:00
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' ,
2018-03-20 01:24:20 +00:00
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'
2017-11-11 04:21:49 +00:00
} ,
notifications : {
notifications : 'Notificações' ,
2018-05-06 21:25:32 +00:00
read : 'Lido!' ,
2018-05-16 10:56:46 +00:00
followed _you : 'seguiu você' ,
2018-05-06 21:25:32 +00:00
favorited _you : 'favoritou sua postagem' ,
2018-09-09 13:01:44 +00:00
repeated _you : 'repetiu sua postagem'
2017-11-11 04:21:49 +00:00
} ,
login : {
login : 'Entrar' ,
username : 'Usuário' ,
2018-06-07 06:52:28 +00:00
placeholder : 'p.e. lain' ,
2017-11-11 04:21:49 +00:00
password : 'Senha' ,
register : 'Registrar' ,
logout : 'Sair'
} ,
registration : {
registration : 'Registro' ,
fullname : 'Nome para exibição' ,
2018-03-20 01:24:20 +00:00
email : 'Correio eletrônico' ,
2017-11-11 04:21:49 +00:00
bio : 'Biografia' ,
password _confirm : 'Confirmação de senha'
} ,
post _status : {
posting : 'Publicando' ,
2018-05-06 21:25:32 +00:00
default : 'Acabei de chegar no Rio!'
2017-11-11 04:21:49 +00:00
} ,
finder : {
find _user : 'Buscar usuário' ,
error _fetching _user : 'Erro procurando usuário'
} ,
general : {
2018-01-31 04:02:36 +00:00
submit : 'Enviar' ,
apply : 'Aplicar'
2018-05-06 21:25:32 +00:00
} ,
user _profile : {
timeline _title : 'Linha do tempo do usuário'
2017-11-11 04:21:49 +00:00
}
}
2017-11-07 14:14:37 +00:00
const messages = {
2018-09-06 18:29:39 +00:00
de : de ,
fi : require ( './fi.json' ) ,
en : require ( './en.json' ) ,
eo : eo ,
et : require ( './et.json' ) ,
hu : require ( './hu.json' ) ,
ro : require ( './ro.json' ) ,
ja : require ( './ja.json' ) ,
fr : require ( './fr.json' ) ,
it : require ( './it.json' ) ,
oc : oc ,
pl : require ( './pl.json' ) ,
es : require ( './es.json' ) ,
pt : pt ,
ru : require ( './ru.json' ) ,
nb : require ( './nb.json' ) ,
he : require ( './he.json' )
2017-11-07 14:14:37 +00:00
}
export default messages