Fix: Add missing translation strings in v2.0.0-beta.rc1

Closes #4595
This commit is contained in:
shamoon 2023-11-15 00:43:00 -08:00
parent e79015d877
commit 07c38d6353
3 changed files with 13 additions and 2 deletions

View File

@ -2144,6 +2144,10 @@
<context context-type="sourcefile">src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html</context>
<context context-type="linenumber">6</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/manage/custom-fields/custom-fields.component.html</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="4462691404891390153" datatype="html">
<source>Consumption templates</source>
@ -5287,6 +5291,13 @@
<context context-type="linenumber">87</context>
</context-group>
</trans-unit>
<trans-unit id="3789574458951567089" datatype="html">
<source>Consumption Templates</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/manage/consumption-templates/consumption-templates.component.html</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="7308826808299076537" datatype="html">
<source>Add Template</source>
<context-group purpose="location">

View File

@ -1,4 +1,4 @@
<pngx-page-header title="Consumption Templates">
<pngx-page-header title="Consumption Templates" i18n-title>
<button type="button" class="btn btn-sm btn-outline-primary ms-4" (click)="editTemplate()" *pngxIfPermissions="{ action: PermissionAction.Add, type: PermissionType.ConsumptionTemplate }">
<svg class="sidebaricon me-1" fill="currentColor">
<use xlink:href="assets/bootstrap-icons.svg#plus-circle" />

View File

@ -1,4 +1,4 @@
<pngx-page-header title="Custom Fields">
<pngx-page-header title="Custom Fields" i18n-title>
<button type="button" class="btn btn-sm btn-outline-primary ms-4" (click)="editField()" *pngxIfPermissions="{ action: PermissionAction.Add, type: PermissionType.CustomField }">
<svg class="sidebaricon me-1" fill="currentColor">
<use xlink:href="assets/bootstrap-icons.svg#plus-circle" />