File tree 10 files changed +38
-0
lines changed
src/app/lib/config/services
10 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,19 @@ export const service: DefaultServiceConfig = {
262
262
} ,
263
263
topStoriesTitle : 'Digər xəbərlər' ,
264
264
featuresAnalysisTitle : 'Bunları da oxuyun' ,
265
+ ugc : {
266
+ // Optional
267
+ optional : 'vacib deyil' ,
268
+
269
+ // File upload
270
+ fileUploadButton : 'Faylı seçin' ,
271
+
272
+ // Submit button
273
+ submitButton : 'Göndərin' ,
274
+
275
+ // Form Screen
276
+ dataPolicyHeading : 'Bizim informasiya siyasə timiz' ,
277
+ } ,
265
278
} ,
266
279
mostRead : {
267
280
header : 'Ən çox oxunan' ,
Original file line number Diff line number Diff line change @@ -228,6 +228,7 @@ export const service: DefaultServiceConfig = {
228
228
} ,
229
229
listen : 'સાંભળો' ,
230
230
watch : 'જુઓ' ,
231
+ watchMoments : 'વીડિયો જુઓ' ,
231
232
liveLabel : 'LIVE' ,
232
233
nextLabel : 'NEXT' ,
233
234
previousRadioShow : 'આ પહેલાંનો રેડિયો શો' ,
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ export const service: DefaultServiceConfig = {
253
253
} ,
254
254
listen : 'सुनिए' ,
255
255
watch : 'देखिए' ,
256
+ watchMoments : 'शॉर्ट वीडियो देखिए' ,
256
257
listenLive : 'लाइव सुनें' ,
257
258
listenNext : 'इसके बाद सुनिए' ,
258
259
liveLabel : 'लाइव' ,
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ export const service: DefaultServiceConfig = {
234
234
} ,
235
235
listen : 'ऐका' ,
236
236
watch : 'पाहा' ,
237
+ watchMoments : 'शॉर्ट व्हीडिओ पाहा' ,
237
238
liveLabel : 'LIVE' ,
238
239
nextLabel : 'पुढचे' ,
239
240
listenLive : 'ऐका' ,
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ export const service: DefaultServiceConfig = {
239
239
video : 'Vídeo' ,
240
240
listen : 'Listen' ,
241
241
watch : 'Assista' ,
242
+ watchMoments : 'Assista' ,
242
243
listenLive : 'Ouça ao vivo' ,
243
244
listenNext : 'Ouça o próximo' ,
244
245
liveLabel : 'AO VIVO' ,
Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ export const service: DefaultServiceConfig = {
220
220
video : 'ਵੀਡੀਓ' ,
221
221
listen : 'ਸੁਣੋ' ,
222
222
watch : 'ਦੇਖੋ' ,
223
+ watchMoments : 'ਸ਼ਾਰਟ ਵੀਡੀਓ ਦੇਖੋ' ,
223
224
listenLive : 'live ਸੁਣੋ' ,
224
225
liveLabel : 'LIVE' ,
225
226
nextLabel : 'NEXT' ,
Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ export const service: DefaultServiceConfig = {
231
231
} ,
232
232
listen : 'Sikiliza' ,
233
233
watch : 'Tazama' ,
234
+ watchMoments : 'Tazama hapa' ,
234
235
liveLabel : 'Moja kwa moja' ,
235
236
nextLabel : 'MBELE' ,
236
237
previousRadioShow : 'Kipindi kilichopita cha redio' ,
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ export const service: DefaultServiceConfig = {
236
236
} ,
237
237
listen : 'கேட்க' ,
238
238
watch : 'பார்க்க' ,
239
+ watchMoments : 'ஷார்ட் வீடியோ' ,
239
240
listenLive : 'நேரலையை கேட்க' ,
240
241
liveLabel : 'நேரலை' ,
241
242
nextLabel : 'NEXT' ,
Original file line number Diff line number Diff line change @@ -228,6 +228,7 @@ export const service: DefaultServiceConfig = {
228
228
} ,
229
229
listen : 'వినండి' ,
230
230
watch : 'చూడండి' ,
231
+ watchMoments : 'షార్ట్ వీడియో చూడండి' ,
231
232
listenLive : 'లైవ్ వినండి' ,
232
233
liveLabel : 'లైవ్' ,
233
234
nextLabel : 'NEXT' ,
Original file line number Diff line number Diff line change @@ -45,6 +45,23 @@ export const service: DefaultServiceConfig = {
45
45
frontPageTitle : 'ዜና' ,
46
46
showAdPlaceholder : false ,
47
47
showRelatedTopics : true ,
48
+ podcastPromo : {
49
+ title : 'መወዓውዒ ዋትስኣፕ ቻነል' ,
50
+ brandTitle : 'ዋትስኣፕ ቻነል ቢቢሲ ትግርኛ' ,
51
+ brandDescription : 'ዜና፡ ትንታነን ታሪኻትን ብቐጥታ ኣብ ዋትስኣፕ ንምርካብ' ,
52
+ image : {
53
+ src : 'https://ichef.bbci.co.uk/images/ic/$recipe/p0kxgny2.png' ,
54
+ alt : 'ቢቢሲ ትግርኛ ኣብ ዋትስኣፕ ቻነል' ,
55
+ } ,
56
+ linkLabel : {
57
+ text : 'ነዚ መላግቦ ብምጥዋቕ ኣባል ቻነልና ኵኑ!' ,
58
+ href : 'https://www.whatsapp.com/channel/0029VasPgatEVccGCsD4B42n' ,
59
+ } ,
60
+ skipLink : {
61
+ text : 'መወዓውዒ ስገሮ፣ ንባብካ ቀጽል' ,
62
+ endTextVisuallyHidden : 'መዛዘሚ መወዓውዒ ዋትስኣፕ ቻነል' ,
63
+ } ,
64
+ } ,
48
65
translations : {
49
66
pagination : {
50
67
previousPage : 'ናይ ሕሉፍ' ,
You can’t perform that action at this time.
0 commit comments