Merge branch 'develop' into shorter-URLs-channels-accounts

pull/4141/head
Chocobozzz 2021-05-28 09:10:57 +02:00
commit d6d96bed80
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
64 changed files with 28267 additions and 30763 deletions

View File

@ -1,4 +1,4 @@
image: chocobozzz/peertube-ci:15
image: chocobozzz/peertube-ci:14
stages:
- clients

View File

@ -138,7 +138,7 @@
"tsConfig": "tsconfig.app.json",
"polyfills": "src/polyfills.ts",
"baseHref": "/",
"deployUrl": "client/",
"deployUrl": "",
"stylePreprocessorOptions": {
"includePaths": [
"src/sass/include"
@ -161,7 +161,8 @@
"p2p-media-loader-hlsjs",
"video.js",
"sha1",
"postcss"
"postcss",
"core-js/features/reflect"
],
"scripts": [],
"vendorChunk": true,

View File

@ -24,6 +24,10 @@
"secure": false,
"ws": true
},
"/client/assets": {
"target": "http://localhost:9000",
"secure": false
},
"/!(client)**": {
"target": "http://localhost:3000/client/index.html",
"secure": false,

View File

@ -1,13 +1,11 @@
import { NgModule } from '@angular/core'
import { RouterModule, Routes } from '@angular/router'
import { MetaGuard } from '@ngx-meta/core'
import { HomeComponent } from './home.component'
const homeRoutes: Routes = [
{
path: '',
component: HomeComponent,
canActivateChild: [ MetaGuard ]
component: HomeComponent
}
]

View File

@ -0,0 +1,3 @@
div {
height: 100%;
}

View File

@ -4,7 +4,7 @@ import { PluginElementPlaceholder } from '@shared/models'
@Component({
selector: 'my-plugin-placeholder',
template: '<div [id]="getId()"></div>',
styles: [ 'div { height: 100%; }' ]
styleUrls: [ './plugin-placeholder.component.scss' ]
})
export class PluginPlaceholderComponent {

File diff suppressed because one or more lines are too long

View File

@ -2142,7 +2142,7 @@
<context context-type="linenumber">44</context>
</context-group>
</trans-unit>
<trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html">
<trans-unit id="1305357231288135414" datatype="html">
<source>Homepage</source>
<target/>
<context-group purpose="location">
@ -2354,7 +2354,7 @@
<context context-type="linenumber">111</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -2370,7 +2370,7 @@
<context context-type="linenumber">121</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">
@ -5206,7 +5206,7 @@
<context context-type="linenumber">32</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -5462,7 +5462,7 @@
<context context-type="linenumber">215</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -5502,7 +5502,7 @@
<context context-type="linenumber">262</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target/>
<context-group purpose="location">
@ -5526,7 +5526,7 @@
<context context-type="linenumber">267</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -5534,7 +5534,7 @@
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -5782,7 +5782,7 @@
<context context-type="linenumber">534</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">

View File

@ -2170,7 +2170,7 @@
<context context-type="linenumber">44</context>
</context-group>
</trans-unit>
<trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html">
<trans-unit id="1305357231288135414" datatype="html">
<source>Homepage</source>
<target/>
<context-group purpose="location">
@ -2382,7 +2382,7 @@
<context context-type="linenumber">111</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -2398,7 +2398,7 @@
<context context-type="linenumber">121</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">
@ -5626,7 +5626,7 @@
<context context-type="linenumber">32</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -5882,7 +5882,7 @@
<context context-type="linenumber">216</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -5922,7 +5922,7 @@
<context context-type="linenumber">263</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target/>
<context-group purpose="location">
@ -5946,7 +5946,7 @@
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -5954,7 +5954,7 @@
<context context-type="linenumber">269</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -6210,7 +6210,7 @@
<context context-type="linenumber">539</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">

View File

@ -1619,7 +1619,7 @@
<context context-type="linenumber">27</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target/>
<context-group purpose="location">
@ -1627,7 +1627,7 @@
<context context-type="linenumber">31</context>
</context-group>
</trans-unit>
<trans-unit id="8780831394889318512" datatype="html">
<trans-unit id="caa128fe5c4b611830f6138e844709c348f07948" datatype="html">
<source>Trending pages</source>
<target/>
<context-group purpose="location">
@ -1695,7 +1695,7 @@
<context context-type="linenumber">59</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -1703,7 +1703,7 @@
<context context-type="linenumber">41</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -2275,7 +2275,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -2283,7 +2283,7 @@
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -2311,7 +2311,7 @@
<context context-type="linenumber">67</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">
@ -9074,7 +9074,7 @@
<context context-type="linenumber">43,44</context>
</context-group>
</trans-unit>
<trans-unit id="8136608075220662349" datatype="html">
<trans-unit id="ef0f544578470cd6dd75432d0f1ba0e27914d2cc" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt; "/> the appropriate license for your work. </source>
<target/>
<context-group purpose="location">
@ -11386,7 +11386,7 @@
<context context-type="linenumber">123</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -11394,7 +11394,7 @@
<context context-type="linenumber">132</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -514,7 +514,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target>Tendances</target>
<context-group purpose="location">
@ -530,7 +530,7 @@
<context context-type="linenumber">137</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target>Récemment ajouté</target>
<context-group purpose="location">
@ -538,7 +538,7 @@
<context context-type="linenumber">142</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target>Vidéos locales</target>
<context-group purpose="location">
@ -13540,7 +13540,7 @@
<context context-type="linenumber">43,44</context>
</context-group>
</trans-unit>
<trans-unit id="8136608075220662349" datatype="html">
<trans-unit id="ef0f544578470cd6dd75432d0f1ba0e27914d2cc" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt; "/> the appropriate license for your work. </source>
<target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;"/>Choisissez<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt; "/> la licence appropriée pour votre contenu. </target>
<context-group purpose="location">
@ -14220,7 +14220,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target state="translated">Informations sur l'instance</target>
<context-group purpose="location">
@ -14228,7 +14228,7 @@
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target state="translated">Configuration basique</target>
<context-group purpose="location">
@ -14244,7 +14244,7 @@
<context context-type="linenumber">701</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target state="translated">Configuration avancée</target>
<context-group purpose="location">
@ -14484,7 +14484,7 @@
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target state="translated">Découvrir des vidéos</target>
<context-group purpose="location">
@ -14508,7 +14508,7 @@
<context context-type="linenumber">273</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target state="translated">Vidéos récemment ajoutées</target>
<context-group purpose="location">

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -2522,7 +2522,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -2530,7 +2530,7 @@
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -2546,7 +2546,7 @@
<context context-type="linenumber">649</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">
@ -2834,7 +2834,7 @@
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target/>
<context-group purpose="location">
@ -2858,7 +2858,7 @@
<context context-type="linenumber">273</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -2866,7 +2866,7 @@
<context context-type="linenumber">274</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -9972,7 +9972,7 @@
<context context-type="linenumber">117</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -9988,7 +9988,7 @@
<context context-type="linenumber">127</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">

View File

@ -1619,7 +1619,7 @@
<context context-type="linenumber">27</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target/>
<context-group purpose="location">
@ -1627,7 +1627,7 @@
<context context-type="linenumber">31</context>
</context-group>
</trans-unit>
<trans-unit id="8780831394889318512" datatype="html">
<trans-unit id="caa128fe5c4b611830f6138e844709c348f07948" datatype="html">
<source>Trending pages</source>
<target/>
<context-group purpose="location">
@ -1695,7 +1695,7 @@
<context context-type="linenumber">59</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -1703,7 +1703,7 @@
<context context-type="linenumber">41</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -2275,7 +2275,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -2283,7 +2283,7 @@
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -2311,7 +2311,7 @@
<context context-type="linenumber">67</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">
@ -9074,7 +9074,7 @@
<context context-type="linenumber">43,44</context>
</context-group>
</trans-unit>
<trans-unit id="8136608075220662349" datatype="html">
<trans-unit id="ef0f544578470cd6dd75432d0f1ba0e27914d2cc" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt; "/> the appropriate license for your work. </source>
<target/>
<context-group purpose="location">
@ -11386,7 +11386,7 @@
<context context-type="linenumber">123</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -11394,7 +11394,7 @@
<context context-type="linenumber">132</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">

File diff suppressed because it is too large Load Diff

View File

@ -1619,7 +1619,7 @@
<context context-type="linenumber">27</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target/>
<context-group purpose="location">
@ -1627,7 +1627,7 @@
<context context-type="linenumber">31</context>
</context-group>
</trans-unit>
<trans-unit id="8780831394889318512" datatype="html">
<trans-unit id="caa128fe5c4b611830f6138e844709c348f07948" datatype="html">
<source>Trending pages</source>
<target/>
<context-group purpose="location">
@ -1695,7 +1695,7 @@
<context context-type="linenumber">59</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -1703,7 +1703,7 @@
<context context-type="linenumber">41</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -2275,7 +2275,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -2283,7 +2283,7 @@
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -2311,7 +2311,7 @@
<context context-type="linenumber">67</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">
@ -9074,7 +9074,7 @@
<context context-type="linenumber">43,44</context>
</context-group>
</trans-unit>
<trans-unit id="8136608075220662349" datatype="html">
<trans-unit id="ef0f544578470cd6dd75432d0f1ba0e27914d2cc" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt; "/> the appropriate license for your work. </source>
<target/>
<context-group purpose="location">
@ -11386,7 +11386,7 @@
<context context-type="linenumber">123</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -11394,7 +11394,7 @@
<context context-type="linenumber">132</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -2538,7 +2538,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -2546,7 +2546,7 @@
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -2562,7 +2562,7 @@
<context context-type="linenumber">649</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">
@ -2850,7 +2850,7 @@
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target/>
<context-group purpose="location">
@ -2874,7 +2874,7 @@
<context context-type="linenumber">273</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -2882,7 +2882,7 @@
<context context-type="linenumber">274</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -9972,7 +9972,7 @@
<context context-type="linenumber">117</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -9988,7 +9988,7 @@
<context context-type="linenumber">127</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -221,7 +221,7 @@
</trans-unit>
<trans-unit id="ngb.timepicker.SS" datatype="html">
<source>SS</source>
<target/>
<target>SS</target>
<context-group purpose="location">
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context>
<context context-type="linenumber">85,87</context>
@ -229,7 +229,7 @@
</trans-unit>
<trans-unit id="ngb.timepicker.seconds" datatype="html">
<source>Seconds</source>
<target/>
<target>Sekund</target>
<context-group purpose="location">
<context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context>
<context context-type="linenumber">90,92</context>
@ -1635,7 +1635,7 @@
<context context-type="linenumber">27</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target/>
<context-group purpose="location">
@ -1643,7 +1643,7 @@
<context context-type="linenumber">31</context>
</context-group>
</trans-unit>
<trans-unit id="8780831394889318512" datatype="html">
<trans-unit id="caa128fe5c4b611830f6138e844709c348f07948" datatype="html">
<source>Trending pages</source>
<target/>
<context-group purpose="location">
@ -1711,7 +1711,7 @@
<context context-type="linenumber">59</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -1719,7 +1719,7 @@
<context context-type="linenumber">41</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -2291,7 +2291,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -2299,7 +2299,7 @@
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -2327,7 +2327,7 @@
<context context-type="linenumber">67</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">
@ -9350,7 +9350,7 @@
<context context-type="linenumber">43,44</context>
</context-group>
</trans-unit>
<trans-unit id="8136608075220662349" datatype="html">
<trans-unit id="ef0f544578470cd6dd75432d0f1ba0e27914d2cc" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> the appropriate license for your work. </source>
<target/>
<context-group purpose="location">
@ -11698,7 +11698,7 @@
<context context-type="linenumber">123</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -11706,7 +11706,7 @@
<context context-type="linenumber">132</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2170,7 +2170,7 @@
<context context-type="linenumber">44</context>
</context-group>
</trans-unit>
<trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html">
<trans-unit id="1305357231288135414" datatype="html">
<source>Homepage</source>
<target>Pagina principală</target>
<context-group purpose="location">
@ -2382,7 +2382,7 @@
<context context-type="linenumber">111</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target>Tendințe</target>
<context-group purpose="location">
@ -2398,7 +2398,7 @@
<context context-type="linenumber">121</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target>Recent adăugate</target>
<context-group purpose="location">
@ -5626,7 +5626,7 @@
<context context-type="linenumber">32</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -5882,7 +5882,7 @@
<context context-type="linenumber">216</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -5922,7 +5922,7 @@
<context context-type="linenumber">263</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target>Descoperă videoclipuri</target>
<context-group purpose="location">
@ -5946,7 +5946,7 @@
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -5954,7 +5954,7 @@
<context context-type="linenumber">269</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -6210,7 +6210,7 @@
<context context-type="linenumber">539</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">

File diff suppressed because it is too large Load Diff

View File

@ -2602,7 +2602,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target/>
<context-group purpose="location">
@ -2610,7 +2610,7 @@
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target/>
<context-group purpose="location">
@ -2634,7 +2634,7 @@
<context context-type="linenumber">705</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target/>
<context-group purpose="location">
@ -2922,7 +2922,7 @@
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target/>
<context-group purpose="location">
@ -2946,7 +2946,7 @@
<context context-type="linenumber">273</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target/>
<context-group purpose="location">
@ -2954,7 +2954,7 @@
<context context-type="linenumber">274</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target/>
<context-group purpose="location">
@ -8114,7 +8114,7 @@
<context context-type="linenumber">43,44</context>
</context-group>
</trans-unit>
<trans-unit id="8136608075220662349" datatype="html">
<trans-unit id="ef0f544578470cd6dd75432d0f1ba0e27914d2cc" datatype="html">
<source><x id="START_LINK"/>Choose<x id="CLOSE_LINK"/> the appropriate license for your work. </source>
<target/>
<context-group purpose="location">
@ -10460,7 +10460,7 @@
<context context-type="linenumber">128</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -10476,7 +10476,7 @@
<context context-type="linenumber">138</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -2170,7 +2170,7 @@
<context context-type="linenumber">44</context>
</context-group>
</trans-unit>
<trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html">
<trans-unit id="1305357231288135414" datatype="html">
<source>Homepage</source>
<target>Faqe hyrëse</target>
<context-group purpose="location">
@ -2382,7 +2382,7 @@
<context context-type="linenumber">111</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target>Në modë</target>
<context-group purpose="location">
@ -2398,7 +2398,7 @@
<context context-type="linenumber">121</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target>Shtuar së fundi</target>
<context-group purpose="location">
@ -5626,7 +5626,7 @@
<context context-type="linenumber">32</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target>Të dhëna instance</target>
<context-group purpose="location">
@ -5882,7 +5882,7 @@
<context context-type="linenumber">216</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target>Formësim bazë</target>
<context-group purpose="location">
@ -5922,7 +5922,7 @@
<context context-type="linenumber">263</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target>Zbuloni video</target>
<context-group purpose="location">
@ -5946,7 +5946,7 @@
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target>Video shtuar së fundi</target>
<context-group purpose="location">
@ -5954,7 +5954,7 @@
<context context-type="linenumber">269</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target>Video vendore</target>
<context-group purpose="location">
@ -6210,7 +6210,7 @@
<context context-type="linenumber">539</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target>Formësim i mëtejshëm</target>
<context-group purpose="location">

View File

@ -1619,7 +1619,7 @@
<context context-type="linenumber">27</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target>Откријте видео</target>
<context-group purpose="location">
@ -1627,7 +1627,7 @@
<context context-type="linenumber">31</context>
</context-group>
</trans-unit>
<trans-unit id="8780831394889318512" datatype="html">
<trans-unit id="caa128fe5c4b611830f6138e844709c348f07948" datatype="html">
<source>Trending pages</source>
<target>Странице у тренду</target>
<context-group purpose="location">
@ -1695,7 +1695,7 @@
<context context-type="linenumber">59</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target>Недавно додати видео записи</target>
<context-group purpose="location">
@ -1703,7 +1703,7 @@
<context context-type="linenumber">41</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target>Локални видео записи</target>
<context-group purpose="location">
@ -2275,7 +2275,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target>Информација и инстанци</target>
<context-group purpose="location">
@ -2283,7 +2283,7 @@
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target>Основна конфигурација</target>
<context-group purpose="location">
@ -2311,7 +2311,7 @@
<context context-type="linenumber">67</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target>Напредна конфигурација</target>
<context-group purpose="location">
@ -9074,7 +9074,7 @@
<context context-type="linenumber">43,44</context>
</context-group>
</trans-unit>
<trans-unit id="8136608075220662349" datatype="html">
<trans-unit id="ef0f544578470cd6dd75432d0f1ba0e27914d2cc" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt; "/> the appropriate license for your work. </source>
<target/>
<context-group purpose="location">
@ -11386,7 +11386,7 @@
<context context-type="linenumber">123</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target/>
<context-group purpose="location">
@ -11394,7 +11394,7 @@
<context context-type="linenumber">132</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target/>
<context-group purpose="location">

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -514,7 +514,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target></target>
<context-group purpose="location">
@ -530,7 +530,7 @@
<context context-type="linenumber">137</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target></target>
<context-group purpose="location">
@ -538,7 +538,7 @@
<context context-type="linenumber">142</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target></target>
<context-group purpose="location">
@ -13556,7 +13556,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">43,44</context>
</context-group>
</trans-unit>
<trans-unit id="8136608075220662349" datatype="html">
<trans-unit id="ef0f544578470cd6dd75432d0f1ba0e27914d2cc" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt; "/> the appropriate license for your work. </source>
<target></target>
<context-group purpose="location">
@ -14236,7 +14236,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target></target>
<context-group purpose="location">
@ -14244,7 +14244,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target></target>
<context-group purpose="location">
@ -14260,7 +14260,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">701</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target></target>
<context-group purpose="location">
@ -14500,7 +14500,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target></target>
<context-group purpose="location">
@ -14524,7 +14524,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">273</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target></target>
<context-group purpose="location">

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -490,7 +490,7 @@
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="232050922346936574" datatype="html">
<trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
<source>Trending</source>
<target></target>
<context-group purpose="location">
@ -506,7 +506,7 @@
<context context-type="linenumber">139</context>
</context-group>
</trans-unit>
<trans-unit id="2431286785954354122" datatype="html">
<trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
<source>Recently added</source>
<target></target>
<context-group purpose="location">
@ -514,7 +514,7 @@
<context context-type="linenumber">144</context>
</context-group>
</trans-unit>
<trans-unit id="8681933925782924101" datatype="html">
<trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
<source>Local videos</source>
<target></target>
<context-group purpose="location">
@ -12857,7 +12857,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">43,44</context>
</context-group>
</trans-unit>
<trans-unit id="8136608075220662349" datatype="html">
<trans-unit id="ef0f544578470cd6dd75432d0f1ba0e27914d2cc" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt; "/> the appropriate license for your work. </source>
<target></target>
<context-group purpose="location">
@ -13637,7 +13637,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<trans-unit id="47188419949558046" datatype="html">
<trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
<source>Instance information</source>
<target></target>
<context-group purpose="location">
@ -13645,7 +13645,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">7</context>
</context-group>
</trans-unit>
<trans-unit id="4403968622852357647" datatype="html">
<trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
<source>Basic configuration</source>
<target></target>
<context-group purpose="location">
@ -13661,7 +13661,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">700</context>
</context-group>
</trans-unit>
<trans-unit id="7368823469700320150" datatype="html">
<trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
<source>Advanced configuration</source>
<target></target>
<context-group purpose="location">
@ -13901,7 +13901,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">268</context>
</context-group>
</trans-unit>
<trans-unit id="4668975178372693951" datatype="html">
<trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
<source>Discover videos</source>
<target></target>
<context-group purpose="location">
@ -13925,7 +13925,7 @@ video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-t
<context context-type="linenumber">273</context>
</context-group>
</trans-unit>
<trans-unit id="664221386829541948" datatype="html">
<trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
<source>Recently added videos</source>
<target></target>
<context-group purpose="location">

File diff suppressed because it is too large Load Diff

View File

@ -12,8 +12,8 @@
"Copy the video URL at the current time": "Chép URL video tại thời điểm hiện tại",
"Copy embed code": "Nhúng",
"Copy magnet URI": "Chép URL magnet",
"Total downloaded: ": "Tổng tải về: ",
"Total uploaded: ": "Tổng tải lên: ",
"Total downloaded: ": "Đã tải: ",
"Total uploaded: ": "Tải lên: ",
"From servers: ": "Từ những máy chủ: ",
"From peers: ": "Từ peer: ",
"Normal mode": "Chế độ bình thường",

View File

@ -7,7 +7,7 @@
"Travels": "Du lịch",
"Gaming": "Game",
"People": "Con người",
"Comedy": "Hài kịch",
"Comedy": "Hài hước",
"Entertainment": "Giải trí",
"News & Politics": "Tin tức & Chính trị",
"How To": "Mẹo vặt",
@ -15,15 +15,15 @@
"Activism": "Hoạt động xã hội",
"Science & Technology": "Khoa học & Công nghệ",
"Animals": "Động vật",
"Kids": "Trẻ em",
"Kids": "Thiếu nhi",
"Food": "Ẩm thực",
"Attribution": "Giấy phép",
"Attribution - Share Alike": "Giấy phép - Chia sẻ tương tự",
"Attribution - No Derivatives": "Giấy phép - Không phát sinh",
"Attribution - Non Commercial": "Giấy phép - Phi thương mại",
"Attribution - Non Commercial - Share Alike": "Giấy phép - Phi thương mại - Chia sẻ tương tự",
"Attribution - Non Commercial - No Derivatives": "Giấy phép - Phi thương mại - Không phát sinh",
"Public Domain Dedication": "Giấy phép công cộng",
"Attribution - Share Alike": "Chia sẻ tương tự",
"Attribution - No Derivatives": "Không phát sinh",
"Attribution - Non Commercial": "Phi thương mại",
"Attribution - Non Commercial - Share Alike": "Phi thương mại - Chia sẻ tương tự",
"Attribution - Non Commercial - No Derivatives": "Phi thương mại - Không phát sinh",
"Public Domain Dedication": "Công cộng",
"Public": "Công cộng",
"Unlisted": "Không công khai",
"Private": "Riêng tư",