We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5cf84 commit 86cbef6Copy full SHA for 86cbef6
apps/portal/src/assets/i18n/en.json
@@ -1,9 +1,16 @@
1
{
2
+ "COMMON": {
3
+ "TITLE":"Transcript Summarizer"
4
+ },
5
"ERRORS": {
6
"UNHANDLED_ERROR": "Something went wrong",
7
"API_ERROR": "Something went wrong while fetching data"
8
},
9
"TRANSCRIPT": {
10
+ "UPLOAD_INFO":{
11
+ "ACCEPTED_FILE":"Accepted File: .vtt, .txt",
12
+ "MAX_FILE_SIZE":"Max File Size: 10.00MB"
13
14
15
"FILE_TYPE": "Please upload a VTT or TXT file only.",
16
"FILE_SIZE": "File size should not exceed 10 MB.",
0 commit comments