aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/l10n/gl.js7
-rw-r--r--apps/settings/l10n/gl.json7
-rw-r--r--apps/settings/l10n/ja.js7
-rw-r--r--apps/settings/l10n/ja.json7
-rw-r--r--apps/settings/l10n/lv.js22
-rw-r--r--apps/settings/l10n/lv.json22
6 files changed, 68 insertions, 4 deletions
diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js
index e9871f7be70..3b7d9eba384 100644
--- a/apps/settings/l10n/gl.js
+++ b/apps/settings/l10n/gl.js
@@ -241,7 +241,11 @@ OC.L10N.register(
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "O seu PHP non é compatíbel con FreeType, o que supón a quebra das imaxes do perfil e a interface dos axustes.",
"PHP getenv" : "PHP getenv",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Semella que PHP non está configurado correctamente para consultar as variábeis de contorno do sistema. A proba con getenv(\"PATH\") só devolve unha resposta baleira. ",
- "PHP file size upload limit" : "Límite de envío de ficheiros PHP",
+ "PHP file size upload limit" : "Límite PHP de tamaño de envío de ficheiros",
+ "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "O valor PHP upload_max_filesize é demasiado baixo. Recoméndase un tamaño de polo menos %1$s. Valor actual: %2$s.",
+ "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "O valor PHP post_max_size é demasiado baixo. Recoméndase un tamaño de polo menos %1$s. Valor actual: %2$s.",
+ "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "O valor PHP max_input_time é demasiado baixo. Recoméndase un tempo de polo menos %1$s. Valor actual: %2$s.",
+ "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "O valor PHP max_execution_time é demasiado baixo. Recoméndase un tempo de polo menos %1$s. Valor actual: %2$s.",
"PHP memory limit" : "Límite de memoria PHP",
"The PHP memory limit is below the recommended value of %s." : "O límite de memoria de PHP está por baixo do valor recomendado de %s.",
"PHP modules" : "PHP modules",
@@ -795,6 +799,7 @@ OC.L10N.register(
"Privacy policy" : "Directiva de privacidade",
"None/STARTTLS" : "Ningún/STARTTLS",
"SSL" : "SSL",
+ "Mail delivery is disabled by instance config \"%s\"." : "A entrega de correo está desactivada pola configuración da instancia «%s».",
"Open documentation" : "Abrir a documentación",
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "É importante configurar este servidor para que poida enviar correos, por exemplo para cambios de contrasinais e notificacións.",
"Send mode" : "Modo de envío",
diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json
index af1227255ae..6ef5d5c8eca 100644
--- a/apps/settings/l10n/gl.json
+++ b/apps/settings/l10n/gl.json
@@ -239,7 +239,11 @@
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "O seu PHP non é compatíbel con FreeType, o que supón a quebra das imaxes do perfil e a interface dos axustes.",
"PHP getenv" : "PHP getenv",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Semella que PHP non está configurado correctamente para consultar as variábeis de contorno do sistema. A proba con getenv(\"PATH\") só devolve unha resposta baleira. ",
- "PHP file size upload limit" : "Límite de envío de ficheiros PHP",
+ "PHP file size upload limit" : "Límite PHP de tamaño de envío de ficheiros",
+ "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "O valor PHP upload_max_filesize é demasiado baixo. Recoméndase un tamaño de polo menos %1$s. Valor actual: %2$s.",
+ "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "O valor PHP post_max_size é demasiado baixo. Recoméndase un tamaño de polo menos %1$s. Valor actual: %2$s.",
+ "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "O valor PHP max_input_time é demasiado baixo. Recoméndase un tempo de polo menos %1$s. Valor actual: %2$s.",
+ "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "O valor PHP max_execution_time é demasiado baixo. Recoméndase un tempo de polo menos %1$s. Valor actual: %2$s.",
"PHP memory limit" : "Límite de memoria PHP",
"The PHP memory limit is below the recommended value of %s." : "O límite de memoria de PHP está por baixo do valor recomendado de %s.",
"PHP modules" : "PHP modules",
@@ -793,6 +797,7 @@
"Privacy policy" : "Directiva de privacidade",
"None/STARTTLS" : "Ningún/STARTTLS",
"SSL" : "SSL",
+ "Mail delivery is disabled by instance config \"%s\"." : "A entrega de correo está desactivada pola configuración da instancia «%s».",
"Open documentation" : "Abrir a documentación",
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "É importante configurar este servidor para que poida enviar correos, por exemplo para cambios de contrasinais e notificacións.",
"Send mode" : "Modo de envío",
diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js
index 837e3cc7ac7..67160958c90 100644
--- a/apps/settings/l10n/ja.js
+++ b/apps/settings/l10n/ja.js
@@ -241,6 +241,11 @@ OC.L10N.register(
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "プロフィール写真と設定インターフェースが壊れているため、PHPはFreeTypeをサポートしていません。",
"PHP getenv" : "PHP getenv",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHPのシステム環境変数が正しく設定されていないようです。getenv(\"PATH\") コマンドでテストして何も値を返さないことを確認してください。",
+ "PHP file size upload limit" : "PHP のファイルサイズのアップロード制限",
+ "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "PHP の upload_max_filesize が小さすぎます。少なくとも %1$s のサイズが推奨されます。現在の値: %2$s。",
+ "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "PHP の post_max_size が小さすぎます。少なくとも %1$s のサイズが推奨されます。現在の値: %2$s。",
+ "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP の max_input_time が短すぎます。少なくとも %1$s の時間が推奨されます。現在の値: %2$s。",
+ "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP の max_execution_time が短すぎます。少なくとも%1$s の時間が推奨されます。現在の値: %2$s。",
"PHP memory limit" : "PHPのメモリー制限",
"The PHP memory limit is below the recommended value of %s." : "PHPのメモリ制限が推奨値の%s以下です。",
"PHP modules" : "PHPのモジュール",
@@ -794,6 +799,7 @@ OC.L10N.register(
"Privacy policy" : "個人情報保護方針",
"None/STARTTLS" : "None/STARTTLS",
"SSL" : "SSL",
+ "Mail delivery is disabled by instance config \"%s\"." : "インスタンスの設定 \"%s\" によりメール配信が無効になっています。 ",
"Open documentation" : "ドキュメントを開く",
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "パスワードのリセットや通知などのメールを送信できるよう、このサーバーを設定することが重要です。",
"Send mode" : "送信モード",
@@ -916,6 +922,7 @@ OC.L10N.register(
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。",
"Active accounts" : "アクティブなアカウント",
+ "Users's email account" : "ユーザのメールアカウント ",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "このチェックを実行させるには、Webサーバーが自分自身に接続できることを確認しなければならない。そのため、少なくとも一つの `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。この失敗は、サーバ側のDNSの不一致やアウトバウンドファイアウォールルールの結果かもしれません。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQLのバージョン \"%s\"が検出されました。 このバージョンのNextcloudで最高のパフォーマンス、安定性、機能性を得るには、PostgreSQL >=12および<=16を推奨します。"
},
diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json
index 227dffe2c03..38ccb84400e 100644
--- a/apps/settings/l10n/ja.json
+++ b/apps/settings/l10n/ja.json
@@ -239,6 +239,11 @@
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "プロフィール写真と設定インターフェースが壊れているため、PHPはFreeTypeをサポートしていません。",
"PHP getenv" : "PHP getenv",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHPのシステム環境変数が正しく設定されていないようです。getenv(\"PATH\") コマンドでテストして何も値を返さないことを確認してください。",
+ "PHP file size upload limit" : "PHP のファイルサイズのアップロード制限",
+ "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "PHP の upload_max_filesize が小さすぎます。少なくとも %1$s のサイズが推奨されます。現在の値: %2$s。",
+ "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "PHP の post_max_size が小さすぎます。少なくとも %1$s のサイズが推奨されます。現在の値: %2$s。",
+ "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP の max_input_time が短すぎます。少なくとも %1$s の時間が推奨されます。現在の値: %2$s。",
+ "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP の max_execution_time が短すぎます。少なくとも%1$s の時間が推奨されます。現在の値: %2$s。",
"PHP memory limit" : "PHPのメモリー制限",
"The PHP memory limit is below the recommended value of %s." : "PHPのメモリ制限が推奨値の%s以下です。",
"PHP modules" : "PHPのモジュール",
@@ -792,6 +797,7 @@
"Privacy policy" : "個人情報保護方針",
"None/STARTTLS" : "None/STARTTLS",
"SSL" : "SSL",
+ "Mail delivery is disabled by instance config \"%s\"." : "インスタンスの設定 \"%s\" によりメール配信が無効になっています。 ",
"Open documentation" : "ドキュメントを開く",
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "パスワードのリセットや通知などのメールを送信できるよう、このサーバーを設定することが重要です。",
"Send mode" : "送信モード",
@@ -914,6 +920,7 @@
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。",
"Active accounts" : "アクティブなアカウント",
+ "Users's email account" : "ユーザのメールアカウント ",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "このチェックを実行させるには、Webサーバーが自分自身に接続できることを確認しなければならない。そのため、少なくとも一つの `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。この失敗は、サーバ側のDNSの不一致やアウトバウンドファイアウォールルールの結果かもしれません。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQLのバージョン \"%s\"が検出されました。 このバージョンのNextcloudで最高のパフォーマンス、安定性、機能性を得るには、PostgreSQL >=12および<=16を推奨します。"
},"pluralForm" :"nplurals=1; plural=0;"
diff --git a/apps/settings/l10n/lv.js b/apps/settings/l10n/lv.js
index b88243f0065..7ba8d7a8176 100644
--- a/apps/settings/l10n/lv.js
+++ b/apps/settings/l10n/lv.js
@@ -130,9 +130,23 @@ OC.L10N.register(
"Current password" : "Pašreizējā parole",
"New password" : "Jauna parole",
"Change password" : "Mainīt paroli",
+ "The file must be a PNG or JPG" : "Failam jābūt PNG vai JPG",
+ "Your biography" : "Jūsu biogrāfija",
+ "Enter your date of birth" : "Ievadiet Jūsu dzimšanas datumu",
+ "Unable to update date of birth" : "Nevarēja atjaunināt dzimšanas datumu",
+ "You are a member of the following groups:" : "Jūs esat lietotājs sekojošās grupās:",
+ "You are using {s}{usage}{/s}" : "Jūs izmantojat {s}{usage}{/s}",
+ "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Jūs izmantojat {s}{usage}{/s} no {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})",
+ "Primary email for password reset and notifications" : "Primārā e-pasta adrese paroles atjaunošanai un paziņojumiem",
"No email address set" : "Nav norādīts e-pasts",
"Help translate" : "Palīdzi tulkot",
+ "Locales" : "Lokalizācijas",
+ "Week starts on {firstDayOfWeek}" : "Nedēļa sākas {firstDayOfWeek}",
+ "Unable to update locale" : "Nevarēja atjaunināt lokalizāciju",
+ "No locale set" : "Lokalizācija nav iestatīta",
"Your phone number" : "Jūsu tālruņa numurs",
+ "Edit your Profile visibility" : "Labot Jūsu profila redzamību",
+ "Your role" : "Jūsu loma",
"Your website" : "Jūsu mājaslapa",
"Add" : "Pievienot",
"Create" : "Izveidot",
@@ -160,12 +174,16 @@ OC.L10N.register(
"Group name" : "Grupas nosaukums",
"Sending…" : "Sūta …",
"Email sent" : "Vēstule nosūtīta",
- "Location" : "Vieta",
+ "Location" : "Atrašanās vieta",
"Profile picture" : "Profila attēls",
"About" : "Par",
+ "Date of birth" : "Dzimšanas datums",
"Full name" : "Pilns vārds",
"Phone number" : "Tālruņa numurs",
+ "Role" : "Loma",
"Website" : "Mājaslapa",
+ "Locale" : "Lokalizācija",
+ "First day of week" : "Pirmā nedēļas diena",
"Updates" : "Atjauninājumi",
"Hide" : "Slēpt",
"Disable" : "Deaktivēt",
@@ -195,6 +213,8 @@ OC.L10N.register(
"Invalid user" : "Nepareizs lietotājs",
"Exclude groups from sharing" : "Izslēgt grupas no koplietošanas",
"Username" : "Lietotājvārds",
+ "You are using <strong>{usage}</strong>" : "Jūs izmantojat <strong>{usage}</strong>",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Jūs izmantojat <strong>{usage}</strong> no <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
"Active users" : "Aktīvie lietotāji",
"SMTP Username" : "SMTP lietotājvārds"
},
diff --git a/apps/settings/l10n/lv.json b/apps/settings/l10n/lv.json
index 857afdb2777..6f9fdffb3be 100644
--- a/apps/settings/l10n/lv.json
+++ b/apps/settings/l10n/lv.json
@@ -128,9 +128,23 @@
"Current password" : "Pašreizējā parole",
"New password" : "Jauna parole",
"Change password" : "Mainīt paroli",
+ "The file must be a PNG or JPG" : "Failam jābūt PNG vai JPG",
+ "Your biography" : "Jūsu biogrāfija",
+ "Enter your date of birth" : "Ievadiet Jūsu dzimšanas datumu",
+ "Unable to update date of birth" : "Nevarēja atjaunināt dzimšanas datumu",
+ "You are a member of the following groups:" : "Jūs esat lietotājs sekojošās grupās:",
+ "You are using {s}{usage}{/s}" : "Jūs izmantojat {s}{usage}{/s}",
+ "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Jūs izmantojat {s}{usage}{/s} no {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})",
+ "Primary email for password reset and notifications" : "Primārā e-pasta adrese paroles atjaunošanai un paziņojumiem",
"No email address set" : "Nav norādīts e-pasts",
"Help translate" : "Palīdzi tulkot",
+ "Locales" : "Lokalizācijas",
+ "Week starts on {firstDayOfWeek}" : "Nedēļa sākas {firstDayOfWeek}",
+ "Unable to update locale" : "Nevarēja atjaunināt lokalizāciju",
+ "No locale set" : "Lokalizācija nav iestatīta",
"Your phone number" : "Jūsu tālruņa numurs",
+ "Edit your Profile visibility" : "Labot Jūsu profila redzamību",
+ "Your role" : "Jūsu loma",
"Your website" : "Jūsu mājaslapa",
"Add" : "Pievienot",
"Create" : "Izveidot",
@@ -158,12 +172,16 @@
"Group name" : "Grupas nosaukums",
"Sending…" : "Sūta …",
"Email sent" : "Vēstule nosūtīta",
- "Location" : "Vieta",
+ "Location" : "Atrašanās vieta",
"Profile picture" : "Profila attēls",
"About" : "Par",
+ "Date of birth" : "Dzimšanas datums",
"Full name" : "Pilns vārds",
"Phone number" : "Tālruņa numurs",
+ "Role" : "Loma",
"Website" : "Mājaslapa",
+ "Locale" : "Lokalizācija",
+ "First day of week" : "Pirmā nedēļas diena",
"Updates" : "Atjauninājumi",
"Hide" : "Slēpt",
"Disable" : "Deaktivēt",
@@ -193,6 +211,8 @@
"Invalid user" : "Nepareizs lietotājs",
"Exclude groups from sharing" : "Izslēgt grupas no koplietošanas",
"Username" : "Lietotājvārds",
+ "You are using <strong>{usage}</strong>" : "Jūs izmantojat <strong>{usage}</strong>",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Jūs izmantojat <strong>{usage}</strong> no <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
"Active users" : "Aktīvie lietotāji",
"SMTP Username" : "SMTP lietotājvārds"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"