[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-05-12 00:10:45 +00:00
Родитель 9c6b2b160e
Коммит ccf19e3129
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
2 изменённых файлов: 28 добавлений и 0 удалений

15
l10n/ast.js Normal file
Просмотреть файл

@ -0,0 +1,15 @@
OC.L10N.register(
"deck",
{
"Delete" : "Desaniciar",
"Labels" : "Etiquetes",
"Share" : "Compartir",
"Edit" : "Editar",
"Manage" : "Xestionar",
"Members" : "Miembros",
"by" : "por",
"Attachments" : "Axuntos",
"Comments" : "Comentarios",
"History" : "Historial"
},
"nplurals=2; plural=(n != 1);");

13
l10n/ast.json Normal file
Просмотреть файл

@ -0,0 +1,13 @@
{ "translations": {
"Delete" : "Desaniciar",
"Labels" : "Etiquetes",
"Share" : "Compartir",
"Edit" : "Editar",
"Manage" : "Xestionar",
"Members" : "Miembros",
"by" : "por",
"Attachments" : "Axuntos",
"Comments" : "Comentarios",
"History" : "Historial"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}