@payloadcms/translations 3.0.0-alpha.0

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.
Files changed (82) hide show
  1. package/README.md +42 -0
  2. package/dist/_generatedFiles_/api/ar.json +85 -0
  3. package/dist/_generatedFiles_/api/az.json +86 -0
  4. package/dist/_generatedFiles_/api/bg.json +85 -0
  5. package/dist/_generatedFiles_/api/cs.json +85 -0
  6. package/dist/_generatedFiles_/api/de.json +85 -0
  7. package/dist/_generatedFiles_/api/en.json +85 -0
  8. package/dist/_generatedFiles_/api/es.json +85 -0
  9. package/dist/_generatedFiles_/api/fa.json +85 -0
  10. package/dist/_generatedFiles_/api/fr.json +85 -0
  11. package/dist/_generatedFiles_/api/hr.json +85 -0
  12. package/dist/_generatedFiles_/api/hu.json +85 -0
  13. package/dist/_generatedFiles_/api/index.d.ts +2552 -0
  14. package/dist/_generatedFiles_/api/index.js +68 -0
  15. package/dist/_generatedFiles_/api/it.json +85 -0
  16. package/dist/_generatedFiles_/api/ja.json +85 -0
  17. package/dist/_generatedFiles_/api/ko.json +84 -0
  18. package/dist/_generatedFiles_/api/my.json +85 -0
  19. package/dist/_generatedFiles_/api/nb.json +85 -0
  20. package/dist/_generatedFiles_/api/nl.json +85 -0
  21. package/dist/_generatedFiles_/api/pl.json +85 -0
  22. package/dist/_generatedFiles_/api/pt.json +85 -0
  23. package/dist/_generatedFiles_/api/ro.json +85 -0
  24. package/dist/_generatedFiles_/api/rs-latin.json +85 -0
  25. package/dist/_generatedFiles_/api/rs.json +85 -0
  26. package/dist/_generatedFiles_/api/ru.json +85 -0
  27. package/dist/_generatedFiles_/api/sv.json +85 -0
  28. package/dist/_generatedFiles_/api/th.json +85 -0
  29. package/dist/_generatedFiles_/api/tr.json +85 -0
  30. package/dist/_generatedFiles_/api/translation-schema.json +403 -0
  31. package/dist/_generatedFiles_/api/ua.json +85 -0
  32. package/dist/_generatedFiles_/api/vi.json +85 -0
  33. package/dist/_generatedFiles_/api/zh-tw.json +85 -0
  34. package/dist/_generatedFiles_/api/zh.json +85 -0
  35. package/dist/_generatedFiles_/client/ar.json +273 -0
  36. package/dist/_generatedFiles_/client/az.json +273 -0
  37. package/dist/_generatedFiles_/client/bg.json +273 -0
  38. package/dist/_generatedFiles_/client/cs.json +273 -0
  39. package/dist/_generatedFiles_/client/de.json +273 -0
  40. package/dist/_generatedFiles_/client/en.json +275 -0
  41. package/dist/_generatedFiles_/client/es.json +273 -0
  42. package/dist/_generatedFiles_/client/fa.json +273 -0
  43. package/dist/_generatedFiles_/client/fr.json +273 -0
  44. package/dist/_generatedFiles_/client/hr.json +273 -0
  45. package/dist/_generatedFiles_/client/hu.json +273 -0
  46. package/dist/_generatedFiles_/client/index.d.ts +8197 -0
  47. package/dist/_generatedFiles_/client/index.js +68 -0
  48. package/dist/_generatedFiles_/client/it.json +273 -0
  49. package/dist/_generatedFiles_/client/ja.json +275 -0
  50. package/dist/_generatedFiles_/client/ko.json +272 -0
  51. package/dist/_generatedFiles_/client/my.json +273 -0
  52. package/dist/_generatedFiles_/client/nb.json +273 -0
  53. package/dist/_generatedFiles_/client/nl.json +273 -0
  54. package/dist/_generatedFiles_/client/pl.json +273 -0
  55. package/dist/_generatedFiles_/client/pt.json +273 -0
  56. package/dist/_generatedFiles_/client/ro.json +273 -0
  57. package/dist/_generatedFiles_/client/rs-latin.json +273 -0
  58. package/dist/_generatedFiles_/client/rs.json +273 -0
  59. package/dist/_generatedFiles_/client/ru.json +273 -0
  60. package/dist/_generatedFiles_/client/sv.json +273 -0
  61. package/dist/_generatedFiles_/client/th.json +273 -0
  62. package/dist/_generatedFiles_/client/tr.json +273 -0
  63. package/dist/_generatedFiles_/client/translation-schema.json +1086 -0
  64. package/dist/_generatedFiles_/client/ua.json +273 -0
  65. package/dist/_generatedFiles_/client/vi.json +273 -0
  66. package/dist/_generatedFiles_/client/zh-tw.json +275 -0
  67. package/dist/_generatedFiles_/client/zh.json +273 -0
  68. package/dist/exports/index.d.ts +3 -0
  69. package/dist/exports/index.js +9 -0
  70. package/dist/types.d.ts +42 -0
  71. package/dist/types.js +2 -0
  72. package/dist/utilities/copyFile.d.ts +1 -0
  73. package/dist/utilities/copyFile.js +15 -0
  74. package/dist/utilities/deepMerge.d.ts +1 -0
  75. package/dist/utilities/deepMerge.js +18 -0
  76. package/dist/utilities/ensureDirExists.d.ts +1 -0
  77. package/dist/utilities/ensureDirExists.js +18 -0
  78. package/dist/utilities/getTranslation.d.ts +3 -0
  79. package/dist/utilities/getTranslation.js +21 -0
  80. package/dist/utilities/init.d.ts +30 -0
  81. package/dist/utilities/init.js +180 -0
  82. package/package.json +37 -0
