nextcloud/apps/federation/l10n/tr.js

13 lines
596 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Sunucu güvenilen ownCloud sunucuları listesine eklendi",
"Server is already in the list of trusted servers." : "Sunucu zaten güvenilen sunucu listesine eklenmiş.",
"No ownCloud server found" : "Hiçbir ownCloud sunucusu bulunamadı",
"Could not add server" : "Sunucu eklenemedi",
"Trusted ownCloud Servers" : "Güvenilen ownCloud Sunucuları",
"+ Add ownCloud server" : "ownCloud sunucusu ekle",
"ownCloud Server" : "ownCloud Sunucusu"
},
"nplurals=2; plural=(n > 1);");