summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/fixes.scss (renamed from core/css/fixes.css)0
-rw-r--r--core/css/fonts.scss (renamed from core/css/fonts.css)0
-rw-r--r--core/css/global.scss (renamed from core/css/global.css)0
-rw-r--r--core/css/guest.css14
-rw-r--r--core/css/mobile.scss (renamed from core/css/mobile.css)0
-rw-r--r--core/css/server.scss11
-rw-r--r--core/l10n/ca.js3
-rw-r--r--core/l10n/ca.json3
-rw-r--r--core/l10n/fr.js2
-rw-r--r--core/l10n/fr.json2
-rw-r--r--core/l10n/id.js3
-rw-r--r--core/l10n/id.json3
-rw-r--r--core/l10n/ja.js1
-rw-r--r--core/l10n/ja.json1
-rw-r--r--core/l10n/tr.js197
-rw-r--r--core/l10n/tr.json197
16 files changed, 277 insertions, 160 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.scss
index 3cb89c6599f..3cb89c6599f 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.scss
diff --git a/core/css/fonts.css b/core/css/fonts.scss
index f72aa2930cf..f72aa2930cf 100644
--- a/core/css/fonts.css
+++ b/core/css/fonts.scss
diff --git a/core/css/global.css b/core/css/global.scss
index 9511d4324fa..9511d4324fa 100644
--- a/core/css/global.css
+++ b/core/css/global.scss
diff --git a/core/css/guest.css b/core/css/guest.css
index e9538e380e6..e6e194f6417 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -148,6 +148,7 @@ select {
cursor: pointer;
}
input[type='text'],
+input[type='tel'],
input[type='password'],
input[type='email'] {
width: 249px;
@@ -623,3 +624,16 @@ footer,
.push {
height: 70px;
}
+
+.hidden {
+ display: none;
+}
+
+.hidden-visually {
+ position: absolute;
+ left:-10000px;
+ top: auto;
+ width: 1px;
+ height: 1px;
+ overflow: hidden;
+}
diff --git a/core/css/mobile.css b/core/css/mobile.scss
index b0f8421345c..b0f8421345c 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.scss
diff --git a/core/css/server.scss b/core/css/server.scss
new file mode 100644
index 00000000000..516220f2ad5
--- /dev/null
+++ b/core/css/server.scss
@@ -0,0 +1,11 @@
+@import 'styles.scss';
+@import 'inputs.scss';
+@import 'header.scss';
+@import 'icons.scss';
+@import 'fonts.scss';
+@import 'apps.scss';
+@import 'global.scss';
+@import 'fixes.scss';
+@import 'multiselect.scss';
+@import 'mobile.scss';
+@import 'tooltip.scss';
diff --git a/core/l10n/ca.js b/core/l10n/ca.js
index d907297a45d..19129c4700d 100644
--- a/core/l10n/ca.js
+++ b/core/l10n/ca.js
@@ -27,13 +27,16 @@ OC.L10N.register(
"Turned on maintenance mode" : "Activat el mode de manteniment",
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
+ "Updating database schema" : "Actualitzant l'esquema de la base de dades",
"Updated database" : "Actualitzada la base de dades",
"Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades",
"Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps",
"Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s",
+ "%s (3rdparty)" : "%s (de tercers)",
"Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s",
"Already up to date" : "Ja actualitzat",
"Settings" : "Configuració",
+ "Connection to server lost" : "S'ha perdut la connexió amb el servidor",
"Saving..." : "Desant...",
"Dismiss" : "Rebutja",
"Authentication required" : "Es requereix autenticació",
diff --git a/core/l10n/ca.json b/core/l10n/ca.json
index 49c17f21b63..0c3c42d7f2f 100644
--- a/core/l10n/ca.json
+++ b/core/l10n/ca.json
@@ -25,13 +25,16 @@
"Turned on maintenance mode" : "Activat el mode de manteniment",
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
+ "Updating database schema" : "Actualitzant l'esquema de la base de dades",
"Updated database" : "Actualitzada la base de dades",
"Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades",
"Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps",
"Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s",
+ "%s (3rdparty)" : "%s (de tercers)",
"Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s",
"Already up to date" : "Ja actualitzat",
"Settings" : "Configuració",
+ "Connection to server lost" : "S'ha perdut la connexió amb el servidor",
"Saving..." : "Desant...",
"Dismiss" : "Rebutja",
"Authentication required" : "Es requereix autenticació",
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index 208d94ae526..f08ec70c1e1 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -189,7 +189,7 @@ OC.L10N.register(
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mise à jour a échoué. Pour plus d'informations <a href=\"{url}\">consultez notre publication sur le forum</a> à propos de ce problème.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La mise à jour a échoué. Veuillez reporter le problème à la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">communauté Nextcloud</a>.",
"Continue to Nextcloud" : "Continuer sur Nextcloud",
- "The update was successful. Redirecting you to Nextcloud now." : "La mise à jour a réussi. Vous allez être redirigé vers votre Nextcloud.",
+ "The update was successful. Redirecting you to Nextcloud now." : "La mise à jour est terminée. Vous allez être redirigé vers Nextcloud.",
"Searching other places" : "Recherche en cours dans d'autres emplacements",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Aucun résultat dans d'autres dossiers n'a été trouvé pour '{tag}{filter}{endtag}'",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} résultat dans un autre dossier","{count} résultats dans d'autres dossiers"],
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 5ff2c07e5d6..5bd78462c08 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -187,7 +187,7 @@
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mise à jour a échoué. Pour plus d'informations <a href=\"{url}\">consultez notre publication sur le forum</a> à propos de ce problème.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La mise à jour a échoué. Veuillez reporter le problème à la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">communauté Nextcloud</a>.",
"Continue to Nextcloud" : "Continuer sur Nextcloud",
- "The update was successful. Redirecting you to Nextcloud now." : "La mise à jour a réussi. Vous allez être redirigé vers votre Nextcloud.",
+ "The update was successful. Redirecting you to Nextcloud now." : "La mise à jour est terminée. Vous allez être redirigé vers Nextcloud.",
"Searching other places" : "Recherche en cours dans d'autres emplacements",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Aucun résultat dans d'autres dossiers n'a été trouvé pour '{tag}{filter}{endtag}'",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} résultat dans un autre dossier","{count} résultats dans d'autres dossiers"],
diff --git a/core/l10n/id.js b/core/l10n/id.js
index e80b0a11552..f7328371df1 100644
--- a/core/l10n/id.js
+++ b/core/l10n/id.js
@@ -96,6 +96,7 @@ OC.L10N.register(
"The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Konfigurasi proxy header terbalik salah, atau Anda mengakses Nextcloud dari proxy terpercaya. Apabila Anda tidak mengakses Nextcloud dari proxy terpercaya, ini adalah masalah keamanan dan penyerang dapat memalsukan alamat IP mereka ke Nextcloud. Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached terkonfigurasi sebagai cache terdistribusi, tetapi modul PHP \"memcache\" yang salah terpasang. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" dan bukan \"memcache\". Lihat <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki memcached tentang kedua modul</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Beberapa berkas tidak lulus cek integritas. Informasi lebih lanjut tentang cara mengatasi masalah ini dapat ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami. (<a href=\"{codeIntegrityDownloadEndpoint}\">Daftar berkas yang tidak valid…</a> / <a href=\"{rescanEndpoint}\">Pindai ulang…</a>)",
+ "The PHP Opcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend ↗</a> to use following settings in the <code>php.ini</code>:" : "PHP Opcache tidak dikonfigurasi secara baik. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Untuk performa lebih baik kami merekomendasikan ↗</a> untuk menggunakan pengaturan berikut di <code>php.ini</code>:",
"Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Direktori data dan berkas Anda kemungkinan dapat diakses dari Internet. Berkas .htaccess tidak bekerja. Kami sangat menyarankan Anda untuk mengkonfigurasi server web agar direktori data tidak lagi dapat diakses atau pindahkan direktori data Anda di luar root dokumen server web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header HTTP \"{header}\" tidak dikonfigurasi sama dengan \"{expected}\". Hal ini berpotensi pada resiko keamanan dan privasi. Kami sarankan untuk menyesuaikan pengaturan ini.",
@@ -141,6 +142,8 @@ OC.L10N.register(
"access control" : "kontrol akses",
"Could not unshare" : "Tidak dapat membatalkan pembagian",
"Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
+ "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Sekurangnya {count} karakter dibutuhkan untuk autocompletion"],
+ "This list is maybe truncated - please refine your search term to see more results." : "Daftar ini mungkin terpotong - harap sari kata pencarian anda untuk melihat hasil yang lebih.",
"No users or groups found for {search}" : "Tidak ada pengguna atau grup ditemukan untuk {search}",
"No users found for {search}" : "Tidak ada pengguna ditemukan untuk {search}",
"An error occurred. Please try again" : "Terjadi kesalahan. Silakan coba lagi",
diff --git a/core/l10n/id.json b/core/l10n/id.json
index f8b2f738437..70a5080a806 100644
--- a/core/l10n/id.json
+++ b/core/l10n/id.json
@@ -94,6 +94,7 @@
"The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Konfigurasi proxy header terbalik salah, atau Anda mengakses Nextcloud dari proxy terpercaya. Apabila Anda tidak mengakses Nextcloud dari proxy terpercaya, ini adalah masalah keamanan dan penyerang dapat memalsukan alamat IP mereka ke Nextcloud. Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached terkonfigurasi sebagai cache terdistribusi, tetapi modul PHP \"memcache\" yang salah terpasang. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" dan bukan \"memcache\". Lihat <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki memcached tentang kedua modul</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Beberapa berkas tidak lulus cek integritas. Informasi lebih lanjut tentang cara mengatasi masalah ini dapat ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami. (<a href=\"{codeIntegrityDownloadEndpoint}\">Daftar berkas yang tidak valid…</a> / <a href=\"{rescanEndpoint}\">Pindai ulang…</a>)",
+ "The PHP Opcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend ↗</a> to use following settings in the <code>php.ini</code>:" : "PHP Opcache tidak dikonfigurasi secara baik. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Untuk performa lebih baik kami merekomendasikan ↗</a> untuk menggunakan pengaturan berikut di <code>php.ini</code>:",
"Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Direktori data dan berkas Anda kemungkinan dapat diakses dari Internet. Berkas .htaccess tidak bekerja. Kami sangat menyarankan Anda untuk mengkonfigurasi server web agar direktori data tidak lagi dapat diakses atau pindahkan direktori data Anda di luar root dokumen server web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header HTTP \"{header}\" tidak dikonfigurasi sama dengan \"{expected}\". Hal ini berpotensi pada resiko keamanan dan privasi. Kami sarankan untuk menyesuaikan pengaturan ini.",
@@ -139,6 +140,8 @@
"access control" : "kontrol akses",
"Could not unshare" : "Tidak dapat membatalkan pembagian",
"Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
+ "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Sekurangnya {count} karakter dibutuhkan untuk autocompletion"],
+ "This list is maybe truncated - please refine your search term to see more results." : "Daftar ini mungkin terpotong - harap sari kata pencarian anda untuk melihat hasil yang lebih.",
"No users or groups found for {search}" : "Tidak ada pengguna atau grup ditemukan untuk {search}",
"No users found for {search}" : "Tidak ada pengguna ditemukan untuk {search}",
"An error occurred. Please try again" : "Terjadi kesalahan. Silakan coba lagi",
diff --git a/core/l10n/ja.js b/core/l10n/ja.js
index ad71d7f28d6..e8e96b38b0a 100644
--- a/core/l10n/ja.js
+++ b/core/l10n/ja.js
@@ -96,6 +96,7 @@ OC.L10N.register(
"The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "リバースプロキシヘッダーの設定が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。信頼できるプロキシからNextcloudにアクセスしていない場合、これはセキュリティ上の問題であり、攻撃者が自分のIPアドレスを偽装してNextcloudに見えるようにしている可能性があります。詳細については、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a>をご覧ください。",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcached\" のみをサポートしています。\"memcache\" ではありません。<a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki で両方のモジュールの情報</a> について確認してください。",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a>の詳細を見てください。(<a href=\"{codeIntegrityDownloadEndpoint}\">不適合ファイルのリスト…</a> / <a href=\"{rescanEndpoint}\">再チェック…</a>)",
+ "The PHP Opcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend ↗</a> to use following settings in the <code>php.ini</code>:" : "PHP Opcache が正しく設定されていません。 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">パフォーマンスを向上させるため ↗</a> <code>php.ini</code> で次の設定を使用することをお勧めします:",
"Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "データディレクトリとファイルがインターネットからアクセス可能になっている可能性があります。.htaccessファイルが機能していません。データディレクトリがアクセスされないようにWebサーバーを設定するか、Webサーバーのドキュメントルートからデータディレクトリを移動するように強くお勧めします。",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。",
diff --git a/core/l10n/ja.json b/core/l10n/ja.json
index 34e9d81823b..28ea4f40913 100644
--- a/core/l10n/ja.json
+++ b/core/l10n/ja.json
@@ -94,6 +94,7 @@
"The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "リバースプロキシヘッダーの設定が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。信頼できるプロキシからNextcloudにアクセスしていない場合、これはセキュリティ上の問題であり、攻撃者が自分のIPアドレスを偽装してNextcloudに見えるようにしている可能性があります。詳細については、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a>をご覧ください。",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcached\" のみをサポートしています。\"memcache\" ではありません。<a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki で両方のモジュールの情報</a> について確認してください。",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a>の詳細を見てください。(<a href=\"{codeIntegrityDownloadEndpoint}\">不適合ファイルのリスト…</a> / <a href=\"{rescanEndpoint}\">再チェック…</a>)",
+ "The PHP Opcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend ↗</a> to use following settings in the <code>php.ini</code>:" : "PHP Opcache が正しく設定されていません。 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">パフォーマンスを向上させるため ↗</a> <code>php.ini</code> で次の設定を使用することをお勧めします:",
"Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "データディレクトリとファイルがインターネットからアクセス可能になっている可能性があります。.htaccessファイルが機能していません。データディレクトリがアクセスされないようにWebサーバーを設定するか、Webサーバーのドキュメントルートからデータディレクトリを移動するように強くお勧めします。",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。",
diff --git a/core/l10n/tr.js b/core/l10n/tr.js
index 8e6b02f4239..1c2f00dd694 100644
--- a/core/l10n/tr.js
+++ b/core/l10n/tr.js
@@ -3,162 +3,201 @@ OC.L10N.register(
{
"Please select a file." : "Lütfen bir dosya seçin.",
"File is too big" : "Dosya çok büyük",
- "Invalid file provided" : "Geçersiz dosya sağlandı",
- "No image or file provided" : "Resim veya dosya belirtilmedi",
- "Unknown filetype" : "Bilinmeyen dosya türü",
- "Invalid image" : "Geçersiz resim",
- "An error occurred. Please contact your admin." : "Bir hata oluştu. Lütfen yöneticinize başvurun.",
- "No temporary profile picture available, try again" : "Kullanılabilir geçici profil resmi yok, tekrar deneyin",
- "No crop data provided" : "Kesme verisi sağlanmamış",
- "No valid crop data provided" : "Geçerli kırpma verisi sağlanmadı",
- "Crop is not square" : "Kırpma kare değil",
- "Couldn't reset password because the token is invalid" : "Belirteç geçersiz olduğundan parola sıfırlanamadı",
- "Couldn't reset password because the token is expired" : "Jeton zaman aşımına uğradığından parola sıfırlanamadı",
+ "The selected file is not an image." : "Seçilmiş dosya bir görsel dosyası değil.",
+ "The selected file cannot be read." : "Seçilmiş dosya okunamadı.",
+ "Invalid file provided" : "Belirtilen dosya geçersiz",
+ "No image or file provided" : "Bir görsel ya da dosya belirtilmemiş",
+ "Unknown filetype" : "Dosya türü bilinmiyor",
+ "Invalid image" : "Görsel geçersiz",
+ "An error occurred. Please contact your admin." : "Bir sorun çıktı. Lütfen yöneticinizle görüşün.",
+ "No temporary profile picture available, try again" : "Kullanılabilecek geçici bir profil görseli bulunamadı. Yeniden deneyin",
+ "No crop data provided" : "Kırpma verileri belirtilmemiş",
+ "No valid crop data provided" : "Geçerli bir kırpma verisi belirtilmemiş",
+ "Crop is not square" : "Kırpma kare şeklinde değil",
+ "Couldn't reset password because the token is invalid" : "Kod geçersiz olduğundan parola sıfırlanamadı",
+ "Couldn't reset password because the token is expired" : "Kodun süresi geçtiğinden parola sıfırlanamadı",
"Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.",
+ "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Bu kullanıcı için bir e-posta adresi olmadığından sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile görüşün.",
"%s password reset" : "%s parola sıfırlama",
- "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.",
+ "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile görüşün.",
"Preparing update" : "Güncelleme hazırlanıyor",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "Onarım uyarısı:",
"Repair error: " : "Onarım hatası:",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Otomatik güncellemeler config.php dosyasından pasif duruma getirildiği için, lütfen komut satırı güncelleyicisini kullanın. Oto",
- "[%d / %d]: Checking table %s" : "[%d / %d]: Tablo kontroi ediliyor %s",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Otomatik güncellemeler config.php dosyasında devre dışı bırakılmış olduğundan, komut satırı güncelleyicisini kullanın.",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: %s tablosu denetleniyor",
"Turned on maintenance mode" : "Bakım kipi etkinleştirildi",
- "Turned off maintenance mode" : "Bakım kipi kapatıldı",
+ "Turned off maintenance mode" : "Bakım kipi devre dışı bırakıldı",
"Maintenance mode is kept active" : "Bakım kipi etkin tutuldu",
"Updating database schema" : "Veritabanı şeması güncelleniyor",
"Updated database" : "Veritabanı güncellendi",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Veritabanı şeması güncellenebilirliği denetleniyor (Veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
- "Checked database schema update" : "Veritabanı şema güncellemesi denetlendi",
- "Checking updates of apps" : "Uygulamaların güncellemeleri denetleniyor",
- "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s için veritabanı güncellenebilirliği denetleniyor (Veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
+ "Checked database schema update" : "Veritabanı şeması güncellemesi denetlendi",
+ "Checking updates of apps" : "Uygulama güncellemeleri denetleniyor",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s için veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
"Checked database schema update for apps" : "Uygulamalar için veritabanı şema güncellemesi denetlendi",
"Updated \"%s\" to %s" : "\"%s\", %s sürümüne güncellendi",
- "Set log level to debug" : "Günlük seviyesini hata ayıklama olarak ayarla",
- "Reset log level" : "Günlük seviyesini sıfırla",
+ "Set log level to debug" : "Günlükleme düzeyini Hata Ayıklama olarak ayarla",
+ "Reset log level" : "Günlükleme düzeyini sıfırla",
"Starting code integrity check" : "Kod bütünlük sınaması başlatılıyor",
"Finished code integrity check" : "Kod bütünlük sınaması bitti",
- "%s (3rdparty)" : "%s (3. parti)",
+ "%s (3rdparty)" : "%s (3. taraf)",
"%s (incompatible)" : "%s (uyumsuz)",
"Following apps have been disabled: %s" : "Aşağıdaki uygulamalar devre dışı bırakıldı: %s",
"Already up to date" : "Zaten güncel",
- "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Kod bütünlük sınamasında sorunlar oluştu. Daha fazla bilgi…</a>",
+ "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Kod bütünlük sınamasında sorunlar çıktı. Ayrıntılı bilgi…</a>",
"Settings" : "Ayarlar",
+ "Connection to server lost" : "Sunucu bağlantısı kesildi",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Sayfa yüklenirken bir sorun çıktı. %n saniye sonra yeniden yüklenecek","Sayfa yüklenirken bir sorun çıktı. %n saniye sonra yeniden yüklenecek"],
"Saving..." : "Kaydediliyor...",
- "Dismiss" : "İptal et",
+ "Dismiss" : "Yoksay",
+ "This action requires you to confirm your password" : "Bu işlemi yapabilmek için parolanızı yazmalısınız",
+ "Authentication required" : "Kimlik doğrulaması gerekli",
"Password" : "Parola",
"Cancel" : "İptal",
- "seconds ago" : "saniyeler önce",
- "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Parolanızı değiştirme bağlantısı e-posta adresinize gönderildi. Makul bir süre içerisinde almadıysanız spam/gereksiz klasörlerini kontrol ediniz.<br>Bu konumlarda da yoksa yerel sistem yöneticinize sorunuz.",
+ "Confirm" : "Onayla",
+ "Failed to authenticate, try again" : "Kimlik doğrulanamadı, yeniden deneyin",
+ "seconds ago" : "saniye önce",
+ "Logging in …" : "Oturum açılıyor ...",
+ "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Parola sıfırlama bağlantısı e-posta adresinize gönderildi. Bir kaç dakika içinde e-postayı almazsanız spam/gereksiz klasörlerinize bakın.<br>E-postayı göremiyorsanız yerel sistem yöneticinizle görüşün.",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Parola sıfırlama işleminden sonra verilerinize erişemeyeceksiniz.<br />Ne yapacağınızdan emin değilseniz, ilerlemeden önce sistem yöneticiniz ile görüşün.<br />Gerçekten devam etmek istiyor musunuz?",
"I know what I'm doing" : "Ne yaptığımı biliyorum",
- "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen yöneticiniz ile iletişime geçin.",
+ "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen yöneticiniz ile görüşün.",
"No" : "Hayır",
"Yes" : "Evet",
- "Choose" : "Seç",
- "Error loading file picker template: {error}" : "Dosya seçici şablonu yüklenirken hata: {error}",
+ "No files in here" : "Burada herhangi bir dosya yok",
+ "Choose" : "Seçin",
+ "Error loading file picker template: {error}" : "Dosya seçme kalıbı yüklenirken sorun çıktı: {error}",
"Ok" : "Tamam",
- "Error loading message template: {error}" : "İleti şablonu yüklenirken hata: {error}",
+ "Error loading message template: {error}" : "İleti kalıbı yüklenirken sorun çıktı: {error}",
"read-only" : "salt okunur",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} dosya çakışması","{count} dosya çakışması"],
"One file conflict" : "Bir dosya çakışması",
"New Files" : "Yeni Dosyalar",
- "Already existing files" : "Zaten mevcut olan dosyalar",
+ "Already existing files" : "Zaten var olan dosyalar",
"Which files do you want to keep?" : "Hangi dosyaları saklamak istiyorsunuz?",
- "If you select both versions, the copied file will have a number added to its name." : "İki sürümü de seçerseniz, kopyalanan dosyanın ismine bir sayı ilave edilecektir.",
+ "If you select both versions, the copied file will have a number added to its name." : "İki sürümü de seçerseniz, kopyalanan dosyanın adına bir sayı eklenir.",
"Continue" : "Devam et",
- "(all selected)" : "(tümü seçildi)",
- "({count} selected)" : "({count} seçildi)",
- "Error loading file exists template" : "Dosya mevcut şablonu yüklenirken hata",
- "Very weak password" : "Çok güçsüz parola",
- "Weak password" : "Güçsüz parola",
- "So-so password" : "Normal parola",
- "Good password" : "İyi parola",
- "Strong password" : "Güçlü parola",
- "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.",
- "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresini çözümleyecek şekilde uygun yapılandırılmamış. Daha fazla bilgi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.",
+ "(all selected)" : "(tüm seçilmişler)",
+ "({count} selected)" : "({count} seçilmiş)",
+ "Error loading file exists template" : "Dosya var kalıbı yüklenirken sorun çıktı",
+ "Pending" : "Bekliyor",
+ "Very weak password" : "Parola çok zayıf",
+ "Weak password" : "Parola zayıf",
+ "So-so password" : "Parola idare eder",
+ "Good password" : "Parola iyi",
+ "Strong password" : "Parola güçlü",
+ "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya eşitlemesi için doğru şekilde ayarlanmamış. WevDAV arabirimi sorunlu görünüyor.",
+ "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresi çözümlemesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden fazla uç noktaya ulaşılamıyor. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya üçüncü parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için İnternet bağlantısını etkinleştirmenizi öneriyoruz.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Hafıza önbelleği yapılandırılmamış. İmkanı varsa performansı iyileştirmek için bir önbellek yapılandırması yapın. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Güvenlik nedeniyle çokça önerilen /dev/urandom PHP tarafından okunamıyor. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Halen PHP {version} kullanıyorsunuz. Dağıtımınız destekler desteklemez PHP sürümünüzü güncelleyerek <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performans ve güvenlik geliştirmelerinden</a> faydalanmanızı öneriyoruz.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached dağıtık bellek olarak yapılandırılmış ama hatalı PHP \"memcache\" modülü kurulmuş. \\OC\\Memcache\\Memcached sadece \"memcached\" modülünü destekler, \"memcache\"i değil. <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wikisinde iki modül hakkında da</a> bilgi bulabilirsiniz.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünlük kontrolünü geçemedi. Bu sorunun üstesinden nasıl geleceğinizi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi…</a> / <a href=\"{rescanEndpoint}\">Tekrar tara…</a>)",
- "Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu",
+ "The PHP Opcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend ↗</a> to use following settings in the <code>php.ini</code>:" : "PHP Opcache doğru şekilde ayarlanmamış. Daha iyi sonuç almak için  <code>php.ini</code> dosyasında <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">şu ayarların kullanılması önerilir ↗</a>:",
+ "Error occurred while checking server setup" : "Sunucu ayarları denetlenirken bir sorun çıktı",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "data dizininiz ve dosyalarınız büyük ihtimalle İnternet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu belge dizini dışına almanızı şiddetle tavsiye ederiz.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP başlığı \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu muhtemel bir güvenlik veya gizlilik riski olduğundan bu ayarı düzeltmenizi öneririz.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "\"Strict-Transport-Security\" HTTP başlığı en azından\"{seconds}\" saniyedir yapılandırılmamış. Gelişmiş güvenlik için <a href=\"{docUrl}\" rel=\"noreferrer\">güvenlik ipuçlarında</a> tarif edildiği gibi HSTS'nin etkinleştirilmesini öneririz.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Bu siteye HTTP aracılığıyla erişiyorsunuz. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarımızda</a> gösterildiği şekilde HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.",
- "Shared" : "Paylaşılan",
+ "Shared" : "Paylaşılmış",
"Shared with {recipients}" : "{recipients} ile paylaşılmış",
"Error" : "Hata",
- "Error while sharing" : "Paylaşım sırasında hata",
- "Error while unsharing" : "Paylaşım iptal edilirken hata",
- "Error setting expiration date" : "Son kullanma tarihi ayarlama hatası",
- "The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan en geç {days} gün sonra sona erecek",
+ "Error while sharing" : "Paylaşılırken sorun çıktı",
+ "Error while unsharing" : "Paylaşımdan kaldırılırken sorun çıktı",
+ "Error setting expiration date" : "Son kullanma tarihi ayarlanırken sorun çıktı",
+ "The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan {days} gün sonra kullanımdan kaldırılacak",
"Set expiration date" : "Son kullanma tarihini ayarla",
- "Expiration" : "Bitiş",
- "Expiration date" : "Son kullanım tarihi",
+ "Expiration" : "Son kullanma",
+ "Expiration date" : "Son kullanma tarihi",
"Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin",
"Copied!" : "Kopyalandı!",
+ "Copy" : "Kopyala",
"Not supported!" : "Desteklenmiyor!",
- "Press ⌘-C to copy." : "Kopyalamak için ⌘-C kullanın.",
- "Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C kullanın.",
- "Resharing is not allowed" : "Tekrar paylaşmaya izin verilmiyor",
+ "Press ⌘-C to copy." : "Kopyalamak için ⌘-C tuşlarına basın.",
+ "Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C tuşlarına basın.",
+ "Resharing is not allowed" : "Yeniden paylaşıma izin verilmiyor",
"Share link" : "Paylaşma bağlantısı",
"Link" : "Bağlantı",
"Password protect" : "Parola koruması",
- "Allow editing" : "Düzenlemeye izin ver",
+ "Allow upload and editing" : "Yükleme ve düzenleme yapılabilsin",
+ "Allow editing" : "Düzenleme yapılabilsin",
+ "File drop (upload only)" : "Dosya bırakma (yalnız yükleme)",
"Email link to person" : "Bağlantıyı e-posta ile gönder",
"Send" : "Gönder",
- "Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaştırılmış",
- "Shared with you by {owner}" : "{owner} tarafından sizinle paylaşıldı",
+ "Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaşılmış",
+ "Shared with you by {owner}" : "{owner} tarafından sizinle paylaşılmış",
+ "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} bağlantı ile paylaşılmış",
"group" : "grup",
"remote" : "uzak",
- "Unshare" : "Paylaşmayı Kaldır",
+ "email" : "e-posta",
+ "Unshare" : "Paylaşımdan Kaldır",
+ "can reshare" : "yeniden paylaşabilir",
"can edit" : "düzenleyebilir",
- "access control" : "erişim kontrolü",
+ "can create" : "ekleyebilir",
+ "can change" : "değiştirebilir",
+ "can delete" : "silebilir",
+ "access control" : "erişim denetimi",
"Could not unshare" : "Paylaşım kaldırılamadı",
"Share details could not be loaded for this item." : "Bu öge için paylaşma ayrıntıları yüklenemedi.",
- "No users or groups found for {search}" : "{search} için kullanıcı veya grup bulunamadı",
- "No users found for {search}" : "{search} için hiç bir kullanıcı bulunamadı",
- "An error occurred. Please try again" : "Bir hata oluştu. Lütfen yeniden deneyin",
+ "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Otomatik tamamlama için en az {count} karakter gereklidir","Otomatik tamamlama için en az {count} karakter gereklidir"],
+ "This list is maybe truncated - please refine your search term to see more results." : "Bu liste budanmış olabilir. Lütfen daha fazla sonuç görmek için arama ifadenizi daraltın.",
+ "No users or groups found for {search}" : "{search} araması sonucunda uygun bir kullanıcı ya da grup bulunamadı",
+ "No users found for {search}" : "{search} araması sonucunda uygun bir kullanıcı bulunamadı",
+ "An error occurred. Please try again" : "Bir sorun çıktı. Lütfen yeniden deneyin",
"{sharee} (group)" : "{sharee} (grup)",
- "{sharee} (remote)" : "{sharee} (harici)",
+ "{sharee} (remote)" : "{sharee} (uzak)",
+ "{sharee} (email)" : "{sharee} (e-posta)",
"Share" : "Paylaş",
- "Error removing share" : "Paylaşım kaldırılırken hata",
- "Non-existing tag #{tag}" : "Mevcut olmayan etiket #{tag}",
- "restricted" : "yasaklı",
+ "Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Birleşmiş Bulut Kodu ile diğer sunucular üzerindeki kişiler ile paylaş username@example.com/nextcloud",
+ "Share with users or by mail..." : "Kullanıcılar ya da e-posta ile paylaş...",
+ "Share with users or remote users..." : "Kullanıcılar ya da uzak kullanıcılar ile paylaş...",
+ "Share with users, remote users or by mail..." : "Kullanıcılar, uzak kullanıcılar ya da e-posta ile paylaş...",
+ "Share with users or groups..." : "Kullanıcı ya da gruplar ile paylaş...",
+ "Share with users, groups or by mail..." : "Kullanıcılar, gruplar ya da e-posta ile paylaş...",
+ "Share with users, groups or remote users..." : "Kullanıcılar, gruplar ya da uzak kullanıcılar ile paylaş...",
+ "Share with users, groups, remote users or by mail..." : "Kullanıcılar, gruplar, uzak kullanıcılar ya da e-posta ile paylaş...",
+ "Share with users..." : "Kullanıcılar ile paylaş...",
+ "Error removing share" : "Paylaşımdan kaldırılırken sorun çıktı",
+ "Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı",
+ "restricted" : "kısıtlı",
"invisible" : "görünmez",
"({scope})" : "({scope})",
"Delete" : "Sil",
- "Rename" : "Yeniden adlandır",
- "Collaborative tags" : "İşbirlikçi etiketler",
+ "Rename" : "Yeniden Adlandır",
+ "Collaborative tags" : "İşbirliği etiketleri",
+ "No tags found" : "Herhangi bir etiket bulunamadı",
"The object type is not specified." : "Nesne türü belirtilmemiş.",
- "Enter new" : "Yeni girin",
+ "Enter new" : "Yeni ekle",
"Add" : "Ekle",
"Edit tags" : "Etiketleri düzenle",
- "Error loading dialog template: {error}" : "İletişim şablonu yüklenirken hata: {error}",
- "No tags selected for deletion." : "Silmek için bir etiket seçilmedi.",
+ "Error loading dialog template: {error}" : "İletişim kalıbı yüklenirken sorun çıktı: {error}",
+ "No tags selected for deletion." : "Silinecek bir etiket seçilmemiş.",
"unknown text" : "bilinmeyen metin",
"Hello world!" : "Merhaba dünya!",
"sunny" : "güneşli",
"Hello {name}, the weather is {weather}" : "Merhaba {name}, hava durumu {weather}",
"Hello {name}" : "Merhaba {name}",
- "new" : "Yeni",
- "_download %n file_::_download %n files_" : ["%n dosya indir","%n dosya indir"],
- "An error occurred." : "Bir hata oluştu",
+ "new" : "yeni",
+ "_download %n file_::_download %n files_" : ["%n dosyayı indir","%n dosyayı indir"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "Güncelleniyor. Bu sayfadan ayrılırsanız bazı işlemler yarım kalabilir.",
+ "Update to {version}" : "{version} sürümüne güncelle",
+ "An error occurred." : "Bir sorun çıktı.",
"Please reload the page." : "Lütfen sayfayı yeniden yükleyin.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Güncelleme başarısız oldu. Daha fazla bilgi için bu sorunu kapsayan <a href=\"{url}\">forum gönderimize</a> bakın.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Güncelleme işlemi maalesef başarısızlığa uğradı. Lütfen bu surunu <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud topluluğu</a>na bildirin. ",
- "The update was successful. Redirecting you to Nextcloud now." : "Güncelleme başarılı oldu. Nextcloud'a yönlendiriliyorsunuz.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uygulama güncellenemedi. Ayrıntılı bilgi almak için bu sorunu kapsayan <a href=\"{url}\">forum iletimize</a> bakın.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uygulama güncellenemedi. Lütfen bu sorunu  <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud topluluğuna</a> bildirin.",
+ "Continue to Nextcloud" : "Nextcloud kullanmaya geç",
+ "The update was successful. Redirecting you to Nextcloud now." : "Uygulama güncellendi. Nextcloud kullanmaya yönlendiriliyorsunuz.",
"Searching other places" : "Diğer konumlarda aranıyor",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["Diğer klasörlerde {count} arama sonucu","Diğer bir klasörde {count} arama sonucu"],
+ "No search results in other folders for '{tag}{filter}{endtag}'" : "'{tag}{filter}{endtag}' araması için diğer klasörlerde uygun bir sonuç yok",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["Diğer klasörlerde {count} arama sonucu","Diğer klasörlerde {count} arama sonucu"],
"Personal" : "Kişisel",
"Users" : "Kullanıcılar",
"Apps" : "Uygulamalar",
"Admin" : "Yönetici",
"Help" : "Yardım",
- "Access forbidden" : "Erişim yasak",
+ "Access forbidden" : "Erişim engellendi",
"File not found" : "Dosya bulunamadı",
"The specified document has not been found on the server." : "Belirtilen dosya sunucuda bulunamadı.",
"You can click here to return to %s." : "%s ana sayfasına dönmek için buraya tıklayabilirsiniz.",
diff --git a/core/l10n/tr.json b/core/l10n/tr.json
index 09737016722..a68e67add76 100644
--- a/core/l10n/tr.json
+++ b/core/l10n/tr.json
@@ -1,162 +1,201 @@
{ "translations": {
"Please select a file." : "Lütfen bir dosya seçin.",
"File is too big" : "Dosya çok büyük",
- "Invalid file provided" : "Geçersiz dosya sağlandı",
- "No image or file provided" : "Resim veya dosya belirtilmedi",
- "Unknown filetype" : "Bilinmeyen dosya türü",
- "Invalid image" : "Geçersiz resim",
- "An error occurred. Please contact your admin." : "Bir hata oluştu. Lütfen yöneticinize başvurun.",
- "No temporary profile picture available, try again" : "Kullanılabilir geçici profil resmi yok, tekrar deneyin",
- "No crop data provided" : "Kesme verisi sağlanmamış",
- "No valid crop data provided" : "Geçerli kırpma verisi sağlanmadı",
- "Crop is not square" : "Kırpma kare değil",
- "Couldn't reset password because the token is invalid" : "Belirteç geçersiz olduğundan parola sıfırlanamadı",
- "Couldn't reset password because the token is expired" : "Jeton zaman aşımına uğradığından parola sıfırlanamadı",
+ "The selected file is not an image." : "Seçilmiş dosya bir görsel dosyası değil.",
+ "The selected file cannot be read." : "Seçilmiş dosya okunamadı.",
+ "Invalid file provided" : "Belirtilen dosya geçersiz",
+ "No image or file provided" : "Bir görsel ya da dosya belirtilmemiş",
+ "Unknown filetype" : "Dosya türü bilinmiyor",
+ "Invalid image" : "Görsel geçersiz",
+ "An error occurred. Please contact your admin." : "Bir sorun çıktı. Lütfen yöneticinizle görüşün.",
+ "No temporary profile picture available, try again" : "Kullanılabilecek geçici bir profil görseli bulunamadı. Yeniden deneyin",
+ "No crop data provided" : "Kırpma verileri belirtilmemiş",
+ "No valid crop data provided" : "Geçerli bir kırpma verisi belirtilmemiş",
+ "Crop is not square" : "Kırpma kare şeklinde değil",
+ "Couldn't reset password because the token is invalid" : "Kod geçersiz olduğundan parola sıfırlanamadı",
+ "Couldn't reset password because the token is expired" : "Kodun süresi geçtiğinden parola sıfırlanamadı",
"Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.",
+ "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Bu kullanıcı için bir e-posta adresi olmadığından sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile görüşün.",
"%s password reset" : "%s parola sıfırlama",
- "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.",
+ "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile görüşün.",
"Preparing update" : "Güncelleme hazırlanıyor",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "Onarım uyarısı:",
"Repair error: " : "Onarım hatası:",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Otomatik güncellemeler config.php dosyasından pasif duruma getirildiği için, lütfen komut satırı güncelleyicisini kullanın. Oto",
- "[%d / %d]: Checking table %s" : "[%d / %d]: Tablo kontroi ediliyor %s",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Otomatik güncellemeler config.php dosyasında devre dışı bırakılmış olduğundan, komut satırı güncelleyicisini kullanın.",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: %s tablosu denetleniyor",
"Turned on maintenance mode" : "Bakım kipi etkinleştirildi",
- "Turned off maintenance mode" : "Bakım kipi kapatıldı",
+ "Turned off maintenance mode" : "Bakım kipi devre dışı bırakıldı",
"Maintenance mode is kept active" : "Bakım kipi etkin tutuldu",
"Updating database schema" : "Veritabanı şeması güncelleniyor",
"Updated database" : "Veritabanı güncellendi",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Veritabanı şeması güncellenebilirliği denetleniyor (Veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
- "Checked database schema update" : "Veritabanı şema güncellemesi denetlendi",
- "Checking updates of apps" : "Uygulamaların güncellemeleri denetleniyor",
- "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s için veritabanı güncellenebilirliği denetleniyor (Veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
+ "Checked database schema update" : "Veritabanı şeması güncellemesi denetlendi",
+ "Checking updates of apps" : "Uygulama güncellemeleri denetleniyor",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s için veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
"Checked database schema update for apps" : "Uygulamalar için veritabanı şema güncellemesi denetlendi",
"Updated \"%s\" to %s" : "\"%s\", %s sürümüne güncellendi",
- "Set log level to debug" : "Günlük seviyesini hata ayıklama olarak ayarla",
- "Reset log level" : "Günlük seviyesini sıfırla",
+ "Set log level to debug" : "Günlükleme düzeyini Hata Ayıklama olarak ayarla",
+ "Reset log level" : "Günlükleme düzeyini sıfırla",
"Starting code integrity check" : "Kod bütünlük sınaması başlatılıyor",
"Finished code integrity check" : "Kod bütünlük sınaması bitti",
- "%s (3rdparty)" : "%s (3. parti)",
+ "%s (3rdparty)" : "%s (3. taraf)",
"%s (incompatible)" : "%s (uyumsuz)",
"Following apps have been disabled: %s" : "Aşağıdaki uygulamalar devre dışı bırakıldı: %s",
"Already up to date" : "Zaten güncel",
- "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Kod bütünlük sınamasında sorunlar oluştu. Daha fazla bilgi…</a>",
+ "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Kod bütünlük sınamasında sorunlar çıktı. Ayrıntılı bilgi…</a>",
"Settings" : "Ayarlar",
+ "Connection to server lost" : "Sunucu bağlantısı kesildi",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Sayfa yüklenirken bir sorun çıktı. %n saniye sonra yeniden yüklenecek","Sayfa yüklenirken bir sorun çıktı. %n saniye sonra yeniden yüklenecek"],
"Saving..." : "Kaydediliyor...",
- "Dismiss" : "İptal et",
+ "Dismiss" : "Yoksay",
+ "This action requires you to confirm your password" : "Bu işlemi yapabilmek için parolanızı yazmalısınız",
+ "Authentication required" : "Kimlik doğrulaması gerekli",
"Password" : "Parola",
"Cancel" : "İptal",
- "seconds ago" : "saniyeler önce",
- "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Parolanızı değiştirme bağlantısı e-posta adresinize gönderildi. Makul bir süre içerisinde almadıysanız spam/gereksiz klasörlerini kontrol ediniz.<br>Bu konumlarda da yoksa yerel sistem yöneticinize sorunuz.",
+ "Confirm" : "Onayla",
+ "Failed to authenticate, try again" : "Kimlik doğrulanamadı, yeniden deneyin",
+ "seconds ago" : "saniye önce",
+ "Logging in …" : "Oturum açılıyor ...",
+ "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Parola sıfırlama bağlantısı e-posta adresinize gönderildi. Bir kaç dakika içinde e-postayı almazsanız spam/gereksiz klasörlerinize bakın.<br>E-postayı göremiyorsanız yerel sistem yöneticinizle görüşün.",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Parola sıfırlama işleminden sonra verilerinize erişemeyeceksiniz.<br />Ne yapacağınızdan emin değilseniz, ilerlemeden önce sistem yöneticiniz ile görüşün.<br />Gerçekten devam etmek istiyor musunuz?",
"I know what I'm doing" : "Ne yaptığımı biliyorum",
- "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen yöneticiniz ile iletişime geçin.",
+ "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen yöneticiniz ile görüşün.",
"No" : "Hayır",
"Yes" : "Evet",
- "Choose" : "Seç",
- "Error loading file picker template: {error}" : "Dosya seçici şablonu yüklenirken hata: {error}",
+ "No files in here" : "Burada herhangi bir dosya yok",
+ "Choose" : "Seçin",
+ "Error loading file picker template: {error}" : "Dosya seçme kalıbı yüklenirken sorun çıktı: {error}",
"Ok" : "Tamam",
- "Error loading message template: {error}" : "İleti şablonu yüklenirken hata: {error}",
+ "Error loading message template: {error}" : "İleti kalıbı yüklenirken sorun çıktı: {error}",
"read-only" : "salt okunur",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} dosya çakışması","{count} dosya çakışması"],
"One file conflict" : "Bir dosya çakışması",
"New Files" : "Yeni Dosyalar",
- "Already existing files" : "Zaten mevcut olan dosyalar",
+ "Already existing files" : "Zaten var olan dosyalar",
"Which files do you want to keep?" : "Hangi dosyaları saklamak istiyorsunuz?",
- "If you select both versions, the copied file will have a number added to its name." : "İki sürümü de seçerseniz, kopyalanan dosyanın ismine bir sayı ilave edilecektir.",
+ "If you select both versions, the copied file will have a number added to its name." : "İki sürümü de seçerseniz, kopyalanan dosyanın adına bir sayı eklenir.",
"Continue" : "Devam et",
- "(all selected)" : "(tümü seçildi)",
- "({count} selected)" : "({count} seçildi)",
- "Error loading file exists template" : "Dosya mevcut şablonu yüklenirken hata",
- "Very weak password" : "Çok güçsüz parola",
- "Weak password" : "Güçsüz parola",
- "So-so password" : "Normal parola",
- "Good password" : "İyi parola",
- "Strong password" : "Güçlü parola",
- "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.",
- "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresini çözümleyecek şekilde uygun yapılandırılmamış. Daha fazla bilgi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.",
+ "(all selected)" : "(tüm seçilmişler)",
+ "({count} selected)" : "({count} seçilmiş)",
+ "Error loading file exists template" : "Dosya var kalıbı yüklenirken sorun çıktı",
+ "Pending" : "Bekliyor",
+ "Very weak password" : "Parola çok zayıf",
+ "Weak password" : "Parola zayıf",
+ "So-so password" : "Parola idare eder",
+ "Good password" : "Parola iyi",
+ "Strong password" : "Parola güçlü",
+ "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya eşitlemesi için doğru şekilde ayarlanmamış. WevDAV arabirimi sorunlu görünüyor.",
+ "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresi çözümlemesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden fazla uç noktaya ulaşılamıyor. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya üçüncü parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için İnternet bağlantısını etkinleştirmenizi öneriyoruz.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Hafıza önbelleği yapılandırılmamış. İmkanı varsa performansı iyileştirmek için bir önbellek yapılandırması yapın. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Güvenlik nedeniyle çokça önerilen /dev/urandom PHP tarafından okunamıyor. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Halen PHP {version} kullanıyorsunuz. Dağıtımınız destekler desteklemez PHP sürümünüzü güncelleyerek <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performans ve güvenlik geliştirmelerinden</a> faydalanmanızı öneriyoruz.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached dağıtık bellek olarak yapılandırılmış ama hatalı PHP \"memcache\" modülü kurulmuş. \\OC\\Memcache\\Memcached sadece \"memcached\" modülünü destekler, \"memcache\"i değil. <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wikisinde iki modül hakkında da</a> bilgi bulabilirsiniz.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünlük kontrolünü geçemedi. Bu sorunun üstesinden nasıl geleceğinizi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi…</a> / <a href=\"{rescanEndpoint}\">Tekrar tara…</a>)",
- "Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu",
+ "The PHP Opcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend ↗</a> to use following settings in the <code>php.ini</code>:" : "PHP Opcache doğru şekilde ayarlanmamış. Daha iyi sonuç almak için  <code>php.ini</code> dosyasında <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">şu ayarların kullanılması önerilir ↗</a>:",
+ "Error occurred while checking server setup" : "Sunucu ayarları denetlenirken bir sorun çıktı",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "data dizininiz ve dosyalarınız büyük ihtimalle İnternet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu belge dizini dışına almanızı şiddetle tavsiye ederiz.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP başlığı \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu muhtemel bir güvenlik veya gizlilik riski olduğundan bu ayarı düzeltmenizi öneririz.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "\"Strict-Transport-Security\" HTTP başlığı en azından\"{seconds}\" saniyedir yapılandırılmamış. Gelişmiş güvenlik için <a href=\"{docUrl}\" rel=\"noreferrer\">güvenlik ipuçlarında</a> tarif edildiği gibi HSTS'nin etkinleştirilmesini öneririz.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Bu siteye HTTP aracılığıyla erişiyorsunuz. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarımızda</a> gösterildiği şekilde HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.",
- "Shared" : "Paylaşılan",
+ "Shared" : "Paylaşılmış",
"Shared with {recipients}" : "{recipients} ile paylaşılmış",
"Error" : "Hata",
- "Error while sharing" : "Paylaşım sırasında hata",
- "Error while unsharing" : "Paylaşım iptal edilirken hata",
- "Error setting expiration date" : "Son kullanma tarihi ayarlama hatası",
- "The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan en geç {days} gün sonra sona erecek",
+ "Error while sharing" : "Paylaşılırken sorun çıktı",
+ "Error while unsharing" : "Paylaşımdan kaldırılırken sorun çıktı",
+ "Error setting expiration date" : "Son kullanma tarihi ayarlanırken sorun çıktı",
+ "The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan {days} gün sonra kullanımdan kaldırılacak",
"Set expiration date" : "Son kullanma tarihini ayarla",
- "Expiration" : "Bitiş",
- "Expiration date" : "Son kullanım tarihi",
+ "Expiration" : "Son kullanma",
+ "Expiration date" : "Son kullanma tarihi",
"Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin",
"Copied!" : "Kopyalandı!",
+ "Copy" : "Kopyala",
"Not supported!" : "Desteklenmiyor!",
- "Press ⌘-C to copy." : "Kopyalamak için ⌘-C kullanın.",
- "Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C kullanın.",
- "Resharing is not allowed" : "Tekrar paylaşmaya izin verilmiyor",
+ "Press ⌘-C to copy." : "Kopyalamak için ⌘-C tuşlarına basın.",
+ "Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C tuşlarına basın.",
+ "Resharing is not allowed" : "Yeniden paylaşıma izin verilmiyor",
"Share link" : "Paylaşma bağlantısı",
"Link" : "Bağlantı",
"Password protect" : "Parola koruması",
- "Allow editing" : "Düzenlemeye izin ver",
+ "Allow upload and editing" : "Yükleme ve düzenleme yapılabilsin",
+ "Allow editing" : "Düzenleme yapılabilsin",
+ "File drop (upload only)" : "Dosya bırakma (yalnız yükleme)",
"Email link to person" : "Bağlantıyı e-posta ile gönder",
"Send" : "Gönder",
- "Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaştırılmış",
- "Shared with you by {owner}" : "{owner} tarafından sizinle paylaşıldı",
+ "Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaşılmış",
+ "Shared with you by {owner}" : "{owner} tarafından sizinle paylaşılmış",
+ "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} bağlantı ile paylaşılmış",
"group" : "grup",
"remote" : "uzak",
- "Unshare" : "Paylaşmayı Kaldır",
+ "email" : "e-posta",
+ "Unshare" : "Paylaşımdan Kaldır",
+ "can reshare" : "yeniden paylaşabilir",
"can edit" : "düzenleyebilir",
- "access control" : "erişim kontrolü",
+ "can create" : "ekleyebilir",
+ "can change" : "değiştirebilir",
+ "can delete" : "silebilir",
+ "access control" : "erişim denetimi",
"Could not unshare" : "Paylaşım kaldırılamadı",
"Share details could not be loaded for this item." : "Bu öge için paylaşma ayrıntıları yüklenemedi.",
- "No users or groups found for {search}" : "{search} için kullanıcı veya grup bulunamadı",
- "No users found for {search}" : "{search} için hiç bir kullanıcı bulunamadı",
- "An error occurred. Please try again" : "Bir hata oluştu. Lütfen yeniden deneyin",
+ "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Otomatik tamamlama için en az {count} karakter gereklidir","Otomatik tamamlama için en az {count} karakter gereklidir"],
+ "This list is maybe truncated - please refine your search term to see more results." : "Bu liste budanmış olabilir. Lütfen daha fazla sonuç görmek için arama ifadenizi daraltın.",
+ "No users or groups found for {search}" : "{search} araması sonucunda uygun bir kullanıcı ya da grup bulunamadı",
+ "No users found for {search}" : "{search} araması sonucunda uygun bir kullanıcı bulunamadı",
+ "An error occurred. Please try again" : "Bir sorun çıktı. Lütfen yeniden deneyin",
"{sharee} (group)" : "{sharee} (grup)",
- "{sharee} (remote)" : "{sharee} (harici)",
+ "{sharee} (remote)" : "{sharee} (uzak)",
+ "{sharee} (email)" : "{sharee} (e-posta)",
"Share" : "Paylaş",
- "Error removing share" : "Paylaşım kaldırılırken hata",
- "Non-existing tag #{tag}" : "Mevcut olmayan etiket #{tag}",
- "restricted" : "yasaklı",
+ "Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Birleşmiş Bulut Kodu ile diğer sunucular üzerindeki kişiler ile paylaş username@example.com/nextcloud",
+ "Share with users or by mail..." : "Kullanıcılar ya da e-posta ile paylaş...",
+ "Share with users or remote users..." : "Kullanıcılar ya da uzak kullanıcılar ile paylaş...",
+ "Share with users, remote users or by mail..." : "Kullanıcılar, uzak kullanıcılar ya da e-posta ile paylaş...",
+ "Share with users or groups..." : "Kullanıcı ya da gruplar ile paylaş...",
+ "Share with users, groups or by mail..." : "Kullanıcılar, gruplar ya da e-posta ile paylaş...",
+ "Share with users, groups or remote users..." : "Kullanıcılar, gruplar ya da uzak kullanıcılar ile paylaş...",
+ "Share with users, groups, remote users or by mail..." : "Kullanıcılar, gruplar, uzak kullanıcılar ya da e-posta ile paylaş...",
+ "Share with users..." : "Kullanıcılar ile paylaş...",
+ "Error removing share" : "Paylaşımdan kaldırılırken sorun çıktı",
+ "Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı",
+ "restricted" : "kısıtlı",
"invisible" : "görünmez",
"({scope})" : "({scope})",
"Delete" : "Sil",
- "Rename" : "Yeniden adlandır",
- "Collaborative tags" : "İşbirlikçi etiketler",
+ "Rename" : "Yeniden Adlandır",
+ "Collaborative tags" : "İşbirliği etiketleri",
+ "No tags found" : "Herhangi bir etiket bulunamadı",
"The object type is not specified." : "Nesne türü belirtilmemiş.",
- "Enter new" : "Yeni girin",
+ "Enter new" : "Yeni ekle",
"Add" : "Ekle",
"Edit tags" : "Etiketleri düzenle",
- "Error loading dialog template: {error}" : "İletişim şablonu yüklenirken hata: {error}",
- "No tags selected for deletion." : "Silmek için bir etiket seçilmedi.",
+ "Error loading dialog template: {error}" : "İletişim kalıbı yüklenirken sorun çıktı: {error}",
+ "No tags selected for deletion." : "Silinecek bir etiket seçilmemiş.",
"unknown text" : "bilinmeyen metin",
"Hello world!" : "Merhaba dünya!",
"sunny" : "güneşli",
"Hello {name}, the weather is {weather}" : "Merhaba {name}, hava durumu {weather}",
"Hello {name}" : "Merhaba {name}",
- "new" : "Yeni",
- "_download %n file_::_download %n files_" : ["%n dosya indir","%n dosya indir"],
- "An error occurred." : "Bir hata oluştu",
+ "new" : "yeni",
+ "_download %n file_::_download %n files_" : ["%n dosyayı indir","%n dosyayı indir"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "Güncelleniyor. Bu sayfadan ayrılırsanız bazı işlemler yarım kalabilir.",
+ "Update to {version}" : "{version} sürümüne güncelle",
+ "An error occurred." : "Bir sorun çıktı.",
"Please reload the page." : "Lütfen sayfayı yeniden yükleyin.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Güncelleme başarısız oldu. Daha fazla bilgi için bu sorunu kapsayan <a href=\"{url}\">forum gönderimize</a> bakın.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Güncelleme işlemi maalesef başarısızlığa uğradı. Lütfen bu surunu <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud topluluğu</a>na bildirin. ",
- "The update was successful. Redirecting you to Nextcloud now." : "Güncelleme başarılı oldu. Nextcloud'a yönlendiriliyorsunuz.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uygulama güncellenemedi. Ayrıntılı bilgi almak için bu sorunu kapsayan <a href=\"{url}\">forum iletimize</a> bakın.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uygulama güncellenemedi. Lütfen bu sorunu  <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud topluluğuna</a> bildirin.",
+ "Continue to Nextcloud" : "Nextcloud kullanmaya geç",
+ "The update was successful. Redirecting you to Nextcloud now." : "Uygulama güncellendi. Nextcloud kullanmaya yönlendiriliyorsunuz.",
"Searching other places" : "Diğer konumlarda aranıyor",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["Diğer klasörlerde {count} arama sonucu","Diğer bir klasörde {count} arama sonucu"],
+ "No search results in other folders for '{tag}{filter}{endtag}'" : "'{tag}{filter}{endtag}' araması için diğer klasörlerde uygun bir sonuç yok",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["Diğer klasörlerde {count} arama sonucu","Diğer klasörlerde {count} arama sonucu"],
"Personal" : "Kişisel",
"Users" : "Kullanıcılar",
"Apps" : "Uygulamalar",
"Admin" : "Yönetici",
"Help" : "Yardım",
- "Access forbidden" : "Erişim yasak",
+ "Access forbidden" : "Erişim engellendi",
"File not found" : "Dosya bulunamadı",
"The specified document has not been found on the server." : "Belirtilen dosya sunucuda bulunamadı.",
"You can click here to return to %s." : "%s ana sayfasına dönmek için buraya tıklayabilirsiniz.",