added updates to resx and xlf for 12-9-2022 (#1780)

This commit is contained in:
Alex Ma
2022-12-09 12:21:50 -08:00
committed by GitHub
parent 6122a5dbcb
commit f76c348b31
20 changed files with 480 additions and 0 deletions

View File

@@ -3970,4 +3970,22 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
<data name="ActualCpu" xml:space="preserve">
<value>Tatsächliche CPU-Kosten</value>
</data>
<data name="PasswordChangeEmptyPassword" xml:space="preserve">
<value>New password cannot be empty</value>
</data>
<data name="PasswordChangeEmptyPasswordRetry" xml:space="preserve">
<value>Press OK to input a new password that is not empty.</value>
</data>
<data name="PasswordChangeDNMReqs" xml:space="preserve">
<value>password does not meet operating system policy requirements</value>
</data>
<data name="PasswordChangeDNMReqsRetry" xml:space="preserve">
<value>Press OK to input a new password that meets operating system policy requirements.</value>
</data>
<data name="PasswordChangePWCannotBeUsed" xml:space="preserve">
<value>password cannot be used at this time</value>
</data>
<data name="PasswordChangePWCannotBeUsedRetry" xml:space="preserve">
<value>Press OK to input a different password.</value>
</data>
</root>