@cosmicdrift/kumiko-locale-es 0.288.0 → 0.290.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmicdrift/kumiko-locale-es",
3
- "version": "0.288.0",
3
+ "version": "0.290.0",
4
4
  "description": "Spanish UI and mail copy for Kumiko framework screens. Opt in by mounting localeEs() + localeEsClient().",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@cosmicdrift/kumiko-framework": "0.288.0"
31
+ "@cosmicdrift/kumiko-framework": "0.290.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "registry": "https://registry.npmjs.org",
@@ -331,6 +331,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
331
331
  "errors.feature.disabled": "This feature is currently unavailable.",
332
332
  "errors.internal": "Something went wrong. Please try again later.",
333
333
  "errors.notFound": "Not found.",
334
+ "errors.preconditionFailed": "The record changed in the meantime. Reload and try again.",
334
335
  "errors.rate_limited": "Too many requests. Please try again shortly.",
335
336
  "errors.unconfigured": "This feature isn't configured yet.",
336
337
  "errors.uniqueViolation": "This entry already exists.",
package/src/strings.ts CHANGED
@@ -341,6 +341,7 @@ export const localeEsBundle: Readonly<Record<string, string>> = {
341
341
  "errors.feature.disabled": "Esta función no está disponible actualmente.",
342
342
  "errors.internal": "Algo salió mal. Inténtalo de nuevo más tarde.",
343
343
  "errors.notFound": "No encontrado.",
344
+ "errors.preconditionFailed": "El registro cambió mientras tanto. Recarga e inténtalo de nuevo.",
344
345
  "errors.rate_limited": "Demasiadas solicitudes. Inténtalo de nuevo en breve.",
345
346
  "errors.unconfigured": "Esta función todavía no está configurada.",
346
347
  "errors.uniqueViolation": "Esta entrada ya existe.",