nextcloud/apps/systemtags/l10n/lv.js

58 lines
3.7 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"systemtags",
{
2019-09-06 05:15:01 +03:00
"Tags" : "Birkas",
2017-02-24 04:21:37 +03:00
"Update" : "Atjaunināt",
"Create" : "Izveidot",
2019-09-07 05:15:33 +03:00
"Select tag…" : "Izvēlies birku...",
"Added system tag {systemtag}" : "Pievienota sistēmas birka {systemtag}",
"Added system tag %1$s" : "Pievienota sistēmas birka %1$s",
"%1$s added system tag %2$s" : "%1$s pievienota sistēmas birka %2$s",
"{actor} added system tag {systemtag}" : "{actor} pievienota sistēmas birka {systemtag}",
"Removed system tag {systemtag}" : "Noņemta sistēmas birka {systemtag}",
"Removed system tag %1$s" : "Noņemta sistēmas birka %1$s",
"%1$s removed system tag %2$s" : "%1$s noņēma sistēmas birku %2$s",
"{actor} removed system tag {systemtag}" : "{actor} noņēma sistēmas birku {systemtag}",
"You created system tag %1$s" : "Jūs izveidojāt sistēmas birku %1$s",
"You created system tag {systemtag}" : "Jūs izveidojāt sistēmas birku {systemtag}",
"%1$s created system tag %2$s" : "%1$s izveidoja sistēmas birku %2$s",
"{actor} created system tag {systemtag}" : "{actor} izveidoja sistēmas birku {systemtag}",
"You deleted system tag %1$s" : "Jūs izdzēsāt sistēmas birku %1$s",
"You deleted system tag {systemtag}" : "Jūs izdzēsāt sistēmas birku {systemtag}",
"%1$s deleted system tag %2$s" : "%1$s izdzēsa sistēmas birku %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} izdzēsa sistēmas birku {systemtag}",
"You updated system tag %2$s to %1$s" : "Tu atjaunoji sistēmas birku %2$s uz %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Jūs atjaunināt sistēmas birku {oldsystemtag} uz {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$spārmainija sistēmas birku %3$s uz %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} atjaunināja sistēmas birku {oldsystemtag} uz {newsystemtag}",
"You added system tag %2$s to %1$s" : "Tu pievienoji sistēmas birku %2$s uz %1$s",
"You added system tag {systemtag} to {file}" : "Jūs pievienojāt sistēmas birku {systemtag} datnei {file}",
"%1$s added system tag %3$s to %2$s" : "%1$spievienoja sistēmas birku %3$s uz %2$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} pievienoja sistēmas birku {systemtag} {file}",
"You removed system tag %2$s from %1$s" : "Jūs noņēmāt sistēmas birku %2$s no %1$s",
"You removed system tag {systemtag} from {file}" : "Jūs noņēmāt sistēmas birku {systemtag} no {file}",
"%1$s removed system tag %3$s from %2$s" : "%1$s noņēma sistēmas birku %3$s no %2$s",
"{actor} removed system tag {systemtag} from {file}" : "{actor} noņēma sistēmas birku {systemtag} no {file}",
2017-02-24 04:21:37 +03:00
"%s (restricted)" : "%s (ierobežots)",
"%s (invisible)" : "%s (neredzams)",
2019-09-06 05:15:01 +03:00
"<strong>System tags</strong> for a file have been modified" : "<strong>Sistēmas birkas</strong> datnei tikušas mainītas",
"Collaborative tags" : "Sadarbības birkas",
2019-02-15 04:12:49 +03:00
"Tagged files" : "Atzīmētās datnes",
2019-09-06 05:15:01 +03:00
"Select tags to filter by" : "Izvēlies birkas pēc kā filtrēt",
2019-09-07 05:15:33 +03:00
"No tags found" : "Netika atrasta neviena birka",
2019-09-06 05:15:01 +03:00
"Please select tags to filter by" : "Lūdzu izvēlies birkas pēc kā filtrēt",
2019-02-15 04:12:49 +03:00
"No files found for the selected tags" : "Datnes ar atlasītām atzīmēm netika atrastas",
2019-09-07 05:15:33 +03:00
"Select tag …" : "Izvēlies birku...",
2016-02-17 09:56:11 +03:00
"Name" : "Nosaukums",
2017-02-24 04:21:37 +03:00
"Public" : "Publisks",
"Restricted" : "Ierobežots",
"Invisible" : "Neredzams",
2018-07-10 11:21:14 +03:00
"Delete" : "Dzēst",
2017-02-24 04:21:37 +03:00
"Reset" : "Atiestatīt",
"No files in here" : "Šeit nav datņu",
"No entries found in this folder" : "Šajā mapē nekas nav atrasts",
2016-02-17 09:56:11 +03:00
"Size" : "Izmērs",
2019-03-21 04:13:49 +03:00
"Modified" : "Mainīts"
2016-02-17 09:56:11 +03:00
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");