@paroicms/admin-ui 1.90.13 → 1.91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/{index-Dwu5377c.css → index-BWzOEMLE.css} +1 -1
- package/dist/assets/index-C9pIAhJK.js +757 -0
- package/dist/index.html +2 -2
- package/locales/de.json +11 -1
- package/locales/en.json +11 -1
- package/locales/es.json +11 -1
- package/locales/fr.json +11 -1
- package/locales/it.json +11 -1
- package/locales/pt.json +11 -1
- package/package.json +1 -1
- package/dist/assets/index-DgT6Jkgz.js +0 -738
package/dist/index.html
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<meta name="robots" content="noindex, nofollow" />
|
|
7
|
-
<script type="module" crossorigin src="/adm/assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/adm/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/adm/assets/index-C9pIAhJK.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/adm/assets/index-BWzOEMLE.css">
|
|
9
9
|
</head>
|
|
10
10
|
|
|
11
11
|
<body>
|
package/locales/de.json
CHANGED
|
@@ -63,7 +63,8 @@
|
|
|
63
63
|
},
|
|
64
64
|
"DocumentSearch": {
|
|
65
65
|
"searchLabel": "Ihre Suche",
|
|
66
|
-
"searchPlaceholder": "Suchen"
|
|
66
|
+
"searchPlaceholder": "Suchen",
|
|
67
|
+
"noResults": "Keine Ergebnisse gefunden"
|
|
67
68
|
},
|
|
68
69
|
"NavBar": {
|
|
69
70
|
"parts": "Unterteile",
|
|
@@ -120,6 +121,15 @@
|
|
|
120
121
|
"deleteAllTranslations": "Alle Übersetzungen löschen",
|
|
121
122
|
"cannotDeleteLastHomeLanguage": "Das Home-Dokument muss mindestens eine Sprache haben. Sie können die letzte verbleibende Übersetzung nicht löschen."
|
|
122
123
|
},
|
|
124
|
+
"MoveDocument": {
|
|
125
|
+
"menuLabel": "Zu einem anderen Elternteil verschieben",
|
|
126
|
+
"title": "Dokument verschieben",
|
|
127
|
+
"searchPlaceholder": "Nach einem Dokument suchen…",
|
|
128
|
+
"noResults": "Keine Ergebnisse",
|
|
129
|
+
"emptyState": "Tippen Sie, um nach einem Dokument zu suchen",
|
|
130
|
+
"confirmMove": "Verschieben",
|
|
131
|
+
"moveSuccess": "Dokument erfolgreich verschoben"
|
|
132
|
+
},
|
|
123
133
|
"SwitchToDraft": {
|
|
124
134
|
"switchToDraftConfirmationMessage": "Möchten Sie dieses Dokument in einen Entwurf umwandeln? Es wird nicht mehr von der Website aus zugänglich sein."
|
|
125
135
|
},
|
package/locales/en.json
CHANGED
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
},
|
|
65
65
|
"DocumentSearch": {
|
|
66
66
|
"searchLabel": "Your search",
|
|
67
|
-
"searchPlaceholder": "Search"
|
|
67
|
+
"searchPlaceholder": "Search",
|
|
68
|
+
"noResults": "No results found"
|
|
68
69
|
},
|
|
69
70
|
"NavBar": {
|
|
70
71
|
"parts": "Sub-parts",
|
|
@@ -121,6 +122,15 @@
|
|
|
121
122
|
"deleteAllTranslations": "Delete all the translations",
|
|
122
123
|
"cannotDeleteLastHomeLanguage": "The home document must have at least one language. You cannot delete the last remaining translation."
|
|
123
124
|
},
|
|
125
|
+
"MoveDocument": {
|
|
126
|
+
"menuLabel": "Move to another parent",
|
|
127
|
+
"title": "Move document",
|
|
128
|
+
"searchPlaceholder": "Search for a document…",
|
|
129
|
+
"noResults": "No results",
|
|
130
|
+
"emptyState": "Type to search for a document",
|
|
131
|
+
"confirmMove": "Move",
|
|
132
|
+
"moveSuccess": "Document moved successfully"
|
|
133
|
+
},
|
|
124
134
|
"SwitchToDraft": {
|
|
125
135
|
"switchToDraftConfirmationMessage": "Would you like to change this document to draft? It will no longer be accessible from the website."
|
|
126
136
|
},
|
package/locales/es.json
CHANGED
|
@@ -63,7 +63,8 @@
|
|
|
63
63
|
},
|
|
64
64
|
"DocumentSearch": {
|
|
65
65
|
"searchLabel": "Su búsqueda",
|
|
66
|
-
"searchPlaceholder": "Buscar"
|
|
66
|
+
"searchPlaceholder": "Buscar",
|
|
67
|
+
"noResults": "No se encontraron resultados"
|
|
67
68
|
},
|
|
68
69
|
"NavBar": {
|
|
69
70
|
"parts": "Sub-partes",
|
|
@@ -120,6 +121,15 @@
|
|
|
120
121
|
"deleteAllTranslations": "Eliminar todas las traducciones",
|
|
121
122
|
"cannotDeleteLastHomeLanguage": "El documento de inicio debe tener al menos un idioma. No puede eliminar la última traducción restante."
|
|
122
123
|
},
|
|
124
|
+
"MoveDocument": {
|
|
125
|
+
"menuLabel": "Mover a otro padre",
|
|
126
|
+
"title": "Mover documento",
|
|
127
|
+
"searchPlaceholder": "Buscar un documento…",
|
|
128
|
+
"noResults": "Sin resultados",
|
|
129
|
+
"emptyState": "Escriba para buscar un documento",
|
|
130
|
+
"confirmMove": "Mover",
|
|
131
|
+
"moveSuccess": "Documento movido con éxito"
|
|
132
|
+
},
|
|
123
133
|
"SwitchToDraft": {
|
|
124
134
|
"switchToDraftConfirmationMessage": "¿Le gustaría cambiar este documento a borrador? Ya no será accesible desde el sitio web."
|
|
125
135
|
},
|
package/locales/fr.json
CHANGED
|
@@ -63,7 +63,8 @@
|
|
|
63
63
|
},
|
|
64
64
|
"DocumentSearch": {
|
|
65
65
|
"searchLabel": "Votre recherche",
|
|
66
|
-
"searchPlaceholder": "Rechercher"
|
|
66
|
+
"searchPlaceholder": "Rechercher",
|
|
67
|
+
"noResults": "Aucun résultat trouvé"
|
|
67
68
|
},
|
|
68
69
|
"NavBar": {
|
|
69
70
|
"parts": "Sous-parties",
|
|
@@ -123,6 +124,15 @@
|
|
|
123
124
|
"deleteAllTranslations": "Supprimer toutes les traductions",
|
|
124
125
|
"cannotDeleteLastHomeLanguage": "Le document d'accueil doit avoir au moins une langue. Vous ne pouvez pas supprimer la dernière traduction restante."
|
|
125
126
|
},
|
|
127
|
+
"MoveDocument": {
|
|
128
|
+
"menuLabel": "Déplacer vers un autre parent",
|
|
129
|
+
"title": "Déplacer le document",
|
|
130
|
+
"searchPlaceholder": "Rechercher un document…",
|
|
131
|
+
"noResults": "Aucun résultat",
|
|
132
|
+
"emptyState": "Saisissez du texte pour rechercher un document",
|
|
133
|
+
"confirmMove": "Déplacer",
|
|
134
|
+
"moveSuccess": "Document déplacé avec succès"
|
|
135
|
+
},
|
|
126
136
|
"DocumentView": {
|
|
127
137
|
"seoSettings": "Paramètres SEO",
|
|
128
138
|
"title": "Titre :",
|
package/locales/it.json
CHANGED
|
@@ -63,7 +63,8 @@
|
|
|
63
63
|
},
|
|
64
64
|
"DocumentSearch": {
|
|
65
65
|
"searchLabel": "La tua ricerca",
|
|
66
|
-
"searchPlaceholder": "Cerca"
|
|
66
|
+
"searchPlaceholder": "Cerca",
|
|
67
|
+
"noResults": "Nessun risultato trovato"
|
|
67
68
|
},
|
|
68
69
|
"NavBar": {
|
|
69
70
|
"parts": "Sotto-parti",
|
|
@@ -120,6 +121,15 @@
|
|
|
120
121
|
"deleteAllTranslations": "Elimina tutte le traduzioni",
|
|
121
122
|
"cannotDeleteLastHomeLanguage": "Il documento home deve avere almeno una lingua. Non puoi eliminare l'ultima traduzione rimasta."
|
|
122
123
|
},
|
|
124
|
+
"MoveDocument": {
|
|
125
|
+
"menuLabel": "Sposta in un altro genitore",
|
|
126
|
+
"title": "Sposta documento",
|
|
127
|
+
"searchPlaceholder": "Cerca un documento…",
|
|
128
|
+
"noResults": "Nessun risultato",
|
|
129
|
+
"emptyState": "Digita per cercare un documento",
|
|
130
|
+
"confirmMove": "Sposta",
|
|
131
|
+
"moveSuccess": "Documento spostato con successo"
|
|
132
|
+
},
|
|
123
133
|
"SwitchToDraft": {
|
|
124
134
|
"switchToDraftConfirmationMessage": "Vorresti cambiare questo documento in bozza? Non sarà più accessibile dal sito web."
|
|
125
135
|
},
|
package/locales/pt.json
CHANGED
|
@@ -63,7 +63,8 @@
|
|
|
63
63
|
},
|
|
64
64
|
"DocumentSearch": {
|
|
65
65
|
"searchLabel": "Sua pesquisa",
|
|
66
|
-
"searchPlaceholder": "Pesquisar"
|
|
66
|
+
"searchPlaceholder": "Pesquisar",
|
|
67
|
+
"noResults": "Nenhum resultado encontrado"
|
|
67
68
|
},
|
|
68
69
|
"NavBar": {
|
|
69
70
|
"parts": "Sub-partes",
|
|
@@ -120,6 +121,15 @@
|
|
|
120
121
|
"deleteAllTranslations": "Excluir todas as traduções",
|
|
121
122
|
"cannotDeleteLastHomeLanguage": "O documento inicial deve ter pelo menos um idioma. Você não pode excluir a última tradução restante."
|
|
122
123
|
},
|
|
124
|
+
"MoveDocument": {
|
|
125
|
+
"menuLabel": "Mover para outro pai",
|
|
126
|
+
"title": "Mover documento",
|
|
127
|
+
"searchPlaceholder": "Pesquisar um documento…",
|
|
128
|
+
"noResults": "Sem resultados",
|
|
129
|
+
"emptyState": "Digite para pesquisar um documento",
|
|
130
|
+
"confirmMove": "Mover",
|
|
131
|
+
"moveSuccess": "Documento movido com sucesso"
|
|
132
|
+
},
|
|
123
133
|
"SwitchToDraft": {
|
|
124
134
|
"switchToDraftConfirmationMessage": "Você gostaria de alterar este documento para rascunho? Ele não será mais acessível a partir do site."
|
|
125
135
|
},
|