diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:15 +0000 |
commit | 58e883544f1b6f26cb9792c8130814794c9f5637 (patch) | |
tree | d06bfd720c0da175c6e643c3ccdd9bc77ccb3eb8 /lib/l10n/lb.js | |
parent | 806e390d14123f0bdf9e805bd55553339a0b5d3b (diff) | |
download | nextcloud-server-58e883544f1b6f26cb9792c8130814794c9f5637.tar.gz nextcloud-server-58e883544f1b6f26cb9792c8130814794c9f5637.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/lb.js')
-rw-r--r-- | lib/l10n/lb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/lb.js b/lib/l10n/lb.js index 4758cd2913a..350037c3e1a 100644 --- a/lib/l10n/lb.js +++ b/lib/l10n/lb.js @@ -22,7 +22,6 @@ OC.L10N.register( "Apps" : "Applikatiounen", "Settings" : "Astellungen", "Log out" : "Ofmellen", - "Users" : "Benotzer", "Email" : "Email", "Phone" : "Telefon", "Address" : "Adress", @@ -68,6 +67,7 @@ OC.L10N.register( "Dec." : "Dez.", "Authentication error" : "Authentifikatioun's Fehler", "Storage is temporarily not available" : "Späicherplaatz temporär net erreeschbar", - "Help" : "Hëllef" + "Help" : "Hëllef", + "Users" : "Benotzer" }, "nplurals=2; plural=(n != 1);"); |