Skip to content

Commit a0029ce

Browse files
authored
Update lt_LT.ts (#641)
What has been changed: - Added missing weekSelect: 'Pasirinkti savaitę' - Changed "Sekantis" to "Kitas", because "sekantis", "sekanti" should be avoided in the sense of "next", "further", "coming", "nearest", as stated in https://vlkk.lt/konsultacijos/2710-sekantis
1 parent 2b28203 commit a0029ce

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/locale/lt_LT.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const locale: Locale = {
1111
year: 'Metai',
1212
timeSelect: 'Pasirinkti laiką',
1313
dateSelect: 'Pasirinkti datą',
14+
weekSelect: 'Pasirinkti savaitę',
1415
monthSelect: 'Pasirinkti mėnesį',
1516
yearSelect: 'Pasirinkti metus',
1617
decadeSelect: 'Pasirinkti dešimtmetį',
@@ -20,13 +21,13 @@ const locale: Locale = {
2021
dateTimeFormat: 'YYYY-MM-DD HH:MM:SS',
2122
monthBeforeYear: true,
2223
previousMonth: 'Buvęs mėnesis (PageUp)',
23-
nextMonth: 'Sekantis mėnesis (PageDown)',
24+
nextMonth: 'Kitas mėnesis (PageDown)',
2425
previousYear: 'Buvę metai (Control + left)',
25-
nextYear: 'Sekantis metai (Control + right)',
26+
nextYear: 'Kiti metai (Control + right)',
2627
previousDecade: 'Buvęs dešimtmetis',
27-
nextDecade: 'Sekantis dešimtmetis',
28+
nextDecade: 'Kitas dešimtmetis',
2829
previousCentury: 'Buvęs amžius',
29-
nextCentury: 'Sekantis amžius',
30+
nextCentury: 'Kitas amžius',
3031
};
3132

3233
export default locale;

0 commit comments

Comments
 (0)