Skip to content

Commit a3a5d0d

Browse files
committed
Fix placeholder
1 parent c298102 commit a3a5d0d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

lib/l10n/app_ta.arb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -363,23 +363,23 @@
363363
"@weight": {
364364
"description": "The weight of a workout log or body weight entry"
365365
},
366-
"chartAllTimeTitle": "{பெயர்} எல்லா நேரத்திலும்",
366+
"chartAllTimeTitle": "{name} எல்லா நேரத்திலும்",
367367
"@chartAllTimeTitle": {
368368
"description": "All-time chart of 'name' (e.g. 'weight', 'body fat' etc.)",
369369
"type": "text",
370370
"placeholders": {
371371
"name": {}
372372
}
373373
},
374-
"chart30DaysTitle": "{பெயர்} கடைசி 30 நாட்கள்",
374+
"chart30DaysTitle": "{name} கடைசி 30 நாட்கள்",
375375
"@chart30DaysTitle": {
376376
"description": "last 30 days chart of 'name' (e.g. 'weight', 'body fat' etc.)",
377377
"type": "text",
378378
"placeholders": {
379379
"name": {}
380380
}
381381
},
382-
"chartDuringPlanTitle": "{விளக்கப்படம் {ஊட்டச்சத்து திட்டத்தின் போது {பிளானேம்}",
382+
"chartDuringPlanTitle": "{chartName} ஊட்டச்சத்து திட்டத்தின் போது {planName}",
383383
"@chartDuringPlanTitle": {
384384
"description": "chart of 'chartName' (e.g. 'weight', 'body fat' etc.) logged during plan",
385385
"type": "text",
@@ -450,7 +450,7 @@
450450
"@kcal": {
451451
"description": "Energy in a meal in kilocalories, kcal"
452452
},
453-
"kcalValue": "{மதிப்பு} கிலோகலோரி",
453+
"kcalValue": "{value} கிலோகலோரி",
454454
"@kcalValue": {
455455
"description": "A value in kcal, e.g. 500 kcal",
456456
"type": "text",
@@ -466,15 +466,15 @@
466466
"@g": {
467467
"description": "Abbreviation for gram"
468468
},
469-
"gValue": "{மதிப்பு} g",
469+
"gValue": "{value} g",
470470
"@gValue": {
471471
"description": "A value in grams, e.g. 5 g",
472472
"type": "text",
473473
"placeholders": {
474474
"value": {}
475475
}
476476
},
477-
"percentValue": "{மதிப்பு} %",
477+
"percentValue": "{value} %",
478478
"@percentValue": {
479479
"description": "A value in percent, e.g. 10 %",
480480
"type": "text",
@@ -524,7 +524,7 @@
524524
"@loadingText": {
525525
"description": "Text to show when entries are being loaded in the background: Loading..."
526526
},
527-
"confirmDelete": "நீங்கள் நிச்சயமாக '{டோட்லீட்}' நீக்க விரும்புகிறீர்களா?",
527+
"confirmDelete": "நீங்கள் நிச்சயமாக '{toDelete}' நீக்க விரும்புகிறீர்களா?",
528528
"@confirmDelete": {
529529
"description": "Confirmation text before the user deletes an object",
530530
"type": "text",
@@ -617,7 +617,7 @@
617617
"max": {}
618618
}
619619
},
620-
"enterMinCharacters": "தயவுசெய்து குறைந்தது {நிமிடம்} எழுத்துக்களை உள்ளிடவும்",
620+
"enterMinCharacters": "தயவுசெய்து குறைந்தது {min} எழுத்துக்களை உள்ளிடவும்",
621621
"@enterMinCharacters": {
622622
"description": "Error message when the user hasn't entered the minimum amount characters in a form",
623623
"type": "text",
@@ -678,7 +678,7 @@
678678
"@productFound": {
679679
"description": "Header label for dialog when product is found with barcode"
680680
},
681-
"productFoundDescription": "பார்கோடு இந்த தயாரிப்புக்கு ஒத்திருக்கிறது: {தயாரிப்பு பெயர்}. நீங்கள் தொடர விரும்புகிறீர்களா?",
681+
"productFoundDescription": "பார்கோடு இந்த தயாரிப்புக்கு ஒத்திருக்கிறது: {productName}. நீங்கள் தொடர விரும்புகிறீர்களா?",
682682
"@productFoundDescription": {
683683
"description": "Dialog info when product is found with barcode",
684684
"type": "text",
@@ -690,7 +690,7 @@
690690
"@productNotFound": {
691691
"description": "Header label for dialog when product is not found with barcode"
692692
},
693-
"productNotFoundDescription": "ச்கேன் செய்யப்பட்ட பார்கோடு {பார்கோடு with உடன் தயாரிப்பு WGER தரவுத்தளத்தில் காணப்படவில்லை",
693+
"productNotFoundDescription": "ச்கேன் செய்யப்பட்ட பார்கோடு {barcode} உடன் தயாரிப்பு WGER தரவுத்தளத்தில் காணப்படவில்லை",
694694
"@productNotFoundDescription": {
695695
"description": "Dialog info when product is not found with barcode",
696696
"type": "text",
@@ -708,7 +708,7 @@
708708
"@variations": {
709709
"description": "Variations of one exercise (e.g. benchpress and benchpress narrow)"
710710
},
711-
"alsoKnownAs": "என்றும் அழைக்கப்படுகிறது: {மாற்றுப்பெயர்கள்}",
711+
"alsoKnownAs": "என்றும் அழைக்கப்படுகிறது: {aliases}",
712712
"@alsoKnownAs": {
713713
"placeholders": {
714714
"aliases": {}
@@ -721,7 +721,7 @@
721721
"@unVerifiedEmail": {},
722722
"verifiedEmailReason": "பயிற்சிகள் பங்களிக்க உங்கள் மின்னஞ்சலை சரிபார்க்க வேண்டும்",
723723
"@verifiedEmailReason": {},
724-
"verifiedEmailInfo": "சரிபார்ப்பு மின்னஞ்சல் {மின்னஞ்சல்} க்கு அனுப்பப்பட்டது",
724+
"verifiedEmailInfo": "சரிபார்ப்பு மின்னஞ்சல் {email} க்கு அனுப்பப்பட்டது",
725725
"@verifiedEmailInfo": {
726726
"placeholders": {
727727
"email": {}
@@ -757,7 +757,7 @@
757757
"@settingsCacheDeletedSnackbar": {},
758758
"aboutPageTitle": "Wger பற்றி",
759759
"@aboutPageTitle": {},
760-
"contributeExerciseWarning": "உங்கள் கணக்கு {நாட்கள்} நாட்களை விட பழையதாக இருந்தால் மட்டுமே நீங்கள் பயிற்சிகளை பங்களிக்க முடியும், மேலும் உங்கள் மின்னஞ்சலை சரிபார்த்துள்ளீர்கள்",
760+
"contributeExerciseWarning": "உங்கள் கணக்கு {days} நாட்களை விட பழையதாக இருந்தால் மட்டுமே நீங்கள் பயிற்சிகளை பங்களிக்க முடியும், மேலும் உங்கள் மின்னஞ்சலை சரிபார்த்துள்ளீர்கள்",
761761
"@contributeExerciseWarning": {
762762
"description": "Number of days before which a person can add exercise",
763763
"placeholders": {

0 commit comments

Comments
 (0)