muck-engine 0.1.32 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +66 -2
- data/Rakefile +2 -1
- data/VERSION +1 -1
- data/lib/muck_engine.rb +2 -1
- data/lib/muck_engine/tasks.rb +283 -0
- data/muck-engine.gemspec +56 -3
- data/rails_i18n/ar.yml +121 -0
- data/rails_i18n/bg.yml +190 -0
- data/rails_i18n/bn-IN.yml +180 -0
- data/rails_i18n/bs.yml +114 -0
- data/rails_i18n/ca-ES.yml +155 -0
- data/rails_i18n/cz.rb +166 -0
- data/rails_i18n/da.yml +149 -0
- data/rails_i18n/de-AT.yml +140 -0
- data/rails_i18n/de.yml +140 -0
- data/rails_i18n/el.yml +191 -0
- data/rails_i18n/es-AR.yml +168 -0
- data/rails_i18n/es-MX.yml +112 -0
- data/rails_i18n/es.yml +173 -0
- data/rails_i18n/et.yml +109 -0
- data/rails_i18n/fa.yml +119 -0
- data/rails_i18n/fi.yml +143 -0
- data/rails_i18n/fr-CH.yml +123 -0
- data/rails_i18n/fr.yml +138 -0
- data/rails_i18n/gl-ES.yml +193 -0
- data/rails_i18n/he.yml +103 -0
- data/rails_i18n/hu.yml +127 -0
- data/rails_i18n/id.yml +122 -0
- data/rails_i18n/is.yml +108 -0
- data/rails_i18n/it.yml +146 -0
- data/rails_i18n/ja.yml +135 -0
- data/rails_i18n/ko.yml +153 -0
- data/rails_i18n/lt.yml +130 -0
- data/rails_i18n/lv.yml +132 -0
- data/rails_i18n/mk.yml +115 -0
- data/rails_i18n/nl.rb +103 -0
- data/rails_i18n/nl.yml +172 -0
- data/rails_i18n/no-NB.yml +96 -0
- data/rails_i18n/no-NN.yml +96 -0
- data/rails_i18n/pl.yml +127 -0
- data/rails_i18n/pt-BR.yml +142 -0
- data/rails_i18n/pt-PT.yml +133 -0
- data/rails_i18n/rm.yml +134 -0
- data/rails_i18n/ro.yml +136 -0
- data/rails_i18n/ru.yml +210 -0
- data/rails_i18n/sk.yml +139 -0
- data/rails_i18n/sr-Latn.yml +116 -0
- data/rails_i18n/sr.yml +116 -0
- data/rails_i18n/sv-SE.yml +195 -0
- data/rails_i18n/sw.yml +122 -0
- data/rails_i18n/th.rb +126 -0
- data/rails_i18n/tr.yml +129 -0
- data/rails_i18n/uk.yml +237 -0
- data/rails_i18n/vi.yml +198 -0
- data/rails_i18n/zh-CN.yml +133 -0
- data/rails_i18n/zh-TW.yml +132 -0
- metadata +63 -3
@@ -0,0 +1,140 @@
|
|
1
|
+
# German translations for Ruby on Rails
|
2
|
+
# by Clemens Kofler (clemens@railway.at)
|
3
|
+
|
4
|
+
de-AT:
|
5
|
+
date:
|
6
|
+
formats:
|
7
|
+
default: "%d.%m.%Y"
|
8
|
+
short: "%e. %b"
|
9
|
+
long: "%e. %B %Y"
|
10
|
+
only_day: "%e"
|
11
|
+
|
12
|
+
day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
|
13
|
+
abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
|
14
|
+
month_names: [~, Jänner, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
|
15
|
+
abbr_month_names: [~, Jän, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
|
16
|
+
order: [ :day, :month, :year ]
|
17
|
+
|
18
|
+
time:
|
19
|
+
formats:
|
20
|
+
default: "%A, %d. %B %Y, %H:%M Uhr"
|
21
|
+
short: "%d. %B, %H:%M Uhr"
|
22
|
+
long: "%A, %d. %B %Y, %H:%M Uhr"
|
23
|
+
time: "%H:%M"
|
24
|
+
|
25
|
+
am: "vormittags"
|
26
|
+
pm: "nachmittags"
|
27
|
+
|
28
|
+
datetime:
|
29
|
+
distance_in_words:
|
30
|
+
half_a_minute: 'eine halbe Minute'
|
31
|
+
less_than_x_seconds:
|
32
|
+
zero: 'weniger als 1 Sekunde'
|
33
|
+
one: 'weniger als 1 Sekunde'
|
34
|
+
other: 'weniger als {{count}} Sekunden'
|
35
|
+
x_seconds:
|
36
|
+
one: '1 Sekunde'
|
37
|
+
other: '{{count}} Sekunden'
|
38
|
+
less_than_x_minutes:
|
39
|
+
zero: 'weniger als 1 Minute'
|
40
|
+
one: 'weniger als eine Minute'
|
41
|
+
other: 'weniger als {{count}} Minuten'
|
42
|
+
x_minutes:
|
43
|
+
one: '1 Minute'
|
44
|
+
other: '{{count}} Minuten'
|
45
|
+
about_x_hours:
|
46
|
+
one: 'etwa 1 Stunde'
|
47
|
+
other: 'etwa {{count}} Stunden'
|
48
|
+
x_days:
|
49
|
+
one: '1 Tag'
|
50
|
+
other: '{{count}} Tage'
|
51
|
+
about_x_months:
|
52
|
+
one: 'etwa 1 Monat'
|
53
|
+
other: 'etwa {{count}} Monate'
|
54
|
+
x_months:
|
55
|
+
one: '1 Monat'
|
56
|
+
other: '{{count}} Monate'
|
57
|
+
about_x_years:
|
58
|
+
one: 'etwa 1 Jahr'
|
59
|
+
other: 'etwa {{count}} Jahre'
|
60
|
+
over_x_years:
|
61
|
+
one: 'mehr als 1 Jahr'
|
62
|
+
other: 'mehr als {{count}} Jahre'
|
63
|
+
prompts:
|
64
|
+
second: "Sekunden"
|
65
|
+
minute: "Minuten"
|
66
|
+
hour: "Stunden"
|
67
|
+
day: "Tag"
|
68
|
+
month: "Monat"
|
69
|
+
year: "Jahr"
|
70
|
+
|
71
|
+
number:
|
72
|
+
format:
|
73
|
+
precision: 2
|
74
|
+
separator: ','
|
75
|
+
delimiter: '.'
|
76
|
+
currency:
|
77
|
+
format:
|
78
|
+
unit: '€'
|
79
|
+
format: '%n%u'
|
80
|
+
separator:
|
81
|
+
delimiter:
|
82
|
+
precision:
|
83
|
+
percentage:
|
84
|
+
format:
|
85
|
+
delimiter: ""
|
86
|
+
precision:
|
87
|
+
format:
|
88
|
+
delimiter: ""
|
89
|
+
human:
|
90
|
+
format:
|
91
|
+
delimiter: ""
|
92
|
+
precision: 1
|
93
|
+
storage_units:
|
94
|
+
# Storage units output formatting.
|
95
|
+
# %u is the storage unit, %n is the number (default: 2 MB)
|
96
|
+
format: "%n %u"
|
97
|
+
units:
|
98
|
+
byte:
|
99
|
+
one: "Byte"
|
100
|
+
other: "Bytes"
|
101
|
+
kb: "KB"
|
102
|
+
mb: "MB"
|
103
|
+
gb: "GB"
|
104
|
+
tb: "TB"
|
105
|
+
|
106
|
+
support:
|
107
|
+
array:
|
108
|
+
words_connector: ", "
|
109
|
+
two_words_connector: " und "
|
110
|
+
last_word_connector: " und "
|
111
|
+
|
112
|
+
activerecord:
|
113
|
+
errors:
|
114
|
+
template:
|
115
|
+
header:
|
116
|
+
one: "Konnte dieses {{model}} Objekt nicht speichern: 1 Fehler."
|
117
|
+
other: "Konnte dieses {{model}} Objekt nicht speichern: {{count}} Fehler."
|
118
|
+
body: "Bitte überprüfen Sie die folgenden Felder:"
|
119
|
+
|
120
|
+
messages:
|
121
|
+
inclusion: "ist kein gültiger Wert"
|
122
|
+
exclusion: "ist nicht verfügbar"
|
123
|
+
invalid: "ist nicht gültig"
|
124
|
+
confirmation: "stimmt nicht mit der Bestätigung überein"
|
125
|
+
accepted: "muss akzeptiert werden"
|
126
|
+
empty: "muss ausgefüllt werden"
|
127
|
+
blank: "muss ausgefüllt werden"
|
128
|
+
too_long: "ist zu lang (nicht mehr als {{count}} Zeichen)"
|
129
|
+
too_short: "ist zu kurz (nicht weniger als {{count}} Zeichen)"
|
130
|
+
wrong_length: "hat die falsche Länge (muss genau {{count}} Zeichen haben)"
|
131
|
+
taken: "ist bereits vergeben"
|
132
|
+
not_a_number: "ist keine Zahl"
|
133
|
+
greater_than: "muss größer als {{count}} sein"
|
134
|
+
greater_than_or_equal_to: "muss größer oder gleich {{count}} sein"
|
135
|
+
equal_to: "muss genau {{count}} sein"
|
136
|
+
less_than: "muss kleiner als {{count}} sein"
|
137
|
+
less_than_or_equal_to: "muss kleiner oder gleich {{count}} sein"
|
138
|
+
odd: "muss ungerade sein"
|
139
|
+
even: "muss gerade sein"
|
140
|
+
models:
|
data/rails_i18n/de.yml
ADDED
@@ -0,0 +1,140 @@
|
|
1
|
+
# German translations for Ruby on Rails
|
2
|
+
# by Clemens Kofler (clemens@railway.at)
|
3
|
+
|
4
|
+
de:
|
5
|
+
date:
|
6
|
+
formats:
|
7
|
+
default: "%d.%m.%Y"
|
8
|
+
short: "%e. %b"
|
9
|
+
long: "%e. %B %Y"
|
10
|
+
only_day: "%e"
|
11
|
+
|
12
|
+
day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
|
13
|
+
abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
|
14
|
+
month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
|
15
|
+
abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
|
16
|
+
order: [ :day, :month, :year ]
|
17
|
+
|
18
|
+
time:
|
19
|
+
formats:
|
20
|
+
default: "%A, %d. %B %Y, %H:%M Uhr"
|
21
|
+
short: "%d. %B, %H:%M Uhr"
|
22
|
+
long: "%A, %d. %B %Y, %H:%M Uhr"
|
23
|
+
time: "%H:%M"
|
24
|
+
|
25
|
+
am: "vormittags"
|
26
|
+
pm: "nachmittags"
|
27
|
+
|
28
|
+
datetime:
|
29
|
+
distance_in_words:
|
30
|
+
half_a_minute: 'eine halbe Minute'
|
31
|
+
less_than_x_seconds:
|
32
|
+
zero: 'weniger als 1 Sekunde'
|
33
|
+
one: 'weniger als 1 Sekunde'
|
34
|
+
other: 'weniger als {{count}} Sekunden'
|
35
|
+
x_seconds:
|
36
|
+
one: '1 Sekunde'
|
37
|
+
other: '{{count}} Sekunden'
|
38
|
+
less_than_x_minutes:
|
39
|
+
zero: 'weniger als 1 Minute'
|
40
|
+
one: 'weniger als eine Minute'
|
41
|
+
other: 'weniger als {{count}} Minuten'
|
42
|
+
x_minutes:
|
43
|
+
one: '1 Minute'
|
44
|
+
other: '{{count}} Minuten'
|
45
|
+
about_x_hours:
|
46
|
+
one: 'etwa 1 Stunde'
|
47
|
+
other: 'etwa {{count}} Stunden'
|
48
|
+
x_days:
|
49
|
+
one: '1 Tag'
|
50
|
+
other: '{{count}} Tage'
|
51
|
+
about_x_months:
|
52
|
+
one: 'etwa 1 Monat'
|
53
|
+
other: 'etwa {{count}} Monate'
|
54
|
+
x_months:
|
55
|
+
one: '1 Monat'
|
56
|
+
other: '{{count}} Monate'
|
57
|
+
about_x_years:
|
58
|
+
one: 'etwa 1 Jahr'
|
59
|
+
other: 'etwa {{count}} Jahre'
|
60
|
+
over_x_years:
|
61
|
+
one: 'mehr als 1 Jahr'
|
62
|
+
other: 'mehr als {{count}} Jahre'
|
63
|
+
prompts:
|
64
|
+
second: "Sekunden"
|
65
|
+
minute: "Minuten"
|
66
|
+
hour: "Stunden"
|
67
|
+
day: "Tag"
|
68
|
+
month: "Monat"
|
69
|
+
year: "Jahr"
|
70
|
+
|
71
|
+
number:
|
72
|
+
format:
|
73
|
+
precision: 2
|
74
|
+
separator: ','
|
75
|
+
delimiter: '.'
|
76
|
+
currency:
|
77
|
+
format:
|
78
|
+
unit: '€'
|
79
|
+
format: '%n%u'
|
80
|
+
separator:
|
81
|
+
delimiter:
|
82
|
+
precision:
|
83
|
+
percentage:
|
84
|
+
format:
|
85
|
+
delimiter: ""
|
86
|
+
precision:
|
87
|
+
format:
|
88
|
+
delimiter: ""
|
89
|
+
human:
|
90
|
+
format:
|
91
|
+
delimiter: ""
|
92
|
+
precision: 1
|
93
|
+
storage_units:
|
94
|
+
# Storage units output formatting.
|
95
|
+
# %u is the storage unit, %n is the number (default: 2 MB)
|
96
|
+
format: "%n %u"
|
97
|
+
units:
|
98
|
+
byte:
|
99
|
+
one: "Byte"
|
100
|
+
other: "Bytes"
|
101
|
+
kb: "KB"
|
102
|
+
mb: "MB"
|
103
|
+
gb: "GB"
|
104
|
+
tb: "TB"
|
105
|
+
|
106
|
+
support:
|
107
|
+
array:
|
108
|
+
words_connector: ", "
|
109
|
+
two_words_connector: " und "
|
110
|
+
last_word_connector: " und "
|
111
|
+
|
112
|
+
activerecord:
|
113
|
+
errors:
|
114
|
+
template:
|
115
|
+
header:
|
116
|
+
one: "Konnte dieses {{model}} Objekt nicht speichern: 1 Fehler."
|
117
|
+
other: "Konnte dieses {{model}} Objekt nicht speichern: {{count}} Fehler."
|
118
|
+
body: "Bitte überprüfen Sie die folgenden Felder:"
|
119
|
+
|
120
|
+
messages:
|
121
|
+
inclusion: "ist kein gültiger Wert"
|
122
|
+
exclusion: "ist nicht verfügbar"
|
123
|
+
invalid: "ist nicht gültig"
|
124
|
+
confirmation: "stimmt nicht mit der Bestätigung überein"
|
125
|
+
accepted: "muss akzeptiert werden"
|
126
|
+
empty: "muss ausgefüllt werden"
|
127
|
+
blank: "muss ausgefüllt werden"
|
128
|
+
too_long: "ist zu lang (nicht mehr als {{count}} Zeichen)"
|
129
|
+
too_short: "ist zu kurz (nicht weniger als {{count}} Zeichen)"
|
130
|
+
wrong_length: "hat die falsche Länge (muss genau {{count}} Zeichen haben)"
|
131
|
+
taken: "ist bereits vergeben"
|
132
|
+
not_a_number: "ist keine Zahl"
|
133
|
+
greater_than: "muss größer als {{count}} sein"
|
134
|
+
greater_than_or_equal_to: "muss größer oder gleich {{count}} sein"
|
135
|
+
equal_to: "muss genau {{count}} sein"
|
136
|
+
less_than: "muss kleiner als {{count}} sein"
|
137
|
+
less_than_or_equal_to: "muss kleiner oder gleich {{count}} sein"
|
138
|
+
odd: "muss ungerade sein"
|
139
|
+
even: "muss gerade sein"
|
140
|
+
models:
|
data/rails_i18n/el.yml
ADDED
@@ -0,0 +1,191 @@
|
|
1
|
+
# Greek translations for Ruby on Rails
|
2
|
+
# by Nick Kokkos (nkokkos@gmail.com)
|
3
|
+
|
4
|
+
el:
|
5
|
+
number:
|
6
|
+
# Used in number_with_delimiter()
|
7
|
+
# These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
|
8
|
+
format:
|
9
|
+
# Sets the separator between the units, for more precision (e.g. 1,0 / 2,0 == 0,5)
|
10
|
+
separator: ","
|
11
|
+
# Delimets thousands (e.g. 1.000.000 is a million) (always in groups of three)
|
12
|
+
delimiter: "."
|
13
|
+
# Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1,00)
|
14
|
+
precision: 3
|
15
|
+
|
16
|
+
# Used in number_to_currency()
|
17
|
+
currency:
|
18
|
+
format:
|
19
|
+
# Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
|
20
|
+
# in Greek currency values would be represented as (e.g €5,78:five euros and seventy eight cents or €1.012,45: one thousand twelve euros and 45 cents)
|
21
|
+
format: "%u%n"
|
22
|
+
unit: "€"
|
23
|
+
# These three are to override number.format and are optional
|
24
|
+
separator: ","
|
25
|
+
delimiter: "."
|
26
|
+
precision: 2
|
27
|
+
|
28
|
+
# Used in number_to_percentage()
|
29
|
+
percentage:
|
30
|
+
format:
|
31
|
+
# These three are to override number.format and are optional
|
32
|
+
# separator:
|
33
|
+
delimiter: ""
|
34
|
+
# precision:
|
35
|
+
|
36
|
+
# Used in number_to_precision()
|
37
|
+
precision:
|
38
|
+
format:
|
39
|
+
# These three are to override number.format and are optional
|
40
|
+
# separator:
|
41
|
+
delimiter: ""
|
42
|
+
# precision:
|
43
|
+
|
44
|
+
# Used in number_to_human_size()
|
45
|
+
human:
|
46
|
+
format:
|
47
|
+
# These three are to override number.format and are optional
|
48
|
+
# separator:
|
49
|
+
delimiter: ""
|
50
|
+
precision: 1
|
51
|
+
storage_units: [Bytes, KB, MB, GB, TB]
|
52
|
+
|
53
|
+
# Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
|
54
|
+
datetime:
|
55
|
+
distance_in_words:
|
56
|
+
half_a_minute: "μισό λεπτό"
|
57
|
+
less_than_x_seconds:
|
58
|
+
one: "λιγότερο απο ένα δευτερόλεπτο"
|
59
|
+
other: "λιγότερο απο {{count}} δευτερόλεπτα"
|
60
|
+
x_seconds:
|
61
|
+
one: "1 δευτερόλεπτο"
|
62
|
+
other: "{{count}} δευτερόλεπτα"
|
63
|
+
less_than_x_minutes:
|
64
|
+
one: "λιγότερο απο ένα λεπτό"
|
65
|
+
other: "λιγότερο απο {{count}} λεπτά"
|
66
|
+
x_minutes:
|
67
|
+
one: "ένα λεπτό"
|
68
|
+
other: "{{count}} λεπτά"
|
69
|
+
about_x_hours:
|
70
|
+
one: "1 ώρα περίπου"
|
71
|
+
other: "{{count}} hours περίπου"
|
72
|
+
x_days:
|
73
|
+
one: "1 μέρα"
|
74
|
+
other: "{{count}} μέρες"
|
75
|
+
about_x_months:
|
76
|
+
one: "1 μήνα περίπου"
|
77
|
+
other: "{{count}} μήνες περίπου"
|
78
|
+
x_months:
|
79
|
+
one: "1 μήνα"
|
80
|
+
other: "{{count}} μήνες"
|
81
|
+
about_x_years:
|
82
|
+
one: "ένα χρόνο περίπου"
|
83
|
+
other: "{{count}} χρόνια περίπου"
|
84
|
+
over_x_years:
|
85
|
+
one: "πάνω απο 1 χρόνο"
|
86
|
+
other: "πάνω απο {{count}} χρόνια"
|
87
|
+
|
88
|
+
activerecord:
|
89
|
+
errors:
|
90
|
+
template:
|
91
|
+
header:
|
92
|
+
one: "1 λάθος παρεμπόδισε αυτό το {{model}} να αποθηκευθεί"
|
93
|
+
other: "{{count}} λάθη εμπόδισαν αυτό το {{model}} να αποθηκευθεί"
|
94
|
+
# The variable :count is also available
|
95
|
+
body: "Υπήρξαν προβλήματα με τα ακόλουθα πεδία :"
|
96
|
+
|
97
|
+
|
98
|
+
activerecord:
|
99
|
+
errors:
|
100
|
+
# The values :model, :attribute and :value are always available for interpolation
|
101
|
+
# The value :count is available when applicable. Can be used for pluralization.
|
102
|
+
messages:
|
103
|
+
inclusion: "δεν συμπεριλαβάνεται στη λίστα"
|
104
|
+
exclusion: "είναι δεσμευμένο"
|
105
|
+
invalid: "είναι άκυρο"
|
106
|
+
confirmation: "δεν ταιριάζει με την επικύρωση"
|
107
|
+
accepted: "πρέπει να είναι αποδεκτό"
|
108
|
+
empty: "δεν πρέπει να είναι άδειο"
|
109
|
+
blank: "δεν πρέπει να είναι κενό"
|
110
|
+
too_long: "είναι πολύ μεγάλο (το μέγιστο μήκος είναι {{count}} χαρακτήρες)"
|
111
|
+
too_short: "είναι πολύ μικρό (το μικρότερο μήκος είναι {{count}} χαρακτήρες)"
|
112
|
+
wrong_length: "έχει λανθασμένο μήκος (πρέπει να είναι {{count}} χαρακτήρες)"
|
113
|
+
taken: "το έχουν ήδη χρησιμοποιήσει"
|
114
|
+
not_a_number: "δεν είναι ένας αριθμός"
|
115
|
+
greater_than: "πρέπει να είναι μεγαλύτερο απο {{count}}"
|
116
|
+
greater_than_or_equal_to: "πρέπει να είναι μεγαλύτερο ή ίσον με {{count}}"
|
117
|
+
equal_to: "πρέπει να είναι ίσον με {{count}}"
|
118
|
+
less_than: "πρέπει να είναι λιγότερο απο {{count}}"
|
119
|
+
less_than_or_equal_to: "πρέπει να είναι λιγότερο ή ίσον με {{count}}"
|
120
|
+
odd: "πρέπει να είναι περιττός"
|
121
|
+
even: "πρέπει να είναι άρτιος"
|
122
|
+
# Append your own errors here or at the model/attributes scope.
|
123
|
+
|
124
|
+
# You can define own errors for models or model attributes.
|
125
|
+
# The values :model, :attribute and :value are always available for interpolation.
|
126
|
+
#
|
127
|
+
# For example,
|
128
|
+
# models:
|
129
|
+
# user:
|
130
|
+
# blank: "This is a custom blank message for {{model}}: {{attribute}}"
|
131
|
+
# attributes:
|
132
|
+
# login:
|
133
|
+
# blank: "This is a custom blank message for User login"
|
134
|
+
# Will define custom blank validation message for User model and
|
135
|
+
# custom blank validation message for login attribute of User model.
|
136
|
+
# models:
|
137
|
+
|
138
|
+
# Translate model names. Used in Model.human_name().
|
139
|
+
#models:
|
140
|
+
# For example,
|
141
|
+
# user: "Dude"
|
142
|
+
# will translate User model name to "Dude"
|
143
|
+
|
144
|
+
# Translate model attribute names. Used in Model.human_attribute_name(attribute).
|
145
|
+
#attributes:
|
146
|
+
# For example,
|
147
|
+
# user:
|
148
|
+
# login: "Handle"
|
149
|
+
# will translate User attribute "login" as "Handle"
|
150
|
+
|
151
|
+
|
152
|
+
date:
|
153
|
+
formats:
|
154
|
+
# Use the strftime parameters for formats.
|
155
|
+
# When no format has been given, it uses default.
|
156
|
+
# You can provide other formats here if you like!
|
157
|
+
default: "%d-%m-%Y"
|
158
|
+
short: "%d %b"
|
159
|
+
long: "%d %B %Y"
|
160
|
+
only_day: "%e"
|
161
|
+
|
162
|
+
day_names: [Κυριακή, Δευτέρα, Τρίτη, Τετάρτη, Πέμπτη, Παρασκευή, Σάββατο]
|
163
|
+
abbr_day_names: [Κυρ, Δευ, Τρι, Τετ, Πεμ, Παρ, Σαβ]
|
164
|
+
|
165
|
+
# Don't forget the nil at the beginning; there's no such thing as a 0th month
|
166
|
+
month_names: [~, Ιανοάριος, Φεβρουάριος, Μάρτιος, Απρίλιος, Μάιος, Ιούνιος, Ιούλιος, Άυγουστος, Σεπτέμβριος, Οκτώβριος, Νοέμβριος, Δεκέμβριος]
|
167
|
+
abbr_month_names: [~, Ιαν, Φεβ, Μάρ, Απρ, Μαι, Ιουν, Ιούλ, Αυγ, Σεπ, Οκτ, Νοε, Δεκ]
|
168
|
+
# Used in date_select and datime_select.
|
169
|
+
# original was: order: [ :year, :month, :day ]
|
170
|
+
order: [ :day, :month, :year ]
|
171
|
+
|
172
|
+
time:
|
173
|
+
formats:
|
174
|
+
default: "%a %d %b %Y, %H:%M:%S %z"
|
175
|
+
time: "%H:%M"
|
176
|
+
short: "%d %b %H:%M"
|
177
|
+
long: "%d %B %Y %H:%M"
|
178
|
+
only_second: "%S"
|
179
|
+
am: "am"
|
180
|
+
pm: "pm"
|
181
|
+
|
182
|
+
datetime:
|
183
|
+
formats:
|
184
|
+
default: "%d-%m-%YT%H:%M:%S%Z"
|
185
|
+
|
186
|
+
|
187
|
+
# Used in array.to_sentence.
|
188
|
+
support:
|
189
|
+
array:
|
190
|
+
sentence_connector: "και"
|
191
|
+
skip_last_comma: false
|