@@ -863,6 +863,35 @@ define('aurelia-i18n', ['exports', 'i18next', 'aurelia-logging', 'aurelia-depend
863863 year_in_plural : 'あと __count__ 年'
864864 }
865865 } ,
866+ lt : {
867+ translation : {
868+ now : 'šiuo metu' ,
869+ second_ago : 'prieš __count__ sekundę' ,
870+ second_ago_plural : 'prieš __count__ sekundes' ,
871+ second_in : 'po __count__ sekundės' ,
872+ second_in_plural : 'po __count__ sekundžių' ,
873+ minute_ago : 'prieš __count__ minutę' ,
874+ minute_ago_plural : 'prieš __count__ minutes' ,
875+ minute_in : 'po __count__ minutės' ,
876+ minute_in_plural : 'po __count__ minučių' ,
877+ hour_ago : 'prieš __count__ valandą' ,
878+ hour_ago_plural : 'prieš __count__ valandas' ,
879+ hour_in : 'po __count__ valandos' ,
880+ hour_in_plural : 'po __count__ valandų' ,
881+ day_ago : 'prieš __count__ dieną' ,
882+ day_ago_plural : 'prieš __count__ dienas' ,
883+ day_in : 'po __count__ dienos' ,
884+ day_in_plural : 'po __count__ dienų' ,
885+ month_ago : 'prieš __count__ mėnesį' ,
886+ month_ago_plural : 'prieš __count__ mėnesius' ,
887+ month_in : 'po __count__ mėnesio' ,
888+ month_in_plural : 'po __count__ mėnesių' ,
889+ year_ago : 'prieš __count__ metus' ,
890+ year_ago_plural : 'prieš __count__ metus' ,
891+ year_in : 'po __count__ metų' ,
892+ year_in_plural : 'po __count__ metų'
893+ }
894+ } ,
866895 nl : {
867896 translation : {
868897 now : 'zonet' ,
@@ -950,6 +979,35 @@ define('aurelia-i18n', ['exports', 'i18next', 'aurelia-logging', 'aurelia-depend
950979 year_in_plural : 'på flere __count__ år'
951980 }
952981 } ,
982+ pl : {
983+ translation : {
984+ now : 'teraz' ,
985+ second_ago : '__count__ s temu' ,
986+ second_ago_plural : '__count__ s temu' ,
987+ second_in : 'za __count__ s' ,
988+ second_in_plural : 'za __count__ s' ,
989+ minute_ago : '__count__ min temu' ,
990+ minute_ago_plural : '__count__ min temu' ,
991+ minute_in : 'za __count__ min' ,
992+ minute_in_plural : 'za __count__ min' ,
993+ hour_ago : '__count__ h temu' ,
994+ hour_ago_plural : '__count__ h temu' ,
995+ hour_in : 'za __count__ h' ,
996+ hour_in_plural : 'za __count__ h' ,
997+ day_ago : '__count__ dzień temu' ,
998+ day_ago_plural : '__count__ dias atrás' ,
999+ day_in : 'za __count__ dni' ,
1000+ day_in_plural : 'za __count__ dni' ,
1001+ month_ago : '__count__ miesiąc temu' ,
1002+ month_ago_plural : '__count__ mies. temu' ,
1003+ month_in : 'za __count__ miesiąc' ,
1004+ month_in_plural : 'za __count__ mies.' ,
1005+ year_ago : '__count__ rok temu' ,
1006+ year_ago_plural : '__count__ lata/lat temu' ,
1007+ year_in : 'za __count__ rok' ,
1008+ year_in_plural : '__count__ lata/lat'
1009+ }
1010+ } ,
9531011 pt : {
9541012 translation : {
9551013 now : 'neste exato momento' ,
0 commit comments