aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n/sk.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/l10n/sk.js')
-rw-r--r--apps/settings/l10n/sk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js
index 363706f2e68..5d233d630a8 100644
--- a/apps/settings/l10n/sk.js
+++ b/apps/settings/l10n/sk.js
@@ -337,6 +337,7 @@ OC.L10N.register(
"Unified task processing" : "Jednotné spracovanie úloh",
"AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Úlohy AI môžu byť implementované rôznymi aplikáciami. Tu môžete nastaviť, ktorá aplikácia sa má použiť pre akú úlohu.",
"Task:" : "Úloha:",
+ "Enable" : "Povoliť",
"None of your currently installed apps provide Task processing functionality" : "Žiadna z vašich aktuálne nainštalovaných aplikácií neposkytuje funkcie spracovania pre Task",
"Machine translation" : "Strojový preklad",
"Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Strojový preklad môže byť implementovaný rôznymi aplikáciami. Tu môžete definovať prednosť aplikácií na strojový preklad, ktoré máte momentálne nainštalované.",
@@ -517,7 +518,6 @@ OC.L10N.register(
"Unable to update background job mode" : "Nie je možné aktualizovať režim úlohy na pozadí",
"Profile" : "Profil",
"Enable or disable profile by default for new accounts." : "Predvolene povoliť alebo zakázať profil pre nové účty.",
- "Enable" : "Povoliť",
"Unable to update profile default setting" : "Nie je možné aktualizovať predvolené nastavenie profilu",
"{app}'s declarative setting field: {name}" : "Pole deklaratívneho nastavenia aplikácie {app}: {name}",
"Failed to save setting" : "Nepodarilo sa uložiť nastavenie",
hlight'>|/ * Merge pull request #48724 from nextcloud/dbQueriesExecStmtJoas Schilling2024-10-1728-334/+194 |\ | * chore(db): Correctly apply query typesGit'Fellow2024-10-1728-334/+194 |/ * Merge pull request #48743 from nextcloud/fix/45717/hide-last-modified-for-shi...Kate2024-10-176-8/+8 |\ | * fix(appstore): Hide last modified information for shipped appsfix/45717/hide-last-modified-for-shipped-appsMarcel Müller2024-10-166-8/+8 * | Merge pull request #48734 from nextcloud/fix/45884/accept-notificationJoas Schilling2024-10-174-12/+25 |\ \ | * | fix: add notification icon for transfer ownershipfix/45884/accept-notificationMaksim Sukharev2024-10-163-1/+6 | * | fix: do not duplicate existing entityMaksim Sukharev2024-10-161-8/+1 | * | fix: dismiss notification only after transfer bg job createdMaksim Sukharev2024-10-162-5/+20 * | | Merge pull request #48373 from nextcloud/fix/788/add-password-confirmation-re...yemkareems2024-10-172-1/+25 |\ \ \ | * \ \ Merge branch 'master' into fix/788/add-password-confirmation-required-to-user...yemkareems2024-10-17352-955/+1060 | |\ \ \ | |/ / / |/| | | * | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-17266-782/+858 * | | | Merge pull request #46124 from nextcloud/fix/ownership-transfer-source-user-f...Pytal2024-10-161-3/+5 |\ \ \ \ | |_|_|/ |/| | | | * | | refactor: Inject IRootFolderChristopher Ng2024-10-161-4/+4 | * | | fix: Fix "Unknown path" error when source user `files` folder has not been in...Christopher Ng2024-10-161-0/+2 |/ / / * | | Merge pull request #48735 from nextcloud/fix/eslint-warningFerdinand Thiessen2024-10-1685-170/+197 |\ \ \ | |_|/ |/| | | * | chore(assets): Recompile assetsnextcloud-command2024-10-1649-61/+69 | * | fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-1636-109/+128 |/ / | * fix: Add frontend code for password confirmationfix/788/add-password-confirmation-required-to-user-storage-createFerdinand Thiessen2024-10-161-1/+21 | * fix: add PasswordConfirmationRequired to update and delete methodyemkareems2024-10-161-0/+2 | * fix: add PasswordConfirmationRequired to create user storages endpointyemkareems2024-10-161-0/+2 |/ * Merge pull request #48425 from nextcloud/fix/files-renameFerdinand Thiessen2024-10-165-64/+125 |\ | * chore(assets): Recompile assetsfix/files-renamenextcloud-command2024-10-152-3/+3 | * fix(files): Ensure renaming state is correctly resetFerdinand Thiessen2024-10-153-61/+122 * | Merge pull request #48696 from nextcloud/fix/share-notificationsFerdinand Thiessen2024-10-165-28/+49 |\ \ | * | chore(assets): Recompile assetsfix/share-notificationsnextcloud-command2024-10-164-6/+6 | * | fix(files_sharing): Add proper user facing messages on successFerdinand Thiessen2024-10-161-22/+43 |/ / * | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1650-66/+232 * | Merge pull request #48332 from nextcloud/chore/migrate-encryption-away-from-h...Ferdinand Thiessen2024-10-1523-817/+837 |\ \ | |/ |/| | * chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooksFerdinand Thiessen2024-10-156-1/+36 | * refactor(encryption): Migrate away from Hooks to typed eventsFerdinand Thiessen2024-10-1517-816/+801 |/ * Merge pull request #48684 from nextcloud/bug/noid/codeowners-caldav-carddavChristoph Wurst2024-10-151-3/+11 |\ | * chore: update groupware code ownersbug/noid/codeowners-caldav-carddavDaniel Kesselberg2024-10-141-3/+11 * | Merge pull request #48702 from nextcloud/chore/update-sass-loaderFerdinand Thiessen2024-10-15275-8500/+861 |\ \ | * | chore(assets): recompile assetschore/update-sass-loaderGrigorii K. Shartsev2024-10-14