Skip to content

Commit 5a794a0

Browse files
committed
i18n: use plural forms in English translation
1 parent d7e8219 commit 5a794a0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/resources/locales/en.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,21 @@
121121
"dialog": {
122122
"annotations": {
123123
"descAuthor": "of {{- author}}",
124-
"descList": "{{- count}} note(s) from {{- creator}} will be associated with {{- title}} {{- author}}",
125-
"descNewer": "{{- count}} newer version(s) of these notes are already associated with the publication.",
126-
"descOlder": "{{- count}} older version(s) of these notes are already associated with the publication.",
124+
"descList_one": "{{- count}} note from {{- creator}} will be associated with {{- title}} {{- author}}",
125+
"descList_other": "{{- count}} notes from {{- creator}} will be associated with {{- title}} {{- author}}",
126+
"descNewer_one": "{{- count}} newer version of these notes are already associated with the publication.",
127+
"descNewer_other": "{{- count}} newer versions of these notes are already associated with the publication.",
128+
"descOlder_one": "{{- count}} older version of these notes are already associated with the publication.",
129+
"descOlder_other": "{{- count}} older versions of these notes are already associated with the publication.",
127130
"descTitle": "Title of the set: ",
128131
"importAll": "Import all notes",
129132
"importWithoutConflict": "Import notes without conflict",
130133
"title": "Do you want to import these notes?"
131134
},
132135
"cancel": "Cancel",
133136
"deleteAnnotations": "Delete note?",
134-
"deleteAnnotationsText": "Do you want to delete {{- count}} note(s)?",
137+
"deleteAnnotationsText_one": "Do you want to delete {{- count}} note?",
138+
"deleteAnnotationsText_other": "Do you want to delete {{- count}} notes?",
135139
"deleteFeed": "Delete catalog?",
136140
"deletePublication": "Delete publication?",
137141
"import": "Confirm import:",
@@ -424,7 +428,8 @@
424428
},
425429
"picker": {
426430
"search": {
427-
"founds": "{{- count}} match(es)",
431+
"founds_one": "{{- count}} match",
432+
"founds_other": "{{- count}} matches",
428433
"input": "text to match",
429434
"next": "Next",
430435
"notFound": "no matches",

0 commit comments

Comments
 (0)