- Create admin.json translation files for es, en, ca with all admin strings - Update IntlProvider to include admin namespace - Translate admin/invites/page.tsx - all strings now use translations - Translate admin/trades/page.tsx - all strings now use translations - Translate admin/price-history/page.tsx - all strings now use translations - Translate admin/availability/page.tsx - all strings now use translations - Add 'saving' key to common.json for all languages - Fix linting errors: add t to useCallback dependencies - All admin pages now fully multilingual
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"loading": "Carregant...",
|
|
"error": "Error",
|
|
"save": "Desar",
|
|
"saving": "Desant...",
|
|
"cancel": "Cancel·lar",
|
|
"back": "Enrere",
|
|
"continue": "Continuar",
|
|
"confirm": "Confirmar",
|
|
"delete": "Eliminar",
|
|
"edit": "Editar",
|
|
"close": "Tancar",
|
|
"yes": "Sí",
|
|
"no": "No",
|
|
"retry": "Tornar a intentar"
|
|
}
|