From 1654af97351267df8fec645ead20a2e6409891a0 Mon Sep 17 00:00:00 2001 From: Edgars Andersons Date: Wed, 5 Nov 2025 13:41:49 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (Latvian) Currently translated at 98.6% (800 of 811 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ --- lib/l10n/intl_lv.arb | 57 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_lv.arb b/lib/l10n/intl_lv.arb index 33820ae37..fb1821696 100644 --- a/lib/l10n/intl_lv.arb +++ b/lib/l10n/intl_lv.arb @@ -3415,5 +3415,60 @@ } }, "donate": "Ziedot", - "@donate": {} + "@donate": {}, + "startedAPoll": "{username} uzsāka aptauju.", + "@startedAPoll": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } + }, + "poll": "Aptauja", + "@poll": {}, + "startPoll": "Sākt aptauju", + "@startPoll": {}, + "endPoll": "Noslēgt aptauju", + "@endPoll": {}, + "answersVisible": "Atbildes ir redzamas", + "@answersVisible": {}, + "answersHidden": "Atbildes ir paslēptas", + "@answersHidden": {}, + "pollQuestion": "Aptaujas jautājums", + "@pollQuestion": {}, + "answerOption": "Atbildes iespēja", + "@answerOption": {}, + "addAnswerOption": "Pievienot atbildes iespēju", + "@addAnswerOption": {}, + "allowMultipleAnswers": "Atļaut vairākas atbildes", + "@allowMultipleAnswers": {}, + "pollHasBeenEnded": "Aptauja ir noslēgusies", + "@pollHasBeenEnded": {}, + "countVotes": "{count, plural, =0{{count} balsu} =1{{count} balss} other{{count} balsis}}", + "@countVotes": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "answersWillBeVisibleWhenPollHasEnded": "Atbildes būs redzams, kad aptauja noslēgsies", + "@answersWillBeVisibleWhenPollHasEnded": {}, + "replyInThread": "Atbildēt pavedienā", + "@replyInThread": {}, + "countReplies": "{count, plural, =0{{count} atbilžu} =1{{count} atbilde} other{{count} atbildes}}", + "@countReplies": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "thread": "Pavediens", + "@thread": {}, + "backToMainChat": "Atgriezties galvenajā tērzēšanā", + "@backToMainChat": {} }