diff options
Diffstat (limited to 'core/l10n/bg.json')
-rw-r--r-- | core/l10n/bg.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/l10n/bg.json b/core/l10n/bg.json index 222dab51ec7..292722a355c 100644 --- a/core/l10n/bg.json +++ b/core/l10n/bg.json @@ -120,6 +120,14 @@ "Shared" : "Споделено", "Shared with" : "Споделено с", "Shared by" : "Споделено от", + "Non-existing tag #{tag}" : "Несъществуващ етикет #{tag}", + "restricted" : "ограничен", + "invisible" : "невидим", + "({scope})" : "({scope})", + "Delete" : "Изтрий", + "Rename" : "Преименувай", + "Collaborative tags" : "Съвместни етикети", + "No tags found" : "Не са открити етикети", "Settings" : "Настройки", "Connection to server lost" : "Няма връзка със сървъра", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблем при зареждането на страницата, презареждане след %n секунда","Проблем при зареждането на страницата, презареждане след %n секунди"], @@ -166,14 +174,6 @@ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо.", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Някои колони от базата данни не са конвертирани към \"big int\". Конвертирането не е осъществено защото може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:convert-filecache-bigint\". Но преди това инсталацията трябва да бъде в \"maintenance\" режим. За допълнителна информация <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">прочетете документацията</a>.", "Error occurred while checking server setup" : "Възникна грешка при проверката на настройките на сървъра", - "Non-existing tag #{tag}" : "Несъществуващ етикет #{tag}", - "restricted" : "ограничен", - "invisible" : "невидим", - "({scope})" : "({scope})", - "Delete" : "Изтрий", - "Rename" : "Преименувай", - "Collaborative tags" : "Съвместни етикети", - "No tags found" : "Не са открити етикети", "unknown text" : "непознат текст", "Hello world!" : "Здравей Свят!", "sunny" : "слънчево", |