emoji-picker-emoji #227

Closed
Beefox wants to merge 28 commits from Beefox/fox-fe:emoji-picker-emoji into develop
24 changed files with 1789 additions and 785 deletions

View file

@ -138,7 +138,7 @@ const EmojiPicker = {
if (this.keyword === '') return list if (this.keyword === '') return list
const regex = new RegExp(escapeRegExp(trim(this.keyword)), 'i') const regex = new RegExp(escapeRegExp(trim(this.keyword)), 'i')
return list.filter(emoji => { return list.filter(emoji => {
return regex.test(emoji.displayText) return (regex.test(emoji.displayText) || (!emoji.imageUrl && emoji.replacement === this.keyword))
}) })
} }
}, },

View file

@ -71,7 +71,9 @@ export default {
// NEVER EVER TOUCH DATA INSIDE RENDER // NEVER EVER TOUCH DATA INSIDE RENDER
render () { render () {
// Don't greentext MFM // Don't greentext MFM
const greentext = this.mfm ? false : this.greentext if (this.mfm) {
this.greentext = false
}
// Pre-process HTML // Pre-process HTML
const { newHtml: html } = preProcessPerLine(this.html, greentext) const { newHtml: html } = preProcessPerLine(this.html, greentext)

View file

@ -96,25 +96,28 @@
"processing": "Processant, aviat se't preguntarà per descarregar el teu arxiu" "processing": "Processant, aviat se't preguntarà per descarregar el teu arxiu"
}, },
"features_panel": { "features_panel": {
"chat": "Xat",
"gopher": "Gopher",
"media_proxy": "Proxy per multimèdia", "media_proxy": "Proxy per multimèdia",
"scope_options": "Opcions d'abast", "scope_options": "Opcions d'abast i visibilitat",
"text_limit": "Límit de text", "text_limit": "Límit de text",
"title": "Funcionalitats", "title": "Funcionalitats",
"upload_limit": "Límit de càrrega", "who_to_follow": "A qui seguir",
"who_to_follow": "A qui seguir" "pleroma_chat_messages": "Xat de Pleroma",
}, "upload_limit": "Límit de càrrega"
"file_type": {
"audio": "Àudio",
"file": "Fitxer",
"image": "Imatge",
"video": "Vídeo"
}, },
"finder": { "finder": {
"error_fetching_user": "Error al recuperar l'usuari", "error_fetching_user": "No s'ha pogut carregar l'usuari/a",
"find_user": "Trobar usuari" "find_user": "Trobar usuari"
}, },
"general": { "general": {
"apply": "Aplica", "apply": "Aplica",
"submit": "Desa",
"close": "Tanca",
"verify": "Verifica",
"confirm": "Confirma",
"enable": "Habilita",
"disable": "Deshabilitar",
"cancel": "Cancel·la", "cancel": "Cancel·la",
"close": "Tanca", "close": "Tanca",
"confirm": "Confirma", "confirm": "Confirma",
@ -128,51 +131,15 @@
"generic_error": "Hi ha hagut un error", "generic_error": "Hi ha hagut un error",
"loading": "Carregant…", "loading": "Carregant…",
"more": "Més", "more": "Més",
"optional": "opcional", "flash_content": "Fes clic per mostrar el contingut Flash utilitzant Ruffle (experimental, pot no funcionar).",
"peek": "Ullada", "flash_security": "Tingues en compte que això pot ser potencialment perillós, ja que el contingut Flash encara és un codi arbitrari.",
"retry": "Prova de nou", "flash_fail": "No s'ha pogut carregar el contingut del flaix, consulta la consola per als detalls.",
"role": { "role": {
"admin": "Administrador", "moderator": "Moderador/a",
"moderator": "Moderador" "admin": "Administrador/a"
}, },
"scope_in_timeline": { "dismiss": "Descartar",
"direct": "Directe", "peek": "Donar un cop d'ull"
"local": "Local - només la teva instància veu aquest apunt",
"private": "Només seguidors",
"public": "Públic",
"unlisted": "No llistat"
},
"show_less": "Mostra menys",
"show_more": "Mostra més",
"submit": "Envia",
"verify": "Verifica"
},
"image_cropper": {
"cancel": "Cancel·la",
"crop_picture": "Retalla la imatge",
"save": "Desa",
"save_without_cropping": "Desa sense retallar"
},
"importer": {
"error": "Ha succeït un error mentre s'importava aquest arxiu.",
"submit": "Enviar",
"success": "Importat amb èxit."
},
"interactions": {
"favs_repeats": "Repeticions i favorits",
"follows": "Nous seguits",
"load_older": "Carrega interaccions més antigues",
"moves": "Migracions d'usuari"
},
"lists": {
"create": "Crea",
"delete": "Esborra la llista",
"following_only": "Limita als Seguits",
"lists": "Llistes",
"new": "Nova Llista",
"save": "Desa els canvis",
"search": "Cerca usuaris",
"title": "Títol de la llista"
}, },
"login": { "login": {
"authentication_code": "Codi d'autenticació", "authentication_code": "Codi d'autenticació",
@ -187,139 +154,100 @@
"login": "Inicia sessió", "login": "Inicia sessió",
"logout": "Tanca la sessió", "logout": "Tanca la sessió",
"password": "Contrasenya", "password": "Contrasenya",
"placeholder": "el meu nom d'usuari", "placeholder": "p.ex.: Maria",
"recovery_code": "Codi de recuperació",
"register": "Registra't", "register": "Registra't",
"username": "Nom d'usuari" "username": "Nom d'usuari/a",
}, "recovery_code": "Codi de recuperació",
"media_modal": { "enter_recovery_code": "Posa un codi de recuperació",
"counter": "{current} / {total}", "authentication_code": "Codi d'autenticació",
"hide": "Tanca reproductor mèdia", "hint": "Entra per participar a la conversa",
"next": "Següent", "description": "Entra amb OAuth",
"previous": "Anterior" "heading": {
"totp": "Autenticació de dos factors",
"recovery": "Recuperació de dos factors"
},
"enter_two_factor_code": "Introdueix un codi de dos factors"
}, },
"nav": { "nav": {
"chat": "Xat local públic",
"friend_requests": "Sol·licituds de seguiment",
"mentions": "Mencions",
"public_tl": "Línia temporal pública",
"timeline": "Flux personal",
"twkn": "Xarxa coneguda",
"chats": "Xats",
"timelines": "Línies de temps",
"preferences": "Preferències",
"who_to_follow": "A qui seguir",
"search": "Cerca",
"dms": "Missatges directes",
"interactions": "Interaccions",
"back": "Enrere",
"administration": "Administració",
"about": "Quant a", "about": "Quant a",
"administration": "Administració", "administration": "Administració",
"announcements": "Anuncis", "announcements": "Anuncis",
"back": "Enrere", "back": "Enrere",
"bookmarks": "Marcadors", "bookmarks": "Marcadors",
"bubble_timeline": "Línia de temps Bombolla",
"bubble_timeline_description": "Apunts d'instàncies properes a la teva, recomanades per els admins",
"chats": "Xats",
"dms": "Missatges directes",
"friend_requests": "Sol·licituds de seguiment",
"home_timeline": "Línia de temps Inici",
"home_timeline_description": "Apunts de gent que segueixes",
"interactions": "Interaccions",
"lists": "Llistes",
"mentions": "Mencions",
"preferences": "Preferències",
"public_timeline_description": "Apunts públics des d'aquesta instància",
"public_tl": "Línia de temps Pública",
"search": "Cerca",
"timeline": "Línia de temps",
"timelines": "Línies de temps",
"twkn": "Xarxa Coneguda",
"twkn_timeline_description": "Apunts de tota la xarxa",
"user_search": "Cerca d'usuaris", "user_search": "Cerca d'usuaris",
"who_to_follow": "A qui seguir" "home_timeline": "Línea temporal personal"
}, },
"notifications": { "notifications": {
"broken_favorite": "Apunt desconegut, cercant-lo…", "broken_favorite": "Publicació desconeguda, s'està cercant…",
"error": "Error obtenint notificacions: {0}", "favorited_you": "ha marcat un estat teu",
"favorited_you": "ha afavorit el teu apunt",
"follow_request": "et vol seguir",
"followed_you": "ha començat a seguir-te", "followed_you": "ha començat a seguir-te",
"load_older": "Carrega notificacions més velles", "load_older": "Carrega més notificacions",
"notifications": "Notificacions",
"read": "Llegit!",
"repeated_you": "ha repetit el teu estat",
"migrated_to": "migrat a", "migrated_to": "migrat a",
"no_more_notifications": "No més notificacions", "no_more_notifications": "No més notificacions",
"notifications": "Notificacions", "notifications": "Notificacions",
"poll_ended": "l'enquesta ha acabat", "poll_ended": "l'enquesta ha acabat",
"reacted_with": "ha reaccionat amb {0}", "reacted_with": "ha reaccionat amb {0}",
"read": "Llegit!", "error": "Error obtenint notificacions: {0}"
"repeated_you": "ha repetit el teu apunt"
},
"password_reset": {
"check_email": "Comprova que has rebut al correu electrònic un enllaç per a reiniciar la teva contrasenya.",
"forgot_password": "Has oblidat la contrasenya?",
"instruction": "Introdueix la teva adreça de correu electrònic o nom d'usuari. T'enviarem un enllaç per a reiniciar la teva contrasenya.",
"password_reset": "Reinicia la contrasenya",
"password_reset_disabled": "El reinici de la contrasenya està desactivat. Si us plau, contacta l'administrador de la teva instància.",
"password_reset_required": "Has de reiniciar la teva contrasenya per a iniciar la sessió.",
"password_reset_required_but_mailer_is_disabled": "Has de reiniciar la teva contrasenya però el reinici de la contrasenya està desactivat. Si us plau, contacta l'administrador de la teva instància.",
"placeholder": "El teu correu electrònic o nom d'usuari",
"return_home": "Torna a la pàgina principal",
"too_many_requests": "Has arribat al límit d'intents. Prova de nou d'aquí una estona."
},
"polls": {
"add_option": "Afegir opció",
"add_poll": "Afegir enquesta",
"expired": "L'enquesta va acabar fa {0}",
"expires_in": "L'enquesta acaba en {0}",
"expiry": "Durada de l'enquesta",
"multiple_choices": "Múltiples opcions",
"not_enough_options": "Molt poques opcions úniques en l'enquesta",
"option": "Opció",
"people_voted_count": "{count} persona ha votat | {count} persones han votat",
"single_choice": "Opció única",
"type": "Tipus d'enquesta",
"vote": "Vota",
"votes": "vots",
"votes_count": "{count} vot | {count} vots"
}, },
"post_status": { "post_status": {
"account_not_locked_warning": "El teu compte no està {0}. Qualsevol pot seguir-te per llegir els teus apunts només per a seguidors.", "account_not_locked_warning": "El teu compte no està {0}. Qualsevol persona pot seguir-te per llegir les teves entrades reservades només a seguidores.",
"account_not_locked_warning_link": "bloquejat", "account_not_locked_warning_link": "bloquejat",
"attachments_sensitive": "Marca l'adjunt com a sensible", "attachments_sensitive": "Marca l'adjunt com a delicat",
"content_type": { "content_type": {
"text/bbcode": "BBCode",
"text/html": "HTML",
"text/markdown": "Markdown",
"text/plain": "Text pla", "text/plain": "Text pla",
"text/x.misskeymarkdown": "MFM" "text/markdown": "Markdown",
"text/html": "HTML",
"text/bbcode": "BBCode"
}, },
"content_warning": "Assumpte (opcional)", "content_warning": "Assumpte (opcional)",
"default": "Just ara he arribat a Catalunya", "default": "Acabe d'aterrar a L.A.",
"direct_warning_to_all": "Aquest apunt serà visible per a tots els usuaris mencionats.", "direct_warning": "Aquesta entrada només serà visible per les usuràries que etiquetis",
"direct_warning_to_first_only": "Aquest apunt només serà visible per als usuaris mencionats al principi del missatge.", "posting": "Publicació",
"empty_status_error": "No es pot enviar un apunt buit i sense fitxers adjunts",
"media_description": "Descripció multimèdia",
"media_description_error": "Ha fallat la pujada del Mèdia, prova de nou",
"media_not_sensitive_warning": "Tens un Avís de Contingut però els adjunts no estan marcats com a sensibles!",
"new_status": "Nou apunt",
"post": "Apunt",
"posting": "Publicant",
"preview": "Vista prèvia",
"preview_empty": "Buida",
"scope": { "scope": {
"direct": "Directe - publica només per als usuaris etiquetats", "direct": "Directa - publica només per als usuaris etiquetats",
"local": "Local - no federar aquest apunt", "private": "Només seguidors/es - publica només per comptes que et segueixin",
"private": "Només seguidors - publica només per als teus seguidors", "public": "Pública - publica als fluxos públics",
"public": "Pública - publica a les línies de temps públiques", "unlisted": "Silenciosa - no la mostris en fluxos públics"
"unlisted": "No llistat - no es mostra en les línies de temps públiques"
}, },
"scope_notice": { "scope_notice": {
"local": "Aquest apunt no serà visible en altres instàncies", "private": "Aquesta entrada serà visible només per a qui et segueixi",
"private": "Aquest apunt serà visible només per els teus seguidors", "public": "Aquesta entrada serà visible per a tothom",
"public": "Aquest apunt serà visible per a tothom", "unlisted": "Aquesta entrada no es veurà ni a la Línia de temps local ni a la Línia de temps federada"
"unlisted": "Aquest apunt no es veurà ni a la Línia de temps Pública ni a Tota la Xarxa Coneguda" },
} "preview_empty": "Buida",
"preview": "Vista prèvia",
"direct_warning_to_first_only": "Aquesta publicació només serà visible per als usuaris mencionats al principi del missatge.",
"empty_status_error": "No es pot publicar un estat buit sense fitxers adjunts",
"media_description": "Descripció multimèdia",
"direct_warning_to_all": "Aquesta publicació serà visible per a tots els usuaris mencionats.",
"new_status": "Publicar un nou estat",
"post": "Publicació",
"media_description_error": "Ha fallat la pujada del contingut. Prova de nou"
}, },
"registration": { "registration": {
"bio": "Bio", "bio": "Presentació",
"bio_placeholder": "p.e.\nHola! Benvingut a la meva bio.\nM'encanta veure anime i jugar a jocs. Espero que podrem ser amics!", "email": "Correu",
"captcha": "CAPTCHA", "fullname": "Nom per mostrar",
"email": "Adreça de Correu",
"email_language": "En quina llengua vols rebre els correus del servidor?",
"fullname": "Nom a mostrar",
"fullname_placeholder": "p. ex. Lain Iwakura",
"new_captcha": "Clica a la imatge per a obtenir un nou captcha",
"password_confirm": "Confirma la contrasenya", "password_confirm": "Confirma la contrasenya",
"reason": "Raó per a registrar-se", "registration": "Registra't",
"reason_placeholder": "Aquesta instància aprova els registres manualment.\nExplica a l'administració per què vols registrar-te.",
"register": "Registre",
"registration": "Registre",
"token": "Codi d'invitació", "token": "Codi d'invitació",
"username_placeholder": "p. ex. lain", "username_placeholder": "p. ex. lain",
"validations": { "validations": {
@ -329,22 +257,15 @@
"password_confirmation_required": "no es pot deixar en blanc", "password_confirmation_required": "no es pot deixar en blanc",
"password_required": "no es pot deixar en blanc", "password_required": "no es pot deixar en blanc",
"username_required": "no es pot deixar en blanc" "username_required": "no es pot deixar en blanc"
} },
}, "fullname_placeholder": "p. ex. Lain Iwakura",
"remote_user_resolver": { "username_placeholder": "p. ex. lain",
"error": "No trobat.", "captcha": "CAPTCHA",
"remote_user_resolver": "Resolució d'usuari remot", "register": "Registrar-se",
"searching_for": "Cercant per" "reason": "Raó per a registrar-se",
}, "bio_placeholder": "p.e.\nHola, sóc la Lain.\nSóc una noia anime que viu a un suburbi de Japó. Potser em coneixes per Wired.",
"search": { "reason_placeholder": "Aquesta instància aprova els registres manualment.\nExplica a l'administració per què vols registrar-te.",
"hashtags": "Etiquetes", "new_captcha": "Clica a la imatge per obtenir un nou captcha"
"no_results": "No hi ha resultats",
"people": "Persones",
"people_talking": "{count} persones parlant",
"person_talking": "{count} persones parlant"
},
"selectable_list": {
"select_all": "Selecciona-ho tot"
}, },
"settings": { "settings": {
"accent": "Accent", "accent": "Accent",
@ -589,38 +510,8 @@
"reply_visibility_self_short": "Mostra només respostes a mi mateix", "reply_visibility_self_short": "Mostra només respostes a mi mateix",
"reset_avatar": "Restablir l'avatar", "reset_avatar": "Restablir l'avatar",
"reset_avatar_confirm": "Realment vols restablir l'avatar?", "reset_avatar_confirm": "Realment vols restablir l'avatar?",
"reset_background_confirm": "Realment vols restablir el fons?", "accent": "Accent",
"reset_banner_confirm": "Realment vols restablir el banner?", "useStreamingApiWarning": "(No recomanat, experimental, pot ometre publicacions)",
"reset_profile_background": "Restablir fons del perfil",
"reset_profile_banner": "Restablir banner del perfil",
"revoke_token": "Revoca",
"right_sidebar": "Ordre invers de les columnes",
"save": "Desar els canvis",
"saving_err": "Error al desar la configuració",
"saving_ok": "Configuració desada",
"scope_copy": "Copiar visibilitat quan responguis (en els missatges directes sempre es copia)",
"search_user_to_block": "Busca a qui vols bloquejar",
"search_user_to_mute": "Busca a qui vols silenciar",
"security": "Seguretat",
"security_tab": "Seguretat",
"sensitive_by_default": "Marca apunts com a sensibles per defecte",
"sensitive_if_subject": "Marca automàticament les imatges com a sensibles si s'ha especificat la línia assumpte",
"set_new_avatar": "Establir un nou avatar",
"set_new_mascot": "Establir una nova mascota",
"set_new_profile_background": "Canvia el fons del perfil",
"set_new_profile_banner": "Establir un nou banner del perfil",
"setting_changed": "La configuració és diferent a la predeterminada",
"setting_server_side": "Aquest ajust està lligat al teu perfil i afectarà a totes les sessions i clients",
"settings": "Configuració",
"show_admin_badge": "Mostra l'insígnia \"Administrador\" en el meu perfil",
"show_moderator_badge": "Mostra l'insígnia \"Moderador\" en el meu perfil",
"show_nav_shortcuts": "Mostra els accessos directes addicionals en el panell superior",
"show_panel_nav_shortcuts": "Mostra els accessos directes de navegació de la línia de temps en el panell superior",
"show_scrollbars": "Mostra les barres de desplaçament de la columna lateral",
"show_wider_shortcuts": "Mostra més separats els accessos directes del panell superior",
"show_yous": "Mostra (Tu)s",
"stop_gifs": "Pausa les imatges animades fins que hi passis el cursor per sobre",
"streaming": "Mostra automàticament els nous apunts quan et desplacis a la part superior",
"style": { "style": {
"advanced_colors": { "advanced_colors": {
"_tab_label": "Avançat", "_tab_label": "Avançat",
@ -767,100 +658,33 @@
"use_source": "Nova versió" "use_source": "Nova versió"
} }
}, },
"subject_input_always_show": "Sempre mostrar el camp del assumpte",
"subject_line_behavior": "Copiar l'assumpte en les respostes",
"subject_line_email": "Com a l'email: \"re: assumpte\"",
"subject_line_mastodon": "Com a mastodon: copiar com és",
"subject_line_noop": "No copiar",
"text": "Text",
"theme": "Tema",
"theme_help": "Utilitza els codis de color hex (#rrggbb) per a personalitzar el color del teu tema.",
"theme_help_v2_1": "També pots anul·lar els colors d'alguns components i la seva opacitat activant la casella. Usa el botó \"Esborrar tot\" per esborrar totes les anul·lacions.",
"theme_help_v2_2": "Les icones per sota d'algunes entrades són indicadors del contrast del fons/text, posiciona el ratolí al damunt per a més informació. Tingues en compte que quan s'utilitzen indicadors de contrast de transparència es mostra el pitjor cas possible.",
"third_column_mode": "Quan hi hagi prou espai, mostra la tercera columna que conté",
"third_column_mode_none": "No mostrar mai la tercera columna",
"third_column_mode_notifications": "Columna de notificacions",
"third_column_mode_postform": "Formulari de publicació principal i navegació",
"token": "Token",
"tooltipRadius": "Globus/alertes",
"tree_advanced": "Permet una navegació més flexible en la vista d'arbre",
"tree_fade_ancestors": "Mostra els avantpassats del apunt actual en text dèbil",
"type_domains_to_mute": "Buscar dominis per a silenciar",
"upload_a_photo": "Pujar una foto",
"useStreamingApi": "Rebre apunts i notificacions en temps real",
"useStreamingApiWarning": "És genial emprar-lo. Si es trenca, refresca, suposo?",
"use_at_icon": "Mostra el símbol {'@'} com a icona enlloc de text",
"use_contain_fit": "No retallar els adjunts en miniatures",
"use_one_click_nsfw": "Obre els adjunts NSFW amb només un clic",
"user_mutes": "Usuaris",
"user_profiles": "Perfils d'usuari",
"user_settings": "Configuració d'usuari",
"valid_until": "Vàlid fins",
"values": {
"false": "no",
"true": "sí"
},
"version": { "version": {
"backend_version": "Versió del \"backend\"", "frontend_version": "Versió \"Frontend\"",
"frontend_version": "Versió del \"frontend\"", "backend_version": "Versió \"backend\"",
"title": "Versió" "title": "Versió"
}, },
"virtual_scrolling": "Optimitza el renderitzat de la línia de temps", "theme_help_v2_1": "També pots anular alguns components de color i opacitat activant la casella. Usa el botó \"Esborrar tot\" per esborrar totes les anulacions.",
"word_filter": "Filtre de paraules", "type_domains_to_mute": "Buscar dominis per a silenciar",
"wordfilter": "Filtre de paraules" "greentext": "Text verd (meme arrows)",
}, "fun": "Divertit",
"status": { "notification_setting_filters": "Filtres",
"ancestor_follow": "Veure {numReplies} altres respostes sota aquest apunt | Veure {numReplies} altres respostes sota aquest apunt", "virtual_scrolling": "Optimitzar la representació del flux",
"ancestor_follow_with_icon": "{icon} {text}", "notification_setting_block_from_strangers": "Bloqueja les notificacions dels usuaris que no segueixes",
"attachment_stop_flash": "Para el reproductor Flash", "enable_web_push_notifications": "Habilitar notificacions del navegador",
"bookmark": "Marcador", "notification_blocks": "Bloquejar a un usuari para totes les notificacions i també les cancel·la.",
"collapse_attachments": "Replega adjunts", "more_settings": "Més opcions",
"copy_link": "Copia l'enllaç a l'apunt", "notification_setting_privacy": "Privacitat",
"delete": "Esborra l'apunt", "upload_a_photo": "Pujar una foto",
"delete_confirm": "Segur que vols esborrar aquest apunt?", "notification_setting_hide_notification_contents": "Amagar el remitent i els continguts de les notificacions push",
"expand": "Expandeix", "notifications": "Notificacions",
"external_source": "Font externa", "notification_mutes": "Per a deixar de rebre notificacions d'un usuari en concret, silencia'l-ho.",
"favorites": "Favorits", "theme_help_v2_2": "Les icones per baix d'algunes entrades són indicadors del contrast del fons/text, desplaça el ratolí per a més informació. Tingues en compte que quan s'utilitzen indicadors de contrast de transparència es mostra el pitjor cas possible.",
"hide_attachment": "Amaga l'adjunt", "hide_shoutbox": "Oculta la casella de gàbia de grills",
"hide_content": "Amaga el contingut", "always_show_post_button": "Mostra sempre el botó flotant de publicació nova",
"hide_full_subject": "Amaga tot l'assumpte", "pad_emoji": "Acompanya els emojis amb espais en afegir des del selector",
"many_attachments": "L'apunt té {number} adjunt | L'apunt té {number} adjunts", "mentions_new_style": "Enllaços d'esment més elegants",
"mentions": "Menciona", "mentions_new_place": "Posa les mencions en una línia separada",
"move_down": "Mou l'adjunt a la dreta", "post_status_content_type": "Format de publicació"
"move_up": "Mou l'adjunt a l'esquerra",
"mute_conversation": "Silencia la conversa",
"nsfw": "No segur per a entorns laborals",
"open_gallery": "Obre la galeria",
"pin": "Destaca al perfil",
"pinned": "Destacat",
"plus_more": "+{number} més",
"remove_attachment": "Elimina l'adjunt",
"repeats": "Repeticions",
"replies_list": "Respostes:",
"replies_list_with_others": "Respostes (+{numReplies} altre): | Respostes (+{numReplies} altres):",
"reply_to": "Respon a",
"show_all_attachments": "Mostra tots els adjunts",
"show_all_conversation": "Mostra la conversa sencera ({numStatus} altre apunt) | Mostra la conversa sencera ({numStatus} altres apunts)",
"show_all_conversation_with_icon": "{icon} {text}",
"show_attachment_description": "Descripció prèvia (obre l'adjunt per a descripció sencera)",
"show_attachment_in_modal": "Mostra en el modal de Mèdia",
"show_content": "Mostra el contingut",
"show_full_subject": "Mostra tot l'assumpte",
"show_only_conversation_under_this": "Només mostra respostes a aquest apunt",
"status_deleted": "Aquest apunt ha estat esborrat",
"status_unavailable": "Apunt no disponible",
"thread_follow": "Mira la part restant d'aquest fil ({numStatus} apunt en total) | Mira la part restant d'aquest fil ({numStatus} apunts en total)",
"thread_follow_with_icon": "{icon} {text}",
"thread_hide": "Amaga aquest fil",
"thread_muted": "Fil silenciat",
"thread_muted_and_words": ", té les paraules:",
"thread_show": "Mostra aquest fil",
"thread_show_full": "Mostra-ho tot sota aquest fil ({numStatus} apunt en total, màx. profunditat {depth}) | Mostra-ho tot sota aquest fil ({numStatus} apunts en total, màx. profunditat {depth})",
"thread_show_full_with_icon": "{icon} {text}",
"unbookmark": "Desmarca",
"unmute_conversation": "Deixa de silenciar la conversa",
"unpin": "Deixa de destacar al perfil",
"you": "(Tu)"
}, },
"time": { "time": {
"in_future": "en {0}", "in_future": "en {0}",
@ -935,16 +759,11 @@
"delete_user_data_and_deactivate_confirmation": "Això esborrarà permanentment les dades d'aquest compte i el desactivarà. Estàs absolutament segur?", "delete_user_data_and_deactivate_confirmation": "Això esborrarà permanentment les dades d'aquest compte i el desactivarà. Estàs absolutament segur?",
"disable_any_subscription": "Deshabilita completament seguir algú", "disable_any_subscription": "Deshabilita completament seguir algú",
"disable_remote_subscription": "Deshabilita seguir algú des d'una instància remota", "disable_remote_subscription": "Deshabilita seguir algú des d'una instància remota",
"force_nsfw": "Marca tots els apunts amb \"No segur per a entorns laborals\"", "delete_user": "Esborra la usuària",
"force_unlisted": "Força que els apunts no estiguin llistats", "grant_admin": "Concedir permisos d'Administració",
"grant_admin": "Concedir permisos d'Administrador", "grant_moderator": "Concedir permisos de Moderació",
"grant_moderator": "Concedir permisos de Moderador", "force_unlisted": "Força que les publicacions no estiguin llistades",
"moderation": "Moderació", "sandbox": "Força que els missatges siguin només seguidors"
"quarantine": "Deshabilita la federació dels apunts dels usuaris",
"revoke_admin": "Revoca l'Admin",
"revoke_moderator": "Revoca Moderador",
"sandbox": "Força que els apunts siguin només per a seguidors",
"strip_media": "Esborra els Mèdia dels apunts"
}, },
"approve": "Aprova", "approve": "Aprova",
"block": "Bloqueja", "block": "Bloqueja",
@ -973,26 +792,7 @@
"solid": "Fons sòlid", "solid": "Fons sòlid",
"striped": "Fons a ratlles" "striped": "Fons a ratlles"
}, },
"its_you": "Ets tu!", "media": "Media"
"media": "Mèdia",
"mention": "Menció",
"message": "Missatge",
"mute": "Silencia",
"mute_domain": "Bloqueja el domini",
"mute_progress": "Silenciant…",
"muted": "Silenciat",
"note": "Nota privada",
"per_day": "per dia",
"remote_follow": "Seguiment remot",
"report": "Informa",
"show_repeats": "Mostra les repeticions",
"statuses": "Apunts",
"subscribe": "Subscriu-te",
"unblock": "Desbloqueja",
"unblock_progress": "Desbloquejant…",
"unmute": "Deixa de silenciar",
"unmute_progress": "Deixant de silenciar…",
"unsubscribe": "Anul·la la subscripció"
}, },
"user_profile": { "user_profile": {
"profile_does_not_exist": "Disculpes, aquest perfil no existeix.", "profile_does_not_exist": "Disculpes, aquest perfil no existeix.",
@ -1011,5 +811,210 @@
"who_to_follow": { "who_to_follow": {
"more": "Més", "more": "Més",
"who_to_follow": "A qui seguir" "who_to_follow": "A qui seguir"
},
"selectable_list": {
"select_all": "Selecciona-ho tot"
},
"remote_user_resolver": {
"error": "No trobat.",
"searching_for": "Cercant per",
"remote_user_resolver": "Resolució d'usuari remot"
},
"interactions": {
"load_older": "Carrega antigues interaccions",
"favs_repeats": "Repeticions i favorits",
"follows": "Nous seguidors",
"moves": "Migració d'usuaris"
},
"emoji": {
"stickers": "Adhesius",
"keep_open": "Mantindre el selector obert",
"custom": "Emojis personalitzats",
"unicode": "Emojis unicode",
"load_all_hint": "Carregat el primer emoji {saneAmount}, carregar tots els emoji pot causar problemes de rendiment.",
"emoji": "Emoji",
"search_emoji": "Buscar un emoji",
"add_emoji": "Inserir un emoji",
"load_all": "Carregant tots els {emojiAmount} emoji"
},
"polls": {
"expired": "L'enquesta va acabar fa {0}",
"expires_in": "L'enquesta acaba en {0}",
"multiple_choices": "Múltiples opcions",
"single_choice": "Una sola opció",
"type": "Tipus d'enquesta",
"vote": "Vota",
"votes": "vots",
"option": "Opció",
"add_option": "Afegeix opció",
"add_poll": "Afegeix enquesta",
"expiry": "Temps de vida de l'enquesta",
"people_voted_count": "{count} persona ha votat | {count} persones han votat",
"votes_count": "{count} vot | {count} vots",
"not_enough_options": "L'enquesta no té suficients opcions úniques"
},
"media_modal": {
"next": "Següent",
"previous": "Anterior"
},
"importer": {
"error": "Ha succeït un error mentre s'importava aquest arxiu.",
"success": "Importat amb èxit.",
"submit": "Enviar"
},
"image_cropper": {
"cancel": "Cancel·la",
"save_without_cropping": "Desa sense retallar",
"save": "Desa",
"crop_picture": "Retalla la imatge"
},
"exporter": {
"processing": "Processant, aviat se't preguntarà per descarregar el teu arxiu",
"export": "Exporta"
},
"domain_mute_card": {
"mute_progress": "Silenciant…",
"mute": "Silencia",
"unmute": "Deixar de silenciar",
"unmute_progress": "Deixant de silenciar…"
},
"about": {
"staff": "Equip responsable",
"mrf": {
"simple": {
"quarantine_desc": "Aquesta instància només enviarà entrades públiques a les següents instàncies:",
"quarantine": "Quarantena",
"reject_desc": "Aquesta instància no acceptarà missatges de les següents instàncies:",
"reject": "Rebutja",
"accept_desc": "Aquesta instància només accepta missatges de les següents instàncies:",
"accept": "Accepta",
"simple_policies": "Polítiques específiques de la instància",
"ftl_removal_desc": "Aquesta instància elimina les següents instàncies del flux de la xarxa coneguda:",
"ftl_removal": "Eliminació de la línia de temps coneguda",
"media_nsfw_desc": "Aquesta instància obliga el contingut multimèdia a establir-se com a sensible dins de les publicacions en les següents instàncies:",
"media_removal": "Eliminació de la multimèdia",
"media_removal_desc": "Aquesta instància elimina els suports multimèdia de les publicacions en les següents instàncies:",
"media_nsfw": "Forçar contingut multimèdia com a sensible"
},
"mrf_policies_desc": "Les polítiques MRF controlen el comportament federat de la instància. Les següents polítiques estan habilitades:",
"mrf_policies": "Polítiques MRF habilitades",
"keyword": {
"replace": "Reemplaça",
"reject": "Rebutja",
"keyword_policies": "Filtratge per paraules clau",
"is_replaced_by": "→",
"ftl_removal": "Eliminació de la línia de temps federada"
},
"federation": "Federació"
}
},
"status": {
"delete": "Esborra l'entrada",
"delete_confirm": "Segur que vols esborrar aquesta entrada?",
"thread_muted_and_words": ", té les paraules:",
"show_full_subject": "Mostra tot el tema",
"show_content": "Mostra el contingut",
"repeats": "Repeticions",
"bookmark": "Marcadors",
"status_unavailable": "Entrada no disponible",
"expand": "Expandeix",
"copy_link": "Copia l'enllaç a l'entrada",
"hide_full_subject": "Amaga tot el tema",
"favorites": "Favorits",
"replies_list": "Contestacions:",
"mute_conversation": "Silencia la conversa",
"thread_muted": "Fil silenciat",
"hide_content": "Amaga el contingut",
"status_deleted": "S'ha esborrat aquesta entrada",
"nsfw": "No segur per a entorns laborals",
"unbookmark": "Desmarca",
"external_source": "Font externa",
"unpin": "Deixa de destacar al perfil",
"pinned": "Destacat",
"reply_to": "Contesta a",
"pin": "Destaca al perfil",
"unmute_conversation": "Deixa de silenciar la conversa",
"mentions": "Mencions",
"you": "(Tu)",
"plus_more": "+{number} més"
},
"user_reporting": {
"additional_comments": "Comentaris addicionals",
"forward_description": "Aquest compte és d'un altre servidor. Vols enviar una còpia del report allà també?",
"forward_to": "Endavant a {0}",
"generic_error": "Hi ha hagut un error mentre s'estava processant la teva sol·licitud.",
"title": "Reportant {0}",
"add_comment_description": "Aquest report serà enviat a la moderació a la instància. Pots donar una explicació de per què estàs reportant aquest compte:",
"submit": "Envia"
},
"tool_tip": {
"add_reaction": "Afegeix una Reacció",
"accept_follow_request": "Accepta la sol·licitud de seguir",
"repeat": "Repeteix",
"reply": "Respon",
"favorite": "Favorit",
"user_settings": "Configuració d'usuària",
"reject_follow_request": "Rebutja la sol·licitud de seguir",
"bookmark": "Marcador",
"media_upload": "Pujar multimèdia"
},
"search": {
"no_results": "No hi ha resultats",
"people": "Persones",
"hashtags": "Etiquetes",
"people_talking": "{count} persones parlant",
"person_talking": "{count} persones parlant"
},
"upload": {
"file_size_units": {
"B": "B",
"KiB": "KiB",
"GiB": "GiB",
"TiB": "TiB",
"MiB": "MiB"
},
"error": {
"base": "La pujada ha fallat.",
"file_too_big": "Fitxer massa gran [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
"default": "Prova de nou d'aquí una estona",
"message": "La pujada ha fallat: {0}"
}
},
"errors": {
"storage_unavailable": "Pleroma no ha pogut accedir a l'emmagatzematge del navegador. El teu inici de sessió o configuració no es desaran i et pots trobar algun altre problema. Prova a habilitar les galetes."
},
"password_reset": {
"password_reset": "Reinicia la contrasenya",
"forgot_password": "Has oblidat la contrasenya?",
"too_many_requests": "Has arribat al límit d'intents. Prova de nou d'aquí una estona.",
"password_reset_required_but_mailer_is_disabled": "Has de reiniciar la teva contrasenya però el reinici de la contrasenya està deshabilitat. Si us plau, contacta l'administració de la teva instància.",
"placeholder": "El teu correu electrònic o nom d'usuària",
"instruction": "Introdueix la teva adreça de correu electrònic o nom d'usuària. T'enviarem un enllaç per reiniciar la teva contrasenya.",
"return_home": "Torna a la pàgina principal",
"password_reset_required": "Has de reiniciar la teva contrasenya per iniciar la sessió.",
"password_reset_disabled": "El reinici de la contrasenya està deshabilitat. Si us plau, contacta l'administració de la teva instància.",
"check_email": "Comprova que has rebut al correu electrònic un enllaç per reiniciar la teva contrasenya."
},
"file_type": {
"image": "Imatge",
"file": "Fitxer",
"video": "Vídeo",
"audio": "Àudio"
},
"chats": {
"chats": "Xats",
"new": "Nou xat",
"delete_confirm": "Realment vols esborrar aquest missatge?",
"error_sending_message": "Alguna cosa ha fallat quan s'enviava el missatge.",
"more": "Més",
"delete": "Esborra",
"empty_message_error": "No es pot publicar un missatge buit",
"you": "Tu:",
"message_user": "Missatge {nickname}",
"error_loading_chat": "Alguna cosa ha fallat quan es carregava el xat.",
"empty_chat_list_placeholder": "Encara no tens cap xat. Crea un nou xat!"
},
"display_date": {
"today": "Avui"
} }
} }

