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 Ukrainian (`uk`). 8 : class AppLocalizationsUk extends AppLocalizations { 9 0 : AppLocalizationsUk([String locale = 'uk']) : 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 => 'Confirm'; 58 : 59 0 : @override 60 : String get settingThemeOverwriteQuestion => 'Theme \$themeName already exists, confirm overwrite?'; 61 : 62 0 : @override 63 : String get settingsThemeErrorInvalid => 'Error: Could not import \$themeName, theme.yml missing, not a theme directory'; 64 : 65 0 : @override 66 : String get settingsImportThemeTitle => 'Import Theme'; 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 => 'Import Theme'; 73 : 74 0 : @override 75 : String get settingsThemeImagesDescription => 'Enable display of images from themes'; 76 : 77 0 : @override 78 : String get settingsThemeImages => 'Theme Images'; 79 : 80 0 : @override 81 : String get settingsGroupAbout => 'About'; 82 : 83 0 : @override 84 : String get localeUzbek => 'Uzbek / Oʻzbekcha'; 85 : 86 0 : @override 87 : String get profileOfflineAtStart => 'Appear Offline at Startup'; 88 : 89 0 : @override 90 : String get now => 'Now'; 91 : 92 0 : @override 93 : String get xSecondsAgo => '\$seconds seconds ago'; 94 : 95 0 : @override 96 : String get xMinutesAgo => '\$minutes minutes ago'; 97 : 98 0 : @override 99 : String get xHoursAgo => '\$hours hours ago'; 100 : 101 0 : @override 102 : String get xDaysAgo => '\$days days ago'; 103 : 104 0 : @override 105 : String get profileAllowUnknownContacts => 'Allow Unknown Contacts'; 106 : 107 0 : @override 108 : String get profileBlockUnknownContacts => 'Block Unknown Contacts'; 109 : 110 0 : @override 111 : String get profileDisableProfile => 'Disable Profile'; 112 : 113 0 : @override 114 : String get profileEnableProfile => 'Enable Profile'; 115 : 116 0 : @override 117 : String get profileAppearOnline => 'Appear 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 => 'Appear 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 => 'Preserve Conversation History'; 147 : 148 0 : @override 149 : String get localeUk => 'Ukrainian / українською'; 150 : 151 0 : @override 152 : String get profileEnabledDescription => 'Activate or Deactivate the profile.'; 153 : 154 0 : @override 155 : String get localeSw => 'Swahili / Kiswahili'; 156 : 157 0 : @override 158 : String get localeSv => 'Swedish / 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 => 'Font Scaling'; 165 : 166 0 : @override 167 : String get localeJa => 'Japanese / 日本語'; 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 => 'Retry'; 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 => 'Away'; 189 : 190 0 : @override 191 : String get availabilityStatusBusy => 'Busy'; 192 : 193 0 : @override 194 : String get availabilityStatusAvailable => 'Available'; 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 => 'Summarize Conversation'; 202 : 203 0 : @override 204 : String get blodeuweddTranslate => 'Translate Message'; 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 => 'Korean / 한국어'; 223 : 224 0 : @override 225 : String get localeSk => 'Slovak / 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 => 'Enable'; 232 : 233 0 : @override 234 : String get profileAutostartLabel => 'Autostart'; 235 : 236 0 : @override 237 : String get localePtBr => 'Brazilian Portuguese / Português do Brasil'; 238 : 239 0 : @override 240 : String get localeNl => 'Dutch / Dutch'; 241 : 242 0 : @override 243 : String get experimentQRCodeDescription => 'QR Code support allows sharing data (such as profile identity) by QR Codes'; 244 : 245 0 : @override 246 : String get enableExperimentQRCode => 'QR Codes'; 247 : 248 0 : @override 249 : String get shareMenuQRCode => 'Show QR Code'; 250 : 251 0 : @override 252 : String get shareProfileMenuTooltop => 'Share profile via...'; 253 : 254 0 : @override 255 : String get acquiredTicketsFromServer => 'Antispam Challenge Complete'; 256 : 257 0 : @override 258 : String get acquiringTicketsFromServer => 'Performing Antispam Challenge'; 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 => 'Turkish / 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 => 'German / 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 contacts you want to connect with'; 771 : 772 0 : @override 773 : String get addPeerTab => 'Add a contact'; 774 : 775 0 : @override 776 : String get addPeer => 'Add Contact'; 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 => 'Syncing New Messages (This can take some time)...'; 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 => 'Paste a cwtch address, invitation or key bundle here to add a new conversation'; 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 => 'Add a New List Item'; 1023 : 1024 0 : @override 1025 : String get addNewItem => 'Add a new item to the list'; 1026 : 1027 0 : @override 1028 : String get todoPlaceholder => 'Todo...'; 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 => 'Small'; 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 => 'Large'; 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 => 'Interface zoom (mostly affects text and button sizes)'; 1077 : 1078 0 : @override 1079 : String get versionBuilddate => 'Version: %1 Built on: %2'; 1080 : 1081 0 : @override 1082 : String get cwtchSettingsTitle => 'Cwtch Settings'; 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 => 'Delete'; 1170 : 1171 0 : @override 1172 : String get saveBtn => 'Save'; 1173 : 1174 0 : @override 1175 : String get displayNameLabel => 'Display Name'; 1176 : 1177 0 : @override 1178 : String get copiedToClipboardNotification => 'Copied to Clipboard'; 1179 : 1180 0 : @override 1181 : String get addressLabel => 'Address'; 1182 : 1183 0 : @override 1184 : String get puzzleGameBtn => 'Puzzle Game'; 1185 : 1186 0 : @override 1187 : String get bulletinsBtn => 'Bulletins'; 1188 : 1189 0 : @override 1190 : String get listsBtn => 'Lists'; 1191 : 1192 0 : @override 1193 : String get chatBtn => 'Chat'; 1194 : 1195 0 : @override 1196 : String get rejectGroupBtn => 'Reject'; 1197 : 1198 0 : @override 1199 : String get acceptGroupBtn => 'Accept'; 1200 : 1201 0 : @override 1202 : String get acceptGroupInviteLabel => 'Do you want to accept the invitation to'; 1203 : 1204 0 : @override 1205 : String get newGroupBtn => 'Create new group'; 1206 : 1207 0 : @override 1208 : String get copyBtn => 'Copy'; 1209 : 1210 0 : @override 1211 : String get pendingLabel => 'Pending'; 1212 : 1213 0 : @override 1214 : String get acknowledgedLabel => 'Acknowledged'; 1215 : 1216 0 : @override 1217 : String get couldNotSendMsgError => 'Could not send this message'; 1218 : 1219 0 : @override 1220 : String get dmTooltip => 'Click to DM'; 1221 : 1222 0 : @override 1223 : String get membershipDescription => 'Below is a list of users who have sent messages to the group. This list may not reflect all users who have access to the group.'; 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 => 'Update'; 1233 : 1234 0 : @override 1235 : String get inviteBtn => 'Invite'; 1236 : 1237 0 : @override 1238 : String get inviteToGroupLabel => 'Invite to group'; 1239 : 1240 0 : @override 1241 : String get groupNameLabel => 'Group Name'; 1242 : 1243 0 : @override 1244 : String get viewServerInfo => 'Server Info'; 1245 : 1246 0 : @override 1247 : String get serverSynced => 'Synced'; 1248 : 1249 0 : @override 1250 : String get serverConnectivityDisconnected => 'Server Disconnected'; 1251 : 1252 0 : @override 1253 : String get serverConnectivityConnected => 'Server Connected'; 1254 : 1255 0 : @override 1256 : String get serverInfo => 'Server Information'; 1257 : 1258 0 : @override 1259 : String get invitationLabel => 'Invitation'; 1260 : 1261 0 : @override 1262 : String get serverLabel => 'Server'; 1263 : 1264 0 : @override 1265 : String get search => 'Search...'; 1266 : 1267 0 : @override 1268 : String get blocked => 'Blocked'; 1269 : 1270 0 : @override 1271 : String get titlePlaceholder => 'title...'; 1272 : 1273 0 : @override 1274 : String get postNewBulletinLabel => 'Post new bulletin'; 1275 : 1276 0 : @override 1277 : String get newBulletinLabel => 'New Bulletin'; 1278 : 1279 0 : @override 1280 : String get joinGroup => 'Join group'; 1281 : 1282 0 : @override 1283 : String get createGroup => 'Create group'; 1284 : 1285 0 : @override 1286 : String get groupAddr => 'Address'; 1287 : 1288 0 : @override 1289 : String get invitation => 'Invitation'; 1290 : 1291 0 : @override 1292 : String get server => 'Server'; 1293 : 1294 0 : @override 1295 : String get peerName => 'Name'; 1296 : 1297 0 : @override 1298 : String get peerAddress => 'Address'; 1299 : 1300 0 : @override 1301 : String get joinGroupTab => 'Join a group'; 1302 : 1303 0 : @override 1304 : String get createGroupTab => 'Create a group'; 1305 : 1306 0 : @override 1307 : String get createGroupBtn => 'Create'; 1308 : 1309 0 : @override 1310 : String get defaultGroupName => 'Awesome Group'; 1311 : 1312 0 : @override 1313 : String get createGroupTitle => 'Create Group'; 1314 : }