[Fix] Translation Fixes (#1789)

* Fixed translations

* .
This commit is contained in:
WBHarry 2026-04-11 22:55:26 +02:00 committed by GitHub
parent 1a57b55723
commit 8a0b1b8e22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 128 additions and 70 deletions

View file

@ -1,10 +1,10 @@
<footer class="form-footer">
<button data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i>
<span>{{localize "Reset"}}</span>
<span>{{localize "ACTIONS.Reset"}}</span>
</button>
<button data-action="save" >
<i class="fa-solid fa-floppy-disk"></i>
<span>{{localize "Save Changes"}}</span>
<span>{{localize "EDITOR.Save"}}</span>
</button>
</footer>

View file

@ -1,4 +1,4 @@
<section class='tab-form-footer spaced'>
<button data-action="close">{{localize "Cancel"}}</button>
<button data-action="close">{{localize "COMMON.Cancel"}}</button>
<button data-action="saveForm"><i class="fa-solid fa-floppy-disk"></i> {{localize "Save"}}</button>
</section>

View file

@ -1,10 +1,10 @@
<footer class="form-footer">
<button type="button" data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i>
<span>{{localize "Reset"}}</span>
<span>{{localize "ACTIONS.Reset"}}</span>
</button>
<button type="button" data-action="save" >
<i class="fa-solid fa-floppy-disk"></i>
<span>{{localize "Save Changes"}}</span>
<span>{{localize "EDITOR.Save"}}</span>
</button>
</footer>

View file

@ -1,10 +1,10 @@
<footer class="form-footer">
<button data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i>
<span>{{localize "Reset"}}</span>
<span>{{localize "ACTIONS.Reset"}}</span>
</button>
<button data-action="save" >
<i class="fa-solid fa-floppy-disk"></i>
<span>{{localize "Save Changes"}}</span>
<span>{{localize "EDITOR.Save"}}</span>
</button>
</footer>

View file

@ -32,11 +32,11 @@
<footer class="form-footer">
<button data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i>
<span>{{localize "Reset"}}</span>
<span>{{localize "ACTIONS.ResetReset"}}</span>
</button>
<button data-action="save" >
<i class="fa-solid fa-floppy-disk"></i>
<span>{{localize "Save Changes"}}</span>
<span>{{localize "EDITOR.Save"}}</span>
</button>
</footer>
</div>