mirror of
https://github.com/nextcloud/server.git
synced 2025-03-14 16:33:21 +00:00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
17cb5dadcd
commit
821800941b
6 changed files with 36 additions and 2 deletions
17
apps/dashboard/l10n/ast.js
Normal file
17
apps/dashboard/l10n/ast.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
OC.L10N.register(
|
||||
"dashboard",
|
||||
{
|
||||
"Dashboard" : "Panel",
|
||||
"Weather" : "Clima",
|
||||
"Status" : "Estáu",
|
||||
"Good morning" : "Bonos díes",
|
||||
"Good morning, {name}" : "Bonos díes, {name}",
|
||||
"Good afternoon" : "Bones tardes",
|
||||
"Good afternoon, {name}" : "Bones tardes, {name}",
|
||||
"Good evening" : "Bones nueches",
|
||||
"Good evening, {name}" : "Bones nueches, {name}",
|
||||
"Hello" : "Hola",
|
||||
"Hello, {name}" : "Hola, {name}",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "f"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
15
apps/dashboard/l10n/ast.json
Normal file
15
apps/dashboard/l10n/ast.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ "translations": {
|
||||
"Dashboard" : "Panel",
|
||||
"Weather" : "Clima",
|
||||
"Status" : "Estáu",
|
||||
"Good morning" : "Bonos díes",
|
||||
"Good morning, {name}" : "Bonos díes, {name}",
|
||||
"Good afternoon" : "Bones tardes",
|
||||
"Good afternoon, {name}" : "Bones tardes, {name}",
|
||||
"Good evening" : "Bones nueches",
|
||||
"Good evening, {name}" : "Bones nueches, {name}",
|
||||
"Hello" : "Hola",
|
||||
"Hello, {name}" : "Hola, {name}",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "f"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -161,7 +161,7 @@ OC.L10N.register(
|
|||
"You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Ви ще не налаштувати або не перевірили налаштування поштового сервера. Перейдіть до \"Основних налаштувань. Після цього перевірте коректність поштових налаштувань, для цього клацніть на кнопку \"Надіслати ел.пошту\" під формою.",
|
||||
"File locking" : "Блокування файлів",
|
||||
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакційне блокування файлів вимкнено. Це може призвести до потенційних помилок під час одночасної роботи з файлами. Увімкніть параметр \"filelocking.enabled\" у конфігураційному файлі config.php, щоби уникнути цих помилок. ",
|
||||
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "База даних використовується для транзакційного блкування файлів. Для кращої продуктивности рекомендується налаштувати memcache, якщо доступний.",
|
||||
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "База даних використовується для транзакційного блокування файлів. Для кращої продуктивности рекомендується налаштувати memcache, якщо доступний.",
|
||||
"Forwarded for headers" : "Перенаправлено для заголовків",
|
||||
"Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ваш параметр \"trusted_proxies\" встановлено неправильно, це має бути масив.",
|
||||
"The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Конфігурація заголовка зворотного проксі неправильна. Це є проблемою безпеки і може дозволити зловмиснику надати Nextcloud оманливу IP-адресу.",
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
"You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Ви ще не налаштувати або не перевірили налаштування поштового сервера. Перейдіть до \"Основних налаштувань. Після цього перевірте коректність поштових налаштувань, для цього клацніть на кнопку \"Надіслати ел.пошту\" під формою.",
|
||||
"File locking" : "Блокування файлів",
|
||||
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакційне блокування файлів вимкнено. Це може призвести до потенційних помилок під час одночасної роботи з файлами. Увімкніть параметр \"filelocking.enabled\" у конфігураційному файлі config.php, щоби уникнути цих помилок. ",
|
||||
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "База даних використовується для транзакційного блкування файлів. Для кращої продуктивности рекомендується налаштувати memcache, якщо доступний.",
|
||||
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "База даних використовується для транзакційного блокування файлів. Для кращої продуктивности рекомендується налаштувати memcache, якщо доступний.",
|
||||
"Forwarded for headers" : "Перенаправлено для заголовків",
|
||||
"Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ваш параметр \"trusted_proxies\" встановлено неправильно, це має бути масив.",
|
||||
"The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Конфігурація заголовка зворотного проксі неправильна. Це є проблемою безпеки і може дозволити зловмиснику надати Nextcloud оманливу IP-адресу.",
|
||||
|
|
|
@ -128,6 +128,7 @@ OC.L10N.register(
|
|||
"Search contacts …" : "Cari kontak ...",
|
||||
"Could not load your contacts" : "Tidak dapat memuat kontak Anda",
|
||||
"No contacts found" : "Kontak tidak ditemukan",
|
||||
"Show all contacts" : "Tampilkan semua kontak",
|
||||
"Install the Contacts app" : "Instal aplikasi Kontak",
|
||||
"Loading your contacts …" : "Memuat kontak Anda ...",
|
||||
"Looking for {term} …" : "Mencari {term}",
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
"Search contacts …" : "Cari kontak ...",
|
||||
"Could not load your contacts" : "Tidak dapat memuat kontak Anda",
|
||||
"No contacts found" : "Kontak tidak ditemukan",
|
||||
"Show all contacts" : "Tampilkan semua kontak",
|
||||
"Install the Contacts app" : "Instal aplikasi Kontak",
|
||||
"Loading your contacts …" : "Memuat kontak Anda ...",
|
||||
"Looking for {term} …" : "Mencari {term}",
|
||||
|
|
Loading…
Reference in a new issue