Display status if there's no comments

This commit is contained in:
daudix
2024-08-08 05:56:48 +03:00
parent 83b7e84292
commit 5325d17667
5 changed files with 19 additions and 0 deletions

View File

@ -41,6 +41,7 @@ many_minutes_read = "$NUMBER دقائق القراءة"
minutes_read = "$NUMBER دقائق القراءة"
newest_to_oldest = "من الأحدث إلى الأقدم"
next = "التالي"
no_comments = "لا توجد تعليقات حتى الآن :/"
note = "ملاحظة"
open_post = "افتح المنشور"
posts = "الوظائف في المجموع"

View File

@ -43,6 +43,7 @@ many_tags = "$NUMBER tags in total"
minutes_read = "$NUMBER minute read"
newest_to_oldest = "From newest to oldest"
next = "Next"
no_comments = "No comments yet :/"
note = "Note"
one_posts = "$NUMBER post in total"
one_tags = "$NUMBER tag in total"

View File

@ -47,6 +47,7 @@ many_posts = "Всего $NUMBER постов"
many_tags = "Всего $NUMBER тегов"
newest_to_oldest = "От новейшего к старейшему"
next = "Следующий"
no_comments = "Комментариев пока нет :/"
note = "Заметьте"
one_posts = "Всего $NUMBER пост"
one_tags = "Всего $NUMBER тег"