diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-10 01:54:35 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-10 01:54:35 -0500 |
commit | 22e5220c1f79a5f3db03decd9b6b13d70d4f2ff0 (patch) | |
tree | 710632772bbd5e914146ba792aaeefeea674e7c5 /lib | |
parent | 19b7911d79fca5c88849498298add83bd825565f (diff) | |
download | nextcloud-server-22e5220c1f79a5f3db03decd9b6b13d70d4f2ff0.tar.gz nextcloud-server-22e5220c1f79a5f3db03decd9b6b13d70d4f2ff0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/tr.js | 8 | ||||
-rw-r--r-- | lib/l10n/tr.json | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 8b31e25ca22..80441738563 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -8,7 +8,13 @@ OC.L10N.register( "Sample configuration detected" : "Örnek yapılandırma tespit edildi", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Örnek yapılandırmanın kopyalanmış olabileceği tespit edildi. Bu kurulumunuzu bozabilir ve desteklenmemektedir. Lütfen config.php dosyasında değişiklik yapmadan önce belgelendirmeyi okuyun", "PHP %s or higher is required." : "PHP %s veya daha üst sürümü gerekli.", + "PHP with a version lower than %s is required." : "PHP'nin %s sürümü öncesi gerekli.", "Following databases are supported: %s" : "Şu veritabanları desteklenmekte: %s", + "The command line tool %s could not be found" : "Komut satırı aracı %s bulunamadı", + "The library %s is not available." : "%s kütüphanesi kullanılamıyor.", + "Following platforms are supported: %s" : "Aşağıdaki platformlar destekleniyor: %s", + "ownCloud %s or higher is required." : "ownCloud %s veya daha üstü gerekli.", + "ownCloud with a version lower than %s is required." : "ownCloud %s sürümünden daha öncesi gerekli.", "Help" : "Yardım", "Personal" : "Kişisel", "Settings" : "Ayarlar", @@ -25,7 +31,7 @@ OC.L10N.register( "last month" : "geçen ay", "_%n month ago_::_%n months ago_" : ["","%n ay önce"], "last year" : "geçen yıl", - "_%n year ago_::_%n years ago_" : ["",""], + "_%n year ago_::_%n years ago_" : ["%n yıl önce","%n yıl önce"], "_%n hour ago_::_%n hours ago_" : ["","%n saat önce"], "_%n minute ago_::_%n minutes ago_" : ["","%n dakika önce"], "seconds ago" : "saniyeler önce", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index c2e979de98f..b514a9eac3d 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -6,7 +6,13 @@ "Sample configuration detected" : "Örnek yapılandırma tespit edildi", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Örnek yapılandırmanın kopyalanmış olabileceği tespit edildi. Bu kurulumunuzu bozabilir ve desteklenmemektedir. Lütfen config.php dosyasında değişiklik yapmadan önce belgelendirmeyi okuyun", "PHP %s or higher is required." : "PHP %s veya daha üst sürümü gerekli.", + "PHP with a version lower than %s is required." : "PHP'nin %s sürümü öncesi gerekli.", "Following databases are supported: %s" : "Şu veritabanları desteklenmekte: %s", + "The command line tool %s could not be found" : "Komut satırı aracı %s bulunamadı", + "The library %s is not available." : "%s kütüphanesi kullanılamıyor.", + "Following platforms are supported: %s" : "Aşağıdaki platformlar destekleniyor: %s", + "ownCloud %s or higher is required." : "ownCloud %s veya daha üstü gerekli.", + "ownCloud with a version lower than %s is required." : "ownCloud %s sürümünden daha öncesi gerekli.", "Help" : "Yardım", "Personal" : "Kişisel", "Settings" : "Ayarlar", @@ -23,7 +29,7 @@ "last month" : "geçen ay", "_%n month ago_::_%n months ago_" : ["","%n ay önce"], "last year" : "geçen yıl", - "_%n year ago_::_%n years ago_" : ["",""], + "_%n year ago_::_%n years ago_" : ["%n yıl önce","%n yıl önce"], "_%n hour ago_::_%n hours ago_" : ["","%n saat önce"], "_%n minute ago_::_%n minutes ago_" : ["","%n dakika önce"], "seconds ago" : "saniyeler önce", |