@activepieces/piece-beebole 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/src/i18n/de.json +93 -0
- package/src/i18n/es.json +93 -0
- package/src/i18n/fr.json +93 -0
- package/src/i18n/ja.json +93 -0
- package/src/i18n/nl.json +93 -0
- package/src/i18n/pt.json +93 -0
- package/src/i18n/translation.json +93 -0
- package/src/i18n/zh.json +93 -0
- package/src/lib/actions/create-company.d.ts.map +1 -1
- package/src/lib/actions/create-company.js +5 -0
- package/src/lib/actions/create-company.js.map +1 -1
- package/src/lib/actions/create-multiple-time-entries.d.ts.map +1 -1
- package/src/lib/actions/create-multiple-time-entries.js +5 -0
- package/src/lib/actions/create-multiple-time-entries.js.map +1 -1
- package/src/lib/actions/create-person.d.ts.map +1 -1
- package/src/lib/actions/create-person.js +5 -0
- package/src/lib/actions/create-person.js.map +1 -1
- package/src/lib/actions/create-project.d.ts.map +1 -1
- package/src/lib/actions/create-project.js +5 -0
- package/src/lib/actions/create-project.js.map +1 -1
- package/src/lib/actions/create-subproject.d.ts.map +1 -1
- package/src/lib/actions/create-subproject.js +5 -0
- package/src/lib/actions/create-subproject.js.map +1 -1
- package/src/lib/actions/deactivate-subproject.d.ts.map +1 -1
- package/src/lib/actions/deactivate-subproject.js +5 -0
- package/src/lib/actions/deactivate-subproject.js.map +1 -1
- package/src/lib/actions/delete-multiple-time-entries.d.ts.map +1 -1
- package/src/lib/actions/delete-multiple-time-entries.js +5 -0
- package/src/lib/actions/delete-multiple-time-entries.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-beebole",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@activepieces/pieces-common": "0.12.3",
|
|
12
|
-
"@activepieces/pieces-framework": "0.
|
|
13
|
-
"@activepieces/shared": "0.
|
|
12
|
+
"@activepieces/pieces-framework": "0.30.0",
|
|
13
|
+
"@activepieces/shared": "0.87.1",
|
|
14
14
|
"tslib": "2.6.2"
|
|
15
15
|
}
|
|
16
16
|
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Time tracking and project management. Create companies, projects, people, and log time entries.": "Zeiterfassung und Projektmanagement. Erstellen Sie Firmen, Projekte, Personen und Log-Zeiteinträge.",
|
|
3
|
+
"To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api": "Um deinen Beebole API Token zu erhalten:\n\n1. Melde dich bei deinem Beebole Account unter https://beebole-apps. om\n2. Gehen Sie zu **Anpassen → API Token**\n3. Generiere ein neues API Token \n4. Kopiere das Token und füge es unter\n\nBrauchst du Hilfe? Siehe https://beebole.com/help/api",
|
|
4
|
+
"Create Person": "Person erstellen",
|
|
5
|
+
"Create Company": "Firma erstellen",
|
|
6
|
+
"Create Project": "Projekt erstellen",
|
|
7
|
+
"Create Subproject": "Unterprojekt erstellen",
|
|
8
|
+
"Deactivate Subproject": "Unterprojekt deaktivieren",
|
|
9
|
+
"Create Multiple Time Entries": "Mehrere Zeiteinträge erstellen",
|
|
10
|
+
"Delete Multiple Time Entries": "Mehrere Zeiteinträge löschen",
|
|
11
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
12
|
+
"Creates a new person in Beebole. An available license is required for the person to be active.": "Erstellt eine neue Person in Beebole. Eine verfügbare Lizenz wird benötigt, damit die Person aktiv sein kann.",
|
|
13
|
+
"Creates a new company (customer) in Beebole.": "Erstellt eine neue Firma (Kunden) in Beebole.",
|
|
14
|
+
"Creates a new project under a company in Beebole.": "Erstellt ein neues Projekt unter einer Firma in Beebole.",
|
|
15
|
+
"Creates a new subproject under an existing project in Beebole.": "Erstellt ein neues Unterprojekt unter einem existierenden Projekt in Beebole.",
|
|
16
|
+
"Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.": "Markiert ein Unterprojekt als inaktiv in Beebole. Inaktive Unterprojekte werden aus neuen Zeiteinträgen verborgen.",
|
|
17
|
+
"Creates time entries (working time or absence) across multiple days in Beebole.": "Erstellt Zeiteinträge (Arbeitszeit oder Abwesenheit) über mehrere Tage in Beebole.",
|
|
18
|
+
"Deletes multiple time entries (working time or absence) by their IDs and dates.": "Löscht mehrere Zeiteinträge (Arbeitszeit oder Abwesenheit) nach IDs und Datum.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
20
|
+
"Company": "Firma",
|
|
21
|
+
"Full Name": "Voller Name",
|
|
22
|
+
"Email": "E-Mail",
|
|
23
|
+
"Send Invitation Email": "Einladungs-E-Mail senden",
|
|
24
|
+
"User Group": "Benutzergruppe",
|
|
25
|
+
"Company Name": "Firmenname",
|
|
26
|
+
"Internal Company": "Internes Unternehmen",
|
|
27
|
+
"Project Name": "Projekt Name",
|
|
28
|
+
"Start Date": "Startdatum",
|
|
29
|
+
"Description": "Beschreibung",
|
|
30
|
+
"Project": "Projekt",
|
|
31
|
+
"Subproject Name": "Name des Unterprojekts",
|
|
32
|
+
"Subproject": "Unterprojekt",
|
|
33
|
+
"Entry Type": "Eintragstyp",
|
|
34
|
+
"Absence Type": "Abwesenheitstyp",
|
|
35
|
+
"Dates": "Daten",
|
|
36
|
+
"Hours per Day": "Stunden pro Tag",
|
|
37
|
+
"Comment": "Kommentar",
|
|
38
|
+
"Continue on Error": "Bei Fehler fortfahren",
|
|
39
|
+
"Time Entries to Delete": "Zu löschende Zeiteinträge",
|
|
40
|
+
"Method": "Methode",
|
|
41
|
+
"Headers": "Kopfzeilen",
|
|
42
|
+
"Query Parameters": "Abfrageparameter",
|
|
43
|
+
"Body Type": "Körpertyp",
|
|
44
|
+
"Body": "Körper",
|
|
45
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
46
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
47
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
48
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
49
|
+
"The company this person belongs to.": "Die Firma, zu der diese Person gehört.",
|
|
50
|
+
"The full name of the person (e.g. \"Jane Doe\").": "Der vollständige Name der Person (z.B. \"Jane Doe\").",
|
|
51
|
+
"Email address. Required if you want to invite the person to log in to Beebole.": "E-Mail-Adresse. Wird benötigt, wenn Sie die Person einladen möchten, sich in Beebole einzuloggen.",
|
|
52
|
+
"Send an invitation email so the person can log in to Beebole. Requires an email address.": "Senden Sie eine Einladungs-E-Mail, damit sich die Person in Beebole einloggen kann. Benötigt eine E-Mail-Adresse.",
|
|
53
|
+
"The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.": "Die Berechtigungsstufe für diese Person. \"Mitarbeiter\" kann die Zeit protokollieren; \"Projektleitung\" kann auch Projekte verwalten; \"Admin\" hat vollen Zugriff.",
|
|
54
|
+
"The name of the company (customer) to create.": "Der Name des Unternehmens (Kunden) zu schaffen.",
|
|
55
|
+
"Enable if this company represents your own organization (internal/corporate) rather than a customer.": "Aktivieren, wenn dieses Unternehmen Ihre eigene Organisation (intern/corporate) und nicht einen Kunden repräsentiert.",
|
|
56
|
+
"The company (customer) that owns this project.": "Die Firma (Kunde), die dieses Projekt besitzt.",
|
|
57
|
+
"The name of the new project (e.g. \"Website Redesign\").": "Der Name des neuen Projekts (z.B. \"Website Redesign\").",
|
|
58
|
+
"The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.": "Das Startdatum des Projekts im Format JJJJJ-MM-TT (z.B. \"2026-01-15\"). Leer lassen für kein Startdatum.",
|
|
59
|
+
"Optional description of the project.": "Optionale Beschreibung des Projekts.",
|
|
60
|
+
"The company that owns the parent project.": "Das Unternehmen, das das übergeordnete Projekt besitzt.",
|
|
61
|
+
"The project that will contain this subproject.": "Das Projekt, das dieses Unterprojekt enthalten wird.",
|
|
62
|
+
"The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").": "Der Name des neuen Unterprojekts (z.B. \"Prototype\", \"Phase 1\").",
|
|
63
|
+
"The company that owns the project.": "Das Unternehmen, das das Projekt besitzt.",
|
|
64
|
+
"The project containing the subproject to deactivate.": "Das Projekt, das das zu deaktivierende Unterprojekt enthält.",
|
|
65
|
+
"The subproject to deactivate.": "Das zu deaktivierende Unterprojekt.",
|
|
66
|
+
"Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).": "Wählen Sie, ob Sie die Arbeitszeit auf einem Teilprojekt oder Abwesenheit (z.B. Urlaub, Krankheitsausflug) protokollieren.",
|
|
67
|
+
"The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.": "Der Abwesenheitstyp (z.B. Urlaub, Sick Leave), um sich an den ausgewählten Daten anzumelden.",
|
|
68
|
+
"The project containing the subproject.": "Das Projekt, das das Unterprojekt enthält.",
|
|
69
|
+
"The subproject to log working time against.": "Das Unterprojekt mit dem die Arbeitszeit protokolliert werden soll.",
|
|
70
|
+
"The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").": "Die Datumsangaben zur Erstellung von Zeiteinträgen im YYYY-MM-TT Format (z.B. \"2026-05-21\").",
|
|
71
|
+
"The number of hours to log for each date (e.g. 8 for a full working day).": "Die Anzahl der zu meldenden Stunden für jedes Datum (z.B. 8 für einen vollen Arbeitstag).",
|
|
72
|
+
"Optional comment applied to every created time entry.": "Optionaler Kommentar wird auf jeden erstellten Zeiteintrag angewendet.",
|
|
73
|
+
"If enabled, a failure on one date will not stop creation for the remaining dates.": "Wenn aktiviert, wird ein Fehler an einem Datum die Erstellung für die verbleibenden Daten nicht stoppen.",
|
|
74
|
+
"List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).": "Liste der zu löschenden Zeiteinträge. Jede Zeile benötigt die ID des Zeiteintrags und das Datum des eingeloggten Datums (JJJJ-MM-T).",
|
|
75
|
+
"If enabled, a failure on one entry will not stop deletion for the remaining entries.": "Wenn aktiviert, wird ein Fehler bei einem Eintrag die Löschung für die restlichen Einträge nicht stoppen.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
77
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
78
|
+
"Employee": "Mitarbeiter",
|
|
79
|
+
"Project Lead": "Projektleiter",
|
|
80
|
+
"Administrator": "Administrator",
|
|
81
|
+
"Working Time": "Arbeitszeit",
|
|
82
|
+
"Absence": "Abwesenheit",
|
|
83
|
+
"GET": "ERHALTEN",
|
|
84
|
+
"POST": "POST",
|
|
85
|
+
"PATCH": "PATCH",
|
|
86
|
+
"PUT": "PUT",
|
|
87
|
+
"DELETE": "LÖSCHEN",
|
|
88
|
+
"HEAD": "HEAD",
|
|
89
|
+
"None": "Keine",
|
|
90
|
+
"JSON": "JSON",
|
|
91
|
+
"Form Data": "Formulardaten",
|
|
92
|
+
"Raw": "Rohe"
|
|
93
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Time tracking and project management. Create companies, projects, people, and log time entries.": "Gestión de tiempo y gestión de proyectos. Crea empresas, proyectos, personas y registros de entradas.",
|
|
3
|
+
"To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api": "Para obtener su token API Beebole:\n\n1. Inicie sesión en su cuenta Beebole en https://beebole-apps. om\n2. Ve a **Personalizar → Token API**\n3. Genera un nuevo token de API \n4. Copia el token y pégalo debajo de\n\n¿Necesita ayuda? Vea https://beebole.com/help/api",
|
|
4
|
+
"Create Person": "Crear Persona",
|
|
5
|
+
"Create Company": "Crear empresa",
|
|
6
|
+
"Create Project": "Crear proyecto",
|
|
7
|
+
"Create Subproject": "Crear Subproyecto",
|
|
8
|
+
"Deactivate Subproject": "Desactivar Subproyecto",
|
|
9
|
+
"Create Multiple Time Entries": "Crear múltiples entradas de tiempo",
|
|
10
|
+
"Delete Multiple Time Entries": "Eliminar múltiples entradas de tiempo",
|
|
11
|
+
"Custom API Call": "Llamada API personalizada",
|
|
12
|
+
"Creates a new person in Beebole. An available license is required for the person to be active.": "Crea una nueva persona en Beebole. Se requiere una licencia disponible para que la persona esté activa.",
|
|
13
|
+
"Creates a new company (customer) in Beebole.": "Crea una nueva empresa (cliente) en Beebole.",
|
|
14
|
+
"Creates a new project under a company in Beebole.": "Crea un nuevo proyecto bajo una empresa en Beebole.",
|
|
15
|
+
"Creates a new subproject under an existing project in Beebole.": "Crea un nuevo subproyecto bajo un proyecto existente en Beebole.",
|
|
16
|
+
"Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.": "Marca un subproyecto como inactivo en Beebole. Los subproyectos inactivos están ocultos en las nuevas entradas de tiempo.",
|
|
17
|
+
"Creates time entries (working time or absence) across multiple days in Beebole.": "Crea entradas de tiempo (tiempo de trabajo o ausencia) en varios días en Beebole.",
|
|
18
|
+
"Deletes multiple time entries (working time or absence) by their IDs and dates.": "Elimina múltiples entradas de tiempo (tiempo de trabajo o ausencia) por sus IDs y fechas.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
20
|
+
"Company": "Empresa",
|
|
21
|
+
"Full Name": "Nombre completo",
|
|
22
|
+
"Email": "E-mail",
|
|
23
|
+
"Send Invitation Email": "Enviar Email de Invitación",
|
|
24
|
+
"User Group": "Grupo de Usuarios",
|
|
25
|
+
"Company Name": "Nombre De La Empresa",
|
|
26
|
+
"Internal Company": "Empresa interna",
|
|
27
|
+
"Project Name": "Nombre del proyecto",
|
|
28
|
+
"Start Date": "Fecha de inicio",
|
|
29
|
+
"Description": "Descripción",
|
|
30
|
+
"Project": "Projekt",
|
|
31
|
+
"Subproject Name": "Nombre del subproyecto",
|
|
32
|
+
"Subproject": "Subproyecto",
|
|
33
|
+
"Entry Type": "Tipo de entrada",
|
|
34
|
+
"Absence Type": "Tipo de ausencia",
|
|
35
|
+
"Dates": "Fechas",
|
|
36
|
+
"Hours per Day": "Horas por día",
|
|
37
|
+
"Comment": "Comentario",
|
|
38
|
+
"Continue on Error": "Continuar por error",
|
|
39
|
+
"Time Entries to Delete": "Entradas de tiempo a eliminar",
|
|
40
|
+
"Method": "Método",
|
|
41
|
+
"Headers": "Encabezados",
|
|
42
|
+
"Query Parameters": "Parámetros de consulta",
|
|
43
|
+
"Body Type": "Tipo de cuerpo",
|
|
44
|
+
"Body": "Cuerpo",
|
|
45
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
46
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
47
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
48
|
+
"Follow redirects": "Seguir redirecciones",
|
|
49
|
+
"The company this person belongs to.": "La empresa a la que pertenece esta persona.",
|
|
50
|
+
"The full name of the person (e.g. \"Jane Doe\").": "El nombre completo de la persona (por ejemplo, \"Jane Doe\").",
|
|
51
|
+
"Email address. Required if you want to invite the person to log in to Beebole.": "Dirección de correo electrónico. Necesario si quieres invitar a la persona a iniciar sesión en Beebole.",
|
|
52
|
+
"Send an invitation email so the person can log in to Beebole. Requires an email address.": "Enviar un correo electrónico de invitación para que la persona pueda iniciar sesión en Beebole. Requiere una dirección de correo electrónico.",
|
|
53
|
+
"The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.": "El nivel de permisos para esta persona. \"Empleado\" puede registrar el tiempo; \"Projekt Lead\" también puede administrar proyectos; \"Admin\" tiene acceso completo.",
|
|
54
|
+
"The name of the company (customer) to create.": "El nombre de la empresa (cliente) a crear.",
|
|
55
|
+
"Enable if this company represents your own organization (internal/corporate) rather than a customer.": "Habilitar si esta empresa representa a su propia organización (internal/corporal) en lugar de un cliente.",
|
|
56
|
+
"The company (customer) that owns this project.": "La empresa (cliente) propietaria de este proyecto.",
|
|
57
|
+
"The name of the new project (e.g. \"Website Redesign\").": "El nombre del nuevo proyecto (por ejemplo, \"Rediseñar Sitio Web\").",
|
|
58
|
+
"The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.": "La fecha de inicio del proyecto en formato AAA-MM-DD (por ejemplo, \"2026-01-15\"). Deje en blanco para no tener fecha de inicio.",
|
|
59
|
+
"Optional description of the project.": "Descripción opcional del proyecto.",
|
|
60
|
+
"The company that owns the parent project.": "La empresa propietaria del proyecto matriz.",
|
|
61
|
+
"The project that will contain this subproject.": "El proyecto que contendrá este subproyecto.",
|
|
62
|
+
"The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").": "El nombre del nuevo subproyecto (por ejemplo, \"Prototipo\", \"Fase 1\").",
|
|
63
|
+
"The company that owns the project.": "La empresa propietaria del proyecto.",
|
|
64
|
+
"The project containing the subproject to deactivate.": "El proyecto que contiene el subproyecto a desactivar.",
|
|
65
|
+
"The subproject to deactivate.": "El subproyecto a desactivar.",
|
|
66
|
+
"Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).": "Elija si está registrando tiempo de trabajo en un subproyecto o una ausencia (por ejemplo, vacaciones, baja por enfermedad).",
|
|
67
|
+
"The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.": "El tipo de ausencia (por ejemplo, vacío, baja por enfermedad) para iniciar sesión en las fechas seleccionadas.",
|
|
68
|
+
"The project containing the subproject.": "El proyecto que contiene el subproyecto.",
|
|
69
|
+
"The subproject to log working time against.": "El subproyecto para registrar el tiempo de trabajo en su lugar.",
|
|
70
|
+
"The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").": "Las fechas para crear entradas de hora para cada una de ellas en formato AAA-MM-DD (por ejemplo, \"2026-05-21\").",
|
|
71
|
+
"The number of hours to log for each date (e.g. 8 for a full working day).": "El número de horas de registro para cada fecha (por ejemplo, 8 por un día laborable completo).",
|
|
72
|
+
"Optional comment applied to every created time entry.": "Comentario opcional aplicado a cada entrada de hora creada.",
|
|
73
|
+
"If enabled, a failure on one date will not stop creation for the remaining dates.": "Si se activa, un fallo en una fecha no detendrá la creación para las fechas restantes.",
|
|
74
|
+
"List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).": "Lista de entradas de tiempo para eliminar. Cada fila requiere el ID de entrada de hora y la fecha en la que se conectó (AAAA-MM-DD).",
|
|
75
|
+
"If enabled, a failure on one entry will not stop deletion for the remaining entries.": "Si se activa, un fallo en una entrada no parará la eliminación para las entradas restantes.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
77
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
78
|
+
"Employee": "Empleado",
|
|
79
|
+
"Project Lead": "Líder del proyecto",
|
|
80
|
+
"Administrator": "Administrador",
|
|
81
|
+
"Working Time": "Tiempo de trabajo",
|
|
82
|
+
"Absence": "Ausencia",
|
|
83
|
+
"GET": "RECOGER",
|
|
84
|
+
"POST": "POST",
|
|
85
|
+
"PATCH": "PATCH",
|
|
86
|
+
"PUT": "PUT",
|
|
87
|
+
"DELETE": "BORRAR",
|
|
88
|
+
"HEAD": "LIMPIO",
|
|
89
|
+
"None": "Ninguna",
|
|
90
|
+
"JSON": "JSON",
|
|
91
|
+
"Form Data": "Datos de Formulario",
|
|
92
|
+
"Raw": "Rápido"
|
|
93
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Time tracking and project management. Create companies, projects, people, and log time entries.": "Suivi du temps et gestion du projet. Créez des entreprises, des projets, des personnes et des entrées de temps.",
|
|
3
|
+
"To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api": "Pour obtenir votre jeton API Beebole :\n\n1. Connectez-vous à votre compte Beebole sur https://beebole-apps. om\n2. Allez sur **Personnaliser → Jeton API**\n3. Générer un nouveau jeton API \n4. Copiez le jeton et collez-le sous\n\nBesoin d'aide ? Voir https://beebole.com/help/api",
|
|
4
|
+
"Create Person": "Créer une personne",
|
|
5
|
+
"Create Company": "Créer une entreprise",
|
|
6
|
+
"Create Project": "Créer un projet",
|
|
7
|
+
"Create Subproject": "Créer un sous-projet",
|
|
8
|
+
"Deactivate Subproject": "Désactiver le sous-projet",
|
|
9
|
+
"Create Multiple Time Entries": "Créer plusieurs entrées de temps",
|
|
10
|
+
"Delete Multiple Time Entries": "Supprimer plusieurs entrées temporelles",
|
|
11
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
12
|
+
"Creates a new person in Beebole. An available license is required for the person to be active.": "Crée une nouvelle personne dans Beebole. Une licence disponible est nécessaire pour que la personne soit active.",
|
|
13
|
+
"Creates a new company (customer) in Beebole.": "Crée une nouvelle entreprise (client) à Beebole.",
|
|
14
|
+
"Creates a new project under a company in Beebole.": "Crée un nouveau projet dans une entreprise à Beebole.",
|
|
15
|
+
"Creates a new subproject under an existing project in Beebole.": "Crée un nouveau sous-projet dans le cadre d'un projet existant dans Beebole.",
|
|
16
|
+
"Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.": "Marque un sous-projet comme inactif dans Beebole. Les sous-projets inactifs sont masqués dans les nouvelles entrées de temps.",
|
|
17
|
+
"Creates time entries (working time or absence) across multiple days in Beebole.": "Crée des entrées de temps (temps de travail ou absence) à travers plusieurs jours dans Beebole.",
|
|
18
|
+
"Deletes multiple time entries (working time or absence) by their IDs and dates.": "Supprime plusieurs entrées temps (temps de travail ou absence) par leurs identifiants et dates.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
20
|
+
"Company": "Entreprise",
|
|
21
|
+
"Full Name": "Nom complet",
|
|
22
|
+
"Email": "Courriel",
|
|
23
|
+
"Send Invitation Email": "Envoyer un e-mail d'invitation",
|
|
24
|
+
"User Group": "Groupe d'utilisateurs",
|
|
25
|
+
"Company Name": "Nom de l’entreprise",
|
|
26
|
+
"Internal Company": "Entreprise interne",
|
|
27
|
+
"Project Name": "Project Name",
|
|
28
|
+
"Start Date": "Date de début",
|
|
29
|
+
"Description": "Libellé",
|
|
30
|
+
"Project": "Votre compte",
|
|
31
|
+
"Subproject Name": "Nom du sous-projet",
|
|
32
|
+
"Subproject": "Sous-projet",
|
|
33
|
+
"Entry Type": "Type d'entrée",
|
|
34
|
+
"Absence Type": "Type d'absence",
|
|
35
|
+
"Dates": "Dates",
|
|
36
|
+
"Hours per Day": "Heures par jour",
|
|
37
|
+
"Comment": "Commenter",
|
|
38
|
+
"Continue on Error": "Continuer en cas d'erreur",
|
|
39
|
+
"Time Entries to Delete": "Entrées de temps à supprimer",
|
|
40
|
+
"Method": "Méthode",
|
|
41
|
+
"Headers": "Headers",
|
|
42
|
+
"Query Parameters": "Paramètres de requête",
|
|
43
|
+
"Body Type": "Body Type",
|
|
44
|
+
"Body": "Body",
|
|
45
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
46
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
47
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
48
|
+
"Follow redirects": "Suivre les redirections",
|
|
49
|
+
"The company this person belongs to.": "La société à laquelle cette personne appartient.",
|
|
50
|
+
"The full name of the person (e.g. \"Jane Doe\").": "Le nom complet de la personne (par exemple \"Jane Doe\").",
|
|
51
|
+
"Email address. Required if you want to invite the person to log in to Beebole.": "Adresse e-mail. Requis si vous voulez inviter la personne à se connecter à Beebole.",
|
|
52
|
+
"Send an invitation email so the person can log in to Beebole. Requires an email address.": "Envoyer un e-mail d'invitation pour que la personne puisse se connecter à Beebole. Nécessite une adresse e-mail.",
|
|
53
|
+
"The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.": "Le niveau de permission pour cette personne. \"Employé\" peut enregistrer le temps; \"Chef de projet\" peut également gérer les projets; \"Admin\" a un accès complet.",
|
|
54
|
+
"The name of the company (customer) to create.": "Le nom de la société (client) à créer.",
|
|
55
|
+
"Enable if this company represents your own organization (internal/corporate) rather than a customer.": "Activer si cette entreprise représente votre propre organisation (interne/entreprise) plutôt qu'un client.",
|
|
56
|
+
"The company (customer) that owns this project.": "La société (client) propriétaire de ce projet.",
|
|
57
|
+
"The name of the new project (e.g. \"Website Redesign\").": "Le nom du nouveau projet (par exemple \"Site Redesign\").",
|
|
58
|
+
"The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.": "La date de début du projet au format AAAA-MM-JJ (par exemple \"2026-01-15\"). Laisser vide pour pas de date de début.",
|
|
59
|
+
"Optional description of the project.": "Description facultative du projet.",
|
|
60
|
+
"The company that owns the parent project.": "La société propriétaire du projet mère.",
|
|
61
|
+
"The project that will contain this subproject.": "Le projet qui contiendra ce sous-projet.",
|
|
62
|
+
"The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").": "Le nom du nouveau sous-projet (par exemple \"Prototype\", \"Phase 1\").",
|
|
63
|
+
"The company that owns the project.": "La société propriétaire du projet.",
|
|
64
|
+
"The project containing the subproject to deactivate.": "Le projet contenant le sous-projet à désactiver.",
|
|
65
|
+
"The subproject to deactivate.": "Le sous-projet à désactiver.",
|
|
66
|
+
"Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).": "Choisissez si vous enregistrez du temps de travail sur un sous-projet ou une absence (par exemple, les vacances, les congés de maladie).",
|
|
67
|
+
"The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.": "Le type d'absence (ex: vacances, congé de maladie) pour se connecter aux dates sélectionnées.",
|
|
68
|
+
"The project containing the subproject.": "Le projet contenant le sous-projet.",
|
|
69
|
+
"The subproject to log working time against.": "Le sous-projet pour enregistrer le temps de travail.",
|
|
70
|
+
"The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").": "Les dates pour créer des entrées horaires, chacune au format AAAA-MM-JJ (par exemple \"2026-05-21\").",
|
|
71
|
+
"The number of hours to log for each date (e.g. 8 for a full working day).": "Le nombre d'heures à enregistrer pour chaque date (par exemple 8 pour un jour ouvrable complet).",
|
|
72
|
+
"Optional comment applied to every created time entry.": "Commentaire facultatif appliqué à chaque entrée de temps créée.",
|
|
73
|
+
"If enabled, a failure on one date will not stop creation for the remaining dates.": "Si activé, un échec à une date n'arrêtera pas la création pour les dates restantes.",
|
|
74
|
+
"List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).": "Liste des entrées temporelles à supprimer. Chaque ligne nécessite l'identifiant de saisie de l'heure et la date à laquelle elle a été connectée (AAAAA-MM-JJ).",
|
|
75
|
+
"If enabled, a failure on one entry will not stop deletion for the remaining entries.": "Si activé, un échec sur une entrée n'arrêtera pas la suppression pour les entrées restantes.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
77
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
78
|
+
"Employee": "Employé",
|
|
79
|
+
"Project Lead": "Responsable du projet",
|
|
80
|
+
"Administrator": "Administrateur",
|
|
81
|
+
"Working Time": "Temps de travail",
|
|
82
|
+
"Absence": "Absence",
|
|
83
|
+
"GET": "GET",
|
|
84
|
+
"POST": "POST",
|
|
85
|
+
"PATCH": "PATCH",
|
|
86
|
+
"PUT": "PUT",
|
|
87
|
+
"DELETE": "DELETE",
|
|
88
|
+
"HEAD": "HEAD",
|
|
89
|
+
"None": "Aucun",
|
|
90
|
+
"JSON": "JSON",
|
|
91
|
+
"Form Data": "Données du formulaire",
|
|
92
|
+
"Raw": "Brut"
|
|
93
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Time tracking and project management. Create companies, projects, people, and log time entries.": "時間追跡とプロジェクト管理。会社、プロジェクト、人、およびログのタイムエントリを作成します。",
|
|
3
|
+
"To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api": "To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api",
|
|
4
|
+
"Create Person": "ユーザーを作成",
|
|
5
|
+
"Create Company": "所属を作成",
|
|
6
|
+
"Create Project": "プロジェクトを作成",
|
|
7
|
+
"Create Subproject": "サブプロジェクトを作成",
|
|
8
|
+
"Deactivate Subproject": "サブプロジェクトを無効にする",
|
|
9
|
+
"Create Multiple Time Entries": "複数の時間エントリーを作成",
|
|
10
|
+
"Delete Multiple Time Entries": "複数の時間エントリを削除",
|
|
11
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
12
|
+
"Creates a new person in Beebole. An available license is required for the person to be active.": "Beeboleで新しい人を作成します。有効にするには使用可能なライセンスが必要です。",
|
|
13
|
+
"Creates a new company (customer) in Beebole.": "Beeboleに新しい会社(顧客)を作成します。",
|
|
14
|
+
"Creates a new project under a company in Beebole.": "Beeboleの会社の下に新しいプロジェクトを作成します。",
|
|
15
|
+
"Creates a new subproject under an existing project in Beebole.": "Beebole の既存のプロジェクトの下に新しいサブプロジェクトを作成します。",
|
|
16
|
+
"Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.": "Beeboleではサブプロジェクトを非アクティブとしてマークします。非アクティブなサブプロジェクトは新しい時間のエントリから非表示になります。",
|
|
17
|
+
"Creates time entries (working time or absence) across multiple days in Beebole.": "Beeboleで複数日のタイムエントリ(作業時間または不在)を作成します。",
|
|
18
|
+
"Deletes multiple time entries (working time or absence) by their IDs and dates.": "IDと日付で複数のタイムエントリ(作業時間または不在)を削除します。",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
20
|
+
"Company": "会社名",
|
|
21
|
+
"Full Name": "フルネーム",
|
|
22
|
+
"Email": "Eメールアドレス",
|
|
23
|
+
"Send Invitation Email": "招待メールを送信",
|
|
24
|
+
"User Group": "ユーザーグループ",
|
|
25
|
+
"Company Name": "会社名",
|
|
26
|
+
"Internal Company": "社内企業",
|
|
27
|
+
"Project Name": "プロジェクト名",
|
|
28
|
+
"Start Date": "開始日",
|
|
29
|
+
"Description": "Description",
|
|
30
|
+
"Project": "プロジェクト",
|
|
31
|
+
"Subproject Name": "サブプロジェクト名",
|
|
32
|
+
"Subproject": "サブプロジェクト",
|
|
33
|
+
"Entry Type": "エントリタイプ",
|
|
34
|
+
"Absence Type": "不在の種類",
|
|
35
|
+
"Dates": "日付",
|
|
36
|
+
"Hours per Day": "1日あたりの時間",
|
|
37
|
+
"Comment": "コメント",
|
|
38
|
+
"Continue on Error": "エラー時に続ける",
|
|
39
|
+
"Time Entries to Delete": "削除する時間項目",
|
|
40
|
+
"Method": "方法",
|
|
41
|
+
"Headers": "ヘッダー",
|
|
42
|
+
"Query Parameters": "クエリパラメータ",
|
|
43
|
+
"Body Type": "ボディタイプ",
|
|
44
|
+
"Body": "本文",
|
|
45
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
46
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
47
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
48
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
49
|
+
"The company this person belongs to.": "この人が属する会社。",
|
|
50
|
+
"The full name of the person (e.g. \"Jane Doe\").": "人物の完全な名前(例:\"ジェーンDoe\")。",
|
|
51
|
+
"Email address. Required if you want to invite the person to log in to Beebole.": "メールアドレスです。Beeboleにログインする人を招待する場合に必要です。",
|
|
52
|
+
"Send an invitation email so the person can log in to Beebole. Requires an email address.": "招待メールを送信して、その人がビーボーにログインできるようにします。メールアドレスが必要です。",
|
|
53
|
+
"The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.": "この人物の権限レベル。「従業員」は時間を記録できます。「プロジェクトリード」はプロジェクトを管理することもできます。「管理者」はフルアクセス権を持っています。",
|
|
54
|
+
"The name of the company (customer) to create.": "作成する会社(顧客)の名前。",
|
|
55
|
+
"Enable if this company represents your own organization (internal/corporate) rather than a customer.": "この会社が顧客ではなく、自分の組織(内部/企業)を表す場合に有効にします。",
|
|
56
|
+
"The company (customer) that owns this project.": "このプロジェクトを所有する会社(顧客)。",
|
|
57
|
+
"The name of the new project (e.g. \"Website Redesign\").": "新規プロジェクトの名前 (例: 「ウェブサイトの再設定」)。",
|
|
58
|
+
"The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.": "プロジェクトの開始日はYYYY-MM-DD形式(例:\"2026-01-15\")です。開始日を指定しない場合は空白のままにします。",
|
|
59
|
+
"Optional description of the project.": "プロジェクトの任意の説明。",
|
|
60
|
+
"The company that owns the parent project.": "親プロジェクトを所有する会社。",
|
|
61
|
+
"The project that will contain this subproject.": "このサブプロジェクトを含むプロジェクト。",
|
|
62
|
+
"The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").": "新規サブプロジェクトの名前 (例: \"プロトタイプ\"、\"フェーズ1\")。",
|
|
63
|
+
"The company that owns the project.": "プロジェクトを所有している会社。",
|
|
64
|
+
"The project containing the subproject to deactivate.": "無効にするサブプロジェクトを含むプロジェクト。",
|
|
65
|
+
"The subproject to deactivate.": "無効にするサブプロジェクト。",
|
|
66
|
+
"Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).": "サブプロジェクトで作業時間を記録しているか、不在か (休暇、休暇など) を選択します。",
|
|
67
|
+
"The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.": "選択した日付にログインする不在のタイプ (例: 休暇、病気休暇)。",
|
|
68
|
+
"The project containing the subproject.": "サブプロジェクトを含むプロジェクト。",
|
|
69
|
+
"The subproject to log working time against.": "作業時間を記録するサブプロジェクト。",
|
|
70
|
+
"The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").": "YYYY-MM-DD形式(例:\"2026-05-21\")でタイムエントリを作成する日付。",
|
|
71
|
+
"The number of hours to log for each date (e.g. 8 for a full working day).": "日付ごとにログに記録する時間数(例:1日あたり8時間)。",
|
|
72
|
+
"Optional comment applied to every created time entry.": "作成されたすべての時間エントリに適用される任意のコメント。",
|
|
73
|
+
"If enabled, a failure on one date will not stop creation for the remaining dates.": "有効にすると、残りの日付の作成が停止しません。",
|
|
74
|
+
"List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).": "削除するタイムエントリのリスト。各行には、タイムエントリIDとログオンした日付(YYYY-MM-DD)が必要です。",
|
|
75
|
+
"If enabled, a failure on one entry will not stop deletion for the remaining entries.": "有効にすると、1つのエントリの失敗は残りのエントリの削除を停止しません。",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
77
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
78
|
+
"Employee": "従業員数",
|
|
79
|
+
"Project Lead": "プロジェクトリード",
|
|
80
|
+
"Administrator": "管理者",
|
|
81
|
+
"Working Time": "作業時間",
|
|
82
|
+
"Absence": "Absence",
|
|
83
|
+
"GET": "GET",
|
|
84
|
+
"POST": "POST",
|
|
85
|
+
"PATCH": "PATCH",
|
|
86
|
+
"PUT": "PUT",
|
|
87
|
+
"DELETE": "DELETE",
|
|
88
|
+
"HEAD": "HEAD",
|
|
89
|
+
"None": "なし",
|
|
90
|
+
"JSON": "JSON",
|
|
91
|
+
"Form Data": "フォームデータ",
|
|
92
|
+
"Raw": "Raw"
|
|
93
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Time tracking and project management. Create companies, projects, people, and log time entries.": "Tijdregistratie en projectbeheer. Maak bedrijven, projecten, mensen aan en log tijdregistraties.",
|
|
3
|
+
"To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api": "Om je Beebole API token te verkrijgen:\n\n1. Log in op je Beebole account bij https://beebole-apps. om\n2. Ga naar **Aanpassen → API Token**\n3. Genereer een nieuwe API token \n4. Kopieer de token en plak het hieronder\n\nHulp nodig? Zie https://beebole.com/help/api",
|
|
4
|
+
"Create Person": "Maak persoon aan",
|
|
5
|
+
"Create Company": "Bedrijf aanmaken",
|
|
6
|
+
"Create Project": "Project aanmaken",
|
|
7
|
+
"Create Subproject": "Subprojekt aanmaken",
|
|
8
|
+
"Deactivate Subproject": "Subproject deactiveren",
|
|
9
|
+
"Create Multiple Time Entries": "Meerdere tijdroveringen aanmaken",
|
|
10
|
+
"Delete Multiple Time Entries": "Verwijder meerdere tijdroveringen",
|
|
11
|
+
"Custom API Call": "Custom API Call",
|
|
12
|
+
"Creates a new person in Beebole. An available license is required for the person to be active.": "Maakt een nieuwe persoon aan in Beebole. Een beschikbare licentie is vereist om de persoon actief te maken.",
|
|
13
|
+
"Creates a new company (customer) in Beebole.": "Maakt een nieuw bedrijf (klant) in Beebole.",
|
|
14
|
+
"Creates a new project under a company in Beebole.": "Maakt een nieuw project aan onder een bedrijf in Beebole.",
|
|
15
|
+
"Creates a new subproject under an existing project in Beebole.": "Maakt een nieuw subproject aan onder een bestaand project in Beebole.",
|
|
16
|
+
"Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.": "Markeert een subproject als inactief in Beebole. Inactieve subprojecten worden verborgen voor nieuwe tijden.",
|
|
17
|
+
"Creates time entries (working time or absence) across multiple days in Beebole.": "Maakt tijdregistraties (werktijd of afwezigheid) aan over meerdere dagen in Beebole.",
|
|
18
|
+
"Deletes multiple time entries (working time or absence) by their IDs and dates.": "Verwijdert meerdere tijdregistraties (werktijd of afwezigheid) door hun IDs en data.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
20
|
+
"Company": "Bedrijfsnaam",
|
|
21
|
+
"Full Name": "Volledige naam",
|
|
22
|
+
"Email": "E-mail",
|
|
23
|
+
"Send Invitation Email": "Uitnodigingsmail verzenden",
|
|
24
|
+
"User Group": "Gebruikers groep",
|
|
25
|
+
"Company Name": "Bedrijfsnaam",
|
|
26
|
+
"Internal Company": "Intern bedrijf",
|
|
27
|
+
"Project Name": "Projectnaam",
|
|
28
|
+
"Start Date": "Start datum",
|
|
29
|
+
"Description": "Beschrijving",
|
|
30
|
+
"Project": "Project",
|
|
31
|
+
"Subproject Name": "Subproject naam",
|
|
32
|
+
"Subproject": "Subprojekt",
|
|
33
|
+
"Entry Type": "Type vermelding",
|
|
34
|
+
"Absence Type": "Afwezigheid type",
|
|
35
|
+
"Dates": "Datums",
|
|
36
|
+
"Hours per Day": "Uren per dag",
|
|
37
|
+
"Comment": "Opmerking",
|
|
38
|
+
"Continue on Error": "Ga verder op fout",
|
|
39
|
+
"Time Entries to Delete": "Tijd om te verwijderen",
|
|
40
|
+
"Method": "Methode",
|
|
41
|
+
"Headers": "Kopteksten",
|
|
42
|
+
"Query Parameters": "Query parameters",
|
|
43
|
+
"Body Type": "Type lichaam",
|
|
44
|
+
"Body": "Lichaam",
|
|
45
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
46
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
47
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
48
|
+
"Follow redirects": "Volg omleidingen",
|
|
49
|
+
"The company this person belongs to.": "Het bedrijf waartoe deze persoon behoort.",
|
|
50
|
+
"The full name of the person (e.g. \"Jane Doe\").": "De volledige naam van de persoon (bijv. \"Jane Doe\").",
|
|
51
|
+
"Email address. Required if you want to invite the person to log in to Beebole.": "E-mail adres. Vereist als u de persoon wilt uitnodigen om in te loggen op Beebole.",
|
|
52
|
+
"Send an invitation email so the person can log in to Beebole. Requires an email address.": "Stuur een uitnodigingsmail om in te loggen op Beebole. Vereist een e-mailadres.",
|
|
53
|
+
"The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.": "Het permissieniveau voor deze persoon. \"Werknemer\" kan tijd loggen; \"Projectleider\" kan ook projecten beheren; \"Beheerders\" heeft volledige toegang.",
|
|
54
|
+
"The name of the company (customer) to create.": "De naam van het bedrijf (klant) om te maken.",
|
|
55
|
+
"Enable if this company represents your own organization (internal/corporate) rather than a customer.": "Inschakelen als dit bedrijf uw eigen organisatie vertegenwoordigt (internal/corporate) in plaats van een klant.",
|
|
56
|
+
"The company (customer) that owns this project.": "Het bedrijf (klant) dat eigenaar is van dit project.",
|
|
57
|
+
"The name of the new project (e.g. \"Website Redesign\").": "De naam van het nieuwe project (bijv. \"Website Herontwerp\").",
|
|
58
|
+
"The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.": "De startdatum van het project in YYYY-MM-DD formaat (bijv. \"2026-01-15\"). Laat leeg voor geen begindatum.",
|
|
59
|
+
"Optional description of the project.": "Optionele beschrijving van het project.",
|
|
60
|
+
"The company that owns the parent project.": "Het bedrijf dat eigenaar is van het bovenliggende project.",
|
|
61
|
+
"The project that will contain this subproject.": "Het project dat deze subproject zal bevatten.",
|
|
62
|
+
"The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").": "De naam van het nieuwe subproject (bijv. \"Prototype\", \"Fase 1\").",
|
|
63
|
+
"The company that owns the project.": "Het bedrijf dat het project bezit.",
|
|
64
|
+
"The project containing the subproject to deactivate.": "Het project met het te deactiveren subproject.",
|
|
65
|
+
"The subproject to deactivate.": "Het subproject om te deactiveren.",
|
|
66
|
+
"Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).": "Kies of u de werktijd logt op een subproject of afwezigheid (bijvoorbeeld vakanties, zieke verlies).",
|
|
67
|
+
"The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.": "De afwezigheid type (bijv. Vacation, Sick Leave) om te loggen op de geselecteerde data.",
|
|
68
|
+
"The project containing the subproject.": "Het project met het subproject.",
|
|
69
|
+
"The subproject to log working time against.": "Het subproject om de werktijd tegen te loggen.",
|
|
70
|
+
"The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").": "De datum voor het aanmaken van een tijd invoer, elk in JJJJ-MM-DD formaat (bijv. \"2026-05-21\").",
|
|
71
|
+
"The number of hours to log for each date (e.g. 8 for a full working day).": "Het aantal te loggen uren voor elke datum (bv. 8 voor een volledige werkdag).",
|
|
72
|
+
"Optional comment applied to every created time entry.": "Optioneel commentaar toegepast op elke aangemaakte tijdregistratie.",
|
|
73
|
+
"If enabled, a failure on one date will not stop creation for the remaining dates.": "Indien ingeschakeld, zal een mislukking op één datum niet stoppen met het maken van de resterende datums.",
|
|
74
|
+
"List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).": "Lijst met tijdvermeldingen om te verwijderen. Elke rij vereist een tijd-ID en de datum waarop het was aangemeld (YYYY-MM-DDD).",
|
|
75
|
+
"If enabled, a failure on one entry will not stop deletion for the remaining entries.": "Indien ingeschakeld, zal een fout bij één invoer niet stoppen met het verwijderen van de resterende vermeldingen.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
77
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
78
|
+
"Employee": "Werknemer",
|
|
79
|
+
"Project Lead": "Project Lead",
|
|
80
|
+
"Administrator": "Beheerder",
|
|
81
|
+
"Working Time": "Werktijd",
|
|
82
|
+
"Absence": "Afwezigheid",
|
|
83
|
+
"GET": "KRIJG",
|
|
84
|
+
"POST": "POSTE",
|
|
85
|
+
"PATCH": "BEKIJK",
|
|
86
|
+
"PUT": "PUT",
|
|
87
|
+
"DELETE": "VERWIJDEREN",
|
|
88
|
+
"HEAD": "HOOFD",
|
|
89
|
+
"None": "geen",
|
|
90
|
+
"JSON": "JSON",
|
|
91
|
+
"Form Data": "Formulieren gegevens",
|
|
92
|
+
"Raw": "Onbewerkte"
|
|
93
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Time tracking and project management. Create companies, projects, people, and log time entries.": "Controle de tempo e gerenciamento de projetos. Crie empresas, projetos, pessoas e registre entradas de tempo.",
|
|
3
|
+
"To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api": "Para obter o seu token de API Beebole:\n\n1. Faça o login em sua conta Beebole em https://beebole-apps. om\n2. Vá para **Personalize → API Token**\n3. Gerar um novo token de API \n4. Copie o token e cole abaixo\n\nPrecisa de ajuda? Veja https://beebole.com/help/api",
|
|
4
|
+
"Create Person": "Criar Pessoa",
|
|
5
|
+
"Create Company": "Criar Empresa",
|
|
6
|
+
"Create Project": "Criar Projeto",
|
|
7
|
+
"Create Subproject": "Criar subprojeto",
|
|
8
|
+
"Deactivate Subproject": "Desativar subprojeto",
|
|
9
|
+
"Create Multiple Time Entries": "Criar Lançamentos Múltiplos Tempo",
|
|
10
|
+
"Delete Multiple Time Entries": "Excluir Lançamentos Múltiplos Tempo",
|
|
11
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
12
|
+
"Creates a new person in Beebole. An available license is required for the person to be active.": "Cria uma nova pessoa no Beebole. É necessária uma licença disponível para a pessoa estar ativa.",
|
|
13
|
+
"Creates a new company (customer) in Beebole.": "Cria uma nova empresa (cliente) no Beebole.",
|
|
14
|
+
"Creates a new project under a company in Beebole.": "Cria um novo projeto sob uma empresa no Beebole.",
|
|
15
|
+
"Creates a new subproject under an existing project in Beebole.": "Cria um novo subprojeto sob um projeto existente no Beebole.",
|
|
16
|
+
"Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.": "Marca um subprojeto como inativo no Beebole. Subprojetos inativos são ocultados de novas entradas de tempo.",
|
|
17
|
+
"Creates time entries (working time or absence) across multiple days in Beebole.": "Cria entradas de tempo (tempo de trabalho ou ausência) durante vários dias em Beebole.",
|
|
18
|
+
"Deletes multiple time entries (working time or absence) by their IDs and dates.": "Exclui várias entradas de tempo (tempo de trabalho ou ausência) por suas identificações e datas.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
20
|
+
"Company": "Empresas",
|
|
21
|
+
"Full Name": "Nome Completo",
|
|
22
|
+
"Email": "e-mail",
|
|
23
|
+
"Send Invitation Email": "Enviar e-mail de convite",
|
|
24
|
+
"User Group": "Grupo de usuários",
|
|
25
|
+
"Company Name": "Nome da Empresa",
|
|
26
|
+
"Internal Company": "Empresa interna",
|
|
27
|
+
"Project Name": "Nome do Projeto",
|
|
28
|
+
"Start Date": "Data Inicial",
|
|
29
|
+
"Description": "Descrição",
|
|
30
|
+
"Project": "Projecto",
|
|
31
|
+
"Subproject Name": "Nome do subprojeto",
|
|
32
|
+
"Subproject": "Subprojeto",
|
|
33
|
+
"Entry Type": "Tipo de referência",
|
|
34
|
+
"Absence Type": "Tipo de Ausência",
|
|
35
|
+
"Dates": "Datas",
|
|
36
|
+
"Hours per Day": "Horas por dia",
|
|
37
|
+
"Comment": "Comentar",
|
|
38
|
+
"Continue on Error": "Continuar em erro",
|
|
39
|
+
"Time Entries to Delete": "Lançamentos de Tempo a excluir",
|
|
40
|
+
"Method": "Método",
|
|
41
|
+
"Headers": "Cabeçalhos",
|
|
42
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
43
|
+
"Body Type": "Tipo de Corpo",
|
|
44
|
+
"Body": "Conteúdo",
|
|
45
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
46
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
47
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
48
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
49
|
+
"The company this person belongs to.": "A empresa a qual essa pessoa pertence.",
|
|
50
|
+
"The full name of the person (e.g. \"Jane Doe\").": "O nome completo da pessoa (ex: \"Jane Doe\").",
|
|
51
|
+
"Email address. Required if you want to invite the person to log in to Beebole.": "Endereço de e-mail. Obrigatório se quiser convidar a pessoa a fazer login no Beebole.",
|
|
52
|
+
"Send an invitation email so the person can log in to Beebole. Requires an email address.": "Envie um e-mail de convite para que a pessoa possa fazer login no Beebole. Requer um endereço de e-mail.",
|
|
53
|
+
"The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.": "O nível de permissão para esta pessoa. \"Empregado\" pode registrar o tempo; \"Líder do Projeto\" também pode gerenciar projetos; \"Admin\" tem acesso total.",
|
|
54
|
+
"The name of the company (customer) to create.": "O nome da empresa (cliente) para criar.",
|
|
55
|
+
"Enable if this company represents your own organization (internal/corporate) rather than a customer.": "Ativar se esta empresa representa sua própria organização (internamente / corporativo) ao invés de um cliente.",
|
|
56
|
+
"The company (customer) that owns this project.": "A empresa (cliente) proprietária deste projeto.",
|
|
57
|
+
"The name of the new project (e.g. \"Website Redesign\").": "O nome do novo projeto (por exemplo, \"Website Redesign\").",
|
|
58
|
+
"The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.": "A data de início do projeto em formato YYYY-MM-DD (por exemplo, \"2026-01-15\"). Deixe em branco para nenhuma data de início.",
|
|
59
|
+
"Optional description of the project.": "Descrição opcional do projeto.",
|
|
60
|
+
"The company that owns the parent project.": "A empresa proprietária do projeto pai.",
|
|
61
|
+
"The project that will contain this subproject.": "O projeto que conterá este subprojeto.",
|
|
62
|
+
"The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").": "O nome do novo subprojeto (por exemplo, \"Protótipo\", \"Fase 1\").",
|
|
63
|
+
"The company that owns the project.": "A empresa proprietária do projeto.",
|
|
64
|
+
"The project containing the subproject to deactivate.": "O projeto que contém o subprojeto a ser desativado.",
|
|
65
|
+
"The subproject to deactivate.": "O subprojeto a ser desativado.",
|
|
66
|
+
"Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).": "Escolha se você está registrando o tempo de trabalho em um subprojeto ou em uma ausência (por exemplo, férias, licença de doença).",
|
|
67
|
+
"The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.": "Tipo de ausência (por exemplo, Vaca, Folha Doente) para registrar as datas selecionadas.",
|
|
68
|
+
"The project containing the subproject.": "O projeto que contém o subprojeto.",
|
|
69
|
+
"The subproject to log working time against.": "O subprojeto para registrar o tempo de trabalho.",
|
|
70
|
+
"The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").": "As datas para criar entradas de tempo, cada um no formato YYYY-MM-DD (ex. \"2026-05-21\").",
|
|
71
|
+
"The number of hours to log for each date (e.g. 8 for a full working day).": "O número de horas de registo para cada data (ex.: 8 para um dia de trabalho completo).",
|
|
72
|
+
"Optional comment applied to every created time entry.": "Comentário opcional aplicado a cada entrada de tempo criada.",
|
|
73
|
+
"If enabled, a failure on one date will not stop creation for the remaining dates.": "Se ativado, uma falha em uma data não irá parar a criação para as datas restantes.",
|
|
74
|
+
"List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).": "Lista de entradas de tempo para excluir. Cada linha requer o ID da entrada de horário e a data em que foi logado (AAAA-MM-DD).",
|
|
75
|
+
"If enabled, a failure on one entry will not stop deletion for the remaining entries.": "Se ativado, uma falha em uma entrada não irá parar a exclusão das entradas restantes.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
77
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
78
|
+
"Employee": "Funcionário",
|
|
79
|
+
"Project Lead": "Potencial de Projeto",
|
|
80
|
+
"Administrator": "Administrador",
|
|
81
|
+
"Working Time": "Tempo De Trabalho",
|
|
82
|
+
"Absence": "Ausência",
|
|
83
|
+
"GET": "OBTER",
|
|
84
|
+
"POST": "POSTAR",
|
|
85
|
+
"PATCH": "COMPRAR",
|
|
86
|
+
"PUT": "COLOCAR",
|
|
87
|
+
"DELETE": "EXCLUIR",
|
|
88
|
+
"HEAD": "CABEÇA",
|
|
89
|
+
"None": "Nenhuma",
|
|
90
|
+
"JSON": "JSON",
|
|
91
|
+
"Form Data": "Dados de Formulário",
|
|
92
|
+
"Raw": "RAW"
|
|
93
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Time tracking and project management. Create companies, projects, people, and log time entries.": "Time tracking and project management. Create companies, projects, people, and log time entries.",
|
|
3
|
+
"To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api": "To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api",
|
|
4
|
+
"Create Person": "Create Person",
|
|
5
|
+
"Create Company": "Create Company",
|
|
6
|
+
"Create Project": "Create Project",
|
|
7
|
+
"Create Subproject": "Create Subproject",
|
|
8
|
+
"Deactivate Subproject": "Deactivate Subproject",
|
|
9
|
+
"Create Multiple Time Entries": "Create Multiple Time Entries",
|
|
10
|
+
"Delete Multiple Time Entries": "Delete Multiple Time Entries",
|
|
11
|
+
"Custom API Call": "Custom API Call",
|
|
12
|
+
"Creates a new person in Beebole. An available license is required for the person to be active.": "Creates a new person in Beebole. An available license is required for the person to be active.",
|
|
13
|
+
"Creates a new company (customer) in Beebole.": "Creates a new company (customer) in Beebole.",
|
|
14
|
+
"Creates a new project under a company in Beebole.": "Creates a new project under a company in Beebole.",
|
|
15
|
+
"Creates a new subproject under an existing project in Beebole.": "Creates a new subproject under an existing project in Beebole.",
|
|
16
|
+
"Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.": "Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.",
|
|
17
|
+
"Creates time entries (working time or absence) across multiple days in Beebole.": "Creates time entries (working time or absence) across multiple days in Beebole.",
|
|
18
|
+
"Deletes multiple time entries (working time or absence) by their IDs and dates.": "Deletes multiple time entries (working time or absence) by their IDs and dates.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
20
|
+
"Company": "Company",
|
|
21
|
+
"Full Name": "Full Name",
|
|
22
|
+
"Email": "Email",
|
|
23
|
+
"Send Invitation Email": "Send Invitation Email",
|
|
24
|
+
"User Group": "User Group",
|
|
25
|
+
"Company Name": "Company Name",
|
|
26
|
+
"Internal Company": "Internal Company",
|
|
27
|
+
"Project Name": "Project Name",
|
|
28
|
+
"Start Date": "Start Date",
|
|
29
|
+
"Description": "Description",
|
|
30
|
+
"Project": "Project",
|
|
31
|
+
"Subproject Name": "Subproject Name",
|
|
32
|
+
"Subproject": "Subproject",
|
|
33
|
+
"Entry Type": "Entry Type",
|
|
34
|
+
"Absence Type": "Absence Type",
|
|
35
|
+
"Dates": "Dates",
|
|
36
|
+
"Hours per Day": "Hours per Day",
|
|
37
|
+
"Comment": "Comment",
|
|
38
|
+
"Continue on Error": "Continue on Error",
|
|
39
|
+
"Time Entries to Delete": "Time Entries to Delete",
|
|
40
|
+
"Method": "Method",
|
|
41
|
+
"Headers": "Headers",
|
|
42
|
+
"Query Parameters": "Query Parameters",
|
|
43
|
+
"Body Type": "Body Type",
|
|
44
|
+
"Body": "Body",
|
|
45
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
46
|
+
"No Error on Failure": "No Error on Failure",
|
|
47
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
48
|
+
"Follow redirects": "Follow redirects",
|
|
49
|
+
"The company this person belongs to.": "The company this person belongs to.",
|
|
50
|
+
"The full name of the person (e.g. \"Jane Doe\").": "The full name of the person (e.g. \"Jane Doe\").",
|
|
51
|
+
"Email address. Required if you want to invite the person to log in to Beebole.": "Email address. Required if you want to invite the person to log in to Beebole.",
|
|
52
|
+
"Send an invitation email so the person can log in to Beebole. Requires an email address.": "Send an invitation email so the person can log in to Beebole. Requires an email address.",
|
|
53
|
+
"The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.": "The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.",
|
|
54
|
+
"The name of the company (customer) to create.": "The name of the company (customer) to create.",
|
|
55
|
+
"Enable if this company represents your own organization (internal/corporate) rather than a customer.": "Enable if this company represents your own organization (internal/corporate) rather than a customer.",
|
|
56
|
+
"The company (customer) that owns this project.": "The company (customer) that owns this project.",
|
|
57
|
+
"The name of the new project (e.g. \"Website Redesign\").": "The name of the new project (e.g. \"Website Redesign\").",
|
|
58
|
+
"The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.": "The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.",
|
|
59
|
+
"Optional description of the project.": "Optional description of the project.",
|
|
60
|
+
"The company that owns the parent project.": "The company that owns the parent project.",
|
|
61
|
+
"The project that will contain this subproject.": "The project that will contain this subproject.",
|
|
62
|
+
"The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").": "The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").",
|
|
63
|
+
"The company that owns the project.": "The company that owns the project.",
|
|
64
|
+
"The project containing the subproject to deactivate.": "The project containing the subproject to deactivate.",
|
|
65
|
+
"The subproject to deactivate.": "The subproject to deactivate.",
|
|
66
|
+
"Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).": "Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).",
|
|
67
|
+
"The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.": "The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.",
|
|
68
|
+
"The project containing the subproject.": "The project containing the subproject.",
|
|
69
|
+
"The subproject to log working time against.": "The subproject to log working time against.",
|
|
70
|
+
"The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").": "The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").",
|
|
71
|
+
"The number of hours to log for each date (e.g. 8 for a full working day).": "The number of hours to log for each date (e.g. 8 for a full working day).",
|
|
72
|
+
"Optional comment applied to every created time entry.": "Optional comment applied to every created time entry.",
|
|
73
|
+
"If enabled, a failure on one date will not stop creation for the remaining dates.": "If enabled, a failure on one date will not stop creation for the remaining dates.",
|
|
74
|
+
"List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).": "List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).",
|
|
75
|
+
"If enabled, a failure on one entry will not stop deletion for the remaining entries.": "If enabled, a failure on one entry will not stop deletion for the remaining entries.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
77
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
78
|
+
"Employee": "Employee",
|
|
79
|
+
"Project Lead": "Project Lead",
|
|
80
|
+
"Administrator": "Administrator",
|
|
81
|
+
"Working Time": "Working Time",
|
|
82
|
+
"Absence": "Absence",
|
|
83
|
+
"GET": "GET",
|
|
84
|
+
"POST": "POST",
|
|
85
|
+
"PATCH": "PATCH",
|
|
86
|
+
"PUT": "PUT",
|
|
87
|
+
"DELETE": "DELETE",
|
|
88
|
+
"HEAD": "HEAD",
|
|
89
|
+
"None": "None",
|
|
90
|
+
"JSON": "JSON",
|
|
91
|
+
"Form Data": "Form Data",
|
|
92
|
+
"Raw": "Raw"
|
|
93
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Time tracking and project management. Create companies, projects, people, and log time entries.": "Time tracking and project management. Create companies, projects, people, and log time entries.",
|
|
3
|
+
"To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api": "To get your Beebole API token:\n\n1. Log in to your Beebole account at https://beebole-apps.com\n2. Go to **Customize → API Token**\n3. Generate a new API token \n4. Copy the token and paste it below\n\nNeed help? See https://beebole.com/help/api",
|
|
4
|
+
"Create Person": "Create Person",
|
|
5
|
+
"Create Company": "Create Company",
|
|
6
|
+
"Create Project": "Create Project",
|
|
7
|
+
"Create Subproject": "Create Subproject",
|
|
8
|
+
"Deactivate Subproject": "Deactivate Subproject",
|
|
9
|
+
"Create Multiple Time Entries": "Create Multiple Time Entries",
|
|
10
|
+
"Delete Multiple Time Entries": "Delete Multiple Time Entries",
|
|
11
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
12
|
+
"Creates a new person in Beebole. An available license is required for the person to be active.": "Creates a new person in Beebole. An available license is required for the person to be active.",
|
|
13
|
+
"Creates a new company (customer) in Beebole.": "Creates a new company (customer) in Beebole.",
|
|
14
|
+
"Creates a new project under a company in Beebole.": "Creates a new project under a company in Beebole.",
|
|
15
|
+
"Creates a new subproject under an existing project in Beebole.": "Creates a new subproject under an existing project in Beebole.",
|
|
16
|
+
"Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.": "Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.",
|
|
17
|
+
"Creates time entries (working time or absence) across multiple days in Beebole.": "Creates time entries (working time or absence) across multiple days in Beebole.",
|
|
18
|
+
"Deletes multiple time entries (working time or absence) by their IDs and dates.": "Deletes multiple time entries (working time or absence) by their IDs and dates.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
20
|
+
"Company": "Company",
|
|
21
|
+
"Full Name": "Full Name",
|
|
22
|
+
"Email": "电子邮件地址",
|
|
23
|
+
"Send Invitation Email": "Send Invitation Email",
|
|
24
|
+
"User Group": "User Group",
|
|
25
|
+
"Company Name": "Company Name",
|
|
26
|
+
"Internal Company": "Internal Company",
|
|
27
|
+
"Project Name": "项目名称",
|
|
28
|
+
"Start Date": "Start Date",
|
|
29
|
+
"Description": "描述",
|
|
30
|
+
"Project": "项目",
|
|
31
|
+
"Subproject Name": "Subproject Name",
|
|
32
|
+
"Subproject": "Subproject",
|
|
33
|
+
"Entry Type": "Entry Type",
|
|
34
|
+
"Absence Type": "Absence Type",
|
|
35
|
+
"Dates": "Dates",
|
|
36
|
+
"Hours per Day": "Hours per Day",
|
|
37
|
+
"Comment": "Comment",
|
|
38
|
+
"Continue on Error": "Continue on Error",
|
|
39
|
+
"Time Entries to Delete": "Time Entries to Delete",
|
|
40
|
+
"Method": "方法",
|
|
41
|
+
"Headers": "信头",
|
|
42
|
+
"Query Parameters": "查询参数",
|
|
43
|
+
"Body Type": "Body Type",
|
|
44
|
+
"Body": "正文内容",
|
|
45
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
46
|
+
"No Error on Failure": "失败时没有错误",
|
|
47
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
48
|
+
"Follow redirects": "Follow redirects",
|
|
49
|
+
"The company this person belongs to.": "The company this person belongs to.",
|
|
50
|
+
"The full name of the person (e.g. \"Jane Doe\").": "The full name of the person (e.g. \"Jane Doe\").",
|
|
51
|
+
"Email address. Required if you want to invite the person to log in to Beebole.": "Email address. Required if you want to invite the person to log in to Beebole.",
|
|
52
|
+
"Send an invitation email so the person can log in to Beebole. Requires an email address.": "Send an invitation email so the person can log in to Beebole. Requires an email address.",
|
|
53
|
+
"The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.": "The permission level for this person. \"Employee\" can log time; \"Project Lead\" can also manage projects; \"Admin\" has full access.",
|
|
54
|
+
"The name of the company (customer) to create.": "The name of the company (customer) to create.",
|
|
55
|
+
"Enable if this company represents your own organization (internal/corporate) rather than a customer.": "Enable if this company represents your own organization (internal/corporate) rather than a customer.",
|
|
56
|
+
"The company (customer) that owns this project.": "The company (customer) that owns this project.",
|
|
57
|
+
"The name of the new project (e.g. \"Website Redesign\").": "The name of the new project (e.g. \"Website Redesign\").",
|
|
58
|
+
"The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.": "The project start date in YYYY-MM-DD format (e.g. \"2026-01-15\"). Leave empty for no start date.",
|
|
59
|
+
"Optional description of the project.": "Optional description of the project.",
|
|
60
|
+
"The company that owns the parent project.": "The company that owns the parent project.",
|
|
61
|
+
"The project that will contain this subproject.": "The project that will contain this subproject.",
|
|
62
|
+
"The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").": "The name of the new subproject (e.g. \"Prototype\", \"Phase 1\").",
|
|
63
|
+
"The company that owns the project.": "The company that owns the project.",
|
|
64
|
+
"The project containing the subproject to deactivate.": "The project containing the subproject to deactivate.",
|
|
65
|
+
"The subproject to deactivate.": "The subproject to deactivate.",
|
|
66
|
+
"Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).": "Choose whether you are logging working time on a subproject or an absence (e.g. vacation, sick leave).",
|
|
67
|
+
"The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.": "The absence type (e.g. Vacation, Sick Leave) to log on the selected dates.",
|
|
68
|
+
"The project containing the subproject.": "The project containing the subproject.",
|
|
69
|
+
"The subproject to log working time against.": "The subproject to log working time against.",
|
|
70
|
+
"The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").": "The dates to create time entries for, each in YYYY-MM-DD format (e.g. \"2026-05-21\").",
|
|
71
|
+
"The number of hours to log for each date (e.g. 8 for a full working day).": "The number of hours to log for each date (e.g. 8 for a full working day).",
|
|
72
|
+
"Optional comment applied to every created time entry.": "Optional comment applied to every created time entry.",
|
|
73
|
+
"If enabled, a failure on one date will not stop creation for the remaining dates.": "If enabled, a failure on one date will not stop creation for the remaining dates.",
|
|
74
|
+
"List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).": "List of time entries to delete. Each row requires the time entry ID and the date it was logged on (YYYY-MM-DD).",
|
|
75
|
+
"If enabled, a failure on one entry will not stop deletion for the remaining entries.": "If enabled, a failure on one entry will not stop deletion for the remaining entries.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
77
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
78
|
+
"Employee": "Employee",
|
|
79
|
+
"Project Lead": "Project Lead",
|
|
80
|
+
"Administrator": "Administrator",
|
|
81
|
+
"Working Time": "Working Time",
|
|
82
|
+
"Absence": "Absence",
|
|
83
|
+
"GET": "获取",
|
|
84
|
+
"POST": "帖子",
|
|
85
|
+
"PATCH": "PATCH",
|
|
86
|
+
"PUT": "弹出",
|
|
87
|
+
"DELETE": "删除",
|
|
88
|
+
"HEAD": "黑色",
|
|
89
|
+
"None": "无",
|
|
90
|
+
"JSON": "JSON",
|
|
91
|
+
"Form Data": "表单数据",
|
|
92
|
+
"Raw": "原始文件"
|
|
93
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-company.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-company.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,mBAAmB;;;
|
|
1
|
+
{"version":3,"file":"create-company.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-company.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,mBAAmB;;;EA0C9B,CAAC"}
|
|
@@ -10,6 +10,11 @@ exports.createCompanyAction = (0, pieces_framework_1.createAction)({
|
|
|
10
10
|
name: 'create_company',
|
|
11
11
|
displayName: 'Create Company',
|
|
12
12
|
description: 'Creates a new company (customer) in Beebole.',
|
|
13
|
+
audience: 'both',
|
|
14
|
+
aiMetadata: {
|
|
15
|
+
description: 'Creates a company in Beebole, either an external customer or, when marked internal/corporate, your own organization. Use as the top-level container before creating projects under it. Not idempotent: each call creates a new company even if one with the same name already exists.',
|
|
16
|
+
idempotent: false,
|
|
17
|
+
},
|
|
13
18
|
props: {
|
|
14
19
|
name: pieces_framework_1.Property.ShortText({
|
|
15
20
|
displayName: 'Company Name',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-company.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-company.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,6CAAiD;AACjD,yCAA6C;AAahC,QAAA,mBAAmB,GAAG,IAAA,+BAAY,EAAC;IAC9C,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,8CAA8C;IAC3D,KAAK,EAAE;QACL,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,+CAA+C;YAC5D,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC3B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,sGAAsG;YACnH,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,KAAK;SACpB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAAwB;gBAC/D,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE;oBACJ,OAAO,EAAE,gBAAgB;oBACzB,OAAO,EAAE;wBACP,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,IAAI;wBAC7B,SAAS,EAAE,MAAA,OAAO,CAAC,UAAU,CAAC,SAAS,mCAAI,KAAK;qBACjD;iBACF;aACF,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAGD,OAAO,QAAQ,CAAC,IAAI,CAAA;QACtB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"create-company.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-company.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,6CAAiD;AACjD,yCAA6C;AAahC,QAAA,mBAAmB,GAAG,IAAA,+BAAY,EAAC;IAC9C,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,8CAA8C;IAC3D,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EAAE,uRAAuR;QACpS,UAAU,EAAE,KAAK;KAClB;IACD,KAAK,EAAE;QACL,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,+CAA+C;YAC5D,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC3B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,sGAAsG;YACnH,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,KAAK;SACpB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAAwB;gBAC/D,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE;oBACJ,OAAO,EAAE,gBAAgB;oBACzB,OAAO,EAAE;wBACP,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,IAAI;wBAC7B,SAAS,EAAE,MAAA,OAAO,CAAC,UAAU,CAAC,SAAS,mCAAI,KAAK;qBACjD;iBACF;aACF,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAGD,OAAO,QAAQ,CAAC,IAAI,CAAA;QACtB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-multiple-time-entries.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-multiple-time-entries.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,+BAA+B;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"create-multiple-time-entries.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-multiple-time-entries.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,+BAA+B;;;;;;;;;;EA0J1C,CAAC"}
|
|
@@ -12,6 +12,11 @@ exports.createMultipleTimeEntriesAction = (0, pieces_framework_1.createAction)({
|
|
|
12
12
|
name: 'create_multiple_time_entries',
|
|
13
13
|
displayName: 'Create Multiple Time Entries',
|
|
14
14
|
description: 'Creates time entries (working time or absence) across multiple days in Beebole.',
|
|
15
|
+
audience: 'both',
|
|
16
|
+
aiMetadata: {
|
|
17
|
+
description: 'Logs the same number of hours on each of several dates in Beebole, in one of two modes: working time against a chosen subproject, or an absence of a chosen type (e.g. vacation, sick leave). Use to bulk-log time across a date range; per-date failures are collected rather than aborting unless continue-on-error is disabled. Not idempotent: each call appends new time entries, so repeating it duplicates them.',
|
|
18
|
+
idempotent: false,
|
|
19
|
+
},
|
|
15
20
|
props: {
|
|
16
21
|
entryType: pieces_framework_1.Property.StaticDropdown({
|
|
17
22
|
displayName: 'Entry Type',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-multiple-time-entries.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-multiple-time-entries.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"create-multiple-time-entries.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-multiple-time-entries.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-person.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-person.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,kBAAkB;;;;;;
|
|
1
|
+
{"version":3,"file":"create-person.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-person.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,kBAAkB;;;;;;EAuE7B,CAAC"}
|
|
@@ -11,6 +11,11 @@ exports.createPersonAction = (0, pieces_framework_1.createAction)({
|
|
|
11
11
|
name: 'create_person',
|
|
12
12
|
displayName: 'Create Person',
|
|
13
13
|
description: 'Creates a new person in Beebole. An available license is required for the person to be active.',
|
|
14
|
+
audience: 'both',
|
|
15
|
+
aiMetadata: {
|
|
16
|
+
description: 'Creates a person (employee, project lead, or admin) under a given company in Beebole, optionally emailing them a login invitation when an email is provided. Use to onboard a new team member or contact. Not idempotent: each call creates a new person record and may re-send an invite, with no de-duplication on name or email.',
|
|
17
|
+
idempotent: false,
|
|
18
|
+
},
|
|
14
19
|
props: {
|
|
15
20
|
company: props_1.beeboleProps.companyDropdown({
|
|
16
21
|
required: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-person.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-person.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,yCAA6C;AAC7C,6CAAiD;AACjD,2CAA+C;AAclC,QAAA,kBAAkB,GAAG,IAAA,+BAAY,EAAC;IAC7C,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,eAAe;IAC5B,WAAW,EAAE,gGAAgG;IAC7G,KAAK,EAAE;QACL,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,qCAAqC;SACnD,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,gDAAgD;YAC7D,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,gFAAgF;YAC7F,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,MAAM,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACxB,WAAW,EAAE,uBAAuB;YACpC,WAAW,EAAE,0FAA0F;YACvG,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,KAAK;SACpB,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,cAAc,CAAC;YACjC,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,kIAAkI;YAC/I,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,UAAU;YACxB,OAAO,EAAE;gBACP,OAAO,EAAE;oBACP,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;oBACxC,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE;oBAChD,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,OAAO,EAAE;iBAC3C;aACF;SACF,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,MAAM,GAA4B;gBACtC,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,IAAI;gBAC7B,OAAO,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE;aAC5C,CAAC;YACF,IAAI,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC;gBAC7B,MAAM,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC;YAC7C,CAAC;YACD,IAAI,OAAO,CAAC,UAAU,CAAC,MAAM,KAAK,SAAS,EAAE,CAAC;gBAC5C,MAAM,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC;YAC/C,CAAC;YACD,IAAI,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,CAAC;gBACjC,MAAM,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,SAAS,CAAC;YACrD,CAAC;YAED,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAAuB;gBAC9D,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE;aAC3C,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAED,OAAO,QAAQ,CAAC,IAAI,CAAA;QACtB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"create-person.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-person.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,yCAA6C;AAC7C,6CAAiD;AACjD,2CAA+C;AAclC,QAAA,kBAAkB,GAAG,IAAA,+BAAY,EAAC;IAC7C,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,eAAe;IAC5B,WAAW,EAAE,gGAAgG;IAC7G,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EAAE,qUAAqU;QAClV,UAAU,EAAE,KAAK;KAClB;IACD,KAAK,EAAE;QACL,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,qCAAqC;SACnD,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,gDAAgD;YAC7D,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,gFAAgF;YAC7F,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,MAAM,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACxB,WAAW,EAAE,uBAAuB;YACpC,WAAW,EAAE,0FAA0F;YACvG,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,KAAK;SACpB,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,cAAc,CAAC;YACjC,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,kIAAkI;YAC/I,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,UAAU;YACxB,OAAO,EAAE;gBACP,OAAO,EAAE;oBACP,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;oBACxC,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE;oBAChD,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,OAAO,EAAE;iBAC3C;aACF;SACF,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,MAAM,GAA4B;gBACtC,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,IAAI;gBAC7B,OAAO,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE;aAC5C,CAAC;YACF,IAAI,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC;gBAC7B,MAAM,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC;YAC7C,CAAC;YACD,IAAI,OAAO,CAAC,UAAU,CAAC,MAAM,KAAK,SAAS,EAAE,CAAC;gBAC5C,MAAM,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC;YAC/C,CAAC;YACD,IAAI,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,CAAC;gBACjC,MAAM,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,SAAS,CAAC;YACrD,CAAC;YAED,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAAuB;gBAC9D,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE;aAC3C,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAED,OAAO,QAAQ,CAAC,IAAI,CAAA;QACtB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-project.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-project.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,mBAAmB;;;;;
|
|
1
|
+
{"version":3,"file":"create-project.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-project.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,mBAAmB;;;;;EAsD9B,CAAC"}
|
|
@@ -11,6 +11,11 @@ exports.createProjectAction = (0, pieces_framework_1.createAction)({
|
|
|
11
11
|
name: 'create_project',
|
|
12
12
|
displayName: 'Create Project',
|
|
13
13
|
description: 'Creates a new project under a company in Beebole.',
|
|
14
|
+
audience: 'both',
|
|
15
|
+
aiMetadata: {
|
|
16
|
+
description: 'Creates a project owned by an existing company in Beebole, with an optional start date and description. Use after the company exists and before adding subprojects or logging time. Not idempotent: each call creates a new project even with identical details.',
|
|
17
|
+
idempotent: false,
|
|
18
|
+
},
|
|
14
19
|
props: {
|
|
15
20
|
company: props_1.beeboleProps.companyDropdown({
|
|
16
21
|
required: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-project.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-project.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,yCAA6C;AAC7C,6CAAiD;AACjD,2CAA+C;AAclC,QAAA,mBAAmB,GAAG,IAAA,+BAAY,EAAC;IAC9C,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,mDAAmD;IAChE,KAAK,EAAE;QACL,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,gDAAgD;SAC9D,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,wDAAwD;YACrE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,iGAAiG;YAC9G,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,WAAW,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC7B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,sCAAsC;YACnD,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,OAAO,GAA4B;gBACvC,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,IAAI;gBAC7B,OAAO,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE;aAC5C,CAAC;YACF,IAAI,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,CAAC;gBACjC,OAAO,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,SAAS,CAAC;YACtD,CAAC;YACD,IAAI,OAAO,CAAC,UAAU,CAAC,WAAW,EAAE,CAAC;gBACnC,OAAO,CAAC,aAAa,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC;YAC1D,CAAC;YAED,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAAwB;gBAC/D,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE,EAAE,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE;aAC7C,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAED,OAAO,QAAQ,CAAC,IAAI,CAAA;QACtB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"create-project.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-project.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,yCAA6C;AAC7C,6CAAiD;AACjD,2CAA+C;AAclC,QAAA,mBAAmB,GAAG,IAAA,+BAAY,EAAC;IAC9C,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,mDAAmD;IAChE,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EAAE,kQAAkQ;QAC/Q,UAAU,EAAE,KAAK;KAClB;IACD,KAAK,EAAE;QACL,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,gDAAgD;SAC9D,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,wDAAwD;YACrE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,iGAAiG;YAC9G,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,WAAW,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC7B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,sCAAsC;YACnD,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,OAAO,GAA4B;gBACvC,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,IAAI;gBAC7B,OAAO,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE;aAC5C,CAAC;YACF,IAAI,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,CAAC;gBACjC,OAAO,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,SAAS,CAAC;YACtD,CAAC;YACD,IAAI,OAAO,CAAC,UAAU,CAAC,WAAW,EAAE,CAAC;gBACnC,OAAO,CAAC,aAAa,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC;YAC1D,CAAC;YAED,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAAwB;gBAC/D,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE,EAAE,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE;aAC7C,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAED,OAAO,QAAQ,CAAC,IAAI,CAAA;QACtB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-subproject.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-subproject.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,sBAAsB;;;;
|
|
1
|
+
{"version":3,"file":"create-subproject.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-subproject.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,sBAAsB;;;;EA2CjC,CAAC"}
|
|
@@ -11,6 +11,11 @@ exports.createSubprojectAction = (0, pieces_framework_1.createAction)({
|
|
|
11
11
|
name: 'create_subproject',
|
|
12
12
|
displayName: 'Create Subproject',
|
|
13
13
|
description: 'Creates a new subproject under an existing project in Beebole.',
|
|
14
|
+
audience: 'both',
|
|
15
|
+
aiMetadata: {
|
|
16
|
+
description: 'Creates a subproject inside an existing project (under its company) in Beebole. Use to break a project into work streams that time can be logged against. Not idempotent: each call creates a new subproject even with the same name.',
|
|
17
|
+
idempotent: false,
|
|
18
|
+
},
|
|
14
19
|
props: {
|
|
15
20
|
company: props_1.beeboleProps.companyDropdown({
|
|
16
21
|
required: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-subproject.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-subproject.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,yCAA6C;AAC7C,6CAAiD;AACjD,2CAA+C;AAYlC,QAAA,sBAAsB,GAAG,IAAA,+BAAY,EAAC;IACjD,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,mBAAmB;IAChC,WAAW,EAAE,gEAAgE;IAC7E,KAAK,EAAE;QACL,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,2CAA2C;SACzD,CAAC;QACF,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,gDAAgD;SAC9D,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,iBAAiB;YAC9B,WAAW,EAAE,+DAA+D;YAC5E,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAA2B;gBAClE,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE;oBACJ,OAAO,EAAE,mBAAmB;oBAC5B,UAAU,EAAE;wBACV,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,IAAI;wBAC7B,OAAO,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE;qBAC5C;iBACF;aACF,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAED,OAAO,QAAQ,CAAC,IAAI,CAAA;QACtB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"create-subproject.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-subproject.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,yCAA6C;AAC7C,6CAAiD;AACjD,2CAA+C;AAYlC,QAAA,sBAAsB,GAAG,IAAA,+BAAY,EAAC;IACjD,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,mBAAmB;IAChC,WAAW,EAAE,gEAAgE;IAC7E,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EAAE,uOAAuO;QACpP,UAAU,EAAE,KAAK;KAClB;IACD,KAAK,EAAE;QACL,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,2CAA2C;SACzD,CAAC;QACF,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,gDAAgD;SAC9D,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,iBAAiB;YAC9B,WAAW,EAAE,+DAA+D;YAC5E,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAA2B;gBAClE,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE;oBACJ,OAAO,EAAE,mBAAmB;oBAC5B,UAAU,EAAE;wBACV,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,IAAI;wBAC7B,OAAO,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE;qBAC5C;iBACF;aACF,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAED,OAAO,QAAQ,CAAC,IAAI,CAAA;QACtB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deactivate-subproject.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/deactivate-subproject.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,0BAA0B;;;;
|
|
1
|
+
{"version":3,"file":"deactivate-subproject.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/deactivate-subproject.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,0BAA0B;;;;EA6CrC,CAAC"}
|
|
@@ -11,6 +11,11 @@ exports.deactivateSubprojectAction = (0, pieces_framework_1.createAction)({
|
|
|
11
11
|
name: 'deactivate_subproject',
|
|
12
12
|
displayName: 'Deactivate Subproject',
|
|
13
13
|
description: 'Marks a subproject as inactive in Beebole. Inactive subprojects are hidden from new time entries.',
|
|
14
|
+
audience: 'both',
|
|
15
|
+
aiMetadata: {
|
|
16
|
+
description: 'Deactivates a subproject in Beebole so it is hidden from new time entries while existing entries are preserved. Use to retire a completed or unused work stream. Effectively idempotent: a subproject already inactive stays inactive, though the call still hits the API each time.',
|
|
17
|
+
idempotent: true,
|
|
18
|
+
},
|
|
14
19
|
props: {
|
|
15
20
|
company: props_1.beeboleProps.companyDropdown({
|
|
16
21
|
required: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deactivate-subproject.js","sourceRoot":"","sources":["../../../../src/lib/actions/deactivate-subproject.ts"],"names":[],"mappings":";;;;AAAA,qEAA8D;AAC9D,yCAA6C;AAC7C,6CAAiD;AACjD,2CAA+C;AAOlC,QAAA,0BAA0B,GAAG,IAAA,+BAAY,EAAC;IACrD,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EAAE,uBAAuB;IACpC,WAAW,EAAE,mGAAmG;IAChH,KAAK,EAAE;QACL,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,oCAAoC;SAClD,CAAC;QACF,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,sDAAsD;SACpE,CAAC;QACF,UAAU,EAAE,oBAAY,CAAC,kBAAkB,CAAC;YAC1C,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,+BAA+B;SAC7C,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAA+B;gBACtE,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE;oBACJ,OAAO,EAAE,uBAAuB;oBAChC,EAAE,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;iBAClC;aACF,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAED,OAAO;gBACL,aAAa,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;gBAC5C,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO;gBACtC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO;gBACtC,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC,MAAM;gBAC5B,WAAW,EAAE,IAAI;aAClB,CAAC;QACJ,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"deactivate-subproject.js","sourceRoot":"","sources":["../../../../src/lib/actions/deactivate-subproject.ts"],"names":[],"mappings":";;;;AAAA,qEAA8D;AAC9D,yCAA6C;AAC7C,6CAAiD;AACjD,2CAA+C;AAOlC,QAAA,0BAA0B,GAAG,IAAA,+BAAY,EAAC;IACrD,IAAI,EAAE,kBAAW;IACjB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EAAE,uBAAuB;IACpC,WAAW,EAAE,mGAAmG;IAChH,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EAAE,sRAAsR;QACnS,UAAU,EAAE,IAAI;KACjB;IACD,KAAK,EAAE;QACL,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,oCAAoC;SAClD,CAAC;QACF,OAAO,EAAE,oBAAY,CAAC,eAAe,CAAC;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,sDAAsD;SACpE,CAAC;QACF,UAAU,EAAE,oBAAY,CAAC,kBAAkB,CAAC;YAC1C,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,+BAA+B;SAC7C,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,QAAQ,GAAG,MAAM,sBAAa,CAAC,IAAI,CAA+B;gBACtE,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;gBAC/B,IAAI,EAAE;oBACJ,OAAO,EAAE,uBAAuB;oBAChC,EAAE,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;iBAClC;aACF,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;gBAClC,MAAM,IAAI,KAAK,CAAC,8BAA8B,MAAA,QAAQ,CAAC,IAAI,CAAC,OAAO,mCAAI,eAAe,EAAE,CAAC,CAAC;YAC5F,CAAC;YAED,OAAO;gBACL,aAAa,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;gBAC5C,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO;gBACtC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO;gBACtC,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC,MAAM;gBAC5B,WAAW,EAAE,IAAI;aAClB,CAAC;QACJ,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-multiple-time-entries.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/delete-multiple-time-entries.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,+BAA+B;;;
|
|
1
|
+
{"version":3,"file":"delete-multiple-time-entries.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/delete-multiple-time-entries.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,+BAA+B;;;EAoG1C,CAAC"}
|
|
@@ -11,6 +11,11 @@ exports.deleteMultipleTimeEntriesAction = (0, pieces_framework_1.createAction)({
|
|
|
11
11
|
name: 'delete_multiple_time_entries',
|
|
12
12
|
displayName: 'Delete Multiple Time Entries',
|
|
13
13
|
description: 'Deletes multiple time entries (working time or absence) by their IDs and dates.',
|
|
14
|
+
audience: 'both',
|
|
15
|
+
aiMetadata: {
|
|
16
|
+
description: 'Deletes a batch of time entries in Beebole, each identified by its numeric time-entry ID plus the date it was logged on. Use to remove previously created entries; per-entry failures are collected rather than aborting unless continue-on-error is disabled. Idempotent in effect: once an entry is deleted, re-running with the same IDs has no further effect (already-removed entries simply fail).',
|
|
17
|
+
idempotent: true,
|
|
18
|
+
},
|
|
14
19
|
props: {
|
|
15
20
|
entries: pieces_framework_1.Property.Array({
|
|
16
21
|
displayName: 'Time Entries to Delete',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-multiple-time-entries.js","sourceRoot":"","sources":["../../../../src/lib/actions/delete-multiple-time-entries.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"delete-multiple-time-entries.js","sourceRoot":"","sources":["../../../../src/lib/actions/delete-multiple-time-entries.ts"],"names":[],"mappings":"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"}
|