From 61db6418759c0fb7d48633efdfd886a322944253 Mon Sep 17 00:00:00 2001 From: LinAGKar Date: Wed, 11 Oct 2023 17:55:03 +0000 Subject: [PATCH] Translated using Weblate (Swedish) Currently translated at 4.9% (6 of 121 strings) Translation: Element Call/element-call Translate-URL: https://translate.element.io/projects/element-call/element-call/sv/ --- public/locales/sv/app.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/locales/sv/app.json b/public/locales/sv/app.json index 0967ef42..4e7031ba 100644 --- a/public/locales/sv/app.json +++ b/public/locales/sv/app.json @@ -1 +1,8 @@ -{} +{ + "{{count}} stars|one": "{{count}} stjärna", + "{{count}} stars|other": "{{count}} stjärnor", + "{{count, number}}|one": "{{count, number}}", + "{{count, number}}|other": "{{count, number}}", + "{{displayName}} is presenting": "{{displayName}} presenterar", + "{{displayName}}, your call has ended.": "{{displayName}}, ditt samtal har avslutats." +}