From d0d5023743e7d32b80fc662350d0be916668663e Mon Sep 17 00:00:00 2001 From: mere Date: Fri, 25 Oct 2024 09:51:10 +0000 Subject: [PATCH] Translated using Weblate (Romanian) Currently translated at 64.7% (219 of 338 strings) Translation: Clipious/App translation Translate-URL: https://hosted.weblate.org/projects/clipious/app-translation/ro/ --- lib/l10n/app_ro.arb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/l10n/app_ro.arb b/lib/l10n/app_ro.arb index 0adeb93b..c704d452 100644 --- a/lib/l10n/app_ro.arb +++ b/lib/l10n/app_ro.arb @@ -902,5 +902,21 @@ "searchUploadDateToday": "Astăzi", "@searchUploadDateToday": { "description": "Search for uploaded today" + }, + "itemlistErrorGeneric": "Nu s-a putut prelua datele", + "@itemlistErrorGeneric": { + "description": "Error showing when the data can't be fetch" + }, + "malformedStatsEndpointDescription": "Serverul stats endpoint nu a răspuns un payload așteptat, cheia \"software.name” ar trebui să fie egală cu \"invidious”.\nRăspuns de la server:", + "@malformedStatsEndpointDescription": { + "description": "Description of the possible issue for an invalid stats endpoints" + }, + "itemListErrorInvalidScope": "Nu ai permisiunea de a vedea, dacă te-ai logat folosind metoda token încearcă să te deconectezi și să intri din nou", + "@itemListErrorInvalidScope": { + "description": "Error when the user doesn't have the proper scope to its current token" + }, + "malformedStatsEndpoint": "/api/v1/stats nu este așa cum se aștepta", + "@malformedStatsEndpoint": { + "description": "Title for dialog when adding a server that isn't validated as it should" } }