mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Add plural support to selectionAppBarTitle
This commit is contained in:
parent
f8c25800a1
commit
59198b54eb
9 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@
|
|||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "{count} označeno",
|
||||
"selectionAppBarTitle": "{count, plural, other{{count} označeno}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "{count} markiert",
|
||||
"selectionAppBarTitle": "{count, plural, other{{count} markiert}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "{count} επιλεγμένα",
|
||||
"selectionAppBarTitle": "{count, plural, other{{count} επιλεγμένα}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "{count} selected",
|
||||
"selectionAppBarTitle": "{count, plural, other{{count} selected}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "{count} seleccionado",
|
||||
"selectionAppBarTitle": "{count, plural, other{{count} seleccionado}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "{count} valittu",
|
||||
"selectionAppBarTitle": "{count, plural, other{{count} valittu}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "{count} sélectionné",
|
||||
"selectionAppBarTitle": "{count, plural, other{{count} sélectionné}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "Wybrano {count}",
|
||||
"selectionAppBarTitle": "{count, plural, other{Wybrano {count}}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "Выбрано {count} фото",
|
||||
"selectionAppBarTitle": "{count, plural, other{Выбрано {count} фото}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
|
|
Loading…
Reference in a new issue