Skip to content

Commit 1e9f064

Browse files
authored
Update lt_LT.ts (#525)
What has been changed: - Minor improvements - Translated "Page Size" -> "Puslapio dydis" - Fix typo: "pls." is incorrect, it should be "psl."
1 parent 226f590 commit 1e9f064

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/locale/lt_LT.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
export default {
22
// Options.jsx
33
items_per_page: '/ psl.',
4-
jump_to: 'Pereiti',
4+
jump_to: 'Pereiti į',
55
jump_to_confirm: 'patvirtinti',
6-
page: '',
6+
page: 'psl.',
77

88
// Pagination.jsx
99
prev_page: 'Atgal',
1010
next_page: 'Pirmyn',
11-
prev_5: 'Grįžti 5 pls.',
12-
next_5: 'Peršokti 5 pls.',
13-
prev_3: 'Grįžti 3 pls.',
14-
next_3: 'Peršokti 3 pls.',
15-
page_size: 'Page Size',
11+
prev_5: 'Grįžti 5 psl.',
12+
next_5: 'Peršokti 5 psl.',
13+
prev_3: 'Grįžti 3 psl.',
14+
next_3: 'Peršokti 3 psl.',
15+
page_size: 'Puslapio dydis',
1616
};

0 commit comments

Comments
 (0)