diff --git a/src-ui/src/app/components/search/search.component.html b/src-ui/src/app/components/search/search.component.html
index ae0ec8e3e..f794a0feb 100644
--- a/src-ui/src/app/components/search/search.component.html
+++ b/src-ui/src/app/components/search/search.component.html
@@ -3,9 +3,7 @@
Invalid search query: {{errorMessage}}
-
- Showing documents similar to {{more_like_doc?.original_file_name}}
-
+
Showing documents similar to {{more_like_doc?.original_file_name}}
Search query: {{query}}
diff --git a/src-ui/src/app/pipes/custom-date.pipe.ts b/src-ui/src/app/pipes/custom-date.pipe.ts
index 6587c157a..34aaaf1b7 100644
--- a/src-ui/src/app/pipes/custom-date.pipe.ts
+++ b/src-ui/src/app/pipes/custom-date.pipe.ts
@@ -4,8 +4,8 @@ import { SettingsService, SETTINGS_KEYS } from '../services/settings.service';
const FORMAT_TO_ISO_FORMAT = {
"longDate": "y-MM-dd",
- "mediumDate": "yy-MM-dd",
- "shortDate": "yy-MM-dd"
+ "mediumDate": "y-MM-dd",
+ "shortDate": "y-MM-dd"
}
@Pipe({
diff --git a/src-ui/src/app/services/settings.service.ts b/src-ui/src/app/services/settings.service.ts
index bc5725bab..dcc0a3148 100644
--- a/src-ui/src/app/services/settings.service.ts
+++ b/src-ui/src/app/services/settings.service.ts
@@ -96,6 +96,8 @@ export class SettingsService {
{code: "it-it", name: $localize`Italian`, englishName: "Italian", dateInputFormat: "dd/mm/yyyy"},
{code: "ro-ro", name: $localize`Romanian`, englishName: "Romanian", dateInputFormat: "dd.mm.yyyy"},
{code: "ru-ru", name: $localize`Russian`, englishName: "Russian", dateInputFormat: "dd.mm.yyyy"},
+ {code: "es-es", name: $localize`Spanish`, englishName: "Spanish", dateInputFormat: "dd/mm/yyyy"},
+
]
}
diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts
index d48b0bebe..82a55b979 100644
--- a/src-ui/src/environments/environment.prod.ts
+++ b/src-ui/src/environments/environment.prod.ts
@@ -3,7 +3,7 @@ export const environment = {
apiBaseUrl: "/api/",
apiVersion: "2",
appTitle: "Paperless-ng",
- version: "1.3.0",
+ version: "1.3.1",
webSocketHost: window.location.host,
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:")
};
diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf
index df4ee3d04..d0f519a70 100644
--- a/src-ui/src/locale/messages.cs_CZ.xlf
+++ b/src-ui/src/locale/messages.cs_CZ.xlf
@@ -1058,19 +1058,19 @@
Invalid search query:
-
- Showing documents similar to
+
+ Showing documents similar to
src/app/components/search/search.component.html
- 7
+ 6
- Showing documents similar to
+ Showing documents similar to
Search query:
src/app/components/search/search.component.html
- 11
+ 9
Search query:
@@ -1078,7 +1078,7 @@
Did you mean " "?
src/app/components/search/search.component.html
- 13
+ 11
Did you mean " "?
@@ -1086,7 +1086,7 @@
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
src/app/components/search/search.component.html
- 18
+ 16
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
@@ -1191,7 +1191,7 @@
Title
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 73
+ 77
Title
@@ -1199,15 +1199,23 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 74
+ 78
Title & content
+
+ ASN
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 79
+
+ ASN
+
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 32
+ 33
Correspondent:
@@ -1215,7 +1223,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 34
+ 35
Without correspondent
@@ -1223,7 +1231,7 @@
Type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 39
+ 40
Type:
@@ -1231,7 +1239,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 41
+ 42
Without document type
@@ -1239,7 +1247,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 45
+ 46
Tag:
@@ -1247,7 +1255,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 49
+ 50
Without any tag
@@ -1255,10 +1263,18 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 53
+ 54
Title:
+
+ ASN:
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 57
+
+ ASN:
+
Filter tags
@@ -1368,7 +1384,7 @@
View
src/app/components/document-list/document-card-large/document-card-large.component.html
- 50
+ 52
View
@@ -1376,7 +1392,7 @@
Created:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 67
+ 71
Created:
@@ -1400,18 +1416,10 @@
Score:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 62
+ 66
Score:
-
- View in browser
-
- src/app/components/document-list/document-card-small/document-card-small.component.html
- 40
-
- View in browser
-
Error executing bulk operation:
@@ -1945,11 +1953,27 @@
Romanian
+
+ Russian
+
+ src/app/services/settings.service.ts
+ 98
+
+ Russian
+
+
+ Spanish
+
+ src/app/services/settings.service.ts
+ 99
+
+ Spanish
+
ISO 8601
src/app/services/settings.service.ts
- 102
+ 105
ISO 8601
@@ -2077,14 +2101,6 @@
Information
-
- ASN
-
- src/app/services/rest/document.service.ts
- 17
-
- ASN
-
Correspondent
diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf
index c401d6cb5..e9f8ddbc5 100644
--- a/src-ui/src/locale/messages.de_DE.xlf
+++ b/src-ui/src/locale/messages.de_DE.xlf
@@ -856,7 +856,7 @@
src/app/components/manage/settings/settings.component.html
126
- Unterdrücke Benachrichtigungen auf der Startseite.
+ Unterdrücke Benachrichtigungen auf der Startseite
This will suppress all messages about document processing status on the dashboard.
@@ -1058,11 +1058,11 @@
Ungültige Suchanfrage:
-
- Showing documents similar to
+
+ Showing documents similar to
src/app/components/search/search.component.html
- 7
+ 6
Zeige ähnliche Dokumente zu
@@ -1070,7 +1070,7 @@
Search query:
src/app/components/search/search.component.html
- 11
+ 9
Suchanfrage:
@@ -1078,7 +1078,7 @@
Did you mean " "?
src/app/components/search/search.component.html
- 13
+ 11
Meinten Sie " "?
@@ -1086,7 +1086,7 @@
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
src/app/components/search/search.component.html
- 18
+ 16
{VAR_PLURAL, plural, =0 {Keine Ergebnisse} =1 {Ein Ergebnis} other { Ergebnisse}}
@@ -1191,7 +1191,7 @@
Title
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 73
+ 77
Titel
@@ -1199,15 +1199,23 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 74
+ 78
Titel & Inhalt
+
+ ASN
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 79
+
+ ASN
+
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 32
+ 33
Korrespondent:
@@ -1215,7 +1223,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 34
+ 35
Ohne Korrespondent
@@ -1223,7 +1231,7 @@
Type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 39
+ 40
Typ:
@@ -1231,7 +1239,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 41
+ 42
Ohne Dokumenttyp
@@ -1239,7 +1247,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 45
+ 46
Tag:
@@ -1247,7 +1255,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 49
+ 50
Ohne Tag
@@ -1255,10 +1263,18 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 53
+ 54
Titel:
+
+ ASN:
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 57
+
+ ASN:
+
Filter tags
@@ -1368,7 +1384,7 @@
View
src/app/components/document-list/document-card-large/document-card-large.component.html
- 50
+ 52
Anzeigen
@@ -1376,7 +1392,7 @@
Created:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 67
+ 71
Erstellt:
@@ -1400,18 +1416,10 @@
Score:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 62
+ 66
Relevanz:
-
- View in browser
-
- src/app/components/document-list/document-card-small/document-card-small.component.html
- 40
-
- Im Browser anzeigen
-
Error executing bulk operation:
@@ -1945,11 +1953,27 @@
Rumänisch
+
+ Russian
+
+ src/app/services/settings.service.ts
+ 98
+
+ Russisch
+
+
+ Spanish
+
+ src/app/services/settings.service.ts
+ 99
+
+ Spanisch
+
ISO 8601
src/app/services/settings.service.ts
- 102
+ 105
ISO 8601
@@ -2077,14 +2101,6 @@
Information
-
- ASN
-
- src/app/services/rest/document.service.ts
- 17
-
- ASN
-
Correspondent
diff --git a/src-ui/src/locale/messages.en_GB.xlf b/src-ui/src/locale/messages.en_GB.xlf
index 13daeb771..76b0c8ab6 100644
--- a/src-ui/src/locale/messages.en_GB.xlf
+++ b/src-ui/src/locale/messages.en_GB.xlf
@@ -1058,19 +1058,19 @@
Invalid search query:
-
- Showing documents similar to
+
+ Showing documents similar to
src/app/components/search/search.component.html
- 7
+ 6
- Showing documents similar to
+ Showing documents similar to
Search query:
src/app/components/search/search.component.html
- 11
+ 9
Search query:
@@ -1078,7 +1078,7 @@
Did you mean " "?
src/app/components/search/search.component.html
- 13
+ 11
Did you mean " "?
@@ -1086,7 +1086,7 @@
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
src/app/components/search/search.component.html
- 18
+ 16
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
@@ -1191,7 +1191,7 @@
Title
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 73
+ 77
Title
@@ -1199,15 +1199,23 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 74
+ 78
Title & content
+
+ ASN
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 79
+
+ ASN
+
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 32
+ 33
Correspondent:
@@ -1215,7 +1223,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 34
+ 35
Without correspondent
@@ -1223,7 +1231,7 @@
Type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 39
+ 40
Type:
@@ -1231,7 +1239,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 41
+ 42
Without document type
@@ -1239,7 +1247,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 45
+ 46
Tag:
@@ -1247,7 +1255,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 49
+ 50
Without any tag
@@ -1255,10 +1263,18 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 53
+ 54
Title:
+
+ ASN:
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 57
+
+ ASN:
+
Filter tags
@@ -1368,7 +1384,7 @@
View
src/app/components/document-list/document-card-large/document-card-large.component.html
- 50
+ 52
View
@@ -1376,7 +1392,7 @@
Created:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 67
+ 71
Created:
@@ -1400,18 +1416,10 @@
Score:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 62
+ 66
Score:
-
- View in browser
-
- src/app/components/document-list/document-card-small/document-card-small.component.html
- 40
-
- View in browser
-
Error executing bulk operation:
@@ -1945,11 +1953,27 @@
Romanian
+
+ Russian
+
+ src/app/services/settings.service.ts
+ 98
+
+ Russian
+
+
+ Spanish
+
+ src/app/services/settings.service.ts
+ 99
+
+ Spanish
+
ISO 8601
src/app/services/settings.service.ts
- 102
+ 105
ISO 8601
@@ -2077,14 +2101,6 @@
Information
-
- ASN
-
- src/app/services/rest/document.service.ts
- 17
-
- ASN
-
Correspondent
diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf
index be2248614..46b3e3d10 100644
--- a/src-ui/src/locale/messages.es_ES.xlf
+++ b/src-ui/src/locale/messages.es_ES.xlf
@@ -8,7 +8,7 @@
src/app/app.component.ts
51
- Documento agregado
+ Documento añadido
Document was added to paperless.
@@ -32,7 +32,7 @@
src/app/app.component.ts
59
- No se pudo agregar :
+ No se pudo añadir :
New document detected
@@ -176,7 +176,7 @@
src/app/components/document-list/document-list.component.html
111
- Correspondent
+ Tipo de documento
Title
@@ -912,7 +912,7 @@
src/app/components/manage/correspondent-list/correspondent-list.component.ts
26
- Do you really want to delete the correspondent " "?
+ ¿Estás seguro de querer borrar el tipo de documento " "?
Correspondents
@@ -920,7 +920,7 @@
src/app/components/manage/correspondent-list/correspondent-list.component.html
1
- Correspondents
+ Tipos de documento
Last correspondence
@@ -928,7 +928,7 @@
src/app/components/manage/correspondent-list/correspondent-list.component.html
22
- Last correspondence
+ Último tipo de documento
Confirmation
@@ -960,7 +960,7 @@
src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts
21
- Create new correspondent
+ Crear nuevo tipo de documento
Edit correspondent
@@ -968,7 +968,7 @@
src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts
25
- Edit correspondent
+ Editar tipo de documento
Matching algorithm
@@ -1024,7 +1024,7 @@
src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html
13
- Inbox tags are automatically assigned to all consumed documents.
+ Las etiquetas de la bandeja son asignadas automáticamente a todos los documentos consumidos.
Create new document type
@@ -1058,11 +1058,11 @@
Cadena de búsqueda no valida:
-
- Showing documents similar to
+
+ Showing documents similar to
src/app/components/search/search.component.html
- 7
+ 6
Mostrando documentos similares a
@@ -1070,7 +1070,7 @@
Search query:
src/app/components/search/search.component.html
- 11
+ 9
Cadena de búsqueda:
@@ -1078,7 +1078,7 @@
Did you mean " "?
src/app/components/search/search.component.html
- 13
+ 11
¿Quizás quisiste decir " "?
@@ -1086,7 +1086,7 @@
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
src/app/components/search/search.component.html
- 18
+ 16
{VAR_PLURAL, plural, =0 {Sin resultados} =1 {Un resultado} other { resultados}}
@@ -1191,7 +1191,7 @@
Title
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 73
+ 77
Título
@@ -1199,31 +1199,39 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 74
+ 78
Titulo y contenido
+
+ ASN
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 79
+
+ NSF
+
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 32
+ 33
- Correspondent:
+ Tipo:
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 34
+ 35
- Without correspondent
+ Sin tipo de documento
Type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 39
+ 40
Tipo:
@@ -1231,7 +1239,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 41
+ 42
Sin tipo de documento
@@ -1239,7 +1247,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 45
+ 46
Etiqueta:
@@ -1247,7 +1255,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 49
+ 50
Sin ninguna etiqueta
@@ -1255,10 +1263,18 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 53
+ 54
Título:
+
+ ASN:
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 57
+
+ ASN:
+
Filter tags
@@ -1273,7 +1289,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.html
28
- Filter correspondents
+ Filtrar tipos de documento
Filter document types
@@ -1368,7 +1384,7 @@
View
src/app/components/document-list/document-card-large/document-card-large.component.html
- 50
+ 52
Vista
@@ -1376,7 +1392,7 @@
Created:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 67
+ 71
Creado:
@@ -1386,7 +1402,7 @@
src/app/components/document-list/document-card-large/document-card-large.component.html
20
- Filter by correspondent
+ Filtrar por tipo de documento
Filter by tag
@@ -1400,18 +1416,10 @@
Score:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 62
+ 66
Puntuación:
-
- View in browser
-
- src/app/components/document-list/document-card-small/document-card-small.component.html
- 40
-
- Ver en navegador
-
Error executing bulk operation:
@@ -1509,7 +1517,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
159
- Confirm correspondent assignment
+ Confirmar asignación correspondiente
This operation will assign the correspondent " " to selected document(s).
@@ -1517,7 +1525,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
161
- This operation will assign the correspondent " " to selected document(s).
+ Esta operacion asignará el tipo de documento " " a documento(s) seleccionado(s).
This operation will remove the correspondent from selected document(s).
@@ -1525,7 +1533,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
163
- This operation will remove the correspondent from selected document(s).
+ Esta operación eliminará el tipo de documento de documento(s) seleccionado(s).
Confirm document type assignment
@@ -1661,7 +1669,7 @@
src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html
3
- Documents in inbox:
+ Documentos en la bandeja de entrada:
Processing:
@@ -1733,7 +1741,7 @@
src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
13
- Drop documents here or
+ Arrastra aquí los documentos o
Browse files
@@ -1791,7 +1799,7 @@
src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html
6,7
- You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.
+ Puede empezar a subir documentos soltándolos en la caja de subida de archivos a la derecha o colocándolos en la carpeta de consumo configurada y comenzarán a aparecer en la lista de documentos. Después de añadir algunos metadatos a sus documentos, utilice los mecanismos de filtrado de paperless para crear vistas personalizadas (como 'Añadidas recientes', 'Pendiente de etiquetar') y aparecerán en el panel de control en lugar de este mensaje.
Paperless offers some more features that try to make your life easier:
@@ -1945,11 +1953,27 @@
Rumano
+
+ Russian
+
+ src/app/services/settings.service.ts
+ 98
+
+ Ruso
+
+
+ Spanish
+
+ src/app/services/settings.service.ts
+ 99
+
+ Español
+
ISO 8601
src/app/services/settings.service.ts
- 102
+ 105
ISO 8601
@@ -1976,7 +2000,7 @@
17
Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation
- Pre-consume script does not exist.
+ No existe script pre-consumo.
Error while executing pre-consume script.
@@ -1985,7 +2009,7 @@
18
Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation
- Error while executing pre-consume script.
+ Error al ejecutar el script pre-consumo.
Post-consume script does not exist.
@@ -1994,7 +2018,7 @@
19
Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation
- Post-consume script does not exist.
+ No existe script post-consumo.
Error while executing post-consume script.
@@ -2003,7 +2027,7 @@
20
Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation
- Error while executing post-consume script.
+ Error al ejecutar el script post-consumo.
Received new file.
@@ -2077,21 +2101,13 @@
Información
-
- ASN
-
- src/app/services/rest/document.service.ts
- 17
-
- NSF
-
Correspondent
src/app/services/rest/document.service.ts
18
- Correspondent
+ Correspondencia
Document type
@@ -2259,7 +2275,7 @@
src/app/data/matching-model.ts
16
- Fuzzy word
+ Palabra borrosa
Fuzzy: Document contains a word similar to this word
@@ -2267,7 +2283,7 @@
src/app/data/matching-model.ts
16
- Fuzzy: Document contains a word similar to this word
+ Difuso: El documento contiene una palabra similar a esta
Auto: Learn matching automatically
diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf
index c0547d6ed..f0aaab1f9 100644
--- a/src-ui/src/locale/messages.fr_FR.xlf
+++ b/src-ui/src/locale/messages.fr_FR.xlf
@@ -584,7 +584,7 @@
src/app/components/manage/logs/logs.component.html
1
- Rapports
+ Journaux
Saved view " " deleted.
@@ -1058,11 +1058,11 @@
Requête de recherche invalide :
-
- Showing documents similar to
+
+ Showing documents similar to
src/app/components/search/search.component.html
- 7
+ 6
Présentation des documents similaires à
@@ -1070,7 +1070,7 @@
Search query:
src/app/components/search/search.component.html
- 11
+ 9
Requête de recherche :
@@ -1078,7 +1078,7 @@
Did you mean " "?
src/app/components/search/search.component.html
- 13
+ 11
Vouliez-vous dire " " ?
@@ -1086,7 +1086,7 @@
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
src/app/components/search/search.component.html
- 18
+ 16
{VAR_PLURAL, plural, =0 {Aucun résultat} =1 {Un résultat} other { résultats}}
@@ -1191,7 +1191,7 @@
Title
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 73
+ 77
Titre
@@ -1199,15 +1199,23 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 74
+ 78
Titre & contenu
+
+ ASN
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 79
+
+ NSA
+
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 32
+ 33
Correspondant :
@@ -1215,7 +1223,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 34
+ 35
Sans correspondant
@@ -1223,7 +1231,7 @@
Type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 39
+ 40
Type :
@@ -1231,7 +1239,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 41
+ 42
Sans type de document
@@ -1239,7 +1247,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 45
+ 46
Étiquette :
@@ -1247,7 +1255,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 49
+ 50
Sans étiquette
@@ -1255,10 +1263,18 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 53
+ 54
Titre :
+
+ ASN:
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 57
+
+ NSA :
+
Filter tags
@@ -1368,7 +1384,7 @@
View
src/app/components/document-list/document-card-large/document-card-large.component.html
- 50
+ 52
Vue
@@ -1376,7 +1392,7 @@
Created:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 67
+ 71
Créé le :
@@ -1400,18 +1416,10 @@
Score:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 62
+ 66
Score :
-
- View in browser
-
- src/app/components/document-list/document-card-small/document-card-small.component.html
- 40
-
- Afficher dans le navigateur
-
Error executing bulk operation:
@@ -1945,11 +1953,27 @@
Roumain
+
+ Russian
+
+ src/app/services/settings.service.ts
+ 98
+
+ Russe
+
+
+ Spanish
+
+ src/app/services/settings.service.ts
+ 99
+
+ Espagnol
+
ISO 8601
src/app/services/settings.service.ts
- 102
+ 105
ISO 8601
@@ -2077,14 +2101,6 @@
Information
-
- ASN
-
- src/app/services/rest/document.service.ts
- 17
-
- NSA
-
Correspondent
diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf
index 9c474471b..1411bcdba 100644
--- a/src-ui/src/locale/messages.hu_HU.xlf
+++ b/src-ui/src/locale/messages.hu_HU.xlf
@@ -1058,19 +1058,19 @@
Érvénytelen keresési kifejezés:
-
- Showing documents similar to
+
+ Showing documents similar to
src/app/components/search/search.component.html
- 7
+ 6
- -hez hasonló dokumentumok mutatása
+ Showing documents similar to
Search query:
src/app/components/search/search.component.html
- 11
+ 9
Keresés:
@@ -1078,7 +1078,7 @@
Did you mean " "?
src/app/components/search/search.component.html
- 13
+ 11
Úgy értetted, hogy " "?
@@ -1086,7 +1086,7 @@
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
src/app/components/search/search.component.html
- 18
+ 16
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
@@ -1191,7 +1191,7 @@
Title
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 73
+ 77
Cím
@@ -1199,15 +1199,23 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 74
+ 78
Title & content
+
+ ASN
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 79
+
+ ASN
+
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 32
+ 33
Partner:
@@ -1215,7 +1223,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 34
+ 35
Without correspondent
@@ -1223,7 +1231,7 @@
Type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 39
+ 40
Típus:
@@ -1231,7 +1239,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 41
+ 42
Without document type
@@ -1239,7 +1247,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 45
+ 46
Cimke:
@@ -1247,7 +1255,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 49
+ 50
Without any tag
@@ -1255,10 +1263,18 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 53
+ 54
Title:
+
+ ASN:
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 57
+
+ ASN:
+
Filter tags
@@ -1368,7 +1384,7 @@
View
src/app/components/document-list/document-card-large/document-card-large.component.html
- 50
+ 52
Megtekint
@@ -1376,7 +1392,7 @@
Created:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 67
+ 71
Létrehozva:
@@ -1400,18 +1416,10 @@
Score:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 62
+ 66
Pont:
-
- View in browser
-
- src/app/components/document-list/document-card-small/document-card-small.component.html
- 40
-
- Megtekintés böngészőben
-
Error executing bulk operation:
@@ -1945,11 +1953,27 @@
Romanian
+
+ Russian
+
+ src/app/services/settings.service.ts
+ 98
+
+ Russian
+
+
+ Spanish
+
+ src/app/services/settings.service.ts
+ 99
+
+ Spanish
+
ISO 8601
src/app/services/settings.service.ts
- 102
+ 105
ISO 8601
@@ -2077,14 +2101,6 @@
Információ
-
- ASN
-
- src/app/services/rest/document.service.ts
- 17
-
- ASN
-
Correspondent
diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf
index 489bdda42..598d25095 100644
--- a/src-ui/src/locale/messages.it_IT.xlf
+++ b/src-ui/src/locale/messages.it_IT.xlf
@@ -384,7 +384,7 @@
src/app/components/document-detail/document-detail.component.html
95
- Nome del file multimediale
+ Nome file
Original MD5 checksum
@@ -392,7 +392,7 @@
src/app/components/document-detail/document-detail.component.html
99
- Somma MD5 originale
+ Checksum MD5 originale
Original file size
@@ -400,7 +400,7 @@
src/app/components/document-detail/document-detail.component.html
103
- Dimensione del file originale
+ Dimensione file originale
Original mime type
@@ -416,7 +416,7 @@
src/app/components/document-detail/document-detail.component.html
111
- Checksum MD5 dell'archivio
+ Checksum MD5 archivio
Archive file size
@@ -424,7 +424,7 @@
src/app/components/document-detail/document-detail.component.html
115
- Dimensione dell'archivio
+ Dimensione file archivio
Original document metadata
@@ -528,7 +528,7 @@
src/app/components/manage/tag-list/tag-list.component.html
21
- Corrispondenza
+ Assegnazione
Document count
@@ -616,7 +616,7 @@
src/app/components/manage/settings/settings.component.ts
100
- Usa il formato data della lingua di visualizzazione
+ Usa il formato data della lingua
Error while storing settings on server:
@@ -808,7 +808,7 @@
src/app/components/manage/settings/settings.component.html
107
- L'eliminazione dei documenti chiederà sempre la conferma.
+ Verrà sempre chiesta una conferma prima di eliminare documenti.
Apply on close
@@ -928,7 +928,7 @@
src/app/components/manage/correspondent-list/correspondent-list.component.html
22
- Ultrima corrispondenza
+ Ultima assegnazione
Confirmation
@@ -976,7 +976,7 @@
src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html
10
- Algoritmo di corrispondenza
+ Algoritmo di assegnazione
Matching pattern
@@ -984,7 +984,7 @@
src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html
11
- Criterio di corrispondenza
+ Criterio di assegnazione
Case insensitive
@@ -1058,11 +1058,11 @@
Query di ricerca non valida:
-
- Showing documents similar to
+
+ Showing documents similar to
src/app/components/search/search.component.html
- 7
+ 6
Documenti simili a
@@ -1070,7 +1070,7 @@
Search query:
src/app/components/search/search.component.html
- 11
+ 9
Query di ricerca:
@@ -1078,7 +1078,7 @@
Did you mean " "?
src/app/components/search/search.component.html
- 13
+ 11
Forse intendevi " "?
@@ -1086,7 +1086,7 @@
{VAR_PLURAL, plural, =0 {No results} =1 {One result} other { results}}
src/app/components/search/search.component.html
- 18
+ 16
{VAR_PLURAL, plural, =0 {Nessun risultato} =1 {Un risultato} other { risultati}}
@@ -1191,7 +1191,7 @@
Title
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 73
+ 77
Titolo
@@ -1199,15 +1199,23 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 74
+ 78
Titolo & contenuto
+
+ ASN
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 79
+
+ ASN
+
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 32
+ 33
Corrispondente:
@@ -1215,7 +1223,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 34
+ 35
Senza corrispondente
@@ -1223,7 +1231,7 @@
Type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 39
+ 40
Tipo:
@@ -1231,7 +1239,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 41
+ 42
Senza tipo di documento
@@ -1239,7 +1247,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 45
+ 46
Tag:
@@ -1247,7 +1255,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 49
+ 50
Senza alcun tag
@@ -1255,10 +1263,18 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 53
+ 54
Titolo:
+
+ ASN:
+
+ src/app/components/document-list/filter-editor/filter-editor.component.ts
+ 57
+
+ ASN:
+
Filter tags
@@ -1368,7 +1384,7 @@
View
src/app/components/document-list/document-card-large/document-card-large.component.html
- 50
+ 52
Mostra
@@ -1376,7 +1392,7 @@
Created:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 67
+ 71
Creato il:
@@ -1400,18 +1416,10 @@
Score:
src/app/components/document-list/document-card-large/document-card-large.component.html
- 62
+ 66
Punteggio:
-
- View in browser
-
- src/app/components/document-list/document-card-small/document-card-small.component.html
- 40
-
- Apri nel browser
-
Error executing bulk operation:
@@ -1945,11 +1953,27 @@
Rumeno
+
+ Russian
+
+ src/app/services/settings.service.ts
+ 98
+
+ Russo
+
+
+ Spanish
+
+ src/app/services/settings.service.ts
+ 99
+
+ Spagnolo
+
ISO 8601
src/app/services/settings.service.ts
- 102
+ 105
ISO 8601
@@ -2077,14 +2101,6 @@
Informazione
-
- ASN
-
- src/app/services/rest/document.service.ts
- 17
-
- ASN
-
Correspondent
@@ -2275,7 +2291,7 @@
src/app/data/matching-model.ts
17
- Automatico: apprende automaticamente la corrispondenza
+ Automatico: apprende l'assegnazione automaticamente