tasks/l10n/bg.js
2019-01-26 01:37:48 +00:00

44 lines
3.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"tasks",
{
"Tasks" : "Задачи",
"This will delete the calendar \"%s\" and all corresponding events and tasks." : "Това действие ще изтрие календар \"%s\" и всички съпътстващи събития и задачи.",
"The name \"%s\" is already used." : "Името \"%s\" вече е използвано.",
"An empty name is not allowed." : "Празно име не е разрешено.",
"Important" : "Важно",
"Today" : "Днес",
"Week" : "Седмица",
"All" : "Всички",
"Current" : "Текущ",
"Completed" : "Завършено",
"The Tasks app for Nextcloud" : "Задачи за NextCloud",
"Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar." : "След като бъде активиран, ще се бъде добавено \"Задачи\" в менюто с приложения на на NextCloud. От там ще може да добавяте или изтривате задачи, редактиране на заглавието им, описание, начална и крайна дата, време за напомняне, да ги маркирате като важни и да добавяте коментари към тях. Задачите могат да се споделят между потребителите. Задачите могат да бъдат синхронизирани чрез CalDav (всеки списък със задачи е свързан с календарa Nextcloud, за да го синхронизирате с локалния си клиент - Thunderbird, Evolution, KDE Kontact, iCal ... - просто добавете календара като отдалечен календар в клиента си). Можете да изтеглите задачите си като ICS файлове, като използвате бутона за изтегляне за всеки календар.",
"Delete" : "Изтриване",
"Cancel" : "Отказ",
"Change sort order" : "Промени подредбата",
"Default" : "Стандартно",
"Due date" : "Крайна дата",
"Start date" : "Начална дата",
"Priority" : "Приоритет",
"Manually" : "Ръчно",
"Alphabetically" : "По азбучен ред",
"Task is completed" : "Задачата е завършена",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n Завършена задача","%n Завършени задачи"],
"Tomorrow" : "Утре",
"Set start date" : "Начална дата",
"Set due date" : "Крайна дата",
"All day" : "Цял ден",
"Task not found!" : "Задачата не е намерена!",
"%s %% completed" : "%s %% завършени",
"Edit" : "Редакция",
"Download" : "Изтегляне",
"Save" : "Запазване",
"Add List..." : "Добави списък...",
"New List" : "Нов списък",
"Settings" : "Настройки",
"Visibility of Smart Collections" : "Видимост на \"Smart\" колекции",
"Hidden" : "Скрито",
"Visible" : "Видимо",
"Automatic" : "Автоматично"
},
"nplurals=2; plural=(n != 1);");