vipassana-design-standards 0.0.23 → 0.0.24
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.
- checksums.yaml +4 -4
- data/lib/vipassana/design_standards_helper.rb +1 -0
- data/lib/vipassana/translations.rb +66 -53
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11d1b94a60ced89b94a86a9172e6f2aea8ae08c65c6774d340411d12fd628075
|
4
|
+
data.tar.gz: eb15fdef89f48f4f1b1c1a9ffa7207537c94211201576b96980ad4ab86171f24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7544ec78d830bd3df63597c9daf91c27cd330fd6f655172f135e0d0c30b6c7f2115d41dc8b52bc0cabed461a752c91cbdee0312d7e3fb1ffd3ef2348cf554c07
|
7
|
+
data.tar.gz: 5bded4a9921af2d41c9e517d77f870364c76484124ccc83f8f475e231856f03f1a9f31ba5a9e5a0125c43a14a3f6a185090de8751c7518420b58c0ec103f7629
|
@@ -58,6 +58,7 @@ module Vipassana
|
|
58
58
|
</span>
|
59
59
|
<span class="logo-space"> </span>
|
60
60
|
<span>#{trans[:as_taught]}</span>
|
61
|
+
<span class="vipassana-as-taught">#{trans[:vipassana_as_taught]}</span>
|
61
62
|
</h1>
|
62
63
|
<div class="logo-subtitle">#{trans[:in_the_tradition]}</div>
|
63
64
|
</div>
|
@@ -6,15 +6,7 @@ VDS_TRANSLATIONS = {
|
|
6
6
|
"vipassana_meditation": "Vipassana Meditation",
|
7
7
|
"as_taught": "as Taught by S.N. Goenka",
|
8
8
|
"in_the_tradition": "in the Tradition of Sayagyi U Ba Khin",
|
9
|
-
"full": "Vipassana Meditation
|
10
|
-
},
|
11
|
-
"ar": {
|
12
|
-
"rtl": true,
|
13
|
-
"language": "Arabic",
|
14
|
-
"vipassana_meditation": "تأمل فيباسانا",
|
15
|
-
"as_taught": "كما تم تدريسه بواسطة S.N. جوينكا",
|
16
|
-
"in_the_tradition": "في تقليد Sayagyi U Ba Khin",
|
17
|
-
"full": "تأمل فيباسانا كما علمه S.N. Goenka في تقليد Sayagyi U Ba Khin",
|
9
|
+
"full": "Vipassana Meditation as Taught By S.N. Goenka in the Tradition of Sayagyi U Ba Khin",
|
18
10
|
},
|
19
11
|
"bg": {
|
20
12
|
"language": "Bulgarian",
|
@@ -23,17 +15,31 @@ VDS_TRANSLATIONS = {
|
|
23
15
|
"in_the_tradition": "в Традицията на Саяджи У Ба Кин",
|
24
16
|
"full": "Випассана Медитация, както се преподава от С. Н. Гоенка, в традицията на Саяджи У Ба Кин",
|
25
17
|
},
|
18
|
+
"ca": {
|
19
|
+
"language": "Catalan",
|
20
|
+
"vipassana_meditation": "Meditació Vipassana",
|
21
|
+
"as_taught": "tal com l’ensenya S.N. Goenka",
|
22
|
+
"in_the_tradition": "en la tradició de Sayagyi U Ba Khin",
|
23
|
+
"full": "Meditació Vipassana tal com l’ensenya S.N. Goenka en la tradició de Sayagyi U Ba Khin"
|
24
|
+
},
|
26
25
|
"cs": {
|
27
26
|
"language": "Czech",
|
28
27
|
"vipassana_meditation": "Meditace Vipassana",
|
29
|
-
"as_taught": "jak ji
|
30
|
-
"in_the_tradition": "podle
|
31
|
-
"full": "Meditace
|
28
|
+
"as_taught": "jak ji vyučoval S.N. Goenka",
|
29
|
+
"in_the_tradition": "podle tradice Sayagyi U Ba Khin",
|
30
|
+
"full": "Meditace Vipassana, jak ji vyučuje S. N. Goenka podle tradice Sayagyi U Ba Khina"
|
31
|
+
},
|
32
|
+
"da": {
|
33
|
+
"language": "Danish",
|
34
|
+
"vipassana_meditation": "Vipassana Meditation",
|
35
|
+
"as_taught": "om undervist i af S.N. Goenka",
|
36
|
+
"in_the_tradition": "i Sayagyi U Ba Khins tradition",
|
37
|
+
"full": "Vipassana Meditation som undervist i af S.N. Goenka i Sayagyi U Ba Khins tradition"
|
32
38
|
},
|
33
39
|
"de": {
|
34
40
|
"language": "German",
|
35
41
|
"vipassana_meditation": "Vipassana Meditation",
|
36
|
-
"as_taught": "wie
|
42
|
+
"as_taught": "wie gelehrt von S.N. Goenka",
|
37
43
|
"in_the_tradition": "in der Tradition von Sayagyi U Ba Khin",
|
38
44
|
"full": "Vipassana Meditation wie gelehrt von S.N. Goenka in der Tradition von Sayagyi U Ba Khin"
|
39
45
|
},
|
@@ -47,8 +53,8 @@ VDS_TRANSLATIONS = {
|
|
47
53
|
"es": {
|
48
54
|
"language": "Spanish",
|
49
55
|
"vipassana_meditation": "Meditación Vipassana",
|
50
|
-
"as_taught": "tal y como la
|
51
|
-
"in_the_tradition": "en la
|
56
|
+
"as_taught": "tal y como la enseña S.N. Goenka",
|
57
|
+
"in_the_tradition": "en la tradición de Sayagyi U Ba Khin",
|
52
58
|
"full": "Meditación Vipassana tal y como la enseña S.N. Goenka en la tradición de Sayagyi U Ba Khin",
|
53
59
|
},
|
54
60
|
"fa": {
|
@@ -61,9 +67,9 @@ VDS_TRANSLATIONS = {
|
|
61
67
|
},
|
62
68
|
"fi": {
|
63
69
|
"language": "Finnish",
|
64
|
-
"vipassana_meditation": "
|
65
|
-
"as_taught": "S.N.
|
66
|
-
"in_the_tradition": "Sayagyi U Ba Khinin
|
70
|
+
"vipassana_meditation": "Vipassanameditaatio",
|
71
|
+
"as_taught": "S.N. Goenkan opettamana",
|
72
|
+
"in_the_tradition": "Sayagyi U Ba Khinin traditiossa",
|
67
73
|
"full": "Vipassanameditaatio S.N. Goenkan opettamana, Sayagyi U Ba Khinin traditiossa",
|
68
74
|
},
|
69
75
|
"fr": {
|
@@ -77,7 +83,7 @@ VDS_TRANSLATIONS = {
|
|
77
83
|
"reverse": true,
|
78
84
|
"language": "Gujarati",
|
79
85
|
"vipassana_meditation": "વિપશ્યના સાધના",
|
80
|
-
"as_taught": "આચાર્ય ગોયન્કાજી દ્વારા શીખવવામાં",
|
86
|
+
"as_taught": "આચાર્ય ગોયન્કાજી દ્વારા શીખવવામાં આવતી",
|
81
87
|
"vipassana_as_taught": "આચાર્ય ગોયન્કાજી દ્વારા શીખવવામાં આવતી વિપશ્યના સાધના",
|
82
88
|
"in_the_tradition": "સયાજી ઉ બા ખિનની પરંપરામાં",
|
83
89
|
"full": "સયાજી ઉ બા ખિનની પરંપરામાં આચાર્ય ગોયન્કાજી દ્વારા શીખવવામાં આવતી વિપશ્યના સાધના"
|
@@ -103,22 +109,22 @@ VDS_TRANSLATIONS = {
|
|
103
109
|
"hu": {
|
104
110
|
"language": "Hungarian",
|
105
111
|
"vipassana_meditation": "Vipassana Meditáció",
|
106
|
-
"as_taught": "S.N. Goenka
|
107
|
-
"in_the_tradition": "Sayagyi U Ba Khin
|
112
|
+
"as_taught": "S.N. Goenka tanítása szerint",
|
113
|
+
"in_the_tradition": "Sayagyi U Ba Khin hagyományvonalán",
|
108
114
|
"full": "Vipassana meditáció S.N. Goenkának a Sayagyi U Ba Khin hagyományvonalán alapuló tanítása szerint"
|
109
115
|
},
|
110
116
|
"id": {
|
111
117
|
"language": "Indonesian",
|
112
118
|
"vipassana_meditation": "Vipassana Meditasi",
|
113
|
-
"as_taught": "sebagaimana
|
114
|
-
"in_the_tradition": "dalam
|
119
|
+
"as_taught": "sebagaimana diajarkan oleh S.N. Goenka",
|
120
|
+
"in_the_tradition": "dalam tradisi Sayagyi U Ba Khin",
|
115
121
|
"full": "Meditasi Vipassana sebagaimana diajarkan oleh S.N. Goenka dengan tradisi Sayagyi U Ba Khin"
|
116
122
|
},
|
117
123
|
"it": {
|
118
124
|
"language": "Italian",
|
119
125
|
"vipassana_meditation": "Meditazione Vipassana",
|
120
|
-
"as_taught": "come
|
121
|
-
"in_the_tradition": "nella
|
126
|
+
"as_taught": "come insegnata da S.N. Goenka",
|
127
|
+
"in_the_tradition": "nella tradizione di Sayagyi U Ba Khin",
|
122
128
|
"full": "Meditazione Vipassana come insegnata da S. N. Goenka nella tradizione di Sayagyi U Ba Khin"
|
123
129
|
},
|
124
130
|
"ja": {
|
@@ -150,15 +156,15 @@ VDS_TRANSLATIONS = {
|
|
150
156
|
"lt": {
|
151
157
|
"language": "Lithuanian",
|
152
158
|
"vipassana_meditation": "Vipasanos Meditacija",
|
153
|
-
"as_taught": "kaip
|
154
|
-
"in_the_tradition": "pagal Sayagyi U Ba Khino
|
159
|
+
"as_taught": "kaip mokė S.N. Goenka",
|
160
|
+
"in_the_tradition": "pagal Sayagyi U Ba Khino tradiciją",
|
155
161
|
"full": "Vipasanos meditacija pagal S. N. Goenkos mokymą ir Sayagyi U Ba Khino tradiciją",
|
156
162
|
},
|
157
163
|
"lv": {
|
158
164
|
"language": "Latvian",
|
159
165
|
"vipassana_meditation": "Vipassanas Meditācija",
|
160
|
-
"as_taught": "kā to
|
161
|
-
"in_the_tradition": "Sayagyi U Ba Khina
|
166
|
+
"as_taught": "kā to pasniedz S.N. Goenka",
|
167
|
+
"in_the_tradition": "Sayagyi U Ba Khina tradīcijā",
|
162
168
|
"full": "Vipassanas Meditācija kā to pasniedz S. N. Goenka Sayagyi U Ba Khina tradīcijā"
|
163
169
|
},
|
164
170
|
"mk": {
|
@@ -171,16 +177,16 @@ VDS_TRANSLATIONS = {
|
|
171
177
|
"reverse": true,
|
172
178
|
"language": "Marathi",
|
173
179
|
"vipassana_meditation": "विपश्यना साधना",
|
174
|
-
"as_taught": "आचार्य गोयन्काजी द्वारा जशी शिकविली
|
175
|
-
"vipassana_as_taught": "आचार्य
|
180
|
+
"as_taught": "आचार्य गोयन्काजी द्वारा जशी शिकविली जाणारी",
|
181
|
+
"vipassana_as_taught": "आचार्य गोयन्काजी द्वारा जशी शिकविली जाणारी विपश्यना साधना",
|
176
182
|
"in_the_tradition": "सयाजी उ बा खिन ह्यांच्या परंपरेत",
|
177
|
-
"full": "सयाजी उ बा खिन ह्यांच्या परंपरेत आचार्य
|
183
|
+
"full": "सयाजी उ बा खिन ह्यांच्या परंपरेत आचार्य गोयन्काजी द्वारा जशी शिकविली जाणारी विपश्यना साधना"
|
178
184
|
},
|
179
185
|
"nl": {
|
180
186
|
"language": "Dutch",
|
181
187
|
"vipassana_meditation": "Vipassana Meditatie",
|
182
|
-
"as_taught": "zoals
|
183
|
-
"in_the_tradition": "in de
|
188
|
+
"as_taught": "zoals onderwezen door S.N. Goenka",
|
189
|
+
"in_the_tradition": "in de traditie van Sayagyi U Ba Khin",
|
184
190
|
"full": "Vipassana Meditatie zoals onderwezen door S.N. Goenka in de traditie van Sayagyi U Ba Khin"
|
185
191
|
},
|
186
192
|
"or": {
|
@@ -193,21 +199,21 @@ VDS_TRANSLATIONS = {
|
|
193
199
|
"pl": {
|
194
200
|
"language": "Polish",
|
195
201
|
"vipassana_meditation": "Medytacja Vipassana",
|
196
|
-
"as_taught": "
|
197
|
-
"in_the_tradition": "w
|
202
|
+
"as_taught": "nauczana przez S.N. Goenkę",
|
203
|
+
"in_the_tradition": "w tradycji Sayagyi U Ba Khina",
|
198
204
|
"full": "Medytacja Vipassana w tradycji Sayagyi U Ba Khina nauczana przez S.N.Goenkę",
|
199
205
|
},
|
200
206
|
"pt": {
|
201
207
|
"language": "Portuguese",
|
202
208
|
"vipassana_meditation": "Vipassana Meditação",
|
203
|
-
"as_taught": "como
|
204
|
-
"in_the_tradition": "na
|
209
|
+
"as_taught": "como ensinada por S.N. Goenka",
|
210
|
+
"in_the_tradition": "na tradição de Sayagyi U Ba Khin",
|
205
211
|
"full": "Meditação Vipasssana como ensinada por S.N. Goenka na tradição de Sayagyi U Ba Khin"
|
206
212
|
},
|
207
213
|
"ro": {
|
208
214
|
"language": "Romanian",
|
209
215
|
"vipassana_meditation": "Meditatia Vipassana",
|
210
|
-
"as_taught": "asa cum este
|
216
|
+
"as_taught": "asa cum este predata de S.N. Goenka",
|
211
217
|
"in_the_tradition": "în tradiţia lui Sayagyi U Ba Khin",
|
212
218
|
"full": "Meditatia Vipassana asa cum este predata de S.N.Goenka, in traditia lui Sayagyi U Ba Khin"
|
213
219
|
},
|
@@ -236,15 +242,15 @@ VDS_TRANSLATIONS = {
|
|
236
242
|
"sr": {
|
237
243
|
"language": "Serbian",
|
238
244
|
"vipassana_meditation": "Випассана медитација",
|
239
|
-
"as_taught": "
|
245
|
+
"as_taught": "po učenju S.N. Goenke",
|
240
246
|
"in_the_tradition": "u Tradiciji Sayagyi U Ba Khin"
|
241
247
|
},
|
242
248
|
"sv": {
|
243
249
|
"language": "Swedish",
|
244
250
|
"vipassana_meditation": "Vipassanameditation",
|
245
|
-
"as_taught": "som den
|
246
|
-
"in_the_tradition": "i Sayagyi U Ba Khins
|
247
|
-
"full": "Vipassanameditation som den
|
251
|
+
"as_taught": "som den lärs ut av S.N. Goenka",
|
252
|
+
"in_the_tradition": "i Sayagyi U Ba Khins tradition",
|
253
|
+
"full": "Vipassanameditation som den lärs ut av S.N. Goenka i Sayagyi U Ba Khins tradition",
|
248
254
|
},
|
249
255
|
"ta": {
|
250
256
|
"language": "Tamil",
|
@@ -274,39 +280,46 @@ VDS_TRANSLATIONS = {
|
|
274
280
|
"reverse": true,
|
275
281
|
"language": "Turkish",
|
276
282
|
"vipassana_meditation": "Vipassana Meditasyonu",
|
277
|
-
"as_taught": "S.N. Goenka tarafından
|
278
|
-
"in_the_tradition": "Sayagyi U Ba Khin
|
283
|
+
"as_taught": "S.N. Goenka tarafından öğretilen",
|
284
|
+
"in_the_tradition": "Sayagyi U Ba Khin geleneğinde",
|
279
285
|
"vipassana_as_taught": "S.N. Goenka tarafından öğretilen Vipassana Meditasyonu",
|
280
|
-
"full": "Sayagyi U Ba Khin
|
286
|
+
"full": "Sayagyi U Ba Khin geleneğinde S.N. Goenka tarafından öğretilen Vipassana Meditasyonu"
|
287
|
+
},
|
288
|
+
"uk": {
|
289
|
+
"language": "Ukrainian",
|
290
|
+
"vipassana_meditation": "Медитація Віпасана",
|
291
|
+
"as_taught": "як їй навчає С.Н.Ґоєнка",
|
292
|
+
"in_the_tradition": "в традиції Саяджі У Ба Кхіна",
|
293
|
+
"full": "Медитація Віпасана як їй навчає С.Н.Ґоєнка в традиції Саяджі У Ба Кхіна"
|
281
294
|
},
|
282
295
|
"vi": {
|
283
296
|
"language": "Vietnamese",
|
284
297
|
"vipassana_meditation": "Thiền Vipassana",
|
285
298
|
"as_taught": "do Thiền sư S.N. Goenka Giảng Dạy",
|
286
|
-
"in_the_tradition": "theo
|
299
|
+
"in_the_tradition": "theo truyền thống của Sayagyi U Ba Khin",
|
287
300
|
"full": "Thiền Vipassana do Thiền sư S.N. Goenka giảng dạy theo truyền thống của Ngài Sayagyi U Ba Khin"
|
288
301
|
},
|
289
302
|
"zh-HANS": {
|
290
303
|
"language": "Simp. Chinese",
|
291
304
|
"vipassana_meditation": "内 观 静 坐",
|
292
305
|
"as_taught": "由葛印卡老师所教",
|
293
|
-
"as_taught3": "葛印卡老师所教导",
|
294
306
|
"in_the_tradition": "传承自乌巴庆老师",
|
295
|
-
"vipassana_as_taught": "
|
307
|
+
"vipassana_as_taught": "葛印卡老师所教导的内观静坐",
|
296
308
|
"full": "由葛印卡老师所教导, 传承自乌巴庆老师的内观",
|
297
309
|
},
|
298
|
-
|
310
|
+
"zh-HANT": {
|
299
311
|
"language": "Trad. Chinese",
|
300
312
|
"vipassana_meditation": "內 觀 靜 坐",
|
301
313
|
"as_taught": "由葛印卡老師所教",
|
302
|
-
"in_the_tradition": "
|
303
|
-
"vipassana_as_taught": "
|
314
|
+
"in_the_tradition": "傳承自烏巴慶老師",
|
315
|
+
"vipassana_as_taught": "葛印卡老師所教導的內觀靜坐",
|
304
316
|
"full": "遵循烏巴慶長者所傳、葛印卡老師所教的內觀課程"
|
305
317
|
},
|
306
318
|
"zh-HANT-HK": {
|
307
319
|
"language": "Trad Chinese HK",
|
308
320
|
"vipassana_meditation": "內 觀 靜 坐",
|
309
321
|
"as_taught": "葛印卡老師所教導",
|
310
|
-
"in_the_tradition": "傳承自烏巴慶老師"
|
322
|
+
"in_the_tradition": "傳承自烏巴慶老師",
|
323
|
+
"vipassana_as_taught": "葛印卡老師所教導的內觀靜坐"
|
311
324
|
}
|
312
325
|
}
|
metadata
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vipassana-design-standards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dhamma workers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provide a custom bootstrap theme, logos and icons according to the design
|
14
14
|
standards of Vipassana Meditation as Taught yb S.N. Goenka
|
15
15
|
email:
|
16
16
|
- sebastian.castro@dhamma.org
|
17
|
-
-
|
17
|
+
- support@design-standards.dhamma.org
|
18
18
|
executables: []
|
19
19
|
extensions: []
|
20
20
|
extra_rdoc_files: []
|