@cat-factory/app 0.45.3 → 0.46.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/i18n/i18n.config.ts +36 -0
- package/i18n/locales/es.json +62 -0
- package/i18n/locales/fr.json +62 -0
- package/i18n/locales/pl.json +62 -0
- package/i18n/locales/uk.json +62 -0
- package/nuxt.config.ts +7 -1
- package/package.json +1 -1
package/i18n/i18n.config.ts
CHANGED
|
@@ -19,11 +19,47 @@ export default defineI18nConfig(() => ({
|
|
|
19
19
|
currency: { style: 'currency', currency: 'USD', currencyDisplay: 'narrowSymbol' },
|
|
20
20
|
percent: { style: 'percent', maximumFractionDigits: 1 },
|
|
21
21
|
},
|
|
22
|
+
es: {
|
|
23
|
+
decimal: { style: 'decimal' },
|
|
24
|
+
currency: { style: 'currency', currency: 'USD', currencyDisplay: 'narrowSymbol' },
|
|
25
|
+
percent: { style: 'percent', maximumFractionDigits: 1 },
|
|
26
|
+
},
|
|
27
|
+
pl: {
|
|
28
|
+
decimal: { style: 'decimal' },
|
|
29
|
+
currency: { style: 'currency', currency: 'USD', currencyDisplay: 'narrowSymbol' },
|
|
30
|
+
percent: { style: 'percent', maximumFractionDigits: 1 },
|
|
31
|
+
},
|
|
32
|
+
uk: {
|
|
33
|
+
decimal: { style: 'decimal' },
|
|
34
|
+
currency: { style: 'currency', currency: 'USD', currencyDisplay: 'narrowSymbol' },
|
|
35
|
+
percent: { style: 'percent', maximumFractionDigits: 1 },
|
|
36
|
+
},
|
|
37
|
+
fr: {
|
|
38
|
+
decimal: { style: 'decimal' },
|
|
39
|
+
currency: { style: 'currency', currency: 'USD', currencyDisplay: 'narrowSymbol' },
|
|
40
|
+
percent: { style: 'percent', maximumFractionDigits: 1 },
|
|
41
|
+
},
|
|
22
42
|
},
|
|
23
43
|
datetimeFormats: {
|
|
24
44
|
en: {
|
|
25
45
|
short: { dateStyle: 'medium' },
|
|
26
46
|
long: { dateStyle: 'long', timeStyle: 'short' },
|
|
27
47
|
},
|
|
48
|
+
es: {
|
|
49
|
+
short: { dateStyle: 'medium' },
|
|
50
|
+
long: { dateStyle: 'long', timeStyle: 'short' },
|
|
51
|
+
},
|
|
52
|
+
pl: {
|
|
53
|
+
short: { dateStyle: 'medium' },
|
|
54
|
+
long: { dateStyle: 'long', timeStyle: 'short' },
|
|
55
|
+
},
|
|
56
|
+
uk: {
|
|
57
|
+
short: { dateStyle: 'medium' },
|
|
58
|
+
long: { dateStyle: 'long', timeStyle: 'short' },
|
|
59
|
+
},
|
|
60
|
+
fr: {
|
|
61
|
+
short: { dateStyle: 'medium' },
|
|
62
|
+
long: { dateStyle: 'long', timeStyle: 'short' },
|
|
63
|
+
},
|
|
28
64
|
},
|
|
29
65
|
}))
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"save": "Guardar",
|
|
4
|
+
"cancel": "Cancelar",
|
|
5
|
+
"retry": "Reintentar",
|
|
6
|
+
"actionFailed": "La acción falló",
|
|
7
|
+
"close": "Cerrar"
|
|
8
|
+
},
|
|
9
|
+
"nav": {
|
|
10
|
+
"menu": "Menú de navegación",
|
|
11
|
+
"openMenu": "Abrir menú",
|
|
12
|
+
"closeMenu": "Cerrar menú",
|
|
13
|
+
"commandBar": "Buscar o ejecutar un comando…",
|
|
14
|
+
"create": "Crear",
|
|
15
|
+
"buildPipeline": "Crear una canalización",
|
|
16
|
+
"repositories": "Repositorios",
|
|
17
|
+
"addFromRepo": "Añadir desde un repositorio existente",
|
|
18
|
+
"bootstrapRepo": "Inicializar repositorio",
|
|
19
|
+
"integrations": "Integraciones",
|
|
20
|
+
"sandbox": "Entorno de pruebas",
|
|
21
|
+
"kaizen": "Kaizen",
|
|
22
|
+
"workspaceContext": "Contexto del espacio de trabajo",
|
|
23
|
+
"contextFragments": "Fragmentos de contexto",
|
|
24
|
+
"configuration": "Configuración",
|
|
25
|
+
"workspaceSettings": "Ajustes del espacio de trabajo",
|
|
26
|
+
"modelConfiguration": "Configuración del modelo",
|
|
27
|
+
"accountSettings": "Ajustes de la cuenta"
|
|
28
|
+
},
|
|
29
|
+
"board": {
|
|
30
|
+
"toolbar": {
|
|
31
|
+
"addService": "Añadir servicio",
|
|
32
|
+
"decisionWord": "decisión | decisiones"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"errors": {
|
|
36
|
+
"action": {
|
|
37
|
+
"retryFailed": "El reintento falló",
|
|
38
|
+
"startFailed": "No se pudo iniciar",
|
|
39
|
+
"mergeFailed": "No se pudo fusionar",
|
|
40
|
+
"restartFailed": "No se pudo reiniciar"
|
|
41
|
+
},
|
|
42
|
+
"conflict": {
|
|
43
|
+
"title": {
|
|
44
|
+
"dependencies_unmet": "Bloqueado por dependencias",
|
|
45
|
+
"task_limit_reached": "Límite de concurrencia alcanzado",
|
|
46
|
+
"tester_infra_unsupported": "Infraestructura de pruebas no configurada",
|
|
47
|
+
"agent_backend_unconfigured": "Backend del agente no configurado",
|
|
48
|
+
"run_not_retryable": "La ejecución no se puede reintentar",
|
|
49
|
+
"no_pr_to_merge": "No hay PR para fusionar",
|
|
50
|
+
"github_not_connected": "GitHub no conectado",
|
|
51
|
+
"bootstrap_not_retryable": "La inicialización no se puede reintentar",
|
|
52
|
+
"bootstrap_reference_missing": "La arquitectura de referencia ha desaparecido"
|
|
53
|
+
},
|
|
54
|
+
"fallbackMessage": "Esta acción entra en conflicto con el estado actual.",
|
|
55
|
+
"providersUnconfigured": {
|
|
56
|
+
"title": "No hay proveedor de IA para este modelo",
|
|
57
|
+
"body": "No hay ningún proveedor configurado para {models}. Añade una clave de proveedor, conecta una suscripción o activa Cloudflare AI para ejecutarlo.",
|
|
58
|
+
"action": "Configurar IA"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"save": "Enregistrer",
|
|
4
|
+
"cancel": "Annuler",
|
|
5
|
+
"retry": "Réessayer",
|
|
6
|
+
"actionFailed": "Échec de l’action",
|
|
7
|
+
"close": "Fermer"
|
|
8
|
+
},
|
|
9
|
+
"nav": {
|
|
10
|
+
"menu": "Menu de navigation",
|
|
11
|
+
"openMenu": "Ouvrir le menu",
|
|
12
|
+
"closeMenu": "Fermer le menu",
|
|
13
|
+
"commandBar": "Rechercher ou exécuter une commande…",
|
|
14
|
+
"create": "Créer",
|
|
15
|
+
"buildPipeline": "Créer un pipeline",
|
|
16
|
+
"repositories": "Dépôts",
|
|
17
|
+
"addFromRepo": "Ajouter depuis un dépôt existant",
|
|
18
|
+
"bootstrapRepo": "Initialiser un dépôt",
|
|
19
|
+
"integrations": "Intégrations",
|
|
20
|
+
"sandbox": "Bac à sable",
|
|
21
|
+
"kaizen": "Kaizen",
|
|
22
|
+
"workspaceContext": "Contexte de l’espace de travail",
|
|
23
|
+
"contextFragments": "Fragments de contexte",
|
|
24
|
+
"configuration": "Configuration",
|
|
25
|
+
"workspaceSettings": "Paramètres de l’espace de travail",
|
|
26
|
+
"modelConfiguration": "Configuration du modèle",
|
|
27
|
+
"accountSettings": "Paramètres du compte"
|
|
28
|
+
},
|
|
29
|
+
"board": {
|
|
30
|
+
"toolbar": {
|
|
31
|
+
"addService": "Ajouter un service",
|
|
32
|
+
"decisionWord": "décision | décisions"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"errors": {
|
|
36
|
+
"action": {
|
|
37
|
+
"retryFailed": "Échec de la nouvelle tentative",
|
|
38
|
+
"startFailed": "Échec du démarrage",
|
|
39
|
+
"mergeFailed": "Échec de la fusion",
|
|
40
|
+
"restartFailed": "Échec du redémarrage"
|
|
41
|
+
},
|
|
42
|
+
"conflict": {
|
|
43
|
+
"title": {
|
|
44
|
+
"dependencies_unmet": "Bloqué par des dépendances",
|
|
45
|
+
"task_limit_reached": "Limite de concurrence atteinte",
|
|
46
|
+
"tester_infra_unsupported": "Infrastructure de test non configurée",
|
|
47
|
+
"agent_backend_unconfigured": "Backend de l’agent non configuré",
|
|
48
|
+
"run_not_retryable": "L’exécution ne peut pas être relancée",
|
|
49
|
+
"no_pr_to_merge": "Aucune PR à fusionner",
|
|
50
|
+
"github_not_connected": "GitHub non connecté",
|
|
51
|
+
"bootstrap_not_retryable": "L’initialisation ne peut pas être relancée",
|
|
52
|
+
"bootstrap_reference_missing": "L’architecture de référence a disparu"
|
|
53
|
+
},
|
|
54
|
+
"fallbackMessage": "Cette action est en conflit avec l’état actuel.",
|
|
55
|
+
"providersUnconfigured": {
|
|
56
|
+
"title": "Aucun fournisseur d’IA pour ce modèle",
|
|
57
|
+
"body": "Aucun fournisseur n’est configuré pour {models}. Ajoutez une clé de fournisseur, connectez un abonnement ou activez Cloudflare AI pour l’exécuter.",
|
|
58
|
+
"action": "Configurer l’IA"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"save": "Zapisz",
|
|
4
|
+
"cancel": "Anuluj",
|
|
5
|
+
"retry": "Ponów",
|
|
6
|
+
"actionFailed": "Akcja nie powiodła się",
|
|
7
|
+
"close": "Zamknij"
|
|
8
|
+
},
|
|
9
|
+
"nav": {
|
|
10
|
+
"menu": "Menu nawigacji",
|
|
11
|
+
"openMenu": "Otwórz menu",
|
|
12
|
+
"closeMenu": "Zamknij menu",
|
|
13
|
+
"commandBar": "Wyszukaj lub uruchom polecenie…",
|
|
14
|
+
"create": "Utwórz",
|
|
15
|
+
"buildPipeline": "Zbuduj potok",
|
|
16
|
+
"repositories": "Repozytoria",
|
|
17
|
+
"addFromRepo": "Dodaj z istniejącego repozytorium",
|
|
18
|
+
"bootstrapRepo": "Zainicjuj repozytorium",
|
|
19
|
+
"integrations": "Integracje",
|
|
20
|
+
"sandbox": "Piaskownica",
|
|
21
|
+
"kaizen": "Kaizen",
|
|
22
|
+
"workspaceContext": "Kontekst obszaru roboczego",
|
|
23
|
+
"contextFragments": "Fragmenty kontekstu",
|
|
24
|
+
"configuration": "Konfiguracja",
|
|
25
|
+
"workspaceSettings": "Ustawienia obszaru roboczego",
|
|
26
|
+
"modelConfiguration": "Konfiguracja modelu",
|
|
27
|
+
"accountSettings": "Ustawienia konta"
|
|
28
|
+
},
|
|
29
|
+
"board": {
|
|
30
|
+
"toolbar": {
|
|
31
|
+
"addService": "Dodaj usługę",
|
|
32
|
+
"decisionWord": "decyzja | decyzje | decyzji"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"errors": {
|
|
36
|
+
"action": {
|
|
37
|
+
"retryFailed": "Ponowienie nie powiodło się",
|
|
38
|
+
"startFailed": "Nie udało się uruchomić",
|
|
39
|
+
"mergeFailed": "Nie udało się scalić",
|
|
40
|
+
"restartFailed": "Nie udało się ponownie uruchomić"
|
|
41
|
+
},
|
|
42
|
+
"conflict": {
|
|
43
|
+
"title": {
|
|
44
|
+
"dependencies_unmet": "Zablokowane przez zależności",
|
|
45
|
+
"task_limit_reached": "Osiągnięto limit współbieżności",
|
|
46
|
+
"tester_infra_unsupported": "Infrastruktura testowa nie jest skonfigurowana",
|
|
47
|
+
"agent_backend_unconfigured": "Backend agenta nie jest skonfigurowany",
|
|
48
|
+
"run_not_retryable": "Uruchomienia nie można ponowić",
|
|
49
|
+
"no_pr_to_merge": "Brak PR do scalenia",
|
|
50
|
+
"github_not_connected": "GitHub nie jest połączony",
|
|
51
|
+
"bootstrap_not_retryable": "Inicjalizacji nie można ponowić",
|
|
52
|
+
"bootstrap_reference_missing": "Architektura referencyjna zniknęła"
|
|
53
|
+
},
|
|
54
|
+
"fallbackMessage": "Ta akcja jest sprzeczna z bieżącym stanem.",
|
|
55
|
+
"providersUnconfigured": {
|
|
56
|
+
"title": "Brak dostawcy AI dla tego modelu",
|
|
57
|
+
"body": "Dla {models} nie skonfigurowano żadnego dostawcy. Dodaj klucz dostawcy, połącz subskrypcję lub włącz Cloudflare AI, aby go uruchomić.",
|
|
58
|
+
"action": "Skonfiguruj AI"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"save": "Зберегти",
|
|
4
|
+
"cancel": "Скасувати",
|
|
5
|
+
"retry": "Повторити",
|
|
6
|
+
"actionFailed": "Не вдалося виконати дію",
|
|
7
|
+
"close": "Закрити"
|
|
8
|
+
},
|
|
9
|
+
"nav": {
|
|
10
|
+
"menu": "Меню навігації",
|
|
11
|
+
"openMenu": "Відкрити меню",
|
|
12
|
+
"closeMenu": "Закрити меню",
|
|
13
|
+
"commandBar": "Знайти або виконати команду…",
|
|
14
|
+
"create": "Створити",
|
|
15
|
+
"buildPipeline": "Створити конвеєр",
|
|
16
|
+
"repositories": "Репозиторії",
|
|
17
|
+
"addFromRepo": "Додати з наявного репозиторію",
|
|
18
|
+
"bootstrapRepo": "Ініціалізувати репозиторій",
|
|
19
|
+
"integrations": "Інтеграції",
|
|
20
|
+
"sandbox": "Пісочниця",
|
|
21
|
+
"kaizen": "Kaizen",
|
|
22
|
+
"workspaceContext": "Контекст робочого простору",
|
|
23
|
+
"contextFragments": "Фрагменти контексту",
|
|
24
|
+
"configuration": "Конфігурація",
|
|
25
|
+
"workspaceSettings": "Налаштування робочого простору",
|
|
26
|
+
"modelConfiguration": "Конфігурація моделі",
|
|
27
|
+
"accountSettings": "Налаштування облікового запису"
|
|
28
|
+
},
|
|
29
|
+
"board": {
|
|
30
|
+
"toolbar": {
|
|
31
|
+
"addService": "Додати сервіс",
|
|
32
|
+
"decisionWord": "рішення | рішення | рішень"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"errors": {
|
|
36
|
+
"action": {
|
|
37
|
+
"retryFailed": "Не вдалося повторити",
|
|
38
|
+
"startFailed": "Не вдалося запустити",
|
|
39
|
+
"mergeFailed": "Не вдалося злити",
|
|
40
|
+
"restartFailed": "Не вдалося перезапустити"
|
|
41
|
+
},
|
|
42
|
+
"conflict": {
|
|
43
|
+
"title": {
|
|
44
|
+
"dependencies_unmet": "Заблоковано залежностями",
|
|
45
|
+
"task_limit_reached": "Досягнуто ліміту одночасності",
|
|
46
|
+
"tester_infra_unsupported": "Тестову інфраструктуру не налаштовано",
|
|
47
|
+
"agent_backend_unconfigured": "Бекенд агента не налаштовано",
|
|
48
|
+
"run_not_retryable": "Запуск неможливо повторити",
|
|
49
|
+
"no_pr_to_merge": "Немає PR для злиття",
|
|
50
|
+
"github_not_connected": "GitHub не підключено",
|
|
51
|
+
"bootstrap_not_retryable": "Ініціалізацію неможливо повторити",
|
|
52
|
+
"bootstrap_reference_missing": "Еталонна архітектура зникла"
|
|
53
|
+
},
|
|
54
|
+
"fallbackMessage": "Ця дія суперечить поточному стану.",
|
|
55
|
+
"providersUnconfigured": {
|
|
56
|
+
"title": "Немає постачальника ШІ для цієї моделі",
|
|
57
|
+
"body": "Для {models} не налаштовано жодного постачальника. Додайте ключ постачальника, підключіть підписку або увімкніть Cloudflare AI, щоб запустити її.",
|
|
58
|
+
"action": "Налаштувати ШІ"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
package/nuxt.config.ts
CHANGED
|
@@ -46,7 +46,13 @@ export default defineNuxtConfig({
|
|
|
46
46
|
// Pure SPA (`ssr: false`): a single in-app locale, no URL-prefix routing.
|
|
47
47
|
strategy: 'no_prefix',
|
|
48
48
|
defaultLocale: 'en',
|
|
49
|
-
locales: [
|
|
49
|
+
locales: [
|
|
50
|
+
{ code: 'en', language: 'en-US', file: 'en.json', name: 'English' },
|
|
51
|
+
{ code: 'es', language: 'es-ES', file: 'es.json', name: 'Español' },
|
|
52
|
+
{ code: 'pl', language: 'pl-PL', file: 'pl.json', name: 'Polski' },
|
|
53
|
+
{ code: 'uk', language: 'uk-UA', file: 'uk.json', name: 'Українська' },
|
|
54
|
+
{ code: 'fr', language: 'fr-FR', file: 'fr.json', name: 'Français' },
|
|
55
|
+
],
|
|
50
56
|
vueI18n: 'i18n.config.ts',
|
|
51
57
|
experimental: {
|
|
52
58
|
// Generate types from the `en` messages so an unknown `$t`/`t` key is a `nuxt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.0",
|
|
4
4
|
"description": "Reusable Nuxt layer for the Agent Architecture Board SPA (components, stores, composables, pages). Consume it from a thin deployment app via `extends: ['@cat-factory/app']` and point it at your backend with NUXT_PUBLIC_API_BASE. See deploy/frontend for an example.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|