We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e1ffe commit 1152e87Copy full SHA for 1152e87
src/locale/bn_BD.js
@@ -0,0 +1,15 @@
1
+export default {
2
+ // Options.jsx
3
+ items_per_page: '/ পৃষ্ঠা',
4
+ jump_to: 'যাও',
5
+ jump_to_confirm: 'নিশ্চিত',
6
+ page: '',
7
+
8
+ // Pagination.jsx
9
+ prev_page: 'আগের পৃষ্ঠা',
10
+ next_page: 'পরের পৃষ্ঠা',
11
+ prev_5: 'পূর্ববর্তী ৫ পৃষ্ঠা',
12
+ next_5: 'পরবর্তী ৫ পৃষ্ঠা',
13
+ prev_3: 'পূর্ববর্তী ৩ পৃষ্ঠা',
14
+ next_3: 'পরবর্তী ৩ পৃষ্ঠা',
15
+};
0 commit comments