##// END OF EJS Templates
fix Lithuanian numeral translation (#12316)...
Toshi MARUYAMA -
r10569:4ef90b609680
parent child
Show More
@@ -40,44 +40,44 lt:
40 distance_in_words:
40 distance_in_words:
41 half_a_minute: "pusė minutės"
41 half_a_minute: "pusė minutės"
42 less_than_x_seconds:
42 less_than_x_seconds:
43 one: "mažiau nei %{count} sekundė"
43 one: "mažiau nei %{count} sekundę"
44 few: "mažiau nei %{count} sekundės"
44 few: "mažiau nei %{count} sekundes"
45 many: "mažiau nei %{count} sekundžių"
45 many: "mažiau nei %{count} sekundžių"
46 other: "mažiau nei %{count} sekundės"
46 other: "mažiau nei %{count} sekundžių"
47 x_seconds:
47 x_seconds:
48 one: "%{count} sekundė"
48 one: "%{count} sekundė"
49 few: "%{count} sekundžių"
49 few: "%{count} sekundės"
50 many: "%{count} sekundžių"
50 many: "%{count} sekundžių"
51 other: "%{count} sekundės"
51 other: "%{count} sekundžių"
52 less_than_x_minutes:
52 less_than_x_minutes:
53 one: "mažiau nei minutė"
53 one: "mažiau nei minutę"
54 other: "mažiau nei %{count} minutės"
54 other: "mažiau nei %{count} minutes(čių)"
55 x_minutes:
55 x_minutes:
56 one: "1 minutė"
56 one: "1 minutę"
57 other: "%{count} minutės"
57 other: "%{count} minutes(čių)"
58 about_x_hours:
58 about_x_hours:
59 one: "apie 1 valanda"
59 one: "apie 1 valandą"
60 other: "apie %{count} valandų"
60 other: "apie %{count} valandas(ų)"
61 x_hours:
61 x_hours:
62 one: "1 hour"
62 one: "1 valandą"
63 other: "%{count} hours"
63 other: "%{count} valandas(ų)"
64 x_days:
64 x_days:
65 one: "1 diena"
65 one: "1 dieną"
66 other: "%{count} dienų"
66 other: "%{count} dienas(ų)"
67 about_x_months:
67 about_x_months:
68 one: "apie 1 mėnuo"
68 one: "apie 1 mėnuo"
69 other: "apie %{count} mėnesiai"
69 other: "apie %{count} mėn."
70 x_months:
70 x_months:
71 one: "1 mėnuo"
71 one: "1 mėnuo"
72 other: "%{count} mėnesiai"
72 other: "%{count} mėn."
73 about_x_years:
73 about_x_years:
74 one: "apie 1 metai"
74 one: "apie 1 metus"
75 other: "apie %{count} metų"
75 other: "apie %{count} metų"
76 over_x_years:
76 over_x_years:
77 one: "virš 1 metų"
77 one: "virš 1 metų"
78 other: "virš %{count} metų"
78 other: "virš %{count} metų"
79 almost_x_years:
79 almost_x_years:
80 one: "beveik 1 metai"
80 one: "beveik 1 metus"
81 other: "beveik %{count} metai(us)"
81 other: "beveik %{count} metai(us)"
82 prompts:
82 prompts:
83 year: "Metai"
83 year: "Metai"
General Comments 0
You need to be logged in to leave comments. Login now