@bigbinary/neeto-team-members-frontend 4.5.22 → 4.5.24

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.
@@ -0,0 +1,237 @@
1
+ {
2
+ "neetoTeamMembers": {
3
+ "alerts": {
4
+ "messages": {
5
+ "activateMember_one": "Sie aktivieren den {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
6
+ "activateMember_other": "Sie aktivieren <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
7
+ "changeRole_one": "Sie ändern die Rolle von <strong>{{person, anyCase}}</strong> zu <strong>{{role, anyCase}}</strong>.",
8
+ "changeRole_other": "Sie ändern die Rolle von <strong>{{count}}</strong> {{metaName}} zu <strong>{{role, anyCase}}</strong>.",
9
+ "delete": "Sie löschen das {{resource}} <strong>{{name, anyCase}}</strong>. Dies kann nicht rückgängig gemacht werden.",
10
+ "deletingRole": "Sie löschen die Rolle <strong>{{name, anyCase}}</strong> dauerhaft. Dies kann nicht rückgängig gemacht werden.",
11
+ "removeMember": "Sie entfernen <strong>{{member, anyCase}}</strong> aus dieser Gruppe.",
12
+ "removeMember_one": "Sie entfernen den {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
13
+ "removeMember_other": "Sie entfernen <strong>{{count}}</strong> {{taxonomies.member.plural}}."
14
+ }
15
+ },
16
+ "buttons": {
17
+ "activate": "Aktivieren",
18
+ "back": "Zurück",
19
+ "cancel": "Abbrechen",
20
+ "changeRole": "Rolle ändern",
21
+ "continue": "Fortfahren",
22
+ "delete": "Löschen",
23
+ "download": "Herunterladen",
24
+ "editBasicInfo": "Basisinformationen bearbeiten",
25
+ "manageBillingAndSubscriptions": "Abrechnung und Abonnements verwalten",
26
+ "remove": "Entfernen",
27
+ "reset": "Zurücksetzen",
28
+ "saveChanges": "Änderungen speichern",
29
+ "updateEmail": "E-Mail aktualisieren"
30
+ },
31
+ "columns": {
32
+ "noColumnsFound": "Keine Spalten gefunden.",
33
+ "search": "Spalten suchen"
34
+ },
35
+ "common": {
36
+ "activate": "Aktivieren",
37
+ "activate_": "Aktivieren {{what}}?",
38
+ "active": "Aktiv",
39
+ "active_": "Aktiv {{what}}",
40
+ "addNew_": "Neu hinzufügen {{what}}",
41
+ "all": "Alle",
42
+ "all_": "Alle {{what}}",
43
+ "changeRole": "Rolle ändern?",
44
+ "deactivated": "Entfernen",
45
+ "delete": "Löschen",
46
+ "description": "Beschreibung",
47
+ "edit": "Bearbeiten",
48
+ "edit_": "Bearbeiten {{what}}",
49
+ "email_one": "E-Mail",
50
+ "email_other": "E-Mails",
51
+ "format": "Format",
52
+ "free": "Kostenlos",
53
+ "loading": "Lade...",
54
+ "name": "Name",
55
+ "notFound_": "Es gibt keine {{what}}, die angezeigt werden können",
56
+ "notFoundWithKind_": "Es gibt keine {{kind}} {{what}}, die angezeigt werden können",
57
+ "permission_one": "Berechtigung",
58
+ "permission_other": "Berechtigungen",
59
+ "productName": "Produktname",
60
+ "remove": "Entfernen",
61
+ "remove_": "Entfernen {{what}}?",
62
+ "removed_": "Entfernt {{what}}",
63
+ "role_one": "Rolle",
64
+ "role_other": "Rollen",
65
+ "search_": "Suchen {{what}}",
66
+ "subscriptionType": "{{subscription}} Plan",
67
+ "takeAction": "Aktion durchführen",
68
+ "timeZone": "Etc/UTC"
69
+ },
70
+ "downloadPane": {
71
+ "description": {
72
+ "allMembers": "Alle {{taxonomies.member.plural}} herunterladen",
73
+ "selectedMembers_one": "Ausgewählten {{taxonomies.member.singular}} herunterladen",
74
+ "selectedMembers_other": "{{count}} ausgewählte {{taxonomies.member.plural}} herunterladen"
75
+ },
76
+ "title": "{{taxonomies.member.plural}} herunterladen"
77
+ },
78
+ "helpers": {
79
+ "addMembersToNeetoProducts": "{{- emails, boldList}} zu den folgenden Neeto-Produkten hinzufügen.",
80
+ "configPermissions": "Berechtigungen für die Module konfigurieren.",
81
+ "emptyTable": "Es gibt keine {{entity}}, die angezeigt werden können",
82
+ "enterMultipleEmails": "Drücken Sie die Leertaste, das Komma, die Tabulatortaste oder die Eingabetaste, um mehrere E-Mail-Adressen hinzuzufügen.",
83
+ "manageProducts": "Zu viele Produkte? <button>Deaktivieren Sie einige</button> dieser Produkte.",
84
+ "memberCreationStatus_one": "Einladen {{taxonomies.member.singular}}",
85
+ "memberCreationStatus_other": "Einladen {{taxonomies.member.plural}}",
86
+ "metaNameWithCount_one": "{{totalCount}} {{taxonomies.member.singular}}",
87
+ "metaNameWithCount_other": "{{totalCount}} {{taxonomies.member.plural}}",
88
+ "multipleProductInvitation": "{{- emails, boldList}} werden zu den folgenden Neeto-Produkten mit der daneben angegebenen Rolle eingeladen.",
89
+ "noRecords": "Keine Datensätze gefunden",
90
+ "noRolesFound": "Keine Rollen gefunden.",
91
+ "selectAll": "Alle {{count}} Teammitglieder auswählen",
92
+ "selectedMembers": "Alle {{count}} Teammitglieder auf dieser Seite sind ausgewählt",
93
+ "selectedMembersCount_one": "{{count}} {{taxonomies.member.singular}} ausgewählt von <span>{{totalCount}}</span>",
94
+ "selectedMembersCount_other": "{{count}} {{taxonomies.member.plural}} ausgewählt von <span>{{totalCount}}</span>",
95
+ "singleProductInvitation": "{{- emails, boldList}} werden zu <strong>{{product, anyCase}}</strong> mit der Rolle <strong>{{role, anyCase}}</strong> eingeladen.",
96
+ "themeSelector": "Themenauswahl",
97
+ "whyIsItDisabled": "Warum ist es deaktiviert?"
98
+ },
99
+ "labels": {
100
+ "addNewRole": "Neue Rolle hinzufügen",
101
+ "billingAndSubscriptions": "Abrechnung und Abonnements",
102
+ "country": "Land",
103
+ "deleteRole": "Rolle löschen?",
104
+ "deleteTitle": "{{resource}} löschen?",
105
+ "downloadAs": "Herunterladen als {{format, anyCase}}",
106
+ "downloads": {
107
+ "csv": "CSV",
108
+ "pdf": "PDF",
109
+ "xlsx": "Excel"
110
+ },
111
+ "editRole": "Rolle bearbeiten",
112
+ "firstName": "Vorname",
113
+ "groupName": "{{taxonomies.group.singular, anyCase}}-Name",
114
+ "lastName": "Nachname",
115
+ "manageMember_one": "Mitglied verwalten",
116
+ "manageMember_other": "Mitglieder verwalten",
117
+ "manageRole_one": "Rolle verwalten",
118
+ "manageRole_other": "Rollen verwalten",
119
+ "neeto_": "Neeto{{product, anyCase}}",
120
+ "permissionsNotFound": "Es gibt keine Berechtigungen zu zeigen",
121
+ "preferredDateFormat": "Bevorzugtes Datumsformat",
122
+ "preferredTimeFormat": "Bevorzugtes Zeitformat",
123
+ "removeMember": "{{member}} entfernen?",
124
+ "roleNotFound_one": "Es gibt keine Rolle zu zeigen",
125
+ "roleNotFound_other": "Es gibt keine Rollen zu zeigen",
126
+ "timeZone": "Zeitzone",
127
+ "totalMembers": "Gesamt {{taxonomies.member.plural}}",
128
+ "upgradeToProPlan": "Upgrade der oben hinzugefügten Mitglieder auf den PRO"
129
+ },
130
+ "placeholders": {
131
+ "email": "Bitte geben Sie die E-Mail-Adressen ein",
132
+ "enterDescription": "Bitte geben Sie eine Beschreibung ein",
133
+ "enterName": "Bitte geben Sie den Namen ein",
134
+ "search": "Suchen",
135
+ "searchEntity": "Suchen {{entity}}",
136
+ "searchPermission_one": "Berechtigung suchen",
137
+ "searchPermission_other": "Berechtigungen suchen",
138
+ "searchRole_one": "Rolle suchen",
139
+ "searchRole_other": "Rollen suchen"
140
+ },
141
+ "profile": {
142
+ "avatar": {
143
+ "changeProfilePicture": "Profilbild ändern",
144
+ "profilePicture": "Profilbild",
145
+ "profilePictureUploadMessage": "Nur JPEG, PNG-Dateien sind unterstützt. Maximale Dateigröße beträgt <strong>{{limit}}MB</strong>.",
146
+ "uploadProfilePicture": "Profilbild hochladen"
147
+ },
148
+ "common": {
149
+ "ddmmyy": "DD/MM/YYYY",
150
+ "mmddyy": "MM/DD/YYYY",
151
+ "myProfile": "Mein Profil",
152
+ "neetoAuth": "NeetoAuth",
153
+ "timeZoneOption": "{{timeZone, anyCase}} - {{currentTime}}",
154
+ "toUpdateProfile": "Um Ihre E-Mail, Abrechnung und Abonnement zu ändern, <button>besuchen Sie NeetoAuth.</button>",
155
+ "yymmdd": "YYYY/MM/DD"
156
+ },
157
+ "file": {
158
+ "corrupted": "Die eingereichte Datei war leer oder beschädigt. Bitte wählen Sie eine gültige Datei aus.",
159
+ "invalidType": {
160
+ "image": "Ungültiger Dateityp. Bitte wählen Sie stattdessen eine JPG-, JPEG- oder PNG-Datei aus und versuchen Sie es erneut."
161
+ },
162
+ "limitExceeded": "Dateigrenze überschritten, maximale erlaubte Größe beträgt {{maxSize}} MB. Bitte wählen Sie eine kleinere Datei aus und versuchen Sie es erneut."
163
+ },
164
+ "form": {
165
+ "dotsNotAllowed": "Punkte sind nicht erlaubt",
166
+ "invalidName": "Verwenden Sie nur Buchstaben, Zahlen, Leerzeichen, Kommas, Punkte, Apostrophe und Bindestriche.",
167
+ "isRequired": {
168
+ "dateFormat": "Datumsformat ist erforderlich",
169
+ "firstName": "Vorname ist erforderlich",
170
+ "lastName": "Nachname ist erforderlich"
171
+ }
172
+ },
173
+ "inputs": {
174
+ "label": {
175
+ "dateFormat": "Bevorzugtes Datumsformat auswählen",
176
+ "firstName": "Vorname",
177
+ "lastName": "Nachname",
178
+ "selectCountry": "Land auswählen",
179
+ "selectTimeFormat": "Bevorzugtes Zeitformat auswählen",
180
+ "selectTimeZone": "Zeitzone auswählen"
181
+ },
182
+ "placeholder": {
183
+ "firstName": "Vorname",
184
+ "lastName": "Nachname"
185
+ }
186
+ }
187
+ },
188
+ "tooltips": {
189
+ "activateUserToEdit_one": "Bitte aktivieren Sie den Benutzer, um seine Rolle zu bearbeiten.",
190
+ "activateUserToEdit_other": "Bitte aktivieren Sie die ausgewählten Benutzer, um ihre Rolle zu bearbeiten.",
191
+ "adminMustHaveAccess": "Die Berechtigungen {{roleName}} können von niemandem geändert werden.",
192
+ "clickToViewPermissions": "Klicken Sie, um die Rollen und ihre Berechtigungen anzuzeigen.",
193
+ "goBackToChangeRole": "Bitte gehen Sie zurück, um die Rolle zu ändern.",
194
+ "hostAppIsRequired": "Dieses Neeto-Produkt wird benötigt, um fortzufahren.",
195
+ "noPermissionToAddMember": "Bitte fragen Sie den Administrator um Erlaubnis, Mitglieder hinzuzufügen.",
196
+ "noPermissionToAddRole": "Bitte fragen Sie den Administrator um Erlaubnis, Rollen hinzuzufügen.",
197
+ "noPermissionToEditMembers": "Bitte fragen Sie den Administrator um Erlaubnis, Mitglieder zu bearbeiten.",
198
+ "noPermissionToEditRoles": "Bitte fragen Sie den Administrator um Erlaubnis, Rollen zu bearbeiten.",
199
+ "noPermissionToRemoveRoles": "Bitte fragen Sie den Administrator um Erlaubnis, Rollen zu entfernen.",
200
+ "uncheckOnSelectPermissions": "Wenn Sie diese Berechtigung auswählen, werden die folgenden Berechtigungen abgewählt: {{permissions}}"
201
+ },
202
+ "validations": {
203
+ "descriptionLimitExceeded": "Sie haben das Limit von {{limit}} Zeichen für die Beschreibung überschritten.",
204
+ "enterRoleName": "Bitte geben Sie einen gültigen Rollennamen ein.",
205
+ "filterInvalidEmails": "Klicken Sie hier, um ungültige E-Mails zu entfernen.",
206
+ "max": "Das Feld muss weniger als {{size}} Zeichen haben",
207
+ "memberLimitExceeded": "Es sind maximal {{limit}} Teammitglieder erlaubt. <emailTo>Kontaktieren Sie uns</emailTo>, um das Limit zu erhöhen.",
208
+ "minOneEmail": "Bitte geben Sie mindestens eine E-Mail-Adresse ein.",
209
+ "nameLimitExceeded": "Sie haben das Limit von {{limit}} Zeichen für den Namen überschritten.",
210
+ "noWhiteSpaces": "{{what, anyCase}} darf nicht mit Leerzeichen beginnen oder enden",
211
+ "removeSpaces": "Bitte entfernen Sie die Leerzeichen.",
212
+ "required": "{{what, anyCase}} ist ein Pflichtfeld",
213
+ "roleRequired": "Bitte wählen Sie eine Rolle aus.",
214
+ "validEmail_one": "Bitte stellen Sie sicher, dass die E-Mail-Adresse gültig ist.",
215
+ "validEmail_other": "Bitte stellen Sie sicher, dass alle E-Mail-Adressen gültig sind."
216
+ }
217
+ },
218
+ "taxonomyDefaultLabels": {
219
+ "group": {
220
+ "plural": "Gruppen",
221
+ "singular": "Gruppe"
222
+ },
223
+ "groupMember": {
224
+ "plural": "Mitglieder",
225
+ "singular": "Mitglied"
226
+ },
227
+ "member": {
228
+ "plural": "Teammitglieder",
229
+ "singular": "Teammitglied"
230
+ }
231
+ },
232
+ "toastr": {
233
+ "success": {
234
+ "downloadMembers": "Ihre Datei wird vorbereitet. Sie wird in Kürze an <strong>{{email}}</strong> gesendet."
235
+ }
236
+ }
237
+ }
@@ -0,0 +1,237 @@
1
+ {
2
+ "neetoTeamMembers": {
3
+ "alerts": {
4
+ "messages": {
5
+ "activateMember_one": "Estás activando el {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
6
+ "activateMember_other": "Estás activando <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
7
+ "changeRole_one": "Estás cambiando el rol de <strong>{{person, anyCase}}</strong> a <strong>{{role, anyCase}}</strong>.",
8
+ "changeRole_other": "Estás cambiando el rol de <strong>{{count}}</strong> {{metaName}} a <strong>{{role, anyCase}}</strong>.",
9
+ "delete": "Estás eliminando permanentemente el {{resource}} <strong>{{name, anyCase}}</strong>. Esto no se puede deshacer.",
10
+ "deletingRole": "Estás eliminando permanentemente el rol <strong>{{name, anyCase}}</strong>. Esto no se puede deshacer.",
11
+ "removeMember": "Estás removiendo <strong>{{member, anyCase}}</strong> de este grupo.",
12
+ "removeMember_one": "Estás removiendo el {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
13
+ "removeMember_other": "Estás removiendo <strong>{{count}}</strong> {{taxonomies.member.plural}}."
14
+ }
15
+ },
16
+ "buttons": {
17
+ "activate": "Activar",
18
+ "back": "Atrás",
19
+ "cancel": "Cancelar",
20
+ "changeRole": "Cambiar rol",
21
+ "continue": "Continuar",
22
+ "delete": "Eliminar",
23
+ "download": "Descargar",
24
+ "editBasicInfo": "Editar información básica",
25
+ "manageBillingAndSubscriptions": "Gestionar facturación y suscripciones",
26
+ "remove": "Eliminar",
27
+ "reset": "Restablecer",
28
+ "saveChanges": "Guardar cambios",
29
+ "updateEmail": "Actualizar correo electrónico"
30
+ },
31
+ "columns": {
32
+ "noColumnsFound": "No se encontraron columnas.",
33
+ "search": "Buscar columnas"
34
+ },
35
+ "common": {
36
+ "activate": "Activar",
37
+ "activate_": "¿Activar {{what}}?",
38
+ "active": "Activo",
39
+ "active_": "Activo {{what}}",
40
+ "addNew_": "Agregar nuevo {{what}}",
41
+ "all": "Todo",
42
+ "all_": "Todo {{what}}",
43
+ "changeRole": "¿Cambiar rol?",
44
+ "deactivated": "Eliminar",
45
+ "delete": "Eliminar",
46
+ "description": "Descripción",
47
+ "edit": "Editar",
48
+ "edit_": "Editar {{what}}",
49
+ "email_one": "Correo electrónico",
50
+ "email_other": "Correos electrónicos",
51
+ "format": "Formato",
52
+ "free": "Gratis",
53
+ "loading": "Cargando...",
54
+ "name": "Nombre",
55
+ "notFound_": "No hay {{what}} para mostrar",
56
+ "notFoundWithKind_": "No hay {{kind}} {{what}} para mostrar",
57
+ "permission_one": "Permiso",
58
+ "permission_other": "Permisos",
59
+ "productName": "Nombre del producto",
60
+ "remove": "Eliminar",
61
+ "remove_": "¿Eliminar {{what}}?",
62
+ "removed_": "Eliminado {{what}}",
63
+ "role_one": "Rol",
64
+ "role_other": "Roles",
65
+ "search_": "Buscar {{what}}",
66
+ "subscriptionType": "plan de {{subscription}}",
67
+ "takeAction": "Tomar acción",
68
+ "timeZone": "Etc/UTC"
69
+ },
70
+ "downloadPane": {
71
+ "description": {
72
+ "allMembers": "Descargar todos los {{taxonomies.member.plural}}",
73
+ "selectedMembers_one": "Descargar {{taxonomies.member.singular}} seleccionado",
74
+ "selectedMembers_other": "Descargar {{count}} {{taxonomies.member.plural}} seleccionados"
75
+ },
76
+ "title": "Descargar {{taxonomies.member.plural}}"
77
+ },
78
+ "helpers": {
79
+ "addMembersToNeetoProducts": "Agregar {{- emails, boldList}} a los siguientes productos de Neeto.",
80
+ "configPermissions": "Configurar permisos para los módulos.",
81
+ "emptyTable": "No hay {{entity}} para mostrar",
82
+ "enterMultipleEmails": "Presiona espacio, coma, tabulador o la tecla enter para agregar múltiples direcciones de correo electrónico.",
83
+ "manageProducts": "¿Demasiados productos? <button>Desactiva algunos</button> de estos productos.",
84
+ "memberCreationStatus_one": "Invitando {{taxonomies.member.singular}}",
85
+ "memberCreationStatus_other": "Invitando {{taxonomies.member.plural}}",
86
+ "metaNameWithCount_one": "{{totalCount}} {{taxonomies.member.singular}}",
87
+ "metaNameWithCount_other": "{{totalCount}} {{taxonomies.member.plural}}",
88
+ "multipleProductInvitation": "{{- emails, boldList}} serán invitados a los siguientes productos de Neeto con el rol dado a su lado.",
89
+ "noRecords": "No se encontraron registros",
90
+ "noRolesFound": "No se encontraron roles.",
91
+ "selectAll": "Seleccionar todos los {{count}} miembros del equipo",
92
+ "selectedMembers": "Todos los {{count}} miembros del equipo en esta página están seleccionados",
93
+ "selectedMembersCount_one": "{{count}} {{taxonomies.member.singular}} seleccionados de <span>{{totalCount}}</span>",
94
+ "selectedMembersCount_other": "{{count}} {{taxonomies.member.plural}} seleccionados de <span>{{totalCount}}</span>",
95
+ "singleProductInvitation": "{{- emails, boldList}} serán invitados a <strong>{{product, anyCase}}</strong> con un rol de <strong>{{role, anyCase}}</strong>.",
96
+ "themeSelector": "Selector de tema",
97
+ "whyIsItDisabled": "¿Por qué está deshabilitado?"
98
+ },
99
+ "labels": {
100
+ "addNewRole": "Agregar nuevo rol",
101
+ "billingAndSubscriptions": "Facturación y suscripciones",
102
+ "country": "País",
103
+ "deleteRole": "¿Eliminar rol?",
104
+ "deleteTitle": "Eliminar {{resource}}?",
105
+ "downloadAs": "Descargar como {{format, anyCase}}",
106
+ "downloads": {
107
+ "csv": "CSV",
108
+ "pdf": "PDF",
109
+ "xlsx": "Excel"
110
+ },
111
+ "editRole": "Editar rol",
112
+ "firstName": "Nombre",
113
+ "groupName": "Nombre de {{taxonomies.group.singular, anyCase}}",
114
+ "lastName": "Apellido",
115
+ "manageMember_one": "Gestionar miembro",
116
+ "manageMember_other": "Gestionar miembros",
117
+ "manageRole_one": "Gestionar rol",
118
+ "manageRole_other": "Gestionar roles",
119
+ "neeto_": "Neeto{{product, anyCase}}",
120
+ "permissionsNotFound": "No hay permisos para mostrar",
121
+ "preferredDateFormat": "Formato de fecha preferido",
122
+ "preferredTimeFormat": "Formato de hora preferido",
123
+ "removeMember": "¿Eliminar {{member}}?",
124
+ "roleNotFound_one": "No hay rol para mostrar",
125
+ "roleNotFound_other": "No hay roles para mostrar",
126
+ "timeZone": "Zona horaria",
127
+ "totalMembers": "Total {{taxonomies.member.plural}}",
128
+ "upgradeToProPlan": "Actualizar a los miembros añadidos anteriormente al PRO"
129
+ },
130
+ "placeholders": {
131
+ "email": "Por favor, introduce las direcciones de correo electrónico",
132
+ "enterDescription": "Por favor, introduce una descripción",
133
+ "enterName": "Por favor, introduce el nombre",
134
+ "search": "Buscar",
135
+ "searchEntity": "Buscar {{entity}}",
136
+ "searchPermission_one": "Buscar permiso",
137
+ "searchPermission_other": "Buscar permisos",
138
+ "searchRole_one": "Buscar rol",
139
+ "searchRole_other": "Buscar roles"
140
+ },
141
+ "profile": {
142
+ "avatar": {
143
+ "changeProfilePicture": "Cambiar foto de perfil",
144
+ "profilePicture": "Foto de perfil",
145
+ "profilePictureUploadMessage": "Solo se admiten archivos JPEG y PNG. El tamaño máximo permitido del archivo es <strong>{{limit}}MB</strong>.",
146
+ "uploadProfilePicture": "Subir foto de perfil"
147
+ },
148
+ "common": {
149
+ "ddmmyy": "DD/MM/YYYY",
150
+ "mmddyy": "MM/DD/YYYY",
151
+ "myProfile": "Mi perfil",
152
+ "neetoAuth": "NeetoAuth",
153
+ "timeZoneOption": "{{timeZone, anyCase}} - {{currentTime}}",
154
+ "toUpdateProfile": "Para cambiar tu correo electrónico, facturación y suscripción <button>visita NeetoAuth.</button>",
155
+ "yymmdd": "YYYY/MM/DD"
156
+ },
157
+ "file": {
158
+ "corrupted": "El archivo enviado estaba vacío o corrupto. Por favor, selecciona un archivo válido.",
159
+ "invalidType": {
160
+ "image": "Tipo de archivo no válido. Por favor, selecciona un archivo JPG, JPEG o PNG y vuelve a intentarlo."
161
+ },
162
+ "limitExceeded": "Límite de archivo excedido, el tamaño máximo permitido es {{maxSize}} MB. Por favor, selecciona un archivo más pequeño y vuelve a intentarlo."
163
+ },
164
+ "form": {
165
+ "dotsNotAllowed": "No se permiten puntos",
166
+ "invalidName": "Usa solo letras, números, espacios, comas, puntos, apóstrofes y guiones.",
167
+ "isRequired": {
168
+ "dateFormat": "El formato de fecha es requerido",
169
+ "firstName": "El nombre es requerido",
170
+ "lastName": "El apellido es requerido"
171
+ }
172
+ },
173
+ "inputs": {
174
+ "label": {
175
+ "dateFormat": "Selecciona el formato de fecha preferido",
176
+ "firstName": "Nombre",
177
+ "lastName": "Apellido",
178
+ "selectCountry": "Selecciona país",
179
+ "selectTimeFormat": "Selecciona el formato de hora preferido",
180
+ "selectTimeZone": "Selecciona zona horaria"
181
+ },
182
+ "placeholder": {
183
+ "firstName": "Nombre",
184
+ "lastName": "Apellido"
185
+ }
186
+ }
187
+ },
188
+ "tooltips": {
189
+ "activateUserToEdit_one": "Por favor activa al usuario para editar su rol.",
190
+ "activateUserToEdit_other": "Por favor activa a los usuarios seleccionados para editar su rol.",
191
+ "adminMustHaveAccess": "Los permisos de {{roleName}} no pueden ser cambiados por nadie.",
192
+ "clickToViewPermissions": "Haz clic para ver los roles y sus permisos.",
193
+ "goBackToChangeRole": "Por favor regresa para cambiar el rol.",
194
+ "hostAppIsRequired": "Este producto de Neeto es requerido para continuar.",
195
+ "noPermissionToAddMember": "Por favor pide al admin que te permita agregar miembros.",
196
+ "noPermissionToAddRole": "Por favor pide al admin que te permita agregar roles.",
197
+ "noPermissionToEditMembers": "Por favor pide al admin que te permita editar miembros.",
198
+ "noPermissionToEditRoles": "Por favor pide al admin que te permita editar roles.",
199
+ "noPermissionToRemoveRoles": "Por favor pide al admin que te permita eliminar roles.",
200
+ "uncheckOnSelectPermissions": "Si seleccionas este permiso, los siguientes permisos serán desmarcados: {{permissions}}"
201
+ },
202
+ "validations": {
203
+ "descriptionLimitExceeded": "Has excedido el límite de {{limit}} caracteres para la descripción.",
204
+ "enterRoleName": "Por favor, introduce un nombre de rol válido.",
205
+ "filterInvalidEmails": "Haz clic aquí para eliminar correos inválidos.",
206
+ "max": "El campo debe ser menor de {{size}} caracteres",
207
+ "memberLimitExceeded": "Se permiten un máximo de {{limit}} miembros del equipo. <emailTo>Contáctanos</emailTo> para aumentar el límite.",
208
+ "minOneEmail": "Por favor, introduce al menos una dirección de correo electrónico.",
209
+ "nameLimitExceeded": "Has excedido el límite de {{limit}} caracteres para el nombre.",
210
+ "noWhiteSpaces": "{{what, anyCase}} no debe comenzar o terminar con espacios en blanco",
211
+ "removeSpaces": "Por favor, elimina los espacios.",
212
+ "required": "{{what, anyCase}} es un campo requerido",
213
+ "roleRequired": "Por favor, selecciona un rol.",
214
+ "validEmail_one": "Por favor, asegúrate de que la dirección de correo electrónico sea válida.",
215
+ "validEmail_other": "Por favor, asegúrate de que todas las direcciones de correo electrónico sean válidas."
216
+ }
217
+ },
218
+ "taxonomyDefaultLabels": {
219
+ "group": {
220
+ "plural": "Grupos",
221
+ "singular": "Grupo"
222
+ },
223
+ "groupMember": {
224
+ "plural": "Miembros",
225
+ "singular": "Miembro"
226
+ },
227
+ "member": {
228
+ "plural": "Miembros del equipo",
229
+ "singular": "Miembro del equipo"
230
+ }
231
+ },
232
+ "toastr": {
233
+ "success": {
234
+ "downloadMembers": "Tu archivo está siendo preparado. Se enviará a <strong>{{email}}</strong> en breve."
235
+ }
236
+ }
237
+ }