Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-16 02:20:32 +00:00
parent a4605e311a
commit 71de1506ca
28603 changed files with 2179459 additions and 0 deletions

15
node_modules/rc-pagination/es/locale/sr_RS.js generated vendored Normal file
View File

@@ -0,0 +1,15 @@
var locale = {
// Options
items_per_page: '/ strani',
jump_to: 'Idi na',
page: '',
// Pagination
prev_page: 'Prethodna strana',
next_page: 'Sledeća strana',
prev_5: 'Prethodnih 5 Strana',
next_5: 'Sledećih 5 Strana',
prev_3: 'Prethodnih 3 Strane',
next_3: 'Sledećih 3 Strane',
page_size: 'Page Size'
};
export default locale;