From 865f5acbb4de99d99d8c0f602eced3af3d7c809f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=9Crker?= Date: Tue, 7 Jan 2025 10:11:01 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20translations=20for=20"min=20read?= =?UTF-8?q?"=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/users.db | Bin 53248 -> 53248 bytes templates/tailwindUI/post.html.jinja | 2 +- translations/de.json | 1 + translations/en.json | 1 + translations/es.json | 1 + translations/fr.json | 1 + translations/ja.json | 1 + translations/pl.json | 1 + translations/pt.json | 1 + translations/ru.json | 1 + translations/tr.json | 1 + translations/uk.json | 1 + translations/zh.json | 1 + 13 files changed, 12 insertions(+), 1 deletion(-) diff --git a/db/users.db b/db/users.db index 6df375d092ee560e096e211c4d1aaef7f229aa9f..99ff99ae1a4fd36679a7c9266b0c162ccce3c416 100755 GIT binary patch delta 26 icmZozz}&Ead4e?K)QK|Aj8iuzOwVV$zWGN!M*;waZwh|^ delta 26 icmZozz}&Ead4e?Kl!-FVj8iryOwVV$w)sasM*;waObUDe diff --git a/templates/tailwindUI/post.html.jinja b/templates/tailwindUI/post.html.jinja index ed6d7c8..49d8fa5 100755 --- a/templates/tailwindUI/post.html.jinja +++ b/templates/tailwindUI/post.html.jinja @@ -55,7 +55,7 @@ class="flex items-center justify-center gap-2 my-4 select-none opacity-75" >

- {{ readingTime|string + ' min read' }} + {{ readingTime|string + " " + translations.post.minRead }}

diff --git a/translations/de.json b/translations/de.json index 193c4b3..2dec191 100644 --- a/translations/de.json +++ b/translations/de.json @@ -155,6 +155,7 @@ "confirmPassword": "Passwort bestätigen" }, "post": { + "minRead": "Minuten Lesezeit", "placeholder": "Was sind Ihre Gedanken?" }, "sortMenu": { diff --git a/translations/en.json b/translations/en.json index 0742578..7c6fc7f 100644 --- a/translations/en.json +++ b/translations/en.json @@ -155,6 +155,7 @@ "confirmPassword": "Confirm Password" }, "post": { + "minRead": "min read", "placeholder": "What are your thoughts?" }, "sortMenu": { diff --git a/translations/es.json b/translations/es.json index ef685ce..ceb25a0 100644 --- a/translations/es.json +++ b/translations/es.json @@ -155,6 +155,7 @@ "confirmPassword": "Confirmar Contraseña" }, "post": { + "minRead": "min de lectura", "placeholder": "¿Cuáles son tus pensamientos?" }, "sortMenu": { diff --git a/translations/fr.json b/translations/fr.json index 8593082..9ef71b0 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -155,6 +155,7 @@ "confirmPassword": "Confirmer le mot de passe" }, "post": { + "minRead": "min de lecture", "placeholder": "Quelles sont vos pensées ?" }, "sortMenu": { diff --git a/translations/ja.json b/translations/ja.json index 57a41e6..d37f9cb 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -156,6 +156,7 @@ "confirmPassword": "パスワードの確認" }, "post": { + "minRead": "分で読む", "placeholder": "あなたの考えは何ですか?" }, "sortMenu": { diff --git a/translations/pl.json b/translations/pl.json index 0988a19..1f2b81f 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -155,6 +155,7 @@ "confirmPassword": "Potwierdź hasło" }, "post": { + "minRead": "minut czytania", "placeholder": "Co myślisz?" }, "sortMenu": { diff --git a/translations/pt.json b/translations/pt.json index c7f586e..07627ba 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -155,6 +155,7 @@ "confirmPassword": "Confirmar Senha" }, "post": { + "minRead": "min para ler", "placeholder": "Quais são seus pensamentos?" }, "sortMenu": { diff --git a/translations/ru.json b/translations/ru.json index 0821c7d..f145ea8 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -155,6 +155,7 @@ "confirmPassword": "Подтвердите пароль" }, "post": { + "minRead": "минут на чтение", "placeholder": "Что вы думаете?" }, "sortMenu": { diff --git a/translations/tr.json b/translations/tr.json index eb7faf3..36ff7fb 100644 --- a/translations/tr.json +++ b/translations/tr.json @@ -155,6 +155,7 @@ "confirmPassword": "Şifreyi Onayla" }, "post": { + "minRead": "dakika okuma", "placeholder": "Düşünceleriniz nedir?" }, "sortMenu": { diff --git a/translations/uk.json b/translations/uk.json index 29950ee..46086b9 100644 --- a/translations/uk.json +++ b/translations/uk.json @@ -155,6 +155,7 @@ "confirmPassword": "Підтвердіть пароль" }, "post": { + "minRead": "хвилин на читання", "placeholder": "Що ви думаєте?" }, "sortMenu": { diff --git a/translations/zh.json b/translations/zh.json index 4f5a684..ae27141 100644 --- a/translations/zh.json +++ b/translations/zh.json @@ -154,6 +154,7 @@ "confirmPassword": "确认密码" }, "post": { + "minRead": "分钟阅读", "placeholder": "你有什么想法?" }, "sortMenu": {