mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed Typos and mistranslations in GDPR mode (DSGVO Modus) (#757)
Fixed Typo enviroment Co-authored-by: Marc Kreidler <kreidler@nedo.com>
This commit is contained in:
parent
5b0ca8e346
commit
76ebd22eab
10 changed files with 13 additions and 13 deletions
|
@ -61,10 +61,10 @@ class ToolsController extends AbstractController
|
||||||
'default_theme' => $this->getParameter('partdb.global_theme'),
|
'default_theme' => $this->getParameter('partdb.global_theme'),
|
||||||
'enabled_locales' => $this->getParameter('partdb.locale_menu'),
|
'enabled_locales' => $this->getParameter('partdb.locale_menu'),
|
||||||
'demo_mode' => $this->getParameter('partdb.demo_mode'),
|
'demo_mode' => $this->getParameter('partdb.demo_mode'),
|
||||||
'gpdr_compliance' => $this->getParameter('partdb.gdpr_compliance'),
|
'gdpr_compliance' => $this->getParameter('partdb.gdpr_compliance'),
|
||||||
'use_gravatar' => $this->getParameter('partdb.users.use_gravatar'),
|
'use_gravatar' => $this->getParameter('partdb.users.use_gravatar'),
|
||||||
'email_password_reset' => $this->getParameter('partdb.users.email_pw_reset'),
|
'email_password_reset' => $this->getParameter('partdb.users.email_pw_reset'),
|
||||||
'enviroment' => $this->getParameter('kernel.environment'),
|
'environment' => $this->getParameter('kernel.environment'),
|
||||||
'is_debug' => $this->getParameter('kernel.debug'),
|
'is_debug' => $this->getParameter('kernel.debug'),
|
||||||
'email_sender' => $this->getParameter('partdb.mail.sender_email'),
|
'email_sender' => $this->getParameter('partdb.mail.sender_email'),
|
||||||
'email_sender_name' => $this->getParameter('partdb.mail.sender_name'),
|
'email_sender_name' => $this->getParameter('partdb.mail.sender_name'),
|
||||||
|
|
|
@ -127,7 +127,7 @@ class SecurityEventLogEntry extends AbstractLogEntry
|
||||||
* Sets the IP address used to log in the user.
|
* Sets the IP address used to log in the user.
|
||||||
*
|
*
|
||||||
* @param string $ip the IP address used to log in the user
|
* @param string $ip the IP address used to log in the user
|
||||||
* @param bool $anonymize Anonymize the IP address (remove last block) to be GPDR compliant
|
* @param bool $anonymize Anonymize the IP address (remove last block) to be GDPR compliant
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -52,7 +52,7 @@ class UserLoginLogEntry extends AbstractLogEntry
|
||||||
* Sets the IP address used to log in the user.
|
* Sets the IP address used to log in the user.
|
||||||
*
|
*
|
||||||
* @param string $ip the IP address used to log in the user
|
* @param string $ip the IP address used to log in the user
|
||||||
* @param bool $anonymize Anonymize the IP address (remove last block) to be GPDR compliant
|
* @param bool $anonymize Anonymize the IP address (remove last block) to be GDPR compliant
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -49,7 +49,7 @@ class UserLogoutLogEntry extends AbstractLogEntry
|
||||||
* Sets the IP address used to log in the user.
|
* Sets the IP address used to log in the user.
|
||||||
*
|
*
|
||||||
* @param string $ip the IP address used to log in the user
|
* @param string $ip the IP address used to log in the user
|
||||||
* @param bool $anonymize Anonymize the IP address (remove last block) to be GPDR compliant
|
* @param bool $anonymize Anonymize the IP address (remove last block) to be GDPR compliant
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Symfony environment</td>
|
<td>Symfony environment</td>
|
||||||
<td>{{ enviroment }} (Debug: {{ helper.boolean_badge(is_debug) }})</td>
|
<td>{{ environment }} (Debug: {{ helper.boolean_badge(is_debug) }})</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Part-DB Instance name</td>
|
<td>Part-DB Instance name</td>
|
||||||
|
@ -42,8 +42,8 @@
|
||||||
<td>{{ helper.boolean_badge(demo_mode) }}</td>
|
<td>{{ helper.boolean_badge(demo_mode) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>GPDR Compliance Mode</td>
|
<td>GDPR Compliance Mode</td>
|
||||||
<td>{{ helper.boolean_badge(gpdr_compliance) }}</td>
|
<td>{{ helper.boolean_badge(gdpr_compliance) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="table-info">
|
<tr class="table-info">
|
||||||
<td colspan="2"><b>Users</b></td>
|
<td colspan="2"><b>Users</b></td>
|
||||||
|
|
|
@ -11196,7 +11196,7 @@ Element 3</target>
|
||||||
<unit id="9jOklgS" name="log.user_login.ip_anonymize_hint">
|
<unit id="9jOklgS" name="log.user_login.ip_anonymize_hint">
|
||||||
<segment state="translated">
|
<segment state="translated">
|
||||||
<source>log.user_login.ip_anonymize_hint</source>
|
<source>log.user_login.ip_anonymize_hint</source>
|
||||||
<target>Pokud poslední číslice IP adresy chybí, je povolen režim GPDR, ve kterém jsou IP adresy anynomizovány.</target>
|
<target>Pokud poslední číslice IP adresy chybí, je povolen režim GDPR, ve kterém jsou IP adresy anynomizovány.</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
<unit id="kaMyDVi" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
<unit id="kaMyDVi" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
||||||
|
|
|
@ -11201,7 +11201,7 @@ Oversættelsen
|
||||||
<unit id="9jOklgS" name="log.user_login.ip_anonymize_hint">
|
<unit id="9jOklgS" name="log.user_login.ip_anonymize_hint">
|
||||||
<segment state="translated">
|
<segment state="translated">
|
||||||
<source>log.user_login.ip_anonymize_hint</source>
|
<source>log.user_login.ip_anonymize_hint</source>
|
||||||
<target>Hvis de sidste cifre i IP-adressen mangler, aktiveres DSGV-tilstanden, hvor IP-adresserne anonymiseres.</target>
|
<target>Hvis de sidste cifre i IP-adressen mangler, aktiveres databeskyttelsesforordningen mode, hvor IP-adresserne anonymiseres.</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
<unit id="kaMyDVi" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
<unit id="kaMyDVi" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
||||||
|
|
|
@ -11192,7 +11192,7 @@ Element 3</target>
|
||||||
<unit id="sg8NMZk" name="log.user_login.ip_anonymize_hint">
|
<unit id="sg8NMZk" name="log.user_login.ip_anonymize_hint">
|
||||||
<segment state="translated">
|
<segment state="translated">
|
||||||
<source>log.user_login.ip_anonymize_hint</source>
|
<source>log.user_login.ip_anonymize_hint</source>
|
||||||
<target>Wenn die letzten Stellen der IP-Adresse fehlen, dann ist der DSGV Modus aktiviert, bei dem IP-Adressen anonymisiert werden.</target>
|
<target>Wenn die letzten Stellen der IP-Adresse fehlen, dann ist der DSGVO Modus aktiviert, bei dem IP-Adressen anonymisiert werden.</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
<unit id="K_LOvwj" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
<unit id="K_LOvwj" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
||||||
|
|
|
@ -11196,7 +11196,7 @@ Element 3</target>
|
||||||
<unit id="sg8NMZk" name="log.user_login.ip_anonymize_hint">
|
<unit id="sg8NMZk" name="log.user_login.ip_anonymize_hint">
|
||||||
<segment state="translated">
|
<segment state="translated">
|
||||||
<source>log.user_login.ip_anonymize_hint</source>
|
<source>log.user_login.ip_anonymize_hint</source>
|
||||||
<target>If the last digits of the IP address are missing, then the GPDR mode is enabled, in which IP addresses are anynomized.</target>
|
<target>If the last digits of the IP address are missing, then the GDPR mode is enabled, in which IP addresses are anynomized.</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
<unit id="K_LOvwj" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
<unit id="K_LOvwj" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
||||||
|
|
|
@ -11192,7 +11192,7 @@ Element 3</target>
|
||||||
<unit id="sg8NMZk" name="log.user_login.ip_anonymize_hint">
|
<unit id="sg8NMZk" name="log.user_login.ip_anonymize_hint">
|
||||||
<segment state="translated">
|
<segment state="translated">
|
||||||
<source>log.user_login.ip_anonymize_hint</source>
|
<source>log.user_login.ip_anonymize_hint</source>
|
||||||
<target>Jeśli brakuje ostatnich cyfr adresu IP, włączony jest tryb GPDR, w którym adresy IP są anonimowe.</target>
|
<target>Jeśli brakuje ostatnich cyfr adresu IP, włączony jest tryb GDPR, w którym adresy IP są anonimowe.</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
<unit id="K_LOvwj" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
<unit id="K_LOvwj" name="log.user_not_allowed.unauthorized_access_attempt_to">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue