File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ OC.L10N.register(
66 "Small" : "Mała" ,
77 "Medium" : "Średnio" ,
88 "Large" : "Duża" ,
9+ "Text generation" : "Generowanie tekstu" ,
910 "Image generation" : "Generowanie obrazu"
1011} ,
1112"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);" ) ;
Original file line number Diff line number Diff line change 44 "Small" : " Mała" ,
55 "Medium" : " Średnio" ,
66 "Large" : " Duża" ,
7+ "Text generation" : " Generowanie tekstu" ,
78 "Image generation" : " Generowanie obrazu"
89},"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);"
910}
You can’t perform that action at this time.
0 commit comments