Rename albums tab

This commit is contained in:
Ming Ming 2021-08-29 22:16:42 +08:00
parent 90b79a65e0
commit c7358084f8
3 changed files with 12 additions and 5 deletions

View file

@ -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": {

View file

@ -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",

View file

@ -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,