@open-mercato/core 0.6.7-develop.6676.1.7dad6df292 → 0.6.7-develop.6677.1.beabb7ca12
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 +7 -7
- package/src/modules/attachments/i18n/de.json +12 -0
- package/src/modules/attachments/i18n/en.json +12 -0
- package/src/modules/attachments/i18n/es.json +12 -0
- package/src/modules/attachments/i18n/pl.json +12 -0
- package/src/modules/auth/i18n/de.json +1 -0
- package/src/modules/auth/i18n/en.json +1 -0
- package/src/modules/auth/i18n/es.json +1 -0
- package/src/modules/auth/i18n/pl.json +1 -0
- package/src/modules/catalog/i18n/de.json +18 -0
- package/src/modules/catalog/i18n/en.json +18 -0
- package/src/modules/catalog/i18n/es.json +18 -0
- package/src/modules/catalog/i18n/pl.json +18 -0
- package/src/modules/customers/i18n/de.json +44 -0
- package/src/modules/customers/i18n/en.json +44 -0
- package/src/modules/customers/i18n/es.json +44 -0
- package/src/modules/customers/i18n/pl.json +44 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-mercato/core",
|
|
3
|
-
"version": "0.6.7-develop.
|
|
3
|
+
"version": "0.6.7-develop.6677.1.beabb7ca12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -254,16 +254,16 @@
|
|
|
254
254
|
"zod": "^4.4.3"
|
|
255
255
|
},
|
|
256
256
|
"peerDependencies": {
|
|
257
|
-
"@open-mercato/ai-assistant": "0.6.7-develop.
|
|
258
|
-
"@open-mercato/shared": "0.6.7-develop.
|
|
259
|
-
"@open-mercato/ui": "0.6.7-develop.
|
|
257
|
+
"@open-mercato/ai-assistant": "0.6.7-develop.6677.1.beabb7ca12",
|
|
258
|
+
"@open-mercato/shared": "0.6.7-develop.6677.1.beabb7ca12",
|
|
259
|
+
"@open-mercato/ui": "0.6.7-develop.6677.1.beabb7ca12",
|
|
260
260
|
"react": "^19.0.0",
|
|
261
261
|
"react-dom": "^19.0.0"
|
|
262
262
|
},
|
|
263
263
|
"devDependencies": {
|
|
264
|
-
"@open-mercato/ai-assistant": "0.6.7-develop.
|
|
265
|
-
"@open-mercato/shared": "0.6.7-develop.
|
|
266
|
-
"@open-mercato/ui": "0.6.7-develop.
|
|
264
|
+
"@open-mercato/ai-assistant": "0.6.7-develop.6677.1.beabb7ca12",
|
|
265
|
+
"@open-mercato/shared": "0.6.7-develop.6677.1.beabb7ca12",
|
|
266
|
+
"@open-mercato/ui": "0.6.7-develop.6677.1.beabb7ca12",
|
|
267
267
|
"@testing-library/dom": "^10.4.1",
|
|
268
268
|
"@testing-library/jest-dom": "^6.9.1",
|
|
269
269
|
"@testing-library/react": "^16.3.1",
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"attachments.partitions.errors.delete": "Partition konnte nicht gelöscht werden.",
|
|
111
111
|
"attachments.partitions.errors.load": "Partitionen konnten nicht geladen werden.",
|
|
112
112
|
"attachments.partitions.errors.required": "Code und Titel sind erforderlich.",
|
|
113
|
+
"attachments.partitions.errors.s3BucketRequired": "Der Bucket ist erforderlich, wenn eine separate Zugangsdatenquelle verwendet wird.",
|
|
114
|
+
"attachments.partitions.errors.s3Disabled": "Diese Partition verwendet S3, aber S3 ist deaktiviert. Setze OM_ENABLE_STORAGE_S3=true und starte die Anwendung neu.",
|
|
115
|
+
"attachments.partitions.errors.s3EnvPrefixRequired": "Das Präfix der Umgebungsvariablen ist erforderlich, wenn eine separate Zugangsdatenquelle verwendet wird.",
|
|
113
116
|
"attachments.partitions.errors.save": "Partition konnte nicht gespeichert werden.",
|
|
114
117
|
"attachments.partitions.form.codeLabel": "Code",
|
|
115
118
|
"attachments.partitions.form.codePlaceholder": "z. B. marketingAssets",
|
|
@@ -125,16 +128,25 @@
|
|
|
125
128
|
"attachments.partitions.form.publicLabel": "Öffentlich zugänglich",
|
|
126
129
|
"attachments.partitions.form.s3BucketLabel": "Bucket",
|
|
127
130
|
"attachments.partitions.form.s3BucketOverrideLabel": "Bucket überschreiben (optional)",
|
|
131
|
+
"attachments.partitions.form.s3BucketOverridePlaceholder": "Leer lassen, um den Bucket der Integration zu verwenden",
|
|
128
132
|
"attachments.partitions.form.s3ConfigTitle": "S3-Konfiguration",
|
|
133
|
+
"attachments.partitions.form.s3CredsPrefixHelp": "Liest {PREFIX}_ACCESS_KEY_ID und {PREFIX}_SECRET_ACCESS_KEY aus den Umgebungsvariablen.",
|
|
129
134
|
"attachments.partitions.form.s3CredsPrefixLabel": "Präfix für Zugangsdaten-Umgebungsvariablen",
|
|
135
|
+
"attachments.partitions.form.s3CredsSourceEnv": "Separate Zugangsdaten aus Umgebungsvariablen verwenden",
|
|
136
|
+
"attachments.partitions.form.s3CredsSourceEnvHelp": "Diese Partition verwendet eigene Zugangsdaten aus Umgebungsvariablen. Die Zugangsdaten der Integration werden ignoriert. Bucket und Zugangsdaten-Präfix sind erforderlich.",
|
|
137
|
+
"attachments.partitions.form.s3CredsSourceIntegration": "Zugangsdaten aus dem Integrations-Marktplatz verwenden",
|
|
138
|
+
"attachments.partitions.form.s3CredsSourceIntegrationHelp": "Diese Partition verwendet die in der S3-Integration konfigurierten Zugangsdaten, Bucket, Region und Endpoint. Überschreibe einzelne Felder unten nur bei Bedarf.",
|
|
130
139
|
"attachments.partitions.form.s3CredsSourceLabel": "Quelle der Zugangsdaten",
|
|
131
140
|
"attachments.partitions.form.s3EndpointHelp": "Für AWS S3 leer lassen. Erforderlich für MinIO, DigitalOcean Spaces usw.",
|
|
132
141
|
"attachments.partitions.form.s3EndpointLabel": "Benutzerdefinierter Endpoint",
|
|
133
142
|
"attachments.partitions.form.s3EndpointOverrideLabel": "Benutzerdefinierten Endpoint überschreiben (optional)",
|
|
143
|
+
"attachments.partitions.form.s3EndpointOverridePlaceholder": "Leer lassen, um den Endpoint der Integration zu verwenden",
|
|
134
144
|
"attachments.partitions.form.s3ForcePathStyleLabel": "Path-Style erzwingen (für MinIO erforderlich)",
|
|
135
145
|
"attachments.partitions.form.s3RegionLabel": "Region",
|
|
136
146
|
"attachments.partitions.form.s3RegionOverrideLabel": "Region überschreiben (optional)",
|
|
147
|
+
"attachments.partitions.form.s3RegionOverridePlaceholder": "Leer lassen, um die Region der Integration zu verwenden",
|
|
137
148
|
"attachments.partitions.form.storageDriverLabel": "Speichertreiber",
|
|
149
|
+
"attachments.partitions.form.storageDriverS3DisabledHelp": "S3 ist deaktiviert. Setze OM_ENABLE_STORAGE_S3=true und starte neu, um S3-Partitionen zu aktivieren.",
|
|
138
150
|
"attachments.partitions.form.titleLabel": "Titel",
|
|
139
151
|
"attachments.partitions.form.titlePlaceholder": "z. B. Marketing-Assets",
|
|
140
152
|
"attachments.partitions.locked.description": "Anhang-Partitionen werden durch Umgebungsstandardwerte verwaltet, solange der Demo- oder Onboarding-Modus aktiv ist.",
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"attachments.partitions.errors.delete": "Failed to delete partition.",
|
|
111
111
|
"attachments.partitions.errors.load": "Failed to load partitions.",
|
|
112
112
|
"attachments.partitions.errors.required": "Code and title are required.",
|
|
113
|
+
"attachments.partitions.errors.s3BucketRequired": "Bucket is required when using a separate credentials source.",
|
|
114
|
+
"attachments.partitions.errors.s3Disabled": "This partition uses S3, but S3 is disabled. Set OM_ENABLE_STORAGE_S3=true and restart the app.",
|
|
115
|
+
"attachments.partitions.errors.s3EnvPrefixRequired": "Credentials env prefix is required when using a separate credentials source.",
|
|
113
116
|
"attachments.partitions.errors.save": "Failed to save partition.",
|
|
114
117
|
"attachments.partitions.form.codeLabel": "Code",
|
|
115
118
|
"attachments.partitions.form.codePlaceholder": "e.g. marketingAssets",
|
|
@@ -125,16 +128,25 @@
|
|
|
125
128
|
"attachments.partitions.form.publicLabel": "Publicly accessible",
|
|
126
129
|
"attachments.partitions.form.s3BucketLabel": "Bucket",
|
|
127
130
|
"attachments.partitions.form.s3BucketOverrideLabel": "Bucket override (optional)",
|
|
131
|
+
"attachments.partitions.form.s3BucketOverridePlaceholder": "Leave empty to use integration bucket",
|
|
128
132
|
"attachments.partitions.form.s3ConfigTitle": "S3 Configuration",
|
|
133
|
+
"attachments.partitions.form.s3CredsPrefixHelp": "Reads {PREFIX}_ACCESS_KEY_ID and {PREFIX}_SECRET_ACCESS_KEY from environment variables.",
|
|
129
134
|
"attachments.partitions.form.s3CredsPrefixLabel": "Credentials Env Prefix",
|
|
135
|
+
"attachments.partitions.form.s3CredsSourceEnv": "Use separate env-based credentials",
|
|
136
|
+
"attachments.partitions.form.s3CredsSourceEnvHelp": "This partition uses its own credentials read from environment variables. The integration credentials are ignored. Bucket and credentials prefix are required.",
|
|
137
|
+
"attachments.partitions.form.s3CredsSourceIntegration": "Use Integration Marketplace credentials",
|
|
138
|
+
"attachments.partitions.form.s3CredsSourceIntegrationHelp": "This partition reuses the credentials, bucket, region and endpoint configured in the S3 integration. Override individual fields below only when needed.",
|
|
130
139
|
"attachments.partitions.form.s3CredsSourceLabel": "Credentials source",
|
|
131
140
|
"attachments.partitions.form.s3EndpointHelp": "Leave empty for AWS S3. Required for MinIO, DigitalOcean Spaces, etc.",
|
|
132
141
|
"attachments.partitions.form.s3EndpointLabel": "Custom Endpoint",
|
|
133
142
|
"attachments.partitions.form.s3EndpointOverrideLabel": "Custom endpoint override (optional)",
|
|
143
|
+
"attachments.partitions.form.s3EndpointOverridePlaceholder": "Leave empty to use integration endpoint",
|
|
134
144
|
"attachments.partitions.form.s3ForcePathStyleLabel": "Force Path Style (required for MinIO)",
|
|
135
145
|
"attachments.partitions.form.s3RegionLabel": "Region",
|
|
136
146
|
"attachments.partitions.form.s3RegionOverrideLabel": "Region override (optional)",
|
|
147
|
+
"attachments.partitions.form.s3RegionOverridePlaceholder": "Leave empty to use integration region",
|
|
137
148
|
"attachments.partitions.form.storageDriverLabel": "Storage Driver",
|
|
149
|
+
"attachments.partitions.form.storageDriverS3DisabledHelp": "S3 is disabled. Set OM_ENABLE_STORAGE_S3=true and restart to enable S3 partitions.",
|
|
138
150
|
"attachments.partitions.form.titleLabel": "Title",
|
|
139
151
|
"attachments.partitions.form.titlePlaceholder": "e.g. Marketing assets",
|
|
140
152
|
"attachments.partitions.locked.description": "Attachment partitions are managed by environment defaults while demo or onboarding mode is enabled.",
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"attachments.partitions.errors.delete": "No se pudo eliminar la partición.",
|
|
111
111
|
"attachments.partitions.errors.load": "No se pudieron cargar las particiones.",
|
|
112
112
|
"attachments.partitions.errors.required": "El código y el título son obligatorios.",
|
|
113
|
+
"attachments.partitions.errors.s3BucketRequired": "El bucket es obligatorio cuando se usa una fuente de credenciales independiente.",
|
|
114
|
+
"attachments.partitions.errors.s3Disabled": "Esta partición usa S3, pero S3 está desactivado. Configura OM_ENABLE_STORAGE_S3=true y reinicia la aplicación.",
|
|
115
|
+
"attachments.partitions.errors.s3EnvPrefixRequired": "El prefijo de variables de entorno es obligatorio cuando se usa una fuente de credenciales independiente.",
|
|
113
116
|
"attachments.partitions.errors.save": "No se pudo guardar la partición.",
|
|
114
117
|
"attachments.partitions.form.codeLabel": "Código",
|
|
115
118
|
"attachments.partitions.form.codePlaceholder": "ej. marketingAssets",
|
|
@@ -125,16 +128,25 @@
|
|
|
125
128
|
"attachments.partitions.form.publicLabel": "Acceso público",
|
|
126
129
|
"attachments.partitions.form.s3BucketLabel": "Bucket",
|
|
127
130
|
"attachments.partitions.form.s3BucketOverrideLabel": "Sobrescribir bucket (opcional)",
|
|
131
|
+
"attachments.partitions.form.s3BucketOverridePlaceholder": "Déjalo vacío para usar el bucket de la integración",
|
|
128
132
|
"attachments.partitions.form.s3ConfigTitle": "Configuración S3",
|
|
133
|
+
"attachments.partitions.form.s3CredsPrefixHelp": "Lee {PREFIX}_ACCESS_KEY_ID y {PREFIX}_SECRET_ACCESS_KEY de las variables de entorno.",
|
|
129
134
|
"attachments.partitions.form.s3CredsPrefixLabel": "Prefijo de variables de entorno de credenciales",
|
|
135
|
+
"attachments.partitions.form.s3CredsSourceEnv": "Usar credenciales independientes basadas en el entorno",
|
|
136
|
+
"attachments.partitions.form.s3CredsSourceEnvHelp": "Esta partición usa sus propias credenciales leídas de variables de entorno. Las credenciales de la integración se ignoran. El bucket y el prefijo de credenciales son obligatorios.",
|
|
137
|
+
"attachments.partitions.form.s3CredsSourceIntegration": "Usar credenciales del Marketplace de integraciones",
|
|
138
|
+
"attachments.partitions.form.s3CredsSourceIntegrationHelp": "Esta partición reutiliza las credenciales, el bucket, la región y el endpoint configurados en la integración de S3. Anula los campos individuales de abajo solo cuando sea necesario.",
|
|
130
139
|
"attachments.partitions.form.s3CredsSourceLabel": "Origen de credenciales",
|
|
131
140
|
"attachments.partitions.form.s3EndpointHelp": "Déjelo vacío para AWS S3. Es obligatorio para MinIO, DigitalOcean Spaces, etc.",
|
|
132
141
|
"attachments.partitions.form.s3EndpointLabel": "Endpoint personalizado",
|
|
133
142
|
"attachments.partitions.form.s3EndpointOverrideLabel": "Sobrescribir endpoint personalizado (opcional)",
|
|
143
|
+
"attachments.partitions.form.s3EndpointOverridePlaceholder": "Déjalo vacío para usar el endpoint de la integración",
|
|
134
144
|
"attachments.partitions.form.s3ForcePathStyleLabel": "Forzar Path Style (obligatorio para MinIO)",
|
|
135
145
|
"attachments.partitions.form.s3RegionLabel": "Región",
|
|
136
146
|
"attachments.partitions.form.s3RegionOverrideLabel": "Sobrescribir región (opcional)",
|
|
147
|
+
"attachments.partitions.form.s3RegionOverridePlaceholder": "Déjalo vacío para usar la región de la integración",
|
|
137
148
|
"attachments.partitions.form.storageDriverLabel": "Controlador de almacenamiento",
|
|
149
|
+
"attachments.partitions.form.storageDriverS3DisabledHelp": "S3 está desactivado. Configura OM_ENABLE_STORAGE_S3=true y reinicia para habilitar particiones S3.",
|
|
138
150
|
"attachments.partitions.form.titleLabel": "Título",
|
|
139
151
|
"attachments.partitions.form.titlePlaceholder": "ej. Recursos de marketing",
|
|
140
152
|
"attachments.partitions.locked.description": "Las particiones de archivos adjuntos están administradas por valores predeterminados del entorno mientras el modo demo o de incorporación está activo.",
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"attachments.partitions.errors.delete": "Nie udało się usunąć partycji.",
|
|
111
111
|
"attachments.partitions.errors.load": "Nie udało się załadować partycji.",
|
|
112
112
|
"attachments.partitions.errors.required": "Kod i tytuł są wymagane.",
|
|
113
|
+
"attachments.partitions.errors.s3BucketRequired": "Bucket jest wymagany przy osobnym źródle poświadczeń.",
|
|
114
|
+
"attachments.partitions.errors.s3Disabled": "Ta partycja korzysta z S3, ale S3 jest wyłączone. Ustaw OM_ENABLE_STORAGE_S3=true i uruchom ponownie aplikację.",
|
|
115
|
+
"attachments.partitions.errors.s3EnvPrefixRequired": "Prefiks zmiennych środowiskowych jest wymagany przy osobnym źródle poświadczeń.",
|
|
113
116
|
"attachments.partitions.errors.save": "Nie udało się zapisać partycji.",
|
|
114
117
|
"attachments.partitions.form.codeLabel": "Kod",
|
|
115
118
|
"attachments.partitions.form.codePlaceholder": "np. marketingAssets",
|
|
@@ -125,16 +128,25 @@
|
|
|
125
128
|
"attachments.partitions.form.publicLabel": "Publicznie dostępna",
|
|
126
129
|
"attachments.partitions.form.s3BucketLabel": "Bucket",
|
|
127
130
|
"attachments.partitions.form.s3BucketOverrideLabel": "Nadpisanie bucketu (opcjonalne)",
|
|
131
|
+
"attachments.partitions.form.s3BucketOverridePlaceholder": "Pozostaw puste, aby użyć bucketu z integracji",
|
|
128
132
|
"attachments.partitions.form.s3ConfigTitle": "Konfiguracja S3",
|
|
133
|
+
"attachments.partitions.form.s3CredsPrefixHelp": "Odczytuje {PREFIX}_ACCESS_KEY_ID i {PREFIX}_SECRET_ACCESS_KEY ze zmiennych środowiskowych.",
|
|
129
134
|
"attachments.partitions.form.s3CredsPrefixLabel": "Prefiks zmiennych środowiskowych poświadczeń",
|
|
135
|
+
"attachments.partitions.form.s3CredsSourceEnv": "Użyj osobnych poświadczeń ze zmiennych środowiskowych",
|
|
136
|
+
"attachments.partitions.form.s3CredsSourceEnvHelp": "Ta partycja używa własnych poświadczeń odczytywanych ze zmiennych środowiskowych. Poświadczenia z integracji są ignorowane. Bucket i prefiks poświadczeń są wymagane.",
|
|
137
|
+
"attachments.partitions.form.s3CredsSourceIntegration": "Użyj poświadczeń z Marketplace integracji",
|
|
138
|
+
"attachments.partitions.form.s3CredsSourceIntegrationHelp": "Ta partycja korzysta z poświadczeń, bucketu, regionu i endpointu skonfigurowanych w integracji S3. Nadpisuj poszczególne pola poniżej tylko w razie potrzeby.",
|
|
130
139
|
"attachments.partitions.form.s3CredsSourceLabel": "Źródło poświadczeń",
|
|
131
140
|
"attachments.partitions.form.s3EndpointHelp": "Pozostaw puste dla AWS S3. Wymagane dla MinIO, DigitalOcean Spaces itp.",
|
|
132
141
|
"attachments.partitions.form.s3EndpointLabel": "Niestandardowy endpoint",
|
|
133
142
|
"attachments.partitions.form.s3EndpointOverrideLabel": "Nadpisanie niestandardowego endpointu (opcjonalne)",
|
|
143
|
+
"attachments.partitions.form.s3EndpointOverridePlaceholder": "Pozostaw puste, aby użyć endpointu z integracji",
|
|
134
144
|
"attachments.partitions.form.s3ForcePathStyleLabel": "Wymuś Path Style (wymagane dla MinIO)",
|
|
135
145
|
"attachments.partitions.form.s3RegionLabel": "Region",
|
|
136
146
|
"attachments.partitions.form.s3RegionOverrideLabel": "Nadpisanie regionu (opcjonalne)",
|
|
147
|
+
"attachments.partitions.form.s3RegionOverridePlaceholder": "Pozostaw puste, aby użyć regionu z integracji",
|
|
137
148
|
"attachments.partitions.form.storageDriverLabel": "Sterownik magazynu",
|
|
149
|
+
"attachments.partitions.form.storageDriverS3DisabledHelp": "S3 jest wyłączone. Ustaw OM_ENABLE_STORAGE_S3=true i uruchom ponownie, aby włączyć partycje S3.",
|
|
138
150
|
"attachments.partitions.form.titleLabel": "Tytuł",
|
|
139
151
|
"attachments.partitions.form.titlePlaceholder": "np. Zasoby marketingowe",
|
|
140
152
|
"attachments.partitions.locked.description": "Partycje załączników są zarządzane przez domyślne zmienne środowiskowe, gdy włączony jest tryb demonstracyjny lub onboardingowy.",
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
"auth.roles.form.group.details": "Details",
|
|
129
129
|
"auth.roles.form.group.widgets": "Dashboard-Widgets",
|
|
130
130
|
"auth.roles.form.loading": "Daten werden geladen...",
|
|
131
|
+
"auth.roles.form.tenantReassignWarning": "Diese Rolle wird einem anderen Mandanten zugewiesen. Die hier ausgewählten Berechtigungen werden beim Absenden unter dem neuen Mandanten gespeichert.",
|
|
131
132
|
"auth.roles.form.title.create": "Rolle erstellen",
|
|
132
133
|
"auth.roles.form.title.edit": "Rolle bearbeiten",
|
|
133
134
|
"auth.roles.list.actions.create": "Erstellen",
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
"auth.roles.form.group.details": "Details",
|
|
129
129
|
"auth.roles.form.group.widgets": "Dashboard Widgets",
|
|
130
130
|
"auth.roles.form.loading": "Loading data...",
|
|
131
|
+
"auth.roles.form.tenantReassignWarning": "This role is being reassigned to a different tenant. The permissions selected here will be saved under the new tenant when you submit.",
|
|
131
132
|
"auth.roles.form.title.create": "Create Role",
|
|
132
133
|
"auth.roles.form.title.edit": "Edit Role",
|
|
133
134
|
"auth.roles.list.actions.create": "Create",
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
"auth.roles.form.group.details": "Detalles",
|
|
129
129
|
"auth.roles.form.group.widgets": "Widgets del panel",
|
|
130
130
|
"auth.roles.form.loading": "Cargando datos...",
|
|
131
|
+
"auth.roles.form.tenantReassignWarning": "Este rol se está reasignando a otro inquilino. Los permisos seleccionados aquí se guardarán bajo el nuevo inquilino al enviar.",
|
|
131
132
|
"auth.roles.form.title.create": "Crear rol",
|
|
132
133
|
"auth.roles.form.title.edit": "Editar rol",
|
|
133
134
|
"auth.roles.list.actions.create": "Crear",
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
"auth.roles.form.group.details": "Szczegóły",
|
|
129
129
|
"auth.roles.form.group.widgets": "Widżety pulpitu",
|
|
130
130
|
"auth.roles.form.loading": "Ładowanie danych...",
|
|
131
|
+
"auth.roles.form.tenantReassignWarning": "Ta rola jest przypisywana do innego najemcy. Wybrane tutaj uprawnienia zostaną zapisane pod nowym najemcą po zatwierdzeniu.",
|
|
131
132
|
"auth.roles.form.title.create": "Utwórz rolę",
|
|
132
133
|
"auth.roles.form.title.edit": "Edytuj rolę",
|
|
133
134
|
"auth.roles.list.actions.create": "Utwórz",
|
|
@@ -86,17 +86,35 @@
|
|
|
86
86
|
"catalog.errors.id_required": "Datensatzkennung ist erforderlich.",
|
|
87
87
|
"catalog.errors.organization_required": "Organisationskontext ist erforderlich.",
|
|
88
88
|
"catalog.errors.tenant_required": "Mandantenkontext ist erforderlich.",
|
|
89
|
+
"catalog.merchandising_assistant.agents.merchandising.description": "Texte entwerfen, Attribute vereinheitlichen und Preisänderungen für die aktuelle Auswahl vorschlagen.",
|
|
90
|
+
"catalog.merchandising_assistant.agents.merchandising.label": "Merchandising-Assistent",
|
|
89
91
|
"catalog.merchandising_assistant.context.filteredByCategory": "Filtered by category",
|
|
92
|
+
"catalog.merchandising_assistant.context.matchingProducts": "{count} Produkte in der Ansicht",
|
|
93
|
+
"catalog.merchandising_assistant.context.selectedProducts": "{count} Produkte ausgewählt",
|
|
90
94
|
"catalog.merchandising_assistant.context.tags": "{count} tags",
|
|
91
95
|
"catalog.merchandising_assistant.dock.subtitle": "Catalog",
|
|
92
96
|
"catalog.merchandising_assistant.popover.heading": "AI assistants",
|
|
93
97
|
"catalog.merchandising_assistant.sheet.composerPlaceholder": "Frage nach Beschreibungen, Attributen, Titeln oder Preisideen…",
|
|
94
98
|
"catalog.merchandising_assistant.sheet.description": "Nur-Lese-Demo. Schlägt Beschreibungen, Attribute, Titel und Preisanpassungen für die aktuelle Auswahl vor. In dieser Phase werden keine Änderungen angewendet.",
|
|
99
|
+
"catalog.merchandising_assistant.sheet.descriptionWithSelection": "Arbeit mit {count} ausgewählten Produkten. Frag nach Beschreibungen, Attributextraktion, Titelvorschlägen oder Preisanalysen.",
|
|
95
100
|
"catalog.merchandising_assistant.sheet.dock": "Dock to side",
|
|
96
101
|
"catalog.merchandising_assistant.sheet.selectionPill": "Bearbeitet {count} Produkte",
|
|
97
102
|
"catalog.merchandising_assistant.sheet.title": "Katalog-Merchandising-Assistent",
|
|
103
|
+
"catalog.merchandising_assistant.sheet.welcomeDescriptionAll": "Wähle Produkte für gezielte Aktionen aus oder erkunde deinen Katalog:",
|
|
104
|
+
"catalog.merchandising_assistant.sheet.welcomeDescriptionSelection": "Bereit für deine {count} ausgewählten Produkte. Probiere eine dieser Aktionen:",
|
|
105
|
+
"catalog.merchandising_assistant.sheet.welcomeTitle": "Merchandising-Assistent",
|
|
106
|
+
"catalog.merchandising_assistant.suggestions.analyzeAttributes": "Attributabdeckung analysieren",
|
|
107
|
+
"catalog.merchandising_assistant.suggestions.browseProducts": "Zeig mir einen Überblick über meinen Produktkatalog",
|
|
108
|
+
"catalog.merchandising_assistant.suggestions.draftDescriptions": "Produktbeschreibungen für ausgewählte Artikel entwerfen",
|
|
109
|
+
"catalog.merchandising_assistant.suggestions.extractAttributes": "Attribute aus Beschreibungen extrahieren",
|
|
110
|
+
"catalog.merchandising_assistant.suggestions.findMissingDescriptions": "Produkte ohne Beschreibung finden",
|
|
111
|
+
"catalog.merchandising_assistant.suggestions.priceAdjustments": "Preisanpassungen vorschlagen",
|
|
112
|
+
"catalog.merchandising_assistant.suggestions.pricingOverview": "Preisverteilung anzeigen",
|
|
113
|
+
"catalog.merchandising_assistant.suggestions.showStats": "Katalogübersicht anzeigen",
|
|
114
|
+
"catalog.merchandising_assistant.suggestions.titleVariants": "Titelvarianten für SEO generieren",
|
|
98
115
|
"catalog.merchandising_assistant.trigger.ariaLabel": "KI-Merchandising-Assistent öffnen",
|
|
99
116
|
"catalog.merchandising_assistant.trigger.label": "AI",
|
|
117
|
+
"catalog.merchandising_assistant.trigger.moreAgentsAriaLabel": "KI-Assistenten auswählen",
|
|
100
118
|
"catalog.module.description": "Verwalte wiederverwendbare Produkte, Varianten und Preise für Vertriebsdokumente.",
|
|
101
119
|
"catalog.module.title": "Produktkatalog",
|
|
102
120
|
"catalog.nav.group": "Katalog",
|
|
@@ -86,17 +86,35 @@
|
|
|
86
86
|
"catalog.errors.id_required": "Record identifier is required.",
|
|
87
87
|
"catalog.errors.organization_required": "Organization context is required.",
|
|
88
88
|
"catalog.errors.tenant_required": "Tenant context is required.",
|
|
89
|
+
"catalog.merchandising_assistant.agents.merchandising.description": "Draft copy, normalize attributes, and propose price changes for the current selection.",
|
|
90
|
+
"catalog.merchandising_assistant.agents.merchandising.label": "Merchandising Assistant",
|
|
89
91
|
"catalog.merchandising_assistant.context.filteredByCategory": "Filtered by category",
|
|
92
|
+
"catalog.merchandising_assistant.context.matchingProducts": "{count} products in view",
|
|
93
|
+
"catalog.merchandising_assistant.context.selectedProducts": "{count} products selected",
|
|
90
94
|
"catalog.merchandising_assistant.context.tags": "{count} tags",
|
|
91
95
|
"catalog.merchandising_assistant.dock.subtitle": "Catalog",
|
|
92
96
|
"catalog.merchandising_assistant.popover.heading": "AI assistants",
|
|
93
97
|
"catalog.merchandising_assistant.sheet.composerPlaceholder": "Ask for descriptions, attributes, titles, or price ideas...",
|
|
94
98
|
"catalog.merchandising_assistant.sheet.description": "Read-only demo. Proposes descriptions, attributes, titles, and price adjustments for the current selection. No writes are applied in this phase.",
|
|
99
|
+
"catalog.merchandising_assistant.sheet.descriptionWithSelection": "Working with {count} selected products. Ask for descriptions, attribute extraction, title suggestions, or pricing analysis.",
|
|
95
100
|
"catalog.merchandising_assistant.sheet.dock": "Dock to side",
|
|
96
101
|
"catalog.merchandising_assistant.sheet.selectionPill": "Acting on {count} products",
|
|
97
102
|
"catalog.merchandising_assistant.sheet.title": "Catalog merchandising assistant",
|
|
103
|
+
"catalog.merchandising_assistant.sheet.welcomeDescriptionAll": "Select products for targeted actions, or explore your catalog:",
|
|
104
|
+
"catalog.merchandising_assistant.sheet.welcomeDescriptionSelection": "Ready to work with your {count} selected products. Try one of these:",
|
|
105
|
+
"catalog.merchandising_assistant.sheet.welcomeTitle": "Merchandising Assistant",
|
|
106
|
+
"catalog.merchandising_assistant.suggestions.analyzeAttributes": "Analyze attribute coverage",
|
|
107
|
+
"catalog.merchandising_assistant.suggestions.browseProducts": "Show me an overview of my product catalog",
|
|
108
|
+
"catalog.merchandising_assistant.suggestions.draftDescriptions": "Draft product descriptions for selected items",
|
|
109
|
+
"catalog.merchandising_assistant.suggestions.extractAttributes": "Extract attributes from descriptions",
|
|
110
|
+
"catalog.merchandising_assistant.suggestions.findMissingDescriptions": "Find products with missing descriptions",
|
|
111
|
+
"catalog.merchandising_assistant.suggestions.priceAdjustments": "Suggest price adjustments",
|
|
112
|
+
"catalog.merchandising_assistant.suggestions.pricingOverview": "Show pricing distribution",
|
|
113
|
+
"catalog.merchandising_assistant.suggestions.showStats": "Show catalog overview",
|
|
114
|
+
"catalog.merchandising_assistant.suggestions.titleVariants": "Generate title variants for SEO",
|
|
98
115
|
"catalog.merchandising_assistant.trigger.ariaLabel": "Open AI merchandising assistant",
|
|
99
116
|
"catalog.merchandising_assistant.trigger.label": "AI",
|
|
117
|
+
"catalog.merchandising_assistant.trigger.moreAgentsAriaLabel": "Choose an AI assistant",
|
|
100
118
|
"catalog.module.description": "Manage reusable products, variants, and pricing for sales documents.",
|
|
101
119
|
"catalog.module.title": "Product Catalog",
|
|
102
120
|
"catalog.nav.group": "Catalog",
|
|
@@ -86,17 +86,35 @@
|
|
|
86
86
|
"catalog.errors.id_required": "Se requiere el identificador del registro.",
|
|
87
87
|
"catalog.errors.organization_required": "Se requiere el contexto de la organización.",
|
|
88
88
|
"catalog.errors.tenant_required": "Se requiere el contexto del inquilino.",
|
|
89
|
+
"catalog.merchandising_assistant.agents.merchandising.description": "Redacta textos, normaliza atributos y propone cambios de precio para la selección actual.",
|
|
90
|
+
"catalog.merchandising_assistant.agents.merchandising.label": "Asistente de Merchandising",
|
|
89
91
|
"catalog.merchandising_assistant.context.filteredByCategory": "Filtered by category",
|
|
92
|
+
"catalog.merchandising_assistant.context.matchingProducts": "{count} productos en la vista",
|
|
93
|
+
"catalog.merchandising_assistant.context.selectedProducts": "{count} productos seleccionados",
|
|
90
94
|
"catalog.merchandising_assistant.context.tags": "{count} tags",
|
|
91
95
|
"catalog.merchandising_assistant.dock.subtitle": "Catalog",
|
|
92
96
|
"catalog.merchandising_assistant.popover.heading": "AI assistants",
|
|
93
97
|
"catalog.merchandising_assistant.sheet.composerPlaceholder": "Pide descripciones, atributos, títulos o ideas de precios…",
|
|
94
98
|
"catalog.merchandising_assistant.sheet.description": "Demo de solo lectura. Propone descripciones, atributos, títulos y ajustes de precios para la selección actual. En esta fase no se aplican cambios.",
|
|
99
|
+
"catalog.merchandising_assistant.sheet.descriptionWithSelection": "Trabajando con {count} productos seleccionados. Pide descripciones, extracción de atributos, sugerencias de título o análisis de precios.",
|
|
95
100
|
"catalog.merchandising_assistant.sheet.dock": "Dock to side",
|
|
96
101
|
"catalog.merchandising_assistant.sheet.selectionPill": "Actuando sobre {count} productos",
|
|
97
102
|
"catalog.merchandising_assistant.sheet.title": "Asistente de merchandising del catálogo",
|
|
103
|
+
"catalog.merchandising_assistant.sheet.welcomeDescriptionAll": "Selecciona productos para acciones específicas o explora tu catálogo:",
|
|
104
|
+
"catalog.merchandising_assistant.sheet.welcomeDescriptionSelection": "Listo para trabajar con tus {count} productos seleccionados. Prueba una de estas opciones:",
|
|
105
|
+
"catalog.merchandising_assistant.sheet.welcomeTitle": "Asistente de Merchandising",
|
|
106
|
+
"catalog.merchandising_assistant.suggestions.analyzeAttributes": "Analizar la cobertura de atributos",
|
|
107
|
+
"catalog.merchandising_assistant.suggestions.browseProducts": "Muéstrame un resumen de mi catálogo de productos",
|
|
108
|
+
"catalog.merchandising_assistant.suggestions.draftDescriptions": "Redactar descripciones de producto para los elementos seleccionados",
|
|
109
|
+
"catalog.merchandising_assistant.suggestions.extractAttributes": "Extraer atributos de las descripciones",
|
|
110
|
+
"catalog.merchandising_assistant.suggestions.findMissingDescriptions": "Encontrar productos sin descripción",
|
|
111
|
+
"catalog.merchandising_assistant.suggestions.priceAdjustments": "Sugerir ajustes de precio",
|
|
112
|
+
"catalog.merchandising_assistant.suggestions.pricingOverview": "Mostrar la distribución de precios",
|
|
113
|
+
"catalog.merchandising_assistant.suggestions.showStats": "Mostrar resumen del catálogo",
|
|
114
|
+
"catalog.merchandising_assistant.suggestions.titleVariants": "Generar variantes de título para SEO",
|
|
98
115
|
"catalog.merchandising_assistant.trigger.ariaLabel": "Abrir el asistente de merchandising IA",
|
|
99
116
|
"catalog.merchandising_assistant.trigger.label": "AI",
|
|
117
|
+
"catalog.merchandising_assistant.trigger.moreAgentsAriaLabel": "Elegir un asistente de IA",
|
|
100
118
|
"catalog.module.description": "Administra productos reutilizables, variantes y precios para los documentos de ventas.",
|
|
101
119
|
"catalog.module.title": "Catálogo de productos",
|
|
102
120
|
"catalog.nav.group": "Catálogo",
|
|
@@ -86,17 +86,35 @@
|
|
|
86
86
|
"catalog.errors.id_required": "Wymagany jest identyfikator rekordu.",
|
|
87
87
|
"catalog.errors.organization_required": "Wymagany jest kontekst organizacji.",
|
|
88
88
|
"catalog.errors.tenant_required": "Wymagany jest kontekst dzierżawy.",
|
|
89
|
+
"catalog.merchandising_assistant.agents.merchandising.description": "Przygotuj treści, uporządkuj atrybuty i zaproponuj zmiany cen dla bieżącego wyboru.",
|
|
90
|
+
"catalog.merchandising_assistant.agents.merchandising.label": "Asystent merchandisingu",
|
|
89
91
|
"catalog.merchandising_assistant.context.filteredByCategory": "Filtrowane po kategorii",
|
|
92
|
+
"catalog.merchandising_assistant.context.matchingProducts": "{count} produktów w widoku",
|
|
93
|
+
"catalog.merchandising_assistant.context.selectedProducts": "Wybrano {count} produktów",
|
|
90
94
|
"catalog.merchandising_assistant.context.tags": "Tagi: {count}",
|
|
91
95
|
"catalog.merchandising_assistant.dock.subtitle": "Katalog",
|
|
92
96
|
"catalog.merchandising_assistant.popover.heading": "Asystenci AI",
|
|
93
97
|
"catalog.merchandising_assistant.sheet.composerPlaceholder": "Poproś o opisy, atrybuty, tytuły lub propozycje cen…",
|
|
94
98
|
"catalog.merchandising_assistant.sheet.description": "Demo tylko do odczytu. Proponuje opisy, atrybuty, tytuły i korekty cen dla bieżącego wyboru. Na tym etapie żadne zmiany nie są zapisywane.",
|
|
99
|
+
"catalog.merchandising_assistant.sheet.descriptionWithSelection": "Praca na {count} wybranych produktach. Poproś o opisy, wyodrębnienie atrybutów, propozycje tytułów lub analizę cen.",
|
|
95
100
|
"catalog.merchandising_assistant.sheet.dock": "Przypnij z boku",
|
|
96
101
|
"catalog.merchandising_assistant.sheet.selectionPill": "Działa na {count} produktach",
|
|
97
102
|
"catalog.merchandising_assistant.sheet.title": "Asystent merchandisingu katalogu",
|
|
103
|
+
"catalog.merchandising_assistant.sheet.welcomeDescriptionAll": "Wybierz produkty, aby wykonać na nich działania, albo przejrzyj swój katalog:",
|
|
104
|
+
"catalog.merchandising_assistant.sheet.welcomeDescriptionSelection": "Gotowe do pracy na Twoich {count} wybranych produktach. Wypróbuj jedną z opcji:",
|
|
105
|
+
"catalog.merchandising_assistant.sheet.welcomeTitle": "Asystent merchandisingu",
|
|
106
|
+
"catalog.merchandising_assistant.suggestions.analyzeAttributes": "Przeanalizuj pokrycie atrybutów",
|
|
107
|
+
"catalog.merchandising_assistant.suggestions.browseProducts": "Pokaż mi przegląd mojego katalogu produktów",
|
|
108
|
+
"catalog.merchandising_assistant.suggestions.draftDescriptions": "Przygotuj opisy produktów dla wybranych pozycji",
|
|
109
|
+
"catalog.merchandising_assistant.suggestions.extractAttributes": "Wyodrębnij atrybuty z opisów",
|
|
110
|
+
"catalog.merchandising_assistant.suggestions.findMissingDescriptions": "Znajdź produkty bez opisów",
|
|
111
|
+
"catalog.merchandising_assistant.suggestions.priceAdjustments": "Zaproponuj korekty cen",
|
|
112
|
+
"catalog.merchandising_assistant.suggestions.pricingOverview": "Pokaż rozkład cen",
|
|
113
|
+
"catalog.merchandising_assistant.suggestions.showStats": "Pokaż przegląd katalogu",
|
|
114
|
+
"catalog.merchandising_assistant.suggestions.titleVariants": "Wygeneruj warianty tytułów pod SEO",
|
|
98
115
|
"catalog.merchandising_assistant.trigger.ariaLabel": "Otwórz asystenta merchandisingu AI",
|
|
99
116
|
"catalog.merchandising_assistant.trigger.label": "AI",
|
|
117
|
+
"catalog.merchandising_assistant.trigger.moreAgentsAriaLabel": "Wybierz asystenta AI",
|
|
100
118
|
"catalog.module.description": "Zarządzaj produktami, wariantami i cennikami wykorzystywanymi w sprzedaży.",
|
|
101
119
|
"catalog.module.title": "Katalog produktów",
|
|
102
120
|
"catalog.nav.group": "Katalog",
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
"customers.ai.actions.translate": "Translate",
|
|
91
91
|
"customers.ai.comingSoon": "Coming soon",
|
|
92
92
|
"customers.ai.prefix": "KI:",
|
|
93
|
+
"customers.ai_assistant.agents.account.description": "Personen, Unternehmen, Deals und Aktivitäten erkunden.",
|
|
93
94
|
"customers.ai_assistant.agents.account.label": "CRM Assistant",
|
|
94
95
|
"customers.ai_assistant.context.matchingDeals": "{count} Deals in der Ansicht",
|
|
95
96
|
"customers.ai_assistant.context.matchingPeople": "{count} contacts in view",
|
|
@@ -104,31 +105,47 @@
|
|
|
104
105
|
"customers.ai_assistant.popover.heading": "AI assistants",
|
|
105
106
|
"customers.ai_assistant.sheet.composerPlaceholder": "Frage nach Personen, Firmen, Deals...",
|
|
106
107
|
"customers.ai_assistant.sheet.description": "Read-only-Assistent. Fragen zu Personen, Firmen, Deals und Aktivitäten im Umfang dieser Liste.",
|
|
108
|
+
"customers.ai_assistant.sheet.descriptionWithSelection": "Arbeit mit {count} ausgewählten Kontakten. Frag nach deren Daten, Deals, Unternehmen und Aktivitäten.",
|
|
109
|
+
"customers.ai_assistant.sheet.descriptionWithSelectionCompanies": "Arbeit mit {count} ausgewählten Unternehmen. Frag nach deren Deals, Kontakten und Aktivitäten.",
|
|
107
110
|
"customers.ai_assistant.sheet.descriptionWithSelectionDeals": "Arbeit mit {count} ausgewählten Deals. Fragen Sie nach Stage, Wert und Abschlussdaten.",
|
|
108
111
|
"customers.ai_assistant.sheet.dock": "Dock to side",
|
|
109
112
|
"customers.ai_assistant.sheet.selectionPill": "Wirkt auf {count} Ausgewählte",
|
|
110
113
|
"customers.ai_assistant.sheet.title": "Kunden-AI-Assistent",
|
|
114
|
+
"customers.ai_assistant.sheet.welcomeDescriptionAll": "Frag mich alles zu deinen Kunden, Unternehmen und Deals:",
|
|
115
|
+
"customers.ai_assistant.sheet.welcomeDescriptionAllCompanies": "Frag mich alles zu deinen Unternehmen, Deals und Aktivitäten:",
|
|
111
116
|
"customers.ai_assistant.sheet.welcomeDescriptionAllDeals": "Fragen Sie nach Deals, Pipeline oder Abschlussdaten:",
|
|
117
|
+
"customers.ai_assistant.sheet.welcomeDescriptionSelection": "Bereit, deine {count} ausgewählten Kontakte zu erkunden:",
|
|
118
|
+
"customers.ai_assistant.sheet.welcomeDescriptionSelectionCompanies": "Bereit, deine {count} ausgewählten Unternehmen zu erkunden:",
|
|
112
119
|
"customers.ai_assistant.sheet.welcomeDescriptionSelectionDeals": "Bereit, Ihre {count} ausgewählten Deals zu erkunden:",
|
|
113
120
|
"customers.ai_assistant.sheet.welcomeTitle": "CRM Assistant",
|
|
114
121
|
"customers.ai_assistant.suggestions.activityOverview": "Activity overview",
|
|
115
122
|
"customers.ai_assistant.suggestions.atRiskSelectedDeals": "Ausgewählte gefährdete Deals",
|
|
123
|
+
"customers.ai_assistant.suggestions.companiesActivityOverview": "Aktivitätsübersicht",
|
|
116
124
|
"customers.ai_assistant.suggestions.companiesForSelectedDeals": "Firmen zu ausgewählten Deals",
|
|
125
|
+
"customers.ai_assistant.suggestions.companiesWithoutContacts": "Unternehmen ohne Kontakte",
|
|
117
126
|
"customers.ai_assistant.suggestions.dealsAtRisk": "Deals mit Verschiebungsrisiko",
|
|
118
127
|
"customers.ai_assistant.suggestions.dealsClosingThisMonth": "Diesen Monat abschließende Deals",
|
|
128
|
+
"customers.ai_assistant.suggestions.dealsForSelectedCompanies": "Deals der ausgewählten Unternehmen anzeigen",
|
|
119
129
|
"customers.ai_assistant.suggestions.findCompanies": "Find related companies",
|
|
120
130
|
"customers.ai_assistant.suggestions.findDeals": "Show deals for selected people",
|
|
131
|
+
"customers.ai_assistant.suggestions.peopleAtSelectedCompanies": "Personen in den ausgewählten Unternehmen auflisten",
|
|
121
132
|
"customers.ai_assistant.suggestions.recentDeals": "Show recent deals",
|
|
133
|
+
"customers.ai_assistant.suggestions.searchCompanies": "Nach einem Unternehmen suchen",
|
|
122
134
|
"customers.ai_assistant.suggestions.searchDeals": "Nach einem Deal suchen",
|
|
123
135
|
"customers.ai_assistant.suggestions.searchPeople": "Search for a contact",
|
|
124
136
|
"customers.ai_assistant.suggestions.summarizeSelected": "Summarize selected contacts",
|
|
137
|
+
"customers.ai_assistant.suggestions.summarizeSelectedCompanies": "Ausgewählte Unternehmen zusammenfassen",
|
|
125
138
|
"customers.ai_assistant.suggestions.summarizeSelectedDeals": "Ausgewählte Deals zusammenfassen",
|
|
126
139
|
"customers.ai_assistant.suggestions.topCompanies": "List top companies",
|
|
140
|
+
"customers.ai_assistant.suggestions.topCompaniesByDeals": "Top-Unternehmen nach Deal-Wert",
|
|
127
141
|
"customers.ai_assistant.suggestions.topDealsByValue": "Top-Deals nach Wert",
|
|
128
142
|
"customers.ai_assistant.suggestions.totalOpenDealValue": "Gesamtwert offener Deals",
|
|
129
143
|
"customers.ai_assistant.trigger.ariaLabel": "KI-Assistent für Personen öffnen",
|
|
144
|
+
"customers.ai_assistant.trigger.ariaLabelCompanies": "KI-Assistenten für Unternehmen öffnen",
|
|
130
145
|
"customers.ai_assistant.trigger.ariaLabelDeals": "KI-Assistent für Deals öffnen",
|
|
131
146
|
"customers.ai_assistant.trigger.label": "AI",
|
|
147
|
+
"customers.ai_assistant.trigger.moreAgentsAriaLabel": "KI-Assistenten auswählen",
|
|
148
|
+
"customers.assignableStaff.forbidden": "Unzureichende Berechtigungen zum Laden zuweisbarer Mitarbeiter.",
|
|
132
149
|
"customers.assignableStaff.loadError": "Teammitglieder konnten nicht geladen werden. Prüfen Sie Ihre Berechtigungen und versuchen Sie es erneut.",
|
|
133
150
|
"customers.audit.activities.create": "Aktivität erstellen",
|
|
134
151
|
"customers.audit.activities.delete": "Aktivität löschen",
|
|
@@ -747,6 +764,7 @@
|
|
|
747
764
|
"customers.companies.list.bulkDelete.failedGroup": "{count} Unternehmen konnten nicht gelöscht werden: {message}",
|
|
748
765
|
"customers.companies.list.bulkDelete.operationLabel": "{count} Unternehmen löschen",
|
|
749
766
|
"customers.companies.list.bulkDelete.partial": "{deleted} von {total} Unternehmen gelöscht; {failed} fehlgeschlagen",
|
|
767
|
+
"customers.companies.list.bulkDelete.progressDescription": "{count} Unternehmen zum Löschen ausgewählt",
|
|
750
768
|
"customers.companies.list.bulkDelete.progressName": "Ausgewählte Unternehmen löschen",
|
|
751
769
|
"customers.companies.list.bulkDelete.success": "{count} companies deleted",
|
|
752
770
|
"customers.companies.list.bulkDelete.title": "Delete {count} companies?",
|
|
@@ -885,10 +903,24 @@
|
|
|
885
903
|
"customers.countries.it": "Italien",
|
|
886
904
|
"customers.countries.pl": "Polen",
|
|
887
905
|
"customers.countries.us": "Vereinigte Staaten",
|
|
906
|
+
"customers.deal_analyzer.context.dealsInView": "{count} Deals in der Ansicht",
|
|
907
|
+
"customers.deal_analyzer.context.selectedDeals": "{count} Deals ausgewählt",
|
|
888
908
|
"customers.deal_analyzer.dock.subtitle": "Deals",
|
|
909
|
+
"customers.deal_analyzer.sheet.composerPlaceholder": "Ins Stocken geratene Deals analysieren, Phasenwechsel vorschlagen...",
|
|
910
|
+
"customers.deal_analyzer.sheet.description": "Mehrstufiger Analyzer für den Deal-Zustand. Erkennt stockende Deals und schlägt Phasenwechsel zur Freigabe vor.",
|
|
911
|
+
"customers.deal_analyzer.sheet.descriptionWithSelection": "Analyse von {count} ausgewählten Deals hinsichtlich Pipeline-Zustand und Phasenwechsel-Vorschlägen.",
|
|
889
912
|
"customers.deal_analyzer.sheet.dock": "Seitlich andocken",
|
|
913
|
+
"customers.deal_analyzer.sheet.selectionPill": "Aktion für {count} Deals",
|
|
890
914
|
"customers.deal_analyzer.sheet.title": "Deal-Analyse",
|
|
915
|
+
"customers.deal_analyzer.sheet.welcomeDescriptionAll": "Analysiere den Zustand der Pipeline und schlage Phasenwechsel vor:",
|
|
916
|
+
"customers.deal_analyzer.sheet.welcomeDescriptionSelection": "Bereit, deine {count} ausgewählten Deals zu analysieren:",
|
|
891
917
|
"customers.deal_analyzer.sheet.welcomeTitle": "Deal-Analyse",
|
|
918
|
+
"customers.deal_analyzer.suggestions.analyzeSelected": "Ausgewählte Deals analysieren",
|
|
919
|
+
"customers.deal_analyzer.suggestions.analyzeStalledDeals": "Ins Stocken geratene Deals analysieren",
|
|
920
|
+
"customers.deal_analyzer.suggestions.overviewByStage": "Überblick über den Deal-Zustand",
|
|
921
|
+
"customers.deal_analyzer.suggestions.proposeStageMove": "Phasenwechsel für ausgewählte Deals vorschlagen",
|
|
922
|
+
"customers.deal_analyzer.suggestions.showAtRiskPipeline": "Gefährdete Pipeline anzeigen",
|
|
923
|
+
"customers.deal_analyzer.trigger.ariaLabel": "KI-Agent zur Deal-Analyse öffnen",
|
|
892
924
|
"customers.deals.create.associations.companiesPlaceholder": "Unternehmen nach Name oder Domain suchen…",
|
|
893
925
|
"customers.deals.create.associations.peoplePlaceholder": "Personen nach Name oder E-Mail suchen…",
|
|
894
926
|
"customers.deals.create.back": "Zurück zu Deals",
|
|
@@ -973,7 +1005,10 @@
|
|
|
973
1005
|
"customers.deals.detail.highlights": "Schlüsselkennzahlen",
|
|
974
1006
|
"customers.deals.detail.linkedEntities.clearAll": "Clear",
|
|
975
1007
|
"customers.deals.detail.linkedEntities.clearVisible": "Sichtbare löschen",
|
|
1008
|
+
"customers.deals.detail.linkedEntities.confirmButton": "{{entity}} verknüpfen",
|
|
1009
|
+
"customers.deals.detail.linkedEntities.dialogSubtitle": "Einen bestehenden Datensatz vom Typ {{entity}} mit diesem Deal verknüpfen",
|
|
976
1010
|
"customers.deals.detail.linkedEntities.dialogTitle": "Manage linked {{entity}}",
|
|
1011
|
+
"customers.deals.detail.linkedEntities.dialogTitleShort": "{{entity}} verknüpfen",
|
|
977
1012
|
"customers.deals.detail.linkedEntities.empty": "No linked records yet.",
|
|
978
1013
|
"customers.deals.detail.linkedEntities.loadMore": "Load more",
|
|
979
1014
|
"customers.deals.detail.linkedEntities.loading": "Loading linked records…",
|
|
@@ -986,6 +1021,7 @@
|
|
|
986
1021
|
"customers.deals.detail.linkedEntities.searchAll": "Search all {{entity}}…",
|
|
987
1022
|
"customers.deals.detail.linkedEntities.searchResults": "Search results",
|
|
988
1023
|
"customers.deals.detail.linkedEntities.searching": "Searching…",
|
|
1024
|
+
"customers.deals.detail.linkedEntities.sectionLabel": "PASSENDE {{entity}}",
|
|
989
1025
|
"customers.deals.detail.linkedEntities.selectVisible": "Sichtbare auswählen",
|
|
990
1026
|
"customers.deals.detail.linkedEntities.selectedTitle": "Selected {{entity}}",
|
|
991
1027
|
"customers.deals.detail.linkedEntities.summary": "{{count}} linked {{entity}}",
|
|
@@ -1067,6 +1103,7 @@
|
|
|
1067
1103
|
"customers.deals.detail.title": "Deal-Details",
|
|
1068
1104
|
"customers.deals.detail.unsavedCancel": "Keep editing",
|
|
1069
1105
|
"customers.deals.detail.unsavedConfirm": "Discard changes",
|
|
1106
|
+
"customers.deals.detail.unsavedDescription": "Du hast ungespeicherte Änderungen an diesem Deal. Speichere sie zuerst oder fahre fort, um sie zu verwerfen.",
|
|
1070
1107
|
"customers.deals.detail.unsavedTitle": "Discard unsaved changes?",
|
|
1071
1108
|
"customers.deals.detail.untitled": "Unbenannter Deal",
|
|
1072
1109
|
"customers.deals.detail.updateSuccess": "Deal updated.",
|
|
@@ -1374,6 +1411,7 @@
|
|
|
1374
1411
|
"customers.deals.list.bulkDelete.failedGroup": "{count} Deals konnten nicht gelöscht werden: {message}",
|
|
1375
1412
|
"customers.deals.list.bulkDelete.operationLabel": "{count} Deals löschen",
|
|
1376
1413
|
"customers.deals.list.bulkDelete.partial": "{deleted} von {total} Deals gelöscht; {failed} fehlgeschlagen",
|
|
1414
|
+
"customers.deals.list.bulkDelete.progressDescription": "{count} Deals zum Löschen ausgewählt",
|
|
1377
1415
|
"customers.deals.list.bulkDelete.progressName": "Ausgewählte Deals löschen",
|
|
1378
1416
|
"customers.deals.list.bulkDelete.success": "{count} deals deleted",
|
|
1379
1417
|
"customers.deals.list.bulkDelete.title": "Delete {count} deals?",
|
|
@@ -1646,6 +1684,7 @@
|
|
|
1646
1684
|
"customers.linking.deal.addNew": "Neuer Deal",
|
|
1647
1685
|
"customers.linking.deal.confirmButton": "Deal verknüpfen",
|
|
1648
1686
|
"customers.linking.deal.dialogDescription": "Bestehende Deals suchen, um sie mit diesem Datensatz zu verknüpfen.",
|
|
1687
|
+
"customers.linking.deal.dialogSubtitle": "Einen bestehenden Deal mit diesem Datensatz verknüpfen",
|
|
1649
1688
|
"customers.linking.deal.dialogTitle": "Deals verknüpfen",
|
|
1650
1689
|
"customers.linking.deal.orphanWarning": "Dieser Deal hat keine weiteren verknüpften Objekte. Wird er später entfernt, ist er nicht mehr auffindbar.",
|
|
1651
1690
|
"customers.linking.deal.orphanWarningTitle": "Deal ohne Unternehmen",
|
|
@@ -1660,8 +1699,11 @@
|
|
|
1660
1699
|
"customers.linking.pagination.previous": "Vorherige Seite",
|
|
1661
1700
|
"customers.linking.pagination.previousShort": "Zurück",
|
|
1662
1701
|
"customers.linking.person.addNew": "Neue Person",
|
|
1702
|
+
"customers.linking.person.addNewSubtitle": "Das Unternehmen wird automatisch ausgefüllt",
|
|
1663
1703
|
"customers.linking.person.confirmButton": "Person verknüpfen",
|
|
1664
1704
|
"customers.linking.person.dialogDescription": "Bestehende Personen suchen und mit diesem Datensatz verknüpfen, ohne die Seite zu verlassen.",
|
|
1705
|
+
"customers.linking.person.dialogSubtitle": "Einen bestehenden Kontakt mit diesem Unternehmen verknüpfen",
|
|
1706
|
+
"customers.linking.person.dialogSubtitleFor": "Einen bestehenden Kontakt mit {{name}} verknüpfen",
|
|
1665
1707
|
"customers.linking.person.dialogTitle": "Personen verknüpfen",
|
|
1666
1708
|
"customers.linking.person.searchEmpty": "Keine passenden Personen gefunden.",
|
|
1667
1709
|
"customers.linking.person.searchPlaceholder": "Alle Personen durchsuchen…",
|
|
@@ -2290,6 +2332,7 @@
|
|
|
2290
2332
|
"customers.people.list.bulkDelete.failedGroup": "{count} Personen konnten nicht gelöscht werden: {message}",
|
|
2291
2333
|
"customers.people.list.bulkDelete.operationLabel": "{count} Personen löschen",
|
|
2292
2334
|
"customers.people.list.bulkDelete.partial": "{deleted} von {total} Personen gelöscht; {failed} fehlgeschlagen",
|
|
2335
|
+
"customers.people.list.bulkDelete.progressDescription": "{count} Personen zum Löschen ausgewählt",
|
|
2293
2336
|
"customers.people.list.bulkDelete.progressName": "Ausgewählte Personen löschen",
|
|
2294
2337
|
"customers.people.list.bulkDelete.success": "{count} people deleted",
|
|
2295
2338
|
"customers.people.list.bulkDelete.title": "Delete {count} people?",
|
|
@@ -2465,6 +2508,7 @@
|
|
|
2465
2508
|
"customers.roles.dialog.team.unassigned": "No team",
|
|
2466
2509
|
"customers.roles.dialog.teamLabel": "Select a team member",
|
|
2467
2510
|
"customers.roles.dialog.title": "Assign role",
|
|
2511
|
+
"customers.roles.dialog.visibleCount": "{{shown}} von {{total}} Teammitgliedern angezeigt",
|
|
2468
2512
|
"customers.roles.email": "Send email",
|
|
2469
2513
|
"customers.roles.emailUnavailable": "Email unavailable",
|
|
2470
2514
|
"customers.roles.emptySlot": "Not assigned",
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
"customers.ai.actions.translate": "Translate",
|
|
91
91
|
"customers.ai.comingSoon": "Coming soon",
|
|
92
92
|
"customers.ai.prefix": "AI:",
|
|
93
|
+
"customers.ai_assistant.agents.account.description": "Explore people, companies, deals, and activities.",
|
|
93
94
|
"customers.ai_assistant.agents.account.label": "CRM Assistant",
|
|
94
95
|
"customers.ai_assistant.context.matchingDeals": "{count} deals in view",
|
|
95
96
|
"customers.ai_assistant.context.matchingPeople": "{count} contacts in view",
|
|
@@ -104,31 +105,47 @@
|
|
|
104
105
|
"customers.ai_assistant.popover.heading": "AI assistants",
|
|
105
106
|
"customers.ai_assistant.sheet.composerPlaceholder": "Ask about people, companies, deals...",
|
|
106
107
|
"customers.ai_assistant.sheet.description": "Read-only assistant. Ask about people, companies, deals, and activities scoped to this list.",
|
|
108
|
+
"customers.ai_assistant.sheet.descriptionWithSelection": "Working with {count} selected contacts. Ask about their details, deals, companies, and activities.",
|
|
109
|
+
"customers.ai_assistant.sheet.descriptionWithSelectionCompanies": "Working with {count} selected companies. Ask about their deals, contacts, and activities.",
|
|
107
110
|
"customers.ai_assistant.sheet.descriptionWithSelectionDeals": "Working with {count} selected deals. Ask about their stage, value, and close dates.",
|
|
108
111
|
"customers.ai_assistant.sheet.dock": "Dock to side",
|
|
109
112
|
"customers.ai_assistant.sheet.selectionPill": "Acting on {count} selected",
|
|
110
113
|
"customers.ai_assistant.sheet.title": "Customers AI assistant",
|
|
114
|
+
"customers.ai_assistant.sheet.welcomeDescriptionAll": "Ask me anything about your customers, companies, and deals:",
|
|
115
|
+
"customers.ai_assistant.sheet.welcomeDescriptionAllCompanies": "Ask me anything about your companies, deals, and activities:",
|
|
111
116
|
"customers.ai_assistant.sheet.welcomeDescriptionAllDeals": "Ask about deals, pipeline, or close dates:",
|
|
117
|
+
"customers.ai_assistant.sheet.welcomeDescriptionSelection": "Ready to explore your {count} selected contacts:",
|
|
118
|
+
"customers.ai_assistant.sheet.welcomeDescriptionSelectionCompanies": "Ready to explore your {count} selected companies:",
|
|
112
119
|
"customers.ai_assistant.sheet.welcomeDescriptionSelectionDeals": "Ready to explore your {count} selected deals:",
|
|
113
120
|
"customers.ai_assistant.sheet.welcomeTitle": "CRM Assistant",
|
|
114
121
|
"customers.ai_assistant.suggestions.activityOverview": "Activity overview",
|
|
115
122
|
"customers.ai_assistant.suggestions.atRiskSelectedDeals": "Selected deals at risk",
|
|
123
|
+
"customers.ai_assistant.suggestions.companiesActivityOverview": "Activity overview",
|
|
116
124
|
"customers.ai_assistant.suggestions.companiesForSelectedDeals": "Companies on selected deals",
|
|
125
|
+
"customers.ai_assistant.suggestions.companiesWithoutContacts": "Companies missing contacts",
|
|
117
126
|
"customers.ai_assistant.suggestions.dealsAtRisk": "Deals at risk of slipping",
|
|
118
127
|
"customers.ai_assistant.suggestions.dealsClosingThisMonth": "Deals closing this month",
|
|
128
|
+
"customers.ai_assistant.suggestions.dealsForSelectedCompanies": "Show deals for selected companies",
|
|
119
129
|
"customers.ai_assistant.suggestions.findCompanies": "Find related companies",
|
|
120
130
|
"customers.ai_assistant.suggestions.findDeals": "Show deals for selected people",
|
|
131
|
+
"customers.ai_assistant.suggestions.peopleAtSelectedCompanies": "List people at selected companies",
|
|
121
132
|
"customers.ai_assistant.suggestions.recentDeals": "Show recent deals",
|
|
133
|
+
"customers.ai_assistant.suggestions.searchCompanies": "Search for a company",
|
|
122
134
|
"customers.ai_assistant.suggestions.searchDeals": "Search for a deal",
|
|
123
135
|
"customers.ai_assistant.suggestions.searchPeople": "Search for a contact",
|
|
124
136
|
"customers.ai_assistant.suggestions.summarizeSelected": "Summarize selected contacts",
|
|
137
|
+
"customers.ai_assistant.suggestions.summarizeSelectedCompanies": "Summarize selected companies",
|
|
125
138
|
"customers.ai_assistant.suggestions.summarizeSelectedDeals": "Summarize selected deals",
|
|
126
139
|
"customers.ai_assistant.suggestions.topCompanies": "List top companies",
|
|
140
|
+
"customers.ai_assistant.suggestions.topCompaniesByDeals": "Top companies by deal value",
|
|
127
141
|
"customers.ai_assistant.suggestions.topDealsByValue": "Top deals by value",
|
|
128
142
|
"customers.ai_assistant.suggestions.totalOpenDealValue": "Total open deal value",
|
|
129
143
|
"customers.ai_assistant.trigger.ariaLabel": "Open AI assistant for people",
|
|
144
|
+
"customers.ai_assistant.trigger.ariaLabelCompanies": "Open AI assistant for companies",
|
|
130
145
|
"customers.ai_assistant.trigger.ariaLabelDeals": "Open AI assistant for deals",
|
|
131
146
|
"customers.ai_assistant.trigger.label": "AI",
|
|
147
|
+
"customers.ai_assistant.trigger.moreAgentsAriaLabel": "Choose an AI assistant",
|
|
148
|
+
"customers.assignableStaff.forbidden": "Insufficient permissions to load assignable staff.",
|
|
132
149
|
"customers.assignableStaff.loadError": "Unable to load team members. Check your permissions and try again.",
|
|
133
150
|
"customers.audit.activities.create": "Create activity",
|
|
134
151
|
"customers.audit.activities.delete": "Delete activity",
|
|
@@ -747,6 +764,7 @@
|
|
|
747
764
|
"customers.companies.list.bulkDelete.failedGroup": "{count} companies could not be deleted: {message}",
|
|
748
765
|
"customers.companies.list.bulkDelete.operationLabel": "Delete {count} companies",
|
|
749
766
|
"customers.companies.list.bulkDelete.partial": "{deleted} of {total} companies deleted; {failed} failed",
|
|
767
|
+
"customers.companies.list.bulkDelete.progressDescription": "{count} companies selected for deletion",
|
|
750
768
|
"customers.companies.list.bulkDelete.progressName": "Delete selected companies",
|
|
751
769
|
"customers.companies.list.bulkDelete.success": "{count} companies deleted",
|
|
752
770
|
"customers.companies.list.bulkDelete.title": "Delete {count} companies?",
|
|
@@ -885,10 +903,24 @@
|
|
|
885
903
|
"customers.countries.it": "Italy",
|
|
886
904
|
"customers.countries.pl": "Poland",
|
|
887
905
|
"customers.countries.us": "United States",
|
|
906
|
+
"customers.deal_analyzer.context.dealsInView": "{count} deals in view",
|
|
907
|
+
"customers.deal_analyzer.context.selectedDeals": "{count} deals selected",
|
|
888
908
|
"customers.deal_analyzer.dock.subtitle": "Deals",
|
|
909
|
+
"customers.deal_analyzer.sheet.composerPlaceholder": "Analyze stalled deals, propose stage moves...",
|
|
910
|
+
"customers.deal_analyzer.sheet.description": "Multi-step deal health analyzer. Surfaces stalled deals and proposes stage transitions for approval.",
|
|
911
|
+
"customers.deal_analyzer.sheet.descriptionWithSelection": "Analyzing {count} selected deals for pipeline health and stage move proposals.",
|
|
889
912
|
"customers.deal_analyzer.sheet.dock": "Dock to side",
|
|
913
|
+
"customers.deal_analyzer.sheet.selectionPill": "Acting on {count} deals",
|
|
890
914
|
"customers.deal_analyzer.sheet.title": "Deal Analyzer",
|
|
915
|
+
"customers.deal_analyzer.sheet.welcomeDescriptionAll": "Analyze deal pipeline health and propose stage moves:",
|
|
916
|
+
"customers.deal_analyzer.sheet.welcomeDescriptionSelection": "Ready to analyze your {count} selected deals:",
|
|
891
917
|
"customers.deal_analyzer.sheet.welcomeTitle": "Deal Analyzer",
|
|
918
|
+
"customers.deal_analyzer.suggestions.analyzeSelected": "Analyze selected deals",
|
|
919
|
+
"customers.deal_analyzer.suggestions.analyzeStalledDeals": "Analyze stalled deals",
|
|
920
|
+
"customers.deal_analyzer.suggestions.overviewByStage": "Deal health overview",
|
|
921
|
+
"customers.deal_analyzer.suggestions.proposeStageMove": "Propose stage moves for selected deals",
|
|
922
|
+
"customers.deal_analyzer.suggestions.showAtRiskPipeline": "Show at-risk pipeline",
|
|
923
|
+
"customers.deal_analyzer.trigger.ariaLabel": "Open Deal Analyzer AI agent",
|
|
892
924
|
"customers.deals.create.associations.companiesPlaceholder": "Search companies by name or domain…",
|
|
893
925
|
"customers.deals.create.associations.peoplePlaceholder": "Search people by name or email…",
|
|
894
926
|
"customers.deals.create.back": "Back to deals",
|
|
@@ -973,7 +1005,10 @@
|
|
|
973
1005
|
"customers.deals.detail.highlights": "Highlights",
|
|
974
1006
|
"customers.deals.detail.linkedEntities.clearAll": "Clear",
|
|
975
1007
|
"customers.deals.detail.linkedEntities.clearVisible": "Clear visible",
|
|
1008
|
+
"customers.deals.detail.linkedEntities.confirmButton": "Link {{entity}}",
|
|
1009
|
+
"customers.deals.detail.linkedEntities.dialogSubtitle": "Link an existing {{entity}} to this deal",
|
|
976
1010
|
"customers.deals.detail.linkedEntities.dialogTitle": "Manage linked {{entity}}",
|
|
1011
|
+
"customers.deals.detail.linkedEntities.dialogTitleShort": "Link {{entity}}",
|
|
977
1012
|
"customers.deals.detail.linkedEntities.empty": "No linked records yet.",
|
|
978
1013
|
"customers.deals.detail.linkedEntities.loadMore": "Load more",
|
|
979
1014
|
"customers.deals.detail.linkedEntities.loading": "Loading linked records…",
|
|
@@ -986,6 +1021,7 @@
|
|
|
986
1021
|
"customers.deals.detail.linkedEntities.searchAll": "Search all {{entity}}…",
|
|
987
1022
|
"customers.deals.detail.linkedEntities.searchResults": "Search results",
|
|
988
1023
|
"customers.deals.detail.linkedEntities.searching": "Searching…",
|
|
1024
|
+
"customers.deals.detail.linkedEntities.sectionLabel": "MATCHING {{entity}}",
|
|
989
1025
|
"customers.deals.detail.linkedEntities.selectVisible": "Select visible",
|
|
990
1026
|
"customers.deals.detail.linkedEntities.selectedTitle": "Selected {{entity}}",
|
|
991
1027
|
"customers.deals.detail.linkedEntities.summary": "{{count}} linked {{entity}}",
|
|
@@ -1067,6 +1103,7 @@
|
|
|
1067
1103
|
"customers.deals.detail.title": "Deal details",
|
|
1068
1104
|
"customers.deals.detail.unsavedCancel": "Keep editing",
|
|
1069
1105
|
"customers.deals.detail.unsavedConfirm": "Discard changes",
|
|
1106
|
+
"customers.deals.detail.unsavedDescription": "You have unsaved edits in this deal. Save them first or continue to discard them.",
|
|
1070
1107
|
"customers.deals.detail.unsavedTitle": "Discard unsaved changes?",
|
|
1071
1108
|
"customers.deals.detail.untitled": "Untitled deal",
|
|
1072
1109
|
"customers.deals.detail.updateSuccess": "Deal updated.",
|
|
@@ -1374,6 +1411,7 @@
|
|
|
1374
1411
|
"customers.deals.list.bulkDelete.failedGroup": "{count} deals could not be deleted: {message}",
|
|
1375
1412
|
"customers.deals.list.bulkDelete.operationLabel": "Delete {count} deals",
|
|
1376
1413
|
"customers.deals.list.bulkDelete.partial": "{deleted} of {total} deals deleted; {failed} failed",
|
|
1414
|
+
"customers.deals.list.bulkDelete.progressDescription": "{count} deals selected for deletion",
|
|
1377
1415
|
"customers.deals.list.bulkDelete.progressName": "Delete selected deals",
|
|
1378
1416
|
"customers.deals.list.bulkDelete.success": "{count} deals deleted",
|
|
1379
1417
|
"customers.deals.list.bulkDelete.title": "Delete {count} deals?",
|
|
@@ -1646,6 +1684,7 @@
|
|
|
1646
1684
|
"customers.linking.deal.addNew": "Add new deal",
|
|
1647
1685
|
"customers.linking.deal.confirmButton": "Link deal",
|
|
1648
1686
|
"customers.linking.deal.dialogDescription": "Search for existing deals to link to this record.",
|
|
1687
|
+
"customers.linking.deal.dialogSubtitle": "Link an existing deal to this record",
|
|
1649
1688
|
"customers.linking.deal.dialogTitle": "Link deals",
|
|
1650
1689
|
"customers.linking.deal.orphanWarning": "This deal has no other linked entities. If you unlink it later, it will become unreachable.",
|
|
1651
1690
|
"customers.linking.deal.orphanWarningTitle": "Deal without company",
|
|
@@ -1660,8 +1699,11 @@
|
|
|
1660
1699
|
"customers.linking.pagination.previous": "Previous page",
|
|
1661
1700
|
"customers.linking.pagination.previousShort": "Previous",
|
|
1662
1701
|
"customers.linking.person.addNew": "Add new person",
|
|
1702
|
+
"customers.linking.person.addNewSubtitle": "Company will be filled in automatically",
|
|
1663
1703
|
"customers.linking.person.confirmButton": "Link person",
|
|
1664
1704
|
"customers.linking.person.dialogDescription": "Search for existing people and attach them to this record without leaving the page.",
|
|
1705
|
+
"customers.linking.person.dialogSubtitle": "Link an existing contact to this company",
|
|
1706
|
+
"customers.linking.person.dialogSubtitleFor": "Link an existing contact to {{name}}",
|
|
1665
1707
|
"customers.linking.person.dialogTitle": "Link people",
|
|
1666
1708
|
"customers.linking.person.searchEmpty": "No matching people found.",
|
|
1667
1709
|
"customers.linking.person.searchPlaceholder": "Search all people…",
|
|
@@ -2290,6 +2332,7 @@
|
|
|
2290
2332
|
"customers.people.list.bulkDelete.failedGroup": "{count} people could not be deleted: {message}",
|
|
2291
2333
|
"customers.people.list.bulkDelete.operationLabel": "Delete {count} people",
|
|
2292
2334
|
"customers.people.list.bulkDelete.partial": "{deleted} of {total} people deleted; {failed} failed",
|
|
2335
|
+
"customers.people.list.bulkDelete.progressDescription": "{count} people selected for deletion",
|
|
2293
2336
|
"customers.people.list.bulkDelete.progressName": "Delete selected people",
|
|
2294
2337
|
"customers.people.list.bulkDelete.success": "{count} people deleted",
|
|
2295
2338
|
"customers.people.list.bulkDelete.title": "Delete {count} people?",
|
|
@@ -2465,6 +2508,7 @@
|
|
|
2465
2508
|
"customers.roles.dialog.team.unassigned": "No team",
|
|
2466
2509
|
"customers.roles.dialog.teamLabel": "Select a team member",
|
|
2467
2510
|
"customers.roles.dialog.title": "Assign role",
|
|
2511
|
+
"customers.roles.dialog.visibleCount": "Showing {{shown}} of {{total}} team members",
|
|
2468
2512
|
"customers.roles.email": "Send email",
|
|
2469
2513
|
"customers.roles.emailUnavailable": "Email unavailable",
|
|
2470
2514
|
"customers.roles.emptySlot": "Not assigned",
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
"customers.ai.actions.translate": "Translate",
|
|
91
91
|
"customers.ai.comingSoon": "Coming soon",
|
|
92
92
|
"customers.ai.prefix": "IA:",
|
|
93
|
+
"customers.ai_assistant.agents.account.description": "Explora personas, empresas, oportunidades y actividades.",
|
|
93
94
|
"customers.ai_assistant.agents.account.label": "CRM Assistant",
|
|
94
95
|
"customers.ai_assistant.context.matchingDeals": "{count} negocios en vista",
|
|
95
96
|
"customers.ai_assistant.context.matchingPeople": "{count} contacts in view",
|
|
@@ -104,31 +105,47 @@
|
|
|
104
105
|
"customers.ai_assistant.popover.heading": "AI assistants",
|
|
105
106
|
"customers.ai_assistant.sheet.composerPlaceholder": "Pregunta sobre personas, empresas, oportunidades...",
|
|
106
107
|
"customers.ai_assistant.sheet.description": "Asistente de solo lectura. Pregunta sobre personas, empresas, oportunidades y actividades del alcance de esta lista.",
|
|
108
|
+
"customers.ai_assistant.sheet.descriptionWithSelection": "Trabajando con {count} contactos seleccionados. Pregunta por sus datos, oportunidades, empresas y actividades.",
|
|
109
|
+
"customers.ai_assistant.sheet.descriptionWithSelectionCompanies": "Trabajando con {count} empresas seleccionadas. Pregunta por sus oportunidades, contactos y actividades.",
|
|
107
110
|
"customers.ai_assistant.sheet.descriptionWithSelectionDeals": "Trabajando con {count} negocios seleccionados. Pregunta por su etapa, valor y fechas de cierre.",
|
|
108
111
|
"customers.ai_assistant.sheet.dock": "Dock to side",
|
|
109
112
|
"customers.ai_assistant.sheet.selectionPill": "Actuando sobre {count} seleccionados",
|
|
110
113
|
"customers.ai_assistant.sheet.title": "Asistente AI de clientes",
|
|
114
|
+
"customers.ai_assistant.sheet.welcomeDescriptionAll": "Pregúntame lo que quieras sobre tus clientes, empresas y oportunidades:",
|
|
115
|
+
"customers.ai_assistant.sheet.welcomeDescriptionAllCompanies": "Pregúntame lo que quieras sobre tus empresas, oportunidades y actividades:",
|
|
111
116
|
"customers.ai_assistant.sheet.welcomeDescriptionAllDeals": "Pregunta por negocios, pipeline o fechas de cierre:",
|
|
117
|
+
"customers.ai_assistant.sheet.welcomeDescriptionSelection": "Listo para explorar tus {count} contactos seleccionados:",
|
|
118
|
+
"customers.ai_assistant.sheet.welcomeDescriptionSelectionCompanies": "Listo para explorar tus {count} empresas seleccionadas:",
|
|
112
119
|
"customers.ai_assistant.sheet.welcomeDescriptionSelectionDeals": "Listo para explorar tus {count} negocios seleccionados:",
|
|
113
120
|
"customers.ai_assistant.sheet.welcomeTitle": "CRM Assistant",
|
|
114
121
|
"customers.ai_assistant.suggestions.activityOverview": "Activity overview",
|
|
115
122
|
"customers.ai_assistant.suggestions.atRiskSelectedDeals": "Negocios seleccionados en riesgo",
|
|
123
|
+
"customers.ai_assistant.suggestions.companiesActivityOverview": "Resumen de actividad",
|
|
116
124
|
"customers.ai_assistant.suggestions.companiesForSelectedDeals": "Empresas en negocios seleccionados",
|
|
125
|
+
"customers.ai_assistant.suggestions.companiesWithoutContacts": "Empresas sin contactos",
|
|
117
126
|
"customers.ai_assistant.suggestions.dealsAtRisk": "Negocios en riesgo de retraso",
|
|
118
127
|
"customers.ai_assistant.suggestions.dealsClosingThisMonth": "Negocios que cierran este mes",
|
|
128
|
+
"customers.ai_assistant.suggestions.dealsForSelectedCompanies": "Mostrar oportunidades de las empresas seleccionadas",
|
|
119
129
|
"customers.ai_assistant.suggestions.findCompanies": "Find related companies",
|
|
120
130
|
"customers.ai_assistant.suggestions.findDeals": "Show deals for selected people",
|
|
131
|
+
"customers.ai_assistant.suggestions.peopleAtSelectedCompanies": "Listar personas de las empresas seleccionadas",
|
|
121
132
|
"customers.ai_assistant.suggestions.recentDeals": "Show recent deals",
|
|
133
|
+
"customers.ai_assistant.suggestions.searchCompanies": "Buscar una empresa",
|
|
122
134
|
"customers.ai_assistant.suggestions.searchDeals": "Buscar un negocio",
|
|
123
135
|
"customers.ai_assistant.suggestions.searchPeople": "Search for a contact",
|
|
124
136
|
"customers.ai_assistant.suggestions.summarizeSelected": "Summarize selected contacts",
|
|
137
|
+
"customers.ai_assistant.suggestions.summarizeSelectedCompanies": "Resumir las empresas seleccionadas",
|
|
125
138
|
"customers.ai_assistant.suggestions.summarizeSelectedDeals": "Resumir negocios seleccionados",
|
|
126
139
|
"customers.ai_assistant.suggestions.topCompanies": "List top companies",
|
|
140
|
+
"customers.ai_assistant.suggestions.topCompaniesByDeals": "Principales empresas por valor de oportunidades",
|
|
127
141
|
"customers.ai_assistant.suggestions.topDealsByValue": "Mejores negocios por valor",
|
|
128
142
|
"customers.ai_assistant.suggestions.totalOpenDealValue": "Valor total de negocios abiertos",
|
|
129
143
|
"customers.ai_assistant.trigger.ariaLabel": "Abrir asistente AI para personas",
|
|
144
|
+
"customers.ai_assistant.trigger.ariaLabelCompanies": "Abrir el asistente de IA para empresas",
|
|
130
145
|
"customers.ai_assistant.trigger.ariaLabelDeals": "Abrir asistente AI para negocios",
|
|
131
146
|
"customers.ai_assistant.trigger.label": "AI",
|
|
147
|
+
"customers.ai_assistant.trigger.moreAgentsAriaLabel": "Elegir un asistente de IA",
|
|
148
|
+
"customers.assignableStaff.forbidden": "Permisos insuficientes para cargar el personal asignable.",
|
|
132
149
|
"customers.assignableStaff.loadError": "No se pudieron cargar los miembros del equipo. Verifica tus permisos y vuelve a intentarlo.",
|
|
133
150
|
"customers.audit.activities.create": "Crear actividad",
|
|
134
151
|
"customers.audit.activities.delete": "Eliminar actividad",
|
|
@@ -747,6 +764,7 @@
|
|
|
747
764
|
"customers.companies.list.bulkDelete.failedGroup": "No se pudieron eliminar {count} empresas: {message}",
|
|
748
765
|
"customers.companies.list.bulkDelete.operationLabel": "Eliminar {count} empresas",
|
|
749
766
|
"customers.companies.list.bulkDelete.partial": "{deleted} de {total} empresas eliminadas; {failed} fallaron",
|
|
767
|
+
"customers.companies.list.bulkDelete.progressDescription": "{count} empresas seleccionadas para eliminar",
|
|
750
768
|
"customers.companies.list.bulkDelete.progressName": "Eliminar empresas seleccionadas",
|
|
751
769
|
"customers.companies.list.bulkDelete.success": "{count} companies deleted",
|
|
752
770
|
"customers.companies.list.bulkDelete.title": "Delete {count} companies?",
|
|
@@ -885,10 +903,24 @@
|
|
|
885
903
|
"customers.countries.it": "Italia",
|
|
886
904
|
"customers.countries.pl": "Polonia",
|
|
887
905
|
"customers.countries.us": "Estados Unidos",
|
|
906
|
+
"customers.deal_analyzer.context.dealsInView": "{count} oportunidades en la vista",
|
|
907
|
+
"customers.deal_analyzer.context.selectedDeals": "{count} oportunidades seleccionadas",
|
|
888
908
|
"customers.deal_analyzer.dock.subtitle": "Negocios",
|
|
909
|
+
"customers.deal_analyzer.sheet.composerPlaceholder": "Analiza oportunidades estancadas, propón cambios de etapa...",
|
|
910
|
+
"customers.deal_analyzer.sheet.description": "Analizador de estado de oportunidades en varios pasos. Detecta oportunidades estancadas y propone transiciones de etapa para su aprobación.",
|
|
911
|
+
"customers.deal_analyzer.sheet.descriptionWithSelection": "Analizando {count} oportunidades seleccionadas para evaluar el pipeline y proponer cambios de etapa.",
|
|
889
912
|
"customers.deal_analyzer.sheet.dock": "Anclar al lado",
|
|
913
|
+
"customers.deal_analyzer.sheet.selectionPill": "Actuando sobre {count} oportunidades",
|
|
890
914
|
"customers.deal_analyzer.sheet.title": "Analizador de negocios",
|
|
915
|
+
"customers.deal_analyzer.sheet.welcomeDescriptionAll": "Analiza el estado del pipeline y propón cambios de etapa:",
|
|
916
|
+
"customers.deal_analyzer.sheet.welcomeDescriptionSelection": "Listo para analizar tus {count} oportunidades seleccionadas:",
|
|
891
917
|
"customers.deal_analyzer.sheet.welcomeTitle": "Analizador de negocios",
|
|
918
|
+
"customers.deal_analyzer.suggestions.analyzeSelected": "Analizar las oportunidades seleccionadas",
|
|
919
|
+
"customers.deal_analyzer.suggestions.analyzeStalledDeals": "Analizar oportunidades estancadas",
|
|
920
|
+
"customers.deal_analyzer.suggestions.overviewByStage": "Resumen del estado de las oportunidades",
|
|
921
|
+
"customers.deal_analyzer.suggestions.proposeStageMove": "Proponer cambios de etapa para las oportunidades seleccionadas",
|
|
922
|
+
"customers.deal_analyzer.suggestions.showAtRiskPipeline": "Mostrar el pipeline en riesgo",
|
|
923
|
+
"customers.deal_analyzer.trigger.ariaLabel": "Abrir el agente de IA Analizador de Oportunidades",
|
|
892
924
|
"customers.deals.create.associations.companiesPlaceholder": "Buscar empresas por nombre o dominio…",
|
|
893
925
|
"customers.deals.create.associations.peoplePlaceholder": "Buscar personas por nombre o correo…",
|
|
894
926
|
"customers.deals.create.back": "Volver a oportunidades",
|
|
@@ -973,7 +1005,10 @@
|
|
|
973
1005
|
"customers.deals.detail.highlights": "Aspectos destacados",
|
|
974
1006
|
"customers.deals.detail.linkedEntities.clearAll": "Clear",
|
|
975
1007
|
"customers.deals.detail.linkedEntities.clearVisible": "Limpiar visibles",
|
|
1008
|
+
"customers.deals.detail.linkedEntities.confirmButton": "Vincular {{entity}}",
|
|
1009
|
+
"customers.deals.detail.linkedEntities.dialogSubtitle": "Vincula un registro existente de {{entity}} a esta oportunidad",
|
|
976
1010
|
"customers.deals.detail.linkedEntities.dialogTitle": "Manage linked {{entity}}",
|
|
1011
|
+
"customers.deals.detail.linkedEntities.dialogTitleShort": "Vincular {{entity}}",
|
|
977
1012
|
"customers.deals.detail.linkedEntities.empty": "No linked records yet.",
|
|
978
1013
|
"customers.deals.detail.linkedEntities.loadMore": "Load more",
|
|
979
1014
|
"customers.deals.detail.linkedEntities.loading": "Loading linked records…",
|
|
@@ -986,6 +1021,7 @@
|
|
|
986
1021
|
"customers.deals.detail.linkedEntities.searchAll": "Search all {{entity}}…",
|
|
987
1022
|
"customers.deals.detail.linkedEntities.searchResults": "Search results",
|
|
988
1023
|
"customers.deals.detail.linkedEntities.searching": "Searching…",
|
|
1024
|
+
"customers.deals.detail.linkedEntities.sectionLabel": "{{entity}} COINCIDENTES",
|
|
989
1025
|
"customers.deals.detail.linkedEntities.selectVisible": "Seleccionar visibles",
|
|
990
1026
|
"customers.deals.detail.linkedEntities.selectedTitle": "Selected {{entity}}",
|
|
991
1027
|
"customers.deals.detail.linkedEntities.summary": "{{count}} linked {{entity}}",
|
|
@@ -1067,6 +1103,7 @@
|
|
|
1067
1103
|
"customers.deals.detail.title": "Detalles del deal",
|
|
1068
1104
|
"customers.deals.detail.unsavedCancel": "Keep editing",
|
|
1069
1105
|
"customers.deals.detail.unsavedConfirm": "Discard changes",
|
|
1106
|
+
"customers.deals.detail.unsavedDescription": "Tienes cambios sin guardar en esta oportunidad. Guárdalos primero o continúa para descartarlos.",
|
|
1070
1107
|
"customers.deals.detail.unsavedTitle": "Discard unsaved changes?",
|
|
1071
1108
|
"customers.deals.detail.untitled": "Deal sin título",
|
|
1072
1109
|
"customers.deals.detail.updateSuccess": "Deal updated.",
|
|
@@ -1374,6 +1411,7 @@
|
|
|
1374
1411
|
"customers.deals.list.bulkDelete.failedGroup": "No se pudieron eliminar {count} deals: {message}",
|
|
1375
1412
|
"customers.deals.list.bulkDelete.operationLabel": "Eliminar {count} deals",
|
|
1376
1413
|
"customers.deals.list.bulkDelete.partial": "{deleted} de {total} deals eliminados; {failed} fallaron",
|
|
1414
|
+
"customers.deals.list.bulkDelete.progressDescription": "{count} oportunidades seleccionadas para eliminar",
|
|
1377
1415
|
"customers.deals.list.bulkDelete.progressName": "Eliminar negocios seleccionados",
|
|
1378
1416
|
"customers.deals.list.bulkDelete.success": "{count} deals deleted",
|
|
1379
1417
|
"customers.deals.list.bulkDelete.title": "Delete {count} deals?",
|
|
@@ -1646,6 +1684,7 @@
|
|
|
1646
1684
|
"customers.linking.deal.addNew": "Añadir nueva oportunidad",
|
|
1647
1685
|
"customers.linking.deal.confirmButton": "Vincular oportunidad",
|
|
1648
1686
|
"customers.linking.deal.dialogDescription": "Busca oportunidades existentes para vincularlas a este registro.",
|
|
1687
|
+
"customers.linking.deal.dialogSubtitle": "Vincula una oportunidad existente a este registro",
|
|
1649
1688
|
"customers.linking.deal.dialogTitle": "Vincular oportunidades",
|
|
1650
1689
|
"customers.linking.deal.orphanWarning": "Esta oportunidad no tiene otros elementos vinculados. Si la desvinculas más tarde, quedará inaccesible.",
|
|
1651
1690
|
"customers.linking.deal.orphanWarningTitle": "Oportunidad sin empresa",
|
|
@@ -1660,8 +1699,11 @@
|
|
|
1660
1699
|
"customers.linking.pagination.previous": "Página anterior",
|
|
1661
1700
|
"customers.linking.pagination.previousShort": "Anterior",
|
|
1662
1701
|
"customers.linking.person.addNew": "Añadir nueva persona",
|
|
1702
|
+
"customers.linking.person.addNewSubtitle": "La empresa se rellenará automáticamente",
|
|
1663
1703
|
"customers.linking.person.confirmButton": "Vincular persona",
|
|
1664
1704
|
"customers.linking.person.dialogDescription": "Busca personas existentes y vincúlalas a este registro sin salir de la página.",
|
|
1705
|
+
"customers.linking.person.dialogSubtitle": "Vincula un contacto existente a esta empresa",
|
|
1706
|
+
"customers.linking.person.dialogSubtitleFor": "Vincula un contacto existente a {{name}}",
|
|
1665
1707
|
"customers.linking.person.dialogTitle": "Vincular personas",
|
|
1666
1708
|
"customers.linking.person.searchEmpty": "No se encontraron personas.",
|
|
1667
1709
|
"customers.linking.person.searchPlaceholder": "Buscar todas las personas…",
|
|
@@ -2290,6 +2332,7 @@
|
|
|
2290
2332
|
"customers.people.list.bulkDelete.failedGroup": "No se pudieron eliminar {count} personas: {message}",
|
|
2291
2333
|
"customers.people.list.bulkDelete.operationLabel": "Eliminar {count} personas",
|
|
2292
2334
|
"customers.people.list.bulkDelete.partial": "{deleted} de {total} personas eliminadas; {failed} fallaron",
|
|
2335
|
+
"customers.people.list.bulkDelete.progressDescription": "{count} personas seleccionadas para eliminar",
|
|
2293
2336
|
"customers.people.list.bulkDelete.progressName": "Eliminar personas seleccionadas",
|
|
2294
2337
|
"customers.people.list.bulkDelete.success": "{count} people deleted",
|
|
2295
2338
|
"customers.people.list.bulkDelete.title": "Delete {count} people?",
|
|
@@ -2465,6 +2508,7 @@
|
|
|
2465
2508
|
"customers.roles.dialog.team.unassigned": "No team",
|
|
2466
2509
|
"customers.roles.dialog.teamLabel": "Select a team member",
|
|
2467
2510
|
"customers.roles.dialog.title": "Assign role",
|
|
2511
|
+
"customers.roles.dialog.visibleCount": "Mostrando {{shown}} de {{total}} miembros del equipo",
|
|
2468
2512
|
"customers.roles.email": "Send email",
|
|
2469
2513
|
"customers.roles.emailUnavailable": "Email unavailable",
|
|
2470
2514
|
"customers.roles.emptySlot": "Not assigned",
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
"customers.ai.actions.translate": "Przetłumacz",
|
|
91
91
|
"customers.ai.comingSoon": "Wkrótce",
|
|
92
92
|
"customers.ai.prefix": "AI:",
|
|
93
|
+
"customers.ai_assistant.agents.account.description": "Przeglądaj osoby, firmy, szanse i aktywności.",
|
|
93
94
|
"customers.ai_assistant.agents.account.label": "Asystent CRM",
|
|
94
95
|
"customers.ai_assistant.context.matchingDeals": "{count} transakcji w widoku",
|
|
95
96
|
"customers.ai_assistant.context.matchingPeople": "Kontaktów w widoku: {count}",
|
|
@@ -104,31 +105,47 @@
|
|
|
104
105
|
"customers.ai_assistant.popover.heading": "Asystenci AI",
|
|
105
106
|
"customers.ai_assistant.sheet.composerPlaceholder": "Zapytaj o osoby, firmy, transakcje...",
|
|
106
107
|
"customers.ai_assistant.sheet.description": "Asystent tylko do odczytu. Zadawaj pytania o osoby, firmy, transakcje i aktywności w zasięgu tej listy.",
|
|
108
|
+
"customers.ai_assistant.sheet.descriptionWithSelection": "Praca na {count} wybranych kontaktach. Pytaj o ich dane, szanse, firmy i aktywności.",
|
|
109
|
+
"customers.ai_assistant.sheet.descriptionWithSelectionCompanies": "Praca na {count} wybranych firmach. Pytaj o ich szanse, kontakty i aktywności.",
|
|
107
110
|
"customers.ai_assistant.sheet.descriptionWithSelectionDeals": "Pracujesz na {count} zaznaczonych transakcjach. Zadawaj pytania o etap, wartość i daty zamknięcia.",
|
|
108
111
|
"customers.ai_assistant.sheet.dock": "Przypnij z boku",
|
|
109
112
|
"customers.ai_assistant.sheet.selectionPill": "Działam na {count} zaznaczonych",
|
|
110
113
|
"customers.ai_assistant.sheet.title": "Asystent AI dla klientów",
|
|
114
|
+
"customers.ai_assistant.sheet.welcomeDescriptionAll": "Zapytaj mnie o cokolwiek dotyczącego Twoich klientów, firm i szans:",
|
|
115
|
+
"customers.ai_assistant.sheet.welcomeDescriptionAllCompanies": "Zapytaj mnie o cokolwiek dotyczącego Twoich firm, szans i aktywności:",
|
|
111
116
|
"customers.ai_assistant.sheet.welcomeDescriptionAllDeals": "Zadaj pytanie o transakcje, pipeline lub daty zamknięcia:",
|
|
117
|
+
"customers.ai_assistant.sheet.welcomeDescriptionSelection": "Gotowe do przeglądu Twoich {count} wybranych kontaktów:",
|
|
118
|
+
"customers.ai_assistant.sheet.welcomeDescriptionSelectionCompanies": "Gotowe do przeglądu Twoich {count} wybranych firm:",
|
|
112
119
|
"customers.ai_assistant.sheet.welcomeDescriptionSelectionDeals": "Możemy przejrzeć Twoje {count} zaznaczonych transakcji:",
|
|
113
120
|
"customers.ai_assistant.sheet.welcomeTitle": "Asystent CRM",
|
|
114
121
|
"customers.ai_assistant.suggestions.activityOverview": "Przegląd aktywności",
|
|
115
122
|
"customers.ai_assistant.suggestions.atRiskSelectedDeals": "Zaznaczone transakcje zagrożone",
|
|
123
|
+
"customers.ai_assistant.suggestions.companiesActivityOverview": "Przegląd aktywności",
|
|
116
124
|
"customers.ai_assistant.suggestions.companiesForSelectedDeals": "Firmy w zaznaczonych transakcjach",
|
|
125
|
+
"customers.ai_assistant.suggestions.companiesWithoutContacts": "Firmy bez kontaktów",
|
|
117
126
|
"customers.ai_assistant.suggestions.dealsAtRisk": "Transakcje zagrożone poślizgiem",
|
|
118
127
|
"customers.ai_assistant.suggestions.dealsClosingThisMonth": "Transakcje zamykające się w tym miesiącu",
|
|
128
|
+
"customers.ai_assistant.suggestions.dealsForSelectedCompanies": "Pokaż szanse dla wybranych firm",
|
|
119
129
|
"customers.ai_assistant.suggestions.findCompanies": "Znajdź powiązane firmy",
|
|
120
130
|
"customers.ai_assistant.suggestions.findDeals": "Pokaż szanse dla zaznaczonych osób",
|
|
131
|
+
"customers.ai_assistant.suggestions.peopleAtSelectedCompanies": "Wypisz osoby z wybranych firm",
|
|
121
132
|
"customers.ai_assistant.suggestions.recentDeals": "Pokaż ostatnie szanse",
|
|
133
|
+
"customers.ai_assistant.suggestions.searchCompanies": "Wyszukaj firmę",
|
|
122
134
|
"customers.ai_assistant.suggestions.searchDeals": "Wyszukaj transakcję",
|
|
123
135
|
"customers.ai_assistant.suggestions.searchPeople": "Wyszukaj kontakt",
|
|
124
136
|
"customers.ai_assistant.suggestions.summarizeSelected": "Podsumuj zaznaczone kontakty",
|
|
137
|
+
"customers.ai_assistant.suggestions.summarizeSelectedCompanies": "Podsumuj wybrane firmy",
|
|
125
138
|
"customers.ai_assistant.suggestions.summarizeSelectedDeals": "Podsumuj zaznaczone transakcje",
|
|
126
139
|
"customers.ai_assistant.suggestions.topCompanies": "Wypisz najważniejsze firmy",
|
|
140
|
+
"customers.ai_assistant.suggestions.topCompaniesByDeals": "Najlepsze firmy wg wartości szans",
|
|
127
141
|
"customers.ai_assistant.suggestions.topDealsByValue": "Najlepsze transakcje wg wartości",
|
|
128
142
|
"customers.ai_assistant.suggestions.totalOpenDealValue": "Łączna wartość otwartych transakcji",
|
|
129
143
|
"customers.ai_assistant.trigger.ariaLabel": "Otwórz asystenta AI dla osób",
|
|
144
|
+
"customers.ai_assistant.trigger.ariaLabelCompanies": "Otwórz asystenta AI dla firm",
|
|
130
145
|
"customers.ai_assistant.trigger.ariaLabelDeals": "Otwórz asystenta AI dla transakcji",
|
|
131
146
|
"customers.ai_assistant.trigger.label": "AI",
|
|
147
|
+
"customers.ai_assistant.trigger.moreAgentsAriaLabel": "Wybierz asystenta AI",
|
|
148
|
+
"customers.assignableStaff.forbidden": "Brak wystarczających uprawnień do wczytania pracowników możliwych do przypisania.",
|
|
132
149
|
"customers.assignableStaff.loadError": "Nie udało się załadować pracowników. Sprawdź uprawnienia i spróbuj ponownie.",
|
|
133
150
|
"customers.audit.activities.create": "Utwórz aktywność",
|
|
134
151
|
"customers.audit.activities.delete": "Usuń aktywność",
|
|
@@ -747,6 +764,7 @@
|
|
|
747
764
|
"customers.companies.list.bulkDelete.failedGroup": "Nie udało się usunąć {count} firm: {message}",
|
|
748
765
|
"customers.companies.list.bulkDelete.operationLabel": "Usuń {count} firm",
|
|
749
766
|
"customers.companies.list.bulkDelete.partial": "Usunięto {deleted} z {total} firm; {failed} nie powiodło się",
|
|
767
|
+
"customers.companies.list.bulkDelete.progressDescription": "Wybrano {count} firm do usunięcia",
|
|
750
768
|
"customers.companies.list.bulkDelete.progressName": "Usuń zaznaczone firmy",
|
|
751
769
|
"customers.companies.list.bulkDelete.success": "Usunięto {count} firm",
|
|
752
770
|
"customers.companies.list.bulkDelete.title": "Usunąć {count} firm?",
|
|
@@ -885,10 +903,24 @@
|
|
|
885
903
|
"customers.countries.it": "Włochy",
|
|
886
904
|
"customers.countries.pl": "Polska",
|
|
887
905
|
"customers.countries.us": "Stany Zjednoczone",
|
|
906
|
+
"customers.deal_analyzer.context.dealsInView": "{count} szans w widoku",
|
|
907
|
+
"customers.deal_analyzer.context.selectedDeals": "Wybrano {count} szans",
|
|
888
908
|
"customers.deal_analyzer.dock.subtitle": "Transakcje",
|
|
909
|
+
"customers.deal_analyzer.sheet.composerPlaceholder": "Przeanalizuj zastane szanse, zaproponuj zmiany etapu...",
|
|
910
|
+
"customers.deal_analyzer.sheet.description": "Wieloetapowy analizator kondycji szans. Wskazuje zastane szanse i proponuje zmiany etapu do zatwierdzenia.",
|
|
911
|
+
"customers.deal_analyzer.sheet.descriptionWithSelection": "Analiza {count} wybranych szans pod kątem kondycji lejka i propozycji zmian etapu.",
|
|
889
912
|
"customers.deal_analyzer.sheet.dock": "Zadokuj z boku",
|
|
913
|
+
"customers.deal_analyzer.sheet.selectionPill": "Działanie na {count} szansach",
|
|
890
914
|
"customers.deal_analyzer.sheet.title": "Analizator transakcji",
|
|
915
|
+
"customers.deal_analyzer.sheet.welcomeDescriptionAll": "Przeanalizuj kondycję lejka sprzedaży i zaproponuj zmiany etapu:",
|
|
916
|
+
"customers.deal_analyzer.sheet.welcomeDescriptionSelection": "Gotowe do analizy Twoich {count} wybranych szans:",
|
|
891
917
|
"customers.deal_analyzer.sheet.welcomeTitle": "Analizator transakcji",
|
|
918
|
+
"customers.deal_analyzer.suggestions.analyzeSelected": "Przeanalizuj wybrane szanse",
|
|
919
|
+
"customers.deal_analyzer.suggestions.analyzeStalledDeals": "Przeanalizuj zastane szanse",
|
|
920
|
+
"customers.deal_analyzer.suggestions.overviewByStage": "Przegląd kondycji szans",
|
|
921
|
+
"customers.deal_analyzer.suggestions.proposeStageMove": "Zaproponuj zmiany etapu dla wybranych szans",
|
|
922
|
+
"customers.deal_analyzer.suggestions.showAtRiskPipeline": "Pokaż zagrożony lejek",
|
|
923
|
+
"customers.deal_analyzer.trigger.ariaLabel": "Otwórz agenta AI do analizy szans",
|
|
892
924
|
"customers.deals.create.associations.companiesPlaceholder": "Szukaj firm po nazwie lub domenie…",
|
|
893
925
|
"customers.deals.create.associations.peoplePlaceholder": "Szukaj osób po nazwie lub e-mailu…",
|
|
894
926
|
"customers.deals.create.back": "Powrót do szans sprzedaży",
|
|
@@ -973,7 +1005,10 @@
|
|
|
973
1005
|
"customers.deals.detail.highlights": "Kluczowe informacje",
|
|
974
1006
|
"customers.deals.detail.linkedEntities.clearAll": "Wyczyść",
|
|
975
1007
|
"customers.deals.detail.linkedEntities.clearVisible": "Wyczyść widoczne",
|
|
1008
|
+
"customers.deals.detail.linkedEntities.confirmButton": "Powiąż {{entity}}",
|
|
1009
|
+
"customers.deals.detail.linkedEntities.dialogSubtitle": "Powiąż istniejący rekord {{entity}} z tą szansą",
|
|
976
1010
|
"customers.deals.detail.linkedEntities.dialogTitle": "Zarządzaj powiązanymi — {{entity}}",
|
|
1011
|
+
"customers.deals.detail.linkedEntities.dialogTitleShort": "Powiąż {{entity}}",
|
|
977
1012
|
"customers.deals.detail.linkedEntities.empty": "Brak powiązanych rekordów.",
|
|
978
1013
|
"customers.deals.detail.linkedEntities.loadMore": "Wczytaj więcej",
|
|
979
1014
|
"customers.deals.detail.linkedEntities.loading": "Ładowanie powiązanych rekordów…",
|
|
@@ -986,6 +1021,7 @@
|
|
|
986
1021
|
"customers.deals.detail.linkedEntities.searchAll": "Szukaj we wszystkich — {{entity}}…",
|
|
987
1022
|
"customers.deals.detail.linkedEntities.searchResults": "Wyniki wyszukiwania",
|
|
988
1023
|
"customers.deals.detail.linkedEntities.searching": "Wyszukiwanie…",
|
|
1024
|
+
"customers.deals.detail.linkedEntities.sectionLabel": "PASUJĄCE {{entity}}",
|
|
989
1025
|
"customers.deals.detail.linkedEntities.selectVisible": "Zaznacz widoczne",
|
|
990
1026
|
"customers.deals.detail.linkedEntities.selectedTitle": "Wybrane — {{entity}}",
|
|
991
1027
|
"customers.deals.detail.linkedEntities.summary": "Powiązane: {{count}} {{entity}}",
|
|
@@ -1067,6 +1103,7 @@
|
|
|
1067
1103
|
"customers.deals.detail.title": "Szczegóły szansy",
|
|
1068
1104
|
"customers.deals.detail.unsavedCancel": "Kontynuuj edycję",
|
|
1069
1105
|
"customers.deals.detail.unsavedConfirm": "Odrzuć zmiany",
|
|
1106
|
+
"customers.deals.detail.unsavedDescription": "Masz niezapisane zmiany w tej szansie. Zapisz je najpierw albo kontynuuj, aby je odrzucić.",
|
|
1070
1107
|
"customers.deals.detail.unsavedTitle": "Odrzucić niezapisane zmiany?",
|
|
1071
1108
|
"customers.deals.detail.untitled": "Szansa bez nazwy",
|
|
1072
1109
|
"customers.deals.detail.updateSuccess": "Zaktualizowano szansę.",
|
|
@@ -1374,6 +1411,7 @@
|
|
|
1374
1411
|
"customers.deals.list.bulkDelete.failedGroup": "Nie udało się usunąć {count} transakcji: {message}",
|
|
1375
1412
|
"customers.deals.list.bulkDelete.operationLabel": "Usuń {count} transakcji",
|
|
1376
1413
|
"customers.deals.list.bulkDelete.partial": "Usunięto {deleted} z {total} transakcji; {failed} nie powiodło się",
|
|
1414
|
+
"customers.deals.list.bulkDelete.progressDescription": "Wybrano {count} szans do usunięcia",
|
|
1377
1415
|
"customers.deals.list.bulkDelete.progressName": "Usuń zaznaczone transakcje",
|
|
1378
1416
|
"customers.deals.list.bulkDelete.success": "Usunięto {count} szans",
|
|
1379
1417
|
"customers.deals.list.bulkDelete.title": "Usunąć {count} szans?",
|
|
@@ -1646,6 +1684,7 @@
|
|
|
1646
1684
|
"customers.linking.deal.addNew": "Dodaj nową szansę",
|
|
1647
1685
|
"customers.linking.deal.confirmButton": "Powiąż szansę",
|
|
1648
1686
|
"customers.linking.deal.dialogDescription": "Wyszukaj istniejące szanse, aby powiązać je z tym rekordem.",
|
|
1687
|
+
"customers.linking.deal.dialogSubtitle": "Powiąż istniejącą szansę z tym rekordem",
|
|
1649
1688
|
"customers.linking.deal.dialogTitle": "Powiąż szanse",
|
|
1650
1689
|
"customers.linking.deal.orphanWarning": "Ta szansa nie ma innych powiązanych obiektów. Jeśli ją odepniesz, stanie się niedostępna.",
|
|
1651
1690
|
"customers.linking.deal.orphanWarningTitle": "Szansa bez firmy",
|
|
@@ -1660,8 +1699,11 @@
|
|
|
1660
1699
|
"customers.linking.pagination.previous": "Poprzednia strona",
|
|
1661
1700
|
"customers.linking.pagination.previousShort": "Wstecz",
|
|
1662
1701
|
"customers.linking.person.addNew": "Dodaj nową osobę",
|
|
1702
|
+
"customers.linking.person.addNewSubtitle": "Firma zostanie uzupełniona automatycznie",
|
|
1663
1703
|
"customers.linking.person.confirmButton": "Powiąż osobę",
|
|
1664
1704
|
"customers.linking.person.dialogDescription": "Wyszukaj istniejące osoby i przypisz je do tego rekordu bez opuszczania strony.",
|
|
1705
|
+
"customers.linking.person.dialogSubtitle": "Powiąż istniejący kontakt z tą firmą",
|
|
1706
|
+
"customers.linking.person.dialogSubtitleFor": "Powiąż istniejący kontakt z {{name}}",
|
|
1665
1707
|
"customers.linking.person.dialogTitle": "Powiąż osoby",
|
|
1666
1708
|
"customers.linking.person.searchEmpty": "Nie znaleziono pasujących osób.",
|
|
1667
1709
|
"customers.linking.person.searchPlaceholder": "Szukaj wszystkich osób…",
|
|
@@ -2290,6 +2332,7 @@
|
|
|
2290
2332
|
"customers.people.list.bulkDelete.failedGroup": "Nie udało się usunąć {count} osób: {message}",
|
|
2291
2333
|
"customers.people.list.bulkDelete.operationLabel": "Usuń {count} osób",
|
|
2292
2334
|
"customers.people.list.bulkDelete.partial": "Usunięto {deleted} z {total} osób; {failed} nie powiodło się",
|
|
2335
|
+
"customers.people.list.bulkDelete.progressDescription": "Wybrano {count} osób do usunięcia",
|
|
2293
2336
|
"customers.people.list.bulkDelete.progressName": "Usuń zaznaczone osoby",
|
|
2294
2337
|
"customers.people.list.bulkDelete.success": "Usunięto {count} osób",
|
|
2295
2338
|
"customers.people.list.bulkDelete.title": "Usunąć {count} osób?",
|
|
@@ -2465,6 +2508,7 @@
|
|
|
2465
2508
|
"customers.roles.dialog.team.unassigned": "Brak zespołu",
|
|
2466
2509
|
"customers.roles.dialog.teamLabel": "Wybierz członka zespołu",
|
|
2467
2510
|
"customers.roles.dialog.title": "Przypisz rolę",
|
|
2511
|
+
"customers.roles.dialog.visibleCount": "Wyświetlane {{shown}} z {{total}} członków zespołu",
|
|
2468
2512
|
"customers.roles.email": "Wyślij e-mail",
|
|
2469
2513
|
"customers.roles.emailUnavailable": "E-mail niedostępny",
|
|
2470
2514
|
"customers.roles.emptySlot": "Nieprzypisane",
|