Files
smoothschedule/activepieces-fork/packages/pieces/community/google-contacts/src/i18n/translation.json
poduck 3aa7199503 Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 22:59:37 -05:00

85 lines
4.3 KiB
JSON

{
"Stay connected and organized": "Stay connected and organized",
"Add Contact": "Add Contact",
"Update Contact": "Update Contact",
"Search Contacts": "Search Contacts",
"Custom API Call": "Custom API Call",
"Add a contact to a Google Contacts account": "Add a contact to a Google Contacts account",
"Update a contact in Google Contacts account.": "Update a contact in Google Contacts account.",
"Search contacts in Google Contacts account.": "Search contacts in Google Contacts account.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"First Name": "First Name",
"Middle Name": "Middle Name",
"Last Name": "Last Name",
"Job Title": "Job Title",
"Company": "Company",
"Email": "Email",
"Phone Number": "Phone Number",
"Resource Name": "Resource Name",
"Etag": "Etag",
"Update Field Mask": "Update Field Mask",
"Query": "Query",
"Read Mask": "Read Mask",
"Page Size": "Page Size",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The first name of the contact": "The first name of the contact",
"The middle name of the contact": "The middle name of the contact",
"The last name of the contact": "The last name of the contact",
"The job title of the contact": "The job title of the contact",
"The company of the contact": "The company of the contact",
"The email address of the contact": "The email address of the contact",
"The phone number of the contact": "The phone number of the contact",
"The resource name for the person, assigned by the server. An ASCII string in the form of people/{person_id}.": "The resource name for the person, assigned by the server. An ASCII string in the form of people/{person_id}.",
"The `etag` ensures contact updates only apply if the contact hasn't changed since last retrieved.": "The `etag` ensures contact updates only apply if the contact hasn't changed since last retrieved.",
"A field mask to restrict which fields on the person are updated.": "A field mask to restrict which fields on the person are updated.",
"The plain-text query for the request.The query is used to match prefix phrases of the fields on a person. For example, a person with name \"foo name\" matches queries such as \"f\", \"fo\", \"foo\", \"foo n\", \"nam\", etc., but not \"oo n\".": "The plain-text query for the request.The query is used to match prefix phrases of the fields on a person. For example, a person with name \"foo name\" matches queries such as \"f\", \"fo\", \"foo\", \"foo n\", \"nam\", etc., but not \"oo n\".",
"A field mask to restrict which fields on each person are returned.": "A field mask to restrict which fields on each person are returned.",
"The number of results to return. Maximum 30.": "The number of results to return. Maximum 30.",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
"Names": "Names",
"Job Title / Company": "Job Title / Company",
"addresses": "addresses",
"ageRanges": "ageRanges",
"biographies": "biographies",
"birthdays": "birthdays",
"calendarUrls": "calendarUrls",
"clientData": "clientData",
"coverPhotos": "coverPhotos",
"emailAddresses": "emailAddresses",
"events": "events",
"externalIds": "externalIds",
"genders": "genders",
"imClients": "imClients",
"interests": "interests",
"locales": "locales",
"locations": "locations",
"memberships": "memberships",
"metadata": "metadata",
"miscKeywords": "miscKeywords",
"names": "names",
"nicknames": "nicknames",
"occupations": "occupations",
"organizations": "organizations",
"phoneNumbers": "phoneNumbers",
"photos": "photos",
"relations": "relations",
"sipAddresses": "sipAddresses",
"skills": "skills",
"urls": "urls",
"userDefined": "userDefined",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Or Updated Contact": "New Or Updated Contact",
"Triggers when there is a new or updated contact": "Triggers when there is a new or updated contact"
}