View file

@ -70,18 +70,15 @@
"processing": "Verarbeitung läuft, bald wird Du dazu aufgefordert, deine Datei herunterzuladen" "processing": "Verarbeitung läuft, bald wird Du dazu aufgefordert, deine Datei herunterzuladen"
}, },
"features_panel": { "features_panel": {
"chat": "Chat",
"gopher": "Gopher",
"media_proxy": "Medienproxy", "media_proxy": "Medienproxy",
"scope_options": "Reichweitenoptionen", "scope_options": "Reichweitenoptionen",
"text_limit": "Zeichenlimit", "text_limit": "Zeichenlimit",
"title": "Funktionen", "title": "Funktionen",
"who_to_follow": "Vorschläge",
"upload_limit": "Maximale Upload Größe", "upload_limit": "Maximale Upload Größe",
"who_to_follow": "Vorschläge" "pleroma_chat_messages": "Pleroma Chat"
},
"file_type": {
"audio": "Audio",
"file": "Datei",
"image": "Bild",
"video": "Video"
}, },
"finder": { "finder": {
"error_fetching_user": "Fehler beim Suchen des Benutzers", "error_fetching_user": "Fehler beim Suchen des Benutzers",

View file

@ -35,8 +35,13 @@
"staff": "Staff" "staff": "Staff"
}, },
"announcements": { "announcements": {
"all_day_prompt": "This is an all-day event", "page_header": "Announcements",
"cancel_edit_action": "Cancel", "title": "Announcement",
"mark_as_read_action": "Mark as read",
"post_form_header": "Post announcement",
"post_placeholder": "Type your announcement content here...",
"post_action": "Post",
"post_error": "Error: {error}",
"close_error": "Close", "close_error": "Close",
"delete_action": "Delete", "delete_action": "Delete",
"edit_action": "Edit", "edit_action": "Edit",
@ -96,6 +101,9 @@
"processing": "Processing, you'll soon be asked to download your file" "processing": "Processing, you'll soon be asked to download your file"
}, },
"features_panel": { "features_panel": {
"shout": "Shoutbox",
"pleroma_chat_messages": "Pleroma Chat",
"gopher": "Gopher",
"media_proxy": "Media proxy", "media_proxy": "Media proxy",
"scope_options": "Scope options", "scope_options": "Scope options",
"text_limit": "Text limit", "text_limit": "Text limit",
@ -156,7 +164,104 @@
"importer": { "importer": {
"error": "An error occured while importing this file.", "error": "An error occured while importing this file.",
"submit": "Submit", "submit": "Submit",
"success": "Imported successfully." "success": "Imported successfully.",
"error": "An error occured while importing this file."
},
"login": {
"login": "Log in",
"description": "Log in with OAuth",
"logout": "Log out",
"password": "Password",
"placeholder": "e.g. lain",
"register": "Register",
"username": "Username",
"hint": "Log in to join the discussion",
"authentication_code": "Authentication code",
"enter_recovery_code": "Enter a recovery code",
"enter_two_factor_code": "Enter a two-factor code",
"recovery_code": "Recovery code",
"heading": {
"totp": "Two-factor authentication",
"recovery": "Two-factor recovery"
}
},
"media_modal": {
"previous": "Previous",
"next": "Next",
"counter": "{current} / {total}",
"hide": "Close media viewer"
},
"nav": {
"about": "About",
"administration": "Administration",
"back": "Back",
"friend_requests": "Follow requests",
"mentions": "Mentions",
"interactions": "Interactions",
"dms": "Direct messages",
"public_tl": "Public timeline",
"public_timeline_description": "Public posts from this instance",
"timeline": "Timeline",
"home_timeline": "Home timeline",
"home_timeline_description": "Posts from people you follow",
"bubble_timeline": "Bubble timeline",
"bubble_timeline_description": "Posts from instances close to yours, as recommended by the admin(s)",
"twkn": "Known Network",
"twkn_timeline_description": "Posts from the entire network",
"bookmarks": "Bookmarks",
"user_search": "User Search",
"search": "Search",
"who_to_follow": "Who to follow",
"preferences": "Preferences",
"timelines": "Timelines",
"chats": "Chats",
"lists": "Lists",
"announcements": "Announcements"
},
"notifications": {
"broken_favorite": "Unknown status, searching for it…",
"error": "Error fetching notifications: {0}",
"favorited_you": "favorited your status",
"followed_you": "followed you",
"follow_request": "wants to follow you",
"load_older": "Load older notifications",
"notifications": "Notifications",
"read": "Read!",
"repeated_you": "repeated your status",
"no_more_notifications": "No more notifications",
"migrated_to": "migrated to",
"reacted_with": "reacted with {0}",
"poll_ended": "poll has ended"
},
"polls": {
"add_poll": "Add poll",
"add_option": "Add option",
"option": "Option",
"votes": "votes",
"people_voted_count": "{count} person voted | {count} people voted",
"votes_count": "{count} vote | {count} votes",
"vote": "Vote",
"type": "Poll type",
"single_choice": "Single choice",
"multiple_choices": "Multiple choices",
"expiry": "Poll age",
"expires_in": "Poll ends in {0}",
"expired": "Poll ended {0} ago",
"not_enough_options": "Too few unique options in poll"
},
"emoji": {
"stickers": "Stickers",
"emoji": "Emoji",
"keep_open": "Keep picker open",
"search_emoji": "Search for an emoji",
"add_emoji": "Insert emoji",
"custom": "Custom emoji",
"unicode": "Unicode emoji",
"load_all_hint": "Loaded first {saneAmount} emoji, loading all emoji may cause performance issues.",
"load_all": "Loading all {emojiAmount} emoji"
},
"errors": {
"storage_unavailable": "Pleroma could not access browser storage. Your login or your local settings won't be saved and you might encounter unexpected issues. Try enabling cookies."
}, },
"interactions": { "interactions": {
"favs_repeats": "Repeats and favorites", "favs_repeats": "Repeats and favorites",
@ -347,8 +452,8 @@
"text/plain": "Plain text", "text/plain": "Plain text",
"text/x.misskeymarkdown": "MFM" "text/x.misskeymarkdown": "MFM"
}, },
"content_warning": "Content Warning (optional)", "content_warning": "Subject (optional)",
"default": "Just arrived at Luna Nova Academy", "default": "Just landed in L.A.",
"direct_warning_to_all": "This post will be visible to all the mentioned users.", "direct_warning_to_all": "This post will be visible to all the mentioned users.",
"direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.", "direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
"edit_remote_warning": "Changes made to the post may not be visible on some instances!", "edit_remote_warning": "Changes made to the post may not be visible on some instances!",

View file

@ -70,18 +70,15 @@
"processing": "Traktante; baldaŭ vi ricevos peton elŝuti vian dosieron" "processing": "Traktante; baldaŭ vi ricevos peton elŝuti vian dosieron"
}, },
"features_panel": { "features_panel": {
"chat": "Babilejo",
"gopher": "Gopher",
"media_proxy": "Vidaŭdaĵa retperilo", "media_proxy": "Vidaŭdaĵa retperilo",
"scope_options": "Agordoj de amplekso", "scope_options": "Agordoj de amplekso",
"text_limit": "Limo de teksto", "text_limit": "Limo de teksto",
"title": "Funkcioj", "title": "Funkcioj",
"upload_limit": "Limo de alŝutoj", "who_to_follow": "Kiun aboni",
"who_to_follow": "Kiun aboni" "pleroma_chat_messages": "Babilejo de Pleroma",
}, "upload_limit": "Limo de alŝutoj"
"file_type": {
"audio": "Sono",
"file": "Dosiero",
"image": "Bildo",
"video": "Filmo"
}, },
"finder": { "finder": {
"error_fetching_user": "Eraris alporto de uzanto", "error_fetching_user": "Eraris alporto de uzanto",

View file

@ -96,18 +96,15 @@
"processing": "Procesando. Pronto se te pedirá que descargues tu archivo" "processing": "Procesando. Pronto se te pedirá que descargues tu archivo"
}, },
"features_panel": { "features_panel": {
"chat": "Chat",
"gopher": "Gopher",
"media_proxy": "Proxy de medios", "media_proxy": "Proxy de medios",
"scope_options": "Opciones del alcance de la visibilidad", "scope_options": "Opciones del alcance de la visibilidad",
"text_limit": "Límite de caracteres", "text_limit": "Límite de caracteres",
"title": "Características", "title": "Características",
"upload_limit": "Límite de subida", "who_to_follow": "A quién seguir",
"who_to_follow": "A quién seguir" "pleroma_chat_messages": "Chat de Pleroma",
}, "upload_limit": "Límite de subida"
"file_type": {
"audio": "Audio",
"file": "Archivo",
"image": "Imagen",
"video": "Vídeo"
}, },
"finder": { "finder": {
"error_fetching_user": "Error al buscar usuario", "error_fetching_user": "Error al buscar usuario",

View file

@ -54,12 +54,15 @@
"processing": "Prozesatzen, zure fitxategia deskargatzeko eskatuko zaizu laster" "processing": "Prozesatzen, zure fitxategia deskargatzeko eskatuko zaizu laster"
}, },
"features_panel": { "features_panel": {
"chat": "Txata",
"gopher": "Ghoper",
"media_proxy": "Media proxy", "media_proxy": "Media proxy",
"scope_options": "Ikusgaitasun aukerak", "scope_options": "Ikusgaitasun aukerak",
"text_limit": "Testu limitea", "text_limit": "Testu limitea",
"title": "Ezaugarriak", "title": "Ezaugarriak",
"upload_limit": "Kargatzeko muga", "who_to_follow": "Nori jarraitu",
"who_to_follow": "Nori jarraitu" "pleroma_chat_messages": "Pleroma Txata",
"upload_limit": "Kargatzeko muga"
}, },
"finder": { "finder": {
"error_fetching_user": "Errorea erabiltzailea eskuratzen", "error_fetching_user": "Errorea erabiltzailea eskuratzen",

View file

@ -55,68 +55,9 @@
}, },
"features_panel": { "features_panel": {
"media_proxy": "پروکسی رسانه", "media_proxy": "پروکسی رسانه",
"scope_options": "تنظیمات حوزه", "gopher": "گوفر",
"text_limit": "محدودیت متن", "pleroma_chat_messages": "گپ پلروما",
"title": "ویژگی‌ها", "chat": "گپ"
"who_to_follow": "چه کسانی را پیگیری کنیم"
},
"file_type": {
"audio": "صدا",
"file": "فایل",
"image": "تصویر",
"video": "ویدئو"
},
"finder": {
"error_fetching_user": "دریافت کاربر با خطا مواجه شد",
"find_user": "جستجوی کاربر"
},
"general": {
"apply": "اعمال",
"cancel": "لغو",
"close": "بستن",
"confirm": "تأیید",
"disable": "غیر فعال",
"enable": "فعال",
"error_retry": "لطفاً دوباره امتحان کنید",
"generic_error": "خطایی رخ داد",
"loading": "در حال بارگذاری…",
"more": "بیشتر",
"optional": "اختیاری",
"peek": "نگاه سریع",
"retry": "دوباره امتحان کنید",
"show_less": "کمتر نشان بده",
"show_more": "بیشتر نشان بده",
"submit": "ارسال",
"verify": "تأیید"
},
"image_cropper": {
"cancel": "لغو",
"crop_picture": "برش تصویر",
"save": "ذخیره",
"save_without_cropping": "ذخیره بدون برش"
},
"importer": {
"error": "در حین بارگذاری فایل خطایی رخ داد.",
"submit": "ارسال",
"success": "با موفقیت بارگذاری شد."
},
"login": {
"authentication_code": "کد احراز هویت",
"description": "ورود به سامانه از طریق OAuth",
"enter_recovery_code": "کد بازیابی را وارد کنید",
"enter_two_factor_code": "کد احراز هویت دو مرحله‌ای را وارد کنید",
"heading": {
"recovery": "بازیابی دو مرحله‌ای",
"totp": "احراز هویت دو مرحله‌ای"
},
"hint": "برای شرکت در گفتگو، وارد سامانه شوید",
"login": "ورود به سامانه",
"logout": "خروج از سامانه",
"password": "رمز عبور",
"placeholder": "به عنوان مثال: lain",
"recovery_code": "کد بازیابی",
"register": "ثبت نام",
"username": "نام کاربری"
}, },
"media_modal": { "media_modal": {
"next": "بعدی", "next": "بعدی",

View file

@ -1,7 +1,5 @@
{ {
"about": { "about": {
"bubble_instances": "Les instances de la bulle locale",
"bubble_instances_description": "Des instances choisies par l'administration pour representer la région de cette instance",
"mrf": { "mrf": {
"federation": "Fédération", "federation": "Fédération",
"keyword": { "keyword": {
@ -55,6 +53,9 @@
"submit_edit_action": "Envoyer", "submit_edit_action": "Envoyer",
"title": "Annonce" "title": "Annonce"
}, },
"chat": {
"title": "Chat"
},
"chats": { "chats": {
"chats": "Discussions", "chats": "Discussions",
"delete": "Effacer", "delete": "Effacer",
@ -96,8 +97,12 @@
"processing": "En cours de traitement, vous pourrez bientôt télécharger votre fichier" "processing": "En cours de traitement, vous pourrez bientôt télécharger votre fichier"
}, },
"features_panel": { "features_panel": {
"chat": "Chat",
"gopher": "Gopher",
"media_proxy": "Proxy pièce-jointes", "media_proxy": "Proxy pièce-jointes",
"pleroma_chat_messages": "Chat Pleroma",
"scope_options": "Options de visibilité", "scope_options": "Options de visibilité",
"shout": "Shoutbox",
"text_limit": "Limite du texte", "text_limit": "Limite du texte",
"title": "Fonctionnalités", "title": "Fonctionnalités",
"upload_limit": "Limite de téléversement", "upload_limit": "Limite de téléversement",
@ -137,7 +142,6 @@
}, },
"scope_in_timeline": { "scope_in_timeline": {
"direct": "Direct", "direct": "Direct",
"local": "Local - visible seulement sur cette instance",
"private": "Abonné·e·s uniquement", "private": "Abonné·e·s uniquement",
"public": "Public", "public": "Public",
"unlisted": "Non-listé" "unlisted": "Non-listé"
@ -206,6 +210,7 @@
"bookmarks": "Marques-Pages", "bookmarks": "Marques-Pages",
"bubble_timeline": "Flux de cette bulle", "bubble_timeline": "Flux de cette bulle",
"bubble_timeline_description": "Les status des instances proches de celle-ci, choisies par l'administration", "bubble_timeline_description": "Les status des instances proches de celle-ci, choisies par l'administration",
"chat": "Chat local",
"chats": "Chats", "chats": "Chats",
"dms": "Messages directs", "dms": "Messages directs",
"friend_requests": "Demandes de suivi", "friend_requests": "Demandes de suivi",
@ -279,17 +284,15 @@
"text/plain": "Texte brut", "text/plain": "Texte brut",
"text/x.misskeymarkdown": "Markdown (Misskey)" "text/x.misskeymarkdown": "Markdown (Misskey)"
}, },
"content_warning": "Avertissement (optionnel)", "content_warning": "Sujet (optionnel)",
"default": "Je viens d'arriver au QG de la NERV", "default": "Je viens d'arriver au QG de la NERV",
"direct_warning_to_all": "Ce message sera visible pour toutes les personnes mentionnées.", "direct_warning_to_all": "Ce message sera visible pour toutes les personnes mentionnées.",
"direct_warning_to_first_only": "Ce message sera visible uniquement pour personnes mentionnées au début du message.", "direct_warning_to_first_only": "Ce message sera visible uniquement pour personnes mentionnées au début du message.",
"edit_remote_warning": "Les modifications apportées au status pourraient ne pas être visible sur certaines instances !", "empty_status_error": "Impossible de poster un statut vide sans pièces-jointes",
"edit_status": "Modifier le statut",
"empty_status_error": "Impossible de publier un statut vide sans pièces-jointes",
"media_description": "Description de la pièce-jointe", "media_description": "Description de la pièce-jointe",
"media_description_error": "Échec de téléversement du media, essayez encore", "media_description_error": "Échec de téléversement du media, essayez encore",
"media_not_sensitive_warning": "Il y a un avertissment, mais les pièces jointes ne sont pas marquées comme sensibles !", "media_not_sensitive_warning": "Il y a un avertissment, mais les pièces jointes ne sont pas marquées comme sensibles !",
"new_status": "Nouveau statut", "new_status": "Poster un nouveau statut",
"post": "Post", "post": "Post",
"posting": "Envoi en cours", "posting": "Envoi en cours",
"preview": "Prévisualisation", "preview": "Prévisualisation",
@ -310,7 +313,7 @@
}, },
"registration": { "registration": {
"bio": "Biographie", "bio": "Biographie",
"bio_placeholder": "ex :\nSalut, je me présente ici !\nJadore les animés et les jeux vidéos. Jespère qu'on peut être amis⋅ies !", "bio_placeholder": "ex.\nSalut, je suis Lain\nJe suis une héroïne d'animation qui vit dans une banlieue japonaise. Vous me connaissez peut-être du Wired.",
"captcha": "CAPTCHA", "captcha": "CAPTCHA",
"email": "Courriel", "email": "Courriel",
"email_language": "Dans quelle langue souhaitez-vous recevoir des courriels ?", "email_language": "Dans quelle langue souhaitez-vous recevoir des courriels ?",
@ -406,6 +409,7 @@
"current_avatar": "Avatar actuel", "current_avatar": "Avatar actuel",
"current_mascot": "Mascotte actuelle", "current_mascot": "Mascotte actuelle",
"current_password": "Mot de passe actuel", "current_password": "Mot de passe actuel",
"current_profile_banner": "Bannière de profil actuelle",
"data_import_export_tab": "Import / Export des Données", "data_import_export_tab": "Import / Export des Données",
"default_vis": "Visibilité par défaut", "default_vis": "Visibilité par défaut",
"delete_account": "Supprimer le compte", "delete_account": "Supprimer le compte",
@ -462,8 +466,6 @@
"hide_muted_threads": "Masquer les fils de discussion silenciés", "hide_muted_threads": "Masquer les fils de discussion silenciés",
"hide_post_stats": "Masquer les statistiques des messages (ex. le nombre de favoris)", "hide_post_stats": "Masquer les statistiques des messages (ex. le nombre de favoris)",
"hide_shoutbox": "Cacher la shoutbox de l'instance", "hide_shoutbox": "Cacher la shoutbox de l'instance",
"hide_site_favicon": "Ne pas afficher le favicon de linstance dans le panneau supérieur",
"hide_site_name": "Ne pas afficher le nom de l'instance dans le panneau supérieur",
"hide_threads_with_blocked_users": "Masquer les fils qui mentionnent les personnes bloquées", "hide_threads_with_blocked_users": "Masquer les fils qui mentionnent les personnes bloquées",
"hide_user_stats": "Masquer les statistiques de compte (ex. le nombre de suivis)", "hide_user_stats": "Masquer les statistiques de compte (ex. le nombre de suivis)",
"hide_wallpaper": "Cacher le fond d'écran", "hide_wallpaper": "Cacher le fond d'écran",
@ -548,6 +550,7 @@
"notification_setting_hide_if_cw": "Cacher les notifications avec avertissement de contenu sensible", "notification_setting_hide_if_cw": "Cacher les notifications avec avertissement de contenu sensible",
"notification_setting_hide_notification_contents": "Cacher l'expéditeur et le contenu des notifications push", "notification_setting_hide_notification_contents": "Cacher l'expéditeur et le contenu des notifications push",
"notification_setting_privacy": "Vie privée", "notification_setting_privacy": "Vie privée",
"notification_setting_privacy_option": "Masquer l'expéditeur et le contenu des notifications push",
"notification_visibility": "Types de notifications à afficher", "notification_visibility": "Types de notifications à afficher",
"notification_visibility_emoji_reactions": "Réactions", "notification_visibility_emoji_reactions": "Réactions",
"notification_visibility_follows": "Suivis", "notification_visibility_follows": "Suivis",
@ -582,7 +585,6 @@
"remove_alias": "Supprimer ce pseudo", "remove_alias": "Supprimer ce pseudo",
"remove_backup": "Supprimer", "remove_backup": "Supprimer",
"render_mfm": "Afficher le contenu Misskey Markdown", "render_mfm": "Afficher le contenu Misskey Markdown",
"render_mfm_on_hover": "Rester sur du contenu MFM pour déclencher les animations",
"replies_in_timeline": "Réponses dans le flux", "replies_in_timeline": "Réponses dans le flux",
"reply_visibility_all": "Montrer toutes les réponses", "reply_visibility_all": "Montrer toutes les réponses",
"reply_visibility_following": "Afficher uniquement les réponses adressées à moi ou aux personnes que je suis", "reply_visibility_following": "Afficher uniquement les réponses adressées à moi ou aux personnes que je suis",
@ -616,10 +618,7 @@
"settings": "Paramètres", "settings": "Paramètres",
"show_admin_badge": "Afficher le badge d'Admin sur mon profil", "show_admin_badge": "Afficher le badge d'Admin sur mon profil",
"show_moderator_badge": "Afficher le badge de Modo' sur mon profil", "show_moderator_badge": "Afficher le badge de Modo' sur mon profil",
"show_nav_shortcuts": "Afficher plus de raccourcis de navigations dans le panneau supérieur",
"show_panel_nav_shortcuts": "Afficher les raccourcis de navigation du flux dans le panneau supérieur",
"show_scrollbars": "Afficher la barre de défilement", "show_scrollbars": "Afficher la barre de défilement",
"show_wider_shortcuts": "Plus d'espace entre les raccourcis dans le panneau supérieur",
"show_yous": "Afficher « Vous : »", "show_yous": "Afficher « Vous : »",
"stop_gifs": "N'animer les GIFS que lors du survol du curseur de la souris", "stop_gifs": "N'animer les GIFS que lors du survol du curseur de la souris",
"streaming": "Charger automatiquement les nouveaux statuts lorsque vous êtes au haut de la page", "streaming": "Charger automatiquement les nouveaux statuts lorsque vous êtes au haut de la page",
@ -734,6 +733,7 @@
"inset_classic": "L'ombre interne utilisera toujours {0}", "inset_classic": "L'ombre interne utilisera toujours {0}",
"spread_zero": "Les ombres avec une dispersion > 0 apparaitrons comme si ils étaient à zéro" "spread_zero": "Les ombres avec une dispersion > 0 apparaitrons comme si ils étaient à zéro"
}, },
"hint": "Pour les ombres, vous pouvez aussi utiliser --variable comme valeur de couleur en CSS3. Veuillez noter que spécifier la transparence ne fonctionnera pas dans ce cas.",
"hintV3": "Pour les ombres vous pouvez aussi utiliser la notation {0} pour utiliser un autre emplacement de couleur.", "hintV3": "Pour les ombres vous pouvez aussi utiliser la notation {0} pour utiliser un autre emplacement de couleur.",
"inset": "Interne", "inset": "Interne",
"override": "Surcharger", "override": "Surcharger",
@ -811,6 +811,9 @@
"word_filter": "Filtrage par mots", "word_filter": "Filtrage par mots",
"wordfilter": "Filtrage par mot-clé" "wordfilter": "Filtrage par mot-clé"
}, },
"shoutbox": {
"title": "Shoutbox"
},
"status": { "status": {
"ancestor_follow": "Voir {numReplies} autre réponse en dessous de ce status | Voir {numReplies} autres réponses en dessous de ce status", "ancestor_follow": "Voir {numReplies} autre réponse en dessous de ce status | Voir {numReplies} autres réponses en dessous de ce status",
"ancestor_follow_with_icon": "{icon} {text}", "ancestor_follow_with_icon": "{icon} {text}",
@ -828,8 +831,6 @@
"hide_full_subject": "Cacher le sujet", "hide_full_subject": "Cacher le sujet",
"many_attachments": "Le statut a {number} pièce jointe | Le statut a {number} pièces jointes", "many_attachments": "Le statut a {number} pièce jointe | Le statut a {number} pièces jointes",
"mentions": "Mentions", "mentions": "Mentions",
"move_down": "Déplacer à droit",
"move_up": "Déplacer à gauche",
"mute_conversation": "Masquer la conversation", "mute_conversation": "Masquer la conversation",
"nsfw": "Contenu sensible", "nsfw": "Contenu sensible",
"open_gallery": "Afficher la galerie", "open_gallery": "Afficher la galerie",
@ -842,27 +843,15 @@
"replies_list_with_others": "Réponses (+{numReplies} autre): | Réponses (+{numReplies} autres) :", "replies_list_with_others": "Réponses (+{numReplies} autre): | Réponses (+{numReplies} autres) :",
"reply_to": "Réponse à", "reply_to": "Réponse à",
"show_all_attachments": "Afficher toutes les pièces jointes", "show_all_attachments": "Afficher toutes les pièces jointes",
"show_all_conversation": "Afficher le fils entier ({numStatus} autre statut) | Afficher le fil entier ({numStatus} autres statuts)",
"show_all_conversation_with_icon": "{icon} {text}",
"show_attachment_description": "Aperçu (ouvrir la pièce joint pour voir la description complète)",
"show_attachment_in_modal": "Ouvrir dans la visionneuse",
"show_content": "Montrer le contenu", "show_content": "Montrer le contenu",
"show_full_subject": "Montrer le sujet en entier", "show_full_subject": "Montrer le sujet en entier",
"show_only_conversation_under_this": "N'afficher que les réponses a ce statut",
"status_deleted": "Ce post a été effacé", "status_deleted": "Ce post a été effacé",
"status_unavailable": "Status indisponible", "status_unavailable": "Status indisponible",
"thread_follow": "Afficher la partie restante du fil ({numStatus} statut au total) | Afficher la partie restante du fil ({numStatus} statuts au total)",
"thread_follow_with_icon": "{icon} {text}",
"thread_hide": "Masquer ce fil",
"thread_muted": "Fil de discussion masqué", "thread_muted": "Fil de discussion masqué",
"thread_muted_and_words": ", contient les mots :", "thread_muted_and_words": ", contient les mots :",
"thread_show": "Afficher ce fil",
"thread_show_full": "Afficher tout les statuts dans ce fil ({numStatus} au total, profondeur maximale {depth})",
"thread_show_full_with_icon": "{icon} {text}",
"unbookmark": "Supprimer des favoris", "unbookmark": "Supprimer des favoris",
"unmute_conversation": "Démasquer la conversation", "unmute_conversation": "Démasquer la conversation",
"unpin": "Dégrafer du profil", "unpin": "Dégrafer du profil"
"you": "(Vous)"
}, },
"time": { "time": {
"in_future": "dans {0}", "in_future": "dans {0}",
@ -870,18 +859,32 @@
"now": "tout de suite", "now": "tout de suite",
"now_short": "maintenant", "now_short": "maintenant",
"unit": { "unit": {
"day": "{0} jour",
"day_short": "{0}j",
"days": "{0} jours", "days": "{0} jours",
"days_short": "{0}j", "days_short": "{0}j",
"hour": "{0} heure",
"hour_short": "{0}h",
"hours": "{0} heures", "hours": "{0} heures",
"hours_short": "{0}h", "hours_short": "{0}h",
"minute": "{0} minute",
"minute_short": "{0}min",
"minutes": "{0} minutes", "minutes": "{0} minutes",
"minutes_short": "{0}min", "minutes_short": "{0}min",
"month": "{0} mois",
"month_short": "{0}m",
"months": "{0} mois", "months": "{0} mois",
"months_short": "{0}m", "months_short": "{0}m",
"second": "{0} seconde",
"second_short": "{0}s",
"seconds": "{0} secondes", "seconds": "{0} secondes",
"seconds_short": "{0}s", "seconds_short": "{0}s",
"week": "{0} semaine",
"week_short": "{0}s",
"weeks": "{0} semaines", "weeks": "{0} semaines",
"weeks_short": "{0}s", "weeks_short": "{0}s",
"year": "{0} année",
"year_short": "{0}a",
"years": "{0} années", "years": "{0} années",
"years_short": "{0}a" "years_short": "{0}a"
} }
@ -890,6 +893,7 @@
"collapse": "Fermer", "collapse": "Fermer",
"conversation": "Conversation", "conversation": "Conversation",
"error": "Erreur lors de l'affichage du flux : {0}", "error": "Erreur lors de l'affichage du flux : {0}",
"error_fetching": "Erreur en cherchant les mises à jour",
"load_older": "Afficher des status plus ancien", "load_older": "Afficher des status plus ancien",
"no_more_statuses": "Pas plus de statuts", "no_more_statuses": "Pas plus de statuts",
"no_retweet_hint": "Le message est marqué en abonnés-seulement ou direct et ne peut pas être partagé", "no_retweet_hint": "Le message est marqué en abonnés-seulement ou direct et ne peut pas être partagé",
@ -907,7 +911,6 @@
"bookmark": "Favori", "bookmark": "Favori",
"favorite": "Favoriser", "favorite": "Favoriser",
"media_upload": "Envoyer un media", "media_upload": "Envoyer un media",
"quote": "Citer",
"reject_follow_request": "Rejeter la demande de suivit", "reject_follow_request": "Rejeter la demande de suivit",
"repeat": "Répéter", "repeat": "Répéter",
"reply": "Répondre", "reply": "Répondre",
@ -934,7 +937,6 @@
"deactivate_account": "Désactiver le compte", "deactivate_account": "Désactiver le compte",
"delete_account": "Supprimer le compte", "delete_account": "Supprimer le compte",
"delete_user": "Supprimer l'utilisateur", "delete_user": "Supprimer l'utilisateur",
"delete_user_data_and_deactivate_confirmation": "Tous les données de ce compte seront définitivement supprimées, et le compte désactivé. Êtes-vous absolument sûr de vouloir procéder ?",
"disable_any_subscription": "Interdir de s'abonner à l'utilisateur tout court", "disable_any_subscription": "Interdir de s'abonner à l'utilisateur tout court",
"disable_remote_subscription": "Interdir de s'abonner a l'utilisateur depuis l'instance distante", "disable_remote_subscription": "Interdir de s'abonner a l'utilisateur depuis l'instance distante",
"force_nsfw": "Marquer tous les statuts comme NSFW", "force_nsfw": "Marquer tous les statuts comme NSFW",
@ -953,13 +955,10 @@
"block_progress": "Blocage…", "block_progress": "Blocage…",
"blocked": "Bloqué !", "blocked": "Bloqué !",
"bot": "Robot", "bot": "Robot",
"deactivated": "Désactivé",
"deny": "Rejeter", "deny": "Rejeter",
"domain_muted": "Débloquer la domaine",
"edit_profile": "Éditer le profil", "edit_profile": "Éditer le profil",
"favorites": "Favoris", "favorites": "Favoris",
"follow": "Suivre", "follow": "Suivre",
"follow_cancel": "Annuler la demande d'abonnement",
"follow_progress": "Demande en cours…", "follow_progress": "Demande en cours…",
"follow_sent": "Demande envoyée !", "follow_sent": "Demande envoyée !",
"follow_unfollow": "Désabonner", "follow_unfollow": "Désabonner",
@ -980,13 +979,15 @@
"mention": "Mention", "mention": "Mention",
"message": "Message", "message": "Message",
"mute": "Masquer", "mute": "Masquer",
"mute_domain": "Bloquer la domaine",
"mute_progress": "Masquage…", "mute_progress": "Masquage…",
"muted": "Masqué", "muted": "Masqué",
"note": "Note privée",
"per_day": "par jour", "per_day": "par jour",
"remote_follow": "Suivre d'une autre instance", "remote_follow": "Suivre d'une autre instance",
"report": "Signalement", "report": "Signalement",
"roles": {
"admin": "Administrateur⋅ice",
"moderator": "Modérateur⋅ice"
},
"show_repeats": "Montrer les partages", "show_repeats": "Montrer les partages",
"statuses": "Statuts", "statuses": "Statuts",
"subscribe": "Abonner", "subscribe": "Abonner",

View file

@ -608,5 +608,259 @@
}, },
"who_to_follow": { "who_to_follow": {
"more": "Lebih banyak" "more": "Lebih banyak"
},
"tool_tip": {
"media_upload": "Unggah media",
"repeat": "Ulangi",
"reply": "Balas",
"favorite": "Favorit",
"add_reaction": "Tambahkan Reaksi",
"user_settings": "Pengaturan Pengguna"
},
"upload": {
"error": {
"base": "Pengunggahan gagal.",
"message": "Pengunggahan gagal: {0}",
"file_too_big": "Berkas terlalu besar [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
"default": "Coba lagi nanti"
},
"file_size_units": {
"B": "B",
"KiB": "KiB",
"MiB": "MiB",
"GiB": "GiB",
"TiB": "TiB"
}
},
"search": {
"people": "Orang",
"hashtags": "Tagar",
"person_talking": "{count} orang berbicara",
"people_talking": "{count} orang berbicara",
"no_results": "Tidak ada hasil"
},
"password_reset": {
"forgot_password": "Lupa kata sandi?",
"placeholder": "Surel atau nama pengguna Anda",
"return_home": "Kembali ke halaman beranda",
"too_many_requests": "Anda telah mencapai batas percobaan, coba lagi nanti.",
"instruction": "Masukkan surel atau nama pengguna Anda. Kami akan mengirimkan Anda tautan untuk mengatur ulang kata sandi.",
"password_reset": "Pengatur-ulangan kata sandi",
"password_reset_disabled": "Pengatur-ulangan kata sandi dinonaktifkan. Hubungi administrator instansi Anda.",
"password_reset_required": "Anda harus mengatur ulang kata sandi Anda untuk masuk.",
"password_reset_required_but_mailer_is_disabled": "Anda harus mengatur ulang kata sandi, tetapi pengatur-ulangan kata sandi dinonaktifkan. Silakan hubungi administrator instansi Anda."
},
"chats": {
"you": "Anda:",
"message_user": "Kirim Pesan ke {nickname}",
"delete": "Hapus",
"chats": "Obrolan",
"new": "Obrolan Baru",
"empty_message_error": "Tidak dapat memposting pesan yang kosong",
"more": "Lebih banyak",
"delete_confirm": "Apakah Anda benar-benar ingin menghapus pesan ini?",
"error_loading_chat": "Sesuatu yang salah terjadi ketika memuat obrolan.",
"error_sending_message": "Sesuatu yang salah terjadi ketika mengirim pesan.",
"empty_chat_list_placeholder": "Anda belum memiliki obrolan. Buat sbeuah obrolan baru!"
},
"file_type": {
"audio": "Audio",
"video": "Video",
"image": "Gambar",
"file": "Berkas"
},
"registration": {
"bio_placeholder": "contoh.\nHai, aku Lain.\nAku seorang putri anime yang tinggal di pinggiran kota Jepang. Kamu mungkin mengenal aku dari Wired.",
"validations": {
"password_confirmation_required": "tidak boleh kosong",
"password_required": "tidak boleh kosong",
"email_required": "tidak boleh kosong",
"fullname_required": "tidak boleh kosong",
"username_required": "tidak boleh kosong"
},
"register": "Daftar",
"fullname_placeholder": "contoh. Lain Iwakura",
"username_placeholder": "contoh. lain",
"new_captcha": "Klik gambarnya untuk mendapatkan captcha baru",
"captcha": "CAPTCHA",
"token": "Token undangan",
"password_confirm": "Konfirmasi kata sandi",
"email": "Surel",
"bio": "Bio",
"reason_placeholder": "Instansi ini menerima pendaftaran secara manual.\nBeritahu administrasinya mengapa Anda ingin mendaftar.",
"reason": "Alasan mendaftar",
"registration": "Pendaftaran"
},
"post_status": {
"preview_empty": "Kosong",
"default": "Baru saja mendarat di L.A.",
"content_warning": "Subyek (opsional)",
"content_type": {
"text/bbcode": "BBCode",
"text/markdown": "Markdown",
"text/html": "HTML",
"text/plain": "Teks biasa"
},
"media_description": "Keterangan media",
"attachments_sensitive": "Tandai lampiran sebagai sensitif",
"scope": {
"public": "Publik - posting ke linimasa publik",
"private": "Hanya-pengikut - posting hanya kepada pengikut",
"direct": "Langsung - posting hanya kepada pengguna yang disebut"
},
"preview": "Pratinjau",
"post": "Posting",
"posting": "Memposting",
"direct_warning_to_first_only": "Postingan ini akan terlihat oleh pengguna yang disebutkan di awal pesan.",
"direct_warning_to_all": "Postingan ini akan terlihat oleh pengguna yang disebutkan.",
"scope_notice": {
"private": "Postingan ini akan terlihat hanya oleh pengikut Anda",
"public": "Postingan ini akan terlihat oleh siapa saja"
},
"media_description_error": "Gagal memperbarui media, coba lagi",
"empty_status_error": "Tidak dapat memposting status kosong tanpa berkas",
"account_not_locked_warning_link": "terkunci",
"account_not_locked_warning": "Akun Anda tidak {0}. Siapapun dapat mengikuti Anda untuk melihat postingan hanya-pengikut Anda.",
"new_status": "Posting status baru"
},
"general": {
"apply": "Terapkan",
"flash_fail": "Gagal memuat konten flash, lihat console untuk keterangan.",
"flash_security": "Harap ingat ini dapat menjadi berbahaya karena konten Flash masih termasuk arbitrary code.",
"flash_content": "Klik untuk menampilkan konten Flash menggunakan Ruffle (Eksperimental, mungkin tidak bekerja).",
"role": {
"moderator": "Moderator",
"admin": "Admin"
},
"peek": "Intip",
"close": "Tutup",
"verify": "Verifikasi",
"confirm": "Konfirmasi",
"enable": "Aktifkan",
"disable": "Nonaktifkan",
"cancel": "Batal",
"show_less": "Tampilkan lebih sedikit",
"show_more": "Tampilkan lebih banyak",
"optional": "opsional",
"retry": "Coba lagi",
"error_retry": "Harap coba lagi",
"generic_error": "Terjadi kesalahan",
"loading": "Memuat…",
"more": "Lebih banyak",
"submit": "Kirim"
},
"remote_user_resolver": {
"error": "Tidak ditemukan."
},
"emoji": {
"load_all": "Memuat semua {emojiAmount} emoji",
"load_all_hint": "Memuat {saneAmount} emoji pertama, memuat semua emoji dapat menyebabkan masalah performa.",
"unicode": "Emoji unicode",
"add_emoji": "Sisipkan emoji",
"search_emoji": "Cari emoji",
"emoji": "Emoji",
"stickers": "Stiker",
"keep_open": "Tetap buka pemilih",
"custom": "Emoji kustom"
},
"polls": {
"expired": "Japat berakhir {0} yang lalu",
"expires_in": "Japat berakhir dalam {0}",
"expiry": "Usia japat",
"type": "Jenis japat",
"vote": "Pilih",
"votes_count": "{count} suara | {count} suara",
"people_voted_count": "{count} orang memilih | {count} orang memilih",
"votes": "suara",
"option": "Opsi",
"add_option": "Tambahkan opsi",
"add_poll": "Tambahkan japat",
"not_enough_options": "Terlalu sedikit opsi yang unik pada japat"
},
"nav": {
"preferences": "Preferensi",
"search": "Cari",
"user_search": "Pencarian Pengguna",
"home_timeline": "Linimasa beranda",
"timeline": "Linimasa",
"public_tl": "Linimasa publik",
"interactions": "Interaksi",
"mentions": "Sebutan",
"back": "Kembali",
"administration": "Administrasi",
"about": "Tentang",
"timelines": "Linimasa",
"chats": "Obrolan",
"dms": "Pesan langsung",
"friend_requests": "Ingin mengikuti"
},
"media_modal": {
"next": "Selanjutnya",
"previous": "Sebelum"
},
"login": {
"recovery_code": "Kode pemulihan",
"enter_recovery_code": "Masukkan kode pemulihan",
"authentication_code": "Kode otentikasi",
"hint": "Masuk untuk ikut berdiskusi",
"username": "Nama pengguna",
"register": "Daftar",
"placeholder": "contoh: lain",
"password": "Kata sandi",
"logout": "Keluar",
"description": "Masuk dengan OAuth",
"login": "Masuk",
"heading": {
"totp": "Otentikasi dua-faktor"
},
"enter_two_factor_code": "Masukkan kode dua-faktor"
},
"importer": {
"error": "Terjadi kesalahan ketika mnengimpor berkas ini.",
"success": "Berhasil mengimpor.",
"submit": "Kirim"
},
"image_cropper": {
"cancel": "Batal",
"save_without_cropping": "Simpan tanpa memotong",
"save": "Simpan",
"crop_picture": "Potong gambar"
},
"finder": {
"find_user": "Cari pengguna",
"error_fetching_user": "Terjadi kesalahan ketika memuat pengguna"
},
"features_panel": {
"title": "Fitur-fitur",
"text_limit": "Batas teks",
"gopher": "Gopher",
"pleroma_chat_messages": "Pleroma Obrolan",
"chat": "Obrolan",
"upload_limit": "Batas unggahan"
},
"exporter": {
"processing": "Memproses, Anda akan segera diminta untuk mengunduh berkas Anda",
"export": "Ekspor"
},
"domain_mute_card": {
"unmute": "Berhenti membisukan",
"mute_progress": "Membisukan…",
"mute": "Bisukan",
"unmute_progress": "Memberhentikan pembisuan…"
},
"display_date": {
"today": "Hari Ini"
},
"selectable_list": {
"select_all": "Pilih semua"
},
"interactions": {
"moves": "Pengguna yang bermigrasi",
"follows": "Pengikut baru",
"favs_repeats": "Ulangan dan favorit",
"load_older": "Muat interaksi yang lebih tua"
},
"errors": {
"storage_unavailable": "Pleroma tidak dapat mengakses penyimpanan browser. Login Anda atau pengaturan lokal Anda tidak akan tersimpan dan masalah yang tidak terduga dapat terjadi. Coba mengaktifkan kuki."
} }
} }

View file

@ -1,4 +1,640 @@
{ {
"general": {
"submit": "Invia",
"apply": "Applica",
"more": "Altro",
"generic_error": "Errore",
"optional": "facoltativo",
"show_more": "Mostra tutto",
"show_less": "Ripiega",
"dismiss": "Chiudi",
"cancel": "Annulla",
"disable": "Disabilita",
"enable": "Abilita",
"confirm": "Conferma",
"verify": "Verifica",
"peek": "Anteprima",
"close": "Chiudi",
"retry": "Riprova",
"error_retry": "Per favore, riprova",
"loading": "Carico…",
"role": {
"moderator": "Moderatore",
"admin": "Amministratore"
},
"flash_fail": "Contenuto Flash non caricato, vedi console del browser.",
"flash_content": "Mostra contenuto Flash tramite Ruffle (funzione in prova).",
"flash_security": "Può essere pericoloso perché i contenuti in Flash sono eseguibili."
},
"nav": {
"mentions": "Menzioni",
"public_tl": "Sequenza pubblica",
"timeline": "Sequenza personale",
"twkn": "Sequenza federale",
"chat": "Chat della stanza",
"friend_requests": "Vogliono seguirti",
"about": "Informazioni",
"administration": "Amministrazione",
"back": "Indietro",
"interactions": "Interazioni",
"dms": "Messaggi privati",
"user_search": "Ricerca utenti",
"search": "Ricerca",
"who_to_follow": "Chi seguire",
"preferences": "Preferenze",
"bookmarks": "Segnalibri",
"chats": "Conversazioni",
"timelines": "Sequenze",
"home_timeline": "Sequenza personale"
},
"notifications": {
"followed_you": "ti segue",
"notifications": "Notifiche",
"read": "Letto!",
"broken_favorite": "Stato sconosciuto, lo sto cercando…",
"favorited_you": "ha gradito",
"load_older": "Carica notifiche precedenti",
"repeated_you": "ha condiviso il tuo messaggio",
"follow_request": "vuole seguirti",
"no_more_notifications": "Fine delle notifiche",
"migrated_to": "è migrato verso",
"reacted_with": "ha reagito con {0}",
"error": "Errore nel caricare le notifiche: {0}"
},
"settings": {
"attachments": "Allegati",
"avatar": "Icona utente",
"bio": "Introduzione",
"current_avatar": "La tua icona attuale",
"current_profile_banner": "Il tuo stendardo attuale",
"filtering": "Filtri",
"filtering_explanation": "Tutti i messaggi contenenti queste parole saranno silenziati, una per riga",
"hide_attachments_in_convo": "Nascondi gli allegati presenti nelle conversazioni",
"hide_attachments_in_tl": "Nascondi gli allegati presenti nelle sequenze",
"name": "Nome",
"name_bio": "Nome ed introduzione",
"nsfw_clickthrough": "Fai click per visualizzare gli allegati offuscati",
"profile_background": "Sfondo del tuo profilo",
"profile_banner": "Gonfalone del tuo profilo",
"set_new_avatar": "Scegli una nuova icona",
"set_new_profile_background": "Scegli un nuovo sfondo",
"set_new_profile_banner": "Scegli un nuovo gonfalone",
"settings": "Impostazioni",
"theme": "Tema",
"user_settings": "Impostazioni Utente",
"attachmentRadius": "Allegati",
"avatarAltRadius": "Icone utente (Notifiche)",
"avatarRadius": "Icone utente",
"background": "Sfondo",
"btnRadius": "Pulsanti",
"cBlue": "Blu (rispondi, segui)",
"cGreen": "Verde (ripeti)",
"cOrange": "Arancione (gradisci)",
"cRed": "Rosso (annulla)",
"change_password": "Cambia password",
"change_password_error": "C'è stato un problema durante il cambiamento della password.",
"changed_password": "Password cambiata correttamente!",
"collapse_subject": "Ripiega messaggi con oggetto",
"confirm_new_password": "Conferma la nuova password",
"current_password": "La tua password attuale",
"data_import_export_tab": "Importa o esporta dati",
"default_vis": "Visibilità predefinita dei messaggi",
"delete_account": "Elimina profilo",
"delete_account_description": "Elimina definitivamente i tuoi dati e disattiva il tuo profilo.",
"delete_account_error": "C'è stato un problema durante l'eliminazione del tuo profilo. Se il problema persiste contatta l'amministratore della tua stanza.",
"delete_account_instructions": "Digita la tua password nel campo sottostante per eliminare il tuo profilo.",
"export_theme": "Salva impostazioni",
"follow_export": "Esporta la lista di chi segui",
"follow_export_button": "Esporta la lista di chi segui in un file CSV",
"follow_export_processing": "Sto elaborando, presto ti sarà chiesto di scaricare il tuo file",
"follow_import": "Importa la lista di chi segui",
"follow_import_error": "Errore nell'importazione della lista di chi segui",
"follows_imported": "Importazione riuscita! L'elaborazione richiederà un po' di tempo.",
"foreground": "Primo piano",
"general": "Generale",
"hide_post_stats": "Nascondi statistiche dei messaggi (es. il numero di preferenze)",
"hide_user_stats": "Nascondi statistiche dell'utente (es. il numero di seguaci)",
"import_followers_from_a_csv_file": "Importa una lista di chi segui da un file CSV",
"import_theme": "Carica impostazioni",
"inputRadius": "Campi di testo",
"instance_default": "(predefinito: {value})",
"interfaceLanguage": "Lingua dell'interfaccia",
"invalid_theme_imported": "Il file selezionato non è un tema supportato da Pleroma. Il tuo tema non è stato modificato.",
"limited_availability": "Non disponibile nel tuo browser",
"links": "Collegamenti",
"lock_account_description": "Vaglia manualmente i nuovi seguaci",
"loop_video": "Riproduci video in ciclo continuo",
"loop_video_silent_only": "Riproduci solo video muti in ciclo continuo (es. le \"gif\" di Mastodon)",
"new_password": "Nuova password",
"notification_visibility": "Tipi di notifiche da mostrare",
"notification_visibility_follows": "Nuovi seguaci",
"notification_visibility_likes": "Preferiti",
"notification_visibility_mentions": "Menzioni",
"notification_visibility_repeats": "Condivisioni",
"no_rich_text_description": "Togli la formattazione del testo da tutti i messaggi",
"oauth_tokens": "Token OAuth",
"token": "Token",
"refresh_token": "Aggiorna token",
"valid_until": "Valido fino a",
"revoke_token": "Revoca",
"panelRadius": "Pannelli",
"pause_on_unfocused": "Interrompi l'aggiornamento continuo mentre la scheda è in secondo piano",
"presets": "Valori predefiniti",
"profile_tab": "Profilo",
"radii_help": "Imposta il raggio degli angoli (in pixel)",
"replies_in_timeline": "Risposte nelle sequenze",
"reply_visibility_all": "Mostra tutte le risposte",
"reply_visibility_following": "Mostra solo le risposte rivolte a me o agli utenti che seguo",
"reply_visibility_self": "Mostra solo risposte rivolte a me",
"saving_err": "Errore nel salvataggio delle impostazioni",
"saving_ok": "Impostazioni salvate",
"security_tab": "Sicurezza",
"stop_gifs": "Riproduci GIF al passaggio del cursore",
"streaming": "Mostra automaticamente i nuovi messaggi quando sei in cima alla pagina",
"text": "Testo",
"theme_help": "Usa colori esadecimali (#rrggbb) per personalizzare il tuo schema di colori.",
"tooltipRadius": "Suggerimenti/avvisi",
"values": {
"false": "no",
"true": "sì"
},
"avatar_size_instruction": "La taglia minima per l'icona personale è 150x150 pixel.",
"domain_mutes": "Domini",
"discoverable": "Permetti la scoperta di questo profilo a servizi di ricerca ed altro",
"composing": "Composizione",
"changed_email": "Email cambiata con successo!",
"change_email_error": "C'è stato un problema nel cambiare la tua email.",
"change_email": "Cambia email",
"blocks_tab": "Bloccati",
"blocks_imported": "Blocchi importati! Saranno elaborati a breve.",
"block_import_error": "Errore nell'importazione",
"block_import": "Importa blocchi",
"block_export_button": "Esporta i tuoi blocchi in un file CSV",
"block_export": "Esporta blocchi",
"allow_following_move": "Consenti l'iscrizione automatica ai profili traslocati",
"mfa": {
"verify": {
"desc": "Per abilitare l'autenticazione bifattoriale, inserisci il codice fornito dalla tua applicazione:"
},
"scan": {
"secret_code": "Codice",
"desc": "Con la tua applicazione bifattoriale, acquisisci il QR o inserisci il codice:",
"title": "Acquisisci"
},
"authentication_methods": "Metodi di accesso",
"recovery_codes_warning": "Metti i codici al sicuro, perché non potrai più visualizzarli. Se perderai l'accesso sia alla tua applicazione bifattoriale che ai codici di recupero non potrai più accedere al tuo profilo.",
"waiting_a_recovery_codes": "Ricevo codici di recupero…",
"recovery_codes": "Codici di recupero.",
"warning_of_generate_new_codes": "Alla generazione di nuovi codici di recupero, quelli vecchi saranno disattivati.",
"generate_new_recovery_codes": "Genera nuovi codici di recupero",
"title": "Accesso bifattoriale",
"confirm_and_enable": "Conferma ed abilita OTP",
"wait_pre_setup_otp": "preimposto OTP",
"setup_otp": "Imposta OTP",
"otp": "OTP"
},
"enter_current_password_to_confirm": "Inserisci la tua password per identificarti",
"security": "Sicurezza",
"app_name": "Nome applicazione",
"style": {
"switcher": {
"help": {
"older_version_imported": "Il tema importato è stato creato per una versione precedente dell'interfaccia.",
"future_version_imported": "Il tema importato è stato creato per una versione più recente dell'interfaccia.",
"v2_imported": "Il tema importato è stato creato per una vecchia interfaccia. Non tutto potrebbe essere come inteso.",
"upgraded_from_v2": "L'interfaccia è stata aggiornata, il tema potrebbe essere diverso da come lo ricordi.",
"migration_snapshot_ok": "Ho caricato l'anteprima del tema. Puoi provare a caricarne i contenuti.",
"fe_downgraded": "L'interfaccia è stata portata ad una versione precedente.",
"fe_upgraded": "Lo schema dei temi è stato aggiornato insieme all'interfaccia.",
"snapshot_missing": "Il tema non è provvisto di anteprima, quindi potrebbe essere diverso da come appare.",
"snapshot_present": "Tutti i valori sono sostituiti dall'anteprima del tema. Puoi invece caricare i suoi contenuti.",
"snapshot_source_mismatch": "Conflitto di versione: probabilmente l'interfaccia è stata portata indietro e poi aggiornata di nuovo. Se hai modificato il tema con una vecchia versione usa il tema precedente, altrimenti puoi usare il nuovo.",
"migration_napshot_gone": "Anteprima del tema non trovata, non tutto potrebbe essere come ricordi."
},
"use_source": "Nuova versione",
"use_snapshot": "Versione precedente",
"keep_as_is": "Mantieni tal quale",
"load_theme": "Carica tema",
"clear_opacity": "Rimuovi opacità",
"clear_all": "Azzera tutto",
"reset": "Reimposta",
"save_load_hint": "Le opzioni \"mantieni\" conservano le impostazioni correnti quando selezioni o carichi un tema, e le salvano quando ne esporti uno. Quando nessuna casella è selezionata, tutte le impostazioni correnti saranno salvate nel tema.",
"keep_fonts": "Mantieni font",
"keep_roundness": "Mantieni vertici",
"keep_opacity": "Mantieni opacità",
"keep_shadows": "Mantieni ombre",
"keep_color": "Mantieni colori"
},
"common": {
"opacity": "Opacità",
"color": "Colore",
"contrast": {
"context": {
"text": "per il testo",
"18pt": "per il testo oltre 17pt"
},
"level": {
"bad": "non soddisfa le linee guida di alcun livello",
"aaa": "soddisfa le linee guida di livello AAA (ottimo)",
"aa": "soddisfa le linee guida di livello AA (sufficiente)"
},
"hint": "Il rapporto di contrasto è {ratio}, e {level} {context}"
}
},
"advanced_colors": {
"badge": "Sfondo medaglie",
"post": "Messaggi / Biografie",
"alert_neutral": "Neutro",
"alert_warning": "Attenzione",
"alert_error": "Errore",
"alert": "Sfondo degli avvertimenti",
"_tab_label": "Avanzate",
"tabs": "Etichette",
"disabled": "Disabilitato",
"selectedMenu": "Voce menù selezionata",
"selectedPost": "Messaggio selezionato",
"pressed": "Premuto",
"highlight": "Elementi in risalto",
"icons": "Icone",
"poll": "Grafico sondaggi",
"underlay": "Sottostante",
"faint_text": "Testo sbiadito",
"inputs": "Campi d'immissione",
"buttons": "Pulsanti",
"borders": "Bordi",
"top_bar": "Barra superiore",
"panel_header": "Titolo pannello",
"badge_notification": "Notifica",
"popover": "Suggerimenti, menù, sbalzi",
"toggled": "Scambiato",
"chat": {
"border": "Bordo",
"outgoing": "Inviati",
"incoming": "Ricevuti"
},
"wallpaper": "Sfondo"
},
"common_colors": {
"rgbo": "Icone, accenti, medaglie",
"foreground_hint": "Seleziona l'etichetta \"Avanzate\" per controlli più fini",
"main": "Colori comuni",
"_tab_label": "Comuni"
},
"shadows": {
"inset": "Includi",
"spread": "Spandi",
"blur": "Sfoca",
"shadow_id": "Ombra numero {value}",
"override": "Sostituisci",
"component": "Componente",
"_tab_label": "Luci ed ombre",
"components": {
"avatarStatus": "Icona utente (vista messaggio)",
"avatar": "Icona utente (vista profilo)",
"topBar": "Barra superiore",
"panelHeader": "Intestazione pannello",
"panel": "Pannello",
"input": "Campo d'immissione",
"buttonPressedHover": "Pulsante (puntato e premuto)",
"buttonPressed": "Pulsante (premuto)",
"buttonHover": "Pulsante (puntato)",
"button": "Pulsante",
"popup": "Sbalzi e suggerimenti"
},
"filter_hint": {
"inset_classic": "Le ombre incluse usano {0}",
"spread_zero": "Lo spandimento maggiore di zero si azzera sulle ombre",
"avatar_inset": "Tieni presente che combinare ombre (sia incluse che non) sulle icone utente potrebbe dare risultati strani con quelle trasparenti.",
"drop_shadow_syntax": "{0} non supporta il parametro {1} né la keyword {2}.",
"always_drop_shadow": "Attenzione: quest'ombra usa sempre {0} se il tuo browser lo supporta."
},
"hintV3": "Per le ombre puoi anche usare la sintassi {0} per sfruttare il secondo colore."
},
"radii": {
"_tab_label": "Raggio"
},
"fonts": {
"_tab_label": "Font",
"custom": "Personalizzato",
"weight": "Grassettatura",
"size": "Dimensione in pixel",
"family": "Nome font",
"components": {
"postCode": "Font a spaziatura fissa incluso in un messaggio",
"post": "Testo del messaggio",
"input": "Campi d'immissione",
"interface": "Interfaccia"
},
"help": "Seleziona il font da usare per gli elementi dell'interfaccia. Se scegli \"personalizzato\" devi inserire il suo nome di sistema."
},
"preview": {
"link": "un bel collegamentino",
"checkbox": "Ho dato uno sguardo a termini e condizioni",
"header_faint": "Tutto bene",
"fine_print": "Leggi il nostro {0} per imparare un bel niente!",
"faint_link": "utilissimo manuale",
"input": "Sono appena atterrato a Fiumicino.",
"mono": "contenuto",
"text": "Altro {0} e {1}",
"content": "Contenuto",
"button": "Pulsante",
"error": "Errore d'esempio",
"header": "Anteprima"
}
},
"enable_web_push_notifications": "Abilita notifiche web push",
"fun": "Divertimento",
"notification_mutes": "Per non ricevere notifiche da uno specifico utente, silenzialo.",
"notification_setting_privacy_option": "Nascondi mittente e contenuti delle notifiche push",
"notification_setting_privacy": "Privacy",
"notification_setting_filters": "Filtri",
"notifications": "Notifiche",
"greentext": "Frecce da meme",
"upload_a_photo": "Carica un'immagine",
"type_domains_to_mute": "Cerca domini da silenziare",
"theme_help_v2_2": "Le icone vicino alcuni elementi sono indicatori del contrasto fra testo e sfondo, passaci sopra col puntatore per ulteriori informazioni. Se usani trasparenze, questi indicatori mostrano il peggior caso possibile.",
"theme_help_v2_1": "Puoi anche forzare colore ed opacità di alcuni elementi selezionando la casella. Usa il pulsante \"Azzera\" per azzerare tutte le forzature.",
"useStreamingApiWarning": "(Sconsigliato, sperimentale, può saltare messaggi)",
"useStreamingApi": "Ricevi messaggi e notifiche in tempo reale",
"user_mutes": "Utenti",
"post_status_content_type": "Tipo di contenuto dei messaggi",
"subject_line_noop": "Non copiare",
"subject_line_mastodon": "Come in Mastodon: copia tal quale",
"subject_line_email": "Come nelle email: \"re: oggetto\"",
"subject_line_behavior": "Copia oggetto quando rispondi",
"subject_input_always_show": "Mostra sempre il campo Oggetto",
"minimal_scopes_mode": "Riduci opzioni di visibilità",
"scope_copy": "Risposte ereditano la visibilità (messaggi privati lo fanno sempre)",
"search_user_to_mute": "Cerca utente da silenziare",
"search_user_to_block": "Cerca utente da bloccare",
"autohide_floating_post_button": "Nascondi automaticamente il pulsante di composizione (mobile)",
"show_moderator_badge": "Mostra l'insegna di moderatore sul mio profilo",
"show_admin_badge": "Mostra l'insegna di amministratore sul mio profilo",
"hide_followers_count_description": "Non mostrare quanti seguaci ho",
"hide_follows_count_description": "Non mostrare quanti utenti seguo",
"hide_followers_description": "Non mostrare i miei seguaci",
"hide_follows_description": "Non mostrare chi seguo",
"no_mutes": "Nessun utente silenziato",
"no_blocks": "Nessun utente bloccato",
"notification_visibility_emoji_reactions": "Reazioni",
"notification_visibility_moves": "Migrazioni utenti",
"new_email": "Nuova email",
"use_contain_fit": "Non ritagliare le anteprime degli allegati",
"play_videos_in_modal": "Riproduci video in un riquadro a sbalzo",
"mutes_tab": "Silenziati",
"interface": "Interfaccia",
"instance_default_simple": "(predefinito)",
"checkboxRadius": "Caselle di selezione",
"import_blocks_from_a_csv_file": "Importa blocchi da un file CSV",
"hide_filtered_statuses": "Nascondi messaggi filtrati",
"use_one_click_nsfw": "Apri media offuscati con un solo click",
"preload_images": "Precarica immagini",
"hide_isp": "Nascondi pannello della stanza",
"max_thumbnails": "Numero massimo di anteprime per messaggio",
"hide_muted_posts": "Nascondi messaggi degli utenti silenziati",
"accent": "Accento",
"emoji_reactions_on_timeline": "Mostra reazioni nelle sequenze",
"pad_emoji": "Affianca spazi agli emoji inseriti tramite selettore",
"notification_blocks": "Bloccando un utente non riceverai più le sue notifiche né lo seguirai più.",
"mutes_and_blocks": "Silenziati e bloccati",
"profile_fields": {
"value": "Contenuto",
"name": "Descrizione",
"add_field": "Aggiungi campo",
"label": "Metadati profilo"
},
"bot": "Questo è un robot",
"version": {
"frontend_version": "Versione interfaccia",
"backend_version": "Versione backend",
"title": "Versione"
},
"reset_avatar": "Azzera icona",
"reset_profile_background": "Azzera sfondo",
"reset_profile_banner": "Azzera gonfalone",
"reset_avatar_confirm": "Vuoi veramente azzerare l'icona?",
"reset_banner_confirm": "Vuoi veramente azzerare il gonfalone?",
"reset_background_confirm": "Vuoi veramente azzerare lo sfondo?",
"chatMessageRadius": "Messaggi istantanei",
"notification_setting_hide_notification_contents": "Nascondi mittente e contenuti delle notifiche push",
"notification_setting_block_from_strangers": "Blocca notifiche da utenti che non segui",
"virtual_scrolling": "Velocizza l'elaborazione delle sequenze",
"import_mutes_from_a_csv_file": "Importa silenziati da un file CSV",
"mutes_imported": "Silenziati importati! Elaborazione in corso.",
"mute_import_error": "Errore nell'importazione",
"mute_import": "Carica silenziati",
"mute_export_button": "Esporta i silenziati in un file CSV",
"mute_export": "Esporta silenziati",
"hide_wallpaper": "Nascondi sfondo della stanza",
"setting_changed": "Valore personalizzato",
"more_settings": "Altre impostazioni",
"sensitive_by_default": "Tutti i miei messaggi sono scabrosi",
"reply_visibility_self_short": "Vedi solo risposte a te",
"reply_visibility_following_short": "Vedi risposte a messaggi di altri",
"hide_all_muted_posts": "Nascondi messaggi silenziati",
"hide_media_previews": "Nascondi anteprime",
"word_filter": "Parole filtrate",
"save": "Salva modifiche",
"file_export_import": {
"errors": {
"file_slightly_new": "Versione minore diversa, qualcosa potrebbe non combaciare.",
"file_too_old": "Versione troppo vecchia: {fileMajor}. Questa versione dell'interfaccia ({feMajor}) non supporta il file.",
"file_too_new": "Versione troppo recente: {fileMajor}. Questa versione dell'interfaccia ({feMajor}) non supporta il file.",
"invalid_file": "Il file selezionato non è un archivio supportato. Nessuna modifica è stata apportata."
},
"restore_settings": "Carica impostazioni sul server",
"backup_settings_theme": "Archivia impostazioni e tema localmente",
"backup_settings": "Archivia impostazioni localmente",
"backup_restore": "Archiviazione impostazioni"
},
"right_sidebar": "Mostra barra laterale a destra",
"hide_shoutbox": "Nascondi muro dei graffiti",
"mentions_new_style": "Menzioni abbreviate",
"mentions_new_place": "Segrega le menzioni",
"always_show_post_button": "Non nascondere il pulsante di composizione"
},
"timeline": {
"error_fetching": "Errore nell'aggiornamento",
"load_older": "Carica messaggi precedenti",
"show_new": "Mostra nuovi",
"up_to_date": "Aggiornato",
"collapse": "Ripiega",
"conversation": "Conversazione",
"no_retweet_hint": "Il messaggio è diretto o solo per seguaci e non può essere condiviso",
"repeated": "ha condiviso",
"no_statuses": "Nessun messaggio",
"no_more_statuses": "Fine dei messaggi",
"reload": "Ricarica",
"error": "Errore nel caricare la sequenza: {0}",
"socket_broke": "Connessione tempo reale interrotta: codice {0}",
"socket_reconnected": "Connesso in tempo reale"
},
"user_card": {
"follow": "Segui",
"followees": "Segue",
"followers": "Seguaci",
"following": "Seguìto!",
"follows_you": "Ti segue!",
"mute": "Silenzia",
"muted": "Silenziato",
"per_day": "al giorno",
"statuses": "Messaggi",
"approve": "Approva",
"block": "Blocca",
"blocked": "Bloccato!",
"deny": "Nega",
"remote_follow": "Segui da remoto",
"admin_menu": {
"delete_user": "Elimina utente",
"quarantine": "I messaggi non arriveranno alle altre stanze",
"disable_any_subscription": "Rendi utente non seguibile",
"disable_remote_subscription": "Blocca i tentativi di seguirlo da altre stanze",
"sandbox": "Rendi tutti i messaggi solo per seguaci",
"force_unlisted": "Nascondi tutti i messaggi",
"strip_media": "Rimuovi ogni allegato ai messaggi",
"force_nsfw": "Oscura tutti i messaggi",
"delete_account": "Elimina profilo",
"deactivate_account": "Disattiva profilo",
"activate_account": "Attiva profilo",
"revoke_moderator": "Divesti Moderatore",
"grant_moderator": "Crea Moderatore",
"revoke_admin": "Divesti Amministratore",
"grant_admin": "Crea Amministratore",
"moderation": "Moderazione"
},
"show_repeats": "Mostra condivisioni",
"hide_repeats": "Nascondi condivisioni",
"mute_progress": "Silenzio…",
"unmute_progress": "Riabilito…",
"unmute": "Riabilita",
"block_progress": "Blocco…",
"unblock_progress": "Sblocco…",
"unblock": "Sblocca",
"unsubscribe": "Disdici",
"subscribe": "Abbònati",
"report": "Segnala",
"mention": "Menziona",
"media": "Media",
"its_you": "Sei tu!",
"hidden": "Nascosto",
"follow_unfollow": "Disconosci",
"follow_progress": "Richiedo…",
"follow_sent": "Richiesta inviata!",
"favorites": "Preferiti",
"message": "Contatta",
"bot": "Bot",
"highlight": {
"side": "Nastro a lato",
"striped": "A righe",
"solid": "Un colore",
"disabled": "Nessun risalto"
},
"edit_profile": "Modifica profilo"
},
"chat": {
"title": "Chat"
},
"features_panel": {
"chat": "Chat",
"gopher": "Gopher",
"media_proxy": "Proxy allegati",
"scope_options": "Opzioni visibilità",
"text_limit": "Lunghezza massima",
"title": "Caratteristiche",
"who_to_follow": "Chi seguire",
"pleroma_chat_messages": "Chiacchiere",
"upload_limit": "Limite allegati"
},
"finder": {
"error_fetching_user": "Errore nel recupero dell'utente",
"find_user": "Cerca utente"
},
"login": {
"login": "Accedi",
"logout": "Disconnettiti",
"password": "Password",
"placeholder": "es. Lupo Lucio",
"register": "Registrati",
"username": "Nome utente",
"description": "Accedi con OAuth",
"hint": "Accedi per conversare",
"authentication_code": "Codice di autenticazione",
"enter_recovery_code": "Inserisci un codice di recupero",
"enter_two_factor_code": "Inserisci un codice 2FA",
"recovery_code": "Codice di recupero",
"heading": {
"totp": "Autenticazione 2FA",
"recovery": "Recupero 2FA"
}
},
"post_status": {
"account_not_locked_warning": "Il tuo profilo non è {0}. Chiunque può seguirti e vedere i tuoi messaggi per seguaci.",
"account_not_locked_warning_link": "protetto",
"attachments_sensitive": "Nascondi gli allegati",
"content_type": {
"text/plain": "Testo normale",
"text/bbcode": "BBCode",
"text/markdown": "Markdown",
"text/html": "HTML"
},
"content_warning": "Oggetto (facoltativo)",
"default": "Sono appena atterrato a Città Laggiù.",
"direct_warning": "Questo post sarà visibile solo dagli utenti menzionati.",
"posting": "Sto pubblicando",
"scope": {
"direct": "Diretto - Visibile solo agli utenti menzionati",
"private": "Solo per seguaci - Visibile solo dai tuoi seguaci",
"public": "Pubblico - Visibile sulla sequenza pubblica",
"unlisted": "Nascosto - Non visibile sulla sequenza pubblica"
},
"scope_notice": {
"unlisted": "Questo messaggio non sarà visibile sulla sequenza locale né su quella pubblica",
"private": "Questo messaggio sarà visibile solo ai tuoi seguaci",
"public": "Questo messaggio sarà visibile a tutti"
},
"direct_warning_to_first_only": "Questo messaggio sarà visibile solo agli utenti menzionati in testa.",
"direct_warning_to_all": "Questo messaggio sarà visibile a tutti i menzionati.",
"new_status": "Nuovo messaggio",
"empty_status_error": "Aggiungi del testo o degli allegati",
"preview_empty": "Vuoto",
"preview": "Anteprima",
"media_description_error": "Allegati non caricati, riprova",
"media_description": "Descrizione allegati",
"post": "Pubblica"
},
"registration": {
"bio": "Introduzione",
"email": "Email",
"fullname": "Nome visualizzato",
"password_confirm": "Conferma password",
"registration": "Registrazione",
"token": "Codice d'invito",
"validations": {
"password_confirmation_match": "dovrebbe essere uguale alla password",
"password_confirmation_required": "non può essere vuoto",
"password_required": "non può essere vuoto",
"email_required": "non può essere vuoto",
"fullname_required": "non può essere vuoto",
"username_required": "non può essere vuoto"
},
"bio_placeholder": "es.\nCiao, sono Lupo Lucio.\nSono un lupo fantastico che vive nel Fantabosco. Forse mi hai visto alla Melevisione.",
"fullname_placeholder": "es. Lupo Lucio",
"username_placeholder": "es. mister_wolf",
"new_captcha": "Clicca il captcha per averne uno nuovo",
"captcha": "CAPTCHA",
"reason_placeholder": "L'amministratore esamina ciascuna richiesta.\nFornisci il motivo della tua iscrizione.",
"reason": "Motivo dell'iscrizione",
"register": "Registrati"
},
"user_profile": {
"timeline_title": "Sequenza dell'utente",
"profile_loading_error": "Spiacente, c'è stato un errore nel caricamento del profilo.",
"profile_does_not_exist": "Spiacente, questo profilo non esiste."
},
"who_to_follow": {
"more": "Altro",
"who_to_follow": "Chi seguire"
},
"about": { "about": {
"mrf": { "mrf": {
"federation": "Federazione", "federation": "Federazione",

View file

@ -96,18 +96,15 @@
"processing": "処理中です。処理が完了すると、ファイルをダウンロードするよう指示があります" "processing": "処理中です。処理が完了すると、ファイルをダウンロードするよう指示があります"
}, },
"features_panel": { "features_panel": {
"chat": "チャット",
"gopher": "Gopher",
"media_proxy": "メディアプロクシ", "media_proxy": "メディアプロクシ",
"scope_options": "公開範囲選択", "scope_options": "公開範囲選択",
"text_limit": "文字の数", "text_limit": "文字の数",
"title": "有効な機能", "title": "有効な機能",
"who_to_follow": "おすすめユーザー",
"upload_limit": "ファイルサイズの上限", "upload_limit": "ファイルサイズの上限",
"who_to_follow": "おすすめユーザー" "pleroma_chat_messages": "Pleroma チャット"
},
"file_type": {
"audio": "オーディオ",
"file": "ファイル",
"image": "画像",
"video": "ビデオ"
}, },
"finder": { "finder": {
"error_fetching_user": "ユーザー検索がエラーになりました", "error_fetching_user": "ユーザー検索がエラーになりました",
@ -1072,5 +1069,120 @@
"who_to_follow": { "who_to_follow": {
"more": "詳細", "more": "詳細",
"who_to_follow": "おすすめユーザー" "who_to_follow": "おすすめユーザー"
},
"tool_tip": {
"media_upload": "メディアをアップロード",
"repeat": "リピート",
"reply": "返信",
"favorite": "お気に入り",
"user_settings": "ユーザー設定",
"bookmark": "ブックマーク",
"reject_follow_request": "フォローリクエストを拒否",
"accept_follow_request": "フォローリクエストを許可",
"add_reaction": "リアクションを追加"
},
"upload": {
"error": {
"base": "アップロードに失敗しました。",
"file_too_big": "ファイルが大きすぎます [{filesize} {filesizeunit} / {allowedsize} {allowedsizeunit}]",
"default": "しばらくしてから試してください",
"message": "アップロードに失敗: {0}"
},
"file_size_units": {
"B": "B",
"KiB": "KiB",
"MiB": "MiB",
"GiB": "GiB",
"TiB": "TiB"
}
},
"search": {
"people": "人々",
"hashtags": "ハッシュタグ",
"person_talking": "{count} 人が話しています",
"people_talking": "{count} 人が話しています",
"no_results": "見つかりませんでした"
},
"password_reset": {
"forgot_password": "パスワードを忘れましたか?",
"password_reset": "パスワードリセット",
"instruction": "メールアドレスまたはユーザー名を入力してください。パスワードをリセットするためのリンクを送信します。",
"placeholder": "メールアドレスまたはユーザー名",
"check_email": "パスワードをリセットするためのリンクが記載されたメールが届いているか確認してください。",
"return_home": "ホームページに戻る",
"too_many_requests": "試行回数の制限に達しました。しばらく時間を置いてから再試行してください。",
"password_reset_disabled": "このインスタンスではパスワードリセットは無効になっています。インスタンスの管理者に連絡してください。",
"password_reset_required_but_mailer_is_disabled": "パスワードの初期化が必要ですが、初期化は使えません。インスタンスの管理者に連絡してください。",
"password_reset_required": "ログインするためにパスワードを初期化してください。"
},
"about": {
"mrf": {
"mrf_policies_desc": "MRFポリシーは、インスタンスの振る舞いを操作します。以下のポリシーが有効になっています:",
"federation": "連合",
"simple": {
"media_nsfw_desc": "このインスタンスでは、以下のインスタンスからの投稿に対して、メディアを閲覧注意に設定します:",
"media_nsfw": "メディアを閲覧注意に設定",
"media_removal_desc": "このインスタンスでは、以下のインスタンスからの投稿に対して、メディアを除去します:",
"media_removal": "メディア除去",
"ftl_removal": "「既知のネットワーク」タイムラインから除外",
"ftl_removal_desc": "このインスタンスでは、以下のインスタンスを「既知のネットワーク」タイムラインから除外します:",
"quarantine_desc": "このインスタンスでは、以下のインスタンスに対して公開投稿のみを送信します:",
"quarantine": "検疫",
"reject_desc": "このインスタンスでは、以下のインスタンスからのメッセージを受け付けません:",
"accept_desc": "このインスタンスでは、以下のインスタンスからのメッセージのみを受け付けます:",
"accept": "許可",
"simple_policies": "インスタンス固有のポリシー",
"reject": "拒否",
"instance": "インスタンス"
},
"mrf_policies": "有効なMRFポリシー",
"keyword": {
"replace": "置き換え",
"ftl_removal": "「接続しているすべてのネットワーク」タイムラインから除外",
"keyword_policies": "キーワードポリシー",
"is_replaced_by": "→",
"reject": "拒否"
}
},
"staff": "スタッフ"
},
"display_date": {
"today": "今日"
},
"file_type": {
"file": "ファイル",
"image": "画像",
"video": "ビデオ",
"audio": "オーディオ"
},
"remote_user_resolver": {
"error": "見つかりませんでした。",
"searching_for": "検索中",
"remote_user_resolver": "リモートユーザーリゾルバ"
},
"errors": {
"storage_unavailable": "ブラウザのストレージに接続できなかったため、ログインや設定情報は保存されません。Cookieを有効にしてください。"
},
"shoutbox": {
"title": "Shoutbox"
},
"chats": {
"empty_chat_list_placeholder": "チャットはありません。新規チャットのボタンを押して始めましょう!",
"error_sending_message": "メッセージの送信に失敗しました。",
"error_loading_chat": "チャットの読み込みに失敗しました。",
"delete_confirm": "このメッセージを本当に消してもいいですか?",
"more": "もっと見る",
"empty_message_error": "メッセージを入力して下さい",
"new": "新規チャット",
"chats": "チャット一覧",
"delete": "削除",
"message_user": "{nickname} にメッセージ",
"you": "あなた:"
},
"domain_mute_card": {
"unmute_progress": "ミュート解除中…",
"unmute": "ミュート解除",
"mute_progress": "ミュート中…",
"mute": "ミュート"
} }
} }

View file

@ -48,12 +48,15 @@
"processing": "처리중입니다, 처리가 끝나면 파일을 다운로드하라는 지시가 있겠습니다" "processing": "처리중입니다, 처리가 끝나면 파일을 다운로드하라는 지시가 있겠습니다"
}, },
"features_panel": { "features_panel": {
"chat": "챗",
"gopher": "고퍼",
"media_proxy": "미디어 프록시", "media_proxy": "미디어 프록시",
"scope_options": "범위 옵션", "scope_options": "범위 옵션",
"text_limit": "텍스트 제한", "text_limit": "텍스트 제한",
"title": "기능", "title": "기능",
"who_to_follow": "팔로우 추천",
"upload_limit": "최대 파일용량", "upload_limit": "최대 파일용량",
"who_to_follow": "팔로우 추천" "pleroma_chat_messages": "Pleroma 채트"
}, },
"finder": { "finder": {
"error_fetching_user": "사용자 정보 불러오기 실패", "error_fetching_user": "사용자 정보 불러오기 실패",

View file

@ -1,11 +1,9 @@
{ {
"about": { "about": {
"bubble_instances": "Lokale Bubbel-instanties",
"bubble_instances_description": "Instanties die gekozen zijn door de beheerders om de lokale omgeving van deze instantie te representeren",
"mrf": { "mrf": {
"federation": "Federatie", "federation": "Federatie",
"keyword": { "keyword": {
"ftl_removal": "Verwijderen van \"Het Globale Netwerk\" Tijdlijn", "ftl_removal": "Verwijdering van \"Het Geheel Bekende Netwerk\" Tijdlijn",
"is_replaced_by": "→", "is_replaced_by": "→",
"keyword_policies": "Zoekwoordbeleid", "keyword_policies": "Zoekwoordbeleid",
"reject": "Afwijzen", "reject": "Afwijzen",
@ -16,45 +14,41 @@
"simple": { "simple": {
"accept": "Accepteren", "accept": "Accepteren",
"accept_desc": "Deze instantie accepteert alleen berichten van de volgende instanties:", "accept_desc": "Deze instantie accepteert alleen berichten van de volgende instanties:",
"ftl_removal": "Verwijderen van \"Globale Netwerk\" Tijdlijn", "ftl_removal": "Verwijderen van \"Bekende Netwerk\" Tijdlijn",
"ftl_removal_desc": "Deze instantie verwijdert de volgende instanties van \"Globale Netwerk\" tijdlijn:", "ftl_removal_desc": "Deze instantie verwijdert de volgende instanties van \"Bekende Netwerk\" tijdlijn:",
"instance": "Instantie", "instance": "Instantie",
"media_nsfw": "Media als gevoelig markeren", "media_nsfw": "Forceer media als gevoelig",
"media_nsfw_desc": "Deze instantie markeert media als gevoelig in berichten van de volgende instanties:", "media_nsfw_desc": "Deze instantie stelt media in als gevoelig in berichten van de volgende instanties:",
"media_removal": "Verwijderen van media", "media_removal": "Mediaverwijdering",
"media_removal_desc": "Deze instantie verwijdert media van berichten van de volgende instanties:", "media_removal_desc": "Deze instantie verwijdert media van berichten van de volgende instanties:",
"not_applicable": "n.v.t.", "not_applicable": "n.v.t.",
"quarantine": "Quarantaine", "quarantine": "Quarantaine",
"quarantine_desc": "Deze instantie zal géén berichten sturen naar de volgende instanties:", "quarantine_desc": "Deze instantie zal géén berichten sturen naar de volgende instanties:",
"reason": "Reden", "reason": "Reden",
"reject": "Afwijzen", "reject": "Afwijzen",
"reject_desc": "Deze instantie zal géén berichten accepteren van de volgende instanties:", "reject_desc": "Deze instantie zal geen berichten accepteren van de volgende instanties:",
"simple_policies": "Instantie-specifieke regels" "simple_policies": "Instantiespecifieke regels"
} }
}, },
"staff": "Personeel" "staff": "Personeel"
}, },
"announcements": { "announcements": {
"all_day_prompt": "Deze gebeurtenis duurt de hele dag",
"cancel_edit_action": "Annuleren", "cancel_edit_action": "Annuleren",
"close_error": "Sluiten", "close_error": "Sluiten",
"delete_action": "Verwijderen", "delete_action": "Verwijderen",
"edit_action": "Wijzigen", "edit_action": "Wijzigen",
"end_time_display": "Eindigt op {time}",
"end_time_prompt": "Eindtijd: ",
"inactive_message": "Deze aankondiging is inactief",
"mark_as_read_action": "Als gelezen markeren", "mark_as_read_action": "Als gelezen markeren",
"page_header": "Aankondigingen", "page_header": "Aankondigingen",
"post_action": "Plaatsen", "post_action": "Plaatsen",
"post_error": "Fout: {error}", "post_error": "Fout: {error}",
"post_form_header": "Aankondiging plaatsen", "post_form_header": "Aankondiging verzenden",
"post_placeholder": "Inhoud van de aankondiging", "post_placeholder": "Aankondiging inhoud",
"published_time_display": "Gepubliceerd op {time}",
"start_time_display": "Begint op {time}",
"start_time_prompt": "Begintijd: ",
"submit_edit_action": "Verzenden", "submit_edit_action": "Verzenden",
"title": "Aankondiging" "title": "Aankondiging"
}, },
"chat": {
"title": "Chat"
},
"chats": { "chats": {
"chats": "Chats", "chats": "Chats",
"delete": "Verwijderen", "delete": "Verwijderen",
@ -74,8 +68,8 @@
"domain_mute_card": { "domain_mute_card": {
"mute": "Negeren", "mute": "Negeren",
"mute_progress": "Negeren…", "mute_progress": "Negeren…",
"unmute": "Negeren opheffen", "unmute": "Negering opheffen",
"unmute_progress": "Negeren wordt opgeheven…" "unmute_progress": "Negering wordt opgeheven…"
}, },
"emoji": { "emoji": {
"add_emoji": "Emoji invoegen", "add_emoji": "Emoji invoegen",
@ -89,17 +83,20 @@
"unicode": "Unicode-emoji" "unicode": "Unicode-emoji"
}, },
"errors": { "errors": {
"storage_unavailable": "Pleroma kan de browseropslag niet benaderen. Je login of lokale instellingen worden niet opgeslagen en je kunt onverwachte problemen ondervinden. Probeer cookies te accepteren." "storage_unavailable": "Pleroma kon browseropslag niet benaderen. Je login of lokale instellingen worden niet opgeslagen en je kunt onverwachte problemen ondervinden. Probeer cookies te accepteren."
}, },
"exporter": { "exporter": {
"export": "Exporteren", "export": "Exporteren",
"processing": "Verwerken, er wordt zo gevraagd om je bestand te downloaden" "processing": "Verwerken, er wordt zo gevraagd om je bestand te downloaden"
}, },
"features_panel": { "features_panel": {
"chat": "Chat",
"gopher": "Gopher",
"media_proxy": "Mediaproxy", "media_proxy": "Mediaproxy",
"scope_options": "Zichtbaarheidsopties", "scope_options": "Zichtbaarheidsopties",
"shout": "Shoutbox",
"text_limit": "Tekstlimiet", "text_limit": "Tekstlimiet",
"title": "Functies", "title": "Kenmerken",
"upload_limit": "Upload limiet", "upload_limit": "Upload limiet",
"who_to_follow": "Wie te volgen" "who_to_follow": "Wie te volgen"
}, },
@ -122,9 +119,9 @@
"dismiss": "Opheffen", "dismiss": "Opheffen",
"enable": "Inschakelen", "enable": "Inschakelen",
"error_retry": "Probeer het opnieuw", "error_retry": "Probeer het opnieuw",
"flash_content": "Klik om Flash-content te laten zien met Ruffle (Experimenteel, werkt mogelijk niet).", "flash_content": "Klik om Flash content te laten zien met Ruffle (Experimenteel, werkt mogelijk niet).",
"flash_fail": "Laden van Flash-content is mislukt, zie console voor details.", "flash_fail": "Laden van flash content is mislukt, zie console voor details.",
"flash_security": "Let op: Flash-inhoud is niet gescreend en kan malware bevatten.", "flash_security": "Let op dat dit mogelijk gevaarlijk kan zijn gezien Flash content willekeurige code kan bevatten.",
"generic_error": "Er is een fout opgetreden", "generic_error": "Er is een fout opgetreden",
"loading": "Laden…", "loading": "Laden…",
"more": "Meer", "more": "Meer",
@ -136,11 +133,9 @@
"moderator": "Moderator" "moderator": "Moderator"
}, },
"scope_in_timeline": { "scope_in_timeline": {
"direct": "Privé", "direct": "Direct",
"local": "Lokaal - alleen jou instantie kan dit bericht lezen",
"private": "Alleen-volgers", "private": "Alleen-volgers",
"public": "Openbaar", "public": "Openbaar"
"unlisted": "Niet-openbaar"
}, },
"show_less": "Minder tonen", "show_less": "Minder tonen",
"show_more": "Meer tonen", "show_more": "Meer tonen",
@ -160,14 +155,11 @@
}, },
"interactions": { "interactions": {
"favs_repeats": "Herhalingen en favorieten", "favs_repeats": "Herhalingen en favorieten",
"follows": "Nieuwe volgs", "follows": "Nieuwe gevolgden",
"load_older": "Oudere interacties laden", "load_older": "Oudere interacties laden",
"moves": "Gebruikermigraties" "moves": "Gebruikermigraties"
}, },
"lists": { "lists": {
"create": "Aanmaken",
"delete": "Lijst verwijderen",
"following_only": "Beperken tot Volgen",
"lists": "Lijsten", "lists": "Lijsten",
"new": "Nieuwe Lijst", "new": "Nieuwe Lijst",
"save": "Wijzigingen opslaan", "save": "Wijzigingen opslaan",
@ -194,18 +186,18 @@
}, },
"media_modal": { "media_modal": {
"counter": "{current} / {total}", "counter": "{current} / {total}",
"hide": "Media venster sluiten",
"next": "Volgende", "next": "Volgende",
"previous": "Vorige" "previous": "Vorige"
}, },
"nav": { "nav": {
"about": "Over ons", "about": "Over",
"administration": "Beheer", "administration": "Beheer",
"announcements": "Aankondigingen", "announcements": "Aankondigingen",
"back": "Terug", "back": "Terug",
"bookmarks": "Bladwijzers", "bookmarks": "Bladwijzers",
"bubble_timeline": "Bubbel tijdlijn", "bubble_timeline": "Bubbel tijdlijn",
"bubble_timeline_description": "Berichten van nabije instanties, aangeraden door de beheerders", "bubble_timeline_description": "Berichten van nabije instanties, aangeraden door de beheerders",
"chat": "Lokale Chat",
"chats": "Chats", "chats": "Chats",
"dms": "Privéberichten", "dms": "Privéberichten",
"friend_requests": "Volgverzoeken", "friend_requests": "Volgverzoeken",
@ -220,56 +212,55 @@
"search": "Zoeken", "search": "Zoeken",
"timeline": "Tijdlijn", "timeline": "Tijdlijn",
"timelines": "Tijdlijnen", "timelines": "Tijdlijnen",
"twkn": "Globale Netwerk", "twkn": "Bekende Netwerk",
"twkn_timeline_description": "Berichten van het globale netwerk", "twkn_timeline_description": "Berichten van het gehele netwerk",
"user_search": "Gebruiker Zoeken", "user_search": "Gebruiker Zoeken",
"who_to_follow": "Wie te volgen" "who_to_follow": "Wie te volgen"
}, },
"notifications": { "notifications": {
"broken_favorite": "Onbekend bericht, aan het zoeken…", "broken_favorite": "Onbekende status, aan het zoeken…",
"error": "Fout bij ophalen van meldingen: {0}", "error": "Fout bij ophalen van meldingen: {0}",
"favorited_you": "vond je bericht leuk", "favorited_you": "vond je status leuk",
"follow_request": "wil je volgen", "follow_request": "wil je volgen",
"followed_you": "volgt jou", "followed_you": "volgt jou",
"load_older": "Oudere meldingen laden", "load_older": "Oudere meldingen laden",
"migrated_to": "is gemigreerd naar", "migrated_to": "is gemigreerd naar",
"no_more_notifications": "Geen meldingen meer", "no_more_notifications": "Geen meldingen meer",
"notifications": "Meldingen", "notifications": "Meldingen",
"poll_ended": "peiling is beëindigd",
"reacted_with": "reageerde met {0}", "reacted_with": "reageerde met {0}",
"read": "Gelezen!", "read": "Gelezen!",
"repeated_you": "herhaalde je bericht" "repeated_you": "herhaalde je status"
}, },
"password_reset": { "password_reset": {
"check_email": "Controleer je email inbox voor een link om je wachtwoord opnieuw in te stellen.", "check_email": "Controleer je email inbox voor een link om je wachtwoord opnieuw in te stellen.",
"forgot_password": "Wachtwoord vergeten?", "forgot_password": "Wachtwoord vergeten?",
"instruction": "Voer je email adres of gebruikersnaam in. We sturen je een link om je wachtwoord opnieuw in te stellen.", "instruction": "Voer je email adres of gebruikersnaam in. We sturen je een link om je wachtwoord opnieuw in te stellen.",
"password_reset": "Wachtwoord herstellen", "password_reset": "Wachtwoord opnieuw instellen",
"password_reset_disabled": "Wachtwoordherstel is uitgeschakeld. Neem contact op met de beheerder van deze instantie.", "password_reset_disabled": "Wachtwoord reset is uitgeschakeld. Neem contact op met de beheerder van deze instantie.",
"password_reset_required": "Je dient je wachtwoord opnieuw in te stellen om in te kunnen loggen.", "password_reset_required": "Je dient je wachtwoord opnieuw in te stellen om in te kunnen loggen.",
"password_reset_required_but_mailer_is_disabled": "Je dient je wachtwoord opnieuw in te stellen, maar wachtwoordherstel is uitgeschakeld. Neem contact op met de beheerder van deze instantie.", "password_reset_required_but_mailer_is_disabled": "Je dient je wachtwoord opnieuw in te stellen, maar wachtwoord reset is uitgeschakeld. Neem contact op met de beheerder van deze instantie.",
"placeholder": "Je email of gebruikersnaam", "placeholder": "Je email of gebruikersnaam",
"return_home": "Terugkeren naar de home pagina", "return_home": "Terugkeren naar de home pagina",
"too_many_requests": "Je hebt het maximaal aantal pogingen bereikt, probeer het later opnieuw." "too_many_requests": "Je hebt het maximaal aantal pogingen bereikt, probeer het later opnieuw."
}, },
"polls": { "polls": {
"add_option": "Optie toevoegen", "add_option": "Optie toevoegen",
"add_poll": "Peiling toevoegen", "add_poll": "Poll toevoegen",
"expired": "Peiling is {0} geleden beëindigd", "expired": "Poll is {0} geleden beëindigd",
"expires_in": "Peiling eindigt in {0}", "expires_in": "Poll eindigt in {0}",
"expiry": "Peiling tijdsduur", "expiry": "Poll leeftijd",
"multiple_choices": "Meerkeuze", "multiple_choices": "Meerkeuze",
"not_enough_options": "Te weinig opties in peiling", "not_enough_options": "Te weinig opties in poll",
"option": "Optie", "option": "Optie",
"people_voted_count": "{count} persoon heeft gestemd | {count} personen hebben gestemd", "people_voted_count": "{count} persoon heeft gestemd | {count} personen hebben gestemd",
"single_choice": "Enkele keuze", "single_choice": "Enkele keuze",
"type": "Peiling-type", "type": "Poll-type",
"vote": "Stemmen", "vote": "Stem",
"votes": "stemmen", "votes": "stemmen",
"votes_count": "{count} stem | {count} stemmen" "votes_count": "{count} stem | {count} stemmen"
}, },
"post_status": { "post_status": {
"account_not_locked_warning": "Je account is niet {0}. Iedereen kan je volgen om je alleen-volgersberichten te lezen.", "account_not_locked_warning": "Je account is niet {0}. Iedereen kan je volgen om je alleen-volgers-berichten te lezen.",
"account_not_locked_warning_link": "gesloten", "account_not_locked_warning_link": "gesloten",
"attachments_sensitive": "Bijlagen als gevoelig markeren", "attachments_sensitive": "Bijlagen als gevoelig markeren",
"content_type": { "content_type": {
@ -281,21 +272,20 @@
}, },
"content_warning": "Onderwerp (optioneel)", "content_warning": "Onderwerp (optioneel)",
"default": "Zojuist gearriveerd op de Zweinstein Hogeschool", "default": "Zojuist gearriveerd op de Zweinstein Hogeschool",
"direct_warning": "Deze post zal enkel zichtbaar zijn voor de personen die genoemd zijn.",
"direct_warning_to_all": "Dit bericht zal zichtbaar zijn voor alle vermelde gebruikers.", "direct_warning_to_all": "Dit bericht zal zichtbaar zijn voor alle vermelde gebruikers.",
"direct_warning_to_first_only": "Dit bericht zal alleen zichtbaar zijn voor de vermelde gebruikers aan het begin van het bericht.", "direct_warning_to_first_only": "Dit bericht zal alleen zichtbaar zijn voor de vermelde gebruikers aan het begin van het bericht.",
"empty_status_error": "Kan geen leeg bericht zonder bijlagen plaatsen", "empty_status_error": "Kan geen lege status zonder bijlagen plaatsen",
"media_description": "Mediaomschrijving", "media_description": "Mediaomschrijving",
"media_description_error": "Kon media niet ophalen, probeer het opnieuw", "media_description_error": "Kon media niet ophalen, probeer het opnieuw",
"media_not_sensitive_warning": "Je hebt een Content Waarschuwing, maar de bijlagen zijn niet gemarkeerd als gevoelig!", "new_status": "Nieuwe status plaatsen",
"new_status": "Nieuw bericht plaatsen", "post": "Bericht",
"post": "Plaatsen", "posting": "Plaatsen",
"posting": "Aan het plaatsen",
"preview": "Voorbeeld", "preview": "Voorbeeld",
"preview_empty": "Leeg", "preview_empty": "Leeg",
"scope": { "scope": {
"direct": "Privé - bericht enkel naar vermelde gebruikers sturen", "direct": "Privé - bericht enkel naar vermelde gebruikers sturen",
"local": "Lokaal - dit bericht niet federeren", "private": "Enkel volgers - bericht enkel naar volgers sturen",
"private": "Alleen-volgers - bericht is enkel leesbaar voor volgers",
"public": "Openbaar - bericht op openbare tijdlijnen plaatsen", "public": "Openbaar - bericht op openbare tijdlijnen plaatsen",
"unlisted": "Niet vermelden - niet tonen op openbare tijdlijnen" "unlisted": "Niet vermelden - niet tonen op openbare tijdlijnen"
}, },
@ -303,25 +293,25 @@
"local": "Dit bericht zal niet zichtbaar zijn op andere instanties", "local": "Dit bericht zal niet zichtbaar zijn op andere instanties",
"private": "Dit bericht zal voor alleen je volgers zichtbaar zijn", "private": "Dit bericht zal voor alleen je volgers zichtbaar zijn",
"public": "Dit bericht zal voor iedereen zichtbaar zijn", "public": "Dit bericht zal voor iedereen zichtbaar zijn",
"unlisted": "Dit bericht zal niet zichtbaar zijn in de Openbare Tijdlijn en Het Globale Netwerk" "unlisted": "Dit bericht zal niet zichtbaar zijn in de Openbare Tijdlijn en Het Geheel Bekende Netwerk"
} }
}, },
"registration": { "registration": {
"bio": "Bio", "bio": "Bio",
"bio_placeholder": "Bijv.\nHallo! Welkom op mijn bio.\nIk vind anime en games leuk. Hopelijk kunnen we vrienden zijn!", "bio_placeholder": "bijv.\nHallo, ik ben Lain.\nIk ben een animemeisje woonachtig in een buitenwijk in Japan. Je kent me misschien van the Wired.",
"captcha": "CAPTCHA", "captcha": "CAPTCHA",
"email": "E-mail", "email": "E-mail",
"email_language": "In welke taal wil je e-mails ontvangen van de server?", "email_language": "In welke taal wil je emails ontvangen van de server?",
"fullname": "Weergavenaam", "fullname": "Weergavenaam",
"fullname_placeholder": "bijv. Atsuko Kagari", "fullname_placeholder": "bijv. Lain Iwakura",
"new_captcha": "Klik op de afbeelding voor een nieuwe captcha", "new_captcha": "Klik op de afbeelding voor een nieuwe captcha",
"password_confirm": "Wachtwoord bevestiging", "password_confirm": "Wachtwoord bevestiging",
"reason": "Reden voor registratie", "reason": "Reden voor registratie",
"reason_placeholder": "Deze instantie keurt registraties handmatig goed.\nLaat de beheerder weten waarom je je wilt registreren.", "reason_placeholder": "Deze instantie keurt registraties handmatig goed.\nLaat de beheerder weten waarom je wilt registreren.",
"register": "Registreren", "register": "Registreren",
"registration": "Registratie", "registration": "Registratie",
"token": "Uitnodigingstoken", "token": "Uitnodigingstoken",
"username_placeholder": "bijv. akko", "username_placeholder": "bijv. lain",
"validations": { "validations": {
"email_required": "moet ingevuld zijn", "email_required": "moet ingevuld zijn",
"fullname_required": "moet ingevuld zijn", "fullname_required": "moet ingevuld zijn",
@ -333,7 +323,7 @@
}, },
"remote_user_resolver": { "remote_user_resolver": {
"error": "Niet gevonden.", "error": "Niet gevonden.",
"remote_user_resolver": "Externe gebruiker zoeker", "remote_user_resolver": "Externe gebruikers-zoeker",
"searching_for": "Zoeken naar" "searching_for": "Zoeken naar"
}, },
"search": { "search": {
@ -348,23 +338,14 @@
}, },
"settings": { "settings": {
"accent": "Accent", "accent": "Accent",
"account_alias": "Account aliassen",
"account_alias_table_head": "Alias",
"account_backup": "Account back-up", "account_backup": "Account back-up",
"account_backup_description": "Hiermee kun je een archief van je account gegevens en berichten downloaden, maar deze kunnen nog niet geïmporteerd worden in een Pleroma account.",
"account_backup_table_head": "Back-up",
"account_privacy": "Privacy", "account_privacy": "Privacy",
"add_alias_error": "Fout bij het toevoegen van alias: {error}", "allow_following_move": "Automatisch volgen toestaan wanneer een gevolgd account migreert",
"add_backup": "Nieuwe back-up aanmaken", "always_show_post_button": "Altijd de zwevende Nieuw Bericht knop tonen",
"add_backup_error": "Fout bij het maken van back-up: {error}",
"added_alias": "Alias is toegevoegd.",
"added_backup": "Nieuwe back-up is toegevoegd.",
"allow_following_move": "Automatisch volgen toestaan wanneer een gevolgd account verhuist",
"always_show_post_button": "Altijd de zwevende \"Bericht opstellen\"-knop tonen",
"app_name": "App naam", "app_name": "App naam",
"attachmentRadius": "Bijlagen", "attachmentRadius": "Bijlages",
"attachments": "Bijlagen", "attachments": "Bijlages",
"autohide_floating_post_button": "\"Bericht opstellen\"-knop automatisch verbergen (mobiel)", "autohide_floating_post_button": "Nieuw Bericht knop automatisch verbergen (mobiel)",
"avatar": "Avatar", "avatar": "Avatar",
"avatarAltRadius": "Avatars (meldingen)", "avatarAltRadius": "Avatars (meldingen)",
"avatarRadius": "Avatars", "avatarRadius": "Avatars",
@ -372,12 +353,12 @@
"background": "Achtergrond", "background": "Achtergrond",
"backup_not_ready": "Deze back-up is nog niet gereed.", "backup_not_ready": "Deze back-up is nog niet gereed.",
"bio": "Bio", "bio": "Bio",
"block_export": "Geblokkeerde gebruikers exporteren", "block_export": "Blokkades exporteren",
"block_export_button": "Exporteer je geblokkeerde gebruikers naar een csv-bestand", "block_export_button": "Exporteer je geblokkeerde gebruikers naar een csv-bestand",
"block_import": "Geblokkeerde gebruikers importeren", "block_import": "Blokkades importeren",
"block_import_error": "Fout bij importeren geblokkeerde gebruikers", "block_import_error": "Fout bij importeren blokkades",
"blocks_imported": "Geblokkeerde gebruikers geïmporteerd! Het kan even duren voordat deze verwerkt zijn.", "blocks_imported": "Blokkades geïmporteerd! Het kan even duren voordat deze verwerkt zijn.",
"blocks_tab": "Geblokkeerde gebruikers", "blocks_tab": "Blokkades",
"bot": "Dit is een bot-account", "bot": "Dit is een bot-account",
"btnRadius": "Knoppen", "btnRadius": "Knoppen",
"cBlue": "Blauw (Beantwoorden, volgen)", "cBlue": "Blauw (Beantwoorden, volgen)",
@ -392,26 +373,14 @@
"changed_password": "Wachtwoord succesvol gewijzigd!", "changed_password": "Wachtwoord succesvol gewijzigd!",
"chatMessageRadius": "Chatbericht", "chatMessageRadius": "Chatbericht",
"checkboxRadius": "Checkboxen", "checkboxRadius": "Checkboxen",
"collapse_subject": "Berichten met een onderwerp inklappen", "collapse_subject": "Klap berichten met een onderwerp in",
"columns": "Kolommen",
"composing": "Opstellen", "composing": "Opstellen",
"confirm_dialogs": "Bevestiging vereisen voor:",
"confirm_dialogs_block": "Iemand blokkeren",
"confirm_dialogs_delete": "Een bericht verwijderen",
"confirm_dialogs_mute": "Iemand negeren",
"confirm_dialogs_repeat": "Herhalen van een bericht",
"confirm_dialogs_unfollow": "Iemand ontvolgen",
"confirm_new_password": "Nieuw wachtwoord bevestigen", "confirm_new_password": "Nieuw wachtwoord bevestigen",
"confirmation_dialogs": "Bevestigingsopties",
"conversation_display": "Gespreksweergave stijl",
"conversation_display_linear": "Lineaire weergave", "conversation_display_linear": "Lineaire weergave",
"conversation_display_tree": "Boom weergave", "conversation_display_tree": "Boom weergave",
"conversation_other_replies_button": "\"Andere antwoorden\"-knop tonen",
"conversation_other_replies_button_below": "Onder berichten",
"conversation_other_replies_button_inside": "Binnen in berichten",
"current_avatar": "Je huidige avatar", "current_avatar": "Je huidige avatar",
"current_mascot": "Je huidige mascotte",
"current_password": "Huidig wachtwoord", "current_password": "Huidig wachtwoord",
"current_profile_banner": "Je huidige profiel banner",
"data_import_export_tab": "Data-import / export", "data_import_export_tab": "Data-import / export",
"default_vis": "Standaard zichtbaarheidsbereik", "default_vis": "Standaard zichtbaarheidsbereik",
"delete_account": "Account verwijderen", "delete_account": "Account verwijderen",
@ -421,19 +390,17 @@
"disable_sticky_headers": "Kolomkopteksten niet bovenaan het scherm plakken", "disable_sticky_headers": "Kolomkopteksten niet bovenaan het scherm plakken",
"discoverable": "Sta toe dat dit account ontdekt kan worden in zoekresultaten en andere diensten", "discoverable": "Sta toe dat dit account ontdekt kan worden in zoekresultaten en andere diensten",
"domain_mutes": "Domeinen", "domain_mutes": "Domeinen",
"download_backup": "Downloaden",
"email_language": "Taal voor e-mails van de server",
"emoji_reactions_on_timeline": "Toon emoji-reacties op de tijdlijn", "emoji_reactions_on_timeline": "Toon emoji-reacties op de tijdlijn",
"enable_web_push_notifications": "Web push meldingen inschakelen", "enable_web_push_notifications": "Web push meldingen inschakelen",
"enter_current_password_to_confirm": "Voer je huidige wachtwoord in om je identiteit te bevestigen", "enter_current_password_to_confirm": "Voer je huidige wachtwoord in om je identiteit te bevestigen",
"expert_mode": "Geavanceerde opties tonen", "expert_mode": "Geavanceerd tonen",
"export_theme": "Preset opslaan", "export_theme": "Voorinstelling opslaan",
"file_export_import": { "file_export_import": {
"backup_restore": "Instellingen back-up", "backup_restore": "Instellingen backup",
"backup_settings": "Instellingen naar bestand back-uppen", "backup_settings": "Instellingen naar bestand back-uppen",
"backup_settings_theme": "Instellingen en thema naar bestand back-uppen", "backup_settings_theme": "Instellingen en thema naar bestand back-uppen",
"errors": { "errors": {
"file_slightly_new": "Minor versie van bestand is verschillend, sommige instellingen kunnen mogelijk niet worden geladen", "file_slightly_new": "Bestand minor versie is verschillend, sommige instellingen kunnen mogelijk niet worden geladen",
"file_too_new": "Incompatibele hoofdversie: {fileMajor}, deze PleromaFE (instellingen versie {feMajor}) is te oud om deze te ondersteunen", "file_too_new": "Incompatibele hoofdversie: {fileMajor}, deze PleromaFE (instellingen versie {feMajor}) is te oud om deze te ondersteunen",
"file_too_old": "Incompatibele hoofdversie: {fileMajor}, bestandsversie is te oud en wordt niet ondersteund (minimale versie {feMajor})", "file_too_old": "Incompatibele hoofdversie: {fileMajor}, bestandsversie is te oud en wordt niet ondersteund (minimale versie {feMajor})",
"invalid_file": "Het geselecteerde bestand is niet een door Pleroma ondersteunde instellingen back-up. Er zijn geen wijzigingen gemaakt." "invalid_file": "Het geselecteerde bestand is niet een door Pleroma ondersteunde instellingen back-up. Er zijn geen wijzigingen gemaakt."
@ -441,9 +408,10 @@
"restore_settings": "Instellingen uit bestand herstellen" "restore_settings": "Instellingen uit bestand herstellen"
}, },
"filtering": "Filtering", "filtering": "Filtering",
"filtering_explanation": "Alle berichten die deze woorden bevatten worden genegeerd, één filter per regel", "filtering_explanation": "Alle statussen die deze woorden bevatten worden genegeerd, één filter per regel",
"follow_export": "Volgers exporteren", "follow_export": "Volgers exporteren",
"follow_export_button": "Exporteer je volgers naar een csv-bestand", "follow_export_button": "Exporteer je volgers naar een csv-bestand",
"follow_export_processing": "Aan het verwerken, binnen enkele ogenblikken wordt je gevraagd je bestand te downloaden",
"follow_import": "Volgers importeren", "follow_import": "Volgers importeren",
"follow_import_error": "Fout bij importeren volgers", "follow_import_error": "Fout bij importeren volgers",
"follows_imported": "Volgers geïmporteerd! Het kan even duren voordat deze verwerkt zijn.", "follows_imported": "Volgers geïmporteerd! Het kan even duren voordat deze verwerkt zijn.",
@ -452,31 +420,24 @@
"general": "Algemeen", "general": "Algemeen",
"greentext": "Meme pijlen", "greentext": "Meme pijlen",
"hide_all_muted_posts": "Genegeerde berichten verbergen", "hide_all_muted_posts": "Genegeerde berichten verbergen",
"hide_attachments_in_convo": "Bijlagen in gesprekken verbergen", "hide_attachments_in_convo": "Bijlagen in conversaties verbergen",
"hide_attachments_in_tl": "Bijlagen in tijdlijn verbergen", "hide_attachments_in_tl": "Bijlagen in tijdlijn verbergen",
"hide_bot_indication": "Bot-indicatie in berichten verbergen", "hide_bot_indication": "Bot-indicatie in berichten verbergen",
"hide_favorites_description": "Lijst van favorieten verbergen (mensen krijgen wel nog meldingen)", "hide_filtered_statuses": "Gefilterde statussen verbergen",
"hide_filtered_statuses": "Gefilterde berichten verbergen",
"hide_followers_count_description": "Niet mijn volgers aantal tonen", "hide_followers_count_description": "Niet mijn volgers aantal tonen",
"hide_followers_description": "Niet tonen wie mij volgt", "hide_followers_description": "Niet tonen wie mij volgt",
"hide_follows_count_description": "Niet mijn gevolgden aantal tonen", "hide_follows_count_description": "Niet mijn gevolgde aantal tonen",
"hide_follows_description": "Niet tonen wie ik volg", "hide_follows_description": "Niet tonen wie ik volg",
"hide_isp": "Instantie-specifiek paneel verbergen", "hide_isp": "Instantie-specifiek paneel verbergen",
"hide_list_aliases_error_action": "Sluiten",
"hide_media_previews": "Media voorbeelden verbergen", "hide_media_previews": "Media voorbeelden verbergen",
"hide_muted_posts": "Berichten van genegeerde gebruikers verbergen", "hide_muted_posts": "Berichten van genegeerde gebruikers verbergen",
"hide_muted_threads": "Genegeerde gesprekken verbergen", "hide_network_description": "Toon niet wie mij volgt en wie ik volg.",
"hide_post_stats": "Bericht-statistieken verbergen (bijv. het aantal favorieten)", "hide_post_stats": "Bericht statistieken verbergen (bijv. het aantal favorieten)",
"hide_shoutbox": "Shoutbox verbergen",
"hide_site_favicon": "Favicon verbergen in top-paneel",
"hide_site_name": "Instantienaam verbergen in top paneel",
"hide_threads_with_blocked_users": "Gesprekken met geblokkeerde gebruikers verbergen",
"hide_user_stats": "Gebruikers-statistieken verbergen (bijv. het aantal volgers)", "hide_user_stats": "Gebruikers-statistieken verbergen (bijv. het aantal volgers)",
"hide_wallpaper": "Achtergrond-afbeelding verbergen", "hide_wallpaper": "Instantie achtergrond verbergen",
"hide_wordfiltered_statuses": "Berichten met gefilterde woorden verbergen", "import_blocks_from_a_csv_file": "Blokkades van een csv bestand importeren",
"import_blocks_from_a_csv_file": "Geblokkeerde gebruikers van een csv bestand importeren", "import_followers_from_a_csv_file": "Gevolgden uit een csv bestand importeren",
"import_followers_from_a_csv_file": "Gevolgde gebruikers uit een csv bestand importeren", "import_mutes_from_a_csv_file": "Importeer genegeerden van een csv bestand",
"import_mutes_from_a_csv_file": "Genegeerde gebruikers uit een csv bestand importeren",
"import_theme": "Preset laden", "import_theme": "Preset laden",
"inputRadius": "Invoervelden", "inputRadius": "Invoervelden",
"instance_default": "(standaard: {value})", "instance_default": "(standaard: {value})",
@ -486,27 +447,14 @@
"invalid_theme_imported": "Het geselecteerde bestand is niet een door Pleroma ondersteund thema. Er zijn geen aanpassingen gedaan.", "invalid_theme_imported": "Het geselecteerde bestand is niet een door Pleroma ondersteund thema. Er zijn geen aanpassingen gedaan.",
"limited_availability": "Niet beschikbaar in je browser", "limited_availability": "Niet beschikbaar in je browser",
"links": "Links", "links": "Links",
"list_aliases_error": "Fout bij het ophalen van aliassen: {error}",
"list_backups_error": "Fout bij het ophalen van back-ups: {error}",
"lock_account_description": "Volgers enkel na expliciete toestemming toelaten", "lock_account_description": "Volgers enkel na expliciete toestemming toelaten",
"loop_video": "Video's herhalen", "loop_video": "Video's herhalen",
"loop_video_silent_only": "Enkel video's zonder geluid herhalen (bijv. Mastodon's \"gifs\")", "loop_video_silent_only": "Enkel video's zonder geluid herhalen (bijv. Mastodon's \"gifs\")",
"mascot": "Mastodon FE Mascotte", "max_thumbnails": "Maximaal aantal miniaturen per bericht",
"max_depth_in_thread": "Maximum lagen van een gesprek welke standaard getoond dienen te worden",
"max_thumbnails": "Maximaal aantal miniaturen per bericht (leeg = geen limiet)",
"mention_link_bolden_you": "Vermeldingen naar jezelf uitlichten",
"mention_link_display": "Vermelding-links tonen",
"mention_link_display_full": "altijd als volledige namen (b.v. {'@'}foo{'@'}example.org)",
"mention_link_display_full_for_remote": "als volledige namen alleen voor externe gebruikers (b.v. {'@'}foo{'@'}example.org)",
"mention_link_display_short": "altijd als korte namen (b.v. {'@'}foo)",
"mention_link_fade_domain": "Domeinen vervagen (b.v. {'@'}example.org in {'@'}foo{'@'}example.org)",
"mention_link_show_avatar": "Profielfoto naast link tonen",
"mention_link_show_tooltip": "Volledige namen in tooltip tonen voor externe gebruikers",
"mention_links": "Vermelding-links",
"mfa": { "mfa": {
"authentication_methods": "Authenticatiemethoden", "authentication_methods": "Authenticatiemethodes",
"confirm_and_enable": "Bevestig en schakel OTP in", "confirm_and_enable": "Bevestig en schakel OTP in",
"generate_new_recovery_codes": "Nieuwe herstelcodes genereren", "generate_new_recovery_codes": "Genereer nieuwe herstelcodes",
"otp": "OTP", "otp": "OTP",
"recovery_codes": "Herstelcodes.", "recovery_codes": "Herstelcodes.",
"recovery_codes_warning": "Schrijf de codes op of sla ze op een veilige locatie op - anders kun je ze niet meer inzien. Als je toegang tot je 2FA-app en herstelcodes verliest, zal je buitengesloten zijn van je account.", "recovery_codes_warning": "Schrijf de codes op of sla ze op een veilige locatie op - anders kun je ze niet meer inzien. Als je toegang tot je 2FA-app en herstelcodes verliest, zal je buitengesloten zijn van je account.",
@ -526,52 +474,42 @@
}, },
"minimal_scopes_mode": "Bericht bereik-opties minimaliseren", "minimal_scopes_mode": "Bericht bereik-opties minimaliseren",
"more_settings": "Meer instellingen", "more_settings": "Meer instellingen",
"move_account": "Account verhuizen", "mute_export": "Genegeerden export",
"move_account_error": "Fout tijdens account verhuizen: {error}", "mute_export_button": "Exporteer je genegeerden naar een csv-bestand",
"move_account_notes": "Indien je het account ergens anders heen wilt verplaatsen, dien je eerst een alias naar dit account te maken in het nieuwe account.", "mute_import": "Genegeerden import",
"move_account_target": "Doelwit account (b.v. {example})", "mute_import_error": "Fout tijdens het importeren van genegeerden",
"moved_account": "Het account is verhuisd.", "mutes_and_blocks": "Negeringen en Blokkades",
"mute_bot_posts": "Bot-berichten negeren", "mutes_imported": "Genegeerden geïmporteerd! Het kan even duren voordat deze verwerkt zijn.",
"mute_export": "Genegeerde gebruikers export", "mutes_tab": "Genegeerden",
"mute_export_button": "Genegeerde gebruikers naar een csv-bestand exporteren",
"mute_import": "Genegeerde gebruikers import",
"mute_import_error": "Fout tijdens het importeren van genegeerde gebruikers",
"mutes_and_blocks": "Negeren en Blokkeren",
"mutes_imported": "Genegeerde gebruikers geïmporteerd! Het kan even duren voordat deze verwerkt zijn.",
"mutes_tab": "Genegeerde gebruikers",
"name": "Naam", "name": "Naam",
"name_bio": "Naam & bio", "name_bio": "Naam & bio",
"new_alias_target": "Nieuwe alias toevoegen (b.v. {example})",
"new_email": "Nieuwe e-mail", "new_email": "Nieuwe e-mail",
"new_password": "Nieuw wachtwoord", "new_password": "Nieuw wachtwoord",
"no_blocks": "Geen geblokkeerde gebruikers", "no_blocks": "Geen blokkades",
"no_mutes": "Geen genegeerde gebruikers", "no_mutes": "Geen genegeerden",
"no_rich_text_description": "Verwijder rich text formattering van alle berichten", "no_rich_text_description": "Verwijder rich text formattering van alle berichten",
"notification_blocks": "Door een gebruiker te blokkeren, ontvang je geen meldingen meer van de gebruiker en wordt je abonnement op de gebruiker opgeheven.", "notification_blocks": "Door een gebruiker te blokkeren, ontvang je geen meldingen meer van de gebruiker en wordt je abonnement op de gebruiker opgeheven.",
"notification_mutes": "Om niet langer meldingen te ontvangen van een specifieke gebruiker, kun je deze negeren.", "notification_mutes": "Om niet langer meldingen te ontvangen van een specifieke gebruiker, kun je deze negeren.",
"notification_setting_block_from_strangers": "Meldingen van gebruikers die je niet volgt blokkeren", "notification_setting_block_from_strangers": "Meldingen van gebruikers die je niet volgt blokkeren",
"notification_setting_filters": "Filters", "notification_setting_filters": "Filters",
"notification_setting_hide_if_cw": "Inhoud van push-meldingen verbergen indien deze een Content Waarschuwing bevatten", "notification_setting_hide_notification_contents": "Afzender en inhoud van push meldingen verbergen",
"notification_setting_hide_notification_contents": "Afzender en inhoud van push-meldingen verbergen",
"notification_setting_privacy": "Privacy", "notification_setting_privacy": "Privacy",
"notification_setting_privacy_option": "Verberg de afzender en inhoud van push meldingen",
"notification_visibility": "Type meldingen die getoond worden", "notification_visibility": "Type meldingen die getoond worden",
"notification_visibility_emoji_reactions": "Reacties", "notification_visibility_emoji_reactions": "Reacties",
"notification_visibility_follows": "Gevolgde gebruikers", "notification_visibility_follows": "Gevolgden",
"notification_visibility_likes": "Favorieten", "notification_visibility_likes": "Favorieten",
"notification_visibility_mentions": "Vermeldingen", "notification_visibility_mentions": "Vermeldingen",
"notification_visibility_moves": "Gebruiker Migraties", "notification_visibility_moves": "Gebruiker Migraties",
"notification_visibility_polls": "Einde van peilingen waar je in gestemd hebt",
"notification_visibility_repeats": "Herhalingen", "notification_visibility_repeats": "Herhalingen",
"notifications": "Meldingen", "notifications": "Meldingen",
"nsfw_clickthrough": "Gevoelige media verbergen", "nsfw_clickthrough": "Doorklikbaar verbergen van gevoelige bijlages en link voorbeelden inschakelen",
"oauth_tokens": "OAuth-tokens", "oauth_tokens": "OAuth-tokens",
"pad_emoji": "Emoji aan met spaties aanvullen wanneer deze met de picker ingevoegd worden", "pad_emoji": "Vul emoji aan met spaties wanneer deze met de picker ingevoegd worden",
"panelRadius": "Panelen", "panelRadius": "Panelen",
"pause_on_unfocused": "Streamen pauzeren wanneer de tab niet in focus is", "pause_on_unfocused": "Streamen pauzeren wanneer de tab niet in focus is",
"play_videos_in_modal": "Video's in een popup venster afspelen", "play_videos_in_modal": "Video's in een popup frame afspelen",
"post_look_feel": "Berichten Look & Feel", "post_status_content_type": "Bericht status content type",
"post_status_content_type": "Standaard bericht content type",
"posts": "Berichten",
"preload_images": "Afbeeldingen vooraf laden", "preload_images": "Afbeeldingen vooraf laden",
"presets": "Presets", "presets": "Presets",
"profile_background": "Profiel achtergrond", "profile_background": "Profiel achtergrond",
@ -585,10 +523,6 @@
"profile_tab": "Profiel", "profile_tab": "Profiel",
"radii_help": "Afronding van hoeken in de interface instellen (in pixels)", "radii_help": "Afronding van hoeken in de interface instellen (in pixels)",
"refresh_token": "Token vernieuwen", "refresh_token": "Token vernieuwen",
"remove_alias": "Deze alias verwijderen",
"remove_backup": "Verwijderen",
"render_mfm": "Misskey Markdown weergeven",
"render_mfm_on_hover": "MFM animaties afspelen bij zweven over bericht",
"replies_in_timeline": "Antwoorden in tijdlijn", "replies_in_timeline": "Antwoorden in tijdlijn",
"reply_visibility_all": "Alle antwoorden tonen", "reply_visibility_all": "Alle antwoorden tonen",
"reply_visibility_following": "Enkel antwoorden tonen die aan mij of gevolgde gebruikers gericht zijn", "reply_visibility_following": "Enkel antwoorden tonen die aan mij of gevolgde gebruikers gericht zijn",
@ -602,7 +536,6 @@
"reset_profile_background": "Profiel achtergrond herstellen", "reset_profile_background": "Profiel achtergrond herstellen",
"reset_profile_banner": "Profiel banner herstellen", "reset_profile_banner": "Profiel banner herstellen",
"revoke_token": "Intrekken", "revoke_token": "Intrekken",
"right_sidebar": "Kolom-volgorde omdraaien",
"save": "Wijzigingen opslaan", "save": "Wijzigingen opslaan",
"saving_err": "Fout tijdens opslaan van instellingen", "saving_err": "Fout tijdens opslaan van instellingen",
"saving_ok": "Instellingen opgeslagen", "saving_ok": "Instellingen opgeslagen",
@ -612,22 +545,14 @@
"security": "Beveiliging", "security": "Beveiliging",
"security_tab": "Beveiliging", "security_tab": "Beveiliging",
"sensitive_by_default": "Berichten standaard als gevoelig markeren", "sensitive_by_default": "Berichten standaard als gevoelig markeren",
"sensitive_if_subject": "Automatisch afbeeldingen als gevoelig markeren indien een onderwerp opgegeven is",
"set_new_avatar": "Nieuwe avatar instellen", "set_new_avatar": "Nieuwe avatar instellen",
"set_new_mascot": "Nieuwe mascotte instellen",
"set_new_profile_background": "Nieuwe profiel achtergrond instellen", "set_new_profile_background": "Nieuwe profiel achtergrond instellen",
"set_new_profile_banner": "Nieuwe profiel banner instellen", "set_new_profile_banner": "Nieuwe profiel banner instellen",
"setting_changed": "Instelling verschilt van standaard waarde", "setting_changed": "Instelling verschilt van standaard waarde",
"setting_server_side": "Deze instelling is gebonden aan je profiel en beïnvloed alle sessies en clients",
"settings": "Instellingen", "settings": "Instellingen",
"show_admin_badge": "\"Beheerder\" badge in mijn profiel tonen", "show_admin_badge": "\"Beheerder\" badge in mijn profiel tonen",
"show_moderator_badge": "\"Moderator\" badge in mijn profiel tonen", "show_moderator_badge": "\"Moderator\" badge in mijn profiel tonen",
"show_nav_shortcuts": "Extra navigatie snelkoppelingen tonen in top paneel", "stop_gifs": "GIFs afspelen bij zweven",
"show_panel_nav_shortcuts": "Tijdlijn navigatie-snelkoppelingen tonen bovenop het paneel",
"show_scrollbars": "Scrollbalk tonen in zijkolommen",
"show_wider_shortcuts": "Extra ruimte tonen tussen snelkoppelingen in top paneel",
"show_yous": "(Jij)'s tonen",
"stop_gifs": "Geanimeerde afbeeldingen afspelen bij zweven",
"streaming": "Automatisch streamen van nieuwe berichten inschakelen wanneer tot boven gescrold is", "streaming": "Automatisch streamen van nieuwe berichten inschakelen wanneer tot boven gescrold is",
"style": { "style": {
"advanced_colors": { "advanced_colors": {
@ -647,11 +572,11 @@
}, },
"disabled": "Uitgeschakeld", "disabled": "Uitgeschakeld",
"faint_text": "Vervaagde tekst", "faint_text": "Vervaagde tekst",
"highlight": "Uitgelichte elementen", "highlight": "Gemarkeerde elementen",
"icons": "Iconen", "icons": "Iconen",
"inputs": "Invoervelden", "inputs": "Invoervelden",
"panel_header": "Paneel koptekst", "panel_header": "Paneel koptekst",
"poll": "Peiling grafiek", "poll": "Poll grafiek",
"popover": "Tooltips, menu's, popovers", "popover": "Tooltips, menu's, popovers",
"post": "Berichten / Gebruiker bios", "post": "Berichten / Gebruiker bios",
"pressed": "Ingedrukt", "pressed": "Ingedrukt",
@ -681,12 +606,12 @@
}, },
"common_colors": { "common_colors": {
"_tab_label": "Algemeen", "_tab_label": "Algemeen",
"foreground_hint": "Zie \"Geavanceerd\" tab voor meer gedetailleerde opties", "foreground_hint": "Zie \"Geavanceerd\" tab voor meer gedetailleerde controle",
"main": "Algemene kleuren", "main": "Algemene kleuren",
"rgbo": "Iconen, accenten, badges" "rgbo": "Iconen, accenten, badges"
}, },
"fonts": { "fonts": {
"_tab_label": "Lettertypen", "_tab_label": "Lettertypes",
"components": { "components": {
"input": "Invoervelden", "input": "Invoervelden",
"interface": "Interface", "interface": "Interface",
@ -714,15 +639,15 @@
"text": "Nog een boel andere {0} en {1}" "text": "Nog een boel andere {0} en {1}"
}, },
"radii": { "radii": {
"_tab_label": "Rondingen" "_tab_label": "Rondheid"
}, },
"shadows": { "shadows": {
"_tab_label": "Schaduw en belichting", "_tab_label": "Schaduw en belichting",
"blur": "Vervagen", "blur": "Vervagen",
"component": "Onderdeel", "component": "Onderdeel",
"components": { "components": {
"avatar": "Gebruikers-avatar (in profiel weergave)", "avatar": "Gebruikers avatar (in profiel weergave)",
"avatarStatus": "Gebruikers-avatar (in bericht weergave)", "avatarStatus": "Gebruikers avatar (in bericht weergave)",
"button": "Knop", "button": "Knop",
"buttonHover": "Knop (zweven)", "buttonHover": "Knop (zweven)",
"buttonPressed": "Knop (ingedrukt)", "buttonPressed": "Knop (ingedrukt)",
@ -740,6 +665,7 @@
"inset_classic": "Inzet schaduw zal {0} gebruiken", "inset_classic": "Inzet schaduw zal {0} gebruiken",
"spread_zero": "Schaduw met spreiding > 0 worden weergegeven alsof ze op nul staan" "spread_zero": "Schaduw met spreiding > 0 worden weergegeven alsof ze op nul staan"
}, },
"hint": "Voor schaduw kan je ook --variable gebruiken als een kleur waarde om CSS3 variabelen te gebruiken. Houd er rekening mee dat het instellen van opaciteit in dit geval niet werkt.",
"hintV3": "Voor schaduwen kun je ook de {0} notatie gebruiken om de andere kleur invoer te gebruiken.", "hintV3": "Voor schaduwen kun je ook de {0} notatie gebruiken om de andere kleur invoer te gebruiken.",
"inset": "Inzet", "inset": "Inzet",
"override": "Overschrijven", "override": "Overschrijven",
@ -750,7 +676,7 @@
"clear_all": "Alles wissen", "clear_all": "Alles wissen",
"clear_opacity": "Transparantie wissen", "clear_opacity": "Transparantie wissen",
"help": { "help": {
"fe_downgraded": "PleromaFE's versie is terug gezet.", "fe_downgraded": "PleromaFE's versie is terug gerold.",
"fe_upgraded": "De thema-engine van PleromaFE is bijgewerkt na de versie update.", "fe_upgraded": "De thema-engine van PleromaFE is bijgewerkt na de versie update.",
"future_version_imported": "Het geïmporteerde bestand is gemaakt voor een nieuwere versie van FE.", "future_version_imported": "Het geïmporteerde bestand is gemaakt voor een nieuwere versie van FE.",
"migration_napshot_gone": "Voor een onduidelijke reden mist de momentopname, dus sommige dingen kunnen anders uitzien dan je gewend bent.", "migration_napshot_gone": "Voor een onduidelijke reden mist de momentopname, dus sommige dingen kunnen anders uitzien dan je gewend bent.",
@ -762,14 +688,14 @@
"upgraded_from_v2": "PleromaFE is bijgewerkt, het thema kan iets anders uitzien dan dat je gewend bent.", "upgraded_from_v2": "PleromaFE is bijgewerkt, het thema kan iets anders uitzien dan dat je gewend bent.",
"v2_imported": "Het geïmporteerde bestand is gemaakt voor een oudere FE. We proberen compatibiliteit te maximaliseren, maar het kan toch voorkomen dat er inconsistenties zijn." "v2_imported": "Het geïmporteerde bestand is gemaakt voor een oudere FE. We proberen compatibiliteit te maximaliseren, maar het kan toch voorkomen dat er inconsistenties zijn."
}, },
"keep_as_is": "Houden zoals het is", "keep_as_is": "Hou zoals het is",
"keep_color": "Kleuren behouden", "keep_color": "Kleuren behouden",
"keep_fonts": "Lettertypes behouden", "keep_fonts": "Lettertypes behouden",
"keep_opacity": "Transparantie behouden", "keep_opacity": "Transparantie behouden",
"keep_roundness": "Rondingen behouden", "keep_roundness": "Rondingen behouden",
"keep_shadows": "Schaduwen behouden", "keep_shadows": "Schaduwen behouden",
"load_theme": "Thema laden", "load_theme": "Thema laden",
"reset": "Herstellen", "reset": "Reset",
"save_load_hint": "\"Behoud\" opties behouden de momenteel ingestelde opties bij het selecteren of laden van thema's, maar slaan ook de genoemde opties op bij het exporteren van een thema. Wanneer alle selectievakjes zijn uitgeschakeld, zal het exporteren van thema's alles opslaan.", "save_load_hint": "\"Behoud\" opties behouden de momenteel ingestelde opties bij het selecteren of laden van thema's, maar slaan ook de genoemde opties op bij het exporteren van een thema. Wanneer alle selectievakjes zijn uitgeschakeld, zal het exporteren van thema's alles opslaan.",
"use_snapshot": "Oude versie", "use_snapshot": "Oude versie",
"use_source": "Nieuwe versie" "use_source": "Nieuwe versie"
@ -777,31 +703,23 @@
}, },
"subject_input_always_show": "Altijd onderwerpveld tonen", "subject_input_always_show": "Altijd onderwerpveld tonen",
"subject_line_behavior": "Onderwerp kopiëren bij beantwoorden", "subject_line_behavior": "Onderwerp kopiëren bij beantwoorden",
"subject_line_email": "Zoals e-mail: \"re: onderwerp\"", "subject_line_email": "Zoals email: \"re: onderwerp\"",
"subject_line_mastodon": "Zoals mastodon: kopiëren zoals het is", "subject_line_mastodon": "Zoals mastodon: kopieer zoals het is",
"subject_line_noop": "Niet kopiëren", "subject_line_noop": "Niet kopiëren",
"text": "Tekst", "text": "Tekst",
"theme": "Thema", "theme": "Thema",
"theme_help": "Hex kleur codes (#rrggbb) gebruiken om je kleur thema te wijzigen.", "theme_help": "Hex kleur codes (#rrggbb) gebruiken om je kleur thema te wijzigen.",
"theme_help_v2_1": "Je kan ook de kleur en transparantie van bepaalde componenten overschrijven door de checkbox aan te vinken, gebruik de \"Alles wissen\" knop om alle overschrijvingen te herstellen.", "theme_help_v2_1": "Je kan ook de kleur en transparantie van bepaalde componenten overschrijven door de checkbox aan te vinken, gebruik de \"Alles wissen\" knop om alle overschrijvingen te annuleren.",
"theme_help_v2_2": "Iconen onder sommige onderdelen zijn achtergrond/tekst contrast indicatoren, zweef er over voor gedetailleerde info. Hou er rekening mee dat bij doorzichtigheid de ergst mogelijke situatie wordt weer gegeven.", "theme_help_v2_2": "Iconen onder sommige onderdelen zijn achtergrond/tekst contrast indicatoren, zweef er over voor gedetailleerde info. Hou er rekening mee dat bij doorzichtigheid de ergst mogelijke situatie wordt weer gegeven.",
"third_column_mode": "Indien er genoeg plaats is, derde kolom tonen met",
"third_column_mode_none": "Géén derde kolom tonen",
"third_column_mode_notifications": "Meldingen",
"third_column_mode_postform": "Berichtformulier en navigatie",
"token": "Token", "token": "Token",
"tooltipRadius": "Tooltips/alarmen", "tooltipRadius": "Tooltips/alarmen",
"tree_advanced": "Flexibelere navigatie toestaan in boom weergave",
"tree_fade_ancestors": "Ouders van huidige bericht met gedempte tekst tonen",
"type_domains_to_mute": "Zoek domeinen om te negeren", "type_domains_to_mute": "Zoek domeinen om te negeren",
"upload_a_photo": "Foto uploaden", "upload_a_photo": "Foto uploaden",
"useStreamingApi": "Berichten en meldingen in real-time ontvangen", "useStreamingApi": "Berichten en meldingen in real-time ontvangen",
"useStreamingApiWarning": "Iets experimenteels met berichten streamen uwu miss kun je beter uit laten ofzo?", "useStreamingApiWarning": "(Afgeraden, experimenteel, kan berichten overslaan)",
"use_at_icon": "{'@'} symbool als icoon tonen in plaats van tekst",
"use_contain_fit": "Bijlage in miniaturen niet bijsnijden", "use_contain_fit": "Bijlage in miniaturen niet bijsnijden",
"use_one_click_nsfw": "Gevoelige bijlagen met slechts één klik openen", "use_one_click_nsfw": "Gevoelige bijlagen met slechts één klik openen",
"user_mutes": "Gebruikers", "user_mutes": "Gebruikers",
"user_profiles": "Gebruikersprofielen",
"user_settings": "Gebruikersinstellingen", "user_settings": "Gebruikersinstellingen",
"valid_until": "Geldig tot", "valid_until": "Geldig tot",
"values": { "values": {
@ -813,60 +731,42 @@
"frontend_version": "Frontend versie", "frontend_version": "Frontend versie",
"title": "Versie" "title": "Versie"
}, },
"virtual_scrolling": "Tijdlijn weergave optimaliseren", "virtual_scrolling": "Tijdlijn rendering optimaliseren",
"word_filter": "Woord filter", "word_filter": "Woord filter"
"wordfilter": "Woordfilter"
}, },
"status": { "status": {
"ancestor_follow": "{numReplies} ander antwoord onder dit bericht tonen | {numReplies} andere antwoorden onder dit bericht tonen",
"ancestor_follow_with_icon": "{icon} {text}",
"attachment_stop_flash": "Flash speler stoppen",
"bookmark": "Bladwijzer toevoegen", "bookmark": "Bladwijzer toevoegen",
"collapse_attachments": "Bijlagen invouwen", "copy_link": "Link naar status kopiëren",
"copy_link": "Link naar bericht kopiëren", "delete": "Status verwijderen",
"delete": "Bericht verwijderen", "delete_confirm": "Wil je echt deze status verwijderen?",
"delete_confirm": "Wil je echt dit bericht verwijderen?", "expand": "Uitklappen",
"expand": "Uitvouwen",
"external_source": "Externe bron", "external_source": "Externe bron",
"favorites": "Favorieten", "favorites": "Favorieten",
"hide_attachment": "Bijlage verbergen",
"hide_content": "Inhoud verbergen", "hide_content": "Inhoud verbergen",
"hide_full_subject": "Volledig onderwerp verbergen", "hide_full_subject": "Volledig onderwerp verbergen",
"many_attachments": "Bericht heeft {number} bijlage | Bericht heeft {number} bijlagen", "mute_conversation": "Conversatie negeren",
"mentions": "Vermeldingen",
"move_down": "Bijlage naar rechts schuiven",
"move_up": "Bijlage naar links schuiven",
"mute_conversation": "Gesprek negeren",
"nsfw": "Gevoelig", "nsfw": "Gevoelig",
"open_gallery": "Gallerij openen",
"pin": "Aan profiel vastmaken", "pin": "Aan profiel vastmaken",
"pinned": "Vastgezet", "pinned": "Vastgezet",
"plus_more": "+{number} meer", "plus_more": "+{number} meer",
"remove_attachment": "Bijlage verwijderen", "remove_attachment": "Bijlage verwijderen",
"repeats": "Herhalingen", "repeats": "Herhalingen",
"replies_list": "Antwoorden:", "replies_list": "Antwoorden:",
"replies_list_with_others": "Antwoorden (+{numReplies} andere): | Antwoorden (+{numReplies} anderen):",
"reply_to": "Antwoorden aan", "reply_to": "Antwoorden aan",
"show_all_attachments": "Alle bijlagen tonen", "show_all_attachments": "Alle bijlagen tonen",
"show_all_conversation": "Volledig gesprek tonen ({numStatus} ander bericht) | Volledig gesprek tonen ({numStatus} andere berichten)",
"show_all_conversation_with_icon": "{icon} {text}", "show_all_conversation_with_icon": "{icon} {text}",
"show_attachment_description": "Voorbeeld beschrijving (open bijlage om de volledige beschrijving te zien)",
"show_attachment_in_modal": "In media venster tonen",
"show_content": "Inhoud tonen", "show_content": "Inhoud tonen",
"show_full_subject": "Volledig onderwerp tonen", "show_full_subject": "Volledig onderwerp tonen",
"show_only_conversation_under_this": "Alleen antwoorden op dit bericht tonen",
"status_deleted": "Dit bericht is verwijderd", "status_deleted": "Dit bericht is verwijderd",
"status_unavailable": "Bericht niet beschikbaar", "status_unavailable": "Status niet beschikbaar",
"thread_follow": "Rest van gesprek tonen ({numStatus} bericht in totaal) | Rest van gesprek tonen ({numStatus} berichten in totaal)",
"thread_follow_with_icon": "{icon} {text}", "thread_follow_with_icon": "{icon} {text}",
"thread_hide": "Gesprek verbergen", "thread_hide": "Gesprek verbergen",
"thread_muted": "Gesprek genegeerd", "thread_muted": "Thread genegeerd",
"thread_muted_and_words": ", heeft woorden:", "thread_muted_and_words": ", heeft woorden:",
"thread_show": "Gesprek tonen", "thread_show": "Gesprek tonen",
"thread_show_full": "Alle berichten in dit gesprek tonen ({numStatus} bericht in totaal, max. diepte {depth}) | Alle berichten in dit gesprek tonen ({numStatus} berichten in totaal, max. diepte {depth})",
"thread_show_full_with_icon": "{icon} {text}", "thread_show_full_with_icon": "{icon} {text}",
"unbookmark": "Bladwijzer verwijderen", "unbookmark": "Bladwijzer verwijderen",
"unmute_conversation": "Gesprek niet meer negeren", "unmute_conversation": "Conversatie niet meer negeren",
"unpin": "Van profiel losmaken", "unpin": "Van profiel losmaken",
"you": "(Jij)" "you": "(Jij)"
}, },
@ -876,30 +776,45 @@
"now": "zojuist", "now": "zojuist",
"now_short": "nu", "now_short": "nu",
"unit": { "unit": {
"days": "{0} dag | {0} dagen", "day": "{0} dag",
"day_short": "{0}d",
"days": "{0} dagen",
"days_short": "{0}d", "days_short": "{0}d",
"hours": "{0} uur | {0} uren", "hour": "{0} uur",
"hour_short": "{0}u",
"hours": "{0} uren",
"hours_short": "{0}u", "hours_short": "{0}u",
"minutes": "{0} minuut | {0} minuten", "minute": "{0} minuut",
"minute_short": "{0}min",
"minutes": "{0} minuten",
"minutes_short": "{0}min", "minutes_short": "{0}min",
"months": "{0} maand | {0} maanden", "month": "{0} maand",
"month_short": "{0}ma",
"months": "{0} maanden",
"months_short": "{0}ma", "months_short": "{0}ma",
"seconds": "{0} seconde | {0} seconden", "second": "{0} seconde",
"second_short": "{0}s",
"seconds": "{0} seconden",
"seconds_short": "{0}s", "seconds_short": "{0}s",
"weeks": "{0} week | {0} weken", "week": "{0} week",
"week_short": "{0}w",
"weeks": "{0} weken",
"weeks_short": "{0}w", "weeks_short": "{0}w",
"years": "{0} jaar | {0} jaren", "year": "{0} jaar",
"year_short": "{0}j",
"years": "{0} jaren",
"years_short": "{0}j" "years_short": "{0}j"
} }
}, },
"timeline": { "timeline": {
"collapse": "Invouwen", "collapse": "Inklappen",
"conversation": "Gesprek", "conversation": "Conversatie",
"error": "Fout bij het ophalen van tijdlijn: {0}", "error": "Fout tijdens het ophalen van tijdlijn: {0}",
"load_older": "Oudere berichten laden", "error_fetching": "Fout bij ophalen van updates",
"no_more_statuses": "Geen verdere berichten", "load_older": "Oudere statussen laden",
"no_retweet_hint": "Bericht is gemarkeerd als enkel-volgers of privé en kan niet worden herhaald of geciteerd", "no_more_statuses": "Geen statussen meer",
"no_statuses": "Geen berichten", "no_retweet_hint": "Bericht is gemarkeerd als enkel volgers of direct en kan niet worden herhaald",
"no_statuses": "Geen statussen",
"reload": "Verversen", "reload": "Verversen",
"repeated": "herhaalde", "repeated": "herhaalde",
"show_new": "Nieuwe tonen", "show_new": "Nieuwe tonen",
@ -908,16 +823,16 @@
"up_to_date": "Up-to-date" "up_to_date": "Up-to-date"
}, },
"tool_tip": { "tool_tip": {
"accept_follow_request": "Volgverzoek accepteren", "accept_follow_request": "Volg-aanvraag accepteren",
"add_reaction": "Reactie toevoegen", "add_reaction": "Reactie toevoegen",
"bookmark": "Bladwijzer maken", "bookmark": "Bladwijzer",
"favorite": "Favoriet maken", "favorite": "Favoriet maken",
"media_upload": "Media uploaden", "media_upload": "Media uploaden",
"quote": "Citeren", "quote": "Citeren",
"reject_follow_request": "Volgverzoek afwijzen", "reject_follow_request": "Volg-verzoek afwijzen",
"repeat": "Herhalen", "repeat": "Herhalen",
"reply": "Beantwoorden", "reply": "Beantwoorden",
"user_settings": "Gebruikersinstellingen" "user_settings": "Gebruikers Instellingen"
}, },
"upload": { "upload": {
"error": { "error": {
@ -944,11 +859,11 @@
"disable_any_subscription": "Volgen van gebruiker in zijn geheel verbieden", "disable_any_subscription": "Volgen van gebruiker in zijn geheel verbieden",
"disable_remote_subscription": "Volgen van gebruiker vanaf andere instanties verbieden", "disable_remote_subscription": "Volgen van gebruiker vanaf andere instanties verbieden",
"force_nsfw": "Alle berichten als gevoelig markeren", "force_nsfw": "Alle berichten als gevoelig markeren",
"force_unlisted": "Berichten forceren om niet openbaar getoond te worden", "force_unlisted": "Berichten forceren om niet publiekelijk getoond te worden",
"grant_admin": "Beheerdersrechten toekennen", "grant_admin": "Beheerdersrechten toekennen",
"grant_moderator": "Moderatorsrechten toekennen", "grant_moderator": "Moderatorsrechten toekennen",
"moderation": "Moderatie", "moderation": "Moderatie",
"quarantine": "Federeren van berichten verbieden", "quarantine": "Federeren van gebruikers berichten verbieden",
"revoke_admin": "Beheerdersrechten intrekken", "revoke_admin": "Beheerdersrechten intrekken",
"revoke_moderator": "Moderatorsrechten intrekken", "revoke_moderator": "Moderatorsrechten intrekken",
"sandbox": "Berichten forceren om alleen voor volgers zichtbaar te zijn", "sandbox": "Berichten forceren om alleen voor volgers zichtbaar te zijn",
@ -965,41 +880,40 @@
"edit_profile": "Profiel wijzigen", "edit_profile": "Profiel wijzigen",
"favorites": "Favorieten", "favorites": "Favorieten",
"follow": "Volgen", "follow": "Volgen",
"follow_cancel": "Verzoek annuleren", "follow_cancel": "Aanvraag annuleren",
"follow_progress": "Aanvragen…", "follow_progress": "Aanvragen…",
"follow_sent": "Verzoek verzonden!", "follow_sent": "Aanvraag verzonden!",
"follow_unfollow": "Ontvolgen", "follow_unfollow": "Stop volgen",
"followees": "Volgen", "followees": "Aan het volgen",
"followers": "Volgers", "followers": "Volgers",
"following": "Gevolgd!", "following": "Aan het volgen!",
"follows_you": "Volgt jou!", "follows_you": "Volgt jou!",
"hidden": "Verborgen", "hidden": "Verborgen",
"hide_repeats": "Herhalingen verbergen", "hide_repeats": "Herhalingen verbergen",
"highlight": { "highlight": {
"disabled": "Geen uitlichting", "disabled": "Geen highlight",
"side": "Zijstreep", "side": "Zijstreep",
"solid": "Effen achtergrond", "solid": "Effen achtergrond",
"striped": "Gestreepte achtergrond" "striped": "Gestreepte achtergrond"
}, },
"its_you": "'t is jij!", "its_you": "'t is jij!",
"media": "Media", "media": "Media",
"mention": "Vermelden", "mention": "Vermelding",
"message": "Bericht", "message": "Bericht",
"mute": "Negeren", "mute": "Negeren",
"mute_domain": "Domein blokkeren", "mute_domain": "Domein blokkeren",
"mute_progress": "Negeren…", "mute_progress": "Negeren…",
"muted": "Genegeerd", "muted": "Genegeerd",
"note": "Privé notitie",
"per_day": "per dag", "per_day": "per dag",
"remote_follow": "Van afstand volgen", "remote_follow": "Volg vanop afstand",
"report": "Rapporteren", "report": "Aangeven",
"show_repeats": "Herhalingen tonen", "show_repeats": "Herhalingen tonen",
"statuses": "Berichten", "statuses": "Statussen",
"subscribe": "Abonneren", "subscribe": "Abonneren",
"unblock": "Blokkeren opheffen", "unblock": "Blokkade opheffen",
"unblock_progress": "Blokkeren opheffen…", "unblock_progress": "Blokkade opheffen…",
"unmute": "Negeren opheffen", "unmute": "Negering opheffen",
"unmute_progress": "Negeren opheffen…", "unmute_progress": "Negering opheffen…",
"unsubscribe": "Abonnement opzeggen" "unsubscribe": "Abonnement opzeggen"
}, },
"user_profile": { "user_profile": {
@ -1008,13 +922,13 @@
"timeline_title": "Gebruikerstijdlijn" "timeline_title": "Gebruikerstijdlijn"
}, },
"user_reporting": { "user_reporting": {
"add_comment_description": "Het rapport zal naar de moderators van de instantie worden verstuurd. Je kunt hieronder uitleg bijvoegen waarom je dit account wilt rapporteren:", "add_comment_description": "Het rapport zal naar de moderators van de instantie worden verstuurd. Je kunt hieronder uitleg bijvoegen waarom je dit account wilt aangeven:",
"additional_comments": "Aanvullende opmerkingen", "additional_comments": "Aanvullende opmerkingen",
"forward_description": "Dit account hoort bij een andere server. Wil je een kopie van het rapport ook daarheen sturen?", "forward_description": "Dit account hoort bij een andere server. Wil je een kopie van het rapport ook daarheen sturen?",
"forward_to": "Doorsturen naar {0}", "forward_to": "Doorsturen naar {0}",
"generic_error": "Er is een fout opgetreden tijdens het verwerken van je verzoek.", "generic_error": "Er is een fout opgetreden tijdens het verwerken van je verzoek.",
"submit": "Verzenden", "submit": "Verzenden",
"title": "{0} rapporteren" "title": "{0} aangeven"
}, },
"who_to_follow": { "who_to_follow": {
"more": "Meer", "more": "Meer",

View file

@ -70,18 +70,15 @@
"processing": "Przetwarzam, za chwilę zostaniesz zapytany(-na) o ściągnięcie pliku" "processing": "Przetwarzam, za chwilę zostaniesz zapytany(-na) o ściągnięcie pliku"
}, },
"features_panel": { "features_panel": {
"chat": "Czat",
"gopher": "Gopher",
"media_proxy": "Proxy mediów", "media_proxy": "Proxy mediów",
"scope_options": "Ustawienia zakresu", "scope_options": "Ustawienia zakresu",
"text_limit": "Limit tekstu", "text_limit": "Limit tekstu",
"title": "Funkcje", "title": "Funkcje",
"upload_limit": "Limit wysyłania", "who_to_follow": "Propozycje obserwacji",
"who_to_follow": "Propozycje obserwacji" "pleroma_chat_messages": "Czat Pleromy",
}, "upload_limit": "Limit wysyłania"
"file_type": {
"audio": "Audio",
"file": "Plik",
"image": "Zdjęcie",
"video": "Wideo"
}, },
"finder": { "finder": {
"error_fetching_user": "Błąd przy pobieraniu profilu", "error_fetching_user": "Błąd przy pobieraniu profilu",

View file

@ -70,18 +70,15 @@
"processing": "A processar, brevemente ser-te-á pedido que descarregues o ficheiro" "processing": "A processar, brevemente ser-te-á pedido que descarregues o ficheiro"
}, },
"features_panel": { "features_panel": {
"chat": "Chat",
"gopher": "Gopher",
"media_proxy": "Proxy de multimédia", "media_proxy": "Proxy de multimédia",
"scope_options": "Opções de privacidade", "scope_options": "Opções de privacidade",
"text_limit": "Limite de caracteres", "text_limit": "Limite de caracteres",
"title": "Características", "title": "Características",
"who_to_follow": "Quem seguir",
"upload_limit": "Limite de carregamento", "upload_limit": "Limite de carregamento",
"who_to_follow": "Quem seguir" "pleroma_chat_messages": "Chat do Pleroma"
},
"file_type": {
"audio": "Áudio",
"file": "Ficheiro",
"image": "Imagem",
"video": "Vídeo"
}, },
"finder": { "finder": {
"error_fetching_user": "Erro ao pesquisar utilizador", "error_fetching_user": "Erro ao pesquisar utilizador",

View file

@ -69,6 +69,9 @@
"scope_options": "Настраиваемая видимость статусов", "scope_options": "Настраиваемая видимость статусов",
"text_limit": "Лимит символов", "text_limit": "Лимит символов",
"title": "Особенности", "title": "Особенности",
"gopher": "Gopher",
"who_to_follow": "Предложения кого читать",
"pleroma_chat_messages": "Pleroma Чат",
"upload_limit": "Наибольший размер загружаемого файла", "upload_limit": "Наибольший размер загружаемого файла",
"who_to_follow": "Предложения кого читать" "who_to_follow": "Предложения кого читать"
}, },

View file

@ -73,6 +73,9 @@
"processing": "Spracováva sa, čoskoro sa ti ponúknu na stiahnutie súbory s dátami exportu" "processing": "Spracováva sa, čoskoro sa ti ponúknu na stiahnutie súbory s dátami exportu"
}, },
"features_panel": { "features_panel": {
"shout": "Verejné fórum",
"pleroma_chat_messages": "Pleroma Chat",
"gopher": "Gopher",
"media_proxy": "Proxy pre médiá", "media_proxy": "Proxy pre médiá",
"scope_options": "Nastavenia rámca", "scope_options": "Nastavenia rámca",
"text_limit": "Limit počtu znakov", "text_limit": "Limit počtu znakov",

View file

@ -87,32 +87,16 @@
"error_fetching_user": "Користувача не знайдено", "error_fetching_user": "Користувача не знайдено",
"find_user": "Знайти користувача" "find_user": "Знайти користувача"
}, },
"general": { "features_panel": {
"apply": "Застосувати", "gopher": "Gopher",
"cancel": "Скасувати", "pleroma_chat_messages": "Чати",
"close": "Закрити", "chat": "Оголошення",
"confirm": "Підтвердити", "who_to_follow": "Кого відстежувати",
"disable": "Вимкнути", "title": "Особливості",
"dismiss": "Закрити", "scope_options": "Параметри обсягу",
"enable": "Увімкнути", "media_proxy": "Посередник медіа-даних",
"error_retry": "Будь ласка, спробуйте ще раз", "text_limit": "Ліміт символів",
"flash_content": "Натисніть для перегляду змісту Flash за допомогою Ruffle (експериментально, може не працювати).", "upload_limit": "Обмеження завантажень"
"flash_fail": "Не вдалося завантажити Flash-вміст, докладнішу інформацію дивись у консолі.",
"flash_security": "Ця функція може становити ризик, оскільки Flash-вміст все ще є потенційно небезпечним.",
"generic_error": "Виникла помилка",
"loading": "Завантаження…",
"more": "Більше",
"optional": "необов'язково",
"peek": "Глянути",
"retry": "Спробуйте ще раз",
"role": {
"admin": "Адміністратор",
"moderator": "Модератор"
},
"show_less": "Показати менше",
"show_more": "Показати більше",
"submit": "Відправити",
"verify": "Перевірити"
}, },
"image_cropper": { "image_cropper": {
"cancel": "Відмінити", "cancel": "Відмінити",

View file

@ -70,6 +70,9 @@
"processing": "Đang chuẩn bị tập tin cho bạn tải về" "processing": "Đang chuẩn bị tập tin cho bạn tải về"
}, },
"features_panel": { "features_panel": {
"chat": "Chat",
"pleroma_chat_messages": "Pleroma Chat",
"gopher": "Gopher",
"media_proxy": "Proxy media", "media_proxy": "Proxy media",
"scope_options": "Đa dạng kiểu đăng", "scope_options": "Đa dạng kiểu đăng",
"text_limit": "Giới hạn ký tự", "text_limit": "Giới hạn ký tự",

View file

@ -70,18 +70,15 @@
"processing": "正在处理,稍后会提示您下载文件" "processing": "正在处理,稍后会提示您下载文件"
}, },
"features_panel": { "features_panel": {
"chat": "聊天",
"gopher": "Gopher",
"media_proxy": "媒体代理", "media_proxy": "媒体代理",
"scope_options": "可见范围设置", "scope_options": "可见范围设置",
"text_limit": "文字数量限制", "text_limit": "文字数量限制",
"title": "功能", "title": "功能",
"upload_limit": "上传限制", "who_to_follow": "推荐关注",
"who_to_follow": "推荐关注" "pleroma_chat_messages": "Pleroma 聊天",
}, "upload_limit": "上传限制"
"file_type": {
"audio": "音频",
"file": "文件",
"image": "图片",
"video": "视频"
}, },
"finder": { "finder": {
"error_fetching_user": "获取用户时发生错误", "error_fetching_user": "获取用户时发生错误",

View file

@ -243,10 +243,63 @@
"public": "公共 - 發送到公共時間軸", "public": "公共 - 發送到公共時間軸",
"unlisted": "不公開 - 不會發送到公共時間軸" "unlisted": "不公開 - 不會發送到公共時間軸"
}, },
"scope_notice": { "flash_content": "點擊以使用 Ruffle 顯示 Flash 內容(實驗性,可能無效)。",
"private": "關注你的人才能看到本條內容", "flash_security": "請注意這可能有潜在的危險因為Flash內容仍然是武斷的程式碼。",
"public": "本條帖子可以被所有人看到", "flash_fail": "無法加載flash內容請參閱控制台瞭解詳細資訊。"
"unlisted": "本條內容既不在公共時間線,也不會在所有已知網絡上可見" },
"finder": {
"find_user": "尋找用戶",
"error_fetching_user": "獲取用戶時發生錯誤"
},
"features_panel": {
"who_to_follow": "推薦關注",
"title": "特色",
"text_limit": "文字數量限制",
"scope_options": "可見範圍設置",
"media_proxy": "媒體代理",
"pleroma_chat_messages": "Pleroma 聊天",
"chat": "聊天",
"gopher": "Gopher",
"upload_limit": "上傳限制"
},
"exporter": {
"processing": "正在處理,稍後會提示您下載文件",
"export": "導出"
},
"domain_mute_card": {
"unmute_progress": "取消靜音中…",
"unmute": "取消靜音",
"mute_progress": "靜音中…",
"mute": "靜音"
},
"about": {
"staff": "職員",
"mrf": {
"simple": {
"media_nsfw_desc": "這個實例強迫以下實例的帖子媒體設定為敏感:",
"media_nsfw": "媒體強制設定為敏感",
"media_removal_desc": "這個實例移除以下實例的帖子媒體:",
"media_removal": "移除媒體",
"ftl_removal_desc": "這個實例在所有已知網絡中移除下列實例:",
"ftl_removal": "從所有已知網路中移除",
"quarantine_desc": "本實例只會把公開發文發送到下列實例:",
"quarantine": "隔離",
"reject_desc": "本實例不會接收來自下列實例的消息:",
"reject": "拒絕",
"accept_desc": "本實例只接收來自下列實例的消息:",
"simple_policies": "站規",
"accept": "接受"
},
"mrf_policies_desc": "MRF 策略會影響本實例的互通行為。以下策略已啟用:",
"keyword": {
"ftl_removal": "從“全部已知網絡”時間線上移除",
"replace": "取代",
"reject": "拒絕",
"is_replaced_by": "→",
"keyword_policies": "關鍵字政策"
},
"mrf_policies": "已啟用的MRF政策",
"federation": "聯邦"
} }
}, },
"registration": { "registration": {

View file

@ -23,10 +23,10 @@
animation: mfm-spin 0.5s linear infinite; animation: mfm-spin 0.5s linear infinite;
} }
._mfm_spin_[data-x] { ._mfm_spin_[x] {
animation-name: mfm-spinX; animation-name: mfm-spinX;
} }
._mfm_spin_[data-y] { ._mfm_spin_[y] {
animation-name: mfm-spinY; animation-name: mfm-spinY;
} }
._mfm_spin_[left] { ._mfm_spin_[left] {