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>
This commit is contained in:
poduck
2025-12-18 22:59:37 -05:00
parent 9848268d34
commit 3aa7199503
16292 changed files with 1284892 additions and 4708 deletions

View File

@@ -0,0 +1,156 @@
{
"CRM build for the freelancers.": "CRM-Build für Freiberufler.",
"API Key": "API-Schlüssel",
"Base URL": "Basis-URL",
"The API Key of the Moxie CRM account": "Der API-Schlüssel des Moxie CRM-Kontos",
"The Base URL of the Moxie CRM account": "Die Basis-URL des Moxie CRM-Kontos",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n Um Ihr Moxie CRM Token zu erhalten, folgen Sie diesen Schritten:\n\n 1. Melden Sie sich bei Ihrem Moxie CRM-Konto an und klicken Sie auf **Workspace-Einstellungen** (unten links).\n 2. Klicken Sie auf **Verbundene Apps** und navigieren Sie zur **Integration** Tab.\n 3. Jetzt klicken Sie unter \"Benutzerdefinierte Integration\" auf **Benutzerdefinierte Integration**.\n 4. Kopieren Sie den **API-Schlüssel** und die **Basis-URL** und klicken Sie auf Speichern,\n ",
"Create a Client": "Kunde erstellen",
"Create a Task": "Eine Aufgabe erstellen",
"Create a Project": "Projekt erstellen",
"Custom API Call": "Eigener API-Aufruf",
"Create a new client record in moxie CRM.": "Erstellen Sie einen neuen Client-Eintrag in moxie CRM.",
"Create a task in project.": "Erstellen Sie eine Aufgabe im Projekt.",
"Creates a new project in moxie CRM.": "Erstellt ein neues Projekt in moxie CRM.",
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
"Name": "Name",
"Client Type": "Kunden-Typ",
"Initials": "Initials",
"Address 1": "Adresse 1",
"Address 2": "Adresse 2",
"City": "Stadt",
"Locality": "Ort",
"Postal": "Postfach",
"Country": "Land",
"Website": "Webseite",
"Phone": "Telefon",
"Color": "Farbe",
"Tax ID": "Steuernummer",
"Lead Source": "Lead Quelle",
"Archive ?": "Archivieren ?",
"Pay Instructions": "Zahlungsinstruktionen",
"Hourly Amount": "Stundensatz",
"Rounding Increment": "Rundungssteigerung",
"Currency": "Währung",
"Stripe Client ID": "Stripe-Client-ID",
"Notes": "Notizen",
"Client Name": "Kundenname",
"Project Name": "Projekt Name",
"Status": "Status",
"Description": "Beschreibung",
"Start Date": "Startdatum",
"Due Date": "Fälligkeitsdatum",
"Priority": "Priorität",
"Subtasks": "Unteraufgaben",
"Assigned To": "Zugewiesen an",
"Custom Values": "Eigene Werte",
"Client": "Kunde",
"Client Portal Access": "Kundenportal Zugriff",
"Show time worked in portal ?": "Arbeitszeit im Portal anzeigen?",
"Fee Type": "Gebührentyp",
"Amount": "Betrag",
"Estimate maximum Amount": "Höchstbetrag berechnen",
"Estimate minimum Amount": "Mindestzahl berechnen",
"Is amount taxable ?": "Ist der Betrag steuerpflichtig?",
"Method": "Methode",
"Headers": "Kopfzeilen",
"Query Parameters": "Abfrageparameter",
"Body": "Körper",
"Response is Binary ?": "Antwort ist binär?",
"No Error on Failure": "Kein Fehler bei Fehler",
"Timeout (in seconds)": "Timeout (in Sekunden)",
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 Ländercode",
"Valid 3-Letter ISO 4217 currency code.": "Gültiger 3buchstaben ISO 4217 Währungscode.",
"Exact match of a client name in your CRM": "Genaue Übereinstimmung mit einem Kundennamen in Ihrem CRM",
"Exact match of a project that is owned by the client.": "Genaue Übereinstimmung eines Projekts, das im Besitz des Kunden ist.",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "Numerische Priorität für die Sortierung in Kanban.",
"email addresses of users in the workspace.": "e-Mail-Adressen von Benutzern im Arbeitsbereich.",
"Please enter date in YYYY-MM-DD format.": "Bitte geben Sie das Datum im Format JJJJJ-MM-TT ein.",
"One of: None, Overview, Full access, or Read only.": "Einer von: Keiner, Übersicht, Vollzugriff oder nur Lesen.",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "Einer von: Stunden, Festpreis, Retainer, pro Item.",
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
"Prospect": "Erwarten",
"Not Visible": "Nicht sichtbar",
"Overview only": "Nur Übersicht",
"Read only project collaboration": "Nur Projekt-Zusammenarbeit lesen",
"Full project collaboration": "Vollständige Projektkooperation",
"Hourly": "Stunden",
"Fixed Price": "Festpreis",
"Retainer": "Resainer",
"Per Item": "Pro Artikel",
"GET": "ERHALTEN",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "LÖSCHEN",
"HEAD": "HEAD",
"Client Created": "Kunde erstellt",
"Client Updated": "Client aktualisiert",
"Client Deleted": "Kunde gelöscht",
"Project Created": "Projekt erstellt",
"Project Updated": "Projekt aktualisiert",
"Project Completed": "Projekt abgeschlossen",
"Task Created": "Aufgabe erstellt",
"Task Updated": "Aufgabe aktualisiert",
"Task Deleted": "Aufgabe gelöscht",
"Client Task Approval": "Kundenaufgabengenehmigung",
"Form Submitted": "Formular gesendet",
"Time Entry Created": "Zeiteintrag erstellt",
"Time Entry Updated": "Zeiteintrag aktualisiert",
"Time Entry Deleted": "Zeiteintrag gelöscht",
"Meeting Scheduled": "Meeting geplant",
"Meeting Updated": "Meeting aktualisiert",
"Meeting Cancelled": "Meeting abgebrochen",
"Opportunity Created": "Verkaufschance erstellt",
"Opportunity Updated": "Verkaufschance aktualisiert",
"Opportunity Deleted": "Verkaufschance gelöscht",
"Invoice Sent": "Rechnung gesendet",
"Payment Received": "Zahlung erhalten",
"Triggered when a new client is created.": "Wird ausgelöst, wenn ein neuer Client erstellt wird.",
"Triggered when an existing client is updated.": "Wird ausgelöst, wenn ein existierender Client aktualisiert wird.",
"Triggered when an existing client is deleted.": "Wird ausgelöst, wenn ein existierender Client gelöscht wird.",
"Triggered when a new project is created.": "Wird ausgelöst, wenn ein neues Projekt erstellt wird.",
"Triggered when an existing project is updated.": "Wird ausgelöst, wenn ein bestehendes Projekt aktualisiert wird.",
"Triggered when an existing project is completed.": "Wird ausgelöst, wenn ein bestehendes Projekt abgeschlossen ist.",
"Triggered when a new task is created.": "Wird ausgelöst, wenn eine neue Aufgabe erstellt wird.",
"Triggered when an existing task is updated.": "Wird ausgelöst, wenn eine bestehende Aufgabe aktualisiert wird.",
"Triggered when an existing task is deleted.": "Wird ausgelöst, wenn eine existierende Aufgabe gelöscht wird.",
"Triggered when a task is moved to client approval.": "Wird ausgelöst, wenn eine Aufgabe zur Client-Genehmigung verschoben wird.",
"Triggered when a new form is submitted.": "Wird ausgelöst, wenn ein neues Formular abgeschickt wird.",
"Triggered when a new time entry is created.": "Wird ausgelöst, wenn ein neuer Zeiteintrag erstellt wird.",
"Triggered when an existing time entry is updated.": "Wird ausgelöst, wenn ein bestehender Zeiteintrag aktualisiert wird.",
"Triggered when an existing time entry is deleted.": "Wird ausgelöst, wenn ein bestehender Zeiteintrag gelöscht wird.",
"Triggered when a new meeting is scheduled.": "Wird ausgelöst, wenn ein neues Meeting geplant ist.",
"Triggered when an existing meeting is updated.": "Wird ausgelöst, wenn ein bestehendes Meeting aktualisiert wird.",
"Triggered when a meeting is cancelled.": "Wird ausgelöst, wenn ein Meeting abgesagt wird.",
"Triggered when a new pipeline opportunity is created.": "Ausgelöst, wenn eine neue Pipeline-Chance geschaffen wird.",
"Triggered when an existing opportunity is updated.": "Wird ausgelöst, wenn eine bestehende Chance aktualisiert wird.",
"Triggered when an existing pipeline opportunity is deleted.": "Wird ausgelöst, wenn eine vorhandene Pipeline-Chance gelöscht wird.",
"Triggered when an invoice is sent.": "Wird ausgelöst, wenn eine Rechnung gesendet wird.",
"Triggered when a payment is received.": "Wird ausgelöst, wenn eine Zahlung empfangen wird.",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Client erstellt`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Client Updated`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Client gelöscht`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Project erstellt`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Project Updated`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Project Completed`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Task erstellt`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Task Updated`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Task Deleted`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Client Task Approval`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Form abgesandt`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Time Eintrag erstellt`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Time Entry Updated`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Time Entry Deleted`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Meeting geplant`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Meeting Updated`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Meeting abgebrochen`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Opportunity Created`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Opportunity Updated`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Opportunity Deleted`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Rechnung gesendet`** und klicken Sie auf **Speichern**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Zahlung erhalten`** und klicken Sie auf **Speichern**.\n "
}

