summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-02-03 01:10:30 +0000
committerNextcloud bot <bot@nextcloud.com>2018-02-03 01:10:30 +0000
commit7af48b4187a6dc806fc033000e1110d3c2baf7a9 (patch)
tree56becd5a205c4edc1aeb1a8da825f8ac46791645 /lib/l10n
parent737e7f9f29ed908e160a5aa64db155cbcabd2e25 (diff)
downloadnextcloud-server-7af48b4187a6dc806fc033000e1110d3c2baf7a9.tar.gz
nextcloud-server-7af48b4187a6dc806fc033000e1110d3c2baf7a9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/de.js16
-rw-r--r--lib/l10n/de.json16
-rw-r--r--lib/l10n/de_DE.js16
-rw-r--r--lib/l10n/de_DE.json16
-rw-r--r--lib/l10n/it.js3
-rw-r--r--lib/l10n/it.json3
-rw-r--r--lib/l10n/ka_GE.js16
-rw-r--r--lib/l10n/ka_GE.json16
-rw-r--r--lib/l10n/ko.js16
-rw-r--r--lib/l10n/ko.json16
-rw-r--r--lib/l10n/tr.js16
-rw-r--r--lib/l10n/tr.json16
12 files changed, 156 insertions, 10 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 5693529e106..066f2ed5bb1 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -227,6 +227,20 @@ OC.L10N.register(
"Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s",
"Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s",
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
- "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s"
+ "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
+ "Personal" : "Persönlich",
+ "Admin" : "Administrator",
+ "DB Error: \"%s\"" : "DB-Fehler: \"%s“",
+ "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s“",
+ "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s“, Name: %s, Passwort: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die neuen Berechtigungen, die erteilten Berechtigungen %s überschreiten",
+ "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Element nicht gefunden wurde",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Ablaufdatum kann nicht entfernt werden. Freigaben benötigen ein Ablaufdatum.",
+ "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen",
+ "Files can't be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden",
+ "Files can't be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden",
+ "Cannot set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in die Zukunft liegen",
+ "No app name specified" : "Es wurde kein App-Name angegeben",
+ "App '%s' could not be installed!" : "App '%s' konnte nicht installiert werden!"
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index 1fea64d4544..78cc16371b5 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -225,6 +225,20 @@
"Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s",
"Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s",
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
- "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s"
+ "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
+ "Personal" : "Persönlich",
+ "Admin" : "Administrator",
+ "DB Error: \"%s\"" : "DB-Fehler: \"%s“",
+ "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s“",
+ "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s“, Name: %s, Passwort: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die neuen Berechtigungen, die erteilten Berechtigungen %s überschreiten",
+ "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Element nicht gefunden wurde",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Ablaufdatum kann nicht entfernt werden. Freigaben benötigen ein Ablaufdatum.",
+ "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen",
+ "Files can't be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden",
+ "Files can't be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden",
+ "Cannot set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in die Zukunft liegen",
+ "No app name specified" : "Es wurde kein App-Name angegeben",
+ "App '%s' could not be installed!" : "App '%s' konnte nicht installiert werden!"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index 00bb727a524..bc2f0923577 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -227,6 +227,20 @@ OC.L10N.register(
"Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s",
"Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s",
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
- "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s"
+ "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
+ "Personal" : "Persönlich",
+ "Admin" : "Administrator",
+ "DB Error: \"%s\"" : "DB-Fehler: \"%s“",
+ "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s“",
+ "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s“, Name: %s, Passwort: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die neuen Berechtigungen, die erteilten Berechtigungen %s überschreiten",
+ "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Element nicht gefunden wurde",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Ablaufdatum kann nicht entfernt werden. Freigaben benötigen ein Ablaufdatum.",
+ "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen",
+ "Files can't be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden",
+ "Files can't be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden",
+ "Cannot set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in die Zukunft liegen",
+ "No app name specified" : "Es wurde kein App-Name angegeben",
+ "App '%s' could not be installed!" : "App '%s' konnte nicht installiert werden!"
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index 7beb1d7e3f5..03a790e58ec 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -225,6 +225,20 @@
"Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s",
"Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s",
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
- "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s"
+ "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
+ "Personal" : "Persönlich",
+ "Admin" : "Administrator",
+ "DB Error: \"%s\"" : "DB-Fehler: \"%s“",
+ "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s“",
+ "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s“, Name: %s, Passwort: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die neuen Berechtigungen, die erteilten Berechtigungen %s überschreiten",
+ "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Element nicht gefunden wurde",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Ablaufdatum kann nicht entfernt werden. Freigaben benötigen ein Ablaufdatum.",
+ "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen",
+ "Files can't be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden",
+ "Files can't be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden",
+ "Cannot set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in die Zukunft liegen",
+ "No app name specified" : "Es wurde kein App-Name angegeben",
+ "App '%s' could not be installed!" : "App '%s' konnte nicht installiert werden!"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index 5e714417fb0..f9c643e9164 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -229,10 +229,13 @@ OC.L10N.register(
"Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile",
"Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s",
"Personal" : "Personale",
+ "Admin" : "Admin",
"DB Error: \"%s\"" : "Errore DB: \"%s\"",
"Offending command was: \"%s\"" : "Il comando non consentito era: \"%s\"",
"Offending command was: \"%s\", name: %s, password: %s" : "Il comando non consentito era: \"%s\", nome: %s, password: %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s",
+ "Setting permissions for %s failed, because the item was not found" : "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Impossibile cancellare la data di scadenza. Le condivisioni devono avere una data di scadenza.",
"Cannot increase permissions of %s" : "Impossibile aumentare i permessi di %s",
"Files can't be shared with delete permissions" : "I file non possono essere condivisi con permessi di eliminazione",
"Files can't be shared with create permissions" : "I file non possono essere condivisi con permessi di creazione",
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index cd1ae23c988..099ee47f9ff 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -227,10 +227,13 @@
"Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile",
"Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s",
"Personal" : "Personale",
+ "Admin" : "Admin",
"DB Error: \"%s\"" : "Errore DB: \"%s\"",
"Offending command was: \"%s\"" : "Il comando non consentito era: \"%s\"",
"Offending command was: \"%s\", name: %s, password: %s" : "Il comando non consentito era: \"%s\", nome: %s, password: %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s",
+ "Setting permissions for %s failed, because the item was not found" : "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Impossibile cancellare la data di scadenza. Le condivisioni devono avere una data di scadenza.",
"Cannot increase permissions of %s" : "Impossibile aumentare i permessi di %s",
"Files can't be shared with delete permissions" : "I file non possono essere condivisi con permessi di eliminazione",
"Files can't be shared with create permissions" : "I file non possono essere condivisi con permessi di creazione",
diff --git a/lib/l10n/ka_GE.js b/lib/l10n/ka_GE.js
index 04108eaf6d2..9f34f56d86d 100644
--- a/lib/l10n/ka_GE.js
+++ b/lib/l10n/ka_GE.js
@@ -227,6 +227,20 @@ OC.L10N.register(
"Storage incomplete configuration. %s" : "საცავის არასრული კონფიგურაცია. %s",
"Storage connection error. %s" : "საცავის კავშირის შეცდომა. %s",
"Storage is temporarily not available" : "საცავი დროებით ხელმიუწვდომელია",
- "Storage connection timeout. %s" : "საცავის კავშირის დროის ამოწურვა. %s"
+ "Storage connection timeout. %s" : "საცავის კავშირის დროის ამოწურვა. %s",
+ "Personal" : "პირადი",
+ "Admin" : "ადმინისტრატორი",
+ "DB Error: \"%s\"" : "DB შეცდომა: \"%s\"",
+ "Offending command was: \"%s\"" : "შემაშფოთებელი ბრძანება იყო: \"%s\"",
+ "Offending command was: \"%s\", name: %s, password: %s" : "შემაშფოთებელი ბრძანება იყო: \"%s\", სახელი: %s, პაროლი: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "უფლებების დაყენება %s-ზე არ მოხერხდა, რადგან უფლებები აჭარბებს %s-ის უფლებებს",
+ "Setting permissions for %s failed, because the item was not found" : "%s-ზე უფლებების მინიჭება არ მოხერხდა, რადგან ობიექტი ვერ იქნა ნაპოვნი",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "ვადის ამოწურვის თარიღის მოშორება ვერ ხერხდება. გაზიარებებს აუცილებლად უნდა ჰქონდეთ გაუქმების თარიღები.",
+ "Cannot increase permissions of %s" : "%s-ის უფლებების გაზრდა ვერ ხერხდება",
+ "Files can't be shared with delete permissions" : "ფაილები გაუქმების უფლებებით ვერ გაზიარდება",
+ "Files can't be shared with create permissions" : "ფაილები შექმნის უფლებებით ვერ გაზიარდება",
+ "Cannot set expiration date more than %s days in the future" : "ვადის ამოწურვის თარიღი %s დღეზე მეტი მომავალში ვერ იქნება",
+ "No app name specified" : "აპლიკაციის სახელი არაა მოცემული",
+ "App '%s' could not be installed!" : "აპლიკაცია '%s' ვერ ყენდება!"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/ka_GE.json b/lib/l10n/ka_GE.json
index ae4086f32de..509e94340cd 100644
--- a/lib/l10n/ka_GE.json
+++ b/lib/l10n/ka_GE.json
@@ -225,6 +225,20 @@
"Storage incomplete configuration. %s" : "საცავის არასრული კონფიგურაცია. %s",
"Storage connection error. %s" : "საცავის კავშირის შეცდომა. %s",
"Storage is temporarily not available" : "საცავი დროებით ხელმიუწვდომელია",
- "Storage connection timeout. %s" : "საცავის კავშირის დროის ამოწურვა. %s"
+ "Storage connection timeout. %s" : "საცავის კავშირის დროის ამოწურვა. %s",
+ "Personal" : "პირადი",
+ "Admin" : "ადმინისტრატორი",
+ "DB Error: \"%s\"" : "DB შეცდომა: \"%s\"",
+ "Offending command was: \"%s\"" : "შემაშფოთებელი ბრძანება იყო: \"%s\"",
+ "Offending command was: \"%s\", name: %s, password: %s" : "შემაშფოთებელი ბრძანება იყო: \"%s\", სახელი: %s, პაროლი: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "უფლებების დაყენება %s-ზე არ მოხერხდა, რადგან უფლებები აჭარბებს %s-ის უფლებებს",
+ "Setting permissions for %s failed, because the item was not found" : "%s-ზე უფლებების მინიჭება არ მოხერხდა, რადგან ობიექტი ვერ იქნა ნაპოვნი",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "ვადის ამოწურვის თარიღის მოშორება ვერ ხერხდება. გაზიარებებს აუცილებლად უნდა ჰქონდეთ გაუქმების თარიღები.",
+ "Cannot increase permissions of %s" : "%s-ის უფლებების გაზრდა ვერ ხერხდება",
+ "Files can't be shared with delete permissions" : "ფაილები გაუქმების უფლებებით ვერ გაზიარდება",
+ "Files can't be shared with create permissions" : "ფაილები შექმნის უფლებებით ვერ გაზიარდება",
+ "Cannot set expiration date more than %s days in the future" : "ვადის ამოწურვის თარიღი %s დღეზე მეტი მომავალში ვერ იქნება",
+ "No app name specified" : "აპლიკაციის სახელი არაა მოცემული",
+ "App '%s' could not be installed!" : "აპლიკაცია '%s' ვერ ყენდება!"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js
index 7bf504c0659..5af670f8835 100644
--- a/lib/l10n/ko.js
+++ b/lib/l10n/ko.js
@@ -227,6 +227,20 @@ OC.L10N.register(
"Storage incomplete configuration. %s" : "저장소 설정이 완전하지 않습니다. %s",
"Storage connection error. %s" : "저장소 연결 오류입니다. %s",
"Storage is temporarily not available" : "저장소를 임시로 사용할 수 없음",
- "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s"
+ "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s",
+ "Personal" : "개인",
+ "Admin" : "관리자",
+ "DB Error: \"%s\"" : "DB 오류: \"%s\"",
+ "Offending command was: \"%s\"" : "잘못된 명령: \"%s\"",
+ "Offending command was: \"%s\", name: %s, password: %s" : "잘못된 명령: \"%s\", 이름: %s, 암호: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s의 권한을 설정할 수 없습니다. %s 님에게 허용된 것 이상의 권한을 필요로 합니다",
+ "Setting permissions for %s failed, because the item was not found" : "%s의 권한을 설정할 수 없습니다. 항목을 찾을 수 없습니다",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "만료 날짜를 비워 둘 수 없습니다. 공유되는 항목에는 만료 날짜가 필요합니다.",
+ "Cannot increase permissions of %s" : "%s의 권한을 늘릴 수 없습니다",
+ "Files can't be shared with delete permissions" : "파일을 삭제 권한으로 공유할 수 없습니다",
+ "Files can't be shared with create permissions" : "파일을 생성 권한으로 공유할 수 없습니다",
+ "Cannot set expiration date more than %s days in the future" : "만료 날짜를 %s일 이상 이후로 설정할 수 없습니다",
+ "No app name specified" : "앱 이름이 지정되지 않았음",
+ "App '%s' could not be installed!" : "앱 '%s'을(를) 설치할 수 없습니다!"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json
index 70034c8e209..5235395f8dc 100644
--- a/lib/l10n/ko.json
+++ b/lib/l10n/ko.json
@@ -225,6 +225,20 @@
"Storage incomplete configuration. %s" : "저장소 설정이 완전하지 않습니다. %s",
"Storage connection error. %s" : "저장소 연결 오류입니다. %s",
"Storage is temporarily not available" : "저장소를 임시로 사용할 수 없음",
- "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s"
+ "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s",
+ "Personal" : "개인",
+ "Admin" : "관리자",
+ "DB Error: \"%s\"" : "DB 오류: \"%s\"",
+ "Offending command was: \"%s\"" : "잘못된 명령: \"%s\"",
+ "Offending command was: \"%s\", name: %s, password: %s" : "잘못된 명령: \"%s\", 이름: %s, 암호: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s의 권한을 설정할 수 없습니다. %s 님에게 허용된 것 이상의 권한을 필요로 합니다",
+ "Setting permissions for %s failed, because the item was not found" : "%s의 권한을 설정할 수 없습니다. 항목을 찾을 수 없습니다",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "만료 날짜를 비워 둘 수 없습니다. 공유되는 항목에는 만료 날짜가 필요합니다.",
+ "Cannot increase permissions of %s" : "%s의 권한을 늘릴 수 없습니다",
+ "Files can't be shared with delete permissions" : "파일을 삭제 권한으로 공유할 수 없습니다",
+ "Files can't be shared with create permissions" : "파일을 생성 권한으로 공유할 수 없습니다",
+ "Cannot set expiration date more than %s days in the future" : "만료 날짜를 %s일 이상 이후로 설정할 수 없습니다",
+ "No app name specified" : "앱 이름이 지정되지 않았음",
+ "App '%s' could not be installed!" : "앱 '%s'을(를) 설치할 수 없습니다!"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index 05513e026e2..446e16f8023 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -227,6 +227,20 @@ OC.L10N.register(
"Storage incomplete configuration. %s" : "Depolama yapılandırması tamamlanmamış. %s",
"Storage connection error. %s" : "Depolama bağlantısı sorunu. %s",
"Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor",
- "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s"
+ "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s",
+ "Personal" : "Kişisel",
+ "Admin" : "Yönetici",
+ "DB Error: \"%s\"" : "Veritabanı Sorunu: \"%s\"",
+ "Offending command was: \"%s\"" : "Saldırgan komut: \"%s\"",
+ "Offending command was: \"%s\", name: %s, password: %s" : "Saldırgan komut: \"%s\", kullanıcı adı: %s, parola: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s için izinler ayarlanamadı. İzinler %s için verilmiş izin düzeyini aşıyor",
+ "Setting permissions for %s failed, because the item was not found" : "%s için izinler ayarlanamadı. Öge bulunamadı",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Son kullanım tarihi temizlenemiyor. Paylaşımların bir son kullanma tarihi olmalıdır.",
+ "Cannot increase permissions of %s" : "%s izinleri yükseltilemiyor",
+ "Files can't be shared with delete permissions" : "Dosyalar silme izniyle paylaşılamaz",
+ "Files can't be shared with create permissions" : "Dosyalar oluşturma izniyle paylaşılamaz",
+ "Cannot set expiration date more than %s days in the future" : "Paylaşımların son kullanım süreleri, gelecekte %s günden fazla olamaz",
+ "No app name specified" : "Uygulama adı belirtilmemiş",
+ "App '%s' could not be installed!" : "'%s' uygulaması kurulamadı!"
},
"nplurals=2; plural=(n > 1);");
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index 4c97efd3aad..08385b3d2e7 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -225,6 +225,20 @@
"Storage incomplete configuration. %s" : "Depolama yapılandırması tamamlanmamış. %s",
"Storage connection error. %s" : "Depolama bağlantısı sorunu. %s",
"Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor",
- "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s"
+ "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s",
+ "Personal" : "Kişisel",
+ "Admin" : "Yönetici",
+ "DB Error: \"%s\"" : "Veritabanı Sorunu: \"%s\"",
+ "Offending command was: \"%s\"" : "Saldırgan komut: \"%s\"",
+ "Offending command was: \"%s\", name: %s, password: %s" : "Saldırgan komut: \"%s\", kullanıcı adı: %s, parola: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s için izinler ayarlanamadı. İzinler %s için verilmiş izin düzeyini aşıyor",
+ "Setting permissions for %s failed, because the item was not found" : "%s için izinler ayarlanamadı. Öge bulunamadı",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Son kullanım tarihi temizlenemiyor. Paylaşımların bir son kullanma tarihi olmalıdır.",
+ "Cannot increase permissions of %s" : "%s izinleri yükseltilemiyor",
+ "Files can't be shared with delete permissions" : "Dosyalar silme izniyle paylaşılamaz",
+ "Files can't be shared with create permissions" : "Dosyalar oluşturma izniyle paylaşılamaz",
+ "Cannot set expiration date more than %s days in the future" : "Paylaşımların son kullanım süreleri, gelecekte %s günden fazla olamaz",
+ "No app name specified" : "Uygulama adı belirtilmemiş",
+ "App '%s' could not be installed!" : "'%s' uygulaması kurulamadı!"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file