alula 0.2.3 → 0.4.0b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -0
- data/Gemfile +7 -0
- data/Guardfile +9 -0
- data/Rakefile +12 -1
- data/VERSION +1 -1
- data/alula.gemspec +20 -4
- data/lib/alula/attachment_processor.rb +77 -0
- data/lib/alula/cdn.rb +30 -0
- data/lib/alula/cdns/edgecast.rb +16 -0
- data/lib/alula/cdns/hosts.rb +14 -0
- data/lib/alula/cli.rb +90 -39
- data/lib/alula/compressors.rb +22 -10
- data/lib/alula/config.rb +141 -0
- data/lib/alula/content.rb +113 -0
- data/lib/alula/contents/attachment.rb +8 -0
- data/lib/alula/contents/item.rb +409 -0
- data/lib/alula/contents/metadata.rb +73 -0
- data/lib/alula/contents/page.rb +9 -0
- data/lib/alula/contents/post.rb +32 -0
- data/lib/alula/context.rb +72 -0
- data/lib/alula/core_ext.rb +5 -0
- data/lib/alula/core_ext/environment.rb +20 -0
- data/lib/alula/core_ext/filter.rb +20 -0
- data/lib/alula/core_ext/filters/smilies.rb +36 -0
- data/lib/alula/core_ext/manifest.rb +30 -0
- data/lib/alula/core_ext/tag.rb +100 -0
- data/lib/alula/core_ext/tags/attachment.rb +28 -0
- data/lib/alula/core_ext/tags/blockquote.rb +21 -0
- data/lib/alula/core_ext/tags/image.rb +48 -0
- data/lib/alula/core_ext/tags/locale.rb +17 -0
- data/lib/alula/core_ext/tags/video.rb +103 -0
- data/lib/alula/generator.rb +31 -0
- data/lib/alula/generators/feedbuilder.rb +44 -0
- data/lib/alula/generators/paginate.rb +88 -0
- data/lib/alula/generators/sitemap.rb +26 -0
- data/lib/alula/helpers.rb +2 -0
- data/lib/alula/helpers/addons.rb +12 -0
- data/lib/alula/helpers/assets.rb +56 -0
- data/lib/alula/helpers/url_helpers.rb +16 -0
- data/lib/alula/plugin.rb +32 -0
- data/lib/alula/processor.rb +86 -0
- data/lib/alula/processors/dummy.rb +24 -0
- data/lib/alula/processors/image.rb +52 -0
- data/lib/alula/processors/magick.rb +83 -0
- data/lib/alula/processors/video.rb +97 -0
- data/lib/alula/processors/zencoder.rb +199 -0
- data/lib/alula/progress.rb +95 -0
- data/lib/alula/progressbar.rb +66 -0
- data/lib/alula/site.rb +331 -262
- data/lib/alula/storage.rb +46 -0
- data/lib/alula/storages/file_item.rb +43 -0
- data/lib/alula/storages/filestorage.rb +96 -0
- data/lib/alula/storages/item.rb +12 -0
- data/lib/alula/support/commonlogger.rb +30 -0
- data/lib/alula/theme.rb +70 -13
- data/lib/alula/theme/layout.rb +56 -0
- data/lib/alula/theme/view.rb +43 -0
- data/lib/alula/version.rb +1 -1
- data/locales/en.yml +9 -0
- data/locales/fi.yml +10 -0
- data/locales/l10n/ar.yml +199 -0
- data/locales/l10n/az.yml +199 -0
- data/locales/l10n/bg.yml +199 -0
- data/locales/l10n/bn-IN.yml +182 -0
- data/locales/l10n/bs.yml +242 -0
- data/locales/l10n/ca.yml +199 -0
- data/locales/l10n/cs.yml +198 -0
- data/locales/l10n/csb.yml +210 -0
- data/locales/l10n/cy.yml +199 -0
- data/locales/l10n/da.yml +199 -0
- data/locales/l10n/de-AT.yml +203 -0
- data/locales/l10n/de-CH.yml +203 -0
- data/locales/l10n/de.yml +203 -0
- data/locales/l10n/dsb.yml +215 -0
- data/locales/l10n/el.yml +199 -0
- data/locales/l10n/en-AU.yml +205 -0
- data/locales/l10n/en-CA.yml +214 -0
- data/locales/l10n/en-GB.yml +205 -0
- data/locales/l10n/en-IN.yml +205 -0
- data/locales/l10n/en-US.yml +205 -0
- data/locales/l10n/en.yml +205 -0
- data/locales/l10n/eo.yml +201 -0
- data/locales/l10n/es-AR.yml +205 -0
- data/locales/l10n/es-CL.yml +199 -0
- data/locales/l10n/es-CO.yml +205 -0
- data/locales/l10n/es-MX.yml +205 -0
- data/locales/l10n/es-PE.yml +181 -0
- data/locales/l10n/es-VE.yml +205 -0
- data/locales/l10n/es.yml +199 -0
- data/locales/l10n/et.yml +199 -0
- data/locales/l10n/eu.yml +199 -0
- data/locales/l10n/fa.yml +199 -0
- data/locales/l10n/fi.yml +199 -0
- data/locales/l10n/fr-CA.yml +207 -0
- data/locales/l10n/fr-CH.yml +207 -0
- data/locales/l10n/fr.yml +222 -0
- data/locales/l10n/fur.yml +199 -0
- data/locales/l10n/gl-ES.yml +178 -0
- data/locales/l10n/gsw-CH.yml +199 -0
- data/locales/l10n/he.yml +201 -0
- data/locales/l10n/hi-IN.yml +199 -0
- data/locales/l10n/hi.yml +199 -0
- data/locales/l10n/hr.yml +237 -0
- data/locales/l10n/hsb.yml +214 -0
- data/locales/l10n/hu.yml +199 -0
- data/locales/l10n/id.yml +200 -0
- data/locales/l10n/is.yml +213 -0
- data/locales/l10n/it.yml +205 -0
- data/locales/l10n/ja.yml +197 -0
- data/locales/l10n/kn.yml +199 -0
- data/locales/l10n/ko.yml +197 -0
- data/locales/l10n/lo.yml +186 -0
- data/locales/l10n/lt.yml +182 -0
- data/locales/l10n/lv.yml +215 -0
- data/locales/l10n/mk.yml +170 -0
- data/locales/l10n/mn.yml +205 -0
- data/locales/l10n/nb.yml +207 -0
- data/locales/l10n/nl.yml +199 -0
- data/locales/l10n/nn.yml +160 -0
- data/locales/l10n/pl.yml +221 -0
- data/locales/l10n/pt-BR.yml +207 -0
- data/locales/l10n/pt-PT.yml +207 -0
- data/locales/l10n/quotes.yml +24 -0
- data/locales/l10n/rm.yml +182 -0
- data/locales/l10n/ro.yml +199 -0
- data/locales/l10n/ru.yml +257 -0
- data/locales/l10n/sk.yml +213 -0
- data/locales/l10n/sl.yml +210 -0
- data/locales/l10n/sr-Latn.yml +170 -0
- data/locales/l10n/sr.yml +170 -0
- data/locales/l10n/sv-SE.yml +199 -0
- data/locales/l10n/sw.yml +197 -0
- data/locales/l10n/th.yml +173 -0
- data/locales/l10n/tl.yml +229 -0
- data/locales/l10n/tr.yml +199 -0
- data/locales/l10n/uk.yml +257 -0
- data/locales/l10n/vi.yml +201 -0
- data/locales/l10n/wo.yml +205 -0
- data/locales/l10n/zh-CN.yml +199 -0
- data/locales/l10n/zh-TW.yml +199 -0
- data/template/Gemfile.erb +14 -4
- data/template/README +16 -0
- data/template/config.yml.erb +42 -38
- data/test/fixtures/config_001_simple.yml +2 -0
- data/test/fixtures/config_002_l10n.yml +5 -0
- data/test/fixtures/pages/invalid-page.markdown +1 -0
- data/test/fixtures/pages/multilingual-page.markdown +20 -0
- data/test/fixtures/pages/section/subpage.markdown +5 -0
- data/test/fixtures/pages/simple-page.markdown +7 -0
- data/test/fixtures/posts/2012-07-02-invalid-post.markdown +1 -0
- data/test/fixtures/posts/2012-07-02-simple.markdown +7 -0
- data/test/fixtures/posts/2012-07-03-full-metadata.markdown +8 -0
- data/test/fixtures/posts/2012-07-03-multilingual-full-metadata.markdown +20 -0
- data/test/fixtures/theme/test/layouts/default.html.erb +1 -0
- data/test/fixtures/theme/test/views/page.html.erb +1 -0
- data/test/fixtures/theme/test/views/post.html.erb +1 -0
- data/test/minitest_helper.rb +14 -0
- data/test/test_config.rb +33 -0
- data/test/test_content.rb +30 -0
- data/test/test_metadata.rb +83 -0
- data/test/test_page.rb +81 -0
- data/test/test_post.rb +123 -0
- data/test/test_storage.rb +23 -0
- data/test/test_storage_file.rb +32 -0
- data/test/test_theme.rb +45 -0
- data/vendor/assets/images/favicon.png +0 -0
- data/vendor/assets/images/grey.gif +0 -0
- data/vendor/assets/javascripts/jquery.alula.js.coffee +16 -0
- data/vendor/{javascripts → assets/javascripts}/jquery.js +0 -0
- data/vendor/assets/javascripts/jquery.lazyload.js +210 -0
- data/vendor/assets/javascripts/lazyload.js.coffee +15 -0
- data/vendor/layouts/feed.xml.builder +19 -0
- data/vendor/layouts/sitemap.xml.builder +10 -0
- data/vendor/views/feed_post.html.haml +1 -0
- metadata +529 -50
- data/lib/alula.rb +0 -5
- data/lib/alula/assethelper.rb +0 -75
- data/lib/alula/plugins.rb +0 -23
- data/lib/alula/plugins/assets.rb +0 -82
- data/lib/alula/plugins/pagination.rb +0 -121
- data/lib/alula/rake_tasks.rb +0 -42
- data/lib/alula/tasks.rb +0 -2
data/locales/l10n/th.yml
ADDED
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
th:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- อา
|
|
5
|
+
- จ
|
|
6
|
+
- อ
|
|
7
|
+
- พ
|
|
8
|
+
- พฤ
|
|
9
|
+
- ศ
|
|
10
|
+
- ส
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- ม.ค.
|
|
14
|
+
- ก.พ.
|
|
15
|
+
- มี.ค.
|
|
16
|
+
- เม.ย.
|
|
17
|
+
- พ.ค.
|
|
18
|
+
- มิ.ย.
|
|
19
|
+
- ก.ค.
|
|
20
|
+
- ส.ค.
|
|
21
|
+
- ก.ย.
|
|
22
|
+
- ต.ค.
|
|
23
|
+
- พ.ย.
|
|
24
|
+
- ธ.ค.
|
|
25
|
+
day_names:
|
|
26
|
+
- อาทิตย์
|
|
27
|
+
- จันทร์
|
|
28
|
+
- อังคาร
|
|
29
|
+
- พุธ
|
|
30
|
+
- พฤหัสบดี
|
|
31
|
+
- ศุกร์
|
|
32
|
+
- เสาร์
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d-%m-%Y'
|
|
35
|
+
long: ! '%d %B %Y'
|
|
36
|
+
short: ! '%d %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- มกราคม
|
|
40
|
+
- กุมภาพันธ์
|
|
41
|
+
- มีนาคม
|
|
42
|
+
- เมษายน
|
|
43
|
+
- พฤษภาคม
|
|
44
|
+
- มิถุนายน
|
|
45
|
+
- กรกฎาคม
|
|
46
|
+
- สิงหาคม
|
|
47
|
+
- กันยายน
|
|
48
|
+
- ตุลาคม
|
|
49
|
+
- พฤศจิกายน
|
|
50
|
+
- ธันวาคม
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours: ประมาณ %{count} ชั่วโมง
|
|
58
|
+
about_x_months: ประมาณ %{count} เดือน
|
|
59
|
+
about_x_years: ประมาณ %{count} ปี
|
|
60
|
+
almost_x_years: เกือบ %{count} ปี
|
|
61
|
+
half_a_minute: ครึ่งนาที
|
|
62
|
+
less_than_x_minutes: น้อยกว่า %{count} นาที
|
|
63
|
+
less_than_x_seconds: น้อยกว่า %{count} วินาที
|
|
64
|
+
over_x_years: มากกว่า %{count} ปี
|
|
65
|
+
x_days: ! '%{count} วัน'
|
|
66
|
+
x_minutes: ! '%{count} นาที'
|
|
67
|
+
x_months: ! '%{count} เดือน'
|
|
68
|
+
x_seconds: ! '%{count} วินาที'
|
|
69
|
+
prompts:
|
|
70
|
+
day: วัน
|
|
71
|
+
hour: ชั่วโมง
|
|
72
|
+
minute: นาที
|
|
73
|
+
month: เดือน
|
|
74
|
+
second: วินาที
|
|
75
|
+
year: ปี
|
|
76
|
+
errors: &errors
|
|
77
|
+
format: ! '%{attribute} %{message}'
|
|
78
|
+
messages:
|
|
79
|
+
accepted: ต้องถูกยอมรับ
|
|
80
|
+
blank: ต้องไม่เว้นว่างเอาไว้
|
|
81
|
+
confirmation: ไม่ตรงกับการยืนยัน
|
|
82
|
+
empty: ต้องไม่เว้นว่างเอาไว้
|
|
83
|
+
equal_to: ต้องมีค่าเท่ากับ %{count}
|
|
84
|
+
even: ต้องเป็นจำนวนคู่
|
|
85
|
+
exclusion: ไม่ได้รับอนุญาตให้ใช้
|
|
86
|
+
greater_than: ต้องมากกว่า %{count}
|
|
87
|
+
greater_than_or_equal_to: ต้องมากกว่าหรือเท่ากับ %{count}
|
|
88
|
+
inclusion: ไม่ได้อยู่ในรายการ
|
|
89
|
+
invalid: ไม่ถูกต้อง
|
|
90
|
+
less_than: ต้องมีค่าน้อยกว่า %{count}
|
|
91
|
+
less_than_or_equal_to: ต้องมีค่าน้อยกว่าหรือเท่ากับ %{count}
|
|
92
|
+
not_a_number: ไม่ใช่ตัวเลข
|
|
93
|
+
not_an_integer: ไม่ใช่จำนวนเต็ม
|
|
94
|
+
odd: ต้องเป็นจำนวนคี่
|
|
95
|
+
record_invalid: ! 'ไม่ผ่านการตรวจสอบ: %{errors}'
|
|
96
|
+
taken: ถูกใช้ไปแล้ว
|
|
97
|
+
too_long: ยาวเกินไป (ต้องไม่เกิน %{count} ตัวอักษร)
|
|
98
|
+
too_short: สั้นเกินไป (ต้องยาวกว่า %{count} ตัวอักษร)
|
|
99
|
+
wrong_length: มีความยาวไม่ถูกต้อง (ต้องมีความยาว %{count} ตัวอักษร)
|
|
100
|
+
template:
|
|
101
|
+
body: ! 'โปรดตรวจสอบข้อมูลในช่องต่อไปนี้:'
|
|
102
|
+
header: พบข้อผิดพลาด %{count} ประการ ทำให้ไม่สามารถบันทึก%{model}ได้
|
|
103
|
+
helpers:
|
|
104
|
+
select:
|
|
105
|
+
prompt: โปรดเลือก
|
|
106
|
+
submit:
|
|
107
|
+
create: สร้าง%{model}
|
|
108
|
+
submit: บันทึก%{model}
|
|
109
|
+
update: ปรับปรุง%{model}
|
|
110
|
+
number:
|
|
111
|
+
currency:
|
|
112
|
+
format:
|
|
113
|
+
delimiter: ! ','
|
|
114
|
+
format: ! '%n %u'
|
|
115
|
+
precision: 2
|
|
116
|
+
separator: .
|
|
117
|
+
significant: false
|
|
118
|
+
strip_insignificant_zeros: false
|
|
119
|
+
unit: บาท
|
|
120
|
+
format:
|
|
121
|
+
delimiter: ! ','
|
|
122
|
+
precision: 3
|
|
123
|
+
separator: .
|
|
124
|
+
significant: false
|
|
125
|
+
strip_insignificant_zeros: false
|
|
126
|
+
human:
|
|
127
|
+
decimal_units:
|
|
128
|
+
format: ! '%n %u'
|
|
129
|
+
units:
|
|
130
|
+
billion: พันล้าน
|
|
131
|
+
million: ล้าน
|
|
132
|
+
quadrillion: พันล้านล้าน
|
|
133
|
+
thousand: พัน
|
|
134
|
+
trillion: ล้านล้าน
|
|
135
|
+
unit: ''
|
|
136
|
+
format:
|
|
137
|
+
delimiter: ''
|
|
138
|
+
precision: 3
|
|
139
|
+
significant: true
|
|
140
|
+
strip_insignificant_zeros: true
|
|
141
|
+
storage_units:
|
|
142
|
+
format: ! '%n %u'
|
|
143
|
+
units:
|
|
144
|
+
byte: ไบต์
|
|
145
|
+
gb: จิกะไบต์
|
|
146
|
+
kb: กิโลไบต์
|
|
147
|
+
mb: เมกะไบต์
|
|
148
|
+
tb: เทระไบต์
|
|
149
|
+
percentage:
|
|
150
|
+
format:
|
|
151
|
+
delimiter: ''
|
|
152
|
+
precision:
|
|
153
|
+
format:
|
|
154
|
+
delimiter: ''
|
|
155
|
+
support:
|
|
156
|
+
array:
|
|
157
|
+
last_word_connector: ! ', และ '
|
|
158
|
+
two_words_connector: ! ' และ '
|
|
159
|
+
words_connector: ! ', '
|
|
160
|
+
time:
|
|
161
|
+
am: ก่อนเที่ยง
|
|
162
|
+
formats:
|
|
163
|
+
default: ! '%a %d %b %Y %H:%M:%S %z'
|
|
164
|
+
long: ! '%d %B %Y %H:%M น.'
|
|
165
|
+
short: ! '%d %b %H:%M น.'
|
|
166
|
+
pm: หลังเที่ยง
|
|
167
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
168
|
+
activemodel:
|
|
169
|
+
errors:
|
|
170
|
+
<<: *errors
|
|
171
|
+
activerecord:
|
|
172
|
+
errors:
|
|
173
|
+
<<: *errors
|
data/locales/l10n/tl.yml
ADDED
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
# Filipino (Tagalog) translations for Rails
|
|
2
|
+
# by Patrick CHEW (pchew@change.org)
|
|
3
|
+
# contributors:
|
|
4
|
+
# - Patrick CHEW - https://github.com/pchew-change (pchew@change.org)
|
|
5
|
+
# - Jose BUSTAMANTE - (josebust@cisco.com)
|
|
6
|
+
# Corrected by Christine Roque : christine@change.org
|
|
7
|
+
|
|
8
|
+
"tl":
|
|
9
|
+
date:
|
|
10
|
+
formats:
|
|
11
|
+
default: "%d/%m/%Y"
|
|
12
|
+
short: ika-%d ng %b
|
|
13
|
+
long: ika-%d ng %B, %Y
|
|
14
|
+
|
|
15
|
+
day_names:
|
|
16
|
+
- Linggo
|
|
17
|
+
- Lunes
|
|
18
|
+
- Martes
|
|
19
|
+
- Miyerkules
|
|
20
|
+
- Huwebes
|
|
21
|
+
- Biyernes
|
|
22
|
+
- Sabado
|
|
23
|
+
|
|
24
|
+
abbr_day_names:
|
|
25
|
+
- Lin
|
|
26
|
+
- Lun
|
|
27
|
+
- Mar
|
|
28
|
+
- Miy
|
|
29
|
+
- Huw
|
|
30
|
+
- Biy
|
|
31
|
+
- Sab
|
|
32
|
+
|
|
33
|
+
month_names:
|
|
34
|
+
- ~
|
|
35
|
+
- Enero
|
|
36
|
+
- Pebrero
|
|
37
|
+
- Marso
|
|
38
|
+
- Abril
|
|
39
|
+
- Mayo
|
|
40
|
+
- Hunyo
|
|
41
|
+
- Hulyo
|
|
42
|
+
- Agosto
|
|
43
|
+
- Setyembre
|
|
44
|
+
- Oktubre
|
|
45
|
+
- Nobyembre
|
|
46
|
+
- Disyembre
|
|
47
|
+
|
|
48
|
+
abbr_month_names:
|
|
49
|
+
- ~
|
|
50
|
+
- Ene
|
|
51
|
+
- Peb
|
|
52
|
+
- Mar
|
|
53
|
+
- Abr
|
|
54
|
+
- May
|
|
55
|
+
- Hun
|
|
56
|
+
- Hul
|
|
57
|
+
- Ago
|
|
58
|
+
- Set
|
|
59
|
+
- Okt
|
|
60
|
+
- Nob
|
|
61
|
+
- Dis
|
|
62
|
+
|
|
63
|
+
order:
|
|
64
|
+
- :year
|
|
65
|
+
- :month
|
|
66
|
+
- :day
|
|
67
|
+
|
|
68
|
+
time:
|
|
69
|
+
formats:
|
|
70
|
+
default: "%A, ika-%d ng %B ng %Y %H:%M:%S %z"
|
|
71
|
+
short: "%d ng %b %H:%M"
|
|
72
|
+
long: "ika-%d ng %B ng %Y %H:%M"
|
|
73
|
+
am: AM
|
|
74
|
+
pm: PM
|
|
75
|
+
|
|
76
|
+
support:
|
|
77
|
+
array:
|
|
78
|
+
words_connector: ","
|
|
79
|
+
two_words_connector: "at"
|
|
80
|
+
last_word_connector: ", at"
|
|
81
|
+
|
|
82
|
+
number:
|
|
83
|
+
format:
|
|
84
|
+
separator: "."
|
|
85
|
+
delimiter: ","
|
|
86
|
+
precision: 3
|
|
87
|
+
significant: FALSE
|
|
88
|
+
strip_insignificant_zeros: FALSE
|
|
89
|
+
|
|
90
|
+
currency:
|
|
91
|
+
format:
|
|
92
|
+
format: "%n %u"
|
|
93
|
+
unit: "₱"
|
|
94
|
+
separator: "."
|
|
95
|
+
delimiter: ","
|
|
96
|
+
precision: 2
|
|
97
|
+
significant: FALSE
|
|
98
|
+
strip_insignificant_zeros: FALSE
|
|
99
|
+
|
|
100
|
+
percentage:
|
|
101
|
+
format:
|
|
102
|
+
delimiter: ""
|
|
103
|
+
|
|
104
|
+
precision:
|
|
105
|
+
format:
|
|
106
|
+
delimiter: ""
|
|
107
|
+
|
|
108
|
+
human:
|
|
109
|
+
format:
|
|
110
|
+
delimiter: ""
|
|
111
|
+
precision: 1
|
|
112
|
+
significant: TRUE
|
|
113
|
+
strip_insignificant_zeros: TRUE
|
|
114
|
+
storage_units:
|
|
115
|
+
format: "%n %u"
|
|
116
|
+
units:
|
|
117
|
+
byte:
|
|
118
|
+
one: Byte
|
|
119
|
+
other: Bytes
|
|
120
|
+
kb: KB
|
|
121
|
+
mb: MB
|
|
122
|
+
gb: GB
|
|
123
|
+
tb: TB
|
|
124
|
+
decimal_units:
|
|
125
|
+
format: "%n %u"
|
|
126
|
+
units:
|
|
127
|
+
unit: ""
|
|
128
|
+
thousand: libo
|
|
129
|
+
million: milyon
|
|
130
|
+
billion: bilyon
|
|
131
|
+
trillion: trilyon
|
|
132
|
+
quadrillion: kuwadrilyon
|
|
133
|
+
|
|
134
|
+
datetime:
|
|
135
|
+
distance_in_words:
|
|
136
|
+
half_a_minute: "kalahating isang minuto"
|
|
137
|
+
less_than_x_seconds:
|
|
138
|
+
one: mas mababa sa isang segundo
|
|
139
|
+
other: "mas mababa sa %{count} segundo"
|
|
140
|
+
x_seconds:
|
|
141
|
+
one: isang segundo
|
|
142
|
+
other: "%{count} segundo"
|
|
143
|
+
less_than_x_minutes:
|
|
144
|
+
one: mas mababa sa isang minuto
|
|
145
|
+
other: "mas mababa sa %{count} minuto"
|
|
146
|
+
x_minutes:
|
|
147
|
+
one: isang minuto
|
|
148
|
+
other: "%{count} minuto"
|
|
149
|
+
about_x_hours:
|
|
150
|
+
one: humigit-kumulang isang oras
|
|
151
|
+
other: "humigit-kumulang %{count} oras"
|
|
152
|
+
x_days:
|
|
153
|
+
one: isang araw
|
|
154
|
+
other: "%{count} araw"
|
|
155
|
+
about_x_months:
|
|
156
|
+
one: humigit-kumulang isang buwan
|
|
157
|
+
other: "humigit-kumulang %{count} buwan"
|
|
158
|
+
x_months:
|
|
159
|
+
one: isang buwan
|
|
160
|
+
other: "%{count} buwang"
|
|
161
|
+
about_x_years:
|
|
162
|
+
one: humigit-kumulang isang taon
|
|
163
|
+
other: "humigit-kumulang %{count} taon"
|
|
164
|
+
over_x_years:
|
|
165
|
+
one: higit sa isang taon
|
|
166
|
+
other: "higit %{count} taon"
|
|
167
|
+
almost_x_years:
|
|
168
|
+
one: halos isang taon
|
|
169
|
+
other: "halos %{count} taon"
|
|
170
|
+
prompts:
|
|
171
|
+
year: taon
|
|
172
|
+
month: buwan
|
|
173
|
+
day: araw
|
|
174
|
+
hour: oras
|
|
175
|
+
minute: minuto
|
|
176
|
+
second: segundo
|
|
177
|
+
|
|
178
|
+
helpers:
|
|
179
|
+
select:
|
|
180
|
+
prompt: Mangyaring pumili
|
|
181
|
+
|
|
182
|
+
submit:
|
|
183
|
+
create: "lumikha ng %{model}"
|
|
184
|
+
update: "i-update ang %{model}"
|
|
185
|
+
submit: "isumite ang %{model}"
|
|
186
|
+
|
|
187
|
+
errors: &errors
|
|
188
|
+
format: "%{attribute} %{message}"
|
|
189
|
+
|
|
190
|
+
messages: &errors_messages
|
|
191
|
+
inclusion: ito ay hindi kasama sa listahan
|
|
192
|
+
exclusion: ito ay nakalaan
|
|
193
|
+
invalid: ito ay hindi wasto
|
|
194
|
+
confirmation: ito ay hindi tumutugma ang pagpapatunay
|
|
195
|
+
accepted: ito ay dapat na tanggapin
|
|
196
|
+
empty: ito ay hindi maaaring walang laman
|
|
197
|
+
blank: ito ay hindi maaaring maging katutubo
|
|
198
|
+
too_long:
|
|
199
|
+
one: "ito ay masyadong mahaba (maximum ay %{count} character)"
|
|
200
|
+
other:
|
|
201
|
+
too_short:
|
|
202
|
+
one: "ito ay masyadong maikli (minimum ay %{count} character)"
|
|
203
|
+
other:
|
|
204
|
+
wrong_length:
|
|
205
|
+
one: ito ay ang maling haba (ito ay dapat %{count} character eksaktong)
|
|
206
|
+
other:
|
|
207
|
+
not_a_number: ito ay hindi isang numero
|
|
208
|
+
not_an_integer: dapat na isang integer
|
|
209
|
+
greater_than: dapat na mas higit sa %{count}
|
|
210
|
+
greater_than_or_equal_to: dapat na mas higit sa o katumbas ng %{count}
|
|
211
|
+
equal_to: dapat na katumba sa %{count}
|
|
212
|
+
less_than: dapat na mas mababa sa %{count}
|
|
213
|
+
less_than_or_equal_to: dapat na mas mababa sa o katumbas ng %{count}
|
|
214
|
+
odd: dapat maging kakaibang
|
|
215
|
+
even: dapat maging kahit
|
|
216
|
+
taken: ay ginagamit
|
|
217
|
+
record_invalid: "Nabigo ang pagpapatunay: %{errors}"
|
|
218
|
+
template:
|
|
219
|
+
header:
|
|
220
|
+
one: "hindi maaaring i-save ang %{model} na ito dahil sa isang error"
|
|
221
|
+
other: "hindi maaaring i-save ang %{model} na ito dahil sa %{count} error"
|
|
222
|
+
body: "May mga problema sa mga sumusunod na patlang:"
|
|
223
|
+
|
|
224
|
+
activemodel:
|
|
225
|
+
errors:
|
|
226
|
+
<<: *errors
|
|
227
|
+
activerecord:
|
|
228
|
+
errors:
|
|
229
|
+
<<: *errors
|
data/locales/l10n/tr.yml
ADDED
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
tr:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- Pzr
|
|
5
|
+
- Pzt
|
|
6
|
+
- Sal
|
|
7
|
+
- Çrş
|
|
8
|
+
- Prş
|
|
9
|
+
- Cum
|
|
10
|
+
- Cts
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- Oca
|
|
14
|
+
- Şub
|
|
15
|
+
- Mar
|
|
16
|
+
- Nis
|
|
17
|
+
- May
|
|
18
|
+
- Haz
|
|
19
|
+
- Tem
|
|
20
|
+
- Ağu
|
|
21
|
+
- Eyl
|
|
22
|
+
- Eki
|
|
23
|
+
- Kas
|
|
24
|
+
- Ara
|
|
25
|
+
day_names:
|
|
26
|
+
- Pazar
|
|
27
|
+
- Pazartesi
|
|
28
|
+
- Salı
|
|
29
|
+
- Çarşamba
|
|
30
|
+
- Perşembe
|
|
31
|
+
- Cuma
|
|
32
|
+
- Cumartesi
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d.%m.%Y'
|
|
35
|
+
long: ! '%e %B %Y, %A'
|
|
36
|
+
short: ! '%e %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- Ocak
|
|
40
|
+
- Şubat
|
|
41
|
+
- Mart
|
|
42
|
+
- Nisan
|
|
43
|
+
- Mayıs
|
|
44
|
+
- Haziran
|
|
45
|
+
- Temmuz
|
|
46
|
+
- Ağustos
|
|
47
|
+
- Eylül
|
|
48
|
+
- Ekim
|
|
49
|
+
- Kasım
|
|
50
|
+
- Aralık
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: yaklaşık 1 saat
|
|
59
|
+
other: yaklaşık %{count} saat
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: yaklaşık 1 ay
|
|
62
|
+
other: yaklaşık %{count} ay
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: yaklaşık 1 yıl
|
|
65
|
+
other: yaklaşık %{count} yıl
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: neredeyse 1 yıl
|
|
68
|
+
other: neredeyse %{count} yıl
|
|
69
|
+
half_a_minute: yarım dakika
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: 1 dakikadan az
|
|
72
|
+
other: ! '%{count} dakikadan az'
|
|
73
|
+
zero: 1 dakikadan az
|
|
74
|
+
less_than_x_seconds:
|
|
75
|
+
one: 1 saniyeden az
|
|
76
|
+
other: ! '%{count} saniyeden az'
|
|
77
|
+
zero: 1 saniyeden az
|
|
78
|
+
over_x_years:
|
|
79
|
+
one: 1 yıldan fazla
|
|
80
|
+
other: ! '%{count} yıldan fazla'
|
|
81
|
+
x_days:
|
|
82
|
+
one: 1 gün
|
|
83
|
+
other: ! '%{count} gün'
|
|
84
|
+
x_minutes:
|
|
85
|
+
one: 1 dakika
|
|
86
|
+
other: ! '%{count} dakika'
|
|
87
|
+
x_months:
|
|
88
|
+
one: 1 ay
|
|
89
|
+
other: ! '%{count} ay'
|
|
90
|
+
x_seconds:
|
|
91
|
+
one: 1 saniye
|
|
92
|
+
other: ! '%{count} saniye'
|
|
93
|
+
prompts:
|
|
94
|
+
day: Gün
|
|
95
|
+
hour: Saat
|
|
96
|
+
minute: Dakika
|
|
97
|
+
month: Ay
|
|
98
|
+
second: Saniye
|
|
99
|
+
year: Yıl
|
|
100
|
+
errors: &errors
|
|
101
|
+
format: ! '%{attribute} %{message}'
|
|
102
|
+
messages:
|
|
103
|
+
accepted: kabul edilmeli
|
|
104
|
+
blank: doldurulmalı
|
|
105
|
+
confirmation: teyidiyle uyuşmamakta
|
|
106
|
+
empty: doldurulmalı
|
|
107
|
+
equal_to: tam olarak %{count} olmalı
|
|
108
|
+
even: çift olmalı
|
|
109
|
+
exclusion: kullanılamaz
|
|
110
|
+
greater_than: ! '%{count} sayısından büyük olmalı'
|
|
111
|
+
greater_than_or_equal_to: ! '%{count} sayısına eşit veya büyük olmalı'
|
|
112
|
+
inclusion: kabul edilen bir kelime değil
|
|
113
|
+
invalid: geçersiz
|
|
114
|
+
less_than: ! '%{count} sayısından küçük olmalı'
|
|
115
|
+
less_than_or_equal_to: ! '%{count} sayısına eşit veya küçük olmalı'
|
|
116
|
+
not_a_number: geçerli bir sayı değil
|
|
117
|
+
not_an_integer: tam sayı olmalı
|
|
118
|
+
odd: tek olmalı
|
|
119
|
+
record_invalid: ! 'Doğrulama başarısız oldu: %{errors}'
|
|
120
|
+
taken: hali hazırda kullanılmakta
|
|
121
|
+
too_long: çok uzun (en fazla %{count} karakter)
|
|
122
|
+
too_short: çok kısa (en az %{count} karakter)
|
|
123
|
+
wrong_length: yanlış uzunlukta (tam olarak %{count} karakter olmalı)
|
|
124
|
+
template:
|
|
125
|
+
body: ! 'Lütfen aşağıdaki hataları düzeltiniz:'
|
|
126
|
+
header:
|
|
127
|
+
one: ! '%{model} girişi kaydedilemedi: 1 hata.'
|
|
128
|
+
other: ! '%{model} girişi kadedilemedi: %{count} hata.'
|
|
129
|
+
helpers:
|
|
130
|
+
select:
|
|
131
|
+
prompt: Lütfen seçiniz
|
|
132
|
+
submit:
|
|
133
|
+
create: '%{model} Ekle'
|
|
134
|
+
submit: '%{model} Kaydet'
|
|
135
|
+
update: '%{model} Güncelle'
|
|
136
|
+
number:
|
|
137
|
+
currency:
|
|
138
|
+
format:
|
|
139
|
+
delimiter: .
|
|
140
|
+
format: ! '%n %u'
|
|
141
|
+
precision: 2
|
|
142
|
+
separator: ! ','
|
|
143
|
+
significant: false
|
|
144
|
+
strip_insignificant_zeros: false
|
|
145
|
+
unit: TL
|
|
146
|
+
format:
|
|
147
|
+
delimiter: .
|
|
148
|
+
precision: 2
|
|
149
|
+
separator: ! ','
|
|
150
|
+
significant: false
|
|
151
|
+
strip_insignificant_zeros: false
|
|
152
|
+
human:
|
|
153
|
+
decimal_units:
|
|
154
|
+
format: ! '%n %u'
|
|
155
|
+
units:
|
|
156
|
+
billion: Milyar
|
|
157
|
+
million: Milyon
|
|
158
|
+
quadrillion: Katrilyon
|
|
159
|
+
thousand: Bin
|
|
160
|
+
trillion: Trilyon
|
|
161
|
+
unit: ''
|
|
162
|
+
format:
|
|
163
|
+
delimiter: .
|
|
164
|
+
precision: 2
|
|
165
|
+
significant: true
|
|
166
|
+
strip_insignificant_zeros: true
|
|
167
|
+
storage_units:
|
|
168
|
+
format: ! '%n %u'
|
|
169
|
+
units:
|
|
170
|
+
byte: Bayt
|
|
171
|
+
gb: GB
|
|
172
|
+
kb: KB
|
|
173
|
+
mb: MB
|
|
174
|
+
tb: TB
|
|
175
|
+
percentage:
|
|
176
|
+
format:
|
|
177
|
+
delimiter: .
|
|
178
|
+
precision:
|
|
179
|
+
format:
|
|
180
|
+
delimiter: .
|
|
181
|
+
support:
|
|
182
|
+
array:
|
|
183
|
+
last_word_connector: ! ' ve '
|
|
184
|
+
two_words_connector: ! ' ve '
|
|
185
|
+
words_connector: ! ', '
|
|
186
|
+
time:
|
|
187
|
+
am: öğleden önce
|
|
188
|
+
formats:
|
|
189
|
+
default: ! '%a %d.%b.%y %H:%M'
|
|
190
|
+
long: ! '%e %B %Y, %A, %H:%M'
|
|
191
|
+
short: ! '%e %B, %H:%M'
|
|
192
|
+
pm: öğleden sonra
|
|
193
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
194
|
+
activemodel:
|
|
195
|
+
errors:
|
|
196
|
+
<<: *errors
|
|
197
|
+
activerecord:
|
|
198
|
+
errors:
|
|
199
|
+
<<: *errors
|