first commit

This commit is contained in:
rayd1o
2026-03-05 11:46:58 +08:00
commit e7033775d8
20657 changed files with 1988940 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var locale = {
// Options
items_per_page: '/ ទំព័រ',
jump_to: 'លោត​ទៅ',
jump_to_confirm: 'បញ្ជាក់',
page: 'ទំព័រ',
// Pagination
prev_page: 'ទំព័រ​មុន',
next_page: 'ទំព័រ​​បន្ទាប់',
prev_5: '៥ ទំព័រថយក្រោយ',
next_5: '៥ ទំព័រទៅមុខ',
prev_3: '៣ ទំព័រថយក្រោយ',
next_3: '៣ ទំព័រទៅមុខ',
page_size: 'Page Size'
};
var _default = exports.default = locale;