nextcloud/apps/federatedfilesharing/l10n/bg.js

35 lines
3.0 KiB
JavaScript
Raw Normal View History

2018-02-13 13:48:27 +03:00
OC.L10N.register(
"federatedfilesharing",
{
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Искате ли да добавите отдалечено споделяне {name} от {owner}@{remote}?",
"Remote share" : "Отдалечено споделяне",
"Remote share password" : "Парола за отдалечено споделяне",
"Cancel" : "Отказ",
"Add remote share" : "Добави отдалечено споделяне",
"Copy" : "Копиране",
"Copied!" : "Копирано!",
"Not supported!" : "Не се поддържа!",
"Press ⌘-C to copy." : "За копиране натиснете ⌘-C",
"Press Ctrl-C to copy." : "За копиране натиснете Ctrl-C",
2018-12-16 04:12:32 +03:00
"Invalid Federated Cloud ID" : "Невалиден Federated Cloud ID",
2018-02-13 13:48:27 +03:00
"Server to server sharing is not enabled on this server" : "Споделяне между сървъри не е разрешено на този сървър.",
"Couldn't establish a federated share." : "Неуспешно осъществяване на федерално споделяне",
"Couldn't establish a federated share, maybe the password was wrong." : "Неуспешно осъществяване на федерално споделяне, можеби паролата е грепна.",
"Not allowed to create a federated share with the same user" : "Не е позволено създаване на федерално споделяне със същият потребител",
"File is already shared with %s" : "Файлът е вече споделен с %s",
2019-07-18 05:14:53 +03:00
"Federated sharing" : "Федерално споделяне",
2018-02-13 13:48:27 +03:00
"Accept" : "Приемам",
2018-12-17 04:11:33 +03:00
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Споделете с мен, чрез моя #Nextcloud Federated Cloud ID - %s",
"Share with me through my #Nextcloud Federated Cloud ID" : "Споделете с мен, чрез моя #Nextcloud Federated Cloud ID",
2018-09-15 03:12:09 +03:00
"Sharing" : "Споделяне",
2018-02-13 13:48:27 +03:00
"Open documentation" : "Отвори документацията",
"Allow users on this server to receive shares from other servers" : "Позволи на потребители на този сървър да получават споделени папки от други сървъри",
2018-12-16 04:12:32 +03:00
"Your Federated Cloud ID:" : "Вашият Federated Cloud ID:",
"Share it so your friends can share files with you:" : "Споделете, за да могат приятелите ви да споделят файлове, с вас:",
2018-12-17 04:11:33 +03:00
"Add to your website" : "Добавете към вашия уеб сайт",
"Share with me via Nextcloud" : "Споделете с мен, чрез Nextcloud",
2020-09-15 13:48:26 +03:00
"HTML Code:" : "HTML код:",
"Allow users on this server to send shares to other servers" : "Позволи на потребители от този сървър да споделят папки с други сървъри"
2018-02-13 13:48:27 +03:00
},
"nplurals=2; plural=(n != 1);");