44 lines
1.7 KiB
JavaScript
44 lines
1.7 KiB
JavaScript
OC.L10N.register(
|
|
"circles",
|
|
{
|
|
"You created the team {circle}" : "Tu izveidoji komandu {circle}",
|
|
"You deleted {circle}" : "Tu izdzēsi {circle}",
|
|
"You removed {member} from {circle}" : "Tu noņēmi {member} no {circle}",
|
|
"You left {circle}" : "Tu pameti {circle}",
|
|
"{member} left {circle}" : "{member} pameta {circle}",
|
|
"You removed {external} from {circle}" : "Tu noņēmi {external} no {circle}",
|
|
"You changed {member}'s level in {circle} to %1$s" : "Tu nomainīji {member} līmeni {circle} uz %1$s",
|
|
"{author} changed your level in {circle} to %1$s" : "{author} nomainīja Tavu līmeni {circle} uz %1$s",
|
|
"Teams" : "Komandas",
|
|
"Personal" : "Personīgs",
|
|
"System" : "Sistēma",
|
|
"Visible" : "Redzams",
|
|
"Open" : "Atvērt",
|
|
"Invite" : "Uzaicināt",
|
|
"Password protected" : "Aizsargāts ar paroli",
|
|
"Hidden" : "Paslēpts",
|
|
"Local" : "Vietējs",
|
|
"Root" : "Root",
|
|
"Federated" : "Federated",
|
|
"Email address" : "E-pasta adrese",
|
|
"Contact" : "Kontaktpersona",
|
|
"Team" : "Komanda",
|
|
"Moderator" : "Satura pārraudzītājs",
|
|
"Admin" : "Pārvaldītājs",
|
|
"Owner" : "Īpašnieks",
|
|
"Open »%s«" : "Atvērt »%s«",
|
|
"Show all teams" : "Rādīt visas komandas",
|
|
"Files" : "Datnes",
|
|
"Accept" : "Akceptēt",
|
|
"%s" : "%s",
|
|
"Open %s" : "Atvērt %s",
|
|
"No teams found" : "Netika atrasta neviena komanda",
|
|
"Loading…" : "Ielādē…",
|
|
"No files in here" : "Šeit nav datņu",
|
|
"No entries found in this folder" : "Šajā mapē nekas nav atrasts",
|
|
"Name" : "Vārds",
|
|
"Size" : "Izmērs",
|
|
"Modified" : "Mainīts"
|
|
},
|
|
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
|