mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-25 12:29:31 +00:00
Moved default language, default timezone and base currency settings to new settings system
This commit is contained in:
parent
463812fb3d
commit
2ab2b7f77d
27 changed files with 211 additions and 83 deletions
|
|
@ -12551,5 +12551,42 @@ Please note, that you can not impersonate a disabled user. If you try you will g
|
|||
<target>Part-DB regularly checks if a new version is available on GitHub. Disable this here, if you do not want this or if your server can not connect to the internet.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="_wYDoEy" name="settings.system.localization.locale">
|
||||
<segment>
|
||||
<source>settings.system.localization.locale</source>
|
||||
<target>Default language / locale</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="K8mVEEQ" name="settings.system.localization">
|
||||
<segment>
|
||||
<source>settings.system.localization</source>
|
||||
<target>Localization</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="fLOdzsf" name="settings.system.localization.timezone">
|
||||
<segment>
|
||||
<source>settings.system.localization.timezone</source>
|
||||
<target>Default timezone</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="gdx8h1U" name="settings.system.localization.base_currency">
|
||||
<segment>
|
||||
<source>settings.system.localization.base_currency</source>
|
||||
<target>Base currency</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="DhNnWlg" name="settings.system.localization.base_currency_description">
|
||||
<segment>
|
||||
<source>settings.system.localization.base_currency_description</source>
|
||||
<target><![CDATA[The currency that is used to store price information and exchange rates in. This currency is assumed, when no currency is set for a price information.
|
||||
<b>Please note that the currencies are not converted, when changing this value. So changing the default currency after you already added price information, will result in wrong prices!</b>]]></target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="7BwmKFC" name="settings.system.privacy">
|
||||
<segment>
|
||||
<source>settings.system.privacy</source>
|
||||
<target>Privacy</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@
|
|||
</segment>
|
||||
</unit>
|
||||
<unit id="iXcU7ce" name="validator.invalid_range">
|
||||
<segment state="translated">
|
||||
<segment>
|
||||
<source>validator.invalid_range</source>
|
||||
<target>The given range is not valid!</target>
|
||||
</segment>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue