aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js241
1 files changed, 240 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 7e17c931..168548cf 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -328,6 +328,125 @@ const en = {
}
}
+const eo = {
+ chat: {
+ title: 'Babilo'
+ },
+ nav: {
+ chat: 'Loka babilo',
+ timeline: 'Tempovido',
+ mentions: 'Mencioj',
+ public_tl: 'Publika tempovido',
+ twkn: 'Tuta konata reto'
+ },
+ user_card: {
+ follows_you: 'Abonas vin!',
+ following: 'Abonanta!',
+ follow: 'Aboni',
+ blocked: 'Barita!',
+ block: 'Bari',
+ statuses: 'Statoj',
+ mute: 'Silentigi',
+ muted: 'Silentigita',
+ followers: 'Abonantoj',
+ followees: 'Abonatoj',
+ per_day: 'tage',
+ remote_follow: 'Fora abono'
+ },
+ timeline: {
+ show_new: 'Montri novajn',
+ error_fetching: 'Eraro ĝisdatigante',
+ up_to_date: 'Ĝisdata',
+ load_older: 'Enlegi pli malnovajn statojn',
+ conversation: 'Interparolo',
+ collapse: 'Maletendi',
+ repeated: 'ripetata'
+ },
+ settings: {
+ user_settings: 'Uzulaj agordoj',
+ name_bio: 'Nomo kaj prio',
+ name: 'Nomo',
+ bio: 'Prio',
+ 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',
+ theme: 'Haŭto',
+ presets: 'Antaŭmetaĵoj',
+ theme_help: 'Uzu deksesumajn kolorkodojn (#rrvvbb) por adapti vian koloran haŭton.',
+ radii_help: 'Agordi fasadan rondigon de randoj (rastrumere)',
+ background: 'Fono',
+ foreground: 'Malfono',
+ text: 'Teksto',
+ links: 'Ligiloj',
+ cBlue: 'Blua (Respondo, abono)',
+ cRed: 'Ruĝa (Nuligo)',
+ cOrange: 'Orange (Ŝato)',
+ cGreen: 'Verda (Kunhavigo)',
+ btnRadius: 'Butonoj',
+ panelRadius: 'Paneloj',
+ avatarRadius: 'Profilbildoj',
+ avatarAltRadius: 'Profilbildoj (Sciigoj)',
+ tooltipRadius: 'Ŝpruchelpiloj/avertoj',
+ attachmentRadius: 'Kunsendaĵoj',
+ filtering: 'Filtrado',
+ filtering_explanation: 'Ĉiuj statoj kun tiuj ĉi vortoj silentiĝos, po unu linie',
+ attachments: 'Kunsendaĵoj',
+ hide_attachments_in_tl: 'Kaŝi kunsendaĵojn en tempovido',
+ 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',
+ autoload: 'Ŝalti memfaran enlegadon ĉe subo de paĝo',
+ streaming: 'Ŝalti memfaran fluigon de novaj afiŝoj ĉe supro de paĝo',
+ reply_link_preview: 'Ŝalti respond-ligilan antaŭvidon dum ŝvebo',
+ follow_import: 'Abona enporto',
+ import_followers_from_a_csv_file: 'Enporti abonojn de CSV-dosiero',
+ follows_imported: 'Abonoj enportiĝis! Traktado daŭros iom.',
+ follow_import_error: 'Eraro enportante abonojn'
+ },
+ notifications: {
+ notifications: 'Sciigoj',
+ read: 'Legita!',
+ followed_you: 'ekabonis vin',
+ favorited_you: 'ŝatis vian staton',
+ repeated_you: 'ripetis vian staton'
+ },
+ login: {
+ login: 'Saluti',
+ username: 'Salutnomo',
+ password: 'Pasvorto',
+ register: 'Registriĝi',
+ logout: 'Adiaŭi'
+ },
+ registration: {
+ registration: 'Registriĝo',
+ fullname: 'Vidiga nomo',
+ email: 'Retpoŝtadreso',
+ bio: 'Prio',
+ password_confirm: 'Konfirmo de pasvorto'
+ },
+ post_status: {
+ posting: 'Afiŝanta',
+ default: 'Ĵus alvenis la universalan kongreson!'
+ },
+ finder: {
+ find_user: 'Trovi uzulon',
+ error_fetching_user: 'Eraro alportante uzulon'
+ },
+ general: {
+ submit: 'Sendi',
+ apply: 'Apliki'
+ },
+ user_profile: {
+ timeline_title: 'Uzula tempovido'
+ }
+}
+
const et = {
nav: {
timeline: 'Ajajoon',
@@ -1426,11 +1545,130 @@ const ru = {
timeline_title: 'Лента пользователя'
}
}
+const nb = {
+ chat: {
+ title: 'Chat'
+ },
+ nav: {
+ chat: 'Lokal Chat',
+ timeline: 'Tidslinje',
+ mentions: 'Nevnt',
+ public_tl: 'Offentlig Tidslinje',
+ twkn: 'Det hele kjente nettverket'
+ },
+ user_card: {
+ follows_you: 'Følger deg!',
+ following: 'Følger!',
+ follow: 'Følg',
+ blocked: 'Blokkert!',
+ block: 'Blokker',
+ statuses: 'Statuser',
+ mute: 'Demp',
+ muted: 'Dempet',
+ followers: 'Følgere',
+ followees: 'Følger',
+ per_day: 'per dag',
+ remote_follow: 'Følg eksternt'
+ },
+ timeline: {
+ show_new: 'Vis nye',
+ error_fetching: 'Feil ved henting av oppdateringer',
+ up_to_date: 'Oppdatert',
+ load_older: 'Last eldre statuser',
+ conversation: 'Samtale',
+ collapse: 'Sammenfold',
+ repeated: 'gjentok'
+ },
+ settings: {
+ user_settings: 'Brukerinstillinger',
+ name_bio: 'Navn & Biografi',
+ name: 'Navn',
+ bio: 'Biografi',
+ avatar: 'Profilbilde',
+ current_avatar: 'Ditt nåværende profilbilde',
+ set_new_avatar: 'Rediger profilbilde',
+ profile_banner: 'Profil-banner',
+ current_profile_banner: 'Din nåværende profil-banner',
+ set_new_profile_banner: 'Sett ny profil-banner',
+ profile_background: 'Profil-bakgrunn',
+ set_new_profile_background: 'Rediger profil-bakgrunn',
+ settings: 'Innstillinger',
+ theme: 'Tema',
+ presets: 'Forhåndsdefinerte fargekoder',
+ theme_help: 'Bruk heksadesimale fargekoder (#rrggbb) til å endre farge-temaet ditt.',
+ radii_help: 'Bestem hvor runde hjørnene i brukergrensesnittet skal være (i piksler)',
+ background: 'Bakgrunn',
+ foreground: 'Framgrunn',
+ text: 'Tekst',
+ links: 'Linker',
+ cBlue: 'Blå (Svar, følg)',
+ cRed: 'Rød (Avbryt)',
+ cOrange: 'Oransje (Lik)',
+ cGreen: 'Grønn (Gjenta)',
+ btnRadius: 'Knapper',
+ panelRadius: 'Panel',
+ avatarRadius: 'Profilbilde',
+ avatarAltRadius: 'Profilbilde (Varslinger)',
+ tooltipRadius: 'Verktøytips/advarsler',
+ attachmentRadius: 'Vedlegg',
+ filtering: 'Filtrering',
+ filtering_explanation: 'Alle statuser som inneholder disse ordene vil bli dempet, en kombinasjon av tegn per linje',
+ attachments: 'Vedlegg',
+ hide_attachments_in_tl: 'Gjem vedlegg på tidslinje',
+ hide_attachments_in_convo: 'Gjem vedlegg i samtaler',
+ nsfw_clickthrough: 'Krev trykk for å vise statuser som kan være upassende',
+ stop_gifs: 'Spill av GIFs når du holder over dem',
+ autoload: 'Automatisk lasting når du blar ned til bunnen',
+ streaming: 'Automatisk strømming av nye statuser når du har bladd til toppen',
+ reply_link_preview: 'Vis en forhåndsvisning når du holder musen over svar til en status',
+ follow_import: 'Importer følginger',
+ import_followers_from_a_csv_file: 'Importer følginger fra en csv fil',
+ follows_imported: 'Følginger imported! Det vil ta litt tid å behandle de.',
+ follow_import_error: 'Feil ved importering av følginger.'
+ },
+ notifications: {
+ notifications: 'Varslinger',
+ read: 'Les!',
+ followed_you: 'fulgte deg',
+ favorited_you: 'likte din status',
+ repeated_you: 'Gjentok din status'
+ },
+ login: {
+ login: 'Logg inn',
+ username: 'Brukernavn',
+ password: 'Passord',
+ register: 'Registrer',
+ logout: 'Logg ut'
+ },
+ registration: {
+ registration: 'Registrering',
+ fullname: 'Visningsnavn',
+ email: 'Epost-adresse',
+ bio: 'Biografi',
+ password_confirm: 'Bekreft passord'
+ },
+ post_status: {
+ posting: 'Publiserer',
+ default: 'Landet akkurat i L.A.'
+ },
+ finder: {
+ find_user: 'Finn bruker',
+ error_fetching_user: 'Feil ved henting av bruker'
+ },
+ general: {
+ submit: 'Legg ut',
+ apply: 'Bruk'
+ },
+ user_profile: {
+ timeline_title: 'Bruker-tidslinje'
+ }
+}
const messages = {
de,
fi,
en,
+ eo,
et,
hu,
ro,
@@ -1441,7 +1679,8 @@ const messages = {
pl,
es,
pt,
- ru
+ ru,
+ nb
}
export default messages