Skip to content

Commit

Permalink
Update lt_LT.ts (#525)
Browse files Browse the repository at this point in the history
What has been changed:
- Minor improvements
- Translated "Page Size" -> "Puslapio dydis"
- Fix typo: "pls." is incorrect, it should be "psl."
  • Loading branch information
Digital-512 committed May 27, 2023
1 parent 226f590 commit 1e9f064
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/locale/lt_LT.ts
@@ -1,16 +1,16 @@
export default {
// Options.jsx
items_per_page: '/ psl.',
jump_to: 'Pereiti',
jump_to: 'Pereiti į',
jump_to_confirm: 'patvirtinti',
page: '',
page: 'psl.',

// Pagination.jsx
prev_page: 'Atgal',
next_page: 'Pirmyn',
prev_5: 'Grįžti 5 pls.',
next_5: 'Peršokti 5 pls.',
prev_3: 'Grįžti 3 pls.',
next_3: 'Peršokti 3 pls.',
page_size: 'Page Size',
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',
};

0 comments on commit 1e9f064

Please sign in to comment.