diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-17 02:31:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-17 02:31:51 +0000 |
commit | cc814bb568316c55f55a5ecc6502943640770d2b (patch) | |
tree | bcf8d245bbe57d45efd75ca27685c10f41a9de86 /lib/l10n/tr.js | |
parent | 914714f26a38c6ede9182c79c88e1890474802b6 (diff) | |
download | nextcloud-server-cc814bb568316c55f55a5ecc6502943640770d2b.tar.gz nextcloud-server-cc814bb568316c55f55a5ecc6502943640770d2b.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/tr.js')
-rw-r--r-- | lib/l10n/tr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 7b85ad8f12a..ab8e3d8343e 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -114,10 +114,6 @@ OC.L10N.register( "Role" : "Pozisyon", "Unknown user" : "Kullanıcı bilinmiyor", "Additional settings" : "Ek ayarlar", - "%s enter the database username and name." : "%s veritabanı adını ve kullanıcı adını yazın.", - "%s enter the database username." : "%s veritabanı kullanıcı adını yazın.", - "%s enter the database name." : "%s veritabanı adını yazın.", - "%s you may not use dots in the database name" : "%s veritabanı adında nokta kullanamayabilirsiniz", "MySQL username and/or password not valid" : "MySQL kullanıcı adı ya da parolası geçersiz", "You need to enter details of an existing account." : "Var olan bir hesabın bilgilerini yazmalısınız.", "Oracle connection could not be established" : "Oracle ile bağlantı kurulamadı", @@ -260,6 +256,10 @@ OC.L10N.register( "Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor", "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s", "This can usually be fixed by giving the webserver write access to the config directory." : "Bu sorun genellikle, web sunucusuna config klasörüne yazma izni verilerek çözülebilir.", + "%s enter the database username and name." : "%s veritabanı adını ve kullanıcı adını yazın.", + "%s enter the database username." : "%s veritabanı kullanıcı adını yazın.", + "%s enter the database name." : "%s veritabanı adını yazın.", + "%s you may not use dots in the database name" : "%s veritabanı adında nokta kullanamayabilirsiniz", "Cannot read file" : "Dosya okunamadı", "Cannot write into \"config\" directory" : "\"config\" klasörüne yazılamıyor", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Bu sorun genellikle, web sunucusuna config klasörüne yazma izni verilerek çözülebilir. %s bölümüne bakın", |