nextcloud/apps/provisioning_api/l10n/tr.js

8 lines
383 B
JavaScript
Raw Normal View History

2020-09-20 05:17:05 +03:00
OC.L10N.register(
"provisioning_api",
{
"Provisioning API" : "Karşılama API",
"This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Bu uygulama, dış sistemlerin kullanıcıları, grupları ve uygulamaları yönetmek için kullanabileceği bir dizi API uygulaması sağlar."
},
"nplurals=2; plural=(n > 1);");