]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Grammar error, updated frontend translation
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 24 Oct 2022 05:11:24 +0000 (22:11 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 24 Oct 2022 05:11:24 +0000 (22:11 -0700)
https://crowdin.com/translate/paperless-ngx/16/en-it?filter=basic&value=0#

src-ui/messages.xlf
src-ui/src/app/app.component.ts

index 3b037ff25608707a00b0ddf879a1112a5fbf8c7a..8260dff93125a02ddd284680e9c351284fddbdaa 100644 (file)
           <context context-type="linenumber">122</context>
         </context-group>
       </trans-unit>
-      <trans-unit id="4790329864704781883" datatype="html">
-        <source>Drag-and-drop documents here to start uploading or place them in the consume folder. You can also drag-and-drop documents anywhere on all other pages of the web app. Once you do, Paperless-ngx will start training it&apos;s machine learning algorithms.</source>
+      <trans-unit id="9075755296812854717" datatype="html">
+        <source>Drag-and-drop documents here to start uploading or place them in the consume folder. You can also drag-and-drop documents anywhere on all other pages of the web app. Once you do, Paperless-ngx will start training its machine learning algorithms.</source>
         <context-group purpose="location">
           <context context-type="sourcefile">src/app/app.component.ts</context>
           <context context-type="linenumber">129</context>
         <source>View &quot;<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>&quot; saved successfully.</source>
         <context-group purpose="location">
           <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context>
-          <context context-type="linenumber">176</context>
+          <context context-type="linenumber">170</context>
         </context-group>
       </trans-unit>
       <trans-unit id="6837554170707123455" datatype="html">
         <source>View &quot;<x id="PH" equiv-text="savedView.name"/>&quot; created successfully.</source>
         <context-group purpose="location">
           <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context>
-          <context context-type="linenumber">206</context>
+          <context context-type="linenumber">210</context>
         </context-group>
       </trans-unit>
       <trans-unit id="6849725902312323996" datatype="html">
index 4ab48f32cde5dda148bbcbe50322d2cc0ef3a37b..1d1280eaa6255b708d5194a6ac527f30d1c7f612 100644 (file)
@@ -126,7 +126,7 @@ export class AppComponent implements OnInit, OnDestroy {
       },
       {
         anchorId: 'tour.upload-widget',
-        content: $localize`Drag-and-drop documents here to start uploading or place them in the consume folder. You can also drag-and-drop documents anywhere on all other pages of the web app. Once you do, Paperless-ngx will start training it's machine learning algorithms.`,
+        content: $localize`Drag-and-drop documents here to start uploading or place them in the consume folder. You can also drag-and-drop documents anywhere on all other pages of the web app. Once you do, Paperless-ngx will start training its machine learning algorithms.`,
         route: '/dashboard',
         enableBackdrop: true,
       },