mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
translation keys
This commit is contained in:
parent
085f39dea6
commit
a2c0ecfc2a
@ -1429,8 +1429,10 @@
|
||||
"recent": "Recent",
|
||||
"recent-albums": "Recent albums",
|
||||
"recent_searches": "Recent searches",
|
||||
"recently_added": "Recently taken",
|
||||
"recently_added_page_title": "Recently Taken",
|
||||
"recently_added": "Recently added",
|
||||
"recently_added_page_title": "Recently Added",
|
||||
"recently_taken": "Recently taken",
|
||||
"recently_taken_page_title": "Recently Taken",
|
||||
"refresh": "Refresh",
|
||||
"refresh_encoded_videos": "Refresh encoded videos",
|
||||
"refresh_faces": "Refresh faces",
|
||||
|
@ -16,7 +16,7 @@ class RecentlyAddedPage extends HookConsumerWidget {
|
||||
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('recently_added_page_title').tr(),
|
||||
title: const Text('recently_taken_page_title').tr(),
|
||||
leading: IconButton(
|
||||
onPressed: () => context.maybePop(),
|
||||
icon: const Icon(Icons.arrow_back_ios_rounded),
|
||||
|
@ -843,7 +843,7 @@ class QuickLinkList extends StatelessWidget {
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
children: [
|
||||
QuickLink(
|
||||
title: 'recently_added'.tr(),
|
||||
title: 'recently_taken'.tr(),
|
||||
icon: Icons.schedule_outlined,
|
||||
isTop: true,
|
||||
onTap: () => context.pushRoute(const RecentlyAddedRoute()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user