lib/padrino-helpers/locale/pl.yml in padrino-helpers-0.11.3 vs lib/padrino-helpers/locale/pl.yml in padrino-helpers-0.11.4
- old
+ new
@@ -1,34 +1,34 @@
pl:
number:
- # Used in number_with_delimiter()
- # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
+ # Used in number_with_delimiter().
+ # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'.
format:
separator: ","
delimiter: " "
precision: 2
- # Used in number_to_currency()
+ # Used in number_to_currency().
currency:
format:
format: "%n %u"
unit: "PLN"
separator: ","
delimiter: " "
precision: 2
- # Used in number_to_percentage()
+ # Used in number_to_percentage().
percentage:
format:
delimiter: ""
- # Used in number_to_precision()
+ # Used in number_to_precision().
precision:
format:
delimiter: ""
- # Used in number_to_human_size()
+ # Used in number_to_human_size().
human:
format:
delimiter: ""
precision: 1
storage_units:
@@ -40,10 +40,10 @@
kb: "KB"
mb: "MB"
gb: "GB"
tb: "TB"
- # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
+ # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words().
datetime:
distance_in_words:
half_a_minute: "pół minuty"
less_than_x_seconds:
one: "mniej niż sekundę"