View File

@@ -0,0 +1,156 @@
{
"CRM build for the freelancers.": "CRM build para los autónomos.",
"API Key": "Clave API",
"Base URL": "URL base",
"The API Key of the Moxie CRM account": "La clave API de la cuenta de Moxie CRM",
"The Base URL of the Moxie CRM account": "La URL base de la cuenta de Moxie CRM",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ",
"Create a Client": "Crear un cliente",
"Create a Task": "Crear una tarea",
"Create a Project": "Crear un proyecto",
"Custom API Call": "Llamada API personalizada",
"Create a new client record in moxie CRM.": "Crear un nuevo registro de cliente en moxie CRM.",
"Create a task in project.": "Crear una tarea en el proyecto.",
"Creates a new project in moxie CRM.": "Crea un nuevo proyecto en moxie CRM.",
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
"Name": "Nombre",
"Client Type": "Tipo de cliente",
"Initials": "Initials",
"Address 1": "Dirección 1",
"Address 2": "Dirección 2",
"City": "Ciudad",
"Locality": "Localidad",
"Postal": "Postal",
"Country": "País",
"Website": "Sitio web",
"Phone": "Teléfono",
"Color": "Color",
"Tax ID": "ID de impuesto",
"Lead Source": "Fuente principal",
"Archive ?": "¿Archivar?",
"Pay Instructions": "Instrucciones de pago",
"Hourly Amount": "Cantidad por hora",
"Rounding Increment": "Incremento de redondeo",
"Currency": "Moneda",
"Stripe Client ID": "ID de cliente de Stripe",
"Notes": "Notas",
"Client Name": "Nombre del cliente",
"Project Name": "Nombre del proyecto",
"Status": "Estado",
"Description": "Descripción",
"Start Date": "Fecha de inicio",
"Due Date": "Fecha de fin",
"Priority": "Prioridad",
"Subtasks": "Subtareas",
"Assigned To": "Asignado a",
"Custom Values": "Valores Personalizados",
"Client": "Cliente",
"Client Portal Access": "Acceso al Portal del Cliente",
"Show time worked in portal ?": "¿Mostrar tiempo trabajado en el portal?",
"Fee Type": "Tipo de tarifa",
"Amount": "Cantidad",
"Estimate maximum Amount": "Cantidad máxima estimada",
"Estimate minimum Amount": "Cantidad mínima estimada",
"Is amount taxable ?": "¿Es gravable la cantidad?",
"Method": "Método",
"Headers": "Encabezados",
"Query Parameters": "Parámetros de consulta",
"Body": "Cuerpo",
"Response is Binary ?": "¿Respuesta es binaria?",
"No Error on Failure": "No hay ningún error en fallo",
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 código de país",
"Valid 3-Letter ISO 4217 currency code.": "Código de moneda válido de 3 letras ISO 4217.",
"Exact match of a client name in your CRM": "Coincidencia exacta de un nombre de cliente en su CRM",
"Exact match of a project that is owned by the client.": "Coincidencia exacta de un proyecto que es propiedad del cliente.",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "Prioridad numérica para la clasificación en kanban.",
"email addresses of users in the workspace.": "direcciones de correo electrónico de los usuarios en el área de trabajo.",
"Please enter date in YYYY-MM-DD format.": "Por favor, introduzca la fecha en formato AAA-MM-DD.",
"One of: None, Overview, Full access, or Read only.": "Una de: Ninguna, Vista general, Acceso completo o Sólo Lectura.",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "Una de: Horario, Precio Fijo, Retainer, Por artículo.",
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
"Prospect": "Prospecto",
"Not Visible": "No visible",
"Overview only": "Resumen sólo",
"Read only project collaboration": "Colaboración de sólo lectura",
"Full project collaboration": "Colaboración completa del proyecto",
"Hourly": "Por hora",
"Fixed Price": "Precio fijo",
"Retainer": "Retinador",
"Per Item": "Por objeto",
"GET": "RECOGER",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "BORRAR",
"HEAD": "LIMPIO",
"Client Created": "Cliente creado",
"Client Updated": "Cliente actualizado",
"Client Deleted": "Cliente eliminado",
"Project Created": "Proyecto creado",
"Project Updated": "Proyecto actualizado",
"Project Completed": "Proyecto completado",
"Task Created": "Tarea creada",
"Task Updated": "Tarea actualizada",
"Task Deleted": "Tarea eliminada",
"Client Task Approval": "Aprobación de tareas del cliente",
"Form Submitted": "Formulario enviado",
"Time Entry Created": "Entrada de tiempo creada",
"Time Entry Updated": "Entrada de tiempo actualizada",
"Time Entry Deleted": "Entrada de tiempo eliminada",
"Meeting Scheduled": "Reunión programada",
"Meeting Updated": "Reunión actualizada",
"Meeting Cancelled": "Reunión cancelada",
"Opportunity Created": "Oportunidad creada",
"Opportunity Updated": "Oportunidad Actualizada",
"Opportunity Deleted": "Oportunidad eliminada",
"Invoice Sent": "Factura enviada",
"Payment Received": "Pago recibido",
"Triggered when a new client is created.": "Se activa cuando se crea un nuevo cliente.",
"Triggered when an existing client is updated.": "Se activa cuando se actualiza un cliente existente.",
"Triggered when an existing client is deleted.": "Se activa cuando se elimina un cliente existente.",
"Triggered when a new project is created.": "Se activa cuando se crea un nuevo proyecto.",
"Triggered when an existing project is updated.": "Se activa cuando se actualiza un proyecto existente.",
"Triggered when an existing project is completed.": "Se activa cuando se completa un proyecto existente.",
"Triggered when a new task is created.": "Se activa cuando se crea una nueva tarea.",
"Triggered when an existing task is updated.": "Se activa cuando se actualiza una tarea existente.",
"Triggered when an existing task is deleted.": "Se activa cuando se elimina una tarea existente.",
"Triggered when a task is moved to client approval.": "Se activa cuando una tarea se mueve a la aprobación del cliente.",
"Triggered when a new form is submitted.": "Activado cuando se envía un nuevo formulario.",
"Triggered when a new time entry is created.": "Se activa cuando se crea una nueva entrada de tiempo.",
"Triggered when an existing time entry is updated.": "Se activa cuando se actualiza una entrada de tiempo existente.",
"Triggered when an existing time entry is deleted.": "Se activa cuando se elimina una entrada de tiempo existente.",
"Triggered when a new meeting is scheduled.": "Se ha activado cuando se ha programado una nueva reunión.",
"Triggered when an existing meeting is updated.": "Se activa cuando se actualiza una reunión existente.",
"Triggered when a meeting is cancelled.": "Se activa cuando se cancela una reunión.",
"Triggered when a new pipeline opportunity is created.": "Se activa cuando se crea una nueva oportunidad de tubería.",
"Triggered when an existing opportunity is updated.": "Se activa cuando se actualiza una oportunidad existente.",
"Triggered when an existing pipeline opportunity is deleted.": "Se activa cuando se elimina una oportunidad existente de tubería.",
"Triggered when an invoice is sent.": "Activado cuando se envía una factura.",
"Triggered when a payment is received.": "Se activa cuando se recibe un pago.",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n "
}

View File

@@ -0,0 +1,156 @@
{
"CRM build for the freelancers.": "Construction CRM pour les indépendants.",
"API Key": "Clé API",
"Base URL": "URL de base",
"The API Key of the Moxie CRM account": "La clé API du compte Moxie CRM",
"The Base URL of the Moxie CRM account": "L'URL de base du compte Moxie CRM",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ",
"Create a Client": "Créer un client",
"Create a Task": "Créer une tâche",
"Create a Project": "Créer un projet",
"Custom API Call": "Appel API personnalisé",
"Create a new client record in moxie CRM.": "Créer un nouveau dossier client dans le CRM Moxie.",
"Create a task in project.": "Créer une tâche dans le projet.",
"Creates a new project in moxie CRM.": "Crée un nouveau projet dans moxie CRM.",
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
"Name": "Nom",
"Client Type": "Type de client",
"Initials": "Initials",
"Address 1": "Adresse 1",
"Address 2": "Adresse 2",
"City": "Ville",
"Locality": "Localité",
"Postal": "Postal",
"Country": "Pays",
"Website": "Site Web",
"Phone": "Téléphone",
"Color": "Couleur",
"Tax ID": "ID de taxe",
"Lead Source": "Source de plomb",
"Archive ?": "Archiver ?",
"Pay Instructions": "Instructions de paiement",
"Hourly Amount": "Montant horaire",
"Rounding Increment": "Incrément d'arrondi",
"Currency": "Devise",
"Stripe Client ID": "ID client Stripe",
"Notes": "Notes",
"Client Name": "Nom du client",
"Project Name": "Project Name",
"Status": "Statut",
"Description": "Libellé",
"Start Date": "Date de début",
"Due Date": "Date de fin",
"Priority": "Priorité",
"Subtasks": "Sous-tâches",
"Assigned To": "Assigné à",
"Custom Values": "Valeurs personnalisées",
"Client": "Client",
"Client Portal Access": "Accès au portail client",
"Show time worked in portal ?": "Afficher le temps travaillé dans le portail ?",
"Fee Type": "Type de frais",
"Amount": "Montant",
"Estimate maximum Amount": "Estimer le montant maximum",
"Estimate minimum Amount": "Estimer le montant minimum",
"Is amount taxable ?": "Le montant est-il imposable ?",
"Method": "Méthode",
"Headers": "En-têtes",
"Query Parameters": "Paramètres de requête",
"Body": "Corps",
"Response is Binary ?": "La réponse est Binaire ?",
"No Error on Failure": "Aucune erreur en cas d'échec",
"Timeout (in seconds)": "Délai d'attente (en secondes)",
"ISO 3166-1 alpha-2 country code": "Code pays ISO 3166-1 alpha-2",
"Valid 3-Letter ISO 4217 currency code.": "Code de devise ISO 4217 valide à 3 lettres.",
"Exact match of a client name in your CRM": "Correspondance exacte d'un nom de client dans votre CRM",
"Exact match of a project that is owned by the client.": "Correspondance exacte d'un projet qui appartient au client.",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "Priorité numérique pour le tri en kanban.",
"email addresses of users in the workspace.": "adresses e-mail des utilisateurs dans l'espace de travail.",
"Please enter date in YYYY-MM-DD format.": "Veuillez entrer la date au format AAAA-MM-JJ.",
"One of: None, Overview, Full access, or Read only.": "Un des : Aucune, Aperçu, Accès complet ou en lecture seule.",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "Un des : Horaire, Prix Fixe, Regardeur, Par Elément.",
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
"Prospect": "Prospecter",
"Not Visible": "Non visible",
"Overview only": "Vue d'ensemble uniquement",
"Read only project collaboration": "Collaboration de projet en lecture seule",
"Full project collaboration": "Collaboration complète du projet",
"Hourly": "Heures",
"Fixed Price": "Prix fixe",
"Retainer": "Concessionnaire",
"Per Item": "Par article",
"GET": "OBTENIR",
"POST": "POSTER",
"PATCH": "PATCH",
"PUT": "EFFACER",
"DELETE": "SUPPRIMER",
"HEAD": "TÊTE",
"Client Created": "Client créé",
"Client Updated": "Client mis à jour",
"Client Deleted": "Client supprimé",
"Project Created": "Projet créé",
"Project Updated": "Projet mis à jour",
"Project Completed": "Projet terminé",
"Task Created": "Tâche créée",
"Task Updated": "Tâche mise à jour",
"Task Deleted": "Tâche supprimée",
"Client Task Approval": "Approbation de la tâche client",
"Form Submitted": "Formulaire soumis",
"Time Entry Created": "Entrée de temps créée",
"Time Entry Updated": "Entrée de temps mise à jour",
"Time Entry Deleted": "Entrée de temps supprimée",
"Meeting Scheduled": "Réunion planifiée",
"Meeting Updated": "Réunion mise à jour",
"Meeting Cancelled": "Réunion annulée",
"Opportunity Created": "Opportunité créée",
"Opportunity Updated": "Opportunité mise à jour",
"Opportunity Deleted": "Affaire supprimée",
"Invoice Sent": "Facture envoyée",
"Payment Received": "Paiement reçu",
"Triggered when a new client is created.": "Déclenché lorsqu'un nouveau client est créé.",
"Triggered when an existing client is updated.": "Déclenché lorsqu'un client existant est mis à jour.",
"Triggered when an existing client is deleted.": "Déclenché lorsqu'un client existant est supprimé.",
"Triggered when a new project is created.": "Déclenché lorsqu'un nouveau projet est créé.",
"Triggered when an existing project is updated.": "Déclenché lorsqu'un projet existant est mis à jour.",
"Triggered when an existing project is completed.": "Déclenché quand un projet existant est terminé.",
"Triggered when a new task is created.": "Déclenché lorsqu'une nouvelle tâche est créée.",
"Triggered when an existing task is updated.": "Déclenché lorsqu'une tâche existante est mise à jour.",
"Triggered when an existing task is deleted.": "Déclenché lorsqu'une tâche existante est supprimée.",
"Triggered when a task is moved to client approval.": "Déclenché lorsqu'une tâche est déplacée vers l'approbation du client.",
"Triggered when a new form is submitted.": "Déclenché lorsqu'un nouveau formulaire est soumis.",
"Triggered when a new time entry is created.": "Déclenché lorsqu'une nouvelle entrée de temps est créée.",
"Triggered when an existing time entry is updated.": "Déclenché lorsqu'une entrée de temps existante est mise à jour.",
"Triggered when an existing time entry is deleted.": "Déclenché lorsqu'une entrée de temps existante est supprimée.",
"Triggered when a new meeting is scheduled.": "Déclenché lorsqu'une nouvelle réunion est programmée.",
"Triggered when an existing meeting is updated.": "Déclenché lorsqu'une réunion existante est mise à jour.",
"Triggered when a meeting is cancelled.": "Déclenché lorsqu'une réunion est annulée.",
"Triggered when a new pipeline opportunity is created.": "Déclenché lorsqu'une nouvelle opportunité de pipeline est créée.",
"Triggered when an existing opportunity is updated.": "Déclenché lorsqu'une opportunité existante est mise à jour.",
"Triggered when an existing pipeline opportunity is deleted.": "Déclenché lorsqu'une opportunité de pipeline existante est supprimée.",
"Triggered when an invoice is sent.": "Déclenché lorsqu'une facture est envoyée.",
"Triggered when a payment is received.": "Déclenché lorsqu'un paiement est reçu.",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n "
}

View File

@@ -0,0 +1,156 @@
{
"CRM build for the freelancers.": "フリーランサーのためのCRMビルド。",
"API Key": "API キー",
"Base URL": "ベースURL",
"The API Key of the Moxie CRM account": "Moxie CRMアカウントのAPIキー",
"The Base URL of the Moxie CRM account": "Moxie CRMアカウントのベースURL",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ",
"Create a Client": "クライアントの作成",
"Create a Task": "タスクを作成",
"Create a Project": "プロジェクトを作成",
"Custom API Call": "カスタムAPI通話",
"Create a new client record in moxie CRM.": "新しいクライアントレコードを moxie CRM に作成します。",
"Create a task in project.": "プロジェクトにタスクを作成します。",
"Creates a new project in moxie CRM.": "新しいプロジェクトを moxie CRM に作成します。",
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
"Name": "Name",
"Client Type": "クライアントタイプ",
"Initials": "Initials",
"Address 1": "住所1",
"Address 2": "住所2",
"City": "市区町村名",
"Locality": "地域",
"Postal": "郵便番号",
"Country": "国",
"Website": "ウェブサイト",
"Phone": "電話番号",
"Color": "色",
"Tax ID": "税ID",
"Lead Source": "リードソース",
"Archive ?": "アーカイブ ?",
"Pay Instructions": "支払い手順",
"Hourly Amount": "1時間あたりの金額",
"Rounding Increment": "丸めの増分",
"Currency": "通貨",
"Stripe Client ID": "Stripe Client ID",
"Notes": "メモ",
"Client Name": "クライアント名",
"Project Name": "プロジェクト名",
"Status": "ステータス",
"Description": "説明",
"Start Date": "開始日",
"Due Date": "締切日",
"Priority": "優先度",
"Subtasks": "サブタスク",
"Assigned To": "割り当て先",
"Custom Values": "カスタム値",
"Client": "クライアント",
"Client Portal Access": "クライアント ポータル アクセス",
"Show time worked in portal ?": "時間をポータルで表示しますか?",
"Fee Type": "手数料タイプ",
"Amount": "金額",
"Estimate maximum Amount": "推定最大金額",
"Estimate minimum Amount": "見積もり最小金額",
"Is amount taxable ?": "課税額はありますか?",
"Method": "方法",
"Headers": "ヘッダー",
"Query Parameters": "クエリパラメータ",
"Body": "本文",
"Response is Binary ?": "応答はバイナリですか?",
"No Error on Failure": "失敗時にエラーはありません",
"Timeout (in seconds)": "タイムアウト(秒)",
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 国コード",
"Valid 3-Letter ISO 4217 currency code.": "有効な3文字ISO4217通貨コード。",
"Exact match of a client name in your CRM": "CRM内のクライアント名の完全一致",
"Exact match of a project that is owned by the client.": "クライアントが所有するプロジェクトの完全一致。",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "カンバンでソートする数値を優先します。",
"email addresses of users in the workspace.": "ワークスペースのユーザーのメールアドレスです。",
"Please enter date in YYYY-MM-DD format.": "日付を YYYY-MM-DD 形式で入力してください。",
"One of: None, Overview, Full access, or Read only.": "の1つ:なし、概要、フルアクセス、または読み取り専用。",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "1時間あたり、固定価格、リテイナー、アイテムあたりのいずれか。",
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
"Prospect": "プロスペクト",
"Not Visible": "表示しない",
"Overview only": "概要のみ",
"Read only project collaboration": "プロジェクトのみのコラボレーションを読む",
"Full project collaboration": "プロジェクト全体のコラボレーション",
"Hourly": "1時間ごと",
"Fixed Price": "固定価格",
"Retainer": "リテイナー",
"Per Item": "アイテムごと",
"GET": "取得",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "削除",
"HEAD": "頭",
"Client Created": "クライアントが作成されました",
"Client Updated": "クライアントの更新",
"Client Deleted": "クライアントが削除されました",
"Project Created": "プロジェクトが作成されました",
"Project Updated": "プロジェクトが更新されました",
"Project Completed": "プロジェクト完了",
"Task Created": "タスクが作成されました",
"Task Updated": "タスクを更新しました",
"Task Deleted": "タスクが削除されました",
"Client Task Approval": "クライアントタスクの承認",
"Form Submitted": "送信されたフォーム",
"Time Entry Created": "作成された時間",
"Time Entry Updated": "タイムエントリが更新されました",
"Time Entry Deleted": "時間項目が削除されました",
"Meeting Scheduled": "ミーティングがスケジュールされました",
"Meeting Updated": "会議が更新されました",
"Meeting Cancelled": "会議がキャンセルされました",
"Opportunity Created": "案件が作成されました",
"Opportunity Updated": "商談が更新されました",
"Opportunity Deleted": "商談が削除されました",
"Invoice Sent": "請求書を送信しました",
"Payment Received": "支払いを受信しました",
"Triggered when a new client is created.": "新規クライアントの作成時にトリガーされます。",
"Triggered when an existing client is updated.": "既存のクライアントが更新されたときにトリガーされます。",
"Triggered when an existing client is deleted.": "既存のクライアントが削除されたときにトリガーされます。",
"Triggered when a new project is created.": "新しいプロジェクトが作成されたときにトリガーされます。",
"Triggered when an existing project is updated.": "既存のプロジェクトが更新されたときにトリガーされます。",
"Triggered when an existing project is completed.": "既存のプロジェクトが完了したときにトリガーされます。",
"Triggered when a new task is created.": "新しいタスクが作成されたときにトリガーされます。",
"Triggered when an existing task is updated.": "既存のタスクが更新されたときにトリガーされます。",
"Triggered when an existing task is deleted.": "既存のタスクが削除されたときにトリガーされます。",
"Triggered when a task is moved to client approval.": "タスクがクライアントの承認に移動したときにトリガーされます。",
"Triggered when a new form is submitted.": "新しいフォームが送信されたときにトリガーされます。",
"Triggered when a new time entry is created.": "新しいタイムエントリが作成されたときにトリガーされます。",
"Triggered when an existing time entry is updated.": "既存のタイムエントリが更新されたときにトリガーされます。",
"Triggered when an existing time entry is deleted.": "既存のタイムエントリが削除されたときにトリガーされます。",
"Triggered when a new meeting is scheduled.": "新しいミーティングが予定されているときにトリガーされます.",
"Triggered when an existing meeting is updated.": "既存のミーティングが更新されたときにトリガーされます.",
"Triggered when a meeting is cancelled.": "ミーティングがキャンセルされたときにトリガーされます.",
"Triggered when a new pipeline opportunity is created.": "新しいパイプライン機会が作成されたときにトリガーされます。",
"Triggered when an existing opportunity is updated.": "既存の商談が更新されたときに発生します。",
"Triggered when an existing pipeline opportunity is deleted.": "既存のパイプライン機会が削除されたときにトリガーされます。",
"Triggered when an invoice is sent.": "請求書が送信されたときにトリガーされます。",
"Triggered when a payment is received.": "支払いを受け取ったときに発生します。",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n "
}

View File

@@ -0,0 +1,156 @@
{
"CRM build for the freelancers.": "CRM build voor de freelancers.",
"API Key": "API Sleutel",
"Base URL": "Basis URL",
"The API Key of the Moxie CRM account": "De API-sleutel van het CRM-account van Moxie",
"The Base URL of the Moxie CRM account": "De basis-URL van de CRM-account van Moxie",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n Om uw Moxie CRM-token te krijgen, volg de volgende stappen:\n\n 1. Log in op uw Moxie CRM-account en klik op **Workspace Settings** (Bottom left).\n 2. Klik op **Verbonden Apps** en navigeer naar **Integraties** tab.\n 3. Nu, onder \"Aangepaste integratie\", klik op **Aangepaste integratie inschakelen**.\n 4. Kopieer **API Key** en **Base URL** en klik op Opslaan knop.\n ",
"Create a Client": "Maak een client aan",
"Create a Task": "Maak een Taak",
"Create a Project": "Maak een project aan",
"Custom API Call": "Custom API Call",
"Create a new client record in moxie CRM.": "Maak een nieuwe client record in moxie CRM.",
"Create a task in project.": "Maak een taak aan in project.",
"Creates a new project in moxie CRM.": "Maakt een nieuw project in moxie CRM.",
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
"Name": "Naam",
"Client Type": "Soort klant",
"Initials": "Initials",
"Address 1": "Adresregel 1",
"Address 2": "Adresregel 2",
"City": "Woonplaats",
"Locality": "Plaats",
"Postal": "Postcode",
"Country": "Land:",
"Website": "website",
"Phone": "Telefoonnummer",
"Color": "Kleur",
"Tax ID": "BTW nr.",
"Lead Source": "Lead bron",
"Archive ?": "Archiveer ?",
"Pay Instructions": "Betaal instructies",
"Hourly Amount": "Hoeveelheid per uur",
"Rounding Increment": "Afronding toename",
"Currency": "valuta",
"Stripe Client ID": "Stripe Client-ID",
"Notes": "Opmerkingen",
"Client Name": "Naam klant",
"Project Name": "Projectnaam",
"Status": "status",
"Description": "Beschrijving",
"Start Date": "Start datum",
"Due Date": "Inleverdatum",
"Priority": "Prioriteit",
"Subtasks": "Subtaken",
"Assigned To": "Toegewezen Aan",
"Custom Values": "Aangepaste waarden",
"Client": "Klant",
"Client Portal Access": "Toegang clientportaal",
"Show time worked in portal ?": "Toon de gewerkte tijd in portal ?",
"Fee Type": "Type vergoeding",
"Amount": "Hoeveelheid",
"Estimate maximum Amount": "Bereken het maximale bedrag",
"Estimate minimum Amount": "Minimale raming",
"Is amount taxable ?": "Is het bedrag belastend?",
"Method": "Methode",
"Headers": "Kopteksten",
"Query Parameters": "Query parameters",
"Body": "Lichaam",
"Response is Binary ?": "Antwoord is binair?",
"No Error on Failure": "Geen fout bij fout",
"Timeout (in seconds)": "Time-out (in seconden)",
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 landcode",
"Valid 3-Letter ISO 4217 currency code.": "Geldige 3-Letter ISO 4217 valuta code.",
"Exact match of a client name in your CRM": "Exacte match van een clientnaam in uw CRM",
"Exact match of a project that is owned by the client.": "Exacte match van een project dat eigendom is van de client.",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "Numerieke prioriteit voor sorteren in kanban.",
"email addresses of users in the workspace.": "e-mailadressen van gebruikers in de werkruimte.",
"Please enter date in YYYY-MM-DD format.": "Voer de datum in JJJJ-MM-DD formaat in.",
"One of: None, Overview, Full access, or Read only.": "Een van de volgende: Geen, Overzicht, volledige toegang of alleen-lezen.",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "Een van: per uur, vaste prijs, Retainer, Per Artikel.",
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
"Prospect": "Prospect",
"Not Visible": "Niet zichtbaar",
"Overview only": "Alleen overzicht",
"Read only project collaboration": "Alleen projectsamenwerking lezen",
"Full project collaboration": "Volledige projectsamenwerking",
"Hourly": "Per uur",
"Fixed Price": "Vaste prijs",
"Retainer": "Retainer",
"Per Item": "Per artikel",
"GET": "KRIJG",
"POST": "POSTE",
"PATCH": "BEKIJK",
"PUT": "PUT",
"DELETE": "VERWIJDEREN",
"HEAD": "HOOFD",
"Client Created": "Client aangemaakt",
"Client Updated": "Klant bijgewerkt",
"Client Deleted": "Klant verwijderd",
"Project Created": "Project aangemaakt",
"Project Updated": "Project bijgewerkt",
"Project Completed": "Project voltooid",
"Task Created": "Taak aangemaakt",
"Task Updated": "Taak bijgewerkt",
"Task Deleted": "Taak verwijderd",
"Client Task Approval": "Goedkeuring taak klant",
"Form Submitted": "Formulier verstuurd",
"Time Entry Created": "Tijd Invoer Aangemaakt",
"Time Entry Updated": "Tijd Invoer Bijgewerkt",
"Time Entry Deleted": "Tijdsinvoer verwijderd",
"Meeting Scheduled": "Vergadering gepland",
"Meeting Updated": "Vergadering bijgewerkt",
"Meeting Cancelled": "Vergadering Geannuleerd",
"Opportunity Created": "Kans aangemaakt",
"Opportunity Updated": "Gelegenheid bijgewerkt",
"Opportunity Deleted": "Gelegenheid verwijderd",
"Invoice Sent": "Factuur verzonden",
"Payment Received": "Betaling ontvangen",
"Triggered when a new client is created.": "Uitgelokt wanneer een nieuwe cliënt wordt aangemaakt.",
"Triggered when an existing client is updated.": "Uitgelokt wanneer een bestaande client wordt bijgewerkt.",
"Triggered when an existing client is deleted.": "Uitgelokt wanneer een bestaande client wordt verwijderd.",
"Triggered when a new project is created.": "Uitgelokt wanneer een nieuw project wordt aangemaakt.",
"Triggered when an existing project is updated.": "Uitgelokt wanneer een bestaand project wordt bijgewerkt.",
"Triggered when an existing project is completed.": "Uitgelokt wanneer een bestaand project is voltooid.",
"Triggered when a new task is created.": "Uitgelokt wanneer een nieuwe taak wordt aangemaakt.",
"Triggered when an existing task is updated.": "Uitgelokt wanneer een bestaande taak wordt bijgewerkt.",
"Triggered when an existing task is deleted.": "Uitgelokt wanneer een bestaande taak wordt verwijderd.",
"Triggered when a task is moved to client approval.": "Uitgelokt wanneer een taak wordt verplaatst naar goedkeuring klant.",
"Triggered when a new form is submitted.": "Uitgelokt wanneer een nieuw formulier wordt ingediend.",
"Triggered when a new time entry is created.": "Uitgelokt wanneer een nieuwe tijd invoer wordt gemaakt.",
"Triggered when an existing time entry is updated.": "Uitgelokt wanneer een bestaande tijd wordt bijgewerkt.",
"Triggered when an existing time entry is deleted.": "Uitgelokt wanneer een bestaande tijd wordt verwijderd.",
"Triggered when a new meeting is scheduled.": "Uitgelokt wanneer een nieuwe vergadering is gepland.",
"Triggered when an existing meeting is updated.": "Uitgelokt wanneer een bestaande vergadering wordt bijgewerkt.",
"Triggered when a meeting is cancelled.": "Uitgelokt wanneer een vergadering wordt geannuleerd.",
"Triggered when a new pipeline opportunity is created.": "Uitgelokt wanneer er een nieuwe pijpleidingsmogelijkheid wordt gecreëerd.",
"Triggered when an existing opportunity is updated.": "Uitgelokt wanneer een bestaande gelegenheid wordt bijgewerkt.",
"Triggered when an existing pipeline opportunity is deleted.": "Uitgelokt wanneer een bestaande pijpleidingskans wordt verwijderd.",
"Triggered when an invoice is sent.": "Uitgelokt wanneer een factuur wordt verzonden.",
"Triggered when a payment is received.": "Uitgelokt wanneer een betaling is ontvangen.",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Client aangemaakt`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Client Updated`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Client Deleted`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Project gemaakt`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het event als **`Project bijgewerkt`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Project Voltooid`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Task Created`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Task Updated`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Task Deleted`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het event als **`Client Task Approval`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Form Submitted`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Time Entry Created`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Time Entry Updated`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Time Entry Deleted`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Meeting Scheduled`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Meeting Updated`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Opportunity Created`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Opportunity Updated `** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Opportunity Deleted`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Invoice Sent`** en klik op **Opslaan**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Ga naar de **Workspace Settngs -> Verbonden Apps -> Integratie** sectie.\n - Klik onder **Aangepaste integratie** op **Voeg RESTHook** toe**.\n - Klik op **Integraties** sectie.\n - In het eindpunt veld, Plak de volgende URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Selecteer het evenement als **`Payment Received`** en klik op **Opslaan**.\n "
}

View File

@@ -0,0 +1,156 @@
{
"CRM build for the freelancers.": "Construção de CRM para os freelancers.",
"API Key": "Chave de API",
"Base URL": "URL Base",
"The API Key of the Moxie CRM account": "A chave de API da conta Moxie CRM",
"The Base URL of the Moxie CRM account": "A URL Base da conta Moxie CRM",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ",
"Create a Client": "Criar um cliente",
"Create a Task": "Criar uma tarefa",
"Create a Project": "Criar um projeto",
"Custom API Call": "Chamada de API personalizada",
"Create a new client record in moxie CRM.": "Criar um novo registro de cliente no Moxie CRM.",
"Create a task in project.": "Criar uma tarefa no projeto.",
"Creates a new project in moxie CRM.": "Cria um novo projeto no moxie CRM.",
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
"Name": "Nome",
"Client Type": "Tipo de Cliente",
"Initials": "Initials",
"Address 1": "Endereço 1",
"Address 2": "Complemento do Endereço",
"City": "cidade",
"Locality": "Localidade",
"Postal": "Correio",
"Country": "País/região",
"Website": "site",
"Phone": "Smartphone",
"Color": "Cor",
"Tax ID": "ID do imposto",
"Lead Source": "Fonte do Lead",
"Archive ?": "Arquivar ?",
"Pay Instructions": "Instruções de pagamento",
"Hourly Amount": "Quantidade por hora",
"Rounding Increment": "Incremento de arredondamento",
"Currency": "moeda",
"Stripe Client ID": "ID do Cliente Stripe",
"Notes": "Observações",
"Client Name": "Nome do Cliente",
"Project Name": "Nome do Projeto",
"Status": "Estado",
"Description": "Descrição",
"Start Date": "Data Inicial",
"Due Date": "Data de vencimento",
"Priority": "Prioridade",
"Subtasks": "Subtarefas",
"Assigned To": "Atribuído Para",
"Custom Values": "Valores Personalizados",
"Client": "Cliente",
"Client Portal Access": "Acesso Portal do Cliente",
"Show time worked in portal ?": "Mostrar tempo de trabalho no portal?",
"Fee Type": "Tipo de taxa",
"Amount": "Quantidade",
"Estimate maximum Amount": "Valor Máximo Estimado",
"Estimate minimum Amount": "Quantidade mínima estimada",
"Is amount taxable ?": "O montante é tributável?",
"Method": "Método",
"Headers": "Cabeçalhos",
"Query Parameters": "Parâmetros da consulta",
"Body": "Conteúdo",
"Response is Binary ?": "A resposta é binária ?",
"No Error on Failure": "Nenhum erro no Failure",
"Timeout (in seconds)": "Tempo limite (em segundos)",
"ISO 3166-1 alpha-2 country code": "Código de país ISO 3166-1 alpha-2",
"Valid 3-Letter ISO 4217 currency code.": "Código de moeda válido de 3 letras ISO 4217.",
"Exact match of a client name in your CRM": "Correspondência exata de um nome de cliente no seu CRM",
"Exact match of a project that is owned by the client.": "A correspondência exata de um projeto que pertence ao cliente.",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "Prioridade numérica para ordenar em kanban.",
"email addresses of users in the workspace.": "endereços de e-mail dos usuários no espaço de trabalho.",
"Please enter date in YYYY-MM-DD format.": "Por favor, digite a data no formato AAAA-MM-DD.",
"One of: None, Overview, Full access, or Read only.": "Uma delas: Nenhuma, Visão geral, acesso completo ou somente leitura.",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "Um de: Horário, Preços Fixos, Retainer, por Item.",
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
"Prospect": "Prospecto",
"Not Visible": "Não Visível",
"Overview only": "Apenas visão geral",
"Read only project collaboration": "Ler apenas colaboração de projetos",
"Full project collaboration": "Colaboração completa do projeto",
"Hourly": "Horário",
"Fixed Price": "Preço fixo",
"Retainer": "Repositório",
"Per Item": "Por item",
"GET": "OBTER",
"POST": "POSTAR",
"PATCH": "COMPRAR",
"PUT": "COLOCAR",
"DELETE": "EXCLUIR",
"HEAD": "CABEÇA",
"Client Created": "Cliente Criado",
"Client Updated": "Cliente atualizado",
"Client Deleted": "Cliente excluído",
"Project Created": "Projeto Criado",
"Project Updated": "Projeto Atualizado",
"Project Completed": "Projeto concluído",
"Task Created": "Tarefa criada",
"Task Updated": "Tarefa atualizada",
"Task Deleted": "Tarefa Excluída",
"Client Task Approval": "Aprovação da Tarefa de Cliente",
"Form Submitted": "Formulário Enviado",
"Time Entry Created": "Entrada de Tempo Criada",
"Time Entry Updated": "Entrada de Tempo Atualizada",
"Time Entry Deleted": "Entrada de Tempo Excluída",
"Meeting Scheduled": "Calendário da reunião",
"Meeting Updated": "Reunião atualizada",
"Meeting Cancelled": "Reunião cancelada",
"Opportunity Created": "Oportunidade Criada",
"Opportunity Updated": "Oportunidade Atualizada",
"Opportunity Deleted": "Oportunidade Excluída",
"Invoice Sent": "Fatura Enviada",
"Payment Received": "Pagamento Recebido",
"Triggered when a new client is created.": "Acionada quando um novo cliente é criado.",
"Triggered when an existing client is updated.": "Acionada quando um cliente existente é atualizado.",
"Triggered when an existing client is deleted.": "Acionada quando um cliente existente é excluído.",
"Triggered when a new project is created.": "Acionada quando um novo projeto é criado.",
"Triggered when an existing project is updated.": "Acionada quando um projeto existente é atualizado.",
"Triggered when an existing project is completed.": "Acionada quando um projeto existente é concluído.",
"Triggered when a new task is created.": "Acionada quando uma nova tarefa é criada.",
"Triggered when an existing task is updated.": "Acionada quando uma tarefa existente é atualizada.",
"Triggered when an existing task is deleted.": "Acionada quando uma tarefa existente é excluída.",
"Triggered when a task is moved to client approval.": "Acionada quando uma tarefa é movida para a aprovação do cliente.",
"Triggered when a new form is submitted.": "Acionada quando um novo formulário é submetido.",
"Triggered when a new time entry is created.": "Acionada quando uma nova entrada de tempo é criada.",
"Triggered when an existing time entry is updated.": "Acionada quando uma entrada de tempo existente é atualizada.",
"Triggered when an existing time entry is deleted.": "Acionada quando uma entrada de tempo existente é excluída.",
"Triggered when a new meeting is scheduled.": "Acionada quando uma nova reunião é programada.",
"Triggered when an existing meeting is updated.": "Acionada quando uma reunião existente é atualizada.",
"Triggered when a meeting is cancelled.": "Acionada quando uma reunião é cancelada.",
"Triggered when a new pipeline opportunity is created.": "Acionada quando uma nova oportunidade de pipeline é criada.",
"Triggered when an existing opportunity is updated.": "Acionada quando uma oportunidade existente é atualizada.",
"Triggered when an existing pipeline opportunity is deleted.": "Acionada quando uma oportunidade de pipeline existente é excluída.",
"Triggered when an invoice is sent.": "Acionada quando uma fatura é enviada.",
"Triggered when a payment is received.": "Acionada quando um pagamento é recebido.",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n "
}

View File

@@ -0,0 +1,155 @@
{
"Moxie": "Мокси",
"CRM build for the freelancers.": "CRM сборка для фрилансеров.",
"API Key": "Ключ API",
"Base URL": "Базовый URL",
"The API Key of the Moxie CRM account": "API ключ учётной записи Moxie",
"The Base URL of the Moxie CRM account": "Базовый URL учетной записи Moxie CRM",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ",
"Create a Client": "Создать клиента",
"Create a Task": "Создать задачу",
"Create a Project": "Создать проект",
"Custom API Call": "Пользовательский вызов API",
"Create a new client record in moxie CRM.": "Создать новую запись клиента в moxie CRM.",
"Create a task in project.": "Создать задачу в проекте.",
"Creates a new project in moxie CRM.": "Создает новый проект в moxie CRM.",
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
"Name": "Наименование",
"Client Type": "Тип клиента",
"Initials": "Initials",
"Address 1": "Адрес 1",
"Address 2": "Адрес 2",
"City": "Город",
"Locality": "Местонахождение",
"Postal": "Почтовый индекс",
"Country": "Страна",
"Website": "Сайт",
"Phone": "Телефон",
"Color": "Цвет",
"Tax ID": "ID налога",
"Lead Source": "Источник Обращения",
"Archive ?": "Архивировать ?",
"Pay Instructions": "Инструкции по оплате",
"Hourly Amount": "Почасовая сумма",
"Rounding Increment": "Увеличение округления",
"Currency": "Валюта",
"Stripe Client ID": "ID клиента Stripe",
"Notes": "Примечания",
"Client Name": "Имя Клиента",
"Project Name": "Название проекта",
"Status": "Status",
"Description": "Описание",
"Start Date": "Дата начала",
"Due Date": "Срок сдачи",
"Priority": "Приоритет",
"Subtasks": "Подзадачи",
"Assigned To": "Назначено",
"Custom Values": "Пользовательские значения",
"Client": "Клиент",
"Client Portal Access": "Доступ к клиентскому порталу",
"Show time worked in portal ?": "Показать время работы в портале ?",
"Fee Type": "Тип комиссии",
"Amount": "Сумма",
"Estimate maximum Amount": "Вычислить максимальную сумму",
"Estimate minimum Amount": "Оценить минимальную сумму",
"Is amount taxable ?": "Сумма налога?",
"Method": "Метод",
"Headers": "Заголовки",
"Query Parameters": "Параметры запроса",
"Body": "Тело",
"No Error on Failure": "Нет ошибок при ошибке",
"Timeout (in seconds)": "Таймаут (в секундах)",
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 код страны",
"Valid 3-Letter ISO 4217 currency code.": "Действительный 3-х буквенный код валюты ISO 4217.",
"Exact match of a client name in your CRM": "Точное совпадение имени клиента в вашей CRM",
"Exact match of a project that is owned by the client.": "Точное совпадение проекта, принадлежащего клиенту.",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "Приоритет для сортировки в канбане.",
"email addresses of users in the workspace.": "адреса электронной почты пользователей в рабочей области.",
"Please enter date in YYYY-MM-DD format.": "Введите дату в формате YYYY-MM-DD.",
"One of: None, Overview, Full access, or Read only.": "Один из них: нет, полный доступ или только для чтения.",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "Один из них: Час, Фиксированная цена, Контейнер, Предмет.",
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
"Prospect": "Перспектива",
"Not Visible": "Невидимый",
"Overview only": "Только обзор",
"Read only project collaboration": "Только чтение сотрудничества с проектом",
"Full project collaboration": "Полное сотрудничество по проекту",
"Hourly": "Почасовой",
"Fixed Price": "Фиксированная цена",
"Retainer": "Контейнер",
"Per Item": "За единицу",
"GET": "ПОЛУЧИТЬ",
"POST": "ПОСТ",
"PATCH": "ПАТЧ",
"PUT": "ПОКУПИТЬ",
"DELETE": "УДАЛИТЬ",
"HEAD": "HEAD",
"Client Created": "Создан клиент",
"Client Updated": "Клиент обновлен",
"Client Deleted": "Клиент удалён",
"Project Created": "Проект создан",
"Project Updated": "Проект обновлен",
"Project Completed": "Проект завершен",
"Task Created": "Задача создана",
"Task Updated": "Задача обновлена",
"Task Deleted": "Задача удалена",
"Client Task Approval": "Утверждения задач клиента",
"Form Submitted": "Форма отправлена",
"Time Entry Created": "Запись создана",
"Time Entry Updated": "Обновлено время входа",
"Time Entry Deleted": "Запись времени удалена",
"Meeting Scheduled": "Встреча запланирована",
"Meeting Updated": "Встреча обновлена",
"Meeting Cancelled": "Встреча отменена",
"Opportunity Created": "Сделка создана",
"Opportunity Updated": "Возможность обновлена",
"Opportunity Deleted": "Сделка Удалена",
"Invoice Sent": "Счет отправлен",
"Payment Received": "Платёж получен",
"Triggered when a new client is created.": "Срабатывает при создании нового клиента.",
"Triggered when an existing client is updated.": "Срабатывает при обновлении существующего клиента.",
"Triggered when an existing client is deleted.": "Срабатывает при удалении существующего клиента.",
"Triggered when a new project is created.": "Срабатывает при создании нового проекта.",
"Triggered when an existing project is updated.": "Срабатывает при обновлении существующего проекта.",
"Triggered when an existing project is completed.": "Срабатывает при завершении существующего проекта.",
"Triggered when a new task is created.": "Срабатывает при создании новой задачи.",
"Triggered when an existing task is updated.": "Срабатывает при обновлении существующей задачи.",
"Triggered when an existing task is deleted.": "Срабатывает при удалении существующей задачи.",
"Triggered when a task is moved to client approval.": "Срабатывает при перемещении задачи в клиентское подтверждение.",
"Triggered when a new form is submitted.": "Срабатывает при отправке новой формы.",
"Triggered when a new time entry is created.": "Срабатывает при создании новой записи.",
"Triggered when an existing time entry is updated.": "Срабатывает при обновлении существующей записи времени.",
"Triggered when an existing time entry is deleted.": "Срабатывает при удалении существующей записи времени.",
"Triggered when a new meeting is scheduled.": "Срабатывает, когда запланировано новое собрание.",
"Triggered when an existing meeting is updated.": "Срабатывает при обновлении существующей встречи.",
"Triggered when a meeting is cancelled.": "Срабатывает при отмене встречи.",
"Triggered when a new pipeline opportunity is created.": "Срабатывает при создании новой возможности трубопровода.",
"Triggered when an existing opportunity is updated.": "Срабатывает при обновлении существующей возможности.",
"Triggered when an existing pipeline opportunity is deleted.": "Срабатывает при удалении существующей возможности конвейера.",
"Triggered when an invoice is sent.": "Срабатывает при отправке счета.",
"Triggered when a payment is received.": "Срабатывает при получении платежа.",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Client Created`** и нажмите **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Client Updated`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Client Deleted`** и нажмите **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Project Created`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Project Updated`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Project Completed`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Task Created`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Task Updated`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Task Deleted`** и нажмите **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Client Task Approval`** и нажмите **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Form Submitted`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Time Entry Created`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Time Entry Updated`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Time Entry Deleted`** и нажмите **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Встреча запланирована`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Meeting Updated`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Встреча Отмена`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Opportunity Created`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Opportunity Updated`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Opportunity Deleted`** и нажмите **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Счет-фактура`** и нажмите **Сохранить**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Перейти к разделу **Workspace Settngs -> Connected Apps -> Integration**.\n - В разделе **Пользовательская интеграция** , нажмите на **Добавить Rest Hook**.\n - Нажмите на раздел **Интеграции**.\n - В конечной точке вставьте следующий URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Выберите событие как **`Payment Received`** и нажмите **Сохранить**.\n "
}

View File

@@ -0,0 +1,156 @@
{
"CRM build for the freelancers.": "CRM build for the freelancers.",
"API Key": "API Key",
"Base URL": "Base URL",
"The API Key of the Moxie CRM account": "The API Key of the Moxie CRM account",
"The Base URL of the Moxie CRM account": "The Base URL of the Moxie CRM account",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ",
"Create a Client": "Create a Client",
"Create a Task": "Create a Task",
"Create a Project": "Create a Project",
"Custom API Call": "Custom API Call",
"Create a new client record in moxie CRM.": "Create a new client record in moxie CRM.",
"Create a task in project.": "Create a task in project.",
"Creates a new project in moxie CRM.": "Creates a new project in moxie CRM.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Name": "Name",
"Client Type": "Client Type",
"Initials": "Initials",
"Address 1": "Address 1",
"Address 2": "Address 2",
"City": "City",
"Locality": "Locality",
"Postal": "Postal",
"Country": "Country",
"Website": "Website",
"Phone": "Phone",
"Color": "Color",
"Tax ID": "Tax ID",
"Lead Source": "Lead Source",
"Archive ?": "Archive ?",
"Pay Instructions": "Pay Instructions",
"Hourly Amount": "Hourly Amount",
"Rounding Increment": "Rounding Increment",
"Currency": "Currency",
"Stripe Client ID": "Stripe Client ID",
"Notes": "Notes",
"Client Name": "Client Name",
"Project Name": "Project Name",
"Status": "Status",
"Description": "Description",
"Start Date": "Start Date",
"Due Date": "Due Date",
"Priority": "Priority",
"Subtasks": "Subtasks",
"Assigned To": "Assigned To",
"Custom Values": "Custom Values",
"Client": "Client",
"Client Portal Access": "Client Portal Access",
"Show time worked in portal ?": "Show time worked in portal ?",
"Fee Type": "Fee Type",
"Amount": "Amount",
"Estimate maximum Amount": "Estimate maximum Amount",
"Estimate minimum Amount": "Estimate minimum Amount",
"Is amount taxable ?": "Is amount taxable ?",
"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)",
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 country code",
"Valid 3-Letter ISO 4217 currency code.": "Valid 3-Letter ISO 4217 currency code.",
"Exact match of a client name in your CRM": "Exact match of a client name in your CRM",
"Exact match of a project that is owned by the client.": "Exact match of a project that is owned by the client.",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "Numeric priority for sorting in kanban.",
"email addresses of users in the workspace.": "email addresses of users in the workspace.",
"Please enter date in YYYY-MM-DD format.": "Please enter date in YYYY-MM-DD format.",
"One of: None, Overview, Full access, or Read only.": "One of: None, Overview, Full access, or Read only.",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "One of: Hourly, Fixed Price, Retainer, Per Item.",
"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..",
"Prospect": "Prospect",
"Not Visible": "Not Visible",
"Overview only": "Overview only",
"Read only project collaboration": "Read only project collaboration",
"Full project collaboration": "Full project collaboration",
"Hourly": "Hourly",
"Fixed Price": "Fixed Price",
"Retainer": "Retainer",
"Per Item": "Per Item",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"Client Created": "Client Created",
"Client Updated": "Client Updated",
"Client Deleted": "Client Deleted",
"Project Created": "Project Created",
"Project Updated": "Project Updated",
"Project Completed": "Project Completed",
"Task Created": "Task Created",
"Task Updated": "Task Updated",
"Task Deleted": "Task Deleted",
"Client Task Approval": "Client Task Approval",
"Form Submitted": "Form Submitted",
"Time Entry Created": "Time Entry Created",
"Time Entry Updated": "Time Entry Updated",
"Time Entry Deleted": "Time Entry Deleted",
"Meeting Scheduled": "Meeting Scheduled",
"Meeting Updated": "Meeting Updated",
"Meeting Cancelled": "Meeting Cancelled",
"Opportunity Created": "Opportunity Created",
"Opportunity Updated": "Opportunity Updated",
"Opportunity Deleted": "Opportunity Deleted",
"Invoice Sent": "Invoice Sent",
"Payment Received": "Payment Received",
"Triggered when a new client is created.": "Triggered when a new client is created.",
"Triggered when an existing client is updated.": "Triggered when an existing client is updated.",
"Triggered when an existing client is deleted.": "Triggered when an existing client is deleted.",
"Triggered when a new project is created.": "Triggered when a new project is created.",
"Triggered when an existing project is updated.": "Triggered when an existing project is updated.",
"Triggered when an existing project is completed.": "Triggered when an existing project is completed.",
"Triggered when a new task is created.": "Triggered when a new task is created.",
"Triggered when an existing task is updated.": "Triggered when an existing task is updated.",
"Triggered when an existing task is deleted.": "Triggered when an existing task is deleted.",
"Triggered when a task is moved to client approval.": "Triggered when a task is moved to client approval.",
"Triggered when a new form is submitted.": "Triggered when a new form is submitted.",
"Triggered when a new time entry is created.": "Triggered when a new time entry is created.",
"Triggered when an existing time entry is updated.": "Triggered when an existing time entry is updated.",
"Triggered when an existing time entry is deleted.": "Triggered when an existing time entry is deleted.",
"Triggered when a new meeting is scheduled.": "Triggered when a new meeting is scheduled.",
"Triggered when an existing meeting is updated.": "Triggered when an existing meeting is updated.",
"Triggered when a meeting is cancelled.": "Triggered when a meeting is cancelled.",
"Triggered when a new pipeline opportunity is created.": "Triggered when a new pipeline opportunity is created.",
"Triggered when an existing opportunity is updated.": "Triggered when an existing opportunity is updated.",
"Triggered when an existing pipeline opportunity is deleted.": "Triggered when an existing pipeline opportunity is deleted.",
"Triggered when an invoice is sent.": "Triggered when an invoice is sent.",
"Triggered when a payment is received.": "Triggered when a payment is received.",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n "
}

View File

@@ -0,0 +1,155 @@
{
"Moxie": "Moxie",
"CRM build for the freelancers.": "CRM build for the freelancers.",
"API Key": "API Key",
"Base URL": "Base URL",
"The API Key of the Moxie CRM account": "The API Key of the Moxie CRM account",
"The Base URL of the Moxie CRM account": "The Base URL of the Moxie CRM account",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ",
"Create a Client": "Create a Client",
"Create a Task": "Create a Task",
"Create a Project": "Create a Project",
"Custom API Call": "Custom API Call",
"Create a new client record in moxie CRM.": "Create a new client record in moxie CRM.",
"Create a task in project.": "Create a task in project.",
"Creates a new project in moxie CRM.": "Creates a new project in moxie CRM.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Name": "Name",
"Client Type": "Client Type",
"Initials": "Initials",
"Address 1": "Address 1",
"Address 2": "Address 2",
"City": "City",
"Locality": "Locality",
"Postal": "Postal",
"Country": "Country",
"Website": "Website",
"Phone": "Phone",
"Color": "Color",
"Tax ID": "Tax ID",
"Lead Source": "Lead Source",
"Archive ?": "Archive ?",
"Pay Instructions": "Pay Instructions",
"Hourly Amount": "Hourly Amount",
"Rounding Increment": "Rounding Increment",
"Currency": "Currency",
"Stripe Client ID": "Stripe Client ID",
"Notes": "Notes",
"Client Name": "Client Name",
"Project Name": "Project Name",
"Status": "Status",
"Description": "Description",
"Start Date": "Start Date",
"Due Date": "Due Date",
"Priority": "Priority",
"Subtasks": "Subtasks",
"Assigned To": "Assigned To",
"Custom Values": "Custom Values",
"Client": "Client",
"Client Portal Access": "Client Portal Access",
"Show time worked in portal ?": "Show time worked in portal ?",
"Fee Type": "Fee Type",
"Amount": "Amount",
"Estimate maximum Amount": "Estimate maximum Amount",
"Estimate minimum Amount": "Estimate minimum Amount",
"Is amount taxable ?": "Is amount taxable ?",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 country code",
"Valid 3-Letter ISO 4217 currency code.": "Valid 3-Letter ISO 4217 currency code.",
"Exact match of a client name in your CRM": "Exact match of a client name in your CRM",
"Exact match of a project that is owned by the client.": "Exact match of a project that is owned by the client.",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "Numeric priority for sorting in kanban.",
"email addresses of users in the workspace.": "email addresses of users in the workspace.",
"Please enter date in YYYY-MM-DD format.": "Please enter date in YYYY-MM-DD format.",
"One of: None, Overview, Full access, or Read only.": "One of: None, Overview, Full access, or Read only.",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "One of: Hourly, Fixed Price, Retainer, Per Item.",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Prospect": "Prospect",
"Not Visible": "Not Visible",
"Overview only": "Overview only",
"Read only project collaboration": "Read only project collaboration",
"Full project collaboration": "Full project collaboration",
"Hourly": "Hourly",
"Fixed Price": "Fixed Price",
"Retainer": "Retainer",
"Per Item": "Per Item",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"Client Created": "Client Created",
"Client Updated": "Client Updated",
"Client Deleted": "Client Deleted",
"Project Created": "Project Created",
"Project Updated": "Project Updated",
"Project Completed": "Project Completed",
"Task Created": "Task Created",
"Task Updated": "Task Updated",
"Task Deleted": "Task Deleted",
"Client Task Approval": "Client Task Approval",
"Form Submitted": "Form Submitted",
"Time Entry Created": "Time Entry Created",
"Time Entry Updated": "Time Entry Updated",
"Time Entry Deleted": "Time Entry Deleted",
"Meeting Scheduled": "Meeting Scheduled",
"Meeting Updated": "Meeting Updated",
"Meeting Cancelled": "Meeting Cancelled",
"Opportunity Created": "Opportunity Created",
"Opportunity Updated": "Opportunity Updated",
"Opportunity Deleted": "Opportunity Deleted",
"Invoice Sent": "Invoice Sent",
"Payment Received": "Payment Received",
"Triggered when a new client is created.": "Triggered when a new client is created.",
"Triggered when an existing client is updated.": "Triggered when an existing client is updated.",
"Triggered when an existing client is deleted.": "Triggered when an existing client is deleted.",
"Triggered when a new project is created.": "Triggered when a new project is created.",
"Triggered when an existing project is updated.": "Triggered when an existing project is updated.",
"Triggered when an existing project is completed.": "Triggered when an existing project is completed.",
"Triggered when a new task is created.": "Triggered when a new task is created.",
"Triggered when an existing task is updated.": "Triggered when an existing task is updated.",
"Triggered when an existing task is deleted.": "Triggered when an existing task is deleted.",
"Triggered when a task is moved to client approval.": "Triggered when a task is moved to client approval.",
"Triggered when a new form is submitted.": "Triggered when a new form is submitted.",
"Triggered when a new time entry is created.": "Triggered when a new time entry is created.",
"Triggered when an existing time entry is updated.": "Triggered when an existing time entry is updated.",
"Triggered when an existing time entry is deleted.": "Triggered when an existing time entry is deleted.",
"Triggered when a new meeting is scheduled.": "Triggered when a new meeting is scheduled.",
"Triggered when an existing meeting is updated.": "Triggered when an existing meeting is updated.",
"Triggered when a meeting is cancelled.": "Triggered when a meeting is cancelled.",
"Triggered when a new pipeline opportunity is created.": "Triggered when a new pipeline opportunity is created.",
"Triggered when an existing opportunity is updated.": "Triggered when an existing opportunity is updated.",
"Triggered when an existing pipeline opportunity is deleted.": "Triggered when an existing pipeline opportunity is deleted.",
"Triggered when an invoice is sent.": "Triggered when an invoice is sent.",
"Triggered when a payment is received.": "Triggered when a payment is received.",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n "
}

View File

@@ -0,0 +1,156 @@
{
"CRM build for the freelancers.": "CRM build for the freelancers.",
"API Key": "API 密钥",
"Base URL": "基本网址",
"The API Key of the Moxie CRM account": "The API Key of the Moxie CRM account",
"The Base URL of the Moxie CRM account": "The Base URL of the Moxie CRM account",
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ",
"Create a Client": "Create a Client",
"Create a Task": "Create a Task",
"Create a Project": "Create a Project",
"Custom API Call": "自定义 API 呼叫",
"Create a new client record in moxie CRM.": "Create a new client record in moxie CRM.",
"Create a task in project.": "Create a task in project.",
"Creates a new project in moxie CRM.": "Creates a new project in moxie CRM.",
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
"Name": "名称",
"Client Type": "Client Type",
"Initials": "Initials",
"Address 1": "Address 1",
"Address 2": "Address 2",
"City": "City",
"Locality": "Locality",
"Postal": "Postal",
"Country": "Country",
"Website": "Website",
"Phone": "Phone",
"Color": "Color",
"Tax ID": "Tax ID",
"Lead Source": "Lead Source",
"Archive ?": "Archive ?",
"Pay Instructions": "Pay Instructions",
"Hourly Amount": "Hourly Amount",
"Rounding Increment": "Rounding Increment",
"Currency": "Currency",
"Stripe Client ID": "Stripe Client ID",
"Notes": "Notes",
"Client Name": "Client Name",
"Project Name": "项目名称",
"Status": "状态",
"Description": "描述",
"Start Date": "Start Date",
"Due Date": "Due Date",
"Priority": "Priority",
"Subtasks": "Subtasks",
"Assigned To": "Assigned To",
"Custom Values": "Custom Values",
"Client": "Client",
"Client Portal Access": "Client Portal Access",
"Show time worked in portal ?": "Show time worked in portal ?",
"Fee Type": "Fee Type",
"Amount": "Amount",
"Estimate maximum Amount": "Estimate maximum Amount",
"Estimate minimum Amount": "Estimate minimum Amount",
"Is amount taxable ?": "Is amount taxable ?",
"Method": "方法",
"Headers": "信头",
"Query Parameters": "查询参数",
"Body": "正文内容",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "失败时没有错误",
"Timeout (in seconds)": "超时(秒)",
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 country code",
"Valid 3-Letter ISO 4217 currency code.": "Valid 3-Letter ISO 4217 currency code.",
"Exact match of a client name in your CRM": "Exact match of a client name in your CRM",
"Exact match of a project that is owned by the client.": "Exact match of a project that is owned by the client.",
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
"Numeric priority for sorting in kanban.": "Numeric priority for sorting in kanban.",
"email addresses of users in the workspace.": "email addresses of users in the workspace.",
"Please enter date in YYYY-MM-DD format.": "Please enter date in YYYY-MM-DD format.",
"One of: None, Overview, Full access, or Read only.": "One of: None, Overview, Full access, or Read only.",
"One of: Hourly, Fixed Price, Retainer, Per Item.": "One of: Hourly, Fixed Price, Retainer, Per Item.",
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
"Prospect": "Prospect",
"Not Visible": "Not Visible",
"Overview only": "Overview only",
"Read only project collaboration": "Read only project collaboration",
"Full project collaboration": "Full project collaboration",
"Hourly": "Hourly",
"Fixed Price": "Fixed Price",
"Retainer": "Retainer",
"Per Item": "Per Item",
"GET": "获取",
"POST": "帖子",
"PATCH": "PATCH",
"PUT": "弹出",
"DELETE": "删除",
"HEAD": "黑色",
"Client Created": "Client Created",
"Client Updated": "Client Updated",
"Client Deleted": "Client Deleted",
"Project Created": "Project Created",
"Project Updated": "Project Updated",
"Project Completed": "Project Completed",
"Task Created": "Task Created",
"Task Updated": "Task Updated",
"Task Deleted": "Task Deleted",
"Client Task Approval": "Client Task Approval",
"Form Submitted": "Form Submitted",
"Time Entry Created": "Time Entry Created",
"Time Entry Updated": "Time Entry Updated",
"Time Entry Deleted": "Time Entry Deleted",
"Meeting Scheduled": "Meeting Scheduled",
"Meeting Updated": "Meeting Updated",
"Meeting Cancelled": "Meeting Cancelled",
"Opportunity Created": "Opportunity Created",
"Opportunity Updated": "Opportunity Updated",
"Opportunity Deleted": "Opportunity Deleted",
"Invoice Sent": "Invoice Sent",
"Payment Received": "Payment Received",
"Triggered when a new client is created.": "Triggered when a new client is created.",
"Triggered when an existing client is updated.": "Triggered when an existing client is updated.",
"Triggered when an existing client is deleted.": "Triggered when an existing client is deleted.",
"Triggered when a new project is created.": "Triggered when a new project is created.",
"Triggered when an existing project is updated.": "Triggered when an existing project is updated.",
"Triggered when an existing project is completed.": "Triggered when an existing project is completed.",
"Triggered when a new task is created.": "Triggered when a new task is created.",
"Triggered when an existing task is updated.": "Triggered when an existing task is updated.",
"Triggered when an existing task is deleted.": "Triggered when an existing task is deleted.",
"Triggered when a task is moved to client approval.": "Triggered when a task is moved to client approval.",
"Triggered when a new form is submitted.": "Triggered when a new form is submitted.",
"Triggered when a new time entry is created.": "Triggered when a new time entry is created.",
"Triggered when an existing time entry is updated.": "Triggered when an existing time entry is updated.",
"Triggered when an existing time entry is deleted.": "Triggered when an existing time entry is deleted.",
"Triggered when a new meeting is scheduled.": "Triggered when a new meeting is scheduled.",
"Triggered when an existing meeting is updated.": "Triggered when an existing meeting is updated.",
"Triggered when a meeting is cancelled.": "Triggered when a meeting is cancelled.",
"Triggered when a new pipeline opportunity is created.": "Triggered when a new pipeline opportunity is created.",
"Triggered when an existing opportunity is updated.": "Triggered when an existing opportunity is updated.",
"Triggered when an existing pipeline opportunity is deleted.": "Triggered when an existing pipeline opportunity is deleted.",
"Triggered when an invoice is sent.": "Triggered when an invoice is sent.",
"Triggered when a payment is received.": "Triggered when a payment is received.",
"Markdown": "Markdown",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ",
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n "
}