diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
commit | 8f517325f577c64562cad10be9195d2d706e82f5 (patch) | |
tree | 4590e176cdaca2443e8c1e928be8e8cddf8412b5 /core/l10n/bg.js | |
parent | 28a30a6ea89974601a5cf849fb480238df906060 (diff) | |
download | nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.tar.gz nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/bg.js')
-rw-r--r-- | core/l10n/bg.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/bg.js b/core/l10n/bg.js index 5b40b3dcb58..9742738e05a 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -89,6 +89,8 @@ OC.L10N.register( "More apps" : "Още приложения", "Currently open" : "В момента са отворени", "_{count} notification_::_{count} notifications_" : ["{count} известие","{count} известия"], + "No" : "Не", + "Yes" : "Да", "Log in" : "Вписване", "Logging in …" : "Вписване ...", "Server side authentication failed!" : "Неуспешно удостоверяването от страна на сървъра!", @@ -168,13 +170,10 @@ OC.L10N.register( "Supported versions" : "Поддържани версии", "{name} version {version} and above" : "{name} версия {version} и по-нови", "Settings menu" : "Настройки", - "No" : "Не", - "Yes" : "Да", "Choose" : "Избор", "Copy" : "Копирай", "Move" : "Премести", "OK" : "Добре", - "Error loading message template: {error}" : "Грешка при зареждането на шаблона за съобщения: {error}", "read-only" : "Само за четене", "_{count} file conflict_::_{count} file conflicts_" : ["{count} файлов конфликт","{count} файлови кофликта"], "One file conflict" : "Един файлов конфликт", @@ -402,6 +401,7 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "\"{name}\" не е разрешен тип файл", "{newName} already exists" : "{newName} вече съществува", "Error loading file picker template: {error}" : "Грешка при зареждането на шаблона за избор на файл: {error}", + "Error loading message template: {error}" : "Грешка при зареждането на шаблона за съобщения: {error}", "Show list view" : "Показване с изглед на списък", "Show grid view" : "Показване в решетъчен изглед", "Pending" : "Чакащо", |