mirror of https://github.com/VERT-sh/VERT.git
chore: more language updates
oops - still unsure on subtitle language though
This commit is contained in:
parent
6b01ba3fa5
commit
c26ae458b1
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"upload": {
|
||||
"title": "The file converter you'll love.",
|
||||
"subtitle": "All image, audio, and document processing is done on your device. Videos are converted on our lightning-fast servers. No file size limit, no ads, and completely open source.",
|
||||
"subtitle": "All file processing is done on your device. If unsupported, videos are converted on our lightning-fast servers. No file size limit, no ads, and completely open source.",
|
||||
"uploader": {
|
||||
"text": "Drop or click to {action}",
|
||||
"convert": "convert"
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
|
||||
content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing is done on your device."
|
||||
/>
|
||||
<meta property="og:url" content="https://vert.sh" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
|
||||
content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing is done on your device."
|
||||
/>
|
||||
<meta property="og:image" content="https://vert.sh/VERT_Feature.webp" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
/>
|
||||
<meta
|
||||
property="twitter:description"
|
||||
content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
|
||||
content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing is done on your device."
|
||||
/>
|
||||
<meta property="twitter:image" content="https://vert.sh/VERT_Feature.webp" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue