]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
added some missing strings
authorjonaswinkler <17569239+jonaswinkler@users.noreply.github.com>
Sat, 15 May 2021 16:53:55 +0000 (18:53 +0200)
committerjonaswinkler <17569239+jonaswinkler@users.noreply.github.com>
Sat, 15 May 2021 16:53:55 +0000 (18:53 +0200)
src-ui/messages.xlf
src-ui/src/app/components/common/input/select/select.component.html
src-ui/src/app/components/common/input/tags/tags.component.html

index 037ef0b17f5a098af319dbf3abc212b685348906..4c1dc96cf52f6d7cd873de9db26892df122d9a20 100644 (file)
           <context context-type="linenumber">68</context>
         </context-group>
       </trans-unit>
+      <trans-unit id="0f72a164f5a5d10d1fbdeeb84ac80a63c04b7e1b" datatype="html">
+        <source>Add item</source>
+        <context-group purpose="location">
+          <context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context>
+          <context context-type="linenumber">11</context>
+        </context-group>
+      </trans-unit>
       <trans-unit id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e" datatype="html">
         <source>Suggestions:</source>
         <context-group purpose="location">
           <context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context>
-          <context context-type="linenumber">29</context>
+          <context context-type="linenumber">31</context>
         </context-group>
       </trans-unit>
       <trans-unit id="27d158b47717ff9305d19866960418c603f19d55" datatype="html">
           <context context-type="linenumber">3</context>
         </context-group>
       </trans-unit>
+      <trans-unit id="21fd41eb147f55ca26362f9c398e47733639837a" datatype="html">
+        <source>Add tag</source>
+        <context-group purpose="location">
+          <context context-type="sourcefile">src/app/components/common/input/tags/tags.component.html</context>
+          <context context-type="linenumber">11</context>
+        </context-group>
+      </trans-unit>
       <trans-unit id="4eb84de23219c85432e38fb4fbdeb6c0f103ff8b" datatype="html">
         <source>Show all</source>
         <context-group purpose="location">
index 0ae3009ea57a9c51241298059f092071b58aaed7..c9369b2121dbe0611cfc21209f97cb3594e7080c 100644 (file)
@@ -8,6 +8,8 @@
         [clearable]="allowNull"
         [items]="items"
         [addTag]="allowCreateNew && addItemRef"
+        addTagText="Add item"
+        i18n-addTagText
         bindLabel="name"
         bindValue="id"
         (change)="onChange(value)"
index 72c2cf1a5535290cdeb9a43b152e43909c7f53a6..a9dd239349070a35df145e8950320d86fe27ad2e 100644 (file)
@@ -9,6 +9,7 @@
       [hideSelected]="true"
       [addTag]="createTagRef"
       addTagText="Add tag"
+      i18n-addTagText
       (change)="onChange(value)"
       (search)="onSearch($event)"
       (focus)="clearLastSearchTerm()"