mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-02 16:29:32 +00:00
Added an system for showing flash messages to user.
This commit is contained in:
parent
cc1badb853
commit
2d18014b35
6 changed files with 146 additions and 6 deletions
|
|
@ -285,6 +285,26 @@
|
|||
<source>part_list.loading.message</source>
|
||||
<target state="translated">Dies kann einen Moment dauern. Wenn diese Nachricht längere Zeit bestehen bleibt, versuchen sie die Seite erneut zu laden.</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.success" id="flash.success">
|
||||
<source>flash.success</source>
|
||||
<target state="translated">Erfolg</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.error" id="flash.error">
|
||||
<source>flash.error</source>
|
||||
<target state="translated">Fehler</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.warning" id="flash.warning">
|
||||
<source>flash.warning</source>
|
||||
<target state="translated">Warnung</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.notice" id="flash.notice">
|
||||
<source>flash.notice</source>
|
||||
<target state="translated">Hinweis</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.info" id="flash.info">
|
||||
<source>flash.info</source>
|
||||
<target state="translated">Info</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
|
|
@ -301,6 +301,26 @@
|
|||
<source>part_list.loading.message</source>
|
||||
<target state="translated">This can take a moment. If this message do not disappear, try to reload the page.</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.success" id="flash.success">
|
||||
<source>flash.success</source>
|
||||
<target state="translated">Success</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.error" id="flash.error">
|
||||
<source>flash.error</source>
|
||||
<target state="translated">Error</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.warning" id="flash.warning">
|
||||
<source>flash.warning</source>
|
||||
<target state="translated">Warning</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.notice" id="flash.notice">
|
||||
<source>flash.notice</source>
|
||||
<target state="translated">Notice</target>
|
||||
</trans-unit>
|
||||
<trans-unit resname="flash.info" id="flash.info">
|
||||
<source>flash.info</source>
|
||||
<target state="translated">Info</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue