[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-06-17 00:19:31 +00:00
parent a9bbdefb2c
commit 710371043d
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 24 additions and 2 deletions

12
l10n/af.js Normal file
View File

@ -0,0 +1,12 @@
OC.L10N.register(
"notes",
{
"Notes" : "Notas",
"New note" : "Nuwe nota",
"Note is currently saving. Leaving the page will delete all changes!" : "Nota word tans bewaar. Deur die blad te verlaat sal alle veranderinge geskrap word!",
"_%n word_::_%n words_" : ["%n woord","%n woorde"],
"Delete note" : "Skrap nota",
"Favorite" : "Gunsteling",
"No notes found" : "Geen notas gevind"
},
"nplurals=2; plural=(n != 1);");

10
l10n/af.json Normal file
View File

@ -0,0 +1,10 @@
{ "translations": {
"Notes" : "Notas",
"New note" : "Nuwe nota",
"Note is currently saving. Leaving the page will delete all changes!" : "Nota word tans bewaar. Deur die blad te verlaat sal alle veranderinge geskrap word!",
"_%n word_::_%n words_" : ["%n woord","%n woorde"],
"Delete note" : "Skrap nota",
"Favorite" : "Gunsteling",
"No notes found" : "Geen notas gevind"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -9,4 +9,4 @@ OC.L10N.register(
"Favorite" : "Ulubione",
"No notes found" : "Nie znaleziono notatek"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -6,5 +6,5 @@
"Delete note" : "Usuń notatkę",
"Favorite" : "Ulubione",
"No notes found" : "Nie znaleziono notatek"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}