10000 minor #31243 [Security] Cleanup "Digest nonce has expired." translati… · symfony/symfony@5d8f5fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d8f5fc

Browse files
minor #31243 [Security] Cleanup "Digest nonce has expired." translation (ro0NL)
This PR was merged into the 4.2 branch. Discussion ---------- [Security] Cleanup "Digest nonce has expired." translation | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Running `php src/Symfony/Component/Translation/Resources/bin/translation-status.php` i see: ``` | Locale: nn | Translated: 16/15 | Locale: tl | Translated: 16/15 ``` Here's the cleanup. (ref #24336) Commits ------- e95445d [Security] Cleanup "Digest nonce has expired." translation
2 parents 701ff3f + e95445d commit 5d8f5fc

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.nn.xlf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
<source>Invalid CSRF token.</source>
3131
<target>Ugyldig CSRF-teikn.</target>
3232
</trans-unit>
33-
<trans-unit id="8">
34-
<source>Digest nonce has expired.</source>
35-
<target>Digest nonce er ikkje lenger gyldig.</target>
36-
</trans-unit>
3733
<trans-unit id="9">
3834
<source>No authentication provider found to support the authentication token.</source>
3935
<target>Fann ingen innloggingstilbydar som støttar dette innloggingsteiknet.</target>

src/Symfony/Component/Security/Core/Resources/translations/security.tl.xlf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
<trans-unit id="7">
3030
<source>Invalid CSRF token.</source>
3131
<target>Hindi balidong mga token ng CSRF.</target>
32-
</trans-unit>
33-
<trans-unit id="8">
34-
<source>Digest nonce has expired.</source>
35-
<target>Na-expire na ang Digest nonce.</target>
3632
</trans-unit>
3733
<trans-unit id="9">
3834
<source>No authentication provider found to support the authentication token.</source>

0 commit comments

Comments
 (0)
0