mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Merge branch 'dev' of github.com:jonaswinkler/paperless-ng into dev
This commit is contained in:
		| @@ -52,12 +52,7 @@ | ||||
| <div class="container-fluid"> | ||||
|   <div class="row"> | ||||
|     <nav id="sidebarMenu" class="col-md-3 col-lg-2 d-md-block bg-light sidebar collapse" [ngbCollapse]="isMenuCollapsed"> | ||||
|  | ||||
|       <div style="position: absolute; bottom: 0; left: 0;" class="text-muted p-1"> | ||||
|         {{versionString}} | ||||
|       </div> | ||||
|  | ||||
|       <div class="sidebar-sticky pt-3"> | ||||
|       <div class="sidebar-sticky pt-3 d-flex flex-column justify-space-around"> | ||||
|         <ul class="nav flex-column"> | ||||
|           <li class="nav-item"> | ||||
|             <a class="nav-link" routerLink="dashboard" routerLinkActive="active" (click)="closeMenu()"> | ||||
| @@ -75,7 +70,7 @@ | ||||
|           </li> | ||||
|         </ul> | ||||
|  | ||||
|         <h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted" *ngIf='savedViewService.sidebarViews.length > 0'> | ||||
|         <h6 class="sidebar-heading px-3 mt-4 mb-1 text-muted" *ngIf='savedViewService.sidebarViews.length > 0'> | ||||
|           <ng-container i18n>Saved views</ng-container> | ||||
|         </h6> | ||||
|         <ul class="nav flex-column mb-2"> | ||||
| @@ -88,7 +83,7 @@ | ||||
|           </li> | ||||
|         </ul> | ||||
|  | ||||
|         <h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted" *ngIf='openDocuments.length > 0'> | ||||
|         <h6 class="sidebar-heading px-3 mt-4 mb-1 text-muted" *ngIf='openDocuments.length > 0'> | ||||
|           <ng-container i18n>Open documents</ng-container> | ||||
|         </h6> | ||||
|         <ul class="nav flex-column mb-2"> | ||||
| @@ -108,7 +103,7 @@ | ||||
|           </li> | ||||
|         </ul> | ||||
|  | ||||
|         <h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted"> | ||||
|         <h6 class="sidebar-heading px-3 mt-4 mb-1 text-muted"> | ||||
|           <ng-container i18n>Manage</ng-container> | ||||
|         </h6> | ||||
|         <ul class="nav flex-column mb-2"> | ||||
| @@ -156,8 +151,8 @@ | ||||
|           </li> | ||||
|         </ul> | ||||
|  | ||||
|         <h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted"> | ||||
|           <ng-container i18n>Misc</ng-container> | ||||
|         <h6 class="sidebar-heading px-3 mt-auto pt-4 mb-1 text-muted"> | ||||
|           <ng-container i18n>Info</ng-container> | ||||
|         </h6> | ||||
|         <ul class="nav flex-column mb-2"> | ||||
|           <li class="nav-item"> | ||||
| @@ -168,11 +163,24 @@ | ||||
|             </a> | ||||
|           </li> | ||||
|           <li class="nav-item"> | ||||
|             <a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/jonaswinkler/paperless-ng"> | ||||
|               <svg class="sidebaricon" fill="currentColor"> | ||||
|                 <use xlink:href="assets/bootstrap-icons.svg#link"/> | ||||
|               </svg> <ng-container i18n>GitHub</ng-container> | ||||
|             </a> | ||||
|             <div class="d-flex w-100"> | ||||
|               <a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/jonaswinkler/paperless-ng"> | ||||
|                 <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="sidebaricon bi bi-github" viewBox="0 0 16 16"> | ||||
|                   <path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/> | ||||
|                 </svg> <ng-container i18n>GitHub</ng-container> | ||||
|               </a> | ||||
|               <a class="nav-link-additional small text-muted" target="_blank" rel="noopener noreferrer" href="https://github.com/jonaswinkler/paperless-ng/discussions/categories/feature-requests" title="Suggest an idea"> | ||||
|                 <svg xmlns="http://www.w3.org/2000/svg" width=".9rem" height=".9rem" fill="currentColor" class="bi bi-lightbulb pr-1" viewBox="0 0 16 16"> | ||||
|                   <path d="M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm6-5a5 5 0 0 0-3.479 8.592c.263.254.514.564.676.941L5.83 12h4.342l.632-1.467c.162-.377.413-.687.676-.941A5 5 0 0 0 8 1z"/> | ||||
|                 </svg> | ||||
|                 <ng-container i18n>Suggest an idea</ng-container> | ||||
|               </a> | ||||
|             </div> | ||||
|           </li> | ||||
|           <li class="nav-item"> | ||||
|             <div class="px-3 py-2 text-muted small"> | ||||
|               {{versionString}} | ||||
|             </div> | ||||
|           </li> | ||||
|         </ul> | ||||
|       </div> | ||||
|   | ||||
| @@ -24,6 +24,7 @@ | ||||
|   padding-top: 0.5rem; | ||||
|   overflow-x: hidden; | ||||
|   overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ | ||||
|   min-height: min-content; | ||||
| } | ||||
| @supports ((position: -webkit-sticky) or (position: sticky)) { | ||||
|   .sidebar-sticky { | ||||
| @@ -57,6 +58,20 @@ | ||||
|   text-transform: uppercase; | ||||
| } | ||||
|  | ||||
| .nav { | ||||
|   flex-wrap: nowrap; | ||||
| } | ||||
|  | ||||
| .nav-item .nav-link-additional { | ||||
|   margin-top: 0.2rem; | ||||
|   margin-left: 0.25rem; | ||||
|   padding-top: 0.5rem; | ||||
|  | ||||
|   svg { | ||||
|     margin-bottom: 2px; | ||||
|   } | ||||
| } | ||||
|  | ||||
| /* | ||||
|  * Navbar | ||||
|  */ | ||||
|   | ||||
| @@ -20,7 +20,7 @@ | ||||
|     <div *ngFor="let status of getStatus()"> | ||||
|       <ng-container [ngTemplateOutlet]="consumerAlert" [ngTemplateOutletContext]="{ $implicit: status }"></ng-container> | ||||
|     </div> | ||||
|     <div *ngIf="!getStatusHidden().length" class="alerts-hidden"> | ||||
|     <div *ngIf="getStatusHidden().length" class="alerts-hidden"> | ||||
|       <p *ngIf="!alertsExpanded" class="mt-3 mb-0 text-center"> | ||||
|         <span i18n="This is shown as a summary line when there are more than 5 document in the processing pipeline.">{getStatusHidden().length, plural, =1 {One more document} other {{{getStatusHidden().length}} more documents}}</span> | ||||
|          •  | ||||
|   | ||||
| @@ -1,12 +1,60 @@ | ||||
| <?xml version="1.0" ?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||||
|   <file datatype="plaintext" original="ng2.template" source-language="en-US" target-language="nl-NL"> | ||||
|     <body> | ||||
|       <trans-unit datatype="html" id="9103526311244275943"> | ||||
|         <source>Document added</source> | ||||
|         <target>Document toegevoegd</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/app.component.ts</context> | ||||
|           <context context-type="linenumber">51</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="9204248378636247318"> | ||||
|         <source>Document <x equiv-text="status.filename" id="PH"/> was added to paperless.</source> | ||||
|         <target>Document <x equiv-text="status.filename" id="PH"/> werd toegevoegd aan paperless.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/app.component.ts</context> | ||||
|           <context context-type="linenumber">51</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="1931214133925051574"> | ||||
|         <source>Open document</source> | ||||
|         <target>Open document</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/app.component.ts</context> | ||||
|           <context context-type="linenumber">51</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="8582620835547864448"> | ||||
|         <source>Could not add <x equiv-text="status.filename" id="PH"/>: <x equiv-text="status.message" id="PH_1"/></source> | ||||
|         <target>Kon niet toevoegen <x equiv-text="status.filename" id="PH"/>: <x equiv-text="status.message" id="PH_1"/></target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/app.component.ts</context> | ||||
|           <context context-type="linenumber">59</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="1710712016675379662"> | ||||
|         <source>New document detected</source> | ||||
|         <target>Nieuw document gedetecteerd</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/app.component.ts</context> | ||||
|           <context context-type="linenumber">65</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="587031278561344416"> | ||||
|         <source>Document <x equiv-text="status.filename" id="PH"/> is being processed by paperless.</source> | ||||
|         <target>Document <x equiv-text="status.filename" id="PH"/> wordt verwerkt door paperless.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/app.component.ts</context> | ||||
|           <context context-type="linenumber">65</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="4733307402565258070"> | ||||
|         <source>Documents</source> | ||||
|         <target>Documenten</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> | ||||
|           <context context-type="linenumber">43</context> | ||||
|           <context context-type="linenumber">49</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="2155249406916744630"> | ||||
| @@ -14,7 +62,7 @@ | ||||
|         <target>View "<x equiv-text="this.list.savedView.name" id="PH"/>" met succes opgeslagen.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> | ||||
|           <context context-type="linenumber">94</context> | ||||
|           <context context-type="linenumber">109</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="6837554170707123455"> | ||||
| @@ -22,7 +70,7 @@ | ||||
|         <target>View "<x equiv-text="savedView.name" id="PH"/>" met succes gemaakt.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> | ||||
|           <context context-type="linenumber">115</context> | ||||
|           <context context-type="linenumber">130</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="9ca82952a6bc860b5391d5975322d8af8ceddfa4"> | ||||
| @@ -166,7 +214,7 @@ | ||||
|         <target>Bevestig het verwijderen</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> | ||||
|           <context context-type="linenumber">192</context> | ||||
|           <context context-type="linenumber">199</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="5382975254277698192"> | ||||
| @@ -174,7 +222,7 @@ | ||||
|         <target>Wilt u het document echt verwijderen "<x equiv-text="this.document.title" id="PH"/>"?</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> | ||||
|           <context context-type="linenumber">193</context> | ||||
|           <context context-type="linenumber">200</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="6691075929777935948"> | ||||
| @@ -182,7 +230,7 @@ | ||||
|         <target>De bestanden voor dit document worden definitief verwijderd. Deze bewerking kan niet ongedaan worden gemaakt.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> | ||||
|           <context context-type="linenumber">194</context> | ||||
|           <context context-type="linenumber">201</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="719892092227206532"> | ||||
| @@ -190,7 +238,7 @@ | ||||
|         <target>Verwijder document</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> | ||||
|           <context context-type="linenumber">196</context> | ||||
|           <context context-type="linenumber">203</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="1844801255494293730"> | ||||
| @@ -198,7 +246,7 @@ | ||||
|         <target>Fout bij het verwijderen van het document: <x equiv-text="JSON.stringify(error)" id="PH"/></target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> | ||||
|           <context context-type="linenumber">203</context> | ||||
|           <context context-type="linenumber">210</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="826b25211922a1b46436589233cb6f1a163d89b7"> | ||||
| @@ -550,7 +598,7 @@ | ||||
|         <target>Opgeslagen view "<x equiv-text="savedView.name" id="PH"/>" verwijderd.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> | ||||
|           <context context-type="linenumber">63</context> | ||||
|           <context context-type="linenumber">67</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="5647210819299459618"> | ||||
| @@ -558,7 +606,7 @@ | ||||
|         <target>Instellingen succesvol opgeslagen.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> | ||||
|           <context context-type="linenumber">79</context> | ||||
|           <context context-type="linenumber">87</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="6839066544204061364"> | ||||
| @@ -566,7 +614,7 @@ | ||||
|         <target>Gebruik de systeemtaal</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> | ||||
|           <context context-type="linenumber">83</context> | ||||
|           <context context-type="linenumber">91</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="7729897675462249787"> | ||||
| @@ -574,7 +622,7 @@ | ||||
|         <target>Datumopmaak van weergavetaal gebruiken</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> | ||||
|           <context context-type="linenumber">87</context> | ||||
|           <context context-type="linenumber">95</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="8488620293789898901"> | ||||
| @@ -582,7 +630,7 @@ | ||||
|         <target>Fout bij het opslaan van de instellingen: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> | ||||
|           <context context-type="linenumber">103</context> | ||||
|           <context context-type="linenumber">111</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="121cc5391cd2a5115bc2b3160379ee5b36cd7716"> | ||||
| @@ -606,7 +654,7 @@ | ||||
|         <target>Opgeslagen views</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">114</context> | ||||
|           <context context-type="linenumber">128</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="bbe41ac2ea4a6c00ea941a41b33105048f8e9f13"> | ||||
| @@ -729,12 +777,68 @@ | ||||
|           <context context-type="linenumber">98</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab"> | ||||
|         <source>Notifications</source> | ||||
|         <target>Meldingen</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">102</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="69c5a98f8aa92e4db060f10dcd37781c8f40a48f"> | ||||
|         <source>Consumer status</source> | ||||
|         <target>Status van de verwerker</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">106</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="2ad4d76b36341c589d94004ad2a213fd4d6f5ca0"> | ||||
|         <source>Show notifications when new documents are detected</source> | ||||
|         <target>Toon meldingen wanneer nieuwe documenten worden gedetecteerd</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">109</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="f2361d3f65b6c77ef0a15fad8af8e858b043ace3"> | ||||
|         <source>Show notifications when document consumption completes successfully</source> | ||||
|         <target>Toon meldingen wanneer documenten met succes zijn verwerkt.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">110</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="2bcbcbe99e207803e21183580b98d90410dd8718"> | ||||
|         <source>Show notifications when document consumption fails</source> | ||||
|         <target>Toon meldingen wanneer het verwerken van documenten faalt.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">111</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="af113f7c9f7e13145c3461f61a1aedf12d57bd71"> | ||||
|         <source>Suppress notifications on dashboard</source> | ||||
|         <target>Onderdruk meldingen op het dashboard</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">112</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="59fe5c9233a2aaab3079a2300e4dfa439ddb1890"> | ||||
|         <source>This will suppress all consumer related status messages on the dashboard.</source> | ||||
|         <target>Dit verbergt alle statusberichten op het dashboard die met de verwerker te maken hebben.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">112</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="3863a86cd9e69a61d143d3daf51df44203df4a82"> | ||||
|         <source>Bulk editing</source> | ||||
|         <target>Massabewerking</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">102</context> | ||||
|           <context context-type="linenumber">116</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="c0ac61661c6c326d6e0e00c231b95cf2ac0c6586"> | ||||
| @@ -742,7 +846,7 @@ | ||||
|         <target>Toon dialoogvenster ter bevestiging</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">106</context> | ||||
|           <context context-type="linenumber">120</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="291bbe56ecbe945dcf05580a57d679fa7bd1e06a"> | ||||
| @@ -750,7 +854,7 @@ | ||||
|         <target>Er zal altijd om bevestiging gevraagd worden voor het verwijderen van documenten.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">106</context> | ||||
|           <context context-type="linenumber">120</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="8cfddc13e04f5545ac63f419ef363505d6f78c2e"> | ||||
| @@ -758,7 +862,7 @@ | ||||
|         <target>Toepassen bij het sluiten</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">107</context> | ||||
|           <context context-type="linenumber">121</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="8cb90334f5dfd7fc67205085f59381e2a334ccfc"> | ||||
| @@ -766,7 +870,7 @@ | ||||
|         <target>Komt voor bij</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">126</context> | ||||
|           <context context-type="linenumber">140</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="6717cf1acf04728fc2b7c39f6d3297f8ff15fde5"> | ||||
| @@ -774,7 +878,7 @@ | ||||
|         <target>Toon op het dashboard</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">129</context> | ||||
|           <context context-type="linenumber">143</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="541bfc5b123b3f8867fd681eaceefb663a811973"> | ||||
| @@ -782,7 +886,7 @@ | ||||
|         <target>Toon in de zijbalk</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">133</context> | ||||
|           <context context-type="linenumber">147</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="abba764a7a595d04dc8c3b26e04b3780d4fdb540"> | ||||
| @@ -790,7 +894,7 @@ | ||||
|         <target>Geen opgeslagen views gedefinieerd.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> | ||||
|           <context context-type="linenumber">143</context> | ||||
|           <context context-type="linenumber">157</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="ef60a738a565f498b858e903e42bc5ffc3cc1299"> | ||||
| @@ -915,7 +1019,7 @@ | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="5e2f1a4ea12a1b8606ee3f0548d0ba64bf266077"> | ||||
|         <source>Inbox tags are automatically assigned to all consumed documents.</source> | ||||
|         <target>"Postvak in"-etiketten worden automatisch toegewezen aan alle verwerkte documenten.</target> | ||||
|         <target>"Postvak in"-etiketten worden automatisch toegewezen aan alle verwerkte documenten."</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> | ||||
|           <context context-type="linenumber">21</context> | ||||
| @@ -1283,6 +1387,14 @@ | ||||
|           <context context-type="linenumber">73</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="7894972847287473517"> | ||||
|         <source>"<x equiv-text="items[0].name" id="PH"/>"</source> | ||||
|         <target>"<x equiv-text="items[0].name" id="PH"/>"</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> | ||||
|           <context context-type="linenumber">112</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="8639884465898458690"> | ||||
|         <source>"<x equiv-text="items[0].name" id="PH"/>" and "<x equiv-text="items[1].name" id="PH_1"/>"</source> | ||||
|         <target>"<x equiv-text="items[0].name" id="PH"/>" en "<x equiv-text="items[1].name" id="PH_1"/>"</target> | ||||
| @@ -1292,14 +1404,6 @@ | ||||
|         </context-group> | ||||
|         <note from="description" priority="1">This is for messages like 'modify "tag1" and "tag2"'</note> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="7894972847287473517"> | ||||
|         <source>"<x equiv-text="i.name" id="PH"/>"</source> | ||||
|         <target>"<x equiv-text="i.name" id="PH"/>"</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> | ||||
|           <context context-type="linenumber">116</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="760986369763309193"> | ||||
|         <source>, </source> | ||||
|         <target>, </target> | ||||
| @@ -1470,6 +1574,14 @@ | ||||
|           <context context-type="linenumber">27</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e"> | ||||
|         <source>Suggestions:</source> | ||||
|         <target>Suggesties:</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context> | ||||
|           <context context-type="linenumber">26</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="27d158b47717ff9305d19866960418c603f19d55"> | ||||
|         <source>Save current view</source> | ||||
|         <target>Huidige view opslaan</target> | ||||
| @@ -1510,28 +1622,52 @@ | ||||
|           <context context-type="linenumber">4</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="8705589528094706681"> | ||||
|         <source>The document has been uploaded and will be processed by the consumer shortly.</source> | ||||
|         <target>Het document werd opgeladen en zal binnenkort worden verwerkt.</target> | ||||
|       <trans-unit datatype="html" id="6443586946875325554"> | ||||
|         <source>Processing: <x equiv-text="countUploadingAndProcessing" id="PH"/></source> | ||||
|         <target>Bezig met verwerken: <x equiv-text="countUploadingAndProcessing" id="PH"/></target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> | ||||
|           <context context-type="linenumber">63</context> | ||||
|           <context context-type="linenumber">32</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="4956689020592747108"> | ||||
|         <source>There was an error while uploading the document: <x equiv-text="error.error.document" id="PH"/></source> | ||||
|         <target>Fout bij het opladen van het document: <x equiv-text="error.error.document" id="PH"/></target> | ||||
|       <trans-unit datatype="html" id="9182918211699394982"> | ||||
|         <source>Failed: <x equiv-text="countFailed" id="PH"/></source> | ||||
|         <target>Gefaald: <x equiv-text="countFailed" id="PH"/></target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> | ||||
|           <context context-type="linenumber">71</context> | ||||
|           <context context-type="linenumber">35</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="7554858521017940575"> | ||||
|         <source>An error has occurred while uploading the document. Sorry!</source> | ||||
|         <target>Er ging iets mis bij het opladen van het document. Onze excuses!</target> | ||||
|       <trans-unit datatype="html" id="534116346205124059"> | ||||
|         <source>Added: <x equiv-text="countSuccess" id="PH"/></source> | ||||
|         <target>Toegevoegd: <x equiv-text="countSuccess" id="PH"/></target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> | ||||
|           <context context-type="linenumber">75</context> | ||||
|           <context context-type="linenumber">38</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="3852289441366561594"> | ||||
|         <source>Connecting...</source> | ||||
|         <target>Bezig met verbinden...</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> | ||||
|           <context context-type="linenumber">118</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="1245343823699368872"> | ||||
|         <source>Uploading...</source> | ||||
|         <target>Bezig met opladen...</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> | ||||
|           <context context-type="linenumber">123</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="3994065460580948013"> | ||||
|         <source>Waiting for consumer...</source> | ||||
|         <target>Wachten op het verwerken...</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> | ||||
|           <context context-type="linenumber">126</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="e022072b3e4dd77e3f09960817ef3359a49963b3"> | ||||
| @@ -1547,7 +1683,7 @@ | ||||
|         <target>Sleep documenten hierheen, of</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> | ||||
|           <context context-type="linenumber">5</context> | ||||
|           <context context-type="linenumber">13</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="865c511f4a24558ed0e954f9bbbff557bbb8954d"> | ||||
| @@ -1555,15 +1691,31 @@ | ||||
|         <target>Kies bestanden</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> | ||||
|           <context context-type="linenumber">5</context> | ||||
|           <context context-type="linenumber">13</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="33c76d75ce25ce3b05ab22877f1b6b09dcf603ae"> | ||||
|         <source>{VAR_PLURAL, plural, =1 {Uploading file...} =other {Uploading <x id="INTERPOLATION"/> files...}}</source> | ||||
|         <target>{VAR_PLURAL, plural, =1 {Bezig met opladen van het bestand...} =other {Bezig met opladen van <x id="INTERPOLATION"/> bestanden...}}</target> | ||||
|       <trans-unit datatype="html" id="bd4a8607e4a002d939cffb347ec056664dfb2c73"> | ||||
|         <source>Dismiss completed</source> | ||||
|         <target>Verberg verwerkte documenten</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> | ||||
|           <context context-type="linenumber">13</context> | ||||
|           <context context-type="linenumber">4</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="1fc4e0a1e93fdda0ed3c9e590971d283afb68265"> | ||||
|         <source><x equiv-text="{{getStatusHidden().length}}" id="INTERPOLATION"/> more hidden</source> | ||||
|         <target><x equiv-text="{{getStatusHidden().length}}" id="INTERPOLATION"/> niet getoond</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> | ||||
|           <context context-type="linenumber">24</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="710254a196a2649674438edf8a15b7ab1f48271b"> | ||||
|         <source>Open document</source> | ||||
|         <target>Open document</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> | ||||
|           <context context-type="linenumber">41</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="45854ddec74086b271e62be6a363f4fa5036f7fc"> | ||||
| @@ -1675,7 +1827,7 @@ | ||||
|         <target>Engels (US)</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">74</context> | ||||
|           <context context-type="linenumber">82</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="1858110241312746425"> | ||||
| @@ -1683,7 +1835,7 @@ | ||||
|         <target>Duits</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">75</context> | ||||
|           <context context-type="linenumber">83</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="3071065188816255493"> | ||||
| @@ -1691,7 +1843,7 @@ | ||||
|         <target>Nederlands</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">76</context> | ||||
|           <context context-type="linenumber">84</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="7633754075223722162"> | ||||
| @@ -1699,7 +1851,111 @@ | ||||
|         <target>Frans</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">77</context> | ||||
|           <context context-type="linenumber">85</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="2119857572761283468"> | ||||
|         <source>Document already exists.</source> | ||||
|         <target>Document bestaat al.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">14</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="148389968432135849"> | ||||
|         <source>File not found.</source> | ||||
|         <target>Bestand niet gevonden.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">15</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="1520671543092565667"> | ||||
|         <source>Pre-consume script does not exist.</source> | ||||
|         <target>Pre-verwerkingsscript bestaat niet.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">16</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="7742915911032564889"> | ||||
|         <source>Error while executing pre-consume script.</source> | ||||
|         <target>Fout tijdens het uitvoeren van het pre-verwerkingsscript</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">17</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="8995193730018060346"> | ||||
|         <source>Post-consume script does not exist.</source> | ||||
|         <target>Post-verwerkingsscript bestaat niet.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">18</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="256773668518189604"> | ||||
|         <source>Error while executing post-consume script.</source> | ||||
|         <target>Fout tijdens het uitvoeren van het post-verwerkingsscript</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">19</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="6252258095055634191"> | ||||
|         <source>Received new file.</source> | ||||
|         <target>Nieuw bestand ontvangen.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">20</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="7337565919209746135"> | ||||
|         <source>File type not supported.</source> | ||||
|         <target>Bestandstype niet ondersteund.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">21</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="5002399167376099234"> | ||||
|         <source>Processing document...</source> | ||||
|         <target>Document wordt verwerkt...</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">22</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="1085975194762600381"> | ||||
|         <source>Generating thumbnail...</source> | ||||
|         <target>Voorbeeldweergave wordt gemaakt...</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">23</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="3280851677698431426"> | ||||
|         <source>Retrieving date from document...</source> | ||||
|         <target>Datum wordt gezocht in document...</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">24</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="7162102384876037296"> | ||||
|         <source>Saving document...</source> | ||||
|         <target>Document wordt opgeslagen...</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">25</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="4550450765009165976"> | ||||
|         <source>Finished.</source> | ||||
|         <target>Klaar.</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> | ||||
|           <context context-type="linenumber">26</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="1519954996184640001"> | ||||
| @@ -1707,7 +1963,7 @@ | ||||
|         <target>Fout</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/toast.service.ts</context> | ||||
|           <context context-type="linenumber">31</context> | ||||
|           <context context-type="linenumber">35</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="5037437391296624618"> | ||||
| @@ -1715,7 +1971,7 @@ | ||||
|         <target>Informatie</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/toast.service.ts</context> | ||||
|           <context context-type="linenumber">35</context> | ||||
|           <context context-type="linenumber">39</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="7517688192215738656"> | ||||
| @@ -1723,7 +1979,7 @@ | ||||
|         <target>ASN</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> | ||||
|           <context context-type="linenumber">16</context> | ||||
|           <context context-type="linenumber">17</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="2691296884221415710"> | ||||
| @@ -1731,7 +1987,7 @@ | ||||
|         <target>Correspondent</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> | ||||
|           <context context-type="linenumber">17</context> | ||||
|           <context context-type="linenumber">18</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="5701618810648052610"> | ||||
| @@ -1739,7 +1995,7 @@ | ||||
|         <target>Titel</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> | ||||
|           <context context-type="linenumber">18</context> | ||||
|           <context context-type="linenumber">19</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="5066119607229701477"> | ||||
| @@ -1747,7 +2003,7 @@ | ||||
|         <target>Documenttype</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> | ||||
|           <context context-type="linenumber">19</context> | ||||
|           <context context-type="linenumber">20</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="4207916966377787111"> | ||||
| @@ -1755,7 +2011,7 @@ | ||||
|         <target>Aangemaakt</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> | ||||
|           <context context-type="linenumber">20</context> | ||||
|           <context context-type="linenumber">21</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="231679111972850796"> | ||||
| @@ -1763,7 +2019,7 @@ | ||||
|         <target>Toegevoegd</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> | ||||
|           <context context-type="linenumber">21</context> | ||||
|           <context context-type="linenumber">22</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="3553216189604488439"> | ||||
| @@ -1771,7 +2027,7 @@ | ||||
|         <target>Gewijzigd</target> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> | ||||
|           <context context-type="linenumber">22</context> | ||||
|           <context context-type="linenumber">23</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit datatype="html" id="2056433880533904076"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler