diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-07-15 10:37:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-07-15 10:37:23 +0000 |
commit | 7f572c0645d2bf815d1d00e5434d6222aa3c40aa (patch) | |
tree | 41a4bed70fc3ef741f9872d0328473f9bd75908a /apps/files/l10n/sk.js | |
parent | 28b0e811cc4e2a8fb4b86cc8b331a6631f37d4c5 (diff) | |
download | nextcloud-server-7f572c0645d2bf815d1d00e5434d6222aa3c40aa.tar.gz nextcloud-server-7f572c0645d2bf815d1d00e5434d6222aa3c40aa.zip |
[tx-robot] updated 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 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index a87da4a40e6..f5125233b24 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -208,20 +208,10 @@ OC.L10N.register( "Pending shares" : "Čakajúce prístupy", "Text file" : "Textový súbor", "New text file.txt" : "Nový text file.txt", - "Unshare" : "Zneprístupniť", "Storage of {owner} is full, files can not be updated or synced anymore!" : "Úložisko používateľa {owner} je plné, súbory sa viac nedajú aktualizovať ani synchronizovať.", "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Priečinok skupiny \"{mountPoint}\" je plný, súbory nemožno aktualizovať ani synchronizovať!", "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Externé úložisko \"{mountPoint}\" je plné, súbory nemožno aktualizovať ani synchronizovať!", "Your storage is full, files can not be updated or synced anymore!" : "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!", - "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Úloisko používateľa {owner} je takmer plné ({usedSpacePercent}%)", - "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Priečinok skupiny \"{mountPoint}\" je takmer plné ({usedSpacePercent}%)", - "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Externé úložisko \"{mountPoint}\" je takmer plné ({usedSpacePercent}%)", - "Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložisko je takmer plné ({usedSpacePercent}%)", - "_matches '{filter}'_::_match '{filter}'_" : ["zodpovedá '{filter}'","zodpovedá '{filter}'","zodpovedá '{filter}'","zodpovedá '{filter}'"], - "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Súbor alebo priečinok bol <strong>zmenený</strong> alebo <strong>premenovaný</strong>", - "A new file or folder has been <strong>created</strong>" : "Nový súbor alebo priečinok bol <strong>vytvorený</strong>", - "A file or folder has been <strong>deleted</strong>" : "Súbor alebo priečinok bol <strong>odstránený</strong>", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Obmedzte upozornenia na vytvorenie a zmeny na vaše <strong>obľúbené súbory</strong> <em>(Len streamy)</em>", - "A file or folder has been <strong>restored</strong>" : "Súbor alebo priečinok bol <strong>obnovený</strong>" + "_matches '{filter}'_::_match '{filter}'_" : ["zodpovedá '{filter}'","zodpovedá '{filter}'","zodpovedá '{filter}'","zodpovedá '{filter}'"] }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |