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.
2 parents 13d6d9b + 85f6d63 commit 72dd613Copy full SHA for 72dd613
packages/src/locale/lang/af-ZA.js
@@ -0,0 +1,14 @@
1
+export default {
2
+ pagination: {
3
+ goto: "Gaan na",
4
+ page: "",
5
+ itemsPerPage: " / bladsy",
6
+ total: total => `Totaall ${total}`,
7
+ prev5: "Vorige 5 Bladsye",
8
+ next5: "Volgende 5 Bladsye"
9
+ },
10
+ table: {
11
+ confirmFilter: "Bevestig",
12
+ resetFilter: "Stel terug"
13
+ }
14
+};
packages/src/locale/lang/zu-ZA.js
+ goto: "Iya ku",
+ itemsPerPage: " / Emakhasi",
+ total: total => `Okuphelele ${total}`,
+ prev5: "5 Esedlule Emakhasi",
+ next5: "5 Emakhasi Lalandzelako"
+ confirmFilter: "Qiniseka",
+ resetFilter: "Setha Kabusha"
0 commit comments