mirror of
https://github.com/agregarr/agregarr.git
synced 2026-05-05 17:59:28 -05:00
@@ -1416,7 +1416,7 @@
|
||||
"pages.dashboardDescription": "Overview of your Agregarr statistics and collection performance",
|
||||
"pages.dashboardTitle": "Dashboard",
|
||||
"pages.errormessagewithcode": "{statusCode} - {error}",
|
||||
"pages.homeDescription": "Collections and Hubs on the Home screen. Ordering is shared between Home and Recommended views, but can have seperate visibility settings.",
|
||||
"pages.homeDescription": "Collections and Hubs on the Home screen. Ordering is shared between Home and Recommended views, but can have separate visibility settings.",
|
||||
"pages.homeTitle": "Home",
|
||||
"pages.internalservererror": "Internal Server Error",
|
||||
"pages.libraryDescription": "Collections in the Library tab. Ordering in the Library tabs can be independent from the Home/Recommended views.",
|
||||
@@ -1426,7 +1426,7 @@
|
||||
"pages.pagenotfound": "Page Not Found",
|
||||
"pages.posters": "Posters",
|
||||
"pages.postersDescription": "Manage poster templates and saved posters",
|
||||
"pages.recommendedDescription": "Collections and Hubs in the Recommended tabs. Ordering is shared between Home and Recommended views, but can have seperate visibility setings.",
|
||||
"pages.recommendedDescription": "Collections and Hubs in the Recommended tabs. Ordering is shared between Home and Recommended views, but can have separate visibility setings.",
|
||||
"pages.recommendedTitle": "Recommended",
|
||||
"pages.returnHome": "Return Home",
|
||||
"pages.serviceunavailable": "Service Unavailable",
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import { defineMessages, useIntl } from 'react-intl';
|
||||
const messages = defineMessages({
|
||||
homeTitle: 'Home',
|
||||
homeDescription:
|
||||
'Collections and Hubs on the Home screen. Ordering is shared between Home and Recommended views, but can have seperate visibility settings.',
|
||||
'Collections and Hubs on the Home screen. Ordering is shared between Home and Recommended views, but can have separate visibility settings.',
|
||||
});
|
||||
|
||||
const Index: NextPage = () => {
|
||||
|
||||
@@ -8,7 +8,7 @@ import { defineMessages, useIntl } from 'react-intl';
|
||||
const messages = defineMessages({
|
||||
recommendedTitle: 'Recommended',
|
||||
recommendedDescription:
|
||||
'Collections and Hubs in the Recommended tabs. Ordering is shared between Home and Recommended views, but can have seperate visibility setings.',
|
||||
'Collections and Hubs in the Recommended tabs. Ordering is shared between Home and Recommended views, but can have separate visibility setings.',
|
||||
noCollections: 'No recommended collections configured yet',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user