@@ -0,0 +1,275 @@
1
+ {
2
+ "$schema": "./translation-schema.json",
3
+ "authentication": {
4
+ "account": "Account",
5
+ "accountOfCurrentUser": "Account of current user",
6
+ "alreadyActivated": "Already Activated",
7
+ "alreadyLoggedIn": "Already logged in",
8
+ "backToLogin": "Back to login",
9
+ "beginCreateFirstUser": "To begin, create your first user.",
10
+ "changePassword": "Change Password",
11
+ "confirmGeneration": "Confirm Generation",
12
+ "confirmPassword": "Confirm Password",
13
+ "emailNotValid": "The email provided is not valid",
14
+ "emailSent": "Email Sent",
15
+ "enableAPIKey": "Enable API Key",
16
+ "failedToUnlock": "Failed to unlock",
17
+ "forceUnlock": "Force Unlock",
18
+ "forgotPassword": "Forgot Password",
19
+ "forgotPasswordEmailInstructions": "Please enter your email below. You will receive an email message with instructions on how to reset your password.",
20
+ "forgotPasswordQuestion": "Forgot password?",
21
+ "generate": "Generate",
22
+ "generateNewAPIKey": "Generate new API key",
23
+ "logBackIn": "Log back in",
24
+ "logOut": "Log out",
25
+ "loggedOutInactivity": "You have been logged out due to inactivity.",
26
+ "loggedOutSuccessfully": "You have been logged out successfully.",
27
+ "login": "Login",
28
+ "logout": "Logout",
29
+ "logoutUser": "Logout user",
30
+ "newAPIKeyGenerated": "New API Key Generated.",
31
+ "newPassword": "New Password",
32
+ "resetPassword": "Reset Password",
33
+ "stayLoggedIn": "Stay logged in",
34
+ "successfullyUnlocked": "Successfully unlocked",
35
+ "unableToVerify": "Unable to Verify",
36
+ "verified": "Verified",
37
+ "verifiedSuccessfully": "Verified Successfully",
38
+ "verify": "Verify",
39
+ "verifyUser": "Verify User",
40
+ "youAreInactive": "You haven't been active in a little while and will shortly be automatically logged out for your own security. Would you like to stay logged in?"
41
+ },
42
+ "error": {
43
+ "autosaving": "There was a problem while autosaving this document.",
44
+ "correctInvalidFields": "Please correct invalid fields.",
45
+ "deletingTitle": "There was an error while deleting {{title}}. Please check your connection and try again.",
46
+ "loadingDocument": "There was a problem loading the document with ID of {{id}}.",
47
+ "localesNotSaved_one": "The following locale could not be saved:",
48
+ "localesNotSaved_other": "The following locales could not be saved:",
49
+ "noMatchedField": "No matched field found for \"{{label}}\"",
50
+ "notAllowedToAccessPage": "You are not allowed to access this page.",
51
+ "previewing": "There was a problem previewing this document.",
52
+ "unableToDeleteCount": "Unable to delete {{count}} out of {{total}} {{label}}.",
53
+ "unableToUpdateCount": "Unable to update {{count}} out of {{total}} {{label}}.",
54
+ "unknown": "An unknown error has occurred.",
55
+ "unspecific": "An error has occurred."
56
+ },
57
+ "fields": {
58
+ "addLabel": "Add {{label}}",
59
+ "addLink": "Add Link",
60
+ "addNew": "Add new",
61
+ "addNewLabel": "Add new {{label}}",
62
+ "addRelationship": "Add Relationship",
63
+ "addUpload": "Add Upload",
64
+ "block": "block",
65
+ "blockType": "Block Type",
66
+ "blocks": "blocks",
67
+ "chooseFromExisting": "Choose from existing",
68
+ "collapseAll": "Collapse All",
69
+ "editLink": "Edit Link",
70
+ "editRelationship": "Edit Relationship",
71
+ "itemsAndMore": "{{items}} and {{count}} more",
72
+ "labelRelationship": "{{label}} Relationship",
73
+ "latitude": "Latitude",
74
+ "longitude": "Longitude",
75
+ "passwordsDoNotMatch": "Passwords do not match.",
76
+ "removeRelationship": "Remove Relationship",
77
+ "removeUpload": "Remove Upload",
78
+ "saveChanges": "Save changes",
79
+ "searchForBlock": "Search for a block",
80
+ "selectFieldsToEdit": "Select fields to edit",
81
+ "showAll": "Show All",
82
+ "swapRelationship": "Swap Relationship",
83
+ "swapUpload": "Swap Upload",
84
+ "toggleBlock": "Toggle block",
85
+ "uploadNewLabel": "Upload new {{label}}"
86
+ },
87
+ "general": {
88
+ "aboutToDelete": "You are about to delete the {{label}} <1>{{title}}</1>. Are you sure?",
89
+ "aboutToDeleteCount_many": "You are about to delete {{count}} {{label}}",
90
+ "aboutToDeleteCount_one": "You are about to delete {{count}} {{label}}",
91
+ "aboutToDeleteCount_other": "You are about to delete {{count}} {{label}}",
92
+ "addBelow": "Add Below",
93
+ "addFilter": "Add Filter",
94
+ "adminTheme": "Admin Theme",
95
+ "and": "And",
96
+ "applyChanges": "Apply Changes",
97
+ "ascending": "Ascending",
98
+ "automatic": "Automatic",
99
+ "backToDashboard": "Back to Dashboard",
100
+ "cancel": "Cancel",
101
+ "changesNotSaved": "Your changes have not been saved. If you leave now, you will lose your changes.",
102
+ "close": "Close",
103
+ "collapse": "Collapse",
104
+ "collections": "Collections",
105
+ "columnToSort": "Column to Sort",
106
+ "columns": "Columns",
107
+ "confirm": "Confirm",
108
+ "confirmDeletion": "Confirm deletion",
109
+ "confirmDuplication": "Confirm duplication",
110
+ "copied": "Copied",
111
+ "copy": "Copy",
112
+ "create": "Create",
113
+ "createNew": "Create New",
114
+ "createNewLabel": "Create new {{label}}",
115
+ "created": "Created",
116
+ "creating": "Creating",
117
+ "creatingNewLabel": "Creating new {{label}}",
118
+ "dark": "Dark",
119
+ "dashboard": "Dashboard",
120
+ "delete": "Delete",
121
+ "deletedCountSuccessfully": "Deleted {{count}} {{label}} successfully.",
122
+ "deleting": "Deleting...",
123
+ "descending": "Descending",
124
+ "deselectAllRows": "Deselect all rows",
125
+ "duplicate": "Duplicate",
126
+ "duplicateWithoutSaving": "Duplicate without saving changes",
127
+ "edit": "Edit",
128
+ "editLabel": "Edit {{label}}",
129
+ "editing": "Editing",
130
+ "editingLabel_many": "Editing {{count}} {{label}}",
131
+ "editingLabel_one": "Editing {{count}} {{label}}",
132
+ "editingLabel_other": "Editing {{count}} {{label}}",
133
+ "email": "Email",
134
+ "emailAddress": "Email Address",
135
+ "enterAValue": "Enter a value",
136
+ "error": "Error",
137
+ "errors": "Errors",
138
+ "fallbackToDefaultLocale": "Fallback to default locale",
139
+ "filterWhere": "Filter {{label}} where",
140
+ "filters": "Filters",
141
+ "globals": "Globals",
142
+ "language": "Language",
143
+ "lastModified": "Last Modified",
144
+ "leaveAnyway": "Leave anyway",
145
+ "leaveWithoutSaving": "Leave without saving",
146
+ "light": "Light",
147
+ "livePreview": "Live Preview",
148
+ "loading": "Loading",
149
+ "locale": "Locale",
150
+ "menu": "Menu",
151
+ "moveDown": "Move Down",
152
+ "moveUp": "Move Up",
153
+ "noFiltersSet": "No filters set",
154
+ "noLabel": "<No {{label}}>",
155
+ "noOptions": "No options",
156
+ "noResults": "No {{label}} found. Either no {{label}} exist yet or none match the filters you've specified above.",
157
+ "noValue": "No value",
158
+ "none": "None",
159
+ "notFound": "Not Found",
160
+ "nothingFound": "Nothing found",
161
+ "of": "of",
162
+ "open": "Open",
163
+ "or": "Or",
164
+ "order": "Order",
165
+ "pageNotFound": "Page not found",
166
+ "password": "Password",
167
+ "payloadSettings": "Payload Settings",
168
+ "perPage": "Per Page: {{limit}}",
169
+ "remove": "Remove",
170
+ "reset": "Reset",
171
+ "row": "Row",
172
+ "rows": "Rows",
173
+ "save": "Save",
174
+ "saving": "Saving...",
175
+ "searchBy": "Search by {{label}}",
176
+ "selectAll": "Select all {{count}} {{label}}",
177
+ "selectAllRows": "Select all rows",
178
+ "selectValue": "Select a value",
179
+ "selectedCount": "{{count}} {{label}} selected",
180
+ "showAllLabel": "Show all {{label}}",
181
+ "sorryNotFound": "Sorry—there is nothing to correspond with your request.",
182
+ "sort": "Sort",
183
+ "sortByLabelDirection": "Sort by {{label}} {{direction}}",
184
+ "stayOnThisPage": "Stay on this page",
185
+ "submissionSuccessful": "Submission Successful.",
186
+ "submit": "Submit",
187
+ "successfullyCreated": "{{label}} successfully created.",
188
+ "successfullyDuplicated": "{{label}} successfully duplicated.",
189
+ "thisLanguage": "English",
190
+ "titleDeleted": "{{label}} \"{{title}}\" successfully deleted.",
191
+ "unauthorized": "Unauthorized",
192
+ "unsavedChangesDuplicate": "You have unsaved changes. Would you like to continue to duplicate?",
193
+ "untitled": "Untitled",
194
+ "updatedAt": "Updated At",
195
+ "updatedCountSuccessfully": "Updated {{count}} {{label}} successfully.",
196
+ "updatedSuccessfully": "Updated successfully.",
197
+ "updating": "Updating",
198
+ "welcome": "Welcome"
199
+ },
200
+ "operators": {
201
+ "contains": "contains",
202
+ "equals": "equals",
203
+ "exists": "exists",
204
+ "isGreaterThan": "is greater than",
205
+ "isGreaterThanOrEqualTo": "is greater than or equal to",
206
+ "isIn": "is in",
207
+ "isLessThan": "is less than",
208
+ "isLessThanOrEqualTo": "is less than or equal to",
209
+ "isLike": "is like",
210
+ "isNotEqualTo": "is not equal to",
211
+ "isNotIn": "is not in",
212
+ "near": "near"
213
+ },
214
+ "upload": {
215
+ "crop": "Crop",
216
+ "cropToolDescription": "Drag the corners of the selected area, draw a new area or adjust the values below.",
217
+ "dragAndDrop": "Drag and drop a file",
218
+ "editImage": "Edit Image",
219
+ "focalPoint": "Focal Point",
220
+ "focalPointDescription": "Drag the focal point directly on the preview or adjust the values below.",
221
+ "height": "Height",
222
+ "previewSizes": "Preview Sizes",
223
+ "selectCollectionToBrowse": "Select a Collection to Browse",
224
+ "selectFile": "Select a file",
225
+ "setCropArea": "Set crop area",
226
+ "setFocalPoint": "Set focal point",
227
+ "sizesFor": "Sizes for {{label}}",
228
+ "width": "Width"
229
+ },
230
+ "validation": {
231
+ "fieldHasNo": "This field has no {{label}}",
232
+ "limitReached": "Limit reached, only {{max}} items can be added.",
233
+ "required": "This field is required.",
234
+ "requiresAtLeast": "This field requires at least {{count}} {{label}}."
235
+ },
236
+ "version": {
237
+ "aboutToPublishSelection": "You are about to publish all {{label}} in the selection. Are you sure?",
238
+ "aboutToRestore": "You are about to restore this {{label}} document to the state that it was in on {{versionDate}}.",
239
+ "aboutToRestoreGlobal": "You are about to restore the global {{label}} to the state that it was in on {{versionDate}}.",
240
+ "aboutToUnpublishSelection": "You are about to unpublish all {{label}} in the selection. Are you sure?",
241
+ "autosave": "Autosave",
242
+ "autosavedSuccessfully": "Autosaved successfully.",
243
+ "compareVersion": "Compare version against:",
244
+ "confirmPublish": "Confirm publish",
245
+ "confirmUnpublish": "Confirm unpublish",
246
+ "confirmVersionRestoration": "Confirm version Restoration",
247
+ "draft": "Draft",
248
+ "draftSavedSuccessfully": "Draft saved successfully.",
249
+ "noFurtherVersionsFound": "No further versions found",
250
+ "noRowsFound": "No {{label}} found",
251
+ "preview": "Preview",
252
+ "problemRestoringVersion": "There was a problem restoring this version",
253
+ "publish": "Publish",
254
+ "publishChanges": "Publish changes",
255
+ "published": "Published",
256
+ "restoreThisVersion": "Restore this version",
257
+ "restoredSuccessfully": "Restored Successfully.",
258
+ "restoring": "Restoring...",
259
+ "saveDraft": "Save Draft",
260
+ "selectLocales": "Select locales to display",
261
+ "selectVersionToCompare": "Select a version to compare",
262
+ "showLocales": "Show locales:",
263
+ "type": "Type",
264
+ "unpublish": "Unpublish",
265
+ "unpublishing": "Unpublishing...",
266
+ "version": "Version",
267
+ "versionCreatedOn": "{{version}} created on:",
268
+ "versionID": "Version ID",
269
+ "versions": "Versions",
270
+ "viewingVersion": "Viewing version for the {{entityLabel}} {{documentTitle}}",
271
+ "viewingVersionGlobal": "Viewing version for the global {{entityLabel}}",
272
+ "viewingVersions": "Viewing versions for the {{entityLabel}} {{documentTitle}}",
273
+ "viewingVersionsGlobal": "Viewing versions for the global {{entityLabel}}"
274
+ }
275
+ }
@@ -0,0 +1,273 @@
1
+ {
2
+ "$schema": "./translation-schema.json",
3
+ "authentication": {
4
+ "account": "Cuenta",
5
+ "accountOfCurrentUser": "Cuenta del usuario actual",
6
+ "alreadyActivated": "Ya Activado",
7
+ "alreadyLoggedIn": "Sesión iniciada",
8
+ "backToLogin": "Regresar al inicio de sesión",
9
+ "beginCreateFirstUser": "Para empezar, crea tu primer usuario.",
10
+ "changePassword": "Cambiar contraseña",
11
+ "confirmGeneration": "Confirmar Generación",
12
+ "confirmPassword": "Confirmar Contraseña",
13
+ "emailNotValid": "El correo proporcionado es inválido",
14
+ "emailSent": "Correo Enviado",
15
+ "enableAPIKey": "Habilitar Clave API",
16
+ "failedToUnlock": "Desbloqueo Fallido",
17
+ "forceUnlock": "Forzar Desbloqueo",
18
+ "forgotPassword": "Olvidé mi contraseña",
19
+ "forgotPasswordEmailInstructions": "Por favor introduce tu correo electrónico. Recibirás un mensaje con las instrucciones para restablecer tu contraseña.",
20
+ "forgotPasswordQuestion": "¿Olvidaste tu contraseña?",
21
+ "generate": "Generar",
22
+ "generateNewAPIKey": "Generar Nueva Clave de API",
23
+ "logBackIn": "Volver a iniciar sesión",
24
+ "logOut": "Cerrar sesión",
25
+ "loggedOutInactivity": "Tú sesión se cerró debido a inactividad.",
26
+ "loggedOutSuccessfully": "Tú sesión se cerró correctamente.",
27
+ "login": "Iniciar sesión",
28
+ "logout": "Cerrar sesión",
29
+ "logoutUser": "Cerrar sesión de usuario",
30
+ "newAPIKeyGenerated": "Nueva Clave de API Generada.",
31
+ "newPassword": "Nueva Contraseña",
32
+ "resetPassword": "Restablecer Contraseña",
33
+ "stayLoggedIn": "Mantener sesión abierta",
34
+ "successfullyUnlocked": "Desbloqueado correctamente",
35
+ "unableToVerify": "No se pudo Verificar",
36
+ "verified": "Verificado",
37
+ "verifiedSuccessfully": "Verificación Correcta",
38
+ "verify": "Verificar",
39
+ "verifyUser": "Verificar Usuario",
40
+ "youAreInactive": "Has estado inactivo por un tiempo y por tu seguridad se cerrará tu sesión automáticamente. ¿Deseas mantener tu sesión activa?"
41
+ },
42
+ "error": {
43
+ "autosaving": "Ocurrió un problema al autoguardar este documento.",
44
+ "correctInvalidFields": "Por favor corrige los campos inválidos.",
45
+ "deletingTitle": "Ocurrió un error al eliminar {{title}}. Por favor revisa tu conexión y vuelve a intentarlo.",
46
+ "loadingDocument": "Ocurrió un problema al cargar el documento con la ID {{id}}.",
47
+ "noMatchedField": "No se encontró un campo para \"{{label}}\"",
48
+ "notAllowedToAccessPage": "No tienes permiso para acceder a esta página.",
49
+ "previewing": "Ocurrió un problema al previsualizar este documento.",
50
+ "unableToDeleteCount": "No se pudo eliminar {{count}} de {{total}} {{label}}.",
51
+ "unableToUpdateCount": "No se puede actualizar {{count}} de {{total}} {{label}}.",
52
+ "unknown": "Ocurrió un error desconocido.",
53
+ "unspecific": "Ocurrió un error."
54
+ },
55
+ "fields": {
56
+ "addLabel": "Añadir {{label}}",
57
+ "addLink": "Añadir Enlace",
58
+ "addNew": "Añadir nuevo",
59
+ "addNewLabel": "Añadir {{label}}",
60
+ "addRelationship": "Añadir Relación",
61
+ "addUpload": "Añadir Carga",
62
+ "block": "bloque",
63
+ "blockType": "Tipo de bloque",
64
+ "blocks": "bloques",
65
+ "chooseFromExisting": "Elegir existente",
66
+ "collapseAll": "Colapsar todo",
67
+ "editLink": "Editar Enlace",
68
+ "editRelationship": "Editar Relación",
69
+ "itemsAndMore": "{{items}} y {{count}} más",
70
+ "labelRelationship": "Relación de {{label}}",
71
+ "latitude": "Latitud",
72
+ "longitude": "Longitud",
73
+ "passwordsDoNotMatch": "Las contraseñas no coinciden.",
74
+ "removeRelationship": "Eliminar relación",
75
+ "removeUpload": "Quitar Carga",
76
+ "saveChanges": "Guardar cambios",
77
+ "searchForBlock": "Buscar bloque",
78
+ "selectFieldsToEdit": "Seleccionar campos para editar",
79
+ "showAll": "Mostrar Todo",
80
+ "swapRelationship": "Cambiar Relación",
81
+ "swapUpload": "Cambiar carga",
82
+ "toggleBlock": "Alternar bloque",
83
+ "uploadNewLabel": "Subir nuevo {{label}}"
84
+ },
85
+ "general": {
86
+ "aboutToDelete": "Estás por eliminar el {{label}} <1>{{title}}</1>. ¿Estás seguro?",
87
+ "aboutToDeleteCount_many": "Está a punto de eliminar {{count}} {{label}}",
88
+ "aboutToDeleteCount_one": "Está a punto de eliminar {{count}} {{label}}",
89
+ "aboutToDeleteCount_other": "Está a punto de eliminar {{count}} {{label}}",
90
+ "addBelow": "Agrega abajo",
91
+ "addFilter": "Añadir filtro",
92
+ "adminTheme": "Tema del admin",
93
+ "and": "Y",
94
+ "applyChanges": "Aplicar Cambios",
95
+ "ascending": "Ascendente",
96
+ "automatic": "Automático",
97
+ "backToDashboard": "Volver al Tablero",
98
+ "cancel": "Cancelar",
99
+ "changesNotSaved": "Tus cambios no han sido guardados. Si te sales ahora, se perderán tus cambios.",
100
+ "close": "Cerrar",
101
+ "collapse": "Colapsar",
102
+ "collections": "Colecciones",
103
+ "columnToSort": "Columna de ordenado",
104
+ "columns": "Columnas",
105
+ "confirm": "Confirmar",
106
+ "confirmDeletion": "Confirmar eliminación",
107
+ "confirmDuplication": "Confirmar duplicado",
108
+ "copied": "Copiado",
109
+ "copy": "Copiar",
110
+ "create": "Crear",
111
+ "createNew": "Crear nuevo",
112
+ "createNewLabel": "Crear nuevo {{label}}",
113
+ "created": "Creado",
114
+ "creating": "Creando",
115
+ "creatingNewLabel": "Creando nuevo {{label}}",
116
+ "dark": "Oscuro",
117
+ "dashboard": "Tablero",
118
+ "delete": "Eliminar",
119
+ "deletedCountSuccessfully": "Se eliminó {{count}} {{label}} con éxito.",
120
+ "deleting": "Eliminando...",
121
+ "descending": "Descendente",
122
+ "deselectAllRows": "Deselecciona todas las filas",
123
+ "duplicate": "Duplicar",
124
+ "duplicateWithoutSaving": "Duplicar sin guardar cambios",
125
+ "edit": "Editar",
126
+ "editLabel": "Editar {{label}}",
127
+ "editing": "Editando",
128
+ "editingLabel_many": "Edición de {{count}} {{label}}",
129
+ "editingLabel_one": "Editando {{count}} {{label}}",
130
+ "editingLabel_other": "Edición de {{count}} {{label}}",
131
+ "email": "Correo electrónico",
132
+ "emailAddress": "Dirección de Correo Electrónico",
133
+ "enterAValue": "Introduce un valor",
134
+ "error": "Error",
135
+ "errors": "Errores",
136
+ "fallbackToDefaultLocale": "Volver a la configuración regional por defecto",
137
+ "filterWhere": "Filtrar {{label}} donde",
138
+ "filters": "Filtros",
139
+ "globals": "Globales",
140
+ "language": "Idioma",
141
+ "lastModified": "Última modificación",
142
+ "leaveAnyway": "Salir de todos modos",
143
+ "leaveWithoutSaving": "Salir sin guardar",
144
+ "light": "Claro",
145
+ "livePreview": "Previsualizar",
146
+ "loading": "Cargando",
147
+ "locale": "Regional",
148
+ "menu": "Menú",
149
+ "moveDown": "Mover abajo",
150
+ "moveUp": "Mover arriba",
151
+ "noFiltersSet": "No hay filtros establecidos",
152
+ "noLabel": "<Sin {{label}}>",
153
+ "noOptions": "Sin opciones",
154
+ "noResults": "No encontramos {{label}}. Puede que no existan {{label}} todavía o no hay coincidencias con los filtros introducidos arriba.",
155
+ "noValue": "Sin valor",
156
+ "none": "Ninguna",
157
+ "notFound": "No encontrado",
158
+ "nothingFound": "No se encontró nada",
159
+ "of": "de",
160
+ "open": "Abrir",
161
+ "or": "O",
162
+ "order": "Orden",
163
+ "pageNotFound": "Página no encontrada",
164
+ "password": "Contraseña",
165
+ "payloadSettings": "Configuración de la carga",
166
+ "perPage": "Por página: {{limit}}",
167
+ "remove": "Remover",
168
+ "reset": "Reiniciar",
169
+ "row": "Fila",
170
+ "rows": "Filas",
171
+ "save": "Guardar",
172
+ "saving": "Guardando...",
173
+ "searchBy": "Buscar por {{label}}",
174
+ "selectAll": "Seleccionar todo {{count}} {{label}}",
175
+ "selectAllRows": "Selecciona todas las filas",
176
+ "selectValue": "Selecciona un valor",
177
+ "selectedCount": "{{count}} {{label}} seleccionado",
178
+ "showAllLabel": "Muestra todas {{label}}",
179
+ "sorryNotFound": "Lo sentimos. No hay nada que corresponda con tu solicitud.",
180
+ "sort": "Ordenar",
181
+ "sortByLabelDirection": "Ordenar por {{label}} {{direction}}",
182
+ "stayOnThisPage": "Permanecer en esta página",
183
+ "submissionSuccessful": "Envío realizado correctamente.",
184
+ "submit": "Enviar",
185
+ "successfullyCreated": "{{label}} creado correctamente.",
186
+ "successfullyDuplicated": "{{label}} duplicado correctamente.",
187
+ "thisLanguage": "Español",
188
+ "titleDeleted": "{{label}} {{title}} eliminado correctamente.",
189
+ "unauthorized": "No autorizado",
190
+ "unsavedChangesDuplicate": "Tienes cambios sin guardar. ¿Deseas continuar para duplicar?",
191
+ "untitled": "Sin título",
192
+ "updatedAt": "Fecha de modificado",
193
+ "updatedCountSuccessfully": "{{count}} {{label}} actualizado con éxito.",
194
+ "updatedSuccessfully": "Actualizado con éxito.",
195
+ "updating": "Actualizando",
196
+ "welcome": "Bienvenido"
197
+ },
198
+ "operators": {
199
+ "contains": "contiene",
200
+ "equals": "igual",
201
+ "exists": "existe",
202
+ "isGreaterThan": "es mayor que",
203
+ "isGreaterThanOrEqualTo": "es mayor o igual que",
204
+ "isIn": "está en",
205
+ "isLessThan": "es menor que",
206
+ "isLessThanOrEqualTo": "es menor o igual que",
207
+ "isLike": "es como",
208
+ "isNotEqualTo": "no es igual a",
209
+ "isNotIn": "no está en",
210
+ "near": "cerca"
211
+ },
212
+ "upload": {
213
+ "crop": "Cultivo",
214
+ "cropToolDescription": "Arrastra las esquinas del área seleccionada, dibuja un nuevo área o ajusta los valores a continuación.",
215
+ "dragAndDrop": "Arrastra y suelta un archivo",
216
+ "editImage": "Editar imagen",
217
+ "focalPoint": "Punto Focal",
218
+ "focalPointDescription": "Arrastra el punto focal directamente en la vista previa o ajusta los valores a continuación.",
219
+ "height": "Alto",
220
+ "previewSizes": "Tamaños de Vista Previa",
221
+ "selectCollectionToBrowse": "Selecciona una Colección",
222
+ "selectFile": "Selecciona un archivo",
223
+ "setCropArea": "Establecer área de cultivo",
224
+ "setFocalPoint": "Establecer punto focal",
225
+ "sizesFor": "Tamaños para {{label}}",
226
+ "width": "Ancho"
227
+ },
228
+ "validation": {
229
+ "fieldHasNo": "Este campo no tiene {{label}}",
230
+ "limitReached": "Se ha alcanzado el límite, solo se pueden agregar {{max}} elementos.",
231
+ "required": "Este campo es obligatorio.",
232
+ "requiresAtLeast": "Este campo require al menos {{count}} {{label}}."
233
+ },
234
+ "version": {
235
+ "aboutToPublishSelection": "Está a punto de publicar todas las {{etiquetas}} de la selección. ¿Está seguro?",
236
+ "aboutToRestore": "Estás a punto de restaurar este documento de {{label}} al estado en el que estaba en la fecha {{versionDate}}.",
237
+ "aboutToRestoreGlobal": "Estás a punto de restaurar el {{label}} global al estado en el que estaba en la fecha {{versionDate}}.",
238
+ "aboutToUnpublishSelection": "Está a punto de anular la publicación de todos los {{label}} de la selección. ¿Está seguro?",
239
+ "autosave": "Autoguardar",
240
+ "autosavedSuccessfully": "Guardado automáticamente con éxito.",
241
+ "compareVersion": "Comparar versión con:",
242
+ "confirmPublish": "Confirmar publicación",
243
+ "confirmUnpublish": "Confirmar despublicado",
244
+ "confirmVersionRestoration": "Confirmar restauración de versión",
245
+ "draft": "Borrador",
246
+ "draftSavedSuccessfully": "Borrador guardado con éxito.",
247
+ "noFurtherVersionsFound": "No se encontraron más versiones",
248
+ "noRowsFound": "No encontramos {{label}}",
249
+ "preview": "Previsualizar",
250
+ "problemRestoringVersion": "Ocurrió un problema al restaurar esta versión",
251
+ "publish": "Publicar",
252
+ "publishChanges": "Publicar cambios",
253
+ "published": "Publicado",
254
+ "restoreThisVersion": "Restaurar esta versión",
255
+ "restoredSuccessfully": "Restaurado éxito.",
256
+ "restoring": "Restaurando...",
257
+ "saveDraft": "Guardar Borrador",
258
+ "selectLocales": "Selecciona idiomas a mostrar",
259
+ "selectVersionToCompare": "Selecciona versión a comparar",
260
+ "showLocales": "Mostrar idiomas:",
261
+ "type": "Tipo",
262
+ "unpublish": "Despublicar",
263
+ "unpublishing": "Despublicando...",
264
+ "version": "Versión",
265
+ "versionCreatedOn": "{{version}} creada el:",
266
+ "versionID": "ID de Versión",
267
+ "versions": "Versiones",
268
+ "viewingVersion": "Viendo versión para {{entityLabel}} {{documentTitle}}",
269
+ "viewingVersionGlobal": "Viendo versión para el global {{entityLabel}}",
270
+ "viewingVersions": "Viendo versiones para {{entityLabel}} {{documentTitle}}",
271
+ "viewingVersionsGlobal": "Viendo versiones para el global {{entityLabel}}"
272
+ }
273
+ }