diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:12 +0000 |
commit | 3d7f3d3b4ab973ac9bc81b66ea8dedc256d261d3 (patch) | |
tree | 6732a1770529c2cd5d06a36d075ccfd5fac6ba3a /apps/files/l10n/sk.js | |
parent | 0f359f385a8a3be54b85e9650d8e46aa2721a2af (diff) | |
download | nextcloud-server-3d7f3d3b4ab973ac9bc81b66ea8dedc256d261d3.tar.gz nextcloud-server-3d7f3d3b4ab973ac9bc81b66ea8dedc256d261d3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/sk.js')
-rw-r--r-- | apps/files/l10n/sk.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index 6c392d80a36..305fa14c162 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -211,12 +211,6 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.", "No favorites yet" : "Zatiaľ žiadne obľúbené", "Files and folders you mark as favorite will show up here" : "Súbory a priečinky označené ako obľúbené budú zobrazené tu", - "Shares" : "Zdieľania", - "Shared with others" : "Sprístupnené ostatným", - "Shared with you" : "Vám sprístupnené", - "Shared by link" : "Sprístupnené prostredníctvom odkazu", - "Deleted shares" : "Vymazané zdieľania", - "Pending shares" : "Čakajúce prístupy", "Text file" : "Textový súbor", "New text file.txt" : "Nový text file.txt", "Storage invalid" : "Úložisko nie je platné", @@ -227,6 +221,12 @@ OC.L10N.register( "%s used" : "%s použitých", "%s%%" : "%s%%", "%1$s of %2$s used" : "Využité: %1$s z %2$s", - "Deleted files" : "Zmazané súbory" + "Deleted files" : "Zmazané súbory", + "Shares" : "Zdieľania", + "Shared with others" : "Sprístupnené ostatným", + "Shared with you" : "Vám sprístupnené", + "Shared by link" : "Sprístupnené prostredníctvom odkazu", + "Deleted shares" : "Vymazané zdieľania", + "Pending shares" : "Čakajúce prístupy" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |