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

ast.js « l10n - github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 405c2eef302ef5fed5475da83690c3b739ef151a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
OC.L10N.register(
    "circles",
    {
    "Circles" : "Círculos",
    "You created the circle {circle}" : "Creesti'l círculu {circle}",
    "{author} created the circle {circle}" : "{author} creó'l círculu {circle}",
    "You deleted {circle}" : "Desniciesti {circle}",
    "{author} deleted {circle}" : "{author} desanició {circle}",
    "You sent a request to link {circle} with {remote}" : "Unviesti una solicitú pa enllazar {circle} con {remote}",
    "You joined {circle}" : "Xuniestite a {circle}",
    "{member} joined {circle}" : "{member} xunióse a {circle}",
    "You accepted the invitation to join {circle}" : "Aceutesti la invitación pa xunite a {circle}",
    "{member} accepted the invitation to join {circle}" : "{member} aceutó la invitación pa xunise a {circle}",
    "You added {member} as member to {circle}" : "Amestesti a {member} como miembru de {circle}",
    "You have been added as member to {circle} by {author}" : "{author} amestóte como miembru de {circle}",
    "{member} has been added as member to {circle} by {author}" : "{author} amestó a {member} en {circle}",
    "You accepted {member}'s request to join {circle}" : "Aceutesti la solicitú de {member} pa xunite a {circle}",
    "Your request to join {circle} has been accepted by {author}" : "{author} aceutó la to solicitú pa xunise a {circle}",
    "{member}'s request to join {circle} has been accepted by {author}" : "{author} aceutó la solicitú de {member} pa xunise a {circle}",
    "You cancelled your request to join {circle}" : "Encaboxesti la to solicitú de xunión a {circle}",
    "You removed {member} from {circle}" : "Desaniciesti a {member} de {circle}",
    "Your invitation to join {circle} has been cancelled by {author}" : "{author} encaboxó la to invitación pa xunite a {circle}",
    "{author} cancelled {member}'s invitation to join {circle}" : "{author} encaboxó la invitación de {member} pa xunise a {circle}",
    "You are the new owner of {circle}" : "Yes el dueñu nuevu de {circle}",
    "{member} is the new owner of {circle}" : "{member} ye'l miembru nuevu de {circle}",
    "Personal" : "Personal",
    "System" : "Sistema",
    "Visible" : "Visible",
    "Hidden" : "Anubríu",
    "Local" : "Llocal",
    "Root" : "Raíz",
    "Federated" : "Federated",
    "Contact" : "Contautu",
    "Circle" : "Círculu",
    "Member" : "Miembru",
    "Moderator" : "Llendador",
    "Admin" : "Almin",
    "Owner" : "Owner",
    "%s shared »%s« with you." : "%s compartió «%s» contigo.",
    "%s on %s" : "%s en %s",
    "Password to access »%s«" : "Contraseña p'acceder a »%s«",
    "Click the button below to open it." : "Primi'l botón d'embaxo p'abrilu.",
    "Open »%s«" : "Abrir «%s»",
    "Circle not found" : "Nun s'alcontró'l círculu",
    "A circle with that name exists" : "Yá esiste un círculu con esti nome",
    "You cannot use the Circles Application until your administrator has allowed at least one type of circles" : "Nun pue usar l'aplicación Círculos hasta que'l to alministrador permita polo menos una triba de círculu",
    "This member does not exist" : "Esti miembru nun esiste",
    "Federated link not found" : "Nun s'alcontró l'enllaz federáu",
    "This feature is not available for personal circles" : "Esta carauterística nun ta disponible pa círculos personales",
    "You cannot join this circle" : "Nun pues xunite a esti círculu",
    "This member is not a moderator" : "Esti miembru nun ye un llendador",
    "This member is the owner of the circle" : "Esti miembru ye'l dueñu'l círculu",
    "You are already a member of this circle" : "Yá yes miembru d'esti círculu",
    "Accept" : "Aceutar",
    "%s" : "%s",
    "Personal Circle" : "Círculu personal",
    "You need a specify a type of circle" : "Precises especificar una triba de círculu",
    "This member is not the owner of the circle" : "Esti miembru nun ye'l dueñu'l círculu",
    "Could not find share" : "Nun pudo alcontrase la compartición",
    "No files in here" : "Equí nun hai ficheos",
    "No entries found in this folder" : "Nun s'alcontraron entraes nesta carpeta",
    "Name" : "Nome",
    "Size" : "Tamañu",
    "Modified" : "Modificóse'l",
    "This user is already a member of the circle" : "Esti usuariu yá ye miembru del círculu",
    "The user is already a member of this circle" : "L'usuariu yá ye miembru d'esti círculu"
},
"nplurals=2; plural=(n != 1);");