summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-11-02 01:07:09 +0000
committerNextcloud bot <bot@nextcloud.com>2016-11-02 01:07:09 +0000
commit122fbf0092b569d2cfb54c5d7320dc87b6f1472a (patch)
tree8faa6015a7576ec83b754b416763a91478ed6512 /settings
parentef467c3195731cb1e4fff504b39c06b017deb5ec (diff)
downloadnextcloud-server-122fbf0092b569d2cfb54c5d7320dc87b6f1472a.tar.gz
nextcloud-server-122fbf0092b569d2cfb54c5d7320dc87b6f1472a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/ja.js9
-rw-r--r--settings/l10n/ja.json9
-rw-r--r--settings/l10n/nb_NO.js3
-rw-r--r--settings/l10n/nb_NO.json3
-rw-r--r--settings/l10n/pl.js6
-rw-r--r--settings/l10n/pl.json6
6 files changed, 34 insertions, 2 deletions
diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js
index d7ee040a322..191f634b9b6 100644
--- a/settings/l10n/ja.js
+++ b/settings/l10n/ja.js
@@ -86,6 +86,7 @@ OC.L10N.register(
"iPhone" : "iPhone",
"iOS Client" : "iOSクライアント",
"Android Client" : "Androidクライアント",
+ "This session" : "本セッション",
"Error while loading browser sessions and device tokens" : "ブラウザセッションとデバイストークンの読み込みにおけるエラー",
"Error while creating device token" : "デバイストークンの作成におけるエラー",
"Error while deleting the token" : "トークンの削除におけるエラー",
@@ -175,6 +176,7 @@ OC.L10N.register(
"The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要",
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレーターが原因かもしれません。",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。",
"%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %1$s にアップデートすることをお勧めします。",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">ドキュメント↗ </a>を参照してください。",
@@ -298,7 +300,10 @@ OC.L10N.register(
"Default quota" : "デフォルトのクオータ",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")",
"Other" : "その他",
+ "Group admin for" : "グループの管理者",
"Quota" : "クオータ",
+ "Storage location" : "データの保存場所",
+ "User backend" : "ユーザーバックエンド",
"Last login" : "最終ログイン",
"change full name" : "名前を変更",
"set new password" : "新しいパスワードを設定",
@@ -315,11 +320,13 @@ OC.L10N.register(
"Default Quota" : "デフォルトのクオータ",
"Full Name" : "氏名",
"Group Admin for" : "グループの管理者",
+ "User Backend" : "ユーザーバックエンド",
"Last Login" : "最終ログイン",
"APCu" : "APCu",
"Redis" : "Redis",
"External Storage" : "外部ストレージ",
"Updates" : "アップデート",
- "An error occurred: {message}" : "エラーが発生しました: {message}"
+ "An error occurred: {message}" : "エラーが発生しました: {message}",
+ "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。"
},
"nplurals=1; plural=0;");
diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json
index d7d583a25cd..efb6a8d8c4c 100644
--- a/settings/l10n/ja.json
+++ b/settings/l10n/ja.json
@@ -84,6 +84,7 @@
"iPhone" : "iPhone",
"iOS Client" : "iOSクライアント",
"Android Client" : "Androidクライアント",
+ "This session" : "本セッション",
"Error while loading browser sessions and device tokens" : "ブラウザセッションとデバイストークンの読み込みにおけるエラー",
"Error while creating device token" : "デバイストークンの作成におけるエラー",
"Error while deleting the token" : "トークンの削除におけるエラー",
@@ -173,6 +174,7 @@
"The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要",
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレーターが原因かもしれません。",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。",
"%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %1$s にアップデートすることをお勧めします。",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">ドキュメント↗ </a>を参照してください。",
@@ -296,7 +298,10 @@
"Default quota" : "デフォルトのクオータ",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")",
"Other" : "その他",
+ "Group admin for" : "グループの管理者",
"Quota" : "クオータ",
+ "Storage location" : "データの保存場所",
+ "User backend" : "ユーザーバックエンド",
"Last login" : "最終ログイン",
"change full name" : "名前を変更",
"set new password" : "新しいパスワードを設定",
@@ -313,11 +318,13 @@
"Default Quota" : "デフォルトのクオータ",
"Full Name" : "氏名",
"Group Admin for" : "グループの管理者",
+ "User Backend" : "ユーザーバックエンド",
"Last Login" : "最終ログイン",
"APCu" : "APCu",
"Redis" : "Redis",
"External Storage" : "外部ストレージ",
"Updates" : "アップデート",
- "An error occurred: {message}" : "エラーが発生しました: {message}"
+ "An error occurred: {message}" : "エラーが発生しました: {message}",
+ "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js
index 20eecda45ef..0a726e18555 100644
--- a/settings/l10n/nb_NO.js
+++ b/settings/l10n/nb_NO.js
@@ -131,6 +131,8 @@ OC.L10N.register(
"Login" : "Logg inn",
"Plain" : "Enkel",
"NT LAN Manager" : "NT LAN Manager",
+ "SSL/TLS" : "SSL/TLS",
+ "STARTTLS" : "STARTTLS",
"Email server" : "E-posttjener",
"Open documentation" : "Åpne dokumentasjonen",
"This is used for sending out notifications." : "Dette brukes for utsending av varsler.",
@@ -311,6 +313,7 @@ OC.L10N.register(
"Create" : "Opprett",
"Admin Recovery Password" : "Administrativt gjenopprettingspassord",
"Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for å gjenopprette brukerfilene når passordet endres",
+ "Group name" : "Gruppenavn",
"Everyone" : "Alle",
"Admins" : "Administratorer",
"Default quota" : "Standard kvote",
diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json
index be9ced9d167..e735a6b96c3 100644
--- a/settings/l10n/nb_NO.json
+++ b/settings/l10n/nb_NO.json
@@ -129,6 +129,8 @@
"Login" : "Logg inn",
"Plain" : "Enkel",
"NT LAN Manager" : "NT LAN Manager",
+ "SSL/TLS" : "SSL/TLS",
+ "STARTTLS" : "STARTTLS",
"Email server" : "E-posttjener",
"Open documentation" : "Åpne dokumentasjonen",
"This is used for sending out notifications." : "Dette brukes for utsending av varsler.",
@@ -309,6 +311,7 @@
"Create" : "Opprett",
"Admin Recovery Password" : "Administrativt gjenopprettingspassord",
"Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for å gjenopprette brukerfilene når passordet endres",
+ "Group name" : "Gruppenavn",
"Everyone" : "Alle",
"Admins" : "Administratorer",
"Default quota" : "Standard kvote",
diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js
index b5c7b3cb342..109bc4e6a24 100644
--- a/settings/l10n/pl.js
+++ b/settings/l10n/pl.js
@@ -149,6 +149,7 @@ OC.L10N.register(
"Errors and fatal issues" : "Błędy i poważne problemy",
"Fatal issues only" : "Tylko poważne problemy",
"Log" : "Logi",
+ "What to log" : "Jakie logi",
"Download logfile" : "Pobierz plik log",
"More" : "Więcej",
"Less" : "Mniej",
@@ -185,7 +186,12 @@ OC.L10N.register(
"These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogli otrzymywać udostępnione udziały, ale nie do ich inicjowania.",
"Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Pozwól użytkownikowi na autouzupełnianie w oknie użytkownika. Jeśli ta opcja jest wyłączona, to pełna nazwa musi być wprowadzona.",
"Tips & tricks" : "Porady i wskazówki",
+ "How to do backups" : "Jak zrobić kopie zapasowe",
+ "Advanced monitoring" : "Zaawansowane monitorowanie",
+ "Performance tuning" : "Podnoszenie wydajności",
+ "Improving the config.php" : "Udoskonalać się w config.php",
"Theming" : "Motyw",
+ "Hardening and security guidance" : "Kierowanie i wzmacnianie bezpieczeństwa",
"Developer documentation" : "Dokumentacja dewelopera",
"Documentation:" : "Dokumentacja:",
"User documentation" : "Dokumentacja użytkownika",
diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json
index b399629d8db..ee9408ac917 100644
--- a/settings/l10n/pl.json
+++ b/settings/l10n/pl.json
@@ -147,6 +147,7 @@
"Errors and fatal issues" : "Błędy i poważne problemy",
"Fatal issues only" : "Tylko poważne problemy",
"Log" : "Logi",
+ "What to log" : "Jakie logi",
"Download logfile" : "Pobierz plik log",
"More" : "Więcej",
"Less" : "Mniej",
@@ -183,7 +184,12 @@
"These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogli otrzymywać udostępnione udziały, ale nie do ich inicjowania.",
"Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Pozwól użytkownikowi na autouzupełnianie w oknie użytkownika. Jeśli ta opcja jest wyłączona, to pełna nazwa musi być wprowadzona.",
"Tips & tricks" : "Porady i wskazówki",
+ "How to do backups" : "Jak zrobić kopie zapasowe",
+ "Advanced monitoring" : "Zaawansowane monitorowanie",
+ "Performance tuning" : "Podnoszenie wydajności",
+ "Improving the config.php" : "Udoskonalać się w config.php",
"Theming" : "Motyw",
+ "Hardening and security guidance" : "Kierowanie i wzmacnianie bezpieczeństwa",
"Developer documentation" : "Dokumentacja dewelopera",
"Documentation:" : "Dokumentacja:",
"User documentation" : "Dokumentacja użytkownika",