LCOV - code coverage report
Current view: top level - lib/l10n - app_localizations_pt.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 956 0.0 %
Date: 2026-08-30 22:38:45 Functions: 0 0 -

          Line data    Source code
       1             : // ignore: unused_import
       2             : import 'package:intl/intl.dart' as intl;
       3             : import 'app_localizations.dart';
       4             : 
       5             : // ignore_for_file: type=lint
       6             : 
       7             : /// The translations for Portuguese (`pt`).
       8             : class AppLocalizationsPt extends AppLocalizations {
       9           0 :   AppLocalizationsPt([String locale = 'pt']) : super(locale);
      10             : 
      11           0 :   @override
      12             :   String get contactDisconnectSummary => 'Disconnect from Contact';
      13             : 
      14           0 :   @override
      15             :   String get messageHistoryEndOfHistory => 'Beginning of Conversation History';
      16             : 
      17           0 :   @override
      18             :   String get messageHistoryLoadOlderMessages => 'Load Older Messages';
      19             : 
      20           0 :   @override
      21             :   String get relativeTimeEarlier => 'Earlier';
      22             : 
      23           0 :   @override
      24             :   String get relativeTimeThisYear => 'This Year';
      25             : 
      26           0 :   @override
      27             :   String get relativeTimeLastMonth => 'Last Month';
      28             : 
      29           0 :   @override
      30             :   String get relativeTimeThisMonth => 'This Month';
      31             : 
      32           0 :   @override
      33             :   String get relativeTimeLastWeek => 'Last Week';
      34             : 
      35           0 :   @override
      36             :   String get relativeTimeThisWeek => 'This Week';
      37             : 
      38           0 :   @override
      39             :   String get relativeTimeYesterday => 'Yesterday';
      40             : 
      41           0 :   @override
      42             :   String get relativeTimeToday => 'Today';
      43             : 
      44           0 :   @override
      45             :   String get privateNameHint => 'Private name for this account (never shared)';
      46             : 
      47           0 :   @override
      48             :   String get privateNameLabel => 'Private Name';
      49             : 
      50           0 :   @override
      51             :   String get settingsExperimentsShowPerformanceDescription => 'Display an overlay graph of render time.';
      52             : 
      53           0 :   @override
      54             :   String get settingsExperimentsShowPerformanceTitle => 'Show Performance Overlay';
      55             : 
      56           0 :   @override
      57             :   String get settingThemeOverwriteConfirm => 'Confirmar';
      58             : 
      59           0 :   @override
      60             :   String get settingThemeOverwriteQuestion => 'O tema \$themeName já existe, deseja substitui-lo?';
      61             : 
      62           0 :   @override
      63             :   String get settingsThemeErrorInvalid => 'Erro: Não foi possível importar \$themeName, falta o arquivo theme.yml, não é um diretório de tema';
      64             : 
      65           0 :   @override
      66             :   String get settingsImportThemeTitle => 'Importar Tema';
      67             : 
      68           0 :   @override
      69             :   String get settingsImportThemeDescription => 'Select theme directory to import for use in Cwtch';
      70             : 
      71           0 :   @override
      72             :   String get settingsImportThemeButton => 'Importar Tema';
      73             : 
      74           0 :   @override
      75             :   String get settingsThemeImagesDescription => 'Permitir a exibição de imagens dos temas';
      76             : 
      77           0 :   @override
      78             :   String get settingsThemeImages => 'Imagens do Tema';
      79             : 
      80           0 :   @override
      81             :   String get settingsGroupAbout => 'Sobre';
      82             : 
      83           0 :   @override
      84             :   String get localeUzbek => 'Usbeque  / Oʻzbekcha';
      85             : 
      86           0 :   @override
      87             :   String get profileOfflineAtStart => 'Apresentar como Offline durante o arranque';
      88             : 
      89           0 :   @override
      90             :   String get now => 'Agora';
      91             : 
      92           0 :   @override
      93             :   String get xSecondsAgo => 'Há \$seconds segundos';
      94             : 
      95           0 :   @override
      96             :   String get xMinutesAgo => 'Há \$minutes minutos';
      97             : 
      98           0 :   @override
      99             :   String get xHoursAgo => 'Há \$hours horas';
     100             : 
     101           0 :   @override
     102             :   String get xDaysAgo => 'Há \$days dias';
     103             : 
     104           0 :   @override
     105             :   String get profileAllowUnknownContacts => 'Permitir Contactos Desconhecidos';
     106             : 
     107           0 :   @override
     108             :   String get profileBlockUnknownContacts => 'Bloquear Contactos Desconhecidos';
     109             : 
     110           0 :   @override
     111             :   String get profileDisableProfile => 'Desativar Perfil';
     112             : 
     113           0 :   @override
     114             :   String get profileEnableProfile => 'Ativar Perfil';
     115             : 
     116           0 :   @override
     117             :   String get profileAppearOnline => 'Apresentar Online';
     118             : 
     119           0 :   @override
     120             :   String get contactDisconnect => 'Disconnect  from Contact (if you do not have Appear Offline set this contact may still be able to reestablish a connection to you)';
     121             : 
     122           0 :   @override
     123             :   String get profileAppearOfflineDescription =>
     124             :       'By default, when  Cwtch profile is enabled it automatically attempts to connect to know contacts, and allows inbound connections. This settings disables those actions and allows you to choose, manually, which contacts to connect to.';
     125             : 
     126           0 :   @override
     127             :   String get profileAppearOffline => 'Apresentar Offline';
     128             : 
     129           0 :   @override
     130             :   String get deleteServerConfirmBtn => 'Really Delete Server?';
     131             : 
     132           0 :   @override
     133             :   String get cannotDeleteServerIfActiveGroups => 'There are active groups associated with this Cwtch Server. Please delete them prior to deleting this Cwtch Server entry.';
     134             : 
     135           0 :   @override
     136             :   String get groupsOnThisServerLabel => 'Known Groups on this Cwtch Server';
     137             : 
     138           0 :   @override
     139             :   String get serverinfoNoGroupInfo => 'There are no groups associated with this Cwtch Server.';
     140             : 
     141           0 :   @override
     142             :   String get preserveHistorySettingDescription =>
     143             :       'By default, Cwtch will purge conversation history when Cwtch is shutdown. If this setting is enabled, Cwtch will preserve the conversation history of peer conversations.';
     144             : 
     145           0 :   @override
     146             :   String get defaultPreserveHistorySetting => 'Manter Histórico das Conversas';
     147             : 
     148           0 :   @override
     149             :   String get localeUk => 'Ucraniano / українською';
     150             : 
     151           0 :   @override
     152             :   String get profileEnabledDescription => 'Ativar ou Desativar o Perfil';
     153             : 
     154           0 :   @override
     155             :   String get localeSw => 'Suaíli / Kiswahili';
     156             : 
     157           0 :   @override
     158             :   String get localeSv => 'Sueco / Svenska';
     159             : 
     160           0 :   @override
     161             :   String get fontScalingDescription => 'Adjust the relative font scaling factor applied to text and widgets.';
     162             : 
     163           0 :   @override
     164             :   String get defaultScalingText => 'Texto tamanho padrão (fator de escala: ';
     165             : 
     166           0 :   @override
     167             :   String get localeJa => 'Japonês / 日本語';
     168             : 
     169           0 :   @override
     170             :   String get retryConnectionTooltip => 'Cwtch retries peers regularly, but you can tell Cwtch to try sooner by pushing this button.';
     171             : 
     172           0 :   @override
     173             :   String get retryConnection => 'Tentar novamente';
     174             : 
     175           0 :   @override
     176             :   String get availabilityStatusTooltip => 'Set your availability status';
     177             : 
     178           0 :   @override
     179             :   String get profileInfoHint3 => 'Contacts will be able to see this information in Conversation Settings ';
     180             : 
     181           0 :   @override
     182             :   String get profileInfoHint2 => 'You can add up to 3 fields.';
     183             : 
     184           0 :   @override
     185             :   String get profileInfoHint => 'Add some public information about yourself here e.g. blog, websites, brief bio.';
     186             : 
     187           0 :   @override
     188             :   String get availabilityStatusAway => 'Ausente';
     189             : 
     190           0 :   @override
     191             :   String get availabilityStatusBusy => 'Não Disponível';
     192             : 
     193           0 :   @override
     194             :   String get availabilityStatusAvailable => 'Disponível';
     195             : 
     196           0 :   @override
     197             :   String get blodeuweddWarning =>
     198             :       'Blodeuwedd uses a local language model and a set of small auxiliary models to power its functionality. These techniques are often very effective they are not without error. \n\nWhile we have taken efforts to minimize the risk, there is still the possibility that Blodeuwedd outputs will be incorrect, hallucinated and/or offensive.\n\nBecause of that Blodeuwedd requires downloading two additional components separate from Cwtch, the Blodeuwedd Model (or a compatible model) and the Blodeuwedd Runner. \n\nSee https://docs.cwtch.im/docs/settings/experiments/blodeuwedd for more information on obtaining these components and setting them up.';
     199             : 
     200           0 :   @override
     201             :   String get blodeuweddSummarize => 'Resumir a Conversa';
     202             : 
     203           0 :   @override
     204             :   String get blodeuweddTranslate => 'Traduzir Mensagem';
     205             : 
     206           0 :   @override
     207             :   String get blodeuweddProcessing => 'Blodeuwedd is processing...';
     208             : 
     209           0 :   @override
     210             :   String get blodeuweddPath => 'The directory where the Blodeuwedd is located on your computer.';
     211             : 
     212           0 :   @override
     213             :   String get blodeuweddNotSupported => 'This version of Cwtch has been compiled without support for the Blodeuwedd Assistant.';
     214             : 
     215           0 :   @override
     216             :   String get blodeuweddDescription => 'The Blodeuwedd assistant adds new features to Cwtch such as chat transcript summarization and message translation via a locally hosted language model.';
     217             : 
     218           0 :   @override
     219             :   String get blodeuweddExperimentEnable => 'Blodeuwedd Assistant';
     220             : 
     221           0 :   @override
     222             :   String get localeKo => 'Coreano /';
     223             : 
     224           0 :   @override
     225             :   String get localeSk => 'Eslovaco / Slovák';
     226             : 
     227           0 :   @override
     228             :   String get profileAutostartDescription => 'Controls if the profile will be automatically launched on startup';
     229             : 
     230           0 :   @override
     231             :   String get profileEnabled => 'Ativar';
     232             : 
     233           0 :   @override
     234             :   String get profileAutostartLabel => 'Arranque automático';
     235             : 
     236           0 :   @override
     237             :   String get localePtBr => 'Português do Brasil / Português do Brasil';
     238             : 
     239           0 :   @override
     240             :   String get localeNl => 'Holandês / Dutch';
     241             : 
     242           0 :   @override
     243             :   String get experimentQRCodeDescription => 'Suporte de Códigos QR permite partilhar dados (tal como a identidade do perfil) através de Códigos QR';
     244             : 
     245           0 :   @override
     246             :   String get enableExperimentQRCode => 'Códigos QR';
     247             : 
     248           0 :   @override
     249             :   String get shareMenuQRCode => 'Mostrear Código QR';
     250             : 
     251           0 :   @override
     252             :   String get shareProfileMenuTooltop => 'Partilhar perfil via...';
     253             : 
     254           0 :   @override
     255             :   String get acquiredTicketsFromServer => 'Desafio AntiSpam concluído';
     256             : 
     257           0 :   @override
     258             :   String get acquiringTicketsFromServer => 'A executar Desafio AntiSpam';
     259             : 
     260           0 :   @override
     261             :   String get errorDownloadDirectoryDoesNotExist => 'Filesharing cannot be enabled because the Download Folder has not been set, or is set to a folder that does not exist.';
     262             : 
     263           0 :   @override
     264             :   String get localeIt => 'Italian / Italiano';
     265             : 
     266           0 :   @override
     267             :   String get localeTr => 'Turco / Türk';
     268             : 
     269           0 :   @override
     270             :   String get tooltipUnpinConversation => 'Unpin conversation from the top of \"Conversations\"';
     271             : 
     272           0 :   @override
     273             :   String get tooltipPinConversation => 'Pin conversation to the top of \"Conversations\"';
     274             : 
     275           0 :   @override
     276             :   String get replyingTo => 'Replying to %1';
     277             : 
     278           0 :   @override
     279             :   String get fileDownloadUnavailable => 'This file appears unavailable for download. The sender may have disabled downloads for this file.';
     280             : 
     281           0 :   @override
     282             :   String get messageNoReplies => 'There are no replies to this message.';
     283             : 
     284           0 :   @override
     285             :   String get headingReplies => 'Replies';
     286             : 
     287           0 :   @override
     288             :   String get viewReplies => 'View replies to this message';
     289             : 
     290           0 :   @override
     291             :   String get restartFileShare => 'Start Sharing File';
     292             : 
     293           0 :   @override
     294             :   String get stopSharingFile => 'Stop Sharing File';
     295             : 
     296           0 :   @override
     297             :   String get manageSharedFiles => 'Manage Shared Files';
     298             : 
     299           0 :   @override
     300             :   String get localeDe => 'Alemao / Deutsch';
     301             : 
     302           0 :   @override
     303             :   String get localeEn => 'English / English';
     304             : 
     305           0 :   @override
     306             :   String get localeLb => 'Luxembourgish / Lëtzebuergesch';
     307             : 
     308           0 :   @override
     309             :   String get localeNo => 'Norwegian / Norsk';
     310             : 
     311           0 :   @override
     312             :   String get localeEl => 'Greek / Ελληνικά';
     313             : 
     314           0 :   @override
     315             :   String get localePl => 'Polish / Polski';
     316             : 
     317           0 :   @override
     318             :   String get localeRo => 'Romanian / Română';
     319             : 
     320           0 :   @override
     321             :   String get localeRU => 'Russian / Русский';
     322             : 
     323           0 :   @override
     324             :   String get localeEs => 'Spanish / Español';
     325             : 
     326           0 :   @override
     327             :   String get localeDa => 'Danish / Dansk';
     328             : 
     329           0 :   @override
     330             :   String get localePt => 'Portuguese / Portuguesa';
     331             : 
     332           0 :   @override
     333             :   String get localeFr => 'French / Français';
     334             : 
     335           0 :   @override
     336             :   String get localeCy => 'Welsh / Cymraeg';
     337             : 
     338           0 :   @override
     339             :   String get settingImagePreviewsDescription =>
     340             :       'Images and Profile Pictures will be downloaded and previewed automatically. We recommend that you do not enable this Experiment if you use Cwtch with untrusted contacts.';
     341             : 
     342           0 :   @override
     343             :   String get tooltipPreviewFormatting => 'Preview Message Formatting';
     344             : 
     345           0 :   @override
     346             :   String get tooltipCode => 'Code / Monospace';
     347             : 
     348           0 :   @override
     349             :   String get tooltipStrikethrough => 'Strikethrough';
     350             : 
     351           0 :   @override
     352             :   String get tooltipSubscript => 'Subscript';
     353             : 
     354           0 :   @override
     355             :   String get tooltipSuperscript => 'Superscript';
     356             : 
     357           0 :   @override
     358             :   String get tooltipItalicize => 'Italic';
     359             : 
     360           0 :   @override
     361             :   String get tooltipBackToMessageEditing => 'Back to Message Editing';
     362             : 
     363           0 :   @override
     364             :   String get tooltipBoldText => 'Bold';
     365             : 
     366           0 :   @override
     367             :   String get okButton => 'OK';
     368             : 
     369           0 :   @override
     370             :   String get settingsAndroidPowerReenablePopup => 'Cannot re-enable Battery Optimization from within Cwtch. Please go to Android / Settings / Apps / Cwtch / Battery and set Usage to \'Optimized\'';
     371             : 
     372           0 :   @override
     373             :   String get settingAndroidPowerExemptionDescription =>
     374             :       'Optional: Request Android to exempt Cwtch from optimized power management. This will result in better stability at the cost of greater battery use.';
     375             : 
     376           0 :   @override
     377             :   String get settingAndroidPowerExemption => 'Android Ignore Battery Optimizations';
     378             : 
     379           0 :   @override
     380             :   String get thisFeatureRequiresGroupExpermientsToBeEnabled => 'This feature requires the Groups Experiment to be enabled in Settings';
     381             : 
     382           0 :   @override
     383             :   String get messageFormattingDescription => 'Enable rich text formatting in displayed messages e.g. **bold** and *italic*';
     384             : 
     385           0 :   @override
     386             :   String get formattingExperiment => 'Message Formatting';
     387             : 
     388           0 :   @override
     389             :   String get clickableLinkError => 'Error encountered while attempting to open URL';
     390             : 
     391           0 :   @override
     392             :   String get clickableLinksWarning =>
     393             :       'Opening this URL will launch an application outside of Cwtch and may reveal metadata or otherwise compromise the security of Cwtch. Only open URLs from people you trust. Are you sure you want to continue?';
     394             : 
     395           0 :   @override
     396             :   String get clickableLinksCopy => 'Copy URL';
     397             : 
     398           0 :   @override
     399             :   String get clickableLinkOpen => 'Open URL';
     400             : 
     401           0 :   @override
     402             :   String get shuttingDownApp => 'Shutting down...';
     403             : 
     404           0 :   @override
     405             :   String get successfullyImportedProfile => 'Successfully Imported Profile: %profile';
     406             : 
     407           0 :   @override
     408             :   String get failedToImportProfile => 'Error Importing Profile';
     409             : 
     410           0 :   @override
     411             :   String get importProfileTooltip => 'Use an encrypted Cwtch backup to bring in a profile created in another instance of Cwtch.';
     412             : 
     413           0 :   @override
     414             :   String get importProfile => 'Import Profile';
     415             : 
     416           0 :   @override
     417             :   String get exportProfileTooltip => 'Backup this profile to an encrypted file. The encrypted file can be imported into another Cwtch app.';
     418             : 
     419           0 :   @override
     420             :   String get exportProfile => 'Export Profile';
     421             : 
     422           0 :   @override
     423             :   String get conversationNotificationPolicySettingDescription => 'Control notification behaviour for this conversation';
     424             : 
     425           0 :   @override
     426             :   String get newMessageNotificationConversationInfo => 'New Message From %1';
     427             : 
     428           0 :   @override
     429             :   String get newMessageNotificationSimple => 'New Message';
     430             : 
     431           0 :   @override
     432             :   String get notificationContentContactInfo => 'Conversation Information';
     433             : 
     434           0 :   @override
     435             :   String get notificationContentSimpleEvent => 'Plain Event';
     436             : 
     437           0 :   @override
     438             :   String get conversationNotificationPolicySettingLabel => 'Conversation Notification Policy';
     439             : 
     440           0 :   @override
     441             :   String get settingsGroupExperiments => 'Experiments';
     442             : 
     443           0 :   @override
     444             :   String get settingsGroupAppearance => 'Appearance';
     445             : 
     446           0 :   @override
     447             :   String get settingGroupBehaviour => 'Behaviour';
     448             : 
     449           0 :   @override
     450             :   String get notificationContentSettingDescription => 'Controls the contents of conversation notifications';
     451             : 
     452           0 :   @override
     453             :   String get notificationPolicySettingDescription => 'Controls the default application notification behaviour';
     454             : 
     455           0 :   @override
     456             :   String get notificationContentSettingLabel => 'Notification Content';
     457             : 
     458           0 :   @override
     459             :   String get notificationPolicySettingLabel => 'Notification Policy';
     460             : 
     461           0 :   @override
     462             :   String get conversationNotificationPolicyNever => 'Never';
     463             : 
     464           0 :   @override
     465             :   String get conversationNotificationPolicyOptIn => 'Opt In';
     466             : 
     467           0 :   @override
     468             :   String get conversationNotificationPolicyDefault => 'Default';
     469             : 
     470           0 :   @override
     471             :   String get notificationPolicyDefaultAll => 'Default All';
     472             : 
     473           0 :   @override
     474             :   String get notificationPolicyOptIn => 'Opt In';
     475             : 
     476           0 :   @override
     477             :   String get notificationPolicyMute => 'Mute';
     478             : 
     479           0 :   @override
     480             :   String get tooltipSelectACustomProfileImage => 'Select a Custom Profile Image';
     481             : 
     482           0 :   @override
     483             :   String get editProfile => 'Edit Profile';
     484             : 
     485           0 :   @override
     486             :   String get torSettingsEnabledCacheDescription =>
     487             :       'Cache the current downloaded Tor consensus to reuse next time Cwtch is opened. This will allow Tor to start faster. When disabled, Cwtch will purge cached data on start up.';
     488             : 
     489           0 :   @override
     490             :   String get torSettingsEnableCache => 'Cache Tor Consensus';
     491             : 
     492           0 :   @override
     493             :   String get labelTorNetwork => 'Tor Network';
     494             : 
     495           0 :   @override
     496             :   String get descriptionACNCircuitInfo => 'In depth information about the path that the anonymous communication network is using to connect to this conversation.';
     497             : 
     498           0 :   @override
     499             :   String get labelACNCircuitInfo => 'ACN Circuit Info';
     500             : 
     501           0 :   @override
     502             :   String get fileSharingSettingsDownloadFolderTooltip => 'Browse to select a different default folder for downloaded files.';
     503             : 
     504           0 :   @override
     505             :   String get fileSharingSettingsDownloadFolderDescription =>
     506             :       'When files are downloaded automatically (e.g. image files, when image previews are enabled) a default location to download the files to is needed.';
     507             : 
     508           0 :   @override
     509             :   String get torSettingsErrorSettingPort => 'Port Number must be between 1 and 65535';
     510             : 
     511           0 :   @override
     512             :   String get settingTheme => 'Use Light Themes';
     513             : 
     514           0 :   @override
     515             :   String get torSettingsUseCustomTorServiceConfiguration => 'Use a Custom Tor Service Configuration (torrc)';
     516             : 
     517           0 :   @override
     518             :   String get torSettingsUseCustomTorServiceConfigurastionDescription => 'Override the default tor configuration. Warning: This could be dangerous. Only turn this on if you know what you are doing.';
     519             : 
     520           0 :   @override
     521             :   String get torSettingsCustomControlPortDescription => 'Use a custom port for control connections to the Tor proxy';
     522             : 
     523           0 :   @override
     524             :   String get torSettingsCustomControlPort => 'Custom Control Port';
     525             : 
     526           0 :   @override
     527             :   String get torSettingsCustomSocksPortDescription => 'Use a custom port for data connections to the Tor proxy';
     528             : 
     529           0 :   @override
     530             :   String get torSettingsCustomSocksPort => 'Custom SOCKS Port';
     531             : 
     532           0 :   @override
     533             :   String get torSettingsEnabledAdvancedDescription => 'Use an existing Tor service on your system, or change the parameters of the Cwtch Tor Service';
     534             : 
     535           0 :   @override
     536             :   String get torSettingsEnabledAdvanced => 'Enable Advanced Tor Configuration';
     537             : 
     538           0 :   @override
     539             :   String get msgAddToAccept => 'Add this account to your contacts in order to accept this file.';
     540             : 
     541           0 :   @override
     542             :   String get btnSendFile => 'Send File';
     543             : 
     544           0 :   @override
     545             :   String get msgConfirmSend => 'Are you sure you want to send';
     546             : 
     547           0 :   @override
     548             :   String get msgFileTooBig => 'File size cannot exceed 10 GB';
     549             : 
     550           0 :   @override
     551             :   String get storageMigrationModalMessage => 'Migrating profiles to new storage format. This could take a few minutes...';
     552             : 
     553           0 :   @override
     554             :   String get loadingCwtch => 'Loading Cwtch...';
     555             : 
     556           0 :   @override
     557             :   String get themeColorLabel => 'Color Theme';
     558             : 
     559           0 :   @override
     560             :   String get themeNameNeon2 => 'Neon2';
     561             : 
     562           0 :   @override
     563             :   String get themeNameNeon1 => 'Neon1';
     564             : 
     565           0 :   @override
     566             :   String get themeNameMidnight => 'Midnight';
     567             : 
     568           0 :   @override
     569             :   String get themeNameMermaid => 'Mermaid';
     570             : 
     571           0 :   @override
     572             :   String get themeNamePumpkin => 'Pumpkin';
     573             : 
     574           0 :   @override
     575             :   String get themeNameGhost => 'Ghost';
     576             : 
     577           0 :   @override
     578             :   String get themeNameVampire => 'Vampire';
     579             : 
     580           0 :   @override
     581             :   String get themeNameWitch => 'Witch';
     582             : 
     583           0 :   @override
     584             :   String get themeNameCwtch => 'Cwtch';
     585             : 
     586           0 :   @override
     587             :   String get settingDownloadFolder => 'Download Folder';
     588             : 
     589           0 :   @override
     590             :   String get settingImagePreviews => 'Image Previews and Profile Pictures';
     591             : 
     592           0 :   @override
     593             :   String get experimentClickableLinksDescription => 'The clickable links experiment allows you to click on URLs shared in messages';
     594             : 
     595           0 :   @override
     596             :   String get enableExperimentClickableLinks => 'Enable Clickable Links';
     597             : 
     598           0 :   @override
     599             :   String get serverConnectionsLabel => 'Connection';
     600             : 
     601           0 :   @override
     602             :   String get serverTotalMessagesLabel => 'Total Messages';
     603             : 
     604           0 :   @override
     605             :   String get serverMetricsLabel => 'Server Metrics';
     606             : 
     607           0 :   @override
     608             :   String get manageKnownServersShort => 'Servers';
     609             : 
     610           0 :   @override
     611             :   String get manageKnownServersLong => 'Manage Known Servers';
     612             : 
     613           0 :   @override
     614             :   String get displayNameTooltip => 'Please enter a display name';
     615             : 
     616           0 :   @override
     617             :   String get manageKnownServersButton => 'Manage Known Servers';
     618             : 
     619           0 :   @override
     620             :   String get fieldDescriptionLabel => 'Description';
     621             : 
     622           0 :   @override
     623             :   String get importLocalServerButton => 'Import %1';
     624             : 
     625           0 :   @override
     626             :   String get importLocalServerSelectText => 'Select Local Server';
     627             : 
     628           0 :   @override
     629             :   String get importLocalServerLabel => 'Import a locally hosted server';
     630             : 
     631           0 :   @override
     632             :   String get savePeerHistoryDescription => 'Determines whether to delete any history associated with the contact.';
     633             : 
     634           0 :   @override
     635             :   String get newMessagesLabel => 'New Messages';
     636             : 
     637           0 :   @override
     638             :   String get copyServerKeys => 'Copy keys';
     639             : 
     640           0 :   @override
     641             :   String get verfiyResumeButton => 'Verify/resume';
     642             : 
     643           0 :   @override
     644             :   String get fileCheckingStatus => 'Checking download status';
     645             : 
     646           0 :   @override
     647             :   String get fileInterrupted => 'Interrupted';
     648             : 
     649           0 :   @override
     650             :   String get fileSavedTo => 'Saved to';
     651             : 
     652           0 :   @override
     653             :   String get plainServerDescription =>
     654             :       'We recommend that you protect your Cwtch servers with a password. If you do not set a password on this server then anyone who has access to this device may be able to access information about this server, including sensitive cryptographic keys.';
     655             : 
     656           0 :   @override
     657             :   String get encryptedServerDescription =>
     658             :       'Encrypting a server with a password protects it from other people who may also use this device. Encrypted servers cannot be decrypted, displayed or accessed until the correct password is entered to unlock them.';
     659             : 
     660           0 :   @override
     661             :   String get deleteServerSuccess => 'Successfully deleted server';
     662             : 
     663           0 :   @override
     664             :   String get enterCurrentPasswordForDeleteServer => 'Please enter current password to delete this server';
     665             : 
     666           0 :   @override
     667             :   String get copyAddress => 'Copy Address';
     668             : 
     669           0 :   @override
     670             :   String get settingServersDescription => 'The hosting servers experiment enables hosting and managing Cwtch servers';
     671             : 
     672           0 :   @override
     673             :   String get settingServers => 'Hosting Servers';
     674             : 
     675           0 :   @override
     676             :   String get enterServerPassword => 'Enter password to unlock server';
     677             : 
     678           0 :   @override
     679             :   String get unlockProfileTip => 'Please create or unlock a profile to begin!';
     680             : 
     681           0 :   @override
     682             :   String get unlockServerTip => 'Please create or unlock a server to begin!';
     683             : 
     684           0 :   @override
     685             :   String get addServerTooltip => 'Add new server';
     686             : 
     687           0 :   @override
     688             :   String get serversManagerTitleShort => 'Servers';
     689             : 
     690           0 :   @override
     691             :   String get serversManagerTitleLong => 'Servers You Host';
     692             : 
     693           0 :   @override
     694             :   String get saveServerButton => 'Save Server';
     695             : 
     696           0 :   @override
     697             :   String get serverAutostartDescription => 'Controls if the application will automatically launch the server on start';
     698             : 
     699           0 :   @override
     700             :   String get serverAutostartLabel => 'Autostart';
     701             : 
     702           0 :   @override
     703             :   String get serverEnabledDescription => 'Start or stop the server';
     704             : 
     705           0 :   @override
     706             :   String get serverEnabled => 'Server Enabled';
     707             : 
     708           0 :   @override
     709             :   String get serverDescriptionDescription => 'Your description of the server for personal management use only, will never be shared';
     710             : 
     711           0 :   @override
     712             :   String get serverDescriptionLabel => 'Server Description';
     713             : 
     714           0 :   @override
     715             :   String get serverAddress => 'Server Address';
     716             : 
     717           0 :   @override
     718             :   String get editServerTitle => 'Edit Server';
     719             : 
     720           0 :   @override
     721             :   String get addServerTitle => 'Add Server';
     722             : 
     723           0 :   @override
     724             :   String get titleManageProfilesShort => 'Profiles';
     725             : 
     726           0 :   @override
     727             :   String get descriptionStreamerMode => 'If turned on, this option makes the app more visually private for streaming or presenting with, for example, hiding profile and contact addresses';
     728             : 
     729           0 :   @override
     730             :   String get descriptionFileSharing =>
     731             :       'The file sharing experiment allows you to send and receive files from Cwtch contacts and groups. Note that sharing a file with a group will result in members of that group connecting with you directly over Cwtch to download it.';
     732             : 
     733           0 :   @override
     734             :   String get settingFileSharing => 'File Sharing';
     735             : 
     736           0 :   @override
     737             :   String get tooltipSendFile => 'Send File';
     738             : 
     739           0 :   @override
     740             :   String get messageFileOffered => 'Contact is offering to send you a file';
     741             : 
     742           0 :   @override
     743             :   String get messageFileSent => 'You sent a file';
     744             : 
     745           0 :   @override
     746             :   String get messageEnableFileSharing => 'Enable the file sharing experiment to view this message.';
     747             : 
     748           0 :   @override
     749             :   String get labelFilesize => 'Size';
     750             : 
     751           0 :   @override
     752             :   String get labelFilename => 'Filename';
     753             : 
     754           0 :   @override
     755             :   String get downloadFileButton => 'Download';
     756             : 
     757           0 :   @override
     758             :   String get openFolderButton => 'Open Folder';
     759             : 
     760           0 :   @override
     761             :   String get retrievingManifestMessage => 'Retrieving file information...';
     762             : 
     763           0 :   @override
     764             :   String get streamerModeLabel => 'Streamer/Presentation Mode';
     765             : 
     766           0 :   @override
     767             :   String get archiveConversation => 'Archive this Conversation';
     768             : 
     769           0 :   @override
     770             :   String get profileOnionLabel => 'Send this address to people you want to connect with';
     771             : 
     772           0 :   @override
     773             :   String get addPeerTab => 'Adicionar um contato';
     774             : 
     775           0 :   @override
     776             :   String get addPeer => 'Adicionar Contacto';
     777             : 
     778           0 :   @override
     779             :   String get peerNotOnline => 'Contact is offline. Applications cannot be used right now.';
     780             : 
     781           0 :   @override
     782             :   String get peerBlockedMessage => 'Contact is blocked';
     783             : 
     784           0 :   @override
     785             :   String get peerOfflineMessage => 'Contact is offline, messages can\'t be delivered right now';
     786             : 
     787           0 :   @override
     788             :   String get blockBtn => 'Block Contact';
     789             : 
     790           0 :   @override
     791             :   String get savePeerHistory => 'Save History';
     792             : 
     793           0 :   @override
     794             :   String get dontSavePeerHistory => 'Delete History';
     795             : 
     796           0 :   @override
     797             :   String get unblockBtn => 'Unblock Contact';
     798             : 
     799           0 :   @override
     800             :   String get blockUnknownLabel => 'Block Unknown Contacts';
     801             : 
     802           0 :   @override
     803             :   String get blockUnknownConnectionsEnabledDescription => 'Connections from unknown contacts are blocked. You can change this in Settings';
     804             : 
     805           0 :   @override
     806             :   String get networkStatusConnecting => 'Connecting to network and contacts...';
     807             : 
     808           0 :   @override
     809             :   String get showMessageButton => 'Show Message';
     810             : 
     811           0 :   @override
     812             :   String get blockedMessageMessage => 'This message is from a profile you have blocked.';
     813             : 
     814           0 :   @override
     815             :   String get placeholderEnterMessage => 'Type a message...';
     816             : 
     817           0 :   @override
     818             :   String get plainProfileDescription =>
     819             :       'We recommend that you protect your Cwtch profiles with a password. If you do not set a password on this profile then anyone who has access to this device may be able to access information about this profile, including contacts, messages and sensitive cryptographic keys.';
     820             : 
     821           0 :   @override
     822             :   String get encryptedProfileDescription =>
     823             :       'Encrypting a profile with a password protects it from other people who may also use this device. Encrypted profiles cannot be decrypted, displayed or accessed until the correct password is entered to unlock them.';
     824             : 
     825           0 :   @override
     826             :   String get addContactConfirm => 'Add contact %1';
     827             : 
     828           0 :   @override
     829             :   String get addContact => 'Add contact';
     830             : 
     831           0 :   @override
     832             :   String get contactGoto => 'Go to conversation with %1';
     833             : 
     834           0 :   @override
     835             :   String get settingUIColumnOptionSame => 'Same as portrait mode setting';
     836             : 
     837           0 :   @override
     838             :   String get settingUIColumnDouble14Ratio => 'Double (1:4)';
     839             : 
     840           0 :   @override
     841             :   String get settingUIColumnDouble12Ratio => 'Double (1:2)';
     842             : 
     843           0 :   @override
     844             :   String get settingUIColumnSingle => 'Single';
     845             : 
     846           0 :   @override
     847             :   String get settingUIColumnLandscape => 'UI Columns in Landscape Mode';
     848             : 
     849           0 :   @override
     850             :   String get settingUIColumnPortrait => 'UI Columns in Portrait Mode';
     851             : 
     852           0 :   @override
     853             :   String get tooltipRemoveThisQuotedMessage => 'Remove quoted message.';
     854             : 
     855           0 :   @override
     856             :   String get tooltipReplyToThisMessage => 'Reply to this message';
     857             : 
     858           0 :   @override
     859             :   String get tooltipRejectContactRequest => 'Reject this contact request';
     860             : 
     861           0 :   @override
     862             :   String get tooltipAcceptContactRequest => 'Accept this contact request.';
     863             : 
     864           0 :   @override
     865             :   String get notificationNewMessageFromGroup => 'New message in a group!';
     866             : 
     867           0 :   @override
     868             :   String get notificationNewMessageFromPeer => 'New message from a contact!';
     869             : 
     870           0 :   @override
     871             :   String get tooltipHidePassword => 'Hide Password';
     872             : 
     873           0 :   @override
     874             :   String get tooltipShowPassword => 'Show Password';
     875             : 
     876           0 :   @override
     877             :   String get serverNotSynced => 'A Sincronizar Novas Mensagens (isto pode demorar algum tempo...)';
     878             : 
     879           0 :   @override
     880             :   String get groupInviteSettingsWarning => 'You have been invited to join a group! Please enable the Group Chat Experiment in Settings to view this Invitation.';
     881             : 
     882           0 :   @override
     883             :   String get shutdownCwtchAction => 'Shutdown Cwtch';
     884             : 
     885           0 :   @override
     886             :   String get shutdownCwtchDialog => 'Are you sure you want to shutdown Cwtch? This will close all connections, and exit the application.';
     887             : 
     888           0 :   @override
     889             :   String get shutdownCwtchDialogTitle => 'Shutdown Cwtch?';
     890             : 
     891           0 :   @override
     892             :   String get shutdownCwtchTooltip => 'Shutdown Cwtch';
     893             : 
     894           0 :   @override
     895             :   String get malformedMessage => 'Malformed message';
     896             : 
     897           0 :   @override
     898             :   String get profileDeleteSuccess => 'Successfully deleted profile';
     899             : 
     900           0 :   @override
     901             :   String get debugLog => 'Turn on console debug logging';
     902             : 
     903           0 :   @override
     904             :   String get torNetworkStatus => 'Tor network status';
     905             : 
     906           0 :   @override
     907             :   String get addContactFirst => 'Add or pick a contact to begin chatting.';
     908             : 
     909           0 :   @override
     910             :   String get createProfileToBegin => 'Please create or unlock a profile to begin';
     911             : 
     912           0 :   @override
     913             :   String get nickChangeSuccess => 'Profile nickname changed successfully';
     914             : 
     915           0 :   @override
     916             :   String get addServerFirst => 'You need to add a server before you can create a group';
     917             : 
     918           0 :   @override
     919             :   String get deleteProfileSuccess => 'Successfully deleted profile';
     920             : 
     921           0 :   @override
     922             :   String get sendInvite => 'Send a contact or group invite';
     923             : 
     924           0 :   @override
     925             :   String get sendMessage => 'Send Message';
     926             : 
     927           0 :   @override
     928             :   String get cancel => 'Cancel';
     929             : 
     930           0 :   @override
     931             :   String get resetTor => 'Reset';
     932             : 
     933           0 :   @override
     934             :   String get torStatus => 'Tor Status';
     935             : 
     936           0 :   @override
     937             :   String get torVersion => 'Tor Version';
     938             : 
     939           0 :   @override
     940             :   String get sendAnInvitation => 'You sent an invitation for: ';
     941             : 
     942           0 :   @override
     943             :   String get contactSuggestion => 'This is a contact suggestion for: ';
     944             : 
     945           0 :   @override
     946             :   String get rejected => 'Rejected!';
     947             : 
     948           0 :   @override
     949             :   String get accepted => 'Accepted!';
     950             : 
     951           0 :   @override
     952             :   String get chatHistoryDefault => 'This conversation will be deleted when Cwtch is closed! Message history can be enabled per-conversation via the Settings menu in the upper right.';
     953             : 
     954           0 :   @override
     955             :   String get newPassword => 'New Password';
     956             : 
     957           0 :   @override
     958             :   String get yesLeave => 'Yes, Leave This Conversation';
     959             : 
     960           0 :   @override
     961             :   String get reallyLeaveThisGroupPrompt => 'Are you sure you want to leave this conversation? All messages and attributes will be deleted.';
     962             : 
     963           0 :   @override
     964             :   String get leaveConversation => 'Leave This Conversation';
     965             : 
     966           0 :   @override
     967             :   String get inviteToGroup => 'You have been invited to join a group:';
     968             : 
     969           0 :   @override
     970             :   String get pasteAddressToAddContact => 'Cole aqui um endereço cwtch, convite ou pacote de chaves para adicionar uma nova conversa';
     971             : 
     972           0 :   @override
     973             :   String get tooltipAddContact => 'Add a new contact or conversation';
     974             : 
     975           0 :   @override
     976             :   String get titleManageContacts => 'Conversations';
     977             : 
     978           0 :   @override
     979             :   String get titleManageServers => 'Manage Servers';
     980             : 
     981           0 :   @override
     982             :   String get successfullAddedContact => 'Successfully added ';
     983             : 
     984           0 :   @override
     985             :   String get descriptionBlockUnknownConnections => 'If turned on, this option will automatically close connections from Cwtch users that have not been added to your contact list.';
     986             : 
     987           0 :   @override
     988             :   String get descriptionExperimentsGroups => 'The group experiment allows Cwtch to connect with untrusted server infrastructure to facilitate communication with more than one contact.';
     989             : 
     990           0 :   @override
     991             :   String get descriptionExperiments =>
     992             :       'Cwtch experiments are optional, opt-in features that add additional functionality to Cwtch that may have different privacy considerations than traditional 1:1 metadata resistant chat e.g. group chat, bot integration etc.';
     993             : 
     994           0 :   @override
     995             :   String get titleManageProfiles => 'Manage Cwtch Profiles';
     996             : 
     997           0 :   @override
     998             :   String get tooltipUnlockProfiles => 'Unlock encrypted profiles by entering their password.';
     999             : 
    1000           0 :   @override
    1001             :   String get tooltipOpenSettings => 'Open the settings pane';
    1002             : 
    1003           0 :   @override
    1004             :   String get invalidImportString => 'Invalid import string';
    1005             : 
    1006           0 :   @override
    1007             :   String get contactAlreadyExists => 'Contact Already Exists';
    1008             : 
    1009           0 :   @override
    1010             :   String get conversationSettings => 'Conversation Settings';
    1011             : 
    1012           0 :   @override
    1013             :   String get enterCurrentPasswordForDelete => 'Please enter current password to delete this profile.';
    1014             : 
    1015           0 :   @override
    1016             :   String get enableGroups => 'Enable Group Chat';
    1017             : 
    1018           0 :   @override
    1019             :   String get experimentsEnabled => 'Enable Experiments';
    1020             : 
    1021           0 :   @override
    1022             :   String get addListItem => 'Adicionar Item à Lista';
    1023             : 
    1024           0 :   @override
    1025             :   String get addNewItem => 'Adicionar novo item à lista';
    1026             : 
    1027           0 :   @override
    1028             :   String get todoPlaceholder => 'Afazer…';
    1029             : 
    1030           0 :   @override
    1031             :   String get newConnectionPaneTitle => 'New Connection';
    1032             : 
    1033           0 :   @override
    1034             :   String get networkStatusOnline => 'Online';
    1035             : 
    1036           0 :   @override
    1037             :   String get networkStatusAttemptingTor => 'Attempting to connect to Tor network';
    1038             : 
    1039           0 :   @override
    1040             :   String get networkStatusDisconnected => 'Disconnected from the internet, check your connection';
    1041             : 
    1042           0 :   @override
    1043             :   String get viewGroupMembershipTooltip => 'View Group Membership';
    1044             : 
    1045           0 :   @override
    1046             :   String get loadingTor => 'Loading tor...';
    1047             : 
    1048           0 :   @override
    1049             :   String get smallTextLabel => 'Pequeno';
    1050             : 
    1051           0 :   @override
    1052             :   String get builddate => 'Built on: %2';
    1053             : 
    1054           0 :   @override
    1055             :   String get version => 'Version %1';
    1056             : 
    1057           0 :   @override
    1058             :   String get versionTor => 'Version %1 with tor %2';
    1059             : 
    1060           0 :   @override
    1061             :   String get themeDark => 'Dark';
    1062             : 
    1063           0 :   @override
    1064             :   String get themeLight => 'Light';
    1065             : 
    1066           0 :   @override
    1067             :   String get largeTextLabel => 'Grande';
    1068             : 
    1069           0 :   @override
    1070             :   String get settingInterfaceZoom => 'Zoom level';
    1071             : 
    1072           0 :   @override
    1073             :   String get settingLanguage => 'Language';
    1074             : 
    1075           0 :   @override
    1076             :   String get zoomLabel => 'Zoom da interface (afeta principalmente tamanho de texto e botões)';
    1077             : 
    1078           0 :   @override
    1079             :   String get versionBuilddate => 'Version: %1 Built on: %2';
    1080             : 
    1081           0 :   @override
    1082             :   String get cwtchSettingsTitle => 'Configurações do Cwtch';
    1083             : 
    1084           0 :   @override
    1085             :   String get unlock => 'Unlock';
    1086             : 
    1087           0 :   @override
    1088             :   String get yourServers => 'Your Servers';
    1089             : 
    1090           0 :   @override
    1091             :   String get yourProfiles => 'Your Profiles';
    1092             : 
    1093           0 :   @override
    1094             :   String get error0ProfilesLoadedForPassword => '0 profiles loaded with that password';
    1095             : 
    1096           0 :   @override
    1097             :   String get password => 'Password';
    1098             : 
    1099           0 :   @override
    1100             :   String get enterProfilePassword => 'Enter a password to view your profiles';
    1101             : 
    1102           0 :   @override
    1103             :   String get addNewProfileBtn => 'Add new profile';
    1104             : 
    1105           0 :   @override
    1106             :   String get deleteConfirmText => 'DELETE';
    1107             : 
    1108           0 :   @override
    1109             :   String get deleteProfileConfirmBtn => 'Really Delete Profile';
    1110             : 
    1111           0 :   @override
    1112             :   String get deleteConfirmLabel => 'Type DELETE to confirm';
    1113             : 
    1114           0 :   @override
    1115             :   String get deleteProfileBtn => 'Delete Profile';
    1116             : 
    1117           0 :   @override
    1118             :   String get passwordChangeError => 'Error changing password: Supplied password rejected';
    1119             : 
    1120           0 :   @override
    1121             :   String get passwordErrorMatch => 'Passwords do not match';
    1122             : 
    1123           0 :   @override
    1124             :   String get saveProfileBtn => 'Save Profile';
    1125             : 
    1126           0 :   @override
    1127             :   String get createProfileBtn => 'Create Profile';
    1128             : 
    1129           0 :   @override
    1130             :   String get passwordErrorEmpty => 'Password cannot be empty';
    1131             : 
    1132           0 :   @override
    1133             :   String get password2Label => 'Reenter password';
    1134             : 
    1135           0 :   @override
    1136             :   String get password1Label => 'Password';
    1137             : 
    1138           0 :   @override
    1139             :   String get currentPasswordLabel => 'Current Password';
    1140             : 
    1141           0 :   @override
    1142             :   String get yourDisplayName => 'Your Display Name';
    1143             : 
    1144           0 :   @override
    1145             :   String get noPasswordWarning => 'Not using a password on this account means that all data stored locally will not be encrypted';
    1146             : 
    1147           0 :   @override
    1148             :   String get radioNoPassword => 'Unencrypted (No password)';
    1149             : 
    1150           0 :   @override
    1151             :   String get radioUsePassword => 'Password';
    1152             : 
    1153           0 :   @override
    1154             :   String get newProfile => 'New Profile';
    1155             : 
    1156           0 :   @override
    1157             :   String get defaultProfileName => 'Alice';
    1158             : 
    1159           0 :   @override
    1160             :   String get profileName => 'Display name';
    1161             : 
    1162           0 :   @override
    1163             :   String get editProfileTitle => 'Edit Profile';
    1164             : 
    1165           0 :   @override
    1166             :   String get addProfileTitle => 'Add new profile';
    1167             : 
    1168           0 :   @override
    1169             :   String get deleteBtn => 'Deletar';
    1170             : 
    1171           0 :   @override
    1172             :   String get saveBtn => 'Salvar';
    1173             : 
    1174           0 :   @override
    1175             :   String get displayNameLabel => 'Nome de Exibição';
    1176             : 
    1177           0 :   @override
    1178             :   String get copiedToClipboardNotification => 'Copiado';
    1179             : 
    1180           0 :   @override
    1181             :   String get addressLabel => 'Endereço';
    1182             : 
    1183           0 :   @override
    1184             :   String get puzzleGameBtn => 'Jogo de Adivinhação';
    1185             : 
    1186           0 :   @override
    1187             :   String get bulletinsBtn => 'Boletins';
    1188             : 
    1189           0 :   @override
    1190             :   String get listsBtn => 'Listas';
    1191             : 
    1192           0 :   @override
    1193             :   String get chatBtn => 'Chat';
    1194             : 
    1195           0 :   @override
    1196             :   String get rejectGroupBtn => 'Recusar';
    1197             : 
    1198           0 :   @override
    1199             :   String get acceptGroupBtn => 'Aceitar';
    1200             : 
    1201           0 :   @override
    1202             :   String get acceptGroupInviteLabel => 'Você quer aceitar o convite para';
    1203             : 
    1204           0 :   @override
    1205             :   String get newGroupBtn => 'Criar novo grupo';
    1206             : 
    1207           0 :   @override
    1208             :   String get copyBtn => 'Copiar';
    1209             : 
    1210           0 :   @override
    1211             :   String get pendingLabel => 'Pendente';
    1212             : 
    1213           0 :   @override
    1214             :   String get acknowledgedLabel => 'Confirmada';
    1215             : 
    1216           0 :   @override
    1217             :   String get couldNotSendMsgError => 'Não deu para enviar esta mensagem';
    1218             : 
    1219           0 :   @override
    1220             :   String get dmTooltip => 'Clique para DM';
    1221             : 
    1222           0 :   @override
    1223             :   String get membershipDescription => 'A lista abaixo é de usuários que enviaram mensagens ao grupo. Essa lista pode não refletir todos os usuários que têm acesso ao grupo.';
    1224             : 
    1225           0 :   @override
    1226             :   String get addListItemBtn => 'Add Item';
    1227             : 
    1228           0 :   @override
    1229             :   String get searchList => 'Search List';
    1230             : 
    1231           0 :   @override
    1232             :   String get update => 'Atualizar';
    1233             : 
    1234           0 :   @override
    1235             :   String get inviteBtn => 'Convidar';
    1236             : 
    1237           0 :   @override
    1238             :   String get inviteToGroupLabel => 'Convidar ao grupo';
    1239             : 
    1240           0 :   @override
    1241             :   String get groupNameLabel => 'Nome do Grupo';
    1242             : 
    1243           0 :   @override
    1244             :   String get viewServerInfo => 'Informação do Servidor';
    1245             : 
    1246           0 :   @override
    1247             :   String get serverSynced => 'Sincronizado';
    1248             : 
    1249           0 :   @override
    1250             :   String get serverConnectivityDisconnected => 'Servidor Desconectado';
    1251             : 
    1252           0 :   @override
    1253             :   String get serverConnectivityConnected => 'Servidor Conectado';
    1254             : 
    1255           0 :   @override
    1256             :   String get serverInfo => 'Informação do Servidor';
    1257             : 
    1258           0 :   @override
    1259             :   String get invitationLabel => 'Convite';
    1260             : 
    1261           0 :   @override
    1262             :   String get serverLabel => 'Servidor';
    1263             : 
    1264           0 :   @override
    1265             :   String get search => 'Pesquisar...';
    1266             : 
    1267           0 :   @override
    1268             :   String get blocked => 'Bloqueado';
    1269             : 
    1270           0 :   @override
    1271             :   String get titlePlaceholder => 'título…';
    1272             : 
    1273           0 :   @override
    1274             :   String get postNewBulletinLabel => 'Publicar novo boletim';
    1275             : 
    1276           0 :   @override
    1277             :   String get newBulletinLabel => 'Novo Boletim';
    1278             : 
    1279           0 :   @override
    1280             :   String get joinGroup => 'Juntar-se a um grupo';
    1281             : 
    1282           0 :   @override
    1283             :   String get createGroup => 'Criar grupo';
    1284             : 
    1285           0 :   @override
    1286             :   String get groupAddr => 'Endereço';
    1287             : 
    1288           0 :   @override
    1289             :   String get invitation => 'Convite';
    1290             : 
    1291           0 :   @override
    1292             :   String get server => 'Servidor';
    1293             : 
    1294           0 :   @override
    1295             :   String get peerName => 'Nome';
    1296             : 
    1297           0 :   @override
    1298             :   String get peerAddress => 'Endereço';
    1299             : 
    1300           0 :   @override
    1301             :   String get joinGroupTab => 'Juntar-se a um grupo';
    1302             : 
    1303           0 :   @override
    1304             :   String get createGroupTab => 'Criar um grupo';
    1305             : 
    1306           0 :   @override
    1307             :   String get createGroupBtn => 'Criar';
    1308             : 
    1309           0 :   @override
    1310             :   String get defaultGroupName => 'Grupo incrível';
    1311             : 
    1312           0 :   @override
    1313             :   String get createGroupTitle => 'Criar Grupo';
    1314             : 
    1315           0 :   @override
    1316             :   String get hybridGroupsManagerTitleShort => 'Groups';
    1317             : 
    1318           0 :   @override
    1319             :   String get hybridGroupsManagerTitleLong => 'Groups you host';
    1320             : 
    1321           0 :   @override
    1322             :   String get addHybridGroupTooltip => 'Add group';
    1323             : 
    1324           0 :   @override
    1325             :   String get unlockHybridGroupsTip => 'Unlock group';
    1326             : 
    1327           0 :   @override
    1328             :   String get tooltipUnlockServers => 'Unlock encrypted servers by entering their password.';
    1329             : 
    1330           0 :   @override
    1331             :   String get tooltipUnlockHybridGroups => 'Unlock encrypted groups by entering their password.';
    1332             : 
    1333           0 :   @override
    1334             :   String get enterHybridGroupPassword => 'Enter password to unlock group';
    1335             : 
    1336           0 :   @override
    1337             :   String get addHybridGroupTitle => 'Add group';
    1338             : 
    1339           0 :   @override
    1340             :   String get editHybridGroupTitle => 'Edit group';
    1341             : 
    1342           0 :   @override
    1343             :   String get hybridGroupAddress => 'Group address';
    1344             : 
    1345           0 :   @override
    1346             :   String get hybridGroupDescriptionLabel => 'Group description';
    1347             : 
    1348           0 :   @override
    1349             :   String get hybridGroupDescriptionDescription => 'Initial name of the group, which will be shared with group members';
    1350             : 
    1351           0 :   @override
    1352             :   String get hybridGroupInitialAdminDescription => 'Initial admin for this group (can be changed later)';
    1353             : 
    1354           0 :   @override
    1355             :   String get hybridGroupEnabled => 'Group enabled';
    1356             : 
    1357           0 :   @override
    1358             :   String get hybridGroupEnabledDescription => 'Start or stop the group';
    1359             : 
    1360           0 :   @override
    1361             :   String get hybridGroupAutostartLabel => 'Autostart';
    1362             : 
    1363           0 :   @override
    1364             :   String get hybridGroupAutostartDescription => 'Controls if the application will automatically launch the server on start';
    1365             : 
    1366           0 :   @override
    1367             :   String get hybridGroupMetricsLabel => 'Group metrics';
    1368             : 
    1369           0 :   @override
    1370             :   String get hybridGroupTotalMessagesLabel => 'Messages';
    1371             : 
    1372           0 :   @override
    1373             :   String get hybridGroupConnectionsLabel => 'Connections';
    1374             : 
    1375           0 :   @override
    1376             :   String get enterCurrentPasswordForDeleteHybridGroup => 'Please enter current password to delete this group';
    1377             : 
    1378           0 :   @override
    1379             :   String get plainHybridGroupDescription =>
    1380             :       'We recommend that you protect your Cwtch groups with a password. If you do not set a password on this group then anyone who has access to this device may be able to access information about this group, including sensitive cryptographic keys.';
    1381             : 
    1382           0 :   @override
    1383             :   String get encryptedHybridGroupDescription =>
    1384             :       'Encrypting a group with a password protects it from other people who may also use this device. Encrypted groups cannot be decrypted, displayed or accessed until the correct password is entered to unlock them.';
    1385             : 
    1386           0 :   @override
    1387             :   String get saveHybridGroupButton => 'Save group';
    1388             : 
    1389           0 :   @override
    1390             :   String get deleteHybridGroupConfirmBtn => 'Really delete group?';
    1391             : 
    1392           0 :   @override
    1393             :   String get deleteHybridGroupSuccess => 'Successfully deleted group';
    1394             : 
    1395           0 :   @override
    1396             :   String get copyHybridGroupKeys => 'Copy keys';
    1397             : 
    1398           0 :   @override
    1399             :   String get settingHybridGroups => 'Hybrid groups';
    1400             : 
    1401           0 :   @override
    1402             :   String get settingHybridGroupsDescription => 'This experiment enables hosting and managing hybrid groups.';
    1403             : 
    1404           0 :   @override
    1405             :   String get roleAdmin => 'Admin';
    1406             : 
    1407           0 :   @override
    1408             :   String get roleAdminPlural => 'Admins';
    1409             : 
    1410           0 :   @override
    1411             :   String get roleOp => 'Operator';
    1412             : 
    1413           0 :   @override
    1414             :   String get roleOpPlural => 'Operators';
    1415             : 
    1416           0 :   @override
    1417             :   String get roleMod => 'Moderator';
    1418             : 
    1419           0 :   @override
    1420             :   String get roleModPlural => 'Moderators';
    1421             : 
    1422           0 :   @override
    1423             :   String get roleVoice => 'Voice';
    1424             : 
    1425           0 :   @override
    1426             :   String get roleVoicePlural => 'Voices';
    1427             : 
    1428           0 :   @override
    1429             :   String get roleUser => 'User';
    1430             : 
    1431           0 :   @override
    1432             :   String get roleUserPlural => 'Users';
    1433             : 
    1434           0 :   @override
    1435             :   String get roleBanned => 'Banned';
    1436             : 
    1437           0 :   @override
    1438             :   String get roleUnknown => 'Unknown';
    1439             : 
    1440           0 :   @override
    1441             :   String get titleModerationOptions => 'Moderation options';
    1442             : 
    1443           0 :   @override
    1444             :   String get messageHidden => 'Message hidden by a moderator.';
    1445             : 
    1446           0 :   @override
    1447             :   String get messageHiddenPreview => 'This message is currently hidden from regular users. As a moderator, you may decide to un-hide it.';
    1448             : 
    1449           0 :   @override
    1450             :   String get messageWithheld => 'Message hidden by default - group is +m';
    1451             : 
    1452           0 :   @override
    1453             :   String get messageDeleted => 'This message was deleted by a moderator.';
    1454             : 
    1455           0 :   @override
    1456             :   String get buttonMessagePreview => 'Preview';
    1457             : 
    1458           0 :   @override
    1459             :   String get buttonMessageReveal => 'Reveal message';
    1460             : 
    1461           0 :   @override
    1462             :   String get buttonMessageHide => 'Hide message';
    1463             : 
    1464           0 :   @override
    1465             :   String get buttonMessageUnhide => 'Unhide message';
    1466             : 
    1467           0 :   @override
    1468             :   String get buttonMessageDelete => 'Delete message';
    1469             : 
    1470           0 :   @override
    1471             :   String get editGroupTitle => 'Edit Group';
    1472             : 
    1473           0 :   @override
    1474             :   String get editGroupMetadataTitle => 'Metadata';
    1475             : 
    1476           0 :   @override
    1477             :   String get editGroupModeTitle => 'Mode';
    1478             : 
    1479           0 :   @override
    1480             :   String get editGroupMaskTitle => 'Mask';
    1481             : 
    1482           0 :   @override
    1483             :   String get changeGroupPicture => 'Change group picture';
    1484             : 
    1485           0 :   @override
    1486             :   String get groupInfoName => 'Group name (public)';
    1487             : 
    1488           0 :   @override
    1489             :   String get groupInfoTopic => 'Group topic';
    1490             : 
    1491           0 :   @override
    1492             :   String get groupInfoExtra1 => 'Extra public information 1';
    1493             : 
    1494           0 :   @override
    1495             :   String get groupInfoExtra2 => 'Extra public information 2';
    1496             : 
    1497           0 :   @override
    1498             :   String get groupModeF => 'Filesharing allowed (+f)';
    1499             : 
    1500           0 :   @override
    1501             :   String get groupModeFDescription => 'Allows members to share files with the group (if they have the file sharing experiment enabled)';
    1502             : 
    1503           0 :   @override
    1504             :   String get groupModeS => 'Slow mode (+s)';
    1505             : 
    1506           0 :   @override
    1507             :   String get groupModeSDescription => 'Restricts group members to sending one message every 60 seconds.';
    1508             : 
    1509           0 :   @override
    1510             :   String get groupModeI => 'Anyone can invite (+i)';
    1511             : 
    1512           0 :   @override
    1513             :   String get groupModeIDescription => 'Anyone existing member can add new members to the group, instead of just admins/ops.';
    1514             : 
    1515           0 :   @override
    1516             :   String get groupModeO => 'Open group (+o)';
    1517             : 
    1518           0 :   @override
    1519             :   String get groupModeODescription => 'Anyone can join the group without an invitation, if they have the invitation string (see conversation settings).';
    1520             : 
    1521           0 :   @override
    1522             :   String get groupModeV => 'Voice only (+v)';
    1523             : 
    1524           0 :   @override
    1525             :   String get groupModeVDescription => 'Only users with the voice role or higher can send messages to the group.';
    1526             : 
    1527           0 :   @override
    1528             :   String get groupModeM => 'Hide by default (+m)';
    1529             : 
    1530           0 :   @override
    1531             :   String get groupModeMDescription => 'All messages to the channel are hidden. Moderators or above can review the contents of messages and decide whether to reveal them.';
    1532             : 
    1533           0 :   @override
    1534             :   String get groupModeW => 'Write-only / no-read (+w)';
    1535             : 
    1536           0 :   @override
    1537             :   String get groupModeWDescription =>
    1538             :       'Messages can be sent to the channel, but only moderators or above will receive them. Use this, for example, to make a channel for privately sending requests or reporting sensitive issues.';
    1539             : 
    1540           0 :   @override
    1541             :   String get groupModeE => 'Equality (+e)';
    1542             : 
    1543           0 :   @override
    1544             :   String get groupModeEDescription => 'Normally, users can only promote/demote to roles below their own. With +e enabled, ops can promote/demote other ops, and mods can promote/demote other mods.';
    1545             : 
    1546           0 :   @override
    1547             :   String get footnoteMask => '* These modes can be changed by moderators (see: Mask tab).';
    1548             : 
    1549           0 :   @override
    1550             :   String get explainerMasks =>
    1551             :       'Normally, only admins and ops can change group mode settings. However, by enabling mode masks below, moderators can also toggle those group modes. For example, you might want to allow mods to toggle slow mode for the group.';
    1552             : 
    1553           0 :   @override
    1554             :   String get editMembershipTitle => 'Membership';
    1555             : 
    1556           0 :   @override
    1557             :   String get editMembersTabTitle => 'Members';
    1558             : 
    1559           0 :   @override
    1560             :   String get editBansTabTitle => 'Bans';
    1561             : 
    1562           0 :   @override
    1563             :   String get noBansMessage => 'If someone is banned from the group, their handle will appear here.';
    1564             : 
    1565           0 :   @override
    1566             :   String get explainUnban => 'To unban someone, use the Add New Member control to add them back to the member list.';
    1567             : 
    1568           0 :   @override
    1569             :   String get buttonKick => 'Kick member';
    1570             : 
    1571           0 :   @override
    1572             :   String get buttonChangeRole => 'Change role';
    1573             : 
    1574           0 :   @override
    1575             :   String get addMemberLabel => 'Add new member';
    1576             : 
    1577           0 :   @override
    1578             :   String get addMemberButton => 'Add';
    1579             : 
    1580           0 :   @override
    1581             :   String get explainOpenGroup => 'This is an open group. You can invite a new member here, or they can join directly by using the invite string found in Conversation Settings.';
    1582             : 
    1583           0 :   @override
    1584             :   String get buttonMemberDrawer => 'View group members';
    1585             : 
    1586           0 :   @override
    1587             :   String get displayNameLocalOnly => 'Display name (local only)';
    1588             : 
    1589           0 :   @override
    1590             :   String get anyoneCanJoin => 'Anyone can join this group by adding this group address as a contact.';
    1591             : 
    1592           0 :   @override
    1593             :   String get inviteRequired => 'New members must be added to this group via the Group Membership controls.';
    1594             : 
    1595           0 :   @override
    1596             :   String get errVoiceOnly => 'You do not have permission to speak in this channel';
    1597             : 
    1598           0 :   @override
    1599             :   String get hybridGroupInviteSettingsWarning => 'You have been invited to join a hybrid group. Please enabled the hybrid groups experiment in Settings to view this invitation.';
    1600             : }
    1601             : 
    1602             : /// The translations for Portuguese, as used in Brazil (`pt_BR`).
    1603             : class AppLocalizationsPtBr extends AppLocalizationsPt {
    1604           0 :   AppLocalizationsPtBr() : super('pt_BR');
    1605             : 
    1606           0 :   @override
    1607             :   String get contactDisconnectSummary => 'Disconnect from Contact';
    1608             : 
    1609           0 :   @override
    1610             :   String get messageHistoryEndOfHistory => 'Beginning of Conversation History';
    1611             : 
    1612           0 :   @override
    1613             :   String get messageHistoryLoadOlderMessages => 'Load Older Messages';
    1614             : 
    1615           0 :   @override
    1616             :   String get relativeTimeEarlier => 'Earlier';
    1617             : 
    1618           0 :   @override
    1619             :   String get relativeTimeThisYear => 'This Year';
    1620             : 
    1621           0 :   @override
    1622             :   String get relativeTimeLastMonth => 'Last Month';
    1623             : 
    1624           0 :   @override
    1625             :   String get relativeTimeThisMonth => 'This Month';
    1626             : 
    1627           0 :   @override
    1628             :   String get relativeTimeLastWeek => 'Last Week';
    1629             : 
    1630           0 :   @override
    1631             :   String get relativeTimeThisWeek => 'This Week';
    1632             : 
    1633           0 :   @override
    1634             :   String get relativeTimeYesterday => 'Yesterday';
    1635             : 
    1636           0 :   @override
    1637             :   String get relativeTimeToday => 'Today';
    1638             : 
    1639           0 :   @override
    1640             :   String get privateNameHint => 'Private name for this account (never shared)';
    1641             : 
    1642           0 :   @override
    1643             :   String get privateNameLabel => 'Private Name';
    1644             : 
    1645           0 :   @override
    1646             :   String get settingsExperimentsShowPerformanceDescription => 'Display an overlay graph of render time.';
    1647             : 
    1648           0 :   @override
    1649             :   String get settingsExperimentsShowPerformanceTitle => 'Show Performance Overlay';
    1650             : 
    1651           0 :   @override
    1652             :   String get settingThemeOverwriteConfirm => 'Confirm';
    1653             : 
    1654           0 :   @override
    1655             :   String get settingThemeOverwriteQuestion => 'Theme \$themeName already exists, confirm overwrite?';
    1656             : 
    1657           0 :   @override
    1658             :   String get settingsThemeErrorInvalid => 'Error: Could not import \$themeName, theme.yml missing, not a theme directory';
    1659             : 
    1660           0 :   @override
    1661             :   String get settingsImportThemeTitle => 'Import Theme';
    1662             : 
    1663           0 :   @override
    1664             :   String get settingsImportThemeDescription => 'Select theme directory to import for use in Cwtch';
    1665             : 
    1666           0 :   @override
    1667             :   String get settingsImportThemeButton => 'Import Theme';
    1668             : 
    1669           0 :   @override
    1670             :   String get settingsThemeImagesDescription => 'Enable display of images from themes';
    1671             : 
    1672           0 :   @override
    1673             :   String get settingsThemeImages => 'Theme Images';
    1674             : 
    1675           0 :   @override
    1676             :   String get settingsGroupAbout => 'About';
    1677             : 
    1678           0 :   @override
    1679             :   String get localeUzbek => 'Uzbek  / Oʻzbekcha';
    1680             : 
    1681           0 :   @override
    1682             :   String get profileOfflineAtStart => 'Appear Offline at Startup';
    1683             : 
    1684           0 :   @override
    1685             :   String get now => 'Now';
    1686             : 
    1687           0 :   @override
    1688             :   String get xSecondsAgo => '\$seconds seconds ago';
    1689             : 
    1690           0 :   @override
    1691             :   String get xMinutesAgo => '\$minutes minutes ago';
    1692             : 
    1693           0 :   @override
    1694             :   String get xHoursAgo => '\$hours hours ago';
    1695             : 
    1696           0 :   @override
    1697             :   String get xDaysAgo => '\$days days ago';
    1698             : 
    1699           0 :   @override
    1700             :   String get profileAllowUnknownContacts => 'Allow Unknown Contacts';
    1701             : 
    1702           0 :   @override
    1703             :   String get profileBlockUnknownContacts => 'Block Unknown Contacts';
    1704             : 
    1705           0 :   @override
    1706             :   String get profileDisableProfile => 'Disable Profile';
    1707             : 
    1708           0 :   @override
    1709             :   String get profileEnableProfile => 'Enable Profile';
    1710             : 
    1711           0 :   @override
    1712             :   String get profileAppearOnline => 'Appear Online';
    1713             : 
    1714           0 :   @override
    1715             :   String get contactDisconnect => 'Disconnect  from Contact (if you do not have Appear Offline set this contact may still be able to reestablish a connection to you)';
    1716             : 
    1717           0 :   @override
    1718             :   String get profileAppearOfflineDescription =>
    1719             :       'By default, when  Cwtch profile is enabled it automatically attempts to connect to know contacts, and allows inbound connections. This settings disables those actions and allows you to choose, manually, which contacts to connect to.';
    1720             : 
    1721           0 :   @override
    1722             :   String get profileAppearOffline => 'Appear Offline';
    1723             : 
    1724           0 :   @override
    1725             :   String get deleteServerConfirmBtn => 'Realmente excluir servidor';
    1726             : 
    1727           0 :   @override
    1728             :   String get cannotDeleteServerIfActiveGroups => 'There are active groups associated with this Cwtch Server. Please delete them prior to deleting this Cwtch Server entry.';
    1729             : 
    1730           0 :   @override
    1731             :   String get groupsOnThisServerLabel => 'Grupos nos quais estou hospedado neste servidor';
    1732             : 
    1733           0 :   @override
    1734             :   String get serverinfoNoGroupInfo => 'There are no groups associated with this Cwtch Server.';
    1735             : 
    1736           0 :   @override
    1737             :   String get preserveHistorySettingDescription =>
    1738             :       'By default, Cwtch will purge conversation history when Cwtch is shutdown. If this setting is enabled, Cwtch will preserve the conversation history of peer conversations.';
    1739             : 
    1740           0 :   @override
    1741             :   String get defaultPreserveHistorySetting => 'Preserve Conversation History';
    1742             : 
    1743           0 :   @override
    1744             :   String get localeUk => 'Ukrainian / українською';
    1745             : 
    1746           0 :   @override
    1747             :   String get profileEnabledDescription => 'Activate or Deactivate the profile.';
    1748             : 
    1749           0 :   @override
    1750             :   String get localeSw => 'Swahili / Kiswahili';
    1751             : 
    1752           0 :   @override
    1753             :   String get localeSv => 'Swedish / Svenska';
    1754             : 
    1755           0 :   @override
    1756             :   String get fontScalingDescription => 'Adjust the relative font scaling factor applied to text and widgets.';
    1757             : 
    1758           0 :   @override
    1759             :   String get defaultScalingText => 'Texto tamanho padrão (fator de escala: ';
    1760             : 
    1761           0 :   @override
    1762             :   String get localeJa => 'Japanese / 日本語';
    1763             : 
    1764           0 :   @override
    1765             :   String get retryConnectionTooltip => 'Cwtch retries peers regularly, but you can tell Cwtch to try sooner by pushing this button.';
    1766             : 
    1767           0 :   @override
    1768             :   String get retryConnection => 'Retry';
    1769             : 
    1770           0 :   @override
    1771             :   String get availabilityStatusTooltip => 'Set your availability status';
    1772             : 
    1773           0 :   @override
    1774             :   String get profileInfoHint3 => 'Contacts will be able to see this information in Conversation Settings ';
    1775             : 
    1776           0 :   @override
    1777             :   String get profileInfoHint2 => 'You can add up to 3 fields.';
    1778             : 
    1779           0 :   @override
    1780             :   String get profileInfoHint => 'Add some public information about yourself here e.g. blog, websites, brief bio.';
    1781             : 
    1782           0 :   @override
    1783             :   String get availabilityStatusAway => 'Away';
    1784             : 
    1785           0 :   @override
    1786             :   String get availabilityStatusBusy => 'Busy';
    1787             : 
    1788           0 :   @override
    1789             :   String get availabilityStatusAvailable => 'Available';
    1790             : 
    1791           0 :   @override
    1792             :   String get blodeuweddWarning =>
    1793             :       'Blodeuwedd uses a local language model and a set of small auxiliary models to power its functionality. These techniques are often very effective they are not without error. \n\nWhile we have taken efforts to minimize the risk, there is still the possibility that Blodeuwedd outputs will be incorrect, hallucinated and/or offensive.\n\nBecause of that Blodeuwedd requires downloading two additional components separate from Cwtch, the Blodeuwedd Model (or a compatible model) and the Blodeuwedd Runner. \n\nSee https://docs.cwtch.im/docs/settings/experiments/blodeuwedd for more information on obtaining these components and setting them up.';
    1794             : 
    1795           0 :   @override
    1796             :   String get blodeuweddSummarize => 'Summarize Conversation';
    1797             : 
    1798           0 :   @override
    1799             :   String get blodeuweddTranslate => 'Translate Message';
    1800             : 
    1801           0 :   @override
    1802             :   String get blodeuweddProcessing => 'Blodeuwedd is processing...';
    1803             : 
    1804           0 :   @override
    1805             :   String get blodeuweddPath => 'The directory where the Blodeuwedd is located on your computer.';
    1806             : 
    1807           0 :   @override
    1808             :   String get blodeuweddNotSupported => 'This version of Cwtch has been compiled without support for the Blodeuwedd Assistant.';
    1809             : 
    1810           0 :   @override
    1811             :   String get blodeuweddDescription => 'The Blodeuwedd assistant adds new features to Cwtch such as chat transcript summarization and message translation via a locally hosted language model.';
    1812             : 
    1813           0 :   @override
    1814             :   String get blodeuweddExperimentEnable => 'Blodeuwedd Assistant';
    1815             : 
    1816           0 :   @override
    1817             :   String get localeKo => 'Korean / 한국어';
    1818             : 
    1819           0 :   @override
    1820             :   String get localeSk => 'Slovak / Slovák';
    1821             : 
    1822           0 :   @override
    1823             :   String get profileAutostartDescription => 'Controls if the profile will be automatically launched on startup';
    1824             : 
    1825           0 :   @override
    1826             :   String get profileEnabled => 'Enable';
    1827             : 
    1828           0 :   @override
    1829             :   String get profileAutostartLabel => 'Autostart';
    1830             : 
    1831           0 :   @override
    1832             :   String get localePtBr => 'Português do Brasil / Português do Brasil';
    1833             : 
    1834           0 :   @override
    1835             :   String get localeNl => 'Dutch / Dutch';
    1836             : 
    1837           0 :   @override
    1838             :   String get experimentQRCodeDescription => 'O suporte a QR Code permite o compartilhamento de dados (como identidade de perfil) através dos QR Codes';
    1839             : 
    1840           0 :   @override
    1841             :   String get enableExperimentQRCode => 'QR Codes';
    1842             : 
    1843           0 :   @override
    1844             :   String get shareMenuQRCode => 'Mostrar QR Code';
    1845             : 
    1846           0 :   @override
    1847             :   String get shareProfileMenuTooltop => 'Compartilhar perfil por...';
    1848             : 
    1849           0 :   @override
    1850             :   String get acquiredTicketsFromServer => 'Desafio anti-spam completo';
    1851             : 
    1852           0 :   @override
    1853             :   String get acquiringTicketsFromServer => 'Realizar o desafio anti-spam';
    1854             : 
    1855           0 :   @override
    1856             :   String get errorDownloadDirectoryDoesNotExist => 'O compartilhamento de arquivos não pode ser ativado porque a Pasta de Download não foi definida, ou está definida para uma pasta que não existe.';
    1857             : 
    1858           0 :   @override
    1859             :   String get localeIt => 'Italian / Italiano';
    1860             : 
    1861           0 :   @override
    1862             :   String get localeTr => 'Turco / Türk';
    1863             : 
    1864           0 :   @override
    1865             :   String get tooltipUnpinConversation => 'Desafixar conversa a partir do topo de \"Conversations\"';
    1866             : 
    1867           0 :   @override
    1868             :   String get tooltipPinConversation => 'Fixar conversa para o topo de \"Conversations\"';
    1869             : 
    1870           0 :   @override
    1871             :   String get replyingTo => 'Responder para %1';
    1872             : 
    1873           0 :   @override
    1874             :   String get fileDownloadUnavailable => 'Este arquivo aparece indisponível para download. O remetente pode ter desativado os downloads para este arquivo.';
    1875             : 
    1876           0 :   @override
    1877             :   String get messageNoReplies => 'Não há respostas para esta mensagem.';
    1878             : 
    1879           0 :   @override
    1880             :   String get headingReplies => 'Respostas';
    1881             : 
    1882           0 :   @override
    1883             :   String get viewReplies => 'Ver respostas para esta mensagem';
    1884             : 
    1885           0 :   @override
    1886             :   String get restartFileShare => 'Iniciar compartilhamento de arquivo';
    1887             : 
    1888           0 :   @override
    1889             :   String get stopSharingFile => 'Parar compartilhamento de arquivo';
    1890             : 
    1891           0 :   @override
    1892             :   String get manageSharedFiles => 'Gerenciar arquivos compartilhados';
    1893             : 
    1894           0 :   @override
    1895             :   String get localeDe => 'Alemao / Deutsch';
    1896             : 
    1897           0 :   @override
    1898             :   String get localeEn => 'English / English';
    1899             : 
    1900           0 :   @override
    1901             :   String get localeLb => 'Luxembourgish / Lëtzebuergesch';
    1902             : 
    1903           0 :   @override
    1904             :   String get localeNo => 'Norwegian / Norsk';
    1905             : 
    1906           0 :   @override
    1907             :   String get localeEl => 'Greek / Ελληνικά';
    1908             : 
    1909           0 :   @override
    1910             :   String get localePl => 'Polish / Polski';
    1911             : 
    1912           0 :   @override
    1913             :   String get localeRo => 'Romanian / Română';
    1914             : 
    1915           0 :   @override
    1916             :   String get localeRU => 'Russian / Русский';
    1917             : 
    1918           0 :   @override
    1919             :   String get localeEs => 'Spanish / Español';
    1920             : 
    1921           0 :   @override
    1922             :   String get localeDa => 'Danish / Dansk';
    1923             : 
    1924           0 :   @override
    1925             :   String get localePt => 'Portuguese / Portuguesa';
    1926             : 
    1927           0 :   @override
    1928             :   String get localeFr => 'French / Français';
    1929             : 
    1930           0 :   @override
    1931             :   String get localeCy => 'Welsh / Cymraeg';
    1932             : 
    1933           0 :   @override
    1934             :   String get settingImagePreviewsDescription =>
    1935             :       'Imagens e Fotos de Perfil serão baixadas e visualizadas automaticamente. Recomendamos que você não ative esta Experiência se usar Cwtch com contatos não confiáveis.';
    1936             : 
    1937           0 :   @override
    1938             :   String get tooltipPreviewFormatting => 'Pré-visualização da formatação da mensagem';
    1939             : 
    1940           0 :   @override
    1941             :   String get tooltipCode => 'Code / Monoespaçado';
    1942             : 
    1943           0 :   @override
    1944             :   String get tooltipStrikethrough => 'Riscado';
    1945             : 
    1946           0 :   @override
    1947             :   String get tooltipSubscript => 'Sobrescrito';
    1948             : 
    1949           0 :   @override
    1950             :   String get tooltipSuperscript => 'Superescrito';
    1951             : 
    1952           0 :   @override
    1953             :   String get tooltipItalicize => 'Itálico';
    1954             : 
    1955           0 :   @override
    1956             :   String get tooltipBackToMessageEditing => 'Voltar a edição de mensagem';
    1957             : 
    1958           0 :   @override
    1959             :   String get tooltipBoldText => 'Negrito';
    1960             : 
    1961           0 :   @override
    1962             :   String get okButton => 'OK';
    1963             : 
    1964           0 :   @override
    1965             :   String get settingsAndroidPowerReenablePopup =>
    1966             :       'Não é possível reativar a Otimização da Bateria de dentro da Cwtch. Favor ir para Android / Settings / Apps / Cwtch / Battery e definir o uso como \'Otimizado\'';
    1967             : 
    1968           0 :   @override
    1969             :   String get settingAndroidPowerExemptionDescription =>
    1970             :       'Opcional: Solicite ao Android que isente o Cwtch do gerenciamento otimizado de energia. Isto resultará em melhor estabilidade ao custo de maior uso da bateria.';
    1971             : 
    1972           0 :   @override
    1973             :   String get settingAndroidPowerExemption => 'Ignorar Otimização de Bateria do Android';
    1974             : 
    1975           0 :   @override
    1976             :   String get thisFeatureRequiresGroupExpermientsToBeEnabled => 'Esta característica requer que a experiência de grupo seja habilitada em Configurações';
    1977             : 
    1978           0 :   @override
    1979             :   String get messageFormattingDescription => 'Permitir a formatação de texto rico em mensagens exibidas, por exemplo **negrito** e *itálico*';
    1980             : 
    1981           0 :   @override
    1982             :   String get formattingExperiment => 'Formatação de mensagem';
    1983             : 
    1984           0 :   @override
    1985             :   String get clickableLinkError => 'Erro encontrado durante a tentativa de abrir a URL';
    1986             : 
    1987           0 :   @override
    1988             :   String get clickableLinksWarning =>
    1989             :       'A abertura deste URL abrirá um aplicativo fora do Cwtch e poderá revelar metadados ou comprometer de outra forma a segurança do Cwtch. Abra somente URLs de pessoas em quem você confia. Você tem certeza de que quer continuar?';
    1990             : 
    1991           0 :   @override
    1992             :   String get clickableLinksCopy => 'Copiar URL';
    1993             : 
    1994           0 :   @override
    1995             :   String get clickableLinkOpen => 'Abrir URL';
    1996             : 
    1997           0 :   @override
    1998             :   String get shuttingDownApp => 'Desligando...';
    1999             : 
    2000           0 :   @override
    2001             :   String get successfullyImportedProfile => 'Perfil importado com sucesso: %profile';
    2002             : 
    2003           0 :   @override
    2004             :   String get failedToImportProfile => 'Erro ao importar perfil';
    2005             : 
    2006           0 :   @override
    2007             :   String get importProfileTooltip => 'Use um backup criptografado do Cwtch para trazer um perfil criado em outra instância do Cwtch.';
    2008             : 
    2009           0 :   @override
    2010             :   String get importProfile => 'Importar perfil';
    2011             : 
    2012           0 :   @override
    2013             :   String get exportProfileTooltip => 'Faça um backup deste perfil em um arquivo criptografado. O arquivo criptografado pode ser importado para outro aplicativo Cwtch.';
    2014             : 
    2015           0 :   @override
    2016             :   String get exportProfile => 'Exportar Perfil';
    2017             : 
    2018           0 :   @override
    2019             :   String get conversationNotificationPolicySettingDescription => 'controle de comportamento de notificação para esta conversa';
    2020             : 
    2021           0 :   @override
    2022             :   String get newMessageNotificationConversationInfo => 'Nova mensagem de %1';
    2023             : 
    2024           0 :   @override
    2025             :   String get newMessageNotificationSimple => 'Nova Mensagem';
    2026             : 
    2027           0 :   @override
    2028             :   String get notificationContentContactInfo => 'Informações da Conversa';
    2029             : 
    2030           0 :   @override
    2031             :   String get notificationContentSimpleEvent => 'Evento Simples';
    2032             : 
    2033           0 :   @override
    2034             :   String get conversationNotificationPolicySettingLabel => 'Política de Notificação de Conversas';
    2035             : 
    2036           0 :   @override
    2037             :   String get settingsGroupExperiments => 'Experimentos';
    2038             : 
    2039           0 :   @override
    2040             :   String get settingsGroupAppearance => 'Aparência';
    2041             : 
    2042           0 :   @override
    2043             :   String get settingGroupBehaviour => 'Comportamento';
    2044             : 
    2045           0 :   @override
    2046             :   String get notificationContentSettingDescription => 'Controla o conteúdo das notificações de conversas';
    2047             : 
    2048           0 :   @override
    2049             :   String get notificationPolicySettingDescription => 'Controla o comportamento padrão de notificação do aplicativo';
    2050             : 
    2051           0 :   @override
    2052             :   String get notificationContentSettingLabel => 'Conteúdo da Notificação';
    2053             : 
    2054           0 :   @override
    2055             :   String get notificationPolicySettingLabel => 'Política de Notificação';
    2056             : 
    2057           0 :   @override
    2058             :   String get conversationNotificationPolicyNever => 'Nunca';
    2059             : 
    2060           0 :   @override
    2061             :   String get conversationNotificationPolicyOptIn => 'Optar por';
    2062             : 
    2063           0 :   @override
    2064             :   String get conversationNotificationPolicyDefault => 'Padrão';
    2065             : 
    2066           0 :   @override
    2067             :   String get notificationPolicyDefaultAll => 'Todos por padrão';
    2068             : 
    2069           0 :   @override
    2070             :   String get notificationPolicyOptIn => 'Optar por';
    2071             : 
    2072           0 :   @override
    2073             :   String get notificationPolicyMute => 'Silenciar';
    2074             : 
    2075           0 :   @override
    2076             :   String get tooltipSelectACustomProfileImage => 'Selecionar uma imagem de perfil personalizada';
    2077             : 
    2078           0 :   @override
    2079             :   String get editProfile => 'Editar Perfil';
    2080             : 
    2081           0 :   @override
    2082             :   String get torSettingsEnabledCacheDescription =>
    2083             :       'Mantém em cache os dados atuais do Tor para reutilizar da próxima vez que o Cwtch for aberto. Isto permitirá que o Tor comece mais rápido. Quando desativado, o Cwtch irá eliminar os dados em cache ao iniciar.';
    2084             : 
    2085           0 :   @override
    2086             :   String get torSettingsEnableCache => 'Consenso de Cache do Tor';
    2087             : 
    2088           0 :   @override
    2089             :   String get labelTorNetwork => 'Rede Tor';
    2090             : 
    2091           0 :   @override
    2092             :   String get descriptionACNCircuitInfo => 'Informações detalhadas sobre o caminho que a rede de comunicação anônima está utilizando para se conectar a esta conversa.';
    2093             : 
    2094           0 :   @override
    2095             :   String get labelACNCircuitInfo => 'Informações do Circuito ACN';
    2096             : 
    2097           0 :   @override
    2098             :   String get fileSharingSettingsDownloadFolderTooltip => 'Navegue para selecionar uma pasta padrão diferente para arquivos baixados.';
    2099             : 
    2100           0 :   @override
    2101             :   String get fileSharingSettingsDownloadFolderDescription =>
    2102             :       'Quando os arquivos são baixados automaticamente (por exemplo, prévias de imagem, quando as pré-visualizações de imagem estão habilitadas) é necessário um local padrão para o download destes arquivos.';
    2103             : 
    2104           0 :   @override
    2105             :   String get torSettingsErrorSettingPort => 'O número da porta deve ser entre 1 e 65535';
    2106             : 
    2107           0 :   @override
    2108             :   String get settingTheme => 'Use temas claros';
    2109             : 
    2110           0 :   @override
    2111             :   String get torSettingsUseCustomTorServiceConfiguration => 'Use uma configuração personalizada de serviço do Tor (torrc)';
    2112             : 
    2113           0 :   @override
    2114             :   String get torSettingsUseCustomTorServiceConfigurastionDescription => 'Substituir a configuração padrão do Tor. Atenção: Isto pode ser perigoso. Só use isto se você souber o que está fazendo.';
    2115             : 
    2116           0 :   @override
    2117             :   String get torSettingsCustomControlPortDescription => 'Use uma porta personalizada para conexões de controle para o proxy Tor';
    2118             : 
    2119           0 :   @override
    2120             :   String get torSettingsCustomControlPort => 'Porta de controle personalizada';
    2121             : 
    2122           0 :   @override
    2123             :   String get torSettingsCustomSocksPortDescription => 'Use uma porta personalizada para conexões de dados com o proxy Tor';
    2124             : 
    2125           0 :   @override
    2126             :   String get torSettingsCustomSocksPort => 'Porta SOCKS personalizada';
    2127             : 
    2128           0 :   @override
    2129             :   String get torSettingsEnabledAdvancedDescription => 'Use um serviço Tor existente em seu sistema, ou altere os parâmetros do serviço Cwtch Tor';
    2130             : 
    2131           0 :   @override
    2132             :   String get torSettingsEnabledAdvanced => 'Habilitar configuração avançada do Tor';
    2133             : 
    2134           0 :   @override
    2135             :   String get msgAddToAccept => 'Adicione esta conta a seus contatos para poder aceitar este arquivo.';
    2136             : 
    2137           0 :   @override
    2138             :   String get btnSendFile => 'Enviar arquivo';
    2139             : 
    2140           0 :   @override
    2141             :   String get msgConfirmSend => 'Você tem certeza de que deseja enviar';
    2142             : 
    2143           0 :   @override
    2144             :   String get msgFileTooBig => 'O tamanho do arquivo não pode exceder 10 GB';
    2145             : 
    2146           0 :   @override
    2147             :   String get storageMigrationModalMessage => 'Migração dos perfis para um novo formato de armazenamento. Isto pode levar alguns minutos...';
    2148             : 
    2149           0 :   @override
    2150             :   String get loadingCwtch => 'Carregando o Cwtch...';
    2151             : 
    2152           0 :   @override
    2153             :   String get themeColorLabel => 'Cor do tema';
    2154             : 
    2155           0 :   @override
    2156             :   String get themeNameNeon2 => 'Neon2';
    2157             : 
    2158           0 :   @override
    2159             :   String get themeNameNeon1 => 'Neon1';
    2160             : 
    2161           0 :   @override
    2162             :   String get themeNameMidnight => 'Meia-noite';
    2163             : 
    2164           0 :   @override
    2165             :   String get themeNameMermaid => 'Sereia';
    2166             : 
    2167           0 :   @override
    2168             :   String get themeNamePumpkin => 'Abóbora';
    2169             : 
    2170           0 :   @override
    2171             :   String get themeNameGhost => 'Fantasma';
    2172             : 
    2173           0 :   @override
    2174             :   String get themeNameVampire => 'Vampiro';
    2175             : 
    2176           0 :   @override
    2177             :   String get themeNameWitch => 'Bruxa';
    2178             : 
    2179           0 :   @override
    2180             :   String get themeNameCwtch => 'Cwtch';
    2181             : 
    2182           0 :   @override
    2183             :   String get settingDownloadFolder => 'Pasta para Download';
    2184             : 
    2185           0 :   @override
    2186             :   String get settingImagePreviews => 'Pré-visualização de Imagens e Fotos de Perfil';
    2187             : 
    2188           0 :   @override
    2189             :   String get experimentClickableLinksDescription => 'O experimento de links clicáveis permite que você clique em URLs compartilhadas em mensagens';
    2190             : 
    2191           0 :   @override
    2192             :   String get enableExperimentClickableLinks => 'Habilitar links clicáveis';
    2193             : 
    2194           0 :   @override
    2195             :   String get serverConnectionsLabel => 'Conexão';
    2196             : 
    2197           0 :   @override
    2198             :   String get serverTotalMessagesLabel => 'Total de mensagens';
    2199             : 
    2200           0 :   @override
    2201             :   String get serverMetricsLabel => 'Métricas do servidor';
    2202             : 
    2203           0 :   @override
    2204             :   String get manageKnownServersShort => 'Servidores';
    2205             : 
    2206           0 :   @override
    2207             :   String get manageKnownServersLong => 'Gerenciar Servidores Conhecidos';
    2208             : 
    2209           0 :   @override
    2210             :   String get displayNameTooltip => 'Por favor, digite um nome de exibição';
    2211             : 
    2212           0 :   @override
    2213             :   String get manageKnownServersButton => 'Gerenciar Servidores Conhecidos';
    2214             : 
    2215           0 :   @override
    2216             :   String get fieldDescriptionLabel => 'Descrição';
    2217             : 
    2218           0 :   @override
    2219             :   String get importLocalServerButton => 'Importar %1';
    2220             : 
    2221           0 :   @override
    2222             :   String get importLocalServerSelectText => 'Selecione Servidor Local';
    2223             : 
    2224           0 :   @override
    2225             :   String get importLocalServerLabel => 'Importar um servidor hospedado localmente';
    2226             : 
    2227           0 :   @override
    2228             :   String get savePeerHistoryDescription => 'Determina se deve excluir algum histórico associado com o contato.';
    2229             : 
    2230           0 :   @override
    2231             :   String get newMessagesLabel => 'Novas mensagens';
    2232             : 
    2233           0 :   @override
    2234             :   String get copyServerKeys => 'Copiar chaves';
    2235             : 
    2236           0 :   @override
    2237             :   String get verfiyResumeButton => 'Verify/resume';
    2238             : 
    2239           0 :   @override
    2240             :   String get fileCheckingStatus => 'Verificando o status do download';
    2241             : 
    2242           0 :   @override
    2243             :   String get fileInterrupted => 'Interrompido';
    2244             : 
    2245           0 :   @override
    2246             :   String get fileSavedTo => 'Salvar em';
    2247             : 
    2248           0 :   @override
    2249             :   String get plainServerDescription =>
    2250             :       'Recomendamos que você proteja seus servidores Cwtch com uma senha. Se você não definir uma senha neste servidor, qualquer pessoa que tenha acesso a este dispositivo poderá acessar informações sobre este servidor, incluindo chaves criptográficas sensíveis.';
    2251             : 
    2252           0 :   @override
    2253             :   String get encryptedServerDescription =>
    2254             :       'Criptografar um servidor com uma senha o protege de outras pessoas que também podem usar este dispositivo. Os servidores criptografados não podem ser descriptografados, exibidos ou acessados até que a senha correta seja inserida para desbloqueá-los.';
    2255             : 
    2256           0 :   @override
    2257             :   String get deleteServerSuccess => 'Servidor excluído com sucesso';
    2258             : 
    2259           0 :   @override
    2260             :   String get enterCurrentPasswordForDeleteServer => 'Por favor, digite a senha atual para excluir este servidor';
    2261             : 
    2262           0 :   @override
    2263             :   String get copyAddress => 'Copiar endereço';
    2264             : 
    2265           0 :   @override
    2266             :   String get settingServersDescription => 'A experiência com servidores de hospedagem permite hospedar e gerenciar servidores Cwtch';
    2267             : 
    2268           0 :   @override
    2269             :   String get settingServers => 'Servidores Hospedados';
    2270             : 
    2271           0 :   @override
    2272             :   String get enterServerPassword => 'Digite a senha para desbloquear o servidor';
    2273             : 
    2274           0 :   @override
    2275             :   String get unlockProfileTip => 'Por favor, crie ou desbloqueie um perfil para começar!';
    2276             : 
    2277           0 :   @override
    2278             :   String get unlockServerTip => 'Por favor, crie ou desbloqueie um servidor para começar!';
    2279             : 
    2280           0 :   @override
    2281             :   String get addServerTooltip => 'Adicionar novo servidor';
    2282             : 
    2283           0 :   @override
    2284             :   String get serversManagerTitleShort => 'Servidores';
    2285             : 
    2286           0 :   @override
    2287             :   String get serversManagerTitleLong => 'Servidor que você hospeda';
    2288             : 
    2289           0 :   @override
    2290             :   String get saveServerButton => 'Salvar servidor';
    2291             : 
    2292           0 :   @override
    2293             :   String get serverAutostartDescription => 'Controla se o aplicativo iniciará automaticamente o servidor no início';
    2294             : 
    2295           0 :   @override
    2296             :   String get serverAutostartLabel => 'Autoinício';
    2297             : 
    2298           0 :   @override
    2299             :   String get serverEnabledDescription => 'Iniciar ou parar servidor';
    2300             : 
    2301           0 :   @override
    2302             :   String get serverEnabled => 'Servidor ativado';
    2303             : 
    2304           0 :   @override
    2305             :   String get serverDescriptionDescription => 'Sua descrição do servidor é apenas para uso de gerenciamento pessoal, nunca será compartilhada';
    2306             : 
    2307           0 :   @override
    2308             :   String get serverDescriptionLabel => 'Descrição do servidor';
    2309             : 
    2310           0 :   @override
    2311             :   String get serverAddress => 'Endereço do servidor';
    2312             : 
    2313           0 :   @override
    2314             :   String get editServerTitle => 'Editar servidor';
    2315             : 
    2316           0 :   @override
    2317             :   String get addServerTitle => 'Adicionar servidor';
    2318             : 
    2319           0 :   @override
    2320             :   String get titleManageProfilesShort => 'Perfis';
    2321             : 
    2322           0 :   @override
    2323             :   String get descriptionStreamerMode => 'Se ativada, esta opção torna o aplicativo mais privado visualmente para streaming ou apresentação com, por exemplo, perfil e endereços de contato ocultos.';
    2324             : 
    2325           0 :   @override
    2326             :   String get descriptionFileSharing =>
    2327             :       'O experimento de compartilhamento de arquivos permite enviar e receber arquivos de contatos e grupos do Cwtch. Note que compartilhar um arquivo com um grupo resultará em membros desse grupo conectando-se diretamente com você através do Cwtch para baixá-lo.';
    2328             : 
    2329           0 :   @override
    2330             :   String get settingFileSharing => 'Compartilhar arquivo';
    2331             : 
    2332           0 :   @override
    2333             :   String get tooltipSendFile => 'Mandar arquivo';
    2334             : 
    2335           0 :   @override
    2336             :   String get messageFileOffered => 'Contato está oferecendo mandar um arquivo para você';
    2337             : 
    2338           0 :   @override
    2339             :   String get messageFileSent => 'Você mandou um arquivo';
    2340             : 
    2341           0 :   @override
    2342             :   String get messageEnableFileSharing => 'Habilite o experimento de compartilhamento de arquivos para visualizar esta mensagem.';
    2343             : 
    2344           0 :   @override
    2345             :   String get labelFilesize => 'Tamanho';
    2346             : 
    2347           0 :   @override
    2348             :   String get labelFilename => 'Nome do arquivo';
    2349             : 
    2350           0 :   @override
    2351             :   String get downloadFileButton => 'Download';
    2352             : 
    2353           0 :   @override
    2354             :   String get openFolderButton => 'Abrir pasta';
    2355             : 
    2356           0 :   @override
    2357             :   String get retrievingManifestMessage => 'Obtendo informações do arquivo...';
    2358             : 
    2359           0 :   @override
    2360             :   String get streamerModeLabel => 'Streamer/Modo de apresentação';
    2361             : 
    2362           0 :   @override
    2363             :   String get archiveConversation => 'Arquivar esta conversa';
    2364             : 
    2365           0 :   @override
    2366             :   String get profileOnionLabel => 'Send this address to contacts you want to connect with';
    2367             : 
    2368           0 :   @override
    2369             :   String get addPeerTab => 'Adicionar um contato';
    2370             : 
    2371           0 :   @override
    2372             :   String get addPeer => 'Adicionar Contato';
    2373             : 
    2374           0 :   @override
    2375             :   String get peerNotOnline => 'Contato está off-line. Não pode receber mensagens agora.';
    2376             : 
    2377           0 :   @override
    2378             :   String get peerBlockedMessage => 'Contato está bloquado';
    2379             : 
    2380           0 :   @override
    2381             :   String get peerOfflineMessage => 'Contato está off-line, mensagens não podem ser entregues agora.';
    2382             : 
    2383           0 :   @override
    2384             :   String get blockBtn => 'Bloquear Contato';
    2385             : 
    2386           0 :   @override
    2387             :   String get savePeerHistory => 'Salvar histórico';
    2388             : 
    2389           0 :   @override
    2390             :   String get dontSavePeerHistory => 'Deletar histórico';
    2391             : 
    2392           0 :   @override
    2393             :   String get unblockBtn => 'Desbloquear Contato';
    2394             : 
    2395           0 :   @override
    2396             :   String get blockUnknownLabel => 'Bloquear Contatos Desconhecidos';
    2397             : 
    2398           0 :   @override
    2399             :   String get blockUnknownConnectionsEnabledDescription => 'As conexões de contatos desconhecidos são bloqueadas. Você pode mudar isto em Configurações';
    2400             : 
    2401           0 :   @override
    2402             :   String get networkStatusConnecting => 'Conectando à rede e contatos...';
    2403             : 
    2404           0 :   @override
    2405             :   String get showMessageButton => 'Mostrar mensagem';
    2406             : 
    2407           0 :   @override
    2408             :   String get blockedMessageMessage => 'Esta mensagem é de um perfil que você bloqueou.';
    2409             : 
    2410           0 :   @override
    2411             :   String get placeholderEnterMessage => 'Digitar a mensagem...';
    2412             : 
    2413           0 :   @override
    2414             :   String get plainProfileDescription =>
    2415             :       'Recomendamos que você proteja seus perfis Cwtch com uma senha. Se você não definir uma senha neste perfil, qualquer pessoa que tenha acesso a este dispositivo poderá acessar informações sobre este perfil, incluindo contatos, mensagens e chaves criptográficas sensíveis.';
    2416             : 
    2417           0 :   @override
    2418             :   String get encryptedProfileDescription =>
    2419             :       'Criptografar um perfil com uma senha o protege de outras pessoas que também podem usar este dispositivo. Os perfis criptografados não podem ser descriptografados, exibidos ou acessados até que a senha correta seja inserida para desbloqueá-los.';
    2420             : 
    2421           0 :   @override
    2422             :   String get addContactConfirm => 'Adicionar contato %1';
    2423             : 
    2424           0 :   @override
    2425             :   String get addContact => 'Adicionar contato';
    2426             : 
    2427           0 :   @override
    2428             :   String get contactGoto => 'Vá para conversa com %1';
    2429             : 
    2430           0 :   @override
    2431             :   String get settingUIColumnOptionSame => 'O mesmo que a configuração do modo retrato';
    2432             : 
    2433           0 :   @override
    2434             :   String get settingUIColumnDouble14Ratio => 'Duplo (1:4)';
    2435             : 
    2436           0 :   @override
    2437             :   String get settingUIColumnDouble12Ratio => 'Duplo (1:2)';
    2438             : 
    2439           0 :   @override
    2440             :   String get settingUIColumnSingle => 'Único';
    2441             : 
    2442           0 :   @override
    2443             :   String get settingUIColumnLandscape => 'Colunas da interface em Modo Paisagem';
    2444             : 
    2445           0 :   @override
    2446             :   String get settingUIColumnPortrait => 'Colunas da interface em Modo Retrato';
    2447             : 
    2448           0 :   @override
    2449             :   String get tooltipRemoveThisQuotedMessage => 'Remover mensagem mencionada';
    2450             : 
    2451           0 :   @override
    2452             :   String get tooltipReplyToThisMessage => 'Responder esta mensagem';
    2453             : 
    2454           0 :   @override
    2455             :   String get tooltipRejectContactRequest => 'Rejeitar pedido de contato';
    2456             : 
    2457           0 :   @override
    2458             :   String get tooltipAcceptContactRequest => 'Aceitar pedido de contato';
    2459             : 
    2460           0 :   @override
    2461             :   String get notificationNewMessageFromGroup => 'Nova mensagem de um grupo!';
    2462             : 
    2463           0 :   @override
    2464             :   String get notificationNewMessageFromPeer => 'Nova mensagem de um contato!';
    2465             : 
    2466           0 :   @override
    2467             :   String get tooltipHidePassword => 'Ocultar Senha';
    2468             : 
    2469           0 :   @override
    2470             :   String get tooltipShowPassword => 'Mostrar Senha';
    2471             : 
    2472           0 :   @override
    2473             :   String get serverNotSynced => 'Sincronizando novas mensagens (Isto pode levar um tempo)...';
    2474             : 
    2475           0 :   @override
    2476             :   String get groupInviteSettingsWarning => 'Você foi convidado a fazer parte de um grupo! Por favor, habilite a Experiência de Bate-papo em Grupo em Configurações para ver este convite.';
    2477             : 
    2478           0 :   @override
    2479             :   String get shutdownCwtchAction => 'Desligar Cwtch';
    2480             : 
    2481           0 :   @override
    2482             :   String get shutdownCwtchDialog => 'Você tem certeza que quer encerrar o Cwtch? Isto fechará todas as conexões, e sairá do aplicativo.';
    2483             : 
    2484           0 :   @override
    2485             :   String get shutdownCwtchDialogTitle => 'Desligar o Cwtch?';
    2486             : 
    2487           0 :   @override
    2488             :   String get shutdownCwtchTooltip => 'Desligar o Cwtch';
    2489             : 
    2490           0 :   @override
    2491             :   String get malformedMessage => 'Mensagem malformada';
    2492             : 
    2493           0 :   @override
    2494             :   String get profileDeleteSuccess => 'Perfil deletado com sucesso';
    2495             : 
    2496           0 :   @override
    2497             :   String get debugLog => 'Ative o console de depuração de logs';
    2498             : 
    2499           0 :   @override
    2500             :   String get torNetworkStatus => 'Status da rede Tor';
    2501             : 
    2502           0 :   @override
    2503             :   String get addContactFirst => 'Adicione ou escolha um contato para começar a conversar.';
    2504             : 
    2505           0 :   @override
    2506             :   String get createProfileToBegin => 'Por favor, crie ou desbloqueie um perfil para começar';
    2507             : 
    2508           0 :   @override
    2509             :   String get nickChangeSuccess => 'Nome do perfil alterado com sucesso';
    2510             : 
    2511           0 :   @override
    2512             :   String get addServerFirst => 'Você precisa adicionar um servidor antes de poder criar um grupo';
    2513             : 
    2514           0 :   @override
    2515             :   String get deleteProfileSuccess => 'Perfil deletado com sucesso!';
    2516             : 
    2517           0 :   @override
    2518             :   String get sendInvite => 'Mandar um contato ou convite de grupo';
    2519             : 
    2520           0 :   @override
    2521             :   String get sendMessage => 'Mandar mensagem';
    2522             : 
    2523           0 :   @override
    2524             :   String get cancel => 'Cancelar';
    2525             : 
    2526           0 :   @override
    2527             :   String get resetTor => 'Resetar';
    2528             : 
    2529           0 :   @override
    2530             :   String get torStatus => 'Tor Status';
    2531             : 
    2532           0 :   @override
    2533             :   String get torVersion => 'Versão do Tor';
    2534             : 
    2535           0 :   @override
    2536             :   String get sendAnInvitation => 'Você enviou um convite para: ';
    2537             : 
    2538           0 :   @override
    2539             :   String get contactSuggestion => 'Esta é uma sugestão de contato para: ';
    2540             : 
    2541           0 :   @override
    2542             :   String get rejected => 'Rejeitado!';
    2543             : 
    2544           0 :   @override
    2545             :   String get accepted => 'Aceito!';
    2546             : 
    2547           0 :   @override
    2548             :   String get chatHistoryDefault =>
    2549             :       'Esta conversa será excluída quando o Cwtch for encerrado! O histórico de mensagens pode ser habilitado por conversa através do menu Configurações, no canto superior direito.';
    2550             : 
    2551           0 :   @override
    2552             :   String get newPassword => 'Nova senha';
    2553             : 
    2554           0 :   @override
    2555             :   String get yesLeave => 'Sim, deixa esta conversa';
    2556             : 
    2557           0 :   @override
    2558             :   String get reallyLeaveThisGroupPrompt => 'Você tem certeza que quer deixar esta conversa? Todas as mensagens e atributos serão apagados.';
    2559             : 
    2560           0 :   @override
    2561             :   String get leaveConversation => 'Deixar esta conversa';
    2562             : 
    2563           0 :   @override
    2564             :   String get inviteToGroup => 'Você foi convidado a se juntar a um grupo:';
    2565             : 
    2566           0 :   @override
    2567             :   String get pasteAddressToAddContact => '… cole um endereço aqui para adicionar um contato…';
    2568             : 
    2569           0 :   @override
    2570             :   String get tooltipAddContact => 'Adicionar novo contato a conversa';
    2571             : 
    2572           0 :   @override
    2573             :   String get titleManageContacts => 'Conversas';
    2574             : 
    2575           0 :   @override
    2576             :   String get titleManageServers => 'Gerenciar Servidores';
    2577             : 
    2578           0 :   @override
    2579             :   String get successfullAddedContact => 'Adicionado com sucesso ';
    2580             : 
    2581           0 :   @override
    2582             :   String get descriptionBlockUnknownConnections => 'Se ativada, esta opção fechará automaticamente as conexões dos usuários Cwtch que não tenham sido adicionadas à sua lista de contatos.';
    2583             : 
    2584           0 :   @override
    2585             :   String get descriptionExperimentsGroups =>
    2586             :       'O experimento de grupo permite ao Cwtch conectar-se com uma infra-estrutura de servidor não confiável para facilitar a comunicação com mais de um contato.';
    2587             : 
    2588           0 :   @override
    2589             :   String get descriptionExperiments =>
    2590             :       'Os experimentos Cwtch são opcionais, características opt-in que adicionam funcionalidades adicionais ao Cwtch que podem ter considerações de privacidade diferentes das tradicionais conversas resistentes a metadados 1:1, por exemplo, conversas em grupo, integração de bot, etc.';
    2591             : 
    2592           0 :   @override
    2593             :   String get titleManageProfiles => 'Gerencie perfis do Cwtch';
    2594             : 
    2595           0 :   @override
    2596             :   String get tooltipUnlockProfiles => 'Desbloqueie perfis criptografados digitando sua senha.';
    2597             : 
    2598           0 :   @override
    2599             :   String get tooltipOpenSettings => 'Abra o painel de ajustes';
    2600             : 
    2601           0 :   @override
    2602             :   String get invalidImportString => 'Importação de string inválido';
    2603             : 
    2604           0 :   @override
    2605             :   String get contactAlreadyExists => 'Contato já existe';
    2606             : 
    2607           0 :   @override
    2608             :   String get conversationSettings => 'Configurações da Conversa';
    2609             : 
    2610           0 :   @override
    2611             :   String get enterCurrentPasswordForDelete => 'Por favor entre sua senha atual para deletar este perfil.';
    2612             : 
    2613           0 :   @override
    2614             :   String get enableGroups => 'Ativar chat em grupo';
    2615             : 
    2616           0 :   @override
    2617             :   String get experimentsEnabled => 'Ativar experimentos';
    2618             : 
    2619           0 :   @override
    2620             :   String get addListItem => 'Adicionar Item à Lista';
    2621             : 
    2622           0 :   @override
    2623             :   String get addNewItem => 'Adicionar novo item à lista';
    2624             : 
    2625           0 :   @override
    2626             :   String get todoPlaceholder => 'Afazer…';
    2627             : 
    2628           0 :   @override
    2629             :   String get newConnectionPaneTitle => 'Nova Conexão';
    2630             : 
    2631           0 :   @override
    2632             :   String get networkStatusOnline => 'Online';
    2633             : 
    2634           0 :   @override
    2635             :   String get networkStatusAttemptingTor => 'Tentando conectar à rede Tor';
    2636             : 
    2637           0 :   @override
    2638             :   String get networkStatusDisconnected => 'Desconectado da internet, confira a sua conexão';
    2639             : 
    2640           0 :   @override
    2641             :   String get viewGroupMembershipTooltip => 'Ver Participação em Grupo';
    2642             : 
    2643           0 :   @override
    2644             :   String get loadingTor => 'Carregando Tor...';
    2645             : 
    2646           0 :   @override
    2647             :   String get smallTextLabel => 'Pequeno';
    2648             : 
    2649           0 :   @override
    2650             :   String get builddate => 'Construído em: %2';
    2651             : 
    2652           0 :   @override
    2653             :   String get version => 'Versão %1';
    2654             : 
    2655           0 :   @override
    2656             :   String get versionTor => 'Versão %1 com Tor %2';
    2657             : 
    2658           0 :   @override
    2659             :   String get themeDark => 'Escuro';
    2660             : 
    2661           0 :   @override
    2662             :   String get themeLight => 'Claro';
    2663             : 
    2664           0 :   @override
    2665             :   String get largeTextLabel => 'Grande';
    2666             : 
    2667           0 :   @override
    2668             :   String get settingInterfaceZoom => 'Nível de zoom';
    2669             : 
    2670           0 :   @override
    2671             :   String get settingLanguage => 'Linguagem';
    2672             : 
    2673           0 :   @override
    2674             :   String get zoomLabel => 'Zoom da interface (afeta principalmente tamanho de texto e botões)';
    2675             : 
    2676           0 :   @override
    2677             :   String get versionBuilddate => 'Versão: %1 Construído em: %2';
    2678             : 
    2679           0 :   @override
    2680             :   String get cwtchSettingsTitle => 'Configurações do Cwtch';
    2681             : 
    2682           0 :   @override
    2683             :   String get unlock => 'Desbloquear';
    2684             : 
    2685           0 :   @override
    2686             :   String get yourServers => 'Seus servidores';
    2687             : 
    2688           0 :   @override
    2689             :   String get yourProfiles => 'Seus perfis';
    2690             : 
    2691           0 :   @override
    2692             :   String get error0ProfilesLoadedForPassword => '0 perfis carregados com esta senha';
    2693             : 
    2694           0 :   @override
    2695             :   String get password => 'Senha';
    2696             : 
    2697           0 :   @override
    2698             :   String get enterProfilePassword => 'Coloque uma senha para ver seus perfis';
    2699             : 
    2700           0 :   @override
    2701             :   String get addNewProfileBtn => 'Adicionar novo perfil';
    2702             : 
    2703           0 :   @override
    2704             :   String get deleteConfirmText => 'DELETE';
    2705             : 
    2706           0 :   @override
    2707             :   String get deleteProfileConfirmBtn => 'Realmente deletar o perfil';
    2708             : 
    2709           0 :   @override
    2710             :   String get deleteConfirmLabel => 'digite DELETE para confirmar';
    2711             : 
    2712           0 :   @override
    2713             :   String get deleteProfileBtn => 'Deletar Perfil';
    2714             : 
    2715           0 :   @override
    2716             :   String get passwordChangeError => 'Erro ao mudar a senha: senha fornecida rejeitada';
    2717             : 
    2718           0 :   @override
    2719             :   String get passwordErrorMatch => 'Senhas não são iguais';
    2720             : 
    2721           0 :   @override
    2722             :   String get saveProfileBtn => 'Salvar Perfil';
    2723             : 
    2724           0 :   @override
    2725             :   String get createProfileBtn => 'Criar Perfil';
    2726             : 
    2727           0 :   @override
    2728             :   String get passwordErrorEmpty => 'Senha não pode ser vazia';
    2729             : 
    2730           0 :   @override
    2731             :   String get password2Label => 'Recoloque a senha';
    2732             : 
    2733           0 :   @override
    2734             :   String get password1Label => 'Senha';
    2735             : 
    2736           0 :   @override
    2737             :   String get currentPasswordLabel => 'Senha Atual';
    2738             : 
    2739           0 :   @override
    2740             :   String get yourDisplayName => 'Seu nome de exibição';
    2741             : 
    2742           0 :   @override
    2743             :   String get noPasswordWarning => 'Não usar uma senha nesta conta significa que todos os dados armazenados localmente não serão criptografados';
    2744             : 
    2745           0 :   @override
    2746             :   String get radioNoPassword => 'Descriptografado (Sem senha)';
    2747             : 
    2748           0 :   @override
    2749             :   String get radioUsePassword => 'Senha';
    2750             : 
    2751           0 :   @override
    2752             :   String get newProfile => 'Novo Perfil';
    2753             : 
    2754           0 :   @override
    2755             :   String get defaultProfileName => 'Alice';
    2756             : 
    2757           0 :   @override
    2758             :   String get profileName => 'Nome de exibição';
    2759             : 
    2760           0 :   @override
    2761             :   String get editProfileTitle => 'Editar perfil';
    2762             : 
    2763           0 :   @override
    2764             :   String get addProfileTitle => 'Adicionar novo perfil';
    2765             : 
    2766           0 :   @override
    2767             :   String get deleteBtn => 'Delete';
    2768             : 
    2769           0 :   @override
    2770             :   String get saveBtn => 'Save';
    2771             : 
    2772           0 :   @override
    2773             :   String get displayNameLabel => 'Nome de Exibição';
    2774             : 
    2775           0 :   @override
    2776             :   String get copiedToClipboardNotification => 'Copiado';
    2777             : 
    2778           0 :   @override
    2779             :   String get addressLabel => 'Endereço';
    2780             : 
    2781           0 :   @override
    2782             :   String get puzzleGameBtn => 'Jogo de Adivinhação';
    2783             : 
    2784           0 :   @override
    2785             :   String get bulletinsBtn => 'Boletins';
    2786             : 
    2787           0 :   @override
    2788             :   String get listsBtn => 'Listas';
    2789             : 
    2790           0 :   @override
    2791             :   String get chatBtn => 'Chat';
    2792             : 
    2793           0 :   @override
    2794             :   String get rejectGroupBtn => 'Recusar';
    2795             : 
    2796           0 :   @override
    2797             :   String get acceptGroupBtn => 'Aceitar';
    2798             : 
    2799           0 :   @override
    2800             :   String get acceptGroupInviteLabel => 'Você quer aceitar o convite para';
    2801             : 
    2802           0 :   @override
    2803             :   String get newGroupBtn => 'Criar novo grupo';
    2804             : 
    2805           0 :   @override
    2806             :   String get copyBtn => 'Copiar';
    2807             : 
    2808           0 :   @override
    2809             :   String get pendingLabel => 'Pendente';
    2810             : 
    2811           0 :   @override
    2812             :   String get acknowledgedLabel => 'Confirmada';
    2813             : 
    2814           0 :   @override
    2815             :   String get couldNotSendMsgError => 'Não deu para enviar esta mensagem';
    2816             : 
    2817           0 :   @override
    2818             :   String get dmTooltip => 'Clique para DM';
    2819             : 
    2820           0 :   @override
    2821             :   String get membershipDescription => 'A lista abaixo é de usuários que enviaram mensagens ao grupo. Essa lista pode não refletir todos os usuários que têm acesso ao grupo.';
    2822             : 
    2823           0 :   @override
    2824             :   String get addListItemBtn => 'Adicionar Item';
    2825             : 
    2826           0 :   @override
    2827             :   String get searchList => 'Lista de Pesquisa';
    2828             : 
    2829           0 :   @override
    2830             :   String get update => 'Atualizar';
    2831             : 
    2832           0 :   @override
    2833             :   String get inviteBtn => 'Convidar';
    2834             : 
    2835           0 :   @override
    2836             :   String get inviteToGroupLabel => 'Convidar ao grupo';
    2837             : 
    2838           0 :   @override
    2839             :   String get groupNameLabel => 'Nome do Grupo';
    2840             : 
    2841           0 :   @override
    2842             :   String get viewServerInfo => 'Server Info';
    2843             : 
    2844           0 :   @override
    2845             :   String get serverSynced => 'Sincronizado';
    2846             : 
    2847           0 :   @override
    2848             :   String get serverConnectivityDisconnected => 'Servidor Desconectado';
    2849             : 
    2850           0 :   @override
    2851             :   String get serverConnectivityConnected => 'Servidor Conectado';
    2852             : 
    2853           0 :   @override
    2854             :   String get serverInfo => 'Informação do Servidor';
    2855             : 
    2856           0 :   @override
    2857             :   String get invitationLabel => 'Convite';
    2858             : 
    2859           0 :   @override
    2860             :   String get serverLabel => 'Server';
    2861             : 
    2862           0 :   @override
    2863             :   String get search => 'Pesquisar...';
    2864             : 
    2865           0 :   @override
    2866             :   String get blocked => 'Bloqueado';
    2867             : 
    2868           0 :   @override
    2869             :   String get titlePlaceholder => 'título…';
    2870             : 
    2871           0 :   @override
    2872             :   String get postNewBulletinLabel => 'Postar novo boletim';
    2873             : 
    2874           0 :   @override
    2875             :   String get newBulletinLabel => 'Novo Boletim';
    2876             : 
    2877           0 :   @override
    2878             :   String get joinGroup => 'Entrar no grupo';
    2879             : 
    2880           0 :   @override
    2881             :   String get createGroup => 'Criar grupo';
    2882             : 
    2883           0 :   @override
    2884             :   String get groupAddr => 'Endereços';
    2885             : 
    2886           0 :   @override
    2887             :   String get invitation => 'Convite';
    2888             : 
    2889           0 :   @override
    2890             :   String get server => 'Servidor';
    2891             : 
    2892           0 :   @override
    2893             :   String get peerName => 'Nome';
    2894             : 
    2895           0 :   @override
    2896             :   String get peerAddress => 'Endereço';
    2897             : 
    2898           0 :   @override
    2899             :   String get joinGroupTab => 'Juntar-se a um grupo';
    2900             : 
    2901           0 :   @override
    2902             :   String get createGroupTab => 'Criar um grupo';
    2903             : 
    2904           0 :   @override
    2905             :   String get createGroupBtn => 'Criar';
    2906             : 
    2907           0 :   @override
    2908             :   String get defaultGroupName => 'Grupo incrível';
    2909             : 
    2910           0 :   @override
    2911             :   String get createGroupTitle => 'Criar Grupo';
    2912             : }

Generated by: LCOV version 1.14