зеркало из https://github.com/nextcloud/activity.git
39 строки
2.6 KiB
JavaScript
39 строки
2.6 KiB
JavaScript
OC.L10N.register(
|
|
"activity",
|
|
{
|
|
"Activity" : "Izmaiņas",
|
|
"Your settings have been updated." : "Jūsu uzstādījumi ir atjaunoti.",
|
|
"Activity notification" : "Brīdinājumi par izmaiņām",
|
|
"All Activities" : "Visas izmaiņas",
|
|
"Activities by you" : "Tevis veiktās izmaiņas",
|
|
"Activities by others" : "Citu veiktās izmaiņas",
|
|
"\"remote user\"" : "\"attālināts lietotājs\"",
|
|
"in %s" : "iekš %s",
|
|
"%s and %s" : "%s un %s",
|
|
", " : ",",
|
|
"_%s and <strong class=\"tooltip\" title=\"%s\">%n more</strong>_::_%s and <strong class=\"tooltip\" title=\"%s\">%n more</strong>_" : ["%s un <strong class=\"tooltip\" title=\"%s\">vēl %n</strong>","%s un <strong class=\"tooltip\" title=\"%s\">vēl %n</strong>","%s un <strong class=\"tooltip\" title=\"%s\">vēl %n</strong>"],
|
|
"_%s and %n more_::_%s and %n more_" : ["%s un vēl %n","%s un vēl %n","%s un vēl %n"],
|
|
"Hello %s," : "Sveicināti %s,",
|
|
"You are receiving this email because in the last hour the following things happened at %s" : "Jūs saņemat šo e-pastu, jo pēdējās stundas laikā %s ir notikušās šādas izmaiņas:",
|
|
"You are receiving this email because in the last day the following things happened at %s" : "Jūs saņemat šo e-pastu, jo pēdējās diennakts laikā %s ir notikušas šādas izmaiņas:",
|
|
"You are receiving this email because in the last week the following things happened at %s" : "Jūs saņemat šo e-pastu, jo pēdējās nedēļas laikā %s ir notikušas šādas izmaiņas:",
|
|
"* %1$s - %2$s" : "* %1$s - %2$s",
|
|
"Notifications" : "Paziņojumi",
|
|
"Mail" : "E-pasts",
|
|
"Stream" : "Datu straume",
|
|
"List your own actions in the stream" : "Parādīt sarakstā savas veiktās darbības",
|
|
"Notify about your own actions via email" : "Paziņot par savām darbībām, izmantojot e-pastu",
|
|
"You need to set up your email address before you can receive notification emails." : "Vispirms profilam ir nepieciešams uzstādīt e-pasta adresi, lai pa to saņemtu paziņojumus.",
|
|
"Send emails:" : "E-pastus sūtīt:",
|
|
"Hourly" : "Ik stundu",
|
|
"Daily" : "Katru dienu",
|
|
"Weekly" : "Katru nedēļu",
|
|
"Activity feed" : "Izmaiņu plūsma",
|
|
"Personal activity feed for %s" : "%s personīgā izmaiņu plūsma ",
|
|
"Enable RSS feed" : "Ieslēgt RSS plūsmu",
|
|
"You will see a list of events here when you start to use your %s." : "Kad sāksi lietot %s, šeit redzēsi sarakstu ar dažādiem notikumiem.",
|
|
"No more events to load" : "Nav vairs notikumu, ko ielādēt",
|
|
"Files" : "Datnes"
|
|
},
|
|
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
|