diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-10 02:24:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-10 02:24:52 +0000 |
commit | 1cfea13e943411cd98988911e9e13dd7d78682fc (patch) | |
tree | 11acc6ed7d2fa78e2717c48575c6aef911f890d8 /lib | |
parent | 79f1c30a31f9453b119f9e9880a6308a86c78b39 (diff) | |
download | nextcloud-server-1cfea13e943411cd98988911e9e13dd7d78682fc.tar.gz nextcloud-server-1cfea13e943411cd98988911e9e13dd7d78682fc.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/pl.js | 1 | ||||
-rw-r--r-- | lib/l10n/pl.json | 1 | ||||
-rw-r--r-- | lib/l10n/sv.js | 1 | ||||
-rw-r--r-- | lib/l10n/sv.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index ef8ed89bcad..fb3efd443d9 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -57,6 +57,7 @@ OC.L10N.register( "Invalid image" : "Nieprawidłowy obraz", "Avatar image is not square" : "Obraz awatara nie jest kwadratowy", "View profile" : "Zobacz profil", + "Local time: %s" : "Czas lokalny: %s", "today" : "dzisiaj", "tomorrow" : "jutro", "yesterday" : "wczoraj", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 167a1f6a0d5..13f15896f34 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -55,6 +55,7 @@ "Invalid image" : "Nieprawidłowy obraz", "Avatar image is not square" : "Obraz awatara nie jest kwadratowy", "View profile" : "Zobacz profil", + "Local time: %s" : "Czas lokalny: %s", "today" : "dzisiaj", "tomorrow" : "jutro", "yesterday" : "wczoraj", diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index aa4ac95b7a8..b08f455388c 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -57,6 +57,7 @@ OC.L10N.register( "Invalid image" : "Ogiltig bild", "Avatar image is not square" : "Profilbilden är inte fyrkantig", "View profile" : "Visa profil", + "Local time: %s" : "Lokal tid: %s", "today" : "idag", "tomorrow" : "imorgon", "yesterday" : "igår", diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 212b938bbd5..a08808212e2 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -55,6 +55,7 @@ "Invalid image" : "Ogiltig bild", "Avatar image is not square" : "Profilbilden är inte fyrkantig", "View profile" : "Visa profil", + "Local time: %s" : "Lokal tid: %s", "today" : "idag", "tomorrow" : "imorgon", "yesterday" : "igår", |