Skip to content

Commit 22b27bc

Browse files
committed
i18n: use plural forms in Lithuanian translation
1 parent d8ecb43 commit 22b27bc

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

src/resources/locales/lt.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,15 @@
123123
"annotations": {
124124
"descAuthor": "'{{- author}}'",
125125
"descCreator": ", kurią(-ias) sukūrė",
126-
"descList": "{{- count}} pastaba(-os, -ų){{- creator}}, bus susietos su {{- author}} leidiniu '{{- title}}'",
127-
"descNewer": "Konfliktas(-ai): {{- count}} naujesnė(-s, -ių) pastaba(-os, -ų)",
128-
"descOlder": "Konfliktas(-ai): {{- count}} senesnė(-s, -ių) pastaba(-os, -ų)",
126+
"descList_one": "{{- count}} pastaba{{- creator}}, bus susieta su {{- author}} leidiniu '{{- title}}'",
127+
"descList_few": "{{- count}} pastabos{{- creator}}, bus susietos su {{- author}} leidiniu '{{- title}}'",
128+
"descList_other": "{{- count}} pastabų{{- creator}}, bus susietos su {{- author}} leidiniu '{{- title}}'",
129+
"descNewer_one": "Konfliktas(-ai): {{- count}} naujesnė pastaba",
130+
"descNewer_few": "Konfliktas(-ai): {{- count}} naujesnės pastabos",
131+
"descNewer_other": "Konfliktas(-ai): {{- count}} naujesnių pastabų",
132+
"descOlder_one": "Konfliktas(-ai): {{- count}} senesnė pastaba",
133+
"descOlder_few": "Konfliktas(-ai): {{- count}} senesnės pastabos",
134+
"descOlder_other": "Konfliktas(-ai): {{- count}} senesnių pastabų",
129135
"descTitle": "Pastabų pavadinimas: ",
130136
"importAll": "Importuoti visas pastabas",
131137
"importWithoutConflict": "Importuoti pastabas, neturinčias konfliktų",
@@ -134,7 +140,9 @@
134140
},
135141
"cancel": "Nutraukti",
136142
"deleteAnnotations": "Šalinti pastabas?",
137-
"deleteAnnotationsText": "Ar norite pašalinti {{- count}} pastabą(-as, -ų)?",
143+
"deleteAnnotationsText_one": "Ar norite pašalinti {{- count}} pastabą?",
144+
"deleteAnnotationsText_few": "Ar norite pašalinti {{- count}} pastabas?",
145+
"deleteAnnotationsText_other": "Ar norite pašalinti {{- count}} pastabų?",
138146
"deleteFeed": "Pašalinti katalogą?",
139147
"deletePublication": "Pašalinti leidinį?",
140148
"import": "Patvirtinkite importą:",
@@ -432,7 +440,9 @@
432440
},
433441
"picker": {
434442
"search": {
435-
"founds": "{{- count}} atitikmuo(-ys, -ų)",
443+
"founds_one": "{{- count}} atitikmuo",
444+
"founds_few": "{{- count}} atitikmenys",
445+
"founds_other": "{{- count}} atitikmenų",
436446
"input": "ieškomas tekstas",
437447
"next": "Kitas",
438448
"notFound": "atitikmenų nėra",

0 commit comments

Comments
 (0)