1
1
<!--
2
- Copyright (c) 2016-2023 Martin Donath <[email protected] >
3
-
4
- Permission is hereby granted, free of charge, to any person obtaining a copy
5
- of this software and associated documentation files (the "Software"), to
6
- deal in the Software without restriction, including without limitation the
7
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8
- sell copies of the Software, and to permit persons to whom the Software is
9
- furnished to do so, subject to the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be included in
12
- all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
- FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
17
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
20
- IN THE SOFTWARE.
21
- -->
22
-
23
- <!-- Translations: Bengali (Bangla) -->
24
- {% macro t(key) %}{{ {
25
- "language": "bn",
26
- "action.edit": "এই পেজ এডিট করুন",
27
- "action.skip": "কনটেন্টে যান",
28
- "action.view": "পেজের ভিউ ⬅️ ",
29
- "announce.dismiss": "আর কখনো দেখাবে না ⬅️ ",
30
- "blog.archive": "সংরক্ষণাগার ⬅️ ",
31
- "blog.categories": "বিভাগ ⬅️ ",
32
- "blog.categories.in": "বিভাগের মধ্যে ⬅️ ",
33
- "blog.continue": "পড়তে থাকুন ⬅️ ",
34
- "blog.draft": "খসড়া ⬅️ ",
35
- "blog.index": "ইনডেক্সে ফিরে যান ⬅️ ",
36
- "blog.meta": "মেটাডেটা ⬅️ ",
37
- "blog.references": "সম্পর্কিত লিংক ⬅️ ",
38
- "clipboard.copy": "ক্লিপবোর্ডে কপি করুন",
39
- "clipboard.copied": "ক্লিপবোর্ডে কপি হয়েছে",
40
- "consent.accept": "গ্রহণ ⬅️ ",
41
- "consent.manage": "সেটিংস ব্যবস্থাপনা ⬅️ ",
42
- "consent.reject": "প্রত্যাখ্যান ⬅️ ",
43
- "footer": "ফুটার",
44
- "footer.next": "পরে",
45
- "footer.previous": "পূর্ববর্তী",
46
- "header": "হেডার",
47
- "meta.comments": "মন্তব্য",
48
- "meta.source": "উৎস",
49
- "nav": "ন্যাভিগেশন",
50
- "readtime.one": "১ মিনিট পড়া ⬅️ ",
51
- "readtime.other": "# মিনিট পড়া ⬅️ ",
52
- "rss.created": "আরএসএস ফিড ⬅️ ",
53
- "rss.updated": "আপডেট করা বিষয়বস্তুর আরএসএস ফিড ⬅️ ",
54
- "search": "অনুসন্ধান করুন ⬅️ ",
55
- "search.placeholder ": "অনুসন্ধান করুন ",
56
- "search.share ": "শেয়ার ⬅️ ",
57
- "search.reset ": "রিসেট ",
58
- "search.result.initializer ": "অনুসন্ধান শুরু করা হচ্ছে ⬅️ ",
59
- "search.result.placeholder ": "সার্চ টাইপ করুন ",
60
- "search.result.none ": "কিছু পাওয়া যায়নি ",
61
- "search.result.one ": "১ টা ডকুমেন্ট ",
62
- "search.result.other ": "# টা ডকুমেন্ট",
63
- "search.result.more.one ": "এই পৃষ্ঠায় আরও ১টি আছে ⬅️ ",
64
- "search.result.more.other ": "এই পৃষ্ঠায় আরও #টি আছে ⬅️ ",
65
- "search.result.term.missing ": "অনুপস্থিত ⬅️ ",
66
- "select.language ": "ভাষা নির্বাচন করুণ ⬅️ ",
67
- "select.version ": "সংস্করণ নির্বাচন করুণ ⬅️ ",
68
- "source ": "রিপোজিটরিতে যান ",
69
- "source.file.contributors ": "অবদানকারী ⬅️ ",
70
- "source.file.date.created ": "তৈরি হয়েছে ",
71
- "source.file.date.updated ": "শেষ আপডেট ",
72
- "tabs ": "ট্যাব ",
73
- "toc ": "সূচি তালিকা ",
74
- "top ": "উপরে ফিরে যাও ⬅️"
75
- }[key] }}{% endmacro %}
76
-
2
+ Copyright (c) 2016-2023 Martin Donath <[email protected] >
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to
6
+ deal in the Software without restriction, including without limitation the
7
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8
+ sell copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in
12
+ all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
20
+ IN THE SOFTWARE.
21
+ -->
22
+
23
+ <!-- Translations: Bengali (Bangla) -->
24
+ {% macro t(key) %}{{ {
25
+ "language": "bn",
26
+ "action.edit": "এই পেজ এডিট করুন",
27
+ "action.skip": "কনটেন্টে যান",
28
+ "action.view": "পেজের ভিউ",
29
+ "announce.dismiss": "আর কখনো দেখাবে না",
30
+ "blog.archive": "সংরক্ষণাগার",
31
+ "blog.categories": "বিভাগ",
32
+ "blog.categories.in": "বিভাগের মধ্যে",
33
+ "blog.continue": "পড়তে থাকুন",
34
+ "blog.draft": "খসড়া",
35
+ "blog.index": "ইনডেক্সে ফিরে যান",
36
+ "blog.meta": "মেটাডেটা",
37
+ "blog.references": "সম্পর্কিত লিংক",
38
+ "clipboard.copy": "ক্লিপবোর্ডে কপি করুন",
39
+ "clipboard.copied": "ক্লিপবোর্ডে কপি হয়েছে",
40
+ "consent.accept": "গ্রহণ",
41
+ "consent.manage": "সেটিংস ব্যবস্থাপনা",
42
+ "consent.reject": "প্রত্যাখ্যান",
43
+ "footer": "ফুটার",
44
+ "footer.next": "পরে",
45
+ "footer.previous": "পূর্ববর্তী",
46
+ "header": "হেডার",
47
+ "meta.comments": "মন্তব্য",
48
+ "meta.source": "উৎস",
49
+ "nav": "ন্যাভিগেশন",
50
+ "readtime.one": "১ মিনিট পড়া",
51
+ "readtime.other": "# মিনিট পড়া",
52
+ "rss.created": "আরএসএস ফিড",
53
+ "rss.updated": "আপডেট করা বিষয়বস্তুর আরএসএস ফিড",
54
+ "search": "অনুসন্ধান করুন",
55
+ "search.config.pipeline ": " ",
56
+ "search.placeholder ": "অনুসন্ধান করুন ",
57
+ "search.share ": "শেয়ার ",
58
+ "search.reset ": "রিসেট ",
59
+ "search.result.initializer ": "অনুসন্ধান শুরু করা হচ্ছে ",
60
+ "search.result.placeholder ": "সার্চ টাইপ করুন ",
61
+ "search.result.none ": "কিছু পাওয়া যায়নি ",
62
+ "search.result.one ": "১ টা ডকুমেন্ট",
63
+ "search.result.other ": "# টা ডকুমেন্ট ",
64
+ "search.result.more.one ": "এই পৃষ্ঠায় আরও ১টি আছে",
65
+ "search.result.more.other ": "এই পৃষ্ঠায় আরও #টি আছে ",
66
+ "search.result.term.missing ": "অনুপস্থিত ",
67
+ "select.language ": "ভাষা নির্বাচন করুণ",
68
+ "select.version ": "সংস্করণ নির্বাচন করুণ ",
69
+ "source": "রিপোজিটরিতে যান ",
70
+ "source.file.contributors ": "অবদানকারী ",
71
+ "source.file.date.created ": "তৈরি হয়েছে ",
72
+ "source.file.date.updated ": "শেষ আপডেট ",
73
+ "tabs ": "ট্যাব ",
74
+ "toc ": "সূচি তালিকা",
75
+ "top": "উপরে ফিরে যাও"
76
+ }[key] }}{% endmacro %}
0 commit comments