Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_BR.js « l10n - github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e2e9673d1907209e4d47e84699586cbd5026e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_downloadactivity",
    {
    "Downloaded by {actor} (via desktop)" : "Baixado por {actor} (via desktop)",
    "Downloaded by {actor} (via app)" : "Baixado por {actor} (via aplicativo)",
    "Downloaded by {actor} (via browser)" : "Baixado por {actor} (via navegador)",
    "Shared file {file} was downloaded by {actor} via the desktop client" : "O arquivo compartilhado {file} foi baixado por {actor} via cliente do desktop",
    "Shared file {file} was downloaded by {actor} via the mobile app" : "O arquivo compartilhado {file} foi baixado por {actor} via celular",
    "Shared file {file} was downloaded by {actor} via the browser" : "O arquivo compartilhado {file} foi baixado por {actor} via navegador",
    "A local shared file or folder was <strong>downloaded</strong>" : "Um arquivo ou pasta compartilhada local foi <strong>baixada</strong>",
    "Activities for shared file downloads" : "Atividades para as descargas de arquivos compartilhados",
    "Creates activities for downloads of files that were shared with other users or a group" : "Cria atividades para downloads de arquivos que foram compartilhados com outros usuários ou um grupo"
},
"nplurals=2; plural=(n > 1);");