You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: transifex/strings_en.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3140,12 +3140,20 @@
3140
3140
"string": "This Project uses managed encryption."
3141
3141
},
3142
3142
"showMore": {
3143
-
"string": "Show {count} total",
3143
+
"string": "{count, plural, one {Show {count} total Form} other {Show {count} total Forms}}",
3144
3144
"developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown."
3145
3145
},
3146
+
"showMoreDatasets": {
3147
+
"string": "{count, plural, one {Show {count} total Entity List} other {Show {count} total Entity Lists}}",
3148
+
"developer_comment": "This clickable text is shown below a table of entity lists where only a few out of the total number (\"count\") of entity lists is shown."
3149
+
},
3146
3150
"showFewer": {
3147
-
"string": "Show fewer of {count} total",
3151
+
"string": "{count, plural, one {Show fewer of {count} total Form} other {Show fewer of {count} total Forms}}",
3148
3152
"developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms."
3153
+
},
3154
+
"showFewerDatasets": {
3155
+
"string": "{count, plural, one {Show fewer of {count} total Entity List} other {Show fewer of {count} total Entity Lists}}",
3156
+
"developer_comment": "This clickable text is shown below an expanded table of entity lists that can be collapsed to hide some entity list. \"Count\" refers to the number of entity lists."
0 commit comments