Merge remote-tracking branch 'upstream/develop' into minimal-scopes-mode
* upstream/develop: (173 commits) Fix: Change condition fix typo update store according to retweeted status #433 - update sort by for conversation display replies_count right after reply icon expose replies_count from mastodon api Apparently, MastoAPI gives status in ancestors if you try opening a repeat... make side drawer use gesture service and fix its animations review/remove error hiding errata review #433 - sort conversation for retweets and clean up Revert "Merge branch 'revert-987b5162' into 'develop'" Revert "Merge branch 'mastoapi/friends-tl' into 'develop'" Add await to login action' Remove console log Fix warnings in user profile routing Add tests for gesture service, fix bug with perpendicular directions #255 - clean up autocomplete form #255 - clean up user settings page with self-closing html tags ...
This commit is contained in:
commit
9f4a9bff46
115 changed files with 3612 additions and 1222 deletions
|
@ -49,7 +49,7 @@
|
|||
"account_not_locked_warning_link": "مقفل",
|
||||
"attachments_sensitive": "اعتبر المرفقات كلها كمحتوى حساس",
|
||||
"content_type": {
|
||||
"plain_text": "نص صافٍ"
|
||||
"text/plain": "نص صافٍ"
|
||||
},
|
||||
"content_warning": "الموضوع (اختياري)",
|
||||
"default": "وصلت للتوّ إلى لوس أنجلس.",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"account_not_locked_warning_link": "bloquejat",
|
||||
"attachments_sensitive": "Marca l'adjunt com a delicat",
|
||||
"content_type": {
|
||||
"plain_text": "Text pla"
|
||||
"text/plain": "Text pla"
|
||||
},
|
||||
"content_warning": "Assumpte (opcional)",
|
||||
"default": "Em sento…",
|
||||
|
|
428
src/i18n/cs.json
Normal file
428
src/i18n/cs.json
Normal file
|
@ -0,0 +1,428 @@
|
|||
{
|
||||
"chat": {
|
||||
"title": "Chat"
|
||||
},
|
||||
"features_panel": {
|
||||
"chat": "Chat",
|
||||
"gopher": "Gopher",
|
||||
"media_proxy": "Mediální proxy",
|
||||
"scope_options": "Možnosti rozsahů",
|
||||
"text_limit": "Textový limit",
|
||||
"title": "Vlastnosti",
|
||||
"who_to_follow": "Koho sledovat"
|
||||
},
|
||||
"finder": {
|
||||
"error_fetching_user": "Chyba při načítání uživatele",
|
||||
"find_user": "Najít uživatele"
|
||||
},
|
||||
"general": {
|
||||
"apply": "Použít",
|
||||
"submit": "Odeslat",
|
||||
"more": "Více",
|
||||
"generic_error": "Vyskytla se chyba",
|
||||
"optional": "volitelné"
|
||||
},
|
||||
"image_cropper": {
|
||||
"crop_picture": "Oříznout obrázek",
|
||||
"save": "Uložit",
|
||||
"cancel": "Zrušit"
|
||||
},
|
||||
"login": {
|
||||
"login": "Přihlásit",
|
||||
"description": "Přihlásit pomocí OAuth",
|
||||
"logout": "Odhlásit",
|
||||
"password": "Heslo",
|
||||
"placeholder": "např. lain",
|
||||
"register": "Registrovat",
|
||||
"username": "Uživatelské jméno",
|
||||
"hint": "Chcete-li se přidat do diskuze, přihlaste se"
|
||||
},
|
||||
"media_modal": {
|
||||
"previous": "Předchozí",
|
||||
"next": "Další"
|
||||
},
|
||||
"nav": {
|
||||
"about": "O instanci",
|
||||
"back": "Zpět",
|
||||
"chat": "Místní chat",
|
||||
"friend_requests": "Požadavky o sledování",
|
||||
"mentions": "Zmínky",
|
||||
"dms": "Přímé zprávy",
|
||||
"public_tl": "Veřejná časová osa",
|
||||
"timeline": "Časová osa",
|
||||
"twkn": "Celá známá síť",
|
||||
"user_search": "Hledání uživatelů",
|
||||
"who_to_follow": "Koho sledovat",
|
||||
"preferences": "Předvolby"
|
||||
},
|
||||
"notifications": {
|
||||
"broken_favorite": "Neznámý příspěvek, hledám jej…",
|
||||
"favorited_you": "si oblíbil/a váš příspěvek",
|
||||
"followed_you": "vás nyní sleduje",
|
||||
"load_older": "Načíst starší oznámení",
|
||||
"notifications": "Oznámení",
|
||||
"read": "Číst!",
|
||||
"repeated_you": "zopakoval/a váš příspěvek",
|
||||
"no_more_notifications": "Žádná další oznámení"
|
||||
},
|
||||
"post_status": {
|
||||
"new_status": "Napsat nový příspěvek",
|
||||
"account_not_locked_warning": "Váš účet není {0}. Kdokoliv vás může sledovat a vidět vaše příspěvky pouze pro sledující.",
|
||||
"account_not_locked_warning_link": "uzamčen",
|
||||
"attachments_sensitive": "Označovat přílohy jako citlivé",
|
||||
"content_type": {
|
||||
"text/plain": "Prostý text",
|
||||
"text/html": "HTML",
|
||||
"text/markdown": "Markdown"
|
||||
},
|
||||
"content_warning": "Předmět (volitelný)",
|
||||
"default": "Právě jsem přistál v L.A.",
|
||||
"direct_warning": "Tento příspěvek uvidí pouze všichni zmínění uživatelé.",
|
||||
"posting": "Přispívání",
|
||||
"scope": {
|
||||
"direct": "Přímý - Poslat pouze zmíněným uživatelům",
|
||||
"private": "Pouze pro sledující - Poslat pouze sledujícím",
|
||||
"public": "Veřejný - Poslat na veřejné časové osy",
|
||||
"unlisted": "Neuvedený - Neposlat na veřejné časové osy"
|
||||
}
|
||||
},
|
||||
"registration": {
|
||||
"bio": "O vás",
|
||||
"email": "E-mail",
|
||||
"fullname": "Zobrazované jméno",
|
||||
"password_confirm": "Potvrzení hesla",
|
||||
"registration": "Registrace",
|
||||
"token": "Token pozvánky",
|
||||
"captcha": "CAPTCHA",
|
||||
"new_captcha": "Kliknutím na obrázek získáte novou CAPTCHA",
|
||||
"username_placeholder": "např. lain",
|
||||
"fullname_placeholder": "např. Lain Iwakura",
|
||||
"bio_placeholder": "např.\nNazdar, jsem Lain\nJsem anime dívka žijící v příměstském Japonsku. Možná mě znáte z Wired.",
|
||||
"validations": {
|
||||
"username_required": "nemůže být prázdné",
|
||||
"fullname_required": "nemůže být prázdné",
|
||||
"email_required": "nemůže být prázdný",
|
||||
"password_required": "nemůže být prázdné",
|
||||
"password_confirmation_required": "nemůže být prázdné",
|
||||
"password_confirmation_match": "musí být stejné jako heslo"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"app_name": "Název aplikace",
|
||||
"attachmentRadius": "Přílohy",
|
||||
"attachments": "Přílohy",
|
||||
"autoload": "Povolit automatické načítání při rolování dolů",
|
||||
"avatar": "Avatar",
|
||||
"avatarAltRadius": "Avatary (oznámení)",
|
||||
"avatarRadius": "Avatary",
|
||||
"background": "Pozadí",
|
||||
"bio": "O vás",
|
||||
"blocks_tab": "Blokování",
|
||||
"btnRadius": "Tlačítka",
|
||||
"cBlue": "Modrá (Odpovědět, sledovat)",
|
||||
"cGreen": "Zelená (Zopakovat)",
|
||||
"cOrange": "Oranžová (Oblíbit)",
|
||||
"cRed": "Červená (Zrušit)",
|
||||
"change_password": "Změnit heslo",
|
||||
"change_password_error": "Při změně vašeho hesla se vyskytla chyba.",
|
||||
"changed_password": "Heslo bylo úspěšně změněno!",
|
||||
"collapse_subject": "Zabalit příspěvky s předměty",
|
||||
"composing": "Komponování",
|
||||
"confirm_new_password": "Potvrďte nové heslo",
|
||||
"current_avatar": "Váš současný avatar",
|
||||
"current_password": "Současné heslo",
|
||||
"current_profile_banner": "Váš současný profilový banner",
|
||||
"data_import_export_tab": "Import/export dat",
|
||||
"default_vis": "Výchozí rozsah viditelnosti",
|
||||
"delete_account": "Smazat účet",
|
||||
"delete_account_description": "Trvale smaže váš účet a všechny vaše příspěvky.",
|
||||
"delete_account_error": "Při mazání vašeho účtu nastala chyba. Pokud tato chyba bude trvat, kontaktujte prosím admministrátora vaší instance.",
|
||||
"delete_account_instructions": "Pro potvrzení smazání účtu napište své heslo do pole níže.",
|
||||
"avatar_size_instruction": "Doporučená minimální velikost pro avatarové obrázky je 150x150 pixelů.",
|
||||
"export_theme": "Uložit přednastavení",
|
||||
"filtering": "Filtrování",
|
||||
"filtering_explanation": "Všechny příspěvky obsahující tato slova budou skryty. Napište jedno slovo na každý řádek",
|
||||
"follow_export": "Export sledovaných",
|
||||
"follow_export_button": "Exportovat vaše sledované do souboru CSV",
|
||||
"follow_export_processing": "Zpracovávám, brzy si budete moci stáhnout váš soubor",
|
||||
"follow_import": "Import sledovaných",
|
||||
"follow_import_error": "Chyba při importování sledovaných",
|
||||
"follows_imported": "Sledovaní importováni! Jejich zpracování bude chvilku trvat.",
|
||||
"foreground": "Popředí",
|
||||
"general": "Obecné",
|
||||
"hide_attachments_in_convo": "Skrývat přílohy v konverzacích",
|
||||
"hide_attachments_in_tl": "Skrývat přílohy v časové ose",
|
||||
"max_thumbnails": "Maximální počet miniatur na příspěvek",
|
||||
"hide_isp": "Skrýt panel specifický pro instanci",
|
||||
"preload_images": "Přednačítat obrázky",
|
||||
"use_one_click_nsfw": "Otevírat citlivé přílohy pouze jedním kliknutím",
|
||||
"hide_post_stats": "Skrývat statistiky příspěvků (např. počet oblíbení)",
|
||||
"hide_user_stats": "Skrývat statistiky uživatelů (např. počet sledujících)",
|
||||
"hide_filtered_statuses": "Skrývat filtrované příspěvky",
|
||||
"import_followers_from_a_csv_file": "Importovat sledované ze souboru CSV",
|
||||
"import_theme": "Načíst přednastavení",
|
||||
"inputRadius": "Vstupní pole",
|
||||
"checkboxRadius": "Zaškrtávací pole",
|
||||
"instance_default": "(výchozí: {value})",
|
||||
"instance_default_simple": "(výchozí)",
|
||||
"interface": "Rozhraní",
|
||||
"interfaceLanguage": "Jazyk rozhraní",
|
||||
"invalid_theme_imported": "Zvolený soubor není podporovaný motiv Pleroma. Nebyly provedeny žádné změny s vaším motivem.",
|
||||
"limited_availability": "Nedostupné ve vašem prohlížeči",
|
||||
"links": "Odkazy",
|
||||
"lock_account_description": "Omezit váš účet pouze na schválené sledující",
|
||||
"loop_video": "Opakovat videa",
|
||||
"loop_video_silent_only": "Opakovat pouze videa beze zvuku (t.j. „GIFy“ na Mastodonu)",
|
||||
"mutes_tab": "Ignorování",
|
||||
"play_videos_in_modal": "Přehrávat videa přímo v prohlížeči médií",
|
||||
"use_contain_fit": "Neořezávat přílohu v miniaturách",
|
||||
"name": "Jméno",
|
||||
"name_bio": "Jméno a popis",
|
||||
"new_password": "Nové heslo",
|
||||
"notification_visibility": "Typy oznámení k zobrazení",
|
||||
"notification_visibility_follows": "Sledující",
|
||||
"notification_visibility_likes": "Oblíbení",
|
||||
"notification_visibility_mentions": "Zmínky",
|
||||
"notification_visibility_repeats": "Zopakování",
|
||||
"no_rich_text_description": "Odstranit ze všech příspěvků formátování textu",
|
||||
"no_blocks": "Žádná blokování",
|
||||
"no_mutes": "Žádná ignorování",
|
||||
"hide_follows_description": "Nezobrazovat, koho sleduji",
|
||||
"hide_followers_description": "Nezobrazovat, kdo mě sleduje",
|
||||
"show_admin_badge": "Zobrazovat v mém profilu odznak administrátora",
|
||||
"show_moderator_badge": "Zobrazovat v mém profilu odznak moderátora",
|
||||
"nsfw_clickthrough": "Povolit prokliknutelné skrývání citlivých příloh",
|
||||
"oauth_tokens": "Tokeny OAuth",
|
||||
"token": "Token",
|
||||
"refresh_token": "Obnovit token",
|
||||
"valid_until": "Platný do",
|
||||
"revoke_token": "Odvolat",
|
||||
"panelRadius": "Panely",
|
||||
"pause_on_unfocused": "Pozastavit streamování, pokud není záložka prohlížeče v soustředění",
|
||||
"presets": "Přednastavení",
|
||||
"profile_background": "Profilové pozadí",
|
||||
"profile_banner": "Profilový banner",
|
||||
"profile_tab": "Profil",
|
||||
"radii_help": "Nastavit zakulacení rohů rozhraní (v pixelech)",
|
||||
"replies_in_timeline": "Odpovědi v časové ose",
|
||||
"reply_link_preview": "Povolit náhledy odkazu pro odpověď při přejetí myši",
|
||||
"reply_visibility_all": "Zobrazit všechny odpovědi",
|
||||
"reply_visibility_following": "Zobrazit pouze odpovědi směřované na mě nebo uživatele, které sleduji",
|
||||
"reply_visibility_self": "Zobrazit pouze odpovědi směřované na mě",
|
||||
"saving_err": "Chyba při ukládání nastavení",
|
||||
"saving_ok": "Nastavení uložena",
|
||||
"security_tab": "Bezpečnost",
|
||||
"scope_copy": "Kopírovat rozsah při odpovídání (přímé zprávy jsou vždy kopírovány)",
|
||||
"set_new_avatar": "Nastavit nový avatar",
|
||||
"set_new_profile_background": "Nastavit nové profilové pozadí",
|
||||
"set_new_profile_banner": "Nastavit nový profilový banner",
|
||||
"settings": "Nastavení",
|
||||
"subject_input_always_show": "Vždy zobrazit pole pro předmět",
|
||||
"subject_line_behavior": "Kopírovat předmět při odpovídání",
|
||||
"subject_line_email": "Jako u e-mailu: „re: předmět“",
|
||||
"subject_line_mastodon": "Jako u Mastodonu: zkopírovat tak, jak je",
|
||||
"subject_line_noop": "Nekopírovat",
|
||||
"post_status_content_type": "Publikovat typ obsahu příspěvku",
|
||||
"stop_gifs": "Přehrávat GIFy při přejetí myši",
|
||||
"streaming": "Povolit automatické streamování nových příspěvků při rolování nahoru",
|
||||
"text": "Text",
|
||||
"theme": "Motiv",
|
||||
"theme_help": "Použijte hexadecimální barevné kódy (#rrggbb) pro přizpůsobení vašeho barevného motivu.",
|
||||
"theme_help_v2_1": "Zaškrtnutím pole můžete také přepsat barvy a průhlednost některých komponentů, pro smazání všech přednastavení použijte tlačítko „Smazat vše“.",
|
||||
"theme_help_v2_2": "Ikony pod některými položkami jsou indikátory kontrastu pozadí/textu, pro detailní informace nad nimi přejeďte myší. Prosím berte na vědomí, že při používání kontrastu průhlednosti ukazují indikátory nejhorší možný případ.",
|
||||
"tooltipRadius": "Popisky/upozornění",
|
||||
"upload_a_photo": "Nahrát fotku",
|
||||
"user_settings": "Uživatelská nastavení",
|
||||
"values": {
|
||||
"false": "ne",
|
||||
"true": "ano"
|
||||
},
|
||||
"notifications": "Oznámení",
|
||||
"enable_web_push_notifications": "Povolit webová push oznámení",
|
||||
"style": {
|
||||
"switcher": {
|
||||
"keep_color": "Ponechat barvy",
|
||||
"keep_shadows": "Ponechat stíny",
|
||||
"keep_opacity": "Ponechat průhlednost",
|
||||
"keep_roundness": "Ponechat kulatost",
|
||||
"keep_fonts": "Keep fonts",
|
||||
"save_load_hint": "Možnosti „Ponechat“ dočasně ponechávají aktuálně nastavené možností při volení či nahrávání motivů, také tyto možnosti ukládají při exportování motivu. Pokud není žádné pole zaškrtnuto, uloží export motivu všechno.",
|
||||
"reset": "Resetovat",
|
||||
"clear_all": "Vymazat vše",
|
||||
"clear_opacity": "Vymazat průhlednost"
|
||||
},
|
||||
"common": {
|
||||
"color": "Barva",
|
||||
"opacity": "Průhlednost",
|
||||
"contrast": {
|
||||
"hint": "Poměr kontrastu je {ratio}, {level} {context}",
|
||||
"level": {
|
||||
"aa": "splňuje směrnici úrovně AA (minimální)",
|
||||
"aaa": "splňuje směrnici úrovně AAA (doporučováno)",
|
||||
"bad": "nesplňuje žádné směrnice přístupnosti"
|
||||
},
|
||||
"context": {
|
||||
"18pt": "pro velký (18+ bodů) text",
|
||||
"text": "pro text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"common_colors": {
|
||||
"_tab_label": "Obvyklé",
|
||||
"main": "Obvyklé barvy",
|
||||
"foreground_hint": "Pro detailnější kontrolu viz záložka „Pokročilé“",
|
||||
"rgbo": "Ikony, odstíny, odznaky"
|
||||
},
|
||||
"advanced_colors": {
|
||||
"_tab_label": "Pokročilé",
|
||||
"alert": "Pozadí upozornění",
|
||||
"alert_error": "Chyba",
|
||||
"badge": "Pozadí odznaků",
|
||||
"badge_notification": "Oznámení",
|
||||
"panel_header": "Záhlaví panelu",
|
||||
"top_bar": "Vrchní pruh",
|
||||
"borders": "Okraje",
|
||||
"buttons": "Tlačítka",
|
||||
"inputs": "Vstupní pole",
|
||||
"faint_text": "Vybledlý text"
|
||||
},
|
||||
"radii": {
|
||||
"_tab_label": "Kulatost"
|
||||
},
|
||||
"shadows": {
|
||||
"_tab_label": "Stín a osvětlení",
|
||||
"component": "Komponent",
|
||||
"override": "Přepsat",
|
||||
"shadow_id": "Stín #{value}",
|
||||
"blur": "Rozmazání",
|
||||
"spread": "Rozsah",
|
||||
"inset": "Vsazení",
|
||||
"hint": "Pro stíny můžete také použít --variable jako hodnotu barvy pro použití proměnných CSS3. Prosím berte na vědomí, že nastavení průhlednosti v tomto případě nebude fungovat.",
|
||||
"filter_hint": {
|
||||
"always_drop_shadow": "Varování, tento stín vždy používá {0}, když to prohlížeč podporuje.",
|
||||
"drop_shadow_syntax": "{0} nepodporuje parametr {1} a klíčové slovo {2}.",
|
||||
"avatar_inset": "Prosím berte na vědomí, že kombinování vsazených i nevsazených stínů u avatarů může u průhledných avatarů dát neočekávané výsledky.",
|
||||
"spread_zero": "Stíny s rozsahem > 0 se zobrazí, jako kdyby byl rozsah nastaven na nulu",
|
||||
"inset_classic": "Vsazené stíny budou používat {0}"
|
||||
},
|
||||
"components": {
|
||||
"panel": "Panel",
|
||||
"panelHeader": "Záhlaví panelu",
|
||||
"topBar": "Vrchní pruh",
|
||||
"avatar": "Avatar uživatele (v zobrazení profilu)",
|
||||
"avatarStatus": "Avatar uživatele (v zobrazení příspěvku)",
|
||||
"popup": "Vyskakovací okna a popisky",
|
||||
"button": "Tlačítko",
|
||||
"buttonHover": "Tlačítko (přejetí myši)",
|
||||
"buttonPressed": "Tlačítko (stisknuto)",
|
||||
"buttonPressedHover": "Button (stisknuto+přejetí myši)",
|
||||
"input": "Vstupní pole"
|
||||
}
|
||||
},
|
||||
"fonts": {
|
||||
"_tab_label": "Písma",
|
||||
"help": "Zvolte písmo, které bude použito pro prvky rozhraní. U možnosti „vlastní“ musíte zadat přesný název písma tak, jak se zobrazuje v systému.",
|
||||
"components": {
|
||||
"interface": "Rozhraní",
|
||||
"input": "Vstupní pole",
|
||||
"post": "Text příspěvků",
|
||||
"postCode": "Neproporcionální text v příspěvku (formátovaný text)"
|
||||
},
|
||||
"family": "Název písma",
|
||||
"size": "Velikost (v pixelech)",
|
||||
"weight": "Tloušťka",
|
||||
"custom": "Vlastní"
|
||||
},
|
||||
"preview": {
|
||||
"header": "Náhled",
|
||||
"content": "Obsah",
|
||||
"error": "Příklad chyby",
|
||||
"button": "Tlačítko",
|
||||
"text": "Spousta dalšího {0} a {1}",
|
||||
"mono": "obsahu",
|
||||
"input": "Právě jsem přistál v L.A.",
|
||||
"faint_link": "pomocný manuál",
|
||||
"fine_print": "Přečtěte si náš {0} a nenaučte se nic užitečného!",
|
||||
"header_faint": "Tohle je v pohodě",
|
||||
"checkbox": "Pročetl/a jsem podmínky používání",
|
||||
"link": "hezký malý odkaz"
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"collapse": "Zabalit",
|
||||
"conversation": "Konverzace",
|
||||
"error_fetching": "Chyba při načítání aktualizací",
|
||||
"load_older": "Načíst starší příspěvky",
|
||||
"no_retweet_hint": "Příspěvek je označen jako pouze pro sledující či přímý a nemůže být zopakován",
|
||||
"repeated": "zopakoval/a",
|
||||
"show_new": "Zobrazit nové",
|
||||
"up_to_date": "Aktuální",
|
||||
"no_more_statuses": "Žádné další příspěvky",
|
||||
"no_statuses": "Žádné příspěvky"
|
||||
},
|
||||
"status": {
|
||||
"reply_to": "Odpověď uživateli",
|
||||
"replies_list": "Odpovědi:"
|
||||
},
|
||||
|
||||
"user_card": {
|
||||
"approve": "Schválit",
|
||||
"block": "Blokovat",
|
||||
"blocked": "Blokován/a!",
|
||||
"deny": "Zamítnout",
|
||||
"favorites": "Oblíbené",
|
||||
"follow": "Sledovat",
|
||||
"follow_sent": "Požadavek odeslán!",
|
||||
"follow_progress": "Odeslílám požadavek…",
|
||||
"follow_again": "Odeslat požadavek znovu?",
|
||||
"follow_unfollow": "Přestat sledovat",
|
||||
"followees": "Sledovaní",
|
||||
"followers": "Sledující",
|
||||
"following": "Sledujete!",
|
||||
"follows_you": "Sleduje vás!",
|
||||
"its_you": "Jste to vy!",
|
||||
"media": "Média",
|
||||
"mute": "Ignorovat",
|
||||
"muted": "Ignorován/a",
|
||||
"per_day": "za den",
|
||||
"remote_follow": "Vzdálené sledování",
|
||||
"statuses": "Příspěvky",
|
||||
"unblock": "Odblokovat",
|
||||
"unblock_progress": "Odblokuji…",
|
||||
"block_progress": "Blokuji…",
|
||||
"unmute": "Přestat ignorovat",
|
||||
"unmute_progress": "Ruším ignorování…",
|
||||
"mute_progress": "Ignoruji…"
|
||||
},
|
||||
"user_profile": {
|
||||
"timeline_title": "Uživatelská časová osa",
|
||||
"profile_does_not_exist": "Omlouváme se, tento profil neexistuje.",
|
||||
"profile_loading_error": "Omlouváme se, při načítání tohoto profilu se vyskytla chyba."
|
||||
},
|
||||
"who_to_follow": {
|
||||
"more": "Více",
|
||||
"who_to_follow": "Koho sledovat"
|
||||
},
|
||||
"tool_tip": {
|
||||
"media_upload": "Nahrát média",
|
||||
"repeat": "Zopakovat",
|
||||
"reply": "Odpovědět",
|
||||
"favorite": "Oblíbit",
|
||||
"user_settings": "Uživatelské nastavení"
|
||||
},
|
||||
"upload":{
|
||||
"error": {
|
||||
"base": "Nahrávání selhalo.",
|
||||
"file_too_big": "Soubor je příliš velký [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
|
||||
"default": "Zkuste to znovu později"
|
||||
},
|
||||
"file_size_units": {
|
||||
"B": "B",
|
||||
"KiB": "KiB",
|
||||
"MiB": "MiB",
|
||||
"GiB": "GiB",
|
||||
"TiB": "TiB"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -55,7 +55,7 @@
|
|||
"account_not_locked_warning_link": "gesperrt",
|
||||
"attachments_sensitive": "Anhänge als heikel markieren",
|
||||
"content_type": {
|
||||
"plain_text": "Nur Text"
|
||||
"text/plain": "Nur Text"
|
||||
},
|
||||
"content_warning": "Betreff (optional)",
|
||||
"default": "Sitze gerade im Hofbräuhaus.",
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
"image_cropper": {
|
||||
"crop_picture": "Crop picture",
|
||||
"save": "Save",
|
||||
"save_without_cropping": "Save without cropping",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"login": {
|
||||
|
@ -71,7 +72,9 @@
|
|||
"account_not_locked_warning_link": "locked",
|
||||
"attachments_sensitive": "Mark attachments as sensitive",
|
||||
"content_type": {
|
||||
"plain_text": "Plain text"
|
||||
"text/plain": "Plain text",
|
||||
"text/html": "HTML",
|
||||
"text/markdown": "Markdown"
|
||||
},
|
||||
"content_warning": "Subject (optional)",
|
||||
"default": "Just landed in L.A.",
|
||||
|
@ -95,7 +98,7 @@
|
|||
"new_captcha": "Click the image to get a new captcha",
|
||||
"username_placeholder": "e.g. lain",
|
||||
"fullname_placeholder": "e.g. Lain Iwakura",
|
||||
"bio_placeholder": "e.g.\nHi, I'm Lain\nI’m an anime girl living in suburban Japan. You may know me from the Wired.",
|
||||
"bio_placeholder": "e.g.\nHi, I'm Lain.\nI’m an anime girl living in suburban Japan. You may know me from the Wired.",
|
||||
"validations": {
|
||||
"username_required": "cannot be left blank",
|
||||
"fullname_required": "cannot be left blank",
|
||||
|
@ -150,6 +153,7 @@
|
|||
"general": "General",
|
||||
"hide_attachments_in_convo": "Hide attachments in conversations",
|
||||
"hide_attachments_in_tl": "Hide attachments in timeline",
|
||||
"hide_muted_posts": "Hide posts of muted users",
|
||||
"max_thumbnails": "Maximum amount of thumbnails per post",
|
||||
"hide_isp": "Hide instance-specific panel",
|
||||
"preload_images": "Preload images",
|
||||
|
@ -222,7 +226,6 @@
|
|||
"subject_line_mastodon": "Like mastodon: copy as is",
|
||||
"subject_line_noop": "Do not copy",
|
||||
"post_status_content_type": "Post status content type",
|
||||
"status_content_type_plain": "Plain text",
|
||||
"stop_gifs": "Play-on-hover GIFs",
|
||||
"streaming": "Enable automatic streaming of new posts when scrolled to the top",
|
||||
"text": "Text",
|
||||
|
@ -347,6 +350,11 @@
|
|||
"checkbox": "I have skimmed over terms and conditions",
|
||||
"link": "a nice lil' link"
|
||||
}
|
||||
},
|
||||
"version": {
|
||||
"title": "Version",
|
||||
"backend_version": "Backend Version",
|
||||
"frontend_version": "Frontend Version"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
|
|
344
src/i18n/eo.json
344
src/i18n/eo.json
|
@ -2,118 +2,420 @@
|
|||
"chat": {
|
||||
"title": "Babilejo"
|
||||
},
|
||||
"features_panel": {
|
||||
"chat": "Babilejo",
|
||||
"gopher": "Gopher",
|
||||
"media_proxy": "Aŭdvidaĵa prokurilo",
|
||||
"scope_options": "Agordoj de amplekso",
|
||||
"text_limit": "Teksta limo",
|
||||
"title": "Funkcioj",
|
||||
"who_to_follow": "Kiun aboni"
|
||||
},
|
||||
"finder": {
|
||||
"error_fetching_user": "Eraro alportante uzanton",
|
||||
"find_user": "Trovi uzanton"
|
||||
},
|
||||
"general": {
|
||||
"apply": "Apliki",
|
||||
"submit": "Sendi"
|
||||
"submit": "Sendi",
|
||||
"more": "Pli",
|
||||
"generic_error": "Eraro okazis",
|
||||
"optional": "Malnepra"
|
||||
},
|
||||
"image_cropper": {
|
||||
"crop_picture": "Tondi bildon",
|
||||
"save": "Konservi",
|
||||
"cancel": "Nuligi"
|
||||
},
|
||||
"login": {
|
||||
"login": "Ensaluti",
|
||||
"logout": "Elsaluti",
|
||||
"login": "Saluti",
|
||||
"description": "Saluti per OAuth",
|
||||
"logout": "Adiaŭi",
|
||||
"password": "Pasvorto",
|
||||
"placeholder": "ekz. lain",
|
||||
"register": "Registriĝi",
|
||||
"username": "Salutnomo"
|
||||
"username": "Salutnomo",
|
||||
"hint": "Salutu por partopreni la diskutadon"
|
||||
},
|
||||
"media_modal": {
|
||||
"previous": "Antaŭa",
|
||||
"next": "Sekva"
|
||||
},
|
||||
"nav": {
|
||||
"about": "Pri",
|
||||
"back": "Reen",
|
||||
"chat": "Loka babilejo",
|
||||
"friend_requests": "Abonaj petoj",
|
||||
"mentions": "Mencioj",
|
||||
"dms": "Rektaj mesaĝoj",
|
||||
"public_tl": "Publika tempolinio",
|
||||
"timeline": "Tempolinio",
|
||||
"twkn": "La tuta konata reto"
|
||||
"twkn": "La tuta konata reto",
|
||||
"user_search": "Serĉi uzantojn",
|
||||
"who_to_follow": "Kiun aboni",
|
||||
"preferences": "Agordoj"
|
||||
},
|
||||
"notifications": {
|
||||
"broken_favorite": "Nekonata stato, serĉante ĝin…",
|
||||
"favorited_you": "ŝatis vian staton",
|
||||
"followed_you": "ekabonis vin",
|
||||
"load_older": "Enlegi pli malnovajn sciigojn",
|
||||
"notifications": "Sciigoj",
|
||||
"read": "Legite!",
|
||||
"repeated_you": "ripetis vian staton"
|
||||
"repeated_you": "ripetis vian staton",
|
||||
"no_more_notifications": "Neniuj pliaj sciigoj"
|
||||
},
|
||||
"post_status": {
|
||||
"new_status": "Afiŝi novan staton",
|
||||
"account_not_locked_warning": "Via konto ne estas {0}. Iu ajn povas vin aboni por vidi viajn afiŝoj nur por abonantoj.",
|
||||
"account_not_locked_warning_link": "ŝlosita",
|
||||
"attachments_sensitive": "Marki kunsendaĵojn kiel konsternajn",
|
||||
"content_type": {
|
||||
"text/plain": "Plata teksto"
|
||||
},
|
||||
"content_warning": "Temo (malnepra)",
|
||||
"default": "Ĵus alvenis al la Universala Kongreso!",
|
||||
"posting": "Afiŝante"
|
||||
"direct_warning": "Ĉi tiu afiŝo estos videbla nur por ĉiuj menciitaj uzantoj.",
|
||||
"posting": "Afiŝante",
|
||||
"scope": {
|
||||
"direct": "Rekta – Afiŝi nur al menciitaj uzantoj",
|
||||
"private": "Nur abonantoj – Afiŝi nur al abonantoj",
|
||||
"public": "Publika – Afiŝi al publikaj tempolinioj",
|
||||
"unlisted": "Nelistigita – Ne afiŝi al publikaj tempolinioj"
|
||||
}
|
||||
},
|
||||
"registration": {
|
||||
"bio": "Priskribo",
|
||||
"email": "Retpoŝtadreso",
|
||||
"fullname": "Vidiga nomo",
|
||||
"password_confirm": "Konfirmo de pasvorto",
|
||||
"registration": "Registriĝo"
|
||||
"registration": "Registriĝo",
|
||||
"token": "Invita ĵetono",
|
||||
"captcha": "TESTO DE HOMECO",
|
||||
"new_captcha": "Alklaku la bildon por akiri novan teston",
|
||||
"username_placeholder": "ekz. lain",
|
||||
"fullname_placeholder": "ekz. Lain Iwakura",
|
||||
"bio_placeholder": "ekz.\nSaluton, mi estas Lain\nMi estas animea knabino vivante en Japanujo. Eble vi konas min de la retejo « Wired ».",
|
||||
"validations": {
|
||||
"username_required": "ne povas resti malplena",
|
||||
"fullname_required": "ne povas resti malplena",
|
||||
"email_required": "ne povas resti malplena",
|
||||
"password_required": "ne povas resti malplena",
|
||||
"password_confirmation_required": "ne povas resti malplena",
|
||||
"password_confirmation_match": "samu la pasvorton"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"app_name": "Nomo de aplikaĵo",
|
||||
"attachmentRadius": "Kunsendaĵoj",
|
||||
"attachments": "Kunsendaĵoj",
|
||||
"autoload": "Ŝalti memfaran ŝarĝadon ĉe subo de paĝo",
|
||||
"autoload": "Ŝalti memfaran enlegadon ĉe subo de paĝo",
|
||||
"avatar": "Profilbildo",
|
||||
"avatarAltRadius": "Profilbildoj (sciigoj)",
|
||||
"avatarRadius": "Profilbildoj",
|
||||
"background": "Fono",
|
||||
"bio": "Priskribo",
|
||||
"blocks_tab": "Baroj",
|
||||
"btnRadius": "Butonoj",
|
||||
"cBlue": "Blua (Respondo, abono)",
|
||||
"cGreen": "Verda (Kunhavigo)",
|
||||
"cOrange": "Oranĝa (Ŝato)",
|
||||
"cRed": "Ruĝa (Nuligo)",
|
||||
"change_password": "Ŝanĝi pasvorton",
|
||||
"change_password_error": "Okazis eraro dum ŝanĝo de via pasvorto.",
|
||||
"changed_password": "Pasvorto sukcese ŝanĝiĝis!",
|
||||
"collapse_subject": "Maletendi afiŝojn kun temoj",
|
||||
"composing": "Verkante",
|
||||
"confirm_new_password": "Konfirmu novan pasvorton",
|
||||
"current_avatar": "Via nuna profilbildo",
|
||||
"current_password": "Nuna pasvorto",
|
||||
"current_profile_banner": "Via nuna profila rubando",
|
||||
"data_import_export_tab": "Enporto / Elporto de datenoj",
|
||||
"default_vis": "Implicita videbleca amplekso",
|
||||
"delete_account": "Forigi konton",
|
||||
"delete_account_description": "Por ĉiam forigi vian konton kaj ĉiujn viajn mesaĝojn",
|
||||
"delete_account_error": "Okazis eraro dum forigo de via kanto. Se tio daŭre okazados, bonvolu kontakti la administranton de via nodo.",
|
||||
"delete_account_instructions": "Entajpu sube vian pasvorton por konfirmi forigon de konto.",
|
||||
"avatar_size_instruction": "La rekomendata malpleja grando de profilbildoj estas 150×150 bilderoj.",
|
||||
"export_theme": "Konservi antaŭagordon",
|
||||
"filtering": "Filtrado",
|
||||
"filtering_explanation": "Ĉiuj statoj kun tiuj ĉi vortoj silentiĝos, po unu linie",
|
||||
"filtering_explanation": "Ĉiuj statoj kun tiuj ĉi vortoj silentiĝos, po unu linio",
|
||||
"follow_export": "Abona elporto",
|
||||
"follow_export_button": "Elporti viajn abonojn al CSV-dosiero",
|
||||
"follow_export_processing": "Traktante; baldaŭ vi ricevos peton elŝuti la dosieron",
|
||||
"follow_import": "Abona enporto",
|
||||
"follow_import_error": "Eraro enportante abonojn",
|
||||
"follows_imported": "Abonoj enportiĝis! Traktado daŭros iom.",
|
||||
"foreground": "Malfono",
|
||||
"general": "Ĝenerala",
|
||||
"hide_attachments_in_convo": "Kaŝi kunsendaĵojn en interparoloj",
|
||||
"hide_attachments_in_tl": "Kaŝi kunsendaĵojn en tempolinio",
|
||||
"max_thumbnails": "Plej multa nombro da bildetoj po afiŝo",
|
||||
"hide_isp": "Kaŝi nodo-propran breton",
|
||||
"preload_images": "Antaŭ-enlegi bildojn",
|
||||
"use_one_click_nsfw": "Malfermi konsternajn kunsendaĵojn per nur unu klako",
|
||||
"hide_post_stats": "Kaŝi statistikon de afiŝoj (ekz. nombron da ŝatoj)",
|
||||
"hide_user_stats": "Kaŝi statistikon de uzantoj (ekz. nombron da abonantoj)",
|
||||
"hide_filtered_statuses": "Kaŝi filtritajn statojn",
|
||||
"import_followers_from_a_csv_file": "Enporti abonojn el CSV-dosiero",
|
||||
"import_theme": "Enlegi antaŭagordojn",
|
||||
"inputRadius": "Enigaj kampoj",
|
||||
"checkboxRadius": "Markbutonoj",
|
||||
"instance_default": "(implicita: {value})",
|
||||
"instance_default_simple": "(implicita)",
|
||||
"interface": "Fasado",
|
||||
"interfaceLanguage": "Lingvo de fasado",
|
||||
"invalid_theme_imported": "La elektita dosiero ne estas subtenata haŭto de Pleromo. Neniuj ŝanĝoj al via haŭto okazis.",
|
||||
"limited_availability": "Nehavebla en via foliumilo",
|
||||
"links": "Ligiloj",
|
||||
"lock_account_description": "Limigi vian konton al nur abonantoj aprobitaj",
|
||||
"loop_video": "Ripetadi filmojn",
|
||||
"loop_video_silent_only": "Ripetadi nur filmojn sen sono (ekz. la \"GIF-ojn\" de Mastodon)",
|
||||
"mutes_tab": "Silentigoj",
|
||||
"play_videos_in_modal": "Ludi filmojn rekte en la aŭdvidaĵa spektilo",
|
||||
"use_contain_fit": "Ne tondi la kunsendaĵon en bildetoj",
|
||||
"name": "Nomo",
|
||||
"name_bio": "Nomo kaj priskribo",
|
||||
"new_password": "Nova pasvorto",
|
||||
"notification_visibility": "Montrotaj specoj de sciigoj",
|
||||
"notification_visibility_follows": "Abonoj",
|
||||
"notification_visibility_likes": "Ŝatoj",
|
||||
"notification_visibility_mentions": "Mencioj",
|
||||
"notification_visibility_repeats": "Ripetoj",
|
||||
"no_rich_text_description": "Forigi riĉtekstajn formojn de ĉiuj afiŝoj",
|
||||
"no_blocks": "Neniuj baroj",
|
||||
"no_mutes": "Neniuj silentigoj",
|
||||
"hide_follows_description": "Ne montri kiun mi sekvas",
|
||||
"hide_followers_description": "Ne montri kiu min sekvas",
|
||||
"show_admin_badge": "Montri la insignon de administranto en mia profilo",
|
||||
"show_moderator_badge": "Montri la insignon de kontrolanto en mia profilo",
|
||||
"nsfw_clickthrough": "Ŝalti traklakan kaŝon de konsternaj kunsendaĵoj",
|
||||
"panelRadius": "Paneloj",
|
||||
"oauth_tokens": "Ĵetonoj de OAuth",
|
||||
"token": "Ĵetono",
|
||||
"refresh_token": "Ĵetono de novigo",
|
||||
"valid_until": "Valida ĝis",
|
||||
"revoke_token": "Senvalidigi",
|
||||
"panelRadius": "Bretoj",
|
||||
"pause_on_unfocused": "Paŭzigi elsendfluon kiam langeto ne estas fokusata",
|
||||
"presets": "Antaŭagordoj",
|
||||
"profile_background": "Profila fono",
|
||||
"profile_banner": "Profila rubando",
|
||||
"radii_help": "Agordi fasadan rondigon de randoj (rastrumere)",
|
||||
"reply_link_preview": "Ŝalti respond-ligilan antaŭvidon dum ŝvebo",
|
||||
"profile_tab": "Profilo",
|
||||
"radii_help": "Agordi fasadan rondigon de randoj (bildere)",
|
||||
"replies_in_timeline": "Respondoj en tempolinio",
|
||||
"reply_link_preview": "Ŝalti respond-ligilan antaŭvidon dum musa ŝvebo",
|
||||
"reply_visibility_all": "Montri ĉiujn respondojn",
|
||||
"reply_visibility_following": "Montri nur respondojn por mi aŭ miaj abonatoj",
|
||||
"reply_visibility_self": "Montri nur respondojn por mi",
|
||||
"saving_err": "Eraro dum konservo de agordoj",
|
||||
"saving_ok": "Agordoj konserviĝis",
|
||||
"security_tab": "Sekureco",
|
||||
"scope_copy": "Kopii amplekson por respondo (rektaj mesaĝoj ĉiam kopiiĝas)",
|
||||
"set_new_avatar": "Agordi novan profilbildon",
|
||||
"set_new_profile_background": "Agordi novan profilan fonon",
|
||||
"set_new_profile_banner": "Agordi novan profilan rubandon",
|
||||
"settings": "Agordoj",
|
||||
"stop_gifs": "Movi GIF-bildojn dum ŝvebo",
|
||||
"subject_input_always_show": "Ĉiam montri teman kampon",
|
||||
"subject_line_behavior": "Kopii temon por respondo",
|
||||
"subject_line_email": "Kiel retpoŝto: \"re: temo\"",
|
||||
"subject_line_mastodon": "Kiel Mastodon: kopii senŝanĝe",
|
||||
"subject_line_noop": "Ne kopii",
|
||||
"post_status_content_type": "Afiŝi specon de la enhavo de la stato",
|
||||
"stop_gifs": "Movi GIF-bildojn dum musa ŝvebo",
|
||||
"streaming": "Ŝalti memfaran fluigon de novaj afiŝoj ĉe la supro de la paĝo",
|
||||
"text": "Teksto",
|
||||
"theme": "Etoso",
|
||||
"theme_help": "Uzu deksesumajn kolorkodojn (#rrvvbb) por adapti vian koloran etoson.",
|
||||
"theme": "Haŭto",
|
||||
"theme_help": "Uzu deksesumajn kolorkodojn (#rrvvbb) por adapti vian koloran haŭton.",
|
||||
"theme_help_v2_1": "Vi ankaŭ povas superagordi la kolorojn kaj travideblecon de kelkaj eroj per marko de la markbutono; uzu la butonon \"Vakigi ĉion\" por forigi ĉîujn superagordojn.",
|
||||
"theme_help_v2_2": "Bildsimboloj sub kelkaj eroj estas indikiloj de kontrasto inter fono kaj teksto; muse ŝvebu por detalaj informoj. Bonvolu memori, ke la indikilo montras la plej malbonan okazeblon dum sia uzo.",
|
||||
"tooltipRadius": "Ŝpruchelpiloj/avertoj",
|
||||
"user_settings": "Uzantaj agordoj"
|
||||
"upload_a_photo": "Alŝuti foton",
|
||||
"user_settings": "Agordoj de uzanto",
|
||||
"values": {
|
||||
"false": "ne",
|
||||
"true": "jes"
|
||||
},
|
||||
"notifications": "Sciigoj",
|
||||
"enable_web_push_notifications": "Ŝalti retajn puŝajn sciigojn",
|
||||
"style": {
|
||||
"switcher": {
|
||||
"keep_color": "Konservi kolorojn",
|
||||
"keep_shadows": "Konservi ombrojn",
|
||||
"keep_opacity": "Konservi maltravideblecon",
|
||||
"keep_roundness": "Konservi rondecon",
|
||||
"keep_fonts": "Konservi tiparojn",
|
||||
"save_load_hint": "Elektebloj de \"konservi\" konservas la nuntempajn agordojn dum elektado aŭ enlegado de haŭtoj. Ĝi ankaŭ konservas tiujn agordojn dum elportado de haŭto. Kun ĉiuj markbutonoj nemarkitaj, elporto de la haŭto ĉion konservos.",
|
||||
"reset": "Restarigi",
|
||||
"clear_all": "Vakigi ĉion",
|
||||
"clear_opacity": "Vakigi maltravideblecon"
|
||||
},
|
||||
"common": {
|
||||
"color": "Koloro",
|
||||
"opacity": "Maltravidebleco",
|
||||
"contrast": {
|
||||
"hint": "Proporcio de kontrasto estas {ratio}, ĝi {level} {context}",
|
||||
"level": {
|
||||
"aa": "plenumas la gvidilon je nivelo AA (malpleja)",
|
||||
"aaa": "plenumas la gvidilon je nivela AAA (rekomendita)",
|
||||
"bad": "plenumas neniujn faciluzajn gvidilojn"
|
||||
},
|
||||
"context": {
|
||||
"18pt": "por granda (18pt+) teksto",
|
||||
"text": "por teksto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"common_colors": {
|
||||
"_tab_label": "Komunaj",
|
||||
"main": "Komunaj koloroj",
|
||||
"foreground_hint": "Vidu langeton \"Specialaj\" por pli detalaj agordoj",
|
||||
"rgbo": "Bildsimboloj, emfazoj, insignoj"
|
||||
},
|
||||
"advanced_colors": {
|
||||
"_tab_label": "Specialaj",
|
||||
"alert": "Averta fono",
|
||||
"alert_error": "Eraro",
|
||||
"badge": "Insigna fono",
|
||||
"badge_notification": "Sciigo",
|
||||
"panel_header": "Kapo de breto",
|
||||
"top_bar": "Supra breto",
|
||||
"borders": "Limoj",
|
||||
"buttons": "Butonoj",
|
||||
"inputs": "Enigaj kampoj",
|
||||
"faint_text": "Malvigla teksto"
|
||||
},
|
||||
"radii": {
|
||||
"_tab_label": "Rondeco"
|
||||
},
|
||||
"shadows": {
|
||||
"_tab_label": "Ombro kaj lumo",
|
||||
"component": "Ero",
|
||||
"override": "Transpasi",
|
||||
"shadow_id": "Ombro #{value}",
|
||||
"blur": "Malklarigo",
|
||||
"spread": "Vastigo",
|
||||
"inset": "Internigo",
|
||||
"hint": "Por ombroj vi ankaŭ povas uzi --variable kiel koloran valoron, por uzi variantojn de CSS3. Bonvolu rimarki, ke tiuokaze agordoj de maltravidebleco ne funkcios.",
|
||||
"filter_hint": {
|
||||
"always_drop_shadow": "Averto: ĉi tiu ombro ĉiam uzas {0} kiam la foliumilo ĝin subtenas.",
|
||||
"drop_shadow_syntax": "{0} ne subtenas parametron {1} kaj ŝlosilvorton {2}.",
|
||||
"avatar_inset": "Bonvolu rimarki, ke agordi ambaŭ internajn kaj eksterajn ombrojn por profilbildoj povas redoni neatenditajn rezultojn ĉe profilbildoj travideblaj.",
|
||||
"spread_zero": "Ombroj kun vastigo > 0 aperos kvazaŭ ĝi estus fakte nulo",
|
||||
"inset_classic": "Internaj ombroj uzos {0}"
|
||||
},
|
||||
"components": {
|
||||
"panel": "Breto",
|
||||
"panelHeader": "Kapo de breto",
|
||||
"topBar": "Supra breto",
|
||||
"avatar": "Profilbildo de uzanto (en profila vido)",
|
||||
"avatarStatus": "Profilbildo de uzanto (en afiŝa vido)",
|
||||
"popup": "Ŝprucaĵoj",
|
||||
"button": "Butono",
|
||||
"buttonHover": "Butono (je ŝvebo)",
|
||||
"buttonPressed": "Butono (premita)",
|
||||
"buttonPressedHover": "Butono (premita je ŝvebo)",
|
||||
"input": "Eniga kampo"
|
||||
}
|
||||
},
|
||||
"fonts": {
|
||||
"_tab_label": "Tiparoj",
|
||||
"help": "Elektu tiparon uzotan por eroj de la fasado. Por \"propra\" vi devas enigi la precizan nomon de tiparo tiel, kiel ĝi aperas en la sistemo",
|
||||
"components": {
|
||||
"interface": "Fasado",
|
||||
"input": "Enigaj kampoj",
|
||||
"post": "Teksto de afiŝo",
|
||||
"postCode": "Egallarĝa teksto en afiŝo (riĉteksto)"
|
||||
},
|
||||
"family": "Nomo de tiparo",
|
||||
"size": "Grando (en bilderoj)",
|
||||
"weight": "Pezo (graseco)",
|
||||
"custom": "Propra"
|
||||
},
|
||||
"preview": {
|
||||
"header": "Antaŭrigardo",
|
||||
"content": "Enhavo",
|
||||
"error": "Ekzempla eraro",
|
||||
"button": "Butono",
|
||||
"text": "Kelko da pliaj {0} kaj {1}",
|
||||
"mono": "enhavo",
|
||||
"input": "Ĵus alvenis al la Universala Kongreso!",
|
||||
"faint_link": "helpan manlibron",
|
||||
"fine_print": "Legu nian {0} por nenion utilan ekscii!",
|
||||
"header_faint": "Tio estas en ordo",
|
||||
"checkbox": "Mi legetis la kondiĉojn de uzado",
|
||||
"link": "bela eta ligil’"
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"collapse": "Maletendi",
|
||||
"conversation": "Interparolo",
|
||||
"error_fetching": "Eraro dum ĝisdatigo",
|
||||
"load_older": "Montri pli malnovajn statojn",
|
||||
"repeated": "ripetata",
|
||||
"no_retweet_hint": "Afiŝo estas markita kiel rekta aŭ nur por abonantoj, kaj ne eblas ĝin ripeti",
|
||||
"repeated": "ripetita",
|
||||
"show_new": "Montri novajn",
|
||||
"up_to_date": "Ĝisdata"
|
||||
"up_to_date": "Ĝisdata",
|
||||
"no_more_statuses": "Neniuj pliaj statoj",
|
||||
"no_statuses": "Neniuj statoj"
|
||||
},
|
||||
"user_card": {
|
||||
"approve": "Aprobi",
|
||||
"block": "Bari",
|
||||
"blocked": "Barita!",
|
||||
"deny": "Rifuzi",
|
||||
"favorites": "Ŝatataj",
|
||||
"follow": "Aboni",
|
||||
"follow_sent": "Peto sendiĝis!",
|
||||
"follow_progress": "Petanta…",
|
||||
"follow_again": "Ĉu sendi peton denove?",
|
||||
"follow_unfollow": "Malaboni",
|
||||
"followees": "Abonatoj",
|
||||
"followers": "Abonantoj",
|
||||
"following": "Abonanta!",
|
||||
"follows_you": "Abonas vin!",
|
||||
"its_you": "Tio estas vi!",
|
||||
"media": "Aŭdvidaĵoj",
|
||||
"mute": "Silentigi",
|
||||
"muted": "Silentigitaj",
|
||||
"per_day": "tage",
|
||||
"remote_follow": "Fore aboni",
|
||||
"statuses": "Statoj"
|
||||
"statuses": "Statoj",
|
||||
"unblock": "Malbari",
|
||||
"unblock_progress": "Malbaranta…",
|
||||
"block_progress": "Baranta…",
|
||||
"unmute": "Malsilentigi",
|
||||
"unmute_progress": "Malsilentiganta…",
|
||||
"mute_progress": "Silentiganta…"
|
||||
},
|
||||
"user_profile": {
|
||||
"timeline_title": "Uzanta tempolinio"
|
||||
"timeline_title": "Uzanta tempolinio",
|
||||
"profile_does_not_exist": "Pardonu, ĉi tiu profilo ne ekzistas.",
|
||||
"profile_loading_error": "Pardonu, eraro okazis dum enlegado de ĉi tiu profilo."
|
||||
},
|
||||
"who_to_follow": {
|
||||
"more": "Pli",
|
||||
"who_to_follow": "Kiun aboni"
|
||||
},
|
||||
"tool_tip": {
|
||||
"media_upload": "Alŝuti aŭdvidaĵon",
|
||||
"repeat": "Ripeti",
|
||||
"reply": "Respondi",
|
||||
"favorite": "Ŝati",
|
||||
"user_settings": "Agordoj de uzanto"
|
||||
},
|
||||
"upload":{
|
||||
"error": {
|
||||
"base": "Alŝuto malsukcesis.",
|
||||
"file_too_big": "Dosiero estas tro granda [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
|
||||
"default": "Reprovu pli poste"
|
||||
},
|
||||
"file_size_units": {
|
||||
"B": "B",
|
||||
"KiB": "KiB",
|
||||
"MiB": "MiB",
|
||||
"GiB": "GiB",
|
||||
"TiB": "TiB"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"account_not_locked_warning_link": "bloqueada",
|
||||
"attachments_sensitive": "Contenido sensible",
|
||||
"content_type": {
|
||||
"plain_text": "Texto Plano"
|
||||
"text/plain": "Texto Plano"
|
||||
},
|
||||
"content_warning": "Tema (opcional)",
|
||||
"default": "Acabo de aterrizar en L.A.",
|
||||
|
@ -202,7 +202,6 @@
|
|||
"subject_line_mastodon": "Tipo mastodon: copiar como es",
|
||||
"subject_line_noop": "No copiar",
|
||||
"post_status_content_type": "Formato de publicación",
|
||||
"status_content_type_plain": "Texto plano",
|
||||
"stop_gifs": "Iniciar GIFs al pasar el ratón",
|
||||
"streaming": "Habilite la transmisión automática de nuevas publicaciones cuando se desplaza hacia la parte superior",
|
||||
"text": "Texto",
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"account_not_locked_warning_link": "lukittu",
|
||||
"attachments_sensitive": "Merkkaa liitteet arkaluonteisiksi",
|
||||
"content_type": {
|
||||
"plain_text": "Tavallinen teksti"
|
||||
"text/plain": "Tavallinen teksti"
|
||||
},
|
||||
"content_warning": "Aihe (valinnainen)",
|
||||
"default": "Tulin juuri saunasta.",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"account_not_locked_warning_link": "verrouillé",
|
||||
"attachments_sensitive": "Marquer le média comme sensible",
|
||||
"content_type": {
|
||||
"plain_text": "Texte brut"
|
||||
"text/plain": "Texte brut"
|
||||
},
|
||||
"content_warning": "Sujet (optionnel)",
|
||||
"default": "Écrivez ici votre prochain statut.",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"account_not_locked_warning_link": "faoi glas",
|
||||
"attachments_sensitive": "Marcáil ceangaltán mar íogair",
|
||||
"content_type": {
|
||||
"plain_text": "Gnáth-théacs"
|
||||
"text/plain": "Gnáth-théacs"
|
||||
},
|
||||
"content_warning": "Teideal (roghnach)",
|
||||
"default": "Lá iontach anseo i nGaillimh",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"account_not_locked_warning_link": "נעול",
|
||||
"attachments_sensitive": "סמן מסמכים מצורפים כלא בטוחים לצפייה",
|
||||
"content_type": {
|
||||
"plain_text": "טקסט פשוט"
|
||||
"text/plain": "טקסט פשוט"
|
||||
},
|
||||
"content_warning": "נושא (נתון לבחירה)",
|
||||
"default": "הרגע נחת ב-ל.א.",
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
"account_not_locked_warning_link": "bloccato",
|
||||
"attachments_sensitive": "Segna allegati come sensibili",
|
||||
"content_type": {
|
||||
"plain_text": "Testo normale"
|
||||
"text/plain": "Testo normale"
|
||||
},
|
||||
"content_warning": "Oggetto (facoltativo)",
|
||||
"default": "Appena atterrato in L.A.",
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"account_not_locked_warning_link": "ロックされたアカウント",
|
||||
"attachments_sensitive": "ファイルをNSFWにする",
|
||||
"content_type": {
|
||||
"plain_text": "プレーンテキスト"
|
||||
"text/plain": "プレーンテキスト"
|
||||
},
|
||||
"content_warning": "せつめい (かかなくてもよい)",
|
||||
"default": "はねだくうこうに、つきました。",
|
||||
|
@ -202,7 +202,6 @@
|
|||
"subject_line_mastodon": "マストドンふう: そのままコピー",
|
||||
"subject_line_noop": "コピーしない",
|
||||
"post_status_content_type": "とうこうのコンテントタイプ",
|
||||
"status_content_type_plain": "プレーンテキスト",
|
||||
"stop_gifs": "カーソルをかさねたとき、GIFをうごかす",
|
||||
"streaming": "うえまでスクロールしたとき、じどうてきにストリーミングする",
|
||||
"text": "もじ",
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"account_not_locked_warning_link": "잠김",
|
||||
"attachments_sensitive": "첨부물을 민감함으로 설정",
|
||||
"content_type": {
|
||||
"plain_text": "평문"
|
||||
"text/plain": "평문"
|
||||
},
|
||||
"content_warning": "주제 (필수 아님)",
|
||||
"default": "LA에 도착!",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
const messages = {
|
||||
ar: require('./ar.json'),
|
||||
ca: require('./ca.json'),
|
||||
cs: require('./cs.json'),
|
||||
de: require('./de.json'),
|
||||
en: require('./en.json'),
|
||||
eo: require('./eo.json'),
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"account_not_locked_warning_link": "låst",
|
||||
"attachments_sensitive": "Merk vedlegg som sensitive",
|
||||
"content_type": {
|
||||
"plain_text": "Klar tekst"
|
||||
"text/plain": "Klar tekst"
|
||||
},
|
||||
"content_warning": "Tema (valgfritt)",
|
||||
"default": "Landet akkurat i L.A.",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"account_not_locked_warning_link": "gesloten",
|
||||
"attachments_sensitive": "Markeer bijlage als gevoelig",
|
||||
"content_type": {
|
||||
"plain_text": "Gewone tekst"
|
||||
"text/plain": "Gewone tekst"
|
||||
},
|
||||
"content_warning": "Onderwerp (optioneel)",
|
||||
"default": "Tijd voor een pauze!",
|
||||
|
|
363
src/i18n/oc.json
363
src/i18n/oc.json
|
@ -1,51 +1,84 @@
|
|||
{
|
||||
"chat": {
|
||||
"title": "Messatjariá"
|
||||
},
|
||||
"features_panel": {
|
||||
"chat": "Chat",
|
||||
"gopher": "Gopher",
|
||||
"media_proxy": "Servidor mandatari mèdia",
|
||||
"scope_options": "Nivèls de confidencialitat",
|
||||
"text_limit": "Limita de tèxte",
|
||||
"title": "Foncionalitats",
|
||||
"who_to_follow": "Qual seguir"
|
||||
},
|
||||
"finder": {
|
||||
"error_fetching_user": "Error pendent la recèrca d’un utilizaire",
|
||||
"error_fetching_user": "Error pendent la cèrca d’un utilizaire",
|
||||
"find_user": "Cercar un utilizaire"
|
||||
},
|
||||
"general": {
|
||||
"apply": "Aplicar",
|
||||
"submit": "Mandar"
|
||||
"submit": "Mandar",
|
||||
"more": "Mai",
|
||||
"generic_error": "Una error s’es producha",
|
||||
"optional": "opcional"
|
||||
},
|
||||
"image_cropper": {
|
||||
"crop_picture": "Talhar l’imatge",
|
||||
"save": "Salvar",
|
||||
"cancel": "Anullar"
|
||||
},
|
||||
"login": {
|
||||
"login": "Connexion",
|
||||
"description": "Connexion via OAuth",
|
||||
"logout": "Desconnexion",
|
||||
"password": "Senhal",
|
||||
"placeholder": "e.g. lain",
|
||||
"register": "Se marcar",
|
||||
"username": "Nom d’utilizaire"
|
||||
"username": "Nom d’utilizaire",
|
||||
"hint": "Connectatz-vos per participar a la discutida"
|
||||
},
|
||||
"media_modal": {
|
||||
"previous": "Precedent",
|
||||
"next": "Seguent"
|
||||
},
|
||||
"nav": {
|
||||
"about": "A prepaus",
|
||||
"back": "Tornar",
|
||||
"chat": "Chat local",
|
||||
"friend_requests": "Demandas de seguiment",
|
||||
"mentions": "Notificacions",
|
||||
"dms": "Messatges privats",
|
||||
"public_tl": "Estatuts locals",
|
||||
"timeline": "Flux d’actualitat",
|
||||
"twkn": "Lo malhum conegut",
|
||||
"friend_requests": "Demandas d'abonament"
|
||||
"user_search": "Cèrca d’utilizaires",
|
||||
"who_to_follow": "Qual seguir",
|
||||
"preferences": "Preferéncias"
|
||||
},
|
||||
"notifications": {
|
||||
"broken_favorite": "Estatut desconegut, sèm a lo cercar...",
|
||||
"favorited_you": "a aimat vòstre estatut",
|
||||
"followed_you": "vos a seguit",
|
||||
"load_older": "Cargar las notificacions mai ancianas",
|
||||
"notifications": "Notficacions",
|
||||
"read": "Legit !",
|
||||
"read": "Legit !",
|
||||
"repeated_you": "a repetit vòstre estatut",
|
||||
"broken_favorite": "Estatut desconegut, sèm a lo cercar...",
|
||||
"load_older": "Cargar las notificaciones mai ancianas"
|
||||
"no_more_notifications": "Pas mai de notificacions"
|
||||
},
|
||||
"post_status": {
|
||||
"content_warning": "Avís de contengut (opcional)",
|
||||
"default": "Escrivètz aquí vòstre estatut.",
|
||||
"posting": "Mandadís",
|
||||
"account_not_locked_warning": "Vòstre compte es pas {0}. Qual que siá pòt vos seguir per veire vòstras publicacions destinadas pas qu'a vòstres seguidors.",
|
||||
"new_status": "Publicar d’estatuts novèls",
|
||||
"account_not_locked_warning": "Vòstre compte es pas {0}. Qual que siá pòt vos seguir per veire vòstras publicacions destinadas pas qu’a vòstres seguidors.",
|
||||
"account_not_locked_warning_link": "clavat",
|
||||
"attachments_sensitive": "Marcar las pèças juntas coma sensiblas",
|
||||
"content_type": {
|
||||
"plain_text": "Tèxte brut"
|
||||
"text/plain": "Tèxte brut",
|
||||
"text/html": "HTML",
|
||||
"text/markdown": "Markdown"
|
||||
},
|
||||
"content_warning": "Avís de contengut (opcional)",
|
||||
"default": "Escrivètz aquí vòstre estatut.",
|
||||
"direct_warning": "Aquesta publicacion serà pas que visibla pels utilizaires mencionats.",
|
||||
"posting": "Mandadís",
|
||||
"scope": {
|
||||
"direct": "Dirècte - Publicar pels utilizaires mencionats solament",
|
||||
"private": "Seguidors solament - Publicar pels sols seguidors",
|
||||
|
@ -59,9 +92,23 @@
|
|||
"fullname": "Nom complèt",
|
||||
"password_confirm": "Confirmar lo senhal",
|
||||
"registration": "Inscripcion",
|
||||
"token": "Geton de convidat"
|
||||
"token": "Geton de convidat",
|
||||
"captcha": "CAPTCHA",
|
||||
"new_captcha": "Clicatz l’imatge per obténer una nòva captcha",
|
||||
"username_placeholder": "e.g. lain",
|
||||
"fullname_placeholder": "e.g. Lain Iwakura",
|
||||
"bio_placeholder": "e.g.\nHi, Soi lo Lain\nSoi afocada d’animes e vivi al Japan. Benlèu que me coneissètz de the Wired.",
|
||||
"validations": {
|
||||
"username_required": "pòt pas èsser void",
|
||||
"fullname_required": "pòt pas èsser void",
|
||||
"email_required": "pòt pas èsser void",
|
||||
"password_required": "pòt pas èsser void",
|
||||
"password_confirmation_required": "pòt pas èsser void",
|
||||
"password_confirmation_match": "deu èsser lo meteis senhal"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"app_name": "Nom de l’aplicacion",
|
||||
"attachmentRadius": "Pèças juntas",
|
||||
"attachments": "Pèças juntas",
|
||||
"autoload": "Activar lo cargament automatic un còp arribat al cap de la pagina",
|
||||
|
@ -70,23 +117,30 @@
|
|||
"avatarRadius": "Avatars",
|
||||
"background": "Rèire plan",
|
||||
"bio": "Biografia",
|
||||
"blocks_tab": "Blocatges",
|
||||
"btnRadius": "Botons",
|
||||
"cBlue": "Blau (Respondre, seguir)",
|
||||
"cGreen": "Verd (Repartajar)",
|
||||
"cGreen": "Verd (Repertir)",
|
||||
"cOrange": "Irange (Aimar)",
|
||||
"cRed": "Roge (Anullar)",
|
||||
"change_password": "Cambiar lo senhal",
|
||||
"change_password_error": "Una error s’es producha en cambiant lo senhal.",
|
||||
"changed_password": "Senhal corrèctament cambiat !",
|
||||
"changed_password": "Senhal corrèctament cambiat !",
|
||||
"collapse_subject": "Replegar las publicacions amb de subjèctes",
|
||||
"composing": "Escritura",
|
||||
"confirm_new_password": "Confirmatz lo nòu senhal",
|
||||
"current_avatar": "Vòstre avatar actual",
|
||||
"current_password": "Senhal actual",
|
||||
"current_profile_banner": "Bandièra actuala del perfil",
|
||||
"data_import_export_tab": "Importar / Exportar las donadas",
|
||||
"default_vis": "Nivèl de visibilitat per defaut",
|
||||
"delete_account": "Suprimir lo compte",
|
||||
"delete_account_description": "Suprimir vòstre compte e los messatges per sempre.",
|
||||
"delete_account_error": "Una error s’es producha en suprimir lo compte. S’aquò ten d’arribar mercés de contactar vòstre administrador d’instància.",
|
||||
"delete_account_error": "Una error s’es producha en suprimir lo compte. S’aquò ten d’arribar mercés de contactar vòstre administrator d’instància.",
|
||||
"delete_account_instructions": "Picatz vòstre senhal dins lo camp tèxte çai-jos per confirmar la supression del compte.",
|
||||
"filtering": "Filtre",
|
||||
"avatar_size_instruction": "La talha minimum recomandada pels imatges d’avatar es 150x150 pixèls.",
|
||||
"export_theme": "Enregistrar la preconfiguracion",
|
||||
"filtering": "Filtratge",
|
||||
"filtering_explanation": "Totes los estatuts amb aqueles mots seràn en silenci, un mot per linha",
|
||||
"follow_export": "Exportar los abonaments",
|
||||
"follow_export_button": "Exportar vòstres abonaments dins un fichièr csv",
|
||||
|
@ -95,66 +149,204 @@
|
|||
"follow_import_error": "Error en important los seguidors",
|
||||
"follows_imported": "Seguidors importats. Lo tractament pòt trigar una estona.",
|
||||
"foreground": "Endavant",
|
||||
"general": "General",
|
||||
"hide_attachments_in_convo": "Rescondre las pèças juntas dins las conversacions",
|
||||
"hide_attachments_in_tl": "Rescondre las pèças juntas",
|
||||
"import_followers_from_a_csv_file": "Importar los seguidors d’un fichièr csv",
|
||||
"inputRadius": "Camps tèxte",
|
||||
"links": "Ligams",
|
||||
"name": "Nom",
|
||||
"name_bio": "Nom & Bio",
|
||||
"new_password": "Nòu senhal",
|
||||
"nsfw_clickthrough": "Activar lo clic per mostrar los imatges marcats coma pels adults o sensibles",
|
||||
"panelRadius": "Panèls",
|
||||
"presets": "Pre-enregistrats",
|
||||
"profile_background": "Imatge de fons",
|
||||
"profile_banner": "Bandièra del perfil",
|
||||
"radii_help": "Configurar los caires arredondits de l’interfàcia (en pixèls)",
|
||||
"reply_link_preview": "Activar l’apercebut en passar la mirga",
|
||||
"set_new_avatar": "Cambiar l’avatar",
|
||||
"set_new_profile_background": "Cambiar l’imatge de fons",
|
||||
"set_new_profile_banner": "Cambiar de bandièra",
|
||||
"settings": "Paramètres",
|
||||
"stop_gifs": "Lançar los GIFs al subrevòl",
|
||||
"streaming": "Activar lo cargament automatic dels novèls estatus en anar amont",
|
||||
"text": "Tèxte",
|
||||
"theme": "Tèma",
|
||||
"theme_help": "Emplegatz los còdis de color hex (#rrggbb) per personalizar vòstre tèma de color.",
|
||||
"tooltipRadius": "Astúcias/Alèrta",
|
||||
"user_settings": "Paramètres utilizaire",
|
||||
"collapse_subject": "Replegar las publicacions amb de subjèctes",
|
||||
"data_import_export_tab": "Importar / Exportar las donadas",
|
||||
"default_vis": "Nivèl de visibilitat per defaut",
|
||||
"export_theme": "Enregistrar la preconfiguracion",
|
||||
"general": "General",
|
||||
"hide_post_stats": "Amagar los estatistics de publicacion (ex. lo ombre de favorits)",
|
||||
"max_thumbnails": "Nombre maximum de vinhetas per publicacion",
|
||||
"hide_isp": "Amagar lo panèl especial instància",
|
||||
"preload_images": "Precargar los imatges",
|
||||
"use_one_click_nsfw": "Dobrir las pèças juntas NSFW amb un clic",
|
||||
"hide_post_stats": "Amagar las estatisticas de publicacion (ex. lo nombre de favorits)",
|
||||
"hide_user_stats": "Amagar las estatisticas de l’utilizaire (ex. lo nombre de seguidors)",
|
||||
"hide_filtered_statuses": "Amagar los estatuts filtrats",
|
||||
"import_followers_from_a_csv_file": "Importar los seguidors d’un fichièr csv",
|
||||
"import_theme": "Cargar un tèma",
|
||||
"instance_default": "(defaut : {value})",
|
||||
"inputRadius": "Camps tèxte",
|
||||
"checkboxRadius": "Casas de marcar",
|
||||
"instance_default": "(defaut : {value})",
|
||||
"instance_default_simple": "(defaut)",
|
||||
"interface": "Interfàcia",
|
||||
"interfaceLanguage": "Lenga de l’interfàcia",
|
||||
"invalid_theme_imported": "Lo fichièr seleccionat es pas un tèma Pleroma valid. Cap de cambiament es estat fach a vòstre tèma.",
|
||||
"limited_availability": "Pas disponible per vòstre navigador",
|
||||
"links": "Ligams",
|
||||
"lock_account_description": "Limitar vòstre compte als seguidors acceptats solament",
|
||||
"loop_video": "Bocla vidèo",
|
||||
"loop_video_silent_only": "Legir en bocla solament las vidèos sens son (coma los « Gifs » de Mastodon)",
|
||||
"notification_visibility": "Tipes de notificacion de mostrar",
|
||||
"loop_video_silent_only": "Legir en bocla solament las vidèos sens son (coma los « Gifs » de Mastodon)",
|
||||
"mutes_tab": "Agamats",
|
||||
"play_videos_in_modal": "Legir las vidèos dirèctament dins la visualizaira mèdia",
|
||||
"use_contain_fit": "Talhar pas las pèças juntas per las vinhetas",
|
||||
"name": "Nom",
|
||||
"name_bio": "Nom & Bio",
|
||||
"new_password": "Nòu senhal",
|
||||
"notification_visibility_follows": "Abonaments",
|
||||
"notification_visibility_likes": "Aiman",
|
||||
"notification_visibility_likes": "Aimar",
|
||||
"notification_visibility_mentions": "Mencions",
|
||||
"notification_visibility_repeats": "Repeticions",
|
||||
"notification_visibility": "Tipes de notificacion de mostrar",
|
||||
"no_rich_text_description": "Netejar lo format tèxte de totas las publicacions",
|
||||
"oauth_tokens": "Llistats OAuth",
|
||||
"no_blocks": "Cap de blocatge",
|
||||
"no_mutes": "Cap d’amagat",
|
||||
"hide_follows_description": "Mostrar pas qual seguissi",
|
||||
"hide_followers_description": "Mostrar pas qual me seguisson",
|
||||
"show_admin_badge": "Mostrar lo badge Admin badge al perfil meu",
|
||||
"show_moderator_badge": "Mostrar lo badge Moderator al perfil meu",
|
||||
"nsfw_clickthrough": "Activar lo clic per mostrar los imatges marcats coma pels adults o sensibles",
|
||||
"oauth_tokens": "Listats OAuth",
|
||||
"token": "Geton",
|
||||
"refresh_token": "Actualizar lo geton",
|
||||
"valid_until": "Valid fins a",
|
||||
"revoke_token": "Revocar",
|
||||
"panelRadius": "Panèls",
|
||||
"pause_on_unfocused": "Pausar la difusion quand l’onglet es pas seleccionat",
|
||||
"presets": "Pre-enregistrats",
|
||||
"profile_background": "Imatge de fons",
|
||||
"profile_banner": "Bandièra del perfil",
|
||||
"profile_tab": "Perfil",
|
||||
"radii_help": "Configurar los caires arredondits de l’interfàcia (en pixèls)",
|
||||
"replies_in_timeline": "Responsas del flux",
|
||||
"reply_link_preview": "Activar l’apercebut en passar la mirga",
|
||||
"reply_visibility_all": "Mostrar totas las responsas",
|
||||
"reply_visibility_following": "Mostrar pas que las responsas que me son destinada a ieu o un utilizaire que seguissi",
|
||||
"reply_visibility_self": "Mostrar pas que las responsas que me son destinadas",
|
||||
"saving_err": "Error en enregistrant los paramètres",
|
||||
"saving_ok": "Paramètres enregistrats",
|
||||
"scope_copy": "Copiar lo nivèl de confidencialitat per las responsas (Totjorn aissí pels Messatges Dirèctes)",
|
||||
"security_tab": "Seguretat",
|
||||
"set_new_avatar": "Definir un nòu avatar",
|
||||
"set_new_profile_background": "Definir un nòu fons de perfil",
|
||||
"set_new_profile_banner": "Definir una nòva bandièra de perfil",
|
||||
"settings": "Paramètres",
|
||||
"subject_input_always_show": "Totjorn mostrar lo camp de subjècte",
|
||||
"subject_line_behavior": "Copiar lo subjècte per las responsas",
|
||||
"subject_line_email": "Coma los corrièls : \"re: subjècte\"",
|
||||
"subject_line_mastodon": "Coma mastodon : copiar tal coma es",
|
||||
"subject_line_noop": "Copiar pas",
|
||||
"post_status_content_type": "Publicar lo tipe de contengut dels estatuts",
|
||||
"stop_gifs": "Lançar los GIFs al subrevòl",
|
||||
"streaming": "Activar lo cargament automatic dels novèls estatus en anar amont",
|
||||
"text": "Tèxte",
|
||||
"theme": "Tèma",
|
||||
"theme_help_v2_1": "You can also override certain component's colors and opacity by toggling the checkbox, use \"Clear all\" button to clear all overrides.",
|
||||
"theme_help_v2_2": "Icons underneath some entries are background/text contrast indicators, hover over for detailed info. Please keep in mind that when using transparency contrast indicators show the worst possible case.",
|
||||
"theme_help": "Emplegatz los còdis de color hex (#rrggbb) per personalizar vòstre tèma de color.",
|
||||
"tooltipRadius": "Astúcias/alèrtas",
|
||||
"upload_a_photo": "Enviar una fotografia",
|
||||
"user_settings": "Paramètres utilizaire",
|
||||
"values": {
|
||||
"false": "non",
|
||||
"true": "òc"
|
||||
},
|
||||
"notifications": "Notificacions",
|
||||
"enable_web_push_notifications": "Activar las notificacions web push",
|
||||
"style": {
|
||||
"switcher": {
|
||||
"keep_color": "Gardar las colors",
|
||||
"keep_shadows": "Gardar las ombras",
|
||||
"keep_opacity": "Gardar l’opacitat",
|
||||
"keep_roundness": "Gardar la redondetat",
|
||||
"keep_fonts": "Gardar las polissas",
|
||||
"save_load_hint": "Las opcions « Gardar » permeton de servar las opcions configuradas actualament quand seleccionatz o cargatz un tèma, permeton tanben d’enregistrar aquelas opcions quand exportatz un tèma. Quand totas las casas son pas marcadas, l’exportacion de tèma o enregistrarà tot.",
|
||||
"reset": "Restablir",
|
||||
"clear_all": "O escafar tot",
|
||||
"clear_opacity": "Escafar l’opacitat"
|
||||
},
|
||||
"common": {
|
||||
"color": "Color",
|
||||
"opacity": "Opacitat",
|
||||
"contrast": {
|
||||
"hint": "Lo coeficient de contraste es de {ratio}. Dòna {level} {context}",
|
||||
"level": {
|
||||
"aa": "un nivèl AA minimum recomandat",
|
||||
"aaa": "un nivèl AAA recomandat",
|
||||
"bad": "pas un nivèl d’accessibilitat recomandat"
|
||||
},
|
||||
"context": {
|
||||
"18pt": "pel tèxte grand (18pt+)",
|
||||
"text": "pel tèxte"
|
||||
}
|
||||
}
|
||||
},
|
||||
"common_colors": {
|
||||
"_tab_label": "Comun",
|
||||
"main": "Colors comunas",
|
||||
"foreground_hint": "Vejatz « Avançat » per mai de paramètres detalhats",
|
||||
"rgbo": "Icònas, accents, badges"
|
||||
},
|
||||
"advanced_colors": {
|
||||
"_tab_label": "Avançat",
|
||||
"alert": "Rèire plan d’alèrtas",
|
||||
"alert_error": "Error",
|
||||
"badge": "Rèire plan dels badges",
|
||||
"badge_notification": "Notificacion",
|
||||
"panel_header": "Bandièra del tablèu de bòrd",
|
||||
"top_bar": "Barra amont",
|
||||
"borders": "Caires",
|
||||
"buttons": "Botons",
|
||||
"inputs": "Camps tèxte",
|
||||
"faint_text": "Tèxte descolorit"
|
||||
},
|
||||
"radii": {
|
||||
"_tab_label": "Redondetat"
|
||||
},
|
||||
"shadows": {
|
||||
"_tab_label": "Ombra e luminositat",
|
||||
"component": "Compausant",
|
||||
"override": "Subrecargar",
|
||||
"shadow_id": "Ombra #{value}",
|
||||
"blur": "Fosc",
|
||||
"spread": "Espandiment",
|
||||
"inset": "Incrustacion",
|
||||
"hint": "Per las ombras podètz tanben utilizar --variable coma valor de color per emplegar una variable CSS3. Notatz que lo paramètre d’opacitat foncionarà pas dins aquel cas.",
|
||||
"filter_hint": {
|
||||
"always_drop_shadow": "Avertiment, aquel ombra utiliza totjorn {0} quand lo navigator es compatible.",
|
||||
"drop_shadow_syntax": "{0} es pas compatible amb lo paramètre {1} e lo mot clau {2}.",
|
||||
"avatar_inset": "Notatz que combinar d’ombras incrustadas e pas incrustadas pòt donar de resultats inesperats amb los avatars transparents.",
|
||||
"spread_zero": "L’ombra amb un espandiment de > 0 apareisserà coma reglat a zèro",
|
||||
"inset_classic": "L’ombra d’incrustacion utilizarà {0}"
|
||||
},
|
||||
"components": {
|
||||
"panel": "Tablèu",
|
||||
"panelHeader": "Bandièra del tablèu",
|
||||
"topBar": "Barra amont",
|
||||
"avatar": "Utilizar l’avatar (vista perfil)",
|
||||
"avatarStatus": "Avatar de l’utilizaire (afichatge publicacion)",
|
||||
"popup": "Fenèstras sorgissentas e astúcias",
|
||||
"button": "Boton",
|
||||
"buttonHover": "Boton (en passar la mirga)",
|
||||
"buttonPressed": "Boton (en quichar)",
|
||||
"buttonPressedHover": "Boton (en quichar e passar)",
|
||||
"input": "Camp tèxte"
|
||||
}
|
||||
},
|
||||
"fonts": {
|
||||
"_tab_label": "Polissas",
|
||||
"help": "Selecionatz la polissa d’utilizar pels elements de l’UI. Per « Personalizada » vos cal picar lo nom exacte tal coma apareis sul sistèma.",
|
||||
"components": {
|
||||
"interface": "Interfàcia",
|
||||
"input": "Camps tèxte",
|
||||
"post": "Tèxte de publicacion",
|
||||
"postCode": "Tèxte Monospaced dins las publicacion (tèxte formatat)"
|
||||
},
|
||||
"family": "Nom de la polissa",
|
||||
"size": "Talha (en px)",
|
||||
"weight": "Largor (gras)",
|
||||
"custom": "Personalizada"
|
||||
},
|
||||
"preview": {
|
||||
"header": "Apercebut",
|
||||
"content": "Contengut",
|
||||
"error": "Error d’exemple",
|
||||
"button": "Boton",
|
||||
"text": "A tròç de mai de {0} e {1}",
|
||||
"mono": "contengut",
|
||||
"input": "arribada al país.",
|
||||
"faint_link": "manual d’ajuda",
|
||||
"fine_print": "Legissètz nòstre {0} per legir pas res d’util !",
|
||||
"header_faint": "Va plan",
|
||||
"checkbox": "Ai legit los tèrmes e condicions d’utilizacion",
|
||||
"link": "un pichon ligam simpatic"
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
|
@ -162,41 +354,74 @@
|
|||
"conversation": "Conversacion",
|
||||
"error_fetching": "Error en cercant de mesas a jorn",
|
||||
"load_older": "Ne veire mai",
|
||||
"no_retweet_hint": "Las publicacions marcadas pels seguidors solament o dirèctas se pòdon pas repetir",
|
||||
"repeated": "repetit",
|
||||
"show_new": "Ne veire mai",
|
||||
"up_to_date": "A jorn",
|
||||
"no_retweet_hint": "La publicacion marcada coma pels seguidors solament o dirècte pòt pas èsser repetida"
|
||||
"no_more_statuses": "Pas mai d’estatuts",
|
||||
"no_statuses": "Cap d’estatuts"
|
||||
},
|
||||
"status": {
|
||||
"reply_to": "Respond a",
|
||||
"replies_list": "Responsas :"
|
||||
},
|
||||
"user_card": {
|
||||
"approve": "Validar",
|
||||
"block": "Blocar",
|
||||
"blocked": "Blocat !",
|
||||
"blocked": "Blocat !",
|
||||
"deny": "Refusar",
|
||||
"favorites": "Favorits",
|
||||
"follow": "Seguir",
|
||||
"follow_sent": "Demanda enviada !",
|
||||
"follow_progress": "Demanda…",
|
||||
"follow_again": "Tornar enviar la demanda ?",
|
||||
"follow_unfollow": "Quitar de seguir",
|
||||
"followees": "Abonaments",
|
||||
"followers": "Seguidors",
|
||||
"following": "Seguit !",
|
||||
"follows_you": "Vos sèc !",
|
||||
"following": "Seguit !",
|
||||
"follows_you": "Vos sèc !",
|
||||
"its_you": "Sètz vos !",
|
||||
"media": "Mèdia",
|
||||
"mute": "Amagar",
|
||||
"muted": "Amagat",
|
||||
"per_day": "per jorn",
|
||||
"remote_follow": "Seguir a distància",
|
||||
"statuses": "Estatuts",
|
||||
"approve": "Validar",
|
||||
"deny": "Refusar"
|
||||
"unblock": "Desblocar",
|
||||
"unblock_progress": "Desblocatge...",
|
||||
"block_progress": "Blocatge...",
|
||||
"unmute": "Tornar mostrar",
|
||||
"unmute_progress": "Afichatge...",
|
||||
"mute_progress": "A amagar..."
|
||||
},
|
||||
"user_profile": {
|
||||
"timeline_title": "Flux utilizaire"
|
||||
},
|
||||
"features_panel": {
|
||||
"chat": "Discutida",
|
||||
"gopher": "Gopher",
|
||||
"media_proxy": "Servidor mandatari dels mèdias",
|
||||
"scope_options": "Opcions d'encastres",
|
||||
"text_limit": "Limit de tèxte",
|
||||
"title": "Foncionalitats",
|
||||
"who_to_follow": "Qui seguir"
|
||||
"timeline_title": "Flux utilizaire",
|
||||
"profile_does_not_exist": "Aqueste perfil existís pas.",
|
||||
"profile_loading_error": "Una error s’es producha en cargant aqueste perfil."
|
||||
},
|
||||
"who_to_follow": {
|
||||
"more": "Mai",
|
||||
"who_to_follow": "Qui seguir"
|
||||
"who_to_follow": "Qual seguir"
|
||||
},
|
||||
"tool_tip": {
|
||||
"media_upload": "Enviar un mèdia",
|
||||
"repeat": "Repetir",
|
||||
"reply": "Respondre",
|
||||
"favorite": "aimar",
|
||||
"user_settings": "Paramètres utilizaire"
|
||||
},
|
||||
"upload":{
|
||||
"error": {
|
||||
"base": "Mandadís fracassat.",
|
||||
"file_too_big": "Fichièr tròp grand [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
|
||||
"default": "Tornatz ensajar mai tard"
|
||||
},
|
||||
"file_size_units": {
|
||||
"B": "o",
|
||||
"KiB": "Kio",
|
||||
"MiB": "Mio",
|
||||
"GiB": "Gio",
|
||||
"TiB": "Tio"
|
||||
}
|
||||
}
|
||||
}
|
356
src/i18n/pt.json
356
src/i18n/pt.json
|
@ -2,116 +2,424 @@
|
|||
"chat": {
|
||||
"title": "Chat"
|
||||
},
|
||||
"features_panel": {
|
||||
"chat": "Chat",
|
||||
"gopher": "Gopher",
|
||||
"media_proxy": "Proxy de mídia",
|
||||
"scope_options": "Opções de privacidade",
|
||||
"text_limit": "Limite de caracteres",
|
||||
"title": "Funções",
|
||||
"who_to_follow": "Quem seguir"
|
||||
},
|
||||
"finder": {
|
||||
"error_fetching_user": "Erro procurando usuário",
|
||||
"error_fetching_user": "Erro ao procurar usuário",
|
||||
"find_user": "Buscar usuário"
|
||||
},
|
||||
"general": {
|
||||
"apply": "Aplicar",
|
||||
"submit": "Enviar"
|
||||
"submit": "Enviar",
|
||||
"more": "Mais",
|
||||
"generic_error": "Houve um erro",
|
||||
"optional": "opcional"
|
||||
},
|
||||
"image_cropper": {
|
||||
"crop_picture": "Cortar imagem",
|
||||
"save": "Salvar",
|
||||
"cancel": "Cancelar"
|
||||
},
|
||||
"login": {
|
||||
"login": "Entrar",
|
||||
"description": "Entrar com OAuth",
|
||||
"logout": "Sair",
|
||||
"password": "Senha",
|
||||
"placeholder": "p.e. lain",
|
||||
"register": "Registrar",
|
||||
"username": "Usuário"
|
||||
"username": "Usuário",
|
||||
"hint": "Entre para participar da discussão"
|
||||
},
|
||||
"media_modal": {
|
||||
"previous": "Anterior",
|
||||
"next": "Próximo"
|
||||
},
|
||||
"nav": {
|
||||
"about": "Sobre",
|
||||
"back": "Voltar",
|
||||
"chat": "Chat local",
|
||||
"friend_requests": "Solicitações de seguidores",
|
||||
"mentions": "Menções",
|
||||
"dms": "Mensagens diretas",
|
||||
"public_tl": "Linha do tempo pública",
|
||||
"timeline": "Linha do tempo",
|
||||
"twkn": "Toda a rede conhecida"
|
||||
"twkn": "Toda a rede conhecida",
|
||||
"user_search": "Buscar usuários",
|
||||
"who_to_follow": "Quem seguir",
|
||||
"preferences": "Preferências"
|
||||
},
|
||||
"notifications": {
|
||||
"broken_favorite": "Status desconhecido, buscando...",
|
||||
"favorited_you": "favoritou sua postagem",
|
||||
"followed_you": "seguiu você",
|
||||
"load_older": "Carregar notificações antigas",
|
||||
"notifications": "Notificações",
|
||||
"read": "Lido!",
|
||||
"repeated_you": "repetiu sua postagem"
|
||||
"repeated_you": "repetiu sua postagem",
|
||||
"no_more_notifications": "Mais nenhuma notificação"
|
||||
},
|
||||
"post_status": {
|
||||
"new_status": "Postar novo status",
|
||||
"account_not_locked_warning": "Sua conta não é {0}. Qualquer pessoa pode te seguir e ver seus posts privados (só para seguidores).",
|
||||
"account_not_locked_warning_link": "restrita",
|
||||
"attachments_sensitive": "Marcar anexos como sensíveis",
|
||||
"content_type": {
|
||||
"text/plain": "Texto puro"
|
||||
},
|
||||
"content_warning": "Assunto (opcional)",
|
||||
"default": "Acabei de chegar no Rio!",
|
||||
"posting": "Publicando"
|
||||
"direct_warning": "Este post será visível apenas para os usuários mencionados.",
|
||||
"posting": "Publicando",
|
||||
"scope": {
|
||||
"direct": "Direto - Enviar somente aos usuários mencionados",
|
||||
"private": "Apenas para seguidores - Enviar apenas para seguidores",
|
||||
"public": "Público - Enviar a linhas do tempo públicas",
|
||||
"unlisted": "Não listado - Não enviar a linhas do tempo públicas"
|
||||
}
|
||||
},
|
||||
"registration": {
|
||||
"bio": "Biografia",
|
||||
"email": "Correio eletrônico",
|
||||
"fullname": "Nome para exibição",
|
||||
"password_confirm": "Confirmação de senha",
|
||||
"registration": "Registro"
|
||||
"registration": "Registro",
|
||||
"token": "Código do convite",
|
||||
"captcha": "CAPTCHA",
|
||||
"new_captcha": "Clique na imagem para carregar um novo captcha",
|
||||
"username_placeholder": "p. ex. lain",
|
||||
"fullname_placeholder": "p. ex. Lain Iwakura",
|
||||
"bio_placeholder": "e.g.\nOi, sou Lain\nSou uma garota que vive no subúrbio do Japão. Você deve me conhecer da Rede.",
|
||||
"validations": {
|
||||
"username_required": "não pode ser deixado em branco",
|
||||
"fullname_required": "não pode ser deixado em branco",
|
||||
"email_required": "não pode ser deixado em branco",
|
||||
"password_required": "não pode ser deixado em branco",
|
||||
"password_confirmation_required": "não pode ser deixado em branco",
|
||||
"password_confirmation_match": "deve ser idêntica à senha"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"app_name": "Nome do aplicativo",
|
||||
"attachmentRadius": "Anexos",
|
||||
"attachments": "Anexos",
|
||||
"autoload": "Habilitar carregamento automático quando a rolagem chegar ao fim.",
|
||||
"avatar": "Avatar",
|
||||
"avatarAltRadius": "Avatares (Notificações)",
|
||||
"avatarRadius": "Avatares",
|
||||
"background": "Plano de Fundo",
|
||||
"background": "Pano de Fundo",
|
||||
"bio": "Biografia",
|
||||
"blocks_tab": "Bloqueios",
|
||||
"btnRadius": "Botões",
|
||||
"cBlue": "Azul (Responder, seguir)",
|
||||
"cGreen": "Verde (Repetir)",
|
||||
"cOrange": "Laranja (Favoritar)",
|
||||
"cRed": "Vermelho (Cancelar)",
|
||||
"change_password": "Mudar senha",
|
||||
"change_password_error": "Houve um erro ao modificar sua senha.",
|
||||
"changed_password": "Senha modificada com sucesso!",
|
||||
"collapse_subject": "Esconder posts com assunto",
|
||||
"composing": "Escrita",
|
||||
"confirm_new_password": "Confirmar nova senha",
|
||||
"current_avatar": "Seu avatar atual",
|
||||
"current_password": "Sua senha atual",
|
||||
"current_profile_banner": "Sua capa de perfil atual",
|
||||
"data_import_export_tab": "Importação/exportação de dados",
|
||||
"default_vis": "Opção de privacidade padrão",
|
||||
"delete_account": "Deletar conta",
|
||||
"delete_account_description": "Deletar sua conta e mensagens permanentemente.",
|
||||
"delete_account_error": "Houve um problema ao deletar sua conta. Se ele persistir, por favor entre em contato com o/a administrador/a da instância.",
|
||||
"delete_account_instructions": "Digite sua senha no campo abaixo para confirmar a exclusão da conta.",
|
||||
"avatar_size_instruction": "O tamanho mínimo recomendado para imagens de avatar é 150x150 pixels.",
|
||||
"export_theme": "Salvar predefinições",
|
||||
"filtering": "Filtragem",
|
||||
"filtering_explanation": "Todas as postagens contendo estas palavras serão silenciadas, uma por linha.",
|
||||
"follow_import": "Importar seguidas",
|
||||
"filtering_explanation": "Todas as postagens contendo estas palavras serão silenciadas; uma palavra por linha.",
|
||||
"follow_export": "Exportar quem você segue",
|
||||
"follow_export_button": "Exportar quem você segue para um arquivo CSV",
|
||||
"follow_export_processing": "Processando. Em breve você receberá a solicitação de download do arquivo",
|
||||
"follow_import": "Importar quem você segue",
|
||||
"follow_import_error": "Erro ao importar seguidores",
|
||||
"follows_imported": "Seguidores importados! O processamento pode demorar um pouco.",
|
||||
"foreground": "Primeiro Plano",
|
||||
"general": "Geral",
|
||||
"hide_attachments_in_convo": "Ocultar anexos em conversas",
|
||||
"hide_attachments_in_tl": "Ocultar anexos na linha do tempo.",
|
||||
"max_thumbnails": "Número máximo de miniaturas por post",
|
||||
"hide_isp": "Esconder painel específico da instância",
|
||||
"preload_images": "Pré-carregar imagens",
|
||||
"use_one_click_nsfw": "Abrir anexos sensíveis com um clique",
|
||||
"hide_post_stats": "Esconder estatísticas de posts (p. ex. número de favoritos)",
|
||||
"hide_user_stats": "Esconder estatísticas do usuário (p. ex. número de seguidores)",
|
||||
"hide_filtered_statuses": "Esconder posts filtrados",
|
||||
"import_followers_from_a_csv_file": "Importe seguidores a partir de um arquivo CSV",
|
||||
"import_theme": "Carregar pré-definição",
|
||||
"inputRadius": "Campos de entrada",
|
||||
"checkboxRadius": "Checkboxes",
|
||||
"instance_default": "(padrão: {value})",
|
||||
"instance_default_simple": "(padrão)",
|
||||
"interface": "Interface",
|
||||
"interfaceLanguage": "Idioma da interface",
|
||||
"invalid_theme_imported": "O arquivo selecionado não é um tema compatível com o Pleroma. Nenhuma mudança no tema foi feita.",
|
||||
"limited_availability": "Indisponível para seu navegador",
|
||||
"links": "Links",
|
||||
"lock_account_description": "Restringir sua conta a seguidores aprovados",
|
||||
"loop_video": "Repetir vídeos",
|
||||
"loop_video_silent_only": "Repetir apenas vídeos sem som (como os \"gifs\" do Mastodon)",
|
||||
"mutes_tab": "Silenciados",
|
||||
"play_videos_in_modal": "Tocar vídeos diretamente no visualizador de mídia",
|
||||
"use_contain_fit": "Não cortar o anexo na miniatura",
|
||||
"name": "Nome",
|
||||
"name_bio": "Nome & Biografia",
|
||||
"nsfw_clickthrough": "Habilitar clique para ocultar anexos NSFW",
|
||||
"new_password": "Nova senha",
|
||||
"notification_visibility": "Tipos de notificação para mostrar",
|
||||
"notification_visibility_follows": "Seguidas",
|
||||
"notification_visibility_likes": "Favoritos",
|
||||
"notification_visibility_mentions": "Menções",
|
||||
"notification_visibility_repeats": "Repetições",
|
||||
"no_rich_text_description": "Remover formatação de todos os posts",
|
||||
"no_blocks": "Sem bloqueios",
|
||||
"no_mutes": "Sem silenciados",
|
||||
"hide_follows_description": "Não mostrar quem estou seguindo",
|
||||
"hide_followers_description": "Não mostrar quem me segue",
|
||||
"show_admin_badge": "Mostrar título de Administrador em meu perfil",
|
||||
"show_moderator_badge": "Mostrar título de Moderador em meu perfil",
|
||||
"nsfw_clickthrough": "Habilitar clique para ocultar anexos sensíveis",
|
||||
"oauth_tokens": "Token OAuth",
|
||||
"token": "Token",
|
||||
"refresh_token": "Atualizar Token",
|
||||
"valid_until": "Válido até",
|
||||
"revoke_token": "Revogar",
|
||||
"panelRadius": "Paineis",
|
||||
"pause_on_unfocused": "Parar transmissão quando a aba não estiver em primeiro plano",
|
||||
"presets": "Predefinições",
|
||||
"profile_background": "Plano de fundo de perfil",
|
||||
"profile_background": "Pano de fundo de perfil",
|
||||
"profile_banner": "Capa de perfil",
|
||||
"radii_help": "Arredondar arestas da interface (em píxeis)",
|
||||
"reply_link_preview": "Habilitar a pré-visualização de link de respostas ao passar o mouse.",
|
||||
"profile_tab": "Perfil",
|
||||
"radii_help": "Arredondar arestas da interface (em pixel)",
|
||||
"replies_in_timeline": "Respostas na linha do tempo",
|
||||
"reply_link_preview": "Habilitar a pré-visualização de de respostas ao passar o mouse.",
|
||||
"reply_visibility_all": "Mostrar todas as respostas",
|
||||
"reply_visibility_following": "Só mostrar respostas direcionadas a mim ou a usuários que sigo",
|
||||
"reply_visibility_self": "Só mostrar respostas direcionadas a mim",
|
||||
"saving_err": "Erro ao salvar configurações",
|
||||
"saving_ok": "Configurações salvas",
|
||||
"security_tab": "Segurança",
|
||||
"scope_copy": "Copiar opções de privacidade ao responder (Mensagens diretas sempre copiam)",
|
||||
"set_new_avatar": "Alterar avatar",
|
||||
"set_new_profile_background": "Alterar o plano de fundo de perfil",
|
||||
"set_new_profile_background": "Alterar o pano de fundo de perfil",
|
||||
"set_new_profile_banner": "Alterar capa de perfil",
|
||||
"settings": "Configurações",
|
||||
"stop_gifs": "Reproduzir GIFs ao passar o cursor em cima",
|
||||
"streaming": "Habilitar o fluxo automático de postagens quando ao topo da página",
|
||||
"subject_input_always_show": "Sempre mostrar campo de assunto",
|
||||
"subject_line_behavior": "Copiar assunto ao responder",
|
||||
"subject_line_email": "Como em email: \"re: assunto\"",
|
||||
"subject_line_mastodon": "Como o Mastodon: copiar como está",
|
||||
"subject_line_noop": "Não copiar",
|
||||
"post_status_content_type": "Tipo de conteúdo do status",
|
||||
"stop_gifs": "Reproduzir GIFs ao passar o cursor",
|
||||
"streaming": "Habilitar o fluxo automático de postagens no topo da página",
|
||||
"text": "Texto",
|
||||
"theme": "Tema",
|
||||
"theme_help": "Use cores em código hexadecimal (#rrggbb) para personalizar seu esquema de cores.",
|
||||
"tooltipRadius": "Dicass/alertas",
|
||||
"user_settings": "Configurações de Usuário"
|
||||
"theme_help_v2_1": "Você também pode sobrescrever as cores e opacidade de alguns componentes ao modificar o checkbox, use \"Limpar todos\" para limpar todas as modificações.",
|
||||
"theme_help_v2_2": "Alguns ícones sob registros são indicadores de fundo/contraste de textos, passe por cima para informações detalhadas. Tenha ciência de que os indicadores de contraste não funcionam muito bem com transparência.",
|
||||
"tooltipRadius": "Dicas/alertas",
|
||||
"upload_a_photo": "Enviar uma foto",
|
||||
"user_settings": "Configurações de Usuário",
|
||||
"values": {
|
||||
"false": "não",
|
||||
"true": "sim"
|
||||
},
|
||||
"notifications": "Notificações",
|
||||
"enable_web_push_notifications": "Habilitar notificações web push",
|
||||
"style": {
|
||||
"switcher": {
|
||||
"keep_color": "Manter cores",
|
||||
"keep_shadows": "Manter sombras",
|
||||
"keep_opacity": "Manter opacidade",
|
||||
"keep_roundness": "Manter arredondado",
|
||||
"keep_fonts": "Manter fontes",
|
||||
"save_load_hint": "Manter as opções preserva as opções atuais ao selecionar ou carregar temas; também salva as opções ao exportar um tempo. Quanto todos os campos estiverem desmarcados, tudo será salvo ao exportar o tema.",
|
||||
"reset": "Restaurar o padrão",
|
||||
"clear_all": "Limpar tudo",
|
||||
"clear_opacity": "Limpar opacidade"
|
||||
},
|
||||
"common": {
|
||||
"color": "Cor",
|
||||
"opacity": "Opacidade",
|
||||
"contrast": {
|
||||
"hint": "A taxa de contraste é {ratio}, {level} {context}",
|
||||
"level": {
|
||||
"aa": "padrão Nível AA (mínimo)",
|
||||
"aaa": "padrão Nível AAA (recomendado)",
|
||||
"bad": "nenhum padrão de acessibilidade"
|
||||
},
|
||||
"context": {
|
||||
"18pt": "para textos longos (18pt+)",
|
||||
"text": "para texto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"common_colors": {
|
||||
"_tab_label": "Comum",
|
||||
"main": "Cores Comuns",
|
||||
"foreground_hint": "Configurações mais detalhadas na aba\"Avançado\"",
|
||||
"rgbo": "Ícones, acentuação, distintivos"
|
||||
},
|
||||
"advanced_colors": {
|
||||
"_tab_label": "Avançado",
|
||||
"alert": "Fundo de alerta",
|
||||
"alert_error": "Erro",
|
||||
"badge": "Fundo do distintivo",
|
||||
"badge_notification": "Notificação",
|
||||
"panel_header": "Topo do painel",
|
||||
"top_bar": "Barra do topo",
|
||||
"borders": "Bordas",
|
||||
"buttons": "Botões",
|
||||
"inputs": "Caixas de entrada",
|
||||
"faint_text": "Texto esmaecido"
|
||||
},
|
||||
"radii": {
|
||||
"_tab_label": "Arredondado"
|
||||
},
|
||||
"shadows": {
|
||||
"_tab_label": "Luz e sombra",
|
||||
"component": "Componente",
|
||||
"override": "Sobrescrever",
|
||||
"shadow_id": "Sombra #{value}",
|
||||
"blur": "Borrado",
|
||||
"spread": "Difusão",
|
||||
"inset": "Inserção",
|
||||
"hint": "Para as sombras você também pode usar --variável como valor de cor para utilizar variáveis do CSS3. Tenha em mente que configurar a opacidade não será possível neste caso.",
|
||||
"filter_hint": {
|
||||
"always_drop_shadow": "Atenção, esta sombra sempre utiliza {0} quando compatível com o navegador.",
|
||||
"drop_shadow_syntax": "{0} não é compatível com o parâmetro {1} e a palavra-chave {2}.",
|
||||
"avatar_inset": "Tenha em mente que combinar as sombras de inserção e a não-inserção em avatares pode causar resultados inesperados em avatares transparentes.",
|
||||
"spread_zero": "Sombras com uma difusão > 0 aparecerão como se fossem definidas como 0.",
|
||||
"inset_classic": "Sombras de inserção utilizarão {0}"
|
||||
},
|
||||
"components": {
|
||||
"panel": "Painel",
|
||||
"panelHeader": "Topo do painel",
|
||||
"topBar": "Barra do topo",
|
||||
"avatar": "Avatar do usuário (na visualização do perfil)",
|
||||
"avatarStatus": "Avatar do usuário (na exibição de posts)",
|
||||
"popup": "Dicas e notificações",
|
||||
"button": "Botão",
|
||||
"buttonHover": "Botão (em cima)",
|
||||
"buttonPressed": "Botão (pressionado)",
|
||||
"buttonPressedHover": "Botão (pressionado+em cima)",
|
||||
"input": "Campo de entrada"
|
||||
}
|
||||
},
|
||||
"fonts": {
|
||||
"_tab_label": "Fontes",
|
||||
"help": "Selecione as fontes dos elementos da interface. Para fonte \"personalizada\" você deve inserir o mesmo nome da fonte no sistema.",
|
||||
"components": {
|
||||
"interface": "Interface",
|
||||
"input": "Campo de entrada",
|
||||
"post": "Postar texto",
|
||||
"postCode": "Texto monoespaçado em post (formatação rica)"
|
||||
},
|
||||
"family": "Nome da fonte",
|
||||
"size": "Tamanho (em px)",
|
||||
"weight": "Peso",
|
||||
"custom": "Personalizada"
|
||||
},
|
||||
"preview": {
|
||||
"header": "Pré-visualizar",
|
||||
"content": "Conteúdo",
|
||||
"error": "Erro de exemplo",
|
||||
"button": "Botão",
|
||||
"text": "Vários {0} e {1}",
|
||||
"mono": "conteúdo",
|
||||
"input": "Acabei de chegar no Rio!",
|
||||
"faint_link": "manual útil",
|
||||
"fine_print": "Leia nosso {0} para não aprender nada!",
|
||||
"header_faint": "Está ok!",
|
||||
"checkbox": "Li os termos e condições",
|
||||
"link": "um belo link"
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"collapse": "Esconder",
|
||||
"conversation": "Conversa",
|
||||
"error_fetching": "Erro buscando atualizações",
|
||||
"error_fetching": "Erro ao buscar atualizações",
|
||||
"load_older": "Carregar postagens antigas",
|
||||
"no_retweet_hint": "Posts apenas para seguidores ou diretos não podem ser repetidos",
|
||||
"repeated": "Repetido",
|
||||
"show_new": "Mostrar novas",
|
||||
"up_to_date": "Atualizado"
|
||||
"up_to_date": "Atualizado",
|
||||
"no_more_statuses": "Sem mais posts",
|
||||
"no_statuses": "Sem posts"
|
||||
},
|
||||
"status": {
|
||||
"reply_to": "Responder a",
|
||||
"replies_list": "Respostas:"
|
||||
},
|
||||
"user_card": {
|
||||
"approve": "Aprovar",
|
||||
"block": "Bloquear",
|
||||
"blocked": "Bloqueado!",
|
||||
"deny": "Negar",
|
||||
"favorites": "Favoritos",
|
||||
"follow": "Seguir",
|
||||
"follow_sent": "Pedido enviado!",
|
||||
"follow_progress": "Enviando…",
|
||||
"follow_again": "Enviar solicitação novamente?",
|
||||
"follow_unfollow": "Deixar de seguir",
|
||||
"followees": "Seguindo",
|
||||
"followers": "Seguidores",
|
||||
"following": "Seguindo!",
|
||||
"follows_you": "Segue você!",
|
||||
"its_you": "É você!",
|
||||
"media": "Mídia",
|
||||
"mute": "Silenciar",
|
||||
"muted": "Silenciado",
|
||||
"per_day": "por dia",
|
||||
"remote_follow": "Seguidor Remoto",
|
||||
"statuses": "Postagens"
|
||||
"remote_follow": "Seguir remotamente",
|
||||
"statuses": "Postagens",
|
||||
"unblock": "Desbloquear",
|
||||
"unblock_progress": "Desbloqueando...",
|
||||
"block_progress": "Bloqueando...",
|
||||
"unmute": "Retirar silêncio",
|
||||
"unmute_progress": "Retirando silêncio...",
|
||||
"mute_progress": "Silenciando..."
|
||||
},
|
||||
"user_profile": {
|
||||
"timeline_title": "Linha do tempo do usuário"
|
||||
"timeline_title": "Linha do tempo do usuário",
|
||||
"profile_does_not_exist": "Desculpe, este perfil não existe.",
|
||||
"profile_loading_error": "Desculpe, houve um erro ao carregar este perfil."
|
||||
},
|
||||
"who_to_follow": {
|
||||
"more": "Mais",
|
||||
"who_to_follow": "Quem seguir"
|
||||
},
|
||||
"tool_tip": {
|
||||
"media_upload": "Envio de mídia",
|
||||
"repeat": "Repetir",
|
||||
"reply": "Responder",
|
||||
"favorite": "Favoritar",
|
||||
"user_settings": "Configurações do usuário"
|
||||
},
|
||||
"upload":{
|
||||
"error": {
|
||||
"base": "Falha no envio.",
|
||||
"file_too_big": "Arquivo grande demais [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
|
||||
"default": "Tente novamente mais tarde"
|
||||
},
|
||||
"file_size_units": {
|
||||
"B": "B",
|
||||
"KiB": "KiB",
|
||||
"MiB": "MiB",
|
||||
"GiB": "GiB",
|
||||
"TiB": "TiB"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"account_not_locked_warning_link": "上锁",
|
||||
"attachments_sensitive": "标记附件为敏感内容",
|
||||
"content_type": {
|
||||
"plain_text": "纯文本"
|
||||
"text/plain": "纯文本"
|
||||
},
|
||||
"content_warning": "主题(可选)",
|
||||
"default": "刚刚抵达上海",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue