From ccf26d0d74e07b49408bf5c195c9a7624de3ac72 Mon Sep 17 00:00:00 2001 From: Manex Agirre Date: Mon, 30 Oct 2023 14:41:18 +0100 Subject: [PATCH 1/2] Add eu context --- client/src/lib/i18n.js | 2 + locales/eu/common.json | 1184 ++++++++++++++++++++++++++++++++++++ locales/extract.js | 2 +- server/config/default.yaml | 1 + server/lib/translate.js | 1 + shared/langs.js | 7 +- 6 files changed, 1195 insertions(+), 2 deletions(-) create mode 100644 locales/eu/common.json diff --git a/client/src/lib/i18n.js b/client/src/lib/i18n.js index 18438e65c..13d9fe661 100644 --- a/client/src/lib/i18n.js +++ b/client/src/lib/i18n.js @@ -17,6 +17,7 @@ import lang_pt_BR_common from "../../../locales/pt-BR/common"; import lang_de_DE_common from "../../../locales/de-DE/common"; import lang_fr_FR_common from "../../../locales/fr-FR/common"; import lang_ru_RU_common from "../../../locales/ru-RU/common"; +import lang_eu_common from "../../../locales/eu/common"; const resourcesCommon = { 'en-US': lang_en_US_common, @@ -25,6 +26,7 @@ const resourcesCommon = { 'de-DE': lang_de_DE_common, 'fr-FR': lang_fr_FR_common, 'ru_RU': lang_ru_RU_common, + 'eu': lang_eu_common, 'fk-FK': convertToFake(lang_en_US_common) }; diff --git a/locales/eu/common.json b/locales/eu/common.json new file mode 100644 index 000000000..c6bd2fc98 --- /dev/null +++ b/locales/eu/common.json @@ -0,0 +1,1184 @@ +{ + "mailtrain2": "Mailtrain 2", + "build": "Build", + "personalAccessToken": "Personal access token", + "accessTokenNotYetGenerated": "Access token not yet generated", + "api": "API", + "resetAccessToken": "Reset Access Token", + "generateAccessToken": "Generate Access Token", + "notesAboutTheApi": "Notes about the API", + "getSubscribers": "Get subscribers", + "queryParams": "Query params", + "yourPersonalAccessToken": "your personal access token", + "startPosition": "Start position", + "optionalDefault0": "optional, default 0", + "limitEmailsCountInResponse": "limit emails count in response", + "optionalDefault10000": "optional, default 10000", + "example": "Example", + "addSubscription": "Add subscription", + "thisApiCallEitherInsertsANewSubscription": "This API call either inserts a new subscription or updates existing. Fields not included are left as is, so if you update only LAST_NAME value, then FIRST_NAME is kept untouched for an existing subscription.", + "arguments": "arguments", + "subscribersEmailAddress": "subscriber's email address", + "required": "required", + "subscribersFirstName": "subscriber's first name", + "subscribersLastName": "subscriber's last name", + "subscribersTimezoneEgEuropeTallinnPstOr": "subscriber's timezone (eg. \"Europe/Tallinn\", \"PST\" or \"UTC\"). If not set defaults to \"UTC\"", + "customFieldValueUseYesnoForOptionGroup": "custom field value. Use yes/no for option group values (checkboxes, radios, drop downs)", + "additionalPostArguments": "Additional POST arguments", + "setToYesIfYouWantToMakeSureTheEmailIs": "set to \"yes\" if you want to make sure the email is marked as subscribed even if it was previously marked as unsubscribed. If the email was already unsubscribed/blocked then subscription status is not changed", + "setToYesIfYouWantToSendConfirmationEmail": "set to \"yes\" if you want to send confirmation email to the subscriber before actually marking as subscribed", + "responseExample": "Response example", + "removeSubscription": "Remove subscription", + "thisApiCallMarksASubscriptionAs": "This API call marks a subscription as unsubscribed", + "deleteSubscription": "Delete subscription", + "thisApiCallDeletesASubscription": "This API call deletes a subscription", + "addNewCustomField": "Add new custom field", + "thisApiCallCreatesANewCustomFieldForA": "This API call creates a new custom field for a list.", + "fieldName": "field name", + "oneOfTheFollowingTypes": "one of the following types:", + "ifTheTypeIsOptionThenYouAlsoNeedTo": "If the type is 'option' then you also need to specify the parent element ID", + "templateForTheGroupElementIfNotSetThen": "Template for the group element. If not set, then values of the elements are joined with commas", + "ifNotVisibleThenTheSubscriberCanNotView": "if not visible then the subscriber can not view or modify this value at the profile page", + "getListOfBlacklistedEmails": "Get list of blacklisted emails", + "thisApiCallGetListOfBlacklistedEmails": "This API call get list of blacklisted emails.", + "filterByPartOfEmail": "filter by part of email", + "optionalDefault": "optional, default \"\"", + "addEmailToBlacklist": "Add email to blacklist", + "thisApiCallEitherAddEmailsToBlacklist": "This API call either add emails to blacklist", + "emailAddress": "email address", + "deleteEmailFromBlacklist": "Delete email from blacklist", + "thisApiCallEitherDeleteEmailsFrom": "This API call either delete emails from blacklist", + "getTheListsAUserHasSubscribedTo": "Get the lists a user has subscribed to", + "retrieveTheListsThatTheUserWithEmailHas": "Retrieve the lists that the user with :email has subscribed to.", + "getTheListsInANamespace": "Get the lists in a namespace", + "retrieveTheListsThatTheNamespaceWith": "Retrieve the lists that the namespace with :namespaceId has.", + "createList": "Create List", + "createsANewListOfSubscribers": "Creates a new list of subscribers.", + "namespace": "Namespace", + "namespace_plural": "Namespaces", + "unsubscription": "Unsubscription", + "onestepIeNoEmailWithConfirmationLink": "One-step (i.e. no email with confirmation link)", + "onestepWithUnsubscriptionFormIeNoEmail": "One-step with unsubscription form (i.e. no email with confirmation link)", + "twostepIeAnEmailWithConfirmationLinkWill": "Two-step (i.e. an email with confirmation link will be sent)", + "twostepWithUnsubscriptionFormIeAnEmail": "Two-step with unsubscription form (i.e. an email with confirmation link will be sent)", + "manualIeUnsubscriptionHasToBePerformedBy": "Manual (i.e. unsubscription has to be performed by the list administrator)", + "name": "Name", + "description": "Description", + "homepage": "Homepage", + "contactEmail": "Contact email", + "webAndEmailFormsAndTemplatesUsedIn": "Web and email forms and templates used in subscription management process.", + "representationOfSubscribersName": "Representation of subscriber's name", + "emptyCustomNoFields": "Empty / Custom (no fields)", + "nameOneField": "Name (one field)", + "firstNameAndLastNameTwoFields": "First name and Last name (two fields)", + "recipientsNameTemplate": "Recipients name template", + "doNotSendListUnsubscribeHeaders": "Do not send List-Unsubscribe headers", + "allowPublicUsersToSubscribeThemselves": "Allow public users to subscribe themselves", + "sendConfiguration": "send configuration", + "deleteList": "Delete List", + "deletesAListOfSubscribers": "Deletes a list of subscribers.", + "emptyObject": "Empty object", + "triggerFetchOfACampaign": "Trigger fetch of a campaign", + "forcesTheRssFeedCheckToImmediatelyCheck": "Forces the RSS feed check to immediately check the campaign with the given CID (in :campaignCid). It works only for RSS campaigns.", + "sendTransactionalEmail": "Send transactional email", + "sendSingleEmailByTemplateWithGiven": "Send single email by template with given templateId", + "idOfConfigurationUsedToCreateMailer": "ID of configuration used to create mailer instance. If omitted, the default system send configuration is used.", + "subject": "Subject", + "mapOfTemplateVariablesToReplace": "Map of template variables to replace", + "attachmentsFormatAsConsumedByNodemailer": "Attachments (format as consumed by nodemailer)", + "apiResponseIsAJsonStructureWithErrorAnd": "API response is a JSON structure with <1>error and <3>data properties. If the response <5>error has a value set then the request failed.", + "youNeedToDefineProperContentTypeWhen": "You need to define proper <1>Content-Type when making a request. You can either use <3>application/x-www-form-urlencoded for normal form data or <5>application/json for a JSON payload. Using <7>multipart/form-data is not supported.", + "emailMustNotBeEmpty": "Email must not be empty.", + "invalidEmailAddress": "Invalid email address.", + "theEmailIsAlreadyAssociatedWithAnother": "The email is already associated with another user in the system.", + "validationIsInProgress": "Validation is in progress...", + "fullNameMustNotBeEmpty": "Full name must not be empty", + "currentPasswordMustNotBeEmpty": "Current password must not be empty.", + "incorrectPassword": "Incorrect password.", + "passwordsMustMatch": "Passwords must match", + "updatingUserProfile": "Updating user profile ...", + "userProfileUpdated": "User profile updated", + "thereAreErrorsInTheFormPleaseFixThemAnd": "There are errors in the form. Please fix them and submit again.", + "yourUpdatesCannotBeSaved": "Your updates cannot be saved.", + "thePasswordIsIncorrectPossiblyJust": "The password is incorrect (possibly just changed in another window / session). Enter correct password and try again.", + "theEmailIsAlreadyAssignedToAnotherUser": "The email is already assigned to another user. Enter another email and try again.", + "account": "Account", + "generalSettings": "General Settings", + "fullName": "Full Name", + "email": "Email", + "thisAddressIsUsedForAccountRecoveryIn": "This address is used for account recovery in case you loose your password", + "passwordChange": "Password Change", + "youOnlyNeedToFillOutThisFormIfYouWantTo": "You only need to fill out this form if you want to change your current password", + "currentPassword": "Current Password", + "newPassword": "New Password", + "confirmPassword": "Confirm Password", + "update": "Update", + "accountManagementIsNotPossibleBecause": "Account management is not possible because Mailtrain is configured to use externally managed users.", + "ifYouWantToChangeThePasswordUseThisLink": "If you want to change the password, use <1>this link.", + "emailMustNotBeEmpty-1": "Email must not be empty", + "theEmailIsAlreadyOnBlacklist": "The email is already on blacklist.", + "saving": "Saving ...", + "thereAreErrorsInTheFormPleaseFixThemAnd-1": "There are errors in the form. Please fix them and try again.", + "removeFromBlacklist": "Remove from blacklist", + "confirmRemovalFromBlacklist": "Confirm Removal From Blacklist", + "areYouSureYouWantToRemoveEmailFromThe": "Are you sure you want to remove {{email}} from the blacklist?", + "removingEmailFromTheBlacklist": "Removing {{email}} from the blacklist", + "emailRemovedFromTheBlacklist": "{{email}} removed from the blacklist", + "blacklist": "Blacklist", + "addEmailToBlacklist-1": "Add Email to Blacklist", + "addToBlacklist": "Add to Blacklist", + "blacklistedEmails": "Blacklisted Emails", + "createRegularCampaign": "Create Regular Campaign", + "createRssCampaign": "Create RSS Campaign", + "createTriggeredCampaign": "Create Triggered Campaign", + "editRegularCampaign": "Edit Regular Campaign", + "editRssCampaign": "Edit RSS Campaign", + "editTriggeredCampaign": "Edit Triggered Campaign", + "customContent": "Custom content", + "customContentClonedFromAnotherCampaign": "Custom content cloned from another campaign", + "template": "Template", + "template_plural": "Templates", + "customContentClonedFromTemplate": "Custom content cloned from template", + "url": "URL", + "nameMustNotBeEmpty": "Name must not be empty", + "subjectLineMustNotBeEmpty": "\"Subject\" line must not be empty\"", + "sendConfigurationMustBeSelected": "Send configuration must be selected", + "fromEmailMustNotBeEmpty": "\"From\" email must not be empty", + "templateMustBeSelected": "Template must be selected", + "campaignMustBeSelected": "Campaign must be selected", + "typeMustBeSelected": "Type must be selected", + "tagLanguageMustBeSelected": "Tag language must be selected", + "urlMustNotBeEmpty": "URL must not be empty", + "rssFeedUrlMustBeGiven": "RSS feed URL must be given", + "campaignUpdated": "Campaign updated", + "campaignCreated": "Campaign created", + "rssFeedUrl": "RSS Feed Url", + "id": "ID", + "type": "Type", + "override": "Override", + "fromName": "\"From\" name", + "fromEmailAddress": "\"From\" email address", + "replytoEmailAddress": "\"Reply-to\" email address", + "loadingSendConfiguration": "Loading send configuration ...", + "contentSource": "Content source", + "created": "Created", + "selectingATemplateCreatesACampaign": "Selecting a template creates a campaign specific copy from it.", + "campaign": "Campaign", + "campaign_plural": "Campaigns", + "contentOfTheSelectedCampaignWillBeCopied": "Content of the selected campaign will be copied into this campaign.", + "tagLanguage": "Tag language", + "renderUrl": "Render URL", + "ifAMessageIsSentThenThisUrlWillBePosTed": "If a message is sent then this URL will be POSTed to using Merge Tags as POST body. Use this if you want to generate the HTML message yourself. Example: http://www.example.com/foo", + "deletingCampaign": "Deleting campaign ...", + "campaignDeleted": "Campaign deleted", + "formCannotBeEditedBecauseTheCampaignIs": "Form cannot be edited because the campaign is currently being sent out. Wait till the sending is finished and refresh.", + "thisIsTheCampaignIdDisplayedToThe": "This is the campaign ID displayed to the subscribers", + "channel": "Channel", + "sendSettings": "Send settings", + "sendConfiguration-1": "Send configuration", + "sendConfiguration-1_plural": "Send configurations", + "subjectLine": "\"Subject\" line", + "customUnsubscribeUrl": "Custom unsubscribe URL", + "tracking": "Tracking", + "disableOpenedTracking": "Disable opened tracking", + "disableClickedTracking": "Disable clicked tracking", + "saveAndEditContent": "Save and edit content", + "save": "Save", + "saveAndLeave": "Save and leave", + "saveAndGoToStatus": "Save and go to status", + "delete": "Delete", + "warning!YouDoNotHaveNecessaryPermissions": "<0>Warning! You do not have necessary permissions to edit this campaign. Any changes that you perform here will be lost.", + "selectCampaignToBeCloned": "Select campaign to be cloned.", + "createCampaign": "Create Campaign", + "next": "Next", + "editCustomContent": "Edit Custom Content", + "customTemplateEditor": "Custom template editor", + "testSend": "Test send", + "status": "Status", + "sendingScheduled": "Sending scheduled", + "sending": "Sending", + "statistics": "Statistics", + "edit": "Edit", + "content": "Content", + "files": "Files", + "attachments": "Attachments", + "triggers": "Triggers", + "share": "Share", + "cloneCampaign": "Clone Campaign", + "regular": "Regular", + "rss": "RSS", + "triggered": "Triggered", + "campaigns": "Campaigns", + "campaignStatistics": "Campaign Statistics", + "total": "Total", + "delivered": "Delivered", + "blacklisted": "Blacklisted", + "bounced": "Bounced", + "complaints": "Complaints", + "unsubscribed": "Unsubscribed", + "opened": "Opened", + "clicked": "Clicked", + "quickReports": "Quick Reports", + "belowYouCanDownloadPremadeReportsRelated": "Below, you can download pre-made reports related to this campaign. Each link generates a CSV file that can be viewed in a spreadsheet editor. Custom reports and reports that cover more than one campaign can be created through <1>Reports functionality of Mailtrain.", + "uniqueVisitors": "Unique visitors", + "totalClicks": "Total clicks", + "campaignLinks": "Campaign links", + "subscriptionId": "Subscription ID", + "listId": "List ID", + "list": "List", + "list_plural": "Lists", + "listNamespace": "List namespace", + "opensCount": "Opens count", + "countries": "Countries", + "devices": "Devices", + "desktop": "Desktop", + "tv": "TV", + "tablet": "Tablet", + "phone": "Phone", + "bot": "Bot", + "car": "Car", + "console": "Console", + "distributionByDeviceType": "Distribution by device type", + "loadingChart": "Loading chart", + "deviceType": "Device type", + "count": "Count", + "unknown": "Unknown", + "distributionByCountry": "Distribution by country", + "country": "Country", + "detailedStatistics": "Detailed Statistics", + "listOfSubscribersThatOpenedTheCampaign": "List of subscribers that opened the campaign", + "subscriptionHasToBeSelectedToShowThe": "Subscription has to be selected to show the campaign for a test user.", + "previewCampaign": "Preview Campaign", + "preview": "Preview", + "close": "Close", + "previewAs": "Preview as", + "dateMustNotBeEmpty": "Date must not be empty", + "dateIsInvalid": "Date is invalid", + "timeMustNotBeEmpty": "Time must not be empty", + "timeIsInvalid": "Time is invalid", + "timezoneMustBeSelected": "Timezone must be selected", + "confirmLaunch": "Confirm launch", + "doYouWantToLaunchTheCampaign?": "Do you want to launch the campaign?", + "doYouWantToScheduleTheCampaignForLaunch?": "Do you want to schedule the campaign for launch?", + "confirmReset": "Confirm reset", + "doYouWantToResetTheCampaign?All": "Do you want to reset the campaign? All statistics and the track of delivered messages will be lost.", + "no": "No", + "yes": "Yes", + "sendStatus": "Send status", + "campaignIsScheduledForDelivery": "Campaign is scheduled for delivery.", + "campaignIsReadyToBeSentOut": "Campaign is ready to be sent out.", + "campaignIsBeingPausedPleaseWait": "Campaign is being paused. Please wait.", + "campaignIsBeingSentOut": "Campaign is being sent out.", + "allMessagesSent!HitContinueIfYouWantTo": "All messages sent! Hit \"Continue\" if you want to send this campaign to new subscribers.", + "allMessagesSent!": "All messages sent!", + "yourCampaignIsCurrentlyDisabledClick": "Your campaign is currently disabled. Click Enable button to start enable it.", + "yourCampaignIsCurrentlyDisabled": "Your campaign is currently disabled.", + "yourCampaignIsEnabledAndSendingMessages": "Your campaign is enabled and sending messages.", + "timezone": "Timezone", + "selectDateTimeAndATimezoneToDisplayThe": "Select date, time and a timezone to display the date and time with offset", + "scheduledDatetimeSeemsToBeInThePastIfYou": "Scheduled date/time seems to be in the past. If you schedule the send, campaign will be sent immediately.", + "sendLater": "Send later", + "scheduleDeliveryAtAParticularDatetime": "Schedule delivery at a particular date/time", + "date": "Date", + "time": "Time", + "enter24HourTimeInFormatHhmmEg1348": "Enter 24-hour time in format HH:MM (e.g. 13:48)", + "rescheduleSend": "Reschedule send", + "scheduleSend": "Schedule send", + "send": "Send", + "cancelScheduling": "Cancel scheduling", + "reset": "Reset", + "viewStatistics": "View statistics", + "pausing": "Pausing", + "pause": "Pause", + "continue": "Continue", + "enable": "Enable", + "disable": "Disable", + "segment": "Segment", + "campaignStatus": "Campaign Status", + "sent": "Sent", + "targetListssegments": "Target lists/segments", + "ifANewEntryIsFoundFromCampaignFeedANew": "If a new entry is found from campaign feed a new subcampaign is created of that entry and it will be listed here", + "test": " [Test]", + "sendingTestEmail": "Sending test email", + "listHasToBeSelected": "List has to be selected.", + "sendConfigurationHasToBeSelected": "Send configuration has to be selected.", + "subscriptionHasToBeSelected": "Subscription has to be selected.", + "listMustBeSelected": "List must be selected", + "segmentMustBeSelected": "Segment must be selected", + "singleTestUserOfTheCampaign": "Single test user of the campaign", + "allTestUsersOfTheCampaign": "All test users of the campaign", + "singleTestUserFromAList": "Single test user from a list", + "allTestUsersFromAListsegment": "All test users from a list/segment", + "selectToWhereYouWantToSendTheTest": "Select to where you want to send the test", + "subscribers": "Subscribers", + "subscription": "Subscription", + "useAParticularSegment": "Use a particular segment", + "prependToSubject": "Prepend to subject", + "appendToSubject": "Append to subject", + "sendTestEmail": "Send Test Email", + "idle": "Idle", + "scheduled": "Scheduled", + "paused": "Paused", + "finished": "Finished", + "inactive": "Inactive", + "active": "Active", + "remove": "Remove", + "insertNewEntryBeforeThisOne": "Insert new entry before this one", + "moveUp": "Move up", + "moveDown": "Move down", + "lists": "Lists", + "addList": "Add list", + "campaignName": "Campaign \"{{name}}\"", + "deliveredEmails": "Delivered Emails", + "complained": "Complained", + "subscribersThatComplained": "Subscribers that Complained", + "emailsThatBounced": "Emails that Bounced", + "subscribersThatUnsubscribed": "Subscribers that Unsubscribed", + "clicks": "Clicks", + "theseFilesArePubliclyAvailableViaHttpSo": "These files are publicly available via HTTP so that they can be linked to from the content of the campaign.", + "theseFilesWillBeAttachedToTheCampaign": "These files will be attached to the campaign emails as proper attachments. This means they count towards to the eventual size of the email.", + "triggerName": "Trigger \"{{name}}\"", + "create": "Create", + "valuesMustNotBeEmpty": "Values must not be empty", + "valueMustBeANonnegativeNumber": "Value must be a non-negative number", + "sourceCampaignMustNotBeEmpty": "Source campaign must not be empty", + "triggerUpdated": "Trigger updated", + "triggerCreated": "Trigger created", + "deletingTrigger": "Deleting trigger ...", + "triggerDeleted": "Trigger deleted", + "editTrigger": "Edit Trigger", + "createTrigger": "Create Trigger", + "entity": "Entity", + "selectTheTypeOfTheTriggerRule": "Select the type of the trigger rule.", + "triggerFires": "Trigger fires", + "event": "Event", + "selectTheEventThatTriggersSendingThe": "Select the event that triggers sending the campaign.", + "enabled": "Enabled", + "daysAfter": "Days after", + "updated": "Updated", + "latestOpen": "Latest open", + "latestClick": "Latest click", + "notOpened": "Not opened", + "notClicked": "Not clicked", + "channelUpdated": "Channel updated", + "channelCreated": "Channel created", + "deletingChannel": "Deleting channel ...", + "channelDeleted": "Channel deleted", + "editChannel": "Edit Channel", + "createChannel": "Create Channel", + "campaignDefaults": "Campaign defaults", + "campaignName-1": "Campaign name", + "campaignDescription": "Campaign description", + "warning!YouDoNotHaveNecessaryPermissions-1": "<0>Warning! You do not have necessary permissions to edit this channel. Any changes that you perform here will be lost.", + "channels": "Channels", + "channelName": "Channel \"{{name}}\"", + "countFileAdded": "{{count}} file added", + "countFileAdded_plural": "{{count}} files added", + "countFileReplaced": "{{count}} file replaced", + "countFileReplaced_plural": "{{count}} files replaced", + "countFileIgnored": "{{count}} file ignored", + "countFileIgnored_plural": "{{count}} files ignored", + "countFileUploaded": "{{count}} file uploaded", + "countFileUploaded_plural": "{{count}} files uploaded", + "uploadingCountFile": "Uploading {{count}} file", + "uploadingCountFile_plural": "Uploading {{count}} files", + "fileUploadFailed": "File upload failed:", + "noFilesToUpload": "No files to upload", + "deletingFile": "Deleting file ...", + "fileDeleted": "File deleted", + "deleteFileFailed": "Delete file failed:", + "size": "Size", + "download": "Download", + "confirmFileDeletion": "Confirm file deletion", + "areYouSureYouWantToDeleteTheFile?": "Are you sure you want to delete the file?", + "dropCountFile": "Drop {{count}} file", + "dropCountFile_plural": "Drop {{count}} files", + "dropFilesHere": "Drop files here", + "loading": "Loading ...", + "hints": "Hints", + "h": "h", + "min": "min", + "sec": "sec", + "openCalendar": "Open calendar", + "select": "Select", + "clear": "Clear", + "someoneElseHasIntroducedModificationIn": "Someone else has introduced modification in the meantime. Refresh your page to start anew with fresh data. Please note that your changes will be lost.", + "itSeemsThatSomeoneElseHasDeletedThe": "It seems that someone else has deleted the target namespace in the meantime. Refresh your page to start anew with fresh data. Please note that your changes will be lost.", + "itSeemsThatSomeoneElseHasDeletedThe-1": "It seems that someone else has deleted the entity in the meantime.", + "customForms": "Custom forms", + "report": "Report", + "report_plural": "Reports", + "reportTemplate": "Report template", + "reportTemplate_plural": "Report templates", + "mosaicoTemplate": "Mosaico template", + "mosaicoTemplate_plural": "Mosaico templates", + "user": "User", + "cannoteDeleteNameDueToTheFollowing": "Cannote delete \"{{name}}\" due to the following dependencies:", + "andMore": "... and more", + "cannotDeleteNameDueToHiddenDependencies": "Cannot delete {{name}} due to hidden dependencies", + "confirmDeletion": "Confirm Deletion", + "areYouSureYouWantToDeleteName?": "Are you sure you want to delete \"{{name}}\"?", + "namespaceMustBeSelected": "Namespace must be selected", + "sourceOnGitHub": "Source on GitHub", + "authenticationSuccessful": "Authentication successful", + "logoutSuccessful": "Logout successful", + "authenticationFailed": "Authentication failed", + "sendTestEmail-1": "Send test e-mail", + "showHtml": "Show HTML", + "maximizeEditor": "Maximize editor", + "mjml": "MJML", + "html": "HTML", + "disableWordWrap": "Disable word wrap", + "enableWordWrap": "Enable word wrap", + "hidePreview": "Hide preview", + "showPreview": "Show preview", + "showMjml": "Show MJML", + "countEntriesSelected": "{{ count }} entries selected.", + "noDataAvailableInTable": "No data available in table", + "showingStartToEndOfTotalEntries": "Showing _START_ to _END_ of _TOTAL_ entries", + "showing0To0Of0Entries": "Showing 0 to 0 of 0 entries", + "filteredFromMaxTotalEntries": "(filtered from _MAX_ total entries)", + "": "", + "-1": ",", + "showMenuEntries": "Show _MENU_ entries", + "loading-1": "Loading...", + "processing": "Processing...", + "search": "Search:", + "noMatchingRecordsFound": "No matching records found", + "firs": "Firs", + "last": "Last", + "previous": "Previous", + "activateToSortColumnAscending": ": activate to sort column ascending", + "activateToSortColumnDescending": ": activate to sort column descending", + "customFormMustBeSelected": "Custom form must be selected", + "listUpdated": "List updated", + "listCreated": "List created", + "defaultMailtrainForms": "Default Mailtrain Forms", + "customFormsSelectFormBelow": "Custom Forms (select form below)", + "specifyUsingMergeTagsOfThisListHowTo": "Specify using merge tags of this list how to construct full name of the recipient. This full name is used as \"To\" header when sending emails.", + "selectHowTheNameOfASubscriberWillBe": "Select how the name of a subscriber will be represented. The fields in list will be created accordingly. You can always adjust the choice later by editing the list fields. If you select \"Empty / Custom\", provide a template below in \"Recipients name template\" that will be used as subscriber's name as it will appear in the emails' \"To\" field.", + "deletingList": "Deleting list ...", + "listDeleted": "List deleted", + "editList": "Edit List", + "thisIsTheListIdDisplayedToTheSubscribers": "This is the list ID displayed to the subscribers", + "contactEmailUsedInSubscriptionFormsAnd": "Contact email used in subscription forms and emails that are sent out. If not filled in, the admin email from the global settings will be used.", + "homepageUrlUsedInSubscriptionFormsAnd": "Homepage URL used in subscription forms and emails that are sent out. If not filled in, the default homepage from global settings will be used.", + "sendConfigurationThatWillBeUsedFor": "Send configuration that will be used for sending out subscription-related emails.", + "forms": "Forms", + "selectHowAnUnsuscriptionRequestBy": "Select how an unsuscription request by subscriber is handled.", + "unsubscribeHeader": "Unsubscribe header", + "theCustomFormUsedForThisListYouCanCreate": "The custom form used for this list. You can create a form <1>here.", + "fields": "Fields", + "segments": "Segments", + "imports": "Imports", + "customForms-1": "Custom Forms", + "mergeTagIsInvalidMayMustBeUppercaseAnd": "Merge tag is invalid. May must be uppercase and contain only characters A-Z, 0-9, _. It must start with a letter.", + "anotherFieldWithTheSameMergeTagExists": "Another field with the same merge tag exists. Please choose another merge tag.", + "groupHasToBeSelected": "Group has to be selected", + "defaultValueIsNotIntegerNumber": "Default value is not integer number", + "defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date", + "defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date", + "defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options", + "errorOnLineLine": "Error on line {{ line }}", + "fieldUpdated": "Field updated", + "fieldCreated": "Field created", + "notVisible": "not visible", + "beforeNameType": "before {{name}} ({{type}})", + "atEndOfList": "at end of list", + "fieldSettings": "Field settings", + "defaultValue": "Default value", + "defaultValueUsedWhenTheFieldIsEmpty": "Default value used when the field is empty.", + "options": "Options", + "dateFormat": "Date format", + "mmddyyyy": "MM/DD/YYYY", + "ddmmyyyy": "DD/MM/YYYY", + "yyyymmdd": "YYYY-MM-DD", + "mmdd": "MM/DD", + "ddmm": "DD/MM", + "mergeTag": "Merge Tag", + "group": "Group", + "belongsToCheckboxDropdownRadioGroup": "Belongs to checkbox / dropdown / radio group", + "containingGroup": "Containing group", + "selectGroupToWhichTheOptionsShouldBelong": "Select group to which the options should belong.", + "checkedLabel": "Checked label", + "labelThatWillBeDisplayedInListAnd": "Label that will be displayed in list and subscription when the option is checked", + "uncheckedLabel": "Unchecked label", + "labelThatWillBeDisplayedInListAnd-1": "Label that will be displayed in list and subscription when the option is unchecked", + "deletingField": "Deleting field ...", + "fieldDeleted": "Field deleted", + "editField": "Edit Field", + "createField": "Create Field", + "mergeTag-1": "Merge tag", + "helpText": "Help text", + "requiredClientsideValidationOnly": "Required (client-side validation only)", + "fieldOrder": "Field order", + "listings": "Listings", + "selectTheFieldBeforeWhichThisFieldShould": "Select the field before which this field should appear in listings. To exclude the field from listings, select \"Not visible\".", + "subscriptionForm": "Subscription form", + "selectTheFieldBeforeWhichThisFieldShould-1": "Select the field before which this field should appear in new subscription form. To exclude the field from the new subscription form, select \"Not visible\".", + "managementForm": "Management form", + "selectTheFieldBeforeWhichThisFieldShould-2": "Select the field before which this field should appear in subscription management. To exclude the field from the subscription management form, select \"Not visible\".", + "youCanControlTheAppearanceOfTheMergeTag": "You can control the appearance of the merge tag with this template. The template\n uses handlebars syntax and you can find all values from <1>{'{{values}}'} array, for\n example <3>{'{{#each values}} {{this}} {{/each}}'}. If template is not defined then\n multiple values are joined with commas.", + "specifyTheOptionsToSelectFromInThe": "<0>Specify the options to select from in the following format:<1>key|label. For example:\n <2><0>au|Australia<3><0>at|Austria", + "defaultKeyEgAuUsedWhenTheFieldIsEmpty": "Default key (e.g. <1>au used when the field is empty.')", + "youCanControlTheAppearanceOfTheMergeTag-1": "You can control the appearance of the merge tag with this template. The template\n uses handlebars syntax and you can find all values from <1>{'{{values}}'} array.\n Each entry in the array is an object with attributes <3>key and <5>label.\n For example <7>{'{{#each values}} {{this.value}} {{/each}}'}. If template is not defined then\n multiple values are joined with commas.", + "youCanUseThisTemplateToRenderJsonValues": "You can use this template to render JSON values (if the JSON is an array then the array is\n exposed as <1>values, otherwise you can access the JSON keys directly).", + "text": "Text", + "website": "Website", + "multilineText": "Multi-line text", + "gpgPublicKey": "GPG Public Key", + "number": "Number", + "checkboxesFromOptionFields": "Checkboxes (from option fields)", + "radioButtonsFromOptionFields": "Radio Buttons (from option fields)", + "dropDownFromOptionFields": "Drop Down (from option fields)", + "radioButtonsEnumerated": "Radio Buttons (enumerated)", + "dropDownEnumerated": "Drop Down (enumerated)", + "birthday": "Birthday", + "jsonValueForCustomRendering": "JSON value for custom rendering", + "option": "Option", + "thePlaintextVersionForThisEmail": "The plaintext version for this email", + "layout": "Layout", + "formInputStyle": "Form Input Style", + "thisCssStylesheetDefinesTheAppearanceOf": "This CSS stylesheet defines the appearance of form input elements and alerts", + "webSubscribe": "Web - Subscribe", + "webConfirmSubscriptionNotice": "Web - Confirm Subscription Notice", + "mailConfirmSubscriptionMjml": "Mail - Confirm Subscription (MJML)", + "mailConfirmSubscriptionText": "Mail - Confirm Subscription (Text)", + "mailAlreadySubscribedMjml": "Mail - Already Subscribed (MJML)", + "mailAlreadySubscribedText": "Mail - Already Subscribed (Text)", + "webSubscribedNotice": "Web - Subscribed Notice", + "mailSubscriptionConfirmedMjml": "Mail - Subscription Confirmed (MJML)", + "mailSubscriptionConfirmedText": "Mail - Subscription Confirmed (Text)", + "webManagePreferences": "Web - Manage Preferences", + "webManageAddress": "Web - Manage Address", + "mailConfirmAddressChangeMjml": "Mail - Confirm Address Change (MJML)", + "mailConfirmAddressChangeText": "Mail - Confirm Address Change (Text)", + "webUpdatedNotice": "Web - Updated Notice", + "webUnsubscribe": "Web - Unsubscribe", + "webConfirmUnsubscriptionNotice": "Web - Confirm Unsubscription Notice", + "mailConfirmUnsubscriptionMjml": "Mail - Confirm Unsubscription (MJML)", + "mailConfirmUnsubscriptionText": "Mail - Confirm Unsubscription (Text)", + "webUnsubscribedNotice": "Web - Unsubscribed Notice", + "mailUnsubscriptionConfirmedMjml": "Mail - Unsubscription Confirmed (MJML)", + "mailUnsubscriptionConfirmedText": "Mail - Unsubscription Confirmed (Text)", + "webManualUnsubscribeNotice": "Web - Manual Unsubscribe Notice", + "privacyPolicy": "Privacy policy", + "general": "General", + "subscribe": "Subscribe", + "manage": "Manage", + "unsubscribe": "Unsubscribe", + "dataProtection": "Data protection", + "sourceCustomFormsMustNotBeEmpty": "sourceCustomFormsMustNotBeEmpty", + "listOfErrorsInTemplates": "List of errors in templates", + "customFormsUpdated": "Custom forms updated", + "customFormsCreated": "Custom forms created", + "deletingForm": "Deleting form ...", + "formDeleted": "Form deleted", + "editCustomForms": "Edit Custom Forms", + "createCustomForms": "Create Custom Forms", + "cloneFromExistingCustomForms": "Clone from existing custom forms", + "sourceCustomForms": "Source custom forms", + "formsPreview": "Forms Preview", + "listToPreviewOn": "List To Preview On", + "selectListWhoseFieldsWillBeUsedToPreview": "Select list whose fields will be used to preview the forms.", + "noteTheseLinksAreSolelyForAQuickPreview": "Note: These links are solely for a quick preview. To get the address of the subscription form, go to the list's subscribers and click on \"Subscription Form\".", + "formPreview": "Form preview:", + "refresh": "Refresh", + "closePreview": "Close preview", + "templates": "Templates", + "customFormsUseMjmlForFormattingSeeThe": "Custom forms use MJML for formatting. See the MJML documentation <1>here", + "createCustomForm": "Create Custom Form", + "fileMustBeSelected": "File must be selected", + "csvDelimiterMustNotBeEmpty": "CSV delimiter must not be empty", + "emailMappingHasToBeProvided": "Email mapping has to be provided", + "importSaved": "Import saved", + "file": "File", + "delimiter": "Delimiter", + "preparationInProgressPleaseWaitTillItIs": "Preparation in progress. Please wait till it is done or visit this page later.", + "––Select ––": "–– Select ––", + "eg": "e.g.:", + "checkImportedEmails": "Check imported emails", + "mapping": "Mapping", + "saveAndEditSettings": "Save and edit settings", + "saveAndRun": "Save and Run", + "deletingImport": "Deleting import ...", + "importDeleted": "Import deleted", + "editImport": "Edit Import", + "createImport": "Create Import", + "source": "Source", + "lastRun": "Last run", + "never": "never", + "detailedStatus": "Detailed status", + "row": "Row", + "reason": "Reason", + "importRunStatus": "Import Run Status", + "importName": "Import name", + "importSource": "Import source", + "runStarted": "Run started", + "runFinished": "Run finished", + "runStatus": "Run status", + "processedEntries": "Processed entries", + "newEntries": "New entries", + "failedEntries": "Failed entries", + "error": "Error", + "failedRows": "Failed Rows", + "started": "Started", + "processed": "Processed", + "new": "New", + "failed": "Failed", + "importStatus": "Import Status", + "actions": "Actions", + "start": "Start", + "stop": "Stop", + "importRuns": "Import Runs", + "csvFile": "CSV file", + "preparing": "Preparing", + "stopping": "Stopping", + "ready": "Ready", + "preparationFailed": "Preparation failed", + "running": "Running", + "starting": "Starting", + "basicImportOfSubscribers": "Basic import of subscribers", + "unsubscribeEmails": "Unsubscribe emails", + "listName": "List \"{{name}}\"", + "fieldName-1": "Field \"{{name}}\"", + "segmentName": "Segment \"{{name}}\"", + "importName-1": "Import \"{{name}}\"", + "run": "Run", + "customFormsName": "Custom Forms \"{{name}}\"", + "newRule": "New rule", + "segmentUpdated": "Segment updated", + "segmentCreated": "Segment created", + "deletingSegment": "Deleting segment ...", + "segmentDeleted": "Segment deleted", + "editSegment": "Edit Segment", + "createSegment": "Create Segment", + "segmentOptions": "Segment Options", + "toplevelMatchType": "Toplevel match type", + "addCompositeRule": "Add Composite Rule", + "addRule": "Add Rule", + "rules": "Rules", + "fieldMustBeSelected": "Field must be selected", + "field": "Field", + "select-1": "-- Select --", + "ruleOptions": "Rule Options", + "ok": "OK", + "allRulesMustMatch": "All rules must match", + "atLeastOneRuleMustMatch": "At least one rule must match", + "noRuleMayMatch": "No rule may match", + "equalTo": "Equal to", + "valueInColumnColNameIsEqualToValue": "Value in column \"{{colName}}\" is equal to \"{{value}}\"", + "matchWithSqlLike": "Match (with SQL LIKE)", + "valueInColumnColNameMatchesWithSqlLike": "Value in column \"{{colName}}\" matches (with SQL LIKE) \"{{value}}\"", + "matchWithRegularExpressions": "Match (with regular expressions)", + "valueInColumnColNameMatchesWithRegular": "Value in column \"{{colName}}\" matches (with regular expressions) \"{{value}}\"", + "alphabeticallyBefore": "Alphabetically before", + "valueInColumnColNameIsAlphabetically": "Value in column \"{{colName}}\" is alphabetically before \"{{value}}\"", + "alphabeticallyBeforeOrEqualTo": "Alphabetically before or equal to", + "valueInColumnColNameIsAlphabetically-1": "Value in column \"{{colName}}\" is alphabetically before or equal to \"{{value}}\"", + "alphabeticallyAfter": "Alphabetically after", + "valueInColumnColNameIsAlphabetically-2": "Value in column \"{{colName}}\" is alphabetically after \"{{value}}\"", + "alphabeticallyAfterOrEqualTo": "Alphabetically after or equal to", + "valueInColumnColNameIsAlphabetically-3": "Value in column \"{{colName}}\" is alphabetically after or equal to \"{{value}}\"", + "valueInColumnColNameIsEqualToValue-1": "Value in column \"{{colName}}\" is equal to {{value}}", + "lessThan": "Less than", + "valueInColumnColNameIsLessThanValue": "Value in column \"{{colName}}\" is less than {{value}}", + "lessThanOrEqualTo": "Less than or equal to", + "valueInColumnColNameIsLessThanOrEqualTo": "Value in column \"{{colName}}\" is less than or equal to {{value}}", + "greaterThan": "Greater than", + "valueInColumnColNameIsGreaterThanValue": "Value in column \"{{colName}}\" is greater than {{value}}", + "greaterThanOrEqualTo": "Greater than or equal to", + "valueInColumnColNameIsGreaterThanOrEqual": "Value in column \"{{colName}}\" is greater than or equal to {{value}}", + "on": "On", + "dateInColumnColNameIsValue": "Date in column \"{{colName}}\" is {{value}}", + "before": "Before", + "dateInColumnColNameIsBeforeValue": "Date in column \"{{colName}}\" is before {{value}}", + "beforeOrOn": "Before or on", + "dateInColumnColNameIsBeforeOrOnValue": "Date in column \"{{colName}}\" is before or on {{value}}", + "after": "After", + "dateInColumnColNameIsAfterValue": "Date in column \"{{colName}}\" is after {{value}}", + "afterOrOn": "After or on", + "dateInColumnColNameIsAfterOrOnValue": "Date in column \"{{colName}}\" is after or on {{value}}", + "onXthDayBeforeafterCurrentDate": "On x-th day before/after current date", + "dateInColumnColNameIsTheCurrentDate": "Date in column \"{{colName}}\" is the current date", + "dateInColumnColNameIsTheValuethDayAfter": "Date in column \"{{colName}}\" is the {{value}}-th day after the current date", + "dateInColumnColNameIsTheValuethDayBefore": "Date in column \"{{colName}}\" is the {{value}}-th day before the current date", + "beforeXthDayBeforeafterCurrentDate": "Before x-th day before/after current date", + "dateInColumnColNameIsBeforeTheCurrent": "Date in column \"{{colName}}\" is before the current date", + "dateInColumnColNameIsBeforeTheValuethDay": "Date in column \"{{colName}}\" is before the {{value}}-th day after the current date", + "dateInColumnColNameIsBeforeTheValuethDay-1": "Date in column \"{{colName}}\" is before the {{value}}-th day before the current date", + "beforeOrOnXthDayBeforeafterCurrentDate": "Before or on x-th day before/after current date", + "dateInColumnColNameIsBeforeOrOnThe": "Date in column \"{{colName}}\" is before or on the current date", + "dateInColumnColNameIsBeforeOrOnThe-1": "Date in column \"{{colName}}\" is before or on the {{value}}-th day after the current date", + "dateInColumnColNameIsBeforeOrOnThe-2": "Date in column \"{{colName}}\" is before or on the {{value}}-th day before the current date", + "afterXthDayBeforeafterCurrentDate": "After x-th day before/after current date", + "dateInColumnColNameIsAfterTheCurrentDate": "Date in column \"{{colName}}\" is after the current date", + "dateInColumnColNameIsAfterTheValuethDay": "Date in column \"{{colName}}\" is after the {{value}}-th day after the current date", + "dateInColumnColNameIsAfterTheValuethDay-1": "Date in column \"{{colName}}\" is after the {{value}}-th day before the current date", + "afterOrOnXthDayBeforeafterCurrentDate": "After or on x-th day before/after current date", + "dateInColumnColNameIsAfterOrOnTheCurrent": "Date in column \"{{colName}}\" is after or on the current date", + "dateInColumnColNameIsAfterOrOnTheValueth": "Date in column \"{{colName}}\" is after or on the {{value}}-th day after the current date", + "dateInColumnColNameIsAfterOrOnTheValueth-1": "Date in column \"{{colName}}\" is after or on the {{value}}-th day before the current date", + "isSelected": "Is selected", + "valueInColumnColNameIsSelected": "Value in column \"{{colName}}\" is selected", + "isNotSelected": "Is not selected", + "valueInColumnColNameIsNotSelected": "Value in column \"{{colName}}\" is not selected", + "keyEqualTo": "Key equal to", + "theSelectedKeyInColumnColNameIsEqualTo": "The selected key in column \"{{colName}}\" is equal to \"{{value}}\"", + "keyMatchWithSqlLike": "Key match (with SQL LIKE)", + "theSelectedKeyInColumnColNameMatchesWith": "The selected key in column \"{{colName}}\" matches (with SQL LIKE) \"{{value}}\"", + "keyMatchWithRegularExpressions": "Key match (with regular expressions)", + "theSelectedKeyInColumnColNameMatchesWith-1": "The selected key in column \"{{colName}}\" matches (with regular expressions) \"{{value}}\"", + "keyAlphabeticallyBefore": "Key alphabetically before", + "theSelectedKeyInColumnColNameIs": "The selected key in column \"{{colName}}\" is alphabetically before \"{{value}}\"", + "keyAlphabeticallyBeforeOrEqualTo": "Key alphabetically before or equal to", + "theSelectedKeyInColumnColNameIs-1": "The selected key in column \"{{colName}}\" is alphabetically before or equal to \"{{value}}\"", + "keyAlphabeticallyAfter": "Key alphabetically after", + "theSelectedKeyInColumnColNameIs-2": "The selected key in column \"{{colName}}\" is alphabetically after \"{{value}}\"", + "keyAlphabeticallyAfterOrEqualTo": "Key alphabetically after or equal to", + "theSelectedKeyInColumnColNameIs-3": "The selected key in column \"{{colName}}\" is alphabetically after or equal to \"{{value}}\"", + "value": "Value", + "valueMustNotBeEmpty": "Value must not be empty", + "valueMustBeANumber": "Value must be a number", + "numberOfDays": "Number of days", + "beforeAfter": "Before/After", + "beforeCurrentDate": "Before current date", + "afterCurrentDate": "After current date", + "numberOfDaysMustNotBeEmpty": "Number of days must not be empty", + "numberOfDaysMustBeANumber": "Number of days must be a number", + "emailAddress-1": "Email address", + "signupCountry": "Signup country", + "signUpDate": "Sign up date", + "testUser": "Test user", + "subscribed": "Subscribed", + "dropdown": "Dropdown", + "notSelected": "Not selected", + "anotherSubscriptionWithTheSameEmail": "Another subscription with the same email already exists.", + "subscriptionUpdated": "Subscription updated", + "subscriptionCreated": "Subscription created", + "itSeemsThatAnotherSubscriptionWithThe": "It seems that another subscription with the same email has been created in the meantime. Refresh your page to start anew. Please note that your changes will be lost.", + "areYouSureYouWantToDeleteSubscriptionFor": "Are you sure you want to delete subscription for \"{{email}}\"?", + "deletingSubscription": "Deleting subscription ...", + "subscriptionDeleted": "Subscription deleted", + "editSubscription": "Edit Subscription", + "createSubscription": "Create Subscription", + "subscriptionStatus": "Subscription status", + "testUser?": "Test user?", + "ifCheckedThenThisSubscriptionCanBeUsed": "If checked then this subscription can be used for previewing campaign messages", + "erased": "[ERASED]", + "confirmUnsubscription": "Confirm Unsubscription", + "areYouSureYouWantToUnsubscribeEmail?": "Are you sure you want to unsubscribe {{email}}?", + "unsubscribingEmail": "Unsubscribing {{email}}", + "emailUnsubscribed": "{{email}} unsubscribed", + "confirmEmailBlacklisting": "Confirm Email Blacklisting", + "areYouSureYouWantToBlacklistEmail?": "Are you sure you want to blacklist {{email}}?", + "blacklistingEmail": "Blacklisting {{email}}", + "emailBlacklisted": "{{email}} blacklisted", + "allSubscriptions": "All subscriptions", + "subscriptionForm-1": "Subscription Form", + "exportAsCsv": "Export as CSV", + "addSubscriber": "Add Subscriber", + "unubscribed": "Unubscribed", + "usernameOrEmailMustNotBeEmpty": "Username or email must not be empty", + "processing-1": "Processing ...", + "ifTheUsernameEmailExistsInTheSystem": "If the username / email exists in the system, password reset link will be sent to the registered email.", + "pleaseEnterYourUsernameEmailAndTryAgain": "Please enter your username / email and try again.", + "passwordReset": "Password Reset", + "pleaseProvideTheUsernameOrEmailAddress": "Please provide the username or email address that is registered with your Mailtrain account.", + "weWillSendYouAnEmailThatWillAllowYouTo": "We will send you an email that will allow you to reset your password.", + "usernameOrEmail": "Username or email", + "sendEmail": "Send email", + "userNameMustNotBeEmpty": "User name must not be empty", + "passwordMustNotBeEmpty": "Password must not be empty", + "verifyingCredentials": "Verifying credentials ...", + "pleaseEnterYourCredentialsAndTryAgain": "Please enter your credentials and try again.", + "invalidUsernameOrPassword": "Invalid username or password.", + "forgotYourPassword?": "Pasahitza ahaztu duzu?", + "signIn": "Saioa hasi", + "username": "Erabiltzailea", + "password": "Pasahitza", + "rememberMe": "Remember me", + "resettingPassword": "Resetting password ...", + "passwordReset-1": "Password reset", + "yourPasswordCannotBeReset": "Your password cannot be reset.", + "thePasswordResetTokenHasExpired": "The password reset token has expired.", + "clickHereToRequestANewPasswordResetLink": "Click here to request a new password reset link.", + "validatingPasswordResetToken": "Validating password reset token ...", + "thePasswordCannotBeReset": "The password cannot be reset", + "setNewPasswordFor": "Set new password for", + "resetPassword": "Reset password", + "parentNamespaceMustBeSelected": "Parent Namespace must be selected", + "namespaceUpdated": "Namespace updated", + "namespaceCreated": "Namespace created", + "thereHasBeenALoopDetectedInTheAssignment": "There has been a loop detected in the assignment of the parent namespace. This is most likely because someone else has changed the parent of some namespace in the meantime. Refresh your page to start anew. Please note that your changes will be lost.", + "itSeemsThatTheParentNamespaceHasBeen": "It seems that the parent namespace has been deleted in the meantime. Refresh your page to start anew. Please note that your changes will be lost.", + "deletingNamespace": "Deleting namespace ...", + "namespaceDeleted": "Namespace deleted", + "editNamespace": "Edit Namespace", + "createNamespace": "Create Namespace", + "parentNamespace": "Parent Namespace", + "namespaces": "Namespaces", + "namespaceName": "Namespace \"{{name}}\"", + "reportTemplateMustBeSelected": "Report template must be selected", + "exactlyOneItemHasToBeSelected": "Exactly one item has to be selected", + "atLeastCountItemsHaveToBeSelected": "At least {{ count }} item(s) have to be selected", + "atMostCountItemsCanToBeSelected": "At most {{ count }} item(s) can to be selected", + "reportParametersAreNotSelectedWaitFor": "Report parameters are not selected. Wait for them to get displayed and then fill them in.", + "reportUpdated": "Report updated", + "reportCreated": "Report created", + "unknownFieldTypeType": "Unknown field type \"{{type}}\"", + "deletingReport": "Deleting report ...", + "reportDeleted": "Report deleted", + "editReport": "Edit Report", + "createReport": "Create Report", + "reportTemplate-1": "Report Template", + "reportParameters": "Report parameters", + "loadingReportTemplate": "Loading report template...", + "processing-2": "Processing", + "view": "View", + "refreshReport": "Refresh report", + "reportGenerationFailed": "Report generation failed", + "regenerateReport": "Regenerate report", + "viewConsoleOutput": "View console output", + "reportTemplates": "Report Templates", + "reports": "Reports", + "reportName": "Report {{name}}", + "loadingReport": "Loading report ...", + "outputForReportName": "Output for report {{name}}", + "loadingReportOutput": "Loading report output ...", + "reportIsBeingGenerated": "Report is being generated", + "reportNotGenerated": "Report not generated", + "reportName-1": "Report \"{{name}}\"", + "output": "Output", + "templateName": "Template \"{{name}}\"", + "mimeTypeMustBeSelected": "MIME Type must be selected", + "syntaxErrorInTheUserFieldsSpecification": "Syntax error in the user fields specification", + "reportTemplateUpdated": "Report template updated", + "reportTemplateCreated": "Report template created", + "deletingReportTemplate": "Deleting report template ...", + "reportTemplateDeleted": "Report template deleted", + "editReportTemplate": "Edit Report Template", + "createReportTemplate": "Create Report Template", + "csv": "CSV", + "userSelectableFields": "User selectable fields", + "jsonSpecificationOfUserSelectableFields": "JSON specification of user selectable fields.", + "dataProcessingCode": "Data processing code", + "renderingTemplate": "Rendering template", + "writeTheBodyOfTheJavaScriptFunctionWith": "Write the body of the JavaScript function with signature <1>function(inputs, callback) that returns an object to be rendered by the Handlebars template below.", + "useHtmlWithHandlebarsSyntaxSee": "Use HTML with Handlebars syntax. See documentation <1>here.", + "blank": "Blank", + "openCounts": "Open counts", + "openCountsAsCsv": "Open counts as CSV", + "aggregatedOpenCounts": "Aggregated open counts", + "current": "(current)", + "administration": "Administration", + "users": "Users", + "globalSettings": "Global Settings", + "sendConfigurations": "Send configurations", + "logOut": "Log out", + "home": "Home", + "mailerTypeMustBeSelected": "Mailer type must be selected", + "verpHostnameMustNotBeEmpty": "VERP hostname must not be empty", + "sendConfigurationUpdated": "Send configuration updated", + "sendConfigurationCreated": "Send configuration created", + "deletingSendConfiguration": "Deleting send configuration ...", + "sendConfigurationDeleted": "Send configuration deleted", + "editSendConfiguration": "Edit Send Configuration", + "createSendConfiguration": "Create Send Configuration", + "emailHeader": "Email Header", + "defaultFromEmail": "Default \"from\" email", + "overridable": "Overridable", + "defaultFromName": "Default \"from\" name", + "defaultReplytoEmail": "Default \"reply-to\" email", + "xMailer": "X-Mailer", + "verpBounceHandling": "VERP Bounce Handling", + "verpStatus": "VERP status", + "serverHostname": "Server hostname", + "theVerpServerHostnameEgBouncesexamplecom": "The VERP server hostname, eg. bounces.example.com", + "verpBounceHandlingServerHostnameThis": "VERP bounce handling server hostname. This hostname is used in the SMTP envelope FROM address and the MX DNS records should point to this server", + "disableSenderHeader": "Disable sender header", + "withDmarcTheReturnPathAndFromAddressMust": "With DMARC, the Return-Path and From address must match the same domain. By default we get around this by using the VERP address in the Sender header, with the side effect that some email clients diplay an ugly on behalf of message. You can safely disable this Sender header if you're not using DMARC or your VERP hostname is in the same domain as the From address.", + "mailtrainIsAbleToUseVerpBasedRoutingTo": "<0>Mailtrain is able to use VERP based routing to detect bounces. In this case the message is sent to the recipient using a custom VERP address as the return path of the message. If the message is not accepted a bounce email is sent to this special VERP address and thus a bounce is detected.", + "toGetVerpWorkingYouNeedToSetUpADnsMx": "<0>To get VERP working you need to set up a DNS MX record that points to your Mailtrain hostname. You must also ensure that Mailtrain VERP interface is available from port 25 of your server (port 25 usually requires root user privileges). This way if anyone tries to send email to someuser@verp-hostname then the email should end up to this server.", + "verpUsuallyOnlyWorksIfYouAreUsingYourOwn": "<0>VERP usually only works if you are using your own SMTP server. Regular relay services (SES, SparkPost, Gmail etc.) tend to remove the VERP address from the message.", + "verpBounceHandlingServerIsNotEnabled": "<0>VERP bounce handling server is not enabled. Modify your server configuration file and restart server to enable it.", + "sendConfigurations-1": "Send Configurations", + "labelMustNotBeEmpty": "{{label}} must not be empty", + "labelMustBeANumber": "{{label}} must be a number", + "genericSmtp": "Generic SMTP", + "zoneMta": "Zone MTA", + "amazonSes": "Amazon SES", + "doNotUseEncryption": "Do not use encryption", + "useTls –UsuallySelectedForPort465": "Use TLS – usually selected for port 465", + "useStarttls –UsuallySelectedForPort587": "Use STARTTLS – usually selected for port 587 and 25", + "usEastOhio": "US East (Ohio)", + "usEastNVirginia": "US East (N. Virginia)", + "usWestNCalifornia": "US West (N. California)", + "usWestOregon": "US West (Oregon)", + "africaCapeTown": "Africa (Cape Town)", + "asiaPacificHongKong": "Asia Pacific (Hong Kong)", + "asiaPacificMumbai": "Asia Pacific (Mumbai)", + "asiaPacificOsaka": "Asia Pacific (Osaka)", + "asiaPacificSeoul": "Asia Pacific (Seoul)", + "asiaPacificSingapore": "Asia Pacific (Singapore)", + "asiaPacificSydney": "Asia Pacific (Sydney)", + "asiaPacificTokyo": "Asia Pacific (Tokyo)", + "canadaCentral": "Canada (Central)", + "europeFrankfurt": "Europe (Frankfurt)", + "europeIreland": "Europe (Ireland)", + "europeLondon": "Europe (London)", + "europeMilan": "Europe (Milan)", + "europeParis": "Europe (Paris)", + "europeStockholm": "Europe (Stockholm)", + "middleEastBahrain": "Middle East (Bahrain)", + "southAmericaSaoPaulo": "South America (São Paulo)", + "builtinZoneMta": "Built-in ZoneMTA", + "dynamicConfigurationOfDkimKeysViaZoneMt": "Dynamic configuration of DKIM keys via ZoneMTA's Mailtrain plugin", + "dynamicConfigurationOfDkimKeysViaZoneMt-1": "Dynamic configuration of DKIM keys via ZoneMTA's HTTP config plugin", + "noDynamicConfigurationOfDkimKeys": "No dynamic configuration of DKIM keys", + "mailerSettings": "Mailer Settings", + "mailerType": "Mailer type", + "hostname": "Hostname", + "hostnameEgSmtpexamplecom": "Hostname, eg. smtp.example.com", + "port": "Port", + "portEg465AutodetectedIfLeftBlank": "Port, eg. 465. Autodetected if left blank", + "encryption": "Encryption", + "enableSmtpAuthentication": "Enable SMTP authentication", + "usernameEgMyaccount@examplecom": "Username, eg. myaccount@example.com", + "advancedMailerSettings": "Advanced Mailer Settings", + "logSmtpTransactions": "Log SMTP transactions", + "allowSelfsignedCertificates": "Allow self-signed certificates", + "maxConnections": "Max connections", + "theCountOfMaxConnectionsEg10": "The count of max connections, eg. 10", + "theCountOfMaximumSimultaneousConnections": "The count of maximum simultaneous connections to make against the SMTP server (defaults to 5). This limit is per sending process.", + "maxMessages": "Max messages", + "theCountOfMaxMessagesEg100": "The count of max messages, eg. 100", + "theNumberOfMessagesToSendThroughASingle": "The number of messages to send through a single connection before the connection is closed and reopened (defaults to 100)", + "throttling": "Throttling", + "messagesPerHourEg1000": "Messages per hour eg. 1000", + "maximumNumberOfMessagesToSendInAnHour": "Maximum number of messages to send in an hour. Leave empty or zero for no throttling. If your provider uses a different speed limit (messages/minute or messages/second) then convert this limit into messages/hour (1m/s => 3600m/h). This limit is per sending process.", + "dynamicConfiguration": "Dynamic configuration", + "dkimSigning": "DKIM Signing", + "zoneMtaDkimApiKey": "ZoneMTA DKIM API key", + "secretValueKnownToZoneMtaForRequesting": "Secret value known to ZoneMTA for requesting DKIM key information. If this value was generated by the Mailtrain installation script then you can keep it as it is.", + "dkimDomain": "DKIM domain", + "leaveBlankToUseTheSenderEmailAddress": "Leave blank to use the sender email address domain.", + "dkimKeySelector": "DKIM key selector", + "signingIsDisabledWithoutAValidSelector": "Signing is disabled without a valid selector value.", + "dkimPrivateKey": "DKIM private key", + "beginsWithBeginRsaPrivateKey": "Begins with \"-----BEGIN RSA PRIVATE KEY-----\"", + "signingIsDisabledWithoutAValidPrivateKey": "Signing is disabled without a valid private key.", + "accessKey": "Access key", + "awsAccessKeyId": "AWS access key ID", + "accessSecret": "Access Secret", + "awsSecretAccessKey": "AWS secret access key", + "region": "Region", + "ifYouAreUsingZoneMtaThenMailtrainCan": "<0>If you are using ZoneMTA then Mailtrain can provide a DKIM key for signing all outgoing messages. Other services usually provide their own means to DKIM sign your messages.", + "doNotUseSensitiveKeysHereThePrivateKeyIs": "<0>Do not use sensitive keys here. The private key is not encrypted in the database.", + "globalSettingsSaved": "Global settings saved", + "adminEmail": "Admin email", + "thisEmailIsUsedAsTheMainContactAndAsA": "This email is used as the main contact and as a default email address if no email address is specified in list settings.", + "defaultHomepageUrl": "Default homepage URL", + "thisUrlWillBeUsedInListSubscriptionForms": "This URL will be used in list subscription forms if no homepage is specified in list settings.", + "trackingId": "Tracking ID", + "uaxxxxxxx": "UA-XXXXX-XX", + "enterGoogleAnalyticsTrackingCode": "Enter Google Analytics tracking code", + "googleMapsApiKey": "Google Maps API Key", + "xxxxxx": "XXXXXX", + "theMapOverviewInCampaignStatistics": "The map overview in campaign statistics requires a Google Maps API key. Please enter it here. If no key is given, Google may throttle map requests, which will result in occassional unavailability of the map in the campaign statistics.", + "frontpageShoutOut": "Frontpage shout out", + "htmlCodeShownInTheFrontPageHeaderSection": "HTML code shown in the front page header section", + "gpgSigning": "GPG Signing", + "privateKeyPassphrase": "Private key passphrase", + "passphraseForTheKeyIfSet": "Passphrase for the key if set", + "onlyFillThisIfYourPrivateKeyIsEncrypted": "Only fill this if your private key is encrypted with a passphrase", + "gpgPrivateKey": "GPG private key", + "beginsWithBeginPgpPrivateKeyBlock": "Begins with '-----BEGIN PGP PRIVATE KEY BLOCK-----'", + "thisValueIsOptionalIfYouDoNotProvideA": "This value is optional. If you do not provide a private key GPG encrypted messages are sent without signing.", + "onlyMessagesThatAreEncryptedCanBeSigned": "<0>Only messages that are encrypted can be signed. Subsribers who have not set up a GPG public key in their profile receive normal email messages. Users with GPG key set receive encrypted messages and if you have signing key also set, the messages are signed with this key.", + "doNotUseSensitiveKeysHereThePrivateKey": "<0>Do not use sensitive keys here. The private key and passphrase are not encrypted in the database.", + "userMustNotBeEmpty": "User must not be empty", + "roleMustBeSelected": "Role must be selected", + "role": "Role", + "unshare": "Unshare", + "confirmUnsharing": "Confirm Unsharing", + "areYouSureYouWantToRemoveTheShareToUser": "Are you sure you want to remove the share to user \"{{username}}\"?", + "removingShareForUserUsername": "Removing share for user \"{{username}}\"", + "shareForUserUsernameRemoved": "Share for user \"{{username}}\" removed", + "addUser": "Add User", + "existingUsers": "Existing Users", + "areYouSureYouWantToRemoveTheSharingOfThe": "Are you sure you want to remove the sharing of the {{typeName}} \"{{name}}\"?", + "removingSharingOfTheTypeNameName": "Removing sharing of the {{typeName}} \"{{name}}\"", + "sharingOfTheTypeNameNameRemoved": "Sharing of the {{typeName}} \"{{name}}\" removed", + "sharesForUserUsername": "Shares for user \"{{username}}\"", + "namespace-1": "namespace", + "list-1": "list", + "template-1": "template", + "mosaicoTemplates": "Mosaico Templates", + "campaign-1": "campaign", + "customForms-2": "custom forms", + "report-1": "report", + "reportTemplate-2": "report template", + "sourceTemplateMustNotBeEmpty": "Source template must not be empty", + "templateUpdated": "Template updated", + "templateCreated": "Template created", + "deletingTemplate": "Deleting template ...", + "templateDeleted": "Template deleted", + "editTemplate": "Edit Template", + "createTemplate": "Create Template", + "cloneFromAnExistingTemplate": "Clone from an existing template", + "sourceTemplate": "Source template", + "warning!YouDoNotHaveNecessaryPermissions-2": "<0>Warning! You do not have necessary permissions to edit this template. Any changes that you perform here will be lost.", + "simple": "Simple", + "handlebars": "Handlebars", + "mosaicoTemplateMustBeSelected": "Mosaico template must be selected", + "changeMosaicoTemplate": "Change Mosaico Template", + "cancel": "Cancel", + "apply": "Apply", + "mosaico": "Mosaico", + "change": "Change", + "templateContentHtml": "Template content (HTML)", + "mosaicoTemplateDesigner": "Mosaico Template Designer", + "mosaicoWithPredefinedTemplates": "Mosaico with predefined templates", + "mosaicoTemplate-1": "Mosaico Template", + "grapesJs": "GrapesJS", + "grapesJsTemplateDesigner": "GrapesJS Template Designer", + "ckEditor4": "CKEditor 4", + "ckEditor4TemplateDesigner": "CKEditor 4 Template Designer", + "codeEditor": "Code Editor", + "codeEditorTemplateDesigner": "Code Editor Template Designer", + "mergeTagReference": "Merge tag reference", + "templateContentPlainText": "Template content (plain text)", + "warning!SwitchingTheMosaicoTemplateWorks": "<0>Warning! Switching the Mosaico template works only if the original and the new templates use the same fields. If they do not, your data will be lost. Please make sure you save your work before performing this operation.", + "mergeTagsAreTagsThatAreReplacedBefore": "\n <1>Merge tags are tags that are replaced before sending out the message. The format of the merge tag is the following: <1>[TAG_NAME] or <3>[TAG_NAME/fallback] where <5>fallback is an optional text value used when <7>TAG_NAME is empty.\n ", + "youCanUseAnyOfTheStandardMergeTagsBelow": "\n <1>You can use any of the standard merge tags below. In addition to that every custom field has its own merge tag. Check the fields of the list you are going to send to.\n ", + "mergeTagsAreTagsThatAreReplacedBefore-1": "\n <1>Merge tags are tags that are replaced before sending out the message. The format of the merge tag is the following: <1>{tg('TAG_NAME')}. \n ", + "theWholeMessageIsInterpretedAsHandlebars": "\n <1>The whole message is interpreted as Handlebars template (see <1>http://handlebarsjs.com/). You can use any Handlebars blocks and expressions\n in the template. The merge tags form the root context of the Handlebars template.\n ", + "urlThatPointsToTheSubscribePageOfThe": "URL that points to the subscribe page of the first list in the campaign that allows public subscriptions", + "urlThatPointsToTheUnsubscribePage": "URL that points to the unsubscribe page", + "urlThatPointsToThePreferencesPageOfThe": "URL that points to the preferences page of the subscriber", + "urlToPreviewTheMessageInABrowser": "URL to preview the message in a browser", + "uniqueIdThatIdentifiesTheRecipient": "Unique ID that identifies the recipient", + "uniqueIdThatIdentifiesTheListUsedForThis": "Unique ID that identifies the list used for this campaign", + "uniqueIdThatIdentifiesTheListTheIndexIs0": "Unique ID that identifies the list. The <1>index is 0-based index of the list in the campaign. <3>LIST_ID_0 thus means the first list in the campaign.", + "theSameAsAboveButOnlyTakingIntoAccount": "The same as above, but only taking into account the lists for which public subscribe is enabled. <1>PUBLIC_LIST_ID_0 thus means the first public list in the campaign.", + "uniqueIdThatIdentifiesCurrentCampaign": "Unique ID that identifies current campaign", + "forRssCampaignsTheFollowingFurtherTags": "\n <1>For RSS campaigns, the following further tags can be used.\n ", + "rssEntryTitle": "RSS entry title", + "rssEntryDate": "RSS entry date", + "rssEntryLink": "RSS entry link", + "contentOfAnRssEntry": "Content of an RSS entry", + "rssEntrySummary": "RSS entry summary", + "rssEntryImageUrl": "RSS entry image URL", + "mailtrainCustomTagsTheCustomTagsCanBe": "Mailtrain custom tags. The custom tags can be passed in via <1>mt:entries-json element in RSS entry. The text contents of the elements is interpreted as JSON-formatted object..", + "toExtractTheTextFromHtmlClickHerePlease": "To extract the text from HTML click <1>here. Please note that your existing plaintext in the field above will be overwritten.", + "mosaicoTemplateUpdated": "Mosaico template updated", + "mosaicoTemplateCreated": "Mosaico template created", + "deletingMosaicoTemplate": "Deleting Mosaico template ...", + "mosaicoTemplateDeleted": "Mosaico template deleted", + "editMosaicoTemplate": "Edit Mosaico Template", + "createMosaicoTemplate": "Create Mosaico Template", + "warning!YouDoNotHaveNecessaryPermissions-3": "<0>Warning! You do not have necessary permissions to edit this Mosaico template. Any changes that you perform here will be lost.", + "blockThumbnails": "Block thumbnails", + "versafixOne": "Versafix One", + "mjmlSample": "MJML Sample", + "invalidMjml": "Invalid MJML", + "mjmlIsValid": "MJML is valid.", + "invalidMjml-1": "Invalid MJML.", + "templateContent": "Template content", + "validate": "Validate", + "mosaicoTemplateName": "Mosaico Template \"{{name}}\"", + "theseFilesArePubliclyAvailableViaHttpSo-1": "These files are publicly available via HTTP so that they can be linked to from the Mosaico template.", + "theseFilesWillBeUsedByMosaicoToSearchFor": "These files will be used by Mosaico to search for block thumbnails (the \"edres\" directory). Place here one file per block type that you have defined in the Mosaico template. Each file must have the same name as the block id. The file will be used as the thumbnail of the corresponding block.", + "theUserNameAlreadyExistsInTheSystem": "The user name already exists in the system.", + "userUpdated": "User updated", + "userCreated": "User created", + "theUsernameIsAlreadyAssignedToAnother": "The username is already assigned to another user.", + "theEmailIsAlreadyAssignedToAnotherUser-1": "The email is already assigned to another user.", + "deletingUser": "Deleting user ...", + "userDeleted": "User deleted", + "editUser": "Edit User", + "createUser": "Create User", + "userName": "User Name", + "repeatPassword": "Repeat Password", + "deleteUser": "Delete User", + "userName-1": "User \"{{name}}\"", + "shares": "Shares", + "subscriptionConfirmed": "Subscription Confirmed", + "listEmailAddressAlreadyRegistered": "{{list}}: Email Address Already Registered", + "listPleaseConfirmEmailChangeIn": "{{list}}: Please Confirm Email Change in Subscription", + "pleaseConfirmSubscription": "Please Confirm Subscription", + "listPleaseConfirmUnsubscription": "{{list}}: Please Confirm Unsubscription", + "listUnsubscriptionConfirmed": "{{list}}: Unsubscription Confirmed", + "invalidEmailAddressEmailMxRecordNotFound": "Invalid email address \"{{email}}\": MX record not found for domain", + "invalidEmailAddressEmailAddressDomainNot": "Invalid email address \"{{email}}\": Address domain not found", + "invalidEmailAddressEmailAddressDomain": "Invalid email address \"{{email}}\": Address domain name is required", + "invalidEmailAddressEmail": "Invalid email address \"{{email}}\"", + "mailerPasswordChangeRequest": "Mailer password change request", + "mailtrain": "Mailtrain", + "emailAddressChanged": "Email address changed", + "emailAddressNotSet": "Email address not set", + "nothingSeemsToBeChanged": "Nothing seems to be changed", + "anEmailWithFurtherInstructionsHasBeen": "An email with further instructions has been sent to the provided address", + "foundAddedMessagesNewCampaignMessages": "Found {{addedMessages}} new campaign messages from feed {{campaignId}}", + "foundNothingNewFromTheFeed": "Found nothing new from the feed", + "missingEmail": "Missing email", + "emailAddressAlreadyRegistered": "Email address already registered", + "weHaveReceivedASubscriptionRequestYour": "We have received a subscription request. Your email address is however already registered.", + "ifYouReceivedThisEmailByMistakeSimply": "If you received this email by mistake, simply delete it. Your existing subscription won't be affected.", + "ifYouWantToModifyYourSubscriptionThenYou": "If you want to modify your subscription then you can", + "manageYourPreferences": "manage your preferences", + "or": "or", + "unsubscribeHere": "unsubscribe here", + "returnToOurWebsite": "Return to our website", + "forQuestionsAboutThisListPleaseContact": "For questions about this list, please contact:", + "pleaseConfirmSubscriptionAddressChange": "Please Confirm Subscription Address Change", + "yesSubscribeMeToThisList": "Yes, subscribe me to this list", + "ifYouReceivedThisEmailByMistakeSimply-1": "If you received this email by mistake, simply delete it. You won't be subscribed unless you click the confirmation link above.", + "yesSubscribeThisEmailAddressToTheList": "Yes, subscribe this email address to the list", + "pleaseConfirmUnsubscription": "Please Confirm Unsubscription", + "yesUnsubscribeMe": "Yes. Unsubscribe me.", + "ifYouReceivedThisEmailByMistakeSimply-2": "If you received this email by mistake, simply delete it. You won't be unsubscribed if you don't click the confirmation link above.", + "yourSubscriptionToOurListHasBeen": "Your subscription to our list has been confirmed.", + "youAreNowUnsubscribed": "You Are Now Unsubscribed", + "weHaveRemovedYourEmailAddressFromOurList": "We have removed your email address from our list.", + "ifYouUnsubscribedByMistakeYouCan": "If you unsubscribed by mistake, you can re-subscribe at", + "emailAddress-2": "Email Address", + "wantToChangeIt?": "want to change it?", + "downloadSignatureVerificationKey": "Download signature verification key", + "beginsWithAnd#39BeginPgpPublicKeyBloc": "Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'", + "insertYourGpgPublicKeyHereToEncrypt": "Insert your GPG public key here to encrypt messages sent to your address (optional)", + "existingEmailAddress": "Existing Email Address", + "newEmailAddress": "New Email Address", + "youWillReceiveAConfirmationRequestToYour": "You will receive a confirmation request to your new email address that you need to accept before your email is actually changed", + "updateEmailAddress": "Update Email Address", + "updateProfile": "Update Profile", + "subscribeToList": "Subscribe to list", + "almostFinished": "Almost Finished", + "weNeedToConfirmYourEmailAddressTo": "We need to confirm your email address. To complete the subscription process, please click the link in the email we just sent you.", + "ifYouDontReceiveItPleaseCheckYourSpam": "If you don't receive it, please check your spam folder.", + "thankYouForSubscribing!": "Thank you for subscribing!", + "unsubscriptionConfirmed": "Unsubscription Confirmed", + "youHaveBeenRemovedFrom": "You have been removed from:", + "thePasswordMustBeAtLeastMinLength": "The password must be at least {{ minLength }} characters long", + "thePasswordMustBeFewerThanMaxLength": "The password must be fewer than {{ maxLength }} characters", + "thePasswordMayNotContainSequencesOfThree": "The password may not contain sequences of three or more repeated characters", + "thePasswordMustContainAtLeastOne": "The password must contain at least one lowercase letter", + "thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter", + "thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number", + "thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character", + "extraThrottlingMailerSettings":"Extra throttling settings", + "throttlingWarmUpDays":"Warm-up interval", + "throttlingWarmUpDaysEg10":"Warm-up interval in days, e.g. 10", + "senderWarmUpPeriodInDays":"Gradually increase the volume each day until reaching your throttling settings.", + "throttlingWarmUpFrom":"Warm-up starting date", + "throttlingWarmUpFromDateInUnixTimestampEg1648735303000":"e.g. 1648735303000", + "senderWarmUpPeriodStartingDayInUnixTimestamp":"Set the starting date and time in Unix Epoch Format", + "enableSenderOnDaySun":"Sending emails on Sunday", + "enableSenderOnDayMon":"Sending emails on Monday", + "enableSenderOnDayTue":"Sending emails on Tuesday", + "enableSenderOnDayWed":"Sending emails on Wednesday", + "enableSenderOnDayThu":"Sending emails on Thursday", + "enableSenderOnDayFri":"Sending emails on Friday", + "enableSenderOnDaySat":"Sending emails on Saturday" +} diff --git a/locales/extract.js b/locales/extract.js index 334782edf..9fde683fb 100644 --- a/locales/extract.js +++ b/locales/extract.js @@ -17,7 +17,7 @@ const deepKeys = require('deep-keys'); const localeMain = 'en-US/common.json'; const localeMainPrevious = 'en-US-last-run/common.json'; -const localeTranslations = ['es-ES/common.json', 'fr-FR/common.json', 'pt-BR/common.json', 'de-DE/common.json', 'ru-RU/common.json']; +const localeTranslations = ['es-ES/common.json', 'fr-FR/common.json', 'pt-BR/common.json', 'de-DE/common.json', 'ru-RU/common.json', 'eu/common.json']; const searchDirs = [ '../client/src', '../server', diff --git a/server/config/default.yaml b/server/config/default.yaml index 86d4b0198..58e92c00a 100644 --- a/server/config/default.yaml +++ b/server/config/default.yaml @@ -51,6 +51,7 @@ enabledLanguages: - pt-BR - de-DE - fr-FR +- eu - fk-FK # Inject custom scripts in subscription/layout.mjml.hbs diff --git a/server/lib/translate.js b/server/lib/translate.js index 465cc6b4f..a53d00db6 100644 --- a/server/lib/translate.js +++ b/server/lib/translate.js @@ -17,6 +17,7 @@ loadLanguage('es-ES'); loadLanguage('pt-BR'); loadLanguage('de-DE'); loadLanguage('fr-FR'); +loadLanguage('eu'); resourcesCommon['fk-FK'] = convertToFake(resourcesCommon['en-US']); const resources = {}; diff --git a/shared/langs.js b/shared/langs.js index 71c3311b1..00212e307 100644 --- a/shared/langs.js +++ b/shared/langs.js @@ -71,11 +71,16 @@ const langCodes = { getLabel: t => 'Russian', longCode: 'ru-RU' }, + 'eu': { + getShortLabel: t => 'EU', + getLabel: t => 'Euskara', + longCode: 'eu' + }, 'fk-FK': { getShortLabel: t => 'FK', getLabel: t => 'Fake', longCode: 'fk-FK' - } + }, } function getLang(lng) { From dee16b77d0050674e600939097296bd3ed0cd841 Mon Sep 17 00:00:00 2001 From: Manex Agirre Date: Fri, 22 Dec 2023 08:44:12 +0100 Subject: [PATCH 2/2] Add basque translations --- locales/eu/common.json | 2295 ++++++++++++++++++++-------------------- 1 file changed, 1147 insertions(+), 1148 deletions(-) diff --git a/locales/eu/common.json b/locales/eu/common.json index c6bd2fc98..d3b0e0f49 100644 --- a/locales/eu/common.json +++ b/locales/eu/common.json @@ -1,1184 +1,1183 @@ { "mailtrain2": "Mailtrain 2", - "build": "Build", - "personalAccessToken": "Personal access token", - "accessTokenNotYetGenerated": "Access token not yet generated", + "build": "Eraiki", + "personalAccessToken": "Sarbide token pertsonala", + "accessTokenNotYetGenerated": "Sarbide tokena oraindik ez da sortu", "api": "API", - "resetAccessToken": "Reset Access Token", - "generateAccessToken": "Generate Access Token", - "notesAboutTheApi": "Notes about the API", - "getSubscribers": "Get subscribers", - "queryParams": "Query params", - "yourPersonalAccessToken": "your personal access token", - "startPosition": "Start position", - "optionalDefault0": "optional, default 0", - "limitEmailsCountInResponse": "limit emails count in response", - "optionalDefault10000": "optional, default 10000", - "example": "Example", - "addSubscription": "Add subscription", + "resetAccessToken": "Berrezarri Sarbide Tokena", + "generateAccessToken": "Sortu Sarbide Tokena", + "notesAboutTheApi": "APIaren inguruko oharrak", + "getSubscribers": "Eskuratu harpidetzak", + "queryParams": "Bilaketa parametroak", + "yourPersonalAccessToken": "zure sarbide gako pertsonala", + "startPosition": "Hasiera kokalekua", + "optionalDefault0": "hautazkoa, defektuz 0", + "limitEmailsCountInResponse": "mugatu erantzuneko posta elektroniko kopurua", + "optionalDefault10000": "hautazkoa, defektuz 10000", + "example": "Adibidea", + "addSubscription": "Gehitu Harpidetza", "thisApiCallEitherInsertsANewSubscription": "This API call either inserts a new subscription or updates existing. Fields not included are left as is, so if you update only LAST_NAME value, then FIRST_NAME is kept untouched for an existing subscription.", - "arguments": "arguments", - "subscribersEmailAddress": "subscriber's email address", - "required": "required", - "subscribersFirstName": "subscriber's first name", - "subscribersLastName": "subscriber's last name", - "subscribersTimezoneEgEuropeTallinnPstOr": "subscriber's timezone (eg. \"Europe/Tallinn\", \"PST\" or \"UTC\"). If not set defaults to \"UTC\"", - "customFieldValueUseYesnoForOptionGroup": "custom field value. Use yes/no for option group values (checkboxes, radios, drop downs)", - "additionalPostArguments": "Additional POST arguments", - "setToYesIfYouWantToMakeSureTheEmailIs": "set to \"yes\" if you want to make sure the email is marked as subscribed even if it was previously marked as unsubscribed. If the email was already unsubscribed/blocked then subscription status is not changed", - "setToYesIfYouWantToSendConfirmationEmail": "set to \"yes\" if you want to send confirmation email to the subscriber before actually marking as subscribed", - "responseExample": "Response example", - "removeSubscription": "Remove subscription", - "thisApiCallMarksASubscriptionAs": "This API call marks a subscription as unsubscribed", - "deleteSubscription": "Delete subscription", - "thisApiCallDeletesASubscription": "This API call deletes a subscription", - "addNewCustomField": "Add new custom field", - "thisApiCallCreatesANewCustomFieldForA": "This API call creates a new custom field for a list.", - "fieldName": "field name", - "oneOfTheFollowingTypes": "one of the following types:", - "ifTheTypeIsOptionThenYouAlsoNeedTo": "If the type is 'option' then you also need to specify the parent element ID", - "templateForTheGroupElementIfNotSetThen": "Template for the group element. If not set, then values of the elements are joined with commas", - "ifNotVisibleThenTheSubscriberCanNotView": "if not visible then the subscriber can not view or modify this value at the profile page", - "getListOfBlacklistedEmails": "Get list of blacklisted emails", - "thisApiCallGetListOfBlacklistedEmails": "This API call get list of blacklisted emails.", - "filterByPartOfEmail": "filter by part of email", - "optionalDefault": "optional, default \"\"", - "addEmailToBlacklist": "Add email to blacklist", - "thisApiCallEitherAddEmailsToBlacklist": "This API call either add emails to blacklist", - "emailAddress": "email address", - "deleteEmailFromBlacklist": "Delete email from blacklist", - "thisApiCallEitherDeleteEmailsFrom": "This API call either delete emails from blacklist", - "getTheListsAUserHasSubscribedTo": "Get the lists a user has subscribed to", - "retrieveTheListsThatTheUserWithEmailHas": "Retrieve the lists that the user with :email has subscribed to.", - "getTheListsInANamespace": "Get the lists in a namespace", - "retrieveTheListsThatTheNamespaceWith": "Retrieve the lists that the namespace with :namespaceId has.", - "createList": "Create List", - "createsANewListOfSubscribers": "Creates a new list of subscribers.", - "namespace": "Namespace", - "namespace_plural": "Namespaces", - "unsubscription": "Unsubscription", - "onestepIeNoEmailWithConfirmationLink": "One-step (i.e. no email with confirmation link)", - "onestepWithUnsubscriptionFormIeNoEmail": "One-step with unsubscription form (i.e. no email with confirmation link)", - "twostepIeAnEmailWithConfirmationLinkWill": "Two-step (i.e. an email with confirmation link will be sent)", - "twostepWithUnsubscriptionFormIeAnEmail": "Two-step with unsubscription form (i.e. an email with confirmation link will be sent)", - "manualIeUnsubscriptionHasToBePerformedBy": "Manual (i.e. unsubscription has to be performed by the list administrator)", - "name": "Name", - "description": "Description", - "homepage": "Homepage", - "contactEmail": "Contact email", - "webAndEmailFormsAndTemplatesUsedIn": "Web and email forms and templates used in subscription management process.", - "representationOfSubscribersName": "Representation of subscriber's name", - "emptyCustomNoFields": "Empty / Custom (no fields)", - "nameOneField": "Name (one field)", - "firstNameAndLastNameTwoFields": "First name and Last name (two fields)", - "recipientsNameTemplate": "Recipients name template", - "doNotSendListUnsubscribeHeaders": "Do not send List-Unsubscribe headers", - "allowPublicUsersToSubscribeThemselves": "Allow public users to subscribe themselves", - "sendConfiguration": "send configuration", - "deleteList": "Delete List", - "deletesAListOfSubscribers": "Deletes a list of subscribers.", - "emptyObject": "Empty object", - "triggerFetchOfACampaign": "Trigger fetch of a campaign", - "forcesTheRssFeedCheckToImmediatelyCheck": "Forces the RSS feed check to immediately check the campaign with the given CID (in :campaignCid). It works only for RSS campaigns.", - "sendTransactionalEmail": "Send transactional email", - "sendSingleEmailByTemplateWithGiven": "Send single email by template with given templateId", - "idOfConfigurationUsedToCreateMailer": "ID of configuration used to create mailer instance. If omitted, the default system send configuration is used.", - "subject": "Subject", - "mapOfTemplateVariablesToReplace": "Map of template variables to replace", - "attachmentsFormatAsConsumedByNodemailer": "Attachments (format as consumed by nodemailer)", - "apiResponseIsAJsonStructureWithErrorAnd": "API response is a JSON structure with <1>error and <3>data properties. If the response <5>error has a value set then the request failed.", - "youNeedToDefineProperContentTypeWhen": "You need to define proper <1>Content-Type when making a request. You can either use <3>application/x-www-form-urlencoded for normal form data or <5>application/json for a JSON payload. Using <7>multipart/form-data is not supported.", - "emailMustNotBeEmpty": "Email must not be empty.", - "invalidEmailAddress": "Invalid email address.", - "theEmailIsAlreadyAssociatedWithAnother": "The email is already associated with another user in the system.", - "validationIsInProgress": "Validation is in progress...", - "fullNameMustNotBeEmpty": "Full name must not be empty", - "currentPasswordMustNotBeEmpty": "Current password must not be empty.", - "incorrectPassword": "Incorrect password.", - "passwordsMustMatch": "Passwords must match", - "updatingUserProfile": "Updating user profile ...", - "userProfileUpdated": "User profile updated", - "thereAreErrorsInTheFormPleaseFixThemAnd": "There are errors in the form. Please fix them and submit again.", - "yourUpdatesCannotBeSaved": "Your updates cannot be saved.", - "thePasswordIsIncorrectPossiblyJust": "The password is incorrect (possibly just changed in another window / session). Enter correct password and try again.", - "theEmailIsAlreadyAssignedToAnotherUser": "The email is already assigned to another user. Enter another email and try again.", - "account": "Account", - "generalSettings": "General Settings", - "fullName": "Full Name", - "email": "Email", - "thisAddressIsUsedForAccountRecoveryIn": "This address is used for account recovery in case you loose your password", - "passwordChange": "Password Change", - "youOnlyNeedToFillOutThisFormIfYouWantTo": "You only need to fill out this form if you want to change your current password", - "currentPassword": "Current Password", - "newPassword": "New Password", - "confirmPassword": "Confirm Password", - "update": "Update", - "accountManagementIsNotPossibleBecause": "Account management is not possible because Mailtrain is configured to use externally managed users.", - "ifYouWantToChangeThePasswordUseThisLink": "If you want to change the password, use <1>this link.", - "emailMustNotBeEmpty-1": "Email must not be empty", - "theEmailIsAlreadyOnBlacklist": "The email is already on blacklist.", - "saving": "Saving ...", - "thereAreErrorsInTheFormPleaseFixThemAnd-1": "There are errors in the form. Please fix them and try again.", - "removeFromBlacklist": "Remove from blacklist", - "confirmRemovalFromBlacklist": "Confirm Removal From Blacklist", - "areYouSureYouWantToRemoveEmailFromThe": "Are you sure you want to remove {{email}} from the blacklist?", - "removingEmailFromTheBlacklist": "Removing {{email}} from the blacklist", - "emailRemovedFromTheBlacklist": "{{email}} removed from the blacklist", - "blacklist": "Blacklist", - "addEmailToBlacklist-1": "Add Email to Blacklist", - "addToBlacklist": "Add to Blacklist", - "blacklistedEmails": "Blacklisted Emails", - "createRegularCampaign": "Create Regular Campaign", - "createRssCampaign": "Create RSS Campaign", - "createTriggeredCampaign": "Create Triggered Campaign", - "editRegularCampaign": "Edit Regular Campaign", - "editRssCampaign": "Edit RSS Campaign", - "editTriggeredCampaign": "Edit Triggered Campaign", - "customContent": "Custom content", - "customContentClonedFromAnotherCampaign": "Custom content cloned from another campaign", - "template": "Template", - "template_plural": "Templates", - "customContentClonedFromTemplate": "Custom content cloned from template", - "url": "URL", - "nameMustNotBeEmpty": "Name must not be empty", - "subjectLineMustNotBeEmpty": "\"Subject\" line must not be empty\"", - "sendConfigurationMustBeSelected": "Send configuration must be selected", - "fromEmailMustNotBeEmpty": "\"From\" email must not be empty", - "templateMustBeSelected": "Template must be selected", - "campaignMustBeSelected": "Campaign must be selected", - "typeMustBeSelected": "Type must be selected", - "tagLanguageMustBeSelected": "Tag language must be selected", - "urlMustNotBeEmpty": "URL must not be empty", - "rssFeedUrlMustBeGiven": "RSS feed URL must be given", - "campaignUpdated": "Campaign updated", - "campaignCreated": "Campaign created", - "rssFeedUrl": "RSS Feed Url", + "arguments": "argumentuak", + "subscribersEmailAddress": "harpidearen helbide elektronikoa", + "required": "beharrezkoa", + "subscribersFirstName": "harpidearen izena", + "subscribersLastName": "harpidearen abizena", + "subscribersTimezoneEgEuropeTallinnPstOr": "harpidearen ordu zona (adb. \"Europe/Tallin\", \"PST\" or \"UTC\"). Ez bada ezer zehazten, defektuz \"utc\"", + "customFieldValueUseYesnoForOptionGroup": "eremu pertsonalizatuaren balioa. Erabili bai/ez aukera talde balioentzat (kontrol-laukiak, aukera-botoiak, goitibeherako menuak)", + "additionalPostArguments": "POST argumentu gehigarriak", + "setToYesIfYouWantToMakeSureTheEmailIs": "ezarri \"bai\" bezala ziurtatu nahi baduzu posta harpidetuta bezala markatuko dela aurretiaz ez harpidetuta bezala markatua izan bada ere. Posta lehendik ez harpidetua/blokeatua izan bada, harpidetzaren egoera ez da aldatuko", + "setToYesIfYouWantToSendConfirmationEmail": "ezarri \"bai\" bezala harpideari baeiztatze mezua bidali nahi badiozu harpidetu bezala markatu aurretik", + "responseExample": "Erantzun adibidea", + "removeSubscription": "Kendu harpidetza", + "thisApiCallMarksASubscriptionAs": "API dei honek harpidetza ez harpidetua bezala zehazten du", + "deleteSubscription": "Ezabatu harpidetza", + "thisApiCallDeletesASubscription": "API dei honek harpidetza ezabatzen du", + "addNewCustomField": "Gehitu eremu pertsonalizatu berria", + "thisApiCallCreatesANewCustomFieldForA": "API dei honek zerrendarentzat eremu pertsonalizatu berria sortzen du", + "fieldName": "eremu izena", + "oneOfTheFollowingTypes": "hurrengo mota hauetako bat:", + "ifTheTypeIsOptionThenYouAlsoNeedTo": "Mota 'aukera' bada guraso elementuaren IDa zehaztu behar duzu", + "templateForTheGroupElementIfNotSetThen": "Talde elementuarentzat plantila. Ez bada zehazten, elementuaren balioak koma bidez elkartzen dira", + "ifNotVisibleThenTheSubscriberCanNotView": "ez badago ikusgai harpideak ezingo du ikusi edo aldatu balio hau profil orrian", + "getListOfBlacklistedEmails": "Eskuratu zerrenda beltzeko posta elektronikoen zerrenda", + "thisApiCallGetListOfBlacklistedEmails": "API dei honek zerrenda beltzeko posta helbideak eskuratzen ditu", + "filterByPartOfEmail": "iragazi posta elektronikoaren zati baten arabera", + "optionalDefault": "hautazkoa, defektuz \"\"", + "addEmailToBlacklist": "Gehitu posta elektronikoa zerrenda beltzera", + "thisApiCallEitherAddEmailsToBlacklist": "API dei honek posta helbideak zerrenda beltzera gehitzen ditu", + "emailAddress": "posta elektroniko helbidea", + "deleteEmailFromBlacklist": "Ezabatu posta elektronikoa zerrenda beltzetik", + "thisApiCallEitherDeleteEmailsFrom": "API dei honek posta elektronikoak zerrenda beltzetik kentzen ditu", + "getTheListsAUserHasSubscribedTo": "Eskuratu erabiltzailea harpidetuta dagoen zerrendak", + "retrieveTheListsThatTheUserWithEmailHas": "Eskuratu :email erabiltzailea harpidetuta dagoen zerrendak.", + "getTheListsInANamespace": "Eskuratu izen-eremu bateko zerrendak", + "retrieveTheListsThatTheNamespaceWith": "Eskuratu :namespaceId izen-eremuaren zerrendak.", + "createList": "Sortu Zerrenda", + "createsANewListOfSubscribers": "Sortu harpidedunen zerrenda berri bat.", + "namespace": "Izen-eremua", + "namespace_plural": "Izen-eremuak", + "unsubscription": "Kendu harpidetza", + "onestepIeNoEmailWithConfirmationLink": "Pausu bat (ez dago berrespen estekadun mezurik)", + "onestepWithUnsubscriptionFormIeNoEmail": "Pausu bat harpidetza uzteko formularioarekin (ez dago berrespen estekadun mezurik)", + "twostepIeAnEmailWithConfirmationLinkWill": "Bi pausu (berrespen estekadun mezua bidaliko da)", + "twostepWithUnsubscriptionFormIeAnEmail": "Bi pausu harpidetza uzteko formularioarekin (berrespen estekadun mezua bidaliko da)", + "manualIeUnsubscriptionHasToBePerformedBy": "Eskuz (harpidetza kentzea zerrendako administratzaileak egin behar du)", + "name": "Izena", + "description": "Azalpena", + "homepage": "Hasiera orria", + "contactEmail": "Kontaktu posta elektronikoa", + "webAndEmailFormsAndTemplatesUsedIn": "Harpidetzen kudeatze prozesuan erabiltzen diren web eta posta elektroniko formulario eta plantilak", + "representationOfSubscribersName": "Harpidea izenaren irudikapena", + "emptyCustomNoFields": "Hutsik / Pertsonalizatua (eremurik ez)", + "nameOneField": "Izena (eremu bakarra)", + "firstNameAndLastNameTwoFields": "Izena eta abizena (bi eremu)", + "recipientsNameTemplate": "Jasotzailearen izen plantila", + "doNotSendListUnsubscribeHeaders": "Ez bidali zerrenda-uzte burukoak", + "allowPublicUsersToSubscribeThemselves": "Utzi erabiltzaile publikoari harpidetza egiten", + "sendConfiguration": "bidali konfigurazioa", + "deleteList": "Ezabatu Zerrenda", + "deletesAListOfSubscribers": "Ezabatu harpidetza zerrenda.", + "emptyObject": "Objektu hutsa", + "triggerFetchOfACampaign": "Kanpaina eskuratze abiarazlea", + "forcesTheRssFeedCheckToImmediatelyCheck": "Behartu RSS txekeoa bereahala emandako CID (:campaignCid dutenak) duen kanpainen txekeoa egitera. RSS kanpainentzat bakarrik balio du.", + "sendTransactionalEmail": "Bidali transakzio-mezua", + "sendSingleEmailByTemplateWithGiven": "Bidali templateId duen plantilaren email solte bat", + "idOfConfigurationUsedToCreateMailer": "Posta elektronikoaren instantzia sortzeko erabilitako konfigurazioaren IDa. Ez bada zehazten, sistemako defektuzko bidalketa konfigurazioa erabiliko da.", + "subject": "Gaia", + "mapOfTemplateVariablesToReplace": "Aldatzeko plantila aldagaien mapaketa", + "attachmentsFormatAsConsumedByNodemailer": "Atxikiak (nodemailerrek erabiltzen duen formatuan)", + "apiResponseIsAJsonStructureWithErrorAnd": "APIaren erantzuna <1>error eta <3>data ezaugarriak dituen JSON egitura da. Erantzunak <5>error balioa badu eskariak huts egin duela esan nahi du.", + "youNeedToDefineProperContentTypeWhen": "<1>Content-Type egokia zehaztu behar duzu eskaria egitean. Ohiko formulario datarentzat <3>application/x-www-form-urlencoded balioa edo JSON kargarentzat <5>application/json erabaili ditzakezu. Ez da onartzen <7>multipart/form-data erabiltzea.", + "emailMustNotBeEmpty": "Posta elektronikoak ezin du hutsik egon.", + "invalidEmailAddress": "Posta elektroniko desegokia.", + "theEmailIsAlreadyAssociatedWithAnother": "Posta elektronikoa lehendik beste erabiltzaile bati lotuta dago.", + "validationIsInProgress": "Datu-balidazioa martxan...", + "fullNameMustNotBeEmpty": "Izen osoak ezin du hutsik egon", + "currentPasswordMustNotBeEmpty": "Uneko pasahitza ezin da hutsik egon.", + "incorrectPassword": "Pasahitz desegokia.", + "passwordsMustMatch": "Pasahitzak bat etorri behar dira", + "updatingUserProfile": "Erabiltzaile profila eguneratzen ...", + "userProfileUpdated": "Erabiltzaile profila eguneratuta", + "thereAreErrorsInTheFormPleaseFixThemAnd": "Erroreak daude formularioan. Mesedez zuzendu eta bidali berriro.", + "yourUpdatesCannotBeSaved": "Zure eguneraketak ezin izan dira gorde.", + "thePasswordIsIncorrectPossiblyJust": "Pasahitza ez da zuzena (ziurrenik beste leiho / sesio batean aldatu da). Sartu pasahitz egokia eta saiatu berriro.", + "theEmailIsAlreadyAssignedToAnotherUser": "Posta elektronikoa lehendik beste erabiltzaile bati lotuta dago. Sartu beste posta elektroniko bat eta saiatu berriro.", + "account": "Kontuak", + "generalSettings": "Ezaugarri Orokorrak", + "fullName": "Izen Osoa", + "email": "Posta Elektronikoa", + "thisAddressIsUsedForAccountRecoveryIn": "Helbide hau kontua berreskuratzeko erabiliko da pasahitza ahazten zaizunean", + "passwordChange": "Pasahitz Aldaketa", + "youOnlyNeedToFillOutThisFormIfYouWantTo": "Formulario hau bete behar duzu bakarrik zure uneko pasahitza aldatu nahi baduzu", + "currentPassword": "Uneko Pasahitza", + "newPassword": "Pasahitz Berria", + "confirmPassword": "Pasahitza Baieztatu", + "update": "Eguneratu", + "accountManagementIsNotPossibleBecause": "Kontu kudeaketa ezin da egin Mailtrain kanpoko erabiltzaile kudeaketa sistema erabiltzeko ezarria dagoelako.", + "ifYouWantToChangeThePasswordUseThisLink": "Pasahitza aldatu nahi baduzu, erabili <1>esteka hau.", + "emailMustNotBeEmpty-1": "Posta elektronikoak ezin du hutsa izan", + "theEmailIsAlreadyOnBlacklist": "Posta elektronikoa lehendik dago zerrenda beltzean.", + "saving": "Gordetzen ...", + "thereAreErrorsInTheFormPleaseFixThemAnd-1": "Arazoak daude formularioan. Zuzendu eta saiatu berriro mesedez.", + "removeFromBlacklist": "Kendu zerrenda beltzetik", + "confirmRemovalFromBlacklist": "Baieztatu zerrenda beltzetik kentzea", + "areYouSureYouWantToRemoveEmailFromThe": "Ziur zaude {{email}} zerrenda beltzetik kendu nahi duzula?", + "removingEmailFromTheBlacklist": "{{email}} zerrenda beltzetik kentzen", + "emailRemovedFromTheBlacklist": "{{email}} zerrenda beltzetik kendu da", + "blacklist": "Zerrenda beltza", + "addEmailToBlacklist-1": "Gehitu posta elektronikoa zerrenda beltzera", + "addToBlacklist": "Gehitu zerrenda beltzera", + "blacklistedEmails": "Zerrenda beltzeko posta elektronikoak", + "createRegularCampaign": "Sortu kanpaina erregularra", + "createRssCampaign": "Sortu RSS kanpaina", + "createTriggeredCampaign": "Sortu Abiarazle kanpaina", + "editRegularCampaign": "Aldatu kanpaina erregularra", + "editRssCampaign": "Aldatu RSS kanpaina", + "editTriggeredCampaign": "ALdatu Abiarazle kanpaina", + "customContent": "Eduki pertsonalizatua", + "customContentClonedFromAnotherCampaign": "Beste kanpaina batetik klonatutako eduki pertsonalizatua", + "template": "Plantila", + "template_plural": "Plantilak", + "customContentClonedFromTemplate": "Plantilatik klonatutako eduki pertsonalizatua", + "url": "Helbidea", + "nameMustNotBeEmpty": "Izenak ezin du hutsik egon", + "subjectLineMustNotBeEmpty": "\"Gaia\" lerroa ezin da hutsik egon\"", + "sendConfigurationMustBeSelected": "Bidalketa konfigurazioa aukeratu behar da", + "fromEmailMustNotBeEmpty": "\"Nondik\" posta elektronikoa ezin da hutsik egon", + "templateMustBeSelected": "Plantila hautatu behar da", + "campaignMustBeSelected": "Kanpaina hautatu behar da", + "typeMustBeSelected": "Mota hautatu behar da", + "tagLanguageMustBeSelected": "Etiketa hizkuntza hautatu behar da", + "urlMustNotBeEmpty": "URL helbidea ezin da hutsik egon", + "rssFeedUrlMustBeGiven": "Sindikazio RSS helbidea ezin da hutsik egon", + "campaignUpdated": "Kanpaina eguneratuta", + "campaignCreated": "Kanpaina sortuta", + "rssFeedUrl": "RSS sindikazio helbidea", "id": "ID", - "type": "Type", - "override": "Override", - "fromName": "\"From\" name", - "fromEmailAddress": "\"From\" email address", - "replytoEmailAddress": "\"Reply-to\" email address", - "loadingSendConfiguration": "Loading send configuration ...", - "contentSource": "Content source", - "created": "Created", - "selectingATemplateCreatesACampaign": "Selecting a template creates a campaign specific copy from it.", - "campaign": "Campaign", - "campaign_plural": "Campaigns", - "contentOfTheSelectedCampaignWillBeCopied": "Content of the selected campaign will be copied into this campaign.", - "tagLanguage": "Tag language", - "renderUrl": "Render URL", - "ifAMessageIsSentThenThisUrlWillBePosTed": "If a message is sent then this URL will be POSTed to using Merge Tags as POST body. Use this if you want to generate the HTML message yourself. Example: http://www.example.com/foo", - "deletingCampaign": "Deleting campaign ...", - "campaignDeleted": "Campaign deleted", - "formCannotBeEditedBecauseTheCampaignIs": "Form cannot be edited because the campaign is currently being sent out. Wait till the sending is finished and refresh.", - "thisIsTheCampaignIdDisplayedToThe": "This is the campaign ID displayed to the subscribers", - "channel": "Channel", - "sendSettings": "Send settings", - "sendConfiguration-1": "Send configuration", - "sendConfiguration-1_plural": "Send configurations", - "subjectLine": "\"Subject\" line", - "customUnsubscribeUrl": "Custom unsubscribe URL", - "tracking": "Tracking", - "disableOpenedTracking": "Disable opened tracking", - "disableClickedTracking": "Disable clicked tracking", - "saveAndEditContent": "Save and edit content", - "save": "Save", - "saveAndLeave": "Save and leave", - "saveAndGoToStatus": "Save and go to status", - "delete": "Delete", - "warning!YouDoNotHaveNecessaryPermissions": "<0>Warning! You do not have necessary permissions to edit this campaign. Any changes that you perform here will be lost.", - "selectCampaignToBeCloned": "Select campaign to be cloned.", - "createCampaign": "Create Campaign", - "next": "Next", - "editCustomContent": "Edit Custom Content", - "customTemplateEditor": "Custom template editor", - "testSend": "Test send", - "status": "Status", - "sendingScheduled": "Sending scheduled", - "sending": "Sending", - "statistics": "Statistics", - "edit": "Edit", - "content": "Content", - "files": "Files", - "attachments": "Attachments", - "triggers": "Triggers", - "share": "Share", - "cloneCampaign": "Clone Campaign", - "regular": "Regular", + "type": "Mota", + "override": "Gainidatzi", + "fromName": "\"Nondik\" izena", + "fromEmailAddress": "\"Nondik\" posta elektronikoa", + "replytoEmailAddress": "\"Erantzun-hona\" posta elektronikoa", + "loadingSendConfiguration": "Bidalketa konfigurazioa kargatzen ...", + "contentSource": "Eduki jatorria", + "created": "Sortuta", + "selectingATemplateCreatesACampaign": "Plantila aukeratuta bere kopia zehatza den kanpaina sortzen du.", + "campaign": "Kanpaina", + "campaign_plural": "Kanpainak", + "contentOfTheSelectedCampaignWillBeCopied": "Hautatutako kanpainaren edukia kanpaina honetan kopiatuko da.", + "tagLanguage": "Etiketa hizkuntza", + "renderUrl": "Renderizazio helbidea", + "ifAMessageIsSentThenThisUrlWillBePosTed": "Mezua bidaltzen bada, helbide hau POST egingo da, Batzeko Etiketak gorputzaren POST moduan erabiltzeko. Erabili hau HTML edukia zuek zuek sortu nahi baduzu. Adibidez: Batzeko Etiketak erabiliz", + "deletingCampaign": "Kanpaina ezabatzen ...", + "campaignDeleted": "Kanpaina ezabatuta", + "formCannotBeEditedBecauseTheCampaignIs": "Ezin da formularioa aldatu kanpaina une honetan bidaltzen ari delako. Itxaron bidalketa amaitu harte eta freskatu.", + "thisIsTheCampaignIdDisplayedToThe": "Hau da harpideei erakusten zaien kanpaina IDa", + "channel": "Kanala", + "sendSettings": "Bidalketa ezarpenak", + "sendConfiguration-1": "Bidalketa konfigurazioa", + "sendConfiguration-1_plural": "Bidalketa konfigurazioak", + "subjectLine": "\"Gaia\" lerroa", + "customUnsubscribeUrl": "Baja helbide pertsonalizatua", + "tracking": "Trazeoa", + "disableOpenedTracking": "Desgaitu irekiera trazeoa", + "disableClickedTracking": "Desgaitu klikatze trazeoa", + "saveAndEditContent": "Gorde eta aldatu edukia", + "save": "Gorde", + "saveAndLeave": "Gorde eta utzi", + "saveAndGoToStatus": "Grode eta egoerara joan", + "delete": "Ezabatu", + "warning!YouDoNotHaveNecessaryPermissions": "<0>Kontuz! Ez daukazu nahikoa baimen kanpaina hau editatzeko. Egiten duzun edozein aldaketa galdu egingo da.", + "selectCampaignToBeCloned": "Hautatu klonatzeko kanpaina.", + "createCampaign": "Sortu kanpaina", + "next": "Hurrengoa", + "editCustomContent": "Aldatu eduki pertsonalizatua", + "customTemplateEditor": "Plantila pertsonalizatu editorea", + "testSend": "Proba bidalketa", + "status": "Egoera", + "sendingScheduled": "Bidalketa programatuta", + "sending": "Bidaltzen", + "statistics": "Estatistikak", + "edit": "Aldatu", + "content": "Edukia", + "files": "Fitxategiak", + "attachments": "Atxikiak", + "triggers": "Abiarazleak", + "share": "Partekatu", + "cloneCampaign": "Klonatu kanpaina", + "regular": "Erregularra", "rss": "RSS", - "triggered": "Triggered", - "campaigns": "Campaigns", - "campaignStatistics": "Campaign Statistics", - "total": "Total", - "delivered": "Delivered", - "blacklisted": "Blacklisted", - "bounced": "Bounced", - "complaints": "Complaints", - "unsubscribed": "Unsubscribed", - "opened": "Opened", - "clicked": "Clicked", - "quickReports": "Quick Reports", - "belowYouCanDownloadPremadeReportsRelated": "Below, you can download pre-made reports related to this campaign. Each link generates a CSV file that can be viewed in a spreadsheet editor. Custom reports and reports that cover more than one campaign can be created through <1>Reports functionality of Mailtrain.", - "uniqueVisitors": "Unique visitors", - "totalClicks": "Total clicks", - "campaignLinks": "Campaign links", - "subscriptionId": "Subscription ID", - "listId": "List ID", - "list": "List", - "list_plural": "Lists", - "listNamespace": "List namespace", - "opensCount": "Opens count", - "countries": "Countries", - "devices": "Devices", - "desktop": "Desktop", - "tv": "TV", - "tablet": "Tablet", - "phone": "Phone", + "triggered": "Abiarazlea sortuta", + "campaigns": "Kanpainak", + "campaignStatistics": "Kanpaina Estatistikak", + "total": "Guztira", + "delivered": "Bidalita", + "blacklisted": "Zerrenda beltzean", + "bounced": "Erreboteatuta", + "complaints": "Kexak", + "unsubscribed": "Bajan emanda", + "opened": "Irekita", + "clicked": "Klikatuta", + "quickReports": "Txostern Azkarrak", + "belowYouCanDownloadPremadeReportsRelated": "Jarraian, kanpina honekin lotuta aurretiaz egindako txostenak eskuratu ditzakezu. Esteka bakoitzak kalkulu orri editore batekin ireki daitekeen CSV fitxategi bat sortzen du. Txosten pertsonalizatu eta kanpaina bat baino gehiago hartzen duten txostenak Mailtrainen <1>Txostenak funtzionalitatearen bitartez sortu daitezke.", + "uniqueVisitors": "Bisitari bakarrak", + "totalClicks": "Klikak guztira", + "campaignLinks": "Kanpaina loturak", + "subscriptionId": "Harpidetza IDa", + "listId": "Zerrenda IDa", + "list": "Zerrenda", + "list_plural": "Zerrendak", + "listNamespace": "Zerrenda izen-eremua", + "opensCount": "Irekiktze kopurua", + "countries": "Herrialdeak", + "devices": "Gailuak", + "desktop": "Mahaigaina", + "tv": "Telebista", + "tablet": "Tableta", + "phone": "Telefonoa", "bot": "Bot", - "car": "Car", - "console": "Console", - "distributionByDeviceType": "Distribution by device type", - "loadingChart": "Loading chart", - "deviceType": "Device type", - "count": "Count", - "unknown": "Unknown", - "distributionByCountry": "Distribution by country", - "country": "Country", - "detailedStatistics": "Detailed Statistics", - "listOfSubscribersThatOpenedTheCampaign": "List of subscribers that opened the campaign", - "subscriptionHasToBeSelectedToShowThe": "Subscription has to be selected to show the campaign for a test user.", - "previewCampaign": "Preview Campaign", - "preview": "Preview", - "close": "Close", - "previewAs": "Preview as", - "dateMustNotBeEmpty": "Date must not be empty", - "dateIsInvalid": "Date is invalid", - "timeMustNotBeEmpty": "Time must not be empty", - "timeIsInvalid": "Time is invalid", - "timezoneMustBeSelected": "Timezone must be selected", - "confirmLaunch": "Confirm launch", - "doYouWantToLaunchTheCampaign?": "Do you want to launch the campaign?", - "doYouWantToScheduleTheCampaignForLaunch?": "Do you want to schedule the campaign for launch?", - "confirmReset": "Confirm reset", - "doYouWantToResetTheCampaign?All": "Do you want to reset the campaign? All statistics and the track of delivered messages will be lost.", - "no": "No", - "yes": "Yes", - "sendStatus": "Send status", - "campaignIsScheduledForDelivery": "Campaign is scheduled for delivery.", - "campaignIsReadyToBeSentOut": "Campaign is ready to be sent out.", - "campaignIsBeingPausedPleaseWait": "Campaign is being paused. Please wait.", - "campaignIsBeingSentOut": "Campaign is being sent out.", - "allMessagesSent!HitContinueIfYouWantTo": "All messages sent! Hit \"Continue\" if you want to send this campaign to new subscribers.", - "allMessagesSent!": "All messages sent!", - "yourCampaignIsCurrentlyDisabledClick": "Your campaign is currently disabled. Click Enable button to start enable it.", - "yourCampaignIsCurrentlyDisabled": "Your campaign is currently disabled.", - "yourCampaignIsEnabledAndSendingMessages": "Your campaign is enabled and sending messages.", - "timezone": "Timezone", - "selectDateTimeAndATimezoneToDisplayThe": "Select date, time and a timezone to display the date and time with offset", - "scheduledDatetimeSeemsToBeInThePastIfYou": "Scheduled date/time seems to be in the past. If you schedule the send, campaign will be sent immediately.", - "sendLater": "Send later", - "scheduleDeliveryAtAParticularDatetime": "Schedule delivery at a particular date/time", - "date": "Date", - "time": "Time", - "enter24HourTimeInFormatHhmmEg1348": "Enter 24-hour time in format HH:MM (e.g. 13:48)", - "rescheduleSend": "Reschedule send", - "scheduleSend": "Schedule send", - "send": "Send", - "cancelScheduling": "Cancel scheduling", - "reset": "Reset", - "viewStatistics": "View statistics", - "pausing": "Pausing", - "pause": "Pause", - "continue": "Continue", - "enable": "Enable", - "disable": "Disable", - "segment": "Segment", - "campaignStatus": "Campaign Status", - "sent": "Sent", - "targetListssegments": "Target lists/segments", - "ifANewEntryIsFoundFromCampaignFeedANew": "If a new entry is found from campaign feed a new subcampaign is created of that entry and it will be listed here", - "test": " [Test]", - "sendingTestEmail": "Sending test email", - "listHasToBeSelected": "List has to be selected.", - "sendConfigurationHasToBeSelected": "Send configuration has to be selected.", - "subscriptionHasToBeSelected": "Subscription has to be selected.", - "listMustBeSelected": "List must be selected", - "segmentMustBeSelected": "Segment must be selected", - "singleTestUserOfTheCampaign": "Single test user of the campaign", - "allTestUsersOfTheCampaign": "All test users of the campaign", - "singleTestUserFromAList": "Single test user from a list", - "allTestUsersFromAListsegment": "All test users from a list/segment", - "selectToWhereYouWantToSendTheTest": "Select to where you want to send the test", - "subscribers": "Subscribers", - "subscription": "Subscription", - "useAParticularSegment": "Use a particular segment", - "prependToSubject": "Prepend to subject", - "appendToSubject": "Append to subject", - "sendTestEmail": "Send Test Email", - "idle": "Idle", - "scheduled": "Scheduled", - "paused": "Paused", - "finished": "Finished", - "inactive": "Inactive", - "active": "Active", - "remove": "Remove", - "insertNewEntryBeforeThisOne": "Insert new entry before this one", - "moveUp": "Move up", - "moveDown": "Move down", - "lists": "Lists", - "addList": "Add list", - "campaignName": "Campaign \"{{name}}\"", - "deliveredEmails": "Delivered Emails", - "complained": "Complained", - "subscribersThatComplained": "Subscribers that Complained", - "emailsThatBounced": "Emails that Bounced", - "subscribersThatUnsubscribed": "Subscribers that Unsubscribed", - "clicks": "Clicks", - "theseFilesArePubliclyAvailableViaHttpSo": "These files are publicly available via HTTP so that they can be linked to from the content of the campaign.", - "theseFilesWillBeAttachedToTheCampaign": "These files will be attached to the campaign emails as proper attachments. This means they count towards to the eventual size of the email.", - "triggerName": "Trigger \"{{name}}\"", - "create": "Create", - "valuesMustNotBeEmpty": "Values must not be empty", - "valueMustBeANonnegativeNumber": "Value must be a non-negative number", - "sourceCampaignMustNotBeEmpty": "Source campaign must not be empty", - "triggerUpdated": "Trigger updated", - "triggerCreated": "Trigger created", - "deletingTrigger": "Deleting trigger ...", - "triggerDeleted": "Trigger deleted", - "editTrigger": "Edit Trigger", - "createTrigger": "Create Trigger", - "entity": "Entity", - "selectTheTypeOfTheTriggerRule": "Select the type of the trigger rule.", - "triggerFires": "Trigger fires", - "event": "Event", - "selectTheEventThatTriggersSendingThe": "Select the event that triggers sending the campaign.", - "enabled": "Enabled", - "daysAfter": "Days after", - "updated": "Updated", - "latestOpen": "Latest open", - "latestClick": "Latest click", - "notOpened": "Not opened", - "notClicked": "Not clicked", - "channelUpdated": "Channel updated", - "channelCreated": "Channel created", - "deletingChannel": "Deleting channel ...", - "channelDeleted": "Channel deleted", - "editChannel": "Edit Channel", - "createChannel": "Create Channel", - "campaignDefaults": "Campaign defaults", - "campaignName-1": "Campaign name", - "campaignDescription": "Campaign description", - "warning!YouDoNotHaveNecessaryPermissions-1": "<0>Warning! You do not have necessary permissions to edit this channel. Any changes that you perform here will be lost.", - "channels": "Channels", - "channelName": "Channel \"{{name}}\"", - "countFileAdded": "{{count}} file added", - "countFileAdded_plural": "{{count}} files added", - "countFileReplaced": "{{count}} file replaced", - "countFileReplaced_plural": "{{count}} files replaced", - "countFileIgnored": "{{count}} file ignored", - "countFileIgnored_plural": "{{count}} files ignored", - "countFileUploaded": "{{count}} file uploaded", - "countFileUploaded_plural": "{{count}} files uploaded", - "uploadingCountFile": "Uploading {{count}} file", - "uploadingCountFile_plural": "Uploading {{count}} files", - "fileUploadFailed": "File upload failed:", - "noFilesToUpload": "No files to upload", - "deletingFile": "Deleting file ...", - "fileDeleted": "File deleted", - "deleteFileFailed": "Delete file failed:", - "size": "Size", - "download": "Download", - "confirmFileDeletion": "Confirm file deletion", - "areYouSureYouWantToDeleteTheFile?": "Are you sure you want to delete the file?", - "dropCountFile": "Drop {{count}} file", - "dropCountFile_plural": "Drop {{count}} files", - "dropFilesHere": "Drop files here", - "loading": "Loading ...", - "hints": "Hints", - "h": "h", + "car": "Kotxea", + "console": "Kontsola", + "distributionByDeviceType": "Gailu motaren araberako banaketa", + "loadingChart": "Grafikoa kargatzen", + "deviceType": "Gailu mota", + "count": "Kopurua", + "unknown": "Ezezaguna", + "distributionByCountry": "Herrialdearen araberako banaketa", + "country": "Herrialdea", + "detailedStatistics": "Estatistika Zehatzak", + "listOfSubscribersThatOpenedTheCampaign": "Kanpaina ireki duten harpideen zerrenda", + "subscriptionHasToBeSelectedToShowThe": "Harpidetza aukeratu behar da froga erabiltzailentzat kanpaina erakutsi ahal izateko.", + "previewCampaign": "Aurreikusi kanpaina", + "preview": "Aurreikusi", + "close": "Itxi", + "previewAs": "Aurreikusi honela", + "dateMustNotBeEmpty": "Datak ezin du hutsa izan", + "dateIsInvalid": "Data desegokia da", + "timeMustNotBeEmpty": "Denbora ezin da hutsa izan", + "timeIsInvalid": "Denbora desegokia da", + "timezoneMustBeSelected": "Ordu eremua hautatu behar da", + "confirmLaunch": "Baieztatu jaurtitzea", + "doYouWantToLaunchTheCampaign?": "Kanpaina jaurti nahi duzu?", + "doYouWantToScheduleTheCampaignForLaunch?": "Kanpaina bidaltzeko programatu nahi duzu?", + "confirmReset": "Baieztatu berrezartzea", + "doYouWantToResetTheCampaign?All": "Kanpaina berrezarri nahi duzu? Estatistika eta bidalitako mezu guztien jarraipena galduko da.", + "no": "Ez", + "yes": "Bai", + "sendStatus": "Bidali egoera", + "campaignIsScheduledForDelivery": "Kanpaina bidaltzeko programatuta dago.", + "campaignIsReadyToBeSentOut": "Kanpaina bidaltzeko prest dago.", + "campaignIsBeingPausedPleaseWait": "Kanpaina gelditzen ari da. Itxaron mesedez.", + "campaignIsBeingSentOut": "Kanpaina bidaltzen ari da.", + "allMessagesSent!HitContinueIfYouWantTo": "Mezu guztiak bidali dira! Zapaldu \"Jarraitu\" kanpaina hau harpide berriei bidali nahi badiezu.", + "allMessagesSent!": "Mezu guztiak bidalita!", + "yourCampaignIsCurrentlyDisabledClick": "Zure kanpaina une honetan desgaituta dago. Zapaldu Gaitu botoian gaitzea martxan jartzeko.", + "yourCampaignIsCurrentlyDisabled": "Zure kanpaina une honetan desgaituta dago.", + "yourCampaignIsEnabledAndSendingMessages": "Zure kanpaina gaituta eta mezuak bidaltzen ari da.", + "timezone": "Ordu zona", + "selectDateTimeAndATimezoneToDisplayThe": "Hautatu data, ordua eta ordu zona, data eta ordua desplazamenduarekin erakusteko", + "scheduledDatetimeSeemsToBeInThePastIfYou": "Programazioa pasatako data/ordu bat dela dirudi. Bidalketa programatzen bada, kanpaina berehala bidaliko da.", + "sendLater": "Bidali beranduago", + "scheduleDeliveryAtAParticularDatetime": "Programatu bidalketa data/ordu jakin baterako", + "date": "Data", + "time": "Ordua", + "enter24HourTimeInFormatHhmmEg1348": "Sartu 24 orduko denbora HH:MM formatuan (adb. 13:48)", + "rescheduleSend": "Birprogramatu bidalketa", + "scheduleSend": "Programatu bidalketa", + "send": "Bidali", + "cancelScheduling": "Utzi programatzaea", + "reset": "Berrezarri", + "viewStatistics": "Ikusi estatistikak", + "pausing": "Gelditzen", + "pause": "Gelditu", + "continue": "Jarraitu", + "enable": "Gaitu", + "disable": "Desgaitu", + "segment": "Segmentu", + "campaignStatus": "Kanpainaren Egoera", + "sent": "Bidalita", + "targetListssegments": "Helburu zerrenda/segmentuak", + "ifANewEntryIsFoundFromCampaignFeedANew": "Kanpainaren jarioan sarrera berri bat aurkitzen bada, sarrera horren azpi kanpaina berri bat sortuko da eta hemen zerrendatuko da", + "test": " [Froga]", + "sendingTestEmail": "Froga mezua bidaltzen", + "listHasToBeSelected": "Zerrenda aukeratu behar da.", + "sendConfigurationHasToBeSelected": "Bidalketa konfigurazioa aukeratu behar da.", + "subscriptionHasToBeSelected": "Harpidetza aukeratu behar da.", + "listMustBeSelected": "Zerrenda aukeratu behar da", + "segmentMustBeSelected": "Segmentua aukeratu behar da", + "singleTestUserOfTheCampaign": "Kanpainaren proba erabiltzaile bakarra", + "allTestUsersOfTheCampaign": "Kanpainaren proba erabiltzaile guztiak", + "singleTestUserFromAList": "Zerrendako proba erabiltzaile bakarra", + "allTestUsersFromAListsegment": "Zerrenda/segmentuko proba erabiltzaile guztiak", + "selectToWhereYouWantToSendTheTest": "Aukeratu nora bidali nahi duzun froga", + "subscribers": "Harpideak", + "subscription": "Harpidetza", + "useAParticularSegment": "Erabili segemntu jakin bat", + "prependToSubject": "Gaiaren aurretik jarri", + "appendToSubject": "Gaiaren ondoren jarri", + "sendTestEmail": "Bidali Froga Mezua", + "idle": "Geldirik", + "scheduled": "Programatua", + "paused": "Geldirik", + "finished": "Bukatuta", + "inactive": "Ez aktibo", + "active": "Aktibo", + "remove": "Kendu", + "insertNewEntryBeforeThisOne": "Sartu sarrera berria honen aurretik", + "moveUp": "Mugitu gora", + "moveDown": "Mugitu behera", + "lists": "Zerrendak", + "addList": "Gehitu zerrenda", + "campaignName": "\"{{name}}\" Kanpaina", + "deliveredEmails": "Bidalitako Mezuak", + "complained": "Salatuta", + "subscribersThatComplained": "Salaketa egin duten harpideak", + "emailsThatBounced": "Errebotatu duten postak", + "subscribersThatUnsubscribed": "Harpidetza kendu duten harpideak", + "clicks": "Klikatzeak", + "theseFilesArePubliclyAvailableViaHttpSo": "Fitxategi hauek HTTP bidez publikoki eskuragarri daude, beraz, kanpainako edukitik estekatu daitezke.", + "theseFilesWillBeAttachedToTheCampaign": "Fitxategi hauek kanpainako mezuetara atxikiak dira. Honek esan nahi du mezuaren pisuan eragina izango dutela.", + "triggerName": "\"{{name}}\" Abiarazlea", + "create": "Sortu", + "valuesMustNotBeEmpty": "Balioak ezin dira hutsik egon", + "valueMustBeANonnegativeNumber": "Zenbakizko balio ez negatiboa izan behar du", + "sourceCampaignMustNotBeEmpty": "Jatorri kanpainak ezin du hutsik egon", + "triggerUpdated": "Abiarazlea eguneratuta", + "triggerCreated": "Abiarazlea sortuta", + "deletingTrigger": "Abiarazlea ezabatzen ...", + "triggerDeleted": "Abiarazlea ezabatuta", + "editTrigger": "Aldatu Abiarazlea", + "createTrigger": "Sortu Abiarazlea", + "entity": "Entitatea", + "selectTheTypeOfTheTriggerRule": "Hautatu abiarazle arau mota.", + "triggerFires": "Abiarazleak jaurtitzen du", + "event": "Ekintza", + "selectTheEventThatTriggersSendingThe": "Hautatu kanpaina bidalketa abiarazlearen ekintza.", + "enabled": "Gaituta", + "daysAfter": "Egun beranduago", + "updated": "Eguneratuta", + "latestOpen": "Azkena irakita", + "latestClick": "Azkena klikatuta", + "notOpened": "Ireki gabe", + "notClicked": "Klikatu gabe", + "channelUpdated": "Kanala eguneratuta", + "channelCreated": "Kanala sortuta", + "deletingChannel": "Kanala ezabatzen ...", + "channelDeleted": "Kanala ezabatuta", + "editChannel": "Aldatu kanala", + "createChannel": "Sortu kanala", + "campaignDefaults": "Kanpainaren defektuko balioak", + "campaignName-1": "Kanpainaren izena", + "campaignDescription": "Kanpainaren azalpena", + "warning!YouDoNotHaveNecessaryPermissions-1": "<0>Adi! Ez dituzu kanal hau aldatzeko nahikoa baimen. Egiten dituzun aldaketak galdu egingo dira.", + "channels": "Kanalak", + "channelName": "\"{{name}}\" kanala", + "countFileAdded": "{{count}} fitxategi gehituta", + "countFileAdded_plural": "{{count}} fitxategi gehituta", + "countFileReplaced": "{{count}} fitxategi ordezkatuta", + "countFileReplaced_plural": "{{count}} fitxategi ordezkatuta", + "countFileIgnored": "{{count}} fitxategi ez ikusiarena eginda", + "countFileIgnored_plural": "{{count}} fitxategi ez ikusiarena eginda", + "countFileUploaded": "{{count}} fitxategi igota", + "countFileUploaded_plural": "{{count}} fitxategi igota", + "uploadingCountFile": "Uploading {{count}} fitxategi", + "uploadingCountFile_plural": "Uploading {{count}} fitxategi", + "fileUploadFailed": "Fitxategi igoerak huts egin du:", + "noFilesToUpload": "Ez dago igotzeko fitxategirik", + "deletingFile": "Fitxategia ezabatzen ...", + "fileDeleted": "Fitxategia ezabatuta", + "deleteFileFailed": "Fitxategi ezabatzeak huts egin du:", + "size": "Neurria", + "download": "Jeitsi", + "confirmFileDeletion": "Baieztatu fitxategi ezabatzea", + "areYouSureYouWantToDeleteTheFile?": "Ziur zaude fitxategia ezabatu nahi duzula?", + "dropCountFile": "Jaregin {{count}} fitxategi", + "dropCountFile_plural": "Jaregin {{count}} fitxategi", + "dropFilesHere": "Jaregin fitxategiak hemen", + "loading": "Kargatzen ...", + "hints": "Aholkuak", + "h": "o", "min": "min", - "sec": "sec", - "openCalendar": "Open calendar", - "select": "Select", - "clear": "Clear", - "someoneElseHasIntroducedModificationIn": "Someone else has introduced modification in the meantime. Refresh your page to start anew with fresh data. Please note that your changes will be lost.", - "itSeemsThatSomeoneElseHasDeletedThe": "It seems that someone else has deleted the target namespace in the meantime. Refresh your page to start anew with fresh data. Please note that your changes will be lost.", - "itSeemsThatSomeoneElseHasDeletedThe-1": "It seems that someone else has deleted the entity in the meantime.", - "customForms": "Custom forms", - "report": "Report", - "report_plural": "Reports", - "reportTemplate": "Report template", - "reportTemplate_plural": "Report templates", - "mosaicoTemplate": "Mosaico template", - "mosaicoTemplate_plural": "Mosaico templates", - "user": "User", - "cannoteDeleteNameDueToTheFollowing": "Cannote delete \"{{name}}\" due to the following dependencies:", - "andMore": "... and more", - "cannotDeleteNameDueToHiddenDependencies": "Cannot delete {{name}} due to hidden dependencies", - "confirmDeletion": "Confirm Deletion", - "areYouSureYouWantToDeleteName?": "Are you sure you want to delete \"{{name}}\"?", - "namespaceMustBeSelected": "Namespace must be selected", - "sourceOnGitHub": "Source on GitHub", - "authenticationSuccessful": "Authentication successful", - "logoutSuccessful": "Logout successful", - "authenticationFailed": "Authentication failed", - "sendTestEmail-1": "Send test e-mail", - "showHtml": "Show HTML", - "maximizeEditor": "Maximize editor", + "sec": "seg", + "openCalendar": "Ireki egutegia", + "select": "Aukeratu", + "clear": "Garbitu", + "someoneElseHasIntroducedModificationIn": "Bitartean beste norbaitek aldaketak sartu ditu. Birkargatu orria datu berriekin berriro hasteko. Kontutan izan zure aldaketak galdu egingo direla.", + "itSeemsThatSomeoneElseHasDeletedThe": "Badirudi beste norbaitek helburu izen-espazioa ezabatu duela. Birkargatu orria datu berriekin berriro hasteko. Kontutan izan zure aldaketak galdu egingo direla.", + "itSeemsThatSomeoneElseHasDeletedThe-1": "Badirudi beste norbaitek entitatea ezabatu duela bitartean.", + "customForms": "Formulario pertsonalizatuak", + "report": "Txostena", + "report_plural": "Txostenak", + "reportTemplate": "Txosten plantila", + "reportTemplate_plural": "Txosten plantilak", + "mosaicoTemplate": "Mosaico plantila", + "mosaicoTemplate_plural": "Mosaico plantilak", + "user": "Erabiltzailea", + "cannoteDeleteNameDueToTheFollowing": "Ezin izan da \"{{name}}\" ezabatu hurrengo mendekotasunak direla eta:", + "andMore": "... eta gehiago", + "cannotDeleteNameDueToHiddenDependencies": "Ezin da ezabatu {{name}} ezkutuko mendekotasunak direla eta", + "confirmDeletion": "Baieztatu Ezabatuzea", + "areYouSureYouWantToDeleteName?": "Ziur zaude \"{{name}}\" ezabatu nahi duzula?", + "namespaceMustBeSelected": "Izen-espazioa aukeratu behar duzu", + "sourceOnGitHub": "Iturburua GitHub-en", + "authenticationSuccessful": "Autentifikazio arrakastatsua", + "logoutSuccessful": "Saio ixte arrakastatsua", + "authenticationFailed": "Autentifikazioak huts egin du", + "sendTestEmail-1": "Bidali proba mezua", + "showHtml": "Erakutsi HTML", + "maximizeEditor": "Handitu editorea", "mjml": "MJML", "html": "HTML", - "disableWordWrap": "Disable word wrap", - "enableWordWrap": "Enable word wrap", - "hidePreview": "Hide preview", - "showPreview": "Show preview", - "showMjml": "Show MJML", - "countEntriesSelected": "{{ count }} entries selected.", - "noDataAvailableInTable": "No data available in table", - "showingStartToEndOfTotalEntries": "Showing _START_ to _END_ of _TOTAL_ entries", - "showing0To0Of0Entries": "Showing 0 to 0 of 0 entries", - "filteredFromMaxTotalEntries": "(filtered from _MAX_ total entries)", + "disableWordWrap": "Desgaitu lerro-doitzea", + "enableWordWrap": "Gaitu lerro-doitzea", + "hidePreview": "Ezkutatu aurrebista", + "showPreview": "Erakutsi aurrebista", + "showMjml": "Erakutsi MJML", + "countEntriesSelected": "{{ count }} sarrera hautatuta.", + "noDataAvailableInTable": "Ez dago daturik eskuragarri taulan", + "showingStartToEndOfTotalEntries": "_TOTAL_ sarreretatik _START_etik _END_ra erakusten", + "showing0To0Of0Entries": "0 sarreretatik 0tik 0ra erakusten", + "filteredFromMaxTotalEntries": "(_MAX_ sarreretatik iragazita)", "": "", "-1": ",", - "showMenuEntries": "Show _MENU_ entries", - "loading-1": "Loading...", - "processing": "Processing...", - "search": "Search:", - "noMatchingRecordsFound": "No matching records found", - "firs": "Firs", - "last": "Last", - "previous": "Previous", - "activateToSortColumnAscending": ": activate to sort column ascending", - "activateToSortColumnDescending": ": activate to sort column descending", - "customFormMustBeSelected": "Custom form must be selected", - "listUpdated": "List updated", - "listCreated": "List created", - "defaultMailtrainForms": "Default Mailtrain Forms", - "customFormsSelectFormBelow": "Custom Forms (select form below)", - "specifyUsingMergeTagsOfThisListHowTo": "Specify using merge tags of this list how to construct full name of the recipient. This full name is used as \"To\" header when sending emails.", - "selectHowTheNameOfASubscriberWillBe": "Select how the name of a subscriber will be represented. The fields in list will be created accordingly. You can always adjust the choice later by editing the list fields. If you select \"Empty / Custom\", provide a template below in \"Recipients name template\" that will be used as subscriber's name as it will appear in the emails' \"To\" field.", - "deletingList": "Deleting list ...", - "listDeleted": "List deleted", - "editList": "Edit List", - "thisIsTheListIdDisplayedToTheSubscribers": "This is the list ID displayed to the subscribers", - "contactEmailUsedInSubscriptionFormsAnd": "Contact email used in subscription forms and emails that are sent out. If not filled in, the admin email from the global settings will be used.", - "homepageUrlUsedInSubscriptionFormsAnd": "Homepage URL used in subscription forms and emails that are sent out. If not filled in, the default homepage from global settings will be used.", - "sendConfigurationThatWillBeUsedFor": "Send configuration that will be used for sending out subscription-related emails.", - "forms": "Forms", - "selectHowAnUnsuscriptionRequestBy": "Select how an unsuscription request by subscriber is handled.", - "unsubscribeHeader": "Unsubscribe header", - "theCustomFormUsedForThisListYouCanCreate": "The custom form used for this list. You can create a form <1>here.", - "fields": "Fields", - "segments": "Segments", - "imports": "Imports", - "customForms-1": "Custom Forms", - "mergeTagIsInvalidMayMustBeUppercaseAnd": "Merge tag is invalid. May must be uppercase and contain only characters A-Z, 0-9, _. It must start with a letter.", - "anotherFieldWithTheSameMergeTagExists": "Another field with the same merge tag exists. Please choose another merge tag.", - "groupHasToBeSelected": "Group has to be selected", - "defaultValueIsNotIntegerNumber": "Default value is not integer number", - "defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date", - "defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date", - "defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options", - "errorOnLineLine": "Error on line {{ line }}", - "fieldUpdated": "Field updated", - "fieldCreated": "Field created", - "notVisible": "not visible", - "beforeNameType": "before {{name}} ({{type}})", - "atEndOfList": "at end of list", - "fieldSettings": "Field settings", - "defaultValue": "Default value", - "defaultValueUsedWhenTheFieldIsEmpty": "Default value used when the field is empty.", - "options": "Options", - "dateFormat": "Date format", + "showMenuEntries": "Erakutsi _MENU_ sarrera", + "loading-1": "Kargatzen...", + "processing": "Prozesatzen...", + "search": "Bilatu:", + "noMatchingRecordsFound": "Ez da bat datorren erregistrorik aurkitu", + "firs": "Lehena", + "last": "Azkena", + "previous": "Aurrekoa", + "activateToSortColumnAscending": ": gaitu zutabea gorantz ordenatzeko", + "activateToSortColumnDescending": ": gaitu zutabea beherantz ordenatzeko", + "customFormMustBeSelected": "Formulario pertsonalizatua hautatu behar da", + "listUpdated": "Zerrenda eguneratuta", + "listCreated": "Zerrenda sortuta", + "defaultMailtrainForms": "Defektuzko Mailtrain formularioak", + "customFormsSelectFormBelow": "Formulario Pertsonalizatuak (hautatu formularioa ondoren)", + "specifyUsingMergeTagsOfThisListHowTo": "Zehaztu zerrenda honen batzeko etiketak erabiliz nola osatu hartzailearen izen osoa. Izen oso hau \"Nori\" goiburuan erabiltzen da mezua bidaltzean.", + "selectHowTheNameOfASubscriberWillBe": "Hautatu harpidearen izena nola erakutsiko den. Zerrendako eremuak horren arabera sortuko dira. Beti edukiko duzu aukera erabaki hau beranduago egokitzeko zerrendaren eremuak editatuz. \"Hutsik / Pertsonalizatua\" hautatzen baduzu, adierazi ondoren, harpidearen izen bezala erabiliko den eta mezuen \"Nori\" eremuan erakutsiko den plantila \"Jasotzaileen izen plantila\"n.", + "deletingList": "Zerrenda ezabatzen ...", + "listDeleted": "Zerrenda ezabatuta", + "editList": "Editatu Zerrenda", + "thisIsTheListIdDisplayedToTheSubscribers": "Hau da harpideei erakusten zaien zerrenda IDa", + "contactEmailUsedInSubscriptionFormsAnd": "Harpidetza formulario zein kanpora bidalitako mezuetan erabiltzeko kontaktu helbidea. Ez bada zehazten, ezarpen orokorretako administratzaile helbidea erabiliko da.", + "homepageUrlUsedInSubscriptionFormsAnd": "Harpidetza formulario zein kanpora bidalitako mezuetan erabiltzeko URL helbide nagusia. Ez bada zehazten, ezarpen orokorretako administratzaile helbidea erabiliko da.", + "sendConfigurationThatWillBeUsedFor": "Harpidetzekin erlazionatutako mezuak kanpora bidaltzeko erabiliko den bidalketa ezarpena.", + "forms": "Formularioak", + "selectHowAnUnsuscriptionRequestBy": "Hautatu harpide baten harpidetza kentze eskaria nola kudeatuko den.", + "unsubscribeHeader": "Harpidetza kentze goiburua", + "theCustomFormUsedForThisListYouCanCreate": "Zerrenda honentzat erabiltzen den formulario pertsonalizatua. Formularioa sortu dezakezu <1>hemen.", + "fields": "Eremuak", + "segments": "Segmentuak", + "imports": "Inportazioak", + "customForms-1": "Formulario Pertsonalizatuak", + "mergeTagIsInvalidMayMustBeUppercaseAnd": "Batzeko etiketa ez da egokia. Letra larriz idatzia eta A-Z, 0-9, _ karakterez osatua egon behar du. Letra batekin hasi behar du.", + "anotherFieldWithTheSameMergeTagExists": "Batzeko etiketa berdina duen beste eremu bat badago lehendik. Mesedez hautatu beste batzeko etiketa bat.", + "groupHasToBeSelected": "Taldea hautatu behar da", + "defaultValueIsNotIntegerNumber": "Defektuzko balioa ez da zenbaki osoa", + "defaultValueIsNotAProperlyFormattedDate": "Defektuzko balioa ez da ongi osatutako data", + "defaultValueIsNotAProperlyFormatted": "Defektuzko balioa ez da ongi osatutako jaiotze data", + "defaultValueIsNotOneOfTheAllowedOptions": "Defektuzko balioa ez da onartutako aukera bat", + "errorOnLineLine": "Arazoa {{ line }}", + "fieldUpdated": "Eremua eguneratuta", + "fieldCreated": "Eremua sortuta", + "notVisible": "ez ikusgai", + "beforeNameType": "{{name}} aurretik ({{type}})", + "atEndOfList": "zerrenda bukaeratik", + "fieldSettings": "Eremu ezarpenak", + "defaultValue": "Defektuzko balioa", + "defaultValueUsedWhenTheFieldIsEmpty": "Eremua hutsik dagoenean erabiliko den defektuzko balioa.", + "options": "Aukerak", + "dateFormat": "Data", "mmddyyyy": "MM/DD/YYYY", "ddmmyyyy": "DD/MM/YYYY", "yyyymmdd": "YYYY-MM-DD", "mmdd": "MM/DD", "ddmm": "DD/MM", - "mergeTag": "Merge Tag", - "group": "Group", + "mergeTag": "Batze etiketa", + "group": "Taldea", "belongsToCheckboxDropdownRadioGroup": "Belongs to checkbox / dropdown / radio group", - "containingGroup": "Containing group", - "selectGroupToWhichTheOptionsShouldBelong": "Select group to which the options should belong.", - "checkedLabel": "Checked label", - "labelThatWillBeDisplayedInListAnd": "Label that will be displayed in list and subscription when the option is checked", - "uncheckedLabel": "Unchecked label", - "labelThatWillBeDisplayedInListAnd-1": "Label that will be displayed in list and subscription when the option is unchecked", - "deletingField": "Deleting field ...", - "fieldDeleted": "Field deleted", - "editField": "Edit Field", - "createField": "Create Field", - "mergeTag-1": "Merge tag", - "helpText": "Help text", - "requiredClientsideValidationOnly": "Required (client-side validation only)", - "fieldOrder": "Field order", - "listings": "Listings", - "selectTheFieldBeforeWhichThisFieldShould": "Select the field before which this field should appear in listings. To exclude the field from listings, select \"Not visible\".", - "subscriptionForm": "Subscription form", - "selectTheFieldBeforeWhichThisFieldShould-1": "Select the field before which this field should appear in new subscription form. To exclude the field from the new subscription form, select \"Not visible\".", - "managementForm": "Management form", - "selectTheFieldBeforeWhichThisFieldShould-2": "Select the field before which this field should appear in subscription management. To exclude the field from the subscription management form, select \"Not visible\".", - "youCanControlTheAppearanceOfTheMergeTag": "You can control the appearance of the merge tag with this template. The template\n uses handlebars syntax and you can find all values from <1>{'{{values}}'} array, for\n example <3>{'{{#each values}} {{this}} {{/each}}'}. If template is not defined then\n multiple values are joined with commas.", - "specifyTheOptionsToSelectFromInThe": "<0>Specify the options to select from in the following format:<1>key|label. For example:\n <2><0>au|Australia<3><0>at|Austria", - "defaultKeyEgAuUsedWhenTheFieldIsEmpty": "Default key (e.g. <1>au used when the field is empty.')", - "youCanControlTheAppearanceOfTheMergeTag-1": "You can control the appearance of the merge tag with this template. The template\n uses handlebars syntax and you can find all values from <1>{'{{values}}'} array.\n Each entry in the array is an object with attributes <3>key and <5>label.\n For example <7>{'{{#each values}} {{this.value}} {{/each}}'}. If template is not defined then\n multiple values are joined with commas.", - "youCanUseThisTemplateToRenderJsonValues": "You can use this template to render JSON values (if the JSON is an array then the array is\n exposed as <1>values, otherwise you can access the JSON keys directly).", - "text": "Text", - "website": "Website", - "multilineText": "Multi-line text", - "gpgPublicKey": "GPG Public Key", - "number": "Number", - "checkboxesFromOptionFields": "Checkboxes (from option fields)", - "radioButtonsFromOptionFields": "Radio Buttons (from option fields)", - "dropDownFromOptionFields": "Drop Down (from option fields)", - "radioButtonsEnumerated": "Radio Buttons (enumerated)", - "dropDownEnumerated": "Drop Down (enumerated)", - "birthday": "Birthday", - "jsonValueForCustomRendering": "JSON value for custom rendering", - "option": "Option", - "thePlaintextVersionForThisEmail": "The plaintext version for this email", - "layout": "Layout", - "formInputStyle": "Form Input Style", - "thisCssStylesheetDefinesTheAppearanceOf": "This CSS stylesheet defines the appearance of form input elements and alerts", - "webSubscribe": "Web - Subscribe", - "webConfirmSubscriptionNotice": "Web - Confirm Subscription Notice", - "mailConfirmSubscriptionMjml": "Mail - Confirm Subscription (MJML)", - "mailConfirmSubscriptionText": "Mail - Confirm Subscription (Text)", - "mailAlreadySubscribedMjml": "Mail - Already Subscribed (MJML)", - "mailAlreadySubscribedText": "Mail - Already Subscribed (Text)", - "webSubscribedNotice": "Web - Subscribed Notice", - "mailSubscriptionConfirmedMjml": "Mail - Subscription Confirmed (MJML)", - "mailSubscriptionConfirmedText": "Mail - Subscription Confirmed (Text)", - "webManagePreferences": "Web - Manage Preferences", - "webManageAddress": "Web - Manage Address", - "mailConfirmAddressChangeMjml": "Mail - Confirm Address Change (MJML)", - "mailConfirmAddressChangeText": "Mail - Confirm Address Change (Text)", - "webUpdatedNotice": "Web - Updated Notice", - "webUnsubscribe": "Web - Unsubscribe", - "webConfirmUnsubscriptionNotice": "Web - Confirm Unsubscription Notice", - "mailConfirmUnsubscriptionMjml": "Mail - Confirm Unsubscription (MJML)", - "mailConfirmUnsubscriptionText": "Mail - Confirm Unsubscription (Text)", - "webUnsubscribedNotice": "Web - Unsubscribed Notice", - "mailUnsubscriptionConfirmedMjml": "Mail - Unsubscription Confirmed (MJML)", - "mailUnsubscriptionConfirmedText": "Mail - Unsubscription Confirmed (Text)", - "webManualUnsubscribeNotice": "Web - Manual Unsubscribe Notice", - "privacyPolicy": "Privacy policy", - "general": "General", - "subscribe": "Subscribe", - "manage": "Manage", - "unsubscribe": "Unsubscribe", - "dataProtection": "Data protection", + "containingGroup": "Kontrol-lauki / goitibeherako menu / aukera-botoi bati dagokio", + "selectGroupToWhichTheOptionsShouldBelong": "Hautatu aukerak egongo diren taldea.", + "checkedLabel": "Hautatutako etiketa", + "labelThatWillBeDisplayedInListAnd": "Aukera hautatuta dagoenean zerrenda eta harpidetzan erakutsiko den etiketa", + "uncheckedLabel": "Hautatu gabeko etiketa", + "labelThatWillBeDisplayedInListAnd-1": "Aukera hautatu gabe dagoenean zerrenda eta harpidetzan erakutsiko den etiketa", + "deletingField": "Eremua ezabatzen ...", + "fieldDeleted": "Eremua ezabatuta", + "editField": "Editatu Eremua", + "createField": "Sortu Eremua", + "mergeTag-1": "Batze etiketa", + "helpText": "Laguntza testua", + "requiredClientsideValidationOnly": "Beharrezkoa (bezero aldean bakarrik balioztatzeko)", + "fieldOrder": "Eremu ordena", + "listings": "Zerrendak", + "selectTheFieldBeforeWhichThisFieldShould": "Hautatu eremua, eremu hau zerrendetan agertu aurretik. Eremua zerrendetatik kentzeko, hautatu \"Ez ikusgai\".", + "subscriptionForm": "Harpidetza formularioa", + "selectTheFieldBeforeWhichThisFieldShould-1": "Hautatu eremua, eremu hau harpidetza formularioetan agertu aurretik. Eremua harpidetza formulariotik kentzeko, hautatu \"Ez ikusgai\".", + "managementForm": "Kudeaketa formularioa", + "selectTheFieldBeforeWhichThisFieldShould-2": "Hautatu harpidetza kudeaketan eremu hau baino lehen agertu behar den eremua. Eremua harpidetza formulariotik kanpo uzteko, hautatu \"Ez ikusgai\".", + "youCanControlTheAppearanceOfTheMergeTag": "Plantila honetako batze etiketaren itxura kontrolatu dezakezu. Plantilak\n handlebars sintaxia erabiltzen du eta balio guztiak <1>{'{{values}}'} array-an aurkitu ditzakezu, adibidez\n <3>{'{{#each values}} {{this}} {{/each}}'}. Plantila ez bada zehazten\n koma bidez balio anitz batzen dira.", + "specifyTheOptionsToSelectFromInThe": "<0>Zehaztu hautatzeko aukerak hurrengo formatuan:<1>gakoa|etikta. Adibidez:\n <2><0>au|Australia<3><0>at|Austria", + "defaultKeyEgAuUsedWhenTheFieldIsEmpty": "Defektuzko gakoa (adb. <1>au eremua hutsik dagoenean erabiltzen dena.')", + "youCanControlTheAppearanceOfTheMergeTag-1": "Plantila honetako batze etiketen itxura kontrolatu dezakezu. Plantilak\n handlebars sintaxia erabiltzen du eta balio guztiak <1>{'{{values}}'} array-an aurkitu ditzakezu, adibidez\n <3>{'{{#each values}} {{this}} {{/each}}'}. Plantila ez bada zehazten\n koma bidez balio anitz batzen dira.", + "youCanUseThisTemplateToRenderJsonValues": "Plantila hau erabili dezakezu JSON balioak errendatzeko (JSONa array bat bada, orduan array hori\n <1>values moduan erakusten da, bestela JSON gakoak zuzenean atzitu ditzakezu).", + "text": "Testua", + "website": "Web orria", + "multilineText": "Lerro-anitzeko testua", + "gpgPublicKey": "GPG Gako Publikoa", + "number": "Zenbakia", + "checkboxesFromOptionFields": "Kontrol-laukia (aukera eremuetatik)", + "radioButtonsFromOptionFields": "Aukera Botoiak (aukera eremuetatik)", + "dropDownFromOptionFields": "Goitibeherako menua (aukera eremuetatik)", + "radioButtonsEnumerated": "Aukera Botoiak (zerendatuta)", + "dropDownEnumerated": "Goitibeherako Menua (zerrendatuta)", + "birthday": "Jaiotze data", + "jsonValueForCustomRendering": "Errendatze pertsonalizaturako JSON balioa", + "option": "Aukera", + "thePlaintextVersionForThisEmail": "Mezu honen testu arruntezko bertsioa", + "layout": "Diseinua", + "formInputStyle": "Formularioko Sarreran Itxura", + "thisCssStylesheetDefinesTheAppearanceOf": "CSS estilo-orri honek formularioko sarrera elementu eta alerten itxura definitzen du", + "webSubscribe": "Web - Harpidetu", + "webConfirmSubscriptionNotice": "Web - Harpidetza Konfirmatu Oharra", + "mailConfirmSubscriptionMjml": "Mezua - Harpidetza Konfirmatu (MJML)", + "mailConfirmSubscriptionText": "Mezua - Harpidetza Konfirmatu (Testua)", + "mailAlreadySubscribedMjml": "Mezua - Lehendik harpidetuta (MJML)", + "mailAlreadySubscribedText": "Mezua - Lehendik Harpidetuta (Testua)", + "webSubscribedNotice": "Web - Harpidetza Oharra", + "mailSubscriptionConfirmedMjml": "Mezua - Harpidetza Baieztatuta (MJML)", + "mailSubscriptionConfirmedText": "Mezua - Harpidetza Baieztatuta (Text)", + "webManagePreferences": "Web - Kudeatu Hobespenak", + "webManageAddress": "Web - Kudeatu Helbidea", + "mailConfirmAddressChangeMjml": "Mezua - Baieztatu Helbide Aldaketa (MJML)", + "mailConfirmAddressChangeText": "Mezua - Baieztatu Helbide Aldaketa (Text)", + "webUpdatedNotice": "Web - Eguneratze Oharra", + "webUnsubscribe": "Web - Harpidetza utzi", + "webConfirmUnsubscriptionNotice": "Web - Harpidetza Uzte Baieztatze Oharra", + "mailConfirmUnsubscriptionMjml": "Mezua - Baieztatu Harpidetza Uztea (MJML)", + "mailConfirmUnsubscriptionText": "Mezua - Baieztatu Harpidetza Uztea (Testua)", + "webUnsubscribedNotice": "Web - Harpidetza Uzte Oharra", + "mailUnsubscriptionConfirmedMjml": "Mezua - Harpidetza Uztea Baieztatuta (MJML)", + "mailUnsubscriptionConfirmedText": "Mezua - Harpidetza Uztea Baieztatuta (Testua)", + "webManualUnsubscribeNotice": "Web - Eskuzko Harpidetza Uzte Oharra", + "privacyPolicy": "Pribatutasun Politika", + "general": "Orokorra", + "subscribe": "Harpidetza utzi", + "manage": "Kudeatu", + "unsubscribe": "hapidetza utzi", + "dataProtection": "Datu babesa", "sourceCustomFormsMustNotBeEmpty": "sourceCustomFormsMustNotBeEmpty", - "listOfErrorsInTemplates": "List of errors in templates", - "customFormsUpdated": "Custom forms updated", - "customFormsCreated": "Custom forms created", - "deletingForm": "Deleting form ...", - "formDeleted": "Form deleted", - "editCustomForms": "Edit Custom Forms", - "createCustomForms": "Create Custom Forms", - "cloneFromExistingCustomForms": "Clone from existing custom forms", - "sourceCustomForms": "Source custom forms", - "formsPreview": "Forms Preview", - "listToPreviewOn": "List To Preview On", - "selectListWhoseFieldsWillBeUsedToPreview": "Select list whose fields will be used to preview the forms.", - "noteTheseLinksAreSolelyForAQuickPreview": "Note: These links are solely for a quick preview. To get the address of the subscription form, go to the list's subscribers and click on \"Subscription Form\".", - "formPreview": "Form preview:", - "refresh": "Refresh", - "closePreview": "Close preview", - "templates": "Templates", - "customFormsUseMjmlForFormattingSeeThe": "Custom forms use MJML for formatting. See the MJML documentation <1>here", - "createCustomForm": "Create Custom Form", - "fileMustBeSelected": "File must be selected", - "csvDelimiterMustNotBeEmpty": "CSV delimiter must not be empty", - "emailMappingHasToBeProvided": "Email mapping has to be provided", - "importSaved": "Import saved", - "file": "File", - "delimiter": "Delimiter", - "preparationInProgressPleaseWaitTillItIs": "Preparation in progress. Please wait till it is done or visit this page later.", - "––Select ––": "–– Select ––", - "eg": "e.g.:", - "checkImportedEmails": "Check imported emails", - "mapping": "Mapping", - "saveAndEditSettings": "Save and edit settings", - "saveAndRun": "Save and Run", - "deletingImport": "Deleting import ...", - "importDeleted": "Import deleted", - "editImport": "Edit Import", - "createImport": "Create Import", - "source": "Source", - "lastRun": "Last run", - "never": "never", - "detailedStatus": "Detailed status", - "row": "Row", - "reason": "Reason", - "importRunStatus": "Import Run Status", - "importName": "Import name", - "importSource": "Import source", - "runStarted": "Run started", - "runFinished": "Run finished", - "runStatus": "Run status", - "processedEntries": "Processed entries", - "newEntries": "New entries", - "failedEntries": "Failed entries", - "error": "Error", - "failedRows": "Failed Rows", - "started": "Started", - "processed": "Processed", - "new": "New", - "failed": "Failed", - "importStatus": "Import Status", - "actions": "Actions", - "start": "Start", - "stop": "Stop", - "importRuns": "Import Runs", - "csvFile": "CSV file", - "preparing": "Preparing", - "stopping": "Stopping", - "ready": "Ready", - "preparationFailed": "Preparation failed", - "running": "Running", - "starting": "Starting", - "basicImportOfSubscribers": "Basic import of subscribers", - "unsubscribeEmails": "Unsubscribe emails", - "listName": "List \"{{name}}\"", - "fieldName-1": "Field \"{{name}}\"", - "segmentName": "Segment \"{{name}}\"", - "importName-1": "Import \"{{name}}\"", - "run": "Run", - "customFormsName": "Custom Forms \"{{name}}\"", - "newRule": "New rule", - "segmentUpdated": "Segment updated", - "segmentCreated": "Segment created", - "deletingSegment": "Deleting segment ...", - "segmentDeleted": "Segment deleted", - "editSegment": "Edit Segment", - "createSegment": "Create Segment", - "segmentOptions": "Segment Options", - "toplevelMatchType": "Toplevel match type", - "addCompositeRule": "Add Composite Rule", - "addRule": "Add Rule", - "rules": "Rules", - "fieldMustBeSelected": "Field must be selected", - "field": "Field", - "select-1": "-- Select --", - "ruleOptions": "Rule Options", - "ok": "OK", - "allRulesMustMatch": "All rules must match", - "atLeastOneRuleMustMatch": "At least one rule must match", - "noRuleMayMatch": "No rule may match", - "equalTo": "Equal to", - "valueInColumnColNameIsEqualToValue": "Value in column \"{{colName}}\" is equal to \"{{value}}\"", - "matchWithSqlLike": "Match (with SQL LIKE)", - "valueInColumnColNameMatchesWithSqlLike": "Value in column \"{{colName}}\" matches (with SQL LIKE) \"{{value}}\"", - "matchWithRegularExpressions": "Match (with regular expressions)", - "valueInColumnColNameMatchesWithRegular": "Value in column \"{{colName}}\" matches (with regular expressions) \"{{value}}\"", - "alphabeticallyBefore": "Alphabetically before", - "valueInColumnColNameIsAlphabetically": "Value in column \"{{colName}}\" is alphabetically before \"{{value}}\"", - "alphabeticallyBeforeOrEqualTo": "Alphabetically before or equal to", - "valueInColumnColNameIsAlphabetically-1": "Value in column \"{{colName}}\" is alphabetically before or equal to \"{{value}}\"", - "alphabeticallyAfter": "Alphabetically after", - "valueInColumnColNameIsAlphabetically-2": "Value in column \"{{colName}}\" is alphabetically after \"{{value}}\"", - "alphabeticallyAfterOrEqualTo": "Alphabetically after or equal to", - "valueInColumnColNameIsAlphabetically-3": "Value in column \"{{colName}}\" is alphabetically after or equal to \"{{value}}\"", - "valueInColumnColNameIsEqualToValue-1": "Value in column \"{{colName}}\" is equal to {{value}}", - "lessThan": "Less than", - "valueInColumnColNameIsLessThanValue": "Value in column \"{{colName}}\" is less than {{value}}", - "lessThanOrEqualTo": "Less than or equal to", - "valueInColumnColNameIsLessThanOrEqualTo": "Value in column \"{{colName}}\" is less than or equal to {{value}}", - "greaterThan": "Greater than", - "valueInColumnColNameIsGreaterThanValue": "Value in column \"{{colName}}\" is greater than {{value}}", - "greaterThanOrEqualTo": "Greater than or equal to", - "valueInColumnColNameIsGreaterThanOrEqual": "Value in column \"{{colName}}\" is greater than or equal to {{value}}", - "on": "On", - "dateInColumnColNameIsValue": "Date in column \"{{colName}}\" is {{value}}", - "before": "Before", - "dateInColumnColNameIsBeforeValue": "Date in column \"{{colName}}\" is before {{value}}", - "beforeOrOn": "Before or on", - "dateInColumnColNameIsBeforeOrOnValue": "Date in column \"{{colName}}\" is before or on {{value}}", - "after": "After", - "dateInColumnColNameIsAfterValue": "Date in column \"{{colName}}\" is after {{value}}", - "afterOrOn": "After or on", - "dateInColumnColNameIsAfterOrOnValue": "Date in column \"{{colName}}\" is after or on {{value}}", - "onXthDayBeforeafterCurrentDate": "On x-th day before/after current date", - "dateInColumnColNameIsTheCurrentDate": "Date in column \"{{colName}}\" is the current date", - "dateInColumnColNameIsTheValuethDayAfter": "Date in column \"{{colName}}\" is the {{value}}-th day after the current date", - "dateInColumnColNameIsTheValuethDayBefore": "Date in column \"{{colName}}\" is the {{value}}-th day before the current date", - "beforeXthDayBeforeafterCurrentDate": "Before x-th day before/after current date", - "dateInColumnColNameIsBeforeTheCurrent": "Date in column \"{{colName}}\" is before the current date", - "dateInColumnColNameIsBeforeTheValuethDay": "Date in column \"{{colName}}\" is before the {{value}}-th day after the current date", - "dateInColumnColNameIsBeforeTheValuethDay-1": "Date in column \"{{colName}}\" is before the {{value}}-th day before the current date", - "beforeOrOnXthDayBeforeafterCurrentDate": "Before or on x-th day before/after current date", - "dateInColumnColNameIsBeforeOrOnThe": "Date in column \"{{colName}}\" is before or on the current date", - "dateInColumnColNameIsBeforeOrOnThe-1": "Date in column \"{{colName}}\" is before or on the {{value}}-th day after the current date", - "dateInColumnColNameIsBeforeOrOnThe-2": "Date in column \"{{colName}}\" is before or on the {{value}}-th day before the current date", - "afterXthDayBeforeafterCurrentDate": "After x-th day before/after current date", - "dateInColumnColNameIsAfterTheCurrentDate": "Date in column \"{{colName}}\" is after the current date", - "dateInColumnColNameIsAfterTheValuethDay": "Date in column \"{{colName}}\" is after the {{value}}-th day after the current date", - "dateInColumnColNameIsAfterTheValuethDay-1": "Date in column \"{{colName}}\" is after the {{value}}-th day before the current date", - "afterOrOnXthDayBeforeafterCurrentDate": "After or on x-th day before/after current date", - "dateInColumnColNameIsAfterOrOnTheCurrent": "Date in column \"{{colName}}\" is after or on the current date", - "dateInColumnColNameIsAfterOrOnTheValueth": "Date in column \"{{colName}}\" is after or on the {{value}}-th day after the current date", - "dateInColumnColNameIsAfterOrOnTheValueth-1": "Date in column \"{{colName}}\" is after or on the {{value}}-th day before the current date", - "isSelected": "Is selected", - "valueInColumnColNameIsSelected": "Value in column \"{{colName}}\" is selected", - "isNotSelected": "Is not selected", - "valueInColumnColNameIsNotSelected": "Value in column \"{{colName}}\" is not selected", - "keyEqualTo": "Key equal to", - "theSelectedKeyInColumnColNameIsEqualTo": "The selected key in column \"{{colName}}\" is equal to \"{{value}}\"", - "keyMatchWithSqlLike": "Key match (with SQL LIKE)", - "theSelectedKeyInColumnColNameMatchesWith": "The selected key in column \"{{colName}}\" matches (with SQL LIKE) \"{{value}}\"", - "keyMatchWithRegularExpressions": "Key match (with regular expressions)", - "theSelectedKeyInColumnColNameMatchesWith-1": "The selected key in column \"{{colName}}\" matches (with regular expressions) \"{{value}}\"", - "keyAlphabeticallyBefore": "Key alphabetically before", - "theSelectedKeyInColumnColNameIs": "The selected key in column \"{{colName}}\" is alphabetically before \"{{value}}\"", - "keyAlphabeticallyBeforeOrEqualTo": "Key alphabetically before or equal to", - "theSelectedKeyInColumnColNameIs-1": "The selected key in column \"{{colName}}\" is alphabetically before or equal to \"{{value}}\"", - "keyAlphabeticallyAfter": "Key alphabetically after", - "theSelectedKeyInColumnColNameIs-2": "The selected key in column \"{{colName}}\" is alphabetically after \"{{value}}\"", - "keyAlphabeticallyAfterOrEqualTo": "Key alphabetically after or equal to", - "theSelectedKeyInColumnColNameIs-3": "The selected key in column \"{{colName}}\" is alphabetically after or equal to \"{{value}}\"", - "value": "Value", - "valueMustNotBeEmpty": "Value must not be empty", - "valueMustBeANumber": "Value must be a number", - "numberOfDays": "Number of days", - "beforeAfter": "Before/After", - "beforeCurrentDate": "Before current date", - "afterCurrentDate": "After current date", - "numberOfDaysMustNotBeEmpty": "Number of days must not be empty", - "numberOfDaysMustBeANumber": "Number of days must be a number", - "emailAddress-1": "Email address", - "signupCountry": "Signup country", - "signUpDate": "Sign up date", - "testUser": "Test user", - "subscribed": "Subscribed", - "dropdown": "Dropdown", - "notSelected": "Not selected", - "anotherSubscriptionWithTheSameEmail": "Another subscription with the same email already exists.", - "subscriptionUpdated": "Subscription updated", - "subscriptionCreated": "Subscription created", - "itSeemsThatAnotherSubscriptionWithThe": "It seems that another subscription with the same email has been created in the meantime. Refresh your page to start anew. Please note that your changes will be lost.", - "areYouSureYouWantToDeleteSubscriptionFor": "Are you sure you want to delete subscription for \"{{email}}\"?", - "deletingSubscription": "Deleting subscription ...", - "subscriptionDeleted": "Subscription deleted", - "editSubscription": "Edit Subscription", - "createSubscription": "Create Subscription", - "subscriptionStatus": "Subscription status", - "testUser?": "Test user?", - "ifCheckedThenThisSubscriptionCanBeUsed": "If checked then this subscription can be used for previewing campaign messages", - "erased": "[ERASED]", - "confirmUnsubscription": "Confirm Unsubscription", - "areYouSureYouWantToUnsubscribeEmail?": "Are you sure you want to unsubscribe {{email}}?", - "unsubscribingEmail": "Unsubscribing {{email}}", - "emailUnsubscribed": "{{email}} unsubscribed", - "confirmEmailBlacklisting": "Confirm Email Blacklisting", - "areYouSureYouWantToBlacklistEmail?": "Are you sure you want to blacklist {{email}}?", - "blacklistingEmail": "Blacklisting {{email}}", - "emailBlacklisted": "{{email}} blacklisted", - "allSubscriptions": "All subscriptions", - "subscriptionForm-1": "Subscription Form", - "exportAsCsv": "Export as CSV", - "addSubscriber": "Add Subscriber", - "unubscribed": "Unubscribed", - "usernameOrEmailMustNotBeEmpty": "Username or email must not be empty", - "processing-1": "Processing ...", - "ifTheUsernameEmailExistsInTheSystem": "If the username / email exists in the system, password reset link will be sent to the registered email.", - "pleaseEnterYourUsernameEmailAndTryAgain": "Please enter your username / email and try again.", - "passwordReset": "Password Reset", - "pleaseProvideTheUsernameOrEmailAddress": "Please provide the username or email address that is registered with your Mailtrain account.", - "weWillSendYouAnEmailThatWillAllowYouTo": "We will send you an email that will allow you to reset your password.", - "usernameOrEmail": "Username or email", - "sendEmail": "Send email", - "userNameMustNotBeEmpty": "User name must not be empty", - "passwordMustNotBeEmpty": "Password must not be empty", - "verifyingCredentials": "Verifying credentials ...", - "pleaseEnterYourCredentialsAndTryAgain": "Please enter your credentials and try again.", - "invalidUsernameOrPassword": "Invalid username or password.", - "forgotYourPassword?": "Pasahitza ahaztu duzu?", + "listOfErrorsInTemplates": "Plantiletako errore zerrenda", + "customFormsUpdated": "Formulario pertsonalizatuak eguneratuta", + "customFormsCreated": "Formulario pertsonalizatuak sortuta", + "deletingForm": "Formularioa ezabatzen ...", + "formDeleted": "Formularioa ezabatuta", + "editCustomForms": "Editatu Formulario Pertsonalizatua", + "createCustomForms": "Sortu Formulario Pertsonalizatua", + "cloneFromExistingCustomForms": "Lehendik dagon formulario pertsonalizatua klonatu", + "sourceCustomForms": "Formulario pertsonalizatuaren iturria", + "formsPreview": "Formulario aurrebista", + "listToPreviewOn": "Aurrebista egiteko zerrenda", + "selectListWhoseFieldsWillBeUsedToPreview": "Hautatu formularioaren aurrebista egiteko erabiliko diren eremuen zerrenda", + "noteTheseLinksAreSolelyForAQuickPreview": "Oharra: Esteka hauek aurrebista azkarrerako bakarrik dira. Harpidetza formularioaren helbidea lortzeko, joan zererndaren harpideetara eta klikatu \"Harpidetza Formularioa\" gainean.", + "formPreview": "Formulario aurrebista:", + "refresh": "Freskatu", + "closePreview": "Itxi aurrebista", + "templates": "Plantilak", + "customFormsUseMjmlForFormattingSeeThe": "Formulario pertsonalizatuek MJML erabiltzen dute formatua emateko. Ikusi MJML dokumentazioa <1>hemen", + "createCustomForm": "Sortu Formulario Pertsonalizatua", + "fileMustBeSelected": "Fitxategia aukeratu behar duzu", + "csvDelimiterMustNotBeEmpty": "CSV bereizlea ezin da hutsa izan", + "emailMappingHasToBeProvided": "Emailen mapaketa adierazi behar da", + "importSaved": "Inportazioa gordeta", + "file": "Fitxategia", + "delimiter": "Bereizlea", + "preparationInProgressPleaseWaitTillItIs": "Prestaketa martxan. Mesedez itxaron bukatu arte edo bisitatu orri hau beranduago.", + "––Select ––": "–– Hautatu ––", + "eg": "adb.:", + "checkImportedEmails": "Egiaztatu inportatutako emailak", + "mapping": "Mapaketa egiten", + "saveAndEditSettings": "Gorde eta editatu ezarpenak", + "saveAndRun": "Gorde eta exekutatu", + "deletingImport": "Inportazioa ezabatzen ...", + "importDeleted": "Inportazioa ezabatuta", + "editImport": "Editatu Inportazioa", + "createImport": "Sortu Inportazioa", + "source": "Iturburua", + "lastRun": "Azkeneko exekuzioa", + "never": "inoiz ez", + "detailedStatus": "Egoera zehaztapena", + "row": "Lerroa", + "reason": "Zergaitia", + "importRunStatus": "Inportazio Egoera", + "importName": "Inportazio izena", + "importSource": "Inportazio iturburua", + "runStarted": "Exekuzioa Martxan", + "runFinished": "Exekuzioa Bukatuta", + "runStatus": "Exekuzio Egoera", + "processedEntries": "Prozesatutako sarrerak", + "newEntries": "Sarrera berriak", + "failedEntries": "Huts egindako sarrerak", + "error": "Arazoa", + "failedRows": "Huts egindako lerroak", + "started": "Hasita", + "processed": "Prozesatuta", + "new": "Berria", + "failed": "Huts eginda", + "importStatus": "Inportazio Egoera", + "actions": "Ekintzak", + "start": "Hasi", + "stop": "Gelditu", + "importRuns": "Inportazio Exekuzioak", + "csvFile": "CSV fitxategia", + "preparing": "Prestatzen", + "stopping": "Gelditzen", + "ready": "Prest", + "preparationFailed": "Prestaketa huts eginda", + "running": "Exekutatzen", + "starting": "Hasten", + "basicImportOfSubscribers": "Harpideen oinarrizko inportazioa", + "unsubscribeEmails": "Emailen harpidetza kendu", + "listName": "Zerrenda \"{{name}}\"", + "fieldName-1": "Eremua \"{{name}}\"", + "segmentName": "Segmentua \"{{name}}\"", + "importName-1": "Inportazioa \"{{name}}\"", + "run": "Exekutatu", + "customFormsName": "Formulario Pertsonalizatuak \"{{name}}\"", + "newRule": "Arau berria", + "segmentUpdated": "Segmentua eguneratuta", + "segmentCreated": "Segmentua sortuta", + "deletingSegment": "Segmentua ezabatzen ...", + "segmentDeleted": "Segmentua ezabatuta", + "editSegment": "Editatu segmentua", + "createSegment": "Sortu segmentua", + "segmentOptions": "Segmentu Aukerak", + "toplevelMatchType": "Goi mailako kointzidentiza mota", + "addCompositeRule": "Gehitu Arau Konposatua", + "addRule": "Gehitu Araua", + "rules": "Arauak", + "fieldMustBeSelected": "Eremua aukeratu behar da", + "field": "Eremua", + "select-1": "-- Hautatu --", + "ruleOptions": "Arau Aukerak", + "ok": "Ados", + "allRulesMustMatch": "Arau guztiek bat egin behar dute", + "atLeastOneRuleMustMatch": "Arau batek gutxienez bat egin behar du", + "noRuleMayMatch": "Ez da araurik bat etorri behar", + "equalTo": "Berdina da", + "valueInColumnColNameIsEqualToValue": "\"{{colName}}\" zutabeko balioa \"{{value}}\" balioarekin bat dator", + "matchWithSqlLike": "Bat dator (SQL LIKE bidez)", + "valueInColumnColNameMatchesWithSqlLike": "\"{{colName}}\" zutabeko balioa \"{{value}}\" balioarekin bat dator (SQL LIKE bidez)", + "matchWithRegularExpressions": "Bat dator (espresio erregularraren bidez)", + "valueInColumnColNameMatchesWithRegular": "\"{{colName}}\" zutabeko balioa \"{{value}}\" balioarekin bat dator (espresio erregularraren bidez)", + "alphabeticallyBefore": "Alfabetikoki aurretik", + "valueInColumnColNameIsAlphabetically": "Balioa \"{{colName}}\" zutabean \"{{value}}\"ren aurretik dago alfabetikoki", + "alphabeticallyBeforeOrEqualTo": "Alfabetikoki aurretik edo berdina da", + "valueInColumnColNameIsAlphabetically-1": "Balioa \"{{colName}}\" zutabean \"{{value}}\"ren aurretik dago edo berdina da", + "alphabeticallyAfter": "Alfabetikoki ondoren", + "valueInColumnColNameIsAlphabetically-2": "Balioa \"{{colName}}\" zutabean \"{{value}}\"ren ondoren dago alfabetikoki", + "alphabeticallyAfterOrEqualTo": "Alfabetikoki ondoren edo berdina da", + "valueInColumnColNameIsAlphabetically-3": "Balioa \"{{colName}}\" zutabean \"{{value}}\"ren ondoren dago edo berdina da", + "valueInColumnColNameIsEqualToValue-1": "Balioa \"{{colName}}\" zutabean {{value}}ren berdina da", + "lessThan": "Baino gutxiago", + "valueInColumnColNameIsLessThanValue": "Balioa \"{{colName}}\" zutabean {{value}} baino txikiagoa da", + "lessThanOrEqualTo": "Txikiagoa edo berdina da", + "valueInColumnColNameIsLessThanOrEqualTo": "Balioa \"{{colName}}\" zutabean {{value}} baino txikiagoa edo berdina da", + "greaterThan": "Baino handiagoa", + "valueInColumnColNameIsGreaterThanValue": "Balioa \"{{colName}}\" zutabean {{value}} baino handiagoa da", + "greaterThanOrEqualTo": "Handiagoa edo berdina da", + "valueInColumnColNameIsGreaterThanOrEqual": "Balioa \"{{colName}}\" zutabean {{value}} baino handiagoa edo berdina da", + "on": "Gainean", + "dateInColumnColNameIsValue": "\"{{colName}}\" zutabeko datak {{value}} balioa dauka", + "before": "Aurretik", + "dateInColumnColNameIsBeforeValue": "\"{{colName}}\" zutabeko data {{value}} baino lehenagokoa da", + "beforeOrOn": "Lehenago edo gainean", + "dateInColumnColNameIsBeforeOrOnValue": "\"{{colName}}\" zutabeko data {{value}} ondoren edo gainean dago", + "after": "Ondoren", + "dateInColumnColNameIsAfterValue": "\"{{colName}}\" zutabeko data {{value}} baino lehenagokoa da", + "afterOrOn": "Ondoren edo gainean", + "dateInColumnColNameIsAfterOrOnValue": "\"{{colName}}\" zutabeko balioa {{value}} ondoren dago", + "onXthDayBeforeafterCurrentDate": "Uneko dataren aurreko/ondoren x.garren egunean", + "dateInColumnColNameIsTheCurrentDate": "\"{{colName}}\" zutabeko data uneko data da", + "dateInColumnColNameIsTheValuethDayAfter": "\"{{colName}}\" zutabeko data uneko data baino {{value}} egun gehiagokoa da", + "dateInColumnColNameIsTheValuethDayBefore": "\"{{colName}}\" zutabeko data uneko data baino {{value}} egun gutxiagokoa da", + "beforeXthDayBeforeafterCurrentDate": "Uneko dataren aurreko/ondoren x.garren eguna baino lehen", + "dateInColumnColNameIsBeforeTheCurrent": "\"{{colName}}\" zutabeko data uneko data baino lehenago dago", + "dateInColumnColNameIsBeforeTheValuethDay": "\"{{colName}}\" zutabeko data uneko datatik {{value}} egun beranduagoko data baino lehenago dago", + "dateInColumnColNameIsBeforeTheValuethDay-1": "\"{{colName}}\" zutabeko data uneko data baino {{value}} egun lehenagoko data baino lehenago dago", + "beforeOrOnXthDayBeforeafterCurrentDate": "Uneko datatik x egun lehenago/beranduago baino beranduago", + "dateInColumnColNameIsBeforeOrOnThe": "\"{{colName}}\" zutabeko data uneko data baino lehenagokoa edo berdina da", + "dateInColumnColNameIsBeforeOrOnThe-1": "\"{{colName}}\" zutabeko data uneko data baino {{value}} egun beranduagoko data baino lehenagokoa edo berdina da", + "dateInColumnColNameIsBeforeOrOnThe-2": "\"{{colName}}\" zutabeko data uneko data baino {{value}} egun lehenagoko data baino lehenago dago edo berdinda da", + "afterXthDayBeforeafterCurrentDate": "Uneko data baino x egun lehenago/beranduago baino beranduago", + "dateInColumnColNameIsAfterTheCurrentDate": "\"{{colName}}\" zutabeko data uneko data baino beranduago dago", + "dateInColumnColNameIsAfterTheValuethDay": "\"{{colName}}\" zutabeko data uneko data baino {{value}} egun beranduagoko data baino beranduago dago", + "dateInColumnColNameIsAfterTheValuethDay-1": "\"{{colName}}\" zutabeko data uneko data baino {{value}} egun lehenagoko data baino beranduago dago", + "afterOrOnXthDayBeforeafterCurrentDate": "Uneko data baino x egun lehenago/beranduagoko data baino beranduago dago", + "dateInColumnColNameIsAfterOrOnTheCurrent": "\"{{colName}}\" zutabeko data uneko data baino beranduago dago", + "dateInColumnColNameIsAfterOrOnTheValueth": "\"{{colName}}\" zutabeko data uneko data baino {{value}} egun beranduagoko data baino beranduago dago", + "dateInColumnColNameIsAfterOrOnTheValueth-1": "\"{{colName}}\" zutabeko data uneko data baino {{value}} egun lehenagoko data baino beranduago dago", + "isSelected": "Hautatuta dago", + "valueInColumnColNameIsSelected": "\"{{colName}}\" zutabeko balioa hautatuta dago", + "isNotSelected": "Ez dago hautatuta", + "valueInColumnColNameIsNotSelected": "\"{{colName}}\" zutabeko balioa ez dago hautatuta", + "keyEqualTo": "Gakoa honen berdina da", + "theSelectedKeyInColumnColNameIsEqualTo": "\"{{colName}}\" zutabean hautatutako gakoa \"{{value}}\"ren berdina da", + "keyMatchWithSqlLike": "Gakoa bat dator (SQL LIKE bidez)", + "theSelectedKeyInColumnColNameMatchesWith": "\"{{colName}}\" zutabean hautatutako gakoa bat dator \"{{value}}\" balioarekin (SQL LIKE bidez)", + "keyMatchWithRegularExpressions": "Gakoa bat dator (espresio erregular bidez)", + "theSelectedKeyInColumnColNameMatchesWith-1": "\"{{colName}}\" zutabean hautatutako gakoa bat dator \"{{value}}\" balioarekin (espresio erregular bidez)", + "keyAlphabeticallyBefore": "Gakoa alfabetikoki aurretik", + "theSelectedKeyInColumnColNameIs": "\"{{colName}}\" zutabean hautatutako gakoa alfabetikoki \"{{value}}\" balioaren aurretik dago", + "keyAlphabeticallyBeforeOrEqualTo": "Gakoa alfabetikoki aurretik edo berdina da", + "theSelectedKeyInColumnColNameIs-1": "\"{{colName}}\" zutabeko hautatutako gakoa alfabetikoki \"{{value}}\" balioaren aurretik dago edo berdina da", + "keyAlphabeticallyAfter": "Gakoa alfabetikoki ondoren", + "theSelectedKeyInColumnColNameIs-2": "\"{{colName}}\" zutabeko hautatutako gakoa alfabetikoki \"{{value}}\" balioaren ondoren dago", + "keyAlphabeticallyAfterOrEqualTo": "Gakoa alfabetikoki ondoren edo berdina da", + "theSelectedKeyInColumnColNameIs-3": "\"{{colName}}\" zutabeko hautatutako gakoa alfabetikoki \"{{value}}\" balioaren ondoren dago edo berdina da", + "value": "Balioa", + "valueMustNotBeEmpty": "Balioak ezin du hutsa izan", + "valueMustBeANumber": "Balioa zenbakia izan behar da", + "numberOfDays": "Egun kopurua", + "beforeAfter": "Aurretik/Ondoren", + "beforeCurrentDate": "Gaurko dataren aurretik", + "afterCurrentDate": "Gaurko dataren ondoren", + "numberOfDaysMustNotBeEmpty": "Egun kopurua ezin da hutsa izan", + "numberOfDaysMustBeANumber": "Egun kopurua zenbakia izan behar da", + "emailAddress-1": "Helbide elektroniko helbidea", + "signupCountry": "Harpidetza herrialdea", + "signUpDate": "Harpidetza data data", + "testUser": "Proba erabiltzailea", + "subscribed": "Harpidetuta", + "dropdown": "Goitibehera", + "notSelected": "Hautatu gabe", + "anotherSubscriptionWithTheSameEmail": "Helbide elektroniko berdinarekin badago lehendik harpidetza bat.", + "subscriptionUpdated": "Harpidetza eguneratuta", + "subscriptionCreated": "Harpidetza sortuta", + "itSeemsThatAnotherSubscriptionWithThe": "Badirudi bitartean beste harpidetza bat sortu dela helbide elektroniko berdinarekin. Freskatu orria izen emate berri bati ekiteko. Kontutan izan zure aldaketak galdu egingo direla.", + "areYouSureYouWantToDeleteSubscriptionFor": "Ziur zaude \"{{email}}\" helbidearen harpidetza ezabatu nahi duzula?", + "deletingSubscription": "Hapidetza ezabatzen ...", + "subscriptionDeleted": "Harpidetza ezabatuta", + "editSubscription": "Editatu harpidetza", + "createSubscription": "Sortu Harpidetza", + "subscriptionStatus": "Harpidetza egoera", + "testUser?": "Proba erabiltzailea?", + "ifCheckedThenThisSubscriptionCanBeUsed": "Aukeratzen bada harpidetza hau kanpina mezuen aurrebista ikusteko erabili ahalko da", + "erased": "[EZABATUTA]", + "confirmUnsubscription": "Baieztatu harpidetza uztea", + "areYouSureYouWantToUnsubscribeEmail?": "Ziur zaude {{email}} helbidearen harpidetza utzi nahi duzula?", + "unsubscribingEmail": "{{email}} helbidearen harpidetza kentzen", + "emailUnsubscribed": "{{email}} helbidearen harpidetza kenduta", + "confirmEmailBlacklisting": "Baieztatu Helbide Elektronikoa zerrenda beltzean sartzea", + "areYouSureYouWantToBlacklistEmail?": "Ziur zaude {{email}} helbidea zerrenda beltzean sartu nahi duzula?", + "blacklistingEmail": "{{email}} helbidea zerrenda beltzean sartzen", + "emailBlacklisted": "{{email}} helbidea zerrenda beltzean sartuta", + "allSubscriptions": "Harpidetza guztiak", + "subscriptionForm-1": "Harpidetza Formularioa", + "exportAsCsv": "CSV moduan esportatu", + "addSubscriber": "Gehitu Harpidetza", + "unubscribed": "Harpidetza utzita", + "usernameOrEmailMustNotBeEmpty": "Erabiltzaile izena edo helbide elektronikoa ezin da hutsa izan", + "processing-1": "Prozesatzen ...", + "ifTheUsernameEmailExistsInTheSystem": "Sisteman erabiltzailea / helbide elektronikoa badago, pasahitza berrezartzeko esteka bidaliko da erregistratutako helbide eletronikora.", + "pleaseEnterYourUsernameEmailAndTryAgain": "Mesedez sartu zure erabiltzaile izena / posta eletronikoa eta saaitu berriro.", + "passwordReset": "Pasahitz Berrezartzea", + "pleaseProvideTheUsernameOrEmailAddress": "Mesedez adierazi zure Mailtrain kontuan erregistratuta dagoen erabiltzaile izen edo helbide eletronikoa.", + "weWillSendYouAnEmailThatWillAllowYouTo": "Zure kontuaren pasahitza berrezartzea ahalbidetuko dizun mezua bidaliko dizugu.", + "usernameOrEmail": "Erabiltzaile izena edo helbide elektronikoa", + "sendEmail": "Bidali mezua", + "userNameMustNotBeEmpty": "Erabiltzaile izena ezin da hutsa izan", + "passwordMustNotBeEmpty": "Pasahitza ezin da hutsa izan", + "verifyingCredentials": "Kredentzialak balidatzen ...", + "pleaseEnterYourCredentialsAndTryAgain": "Mesedez sartu zure kredentzialak eta saiatu berriro.", + "invalidUsernameOrPassword": "Erabiltzaile izen edo pasahiz desegokia.", + "forgotYourPassword?": "Has olvidado la contraseña?", "signIn": "Saioa hasi", "username": "Erabiltzailea", "password": "Pasahitza", - "rememberMe": "Remember me", - "resettingPassword": "Resetting password ...", - "passwordReset-1": "Password reset", - "yourPasswordCannotBeReset": "Your password cannot be reset.", - "thePasswordResetTokenHasExpired": "The password reset token has expired.", - "clickHereToRequestANewPasswordResetLink": "Click here to request a new password reset link.", - "validatingPasswordResetToken": "Validating password reset token ...", - "thePasswordCannotBeReset": "The password cannot be reset", - "setNewPasswordFor": "Set new password for", - "resetPassword": "Reset password", - "parentNamespaceMustBeSelected": "Parent Namespace must be selected", - "namespaceUpdated": "Namespace updated", - "namespaceCreated": "Namespace created", - "thereHasBeenALoopDetectedInTheAssignment": "There has been a loop detected in the assignment of the parent namespace. This is most likely because someone else has changed the parent of some namespace in the meantime. Refresh your page to start anew. Please note that your changes will be lost.", - "itSeemsThatTheParentNamespaceHasBeen": "It seems that the parent namespace has been deleted in the meantime. Refresh your page to start anew. Please note that your changes will be lost.", - "deletingNamespace": "Deleting namespace ...", - "namespaceDeleted": "Namespace deleted", - "editNamespace": "Edit Namespace", - "createNamespace": "Create Namespace", - "parentNamespace": "Parent Namespace", - "namespaces": "Namespaces", - "namespaceName": "Namespace \"{{name}}\"", - "reportTemplateMustBeSelected": "Report template must be selected", - "exactlyOneItemHasToBeSelected": "Exactly one item has to be selected", - "atLeastCountItemsHaveToBeSelected": "At least {{ count }} item(s) have to be selected", - "atMostCountItemsCanToBeSelected": "At most {{ count }} item(s) can to be selected", - "reportParametersAreNotSelectedWaitFor": "Report parameters are not selected. Wait for them to get displayed and then fill them in.", - "reportUpdated": "Report updated", - "reportCreated": "Report created", - "unknownFieldTypeType": "Unknown field type \"{{type}}\"", - "deletingReport": "Deleting report ...", - "reportDeleted": "Report deleted", - "editReport": "Edit Report", - "createReport": "Create Report", - "reportTemplate-1": "Report Template", - "reportParameters": "Report parameters", - "loadingReportTemplate": "Loading report template...", - "processing-2": "Processing", - "view": "View", - "refreshReport": "Refresh report", - "reportGenerationFailed": "Report generation failed", - "regenerateReport": "Regenerate report", - "viewConsoleOutput": "View console output", - "reportTemplates": "Report Templates", - "reports": "Reports", - "reportName": "Report {{name}}", - "loadingReport": "Loading report ...", - "outputForReportName": "Output for report {{name}}", - "loadingReportOutput": "Loading report output ...", - "reportIsBeingGenerated": "Report is being generated", - "reportNotGenerated": "Report not generated", - "reportName-1": "Report \"{{name}}\"", - "output": "Output", - "templateName": "Template \"{{name}}\"", - "mimeTypeMustBeSelected": "MIME Type must be selected", - "syntaxErrorInTheUserFieldsSpecification": "Syntax error in the user fields specification", - "reportTemplateUpdated": "Report template updated", - "reportTemplateCreated": "Report template created", - "deletingReportTemplate": "Deleting report template ...", - "reportTemplateDeleted": "Report template deleted", - "editReportTemplate": "Edit Report Template", - "createReportTemplate": "Create Report Template", + "rememberMe": "Gogora nazazu", + "resettingPassword": "Pasahitza berrezartzen ...", + "passwordReset-1": "Pasahitza berrezarri", + "yourPasswordCannotBeReset": "Zure pasahitza ezin da berrezarri.", + "thePasswordResetTokenHasExpired": "Pasahitza berrezartzeko tokena iraungi da.", + "clickHereToRequestANewPasswordResetLink": "Klikatu hemen pasahitza berrezartzeko esteka berria eskatzeko.", + "validatingPasswordResetToken": "Pasahitza berrezartzeko tokena balidatzen ...", + "thePasswordCannotBeReset": "Pasahitza ezin da berrezarri", + "setNewPasswordFor": "Ezarri pasahitz berria honentzat", + "resetPassword": "Pasahitza berrezarri", + "parentNamespaceMustBeSelected": "Izen-eremu gurasoa hautatu behar da", + "namespaceUpdated": "Izen-eremua eguneratuta", + "namespaceCreated": "Izen-eremua sortuta", + "thereHasBeenALoopDetectedInTheAssignment": "Izen-eremu gurasoa ezartzea begizta bat antzeman da. Hau ziurrenik beste norbaitek bitartean izen-eremu baten gurasoa aldatu duelako gertatu da. Freskatu zure orria berriro hasteko. Kontutan izan zure aldaketak galdu egingo direla.", + "itSeemsThatTheParentNamespaceHasBeen": "Badirudi bitartean guraso izen-eremua ezabatua izan dela. Freskatu zure orria berriro hasteko. Kontutan izan zure aldaketak galdu egingo direla.", + "deletingNamespace": "Izen-eremua ezabatzen ...", + "namespaceDeleted": "Izen-eremua ezabatuta", + "editNamespace": "Editat Izen-eremua", + "createNamespace": "Sortu Izen-eremua", + "parentNamespace": "Izen-eremu gurasoa", + "namespaces": "Izen-eremuak", + "namespaceName": "\"{{name}}\" Izen-eremua", + "reportTemplateMustBeSelected": "Txosten plantila hautatu behar da", + "exactlyOneItemHasToBeSelected": "Zehazki elementu bat hautatu behar da", + "atLeastCountItemsHaveToBeSelected": "Gutxienez {{ count }} elementu hautatu behar dira", + "atMostCountItemsCanToBeSelected": "Gehienez {{ count }} elementu hautatu daitezke", + "reportParametersAreNotSelectedWaitFor": "Txosten ezaugarriak ez dira hautatu. Itxaron erkusten diren bitartean eta bete itzazu gero.", + "reportUpdated": "Txostena eguneratuta", + "reportCreated": "Txostena sortuta", + "unknownFieldTypeType": "\"{{type}}\" eremu mota ezezaguna", + "deletingReport": "Txosten ezabatzen ...", + "reportDeleted": "Txostena ezabatuta", + "editReport": "Editatu txostena", + "createReport": "Sortu Txostena", + "reportTemplate-1": "Txosten Plantila", + "reportParameters": "Txosten ezaugarriak", + "loadingReportTemplate": "Txosten plantila kargatzen...", + "processing-2": "Prozesatzen", + "view": "Ikusi", + "refreshReport": "Freskatu txostena", + "reportGenerationFailed": "Txostena sortzeak huts egin du", + "regenerateReport": "Birsortu txostena", + "viewConsoleOutput": "Ikusi kontsolako irteera", + "reportTemplates": "Txosten Plantilak", + "reports": "Txostenak", + "reportName": "{{name}} Txostena", + "loadingReport": "Txostena kargatzen ...", + "outputForReportName": "{{name}} txostenaren irteera", + "loadingReportOutput": "Txostenaren irteera kargatzen ...", + "reportIsBeingGenerated": "Txostena sortzen", + "reportNotGenerated": "Txostena ez da sortu", + "reportName-1": "\"{{name}}\" Txostena", + "output": "Irteera", + "templateName": "\"{{name}}\" Plantila", + "mimeTypeMustBeSelected": "MIME mota hautatu behar da", + "syntaxErrorInTheUserFieldsSpecification": "Sintaxi errorea erabiltzailearen eremu ezarpenetan", + "reportTemplateUpdated": "Txosten plantila eguneratuta", + "reportTemplateCreated": "Txosten plantila sortuta", + "deletingReportTemplate": "Txosten plantila ezabatzen ...", + "reportTemplateDeleted": "Txosten plantila ezabatuta", + "editReportTemplate": "Editatu Txosten Plantila", + "createReportTemplate": "Sortu Txosten Plantila", "csv": "CSV", - "userSelectableFields": "User selectable fields", - "jsonSpecificationOfUserSelectableFields": "JSON specification of user selectable fields.", - "dataProcessingCode": "Data processing code", - "renderingTemplate": "Rendering template", - "writeTheBodyOfTheJavaScriptFunctionWith": "Write the body of the JavaScript function with signature <1>function(inputs, callback) that returns an object to be rendered by the Handlebars template below.", - "useHtmlWithHandlebarsSyntaxSee": "Use HTML with Handlebars syntax. See documentation <1>here.", - "blank": "Blank", - "openCounts": "Open counts", - "openCountsAsCsv": "Open counts as CSV", - "aggregatedOpenCounts": "Aggregated open counts", - "current": "(current)", - "administration": "Administration", - "users": "Users", - "globalSettings": "Global Settings", - "sendConfigurations": "Send configurations", - "logOut": "Log out", - "home": "Home", - "mailerTypeMustBeSelected": "Mailer type must be selected", - "verpHostnameMustNotBeEmpty": "VERP hostname must not be empty", - "sendConfigurationUpdated": "Send configuration updated", - "sendConfigurationCreated": "Send configuration created", - "deletingSendConfiguration": "Deleting send configuration ...", - "sendConfigurationDeleted": "Send configuration deleted", - "editSendConfiguration": "Edit Send Configuration", - "createSendConfiguration": "Create Send Configuration", - "emailHeader": "Email Header", - "defaultFromEmail": "Default \"from\" email", - "overridable": "Overridable", - "defaultFromName": "Default \"from\" name", - "defaultReplytoEmail": "Default \"reply-to\" email", + "userSelectableFields": "Erabiltzailearen eremu hautagarriak", + "jsonSpecificationOfUserSelectableFields": "Erabiltzailearen eremu hautagarrien JSON ezarpenak", + "dataProcessingCode": "Datu prozesamendu kodea", + "renderingTemplate": "Plantila errenderizatzen", + "writeTheBodyOfTheJavaScriptFunctionWith": "Idatzi Handlebars plantilaren bidez errendatzeko objektua itzuliko duen JavaScript funtzioaren gorputza <1>function(inputs, callback) sinadurarekin.", + "useHtmlWithHandlebarsSyntaxSee": "Erabili HTMLa Handlebars sintaxiarekin. Ikusi dokumentazioa <1>hemen.", + "blank": "Hutsa", + "openCounts": "Irekiera kopurua", + "openCountsAsCsv": "Irekiera kopurua CSV formatuan", + "aggregatedOpenCounts": "Agregatutako irekiera kopurua", + "current": "(unekoa)", + "administration": "Administrazioa", + "users": "Erabiltzaileak", + "globalSettings": "Erarpen Orokorrak", + "sendConfigurations": "Bidalketa konfigurazioa", + "logOut": "Irten", + "home": "Etxea", + "mailerTypeMustBeSelected": "Mezulari mota hautatu behar da", + "verpHostnameMustNotBeEmpty": "VERP hasiera orria ezin da hutsa izan", + "sendConfigurationUpdated": "Bidalketa konfigurazioa eguneratuta", + "sendConfigurationCreated": "Bidalketa konfigurazioa sortuta", + "deletingSendConfiguration": "Bidalketa konfigurazioa ezabatzen ...", + "sendConfigurationDeleted": "Bidalketa konfigurazioa ezabatuta", + "editSendConfiguration": "Editatu Bidalketa Konfigurazioa", + "createSendConfiguration": "Sortu Bidalketa Konfigurazioa", + "emailHeader": "Mezu Goiburua", + "defaultFromEmail": "Defektuzko \"nork\" helbide elektronikoa", + "overridable": "Gainidatzi daiteke", + "defaultFromName": "Defektuzko \"nork\" izena", + "defaultReplytoEmail": "Defektuzko \"erantzun-honi\" helbide elektronikoa", "xMailer": "X-Mailer", - "verpBounceHandling": "VERP Bounce Handling", - "verpStatus": "VERP status", - "serverHostname": "Server hostname", - "theVerpServerHostnameEgBouncesexamplecom": "The VERP server hostname, eg. bounces.example.com", - "verpBounceHandlingServerHostnameThis": "VERP bounce handling server hostname. This hostname is used in the SMTP envelope FROM address and the MX DNS records should point to this server", - "disableSenderHeader": "Disable sender header", - "withDmarcTheReturnPathAndFromAddressMust": "With DMARC, the Return-Path and From address must match the same domain. By default we get around this by using the VERP address in the Sender header, with the side effect that some email clients diplay an ugly on behalf of message. You can safely disable this Sender header if you're not using DMARC or your VERP hostname is in the same domain as the From address.", - "mailtrainIsAbleToUseVerpBasedRoutingTo": "<0>Mailtrain is able to use VERP based routing to detect bounces. In this case the message is sent to the recipient using a custom VERP address as the return path of the message. If the message is not accepted a bounce email is sent to this special VERP address and thus a bounce is detected.", - "toGetVerpWorkingYouNeedToSetUpADnsMx": "<0>To get VERP working you need to set up a DNS MX record that points to your Mailtrain hostname. You must also ensure that Mailtrain VERP interface is available from port 25 of your server (port 25 usually requires root user privileges). This way if anyone tries to send email to someuser@verp-hostname then the email should end up to this server.", - "verpUsuallyOnlyWorksIfYouAreUsingYourOwn": "<0>VERP usually only works if you are using your own SMTP server. Regular relay services (SES, SparkPost, Gmail etc.) tend to remove the VERP address from the message.", - "verpBounceHandlingServerIsNotEnabled": "<0>VERP bounce handling server is not enabled. Modify your server configuration file and restart server to enable it.", - "sendConfigurations-1": "Send Configurations", - "labelMustNotBeEmpty": "{{label}} must not be empty", - "labelMustBeANumber": "{{label}} must be a number", - "genericSmtp": "Generic SMTP", - "zoneMta": "Zone MTA", + "verpBounceHandling": "VERP Errebote Kudeaketa", + "verpStatus": "VERP egoera", + "serverHostname": "Zerbitzari helbide nagusia", + "theVerpServerHostnameEgBouncesexamplecom": "VERP zerbitzari helbide nagusia, adb. erreboteak.adibidea.eus", + "verpBounceHandlingServerHostnameThis": "VERP errebote kudeaketa zerbitzariaren helbide nagusia. Helbide nagusi hau SMTP gutun-azalaren NORK helbidean erabiltzen da eta DNSaren MX erregistroak zerbitzari horretara apuntatu beharko luke", + "disableSenderHeader": "Desgaut bidaltzaile goiburua", + "withDmarcTheReturnPathAndFromAddressMust": "DMARC erabiltzeko, Itzuli-HOna eta Nork helbideak domeinu berdina eduki behar dute. Defektuz hau Bidaltzailearen goiburuan VERP helbidea erabiliz burutzen dugu, posta bezero batzuek mezuaren izenean itsusi erakustearen albo ondorioarekin. Bidaltzaile goiburu hau seguru desgaitu dezakezu ez bazara DMARC erabiltzen hari edo zure VERP helbide nagusia Nork helbidearen domeinu berean badago.", + "mailtrainIsAbleToUseVerpBasedRoutingTo": "<0>Mailtrain gai da VERP bidezko bideratzaileak erabiliz erreboteak antzemateko. Kasu honetan mezuaren itzulera helbidean VERP helbide pertsonalizatu bat erabiliz bidaltzen da mezua. Mezua ez bada onartzen errebote mezu bat bidaltzen da VERP helbide berezi honetara eta horrela errebotea detektatu.", + "toGetVerpWorkingYouNeedToSetUpADnsMx": "<0>VERP martxan jarri ahal izateko zure Mailtrain helbidera apuntatzen duen DNS MX erregistro bat sortu behar da. Ziurtatu behar duzu Mailtrain VERP interfazea zure zerbitzariaren 25 portuaren bidez eskuragarri dagoela (25 portuak gehienetan root erabiltzaile baimenak eskatzen ditu). Modu honetara norbait someuser@verp-hostname helbidera mezu bat bidaltzen saiatzen bada, mezuak zerbitzari honetan amaituko du.", + "verpUsuallyOnlyWorksIfYouAreUsingYourOwn": "<0>VERP normalean SMTP zerbitzari propioa erabiliz bakarrik ibiltzen da ongi. Transmisio zerbitzu erregularrak (SES, SparkPost, Gmail etab.) VERP helbidea mezutik kentzen saiatzen dira.", + "verpBounceHandlingServerIsNotEnabled": "<0>VERP errebote kudeaketa zerbitzaria ez dago gaituta. Egokitu zure zerbitzari ezarpenen fitxategia eta berrabiarazi zerbitzaria aktibatu ahal izateko.", + "sendConfigurations-1": "Bidalketa konfigurazioak", + "labelMustNotBeEmpty": "{{label}} ezin da hutsa izan", + "labelMustBeANumber": "{{label}} zenbakia izan behar da", + "genericSmtp": "SMTP generikoa", + "zoneMta": "MTA zona", "amazonSes": "Amazon SES", - "doNotUseEncryption": "Do not use encryption", - "useTls –UsuallySelectedForPort465": "Use TLS – usually selected for port 465", - "useStarttls –UsuallySelectedForPort587": "Use STARTTLS – usually selected for port 587 and 25", - "usEastOhio": "US East (Ohio)", - "usEastNVirginia": "US East (N. Virginia)", - "usWestNCalifornia": "US West (N. California)", - "usWestOregon": "US West (Oregon)", - "africaCapeTown": "Africa (Cape Town)", - "asiaPacificHongKong": "Asia Pacific (Hong Kong)", - "asiaPacificMumbai": "Asia Pacific (Mumbai)", - "asiaPacificOsaka": "Asia Pacific (Osaka)", - "asiaPacificSeoul": "Asia Pacific (Seoul)", - "asiaPacificSingapore": "Asia Pacific (Singapore)", - "asiaPacificSydney": "Asia Pacific (Sydney)", - "asiaPacificTokyo": "Asia Pacific (Tokyo)", - "canadaCentral": "Canada (Central)", - "europeFrankfurt": "Europe (Frankfurt)", - "europeIreland": "Europe (Ireland)", - "europeLondon": "Europe (London)", - "europeMilan": "Europe (Milan)", - "europeParis": "Europe (Paris)", - "europeStockholm": "Europe (Stockholm)", - "middleEastBahrain": "Middle East (Bahrain)", - "southAmericaSaoPaulo": "South America (São Paulo)", - "builtinZoneMta": "Built-in ZoneMTA", - "dynamicConfigurationOfDkimKeysViaZoneMt": "Dynamic configuration of DKIM keys via ZoneMTA's Mailtrain plugin", - "dynamicConfigurationOfDkimKeysViaZoneMt-1": "Dynamic configuration of DKIM keys via ZoneMTA's HTTP config plugin", - "noDynamicConfigurationOfDkimKeys": "No dynamic configuration of DKIM keys", - "mailerSettings": "Mailer Settings", - "mailerType": "Mailer type", - "hostname": "Hostname", - "hostnameEgSmtpexamplecom": "Hostname, eg. smtp.example.com", - "port": "Port", - "portEg465AutodetectedIfLeftBlank": "Port, eg. 465. Autodetected if left blank", - "encryption": "Encryption", - "enableSmtpAuthentication": "Enable SMTP authentication", - "usernameEgMyaccount@examplecom": "Username, eg. myaccount@example.com", - "advancedMailerSettings": "Advanced Mailer Settings", - "logSmtpTransactions": "Log SMTP transactions", - "allowSelfsignedCertificates": "Allow self-signed certificates", - "maxConnections": "Max connections", - "theCountOfMaxConnectionsEg10": "The count of max connections, eg. 10", - "theCountOfMaximumSimultaneousConnections": "The count of maximum simultaneous connections to make against the SMTP server (defaults to 5). This limit is per sending process.", - "maxMessages": "Max messages", - "theCountOfMaxMessagesEg100": "The count of max messages, eg. 100", - "theNumberOfMessagesToSendThroughASingle": "The number of messages to send through a single connection before the connection is closed and reopened (defaults to 100)", - "throttling": "Throttling", - "messagesPerHourEg1000": "Messages per hour eg. 1000", - "maximumNumberOfMessagesToSendInAnHour": "Maximum number of messages to send in an hour. Leave empty or zero for no throttling. If your provider uses a different speed limit (messages/minute or messages/second) then convert this limit into messages/hour (1m/s => 3600m/h). This limit is per sending process.", - "dynamicConfiguration": "Dynamic configuration", - "dkimSigning": "DKIM Signing", - "zoneMtaDkimApiKey": "ZoneMTA DKIM API key", - "secretValueKnownToZoneMtaForRequesting": "Secret value known to ZoneMTA for requesting DKIM key information. If this value was generated by the Mailtrain installation script then you can keep it as it is.", - "dkimDomain": "DKIM domain", - "leaveBlankToUseTheSenderEmailAddress": "Leave blank to use the sender email address domain.", - "dkimKeySelector": "DKIM key selector", - "signingIsDisabledWithoutAValidSelector": "Signing is disabled without a valid selector value.", - "dkimPrivateKey": "DKIM private key", - "beginsWithBeginRsaPrivateKey": "Begins with \"-----BEGIN RSA PRIVATE KEY-----\"", - "signingIsDisabledWithoutAValidPrivateKey": "Signing is disabled without a valid private key.", - "accessKey": "Access key", - "awsAccessKeyId": "AWS access key ID", - "accessSecret": "Access Secret", - "awsSecretAccessKey": "AWS secret access key", - "region": "Region", - "ifYouAreUsingZoneMtaThenMailtrainCan": "<0>If you are using ZoneMTA then Mailtrain can provide a DKIM key for signing all outgoing messages. Other services usually provide their own means to DKIM sign your messages.", - "doNotUseSensitiveKeysHereThePrivateKeyIs": "<0>Do not use sensitive keys here. The private key is not encrypted in the database.", - "globalSettingsSaved": "Global settings saved", - "adminEmail": "Admin email", - "thisEmailIsUsedAsTheMainContactAndAsA": "This email is used as the main contact and as a default email address if no email address is specified in list settings.", - "defaultHomepageUrl": "Default homepage URL", - "thisUrlWillBeUsedInListSubscriptionForms": "This URL will be used in list subscription forms if no homepage is specified in list settings.", - "trackingId": "Tracking ID", + "doNotUseEncryption": "Ez erabili enkriptazioa", + "useTls –UsuallySelectedForPort465": "Erabili TLS – normalean 465 portuarentzat hautatzen da", + "useStarttls –UsuallySelectedForPort587": "Erabili STARTTLS – normalean 587 eta 25 portuetarako hautatzen da", + "usEastOhio": "AEB Ekialdea (Ohio)", + "usEastNVirginia": "AEB Ekialdea (N. Virginia)", + "usWestNCalifornia": "AEB Mendebaldea (N. California)", + "usWestOregon": "AEB Mendebaldea (Oregon)", + "africaCapeTown": "Afrika (Cape Town)", + "asiaPacificHongKong": "Asia Pazifikoa (Hong Kong)", + "asiaPacificMumbai": "Asia Pazifikoa (Mumbai)", + "asiaPacificOsaka": "Asia Pazifikoa (Osaka)", + "asiaPacificSeoul": "Asia Pazifikoa (Seul)", + "asiaPacificSingapore": "Asia Pazifikoa (Singapore)", + "asiaPacificSydney": "Asia Pazifikoa (Sydney)", + "asiaPacificTokyo": "Asia Pazifikoa (Tokio)", + "canadaCentral": "Kanada (Erdia)", + "europeFrankfurt": "Europa (Frankfurt)", + "europeIreland": "Europa (Irlanda)", + "europeLondon": "Europa (Londres)", + "europeMilan": "Europa (Milan)", + "europeParis": "Europa (Paris)", + "europeStockholm": "Europa (Stockholm)", + "middleEastBahrain": "Erdi Ekialdea (Bahrain)", + "southAmericaSaoPaulo": "Hego Amerika (Sao Paulo)", + "builtinZoneMta": "ZoneMTA integratua", + "dynamicConfigurationOfDkimKeysViaZoneMt": "DKIM gakoen Konfigurazio dinamikoa ZonaMTAren Mailtrain pluginaren bitartez", + "dynamicConfigurationOfDkimKeysViaZoneMt-1": "DKIM gakoen Konfigurazio dinamikoa ZonaMTAren HTTP konfigurazio pluginaren bitartez", + "noDynamicConfigurationOfDkimKeys": "DKIM gakoen konfigurazio dinamikorik ez", + "mailerSettings": "Bidaltzaile ezarpenak", + "mailerType": "Bidaltzaile mota", + "hostname": "Helbide nagusia", + "hostnameEgSmtpexamplecom": "Helbide nagusia, adb. smtp.adibidea.eus", + "port": "Portua", + "portEg465AutodetectedIfLeftBlank": "Portua, adb. 465. Autodetektatu hutsik utziz gero", + "encryption": "Enkriptazioa", + "enableSmtpAuthentication": "Gaitu SMTP autentifikazioa", + "usernameEgMyaccount@examplecom": "Erabiltzaile izena, adb. nirekontua@adibidea.eus", + "advancedMailerSettings": "Bidaltzaile Ezarpen Aurreratuak", + "logSmtpTransactions": "SMPT transakzio erregistroa", + "allowSelfsignedCertificates": "Onartu norberak sinatutako zertifikatuak", + "maxConnections": "Gehinezko konexioak", + "theCountOfMaxConnectionsEg10": "Gehienezko konexio kopurua, adb. 10", + "theCountOfMaximumSimultaneousConnections": "SMTP zerbitzariaren kontra aldi bereko gehienezko konexio kopurua (defektuz 5). Muga hau bidalketa prozesu bakoitzeko da.", + "maxMessages": "Gehienezko mezuak", + "theCountOfMaxMessagesEg100": "Gehienezko mezu kopurua, adb. 100", + "theNumberOfMessagesToSendThroughASingle": "Konexioa itxi eta berriro ireki aurretik konexio bakar batetik bidali daitekeen gehienezko mezu kopurua (defektuz 100)", + "throttling": "Mugatzea", + "messagesPerHourEg1000": "Mezuak orduko adb. 1000", + "maximumNumberOfMessagesToSendInAnHour": "Ordu betean bidaliko den gehienezko mezu kopurua. Utzi hutsik edo zerora mugarik ez jartzeko. Zure hornitzaileak beste abiadura muga bat erabiltzen badu (mezua/minutuko edo mezuak/segunduko) bihurtu muga hau mezuak/orduko (1m/s => 3600m/o). Muga hau bidalketa prozesuko da.", + "dynamicConfiguration": "Konfigurazio dinamikoa", + "dkimSigning": "DKIM Sinadura", + "zoneMtaDkimApiKey": "ZonaMTA DKIM API gakoa", + "secretValueKnownToZoneMtaForRequesting": "DKIM gako informazioa eskatzeko ZonaMTAren balio ezkutu ezaguna. Balio hau Mailtrain instalazio script-ak sortu bazuen bere horretan mantendu dezakezu.", + "dkimDomain": "DKIM domeinua", + "leaveBlankToUseTheSenderEmailAddress": "Hutsik utzi bidaltzaile helbide elektronikoaren domeinua erabiltzeko", + "dkimKeySelector": "DKIM gako hautatzailea", + "signingIsDisabledWithoutAValidSelector": "Hatatzaile egokirik gabe sinatzea desgaituta dago.", + "dkimPrivateKey": "DKIM gako pribatua", + "beginsWithBeginRsaPrivateKey": "\"-----BEGIN RSA PRIVATE KEY-----\" esaldiarekin hasten da", + "signingIsDisabledWithoutAValidPrivateKey": "Gako pribatu egokirik gabe sinatzea desgaituta dago.", + "accessKey": "Sarbide gakoa", + "awsAccessKeyId": "AWS sarbide gako IDa", + "accessSecret": "Sarbide balio Sekretua", + "awsSecretAccessKey": "AWS sarbide gako sekretua", + "region": "Eskualdea", + "ifYouAreUsingZoneMtaThenMailtrainCan": "<0>ZoneMTA erabiltzen ari bazara Mailtrainek DKIM gakoa eskeini dezake irteerako mezua guztiak sinatzeko. Beste zerbitzuek normalean beraien modua eskaintzen dute zure mezuak DKIM bidez sinatzeko.", + "doNotUseSensitiveKeysHereThePrivateKeyIs": "<0>Ez erabili gako sentsiblerik hemen. Gako pribatua ez da enkriptatuta gordetzen datu basean.", + "globalSettingsSaved": "Ezarpen orokorrak gordeta", + "adminEmail": "Administratzaile helbide elektronikoa", + "thisEmailIsUsedAsTheMainContactAndAsA": "Helbide elektroniko hau erabiltzen da kontaktu nagusi zein defektuzko helbide moduan ez bada helbide elektronikorik zehazten zerrendaren ezarpenetan.", + "defaultHomepageUrl": "Defektuzko helbide nagusia", + "thisUrlWillBeUsedInListSubscriptionForms": "URL hau harpidetza formularioan erabiliko da ez bada zerrendaren ezarpenetan helbide nagusia zehazten.", + "trackingId": "Jarraipen IDa", "uaxxxxxxx": "UA-XXXXX-XX", - "enterGoogleAnalyticsTrackingCode": "Enter Google Analytics tracking code", - "googleMapsApiKey": "Google Maps API Key", + "enterGoogleAnalyticsTrackingCode": "Sartu Google Analytics jarraipen kodea", + "googleMapsApiKey": "Google Maps API Gakoa", "xxxxxx": "XXXXXX", - "theMapOverviewInCampaignStatistics": "The map overview in campaign statistics requires a Google Maps API key. Please enter it here. If no key is given, Google may throttle map requests, which will result in occassional unavailability of the map in the campaign statistics.", + "theMapOverviewInCampaignStatistics": "Kanpainaren estatistiketako maparen ikuspegi orokorrak Google Maps API gakoa behar du. Mesedez sartu hemen. Ez bada gakoa zehazten, Googlek mapa eskaerak mugatuko ditu, kasu batzuetan kanpainaren estatistiketan mapa ez erabilgarri utziz.", "frontpageShoutOut": "Frontpage shout out", - "htmlCodeShownInTheFrontPageHeaderSection": "HTML code shown in the front page header section", - "gpgSigning": "GPG Signing", - "privateKeyPassphrase": "Private key passphrase", - "passphraseForTheKeyIfSet": "Passphrase for the key if set", - "onlyFillThisIfYourPrivateKeyIsEncrypted": "Only fill this if your private key is encrypted with a passphrase", - "gpgPrivateKey": "GPG private key", - "beginsWithBeginPgpPrivateKeyBlock": "Begins with '-----BEGIN PGP PRIVATE KEY BLOCK-----'", - "thisValueIsOptionalIfYouDoNotProvideA": "This value is optional. If you do not provide a private key GPG encrypted messages are sent without signing.", - "onlyMessagesThatAreEncryptedCanBeSigned": "<0>Only messages that are encrypted can be signed. Subsribers who have not set up a GPG public key in their profile receive normal email messages. Users with GPG key set receive encrypted messages and if you have signing key also set, the messages are signed with this key.", - "doNotUseSensitiveKeysHereThePrivateKey": "<0>Do not use sensitive keys here. The private key and passphrase are not encrypted in the database.", - "userMustNotBeEmpty": "User must not be empty", - "roleMustBeSelected": "Role must be selected", - "role": "Role", - "unshare": "Unshare", - "confirmUnsharing": "Confirm Unsharing", - "areYouSureYouWantToRemoveTheShareToUser": "Are you sure you want to remove the share to user \"{{username}}\"?", - "removingShareForUserUsername": "Removing share for user \"{{username}}\"", - "shareForUserUsernameRemoved": "Share for user \"{{username}}\" removed", - "addUser": "Add User", - "existingUsers": "Existing Users", - "areYouSureYouWantToRemoveTheSharingOfThe": "Are you sure you want to remove the sharing of the {{typeName}} \"{{name}}\"?", - "removingSharingOfTheTypeNameName": "Removing sharing of the {{typeName}} \"{{name}}\"", - "sharingOfTheTypeNameNameRemoved": "Sharing of the {{typeName}} \"{{name}}\" removed", - "sharesForUserUsername": "Shares for user \"{{username}}\"", - "namespace-1": "namespace", - "list-1": "list", - "template-1": "template", - "mosaicoTemplates": "Mosaico Templates", - "campaign-1": "campaign", - "customForms-2": "custom forms", - "report-1": "report", - "reportTemplate-2": "report template", - "sourceTemplateMustNotBeEmpty": "Source template must not be empty", - "templateUpdated": "Template updated", - "templateCreated": "Template created", - "deletingTemplate": "Deleting template ...", - "templateDeleted": "Template deleted", - "editTemplate": "Edit Template", - "createTemplate": "Create Template", - "cloneFromAnExistingTemplate": "Clone from an existing template", - "sourceTemplate": "Source template", - "warning!YouDoNotHaveNecessaryPermissions-2": "<0>Warning! You do not have necessary permissions to edit this template. Any changes that you perform here will be lost.", - "simple": "Simple", + "htmlCodeShownInTheFrontPageHeaderSection": "Hasiera orriko goiburuan erakusten den HTML kodea", + "gpgSigning": "GPG Sinatzea", + "privateKeyPassphrase": "Gako pribatuaren pasa-esaldia", + "passphraseForTheKeyIfSet": "Gakoa zehaztu bada berarentzat pasa-esaldia", + "onlyFillThisIfYourPrivateKeyIsEncrypted": "Soilik bete hau zure gako pribatua pasa-esaldi batekin enkriptatuta badago", + "gpgPrivateKey": "GPG gako pribatua", + "beginsWithBeginPgpPrivateKeyBlock": "'-----BEGIN PGP PRIVATE KEY BLOCK-----' esaldiaren hasten da", + "thisValueIsOptionalIfYouDoNotProvideA": "Balio hau hautazkoa da. Ez baduzu gako pribatua zehazten GPG bidez enkriptatutako mezuak sinadurarik gabe bidaliko dira.", + "onlyMessagesThatAreEncryptedCanBeSigned": "<0>Enkriptatuta dauden mezuak bakarrik sinatu daitezke. Bere profilean GPG gako publikoa ezarri gabe duten harpideek mezu normalak jasotzen dituzte. GPG gakoa zehaztuta duten erabiltzaileek enkriptatutako mezuak jasotzen dituzte eta gainera sinatzeko gakoa zehaztuta baduzu, mezua gako honekin sinatzen da.", + "doNotUseSensitiveKeysHereThePrivateKey": "<0>Ez erabili informazio sentikorra hemen. Gako pribatua eta pasa-esaldia ez dira enkriptatuta gordetzen datu basean.", + "userMustNotBeEmpty": "Erabiltzailea ezin da hutsa izan", + "roleMustBeSelected": "Rola hautatu behar da", + "role": "Rola", + "unshare": "Ez partekatu", + "confirmUnsharing": "Baieztatu Ez partekatzea", + "areYouSureYouWantToRemoveTheShareToUser": "Ziur zaude \"{{username}}\" erabiltzailearen partekatzea kendu nahi duzula?", + "removingShareForUserUsername": "\"{{username}}\" erabiltzailearen partekatzea kentzen", + "shareForUserUsernameRemoved": "\"{{username}}\" erabiltzailearen partekatzea kenduta", + "addUser": "Gehitu Erabiltzailea", + "existingUsers": "Dauden Erabiltzaileak", + "areYouSureYouWantToRemoveTheSharingOfThe": "Ziur zaude {{typeName}} \"{{name}}\" partekatzea kendu nahi duzula?", + "removingSharingOfTheTypeNameName": "{{typeName}} \"{{name}}\" partekatzea kentzen", + "sharingOfTheTypeNameNameRemoved": "{{typeName}} \"{{name}}\" partekatzea kenduta", + "sharesForUserUsername": "\"{{username}}\" erabiltzailearen partekatzeak", + "namespace-1": "izen-eremua", + "list-1": "zerrenda", + "template-1": "plantila", + "mosaicoTemplates": "Mosaico Plantilak", + "campaign-1": "kanpaina", + "customForms-2": "formulario pertsonalak", + "report-1": "txostena", + "reportTemplate-2": "txosten plantila", + "sourceTemplateMustNotBeEmpty": "Jatorri plantilak ezin du hutsa izan", + "templateUpdated": "Plantila eguneratuta", + "templateCreated": "Plantila sortuta", + "deletingTemplate": "Plantila ezabatzen ...", + "templateDeleted": "Plantila ezabatuta", + "editTemplate": "Editatu Plantila", + "createTemplate": "Sortu plantila", + "cloneFromAnExistingTemplate": "Bikoiztu lehendik dagoen plantila batetik", + "sourceTemplate": "Jatorri plantila", + "warning!YouDoNotHaveNecessaryPermissions-2": "<0>Kontuz! Ez daukazu plantila hau editatzeko nahikoa baimen. Hemen egiten duzun edozein aldaketa galdu egingo da.", + "simple": "Oinarrizkoa", "handlebars": "Handlebars", - "mosaicoTemplateMustBeSelected": "Mosaico template must be selected", - "changeMosaicoTemplate": "Change Mosaico Template", - "cancel": "Cancel", - "apply": "Apply", + "mosaicoTemplateMustBeSelected": "Mosaico plantila hautatu behar da", + "changeMosaicoTemplate": "Aldatu Mosaico Plantila", + "cancel": "Utzi", + "apply": "Aplikatu", "mosaico": "Mosaico", - "change": "Change", - "templateContentHtml": "Template content (HTML)", - "mosaicoTemplateDesigner": "Mosaico Template Designer", - "mosaicoWithPredefinedTemplates": "Mosaico with predefined templates", - "mosaicoTemplate-1": "Mosaico Template", + "change": "Aldatu", + "templateContentHtml": "Plantila edukia (HTML)", + "mosaicoTemplateDesigner": "Mosaico Plantila Diseinatzailea", + "mosaicoWithPredefinedTemplates": "Mosaico aurretiaz definitutako plantilekin", + "mosaicoTemplate-1": "Mosaico Plantila", "grapesJs": "GrapesJS", - "grapesJsTemplateDesigner": "GrapesJS Template Designer", + "grapesJsTemplateDesigner": "GrapesJS Plantila Diseinatzailea", "ckEditor4": "CKEditor 4", - "ckEditor4TemplateDesigner": "CKEditor 4 Template Designer", + "ckEditor4TemplateDesigner": "CKEditor 4 Plantila Diseinatzailea", "codeEditor": "Code Editor", - "codeEditorTemplateDesigner": "Code Editor Template Designer", - "mergeTagReference": "Merge tag reference", - "templateContentPlainText": "Template content (plain text)", - "warning!SwitchingTheMosaicoTemplateWorks": "<0>Warning! Switching the Mosaico template works only if the original and the new templates use the same fields. If they do not, your data will be lost. Please make sure you save your work before performing this operation.", - "mergeTagsAreTagsThatAreReplacedBefore": "\n <1>Merge tags are tags that are replaced before sending out the message. The format of the merge tag is the following: <1>[TAG_NAME] or <3>[TAG_NAME/fallback] where <5>fallback is an optional text value used when <7>TAG_NAME is empty.\n ", - "youCanUseAnyOfTheStandardMergeTagsBelow": "\n <1>You can use any of the standard merge tags below. In addition to that every custom field has its own merge tag. Check the fields of the list you are going to send to.\n ", - "mergeTagsAreTagsThatAreReplacedBefore-1": "\n <1>Merge tags are tags that are replaced before sending out the message. The format of the merge tag is the following: <1>{tg('TAG_NAME')}. \n ", - "theWholeMessageIsInterpretedAsHandlebars": "\n <1>The whole message is interpreted as Handlebars template (see <1>http://handlebarsjs.com/). You can use any Handlebars blocks and expressions\n in the template. The merge tags form the root context of the Handlebars template.\n ", - "urlThatPointsToTheSubscribePageOfThe": "URL that points to the subscribe page of the first list in the campaign that allows public subscriptions", - "urlThatPointsToTheUnsubscribePage": "URL that points to the unsubscribe page", - "urlThatPointsToThePreferencesPageOfThe": "URL that points to the preferences page of the subscriber", - "urlToPreviewTheMessageInABrowser": "URL to preview the message in a browser", - "uniqueIdThatIdentifiesTheRecipient": "Unique ID that identifies the recipient", - "uniqueIdThatIdentifiesTheListUsedForThis": "Unique ID that identifies the list used for this campaign", - "uniqueIdThatIdentifiesTheListTheIndexIs0": "Unique ID that identifies the list. The <1>index is 0-based index of the list in the campaign. <3>LIST_ID_0 thus means the first list in the campaign.", - "theSameAsAboveButOnlyTakingIntoAccount": "The same as above, but only taking into account the lists for which public subscribe is enabled. <1>PUBLIC_LIST_ID_0 thus means the first public list in the campaign.", - "uniqueIdThatIdentifiesCurrentCampaign": "Unique ID that identifies current campaign", - "forRssCampaignsTheFollowingFurtherTags": "\n <1>For RSS campaigns, the following further tags can be used.\n ", - "rssEntryTitle": "RSS entry title", - "rssEntryDate": "RSS entry date", - "rssEntryLink": "RSS entry link", - "contentOfAnRssEntry": "Content of an RSS entry", - "rssEntrySummary": "RSS entry summary", - "rssEntryImageUrl": "RSS entry image URL", - "mailtrainCustomTagsTheCustomTagsCanBe": "Mailtrain custom tags. The custom tags can be passed in via <1>mt:entries-json element in RSS entry. The text contents of the elements is interpreted as JSON-formatted object..", - "toExtractTheTextFromHtmlClickHerePlease": "To extract the text from HTML click <1>here. Please note that your existing plaintext in the field above will be overwritten.", - "mosaicoTemplateUpdated": "Mosaico template updated", - "mosaicoTemplateCreated": "Mosaico template created", - "deletingMosaicoTemplate": "Deleting Mosaico template ...", - "mosaicoTemplateDeleted": "Mosaico template deleted", - "editMosaicoTemplate": "Edit Mosaico Template", - "createMosaicoTemplate": "Create Mosaico Template", - "warning!YouDoNotHaveNecessaryPermissions-3": "<0>Warning! You do not have necessary permissions to edit this Mosaico template. Any changes that you perform here will be lost.", - "blockThumbnails": "Block thumbnails", + "codeEditorTemplateDesigner": "Kode Editore Plantila Diseinatzailea", + "mergeTagReference": "Batze etiketen erreferentzia", + "templateContentPlainText": "Plantila edukia (testu arrunta)", + "warning!SwitchingTheMosaicoTemplateWorks": "<0>Kontuz! Mosaico plantila aldatu daiteke bakarrik oraingoak eta berriak eremu berdinak erabiltzen badituzte. Ez bada horrela, zure informazioa galduko da. Mesedez, ziurtatu zure lana gorde duzula eragiketa hau egin aurretik.", + "mergeTagsAreTagsThatAreReplacedBefore": "\n <1>Batze etiketak mezua bidali aurretik ordezkatzen diren etiketak dira. Batze etiketa baten formatua hurrengoa da: <1>[TAG_IZENA] edo <3>[TAG_IZENA/ordezkoa] non <5>ordezkoa hautazko testu balioa den erabiltzen dena <7>TAG_IZENA hutsik dagoenean.\n ", + "youCanUseAnyOfTheStandardMergeTagsBelow": "\n <1>Hurrengo oinarrizko batze etiketa hauetako edozein erabili dezakezu. Horretaz gain eremu pertsonalizatu bakoitzaik bere batze etiketa propioa dauka. Egiaztatu bidalketa egiten hari zaren zerrendako eremuak.\n ", + "mergeTagsAreTagsThatAreReplacedBefore-1": "\n <1>Batze etiketak mezua bidali aurretik ordezkatzen diren etiketak dira. Batze etiketa baten formatua hurrengoa da: <1>{tg('TAG_IZENA')}. \n ", + "theWholeMessageIsInterpretedAsHandlebars": "\n <1>Mezu osoa Handlebars plantila moduan interpretatzen da (ikusi <1>http://handlebarsjs.com/). Edozein Handlebars bloke edo espresio erabili dezakezu\n plantilak. Batze etiketek osatzen dute Handlebars plantilaren oinarrizko edukia.\n ", + "urlThatPointsToTheSubscribePageOfThe": "Harpidetza publikoa onartzen duen kanpainako lehenengo zerrendaren harpidetza orrialdera apuntatzen duen URL helbidea", + "urlThatPointsToTheUnsubscribePage": "Harpidetza uzte formulariora apuntatzen duen URLa", + "urlThatPointsToThePreferencesPageOfThe": "Harpidearen ezarpenen orrira apuntatzen duen URLa", + "urlToPreviewTheMessageInABrowser": "Nabigatzailean mezua aurreikusteko URLa", + "uniqueIdThatIdentifiesTheRecipient": "Jasotzailea identifikatzen duen ID bakarra", + "uniqueIdThatIdentifiesTheListTheIndexIs0": "Zerrenda identifikatzen duen ID bakarra. <1>indizea kanpainako zerrendaren 0-oinarri indizea da. <3>LIST_ID_0 kanpainako lehenengo zerrenda esan nahi du.", + "theSameAsAboveButOnlyTakingIntoAccount": "Aurrekoaren berdina, baina bakarrik kontutan izanaz harpidetza publkoa gaituta duten zerrendetako kontuak. <1>PUBLIC_LIST_ID_0 kanpainako lehenengo zerrenda esan nahi du.", + "uniqueIdThatIdentifiesCurrentCampaign": "Uneko kanpaina identifikatzen duen ID bakarra", + "forRssCampaignsTheFollowingFurtherTags": "\n <1>RSS kanpainentzat, hurrengo etiketak erabili daitezke.\n ", + "rssEntryTitle": "RSS sarrera titulua", + "rssEntryDate": "RSS sarrera data", + "rssEntryLink": "RSS sarrera esteka", + "contentOfAnRssEntry": "RSS sarreraren edukia", + "rssEntrySummary": "RSS sarrera laburpena", + "rssEntryImageUrl": "RSS sarrera irudi URL helbidea", + "mailtrainCustomTagsTheCustomTagsCanBe": "Mailtrain etiketa pertsonalizatuak. Etiketa pertsonalizatuak RSS sarrerako <1>mt:entries-json elementuaren bidez pasa daitezke. Elementuko testu edukiak JSON-formatuko objektu moduan interpretatzen dira..", + "toExtractTheTextFromHtmlClickHerePlease": "Klikatu <1>hemen HTMLko testua ateratzeko. Kontutan izan aurretiaz dagoen eremuko testu arrunta gainidatzi egingo dela.", + "mosaicoTemplateUpdated": "Mosaico plantila egunratuta", + "mosaicoTemplateCreated": "Mosaico plantila sortuta", + "deletingMosaicoTemplate": "Mosaico plantila ezabatzen ...", + "mosaicoTemplateDeleted": "Mosaico plantila ezabatuta", + "editMosaicoTemplate": "Editatu Mosaico Plantila", + "createMosaicoTemplate": "Sortu Mosaico Plantila", + "warning!YouDoNotHaveNecessaryPermissions-3": "<0>Kontuz! Ez daukazu nahikoa baimen Mosaico plantila hau editatzeo. Egiten duzun edozein aldaketa galdu egingo da.", + "blockThumbnails": "Koadro txiki blokeak", "versafixOne": "Versafix One", - "mjmlSample": "MJML Sample", - "invalidMjml": "Invalid MJML", - "mjmlIsValid": "MJML is valid.", - "invalidMjml-1": "Invalid MJML.", - "templateContent": "Template content", - "validate": "Validate", - "mosaicoTemplateName": "Mosaico Template \"{{name}}\"", - "theseFilesArePubliclyAvailableViaHttpSo-1": "These files are publicly available via HTTP so that they can be linked to from the Mosaico template.", - "theseFilesWillBeUsedByMosaicoToSearchFor": "These files will be used by Mosaico to search for block thumbnails (the \"edres\" directory). Place here one file per block type that you have defined in the Mosaico template. Each file must have the same name as the block id. The file will be used as the thumbnail of the corresponding block.", - "theUserNameAlreadyExistsInTheSystem": "The user name already exists in the system.", - "userUpdated": "User updated", - "userCreated": "User created", - "theUsernameIsAlreadyAssignedToAnother": "The username is already assigned to another user.", - "theEmailIsAlreadyAssignedToAnotherUser-1": "The email is already assigned to another user.", - "deletingUser": "Deleting user ...", - "userDeleted": "User deleted", - "editUser": "Edit User", - "createUser": "Create User", - "userName": "User Name", - "repeatPassword": "Repeat Password", - "deleteUser": "Delete User", - "userName-1": "User \"{{name}}\"", - "shares": "Shares", - "subscriptionConfirmed": "Subscription Confirmed", - "listEmailAddressAlreadyRegistered": "{{list}}: Email Address Already Registered", - "listPleaseConfirmEmailChangeIn": "{{list}}: Please Confirm Email Change in Subscription", - "pleaseConfirmSubscription": "Please Confirm Subscription", - "listPleaseConfirmUnsubscription": "{{list}}: Please Confirm Unsubscription", - "listUnsubscriptionConfirmed": "{{list}}: Unsubscription Confirmed", - "invalidEmailAddressEmailMxRecordNotFound": "Invalid email address \"{{email}}\": MX record not found for domain", - "invalidEmailAddressEmailAddressDomainNot": "Invalid email address \"{{email}}\": Address domain not found", - "invalidEmailAddressEmailAddressDomain": "Invalid email address \"{{email}}\": Address domain name is required", - "invalidEmailAddressEmail": "Invalid email address \"{{email}}\"", - "mailerPasswordChangeRequest": "Mailer password change request", + "mjmlSample": "MJML lagina", + "invalidMjml": "MJML desegokia", + "mjmlIsValid": "MJML egokia da.", + "invalidMjml-1": "MJML desegokia.", + "templateContent": "Plantila edukia", + "validate": "Balioztatzailea", + "mosaicoTemplateName": "Mosaico Plantila \"{{name}}\"", + "theseFilesArePubliclyAvailableViaHttpSo-1": "Fitxategi hauek HTTP bidez publikoki atzigarriak dira, beraz, Mosaico plantilan estekatu daitezke.", + "theseFilesWillBeUsedByMosaicoToSearchFor": "Fitxategi hauek Mosaicok erabiliko ditu koadro-txiki blokeak bilatzeko (\"edres\" karpeta). Adierazi hemen fitxategi bat Mosaico plantilan definitu den bloke mota bakoitzeko. Fitxategi bakoitzaren izena blokearen ida izan behar da. Fitxategia dagokion blokearen koadro-txiki moduan erabiliko da.", + "theUserNameAlreadyExistsInTheSystem": "Erabiltzaile izena lehendik dago.", + "userUpdated": "Erabiltzailea eguneratuta", + "userCreated": "Erabiltzailea sortuta", + "theUsernameIsAlreadyAssignedToAnother": "Erabiltzaile izena lehendik beste erabiltzaile bati lotuta dago.", + "theEmailIsAlreadyAssignedToAnotherUser-1": "Helbide elektronikoa lehendik beste erabiltzaile bati lotuta dago.", + "deletingUser": "Erabiltzailea ezabatzen ...", + "userDeleted": "Erabiltzailea ezabatuta", + "editUser": "Editatu Erabiltzailea", + "createUser": "Sortu Erabiltzailea", + "userName": "Erabiltzaile Izena", + "repeatPassword": "Berridatzi Pasahitza", + "deleteUser": "Ezabatu Erabiltzailea", + "userName-1": "Erabiltzailea \"{{name}}\"", + "shares": "Partekatzeak", + "subscriptionConfirmed": "Harpidetza Baieztatuta", + "listEmailAddressAlreadyRegistered": "{{list}}: Helbide Elektronikoa Lehendik Erregistratuta", + "listPleaseConfirmEmailChangeIn": "{{list}}: Mesedez Baieztatu Helbide Elektroniko Aldaketa Harpidetzan", + "pleaseConfirmSubscription": "Mesedez Baieztatu Harpidetza", + "listPleaseConfirmUnsubscription": "{{list}}: Mesedez Baieztatu Harpidetza Uztea", + "listUnsubscriptionConfirmed": "{{list}}: Harpidetza Uztea Baieztatuta", + "invalidEmailAddressEmailMxRecordNotFound": "\"{{email}}\" helbide Elektroniko desegokia: domeinuaren MX erregistroa ez da aurkitu", + "invalidEmailAddressEmailAddressDomainNot": "\"{{email}}\" helbide elektroniko desegokia: Helbide domeinua ez da aurkitu", + "invalidEmailAddressEmailAddressDomain": "\"{{email}}\" helbide eletroniko desegokia: Helbide domeinua beharrezkoa da", + "invalidEmailAddressEmail": "\"{{email}}\" helbide elektroniko desegokia", + "mailerPasswordChangeRequest": "Posta-bidaltzaile pasahitz aldaketa eskaera", "mailtrain": "Mailtrain", - "emailAddressChanged": "Email address changed", - "emailAddressNotSet": "Email address not set", - "nothingSeemsToBeChanged": "Nothing seems to be changed", - "anEmailWithFurtherInstructionsHasBeen": "An email with further instructions has been sent to the provided address", - "foundAddedMessagesNewCampaignMessages": "Found {{addedMessages}} new campaign messages from feed {{campaignId}}", - "foundNothingNewFromTheFeed": "Found nothing new from the feed", - "missingEmail": "Missing email", - "emailAddressAlreadyRegistered": "Email address already registered", - "weHaveReceivedASubscriptionRequestYour": "We have received a subscription request. Your email address is however already registered.", - "ifYouReceivedThisEmailByMistakeSimply": "If you received this email by mistake, simply delete it. Your existing subscription won't be affected.", - "ifYouWantToModifyYourSubscriptionThenYou": "If you want to modify your subscription then you can", - "manageYourPreferences": "manage your preferences", - "or": "or", - "unsubscribeHere": "unsubscribe here", - "returnToOurWebsite": "Return to our website", - "forQuestionsAboutThisListPleaseContact": "For questions about this list, please contact:", - "pleaseConfirmSubscriptionAddressChange": "Please Confirm Subscription Address Change", - "yesSubscribeMeToThisList": "Yes, subscribe me to this list", - "ifYouReceivedThisEmailByMistakeSimply-1": "If you received this email by mistake, simply delete it. You won't be subscribed unless you click the confirmation link above.", - "yesSubscribeThisEmailAddressToTheList": "Yes, subscribe this email address to the list", - "pleaseConfirmUnsubscription": "Please Confirm Unsubscription", - "yesUnsubscribeMe": "Yes. Unsubscribe me.", - "ifYouReceivedThisEmailByMistakeSimply-2": "If you received this email by mistake, simply delete it. You won't be unsubscribed if you don't click the confirmation link above.", - "yourSubscriptionToOurListHasBeen": "Your subscription to our list has been confirmed.", - "youAreNowUnsubscribed": "You Are Now Unsubscribed", - "weHaveRemovedYourEmailAddressFromOurList": "We have removed your email address from our list.", - "ifYouUnsubscribedByMistakeYouCan": "If you unsubscribed by mistake, you can re-subscribe at", - "emailAddress-2": "Email Address", - "wantToChangeIt?": "want to change it?", - "downloadSignatureVerificationKey": "Download signature verification key", - "beginsWithAnd#39BeginPgpPublicKeyBloc": "Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'", - "insertYourGpgPublicKeyHereToEncrypt": "Insert your GPG public key here to encrypt messages sent to your address (optional)", - "existingEmailAddress": "Existing Email Address", - "newEmailAddress": "New Email Address", - "youWillReceiveAConfirmationRequestToYour": "You will receive a confirmation request to your new email address that you need to accept before your email is actually changed", - "updateEmailAddress": "Update Email Address", - "updateProfile": "Update Profile", - "subscribeToList": "Subscribe to list", - "almostFinished": "Almost Finished", - "weNeedToConfirmYourEmailAddressTo": "We need to confirm your email address. To complete the subscription process, please click the link in the email we just sent you.", - "ifYouDontReceiveItPleaseCheckYourSpam": "If you don't receive it, please check your spam folder.", - "thankYouForSubscribing!": "Thank you for subscribing!", - "unsubscriptionConfirmed": "Unsubscription Confirmed", - "youHaveBeenRemovedFrom": "You have been removed from:", - "thePasswordMustBeAtLeastMinLength": "The password must be at least {{ minLength }} characters long", - "thePasswordMustBeFewerThanMaxLength": "The password must be fewer than {{ maxLength }} characters", - "thePasswordMayNotContainSequencesOfThree": "The password may not contain sequences of three or more repeated characters", - "thePasswordMustContainAtLeastOne": "The password must contain at least one lowercase letter", - "thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter", - "thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number", - "thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character", - "extraThrottlingMailerSettings":"Extra throttling settings", - "throttlingWarmUpDays":"Warm-up interval", - "throttlingWarmUpDaysEg10":"Warm-up interval in days, e.g. 10", - "senderWarmUpPeriodInDays":"Gradually increase the volume each day until reaching your throttling settings.", - "throttlingWarmUpFrom":"Warm-up starting date", - "throttlingWarmUpFromDateInUnixTimestampEg1648735303000":"e.g. 1648735303000", - "senderWarmUpPeriodStartingDayInUnixTimestamp":"Set the starting date and time in Unix Epoch Format", - "enableSenderOnDaySun":"Sending emails on Sunday", - "enableSenderOnDayMon":"Sending emails on Monday", - "enableSenderOnDayTue":"Sending emails on Tuesday", - "enableSenderOnDayWed":"Sending emails on Wednesday", - "enableSenderOnDayThu":"Sending emails on Thursday", - "enableSenderOnDayFri":"Sending emails on Friday", - "enableSenderOnDaySat":"Sending emails on Saturday" + "emailAddressChanged": "Helbide elektronikoa aldatuta", + "emailAddressNotSet": "Helbide elektronikoa ez da zehaztu", + "nothingSeemsToBeChanged": "Badirudi ez dela ezer aldatu", + "anEmailWithFurtherInstructionsHasBeen": "Mezua bidali da jarraitzeko argibideekin adierazitako helbidera", + "foundAddedMessagesNewCampaignMessages": "{{campaignId}} jariotik {{addedMessages}} kanpaina mezu berri aurkitu dira", + "foundNothingNewFromTheFeed": "Jariotik ez da ezer berririk aurkitu", + "missingEmail": "Helbide elektronikoa falta da", + "emailAddressAlreadyRegistered": "Helbide elektronikoa aurretiaz erregistratuta", + "weHaveReceivedASubscriptionRequestYour": "Harpidetza eskaria jaso dugu. Hala ere zure helbide elektronikoa aurretiaz erregistratuta dago.", + "ifYouReceivedThisEmailByMistakeSimply": "Mezu hau akats baten ondorioz jaso baduzu, ezabatu besterik gabe. Aurretiaz dagoen sure harpidetzari ez dio eragingo.", + "ifYouWantToModifyYourSubscriptionThenYou": "Zure harpidetza aldatu nahi baduzu ahal duzu", + "manageYourPreferences": "kudeatu zure ezarpenak", + "or": "edo", + "unsubscribeHere": "utzi harpidetza hemen", + "returnToOurWebsite": "Itzuli zure web orrira", + "forQuestionsAboutThisListPleaseContact": "Zerrenda honen inguruko galderentzat, mesedez kontaktatu:", + "pleaseConfirmSubscriptionAddressChange": "Mesedez Baieztatu Harpidetza Helbide Aldaketa", + "yesSubscribeMeToThisList": "Bai, harpidetu nazazu zerrenda honetara", + "ifYouReceivedThisEmailByMistakeSimply-1": "Mezu hau akats baten ondorioz jaso baduzu, ezabatu besterik gabe. Ez zara harpidetuko hurrengo baieztatze esteka ez baduzu klikatzen", + "yesSubscribeThisEmailAddressToTheList": "Bai, harpidetu helbide elektroniko hau zerrendara", + "pleaseConfirmUnsubscription": "Mesedez Baieztatu Harpidetza Uztea", + "yesUnsubscribeMe": "Bai. Harpidetza kendu niri.", + "ifYouReceivedThisEmailByMistakeSimply-2": "Mezu hau akats baten ondorioz jaso baduzu, ezabatu besterik gabe. Ez duzu harpidetza utziko ez baduzu hurrengo baieztatze esteka klikatzen.", + "yourSubscriptionToOurListHasBeen": "Gure zerrendako zure harpidetza baieztatu da.", + "youAreNowUnsubscribed": "Zure Harpidetza Utzi Da", + "weHaveRemovedYourEmailAddressFromOurList": "Zure helbide elektronikoa gure zerrendatik kendu dugu.", + "ifYouUnsubscribedByMistakeYouCan": "Nahi gabe utzi baduzu harpidetza, berriro harpidetu zaitezke hemen:", + "emailAddress-2": "Helbide Elektronikoa", + "wantToChangeIt?": "aldatu nahi duzu?", + "downloadSignatureVerificationKey": "Jeitsi sinadura egiaztatzeko gakoa", + "beginsWithAnd#39BeginPgpPublicKeyBloc": "'-----BEGIN PGP PUBLIC KEY BLOCK-----' esaldiarekin hasten da", + "insertYourGpgPublicKeyHereToEncrypt": "Sartu hemen zure GPG gako publikoa zure (optional) helbidera bidaltzen diren mezuak enkriptatzeko", + "existingEmailAddress": "Helbide Elektronikoa Lehendik Dago", + "newEmailAddress": "Helbide Elektroniko Berria", + "youWillReceiveAConfirmationRequestToYour": "Zure helbide elektronikoa aldatu aurretik zure helbidean jasoko duzun baieztapen eskaera onartu behar duzu", + "updateEmailAddress": "Aldatu Helbide Eleltronikoa", + "updateProfile": "Aldatu Profile", + "subscribeToList": "Zerrendara harpidetu", + "almostFinished": "Ia Amaituta", + "weNeedToConfirmYourEmailAddressTo": "Zure helbide elektronikoa baieztatzea behar dugu. Harpidetza prozesua osatzeko, mesedez klikatu bidali berri dizugun mezuko estekan.", + "ifYouDontReceiveItPleaseCheckYourSpam": "Ez baduzu jasotzen, mesedez begiratu zure mezu baztergarrien karpetan.", + "thankYouForSubscribing!": "Mila esker harpidetzeagatik!", + "unsubscriptionConfirmed": "Harpidetza Uztea Baieztatuta", + "youHaveBeenRemovedFrom": "Hemendik kendua izan zara:", + "thePasswordMustBeAtLeastMinLength": "Pasahitzak gutxienez {{ minLength }} karaktere izan behar ditu", + "thePasswordMustBeFewerThanMaxLength": "Pasahitzak gehienez {{ maxLength }} karaktere izan behar ditu", + "thePasswordMayNotContainSequencesOfThree": "Pasahizak hiru karaktere edo gehiagoko errepikapen sekuentziarik ezin du eduki.", + "thePasswordMustContainAtLeastOne": "Pasahitzak letra xehe bat izan behar du gutxienez", + "thePasswordMustContainAtLeastOne-1": "Pasahitzak letra larri bat izan behar du gutxienez", + "thePasswordMustContainAtLeastOneNumber": "Pasahitzak zenbaki bat izan behar du gutxienez", + "thePasswordMustContainAtLeastOneSpecial": "Pasahitzak karaktere berezi bat izan behar du gutxienez", + "extraThrottlingMailerSettings":"Muga ezarpen gehigarriak", + "throttlingWarmUpDays":"Beroketa tartea", + "throttlingWarmUpDaysEg10":"Beroketa tartea egunetan, adb. 10", + "senderWarmUpPeriodInDays":"Pixkanaka igo balioa egunero muga ezarpenetara iritsi arte.", + "throttlingWarmUpFrom":"Beroketaren hasiera data", + "throttlingWarmUpFromDateInUnixTimestampEg1648735303000":"adb. 1648735303000", + "senderWarmUpPeriodStartingDayInUnixTimestamp":"Adierazi hasiera data eta ordua Uniz Epoch Formatuan", + "enableSenderOnDaySun":"Bidali mezuak Igandean", + "enableSenderOnDayMon":"Bidali mezuak Astelehenean", + "enableSenderOnDayTue":"Bidali mezuak Asteartean", + "enableSenderOnDayWed":"Bidali mezuak Asteazkenean", + "enableSenderOnDayThu":"Bidali mezuak Ostegunean", + "enableSenderOnDayFri":"Bidali mezuak Ostiralean", + "enableSenderOnDaySat":"Bidali mezuak Larunbatean" }