summaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-03-06 02:27:01 +0000
committerNextcloud bot <bot@nextcloud.com>2023-03-06 02:27:01 +0000
commit7df188b20088203f36bfa9f0cc4c01b1056c5d38 (patch)
tree6f69daf4e5b6a5891c9a97b54110e0e08c31e21d /apps/settings/l10n
parente5ee2ec441068994497d74fed1855d8e1fc983ba (diff)
downloadnextcloud-server-7df188b20088203f36bfa9f0cc4c01b1056c5d38.tar.gz
nextcloud-server-7df188b20088203f36bfa9f0cc4c01b1056c5d38.zip
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n')
-rw-r--r--apps/settings/l10n/ca.js3
-rw-r--r--apps/settings/l10n/ca.json3
-rw-r--r--apps/settings/l10n/cs.js1
-rw-r--r--apps/settings/l10n/cs.json1
-rw-r--r--apps/settings/l10n/ja.js1
-rw-r--r--apps/settings/l10n/ja.json1
-rw-r--r--apps/settings/l10n/uk.js20
-rw-r--r--apps/settings/l10n/uk.json20
8 files changed, 30 insertions, 20 deletions
diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js
index 20b8cfa878c..0eb565db243 100644
--- a/apps/settings/l10n/ca.js
+++ b/apps/settings/l10n/ca.js
@@ -70,6 +70,7 @@ OC.L10N.register(
"OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache està configurat per suprimir comentaris de codi. Amb OPcache habilitat, s'ha d'establir <code>opcache.save.comments=1</code> perquè Nextcloud funcioni.",
"Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud no té permís per utilitzar l'API OPcache. Amb OPcache habilitat, us recomanem que inclogueu tots els directoris Nextcloud amb <code>opcache.restrict.api</code> o que desconfigureu aquest paràmetre per inhabilitar les restriccions de l'API OPcache i evitar errors durant les actualitzacions del nucli de Nextcloud o de l'aplicació.",
"Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud no té permís per utilitzar l'API OPcache. Us recomanem que inclogueu tots els directoris Nextcloud amb <code>1opcache.restrict.api1</code> o que desconfigureu aquest paràmetre per inhabilitar les restriccions de l'API OPcache i evitar errors durant les actualitzacions del nucli de Nextcloud o de l'aplicació.",
+ "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "L'OPcache basat en memòria compartida està desactivada. Per obtenir un millor rendiment, es recomana aplicar <code>opcache.file_cache_only=0</code> a la configuració de PHP i utilitzar la memòria cau de fitxers només com a memòria cau de segon nivell.",
"The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Gairebé s'ha excedit el nombre màxim de claus d'OPcache. Per assegurar-vos que tots els scripts es puguin mantenir a la memòria cau, us recomanem que apliqueu <code>opcache.max.accelerated.files</code> a la configuració de PHP amb un valor superior a <code>%s</code>.",
"The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "La memòria intermèdia d'OPcache està gairebé plena. Per garantir que tots els scripts es puguin mantenir a la memòria cau, us recomanem que apliqueu <code>opcache.memory.consumption</code> a la configuració de PHP amb un valor superior a <code>%s</code>.",
"The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "La memòria cau de cadenes internades OPcache està gairebé plena. Per assegurar-vos que les cadenes que es repeteixen es poden emmagatzemar a la memòria cau de manera efectiva, es recomana aplicar <code>opcache.interned.strings.buffer</code> a la configuració de PHP amb un valor superior a <code>%s</code>.",
@@ -303,6 +304,7 @@ OC.L10N.register(
"Unable to delete additional email address" : "No es pot suprimir l'adreça de correu electrònic addicional",
"No email address set" : "No s'ha establert cap adreça de correu electrònic",
"Additional emails" : "Adreces de correu electrònic addicionals",
+ "Your handle" : "El teu identificador",
"Your headline" : "El teu titular",
"Language" : "Llengua",
"Help translate" : "Ajudeu-nos amb la traducció",
@@ -444,6 +446,7 @@ OC.L10N.register(
"Server address" : "Adreça del servidor",
"Port" : "Port",
"Authentication method" : "Mètode d'autenticació",
+ "Only applies when authentication is required" : "Només s'aplica quan es requereix autenticació",
"Authentication required" : "Cal autenticació",
"Credentials" : "Credencials",
"SMTP Username" : "Nom d'usuari SMTP",
diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json
index edb496c9273..8496fc31ab6 100644
--- a/apps/settings/l10n/ca.json
+++ b/apps/settings/l10n/ca.json
@@ -68,6 +68,7 @@
"OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache està configurat per suprimir comentaris de codi. Amb OPcache habilitat, s'ha d'establir <code>opcache.save.comments=1</code> perquè Nextcloud funcioni.",
"Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud no té permís per utilitzar l'API OPcache. Amb OPcache habilitat, us recomanem que inclogueu tots els directoris Nextcloud amb <code>opcache.restrict.api</code> o que desconfigureu aquest paràmetre per inhabilitar les restriccions de l'API OPcache i evitar errors durant les actualitzacions del nucli de Nextcloud o de l'aplicació.",
"Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud no té permís per utilitzar l'API OPcache. Us recomanem que inclogueu tots els directoris Nextcloud amb <code>1opcache.restrict.api1</code> o que desconfigureu aquest paràmetre per inhabilitar les restriccions de l'API OPcache i evitar errors durant les actualitzacions del nucli de Nextcloud o de l'aplicació.",
+ "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "L'OPcache basat en memòria compartida està desactivada. Per obtenir un millor rendiment, es recomana aplicar <code>opcache.file_cache_only=0</code> a la configuració de PHP i utilitzar la memòria cau de fitxers només com a memòria cau de segon nivell.",
"The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Gairebé s'ha excedit el nombre màxim de claus d'OPcache. Per assegurar-vos que tots els scripts es puguin mantenir a la memòria cau, us recomanem que apliqueu <code>opcache.max.accelerated.files</code> a la configuració de PHP amb un valor superior a <code>%s</code>.",
"The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "La memòria intermèdia d'OPcache està gairebé plena. Per garantir que tots els scripts es puguin mantenir a la memòria cau, us recomanem que apliqueu <code>opcache.memory.consumption</code> a la configuració de PHP amb un valor superior a <code>%s</code>.",
"The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "La memòria cau de cadenes internades OPcache està gairebé plena. Per assegurar-vos que les cadenes que es repeteixen es poden emmagatzemar a la memòria cau de manera efectiva, es recomana aplicar <code>opcache.interned.strings.buffer</code> a la configuració de PHP amb un valor superior a <code>%s</code>.",
@@ -301,6 +302,7 @@
"Unable to delete additional email address" : "No es pot suprimir l'adreça de correu electrònic addicional",
"No email address set" : "No s'ha establert cap adreça de correu electrònic",
"Additional emails" : "Adreces de correu electrònic addicionals",
+ "Your handle" : "El teu identificador",
"Your headline" : "El teu titular",
"Language" : "Llengua",
"Help translate" : "Ajudeu-nos amb la traducció",
@@ -442,6 +444,7 @@
"Server address" : "Adreça del servidor",
"Port" : "Port",
"Authentication method" : "Mètode d'autenticació",
+ "Only applies when authentication is required" : "Només s'aplica quan es requereix autenticació",
"Authentication required" : "Cal autenticació",
"Credentials" : "Credencials",
"SMTP Username" : "Nom d'usuari SMTP",
diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js
index de98f510d92..b8d2430adec 100644
--- a/apps/settings/l10n/cs.js
+++ b/apps/settings/l10n/cs.js
@@ -446,6 +446,7 @@ OC.L10N.register(
"Server address" : "Adresa serveru",
"Port" : "Port",
"Authentication method" : "Metoda ověření",
+ "Only applies when authentication is required" : "Použije se pouze v případě, že je vyžadováno ověření",
"Authentication required" : "Vyžadováno ověření se",
"Credentials" : "Přihlašovací údaje",
"SMTP Username" : "SMTP uživatelské jméno ",
diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json
index ab74596ab90..54e339f02ad 100644
--- a/apps/settings/l10n/cs.json
+++ b/apps/settings/l10n/cs.json
@@ -444,6 +444,7 @@
"Server address" : "Adresa serveru",
"Port" : "Port",
"Authentication method" : "Metoda ověření",
+ "Only applies when authentication is required" : "Použije se pouze v případě, že je vyžadováno ověření",
"Authentication required" : "Vyžadováno ověření se",
"Credentials" : "Přihlašovací údaje",
"SMTP Username" : "SMTP uživatelské jméno ",
diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js
index 80c14cececc..f9012ac0934 100644
--- a/apps/settings/l10n/ja.js
+++ b/apps/settings/l10n/ja.js
@@ -407,6 +407,7 @@ OC.L10N.register(
"Phone number" : "電話番号",
"Role" : "役職",
"Twitter" : "Twitter",
+ "Fediverse (e.g. Mastodon)" : "フェディバース (例: Mastdon)",
"Website" : "ウェブサイト",
"Profile visibility" : "プロフィールの公開範囲",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "このプロパティは、ファイル共有やカレンダーへの招待などのコア機能に必要なため、使用できません",
diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json
index bf7f1c58ccb..ef34923cc66 100644
--- a/apps/settings/l10n/ja.json
+++ b/apps/settings/l10n/ja.json
@@ -405,6 +405,7 @@
"Phone number" : "電話番号",
"Role" : "役職",
"Twitter" : "Twitter",
+ "Fediverse (e.g. Mastodon)" : "フェディバース (例: Mastdon)",
"Website" : "ウェブサイト",
"Profile visibility" : "プロフィールの公開範囲",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "このプロパティは、ファイル共有やカレンダーへの招待などのコア機能に必要なため、使用できません",
diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js
index d360ccbe511..366d12f46e6 100644
--- a/apps/settings/l10n/uk.js
+++ b/apps/settings/l10n/uk.js
@@ -218,7 +218,7 @@ OC.L10N.register(
"Error while updating device token name" : "Помилка під час оновлення назви маркера пристрою",
"Error while deleting the token" : "Помилка при вилученні токену",
"Error while wiping the device with the token" : "Помилка під час очищення пристрою за допомогою маркера",
- "App name" : "Ім'я застосунку",
+ "App name" : "Дайте назву застосунку",
"Create new app password" : "Створіть новий пароль застосунку",
"Use the credentials below to configure your app or device." : "Використовуйте наведені нижче облікові дані, щоб налаштувати програму або пристрій.",
"For security reasons this password will only be shown once." : "З міркувань безпеки цей пароль буде показано лише один раз.",
@@ -281,7 +281,7 @@ OC.L10N.register(
"Error cropping profile picture" : "Помилка кадрування зображення профілю",
"Error saving profile picture" : "Помилка збереження зображення профілю",
"Error removing profile picture" : "Помилка видалення зображення профілю",
- "Your biography" : "Ваша біографія",
+ "Your biography" : "Коротко про себе",
"Details" : "Деталі",
"You are a member of the following groups:" : "Ви є учасником таких груп:",
"You are using <strong>{usage}</strong>" : "Ви використовуєте <strong>{usage}",
@@ -308,22 +308,22 @@ OC.L10N.register(
"Language" : "Мова",
"Help translate" : "Допомогти з перекладом",
"Unable to update language" : "Не вдалося оновити мову",
- "No language set" : "Мова не встановлена",
+ "No language set" : "Мову не визначено",
"Locale" : "Локаль",
"Week starts on {firstDayOfWeek}" : "Тиждень починається {firstDayOfWeek}",
"Unable to update locale" : "Не вдалося оновити мову",
- "No locale set" : "Мова не встановлена",
+ "No locale set" : "Мову не визначено",
"Your location" : "Ваше місцезнаходження",
"Your organisation" : "Ваша організація",
"Your phone number" : "Ваш номер телефону",
- "Edit your Profile visibility" : "Відредагуйте видимість свого профілю",
+ "Edit your Profile visibility" : "Встановіть видимість профілю",
"Enable Profile" : "Увімкнути профіль",
"Unable to update profile enabled state" : "Неможливо оновити стан профілю",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Для вашого профілю можна встановити певні обмеження з показу інформації про вас. Наприклад, якщо встановлено значення \"Показувати всім\", а для певного значення \"Приватне\", значення \"Приватне\" буде мати вищий пріоритет.",
"Unable to update visibility of {displayId}" : "Не вдалося оновити видимість {displayId}",
"Your role" : "Ваша роль",
- "Your Twitter handle" : "Ваш дескриптор Twitter",
- "Your website" : "Твій сайт",
+ "Your Twitter handle" : "Ваш профіль у Twitter",
+ "Your website" : "Ваш сайт",
"No {property} set" : "{property} не встановлено",
"Unable to update {property}" : "Не вдалося оновити {property}",
"Change scope level of {property}, current scope is {scope}" : "Змінити рівень дії {property}, поточна область – {scope}",
@@ -358,7 +358,7 @@ OC.L10N.register(
"Email" : "E-mail",
"Default language" : "Мова за замовчуванням",
"Add a new user" : "Додати нового користувача",
- "Group admin for" : "Адміністратор групи для",
+ "Group admin for" : "Адміністратор групи",
"Quota" : "Квота",
"User backend" : "Сервер користувача",
"Storage location" : "Місце розташування сховища",
@@ -422,7 +422,7 @@ OC.L10N.register(
"App bundles" : "Набори застосунків",
"Featured apps" : "Функціональні застосунки",
"Show to everyone" : "Показувати всім",
- "Show to logged in users only" : "Показувати лише авторизованим користувачам",
+ "Show to logged in users only" : "Лише авторизованим користувачам",
"Hide" : "Сховати",
"Download and enable" : "Звантажити та увімкнути",
"Enable untested app" : "Увімкнути непротестований застосунок",
@@ -489,7 +489,7 @@ OC.L10N.register(
"This text will be shown on the public link upload page when the file list is hidden." : "Цей текст буде показано на сторінці завантаження загальнодоступного посилання, коли список файлів приховано.",
"Default share permissions" : "Дозволи на публікування по замовчуванню",
"Reasons to use Nextcloud in your organization" : "Дізнатися про переваги хмари Nextcloud для вашої організації",
- "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Розроблено {communityopen}спільнотою Nextcloud{linkclose}. Ліцензія {licenseopen}AGPL{linkclose} на {githubopen}початковий код{linkclose}.",
+ "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Розроблено {communityopen}спільнотою Nextcloud{linkclose}. Ліцензія {licenseopen}AGPL{linkclose} на {githubopen}вихідний код{linkclose}.",
"Like our Facebook page" : "Вподобайте нашу сторінку у Facebook",
"Follow us on Twitter" : "Слідкуйте за нами в Twitter",
"Follow us on Mastodon" : "Слідкуйте за нами на Mastodon",
diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json
index e02ee08793d..928f4a19623 100644
--- a/apps/settings/l10n/uk.json
+++ b/apps/settings/l10n/uk.json
@@ -216,7 +216,7 @@
"Error while updating device token name" : "Помилка під час оновлення назви маркера пристрою",
"Error while deleting the token" : "Помилка при вилученні токену",
"Error while wiping the device with the token" : "Помилка під час очищення пристрою за допомогою маркера",
- "App name" : "Ім'я застосунку",
+ "App name" : "Дайте назву застосунку",
"Create new app password" : "Створіть новий пароль застосунку",
"Use the credentials below to configure your app or device." : "Використовуйте наведені нижче облікові дані, щоб налаштувати програму або пристрій.",
"For security reasons this password will only be shown once." : "З міркувань безпеки цей пароль буде показано лише один раз.",
@@ -279,7 +279,7 @@
"Error cropping profile picture" : "Помилка кадрування зображення профілю",
"Error saving profile picture" : "Помилка збереження зображення профілю",
"Error removing profile picture" : "Помилка видалення зображення профілю",
- "Your biography" : "Ваша біографія",
+ "Your biography" : "Коротко про себе",
"Details" : "Деталі",
"You are a member of the following groups:" : "Ви є учасником таких груп:",
"You are using <strong>{usage}</strong>" : "Ви використовуєте <strong>{usage}",
@@ -306,22 +306,22 @@
"Language" : "Мова",
"Help translate" : "Допомогти з перекладом",
"Unable to update language" : "Не вдалося оновити мову",
- "No language set" : "Мова не встановлена",
+ "No language set" : "Мову не визначено",
"Locale" : "Локаль",
"Week starts on {firstDayOfWeek}" : "Тиждень починається {firstDayOfWeek}",
"Unable to update locale" : "Не вдалося оновити мову",
- "No locale set" : "Мова не встановлена",
+ "No locale set" : "Мову не визначено",
"Your location" : "Ваше місцезнаходження",
"Your organisation" : "Ваша організація",
"Your phone number" : "Ваш номер телефону",
- "Edit your Profile visibility" : "Відредагуйте видимість свого профілю",
+ "Edit your Profile visibility" : "Встановіть видимість профілю",
"Enable Profile" : "Увімкнути профіль",
"Unable to update profile enabled state" : "Неможливо оновити стан профілю",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Для вашого профілю можна встановити певні обмеження з показу інформації про вас. Наприклад, якщо встановлено значення \"Показувати всім\", а для певного значення \"Приватне\", значення \"Приватне\" буде мати вищий пріоритет.",
"Unable to update visibility of {displayId}" : "Не вдалося оновити видимість {displayId}",
"Your role" : "Ваша роль",
- "Your Twitter handle" : "Ваш дескриптор Twitter",
- "Your website" : "Твій сайт",
+ "Your Twitter handle" : "Ваш профіль у Twitter",
+ "Your website" : "Ваш сайт",
"No {property} set" : "{property} не встановлено",
"Unable to update {property}" : "Не вдалося оновити {property}",
"Change scope level of {property}, current scope is {scope}" : "Змінити рівень дії {property}, поточна область – {scope}",
@@ -356,7 +356,7 @@
"Email" : "E-mail",
"Default language" : "Мова за замовчуванням",
"Add a new user" : "Додати нового користувача",
- "Group admin for" : "Адміністратор групи для",
+ "Group admin for" : "Адміністратор групи",
"Quota" : "Квота",
"User backend" : "Сервер користувача",
"Storage location" : "Місце розташування сховища",
@@ -420,7 +420,7 @@
"App bundles" : "Набори застосунків",
"Featured apps" : "Функціональні застосунки",
"Show to everyone" : "Показувати всім",
- "Show to logged in users only" : "Показувати лише авторизованим користувачам",
+ "Show to logged in users only" : "Лише авторизованим користувачам",
"Hide" : "Сховати",
"Download and enable" : "Звантажити та увімкнути",
"Enable untested app" : "Увімкнути непротестований застосунок",
@@ -487,7 +487,7 @@
"This text will be shown on the public link upload page when the file list is hidden." : "Цей текст буде показано на сторінці завантаження загальнодоступного посилання, коли список файлів приховано.",
"Default share permissions" : "Дозволи на публікування по замовчуванню",
"Reasons to use Nextcloud in your organization" : "Дізнатися про переваги хмари Nextcloud для вашої організації",
- "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Розроблено {communityopen}спільнотою Nextcloud{linkclose}. Ліцензія {licenseopen}AGPL{linkclose} на {githubopen}початковий код{linkclose}.",
+ "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Розроблено {communityopen}спільнотою Nextcloud{linkclose}. Ліцензія {licenseopen}AGPL{linkclose} на {githubopen}вихідний код{linkclose}.",
"Like our Facebook page" : "Вподобайте нашу сторінку у Facebook",
"Follow us on Twitter" : "Слідкуйте за нами в Twitter",
"Follow us on Mastodon" : "Слідкуйте за нами на Mastodon",