mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02: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
|
@ -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