diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-08 02:28:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-08 02:28:45 +0000 |
commit | 5ce7336a1b459b07f16194380d17dc8d52389b58 (patch) | |
tree | 644ae3b517687496e76043df92836f8b6078444a /apps/theming/l10n | |
parent | 1f9a8225fd36b83e530fdcb17009ed6282567261 (diff) | |
download | nextcloud-server-5ce7336a1b459b07f16194380d17dc8d52389b58.tar.gz nextcloud-server-5ce7336a1b459b07f16194380d17dc8d52389b58.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/theming/l10n')
-rw-r--r-- | apps/theming/l10n/pl.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/pl.json | 3 | ||||
-rw-r--r-- | apps/theming/l10n/tr.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/tr.json | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/apps/theming/l10n/pl.js b/apps/theming/l10n/pl.js index 0945f3d1bdc..03407ced8a6 100644 --- a/apps/theming/l10n/pl.js +++ b/apps/theming/l10n/pl.js @@ -21,6 +21,8 @@ OC.L10N.register( "Could not write file to disk" : "Nie można zapisać pliku na dysk", "A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku", "No file uploaded" : "Nie wysłano pliku", + "Failed to clean up the old administration theming images folder" : "Nie udało się wyczyścić starego katalogu obrazów motywu administratora", + "Failed to clean up the old administration image folder" : "Nie udało się wyczyścić starego katalogu obrazu administracyjnego", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Używasz już własnego motywu. Ustawienia aplikacji Theming mogą zostać nadpisane.", "Theming" : "Motyw", "Appearance and accessibility" : "Wygląd i dostępność", @@ -77,6 +79,7 @@ OC.L10N.register( "Custom background" : "Tło niestandardowe", "Default background" : "Tło domyślne", "Change color" : "Zmień kolor", + "No background" : "Bez tła", "Select a background from your files" : "Wybierz tło ze swoich Plików", "Theme selection is enforced" : "Wybór motywu jest wymuszony", "Select a custom color" : "Wybierz kolor niestandardowy", diff --git a/apps/theming/l10n/pl.json b/apps/theming/l10n/pl.json index eebf6572e25..36001170cc3 100644 --- a/apps/theming/l10n/pl.json +++ b/apps/theming/l10n/pl.json @@ -19,6 +19,8 @@ "Could not write file to disk" : "Nie można zapisać pliku na dysk", "A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku", "No file uploaded" : "Nie wysłano pliku", + "Failed to clean up the old administration theming images folder" : "Nie udało się wyczyścić starego katalogu obrazów motywu administratora", + "Failed to clean up the old administration image folder" : "Nie udało się wyczyścić starego katalogu obrazu administracyjnego", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Używasz już własnego motywu. Ustawienia aplikacji Theming mogą zostać nadpisane.", "Theming" : "Motyw", "Appearance and accessibility" : "Wygląd i dostępność", @@ -75,6 +77,7 @@ "Custom background" : "Tło niestandardowe", "Default background" : "Tło domyślne", "Change color" : "Zmień kolor", + "No background" : "Bez tła", "Select a background from your files" : "Wybierz tło ze swoich Plików", "Theme selection is enforced" : "Wybór motywu jest wymuszony", "Select a custom color" : "Wybierz kolor niestandardowy", diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index 4d39fcf894a..6ff387e40d1 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -79,6 +79,7 @@ OC.L10N.register( "Custom background" : "Özel arka plan", "Default background" : "Varsayılan arka plan", "Change color" : "Rengi değiştir", + "No background" : "Arka plan olmasın", "Select a background from your files" : "Dosyalarınızdan bir arka plan seçin", "Theme selection is enforced" : "Tema seçimi zorunludur", "Select a custom color" : "Özel bir renk seçin", diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json index 97869b3fa55..5cb8c41c279 100644 --- a/apps/theming/l10n/tr.json +++ b/apps/theming/l10n/tr.json @@ -77,6 +77,7 @@ "Custom background" : "Özel arka plan", "Default background" : "Varsayılan arka plan", "Change color" : "Rengi değiştir", + "No background" : "Arka plan olmasın", "Select a background from your files" : "Dosyalarınızdan bir arka plan seçin", "Theme selection is enforced" : "Tema seçimi zorunludur", "Select a custom color" : "Özel bir renk seçin", |