commit
5a2062ba32
@ -1,40 +1,40 @@
|
||||
{
|
||||
"results_matching": "\"%2\" এর সাথে মিলিয়ে %1 ফলাফল পাওয়া গেছে, ( %3 seconds সময় লেগেছে )",
|
||||
"no-matches": "No matches found",
|
||||
"advanced-search": "Advanced Search",
|
||||
"in": "In",
|
||||
"titles": "Titles",
|
||||
"titles-posts": "Titles and Posts",
|
||||
"posted-by": "Posted by",
|
||||
"in-categories": "In Categories",
|
||||
"search-child-categories": "Search child categories",
|
||||
"reply-count": "Reply Count",
|
||||
"at-least": "At least",
|
||||
"at-most": "At most",
|
||||
"post-time": "Post time",
|
||||
"no-matches": "কোন মিল খুঁজে পাওয়া যায় নি",
|
||||
"advanced-search": "এডভান্সড সার্চ",
|
||||
"in": "এর মধ্যে",
|
||||
"titles": "টাইটেলস",
|
||||
"titles-posts": "টাইটেল এবং পোস্ট সমূহ",
|
||||
"posted-by": "পোষ্ট করেছেন",
|
||||
"in-categories": "বিভাগের ভিতরে",
|
||||
"search-child-categories": "উপবিভাগের ভিতরে",
|
||||
"reply-count": "রিপ্লাই কাউন্ট",
|
||||
"at-least": "কমপক্ষে",
|
||||
"at-most": "সর্বোচ্চ",
|
||||
"post-time": "পোস্টের সময়",
|
||||
"newer-than": "Newer than",
|
||||
"older-than": "Older than",
|
||||
"any-date": "Any date",
|
||||
"yesterday": "Yesterday",
|
||||
"one-week": "One week",
|
||||
"two-weeks": "Two weeks",
|
||||
"one-month": "One month",
|
||||
"three-months": "Three months",
|
||||
"six-months": "Six months",
|
||||
"one-year": "One year",
|
||||
"sort-by": "Sort by",
|
||||
"last-reply-time": "Last reply time",
|
||||
"topic-title": "Topic title",
|
||||
"number-of-replies": "Number of replies",
|
||||
"number-of-views": "Number of views",
|
||||
"topic-start-date": "Topic start date",
|
||||
"username": "Username",
|
||||
"any-date": "যেকোন তারিখ",
|
||||
"yesterday": "গতকাল",
|
||||
"one-week": "এক সপ্তাহ",
|
||||
"two-weeks": "দুই সপ্তাহ",
|
||||
"one-month": "এক মাস",
|
||||
"three-months": "তিন মাস",
|
||||
"six-months": "ছয় মাস",
|
||||
"one-year": "এক বছর",
|
||||
"sort-by": "সাজানোর ভিত্তি",
|
||||
"last-reply-time": "সর্বশেষ রিপ্লাইয়ের সময়",
|
||||
"topic-title": "টপিকের টাইটেল",
|
||||
"number-of-replies": "রিপ্লাইয়ের সংখ্যা",
|
||||
"number-of-views": "সর্বমোট ভিউ",
|
||||
"topic-start-date": "টপিক শুরুর তারিখ",
|
||||
"username": "ইউজারনেম",
|
||||
"category": "বিভাগ",
|
||||
"descending": "In descending order",
|
||||
"ascending": "In ascending order",
|
||||
"save-preferences": "Save preferences",
|
||||
"descending": "বড় থেকে ছোট অর্ডারে",
|
||||
"ascending": "ছোট থেকে বড় অর্ডারে",
|
||||
"save-preferences": "প্রেফারেন্স সেভ",
|
||||
"clear-preferences": "Clear preferences",
|
||||
"search-preferences-saved": "Search preferences saved",
|
||||
"search-preferences-cleared": "Search preferences cleared",
|
||||
"show-results-as": "Show results as"
|
||||
"show-results-as": "ফলাফল দেখানো হোক : "
|
||||
}
|
@ -1 +1,22 @@
|
||||
.flag-reporters {
|
||||
font-size: 1.2rem;
|
||||
|
||||
ul {
|
||||
padding-left: 0;
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
|
||||
img, .user-icon {
|
||||
.user-icon-style(18px, 1rem);
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flag-post-body {
|
||||
img, .user-icon {
|
||||
.user-icon-style(24px, 1.5rem);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue