mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Rename albums tab
This commit is contained in:
parent
90b79a65e0
commit
c7358084f8
3 changed files with 12 additions and 5 deletions
|
@ -8,9 +8,9 @@
|
|||
"@photosTabLabel": {
|
||||
"description": "Label of the tab that lists user photos"
|
||||
},
|
||||
"albumsTabLabel": "Albums",
|
||||
"@albumsTabLabel": {
|
||||
"description": "Label of the tab that lists user albums"
|
||||
"collectionsTooltip": "Collections",
|
||||
"@collectionsTooltip": {
|
||||
"description": "Groups of photos, e.g., albums, trash bin, etc"
|
||||
},
|
||||
"zoomTooltip": "Zoom",
|
||||
"@zoomTooltip": {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"el": [
|
||||
"collectionsTooltip",
|
||||
"settingsViewerSectionTitle",
|
||||
"settingsScreenBrightnessTitle",
|
||||
"settingsScreenBrightnessDescription",
|
||||
|
@ -33,7 +34,12 @@
|
|||
"emptyTrashbinConfirmationDialogContent"
|
||||
],
|
||||
|
||||
"es": [
|
||||
"collectionsTooltip"
|
||||
],
|
||||
|
||||
"fr": [
|
||||
"collectionsTooltip",
|
||||
"settingsViewerSectionTitle",
|
||||
"settingsScreenBrightnessTitle",
|
||||
"settingsScreenBrightnessDescription",
|
||||
|
@ -48,6 +54,7 @@
|
|||
],
|
||||
|
||||
"ru": [
|
||||
"collectionsTooltip",
|
||||
"settingsViewerSectionTitle",
|
||||
"settingsScreenBrightnessTitle",
|
||||
"settingsScreenBrightnessDescription",
|
||||
|
|
|
@ -74,8 +74,8 @@ class _HomeState extends State<Home> {
|
|||
label: L10n.global().photosTabLabel,
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
icon: const Icon(Icons.photo_album_outlined),
|
||||
label: L10n.global().albumsTabLabel,
|
||||
icon: const Icon(Icons.grid_view_outlined),
|
||||
label: L10n.global().collectionsTooltip,
|
||||
),
|
||||
],
|
||||
currentIndex: _nextPage,
|
||||
|
|
Loading…
Reference in a new issue