diff --git a/l10n/tr.js b/l10n/tr.js index a19f91060..6435a5ff6 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -1,6 +1,7 @@ OC.L10N.register( "circles", { + "Teams" : "Teams", "You deleted {circle}" : "{circle} çevresini sildiniz", "{author} deleted {circle}" : "{author}, {circle} çevresini sildi", "You joined {circle}" : "{circle} çevresine girdiniz", diff --git a/l10n/tr.json b/l10n/tr.json index 5d1865116..038d80948 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -1,4 +1,5 @@ { "translations": { + "Teams" : "Teams", "You deleted {circle}" : "{circle} çevresini sildiniz", "{author} deleted {circle}" : "{author}, {circle} çevresini sildi", "You joined {circle}" : "{circle} çevresine girdiniz",