From 53bbb23b61bebc819969a5b7f7c86446da507d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Caralt=C3=B3=20Bernal?= Date: Mon, 20 Oct 2025 23:38:16 +0200 Subject: [PATCH] Translated using Weblate (Catalan) Currently translated at 100.0% (518 of 518 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/ca/ --- lib/l10n/app_ca.arb | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_ca.arb b/lib/l10n/app_ca.arb index 2436990..651345c 100644 --- a/lib/l10n/app_ca.arb +++ b/lib/l10n/app_ca.arb @@ -1501,5 +1501,23 @@ "clientSettingsUseSystemIMETitle": "Utilitzar el teclat del sistema", "@clientSettingsUseSystemIMETitle": {}, "clientSettingsUseSystemIMEDesc": "Utitzar el teclat per defecte proporcionat per el vostre sistema", - "@clientSettingsUseSystemIMEDesc": {} + "@clientSettingsUseSystemIMEDesc": {}, + "nextUpInCount": "Seguidament en {seconds}", + "@nextUpInCount": { + "placeholders": { + "seconds": { + "type": "int" + } + } + }, + "formattedTime": "{time}", + "@formattedTime": { + "description": "Formatted time", + "placeholders": { + "time": { + "type": "DateTime", + "format": "jm" + } + } + } }