diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-28 02:19:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-28 02:19:25 +0000 |
commit | 3ad93182d6f983811cf6b14300dba4840aaefb75 (patch) | |
tree | 7dddf4bbc6c81094bf780b8d79404b3786067c85 /core | |
parent | 2afe26726bb48f78ef80ef1549834160121caaa4 (diff) | |
download | nextcloud-server-3ad93182d6f983811cf6b14300dba4840aaefb75.tar.gz nextcloud-server-3ad93182d6f983811cf6b14300dba4840aaefb75.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/bg.js | 3 | ||||
-rw-r--r-- | core/l10n/bg.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/core/l10n/bg.js b/core/l10n/bg.js index e5ce11c8b2f..bfd48aea2d5 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -426,6 +426,7 @@ OC.L10N.register( "Contacts" : "Контакти", "Contacts menu" : "Контакти", "Setup two-factor authentication" : "Свържи двустепенно удостоверяване", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изглежда, че използвате 32-битова PHP версия. Приложението Nextcloud се нуждае от 64 бита, за да работи добре. Моля, надстройте вашата операционна система и PHP до 64 бита! За повече подробности прочетете {linkstart}страницата с документация за това ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изглежда, че използвате 32-битова PHP версия. Приложението Nextcloud се нуждае от 64 бита, за да работи добре. Моля, надстройте вашата операционна система и PHP до 64 бита! За повече подробности прочетете {linkstart}страницата с документация за това ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Моля, използвайте програмата за актуализиране от командния ред, тъй като актуализирането чрез браузъра е забранено в config.php." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/bg.json b/core/l10n/bg.json index 1fc717ff342..da66870b635 100644 --- a/core/l10n/bg.json +++ b/core/l10n/bg.json @@ -424,6 +424,7 @@ "Contacts" : "Контакти", "Contacts menu" : "Контакти", "Setup two-factor authentication" : "Свържи двустепенно удостоверяване", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изглежда, че използвате 32-битова PHP версия. Приложението Nextcloud се нуждае от 64 бита, за да работи добре. Моля, надстройте вашата операционна система и PHP до 64 бита! За повече подробности прочетете {linkstart}страницата с документация за това ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изглежда, че използвате 32-битова PHP версия. Приложението Nextcloud се нуждае от 64 бита, за да работи добре. Моля, надстройте вашата операционна система и PHP до 64 бита! За повече подробности прочетете {linkstart}страницата с документация за това ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Моля, използвайте програмата за актуализиране от командния ред, тъй като актуализирането чрез браузъра е забранено в config.php." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |