1
0

ru.json 2.5 KB

12345678910111213141516171819202122
  1. { "translations": {
  2. "Shared with %1$s" : "Предоставлен общий доступ %1$s",
  3. "Shared with {email}" : "Предоставлен общий доступ {email}",
  4. "Shared with %1$s by %2$s" : "%2$s поделился с %1$s",
  5. "Shared with {email} by {actor}" : "{actor} поделился с {email}",
  6. "You shared %1$s with %2$s by mail" : "Вы предоставили общий доступ к %1$s для %2$s по email",
  7. "You shared {file} with {email} by mail" : "Вы предоставили общий доступ к {file} для {email} по email",
  8. "%3$s shared %1$s with %2$s by mail" : "%3$s предоставил общий доступ к %1$s для %2$s по email",
  9. "{actor} shared {file} with {email} by mail" : "{actor} предоставил общий доступ к {file} для {email} по email",
  10. "Sharing %s failed, this item is already shared with %s" : "Не удалось поделиться %s, к этому элементу уже предоставлен общий доступ для %s",
  11. "Failed to send share by E-mail" : "Не удалось поделиться по e-mail",
  12. "%s shared »%s« with you" : "%s поделился »%s« с вами",
  13. "%s shared »%s« with you on behalf of %s" : "%s поделился »%s« с вами от имени %s",
  14. "Failed to create the E-mail" : "Не удалось создать e-mail",
  15. "Could not find share" : "Не удалось найти общий ресурс",
  16. "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Привет,\n\n%s предоставил вам общий доступ к »%s« от имени %s.\n\n%s\n\n",
  17. "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Привет,\n\n%s предоставил вам общий доступ к »%s«.\n\n%s\n\n",
  18. "Cheers!" : "Всего наилучшего!",
  19. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Привет,<br><br>%s вам предоставил общий доступ к <a href=\"%s\">%s</a> от имени %s.<br><br>",
  20. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Привет,<br><br>%s вам предоставил общий доступ к <a href=\"%s\">%s</a>.<br><br>"
  21. },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
  22. }