Merge pull request 'Support Welsh, Update Translations for other Languages' (#385) from cy into trunk
continuous-integration/drone/push Build is pending Details

Reviewed-on: #385
This commit is contained in:
Dan Ballard 2022-03-02 19:31:46 +00:00
commit b0977b31a5
22 changed files with 687 additions and 502 deletions

View File

@ -1,15 +1,22 @@
import 'package:flutter/material.dart';
// Flutter doesn't supported Luxembourgish...
// Flutter doesn't supported Luxembourgish, or Welsh, so we have to provide our
// own delegate for built-in widget translations...
class MaterialLocalizationDelegate extends LocalizationsDelegate<MaterialLocalizations> {
@override
bool isSupported(Locale locale) {
return locale.languageCode == "lb";
return locale.languageCode == "lb" || locale.languageCode == "cy";
}
@override
Future<MaterialLocalizations> load(Locale locale) async {
return MaterialLocalizationLu();
switch (locale.languageCode) {
case "cy":
return MaterialLocalizationCy();
case "lb":
return MaterialLocalizationLu();
}
throw UnimplementedError("unknown language");
}
@override
@ -18,6 +25,10 @@ class MaterialLocalizationDelegate extends LocalizationsDelegate<MaterialLocaliz
}
}
// Support Welsh, Default to English
class MaterialLocalizationCy extends DefaultMaterialLocalizations {}
// Support Luxembourgish, Default to German
class MaterialLocalizationLu extends MaterialLocalizations {
@override
String get aboutListTileTitleRaw => r'Über $applicationName';

316
lib/l10n/intl_cy.arb Normal file
View File

@ -0,0 +1,316 @@
{
"@@locale": "cy",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Cymraeg",
"tooltipRemoveThisQuotedMessage": "Dileu'r neges a ddyfynnwyd.",
"settingUIColumnDouble14Ratio": "Dwbl (1:4)",
"settingUIColumnDouble12Ratio": "Dwbl (1:2)",
"settingUIColumnSingle": "Sengl",
"inviteToGroup": "Rydych wedi cael gwahoddiad i ymuno â grŵp:",
"titleManageServers": "Rheoli Gweinyddwyr",
"titleManageProfiles": "Rheoli Proffiliau Cwtch",
"titleManageContacts": "Sgyrsiau",
"contactAlreadyExists": "Cyswllt Eisoes Yn Bod",
"blockUnknownLabel": "Rhwystro Cysylltiadau Anhysbys",
"cwtchSettingsTitle": "Gosodiadau Cwtch",
"unlock": "Datgloi",
"saveBtn": "Arbed",
"savePeerHistory": "Achub Hanes",
"inviteToGroupLabel": "Gwahodd i grŵp",
"blockBtn": "Rhwystro Cyswllt",
"viewServerInfo": "Gwybodaeth Gweinydd",
"serverConnectivityDisconnected": "Gweinydd wedi'i Ddatgysylltu",
"serverConnectivityConnected": "Gweinydd wedi'i Gysylltiedig",
"serverInfo": "Gwybodaeth Gweinydd",
"server": "Gweinydd",
"descriptionStreamerMode": "Os caiff ei droi ymlaen, mae'r opsiwn hwn yn gwneud yr ap yn fwy gweledol preifat ar gyfer ffrydio neu gyflwyno gyda, er enghraifft, cuddio proffil a chyfeiriadau cyswllt",
"serverAddress": "Cyfeiriad y Gweinydd",
"copyAddress": "Copïo Cyfeiriad",
"successfullAddedContact": "Wedi llwyddo i ychwanegu ",
"descriptionBlockUnknownConnections": "Os caiff ei droi ymlaen, bydd yr opsiwn hwn yn cau'n awtomatig cysylltiadau gan ddefnyddwyr Cwtch nad ydynt wedi'u hychwanegu at eich rhestr cysylltiadau.",
"descriptionExperimentsGroups": "Mae'r arbrawf grŵp yn caniatáu i Cwtch gysylltu â seilwaith gweinydd heb ei ymddiried i hwyluso cyfathrebu â mwy nag un cyswllt.",
"descriptionExperiments": "Mae arbrofion Cwtch yn nodweddion optio i mewn dewisol syn ychwanegu swyddogaethau ychwanegol at Cwtch a allai fod ag ystyriaethau preifatrwydd gwahanol ir sgwrs draddodiadol syn gwrthsefyll metadata 1:1 e.e. sgwrs grŵp, integreiddio bot ac ati.",
"conversationSettings": "Gosodiadau Sgwrsio",
"versionBuilddate": "Fersiwn: % 1 Adeiladwyd ar: % 2",
"copiedToClipboardNotification": "Wedi'i gopïo i'r Clipfwrdd",
"displayNameLabel": "Enw Arddangos",
"groupNameLabel": "Enw'r Grŵp",
"serverNotSynced": "Wrthi'n cysoni Negeseuon Newydd (Gall hyn gymryd peth amser)...",
"serverSynced": "Cysoni",
"invitationLabel": "Gwahoddiad",
"search": "Chwilio...",
"tooltipAcceptContactRequest": "Derbyn y cais cyswllt hwn.",
"addContactConfirm": "Ychwanegu cyswllt %1",
"pasteAddressToAddContact": "Gludwch gyfeiriad cwtch, gwahoddiad neu fwndel allweddol yma i ychwanegu sgwrs newydd",
"titlePlaceholder": "teitl...",
"postNewBulletinLabel": "Postio bwletin newydd",
"newBulletinLabel": "Bwletin Newydd",
"joinGroup": "Ymunwch â'r grŵp",
"createGroup": "Creu grŵp",
"addPeer": "Ychwanegu Cyswllt",
"peerAddress": "Cyfeiriad",
"joinGroupTab": "Ymunwch â grŵp",
"addPeerTab": "Ychwanegu cyswllt",
"profileOnionLabel": "Anfonwch y cyfeiriad hwn at bobl rydych chi am gysylltu â nhw",
"tooltipReplyToThisMessage": "Ymateb i'r neges hon",
"addContact": "Ychwanegu cyswllt",
"themeNameCwtch": "Cwtch",
"leaveConversation": "Gadael y Sgwrs Hon",
"notificationNewMessageFromGroup": "Neges newydd mewn grŵp!",
"localePl": "Pwylaidd",
"plainServerDescription": "Rydym yn argymell eich bod yn diogelu eich proffiliau Cwtch gyda chyfrinair. Os nad ydych yn gosod cyfrinair ar y proffil hwn yna mae'n bosibl y bydd unrhyw un sydd â mynediad i'r ddyfais hon yn gallu cyrchu gwybodaeth am y proffil hwn, gan gynnwys cysylltiadau, negeseuon ac allweddi cryptograffig sensitif.",
"encryptedServerDescription": "Mae amgryptio proffil gyda chyfrinair yn ei amddiffyn rhag pobl eraill a allai ddefnyddio'r ddyfais hon hefyd. Ni ellir dadgryptio, arddangos na chyrchu proffiliau wedi'u hamgryptio nes bod y cyfrinair cywir wedi'i fewnbynnu i'w datgloi.",
"fieldDescriptionLabel": "Disgrifiad",
"conversationNotificationPolicyDefault": "Diofyn",
"conversationNotificationPolicyNever": "Byth",
"settingGroupBehaviour": "Ymddygiad",
"settingsGroupAppearance": "Ymddangosiad",
"settingsGroupExperiments": "Arbrofion",
"notificationContentSimpleEvent": "Digwyddiad Plaen",
"notificationContentContactInfo": "Gwybodaeth am Sgyrsiau",
"newMessageNotificationSimple": "Neges Newydd",
"newMessageNotificationConversationInfo": "Neges Newydd gan %1",
"localeRo": "Romanaidd",
"localeLb": "Lwcsembwrgaidd",
"localeEl": "Groegaidd",
"localeNo": "Norwyaidd",
"retrievingManifestMessage": "Wrthi'n nôl gwybodaeth ffeil...",
"streamerModeLabel": "Streamer Cyflwyno",
"blockUnknownConnectionsEnabledDescription": "Mae cysylltiadau o gysylltiadau anhysbys wedi'u rhwystro. Gallwch newid hyn mewn Gosodiadau",
"encryptedProfileDescription": "Mae amgryptio proffil gyda chyfrinair yn ei amddiffyn rhag pobl eraill a allai ddefnyddio'r ddyfais hon hefyd. Ni ellir dadgryptio, arddangos na chyrchu proffiliau wedi'u hamgryptio nes bod y cyfrinair cywir wedi'i fewnbynnu i'w datgloi.",
"plainProfileDescription": "Rydym yn argymell eich bod yn diogelu eich proffiliau Cwtch gyda chyfrinair. Os nad ydych yn gosod cyfrinair ar y proffil hwn yna mae'n bosibl y bydd unrhyw un sydd â mynediad i'r ddyfais hon yn gallu cyrchu gwybodaeth am y proffil hwn, gan gynnwys cysylltiadau, negeseuon ac allweddi cryptograffig sensitif.",
"groupInviteSettingsWarning": "Rydych chi wedi cael gwahoddiad i ymuno â grŵp! Galluogwch yr Arbrawf Sgwrsio Grŵp yn y Gosodiadau i weld y Gwahoddiad hwn.",
"shutdownCwtchAction": "Cau Cwtch",
"shutdownCwtchDialog": "Ydych chi'n siŵr eich bod am gau Cwtch? Bydd hyn yn cau pob cysylltiad, ac yn gadael y cais.",
"profileDeleteSuccess": "Proffil wedi'i ddileu yn llwyddiannus",
"debugLog": "Trowch logio dadfygio consol ymlaen",
"addContactFirst": "Ychwanegu neu ddewis sgwrs i ddechrau sgwrsio.",
"torNetworkStatus": "Statws rhwydwaith Tor",
"nickChangeSuccess": "Newidiwyd llysenw proffil yn llwyddiannus",
"createProfileToBegin": "Creu neu ddatgloi proffil i ddechrau",
"deleteProfileSuccess": "Proffil wedi'i ddileu yn llwyddiannus",
"sendInvite": "Anfonwch gyswllt neu wahoddiad grŵp",
"resetTor": "Ailosod",
"sendAnInvitation": "Rydych wedi anfon gwahoddiad ar gyfer:",
"contactSuggestion": "Dyma awgrym cyswllt ar gyfer: ",
"chatHistoryDefault": "Bydd y sgwrs hon yn cael ei dileu pan fydd Cwtch ar gau! Gellir galluogi hanes y neges fesul sgwrs drwy'r ddewislen Gosodiadau ar y dde uchaf.",
"enterCurrentPasswordForDelete": "Rhowch y cyfrinair cyfredol i ddileu'r proffil hwn.",
"enableGroups": "Galluogi Sgwrsio Grŵp",
"newConnectionPaneTitle": "Cysylltiad Newydd",
"networkStatusOnline": "Ar-lein",
"networkStatusConnecting": "Cysylltu â rhwydwaith a chysylltiadau...",
"networkStatusAttemptingTor": "Ceisio cysylltu â rhwydwaith Tor",
"networkStatusDisconnected": "Wedi datgysylltu o'r rhyngrwyd, gwiriwch eich cysylltiad",
"viewGroupMembershipTooltip": "Gweld Aelodaeth y Grŵp",
"loadingTor": "Wrthi'n llwytho tor...",
"smallTextLabel": "Bach",
"error0ProfilesLoadedForPassword": "0 proffil wedi'u llwytho gyda'r cyfrinair hwnnw",
"enterProfilePassword": "Rhowch gyfrinair i weld eich proffiliau",
"passwordChangeError": "Gwall wrth newid cyfrinair: Gwrthod cyfrinair wedi'i gyflenwi",
"noPasswordWarning": "Mae peidio â defnyddio cyfrinair ar y cyfrif hwn yn golygu na fydd yr holl ddata a gedwir yn lleol yn cael ei amgryptio",
"profileName": "Enw arddangos",
"editProfileTitle": "Golygu Proffil",
"addProfileTitle": "Ychwanegu proffil newydd",
"deleteBtn": "Dileu",
"unblockBtn": "Dadrwystro Cyswllt",
"puzzleGameBtn": "Gêm Pos",
"acceptGroupInviteLabel": "Ydych chi am dderbyn y gwahoddiad i",
"newGroupBtn": "Creu grŵp newydd",
"peerOfflineMessage": "Mae cyswllt all-lein, ni ellir cyflwyno negeseuon ar hyn o bryd",
"copyBtn": "Copi",
"peerBlockedMessage": "Mae cyswllt wedi'i rwystro",
"pendingLabel": "Arfaeth",
"acknowledgedLabel": "Cydnabyddir",
"couldNotSendMsgError": "Doedd dim modd anfon y neges hon",
"membershipDescription": "Isod ceir rhestr o ddefnyddwyr sydd wedi anfon negeseuon i'r grŵp. Efallai na fydd y rhestr hon yn adlewyrchu'r holl ddefnyddwyr sydd â mynediad i'r grŵp.",
"addListItemBtn": "Ychwanegu Eitem",
"peerNotOnline": "Mae'r cyswllt all-lein. Does dim modd defnyddio ceisiadau ar hyn o bryd.",
"searchList": "Rhestr Chwilio",
"update": "Diweddaru",
"inviteBtn": "Gwahodd",
"notificationPolicyMute": "Tawelwch",
"torSettingsUseCustomTorServiceConfigurastionDescription": "Diystyru'r ffurfweddiad tor-rhwygo diofyn. Rhybudd: Gallai hyn fod yn beryglus. Dim ond os ydych chi'n gwybod beth rydych chi'n ei wneud y byddwch chi'n gwneud hyn.",
"torSettingsErrorSettingPort": "Rhaid i Rif y Porth fod rhwng 1 a 65535",
"labelACNCircuitInfo": "Gwybodaeth Cylchdaith ACN",
"labelTorNetwork": "Rhwydwaith Tor",
"torSettingsEnabledAdvanced": "Galluogi Ffurfweddiad Tor Uwch",
"msgAddToAccept": "Ychwanegwch y cyfrif hwn at eich cysylltiadau er mwyn derbyn y ffeil hon.",
"btnSendFile": "Anfon Ffeil",
"msgConfirmSend": "Ydych chi'n siŵr eich bod am anfon",
"msgFileTooBig": "Ni all maint y ffeil fod yn fwy na 10 GB",
"storageMigrationModalMessage": "Mudo proffiliau i fformat storio newydd. Gallai hyn gymryd ychydig funudau...",
"loadingCwtch": "Wrthi'n Llwytho Cwtch...",
"themeColorLabel": "Thema Lliw",
"themeNameNeon2": "Neon2",
"themeNameNeon1": "Neon1",
"themeNameMidnight": "Canol Nos",
"themeNameMermaid": "Môr-forwyn",
"themeNamePumpkin": "Pwmpen",
"themeNameGhost": "Ysbryd",
"themeNameVampire": "Fampir",
"themeNameWitch": "Gwrach",
"settingDownloadFolder": "Lawrlwytho Ffolder",
"settingImagePreviews": "Rhagolwg Delwedd a Lluniau Proffil",
"experimentClickableLinksDescription": "Mae'r arbrawf dolenni cliciadwy yn caniatáu ichi glicio ar URLs a rennir mewn negeseuon",
"enableExperimentClickableLinks": "Galluogi Dolenni y Gellir eu Clicio",
"displayNameTooltip": "Rhowch enw arddangos",
"importLocalServerButton": "Mewngludo %1",
"newMessagesLabel": "Negeseuon Newydd",
"localeRU": "Rwsaidd",
"descriptionFileSharing": "Mae'r arbrawf rhannu ffeiliau yn caniatáu i chi anfon a derbyn ffeiliau o gysylltiadau a grwpiau Cwtch. Sylwer y bydd rhannu ffeil gyda grŵp yn arwain at aelodau o'r grŵp hwnnw yn cysylltu â chi'n uniongyrchol dros Cwtch i'w lawrlwytho.",
"titleManageProfilesShort": "Proffiliau",
"settingFileSharing": "Rhannu Ffeiliau",
"tooltipSendFile": "Anfon Ffeil",
"messageFileOffered": "Mae cyswllt yn cynnig anfon ffeil atoch",
"messageEnableFileSharing": "Galluogi'r arbrawf rhannu ffeiliau i weld y neges hon.",
"messageFileSent": "Anfonasoch ffeil",
"labelFilesize": "Maint",
"labelFilename": "Enw ffeil",
"downloadFileButton": "Lawrlwytho",
"openFolderButton": "Ffolder Agored",
"archiveConversation": "Archifo'r Sgwrs hon",
"showMessageButton": "Dangos Neges",
"blockedMessageMessage": "Mae'r neges hon o broffil rydych chi wedi'i rwystro.",
"placeholderEnterMessage": "Teipiwch neges...",
"notificationNewMessageFromPeer": "Neges newydd o gyswllt!",
"tooltipHidePassword": "Cuddio Cyfrinair",
"tooltipShowPassword": "Dangos Cyfrinair",
"shutdownCwtchDialogTitle": "Cau Cwtch?",
"shutdownCwtchTooltip": "Cau Cwtch",
"malformedMessage": "Neges wedi'i chamffurfio",
"sendMessage": "Anfon Neges",
"cancel": "Canslo",
"torStatus": "Statws Tor",
"torVersion": "Fersiwn Tor",
"rejected": "Gwrthodwyd!",
"accepted": "Derbyniwyd!",
"newPassword": "Cyfrinair Newydd",
"yesLeave": "Ydw, Gadael Y Sgwrs Hon",
"localeIt": "Eidaleg",
"localeEs": "Espanol",
"builddate": "Adeiladwyd ar: % 2",
"version": "Fersiwn %1",
"versionTor": "Fersiwn %1 gyda rhwygo %2",
"experimentsEnabled": "Galluogi Arbrofion",
"themeDark": "Tywyll",
"themeLight": "Golau",
"settingTheme": "Defnyddio Themâu Golau",
"largeTextLabel": "Mawr",
"settingInterfaceZoom": "Lefel Chwyddo",
"localeDe": "Deutsche",
"localePt": "Portuguesa",
"localeFr": "Frances",
"localeEn": "Saesneg",
"settingLanguage": "Laith",
"password": "Cyfrinair",
"addNewProfileBtn": "Ychwanegu proffil newydd",
"deleteConfirmText": "DELETE",
"deleteProfileConfirmBtn": "Dileu Proffil yn Wirioneddol",
"deleteConfirmLabel": "Teipiwch DELETE i gadarnhau",
"deleteProfileBtn": "Dileu Proffil",
"passwordErrorMatch": "Nid yw cyfrineiriau'n cyfateb",
"saveProfileBtn": "Cadw Proffil",
"createProfileBtn": "Creu Proffil",
"passwordErrorEmpty": "Ni all cyfrinair fod yn wag",
"password2Label": "Ailosod cyfrinair",
"password1Label": "Cyfrinair",
"currentPasswordLabel": "Cyfrinair Cyfredol",
"yourDisplayName": "Eich Enw Arddangos",
"radioNoPassword": "Heb ei amgryptio (Dim cyfrinair)",
"radioUsePassword": "Cyfrinair",
"newProfile": "Proffil Newydd",
"editProfile": "Golygu Proffil",
"defaultProfileName": "Alice",
"addressLabel": "Cyfeiriad",
"bulletinsBtn": "Bwletinau",
"listsBtn": "Rhestrau",
"chatBtn": "Sgwrsio",
"rejectGroupBtn": "Gwrthod",
"acceptGroupBtn": "Derbyn",
"dmTooltip": "Cliciwch i DM",
"serverLabel": "Gweinydd",
"blocked": "Rhwystro",
"invitation": "Gwahoddiad",
"groupAddr": "Cyfeiriad",
"peerName": "Enw",
"createGroupTab": "Creu grŵp",
"createGroupBtn": "Creu",
"defaultGroupName": "Grŵp Gwych",
"createGroupTitle": "Creu Grŵp",
"conversationNotificationPolicySettingDescription": "Control notification behaviour for this conversation",
"conversationNotificationPolicySettingLabel": "Conversation Notification Policy",
"notificationContentSettingDescription": "Controls the contents of conversation notifications",
"notificationPolicySettingDescription": "Controls the default application notification behaviour",
"notificationContentSettingLabel": "Notification Content",
"notificationPolicySettingLabel": "Notification Policy",
"conversationNotificationPolicyOptIn": "Opt In",
"notificationPolicyDefaultAll": "Default All",
"notificationPolicyOptIn": "Opt In",
"tooltipSelectACustomProfileImage": "Select a Custom Profile Image",
"torSettingsEnabledCacheDescription": "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.",
"torSettingsEnableCache": "Cache Tor Consensus",
"descriptionACNCircuitInfo": "In depth information about the path that the anonymous communication network is using to connect to this conversation.",
"fileSharingSettingsDownloadFolderTooltip": "Browse to select a different default folder for downloaded files.",
"fileSharingSettingsDownloadFolderDescription": "When files are downloaded automatically (e.g. image files, when image previews are enabled) a default location to download the files to is needed.",
"torSettingsUseCustomTorServiceConfiguration": "Use a Custom Tor Service Configuration (torrc)",
"torSettingsCustomControlPortDescription": "Use a custom port for control connections to the Tor proxy",
"torSettingsCustomControlPort": "Custom Control Port",
"torSettingsCustomSocksPortDescription": "Use a custom port for data connections to the Tor proxy",
"torSettingsCustomSocksPort": "Custom SOCKS Port",
"torSettingsEnabledAdvancedDescription": "Use an existing Tor service on your system, or change the parameters of the Cwtch Tor Service",
"settingImagePreviewsDescription": "Images will be downloaded and previewed automatically. Please note that image previews can often lead to security vulnerabilities, and you should not enable this Experiment if you use Cwtch with untrusted contacts. Profile pictures are planned for Cwtch 1.6.",
"serverConnectionsLabel": "Connection",
"serverTotalMessagesLabel": "Total Messages",
"serverMetricsLabel": "Server Metrics",
"manageKnownServersShort": "Servers",
"manageKnownServersLong": "Manage Known Servers",
"manageKnownServersButton": "Manage Known Servers",
"groupsOnThisServerLabel": "Groups I am in hosted on this server",
"importLocalServerSelectText": "Select Local Server",
"importLocalServerLabel": "Import a locally hosted server",
"copyServerKeys": "Copy keys",
"verfiyResumeButton": "Verify\/resume",
"fileCheckingStatus": "Checking download status",
"fileInterrupted": "Interrupted",
"fileSavedTo": "Saved to",
"deleteServerConfirmBtn": "Really delete server",
"deleteServerSuccess": "Successfully deleted server",
"enterCurrentPasswordForDeleteServer": "Please enter current password to delete this server",
"settingServersDescription": "The hosting servers experiment enables hosting and managing Cwtch servers",
"settingServers": "Hosting Servers",
"enterServerPassword": "Enter password to unlock server",
"unlockProfileTip": "Please create or unlock a profile to begin!",
"unlockServerTip": "Please create or unlock a server to begin!",
"addServerTooltip": "Add new server",
"serversManagerTitleShort": "Servers",
"serversManagerTitleLong": "Servers You Host",
"saveServerButton": "Save Server",
"serverAutostartDescription": "Controls if the application will automatically launch the server on start",
"serverAutostartLabel": "Autostart",
"serverEnabledDescription": "Start or stop the server",
"serverEnabled": "Server Enabled",
"serverDescriptionDescription": "Your description of the server for personal management use only, will never be shared",
"serverDescriptionLabel": "Server Description",
"editServerTitle": "Edit Server",
"addServerTitle": "Add Server",
"contactGoto": "Go to conversation with %1",
"settingUIColumnOptionSame": "Same as portrait mode setting",
"settingUIColumnLandscape": "UI Columns in Landscape Mode",
"settingUIColumnPortrait": "UI Columns in Portrait Mode",
"tooltipRejectContactRequest": "Reject this contact request",
"addServerFirst": "You need to add a server before you can create a group",
"reallyLeaveThisGroupPrompt": "Are you sure you want to leave this conversation? All messages and attributes will be deleted.",
"tooltipUnlockProfiles": "Unlock encrypted profiles by entering their password.",
"tooltipAddContact": "Add a new contact or conversation",
"tooltipOpenSettings": "Open the settings pane",
"invalidImportString": "Invalid import string",
"todoPlaceholder": "Todo...",
"addNewItem": "Add a new item to the list",
"addListItem": "Add a New List Item",
"defaultScalingText": "Default size text (scale factor:",
"zoomLabel": "Interface zoom (mostly affects text and button sizes)",
"yourServers": "Your Servers",
"yourProfiles": "Your Profiles",
"dontSavePeerHistory": "Delete History",
"savePeerHistoryDescription": "Determines whether to delete any history associated with the contact."
}

View File

@ -1,12 +1,11 @@
{
"@@locale": "de",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"cycleCatsDesktop": "Klicken um Kategorie zu wechseln.\nRechtslick zum zurücksetzen.",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Walisisch",
"pasteAddressToAddContact": "Cwtch Adresse, Einladung oder Schlüssel hier hinzufügen, um eine neue Konversation hinzuzufügen",
"titlePlaceholder": "Titel...",
"peerName": "Name",
"addPeerTab": "Einen Kontakt hinzufügen",
"copiedToClipboardNotification": "in die Zwischenablage kopiert",
"createGroupBtn": "Erstellen",
"defaultGroupName": "Tolle Gruppe",
"createGroupTitle": "Gruppe erstellen",
@ -177,9 +176,6 @@
"yourProfiles": "Deine Profile",
"enterProfilePassword": "Gib ein Passwort ein, um deine Profile anzuzeigen",
"deleteConfirmLabel": "Gib LÖSCHEN ein um zu bestätigen",
"cycleColoursAndroid": "Klicken um Farbe zu wechseln.\nGedrückt halten zum zurücksetzen.",
"cycleMorphsDesktop": "Klicken um Morph zu wechseln.\nRechtsklick zum zurücksetzen.",
"cycleMorphsAndroid": "Klicken um Morph zu wechseln.\nGedrückt halten zum zurücksetzen.",
"notificationNewMessageFromGroup": "Neue Nachricht in einer Gruppe!",
"notificationNewMessageFromPeer": "Neue Nachricht von einem Kontakt!",
"tooltipHidePassword": "Password verstecken",
@ -213,11 +209,6 @@
"leaveConversation": "Unterhaltung beenden",
"inviteToGroup": "Du wurdest eingeladen einer Gruppe beizutreten:",
"titleManageServers": "Server verwalten",
"dateNever": "Nie",
"dateLastYear": "Letzes Jahr",
"dateYesterday": "Gestern",
"dateLastMonth": "Letzter Monat",
"dateRightNow": "Jetzt",
"successfullAddedContact": "Erfolgreich hinzugefügt",
"titleManageProfiles": "Cwtch Profile verwalten",
"tooltipUnlockProfiles": "Entsperre verschlüsselte Profile durch Eingabe des Passworts.",
@ -244,15 +235,12 @@
"viewServerInfo": "Serverinfo",
"serverNotSynced": "Neue Nachrichten abrufen (Dies kann eine Weile dauern...)",
"serverSynced": "synchronisiert",
"cycleColoursDesktop": "Klicken um Farbe zu wechseln.\nRechtsklick zum zurücksetzen.",
"cycleCatsAndroid": "Klicken um Kategorie zu wechseln.\nLanger Klick zum zurücksetzen.",
"todoPlaceholder": "noch zu erledigen",
"addListItem": "Liste hinzufügen",
"addNewItem": "Ein neues Element zur Liste hinzufügen",
"createGroupTab": "Eine Gruppe erstellen",
"joinGroupTab": "Einer Gruppe beitreten",
"peerAddress": "Adresse",
"groupName": "Gruppenname",
"server": "Server",
"invitation": "Einladung",
"groupAddr": "Adresse",
@ -304,6 +292,7 @@
"largeTextLabel": "Groß",
"zoomLabel": "Benutzeroberflächen-Zoom (betriftt hauptsächlich Text- und Knopgrößen)",
"cwtchSettingsTitle": "Cwtch Einstellungen",
"copiedToClipboardNotification": "in die Zwischenablage kopiert",
"addressLabel": "Adresse",
"puzzleGameBtn": "Puzzlespiel",
"bulletinsBtn": "Meldungen",
@ -313,7 +302,6 @@
"acceptGroupBtn": "Annehmen",
"acceptGroupInviteLabel": "Möchtest Du die Einladung annehmen",
"newGroupBtn": "Neue Gruppe anlegen",
"copiedClipboardNotification": "in die Zwischenablage kopiert",
"copyBtn": "Kopieren",
"pendingLabel": "Bestätigung ausstehend",
"acknowledgedLabel": "bestätigt",

View File

@ -1,13 +1,91 @@
{
"@@locale": "el",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"localeEl": "Greek",
"localeNo": "Norwegian",
"localeLb": "Luxembourgish",
"localeRo": "Romanian",
"newMessageNotificationConversationInfo": "New Message From %1",
"newMessageNotificationSimple": "New Message",
"notificationContentContactInfo": "Conversation Information",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Welsh",
"server": "Διακομιστής",
"peerName": "Όνομα",
"peerAddress": "Διεύθυνση",
"joinGroupTab": "Εγγραφείτε σε μια ομάδα",
"addPeerTab": "Προσθήκη επαφής",
"defaultGroupName": "Φοβερή ομάδα",
"serverLabel": "Server",
"createGroupTitle": "Δημιουργία ομάδας",
"conversationSettings": "Ρυθμίσεις συνομιλίας",
"addContact": "Προσθήκη επαφής",
"addContactConfirm": "Προσθήκη επαφής %1",
"placeholderEnterMessage": "Πληκτρολογήστε ένα μήνυμα...",
"blockedMessageMessage": "Αυτό το μήνυμα προέρχεται από ένα προφίλ που έχετε μπλοκάρει.",
"showMessageButton": "Εμφάνιση μηνύματος",
"archiveConversation": "Αρχειοθετήστε αυτήν τη συνομιλία",
"retrievingManifestMessage": "Ανάκτηση πληροφοριών αρχείου...",
"openFolderButton": "Άνοιγμα φακέλου",
"downloadFileButton": "Λήψη",
"labelFilename": "Όνομα αρχείου",
"labelFilesize": "Μέγεθος",
"messageFileSent": "Στείλατε ένα αρχείο",
"messageFileOffered": "Η επαφή προσφέρεται να σας στείλει ένα αρχείο",
"tooltipSendFile": "Αποστολή αρχείου",
"titleManageProfilesShort": "Προφίλ",
"addServerTitle": "Προσθήκη διακομιστή",
"editServerTitle": "Επεξεργασία διακομιστή",
"serverAddress": "Διεύθυνση διακομιστή",
"serverDescriptionLabel": "Περιγραφή διακομιστή",
"serverEnabled": "Ενεργοποίηση διακομιστή",
"serverEnabledDescription": "Εκκίνηση ή διακοπή του διακομιστή",
"serverAutostartLabel": "Αυτόματη εκκίνηση",
"enterServerPassword": "Εισαγάγετε τον κωδικό πρόσβασης για να ξεκλειδώσετε τον διακομιστή",
"addServerTooltip": "Προσθήκη νέου διακομιστή",
"serversManagerTitleShort": "Διακομιστές",
"saveServerButton": "Αποθήκευση διακομιστή",
"serversManagerTitleLong": "Διακομιστές που φιλοξενείτε",
"copyAddress": "Αντιγραφή διεύθυνσης",
"enterCurrentPasswordForDeleteServer": "Παρακαλούμε εισάγετε τον τρέχοντα κωδικό πρόσβασης για να διαγράψετε αυτόν τον διακομιστή",
"deleteServerSuccess": "Ο διακομιστής διαγράφηκε με επιτυχία",
"fileSavedTo": "Αποθηκεύτηκε στο",
"fileInterrupted": "Διακόπηκε",
"fileCheckingStatus": "Έλεγχος κατάστασης λήψης",
"verfiyResumeButton": "Επαλήθευση\/συνέχιση",
"copyServerKeys": "Αντιγραφή κλειδιών",
"localeRU": "Ρωσικά",
"newMessagesLabel": "Νέα μηνύματα",
"importLocalServerLabel": "Εισαγωγή ενός τοπικά φιλοξενούμενου διακομιστή",
"importLocalServerSelectText": "Επιλογή τοπικού διακομιστή",
"fieldDescriptionLabel": "Περιγραφή",
"manageKnownServersButton": "Διαχείριση γνωστών διακομιστών",
"displayNameTooltip": "Παρακαλώ εισάγετε ένα εμφανιζόμενο όνομα",
"manageKnownServersLong": "Διαχείριση γνωστών διακομιστών",
"manageKnownServersShort": "Διακομιστές",
"serverTotalMessagesLabel": "Σύνολο μηνυμάτων",
"serverConnectionsLabel": "Σύνδεση",
"themeColorLabel": "Χρωματική παλέτα",
"fileSharingSettingsDownloadFolderTooltip": "Επιλέξετε έναν διαφορετικό προεπιλεγμένο φάκελο για τα αρχεία που έχουν ληφθεί.",
"torSettingsEnableCache": "Αποθήκευση Tor Consensus",
"settingImagePreviews": "Προεπισκοπήσεις εικόνων και εικόνες προφίλ",
"settingImagePreviewsDescription": "Θα γίνει αυτόματη λήψη και προεπισκόπηση των εικόνων. Λάβετε υπόψη ότι οι προεπισκοπήσεις εικόνων μπορεί συχνά να οδηγήσουν σε ευπάθειες ασφαλείας και δεν θα πρέπει να ενεργοποιήσετε αυτό το πείραμα εάν χρησιμοποιείτε το Cwtch με μη αξιόπιστες επαφές. Οι φωτογραφίες προφίλ έχουν προγραμματιστεί για το Cwtch 1.6.",
"settingDownloadFolder": "Φάκελος Λήψης",
"themeNameCwtch": "Cwtch",
"themeNameNeon1": "Neon1",
"themeNameNeon2": "Neon2",
"loadingCwtch": "Φόρτωση Cwtch...",
"storageMigrationModalMessage": "Μετεγκατάσταση προφίλ σε νέα μορφή αποθήκευσης. Αυτό μπορεί να πάρει μερικά λεπτά...",
"msgFileTooBig": "Το μέγεθος του αρχείου δεν μπορεί να υπερβαίνει τα 10 GB",
"msgConfirmSend": "Είστε σίγουρος ότι θέλετε να στείλετε το",
"btnSendFile": "Αποστολή αρχείου",
"msgAddToAccept": "Προσθέστε αυτόν τον λογαριασμό στις επαφές σας για να αποδεχτείτε αυτό το αρχείο.",
"torSettingsEnabledAdvanced": "Ενεργοποιήστε την προηγμένη ρύθμιση Tor",
"torSettingsEnabledAdvancedDescription": "Χρησιμοποιήστε μια υπάρχουσα υπηρεσία Tor στο σύστημά σας ή αλλάξτε τις παραμέτρους της υπηρεσίας Tor του Cwtch.",
"torSettingsCustomSocksPort": "Προσαρμοσμένη θύρα SOCKS",
"descriptionACNCircuitInfo": "Λεπτομερείς πληροφορίες σχετικά με τη διαδρομή που χρησιμοποιεί το ανώνυμο δίκτυο επικοινωνίας για να συνδεθεί σε αυτή τη συνομιλία.",
"labelTorNetwork": "Δίκτυο Tor",
"torSettingsEnabledCacheDescription": "Αποθηκεύστε στην προσωρινή μνήμη την τρέχουσα συναίνεση Tor για να την επαναχρησιμοποιήσετε την επόμενη φορά που θα ανοίξει το Cwtch. Αυτό θα επιτρέψει στο Tor να ξεκινήσει γρηγορότερα. Όταν είναι απενεργοποιημένο, το Cwtch θα καθαρίσει τα δεδομένα που έχουν αποθηκευτεί στην προσωρινή μνήμη κατά την εκκίνηση.",
"notificationPolicyMute": "Σίγαση",
"notificationContentContactInfo": "Πληροφορίες συνομιλίας",
"newMessageNotificationSimple": "Νέο μήνυμα",
"newMessageNotificationConversationInfo": "Νέο μήνυμα από %1",
"localeRo": "Ρουμανικά",
"localeLb": "Λουξεμβουργιανά",
"localeNo": "Νορβηγικά",
"localeEl": "Ελληνικά",
"notificationContentSimpleEvent": "Plain Event",
"conversationNotificationPolicySettingDescription": "Control notification behaviour for this conversation",
"conversationNotificationPolicySettingLabel": "Conversation Notification Policy",
@ -23,14 +101,8 @@
"conversationNotificationPolicyDefault": "Default",
"notificationPolicyDefaultAll": "Default All",
"notificationPolicyOptIn": "Opt In",
"notificationPolicyMute": "Mute",
"tooltipSelectACustomProfileImage": "Select a Custom Profile Image",
"torSettingsEnabledCacheDescription": "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.",
"torSettingsEnableCache": "Cache Tor Consensus",
"labelTorNetwork": "Tor Network",
"descriptionACNCircuitInfo": "In depth information about the path that the anonymous communication network is using to connect to this conversation.",
"labelACNCircuitInfo": "ACN Circuit Info",
"fileSharingSettingsDownloadFolderTooltip": "Browse to select a different default folder for downloaded files.",
"fileSharingSettingsDownloadFolderDescription": "When files are downloaded automatically (e.g. image files, when image previews are enabled) a default location to download the files to is needed.",
"torSettingsErrorSettingPort": "Port Number must be between 1 and 65535",
"torSettingsUseCustomTorServiceConfigurastionDescription": "Override the default tor configuration. Warning: This could be dangerous. Only turn this on if you know what you are doing.",
@ -38,96 +110,34 @@
"torSettingsCustomControlPortDescription": "Use a custom port for control connections to the Tor proxy",
"torSettingsCustomControlPort": "Custom Control Port",
"torSettingsCustomSocksPortDescription": "Use a custom port for data connections to the Tor proxy",
"torSettingsCustomSocksPort": "Custom SOCKS Port",
"torSettingsEnabledAdvancedDescription": "Use an existing Tor service on your system, or change the parameters of the Cwtch Tor Service",
"torSettingsEnabledAdvanced": "Enable Advanced Tor Configuration",
"msgAddToAccept": "Add this account to your contacts in order to accept this file.",
"btnSendFile": "Send File",
"msgConfirmSend": "Are you sure you want to send",
"msgFileTooBig": "File size cannot exceed 10 GB",
"storageMigrationModalMessage": "Migrating profiles to new storage format. This could take a few minutes...",
"loadingCwtch": "Loading Cwtch...",
"themeColorLabel": "Color Theme",
"themeNameNeon2": "Neon2",
"themeNameNeon1": "Neon1",
"themeNameMidnight": "Midnight",
"themeNameMermaid": "Mermaid",
"themeNamePumpkin": "Pumpkin",
"themeNameGhost": "Ghost",
"themeNameVampire": "Vampire",
"themeNameWitch": "Witch",
"themeNameCwtch": "Cwtch",
"settingDownloadFolder": "Download Folder",
"settingImagePreviewsDescription": "Images will be downloaded and previewed automatically. Please note that image previews can often lead to security vulnerabilities, and you should not enable this Experiment if you use Cwtch with untrusted contacts. Profile pictures are planned for Cwtch 1.6.",
"settingImagePreviews": "Image Previews and Profile Pictures",
"experimentClickableLinksDescription": "The clickable links experiment allows you to click on URLs shared in messages",
"enableExperimentClickableLinks": "Enable Clickable Links",
"serverConnectionsLabel": "Connection",
"serverTotalMessagesLabel": "Total Messages",
"serverMetricsLabel": "Server Metrics",
"manageKnownServersShort": "Servers",
"manageKnownServersLong": "Manage Known Servers",
"displayNameTooltip": "Please enter a display name",
"manageKnownServersButton": "Manage Known Servers",
"fieldDescriptionLabel": "Description",
"groupsOnThisServerLabel": "Groups I am in hosted on this server",
"importLocalServerButton": "Import %1",
"importLocalServerSelectText": "Select Local Server",
"importLocalServerLabel": "Import a locally hosted server",
"newMessagesLabel": "New Messages",
"localeRU": "Russian",
"copyServerKeys": "Copy keys",
"verfiyResumeButton": "Verify\/resume",
"fileCheckingStatus": "Checking download status",
"fileInterrupted": "Interrupted",
"fileSavedTo": "Saved to",
"encryptedServerDescription": "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.",
"plainServerDescription": "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.",
"deleteServerConfirmBtn": "Really delete server",
"deleteServerSuccess": "Successfully deleted server",
"enterCurrentPasswordForDeleteServer": "Please enter current password to delete this server",
"copyAddress": "Copy Address",
"settingServersDescription": "The hosting servers experiment enables hosting and managing Cwtch servers",
"settingServers": "Hosting Servers",
"enterServerPassword": "Enter password to unlock server",
"unlockProfileTip": "Please create or unlock a profile to begin!",
"unlockServerTip": "Please create or unlock a server to begin!",
"addServerTooltip": "Add new server",
"serversManagerTitleShort": "Servers",
"serversManagerTitleLong": "Servers You Host",
"saveServerButton": "Save Server",
"serverAutostartDescription": "Controls if the application will automatically launch the server on start",
"serverAutostartLabel": "Autostart",
"serverEnabledDescription": "Start or stop the server",
"serverEnabled": "Server Enabled",
"serverDescriptionDescription": "Your description of the server for personal management use only, will never be shared",
"serverDescriptionLabel": "Server Description",
"serverAddress": "Server Address",
"editServerTitle": "Edit Server",
"addServerTitle": "Add Server",
"titleManageProfilesShort": "Profiles",
"descriptionFileSharing": "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.",
"settingFileSharing": "File Sharing",
"tooltipSendFile": "Send File",
"messageFileOffered": "Contact is offering to send you a file",
"messageFileSent": "You sent a file",
"messageEnableFileSharing": "Enable the file sharing experiment to view this message.",
"labelFilesize": "Size",
"labelFilename": "Filename",
"downloadFileButton": "Download",
"openFolderButton": "Open Folder",
"retrievingManifestMessage": "Retrieving file information...",
"descriptionStreamerMode": "If turned on, this option makes the app more visually private for streaming or presenting with, for example, hiding profile and contact addresses",
"streamerModeLabel": "Streamer\/Presentation Mode",
"archiveConversation": "Archive this Conversation",
"blockUnknownConnectionsEnabledDescription": "Connections from unknown contacts are blocked. You can change this in Settings",
"showMessageButton": "Show Message",
"blockedMessageMessage": "This message is from a profile you have blocked.",
"placeholderEnterMessage": "Type a message...",
"plainProfileDescription": "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.",
"encryptedProfileDescription": "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.",
"addContactConfirm": "Add contact %1",
"addContact": "Add contact",
"contactGoto": "Go to conversation with %1",
"settingUIColumnOptionSame": "Same as portrait mode setting",
"settingUIColumnDouble14Ratio": "Double (1:4)",
@ -175,11 +185,6 @@
"leaveConversation": "Leave This Conversation",
"inviteToGroup": "You have been invited to join a group:",
"titleManageServers": "Manage Servers",
"dateNever": "Never",
"dateLastYear": "Last Year",
"dateYesterday": "Yesterday",
"dateLastMonth": "Last Month",
"dateRightNow": "Right Now",
"successfullAddedContact": "Successfully added ",
"descriptionBlockUnknownConnections": "If turned on, this option will automatically close connections from Cwtch users that have not been added to your contact list.",
"descriptionExperimentsGroups": "The group experiment allows Cwtch to connect with untrusted server infrastructure to facilitate communication with more than one contact.",
@ -191,7 +196,6 @@
"tooltipOpenSettings": "Open the settings pane",
"contactAlreadyExists": "Contact Already Exists",
"invalidImportString": "Invalid import string",
"conversationSettings": "Conversation Settings",
"enterCurrentPasswordForDelete": "Please enter current password to delete this profile.",
"enableGroups": "Enable Group Chat",
"localeIt": "Italiana",
@ -250,7 +254,6 @@
"noPasswordWarning": "Not using a password on this account means that all data stored locally will not be encrypted",
"radioNoPassword": "Unencrypted (No password)",
"radioUsePassword": "Password",
"copiedToClipboardNotification": "Copied to Clipboard",
"editProfile": "Edit Profile",
"newProfile": "New Profile",
"defaultProfileName": "Alice",
@ -265,6 +268,7 @@
"blockBtn": "Block Contact",
"saveBtn": "Save",
"displayNameLabel": "Display Name",
"copiedToClipboardNotification": "Copied to Clipboard",
"addressLabel": "Address",
"puzzleGameBtn": "Puzzle Game",
"bulletinsBtn": "Bulletins",
@ -274,7 +278,6 @@
"acceptGroupBtn": "Accept",
"acceptGroupInviteLabel": "Do you want to accept the invitation to",
"newGroupBtn": "Create new group",
"copiedClipboardNotification": "Copied to clipboard",
"copyBtn": "Copy",
"peerOfflineMessage": "Contact is offline, messages can't be delivered right now",
"peerBlockedMessage": "Contact is blocked",
@ -289,7 +292,7 @@
"update": "Update",
"inviteBtn": "Invite",
"inviteToGroupLabel": "Invite to group",
"groupNameLabel": "Group name",
"groupNameLabel": "Group Name",
"viewServerInfo": "Server Info",
"serverNotSynced": "Syncing New Messages (This can take some time)...",
"serverSynced": "Synced",
@ -297,14 +300,7 @@
"serverConnectivityConnected": "Server Connected",
"serverInfo": "Server Information",
"invitationLabel": "Invitation",
"serverLabel": "Server",
"search": "Search...",
"cycleColoursDesktop": "Click to cycle colours.\nRight-click to reset.",
"cycleColoursAndroid": "Click to cycle colours.\nLong-press to reset.",
"cycleMorphsDesktop": "Click to cycle morphs.\nRight-click to reset.",
"cycleMorphsAndroid": "Click to cycle morphs.\nLong-press to reset.",
"cycleCatsDesktop": "Click to cycle category.\nRight-click to reset.",
"cycleCatsAndroid": "Click to cycle category.\nLong-press to reset.",
"blocked": "Blocked",
"pasteAddressToAddContact": "Paste a cwtch address, invitation or key bundle here to add a new conversation",
"titlePlaceholder": "title...",
@ -315,14 +311,6 @@
"addPeer": "Add Contact",
"groupAddr": "Address",
"invitation": "Invitation",
"server": "Server",
"groupName": "Group name",
"peerName": "Name",
"peerAddress": "Address",
"joinGroupTab": "Join a group",
"createGroupTab": "Create a group",
"addPeerTab": "Add a contact",
"createGroupBtn": "Create",
"defaultGroupName": "Awesome Group",
"createGroupTitle": "Create Group"
"createGroupBtn": "Create"
}

View File

@ -1,6 +1,7 @@
{
"@@locale": "en",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Welsh",
"localeEl": "Greek",
"localeNo": "Norwegian",
"localeLb": "Luxembourgish",
@ -194,11 +195,6 @@
"tooltipAddContact": "Add a new contact or conversation",
"titleManageContacts": "Conversations",
"titleManageServers": "Manage Servers",
"dateNever": "Never",
"dateLastYear": "Last Year",
"dateYesterday": "Yesterday",
"dateLastMonth": "Last Month",
"dateRightNow": "Right Now",
"successfullAddedContact": "Successfully added ",
"descriptionBlockUnknownConnections": "If turned on, this option will automatically close connections from Cwtch users that have not been added to your contact list.",
"descriptionExperimentsGroups": "The group experiment allows Cwtch to connect with untrusted server infrastructure to facilitate communication with more than one contact.",
@ -263,7 +259,6 @@
"noPasswordWarning": "Not using a password on this account means that all data stored locally will not be encrypted",
"radioNoPassword": "Unencrypted (No password)",
"radioUsePassword": "Password",
"copiedToClipboardNotification": "Copied to Clipboard",
"newProfile": "New Profile",
"defaultProfileName": "Alice",
"profileName": "Display name",
@ -272,6 +267,7 @@
"deleteBtn": "Delete",
"saveBtn": "Save",
"displayNameLabel": "Display Name",
"copiedToClipboardNotification": "Copied to Clipboard",
"addressLabel": "Address",
"puzzleGameBtn": "Puzzle Game",
"bulletinsBtn": "Bulletins",
@ -281,7 +277,6 @@
"acceptGroupBtn": "Accept",
"acceptGroupInviteLabel": "Do you want to accept the invitation to",
"newGroupBtn": "Create new group",
"copiedClipboardNotification": "Copied to clipboard",
"copyBtn": "Copy",
"pendingLabel": "Pending",
"acknowledgedLabel": "Acknowledged",
@ -293,7 +288,7 @@
"update": "Update",
"inviteBtn": "Invite",
"inviteToGroupLabel": "Invite to group",
"groupNameLabel": "Group name",
"groupNameLabel": "Group Name",
"viewServerInfo": "Server Info",
"serverSynced": "Synced",
"serverConnectivityDisconnected": "Server Disconnected",
@ -302,12 +297,6 @@
"invitationLabel": "Invitation",
"serverLabel": "Server",
"search": "Search...",
"cycleColoursDesktop": "Click to cycle colours.\nRight-click to reset.",
"cycleColoursAndroid": "Click to cycle colours.\nLong-press to reset.",
"cycleMorphsDesktop": "Click to cycle morphs.\nRight-click to reset.",
"cycleMorphsAndroid": "Click to cycle morphs.\nLong-press to reset.",
"cycleCatsDesktop": "Click to cycle category.\nRight-click to reset.",
"cycleCatsAndroid": "Click to cycle category.\nLong-press to reset.",
"blocked": "Blocked",
"titlePlaceholder": "title...",
"postNewBulletinLabel": "Post new bulletin",
@ -317,7 +306,6 @@
"groupAddr": "Address",
"invitation": "Invitation",
"server": "Server",
"groupName": "Group name",
"peerName": "Name",
"peerAddress": "Address",
"joinGroupTab": "Join a group",

View File

@ -1,37 +1,175 @@
{
"@@locale": "es",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Welsh",
"addContact": "Agregar contacto",
"addContactConfirm": "Agrega al contacto %1",
"placeholderEnterMessage": "Escribe un mensaje...",
"blockedMessageMessage": "Este mensaje proviene de un perfil que has bloqueado.",
"showMessageButton": "Mostrar Mensaje",
"archiveConversation": "Archivar esta conversación",
"retrievingManifestMessage": "Recuperando información del archivo...",
"openFolderButton": "Abrir Carpeta",
"downloadFileButton": "Descargar",
"labelFilename": "Nombre de archivo",
"labelFilesize": "Tamaño",
"messageFileSent": "Enviaste un archivo",
"messageFileOffered": "El contacto ofrece enviarte un archivo",
"tooltipSendFile": "Enviar Archivo",
"titleManageProfilesShort": "Perfiles",
"addServerTitle": "Agregar Servidor",
"serverDescriptionLabel": "Descripción del Servidor",
"serverAddress": "Dirección del Servidor",
"editServerTitle": "Editar Servidor",
"serverEnabled": "Servidor Habilitado",
"serverEnabledDescription": "Iniciar o detener el servidor",
"serverAutostartLabel": "Inicio automático",
"enterServerPassword": "Ingresa la contraseña para desbloquear el servidor",
"addServerTooltip": "Agregar nuevo servidor",
"serversManagerTitleShort": "Servidores",
"saveServerButton": "Guardar Servidor",
"serversManagerTitleLong": "Servidores que alojas",
"copyAddress": "Copiar Dirección",
"enterCurrentPasswordForDeleteServer": "Ingresa la contraseña actual para eliminar este servidor",
"deleteServerSuccess": "Servidor eliminado con éxito",
"fileSavedTo": "Guardado en",
"fileInterrupted": "Interrumpido",
"fileCheckingStatus": "Comprobación del estado de la descarga",
"verfiyResumeButton": "Verificar\/reanudar",
"copyServerKeys": "Copiar claves",
"localeRU": "Ruso",
"newMessagesLabel": "Nuevos Mensajes",
"importLocalServerLabel": "Importar un servidor alojado localmente",
"importLocalServerSelectText": "Seleccionar el servidor local",
"fieldDescriptionLabel": "Descripción",
"manageKnownServersButton": "Administrar servidores conocidos",
"displayNameTooltip": "Por favor introduce un nombre para el perfil",
"manageKnownServersLong": "Administrar servidores conocidos",
"manageKnownServersShort": "Servidores",
"serverTotalMessagesLabel": "Mensajes totales",
"serverConnectionsLabel": "Conexión",
"themeColorLabel": "Tema de Color",
"settingImagePreviewsDescription": "Las imágenes se descargarán y previsualizarán automáticamente. Ten en cuenta que las previsualizaciones pueden generar vulnerabilidades de seguridad, no deberías habilitar este experimento si usas Cwtch con contactos que no son de confianza. Las imágenes de perfil están planeadas para Cwtch 1.6.",
"fileSharingSettingsDownloadFolderTooltip": "Examina para seleccionar una carpeta predeterminada diferente para los archivos descargados.",
"torSettingsEnableCache": "Guardar consenso de Tor en Caché",
"settingImagePreviews": "Vista previa de imagenes e imágenes de perfil",
"settingDownloadFolder": "Carpeta de descargas",
"themeNameCwtch": "Cwtch",
"themeNameNeon1": "Neon1",
"themeNameNeon2": "Neon2",
"loadingCwtch": "Cargando Cwtch...",
"storageMigrationModalMessage": "Migrando perfiles a un nuevo formato de almacenamiento. Esto podría tomar unos minutos...",
"msgFileTooBig": "El archivo no puede superar 10 GB",
"msgConfirmSend": "Confirma que quieres enviar",
"btnSendFile": "Enviar archivo",
"msgAddToAccept": "Agrega esta cuenta a tus contactos para aceptar este archivo.",
"torSettingsEnabledAdvanced": "Habilitar Configuración Avanzada de Tor",
"torSettingsEnabledAdvancedDescription": "Usa un servicio de Tor existente en tu sistema, o cambia los parámetros del servicio Tor de Cwtch",
"descriptionACNCircuitInfo": "Información detallada sobre la ruta que la red de comunicación anónima está utilizando para conectarse a esta conversación.",
"torSettingsCustomSocksPort": "Puerto SOCKS personalizado",
"labelTorNetwork": "Red Tor",
"torSettingsEnabledCacheDescription": "Almacena en caché el consenso de Tor actual para reusar la próxima vez que Cwtch se abra. Esto permitirá que Tor inicie más rápido. Cuando se desactiva, Cwtch eliminará los datos almacenados en caché al iniciarse.",
"notificationPolicyMute": "Silenciar",
"notificationContentContactInfo": "Información de la conversación",
"newMessageNotificationSimple": "Nuevo Mensaje",
"newMessageNotificationConversationInfo": "Nuevo mensaje de %1",
"localeRo": "Rumano",
"localeLb": "Luxemburgués",
"localeNo": "Noruego",
"localeEl": "Griego",
"notificationPolicyDefaultAll": "Todas predeterminadas",
"notificationContentSimpleEvent": "Evento simple",
"conversationNotificationPolicyDefault": "Predeterminado",
"notificationPolicyOptIn": "Optar por participar",
"conversationNotificationPolicyOptIn": "Optar por participar",
"notificationContentSettingLabel": "Contenido de notificaciones",
"notificationPolicySettingLabel": "Política de notificaciones",
"conversationNotificationPolicyNever": "Nunca",
"notificationPolicySettingDescription": "Controla el comportamiento predeterminado de notificación de la aplicación",
"notificationContentSettingDescription": "Controla el contenido de las notificaciones de conversación",
"settingGroupBehaviour": "Comportamiento",
"settingsGroupAppearance": "Apariencia",
"settingsGroupExperiments": "Experimentos",
"conversationNotificationPolicySettingLabel": "Política de notificación de conversación",
"conversationNotificationPolicySettingDescription": "Controla las notificaciones para esta conversación",
"plainProfileDescription": "Recomendamos que protejas tus perfiles de Cwtch con una contraseña. Si no estableces una contraseña, cualquiera que tenga acceso a este dispositivo puede acceder a información sobre este perfil, incluyendo contactos, mensajes y claves criptográficas confidenciales.",
"encryptedProfileDescription": "Cifrar un perfil con una contraseña lo protege de otras personas que también usen este dispositivo. Los perfiles cifrados no se pueden descifrar, mostrar o acceder hasta que se ingrese la contraseña adecuada para desbloquearlos.",
"contactGoto": "Ir a conversación con %1",
"settingUIColumnOptionSame": "Igual que la configuración vertical",
"settingUIColumnDouble14Ratio": "Doble (1:4)",
"settingUIColumnDouble12Ratio": "Doble (1:2)",
"settingUIColumnSingle": "Sencillo",
"settingUIColumnLandscape": "Columnas de la interfaz en modo horizontal",
"settingUIColumnPortrait": "Columnas de la interfaz en modo vertical",
"localePl": "Polaco",
"tooltipRemoveThisQuotedMessage": "Remover el mensaje citado",
"tooltipReplyToThisMessage": "Responder a este mensaje",
"tooltipRejectContactRequest": "Rechazar esta solicitud de contacto",
"tooltipAcceptContactRequest": "Acepta esta solicitud de contacto.",
"notificationNewMessageFromGroup": "¡Nuevo mensaje en un grupo!",
"notificationNewMessageFromPeer": "¡Nuevo mensaje de un contacto!",
"tooltipHidePassword": "Ocultar Contraseña",
"tooltipShowPassword": "Mostrar Contraseña",
"groupInviteSettingsWarning": "Haz recibido una invitación para unirte a un grupo! Por favor habilita el experimento de chat grupal en Configuración para ver esta invitación",
"shutdownCwtchAction": "Cerrar Cwtch",
"shutdownCwtchDialog": "Confirma que quieres cerrar Cwtch. Esto cerrará todas las conexiones y cerrará la aplicación",
"shutdownCwtchDialogTitle": "Cerrar Cwtch?",
"shutdownCwtchTooltip": "Cerrar Cwtch",
"malformedMessage": "Mensaje mal formado",
"profileDeleteSuccess": "Perfil eliminado correctamente",
"debugLog": "Activar el registro de depuración de la consola",
"torNetworkStatus": "Status de la red Tor",
"addContactFirst": "Agrega o elige un contacto para empezar a chatear",
"createProfileToBegin": "Por favor crea o desbloquea un perfil para empezar",
"nickChangeSuccess": "El apodo del perfil se ha cambiado correctamente",
"contactSuggestion": "Esta es una sugerencia de contacto para:",
"rejected": "¡Rechazado!",
"accepted": "¡Aceptado!",
"chatHistoryDefault": "Esta conversación será eliminada cuando se cierre Cwtch! El historial de mensajes puede habilitarse en cada conversación usando el menú de Configuración en la parte superior derecha. ",
"yesLeave": "Si, Salir de Esta Conversación",
"newPassword": "Nueva Contraseña",
"reallyLeaveThisGroupPrompt": "¿Estás seguro de que quieres salir de esta conversación?",
"leaveConversation": "Salir de esta conversación",
"inviteToGroup": "Te han invitado a unirte a un grupo",
"titleManageServers": "Administrar servidores",
"successfullAddedContact": "Agregado correctamente",
"descriptionBlockUnknownConnections": "Si está activada, esta opción cerrará automáticamente conexiones de usuarios de Cwtch que no se hayan agregado a tu lista de contactos.",
"descriptionExperimentsGroups": "El experimento de grupo permite a Cwtch conectarse con infraestructura de servidor no confiable para facilitar comunicación con más de un contacto.",
"noPasswordWarning": "No usar una contraseña para esta cuenta significa que los datos almacenados localmente no serán cifrados",
"tooltipUnlockProfiles": "Desbloquea perfiles encriptados introduciendo tu contraseña",
"titleManageContacts": "Conversaciones",
"tooltipAddContact": "Agregar un nuevo contacto o conversación",
"tooltipOpenSettings": "Abrir el panel de configuración",
"blockUnknownLabel": "Bloquear contactos desconocidos",
"descriptionExperiments": "Los experimentos de Cwtch son características opcionales que agregan funcionalidad a Cwtch. Pueden tener consideraciones de privacidad diferentes a chats 1:1 tradicionales resistentes a metadatos, por ejemplo, chat grupal, integración de bots, etc.",
"pasteAddressToAddContact": "Pega una dirección de Cwtch aquí para añadir contacto",
"conversationSettings": "Configuración de conversación",
"contactAlreadyExists": "Este contacto ya existe",
"titleManageProfiles": "Administrar perfiles de Cwtch",
"invalidImportString": "Cadena de importación no válida",
"enterCurrentPasswordForDelete": "Ingresa la contraseña actual para eliminar este perfil",
"enableGroups": "Habilitar chat grupal",
"networkStatusConnecting": "Conectando a la red y a los contactos...",
"networkStatusDisconnected": "Desconectado de Internet, comprueba tu conexión",
"experimentsEnabled": "Experimentos habilitados",
"settingTheme": "Usar tema claro",
"profileOnionLabel": "Envía esta dirección a los contactos con los que quieras conectarte",
"editProfile": "Editar perfil",
"unblockBtn": "Desbloquear contacto",
"dontSavePeerHistory": "Eliminar historial de contacto",
"savePeerHistoryDescription": "Determina si eliminar o no el historial asociado con el contacto.",
"savePeerHistory": "Guardar el historial con contacto",
"blockBtn": "Bloquear contacto",
"peerOfflineMessage": "Este contacto no está en línea, los mensajes no pueden ser entregados en este momento",
"peerBlockedMessage": "Contacto bloqueado",
"addListItemBtn": "Agregar artículo",
"peerNotOnline": "Este contacto no está en línea, la aplicación no puede ser usada en este momento",
"serverNotSynced": "Sincronizando mensajes nuevos (Puede tomar un tiempo)...",
"addPeer": "Agregar Contacto",
"blocked": "Bloqueado",
"addPeerTab": "Agregar Contacto",
"localeEl": "Greek",
"localeNo": "Norwegian",
"localeLb": "Luxembourgish",
"localeRo": "Romanian",
"newMessageNotificationConversationInfo": "New Message From %1",
"newMessageNotificationSimple": "New Message",
"notificationContentContactInfo": "Conversation Information",
"notificationContentSimpleEvent": "Plain Event",
"conversationNotificationPolicySettingDescription": "Control notification behaviour for this conversation",
"conversationNotificationPolicySettingLabel": "Conversation Notification Policy",
"settingsGroupExperiments": "Experiments",
"settingsGroupAppearance": "Appearance",
"settingGroupBehaviour": "Behaviour",
"notificationContentSettingDescription": "Controls the contents of conversation notifications",
"notificationPolicySettingDescription": "Controls the default application notification behaviour",
"notificationContentSettingLabel": "Notification Content",
"notificationPolicySettingLabel": "Notification Policy",
"conversationNotificationPolicyNever": "Never",
"conversationNotificationPolicyOptIn": "Opt In",
"conversationNotificationPolicyDefault": "Default",
"notificationPolicyDefaultAll": "Default All",
"notificationPolicyOptIn": "Opt In",
"notificationPolicyMute": "Mute",
"tooltipSelectACustomProfileImage": "Select a Custom Profile Image",
"torSettingsEnabledCacheDescription": "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.",
"torSettingsEnableCache": "Cache Tor Consensus",
"labelTorNetwork": "Tor Network",
"descriptionACNCircuitInfo": "In depth information about the path that the anonymous communication network is using to connect to this conversation.",
"labelACNCircuitInfo": "ACN Circuit Info",
"fileSharingSettingsDownloadFolderTooltip": "Browse to select a different default folder for downloaded files.",
"fileSharingSettingsDownloadFolderDescription": "When files are downloaded automatically (e.g. image files, when image previews are enabled) a default location to download the files to is needed.",
"torSettingsErrorSettingPort": "Port Number must be between 1 and 65535",
"torSettingsUseCustomTorServiceConfigurastionDescription": "Override the default tor configuration. Warning: This could be dangerous. Only turn this on if you know what you are doing.",
@ -39,124 +177,32 @@
"torSettingsCustomControlPortDescription": "Use a custom port for control connections to the Tor proxy",
"torSettingsCustomControlPort": "Custom Control Port",
"torSettingsCustomSocksPortDescription": "Use a custom port for data connections to the Tor proxy",
"torSettingsCustomSocksPort": "Custom SOCKS Port",
"torSettingsEnabledAdvancedDescription": "Use an existing Tor service on your system, or change the parameters of the Cwtch Tor Service",
"torSettingsEnabledAdvanced": "Enable Advanced Tor Configuration",
"msgAddToAccept": "Add this account to your contacts in order to accept this file.",
"btnSendFile": "Send File",
"msgConfirmSend": "Are you sure you want to send",
"msgFileTooBig": "File size cannot exceed 10 GB",
"storageMigrationModalMessage": "Migrating profiles to new storage format. This could take a few minutes...",
"loadingCwtch": "Loading Cwtch...",
"themeColorLabel": "Color Theme",
"themeNameNeon2": "Neon2",
"themeNameNeon1": "Neon1",
"themeNameMidnight": "Midnight",
"themeNameMermaid": "Mermaid",
"themeNamePumpkin": "Pumpkin",
"themeNameGhost": "Ghost",
"themeNameVampire": "Vampire",
"themeNameWitch": "Witch",
"themeNameCwtch": "Cwtch",
"settingDownloadFolder": "Download Folder",
"settingImagePreviewsDescription": "Images will be downloaded and previewed automatically. Please note that image previews can often lead to security vulnerabilities, and you should not enable this Experiment if you use Cwtch with untrusted contacts. Profile pictures are planned for Cwtch 1.6.",
"settingImagePreviews": "Image Previews and Profile Pictures",
"experimentClickableLinksDescription": "The clickable links experiment allows you to click on URLs shared in messages",
"enableExperimentClickableLinks": "Enable Clickable Links",
"serverConnectionsLabel": "Connection",
"serverTotalMessagesLabel": "Total Messages",
"serverMetricsLabel": "Server Metrics",
"manageKnownServersShort": "Servers",
"manageKnownServersLong": "Manage Known Servers",
"displayNameTooltip": "Please enter a display name",
"manageKnownServersButton": "Manage Known Servers",
"fieldDescriptionLabel": "Description",
"groupsOnThisServerLabel": "Groups I am in hosted on this server",
"importLocalServerButton": "Import %1",
"importLocalServerSelectText": "Select Local Server",
"importLocalServerLabel": "Import a locally hosted server",
"newMessagesLabel": "New Messages",
"localeRU": "Russian",
"copyServerKeys": "Copy keys",
"verfiyResumeButton": "Verify\/resume",
"fileCheckingStatus": "Checking download status",
"fileInterrupted": "Interrupted",
"fileSavedTo": "Saved to",
"encryptedServerDescription": "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.",
"plainServerDescription": "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.",
"deleteServerConfirmBtn": "Really delete server",
"deleteServerSuccess": "Successfully deleted server",
"enterCurrentPasswordForDeleteServer": "Please enter current password to delete this server",
"copyAddress": "Copy Address",
"settingServersDescription": "The hosting servers experiment enables hosting and managing Cwtch servers",
"settingServers": "Hosting Servers",
"enterServerPassword": "Enter password to unlock server",
"unlockProfileTip": "Please create or unlock a profile to begin!",
"unlockServerTip": "Please create or unlock a server to begin!",
"addServerTooltip": "Add new server",
"serversManagerTitleShort": "Servers",
"serversManagerTitleLong": "Servers You Host",
"saveServerButton": "Save Server",
"serverAutostartDescription": "Controls if the application will automatically launch the server on start",
"serverAutostartLabel": "Autostart",
"serverEnabledDescription": "Start or stop the server",
"serverEnabled": "Server Enabled",
"serverDescriptionDescription": "Your description of the server for personal management use only, will never be shared",
"serverDescriptionLabel": "Server Description",
"serverAddress": "Server Address",
"editServerTitle": "Edit Server",
"addServerTitle": "Add Server",
"titleManageProfilesShort": "Profiles",
"descriptionFileSharing": "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.",
"settingFileSharing": "File Sharing",
"tooltipSendFile": "Send File",
"messageFileOffered": "Contact is offering to send you a file",
"messageFileSent": "You sent a file",
"messageEnableFileSharing": "Enable the file sharing experiment to view this message.",
"labelFilesize": "Size",
"labelFilename": "Filename",
"downloadFileButton": "Download",
"openFolderButton": "Open Folder",
"retrievingManifestMessage": "Retrieving file information...",
"descriptionStreamerMode": "If turned on, this option makes the app more visually private for streaming or presenting with, for example, hiding profile and contact addresses",
"streamerModeLabel": "Streamer\/Presentation Mode",
"archiveConversation": "Archive this Conversation",
"blockUnknownConnectionsEnabledDescription": "Connections from unknown contacts are blocked. You can change this in Settings",
"showMessageButton": "Show Message",
"blockedMessageMessage": "This message is from a profile you have blocked.",
"placeholderEnterMessage": "Type a message...",
"plainProfileDescription": "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.",
"encryptedProfileDescription": "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.",
"addContactConfirm": "Add contact %1",
"addContact": "Add contact",
"contactGoto": "Go to conversation with %1",
"settingUIColumnOptionSame": "Same as portrait mode setting",
"settingUIColumnDouble14Ratio": "Double (1:4)",
"settingUIColumnDouble12Ratio": "Double (1:2)",
"settingUIColumnSingle": "Single",
"settingUIColumnLandscape": "UI Columns in Landscape Mode",
"settingUIColumnPortrait": "UI Columns in Portrait Mode",
"localePl": "Polish",
"tooltipRemoveThisQuotedMessage": "Remove quoted message.",
"tooltipReplyToThisMessage": "Reply to this message",
"tooltipRejectContactRequest": "Reject this contact request",
"tooltipAcceptContactRequest": "Accept this contact request.",
"notificationNewMessageFromGroup": "New message in a group!",
"notificationNewMessageFromPeer": "New message from a contact!",
"tooltipHidePassword": "Hide Password",
"tooltipShowPassword": "Show Password",
"groupInviteSettingsWarning": "You have been invited to join a group! Please enable the Group Chat Experiment in Settings to view this Invitation.",
"shutdownCwtchAction": "Shutdown Cwtch",
"shutdownCwtchDialog": "Are you sure you want to shutdown Cwtch? This will close all connections, and exit the application.",
"shutdownCwtchDialogTitle": "Shutdown Cwtch?",
"shutdownCwtchTooltip": "Shutdown Cwtch",
"malformedMessage": "Malformed message",
"profileDeleteSuccess": "Successfully deleted profile",
"debugLog": "Turn on console debug logging",
"torNetworkStatus": "Tor network status",
"addContactFirst": "Add or pick a contact to begin chatting.",
"createProfileToBegin": "Please create or unlock a profile to begin",
"nickChangeSuccess": "Profile nickname changed successfully",
"addServerFirst": "You need to add a server before you can create a group",
"deleteProfileSuccess": "Successfully deleted profile",
"sendInvite": "Send a contact or group invite",
@ -166,35 +212,6 @@
"torStatus": "Tor Status",
"torVersion": "Tor Version",
"sendAnInvitation": "You sent an invitation for: ",
"contactSuggestion": "This is a contact suggestion for: ",
"rejected": "Rejected!",
"accepted": "Accepted!",
"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.",
"newPassword": "New Password",
"yesLeave": "Yes, Leave This Conversation",
"reallyLeaveThisGroupPrompt": "Are you sure you want to leave this conversation? All messages and attributes will be deleted.",
"leaveConversation": "Leave This Conversation",
"inviteToGroup": "You have been invited to join a group:",
"titleManageServers": "Manage Servers",
"dateNever": "Never",
"dateLastYear": "Last Year",
"dateYesterday": "Yesterday",
"dateLastMonth": "Last Month",
"dateRightNow": "Right Now",
"successfullAddedContact": "Successfully added ",
"descriptionBlockUnknownConnections": "If turned on, this option will automatically close connections from Cwtch users that have not been added to your contact list.",
"descriptionExperimentsGroups": "The group experiment allows Cwtch to connect with untrusted server infrastructure to facilitate communication with more than one contact.",
"descriptionExperiments": "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.",
"titleManageProfiles": "Manage Cwtch Profiles",
"tooltipUnlockProfiles": "Unlock encrypted profiles by entering their password.",
"titleManageContacts": "Conversations",
"tooltipAddContact": "Add a new contact or conversation",
"tooltipOpenSettings": "Open the settings pane",
"contactAlreadyExists": "Contact Already Exists",
"invalidImportString": "Invalid import string",
"conversationSettings": "Conversation Settings",
"enterCurrentPasswordForDelete": "Please enter current password to delete this profile.",
"enableGroups": "Enable Group Chat",
"defaultScalingText": "Tamaño predeterminado de texto (factor de escala:",
"todoPlaceholder": "Por hacer...",
"bulletinsBtn": "Boletines",
@ -202,42 +219,24 @@
"themeDark": "Oscuro",
"smallTextLabel": "Pequeño",
"loadingTor": "Cargando tor...",
"cycleCatsAndroid": "Click para cambiar categoría. Mantenga pulsado para reiniciar.",
"cycleCatsDesktop": "Click para cambiar categoría. Click derecho para reiniciar.",
"cycleColoursDesktop": "Click para cambiar colores. Click derecho para reiniciar.",
"cycleColoursAndroid": "Click para cambiar colores. Mantenga pulsado para reiniciar.",
"builddate": "Basado en: %2",
"cycleMorphsAndroid": "Click para cambiar transformaciones. Mantenga pulsado para reiniciar.",
"cycleMorphsDesktop": "Click para cambiar transformaciones. Click derecho para reiniciar.",
"localeDe": "Alemán",
"localePt": "Portugués",
"localeFr": "Francés",
"addListItem": "Añadir un nuevo elemento a la lista",
"unblockBtn": "Desbloquear contacto",
"joinGroupTab": "Únete a un grupo",
"viewGroupMembershipTooltip": "Ver membresía del grupo",
"peerBlockedMessage": "Contacto bloqueado",
"peerOfflineMessage": "Este contacto no está en línea, los mensajes no pueden ser entregados en este momento",
"profileOnionLabel": "Envía esta dirección a los contactos con los que quieras conectarte",
"couldNotSendMsgError": "No se pudo enviar este mensaje",
"pendingLabel": "Pendiente",
"chatBtn": "Chat",
"dontSavePeerHistory": "Eliminar historial de contacto",
"password": "Contraseña",
"peerNotOnline": "Este contacto no está en línea, la aplicación no puede ser usada en este momento",
"enterProfilePassword": "Ingresa tu contraseña para ver tus perfiles",
"networkStatusConnecting": "Conectando a la red y a los contactos...",
"localeIt": "Italiano",
"savePeerHistoryDescription": "Determina si eliminar o no el historial asociado con el contacto.",
"acknowledgedLabel": "Reconocido",
"blockBtn": "Bloquear contacto",
"savePeerHistory": "Guardar el historial con contacto",
"defaultProfileName": "Alicia",
"versionBuilddate": "Versión: %1 Basado en %2",
"zoomLabel": "Zoom de la interfaz (afecta principalmente el tamaño del texto y de los botones)",
"settingTheme": "Tema",
"themeLight": "Claro",
"experimentsEnabled": "Experimentos habilitados",
"versionTor": "Versión %1 con tor %2",
"localeEs": "Español",
"networkStatusOnline": "En línea",
@ -245,44 +244,36 @@
"addNewItem": "Añadir un nuevo elemento a la lista",
"createGroupTitle": "Crear un grupo",
"serverLabel": "Servidor",
"groupNameLabel": "Nombre del grupo",
"defaultGroupName": "El Grupo Asombroso",
"createGroupBtn": "Crear",
"copiedToClipboardNotification": "Copiado al portapapeles",
"createGroupTab": "Crear un grupo",
"peerAddress": "Dirección",
"peerName": "Nombre",
"groupName": "Nombre del grupo",
"server": "Servidor",
"invitation": "Invitación",
"groupAddr": "Dirección",
"addPeer": "Agregar Contacto",
"createGroup": "Crear perfil",
"joinGroup": "Únete al grupo",
"newBulletinLabel": "Nuevo Boletín",
"postNewBulletinLabel": "Publicar nuevo boletín",
"titlePlaceholder": "título...",
"pasteAddressToAddContact": "...pegar una dirección aquí para añadir contacto...",
"blocked": "Bloqueado",
"search": "Búsqueda...",
"invitationLabel": "Invitación",
"serverInfo": "Información del servidor",
"serverConnectivityConnected": "Servidor conectado",
"serverConnectivityDisconnected": "Servidor desconectado",
"serverSynced": "Sincronizado",
"serverNotSynced": "Fuera de sincronización con el servidor",
"viewServerInfo": "Información del servidor",
"groupNameLabel": "Nombre del grupo",
"saveBtn": "Guardar",
"inviteToGroupLabel": "Invitar al grupo",
"inviteBtn": "Invitar",
"deleteBtn": "Eliminar",
"update": "Actualizar",
"searchList": "Buscar en la lista",
"addListItemBtn": "Agregar artículo",
"membershipDescription": "La lista a continuación solo muestra los miembros que han enviado mensajes al grupo, no incluye a todos los usuarios dentro del grupo",
"dmTooltip": "Haz clic para enviar mensaje directo",
"copyBtn": "Copiar",
"copiedClipboardNotification": "Copiado al portapapeles",
"newGroupBtn": "Crear un nuevo grupo de chat",
"acceptGroupInviteLabel": "¿Quieres aceptar la invitación a ",
"acceptGroupBtn": "Aceptar",
@ -290,14 +281,13 @@
"listsBtn": "Listas",
"puzzleGameBtn": "Juego de rompecabezas",
"addressLabel": "Dirección",
"copiedToClipboardNotification": "Copiado al portapapeles",
"displayNameLabel": "Nombre de Usuario",
"addProfileTitle": "Agregar nuevo perfil",
"editProfileTitle": "Editar perfil",
"profileName": "Nombre de Usuario",
"newProfile": "Nuevo perfil",
"editProfile": "Editar perfil",
"radioUsePassword": "Contraseña",
"noPasswordWarning": "No usar una contraseña para esta cuenta significa que los datos almacenados localmente no serán encriptados",
"password2Label": "Vuelve a ingresar tu contraseña",
"yourDisplayName": "Tu nombre de usuario",
"currentPasswordLabel": "Contraseña actual",
@ -317,12 +307,10 @@
"yourServers": "Tus servidores",
"unlock": "Desbloquear",
"cwtchSettingsTitle": "Configuración de Cwtch",
"blockUnknownLabel": "Bloquear conexiones desconocidas",
"settingLanguage": "Idioma",
"localeEn": "Inglés",
"settingInterfaceZoom": "Nivel de zoom",
"largeTextLabel": "Grande",
"version": "Versión %1",
"networkStatusDisconnected": "Sin conexión, comprueba tu conexión",
"networkStatusAttemptingTor": "Intentando conectarse a la red Tor"
}

View File

@ -1,13 +1,14 @@
{
"@@locale": "fr",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Gallois",
"conversationNotificationPolicySettingDescription": "Contrôler le comportement de notification de cette conversation",
"localeEl": "Grec",
"localeNo": "Norvégien",
"localeLb": "Luxembourgeois",
"notificationPolicySettingDescription": "Contrôle le comportement de notification d'application par défaut",
"notificationContentSettingDescription": "Contrôle le contenu des notifications de conversation",
"notificationContentSimpleEvent": "Plain-Evénement",
"conversationNotificationPolicySettingDescription": "Contrôler le comportement de notification de cette conversation",
"conversationNotificationPolicySettingLabel": "Politique de notification des conversations",
"notificationContentContactInfo": "Informations sur les conversations",
"notificationContentSettingLabel": "Contenu des notifications",
@ -155,7 +156,6 @@
"tooltipReplyToThisMessage": "Répondre à ce message",
"tooltipRemoveThisQuotedMessage": "Supprimer le message cité.",
"deleteProfileConfirmBtn": "Supprimer vraiment le profil ?",
"groupNameLabel": "Nom du groupe",
"defaultGroupName": "Un groupe génial",
"inviteToGroupLabel": "Inviter au groupe",
"membershipDescription": "Liste des utilisateurs ayant envoyés un ou plusieurs messages au groupe. Cette liste peut ne pas être représentatives de l'ensemble des membres du groupe.",
@ -176,24 +176,17 @@
"todoPlaceholder": "À faire...",
"pasteAddressToAddContact": "Collez une adresse cwtch, une invitation ou un ensemble de clés ici pour ajouter une nouvelle conversation",
"addListItem": "Ajouter un nouvel élément de liste",
"cycleMorphsAndroid": "Cliquez pour faire défiler les morphes.\n Appuyez longuement pour réinitialiser.",
"cycleMorphsDesktop": "Cliquez pour faire défiler les morphes.\n Faites un clic droit pour réinitialiser.",
"debugLog": "Activer le journal de la console de débogage",
"joinGroupTab": "Rejoindre un groupe",
"createGroupTab": "Créer un groupe",
"peerAddress": "Adresse",
"peerName": "Nom",
"groupName": "Nom du groupe",
"server": "Serveur",
"invitation": "Invitation",
"cycleCatsAndroid": "Cliquez pour faire défiler les catégories.\nAppuyez longuement pour réinitialiser.",
"cycleCatsDesktop": "Cliquez pour parcourir la catégorie.\n Faites un clic droit pour réinitialiser.",
"cycleColoursAndroid": "Cliquez pour faire défiler les couleurs.\nAppuyez longuement pour réinitialiser.",
"groupAddr": "Adresse",
"createGroup": "Créer un groupe",
"joinGroup": "Rejoindre le groupe",
"blocked": "Bloqué",
"cycleColoursDesktop": "Cliquez pour faire défiler les couleurs.\nCliquez avec le bouton droit de la souris pour réinitialiser.",
"search": "Recherche...",
"serverInfo": "Informations sur le serveur",
"serverConnectivityConnected": "Serveur connecté",
@ -233,8 +226,6 @@
"themeLight": "Clair",
"themeDark": "Sombre",
"experimentsEnabled": "Activer les expériences",
"dateLastYear": "L'année dernière",
"dateNever": "Jamais",
"titleManageServers": "Gérer les serveurs",
"inviteToGroup": "Vous avez été invité à rejoindre un groupe :",
"leaveConversation": "Quittez cette conversation",
@ -267,9 +258,6 @@
"descriptionExperimentsGroups": "L'expérience de groupe permet à Cwtch de se connecter à une infrastructure de serveurs non fiables pour faciliter la communication avec plus d'un contact.",
"descriptionBlockUnknownConnections": "Si elle est activée, cette option fermera automatiquement les connexions des utilisateurs de Cwtch qui n'ont pas été ajoutés à votre liste de contacts.",
"successfullAddedContact": "Ajouté avec succès ",
"dateRightNow": "Maintenant",
"dateLastMonth": "Le mois dernier",
"dateYesterday": "Hier",
"newPassword": "Nouveau mot de passe",
"chatHistoryDefault": "Cette conversation sera supprimée lorsque Cwtch sera fermé ! L'historique des messages peut être activé pour la conversation via le menu Paramètres en haut à droite.",
"accepted": "Accepté !",
@ -301,9 +289,9 @@
"defaultScalingText": "Taille par défaut du texte (échelle:",
"largeTextLabel": "Large",
"cwtchSettingsTitle": "Préférences Cwtch",
"copiedToClipboardNotification": "Copié dans le presse-papier",
"saveBtn": "Sauvegarder",
"displayNameLabel": "Pseudo",
"copiedToClipboardNotification": "Copié dans le presse-papier",
"addressLabel": "Adresse",
"puzzleGameBtn": "Puzzle",
"bulletinsBtn": "Bulletins",
@ -312,12 +300,12 @@
"rejectGroupBtn": "Refuser",
"acceptGroupBtn": "Accepter",
"newGroupBtn": "Créer un nouveau groupe",
"copiedClipboardNotification": "Copié dans le presse-papier",
"copyBtn": "Copier",
"pendingLabel": "En attente",
"couldNotSendMsgError": "Impossible d'envoyer ce message",
"dmTooltip": "Envoyer un message privé",
"inviteBtn": "Invitation",
"groupNameLabel": "Nom du groupe",
"invitationLabel": "Invitation",
"serverLabel": "Serveur",
"titlePlaceholder": "titre...",

View File

@ -1,53 +1,59 @@
{
"@@locale": "it",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"savePeerHistory": "Salva Cronologia",
"localeEl": "Greek",
"localeNo": "Norwegian",
"localeLb": "Luxembourgish",
"localeRo": "Romanian",
"newMessageNotificationConversationInfo": "New Message From %1",
"newMessageNotificationSimple": "New Message",
"notificationContentContactInfo": "Conversation Information",
"notificationContentSimpleEvent": "Plain Event",
"conversationNotificationPolicySettingDescription": "Control notification behaviour for this conversation",
"conversationNotificationPolicySettingLabel": "Conversation Notification Policy",
"settingsGroupExperiments": "Experiments",
"settingsGroupAppearance": "Appearance",
"settingGroupBehaviour": "Behaviour",
"notificationContentSettingDescription": "Controls the contents of conversation notifications",
"notificationPolicySettingDescription": "Controls the default application notification behaviour",
"notificationContentSettingLabel": "Notification Content",
"notificationPolicySettingLabel": "Notification Policy",
"conversationNotificationPolicyNever": "Never",
"conversationNotificationPolicyOptIn": "Opt In",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Gallese",
"settingTheme": "Usa Temi Leggeri",
"editProfile": "Modifica il profilo",
"labelTorNetwork": "Rete tor",
"notificationPolicyDefaultAll": "Default globale",
"notificationContentContactInfo": "Informazioni sulla conversazione",
"notificationContentSimpleEvent": "Evento semplice",
"newMessageNotificationSimple": "Nuovo messaggio",
"newMessageNotificationConversationInfo": "Nuovo messaggio da %1",
"conversationSettings": "Impostazioni di conversazione",
"addListItemBtn": "Aggiungi elemento",
"blockBtn": "Blocca il contatto",
"savePeerHistory": "Salva la cronologia",
"dontSavePeerHistory": "Elimina la cronologia",
"unblockBtn": "Sblocca il contatto",
"experimentsEnabled": "Abilita gli esperimenti",
"contactAlreadyExists": "Il contatto esiste già",
"torSettingsEnabledAdvanced": "Abilita la configurazione avanzata di tor",
"torSettingsEnabledAdvancedDescription": "Usa un servizio tor esistente nel tuo sistema o modifica i parametri del servizio tor di Cwtch",
"torSettingsCustomSocksPort": "Porta SOCKS personalizzata",
"torSettingsCustomSocksPortDescription": "Usa una porta personalizzata per le connessioni dati al proxy di tor",
"torSettingsCustomControlPort": "Porta di controllo personalizzata",
"torSettingsCustomControlPortDescription": "Usa una porta personalizzata per le connessioni di controllo al proxy di tor",
"torSettingsEnabledCacheDescription": "Memorizza nella cache l'attuale consenso di tor scaricato per riutilizzarlo alla prossima apertura di Cwtch. Ciò consentirà a Tor di iniziare più velocemente. Se disabilitato, Cwtch eliminerà i dati memorizzati nella cache all'avvio.",
"torSettingsEnableCache": "Memorizza nella cache il consenso di tor ",
"torSettingsUseCustomTorServiceConfiguration": "Utilizzare una configurazione personalizzata di tor (torrc)",
"torSettingsUseCustomTorServiceConfigurastionDescription": "Sovrascrivi la configurazione predefinita di tor. Attenzione: Questo potrebbe essere pericoloso. Attivalo solo se sai cosa stai facendo.",
"torSettingsErrorSettingPort": "Il numero di porta deve essere compreso tra 1 e 65535",
"fileSharingSettingsDownloadFolderDescription": "Quando i file vengono scaricati automaticamente (ad esempio le immagini, quando le anteprime delle immagini sono abilitate) è necessaria una posizione predefinita in cui scaricare i file.",
"fileSharingSettingsDownloadFolderTooltip": "Seleziona un'altra cartella predefinita per i file scaricati.",
"labelACNCircuitInfo": "Informazioni sul circuito ACN (Network di Comunicazione Anonima)",
"descriptionACNCircuitInfo": "Informazioni approfondite sul percorso utilizzato dalla rete di comunicazione anonima per connettersi a questa conversazione.",
"tooltipSelectACustomProfileImage": "Seleziona un'immagine del profilo personalizzata",
"conversationNotificationPolicyDefault": "Default",
"notificationPolicyDefaultAll": "Default All",
"notificationPolicyOptIn": "Opt In",
"notificationPolicyMute": "Mute",
"tooltipSelectACustomProfileImage": "Select a Custom Profile Image",
"torSettingsEnabledCacheDescription": "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.",
"torSettingsEnableCache": "Cache Tor Consensus",
"labelTorNetwork": "Tor Network",
"descriptionACNCircuitInfo": "In depth information about the path that the anonymous communication network is using to connect to this conversation.",
"labelACNCircuitInfo": "ACN Circuit Info",
"fileSharingSettingsDownloadFolderTooltip": "Browse to select a different default folder for downloaded files.",
"fileSharingSettingsDownloadFolderDescription": "When files are downloaded automatically (e.g. image files, when image previews are enabled) a default location to download the files to is needed.",
"torSettingsErrorSettingPort": "Port Number must be between 1 and 65535",
"torSettingsUseCustomTorServiceConfigurastionDescription": "Override the default tor configuration. Warning: This could be dangerous. Only turn this on if you know what you are doing.",
"torSettingsUseCustomTorServiceConfiguration": "Use a Custom Tor Service Configuration (torrc)",
"torSettingsCustomControlPortDescription": "Use a custom port for control connections to the Tor proxy",
"torSettingsCustomControlPort": "Custom Control Port",
"torSettingsCustomSocksPortDescription": "Use a custom port for data connections to the Tor proxy",
"torSettingsCustomSocksPort": "Custom SOCKS Port",
"torSettingsEnabledAdvancedDescription": "Use an existing Tor service on your system, or change the parameters of the Cwtch Tor Service",
"torSettingsEnabledAdvanced": "Enable Advanced Tor Configuration",
"notificationPolicyOptIn": "A scelta",
"notificationPolicyMute": "Nessuna notifica",
"conversationNotificationPolicyOptIn": "Attiva",
"conversationNotificationPolicyNever": "Mai",
"notificationPolicySettingLabel": "Criteri di notifica",
"notificationContentSettingLabel": "Contenuto della notifica",
"notificationPolicySettingDescription": "Controlla il comportamento predefinito delle notifiche dell'applicazione",
"notificationContentSettingDescription": "Controlla il contenuto delle notifiche di conversazione",
"settingGroupBehaviour": "Comportamento",
"settingsGroupAppearance": "Aspetto",
"settingsGroupExperiments": "Esperimenti",
"conversationNotificationPolicySettingLabel": "Criteri di notifica delle conversazioni",
"conversationNotificationPolicySettingDescription": "Controlla il comportamento delle notifiche per questa conversazione",
"localeRo": "Rumeno",
"localeLb": "Lussemburghese",
"localeNo": "Norvegese",
"localeEl": "Greco",
"serverNotSynced": "Sincronizzazione Nuovi Messaggi (L'operazione può richiedere del tempo)...",
"copiedClipboardNotification": "Copiato negli appunti",
"blockUnknownLabel": "Blocca Contatti Sconosciuti",
"unblockBtn": "Sblocca il Contatto",
"dontSavePeerHistory": "Elimina Cronologia",
"blockBtn": "Blocca il Contatto",
"addPeer": "Aggiungi Contatto",
"importLocalServerSelectText": "Seleziona il Server Locale",
"manageKnownServersButton": "Gestisci i Server Conosciuti",
@ -59,8 +65,7 @@
"themeColorLabel": "Schema di Colori",
"btnSendFile": "Invia File",
"newMessagesLabel": "Nuovi Messaggi",
"copiedToClipboardNotification": "Copiato negli Appunti",
"groupNameLabel": "Nome del gruppo",
"groupNameLabel": "Nome del Gruppo",
"titleManageServers": "Gestisci i Server",
"leaveConversation": "Lascia Questa Conversazione",
"yesLeave": "Sì, Lascia Questa Conversazione",
@ -78,16 +83,11 @@
"settingServers": "Server di Hosting",
"openFolderButton": "Apri Cartella",
"reallyLeaveThisGroupPrompt": "Confermi di voler lasciare questa conversazione? Tutti i messaggi e gli attributi verranno eliminati.",
"dateLastMonth": "Mese Scorso",
"dateLastYear": "L'Anno Scorso",
"titleManageProfiles": "Gestisci i Profili Cwtch",
"contactAlreadyExists": "Il Contatto Esiste Già",
"conversationSettings": "Impostazioni di Conversazione",
"enableGroups": "Abilita la Chat di Gruppo",
"addListItem": "Aggiungi un Nuovo Elemento alla Lista",
"newConnectionPaneTitle": "Nuova Connessione",
"viewGroupMembershipTooltip": "Visualizza i Membri del Gruppo",
"experimentsEnabled": "Abilita Esperimenti",
"yourServers": "I Tuoi Server",
"yourProfiles": "I Tuoi Profili",
"deleteProfileConfirmBtn": "Elimina Definitivamente il Profilo",
@ -96,13 +96,11 @@
"createProfileBtn": "Crea un Profilo",
"currentPasswordLabel": "Password Corrente",
"yourDisplayName": "Il tuo Nome Visualizzato",
"editProfile": "Modifica Profilo",
"newProfile": "Nuovo Profilo",
"editProfileTitle": "Modifica Profilo",
"puzzleGameBtn": "Gioco di Puzzle",
"searchList": "Elenco di Ricerca",
"dmTooltip": "Clicca per inviare un Messaggio Diretto",
"addListItemBtn": "Aggiungi Elemento",
"viewServerInfo": "Informazioni sul Server",
"serverConnectivityDisconnected": "Server Disconnesso",
"serverConnectivityConnected": "Server Connesso",
@ -110,12 +108,6 @@
"createGroupTitle": "Crea un Gruppo",
"defaultGroupName": "Gruppo Fantastico",
"pasteAddressToAddContact": "Incolla qui un indirizzo cwtch, un invito o un gruppo di chiavi per aggiungere una nuova conversazione",
"cycleCatsAndroid": "Clicca per scorrere le categorie.\nPressione lunga per resettare.",
"cycleCatsDesktop": "Clicca per scorrere le categorie.\nClicca con il tasto destro per resettare.",
"cycleMorphsAndroid": "Clicca per scorrere i morph.\nPressione lunga per resettare.",
"cycleMorphsDesktop": "Clicca per scorrere i morph.\nClicca con il tasto destro per resettare.",
"cycleColoursAndroid": "Clicca per scorrere i colori.\nPressione lunga per resettare.",
"cycleColoursDesktop": "Clicca per scorrere i colori.\nClicca con il tasto destro per resettare.",
"noPasswordWarning": "Se non utilizzi una password su questo account, tutti i dati archiviati localmente non verranno criptati",
"descriptionExperiments": "Gli esperimenti di Cwtch sono opzioni abilitabili per aggiungere a Cwtch funzionalità che possono considerare la privacy diversamente rispetto alla tradizionale chat 1:1 resistente ai metadati, ad esempio chat di gruppo, integrazione di bot ecc.",
"shutdownCwtchDialog": "Confermi di voler chiudere Cwtch? Questo chiuderà tutte le connessioni e uscirà dall'applicazione.",
@ -214,9 +206,6 @@
"descriptionExperimentsGroups": "L'esperimento di gruppo permette a Cwtch di connettersi con un'infrastruttura server non fidata per facilitare la comunicazione con più di un contatto.",
"descriptionBlockUnknownConnections": "Se attivata, questa opzione chiuderà automaticamente le connessioni degli utenti Cwtch che non sono stati aggiunti alla tua lista di contatti.",
"successfullAddedContact": "Aggiunto con successo ",
"dateRightNow": "Ora",
"dateYesterday": "Ieri",
"dateNever": "Mai",
"inviteToGroup": "Hai ricevuto un invito a unirti a un gruppo:",
"chatHistoryDefault": "Questa conversazione sarà cancellata quando Cwtch sarà chiuso! La cronologia dei messaggi può essere abilitata per ogni conversazione tramite il menu Impostazioni in alto a destra.",
"accepted": "Accettato!",
@ -260,7 +249,6 @@
"joinGroupTab": "Unisciti a un gruppo",
"peerAddress": "Indirizzo",
"peerName": "Nome",
"groupName": "Nome del gruppo",
"server": "Server",
"invitation": "Invito",
"groupAddr": "Indirizzo",
@ -285,6 +273,7 @@
"listsBtn": "Liste",
"bulletinsBtn": "Bollettini",
"addressLabel": "Indirizzo",
"copiedToClipboardNotification": "Copiato negli Appunti",
"displayNameLabel": "Nome visualizzato",
"saveBtn": "Salva",
"password": "Password",
@ -316,7 +305,6 @@
"settingLanguage": "Lingua",
"settingInterfaceZoom": "Livello di zoom",
"largeTextLabel": "Grande",
"settingTheme": "Tema",
"themeLight": "Chiaro",
"themeDark": "Scuro",
"defaultScalingText": "Testo di dimensioni predefinite (fattore di scala:",

View File

@ -1,20 +1,14 @@
{
"@@locale": "lb",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Welsh",
"serverSynced": "Synchroniséiert",
"serverConnectivityDisconnected": "Server getrennt",
"serverConnectivityConnected": "Server verbonnen",
"serverInfo": "Server-Informatiounen",
"invitationLabel": "Aluedung",
"copiedToClipboardNotification": "Copied to Clipboard",
"serverLabel": "Server",
"search": "Sich...",
"cycleColoursDesktop": "Klicke fir Faarf ze wiesselen.\nRiets Klick fir zeréckzesetzen.",
"cycleColoursAndroid": "Klicke fir Faarf ze wiesselen.\nGedréckt halen fir zeréckzesetzen.",
"cycleMorphsDesktop": "Klicke fir Morph ze wiesselen.\nRiets Klick fir zeréckzesetzen.",
"cycleMorphsAndroid": "Klicke fir Morph ze wiesselen.\nGedréckt halen fir zeréckzesetzen.",
"cycleCatsDesktop": "Klicke fir Kategorie ze wiesselen. Riets Klick fir zeréckzesetzen.",
"cycleCatsAndroid": "Klicke fir Kategorie ze wiesselen. Laange Klick fir zeréckzesetzen.",
"blocked": "Blockéiert",
"pasteAddressToAddContact": "Cwtch Adress, Aluedung oder Schlëssel hei dobäifügen, fir eng neí Konversatioun dobäizefügen",
"titlePlaceholder": "Titel...",
@ -26,7 +20,6 @@
"groupAddr": "Adress",
"invitation": "Invitatioun",
"server": "Server",
"groupName": "Gruppennumm",
"peerName": "Numm",
"peerAddress": "Adress",
"joinGroupTab": "Ee Grupp bäitrieden",
@ -35,7 +28,6 @@
"profileOnionLabel": "Send this address to people you want to connect with",
"createGroupBtn": "Erstellen",
"defaultGroupName": "Super Grupp",
"groupNameLabel": "Group Name",
"createGroupTitle": "Grupp erstellen",
"torSettingsCustomControlPort": "Benotzerdefinéiert Kontrollport",
"torSettingsCustomControlPortDescription": "Eege Port Konfiguratioun fir Kontrollconnectiounen op den Tor-Proxy",
@ -211,11 +203,6 @@
"leaveConversation": "Leave This Conversation",
"inviteToGroup": "You have been invited to join a group:",
"titleManageServers": "Manage Servers",
"dateNever": "Never",
"dateLastYear": "Last Year",
"dateYesterday": "Yesterday",
"dateLastMonth": "Last Month",
"dateRightNow": "Right Now",
"successfullAddedContact": "Successfully added ",
"descriptionBlockUnknownConnections": "If turned on, this option will automatically close connections from Cwtch users that have not been added to your contact list.",
"descriptionExperimentsGroups": "The group experiment allows Cwtch to connect with untrusted server infrastructure to facilitate communication with more than one contact.",
@ -299,6 +286,7 @@
"blockBtn": "Block Contact",
"saveBtn": "Save",
"displayNameLabel": "Display Name",
"copiedToClipboardNotification": "Copied to Clipboard",
"addressLabel": "Address",
"puzzleGameBtn": "Puzzle Game",
"bulletinsBtn": "Bulletins",
@ -308,7 +296,6 @@
"acceptGroupBtn": "Accept",
"acceptGroupInviteLabel": "Do you want to accept the invitation to",
"newGroupBtn": "Create new group",
"copiedClipboardNotification": "Copied to clipboard",
"copyBtn": "Copy",
"peerOfflineMessage": "Contact is offline, messages can't be delivered right now",
"peerBlockedMessage": "Contact is blocked",
@ -323,6 +310,7 @@
"update": "Update",
"inviteBtn": "Invite",
"inviteToGroupLabel": "Invite to group",
"groupNameLabel": "Group Name",
"viewServerInfo": "Server Info",
"serverNotSynced": "Syncing New Messages (This can take some time)..."
}

View File

@ -1,8 +1,8 @@
{
"@@locale": "no",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Walisisk",
"serverLabel": "Tjener",
"groupNameLabel": "Gruppename",
"profileOnionLabel": "Del denne adressen med de du ønsker å kontakte",
"copiedToClipboardNotification": "Kopiert til utklippstavle",
"saveBtn": "Lagre",
@ -181,11 +181,6 @@
"leaveConversation": "Forlat denne samtalen",
"inviteToGroup": "Du har blitt invitert til å delta i en gruppe:",
"titleManageServers": "Håndter tjenere",
"dateNever": "Aldri",
"dateLastYear": "I fjor",
"dateYesterday": "I går",
"dateLastMonth": "Forrige måned",
"dateRightNow": "Akkurat nå",
"successfullAddedContact": "Lagt til ",
"descriptionBlockUnknownConnections": "Hvis kativert vil dette valget automatisk lukke koblinger fra Cwtch brukere som ikke ligger i kontaktslisten din.",
"descriptionExperimentsGroups": "Gruppeforsøket lar deg kommunisere med mer enn en kontakt ved å tillate Cwtch å koble til tjenere du ikke stoler på.",
@ -276,7 +271,6 @@
"acceptGroupBtn": "Godta",
"acceptGroupInviteLabel": "Ønsker du å godta invitasjonen til",
"newGroupBtn": "Lag ny gruppe",
"copiedClipboardNotification": "Kopiert ti utklippstavle",
"copyBtn": "Kopiér",
"peerOfflineMessage": "Kontakten har logget av, meldigner kan ikke leveres akkurat nå",
"peerBlockedMessage": "Kontakten er blokkert",
@ -291,6 +285,7 @@
"update": "Oppdater",
"inviteBtn": "Inviter",
"inviteToGroupLabel": "Inviter til gruppe",
"groupNameLabel": "Gruppename",
"viewServerInfo": "Tjenerinformasjon",
"serverNotSynced": "Henter nye meldinger (dette kan ta litt tid)...",
"serverSynced": "Oppdatert",
@ -299,12 +294,6 @@
"serverInfo": "Tjenrinformasjon",
"invitationLabel": "Invitasjon",
"search": "Søker...",
"cycleColoursDesktop": "Trykk for å gå gjennom farger.\nHøyreklikk for å resette.",
"cycleColoursAndroid": "Trykk for å gå gjennom farger.\nPress lenge for å resette.",
"cycleMorphsDesktop": "Trykk for å gå gjennom morphs.\nHøyerklikk for å resette.",
"cycleMorphsAndroid": "Trykk for å gå gjennom morphs.\nPress lenge for å resette.",
"cycleCatsDesktop": "Trykk for å gå gjennom kategorier.\nHøyreklikk for å resette.",
"cycleCatsAndroid": "Trykk for å gå gjennom kategorier.\nPress lenge for å resette.",
"blocked": "Blokkert",
"pasteAddressToAddContact": "Lim inn en cwtch adresse, invitasjon eller nøkkel for å starte en ny samtale",
"titlePlaceholder": "tittel...",
@ -316,7 +305,6 @@
"groupAddr": "Adresse",
"invitation": "Invitasjon",
"server": "Tjener",
"groupName": "Gruppename",
"peerName": "Navn",
"peerAddress": "Adresse",
"joinGroupTab": "Bli med i gruppe",

View File

@ -1,6 +1,7 @@
{
"@@locale": "pl",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Welsh",
"localeEl": "Greek",
"localeNo": "Norwegian",
"localeLb": "Luxembourgish",
@ -76,7 +77,6 @@
"noPasswordWarning": "Brak hasła do konta oznacza, że dane przechowywane na tym urządzeniu nie będą zaszyfrowane",
"radioNoPassword": "Niezaszyfrowany (brak hasła)",
"radioUsePassword": "Hasło",
"copiedToClipboardNotification": "Copied to Clipboard",
"editProfile": "Edytuj profil",
"newProfile": "Nowy profil",
"defaultProfileName": "Nowy profil",
@ -100,7 +100,6 @@
"acceptGroupBtn": "Akceptuj",
"acceptGroupInviteLabel": "Czy chcesz zaakceptować zaproszenie do grupy",
"newGroupBtn": "Utwórz nową grupę",
"copiedClipboardNotification": "Skopiowano do schowka",
"copyBtn": "Kopiuj",
"peerOfflineMessage": "Znajomy jest niedostępny, nie można dostarczyć wiadomości",
"peerBlockedMessage": "Użytkownik jest zablokowany",
@ -115,7 +114,7 @@
"update": "Zaktualizuj",
"inviteBtn": "Zaproś",
"inviteToGroupLabel": "Zaproś do grupy",
"groupNameLabel": "Group name",
"groupNameLabel": "Nazwa grupy",
"viewServerInfo": "Informacje o serwerze",
"serverNotSynced": "Synchronizacja wiadomości (to może chwilę potrwać)...",
"serverSynced": "Zsynchronizowano",
@ -125,12 +124,6 @@
"invitationLabel": "Zaproszenie",
"serverLabel": "Server",
"search": "Szukaj...",
"cycleColoursDesktop": "Click to cycle colours.\nRight-click to reset.",
"cycleColoursAndroid": "Click to cycle colours.\nLong-press to reset.",
"cycleMorphsDesktop": "Click to cycle morphs.\nRight-click to reset.",
"cycleMorphsAndroid": "Click to cycle morphs.\nLong-press to reset.",
"cycleCatsDesktop": "Click to cycle category.\nRight-click to reset.",
"cycleCatsAndroid": "Click to cycle category.\nLong-press to reset.",
"blocked": "Zablokowany",
"pasteAddressToAddContact": "Wklej adres Cwtch znajomego, zaproszenie do grupy albo pęk kluczy",
"titlePlaceholder": "Tytuł...",
@ -142,7 +135,6 @@
"groupAddr": "Adres",
"invitation": "Zaproszenie",
"server": "Serwer",
"groupName": "Nazwa grupy",
"peerName": "Nazwa",
"peerAddress": "Adres",
"joinGroupTab": "Dołącz do grupy",
@ -235,11 +227,6 @@
"reallyLeaveThisGroupPrompt": "Na pewno chcesz opuścić tę grupę? Wszystkie wiadomości i atrybuty zostaną usunięte.",
"leaveConversation": "Opuść grupę",
"inviteToGroup": "Zaproszono Cię do grupy:",
"dateNever": "Nigdy",
"dateLastYear": "Rok temu",
"dateYesterday": "Wczoraj",
"dateLastMonth": "Miesiąc temu",
"dateRightNow": "Teraz",
"successfullAddedContact": "Dodano znajomego ",
"descriptionBlockUnknownConnections": "Blokowanie połączeń od osób, które nie są na liście Twoich znajomych.",
"descriptionExperimentsGroups": "Czaty grupowe (eksperymentalne) łączą się z niezaufanymi serwerami, aby umożliwić komunikację grupową.",
@ -324,5 +311,6 @@
"labelFilesize": "Rozmiar",
"messageFileSent": "Plik został wysłany",
"tooltipSendFile": "Wyślij plik",
"settingFileSharing": "Udostępnianie plików"
"settingFileSharing": "Udostępnianie plików",
"copiedToClipboardNotification": "Copied to Clipboard"
}

View File

@ -1,6 +1,7 @@
{
"@@locale": "pt",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Welsh",
"localeEl": "Greek",
"localeNo": "Norwegian",
"localeLb": "Luxembourgish",
@ -175,11 +176,6 @@
"leaveConversation": "Leave This Conversation",
"inviteToGroup": "You have been invited to join a group:",
"titleManageServers": "Manage Servers",
"dateNever": "Never",
"dateLastYear": "Last Year",
"dateYesterday": "Yesterday",
"dateLastMonth": "Last Month",
"dateRightNow": "Right Now",
"successfullAddedContact": "Successfully added ",
"descriptionBlockUnknownConnections": "If turned on, this option will automatically close connections from Cwtch users that have not been added to your contact list.",
"descriptionExperimentsGroups": "The group experiment allows Cwtch to connect with untrusted server infrastructure to facilitate communication with more than one contact.",
@ -250,7 +246,6 @@
"noPasswordWarning": "Not using a password on this account means that all data stored locally will not be encrypted",
"radioNoPassword": "Unencrypted (No password)",
"radioUsePassword": "Password",
"copiedToClipboardNotification": "Copiado",
"editProfile": "Edit Profile",
"newProfile": "New Profile",
"defaultProfileName": "Alice",
@ -265,6 +260,7 @@
"blockBtn": "Block Contact",
"saveBtn": "Salvar",
"displayNameLabel": "Nome de Exibição",
"copiedToClipboardNotification": "Copiado",
"addressLabel": "Endereço",
"puzzleGameBtn": "Jogo de Adivinhação",
"bulletinsBtn": "Boletins",
@ -274,7 +270,6 @@
"acceptGroupBtn": "Aceitar",
"acceptGroupInviteLabel": "Você quer aceitar o convite para",
"newGroupBtn": "Criar novo grupo",
"copiedClipboardNotification": "Copiado",
"copyBtn": "Copiar",
"peerOfflineMessage": "Contact is offline, messages can't be delivered right now",
"peerBlockedMessage": "Contact is blocked",
@ -289,7 +284,7 @@
"update": "Update",
"inviteBtn": "Convidar",
"inviteToGroupLabel": "Convidar ao grupo",
"groupNameLabel": "Nome do grupo",
"groupNameLabel": "Nome do Grupo",
"viewServerInfo": "Server Info",
"serverNotSynced": "Syncing New Messages (This can take some time)...",
"serverSynced": "Synced",
@ -299,12 +294,6 @@
"invitationLabel": "Convite",
"serverLabel": "Servidor",
"search": "Search...",
"cycleColoursDesktop": "Click to cycle colours.\nRight-click to reset.",
"cycleColoursAndroid": "Click to cycle colours.\nLong-press to reset.",
"cycleMorphsDesktop": "Click to cycle morphs.\nRight-click to reset.",
"cycleMorphsAndroid": "Click to cycle morphs.\nLong-press to reset.",
"cycleCatsDesktop": "Click to cycle category.\nRight-click to reset.",
"cycleCatsAndroid": "Click to cycle category.\nLong-press to reset.",
"blocked": "Blocked",
"pasteAddressToAddContact": "… cole um endereço aqui para adicionar um contato…",
"titlePlaceholder": "título…",
@ -316,7 +305,6 @@
"groupAddr": "Address",
"invitation": "Invitation",
"server": "Server",
"groupName": "Group name",
"peerName": "Name",
"peerAddress": "Address",
"joinGroupTab": "Join a group",

View File

@ -1,23 +1,22 @@
{
"@@locale": "ro",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Velşă",
"conversationNotificationPolicySettingDescription": "Controlați comportamentul de notificare al acestei conversații",
"localeNo": "Norvegiană",
"localeEl": "Greacă",
"localeLb": "Luxemburgheză",
"localeRo": "Română",
"createGroupTitle": "Creați un grup",
"serverLabel": "Server",
"groupNameLabel": "Numele grupului",
"defaultGroupName": "Grup minunat",
"createGroupBtn": "Creați",
"profileOnionLabel": "Trimiteți această adresă persoanelor cu care doriți să intrați în legătură",
"copiedToClipboardNotification": "Copiat în clipboard",
"addPeerTab": "Adăugați un contact",
"createGroupTab": "Creați un grup",
"joinGroupTab": "Alăturați-vă unui grup",
"peerAddress": "Adresa",
"peerName": "Nume",
"groupName": "Numele grupului",
"server": "Server",
"invitation": "Invitație",
"groupAddr": "Adresa",
@ -29,12 +28,6 @@
"titlePlaceholder": "titlu...",
"pasteAddressToAddContact": "Inserați aici o adresă, o invitație sau un pachet de chei pentru a adăuga o conversație nouă",
"blocked": "Blocat",
"cycleCatsAndroid": "Apăsați pentru a schimba categoria.\nȚineți apăsat pentru a o reseta.",
"cycleMorphsAndroid": "Apăsați pentru a schimba morpurile.\nȚineți apăsat pentru a le reseta.",
"cycleCatsDesktop": "Apăsați clic stânga pentru a schimba categoria.\nApăsați clic dreapta pentru a o reseta.",
"cycleMorphsDesktop": "Apăsați clic stânga pentru a schimba morpurile.\nApăsați clic dreapta pentru a le reseta.",
"cycleColoursAndroid": "Apăsați pentru a schimba culorile.\nȚineți apăsat pentru a le reseta.",
"cycleColoursDesktop": "Apăsați clic stânga pentru a schimba culorile.\nApăsați clic dreapta pentru a le reseta.",
"search": "Căutare...",
"invitationLabel": "Invitație",
"serverInfo": "Informații despre server",
@ -43,6 +36,7 @@
"serverSynced": "Sincronizat",
"serverNotSynced": "Se sincronizează mesaje noi (poate dura ceva timp)...",
"viewServerInfo": "Informații despre server",
"groupNameLabel": "Numele grupului",
"saveBtn": "Salvați",
"inviteToGroupLabel": "Invitați în grup",
"inviteBtn": "Invitați",
@ -59,7 +53,6 @@
"peerBlockedMessage": "Contactul este blocat",
"peerOfflineMessage": "Contactul este offline, mesajele nu pot fi transmise în acest moment",
"copyBtn": "Copiați",
"copiedClipboardNotification": "Copiat în clipboard",
"newGroupBtn": "Creați un grup nou",
"acceptGroupInviteLabel": "Doriți să acceptați invitația în",
"acceptGroupBtn": "Acceptați",
@ -69,6 +62,7 @@
"bulletinsBtn": "Buletine",
"puzzleGameBtn": "Puzzle",
"addressLabel": "Adresa",
"copiedToClipboardNotification": "Copiat în clipboard",
"displayNameLabel": "Numele de afișare",
"blockBtn": "Blocați contactul",
"savePeerHistory": "Salvați istoricul",
@ -150,11 +144,6 @@
"descriptionExperimentsGroups": "Experimentul de grup îi permite lui Cwtch să se conecteze la o infrastructură de server nesigură pentru a facilita comunicarea cu mai multe persoane de contact.",
"descriptionBlockUnknownConnections": "Dacă este activată, această opțiune va închide automat conexiunile de la utilizatorii Cwtch care nu au fost adăugați la lista dvs. de contacte.",
"successfullAddedContact": "Adăugat cu succes ",
"dateRightNow": "Chiar acum",
"dateLastMonth": "Luna trecută",
"dateYesterday": "Ieri",
"dateLastYear": "Anul trecut",
"dateNever": "Niciodată",
"titleManageServers": "Gestionați serverele",
"inviteToGroup": "Ați fost invitat să vă alăturați unui grup:",
"leaveConversation": "Părăsiți această conversație",
@ -320,7 +309,6 @@
"settingsGroupAppearance": "Aspect",
"settingsGroupExperiments": "Experimente",
"conversationNotificationPolicySettingLabel": "Politica de notificare a conversațiilor",
"conversationNotificationPolicySettingDescription": "Controlați comportamentul de notificare al acestei conversații",
"notificationContentSimpleEvent": "Eveniment simplu",
"notificationContentContactInfo": "Informații despre conversație",
"newMessageNotificationSimple": "Mesaj nou",

View File

@ -1,6 +1,7 @@
{
"@@locale": "ru",
"@@last_modified": "2022-03-01T01:00:41+01:00",
"@@last_modified": "2022-03-02T20:22:18+01:00",
"localeCy": "Welsh",
"localeEl": "Греческий",
"localeNo": "Норвежский",
"localeLb": "Люксембургский",
@ -92,13 +93,13 @@
"savePeerHistory": "Хранить историю",
"saveBtn": "Сохранить",
"networkStatusOnline": "В сети",
"copiedToClipboardNotification": "Скопировано в буфер обмена",
"defaultProfileName": "Алиса",
"deleteBtn": "Удалить",
"bulletinsBtn": "Бюллетень",
"groupNameLabel": "Имя группы",
"serverLabel": "Сервер",
"copyBtn": "Копировать",
"copiedToClipboardNotification": "Скопировано в буфер обмена",
"copyServerKeys": "Копировать ключи",
"verfiyResumeButton": "Проверить\/продолжить",
"fileCheckingStatus": "Проверка статуса загрузки",
@ -191,11 +192,6 @@
"leaveConversation": "Да, оставить этот чат",
"inviteToGroup": "Вас пригласили присоединиться к группе:",
"titleManageServers": "Управление серверами",
"dateNever": "Никогда",
"dateLastYear": "Прошлый год",
"dateYesterday": "Вчера",
"dateLastMonth": "Прошлый месяц",
"dateRightNow": "Прямо сейчас",
"successfullAddedContact": "Успешно добавлен",
"titleManageProfiles": "Управление профилями Cwtch",
"tooltipUnlockProfiles": "Разблокировать зашифрованные профили, введя их пароль.",
@ -277,7 +273,6 @@
"acceptGroupBtn": "Принять",
"acceptGroupInviteLabel": "Хотите принять приглашение в",
"newGroupBtn": "Создать новую группу",
"copiedClipboardNotification": "Скопировано в буфер обмена",
"peerOfflineMessage": "Контакт не в сети, сообщения не могут быть отправлены",
"peerBlockedMessage": "Контакт заблокирован",
"pendingLabel": "Ожидаемый",
@ -299,12 +294,6 @@
"serverInfo": "Информация о сервере",
"invitationLabel": "Приглашение",
"search": "Поиск...",
"cycleColoursDesktop": "Нажмите, чтобы переключать цвета.\nПравый клик чтобы сбросить.",
"cycleColoursAndroid": "Нажмите, чтобы переключать цвета.\nНажмите и удерживайте, чтобы сбросить.",
"cycleMorphsDesktop": "Нажмите, чтобы просмотреть формы.\nПравый клик чтобы сбросить.",
"cycleMorphsAndroid": "Нажмите, чтобы просмотреть формы.\nНажмите и удерживайте, чтобы сбросить.",
"cycleCatsDesktop": "Нажмите, чтобы просмотреть категории.\nПравый клик чтобы сбросить.",
"cycleCatsAndroid": "Нажмите, чтобы просмотреть категории.\nНажмите и удерживайте, чтобы сбросить.",
"blocked": "Заблокировано",
"pasteAddressToAddContact": "Вставьте адрес cwtch, приглашение или пакет ключей здесь, чтобы добавить их в контакты",
"titlePlaceholder": "заговолок...",
@ -316,7 +305,6 @@
"groupAddr": "Адрес",
"invitation": "Приглашение",
"server": "Сервер",
"groupName": "Имя группы",
"peerName": "Имя",
"peerAddress": "Адрес",
"joinGroupTab": "Присоединиться к группе",

View File

@ -17,7 +17,7 @@ import 'package:provider/provider.dart';
import 'package:window_manager/window_manager.dart';
import 'cwtch/cwtch.dart';
import 'cwtch/cwtchNotifier.dart';
import 'l10n/delegateLb.dart';
import 'l10n/custom_material_delegate.dart';
import 'licenses.dart';
import 'models/appstate.dart';
import 'models/contactlist.dart';

View File

@ -73,7 +73,7 @@ class _AddContactViewState extends State<AddContactView> {
void _copyOnion() {
Clipboard.setData(new ClipboardData(text: Provider.of<ProfileInfoState>(context, listen: false).onion));
final snackBar = SnackBar(content: Text(AppLocalizations.of(context)!.copiedClipboardNotification));
final snackBar = SnackBar(content: Text(AppLocalizations.of(context)!.copiedToClipboardNotification));
ScaffoldMessenger.of(context).showSnackBar(snackBar);
}
@ -221,7 +221,7 @@ class _AddContactViewState extends State<AddContactView> {
SizedBox(
height: 20,
),
CwtchLabel(label: AppLocalizations.of(context)!.groupName),
CwtchLabel(label: AppLocalizations.of(context)!.groupNameLabel),
SizedBox(
height: 20,
),

View File

@ -433,6 +433,9 @@ String getLanguageFull(context, String languageCode) {
if (languageCode == "ro") {
return AppLocalizations.of(context)!.localeRo;
}
if (languageCode == "cy") {
return AppLocalizations.of(context)!.localeCy;
}
return languageCode;
}

View File

@ -199,7 +199,7 @@ class _GroupSettingsViewState extends State<GroupSettingsView> {
void _copyOnion() {
Clipboard.setData(new ClipboardData(text: Provider.of<ContactInfoState>(context, listen: false).onion));
final snackBar = SnackBar(content: Text(AppLocalizations.of(context)!.copiedClipboardNotification));
final snackBar = SnackBar(content: Text(AppLocalizations.of(context)!.copiedToClipboardNotification));
ScaffoldMessenger.of(context).showSnackBar(snackBar);
}

View File

@ -285,7 +285,7 @@ class _PeerSettingsViewState extends State<PeerSettingsView> {
void _copyOnion() {
Clipboard.setData(new ClipboardData(text: Provider.of<ContactInfoState>(context, listen: false).onion));
final snackBar = SnackBar(content: Text(AppLocalizations.of(context)!.copiedClipboardNotification));
final snackBar = SnackBar(content: Text(AppLocalizations.of(context)!.copiedToClipboardNotification));
ScaffoldMessenger.of(context).showSnackBar(snackBar);
}

View File

@ -144,7 +144,7 @@ class _ContactRowState extends State<ContactRow> {
String dateToNiceString(DateTime date) {
if (date.millisecondsSinceEpoch == 0) {
return AppLocalizations.of(context)!.dateNever;
return AppLocalizations.of(context)!.conversationNotificationPolicyNever;
}
// If the last message was over a day ago, just state the date
if (DateTime.now().difference(date).inDays > 1) {

View File

@ -142,7 +142,7 @@ class MessageBubbleState extends State<MessageBubble> {
Clipboard.setData(new ClipboardData(text: link.url));
final snackBar = SnackBar(
content: Text(AppLocalizations.of(context)!.copiedClipboardNotification),
content: Text(AppLocalizations.of(context)!.copiedToClipboardNotification),
);
Navigator.pop(bcontext);

View File

@ -26,7 +26,6 @@ class QuotedMessageBubbleState extends State<QuotedMessageBubble> {
@override
Widget build(BuildContext context) {
var fromMe = Provider.of<MessageMetadata>(context).senderHandle == Provider.of<ProfileInfoState>(context).onion;
var prettyDate = "";
var borderRadiousEh = 15.0;
DateTime messageDate = Provider.of<MessageMetadata>(context).timestamp;