From 6d25c4ea0c7ed86e4fed0e3ce6c54792aed2e309 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Fri, 7 Mar 2025 18:02:28 -0600 Subject: [PATCH] Added missing Spanish translations. Should now be complete. Changelog-added: 40ish missing Spanish translations. The app should now once again be fully translated to Spanish. --- core/routes.go | 6 +- internal/translations/catalog.go | 3301 +++++++++-------- .../translations/locales/en/out.gotext.json | 600 +-- .../locales/es/messages.gotext.json | 470 ++- .../translations/locales/es/out.gotext.json | 458 ++- 5 files changed, 2581 insertions(+), 2254 deletions(-) diff --git a/core/routes.go b/core/routes.go index 445e8a5..3afa8f6 100644 --- a/core/routes.go +++ b/core/routes.go @@ -2239,7 +2239,11 @@ func (s *Service) OrgLinksList(c echo.Context) error { if navFlag == "recent" { gmap["title"] = lt.Translate("Recent Links") } else { - gmap["title"] = lt.Translate("%s Links", org.Name) + // Ugliest, dumbest, f'n hack in the world but this was conflicting with another + // translation and no matter what I tried I couldn't get them to play nice together. + // So this hack is put here to shut it the f up and I can get back to work. + Title := org.Name + gmap["title"] = lt.Translate("%s Links", Title) } if isOrgLink && result.OrgLinks.RestrictedCount > 0 { gmap["hasRestricted"] = true diff --git a/internal/translations/catalog.go b/internal/translations/catalog.go index 64677cd..8041c77 100644 --- a/internal/translations/catalog.go +++ b/internal/translations/catalog.go @@ -39,1363 +39,1401 @@ func init() { } var messageKeyToIndex = map[string]int{ - " you can host your own instance if you'd like full control over your own platform.": 387, - "%s Links": 503, - "%s: domain not found": 642, - "100%% open source project": 386, - "A link was successfully created.": 466, - "A list was successfully created.": 588, - "A new link was created succesfully": 627, - "A new member invitation was sent to %s": 148, - "A new register invitation was sent to %s": 146, - "A new short was created succesfully": 625, - "A new window called Library will open": 532, - "A valid Organizaiton Slug is required.": 241, - "API Powered": 367, - "About": 558, - "Access Restricted": 258, - "Action": 24, - "Actions": 37, - "Add": 286, - "Add Link": 648, - "Add Member": 441, - "Add OAuth2 Client": 288, - "Add Personal Access Token": 275, - "Add unlimited members to organization": 357, - "Admin": 568, - "Admin Write": 446, - "Advanced Search": 484, - "Advanced filtering/search": 334, - "All": 491, - "Already have an account? Click here to login": 49, - "An invitation was sent to this user": 447, - "An note was successfully created.": 551, - "An short link was successfully created.": 635, - "Analytics": 97, - "Apply": 103, - "Approve": 313, - "Archive": 498, - "Archive URL": 465, - "As system admin run this command in the channel you want to connect": 527, - "Authorize": 308, - "Authorized Clients": 271, - "Back": 14, + " you can host your own instance if you'd like full control over your own platform.": 394, + "%s": 420, + "%s Links": 509, + "%s: domain not found": 658, + "- LinkTaco Team": 319, + "100%% open source project": 393, + "A link was successfully created.": 471, + "A list was successfully created.": 603, + "A new link was created succesfully": 643, + "A new member invitation was sent to %s": 152, + "A new register invitation was sent to %s": 150, + "A new short was created succesfully": 641, + "A new window called Library will open": 542, + "A valid Organizaiton Slug is required.": 236, + "API Powered": 374, + "About": 571, + "Access Restricted": 254, + "Access denied.": 255, + "Action": 28, + "Actions": 31, + "Add": 287, + "Add Link": 664, + "Add Member": 446, + "Add OAuth2 Client": 289, + "Add Personal Access Token": 276, + "Add unlimited members to organization": 364, + "Admin": 581, + "Admin Write": 451, + "Advanced Search": 489, + "Advanced filtering/search": 341, + "All": 496, + "Already have an account? Click here to login": 44, + "An invitation was sent to this user": 452, + "An note was successfully created.": 564, + "An short link was successfully created.": 651, + "Analytics": 92, + "Apply": 98, + "Approve": 314, + "Archive": 503, + "Archive URL": 470, + "As system admin run this command in the channel you want to connect": 535, + "Authorize": 309, + "Authorized Clients": 272, + "Back": 15, "Back Home": 261, - "Bookmark '%s' on LinkTaco.com": 507, - "Bookmark successfully deleted": 511, - "Bookmarks": 329, - "Browser bookmark widget": 398, - "Build Your Own Integration": 360, - "Business": 25, - "By": 481, - "CNAME record for domain is incorrect": 201, - "Cancel": 15, - "Categories": 557, - "Change Email": 76, - "Change Password": 55, - "Change password": 38, - "Chrome Bookmarks": 544, - "City": 100, - "City analytics": 354, - "Clear": 487, - "Click analytics": 351, - "Click here to upgrade": 107, - "Click on Manage Bookmarks from the Bookmarks menu": 531, - "Click on on Export Bookmarks": 540, - "Click on the icon that has two arrows (up and down) and choose 'Export Bookmarks to HTML'": 534, - "Client Applications": 565, - "Client Description": 289, - "Client ID": 284, - "Client Name": 272, - "Client Secret": 292, - "Client URL": 291, - "Clients": 283, - "Code is invalid.": 227, - "Collaboration": 393, - "Collaboration / Integrations": 356, - "Comment": 266, - "Complete Registration": 42, - "Confirm": 93, - "Confirm New Password": 58, - "Confirm Password": 48, - "Confirm your email address": 95, - "Confirmation Not Found": 154, - "Confirmation User Not Found": 173, - "Confirmation key is required.": 153, - "Connect": 31, - "Connect Mattermost": 605, - "Connect User": 611, - "Connect to Slack Workspace": 655, - "Connected": 528, + "Blog": 583, + "Bookmark '%s' on LinkTaco.com": 515, + "Bookmark successfully deleted": 519, + "Bookmarks": 336, + "Browser bookmark widget": 406, + "Build Your Own Integration": 367, + "Business": 328, + "By": 486, + "CNAME record for domain is incorrect": 194, + "Cancel": 16, + "Categories": 570, + "Change Email": 71, + "Change Password": 50, + "Change password": 32, + "Chrome Bookmarks": 556, + "City": 95, + "City analytics": 361, + "Clear": 492, + "Click analytics": 358, + "Click here to upgrade": 102, + "Click on Manage Bookmarks from the Bookmarks menu": 541, + "Click on on Export Bookmarks": 550, + "Click on the icon that has two arrows (up and down) and choose 'Export Bookmarks to HTML'": 544, + "Client Applications": 578, + "Client Description": 290, + "Client ID": 285, + "Client Name": 273, + "Client Secret": 293, + "Client URL": 292, + "Clients": 284, + "Code is invalid.": 223, + "Collaboration": 400, + "Collaboration / Integrations": 363, + "Comment": 267, + "Complete Registration": 37, + "Confirm": 88, + "Confirm New Password": 53, + "Confirm Password": 43, + "Confirm your email address": 90, + "Confirmation Not Found": 158, + "Confirmation User Not Found": 177, + "Confirmation key is required.": 157, + "Connect": 537, + "Connect Mattermost": 621, + "Connect User": 627, + "Connect to Slack Workspace": 671, + "Connected": 538, "Continue to Upgrade": 2, - "Country": 99, - "Country analytics": 353, - "Create": 595, - "Create Domain": 407, - "Create Link": 457, - "Create Links": 576, - "Create List": 587, - "Create Note": 550, - "Create Organization": 431, - "Create QR Code": 594, - "Create Short Link": 632, - "Create link listings (ie, social media bios, etc.)": 338, - "Creation Date": 591, - "Current Password": 56, - "Current password given is incorrect": 662, - "CurrentSlug is required": 179, - "Custom background image": 597, - "Custom domain + SSL": 336, - "Date": 33, - "Days": 105, - "Default Bookmark Visibility": 433, - "Default Lang": 9, - "Default Language": 21, - "DefaultLang is required": 176, - "Delete": 400, - "Delete Bookmark": 509, - "Delete Domain": 411, - "Delete List": 572, - "Delete Org Member": 449, - "Delete Picture": 582, - "Delete QR Code": 520, - "Delete Short Link": 638, - "Delete member %s (%s) from Organization %s?": 452, - "Description": 302, - "Description is required.": 136, - "Device analytics": 355, - "Devices": 102, - "Disabled": 424, - "Disconnect": 34, - "Disconnect Mattermost": 602, - "Disconnect Slack": 649, - "Do you really want to disconnect this organization from mattermost": 604, - "Do you really want to disconnect this organization from slack": 651, - "Do you really whant to delete this bookmark?": 512, - "Do you really whant to delete this domain": 415, - "Do you really whant to delete this link": 575, - "Do you really whant to delete this qr code": 523, - "Do you want to connect this organization to mattermost?": 607, - "Do you want to connect with slack?": 657, - "Do you want to delete": 514, - "Do you want to proceed?": 613, - "Do you want to revoke this personal access token? This can not be undone.": 278, - "Documentation": 373, - "Domain": 580, - "Domain List": 399, - "Domain Not Found": 211, - "Domain created successfully": 410, - "Domain not found": 624, - "Domain pattern regexp compile error": 189, - "Domain successfully deleted": 413, - "DomainID is required": 206, - "Domains": 36, - "Download": 596, - "Download Image": 519, - "Duplicated short code": 212, - "Edit": 27, - "Edit Profile": 7, - "Edit profile": 40, - "Element ID is invalid.": 228, - "Element Not Found": 132, - "Email": 20, - "Email Address": 47, - "Email is required": 161, - "Email is required.": 245, - "Email may not exceed 255 characters": 141, - "Email updated successfully": 82, - "Enabled": 423, - "Engagements over time": 98, - "English": 17, - "Enter New Password": 59, - "Error checking the DNS entry for domain. Please try again later": 200, - "Error compiling url regex: %s": 138, - "Error fetching referenced link: %v": 468, - "Error fetching referenced note: %v": 552, - "Error fetching referenced url: Not found": 467, - "Error parsin url: %s": 130, - "Every account can create unlimited organizations. Each organization has it's own bookmarks, listings, analytics, etc. All of the features below belong to each organization with their own unique URL's, groupings, and so on.": 319, - "Exclude Tags": 486, - "Expired": 268, - "Explore Features": 390, - "Export": 428, - "Export Data": 524, - "Export in JSON or HTML": 366, - "Failed the '%s' tag.": 666, - "Feature": 320, - "Feed": 478, - "File format": 525, - "Filter/Search listings": 340, - "Filter/Search shorts": 347, - "Firefox Bookmarks": 545, - "Follow other organizations (social)": 332, - "Following": 475, - "Followings": 488, - "Forgot Password?": 66, - "Free": 321, - "Free accounts are only allowed 1 link listing.": 215, - "Free organizations are not allowed to create private links. Please upgrade": 129, - "Free organizations are not allowed to create private notes. Please upgrade": 137, - "Free organizations can not use Private permission. Please upgrade to use Private permission": 187, - "Full Analytics": 342, - "Full GraphQL API Access": 368, - "Full Name": 43, - "Full RSS feeds": 335, - "Full analytics history": 349, - "Fully open source": 371, - "GQL Playground": 561, - "Go to https://pinboard.in/export/ and click on JSON": 541, - "Go to the Bookmarks menu and choose Bookmark Manager": 537, - "Go to the File menu and chose Export": 535, - "Grants": 273, + "Country": 94, + "Country analytics": 360, + "Create": 611, + "Create Domain": 415, + "Create Link": 462, + "Create Links": 591, + "Create List": 602, + "Create Note": 563, + "Create Organization": 436, + "Create QR Code": 610, + "Create Short Link": 648, + "Create link listings (ie, social media bios, etc.)": 345, + "Creation Date": 606, + "Current Organization": 27, + "Current Password": 51, + "Current password given is incorrect": 678, + "CurrentSlug is required": 115, + "Custom background image": 613, + "Custom domain + SSL": 343, + "Days": 100, + "Default Bookmark Visibility": 438, + "Default Lang": 10, + "Default Language": 25, + "DefaultLang is required": 180, + "Delete": 408, + "Delete Bookmark": 517, + "Delete Domain": 419, + "Delete List": 587, + "Delete Org Member": 454, + "Delete Picture": 597, + "Delete QR Code": 528, + "Delete Short Link": 654, + "Delete member %s (%s) from Organization %s?": 457, + "Description": 303, + "Description is required.": 140, + "Device analytics": 362, + "Devices": 97, + "Disabled": 429, + "Disconnect": 536, + "Disconnect Mattermost": 618, + "Disconnect Slack": 665, + "Do you really want to disconnect this organization from mattermost": 620, + "Do you really want to disconnect this organization from slack": 667, + "Do you really whant to delete this bookmark?": 520, + "Do you really whant to delete this domain": 423, + "Do you really whant to delete this link": 590, + "Do you really whant to delete this list": 609, + "Do you really whant to delete this qr code": 531, + "Do you want to connect this organization to mattermost?": 623, + "Do you want to connect with slack?": 673, + "Do you want to delete": 522, + "Do you want to proceed?": 629, + "Do you want to revoke this personal access token? This can not be undone.": 279, + "Documentation": 380, + "Domain": 595, + "Domain List": 407, + "Domain Not Found": 206, + "Domain created successfully": 418, + "Domain in use. Can not change service.": 239, + "Domain not found": 640, + "Domain successfully deleted": 421, + "DomainID is required": 200, + "Domains": 431, + "Download": 612, + "Download Image": 527, + "Duplicated short code": 207, + "Edit": 29, + "Edit Profile": 8, + "Edit profile": 34, + "Element ID is invalid.": 224, + "Element Not Found": 136, + "Email": 24, + "Email Address": 42, + "Email is required": 165, + "Email is required.": 241, + "Email may not exceed 255 characters": 145, + "Email updated successfully": 77, + "Enabled": 428, + "Engagements over time": 93, + "English": 18, + "Enter New Password": 54, + "Error checking the DNS entry for domain. Please try again later": 193, + "Error compiling url regex: %s": 142, + "Error fetching referenced link: %v": 473, + "Error fetching referenced note: %v": 565, + "Error fetching referenced url: Not found": 472, + "Every account can create unlimited organizations. Each organization has it's own bookmarks, listings, analytics, etc. All of the features below belong to each organization with their own unique URL's, groupings, and so on.": 324, + "Exclude Tags": 491, + "Expired": 269, + "Explore Features": 397, + "Export": 433, + "Export Data": 532, + "Export in JSON or HTML": 373, + "Failed the '%s' tag.": 682, + "Feature": 325, + "Feed": 483, + "File format": 533, + "Filter/Search listings": 347, + "Filter/Search shorts": 354, + "Firefox Bookmarks": 557, + "Follow": 504, + "Follow other organizations (social)": 339, + "Following": 480, + "Followings": 493, + "Forgot Password?": 61, + "Free": 326, + "Free accounts are only allowed 1 link listing.": 211, + "Free organizations are not allowed to create private links. Please upgrade": 134, + "Free organizations are not allowed to create private notes. Please upgrade": 141, + "Free organizations can not use Private permission. Please upgrade to use Private permission": 124, + "Full Analytics": 349, + "Full GraphQL API Access": 375, + "Full Name": 38, + "Full RSS feeds": 342, + "Full analytics history": 356, + "Fully open source": 378, + "GQL Playground": 574, + "Go to https://pinboard.in/export/ and click on JSON": 551, + "Go to the Bookmarks menu and choose Bookmark Manager": 547, + "Go to the File menu and chose Export": 545, + "Grants": 274, "GraphQL Playground": 259, - "Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.": 377, - "Host your own version of Link Taco": 372, - "ID can't be lower than 0.": 224, - "ID is required.": 222, - "Id required": 131, - "If OAuth 2.0 bearer tokens issued for your OAuth client, or your client secret, have been disclosed to a third-party, you must revoke all tokens and have replacements issued.": 296, - "If the email address given exists in our system then we just sent it a login link. Click this link to reset your password. The link expires in 1 hour.": 67, - "If you didn't request this link you can safely delete this email now.": 94, - "Image": 13, - "Import": 429, - "Import / Export": 361, - "Import Data": 529, - "Import Export": 394, - "Import from Chrome": 364, - "Import from Firefox": 363, - "Import from Pinboard": 362, - "Import from Safari": 365, - "In order to interact with Link Taco you have to connect you slack account with your link user": 653, - "In order to interact with the mattermost you have to connect your account with your link user": 612, - "In the left sidebar select the folder that you want to export": 538, - "In the left sidebar select the folder you want to export. To export all bookmarks select All Bookmarks": 533, - "In the top bookmark bar click on the three points at the top right": 539, - "Inactive Domain": 315, - "Include Tags": 485, - "Informative URL": 303, - "Installed successfully": 629, - "Instructions": 542, - "Integrations": 29, - "Invalid Confirmation Target": 156, - "Invalid Confirmation Type": 155, - "Invalid Email": 168, - "Invalid FQDN format": 194, - "Invalid ID ": 243, - "Invalid Key": 167, - "Invalid Permission": 143, - "Invalid URL.": 121, - "Invalid Visibility value.": 120, - "Invalid code type": 256, - "Invalid default permission value": 188, - "Invalid domain ID.": 202, - "Invalid domain name.": 190, - "Invalid email and/or password": 659, - "Invalid email format": 142, - "Invalid level value.": 239, - "Invalid orgType": 238, - "Invalid permissions for Organization ID": 196, - "Invalid service value.": 191, - "Invalid slack response": 656, - "Invalid status value.": 240, - "Is Active": 419, - "Is Default": 581, - "Is Enabled": 439, - "Issued": 267, - "Key is required": 172, - "Lang is invalid": 177, - "Link Detail": 504, - "Link Listing": 405, - "Link Listings": 337, - "Link Lists": 392, - "Link Not Found": 134, - "Link Search": 645, - "Link Short Not Found": 255, - "Link Shortening": 344, - "Link Shortner": 404, - "Link Taco: Invitation to join organization": 149, - "Link listings: Linktree et al": 383, - "Link shortening: Bitly et al": 382, - "Link successfully deleted": 574, - "Link successfully updated.": 515, - "LinkOrder can't be lower than 0.": 220, - "LinkTaco is an open source platform where you can host all of your links. Custom domains, QR codes, Analytics, full API, multiple organizations w/unlimited members are just some of what's included.": 378, - "Links": 111, - "Links - Confirm account email": 90, - "Links - Reset your password": 65, - "Linktaco: Invitation to Register": 247, - "List Not Found": 229, - "List successfully deleted": 593, - "Listing": 343, - "Listing Link Not Found": 225, - "Listing Not Found": 221, - "Listing successfully updated.": 586, - "ListingSlug is required.": 219, - "Lists": 566, - "Log in": 559, - "Log out": 560, - "Login": 77, - "Login Email": 79, - "Lookup Name": 401, - "Manage": 285, - "Manage Links": 589, - "Manage Members": 427, - "Manage Subscription": 426, - "Manage Your Organizations": 41, - "Mark as read": 493, - "Mark as unread": 494, - "MatterMost Integration": 359, - "Mattermost successfully disconnected": 603, - "Member List": 455, - "Member added succesxfully": 453, - "Member successfully deleted": 451, - "Members": 28, - "Members can add/edit/remove links (if allowed)": 396, - "Members have access based on permissions granted": 397, - "Migrate Short Links": 408, - "Most popular links on LinkTaco.com": 472, - "Name": 11, - "Name is required": 113, - "Name is required.": 244, - "Name may not exceed 150 characters": 114, - "Name may not exceed 255 characters": 192, - "Name may not exceed 500 characters": 193, - "New Password": 57, - "New passwords do not match": 660, - "Next": 479, - "No Clients": 287, - "No Data": 112, - "No Domain": 634, - "No Domains": 406, - "No Links": 578, - "No Lists": 590, - "No QR Codes": 601, - "No Short Links": 631, - "No URL argument was given": 641, - "No accounts? Click here to create one": 78, - "No connections": 35, - "No links were found for %s": 618, - "No members": 456, - "No organization found": 619, - "No organizations": 477, - "No personal organization found for this user": 178, - "No slack connection found": 615, - "No, nevermind": 280, - "Not Found": 251, - "Note": 547, - "Note '%s' on LinkTaco.com": 548, - "Note: Your access token will never be shown to you again. Keep this secret. It will expire a year from now.": 276, - "Note: Your client secret will never be shown to you again.": 293, - "OAuth 2.0 client management": 294, - "OAuth 2.0 client registered": 304, - "OAuth2 Support": 369, - "Old links won't work. All code will be moved to the new domain.": 409, - "Only members with read perm are allowed to perform this action": 252, - "Only members with write perm are allowed to perform this action": 128, - "Only showing country data. Upgrade your organization to paid to view all stats": 108, - "Only showing the last 60 days. Upgrade your organization to paid to view all historical data": 106, - "Only superusers can delete system level domains": 204, - "Only superusers can fetch system level domains": 254, - "Open Source": 420, - "Order": 571, - "Org Not Found": 209, - "Org Slug is required": 214, - "Org Username": 432, - "Org slug is required": 139, - "Org slug is required for this kind of token": 257, - "Org slug is required.": 123, - "Org username is required": 115, - "Org username may not exceed 150 characters": 116, - "Organizaiton Slug is required.": 195, - "Organization": 460, - "Organization Not Found": 127, - "Organization Slug is required for user level domains": 242, - "Organization connected": 32, - "Organization created successfully": 437, - "Organization linked successfully with mattermost": 609, - "Organization linked successfully with slack": 658, - "Organization updated successfully": 440, - "Organizations": 22, - "Organize Bookmarks": 391, - "Organize by tags": 333, - "Organize listings by tag": 339, - "Organize shorts by tags": 346, - "Other": 583, - "Other Name": 584, - "Paid": 422, - "Password": 44, - "Password Changed": 61, - "Password changed successfully": 81, - "Password is required": 162, - "Password may not exceed 100 characters": 163, - "Payment History": 430, - "Peace Pinboard. Bye Bitly. Later Linktree. Hello LinkTaco!": 384, - "Permission": 442, - "Permission Not Found": 157, - "Personal": 26, - "Personal Access Tokens": 265, - "Personal Tokens": 564, - "Platform": 30, - "Please click in the following link to tie a org %s": 628, - "Please click the link below:": 249, - "Please confirm your account": 91, - "Please enter a valid email address.": 664, - "Please enter a valid phone number.": 665, - "Please link your slack user with link: %s": 646, - "Please upgrade to a Business organization to add members": 443, - "Please upgrade your account to reactivate it": 317, - "Popular": 556, - "Popular Bookmarks": 470, - "Popular Links": 474, - "Prev": 480, - "Previous": 577, - "Price": 322, - "Pricing": 318, - "Pricing and feature details for LinkTaco.com": 374, - "Private": 436, - "Private Post": 506, - "Profile updated successfully": 18, - "Public": 435, - "Public Post": 505, - "Public only": 327, - "QR Code Details": 518, - "QR Code Listing": 599, - "QR Code Not Found": 233, - "QR Code specific analytics": 350, - "QR Code succesfully created": 598, - "QR Code successfully deleted": 522, - "QR Codes": 592, - "QR Codes powered by Link Taco!": 516, - "QR Scans": 110, - "Read": 444, - "Ready to get started? It's free to make an account and use it forever (with some limitations). To use all features you have to pay just a few bucks a year, or a few per month if you're a business, and that's it. Simple!": 389, - "Recent": 555, - "Recent Bookmarks": 490, - "Recent Links": 502, - "Recent public links added to %s on LinkTaco.com": 499, - "Recent public links added to LinkTaco.com": 500, - "Redirect URL": 290, - "Referer analyitcs": 352, - "Referrer": 101, - "Register": 46, - "Register Invitation": 246, - "Registration Completed": 45, - "Registration is not enabled": 166, - "Registration is not enabled on this system. Contact the admin for an account.": 52, - "Reject": 314, - "Reset Password": 60, + "Help": 582, + "Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.": 384, + "Hi there,": 317, + "Host your own version of Link Taco": 379, + "ID can't be lower than 0.": 220, + "ID is required.": 218, + "Id required": 208, + "If OAuth 2.0 bearer tokens issued for your OAuth client, or your client secret, have been disclosed to a third-party, you must revoke all tokens and have replacements issued.": 297, + "If the email address given exists in our system then we just sent it a login link. Click this link to reset your password. The link expires in 1 hour.": 62, + "If you didn't request this link you can safely delete this email now.": 89, + "Image": 14, + "Import": 434, + "Import / Export": 368, + "Import Data": 539, + "Import Export": 402, + "Import from Chrome": 371, + "Import from Firefox": 370, + "Import from Pinboard": 369, + "Import from Safari": 372, + "In order to interact with Link Taco you have to connect you slack account with your link user": 669, + "In order to interact with the mattermost you have to connect your account with your link user": 628, + "In the left sidebar select the folder that you want to export": 548, + "In the left sidebar select the folder you want to export. To export all bookmarks select All Bookmarks": 543, + "In the top bookmark bar click on the three points at the top right": 549, + "Inactive Domain": 320, + "Include Tags": 490, + "Informative URL": 304, + "Installed successfully": 645, + "Instructions": 554, + "Integrations": 401, + "Invalid Confirmation Target": 160, + "Invalid Confirmation Type": 159, + "Invalid Email": 172, + "Invalid FQDN format": 187, + "Invalid ID ": 238, + "Invalid Key": 171, + "Invalid Permission": 147, + "Invalid URL.": 127, + "Invalid Visibility value.": 126, + "Invalid code type": 252, + "Invalid default permission value": 125, + "Invalid domain ID.": 195, + "Invalid domain name.": 183, + "Invalid email and/or password": 675, + "Invalid email format": 146, + "Invalid level value.": 234, + "Invalid listing ID provided": 257, + "Invalid listing for specified organization": 258, + "Invalid orgType": 233, + "Invalid origin source for importer.": 262, + "Invalid permissions for Organization ID": 189, + "Invalid service value.": 184, + "Invalid slack response": 672, + "Invalid status value.": 235, + "Is Active": 23, + "Is Default": 596, + "Is Enabled": 444, + "Issued": 268, + "Just wanted to let you know that your bookmark import has completed successfully!": 318, + "Key is required": 176, + "Lang is invalid": 181, + "Link Detail": 512, + "Link Listing": 413, + "Link Listings": 344, + "Link Lists": 399, + "Link Not Found": 138, + "Link Search": 661, + "Link Short Not Found": 251, + "Link Shortening": 351, + "Link Shortner": 412, + "Link Taco: Invitation to join organization": 153, + "Link hash required": 135, + "Link listings: Linktree et al": 390, + "Link shortening: Bitly et al": 389, + "Link successfully deleted": 589, + "Link successfully updated.": 523, + "LinkOrder can't be lower than 0.": 216, + "LinkTaco - Confirm account email": 85, + "LinkTaco - Your bookmark import is complete": 316, + "LinkTaco is an open source platform where you can host all of your links. Custom domains, QR codes, Analytics, full API, multiple organizations w/unlimited members are just some of what's included.": 385, + "Links": 106, + "Links - Reset your password": 60, + "Linktaco: Invitation to Register": 243, + "List Not Found": 225, + "List successfully deleted": 608, + "Listing": 350, + "Listing Link Not Found": 221, + "Listing Not Found": 217, + "Listing successfully updated.": 601, + "ListingSlug is required.": 215, + "Lists": 579, + "Log in": 572, + "Log out": 573, + "Login": 72, + "Login Email": 74, + "Lookup Name": 409, + "Manage": 286, + "Manage Links": 604, + "Manage Members": 432, + "Manage Subscription": 430, + "Manage Your Organizations": 35, + "Mark as read": 498, + "Mark as unread": 499, + "MatterMost Integration": 366, + "Mattermost successfully disconnected": 619, + "Member List": 460, + "Member added succesxfully": 458, + "Member successfully deleted": 456, + "Members": 30, + "Members can add/edit/remove links (if allowed)": 404, + "Members have access based on permissions granted": 405, + "Migrate Short Links": 416, + "Most popular links on LinkTaco.com": 477, + "Name": 12, + "Name is required": 108, + "Name is required.": 240, + "Name may not exceed 150 characters": 109, + "Name may not exceed 255 characters": 185, + "Name may not exceed 500 characters": 186, + "New Password": 52, + "New passwords do not match": 676, + "Next": 484, + "No Clients": 288, + "No Data": 107, + "No Domain": 650, + "No Domains": 414, + "No Links": 593, + "No Lists": 605, + "No QR Codes": 617, + "No Short Links": 647, + "No URL argument was given": 657, + "No accounts? Click here to create one": 73, + "No links were found for %s": 634, + "No members": 461, + "No organization found": 635, + "No organizations": 482, + "No personal organization found for this user": 182, + "No slack connection found": 631, + "No, nevermind": 281, + "Not Found": 246, + "Note": 560, + "Note '%s' on LinkTaco.com": 561, + "Note: Your access token will never be shown to you again. Keep this secret. It will expire a year from now.": 277, + "Note: Your client secret will never be shown to you again.": 294, + "OAuth 2.0 client management": 295, + "OAuth 2.0 client registered": 305, + "OAuth2 Support": 376, + "Old links won't work. All code will be moved to the new domain.": 417, + "Only members with read perm are allowed to perform this action": 248, + "Only members with write perm are allowed to perform this action": 133, + "Only showing country data. Upgrade your organization to paid to view all stats": 103, + "Only showing the last 60 days. Upgrade your organization to paid to view all historical data": 101, + "Only superusers can delete system level domains": 197, + "Only superusers can fetch system level domains": 250, + "Open Source": 425, + "Order": 586, + "Org Not Found": 203, + "Org Slug is required": 210, + "Org Username": 437, + "Org slug is required": 143, + "Org slug is required for this kind of token": 253, + "Org slug is required.": 129, + "Org username is required": 110, + "Org username may not exceed 150 characters": 111, + "Organizaiton Slug is required.": 188, + "Organization": 465, + "Organization Not Found": 118, + "Organization Slug is required for user level domains": 237, + "Organization created successfully": 442, + "Organization linked successfully with mattermost": 625, + "Organization linked successfully with slack": 674, + "Organization not found.": 256, + "Organization updated successfully": 445, + "Organizations": 26, + "Organize Bookmarks": 398, + "Organize by tags": 340, + "Organize listings by tag": 346, + "Organize shorts by tags": 353, + "Other": 598, + "Other Name": 599, + "Paid": 427, + "Password": 39, + "Password Changed": 56, + "Password changed successfully": 76, + "Password is required": 166, + "Password may not exceed 100 characters": 167, + "Payment History": 435, + "Peace Pinboard. Bye Bitly. Later Linktree. Hello LinkTaco!": 391, + "Permission": 447, + "Permission Not Found": 161, + "Personal": 327, + "Personal Access Tokens": 266, + "Personal Tokens": 577, + "Please click in the following link to tie a org %s": 644, + "Please click the link below:": 245, + "Please confirm your account": 86, + "Please enter a valid email address.": 680, + "Please enter a valid phone number.": 681, + "Please link your slack user with link: %s": 662, + "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)": 6, + "Please upgrade to a Business organization to add members": 448, + "Please upgrade your account to reactivate it": 322, + "Popular": 569, + "Popular Bookmarks": 475, + "Popular Links": 479, + "Prev": 485, + "Previous": 592, + "Price": 329, + "Pricing": 323, + "Pricing and feature details for LinkTaco.com": 381, + "Private": 441, + "Private Post": 514, + "Profile updated successfully": 19, + "Public": 440, + "Public Post": 513, + "Public only": 334, + "QR Code Details": 526, + "QR Code Listing": 615, + "QR Code Not Found": 229, + "QR Code specific analytics": 357, + "QR Code succesfully created": 614, + "QR Code successfully deleted": 530, + "QR Codes": 607, + "QR Codes powered by Link Taco!": 524, + "QR Scans": 105, + "Read": 449, + "Ready to get started? It's free to make an account and use it forever (with some limitations). To use all features you have to pay just a few bucks a year, or a few per month if you're a business, and that's it. Simple!": 396, + "Recent": 568, + "Recent Bookmarks": 495, + "Recent Links": 508, + "Recent public links added to %s on LinkTaco.com": 505, + "Recent public links added to LinkTaco.com": 506, + "Redirect URL": 291, + "Referer analyitcs": 359, + "Referrer": 96, + "Register": 41, + "Register Invitation": 242, + "Registration Completed": 40, + "Registration is not enabled": 170, + "Registration is not enabled on this system. Contact the admin for an account.": 47, + "Reject": 315, + "Reset Password": 55, "Restricted Page": 0, - "Revoke": 269, - "Revoke Personal Access Token": 277, - "Revoke client tokens": 297, - "Revoke tokens & client secret": 295, - "Safari Bookmarks": 543, - "Save": 8, - "Save Link": 562, - "Save Note": 563, - "Save public/private links": 330, - "Save public/private notes": 331, - "Scopes": 312, - "Search": 482, - "See the installation documentation for more.": 388, - "Select Export Bookmarks": 536, - "Self Hosting": 370, - "Send Reset Link": 68, - "Service": 402, - "Set up your account, so you can save links.": 51, - "Settings": 19, - "Short Code": 633, - "Short Code may not exceed 20 characters": 207, - "Short Link": 630, - "Short Link successfully deleted": 639, - "Short Links": 567, - "Short Not Found": 231, - "Short link successfully updated.": 637, - "Since we're a": 385, - "Slack Integration": 358, - "Slack successfully disconnected": 650, - "Slug": 417, - "Slug is required": 180, - "Slug is required.": 213, - "Slug may not exceed 150 characters": 181, - "Social Links": 585, - "Social bookmarking is not new, it's just been forgotten. Link shortening with analytics has been around forever. Link listings became cool once social media started allowing us to post a link to our websites in our profiles.": 379, + "Revoke": 270, + "Revoke Personal Access Token": 278, + "Revoke client tokens": 298, + "Revoke tokens & client secret": 296, + "Safari Bookmarks": 555, + "Save": 9, + "Save Link": 575, + "Save Note": 576, + "Save public/private links": 337, + "Save public/private notes": 338, + "Scopes": 313, + "Search": 487, + "See the installation documentation for more.": 395, + "Select Export Bookmarks": 546, + "Self Hosting": 377, + "Send Reset Link": 63, + "Service": 410, + "Set up your account, so you can save links.": 46, + "Settings": 20, + "Short Code": 649, + "Short Code may not exceed 20 characters": 201, + "Short Link": 646, + "Short Link successfully deleted": 655, + "Short Links": 580, + "Short Not Found": 227, + "Short link successfully updated.": 653, + "Since we're a": 392, + "Slack Integration": 365, + "Slack successfully disconnected": 666, + "Slug": 21, + "Slug is required": 116, + "Slug is required.": 209, + "Slug may not exceed 150 characters": 117, + "Social Links": 600, + "Social bookmarking is not new, it's just been forgotten. Link shortening with analytics has been around forever. Link listings became cool once social media started allowing us to post a link to our websites in our profiles.": 386, "Social bookmarking plus link sharing, shortening and listings all in one app.": 3, - "Social bookmarking: Pinboard (Delicious)": 381, - "Someone, possibly you, requested this login via email link. To login to your account, just click the link below:": 80, - "Someone, possibly you, requested to reset your Links email address. To complete this update, just click the link below:": 74, - "Someone, possibly you, requested to reset your Links password.": 69, - "Something went wrong, impossible to send invitation": 448, - "Something went wrong. Impossible to get the member data": 454, - "Something went wrong. The QR Code could not be deleted.": 521, - "Something went wrong. The domain could not be deleted.": 412, - "Something went wrong. The link could not be deleted.": 573, - "Something went wrong. The user could not be linked.": 654, - "Something went wrong. This bookmark could not be deleted.": 510, - "Something went wrong. This member could not be deleted: %s": 450, - "Sorry, free accounts do not support Mattermost Integration. Please upgrade to continue": 610, - "Sorry, free accounts do not support Slack Integration. Please upgrade to continue": 652, - "Sorry, you have exceeded the amount of free accounts available. Please update your current free account to create one more": 434, - "Source": 530, - "Spanish": 16, - "Sponsored": 421, - "Star": 495, - "Starred": 462, - "Store Dashboard": 553, + "Social bookmarking: Pinboard (Delicious)": 388, + "Someone, possibly you, requested this login via email link. To login to your account, just click the link below:": 75, + "Someone, possibly you, requested to reset your Links email address. To complete this update, just click the link below:": 69, + "Someone, possibly you, requested to reset your Links password.": 64, + "Something went wrong, impossible to send invitation": 453, + "Something went wrong. Impossible to get the member data": 459, + "Something went wrong. The QR Code could not be deleted.": 529, + "Something went wrong. The link could not be deleted.": 588, + "Something went wrong. The user could not be linked.": 670, + "Something went wrong. This bookmark could not be deleted.": 518, + "Something went wrong. This member could not be deleted: %s": 455, + "Sorry, free accounts do not support Mattermost Integration. Please upgrade to continue": 626, + "Sorry, free accounts do not support Slack Integration. Please upgrade to continue": 668, + "Sorry, you have exceeded the amount of free accounts available. Please update your current free account to create one more": 439, + "Source": 540, + "Spanish": 17, + "Sponsored": 426, + "Star": 500, + "Starred": 467, + "Store Dashboard": 566, "Submit Query": 260, - "Subscription": 418, - "Successful login.": 89, - "Successfully added client": 305, - "Successfully added personal access": 281, - "Successfully reissued client.": 307, - "Successfully revoked authorization token.": 282, - "Successfully revoked client.": 306, - "Tags": 463, - "Tags may not exceed 10": 126, - "The %s domain is currently inactive": 316, - "The User is not verified": 159, - "The User you try to invite is not verified": 147, - "The code is required": 622, - "The domain is already registered in the system": 198, - "The domain is required": 623, - "The file is required": 262, - "The file submitted for this source should be html": 263, - "The file submitted for this source should be json": 264, - "The member was removed successfully": 152, - "The passwords you entered do not match.": 6, - "The text to be searched is required": 617, - "The title is required": 620, - "The url is required": 621, - "The user for given email is not a member of given organization": 151, - "The user was added successfully": 160, - "There is already a default listing for this domain": 218, - "There is already a domain registered for given service": 199, - "This Slug is already registered for this domain": 217, - "This account is currently unable to access the system.": 88, - "This ain't a popularity contest or anything but this is weird that there are no links!": 471, - "This email domain is not allowed": 144, - "This email is already registered": 169, - "This feature is not allowed for free user. Please upgrade.": 526, - "This feature is restricted to free accounts. Please upgrade.": 608, - "This feed has no links. Booo!": 497, - "This field is required.": 663, - "This function is only allowed for business users.": 145, - "This function is only allowed for paid users.": 197, + "Subscription": 22, + "Successful login.": 84, + "Successfully added client": 306, + "Successfully added personal access": 282, + "Successfully reissued client.": 308, + "Successfully revoked authorization token.": 283, + "Successfully revoked client.": 307, + "Tags": 468, + "Tags may not exceed 10": 132, + "The %s domain is currently inactive": 321, + "The User is not verified": 163, + "The User you try to invite is not verified": 151, + "The code is required": 638, + "The domain is already registered in the system": 191, + "The domain is required": 639, + "The file is required": 263, + "The file submitted for this source should be html": 264, + "The file submitted for this source should be json": 265, + "The member was removed successfully": 156, + "The passwords you entered do not match.": 7, + "The text to be searched is required": 633, + "The title is required": 636, + "The url is required": 637, + "The user for given email is not a member of given organization": 155, + "The user was added successfully": 164, + "There is already a default listing for this domain": 214, + "There is already a domain registered for given service": 192, + "This Slug is already registered for this domain": 213, + "This account is currently unable to access the system.": 83, + "This ain't a popularity contest or anything but this is weird that there are no links!": 476, + "This email domain is not allowed": 148, + "This email is already registered": 173, + "This feature is not allowed for free user. Please upgrade.": 534, + "This feature is restricted to free accounts. Please upgrade.": 624, + "This feed has no links. Booo!": 502, + "This field is required.": 679, + "This function is only allowed for business users.": 149, + "This function is only allowed for paid users.": 190, "This function is only allowed for paid users. Please upgrade": 1, - "This link will expire in 1 hour. If you didn't request this link you can safely delete this email now.": 71, - "This link will expire in 2 hour. If you didn't request this link you can safely delete this email now.": 75, - "This organization has an active subscription. Please cancel it first": 186, - "This organization name is already registered": 182, - "This organization slug can not be used. Please chose another one": 118, - "This organization slug is already registered": 119, - "This shortCode can not be used. Please chose another one": 208, - "This slug can not be used. Please chose another one": 183, - "This team is already tied to an organization": 606, - "This user already follows this org": 234, - "This user does not follow this org": 236, - "This user is not allowed to perform this action": 135, - "This username can not be used. Please chose another one": 170, - "This username is already registered": 171, - "This will permanently unregister your OAuth 2.0 client": 299, - "Timezone": 10, - "Timezone is invalid": 175, - "Timezone is required": 174, - "Title": 458, - "Title is required": 223, - "Title is required.": 124, - "Title is too long.": 226, - "Title may not exceed 150 characters": 125, - "To complete your password reset, just click the link below:": 70, - "To confirm your email address and complete your Links registration, please click the link below.": 92, - "Tour": 554, - "Try It FREE": 328, - "Type": 23, - "URL": 570, - "URL Shortening powered by Link Taco!": 640, - "URL is required.": 205, - "URL may not exceed 150 characters": 122, - "Unable to find suitable organization": 253, - "Unfollow": 476, - "Unlimited": 326, - "Unlimited QR codes per listing": 341, - "Unlimited QR codes per short": 348, - "Unlimited link listings (for social media bios, etc.)": 395, - "Unlimited short links": 345, - "Unread": 461, - "Unregister": 301, - "Unregister this OAuth client": 298, - "Unstar": 496, - "Untagged": 492, - "Up until now, all of these things were hosted on different services.": 380, - "Update Email": 72, - "Update Link": 513, - "Update Links": 569, - "Update List": 579, - "Update Note": 546, - "Update Organization": 438, - "Update Short Link": 636, - "Update email": 39, - "Upgrade Org": 425, - "Upgrade your organization to paid to view the detail stats": 109, - "Url is required": 626, - "Use commas to separate your tags. Example: tag 1, tag 2, tag 3": 464, - "User Not Found": 158, - "User connected successfully": 614, - "User email is required": 140, - "User follows %s": 235, - "User is not authenticated": 661, - "User not found for given email": 150, - "User unfollows %s": 237, - "Username": 12, - "Username is required": 164, - "Username may not exceed 150 characters": 165, - "View": 600, - "Visibility": 459, - "We sent you a confirmation email. Please click the link in that email to confirm your account.": 53, - "We sent you a direct message with instructions": 647, - "We sent you a new confirmation email. Please click the link in that email to confirm your account.": 96, - "We sent you a private msg": 616, - "Weeks": 104, - "Welcome to LinkTaco!": 376, + "This link will expire in 1 hour. If you didn't request this link you can safely delete this email now.": 66, + "This link will expire in 2 hour. If you didn't request this link you can safely delete this email now.": 70, + "This organization has an active subscription. Please cancel it first": 123, + "This organization name is already registered": 119, + "This organization slug can not be used. Please chose another one": 113, + "This organization slug is already registered": 114, + "This shortCode can not be used. Please chose another one": 202, + "This slug can not be used. Please chose another one": 120, + "This team is already tied to an organization": 622, + "This user does not follow this org": 231, + "This user is not allowed to perform this action": 139, + "This username can not be used. Please chose another one": 174, + "This username is already registered": 175, + "This will permanently unregister your OAuth 2.0 client": 300, + "Timezone": 11, + "Timezone is invalid": 179, + "Timezone is required": 178, + "Title": 463, + "Title is required": 219, + "Title is required.": 130, + "Title is too long.": 222, + "Title may not exceed 150 characters": 131, + "To complete your password reset, just click the link below:": 65, + "To confirm your email address and complete your Links registration, please click the link below.": 87, + "Tour": 567, + "Try It FREE": 335, + "URL": 585, + "URL Shortening powered by Link Taco!": 656, + "URL is required.": 199, + "URL may not exceed 2048 characters": 128, + "Unable to delete. Domain has active short links or link listings": 198, + "Unable to find suitable organization": 249, + "Unfollow": 481, + "Unlimited": 333, + "Unlimited QR codes per listing": 348, + "Unlimited QR codes per short": 355, + "Unlimited link listings (for social media bios, etc.)": 403, + "Unlimited short links": 352, + "Unread": 466, + "Unregister": 302, + "Unregister this OAuth client": 299, + "Unstar": 501, + "Untagged": 497, + "Up until now, all of these things were hosted on different services.": 387, + "Update Email": 67, + "Update Link": 521, + "Update Links": 584, + "Update List": 594, + "Update Note": 559, + "Update Organization": 443, + "Update Short Link": 652, + "Update email": 33, + "Upgrade Org": 36, + "Upgrade the organization to activate them.": 511, + "Upgrade your account to support private bookmarks.": 553, + "Upgrade your organization to paid to view the detail stats": 104, + "Url is required": 642, + "Use commas to separate your tags. Example: tag 1, tag 2, tag 3": 469, + "User Not Found": 162, + "User connected successfully": 630, + "User email is required": 144, + "User follows %s": 230, + "User is not authenticated": 677, + "User not found for given email": 154, + "User unfollows %s": 232, + "Username": 13, + "Username is required": 168, + "Username may not exceed 150 characters": 169, + "View": 616, + "Visibility": 464, + "We sent you a confirmation email. Please click the link in that email to confirm your account.": 48, + "We sent you a direct message with instructions": 663, + "We sent you a new confirmation email. Please click the link in that email to confirm your account.": 91, + "We sent you a private msg": 632, + "Weeks": 99, + "Welcome to LinkTaco!": 383, "Welcome to LinkTaco! Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.": 4, - "Welcome to Links": 50, - "Write": 445, - "Yes": 414, - "Yes, do it": 279, - "You are not allowed to create more free organizations. Please upgrade to a paid org": 117, - "You are not allowed to edit this field for notes": 133, - "You are not allowed to enable/disabled user type organization": 184, - "You are not allowed to have more than two free organizations. Please upgrade": 185, - "You can not send both after and before cursors": 250, - "You can now": 62, - "You can't create more than 5 qr codes per lists.": 230, - "You can't create more than 5 qr codes per shorts.": 232, - "You have been invited by %s to join Link Taco": 248, - "You have not created any personal access tokens for your account.": 270, - "You have not granted any third party clients access to your account.": 274, - "You have successfully registered your account. You can now login.": 54, - "You may revoke this access at any time on the OAuth tab of your account profile.": 311, - "You must verify your email address before logging in": 87, - "You will be redirected in 10 seconds.": 517, - "You've been logged out successfully.": 83, - "You've been sent a confirmation email. Please click the link in the email to confirm your email change. The confirmation email will expire in 2 hours.": 73, - "You've successfully confirmed your email address.": 86, - "You've successfully updated your email address.": 85, - "You've successfully updated your password.": 84, - "Your Organizations": 416, - "Your feed is empty :( Go follow some people. Try the Popular or Recent feeds to find some interesting people to follow.": 483, - "Your link was successfully saved. Details here: %s": 644, - "Your short link was successfully created: %s": 643, - "and login": 64, - "bookmark": 469, - "bookmark, note, detail, popular, links, linktaco": 508, - "for": 403, - "invalid domain ID [%d] given": 203, - "is a third-party application operated by": 310, - "list-service-domain is not configured": 216, - "months": 325, - "note, detail, popular, links, linktaco": 549, - "per month": 324, - "per year": 323, - "popular, links, linktaco, feature, plans, pricing plans": 473, - "pricing, links, linktaco, feature, plans, pricing plans": 375, - "recent, public, links, linktaco": 501, - "return to the login page": 63, - "revoke all tokens issued to it, and prohibit the issuance of new tokens.": 300, - "saved": 489, - "short-service-domain is not configured": 210, + "Welcome to Links": 45, + "Write": 450, + "Yes": 422, + "Yes, do it": 280, + "You are not allowed to create more free organizations. Please upgrade to a paid org": 112, + "You are not allowed to edit this field for notes": 137, + "You are not allowed to enable/disabled user type organization": 121, + "You are not allowed to have more than two free organizations. Please upgrade": 122, + "You can not send both after and before cursors": 247, + "You can now": 57, + "You can't create more than 5 qr codes per lists.": 226, + "You can't create more than 5 qr codes per shorts.": 228, + "You have %d restricted link(s) saved.": 510, + "You have been invited by %s to join Link Taco": 244, + "You have not created any personal access tokens for your account.": 271, + "You have not granted any third party clients access to your account.": 275, + "You have reached your monthly short link limit. Please upgrade to remove this limitation.": 204, + "You have successfully registered your account. You can now login.": 49, + "You may revoke this access at any time on the OAuth tab of your account profile.": 312, + "You must verify your email address before logging in": 82, + "You will be redirected in 10 seconds.": 525, + "You've been logged out successfully.": 78, + "You've been sent a confirmation email. Please click the link in the email to confirm your email change. The confirmation email will expire in 2 hours.": 68, + "You've successfully confirmed your email address.": 81, + "You've successfully updated your email address.": 80, + "You've successfully updated your password.": 79, + "Your Organizations": 424, + "Your bookmark import is being processed. We will notify you once it's complete.": 558, + "Your feed is empty :( Go follow some people. Try the Popular or Recent feeds to find some interesting people to follow.": 488, + "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.": 552, + "Your link was successfully saved. Details here: %s": 660, + "Your short link was successfully created: %s": 659, + "and login": 59, + "bookmark": 474, + "bookmark, note, detail, popular, links, linktaco": 516, + "for": 411, + "invalid domain ID": 196, + "is a third-party application operated by": 311, + "list-service-domain is not configured": 212, + "months": 332, + "note, detail, popular, links, linktaco": 562, + "per month": 331, + "per year": 330, + "popular, links, linktaco, feature, plans, pricing plans": 478, + "pricing, links, linktaco, feature, plans, pricing plans": 382, + "recent, public, links, linktaco": 507, + "return to the login page": 58, + "revoke all tokens issued to it, and prohibit the issuance of new tokens.": 301, + "saved": 494, + "short-service-domain is not configured": 205, "social bookmarks, bookmarking, links, link sharing, link shortening, link listings, bookmarks, link saving, qr codes, analytics": 5, - "would like to access to your Link Taco account.": 309, + "would like to access to your Link Taco account.": 310, } -var enIndex = []uint32{ // 668 elements +var enIndex = []uint32{ // 684 elements // Entry 0 - 1F 0x00000000, 0x00000010, 0x0000004d, 0x00000061, - 0x000000af, 0x00000143, 0x000001c3, 0x000001eb, - 0x000001f8, 0x000001fd, 0x0000020a, 0x00000213, - 0x00000218, 0x00000221, 0x00000227, 0x0000022c, - 0x00000233, 0x0000023b, 0x00000243, 0x00000260, - 0x00000269, 0x0000026f, 0x00000280, 0x0000028e, - 0x00000293, 0x0000029a, 0x000002a3, 0x000002ac, - 0x000002b1, 0x000002b9, 0x000002c6, 0x000002cf, + 0x000000af, 0x00000143, 0x000001c3, 0x00000214, + 0x0000023c, 0x00000249, 0x0000024e, 0x0000025b, + 0x00000264, 0x00000269, 0x00000272, 0x00000278, + 0x0000027d, 0x00000284, 0x0000028c, 0x00000294, + 0x000002b1, 0x000002ba, 0x000002bf, 0x000002cc, + 0x000002d6, 0x000002dc, 0x000002ed, 0x000002fb, + 0x00000310, 0x00000317, 0x0000031c, 0x00000324, // Entry 20 - 3F - 0x000002d7, 0x000002ee, 0x000002f3, 0x000002fe, - 0x0000030d, 0x00000315, 0x0000031d, 0x0000032d, - 0x0000033a, 0x00000347, 0x00000361, 0x00000377, - 0x00000381, 0x0000038a, 0x000003a1, 0x000003aa, - 0x000003b8, 0x000003c9, 0x000003f6, 0x00000407, - 0x00000433, 0x00000481, 0x000004e0, 0x00000522, - 0x00000532, 0x00000543, 0x00000550, 0x00000565, - 0x00000578, 0x00000587, 0x00000598, 0x000005a4, + 0x0000032c, 0x0000033c, 0x00000349, 0x00000356, + 0x00000370, 0x0000037c, 0x00000392, 0x0000039c, + 0x000003a5, 0x000003bc, 0x000003c5, 0x000003d3, + 0x000003e4, 0x00000411, 0x00000422, 0x0000044e, + 0x0000049c, 0x000004fb, 0x0000053d, 0x0000054d, + 0x0000055e, 0x0000056b, 0x00000580, 0x00000593, + 0x000005a2, 0x000005b3, 0x000005bf, 0x000005d8, + 0x000005e2, 0x000005fe, 0x0000060f, 0x000006a6, // Entry 40 - 5F - 0x000005bd, 0x000005c7, 0x000005e3, 0x000005f4, - 0x0000068b, 0x0000069b, 0x000006da, 0x00000716, - 0x0000077d, 0x0000078a, 0x00000821, 0x0000089a, - 0x00000901, 0x0000090e, 0x00000914, 0x0000093a, - 0x00000946, 0x000009b7, 0x000009d5, 0x000009f0, - 0x00000a15, 0x00000a40, 0x00000a70, 0x00000aa2, - 0x00000ad7, 0x00000b0e, 0x00000b20, 0x00000b3e, - 0x00000b5a, 0x00000bbb, 0x00000bc3, 0x00000c09, + 0x000006b6, 0x000006f5, 0x00000731, 0x00000798, + 0x000007a5, 0x0000083c, 0x000008b5, 0x0000091c, + 0x00000929, 0x0000092f, 0x00000955, 0x00000961, + 0x000009d2, 0x000009f0, 0x00000a0b, 0x00000a30, + 0x00000a5b, 0x00000a8b, 0x00000abd, 0x00000af2, + 0x00000b29, 0x00000b3b, 0x00000b5c, 0x00000b78, + 0x00000bd9, 0x00000be1, 0x00000c27, 0x00000c42, + 0x00000ca5, 0x00000caf, 0x00000cc5, 0x00000ccd, // Entry 60 - 7F - 0x00000c24, 0x00000c87, 0x00000c91, 0x00000ca7, - 0x00000caf, 0x00000cb4, 0x00000cbd, 0x00000cc5, - 0x00000ccb, 0x00000cd1, 0x00000cd6, 0x00000d33, - 0x00000d49, 0x00000d98, 0x00000dd3, 0x00000ddc, - 0x00000de2, 0x00000dea, 0x00000dfb, 0x00000e1e, - 0x00000e37, 0x00000e62, 0x00000eb6, 0x00000ef7, - 0x00000f24, 0x00000f3e, 0x00000f4b, 0x00000f6d, - 0x00000f83, 0x00000f96, 0x00000fba, 0x00000fd1, + 0x00000cd2, 0x00000cdb, 0x00000ce3, 0x00000ce9, + 0x00000cef, 0x00000cf4, 0x00000d51, 0x00000d67, + 0x00000db6, 0x00000df1, 0x00000dfa, 0x00000e00, + 0x00000e08, 0x00000e19, 0x00000e3c, 0x00000e55, + 0x00000e80, 0x00000ed4, 0x00000f15, 0x00000f42, + 0x00000f5a, 0x00000f6b, 0x00000f8e, 0x00000fa5, + 0x00000fd2, 0x00001006, 0x00001044, 0x00001091, + 0x000010d6, 0x00001132, 0x00001153, 0x0000116d, // Entry 80 - 9F - 0x00000fe8, 0x00001028, 0x00001073, 0x0000108b, - 0x00001097, 0x000010a9, 0x000010da, 0x000010e9, - 0x00001119, 0x00001132, 0x0000117d, 0x0000119e, - 0x000011b3, 0x000011ca, 0x000011ee, 0x00001203, - 0x00001216, 0x00001237, 0x00001269, 0x00001295, - 0x000012c0, 0x000012ea, 0x00001315, 0x00001334, - 0x00001373, 0x00001397, 0x000013b5, 0x000013cc, - 0x000013e6, 0x00001402, 0x00001417, 0x00001426, + 0x0000117a, 0x0000119d, 0x000011b3, 0x000011c6, + 0x000011ea, 0x00001201, 0x00001241, 0x0000128c, + 0x0000129f, 0x000012b1, 0x000012e2, 0x000012f1, + 0x00001321, 0x0000133a, 0x00001385, 0x000013a6, + 0x000013bb, 0x000013d2, 0x000013f6, 0x0000140b, + 0x0000141e, 0x0000143f, 0x00001471, 0x0000149d, + 0x000014c8, 0x000014f2, 0x0000151d, 0x0000153c, + 0x0000157b, 0x0000159f, 0x000015bd, 0x000015d4, // Entry A0 - BF - 0x0000143f, 0x0000145f, 0x00001471, 0x00001486, - 0x000014ad, 0x000014c2, 0x000014e9, 0x00001505, - 0x00001511, 0x0000151f, 0x00001540, 0x00001578, - 0x0000159c, 0x000015ac, 0x000015c8, 0x000015dd, - 0x000015f1, 0x00001609, 0x00001619, 0x00001646, - 0x0000165e, 0x0000166f, 0x00001692, 0x000016bf, - 0x000016f3, 0x00001731, 0x0000177e, 0x000017c3, - 0x0000181f, 0x00001840, 0x00001864, 0x00001879, + 0x000015ee, 0x0000160a, 0x0000161f, 0x0000162e, + 0x00001647, 0x00001667, 0x00001679, 0x0000168e, + 0x000016b5, 0x000016ca, 0x000016f1, 0x0000170d, + 0x00001719, 0x00001727, 0x00001748, 0x00001780, + 0x000017a4, 0x000017b4, 0x000017d0, 0x000017e5, + 0x000017f9, 0x00001811, 0x00001821, 0x0000184e, + 0x00001863, 0x0000187a, 0x0000189d, 0x000018c0, + 0x000018d4, 0x000018f3, 0x0000191b, 0x00001949, // Entry C0 - DF - 0x00001890, 0x000018b3, 0x000018d6, 0x000018ea, - 0x00001909, 0x00001931, 0x0000195f, 0x0000198e, - 0x000019c5, 0x00001a05, 0x00001a2a, 0x00001a3d, - 0x00001a5d, 0x00001a8d, 0x00001a9e, 0x00001ab3, - 0x00001adb, 0x00001b14, 0x00001b22, 0x00001b49, - 0x00001b5a, 0x00001b70, 0x00001b82, 0x00001b97, - 0x00001bc6, 0x00001bec, 0x00001c1c, 0x00001c4f, - 0x00001c68, 0x00001c89, 0x00001c9b, 0x00001cab, + 0x00001978, 0x000019af, 0x000019ef, 0x00001a14, + 0x00001a27, 0x00001a39, 0x00001a69, 0x00001aaa, + 0x00001abb, 0x00001ad0, 0x00001af8, 0x00001b31, + 0x00001b3f, 0x00001b99, 0x00001bc0, 0x00001bd1, + 0x00001be7, 0x00001bf3, 0x00001c05, 0x00001c1a, + 0x00001c49, 0x00001c6f, 0x00001c9f, 0x00001cd2, + 0x00001ceb, 0x00001d0c, 0x00001d1e, 0x00001d2e, + 0x00001d40, 0x00001d5a, 0x00001d71, 0x00001d84, // Entry E0 - FF - 0x00001cbd, 0x00001cd7, 0x00001cee, 0x00001d01, - 0x00001d12, 0x00001d29, 0x00001d38, 0x00001d69, - 0x00001d79, 0x00001dab, 0x00001dbd, 0x00001de0, - 0x00001df3, 0x00001e16, 0x00001e2b, 0x00001e3b, - 0x00001e50, 0x00001e66, 0x00001e8d, 0x00001ec2, - 0x00001ed2, 0x00001ee4, 0x00001ef7, 0x00001f0b, - 0x00001f2c, 0x00001f5d, 0x00001f7a, 0x00001fa9, - 0x00001fb3, 0x00001ff2, 0x00002017, 0x00002046, + 0x00001d95, 0x00001dac, 0x00001dbb, 0x00001dec, + 0x00001dfc, 0x00001e2e, 0x00001e40, 0x00001e53, + 0x00001e76, 0x00001e8b, 0x00001e9b, 0x00001eb0, + 0x00001ec6, 0x00001eed, 0x00001f22, 0x00001f32, + 0x00001f59, 0x00001f6b, 0x00001f7e, 0x00001f92, + 0x00001fb3, 0x00001fe4, 0x00002001, 0x0000200b, + 0x0000203a, 0x00002079, 0x0000209e, 0x000020cd, + 0x000020e2, 0x000020f4, 0x00002120, 0x00002132, // Entry 100 - 11F - 0x0000205b, 0x0000206d, 0x00002099, 0x000020ab, - 0x000020be, 0x000020cb, 0x000020d5, 0x000020ea, - 0x0000211c, 0x0000214e, 0x00002165, 0x0000216d, - 0x00002174, 0x0000217c, 0x00002183, 0x000021c5, - 0x000021d8, 0x000021e4, 0x000021eb, 0x00002230, - 0x0000224a, 0x000022c7, 0x000022e4, 0x0000232e, - 0x00002339, 0x00002347, 0x0000236a, 0x00002394, - 0x0000239c, 0x000023a6, 0x000023ad, 0x000023b1, + 0x00002141, 0x00002159, 0x00002175, 0x000021a0, + 0x000021b3, 0x000021c0, 0x000021ca, 0x000021ee, + 0x00002203, 0x00002235, 0x00002267, 0x0000227e, + 0x00002286, 0x0000228d, 0x00002295, 0x0000229c, + 0x000022de, 0x000022f1, 0x000022fd, 0x00002304, + 0x00002349, 0x00002363, 0x000023e0, 0x000023fd, + 0x00002447, 0x00002452, 0x00002460, 0x00002483, + 0x000024ad, 0x000024b5, 0x000024bf, 0x000024c6, // Entry 120 - 13F - 0x000023bc, 0x000023ce, 0x000023e1, 0x000023ee, - 0x000023f9, 0x00002407, 0x00002442, 0x0000245e, - 0x0000247c, 0x0000252b, 0x00002540, 0x0000255d, - 0x00002594, 0x000025dd, 0x000025e8, 0x000025f4, - 0x00002604, 0x00002620, 0x0000263a, 0x00002657, - 0x00002675, 0x0000267f, 0x000026af, 0x000026d8, - 0x00002729, 0x00002730, 0x00002738, 0x0000273f, - 0x0000274f, 0x00002776, 0x000027a3, 0x000027ab, + 0x000024ca, 0x000024d5, 0x000024e7, 0x000024fa, + 0x00002507, 0x00002512, 0x00002520, 0x0000255b, + 0x00002577, 0x00002595, 0x00002644, 0x00002659, + 0x00002676, 0x000026ad, 0x000026f6, 0x00002701, + 0x0000270d, 0x0000271d, 0x00002739, 0x00002753, + 0x00002770, 0x0000278e, 0x00002798, 0x000027c8, + 0x000027f1, 0x00002842, 0x00002849, 0x00002851, + 0x00002858, 0x00002884, 0x0000288e, 0x000028e0, // Entry 140 - 15F - 0x0000288a, 0x00002892, 0x00002897, 0x0000289d, - 0x000028a6, 0x000028b0, 0x000028b7, 0x000028c1, - 0x000028cd, 0x000028d9, 0x000028e3, 0x000028fd, - 0x00002917, 0x0000293b, 0x0000294c, 0x00002966, - 0x00002975, 0x00002989, 0x00002997, 0x000029ca, - 0x000029e3, 0x000029fa, 0x00002a19, 0x00002a28, - 0x00002a30, 0x00002a40, 0x00002a56, 0x00002a6e, - 0x00002a83, 0x00002aa0, 0x00002ab7, 0x00002ad2, + 0x000028f0, 0x00002900, 0x00002927, 0x00002954, + 0x0000295c, 0x00002a3b, 0x00002a43, 0x00002a48, + 0x00002a51, 0x00002a5a, 0x00002a60, 0x00002a69, + 0x00002a73, 0x00002a7a, 0x00002a84, 0x00002a90, + 0x00002a9c, 0x00002aa6, 0x00002ac0, 0x00002ada, + 0x00002afe, 0x00002b0f, 0x00002b29, 0x00002b38, + 0x00002b4c, 0x00002b5a, 0x00002b8d, 0x00002ba6, + 0x00002bbd, 0x00002bdc, 0x00002beb, 0x00002bf3, // Entry 160 - 17F - 0x00002ae2, 0x00002af4, 0x00002b06, 0x00002b15, - 0x00002b26, 0x00002b43, 0x00002b69, 0x00002b7b, - 0x00002b92, 0x00002bad, 0x00002bbd, 0x00002bd2, - 0x00002be6, 0x00002bf9, 0x00002c0c, 0x00002c23, - 0x00002c2f, 0x00002c47, 0x00002c56, 0x00002c63, - 0x00002c75, 0x00002c98, 0x00002ca6, 0x00002cd3, - 0x00002d0b, 0x00002d20, 0x00002d9f, 0x00002e65, - 0x00002f46, 0x00002f8b, 0x00002fb4, 0x00002fd1, + 0x00002c03, 0x00002c19, 0x00002c31, 0x00002c46, + 0x00002c63, 0x00002c7a, 0x00002c95, 0x00002ca5, + 0x00002cb7, 0x00002cc9, 0x00002cd8, 0x00002ce9, + 0x00002d06, 0x00002d2c, 0x00002d3e, 0x00002d55, + 0x00002d70, 0x00002d80, 0x00002d95, 0x00002da9, + 0x00002dbc, 0x00002dcf, 0x00002de6, 0x00002df2, + 0x00002e0a, 0x00002e19, 0x00002e26, 0x00002e38, + 0x00002e5b, 0x00002e69, 0x00002e96, 0x00002ece, // Entry 180 - 19F - 0x00002fef, 0x0000302a, 0x00003038, 0x00003051, - 0x000030a8, 0x000030d5, 0x000031b1, 0x000031c2, - 0x000031d5, 0x000031e0, 0x000031ee, 0x000031fc, - 0x00003232, 0x00003261, 0x00003292, 0x000032aa, - 0x000032b6, 0x000032bd, 0x000032c9, 0x000032d1, - 0x000032d5, 0x000032e3, 0x000032f0, 0x000032fb, - 0x00003309, 0x0000331d, 0x0000335d, 0x00003379, - 0x00003387, 0x000033be, 0x000033da, 0x000033de, + 0x00002ee3, 0x00002f62, 0x00003028, 0x00003109, + 0x0000314e, 0x00003177, 0x00003194, 0x000031b2, + 0x000031ed, 0x000031fb, 0x00003214, 0x0000326b, + 0x00003298, 0x00003374, 0x00003385, 0x00003398, + 0x000033a3, 0x000033b1, 0x000033be, 0x000033cc, + 0x00003402, 0x00003431, 0x00003462, 0x0000347a, + 0x00003486, 0x0000348d, 0x00003499, 0x000034a1, + 0x000034a5, 0x000034b3, 0x000034c0, 0x000034cb, // Entry 1A0 - 1BF - 0x00003408, 0x0000341b, 0x00003420, 0x0000342d, - 0x00003437, 0x00003443, 0x0000344d, 0x00003452, - 0x0000345a, 0x00003463, 0x0000346f, 0x00003483, - 0x00003492, 0x00003499, 0x000034a0, 0x000034b0, - 0x000034c4, 0x000034d1, 0x000034ed, 0x00003568, - 0x0000356f, 0x00003577, 0x00003599, 0x000035ad, - 0x000035b8, 0x000035da, 0x000035e5, 0x000035f0, - 0x00003629, 0x0000362e, 0x00003634, 0x00003640, + 0x000034d9, 0x000034ed, 0x0000352d, 0x00003549, + 0x00003557, 0x0000355d, 0x00003579, 0x0000357d, + 0x000035a7, 0x000035ba, 0x000035c6, 0x000035d0, + 0x000035d5, 0x000035dd, 0x000035e6, 0x000035fa, + 0x00003602, 0x00003611, 0x00003618, 0x0000361f, + 0x0000362f, 0x00003643, 0x00003650, 0x0000366c, + 0x000036e7, 0x000036ee, 0x000036f6, 0x00003718, + 0x0000372c, 0x00003737, 0x00003759, 0x00003764, // Entry 1C0 - 1DF - 0x00003664, 0x00003698, 0x000036aa, 0x000036e8, - 0x00003704, 0x00003739, 0x00003753, 0x0000378b, - 0x00003797, 0x000037a2, 0x000037ae, 0x000037b4, - 0x000037bf, 0x000037cc, 0x000037d3, 0x000037db, - 0x000037e0, 0x0000381f, 0x0000382b, 0x0000384c, - 0x00003875, 0x0000389b, 0x000038a4, 0x000038b6, - 0x0000390d, 0x00003930, 0x00003968, 0x00003976, - 0x00003980, 0x00003989, 0x0000399a, 0x0000399f, + 0x0000376f, 0x000037a8, 0x000037ad, 0x000037b3, + 0x000037bf, 0x000037e3, 0x00003817, 0x00003829, + 0x00003867, 0x00003883, 0x000038b8, 0x000038d2, + 0x0000390a, 0x00003916, 0x00003921, 0x0000392d, + 0x00003933, 0x0000393e, 0x0000394b, 0x00003952, + 0x0000395a, 0x0000395f, 0x0000399e, 0x000039aa, + 0x000039cb, 0x000039f4, 0x00003a1a, 0x00003a23, + 0x00003a35, 0x00003a8c, 0x00003aaf, 0x00003ae7, // Entry 1E0 - 1FF - 0x000039a4, 0x000039a9, 0x000039ac, 0x000039b3, - 0x00003a2b, 0x00003a3b, 0x00003a48, 0x00003a55, - 0x00003a5b, 0x00003a66, 0x00003a6c, 0x00003a7d, - 0x00003a81, 0x00003a8a, 0x00003a97, 0x00003aa6, - 0x00003aab, 0x00003ab2, 0x00003ad0, 0x00003ad8, - 0x00003b0b, 0x00003b35, 0x00003b55, 0x00003b62, - 0x00003b6e, 0x00003b7a, 0x00003b86, 0x00003b93, - 0x00003bb4, 0x00003be5, 0x00003bf5, 0x00003c2f, + 0x00003af5, 0x00003aff, 0x00003b08, 0x00003b19, + 0x00003b1e, 0x00003b23, 0x00003b28, 0x00003b2b, + 0x00003b32, 0x00003baa, 0x00003bba, 0x00003bc7, + 0x00003bd4, 0x00003bda, 0x00003be5, 0x00003beb, + 0x00003bfc, 0x00003c00, 0x00003c09, 0x00003c16, + 0x00003c25, 0x00003c2a, 0x00003c31, 0x00003c4f, + 0x00003c57, 0x00003c5e, 0x00003c91, 0x00003cbb, + 0x00003cdb, 0x00003ce8, 0x00003cf4, 0x00003d1d, // Entry 200 - 21F - 0x00003c4d, 0x00003c7a, 0x00003c86, 0x00003c9c, - 0x00003cb7, 0x00003cd6, 0x00003cfc, 0x00003d0c, - 0x00003d1b, 0x00003d2a, 0x00003d62, 0x00003d7f, - 0x00003daa, 0x00003db6, 0x00003dc2, 0x00003dfd, - 0x00003e41, 0x00003e4b, 0x00003e57, 0x00003e5e, - 0x00003e90, 0x00003eb6, 0x00003f1d, 0x00003f77, - 0x00003f9c, 0x00003fb4, 0x00003fe9, 0x00004027, - 0x0000406a, 0x00004087, 0x000040bb, 0x000040c8, + 0x00003d48, 0x00003d54, 0x00003d60, 0x00003d6d, + 0x00003d8e, 0x00003dbf, 0x00003dcf, 0x00003e09, + 0x00003e27, 0x00003e54, 0x00003e60, 0x00003e76, + 0x00003e91, 0x00003eb0, 0x00003ed6, 0x00003ee6, + 0x00003ef5, 0x00003f04, 0x00003f3c, 0x00003f59, + 0x00003f84, 0x00003f90, 0x00003f9c, 0x00003fd7, + 0x0000401b, 0x00004026, 0x0000402e, 0x00004038, + 0x00004044, 0x0000404b, 0x0000407d, 0x000040a3, // Entry 220 - 23F - 0x000040d9, 0x000040ea, 0x000040fc, 0x00004108, - 0x0000410d, 0x0000412a, 0x00004151, 0x0000415d, - 0x0000417f, 0x000041a5, 0x000041b5, 0x000041ba, - 0x000041c1, 0x000041c9, 0x000041d4, 0x000041da, - 0x000041e1, 0x000041e9, 0x000041f8, 0x00004202, - 0x0000420c, 0x0000421c, 0x00004230, 0x00004236, - 0x00004242, 0x00004248, 0x00004255, 0x00004259, - 0x0000425f, 0x0000426b, 0x000042a0, 0x000042ba, + 0x0000410a, 0x00004164, 0x00004189, 0x000041a1, + 0x000041d6, 0x00004214, 0x00004257, 0x00004274, + 0x000042a8, 0x00004315, 0x00004348, 0x00004355, + 0x00004366, 0x00004377, 0x00004389, 0x000043d9, + 0x000043e5, 0x000043ea, 0x00004407, 0x0000442e, + 0x0000443a, 0x0000445c, 0x00004482, 0x00004492, + 0x00004497, 0x0000449e, 0x000044a6, 0x000044b1, + 0x000044b7, 0x000044be, 0x000044c6, 0x000044d5, // Entry 240 - 25F - 0x000042e2, 0x000042ef, 0x000042f8, 0x00004301, - 0x0000430d, 0x00004314, 0x0000431f, 0x0000432e, - 0x00004334, 0x0000433f, 0x0000434c, 0x0000436a, - 0x00004376, 0x00004397, 0x000043a4, 0x000043ad, - 0x000043bb, 0x000043c4, 0x000043de, 0x000043ed, - 0x000043f4, 0x000043fd, 0x00004415, 0x00004431, - 0x00004441, 0x00004446, 0x00004452, 0x00004468, - 0x0000448d, 0x000044d0, 0x000044e3, 0x00004510, + 0x000044df, 0x000044e9, 0x000044f9, 0x0000450d, + 0x00004513, 0x0000451f, 0x00004525, 0x0000452a, + 0x0000452f, 0x0000453c, 0x00004540, 0x00004546, + 0x00004552, 0x00004587, 0x000045a1, 0x000045c9, + 0x000045d6, 0x000045df, 0x000045e8, 0x000045f4, + 0x000045fb, 0x00004606, 0x00004615, 0x0000461b, + 0x00004626, 0x00004633, 0x00004651, 0x0000465d, + 0x0000467e, 0x0000468b, 0x00004694, 0x000046a2, // Entry 260 - 27F - 0x00004548, 0x00004585, 0x000045b6, 0x0000460d, - 0x0000461a, 0x00004678, 0x00004690, 0x000046ac, - 0x000046c6, 0x000046e0, 0x00004704, 0x00004722, - 0x00004738, 0x0000474e, 0x00004762, 0x00004777, - 0x0000478e, 0x0000479f, 0x000047c3, 0x000047d3, - 0x000047f6, 0x0000482c, 0x00004843, 0x0000484e, - 0x0000485d, 0x0000486f, 0x0000487a, 0x00004884, - 0x000048ac, 0x000048be, 0x000048df, 0x000048f1, + 0x000046ab, 0x000046c5, 0x000046ed, 0x000046fc, + 0x00004703, 0x0000470c, 0x00004724, 0x00004740, + 0x00004750, 0x00004755, 0x00004761, 0x00004777, + 0x0000479c, 0x000047df, 0x000047f2, 0x0000481f, + 0x00004857, 0x00004894, 0x000048c5, 0x0000491c, + 0x00004929, 0x00004987, 0x0000499f, 0x000049bb, + 0x000049d5, 0x000049ef, 0x00004a13, 0x00004a31, + 0x00004a47, 0x00004a5d, 0x00004a71, 0x00004a86, // Entry 280 - 29F - 0x00004911, 0x00004936, 0x00004950, 0x00004968, - 0x00004998, 0x000049ce, 0x000049da, 0x00004a07, - 0x00004a36, 0x00004a3f, 0x00004a50, 0x00004a70, - 0x00004aae, 0x00004b00, 0x00004b5e, 0x00004b92, - 0x00004bad, 0x00004bc4, 0x00004be7, 0x00004c13, - 0x00004c31, 0x00004c4c, 0x00004c66, 0x00004c8a, - 0x00004ca2, 0x00004cc6, 0x00004ce9, 0x00004d01, -} // Size: 2696 bytes + 0x00004a9d, 0x00004aae, 0x00004ad2, 0x00004ae2, + 0x00004b05, 0x00004b3b, 0x00004b52, 0x00004b5d, + 0x00004b6c, 0x00004b7e, 0x00004b89, 0x00004b93, + 0x00004bbb, 0x00004bcd, 0x00004bee, 0x00004c00, + 0x00004c20, 0x00004c45, 0x00004c5f, 0x00004c77, + 0x00004ca7, 0x00004cdd, 0x00004ce9, 0x00004d16, + 0x00004d45, 0x00004d4e, 0x00004d5f, 0x00004d7f, + 0x00004dbd, 0x00004e0f, 0x00004e6d, 0x00004ea1, + // Entry 2A0 - 2BF + 0x00004ebc, 0x00004ed3, 0x00004ef6, 0x00004f22, + 0x00004f40, 0x00004f5b, 0x00004f75, 0x00004f99, + 0x00004fb1, 0x00004fd5, 0x00004ff8, 0x00005010, +} // Size: 2760 bytes -const enData string = "" + // Size: 19713 bytes +const enData string = "" + // Size: 20496 bytes "\x02Restricted Page\x02This function is only allowed for paid users. Ple" + "ase upgrade\x02Continue to Upgrade\x02Social bookmarking plus link shari" + "ng, shortening and listings all in one app.\x02Welcome to LinkTaco! Here" + " you can mix all your link saving and sharing needs in one tight little " + "bundle. Much like a taco. A link taco if you will.\x02social bookmarks, " + "bookmarking, links, link sharing, link shortening, link listings, bookma" + - "rks, link saving, qr codes, analytics\x02The passwords you entered do no" + - "t match.\x02Edit Profile\x02Save\x02Default Lang\x02Timezone\x02Name\x02" + - "Username\x02Image\x02Back\x02Cancel\x02Spanish\x02English\x02Profile upd" + - "ated successfully\x02Settings\x02Email\x02Default Language\x02Organizati" + - "ons\x02Type\x02Action\x02Business\x02Personal\x02Edit\x02Members\x02Inte" + - "grations\x02Platform\x02Connect\x02Organization connected\x02Date\x02Dis" + - "connect\x02No connections\x02Domains\x02Actions\x02Change password\x02Up" + - "date email\x02Edit profile\x02Manage Your Organizations\x02Complete Regi" + - "stration\x02Full Name\x02Password\x02Registration Completed\x02Register" + - "\x02Email Address\x02Confirm Password\x02Already have an account? Click " + - "here to login\x02Welcome to Links\x02Set up your account, so you can sav" + - "e links.\x02Registration is not enabled on this system. Contact the admi" + - "n for an account.\x02We sent you a confirmation email. Please click the " + - "link in that email to confirm your account.\x02You have successfully reg" + - "istered your account. You can now login.\x02Change Password\x02Current P" + - "assword\x02New Password\x02Confirm New Password\x02Enter New Password" + - "\x02Reset Password\x02Password Changed\x02You can now\x02return to the l" + - "ogin page\x02and login\x02Links - Reset your password\x02Forgot Password" + - "?\x02If the email address given exists in our system then we just sent i" + - "t a login link. Click this link to reset your password. The link expires" + - " in 1 hour.\x02Send Reset Link\x02Someone, possibly you, requested to re" + - "set your Links password.\x02To complete your password reset, just click " + - "the link below:\x02This link will expire in 1 hour. If you didn't reques" + - "t this link you can safely delete this email now.\x02Update Email\x02You" + - "'ve been sent a confirmation email. Please click the link in the email t" + - "o confirm your email change. The confirmation email will expire in 2 hou" + - "rs.\x02Someone, possibly you, requested to reset your Links email addres" + - "s. To complete this update, just click the link below:\x02This link wil" + - "l expire in 2 hour. If you didn't request this link you can safely delet" + - "e this email now.\x02Change Email\x02Login\x02No accounts? Click here to" + - " create one\x02Login Email\x02Someone, possibly you, requested this logi" + - "n via email link. To login to your account, just click the link below:" + - "\x02Password changed successfully\x02Email updated successfully\x02You'v" + - "e been logged out successfully.\x02You've successfully updated your pass" + - "word.\x02You've successfully updated your email address.\x02You've succe" + - "ssfully confirmed your email address.\x02You must verify your email addr" + - "ess before logging in\x02This account is currently unable to access the " + - "system.\x02Successful login.\x02Links - Confirm account email\x02Please " + - "confirm your account\x02To confirm your email address and complete your " + - "Links registration, please click the link below.\x02Confirm\x02If you di" + - "dn't request this link you can safely delete this email now.\x02Confirm " + - "your email address\x02We sent you a new confirmation email. Please click" + - " the link in that email to confirm your account.\x02Analytics\x02Engagem" + - "ents over time\x02Country\x02City\x02Referrer\x02Devices\x02Apply\x02Wee" + - "ks\x02Days\x02Only showing the last 60 days. Upgrade your organization t" + - "o paid to view all historical data\x02Click here to upgrade\x02Only show" + - "ing country data. Upgrade your organization to paid to view all stats" + - "\x02Upgrade your organization to paid to view the detail stats\x02QR Sca" + - "ns\x02Links\x02No Data\x02Name is required\x02Name may not exceed 150 ch" + - "aracters\x02Org username is required\x02Org username may not exceed 150 " + - "characters\x02You are not allowed to create more free organizations. Ple" + - "ase upgrade to a paid org\x02This organization slug can not be used. Ple" + - "ase chose another one\x02This organization slug is already registered" + - "\x02Invalid Visibility value.\x02Invalid URL.\x02URL may not exceed 150 " + - "characters\x02Org slug is required.\x02Title is required.\x02Title may n" + - "ot exceed 150 characters\x02Tags may not exceed 10\x02Organization Not F" + - "ound\x02Only members with write perm are allowed to perform this action" + - "\x02Free organizations are not allowed to create private links. Please u" + - "pgrade\x02Error parsin url: %[1]s\x02Id required\x02Element Not Found" + - "\x02You are not allowed to edit this field for notes\x02Link Not Found" + - "\x02This user is not allowed to perform this action\x02Description is re" + - "quired.\x02Free organizations are not allowed to create private notes. P" + - "lease upgrade\x02Error compiling url regex: %[1]s\x02Org slug is require" + - "d\x02User email is required\x02Email may not exceed 255 characters\x02In" + - "valid email format\x02Invalid Permission\x02This email domain is not all" + - "owed\x02This function is only allowed for business users.\x02A new regis" + - "ter invitation was sent to %[1]s\x02The User you try to invite is not ve" + - "rified\x02A new member invitation was sent to %[1]s\x02Link Taco: Invita" + - "tion to join organization\x02User not found for given email\x02The user " + - "for given email is not a member of given organization\x02The member was " + - "removed successfully\x02Confirmation key is required.\x02Confirmation No" + - "t Found\x02Invalid Confirmation Type\x02Invalid Confirmation Target\x02P" + - "ermission Not Found\x02User Not Found\x02The User is not verified\x02The" + - " user was added successfully\x02Email is required\x02Password is require" + - "d\x02Password may not exceed 100 characters\x02Username is required\x02U" + - "sername may not exceed 150 characters\x02Registration is not enabled\x02" + - "Invalid Key\x02Invalid Email\x02This email is already registered\x02This" + - " username can not be used. Please chose another one\x02This username is " + - "already registered\x02Key is required\x02Confirmation User Not Found\x02" + - "Timezone is required\x02Timezone is invalid\x02DefaultLang is required" + - "\x02Lang is invalid\x02No personal organization found for this user\x02C" + - "urrentSlug is required\x02Slug is required\x02Slug may not exceed 150 ch" + - "aracters\x02This organization name is already registered\x02This slug ca" + - "n not be used. Please chose another one\x02You are not allowed to enable" + - "/disabled user type organization\x02You are not allowed to have more tha" + - "n two free organizations. Please upgrade\x02This organization has an act" + - "ive subscription. Please cancel it first\x02Free organizations can not u" + - "se Private permission. Please upgrade to use Private permission\x02Inval" + - "id default permission value\x02Domain pattern regexp compile error\x02In" + - "valid domain name.\x02Invalid service value.\x02Name may not exceed 255 " + - "characters\x02Name may not exceed 500 characters\x02Invalid FQDN format" + - "\x02Organizaiton Slug is required.\x02Invalid permissions for Organizati" + - "on ID\x02This function is only allowed for paid users.\x02The domain is " + - "already registered in the system\x02There is already a domain registered" + - " for given service\x02Error checking the DNS entry for domain. Please tr" + - "y again later\x02CNAME record for domain is incorrect\x02Invalid domain " + - "ID.\x02invalid domain ID [%[1]d] given\x02Only superusers can delete sys" + - "tem level domains\x02URL is required.\x02DomainID is required\x02Short C" + - "ode may not exceed 20 characters\x02This shortCode can not be used. Plea" + - "se chose another one\x02Org Not Found\x02short-service-domain is not con" + - "figured\x02Domain Not Found\x02Duplicated short code\x02Slug is required" + - ".\x02Org Slug is required\x02Free accounts are only allowed 1 link listi" + - "ng.\x02list-service-domain is not configured\x02This Slug is already reg" + - "istered for this domain\x02There is already a default listing for this d" + - "omain\x02ListingSlug is required.\x02LinkOrder can't be lower than 0." + - "\x02Listing Not Found\x02ID is required.\x02Title is required\x02ID can'" + - "t be lower than 0.\x02Listing Link Not Found\x02Title is too long.\x02Co" + - "de is invalid.\x02Element ID is invalid.\x02List Not Found\x02You can't " + - "create more than 5 qr codes per lists.\x02Short Not Found\x02You can't c" + - "reate more than 5 qr codes per shorts.\x02QR Code Not Found\x02This user" + - " already follows this org\x02User follows %[1]s\x02This user does not fo" + + "rks, link saving, qr codes, analytics\x02Please login to view multiple t" + + "ag combos (sorry, this is to help stop bot abuse)\x02The passwords you e" + + "ntered do not match.\x02Edit Profile\x02Save\x02Default Lang\x02Timezone" + + "\x02Name\x02Username\x02Image\x02Back\x02Cancel\x02Spanish\x02English" + + "\x02Profile updated successfully\x02Settings\x02Slug\x02Subscription\x02" + + "Is Active\x02Email\x02Default Language\x02Organizations\x02Current Organ" + + "ization\x02Action\x02Edit\x02Members\x02Actions\x02Change password\x02Up" + + "date email\x02Edit profile\x02Manage Your Organizations\x02Upgrade Org" + + "\x02Complete Registration\x02Full Name\x02Password\x02Registration Compl" + + "eted\x02Register\x02Email Address\x02Confirm Password\x02Already have an" + + " account? Click here to login\x02Welcome to Links\x02Set up your account" + + ", so you can save links.\x02Registration is not enabled on this system. " + + "Contact the admin for an account.\x02We sent you a confirmation email. P" + + "lease click the link in that email to confirm your account.\x02You have " + + "successfully registered your account. You can now login.\x02Change Passw" + + "ord\x02Current Password\x02New Password\x02Confirm New Password\x02Enter" + + " New Password\x02Reset Password\x02Password Changed\x02You can now\x02re" + + "turn to the login page\x02and login\x02Links - Reset your password\x02Fo" + + "rgot Password?\x02If the email address given exists in our system then w" + + "e just sent it a login link. Click this link to reset your password. The" + + " link expires in 1 hour.\x02Send Reset Link\x02Someone, possibly you, re" + + "quested to reset your Links password.\x02To complete your password reset" + + ", just click the link below:\x02This link will expire in 1 hour. If you " + + "didn't request this link you can safely delete this email now.\x02Update" + + " Email\x02You've been sent a confirmation email. Please click the link i" + + "n the email to confirm your email change. The confirmation email will ex" + + "pire in 2 hours.\x02Someone, possibly you, requested to reset your Links" + + " email address. To complete this update, just click the link below:\x02" + + "This link will expire in 2 hour. If you didn't request this link you can" + + " safely delete this email now.\x02Change Email\x02Login\x02No accounts? " + + "Click here to create one\x02Login Email\x02Someone, possibly you, reques" + + "ted this login via email link. To login to your account, just click the " + + "link below:\x02Password changed successfully\x02Email updated successful" + + "ly\x02You've been logged out successfully.\x02You've successfully update" + + "d your password.\x02You've successfully updated your email address.\x02Y" + + "ou've successfully confirmed your email address.\x02You must verify your" + + " email address before logging in\x02This account is currently unable to " + + "access the system.\x02Successful login.\x02LinkTaco - Confirm account em" + + "ail\x02Please confirm your account\x02To confirm your email address and " + + "complete your Links registration, please click the link below.\x02Confir" + + "m\x02If you didn't request this link you can safely delete this email no" + + "w.\x02Confirm your email address\x02We sent you a new confirmation email" + + ". Please click the link in that email to confirm your account.\x02Analyt" + + "ics\x02Engagements over time\x02Country\x02City\x02Referrer\x02Devices" + + "\x02Apply\x02Weeks\x02Days\x02Only showing the last 60 days. Upgrade you" + + "r organization to paid to view all historical data\x02Click here to upgr" + + "ade\x02Only showing country data. Upgrade your organization to paid to v" + + "iew all stats\x02Upgrade your organization to paid to view the detail st" + + "ats\x02QR Scans\x02Links\x02No Data\x02Name is required\x02Name may not " + + "exceed 150 characters\x02Org username is required\x02Org username may no" + + "t exceed 150 characters\x02You are not allowed to create more free organ" + + "izations. Please upgrade to a paid org\x02This organization slug can not" + + " be used. Please chose another one\x02This organization slug is already " + + "registered\x02CurrentSlug is required\x02Slug is required\x02Slug may no" + + "t exceed 150 characters\x02Organization Not Found\x02This organization n" + + "ame is already registered\x02This slug can not be used. Please chose ano" + + "ther one\x02You are not allowed to enable/disabled user type organizatio" + + "n\x02You are not allowed to have more than two free organizations. Pleas" + + "e upgrade\x02This organization has an active subscription. Please cancel" + + " it first\x02Free organizations can not use Private permission. Please u" + + "pgrade to use Private permission\x02Invalid default permission value\x02" + + "Invalid Visibility value.\x02Invalid URL.\x02URL may not exceed 2048 cha" + + "racters\x02Org slug is required.\x02Title is required.\x02Title may not " + + "exceed 150 characters\x02Tags may not exceed 10\x02Only members with wri" + + "te perm are allowed to perform this action\x02Free organizations are not" + + " allowed to create private links. Please upgrade\x02Link hash required" + + "\x02Element Not Found\x02You are not allowed to edit this field for note" + + "s\x02Link Not Found\x02This user is not allowed to perform this action" + + "\x02Description is required.\x02Free organizations are not allowed to cr" + + "eate private notes. Please upgrade\x02Error compiling url regex: %[1]s" + + "\x02Org slug is required\x02User email is required\x02Email may not exce" + + "ed 255 characters\x02Invalid email format\x02Invalid Permission\x02This " + + "email domain is not allowed\x02This function is only allowed for busines" + + "s users.\x02A new register invitation was sent to %[1]s\x02The User you " + + "try to invite is not verified\x02A new member invitation was sent to %[1" + + "]s\x02Link Taco: Invitation to join organization\x02User not found for g" + + "iven email\x02The user for given email is not a member of given organiza" + + "tion\x02The member was removed successfully\x02Confirmation key is requi" + + "red.\x02Confirmation Not Found\x02Invalid Confirmation Type\x02Invalid C" + + "onfirmation Target\x02Permission Not Found\x02User Not Found\x02The User" + + " is not verified\x02The user was added successfully\x02Email is required" + + "\x02Password is required\x02Password may not exceed 100 characters\x02Us" + + "ername is required\x02Username may not exceed 150 characters\x02Registra" + + "tion is not enabled\x02Invalid Key\x02Invalid Email\x02This email is alr" + + "eady registered\x02This username can not be used. Please chose another o" + + "ne\x02This username is already registered\x02Key is required\x02Confirma" + + "tion User Not Found\x02Timezone is required\x02Timezone is invalid\x02De" + + "faultLang is required\x02Lang is invalid\x02No personal organization fou" + + "nd for this user\x02Invalid domain name.\x02Invalid service value.\x02Na" + + "me may not exceed 255 characters\x02Name may not exceed 500 characters" + + "\x02Invalid FQDN format\x02Organizaiton Slug is required.\x02Invalid per" + + "missions for Organization ID\x02This function is only allowed for paid u" + + "sers.\x02The domain is already registered in the system\x02There is alre" + + "ady a domain registered for given service\x02Error checking the DNS entr" + + "y for domain. Please try again later\x02CNAME record for domain is incor" + + "rect\x02Invalid domain ID.\x02invalid domain ID\x02Only superusers can d" + + "elete system level domains\x02Unable to delete. Domain has active short " + + "links or link listings\x02URL is required.\x02DomainID is required\x02Sh" + + "ort Code may not exceed 20 characters\x02This shortCode can not be used." + + " Please chose another one\x02Org Not Found\x02You have reached your mont" + + "hly short link limit. Please upgrade to remove this limitation.\x02short" + + "-service-domain is not configured\x02Domain Not Found\x02Duplicated shor" + + "t code\x02Id required\x02Slug is required.\x02Org Slug is required\x02Fr" + + "ee accounts are only allowed 1 link listing.\x02list-service-domain is n" + + "ot configured\x02This Slug is already registered for this domain\x02Ther" + + "e is already a default listing for this domain\x02ListingSlug is require" + + "d.\x02LinkOrder can't be lower than 0.\x02Listing Not Found\x02ID is req" + + "uired.\x02Title is required\x02ID can't be lower than 0.\x02Listing Link" + + " Not Found\x02Title is too long.\x02Code is invalid.\x02Element ID is in" + + "valid.\x02List Not Found\x02You can't create more than 5 qr codes per li" + + "sts.\x02Short Not Found\x02You can't create more than 5 qr codes per sho" + + "rts.\x02QR Code Not Found\x02User follows %[1]s\x02This user does not fo" + "llow this org\x02User unfollows %[1]s\x02Invalid orgType\x02Invalid leve" + "l value.\x02Invalid status value.\x02A valid Organizaiton Slug is requir" + "ed.\x02Organization Slug is required for user level domains\x04\x00\x01 " + - "\x0b\x02Invalid ID\x02Name is required.\x02Email is required.\x02Registe" + - "r Invitation\x02Linktaco: Invitation to Register\x02You have been invite" + - "d by %[1]s to join Link Taco\x02Please click the link below:\x02You can " + - "not send both after and before cursors\x02Not Found\x02Only members with" + - " read perm are allowed to perform this action\x02Unable to find suitable" + - " organization\x02Only superusers can fetch system level domains\x02Link " + - "Short Not Found\x02Invalid code type\x02Org slug is required for this ki" + - "nd of token\x02Access Restricted\x02GraphQL Playground\x02Submit Query" + - "\x02Back Home\x02The file is required\x02The file submitted for this sou" + - "rce should be html\x02The file submitted for this source should be json" + - "\x02Personal Access Tokens\x02Comment\x02Issued\x02Expired\x02Revoke\x02" + - "You have not created any personal access tokens for your account.\x02Aut" + - "horized Clients\x02Client Name\x02Grants\x02You have not granted any thi" + - "rd party clients access to your account.\x02Add Personal Access Token" + - "\x02Note: Your access token will never be shown to you again. Keep this secret. It will expire a year from now.\x02Revoke Perso" + - "nal Access Token\x02Do you want to revoke this personal access token? Th" + - "is can not be undone.\x02Yes, do it\x02No, nevermind\x02Successfully add" + - "ed personal access\x02Successfully revoked authorization token.\x02Clien" + - "ts\x02Client ID\x02Manage\x02Add\x02No Clients\x02Add OAuth2 Client\x02C" + - "lient Description\x02Redirect URL\x02Client URL\x02Client Secret\x02Note" + - ": Your client secret will never be shown to you again.\x02OAuth 2.0 clie" + - "nt management\x02Revoke tokens & client secret\x02If OAuth 2.0 bearer to" + - "kens issued for your OAuth client, or your client secret, have been disc" + - "losed to a third-party, you must revoke all tokens and have replacements" + - " issued.\x02Revoke client tokens\x02Unregister this OAuth client\x02This" + - " will permanently unregister your OAuth 2.0 client\x02revoke all tokens " + - "issued to it, and prohibit the issuance of new tokens.\x02Unregister\x02" + - "Description\x02Informative URL\x02OAuth 2.0 client registered\x02Success" + - "fully added client\x02Successfully revoked client.\x02Successfully reiss" + - "ued client.\x02Authorize\x02would like to access to your Link Taco accou" + - "nt.\x02is a third-party application operated by\x02You may revoke this a" + - "ccess at any time on the OAuth tab of your account profile.\x02Scopes" + - "\x02Approve\x02Reject\x02Inactive Domain\x02The %[1]s domain is currentl" + - "y inactive\x02Please upgrade your account to reactivate it\x02Pricing" + - "\x02Every account can create unlimited organizations. Each organization " + - "has it's own bookmarks, listings, analytics, etc. All of the features be" + - "low belong to each organization with their own unique URL's, groupings, " + - "and so on.\x02Feature\x02Free\x02Price\x02per year\x02per month\x02month" + - "s\x02Unlimited\x02Public only\x02Try It FREE\x02Bookmarks\x02Save public" + - "/private links\x02Save public/private notes\x02Follow other organization" + - "s (social)\x02Organize by tags\x02Advanced filtering/search\x02Full RSS " + - "feeds\x02Custom domain + SSL\x02Link Listings\x02Create link listings (i" + - "e, social media bios, etc.)\x02Organize listings by tag\x02Filter/Search" + - " listings\x02Unlimited QR codes per listing\x02Full Analytics\x02Listing" + - "\x02Link Shortening\x02Unlimited short links\x02Organize shorts by tags" + - "\x02Filter/Search shorts\x02Unlimited QR codes per short\x02Full analyti" + - "cs history\x02QR Code specific analytics\x02Click analytics\x02Referer a" + - "nalyitcs\x02Country analytics\x02City analytics\x02Device analytics\x02C" + - "ollaboration / Integrations\x02Add unlimited members to organization\x02" + - "Slack Integration\x02MatterMost Integration\x02Build Your Own Integratio" + - "n\x02Import / Export\x02Import from Pinboard\x02Import from Firefox\x02I" + - "mport from Chrome\x02Import from Safari\x02Export in JSON or HTML\x02API" + - " Powered\x02Full GraphQL API Access\x02OAuth2 Support\x02Self Hosting" + - "\x02Fully open source\x02Host your own version of Link Taco\x02Documenta" + - "tion\x02Pricing and feature details for LinkTaco.com\x02pricing, links, " + - "linktaco, feature, plans, pricing plans\x02Welcome to LinkTaco!\x02Here " + - "you can mix all your link saving and sharing needs in one tight little b" + - "undle. Much like a taco. A link taco if you will.\x02LinkTaco is an open" + - " source platform where you can host all of your links. Custom domains, Q" + - "R codes, Analytics, full API, multiple organizations w/unlimited members" + - " are just some of what's included.\x02Social bookmarking is not new, it'" + - "s just been forgotten. Link shortening with analytics has been around fo" + - "rever. Link listings became cool once social media started allowing us t" + - "o post a link to our websites in our profiles.\x02Up until now, all of t" + - "hese things were hosted on different services.\x02Social bookmarking: Pi" + - "nboard (Delicious)\x02Link shortening: Bitly et al\x02Link listings: Lin" + - "ktree et al\x02Peace Pinboard. Bye Bitly. Later Linktree. Hello LinkTaco" + - "!\x02Since we're a\x02100% open source project\x04\x01 \x00R\x02you can " + - "host your own instance if you'd like full control over your own platform" + - ".\x02See the installation documentation for more.\x02Ready to get starte" + - "d? It's free to make an account and use it forever (with some limitation" + - "s). To use all features you have to pay just a few bucks a year, or a fe" + - "w per month if you're a business, and that's it. Simple!\x02Explore Feat" + - "ures\x02Organize Bookmarks\x02Link Lists\x02Collaboration\x02Import Expo" + - "rt\x02Unlimited link listings (for social media bios, etc.)\x02Members c" + - "an add/edit/remove links (if allowed)\x02Members have access based on pe" + - "rmissions granted\x02Browser bookmark widget\x02Domain List\x02Delete" + - "\x02Lookup Name\x02Service\x02for\x02Link Shortner\x02Link Listing\x02No" + - " Domains\x02Create Domain\x02Migrate Short Links\x02Old links won't work" + - ". All code will be moved to the new domain.\x02Domain created successful" + - "ly\x02Delete Domain\x02Something went wrong. The domain could not be del" + - "eted.\x02Domain successfully deleted\x02Yes\x02Do you really whant to de" + - "lete this domain\x02Your Organizations\x02Slug\x02Subscription\x02Is Act" + - "ive\x02Open Source\x02Sponsored\x02Paid\x02Enabled\x02Disabled\x02Upgrad" + - "e Org\x02Manage Subscription\x02Manage Members\x02Export\x02Import\x02Pa" + - "yment History\x02Create Organization\x02Org Username\x02Default Bookmark" + - " Visibility\x02Sorry, you have exceeded the amount of free accounts avai" + - "lable. Please update your current free account to create one more\x02Pub" + - "lic\x02Private\x02Organization created successfully\x02Update Organizati" + - "on\x02Is Enabled\x02Organization updated successfully\x02Add Member\x02P" + - "ermission\x02Please upgrade to a Business organization to add members" + - "\x02Read\x02Write\x02Admin Write\x02An invitation was sent to this user" + - "\x02Something went wrong, impossible to send invitation\x02Delete Org Me" + - "mber\x02Something went wrong. This member could not be deleted: %[1]s" + - "\x02Member successfully deleted\x02Delete member %[1]s (%[2]s) from Orga" + - "nization %[3]s?\x02Member added succesxfully\x02Something went wrong. Im" + - "possible to get the member data\x02Member List\x02No members\x02Create L" + - "ink\x02Title\x02Visibility\x02Organization\x02Unread\x02Starred\x02Tags" + - "\x02Use commas to separate your tags. Example: tag 1, tag 2, tag 3\x02Ar" + - "chive URL\x02A link was successfully created.\x02Error fetching referenc" + - "ed url: Not found\x02Error fetching referenced link: %[1]v\x02bookmark" + - "\x02Popular Bookmarks\x02This ain't a popularity contest or anything but" + - " this is weird that there are no links!\x02Most popular links on LinkTac" + - "o.com\x02popular, links, linktaco, feature, plans, pricing plans\x02Popu" + - "lar Links\x02Following\x02Unfollow\x02No organizations\x02Feed\x02Next" + - "\x02Prev\x02By\x02Search\x02Your feed is empty :( Go follow some people." + - " Try the Popular or Recent feeds to find some interesting people to foll" + - "ow.\x02Advanced Search\x02Include Tags\x02Exclude Tags\x02Clear\x02Follo" + - "wings\x02saved\x02Recent Bookmarks\x02All\x02Untagged\x02Mark as read" + - "\x02Mark as unread\x02Star\x02Unstar\x02This feed has no links. Booo!" + - "\x02Archive\x02Recent public links added to %[1]s on LinkTaco.com\x02Rec" + - "ent public links added to LinkTaco.com\x02recent, public, links, linktac" + - "o\x02Recent Links\x02%[1]s Links\x02Link Detail\x02Public Post\x02Privat" + - "e Post\x02Bookmark '%[1]s' on LinkTaco.com\x02bookmark, note, detail, po" + - "pular, links, linktaco\x02Delete Bookmark\x02Something went wrong. This " + - "bookmark could not be deleted.\x02Bookmark successfully deleted\x02Do yo" + - "u really whant to delete this bookmark?\x02Update Link\x02Do you want to" + - " delete\x02Link successfully updated.\x02QR Codes powered by Link Taco!" + - "\x02You will be redirected in 10 seconds.\x02QR Code Details\x02Download" + - " Image\x02Delete QR Code\x02Something went wrong. The QR Code could not " + - "be deleted.\x02QR Code successfully deleted\x02Do you really whant to de" + - "lete this qr code\x02Export Data\x02File format\x02This feature is not a" + - "llowed for free user. Please upgrade.\x02As system admin run this comman" + - "d in the channel you want to connect\x02Connected\x02Import Data\x02Sour" + - "ce\x02Click on Manage Bookmarks from the Bookmarks menu\x02A new window " + - "called Library will open\x02In the left sidebar select the folder you wa" + - "nt to export. To export all bookmarks select All Bookmarks\x02Click on t" + - "he icon that has two arrows (up and down) and choose 'Export Bookmarks t" + - "o HTML'\x02Go to the File menu and chose Export\x02Select Export Bookmar" + - "ks\x02Go to the Bookmarks menu and choose Bookmark Manager\x02In the lef" + - "t sidebar select the folder that you want to export\x02In the top bookma" + - "rk bar click on the three points at the top right\x02Click on on Export " + - "Bookmarks\x02Go to https://pinboard.in/export/ and click on JSON\x02Inst" + - "ructions\x02Safari Bookmarks\x02Chrome Bookmarks\x02Firefox Bookmarks" + - "\x02Update Note\x02Note\x02Note '%[1]s' on LinkTaco.com\x02note, detail," + - " popular, links, linktaco\x02Create Note\x02An note was successfully cre" + - "ated.\x02Error fetching referenced note: %[1]v\x02Store Dashboard\x02Tou" + - "r\x02Recent\x02Popular\x02Categories\x02About\x02Log in\x02Log out\x02GQ" + - "L Playground\x02Save Link\x02Save Note\x02Personal Tokens\x02Client Appl" + - "ications\x02Lists\x02Short Links\x02Admin\x02Update Links\x02URL\x02Orde" + - "r\x02Delete List\x02Something went wrong. The link could not be deleted." + - "\x02Link successfully deleted\x02Do you really whant to delete this link" + - "\x02Create Links\x02Previous\x02No Links\x02Update List\x02Domain\x02Is " + - "Default\x02Delete Picture\x02Other\x02Other Name\x02Social Links\x02List" + - "ing successfully updated.\x02Create List\x02A list was successfully crea" + - "ted.\x02Manage Links\x02No Lists\x02Creation Date\x02QR Codes\x02List su" + - "ccessfully deleted\x02Create QR Code\x02Create\x02Download\x02Custom bac" + - "kground image\x02QR Code succesfully created\x02QR Code Listing\x02View" + - "\x02No QR Codes\x02Disconnect Mattermost\x02Mattermost successfully disc" + - "onnected\x02Do you really want to disconnect this organization from matt" + - "ermost\x02Connect Mattermost\x02This team is already tied to an organiza" + - "tion\x02Do you want to connect this organization to mattermost?\x02This " + - "feature is restricted to free accounts. Please upgrade.\x02Organization " + - "linked successfully with mattermost\x02Sorry, free accounts do not suppo" + - "rt Mattermost Integration. Please upgrade to continue\x02Connect User" + - "\x02In order to interact with the mattermost you have to connect your ac" + - "count with your link user\x02Do you want to proceed?\x02User connected s" + - "uccessfully\x02No slack connection found\x02We sent you a private msg" + - "\x02The text to be searched is required\x02No links were found for %[1]s" + - "\x02No organization found\x02The title is required\x02The url is require" + - "d\x02The code is required\x02The domain is required\x02Domain not found" + - "\x02A new short was created succesfully\x02Url is required\x02A new link" + - " was created succesfully\x02Please click in the following link to tie a " + - "org %[1]s\x02Installed successfully\x02Short Link\x02No Short Links\x02C" + - "reate Short Link\x02Short Code\x02No Domain\x02An short link was success" + - "fully created.\x02Update Short Link\x02Short link successfully updated." + - "\x02Delete Short Link\x02Short Link successfully deleted\x02URL Shorteni" + - "ng powered by Link Taco!\x02No URL argument was given\x02%[1]s: domain n" + - "ot found\x02Your short link was successfully created: %[1]s\x02Your link" + - " was successfully saved. Details here: %[1]s\x02Link Search\x02Please li" + - "nk your slack user with link: %[1]s\x02We sent you a direct message with" + - " instructions\x02Add Link\x02Disconnect Slack\x02Slack successfully disc" + - "onnected\x02Do you really want to disconnect this organization from slac" + - "k\x02Sorry, free accounts do not support Slack Integration. Please upgra" + - "de to continue\x02In order to interact with Link Taco you have to connec" + - "t you slack account with your link user\x02Something went wrong. The use" + - "r could not be linked.\x02Connect to Slack Workspace\x02Invalid slack re" + - "sponse\x02Do you want to connect with slack?\x02Organization linked succ" + - "essfully with slack\x02Invalid email and/or password\x02New passwords do" + - " not match\x02User is not authenticated\x02Current password given is inc" + - "orrect\x02This field is required.\x02Please enter a valid email address." + - "\x02Please enter a valid phone number.\x02Failed the '%[1]s' tag." + "\x0b\x02Invalid ID\x02Domain in use. Can not change service.\x02Name is " + + "required.\x02Email is required.\x02Register Invitation\x02Linktaco: Invi" + + "tation to Register\x02You have been invited by %[1]s to join Link Taco" + + "\x02Please click the link below:\x02Not Found\x02You can not send both a" + + "fter and before cursors\x02Only members with read perm are allowed to pe" + + "rform this action\x02Unable to find suitable organization\x02Only superu" + + "sers can fetch system level domains\x02Link Short Not Found\x02Invalid c" + + "ode type\x02Org slug is required for this kind of token\x02Access Restri" + + "cted\x02Access denied.\x02Organization not found.\x02Invalid listing ID " + + "provided\x02Invalid listing for specified organization\x02GraphQL Playgr" + + "ound\x02Submit Query\x02Back Home\x02Invalid origin source for importer." + + "\x02The file is required\x02The file submitted for this source should be" + + " html\x02The file submitted for this source should be json\x02Personal A" + + "ccess Tokens\x02Comment\x02Issued\x02Expired\x02Revoke\x02You have not c" + + "reated any personal access tokens for your account.\x02Authorized Client" + + "s\x02Client Name\x02Grants\x02You have not granted any third party clien" + + "ts access to your account.\x02Add Personal Access Token\x02Note: Your ac" + + "cess token will never be shown to you again. Keep this " + + "secret. It will expire a year from now.\x02Revoke Personal Access Token" + + "\x02Do you want to revoke this personal access token? This can not be un" + + "done.\x02Yes, do it\x02No, nevermind\x02Successfully added personal acce" + + "ss\x02Successfully revoked authorization token.\x02Clients\x02Client ID" + + "\x02Manage\x02Add\x02No Clients\x02Add OAuth2 Client\x02Client Descripti" + + "on\x02Redirect URL\x02Client URL\x02Client Secret\x02Note: Your client s" + + "ecret will never be shown to you again.\x02OAuth 2.0 client management" + + "\x02Revoke tokens & client secret\x02If OAuth 2.0 bearer tokens issued f" + + "or your OAuth client, or your client secret, have been disclosed to a th" + + "ird-party, you must revoke all tokens and have replacements issued.\x02R" + + "evoke client tokens\x02Unregister this OAuth client\x02This will permane" + + "ntly unregister your OAuth 2.0 client\x02revoke all tokens issued to it," + + " and prohibit the issuance of new tokens.\x02Unregister\x02Description" + + "\x02Informative URL\x02OAuth 2.0 client registered\x02Successfully added" + + " client\x02Successfully revoked client.\x02Successfully reissued client." + + "\x02Authorize\x02would like to access to your Link Taco account.\x02is a" + + " third-party application operated by\x02You may revoke this access at an" + + "y time on the OAuth tab of your account profile.\x02Scopes\x02Approve" + + "\x02Reject\x02LinkTaco - Your bookmark import is complete\x02Hi there," + + "\x02Just wanted to let you know that your bookmark import has completed " + + "successfully!\x02- LinkTaco Team\x02Inactive Domain\x02The %[1]s domain " + + "is currently inactive\x02Please upgrade your account to reactivate it" + + "\x02Pricing\x02Every account can create unlimited organizations. Each or" + + "ganization has it's own bookmarks, listings, analytics, etc. All of the " + + "features below belong to each organization with their own unique URL's, " + + "groupings, and so on.\x02Feature\x02Free\x02Personal\x02Business\x02Pric" + + "e\x02per year\x02per month\x02months\x02Unlimited\x02Public only\x02Try " + + "It FREE\x02Bookmarks\x02Save public/private links\x02Save public/private" + + " notes\x02Follow other organizations (social)\x02Organize by tags\x02Adv" + + "anced filtering/search\x02Full RSS feeds\x02Custom domain + SSL\x02Link " + + "Listings\x02Create link listings (ie, social media bios, etc.)\x02Organi" + + "ze listings by tag\x02Filter/Search listings\x02Unlimited QR codes per l" + + "isting\x02Full Analytics\x02Listing\x02Link Shortening\x02Unlimited shor" + + "t links\x02Organize shorts by tags\x02Filter/Search shorts\x02Unlimited " + + "QR codes per short\x02Full analytics history\x02QR Code specific analyti" + + "cs\x02Click analytics\x02Referer analyitcs\x02Country analytics\x02City " + + "analytics\x02Device analytics\x02Collaboration / Integrations\x02Add unl" + + "imited members to organization\x02Slack Integration\x02MatterMost Integr" + + "ation\x02Build Your Own Integration\x02Import / Export\x02Import from Pi" + + "nboard\x02Import from Firefox\x02Import from Chrome\x02Import from Safar" + + "i\x02Export in JSON or HTML\x02API Powered\x02Full GraphQL API Access" + + "\x02OAuth2 Support\x02Self Hosting\x02Fully open source\x02Host your own" + + " version of Link Taco\x02Documentation\x02Pricing and feature details fo" + + "r LinkTaco.com\x02pricing, links, linktaco, feature, plans, pricing plan" + + "s\x02Welcome to LinkTaco!\x02Here you can mix all your link saving and s" + + "haring needs in one tight little bundle. Much like a taco. A link taco i" + + "f you will.\x02LinkTaco is an open source platform where you can host al" + + "l of your links. Custom domains, QR codes, Analytics, full API, multiple" + + " organizations w/unlimited members are just some of what's included.\x02" + + "Social bookmarking is not new, it's just been forgotten. Link shortening" + + " with analytics has been around forever. Link listings became cool once " + + "social media started allowing us to post a link to our websites in our p" + + "rofiles.\x02Up until now, all of these things were hosted on different s" + + "ervices.\x02Social bookmarking: Pinboard (Delicious)\x02Link shortening:" + + " Bitly et al\x02Link listings: Linktree et al\x02Peace Pinboard. Bye Bit" + + "ly. Later Linktree. Hello LinkTaco!\x02Since we're a\x02100% open source" + + " project\x04\x01 \x00R\x02you can host your own instance if you'd like f" + + "ull control over your own platform.\x02See the installation documentatio" + + "n for more.\x02Ready to get started? It's free to make an account and us" + + "e it forever (with some limitations). To use all features you have to pa" + + "y just a few bucks a year, or a few per month if you're a business, and " + + "that's it. Simple!\x02Explore Features\x02Organize Bookmarks\x02Link Lis" + + "ts\x02Collaboration\x02Integrations\x02Import Export\x02Unlimited link l" + + "istings (for social media bios, etc.)\x02Members can add/edit/remove lin" + + "ks (if allowed)\x02Members have access based on permissions granted\x02B" + + "rowser bookmark widget\x02Domain List\x02Delete\x02Lookup Name\x02Servic" + + "e\x02for\x02Link Shortner\x02Link Listing\x02No Domains\x02Create Domain" + + "\x02Migrate Short Links\x02Old links won't work. All code will be moved " + + "to the new domain.\x02Domain created successfully\x02Delete Domain\x02%[" + + "1]s\x02Domain successfully deleted\x02Yes\x02Do you really whant to dele" + + "te this domain\x02Your Organizations\x02Open Source\x02Sponsored\x02Paid" + + "\x02Enabled\x02Disabled\x02Manage Subscription\x02Domains\x02Manage Memb" + + "ers\x02Export\x02Import\x02Payment History\x02Create Organization\x02Org" + + " Username\x02Default Bookmark Visibility\x02Sorry, you have exceeded the" + + " amount of free accounts available. Please update your current free acco" + + "unt to create one more\x02Public\x02Private\x02Organization created succ" + + "essfully\x02Update Organization\x02Is Enabled\x02Organization updated su" + + "ccessfully\x02Add Member\x02Permission\x02Please upgrade to a Business o" + + "rganization to add members\x02Read\x02Write\x02Admin Write\x02An invitat" + + "ion was sent to this user\x02Something went wrong, impossible to send in" + + "vitation\x02Delete Org Member\x02Something went wrong. This member could" + + " not be deleted: %[1]s\x02Member successfully deleted\x02Delete member %" + + "[1]s (%[2]s) from Organization %[3]s?\x02Member added succesxfully\x02So" + + "mething went wrong. Impossible to get the member data\x02Member List\x02" + + "No members\x02Create Link\x02Title\x02Visibility\x02Organization\x02Unre" + + "ad\x02Starred\x02Tags\x02Use commas to separate your tags. Example: tag " + + "1, tag 2, tag 3\x02Archive URL\x02A link was successfully created.\x02Er" + + "ror fetching referenced url: Not found\x02Error fetching referenced link" + + ": %[1]v\x02bookmark\x02Popular Bookmarks\x02This ain't a popularity cont" + + "est or anything but this is weird that there are no links!\x02Most popul" + + "ar links on LinkTaco.com\x02popular, links, linktaco, feature, plans, pr" + + "icing plans\x02Popular Links\x02Following\x02Unfollow\x02No organization" + + "s\x02Feed\x02Next\x02Prev\x02By\x02Search\x02Your feed is empty :( Go fo" + + "llow some people. Try the Popular or Recent feeds to find some interesti" + + "ng people to follow.\x02Advanced Search\x02Include Tags\x02Exclude Tags" + + "\x02Clear\x02Followings\x02saved\x02Recent Bookmarks\x02All\x02Untagged" + + "\x02Mark as read\x02Mark as unread\x02Star\x02Unstar\x02This feed has no" + + " links. Booo!\x02Archive\x02Follow\x02Recent public links added to %[1]s" + + " on LinkTaco.com\x02Recent public links added to LinkTaco.com\x02recent," + + " public, links, linktaco\x02Recent Links\x02%[1]s Links\x02You have %[1]" + + "d restricted link(s) saved.\x02Upgrade the organization to activate them" + + ".\x02Link Detail\x02Public Post\x02Private Post\x02Bookmark '%[1]s' on L" + + "inkTaco.com\x02bookmark, note, detail, popular, links, linktaco\x02Delet" + + "e Bookmark\x02Something went wrong. This bookmark could not be deleted." + + "\x02Bookmark successfully deleted\x02Do you really whant to delete this " + + "bookmark?\x02Update Link\x02Do you want to delete\x02Link successfully u" + + "pdated.\x02QR Codes powered by Link Taco!\x02You will be redirected in 1" + + "0 seconds.\x02QR Code Details\x02Download Image\x02Delete QR Code\x02Som" + + "ething went wrong. The QR Code could not be deleted.\x02QR Code successf" + + "ully deleted\x02Do you really whant to delete this qr code\x02Export Dat" + + "a\x02File format\x02This feature is not allowed for free user. Please up" + + "grade.\x02As system admin run this command in the channel you want to co" + + "nnect\x02Disconnect\x02Connect\x02Connected\x02Import Data\x02Source\x02" + + "Click on Manage Bookmarks from the Bookmarks menu\x02A new window called" + + " Library will open\x02In the left sidebar select the folder you want to " + + "export. To export all bookmarks select All Bookmarks\x02Click on the ico" + + "n that has two arrows (up and down) and choose 'Export Bookmarks to HTML" + + "'\x02Go to the File menu and chose Export\x02Select Export Bookmarks\x02" + + "Go to the Bookmarks menu and choose Bookmark Manager\x02In the left side" + + "bar select the folder that you want to export\x02In the top bookmark bar" + + " click on the three points at the top right\x02Click on on Export Bookma" + + "rks\x02Go to https://pinboard.in/export/ and click on JSON\x02Your impor" + + "ting into a free account / organization, any private pinboard bookmarks " + + "will be marked restricted.\x02Upgrade your account to support private bo" + + "okmarks.\x02Instructions\x02Safari Bookmarks\x02Chrome Bookmarks\x02Fire" + + "fox Bookmarks\x02Your bookmark import is being processed. We will notify" + + " you once it's complete.\x02Update Note\x02Note\x02Note '%[1]s' on LinkT" + + "aco.com\x02note, detail, popular, links, linktaco\x02Create Note\x02An n" + + "ote was successfully created.\x02Error fetching referenced note: %[1]v" + + "\x02Store Dashboard\x02Tour\x02Recent\x02Popular\x02Categories\x02About" + + "\x02Log in\x02Log out\x02GQL Playground\x02Save Link\x02Save Note\x02Per" + + "sonal Tokens\x02Client Applications\x02Lists\x02Short Links\x02Admin\x02" + + "Help\x02Blog\x02Update Links\x02URL\x02Order\x02Delete List\x02Something" + + " went wrong. The link could not be deleted.\x02Link successfully deleted" + + "\x02Do you really whant to delete this link\x02Create Links\x02Previous" + + "\x02No Links\x02Update List\x02Domain\x02Is Default\x02Delete Picture" + + "\x02Other\x02Other Name\x02Social Links\x02Listing successfully updated." + + "\x02Create List\x02A list was successfully created.\x02Manage Links\x02N" + + "o Lists\x02Creation Date\x02QR Codes\x02List successfully deleted\x02Do " + + "you really whant to delete this list\x02Create QR Code\x02Create\x02Down" + + "load\x02Custom background image\x02QR Code succesfully created\x02QR Cod" + + "e Listing\x02View\x02No QR Codes\x02Disconnect Mattermost\x02Mattermost " + + "successfully disconnected\x02Do you really want to disconnect this organ" + + "ization from mattermost\x02Connect Mattermost\x02This team is already ti" + + "ed to an organization\x02Do you want to connect this organization to mat" + + "termost?\x02This feature is restricted to free accounts. Please upgrade." + + "\x02Organization linked successfully with mattermost\x02Sorry, free acco" + + "unts do not support Mattermost Integration. Please upgrade to continue" + + "\x02Connect User\x02In order to interact with the mattermost you have to" + + " connect your account with your link user\x02Do you want to proceed?\x02" + + "User connected successfully\x02No slack connection found\x02We sent you " + + "a private msg\x02The text to be searched is required\x02No links were fo" + + "und for %[1]s\x02No organization found\x02The title is required\x02The u" + + "rl is required\x02The code is required\x02The domain is required\x02Doma" + + "in not found\x02A new short was created succesfully\x02Url is required" + + "\x02A new link was created succesfully\x02Please click in the following " + + "link to tie a org %[1]s\x02Installed successfully\x02Short Link\x02No Sh" + + "ort Links\x02Create Short Link\x02Short Code\x02No Domain\x02An short li" + + "nk was successfully created.\x02Update Short Link\x02Short link successf" + + "ully updated.\x02Delete Short Link\x02Short Link successfully deleted" + + "\x02URL Shortening powered by Link Taco!\x02No URL argument was given" + + "\x02%[1]s: domain not found\x02Your short link was successfully created:" + + " %[1]s\x02Your link was successfully saved. Details here: %[1]s\x02Link " + + "Search\x02Please link your slack user with link: %[1]s\x02We sent you a " + + "direct message with instructions\x02Add Link\x02Disconnect Slack\x02Slac" + + "k successfully disconnected\x02Do you really want to disconnect this org" + + "anization from slack\x02Sorry, free accounts do not support Slack Integr" + + "ation. Please upgrade to continue\x02In order to interact with Link Taco" + + " you have to connect you slack account with your link user\x02Something " + + "went wrong. The user could not be linked.\x02Connect to Slack Workspace" + + "\x02Invalid slack response\x02Do you want to connect with slack?\x02Orga" + + "nization linked successfully with slack\x02Invalid email and/or password" + + "\x02New passwords do not match\x02User is not authenticated\x02Current p" + + "assword given is incorrect\x02This field is required.\x02Please enter a " + + "valid email address.\x02Please enter a valid phone number.\x02Failed the" + + " '%[1]s' tag." -var esIndex = []uint32{ // 668 elements +var esIndex = []uint32{ // 684 elements // Entry 0 - 1F 0x00000000, 0x00000014, 0x0000006a, 0x00000089, - 0x000000e0, 0x00000199, 0x00000233, 0x0000025f, - 0x0000026d, 0x00000275, 0x00000288, 0x00000295, - 0x0000029c, 0x000002ae, 0x000002b5, 0x000002bc, - 0x000002c5, 0x000002ce, 0x000002d6, 0x000002f4, - 0x000002fc, 0x00000310, 0x00000323, 0x00000332, - 0x00000337, 0x0000033f, 0x00000347, 0x00000350, - 0x00000357, 0x00000360, 0x0000036e, 0x00000379, + 0x000000e0, 0x00000199, 0x00000233, 0x000002a4, + 0x000002d0, 0x000002de, 0x000002e6, 0x000002f9, + 0x00000306, 0x0000030d, 0x0000031f, 0x00000326, + 0x0000032d, 0x00000336, 0x0000033f, 0x00000347, + 0x00000365, 0x0000036d, 0x00000372, 0x00000380, + 0x0000038a, 0x0000039e, 0x000003b1, 0x000003c0, + 0x000003d5, 0x000003dd, 0x000003e4, 0x000003ed, // Entry 20 - 3F - 0x00000382, 0x0000039a, 0x000003a0, 0x000003ac, - 0x000003bc, 0x000003c5, 0x000003ce, 0x000003e2, - 0x00000401, 0x0000040f, 0x0000042c, 0x0000043f, - 0x0000044f, 0x0000045b, 0x0000046f, 0x00000478, - 0x0000049a, 0x000004b0, 0x000004e2, 0x000004f5, - 0x00000524, 0x00000587, 0x000005f3, 0x0000062e, - 0x00000642, 0x00000655, 0x00000667, 0x00000683, - 0x0000069e, 0x000006b6, 0x000006cb, 0x000006d8, + 0x000003f6, 0x0000040a, 0x00000429, 0x00000437, + 0x00000454, 0x0000046d, 0x00000480, 0x00000490, + 0x0000049c, 0x000004b0, 0x000004b9, 0x000004db, + 0x000004f1, 0x00000523, 0x00000536, 0x00000565, + 0x000005c8, 0x00000634, 0x0000066f, 0x00000683, + 0x00000696, 0x000006a8, 0x000006c4, 0x000006df, + 0x000006f7, 0x0000070c, 0x00000719, 0x00000746, + 0x00000758, 0x0000077b, 0x00000797, 0x0000085f, // Entry 40 - 5F - 0x00000705, 0x00000717, 0x0000073a, 0x00000756, - 0x0000081e, 0x0000083e, 0x00000887, 0x000008dc, - 0x00000946, 0x00000957, 0x000009f7, 0x00000a8d, - 0x00000af9, 0x00000b07, 0x00000b17, 0x00000b45, - 0x00000b62, 0x00000c05, 0x00000c28, 0x00000c45, - 0x00000c65, 0x00000c89, 0x00000cb5, 0x00000ceb, - 0x00000d30, 0x00000d70, 0x00000d8c, 0x00000dbc, - 0x00000dd9, 0x00000e4c, 0x00000e56, 0x00000e9d, + 0x0000087f, 0x000008c8, 0x0000091d, 0x00000987, + 0x00000998, 0x00000a38, 0x00000ace, 0x00000b3a, + 0x00000b48, 0x00000b58, 0x00000b86, 0x00000ba3, + 0x00000c46, 0x00000c69, 0x00000c86, 0x00000ca6, + 0x00000cca, 0x00000cf6, 0x00000d2c, 0x00000d71, + 0x00000db1, 0x00000dcd, 0x00000df6, 0x00000e13, + 0x00000e86, 0x00000e90, 0x00000ed7, 0x00000ef7, + 0x00000f74, 0x00000f80, 0x00000fa0, 0x00000fa6, // Entry 60 - 7F - 0x00000ebd, 0x00000f3a, 0x00000f46, 0x00000f66, - 0x00000f6c, 0x00000f73, 0x00000f7d, 0x00000f8a, - 0x00000f92, 0x00000f9a, 0x00000fa0, 0x00001014, - 0x00001035, 0x0000109a, 0x000010ec, 0x000010fb, - 0x00001101, 0x00001109, 0x0000111d, 0x00001146, - 0x0000116b, 0x000011a2, 0x0000120a, 0x00001253, - 0x00001280, 0x0000129f, 0x000012ad, 0x000012d5, - 0x000012fb, 0x00001313, 0x00001341, 0x0000136e, + 0x00000fad, 0x00000fb7, 0x00000fc4, 0x00000fcc, + 0x00000fd4, 0x00000fda, 0x0000104e, 0x0000106f, + 0x000010d4, 0x00001126, 0x00001135, 0x0000113b, + 0x00001143, 0x00001157, 0x00001180, 0x000011a5, + 0x000011dc, 0x00001244, 0x0000128d, 0x000012ba, + 0x000012d3, 0x000012e8, 0x00001313, 0x0000132f, + 0x00001363, 0x00001394, 0x000013db, 0x00001433, + 0x00001482, 0x000014f4, 0x0000151e, 0x0000153d, // Entry 80 - 9F - 0x0000138a, 0x000013d8, 0x0000143e, 0x0000145d, - 0x0000146d, 0x00001484, 0x000014b4, 0x000014c7, - 0x00001503, 0x0000151a, 0x00001584, 0x000015b9, - 0x000015dc, 0x000015fd, 0x0000162a, 0x00001645, - 0x00001657, 0x00001676, 0x000016bb, 0x000016f1, - 0x00001724, 0x0000174e, 0x0000177e, 0x000017b1, - 0x00001800, 0x00001824, 0x0000184b, 0x00001867, - 0x00001887, 0x000018ab, 0x000018c1, 0x000018d7, + 0x0000154b, 0x00001578, 0x0000159e, 0x000015b6, + 0x000015e4, 0x00001611, 0x0000165f, 0x000016c5, + 0x000016e1, 0x000016f8, 0x00001728, 0x0000173b, + 0x00001777, 0x0000178e, 0x000017f8, 0x0000182d, + 0x00001850, 0x00001871, 0x0000189e, 0x000018b9, + 0x000018cb, 0x000018ea, 0x0000192f, 0x00001965, + 0x00001998, 0x000019c2, 0x000019f2, 0x00001a25, + 0x00001a74, 0x00001a98, 0x00001abf, 0x00001adb, // Entry A0 - BF - 0x000018f6, 0x00001912, 0x00001925, 0x00001941, - 0x00001973, 0x00001989, 0x000019c1, 0x000019e7, - 0x000019f7, 0x00001a08, 0x00001a28, 0x00001a5c, - 0x00001a87, 0x00001a98, 0x00001abf, 0x00001ad5, - 0x00001aeb, 0x00001b04, 0x00001b1b, 0x00001b56, - 0x00001b6f, 0x00001b84, 0x00001baf, 0x00001be3, - 0x00001c14, 0x00001c5b, 0x00001cb3, 0x00001d02, - 0x00001d74, 0x00001d9e, 0x00001dd6, 0x00001df2, + 0x00001afb, 0x00001b1f, 0x00001b35, 0x00001b4b, + 0x00001b6a, 0x00001b86, 0x00001b99, 0x00001bb5, + 0x00001be7, 0x00001bfd, 0x00001c35, 0x00001c5b, + 0x00001c6b, 0x00001c7c, 0x00001c9c, 0x00001cd0, + 0x00001cfc, 0x00001d0d, 0x00001d34, 0x00001d4a, + 0x00001d60, 0x00001d79, 0x00001d90, 0x00001dcb, + 0x00001de7, 0x00001e03, 0x00001e33, 0x00001e63, + 0x00001e7a, 0x00001ea0, 0x00001ed1, 0x00001f0a, // Entry C0 - DF - 0x00001e0e, 0x00001e3e, 0x00001e6e, 0x00001e85, - 0x00001eab, 0x00001edc, 0x00001f15, 0x00001f42, - 0x00001f75, 0x00001fbc, 0x00001fe3, 0x00001ffb, - 0x0000201b, 0x0000205e, 0x0000206f, 0x00002085, - 0x000020b4, 0x000020ea, 0x00002106, 0x00002130, - 0x00002146, 0x00002161, 0x00002173, 0x00002196, - 0x000021ce, 0x000021f7, 0x00002227, 0x00002256, - 0x00002274, 0x00002299, 0x000022ad, 0x000022bd, + 0x00001f37, 0x00001f6a, 0x00001fb1, 0x00001fd8, + 0x00001ff0, 0x00002009, 0x0000204c, 0x00002096, + 0x000020a7, 0x000020bd, 0x000020ec, 0x00002122, + 0x0000213e, 0x000021af, 0x000021d9, 0x000021ef, + 0x0000220a, 0x0000221a, 0x0000222c, 0x0000224f, + 0x00002287, 0x000022b0, 0x000022e0, 0x0000230f, + 0x0000232d, 0x00002352, 0x00002366, 0x00002376, + 0x0000238e, 0x000023a8, 0x000023c5, 0x000023da, // Entry E0 - FF - 0x000022d5, 0x000022ef, 0x0000230c, 0x00002321, - 0x0000233a, 0x00002354, 0x00002368, 0x00002398, - 0x000023b1, 0x000023e2, 0x000023fb, 0x00002426, - 0x0000243f, 0x0000246a, 0x00002486, 0x00002498, - 0x000024b1, 0x000024cb, 0x000024f9, 0x0000253e, - 0x00002550, 0x00002564, 0x00002577, 0x0000258f, - 0x000025b1, 0x000025e5, 0x0000260d, 0x00002640, - 0x0000264e, 0x00002694, 0x000026be, 0x00002701, + 0x000023f3, 0x0000240d, 0x00002421, 0x00002451, + 0x0000246a, 0x0000249b, 0x000024b4, 0x000024cd, + 0x000024f8, 0x00002514, 0x00002526, 0x0000253f, + 0x00002559, 0x00002587, 0x000025cc, 0x000025de, + 0x00002618, 0x0000262c, 0x0000263f, 0x00002657, + 0x00002679, 0x000026ad, 0x000026d5, 0x000026e3, + 0x00002716, 0x0000275c, 0x00002786, 0x000027c9, + 0x000027e2, 0x000027fc, 0x0000283a, 0x0000284d, // Entry 100 - 11F - 0x0000271a, 0x00002734, 0x00002772, 0x00002785, - 0x000027a0, 0x000027b1, 0x000027c3, 0x000027db, - 0x00002813, 0x00002847, 0x00002861, 0x0000286c, - 0x00002873, 0x0000287c, 0x00002884, 0x000028c2, - 0x000028d7, 0x000028e9, 0x000028f1, 0x00002938, - 0x00002959, 0x000029d6, 0x000029f7, 0x00002a49, - 0x00002a53, 0x00002a56, 0x00002a7a, 0x00002aa5, - 0x00002aae, 0x00002abc, 0x00002ac4, 0x00002acc, + 0x0000285e, 0x0000287b, 0x000028a2, 0x000028d8, + 0x000028f3, 0x00002904, 0x00002916, 0x00002945, + 0x0000295d, 0x00002995, 0x000029c9, 0x000029e3, + 0x000029ee, 0x000029f5, 0x000029fe, 0x00002a06, + 0x00002a44, 0x00002a59, 0x00002a6b, 0x00002a73, + 0x00002aba, 0x00002adb, 0x00002b58, 0x00002b79, + 0x00002bcb, 0x00002bd5, 0x00002bd8, 0x00002bfc, + 0x00002c27, 0x00002c30, 0x00002c3e, 0x00002c46, // Entry 120 - 13F - 0x00002ad9, 0x00002af0, 0x00002b08, 0x00002b22, - 0x00002b31, 0x00002b40, 0x00002b78, 0x00002b96, - 0x00002bb7, 0x00002c78, 0x00002c92, 0x00002cb1, - 0x00002cee, 0x00002d3a, 0x00002d47, 0x00002d54, - 0x00002d64, 0x00002d84, 0x00002da0, 0x00002dbc, - 0x00002dd8, 0x00002de2, 0x00002e0d, 0x00002e39, - 0x00002e89, 0x00002e91, 0x00002e99, 0x00002ea2, - 0x00002eb3, 0x00002ee2, 0x00002f25, 0x00002f2d, + 0x00002c4e, 0x00002c5b, 0x00002c72, 0x00002c8a, + 0x00002ca4, 0x00002cb3, 0x00002cc2, 0x00002cfa, + 0x00002d18, 0x00002d39, 0x00002dfa, 0x00002e14, + 0x00002e33, 0x00002e70, 0x00002ebc, 0x00002ec9, + 0x00002ed6, 0x00002ee6, 0x00002f06, 0x00002f22, + 0x00002f3e, 0x00002f5a, 0x00002f64, 0x00002f8f, + 0x00002fbb, 0x0000300b, 0x00003013, 0x0000301b, + 0x00003024, 0x00003061, 0x00003067, 0x000030c5, // Entry 140 - 15F - 0x00003029, 0x00003037, 0x0000303e, 0x00003045, - 0x0000304e, 0x00003056, 0x0000305c, 0x00003066, - 0x00003074, 0x00003085, 0x00003090, 0x000030b3, - 0x000030d4, 0x000030f9, 0x00003111, 0x0000312e, - 0x00003144, 0x00003160, 0x00003174, 0x000031c1, - 0x000031e2, 0x000031fa, 0x0000321d, 0x00003230, - 0x00003238, 0x00003250, 0x0000326a, 0x00003291, - 0x000032af, 0x000032d7, 0x000032f7, 0x0000331d, + 0x000030da, 0x000030eb, 0x0000311a, 0x0000315d, + 0x00003165, 0x00003261, 0x0000326f, 0x00003276, + 0x0000327f, 0x00003287, 0x0000328e, 0x00003297, + 0x0000329f, 0x000032a5, 0x000032af, 0x000032bd, + 0x000032ce, 0x000032d9, 0x000032fc, 0x0000331d, + 0x00003342, 0x0000335a, 0x00003377, 0x0000338d, + 0x000033a9, 0x000033bd, 0x0000340a, 0x0000342b, + 0x00003443, 0x00003466, 0x00003479, 0x00003481, // Entry 160 - 17F - 0x00003330, 0x00003347, 0x0000335b, 0x00003370, - 0x0000338a, 0x000033a8, 0x000033d7, 0x000033ee, - 0x0000340a, 0x0000342b, 0x0000343f, 0x00003457, - 0x0000346e, 0x00003484, 0x0000349a, 0x000034b2, - 0x000034c4, 0x000034e5, 0x000034f4, 0x00003507, - 0x00003525, 0x0000354d, 0x0000355c, 0x00003595, - 0x000035dd, 0x000035f6, 0x00003692, 0x0000378c, - 0x000038a8, 0x000038ec, 0x00003916, 0x0000393d, + 0x00003499, 0x000034b3, 0x000034da, 0x000034f8, + 0x00003520, 0x00003540, 0x00003566, 0x00003579, + 0x00003590, 0x000035a4, 0x000035b9, 0x000035d3, + 0x000035f1, 0x00003620, 0x00003637, 0x00003653, + 0x00003674, 0x00003688, 0x000036a0, 0x000036b7, + 0x000036cd, 0x000036e3, 0x000036fb, 0x0000370d, + 0x0000372e, 0x0000373d, 0x00003750, 0x0000376e, + 0x00003796, 0x000037a5, 0x000037de, 0x00003826, // Entry 180 - 19F - 0x00003963, 0x000039a4, 0x000039b2, 0x000039d3, - 0x00003a34, 0x00003a77, 0x00003b6f, 0x00003b83, - 0x00003b98, 0x00003ba7, 0x00003bb5, 0x00003bc7, - 0x00003c11, 0x00003c55, 0x00003c8e, 0x00003cb1, - 0x00003cc2, 0x00003ccb, 0x00003cdf, 0x00003ce8, - 0x00003ced, 0x00003cf9, 0x00003d08, 0x00003d15, - 0x00003d23, 0x00003d37, 0x00003d8e, 0x00003da8, - 0x00003db9, 0x00003deb, 0x00003e07, 0x00003e0a, + 0x0000383f, 0x000038db, 0x000039d5, 0x00003af1, + 0x00003b35, 0x00003b5f, 0x00003b86, 0x00003bac, + 0x00003bed, 0x00003bfb, 0x00003c1c, 0x00003c7d, + 0x00003cc0, 0x00003db8, 0x00003dcc, 0x00003de1, + 0x00003df0, 0x00003dfe, 0x00003e0c, 0x00003e1e, + 0x00003e68, 0x00003eac, 0x00003ee5, 0x00003f08, + 0x00003f19, 0x00003f22, 0x00003f36, 0x00003f3f, + 0x00003f44, 0x00003f50, 0x00003f5f, 0x00003f6c, // Entry 1A0 - 1BF - 0x00003e26, 0x00003e39, 0x00003e3e, 0x00003e4c, - 0x00003e56, 0x00003e66, 0x00003e72, 0x00003e79, - 0x00003e82, 0x00003e8e, 0x00003ea7, 0x00003ebd, - 0x00003ece, 0x00003ed7, 0x00003ee0, 0x00003ef3, - 0x00003f07, 0x00003f2a, 0x00003f53, 0x00003fd2, - 0x00003fdb, 0x00003fe3, 0x00004003, 0x0000401c, - 0x0000402d, 0x00004052, 0x00004062, 0x0000406a, - 0x000040a8, 0x000040ad, 0x000040b6, 0x000040d1, + 0x00003f7a, 0x00003f8e, 0x00003fe5, 0x00003fff, + 0x00004010, 0x00004016, 0x00004032, 0x00004035, + 0x00004051, 0x00004064, 0x00004074, 0x00004080, + 0x00004087, 0x00004090, 0x0000409c, 0x000040b2, + 0x000040bb, 0x000040cc, 0x000040d5, 0x000040de, + 0x000040f1, 0x00004105, 0x00004128, 0x00004151, + 0x000041d0, 0x000041d9, 0x000041e1, 0x00004201, + 0x0000421a, 0x0000422b, 0x00004250, 0x00004260, // Entry 1C0 - 1DF - 0x000040fc, 0x0000412a, 0x0000414f, 0x0000418a, - 0x000041a7, 0x000041e6, 0x00004202, 0x0000423b, - 0x0000424d, 0x0000425a, 0x00004267, 0x0000426f, - 0x0000427b, 0x00004289, 0x00004292, 0x0000429c, - 0x000042a6, 0x000042f8, 0x00004307, 0x00004325, - 0x00004355, 0x0000437c, 0x00004385, 0x0000439a, - 0x000043f2, 0x00004419, 0x00004463, 0x00004473, - 0x0000447d, 0x0000448d, 0x000044a0, 0x000044a5, + 0x00004268, 0x000042a6, 0x000042ab, 0x000042b4, + 0x000042cf, 0x000042fa, 0x00004328, 0x0000434d, + 0x00004388, 0x000043a5, 0x000043e4, 0x00004400, + 0x00004439, 0x0000444b, 0x00004458, 0x00004465, + 0x0000446d, 0x00004479, 0x00004487, 0x00004490, + 0x0000449a, 0x000044a4, 0x000044f6, 0x00004505, + 0x00004523, 0x00004553, 0x0000457a, 0x00004583, + 0x00004598, 0x000045f0, 0x00004617, 0x00004661, // Entry 1E0 - 1FF - 0x000044af, 0x000044b8, 0x000044bc, 0x000044c3, - 0x00004547, 0x0000455a, 0x00004567, 0x00004574, - 0x0000457c, 0x00004586, 0x0000458f, 0x000045a4, - 0x000045aa, 0x000045b8, 0x000045cb, 0x000045e1, - 0x000045ea, 0x000045f6, 0x0000461a, 0x00004623, - 0x00004661, 0x00004696, 0x000046be, 0x000046ce, - 0x000046da, 0x000046ec, 0x00004702, 0x00004718, - 0x00004739, 0x0000476d, 0x0000477d, 0x000047b1, + 0x00004671, 0x0000467b, 0x0000468b, 0x0000469e, + 0x000046a3, 0x000046ad, 0x000046b6, 0x000046ba, + 0x000046c1, 0x00004745, 0x00004758, 0x00004765, + 0x00004772, 0x0000477a, 0x00004784, 0x0000478d, + 0x000047a2, 0x000047a8, 0x000047b6, 0x000047c9, + 0x000047df, 0x000047e8, 0x000047f4, 0x00004818, + 0x00004821, 0x00004828, 0x00004866, 0x0000489b, + 0x000048c3, 0x000048d3, 0x000048e1, 0x0000490d, // Entry 200 - 21F - 0x000047cf, 0x000047fa, 0x0000480c, 0x0000481b, - 0x00004837, 0x00004851, 0x00004877, 0x0000488e, - 0x0000489c, 0x000048af, 0x000048e5, 0x00004904, - 0x00004923, 0x00004932, 0x00004945, 0x00004994, - 0x000049ee, 0x000049f8, 0x00004a07, 0x00004a0e, - 0x00004a47, 0x00004a77, 0x00004b03, 0x00004b5b, - 0x00004b87, 0x00004ba5, 0x00004bdb, 0x00004c25, - 0x00004c76, 0x00004c93, 0x00004cc9, 0x00004cd7, + 0x00004939, 0x0000494b, 0x00004961, 0x00004977, + 0x00004998, 0x000049cc, 0x000049dc, 0x00004a10, + 0x00004a2e, 0x00004a59, 0x00004a6b, 0x00004a7a, + 0x00004a96, 0x00004ab0, 0x00004ad6, 0x00004aed, + 0x00004afb, 0x00004b0e, 0x00004b44, 0x00004b63, + 0x00004b82, 0x00004b91, 0x00004ba4, 0x00004bf3, + 0x00004c4d, 0x00004c59, 0x00004c62, 0x00004c6c, + 0x00004c7b, 0x00004c82, 0x00004cbb, 0x00004ceb, // Entry 220 - 23F - 0x00004cec, 0x00004d01, 0x00004d17, 0x00004d27, - 0x00004d2c, 0x00004d49, 0x00004d73, 0x00004d7e, - 0x00004d9d, 0x00004dc7, 0x00004dcf, 0x00004dd4, - 0x00004ddd, 0x00004de5, 0x00004df1, 0x00004df7, - 0x00004e07, 0x00004e16, 0x00004e2d, 0x00004e3c, - 0x00004e48, 0x00004e59, 0x00004e6f, 0x00004e76, - 0x00004e83, 0x00004e8f, 0x00004ea0, 0x00004ea4, - 0x00004eaa, 0x00004eb9, 0x00004eea, 0x00004f03, + 0x00004d77, 0x00004dcf, 0x00004dfb, 0x00004e19, + 0x00004e4f, 0x00004e99, 0x00004eea, 0x00004f07, + 0x00004f3d, 0x00004fb8, 0x00004fee, 0x00004ffc, + 0x00005011, 0x00005026, 0x0000503c, 0x00005095, + 0x000050a5, 0x000050aa, 0x000050c7, 0x000050f1, + 0x000050fc, 0x0000511b, 0x00005145, 0x0000514d, + 0x00005152, 0x0000515b, 0x00005163, 0x0000516f, + 0x00005175, 0x00005185, 0x00005194, 0x000051ab, // Entry 240 - 25F - 0x00004f1c, 0x00004f28, 0x00004f31, 0x00004f3b, - 0x00004f4c, 0x00004f54, 0x00004f63, 0x00004f71, - 0x00004f76, 0x00004f82, 0x00004f91, 0x00004fa9, - 0x00004fb5, 0x00004fd5, 0x00004fe3, 0x00004fee, - 0x00005001, 0x0000500d, 0x00005028, 0x00005039, - 0x0000503f, 0x00005049, 0x00005069, 0x00005086, - 0x0000509a, 0x0000509e, 0x000050b1, 0x000050c8, - 0x000050eb, 0x00005128, 0x00005141, 0x0000517b, + 0x000051ba, 0x000051c6, 0x000051d7, 0x000051ed, + 0x000051f4, 0x00005201, 0x0000520d, 0x00005213, + 0x00005218, 0x00005229, 0x0000522d, 0x00005233, + 0x00005242, 0x00005273, 0x0000528c, 0x000052a5, + 0x000052b1, 0x000052ba, 0x000052c4, 0x000052d5, + 0x000052dd, 0x000052ec, 0x000052fa, 0x000052ff, + 0x0000530b, 0x0000531a, 0x00005332, 0x0000533e, + 0x0000535e, 0x0000536c, 0x00005377, 0x0000538a, // Entry 260 - 27F - 0x000051b0, 0x000051f9, 0x00005223, 0x00005286, - 0x00005297, 0x000052f1, 0x00005303, 0x00005320, - 0x00005343, 0x00005362, 0x00005386, 0x000053aa, - 0x000053c6, 0x000053de, 0x000053f2, 0x0000540a, - 0x00005422, 0x00005438, 0x0000545c, 0x0000546d, - 0x00005493, 0x000054e2, 0x000054f8, 0x00005503, - 0x00005514, 0x00005525, 0x00005533, 0x0000553f, - 0x00005563, 0x00005579, 0x0000559b, 0x000055af, + 0x00005396, 0x000053b1, 0x000053da, 0x000053eb, + 0x000053f1, 0x000053fb, 0x0000541b, 0x00005438, + 0x0000544c, 0x00005450, 0x00005463, 0x0000547a, + 0x0000549d, 0x000054da, 0x000054f3, 0x0000552d, + 0x00005562, 0x000055ab, 0x000055d5, 0x00005638, + 0x00005649, 0x000056a3, 0x000056b5, 0x000056d2, + 0x000056f5, 0x00005714, 0x00005738, 0x0000575c, + 0x00005778, 0x00005790, 0x000057a4, 0x000057bc, // Entry 280 - 29F - 0x000055cf, 0x000055eb, 0x00005612, 0x0000562f, - 0x0000565c, 0x00005695, 0x000056a1, 0x000056da, - 0x0000570b, 0x00005718, 0x0000572d, 0x0000574f, - 0x0000577d, 0x000057f4, 0x00005856, 0x0000588a, - 0x000058a5, 0x000058c2, 0x000058df, 0x0000590c, - 0x00005929, 0x0000594e, 0x0000596e, 0x00005992, - 0x000059aa, 0x000059d1, 0x000059f9, 0x00005a0c, -} // Size: 2696 bytes + 0x000057d4, 0x000057ea, 0x0000580e, 0x0000581f, + 0x00005845, 0x00005894, 0x000058aa, 0x000058b5, + 0x000058c6, 0x000058d7, 0x000058e5, 0x000058f1, + 0x00005915, 0x0000592b, 0x0000594d, 0x00005961, + 0x00005981, 0x0000599d, 0x000059c4, 0x000059e1, + 0x00005a0e, 0x00005a47, 0x00005a53, 0x00005a8c, + 0x00005abd, 0x00005aca, 0x00005adf, 0x00005b01, + 0x00005b2f, 0x00005ba6, 0x00005c08, 0x00005c3c, + // Entry 2A0 - 2BF + 0x00005c57, 0x00005c74, 0x00005c91, 0x00005cbe, + 0x00005cdb, 0x00005d00, 0x00005d20, 0x00005d44, + 0x00005d5c, 0x00005d83, 0x00005dab, 0x00005dbe, +} // Size: 2760 bytes -const esData string = "" + // Size: 23052 bytes +const esData string = "" + // Size: 23998 bytes "\x02Página Restringida\x02Esta función solo está permitida para usuarios" + " de pago. Por favor actualice su plan\x02Continuar para actualizar plan" + "\x02Marcadores sociales más compartir enlaces, acortar y listar, todo en" + @@ -1403,342 +1441,355 @@ const esData string = "" + // Size: 23052 bytes "us necesidades de guardar y compartir enlaces en un pequeño paquete comp" + "acto. Como un taco. Un taco de enlaces, por así decirlo.\x02marcadores s" + "ociales, guardar marcadores, enlaces, compartir enlaces, acortar enlaces" + - ", listar enlaces, marcadores, guardar enlaces, códigos QR, análisis\x02L" + - "as contraseñas introducidas no coinciden.\x02Editar Perfil\x02Guardar" + - "\x02Idioma por defecto\x02Zona horaria\x02Nombre\x02Nombre de Usuario" + - "\x02Imagen\x02Atrás\x02Cancelar\x02Español\x02Inglés\x02Perfil actualiza" + - "do con éxito\x02Ajustes\x02Correo electrónico\x02Idioma por defecto\x02O" + - "rganizaciones\x02Tipo\x02Acción\x02Negocio\x02Personal\x02Editar\x02Miem" + - "bros\x02Integraciones\x02Plataforma\x02Conectar\x02Organización conectad" + - "a\x02Fecha\x02Desconectar\x02Sin conneciones\x02Dominios\x02Acciones\x02" + - "Cambiar Contraseña\x02Actualizar correo electrónico\x02Editar perfil\x02" + - "Gestionar tus Organizaciones\x02Completar Registro\x02Nombre Completo" + - "\x02Contraseña\x02Registro Completado\x02Registro\x02Dirección de Correo" + - " Electrónico\x02Confirmar Contraseña\x02¿Ya tienes una cuenta? Click aqu" + - "í para ingresar\x02Bienvenido a Links\x02Configura tu cuenta para poder" + - " guardar enlaces\x02El registro no está habilitado en el sistema. Por fa" + - "vor contacte al administrador para una cuenta\x02Te enviamos un email de" + - " confirmación. Por favor da click en el link en ese correo para confirma" + - "r tu cuenta\x02Te has registrado con éxito. Ahora puedes iniciar sesión" + - "\x02Cambiar Contraseña\x02Contraseña Actual\x02Nueva Contraseña\x02Confi" + - "rmar Nueva Contraseña\x02Ingresar Nueva Contraseña\x02Restablecer Contra" + - "seña\x02Contraseña Cambiada\x02Ahora puedes\x02regresar a la página de i" + - "nición de sesión\x02e iniciar sesión\x02Links - Restablecer tu contraseñ" + - "a\x02¿Olvidaste tu contraseña?\x02Si el email ingresado ya existe en nue" + - "stro sistema, entonces te acabamos de enviar un enlace para ingresar. Po" + - "r favor da click en enlace para restablecer tu contraseña. El enlace exp" + - "irará en 1 hora\x02Enviar Link de Restablecimiento\x02Alguien, posibleme" + - "nte tu, solicitó restablecer la constraseña de Links\x02Para completar e" + - "l restablecimiento de contraseña, has click en el siguiente enlace:\x02E" + - "ste enlace expirará en 1 hora. Si no has solicitado este enlace, puedes " + - "borrar sin problema este correo\x02Actualizar Email\x02Se te ha enviado " + - "un correo de confirmación. Por favor de click en enlace en el correo par" + - "a confirmar su cambio de email. La confirmación expirará en 2 horas\x02A" + - "lguien, posiblemente usted, pidió restablecer su dirección de correo ele" + - "ctrónico. Para completar esta actualización de click el siguiente enlace" + - "\x02Los enlaces expirarán en 2 horas. Si usted no solícito este enlace p" + - "uede ignorar sin problema este correo\x02Cambiar Email\x02Iniciar Sesión" + - "\x02¿Sin cuenta? Haga click aquí para crear una\x02Email de Inición de S" + - "esión\x02Alguien, posiblemente usted, solicitó iniciar sesión por medio " + - "de un enlace de correo. Para iniciar sesión en su cuenta, solo haga clic" + - "k en el siguiente enlace\x02Contraseña actualizada con éxito\x02Email ac" + - "tualizado con éxito\x02Has iniciado sesión con éxito\x02Contraseña actua" + - "lizada con éxito.\x02Correo electrónico actualizado con éxito.\x02Tu cor" + - "reo electrónico ha sido confirmado con éxito.\x02Tienes que verificar tu" + - " correo electrónico antes de iniciar sesión\x02Esta cuenta es actualment" + - "e inhabilitada para acceder al sistema\x02Sesión iniciada con éxito\x02L" + - "inks - Confirmar correo electrónico de cuenta\x02Por favor confirma tu c" + - "uenta\x02Para confirmar tu correo electrónico y completar tu registro en" + - " Links, por favor da click en el siguiente enlace:\x02Confirmar\x02Si no" + - " has solicitado este enlace puedes borrar sin problema este email\x02Con" + - "firma tu correo electrónico\x02Te enviamos un nuevo email de confirmació" + - "n. Por favor da click en el enlace incluído en el email para confirmar t" + - "u cuenta.\x02Analíticas\x02Compromiso a través del tiempo\x02País\x02Ciu" + - "dad\x02Referente\x02Dispositivos\x02Aplicar\x02Semanas\x02Días\x02Solo s" + - "e muestran los últimos 60 días. Actualice el plan de su organización par" + - "a ver todo el historial histórico\x02Click aquí para actualizar plan\x02" + - "Solo mostrando datos de país. Actualice el plan de su organización para " + - "ver todas la estadísticas\x02Actualice el plan de su actualización para " + - "ver los detalles de las estadísticas\x02Escaners de QR\x02Links\x02Si Da" + - "to\x02Nombre es requerido\x02El nombre no debe exceder 150 caracteres" + - "\x02Nombre de organización es requerida\x02Nombre de organización no deb" + - "e exceder 150 caracteres\x02No estás autorizado para crear más organizac" + - "iones gratuitas. Por favor actualice a una cuenta de pago\x02Este slug d" + - "e organización no puede ser utilizado. Por favor elija otro.\x02El slug " + - "de organziación ya está registrado\x02Valor de Visibilidad inválido\x02U" + - "RL inválida\x02URL no puede exceder los 150 caracteres\x02El slug de org" + - "anización es requerida\x02El título es requerido\x02El título no debe ex" + - "celer los 150 caracteres\x02Las etiquetas no deben exceder 10 caracteres" + - "\x02Organización No Encontrada\x02Solo miembros con permisio de escritur" + + ", listar enlaces, marcadores, guardar enlaces, códigos QR, análisis\x02P" + + "or favor, inicie sesión para ver combinaciones de etiquetas múltiples (e" + + "sto es para evitar el abuso de bots).\x02Las contraseñas introducidas no" + + " coinciden.\x02Editar Perfil\x02Guardar\x02Idioma por defecto\x02Zona ho" + + "raria\x02Nombre\x02Nombre de Usuario\x02Imagen\x02Atrás\x02Cancelar\x02E" + + "spañol\x02Inglés\x02Perfil actualizado con éxito\x02Ajustes\x02Slug\x02S" + + "ubscripción\x02Es Activo\x02Correo electrónico\x02Idioma por defecto\x02" + + "Organizaciones\x02Organización Actual\x02Acción\x02Editar\x02Miembros" + + "\x02Acciones\x02Cambiar Contraseña\x02Actualizar correo electrónico\x02E" + + "ditar perfil\x02Gestionar tus Organizaciones\x02Actualizar Organización" + + "\x02Completar Registro\x02Nombre Completo\x02Contraseña\x02Registro Comp" + + "letado\x02Registro\x02Dirección de Correo Electrónico\x02Confirmar Contr" + + "aseña\x02¿Ya tienes una cuenta? Click aquí para ingresar\x02Bienvenido a" + + " Links\x02Configura tu cuenta para poder guardar enlaces\x02El registro " + + "no está habilitado en el sistema. Por favor contacte al administrador pa" + + "ra una cuenta\x02Te enviamos un email de confirmación. Por favor da clic" + + "k en el link en ese correo para confirmar tu cuenta\x02Te has registrado" + + " con éxito. Ahora puedes iniciar sesión\x02Cambiar Contraseña\x02Contras" + + "eña Actual\x02Nueva Contraseña\x02Confirmar Nueva Contraseña\x02Ingresar" + + " Nueva Contraseña\x02Restablecer Contraseña\x02Contraseña Cambiada\x02Ah" + + "ora puedes\x02regresar a la página de inición de sesión\x02e iniciar ses" + + "ión\x02Links - Restablecer tu contraseña\x02¿Olvidaste tu contraseña?" + + "\x02Si el email ingresado ya existe en nuestro sistema, entonces te acab" + + "amos de enviar un enlace para ingresar. Por favor da click en enlace par" + + "a restablecer tu contraseña. El enlace expirará en 1 hora\x02Enviar Link" + + " de Restablecimiento\x02Alguien, posiblemente tu, solicitó restablecer l" + + "a constraseña de Links\x02Para completar el restablecimiento de contrase" + + "ña, has click en el siguiente enlace:\x02Este enlace expirará en 1 hora" + + ". Si no has solicitado este enlace, puedes borrar sin problema este corr" + + "eo\x02Actualizar Email\x02Se te ha enviado un correo de confirmación. Po" + + "r favor de click en enlace en el correo para confirmar su cambio de emai" + + "l. La confirmación expirará en 2 horas\x02Alguien, posiblemente usted, p" + + "idió restablecer su dirección de correo electrónico. Para completar esta" + + " actualización de click el siguiente enlace\x02Los enlaces expirarán en " + + "2 horas. Si usted no solícito este enlace puede ignorar sin problema est" + + "e correo\x02Cambiar Email\x02Iniciar Sesión\x02¿Sin cuenta? Haga click a" + + "quí para crear una\x02Email de Inición de Sesión\x02Alguien, posiblement" + + "e usted, solicitó iniciar sesión por medio de un enlace de correo. Para " + + "iniciar sesión en su cuenta, solo haga click en el siguiente enlace\x02C" + + "ontraseña actualizada con éxito\x02Email actualizado con éxito\x02Has in" + + "iciado sesión con éxito\x02Contraseña actualizada con éxito.\x02Correo e" + + "lectrónico actualizado con éxito.\x02Tu correo electrónico ha sido confi" + + "rmado con éxito.\x02Tienes que verificar tu correo electrónico antes de " + + "iniciar sesión\x02Esta cuenta es actualmente inhabilitada para acceder a" + + "l sistema\x02Sesión iniciada con éxito\x02LinkTaco - Confirmar correo de" + + " la cuenta\x02Por favor confirma tu cuenta\x02Para confirmar tu correo e" + + "lectrónico y completar tu registro en Links, por favor da click en el si" + + "guiente enlace:\x02Confirmar\x02Si no has solicitado este enlace puedes " + + "borrar sin problema este email\x02Confirma tu correo electrónico\x02Te e" + + "nviamos un nuevo email de confirmación. Por favor da click en el enlace " + + "incluído en el email para confirmar tu cuenta.\x02Analíticas\x02Compromi" + + "so a través del tiempo\x02País\x02Ciudad\x02Referente\x02Dispositivos" + + "\x02Aplicar\x02Semanas\x02Días\x02Solo se muestran los últimos 60 días. " + + "Actualice el plan de su organización para ver todo el historial históric" + + "o\x02Click aquí para actualizar plan\x02Solo mostrando datos de país. Ac" + + "tualice el plan de su organización para ver todas la estadísticas\x02Act" + + "ualice el plan de su actualización para ver los detalles de las estadíst" + + "icas\x02Escaners de QR\x02Links\x02Si Dato\x02Nombre es requerido\x02El " + + "nombre no debe exceder 150 caracteres\x02Nombre de organización es reque" + + "rida\x02Nombre de organización no debe exceder 150 caracteres\x02No está" + + "s autorizado para crear más organizaciones gratuitas. Por favor actualic" + + "e a una cuenta de pago\x02Este slug de organización no puede ser utiliza" + + "do. Por favor elija otro.\x02El slug de organziación ya está registrado" + + "\x02CurrentSlug es requerido\x02El slug es requerido\x02El slug no debe " + + "exceder los 150 caracteres\x02Organización No Encontrada\x02El nombre de" + + " esta organización ya está registrado\x02Este slug no puede usarse. Por " + + "favor escoja otro\x02No está permitido activar/desactivar tipo de usuari" + + "o de organización\x02No está permitido tener más de dos organizaciones g" + + "ratis. Por favor actualice su plan\x02Esta organización tiene una subscr" + + "ipción activa. Por facor cancelela primero\x02Las organizaciones gratuit" + + "as no pueden usar el permiso privado. Por favor, actualice para usar el " + + "permiso privado\x02Valor de permiso predeterminado inválido\x02Valor de " + + "Visibilidad inválido\x02URL inválida\x02La URL no puede exceder los 2048" + + " caracteres.\x02El slug de organización es requerida\x02El título es req" + + "uerido\x02El título no debe exceler los 150 caracteres\x02Las etiquetas " + + "no deben exceder 10 caracteres\x02Solo miembros con permisio de escritur" + "a tiene autorización para esta acción\x02La creación de links privados n" + "o está permitido para organizaciones gratuitas. Por favor actualizar\x02" + - "Error al parsear la url: %[1]s\x02Id es requerido\x02Elemento No Encontr" + - "ado\x02No está permitido editar este campo para notas\x02Link No Encontr" + - "ado\x02Este usuario no está autorizado para realizar esta acción\x02Desc" + - "ripción requerida\x02Organizaciones con plan gratis no están autorizados" + - " para crear notas privadas. Por favor actualizar plan\x02Error compilald" + - "o la expresión regular de url: %[1]s\x02Slug de organización es requerid" + - "o\x02El email de usuario es requerido\x02El correo no debe exceder los 2" + - "55 caracteres\x02Formato de email inválido\x02Permiso Inválido\x02Este c" + - "oreo no está disponible\x02Esta función solo está disponible para usuari" + - "o con plan de negocio\x02Una nueva invitación de registro fue enviada a " + - "%[1]s\x02El usuario que intetas invitar no está verificado\x02Una nueva " + - "invitación fue enviada a %[1]s\x02Link Taco: Invitación a unirse a organ" + - "ización\x02Usuario no encontrado para el correo proporcionado\x02El usua" + - "rio del correo proporcionado no es miembro de la organización indicada" + - "\x02El miembro fue eliminado con éxito\x02La clave de confirmación es re" + - "querida\x02Confirmación No Encontrada\x02Tipo de Confirmación Inválida" + - "\x02Confirmación de Objetivo Inválido\x02Permiso No Encontrado\x02Usuari" + - "o No Encontrado\x02El Usuario no está verificado\x02Usuario agregado con" + - " éxito\x02Email es requerido\x02La contraseña es requerida\x02La contras" + - "eña no debe exceder los 100 caracteres\x02Username es requerido\x02El no" + - "mbre de usuario no debe exceder los 150 caracteres\x02Registro de usario" + - "s no está activado\x02Llave inválida\x02Correo Inválido\x02Este correo n" + - "o está registrado\x02Este usuario no puede usarse. Por favor escoja otro" + - "\x02Este nombre de usuario ya está registrado\x02Key es requerido\x02Con" + - "firmación de Usuario No Encontrado\x02Timezone es requerido\x02Timezone " + - "es requerido\x02DefaultLang es requerido\x02El idioma es inválido\x02No " + - "hay organización personal encontrado para este usuario\x02CurrentSlug es" + - " requerido\x02El slug es requerido\x02El slug no debe exceder los 150 ca" + - "racteres\x02El nombre de esta organización ya está registrado\x02Este sl" + - "ug no puede usarse. Por favor escoja otro\x02No está permitido activar/d" + - "esactivar tipo de usuario de organización\x02No está permitido tener más" + - " de dos organizaciones gratis. Por favor actualice su plan\x02Esta organ" + - "ización tiene una subscripción activa. Por facor cancelela primero\x02La" + - "s organizaciones gratuitas no pueden usar el permiso privado. Por favor," + - " actualice para usar el permiso privado\x02Valor de permiso predetermina" + - "do inválido\x02Error al compilar la expresión regular para el dominio" + - "\x02Nombre de dominio inválido\x02Valor de servicio inválido\x02El no no" + - "mbre no debe exceder los 500 caracteres\x02El no nombre no debe exceder " + - "los 500 caracteres\x02Formato FQDN inválido\x02El slug de Organización e" + - "s requerido\x02Permisso inválido para este ID de Organización\x02Esta fu" + - "nción solo está permitida para usuarios de pago\x02El dominio ya está re" + - "gistrado en el sistema\x02Ya hay un dominio registrado para el servicio " + - "dado\x02Error al verificar el DNS para este dominio. Por favor pruebe de" + - " nuevo\x02El CNAME para el dominio es incorrecto\x02ID de dominio inváli" + - "do\x02Id de dominio inválido [%[1]d]\x02Solo los superusuarios pueden el" + - "iminar dominios a nivel de sistema\x02URL es requerido\x02DomainID es re" + - "querido\x02El código corto no debe exceder 20 caracteres\x02Este código " + - "no puede ser usado. Por favor ecoja otra\x02Organización No Encontrada" + + "Se requiere hash de enlace.\x02Elemento No Encontrado\x02No está permiti" + + "do editar este campo para notas\x02Link No Encontrado\x02Este usuario no" + + " está autorizado para realizar esta acción\x02Descripción requerida\x02O" + + "rganizaciones con plan gratis no están autorizados para crear notas priv" + + "adas. Por favor actualizar plan\x02Error compilaldo la expresión regular" + + " de url: %[1]s\x02Slug de organización es requerido\x02El email de usuar" + + "io es requerido\x02El correo no debe exceder los 255 caracteres\x02Forma" + + "to de email inválido\x02Permiso Inválido\x02Este coreo no está disponibl" + + "e\x02Esta función solo está disponible para usuario con plan de negocio" + + "\x02Una nueva invitación de registro fue enviada a %[1]s\x02El usuario q" + + "ue intetas invitar no está verificado\x02Una nueva invitación fue enviad" + + "a a %[1]s\x02Link Taco: Invitación a unirse a organización\x02Usuario no" + + " encontrado para el correo proporcionado\x02El usuario del correo propor" + + "cionado no es miembro de la organización indicada\x02El miembro fue elim" + + "inado con éxito\x02La clave de confirmación es requerida\x02Confirmación" + + " No Encontrada\x02Tipo de Confirmación Inválida\x02Confirmación de Objet" + + "ivo Inválido\x02Permiso No Encontrado\x02Usuario No Encontrado\x02El Usu" + + "ario no está verificado\x02Usuario agregado con éxito\x02Email es requer" + + "ido\x02La contraseña es requerida\x02La contraseña no debe exceder los 1" + + "00 caracteres\x02Username es requerido\x02El nombre de usuario no debe e" + + "xceder los 150 caracteres\x02Registro de usarios no está activado\x02Lla" + + "ve inválida\x02Correo Inválido\x02Este correo no está registrado\x02Este" + + " usuario no puede usarse. Por favor escoja otro\x02Este nombre de usuari" + + "o ya está registrado.\x02Key es requerido\x02Confirmación de Usuario No " + + "Encontrado\x02Timezone es requerido\x02Timezone es requerido\x02DefaultL" + + "ang es requerido\x02El idioma es inválido\x02No hay organización persona" + + "l encontrado para este usuario\x02Nombre de dominio inválido\x02Valor de" + + " servicio inválido\x02El no nombre no debe exceder los 500 caracteres" + + "\x02El no nombre no debe exceder los 500 caracteres\x02Formato FQDN invá" + + "lido\x02El slug de Organización es requerido\x02Permisso inválido para e" + + "ste ID de Organización\x02Esta función solo está permitida para usuarios" + + " de pago\x02El dominio ya está registrado en el sistema\x02Ya hay un dom" + + "inio registrado para el servicio dado\x02Error al verificar el DNS para " + + "este dominio. Por favor pruebe de nuevo\x02El CNAME para el dominio es i" + + "ncorrecto\x02ID de dominio inválido\x02ID de dominio inválido.\x02Solo l" + + "os superusuarios pueden eliminar dominios a nivel de sistema\x02No se pu" + + "ede eliminar. El dominio tiene enlaces cortos o listados activos.\x02URL" + + " es requerido\x02DomainID es requerido\x02El código corto no debe excede" + + "r 20 caracteres\x02Este código no puede ser usado. Por favor ecoja otra" + + "\x02Organización No Encontrada\x02Has alcanzado tu límite mensual de enl" + + "aces cortos. Por favor, actualiza tu plan para eliminar esta limitación." + "\x02short-service-domain no está configurado\x02Dominio No Encontrado" + - "\x02El código está duplicado\x02Slug es requerido\x02Slug de Organizació" + - "n es requerido\x02Las cuentas gratuitas solo permiten 1 lista de enlaces" + - ".\x02list-service-domain no está configurado\x02Este Slug ya está regist" + - "rado para este dominio\x02Ya hay una lista por defecto para este dominio" + - "\x02El Slug de Lista es requerido\x02Order de Link no puede ser menor a " + - "0\x02Lista No Encontrada\x02ID es requerido\x02El Título es requerido" + - "\x02ID no puede ser menor a 0\x02Lista de Links No Encontrada\x02Título " + - "es muy largo\x02El código no es válido\x02Elemento ID no es válido\x02Li" + - "sta No Encontrado\x02No puedes crear más de 5 códigos qr por lista\x02Li" + - "nk Corto No Encontrado\x02No puedes crear más de 5 código qr por dominio" + - "\x02Código QR No Encontrado\x02Este usuario ya sigue a esta organización" + - "\x02El usuario sigue a %[1]s\x02Este usuario no sigue a esta organizació" + - "n\x02El usuario no sigue a %[1]s\x02orgType Inválido\x02Valor de nivel i" + - "nválido\x02Valor de estado inválido\x02Un Slug válido de Organización es" + - " requerido\x02Slug de Organización es requerida para dominios de nivel d" + - "e usuario\x04\x00\x01 \x0d\x02ID inválido\x02Nombre es requerido\x02Emai" + - "l es requerido\x02Invitación de Registro\x02Linktaco: Invitación de Regi" + - "stro\x02Has sido invitado por %[1]s para unirse a Link Taco\x02Por favor" + - " de click en el siguiente link\x02No es posible enviar ambos cursores af" + - "ter y before\x02No encontrado\x02Solo los miembros con permiso de lectur" + - "a pueden realizar esta acción\x02No fue posible una organización adecuad" + - "a\x02Solo los superusuarios pueden obtener dominios de nivel de sistema" + - "\x02Link Corto No Encontrado\x02Tipo de código inválido\x02El slug de or" + - "ganización es requerido para este tipo de token\x02Acceso Restringido" + - "\x02Zona de pruebas de GraphQL\x02Envíar Consulta\x02Regresar a Inicio" + - "\x02El archivo es requerido\x02El archivo subido para esta fuente deberí" + - "a de ser html\x02El archivo subido para esta fuente debe de ser json\x02" + - "Tokens de Acceso Personal\x02Comentario\x02Creado\x02Expirado\x02Revocar" + - "\x02No has creado ningún token de acceso personal para tu cuenta\x02Clie" + - "ntes Autorizados\x02Nombre de Cliente\x02Permiso\x02No has autorizardo n" + - "ingún client de tercero para acceder a tu cuenta.\x02Agregar Token de Ac" + - "ceso Personal\x02Nota: Tu token de acceso nunca se te volverá a " + - "mostrar. Guárdalo en secreto. Expirará dentro de un año.\x02Rev" + - "ocar Token de Acceso Personal\x02¿Desea revokar este token de acceso per" + - "sona? Esta acción no puede ser deshecha.\x02Si, hazlo\x02No\x02Acceso pe" + - "rsonal agregada con éxito\x02Token de autorización revocado con éxito" + - "\x02Clientes\x02ID de Cliente\x02Manejar\x02Agregar\x02Sin Clientes\x02A" + - "gregar Cliente OAuth2\x02Descripción de Cliente\x02URL de redireccionami" + - "ento\x02URL de Cliente\x02Client Secreto\x02Nota: Tu cliente secreto nun" + - "ca será mostrado de nuevo.\x02Manejar clientes de OAuth 2.0\x02Revoca to" + - "kens de cliente secreto\x02Si los tokens de portador de OAuth 2.0 emitid" + - "os para tu cliente de OAuth o tu cliente secreto se han revelado a un te" + - "rcero, debes revocar todos los tokens y solicitar que se emitan reemplaz" + - "os.\x02Revocar cliente de tokens\x02Desregistrar este client OAuth\x02Es" + - "to registrará de manera permanente tu client de OAuth 2.0\x02revoca todo" + - "s los tokens emitidos, y prohíbie la emisión de nuevos tokens.\x02Desreg" + - "istrar\x02Descripción\x02URL informativa\x02Cliente de OAuth 2.0 registr" + - "ado\x02Cliente agregado con éxito\x02Cliente revocado con éxito\x02Clien" + - "te recreado con éxito\x02Autorizar\x02gustaría acceder a tu cuenta de Li" + - "nk Taco\x02es una applicación de terceros operada por\x02Podrás revocar " + - "este acceso en cualquier momento en la tab OAtuh de tu perfíl.\x02Alcanc" + - "e\x02Aprobar\x02Rechazar\x02Dominio Inactivo\x02El dominio %[1]s está ac" + - "tualmente desactivado\x02Por favor actualice la subscripción de su cuent" + - "a para reactivarla\x02Precios\x02Cada cuenta puede crear organizaciones " + - "ilimitadas. Cada organización tiene sus propios marcadores, listados, an" + - "álisis, etc. Todas las características a continuación pertenecen a cada" + - " organización con sus propias URL únicas, agrupaciones, y más.\x02Funcio" + - "nalidad\x02Gratis\x02Precio\x02por año\x02por mes\x02meses\x02Ilimitado" + - "\x02Solo público\x02Pruébalo GRATIS\x02Marcadores\x02Guardar enlaces púb" + - "licos/privados\x02Guardar notas públicas/privadas\x02Seguir otras organi" + - "zaciones (social)\x02Organizar por etiquetas\x02Filtrado/ búsqueda avanz" + - "ada\x02Fuentes RSS completas\x02Dominio personalizado + SSL\x02Listados " + - "de enlaces\x02Crear listados de enlaces (por ejemplo, biografías en rede" + - "s sociales, etc.)\x02Organizar listados por etiquetas\x02Filtrar/Buscar " + - "listados\x02Códigos QR ilimitados por listado\x02Análisis completo\x02Li" + - "stado\x02Acortamiento de enlaces\x02Enlaces cortos ilimitados\x02Organiz" + - "ar enlaces cortos por etiquetas\x02Filtrar/Buscar enlaces cortos\x02Códi" + - "gos QR ilimitados por enlace corto\x02Historial completo de análisis\x02" + - "Análisis específicos de códigos QR\x02Análisis de clics\x02Análisis de r" + - "eferidos\x02Análisis por país\x02Análisis por ciudad\x02Análisis de disp" + - "ositivos\x02Colaboración / Integraciones\x02Agregar miembros ilimitados " + - "a la organización\x02Integración con Slack\x02Integración con MatterMost" + - "\x02Construye tu propia integración\x02Importar / Exportar\x02Importar d" + - "esde Pinboard\x02Importar desde Firefox\x02Importar desde Chrome\x02Impo" + - "rtar desde Safari\x02Exportar en JSON o HTML\x02Impulsado por API\x02Acc" + - "eso completo a la API GraphQL\x02Soporte OAuth2\x02Alojamiento propio" + - "\x02Totalmente de código abierto\x02Hospeda tu propia versión de Link Ta" + - "co\x02Documentación\x02Detalles de precios y características para LinkTa" + - "co.com\x02precios, enlaces, linktaco, características, planes, planes de" + - " precios\x02¡Bienvenido a LinkTaco!\x02Aquí puedes combinar todas tus ne" + - "cesidades de guardar y compartir enlaces en un solo paquete compacto. Co" + - "mo un taco. Un taco de enlaces, por así decirlo.\x02LinkTaco es una plat" + - "aforma de código abierto donde puedes alojar todos tus enlaces. Dominios" + - " personalizados, códigos QR, análisis, API completa, múltiples organizac" + - "iones con miembros ilimitados son solo algunas de las características in" + - "cluidas.\x02Los marcadores sociales no son nuevos, solo se han olvidado." + - " El acortamiento de enlaces con análisis ha existido siempre. Los listad" + - "os de enlaces se volvieron populares cuando las redes sociales comenzaro" + - "n a permitirnos publicar un enlace a nuestros sitios web en nuestros per" + - "files.\x02Hasta ahora, todas estas cosas se alojaban en diferentes servi" + - "cios.\x02Marcadores sociales: Pinboard (Delicious)\x02Acortamiento de en" + - "laces: Bitly y otros\x02Listados de enlaces: Linktree y otros\x02Adiós P" + - "inboard. Adiós Bitly. Adiós Linktree. ¡Hola LinkTaco!\x02Como somos un" + - "\x02proyecto 100% de código abierto\x04\x01 \x00\\\x02puedes alojar tu p" + - "ropia instancia si deseas tener control total sobre tu propia plataforma" + - ".\x02Consulta la documentación de instalación para más información.\x02¿" + - "Listo para comenzar? Es gratis crear una cuenta y usarla para siempre (c" + - "on algunas limitaciones). Para usar todas las funciones, solo tienes que" + - " pagar unos pocos dólares al año, o unos pocos al mes si eres una empres" + - "a, y eso es todo. ¡Simple!\x02Explorar funcciones\x02Organizar marcadore" + - "s\x02Lista de Links\x02Colaboración\x02Importar Exportar\x02Listados de " + - "enlaces ilimitados (para biografías en redes sociales, etc.)\x02Los miem" + - "bros pueden agregar/editar/eliminar enlaces (si se permite)\x02Los miemb" + - "ros tienen acceso según los permisos otorgados\x02Widget de marcadores d" + - "el navegador\x02Lista de Dominio\x02Eliminar\x02Búsqueda de Nombre\x02Se" + - "rvicio\x02para\x02Link Cortos\x02Lista de Links\x02Sin Dominios\x02Crear" + - " Dominio\x02Migrar Links Cortos\x02Los links viejos no funcionanrán. Tod" + - "os los códigos serán movidos al nuevo dominio.\x02Dominio creado con éxi" + - "to\x02Eliminar Dominio\x02Algo salió mal. El dominio no pudo ser elimina" + - "do\x02Dominio elminado con éxito\x02Si\x02Desea eliminar este dominio" + - "\x02Tus Organizaciones\x02Slug\x02Subscripción\x02Es Activo\x02Código Ab" + - "ierto\x02Patrocinado\x02Pagado\x02Activado\x02Desactivado\x02Actualizar " + - "Organización\x02Manejar Subscripción\x02Manejar Miembros\x02Exportar\x02" + - "Importar\x02Historial de Pagos\x02Crear Organización\x02Nombre de usuari" + - "o de Organización\x02Visibilidad predeterminada de marcadores\x02Lo sent" + - "imos, has alcanzado el número de cuentas gratuitas disponibles. Por favo" + - "r actualice su cuenta gratuita para crear más\x02Público\x02Privado\x02O" + - "rganización creada con éxito\x02Actualizar Organización\x02Está habilita" + - "do\x02Organización actualizada con éxito\x02Agregar Miembro\x02Permiso" + - "\x02Por favor actualice a cuenta de negocio para agregar miembros\x02Lee" + - "r\x02Escribir\x02Escritura de administrador\x02Una invitación fue enviad" + - "a a este usuario\x02Algo salió mal, imposible enviar invitación\x02Elimi" + - "nar miembro de la organización\x02Algo salió mal. No se pudo eliminar a " + - "este miembro: %[1]s\x02Miembro eliminado con éxito\x02¿Eliminar al miemb" + - "ro %[1]s (%[2]s) de la Organización %[3]s?\x02Miembro agregado con éxito" + - "\x02Algo salió mal. Imposible obtener los datos de miembros\x02Lista de " + - "Miembros\x02Sin miembros\x02Crear Enlace\x02Título\x02Visibilidad\x02Org" + - "anización\x02Sin leer\x02Destacado\x02Etiquetas\x02Usa comas para separa" + - "r las etiquetas. Ejemplo: etiqueta 1, etiqueta 2, etiqueta 3\x02URL de a" + - "rchivo\x02Un link fue creado con éxito\x02Error consultando url refereri" + - "da: No encontrada\x02Error consultando link referido: %[1]v\x02marcador" + - "\x02Marcadores Populares\x02Esto no es un concurso de popularidad o algo" + - " parecido, pero es raro que no hayan links!\x02Enlaces más populares en " + - "LinkTaco.com\x02populares, enlaces, linktaco, características, planes, p" + - "lanes de precios\x02Links Populares\x02Siguiendo\x02Dejar de seguir\x02S" + - "in organizaciones\x02Feed\x02Siguiente\x02Anterior\x02Por\x02Buscar\x02T" + - "u feed está vacío :( Sigue a algunas personas. Prueba los feeds Populare" + - "s o Recientes para encontrar gente interesante a seguir.\x02Búsqueda Ava" + - "nzada\x02Incluir Tags\x02Excluir Tags\x02Limpiar\x02Siguiendo\x02guardad" + - "o\x02Marcadores Recientes\x02Todos\x02Sin etiquetar\x02Marcar como leído" + - "\x02Marcar como no leído\x02Destacar\x02No destacar\x02Este feed no tien" + - "e enlaces. ¡Buuu!\x02Archivar\x02Enlaces públicos recientes añadidos a %" + - "[1]s en LinkTaco.com\x02Enlaces públicos recientes añadidos a LinkTaco.c" + - "om\x02recientes, públicos, enlaces, linktaco\x02Links Recientes\x02%[1]s" + - " Links\x02Detalle de Enlace\x02Publicación Pública\x02Públicación Privad" + - "a\x02Marcador '%[1]s' en LinkTaco.com\x02marcador, nota, detalle, popula" + - "r, enlaces, linktaco\x02Borrar Marcador\x02Algo salió mal. No se pudo el" + - "iminar este marcador.\x02Marcador eliminado con éxito\x02¿Realmente dese" + - "as eliminar este marcador?\x02Actualizar Enlace\x02Desea eliminar\x02Lin" + - "k actualizado con éxito\x02Código QR por Link Taco!\x02Serás redireccion" + - "ado en 10 segundos.\x02Detalles de Código QR\x02Bajar Imágen\x02Elimiar " + - "Código QR\x02Algo salió mal. El Código QE no pudo ser eliminado.\x02Códi" + - "go QR elminado con éxito\x02Desea eliminar este código qr\x02Exportar Da" + - "tos\x02Formato de archivo\x02Esta función no está habilitada para cuenta" + - "s gratuitas. Por favor actualizar\x02Como administrador de sistema corra" + - "r el siguiente comando en el canal que desees conectar\x02Conectado\x02I" + - "mportar Datos\x02Fuente\x02Click en Manejar Marcadores desde el menú de " + - "Marcadores\x02Una nueva ventana llamada Biblioteca se abrirá\x02En la ba" + - "rra lateral izquierda seleccione la carpeta que desea exportar. Para exp" + - "ortar todos los marcadores selecciones Todos los Marcadores\x02Click en " + - "el ícono con dos flechas (arriba y abajo) y escoje 'Exportar Marcador a " + - "HTML'\x02En el menú de Archivo selecciones Exportar\x02Selecione Exporta" + - "r Marcadores\x02Ve al menú de Marcadores y escoge Manejar Marcadores\x02" + - "En la barra latareral izquierda selecciones la carpeta que desea exporta" + - "r\x02En la barra marcadores, de click en los tres puntos de la parte sup" + - "erior derecha\x02Click en Exportar Marcadores\x02Visita https://pinboard" + - ".in/export/ y da click en JSON\x02Instrucciones\x02Marcadores de Safari" + - "\x02Marcadores de Chrome\x02Marcadores de Firefox\x02Actualizar Nota\x02" + - "Nota\x02Nota '%[1]s' en LinkTaco.com\x02nota, detalle, popular, enlaces," + - " linktaco\x02Crear Nota\x02Una nota fue creada con éxito\x02Error consul" + - "tado nota referenciada: %[1]v\x02Tablero\x02Tour\x02Reciente\x02Popular" + - "\x02Categorías\x02Sobre\x02Iniciar Sesión\x02Cerrar Sesión\x02Zona de pr" + - "uebas de GQL\x02Guardar Enlace\x02Guardar Noa\x02Token Personales\x02Apl" + - "icaciones Clientes\x02Listas\x02Links Cortos\x02Administrar\x02Actualiza" + - "r Links\x02URL\x02Orden\x02Eliminar Lista\x02Algo salió mal. El enlace n" + - "o pudo ser eliminado\x02Enlace creado con éxito\x02Desea eliminar este l" + - "ink\x02Crear Links\x02Anterior\x02Sin Links\x02Actualizar Lista\x02Domin" + - "io\x02Es por defecto\x02Eliminar Foto\x02Otro\x02Otro Nombre\x02Links So" + - "ciales\x02Lista creada con éxito\x02Crear Lista\x02Una lista fue creada " + - "con éxito\x02Manejar Links\x02Sin Listas\x02Fecha de Creación\x02Códigos" + - " QR\x02Lista eliminada con éxito\x02Crear Código QR\x02Crear\x02Descarga" + - "r\x02Fondo de pantalla personalizado\x02Código QR creado con éxito\x02Có" + - "digo QR de Lista\x02Ver\x02No hay Códigos QR\x02Desconectar Mattermost" + - "\x02Mattermost desconectado con éxito\x02Desea realmente desconectar est" + - "a organización de mattermost\x02Connectar con Mattermost\x02Este equipo " + - "ya se encuentra vinculado a una organización\x02¿Deseas conectar esta or" + - "ganización con mattermost?\x02Esta función está restringida para cuentas" + - " gratis. Por favor actualiza\x02La organización fue vinculada con éxito" + - "\x02Lo sentimos, las cuentas gratuitas no soportan la integración con Ma" + - "ttermost. Por favor actualice\x02Conectar Usuario\x02Para interactuar co" + - "n mattermost tienes que conectar tu cuenta con tu usuario de Link Taco" + - "\x02¿Desea proceder?\x02Usuario conectado con éxito\x02Connexión con sla" + - "ck no encontrada\x02Te enviamos un mensaje privado\x02El texto a ser bus" + - "cado es requerido\x02No se encuentraron links para %[1]s\x02Organización" + - " no encontrada\x02El título es requerido\x02La url es requerida\x02El có" + - "digo es requerido\x02El dominio es requerido\x02Dominio no encontrado" + - "\x02A nuevo short fue creado con éxito\x02Url es requerida\x02Un nuevo e" + - "nlace fue creado con éxito\x02Por favor haga click en el próximo link pa" + - "ra vincular una organización %[1]s\x02Instalacción exitosa\x02Link Corto" + - "\x02Sin Links Cortos\x02Crear Link Corto\x02Código Corto\x02Sin Dominio" + - "\x02Un link corto fue creado con éxito\x02Actualizar Link Corto\x02Link " + - "Corto actualizado con éxito\x02Eliminar Link Corto\x02Link Corto elimina" + - "do con éxito\x02URL acortada por Link Taco!\x02No se proporcionó un argu" + - "mento de URL\x02%[1]s: dominio no encontrado\x02Tu enlace corto fue crea" + - "do con éxito: %[1]s\x02Tu enlace fue guardado con éxito. Detalles aquí: " + - "%[1]s\x02Buscar Link\x02Por favor vincule tu usuario de slack con el lin" + - "k: %[1]s\x02Te enviamos un mensaje directo con instrucciones\x02Agregar " + - "Link\x02Desconectar de Slack\x02Slack fue desconectado con éxito\x02Dese" + - "a desconectar esta organización de slack\x02Lo sentimos, las cuentas gra" + - "tis no soportan integración con Slack. Por favor actualice su subscripcó" + - "n para continuar\x02Para interactuar con Link Taco tienes que conectar t" + - "u cuenta de slack con tu usuario de Link Taco\x02Algo salió mal. El usua" + - "rio no puede ser vinculado.\x02Conectar a Slack Workspace\x02Respuesta d" + - "e slack inválida\x02¿Deseas conectar con Slack?\x02Organización vinculad" + - "a con éxito con slack\x02Email y/o password inválido\x02Las nuevas contr" + - "aseñas no coinciden\x02El usuario no está autenticado\x02La contraseña a" + - "ctual es incorrecta\x02Este campo es requerido\x02Por favor introduzca u" + - "n correo válido\x02Por favor introduzca un número válido\x02El '%[1]s' f" + - "alló." + "\x02El código está duplicado\x02Id es requerido\x02Slug es requerido\x02" + + "Slug de Organización es requerido\x02Las cuentas gratuitas solo permiten" + + " 1 lista de enlaces.\x02list-service-domain no está configurado\x02Este " + + "Slug ya está registrado para este dominio\x02Ya hay una lista por defect" + + "o para este dominio\x02El Slug de Lista es requerido\x02Order de Link no" + + " puede ser menor a 0\x02Lista No Encontrada\x02ID es requerido\x02El Tít" + + "ulo es requerido\x02ID no puede ser menor a 0\x02Lista de Links No Encon" + + "trada\x02Título es muy largo\x02El código no es válido\x02Elemento ID no" + + " es válido\x02Lista No Encontrado\x02No puedes crear más de 5 códigos qr" + + " por lista\x02Link Corto No Encontrado\x02No puedes crear más de 5 códig" + + "o qr por dominio\x02Código QR No Encontrado\x02El usuario sigue a %[1]s" + + "\x02Este usuario no sigue a esta organización\x02El usuario no sigue a %" + + "[1]s\x02orgType Inválido\x02Valor de nivel inválido\x02Valor de estado i" + + "nválido\x02Un Slug válido de Organización es requerido\x02Slug de Organi" + + "zación es requerida para dominios de nivel de usuario\x04\x00\x01 \x0d" + + "\x02ID inválido\x02El dominio está en uso. No se puede cambiar el servic" + + "io.\x02Nombre es requerido\x02Email es requerido\x02Invitación de Regist" + + "ro\x02Linktaco: Invitación de Registro\x02Has sido invitado por %[1]s pa" + + "ra unirse a Link Taco\x02Por favor de click en el siguiente link\x02No e" + + "ncontrado\x02No es posible enviar ambos cursores after y before\x02Solo " + + "los miembros con permiso de lectura pueden realizar esta acción\x02No fu" + + "e posible una organización adecuada\x02Solo los superusuarios pueden obt" + + "ener dominios de nivel de sistema\x02Link Corto No Encontrado\x02Tipo de" + + " código inválido\x02El slug de organización es requerido para este tipo " + + "de token\x02Acceso Restringido\x02Acceso denegado.\x02Organización no en" + + "contrada.\x02ID de listado inválido proporcionado.\x02Listado inválido p" + + "ara la organización especificada.\x02Zona de pruebas de GraphQL\x02Envía" + + "r Consulta\x02Regresar a Inicio\x02Fuente de origen inválida para el imp" + + "ortador.\x02El archivo es requerido\x02El archivo subido para esta fuent" + + "e debería de ser html\x02El archivo subido para esta fuente debe de ser " + + "json\x02Tokens de Acceso Personal\x02Comentario\x02Creado\x02Expirado" + + "\x02Revocar\x02No has creado ningún token de acceso personal para tu cue" + + "nta\x02Clientes Autorizados\x02Nombre de Cliente\x02Permiso\x02No has au" + + "torizardo ningún client de tercero para acceder a tu cuenta.\x02Agregar " + + "Token de Acceso Personal\x02Nota: Tu token de acceso nunca se te" + + " volverá a mostrar. Guárdalo en secreto. Expirará dentro de un " + + "año.\x02Revocar Token de Acceso Personal\x02¿Desea revokar este token de" + + " acceso persona? Esta acción no puede ser deshecha.\x02Si, hazlo\x02No" + + "\x02Acceso personal agregada con éxito\x02Token de autorización revocado" + + " con éxito\x02Clientes\x02ID de Cliente\x02Manejar\x02Agregar\x02Sin Cli" + + "entes\x02Agregar Cliente OAuth2\x02Descripción de Cliente\x02URL de redi" + + "reccionamiento\x02URL de Cliente\x02Client Secreto\x02Nota: Tu cliente s" + + "ecreto nunca será mostrado de nuevo.\x02Manejar clientes de OAuth 2.0" + + "\x02Revoca tokens de cliente secreto\x02Si los tokens de portador de OAu" + + "th 2.0 emitidos para tu cliente de OAuth o tu cliente secreto se han rev" + + "elado a un tercero, debes revocar todos los tokens y solicitar que se em" + + "itan reemplazos.\x02Revocar cliente de tokens\x02Desregistrar este clien" + + "t OAuth\x02Esto registrará de manera permanente tu client de OAuth 2.0" + + "\x02revoca todos los tokens emitidos, y prohíbie la emisión de nuevos to" + + "kens.\x02Desregistrar\x02Descripción\x02URL informativa\x02Cliente de OA" + + "uth 2.0 registrado\x02Cliente agregado con éxito\x02Cliente revocado con" + + " éxito\x02Cliente recreado con éxito\x02Autorizar\x02gustaría acceder a " + + "tu cuenta de Link Taco\x02es una applicación de terceros operada por\x02" + + "Podrás revocar este acceso en cualquier momento en la tab OAtuh de tu pe" + + "rfíl.\x02Alcance\x02Aprobar\x02Rechazar\x02LinkTaco - La importación de " + + "tus marcadores está completa.\x02Hola,\x02Solo queríamos informarte que " + + "la importación de tus marcadores se ha completado con éxito.\x02- Equipo" + + " de LinkTaco\x02Dominio Inactivo\x02El dominio %[1]s está actualmente de" + + "sactivado\x02Por favor actualice la subscripción de su cuenta para react" + + "ivarla\x02Precios\x02Cada cuenta puede crear organizaciones ilimitadas. " + + "Cada organización tiene sus propios marcadores, listados, análisis, etc." + + " Todas las características a continuación pertenecen a cada organización" + + " con sus propias URL únicas, agrupaciones, y más.\x02Funcionalidad\x02Gr" + + "atis\x02Personal\x02Negocio\x02Precio\x02por año\x02por mes\x02meses\x02" + + "Ilimitado\x02Solo público\x02Pruébalo GRATIS\x02Marcadores\x02Guardar en" + + "laces públicos/privados\x02Guardar notas públicas/privadas\x02Seguir otr" + + "as organizaciones (social)\x02Organizar por etiquetas\x02Filtrado/ búsqu" + + "eda avanzada\x02Fuentes RSS completas\x02Dominio personalizado + SSL\x02" + + "Listados de enlaces\x02Crear listados de enlaces (por ejemplo, biografía" + + "s en redes sociales, etc.)\x02Organizar listados por etiquetas\x02Filtra" + + "r/Buscar listados\x02Códigos QR ilimitados por listado\x02Análisis compl" + + "eto\x02Listado\x02Acortamiento de enlaces\x02Enlaces cortos ilimitados" + + "\x02Organizar enlaces cortos por etiquetas\x02Filtrar/Buscar enlaces cor" + + "tos\x02Códigos QR ilimitados por enlace corto\x02Historial completo de a" + + "nálisis\x02Análisis específicos de códigos QR\x02Análisis de clics\x02An" + + "álisis de referidos\x02Análisis por país\x02Análisis por ciudad\x02Anál" + + "isis de dispositivos\x02Colaboración / Integraciones\x02Agregar miembros" + + " ilimitados a la organización\x02Integración con Slack\x02Integración co" + + "n MatterMost\x02Construye tu propia integración\x02Importar / Exportar" + + "\x02Importar desde Pinboard\x02Importar desde Firefox\x02Importar desde " + + "Chrome\x02Importar desde Safari\x02Exportar en JSON o HTML\x02Impulsado " + + "por API\x02Acceso completo a la API GraphQL\x02Soporte OAuth2\x02Alojami" + + "ento propio\x02Totalmente de código abierto\x02Hospeda tu propia versión" + + " de Link Taco\x02Documentación\x02Detalles de precios y características " + + "para LinkTaco.com\x02precios, enlaces, linktaco, características, planes" + + ", planes de precios\x02¡Bienvenido a LinkTaco!\x02Aquí puedes combinar t" + + "odas tus necesidades de guardar y compartir enlaces en un solo paquete c" + + "ompacto. Como un taco. Un taco de enlaces, por así decirlo.\x02LinkTaco " + + "es una plataforma de código abierto donde puedes alojar todos tus enlace" + + "s. Dominios personalizados, códigos QR, análisis, API completa, múltiple" + + "s organizaciones con miembros ilimitados son solo algunas de las caracte" + + "rísticas incluidas.\x02Los marcadores sociales no son nuevos, solo se ha" + + "n olvidado. El acortamiento de enlaces con análisis ha existido siempre." + + " Los listados de enlaces se volvieron populares cuando las redes sociale" + + "s comenzaron a permitirnos publicar un enlace a nuestros sitios web en n" + + "uestros perfiles.\x02Hasta ahora, todas estas cosas se alojaban en difer" + + "entes servicios.\x02Marcadores sociales: Pinboard (Delicious)\x02Acortam" + + "iento de enlaces: Bitly y otros\x02Listados de enlaces: Linktree y otros" + + "\x02Adiós Pinboard. Adiós Bitly. Adiós Linktree. ¡Hola LinkTaco!\x02Como" + + " somos un\x02proyecto 100% de código abierto\x04\x01 \x00\\\x02puedes al" + + "ojar tu propia instancia si deseas tener control total sobre tu propia p" + + "lataforma.\x02Consulta la documentación de instalación para más informac" + + "ión.\x02¿Listo para comenzar? Es gratis crear una cuenta y usarla para s" + + "iempre (con algunas limitaciones). Para usar todas las funciones, solo t" + + "ienes que pagar unos pocos dólares al año, o unos pocos al mes si eres u" + + "na empresa, y eso es todo. ¡Simple!\x02Explorar funcciones\x02Organizar " + + "marcadores\x02Lista de Links\x02Colaboración\x02Integraciones\x02Importa" + + "r Exportar\x02Listados de enlaces ilimitados (para biografías en redes s" + + "ociales, etc.)\x02Los miembros pueden agregar/editar/eliminar enlaces (s" + + "i se permite)\x02Los miembros tienen acceso según los permisos otorgados" + + "\x02Widget de marcadores del navegador\x02Lista de Dominio\x02Eliminar" + + "\x02Búsqueda de Nombre\x02Servicio\x02para\x02Link Cortos\x02Lista de Li" + + "nks\x02Sin Dominios\x02Crear Dominio\x02Migrar Links Cortos\x02Los links" + + " viejos no funcionanrán. Todos los códigos serán movidos al nuevo domini" + + "o.\x02Dominio creado con éxito\x02Eliminar Dominio\x02%[1]s\x02Dominio e" + + "lminado con éxito\x02Si\x02Desea eliminar este dominio\x02Tus Organizaci" + + "ones\x02Código Abierto\x02Patrocinado\x02Pagado\x02Activado\x02Desactiva" + + "do\x02Manejar Subscripción\x02Dominios\x02Manejar Miembros\x02Exportar" + + "\x02Importar\x02Historial de Pagos\x02Crear Organización\x02Nombre de us" + + "uario de Organización\x02Visibilidad predeterminada de marcadores\x02Lo " + + "sentimos, has alcanzado el número de cuentas gratuitas disponibles. Por " + + "favor actualice su cuenta gratuita para crear más\x02Público\x02Privado" + + "\x02Organización creada con éxito\x02Actualizar Organización\x02Está hab" + + "ilitado\x02Organización actualizada con éxito\x02Agregar Miembro\x02Perm" + + "iso\x02Por favor actualice a cuenta de negocio para agregar miembros\x02" + + "Leer\x02Escribir\x02Escritura de administrador\x02Una invitación fue env" + + "iada a este usuario\x02Algo salió mal, imposible enviar invitación\x02El" + + "iminar miembro de la organización\x02Algo salió mal. No se pudo eliminar" + + " a este miembro: %[1]s\x02Miembro eliminado con éxito\x02¿Eliminar al mi" + + "embro %[1]s (%[2]s) de la Organización %[3]s?\x02Miembro agregado con éx" + + "ito\x02Algo salió mal. Imposible obtener los datos de miembros\x02Lista " + + "de Miembros\x02Sin miembros\x02Crear Enlace\x02Título\x02Visibilidad\x02" + + "Organización\x02Sin leer\x02Destacado\x02Etiquetas\x02Usa comas para sep" + + "arar las etiquetas. Ejemplo: etiqueta 1, etiqueta 2, etiqueta 3\x02URL d" + + "e archivo\x02Un link fue creado con éxito\x02Error consultando url refer" + + "erida: No encontrada\x02Error consultando link referido: %[1]v\x02marcad" + + "or\x02Marcadores Populares\x02Esto no es un concurso de popularidad o al" + + "go parecido, pero es raro que no hayan links!\x02Enlaces más populares e" + + "n LinkTaco.com\x02populares, enlaces, linktaco, características, planes," + + " planes de precios\x02Links Populares\x02Siguiendo\x02Dejar de seguir" + + "\x02Sin organizaciones\x02Feed\x02Siguiente\x02Anterior\x02Por\x02Buscar" + + "\x02Tu feed está vacío :( Sigue a algunas personas. Prueba los feeds Pop" + + "ulares o Recientes para encontrar gente interesante a seguir.\x02Búsqued" + + "a Avanzada\x02Incluir Tags\x02Excluir Tags\x02Limpiar\x02Siguiendo\x02gu" + + "ardado\x02Marcadores Recientes\x02Todos\x02Sin etiquetar\x02Marcar como " + + "leído\x02Marcar como no leído\x02Destacar\x02No destacar\x02Este feed no" + + " tiene enlaces. ¡Buuu!\x02Archivar\x02Seguir\x02Enlaces públicos recient" + + "es añadidos a %[1]s en LinkTaco.com\x02Enlaces públicos recientes añadid" + + "os a LinkTaco.com\x02recientes, públicos, enlaces, linktaco\x02Links Rec" + + "ientes\x02%[1]s Enlaces\x02Tienes %[1]d enlaces restrigidos guardados." + + "\x02Actualiza la organización para activarlos.\x02Detalle de Enlace\x02P" + + "ublicación Pública\x02Públicación Privada\x02Marcador '%[1]s' en LinkTac" + + "o.com\x02marcador, nota, detalle, popular, enlaces, linktaco\x02Borrar M" + + "arcador\x02Algo salió mal. No se pudo eliminar este marcador.\x02Marcado" + + "r eliminado con éxito\x02¿Realmente deseas eliminar este marcador?\x02Ac" + + "tualizar Enlace\x02Desea eliminar\x02Link actualizado con éxito\x02Códig" + + "o QR por Link Taco!\x02Serás redireccionado en 10 segundos.\x02Detalles " + + "de Código QR\x02Bajar Imágen\x02Elimiar Código QR\x02Algo salió mal. El " + + "Código QE no pudo ser eliminado.\x02Código QR elminado con éxito\x02Dese" + + "a eliminar este código qr\x02Exportar Datos\x02Formato de archivo\x02Est" + + "a función no está habilitada para cuentas gratuitas. Por favor actualiza" + + "r\x02Como administrador de sistema corrar el siguiente comando en el can" + + "al que desees conectar\x02Desconectar\x02Conectar\x02Conectado\x02Import" + + "ar Datos\x02Fuente\x02Click en Manejar Marcadores desde el menú de Marca" + + "dores\x02Una nueva ventana llamada Biblioteca se abrirá\x02En la barra l" + + "ateral izquierda seleccione la carpeta que desea exportar. Para exportar" + + " todos los marcadores selecciones Todos los Marcadores\x02Click en el íc" + + "ono con dos flechas (arriba y abajo) y escoje 'Exportar Marcador a HTML'" + + "\x02En el menú de Archivo selecciones Exportar\x02Selecione Exportar Mar" + + "cadores\x02Ve al menú de Marcadores y escoge Manejar Marcadores\x02En la" + + " barra latareral izquierda selecciones la carpeta que desea exportar\x02" + + "En la barra marcadores, de click en los tres puntos de la parte superior" + + " derecha\x02Click en Exportar Marcadores\x02Visita https://pinboard.in/e" + + "xport/ y da click en JSON\x02Al importar a una cuenta/organización gratu" + + "ita, todos los marcadores privados del tablero se marcarán como restring" + + "idos.\x02Actualice su cuenta para admitir marcadores privados.\x02Instru" + + "cciones\x02Marcadores de Safari\x02Marcadores de Chrome\x02Marcadores de" + + " Firefox\x02Se está procesando la importación de tu marcador. Te notific" + + "aremos cuando se complete.\x02Actualizar Nota\x02Nota\x02Nota '%[1]s' en" + + " LinkTaco.com\x02nota, detalle, popular, enlaces, linktaco\x02Crear Nota" + + "\x02Una nota fue creada con éxito\x02Error consultado nota referenciada:" + + " %[1]v\x02Tablero\x02Tour\x02Reciente\x02Popular\x02Categorías\x02Sobre" + + "\x02Iniciar Sesión\x02Cerrar Sesión\x02Zona de pruebas de GQL\x02Guardar" + + " Enlace\x02Guardar Noa\x02Token Personales\x02Aplicaciones Clientes\x02L" + + "istas\x02Links Cortos\x02Administrar\x02Ayuda\x02Blog\x02Actualizar Link" + + "s\x02URL\x02Orden\x02Eliminar Lista\x02Algo salió mal. El enlace no pudo" + + " ser eliminado\x02Enlace creado con éxito\x02Desea eliminar este link" + + "\x02Crear Links\x02Anterior\x02Sin Links\x02Actualizar Lista\x02Dominio" + + "\x02Es por defecto\x02Eliminar Foto\x02Otro\x02Otro Nombre\x02Links Soci" + + "ales\x02Lista creada con éxito\x02Crear Lista\x02Una lista fue creada co" + + "n éxito\x02Manejar Links\x02Sin Listas\x02Fecha de Creación\x02Códigos Q" + + "R\x02Lista eliminada con éxito\x02¿Realmente quieres eliminar esta lista" + + "?\x02Crear Código QR\x02Crear\x02Descargar\x02Fondo de pantalla personal" + + "izado\x02Código QR creado con éxito\x02Código QR de Lista\x02Ver\x02No h" + + "ay Códigos QR\x02Desconectar Mattermost\x02Mattermost desconectado con é" + + "xito\x02Desea realmente desconectar esta organización de mattermost\x02C" + + "onnectar con Mattermost\x02Este equipo ya se encuentra vinculado a una o" + + "rganización\x02¿Deseas conectar esta organización con mattermost?\x02Est" + + "a función está restringida para cuentas gratis. Por favor actualiza\x02L" + + "a organización fue vinculada con éxito\x02Lo sentimos, las cuentas gratu" + + "itas no soportan la integración con Mattermost. Por favor actualice\x02C" + + "onectar Usuario\x02Para interactuar con mattermost tienes que conectar t" + + "u cuenta con tu usuario de Link Taco\x02¿Desea proceder?\x02Usuario cone" + + "ctado con éxito\x02Connexión con slack no encontrada\x02Te enviamos un m" + + "ensaje privado\x02El texto a ser buscado es requerido\x02No se encuentra" + + "ron links para %[1]s\x02Organización no encontrada\x02El título es reque" + + "rido\x02La url es requerida\x02El código es requerido\x02El dominio es r" + + "equerido\x02Dominio no encontrado\x02A nuevo short fue creado con éxito" + + "\x02Url es requerida\x02Un nuevo enlace fue creado con éxito\x02Por favo" + + "r haga click en el próximo link para vincular una organización %[1]s\x02" + + "Instalacción exitosa\x02Link Corto\x02Sin Links Cortos\x02Crear Link Cor" + + "to\x02Código Corto\x02Sin Dominio\x02Un link corto fue creado con éxito" + + "\x02Actualizar Link Corto\x02Link Corto actualizado con éxito\x02Elimina" + + "r Link Corto\x02Link Corto eliminado con éxito\x02URL acortada por Link " + + "Taco!\x02No se proporcionó un argumento de URL\x02%[1]s: dominio no enco" + + "ntrado\x02Tu enlace corto fue creado con éxito: %[1]s\x02Tu enlace fue g" + + "uardado con éxito. Detalles aquí: %[1]s\x02Buscar Link\x02Por favor vinc" + + "ule tu usuario de slack con el link: %[1]s\x02Te enviamos un mensaje dir" + + "ecto con instrucciones\x02Agregar Link\x02Desconectar de Slack\x02Slack " + + "fue desconectado con éxito\x02Desea desconectar esta organización de sla" + + "ck\x02Lo sentimos, las cuentas gratis no soportan integración con Slack." + + " Por favor actualice su subscripcón para continuar\x02Para interactuar c" + + "on Link Taco tienes que conectar tu cuenta de slack con tu usuario de Li" + + "nk Taco\x02Algo salió mal. El usuario no puede ser vinculado.\x02Conecta" + + "r a Slack Workspace\x02Respuesta de slack inválida\x02¿Deseas conectar c" + + "on Slack?\x02Organización vinculada con éxito con slack\x02Email y/o pas" + + "sword inválido\x02Las nuevas contraseñas no coinciden\x02El usuario no e" + + "stá autenticado\x02La contraseña actual es incorrecta\x02Este campo es r" + + "equerido\x02Por favor introduzca un correo válido\x02Por favor introduzc" + + "a un número válido\x02El '%[1]s' falló." - // Total table size 48157 bytes (47KiB); checksum: B99FBFF1 + // Total table size 50014 bytes (48KiB); checksum: 63B802CD diff --git a/internal/translations/locales/en/out.gotext.json b/internal/translations/locales/en/out.gotext.json index 139b94e..b948b8e 100644 --- a/internal/translations/locales/en/out.gotext.json +++ b/internal/translations/locales/en/out.gotext.json @@ -43,6 +43,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)", + "message": "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)", + "translation": "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "The passwords you entered do not match.", "message": "The passwords you entered do not match.", @@ -141,6 +148,27 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Slug", + "message": "Slug", + "translation": "Slug", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Subscription", + "message": "Subscription", + "translation": "Subscription", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Is Active", + "message": "Is Active", + "translation": "Is Active", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Email", "message": "Email", @@ -163,9 +191,9 @@ "fuzzy": true }, { - "id": "Type", - "message": "Type", - "translation": "Type", + "id": "Current Organization", + "message": "Current Organization", + "translation": "Current Organization", "translatorComment": "Copied from source.", "fuzzy": true }, @@ -176,20 +204,6 @@ "translatorComment": "Copied from source.", "fuzzy": true }, - { - "id": "Business", - "message": "Business", - "translation": "Business", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Personal", - "message": "Personal", - "translation": "Personal", - "translatorComment": "Copied from source.", - "fuzzy": true - }, { "id": "Edit", "message": "Edit", @@ -204,62 +218,6 @@ "translatorComment": "Copied from source.", "fuzzy": true }, - { - "id": "Integrations", - "message": "Integrations", - "translation": "Integrations", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Platform", - "message": "Platform", - "translation": "Platform", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Connect", - "message": "Connect", - "translation": "Connect", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Organization connected", - "message": "Organization connected", - "translation": "Organization connected", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Date", - "message": "Date", - "translation": "Date", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Disconnect", - "message": "Disconnect", - "translation": "Disconnect", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "No connections", - "message": "No connections", - "translation": "No connections", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Domains", - "message": "Domains", - "translation": "Domains", - "translatorComment": "Copied from source.", - "fuzzy": true - }, { "id": "Actions", "message": "Actions", @@ -295,6 +253,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Upgrade Org", + "message": "Upgrade Org", + "translation": "Upgrade Org", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Complete Registration", "message": "Complete Registration", @@ -632,9 +597,9 @@ "fuzzy": true }, { - "id": "Links - Confirm account email", - "message": "Links - Confirm account email", - "translation": "Links - Confirm account email", + "id": "LinkTaco - Confirm account email", + "message": "LinkTaco - Confirm account email", + "translation": "LinkTaco - Confirm account email", "translatorComment": "Copied from source.", "fuzzy": true }, @@ -841,6 +806,83 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "CurrentSlug is required", + "message": "CurrentSlug is required", + "translation": "CurrentSlug is required", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Slug is required", + "message": "Slug is required", + "translation": "Slug is required", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Slug may not exceed 150 characters", + "message": "Slug may not exceed 150 characters", + "translation": "Slug may not exceed 150 characters", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Organization Not Found", + "message": "Organization Not Found", + "translation": "Organization Not Found", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "This organization name is already registered", + "message": "This organization name is already registered", + "translation": "This organization name is already registered", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "This slug can not be used. Please chose another one", + "message": "This slug can not be used. Please chose another one", + "translation": "This slug can not be used. Please chose another one", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "You are not allowed to enable/disabled user type organization", + "message": "You are not allowed to enable/disabled user type organization", + "translation": "You are not allowed to enable/disabled user type organization", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "You are not allowed to have more than two free organizations. Please upgrade", + "message": "You are not allowed to have more than two free organizations. Please upgrade", + "translation": "You are not allowed to have more than two free organizations. Please upgrade", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "This organization has an active subscription. Please cancel it first", + "message": "This organization has an active subscription. Please cancel it first", + "translation": "This organization has an active subscription. Please cancel it first", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Free organizations can not use Private permission. Please upgrade to use Private permission", + "message": "Free organizations can not use Private permission. Please upgrade to use Private permission", + "translation": "Free organizations can not use Private permission. Please upgrade to use Private permission", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Invalid default permission value", + "message": "Invalid default permission value", + "translation": "Invalid default permission value", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Invalid Visibility value.", "message": "Invalid Visibility value.", @@ -856,9 +898,9 @@ "fuzzy": true }, { - "id": "URL may not exceed 150 characters", - "message": "URL may not exceed 150 characters", - "translation": "URL may not exceed 150 characters", + "id": "URL may not exceed 2048 characters", + "message": "URL may not exceed 2048 characters", + "translation": "URL may not exceed 2048 characters", "translatorComment": "Copied from source.", "fuzzy": true }, @@ -890,13 +932,6 @@ "translatorComment": "Copied from source.", "fuzzy": true }, - { - "id": "Organization Not Found", - "message": "Organization Not Found", - "translation": "Organization Not Found", - "translatorComment": "Copied from source.", - "fuzzy": true - }, { "id": "Only members with write perm are allowed to perform this action", "message": "Only members with write perm are allowed to perform this action", @@ -912,26 +947,9 @@ "fuzzy": true }, { - "id": "Error parsin url: {Err}", - "message": "Error parsin url: {Err}", - "translation": "Error parsin url: {Err}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Err", - "string": "%[1]s", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ], - "fuzzy": true - }, - { - "id": "Id required", - "message": "Id required", - "translation": "Id required", + "id": "Link hash required", + "message": "Link hash required", + "translation": "Link hash required", "translatorComment": "Copied from source.", "fuzzy": true }, @@ -1294,83 +1312,6 @@ "translatorComment": "Copied from source.", "fuzzy": true }, - { - "id": "CurrentSlug is required", - "message": "CurrentSlug is required", - "translation": "CurrentSlug is required", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Slug is required", - "message": "Slug is required", - "translation": "Slug is required", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Slug may not exceed 150 characters", - "message": "Slug may not exceed 150 characters", - "translation": "Slug may not exceed 150 characters", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "This organization name is already registered", - "message": "This organization name is already registered", - "translation": "This organization name is already registered", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "This slug can not be used. Please chose another one", - "message": "This slug can not be used. Please chose another one", - "translation": "This slug can not be used. Please chose another one", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "You are not allowed to enable/disabled user type organization", - "message": "You are not allowed to enable/disabled user type organization", - "translation": "You are not allowed to enable/disabled user type organization", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "You are not allowed to have more than two free organizations. Please upgrade", - "message": "You are not allowed to have more than two free organizations. Please upgrade", - "translation": "You are not allowed to have more than two free organizations. Please upgrade", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "This organization has an active subscription. Please cancel it first", - "message": "This organization has an active subscription. Please cancel it first", - "translation": "This organization has an active subscription. Please cancel it first", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Free organizations can not use Private permission. Please upgrade to use Private permission", - "message": "Free organizations can not use Private permission. Please upgrade to use Private permission", - "translation": "Free organizations can not use Private permission. Please upgrade to use Private permission", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Invalid default permission value", - "message": "Invalid default permission value", - "translation": "Invalid default permission value", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Domain pattern regexp compile error", - "message": "Domain pattern regexp compile error", - "translation": "Domain pattern regexp compile error", - "translatorComment": "Copied from source.", - "fuzzy": true - }, { "id": "Invalid domain name.", "message": "Invalid domain name.", @@ -1463,20 +1404,10 @@ "fuzzy": true }, { - "id": "invalid domain ID [{Id}] given", - "message": "invalid domain ID [{Id}] given", - "translation": "invalid domain ID [{Id}] given", + "id": "invalid domain ID", + "message": "invalid domain ID", + "translation": "invalid domain ID", "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Id", - "string": "%[1]d", - "type": "int", - "underlyingType": "int", - "argNum": 1, - "expr": "id" - } - ], "fuzzy": true }, { @@ -1486,6 +1417,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Unable to delete. Domain has active short links or link listings", + "message": "Unable to delete. Domain has active short links or link listings", + "translation": "Unable to delete. Domain has active short links or link listings", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "URL is required.", "message": "URL is required.", @@ -1521,6 +1459,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "You have reached your monthly short link limit. Please upgrade to remove this limitation.", + "message": "You have reached your monthly short link limit. Please upgrade to remove this limitation.", + "translation": "You have reached your monthly short link limit. Please upgrade to remove this limitation.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "short-service-domain is not configured", "message": "short-service-domain is not configured", @@ -1542,6 +1487,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Id required", + "message": "Id required", + "translation": "Id required", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Slug is required.", "message": "Slug is required.", @@ -1689,13 +1641,6 @@ "translatorComment": "Copied from source.", "fuzzy": true }, - { - "id": "This user already follows this org", - "message": "This user already follows this org", - "translation": "This user already follows this org", - "translatorComment": "Copied from source.", - "fuzzy": true - }, { "id": "User follows {OrgSlug}", "message": "User follows {OrgSlug}", @@ -1779,6 +1724,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Domain in use. Can not change service.", + "message": "Domain in use. Can not change service.", + "translation": "Domain in use. Can not change service.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Name is required.", "message": "Name is required.", @@ -1832,16 +1784,16 @@ "fuzzy": true }, { - "id": "You can not send both after and before cursors", - "message": "You can not send both after and before cursors", - "translation": "You can not send both after and before cursors", + "id": "Not Found", + "message": "Not Found", + "translation": "Not Found", "translatorComment": "Copied from source.", "fuzzy": true }, { - "id": "Not Found", - "message": "Not Found", - "translation": "Not Found", + "id": "You can not send both after and before cursors", + "message": "You can not send both after and before cursors", + "translation": "You can not send both after and before cursors", "translatorComment": "Copied from source.", "fuzzy": true }, @@ -1894,6 +1846,34 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Access denied.", + "message": "Access denied.", + "translation": "Access denied.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Organization not found.", + "message": "Organization not found.", + "translation": "Organization not found.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Invalid listing ID provided", + "message": "Invalid listing ID provided", + "translation": "Invalid listing ID provided", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Invalid listing for specified organization", + "message": "Invalid listing for specified organization", + "translation": "Invalid listing for specified organization", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "GraphQL Playground", "message": "GraphQL Playground", @@ -1915,6 +1895,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Invalid origin source for importer.", + "message": "Invalid origin source for importer.", + "translation": "Invalid origin source for importer.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "The file is required", "message": "The file is required", @@ -2286,6 +2273,34 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "LinkTaco - Your bookmark import is complete", + "message": "LinkTaco - Your bookmark import is complete", + "translation": "LinkTaco - Your bookmark import is complete", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Hi there,", + "message": "Hi there,", + "translation": "Hi there,", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Just wanted to let you know that your bookmark import has completed successfully!", + "message": "Just wanted to let you know that your bookmark import has completed successfully!", + "translation": "Just wanted to let you know that your bookmark import has completed successfully!", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "- LinkTaco Team", + "message": "- LinkTaco Team", + "translation": "- LinkTaco Team", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Inactive Domain", "message": "Inactive Domain", @@ -2345,6 +2360,20 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Personal", + "message": "Personal", + "translation": "Personal", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Business", + "message": "Business", + "translation": "Business", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Price", "message": "Price", @@ -2849,6 +2878,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Integrations", + "message": "Integrations", + "translation": "Integrations", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Import Export", "message": "Import Export", @@ -2976,10 +3012,20 @@ "fuzzy": true }, { - "id": "Something went wrong. The domain could not be deleted.", - "message": "Something went wrong. The domain could not be deleted.", - "translation": "Something went wrong. The domain could not be deleted.", + "id": "{Message}", + "message": "{Message}", + "translation": "{Message}", "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Message", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "result.DeleteDomain.Message" + } + ], "fuzzy": true }, { @@ -3010,27 +3056,6 @@ "translatorComment": "Copied from source.", "fuzzy": true }, - { - "id": "Slug", - "message": "Slug", - "translation": "Slug", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Subscription", - "message": "Subscription", - "translation": "Subscription", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Is Active", - "message": "Is Active", - "translation": "Is Active", - "translatorComment": "Copied from source.", - "fuzzy": true - }, { "id": "Open Source", "message": "Open Source", @@ -3067,16 +3092,16 @@ "fuzzy": true }, { - "id": "Upgrade Org", - "message": "Upgrade Org", - "translation": "Upgrade Org", + "id": "Manage Subscription", + "message": "Manage Subscription", + "translation": "Manage Subscription", "translatorComment": "Copied from source.", "fuzzy": true }, { - "id": "Manage Subscription", - "message": "Manage Subscription", - "translation": "Manage Subscription", + "id": "Domains", + "message": "Domains", + "translation": "Domains", "translatorComment": "Copied from source.", "fuzzy": true }, @@ -3630,6 +3655,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Follow", + "message": "Follow", + "translation": "Follow", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Recent public links added to {Name} on LinkTaco.com", "message": "Recent public links added to {Name} on LinkTaco.com", @@ -3669,22 +3701,46 @@ "fuzzy": true }, { - "id": "{Name} Links", - "message": "{Name} Links", - "translation": "{Name} Links", + "id": "{Title} Links", + "message": "{Title} Links", + "translation": "{Title} Links", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "Title", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "org.Name" + "expr": "Title" } ], "fuzzy": true }, + { + "id": "You have {RestrictedCount} restricted link(s) saved.", + "message": "You have {RestrictedCount} restricted link(s) saved.", + "translation": "You have {RestrictedCount} restricted link(s) saved.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "RestrictedCount", + "string": "%[1]d", + "type": "int", + "underlyingType": "int", + "argNum": 1, + "expr": "result.OrgLinks.RestrictedCount" + } + ], + "fuzzy": true + }, + { + "id": "Upgrade the organization to activate them.", + "message": "Upgrade the organization to activate them.", + "translation": "Upgrade the organization to activate them.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Link Detail", "message": "Link Detail", @@ -3863,6 +3919,20 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Disconnect", + "message": "Disconnect", + "translation": "Disconnect", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Connect", + "message": "Connect", + "translation": "Connect", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Connected", "message": "Connected", @@ -3961,6 +4031,20 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.", + "message": "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.", + "translation": "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Upgrade your account to support private bookmarks.", + "message": "Upgrade your account to support private bookmarks.", + "translation": "Upgrade your account to support private bookmarks.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Instructions", "message": "Instructions", @@ -3989,6 +4073,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Your bookmark import is being processed. We will notify you once it's complete.", + "message": "Your bookmark import is being processed. We will notify you once it's complete.", + "translation": "Your bookmark import is being processed. We will notify you once it's complete.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Update Note", "message": "Update Note", @@ -4170,6 +4261,20 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Help", + "message": "Help", + "translation": "Help", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Blog", + "message": "Blog", + "translation": "Blog", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Update Links", "message": "Update Links", @@ -4345,6 +4450,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Do you really whant to delete this list", + "message": "Do you really whant to delete this list", + "translation": "Do you really whant to delete this list", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Create QR Code", "message": "Create QR Code", diff --git a/internal/translations/locales/es/messages.gotext.json b/internal/translations/locales/es/messages.gotext.json index 7b50202..b0f95fe 100644 --- a/internal/translations/locales/es/messages.gotext.json +++ b/internal/translations/locales/es/messages.gotext.json @@ -31,6 +31,11 @@ "message": "social bookmarks, bookmarking, links, link sharing, link shortening, link listings, bookmarks, link saving, qr codes, analytics", "translation": "marcadores sociales, guardar marcadores, enlaces, compartir enlaces, acortar enlaces, listar enlaces, marcadores, guardar enlaces, códigos QR, análisis" }, + { + "id": "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)", + "message": "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)", + "translation": "Por favor, inicie sesión para ver combinaciones de etiquetas múltiples (esto es para evitar el abuso de bots)." + }, { "id": "The passwords you entered do not match.", "message": "The passwords you entered do not match.", @@ -101,6 +106,21 @@ "message": "Settings", "translation": "Ajustes" }, + { + "id": "Slug", + "message": "Slug", + "translation": "Slug" + }, + { + "id": "Subscription", + "message": "Subscription", + "translation": "Subscripción" + }, + { + "id": "Is Active", + "message": "Is Active", + "translation": "Es Activo" + }, { "id": "Email", "message": "Email", @@ -117,25 +137,15 @@ "translation": "Organizaciones" }, { - "id": "Type", - "message": "Type", - "translation": "Tipo" + "id": "Current Organization", + "message": "Current Organization", + "translation": "Organización Actual" }, { "id": "Action", "message": "Action", "translation": "Acción" }, - { - "id": "Business", - "message": "Business", - "translation": "Negocio" - }, - { - "id": "Personal", - "message": "Personal", - "translation": "Personal" - }, { "id": "Edit", "message": "Edit", @@ -146,46 +156,6 @@ "message": "Members", "translation": "Miembros" }, - { - "id": "Integrations", - "message": "Integrations", - "translation": "Integraciones" - }, - { - "id": "Platform", - "message": "Platform", - "translation": "Plataforma" - }, - { - "id": "Connect", - "message": "Connect", - "translation": "Conectar" - }, - { - "id": "Organization connected", - "message": "Organization connected", - "translation": "Organización conectada" - }, - { - "id": "Date", - "message": "Date", - "translation": "Fecha" - }, - { - "id": "Disconnect", - "message": "Disconnect", - "translation": "Desconectar" - }, - { - "id": "No connections", - "message": "No connections", - "translation": "Sin conneciones" - }, - { - "id": "Domains", - "message": "Domains", - "translation": "Dominios" - }, { "id": "Actions", "message": "Actions", @@ -211,6 +181,11 @@ "message": "Manage Your Organizations", "translation": "Gestionar tus Organizaciones" }, + { + "id": "Upgrade Org", + "message": "Upgrade Org", + "translation": "Actualizar Organización" + }, { "id": "Complete Registration", "message": "Complete Registration", @@ -452,9 +427,9 @@ "translation": "Sesión iniciada con éxito" }, { - "id": "Links - Confirm account email", - "message": "Links - Confirm account email", - "translation": "Links - Confirmar correo electrónico de cuenta" + "id": "LinkTaco - Confirm account email", + "message": "LinkTaco - Confirm account email", + "translation": "LinkTaco - Confirmar correo de la cuenta" }, { "id": "Please confirm your account", @@ -601,6 +576,61 @@ "message": "This organization slug is already registered", "translation": "El slug de organziación ya está registrado" }, + { + "id": "CurrentSlug is required", + "message": "CurrentSlug is required", + "translation": "CurrentSlug es requerido" + }, + { + "id": "Slug is required", + "message": "Slug is required", + "translation": "El slug es requerido" + }, + { + "id": "Slug may not exceed 150 characters", + "message": "Slug may not exceed 150 characters", + "translation": "El slug no debe exceder los 150 caracteres" + }, + { + "id": "Organization Not Found", + "message": "Organization Not Found", + "translation": "Organización No Encontrada" + }, + { + "id": "This organization name is already registered", + "message": "This organization name is already registered", + "translation": "El nombre de esta organización ya está registrado" + }, + { + "id": "This slug can not be used. Please chose another one", + "message": "This slug can not be used. Please chose another one", + "translation": "Este slug no puede usarse. Por favor escoja otro" + }, + { + "id": "You are not allowed to enable/disabled user type organization", + "message": "You are not allowed to enable/disabled user type organization", + "translation": "No está permitido activar/desactivar tipo de usuario de organización" + }, + { + "id": "You are not allowed to have more than two free organizations. Please upgrade", + "message": "You are not allowed to have more than two free organizations. Please upgrade", + "translation": "No está permitido tener más de dos organizaciones gratis. Por favor actualice su plan" + }, + { + "id": "This organization has an active subscription. Please cancel it first", + "message": "This organization has an active subscription. Please cancel it first", + "translation": "Esta organización tiene una subscripción activa. Por facor cancelela primero" + }, + { + "id": "Free organizations can not use Private permission. Please upgrade to use Private permission", + "message": "Free organizations can not use Private permission. Please upgrade to use Private permission", + "translation": "Las organizaciones gratuitas no pueden usar el permiso privado. Por favor, actualice para usar el permiso privado" + }, + { + "id": "Invalid default permission value", + "message": "Invalid default permission value", + "translation": "Valor de permiso predeterminado inválido" + }, { "id": "Invalid Visibility value.", "message": "Invalid Visibility value.", @@ -612,9 +642,9 @@ "translation": "URL inválida" }, { - "id": "URL may not exceed 150 characters", - "message": "URL may not exceed 150 characters", - "translation": "URL no puede exceder los 150 caracteres" + "id": "URL may not exceed 2048 characters", + "message": "URL may not exceed 2048 characters", + "translation": "La URL no puede exceder los 2048 caracteres." }, { "id": "Org slug is required.", @@ -636,11 +666,6 @@ "message": "Tags may not exceed 10", "translation": "Las etiquetas no deben exceder 10 caracteres" }, - { - "id": "Organization Not Found", - "message": "Organization Not Found", - "translation": "Organización No Encontrada" - }, { "id": "Only members with write perm are allowed to perform this action", "message": "Only members with write perm are allowed to perform this action", @@ -652,24 +677,9 @@ "translation": "La creación de links privados no está permitido para organizaciones gratuitas. Por favor actualizar" }, { - "id": "Error parsin url: {Err}", - "message": "Error parsin url: {Err}", - "translation": "Error al parsear la url: {Err}", - "placeholders": [ - { - "id": "Err", - "string": "%[1]s", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ] - }, - { - "id": "Id required", - "message": "Id required", - "translation": "Id es requerido" + "id": "Link hash required", + "message": "Link hash required", + "translation": "Se requiere hash de enlace." }, { "id": "Element Not Found", @@ -899,7 +909,7 @@ { "id": "This username is already registered", "message": "This username is already registered", - "translation": "Este nombre de usuario ya está registrado" + "translation": "Este nombre de usuario ya está registrado." }, { "id": "Key is required", @@ -936,61 +946,6 @@ "message": "No personal organization found for this user", "translation": "No hay organización personal encontrado para este usuario" }, - { - "id": "CurrentSlug is required", - "message": "CurrentSlug is required", - "translation": "CurrentSlug es requerido" - }, - { - "id": "Slug is required", - "message": "Slug is required", - "translation": "El slug es requerido" - }, - { - "id": "Slug may not exceed 150 characters", - "message": "Slug may not exceed 150 characters", - "translation": "El slug no debe exceder los 150 caracteres" - }, - { - "id": "This organization name is already registered", - "message": "This organization name is already registered", - "translation": "El nombre de esta organización ya está registrado" - }, - { - "id": "This slug can not be used. Please chose another one", - "message": "This slug can not be used. Please chose another one", - "translation": "Este slug no puede usarse. Por favor escoja otro" - }, - { - "id": "You are not allowed to enable/disabled user type organization", - "message": "You are not allowed to enable/disabled user type organization", - "translation": "No está permitido activar/desactivar tipo de usuario de organización" - }, - { - "id": "You are not allowed to have more than two free organizations. Please upgrade", - "message": "You are not allowed to have more than two free organizations. Please upgrade", - "translation": "No está permitido tener más de dos organizaciones gratis. Por favor actualice su plan" - }, - { - "id": "This organization has an active subscription. Please cancel it first", - "message": "This organization has an active subscription. Please cancel it first", - "translation": "Esta organización tiene una subscripción activa. Por facor cancelela primero" - }, - { - "id": "Free organizations can not use Private permission. Please upgrade to use Private permission", - "message": "Free organizations can not use Private permission. Please upgrade to use Private permission", - "translation": "Las organizaciones gratuitas no pueden usar el permiso privado. Por favor, actualice para usar el permiso privado" - }, - { - "id": "Invalid default permission value", - "message": "Invalid default permission value", - "translation": "Valor de permiso predeterminado inválido" - }, - { - "id": "Domain pattern regexp compile error", - "message": "Domain pattern regexp compile error", - "translation": "Error al compilar la expresión regular para el dominio" - }, { "id": "Invalid domain name.", "message": "Invalid domain name.", @@ -1057,25 +1012,20 @@ "translation": "ID de dominio inválido" }, { - "id": "invalid domain ID [{Id}] given", - "message": "invalid domain ID [{Id}] given", - "translation": "Id de dominio inválido [{Id}]", - "placeholders": [ - { - "id": "Id", - "string": "%[1]d", - "type": "int", - "underlyingType": "int", - "argNum": 1, - "expr": "id" - } - ] + "id": "invalid domain ID", + "message": "invalid domain ID", + "translation": "ID de dominio inválido." }, { "id": "Only superusers can delete system level domains", "message": "Only superusers can delete system level domains", "translation": "Solo los superusuarios pueden eliminar dominios a nivel de sistema" }, + { + "id": "Unable to delete. Domain has active short links or link listings", + "message": "Unable to delete. Domain has active short links or link listings", + "translation": "No se puede eliminar. El dominio tiene enlaces cortos o listados activos." + }, { "id": "URL is required.", "message": "URL is required.", @@ -1101,6 +1051,11 @@ "message": "Org Not Found", "translation": "Organización No Encontrada" }, + { + "id": "You have reached your monthly short link limit. Please upgrade to remove this limitation.", + "message": "You have reached your monthly short link limit. Please upgrade to remove this limitation.", + "translation": "Has alcanzado tu límite mensual de enlaces cortos. Por favor, actualiza tu plan para eliminar esta limitación." + }, { "id": "short-service-domain is not configured", "message": "short-service-domain is not configured", @@ -1116,6 +1071,11 @@ "message": "Duplicated short code", "translation": "El código está duplicado" }, + { + "id": "Id required", + "message": "Id required", + "translation": "Id es requerido" + }, { "id": "Slug is required.", "message": "Slug is required.", @@ -1221,11 +1181,6 @@ "message": "QR Code Not Found", "translation": "Código QR No Encontrado" }, - { - "id": "This user already follows this org", - "message": "This user already follows this org", - "translation": "Este usuario ya sigue a esta organización" - }, { "id": "User follows {OrgSlug}", "message": "User follows {OrgSlug}", @@ -1291,6 +1246,11 @@ "message": "Invalid ID", "translation": "ID inválido" }, + { + "id": "Domain in use. Can not change service.", + "message": "Domain in use. Can not change service.", + "translation": "El dominio está en uso. No se puede cambiar el servicio." + }, { "id": "Name is required.", "message": "Name is required.", @@ -1331,16 +1291,16 @@ "message": "Please click the link below:", "translation": "Por favor de click en el siguiente link" }, - { - "id": "You can not send both after and before cursors", - "message": "You can not send both after and before cursors", - "translation": "No es posible enviar ambos cursores after y before" - }, { "id": "Not Found", "message": "Not Found", "translation": "No encontrado" }, + { + "id": "You can not send both after and before cursors", + "message": "You can not send both after and before cursors", + "translation": "No es posible enviar ambos cursores after y before" + }, { "id": "Only members with read perm are allowed to perform this action", "message": "Only members with read perm are allowed to perform this action", @@ -1376,6 +1336,26 @@ "message": "Access Restricted", "translation": "Acceso Restringido" }, + { + "id": "Access denied.", + "message": "Access denied.", + "translation": "Acceso denegado." + }, + { + "id": "Organization not found.", + "message": "Organization not found.", + "translation": "Organización no encontrada." + }, + { + "id": "Invalid listing ID provided", + "message": "Invalid listing ID provided", + "translation": "ID de listado inválido proporcionado." + }, + { + "id": "Invalid listing for specified organization", + "message": "Invalid listing for specified organization", + "translation": "Listado inválido para la organización especificada." + }, { "id": "GraphQL Playground", "message": "GraphQL Playground", @@ -1391,6 +1371,11 @@ "message": "Back Home", "translation": "Regresar a Inicio" }, + { + "id": "Invalid origin source for importer.", + "message": "Invalid origin source for importer.", + "translation": "Fuente de origen inválida para el importador." + }, { "id": "The file is required", "message": "The file is required", @@ -1462,9 +1447,9 @@ "translation": "Agregar Token de Acceso Personal" }, { - "id": "Note: Your access token will never be shown to you again. Keep this secret. It will expire a year from now.", - "message": "Note: Your access token will never be shown to you again. Keep this secret. It will expire a year from now.", - "translation": "Nota: Tu token de acceso nunca se te volverá a mostrar. Guárdalo en secreto. Expirará dentro de un año." + "id": "Note: Your access token \u003cstrong\u003ewill never be shown to you again.\u003c/strong\u003e Keep this secret. It will expire a year from now.", + "message": "Note: Your access token \u003cstrong\u003ewill never be shown to you again.\u003c/strong\u003e Keep this secret. It will expire a year from now.", + "translation": "Nota: Tu token de acceso \u003cstrong\u003enunca se te volverá a mostrar.\u003c/strong\u003e Guárdalo en secreto. Expirará dentro de un año." }, { "id": "Revoke Personal Access Token", @@ -1557,8 +1542,8 @@ "translation": "Manejar clientes de OAuth 2.0" }, { - "id": "Revoke tokens & client secret", - "message": "Revoke tokens & client secret", + "id": "Revoke tokens \u0026 client secret", + "message": "Revoke tokens \u0026 client secret", "translation": "Revoca tokens de cliente secreto" }, { @@ -1656,6 +1641,26 @@ "message": "Reject", "translation": "Rechazar" }, + { + "id": "LinkTaco - Your bookmark import is complete", + "message": "LinkTaco - Your bookmark import is complete", + "translation": "LinkTaco - La importación de tus marcadores está completa." + }, + { + "id": "Hi there,", + "message": "Hi there,", + "translation": "Hola," + }, + { + "id": "Just wanted to let you know that your bookmark import has completed successfully!", + "message": "Just wanted to let you know that your bookmark import has completed successfully!", + "translation": "Solo queríamos informarte que la importación de tus marcadores se ha completado con éxito." + }, + { + "id": "- LinkTaco Team", + "message": "- LinkTaco Team", + "translation": "- Equipo de LinkTaco" + }, { "id": "Inactive Domain", "message": "Inactive Domain", @@ -1701,6 +1706,16 @@ "message": "Free", "translation": "Gratis" }, + { + "id": "Personal", + "message": "Personal", + "translation": "Personal" + }, + { + "id": "Business", + "message": "Business", + "translation": "Negocio" + }, { "id": "Price", "message": "Price", @@ -2061,6 +2076,11 @@ "message": "Collaboration", "translation": "Colaboración" }, + { + "id": "Integrations", + "message": "Integrations", + "translation": "Integraciones" + }, { "id": "Import Export", "message": "Import Export", @@ -2152,9 +2172,19 @@ "translation": "Eliminar Dominio" }, { - "id": "Something went wrong. The domain could not be deleted.", - "message": "Something went wrong. The domain could not be deleted.", - "translation": "Algo salió mal. El dominio no pudo ser eliminado" + "id": "{Message}", + "message": "{Message}", + "translation": "{Message}", + "placeholders": [ + { + "id": "Message", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "result.DeleteDomain.Message" + } + ] }, { "id": "Domain successfully deleted", @@ -2176,21 +2206,6 @@ "message": "Your Organizations", "translation": "Tus Organizaciones" }, - { - "id": "Slug", - "message": "Slug", - "translation": "Slug" - }, - { - "id": "Subscription", - "message": "Subscription", - "translation": "Subscripción" - }, - { - "id": "Is Active", - "message": "Is Active", - "translation": "Es Activo" - }, { "id": "Open Source", "message": "Open Source", @@ -2216,16 +2231,16 @@ "message": "Disabled", "translation": "Desactivado" }, - { - "id": "Upgrade Org", - "message": "Upgrade Org", - "translation": "Actualizar Organización" - }, { "id": "Manage Subscription", "message": "Manage Subscription", "translation": "Manejar Subscripción" }, + { + "id": "Domains", + "message": "Domains", + "translation": "Dominios" + }, { "id": "Manage Members", "message": "Manage Members", @@ -2632,6 +2647,11 @@ "message": "Archive", "translation": "Archivar" }, + { + "id": "Follow", + "message": "Follow", + "translation": "Seguir" + }, { "id": "Recent public links added to {Name} on LinkTaco.com", "message": "Recent public links added to {Name} on LinkTaco.com", @@ -2663,20 +2683,40 @@ "translation": "Links Recientes" }, { - "id": "{Name} Links", - "message": "{Name} Links", - "translation": "{Name} Links", + "id": "{Title} Links", + "message": "{Title} Links", + "translation": "{Title} Enlaces", "placeholders": [ { - "id": "Name", + "id": "Title", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "org.Name" + "expr": "Title" + } + ] + }, + { + "id": "You have {RestrictedCount} restricted link(s) saved.", + "message": "You have {RestrictedCount} restricted link(s) saved.", + "translation": "Tienes {RestrictedCount} enlaces restrigidos guardados.", + "placeholders": [ + { + "id": "RestrictedCount", + "string": "%[1]d", + "type": "int", + "underlyingType": "int", + "argNum": 1, + "expr": "result.OrgLinks.RestrictedCount" } ] }, + { + "id": "Upgrade the organization to activate them.", + "message": "Upgrade the organization to activate them.", + "translation": "Actualiza la organización para activarlos." + }, { "id": "Link Detail", "message": "Link Detail", @@ -2807,6 +2847,16 @@ "message": "As system admin run this command in the channel you want to connect", "translation": "Como administrador de sistema corrar el siguiente comando en el canal que desees conectar" }, + { + "id": "Disconnect", + "message": "Disconnect", + "translation": "Desconectar" + }, + { + "id": "Connect", + "message": "Connect", + "translation": "Conectar" + }, { "id": "Connected", "message": "Connected", @@ -2877,6 +2927,16 @@ "message": "Go to https://pinboard.in/export/ and click on JSON", "translation": "Visita https://pinboard.in/export/ y da click en JSON" }, + { + "id": "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.", + "message": "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.", + "translation": "Al importar a una cuenta/organización gratuita, todos los marcadores privados del tablero se marcarán como restringidos." + }, + { + "id": "Upgrade your account to support private bookmarks.", + "message": "Upgrade your account to support private bookmarks.", + "translation": "Actualice su cuenta para admitir marcadores privados." + }, { "id": "Instructions", "message": "Instructions", @@ -2897,6 +2957,11 @@ "message": "Firefox Bookmarks", "translation": "Marcadores de Firefox" }, + { + "id": "Your bookmark import is being processed. We will notify you once it's complete.", + "message": "Your bookmark import is being processed. We will notify you once it's complete.", + "translation": "Se está procesando la importación de tu marcador. Te notificaremos cuando se complete." + }, { "id": "Update Note", "message": "Update Note", @@ -3032,6 +3097,16 @@ "message": "Admin", "translation": "Administrar" }, + { + "id": "Help", + "message": "Help", + "translation": "Ayuda" + }, + { + "id": "Blog", + "message": "Blog", + "translation": "Blog" + }, { "id": "Update Links", "message": "Update Links", @@ -3157,6 +3232,11 @@ "message": "List successfully deleted", "translation": "Lista eliminada con éxito" }, + { + "id": "Do you really whant to delete this list", + "message": "Do you really whant to delete this list", + "translation": "¿Realmente quieres eliminar esta lista?" + }, { "id": "Create QR Code", "message": "Create QR Code", @@ -3593,4 +3673,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/internal/translations/locales/es/out.gotext.json b/internal/translations/locales/es/out.gotext.json index 055fae1..5b6b149 100644 --- a/internal/translations/locales/es/out.gotext.json +++ b/internal/translations/locales/es/out.gotext.json @@ -31,6 +31,11 @@ "message": "social bookmarks, bookmarking, links, link sharing, link shortening, link listings, bookmarks, link saving, qr codes, analytics", "translation": "marcadores sociales, guardar marcadores, enlaces, compartir enlaces, acortar enlaces, listar enlaces, marcadores, guardar enlaces, códigos QR, análisis" }, + { + "id": "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)", + "message": "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)", + "translation": "Por favor, inicie sesión para ver combinaciones de etiquetas múltiples (esto es para evitar el abuso de bots)." + }, { "id": "The passwords you entered do not match.", "message": "The passwords you entered do not match.", @@ -101,6 +106,21 @@ "message": "Settings", "translation": "Ajustes" }, + { + "id": "Slug", + "message": "Slug", + "translation": "Slug" + }, + { + "id": "Subscription", + "message": "Subscription", + "translation": "Subscripción" + }, + { + "id": "Is Active", + "message": "Is Active", + "translation": "Es Activo" + }, { "id": "Email", "message": "Email", @@ -117,25 +137,15 @@ "translation": "Organizaciones" }, { - "id": "Type", - "message": "Type", - "translation": "Tipo" + "id": "Current Organization", + "message": "Current Organization", + "translation": "Organización Actual" }, { "id": "Action", "message": "Action", "translation": "Acción" }, - { - "id": "Business", - "message": "Business", - "translation": "Negocio" - }, - { - "id": "Personal", - "message": "Personal", - "translation": "Personal" - }, { "id": "Edit", "message": "Edit", @@ -146,46 +156,6 @@ "message": "Members", "translation": "Miembros" }, - { - "id": "Integrations", - "message": "Integrations", - "translation": "Integraciones" - }, - { - "id": "Platform", - "message": "Platform", - "translation": "Plataforma" - }, - { - "id": "Connect", - "message": "Connect", - "translation": "Conectar" - }, - { - "id": "Organization connected", - "message": "Organization connected", - "translation": "Organización conectada" - }, - { - "id": "Date", - "message": "Date", - "translation": "Fecha" - }, - { - "id": "Disconnect", - "message": "Disconnect", - "translation": "Desconectar" - }, - { - "id": "No connections", - "message": "No connections", - "translation": "Sin conneciones" - }, - { - "id": "Domains", - "message": "Domains", - "translation": "Dominios" - }, { "id": "Actions", "message": "Actions", @@ -211,6 +181,11 @@ "message": "Manage Your Organizations", "translation": "Gestionar tus Organizaciones" }, + { + "id": "Upgrade Org", + "message": "Upgrade Org", + "translation": "Actualizar Organización" + }, { "id": "Complete Registration", "message": "Complete Registration", @@ -452,9 +427,9 @@ "translation": "Sesión iniciada con éxito" }, { - "id": "Links - Confirm account email", - "message": "Links - Confirm account email", - "translation": "Links - Confirmar correo electrónico de cuenta" + "id": "LinkTaco - Confirm account email", + "message": "LinkTaco - Confirm account email", + "translation": "LinkTaco - Confirmar correo de la cuenta" }, { "id": "Please confirm your account", @@ -601,6 +576,61 @@ "message": "This organization slug is already registered", "translation": "El slug de organziación ya está registrado" }, + { + "id": "CurrentSlug is required", + "message": "CurrentSlug is required", + "translation": "CurrentSlug es requerido" + }, + { + "id": "Slug is required", + "message": "Slug is required", + "translation": "El slug es requerido" + }, + { + "id": "Slug may not exceed 150 characters", + "message": "Slug may not exceed 150 characters", + "translation": "El slug no debe exceder los 150 caracteres" + }, + { + "id": "Organization Not Found", + "message": "Organization Not Found", + "translation": "Organización No Encontrada" + }, + { + "id": "This organization name is already registered", + "message": "This organization name is already registered", + "translation": "El nombre de esta organización ya está registrado" + }, + { + "id": "This slug can not be used. Please chose another one", + "message": "This slug can not be used. Please chose another one", + "translation": "Este slug no puede usarse. Por favor escoja otro" + }, + { + "id": "You are not allowed to enable/disabled user type organization", + "message": "You are not allowed to enable/disabled user type organization", + "translation": "No está permitido activar/desactivar tipo de usuario de organización" + }, + { + "id": "You are not allowed to have more than two free organizations. Please upgrade", + "message": "You are not allowed to have more than two free organizations. Please upgrade", + "translation": "No está permitido tener más de dos organizaciones gratis. Por favor actualice su plan" + }, + { + "id": "This organization has an active subscription. Please cancel it first", + "message": "This organization has an active subscription. Please cancel it first", + "translation": "Esta organización tiene una subscripción activa. Por facor cancelela primero" + }, + { + "id": "Free organizations can not use Private permission. Please upgrade to use Private permission", + "message": "Free organizations can not use Private permission. Please upgrade to use Private permission", + "translation": "Las organizaciones gratuitas no pueden usar el permiso privado. Por favor, actualice para usar el permiso privado" + }, + { + "id": "Invalid default permission value", + "message": "Invalid default permission value", + "translation": "Valor de permiso predeterminado inválido" + }, { "id": "Invalid Visibility value.", "message": "Invalid Visibility value.", @@ -612,9 +642,9 @@ "translation": "URL inválida" }, { - "id": "URL may not exceed 150 characters", - "message": "URL may not exceed 150 characters", - "translation": "URL no puede exceder los 150 caracteres" + "id": "URL may not exceed 2048 characters", + "message": "URL may not exceed 2048 characters", + "translation": "La URL no puede exceder los 2048 caracteres." }, { "id": "Org slug is required.", @@ -636,11 +666,6 @@ "message": "Tags may not exceed 10", "translation": "Las etiquetas no deben exceder 10 caracteres" }, - { - "id": "Organization Not Found", - "message": "Organization Not Found", - "translation": "Organización No Encontrada" - }, { "id": "Only members with write perm are allowed to perform this action", "message": "Only members with write perm are allowed to perform this action", @@ -652,24 +677,9 @@ "translation": "La creación de links privados no está permitido para organizaciones gratuitas. Por favor actualizar" }, { - "id": "Error parsin url: {Err}", - "message": "Error parsin url: {Err}", - "translation": "Error al parsear la url: {Err}", - "placeholders": [ - { - "id": "Err", - "string": "%[1]s", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ] - }, - { - "id": "Id required", - "message": "Id required", - "translation": "Id es requerido" + "id": "Link hash required", + "message": "Link hash required", + "translation": "Se requiere hash de enlace." }, { "id": "Element Not Found", @@ -899,7 +909,7 @@ { "id": "This username is already registered", "message": "This username is already registered", - "translation": "Este nombre de usuario ya está registrado" + "translation": "Este nombre de usuario ya está registrado." }, { "id": "Key is required", @@ -936,61 +946,6 @@ "message": "No personal organization found for this user", "translation": "No hay organización personal encontrado para este usuario" }, - { - "id": "CurrentSlug is required", - "message": "CurrentSlug is required", - "translation": "CurrentSlug es requerido" - }, - { - "id": "Slug is required", - "message": "Slug is required", - "translation": "El slug es requerido" - }, - { - "id": "Slug may not exceed 150 characters", - "message": "Slug may not exceed 150 characters", - "translation": "El slug no debe exceder los 150 caracteres" - }, - { - "id": "This organization name is already registered", - "message": "This organization name is already registered", - "translation": "El nombre de esta organización ya está registrado" - }, - { - "id": "This slug can not be used. Please chose another one", - "message": "This slug can not be used. Please chose another one", - "translation": "Este slug no puede usarse. Por favor escoja otro" - }, - { - "id": "You are not allowed to enable/disabled user type organization", - "message": "You are not allowed to enable/disabled user type organization", - "translation": "No está permitido activar/desactivar tipo de usuario de organización" - }, - { - "id": "You are not allowed to have more than two free organizations. Please upgrade", - "message": "You are not allowed to have more than two free organizations. Please upgrade", - "translation": "No está permitido tener más de dos organizaciones gratis. Por favor actualice su plan" - }, - { - "id": "This organization has an active subscription. Please cancel it first", - "message": "This organization has an active subscription. Please cancel it first", - "translation": "Esta organización tiene una subscripción activa. Por facor cancelela primero" - }, - { - "id": "Free organizations can not use Private permission. Please upgrade to use Private permission", - "message": "Free organizations can not use Private permission. Please upgrade to use Private permission", - "translation": "Las organizaciones gratuitas no pueden usar el permiso privado. Por favor, actualice para usar el permiso privado" - }, - { - "id": "Invalid default permission value", - "message": "Invalid default permission value", - "translation": "Valor de permiso predeterminado inválido" - }, - { - "id": "Domain pattern regexp compile error", - "message": "Domain pattern regexp compile error", - "translation": "Error al compilar la expresión regular para el dominio" - }, { "id": "Invalid domain name.", "message": "Invalid domain name.", @@ -1057,25 +1012,20 @@ "translation": "ID de dominio inválido" }, { - "id": "invalid domain ID [{Id}] given", - "message": "invalid domain ID [{Id}] given", - "translation": "Id de dominio inválido [{Id}]", - "placeholders": [ - { - "id": "Id", - "string": "%[1]d", - "type": "int", - "underlyingType": "int", - "argNum": 1, - "expr": "id" - } - ] + "id": "invalid domain ID", + "message": "invalid domain ID", + "translation": "ID de dominio inválido." }, { "id": "Only superusers can delete system level domains", "message": "Only superusers can delete system level domains", "translation": "Solo los superusuarios pueden eliminar dominios a nivel de sistema" }, + { + "id": "Unable to delete. Domain has active short links or link listings", + "message": "Unable to delete. Domain has active short links or link listings", + "translation": "No se puede eliminar. El dominio tiene enlaces cortos o listados activos." + }, { "id": "URL is required.", "message": "URL is required.", @@ -1101,6 +1051,11 @@ "message": "Org Not Found", "translation": "Organización No Encontrada" }, + { + "id": "You have reached your monthly short link limit. Please upgrade to remove this limitation.", + "message": "You have reached your monthly short link limit. Please upgrade to remove this limitation.", + "translation": "Has alcanzado tu límite mensual de enlaces cortos. Por favor, actualiza tu plan para eliminar esta limitación." + }, { "id": "short-service-domain is not configured", "message": "short-service-domain is not configured", @@ -1116,6 +1071,11 @@ "message": "Duplicated short code", "translation": "El código está duplicado" }, + { + "id": "Id required", + "message": "Id required", + "translation": "Id es requerido" + }, { "id": "Slug is required.", "message": "Slug is required.", @@ -1221,11 +1181,6 @@ "message": "QR Code Not Found", "translation": "Código QR No Encontrado" }, - { - "id": "This user already follows this org", - "message": "This user already follows this org", - "translation": "Este usuario ya sigue a esta organización" - }, { "id": "User follows {OrgSlug}", "message": "User follows {OrgSlug}", @@ -1291,6 +1246,11 @@ "message": "Invalid ID", "translation": "ID inválido" }, + { + "id": "Domain in use. Can not change service.", + "message": "Domain in use. Can not change service.", + "translation": "El dominio está en uso. No se puede cambiar el servicio." + }, { "id": "Name is required.", "message": "Name is required.", @@ -1331,16 +1291,16 @@ "message": "Please click the link below:", "translation": "Por favor de click en el siguiente link" }, - { - "id": "You can not send both after and before cursors", - "message": "You can not send both after and before cursors", - "translation": "No es posible enviar ambos cursores after y before" - }, { "id": "Not Found", "message": "Not Found", "translation": "No encontrado" }, + { + "id": "You can not send both after and before cursors", + "message": "You can not send both after and before cursors", + "translation": "No es posible enviar ambos cursores after y before" + }, { "id": "Only members with read perm are allowed to perform this action", "message": "Only members with read perm are allowed to perform this action", @@ -1376,6 +1336,26 @@ "message": "Access Restricted", "translation": "Acceso Restringido" }, + { + "id": "Access denied.", + "message": "Access denied.", + "translation": "Acceso denegado." + }, + { + "id": "Organization not found.", + "message": "Organization not found.", + "translation": "Organización no encontrada." + }, + { + "id": "Invalid listing ID provided", + "message": "Invalid listing ID provided", + "translation": "ID de listado inválido proporcionado." + }, + { + "id": "Invalid listing for specified organization", + "message": "Invalid listing for specified organization", + "translation": "Listado inválido para la organización especificada." + }, { "id": "GraphQL Playground", "message": "GraphQL Playground", @@ -1391,6 +1371,11 @@ "message": "Back Home", "translation": "Regresar a Inicio" }, + { + "id": "Invalid origin source for importer.", + "message": "Invalid origin source for importer.", + "translation": "Fuente de origen inválida para el importador." + }, { "id": "The file is required", "message": "The file is required", @@ -1656,6 +1641,26 @@ "message": "Reject", "translation": "Rechazar" }, + { + "id": "LinkTaco - Your bookmark import is complete", + "message": "LinkTaco - Your bookmark import is complete", + "translation": "LinkTaco - La importación de tus marcadores está completa." + }, + { + "id": "Hi there,", + "message": "Hi there,", + "translation": "Hola," + }, + { + "id": "Just wanted to let you know that your bookmark import has completed successfully!", + "message": "Just wanted to let you know that your bookmark import has completed successfully!", + "translation": "Solo queríamos informarte que la importación de tus marcadores se ha completado con éxito." + }, + { + "id": "- LinkTaco Team", + "message": "- LinkTaco Team", + "translation": "- Equipo de LinkTaco" + }, { "id": "Inactive Domain", "message": "Inactive Domain", @@ -1701,6 +1706,16 @@ "message": "Free", "translation": "Gratis" }, + { + "id": "Personal", + "message": "Personal", + "translation": "Personal" + }, + { + "id": "Business", + "message": "Business", + "translation": "Negocio" + }, { "id": "Price", "message": "Price", @@ -2061,6 +2076,11 @@ "message": "Collaboration", "translation": "Colaboración" }, + { + "id": "Integrations", + "message": "Integrations", + "translation": "Integraciones" + }, { "id": "Import Export", "message": "Import Export", @@ -2152,9 +2172,19 @@ "translation": "Eliminar Dominio" }, { - "id": "Something went wrong. The domain could not be deleted.", - "message": "Something went wrong. The domain could not be deleted.", - "translation": "Algo salió mal. El dominio no pudo ser eliminado" + "id": "{Message}", + "message": "{Message}", + "translation": "{Message}", + "placeholders": [ + { + "id": "Message", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "result.DeleteDomain.Message" + } + ] }, { "id": "Domain successfully deleted", @@ -2176,21 +2206,6 @@ "message": "Your Organizations", "translation": "Tus Organizaciones" }, - { - "id": "Slug", - "message": "Slug", - "translation": "Slug" - }, - { - "id": "Subscription", - "message": "Subscription", - "translation": "Subscripción" - }, - { - "id": "Is Active", - "message": "Is Active", - "translation": "Es Activo" - }, { "id": "Open Source", "message": "Open Source", @@ -2216,16 +2231,16 @@ "message": "Disabled", "translation": "Desactivado" }, - { - "id": "Upgrade Org", - "message": "Upgrade Org", - "translation": "Actualizar Organización" - }, { "id": "Manage Subscription", "message": "Manage Subscription", "translation": "Manejar Subscripción" }, + { + "id": "Domains", + "message": "Domains", + "translation": "Dominios" + }, { "id": "Manage Members", "message": "Manage Members", @@ -2632,6 +2647,11 @@ "message": "Archive", "translation": "Archivar" }, + { + "id": "Follow", + "message": "Follow", + "translation": "Seguir" + }, { "id": "Recent public links added to {Name} on LinkTaco.com", "message": "Recent public links added to {Name} on LinkTaco.com", @@ -2663,20 +2683,40 @@ "translation": "Links Recientes" }, { - "id": "{Name} Links", - "message": "{Name} Links", - "translation": "{Name} Links", + "id": "{Title} Links", + "message": "{Title} Links", + "translation": "{Title} Enlaces", "placeholders": [ { - "id": "Name", + "id": "Title", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "org.Name" + "expr": "Title" + } + ] + }, + { + "id": "You have {RestrictedCount} restricted link(s) saved.", + "message": "You have {RestrictedCount} restricted link(s) saved.", + "translation": "Tienes {RestrictedCount} enlaces restrigidos guardados.", + "placeholders": [ + { + "id": "RestrictedCount", + "string": "%[1]d", + "type": "int", + "underlyingType": "int", + "argNum": 1, + "expr": "result.OrgLinks.RestrictedCount" } ] }, + { + "id": "Upgrade the organization to activate them.", + "message": "Upgrade the organization to activate them.", + "translation": "Actualiza la organización para activarlos." + }, { "id": "Link Detail", "message": "Link Detail", @@ -2807,6 +2847,16 @@ "message": "As system admin run this command in the channel you want to connect", "translation": "Como administrador de sistema corrar el siguiente comando en el canal que desees conectar" }, + { + "id": "Disconnect", + "message": "Disconnect", + "translation": "Desconectar" + }, + { + "id": "Connect", + "message": "Connect", + "translation": "Conectar" + }, { "id": "Connected", "message": "Connected", @@ -2877,6 +2927,16 @@ "message": "Go to https://pinboard.in/export/ and click on JSON", "translation": "Visita https://pinboard.in/export/ y da click en JSON" }, + { + "id": "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.", + "message": "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.", + "translation": "Al importar a una cuenta/organización gratuita, todos los marcadores privados del tablero se marcarán como restringidos." + }, + { + "id": "Upgrade your account to support private bookmarks.", + "message": "Upgrade your account to support private bookmarks.", + "translation": "Actualice su cuenta para admitir marcadores privados." + }, { "id": "Instructions", "message": "Instructions", @@ -2897,6 +2957,11 @@ "message": "Firefox Bookmarks", "translation": "Marcadores de Firefox" }, + { + "id": "Your bookmark import is being processed. We will notify you once it's complete.", + "message": "Your bookmark import is being processed. We will notify you once it's complete.", + "translation": "Se está procesando la importación de tu marcador. Te notificaremos cuando se complete." + }, { "id": "Update Note", "message": "Update Note", @@ -3032,6 +3097,16 @@ "message": "Admin", "translation": "Administrar" }, + { + "id": "Help", + "message": "Help", + "translation": "Ayuda" + }, + { + "id": "Blog", + "message": "Blog", + "translation": "Blog" + }, { "id": "Update Links", "message": "Update Links", @@ -3157,6 +3232,11 @@ "message": "List successfully deleted", "translation": "Lista eliminada con éxito" }, + { + "id": "Do you really whant to delete this list", + "message": "Do you really whant to delete this list", + "translation": "¿Realmente quieres eliminar esta lista?" + }, { "id": "Create QR Code", "message": "Create QR Code", -- 2.45.3