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_cs.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": "Tento projekt používá řízené šifrování."
3141
3141
},
3142
3142
"showMore": {
3143
-
"string": "Zobrazit celkem {count}",
3143
+
"string": "{count, plural, one {} few {} many {} other {}}",
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 {} few {} many {} other {}}",
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": "Zobrazit méně naž {count} z celkového počtu",
3151
+
"string": "{count, plural, one {} few {} many {} other {}}",
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 {} few {} many {} other {}}",
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."
Copy file name to clipboardExpand all lines: transifex/strings_de.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": "Dieses Projekt verwendet verwaltete Verschlüsselung."
3141
3141
},
3142
3142
"showMore": {
3143
-
"string": "Zeige {count} von insgesamt",
3143
+
"string": "{count, plural, one {} other {}}",
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 {} other {}}",
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": "Zeige weniger {count} von insgesamt",
3151
+
"string": "{count, plural, one {} other {}}",
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 {} other {}}",
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."
"string": "{count, plural, one {} many {} other {}}",
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 {} many {} other {}}",
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": "Mostrar menos de {count} total",
3151
+
"string": "{count, plural, one {} many {} other {}}",
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 {} many {} other {}}",
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."
Copy file name to clipboardExpand all lines: transifex/strings_fr.json
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -741,7 +741,7 @@
741
741
},
742
742
"entity": {
743
743
"label": {
744
-
"string": "Étiquettes",
744
+
"string": "Étiquette",
745
745
"developer_comment": "This is the label of an Entity."
746
746
},
747
747
"entityLabel": {
@@ -1568,7 +1568,7 @@
1568
1568
"EntityTable": {
1569
1569
"header": {
1570
1570
"updatedAtAndActions": {
1571
-
"string": "Dernières Mises à jour / Actions",
1571
+
"string": "Dernières mises à jour / Actions",
1572
1572
"developer_comment": "This is the text of a column header of a table of Entities. The column shows when each Entity was last updated, as well as actions that can be taken on the Entity."
1573
1573
}
1574
1574
}
@@ -3140,12 +3140,20 @@
3140
3140
"string": "Ce projet utilise un chiffrement des données."
3141
3141
},
3142
3142
"showMore": {
3143
-
"string": "Montrer {count} total",
3143
+
"string": "{count, plural, one {} many {} other {}}",
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 {} many {} other {}}",
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": "Réduire {count} total",
3151
+
"string": "{count, plural, one {} many {} other {}}",
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 {} many {} other {}}",
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."
Copy file name to clipboardExpand all lines: transifex/strings_id.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": "Proyek ini menggunakan enkripsi terkelola."
3141
3141
},
3142
3142
"showMore": {
3143
-
"string": "",
3143
+
"string": "{count, plural, other {}}",
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, other {}}",
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": "",
3151
+
"string": "{count, plural, other {}}",
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, other {}}",
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."
Copy file name to clipboardExpand all lines: transifex/strings_it.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": "Questo progetto utilizza la crittografia gestita."
3141
3141
},
3142
3142
"showMore": {
3143
-
"string": "Mostra {count} del totale",
3143
+
"string": "{count, plural, one {} many {} other {}}",
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 {} many {} other {}}",
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": "Mostra meno {count} del totale",
3151
+
"string": "{count, plural, one {} many {} other {}}",
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 {} many {} other {}}",
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."
Copy file name to clipboardExpand all lines: transifex/strings_ja.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": ""
3141
3141
},
3142
3142
"showMore": {
3143
-
"string": "",
3143
+
"string": "{count, plural, other {}}",
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, other {}}",
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": "",
3151
+
"string": "{count, plural, other {}}",
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, other {}}",
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