From bdcc12902521eca7658f3eea982f4df6d53bf463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Caralt=C3=B3=20Bernal?= Date: Wed, 27 Aug 2025 18:29:51 +0200 Subject: [PATCH] Translated using Weblate (Catalan) Currently translated at 20.0% (100 of 500 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/ca/ --- lib/l10n/app_ca.arb | 61 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_ca.arb b/lib/l10n/app_ca.arb index 4dac061..18ad33f 100644 --- a/lib/l10n/app_ca.arb +++ b/lib/l10n/app_ca.arb @@ -253,5 +253,64 @@ "goTo": "Anar a", "@goTo": {}, "grid": "Graella", - "@grid": {} + "@grid": {}, + "group": "Agrupar", + "@group": {}, + "groupBy": "Agrupar per", + "@groupBy": {}, + "heightOffset": "Correcció d'alçada", + "@heightOffset": {}, + "hide": "Amagar", + "@hide": {}, + "hideEmpty": "Amagar buits", + "@hideEmpty": {}, + "home": "Inici", + "@home": {}, + "homeBannerSlideshow": "Presentació", + "@homeBannerSlideshow": {}, + "homeBannerCarousel": "Carroussel", + "@homeBannerCarousel": {}, + "identify": "Identificar", + "@identify": {}, + "immediately": "Immediatament", + "@immediately": {}, + "incorrectPinTryAgain": "Pin incorrecte. Provar de nou.", + "@incorrectPinTryAgain": {}, + "info": "Informació", + "@info": {}, + "invalidUrl": "URL invalida", + "@invalidUrl": {}, + "invalidUrlDesc": "La URL ha de començar per http(s)://", + "@invalidUrlDesc": {}, + "itemCount": "Nombre d'elements: {count}", + "@itemCount": { + "description": "Item count", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "label": "{count, plural, other{Etiquetes} one{Etiqueta}}", + "@label": { + "description": "label", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "library": "{count, plural, other{Llibreries} one{Llibreria}}", + "@library": { + "description": "Plural", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "libraryFetchNoItemsFound": "No s'han trobat elements. Proveu una configuració diferent.", + "@libraryFetchNoItemsFound": {} }