nextcloud/apps/sharebymail/l10n/tr.js

25 lines
1.9 KiB
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(
"sharebymail",
{
"Shared with %1$s" : "%1$s ile paylaşıldı",
"Shared with {email}" : "{email} ile paylaşıldı",
"Shared with %1$s by %2$s" : "%1$s ile %2$s tarafından paylaşıldı",
"Shared with {email} by {actor}" : "{email} ile {actor} tarafından paylaşıldı",
"You shared %1$s with %2$s by mail" : "%1$s dosyasını %2$s ile e-posta üzerinden paylaştınız",
"You shared {file} with {email} by mail" : "{file} dosyasını {email} ile e-posta üzerinden paylaştınız",
"%3$s shared %1$s with %2$s by mail" : "%3$s, %1$s dosyasını %2$s ile e-posta üzerinden paylaştı",
"{actor} shared {file} with {email} by mail" : "{actor}, {file} dosyasını {email} ile e-posta üzerinden paylaştı",
"Sharing %s failed, this item is already shared with %s" : "%s paylaşılamadı, bu öge zaten %s ile paylaşılmış",
"Failed to send share by E-mail" : "Paylaşım e-postası gönderilemedi",
"%s shared »%s« with you" : "%s sizinle »%s« ögesini paylaştı",
"%s shared »%s« with you on behalf of %s" : "%s sizinle »%s« ögesini %s adına paylaştı",
"Failed to create the E-mail" : "E-posta oluşturulamadı",
"Could not find share" : "Paylaşım bulunamadı",
"Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Merhaba,\n\n%s sizinle »%s« ögesini %s adına paylaştı.\n\n%s\n\n",
"Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Merhaba,\n\n%s sizinle »%s« ögesini paylaştı.\n\n%s\n\n",
"Cheers!" : "Hoşça kalın!",
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Merhaba,<br><br>%s sizinle <a href=\"%s\">%s</a> ögesini %s adına paylaştı.<br><br>",
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Merhaba,<br><br>%s sizinle <a href=\"%s\">%s</a> ögesini paylaştı.<br><br>"
},
"nplurals=2; plural=(n > 1);");