Skip to content

Commit 3386af5

Browse files
authored
[ACS-10165] create all libraries component (#4826)
* [ACS-10165] create all libraries component * [ACS-10165] move translations, apply cr comments * [ACS-10165] fix column tracking * [ACS-10165] remove flag * [ACS-10165] create base component for library pages * [ACS-10165] fix build issue * [ACS-10165] code review fixes
1 parent 7e6b436 commit 3386af5

33 files changed

+977
-439
lines changed

projects/aca-content/assets/app.extensions.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,13 @@
175175
"description": "APP.BROWSE.LIBRARIES.MENU.FAVORITE_LIBRARIES.SIDENAV_LINK.TOOLTIP",
176176
"route": "favorite/libraries"
177177
},
178+
{
179+
"id": "app.navbar.libraries.all",
180+
"order": 350,
181+
"title": "APP.BROWSE.LIBRARIES.MENU.ALL_LIBRARIES.SIDENAV_LINK.LABEL",
182+
"description": "APP.BROWSE.LIBRARIES.MENU.ALL_LIBRARIES.SIDENAV_LINK.TOOLTIP",
183+
"route": "all/libraries"
184+
},
178185
{
179186
"id": "app.navbar.recentFiles",
180187
"order": 400,
@@ -504,8 +511,7 @@
504511
"component": "app.toolbar.toggleInfoDrawer",
505512
"rules": {
506513
"visible": [
507-
"app.selection.library",
508-
"isLibraryManager"
514+
"app.selection.library"
509515
]
510516
}
511517
},
@@ -1583,8 +1589,7 @@
15831589
"component": "app.components.tabs.library.metadata",
15841590
"rules": {
15851591
"visible": [
1586-
"app.selection.library",
1587-
"isLibraryManager"
1592+
"app.selection.library"
15881593
]
15891594
}
15901595
}

projects/aca-content/assets/i18n/ar.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
"FAVORITE_LIBRARIES": {
134134
"TITLE": "لا توجد مكتبات مفضلة",
135135
"TEXT": "حدد مكتبة تريد العثور عليها بسهولة لاحقًا كمفضلة."
136+
},
137+
"ALL_LIBRARIES":{
138+
"TITLE": "لم يتم العثور على مكتبة",
139+
"TEXT": "أنشئ مكتبة جديدة للبدء"
136140
}
137141
},
138142
"MENU": {
@@ -149,6 +153,12 @@
149153
"LABEL": "المكتبات المفضلة",
150154
"TOOLTIP": "الوصول إلى مكتباتي المفضلة"
151155
}
156+
},
157+
"ALL_LIBRARIES": {
158+
"TITLE": "كل المكتبات",
159+
"SIDENAV_LINK": {
160+
"LABEL": "كل المكتبات"
161+
}
152162
}
153163
},
154164
"ERRORS": {

projects/aca-content/assets/i18n/cs.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
"FAVORITE_LIBRARIES": {
134134
"TITLE": "Žádné oblíbené knihovny souborů",
135135
"TEXT": "Pro snadnější dostupnost můžete označit vybrané knihovny za oblíbené."
136+
},
137+
"ALL_LIBRARIES": {
138+
"TITLE": "Nebyla nalezena žádná knihovna",
139+
"TEXT": "Začněte vytvořením nové knihovny"
136140
}
137141
},
138142
"MENU": {
@@ -149,6 +153,12 @@
149153
"LABEL": "Oblíbené knihovny",
150154
"TOOLTIP": "Přejít do oblíbených knihoven"
151155
}
156+
},
157+
"ALL_LIBRARIES": {
158+
"TITLE": "Všechny knihovny",
159+
"SIDENAV_LINK": {
160+
"LABEL": "Všechny knihovny"
161+
}
152162
}
153163
},
154164
"ERRORS": {

projects/aca-content/assets/i18n/da.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
"FAVORITE_LIBRARIES": {
134134
"TITLE": "Du har ikke angivet nogen biblioteker som favorit",
135135
"TEXT": "Angiv et bibliotek som favorit for at gøre det nemt at finde biblioteket igen."
136+
},
137+
"ALL_LIBRARIES": {
138+
"TITLE": "Intet bibliotek fundet",
139+
"TEXT": "Opret et ny bibliotek, og kom i gang"
136140
}
137141
},
138142
"MENU": {
@@ -149,6 +153,12 @@
149153
"LABEL": "Biblioteker, der er angivet som favorit",
150154
"TOOLTIP": "Adgang til de biblioteker, jeg har angivet som favorit"
151155
}
156+
},
157+
"ALL_LIBRARIES": {
158+
"TITLE": "Alle biblioteker",
159+
"SIDENAV_LINK": {
160+
"LABEL": "Alle biblioteker"
161+
}
152162
}
153163
},
154164
"ERRORS": {

projects/aca-content/assets/i18n/de.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
"FAVORITE_LIBRARIES": {
134134
"TITLE": "Keine Bibliotheken als Favoriten markiert",
135135
"TEXT": "Markieren Sie eine Bibliothek als Favorit, um sie später leichter zu finden."
136+
},
137+
"ALL_LIBRARIES": {
138+
"TITLE": "Keine Bibliothek gefunden",
139+
"TEXT": "Erstellen Sie zu Beginn eine neue Bibliothek."
136140
}
137141
},
138142
"MENU": {
@@ -149,6 +153,12 @@
149153
"LABEL": "Als Favoriten markierte Bibliotheken",
150154
"TOOLTIP": "Auf meine als Favoriten markierten Bibliotheken zugreifen"
151155
}
156+
},
157+
"ALL_LIBRARIES": {
158+
"TITLE": "Alle Bibliotheken",
159+
"SIDENAV_LINK": {
160+
"LABEL": "Alle Bibliotheken"
161+
}
152162
}
153163
},
154164
"ERRORS": {

projects/aca-content/assets/i18n/en.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
"FAVORITE_LIBRARIES": {
136136
"TITLE": "No Favorite Libraries",
137137
"TEXT": "Favorite a library that you want to find easily later."
138+
},
139+
"ALL_LIBRARIES": {
140+
"TITLE": "No library found",
141+
"TEXT": "Create a new library to get started."
138142
}
139143
},
140144
"MENU": {
@@ -151,6 +155,13 @@
151155
"LABEL": "Favorite Libraries",
152156
"TOOLTIP": "Access my favorite libraries"
153157
}
158+
},
159+
"ALL_LIBRARIES": {
160+
"TITLE": "All Libraries",
161+
"SIDENAV_LINK": {
162+
"LABEL": "All Libraries",
163+
"TOOLTIP": "Access all libraries"
164+
}
154165
}
155166
},
156167
"ERRORS": {

projects/aca-content/assets/i18n/es.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
"FAVORITE_LIBRARIES": {
134134
"TITLE": "No hay bibliotecas favoritas",
135135
"TEXT": "Marcar como favorita una biblioteca para encontrarla más rápidamente."
136+
},
137+
"ALL_LIBRARIES": {
138+
"TITLE": "No se ha encontrado ninguna biblioteca",
139+
"TEXT ": "Crear una biblioteca nueva para empezar"
136140
}
137141
},
138142
"MENU": {
@@ -149,6 +153,12 @@
149153
"LABEL": "Bibliotecas favoritas",
150154
"TOOLTIP": "Acceder a mis bibliotecas favoritas"
151155
}
156+
},
157+
"ALL_LIBRARIES": {
158+
"TITLE": "Todas las bibliotecas",
159+
"SIDENAV_LINK": {
160+
"LABEL": "Todas las bibliotecas"
161+
}
152162
}
153163
},
154164
"ERRORS": {

projects/aca-content/assets/i18n/fi.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
"FAVORITE_LIBRARIES": {
134134
"TITLE": "Ei suosikkikirjastoja",
135135
"TEXT": "Voit lisätä suosikkeihin kirjastoja, jotka haluat löytää helposti myöhemmin."
136+
},
137+
"ALL_LIBRARIES": {
138+
"TITLE": "Yhtään kirjastoa ei löytynyt",
139+
"TEXT": "Luo uusi kirjasto aloittaaksesi"
136140
}
137141
},
138142
"MENU": {
@@ -149,6 +153,12 @@
149153
"LABEL": "Suosikkikirjastot",
150154
"TOOLTIP": "Siirry omiin suosikkikirjastoihin"
151155
}
156+
},
157+
"ALL_LIBRARIES": {
158+
"TITLE": "Kaikki kirjastot",
159+
"SIDENAV_LINK": {
160+
"LABEL": "Kaikki kirjastot"
161+
}
152162
}
153163
},
154164
"ERRORS": {

projects/aca-content/assets/i18n/fr.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
"FAVORITE_LIBRARIES": {
134134
"TITLE": "Pas de bibliothèques favorites",
135135
"TEXT": "Ajouter aux favoris une bibliothèque pour la retrouver facilement par la suite."
136+
},
137+
"ALL_LIBRARIES": {
138+
"TITLE": "Aucune bibliothèque trouvée",
139+
"TEXT": "Créez une nouvelle bibliothèque pour commencer"
136140
}
137141
},
138142
"MENU": {
@@ -149,6 +153,12 @@
149153
"LABEL": "Bibliothèques favorites",
150154
"TOOLTIP": "Accéder à mes bibliothèques favorites"
151155
}
156+
},
157+
"ALL_LIBRARIES": {
158+
"TITLE": "Toutes les bibliothèques",
159+
"SIDENAV_LINK": {
160+
"LABEL": "Toutes les bibliothèques"
161+
}
152162
}
153163
},
154164
"ERRORS": {

projects/aca-content/assets/i18n/it.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
"FAVORITE_LIBRARIES": {
134134
"TITLE": "Nessuna libreria preferita",
135135
"TEXT": "Imposta una libreria come preferita per trovarla facilmente in seguito."
136+
},
137+
"ALL_LIBRARIES": {
138+
"TITLE": "Nessuna libreria trovata",
139+
"TEXT": "Crea una nuova libreria per iniziare"
136140
}
137141
},
138142
"MENU": {
@@ -149,6 +153,12 @@
149153
"LABEL": "Librerie preferite",
150154
"TOOLTIP": "Accedi alle librerie preferite"
151155
}
156+
},
157+
"ALL_LIBRARIES": {
158+
"TITLE": "Tutte le librerie",
159+
"SIDENAV_LINK": {
160+
"LABEL": "Tutte le librerie"
161+
}
152162
}
153163
},
154164
"ERRORS": {

0 commit comments

Comments
 (0)