diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-12 01:12:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-12 01:12:25 +0000 |
commit | 44f6303dc3ebad3ed227ac5a37b8e04bab794eeb (patch) | |
tree | 360a88923dc8166de0ffc00f69714741c33ff4d3 /core/l10n/bg.js | |
parent | e3c787682dfebec2c8e4071aa570a7ee9f77ea52 (diff) | |
download | nextcloud-server-44f6303dc3ebad3ed227ac5a37b8e04bab794eeb.tar.gz nextcloud-server-44f6303dc3ebad3ed227ac5a37b8e04bab794eeb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/bg.js')
-rw-r--r-- | core/l10n/bg.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/l10n/bg.js b/core/l10n/bg.js index 852d6cf4dc7..254abc6a8a6 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -122,6 +122,14 @@ OC.L10N.register( "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 секунди"], @@ -168,14 +176,6 @@ OC.L10N.register( "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" : "слънчево", |