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: '/ psl.',
jump_to: 'Pereiti į',
jump_to_confirm: 'patvirtinti',
page: 'psl.',
// Pagination
prev_page: 'Atgal',
next_page: 'Pirmyn',
prev_5: 'Grįžti 5 psl.',
next_5: 'Peršokti 5 psl.',
prev_3: 'Grįžti 3 psl.',
next_3: 'Peršokti 3 psl.',
page_size: 'Puslapio dydis'
};
var _default = exports.default = locale;